:root{--bg: #09070b;--panel: rgba(22, 18, 27, .82);--panel-strong: rgba(30, 24, 36, .94);--line: rgba(232, 221, 205, .12);--text: #efe6d7;--muted: #baa994;--accent: #b5332d;--accent-soft: #eb8d7c;--shadow: rgba(0, 0, 0, .42)}*{box-sizing:border-box}html{background:radial-gradient(circle at top,rgba(136,23,23,.25),transparent 34%),radial-gradient(circle at 20% 20%,rgba(181,51,45,.08),transparent 20%),linear-gradient(180deg,#0f0b12,#09070b 42%,#050407);color:var(--text);scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);font-family:Segoe UI Variable Text,Trebuchet MS,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(1160px,calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:30;backdrop-filter:blur(18px);background:#09070bb8;border-bottom:1px solid var(--line)}.nav-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.75rem;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:1.15rem;letter-spacing:.02em}.brand-mark{width:2.25rem;height:2.25rem;border:1px solid rgba(239,230,215,.18);border-radius:999px;display:grid;place-items:center;color:var(--accent-soft);background:#ffffff08}.site-nav{display:flex;flex-wrap:wrap;gap:1rem;color:var(--muted);font-size:.95rem}.site-nav a:hover,.brand:hover{color:#fff5ea}.page{padding:2rem 0 4rem}.hero-grid,.story-grid,.meta-grid,.footer-grid,.reading-grid{display:grid;gap:1.25rem}.hero-grid{grid-template-columns:1.4fr .9fr;align-items:stretch}.panel,.story-card,.callout,.story-hero,.story-body,.story-sidebar,.footer-panel{border:1px solid var(--line);background:var(--panel);box-shadow:0 20px 40px var(--shadow)}.story-card,.callout,.story-body,.story-sidebar,.footer-panel{border-radius:20px}.story-hero{border-radius:28px;overflow:hidden;min-height:34rem;position:relative}.story-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0805082e,#0805089e 58%,#080508f2)}.story-hero img{width:100%;height:100%;object-fit:cover}.story-hero-copy{position:absolute;inset:auto 0 0;z-index:1;padding:2rem}.eyebrow,.chip,.meta-line,.helper{text-transform:uppercase;letter-spacing:.08em;font-size:.74rem}.eyebrow,.helper{color:var(--accent-soft)}.hero-title,.page-title,.story-title,.section-title{font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;line-height:1.05;margin:0}.hero-title{font-size:clamp(2.8rem,5vw,5rem);margin-top:.8rem}.page-title{font-size:clamp(2.4rem,4vw,4rem)}.section-title{font-size:clamp(1.6rem,3vw,2.2rem)}.story-title{font-size:clamp(2rem,3.5vw,3.2rem)}.lede,.story-card p,.story-body p,.callout p,.footer-panel p,.meta-list{color:var(--muted)}.lede{font-size:1.06rem;max-width:60ch}.stack{display:flex;flex-wrap:wrap;gap:.65rem}.chip{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;border:1px solid rgba(235,141,124,.26);background:#b5332d24;color:#ffd8cf}.actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.4rem}.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.8rem 1.2rem;border-radius:999px;border:1px solid transparent;font-weight:600}.button{background:linear-gradient(135deg,#c3473c,#8f231f);color:#fff8f5}.button-secondary{border-color:var(--line);background:#ffffff08;color:var(--text)}.button:hover,.button-secondary:hover,.story-card:hover{transform:translateY(-1px)}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.callout{padding:1.4rem}.callout strong{display:block;font-size:1.4rem;color:#fff5ea}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:3rem 0 1.25rem}.story-grid,.reading-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.story-card{overflow:hidden}.story-card-image{aspect-ratio:4 / 3;overflow:hidden}.story-card-image img{width:100%;height:100%;object-fit:cover}.story-card-copy{padding:1.15rem}.story-card h3{margin:.4rem 0 .6rem;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:1.45rem;line-height:1.15}.story-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.92fr);gap:1.4rem;align-items:start}.story-body,.story-sidebar{padding:1.5rem}.story-body p{margin:0 0 1.1rem;font-size:1.03rem}.story-sidebar img{border-radius:14px;margin-bottom:1rem}.meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}.meta-list{margin:0;padding:0;list-style:none}.meta-list li+li{margin-top:.55rem}.footer-grid{grid-template-columns:1.2fr .8fr;margin-top:3rem}.footer-panel{padding:1.4rem}.plain-list{list-style:none;padding:0;margin:0}.plain-list li+li{margin-top:.7rem}.prose-block{max-width:72ch}.prose-block p{color:var(--muted)}.divider{height:1px;background:var(--line);margin:2.2rem 0}@media(max-width:920px){.hero-grid,.story-layout,.footer-grid,.reading-grid,.story-grid{grid-template-columns:1fr}.story-hero{min-height:27rem}}@media(max-width:640px){.shell{width:min(100% - 1rem,100%)}.nav-row{align-items:flex-start;flex-direction:column}.stats,.meta-grid{grid-template-columns:1fr}.story-hero-copy,.story-body,.story-sidebar,.footer-panel,.callout{padding:1.15rem}.hero-title,.page-title,.story-title{text-wrap:balance}}
