@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("fonts/playfair-display-latin-ext-700-900.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("fonts/playfair-display-latin-700-900.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/source-serif-4-latin-ext-400-600.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/source-serif-4-latin-400-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/inter-latin-ext-400-600.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/inter-latin-400-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #ffffff;
  --ink: #111111;
  --muted: #666666;
  --line: #d7d7d7;
  --accent: #243f5a;
  --max-page: 1180px;
  --serif-display: "Playfair Display", Georgia, serif;
  --serif-body: "Source Serif 4", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif-body);
  font-size: 100%;
}

body {
  margin: 0;
  min-width: 0;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-header,
.home-layout,
.site-footer {
  margin: 0 auto;
  max-width: var(--max-page);
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
}

.topbar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  min-height: 4.2rem;
}

.brand {
  color: var(--ink);
  font-family: var(--serif-display);
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.primary-nav a,
.edition-date,
.section-strip,
.kicker,
.inline-kicker,
.credit,
.site-footer {
  font-family: var(--sans);
}

.primary-nav a {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 500;
}

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

.edition-date {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0;
  text-align: right;
}

.section-strip {
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.76rem;
  font-weight: 500;
  gap: 0.6rem 1.15rem;
  justify-content: center;
  letter-spacing: 0.08em;
  padding: 0.72rem 0;
  text-transform: uppercase;
}

.section-strip span:not(:last-child)::after {
  color: var(--accent);
  content: "·";
  margin-left: 1.15rem;
}

.home-layout {
  padding-bottom: 2rem;
}

.front-grid {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1.85fr) minmax(17rem, 0.9fr);
  padding: clamp(1.6rem, 4vw, 3rem) 0;
}

.lead-slot {
  min-width: 0;
}

.lead-slot h1 {
  font-family: var(--serif-display);
  font-size: clamp(2.6rem, 6vw, 5.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
  max-width: 10ch;
}

.side-stack {
  border-left: 1px solid var(--line);
  display: grid;
  gap: 0;
  min-width: 0;
  padding-left: clamp(1.25rem, 3vw, 2rem);
}

.secondary-slot {
  border-bottom: 1px solid var(--line);
  min-height: 7rem;
  padding: 0 0 1.25rem;
}

.secondary-slot + .secondary-slot {
  padding-top: 1.25rem;
}

.secondary-slot:last-child {
  border-bottom: 0;
}

.secondary-slot p,
.interview-slot p,
.brief-row p {
  color: var(--muted);
  font-family: var(--serif-body);
  font-size: 1.03rem;
  line-height: 1.42;
  margin: 0;
}

.brief-list {
  border-bottom: 1px solid var(--line);
  padding: 0.2rem 0;
}

.brief-row {
  border-bottom: 1px solid var(--line);
  min-width: 0;
  padding: 0.9rem 0;
}

.brief-row:last-child {
  border-bottom: 0;
}

.inline-kicker,
.kicker,
.credit {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.interviews-block {
  padding: clamp(1.6rem, 4vw, 2.75rem) 0 0;
}

.section-heading {
  border-bottom: 1px solid var(--accent);
  border-top: 1px solid var(--line);
  padding: 0.7rem 0;
}

.section-heading h2 {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.interview-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.interview-slot {
  border-right: 1px solid var(--line);
  min-height: 8rem;
  padding: 1.1rem 1.2rem 1.1rem 0;
}

.interview-slot + .interview-slot {
  padding-left: 1.2rem;
}

.interview-slot:last-child {
  border-right: 0;
}

.text-page {
  margin: 0 auto;
  max-width: 72ch;
  padding: clamp(2rem, 6vw, 4.5rem) clamp(1rem, 3vw, 2rem);
}

.text-page h1 {
  font-family: var(--serif-display);
  font-size: clamp(2.35rem, 6vw, 4.2rem);
  font-weight: 900;
  line-height: 1;
  margin: 0 0 1.6rem;
}

.text-page p {
  font-size: 1.16rem;
  line-height: 1.58;
  margin: 0 0 1.1rem;
}

.page-dek {
  color: var(--muted);
  font-size: 1.22rem;
}

.not-found {
  min-height: 42vh;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  gap: 0.6rem 1rem;
  justify-content: space-between;
  padding-bottom: 1.4rem;
  padding-top: 1.4rem;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 0.85rem;
}

.site-footer strong {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 760px) {
  .topbar {
    align-items: start;
    grid-template-columns: 1fr;
    padding: 0.9rem 0;
  }

  .primary-nav {
    justify-content: flex-start;
  }

  .edition-date {
    text-align: left;
  }

  .section-strip {
    justify-content: flex-start;
  }

  .front-grid {
    grid-template-columns: 1fr;
  }

  .lead-slot h1 {
    max-width: 11ch;
  }

  .side-stack {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 1rem;
  }

  .interview-grid {
    grid-template-columns: 1fr;
  }

  .interview-slot,
  .interview-slot + .interview-slot {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding-left: 0;
  }

  .interview-slot:last-child {
    border-bottom: 0;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 380px) {
  .brand {
    font-size: 1.48rem;
  }

  .lead-slot h1 {
    font-size: 2.35rem;
  }
}
