@font-face {
  font-family: 'Rajdhani';
  src: url('./assets/fonts/Rajdhani-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('./assets/fonts/Rajdhani-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('./assets/fonts/Rajdhani-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f4f2ed;
  --bg-top: #f8f7f3;
  --bg-base: #f1eee6;
  --text: #19192a;
  --muted: #666b7c;
  --line: rgba(25, 25, 42, 0.1);
  --line-strong: rgba(25, 25, 42, 0.16);
  --navy: #15113b;
  --navy-soft: #232154;
  --cyan: #10e7d5;
  --cyan-soft: rgba(16, 231, 213, 0.18);
  --gradient-body-primary: rgba(16, 231, 213, 0.42);
  --gradient-body-secondary: rgba(59, 96, 255, 0.26);
  --gradient-body-tertiary: rgba(255, 213, 148, 0.32);
  --gradient-body-quaternary: rgba(186, 226, 255, 0.2);
  --gradient-body-quinary: rgba(210, 219, 255, 0.24);
  --gradient-pageglow-primary: rgba(16, 231, 213, 0.28);
  --gradient-pageglow-secondary: rgba(28, 48, 181, 0.18);
  --gradient-pageglow-tertiary: rgba(255, 215, 156, 0.24);
  --gradient-pill-start: rgba(16, 231, 213, 0.26);
  --gradient-pill-mid: rgba(96, 159, 255, 0.22);
  --gradient-pill-end: rgba(252, 215, 154, 0.2);
  --gradient-portal-primary: rgba(16, 231, 213, 0.34);
  --gradient-portal-secondary: rgba(30, 58, 197, 0.2);
  --gradient-portal-conic-1: rgba(210, 246, 240, 0.7);
  --gradient-portal-conic-2: rgba(224, 234, 255, 0.58);
  --gradient-portal-conic-3: rgba(255, 238, 206, 0.52);
  --gradient-portal-conic-4: rgba(227, 223, 255, 0.46);
  --gradient-story-primary: rgba(16, 231, 213, 0.22);
  --gradient-story-secondary: rgba(26, 52, 181, 0.14);
  --shadow-soft: 0 24px 70px rgba(21, 17, 59, 0.08);
  --shadow-shot: 0 30px 78px rgba(15, 16, 46, 0.18);
  --shadow-cta: 0 18px 42px rgba(16, 21, 50, 0.2);
  --container: 1240px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --hero-stage-height: clamp(220px, 34vh, 336px);
  --bg-layer-opacity: 0.96;
  --page-glow-opacity: 0.94;
  --page-glow-wash-opacity: 0.7;
  --page-grain-opacity: 0.18;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: 'Rajdhani', sans-serif;
  background: linear-gradient(180deg, #fbfaf5 0%, var(--bg-top) 18%, var(--bg) 48%, var(--bg-base) 100%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(88rem 48rem at 50% -8%, var(--gradient-body-primary), transparent 64%),
    radial-gradient(44rem 30rem at 10% 12%, var(--gradient-body-secondary), transparent 68%),
    radial-gradient(40rem 28rem at 86% 18%, var(--gradient-body-tertiary), transparent 66%),
    radial-gradient(58rem 40rem at 50% 78%, var(--gradient-body-quaternary), transparent 72%),
    radial-gradient(38rem 24rem at 18% 88%, var(--gradient-body-quinary), transparent 70%);
  opacity: var(--bg-layer-opacity);
}

img {
  display: block;
  max-width: 100%;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
}

button {
  font: inherit;
  -webkit-user-select: none;
  user-select: none;
}

.page-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(36rem 22rem at 74% 16%, var(--gradient-pageglow-primary), transparent 72%),
    radial-gradient(48rem 32rem at 22% 56%, var(--gradient-pageglow-secondary), transparent 74%),
    radial-gradient(30rem 20rem at 84% 74%, var(--gradient-pageglow-tertiary), transparent 70%);
  opacity: var(--page-glow-opacity);
}

.page-glow::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0) 22%),
    radial-gradient(52rem 30rem at 50% 10%, rgba(255, 255, 255, 0.22), transparent 72%);
  opacity: var(--page-glow-wash-opacity);
}

.page-glow::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: var(--page-grain-opacity);
  background-image:
    radial-gradient(circle at 20% 20%, rgba(21, 17, 59, 0.12) 0.55px, transparent 0.95px),
    radial-gradient(circle at 80% 30%, rgba(21, 17, 59, 0.08) 0.5px, transparent 0.9px),
    radial-gradient(circle at 40% 78%, rgba(255, 255, 255, 0.18) 0.48px, transparent 0.9px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(21, 17, 59, 0.015), rgba(255, 255, 255, 0.02));
  background-size: 24px 24px, 30px 30px, 22px 22px, 100% 100%;
  background-position: 0 0, 13px 7px, 7px 15px, 0 0;
  mix-blend-mode: multiply;
}

.site-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
}

.site-nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 24px clamp(20px, 4vw, 40px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand__icon {
  width: 56px;
  height: 56px;
  box-shadow: 0 16px 40px rgba(14, 15, 46, 0.14);
}

.brand__wordmark {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.brand__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.16rem;
  line-height: 1;
  transform: translateY(1px);
}

main {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.hero,
.story,
.final-cta {
  padding-inline: clamp(20px, 4vw, 40px);
}

.hero {
  position: relative;
  --hero-title-gap: clamp(18px, 2vh, 26px);
  min-height: 100dvh;
  padding-top: 96px;
  padding-bottom: 34px;
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
  min-height: calc(100dvh - 134px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  row-gap: clamp(14px, 2vh, 22px);
}

.hero__copy {
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: grid;
  grid-template-rows: auto minmax(max-content, 1fr);
  row-gap: clamp(12px, 1.8vw, 18px);
  align-items: stretch;
}

.hero-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: max-content;
  margin-bottom: 0;
}

.hero-pill__text {
  position: relative;
  z-index: 1;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(25, 25, 42, 0.84);
}

.hero-pill__glow {
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  background: conic-gradient(
    from 180deg at 50% 50%,
    var(--gradient-pill-start) 0deg,
    var(--gradient-pill-mid) 126deg,
    var(--gradient-pill-end) 252deg,
    var(--gradient-pill-start) 360deg
  );
  opacity: 0.72;
  filter: blur(7px);
}

.hero__title,
.story__title,
.final-cta__title {
  margin: 0;
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--text);
}

.hero__title {
  position: relative;
  display: grid;
  place-items: center;
  align-self: center;
  min-height: auto;
  height: auto;
  width: 100%;
  padding-block: 18px;
  overflow: clip;
  text-align: center;
  font-size: var(--hero-title-size, clamp(3.5rem, 6.6vw, 5.25rem));
  line-height: 0.88;
}

.hero__title-rotator {
  overflow: clip;
}

.hero__title-sizer {
  display: block;
  white-space: pre-line;
  text-align: center;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}

.hero__title-dynamic {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: pre-line;
  text-align: center;
  opacity: 0;
  filter: blur(18px);
  transform: scale(0.985);
  transform-origin: 50% 50%;
  will-change: transform, filter, opacity;
  pointer-events: none;
}

.hero__title-dynamic::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  white-space: pre-line;
  color: transparent;
  background: linear-gradient(
    112deg,
    transparent 0%,
    transparent 34%,
    rgba(255, 255, 255, 0.1) 44%,
    rgba(255, 255, 255, 0.86) 50%,
    rgba(255, 255, 255, 0.14) 56%,
    transparent 70%,
    transparent 100%
  );
  background-size: 230% 100%;
  background-position: 140% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  pointer-events: none;
}

.hero__title-dynamic.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transition:
    transform 780ms var(--ease-out),
    filter 780ms var(--ease-out),
    opacity 540ms ease;
}

.hero__title-dynamic.is-exiting {
  opacity: 0;
  filter: blur(14px);
  transform: scale(1.01);
  transition:
    transform 620ms var(--ease-out),
    filter 620ms ease,
    opacity 420ms ease;
}

.hero__title-dynamic.is-sheen::after {
  animation: heroTitleSheen 920ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero__subtitle,
.hero-stage__caption,
.story__body {
  color: var(--muted);
}

.hero__subtitle {
  max-width: 660px;
  margin: 12px auto 0;
  font-size: clamp(0.96rem, 1.2vw, 1.1rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.hero-stage {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.hero-stage__copy {
  margin-bottom: 10px;
}

.hero-stage__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(25, 25, 42, 0.08);
  box-shadow: var(--shadow-soft);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(25, 25, 42, 0.78);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.hero-stage__label.is-shifting,
.hero-stage__caption.is-shifting {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
}

.carousel {
  position: relative;
  height: var(--hero-stage-height);
  isolation: isolate;
  overflow: visible;
  touch-action: pan-y;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.carousel.is-dragging {
  cursor: grabbing;
}

.carousel__portal {
  display: none;
}

.carousel__track {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  -webkit-mask-image: none;
  mask-image: none;
  perspective: 1800px;
  transform-style: preserve-3d;
}

.carousel__slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: calc(100% - 4px);
  margin: 0;
  transition:
    transform 820ms var(--ease-out),
    opacity 540ms ease,
    filter 540ms ease;
  will-change: transform, opacity;
}

.carousel__slide img {
  width: auto;
  height: 100%;
  max-width: none;
  pointer-events: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  filter: drop-shadow(var(--shadow-shot));
}

.story__shot img {
  width: 100%;
  height: auto;
  max-width: 100%;
  filter: drop-shadow(var(--shadow-shot));
}

.carousel__slide[data-pos='active'] {
  z-index: 5;
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.carousel__slide[data-pos='prev'] {
  z-index: 4;
  opacity: 0.42;
  cursor: pointer;
  filter: saturate(0.92) brightness(0.98);
  transform: translate3d(-128%, -50%, -180px) scale(0.82) rotate(-8deg);
}

.carousel__slide[data-pos='next'] {
  z-index: 4;
  opacity: 0.42;
  cursor: pointer;
  filter: saturate(0.92) brightness(0.98);
  transform: translate3d(28%, -50%, -180px) scale(0.82) rotate(8deg);
}

.carousel__slide[data-pos='far-prev'] {
  z-index: 2;
  opacity: 0.12;
  cursor: pointer;
  filter: blur(1px);
  transform: translate3d(-186%, -50%, -320px) scale(0.58) rotate(-14deg);
}

.carousel__slide[data-pos='far-next'] {
  z-index: 2;
  opacity: 0.12;
  cursor: pointer;
  filter: blur(1px);
  transform: translate3d(86%, -50%, -320px) scale(0.58) rotate(14deg);
}

.carousel__slide[data-pos='hidden'] {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, -460px) scale(0.48);
}

.hero-stage__caption {
  max-width: 370px;
  min-height: 2.05em;
  margin: 6px auto 0;
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 6px;
}

.carousel__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(21, 17, 59, 0.18);
  cursor: pointer;
  transition:
    width 220ms var(--ease-out),
    background 220ms ease,
    transform 220ms var(--ease-out);
}

.carousel__dot.is-active {
  width: 24px;
  background: var(--navy);
}

.carousel__dot:hover {
  transform: scale(1.06);
}

.hero__cta {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

.play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition:
    transform 220ms var(--ease-out),
    opacity 220ms ease;
}

.play-button:hover {
  transform: translate3d(0, -2px, 0);
  opacity: 0.94;
}

.play-button:active {
  transform: translate3d(0, 0, 0) scale(0.985);
}

.play-button__badge {
  display: block;
  width: clamp(168px, 15.6vw, 191px);
  height: auto;
  filter: drop-shadow(0 14px 28px rgba(18, 22, 52, 0.14));
}

.story {
  max-width: var(--container);
  margin: 0 auto;
  padding-top: 106px;
}

.story__copy {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.story__kicker,
.final-cta__kicker {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan);
}

.story__title,
.final-cta__title {
  font-size: clamp(3.2rem, 6vw, 5.6rem);
}

.story__body {
  max-width: 560px;
  margin: 18px auto 0;
  font-size: 1.26rem;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.story__stage {
  position: relative;
  max-width: 980px;
  height: 680px;
  margin: 0 auto;
}

.story__portal {
  position: absolute;
  inset: 14% 18% 12%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, var(--gradient-story-primary), transparent 42%),
    radial-gradient(circle at 36% 58%, var(--gradient-story-secondary), transparent 34%);
  filter: blur(24px);
}

.story__shot {
  position: absolute;
  margin: 0;
  transition: transform 720ms var(--ease-out);
}

.story__shot--main {
  width: min(24vw, 340px);
}

.story__shot--offset {
  width: min(20vw, 286px);
}

.story--learning .story__shot--main {
  top: 4%;
  left: 20%;
  transform: rotate(-5deg);
}

.story--learning .story__shot--offset {
  right: 18%;
  bottom: 1%;
  transform: rotate(6deg);
}

.story--confidence .story__shot--main {
  top: 4%;
  right: 20%;
  transform: rotate(5deg);
}

.story--confidence .story__shot--offset {
  left: 17%;
  bottom: 3%;
  transform: rotate(-6deg);
}

.story.is-visible .story__shot--main {
  transform: translate3d(0, -8px, 0) rotate(var(--story-main-rotate, 0deg));
}

.story.is-visible .story__shot--offset {
  transform: translate3d(0, 8px, 0) rotate(var(--story-offset-rotate, 0deg));
}

.story--learning {
  --story-main-rotate: -3deg;
  --story-offset-rotate: 4deg;
}

.story--confidence {
  --story-main-rotate: 3deg;
  --story-offset-rotate: -4deg;
}

.final-cta {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 72px;
  text-align: center;
}

.final-cta__title {
  max-width: 720px;
  margin: 0 auto;
}

.final-cta .play-button {
  margin-top: 28px;
}

.final-cta__legal {
  margin: 22px 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.final-cta__legal a {
  color: rgba(25, 25, 42, 0.72);
  border-bottom: 1px solid rgba(25, 25, 42, 0.18);
  transition:
    color 220ms ease,
    border-color 220ms ease;
}

.final-cta__legal a:hover {
  color: var(--navy);
  border-color: rgba(21, 17, 59, 0.42);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 680ms ease,
    transform 820ms var(--ease-out);
}

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes stageIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes heroTitleSheen {
  0% {
    opacity: 0;
    background-position: 140% 50%;
  }
  14% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    background-position: -46% 50%;
  }
}

.site-nav {
  animation: fadeInUp 620ms ease backwards;
}

.hero-pill {
  animation: fadeInUp 620ms ease backwards;
  animation-delay: 80ms;
}

.hero__title {
  animation: fadeInUp 620ms ease backwards;
  animation-delay: 140ms;
}

.hero-stage {
  animation: stageIn 720ms ease backwards;
  animation-delay: 200ms;
}

.hero__cta {
  animation: fadeInUp 620ms ease backwards;
  animation-delay: 260ms;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

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

@media (min-width: 768px) {
  .carousel__dots {
    margin-top: 10px;
  }

  .hero__cta {
    margin-top: 14px;
  }
}

@media (min-width: 992px) {
  .hero {
    --hero-title-gap: 26px;
  }

  .hero-pill__glow {
    display: none;
  }

  .hero::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: min(36vh, 312px);
    background: linear-gradient(
      180deg,
      rgba(248, 247, 243, 0.82) 0%,
      rgba(248, 247, 243, 0.56) 34%,
      rgba(248, 247, 243, 0.18) 68%,
      rgba(248, 247, 243, 0) 100%
    );
    pointer-events: none;
  }

  body {
    background:
      radial-gradient(circle at 52% 4%, rgba(16, 231, 213, 0.04), transparent 11%),
      radial-gradient(circle at 12% 20%, rgba(43, 74, 245, 0.035), transparent 15%),
      linear-gradient(180deg, var(--bg-top) 0%, var(--bg) 46%, #eeece6 100%);
  }

  .page-glow {
    background:
      radial-gradient(circle at 70% 34%, rgba(16, 231, 213, 0.03), transparent 13%),
      radial-gradient(circle at 28% 68%, rgba(28, 48, 181, 0.028), transparent 18%);
  }

  .hero {
    --hero-stage-height: clamp(338px, 43vh, 472px);
    padding-bottom: 40px;
  }

  .hero__inner {
    row-gap: 20px;
  }

  .hero-stage {
    max-width: 1040px;
  }

  .hero-stage__copy {
    margin-bottom: 14px;
  }

  .carousel__portal {
    inset: 20% 20% 7%;
    filter: blur(28px);
  }

  .hero-stage__caption {
    max-width: 430px;
    margin-top: 10px;
  }

  .carousel__dots {
    margin-top: 14px;
  }

  .hero__cta {
    margin-top: 18px;
  }
}

@media (max-width: 991px) {
  :root {
    --bg-layer-opacity: 0.58;
    --page-glow-opacity: 0.46;
    --page-glow-wash-opacity: 0.32;
    --page-grain-opacity: 0.08;
  }

  .hero {
    padding-top: 100px;
  }

  .hero__copy {
    max-width: 760px;
  }

  .hero__subtitle {
    max-width: 540px;
  }

  .story__stage {
    height: 600px;
  }

  .story__shot--main {
    width: min(30vw, 300px);
  }

  .story__shot--offset {
    width: min(24vw, 240px);
  }
}

@media (max-width: 767px) {
  :root {
    --bg-layer-opacity: 0.32;
    --page-glow-opacity: 0.22;
    --page-glow-wash-opacity: 0.16;
    --page-grain-opacity: 0.04;
  }

  .hero {
    --hero-title-gap: 18px;
  }

  .site-nav__inner {
    padding: 18px 20px;
  }

  .brand {
    gap: 10px;
  }

  .brand__icon {
    width: 48px;
    height: 48px;
  }

  .brand__wordmark {
    font-size: 1.66rem;
  }

  .brand__flag {
    font-size: 1.04rem;
  }

  .hero,
  .story,
  .final-cta {
    padding-inline: 20px;
  }

  .hero {
    padding-top: 92px;
    padding-bottom: 28px;
  }

  .hero-pill__text {
    font-size: 0.92rem;
  }

  .hero-pill {
    margin-bottom: 0;
  }

  .hero__title {
    font-size: var(--hero-title-size, clamp(3rem, 14vw, 4.2rem));
    line-height: 0.9;
    padding-block: 12px;
  }

  .hero__subtitle {
    max-width: 400px;
    margin-top: 14px;
    font-size: 0.94rem;
    line-height: 1.1;
  }

  .hero-stage {
    margin-top: 0;
  }

  .carousel__portal {
    inset: 8% 4% 20%;
  }

  .carousel__slide[data-pos='prev'] {
    opacity: 0.26;
    transform: translate3d(-116%, -50%, -150px) scale(0.76) rotate(-8deg);
  }

  .carousel__slide[data-pos='next'] {
    opacity: 0.26;
    transform: translate3d(16%, -50%, -150px) scale(0.76) rotate(8deg);
  }

  .carousel__slide[data-pos='far-prev'] {
    opacity: 0;
    transform: translate3d(-160%, -50%, -240px) scale(0.46) rotate(-12deg);
  }

  .carousel__slide[data-pos='far-next'] {
    opacity: 0;
    transform: translate3d(60%, -50%, -240px) scale(0.46) rotate(12deg);
  }

  .hero-stage__caption {
    max-width: 320px;
    margin-top: 8px;
    font-size: 0.92rem;
    min-height: 2.2em;
  }

  .hero__cta {
    margin-top: 12px;
  }

  .play-button__badge {
    width: clamp(164px, 24vw, 184px);
  }

  .final-cta__legal {
    margin-top: 20px;
    font-size: 0.96rem;
  }

  .story {
    padding-top: 88px;
  }

  .story__title,
  .final-cta__title {
    font-size: clamp(2.8rem, 14vw, 4rem);
    line-height: 0.96;
  }

  .story__body {
    max-width: 360px;
    font-size: 1.16rem;
  }

  .story__stage {
    height: auto;
    max-width: 340px;
    display: grid;
    gap: 18px;
  }

  .story__portal {
    display: none;
  }

  .story__shot,
  .story__shot--main,
  .story__shot--offset,
  .story--learning .story__shot--main,
  .story--learning .story__shot--offset,
  .story--confidence .story__shot--main,
  .story--confidence .story__shot--offset {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    transform: none;
  }

  .story.is-visible .story__shot--main,
  .story.is-visible .story__shot--offset {
    transform: none;
  }

  .final-cta {
    padding-top: 96px;
    padding-bottom: 52px;
  }
}

@media (max-width: 479px) {
  :root {
    --bg-layer-opacity: 0.24;
    --page-glow-opacity: 0.16;
    --page-glow-wash-opacity: 0.11;
    --page-grain-opacity: 0.03;
  }

  .hero__title {
    font-size: clamp(2.78rem, 14.2vw, 3.45rem);
    line-height: 0.88;
    padding-block: 10px;
  }

  .hero-pill {
    margin-bottom: 0;
  }

  .hero__subtitle {
    max-width: 320px;
    margin-top: 12px;
    font-size: 0.9rem;
  }

  .carousel {
    height: 232px;
  }

  .hero-stage__label {
    min-height: 30px;
    padding-inline: 11px;
    font-size: 0.8rem;
  }

  .hero-stage__caption {
    max-width: 286px;
    min-height: 2.25em;
    font-size: 0.86rem;
    line-height: 1.12;
  }

  .carousel__dots {
    gap: 6px;
    margin-top: 8px;
  }

  .carousel__dot {
    width: 6px;
    height: 6px;
  }

  .carousel__dot.is-active {
    width: 20px;
  }

  .hero__cta {
    margin-top: 10px;
  }

  .play-button__badge {
    width: clamp(156px, 46vw, 172px);
  }
}
