:root {
  --ink: #090707;
  --ink-soft: #110d0c;
  --charcoal: #191312;
  --cream: #ddd2c3;
  --cream-soft: #b8aa9b;
  --muted: #82766c;
  --tobacco: #8d6244;
  --ochre: #ad7b49;
  --line: rgba(173, 123, 73, 0.23);
  --sans: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

a {
  color: inherit;
}

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

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.55rem 0.9rem;
  color: var(--ink);
  background: var(--cream);
  transform: translateY(-150%);
}

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

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

.hero {
  position: relative;
  display: grid;
  min-height: max(740px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: #080606;
}

.site-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  padding: clamp(1.4rem, 3vw, 2.8rem) clamp(1.25rem, 4vw, 4.25rem);
}

.wordmark {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  color: #d8cdbf;
  font-family: var(--sans);
  font-size: clamp(0.68rem, 0.9vw, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.23em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0.2rem 1.2rem #000;
}

.signal-dot {
  width: 0.4rem;
  height: 0.4rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #9d2c23;
  box-shadow: 0 0 0.65rem rgba(177, 47, 35, 0.85);
  animation: signal 2.8s ease-in-out infinite;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("/assets/hero-no-title.webp") center center / cover no-repeat;
  transform: scale(1.005);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7, 5, 5, 0.18) 0%, transparent 38%, rgba(7, 5, 5, 0.12) 60%, rgba(7, 5, 5, 0.94) 100%),
    linear-gradient(90deg, rgba(5, 4, 4, 0.18), transparent 32% 68%, rgba(5, 4, 4, 0.24));
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: end;
  justify-self: center;
  width: min(calc(100% - 3rem), 580px);
  margin: 0 auto clamp(2.6rem, 6vh, 5rem);
  text-align: center;
}

.hero-explainer {
  margin: -0.45rem 0 1.3rem;
  color: rgba(221, 210, 195, 0.72);
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.hero-statement {
  margin: 0 0 1.3rem;
  color: var(--cream);
  font-size: clamp(0.72rem, 1.15vw, 0.9rem);
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-shadow: 0 0.2rem 1.2rem #000;
}

.subscribe-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 560px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(221, 210, 195, 0.7);
  background: rgba(10, 8, 8, 0.5);
  backdrop-filter: blur(7px);
}

.subscribe-form:focus-within {
  outline: 1px solid rgba(173, 123, 73, 0.7);
  outline-offset: 4px;
}

.subscribe-form input[type="email"] {
  min-width: 0;
  min-height: 3.65rem;
  padding: 0.95rem 1.1rem;
  color: var(--cream);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 0.87rem;
  letter-spacing: 0.04em;
}

.subscribe-form input::placeholder {
  color: rgba(221, 210, 195, 0.52);
}

.subscribe-form button {
  min-height: 3.65rem;
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  color: #eadfce;
  border: 0;
  background: rgba(117, 79, 51, 0.82);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.subscribe-form button:hover {
  color: #fffaf1;
  background: rgba(146, 98, 60, 0.92);
}

.subscribe-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 1.6rem;
  margin: 0.45rem 0 0;
  color: var(--cream-soft);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.form-status[data-state="error"] {
  color: #d9a39b;
}

.form-status[data-state="success"] {
  color: #d9bc8d;
}

.enter-link {
  display: inline-flex;
  flex-direction: column;
  gap: 1.65rem;
  align-items: center;
  margin-top: 1.25rem;
  color: var(--ochre);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-decoration: none;
  text-transform: uppercase;
}

@keyframes signal {
  0%, 100% { opacity: 0.38; }
  50% { opacity: 1; }
}

.chevron {
  width: 0.65rem;
  height: 0.65rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.story {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(930px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: var(--ink-soft);
}

.story-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.story-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: brightness(0.7) saturate(0.7) contrast(1.08);
}

.story::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 6, 6, 0.96) 0%, rgba(8, 6, 6, 0.85) 28%, rgba(8, 6, 6, 0.24) 62%, rgba(8, 6, 6, 0.06) 100%),
    linear-gradient(180deg, rgba(8, 6, 6, 0.25), transparent 35%, rgba(8, 6, 6, 0.5));
}

.story-copy {
  width: min(46rem, 49vw);
  padding: clamp(5rem, 10vw, 10rem) 0 clamp(5rem, 10vw, 10rem) clamp(1.5rem, 9vw, 10rem);
}

.story h2,
.transmission h2,
.credit-group > h2 {
  margin: 0;
  color: var(--ochre);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.story h2 {
  margin-bottom: clamp(2.2rem, 4vw, 4rem);
  color: var(--cream);
  font-family: var(--sans);
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.story p {
  max-width: 36rem;
  margin: 0 0 1.2rem;
  color: rgba(221, 210, 195, 0.88);
  font-size: clamp(0.78rem, 0.95vw, 0.9rem);
  font-weight: 300;
  line-height: 1.8;
  text-wrap: pretty;
}

.story .story-thesis {
  margin-top: 2.4rem;
  color: #c59562;
  font-family: var(--sans);
  font-size: clamp(0.82rem, 1vw, 0.94rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
}

.keep-together {
  white-space: nowrap;
}

.transmission {
  display: grid;
  place-items: center;
  min-height: 720px;
  padding: clamp(6rem, 12vw, 12rem) 1.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(118, 80, 55, 0.1), transparent 28rem),
    #0b0808;
}

.transmission-copy {
  width: min(100%, 900px);
}

.transmission h2 {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.transmission blockquote {
  max-width: 850px;
  margin: 0 auto clamp(3.5rem, 7vw, 6rem);
  color: rgba(215, 202, 188, 0.86);
  font-family: var(--sans);
  font-size: clamp(1.35rem, 3vw, 2.4rem);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.015em;
  line-height: 1.35;
}

.audio-control {
  display: grid;
  grid-template-columns: auto minmax(80px, 1fr) 3rem;
  gap: 1.2rem;
  align-items: center;
  width: min(100%, 690px);
  margin: 0 auto;
}

.audio-toggle {
  display: inline-flex;
  gap: 0.85rem;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: var(--ochre);
  border: 0;
  background: transparent;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: left;
  text-transform: uppercase;
}

.audio-toggle:hover,
.audio-toggle:focus-visible {
  color: #d1a36f;
}

.play-mark {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.play-mark::before {
  width: 0;
  height: 0;
  margin-left: 0.15rem;
  border-top: 0.32rem solid transparent;
  border-bottom: 0.32rem solid transparent;
  border-left: 0.5rem solid currentColor;
  content: "";
}

.play-mark.is-playing::before {
  width: 0.52rem;
  height: 0.7rem;
  margin-left: 0;
  border: 0;
  background: linear-gradient(90deg, currentColor 0 0.18rem, transparent 0.18rem 0.34rem, currentColor 0.34rem 0.52rem);
}

.audio-track {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(221, 210, 195, 0.26);
}

.audio-track span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--ochre);
}

.audio-time {
  color: var(--muted);
  font-size: 0.62rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.1em;
}

.release {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(900px, 100svh);
  overflow: hidden;
  text-align: center;
  isolation: isolate;
}

.release-skyline {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/assets/cityscape.webp") center 55% / cover no-repeat;
  filter: brightness(0.23) saturate(0.52) contrast(1.18);
  transform: scale(1.04);
}

.release::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, #090707 0%, rgba(9, 7, 7, 0.28) 35%, rgba(9, 7, 7, 0.3) 65%, #090707 100%);
}

.release-copy {
  padding: 5rem 1.5rem;
}

.release h2 {
  margin: 0;
  color: #d4c9bc;
  font-family: var(--sans);
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 0 0.5rem 3rem #000;
}

.release-copy p {
  margin: 2rem 0 0;
  color: rgba(212, 201, 188, 0.68);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.credits {
  width: min(100% - 3rem, 1240px);
  margin: 0 auto;
  padding: clamp(7rem, 12vw, 12rem) 0;
}

.credit-group + .credit-group {
  margin-top: clamp(7rem, 12vw, 11rem);
}

.credit-group > h2 {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--line);
}

.credit-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(2rem, 5vw, 5rem);
  row-gap: clamp(3.5rem, 6vw, 5.5rem);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.creative-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.credit-list article {
  min-width: 0;
}

.credit-list h3 {
  margin: 0;
  color: #d8ccbf;
  font-family: var(--sans);
  font-size: clamp(0.92rem, 1.3vw, 1.2rem);
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.35;
}

.credit-list p {
  margin: 0.55rem 0 0;
  color: var(--tobacco);
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1.65;
  text-transform: uppercase;
}

footer {
  width: min(100% - 3rem, 1240px);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0 2.5rem;
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  gap: clamp(3rem, 9vw, 9rem);
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

.footer-links p {
  display: grid;
  gap: 0.7rem;
  margin: 0;
}

.footer-links span {
  color: var(--ochre);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.footer-links a {
  color: #d1c5b7;
  font-family: var(--sans);
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  font-weight: 500;
  text-decoration-color: rgba(173, 123, 73, 0.45);
  text-underline-offset: 0.3em;
}

.footer-meta {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
  margin: clamp(5rem, 10vw, 8rem) 0 0;
  color: #6f655d;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-align: right;
  text-transform: uppercase;
}

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

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

.confirmed-page {
  min-height: 100svh;
  overflow: hidden;
}

.confirmation-shell {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #080606;
}

.confirmation-visual {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("/assets/hero-no-title.webp") center center / cover no-repeat;
  transform: scale(1.005);
}

.confirmation-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at center, rgba(7, 5, 5, 0.2), rgba(7, 5, 5, 0.7) 72%),
    linear-gradient(180deg, rgba(7, 5, 5, 0.4), rgba(7, 5, 5, 0.82));
}

.confirmation-copy {
  width: min(calc(100% - 3rem), 680px);
  padding: clamp(5rem, 10vw, 8rem) 0;
  text-align: center;
  text-shadow: 0 0.2rem 1.4rem rgba(0, 0, 0, 0.8);
}

.confirmation-kicker {
  margin: 0 0 2rem;
  color: var(--ochre);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.confirmation-copy h1 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(1.7rem, 3.8vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.confirmation-message {
  margin: 2.25rem 0 0;
  color: rgba(221, 210, 195, 0.82);
  font-size: clamp(0.82rem, 1.15vw, 0.96rem);
  font-weight: 300;
  line-height: 1.8;
}

.confirmation-message span {
  display: block;
}

.confirmation-alert {
  margin: 2rem 0 0;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.confirmation-return {
  margin-top: clamp(3.5rem, 8vh, 5.5rem);
}

@media (max-width: 980px) {
  .hero-content {
    width: min(calc(100% - 3rem), 560px);
    margin-right: auto;
  }

  .story-copy {
    width: min(39rem, 62vw);
    padding-left: clamp(1.5rem, 7vw, 6rem);
  }

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

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

@media (max-width: 680px) {
  .hero {
    min-height: 820px;
  }

  .hero-visual {
    background-position: 45% center;
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(7, 5, 5, 0.08) 0%, transparent 48%, rgba(7, 5, 5, 0.8) 72%, #070505 100%);
  }

  .hero-content {
    justify-self: center;
    width: calc(100% - 2rem);
    margin: 0 1rem 2rem;
  }

  .subscribe-form {
    grid-template-columns: 1fr;
    border: 1px solid rgba(221, 210, 195, 0.46);
    background: rgba(8, 6, 6, 0.72);
  }

  .subscribe-form input[type="email"],
  .subscribe-form button {
    min-height: 3.5rem;
  }

  .enter-link {
    margin-top: 0.85rem;
  }

  .story {
    min-height: 940px;
    align-items: end;
  }

  .story-backdrop img {
    object-position: 68% center;
  }

  .story::after {
    background: linear-gradient(180deg, rgba(8, 6, 6, 0.05) 0%, rgba(8, 6, 6, 0.35) 35%, rgba(8, 6, 6, 0.94) 63%, #080606 100%);
  }

  .story-copy {
    width: 100%;
    padding: 18rem 1.5rem 4.5rem;
  }

  .story h2 {
    margin-bottom: 2rem;
  }

  .story h2 {
    font-size: clamp(1.35rem, 7vw, 2rem);
    letter-spacing: 0.045em;
  }

  .keep-together {
    white-space: normal;
  }

  .transmission {
    min-height: 650px;
  }

  .transmission blockquote {
    margin-bottom: 3.5rem;
  }

  .audio-control {
    grid-template-columns: 1fr auto;
  }

  .audio-toggle {
    grid-column: 1 / -1;
    justify-content: center;
    text-align: center;
  }

  .audio-track {
    margin-left: 0.4rem;
  }

  .release {
    min-height: 650px;
  }

  .credit-list,
  .creative-list {
    grid-template-columns: 1fr;
    row-gap: 2.8rem;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-end;
  }

  .footer-meta {
    flex-direction: column;
    gap: 0.45rem;
  }

  .confirmation-visual {
    background-position: 45% center;
  }

  .confirmation-copy {
    width: min(calc(100% - 2.5rem), 34rem);
    padding: 4rem 0;
  }

  .confirmation-kicker {
    margin-bottom: 1.6rem;
    font-size: 0.64rem;
    letter-spacing: 0.24em;
  }

  .confirmation-copy h1 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .confirmation-message {
    margin-top: 1.75rem;
  }

  .confirmation-message span + span {
    margin-top: 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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
