:root {
  --ink: #121b2e;
  --muted: #627084;
  --line: #d9e3eb;
  --accent: #f28a16;
  --accent-dark: #a24600;
  --accent-soft: #fff3e4;
  --surface-cool: #edf5fa;
  --surface-warm: #fff8ef;
  --gold: #f5a548;
  --slate: #17243a;
  --slate-soft: #23354e;
  --shadow-sm: 0 8px 24px rgba(18, 27, 46, .055);
  --shadow: 0 14px 38px rgba(18, 27, 46, .085);
  --shadow-strong: 0 20px 48px rgba(18, 27, 46, .14);
  --radius-sm: 12px;
  --radius: 18px;
  --wrap: 1080px;
  --wide: var(--wrap);
  --reading: 820px;
  --narrow: 720px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.68 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: #a94e05; text-underline-offset: .18em; }
a:hover { color: var(--accent-dark); }
h1, h2, h3 { text-wrap: balance; }
p, li { text-wrap: pretty; }
.icon-svg { display: block; width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: min(calc(100% - 32px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: -80px; padding: 10px 14px; color: #fff; background: var(--accent-dark); border-radius: 8px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #a94e05; outline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(217,227,235,.92); background: rgba(255,255,255,.94); box-shadow: 0 4px 18px rgba(18,27,46,.035); backdrop-filter: blur(12px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; gap: 10px; color: var(--ink); font-weight: 850; letter-spacing: -.03em; text-decoration: none; }
.brand-mark { position: relative; display: grid; place-items: center; width: 36px; height: 36px; overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 12px; color: #fff; background: linear-gradient(145deg, #a94e05, #6f2a00); box-shadow: 0 7px 18px rgba(247,147,30,.27); font-size: 13px; }
.brand-mark::after { content: ""; position: absolute; width: 26px; height: 7px; right: -7px; bottom: 3px; border-radius: 99px; background: rgba(255,255,255,.28); transform: rotate(-36deg); }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 5px; flex-wrap: wrap; }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 10px; border-radius: 999px; color: #3b485a; font-size: 14px; font-weight: 750; text-decoration: none; transition: color .16s ease, background-color .16s ease; }
.site-nav a:hover { color: var(--accent-dark); background: var(--accent-soft); }
.site-nav a[aria-current="page"] { color: var(--accent-dark); background: var(--accent-soft); }
.hero { padding: clamp(46px, 6.5vw, 76px) 0 48px; border-bottom: 1px solid var(--line); }
.inner-hero { position: relative; overflow: hidden; }
.inner-hero::after { content: ""; position: absolute; top: -110px; right: max(-90px, calc((100vw - var(--wrap)) / 2 - 150px)); width: 310px; height: 310px; border: 1px solid rgba(242,138,22,.16); border-radius: 50%; box-shadow: 0 0 0 48px rgba(242,138,22,.035), 0 0 0 96px rgba(72,107,128,.025); pointer-events: none; }
.inner-hero .wrap { position: relative; z-index: 1; }
.search-hero { position: relative; isolation: isolate; min-height: 590px; padding: clamp(52px, 5.5vw, 70px) 0 56px; overflow: hidden; color: #fff; background: linear-gradient(115deg, rgba(17,31,46,.96), rgba(39,66,76,.86) 48%, rgba(77,55,39,.9)), radial-gradient(circle at 20% 32%, rgba(244,190,113,.78) 0 8%, transparent 8.5%), radial-gradient(circle at 32% 56%, rgba(224,162,106,.54) 0 13%, transparent 13.5%), radial-gradient(circle at 70% 30%, rgba(120,165,172,.62) 0 15%, transparent 15.5%), radial-gradient(circle at 84% 62%, rgba(247,147,30,.55) 0 13%, transparent 13.5%), linear-gradient(145deg, #8ba0a0, #324f59 52%, #806249); border: 0; }
.search-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,.06) 8% 8.2%, transparent 8.2% 91%, rgba(255,255,255,.05) 91% 91.2%, transparent 91.2%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px); background-size: auto, 100% 86px; opacity: .65; }
.search-hero::after { content: ""; position: absolute; z-index: -1; left: -4%; right: -4%; bottom: -58px; height: 105px; background: var(--accent); transform: rotate(2.2deg); transform-origin: center; }
.search-hero-inner { display: flex; align-items: center; flex-direction: column; text-align: center; }
.search-hero .eyebrow { color: #ffd49e; }
.search-hero h1 { max-width: var(--wide); color: #fff; font-size: clamp(2.3rem, 4.6vw, 3.85rem); font-weight: 900; text-shadow: 0 3px 24px rgba(0,0,0,.28); }
.hero-intro { max-width: var(--reading); margin: 15px auto 0; color: rgba(255,255,255,.88); font-size: 1.08rem; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.hero-search { display: flex; align-items: center; width: min(100%, var(--wide)); min-height: 72px; margin-top: 24px; padding: 8px 9px 8px 22px; border: 5px solid rgba(255,255,255,.22); border-radius: 999px; color: var(--ink); background: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.28); }
.hero-search input { flex: 1; min-width: 0; min-height: 46px; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; }
.hero-search input::placeholder { color: var(--muted); }
.source-badges { display: flex; gap: 6px; margin-inline: 12px; }
.source-badges span { display: grid; place-items: center; min-width: 38px; height: 38px; padding-inline: 7px; border-radius: 50%; color: #7d8792; background: #f0f3f5; font-size: .7rem; font-weight: 900; }
.source-badges span:nth-child(2) { border-radius: 14px; }
.search-image-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-right: 9px; color: var(--accent); }
.hero-search button { min-width: 162px; min-height: 54px; padding: 0 26px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--accent-dark), #7b3100); box-shadow: 0 8px 20px rgba(162,70,0,.24); font: inherit; font-weight: 850; cursor: pointer; }
.hero-search button:hover { background: linear-gradient(135deg, #8e3d00, #612600); }
.search-note { margin: 12px 0 0; color: rgba(255,255,255,.73); font-size: .84rem; }
.flow-strip { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); width: min(100%, var(--wide)); gap: 36px; margin: 32px 0 0; padding: 0; list-style: none; }
.flow-strip::before { content: ""; position: absolute; top: 18px; left: 13%; right: 13%; height: 2px; background: rgba(247,147,30,.55); }
.flow-step { position: relative; padding-top: 46px; }
.flow-step > span { position: absolute; z-index: 1; top: 0; left: calc(50% - 18px); display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: #a94e05; font-weight: 900; box-shadow: 0 0 0 7px rgba(247,147,30,.1); }
.flow-step h2 { margin: 0; color: #fff; font-size: 1rem; letter-spacing: -.01em; }
.flow-step p { max-width: 270px; margin: 8px auto 0; color: rgba(255,255,255,.76); font-size: .9rem; }
.hero-actions { display: flex; justify-content: center; gap: 8px 22px; flex-wrap: wrap; margin-top: 22px; }
.hero-actions a { color: #fff; font-size: .9rem; font-weight: 800; text-decoration-color: rgba(255,255,255,.5); }
.hero-trust { max-width: var(--wide); margin: 16px auto 0; padding: 10px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: rgba(255,255,255,.76); background: rgba(8,28,33,.25); font-size: .82rem; }
.eyebrow { margin: 0 0 10px; color: var(--accent-dark); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); line-height: 1.15; letter-spacing: -.035em; }
h1 { max-width: var(--reading); margin: 0; font-size: clamp(2.35rem, 6vw, 4.4rem); font-weight: 900; }
.inner-hero h1 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); }
h2 { margin: 0 0 14px; font-size: clamp(1.55rem, 3vw, 2.25rem); }
h3 { margin: 0 0 10px; font-size: 1.12rem; }
.lead { max-width: var(--narrow); margin: 18px 0 0; color: #46566a; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.button-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border: 1px solid var(--accent-dark); border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--accent-dark), #7b3100); box-shadow: 0 7px 18px rgba(162,70,0,.18); font-size: .94rem; font-weight: 800; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { color: #fff; background: linear-gradient(135deg, #8e3d00, #612600); box-shadow: 0 10px 24px rgba(162,70,0,.24); transform: translateY(-1px); }
.button.secondary { color: var(--accent-dark); background: transparent; }
.button.secondary, .button.tertiary { box-shadow: none; }
.button.tertiary { color: #425049; border-color: var(--line); background: #fff; }
.external-note { margin: 12px 0 0; color: var(--muted); font-size: .86rem; }
main section { padding: clamp(38px, 5vw, 60px) 0; }
main section + section { border-top: 1px solid var(--line); }
main > section:not(.search-hero) { background: #fff; }
.section-intro { max-width: var(--narrow); color: var(--muted); }
.quick-answer { position: relative; width: 100%; margin-inline: auto; padding: 24px; border: 1px solid #d3e2ec; border-left: 4px solid var(--accent); border-radius: var(--radius); background: linear-gradient(135deg, var(--surface-cool), #f8fbfd); box-shadow: var(--shadow-sm); }
.quick-answer::before { content: "Quick answer"; display: block; margin-bottom: 8px; color: var(--accent-dark); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.quick-answer p { margin: 0; font-size: 1.08rem; }
.quick-answer > p { max-width: var(--reading); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.card p { color: var(--muted); }
.card p:last-child { margin-bottom: 0; }
.category-card { display: flex; flex-direction: column; min-height: 260px; border-top: 3px solid rgba(242,138,22,.52); }
.category-icon { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 18px; border: 1px solid #d6e2ea; border-radius: 18px; color: var(--accent-dark); background: linear-gradient(145deg, #f8fbfd, #eaf3f8); font-size: 32px; box-shadow: inset 0 0 0 4px rgba(255,255,255,.72); }
.category-icon .icon-svg { width: 40px; height: 40px; }
.category-card .text-link { margin-top: auto; font-weight: 800; }
.category-directory { scroll-margin-top: 72px; }
.directory-heading { max-width: var(--reading); margin: 0 auto; text-align: center; }
.directory-heading .eyebrow { color: var(--accent-dark); }
.directory-heading h2 { margin-bottom: 12px; font-size: clamp(1.9rem, 3.7vw, 3.05rem); }
.directory-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.05rem; }
.directory-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 30px; }
.directory-card { position: relative; display: flex; align-items: center; flex-direction: column; min-width: 0; min-height: 220px; padding: 16px 13px 14px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: #fff; box-shadow: var(--shadow-sm); text-align: center; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.directory-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.directory-card:hover { color: var(--ink); border-color: rgba(242,138,22,.5); box-shadow: var(--shadow); transform: translateY(-3px); }
.directory-card:hover::before { transform: scaleX(1); }
.directory-icon { display: grid; place-items: center; width: 82px; height: 82px; margin-bottom: 13px; border: 1px solid #d3e0e9; border-radius: var(--radius); color: var(--accent-dark); background: linear-gradient(145deg, #fbfdfe, #e8f1f6); font-size: 2.3rem; box-shadow: inset 0 0 0 5px rgba(255,255,255,.68); }
.directory-icon .icon-svg { width: 50px; height: 50px; }
.directory-card h3 { margin: 0; font-size: 1.02rem; letter-spacing: -.02em; }
.directory-card p { margin: 7px 0 0; color: #6f7874; font-size: .78rem; line-height: 1.4; }
.directory-cta { margin-top: auto; padding-top: 9px; color: var(--accent-dark); font-size: .75rem; font-weight: 850; }
.directory-card-more { background: linear-gradient(145deg, #fff, #fff7ed); }
.directory-footnote { margin: 18px auto 0; color: var(--muted); font-size: .86rem; text-align: center; }
.article-preview-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.article-preview-heading > p { max-width: 520px; margin: 0 0 14px; color: var(--muted); }
.article-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 22px; }
.quick-answer > .article-card-grid { grid-template-columns: repeat(2, 1fr); }
.article-card { position: relative; display: flex; flex-direction: column; min-height: 290px; padding: 24px; overflow: hidden; border: 1px solid #eadfce; border-top: 3px solid rgba(242,138,22,.52); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.article-kicker { position: relative; z-index: 1; margin: 0 0 26px; color: var(--accent-dark) !important; font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-card h2, .article-card h3 { position: relative; z-index: 1; margin: 0 0 10px; font-size: 1.25rem; }
.article-card h2 a, .article-card h3 a { color: var(--ink); text-decoration: none; }
.article-card > p:not(.article-kicker) { color: var(--muted); }
.quick-answer .article-card p { font-size: 1rem; }
.article-read { margin-top: auto; color: var(--accent-dark); font-weight: 850; }
.article-preview-footer { margin: 18px 0 0; text-align: center; }
.article-preview-footer a { font-weight: 850; }
.article-shell { display: grid; grid-template-columns: minmax(200px, 220px) minmax(0, var(--reading)); align-items: start; justify-content: space-between; gap: 40px; }
.article-toc { position: sticky; top: 92px; padding: 19px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.article-toc strong { display: block; margin-bottom: 10px; }
.article-toc ol { margin: 0; padding-left: 22px; }
.article-toc li { margin: 6px 0; color: var(--muted); font-size: .86rem; }
.article-toc a { color: inherit; }
.article-meta { display: flex; gap: 7px 16px; flex-wrap: wrap; margin-top: 16px; color: var(--muted); font-size: .88rem; }
.article-meta a { color: inherit; font-weight: 750; }
.article-body > * + h2 { margin-top: 42px; }
.article-body > * + h3 { margin-top: 28px; }
.article-body { min-width: 0; }
.article-body p, .article-body li { color: #46534e; }
.article-body h2[id] { scroll-margin-top: 96px; }
.article-callout { margin: 20px 0; padding: 20px; border: 1px solid #f0d3ad; border-radius: var(--radius); background: var(--surface-warm); box-shadow: var(--shadow-sm); }
.article-callout strong { color: var(--accent-dark); }
.note-template { margin: 20px 0; padding: 19px; border: 1px dashed #b8c9c1; border-radius: var(--radius); background: #f7faf8; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9rem; white-space: pre-line; }
.evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 20px 0; }
.evidence-card { padding: 17px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.evidence-card strong { display: block; margin-bottom: 6px; }
.status-known { border-top: 4px solid var(--accent-dark); }
.status-unknown { border-top: 4px solid var(--gold); }
.status-missing { border-top: 4px solid #c45843; }
.article-table-wrap { width: 100%; max-width: 100%; margin: 18px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); -webkit-overflow-scrolling: touch; }
.article-table { width: 100%; min-width: 650px; border-collapse: separate; border-spacing: 0; margin: 0; background: #fff; }
.article-table th, .article-table td { padding: 13px 14px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-table th:last-child, .article-table td:last-child { border-right: 0; }
.article-table tbody tr:last-child td { border-bottom: 0; }
.article-table th { background: var(--accent-soft); }
.article-next { margin-top: 40px; padding: 24px; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); color: #fff; background: linear-gradient(135deg, var(--slate), var(--slate-soft)); box-shadow: var(--shadow-strong); }
.article-next h2, .article-next p, .article-next a { color: #fff; }
.article-next .button { border-color: var(--accent-dark); background: linear-gradient(135deg, var(--accent-dark), #7b3100); }
.article-next .button.tertiary { color: var(--slate); border-color: #fff; background: #fff; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.step { padding: 22px; border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 16px; color: var(--accent-dark); font-weight: 900; }
.check-list, .plain-list { padding: 0; list-style: none; }
.check-list li, .plain-list li { position: relative; margin: 8px 0; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-dark); font-weight: 900; }
.plain-list li::before { content: "—"; position: absolute; left: 0; color: var(--accent-dark); }
.search-box { display: flex; gap: 10px; max-width: 100%; margin-top: 18px; padding: 8px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.search-box input { flex: 1; min-width: 0; min-height: 48px; padding: 0 14px; border: 0; border-radius: 10px; color: var(--ink); background: transparent; font: inherit; }
.search-box button { min-height: 48px; padding: 0 22px; border: 0; border-radius: var(--radius-sm); color: #fff; background: linear-gradient(135deg, var(--accent-dark), #7b3100); box-shadow: 0 6px 16px rgba(162,70,0,.16); font: inherit; font-weight: 850; cursor: pointer; }
.search-box button:hover { background: linear-gradient(135deg, #8e3d00, #612600); }
.content { max-width: var(--wrap); }
.content > p, .content > ul, .content > ol { max-width: var(--reading); }
.content > * + h2 { margin-top: 40px; }
.content > * + h3 { margin-top: 28px; }
.content p, .content li { color: #46566a; }
.example { margin: 19px 0; padding: 19px; border: 1px solid #f0d3ad; border-left: 4px solid var(--gold); border-radius: var(--radius); background: var(--surface-warm); box-shadow: var(--shadow-sm); }
.compare { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.score-table { width: 100%; overflow: hidden; border: 1px solid var(--line); border-collapse: separate; border-spacing: 0; border-radius: var(--radius); margin: 19px 0; background: #fff; box-shadow: var(--shadow-sm); }
.score-table th, .score-table td { padding: 14px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
.score-table th:last-child, .score-table td:last-child { border-right: 0; }
.score-table tbody tr:last-child td { border-bottom: 0; }
.score-table th { background: var(--surface-cool); }
.breadcrumbs { margin: 0 0 16px; color: var(--muted); font-size: .88rem; }
.breadcrumbs a { color: inherit; }
.link-panel { padding: 24px; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); color: #fff; background: linear-gradient(135deg, var(--slate), var(--slate-soft)); box-shadow: var(--shadow-strong); }
.link-panel h2, .link-panel p, .link-panel a { color: #fff; }
.footer { padding: 40px 0 22px; color: #e3e9f0; background: #101827; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 2fr; gap: 34px; }
.footer .brand { color: #fff; }
.footer p { max-width: 520px; color: #b8c4d1; font-size: .9rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 22px; }
.footer-links a { color: #e6f0eb; font-size: .9rem; text-decoration-color: rgba(230,240,235,.32); transition: color .16s ease; }
.footer-links a:hover { color: #ffd29a; }
.copyright { margin-top: 24px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); color: #95a5b7; font-size: .82rem; }
@media (max-width: 1000px) {
  .directory-grid { grid-template-columns: repeat(3, 1fr); }
  .article-card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .nav-shell { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 12px 8px; }
  .site-nav { justify-content: flex-start; width: 100%; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav a { flex: 0 0 auto; }
  .category-directory { scroll-margin-top: 112px; }
}
@media (max-width: 820px) {
  .grid, .grid.two, .steps, .compare, .footer-grid { grid-template-columns: 1fr; }
  .category-card { min-height: auto; }
  .search-hero { min-height: auto; }
  .flow-strip { gap: 18px; }
  .directory-grid { grid-template-columns: repeat(3, 1fr); }
  .article-preview-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .article-card-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card { min-height: 270px; }
  .article-shell { grid-template-columns: 1fr; gap: 24px; }
  .article-toc { position: static; }
  .evidence-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 24px), var(--wrap)); }
  .site-nav { gap: 2px 4px; overflow: visible; flex-wrap: wrap; scrollbar-width: auto; }
  .site-nav a { min-height: 44px; padding-inline: 6px; }
  .inner-hero::after { top: -90px; right: -120px; width: 240px; height: 240px; }
  .hero { padding: 40px 0 38px; }
  .search-hero { padding: 26px 0 34px; }
  .search-hero h1 { font-size: clamp(2rem, 9vw, 2.4rem); }
  .hero-intro { font-size: .96rem; }
  .hero-search { align-items: stretch; flex-wrap: wrap; min-height: 0; margin-top: 18px; padding: 10px; border-width: 3px; border-radius: 24px; }
  .hero-search input { order: 1; width: calc(100% - 118px); min-height: 46px; padding: 0 8px; }
  .source-badges { order: 2; margin: 4px 0 4px auto; }
  .source-badges span { min-width: 32px; height: 32px; padding-inline: 5px; }
  .search-image-icon { display: none; }
  .hero-search button { order: 3; width: 100%; min-height: 48px; margin-top: 6px; }
  .flow-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 22px; text-align: center; }
  .flow-strip::before { top: 18px; bottom: auto; left: 15%; right: 15%; width: auto; height: 2px; }
  .flow-step { min-height: 0; padding: 43px 2px 0; }
  .flow-step > span { left: calc(50% - 18px); }
  .flow-step h2 { font-size: .84rem; }
  .flow-step p { display: none; }
  .hero-actions { align-items: center; flex-direction: row; gap: 6px 16px; margin-top: 18px; }
  .hero-actions a { display: inline-flex; align-items: center; min-height: 28px; }
  .hero-trust { margin-top: 14px; padding: 9px 12px; text-align: left; }
  .directory-grid { grid-template-columns: repeat(2, 1fr); gap: 11px; margin-top: 22px; }
  .directory-card { min-height: 190px; padding: 13px 9px; border-radius: var(--radius); }
  .directory-icon { width: 68px; height: 68px; margin-bottom: 10px; font-size: 2rem; }
  .directory-icon .icon-svg { width: 42px; height: 42px; }
  .directory-card h3 { font-size: .95rem; }
  .directory-card p { font-size: .72rem; }
  .button-row, .button { width: 100%; }
  .search-box { align-items: stretch; flex-direction: column; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .quick-answer, .card { padding: 18px; }
  .article-card-grid { grid-template-columns: 1fr; }
  .quick-answer > .article-card-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
