@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/SourceSerif4.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-bg: #edf1f4;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f6f8;
  --color-text: #18232d;
  --color-text-muted: #5c6975;
  --color-primary: #234c6b;
  --color-primary-deep: #17344d;
  --color-accent: #365f7d;
  --color-accent-soft: #dce5eb;
  --color-choice: #d8e4ec;
  --color-choice-hover: #c5d7e3;
  --color-choice-selected: #234c6b;
  --color-line: #cbd4db;
  --color-dark: #14293b;
  --color-dark-soft: #20384b;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --space-7: 80px;
  --space-8: 96px;
  --text-display: clamp(2.5rem, 5.7vw, 4.55rem);
  --text-h1: clamp(2.15rem, 4.6vw, 3.45rem);
  --text-h2: clamp(1.75rem, 3vw, 2.35rem);
  --text-h3: 1.35rem;
  --text-body: 1rem;
  --text-small: .875rem;
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --radius-xl: 0;
  --shadow-soft: none;
  --shadow-card: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; overflow-x: clip; }
body { margin: 0; background: var(--color-surface); color: var(--color-text); font-family: 'IBM Plex Sans', sans-serif; font-size: var(--text-body); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { border-radius: 0 !important; }
:focus-visible { outline: 3px solid #6f9fbe; outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--color-text); }
h1, h2 { font-family: 'Source Serif 4', serif; letter-spacing: -.025em; line-height: 1.08; }
h3 { line-height: 1.25; }

.ad-strip { background: #0f2231; color: #eef3f6; border-bottom: 1px solid #0f2231; }
.ad-strip .container { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .73rem; letter-spacing: .04em; text-transform: uppercase; }

.site-header { background: #fff; border-bottom: 1px solid var(--color-line); position: sticky; top: 0; z-index: 30; }
.header-row { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo-slot { width: 38px; height: 38px; flex: 0 0 38px; display: block; background-image: url("../images/fav.png"); background-repeat: no-repeat; background-position: center; background-size: contain; }
.brand-copy { display: grid; font-weight: 700; line-height: 1.08; letter-spacing: -.01em; }
.brand-copy small { margin-top: 5px; color: var(--color-text-muted); font-size: .66rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; justify-content: flex-end; gap: 26px; }
.main-nav a { font-size: .88rem; color: #34424e; }
.main-nav a:hover { color: var(--color-primary); }
.nav-toggle { display: none; min-height: 44px; border: 1px solid var(--color-line); background: #fff; color: var(--color-text); padding: 0 14px; cursor: pointer; }
.button { display: inline-flex; min-height: 46px; max-width: 100%; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--color-primary-deep); background: var(--color-primary-deep); color: #fff; font-weight: 700; font-size: .88rem; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { background: #0f293e; border-color: #0f293e; }
.button--ghost { background: transparent; color: var(--color-primary-deep); border-color: var(--color-line); }
.button--ghost:hover { background: var(--color-surface-soft); color: var(--color-primary-deep); border-color: #9caab5; }
.button--accent, .button--light { background: var(--color-primary-deep); color: #fff; border-color: var(--color-primary-deep); }
.header-cta { min-height: 42px; padding: 0 18px; }

.editorial-main { background: #fff; }
.editorial-article { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 62px 0 0; }
.article-masthead { width: min(820px, 100%); margin: 0 auto 34px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid var(--color-line); color: var(--color-text-muted); font-size: .78rem; }
.article-meta span:first-child { color: var(--color-primary-deep); font-weight: 700; }
.article-masthead h1 { font-size: var(--text-display); margin-bottom: 22px; }
.article-deck { max-width: 760px; font-family: 'Source Serif 4', serif; font-size: clamp(1.2rem, 2vw, 1.42rem); line-height: 1.45; color: #42515d; }
.article-hero-image, .article-wide-image { margin: 0; }
.article-hero-image { border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.article-hero-image img { width: 100%; aspect-ratio: 16/8.7; object-fit: cover; display: block; background: #dfe5e9; }
.article-hero-image figcaption, .article-wide-image figcaption { padding: 11px 0; color: var(--color-text-muted); font-size: .78rem; border-bottom: 1px solid var(--color-line); }
.article-body { width: min(760px, 100%); margin: 0 auto; padding: 44px 0 78px; }
.article-body > p { font-family: 'Source Serif 4', serif; font-size: 1.13rem; line-height: 1.72; color: #283643; margin-bottom: 22px; }
.article-body > h2 { font-size: var(--text-h2); margin: 58px 0 18px; }
.article-body > h3 { margin-top: 42px; }
.article-fact { margin: 38px 0 52px; padding: 24px 0; border-top: 2px solid var(--color-primary-deep); border-bottom: 1px solid var(--color-line); display: grid; gap: 7px; }
.article-fact strong { font-family: 'Source Serif 4', serif; font-size: 1.65rem; line-height: 1.25; color: var(--color-primary-deep); }
.article-fact span { color: var(--color-text-muted); font-size: .88rem; }
.article-image-text { margin: 42px -80px 52px; display: grid; grid-template-columns: .92fr 1.08fr; border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.article-image-text > figure { margin: 0; min-height: 340px; overflow: hidden; background: #dfe5e9; }
.article-image-text > figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-image-text > div { padding: 38px 42px; display: flex; flex-direction: column; justify-content: center; background: var(--color-surface-soft); }
.article-image-text h3 { font-family: 'Source Serif 4', serif; font-size: 1.9rem; letter-spacing: -.02em; margin-bottom: 13px; }
.article-image-text p { color: #43515c; margin-bottom: 18px; }
.article-image-text--reverse { grid-template-columns: 1.05fr .95fr; }
.text-cta { width: fit-content; color: var(--color-primary-deep); font-weight: 700; border: 1px solid #9eabb5; padding: 9px 13px; }
.text-cta:hover { color: #fff; background: var(--color-primary-deep); border-color: var(--color-primary-deep); }

.inline-check { margin: 52px 0 58px; padding: 28px 30px 30px; background: #e9eef2; border-top: 4px solid var(--color-primary-deep); border-bottom: 1px solid #bcc8d0; }
.inline-check--compact { margin-top: 56px; }
.inline-check-label { margin-bottom: 5px !important; font-size: .76rem !important; font-family: 'IBM Plex Sans', sans-serif !important; text-transform: uppercase; letter-spacing: .08em; color: var(--color-primary-deep) !important; font-weight: 700; }
.inline-check h2 { margin: 0 0 10px !important; font-size: 2rem; }
.inline-check > p { font-family: 'IBM Plex Sans', sans-serif; font-size: .92rem; color: var(--color-text-muted); margin-bottom: 20px; }
.inline-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #9eb2c1; border: 1px solid #9eb2c1; }
.inline-options--two { grid-template-columns: repeat(2, 1fr); }
.inline-options button { min-height: 50px; border: 0; background: #d8e5ee; color: #17344d; cursor: pointer; font-weight: 700; transition: background .18s ease, color .18s ease; }
.inline-options button:hover { background: #c4d7e4; color: #102b40; }
.inline-options button.is-selected { background: var(--color-primary-deep); color: #fff; }

.article-wide-image { margin: 34px -80px 46px; }
.article-wide-image img { width: 100%; aspect-ratio: 16/7.8; object-fit: cover; display: block; background: #dfe5e9; }
.style-list { margin: 36px 0 48px; border-top: 1px solid var(--color-line); }
.style-list > div { display: grid; grid-template-columns: 220px 1fr; gap: 30px; padding: 22px 0; border-bottom: 1px solid var(--color-line); }
.style-list strong { color: var(--color-primary-deep); }
.style-list span { color: #485661; }
.editorial-points { margin: 32px 0 56px; border-top: 1px solid var(--color-line); }
.editorial-points > div { display: grid; grid-template-columns: 44px 190px 1fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--color-line); align-items: start; }
.editorial-points b { font-family: 'Source Serif 4', serif; color: var(--color-primary); font-size: 1.1rem; }
.editorial-points span { color: var(--color-text-muted); }
.article-action { margin: 58px -80px; padding: 36px 42px; background: var(--color-dark); color: #fff; border-left: 6px solid #6f91aa; }
.article-action h2 { color: #fff; margin: 0 0 10px !important; font-size: 2.15rem; }
.article-action p { max-width: 640px; color: #d3dde4; margin-bottom: 22px; }
.article-action .button { background: #fff; color: var(--color-primary-deep); border-color: #fff; }
.article-action .button:hover { background: #dfe8ee; border-color: #dfe8ee; }
.how-list { margin: 30px 0 58px; border-top: 2px solid var(--color-primary-deep); }
.how-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--color-line); }
.how-list b { font-family: 'Source Serif 4', serif; font-size: 1.45rem; color: var(--color-primary); }
.how-list p { margin: 0; color: #43515c; }
.how-list strong { color: var(--color-text); }

.quiz-section { padding: 76px 0 88px; background: #e8edf1; border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.quiz-heading { margin-bottom: 28px; }
.quiz-heading > p, .questions-heading > p { margin-bottom: 7px; color: var(--color-primary); font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.quiz-heading h2, .questions-heading h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 9px; }
.quiz-heading span { color: var(--color-text-muted); }
.quiz-wrap { background: #fff; border: 1px solid #bfcad2; padding: 34px 38px 38px; box-shadow: none; overflow: visible; }
.quiz-progress { display: flex; flex-direction: column; gap: 10px; margin-bottom: 34px; }
.quiz-count { color: var(--color-text-muted); font-size: .78rem; }
.quiz-track { height: 3px; background: #d5dde3; overflow: hidden; }
.quiz-track span { display: block; width: 20%; height: 100%; background: var(--color-primary-deep); transition: width .2s ease; }
.quiz-step { display: none; }
.quiz-step.is-active { display: block; }
.quiz-step h3 { font-family: 'Source Serif 4', serif; font-size: clamp(1.75rem, 3vw, 2.25rem); margin-bottom: 8px; }
.quiz-step > p { color: var(--color-text-muted); margin-bottom: 0; }
.quiz-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 26px; border: 1px solid #9eb2c1; background: #9eb2c1; }
.quiz-options--two { grid-template-columns: repeat(2, 1fr); }
.quiz-option { min-height: 66px; border: 0; background: #d8e5ee; color: #17344d; padding: 14px 16px; text-align: left; cursor: pointer; font-weight: 700; transition: background .18s ease, color .18s ease; }
.quiz-option:hover { background: #c4d7e4; color: #102b40; }
.quiz-option.is-selected { background: var(--color-primary-deep); color: #fff; }
.quiz-option small { display: block; margin-top: 4px; color: var(--color-text-muted); font-weight: 400; line-height: 1.4; }
.quiz-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 28px; }
.quiz-back { min-height: 44px; border: 0; border-bottom: 1px solid #81909c; background: transparent; color: #495964; cursor: pointer; padding: 0; }
.quiz-error { display: none; margin-top: 13px; color: #8b302d; font-weight: 600; font-size: .84rem; }
.quiz-error.is-visible { display: block; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 25px; }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1/-1; }
.form-field label { color: #34434f; font-size: .82rem; font-weight: 700; }
.form-hint { margin: -1px 0 0; color: var(--color-text-muted); font-size: .74rem; line-height: 1.4; }
.form-field input, .form-field select, .form-field textarea { width: 100%; max-width: 100%; min-height: 50px; border: 1px solid #aebbc4; background: #fff; padding: 0 13px; color: var(--color-text); }
.form-field input::placeholder { color: #7a8995; opacity: 1; }
.field-example { display: block; margin-top: 0; color: var(--color-text-muted); font-size: .78rem; line-height: 1.45; }
.form-field textarea { min-height: 120px; padding-top: 12px; resize: vertical; }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; color: var(--color-text-muted); font-size: .78rem; }
.consent-row input { margin-top: 4px; }
.consent-row a { color: var(--color-primary-deep); font-weight: 600; }

.questions-section { padding: 78px 0 96px; background: #fff; }
.questions-heading { margin-bottom: 28px; }
.accordion { border-top: 1px solid var(--color-line); }
.accordion-item { border-bottom: 1px solid var(--color-line); background: #fff; overflow: hidden; }
.accordion-button { width: 100%; min-height: 64px; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 0; text-align: left; color: var(--color-text); font-weight: 700; cursor: pointer; }
.accordion-button span:last-child { color: var(--color-primary); font-size: 1.25rem; font-weight: 400; }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height .22s ease; }
.accordion-panel div { padding: 0 44px 20px 0; color: var(--color-text-muted); }
.source-note { margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--color-line); color: var(--color-text-muted); font-size: .76rem; }

.section { padding: 80px 0; }
.section--white { background: #fff; }
.section--soft, .section--sand { background: var(--color-surface-soft); }
.section--dark { background: var(--color-dark); color: #fff; }
.section-title { font-size: var(--text-h2); }
.section-lead { color: var(--color-text-muted); max-width: 760px; }
.section-kicker, .eyebrow { display: block; margin-bottom: 10px; color: var(--color-primary); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.reveal { opacity: 1; transform: none; }

.legal-hero, .thanks-hero { padding: 64px 0 50px; background: #edf1f4; border-bottom: 1px solid var(--color-line); }
.legal-hero h1, .thanks-hero h1 { font-size: var(--text-h1); margin-bottom: 14px; }
.legal-hero p, .thanks-hero p { max-width: 780px; color: var(--color-text-muted); }
.legal-content { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 62px 0 90px; word-break: break-word; }
.legal-content h2 { margin: 48px 0 15px; font-size: 1.75rem; }
.legal-content h3 { margin: 28px 0 10px; }
.legal-content p { color: #3d4b56; }
.legal-note { margin: 26px 0; padding: 20px 22px; border-left: 4px solid var(--color-primary); background: #edf1f4; }
.contact-card, .info-box, .summary-card, .next-card, .cta-panel { border: 1px solid var(--color-line); background: #fff; box-shadow: none; }
.contact-card { padding: 26px; }
.info-split { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.info-box { padding: 26px; }
.summary-card { padding: 30px; }
.summary-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; border-top: 1px solid var(--color-line); border-left: 1px solid var(--color-line); }
.summary-item { padding: 18px; border-right: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.summary-item span { display: block; margin-bottom: 5px; color: var(--color-text-muted); font-size: .78rem; }
.next-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-left: 1px solid var(--color-line); border-top: 1px solid var(--color-line); }
.next-card { padding: 24px; border-left: 0; border-top: 0; }
.next-card b { color: var(--color-primary); font-family: 'Source Serif 4', serif; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 30px; background: #e7edf1; }

.site-footer { background: #102536; color: #e9eff3; padding: 60px 0 26px; }
.site-footer .brand-copy, .site-footer .footer-title, .site-footer strong { color: #fff; }
.site-footer .brand-copy small, .footer-copy, .footer-contact, .footer-links a, .footer-disclaimer, .footer-bottom { color: #b9c7d1; }
.site-footer .brand-logo-slot { background-color: transparent; border: 0; box-shadow: none; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 52px; }
.footer-copy { max-width: 430px; margin-top: 20px; }
.footer-title { margin-bottom: 14px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.footer-links { display: grid; gap: 8px; }
.footer-links a:hover, .footer-bottom a:hover { color: #fff; }
.footer-contact { font-size: .86rem; line-height: 1.55; }
.footer-disclaimer { margin-top: 42px; padding-top: 22px; border-top: 1px solid #334b5d; font-size: .76rem; }
.footer-bottom { margin-top: 24px; padding-top: 18px; border-top: 1px solid #334b5d; display: flex; justify-content: space-between; gap: 24px; font-size: .75rem; }

.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; background: #fff; border-top: 2px solid var(--color-primary-deep); box-shadow: 0 -6px 20px rgba(17,35,49,.1); }
.cookie-banner.is-visible { display: block; }
.cookie-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.cookie-copy strong { display: block; margin-bottom: 2px; }
.cookie-copy p { margin: 0; color: var(--color-text-muted); font-size: .8rem; }
.cookie-copy a { color: var(--color-primary-deep); font-weight: 600; }
.cookie-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-actions button { min-height: 42px; border: 1px solid #9eabb5; background: #fff; color: var(--color-text); padding: 0 13px; cursor: pointer; }
.cookie-actions .cookie-accept { background: var(--color-primary-deep); color: #fff; border-color: var(--color-primary-deep); }
.cookie-modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px; background: rgba(10,24,35,.56); }
.cookie-modal.is-open { display: grid; }
.cookie-dialog { width: min(560px, 100%); background: #fff; border: 1px solid #8798a5; padding: 30px; }
.cookie-dialog h2 { font-size: 1.8rem; }
.cookie-dialog > p { color: var(--color-text-muted); }
.cookie-pref { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 16px 0; border-top: 1px solid var(--color-line); }
.cookie-pref span { display: block; margin-top: 3px; color: var(--color-text-muted); font-size: .78rem; }
.cookie-dialog-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 24px; }

.hero, .story-grid, .device-grid, .process-river, .faq-grid, .fact-ribbon, .article-intro { box-shadow: none; }
.hero-card, .story-panel, .device-card, .fact-ribbon, .image-frame, .image-caption, .quiz-side, .device-tag, .device-meta span, .choice-chip, .process-step .dot { border-radius: 0 !important; }
.sound-orbit, .mini-wave { display: none !important; }
.fact-ribbon { border: 1px solid var(--color-line); overflow: hidden; background: #fff; }
.fact { padding: 24px; }
.fact + .fact { border-left: 1px solid var(--color-line); }
.choice-strip { display: flex; flex-wrap: wrap; gap: 1px; }
.choice-chip { border: 1px solid var(--color-line); background: #fff; min-height: 46px; padding: 0 14px; }
.device-card { border: 1px solid var(--color-line); background: #fff; }
.device-tag { background: #e4ebf0; color: var(--color-primary-deep); }

@media (max-width: 1024px) {
  .header-row { grid-template-columns: auto 1fr auto; gap: 18px; }
  .main-nav { gap: 16px; }
  .article-image-text, .article-wide-image, .article-action { margin-left: -36px; margin-right: -36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .next-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .header-row { min-height: 68px; grid-template-columns: auto auto; justify-content: space-between; flex-wrap: wrap; }
  .editorial-article > *,
  .article-body > *,
  .footer-grid > *,
  .summary-grid > *,
  .next-grid > *,
  .info-split > * {
    min-width: 0;
    max-width: 100%;
  }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 68px; padding: 14px 20px 20px; background: #fff; border-bottom: 1px solid var(--color-line); flex-direction: column; align-items: stretch; }
  .main-nav.is-open { display: flex; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .header-cta { display: none; }
  .article-image-text, .article-image-text--reverse { margin-left: 0; margin-right: 0; grid-template-columns: 1fr; }
  .article-image-text > figure { min-height: 280px; }
  .article-wide-image, .article-action { margin-left: 0; margin-right: 0; }
  .style-list > div { grid-template-columns: 1fr; gap: 8px; }
  .editorial-points > div { grid-template-columns: 38px 1fr; }
  .editorial-points span { grid-column: 2; }
  .info-split, .summary-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container, .narrow, .editorial-article, .legal-content { width: min(100% - 28px, 100%); }
  .ad-strip .container { min-height: 32px; justify-content: center; text-align: center; word-break: break-all; }
  .ad-strip span:last-child { display: none; }
  .header-row { flex-wrap: wrap; }
  .brand { min-width: 0; flex-direction: column; }
  .brand-copy { word-break: break-all; min-width: 0; flex: 1; }
  .brand-copy small { display: none; }
  .footer-grid > div { word-break: break-all; }
  .article-meta { gap: 7px 12px; }
  .editorial-article { padding-top: 38px; }
  .article-masthead h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
  .article-hero-image img { aspect-ratio: 4/3; }
  .article-body { padding-top: 34px; }
  .article-body > p { font-size: 1.06rem; }
  .article-body > h2 { margin-top: 46px; }
  .article-image-text > div { padding: 26px 22px; }
  .article-image-text > figure { min-height: 240px; }
  .inline-check { padding: 24px 18px; }
  .inline-options { grid-template-columns: repeat(2,1fr); }
  .inline-options--two { grid-template-columns: repeat(2,1fr); }
  .article-wide-image img { aspect-ratio: 4/3; }
  .article-action { padding: 28px 22px; }
  .quiz-section { padding: 58px 0 68px; }
  .quiz-wrap { padding: 26px 18px 30px; }
  .quiz-options, .quiz-options--two, .form-grid { grid-template-columns: 1fr; }
  .quiz-actions { align-items: stretch; }
  .questions-section { padding: 58px 0 70px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cookie-inner { width: calc(100% - 28px); flex-direction: column; align-items: stretch; gap: 14px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .cookie-accept { grid-column: 1/-1; }
  .cookie-dialog { padding: 22px 18px; }
  .cta-panel { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .container, .narrow, .editorial-article, .legal-content { width: min(100% - 20px, 100%); }
  .quiz-wrap { padding: 20px 14px 24px; }
  .legal-content { padding: 40px 0 60px; }
  .article-body { padding: 28px 0 56px; }
  .article-body > p { font-size: 1rem; }
  .inline-check { padding: 20px 14px; }
  .summary-card, .contact-card, .info-box { padding: 20px; }
  .footer-grid { gap: 24px; }
  .cookie-inner { width: calc(100% - 20px); }
}
