:root {
  color-scheme: light;
  --ink: #0e1c29;
  --paper: #f7f2e7;
  --paper-deep: #e9dfcf;
  --coral: #e8543b;
  --sage: #4f6e5c;
  --line: rgba(14, 28, 41, 0.18);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent 49.85%, rgba(14, 28, 41, 0.035) 50%, transparent 50.15%),
    var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
}

a { color: inherit; text-underline-offset: 0.2em; }
a:hover { color: var(--coral); }

.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.mark {
  width: 36px;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 9px;
  position: relative;
  background: var(--paper);
  box-shadow: 4px 4px 0 var(--coral);
}

.mark::before,
.mark::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  height: 2px;
  background: var(--ink);
}

.mark::before { top: 11px; box-shadow: 0 6px 0 var(--ink); }
.mark::after { bottom: 5px; background: var(--sage); }

.nav-links { display: flex; align-items: center; gap: 24px; font-size: 0.88rem; }
.nav-links a { text-decoration: none; }

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
  padding: 104px 0 96px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.05; }
h1 { margin: 0; font-size: clamp(3.8rem, 8vw, 7.2rem); letter-spacing: -0.065em; }
h2 { margin: 0 0 22px; font-size: clamp(2.3rem, 5vw, 4rem); letter-spacing: -0.04em; }
h3 { margin: 0 0 10px; font-size: 1.45rem; }

.hero-copy { max-width: 680px; }
.lede { max-width: 650px; margin: 28px 0 34px; font-size: clamp(1.1rem, 2vw, 1.32rem); }

.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 6px 6px 0 var(--coral);
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.button:hover { color: var(--paper); transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--coral); }
.fine { color: var(--sage); font-size: 0.82rem; }

.publication {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  padding: 38px 34px 32px;
  aspect-ratio: 0.773;
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: 22px 28px 0 var(--paper-deep), 23px 29px 0 var(--ink);
  transform: rotate(2.2deg);
}
.publication::before {
  content: "THE SATURDAY EDITION  ·  OCTOBER 2026";
  display: block;
  padding: 15px 18px 58px;
  margin: -38px -34px 28px;
  color: var(--coral);
  background: var(--ink);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.publication-title {
  position: absolute;
  top: 54px;
  left: 34px;
  color: var(--paper);
  font: 700 clamp(2rem, 4vw, 3.2rem)/1 var(--serif);
  letter-spacing: -0.04em;
}
.rule { width: 70px; height: 6px; margin: 0 0 22px; background: var(--coral); }
.publication h3 { font-size: clamp(1.8rem, 3vw, 2.55rem); }
.publication p { font-size: 0.82rem; line-height: 1.55; }
.page-no { position: absolute; bottom: 22px; color: var(--sage); font-size: 0.63rem; letter-spacing: 0.12em; }

.band { color: var(--paper); background: var(--ink); }
.band-inner { padding: 92px 0; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; }
.band h2 { color: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 44px; }
.feature { border-top: 1px solid rgba(247, 242, 231, 0.3); padding-top: 18px; }
.feature p { margin: 0; color: rgba(247, 242, 231, 0.72); font-size: 0.93rem; }

.statement { padding: 110px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.statement blockquote { margin: 0; font: 700 clamp(2.1rem, 4vw, 3.7rem)/1.15 var(--serif); letter-spacing: -0.04em; }
.statement blockquote span { color: var(--coral); }
.detail-list { margin: 0; padding: 0; list-style: none; }
.detail-list li { padding: 16px 0; border-bottom: 1px solid var(--line); }
.detail-list strong { display: block; }

.page-hero { max-width: 820px; padding: 100px 0 64px; }
.page-hero h1 { font-size: clamp(3.1rem, 7vw, 6rem); }
.page-hero .lede { margin-bottom: 0; }
.article { max-width: 780px; padding: 24px 0 110px; }
.article h2 { margin-top: 64px; font-size: 2rem; }
.article h3 { margin-top: 38px; font-family: var(--sans); font-size: 1.05rem; }
.article ul { padding-left: 1.25rem; }
.notice { padding: 20px 24px; border-left: 5px solid var(--coral); background: #fffdf8; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 36px 0 60px; }
.support-card { padding: 28px; border: 1px solid var(--line); background: #fffdf8; }

footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 0.82rem; }
.footer-links { display: flex; gap: 18px; }

@media (max-width: 800px) {
  .hero, .band-inner, .statement { grid-template-columns: 1fr; }
  .hero { padding-top: 72px; }
  .publication { width: min(78vw, 360px); margin-top: 24px; }
  .band-inner, .statement { gap: 46px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 26px, 1120px); }
  h1, .page-hero h1 { font-size: 3.55rem; }
  .nav { min-height: 66px; }
  .nav-links a:first-child { display: none; }
  .nav-links { gap: 14px; font-size: 0.78rem; }
  .feature-grid, .support-grid { grid-template-columns: 1fr; }
  .footer-inner { padding: 28px 0; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

@media (prefers-contrast: more) {
  :root { --line: rgba(14, 28, 41, 0.5); }
}
