:root {
  --canvas: #f4f5f7;
  --surface: #ffffff;
  --surface-warm: #eceff3;
  --ink: #12151b;
  --muted: #626b78;
  --border: #d3d8e0;
  --primary: #763bff;
  --primary-deep: #5720d6;
  --primary-soft: #ece5ff;
  --blue: #008fc7;
  --cyan: #00bfe7;
  --coral: #ff4f78;
  --orange: #ff8a24;
  --lime: #83d923;
  --success: #1ea96b;
  --shadow: 0 30px 90px rgba(40, 28, 89, 0.13);
  --soft-shadow: 0 18px 56px rgba(18, 21, 27, 0.08);
  --page-width: 1220px;
  --header-height: 82px;
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Avenir Next", "Segoe UI", sans-serif;
}

/* Synchronized mascot / real-camera comparison */
.compare-section {
  padding: clamp(50px, 6vw, 76px) 0;
}

.compare-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: clamp(28px, 6vw, 80px);
  padding: 0 clamp(24px, 5vw, 64px) clamp(30px, 4vw, 48px);
}

.compare-heading h2 {
  margin-bottom: 0;
}

.compare-heading > p {
  max-width: 520px;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
}

.compare-demo {
  margin: 0;
  padding-inline: clamp(12px, 4vw, 52px);
}

.compare-stage {
  position: relative;
  isolation: isolate;
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: clamp(20px, 3vw, 32px);
  background: #111521;
  box-shadow: 0 26px 70px rgba(20, 16, 52, 0.22);
  user-select: none;
  touch-action: pan-y;
}

.compare-layer,
.compare-mascot-backdrop,
.compare-frame,
.compare-pose {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.compare-layer-mascot {
  z-index: 1;
  background: #5a35ec;
}

.compare-mascot-backdrop {
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 225, 255, 0.34), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(255, 79, 120, 0.48), transparent 29%),
    linear-gradient(145deg, #176ed5 0%, #5835e7 52%, #7b35e5 100%);
}

.compare-mascot-backdrop::before,
.compare-mascot-backdrop::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.compare-mascot-backdrop::before {
  inset: 9% 8% 13%;
}

.compare-mascot-backdrop::after {
  inset: 18% 19% 6%;
}

.compare-layer-real {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
  background: #191d22;
}

.compare-frame {
  z-index: 1;
  object-fit: cover;
  opacity: 0;
  transition: opacity 90ms linear;
}

.compare-frame.is-active {
  opacity: 1;
}

.compare-layer-mascot .compare-frame {
  object-fit: contain;
  filter: none;
}

.compare-pose {
  z-index: 3;
  overflow: visible;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.compare-pose path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 0.34;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 1.4px rgba(0, 210, 255, 0.95));
}

.compare-pose circle {
  fill: #8ef4ff;
  stroke: #ffffff;
  stroke-width: 0.32;
  filter: drop-shadow(0 0 1.5px rgba(0, 210, 255, 0.95));
}

.compare-pose.is-hidden {
  opacity: 0;
}

.compare-label {
  position: absolute;
  z-index: 4;
  top: clamp(50px, 7vw, 84px);
  padding: 7px 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(12, 15, 23, 0.42);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  font-size: clamp(0.52rem, 0.8vw, 0.68rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  backdrop-filter: blur(12px);
}

.compare-label-real {
  left: clamp(12px, 2.3vw, 28px);
}

.compare-label-mascot {
  right: clamp(12px, 2.3vw, 28px);
}

.compare-hud {
  position: absolute;
  z-index: 7;
  top: clamp(12px, 2vw, 24px);
  right: clamp(12px, 2.3vw, 28px);
  left: clamp(12px, 2.3vw, 28px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.compare-live {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 7px;
  font-size: clamp(0.63rem, 1vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.compare-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4f78;
  box-shadow: 0 0 0 5px rgba(255, 79, 120, 0.18), 0 0 18px #ff4f78;
}

.compare-hud time {
  font-size: clamp(0.82rem, 1.5vw, 1.12rem);
  font-weight: 850;
  letter-spacing: 0.04em;
}

.compare-pause {
  position: absolute;
  z-index: 16;
  top: clamp(9px, 1.5vw, 18px);
  right: clamp(9px, 1.6vw, 20px);
  width: clamp(32px, 4vw, 43px);
  height: clamp(32px, 4vw, 43px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(12, 15, 23, 0.44);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.compare-hud time {
  transform: translateX(-24px);
}

.compare-message {
  position: absolute;
  z-index: 7;
  top: 17%;
  left: 50%;
  color: #fff;
  font-size: clamp(0.68rem, 1.2vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.56);
  transform: translateX(-50%);
  pointer-events: none;
}

.compare-reps {
  position: absolute;
  z-index: 7;
  bottom: clamp(13px, 2.4vw, 29px);
  left: 50%;
  min-width: clamp(150px, 23vw, 250px);
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.55);
  transform: translateX(-50%);
  pointer-events: none;
}

.compare-reps > span {
  display: block;
  font-size: clamp(0.65rem, 1.15vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0.1em;
}

.compare-reps strong {
  margin-right: 4px;
  font-size: clamp(2.05rem, 5.2vw, 4.7rem);
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.compare-reps .rep-progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  width: 100%;
  height: 4px;
  margin-top: 12px;
}

.compare-reps .rep-progress i {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.compare-reps .rep-progress i.is-filled {
  background: #fff;
  box-shadow: 0 0 12px rgba(142, 244, 255, 0.95);
}

.compare-divider {
  position: absolute;
  z-index: 12;
  top: 0;
  bottom: 0;
  left: var(--split);
  width: 2px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.28);
  transform: translateX(-1px);
  pointer-events: none;
}

.compare-divider > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: clamp(42px, 5vw, 54px);
  height: clamp(42px, 5vw, 54px);
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 10px 28px rgba(36, 18, 92, 0.32);
  transform: translate(-50%, -50%);
}

.compare-divider i {
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

.compare-divider i + i {
  transform: rotate(225deg);
}

.compare-range {
  position: absolute;
  z-index: 14;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  touch-action: pan-y;
}

.compare-stage:has(.compare-range:focus-visible) .compare-divider > span,
.compare-stage.is-range-focused .compare-divider > span {
  outline: 4px solid #fff;
  outline-offset: 4px;
}

.compare-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 2px 0;
}

.compare-scenes {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-warm);
}

.compare-scenes button,
.compare-toolbar .overlay-toggle {
  min-height: 42px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
}

.compare-scenes button {
  padding: 0 18px;
  color: var(--muted);
  border: 0;
  background: transparent;
}

.compare-scenes button.is-active {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 6px 16px rgba(118, 59, 255, 0.25);
}

.compare-toolbar .overlay-toggle {
  min-width: 134px;
  margin: 0;
  padding: 0 17px;
}

.compare-demo figcaption {
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

@media (max-width: 820px) {
  .compare-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .compare-heading > p {
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  .compare-section {
    padding-block: 38px;
  }

  .compare-heading {
    padding: 0 20px 25px;
  }

  .compare-demo {
    padding-inline: 7px;
  }

  .compare-stage {
    border-radius: 19px;
  }

  .compare-label {
    top: 44px;
    padding: 4px 7px;
  }

  .compare-message {
    top: 29%;
  }

  .compare-reps .rep-progress {
    margin-top: 8px;
  }

  .compare-toolbar {
    align-items: stretch;
    padding-inline: 4px;
  }

  .compare-scenes {
    flex: 1;
  }

  .compare-scenes button {
    flex: 1;
    padding-inline: 12px;
  }

  .compare-toolbar .overlay-toggle {
    min-width: 118px;
    padding-inline: 12px;
  }
}

/* Final responsive product-proof pass */
.hero,
.hero > *,
.hero-copy-block,
.compare-section,
.compare-demo,
.compare-stage,
.path-section,
.path-layout,
.sky-path-explorer {
  min-width: 0;
  max-width: 100%;
}

.hero-stage {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 3 / 2;
}

.compare-mascot-backdrop::before,
.compare-mascot-backdrop::after {
  display: none;
}

.compare-frame {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: none;
  backface-visibility: hidden;
}

.compare-frame.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.compare-frame.is-active.is-under {
  z-index: 1;
  opacity: 1;
  transition: none;
}

.compare-frame.is-active.is-entering {
  z-index: 2;
  opacity: 0;
  visibility: visible;
  transition: opacity 120ms linear;
}

.compare-frame.is-active.is-entering.is-visible {
  opacity: 1;
}

.compare-hud time {
  font-size: clamp(0.76rem, 1.25vw, 0.98rem);
  transform: none;
}

.compare-live {
  gap: 6px;
  font-size: clamp(0.56rem, 0.88vw, 0.7rem);
}

.compare-live i {
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 4px rgba(255, 79, 120, 0.16), 0 0 13px #ff4f78;
}

.compare-reps {
  bottom: clamp(10px, 2vw, 22px);
  min-width: clamp(125px, 19vw, 205px);
}

.compare-reps strong {
  font-size: clamp(1.8rem, 4vw, 3.75rem);
}

.compare-reps .rep-progress {
  height: 3px;
  margin-top: 9px;
}

.compare-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.compare-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.compare-tool-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface-warm);
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.compare-tool-button:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.compare-tool-button:focus-visible {
  outline: 3px solid rgba(118, 59, 255, 0.28);
  outline-offset: 2px;
}

.compare-tool-button.is-active {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
  box-shadow: 0 7px 18px rgba(118, 59, 255, 0.22);
}

.compare-tool-button svg {
  width: 21px;
  height: 21px;
  overflow: visible;
}

.compare-tool-button svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.compare-tool-button svg circle {
  fill: currentColor;
  stroke: none;
}

.compare-tool-button .compare-tool-play {
  display: none;
}

.compare-tool-button .compare-tool-play path {
  fill: currentColor;
  stroke: none;
}

.compare-tool-button.is-paused .compare-tool-pause {
  display: none;
}

.compare-tool-button.is-paused .compare-tool-play {
  display: block;
}

.current-level-card {
  padding-right: 21px;
}

.current-level-card > img {
  right: 6px;
  bottom: 8px;
  width: 158px;
  height: auto;
  max-height: 122px;
  object-fit: contain;
  object-position: center bottom;
}

.path-layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1.14fr);
  align-items: center;
}

.sky-path-explorer {
  width: min(100%, 470px);
  justify-self: center;
}

.sky-path-window {
  --path-scroll-step: 160px;
  --path-scene-shift: 0px;
  position: relative;
  isolation: isolate;
  width: 100%;
  height: clamp(535px, 54vw, 660px);
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.94);
  border-radius: 30px;
  background: #ddf3ff;
  box-shadow: 0 26px 72px rgba(34, 54, 93, 0.16);
}

.sky-path-scene {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, var(--path-scene-shift), 0) scale(1.025);
  transform-origin: center;
  transition: none;
  backface-visibility: hidden;
}

.sky-path-scene.is-active {
  opacity: 1;
  visibility: visible;
}

.sky-path-scene.is-active.is-entering {
  z-index: 2;
  opacity: 0;
  transition: opacity 420ms cubic-bezier(0.22, 0.78, 0.22, 1);
}

.sky-path-scene.is-active.is-entering.is-visible {
  opacity: 1;
}

.sky-cloud {
  position: absolute;
  z-index: 3;
  width: 70%;
  height: 18%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  filter: blur(18px);
  pointer-events: none;
  will-change: transform;
}

.sky-cloud-one {
  top: 12%;
  left: -29%;
  animation: pathCloudOne 22s ease-in-out infinite alternate;
}

.sky-cloud-two {
  right: -31%;
  bottom: 10%;
  opacity: 0.72;
  animation: pathCloudTwo 27s ease-in-out infinite alternate;
}

.path-chapter-chip {
  position: absolute;
  z-index: 7;
  top: 17px;
  left: 17px;
  display: grid;
  gap: 1px;
  padding: 10px 12px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(26, 40, 70, 0.1);
  backdrop-filter: blur(14px);
}

.path-chapter-chip span {
  color: var(--primary-deep);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.13em;
}

.path-chapter-chip small {
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.path-node {
  position: absolute;
  z-index: 6;
  display: grid;
  justify-items: center;
  gap: 5px;
  transition: opacity 180ms ease, transform 260ms ease;
  pointer-events: none;
}

.path-node span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--muted);
  border: 4px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: rgba(241, 243, 246, 0.95);
  box-shadow: 0 11px 24px rgba(25, 37, 65, 0.2);
  font-size: 1.1rem;
  font-weight: 950;
}

.path-node small {
  padding: 4px 8px;
  color: var(--muted);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.52rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  box-shadow: 0 5px 14px rgba(25, 37, 65, 0.1);
}

.path-node-next {
  top: 17%;
  left: 57%;
}

.path-node-active {
  top: 45%;
  left: 35%;
}

.path-node-active span {
  color: #fff;
  border-color: #fff;
  background: var(--primary);
  box-shadow: 0 13px 28px rgba(87, 32, 214, 0.34), 0 0 0 8px rgba(118, 59, 255, 0.15);
}

.path-node-active small {
  color: #fff;
  background: var(--primary-deep);
}

.path-node-passed {
  right: 22%;
  bottom: 13%;
}

.path-node-passed span {
  color: #303945;
  background: rgba(255, 255, 255, 0.95);
}

.path-node.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.86);
}

.path-edge-fade {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  height: 13%;
  pointer-events: none;
}

.path-edge-top {
  top: 0;
  background: linear-gradient(180deg, rgba(221, 243, 255, 0.88), transparent);
}

.path-edge-bottom {
  bottom: 0;
  background: linear-gradient(0deg, rgba(221, 243, 255, 0.9), transparent);
}

.path-scroll-viewport {
  position: absolute;
  z-index: 10;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  scroll-snap-type: y proximity;
  scrollbar-width: none;
  touch-action: pan-y;
  cursor: ns-resize;
  -webkit-overflow-scrolling: touch;
}

.path-scroll-viewport::-webkit-scrollbar {
  display: none;
}

.path-scroll-viewport:focus-visible {
  outline: 3px solid rgba(118, 59, 255, 0.34);
  outline-offset: -9px;
  border-radius: 23px;
}

.path-scroll-track {
  min-height: 100%;
  padding-block: 0;
}

.path-scroll-stop {
  width: 100%;
  height: var(--path-scroll-step);
  scroll-snap-align: center;
  scroll-snap-stop: normal;
  pointer-events: none;
}

.path-scroll-meter {
  position: absolute;
  z-index: 12;
  top: 50%;
  right: 13px;
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 8px 7px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 22px rgba(25, 37, 65, 0.12);
  backdrop-filter: blur(12px);
  transform: translateY(-50%);
  pointer-events: none;
}

.path-scroll-meter strong,
.path-scroll-meter small {
  min-width: 22px;
  font-size: 0.53rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.path-scroll-meter strong {
  color: var(--primary-deep);
}

.path-scroll-meter small {
  color: var(--muted);
}

.path-scroll-meter > i {
  position: relative;
  width: 3px;
  height: 88px;
  display: block;
  border-radius: 999px;
  background: rgba(18, 21, 27, 0.14);
}

.path-scroll-meter b {
  position: absolute;
  top: 0;
  left: 50%;
  width: 9px;
  height: 18px;
  margin-left: -4.5px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 4px 12px rgba(87, 32, 214, 0.28);
  transition: transform 100ms linear;
}

.path-scroll-cue {
  position: absolute;
  z-index: 12;
  bottom: 15px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  color: #29313c;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 7px 18px rgba(25, 37, 65, 0.1);
  font-size: 0.5rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.path-scroll-cue svg {
  width: 14px;
  height: 14px;
}

.path-scroll-cue path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sky-path-explorer.has-scrolled .path-scroll-cue {
  opacity: 0;
  transform: translate(-50%, 5px);
}

.path-explorer-controls {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto 44px;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(18, 21, 27, 0.07);
}

.path-explorer-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--ink);
  border: 0;
  border-radius: 12px;
  background: var(--surface-warm);
  cursor: pointer;
}

.path-explorer-controls button:disabled {
  opacity: 0.35;
  cursor: default;
}

.path-explorer-controls button:focus-visible,
.path-explorer-controls input:focus-visible {
  outline: 3px solid rgba(118, 59, 255, 0.28);
  outline-offset: 2px;
}

.path-explorer-controls button svg {
  width: 21px;
  height: 21px;
}

.path-explorer-controls button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.path-explorer-controls input {
  min-width: 0;
  width: 100%;
  height: 44px;
  accent-color: var(--primary);
  cursor: ew-resize;
  touch-action: pan-y;
}

.path-explorer-controls output {
  min-width: 54px;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

.path-explorer-caption {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 760;
  text-align: center;
}

.sky-path-explorer[data-path-theme="ember"] .path-node-active span,
.sky-path-explorer[data-path-theme="sunforge"] .path-node-active span {
  background: #f06f32;
  box-shadow: 0 13px 28px rgba(213, 80, 35, 0.3), 0 0 0 8px rgba(240, 111, 50, 0.15);
}

.sky-path-explorer[data-path-theme="ember"] .path-node-active small,
.sky-path-explorer[data-path-theme="sunforge"] .path-node-active small {
  background: #c84c22;
}

.sky-path-explorer[data-path-theme="tempest"] .path-node-active span,
.sky-path-explorer[data-path-theme="summit"] .path-node-active span {
  background: #375ce8;
  box-shadow: 0 13px 28px rgba(32, 74, 206, 0.3), 0 0 0 8px rgba(55, 92, 232, 0.14);
}

.sky-path-explorer[data-path-theme="tempest"] .path-node-active small,
.sky-path-explorer[data-path-theme="summit"] .path-node-active small {
  background: #2342ba;
}

@keyframes pathCloudOne {
  from { transform: translate3d(-6%, 0, 0) scale(0.96); }
  to { transform: translate3d(21%, -8%, 0) scale(1.05); }
}

@keyframes pathCloudTwo {
  from { transform: translate3d(8%, 4%, 0) scale(1.03); }
  to { transform: translate3d(-19%, -5%, 0) scale(0.95); }
}

@media (max-width: 900px) {
  .hero-stage {
    min-height: 0;
  }

  .path-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .sky-path-explorer {
    width: min(100%, 520px);
  }

  .sky-path-window {
    height: min(640px, 128vw);
  }
}

@media (max-width: 620px) {
  .hero > * {
    min-width: 0;
  }

  .hero-stage {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .compare-toolbar {
    align-items: center;
    gap: 8px;
  }

  .compare-scenes {
    min-width: 0;
  }

  .compare-scenes button {
    min-width: 0;
    padding-inline: 10px;
  }

  .compare-actions {
    gap: 6px;
  }

  .compare-tool-button {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .compare-scenes button {
    min-height: 44px;
  }

  .compare-demo figcaption {
    padding-inline: 8px;
  }

  .current-level-card {
    min-height: 205px;
    padding-right: 21px;
  }

  .current-level-card > img {
    right: 3px;
    bottom: 10px;
    width: 138px;
    height: auto;
    max-height: 108px;
  }

  .sky-path-window {
    --path-scroll-step: 110px;
    height: min(520px, 136vw);
    border-width: 4px;
    border-radius: 25px;
  }

  .path-scroll-meter {
    right: 9px;
    padding: 7px 6px;
  }

  .path-scroll-meter > i {
    height: 78px;
  }

  .path-node span {
    width: 47px;
    height: 47px;
    border-width: 4px;
    font-size: 1rem;
  }

  .path-explorer-controls {
    grid-template-columns: 44px minmax(0, 1fr) auto 44px;
    gap: 6px;
    padding: 6px;
  }

  .path-explorer-controls button {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .compare-frame.is-active.is-entering,
  .sky-path-scene.is-active.is-entering {
    transition: none;
  }

  .sky-cloud-one,
  .sky-cloud-two {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .compare-frame {
    transition: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 2%, rgba(118, 59, 255, 0.12), transparent 29rem),
    radial-gradient(circle at 3% 21%, rgba(0, 191, 231, 0.1), transparent 31rem),
    linear-gradient(180deg, #fafbfd 0%, var(--canvas) 24%, #f7f8fa 100%);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(4rem, 7.9vw, 7.7rem);
  font-weight: 940;
  letter-spacing: -0.078em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.7rem, 5.4vw, 5.5rem);
  font-weight: 920;
  letter-spacing: -0.066em;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 880;
  letter-spacing: -0.04em;
}

h1 span,
h2 span {
  color: var(--primary);
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-180%);
  padding: 11px 16px;
  color: #fff;
  border-radius: 12px;
  background: var(--ink);
  text-decoration: none;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
  border-radius: 12px;
}

.section-shell {
  width: min(var(--page-width), calc(100% - 48px));
  margin-inline: auto;
}

.content-section {
  padding-block: clamp(96px, 11vw, 160px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--primary-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(0, 191, 231, 0.13);
}

.eyebrow-light {
  color: #9defff;
}

.site-header {
  position: sticky;
  z-index: 200;
  top: 0;
  width: min(var(--page-width), calc(100% - 48px));
  height: var(--header-height);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  transition: height 200ms ease;
}

.site-header::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(248, 249, 251, 0);
  backdrop-filter: blur(0);
  transition: background 200ms ease, border-color 200ms ease, backdrop-filter 200ms ease;
}

.site-header.is-scrolled::before {
  border-color: rgba(18, 21, 27, 0.07);
  background: rgba(248, 249, 251, 0.84);
  backdrop-filter: blur(18px) saturate(1.35);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(15, 143, 229, 0.2);
}

.brand > span {
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.brand > span span {
  color: var(--primary);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 5px;
  border: 1px solid rgba(18, 21, 27, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 28px rgba(18, 21, 27, 0.05);
}

.site-nav a {
  padding: 8px 12px;
  color: var(--muted);
  border-radius: 999px;
  font-size: 0.87rem;
  font-weight: 760;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="true"] {
  color: var(--ink);
  background: var(--primary-soft);
}

.header-cta {
  justify-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  color: var(--ink);
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 820;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(18, 21, 27, 0.06);
}

a.header-cta {
  color: #fff;
  border-color: transparent;
  background: var(--ink);
}

.menu-button {
  display: none;
}

.hero {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(520px, 1.17fr);
  align-items: center;
  gap: clamp(42px, 6vw, 90px);
  padding-block: clamp(48px, 6vw, 86px) clamp(86px, 9vw, 122px);
}

.hero-copy-block {
  position: relative;
  z-index: 2;
}

.hero-copy-block h1 {
  max-width: 660px;
}

.hero-copy {
  max-width: 595px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px;
  border: 0;
  border-radius: 17px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 16px 34px rgba(118, 59, 255, 0.28);
}

.button-primary:hover {
  background: var(--primary-deep);
  box-shadow: 0 19px 42px rgba(87, 32, 214, 0.3);
}

.button-quiet {
  color: var(--ink);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 30px rgba(18, 21, 27, 0.06);
}

.button-light {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 16px 32px rgba(3, 5, 15, 0.2);
}

.trust-list {
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 720;
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(30, 169, 107, 0.12);
}

.hero-stage {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.9);
  border-radius: 48px;
  background: #e9f6ff;
  box-shadow: 0 38px 110px rgba(62, 74, 108, 0.2);
  transform: perspective(1200px) rotateX(var(--hero-rx, 0deg)) rotateY(var(--hero-ry, 0deg));
  transition: transform 220ms ease;
}

.hero-stage::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.18), transparent 55%, rgba(118, 59, 255, 0.05));
  pointer-events: none;
}

.hero-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  scale: 1.02;
}

.hero-glow {
  position: absolute;
  z-index: 2;
  right: -16%;
  bottom: -28%;
  width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(118, 59, 255, 0.16);
  filter: blur(44px);
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: grid;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(35, 39, 59, 0.14);
  backdrop-filter: blur(18px) saturate(1.2);
}

.floating-card small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.floating-live {
  top: 34px;
  left: 30px;
  grid-template-columns: auto 1fr;
  gap: 0 9px;
  align-items: center;
  padding: 13px 16px;
  border-radius: 17px;
}

.floating-live .live-dot {
  grid-row: span 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 7px rgba(30, 169, 107, 0.13);
  animation: livePulse 1.8s ease-out infinite;
}

.floating-live strong {
  font-size: 0.92rem;
}

.floating-reps {
  left: 30px;
  bottom: 34px;
  width: 184px;
  padding: 18px;
  border-radius: 22px;
}

.floating-reps > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.floating-reps strong {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.08em;
  font-variant-numeric: tabular-nums;
}

.floating-reps > div span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.floating-reps > i {
  height: 5px;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--surface-warm);
}

.floating-reps > i b {
  display: block;
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
}

.floating-level {
  top: 35px;
  right: 30px;
  max-width: 202px;
  padding: 16px 18px;
  border-radius: 20px;
}

.floating-level strong {
  margin: 2px 0 4px;
  font-size: 1.18rem;
}

.floating-level > span {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 700;
}

.fact-strip {
  width: min(var(--page-width), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--soft-shadow);
}

.fact-strip article {
  min-height: 118px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 22px;
  text-align: center;
}

.fact-strip article + article {
  border-left: 1px solid var(--border);
}

.fact-strip strong {
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  font-weight: 920;
  letter-spacing: -0.06em;
}

.fact-strip span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 740;
}

.section-heading {
  max-width: 780px;
  margin-bottom: clamp(45px, 6vw, 72px);
}

.centered-heading {
  margin-inline: auto;
  text-align: center;
}

.centered-heading .eyebrow {
  justify-content: center;
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  position: relative;
  min-height: 495px;
  padding: 20px 26px 28px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--soft-shadow);
}

.step-card:nth-child(2) {
  background: linear-gradient(160deg, #fff 0%, #f5f0ff 100%);
}

.step-card:nth-child(3) {
  background: linear-gradient(160deg, #fff 0%, #ecfaff 100%);
}

.step-visual {
  height: 265px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--surface-warm);
}

.step-number {
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.step-card h3 {
  margin: 7px 0 10px;
}

.step-card > p {
  margin: 0;
  color: var(--muted);
}

.step-camera {
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 55%, rgba(0, 191, 231, 0.24), transparent 42%),
    linear-gradient(145deg, #12151b, #2e1766);
}

.camera-lens {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 38px;
  box-shadow: 0 0 0 16px rgba(118, 59, 255, 0.3), 0 0 55px rgba(0, 191, 231, 0.4);
}

.camera-lens i {
  width: 51px;
  height: 51px;
  border: 6px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 34%, #98f2ff 0 8%, #763bff 10% 30%, #11151e 54%);
}

.step-camera > span {
  position: absolute;
  bottom: 23px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.step-camera > b {
  position: absolute;
  top: 17px;
  left: 17px;
  padding: 7px 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.step-counter {
  display: grid;
  place-items: center;
  align-content: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 70%, rgba(0, 191, 231, 0.25), transparent 46%),
    linear-gradient(145deg, #763bff, #4114b7);
}

.step-counter > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 820;
  font-variant-numeric: tabular-nums;
}

.step-counter > strong {
  font-size: 7rem;
  line-height: 0.92;
  letter-spacing: -0.09em;
  font-variant-numeric: tabular-nums;
}

.step-counter > div {
  display: flex;
  gap: 5px;
  margin-top: 17px;
}

.step-counter > div i {
  width: 32px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
}

.step-counter > div i:nth-child(-n + 2) {
  background: var(--cyan);
}

.step-path {
  position: relative;
  background: linear-gradient(180deg, #e4f8ff 0%, #fff 100%);
}

.step-path svg {
  position: absolute;
  inset: 28px -15px auto;
  width: calc(100% + 30px);
  height: 200px;
  fill: none;
  stroke: var(--primary);
  stroke-width: 13;
  stroke-linecap: round;
  filter: drop-shadow(0 9px 14px rgba(118, 59, 255, 0.2));
}

.path-orb {
  position: absolute;
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 6px solid #fff;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 10px 25px rgba(87, 32, 214, 0.22);
  font-weight: 900;
}

.orb-one { left: 8%; bottom: 18px; }
.orb-two { left: 39%; top: 88px; }
.orb-three { right: 7%; top: 18px; background: var(--cyan); }

.session-section {
  width: min(1480px, calc(100% - 28px));
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  border-radius: 52px;
  background:
    radial-gradient(circle at 76% 31%, rgba(0, 191, 231, 0.25), transparent 26rem),
    radial-gradient(circle at 12% 90%, rgba(255, 79, 120, 0.18), transparent 29rem),
    linear-gradient(145deg, #11141b 0%, #1b123d 52%, #35107e 100%);
  box-shadow: 0 45px 120px rgba(18, 13, 48, 0.24);
}

.session-layout {
  min-height: 870px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
  padding-block: clamp(88px, 9vw, 132px);
}

.session-copy h2 span {
  color: var(--cyan);
}

.session-copy > p:not(.eyebrow) {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.08rem;
}

.check-list {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 730;
}

.check-list li::before {
  content: "✓";
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #0c1830;
  border-radius: 50%;
  background: var(--cyan);
  font-size: 0.78rem;
  font-weight: 950;
}

.session-controls {
  margin-top: 33px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.overlay-toggle {
  min-height: 48px;
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
}

.overlay-toggle[aria-pressed="false"] {
  color: rgba(255, 255, 255, 0.45);
}

.camera-demo {
  display: grid;
  justify-items: center;
  gap: 17px;
}

.camera-phone {
  position: relative;
  width: min(390px, 100%);
  aspect-ratio: 9 / 18.8;
  overflow: hidden;
  border: 8px solid #06080d;
  border-radius: 52px;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 191, 231, 0.26), transparent 37%),
    linear-gradient(180deg, #313846 0%, #151921 48%, #06080d 100%);
  box-shadow: 0 48px 90px rgba(0, 0, 0, 0.46), 0 0 70px rgba(0, 191, 231, 0.15);
}

.camera-phone::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
}

.phone-island {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 50%;
  width: 112px;
  height: 31px;
  border-radius: 999px;
  background: #000;
  transform: translateX(-50%);
}

.camera-topbar {
  position: absolute;
  z-index: 8;
  top: 56px;
  left: 18px;
  right: 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 830;
  font-variant-numeric: tabular-nums;
}

.camera-topbar > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.08em;
}

.camera-topbar > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
}

.camera-topbar time {
  font-size: 1rem;
}

.camera-topbar button {
  justify-self: end;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 1.9rem;
  line-height: 1;
}

.camera-copy {
  position: absolute;
  z-index: 6;
  top: 112px;
  left: 0;
  right: 0;
  display: grid;
  justify-items: center;
}

.camera-copy span {
  color: var(--cyan);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.camera-copy strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
}

.camera-athlete {
  position: absolute;
  z-index: 3;
  top: 25%;
  left: 2%;
  width: 96%;
  height: 42%;
  display: grid;
  place-items: center;
}

.camera-athlete > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.42));
}

.pose-overlay {
  position: absolute;
  z-index: 3;
  inset: 2% 0 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
  transition: opacity 180ms ease;
}

.pose-overlay.is-hidden {
  opacity: 0;
}

.pose-overlay path {
  fill: none;
  stroke: rgba(0, 229, 255, 0.62);
  stroke-width: 0.75;
  stroke-linecap: round;
}

.pose-overlay circle {
  fill: #8cffdf;
  stroke: rgba(12, 18, 32, 0.9);
  stroke-width: 0.65;
  filter: drop-shadow(0 0 3px rgba(0, 229, 255, 0.8));
}

.camera-rep-block {
  position: absolute;
  z-index: 7;
  left: 24px;
  right: 24px;
  bottom: 26px;
  display: grid;
  justify-items: center;
}

.camera-rep-block > span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.camera-rep-block > strong {
  color: #fff;
  font-size: 6rem;
  line-height: 0.9;
  letter-spacing: -0.1em;
  font-variant-numeric: tabular-nums;
}

.rep-progress {
  width: 78%;
  display: flex;
  gap: 5px;
  margin-top: 19px;
}

.rep-progress i {
  flex: 1;
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.rep-progress i.is-filled {
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(0, 191, 231, 0.55);
}

.camera-rep-block p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.66rem;
  text-align: center;
}

.preview-label {
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.path-section {
  padding-block: clamp(105px, 12vw, 175px);
  background:
    radial-gradient(circle at 82% 43%, rgba(0, 191, 231, 0.16), transparent 32rem),
    linear-gradient(180deg, transparent 0%, rgba(236, 229, 255, 0.48) 52%, transparent 100%);
}

.path-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  align-items: center;
  gap: clamp(56px, 9vw, 130px);
}

.path-copy {
  position: sticky;
  top: 145px;
  align-self: start;
}

.path-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.08rem;
}

.current-level-card {
  max-width: 440px;
  margin-top: 30px;
  display: grid;
  padding: 20px 22px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--soft-shadow);
}

.current-level-card > span {
  color: var(--primary);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.current-level-card > strong {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.current-level-card > p {
  margin: 7px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: var(--muted);
  font-size: 0.78rem;
}

.path-demo {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
}

.path-image-wrap {
  position: relative;
  height: 810px;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 44px;
  background: #cceeff;
  box-shadow: 0 34px 90px rgba(51, 93, 132, 0.21);
}

.path-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 36px;
  box-shadow: inset 0 0 90px rgba(255, 255, 255, 0.24);
  pointer-events: none;
}

.path-image-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 220ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.path-image-wrap > img.is-changing {
  opacity: 0.35;
  transform: scale(1.025);
}

.cloud {
  position: absolute;
  z-index: 2;
  width: 190px;
  height: 75px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  filter: blur(15px);
  animation: cloudDrift 8s ease-in-out infinite alternate;
}

.cloud-left {
  left: -90px;
  bottom: 23%;
}

.cloud-right {
  right: -110px;
  top: 19%;
  animation-delay: -3s;
}

.path-active-node {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 32%;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 7px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--primary), var(--cyan));
  box-shadow: 0 16px 34px rgba(54, 30, 140, 0.31), 0 0 0 10px rgba(118, 59, 255, 0.14);
  transform: translateX(-50%);
}

.path-active-node span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 950;
}

.path-selector {
  display: grid;
  gap: 9px;
}

.path-selector button {
  width: 78px;
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 8px;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 9px 25px rgba(18, 21, 27, 0.06);
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.path-selector button:hover {
  transform: translateX(-3px);
}

.path-selector button[aria-pressed="true"] {
  color: #fff;
  border-color: transparent;
  background: var(--primary);
  box-shadow: 0 13px 30px rgba(118, 59, 255, 0.25);
}

.path-selector button span {
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1;
}

.path-selector button small {
  font-size: 0.6rem;
  font-weight: 760;
}

.guide-section {
  padding-top: clamp(75px, 8vw, 115px);
}

.guide-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: 60px;
}

.guide-heading > p {
  color: var(--muted);
  font-size: 1.08rem;
}

.guide-demo {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow);
}

.guide-tabs {
  display: flex;
  gap: 5px;
  padding: 9px;
  overflow-x: auto;
  border-bottom: 1px solid var(--border);
  background: #f7f8fa;
  scrollbar-width: none;
}

.guide-tabs::-webkit-scrollbar {
  display: none;
}

.guide-tabs button {
  min-height: 46px;
  flex: 1 0 auto;
  padding: 10px 20px;
  color: var(--muted);
  border: 0;
  border-radius: 15px;
  background: transparent;
  font-size: 0.87rem;
  font-weight: 820;
  cursor: pointer;
}

.guide-tabs button[aria-selected="true"] {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 10px 24px rgba(18, 21, 27, 0.15);
}

.guide-panel {
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(330px, 0.86fr);
}

.guide-art {
  position: relative;
  display: grid;
  place-items: center;
  padding: 60px 30px 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, rgba(0, 191, 231, 0.18), transparent 37%),
    linear-gradient(145deg, #f5f0ff 0%, #e9f9ff 100%);
}

.guide-art::before,
.guide-art::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(118, 59, 255, 0.16);
  border-radius: 50%;
}

.guide-art::after {
  width: 250px;
  height: 250px;
  border-color: rgba(0, 191, 231, 0.18);
}

.guide-art > img {
  position: relative;
  z-index: 2;
  width: min(680px, 96%);
  max-height: 375px;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(51, 39, 93, 0.16));
}

.guide-pose-label {
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 28px;
  color: var(--primary);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.motion-button {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 20px;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid rgba(18, 21, 27, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 8px 22px rgba(18, 21, 27, 0.07);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
}

.guide-copy {
  display: grid;
  align-content: center;
  padding: clamp(38px, 5vw, 68px);
}

.guide-copy > span {
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.guide-copy h3 {
  margin: 7px 0 13px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.guide-copy > p {
  color: var(--muted);
  font-size: 1.03rem;
}

.guide-copy ul {
  margin: 20px 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.guide-copy li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 740;
}

.guide-copy li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 191, 231, 0.12);
}

.guide-copy > small {
  color: var(--muted);
  font-size: 0.74rem;
}

.widget-section {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
  padding-block: clamp(110px, 12vw, 170px);
}

.widget-copy > p:not(.eyebrow) {
  max-width: 550px;
  color: var(--muted);
  font-size: 1.08rem;
}

.widget-stage {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 42px;
  background:
    radial-gradient(circle at 75% 75%, rgba(255, 79, 120, 0.13), transparent 16rem),
    radial-gradient(circle at 28% 26%, rgba(0, 191, 231, 0.18), transparent 18rem),
    linear-gradient(145deg, #edf0f4, #fafbfd);
  box-shadow: var(--shadow);
}

.home-widget {
  position: relative;
  width: 390px;
  min-height: 390px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 43px;
  background: rgba(255, 255, 255, 0.89);
  box-shadow: 0 33px 70px rgba(48, 54, 70, 0.16);
}

.widget-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 780;
}

.widget-brand img {
  border-radius: 8px;
}

.widget-level {
  display: block;
  margin-top: 24px;
  color: var(--primary);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.home-widget > strong {
  display: block;
  font-size: 5rem;
  line-height: 0.93;
  letter-spacing: -0.09em;
}

.home-widget > p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 730;
}

.widget-bar {
  width: 57%;
  height: 6px;
  margin-top: 17px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--surface-warm);
}

.widget-bar i {
  display: block;
  width: 53%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
}

.home-widget > img {
  position: absolute;
  right: -66px;
  bottom: -2px;
  width: 270px;
  height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(36, 27, 87, 0.15));
}

.island-widget {
  position: absolute;
  right: 34px;
  bottom: 42px;
  min-width: 215px;
  height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 15px 10px 10px;
  color: #fff;
  border-radius: 999px;
  background: #050608;
  box-shadow: 0 18px 40px rgba(5, 6, 8, 0.27);
}

.island-widget img {
  border-radius: 50%;
}

.island-widget span {
  display: grid;
}

.island-widget small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.island-widget strong {
  font-size: 0.82rem;
}

.island-widget > i {
  width: 34px;
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
}

.privacy-section {
  padding-block: 10px clamp(110px, 12vw, 170px);
}

.privacy-card {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: 40px;
  padding: clamp(54px, 7vw, 95px);
  overflow: hidden;
  color: #fff;
  border-radius: 46px;
  background:
    radial-gradient(circle at 76% 45%, rgba(0, 191, 231, 0.33), transparent 28rem),
    linear-gradient(145deg, #12151b 0%, #2b1269 63%, #571fd0 100%);
  box-shadow: 0 44px 120px rgba(46, 25, 115, 0.28);
}

.privacy-copy h2 span {
  color: var(--cyan);
}

.privacy-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.08rem;
}

.privacy-copy > ul {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.privacy-copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.privacy-copy li > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #07141c;
  border-radius: 12px;
  background: var(--cyan);
  font-size: 0.65rem;
  font-weight: 900;
}

.privacy-copy li strong {
  font-size: 0.94rem;
}

.privacy-copy li p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}

.privacy-visual {
  position: relative;
  height: 610px;
  display: grid;
  place-items: end center;
}

.privacy-visual > img {
  position: relative;
  z-index: 3;
  max-height: 590px;
  object-fit: contain;
  filter: drop-shadow(0 32px 36px rgba(0, 0, 0, 0.27));
}

.privacy-halo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(157, 239, 255, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(0, 191, 231, 0.06), 0 0 0 84px rgba(118, 59, 255, 0.08);
  transform: translate(-50%, -50%);
  animation: haloPulse 4s ease-in-out infinite alternate;
}

.privacy-shield {
  position: absolute;
  z-index: 2;
  top: 54px;
  right: 22px;
  width: 72px;
  height: 80px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 93% 15%, 88% 68%, 50% 100%, 12% 68%, 7% 15%);
  background: linear-gradient(145deg, #fff, #9defff);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.18);
}

.privacy-shield span {
  width: 20px;
  height: 13px;
  border-right: 4px solid var(--primary-deep);
  border-bottom: 4px solid var(--primary-deep);
  transform: rotate(45deg) translate(-2px, -3px);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(500px, 1.38fr);
  gap: clamp(50px, 9vw, 140px);
  padding-block: 0 clamp(115px, 12vw, 170px);
}

.faq-heading {
  position: sticky;
  top: 135px;
  align-self: start;
}

.faq-list {
  border-top: 1px solid var(--border);
}

.faq-list details {
  border-bottom: 1px solid var(--border);
}

.faq-list summary {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 840;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--primary-soft);
  font-size: 1.3rem;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.faq-list details[open] summary span {
  color: #fff;
  background: var(--primary);
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 670px;
  margin: -3px 0 25px;
  padding-right: 50px;
  color: var(--muted);
}

.final-cta {
  padding-bottom: clamp(80px, 10vw, 130px);
}

.cta-card {
  position: relative;
  isolation: isolate;
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  padding: clamp(54px, 7vw, 92px);
  overflow: hidden;
  color: #fff;
  border-radius: 48px;
  background:
    radial-gradient(circle at 79% 48%, rgba(0, 191, 231, 0.38), transparent 26rem),
    radial-gradient(circle at 24% 120%, rgba(255, 79, 120, 0.3), transparent 30rem),
    linear-gradient(135deg, #5720d6, #763bff 54%, #4e2cf0);
  box-shadow: 0 42px 105px rgba(87, 32, 214, 0.31);
}

.cta-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.cta-copy {
  position: relative;
  z-index: 3;
}

.cta-copy h2 span {
  color: #9defff;
}

.cta-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.73);
}

.store-button {
  margin-top: 20px;
  cursor: default;
}

a.store-button {
  cursor: pointer;
}

.store-button--official {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.store-button--official img {
  display: block;
  width: auto;
  height: 50px;
}

.apple-trademark-credit {
  max-width: 680px;
  font-size: 0.68rem !important;
  line-height: 1.45;
  opacity: 0.66;
}

.cta-card > img {
  position: absolute;
  z-index: 2;
  right: -1%;
  bottom: -17%;
  width: min(57%, 680px);
  filter: drop-shadow(0 28px 37px rgba(24, 8, 80, 0.27));
}

.cta-orbit {
  position: absolute;
  z-index: 1;
  right: 4%;
  bottom: -5%;
  width: 520px;
  height: 520px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.orbit-two {
  right: 9%;
  bottom: 2%;
  width: 430px;
  height: 430px;
  border-color: rgba(157, 239, 255, 0.28);
}

.site-footer {
  width: min(var(--page-width), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 28px 0 36px;
  border-top: 1px solid var(--border);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  border-radius: 14px;
}

.footer-brand div {
  display: grid;
}

.footer-brand strong {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.footer-brand span {
  color: var(--muted);
  font-size: 0.77rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.site-footer nav a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 720;
  text-decoration: none;
}

.site-footer nav a:hover {
  color: var(--primary);
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.18, 0.74, 0.2, 1);
}

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

@keyframes livePulse {
  0%, 35% { box-shadow: 0 0 0 5px rgba(30, 169, 107, 0.16); }
  80%, 100% { box-shadow: 0 0 0 12px rgba(30, 169, 107, 0); }
}

@keyframes cloudDrift {
  from { transform: translate3d(-10px, 3px, 0); }
  to { transform: translate3d(22px, -5px, 0); }
}

@keyframes haloPulse {
  from { scale: 0.96; opacity: 0.72; }
  to { scale: 1.04; opacity: 1; }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .header-cta {
    grid-column: 2;
  }

  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
    gap: 34px;
  }

  .hero-stage {
    min-height: 560px;
  }

  .floating-level {
    display: none;
  }

  .path-layout,
  .widget-section {
    grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
    gap: 45px;
  }

  .privacy-card {
    padding: 56px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 72px;
  }

  .section-shell,
  .fact-strip,
  .site-header,
  .site-footer {
    width: min(100% - 32px, var(--page-width));
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .menu-button {
    position: relative;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
  }

  .menu-button i {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 99px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .menu-button[aria-expanded="true"] i:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] i:last-of-type {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 110px 25px 35px;
    visibility: hidden;
    opacity: 0;
    border: 0;
    border-radius: 0;
    background: rgba(246, 248, 250, 0.97);
    backdrop-filter: blur(20px);
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav a {
    width: min(100%, 420px);
    padding: 17px 20px;
    color: var(--ink);
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    font-size: 1.3rem;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .hero-copy-block {
    max-width: 720px;
  }

  .hero-copy-block h1 {
    max-width: 760px;
  }

  .hero-stage {
    min-height: 610px;
  }

  .fact-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .fact-strip article + article {
    border-left: 0;
  }

  .fact-strip article:nth-child(even) {
    border-left: 1px solid var(--border);
  }

  .fact-strip article:nth-child(n + 3) {
    border-top: 1px solid var(--border);
  }

  .steps-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(330px, 78vw);
    gap: 14px;
    padding-bottom: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .steps-grid::-webkit-scrollbar {
    display: none;
  }

  .step-card {
    scroll-snap-align: start;
  }

  .session-layout,
  .path-layout,
  .widget-section,
  .privacy-card,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .session-layout {
    padding-bottom: 100px;
  }

  .session-copy {
    max-width: 720px;
  }

  .camera-phone {
    width: 390px;
  }

  .path-copy,
  .faq-heading {
    position: static;
  }

  .path-demo {
    width: min(100%, 640px);
    margin-inline: auto;
  }

  .path-image-wrap {
    height: 760px;
  }

  .guide-heading {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .guide-heading > p {
    max-width: 620px;
  }

  .guide-panel {
    grid-template-columns: 1fr;
  }

  .guide-art {
    min-height: 430px;
  }

  .widget-section {
    min-height: 0;
  }

  .widget-copy {
    max-width: 720px;
  }

  .privacy-visual {
    height: 520px;
    order: -1;
  }

  .privacy-visual > img {
    max-height: 510px;
  }

  .faq-section {
    gap: 20px;
  }

  .cta-card {
    grid-template-columns: 1fr;
    padding-bottom: 440px;
  }

  .cta-card > img {
    right: 50%;
    bottom: -18%;
    width: 560px;
    max-width: 82%;
    transform: translateX(50%);
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(3.4rem, 16vw, 5.1rem);
  }

  h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .section-shell,
  .fact-strip,
  .site-header,
  .site-footer {
    width: min(100% - 24px, var(--page-width));
  }

  .brand > span {
    font-size: 0.76rem;
  }

  .hero {
    gap: 38px;
    padding-top: 36px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-stage {
    min-height: 505px;
    border-width: 5px;
    border-radius: 33px;
  }

  .hero-scene {
    object-position: 70% center;
  }

  .floating-live {
    top: 18px;
    left: 17px;
  }

  .floating-reps {
    left: 17px;
    bottom: 17px;
  }

  .fact-strip article {
    min-height: 104px;
    padding: 17px 8px;
  }

  .fact-strip span {
    max-width: 130px;
    line-height: 1.25;
  }

  .content-section {
    padding-block: 92px;
  }

  .steps-grid {
    grid-auto-columns: 86vw;
  }

  .step-card {
    min-height: 470px;
  }

  .session-section {
    width: calc(100% - 12px);
    border-radius: 36px;
  }

  .session-layout {
    width: calc(100% - 36px);
    gap: 55px;
    padding-block: 76px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .session-controls {
    align-items: stretch;
  }

  .session-controls > * {
    width: 100%;
  }

  .camera-phone {
    width: min(100%, 370px);
  }

  .path-section {
    padding-block: 98px;
  }

  .path-demo {
    grid-template-columns: 1fr;
  }

  .path-image-wrap {
    height: 650px;
    border-width: 5px;
    border-radius: 34px;
  }

  .path-selector {
    grid-template-columns: repeat(4, 1fr);
  }

  .path-selector button {
    width: 100%;
    min-height: 67px;
    border-radius: 17px;
  }

  .path-selector button:hover {
    transform: translateY(-2px);
  }

  .guide-demo {
    margin-inline: -4px;
    border-radius: 27px;
  }

  .guide-tabs button {
    padding-inline: 16px;
  }

  .guide-art {
    min-height: 360px;
    padding-inline: 8px;
  }

  .guide-art::before {
    width: 290px;
    height: 290px;
  }

  .guide-copy {
    padding: 34px 25px 40px;
  }

  .motion-button [data-guide-pause-label] {
    display: none;
  }

  .widget-section {
    padding-block: 90px 115px;
  }

  .widget-stage {
    min-height: 480px;
    padding: 25px 14px;
    border-radius: 32px;
  }

  .home-widget {
    width: min(100%, 360px);
    min-height: 360px;
    border-radius: 37px;
  }

  .home-widget > img {
    right: -73px;
    width: 250px;
  }

  .island-widget {
    right: 20px;
    bottom: 24px;
  }

  .privacy-section {
    padding-bottom: 100px;
  }

  .privacy-card {
    min-height: 0;
    padding: 38px 24px 42px;
    border-radius: 34px;
  }

  .privacy-visual {
    height: 420px;
  }

  .privacy-visual > img {
    max-height: 420px;
  }

  .privacy-halo {
    width: 310px;
    height: 310px;
  }

  .privacy-shield {
    top: 12px;
    right: 1px;
  }

  .faq-section {
    padding-bottom: 100px;
  }

  .faq-list summary {
    font-size: 0.98rem;
  }

  .cta-card {
    min-height: 690px;
    padding: 43px 25px 400px;
    border-radius: 35px;
  }

  .cta-card > img {
    bottom: -8%;
    max-width: 102%;
  }

  .cta-orbit {
    right: 50%;
    bottom: -2%;
    width: 390px;
    height: 390px;
    transform: translateX(50%);
  }

  .orbit-two {
    width: 320px;
    height: 320px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

/* Direct product proof and crop-safe media */

.hero {
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
}

.hero-copy-block h1 {
  max-width: 560px;
}

.hero-stage {
  min-height: 0;
  aspect-ratio: 3 / 2;
  background: #dce8d5;
}

.hero-scene {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 60% center;
  scale: 1;
}

.hero-pose-overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.hero-pose-overlay path {
  fill: none;
  stroke: rgba(0, 191, 231, 0.72);
  stroke-width: 0.42;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-pose-overlay circle {
  fill: #b7ffec;
  stroke: rgba(43, 16, 103, 0.9);
  stroke-width: 0.3;
  filter: drop-shadow(0 0 1.5px rgba(0, 191, 231, 0.8));
}

.hero-track-state {
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(18, 21, 27, 0.1);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-track-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 191, 231, 0.14);
  animation: livePulse 1.8s ease-out infinite;
}

.outcome-list {
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.outcome-list li {
  padding: 7px 11px;
  color: var(--primary-deep);
  border: 1px solid #ded3ff;
  border-radius: 999px;
  background: var(--primary-soft);
  font-size: 0.73rem;
  font-weight: 850;
}

.session-layout {
  grid-template-columns: minmax(310px, 0.7fr) minmax(0, 1fr);
}

.camera-demo {
  order: -1;
}

.camera-phone {
  width: min(320px, 100%);
}

.pose-overlay {
  inset: auto 0;
  top: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  transform: translateY(-50%);
}

.pose-overlay path {
  stroke-width: 0.48;
}

.pose-overlay circle {
  stroke-width: 0.38;
}

.path-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
}

.urban-path-card {
  width: auto;
  max-width: 100%;
  height: 620px;
  aspect-ratio: 664 / 1400;
  justify-self: center;
  background: var(--surface);
}

.urban-path-world {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.current-level-card > img {
  right: 8px;
  bottom: 9px;
  width: 170px;
  height: 112px;
}

.cta-card {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  align-items: center;
}

.cta-card > img {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(100%, 340px);
  height: 320px;
  justify-self: end;
  align-self: end;
  object-fit: contain;
  object-position: center bottom;
  transform: none;
}

@media (max-width: 900px) {
  .hero,
  .session-layout,
  .path-layout,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 0;
  }

  .camera-demo {
    order: -1;
  }

  .urban-path-card {
    height: 570px;
  }

  .cta-card {
    padding-bottom: 0;
  }

  .cta-card > img {
    right: auto;
    bottom: auto;
    width: min(100%, 340px);
    height: 280px;
    justify-self: center;
    transform: none;
  }
}

@media (max-width: 620px) {
  .hero-stage {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .hero-track-state {
    top: 11px;
    left: 11px;
    padding: 7px 9px;
  }

  .session-layout {
    padding-top: 30px;
  }

  .camera-phone {
    width: min(100%, 320px);
  }

  .urban-path-card {
    height: 520px;
  }

  .current-level-card > img {
    right: 3px;
    bottom: 9px;
    width: 154px;
    height: 102px;
  }

  .cta-card {
    min-height: 0;
    padding: 32px 24px 0;
  }

  .cta-card > img {
    bottom: auto;
    width: min(100%, 300px);
    height: 250px;
    max-width: 100%;
  }
}

@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;
  }

  .hero-stage {
    transform: none !important;
  }

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

@media (prefers-contrast: more) {
  :root {
    --border: #929ba8;
    --muted: #414954;
  }

  .site-nav,
  .floating-card,
  .step-card,
  .guide-demo,
  .current-level-card {
    border-width: 2px;
  }
}

/* Compact, value-led landing page */

:root {
  --page-width: 1160px;
  --header-height: 72px;
  --card-radius: 24px;
  --feature-radius: 32px;
}

body {
  background:
    radial-gradient(circle at 92% 3%, rgba(118, 59, 255, 0.09), transparent 27rem),
    radial-gradient(circle at 4% 28%, rgba(0, 191, 231, 0.07), transparent 25rem),
    var(--canvas);
}

h1 {
  font-size: clamp(3.7rem, 6.7vw, 6.6rem);
  letter-spacing: -0.072em;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.55rem, 4.7vw, 4.7rem);
  letter-spacing: -0.058em;
}

.content-section {
  padding-block: clamp(72px, 8vw, 104px);
}

.eyebrow {
  margin-bottom: 13px;
}

.site-header,
.site-header::before {
  height: var(--header-height);
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.site-nav {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 20px rgba(18, 21, 27, 0.04);
}

.header-cta {
  min-height: 40px;
  padding: 8px 14px;
  background: var(--surface);
  box-shadow: none;
}

.hero {
  min-height: auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: clamp(42px, 5vw, 64px);
  padding-block: clamp(54px, 6vw, 76px) clamp(72px, 8vw, 96px);
}

.hero-copy-block h1 {
  max-width: 650px;
}

.hero-copy {
  max-width: 560px;
  margin-top: 22px;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.55;
}

.hero-actions {
  margin-top: 26px;
}

.button {
  min-height: 50px;
  padding: 11px 18px;
  border-radius: 14px;
}

.button-primary {
  box-shadow: 0 12px 28px rgba(118, 59, 255, 0.24);
}

.button-quiet {
  background: var(--surface);
  box-shadow: none;
}

.trust-list {
  margin-top: 22px;
  gap: 8px 18px;
}

.trust-list li::before {
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 191, 231, 0.1);
}

.hero-stage {
  min-height: 520px;
  border-width: 5px;
  border-radius: var(--feature-radius);
  box-shadow: var(--soft-shadow);
  transform: none;
}

.hero-stage::after {
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.08), transparent 62%);
}

.floating-card {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(18, 21, 27, 0.1);
}

.floating-reps {
  left: 22px;
  bottom: 22px;
  width: 164px;
  padding: 15px;
  border-radius: 18px;
}

.floating-reps strong {
  font-size: 3rem;
}

.floating-level {
  top: 22px;
  right: 22px;
  padding: 14px 16px;
  border-radius: 18px;
}

.session-section {
  width: min(var(--page-width), calc(100% - 48px));
  color: var(--ink);
  border: 1px solid var(--border);
  border-radius: var(--feature-radius);
  background: var(--surface);
  box-shadow: var(--soft-shadow);
}

.session-section .section-shell {
  width: 100%;
}

.session-layout {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  gap: clamp(42px, 6vw, 76px);
  padding: clamp(54px, 6vw, 74px);
}

.session-copy h2 span {
  color: var(--primary);
}

.session-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.03rem;
}

.check-list {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 24px;
}

.check-list li::before {
  color: #08222a;
}

.session-controls {
  margin-top: 24px;
}

.overlay-toggle {
  color: var(--ink);
  border-color: var(--border);
  background: var(--surface-warm);
}

.overlay-toggle[aria-pressed="false"] {
  color: var(--muted);
}

.camera-demo {
  gap: 0;
}

.camera-phone {
  width: min(340px, 100%);
  border-width: 6px;
  border-radius: 45px;
  box-shadow: 0 28px 60px rgba(5, 7, 13, 0.25), 0 0 42px rgba(0, 191, 231, 0.1);
}

.camera-rep-block > strong {
  font-size: 5.4rem;
}

.path-section {
  padding-block: clamp(76px, 9vw, 112px);
  background: linear-gradient(180deg, transparent, rgba(236, 229, 255, 0.35), transparent);
}

.path-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  gap: clamp(44px, 7vw, 88px);
}

.path-copy {
  position: static;
  align-self: center;
}

.path-copy > p:not(.eyebrow, .widget-note) {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.03rem;
}

.current-level-card {
  position: relative;
  min-height: 220px;
  max-width: 430px;
  margin-top: 25px;
  overflow: hidden;
  padding: 19px 21px;
  border-radius: var(--card-radius);
  background: var(--surface);
  box-shadow: var(--soft-shadow);
}

.level-card-brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--primary-deep);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.level-card-brand img {
  border-radius: 9px;
}

.current-level-card > strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 13px;
  font-size: 4.1rem;
  line-height: 0.92;
  letter-spacing: -0.085em;
}

.current-level-card > p {
  position: relative;
  z-index: 2;
  display: block;
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 760;
}

.level-progress {
  position: relative;
  z-index: 2;
  width: 52%;
  height: 6px;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--surface-warm);
}

.level-progress i {
  display: block;
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
}

.current-level-card > img {
  position: absolute;
  z-index: 1;
  right: -43px;
  bottom: -2px;
  width: 205px;
  height: 136px;
  object-fit: contain;
  filter: drop-shadow(0 12px 15px rgba(36, 27, 87, 0.13));
}

.widget-note {
  max-width: 430px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.widget-note strong {
  color: var(--ink);
}

.urban-path-card {
  position: relative;
  height: 640px;
  overflow: hidden;
  border: 5px solid var(--surface);
  border-radius: var(--feature-radius);
  background: #d7e8f5;
  box-shadow: var(--soft-shadow);
}

.urban-path-world {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
}

.urban-path-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 28, 48, 0.04), transparent 42%, rgba(9, 14, 28, 0.22));
  pointer-events: none;
}

.urban-node {
  position: absolute;
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 4px;
}

.urban-node span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 5px solid var(--surface);
  border-radius: 50%;
  background: var(--surface-warm);
  box-shadow: 0 12px 24px rgba(14, 24, 42, 0.2);
  font-size: 1.2rem;
  font-weight: 950;
}

.urban-node small {
  padding: 4px 7px;
  color: var(--muted);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.urban-node-passed {
  left: 16%;
  bottom: 17%;
}

.urban-node-active {
  left: 48%;
  bottom: 43%;
}

.urban-node-active span {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 12px 28px rgba(87, 32, 214, 0.3), 0 0 0 8px rgba(118, 59, 255, 0.16);
}

.urban-node-active small {
  color: #fff;
  background: var(--primary-deep);
}

.urban-node-next {
  right: 13%;
  top: 18%;
}

.urban-path-mascot {
  position: absolute;
  z-index: 3;
  right: -5%;
  bottom: 20%;
  width: 235px;
  filter: drop-shadow(0 18px 22px rgba(17, 24, 47, 0.22));
}

.urban-path-label {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 20px;
  display: grid;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 26px rgba(17, 24, 47, 0.12);
}

.urban-path-label small {
  color: var(--primary);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.urban-path-label strong {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.urban-path-label span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 740;
}

.guide-section {
  padding-top: clamp(70px, 8vw, 96px);
}

.guide-heading {
  gap: 42px;
  margin-bottom: 34px;
}

.guide-heading > p {
  font-size: 1rem;
}

.guide-demo {
  border-radius: var(--card-radius);
  box-shadow: var(--soft-shadow);
}

.guide-tabs {
  background: var(--surface-warm);
}

.guide-tabs button {
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 13px;
}

.guide-tabs button[aria-selected="true"] {
  background: var(--primary);
  box-shadow: 0 8px 18px rgba(118, 59, 255, 0.2);
}

.guide-panel {
  min-height: 450px;
}

.guide-art {
  min-height: 450px;
  background: var(--surface-warm);
}

.guide-art::before,
.guide-art::after {
  display: none;
}

.guide-art > img {
  max-height: 325px;
}

.guide-copy {
  padding: clamp(34px, 4vw, 48px);
}

.guide-copy h3 {
  font-size: clamp(2rem, 3.4vw, 3.1rem);
}

.trust-section {
  padding-block: clamp(8px, 2vw, 24px) clamp(72px, 8vw, 104px);
}

.trust-card {
  min-height: 300px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(330px, 0.85fr);
  align-items: center;
  gap: clamp(24px, 4vw, 50px);
  padding: clamp(32px, 5vw, 54px);
  border: 1px solid var(--border);
  border-radius: var(--feature-radius);
  background: var(--surface);
  box-shadow: var(--soft-shadow);
}

.privacy-mark {
  width: 68px;
  height: 76px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 93% 15%, 88% 68%, 50% 100%, 12% 68%, 7% 15%);
  background: linear-gradient(145deg, var(--primary-soft), #c8f7ff);
}

.privacy-mark span {
  width: 19px;
  height: 12px;
  border-right: 4px solid var(--primary-deep);
  border-bottom: 4px solid var(--primary-deep);
  transform: rotate(45deg) translate(-2px, -3px);
}

.trust-copy h2 {
  max-width: 620px;
  margin-bottom: 12px;
  font-size: clamp(2.35rem, 4vw, 4rem);
}

.trust-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 0;
  color: var(--muted);
}

.trust-facts {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.trust-facts li {
  display: grid;
  gap: 1px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

.trust-facts li:last-child {
  border-bottom: 0;
}

.trust-facts strong {
  font-size: 0.88rem;
}

.trust-facts span {
  color: var(--muted);
  font-size: 0.76rem;
}

.trust-policy-link {
  grid-column: 2 / -1;
  width: fit-content;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 820;
  text-decoration: none;
}

.trust-policy-link:hover {
  color: var(--primary-deep);
}

.final-cta {
  padding-bottom: clamp(64px, 8vw, 92px);
}

.cta-card {
  min-height: 390px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  padding: clamp(42px, 6vw, 64px);
  border-radius: var(--feature-radius);
  box-shadow: 0 24px 60px rgba(87, 32, 214, 0.2);
}

.cta-copy h2 {
  max-width: 680px;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.cta-card > img {
  right: -1%;
  bottom: -31%;
  width: min(43%, 430px);
}

.cta-orbit {
  display: none;
}

.site-footer {
  padding-block: 24px 30px;
}

@media (max-width: 900px) {
  .hero,
  .session-layout,
  .path-layout,
  .trust-card {
    grid-template-columns: 1fr;
  }

  .trust-policy-link {
    grid-column: 1;
  }

  .hero {
    gap: 38px;
    padding-top: 44px;
  }

  .hero-stage {
    min-height: 480px;
  }

  .session-layout {
    padding: 54px;
  }

  .session-copy {
    max-width: 680px;
  }

  .path-copy {
    max-width: 680px;
  }

  .urban-path-card {
    width: min(100%, 650px);
    height: 600px;
    margin-inline: auto;
  }

  .guide-heading {
    gap: 5px;
  }

  .guide-panel {
    grid-template-columns: 1fr;
  }

  .guide-art {
    min-height: 330px;
  }

  .guide-art > img {
    max-height: 285px;
  }

  .trust-card {
    min-height: 0;
    gap: 22px;
  }

  .trust-facts {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .trust-facts li {
    border-right: 1px solid var(--border);
    border-bottom: 0;
    padding: 0 18px 0 0;
  }

  .trust-facts li:last-child {
    border-right: 0;
  }

  .cta-card {
    padding-bottom: 300px;
  }

  .cta-card > img {
    right: 50%;
    bottom: -28%;
    width: 390px;
    max-width: 72%;
    transform: translateX(50%);
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(3rem, 14.5vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.3rem, 11vw, 3.6rem);
  }

  .hero {
    gap: 30px;
    padding-block: 34px 62px;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 1rem;
  }

  .hero-stage {
    min-height: 390px;
    border-width: 4px;
    border-radius: 25px;
  }

  .floating-reps {
    left: 14px;
    bottom: 14px;
    width: 145px;
  }

  .floating-reps strong {
    font-size: 2.65rem;
  }

  .session-section {
    width: calc(100% - 16px);
    border-radius: 26px;
  }

  .session-layout {
    gap: 42px;
    padding: 38px 18px;
  }

  .camera-phone {
    width: min(100%, 350px);
  }

  .path-section {
    padding-block: 66px;
  }

  .current-level-card {
    min-height: 205px;
  }

  .current-level-card > img {
    right: -58px;
    width: 190px;
  }

  .urban-path-card {
    height: 510px;
    border-width: 4px;
    border-radius: 25px;
  }

  .urban-path-label {
    top: 13px;
    left: 13px;
  }

  .urban-path-mascot {
    right: -9%;
    width: 180px;
  }

  .urban-node span {
    width: 46px;
    height: 46px;
    border-width: 4px;
  }

  .guide-section {
    padding-block: 64px;
  }

  .guide-demo {
    border-radius: 22px;
  }

  .guide-art {
    min-height: 275px;
  }

  .guide-art > img {
    max-height: 235px;
  }

  .guide-copy {
    padding: 30px 23px 34px;
  }

  .trust-section {
    padding-bottom: 64px;
  }

  .trust-card {
    padding: 28px 22px;
    border-radius: 25px;
  }

  .privacy-mark {
    width: 58px;
    height: 65px;
  }

  .trust-facts {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trust-facts li {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    padding: 11px 0;
  }

  .cta-card {
    min-height: 520px;
    padding: 34px 24px 270px;
    border-radius: 26px;
  }

  .cta-card > img {
    bottom: -15%;
    width: 340px;
    max-width: 96%;
  }
}

/* Cascade guards for the latest responsive media treatment. */
.hero,
.hero > *,
.hero-copy-block,
.path-layout,
.current-level-card {
  min-width: 0;
  max-width: 100%;
}

.hero-stage {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 3 / 2;
}

.path-layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1.14fr);
  align-items: center;
}

.current-level-card {
  padding-right: 21px;
}

.current-level-card > img {
  right: 6px;
  bottom: 8px;
  width: 158px;
  height: auto;
  max-height: 122px;
  object-fit: contain;
  object-position: center bottom;
}

@media (max-width: 900px) {
  .hero-stage {
    min-height: 0;
  }

  .path-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  .hero-stage {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .current-level-card {
    min-height: 205px;
    padding-right: 21px;
  }

  .current-level-card > img {
    right: 3px;
    bottom: 10px;
    width: 138px;
    height: auto;
    max-height: 108px;
  }
}

/* Compact, non-scrolling form-guide navigation. */
.guide-demo {
  isolation: isolate;
}

.guide-tabs {
  width: calc(100% - 20px);
  max-width: 540px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin: 10px auto;
  padding: 4px;
  overflow: visible;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.guide-tabs button {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  flex: none;
  padding: 7px 3px;
  overflow: hidden;
  border-radius: 12px;
  font-size: clamp(0.64rem, 1.5vw, 0.78rem);
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-tabs button:focus-visible {
  outline: 3px solid rgba(118, 59, 255, 0.25);
  outline-offset: 2px;
}

.guide-panel {
  touch-action: pan-y;
}

.guide-art {
  z-index: 1;
  overflow: visible;
  background: #fff;
}

@media (max-width: 620px) {
  .guide-tabs {
    width: calc(100% - 16px);
    margin-block: 8px;
  }

  .guide-tabs button {
    font-size: clamp(0.64rem, 2.8vw, 0.73rem);
  }
}

/* Final launch card: one contained layout at every viewport. */
.final-cta {
  padding-block: clamp(52px, 7vw, 84px) clamp(64px, 8vw, 96px);
}

.cta-card {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(36px, 5vw, 58px);
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 42%, rgba(71, 226, 255, 0.34), transparent 34%),
    linear-gradient(135deg, #5527d9 0%, #7041ef 58%, #6947f2 100%);
  box-shadow: 0 28px 68px rgba(72, 35, 176, 0.22);
}

.cta-card::before {
  display: none;
}

.cta-copy {
  max-width: 640px;
}

.cta-copy .eyebrow {
  margin: 0 0 12px;
}

.cta-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.65rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.cta-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.94rem, 1.4vw, 1.06rem);
}

.store-button {
  min-height: 50px;
  margin-top: 24px;
  padding-inline: 22px;
  border-radius: 16px;
}

.cta-visual {
  min-width: 0;
  display: grid;
  place-items: center;
  align-self: stretch;
}

.cta-visual > img {
  width: min(100%, 250px);
  height: auto;
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 20px 25px rgba(27, 12, 80, 0.24));
}

@media (max-width: 780px) {
  .cta-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 36px 28px 0;
  }

  .cta-copy {
    display: grid;
    justify-items: center;
    max-width: 560px;
    margin-inline: auto;
    text-align: center;
  }

  .cta-copy h2,
  .cta-copy > p:not(.eyebrow) {
    max-width: 520px;
  }

  .store-button {
    width: min(100%, 320px);
  }

  .cta-visual {
    min-height: 220px;
    align-self: auto;
  }

  .cta-visual > img {
    width: min(52vw, 230px);
    max-height: none;
    margin-top: 8px;
  }
}

@media (max-width: 620px) {
  .final-cta {
    padding-block: 42px 58px;
  }

  .cta-card {
    padding: 30px 20px 0;
    border-radius: 27px;
  }

  .cta-copy .eyebrow {
    margin-bottom: 9px;
  }

  .cta-copy h2 {
    font-size: clamp(2.35rem, 11.5vw, 3rem);
  }

  .cta-copy > p:not(.eyebrow) {
    margin-top: 13px;
    font-size: 0.91rem;
  }

  .store-button {
    min-height: 48px;
    margin-top: 19px;
    padding-inline: 14px;
    font-size: 0.88rem;
  }

  .cta-visual {
    min-height: 198px;
  }

  .cta-visual > img {
    width: min(56vw, 205px);
    margin-top: 6px;
  }
}

/* Mascot-first hero with a synchronized comic rep counter. */
.hero {
  min-height: auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(40px, 5vw, 66px);
  padding-block: clamp(48px, 6vw, 76px) clamp(68px, 8vw, 96px);
}

.hero-platform {
  width: fit-content;
  display: inline-flex;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--ink);
}

.hero-copy {
  margin-top: 22px;
}

.hero-mascot-stage {
  min-height: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.94);
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 191, 231, 0.3), transparent 31%),
    radial-gradient(circle at 14% 94%, rgba(118, 59, 255, 0.18), transparent 38%),
    linear-gradient(145deg, #ffffff 0%, #f3efff 55%, #e9f8ff 100%);
  box-shadow: 0 24px 64px rgba(63, 45, 128, 0.15);
  transform: none;
}

.hero-mascot-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0.32;
  background-image: radial-gradient(rgba(87, 32, 214, 0.22) 1.2px, transparent 1.2px);
  background-size: 18px 18px;
  mask-image: linear-gradient(115deg, transparent 15%, #000 58%, transparent 92%);
}

.hero-mascot-stage::after {
  z-index: 1;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.48), transparent 40%, rgba(0, 191, 231, 0.05));
}

.hero-rep-display {
  position: absolute;
  z-index: 4;
  top: 16%;
  right: 5.5%;
  display: grid;
  justify-items: center;
  color: var(--primary-deep);
}

.hero-rep-display > span {
  margin-bottom: 2px;
  font-size: clamp(0.61rem, 1vw, 0.76rem);
  font-weight: 950;
  letter-spacing: 0.22em;
}

.hero-rep-display > strong {
  color: var(--primary);
  font-family: "Arial Rounded MT Bold", "Avenir Next", -apple-system, sans-serif;
  font-size: clamp(5.3rem, 8.7vw, 8rem);
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  line-height: 0.82;
  letter-spacing: -0.11em;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
  text-shadow: 0 6px 0 var(--cyan), 0 14px 26px rgba(87, 32, 214, 0.2);
}

.hero-rep-display > i {
  position: absolute;
  top: 4px;
  right: -22px;
  padding: 4px 7px;
  opacity: 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 7px 14px rgba(255, 79, 120, 0.24);
  font-size: 0.69rem;
  font-style: normal;
  font-weight: 950;
}

.hero-mascot-stack {
  position: absolute;
  z-index: 3;
  left: -5%;
  bottom: 1.5%;
  width: 82%;
  aspect-ratio: 600 / 396;
}

.hero-mascot-stack::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 11%;
  right: 5%;
  bottom: 7%;
  height: 8%;
  border-radius: 50%;
  background: rgba(42, 29, 83, 0.2);
  filter: blur(9px);
}

.hero-mascot-frame {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  visibility: hidden;
  opacity: 0;
}

.hero-mascot-frame.is-active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .hero-copy-block {
    max-width: 720px;
  }

  .hero-mascot-stage {
    width: min(100%, 720px);
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .hero {
    gap: 26px;
    padding-block: 32px 60px;
  }

  .hero-platform {
    margin-bottom: 11px;
  }

  .hero-copy {
    margin-top: 17px;
  }

  .hero-mascot-stage {
    aspect-ratio: 3 / 2;
    border-width: 4px;
    border-radius: 26px;
  }

  .hero-rep-display {
    top: 15%;
    right: 4.5%;
  }

  .hero-rep-display > strong {
    font-size: clamp(4.1rem, 21vw, 5.25rem);
    -webkit-text-stroke-width: 1.5px;
    text-shadow: 0 4px 0 var(--cyan), 0 10px 20px rgba(87, 32, 214, 0.18);
  }

  .hero-rep-display > i {
    right: -12px;
  }

  .hero-mascot-stack {
    left: -6%;
    bottom: 0.5%;
    width: 84%;
  }
}

/* Full-bleed human hero. Isolated naming keeps legacy mascot rules out. */
.cinematic-hero {
  position: relative;
  min-height: clamp(680px, 100svh, 900px);
  margin-top: calc(-1 * var(--header-height));
  overflow: clip;
  isolation: isolate;
  color: #fff;
  background: #03070b;
}

.cinematic-hero__media,
.cinematic-hero__scrim {
  position: absolute;
  inset: 0;
}

.cinematic-hero__media {
  z-index: 0;
  overflow: hidden;
  background: #03070b;
}

.cinematic-hero__scene {
  --drift-start: 0%;
  --drift-end: 0%;
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  will-change: opacity;
  background: #03070b;
  transition: opacity var(--hero-scene-fade, 280ms) cubic-bezier(0.33, 1, 0.68, 1);
}

.cinematic-hero__scene picture {
  position: absolute;
  inset: 0;
  display: block;
}

.cinematic-hero__scene.is-under,
.cinematic-hero__scene.is-active {
  opacity: 1;
}

.cinematic-hero__scene.is-under {
  z-index: 1;
}

.cinematic-hero__scene.is-entering,
.cinematic-hero__scene.is-active {
  z-index: 2;
}

.cinematic-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.012) translate3d(var(--drift-start), 0, 0);
  transform-origin: center;
  transition: transform 5s cubic-bezier(0.2, 0.65, 0.25, 1);
  will-change: transform;
}

.cinematic-hero__scene.is-active .cinematic-hero__image,
.cinematic-hero__scene.is-under .cinematic-hero__image {
  transform: scale(1.025) translate3d(var(--drift-end), 0, 0);
}

.cinematic-hero__scrim {
  z-index: 3;
  pointer-events: none;
  background: rgba(3, 7, 11, 0.34);
}

.cinematic-hero__inner {
  position: relative;
  z-index: 4;
  min-height: inherit;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding-top: calc(var(--header-height) + clamp(48px, 7svh, 82px));
  padding-bottom: clamp(26px, 4svh, 42px);
}

.cinematic-hero__copy {
  width: min(100%, 650px);
  min-width: 0;
  align-self: start;
  padding-top: clamp(34px, 7svh, 76px);
  padding-bottom: clamp(18px, 3svh, 34px);
}

.cinematic-hero__platform {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(7, 16, 25, 0.28);
  backdrop-filter: blur(14px) saturate(1.15);
}

.cinematic-hero__copy h1 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-size: clamp(4.15rem, 7.25vw, 7.65rem);
  line-height: 0.88;
  letter-spacing: -0.074em;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.34);
}

.cinematic-hero__copy h1 span {
  color: #64e9ff;
}

.cinematic-hero__copy > p:last-child {
  max-width: 530px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 590;
  line-height: 1.55;
  text-wrap: pretty;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.38);
}

.cinematic-hero__footer {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 24px;
}

.cinematic-hero__pause:focus-visible {
  outline: 3px solid #64e9ff;
  outline-offset: 4px;
}

.cinematic-hero__pause {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 16, 25, 0.32);
  backdrop-filter: blur(14px) saturate(1.15);
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  opacity: 0.7;
  transition: opacity 180ms ease, background 180ms ease;
}

.cinematic-hero__pause:hover {
  opacity: 1;
  background: rgba(7, 16, 25, 0.54);
}

.cinematic-hero__pause svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.cinematic-hero__play-icon,
.cinematic-hero__pause[aria-pressed="true"] .cinematic-hero__pause-icon {
  display: none;
}

.cinematic-hero__pause[aria-pressed="true"] .cinematic-hero__play-icon {
  display: block;
}

.site-header:not(.is-scrolled)::before {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(4, 10, 17, 0.76), rgba(4, 10, 17, 0.32));
  backdrop-filter: blur(14px) saturate(1.15);
}

.site-header:not(.is-scrolled) .brand {
  color: #fff;
}

.site-header:not(.is-scrolled) .brand > span span {
  color: #64e9ff;
}

.site-header:not(.is-scrolled) .site-nav {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(7, 16, 25, 0.46);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(16px) saturate(1.15);
}

.site-header:not(.is-scrolled) .site-nav a {
  color: rgba(255, 255, 255, 0.72);
}

.site-header:not(.is-scrolled) .site-nav a:hover,
.site-header:not(.is-scrolled) .site-nav a[aria-current="true"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.site-header:not(.is-scrolled) .header-cta {
  color: rgba(255, 255, 255, 0.84);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(7, 16, 25, 0.46);
  backdrop-filter: blur(16px) saturate(1.15);
}

@media (max-width: 900px) {
  .cinematic-hero {
    min-height: max(720px, 100svh);
  }

  .cinematic-hero__scrim {
    background: rgba(3, 7, 11, 0.4);
  }

  .cinematic-hero__inner {
    padding-top: calc(var(--header-height) + clamp(34px, 6svh, 58px));
  }

  .cinematic-hero__copy {
    align-self: start;
    padding-top: clamp(16px, 3svh, 28px);
    padding-bottom: 34px;
  }

  .cinematic-hero__copy h1 {
    max-width: 580px;
    font-size: clamp(3.8rem, 11vw, 6.2rem);
  }

  .cinematic-hero__copy > p:last-child {
    max-width: 490px;
  }

  .site-header:not(.is-scrolled) .menu-button {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(7, 16, 25, 0.5);
    backdrop-filter: blur(14px);
  }

  .site-header:not(.is-scrolled) .menu-button i {
    background: #fff;
  }

  .site-header:not(.is-scrolled) .site-nav.is-open {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(7, 16, 25, 0.94);
  }
}

@media (max-width: 620px) {
  .site-header {
    width: calc(100% - 24px);
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-header .brand {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .site-header .menu-button {
    position: absolute;
    top: 14px;
    right: 0;
    grid-column: 2;
    display: grid;
    justify-self: end;
  }

  .cinematic-hero {
    min-height: max(680px, 100svh);
  }

  .cinematic-hero__image {
    width: 100%;
    height: 100%;
    object-position: center;
    transform: scale(1.008) translate3d(var(--drift-start), 0, 0);
  }

  .cinematic-hero__scene.is-active .cinematic-hero__image,
  .cinematic-hero__scene.is-under .cinematic-hero__image {
    transform: scale(1.018) translate3d(var(--drift-end), 0, 0);
  }

  .cinematic-hero__inner {
    width: calc(100% - 28px);
    max-width: var(--page-width);
    padding-top: calc(var(--header-height) + 32px);
    padding-bottom: 22px;
  }

  .cinematic-hero__copy {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 18px;
  }

  .cinematic-hero__platform {
    margin-bottom: 13px;
    padding: 7px 10px;
    font-size: 0.68rem;
  }

  .cinematic-hero__copy h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 13vw, 4rem);
    line-height: 0.91;
  }

  .cinematic-hero__copy h1 span {
    white-space: nowrap;
  }

  .cinematic-hero__copy > p:last-child {
    width: 100%;
    max-width: 36ch;
    margin-top: 18px;
    font-size: 0.96rem;
    line-height: 1.48;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .cinematic-hero__footer {
    align-items: center;
  }

  .cinematic-hero__pause {
    min-width: 42px;
    justify-content: center;
    padding-inline: 11px;
  }

  .cinematic-hero__pause span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-hero__scene,
  .cinematic-hero__image {
    transition: none;
  }
}

/* Community feature: leaderboard preview and final team invitation. */
.leaderboard-showcase {
  padding-block: clamp(58px, 8vw, 104px) clamp(48px, 7vw, 88px);
}

.leaderboard-showcase__card {
  display: grid;
  grid-template-columns: minmax(340px, 0.76fr) minmax(0, 1.24fr);
  align-items: stretch;
  gap: clamp(28px, 4vw, 58px);
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(87, 32, 214, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 5%, rgba(0, 191, 231, 0.12), transparent 29%),
    linear-gradient(145deg, #ffffff, #f2f0fc);
  box-shadow: 0 28px 80px rgba(44, 29, 99, 0.13);
}

.leaderboard-showcase__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(10px, 2vw, 26px);
}

.leaderboard-showcase__copy .eyebrow {
  margin: 0 0 13px;
  color: var(--primary-deep);
}

.leaderboard-showcase__copy h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4.6vw, 4.75rem);
  line-height: 0.96;
  letter-spacing: -0.058em;
}

.leaderboard-showcase__copy h2 span {
  color: var(--primary);
}

.leaderboard-showcase__copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.35vw, 1.06rem);
  line-height: 1.58;
}

.leaderboard-preview {
  display: grid;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.leaderboard-preview li {
  min-width: 0;
  display: grid;
  grid-template-columns: 26px 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(18, 21, 27, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(42, 30, 85, 0.06);
}

.leaderboard-preview__rank {
  color: var(--primary-deep);
  font-size: 0.76rem;
  font-weight: 900;
  text-align: center;
}

.leaderboard-preview__avatar {
  width: 38px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(41, 25, 97, 0.16);
}

.leaderboard-preview__avatar--coral {
  background: linear-gradient(145deg, #ff785d, var(--coral));
}

.leaderboard-preview__avatar--cyan {
  background: linear-gradient(145deg, #12d5ec, #168cce);
}

.leaderboard-preview__avatar--violet {
  background: linear-gradient(145deg, #925aff, var(--primary-deep));
}

.leaderboard-preview strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.88rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leaderboard-preview b {
  color: var(--ink);
  font-size: 0.91rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.leaderboard-preview b small {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}

.leaderboard-showcase__visual {
  min-width: 0;
  min-height: 520px;
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #10278c;
  box-shadow: 0 20px 50px rgba(31, 42, 142, 0.24);
}

.leaderboard-showcase__visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  content: "";
  background: linear-gradient(transparent, rgba(8, 19, 74, 0.72));
  pointer-events: none;
}

.leaderboard-showcase__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.leaderboard-showcase__card:hover .leaderboard-showcase__visual img {
  transform: scale(1.018);
}

.leaderboard-showcase__visual figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
}

.leaderboard-showcase__visual figcaption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.leaderboard-showcase__visual figcaption strong {
  font-size: clamp(1.02rem, 1.7vw, 1.32rem);
}

.community-cta .cta-card {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  min-height: 500px;
  gap: clamp(24px, 3vw, 42px);
  padding: clamp(30px, 4vw, 52px);
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 191, 231, 0.22), transparent 31%),
    linear-gradient(135deg, #27106f 0%, #4b20bd 56%, #5c2dde 100%);
}

.community-cta .cta-copy {
  position: relative;
  z-index: 1;
}

.community-cta .cta-visual {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: #17104c;
  box-shadow: 0 24px 52px rgba(17, 7, 60, 0.28);
}

.community-cta .cta-visual > img {
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  display: block;
  object-fit: cover;
  object-position: 67% center;
  filter: none;
}

@media (max-width: 920px) {
  .leaderboard-showcase__card {
    grid-template-columns: minmax(290px, 0.82fr) minmax(0, 1.18fr);
    gap: 24px;
  }

  .leaderboard-showcase__visual {
    min-height: 470px;
  }

  .community-cta .cta-card {
    grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 780px) {
  .leaderboard-showcase__card,
  .community-cta .cta-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .leaderboard-showcase__copy {
    padding: 8px 8px 0;
  }

  .leaderboard-showcase__visual {
    min-height: 0;
    aspect-ratio: 1.58 / 1;
  }

  .community-cta .cta-card {
    min-height: 0;
    gap: 28px;
    padding-bottom: clamp(24px, 5vw, 34px);
  }

  .community-cta .cta-visual {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.64 / 1;
  }

  .community-cta .cta-visual > img {
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 620px) {
  .leaderboard-showcase {
    padding-block: 42px 38px;
  }

  .leaderboard-showcase__card {
    gap: 22px;
    padding: 18px;
    border-radius: 27px;
  }

  .leaderboard-showcase__copy {
    padding: 10px 4px 0;
  }

  .leaderboard-showcase__copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.15rem);
  }

  .leaderboard-showcase__copy > p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 0.91rem;
  }

  .leaderboard-preview {
    margin-top: 21px;
  }

  .leaderboard-preview li {
    grid-template-columns: 22px 34px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 9px;
    border-radius: 14px;
  }

  .leaderboard-preview__avatar {
    width: 34px;
  }

  .leaderboard-preview strong,
  .leaderboard-preview b {
    font-size: 0.78rem;
  }

  .leaderboard-preview b small {
    display: none;
  }

  .leaderboard-showcase__visual {
    border-radius: 20px;
  }

  .leaderboard-showcase__visual figcaption {
    right: 14px;
    bottom: 13px;
    left: 14px;
  }

  .community-cta .cta-card {
    gap: 22px;
    padding: 28px 18px 18px;
  }

  .community-cta .cta-visual {
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .leaderboard-showcase__visual img {
    transition: none;
  }

  .leaderboard-showcase__card:hover .leaderboard-showcase__visual img {
    transform: none;
  }
}

/* Punchy mascot hero. The background and artwork stay spatially fixed; only
   the three aligned pose frames and rep number change. */
.mascot-hero {
  position: relative;
  min-height: max(700px, 100svh);
  margin-top: calc(-1 * var(--header-height));
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 77% 22%, rgba(127, 240, 255, 0.30), transparent 23rem),
    radial-gradient(circle at 10% 94%, rgba(87, 32, 214, 0.24), transparent 36rem),
    linear-gradient(135deg, #006d9f 0%, #008fc7 42%, #00a9d4 72%, #0877bd 100%);
}

.mascot-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  opacity: 0.16;
  background-image:
    linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, 0.34) 46% 46.35%, transparent 46.35%),
    linear-gradient(115deg, transparent 0 62%, rgba(14, 66, 133, 0.34) 62% 62.35%, transparent 62.35%);
  pointer-events: none;
}

.mascot-hero__decor,
.mascot-hero__decor i {
  position: absolute;
  pointer-events: none;
}

.mascot-hero__decor {
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.mascot-hero__decor i {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.mascot-hero__decor i:nth-child(1) {
  top: 14%;
  right: -9%;
  width: clamp(360px, 42vw, 650px);
  aspect-ratio: 1;
}

.mascot-hero__decor i:nth-child(2) {
  right: 7%;
  bottom: -38%;
  width: clamp(420px, 50vw, 760px);
  aspect-ratio: 1;
  border-color: rgba(102, 232, 255, 0.24);
}

.mascot-hero__decor i:nth-child(3) {
  top: 36%;
  left: -11%;
  width: clamp(230px, 28vw, 430px);
  aspect-ratio: 1;
  border-color: rgba(255, 255, 255, 0.12);
}

.mascot-hero__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  padding-top: calc(var(--header-height) + clamp(34px, 5svh, 60px));
  padding-bottom: clamp(34px, 5svh, 58px);
}

.mascot-hero__copy {
  min-width: 0;
  padding-block: 28px;
}

.mascot-hero__platform {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 17px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 999px;
  background: rgba(2, 43, 88, 0.24);
  backdrop-filter: blur(12px) saturate(1.1);
}

.mascot-hero__copy h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(4.1rem, 7vw, 7.35rem);
  line-height: 0.86;
  letter-spacing: -0.078em;
  text-shadow: 0 9px 30px rgba(0, 45, 92, 0.24);
}

.mascot-hero__copy h1 span {
  color: #082b58;
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.16);
}

.mascot-hero__copy > p:last-child {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  font-weight: 640;
  line-height: 1.55;
}

.mascot-hero__motion {
  position: relative;
  isolation: isolate;
  align-self: end;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1200 / 968;
}

.mascot-hero__counter {
  position: absolute;
  z-index: 8;
  top: 2%;
  right: 1%;
  display: grid;
  justify-items: end;
  color: #fff;
  text-align: right;
}

.mascot-hero__counter > span,
.mascot-hero__counter > small {
  font-size: clamp(0.64rem, 1vw, 0.78rem);
  font-weight: 950;
  letter-spacing: 0.22em;
}

.mascot-hero__counter > span {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.76);
}

.mascot-hero__counter > small {
  margin-top: 3px;
  margin-right: 6px;
  color: #082b58;
}

.mascot-hero__counter > div {
  position: relative;
  display: flex;
  align-items: start;
}

.mascot-hero__counter strong {
  display: block;
  color: #fff;
  font-family: "Arial Rounded MT Bold", "Avenir Next", -apple-system, sans-serif;
  font-size: clamp(7rem, 13vw, 12.5rem);
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  line-height: 0.78;
  letter-spacing: -0.12em;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.94);
  paint-order: stroke fill;
  text-shadow: 0 8px 0 #075cad, 0 20px 42px rgba(0, 47, 105, 0.24);
  transform-origin: right center;
}

.mascot-hero__counter.is-popping strong {
  animation: mascotCountPop 190ms cubic-bezier(0.2, 0.82, 0.28, 1);
}

.mascot-hero__counter i {
  position: absolute;
  top: -8px;
  right: -4px;
  padding: 5px 8px;
  opacity: 0;
  color: #082b58;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #72ecff;
  box-shadow: 0 8px 18px rgba(0, 51, 111, 0.20);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
}

.mascot-hero__counter.is-popping i {
  animation: mascotCountBurst 460ms ease-out;
}

.mascot-hero__sprite {
  position: absolute;
  z-index: 3;
  left: -5%;
  bottom: 1%;
  width: 84%;
  aspect-ratio: 600 / 396;
}

.mascot-hero__device {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mascot-hero__scan,
.mascot-hero__device-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

.mascot-hero__scan {
  z-index: 0;
  overflow: visible;
  mix-blend-mode: screen;
}

.mascot-hero__device-image {
  z-index: 2;
}

.mascot-hero__scan-field {
  opacity: 0.88;
}

.mascot-hero__scan-halo,
.mascot-hero__scan-core {
  fill: url(#mascot-scan-fill);
}

.mascot-hero__scan-halo {
  filter: url(#mascot-scan-soft);
  opacity: 0.72;
}

.mascot-hero__scan-core {
  opacity: 0.18;
}

.mascot-hero__scan-emitter {
  fill: none;
  stroke: rgba(213, 252, 255, 0.92);
  stroke-linecap: round;
  stroke-width: 1.55;
  filter: url(#mascot-scan-emitter-soft);
  opacity: 0.72;
}

.mascot-hero__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
  object-fit: contain;
  object-position: left bottom;
}

.mascot-hero__frame.is-active {
  visibility: visible;
}

.mascot-hero__floor {
  position: absolute;
  z-index: 1;
  right: 6%;
  bottom: 1.5%;
  left: 2%;
  height: 8%;
  border-radius: 50%;
  background: rgba(0, 39, 82, 0.26);
  filter: blur(12px);
}

.mascot-hero__pause {
  position: absolute;
  z-index: 9;
  top: 1%;
  left: 0;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(2, 40, 82, 0.22);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.mascot-hero__pause svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.mascot-hero__play-icon,
.mascot-hero__pause[aria-pressed="true"] .mascot-hero__pause-icon {
  display: none;
}

.mascot-hero__pause[aria-pressed="true"] .mascot-hero__play-icon {
  display: block;
}

@keyframes mascotCountPop {
  0% { transform: scale(1); }
  48% { transform: scale(1.075); }
  100% { transform: scale(1); }
}

@keyframes mascotCountBurst {
  0% { opacity: 0; transform: translateY(5px) scale(0.84); }
  24% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-18px) scale(0.94); }
}

/* Exact in-app leaderboard visual system. */
.leaderboard-showcase__card {
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: clamp(26px, 3vw, 42px);
  background:
    radial-gradient(circle at 8% 8%, rgba(118, 59, 255, 0.09), transparent 27%),
    linear-gradient(145deg, #ffffff, #f4f5f7);
}

.leaderboard-showcase__copy {
  padding-right: 0;
}

.leaderboard-app-preview {
  min-width: 0;
  padding: clamp(20px, 2.8vw, 30px);
  border: 1px solid rgba(118, 59, 255, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 191, 231, 0.08), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(236, 239, 243, 0.78));
  box-shadow: 0 22px 55px rgba(40, 28, 89, 0.12);
}

.leaderboard-app-preview__heading {
  display: grid;
  gap: 2px;
}

.leaderboard-app-preview__heading span,
.leaderboard-standings__heading span {
  color: var(--primary);
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.leaderboard-app-preview__heading strong {
  color: var(--ink);
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  letter-spacing: -0.035em;
}

.leaderboard-podium {
  min-height: 228px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 4px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.leaderboard-podium__athlete {
  --avatar-size: 98px;
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 3px;
  text-align: center;
}

.leaderboard-podium__athlete--first {
  --avatar-size: 118px;
  order: 2;
}

.leaderboard-podium__athlete--second {
  order: 1;
  padding-top: 29px;
}

.leaderboard-podium__athlete--third {
  order: 3;
  padding-top: 29px;
}

.leaderboard-ranked-avatar {
  position: relative;
  width: var(--avatar-size);
  height: var(--avatar-size);
  margin-bottom: 5px;
}

.leaderboard-ranked-avatar::after {
  position: absolute;
  z-index: 0;
  right: 16%;
  bottom: 0;
  left: 16%;
  height: 10%;
  content: "";
  border-radius: 50%;
  background: rgba(18, 21, 27, 0.12);
  filter: blur(3px);
}

.leaderboard-ranked-avatar__surface {
  position: absolute;
  z-index: 1;
  inset: 13.5%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, #eceff3);
}

.leaderboard-ranked-avatar__surface img {
  width: 82%;
  height: 82%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.leaderboard-ranked-avatar__frame {
  position: absolute;
  z-index: 2;
  inset: -6%;
  width: 112%;
  height: 112%;
  display: block;
  object-fit: contain;
}

.leaderboard-ranked-avatar > b {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 31%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--ink);
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  font-size: calc(var(--avatar-size) * 0.15);
  line-height: 1;
  box-shadow: 0 5px 13px rgba(18, 21, 27, 0.14);
}

.leaderboard-ranked-avatar--gold > b {
  background: linear-gradient(145deg, #f6d979, #d9a62e 62%, #9a6812);
}

.leaderboard-ranked-avatar--silver > b {
  background: linear-gradient(145deg, #eef3f7, #a9b4c2 62%, #697687);
}

.leaderboard-ranked-avatar--wood > b {
  background: linear-gradient(145deg, #d7a878, #b47a4b 62%, #74472c);
}

.leaderboard-ranked-avatar--gold {
  filter: drop-shadow(0 9px 15px rgba(217, 166, 46, 0.30));
}

.leaderboard-ranked-avatar--silver {
  filter: drop-shadow(0 7px 12px rgba(105, 118, 135, 0.20));
}

.leaderboard-ranked-avatar--wood {
  filter: drop-shadow(0 7px 12px rgba(116, 71, 44, 0.18));
}

.leaderboard-podium__athlete > strong {
  max-width: 100%;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.84rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leaderboard-podium__athlete > span {
  color: var(--muted);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.leaderboard-podium__athlete > span b {
  color: var(--ink);
  font-size: 0.97rem;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
}

.leaderboard-standings {
  display: grid;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(211, 216, 224, 0.72);
}

.leaderboard-standings__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}

.leaderboard-standings__heading small {
  color: var(--muted);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.10em;
}

.leaderboard-standing-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  color: var(--ink);
  border: 1px solid rgba(211, 216, 224, 0.72);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, rgba(236, 239, 243, 0.72));
  box-shadow: 0 6px 15px rgba(18, 21, 27, 0.04);
}

.leaderboard-standing-row--current {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, #763bff, #5720d6);
  box-shadow: 0 9px 20px rgba(87, 32, 214, 0.20);
}

.leaderboard-standing-row__rank {
  min-height: 30px;
  display: grid;
  place-items: center;
  color: var(--muted);
  border: 1px solid rgba(211, 216, 224, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
}

.leaderboard-standing-row--current .leaderboard-standing-row__rank {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.14);
}

.leaderboard-standing-row__avatar {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid #ff9e22;
  border-radius: 50%;
  background: #fff;
}

.leaderboard-standing-row--current .leaderboard-standing-row__avatar {
  border-color: rgba(255, 255, 255, 0.72);
}

.leaderboard-standing-row__avatar img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.leaderboard-standing-row__name,
.leaderboard-standing-row__total {
  min-width: 0;
  display: grid;
}

.leaderboard-standing-row__name strong {
  overflow: hidden;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leaderboard-standing-row__name strong i {
  margin-left: 4px;
  padding: 2px 5px;
  color: var(--primary-deep);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.47rem;
  font-style: normal;
  letter-spacing: 0.06em;
  vertical-align: 2px;
}

.leaderboard-standing-row__name small,
.leaderboard-standing-row__total small {
  color: var(--muted);
  font-size: 0.52rem;
  font-weight: 760;
}

.leaderboard-standing-row--current .leaderboard-standing-row__name small,
.leaderboard-standing-row--current .leaderboard-standing-row__total small {
  color: rgba(255, 255, 255, 0.72);
}

.leaderboard-standing-row__total {
  justify-items: end;
  padding: 6px 8px;
  border: 1px solid rgba(118, 59, 255, 0.12);
  border-radius: 11px;
  background: rgba(236, 229, 255, 0.78);
}

.leaderboard-standing-row--current .leaderboard-standing-row__total {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.13);
}

.leaderboard-standing-row__total strong {
  color: var(--primary-deep);
  font-size: 0.84rem;
  font-variant-numeric: tabular-nums;
}

.leaderboard-standing-row--current .leaderboard-standing-row__total strong {
  color: #fff;
}

@media (max-width: 1060px) {
  .mascot-hero__inner {
    grid-template-columns: minmax(300px, 0.82fr) minmax(430px, 1.18fr);
  }

  .leaderboard-showcase__card {
    grid-template-columns: minmax(0, 1fr);
  }

  .leaderboard-showcase__copy {
    max-width: 650px;
  }
}

@media (max-width: 780px) {
  .mascot-hero {
    min-height: max(760px, 100svh);
  }

  .mascot-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    align-content: space-between;
    gap: 4px;
    padding-top: calc(var(--header-height) + 34px);
    padding-bottom: 20px;
  }

  .mascot-hero__copy {
    max-width: 650px;
    padding: 16px 0 0;
  }

  .mascot-hero__copy h1 {
    max-width: 610px;
    font-size: clamp(3.7rem, 12.5vw, 6rem);
  }

  .mascot-hero__copy > p:last-child {
    max-width: 500px;
    margin-top: 18px;
  }

  .mascot-hero__motion {
    width: min(100%, 650px);
    justify-self: center;
    aspect-ratio: 1200 / 968;
  }
}

@media (max-width: 620px) {
  .mascot-hero {
    min-height: max(760px, 100svh);
  }

  .mascot-hero__inner {
    width: calc(100% - 28px);
    padding-top: calc(var(--header-height) + 28px);
  }

  .mascot-hero__platform {
    margin-bottom: 12px;
    padding: 7px 10px;
    font-size: 0.67rem;
  }

  .mascot-hero__copy h1 {
    font-size: clamp(3rem, 14.4vw, 4.15rem);
    line-height: 0.88;
  }

  .mascot-hero__copy > p:last-child {
    max-width: 35ch;
    font-size: 0.93rem;
    line-height: 1.45;
  }

  .mascot-hero__motion {
    width: calc(100% + 4px);
    aspect-ratio: 1200 / 968;
  }

  .mascot-hero__counter {
    top: 1%;
    right: 2%;
  }

  .mascot-hero__counter strong {
    font-size: clamp(5.6rem, 27vw, 7.2rem);
    text-shadow: 0 5px 0 #075cad, 0 13px 28px rgba(0, 47, 105, 0.22);
    -webkit-text-stroke-width: 1.5px;
  }

  .mascot-hero__sprite {
    left: -7%;
    bottom: 2%;
    width: 88%;
  }

  .mascot-hero__floor {
    right: 2%;
    left: -3%;
  }

  .mascot-hero__pause {
    top: 1px;
    left: 0;
    min-width: 40px;
    justify-content: center;
    padding-inline: 10px;
  }

  .mascot-hero__pause span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .leaderboard-showcase__card {
    padding: 14px;
  }

  .leaderboard-showcase__copy {
    padding: 12px 8px 0;
  }

  .leaderboard-app-preview {
    padding: 18px 12px 14px;
    border-radius: 22px;
  }

  .leaderboard-podium {
    min-height: 177px;
    margin-top: 18px;
  }

  .leaderboard-podium__athlete {
    --avatar-size: 68px;
  }

  .leaderboard-podium__athlete--first {
    --avatar-size: 80px;
  }

  .leaderboard-podium__athlete--second,
  .leaderboard-podium__athlete--third {
    padding-top: 23px;
  }

  .leaderboard-podium__athlete > strong {
    font-size: 0.72rem;
  }

  .leaderboard-podium__athlete > span {
    font-size: 0.43rem;
  }

  .leaderboard-podium__athlete > span b {
    font-size: 0.78rem;
  }

  .leaderboard-standing-row {
    grid-template-columns: 34px 36px minmax(0, 1fr) auto;
    gap: 7px;
    padding: 8px;
  }

  .leaderboard-standing-row__rank {
    min-height: 28px;
  }

  .leaderboard-standing-row__avatar {
    width: 36px;
  }

  .leaderboard-standing-row__name strong {
    font-size: 0.69rem;
  }

  .leaderboard-standing-row__name small {
    font-size: 0.47rem;
  }

  .leaderboard-standing-row__total {
    padding: 5px 6px;
  }

  .leaderboard-standing-row__total strong {
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mascot-hero__counter.is-popping strong,
  .mascot-hero__counter.is-popping i {
    animation: none;
  }

}

/* Real-life moments paired with feature-specific, code-native PushedWorld UI. */
.ugc-stories {
  position: relative;
  overflow: visible;
  padding-block: clamp(72px, 9vw, 118px) clamp(86px, 10vw, 134px);
}

.ugc-stories__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: clamp(28px, 6vw, 86px);
  margin-bottom: 10px;
}

.ugc-stories__heading .eyebrow {
  margin-bottom: 14px;
  color: var(--blue);
}

.ugc-stories__heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.85rem, 5.6vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.068em;
}

.ugc-stories__heading h2 span {
  color: var(--primary);
}

.ugc-stories__heading > p {
  max-width: 510px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  line-height: 1.6;
}

.ugc-stories__viewport {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ugc-stories__viewport::-webkit-scrollbar {
  display: none;
}

.ugc-stories__viewport:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: -4px;
}

.ugc-stories__track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.1vw, 28px);
  padding: 42px max(16px, calc((100vw - 1160px) / 2)) 104px;
}

.ugc-story {
  position: relative;
  isolation: isolate;
  height: clamp(520px, 46vw, 584px);
  flex: 0 0 auto;
  overflow: visible;
  scroll-snap-align: center;
}

.ugc-story--camera {
  width: clamp(350px, 31.5vw, 430px);
}

.ugc-story--wide {
  width: clamp(650px, 58vw, 760px);
}

.ugc-story__surface {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: clip;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: clamp(28px, 2.4vw, 36px);
  background: #0b1f38;
  box-shadow: 0 30px 72px rgba(22, 38, 67, 0.2), 0 6px 20px rgba(22, 38, 67, 0.1);
  transform: translateZ(0);
  transition: transform 520ms cubic-bezier(0.2, 0.78, 0.25, 1), box-shadow 520ms ease;
}

.ugc-story:hover .ugc-story__surface {
  box-shadow: 0 38px 88px rgba(22, 38, 67, 0.24), 0 8px 24px rgba(22, 38, 67, 0.12);
  transform: translateY(-5px);
}

.ugc-story--camera .ugc-story__surface::after,
.ugc-story__photo-pane::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(3, 12, 26, 0.36) 0%, transparent 26%, transparent 48%, rgba(2, 11, 27, 0.8) 100%);
  pointer-events: none;
}

.ugc-story--wide .ugc-story__surface {
  display: grid;
  grid-template-columns: minmax(0, 61.5%) minmax(0, 38.5%);
  background: #f8fbff;
}

.ugc-story__photo-pane {
  position: relative;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
}

.ugc-story__photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 720ms cubic-bezier(0.2, 0.78, 0.25, 1);
}

.ugc-story:hover .ugc-story__photo {
  transform: scale(1.018);
}

.ugc-story__context {
  position: absolute;
  z-index: 7;
  top: 18px;
  right: 18px;
  max-width: calc(100% - 36px);
  padding: 8px 11px;
  overflow: hidden;
  color: #0c2545;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 9px 26px rgba(4, 21, 46, 0.16);
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(14px) saturate(1.2);
}

.ugc-story--camera .ugc-story__context {
  top: 102px;
}

.ugc-story__outcome {
  position: absolute;
  z-index: 9;
  bottom: -52px;
  left: 24px;
  width: min(330px, calc(100% - 48px));
  padding: 13px 15px 12px;
  color: #14243a;
  border: 1px solid rgba(117, 139, 172, 0.2);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 46px rgba(27, 43, 72, 0.19);
  backdrop-filter: blur(18px) saturate(1.2);
}

.ugc-story__outcome p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 790;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.ugc-story__outcome span {
  display: block;
  margin-top: 7px;
  color: #756df0;
  font-size: 0.56rem;
  font-weight: 950;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

.ugc-phone-status {
  position: absolute;
  z-index: 6;
  top: 14px;
  right: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 850;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

.ugc-phone-status > i {
  width: 76px;
  height: 22px;
  display: block;
  border-radius: 999px;
  background: #020308;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

.ugc-phone-status > span:last-child {
  text-align: right;
}

.ugc-phone-status--dark {
  color: #111925;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.6);
}

.ugc-camera-toolbar {
  position: absolute;
  z-index: 6;
  top: 54px;
  right: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.48);
}

.ugc-camera-toolbar__live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ugc-camera-toolbar__live i,
.ugc-camera-live-chip i,
.ugc-mentor-heading i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #1bd4f0;
  box-shadow: 0 0 0 5px rgba(27, 212, 240, 0.14);
}

.ugc-camera-toolbar > strong {
  font-size: 1.22rem;
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-align: center;
}

.ugc-camera-toolbar > strong small {
  display: block;
  margin-top: 6px;
  font-size: 0.47rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ugc-camera-toolbar__eye {
  justify-self: end;
  width: 31px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #0e2946;
  border-radius: 50% / 58%;
  background: #21cfee;
  font-size: 0.55rem;
  text-shadow: none;
}

.ugc-live-hud {
  position: absolute;
  z-index: 5;
  right: 21px;
  bottom: 22px;
  left: 21px;
  color: #fff;
}

.ugc-live-hud > span {
  display: block;
  color: #3be4ff;
  font-size: 0.69rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ugc-live-hud > strong {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 3px;
  font-size: clamp(4.6rem, 7vw, 6.4rem);
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: -0.08em;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.36);
}

.ugc-live-hud > strong small {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ugc-progress-line {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.ugc-progress-line i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #8b43ff, #18cdeb);
  box-shadow: 0 0 18px rgba(31, 204, 235, 0.4);
}

.ugc-live-hud > p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 12px 0 0;
  padding: 10px 13px;
  color: #14213a;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(0, 12, 30, 0.22);
  font-size: 0.75rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.ugc-live-hud > p b {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  border-radius: 50%;
  background: #18bd7b;
  font-size: 0.68rem;
}

.ugc-feature-panel {
  position: relative;
  z-index: 3;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(23px, 2.4vw, 31px) clamp(20px, 2.1vw, 27px);
  color: #131a27;
  background: linear-gradient(155deg, #fff 0%, #f4f8ff 100%);
}

.ugc-feature-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  color: #5546de;
  font-size: 0.67rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ugc-feature-panel__header b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(120, 76, 255, 0.1);
  font-size: 0.86rem;
}

.ugc-feature-panel__eyebrow {
  margin: 0 0 5px;
  color: #7066ef;
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ugc-feature-panel h3 {
  margin: 0;
  font-size: clamp(1.85rem, 2.8vw, 2.6rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.ugc-feature-panel--path .ugc-progress-line {
  margin-top: 16px;
  background: #dce3ed;
}

.ugc-path-next {
  margin: 10px 0 0;
  color: #707988;
  font-size: 0.74rem;
  font-weight: 760;
}

.ugc-path-next strong {
  color: #6642ee;
  font-size: 1.15rem;
  font-weight: 950;
}

.ugc-path-window {
  position: relative;
  min-height: 216px;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid rgba(112, 95, 238, 0.16);
  border-radius: 22px;
  background: #eaf7fb;
  box-shadow: 0 16px 34px rgba(50, 75, 115, 0.12);
}

.ugc-path-window::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(245, 248, 255, 0.52));
}

.ugc-path-window > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 58%;
}

.ugc-path-node {
  position: absolute;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #8a8f99;
  box-shadow: 0 8px 16px rgba(21, 37, 65, 0.2);
  font-size: 0.72rem;
  font-weight: 950;
}

.ugc-path-node i {
  position: absolute;
  top: calc(100% + 4px);
  color: #465165;
  font-size: 0.49rem;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ugc-path-node--done {
  top: 24px;
  left: 18px;
  background: #20b77e;
}

.ugc-path-node--active {
  top: 83px;
  right: 27px;
  width: 50px;
  height: 50px;
  background: #7845ff;
  box-shadow: 0 0 0 7px rgba(120, 69, 255, 0.16), 0 10px 22px rgba(54, 29, 153, 0.24);
}

.ugc-path-node--locked {
  right: 80px;
  bottom: 21px;
  background: #9fa6b2;
}

.ugc-set-complete {
  position: absolute;
  z-index: 6;
  top: 63px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.ugc-set-complete span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ugc-set-complete i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #17bd7b;
  font-style: normal;
}

.ugc-set-complete strong {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 19, 37, 0.45);
  backdrop-filter: blur(10px);
}

.ugc-reward-sheet {
  position: absolute;
  z-index: 5;
  right: 13px;
  bottom: 13px;
  left: 13px;
  min-height: 246px;
  display: grid;
  grid-template-columns: minmax(112px, 43%) minmax(0, 57%);
  align-items: center;
  gap: 4px;
  overflow: hidden;
  padding: 18px 16px;
  color: #101a2d;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(239, 243, 255, 0.94));
  box-shadow: 0 22px 48px rgba(2, 15, 37, 0.3);
  backdrop-filter: blur(16px) saturate(1.15);
}

.ugc-reward-sheet::before {
  position: absolute;
  width: 180px;
  height: 180px;
  left: -35px;
  bottom: -50px;
  content: "";
  border-radius: 50%;
  background: rgba(40, 210, 239, 0.18);
  filter: blur(18px);
}

.ugc-reward-art {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1;
}

.ugc-reward-art__face,
.ugc-reward-art__frame {
  position: absolute;
  display: block;
  object-fit: contain;
}

.ugc-reward-art__face {
  z-index: 1;
  inset: 19%;
  width: 62%;
  height: 62%;
  border-radius: 50%;
  background: linear-gradient(145deg, #dff8ff, #b9d7ff);
}

.ugc-reward-art__frame {
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 12px 17px rgba(12, 25, 45, 0.26));
}

.ugc-reward-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.ugc-reward-copy > span {
  color: #7652f2;
  font-size: 0.56rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ugc-reward-copy h3 {
  margin: 6px 0 8px;
  font-size: clamp(1.62rem, 2.8vw, 2.25rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.ugc-reward-copy p {
  margin: 0 0 12px;
  color: #737b89;
  font-size: 0.66rem;
  font-weight: 760;
}

.ugc-reward-copy > b {
  width: fit-content;
  display: block;
  padding: 7px 10px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(100deg, #6942ef, #9a45ff);
  font-size: 0.56rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ugc-phone-status--compact {
  top: 13px;
  right: 14px;
  left: 14px;
  font-size: 0.61rem;
}

.ugc-phone-status--compact > i {
  width: 62px;
  height: 18px;
}

.ugc-story__photo-pane--camera .ugc-story__context {
  top: 52px;
  right: 14px;
}

.ugc-camera-live-chip {
  position: absolute;
  z-index: 5;
  top: 54px;
  left: 15px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(3, 14, 32, 0.44);
  font-size: 0.57rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.ugc-camera-count {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: #fff;
  font-size: clamp(3.6rem, 6vw, 5.2rem);
  line-height: 0.85;
  letter-spacing: -0.075em;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.42);
}

.ugc-camera-count small {
  font-size: 0.58rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ugc-feature-panel--league {
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 74, 255, 0.18), transparent 35%),
    linear-gradient(150deg, #fff, #f3f0ff 100%);
}

.ugc-feature-panel--league .ugc-feature-panel__header {
  margin-bottom: 19px;
}

.ugc-feature-panel--league .ugc-feature-panel__header b {
  width: auto;
  height: auto;
  padding: 7px 8px;
  color: #19966a;
  border-radius: 999px;
  background: #e1f8ee;
  font-size: 0.52rem;
}

.ugc-feature-panel--league h3 {
  margin-bottom: 22px;
  font-size: clamp(1.6rem, 2.3vw, 2.25rem);
}

.ugc-race-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border-top: 1px solid rgba(77, 86, 104, 0.12);
}

.ugc-race-avatar {
  width: 38px;
  height: 38px;
  display: block;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #d6e8ff;
  box-shadow: 0 6px 13px rgba(19, 34, 61, 0.14);
}

.ugc-race-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ugc-race-row > span:nth-child(2) {
  min-width: 0;
}

.ugc-race-row > span:nth-child(2) > strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.76rem;
}

.ugc-race-row > span:nth-child(2) > i {
  height: 5px;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe3eb;
}

.ugc-race-row > span:nth-child(2) > i b {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #9ca4b2;
}

.ugc-race-row--you > span:nth-child(2) > i b {
  background: linear-gradient(90deg, #6c42ef, #1dcced);
}

.ugc-race-row em {
  color: #4b5260;
  font-size: 1.18rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.ugc-race-row--you em {
  color: #6843ed;
}

.ugc-rank-move {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: start;
  gap: 8px;
  margin-top: auto;
  padding: 13px;
  color: #fff;
  border-radius: 17px;
  background: linear-gradient(120deg, #5930df, #8636f5);
  box-shadow: 0 14px 28px rgba(87, 47, 220, 0.25);
}

.ugc-rank-move > span {
  opacity: 0.62;
  font-size: 1rem;
  font-weight: 900;
}

.ugc-rank-move > b {
  opacity: 0.72;
}

.ugc-rank-move > strong {
  font-size: 1.32rem;
  font-weight: 950;
}

.ugc-rank-move > small {
  grid-column: 1 / -1;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ugc-feature-panel--mentor {
  color: #fff;
  background:
    radial-gradient(circle at 90% 88%, rgba(33, 207, 238, 0.22), transparent 34%),
    linear-gradient(155deg, #1a154f, #101d4c 58%, #0c2942);
}

.ugc-mentor-heading {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.63rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ugc-mentor-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ugc-mentor-heading small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.55rem;
}

.ugc-mentor-bubble {
  position: relative;
  z-index: 4;
  margin-top: 20px;
  padding: 14px 14px 15px;
  color: #141e32;
  border-radius: 18px 18px 18px 7px;
  background: #fff;
  box-shadow: 0 15px 28px rgba(0, 8, 25, 0.22);
  font-size: 0.76rem;
  font-weight: 820;
  line-height: 1.35;
}

.ugc-mentor-bubble::after {
  position: absolute;
  left: 13px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.ugc-mentor-progress {
  position: relative;
  z-index: 4;
  display: flex;
  gap: 6px;
  margin-top: 16px;
}

.ugc-mentor-progress > * {
  padding: 7px 9px;
  border-radius: 999px;
  font-size: 0.54rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ugc-mentor-progress strong {
  color: #17223a;
  background: #fff;
}

.ugc-mentor-progress span {
  color: #5c38d8;
  background: #c8f3ff;
}

.ugc-mentor-character {
  position: absolute;
  z-index: 2;
  right: -23%;
  bottom: -14%;
  width: 108%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 22px rgba(0, 7, 30, 0.28));
}

.ugc-mentor-result {
  position: absolute;
  z-index: 5;
  bottom: 21px;
  left: 21px;
  padding: 10px 12px;
  color: #17213a;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 13px 25px rgba(0, 8, 28, 0.2);
  backdrop-filter: blur(10px);
}

.ugc-mentor-result span,
.ugc-mentor-result strong {
  display: block;
}

.ugc-mentor-result span {
  color: #6e4bee;
  font-size: 0.48rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ugc-mentor-result strong {
  margin-top: 2px;
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

.ugc-stories__footer {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: -30px;
}

.ugc-stories__footer > p {
  margin: 0;
  color: #7b8491;
  font-size: 0.75rem;
  line-height: 1.45;
}

.ugc-stories__controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ugc-stories__toggle {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #6f45ed, #9037f6);
  box-shadow: 0 11px 24px rgba(104, 59, 225, 0.24);
  cursor: pointer;
}

.ugc-stories__toggle > span {
  position: relative;
  width: 13px;
  height: 14px;
  display: block;
}

.ugc-stories__toggle > span::before,
.ugc-stories__toggle > span::after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 4px;
  content: "";
  border-radius: 2px;
  background: currentColor;
}

.ugc-stories__toggle > span::before {
  left: 1px;
}

.ugc-stories__toggle > span::after {
  right: 1px;
}

.ugc-stories__toggle[aria-pressed="true"] > span::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 2px;
  width: auto;
  border-radius: 0;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.ugc-stories__toggle[aria-pressed="true"] > span::after {
  display: none;
}

.ugc-stories__toggle:hover {
  transform: translateY(-2px);
}

.ugc-stories__toggle:focus-visible,
.ugc-stories__dots button:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.ugc-stories__dots {
  display: flex;
  align-items: center;
  gap: 0;
}

.ugc-stories__dots button {
  width: 25px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ugc-stories__dots button::after {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 999px;
  background: #bdc4ce;
  transition: width 180ms ease, background 180ms ease;
}

.ugc-stories__dots button[aria-current="true"]::after {
  width: 21px;
  background: var(--primary);
}

@media (max-width: 900px) {
  .ugc-stories__heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .ugc-stories__heading > p {
    max-width: 590px;
  }

  .ugc-story--wide {
    width: clamp(610px, 82vw, 700px);
  }
}

@media (max-width: 620px) {
  .ugc-stories.section-shell {
    width: calc(100% - 28px);
  }

  .ugc-stories {
    padding-block: 70px 94px;
  }

  .ugc-stories__heading {
    margin-bottom: 0;
  }

  .ugc-stories__heading h2 {
    font-size: clamp(2.65rem, 13vw, 3.8rem);
  }

  .ugc-stories__track {
    align-items: center;
    gap: 14px;
    padding-block: 28px 100px;
  }

  .ugc-story--camera {
    width: min(87vw, 360px);
    height: min(140vw, 558px);
  }

  .ugc-story--wide {
    width: min(91vw, 384px);
    height: min(160vw, 622px);
  }

  .ugc-story--wide .ugc-story__surface {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 64%) minmax(0, 36%);
  }

  .ugc-story__surface {
    border-radius: 29px;
  }

  .ugc-story__outcome {
    bottom: -52px;
    left: 18px;
    width: min(315px, calc(100% - 36px));
  }

  .ugc-feature-panel {
    padding: 15px 17px;
  }

  .ugc-feature-panel__header {
    margin-bottom: 8px;
  }

  .ugc-feature-panel__header b {
    width: 27px;
    height: 27px;
  }

  .ugc-feature-panel h3 {
    font-size: 1.62rem;
  }

  .ugc-feature-panel--path .ugc-progress-line,
  .ugc-path-next {
    width: 51%;
  }

  .ugc-feature-panel--path .ugc-progress-line {
    margin-top: 10px;
  }

  .ugc-path-next {
    margin-top: 7px;
    font-size: 0.64rem;
  }

  .ugc-path-window {
    position: absolute;
    top: 43px;
    right: 14px;
    bottom: 13px;
    width: 40%;
    min-height: 0;
    margin: 0;
    border-radius: 17px;
  }

  .ugc-path-node {
    width: 31px;
    height: 31px;
    border-width: 3px;
    font-size: 0.58rem;
  }

  .ugc-path-node i {
    display: none;
  }

  .ugc-path-node--done {
    top: 12px;
    left: 9px;
  }

  .ugc-path-node--active {
    top: 48px;
    right: 13px;
    width: 37px;
    height: 37px;
  }

  .ugc-path-node--locked {
    right: 46px;
    bottom: 10px;
  }

  .ugc-feature-panel--league .ugc-feature-panel__header {
    margin-bottom: 4px;
  }

  .ugc-feature-panel--league .ugc-feature-panel__eyebrow {
    display: none;
  }

  .ugc-feature-panel--league h3 {
    position: absolute;
    top: 49px;
    left: 17px;
    width: 34%;
    margin: 0;
    font-size: 1.22rem;
  }

  .ugc-race-row {
    width: 56%;
    margin-left: auto;
    grid-template-columns: 31px minmax(0, 1fr) auto;
    gap: 6px;
    padding: 5px 0;
  }

  .ugc-race-avatar {
    width: 31px;
    height: 31px;
  }

  .ugc-race-row > span:nth-child(2) > strong {
    margin-bottom: 3px;
    font-size: 0.65rem;
  }

  .ugc-race-row em {
    font-size: 0.95rem;
  }

  .ugc-rank-move {
    position: absolute;
    bottom: 14px;
    left: 17px;
    max-width: 35%;
    gap: 5px;
    padding: 8px 10px;
  }

  .ugc-rank-move > strong {
    font-size: 1.05rem;
  }

  .ugc-rank-move > small {
    font-size: 0.42rem;
  }

  .ugc-mentor-heading {
    width: 56%;
  }

  .ugc-mentor-bubble {
    width: 58%;
    margin-top: 9px;
    padding: 10px 11px;
    font-size: 0.66rem;
  }

  .ugc-mentor-progress {
    margin-top: 9px;
  }

  .ugc-mentor-character {
    right: -1%;
    bottom: -18%;
    width: 53%;
  }

  .ugc-mentor-result {
    top: 118px;
    right: 15px;
    bottom: auto;
    left: auto;
    padding: 8px 10px;
  }

  .ugc-mentor-result strong {
    font-size: 1rem;
  }

  .ugc-stories__footer {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-top: -24px;
  }
}

@media (max-width: 390px) {
  .ugc-phone-status {
    right: 16px;
    left: 16px;
  }

  .ugc-camera-toolbar {
    right: 16px;
    left: 16px;
  }

  .ugc-live-hud {
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .ugc-live-hud > strong {
    font-size: 4.45rem;
  }

  .ugc-reward-sheet {
    grid-template-columns: minmax(101px, 41%) minmax(0, 59%);
    padding-inline: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ugc-story__surface,
  .ugc-story__photo,
  .ugc-stories__dots button::after,
  .ugc-stories__toggle {
    transition: none;
  }

  .ugc-story:hover .ugc-story__surface,
  .ugc-story:hover .ugc-story__photo,
  .ugc-stories__toggle:hover {
    transform: none;
  }
}
