:root {
  color-scheme: dark;
  --bg: #030106;
  --ink: #fff9ff;
  --muted: #bbb0c8;
  --pink: #ff2bd6;
  --cyan: #14f4ff;
  --acid: #d7ff35;
  --orange: #ff8a1c;
  --violet: #7b4dff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

#noise-canvas,
.beam-field,
.cursor-orb {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
}

#noise-canvas {
  opacity: 0.12;
  mix-blend-mode: screen;
}

.beam-field {
  background:
    linear-gradient(110deg, transparent 0 18%, rgba(255, 43, 214, 0.28) 19%, transparent 23% 100%),
    linear-gradient(72deg, transparent 0 48%, rgba(20, 244, 255, 0.2) 49%, transparent 53% 100%),
    radial-gradient(circle at 50% 0%, rgba(255, 138, 28, 0.28), transparent 24rem);
  filter: blur(8px);
  opacity: 0.75;
  animation: beams 9s linear infinite;
}

.cursor-orb {
  width: 14rem;
  height: 14rem;
  inset: auto;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(215, 255, 53, 0.22), rgba(255, 43, 214, 0.1) 42%, transparent 70%);
  transform: translate3d(var(--x, 50vw), var(--y, 50vh), 0);
  transition: transform 180ms ease-out;
  mix-blend-mode: screen;
}

.site-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(16px, 4vw, 40px);
  background: linear-gradient(180deg, rgba(3, 1, 6, 0.84), transparent);
}

.brand,
.top-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  box-shadow: 0 0 28px rgba(255, 43, 214, 0.75);
}

.top-cta {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 24px rgba(20, 244, 255, 0.22);
}

main,
footer {
  position: relative;
  z-index: 1;
}

section {
  position: relative;
  min-height: 100svh;
  padding: clamp(72px, 10vw, 120px) clamp(16px, 5vw, 72px);
}

.hero {
  display: grid;
  place-items: center start;
  isolation: isolate;
  overflow: hidden;
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  perspective: 1200px;
  background:
    radial-gradient(circle at 70% 26%, rgba(255, 255, 255, 0.14), transparent 16rem),
    radial-gradient(circle at 10% 84%, rgba(255, 43, 214, 0.28), transparent 18rem),
    #040006;
}

.mirror-wall {
  position: absolute;
  inset: -20%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 62px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 72px);
  transform: rotateX(58deg) translateY(8%);
  animation: wallSlide 12s linear infinite;
}

.disco-ball {
  position: absolute;
  top: 10vh;
  right: clamp(18px, 9vw, 130px);
  width: clamp(96px, 18vw, 220px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg, #fefefe 0 8deg, #6ef8ff 9deg 16deg, #f72bd1 17deg 24deg, #1d1028 25deg 32deg);
  box-shadow: 0 0 70px rgba(255, 255, 255, 0.45), 0 0 140px rgba(20, 244, 255, 0.35);
  animation: spin 7s linear infinite;
  opacity: 0.88;
}

.disco-ball span {
  position: absolute;
  inset: 17%;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 22%, #fff, transparent 30%), rgba(0, 0, 0, 0.28);
}

.phone-stack {
  position: absolute;
  right: -12vw;
  bottom: -8vh;
  display: flex;
  gap: clamp(12px, 2vw, 26px);
  align-items: flex-end;
  transform: rotate(-8deg);
  filter: drop-shadow(0 0 46px rgba(255, 43, 214, 0.38));
}

.phone {
  overflow: hidden;
  margin: 0;
  width: clamp(170px, 22vw, 315px);
  aspect-ratio: 1206 / 2622;
  border: 8px solid #050505;
  border-radius: 34px;
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28), 0 30px 80px rgba(0, 0, 0, 0.55);
}

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

.phone-a {
  transform: translateY(-7vh) rotate(-7deg);
  animation: floatA 5.5s ease-in-out infinite;
}

.phone-b {
  transform: translateY(3vh) rotate(5deg);
  animation: floatB 4.8s ease-in-out infinite;
}

.phone-c {
  transform: translateY(-2vh) rotate(13deg);
  animation: floatC 6.4s ease-in-out infinite;
}

.strobe-ribbon {
  position: absolute;
  inset: 0;
  opacity: 0.44;
  mix-blend-mode: screen;
  animation: strobe 2.8s steps(2, end) infinite;
}

.ribbon-one {
  background: linear-gradient(100deg, transparent 35%, rgba(20, 244, 255, 0.55) 42%, transparent 52%);
}

.ribbon-two {
  background: linear-gradient(62deg, transparent 12%, rgba(255, 43, 214, 0.45) 18%, transparent 34%);
  animation-delay: 900ms;
}

.hero-copy {
  width: min(970px, 100%);
  padding-top: 0;
}

.kicker {
  margin: 0 0 14px;
  color: var(--acid);
  font-size: clamp(12px, 2vw, 15px);
  font-weight: 950;
  text-transform: uppercase;
}

.chrome-text {
  margin: 0;
  max-width: 11ch;
  color: transparent;
  font-size: clamp(64px, 13vw, 155px);
  font-weight: 1000;
  line-height: 0.82;
  text-transform: uppercase;
  background:
    linear-gradient(180deg, #fff 0%, #b9c8d8 21%, #111 34%, #f5fdff 48%, #838b9c 57%, #fff 75%, #2a2d36 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 24px rgba(20, 244, 255, 0.3)) drop-shadow(0 0 38px rgba(255, 43, 214, 0.28));
}

.chrome-text.small {
  max-width: 12ch;
  font-size: clamp(46px, 10vw, 130px);
}

.subhead,
.final-copy p,
.vibe-copy p {
  max-width: 620px;
  color: #f4eaff;
  font-size: clamp(18px, 3.3vw, 28px);
  font-weight: 750;
  line-height: 1.1;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.88);
}

.hero-actions,
.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.cta,
.store-button,
.price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border-radius: 999px;
  font-weight: 1000;
  text-transform: uppercase;
}

.cta {
  padding: 0 28px;
  font-size: clamp(16px, 4vw, 24px);
}

.primary {
  color: #050007;
  background: linear-gradient(90deg, var(--acid), #fff, var(--cyan), var(--pink));
  box-shadow: 0 0 28px rgba(215, 255, 53, 0.45), 0 0 64px rgba(255, 43, 214, 0.35);
}

.secondary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.price-line {
  color: var(--muted);
  font-weight: 850;
}

.chaos-feed {
  display: grid;
  align-content: center;
  gap: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 43, 214, 0.08), rgba(20, 244, 255, 0.06), transparent);
}

.section-copy {
  max-width: 860px;
}

.reel-rail {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: rail 28s linear infinite;
}

.reel-card {
  position: relative;
  overflow: hidden;
  width: clamp(210px, 30vw, 310px);
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #09030c;
  box-shadow: 0 0 42px rgba(20, 244, 255, 0.12);
}

.reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.3) contrast(1.08);
  animation: reelZoom 8s ease-in-out infinite alternate;
}

.reel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.9));
}

.reel-card::after {
  content: "LIVE";
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #050006;
  background: var(--acid);
  font-size: 11px;
  font-weight: 1000;
}

.reel-card p,
.reel-card span {
  position: absolute;
  left: 14px;
  right: 14px;
  z-index: 1;
  margin: 0;
}

.reel-card p {
  bottom: 42px;
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.reel-card span {
  bottom: 17px;
  color: #c7faff;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.reel-card.hot {
  transform: translateY(28px);
}

.reel-card.odd {
  transform: translateY(-18px);
}

.experience {
  display: grid;
  align-content: center;
  gap: 40px;
}

.moment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.moment-grid article {
  min-height: 220px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 20% 20%, rgba(255, 43, 214, 0.2), transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.moment-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 0.92;
  text-transform: uppercase;
}

.moment-grid span {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.18;
}

.vibe-lab {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: clamp(28px, 7vw, 80px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--vibe-x, 70%) var(--vibe-y, 45%), rgba(255, 43, 214, 0.42), transparent 22rem),
    radial-gradient(circle at 16% 84%, rgba(20, 244, 255, 0.24), transparent 20rem);
}

.vibe-button {
  position: relative;
  display: grid;
  place-items: center;
  width: min(74vw, 420px);
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  color: #050006;
  background: conic-gradient(from var(--spin, 0deg), var(--acid), #fff, var(--cyan), var(--pink), var(--orange), var(--acid));
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.45), 0 0 120px rgba(255, 43, 214, 0.55);
  cursor: pointer;
  animation: pulse 1.9s ease-in-out infinite;
}

.vibe-button span {
  font-size: clamp(58px, 14vw, 122px);
  font-weight: 1000;
  letter-spacing: 0;
}

.vibe-readout {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vibe-readout span {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f8f1ff;
  font-weight: 900;
  text-transform: uppercase;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 80px);
  align-items: center;
  overflow: hidden;
}

.mockup-row {
  display: flex;
  gap: 16px;
  transform: rotate(-6deg);
}

.final-phone {
  width: min(38vw, 270px);
}

.final-phone:nth-child(2) {
  transform: translateY(10vh) rotate(11deg);
}

.store-button {
  flex-direction: column;
  align-items: flex-start;
  min-width: 220px;
  padding: 13px 24px;
  color: #050006;
  background: #fff;
  line-height: 1;
}

.store-button span {
  font-size: 12px;
  font-weight: 800;
}

.store-button strong {
  font-size: 28px;
}

.price-badge {
  min-width: 118px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  font-size: 24px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 34px 16px 42px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

@keyframes beams {
  0% { transform: translateX(-8%) rotate(0deg); }
  100% { transform: translateX(8%) rotate(360deg); }
}

@keyframes wallSlide {
  to { transform: rotateX(58deg) translateY(8%) translateX(62px); }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes strobe {
  0%, 70%, 100% { opacity: 0.1; }
  72%, 78% { opacity: 0.82; }
}

@keyframes floatA {
  50% { transform: translateY(-10vh) rotate(-3deg) scale(1.02); }
}

@keyframes floatB {
  50% { transform: translateY(0) rotate(9deg) scale(1.03); }
}

@keyframes floatC {
  50% { transform: translateY(-6vh) rotate(8deg) scale(1.01); }
}

@keyframes rail {
  to { transform: translateX(calc(-50% - 8px)); }
}

@keyframes reelZoom {
  to { transform: scale(1.11) rotate(1deg); }
}

@keyframes pulse {
  50% { transform: scale(1.045); filter: hue-rotate(70deg); }
}

@media (max-width: 880px) {
  section {
    padding-inline: 16px;
  }

  .phone-stack {
    right: -42vw;
    opacity: 0.9;
  }

  .hero-copy {
    padding-top: 26svh;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta {
    width: 100%;
  }

  .moment-grid,
  .vibe-lab,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .moment-grid article {
    min-height: 150px;
  }

  .vibe-button {
    justify-self: center;
  }

  .mockup-row {
    order: 2;
    justify-content: center;
  }

  .final-phone {
    width: min(44vw, 210px);
  }
}

@media (max-width: 520px) {
  .brand span {
    display: none;
  }

  .chrome-text {
    font-size: clamp(50px, 15.5vw, 70px);
    line-height: 0.86;
  }

  .chrome-text.small {
    font-size: clamp(42px, 14vw, 66px);
  }

  .phone {
    border-width: 6px;
    border-radius: 26px;
  }

  .reel-card {
    width: 230px;
  }

  .store-row,
  .store-button,
  .price-badge {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
