
.see {
  --white:  #F0F0F0;
  --yellow: #F8FF13;
  --grey:   #9E9E9E;
  --dark:   #020307;

  position: relative;
  margin: 0;
  height: 3688px;
  background: var(--dark);
  color: var(--white);
  font-family: 'Euclid Circular A', system-ui, -apple-system, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.see__pin {
  position: sticky;
  top: 0;
  height: 1288px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.see__stage {
  position: relative;
  flex: none;
  width: 1440px;
  height: 1288px;
  isolation: isolate;
}

.see__bg {
  position: absolute;
  inset: 0;
  width: 1440px;
  height: 1288px;
  pointer-events: none;
}
.see__bg--main  { z-index: 0; }

.see__bg--light { z-index: 1; mix-blend-mode: lighten; }
.see__bg--dots  { z-index: 2; }

.see__head {
  position: absolute;
  left: 50%;
  top: 88px;
  transform: translateX(-50%);
  width: 687px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  z-index: 4;
}
.see__title {
  margin: 0;
  width: 100%;
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -5.3px;
  color: var(--white);
}
.see__title b { display: block; font-weight: 600; color: var(--yellow); }
.see__subtitle {
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
  color: var(--grey);
  font-feature-settings: 'lnum' 1, 'pnum' 1;
}

.see__ring {
  position: absolute;
  left: 720px;
  top: 686px;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}
.see__ring-track {
  fill: none;
  stroke: rgba(240, 240, 240, 0.10);
  stroke-width: 1;
}

.see__ring-progress {
  fill: none;
  stroke: var(--yellow);
  stroke-width: 2;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.2s linear;
  filter: drop-shadow(0 0 6px rgba(248, 255, 19, 0.5));
}

.see__phone {
  position: absolute;
  left: 551.8px;
  top: 341.5px;
  width: 336.408px;
  height: 689px;
  overflow: hidden;
  z-index: 3;

  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.see__phone.is-stepping { transform: translateY(5px) scale(0.988); }

.see__body {
  position: absolute;
  left: -471.66px;
  top: -135.68px;
  width: 1280.489px;
  height: 960.366px;
  max-width: none;
  pointer-events: none;
}

.see__screen {
  position: absolute;
  left: 14.77px;
  top: 12.97px;
  width: 307.148px;
  height: 663.065px;
  border-radius: 44px;
  overflow: hidden;
  background: var(--dark);
}
.see__screen img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.see__screen img.is-active { opacity: 1; }

.see__island {
  position: absolute;
  left: 50%;
  top: 11px;
  width: 90px;
  height: 26px;
  transform: translateX(-50%);
  border-radius: 100px;
  background: var(--dark);
  z-index: 2;
}

.see__cta {
  position: absolute;
  left: 50%;
  top: 1088px;
  transform: translateX(-50%);
  width: 441px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 4;
}
.see__cta .hero__stores { justify-content: center; }
.see__cta .hero__meta { width: 100%; }

@media (prefers-reduced-motion: reduce) {
  .see__screen img,
  .see__ring-progress,
  .see__phone { transition: none; }
}

.see__bg--mobile-main,
.see__bg--mobile-dots { display: none; }

  @media (max-width: 767px) {

    .see { height: 1076px; }
    .see__pin { height: 1076px; }
    .see__stage {
      position: relative;
      width: 100%;
      max-width: 375px;
      min-height: 1076px;
      margin: 0 auto;
    }

    .see__bg--main,
    .see__bg--light,
    .see__bg--dots { display: none; }

    .see__bg--mobile-main,
    .see__bg--mobile-dots {
      display: block;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      pointer-events: none;
    }
    .see__bg--mobile-main { z-index: 0; }
    .see__bg--mobile-dots { z-index: 1; }

    .see__head {
      left: 50%;
      top: 192px;
      transform: translateX(-50%);
      width: 343px;
      max-width: calc(100% - 32px);
      min-height: 140px;
      gap: 12px;
      z-index: 4;
    }
    .see__title {
      font-size: 36px;
      line-height: 36px;
      letter-spacing: -3px;
    }
    .see__subtitle {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.18px;
    }

    .see__ring {
      left: 50%;
      top: 437.53px;
      width: 343px;
      height: 343px;
      transform: translateX(-50%);
    }

    .see__ring-progress { transition: none; }

    .see__screen img { transition: opacity 0.22s ease; }

    .see__phone {
      left: 68.02px;
      top: 364px;
      width: 239.96px;
      height: 491.46px;
    }
    .see__body {
      left: -336.439px;
      top: -96.783px;
      width: 913.374px;
      height: 685.03px;
    }
    .see__screen {
      left: 10.536px;
      top: 9.249px;
      width: 219.089px;
      height: 472.965px;
      border-radius: 31.386px;
    }
    .see__island {
      top: 7.846px;
      width: 64.197px;
      height: 18.546px;
    }

    .see__cta {
      left: 16px;
      top: 888px;
      transform: none;
      width: 343px;
      max-width: calc(100% - 32px);
      gap: 12px;
    }

    .see__cta .hero__stores { width: 100%; }
  }
