:root {
  --ink: #101210;
  --paper: #eef0eb;
  --mist: #dfe7e5;
  --blue: #068fc2;
  --line: rgba(16, 18, 16, 0.24);
  --page: clamp(1.25rem, 3vw, 3.5rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: white;
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 1.5rem var(--page);
  color: white;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wordmark {
  width: max-content;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  text-transform: none;
}

.edition {
  margin: 0;
}

.menu-link {
  justify-self: end;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.hero {
  position: relative;
  display: flex;
  min-height: 100dvh;
  overflow: hidden;
  align-items: flex-end;
  color: white;
  background: #7da6aa;
}

.hero-picture,
.hero-picture img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-picture img {
  object-fit: cover;
  object-position: center center;
  animation: settle 1.8s cubic-bezier(0.2, 0.7, 0, 1) both;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 17, 14, 0.38) 0%, rgba(4, 17, 14, 0.07) 49%, rgba(4, 17, 14, 0.08) 100%),
    linear-gradient(0deg, rgba(4, 12, 10, 0.35) 0%, transparent 46%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 var(--page) clamp(5.5rem, 10vh, 8rem);
}

.eyebrow {
  margin: 0 0 1.1rem;
  font-size: clamp(0.68rem, 0.8vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

h1 {
  max-width: 9.2ch;
  margin: 0;
  font-size: clamp(4.7rem, 10.2vw, 11rem);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.76;
}

h1 span {
  display: block;
}

h1 .soft {
  margin-top: 0.18em;
  font-size: 0.47em;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.hero-meta {
  position: absolute;
  z-index: 2;
  right: var(--page);
  bottom: clamp(2rem, 5vh, 3.5rem);
  display: flex;
  align-items: flex-end;
  gap: clamp(2rem, 5vw, 6rem);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero-meta p {
  margin: 0;
}

.hero-meta a {
  display: flex;
  gap: 0.7rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
}

.manifesto,
.closing {
  padding: clamp(5rem, 11vw, 10rem) var(--page);
}

.section-index,
.field-caption,
footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-index {
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--line);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(18rem, 0.68fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: end;
  padding-top: clamp(4rem, 8vw, 8rem);
}

.manifesto h2,
.closing h2 {
  margin: 0;
  font-size: clamp(4rem, 9.2vw, 10rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.manifesto-copy {
  max-width: 34rem;
  padding-bottom: 0.4rem;
}

.manifesto-copy p {
  margin: 0;
  line-height: 1.55;
}

.manifesto-copy .lead {
  margin-bottom: 2.5rem;
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.14;
}

.field-frame {
  padding: 0 var(--page) clamp(6rem, 12vw, 12rem);
}

.field-image {
  min-height: min(72vw, 52rem);
  background-image: url("/public/open-field-hero.webp");
  background-position: center;
  background-size: cover;
}

.field-caption {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  margin-top: 0.5rem;
}

.closing {
  color: white;
  background: var(--blue);
}

.closing-kicker {
  max-width: 60rem;
  margin: 0 0 clamp(4rem, 11vw, 9rem);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.closing h2 {
  max-width: 10ch;
}

.closing-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
  margin-top: clamp(5rem, 11vw, 10rem);
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  line-height: 1.45;
}

.closing-row p {
  margin: 0;
}

.closing-row a {
  display: flex;
  gap: 0.75rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
}

footer {
  padding: 1.4rem var(--page);
  color: rgba(255, 255, 255, 0.9);
  background: var(--blue);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 800ms ease, transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes settle {
  from { transform: scale(1.035); }
  to { transform: scale(1); }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr 1fr;
  }

  .edition {
    display: none;
  }

  .hero-picture img {
    object-position: 67% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 17, 14, 0.48), rgba(4, 17, 14, 0.04) 90%),
      linear-gradient(0deg, rgba(4, 12, 10, 0.5), transparent 62%);
  }

  .hero-copy {
    padding-bottom: 8.5rem;
  }

  h1 {
    max-width: 8.6ch;
    font-size: clamp(4.5rem, 18vw, 7.4rem);
    line-height: 0.82;
  }

  h1 .soft {
    font-size: 0.52em;
    line-height: 0.95;
  }

  .hero-meta {
    right: auto;
    left: var(--page);
    bottom: 1.8rem;
    width: calc(100% - 2 * var(--page));
    justify-content: space-between;
  }

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

  .manifesto h2,
  .closing h2 {
    font-size: clamp(3.8rem, 16vw, 7rem);
  }

  .manifesto-copy {
    max-width: 31rem;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-top: 1.1rem;
  }

  .hero {
    min-height: 44rem;
  }

  .eyebrow {
    max-width: 18rem;
  }

  .hero-meta p {
    display: none;
  }

  .hero-meta {
    justify-content: flex-start;
  }

  .manifesto,
  .closing {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .field-image {
    min-height: 35rem;
    background-position: 67% center;
  }

  .field-caption {
    flex-direction: column;
    gap: 0.45rem;
  }

  .closing-row {
    flex-direction: column;
    align-items: flex-start;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
