:root {
  --story-bg: #070708;
  --story-text: #f4efe5;
  --story-muted: rgba(244, 239, 229, 0.78);
  --story-soft: rgba(244, 239, 229, 0.56);
  --story-gold: #d0a963;
  --story-gold-soft: rgba(208, 169, 99, 0.22);
  --story-border: rgba(244, 239, 229, 0.1);
  --story-panel: rgba(15, 12, 10, 0.72);
  --story-shadow: 0 28px 70px rgba(0, 0, 0, 0.44);
  --story-serif: "Cormorant Garamond", serif;
  --story-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--story-bg);
}

body {
  margin: 0;
  color: var(--story-text);
  background:
    radial-gradient(circle at 12% 10%, rgba(208, 169, 99, 0.14), transparent 28%),
    radial-gradient(circle at 88% 68%, rgba(134, 163, 187, 0.1), transparent 32%),
    linear-gradient(180deg, #080809 0%, #060607 100%);
  font-family: var(--story-sans);
  overflow-x: hidden;
}

.prelaunch-page {
  position: relative;
}

.page-atmosphere {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.page-grain {
  position: absolute;
  inset: -30%;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08) 0.5px, transparent 0.5px),
    radial-gradient(circle at 72% 34%, rgba(255, 255, 255, 0.06) 0.5px, transparent 0.5px);
  background-size: 14px 14px, 19px 19px;
}

.page-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 32%, rgba(0, 0, 0, 0.4) 76%, rgba(0, 0, 0, 0.78) 100%);
}

.page-aura {
  position: absolute;
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
  filter: blur(96px);
  opacity: 0.2;
}

.page-aura-left {
  top: -14rem;
  left: -13rem;
  background: radial-gradient(circle, rgba(208, 169, 99, 0.76) 0%, transparent 58%);
}

.page-aura-right {
  right: -12rem;
  bottom: 8rem;
  background: radial-gradient(circle, rgba(244, 239, 229, 0.26) 0%, transparent 54%);
}

.story-page #ogHeaderMount,
.story-page #ogHeaderMount * {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.story-main {
  position: relative;
  z-index: 1;
}

.story-cinema {
  position: relative;
}

.story-hero {
  position: relative;
  min-height: clamp(42rem, 96vh, 56rem);
  overflow: hidden;
  background: #050506;
  border-bottom: 1px solid rgba(244, 239, 229, 0.08);
}

.story-hero-media {
  position: absolute;
  inset: 0;
}

.story-hero-video,
.story-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-hero-image-fallback {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 320ms ease;
}

.story-hero-media.is-fallback .story-hero-image-fallback {
  opacity: 0.28;
}

.story-hero-media.is-fallback .story-hero-video {
  opacity: 0;
}

.story-hero-overlay,
.story-hero-vignette,
.story-hero-haze {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.story-hero-overlay {
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.44) 0%, rgba(5, 5, 6, 0.18) 16%, rgba(5, 5, 6, 0.58) 100%),
    linear-gradient(90deg, rgba(6, 6, 7, 0.78) 0%, rgba(6, 6, 7, 0.42) 36%, rgba(6, 6, 7, 0.14) 66%, rgba(6, 6, 7, 0.48) 100%);
}

.story-hero-vignette {
  background:
    radial-gradient(circle at center, transparent 34%, rgba(0, 0, 0, 0.36) 72%, rgba(0, 0, 0, 0.7) 100%);
}

.story-hero-haze {
  background:
    radial-gradient(circle at 26% 38%, rgba(208, 169, 99, 0.18), transparent 34%),
    radial-gradient(circle at 76% 26%, rgba(244, 239, 229, 0.1), transparent 22%);
  mix-blend-mode: screen;
  opacity: 0.45;
}

.story-hero-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100vw - 56px));
  margin: 0 auto;
  min-height: inherit;
  display: grid;
  align-items: start;
  padding: calc(var(--header-h) + 6.2rem) 0 clamp(2.8rem, 4vw, 3.6rem);
}

.story-hero-copy-stack {
  display: grid;
}

.story-hero-copy {
  grid-area: 1 / 1;
  align-self: start;
  max-width: min(44rem, 60vw);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
  pointer-events: none;
}

.story-hero-copy.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.story-hero-kicker {
  margin: 0 0 1rem;
  color: rgba(244, 239, 229, 0.82);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-hero-title {
  margin: 0;
  max-width: 10ch;
  font-family: var(--story-serif);
  font-weight: 600;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.story-hero-support {
  margin: 1.45rem 0 0;
  max-width: 36rem;
  color: var(--story-muted);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.76;
}

.story-hero-controls {
  position: absolute;
  right: clamp(0.75rem, 2vw, 1.75rem);
  bottom: clamp(4.5rem, 10vw, 6.75rem);
  display: inline-flex;
  align-items: center;
}

.story-hero-indicators {
  display: inline-flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 28px);
}

.story-hero-dash {
  width: 42px;
  height: 10px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  opacity: 0.72;
  transition: opacity 220ms ease, transform 220ms ease;
}

.story-hero-dash::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background: rgba(244, 239, 229, 0.34);
}

.story-hero-dash.is-active::before {
  background: rgba(208, 169, 99, 0.94);
}

.story-hero-dash:hover,
.story-hero-dash:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.story-hero-dash:focus-visible {
  outline: none;
}

.story-founder {
  position: relative;
  padding: clamp(4.5rem, 9vw, 7rem) 0 clamp(5rem, 10vw, 7.5rem);
}

.story-founder::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: clamp(8rem, 14vw, 12rem);
  background: linear-gradient(180deg, rgba(6, 6, 7, 0.88), rgba(6, 6, 7, 0));
  pointer-events: none;
}

.story-founder-shell {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100vw - 36px));
  margin: 0 auto;
  padding: clamp(2.2rem, 4vw, 3.25rem);
  border: 1px solid rgba(244, 239, 229, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(15, 12, 10, 0.72), rgba(9, 9, 10, 0.88)),
    radial-gradient(circle at 50% 0%, rgba(208, 169, 99, 0.12), transparent 34%);
  box-shadow: var(--story-shadow);
}

.story-founder-shell::before {
  content: "";
  position: absolute;
  inset: -18% -8%;
  z-index: -1;
  background: radial-gradient(circle at center, rgba(208, 169, 99, 0.12), transparent 62%);
  filter: blur(22px);
}

.story-founder-kicker {
  margin: 0;
  text-align: center;
  color: rgba(244, 239, 229, 0.72);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-founder-title {
  margin: 1rem auto 0;
  max-width: 12ch;
  text-align: center;
  font-family: var(--story-serif);
  font-weight: 600;
  font-size: clamp(2.7rem, 5.8vw, 4.3rem);
  line-height: 0.96;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.story-founder-bridge {
  margin: 1.25rem auto 0;
  max-width: 32rem;
  text-align: center;
  color: rgba(244, 239, 229, 0.88);
  font-size: 1rem;
  line-height: 1.7;
}

.story-founder-body {
  margin: 2rem auto 0;
  max-width: 39rem;
  display: grid;
  gap: 1.25rem;
}

.story-founder-body p {
  margin: 0;
  color: var(--story-muted);
  font-size: clamp(1rem, 1.25vw, 1.06rem);
  line-height: 1.9;
}

.story-founder-signoff {
  position: relative;
  margin: 2.2rem auto 0;
  width: min(26rem, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 1.4rem);
}

.story-founder-signoff::before,
.story-founder-signoff::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  min-width: 2.5rem;
  background: linear-gradient(90deg, rgba(208, 169, 99, 0), rgba(208, 169, 99, 0.28) 22%, rgba(208, 169, 99, 0.32) 100%);
}

.story-founder-signoff::after {
  background: linear-gradient(90deg, rgba(208, 169, 99, 0.32) 0%, rgba(208, 169, 99, 0.28) 78%, rgba(208, 169, 99, 0) 100%);
}

.story-founder-signoff-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0.55rem;
  background: transparent;
  isolation: isolate;
}

.story-founder-signoff-mark::before {
  content: "";
  position: absolute;
  inset: -30% -24%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(
      ellipse at center,
      rgba(9, 9, 10, 0.98) 0%,
      rgba(9, 9, 10, 0.92) 42%,
      rgba(9, 9, 10, 0.58) 68%,
      rgba(9, 9, 10, 0) 100%
    );
  filter: blur(12px);
  pointer-events: none;
}

.story-founder-signature-image {
  width: clamp(10.5rem, 24vw, 13.5rem);
  height: auto;
  display: block;
  object-fit: contain;
  mix-blend-mode: screen;
  opacity: 0.9;
  filter:
    grayscale(1)
    contrast(1.12)
    brightness(1.05)
    drop-shadow(0 6px 14px rgba(0, 0, 0, 0.18));
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 56%,
    rgba(0, 0, 0, 0.92) 70%,
    rgba(0, 0, 0, 0.56) 84%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 56%,
    rgba(0, 0, 0, 0.92) 70%,
    rgba(0, 0, 0, 0.56) 84%,
    rgba(0, 0, 0, 0) 100%
  );
}

.story-founder-signature-note {
  margin: 1.3rem auto 0;
  max-width: fit-content;
  text-align: center;
  font-family: var(--story-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  color: var(--story-text);
}

.prelaunch-footer {
  border-top: 1px solid rgba(244, 239, 229, 0.08);
  background: rgba(8, 8, 9, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.prelaunch-footer-inner {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 2rem 0 2.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-brand {
  margin: 0;
  color: var(--story-text);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-copy {
  margin: 0.55rem 0 0;
  max-width: 34rem;
  color: var(--story-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.1rem 1.5rem;
}

.footer-links a {
  color: rgba(244, 239, 229, 0.82);
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 220ms ease, transform 220ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: rgba(208, 169, 99, 0.98);
  transform: translateY(-1px);
  outline: none;
}

@media (max-width: 900px) {
  .story-hero {
    min-height: clamp(39rem, 88vh, 52rem);
  }

  .story-hero-shell {
    width: min(calc(100vw - 32px), 720px);
    padding-top: calc(var(--header-h) + 4.8rem);
  }

  .story-hero-copy {
    max-width: 100%;
  }

  .story-hero-title {
    max-width: 9.8ch;
    font-size: clamp(3.25rem, 10vw, 5.4rem);
  }

  .story-hero-support {
    max-width: 32rem;
  }

  .prelaunch-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .story-hero {
    min-height: clamp(36rem, 82vh, 46rem);
  }

  .story-hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 5, 6, 0.42) 0%, rgba(5, 5, 6, 0.18) 18%, rgba(5, 5, 6, 0.7) 100%),
      linear-gradient(180deg, rgba(6, 6, 7, 0.5) 0%, rgba(6, 6, 7, 0.24) 40%, rgba(6, 6, 7, 0.62) 100%);
  }

  .story-hero-shell {
    width: calc(100vw - 28px);
    padding-top: calc(var(--header-h) + 3.6rem);
    padding-bottom: 1.7rem;
  }

  .story-hero-title {
    max-width: 10.5ch;
    font-size: clamp(2.75rem, 12vw, 4.4rem);
    line-height: 0.94;
  }

  .story-hero-support {
    margin-top: 1rem;
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .story-hero-controls {
    position: static;
    justify-self: start;
    margin-top: 1.9rem;
  }

  .story-hero-indicators {
    gap: 12px;
  }

  .story-hero-dash {
    width: 34px;
  }

  .story-founder {
    padding: 3.6rem 0 4.6rem;
  }

  .story-founder-shell {
    width: calc(100vw - 24px);
    padding: 1.7rem 1.2rem 1.9rem;
    border-radius: 22px;
  }

  .story-founder-title {
    max-width: 11ch;
    font-size: clamp(2.2rem, 11vw, 3.1rem);
  }

  .story-founder-bridge {
    font-size: 0.96rem;
  }

  .story-founder-body {
    max-width: 100%;
    gap: 1rem;
  }

  .story-founder-body p {
    font-size: 0.97rem;
    line-height: 1.8;
  }

  .story-founder-signoff {
    width: min(20rem, 100%);
    margin-top: 1.9rem;
    gap: 0.8rem;
  }

  .story-founder-signoff-mark {
    padding: 0.08rem 0.4rem;
  }

  .story-founder-signature-image {
    width: clamp(8.8rem, 42vw, 10.8rem);
  }

  .story-founder-signature-note {
    font-size: 1.45rem;
  }

  .prelaunch-footer-inner {
    width: calc(100vw - 28px);
    padding: 1.6rem 0 1.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
