:root {
  --paper: #fff;
  --ink: #171614;
  --muted: #66615b;
  --accent: #a33b2b;
  --soft: #f4f1ed;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(100% - 48px, 1240px);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.72;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  background: var(--soft);
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  text-decoration-color: color-mix(in srgb, var(--accent) 55%, transparent);
}

a:hover { color: var(--accent); }

a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}

.skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
  padding: 8px 12px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-150%);
}

.skip-link:focus { transform: none; }

.site-header,
.site-footer,
.page-shell,
.article-shell {
  width: var(--page);
  margin-inline: auto;
}

.site-header {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.brand::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: var(--accent);
  vertical-align: 0.08em;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav a {
  font-size: 0.83rem;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
}

nav a[aria-current="page"] { color: var(--accent); }

.hero {
  width: var(--page);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
  grid-template-rows: 280px auto;
  column-gap: clamp(56px, 10vw, 150px);
  align-items: end;
}

.hero figure {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
}

.hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 58% center;
}

figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.hero-copy {
  grid-column: 2;
  grid-row: 2;
  padding-bottom: 18px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  text-wrap: balance;
}

h1 {
  margin: 0;
  font-size: clamp(2.55rem, 5.4vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.hero-copy .intro {
  max-width: 34ch;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.section-index {
  width: var(--page);
  margin: clamp(120px, 17vw, 230px) auto 0;
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 48px;
}

.section-index .label,
.section-label {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-index p {
  max-width: 53ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 1.22;
}

.editorial-grid {
  width: var(--page);
  margin: clamp(120px, 15vw, 210px) auto 0;
  display: grid;
  grid-template-columns: 0.82fr 0.42fr;
  gap: clamp(70px, 12vw, 170px);
  align-items: start;
}

.text-stack section + section { margin-top: 96px; }

h2 {
  max-width: 15ch;
  margin: 10px 0 28px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.25;
}

p { max-width: 66ch; }

.gallery-plate {
  position: sticky;
  top: 36px;
  margin: 180px 0 0;
}

.gallery-plate img {
  width: 100%;
  aspect-ratio: 2 / 3.15;
  object-fit: cover;
  object-position: center;
}

.principles {
  width: var(--page);
  margin: clamp(130px, 18vw, 250px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 6vw, 86px);
}

.principles .heading { grid-column: 1 / -1; }
.principles p { color: var(--muted); }

.continuity {
  width: min(100% - 48px, 970px);
  margin: clamp(140px, 18vw, 250px) auto 0;
}

.continuity h2 { max-width: 12ch; }

.continuity-body {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(48px, 8vw, 100px);
}

.continuity-body p:first-child::first-letter {
  float: left;
  margin: 0.06em 0.12em 0 0;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 4.8rem;
  line-height: 0.75;
}

.checklist-section {
  width: min(100% - 48px, 970px);
  margin: clamp(140px, 18vw, 250px) auto 0;
}

.checklist {
  margin: 54px 0 0;
  padding: 0;
  counter-reset: check;
  list-style: none;
}

.checklist li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid #ded9d2;
}

.checklist li:last-child { border-bottom: 1px solid #ded9d2; }

.checklist li::before {
  counter-increment: check;
  content: counter(check, decimal-leading-zero);
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.12rem;
}

.checklist strong { font-weight: 650; }

.article-shell {
  margin-top: clamp(70px, 11vw, 150px);
  display: grid;
  grid-template-columns: minmax(240px, 0.43fr) minmax(0, 0.82fr);
  gap: clamp(56px, 12vw, 170px);
}

.article-kicker {
  position: sticky;
  top: 40px;
  align-self: start;
}

.article-kicker h1 {
  max-width: 7ch;
  font-size: clamp(3rem, 6.8vw, 6.5rem);
}

.article-content {
  padding-top: 120px;
}

.article-content .lede {
  margin: 0 0 96px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.6vw, 2.3rem);
  line-height: 1.35;
}

.article-content section + section { margin-top: 82px; }
.article-content h2 { font-size: clamp(1.8rem, 3.4vw, 3.3rem); }
.contact-block { margin-top: 76px; }
.contact-block p { margin: 6px 0; }

.site-footer {
  margin-top: clamp(140px, 18vw, 250px);
  padding: 30px 0 34px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #ded9d2;
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}

@media (max-width: 780px) {
  :root { --page: min(100% - 32px, 660px); }

  .site-header {
    min-height: 96px;
    align-items: flex-start;
    padding-top: 25px;
  }

  nav ul { gap: 6px 14px; justify-content: flex-end; }
  nav a { font-size: 0.72rem; }

  .hero {
    margin-top: 24px;
    display: block;
  }

  .hero img { aspect-ratio: 4 / 3.4; }

  .hero-copy {
    width: 88%;
    margin: 54px 0 0 auto;
    padding: 0;
  }

  .section-index,
  .editorial-grid,
  .principles,
  .continuity-body,
  .article-shell {
    grid-template-columns: 1fr;
  }

  .section-index { gap: 22px; }
  .editorial-grid { gap: 100px; }
  .gallery-plate { position: static; width: 62%; margin: 0 0 0 auto; }
  .principles .heading { grid-column: auto; }
  .continuity-body { gap: 28px; }
  .article-shell { gap: 0; }
  .article-kicker { position: static; }
  .article-content { padding-top: 72px; }
}

@media (max-width: 480px) {
  .site-header { display: block; }
  nav { margin-top: 18px; }
  nav ul { justify-content: flex-start; }
  h1 { font-size: 2.75rem; }
  .hero-copy { width: 94%; }
  .text-stack section + section { margin-top: 72px; }
  .gallery-plate { width: 72%; }
  .site-footer { display: block; }
  .footer-links { margin-top: 12px; justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
