
:root {
  --paper: #f8f7f2;
  --paper-deep: #eef2eb;
  --ink: #102e32;
  --muted: #5d6a68;
  --petrol: #0d5a5f;
  --petrol-dark: #123f45;
  --sage: #8fa98f;
  --lime: #d8ea72;
  --line: #d9ddd5;
  --white: #fffefa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; top: 8px; left: 8px; z-index: 100000; padding: 12px 16px; background: white; color: var(--ink); }
.admin-bar .site-header { top: 32px; }

.site-header { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 0 4.2vw; border-bottom: 1px solid var(--line); background: rgba(248,247,242,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { font-size: clamp(1.55rem, 2vw, 2rem); font-weight: 800; letter-spacing: -.06em; width: fit-content; }
.brand span { color: var(--petrol); }
.custom-logo { width: auto; max-height: 54px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); font-size: .95rem; font-weight: 550; }
.desktop-nav .menu { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); margin: 0; padding: 0; list-style: none; }
.desktop-nav a { position: relative; display: block; padding: 28px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--petrol); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.search-link { justify-self: end; display: flex; align-items: center; gap: 10px; font-size: .88rem; font-weight: 650; }
.search-icon { width: 19px; height: 19px; border: 2px solid var(--ink); border-radius: 50%; position: relative; }
.search-icon::after { content: ""; width: 7px; height: 2px; background: var(--ink); position: absolute; right: -5px; bottom: -2px; transform: rotate(48deg); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 540px; display: grid; grid-template-columns: 42% 58%; gap: 4vw; align-items: center; padding: 38px 4.2vw 42px; overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-right: 5vw; }
.eyebrow, .section-kicker, .article-category { margin: 0 0 22px; color: #527451; font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.leaf-dot { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 12px; border-radius: 50%; background: var(--lime); color: var(--petrol-dark); }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(3rem, 4.65vw, 4.8rem); line-height: .95; letter-spacing: -.065em; font-weight: 820; }
.hero-intro { max-width: 590px; margin: 30px 0; font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.55; color: #344849; }
.primary-cta { min-width: 245px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 9px 10px 9px 28px; border-radius: 999px; background: var(--petrol); color: white; font-weight: 750; font-size: 1.05rem; transition: transform .25s ease, background .25s ease; }
.primary-cta span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 1.7rem; }
.primary-cta:hover { background: var(--petrol-dark); transform: translateY(-2px); }
.reviewed { display: flex; align-items: center; gap: 10px; margin: 38px 0 0; color: #385255; font-size: .92rem; }
.reviewed span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--sage); border-radius: 50%; color: #527451; }
.hero-visual { width: 100%; max-width: 760px; height: 450px; position: relative; justify-self: end; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .55s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide > img, .hero-placeholder { width: 100%; height: 100%; object-fit: cover; margin: 0; border-radius: 38px 38px 12px 38px; }
.evidence-seal { position: absolute; z-index: 2; right: 2%; top: 7%; width: 122px; height: 122px; border: 1.5px solid #527451; border-radius: 50%; display: grid; place-content: center; justify-items: center; gap: 2px; color: #527451; transform: rotate(-8deg); background: rgba(248,247,242,.8); }
.evidence-seal b, .evidence-seal small { font-size: .62rem; letter-spacing: .13em; }
.evidence-seal span { font-size: 1.65rem; }
.hero-feature { position: absolute; left: 24px; right: 24px; bottom: 24px; width: auto; min-height: 124px; display: flex; flex-direction: column; justify-content: center; padding: 25px 28px 22px; border-radius: 22px 22px 6px 22px; background: rgba(255,254,250,.95); box-shadow: 0 15px 40px rgba(16,46,50,.16); backdrop-filter: blur(12px); transition: opacity .22s ease, transform .22s ease; }
.hero-feature::before { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--lime); left: 24px; top: 0; }
.hero-feature span { display: block; margin-bottom: 9px; color: #527451; font-size: .66rem; font-weight: 800; letter-spacing: .16em; }
.hero-feature strong { font-size: clamp(1.08rem, 1.55vw, 1.42rem); line-height: 1.3; }
.hero-feature.is-changing { opacity: .25; transform: translateY(5px); }
.hero-carousel-controls { position: absolute; z-index: 3; right: 18px; top: 18px; width: auto; display: flex; align-items: center; justify-content: flex-end; gap: 8px; padding: 7px; border-radius: 999px; background: rgba(255,255,255,.86); box-shadow: 0 8px 24px rgba(16,46,50,.12); backdrop-filter: blur(10px); }
.hero-carousel-controls > button { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #bdc9bf; border-radius: 50%; background: var(--white); color: var(--petrol); cursor: pointer; }
.hero-carousel-controls > button:hover, .hero-carousel-controls > button:focus-visible { border-color: var(--petrol); background: var(--petrol); color: white; }
.hero-dots { display: flex; align-items: center; gap: 6px; padding: 0 5px; }
.hero-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #a9b6ad; cursor: pointer; transition: width .2s ease, background .2s ease; }
.hero-dot.is-active { width: 22px; border-radius: 999px; background: var(--petrol); }

.quick-stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 22px 4.2% 28px; border-top: 1px solid var(--line); background: var(--white); }
.quick-card { min-height: 112px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 9px 18px; padding: 22px 24px; border-radius: 18px; background: #edf3eb; overflow: hidden; position: relative; transition: transform .25s ease; }
.quick-card:hover { transform: translateY(-3px); }
.quick-card > span { color: #527451; font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.quick-card strong { max-width: 260px; font-size: 1rem; line-height: 1.3; }
.quick-card > span:last-child { grid-area: 1 / 2 / 3 / 3; align-self: center; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--white); color: var(--petrol); font-size: 1.35rem; }
.quick-card--mind { background: #e8efec; }
.quick-card--movement { background: #eef0e6; }
.ad-slot { margin: 44px auto; width: min(91.6%, 1320px); min-height: 118px; display: grid; place-items: center; border: 1px dashed #b9c1ba; color: #87928c; background: rgba(255,255,255,.26); }
.ad-slot span { font-size: .64rem; letter-spacing: .25em; }
.ad-slot--compact { min-height: 42px; margin: 0 auto; border-width: 1px 0 0; background: var(--white); }

.editorial-intro, .featured-story, .pillars, .latest, .newsletter { width: min(91.6%, 1320px); margin: 0 auto; }
.editorial-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; padding: 108px 0 70px; border-bottom: 1px solid var(--line); }
.editorial-intro h2, .featured-story h2, .pillars h2, .latest h2, .newsletter h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.04; letter-spacing: -.055em; }
.editorial-intro > p { align-self: end; margin: 0; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.featured-story { display: grid; grid-template-columns: 1.08fr .92fr; gap: 7vw; align-items: center; padding: 86px 0 120px; }
.featured-image { height: 580px; position: relative; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 42% 10% 42% 10% / 20% 10% 20% 10%; }
.time-badge { position: absolute; right: -18px; top: 54px; display: grid; place-items: center; width: 82px; height: 82px; border-radius: 50%; background: var(--lime); font-size: .73rem; font-weight: 800; letter-spacing: .1em; }
.featured-story article > p:not(.article-category), .pillars-heading > p:last-child { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.fact-strip { margin: 36px 0; padding: 24px 26px; border-left: 4px solid var(--lime); background: #eaf0e8; }
.fact-strip span { color: #527451; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.fact-strip strong { display: block; margin: 8px 0 3px; font-size: 1.8rem; }
.fact-strip p { margin: 0; color: var(--muted); line-height: 1.5; }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid var(--petrol); color: var(--petrol); font-weight: 750; }

.pillars { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 108px 0; border-top: 1px solid var(--line); }
.pillar-list article { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 25px 0; border-top: 1px solid var(--line); }
.pillar-list article:last-child { border-bottom: 1px solid var(--line); }
.pillar-list article > span { color: #6c806e; font-size: .75rem; font-weight: 800; }
.pillar-list h3 { margin: 0 0 7px; font-size: 1.35rem; }
.pillar-list p { margin: 0; color: var(--muted); line-height: 1.55; }

.latest { padding: 80px 0 120px; }
.section-title-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.article-card h3 { margin: 0 0 12px; font-size: 1.42rem; line-height: 1.25; letter-spacing: -.025em; }
.article-card .card-excerpt { min-height: 75px; color: var(--muted); line-height: 1.55; }
.article-card .card-excerpt p { margin-top: 0; }
.article-card .article-category { margin-top: 22px; margin-bottom: 12px; }
.article-meta { font-size: .75rem; color: #75817d; }
.card-image { display: block; height: 250px; overflow: hidden; border-radius: 26px 26px 8px 26px; background: #dde9d9; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-card:hover .card-image img { transform: scale(1.035); }
.card-art { height: 250px; overflow: hidden; position: relative; background: #dde9d9; border-radius: 26px 26px 8px 26px; }
.card-art span { position: absolute; inset: 16% 22%; border-radius: 55% 40% 60% 35%; background: linear-gradient(145deg, #a9c48a, #eef4df); box-shadow: 45px 20px 0 #f2c768, -45px 54px 0 #708d6a; transform: rotate(-12deg); }
.card-art--mind { background: linear-gradient(130deg, #c8dbd3, #f0f2e9); }
.card-art--mind span { border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: 38px 30px 0 rgba(100,133,117,.35), -56px -22px 0 rgba(216,234,114,.55); }
.card-art--movement { background: #dfe5d5; }
.card-art--movement span { inset: 26% 35%; border-radius: 45% 45% 18% 18%; background: #163c36; box-shadow: none; }
.newsletter { display: grid; grid-template-columns: 1fr .9fr; gap: 9vw; align-items: center; padding: 88px 6vw; margin-bottom: 110px; border-radius: 36px; background: var(--petrol-dark); color: white; }
.newsletter .section-kicker { color: var(--lime); }
.newsletter p { color: #d6e0dd; line-height: 1.6; }
.newsletter label { display: block; margin-bottom: 10px; font-size: .8rem; font-weight: 700; }
.newsletter form > div { display: flex; padding: 6px; border-radius: 999px; background: white; }
.newsletter input { min-width: 0; flex: 1; padding: 0 16px; border: 0; outline: none; background: transparent; color: var(--ink); }
.newsletter button { display: flex; gap: 9px; align-items: center; border: 0; border-radius: 999px; padding: 14px 20px; background: var(--lime); color: var(--ink); font-weight: 800; cursor: pointer; }
.newsletter small { display: block; margin-top: 11px; color: #b8c9c4; }
.newsletter-link { justify-self: start; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 17px 22px; border-radius: 999px; background: var(--lime); color: var(--ink); font-weight: 800; }

.site-footer { padding: 72px 4.2vw 24px; background: #0d2c30; color: #dbe4df; }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 5vw; max-width: 1320px; margin: 0 auto; }
.brand--footer { color: white; }
.footer-main p { max-width: 280px; color: #aebdb8; line-height: 1.6; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-main strong { margin-bottom: 8px; color: white; }
.footer-main a:not(.brand) { color: #aebdb8; font-size: .9rem; }
.footer-main a:hover { color: var(--lime); }
.footer-main ul { margin: 0; padding: 0; list-style: none; }
.footer-main li { margin-bottom: 12px; }
.footer-bottom { max-width: 1320px; margin: 54px auto 0; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #315054; color: #91a39e; font-size: .76rem; }

.institutional-header .brand { justify-self: start; }
.institutional-page { width: min(88%, 940px); margin: 0 auto; padding: 110px 0 140px; }
.institutional-page > header { max-width: 820px; padding-bottom: 54px; border-bottom: 1px solid var(--line); }
.institutional-page h1, .story-header h1 { margin: 0; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.065em; }
.institutional-intro, .story-deck { margin: 30px 0 22px; color: #405253; font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.6; }
.institutional-page > header > span { color: #78837f; font-size: .78rem; }
.institutional-body { max-width: 760px; padding-top: 54px; }
.institutional-body section { margin-bottom: 44px; }
.institutional-body h2 { margin: 0 0 14px; font-size: 1.65rem; letter-spacing: -.025em; }
.institutional-body p { color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.institutional-body a { color: var(--petrol); text-decoration: underline; text-underline-offset: 3px; }
.trust-note, .medical-note { margin: 54px 0; padding: 26px 28px; border-left: 4px solid var(--lime); background: #eaf0e8; }
.trust-note p, .medical-note p { margin-bottom: 0; }
.contact-card { padding: 34px; border-radius: 24px; background: #e8efec; }
.contact-card span { display: block; margin-bottom: 10px; color: #527451; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card > a { font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -.04em; }
.compact-footer .footer-main { grid-template-columns: 1.7fr 1fr 1fr; }

.story-page { width: min(91.6%, 1320px); margin: 0 auto; padding: 90px 0 130px; }
.story-header { max-width: 940px; margin: 0 auto 58px; text-align: center; }
.story-deck { max-width: 820px; margin-left: auto; margin-right: auto; }
.byline { display: inline-flex; align-items: center; gap: 13px; margin-top: 18px; text-align: left; }
.author-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--petrol); color: white; font-weight: 850; }
.byline p { margin: 3px 0 0; color: #78837f; font-size: .75rem; }
.story-image { margin: 0 0 78px; }
.story-image img { width: 100%; height: min(62vw, 660px); object-fit: cover; border-radius: 36px 36px 10px 36px; }
.story-image figcaption { margin-top: 10px; color: #7a8581; font-size: .75rem; }
.story-layout { display: grid; grid-template-columns: 200px minmax(0, 720px); gap: 90px; justify-content: center; align-items: start; }
.story-layout.no-toc { grid-template-columns: minmax(0, 760px); }
.story-aside { position: sticky; top: 120px; display: flex; flex-direction: column; gap: 13px; padding-top: 20px; border-top: 1px solid var(--line); }
.story-aside strong { margin-bottom: 6px; font-size: .82rem; }
.story-aside a { color: var(--muted); font-size: .82rem; }
.story-content { font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; line-height: 1.85; }
.story-content .lead { font-size: 1.35rem; color: #38494a; }
.story-content h2 { margin: 64px 0 18px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 2rem; line-height: 1.16; letter-spacing: -.035em; }
.story-content p { color: #3f4e4d; }
.article-ad { min-height: 190px; display: grid; place-items: center; margin: 48px 0; border: 1px dashed #bdc6bf; background: rgba(255,255,255,.35); }
.article-ad span { color: #87928c; font-family: Inter, sans-serif; font-size: .62rem; letter-spacing: .24em; }
.article-takeaway { margin: 44px 0; padding: 26px 30px; border-radius: 6px 26px 26px; background: var(--petrol-dark); color: white; }
.article-takeaway span { color: var(--lime); font-family: Inter, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.article-takeaway p { margin-bottom: 0; color: white; }
.medical-note strong { font-family: Inter, sans-serif; }
.medical-note p { color: #405253; }
.sources { padding-left: 22px; }
.sources li { margin: 12px 0; }
.sources a { color: var(--petrol); text-decoration: underline; text-underline-offset: 3px; }

.listing-header { width: min(91.6%, 1320px); margin: 0 auto; padding: 100px 0 56px; border-bottom: 1px solid var(--line); }
.listing-header h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.065em; }
.archive-description { max-width: 720px; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.listing-content, .related-posts { width: min(91.6%, 1320px); margin: 0 auto; padding: 68px 0 120px; }
.related-posts { border-top: 1px solid var(--line); }
.related-posts h2 { margin: 0 0 42px; font-size: clamp(2.2rem, 4vw, 3.4rem); letter-spacing: -.05em; }
.pagination { margin-top: 64px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--line); border-radius: 50%; }
.pagination .current { background: var(--petrol); color: white; border-color: var(--petrol); }
.empty-state { width: min(88%, 760px); margin: 0 auto; padding: 110px 0 150px; text-align: center; }
.empty-state h1, .empty-state h2 { font-size: clamp(2.5rem, 6vw, 5rem); letter-spacing: -.06em; }
.empty-state p { color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.search-form { display: flex; max-width: 620px; margin-top: 34px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: white; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 0 18px; border: 0; outline: 0; background: transparent; }
.search-form button { border: 0; border-radius: 999px; padding: 0 22px; background: var(--petrol); color: white; font-weight: 750; cursor: pointer; }
.entry-content > * { max-width: 760px; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content > .alignfull { max-width: none; }
.entry-content img { height: auto; }
.story-content blockquote { margin: 40px 0; padding: 8px 0 8px 28px; border-left: 4px solid var(--lime); font-size: 1.3rem; }
.story-content a, .entry-content a { color: var(--petrol); text-decoration: underline; text-underline-offset: 3px; }
.story-aside nav { display: flex; flex-direction: column; gap: 13px; }
.ad-widget { width: 100%; }
.ad-slot--admin { padding: 18px; text-align: center; }

.contact-form { display: grid; gap: 22px; margin-top: 36px; }
.contact-form > label { display: grid; gap: 8px; color: var(--ink); font-family: Inter, sans-serif; font-size: .85rem; font-weight: 750; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; outline: none; background: var(--white); color: var(--ink); font: inherit; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--petrol); box-shadow: 0 0 0 3px rgba(13, 90, 95, .1); }
.contact-form textarea { resize: vertical; }
.contact-consent { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.5; }
.contact-consent input { margin-top: 4px; }
.contact-form button { justify-self: start; padding: 15px 24px; border: 0; border-radius: 999px; background: var(--petrol); color: var(--white); font-weight: 800; cursor: pointer; }
.contact-form button:hover { background: var(--petrol-dark); }
.contact-honeypot { position: absolute; left: -9999px; }
.form-notice { margin: 28px 0; padding: 16px 18px; border-radius: 12px; font-family: Inter, sans-serif; }
.form-notice--success { border: 1px solid #b8cfaf; background: #eaf3e6; }
.form-notice--error { border: 1px solid #dbb3aa; background: #f8e9e6; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; justify-self: end; }
  .search-link { display: none; }
  .desktop-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 14px 24px 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .desktop-nav.is-open { display: block; }
  .desktop-nav .menu { align-items: stretch; flex-direction: column; gap: 0; }
  .desktop-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-top: 62px; }
  .hero-copy { padding: 0; }
  .hero-visual { max-width: none; height: 440px; }
  .hero-slide > img, .hero-placeholder { width: 100%; margin-left: 0; }
  .quick-stories { grid-template-columns: 1fr; }
  .editorial-intro, .featured-story, .pillars, .newsletter { grid-template-columns: 1fr; gap: 42px; }
  .featured-image { height: 480px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / 4; }
  .story-layout { grid-template-columns: 1fr; gap: 32px; }
  .story-aside { position: static; display: none; }
}

@media (max-width: 640px) {
  .site-header { min-height: 70px; padding: 0 20px; }
  .search-label { display: none; }
  .hero { min-height: auto; padding: 50px 20px 30px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero-intro { font-size: 1rem; }
  .reviewed { margin-top: 36px; }
  .hero-visual { height: 380px; }
  .hero-slide > img, .hero-placeholder { width: 100%; height: 380px; border-radius: 26px 26px 8px 26px; }
  .evidence-seal { width: 86px; height: 86px; top: -16px; right: 0; }
  .evidence-seal b, .evidence-seal small { font-size: .45rem; }
  .hero-feature { left: 12px; right: 12px; bottom: 12px; width: auto; min-height: 132px; padding: 22px 20px 18px; }
  .hero-carousel-controls { right: 12px; top: 12px; bottom: auto; width: auto; }
  .quick-stories { padding-inline: 20px; }
  .editorial-intro, .featured-story, .pillars, .latest, .newsletter { width: calc(100% - 40px); }
  .editorial-intro { padding: 76px 0 50px; gap: 24px; }
  .featured-story { padding: 55px 0 80px; }
  .featured-image { height: 360px; }
  .time-badge { right: -5px; top: 24px; width: 65px; height: 65px; }
  .pillars { padding: 72px 0; }
  .section-title-row { align-items: flex-start; gap: 25px; }
  .section-title-row .text-link { display: none; }
  .article-grid { grid-template-columns: 1fr; }
  .card-art { height: 220px; }
  .card-image { height: 220px; }
  .newsletter { width: calc(100% - 24px); margin-bottom: 70px; padding: 50px 22px; border-radius: 26px; }
  .newsletter form > div { flex-direction: column; border-radius: 18px; }
  .newsletter input { min-height: 48px; }
  .newsletter button { justify-content: center; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-main > div:first-child { grid-column: 1 / 3; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .institutional-page { width: calc(100% - 40px); padding: 72px 0 90px; }
  .institutional-page h1, .story-header h1 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .compact-footer .footer-main { grid-template-columns: 1fr 1fr; }
  .story-page { width: calc(100% - 40px); padding: 64px 0 90px; }
  .story-header { text-align: left; }
  .story-image { margin-bottom: 50px; }
  .story-image img { height: 72vw; border-radius: 24px 24px 8px 24px; }
  .story-content { font-size: 1.08rem; }
  .story-content .lead { font-size: 1.2rem; }
  .listing-header, .listing-content, .related-posts { width: calc(100% - 40px); }
  .search-form { flex-direction: column; border-radius: 18px; }
  .search-form button { min-height: 46px; }
}

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