:root {
  --ink: #201b16;
  --cream: #f5efe5;
  --paper: #fcfaf6;
  --sand: #d7b98e;
  --copper: #9f6941;
  --line: rgba(32, 27, 22, 0.2);
  --serif: "Bodoni Moda", Georgia, serif;
  --accent-serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
}

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

.site-header {
  align-items: center;
  color: #f8ead5;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 28px 5vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.wordmark {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.site-nav {
  display: flex;
  gap: 34px;
}

.site-nav a,
.menu-toggle,
.hero-scroll,
.eyebrow,
.site-footer {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-nav a {
  font-size: 14px;
  opacity: 0.85;
  transition: opacity 180ms ease;
}

.site-nav a:hover {
  opacity: 1;
}

.menu-toggle {
  display: none;
}

.hero {
  align-items: flex-end;
  background: #1a1714 url("assets/turner-and-june-cover-clean.png") center center / cover no-repeat;
  color: #f8ead5;
  display: flex;
  justify-content: flex-end;
  min-height: 100svh;
  overflow: hidden;
  padding: 0 5vw 32px;
  position: relative;
}

.hero-shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent 22%, rgba(0, 0, 0, 0.34));
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-brand {
  align-items: center;
  color: #fff8ee;
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-weight: 800;
  left: 50%;
  line-height: 0.72;
  margin: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-brand-primary {
  font-size: clamp(92px, 15vw, 210px);
  letter-spacing: -0.1em;
  padding-right: 0.1em;
}

.hero-brand-amp {
  font-family: var(--accent-serif);
  font-size: clamp(62px, 7.5vw, 110px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.36;
  position: relative;
  z-index: 1;
}

.hero-brand-secondary {
  font-size: clamp(58px, 6vw, 86px);
  letter-spacing: 0.18em;
  padding-left: 0.18em;
}

.hero-brand-tagline {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 24px;
  white-space: nowrap;
}

.hero-scroll {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 0;
  opacity: 0.88;
  position: relative;
}

.scroll-line {
  background: currentColor;
  display: block;
  height: 1px;
  opacity: 0.65;
  width: 50px;
}

.intro {
  background: var(--paper);
  padding: 156px 9vw 170px;
}

.eyebrow {
  color: var(--copper);
  margin: 0 0 24px;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.94;
  margin: 0;
}

h1 {
  font-size: clamp(66px, 9vw, 136px);
}

h2 {
  font-size: clamp(58px, 7vw, 108px);
}

.intro-copy {
  color: rgba(32, 27, 22, 0.72);
  font-size: 16px;
  line-height: 1.8;
  margin: 42px 0 32px;
  max-width: 570px;
}

.text-link {
  border-bottom: 1px solid var(--copper);
  color: var(--copper);
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  gap: 22px;
  letter-spacing: 0.18em;
  padding-bottom: 9px;
  text-transform: uppercase;
}

.story {
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(31, 24, 18, 0.95), rgba(31, 24, 18, 0.74)),
    url("assets/turner-and-june-cover-clean.png") center center / cover;
  color: var(--cream);
  display: flex;
  justify-content: space-between;
  min-height: 680px;
  padding: 100px 9vw;
}

.story-card {
  max-width: 620px;
}

.story-card p:last-child {
  color: rgba(245, 239, 229, 0.68);
  font-size: 15px;
  line-height: 1.8;
  margin: 35px 0 0;
  max-width: 520px;
}

.story-detail {
  align-items: center;
  display: flex;
  gap: 18px;
  transform: rotate(-90deg) translateX(52%);
  transform-origin: right bottom;
}

.story-detail p {
  font-size: 9px;
  letter-spacing: 0.18em;
  margin: 0;
  text-transform: uppercase;
}

.story-detail span {
  background: rgba(245, 239, 229, 0.5);
  display: block;
  height: 1px;
  width: 64px;
}

.newsletter {
  background: var(--cream);
  padding: 150px 9vw 160px;
  text-align: center;
}

.newsletter p:not(.eyebrow, .form-message) {
  color: rgba(32, 27, 22, 0.66);
  font-size: 15px;
  line-height: 1.8;
  margin: 30px auto 34px;
}

.signup {
  border-bottom: 1px solid var(--ink);
  display: flex;
  margin: 0 auto;
  max-width: 440px;
}

.signup input,
.signup button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  font-family: var(--sans);
  outline: none;
  padding: 13px 0;
}

.signup input {
  flex: 1;
  font-size: 14px;
}

.signup button {
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form-message {
  color: var(--copper);
  font-size: 12px;
  min-height: 20px;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: rgba(245, 239, 229, 0.72);
  display: flex;
  justify-content: space-between;
  padding: 25px 5vw;
}

.site-footer p {
  font-size: 8px;
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
}

@media (max-width: 720px) {
  .site-header {
    padding: 22px 6vw;
  }

  .menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    display: flex;
    gap: 12px;
    padding: 0;
    z-index: 2;
  }

  .menu-lines,
  .menu-lines::before {
    background: currentColor;
    content: "";
    display: block;
    height: 1px;
    transition: transform 180ms ease;
    width: 17px;
  }

  .menu-lines::before {
    transform: translateY(5px);
  }

  .site-nav {
    background: rgba(25, 20, 17, 0.96);
    flex-direction: column;
    gap: 25px;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 0 12vw;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    font-family: var(--serif);
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: none;
  }

  .hero {
    background-position: 45% center;
    background-size: cover;
    min-height: 78svh;
    padding: 0 6vw 22px;
  }

  .hero-brand-primary {
    font-size: min(25vw, 102px);
  }

  .hero-brand-amp {
    font-size: 66px;
  }

  .hero-brand-secondary {
    font-size: 52px;
  }

  .hero-brand-tagline {
    font-size: 14px;
    letter-spacing: 0.16em;
    margin-top: 20px;
    white-space: normal;
    width: 260px;
  }

  .intro,
  .newsletter {
    padding: 105px 7vw 115px;
  }

  h1 {
    font-size: 70px;
  }

  .story {
    min-height: 610px;
    padding: 72px 7vw;
  }

  .story-detail {
    display: none;
  }

  .site-footer {
    gap: 14px;
    padding: 22px 6vw;
  }

  .site-footer p:last-child {
    display: none;
  }
}
