@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/newsreader-variable.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-variable.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --ink: #121210;
  --paper: #f2eee4;
  --accent: #d64a32;
  --gold: #e4b469;
  --focus: #7fc7ff;
  --ink-deep: #080807;
  --ink-raised: #1c1c18;
  --paper-muted: #cfc8ba;
  --rule-light: rgb(242 238 228 / 24%);
  --rule-dark: rgb(18 18 16 / 24%);
  --page-gutter: clamp(1.25rem, 5vw, 5rem);
  --content-width: 82rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

img {
  display: block;
  max-width: 100%;
}

figure,
h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 520;
  text-wrap: balance;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.stories :focus-visible,
.project :focus-visible {
  outline-color: var(--ink);
}

.newsletter :focus-visible,
.letter-ribbon:focus-visible {
  outline-color: var(--paper);
  box-shadow: 0 0 0 7px var(--ink-deep);
}

main:focus {
  outline: 0;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  min-height: 3rem;
  padding: 0.65rem 1rem;
  transform: translateY(-160%);
  background: var(--focus);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.5rem;
  padding: 1rem var(--page-gutter);
  border-bottom: 1px solid var(--rule-light);
  background: linear-gradient(180deg, rgb(18 18 16 / 82%) 0%, rgb(18 18 16 / 18%) 100%);
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3rem;
  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header__brand > span:first-child {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, 1.5vw, 1.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.5rem 0.65rem;
  font-size: 0.88rem;
  font-weight: 680;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.site-nav a:not(.site-nav__letter):hover {
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
}

.site-nav .site-nav__letter {
  min-height: 3rem;
  padding-inline: 1.15rem;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--ink-deep);
}

.site-nav .site-nav__letter:hover {
  border-color: var(--gold);
  background: var(--gold);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 4.75rem;
  min-height: 3rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--rule-light);
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700;
}

.menu-toggle__mark,
.menu-toggle__mark::before {
  display: block;
  width: 1.1rem;
  height: 1px;
  background: currentcolor;
  content: "";
}

.menu-toggle__mark::before {
  transform: translateY(-0.35rem);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(61rem, 100svh);
  grid-template-columns: minmax(0, 1.55fr) minmax(21rem, 0.75fr);
  background: var(--ink);
}

.hero__art {
  position: relative;
  min-height: min(61rem, 100svh);
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  overflow: hidden;
  background: #201e19;
}

.hero__art::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 62%, rgb(18 18 16 / 58%) 100%),
    linear-gradient(0deg, rgb(18 18 16 / 88%) 0%, transparent 42%),
    linear-gradient(180deg, rgb(18 18 16 / 42%) 0%, transparent 24%);
  content: "";
  pointer-events: none;
}

.hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

.hero__art figcaption {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.25rem;
  left: var(--page-gutter);
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  align-items: center;
  color: var(--paper-muted);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__art figcaption span + cite,
.hero__art figcaption cite + span {
  padding-left: 0.9rem;
  border-left: 1px solid rgb(242 238 228 / 46%);
}

.hero__art cite {
  font-family: "Newsreader", Georgia, serif;
  font-size: 0.9rem;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

.hero__title {
  z-index: 3;
  align-self: end;
  grid-column: 1 / -1;
  grid-row: 1;
  margin: 0;
  padding: 0 0 clamp(5rem, 8vw, 8rem) var(--page-gutter);
  color: var(--paper);
  font-size: clamp(5.25rem, 10.6vw, 10.2rem);
  font-weight: 490;
  letter-spacing: -0.065em;
  line-height: 0.73;
  pointer-events: none;
  text-shadow: 0 0.08em 0.32em rgb(0 0 0 / 38%);
  text-transform: uppercase;
}

.hero__title span {
  display: block;
}

.hero__title span:last-child {
  margin-left: clamp(3rem, 10vw, 10rem);
}

.hero__copy {
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1;
  padding: 8.5rem clamp(2rem, 4.7vw, 5rem) 14rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2.25rem;
  height: 1px;
  flex: 0 0 auto;
  background: currentcolor;
  content: "";
}

.eyebrow--dark {
  color: #8c301f;
}

.eyebrow--accent {
  color: var(--ink-deep);
}

.hero__copy h2 {
  max-width: 9ch;
  margin-bottom: 1.6rem;
  color: var(--paper);
  font-size: clamp(2.5rem, 4.2vw, 4.7rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero__question {
  max-width: 27rem;
  margin-bottom: 2.1rem;
  color: var(--paper-muted);
  font-size: clamp(1.125rem, 1.4vw, 1.3rem);
  line-height: 1.55;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  min-height: 3.5rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid currentcolor;
  font-size: 0.88rem;
  font-weight: 780;
  line-height: 1.25;
  text-decoration: none;
}

.button--accent {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--ink-deep);
}

.button--accent:hover {
  border-color: var(--gold);
  background: var(--gold);
}

.letter-ribbon {
  display: grid;
  align-items: center;
  min-height: 6.5rem;
  padding: 1.2rem var(--page-gutter);
  grid-template-columns: minmax(11rem, 0.75fr) minmax(20rem, 1.5fr) auto;
  gap: 1.5rem;
  background: var(--accent);
  color: var(--ink-deep);
  text-decoration: none;
}

.letter-ribbon > span:first-child {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.letter-ribbon strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.4rem, 2.4vw, 2.35rem);
  font-weight: 550;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.letter-ribbon > span:last-child {
  font-size: 1.8rem;
  line-height: 1;
}

.letter-ribbon:hover strong {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.section {
  padding: clamp(5.5rem, 10vw, 10rem) var(--page-gutter);
}

.section-heading,
.story-grid,
.shorts-grid,
.project {
  width: 100%;
  max-width: var(--content-width);
  margin-inline: auto;
}

.section-heading {
  display: grid;
  align-items: end;
  margin-bottom: clamp(3.5rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 1.45fr) minmax(17rem, 0.55fr);
  gap: 2rem 5rem;
}

.section-heading h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(3.1rem, 6vw, 6.4rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.section-heading > p {
  max-width: 29rem;
  margin-bottom: 0.35rem;
  color: #4b4942;
}

.stories {
  background: var(--paper);
  color: var(--ink);
}

.story-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 1.18fr 0.91fr 0.91fr;
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
}

.story {
  padding-top: 1rem;
  border-top: 1px solid var(--rule-dark);
}

.story:not(.story--lead) {
  margin-top: clamp(3rem, 7vw, 7.25rem);
}

.story__image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  min-height: 3rem;
  margin-bottom: 1.45rem;
  overflow: hidden;
  background: #d7d0c2;
}

.story--lead .story__image {
  aspect-ratio: 4 / 5;
}

.story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.story:nth-child(2) .story__image img {
  object-position: center 42%;
}

.story:nth-child(3) .story__image img {
  object-position: center 48%;
}

.story__image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(18 18 16 / 12%);
  content: "";
  pointer-events: none;
}

.story__image:hover img {
  transform: scale(1.025);
}

.story__body {
  position: relative;
  padding-left: 3.25rem;
}

.story__number {
  position: absolute;
  top: 0.2rem;
  left: 0;
  color: #766f64;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.story h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.8rem, 2.65vw, 3.15rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.story__body > p:not(.story__number) {
  min-height: 3.4em;
  margin-bottom: 1.2rem;
  color: #47443d;
  font-size: 1.125rem;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.shorts {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.9%, rgb(242 238 228 / 5%) 50%, transparent 50.1%),
    var(--ink);
  color: var(--paper);
}

.shorts::before {
  position: absolute;
  top: 7rem;
  right: -5rem;
  width: 19rem;
  height: 19rem;
  border: 1px solid rgb(228 180 105 / 24%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.youtube-disclosure {
  max-width: 29rem;
  margin-bottom: 0.35rem;
  color: var(--paper-muted);
}

.youtube-disclosure p {
  margin-bottom: 0.75rem;
}

.youtube-disclosure a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 700;
}

.shorts-grid {
  display: grid;
  max-width: 67rem;
  padding-bottom: clamp(2rem, 5vw, 5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
}

.short-card--offset {
  transform: translateY(clamp(2rem, 5vw, 5rem));
}

.short-card__preview,
.short-card iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
}

.short-card__preview {
  position: relative;
  display: block;
  min-height: 3rem;
  overflow: hidden;
  background: var(--ink-raised);
}

.short-card__preview::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(242 238 228 / 25%);
  background: linear-gradient(0deg, rgb(18 18 16 / 62%) 0%, transparent 35%);
  content: "";
  pointer-events: none;
}

.short-card__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.short-card:nth-child(1) .short-card__preview img {
  object-position: center 32%;
}

.short-card:nth-child(2) .short-card__preview img {
  object-position: center;
}

.short-card:nth-child(3) .short-card__preview img {
  object-position: 48% center;
}

.short-card__preview:hover img {
  transform: scale(1.025);
}

.short-card iframe {
  display: block;
  border: 0;
}

.short-card__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(3.5rem, 5vw, 4.5rem);
  height: clamp(3.5rem, 5vw, 4.5rem);
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgb(242 238 228 / 70%);
  border-radius: 50%;
  background: rgb(18 18 16 / 74%);
  transition: background-color 180ms ease, transform 180ms ease;
}

.short-card__play::before {
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  border-top: 0.48rem solid transparent;
  border-bottom: 0.48rem solid transparent;
  border-left: 0.75rem solid var(--paper);
  content: "";
}

.short-card__preview:hover .short-card__play {
  transform: translate(-50%, -50%) scale(1.06);
  background: var(--accent);
}

.short-card__duration {
  position: absolute;
  z-index: 2;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.2rem 0.42rem;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.short-card__caption {
  padding-top: 1.2rem;
  border-top: 3px solid var(--accent);
}

.short-card__caption h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.short-card__caption a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  color: var(--paper-muted);
  font-size: 0.78rem;
  font-weight: 720;
}

.project {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
  gap: clamp(3rem, 9vw, 9rem);
  background: var(--paper);
  color: var(--ink);
}

section.project {
  max-width: none;
  padding: clamp(5.5rem, 10vw, 10rem) max(var(--page-gutter), calc((100vw - var(--content-width)) / 2));
  border-top: 1px solid var(--rule-dark);
}

.project h2 {
  margin-bottom: 0;
  font-size: clamp(3.15rem, 6vw, 6.5rem);
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.project__copy {
  padding-top: 3.7rem;
}

.project__copy > p:first-child {
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.45rem, 2.25vw, 2.15rem);
  line-height: 1.3;
}

.project__copy > p:nth-child(2) {
  color: #4b4942;
}

.social-links {
  display: grid;
  margin-top: 2.5rem;
  border-top: 1px solid var(--rule-dark);
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
  border-bottom: 1px solid var(--rule-dark);
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: none;
}

.social-links a:hover {
  padding-inline: 0.5rem;
  background: rgb(214 74 50 / 12%);
}

.newsletter {
  display: grid;
  padding: clamp(4.5rem, 8vw, 8rem) var(--page-gutter);
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.75fr);
  gap: clamp(3rem, 9vw, 9rem);
  background: var(--accent);
  color: var(--ink-deep);
}

.newsletter__intro h2 {
  max-width: 14ch;
  margin-bottom: 0;
  font-size: clamp(3rem, 6vw, 6.35rem);
  letter-spacing: -0.055em;
  line-height: 0.91;
}

.newsletter__form-wrap {
  align-self: end;
  padding-bottom: 0.5rem;
}

.newsletter__form-wrap > p {
  max-width: 34rem;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 560;
}

.newsletter label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsletter__field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter input,
.newsletter button {
  min-height: 3.75rem;
  border: 2px solid var(--ink);
  border-radius: 0;
}

.newsletter input {
  min-width: 0;
  padding: 0.8rem 1rem;
  background: var(--paper);
  color: var(--ink);
}

.newsletter input::placeholder {
  color: #646058;
  opacity: 1;
}

.newsletter button {
  margin-left: -2px;
  padding: 0.8rem 1.1rem;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 780;
}

.newsletter button:hover {
  background: var(--paper);
  color: var(--ink);
}

.newsletter__disclosure {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  font-weight: 620;
  line-height: 1.5;
}

.site-footer {
  display: grid;
  align-items: center;
  min-height: 8rem;
  padding: 1.5rem var(--page-gutter);
  grid-template-columns: auto minmax(16rem, 1fr) auto;
  gap: 2rem;
  border-top: 1px solid var(--rule-light);
  background: var(--ink);
  color: var(--paper-muted);
  font-size: 0.78rem;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer p:nth-child(2) {
  font-size: 1.125rem;
  text-align: center;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  color: var(--paper);
  font-weight: 700;
}

.site-footer__legal {
  display: flex;
  max-width: 25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 1rem;
}

@media (max-width: 60rem) {
  :root {
    --page-gutter: clamp(1.5rem, 4vw, 3rem);
  }

  .site-header {
    min-height: 5rem;
  }

  .site-header__brand > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .site-nav ul {
    gap: 0;
  }

  .site-nav a {
    padding-inline: 0.55rem;
  }

  .hero {
    min-height: 50rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.9fr);
  }

  .hero__art {
    min-height: 50rem;
  }

  .hero__title {
    padding-bottom: 5.5rem;
    font-size: clamp(5rem, 11.6vw, 7rem);
  }

  .hero__title span:last-child {
    margin-left: 5vw;
  }

  .hero__copy {
    padding: 7rem 2.3rem 15rem;
  }

  .hero__copy h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
  }

  .section-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .section-heading > p {
    max-width: 42rem;
  }

  .youtube-disclosure {
    max-width: 42rem;
  }

  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story:not(.story--lead) {
    margin-top: 0;
  }

  .story:last-child {
    grid-column: 2;
  }

  .shorts-grid {
    gap: 1.5rem;
  }

  .project {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .project__copy {
    max-width: 43rem;
  }

  .newsletter {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .newsletter__intro h2 {
    max-width: 15ch;
  }

  .newsletter__form-wrap {
    max-width: 43rem;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer p:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }
}

@media (max-width: 40rem) {
  html {
    scroll-padding-top: 1rem;
  }

  body {
    font-size: 1.0625rem;
    line-height: 1.62;
  }

  .site-header {
    position: relative;
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr auto;
    gap: 0.75rem 1rem;
    background: var(--ink);
  }

  .site-header__brand > span:last-child {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
    white-space: normal;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    grid-column: 1 / -1;
  }

  .site-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--rule-light);
  }

  .site-nav li:last-child {
    grid-column: 1 / -1;
  }

  .site-nav a {
    width: 100%;
    min-height: 2.75rem;
    justify-content: center;
    border-bottom: 1px solid var(--rule-light);
  }

  .site-nav li:nth-child(odd):not(:last-child) a {
    border-right: 1px solid var(--rule-light);
  }

  .site-nav .site-nav__letter {
    min-height: 3rem;
    border: 0;
  }

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .hero__art {
    min-height: clamp(33rem, 75svh, 43rem);
    grid-column: 1;
    grid-row: 1;
  }

  .hero__art::after {
    background:
      linear-gradient(0deg, rgb(18 18 16 / 88%) 0%, transparent 45%),
      linear-gradient(180deg, rgb(18 18 16 / 28%) 0%, transparent 28%);
  }

  .hero__art figcaption {
    right: var(--page-gutter);
    bottom: 1rem;
  }

  .hero__title {
    align-self: end;
    grid-column: 1;
    grid-row: 1;
    padding: 0 var(--page-gutter) 5.2rem;
    font-size: clamp(4.25rem, 21.5vw, 7.4rem);
    line-height: 0.76;
  }

  .hero__title span:last-child {
    margin-left: 0;
  }

  .hero__copy {
    grid-column: 1;
    grid-row: 2;
    padding: 3.75rem var(--page-gutter) 4.5rem;
    border-top: 1px solid var(--rule-light);
  }

  .hero__copy h2 {
    max-width: 11ch;
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .hero__question {
    font-size: 1.0625rem;
  }

  .button {
    width: 100%;
    min-height: 3.5rem;
  }

  .letter-ribbon {
    min-height: auto;
    padding-block: 1.75rem;
    grid-template-columns: 1fr auto;
    gap: 0.65rem 1rem;
  }

  .letter-ribbon strong {
    grid-column: 1;
  }

  .letter-ribbon > span:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .section {
    padding-block: 5.5rem;
  }

  .section-heading h2 {
    font-size: clamp(2.9rem, 14vw, 4.8rem);
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .story:last-child {
    grid-column: 1;
  }

  .story__image,
  .story--lead .story__image {
    aspect-ratio: 4 / 3;
  }

  .story--lead .story__image img {
    object-position: center 30%;
  }

  .story__body > p:not(.story__number) {
    min-height: 0;
    font-size: 1.0625rem;
  }

  .shorts::before {
    display: none;
  }

  .shorts-grid {
    max-width: 23rem;
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .short-card--offset {
    transform: none;
  }

  .short-card__caption h3 {
    font-size: 2rem;
  }

  section.project {
    padding-block: 5.5rem;
  }

  .project h2,
  .newsletter__intro h2 {
    font-size: clamp(2.9rem, 14vw, 4.8rem);
  }

  .project__copy {
    padding-top: 2.5rem;
  }

  .newsletter {
    padding-block: 5.5rem;
  }

  .newsletter__field {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .newsletter button {
    margin-left: 0;
  }

  .newsletter__form-wrap > p,
  .newsletter__disclosure,
  .site-footer p:nth-child(2) {
    font-size: 1.0625rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding-block: 2rem;
  }

  .site-footer p:nth-child(2) {
    grid-column: 1;
    grid-row: auto;
  }

  .site-footer__legal {
    max-width: none;
    justify-content: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
