:root {
  --ink: #17231f;
  --muted: #596761;
  --paper: #fffdf8;
  --soft: #f1f5ef;
  --green: #075f45;
  --green-dark: #034534;
  --green-bright: #16a36f;
  --red: #db3a34;
  --gold: #eebd53;
  --border: #d8e0db;
  --shadow: 0 16px 50px rgba(19, 49, 38, 0.10);
  --radius: 1rem;
  --shell: min(1200px, calc(100vw - 2.5rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Noto Sans Bengali", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--green); text-underline-offset: .22em; text-decoration-thickness: .08em; }
a:hover { color: var(--red); }
h1, h2, h3, h4 { margin: 0 0 .75rem; line-height: 1.08; letter-spacing: -.03em; font-family: Georgia, "Noto Serif Bengali", serif; }
h1 { font-size: clamp(2.8rem, 7vw, 6rem); }
h2 { font-size: clamp(2.1rem, 4.5vw, 4rem); }
h3 { font-size: clamp(1.3rem, 2.3vw, 1.75rem); }
p { margin: 0 0 1.25rem; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; white-space: nowrap; }
.skip-link { position: fixed; z-index: 9999; top: .75rem; left: .75rem; transform: translateY(-200%); padding: .7rem 1rem; background: #fff; color: #000; font-weight: 800; }
.skip-link:focus { transform: none; }
.site-shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 780px; margin-inline: auto; }
.eyebrow { margin: 0 0 .7rem; color: var(--red); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lead { max-width: 50rem; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.4rem); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 2px solid transparent; border-radius: 999px; padding: .72rem 1.15rem; font-size: .88rem; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--red); color: #fff; }
.button-accent:hover { background: #b92823; color: #fff; }
.button-quiet { border-color: var(--green); color: var(--green); }
.button-quiet:hover { background: var(--green); color: #fff; }
.button-light { border-color: rgba(255,255,255,.75); color: #fff; }
.button-light:hover { background: #fff; color: var(--green-dark); }
.button-dark { background: var(--green-dark); color: #fff; }
.button-dark:hover { background: var(--red); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; font-weight: 850; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }

.site-header { position: relative; z-index: 100; background: rgba(255,253,248,.97); border-bottom: 1px solid rgba(216,224,219,.75); }
.site-header[data-scrolled] { position: sticky; top: 0; box-shadow: 0 10px 30px rgba(13,45,33,.08); }
.utility-bar { background: var(--green-dark); color: #fff; font-size: .75rem; }
.utility-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-inner p { margin: 0; }
.utility-inner a { color: #fff; }
.utility-inner ul { display: flex; margin: 0; padding: 0; gap: 1rem; list-style: none; }
.masthead { display: grid; min-height: 84px; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--ink); text-decoration: none; }
.brand img, .brand .custom-logo { width: auto; height: 68px; max-width: 118px; object-fit: contain; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { color: var(--green); font-family: Georgia, serif; font-size: 1.7rem; }
.brand small { max-width: 10rem; font-size: .67rem; font-weight: 750; }
.primary-nav { justify-self: center; }
.primary-nav .menu { display: flex; align-items: center; gap: clamp(.7rem, 1.6vw, 1.35rem); margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: var(--ink); font-size: .83rem; font-weight: 780; text-decoration: none; white-space: nowrap; }
.primary-nav a:hover { color: var(--red); }
.header-actions { display: flex; gap: .55rem; }
.language-switcher { display: flex; align-items: center; }
.language-switcher a { display: grid; gap: .08rem; min-width: 5.5rem; padding: .45rem .75rem; border: 1px solid currentColor; border-radius: 999px; color: var(--ink); line-height: 1.05; text-align: center; text-decoration: none; }
.language-switcher a span { font-size: .65rem; font-weight: 600; letter-spacing: .04em; opacity: .75; }
.language-switcher a strong { font-size: .82rem; }
.language-switcher a:hover, .language-switcher a:focus-visible { border-color: var(--green-dark); background: var(--soft); color: var(--green-dark); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero { position: relative; display: grid; min-height: min(760px, calc(100svh - 118px)); align-items: end; overflow: hidden; background: var(--green-dark); color: #fff; }
.hero-media, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.03); }
.hero-overlay { background: linear-gradient(90deg, rgba(3,40,29,.95) 0%, rgba(3,55,40,.75) 44%, rgba(3,40,29,.16) 85%), linear-gradient(0deg, rgba(3,35,26,.5), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-block: clamp(5rem, 13vh, 9rem); }
.hero-content h1 { max-width: 900px; color: #fff; }
.hero-content > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.9); font-size: clamp(1.1rem, 2vw, 1.4rem); }
.hero .eyebrow { color: #f8d98a; }

.credibility { background: var(--green-dark); color: #fff; padding: 4.5rem 0; }
.credibility .section-heading { max-width: 700px; }
.credibility .section-heading h2 { color: #fff; }
.credibility .section-heading p:not(.eyebrow), .source-note { color: rgba(255,255,255,.72); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 2.2rem 0 1rem; background: rgba(255,255,255,.18); }
.facts-grid div { min-height: 190px; padding: 2rem; background: var(--green-dark); }
.facts-grid dt { color: var(--gold); font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 5rem); font-weight: 800; line-height: 1; }
.facts-grid dd { margin: .85rem 0 0; color: rgba(255,255,255,.9); font-size: .92rem; }
.source-note { font-size: .75rem; }

.section { padding: clamp(5rem, 10vw, 8.5rem) 0; }
.section-heading { max-width: 800px; margin-bottom: 3rem; }
.section-heading > p:not(.eyebrow) { max-width: 690px; color: var(--muted); font-size: 1.1rem; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.program-card { position: relative; display: flex; min-height: 320px; flex-direction: column; padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.program-card:hover { transform: translateY(-5px); border-color: #9bc9b7; box-shadow: var(--shadow); }
.card-number { color: var(--green-bright); font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.program-card h3 { margin-top: auto; }
.program-card p { color: var(--muted); }
.program-card a { font-weight: 850; }

.split-feature { display: grid; grid-template-columns: 1.15fr .85fr; padding: 0; background: var(--soft); }
.split-media img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.split-content { align-self: center; max-width: 650px; padding: clamp(3rem, 7vw, 7rem); }
.check-list { margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .85rem 0 .85rem 2rem; border-bottom: 1px solid var(--border); }
.check-list li::before { position: absolute; left: 0; content: "✓"; color: var(--green); font-weight: 900; }

.evidence-section { background: #e9f0ea; }
.evidence-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.results-chain { display: grid; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.results-chain li { display: grid; grid-template-columns: 120px 1fr; align-items: baseline; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid #bfd0c6; }
.results-chain strong { color: var(--green); font-family: Georgia, serif; font-size: 1.5rem; }
.results-chain span { color: var(--muted); }

.partner-callout { background: var(--green); color: #fff; }
.partner-callout .site-shell { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; }
.partner-callout h2 { color: #fff; }
.partner-callout p:not(.eyebrow) { max-width: 780px; color: rgba(255,255,255,.82); }
.partner-callout .eyebrow { color: var(--gold); }
.button-stack { display: grid; gap: .8rem; }

.site-footer { padding: 5rem 0 1.5rem; background: #10211b; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(5, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem); }
.site-footer h2 { color: #fff; font-family: inherit; font-size: 1rem; letter-spacing: 0; }
.footer-about h2 { font-family: Georgia, serif; font-size: 1.5rem; }
.footer-brand { display: inline-flex; margin-bottom: 1rem; }
.footer-logo { width: auto; height: 72px; max-width: 150px; object-fit: contain; }
.social-links { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.25rem; }
.social-links a { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: .42rem .7rem; font-size: .76rem; }
.footer-contact p { font-size: .86rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: .55rem 0; }
.site-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-legal { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .78rem; }
.footer-legal p { margin: 0; }
.footer-legal nav { display: flex; gap: 1.2rem; }

.page-main { min-height: 60vh; padding-block: clamp(4rem, 8vw, 7rem); }
.page-header { max-width: 900px; margin-bottom: 3rem; }
.page-header h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.entry-hero { padding: clamp(4.5rem, 9vw, 8rem) 0 3rem; background: var(--soft); }
.entry-content { font-size: 1.08rem; }
.entry-content > * + * { margin-top: 1.5rem; }
.entry-content h2, .entry-content h3 { margin-top: 2.5rem; }
.entry-content a { overflow-wrap: anywhere; }
.featured-image { margin-block: 3rem; }
.featured-image img { width: 100%; max-height: 720px; object-fit: cover; border-radius: var(--radius); }
.featured-image figcaption { margin-top: .65rem; color: var(--muted); font-size: .8rem; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.content-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; }
.content-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.card-body { padding: 1.4rem; }
.content-meta { color: var(--muted); font-size: .78rem; }
.content-card h2 { font-size: 1.45rem; }
.content-card h2 a { color: var(--ink); text-decoration: none; }
.evidence-note { display: grid; gap: .2rem; padding: 1rem 1.2rem; border-left: 4px solid var(--green-bright); background: var(--soft); font-size: .82rem; }
.search-results article { padding: 1.5rem 0; border-bottom: 1px solid var(--border); }
.search-results h2 { font-size: 1.55rem; }
.error-page { max-width: 780px; text-align: center; }

.page-hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(3.5rem, 7vw, 6rem); background: var(--green-dark); color: #fff; }
.page-hero::after { position: absolute; right: -8rem; bottom: -15rem; width: 34rem; height: 34rem; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255,255,255,.025), 0 0 0 10rem rgba(255,255,255,.018); content: ""; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 3rem; }
.page-hero h1 { max-width: 960px; color: #fff; font-size: clamp(3rem, 7vw, 6.2rem); }
.page-hero .lead { color: rgba(255,255,255,.78); }
.page-hero .eyebrow { color: var(--gold); }
.page-hero-compact { padding-block: clamp(4rem, 7vw, 6rem); }
.page-hero-compact h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.page-hero-mark { display: grid; width: clamp(9rem, 17vw, 14rem); aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: rgba(255,255,255,.12); font-family: Georgia, serif; font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 800; letter-spacing: -.08em; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: clamp(2rem, 5vw, 4rem); color: rgba(255,255,255,.58); font-size: .78rem; font-weight: 750; }
.breadcrumbs a { color: rgba(255,255,255,.86); }
.breadcrumbs a:hover { color: var(--gold); }

.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 330px); align-items: start; gap: clamp(3rem, 7vw, 7rem); padding-block: clamp(4.5rem, 9vw, 8rem); }
.page-entry { min-width: 0; }
.page-entry > .entry-content { max-width: 800px; }
.page-entry > .entry-content > p:first-child { color: #33443d; font-size: clamp(1.15rem, 2vw, 1.35rem); line-height: 1.6; }
.page-entry > .entry-content ul, .page-entry > .entry-content ol, .single-content ul, .single-content ol { padding-left: 1.35rem; }
.page-entry > .entry-content li, .single-content li { margin-bottom: .65rem; }
.page-entry > .entry-content blockquote, .single-content blockquote { margin: 2.5rem 0; padding: 1.5rem 2rem; border-left: 4px solid var(--green-bright); background: var(--soft); font-family: Georgia, serif; font-size: 1.25rem; }
.section-navigation { position: sticky; top: 2rem; padding: 1.5rem; border-top: 5px solid var(--green); background: var(--soft); }
.admin-bar .section-navigation { top: 4rem; }
.section-navigation h2 { font-size: 1.55rem; }
.section-navigation ul { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.section-navigation li { border-top: 1px solid var(--border); }
.section-navigation li:last-child { border-bottom: 1px solid var(--border); }
.section-navigation nav a { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; color: var(--ink); font-weight: 780; text-decoration: none; }
.section-navigation nav a:hover, .section-navigation nav a[aria-current="page"] { color: var(--green); }
.section-navigation nav a[aria-current="page"] { padding-left: .65rem; border-left: 3px solid var(--red); }
.sidebar-cta { margin-top: 2rem; padding: 1.4rem; background: var(--green-dark); color: rgba(255,255,255,.82); }
.sidebar-cta h3 { color: #fff; font-size: 1.35rem; }
.sidebar-cta p { font-size: .88rem; }
.sidebar-cta .button { width: 100%; background: #fff; color: var(--green-dark); }

.record-section { margin-top: clamp(4rem, 8vw, 7rem); padding-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--border); }
.record-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.record-grid-wide { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.record-card { display: flex; min-height: 250px; flex-direction: column; padding: 1.6rem; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.record-card:hover { transform: translateY(-3px); border-color: #9bc9b7; box-shadow: var(--shadow); }
.record-card h2, .record-card h3 { font-size: 1.45rem; }
.record-card h2 a, .record-card h3 a { color: var(--ink); text-decoration: none; }
.record-card p { color: var(--muted); }
.record-card .text-link { margin-top: auto; }
.record-card-media { overflow: hidden; padding: 0; }
.record-card-media > div { display: flex; min-height: 250px; flex: 1; flex-direction: column; padding: 1.5rem; }
.record-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.listing-section { min-height: 45vh; padding-block: clamp(4.5rem, 9vw, 8rem); }
.empty-state { max-width: 760px; padding: clamp(2rem, 5vw, 3.5rem); border: 1px solid var(--border); border-radius: var(--radius); background: var(--soft); }
.empty-state h2, .empty-state h3 { font-size: clamp(1.55rem, 3vw, 2.25rem); }
.publication-standard { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; margin-top: 4rem; padding: 1.5rem; border: 1px solid #b9d1c5; background: #e9f2ec; }
.publication-standard h2 { font-size: 1.45rem; }
.publication-standard p { margin: 0; color: var(--muted); }
.trust-icon { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 900; }
.single-content { padding-block: clamp(4rem, 8vw, 7rem); }
.content-meta-light { color: rgba(255,255,255,.68); }
.error-page-wrap { display: grid; min-height: 68vh; place-items: center; padding-block: 5rem; background: var(--soft); }
.error-page .lead { margin-inline: auto; }
.error-page .search-form { margin: 2rem auto; }
.error-page .button-row { justify-content: center; }
.search-form { display: flex; max-width: 700px; gap: .65rem; }
.search-form label { flex: 1; }
.search-form .search-submit { min-height: 48px; border: 0; border-radius: 999px; padding: .7rem 1.2rem; background: var(--red); color: #fff; font-weight: 850; cursor: pointer; }
.nav-links { display: flex; justify-content: center; gap: .5rem; margin-top: 3rem; }
.nav-links .page-numbers { display: grid; min-width: 44px; min-height: 44px; place-items: center; border: 1px solid var(--border); border-radius: 50%; text-decoration: none; }
.nav-links .current { background: var(--green); color: #fff; }

.jus-form { display: grid; gap: 1rem; }
.jus-form .field { display: grid; gap: .35rem; }
.jus-form label { font-weight: 750; }
.jus-form input, .jus-form textarea, .jus-form select, .search-form input { width: 100%; border: 1px solid #9fada6; border-radius: .55rem; background: #fff; padding: .8rem .9rem; color: var(--ink); }
.jus-form textarea { resize: vertical; }
.jus-form .field-check { grid-template-columns: auto 1fr; align-items: start; }
.jus-form .field-check input { width: 22px; height: 22px; margin-top: .2rem; }
.jus-honeypot { position: absolute; left: -9999px; }
.form-note { color: var(--muted); font-size: .78rem; }

.daily-tools { display: grid; grid-template-columns: minmax(260px, 420px) 1fr; align-items: center; gap: 2rem; padding-block: 2rem; border-bottom: 1px solid var(--border); }
.category-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; }
.category-filters a { border: 1px solid var(--border); border-radius: 999px; padding: .42rem .7rem; color: var(--ink); font-size: .76rem; font-weight: 750; text-decoration: none; }
.category-filters a:hover { border-color: var(--green); background: var(--soft); color: var(--green); }
.featured-update { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(4rem, 8vw, 7rem); }
.featured-update-image img { width: 100%; aspect-ratio: 16/10; border-radius: var(--radius); object-fit: cover; }
.featured-update h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
.featured-update h2 a { color: var(--ink); text-decoration: none; }
.latest-updates { background: var(--soft); }
.section-action { margin-top: 2rem; }
.share-links { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.share-links a, .share-links button { border: 1px solid var(--border); border-radius: 999px; background: #fff; padding: .48rem .75rem; color: var(--ink); font: inherit; font-size: .78rem; font-weight: 750; text-decoration: none; cursor: pointer; }
.post-navigation { display: flex; justify-content: space-between; gap: 1rem; margin-block: 3rem; padding-block: 1.5rem; border-block: 1px solid var(--border); }
.article-cta { margin-top: 3rem; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--soft); }
.article-cta h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }

.donation-hold, .donation-experience, .inquiry-hold, .inquiry-experience, .newsletter-hold, .newsletter-ready { margin-top: 2rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--border); border-radius: var(--radius); background: var(--soft); }
.newsletter-section { background: #fff; }
.newsletter-section .newsletter-hold, .newsletter-section .newsletter-ready { margin-top: 0; }
.donation-form fieldset { margin: 0; border: 1px solid var(--border); border-radius: .8rem; padding: 1.25rem; background: #fff; }
.donation-form legend { padding-inline: .45rem; color: var(--green-dark); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field-wide { grid-column: 1 / -1; }
.donation-presets { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1rem; }
.donation-presets label { position: relative; }
.donation-presets input { position: absolute; opacity: 0; }
.donation-presets span { display: inline-flex; min-width: 88px; justify-content: center; border: 1px solid var(--border); border-radius: 999px; padding: .55rem .8rem; cursor: pointer; }
.donation-presets input:checked + span { border-color: var(--green); background: var(--green); color: #fff; }
.donation-presets input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.form-message { margin-bottom: 1rem; padding: 1rem; border-left: 4px solid var(--green); background: #fff; }
.form-message-error { border-left-color: var(--red); }
.form-message-info { border-left-color: #3b82f6; }

@media (max-width: 1060px) {
  .masthead { grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: block; justify-self: end; }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; padding: 1.25rem; background: var(--paper); box-shadow: var(--shadow); }
  .primary-nav[data-open] { display: block; }
  .primary-nav .menu { width: var(--shell); margin: auto; flex-direction: column; align-items: stretch; }
  .primary-nav a { display: block; padding: .7rem 0; border-bottom: 1px solid var(--border); font-size: 1rem; }
  .header-actions { display: none; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .record-grid-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-about { grid-column: span 2; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 1.5rem, 1200px); }
  .utility-bar { display: none; }
  .masthead { min-height: 72px; }
  .brand img, .brand .custom-logo { width: auto; height: 50px; max-width: 88px; }
  .brand small { display: none; }
  .hero { min-height: 680px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(3,40,29,.95), rgba(3,55,40,.45)); }
  .facts-grid, .program-grid, .content-grid { grid-template-columns: 1fr; }
  .page-hero-grid, .page-layout { grid-template-columns: 1fr; }
  .page-hero-mark { display: none; }
  .section-navigation { position: static; }
  .admin-bar .section-navigation { top: auto; }
  .record-grid, .record-grid-wide { grid-template-columns: 1fr; }
  .search-form { flex-direction: column; }
  .facts-grid div { min-height: 150px; }
  .split-feature, .evidence-grid, .partner-callout .site-shell { grid-template-columns: 1fr; }
  .split-media img { min-height: 360px; }
  .split-content { padding: 3rem 1.25rem 4rem; }
  .results-chain li { grid-template-columns: 95px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .footer-legal { flex-direction: column; }
  .daily-tools, .featured-update { grid-template-columns: 1fr; }
  .category-filters { justify-content: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .button-row, .button-row .button, .button-stack, .button-stack .button { width: 100%; }
  .footer-legal nav { flex-wrap: wrap; }
}

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

@media print {
  .site-header, .site-footer, .button, .menu-toggle { display: none !important; }
  body { background: #fff; color: #000; }
  a { color: #000; text-decoration: underline; }
}
