@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+20BD, U+2116;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  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+20BD,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+20BD, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  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+20BD,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #171111;
  --paper: #f3eee5;
  --red: #b40018;
  --red-bright: #e01d31;
  --white: #fffaf3;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: #120c0d;
  color: var(--ink);
  font-family: var(--font-body);
}

body {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  body {
    overflow-x: clip;
  }
}

html.is-loading,
html.is-loading body {
  height: 100%;
  overflow: hidden;
}

button,
input,
a {
  color: inherit;
  font: inherit;
}

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

button {
  cursor: pointer;
}

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

:focus-visible {
  outline: 2px solid var(--red-bright);
  outline-offset: 4px;
}

.preloader {
  display: none;
}

.js .preloader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  background: #160d0f;
  color: var(--white);
  transition:
    opacity 360ms cubic-bezier(0.65, 0, 0.35, 1),
    visibility 360ms;
}

.preloader.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.preloader__background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.preloader__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: brightness(0.72) saturate(0.76);
}

.preloader__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 5, 6, 0.74), transparent 38% 62%, rgba(10, 5, 6, 0.74)),
    rgba(18, 8, 10, 0.04);
}

.preloader__center {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.preloader__logo {
  width: clamp(178px, 18vw, 270px);
  height: auto;
  filter: drop-shadow(0 16px 32px rgba(23, 4, 7, 0.18));
}

.preloader__line {
  width: min(240px, 56vw);
  height: 1px;
  margin-top: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.preloader__line span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--red-bright);
  transform: scaleX(0);
  transform-origin: left;
  animation: preload-line 600ms forwards cubic-bezier(0.65, 0, 0.35, 1);
}

.preloader__center p {
  margin: 16px 0 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

@keyframes preload-line {
  to {
    transform: scaleX(1);
  }
}

.scroll-story {
  position: relative;
  height: auto;
}

.js .scroll-story {
  height: 470vh;
  height: 470svh;
}

.stage {
  --progress: 0;
  --silhouette-1: 0;
  --silhouette-2: 0;
  --silhouette-3: 0;
  --logo-in: 0;
  --final-in: 0;
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #231418;
}

.js .stage {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  min-height: 0;
}

.stage__background,
.stage__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.stage__background {
  z-index: -4;
  transform: scale(calc(1.05 - var(--progress) * 0.025));
  filter: saturate(0.84) brightness(0.92);
}

.stage__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage__shade {
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(20, 8, 10, 0.15), transparent 24% 70%, rgba(20, 8, 10, 0.32)),
    rgba(35, 12, 16, calc(0.08 + var(--logo-in) * 0.08));
}

.stage__intro {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 5vw, 78px);
  bottom: clamp(28px, 5vh, 54px);
  display: flex;
  align-items: flex-end;
  gap: 18px;
  color: var(--white);
  opacity: calc((1 - min(1, var(--progress) * 15)) * (1 - var(--final-in)));
}

.stage__intro p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: right;
  text-transform: uppercase;
}

.stage__intro span {
  display: block;
  width: 1px;
  height: 74px;
  background: var(--red-bright);
  transform: scaleY(calc(0.4 + var(--progress) * 0.6));
  transform-origin: bottom;
}

.silhouette-sequence {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.silhouette {
  --life: 0;
  position: absolute;
  z-index: 2;
  bottom: 6.5%;
  left: 50%;
  display: grid;
  width: min(54vw, 780px);
  height: 98%;
  margin: 0;
  place-items: end center;
  opacity: var(--life);
  transform: translate3d(-50%, 0, 0);
  transform-origin: 50% 92%;
}

html:not(.js) .silhouette--1 {
  opacity: 1;
}

.silhouette--1 {
  --life: var(--silhouette-1);
}

.silhouette--2 {
  --life: var(--silhouette-2);
}

.silhouette--3 {
  --life: var(--silhouette-3);
}

.silhouette picture {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: end center;
}

.silhouette img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  filter:
    drop-shadow(0 28px 24px rgba(15, 0, 3, 0.32))
    drop-shadow(0 0 18px rgba(176, 0, 24, 0.2));
}

.stage-logo-reveal {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(29vw, 415px);
  place-items: center;
  opacity: calc(var(--logo-in) * (1 - var(--final-in)));
  transform:
    translate3d(-50%, -50%, 0)
    scale(calc(0.86 + var(--logo-in) * 0.14));
}

.stage-logo-reveal img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 46px rgba(26, 2, 6, 0.28));
}

.finale {
  position: absolute;
  z-index: 30;
  inset: 0;
  display: grid;
  padding: clamp(24px, 4vw, 66px);
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 54%, rgba(238, 36, 54, 0.2), transparent 32%),
    linear-gradient(145deg, #2e050c 0%, #130b0d 46%, #070708 100%);
  color: var(--white);
  opacity: min(1, calc(var(--final-in) * 1.7));
  transform: translate3d(0, calc((1 - var(--final-in)) * 104%), 0);
}

html:not(.js) .finale {
  opacity: 1;
  transform: none;
}

.finale::before,
.finale::after {
  position: absolute;
  top: -10%;
  bottom: -10%;
  width: 24vw;
  background: linear-gradient(90deg, transparent, rgba(184, 0, 24, 0.2), transparent);
  content: "";
  transform: skewX(-12deg);
}

.finale::before {
  left: -8%;
}

.finale::after {
  right: -8%;
}

.finale__grain,
.story-section__grain,
.lead-section__grain {
  position: absolute;
  inset: 0;
  background: url("assets/noise-v1.webp") repeat;
  opacity: 0.18;
  pointer-events: none;
}

.finale__pattern {
  position: absolute;
  z-index: 1;
  inset: -14%;
  background-image: url("assets/brand-mark-chalk-v1.webp");
  background-position: 36px 28px;
  background-repeat: repeat;
  background-size: clamp(230px, 20vw, 340px) auto;
  opacity: 0.3;
  pointer-events: none;
  transform: scale(1.04);
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.58) 35%,
    rgba(0, 0, 0, 0.52) 65%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.58) 35%,
    rgba(0, 0, 0, 0.52) 65%,
    #000 100%
  );
  mix-blend-mode: screen;
}

@supports (background-image: image-set(url("assets/brand-mark-chalk-v1.avif") type("image/avif"))) {
  .finale__pattern {
    background-image: image-set(
      url("assets/brand-mark-chalk-v1.avif") type("image/avif"),
      url("assets/brand-mark-chalk-v1.webp") type("image/webp")
    );
  }
}

.finale__eyebrow {
  position: absolute;
  z-index: 2;
  top: clamp(24px, 4vw, 58px);
  left: 50%;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.finale__content {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 1120px);
  place-items: center;
  text-align: center;
}

.finale h1 {
  max-width: 1100px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 5.65vw, 88px);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.finale h1 span {
  display: block;
}

.finale h1 strong {
  color: var(--red-bright);
  font-weight: 300;
  white-space: nowrap;
}

.finale__lead {
  max-width: 650px;
  margin: clamp(22px, 3vh, 34px) 0 0;
  color: rgba(255, 250, 243, 0.72);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.6;
}

.finale__cta,
.lead-form__submit {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 76px;
  padding: 11px 13px 11px 29px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: linear-gradient(110deg, var(--white) 0%, #f3e9e6 48%, var(--white) 78%);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(224, 29, 49, 0.05);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    box-shadow 300ms ease,
    transform 250ms ease;
}

.finale__cta {
  width: min(100%, 430px);
  margin-top: clamp(26px, 4vh, 42px);
  padding-right: 10px;
  padding-left: 34px;
  border-radius: 999px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 250, 243, 0.15),
    0 0 28px rgba(224, 29, 49, 0.08);
}

.finale__cta::before,
.lead-form__submit::before {
  position: absolute;
  z-index: 0;
  top: -60%;
  bottom: -60%;
  left: -48%;
  width: 34%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.92),
    rgba(224, 29, 49, 0.13),
    transparent
  );
  content: "";
  pointer-events: none;
  transform: skewX(-18deg);
  animation: cta-shimmer 3.6s 0.8s infinite cubic-bezier(0.55, 0, 0.2, 1);
}

.finale__cta span,
.finale__cta svg,
.lead-form__submit span,
.lead-form__submit svg {
  position: relative;
  z-index: 1;
}

.finale__cta:hover,
.lead-form__submit:hover {
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(224, 29, 49, 0.18);
  transform: translateY(-4px);
}

.finale__cta:active,
.lead-form__submit:active {
  transform: translateY(-1px) scale(0.992);
}

.finale__cta svg,
.lead-form__submit svg {
  width: 45px;
  height: 45px;
  padding: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--red);
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  animation: cta-pulse 2.8s infinite;
}

@keyframes cta-shimmer {
  0%,
  46% {
    transform: translate3d(0, 0, 0) skewX(-18deg);
  }

  72%,
  100% {
    transform: translate3d(520%, 0, 0) skewX(-18deg);
  }
}

@keyframes cta-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(180, 0, 24, 0.28);
  }

  58% {
    box-shadow: 0 0 0 9px rgba(180, 0, 24, 0);
  }
}

.stage__progress {
  position: absolute;
  z-index: 25;
  right: clamp(20px, 3vw, 48px);
  bottom: 28px;
  left: clamp(20px, 3vw, 48px);
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  opacity: calc(1 - var(--final-in));
}

.stage__progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--red-bright);
  transform: scaleX(var(--progress));
  transform-origin: left;
}

.story-section {
  --story-gutter: max(24px, calc((100dvw - 1280px) / 2));
  --story-travel: 0px;
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  background: #160d0f;
  color: var(--white);
}

.story-section--tunnel {
  height: calc(100svh + var(--story-travel));
  overflow: visible;
}

.story-section__sticky {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding: 32px 0 24px;
  overflow: hidden;
  place-items: center;
}

.story-section--tunnel .story-section__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  min-height: 0;
}

.story-section__sticky::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(8, 4, 5, 0.72), rgba(28, 9, 13, 0.38) 45%, rgba(8, 4, 5, 0.76)),
    linear-gradient(180deg, rgba(10, 5, 6, 0.28), rgba(10, 5, 6, 0.62)),
    url("assets/stage-background-v3.webp");
  background-position: center;
  background-size: cover;
  content: "";
}

@supports (background-image: image-set(url("assets/stage-background-v3.avif") type("image/avif"))) {
  .story-section__sticky::before {
    background-image:
      linear-gradient(90deg, rgba(8, 4, 5, 0.72), rgba(28, 9, 13, 0.38) 45%, rgba(8, 4, 5, 0.76)),
      linear-gradient(180deg, rgba(10, 5, 6, 0.28), rgba(10, 5, 6, 0.62)),
      image-set(
        url("assets/stage-background-v3.avif") type("image/avif"),
        url("assets/stage-background-v3.webp") type("image/webp")
      );
  }
}

.story-section__grain {
  z-index: -1;
  mix-blend-mode: soft-light;
}

.story-section__logo {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: clamp(210px, 28vw, 430px);
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
}

.story-section__logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.72;
}

.story-section__shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  align-content: center;
}

.story-track {
  display: flex;
  gap: clamp(64px, 8vw, 140px);
  width: 100%;
  padding-inline: var(--story-gutter);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.story-track::-webkit-scrollbar {
  display: none;
}

.story-section--tunnel .story-track {
  overflow: visible;
  scroll-snap-type: none;
  transform: translate3d(0, 0, 0);
}

.story-card {
  display: grid;
  flex: 0 0 min(calc(100dvw - var(--story-gutter) - var(--story-gutter)), 1280px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 243, 0.4);
  background: var(--paper);
  box-shadow:
    0 34px 70px rgba(0, 0, 0, 0.34),
    0 8px 22px rgba(0, 0, 0, 0.2);
  color: var(--ink);
  grid-template-columns: min(52%, calc(100svh - 150px)) minmax(0, 1fr);
  grid-template-rows: 1fr;
  scroll-snap-align: start;
}

.story-card__media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #170d0f;
}

.story-card__media img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-card__body {
  position: relative;
  display: flex;
  min-height: 0;
  padding: clamp(24px, 2.5vw, 34px) clamp(24px, 3vw, 40px) clamp(26px, 2.8vw, 38px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), transparent 62%),
    var(--paper);
  flex-direction: column;
  justify-content: center;
}

.story-card__body > span {
  position: absolute;
  top: clamp(27px, 2.7vw, 37px);
  right: clamp(24px, 3vw, 40px);
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.story-card h2 {
  max-width: 510px;
  margin: 0;
  padding-right: 34px;
  font-family: var(--font-display);
  font-size: clamp(29px, 2.5vw, 38px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.story-card p {
  max-width: 500px;
  margin: 13px 0 0;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 500;
  line-height: 1.55;
}

.story-controls {
  width: min(100%, 1280px);
  margin: clamp(20px, 2.4vw, 32px) auto 0;
  padding-inline: 24px;
}

.story-controls__line {
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.story-controls__line span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--red-bright);
  transform: scaleX(0);
  transform-origin: left;
}

@media (min-width: 1200px) {
  .story-section {
    --desktop-card-size: min(calc(100svh - 100px), calc(100dvw - 96px), 1100px);
    --story-gutter: calc((100dvw - var(--desktop-card-size)) / 2);
  }

  .story-track {
    gap: calc(100dvw - var(--desktop-card-size));
  }

  .story-card {
    position: relative;
    flex-basis: var(--desktop-card-size);
    width: var(--desktop-card-size);
    aspect-ratio: 1;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .story-card__media,
  .story-card__body {
    grid-area: 1 / 1;
  }

  .story-card__media {
    aspect-ratio: auto;
  }

  .story-card__body {
    z-index: 2;
    min-height: 100%;
    padding: clamp(34px, 4vw, 62px);
    background:
      linear-gradient(180deg, rgba(7, 4, 5, 0.1) 22%, rgba(7, 4, 5, 0.2) 46%, rgba(7, 4, 5, 0.9) 100%);
    color: var(--white);
    justify-content: flex-end;
  }

  .story-card__body > span {
    top: clamp(30px, 3vw, 48px);
    right: clamp(30px, 3vw, 48px);
    color: rgba(255, 250, 243, 0.82);
  }

  .story-card h2 {
    max-width: 82%;
    padding-right: 0;
    font-size: clamp(38px, 4.8vh, 58px);
    line-height: 0.94;
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.48);
  }

  .story-card p {
    max-width: 70%;
    margin-top: 16px;
    color: rgba(255, 250, 243, 0.86);
    font-size: clamp(13px, 1.5vh, 17px);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
  }
}

.lead-section {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  padding: clamp(76px, 9vw, 140px) max(20px, calc((100dvw - 1240px) / 2));
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(224, 29, 49, 0.2), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(180, 0, 24, 0.16), transparent 32%),
    linear-gradient(145deg, #2e050c, #10090b 48%, #070708);
  color: var(--white);
}

.lead-section::before,
.lead-section::after {
  position: absolute;
  z-index: -1;
  width: 30vw;
  height: 130%;
  background: linear-gradient(90deg, transparent, rgba(184, 0, 24, 0.18), transparent);
  content: "";
  transform: rotate(11deg);
}

.lead-section::before {
  top: -20%;
  left: -10%;
}

.lead-section::after {
  right: -8%;
  bottom: -20%;
}

.lead-section__grain {
  z-index: -1;
}

.lead-section__pattern {
  position: absolute;
  z-index: -1;
  inset: -14%;
  background-image: url("assets/brand-mark-chalk-v1.webp");
  background-position: 36px 28px;
  background-repeat: repeat;
  background-size: clamp(230px, 20vw, 340px) auto;
  opacity: 0.3;
  pointer-events: none;
  transform: scale(1.04);
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.58) 35%,
    rgba(0, 0, 0, 0.52) 65%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.58) 35%,
    rgba(0, 0, 0, 0.52) 65%,
    #000 100%
  );
  mix-blend-mode: screen;
}

@supports (background-image: image-set(url("assets/brand-mark-chalk-v1.avif") type("image/avif"))) {
  .lead-section__pattern {
    background-image: image-set(
      url("assets/brand-mark-chalk-v1.avif") type("image/avif"),
      url("assets/brand-mark-chalk-v1.webp") type("image/webp")
    );
  }
}

.lead-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1180px);
  gap: clamp(44px, 8vw, 110px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  align-items: center;
}

.lead-section__copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.lead-section__copy > span {
  display: block;
  max-width: 560px;
  margin-top: 28px;
  color: rgba(255, 250, 243, 0.7);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.65;
}

.lead-form {
  display: grid;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(255, 250, 243, 0.24);
  background: rgba(7, 5, 6, 0.58);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
}

.lead-form__field {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.lead-form__field label {
  color: rgba(255, 250, 243, 0.64);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead-form__field input {
  width: 100%;
  min-height: 48px;
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 250, 243, 0.28);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  font-size: 16px;
  transition: border-color 180ms ease;
}

.lead-form__field input:focus {
  border-color: var(--red-bright);
}

.lead-form__field input::placeholder {
  color: rgba(255, 250, 243, 0.36);
}

.lead-form__field input[aria-invalid="true"] {
  border-color: #ff6474;
}

.lead-form__trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-form__consent {
  display: grid;
  margin: 2px 0 24px;
  color: rgba(255, 250, 243, 0.64);
  font-size: 12px;
  line-height: 1.55;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

.lead-form__consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--red-bright);
}

.lead-form__consent button,
.site-footer button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lead-form__submit {
  width: 100%;
  border: 0;
  border-radius: 999px;
}

.lead-form__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.lead-form__status {
  min-height: 20px;
  margin: 14px 0 0;
  color: rgba(255, 250, 243, 0.78);
  font-size: 12px;
  line-height: 1.5;
}

.lead-form__status.is-error {
  color: #ff9aa5;
}

.site-footer {
  display: grid;
  min-height: 160px;
  padding: 28px max(20px, calc((100dvw - 1240px) / 2));
  align-items: center;
  gap: 24px;
  background: #080607;
  color: rgba(255, 250, 243, 0.58);
  font-size: 12px;
  grid-template-columns: auto 1fr auto;
}

.site-footer picture {
  display: block;
  width: 44px;
}

.site-footer img {
  width: 100%;
  height: auto;
}

.site-footer p {
  margin: 0;
}

.privacy-dialog {
  width: min(calc(100% - 32px), 680px);
  max-height: min(84vh, 760px);
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(255, 250, 243, 0.24);
  background: #171012;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.6);
  color: var(--white);
}

.privacy-dialog::backdrop {
  background: rgba(5, 3, 4, 0.82);
  backdrop-filter: blur(4px);
}

.privacy-dialog__content {
  position: relative;
  padding: clamp(30px, 6vw, 62px);
}

.privacy-dialog__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 250, 243, 0.22);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  font-size: 28px;
  line-height: 1;
}

.privacy-dialog h2 {
  max-width: 540px;
  margin: 0 0 28px;
  padding-right: 38px;
  font-family: var(--font-display);
  font-size: clamp(38px, 6vw, 58px);
  font-weight: 300;
  line-height: 0.96;
}

.privacy-dialog p {
  margin: 0 0 16px;
  color: rgba(255, 250, 243, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 800px) {
  .js .scroll-story {
    height: 440svh;
  }

  .stage__intro {
    right: 17px;
    bottom: 38px;
  }

  .silhouette {
    bottom: 7%;
    width: 98vw;
    height: 94%;
  }

  .stage-logo-reveal {
    width: min(61vw, 340px);
  }

  .finale {
    padding: 76px 17px 60px;
  }

  .finale__eyebrow {
    top: 25px;
    width: calc(100% - 34px);
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
  }

  .finale h1 {
    font-size: clamp(36px, 10.1vw, 53px);
    line-height: 0.99;
  }

  .finale__lead {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.48;
  }

  .finale__cta {
    min-height: 61px;
    margin-top: 24px;
  }

  .finale__pattern,
  .lead-section__pattern {
    inset: -10%;
    background-position: 8px 18px;
    background-size: 190px auto;
    opacity: 0.22;
  }

  .story-section {
    --story-gutter: 17px;
  }

  .story-section__sticky {
    padding: 28px 0 20px;
  }

  .story-section__sticky::before {
    background-position: 48% 50%;
  }

  .story-card {
    flex-basis: min(calc(100dvw - 34px), calc(100svh - 220px));
    min-width: 300px;
    max-width: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .story-card__body {
    min-height: 168px;
    padding: 22px 22px 24px;
    justify-content: flex-start;
  }

  .story-card__body > span {
    top: 25px;
    right: 22px;
  }

  .story-card h2 {
    font-size: clamp(27px, 8vw, 35px);
  }

  .story-card p {
    margin-top: 14px;
    font-size: 12px;
  }

  .story-controls {
    margin-top: 17px;
    padding-inline: 17px;
  }

  .lead-section {
    padding: 78px 18px;
  }

  .lead-section__inner {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .lead-section__copy h2 {
    font-size: clamp(46px, 13vw, 64px);
  }

  .lead-section__copy > span {
    margin-top: 20px;
  }

  .lead-form {
    padding: 25px 20px;
  }

  .privacy-dialog__content {
    padding-top: 76px;
  }

  .privacy-dialog h2 {
    padding-right: 0;
    font-size: 32px;
  }

  .site-footer {
    min-height: 190px;
    align-content: center;
    grid-template-columns: auto 1fr;
  }

  .site-footer button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 800px) and (max-height: 720px) {
  .finale {
    padding-top: 54px;
    padding-bottom: 42px;
  }

  .finale h1 {
    font-size: clamp(31px, 8.9vw, 42px);
  }

  .finale__lead {
    margin-top: 13px;
    font-size: 11px;
  }

  .finale__cta {
    min-height: 55px;
    margin-top: 15px;
  }

  .story-section__sticky {
    padding: 16px 0 12px;
  }

  .story-card {
    flex-basis: min(calc(100dvw - 34px), calc(100svh - 190px));
  }

  .story-card__body {
    min-height: 148px;
    padding: 17px 19px 19px;
  }

  .story-card__body > span {
    top: 20px;
    right: 19px;
  }

  .story-card h2 {
    font-size: clamp(25px, 7.7vw, 31px);
  }

  .story-card p {
    margin-top: 9px;
    font-size: 11px;
  }

  .story-controls {
    margin-top: 11px;
  }
}

@media (orientation: landscape) and (max-height: 560px) {
  .js .scroll-story {
    height: 500svh;
  }

  .silhouette {
    bottom: 3%;
    height: 108%;
  }

  .finale {
    padding: 38px 6vw 26px;
  }

  .finale__eyebrow {
    top: 17px;
    font-size: 10px;
  }

  .finale h1 {
    max-width: 960px;
    font-size: clamp(33px, 6.5vw, 54px);
    line-height: 0.9;
  }

  .finale__lead {
    max-width: 740px;
    margin-top: 12px;
    font-size: 11px;
  }

  .finale__cta {
    min-height: 52px;
    margin-top: 13px;
  }

  .finale__cta svg {
    width: 36px;
    height: 36px;
    padding: 9px;
  }

  .story-section__sticky {
    padding: 12px 0 10px;
  }

  .story-card {
    flex-basis: min(calc(100dvw - 48px), 980px);
    grid-template-columns: min(48%, calc(100svh - 74px)) 1fr;
  }

  .story-card__body {
    min-height: 0;
    padding: 20px 26px;
  }

  .story-card__body > span {
    top: 20px;
    right: 24px;
  }

  .story-card h2 {
    font-size: clamp(25px, 3.6vw, 34px);
  }

  .story-controls {
    margin-top: 9px;
  }
}

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

  .js .scroll-story {
    height: auto;
  }

  .js .stage {
    position: relative;
    min-height: 100svh;
  }

  .stage__intro,
  .silhouette-sequence,
  .stage-logo-reveal,
  .stage__progress {
    display: none;
  }

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

  .story-section {
    height: auto !important;
  }

  .story-section__sticky {
    position: relative !important;
    height: auto !important;
    min-height: 100svh;
  }

  .story-track {
    overflow-x: auto !important;
    transform: none !important;
    scroll-snap-type: x mandatory !important;
  }
}
