:root{color-scheme:light;--ink: #191716;--ink-soft: #3a3430;--paper: #f7f2e8;--paper-deep: #eadfcf;--cream: #fff9ee;--red: #b91c1c;--red-dark: #7f1515;--gold: #d9a84f;--pine: #18473e;--line: rgba(25, 23, 22, .14);--shadow: 0 24px 80px rgba(25, 23, 22, .18);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);line-height:1.6}body::selection{background:var(--gold);color:var(--ink)}a{color:inherit}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:72px;padding:0 4vw;background:#191716e0;color:var(--cream);border-bottom:1px solid rgba(255,249,238,.12);backdrop-filter:blur(18px)}.brand,.footer-brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--cream);font-weight:800;text-decoration:none}.brand-mark{width:34px;height:34px;border-radius:50%;background:linear-gradient(145deg,transparent 45%,rgba(255,255,255,.26) 46% 50%,transparent 51%),radial-gradient(circle at 34% 28%,var(--gold),transparent 28%),linear-gradient(160deg,var(--red),var(--red-dark));box-shadow:0 0 0 2px #fff9ee24}.nav-links{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;flex-wrap:wrap}.nav-links a{min-height:40px;display:inline-flex;align-items:center;padding:0 .9rem;border-radius:999px;color:#fff9eec7;text-decoration:none;font-size:.94rem}.nav-links a:hover,.nav-links a[aria-current=page]{background:#fff9ee1f;color:var(--cream)}.hero{position:relative;isolation:isolate;min-height:620px;height:82svh;max-height:780px;overflow:hidden;background:var(--ink)}.hero>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#191716f2,#191716c2 42%,#1917162e),linear-gradient(0deg,#191716d1,#19171600 36%)}.hero-content{width:min(1120px,92vw);min-height:inherit;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem 0 5rem;color:var(--cream)}.eyebrow,.section-label{margin:0 0 1rem;color:var(--gold);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:0}.hero h1,.page-hero h1{max-width:760px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:5.5rem;line-height:.96;letter-spacing:0}.hero-lead{max-width:690px;margin:1.6rem 0 0;color:#fff9eee0;font-size:1.18rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.primary-link,.secondary-link,.source-links a{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 1.15rem;font-weight:800;text-decoration:none}.primary-link{background:var(--gold);color:var(--ink)}.secondary-link{border:1px solid rgba(255,249,238,.36);color:var(--cream)}.status-band,.memory-section,.timeline-section,.source-section,.page-main{padding:5.5rem 4vw}.status-band{background:var(--cream)}.status-band>.section-label,.timeline-section>.section-label{width:min(1120px,100%);margin-left:auto;margin-right:auto}.status-grid,.memory-grid,.timeline,.source-section,.split-section,.guide-grid,.article-layout{width:min(1120px,100%);margin:0 auto}.status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.status-panel,.memory-card,.guide-grid article,.watch-list,.fact-list,.quote-panel{border:1px solid var(--line);background:#fff9eec2;border-radius:8px}.status-panel{padding:2rem;box-shadow:var(--shadow)}.status-panel span,.memory-card span{display:inline-flex;margin-bottom:.9rem;color:var(--red);font-weight:900}.status-panel h2,.memory-card h3,.guide-grid h2,.source-section h2,.fact-list h2,.watch-list h2,.quote-panel h2,.article-layout article h2,.split-section h2{margin:0;font-family:Georgia,Times New Roman,serif;letter-spacing:0;line-height:1.08}.status-panel h2{font-size:2rem}.status-panel p,.memory-card p,.guide-grid p,.split-section p,.article-layout p,.fact-list dd,.watch-list li,.site-footer p{color:var(--ink-soft)}.section-heading{width:min(820px,100%);margin:0 auto 2rem;text-align:center}.section-heading.align-left{margin-left:0;text-align:left}.section-heading h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:3rem;line-height:1.04;letter-spacing:0}.section-heading>p:not(.eyebrow){max-width:650px;color:var(--ink-soft)}.memory-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.memory-card{min-height:300px;padding:1.6rem;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.memory-card:hover{transform:translateY(-4px);border-color:#b91c1c5c;box-shadow:0 18px 50px #19171621}.memory-card h3{font-size:1.65rem}.timeline-section{background:var(--ink);color:var(--cream)}.timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#fff9ee2e;border:1px solid rgba(255,249,238,.18)}.timeline-item{padding:1.5rem;background:var(--ink)}.timeline-item strong{display:block;margin-bottom:.8rem;color:var(--gold);font-size:1.5rem}.timeline-item h3{margin:0 0 .6rem;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;line-height:1.1;letter-spacing:0}.timeline-item p{margin:0;color:#fff9eec7}.source-section{display:grid;grid-template-columns:.9fr 1.4fr;gap:2rem;align-items:start}.source-links{display:flex;flex-wrap:wrap;gap:.75rem}.source-links a{border:1px solid var(--line);background:var(--cream);color:var(--ink)}.site-footer{padding:3.5rem 4vw;background:var(--pine);color:var(--cream)}.footer-inner{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:1.4fr .65fr 1fr;gap:2.5rem}.site-footer h2{margin:0 0 .75rem;font-size:.86rem;text-transform:uppercase;letter-spacing:0}.site-footer p{max-width:520px;margin:.8rem 0 0;color:#fff9eec2}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li+li{margin-top:.5rem}.site-footer a{color:#fff9eed6;text-decoration-color:#fff9ee57;text-underline-offset:.2em}.page-main{background:linear-gradient(180deg,#fff9eeb8,#f7f2e8),var(--paper)}.page-hero{width:min(1120px,100%);margin:0 auto 4rem;padding:2rem 0 0}.page-hero.narrow{width:min(900px,100%)}.page-hero h1{color:var(--ink);font-size:4rem}.page-hero p:not(.eyebrow){max-width:760px;margin:1.25rem 0 0;color:var(--ink-soft);font-size:1.15rem}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:3rem;align-items:start}.article-layout article{max-width:740px}.article-layout article h2{margin-top:2.5rem;font-size:2rem}.article-layout article h2:first-child{margin-top:0}.article-layout article p{font-size:1.05rem}.fact-list,.watch-list{position:sticky;top:96px;padding:1.5rem}.fact-list dl,.fact-list dd{margin:0}.fact-list dt{margin-top:1rem;color:var(--red);font-weight:900}.fact-list dt:first-child{margin-top:0}.watch-list ol{margin:1rem 0 0;padding-left:1.2rem}.watch-list li+li{margin-top:.85rem}.split-section{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.75fr);gap:2rem;align-items:stretch}.split-section h2{font-size:2.4rem}.quote-panel{display:flex;align-items:center;padding:2rem;background:var(--ink)}.quote-panel p{margin:0;color:var(--cream);font-family:Georgia,Times New Roman,serif;font-size:1.75rem;line-height:1.18}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:3rem}.guide-grid article{padding:1.5rem}.featured-section,.article-strip,.related-section,.calendar-section,.empty-state{width:min(1120px,100%);margin:0 auto;padding:5rem 4vw}.featured-section{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:2rem;align-items:stretch;padding-top:5.5rem}.text-link{display:inline-flex;margin-top:1rem;color:var(--red);font-weight:900;text-decoration-thickness:2px;text-underline-offset:.24em}.article-grid{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.article-grid-wide{padding-bottom:5rem}.article-card{min-height:380px;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--cream);color:var(--ink);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.article-card:hover{transform:translateY(-4px);border-color:#b91c1c5c;box-shadow:0 18px 50px #19171621}.article-card:hover .article-card-image img{transform:scale(1.04)}.article-card-large{min-height:460px;background:radial-gradient(circle at 85% 10%,rgba(217,168,79,.32),transparent 28%),linear-gradient(145deg,#211817,#6d1620 62%,#181211);color:var(--cream)}.article-card-image{aspect-ratio:16 / 9;overflow:hidden;background:var(--ink)}.article-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.article-card-body{display:flex;flex:1;flex-direction:column;padding:1.35rem}.article-card-large .article-card-image{aspect-ratio:2 / 1}.article-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;color:var(--red);font-size:.8rem;font-weight:900;text-transform:uppercase}.article-card-large .article-card-top{color:var(--gold)}.article-card time{color:var(--ink-soft);font-weight:700;text-transform:none}.article-card-large time{color:#fff9eeb8}.article-card h3{margin:auto 0 .8rem;font-family:Georgia,Times New Roman,serif;font-size:1.7rem;line-height:1.08;letter-spacing:0}.article-card-large h3{font-size:2.45rem}.article-card p{margin:0;color:var(--ink-soft)}.article-card-large p{color:#fff9eec7}.article-page{width:min(780px,100%);margin:0 auto;padding-bottom:4rem}.article-kicker{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;margin-bottom:1rem;color:var(--red);font-size:.84rem;font-weight:900;text-transform:uppercase}.article-kicker a{text-decoration-thickness:2px;text-underline-offset:.22em}.article-kicker time{color:var(--ink-soft);text-transform:none}.article-page h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:4.2rem;line-height:.98;letter-spacing:0}.article-description{color:var(--ink-soft);font-size:1.2rem}.article-hero-image{margin:2rem 0 0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--ink);box-shadow:0 18px 60px #19171621}.article-hero-image img{width:100%;aspect-ratio:16 / 9;height:auto;object-fit:cover}.prose{margin-top:2.5rem;color:var(--ink-soft);font-size:1.08rem}.prose p{margin:0 0 1.25rem}.calendar-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.calendar-list article,.empty-state{border:1px solid var(--line);border-radius:8px;background:#fff9eec2;padding:1.3rem}.calendar-list time{color:var(--red);font-size:.82rem;font-weight:900;text-transform:uppercase}.calendar-list h3,.empty-state h2{margin:.45rem 0;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;line-height:1.1;letter-spacing:0}.calendar-list p,.empty-state p{margin:0;color:var(--ink-soft)}@media (max-width: 900px){.site-header{align-items:flex-start;flex-direction:column;gap:.7rem;padding-top:1rem;padding-bottom:1rem}.nav-links{width:100%;justify-content:flex-start}.hero{min-height:0;height:auto}.hero-content{min-height:560px;padding:4rem 0 4.5rem}.hero h1,.page-hero h1{font-size:3.6rem}.status-grid,.memory-grid,.timeline,.source-section,.footer-inner,.article-layout,.split-section,.guide-grid,.featured-section,.article-grid,.calendar-list{grid-template-columns:1fr}.fact-list,.watch-list{position:static}.timeline{gap:0}}@media (max-width: 560px){.site-header,.status-band,.memory-section,.timeline-section,.source-section,.page-main,.site-footer{padding-left:1rem;padding-right:1rem}.brand{font-size:.98rem}.nav-links a{min-height:36px;padding:0 .65rem;font-size:.88rem}.hero-content{width:calc(100% - 2rem);min-height:560px}.hero h1,.page-hero h1{font-size:2.85rem;line-height:1}.hero-lead,.page-hero p:not(.eyebrow){font-size:1rem}.section-heading h2{font-size:2.25rem}.status-panel,.memory-card,.guide-grid article,.fact-list,.watch-list,.quote-panel{padding:1.25rem}.status-panel h2,.article-layout article h2,.split-section h2{font-size:1.75rem}.quote-panel p{font-size:1.35rem}.article-page h1{font-size:2.75rem}.article-card-large h3{font-size:2rem}}
