html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: #030303;
  color: #fff;
  overflow-x: hidden;
}

.site-shell {
  position: relative;
  overflow: visible;
  min-height: 100vh;
  background:
    radial-gradient(circle at top center, rgba(255, 88, 25, 0.12), transparent 22%),
    linear-gradient(180deg, #020202 0%, #060606 100%);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 140px 140px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 100%);
}

.section-shell,
.hero__inner {
  width: min(100% - 40px, 1440px);
  margin: 0 auto;
}

.hero__inner {
  width: 100%;
}

.ghost-btn,
.primary-btn {
  text-decoration: none;
}

.ghost-btn,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.ghost-btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.primary-btn {
  color: #090909;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #f3f0ed;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.primary-btn--full {
  width: 100%;
}

.ghost-btn:hover,
.primary-btn:hover {
  transform: translateY(-2px);
}

.primary-btn:hover {
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero {
  position: relative;
  padding: 0 0 100px;
}

.hero__inner {
  position: relative;
}

.hero-brand {
  position: absolute;
  top: 28px;
  left: 46%;
  z-index: 4;
  display: flex;
  justify-content: center;
  transform: translateX(-46%);
}
@media screen and (max-width: 800px) {
  .hero-brand {
    left: 35%;
  }
  .hero-brand__logo {
    height: 132px !important;
  }
}

.hero-brand__logo {
  height: 132px;
  width: auto;
  display: block;
}

.hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03);
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ff7a18;
}

.hero-stage {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  margin-top: 0;
  overflow: hidden;
  background: #070707;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 8;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
  transform: translate3d(-50%, 0, 0);
  width: max-content;
  pointer-events: auto;
}

.scroll-cue__mouse {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 48px;
  padding-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
}

.scroll-cue__wheel {
  width: 4px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  animation: scrollWheel 1.8s ease-in-out infinite;
}

.scroll-cue__text {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  opacity: 0.92;
  animation: scrollText 1.8s ease-in-out infinite;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

.scroll-cue::after {
  content: "";
  width: 1px;
  height: 38px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent);
  animation: scrollLine 1.8s ease-in-out infinite;
}

.hero-video-wrap,
.hero-video,
.hero-video-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  filter: saturate(0.85) contrast(1.05);
}

.video-fallback {
  background:
    radial-gradient(circle at center, rgba(255, 122, 24, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(116, 27, 255, 0.16), rgba(255, 62, 168, 0.08) 40%, rgba(255, 122, 24, 0.18)),
    #070707;
}

.hero-video-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 38%, rgba(0, 0, 0, 0.8) 100%),
    radial-gradient(circle at center, rgba(255, 98, 0, 0.22), transparent 36%);
}

.hero-title-stack {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 30px;
}

.hero-outline,
.hero-solid {
  width: 100%;
  text-align: center;
  line-height: 0.82;
  text-transform: uppercase;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(4rem, 13vw, 13rem);
  letter-spacing: -0.08em;
}

.hero-outline {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.78);
  opacity: 0.35;
  mix-blend-mode: screen;
}

.hero-solid {
  margin-top: -0.06em;
  font-weight: 800;
  background: linear-gradient(90deg, #741bff 0%, #ff3ea8 52%, #ff7a18 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 28px rgba(255, 122, 24, 0.18);
}

.hero-intro {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  pointer-events: none;
}

.hero-intro__meta {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.46em;
  text-transform: uppercase;
}

.hero-intro__title {
  margin: 0;
  max-width: 1120px;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-shadow: 0 0 36px rgba(0, 0, 0, 0.45);
}

.hero-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 540px);
  gap: 56px;
  margin-top: 56px;
  width: min(100% - 40px, 1440px);
  margin-left: auto;
  margin-right: auto;
  align-items: start;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: rgba(255, 126, 41, 0.88);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-intro-copy {
  position: relative;
  z-index: 3;
  max-width: 860px;
}

.hero-heading,
.section-title {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 5rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #f4efe8;
  text-wrap: balance;
}

.hero-heading {
  max-width: 11ch;
  font-size: clamp(3rem, 5.2vw, 5.8rem);
}

.hero-copy,
.quote-copy,
.video-info__text,
.story-card__body p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.95;
}

.hero-copy p {
  margin: 0 0 20px;
}

.hero-copy {
  max-width: 32rem;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  width: min(100% - 40px, 1440px);
  margin-left: auto;
  margin-right: auto;
}

.section-shell {
  padding: 110px 0 0;
}

.section-head {
  display: grid;
  gap: 16px;
  max-width: 940px;
}

.timeline {
  display: grid;
  gap: 0;
  margin-top: 42px;
}

.story-line-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.story-line-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.story-line-item__index {
  color: rgba(255, 255, 255, 0.22);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.story-line-item__body h3 {
  margin: 0 0 14px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.quote-grid,
.support-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.quote-display,
.quote-copy,
.support-panel {
  padding: 0;
}

.gradient-title {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
  color: #fff;
}

.quote-mark {
  margin-top: 18px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 1.2rem;
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.video-title {
  max-width: 10ch;
}

.video-copy__text {
  max-width: 34rem;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
  line-height: 1.85;
}

.video-player-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #0d0d0d;
}

.inline-video-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0d0d0d;
}

.photo-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background-color: #111;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.52)),
    radial-gradient(circle at bottom center, rgba(255, 140, 60, 0.12), transparent 34%);
}

.h-gallery {
  position: relative;
  height: 300vh;
  margin-top: 48px;
  opacity: 1;
  transform: none;
}

.h-gallery__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.h-gallery__track {
  display: flex;
  height: 100%;
  width: max-content;
  will-change: transform;
}

.h-gallery__slide {
  flex: 0 0 45vw;
  width: 45vw;
  height: 100vh;
  min-height: 100vh;
}

.support-panel {
  align-items: center;
  padding: 0;
  gap: 56px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.support-code {
  padding: 18px 0 18px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.support-code__label {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.support-code__value {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.92;
  color: #fff7f0;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.06);
}

.promo-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px 0 20px;
  padding: 18px 18px 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.promo-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease;
}

.promo-copy-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
}

.promo-copy-btn__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.promo-copy-btn__icon svg {
  width: 100%;
  height: 100%;
}

.promo-copy-status {
  min-height: 20px;
  margin-bottom: 18px;
  color: rgba(255, 197, 85, 0.92);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-title {
  max-width: 13ch;
  font-size: clamp(2.8rem, 4.6vw, 5.4rem);
  line-height: 0.98;
  text-wrap: balance;
}

.gallery-title__mobile {
  display: none;
}

.support-panel__copy {
  max-width: 760px;
}

.support-panel__copy p:last-child {
  max-width: 36rem;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
  line-height: 1.85;
}

.site-footer {
  padding-bottom: 48px;
}

.site-footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__brand {
  max-width: 34rem;
}

.site-footer__logo {
  display: block;
  width: auto;
  height: 38px;
  margin-bottom: 18px;
}

.site-footer__brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
  line-height: 1.8;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@keyframes scrollWheel {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    transform: translateY(14px);
    opacity: 0.95;
  }

  100% {
    transform: translateY(14px);
    opacity: 0;
  }
}

@keyframes scrollText {
  0%, 100% {
    opacity: 0.52;
  }

  50% {
    opacity: 1;
  }
}

@keyframes scrollLine {
  0% {
    opacity: 0.2;
    transform: scaleY(0.65);
    transform-origin: top;
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }

  100% {
    opacity: 0.2;
    transform: scaleY(0.65);
    transform-origin: top;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: var(--delay, 0ms);
}

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

[data-type] .char,
.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(18px);
  filter: blur(6px);
  transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

[data-type].typed .char,
.typed .char {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

[data-type] .char.space {
  width: 0.32em;
}

@media (max-width: 1100px) {
  .hero-copy-grid,
  .quote-grid,
  .video-layout,
  .support-panel,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .h-gallery {
    height: auto;
  }

  .h-gallery__sticky {
    position: relative;
    height: auto;
  }

  .h-gallery__track {
    display: grid;
    gap: 20px;
    width: 100%;
    transform: none !important;
  }

  .h-gallery__slide {
    width: 100%;
    flex: none;
    min-height: 68vh;
    height: 68vh;
  }

  .video-player-shell {
    border-radius: 24px;
  }

  .hero-copy-grid {
    gap: 30px;
    margin-top: 34px;
    width: min(100% - 24px, 1440px);
  }

  .hero-actions {
    width: min(100% - 24px, 1440px);
  }
}

@media (max-width: 768px) {
  .section-shell,
  .hero__inner {
    width: min(100% - 26px, 1440px);
  }

  .hero {
    padding: 0 0 70px;
  }

  .hero-brand__logo {
    height: 72px;
  }

  .hero-stage {
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero-outline,
  .hero-solid {
    font-size: clamp(3.4rem, 21vw, 6.2rem);
  }

  .hero-intro__meta {
    font-size: 0.72rem;
    letter-spacing: 0.32em;
  }

  .hero-intro__title {
    font-size: clamp(1.35rem, 7vw, 2.5rem);
  }

  .scroll-cue {
    bottom: 24px;
  }

  .story-line-item {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .support-code,
  .photo-card {
    border-radius: 24px;
  }

  .h-gallery__slide {
    width: 100%;
    min-height: 58vh;
    height: 58vh;
  }

  .support-code {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0 0;
  }

  .promo-code-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .promo-copy-btn {
    width: 100%;
    justify-content: center;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__logo {
    height: 32px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .ghost-btn,
  .primary-btn {
    width: 100%;
  }

  .gallery-title__desktop {
    display: none;
  }

  .gallery-title__mobile {
    display: inline;
  }
}
