:root {
  --accent: #e8f72b;
  --accent-soft: rgba(232, 247, 43, 0.18);
  --black: #000;
  --surface: #111211;
  --raised: #191a18;
  --white: #fff;
  --secondary: rgba(255, 255, 255, 0.68);
  --tertiary: rgba(255, 255, 255, 0.52);
  --line: rgba(255, 255, 255, 0.14);
  --page: min(1240px, calc(100vw - 48px));
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection,
body *::selection {
  color: var(--black);
  background: var(--accent);
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: var(--black);
}

body::-webkit-scrollbar-thumb {
  border: 3px solid var(--black);
  border-radius: 999px;
  background: rgba(232, 247, 43, 0.55);
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

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

svg {
  display: block;
}

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

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 16px;
  padding: 10px 14px;
  color: var(--black);
  background: var(--accent);
  border-radius: 10px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background-color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(0, 0, 0, 0.86);
  border-color: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: var(--page);
  height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.wordmark span:last-child {
  color: var(--accent);
}

.site-header nav,
.footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-header nav a,
.footer-bottom nav a {
  color: var(--secondary);
  font-size: 14px;
  font-weight: 550;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-header nav a:hover,
.footer-bottom nav a:hover {
  color: var(--white);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  color: var(--black);
  background: var(--accent);
  border-radius: 14px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease;
}

.header-cta:hover {
  background: #f0ff45;
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  position: absolute;
  inset: -20% -10% auto auto;
  width: min(62vw, 900px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 247, 43, 0.12), rgba(232, 247, 43, 0.025) 42%, transparent 68%);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: var(--page);
  min-height: calc(100svh - 1px);
  margin: 0 auto;
  padding: 132px 0 106px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(40px, 7vw, 112px);
}

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

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3.5rem, 6.2vw, 6rem);
  line-height: 0.97;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-copy > p:not(.availability) {
  max-width: 620px;
  margin: 34px 0 0;
  color: var(--secondary);
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
  line-height: 1.5;
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 180ms var(--ease-out), background-color 180ms ease, color 180ms ease;
}

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  transition: transform 180ms var(--ease-out);
}

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

.button:hover svg {
  transform: translateX(3px);
}

.button-primary {
  color: var(--black);
  background: var(--accent);
}

.button-primary:hover {
  background: #f0ff45;
}

.button-quiet {
  color: var(--white);
  background: var(--raised);
}

.button-quiet:hover {
  background: #232420;
}

.availability {
  margin: 22px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tertiary);
  font-size: 13px;
}

.availability span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(232, 247, 43, 0.1);
}

.hero-art {
  position: relative;
  min-height: min(74vh, 760px);
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.medal-stage {
  position: relative;
  z-index: 2;
  width: min(42vw, 590px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}

.medal-halo {
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 247, 43, 0.25), rgba(232, 247, 43, 0.06) 48%, transparent 72%);
  filter: blur(18px);
  transform: translateY(12%) translateZ(-80px);
}

.medal-object {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  will-change: transform;
  animation: medal-float 5.8s ease-in-out infinite;
  filter: drop-shadow(0 28px 28px rgba(0, 0, 0, 0.72));
}

.medal-object img {
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.medal-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 30%, rgba(255, 255, 255, 0.03) 42%, rgba(255, 255, 255, 0.52) 49%, rgba(255, 246, 194, 0.08) 57%, transparent 69%);
  background-size: 220% 100%;
  -webkit-mask-image: url("/assets/hero-medal-transparent.webp?v=20260906-2");
  mask-image: url("/assets/hero-medal-transparent.webp?v=20260906-2");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  clip-path: inset(34% 0 0);
  mix-blend-mode: screen;
  opacity: 0.68;
  transform: translateZ(12px);
  animation: medal-shimmer 4.7s var(--ease-out) infinite;
  pointer-events: none;
}

.orbit {
  position: absolute;
  z-index: 0;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(-16deg);
}

.orbit::after {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(232, 247, 43, 0.6);
  content: "";
}

.orbit-one {
  animation: orbit-drift 12s linear infinite;
}

.orbit-two {
  width: 92%;
  border-color: rgba(255, 255, 255, 0.06);
  transform: rotateX(71deg) rotateZ(22deg);
  animation: orbit-drift-reverse 18s linear infinite;
}

.hero-art-caption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 10%;
  margin: 0;
  display: grid;
  gap: 2px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.hero-art-caption strong {
  font-size: 14px;
}

.hero-art-caption span {
  color: var(--secondary);
  font-size: 12px;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  right: 50%;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tertiary);
  font-size: 12px;
  text-decoration: none;
  transform: translateX(50%);
}

.scroll-cue svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.section {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(108px, 12vw, 180px) 0;
}

.section-heading {
  max-width: 920px;
}

.section-heading h2,
.feature-copy h2,
.journey-copy-step h2,
.privacy-copy h2,
.closing h2 {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.65rem, 5vw, 5.25rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.section-heading p {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--secondary);
  font-size: clamp(1.08rem, 1.7vw, 1.36rem);
}

.story-intro {
  padding-bottom: 126px;
}

.process {
  position: relative;
  margin: 82px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  list-style: none;
}

.process::before {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--line);
  content: "";
}

.process li {
  position: relative;
  padding-top: 34px;
}

.process-dot {
  position: absolute;
  top: 1px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid var(--black);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}

.process h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.2;
}

.process p {
  max-width: 32ch;
  margin: 13px 0 0;
  color: var(--secondary);
}

.journey {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--black);
}

.js .journey {
  height: 480vh;
}

.journey-sticky {
  min-height: 880px;
}

.js .journey-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
}

.journey-sticky::before {
  position: absolute;
  top: 50%;
  right: 7%;
  width: min(54vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 247, 43, 0.13), rgba(232, 247, 43, 0.03) 44%, transparent 70%);
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
}

.journey-inner {
  position: relative;
  z-index: 1;
  width: var(--page);
  height: 100%;
  min-height: inherit;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: clamp(54px, 9vw, 140px);
}

.journey-copy {
  position: relative;
  min-height: 330px;
  max-width: 680px;
}

.journey-copy-step {
  display: none;
}

.journey-copy-step:first-child {
  display: block;
}

.js .journey-copy-step {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(8px);
  transition: opacity 420ms var(--ease-out), transform 540ms var(--ease-out), filter 420ms var(--ease-out);
  pointer-events: none;
}

.js .journey-copy-step.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.journey-copy-step p {
  max-width: 580px;
  margin: 28px 0 0;
  color: var(--secondary);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.58;
}

.journey-progress {
  position: absolute;
  bottom: -36px;
  left: 0;
  display: flex;
  gap: 9px;
}

.journey-progress span {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  transition: width 320ms var(--ease-out), background-color 320ms ease;
}

.journey-progress span.is-active {
  width: 44px;
  background: var(--accent);
}

.journey-device {
  position: relative;
  display: grid;
  place-items: center;
}

.journey-phone {
  position: relative;
  width: min(27vw, 360px);
  min-width: 310px;
  aspect-ratio: 660 / 1434;
  padding: 7px;
  border-radius: 54px;
  background: #242522;
  box-shadow: 0 38px 74px rgba(0, 0, 0, 0.74);
  transform: translateZ(0);
}

.journey-phone::before {
  position: absolute;
  z-index: 20;
  top: 17px;
  left: 50%;
  width: 29%;
  height: 24px;
  border-radius: 999px;
  background: #050505;
  content: "";
  transform: translateX(-50%);
}

.journey-phone::after {
  position: absolute;
  z-index: 20;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 47px;
  content: "";
  pointer-events: none;
}

.journey-phone-screen {
  position: absolute;
  inset: 7px;
  overflow: hidden;
  border-radius: 47px;
  background: var(--black);
  isolation: isolate;
}

.journey-screen {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.journey-camera {
  z-index: 1;
  display: flex;
  flex-direction: column;
  opacity: var(--camera-opacity, 1);
  transform: scale(var(--camera-scale, 1));
  transform-origin: center;
}

.camera-bar,
.form-bar {
  position: relative;
  z-index: 2;
  height: 66px;
  padding: 21px 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
}

.camera-bar svg,
.camera-controls svg,
.form-save svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.camera-bar span {
  font-weight: 650;
}

.camera-view {
  position: relative;
  flex: 1;
  overflow: hidden;
  margin: 0 10px;
  border-radius: 28px;
  background: #050505;
}

.camera-view::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 44%, transparent 30%, rgba(0, 0, 0, 0.36) 74%, rgba(0, 0, 0, 0.74));
  content: "";
  pointer-events: none;
}

.camera-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

.focus-corner {
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-color: var(--accent);
  border-style: solid;
}

.focus-one { top: 24%; left: 16%; border-width: 2px 0 0 2px; border-radius: 9px 0 0; }
.focus-two { top: 24%; right: 16%; border-width: 2px 2px 0 0; border-radius: 0 9px 0 0; }
.focus-three { right: 16%; bottom: 18%; border-width: 0 2px 2px 0; border-radius: 0 0 9px; }
.focus-four { bottom: 18%; left: 16%; border-width: 0 0 2px 2px; border-radius: 0 0 0 9px; }

.focus-label {
  position: absolute;
  z-index: 3;
  top: 18%;
  left: 50%;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--black);
  background: var(--accent);
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transform: translateX(-50%);
}

.camera-controls {
  height: 104px;
  padding: 0 34px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.camera-library {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: linear-gradient(145deg, #242520, #090909);
}

.camera-shutter {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 2px solid var(--accent);
  border-radius: 50%;
  transform: scale(var(--shutter-scale, 1));
}

.camera-shutter i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--accent);
}

.camera-controls svg {
  width: 25px;
  height: 25px;
  color: var(--secondary);
}

.journey-form {
  z-index: 2;
  display: flex;
  flex-direction: column;
  background: #050505;
  opacity: var(--form-opacity, 0);
  transform: translateY(var(--form-y, 26px));
}

.form-bar {
  flex: 0 0 66px;
}

.form-bar span {
  color: var(--accent);
  font-size: 10px;
}

.form-bar strong {
  font-size: 11px;
}

.form-preview {
  flex: 0 0 154px;
  margin: 0 13px 12px;
  border-radius: 18px;
  background: #121312;
}

.form-content {
  padding: 0 13px;
  display: grid;
  gap: 8px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.journey-field {
  position: relative;
  min-width: 0;
  min-height: 52px;
  padding: 9px 28px 8px 11px;
  overflow: hidden;
  border: 1px solid rgba(232, 247, 43, 0.36);
  border-radius: 12px;
  background: #151615;
}

.journey-field span,
.journey-field strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.journey-field span {
  color: var(--tertiary);
  font-size: 8px;
}

.journey-field strong {
  margin-top: 2px;
  font-size: 10px;
  opacity: var(--field-opacity, 0);
  transform: translateX(var(--field-x, -8px));
}

.journey-field::after {
  position: absolute;
  top: 19px;
  right: 11px;
  width: 8px;
  height: 4px;
  border-bottom: 1.5px solid var(--accent);
  border-left: 1.5px solid var(--accent);
  content: "";
  opacity: var(--field-opacity, 0);
  transform: rotate(-45deg);
}

.field-one { --field-opacity: var(--f1, 0); --field-x: var(--f1-x, -8px); }
.field-two { --field-opacity: var(--f2, 0); --field-x: var(--f2-x, -8px); }
.field-three { --field-opacity: var(--f3, 0); --field-x: var(--f3-x, -8px); }
.field-four { --field-opacity: var(--f4, 0); --field-x: var(--f4-x, -8px); }
.field-five { --field-opacity: var(--f5, 0); --field-x: var(--f5-x, -8px); }
.field-six { --field-opacity: var(--f6, 0); --field-x: var(--f6-x, -8px); }

.form-save {
  position: relative;
  min-height: 48px;
  margin: 12px 13px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 12px;
  color: var(--black);
  background: #2a2c08;
  font-size: 10px;
  font-weight: 750;
}

.form-save::before {
  position: absolute;
  inset: 0;
  background: var(--accent);
  content: "";
  transform: scaleX(var(--save-progress, 0));
  transform-origin: left;
}

.form-save span,
.form-save svg {
  position: relative;
  z-index: 1;
}

.form-save svg {
  opacity: var(--save-progress, 0);
}

.journey-shelf {
  z-index: 3;
  background: var(--black);
  opacity: var(--shelf-opacity, 0);
  transform: scale(var(--shelf-scale, 1.04));
}

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

.shelf-arrival {
  position: absolute;
  top: 30.68%;
  left: 6.36%;
  width: 23.64%;
  aspect-ratio: 1;
  border: 1px solid var(--accent);
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(232, 247, 43, 0.25);
  opacity: var(--arrival-opacity, 0);
  transform: scale(var(--arrival-scale, 0.78));
}

.journey-medal-transfer {
  position: absolute;
  z-index: 5;
  top: 74px;
  left: 50%;
  width: 130px;
  opacity: var(--medal-opacity, 0);
  transform: translate3d(var(--medal-x, -50%), var(--medal-y, 0), 0) scale(var(--medal-scale, 1));
  transform-origin: top left;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.78));
  will-change: transform, opacity;
}

.journey-medal-transfer img {
  width: 100%;
  height: auto;
}

.journey-medal-transfer span {
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 34%, rgba(255, 255, 255, 0.58) 50%, transparent 65%);
  background-position: var(--transfer-shine, 160%) 0;
  background-size: 220% 100%;
  -webkit-mask-image: url("/assets/hero-medal-transparent.webp?v=20260906-2");
  mask-image: url("/assets/hero-medal-transparent.webp?v=20260906-2");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  clip-path: inset(34% 0 0);
  mix-blend-mode: screen;
}

.journey-flash {
  position: absolute;
  z-index: 10;
  inset: 0;
  background: var(--white);
  opacity: var(--flash-opacity, 0);
  pointer-events: none;
}

.journey-device-caption {
  position: absolute;
  top: 50%;
  left: calc(100% + 28px);
  width: 170px;
  margin: 0;
  display: grid;
  gap: 3px;
  color: var(--tertiary);
  font-size: 10px;
  line-height: 1.35;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: left center;
}

.journey-device-caption strong {
  color: var(--accent);
  font-size: 10px;
  font-weight: 650;
}

.feature {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(350px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(64px, 9vw, 144px);
  border-top: 1px solid var(--line);
}

.feature-reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
}

.feature-copy {
  max-width: 610px;
}

.feature-copy > p,
.privacy-copy > p,
.closing > p {
  margin: 30px 0 0;
  color: var(--secondary);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.62;
}

.feature-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  min-height: 45px;
  padding: 11px 0 11px 28px;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.88);
}

.feature-list li::before {
  position: absolute;
  top: 19px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.feature-visual {
  position: relative;
  min-height: 670px;
  display: grid;
  place-items: center;
}

.phone-frame {
  position: relative;
  overflow: hidden;
  width: min(360px, 76vw);
  border: 7px solid #222321;
  border-radius: 52px;
  background: var(--black);
  box-shadow: 0 34px 60px rgba(0, 0, 0, 0.68);
}

.phone-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 44px;
  content: "";
  pointer-events: none;
}

.phone-frame img {
  width: 100%;
  height: auto;
}

.phone-cutout {
  transform: rotate(-3.5deg);
}

.feature-note {
  position: absolute;
  z-index: 4;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--black);
  background: var(--accent);
  font-size: 12px;
  font-weight: 750;
}

.feature-note-cutout {
  top: 19%;
  right: 0;
}

.shelf-visual {
  isolation: isolate;
}

.shelf-glow {
  position: absolute;
  z-index: -1;
  width: 84%;
  height: 58%;
  border-radius: 50%;
  background: rgba(232, 247, 43, 0.12);
  filter: blur(88px);
}

.phone-shelf {
  transform: rotate(3deg);
}

.fact-line {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fact-line span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--secondary);
  font-size: 13px;
}

.share-section {
  overflow: hidden;
}

.phone-pair {
  min-height: 700px;
}

.phone-detail,
.phone-share {
  position: absolute;
  width: min(300px, 62vw);
}

.phone-detail {
  left: 4%;
  transform: rotate(-5deg) translateY(-22px);
}

.phone-share {
  right: 2%;
  transform: rotate(6deg) translateY(54px);
}

.text-link {
  display: inline-flex;
  margin-top: 30px;
  color: var(--accent);
  font-weight: 650;
  text-decoration: underline;
}

.privacy {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  align-items: end;
  gap: 96px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.privacy-mark {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 4%;
  width: min(48vw, 580px);
  opacity: 0.2;
  transform: translateY(-50%) rotate(-8deg);
  filter: saturate(0.8);
}

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

.privacy-facts {
  margin: 0;
}

.privacy-facts div {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.privacy-facts dt {
  color: var(--accent);
  font-size: 15px;
  font-weight: 750;
}

.privacy-facts dd {
  margin: 4px 0 0;
  color: var(--secondary);
  font-size: 14px;
}

.section-heading.compact {
  max-width: 680px;
}

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

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

.faq-list summary {
  min-height: 76px;
  padding: 22px 48px 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 650;
  list-style: none;
}

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

.faq-list summary span {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 220ms var(--ease-out);
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details p {
  max-width: 72ch;
  margin: -6px 0 26px;
  color: var(--secondary);
}

.faq-list details p a {
  color: var(--accent);
}

.closing {
  position: relative;
  min-height: 820px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.closing::before {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: min(58vw, 700px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 247, 43, 0.17), rgba(232, 247, 43, 0.025) 44%, transparent 69%);
  content: "";
}

.closing-icon {
  position: absolute;
  z-index: 0;
  right: -2%;
  width: min(47vw, 570px);
  opacity: 0.88;
  transform: rotate(4deg);
}

.closing h2,
.closing > p,
.closing > .button {
  position: relative;
  z-index: 1;
}

.closing > p {
  max-width: 610px;
}

.closing > .button {
  margin-top: 36px;
}

.site-footer {
  width: var(--page);
  margin: 0 auto;
  padding: 52px 0 34px;
  border-top: 1px solid var(--line);
}

.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-top p {
  color: var(--secondary);
  font-size: 14px;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  color: var(--tertiary);
  font-size: 13px;
}

.footer-bottom p a {
  color: var(--secondary);
  text-decoration: underline;
  text-decoration-color: rgba(232, 247, 43, 0.48);
  text-underline-offset: 4px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.footer-bottom p a:hover {
  color: var(--white);
  text-decoration-color: var(--accent);
}

@media (max-height: 900px) and (min-width: 981px) {
  .journey-inner {
    padding-top: 84px;
  }

  .journey-phone {
    width: min(25vw, 316px, calc((100dvh - 96px) * 0.46025));
    min-width: 0;
  }
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(7px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out), filter 700ms var(--ease-out);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes medal-float {
  0%, 100% { transform: translateY(-5px) rotateZ(-0.7deg); }
  50% { transform: translateY(11px) rotateZ(0.8deg); }
}

@keyframes medal-shimmer {
  0%, 24% { background-position: 180% 0; opacity: 0; }
  42% { opacity: 0.72; }
  68%, 100% { background-position: -70% 0; opacity: 0; }
}

@keyframes orbit-drift {
  to { transform: rotateX(68deg) rotateZ(344deg); }
}

@keyframes orbit-drift-reverse {
  to { transform: rotateX(71deg) rotateZ(-338deg); }
}

@media (max-width: 980px) {
  :root {
    --page: min(100% - 40px, 760px);
  }

  .site-header nav {
    display: none;
  }

  .hero-grid {
    padding-top: 130px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy > p:not(.availability) {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions,
  .availability {
    justify-content: center;
  }

  .hero-art {
    min-height: 520px;
  }

  .medal-stage {
    width: min(78vw, 540px);
  }

  .hero-art-caption {
    right: 10%;
    bottom: 2%;
  }

  .js .journey {
    height: 520vh;
  }

  .journey-inner {
    padding-top: 82px;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 0;
  }

  .journey-copy {
    position: absolute;
    z-index: 12;
    top: 92px;
    left: 50%;
    width: min(650px, 100%);
    min-height: 190px;
    text-align: center;
    transform: translateX(-50%);
  }

  .journey-copy-step {
    align-items: center;
  }

  .journey-copy-step p {
    margin-top: 18px;
  }

  .journey-progress {
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
  }

  .journey-device {
    padding-top: 205px;
  }

  .journey-phone {
    width: min(320px, 64vw);
    min-width: 280px;
  }

  .journey-device-caption {
    display: none;
  }

  .feature,
  .feature-reverse,
  .privacy {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 76px;
  }

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

  .feature-reverse .feature-copy {
    order: 2;
  }

  .feature-reverse .feature-visual {
    order: 1;
  }

  .privacy {
    align-items: start;
  }

  .privacy-mark {
    top: 25%;
    right: -8%;
    width: 70vw;
  }

  .privacy-facts {
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  :root {
    --page: calc(100vw - 32px);
  }

  html {
    scroll-padding-top: 76px;
  }

  .header-inner {
    height: 72px;
    gap: 14px;
  }

  .header-cta {
    padding: 0 13px;
    font-size: 12px;
  }

  .hero-grid {
    padding: 112px 0 92px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 15vw, 4.5rem);
  }

  .hero-copy > p:not(.availability) {
    margin-top: 24px;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-art {
    min-height: 400px;
  }

  .medal-stage {
    width: min(95vw, 450px);
  }

  .hero-art-caption {
    right: 2%;
    bottom: -2%;
  }

  .scroll-cue span {
    display: none;
  }

  .section {
    padding: 100px 0;
  }

  .section-heading h2,
  .feature-copy h2,
  .journey-copy-step h2,
  .privacy-copy h2,
  .closing h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .process {
    margin-top: 58px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .process::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 5px;
    width: 1px;
    height: auto;
  }

  .process li {
    padding: 0 0 0 34px;
  }

  .process-dot {
    top: 6px;
  }

  .journey-copy {
    top: 86px;
    min-height: 166px;
  }

  .journey-copy-step h2 {
    max-width: 350px;
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .journey-copy-step p {
    max-width: 350px;
    margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .journey-progress {
    bottom: -2px;
  }

  .journey-device {
    padding-top: 190px;
  }

  .journey-phone {
    width: min(252px, 68vw);
    min-width: 0;
    padding: 5px;
    border-radius: 43px;
  }

  .journey-phone::before {
    top: 13px;
    height: 18px;
  }

  .journey-phone::after {
    inset: 5px;
    border-radius: 38px;
  }

  .journey-phone-screen {
    inset: 5px;
    border-radius: 38px;
  }

  .journey-medal-transfer {
    width: 92px;
  }

  .camera-bar,
  .form-bar {
    height: 55px;
    padding-top: 16px;
  }

  .camera-controls {
    height: 84px;
  }

  .camera-shutter {
    width: 50px;
    height: 50px;
  }

  .camera-shutter i {
    width: 40px;
    height: 40px;
  }

  .form-bar {
    flex-basis: 55px;
  }

  .form-preview {
    flex-basis: 110px;
  }

  .form-content {
    gap: 6px;
  }

  .journey-field {
    min-height: 42px;
    padding-top: 6px;
    padding-bottom: 5px;
  }

  .journey-field::after {
    top: 15px;
  }

  .form-save {
    min-height: 40px;
    margin-top: 8px;
  }

  .feature {
    gap: 52px;
  }

  .feature-visual {
    min-height: 580px;
  }

  .feature-note-cutout {
    right: -4px;
  }

  .phone-pair {
    min-height: 570px;
  }

  .phone-detail,
  .phone-share {
    width: min(240px, 62vw);
  }

  .phone-detail {
    left: -2%;
  }

  .phone-share {
    right: -4%;
  }

  .privacy {
    gap: 54px;
  }

  .closing {
    min-height: 760px;
    padding-bottom: 360px;
    justify-content: flex-start;
  }

  .closing-icon {
    right: 50%;
    bottom: 10px;
    width: min(94vw, 440px);
    transform: translateX(50%) rotate(3deg);
  }

  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
    gap: 18px 24px;
  }
}

@media (max-height: 900px) and (min-width: 681px) and (max-width: 980px) {
  .journey-inner {
    padding-top: 56px;
  }

  .journey-copy {
    top: 60px;
    min-height: 160px;
  }

  .journey-device {
    padding-top: 174px;
  }

  .journey-phone {
    width: min(280px, 52vw, calc((100dvh - 250px) * 0.46025));
    min-width: 0;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .js .journey {
    height: auto;
    padding: 100px 0;
  }

  .js .journey-sticky {
    position: relative;
    height: auto;
    min-height: 780px;
  }
}
