:root {
  --navy-950: #071725;
  --navy-900: #0b2239;
  --navy-800: #12314e;
  --navy-700: #1a4569;
  --ink: #102235;
  --muted: #5c6b77;
  --line: #dce4e9;
  --surface: #f4f7f8;
  --white: #ffffff;
  --gold: #f4c451;
  --gold-deep: #dca526;
  --blue-soft: #eaf4fa;
  --danger-soft: #fcedeb;
  --shadow: 0 24px 70px rgba(7, 23, 37, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.independence-bar { background: var(--navy-950); color: #e9f0f4; font-size: .82rem; letter-spacing: .01em; }
.independence-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px 22px; text-align: center; }
.independence-inner strong { color: var(--gold); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,228,233,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy-900); text-decoration: none; font-size: 1.03rem; letter-spacing: -.02em; }
.domain-suffix { margin-left: 2px; color: #8b9ba6; font-size: .72em; font-weight: 720; letter-spacing: 0; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--gold); color: var(--navy-900); font-weight: 850; font-size: 1.15rem; box-shadow: inset 0 0 0 1px rgba(11,34,57,.09); }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav a { color: #32495b; text-decoration: none; font-size: .89rem; font-weight: 680; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--navy-900); }
.primary-nav .nav-support { padding: 10px 15px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: var(--navy-900); }
.primary-nav .nav-support:hover, .primary-nav .nav-support:focus-visible { background: var(--gold-deep); border-color: var(--gold-deep); }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-button span:not(.visually-hidden) { display: block; width: 22px; height: 2px; background: var(--navy-900); margin: 4px 0; }

.hero { overflow: hidden; position: relative; color: var(--white); background: var(--navy-900); }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -360px; top: -360px; background: radial-gradient(circle, rgba(244,196,81,.2), rgba(244,196,81,0) 65%); pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 1px; height: 100%; left: calc(50% + 150px); top: 0; background: rgba(255,255,255,.06); transform: rotate(14deg); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; min-height: 645px; padding: 88px 0 76px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.eyebrow { display: block; margin-bottom: 12px; color: var(--navy-700); font-size: .76rem; line-height: 1.3; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow, .eyebrow.light { color: #f6d887; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(3.1rem, 6vw, 5.65rem); line-height: .98; letter-spacing: -.058em; font-weight: 760; }
h1 em { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-intro { max-width: 650px; margin-bottom: 30px; color: #c9d6df; font-size: 1.15rem; line-height: 1.72; }
.search-box { max-width: 660px; min-height: 64px; display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 10px; padding: 7px 7px 7px 18px; background: var(--white); border-radius: 14px; box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.search-box svg { width: 21px; fill: none; stroke: #6f7f8b; stroke-width: 1.9; stroke-linecap: round; }
.search-box input { min-width: 0; height: 46px; border: 0; outline: 0; color: var(--ink); font-size: 1rem; }
.search-box input::placeholder { color: #778691; }
.search-box button { height: 48px; border: 0; padding: 0 24px; border-radius: 10px; background: var(--gold); color: var(--navy-950); font-weight: 800; cursor: pointer; }
.search-box:focus-within { box-shadow: 0 0 0 4px rgba(244,196,81,.3), 0 18px 50px rgba(0,0,0,.18); }
.search-hint { margin: 10px 0 27px; color: #91a7b6; font-size: .84rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 10px; text-decoration: none; font-weight: 780; }
.button.primary { background: var(--white); color: var(--navy-900); }
.button.quiet { color: #dce7ed; border: 1px solid rgba(255,255,255,.24); }
.button.gold { background: var(--gold); color: var(--navy-950); }

.evidence-overview { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 31px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(6,24,39,.48); box-shadow: 0 32px 80px rgba(0,0,0,.18); }
.overview-head { margin-bottom: 24px; }
.overview-head h2 { margin: 0; max-width: 330px; color: var(--white); font-size: 1.46rem; line-height: 1.32; letter-spacing: -.025em; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.metric-grid article { min-height: 118px; padding: 20px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.metric-grid strong { display: block; color: var(--gold); font-size: 1.85rem; line-height: 1.2; letter-spacing: -.035em; }
.metric-grid span { display: block; margin-top: 7px; color: #b5c5ce; font-size: .79rem; line-height: 1.4; }
.metric-note { margin: 16px 0 0; color: #8fa7b6; font-size: .75rem; line-height: 1.5; }

.trust-row { background: #f0f5f7; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 110px; display: flex; align-items: center; gap: 14px; padding: 21px 20px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid > div > span { color: #9a7a24; font-size: .7rem; font-weight: 840; }
.trust-grid p { margin: 0; line-height: 1.35; }
.trust-grid b, .trust-grid small { display: block; }
.trust-grid b { margin-bottom: 5px; font-size: .9rem; }
.trust-grid small { color: var(--muted); font-size: .74rem; }

.section { padding: 96px 0; }
.section-head { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; margin-bottom: 39px; }
.section-head.compact { margin-bottom: 25px; }
.section-head h2, .method-grid h2, .support-copy h2, .no-ads-grid h2, .safety-copy h2 { margin-bottom: 0; color: var(--navy-900); font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: 1.06; letter-spacing: -.048em; }
.section-head > p { margin: 0; color: var(--muted); line-height: 1.75; }
.question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.question-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.question-card:hover { transform: translateY(-4px); border-color: #bccbd4; box-shadow: var(--shadow); }
.card-index { margin-bottom: 44px; color: #9d7d25; font-size: .72rem; font-weight: 830; letter-spacing: .1em; }
.question-card h3 { margin-bottom: 11px; color: var(--navy-900); font-size: 1.45rem; letter-spacing: -.03em; }
.question-card p { color: var(--muted); font-size: .94rem; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: auto 0 20px; }
.card-tags span { padding: 5px 8px; border-radius: 5px; background: var(--surface); color: #536673; font-size: .69rem; font-weight: 750; }
.question-card a { display: flex; justify-content: space-between; color: var(--navy-700); text-decoration: none; font-size: .86rem; font-weight: 790; }
.empty-state { margin: 20px 0 0; padding: 18px; border-radius: 12px; background: var(--surface); color: var(--muted); }

.topics-section { background: var(--surface); }
.topic-list { border-top: 1px solid #cbd7dd; }
.topic-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 8px; border-bottom: 1px solid #cbd7dd; text-decoration: none; transition: padding .2s ease, background .2s ease; }
.topic-row:hover { padding-left: 18px; padding-right: 18px; background: var(--white); }
.topic-row b, .topic-row small { display: block; }
.topic-row b { color: var(--navy-900); font-size: 1.04rem; }
.topic-row small { color: var(--muted); font-size: .82rem; }
.topic-row .topic-stats { display: block; margin-top: 6px; color: var(--navy-700); font-size: .84rem; font-weight: 700; line-height: 1.4; }
.topic-row i { color: #9d7d25; font-size: .76rem; font-style: normal; font-weight: 820; }

.safety-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }
.safety-section::after { content: ""; position: absolute; left: -280px; bottom: -420px; width: 700px; height: 700px; border: 120px solid rgba(244,196,81,.055); border-radius: 50%; }
.safety-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 74px; align-items: center; }
.safety-copy h2 { color: var(--white); }
.safety-copy p { max-width: 510px; margin: 23px 0 28px; color: #b5c5ce; }
.safety-outcomes { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.safety-outcomes article { min-height: 170px; padding: 25px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.safety-outcomes span { color: var(--gold); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.safety-outcomes h3 { margin: 16px 0 7px; color: var(--white); font-size: 1.12rem; }
.safety-outcomes p { margin: 0; color: #98aebb; font-size: .82rem; }

.record-shell { display: grid; grid-template-columns: 1fr 310px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 18px 60px rgba(7,23,37,.08); }
.record-main { padding: 34px; }
.record-status { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px; }
.record-status span { padding: 6px 9px; border: 1px solid #d8e2e7; border-radius: 999px; color: #546876; font-size: .68rem; font-weight: 780; }
.record-main h3 { max-width: 650px; margin-bottom: 11px; color: var(--navy-900); font-size: 1.75rem; line-height: 1.25; letter-spacing: -.035em; }
.record-lead { max-width: 760px; color: var(--muted); }
.record-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); }
.record-fields div { min-height: 100px; padding: 17px; background: var(--white); }
.record-fields small, .record-fields b { display: block; }
.record-fields small { margin-bottom: 8px; color: #7b8993; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.record-fields b { color: var(--navy-900); font-size: .84rem; }
.outcome-panel { padding: 28px; background: var(--surface); border-left: 1px solid var(--line); }
.outcome-panel > div { display: flex; gap: 13px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid var(--line); }
.outcome-panel > div:last-child { border-bottom: 0; }
.outcome-panel p { margin: 0; line-height: 1.35; }
.outcome-panel b, .outcome-panel small { display: block; }
.outcome-panel b { margin-bottom: 5px; color: var(--navy-900); font-size: .86rem; }
.outcome-panel small { color: var(--muted); font-size: .74rem; }
.outcome-icon { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; font-size: .75rem; font-weight: 850; }
.outcome-icon.clinical { background: #d9edf7; color: #14516f; }
.outcome-icon.marker { background: #eee8fa; color: #58399a; }
.outcome-icon.safety { background: var(--danger-soft); color: #973a31; }
.outcome-icon.unknown { background: #f7edcf; color: #806216; }

.method-section { background: #eef3f5; }
.method-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.method-grid > div > p { max-width: 470px; margin-top: 23px; color: var(--muted); }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c9d5dc; }
.method-list li { min-height: 88px; display: grid; grid-template-columns: 45px 1fr; gap: 17px; align-items: center; border-bottom: 1px solid #c9d5dc; }
.method-list li > span { color: #9a7a24; font-size: .7rem; font-weight: 840; }
.method-list b { color: var(--navy-900); }
.method-list p { margin: 2px 0 0; color: var(--muted); font-size: .86rem; }

.support-section { background: var(--white); }
.support-card { display: grid; grid-template-columns: 1fr 390px; gap: 80px; padding: 62px; border-radius: 26px; color: var(--white); background: var(--navy-800); box-shadow: var(--shadow); }
.support-copy h2 { color: var(--white); }
.support-copy > p { max-width: 620px; margin: 20px 0; color: #bfd0da; }
.support-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; margin: 0; padding: 0; list-style: none; color: #dbe6ec; font-size: .86rem; }
.support-copy li::before { content: "—"; color: var(--gold); margin-right: 8px; }
.donation-box { align-self: center; padding: 25px; border-radius: 17px; background: var(--white); color: var(--ink); }
.donation-box > span { display: block; margin-bottom: 13px; color: var(--muted); font-size: .78rem; font-weight: 790; text-transform: uppercase; letter-spacing: .08em; }
.donation-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.donation-options button { height: 44px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--navy-900); font-weight: 780; cursor: pointer; }
.donation-options button.selected { border-color: var(--gold-deep); background: #fff5d6; }
.donate-button { width: 100%; min-height: 50px; margin-top: 12px; border: 0; border-radius: 9px; background: var(--gold); color: var(--navy-950); font-weight: 850; cursor: pointer; }
.donation-box p { margin: 12px 0 8px; color: #6d7d87; font-size: .77rem; line-height: 1.45; }
.donation-box small { display: block; color: #71818c; font-size: .7rem; }
.donation-box h3 { margin: 18px 0 4px; color: var(--navy-900); font-size: 1.4rem; }

.catalog-section { background: #f7f9fa; }
.catalog-toolbar { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 25px 0 12px; }
.catalog-toolbar label { font-weight: 750; color: var(--navy-900); }
.catalog-toolbar select { min-height: 44px; max-width: 100%; padding: 8px 35px 8px 12px; border: 1px solid #a8b7bf; border-radius: 7px; background: white; color: var(--navy-900); font: inherit; }
.clear-topic { min-height: 40px; border: 0; padding: 7px 8px; background: transparent; color: var(--navy-700); font: inherit; font-weight: 700; text-decoration: underline; cursor: pointer; }
.catalog-toolbar span { margin-left: auto; color: var(--muted); font-weight: 650; }
.catalog-disclosure { max-width: 940px; margin: 0 0 24px; color: var(--muted); line-height: 1.6; }
.publication-list { display: grid; gap: 12px; }
.publication-item { padding: 22px 25px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.publication-item h3 { margin: 9px 0; font-size: 1.12rem; line-height: 1.4; color: var(--navy-900); overflow-wrap: anywhere; }
.publication-item p { margin: 0 0 12px; color: var(--muted); font-size: .9rem; }
.publication-item a { color: var(--navy-700); font-weight: 750; }
.pub-status { display: inline-block; padding: 4px 8px; border-radius: 4px; background: #e9eef1; color: #375061; font-size: .78rem; font-weight: 750; }
.pub-status.checked { background: #e5f4ed; color: #195d40; }
.reviewed-result-link { margin-left: 18px; }
.load-more { margin: 22px auto 0; }

.reviewed-teaser { padding: 48px 0; background: var(--blue-soft); }
.reviewed-teaser .wrap { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.reviewed-teaser h2 { font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.2; margin: 8px 0; color: var(--navy-900); }
.reviewed-teaser p { max-width: 690px; margin: 0; }
.reviewed-teaser .button { flex-shrink: 0; }
.reviewed-intro { padding: 72px 0 56px; background: var(--navy-900); color: white; }
.reviewed-intro h1 { max-width: 800px; margin: 14px 0 22px; }
.reviewed-intro p { max-width: 860px; color: #dfebf2; }
.reviewed-search-label { display: block; font-weight: 750; margin-bottom: 8px; }
.reviewed-search { display: block; width: min(100%, 640px); padding: 13px 16px; border: 1px solid #a8b7bf; border-radius: 9px; background: white; }
#reviewed-count { margin: 15px 0 24px; color: var(--muted); }
.reviewed-item h2 { font-size: 1.25rem; line-height: 1.35; margin: 12px 0 4px; }
.reviewed-item details { border-top: 1px solid var(--line); margin-top: 19px; padding-top: 13px; }
.reviewed-item summary { cursor: pointer; color: var(--navy-700); font-weight: 750; }
.reviewed-item li { margin: 12px 0; overflow-wrap: anywhere; }
.reviewed-item ul { padding-left: 23px; max-width: 1000px; }

.no-ads-section { padding: 56px 0; background: #f7f9fa; border-top: 1px solid var(--line); }
.no-ads-grid { display: grid; grid-template-columns: 110px 1fr auto; gap: 38px; align-items: center; }
.no-ads-mark { width: 100px; height: 100px; display: grid; place-items: center; border: 2px solid var(--gold-deep); border-radius: 50%; color: var(--navy-900); font-size: 3.5rem; font-weight: 250; }
.no-ads-grid h2 { font-size: 2.25rem; }
.no-ads-grid p { max-width: 690px; margin: 9px 0 0; color: var(--muted); }
.no-ads-grid > a { color: var(--navy-700); font-size: .86rem; font-weight: 780; text-decoration: none; }

.site-footer { padding: 68px 0 0; color: #a9bdc9; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 48px; padding-bottom: 50px; }
.footer-brand { color: var(--white); }
.footer-brand .domain-suffix { color: #7f99a8; }
.footer-grid > div > p { max-width: 340px; margin: 18px 0 0; font-size: .82rem; }
.footer-contact { display: inline-block; margin-top: 12px; color: var(--gold); font-size: .82rem; overflow-wrap: anywhere; }
.footer-grid nav { display: flex; flex-direction: column; gap: 8px; }
.footer-grid nav b { margin-bottom: 6px; color: var(--white); font-size: .8rem; }
.footer-grid nav a { color: #a9bdc9; text-decoration: none; font-size: .79rem; }
.footer-bottom { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7892a1; font-size: .73rem; }
.mobile-nav { display: none; }

[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #f1b92f; outline-offset: 3px; }

@media (max-width: 980px) {
  .wrap { width: min(100% - 32px, 760px); }
  .menu-button { display: block; }
  .primary-nav { position: absolute; left: 16px; right: 16px; top: 66px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px; }
  .primary-nav .nav-support { margin-top: 5px; text-align: center; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 48px; padding: 70px 0; }
  .hero-copy { max-width: 700px; }
  .evidence-overview { min-height: 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .question-grid { grid-template-columns: 1fr; }
  .question-card { min-height: 260px; }
  .card-index { margin-bottom: 24px; }
  .safety-grid, .method-grid { grid-template-columns: 1fr; gap: 45px; }
  .record-shell { grid-template-columns: 1fr; }
  .outcome-panel { border-left: 0; border-top: 1px solid var(--line); }
  .support-card { grid-template-columns: 1fr; gap: 35px; padding: 42px; }
  .donation-box { max-width: 480px; }
  .no-ads-grid { grid-template-columns: 90px 1fr; }
  .no-ads-mark { width: 82px; height: 82px; }
  .no-ads-grid > a { grid-column: 2; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid nav:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  body { padding-bottom: 66px; }
  .wrap { width: min(100% - 24px, 560px); }
  .independence-inner { min-height: 45px; flex-direction: column; gap: 0; padding: 6px 0; font-size: .69rem; }
  .header-inner { min-height: 64px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero-grid { padding: 52px 0 48px; gap: 38px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  .hero-intro { font-size: 1rem; }
  .search-box { min-height: 58px; grid-template-columns: 23px 1fr; padding: 7px 14px; }
  .search-box button { grid-column: 1 / -1; width: 100%; margin-top: 2px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .evidence-overview { padding: 22px 18px; }
  .metric-grid article { min-height: 108px; padding: 15px; }
  .metric-grid strong { font-size: 1.4rem; }
  .metric-grid span { font-size: .7rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 90px; border-left: 1px solid var(--line); }
  .section { padding: 68px 0; }
  .catalog-toolbar span { width: 100%; margin-left: 0; }
  .publication-item { padding: 18px; }
  .reviewed-teaser .wrap { display: block; }
  .reviewed-teaser .button { margin-top: 22px; }
  .reviewed-intro { padding: 52px 0 40px; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .section-head h2, .method-grid h2, .support-copy h2, .safety-copy h2 { font-size: 2.2rem; }
  .question-card { padding: 23px; }
  .topic-row { min-height: 92px; }
  .topic-row small { margin-top: 3px; line-height: 1.4; }
  .safety-outcomes { grid-template-columns: 1fr; }
  .safety-outcomes article { min-height: 138px; }
  .record-main, .outcome-panel { padding: 23px; }
  .record-fields { grid-template-columns: 1fr 1fr; }
  .support-card { width: 100%; padding: 28px 22px; border-radius: 0; }
  .support-section .wrap { width: 100%; }
  .support-copy ul { grid-template-columns: 1fr; }
  .donation-options { grid-template-columns: 1fr 1fr; }
  .no-ads-grid { grid-template-columns: 1fr; gap: 19px; }
  .no-ads-mark { width: 68px; height: 68px; font-size: 2.6rem; }
  .no-ads-grid > a { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-grid > div { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 18px 0; }
  .mobile-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; height: 66px; display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); }
  .mobile-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: #506775; text-decoration: none; font-size: .62rem; font-weight: 750; }
  .mobile-nav span { color: var(--navy-900); font-size: 1.05rem; line-height: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
