@font-face {
  font-family: Archivo;
  src: url('/assets/archivo-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --navy: #2a3257;
  --navy-card: #343f70;
  --blue: #5473c9;
  --blue-dark: #33468a;
  --blue-light: #c7d6ff;
  --pale-blue: #f2f5ff;
  --ink: #1b2346;
  --white: #fff;
  --off-white: #f8f9fd;
  --muted: #c4c7d1;
  --line: rgb(255 255 255 / 14%);
  --radius: 1rem;
  --wrap: 82.5rem;
  --gutter: clamp(1.25rem, 4vw, 2.75rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8rem; }
body { margin: 0; background: var(--navy); color: var(--white); font-family: Archivo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; box-shadow: 0 0 0 4px var(--blue-dark); }
::selection { background: var(--blue-light); color: var(--ink); }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; transform: translateY(-200%); background: var(--white); color: var(--ink); padding: .75rem 1rem; border-radius: .5rem; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: var(--navy); }
.header-inner { max-width: var(--wrap); min-height: 4.9rem; margin: auto; padding: .75rem var(--gutter); display: grid; grid-template-columns: minmax(11rem, 1fr) auto auto; align-items: center; gap: 2rem; }
.brand { width: 10.7rem; }
.brand img { width: 100%; height: auto; }
.primary-nav { justify-self: end; display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.5rem); }
.primary-nav a { display: inline-flex; align-items: center; min-height: 2.75rem; color: #c7cad3; text-decoration: none; font-size: .95rem; font-weight: 700; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--white); }
.header-cta { justify-self: end; }

.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: .85rem 1.4rem; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--white); color: var(--navy); }
.button-primary:hover { background: var(--blue-light); }
.button-outline { border-color: rgb(255 255 255 / 32%); background: transparent; }
.button-outline:hover { border-color: var(--white); }
.button-navy { background: var(--navy); color: var(--white); }
.button-navy:hover { background: var(--navy-card); }
.button-light-outline { border-color: rgb(42 50 87 / 36%); color: var(--ink); }
.button-light-outline:hover { border-color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.arrow-link { display: inline-flex; gap: .6rem; align-items: center; font-weight: 800; text-decoration: none; }
.arrow-link:hover span { transform: translateX(.25rem); }
.arrow-link span { transition: transform 160ms ease; }

.section-pad { padding: clamp(4.5rem, 9vw, 8.5rem) var(--gutter); }
.eyebrow { margin: 0 0 1.45rem; color: var(--blue-light); font-size: .82rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: .45rem; height: .45rem; margin-right: .7rem; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 0 .3rem rgb(199 214 255 / 13%); }
.eyebrow-dark { color: var(--ink); }
h1, h2, h3, h4, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(3.7rem, 7.9vw, 7rem); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; overflow-wrap: anywhere; }
h2 { margin: 0; font-size: clamp(2.45rem, 5.2vw, 4.7rem); line-height: 1.06; letter-spacing: -.04em; text-transform: uppercase; overflow-wrap: anywhere; }
h3 { letter-spacing: -.035em; }

.hero-inner { max-width: var(--wrap); margin: auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(23rem, .92fr); gap: clamp(2.5rem, 6vw, 7rem); align-items: center; }
.hero-copy h1 { max-width: 9ch; }
.hero-copy h1 strong { color: var(--blue-light); font-weight: inherit; }
.hero-lead { max-width: 39rem; margin: 2rem 0 0; color: #d0d2da; font-size: clamp(1.08rem, 1.6vw, 1.27rem); line-height: 1.65; }
.question-teaser { position: relative; overflow: hidden; padding: clamp(2rem, 4vw, 3.1rem); border-radius: var(--radius); background: var(--white); color: var(--ink); }
.question-teaser::after { content: '?'; position: absolute; right: -1rem; bottom: -4.5rem; color: rgb(42 50 87 / 7%); font-size: 15rem; font-weight: 900; line-height: 1; }
.teaser-topline { position: relative; z-index: 1; display: grid; grid-template-columns: 4.5rem 1fr; gap: 1.1rem; align-items: center; }
.teaser-portrait { position: relative; width: 4.5rem; height: 4.5rem; overflow: hidden; border: 3px solid var(--blue-light); border-radius: 50%; }
/* Frame the face from the same original portrait used in the founder section. */
.teaser-portrait img { position: absolute; width: 300%; max-width: none; height: auto; left: -100%; top: -83%; }
.teaser-topline p { margin: 0 0 .45rem; font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.teaser-topline span { color: #4a537a; font-size: .92rem; line-height: 1.45; }
.question-teaser h2 { position: relative; z-index: 1; margin: 2.25rem 0 1.3rem; font-size: clamp(1.65rem, 3.2vw, 2.45rem); letter-spacing: -.045em; }
.teaser-options { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.teaser-options a { min-height: 3rem; display: grid; place-items: center; padding: .75rem .7rem; border-radius: 999px; background: var(--navy); color: var(--white); text-align: center; text-decoration: none; font-size: .88rem; font-weight: 800; }
.teaser-options a:hover { background: var(--blue-dark); color: var(--white); }
.teaser-note { position: relative; z-index: 1; margin: 1.4rem 0 0; font-size: .85rem; font-weight: 700; }
.proof-strip { max-width: var(--wrap); margin: clamp(3.5rem, 7vw, 6rem) auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.proof-strip div { padding: 1.45rem 1.75rem; }
.proof-strip div + div { border-left: 1px solid var(--line); }
.proof-strip dt { margin-bottom: .25rem; font-size: 1.05rem; font-weight: 900; }
.proof-strip dd { margin: 0; color: var(--muted); font-size: .93rem; }

.review-section { padding: clamp(4.5rem, 9vw, 8rem) var(--gutter); background: var(--pale-blue); color: var(--ink); }
.section-heading { max-width: var(--wrap); margin: 0 auto clamp(2.5rem, 6vw, 5rem); }
.review-introduction { max-width: 42rem; margin: 1.5rem 0 0; color: #485272; font-size: 1.0625rem; line-height: 1.7; }
.section-heading-row, .review-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); gap: 3rem; align-items: end; }
.section-heading p:last-child, .review-heading > p { max-width: 34rem; margin: 0; line-height: 1.7; }
.tax-check { max-width: var(--wrap); margin: auto; }
.review-progress { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.review-progress p, .review-progress span { margin: 0; font-weight: 800; }
.review-progress progress { width: 100%; height: .7rem; overflow: hidden; border: 0; border-radius: 999px; background: rgb(42 50 87 / 18%); }
.review-progress progress::-webkit-progress-bar { background: rgb(42 50 87 / 18%); }
.review-progress progress::-webkit-progress-value { background: var(--navy); }
.review-progress progress::-moz-progress-bar { background: var(--navy); }
.question-grid { border-top: 2px solid var(--ink); }
.question-grid fieldset { min-inline-size: 0; display: flow-root; margin: 0; padding: 1.7rem 0; border: 0; border-bottom: 1px solid rgb(42 50 87 / 24%); }
.question-grid legend { float: left; width: min(44%, 33rem); padding: .7rem 2rem .7rem 0; font-size: clamp(1.05rem, 2.2vw, 1.4rem); font-weight: 800; line-height: 1.35; }
.question-grid legend span { display: block; margin-bottom: .4rem; color: var(--blue-dark); font-size: .74rem; letter-spacing: .14em; }
.choice-row { width: 56%; margin-left: auto; display: flex; flex-wrap: wrap; gap: .65rem; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-row span { min-height: 3rem; display: grid; place-items: center; padding: .75rem 1rem; border: 2px solid var(--blue-dark); border-radius: 999px; background: #e7edff; color: var(--navy); font-weight: 800; text-align: center; transition: background 160ms ease, border-color 160ms ease, transform 160ms ease; }
.choice-row label:hover span { border-color: var(--blue-dark); background: var(--blue-light); transform: translateY(-1px); }
.choice-row input:checked + span { border-color: var(--navy); background: var(--navy); color: var(--white); transform: none; }
.choice-row input:focus-visible + span { outline: 3px solid var(--navy); outline-offset: 3px; }
.review-disclaimer { margin: 1.5rem 0 0; font-size: .86rem; line-height: 1.6; }
.review-results { margin-top: 3rem; padding: clamp(2rem, 5vw, 4rem); border: 2px solid var(--ink); border-radius: var(--radius); background: var(--white); }
.results-topline { display: flex; justify-content: space-between; gap: 2rem; align-items: start; }
.results-topline h3 { margin: 0; font-size: clamp(1.8rem, 4vw, 3.4rem); text-transform: uppercase; }
.text-button { border: 0; border-bottom: 2px solid; padding: .35rem 0; background: transparent; color: var(--ink); font-weight: 800; cursor: pointer; }
.review-results ol { margin: 2rem 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; counter-reset: findings; }
.review-results li { counter-increment: findings; padding: 1.5rem; border-radius: .75rem; background: #e8eeff; }
.review-results li::before { content: '0' counter(findings); display: block; margin-bottom: 1rem; color: var(--blue-dark); font-size: .78rem; font-weight: 900; }
.review-results h4 { margin: 0 0 .55rem; font-size: 1.1rem; }
.review-results li p { margin: 0; color: #40496b; line-height: 1.55; }

.services-section { background: var(--navy); }
.service-index { max-width: var(--wrap); margin: auto; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-index a { min-height: 11rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; font-size: 1rem; font-weight: 800; }
.service-index a:hover { background: var(--white); color: var(--navy); }
.service-index span { color: var(--blue-light); font-size: .75rem; }
.service-index a:hover span { color: var(--blue-dark); }
.service-index b { align-self: end; font-size: 1.2rem; }

.switch-section { background: var(--off-white); color: var(--ink); }
.switch-intro { max-width: var(--wrap); margin: auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; }
.switch-intro > div:last-child p { margin-top: 0; line-height: 1.7; }
.steps-list { max-width: var(--wrap); margin: clamp(3rem, 7vw, 6rem) auto 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 2px solid var(--ink); }
.steps-list li { padding: 1.8rem; }
.steps-list li + li { border-left: 1px solid #c8cad5; }
.steps-list span { color: var(--blue-dark); font-size: .8rem; font-weight: 900; }
.steps-list h3 { margin: 1.2rem 0 .7rem; font-size: 1.35rem; }
.steps-list p { margin: 0; color: #414862; line-height: 1.65; }

.founder-section { max-width: var(--wrap); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.founder-image { overflow: hidden; border-radius: var(--radius); background: var(--navy-card); }
.founder-image img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 35%; }
.feedback-carousel { margin: 2rem 0; }
.feedback-stage { display: grid; }
.feedback-slide { margin: 0; padding: 0; font-size: clamp(1.25rem, 2.3vw, 2rem); line-height: 1.35; font-weight: 700; }
.feedback-slide cite { display: block; margin-top: 1rem; color: var(--blue-light); font-size: .78rem; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feedback-controls { display: flex; align-items: center; gap: .75rem; }
.feedback-arrow { width: 3rem; height: 3rem; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 32%); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; font-size: 1.25rem; transition: background 160ms ease, border-color 160ms ease, color 160ms ease; }
.feedback-arrow:hover { border-color: var(--white); background: var(--white); color: var(--navy); }
.feedback-status { min-width: 3.5rem; margin: 0; color: var(--blue-light); text-align: center; font-size: .85rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.founder-copy > p:not(.eyebrow, .founder-name) { max-width: 40rem; color: var(--muted); line-height: 1.75; }
.founder-name { display: flex; flex-direction: column; gap: .25rem; margin-top: 2rem; }
.founder-name span { color: var(--muted); }

.final-cta { display: flex; justify-content: space-between; align-items: end; gap: 3rem; padding: clamp(3rem, 7vw, 6rem) max(var(--gutter), calc((100vw - var(--wrap)) / 2 + var(--gutter))); background: var(--white); color: var(--ink); }
.final-cta > div:first-child { max-width: 55rem; }
.final-cta h2 { max-width: 17ch; }
.final-cta p:not(.eyebrow) { max-width: 42rem; line-height: 1.65; }

.page-hero { max-width: var(--wrap); margin: auto; }
.page-hero h1 { max-width: 15ch; font-size: clamp(3.3rem, 7vw, 6.5rem); }
.page-hero > p:last-child { max-width: 46rem; margin: 2rem 0 0; color: var(--muted); font-size: 1.2rem; line-height: 1.7; }
.service-groups { padding-top: 0; }
.service-group { max-width: var(--wrap); margin: auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: 3rem; padding: 4rem 0; border-top: 1px solid var(--line); scroll-margin-top: 8rem; }
.service-group header > span { color: var(--blue-light); font-size: .8rem; font-weight: 900; }
.service-group header h2 { margin: .9rem 0 1rem; font-size: clamp(2rem, 4vw, 3.8rem); }
.service-group header p { max-width: 31rem; color: var(--muted); line-height: 1.65; }
.service-group > div { display: grid; grid-template-columns: repeat(2, 1fr); }
.service-group section { min-height: 12rem; padding: 1.5rem; border: 1px solid var(--line); margin: 0 -1px -1px 0; }
.service-group section h3 { margin-top: 0; font-size: 1.15rem; }
.service-group section p { color: var(--muted); line-height: 1.6; }
.faq-section { max-width: var(--wrap); margin: auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 4.5rem; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 1.08rem; font-weight: 800; }
.faq-list summary::after { content: '+'; color: var(--blue-light); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { margin: 0 0 1.5rem; color: var(--muted); line-height: 1.7; }

.legal-page { max-width: 65rem; margin: auto; }
.legal-page header { padding-bottom: 3rem; border-bottom: 1px solid var(--line); }
.legal-page header h1 { max-width: 12ch; font-size: clamp(3.2rem, 7vw, 6rem); }
.legal-page header > p:last-child { color: var(--muted); }
.legal-page section { padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
.legal-page section h2 { font-size: clamp(1.55rem, 3vw, 2.4rem); }
.legal-page section p { color: var(--muted); line-height: 1.75; }
.legal-page section a { color: var(--blue-light); }
.simple-page { max-width: var(--wrap); margin: auto; min-height: 65vh; }
.simple-page > p:not(.eyebrow) { color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); padding: 4rem var(--gutter) 2rem; }
.footer-grid { max-width: var(--wrap); margin: auto; display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 4rem; }
.footer-brand img { width: 12rem; height: auto; }
.footer-brand p { max-width: 32rem; color: var(--muted); line-height: 1.65; }
.footer-nav, .footer-contact { display: grid; align-content: start; gap: .65rem; }
.footer-nav h2, .footer-contact h2 { margin: 0 0 .5rem; color: var(--muted); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav a, .footer-contact a { width: fit-content; max-width: 100%; min-height: 2.75rem; display: inline-flex; align-items: center; overflow-wrap: anywhere; text-decoration: none; font-weight: 700; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--blue-light); }
.footer-legal { max-width: var(--wrap); margin: 3rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 2rem; color: #aeb2c0; font-size: .78rem; line-height: 1.6; }
.footer-legal p { max-width: 56rem; margin: 0; }
.footer-legal nav { flex: 0 0 auto; display: flex; gap: 1.2rem; }
.tax-note { max-width: var(--wrap); margin: 1.2rem auto 0; color: #aeb2c0; font-size: .74rem; line-height: 1.6; }

.hero-inner > *, .teaser-topline > *, .founder-section > *, .footer-grid > *, .service-group > * { min-width: 0; }
.eyebrow, .teaser-topline p, .feedback-slide cite, .footer-nav h2, .footer-contact h2 { font-size: .875rem; }
.no-script-note { max-width: var(--wrap); margin: 0 auto 1.5rem; }
html:not(.js) .tax-check, html:not(.js) .teaser-options, html:not(.js) .teaser-note, html:not(.js) .feedback-controls { display: none; }
html:not(.js) .feedback-slide[hidden] { display: block !important; margin-top: 2rem; }
.contact-section { color-scheme: light; background: var(--white); color: var(--ink); border-top: 1px solid #d7dceb; scroll-margin-top: 1rem; }
.contact-inner { max-width: var(--wrap); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.contact-inner > * { min-width: 0; }
.contact-copy h2 { max-width: 13ch; }
.contact-copy > p:not(.eyebrow) { max-width: 34rem; margin-block: 1.5rem; font-size: 1.0625rem; line-height: 1.7; }
.contact-links { display: grid; justify-items: start; gap: .5rem; margin-top: 2rem; }
.contact-links a { display: inline-flex; align-items: center; min-height: 2.75rem; max-width: 100%; text-underline-offset: .22em; overflow-wrap: anywhere; }
.contact-email { font-weight: 800; font-size: 1.125rem; }
.contact-tally-frame { display: block; width: 100%; border: 0; color-scheme: light; }
.form-fallback { margin: 1rem 0 0; color: #485272; font-size: .9375rem; line-height: 1.6; }
.form-fallback a { color: var(--blue-dark); font-weight: 800; text-underline-offset: .2em; }
.form-noscript { margin: 1rem 0 0; padding: 1rem; border-left: 3px solid #9b2437; background: #fff0f2; color: #681725; line-height: 1.55; }
.form-noscript a { color: inherit; font-weight: 800; }
.contact-section :focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; box-shadow: 0 0 0 2px var(--white); }
#main:focus { outline: none; }

@media (max-width: 1050px) {
  .service-index { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; gap: .8rem 1.5rem; }
  .primary-nav { grid-column: 1 / -1; grid-row: 2; width: 100%; overflow-x: auto; justify-content: flex-end; padding-top: .6rem; border-top: 1px solid var(--line); }
  .hero-inner, .review-heading, .section-heading-row, .switch-intro, .founder-section, .service-group, .faq-section { grid-template-columns: 1fr; }
  .question-teaser { max-width: 44rem; }
  .section-heading-row { align-items: start; }
  .section-heading-row .arrow-link { justify-self: start; }
  .service-index { grid-template-columns: repeat(2, 1fr); }
  .steps-list { grid-template-columns: 1fr; }
  .steps-list li + li { border-left: 0; border-top: 1px solid #c8cad5; }
  .founder-image { width: min(100%, 32rem); max-height: none; }
  .final-cta { align-items: start; flex-direction: column; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 7rem; }
  .header-inner { min-height: 4.2rem; }
  .brand { width: 8.7rem; }
  .header-cta { min-height: 2.75rem; padding: .65rem 1rem; font-size: .875rem; }
  .primary-nav { justify-content: flex-end; gap: 1.5rem; }
  h1 { font-size: clamp(2.5rem, 12.8vw, 4.75rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 3rem); }
  .button-row { display: grid; }
  .contact-form .button { width: 100%; }
  .section-pad { padding-block: 3.5rem; }
  .review-section { padding-block: 3.5rem; }
  .header-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .teaser-options, .proof-strip, .review-results ol, .service-index, .service-group > div, .footer-grid { grid-template-columns: 1fr; }
  .proof-strip div + div { border-left: 0; border-top: 1px solid var(--line); }
  .teaser-topline { grid-template-columns: 3.8rem 1fr; }
  .teaser-portrait { width: 3.8rem; height: 3.8rem; }
  .question-grid legend { float: none; width: 100%; padding-right: 0; }
  .choice-row { width: 100%; margin-top: 1rem; }
  .choice-row label { flex: 1 1 8rem; }
  .service-index a { min-height: 7rem; }
  .footer-contact { grid-column: auto; }
  .footer-legal { flex-direction: column; }
  .footer-legal nav { flex-wrap: wrap; }
}

@media (max-width: 390px) {
  .legal-page header h1 { font-size: clamp(2.35rem, 12vw, 3.2rem); }
}

@media (max-width: 360px) {
  .header-inner { gap-inline: .6rem; }
  .brand { width: 7.6rem; }
  .header-cta { min-height: 2.75rem; padding: .55rem .7rem; font-size: .875rem; }
  .primary-nav { gap: .85rem; }
  .primary-nav a { font-size: .875rem; }
  .teaser-topline { grid-template-columns: 1fr; }
  .teaser-options { grid-template-columns: 1fr; }
  .results-topline { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (forced-colors: active) {
  .choice-row input:checked + span { outline: 3px solid Highlight; outline-offset: 2px; }
  .choice-row input:focus-visible + span { outline-style: dashed; }
}

@media print {
  .site-header, .site-footer, .button { display: none !important; }
  body { background: white; color: black; }
  a { color: black; text-decoration: underline; }
}
