:root {
    --ink: #07110f;
    --deep: #0b1d19;
    --panel: #102a24;
    --lime: #c7ff4a;
    --mint: #73e7d4;
    --paper: #f2f0e8;
    --white: #fff;
    --muted: #a9bbb5;
    --line: rgba(199, 255, 74, .2);
    --content-max: 1500px;
    --header-max: 1750px;
    --footer-max: 1350px;
    --gutter: clamp(1rem, 3vw, 2.5rem);
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font: 16px/1.65 var(--sans); text-rendering: optimizeLegibility; -webkit-tap-highlight-color: rgba(199, 255, 74, .24); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select { font: inherit; }
:where(p, li, dd, figcaption) { overflow-wrap: break-word; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); background: var(--lime); color: var(--ink); padding: .65rem 1rem; font-weight: 800; }
.skip-link:focus { transform: none; }
.wwc-skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; max-width: calc(100vw - 16px); padding: .65rem 1rem; background: var(--lime); color: var(--ink); font-weight: 800; text-decoration: none; transform: translateY(-150%); }
.wwc-skip-link:focus { transform: none; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible { outline: 3px solid #f59e0b; outline-offset: 3px; }
:where(button, [role="button"], input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]), select, textarea) { min-height: 44px; }
:where([aria-current="page"]) { font-weight: 700; text-decoration-thickness: .14em; text-underline-offset: .18em; }
main[id], section[id], article[id], h1[id], h2[id], h3[id] { scroll-margin-top: 5rem; }
.notice { min-height: 34px; padding: .45rem var(--gutter); background: var(--lime); color: var(--ink); display: flex; justify-content: center; align-items: center; gap: .65rem; text-transform: uppercase; letter-spacing: .09em; font: 700 .68rem var(--mono); text-align: center; }
.notice span { width: 7px; height: 7px; background: var(--ink); border-radius: 50%; box-shadow: 0 0 0 4px rgba(7, 17, 15, .15); }
.notice a { margin-left: .5rem; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; padding: 0 max(var(--gutter), calc((100% - var(--header-max)) / 2)); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3rem; background: rgba(7, 17, 15, .94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255, 255, 255, .12); }
.brand { display: flex; align-items: center; gap: .8rem; color: var(--paper); font: 600 .9rem var(--mono); letter-spacing: .05em; text-decoration: none; }
.brand b, .footer-brand b { color: var(--lime); }
.brand-mark { width: 44px; height: 44px; display: block; flex: 0 0 auto; border: 1px solid rgba(115, 231, 212, .45); border-radius: 12px; object-fit: cover; }
.site-header nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(1rem, 2.2vw, 2.2rem); }
.site-header nav a { min-height: 44px; padding: .6rem 0; display: inline-flex; align-items: center; color: #c1cec9; text-decoration: none; font-size: .83rem; }
.site-header nav a:hover, .site-header nav a:focus-visible, .site-header nav a[aria-current="page"] { color: var(--lime); }
.menu-toggle { display: none; background: transparent; color: var(--lime); border: 1px solid var(--line); padding: .55rem .75rem; cursor: pointer; }
.wrap { width: min(calc(100% - (2 * var(--gutter))), var(--content-max)); margin-inline: auto; }
.hero { min-height: 680px; padding: clamp(4.5rem, 9vw, 8rem) 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); position: relative; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -350px; top: 50px; border: 1px solid rgba(115, 231, 212, .1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(115, 231, 212, .025), 0 0 0 160px rgba(115, 231, 212, .018); }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.35rem; color: var(--lime); font: 700 .68rem var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { color: var(--muted); padding-right: .75rem; border-right: 1px solid var(--line); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; overflow-wrap: anywhere; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.1rem, 6vw, 5.7rem); }
h1 em { color: transparent; -webkit-text-stroke: 1px var(--mint); font-style: normal; }
.hero h1 { font-size: clamp(2.6rem, 4.6vw, 4.8rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); }
h3 { font-size: 1.25rem; }
.lead { max-width: 900px; color: #bdcbc6; font-size: clamp(1.08rem, 1.5vw, 1.3rem); }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 50px; padding: .8rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; border: 1px solid rgba(255, 255, 255, .25); font: 750 .75rem var(--mono); letter-spacing: .05em; text-transform: uppercase; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.hero-visual { margin: 0; position: relative; box-shadow: 0 30px 90px rgba(0, 0, 0, .45); }
.hero-visual::before { content: "PROTECTION / ONE HEALTH"; position: absolute; z-index: 2; top: 1.3rem; left: -1rem; padding: .45rem .7rem; background: var(--lime); color: var(--ink); font: 800 .62rem var(--mono); letter-spacing: .1em; }
.hero-visual img { aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid rgba(115, 231, 212, .25); }
.trust-list { display: flex; flex-wrap: wrap; gap: 1.4rem; margin: 1.8rem 0 0; padding: 0; list-style: none; color: var(--muted); font: 650 .64rem var(--mono); text-transform: uppercase; }
.trust-list li::before { content: "✓"; color: var(--lime); margin-right: .45rem; }
.orientation { padding-top: clamp(3.5rem, 6vw, 5.5rem); }
.orientation-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(7, 17, 15, .3); border-left: 1px solid rgba(7, 17, 15, .3); }
.orientation-grid a { min-height: 250px; padding: 1.25rem; display: flex; flex-direction: column; color: var(--ink); border-right: 1px solid rgba(7, 17, 15, .3); border-bottom: 1px solid rgba(7, 17, 15, .3); text-decoration: none; transition: background .2s, transform .2s; }
.orientation-grid a:hover, .orientation-grid a:focus-visible { background: rgba(199, 255, 74, .22); transform: translateY(-3px); }
.orientation-grid span { color: #526d18; font: 800 .68rem var(--mono); letter-spacing: .08em; }
.orientation-grid strong { margin-top: 2.8rem; font-size: 1.22rem; line-height: 1.15; }
.orientation-grid small { margin-top: .65rem; color: #45524d; font-size: .82rem; line-height: 1.5; }
.orientation-grid b { margin-top: auto; padding-top: 1.2rem; color: #344b08; font: 800 .64rem var(--mono); letter-spacing: .03em; text-transform: uppercase; }
.answer-strip { margin-top: 1.5rem; padding: clamp(1.4rem, 3vw, 2.2rem); display: grid; grid-template-columns: .35fr 1.3fr auto; align-items: start; gap: clamp(1.2rem, 3vw, 3rem); background: var(--ink); color: var(--paper); }
.answer-strip .answer-kicker { margin: .35rem 0 0; color: var(--lime); font: 800 .65rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.answer-strip h2 { margin-bottom: .75rem; font-size: clamp(1.55rem, 2.8vw, 2.5rem); }
.answer-strip p { margin-bottom: 0; color: #bdcbc6; }
.answer-strip a { min-height: 44px; display: inline-flex; align-items: center; color: var(--lime); font: 800 .67rem var(--mono); text-transform: uppercase; white-space: nowrap; }
.quick-summary { padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: clamp(3.5rem, 6vw, 5rem); }
.summary-grid, .source-router { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(7, 17, 15, .3); border-left: 1px solid rgba(7, 17, 15, .3); }
.summary-grid { margin: 0; padding: 0; list-style: none; counter-reset: summary-step; }
.summary-card, .source-router a { min-height: 220px; padding: 1.3rem; border-right: 1px solid rgba(7, 17, 15, .3); border-bottom: 1px solid rgba(7, 17, 15, .3); }
.summary-card { display: flex; flex-direction: column; counter-increment: summary-step; }
.summary-card::before { content: "0" counter(summary-step); color: #526d18; font: 800 .68rem var(--mono); letter-spacing: .08em; }
.summary-card h3, .source-router strong { margin: 2.4rem 0 .65rem; font-size: 1.16rem; line-height: 1.15; }
.summary-card p, .source-router small { margin: 0; color: #45524d; font-size: .86rem; line-height: 1.55; }
.summary-answer { margin-top: 1.5rem; padding: 1.35rem; display: grid; grid-template-columns: .45fr 1.55fr auto; gap: 1.4rem; align-items: center; background: var(--ink); color: var(--paper); }
.summary-answer strong { color: var(--lime); font: 800 .69rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.summary-answer p { margin: 0; color: #bdcbc6; }
.summary-answer a { color: var(--lime); font: 800 .67rem var(--mono); text-transform: uppercase; }
.source-router a { display: flex; flex-direction: column; color: var(--ink); text-decoration: none; transition: background .2s, transform .2s; }
.source-router a:hover, .source-router a:focus-visible { background: rgba(199, 255, 74, .22); transform: translateY(-3px); }
.source-router span { color: #526d18; font: 800 .68rem var(--mono); letter-spacing: .08em; }
.source-router strong { display: block; }
.source-router small { display: block; }
.source-router b { margin-top: auto; padding-top: 1rem; color: #344b08; font: 800 .64rem var(--mono); text-transform: uppercase; }
.emergency-choice { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .18); border-left: 1px solid rgba(255, 255, 255, .18); }
.emergency-choice a { min-height: 245px; padding: 1.35rem; display: flex; flex-direction: column; color: var(--paper); border-right: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); text-decoration: none; transition: background .2s, transform .2s; }
.emergency-choice a:hover, .emergency-choice a:focus-visible { background: rgba(199, 255, 74, .1); transform: translateY(-3px); }
.emergency-choice .emergency-primary { background: var(--lime); color: var(--ink); }
.emergency-choice .emergency-primary:hover, .emergency-choice .emergency-primary:focus-visible { background: #d5ff73; }
.emergency-choice span { color: var(--lime); font: 800 .67rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.emergency-choice .emergency-primary span { color: #40590c; }
.emergency-choice strong { margin: 1.8rem 0 .45rem; font-size: clamp(2.4rem, 4vw, 4.1rem); line-height: .95; }
.emergency-choice h3 { margin: 1.8rem 0 .65rem; font-size: 1.15rem; }
.emergency-choice small { color: #bdcbc6; font-size: .84rem; line-height: 1.5; }
.emergency-choice .emergency-primary small { color: #3e4a45; }
.emergency-choice b { margin-top: auto; padding-top: 1.1rem; color: var(--lime); font: 800 .64rem var(--mono); text-transform: uppercase; }
.emergency-choice .emergency-primary b { color: #344b08; }
.band { padding: clamp(4rem, 7vw, 6rem) 0; }
.band-lime { background: var(--lime); color: var(--ink); }
.band-paper { background: var(--paper); color: var(--ink); }
.band-deep { background: var(--deep); }
.section-head { display: grid; grid-template-columns: .45fr 1fr .65fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: end; margin-bottom: 3rem; }
.section-head h2, .section-head p { margin-bottom: 0; }
.section-head > p:last-child { color: var(--muted); }
.band-lime .eyebrow, .band-paper .eyebrow { color: #526d18; }
.band-lime .section-head > p:last-child, .band-paper .section-head > p:last-child { color: #46534e; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .16); border-left: 1px solid rgba(255, 255, 255, .16); }
.card { min-height: 520px; padding: 0 1.6rem 1.6rem; display: flex; flex-direction: column; overflow: hidden; background: linear-gradient(145deg, rgba(255, 255, 255, .04), transparent); border-right: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.card:hover { background: var(--panel); }
.card-media { width: calc(100% + 3.2rem); max-width: none; aspect-ratio: 3 / 2; margin: 0 -1.6rem 1.35rem; object-fit: cover; border-bottom: 1px solid rgba(255, 255, 255, .16); transition: transform .35s ease, filter .35s ease; }
.card:hover .card-media { transform: scale(1.025); filter: saturate(1.05); }
.card .index { color: var(--lime); font: 700 .7rem var(--mono); letter-spacing: .1em; }
.card h3 { margin: 1.4rem 0 .75rem; }
.card p { color: var(--muted); font-size: .92rem; }
.card a { min-height: 44px; margin-top: auto; padding-top: .75rem; display: flex; align-items: center; color: var(--lime); font: 700 .7rem var(--mono); text-transform: uppercase; }
.band-lime .cards, .band-paper .cards, .band-lime .card, .band-paper .card { border-color: rgba(7, 17, 15, .3); }
.band-lime .card, .band-paper .card { background: rgba(255, 255, 255, .15); }
.band-lime .card:hover, .band-paper .card:hover { background: rgba(7, 17, 15, .06); }
.band-lime .card .index, .band-paper .card .index, .band-lime .card a, .band-paper .card a { color: #425b0d; }
.band-lime .card p, .band-paper .card p { color: #43504b; }
.source-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(7, 17, 15, .35); border-left: 1px solid rgba(7, 17, 15, .35); }
.source-grid a { min-height: 100px; padding: 1.25rem; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 1rem; border-right: 1px solid rgba(7, 17, 15, .35); border-bottom: 1px solid rgba(7, 17, 15, .35); text-decoration: none; }
.source-grid a:hover { background: rgba(7, 17, 15, .06); }
.source-code { width: 55px; height: 55px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 800 .7rem var(--mono); }
.source-grid strong { display: block; }
.source-grid small { color: #53605b; }
.page-hero { padding: clamp(4.5rem, 8vw, 7rem) 0 3.5rem; border-bottom: 1px solid var(--line); }
.page-hero .lead { max-width: 1050px; }
.breadcrumb { margin-bottom: 2.2rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; color: var(--muted); font: 650 .68rem var(--mono); text-transform: uppercase; }
.breadcrumb li + li::before { content: "/"; margin-right: .45rem; color: #62756e; }
.breadcrumb a, .prose a { color: var(--lime); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, 360px); gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
.prose { max-width: none; }
.prose h2 { margin: 3.5rem 0 1.2rem; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 2rem 0 .65rem; }
.prose p, .prose li { color: #c0cec9; }
.prose strong { color: var(--paper); }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li + li { margin-top: .55rem; }
.aside { position: sticky; top: 110px; padding: 1.5rem; background: var(--panel); border-top: 3px solid var(--lime); color: var(--paper); }
.aside h2 { color: var(--lime); font-size: 1.15rem; }
.aside > p:not(.meta) { color: #c7d2ce; }
.aside nav { display: grid; gap: .7rem; }
.aside a { min-height: 44px; display: inline-flex; align-items: center; color: #c7d2ce; font-size: .88rem; }
.aside .meta { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font: 650 .66rem/1.7 var(--mono); text-transform: uppercase; }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 2rem 0; }
.fact { padding: 1.35rem; background: var(--panel); border: 1px solid rgba(255, 255, 255, .13); }
.fact h3 { margin-top: 0; }
.fact p { margin-bottom: 0; font-size: .92rem; }
.warning { margin: 2rem 0; padding: 1.2rem 1.4rem; background: rgba(199, 255, 74, .08); border-left: 4px solid var(--lime); }
.warning strong { display: block; margin-bottom: .35rem; color: var(--lime); }
.editorial-photo { position: relative; margin: 2.75rem 0; overflow: hidden; background: var(--panel); border: 1px solid rgba(115, 231, 212, .25); box-shadow: 0 24px 60px rgba(0, 0, 0, .22); }
.editorial-photo::after { content: ""; position: absolute; top: 0; right: 0; width: 58px; height: 4px; background: var(--lime); }
.editorial-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; filter: saturate(.9) contrast(1.03); transition: transform .5s ease, filter .5s ease; }
.editorial-photo:hover img { transform: scale(1.015); filter: saturate(1) contrast(1.04); }
.editorial-photo figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; margin: 0; padding: .8rem 1rem; color: var(--muted); border-top: 1px solid rgba(255, 255, 255, .1); font: 650 .67rem/1.55 var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.editorial-photo figcaption::before { content: "IMAGE /"; flex: 0 0 auto; color: var(--lime); }
.editorial-photo-banner { grid-column: 1 / -1; margin: 1rem 0 0; }
.editorial-photo-banner img { max-height: 720px; }
.visual-story-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(115, 231, 212, .2); background: rgba(115, 231, 212, .2); }
.visual-story { min-height: 280px; margin: 0; position: relative; isolation: isolate; overflow: hidden; background: var(--deep); }
.visual-story:nth-child(1), .visual-story:nth-child(6) { grid-column: span 2; }
.visual-story img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .55s ease, filter .55s ease; }
.visual-story::after { position: absolute; inset: 42% 0 0; z-index: 0; content: ""; background: linear-gradient(transparent, rgba(5, 16, 14, .92)); pointer-events: none; }
.visual-story figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 1.15rem; color: #fff; font-size: .88rem; line-height: 1.45; }
.visual-story figcaption strong { display: block; margin-bottom: .22rem; color: var(--lime); font: 800 .62rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.visual-story:hover img { transform: scale(1.035); filter: saturate(.95) contrast(1.06); }
.faq { border-top: 1px solid rgba(255, 255, 255, .18); }
.faq details { border-bottom: 1px solid rgba(255, 255, 255, .18); }
.faq summary { padding: 1.25rem 2.5rem 1.25rem 0; cursor: pointer; font-weight: 750; position: relative; }
.faq summary::after { content: "+"; position: absolute; right: .5rem; color: var(--lime); }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 2rem 1.25rem 0; color: var(--muted); }
.emergency-box { padding: clamp(1.5rem, 4vw, 3rem); background: var(--paper); color: var(--ink); box-shadow: 14px 14px 0 var(--lime); }
.emergency-box label { display: block; margin-bottom: .5rem; font: 750 .72rem var(--mono); text-transform: uppercase; }
.emergency-box select { width: 100%; padding: .8rem; background: var(--white); border: 1px solid #7f8b86; }
.emergency-number { display: flex; align-items: center; gap: 1.5rem; margin: 2rem 0; }
.emergency-number span { width: 62px; height: 62px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 50%; font: 800 .85rem var(--mono); }
.emergency-number strong { display: block; font-size: clamp(3rem, 6vw, 5rem); line-height: 1; }
.emergency-number small { color: #52605b; }
.emergency-box .button { width: 100%; }
.site-footer { padding: clamp(2.5rem, 5vw, 4.5rem) max(var(--gutter), calc((100% - var(--footer-max)) / 2)) 1.5rem; background: #050b09; border-top: 1px solid rgba(255, 255, 255, .12); color: var(--muted); font-size: .82rem; }
.footer-main { display: grid; grid-template-columns: minmax(190px, .8fr) minmax(280px, 1.45fr) minmax(180px, .72fr) minmax(210px, .72fr); gap: clamp(1.5rem, 3vw, 3.5rem); align-items: start; }
.footer-brand { display: flex; align-items: center; gap: .7rem; color: var(--paper); font: 600 .9rem var(--mono); letter-spacing: .04em; text-decoration: none; }
.footer-brand img { width: 44px; height: 44px; border-radius: 12px; }
.footer-description { max-width: 520px; margin: 0; color: #b7c8c2; line-height: 1.75; }
.footer-nav { display: grid; gap: .45rem; }
.footer-nav a { min-height: 32px; display: flex; align-items: center; }
.footer-nav > span, .footer-status > span { margin-bottom: .25rem; color: var(--lime); font: 750 .62rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { color: #c7d2ce; }
.footer-status { display: grid; gap: .2rem; justify-items: start; font: 650 .67rem/1.65 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.footer-status strong { color: var(--paper); font-size: .78rem; }
.footer-status small { margin-top: .55rem; color: var(--muted); font-size: .64rem; }
.footer-bottom { margin-top: clamp(2rem, 4vw, 3.5rem); padding-top: 1.3rem; border-top: 1px solid rgba(255, 255, 255, .12); }
.ai-disclaimer { display: grid; gap: .35rem; max-width: 850px; }
.ai-disclaimer strong { color: var(--paper); font-size: .75rem; }
.ai-disclaimer small { color: var(--muted); font-size: .72rem; }
.legal-disclaimer { display: grid; gap: .45rem; margin: 1.25rem 0; padding: 1.25rem 1.4rem; background: rgba(115, 231, 212, .08); border-left: 4px solid var(--mint); }
.legal-disclaimer strong { color: var(--paper); }
.legal-disclaimer small { color: #c0cec9; font-size: .9rem; }
.legal-updated { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--line); font: 650 .7rem var(--mono); text-transform: uppercase; }
.not-found { width: min(calc(100% - (2 * var(--gutter))), var(--content-max)); margin-inline: auto; text-align: center; padding: 10rem 0; }
.not-found strong { display: block; color: var(--lime); font: 800 5rem var(--mono); }

[hidden] { display: none !important; }
.actions-center { justify-content: center; }
.button-dark { background: var(--ink); border-color: var(--ink); color: var(--lime); }
.band-paper .prose p, .band-paper .prose li { color: #394741; }
.band-paper .prose strong { color: var(--ink); }
.band-lime .prose p, .band-lime .prose li { color: #2d3b35; }
.band-lime .prose strong { color: var(--ink); }
.band-lime .fact { color: var(--paper); }
.band-lime .fact h3 { color: var(--paper); }
.band-lime .fact p { color: #d5e2dd; }
.band-lime .aside { color: var(--paper); }
.band-lime .aside h2 { color: var(--lime); }
.section-head-compact { grid-template-columns: .34fr 1fr 1fr; }
.directory-hero h1 em, .watch-hero h1 em, .atlas-hero h1 em { display: inline-block; }
.directory-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.directory-stats p { min-height: 130px; margin: 0; padding: 1.25rem; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.directory-stats strong { color: var(--lime); font: 800 clamp(2.2rem, 4vw, 4rem)/1 var(--mono); }
.directory-stats span { margin-top: .65rem; color: var(--muted); font: 700 .66rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.language-gateway { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.language-gateway h2 { margin-bottom: 1rem; }
.language-gateway p:not(.eyebrow) { color: #35433d; }
.language-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(7, 17, 15, .35); border-left: 1px solid rgba(7, 17, 15, .35); }
.language-links a { min-height: 78px; padding: 1rem; display: flex; align-items: center; gap: 1rem; border-right: 1px solid rgba(7, 17, 15, .35); border-bottom: 1px solid rgba(7, 17, 15, .35); font-weight: 750; text-decoration: none; }
.language-links a:hover { background: rgba(255, 255, 255, .23); }
.language-links span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 800 .65rem var(--mono); }
.directory-controls { margin-bottom: 1.5rem; padding: 1.2rem; display: grid; grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(160px, .8fr)) auto; align-items: end; gap: .8rem; background: var(--panel); border: 1px solid rgba(255, 255, 255, .14); }
.directory-controls label { display: grid; gap: .45rem; }
.directory-controls label > span { color: var(--muted); font: 750 .64rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.directory-controls input, .directory-controls select { width: 100%; height: 48px; padding: 0 .8rem; background: var(--ink); color: var(--paper); border: 1px solid rgba(255, 255, 255, .24); border-radius: 0; }
.directory-controls input:focus, .directory-controls select:focus { outline: 2px solid var(--lime); outline-offset: 2px; }
.filter-reset { height: 48px; padding: 0 1rem; background: transparent; color: var(--lime); border: 1px solid var(--line); cursor: pointer; }
.filter-presets { margin: -1rem 0 1.4rem; display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; }
.filter-presets > span { margin-right: .25rem; color: var(--muted); font: 750 .64rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.filter-presets button { min-height: 40px; padding: .55rem .8rem; background: transparent; color: var(--paper); border: 1px solid rgba(255, 255, 255, .24); font: 750 .65rem var(--mono); cursor: pointer; }
.filter-presets button:hover, .filter-presets button:focus-visible, .filter-presets button[aria-pressed="true"] { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.filter-help { margin: -.6rem 0 1.4rem; color: var(--muted); font-size: .82rem; }
.directory-toolbar { min-height: 46px; margin-bottom: .8rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: var(--muted); font: 700 .67rem var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.directory-toolbar p { margin: 0; }
.directory-toolbar strong { color: var(--lime); }
.resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .16); border-left: 1px solid rgba(255, 255, 255, .16); }
.resource-card { position: relative; min-height: 330px; padding: 1.4rem; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); background: linear-gradient(145deg, rgba(255, 255, 255, .035), transparent); }
.resource-card::before { position: absolute; top: 0; left: 0; width: 100%; height: 3px; content: ""; background: linear-gradient(90deg, var(--lime), var(--mint), transparent 72%); opacity: .78; }
.resource-card:nth-child(3n + 2)::before { background: linear-gradient(90deg, var(--mint), #8bc8ff, transparent 72%); }
.resource-card:nth-child(3n + 3)::before { background: linear-gradient(90deg, #e4e985, var(--lime), transparent 72%); }
.resource-card:hover { background: var(--panel); }
.resource-card-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.resource-code { min-height: 34px; padding: .35rem .65rem; display: inline-grid; grid-auto-flow: column; place-items: center; gap: .4rem; color: var(--lime); border: 1px solid var(--line); border-radius: 999px; background: rgba(179, 244, 89, .06); box-shadow: inset 0 0 0 1px rgba(179, 244, 89, .04); font: 800 .65rem var(--mono); letter-spacing: .04em; }
.resource-code::before { width: .38rem; height: .38rem; content: ""; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }
.resource-kind { color: #81958e; font: 700 .58rem var(--mono); text-align: right; text-transform: uppercase; }
.resource-place { margin: 1.4rem 0 .4rem; color: var(--mint); font: 700 .62rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.resource-card h3 { margin: 0 0 .7rem; }
.resource-card h3 a, .disease-card h3 a { color: inherit; font: inherit; text-decoration: none; }
.resource-card h3 a:hover, .disease-card h3 a:hover { text-decoration: underline; }
.resource-card:target, .disease-card:target { outline: 2px solid var(--mint); outline-offset: -2px; }
.reference-notes { max-width: 1040px; }
.reference-notes h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.reference-notes li { margin-block: .6rem; }
.resource-card > p:not(.resource-place) { margin: 0 0 1rem; color: var(--muted); font-size: .9rem; }
.resource-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin: auto 0 1rem; }
.resource-tags span { padding: .28rem .45rem; color: #a9bbb5; border: 1px solid rgba(255, 255, 255, .13); font: 650 .57rem var(--mono); text-transform: uppercase; }
.resource-card > a { min-height: 44px; padding-top: .9rem; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .12); color: var(--lime); font: 750 .67rem var(--mono); text-decoration: none; text-transform: uppercase; }
.directory-empty { padding: 4rem 1rem; text-align: center; border: 1px solid var(--line); }
.directory-empty strong { display: block; font-size: 1.4rem; }
.directory-empty p { color: var(--muted); }
.directory-empty .button { margin-top: 1rem; }
.fact-grid-3 { grid-template-columns: repeat(3, 1fr); }
.band-paper .fact { background: rgba(7, 17, 15, .045); border-color: rgba(7, 17, 15, .18); }
.band-paper .fact p { color: #45524d; }

.disease-stats { display: grid; grid-template-columns: repeat(6, 1fr); margin-bottom: 1.5rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.disease-stats p { min-height: 105px; margin: 0; padding: 1rem; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.disease-stats strong { color: var(--lime); font: 800 clamp(1.8rem, 3vw, 3rem)/1 var(--mono); }
.disease-stats span { margin-top: .45rem; color: var(--muted); font: 700 .61rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.disease-controls { grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(155px, .75fr)) auto; }
.disease-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .16); }
.disease-card { min-height: 490px; padding: 1.4rem; display: flex; flex-direction: column; background: var(--deep); }
.disease-card:hover { background: var(--panel); }
.disease-card-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.disease-card-head span { padding: .35rem .55rem; color: var(--lime); border: 1px solid var(--line); font: 800 .62rem var(--mono); text-transform: uppercase; }
.disease-card-head small { color: var(--muted); font: 750 .6rem var(--mono); text-transform: uppercase; }
.disease-card h3 { margin: 2rem 0 .25rem; }
.disease-card > p { color: var(--muted); font-size: .88rem; }
.disease-card .disease-agent { margin: 0 0 1rem; color: var(--mint); font: 650 .7rem var(--mono); }
.disease-card dl { margin: auto 0 1.2rem; border-top: 1px solid rgba(255, 255, 255, .13); }
.disease-card dt { margin-top: .8rem; color: #81958e; font: 750 .58rem var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.disease-card dd { margin: .25rem 0 0; color: #c7d2ce; font-size: .8rem; }
.disease-card > a { min-height: 44px; padding-top: .9rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255, 255, 255, .13); color: var(--lime); font: 750 .65rem var(--mono); text-decoration: none; text-transform: uppercase; }

.watch-note { max-width: 850px; margin: 2.5rem 0 0; padding-top: 1.2rem; display: flex; align-items: center; gap: .7rem; color: var(--muted); border-top: 1px solid var(--line); font-size: .85rem; }
.watch-note span { width: 9px; height: 9px; flex: 0 0 auto; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(199, 255, 74, .1); }
.watch-note strong { color: var(--paper); }
.signal-flow { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(7, 17, 15, .35); border-left: 1px solid rgba(7, 17, 15, .35); }
.signal-flow li { min-height: 230px; padding: 1.3rem; display: flex; flex-direction: column; border-right: 1px solid rgba(7, 17, 15, .35); border-bottom: 1px solid rgba(7, 17, 15, .35); }
.signal-flow li > span { font: 800 1.1rem var(--mono); }
.signal-flow strong { margin-top: auto; font-size: 1.15rem; }
.signal-flow p { margin-bottom: 0; color: #3d4a45; font-size: .87rem; }
.watch-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .16); }
.watch-card { min-height: 340px; padding: 1.4rem; display: flex; flex-direction: column; background: var(--deep); }
.watch-card:hover { background: var(--panel); }
.watch-card > div:first-child { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.watch-code { color: var(--lime); font: 800 .7rem var(--mono); }
.watch-type { color: var(--muted); font: 700 .58rem var(--mono); text-transform: uppercase; }
.watch-card h3 { margin: 2.4rem 0 .8rem; }
.watch-card > p { margin-top: 0; color: var(--muted); font-size: .9rem; }
.watch-card dl { margin: auto 0 1.2rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(255, 255, 255, .13); }
.watch-card dl div { padding: .7rem 0; }
.watch-card dl div + div { padding-left: .8rem; border-left: 1px solid rgba(255, 255, 255, .13); }
.watch-card dt { color: #788c84; font: 700 .57rem var(--mono); text-transform: uppercase; }
.watch-card dd { margin: .15rem 0 0; color: #c7d2ce; font-size: .78rem; }
.watch-card > a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; color: var(--lime); font: 750 .67rem var(--mono); text-decoration: none; text-transform: uppercase; }
.feed-list { margin-top: 2rem; border-top: 1px solid rgba(7, 17, 15, .24); }
.feed-list a { min-height: 92px; padding: 1rem 0; display: grid; grid-template-columns: 52px 1fr auto; gap: 1rem; align-items: center; border-bottom: 1px solid rgba(7, 17, 15, .24); color: var(--ink); text-decoration: none; }
.feed-list a:hover strong { text-decoration: underline; text-underline-offset: .2em; }
.feed-list strong, .feed-list small { display: block; }
.feed-list small { margin-top: .25rem; color: #53605b; }
.feed-icon { width: 46px; height: 46px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 50%; font: 800 .6rem var(--mono); }
.aside-paper { background: #dfe1d8; color: var(--ink); }
.aside-paper h2 { color: var(--ink); }
.aside-paper > p:not(.meta) { color: #35433d; }
.aside-paper a { color: #243b34; }

.topic-index { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(7, 17, 15, .35); border-left: 1px solid rgba(7, 17, 15, .35); }
.topic-index a { min-height: 150px; padding: 1.1rem; display: flex; flex-direction: column; border-right: 1px solid rgba(7, 17, 15, .35); border-bottom: 1px solid rgba(7, 17, 15, .35); color: var(--ink); text-decoration: none; }
.topic-index a:hover { background: rgba(255, 255, 255, .22); }
.topic-index span { font: 800 .66rem var(--mono); }
.topic-index strong { margin-top: auto; }
.topic-index small { color: #49564f; }
.risk-equation { margin: 2rem 0; display: grid; grid-template-columns: repeat(7, auto); align-items: stretch; border: 1px solid rgba(255, 255, 255, .14); }
.risk-equation > span { min-width: 0; padding: 1rem; display: flex; flex-direction: column; justify-content: center; }
.risk-equation > b { display: grid; place-items: center; color: var(--mint); font: 400 1.2rem var(--mono); }
.risk-equation strong, .risk-equation small { display: block; }
.risk-equation small { color: var(--muted); font-size: .68rem; }
.risk-equation .risk-result { background: var(--lime); color: var(--ink); }
.risk-equation .risk-result small { color: #344019; }
.agent-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(7, 17, 15, .28); border-left: 1px solid rgba(7, 17, 15, .28); }
.agent-grid article { min-height: 260px; padding: 1.3rem; display: flex; flex-direction: column; border-right: 1px solid rgba(7, 17, 15, .28); border-bottom: 1px solid rgba(7, 17, 15, .28); }
.agent-grid article > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 800 .72rem var(--mono); }
.agent-grid h3 { margin: 2.2rem 0 .6rem; }
.agent-grid p { margin: 0; color: #3d4944; font-size: .9rem; }
.agent-grid small { margin-top: auto; padding-top: 1rem; color: #59655f; border-top: 1px solid rgba(7, 17, 15, .18); }
.warning-dark { background: rgba(7, 17, 15, .07); border-color: var(--ink); }
.warning-dark strong { color: var(--ink); }
.route-list { border-top: 1px solid rgba(255, 255, 255, .16); }
.route-list section { padding: 1.25rem 0; display: grid; grid-template-columns: 58px 1fr; gap: 1rem; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.route-list section > span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--lime); border: 1px solid var(--line); border-radius: 50%; font: 800 .65rem var(--mono); }
.route-list h3, .route-list p { margin: 0; }
.route-list p { margin-top: .35rem; }
.context-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(7, 17, 15, .3); border-left: 1px solid rgba(7, 17, 15, .3); }
.context-grid article { min-height: 225px; padding: 1.2rem; border-right: 1px solid rgba(7, 17, 15, .3); border-bottom: 1px solid rgba(7, 17, 15, .3); }
.context-grid span { font: 800 .62rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.context-grid h3 { margin: 2.7rem 0 .6rem; }
.context-grid p { margin: 0; color: #3d4944; font-size: .88rem; }
.assessment-list { margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .16); }
.assessment-list li { padding: 1rem 0; display: grid; grid-template-columns: 50px 1fr; gap: 1rem; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.assessment-list li > span { color: var(--lime); font: 800 1.25rem var(--mono); }
.assessment-list p { margin: .25rem 0 0; }
.control-ladder { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid rgba(7, 17, 15, .28); border-left: 1px solid rgba(7, 17, 15, .28); }
.control-ladder li { min-height: 220px; padding: 1.2rem; display: flex; flex-direction: column; border-right: 1px solid rgba(7, 17, 15, .28); border-bottom: 1px solid rgba(7, 17, 15, .28); }
.control-ladder li > span { font: 800 .7rem var(--mono); }
.control-ladder li > div { margin-top: auto; }
.control-ladder h3 { margin-bottom: .5rem; }
.control-ladder p { margin: 0; color: #45524d; font-size: .88rem; }
.containment-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 2rem 0; border-top: 1px solid rgba(255, 255, 255, .16); border-left: 1px solid rgba(255, 255, 255, .16); }
.containment-grid div { min-height: 210px; padding: 1rem; border-right: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.containment-grid span { color: var(--lime); font: 800 1.2rem var(--mono); }
.containment-grid p { margin-top: 2rem; font-size: .83rem; }
.one-health-wheel { min-height: 560px; margin: 2rem auto; display: grid; grid-template-columns: 1fr .8fr 1fr; grid-template-rows: 1fr 1fr; gap: 1rem; position: relative; }
.one-health-wheel article { padding: 1.3rem; background: rgba(255, 255, 255, .15); border: 1px solid rgba(7, 17, 15, .28); }
.one-health-wheel article:nth-child(1) { grid-column: 1; grid-row: 1; }
.one-health-wheel article:nth-child(2) { grid-column: 3; grid-row: 1; }
.one-health-wheel article:nth-child(3) { grid-column: 1; grid-row: 2; }
.one-health-wheel article:nth-child(4) { grid-column: 3; grid-row: 2; }
.one-health-wheel article > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 800 .72rem var(--mono); }
.one-health-wheel article h3 { margin: 2.5rem 0 .5rem; }
.one-health-wheel article p { margin: 0; color: #3d4944; }
.one-health-wheel > div { grid-column: 2; grid-row: 1 / 3; align-self: center; aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: var(--lime); background: var(--ink); border-radius: 50%; box-shadow: 0 0 0 25px rgba(7, 17, 15, .08), 0 0 0 50px rgba(7, 17, 15, .04); }
.one-health-wheel > div strong { font: 800 clamp(1.5rem, 3vw, 2.8rem)/.9 var(--mono); }
.one-health-wheel > div small { margin-top: .8rem; color: var(--muted); }
.prose-wide { max-width: 980px; margin: 2rem auto; font-size: 1.08rem; }
.driver-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(7, 17, 15, .28); border-left: 1px solid rgba(7, 17, 15, .28); }
.driver-grid article { min-height: 230px; padding: 1.2rem; border-right: 1px solid rgba(7, 17, 15, .28); border-bottom: 1px solid rgba(7, 17, 15, .28); }
.driver-grid span { font: 800 .7rem var(--mono); }
.driver-grid h3 { margin: 2.7rem 0 .5rem; }
.driver-grid p { margin: 0; color: #45524d; font-size: .87rem; }
.response-steps { padding: 0; list-style: none; counter-reset: response; border-top: 1px solid rgba(255, 255, 255, .16); }
.response-steps li { counter-increment: response; padding: 1.1rem 0 1.1rem 58px; position: relative; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.response-steps li::before { content: counter(response, decimal-leading-zero); position: absolute; left: 0; color: var(--lime); font: 800 .75rem var(--mono); }
.response-steps p { margin: .25rem 0 0; }
.glossary-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(7, 17, 15, .3); border-left: 1px solid rgba(7, 17, 15, .3); }
.glossary-grid div { min-height: 145px; padding: 1rem; border-right: 1px solid rgba(7, 17, 15, .3); border-bottom: 1px solid rgba(7, 17, 15, .3); }
.glossary-grid dt { font-weight: 800; }
.glossary-grid dd { margin: .45rem 0 0; color: #3d4944; font-size: .84rem; }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(7, 17, 15, .28); border-left: 1px solid rgba(7, 17, 15, .28); }
.coverage-grid a { min-height: 125px; padding: 1rem; display: flex; flex-direction: column; color: var(--ink); border-right: 1px solid rgba(7, 17, 15, .28); border-bottom: 1px solid rgba(7, 17, 15, .28); text-decoration: none; }
.coverage-grid a:hover { background: rgba(7, 17, 15, .05); }
.coverage-grid span { font: 800 .65rem var(--mono); }
.coverage-grid strong { margin-top: auto; }
.resource-card, .watch-card, .disease-card { min-width: 0; }
.resource-card > *, .watch-card > *, .disease-card > * { min-width: 0; }
.resource-card, .watch-card { content-visibility: auto; contain-intrinsic-size: auto 340px; }
.disease-card { content-visibility: auto; contain-intrinsic-size: auto 490px; }

@media (max-width: 1250px) {
    .site-header { grid-template-columns: 1fr auto; }
    .menu-toggle { display: block; }
    .site-header nav { display: flex; grid-column: 1 / -1; top: 76px; left: 0; right: 0; padding: 1.4rem var(--gutter); background: var(--deep); border-bottom: 1px solid var(--line); flex-wrap: wrap; justify-content: flex-start; }
    .site-header nav[data-collapsible] { display: none; position: absolute; }
    .site-header nav.open { display: flex; }
    .directory-controls { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .filter-search { grid-column: span 2; }
    .filter-reset { width: 100%; }
    .resource-grid, .watch-grid, .disease-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .topic-index, .context-grid, .driver-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1100px) {
    .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
    .site-header { grid-template-columns: 1fr auto; }
    .menu-toggle { display: block; }
    .site-header nav { display: flex; grid-column: 1 / -1; top: 76px; left: 0; right: 0; padding: 1.4rem var(--gutter); background: var(--deep); border-bottom: 1px solid var(--line); flex-wrap: wrap; justify-content: flex-start; }
    .site-header nav[data-collapsible] { display: none; position: absolute; }
    .site-header nav.open { display: flex; }
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .section-head { grid-template-columns: 1fr 1fr; }
    .section-head .eyebrow { grid-column: 1 / -1; }
    .cards { grid-template-columns: repeat(2, 1fr); }
    .content-layout { grid-template-columns: 1fr; }
    .aside { position: static; }
    .hero-visual { max-width: 760px; }
    .directory-stats, .signal-flow { grid-template-columns: repeat(2, 1fr); }
    .language-gateway { grid-template-columns: 1fr; }
    .fact-grid-3 { grid-template-columns: 1fr; }
    .disease-stats { grid-template-columns: repeat(3, 1fr); }
    .topic-index, .context-grid, .driver-grid { grid-template-columns: repeat(2, 1fr); }
    .agent-grid, .control-ladder, .glossary-grid, .coverage-grid { grid-template-columns: repeat(2, 1fr); }
    .containment-grid { grid-template-columns: repeat(2, 1fr); }
    .orientation-grid, .summary-grid, .source-router, .emergency-choice { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .answer-strip, .summary-answer { grid-template-columns: 1fr; }
    .answer-strip a { white-space: normal; }
}

@media (max-width: 640px) {
    :root { --gutter: 1rem; }
    .notice { justify-content: flex-start; }
    .notice a { margin-left: 0; }
    .site-header { min-height: 68px; gap: 1rem; }
    .site-header nav { top: 68px; max-height: calc(100vh - 68px); padding: .65rem var(--gutter); overflow-y: auto; flex-direction: column; flex-wrap: nowrap; gap: 0; }
    .site-header nav a { width: 100%; min-height: 48px; padding: .7rem .25rem; border-bottom: 1px solid rgba(255, 255, 255, .1); }
    .site-header nav a:last-child { border-bottom: 0; }
    .brand-mark { width: 38px; height: 38px; border-radius: 10px; }
    .brand { font-size: .76rem; }
    .hero { padding-top: 4rem; }
    .hero h1 { font-size: clamp(2.6rem, 14vw, 3.2rem); }
    .hero-actions, .actions { display: grid; }
    .button { width: 100%; }
    .hero-visual::before { top: 0; left: 0; }
    .section-head, .cards, .source-grid, .fact-grid, .summary-grid, .source-router, .emergency-choice { grid-template-columns: 1fr; }
    .summary-card, .source-router a, .emergency-choice a { min-height: 190px; }
    .source-grid a { grid-template-columns: 60px minmax(0, 1fr) auto; }
    .editorial-photo { margin: 2rem 0; }
    .editorial-photo figcaption { display: grid; gap: .25rem; }
    .visual-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .visual-story:nth-child(1), .visual-story:nth-child(6) { grid-column: span 1; }
    .footer-main { grid-template-columns: 1fr; }
    .page-hero { padding-top: 3.5rem; }
    .emergency-number { gap: 1rem; }
    .emergency-box { box-shadow: 8px 8px 0 var(--lime); }
    .directory-stats, .signal-flow, .resource-grid, .watch-grid, .disease-grid, .language-links, .topic-index, .agent-grid, .context-grid, .control-ladder, .driver-grid, .glossary-grid, .coverage-grid, .containment-grid, .orientation-grid { grid-template-columns: minmax(0, 1fr); }
    .orientation-grid a { min-height: 220px; }
    .disease-stats { grid-template-columns: repeat(2, 1fr); }
    .directory-controls { grid-template-columns: 1fr; }
    .filter-search { grid-column: auto; }
    .directory-toolbar { align-items: flex-start; flex-direction: column; }
    .resource-card, .watch-card, .disease-card { min-height: 300px; }
    .resource-card-head, .watch-card > div:first-child, .disease-card-head { flex-wrap: wrap; }
    .one-health-wheel { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
    .one-health-wheel article, .one-health-wheel article:nth-child(1), .one-health-wheel article:nth-child(2), .one-health-wheel article:nth-child(3), .one-health-wheel article:nth-child(4) { grid-column: 1; grid-row: auto; }
    .one-health-wheel > div { grid-column: 1; grid-row: auto; width: 220px; justify-self: center; order: -1; }
    .risk-equation { grid-template-columns: 1fr; }
    .risk-equation > b { min-height: 34px; }
    .feed-list a { grid-template-columns: 48px minmax(0, 1fr) auto; }
}

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

@media (forced-colors: active) {
    :where(a, button, input, select, textarea, [tabindex]):focus-visible { outline: 3px solid ButtonText; }
    .skip-link, .wwc-skip-link { border: 3px solid ButtonText; }
    h1 em { color: ButtonText; -webkit-text-stroke: 0; }
}

@media print {
    .notice, .site-header, .site-footer, .aside, .hero-actions { display: none; }
    body { background: #fff; color: #111; }
    .prose p, .prose li, .lead { color: #222; }
    .wrap { width: 100%; }
    .band { padding: 2rem 0; }
}
