:root {
  --ink: #241714;
  --muted: #6a534b;
  --paper: #f4eadc;
  --card: #fffaf2;
  --rose: #a24b4f;
  --rose-deep: #7a3236;
  --sage: #5d7356;
  --gold: #b8925a;
  --line: #d7c4af;
  --shadow: 0 28px 80px #24171414;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 8% -10%, #f8d9cf 0 18%, transparent 42%),
    radial-gradient(circle at 100% 0%, #dfe8d4 0 16%, transparent 38%),
    var(--paper);
  color: var(--ink);
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
  line-height: 1.75;
}

a { color: inherit; }
a:hover { color: var(--rose-deep); }

.wrap, header .bar, .footer-grid, .announce-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; z-index: 9; padding: 8px 12px; background: #fff; }

.announcement {
  background: #241714;
  color: #f4eadc;
  font-size: 13px;
  letter-spacing: .05em;
}
.announce-inner { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; }

header {
  position: sticky;
  top: 0;
  z-index: 6;
  border-bottom: 1px solid var(--line);
  background: #f4eadce8;
  backdrop-filter: blur(14px);
}
header .bar {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--rose-deep);
}
.brand strong { display: block; font-size: 19px; letter-spacing: .01em; }
.brand small { display: block; color: var(--muted); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
nav { display: flex; gap: 28px; font-size: 15px; }
nav a { text-decoration: none; }
nav a[aria-current="page"] { color: var(--rose-deep); border-bottom: 1px solid var(--rose); }
.menu-toggle { display: none; }
.burger { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; }

.hero, .page-hero { padding: 78px 0 28px; }
.eyebrow, .kicker, .card span {
  color: var(--rose);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { letter-spacing: -.03em; line-height: 1.12; }
h1 { margin: 12px 0 20px; font-size: clamp(44px, 7vw, 84px); max-width: 16ch; }
.page-hero h1 { max-width: 20ch; }
.lead { max-width: 680px; color: var(--muted); font-size: 21px; }

.hero-grid, .cards, .split, .list, .articles, .stats, .footer-grid {
  display: grid;
  gap: 22px;
}
.hero-grid { grid-template-columns: 1.15fr .85fr; align-items: end; }
.cards { grid-template-columns: repeat(3, 1fr); padding: 18px 0 36px; }
.split, .list { grid-template-columns: 1fr 1fr; padding: 8px 0 56px; }
.articles { grid-template-columns: 1.25fr .75fr; padding-bottom: 72px; }
.stats { grid-template-columns: repeat(4, 1fr); padding: 8px 0 70px; }
.footer-grid { grid-template-columns: 1.3fr 1fr 1fr; padding: 36px 0; }

.panel, .card, .note, .article-card, .quote, .stat {
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.panel, .quote { padding: 30px; border-radius: 28px; }
.card, .note, .article-card, .stat { padding: 26px; border-radius: 22px; }
.stat strong { display: block; font-size: 34px; letter-spacing: -.04em; }
.stat span { color: var(--muted); letter-spacing: 0; text-transform: none; }

.bloom, .note-photo, .hero-photo {
  display: block;
  overflow: hidden;
  background: #e8d8c8;
}
.bloom {
  height: 220px;
  margin: -26px -26px 22px;
  border-radius: 22px 22px 0 0;
}
.bloom img, .note-photo, .hero-photo, .page-photo, .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-photo {
  height: 248px;
  margin: -30px -30px 22px;
  width: calc(100% + 60px);
  max-width: none;
  border-radius: 28px 28px 0 0;
}
.page-photo {
  height: min(42vw, 380px);
  margin: 28px 0 0;
  border-radius: 28px;
  object-fit: cover;
  display: block;
  width: 100%;
}
.note-photo {
  height: 176px;
  margin: -26px -26px 20px;
  width: calc(100% + 52px);
  max-width: none;
  border-radius: 22px 22px 0 0;
}
.figure { margin: 8px 0 32px; }
.figure img {
  height: min(48vw, 420px);
  border-radius: 22px;
}
.figure figcaption {
  color: var(--muted);
  font-size: 14px;
  margin-top: 10px;
}

.btn, .btn-ghost {
  display: inline-block;
  margin-top: 20px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  text-decoration: none;
  letter-spacing: .04em;
}
.btn:hover { background: var(--ink); color: var(--paper); }
.btn-ghost { border-color: var(--line); margin-right: 10px; }

.section { padding: 12px 0 6px; }
.section h2 { font-size: clamp(30px, 4.6vw, 48px); margin: 8px 0 14px; max-width: 22ch; }

.prose { max-width: 760px; padding: 28px 0 88px; }
.prose p, .prose li { font-size: 18.5px; color: #3a2823; }
.prose h2 { margin-top: 46px; font-size: 32px; }
.prose h1 { max-width: 18ch; }
.drop::first-letter {
  float: left;
  padding: 8px 10px 0 0;
  font-size: 78px;
  line-height: .78;
  color: var(--rose-deep);
}
.quote { margin: 32px 0; font-size: 26px; line-height: 1.35; }
.meta { color: var(--muted); font-size: 14px; }
.byline { display: flex; gap: 18px; flex-wrap: wrap; margin: 0 0 28px; color: var(--muted); }

footer { border-top: 1px solid var(--line); color: var(--muted); }
footer a { text-decoration: none; }
footer h3 { margin: 0 0 10px; color: var(--ink); font-size: 16px; }
.legal { border-top: 1px solid var(--line); padding: 16px 0 28px; display: flex; justify-content: space-between; gap: 12px; }

@media (max-width: 900px) {
  .hero-grid, .cards, .split, .list, .articles, .stats, .footer-grid { grid-template-columns: 1fr; }
  .announce-inner, .legal { display: block; }
  nav { display: none; }
  .menu-toggle:checked ~ nav {
    display: grid;
    position: absolute;
    inset: 100% 0 auto;
    padding: 18px 20px 24px;
    background: #f4eadc;
    border-bottom: 1px solid var(--line);
  }
  .burger { display: grid; place-items: center; }
  h1 { max-width: none; }
}
