:root {
  --ink: #11191d;
  --ink-soft: #344247;
  --mist: #eff0eb;
  --paper: #f8f6f0;
  --paper-deep: #ebe7dc;
  --line: rgba(20, 31, 34, .16);
  --night: #071721;
  --night-soft: #102e3b;
  --pine: #1b5a55;
  --coral: #ce775a;
  --cream: #f5efdf;
  --max: 1240px;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--serif); line-height: 1.62; text-rendering: optimizeLegibility; }
body::selection { color: #fff; background: var(--pine); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-color: rgba(27, 90, 85, .45); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--pine); text-decoration-color: var(--pine); }

.site-header { position: relative; z-index: 4; border-top: 5px solid var(--pine); border-bottom: 1px solid var(--line); background: rgba(248, 246, 240, .96); }
.header-inner, main, .site-footer { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 94px; }
.wordmark { display: inline-flex; flex-direction: column; gap: 2px; color: var(--ink); text-decoration: none; }
.wordmark strong { font-size: 1.55rem; font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.wordmark span, .eyebrow, .meta, .nav, .footer-meta, .kicker { font-family: var(--sans); font-size: .66rem; letter-spacing: .135em; text-transform: uppercase; }
.wordmark span { color: var(--pine); font-size: .57rem; font-weight: 750; }
.nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; color: #465356; font-size: .65rem; font-weight: 700; }
.nav a { position: relative; color: inherit; text-decoration: none; }
.nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.home .site-header { position: absolute; top: 0; right: 0; left: 0; color: #fff; border-top-color: var(--coral); border-bottom-color: rgba(255,255,255,.22); background: linear-gradient(180deg, rgba(0,0,0,.34), transparent); }
.home .wordmark { color: #fff; }
.home .wordmark span { color: rgba(255,255,255,.72); }
.home .nav { color: rgba(255,255,255,.86); }

.hero { position: relative; display: flex; align-items: flex-end; min-height: min(790px, 94svh); overflow: hidden; color: #fff; background: var(--night); isolation: isolate; }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media { z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { background: linear-gradient(90deg, rgba(3, 14, 22, .9) 0%, rgba(4, 18, 29, .7) 38%, rgba(4, 12, 18, .16) 72%), linear-gradient(0deg, rgba(4, 11, 15, .62), transparent 58%); content: ""; }
.hero::before { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.5) 48%, transparent 82%); content: ""; opacity: .35; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: end; gap: 56px; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 180px 0 56px; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 20px; color: var(--coral); font-weight: 800; }
.hero h1 { max-width: 8.8ch; margin: 0 0 28px; font-size: clamp(3.9rem, 9vw, 8.6rem); font-weight: 400; letter-spacing: -.065em; line-height: .86; }
.hero .lede { max-width: 48ch; margin-bottom: 0; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 1.8vw, 1.27rem); }
.hero-issue { padding: 25px 0 0 25px; border-top: 1px solid rgba(255,255,255,.55); border-left: 1px solid rgba(255,255,255,.25); }
.hero-issue .meta { color: var(--coral); font-weight: 800; }
.hero-issue h2 { margin: 34px 0 11px; font-size: 1.65rem; font-weight: 400; line-height: 1.05; }
.hero-issue p:last-child { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: .95rem; }
.hero-foot { position: absolute; right: 0; bottom: 0; left: 0; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); font-family: var(--sans); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-foot-inner { display: flex; justify-content: space-between; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; color: rgba(255,255,255,.65); }

.intro-band { display: grid; grid-template-columns: minmax(180px, .48fr) minmax(0, 1.2fr); gap: 60px; padding: 98px 0 86px; border-bottom: 1px solid var(--line); }
.intro-band h2 { max-width: 15ch; margin: 0; color: var(--night); font-size: clamp(2.1rem, 4vw, 3.8rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.intro-band p { max-width: 58ch; margin: 0; color: var(--ink-soft); font-size: clamp(1.12rem, 1.6vw, 1.32rem); }
.intro-band p + p { margin-top: 20px; font-size: 1rem; }

.section { padding: 78px 0; border-bottom: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 34px; }
.section-heading h2, .feature h2 { max-width: 15ch; margin: 0; font-size: clamp(2.25rem, 4vw, 3.9rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.quiet-link { color: var(--pine); font-family: var(--sans); font-size: .73rem; font-weight: 750; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.quiet-link::after { content: " ↗"; }
.grid { display: grid; gap: 18px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.record { position: relative; display: flex; flex-direction: column; min-height: 355px; padding: 27px; overflow: hidden; border: 1px solid var(--line); background: #fbfaf7; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.record::after { position: absolute; right: 0; bottom: 0; width: 82px; height: 82px; border: 1px solid rgba(27,90,85,.23); border-radius: 50%; content: ""; transform: translate(30px, 30px); transition: transform .25s ease, background .25s ease; }
.record:hover { color: var(--ink); background: #fff; box-shadow: 0 18px 45px rgba(9, 27, 31, .1); transform: translateY(-6px); }
.record:hover::after { background: rgba(206,119,90,.14); transform: translate(14px, 14px); }
.record .meta { position: relative; z-index: 1; margin-bottom: auto; color: var(--coral); font-weight: 800; }
.record h3 { position: relative; z-index: 1; max-width: 13ch; margin: 58px 0 13px; font-size: 1.7rem; font-weight: 400; line-height: 1.04; }
.record p { position: relative; z-index: 1; max-width: 33ch; margin: 0; color: var(--ink-soft); font-size: .98rem; }
.record .arrow { position: relative; z-index: 1; margin-top: 22px; color: var(--pine); font-family: var(--sans); font-size: .74rem; font-weight: 750; letter-spacing: .075em; text-transform: uppercase; }

.feature { display: grid; grid-template-columns: .64fr 1.36fr; gap: 86px; padding: 94px 0; }
.feature aside { padding-top: 13px; border-top: 3px solid var(--coral); }
.feature aside p { color: var(--ink-soft); font-size: .94rem; }
.feature > div > p { max-width: 57ch; color: var(--ink-soft); font-size: 1.1rem; }
.citation { max-width: 55ch; margin: 32px 0 0; padding: 23px 0 23px 26px; border-left: 2px solid var(--coral); color: var(--pine); font-size: 1.18rem; font-style: italic; }

.article { max-width: 760px; padding: 82px 0 92px; }
.article h1 { max-width: 12ch; margin-bottom: 26px; color: var(--night); font-size: clamp(3rem, 6vw, 5.4rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.article .intro { max-width: 48ch; color: var(--ink-soft); font-size: 1.25rem; }
.article h2 { margin-top: 2.6rem; color: var(--pine); font-size: 2rem; font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.article ul { padding-left: 1.1rem; }
.article li { margin: .5rem 0; }
.table-wrap { overflow-x: auto; margin-top: 32px; border: 1px solid var(--line); background: #fbfaf7; }
table { width: 100%; border-collapse: collapse; font-size: .96rem; }
th, td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--pine); background: var(--paper-deep); font-family: var(--sans); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }
.notice { margin-top: 44px; padding: 24px 26px; border-top: 2px solid var(--pine); background: var(--paper-deep); }
.notice p { margin: 0; color: var(--ink-soft); }

.site-footer { padding: 42px 0 50px; }
.footer-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.footer-meta { margin: 0; color: var(--ink-soft); font-size: .61rem; line-height: 1.75; text-align: right; }
.footer-row a { text-decoration: none; }
.not-found { display: grid; min-height: 58vh; place-items: center; padding: 70px 0; text-align: center; }
.not-found h1 { max-width: none; margin: 0; color: var(--coral); font-size: clamp(5rem, 16vw, 11rem); font-weight: 400; letter-spacing: -.08em; line-height: .8; }
.not-found h2 { font-size: 2rem; font-weight: 400; }

@media (max-width: 820px) {
  .header-inner, .footer-row { align-items: flex-start; flex-direction: column; justify-content: center; min-height: 116px; }
  .nav { justify-content: flex-start; gap: 15px; }
  .hero { min-height: 720px; }
  .hero-inner { grid-template-columns: 1fr; gap: 38px; padding-top: 188px; }
  .hero h1 { max-width: 8.8ch; }
  .hero-issue { max-width: 310px; }
  .intro-band, .feature { grid-template-columns: 1fr; gap: 28px; }
  .grid.three, .grid.two { grid-template-columns: 1fr; }
  .record { min-height: 275px; }
  .record h3 { margin-top: 38px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .footer-meta { text-align: left; }
}

@media (max-width: 520px) {
  .header-inner, main, .site-footer, .hero-inner, .hero-foot-inner { width: min(var(--max), calc(100% - 30px)); }
  .home .header-inner { min-height: 108px; }
  .nav { gap: 11px; font-size: .58rem; }
  .hero { min-height: 700px; }
  .hero-inner { padding-top: 176px; padding-bottom: 68px; }
  .hero h1 { font-size: clamp(3.45rem, 16vw, 4.6rem); }
  .hero .lede { font-size: 1.03rem; }
  .hero-foot { display: none; }
  .intro-band { padding: 68px 0; }
  .section { padding: 62px 0; }
  .feature { padding: 68px 0; }
  .article { padding: 64px 0 75px; }
}
