:root {
    --ink: #111412;
    --muted: #6b756d;
    --line: #dce2dc;
    --paper: #f7f8f4;
    --moss: #294534;
    --sage: #dfe9dd;
    --white: #ffffff;
    --display: "Playfair Display", Georgia, serif;
    --ui: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--ui); }
a { color: inherit; text-decoration: none; }
.site-shell { min-height: 100vh; }
.site-header { max-width: 1400px; margin: 0 auto; padding: 22px 4vw 18px; display: flex; align-items: center; justify-content: space-between; gap: 26px; border-bottom: 1px solid var(--line); }
.masthead { display: flex; align-items: baseline; gap: 12px; }
.masthead__name { font-family: var(--display); font-size: clamp(1.65rem, 3vw, 2.35rem); letter-spacing: -.05em; }
.masthead__issue { color: var(--muted); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 34px); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a { border-bottom: 1px solid transparent; padding-bottom: 4px; }
.site-nav a:hover, .site-nav a:focus-visible { border-color: var(--ink); }
.header-rule { color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.page-wrap { max-width: 1400px; margin: 0 auto; padding: 0 4vw 80px; }
.eyebrow { margin: 0 0 15px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.home-intro { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding: 48px 0 24px; }
.home-intro h1 { max-width: 720px; margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 7vw, 6.8rem); font-weight: 500; line-height: .94; letter-spacing: -.065em; }
.home-intro__note { max-width: 245px; margin: 0 0 5px; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.cover-feature { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); min-height: min(610px, 64vh); overflow: hidden; border-radius: 42px; background: var(--moss); color: white; }
.cover-feature__image-link { display: block; min-height: 460px; overflow: hidden; }
.cover-feature__image { display: block; width: 100%; height: 100%; min-height: 460px; object-fit: cover; object-position: center; }
.cover-feature__copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(24px, 4vw, 54px); }
.cover-feature__issue { display: flex; justify-content: space-between; color: #d8e4d8; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.cover-feature h2 { max-width: 610px; margin: auto 0 18px; font-family: var(--display); font-size: clamp(2.4rem, 5.2vw, 5.8rem); font-weight: 500; line-height: .98; letter-spacing: -.06em; }
.cover-feature__dek { max-width: 440px; margin: 0; color: #d8e4d8; font-size: 1rem; line-height: 1.55; }
.cover-feature__meta { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-top: 28px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.28); color: #d8e4d8; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.arrow-link::after { content: "↗"; font-size: 1rem; }
.section-bar { display: flex; align-items: center; justify-content: space-between; margin: 70px 0 22px; padding-bottom: 13px; border-bottom: 1px solid var(--ink); }
.section-bar h2 { margin: 0; font-size: .72rem; letter-spacing: .17em; text-transform: uppercase; }
.section-bar a { color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 18px; }
.story-card { padding: 0 0 24px; border-bottom: 1px solid var(--line); transition: transform .25s ease, opacity .25s ease; }
.story-card:hover { transform: translateY(-3px); opacity: .82; }
.story-card--lead { grid-column: span 2; grid-row: span 2; }
.story-card__image { display: block; width: 100%; height: 210px; object-fit: cover; margin-bottom: 16px; }
.story-card--lead .story-card__image { height: 430px; }
.story-card__section { margin: 0 0 9px; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.story-card h3 { margin: 0 0 9px; font-family: var(--display); font-size: clamp(1.25rem, 2vw, 2.15rem); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.story-card:not(.story-card--lead) h3 { font-size: 1.35rem; }
.story-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.story-card__byline { margin-top: 17px !important; font-size: .68rem !important; letter-spacing: .08em; text-transform: uppercase; }
.dark-band { margin: 90px calc(4vw * -1) 0; padding: 70px 4vw; background: #18231c; color: white; }
.dark-band__inner { max-width: 1400px; margin: 0 auto; }
.dark-band h2 { max-width: 650px; margin: 0 0 30px; font-family: var(--display); font-size: clamp(2.3rem, 5vw, 5.5rem); font-weight: 500; line-height: .97; letter-spacing: -.06em; }
.dark-band .story-grid { gap: 18px; }
.dark-band .story-card { padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 0; }
.dark-band .story-card h3 { color: white; }
.dark-band .story-card p, .dark-band .story-card__section, .dark-band .story-card__byline { color: #b8c6b8 !important; }
.feature-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feature-stats span { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.28); color: #b8c6b8; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 520px) { .feature-stats { grid-template-columns: repeat(2, 1fr); } }
.archive-header { padding: 70px 0 32px; border-bottom: 1px solid var(--ink); }
.archive-header h1, .article-header h1 { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(3rem, 8vw, 8rem); font-weight: 500; line-height: .9; letter-spacing: -.07em; }
.archive-header p { max-width: 500px; margin: 24px 0 0; color: var(--muted); line-height: 1.6; }
.article-page { max-width: 1100px; }
.article-header { padding: 76px 0 38px; }
.article-header__meta { display: flex; gap: 18px; margin-bottom: 24px; color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.article-header__dek { max-width: 650px; margin: 26px 0 0; color: #536057; font-size: 1.15rem; line-height: 1.55; }
.article-hero { width: 100%; max-height: 680px; object-fit: cover; border-radius: 34px; }
.article-body { max-width: 700px; margin: 54px auto 0; font-family: var(--display); font-size: 1.35rem; line-height: 1.65; }
.article-body p { margin: 0 0 1.3em; }
.page-copy { max-width: 760px; padding: 76px 0; }
.page-copy h1 { margin: 0 0 24px; font-family: var(--display); font-size: clamp(3rem, 7vw, 7rem); font-weight: 500; line-height: .92; letter-spacing: -.06em; }
.page-copy p { color: #536057; font-size: 1.1rem; line-height: 1.7; }
.newsletter-box { margin-top: 42px; padding: 30px; background: var(--sage); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.newsletter-box input { width: min(100%, 390px); padding: 15px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font: inherit; }
.newsletter-box button { padding: 15px 20px; border: 1px solid var(--ink); background: var(--ink); color: white; font: inherit; cursor: pointer; }
.site-footer { max-width: 1400px; margin: 0 auto; padding: 22px 4vw 36px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
@media (max-width: 820px) {
    .site-header { align-items: flex-start; flex-direction: column; }
    .site-nav { flex-wrap: wrap; gap: 12px 18px; }
    .home-intro { display: block; padding-top: 34px; }
    .home-intro__note { margin-top: 20px; }
    .cover-feature { grid-template-columns: 1fr; border-radius: 26px; }
    .cover-feature__image-link { min-height: 42vh; }
    .cover-feature__image { min-height: 42vh; }
    .cover-feature__copy { min-height: 420px; }
    .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .story-card--lead { grid-column: span 2; }
    .story-card--lead .story-card__image { height: 330px; }
    .dark-band { margin-top: 64px; }
}
@media (max-width: 520px) {
    .page-wrap { padding-bottom: 50px; }
    .story-grid { display: block; }
    .story-card, .story-card--lead { margin-bottom: 28px; }
    .story-card__image, .story-card--lead .story-card__image { height: 260px; }
    .site-footer { display: block; line-height: 1.8; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }