:root {
  --ink: #14241f;
  --ink-soft: #52615a;
  --green-950: #09261d;
  --green-900: #0d3829;
  --green-800: #14553f;
  --green-700: #1c6b4e;
  --gold: #c59638;
  --gold-bright: #e5bb5f;
  --cream: #f5f0e3;
  --paper: #fffdf7;
  --mist: #e8eee7;
  --line: rgba(20, 36, 31, .14);
  --shadow: 0 18px 40px rgba(8, 31, 22, .11);
  --font-display: 'Instrument Serif', serif;
  --font-body: 'Instrument Sans', sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --shell: min(88vw, 1380px);
  --gutter: clamp(1rem, 2vw, 1.6rem);
  --radius: 4px;
}

html[data-theme="dark"], html.dark {
  --ink: #edf4ec;
  --ink-soft: #a6b8ae;
  --cream: #142b23;
  --paper: #0d1f19;
  --mist: #1b352b;
  --line: rgba(231, 241, 231, .16);
  --shadow: 0 18px 40px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 16%, rgba(197, 150, 56, .09), transparent 22rem),
    linear-gradient(180deg, var(--paper) 0%, var(--cream) 88%, var(--mist) 100%);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; }
button, input { font: inherit; }
button { cursor: pointer; }

.site-header { color: #f8f3e7; background: var(--green-950); }
.utility-bar {
  min-height: 30px;
  padding: .38rem max(6vw, calc((100vw - 1380px) / 2));
  background: #101a17;
  color: #a8b8ae;
  font-size: .72rem;
  letter-spacing: .04em;
}
.utility-inner { display: flex; justify-content: flex-end; gap: 1.2rem; }
.utility-bar a { text-decoration: none; }
.utility-bar a:hover { color: var(--gold-bright); }
.main-header {
  width: var(--shell);
  min-height: 88px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  border-bottom: 1px solid rgba(229, 187, 95, .25);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  min-width: max-content;
  text-decoration: none;
}
.brand-mark {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  color: var(--green-950);
  background: var(--gold);
  border-radius: 50% 50% 50% 8%;
  transform: rotate(-8deg);
  box-shadow: 4px 4px 0 rgba(229, 187, 95, .22);
}
.brand-mark svg { width: 1.55rem; transform: rotate(8deg); }
.brand-name {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  letter-spacing: -.03em;
  line-height: 1;
}
.trust-links { display: flex; gap: 1.1rem; color: #b7c8be; font-size: .78rem; letter-spacing: .04em; }
.trust-links a { text-decoration: none; }
.trust-links a:hover { color: var(--gold-bright); }
.header-tools { margin-left: auto; display: flex; align-items: center; gap: .5rem; }
.search-trigger, [data-theme-toggle], .menu-toggle {
  width: 2.6rem; height: 2.6rem; border: 1px solid rgba(229, 187, 95, .38); border-radius: 50%;
  display: grid; place-items: center; color: #f8f3e7; background: transparent;
}
.search-trigger:hover, [data-theme-toggle]:hover, .menu-toggle:hover { border-color: var(--gold-bright); color: var(--gold-bright); }
.search-trigger svg { width: 1rem; }
[data-theme-toggle] { font-size: 1.1rem; }
.theme-glyph { display: block; transform: rotate(-18deg); }
.menu-toggle { display: none; border-radius: var(--radius); }
.primary-nav { width: var(--shell); margin: auto; display: flex; align-items: center; gap: 1.7rem; min-height: 47px; }
.primary-nav a {
  padding: .78rem 0 .7rem; color: #e8eee7; text-decoration: none; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em;
  border-bottom: 2px solid transparent;
}
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--gold-bright); border-color: var(--gold); }
.topic-bar { border-top: 1px solid rgba(229, 187, 95, .15); background: var(--green-900); overflow-x: auto; }
.topic-inner { width: var(--shell); margin: auto; display: flex; gap: .5rem; min-height: 36px; align-items: center; white-space: nowrap; }
.topic-inner a { color: #bdd0c3; font-size: .75rem; padding: .3rem .75rem; text-decoration: none; border-left: 1px solid rgba(229, 187, 95, .25); }
.topic-inner a:first-child { border-left: 0; padding-left: 0; }
.topic-inner a:hover { color: var(--gold-bright); }

.page-shell { width: var(--shell); margin: 0 auto; padding: clamp(1.6rem, 3vw, 3.2rem) 0 4rem; }
.rail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 11.5rem; gap: clamp(1.1rem, 2.1vw, 2rem); align-items: start; }
.rail-layout:has([data-side-links][hidden]) { grid-template-columns: minmax(0, 1fr); }
[data-side-links][hidden] { display: none; }
.side-links { position: sticky; top: 1rem; padding: 1.15rem; color: #e9f1e8; background: var(--green-900); border-top: 3px solid var(--gold); }
.side-links h2 { margin: 0 0 1rem; color: var(--gold-bright); font-family: var(--font-mono); font-size: .69rem; text-transform: uppercase; letter-spacing: .14em; }
.side-links ol { margin: 0; padding: 0; list-style: none; }
.side-links li { padding: .65rem 0; border-top: 1px solid rgba(232, 241, 232, .14); font-size: .82rem; }
.side-links a { text-decoration: none; }
.side-links a:hover { color: var(--gold-bright); }

.kicker { display: flex; align-items: center; gap: .7rem; color: var(--green-700); font-family: var(--font-mono); font-weight: 700; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.kicker::before { content: ''; width: 2.4rem; height: 2px; background: var(--gold); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; border-bottom: 1px solid var(--line); padding-bottom: .65rem; }
.section-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(1.55rem, 2.3vw, 2.25rem); font-weight: 500; letter-spacing: -.02em; }
.section-heading a { color: var(--green-700); font-size: .77rem; font-weight: 700; text-transform: uppercase; text-decoration: none; letter-spacing: .08em; }
.section-heading a:hover { color: var(--gold); }

.desk-intro { margin-bottom: 1.3rem; padding: .8rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 3px solid var(--green-900); }
.desk-intro p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.desk-date { color: var(--green-700); font-family: var(--font-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.fold-grid { display: grid; grid-template-columns: 1.76fr 1.24fr 1fr; gap: var(--gutter); align-items: stretch; }
.fold-column { min-width: 0; display: flex; flex-direction: column; min-height: 100%; }
.fold-column > [data-feed] { flex: 1 1 auto; }
.lead-feed { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.lead-feed .story-card:first-child { grid-column: span 2; }
.digest-feed { display: flex; flex-direction: column; gap: .75rem; height: 100%; overflow: hidden; }
.service-rail { padding: 1.1rem; color: #18352a; background: var(--cream); border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
html[data-theme="dark"] .service-rail, html.dark .service-rail { color: var(--ink); }
.service-rail .section-heading { border-color: rgba(20, 36, 31, .18); }
.service-rail .section-heading h2 { font-size: 1.65rem; }
.service-feed { display: flex; flex-direction: column; gap: .1rem; overflow: hidden; }

.news-grid { min-width: 0; }
.story-card { min-width: 0; position: relative; }
.story-card a { text-decoration: none; }
.story-card .story-image { display: block; position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: var(--mist); }
.story-card .story-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.story-card:hover .story-image img { transform: scale(1.04); }
.story-body { min-width: 0; }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .7rem; margin: .65rem 0 .3rem; color: var(--green-700); font-family: var(--font-mono); font-size: .64rem; line-height: 1.3; letter-spacing: .035em; text-transform: uppercase; }
.category-label { color: var(--gold); font-weight: 700; }
.story-card h3 { margin: 0; color: var(--ink); font-family: var(--font-display); font-size: clamp(1.18rem, 1.45vw, 1.55rem); font-weight: 500; line-height: 1.05; letter-spacing: -.015em; }
.story-card h3 a:hover { color: var(--green-700); }
.story-card p { margin: .45rem 0 0; color: var(--ink-soft); font-size: .87rem; line-height: 1.42; }
.lead-feed .story-card:first-child { padding-bottom: .25rem; border-bottom: 1px solid var(--line); }
.lead-feed .story-card:first-child .story-image { aspect-ratio: 1.58 / 1; }
.lead-feed .story-card:first-child h3 { font-size: clamp(1.55rem, 2.6vw, 2.35rem); line-height: .98; }
.lead-feed .story-card:not(:first-child) .story-image { aspect-ratio: 1.45 / 1; }
.digest-feed .story-card { display: grid; grid-template-columns: minmax(0, 1fr) 5.3rem; gap: .7rem; padding: .55rem 0 .7rem; border-bottom: 1px solid var(--line); }
.digest-feed .story-card .story-image { grid-column: 2; grid-row: 1; aspect-ratio: 1 / 1; }
.digest-feed .story-card .story-body { grid-column: 1; grid-row: 1; }
.digest-feed .story-card h3 { font-size: 1.12rem; }
.digest-feed .story-card p { display: none; }
.service-feed .story-card { padding: .7rem 0; border-bottom: 1px solid rgba(20, 36, 31, .14); }
.service-feed .story-card .story-image { display: none; }
.service-feed .story-card h3 { font-family: var(--font-body); font-size: .9rem; line-height: 1.25; font-weight: 700; }
.service-feed .story-card p { font-size: .77rem; }
.empty-state { margin: 0; padding: .8rem; color: var(--ink-soft); border: 1px dashed var(--line); font-size: .82rem; }
.service-rail .empty-state { border-color: rgba(20, 36, 31, .25); }

.home-zone { margin-top: clamp(2.6rem, 5vw, 5rem); }
.slab-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: var(--gutter); align-items: stretch; }
.comparison-slab { min-width: 0; padding: 1rem; background: var(--green-900); color: #f5f0e3; }
.comparison-slab .section-heading { border-color: rgba(245, 240, 227, .22); }
.comparison-slab .section-heading h2, .comparison-slab .story-card h3 { color: #f5f0e3; }
.comparison-slab .section-heading a, .comparison-slab .story-meta { color: var(--gold-bright); }
.comparison-slab .story-card p { color: #bfd0c5; }
.comparison-feed { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .9rem; }
.comparison-feed .story-card:nth-child(-n+2) { grid-column: span 3; }
.comparison-feed .story-card:nth-child(n+3) { grid-column: span 2; }
.comparison-feed .story-card:nth-child(-n+2) .story-image { aspect-ratio: 1.5 / 1; }
.comparison-feed .story-card:nth-child(n+3) .story-image { aspect-ratio: 1.4 / 1; }
.guide-rail { padding: 1rem; border: 1px solid var(--line); background: rgba(255, 253, 247, .38); }
.guide-rail .story-card { padding: .62rem 0; border-bottom: 1px solid var(--line); }
.guide-rail .story-card:first-child h3 { font-size: 1.55rem; }
.guide-rail .story-card:not(:first-child) .story-image { display: none; }
.guide-rail .story-card:not(:first-child) h3 { font-family: var(--font-body); font-size: .9rem; line-height: 1.25; font-weight: 700; }
.guide-feed { display: flex; flex-direction: column; gap: .3rem; overflow: hidden; }

.market-board { padding: 1rem; background: var(--mist); border-top: 1px solid var(--line); }
.market-lanes { display: grid; grid-template-columns: 1.17fr 1fr 1fr 1fr; gap: 1rem; align-items: stretch; }
.market-lane { min-width: 0; padding-right: 1rem; border-right: 1px solid var(--line); }
.market-lane:last-child { border-right: 0; padding-right: 0; }
.market-lane > h3 { margin: 0 0 .65rem; color: var(--green-800); font-family: var(--font-mono); font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.market-lane .story-card { padding: .62rem 0; border-bottom: 1px solid var(--line); }
.market-lane .story-card .story-image { display: none; }
.market-lane:first-child .story-card:first-child .story-image, .market-lane:last-child .story-card:first-child .story-image { display: block; aspect-ratio: 1.6 / 1; }
.market-lane:first-child .story-card:first-child h3, .market-lane:last-child .story-card:first-child h3 { font-size: 1.45rem; }
.market-lane:not(:first-child) .story-card h3, .market-lane:last-child .story-card:not(:first-child) h3 { font-family: var(--font-body); font-size: .88rem; font-weight: 700; line-height: 1.25; }
.market-lane .story-card p { display: none; }

.split-strip { display: grid; grid-template-columns: 1.33fr 1fr; gap: var(--gutter); align-items: stretch; }
.wide-feature { min-width: 0; padding: 1rem; background: var(--paper); border: 1px solid var(--line); }
.wide-feature .story-card:first-child .story-image { aspect-ratio: 2.05 / 1; }
.wide-feature .story-card:first-child h3 { font-size: clamp(1.65rem, 2.7vw, 2.5rem); }
.wide-feature [data-feed] { display: grid; gap: .8rem; }
.wide-feature .story-card:not(:first-child) { display: grid; grid-template-columns: minmax(0, 8rem) minmax(0, 1fr); gap: .8rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.wide-feature .story-card:not(:first-child) .story-image { grid-column: 1; grid-row: 1; aspect-ratio: 1 / 1; }
.wide-feature .story-card:not(:first-child) .story-body { grid-column: 2; grid-row: 1; }
.wide-feature .story-card:not(:first-child) h3 { font-family: var(--font-body); font-size: .94rem; font-weight: 700; line-height: 1.25; }
.wide-feature .story-card:not(:first-child) p { display: none; }
.review-stack { min-width: 0; padding: 1rem; color: #f5f0e3; background: var(--green-950); }
.review-stack .section-heading { border-color: rgba(245, 240, 227, .2); }
.review-stack .section-heading h2, .review-stack .story-card h3 { color: #f5f0e3; }
.review-stack .story-meta { color: var(--gold-bright); }
.review-stack .story-card { padding: .58rem 0; border-bottom: 1px solid rgba(245, 240, 227, .18); }
.review-stack .story-card .story-image { display: none; }
.review-stack .story-card:nth-child(-n+2) { display: grid; grid-template-columns: 4.7rem minmax(0, 1fr); gap: .75rem; }
.review-stack .story-card:nth-child(-n+2) .story-image { display: block; grid-column: 1; grid-row: 1; aspect-ratio: 1 / 1; }
.review-stack .story-card:nth-child(-n+2) .story-body { grid-column: 2; grid-row: 1; }
.review-stack .story-card h3 { font-family: var(--font-body); font-size: .9rem; font-weight: 700; line-height: 1.25; }
.review-stack .story-card p { display: none; }

.trust-band { display: grid; grid-template-columns: 1.06fr 1fr .9fr; gap: var(--gutter); align-items: stretch; }
.support-module { padding: 1.2rem; color: #f5f0e3; background: var(--green-800); }
.support-module h2 { margin: .45rem 0 .5rem; font-family: var(--font-display); font-size: 2rem; font-weight: 500; line-height: 1; }
.support-module p { color: #d5e2d7; font-size: .88rem; }
.support-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.button, .text-link { display: inline-flex; align-items: center; min-height: 2.4rem; padding: .45rem .75rem; color: var(--green-950); background: var(--gold); font-size: .75rem; font-weight: 700; text-decoration: none; }
.button:hover { background: var(--gold-bright); }
.text-link { color: var(--gold-bright); background: transparent; border: 1px solid rgba(229, 187, 95, .5); }
.support-resources { display: grid; gap: .6rem; margin-top: 1rem; }
.support-resource { padding: .65rem 0; border-top: 1px solid rgba(245, 240, 227, .2); color: #f5f0e3; text-decoration: none; font-size: .84rem; }
.safety-stack, .reference-stack { min-width: 0; padding: 1rem; border: 1px solid var(--line); background: var(--paper); }
.safety-stack [data-feed], .reference-stack [data-feed] { display: flex; flex-direction: column; gap: .1rem; overflow: hidden; }
.safety-stack .story-card, .reference-stack .story-card { padding: .61rem 0; border-bottom: 1px solid var(--line); }
.safety-stack .story-card .story-image, .reference-stack .story-card .story-image { display: none; }
.safety-stack .story-card h3, .reference-stack .story-card h3 { font-family: var(--font-body); font-size: .88rem; font-weight: 700; line-height: 1.25; }
.safety-stack .story-card p, .reference-stack .story-card p { display: none; }
.reference-stack .story-meta::before { content: '✓'; color: var(--gold); font-weight: 700; }

.archive-teaser { padding-top: 1.2rem; border-top: 4px solid var(--green-900); }
.teaser-feed { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .85rem; }
.teaser-feed .story-card:nth-child(-n+3) { grid-column: span 2; }
.teaser-feed .story-card:nth-child(n+4) { grid-column: span 1; }
.teaser-feed .story-card:nth-child(-n+3) .story-image { aspect-ratio: 1.45 / 1; }
.teaser-feed .story-card:nth-child(n+4) .story-image { aspect-ratio: 1 / 1; }
.teaser-feed .story-card:nth-child(n+4) h3 { font-family: var(--font-body); font-size: .82rem; font-weight: 700; line-height: 1.25; }
.teaser-feed .story-card:nth-child(n+4) p { display: none; }

.page-intro { max-width: 48rem; padding: .6rem 0 1.4rem; border-bottom: 3px solid var(--green-900); }
.page-intro h1 { margin: .45rem 0 .55rem; font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 500; line-height: .9; letter-spacing: -.035em; }
.page-intro p { margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.archive-tools { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 1.4rem 0 1rem; }
.archive-tools label { display: block; color: var(--green-700); font-family: var(--font-mono); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.archive-tools input { width: min(25rem, 60vw); margin-top: .35rem; padding: .75rem .85rem; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-bottom: 2px solid var(--green-700); }
.filter-list { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: flex-end; }
.filter-list a { padding: .42rem .62rem; color: var(--green-700); border: 1px solid var(--line); text-decoration: none; font-size: .75rem; }
.filter-list a:hover { color: var(--green-950); background: var(--gold); }
.archive-results { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); gap: 1.25rem; align-items: stretch; }
.archive-results .story-card { display: flex; flex-direction: column; height: 100%; padding: .75rem; background: var(--paper); border: 1px solid var(--line); }
.archive-results .story-card .story-image { aspect-ratio: 1.52 / 1; }
.archive-results .story-card .story-body { display: flex; flex-direction: column; flex: 1; }
.archive-results .story-card h3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.archive-results .story-card p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.archive-results .empty-state { grid-column: 1 / -1; min-height: 8rem; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 11.5rem; gap: clamp(1.1rem, 2.1vw, 2rem); align-items: start; }
.content-grid:has([data-side-links][hidden]) { grid-template-columns: minmax(0, 1fr); }
.content-main { min-width: 0; }
.editorial-block { margin-top: 1.8rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.editorial-block h2 { margin: 0 0 .65rem; font-family: var(--font-display); font-weight: 500; font-size: 2rem; line-height: 1; }
.editorial-block h3 { margin: 1.3rem 0 .3rem; color: var(--green-700); font-size: 1.02rem; }
.editorial-block p { max-width: 47rem; color: var(--ink-soft); }
.facts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin-top: 1rem; }
.fact-card { padding: 1rem; background: var(--green-900); color: #f5f0e3; }
.fact-card strong { display: block; color: var(--gold-bright); font-family: var(--font-mono); font-size: 1.5rem; }
.fact-card span { display: block; margin-top: .25rem; font-size: .8rem; }
.quote-box { margin: 1.5rem 0; padding: 1.2rem 1.3rem; color: #f5f0e3; background: var(--green-800); border-left: 4px solid var(--gold); font-family: var(--font-display); font-size: 1.55rem; line-height: 1.1; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; counter-reset: steps; }
.step-card { padding: 1.1rem; background: var(--paper); border: 1px solid var(--line); }
.step-card::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); color: var(--gold); font-family: var(--font-mono); font-size: .72rem; }
.step-card h3 { margin-top: .6rem; }
.check-list { display: grid; gap: .6rem; padding: 0; list-style: none; }
.check-list li { padding: .75rem .9rem .75rem 2rem; position: relative; color: var(--ink-soft); background: var(--mist); }
.check-list li::before { content: '◆'; position: absolute; left: .8rem; color: var(--gold); }
.faq-list { display: grid; gap: .55rem; }
.faq-list details { padding: .8rem 1rem; background: var(--paper); border: 1px solid var(--line); }
.faq-list summary { color: var(--green-700); font-weight: 700; cursor: pointer; }
.faq-list p { margin-bottom: 0; }
.related-feed { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 11.5rem; gap: clamp(1.1rem, 2.1vw, 2rem); align-items: start; }
.article-layout:has([data-side-links][hidden]) { grid-template-columns: minmax(0, 1fr); }
.article-reader { min-width: 0; }
.byline { display: flex; align-items: center; gap: .8rem; max-width: 50rem; margin: 1.2rem 0; padding: .75rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.byline[hidden] { display: none; }
.byline img { width: 2.8rem; height: 2.8rem; border-radius: 50%; object-fit: cover; background: var(--mist); }
.byline strong { color: var(--green-700); }
.byline p { margin: 0; color: var(--ink-soft); font-size: .82rem; }
.article-header { max-width: 54rem; }
.article-header h1 { margin: .5rem 0; font-family: var(--font-display); font-size: clamp(2.5rem, 5.8vw, 5.4rem); font-weight: 500; line-height: .92; letter-spacing: -.04em; }
.article-deck { color: var(--ink-soft); font-size: 1.12rem; }
.article-cover { max-height: 30rem; margin: 1.4rem 0; overflow: hidden; }
.article-cover img { display: block; width: 100%; height: 100%; max-height: 30rem; object-fit: cover; }
.prose { max-width: 50rem; }
.prose p, .prose li { color: var(--ink); font-size: 1.08rem; line-height: 1.75; }
.prose h2, .prose h3 { margin-top: 2rem; font-family: var(--font-display); font-weight: 500; line-height: 1.05; }
.prose h2 { font-size: 2.2rem; }
.prose h3 { font-size: 1.6rem; }
.prose a { color: var(--green-700); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.prose a:hover { color: var(--gold); }
.prose blockquote { margin: 1.5rem 0; padding: .8rem 1.2rem; border-left: 4px solid var(--gold); color: var(--green-700); font-family: var(--font-display); font-size: 1.5rem; }
.prose img.article-inline { width: 100%; height: auto; }

.not-found { min-height: 52vh; display: grid; place-items: center; text-align: center; }
.not-found-inner { max-width: 36rem; }
.not-found-code { color: var(--gold); font-family: var(--font-mono); font-size: 1rem; letter-spacing: .18em; }
.not-found h1 { margin: .55rem 0; font-family: var(--font-display); font-size: clamp(3rem, 8vw, 7rem); font-weight: 500; line-height: .85; }
.not-found p { color: var(--ink-soft); }

.site-footer { padding: 2rem 0 2.5rem; color: #c6d5c9; background: var(--green-950); }
.footer-inner { width: var(--shell); margin: auto; display: flex; justify-content: space-between; gap: 2rem; }
.footer-brand { color: #f5f0e3; font-family: var(--font-display); font-size: 1.7rem; }
.footer-inner p { max-width: 30rem; margin: 0; font-size: .78rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .9rem; font-size: .78rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--gold-bright); }
.footer-note { width: var(--shell); margin: 1.5rem auto 0; padding-top: .8rem; border-top: 1px solid rgba(245, 240, 227, .18); color: #91a79a; font-size: .7rem; }

@media (max-width: 1050px) {
  .trust-links { display: none; }
  .fold-grid { grid-template-columns: 1.45fr 1fr; }
  .service-rail { grid-column: 1 / -1; }
  .service-feed { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 1rem; }
  .service-rail .section-heading { margin-bottom: .3rem; }
  .market-lanes { grid-template-columns: repeat(2, 1fr); }
  .market-lane:nth-child(2) { border-right: 0; padding-right: 0; }
  .market-lane:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 1rem; }
  .teaser-feed { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .teaser-feed .story-card:nth-child(-n+3) { grid-column: span 2; }
  .teaser-feed .story-card:nth-child(n+4) { grid-column: span 2; }
}
@media (max-width: 760px) {
  :root { --shell: min(92vw, 620px); }
  .utility-inner { justify-content: flex-start; }
  .main-header { min-height: 74px; }
  .header-tools { gap: .35rem; }
  .search-trigger { display: none; }
  .menu-toggle { display: grid; }
  .primary-nav { display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .35rem 0 .75rem; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .72rem 0; }
  .topic-inner { min-height: 34px; }
  .fold-grid, .slab-grid, .split-strip, .trust-band, .content-grid, .article-layout { grid-template-columns: 1fr; }
  .fold-grid { gap: 1.4rem; }
  .lead-feed { grid-template-columns: 1fr 1fr; }
  .lead-feed .story-card:first-child { grid-column: span 2; }
  .service-rail { grid-column: auto; }
  .service-feed { grid-template-columns: 1fr; }
  .market-lanes { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .market-lane { padding-right: .7rem; }
  .comparison-feed { grid-template-columns: 1fr 1fr; }
  .comparison-feed .story-card:nth-child(-n+2), .comparison-feed .story-card:nth-child(n+3) { grid-column: span 1; }
  .comparison-feed .story-card:first-child { grid-column: span 2; }
  .teaser-feed { grid-template-columns: repeat(2, 1fr); }
  .teaser-feed .story-card:nth-child(-n+3), .teaser-feed .story-card:nth-child(n+4) { grid-column: span 1; }
  .teaser-feed .story-card:first-child { grid-column: span 2; }
  .archive-tools { display: block; }
  .archive-tools input { width: 100%; }
  .filter-list { justify-content: flex-start; margin-top: .8rem; }
  .facts-grid, .steps { grid-template-columns: 1fr; }
  .footer-inner { display: block; }
  .footer-links { justify-content: flex-start; margin-top: 1rem; }
  .side-links { position: static; }
}
@media (max-width: 470px) {
  .brand-name { font-size: 1.5rem; }
  .brand-mark { width: 2.35rem; height: 2.35rem; }
  .lead-feed { display: block; }
  .lead-feed .story-card { margin-bottom: 1rem; }
  .digest-feed .story-card { grid-template-columns: minmax(0, 1fr) 4.4rem; }
  .market-lanes { grid-template-columns: 1fr; }
  .market-lane { padding-right: 0; border-right: 0; }
  .market-lane:nth-child(n+2) { border-top: 1px solid var(--line); padding-top: .8rem; }
  .wide-feature .story-card:not(:first-child) { grid-template-columns: 5.6rem minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .18s; }
