:root {
  color-scheme: dark;
  --bg: #070914;
  --bg-soft: #0d1123;
  --card: #111a35;
  --card-strong: #172447;
  --text: #f6f3ff;
  --muted: #b7b5d2;
  --orange: #ff8a3d;
  --orange-hot: #ff5c16;
  --cyan: #49d7df;
  --green: #4de18b;
  --line: rgba(255, 255, 255, 0.12);
  --max: 1180px;
  font-family: "Manrope", system-ui, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 10% 12%, rgba(62, 49, 145, 0.22), transparent 34rem),
    var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  z-index: 20;
  mix-blend-mode: soft-light;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { color: var(--muted); line-height: 1.7; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; color: #090b16; padding: .8rem 1rem; border-radius: .6rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 3rem), var(--max));
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; gap: .68rem; align-items: center; font-weight: 800; letter-spacing: -.04em; font-size: 1.25rem; }
.brand-paw { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; background: linear-gradient(135deg, var(--orange), var(--orange-hot)); border-radius: 12px; font-size: 1.05rem; box-shadow: 0 8px 30px rgba(255, 92, 22, .24); }
nav { display: flex; gap: 2rem; font-size: .9rem; font-weight: 600; color: var(--muted); }
nav a, .header-cta { transition: color .2s ease, transform .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--text); }
.header-cta { border: 1px solid var(--line); border-radius: 999px; padding: .7rem 1rem; font-size: .8rem; font-weight: 700; }
.header-cta:hover { border-color: rgba(255, 138, 61, .5); color: #ffd2b5; }

.hero, .section, footer { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }
.hero {
  min-height: 820px;
  padding-top: 150px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr);
  align-items: center;
  gap: 3rem;
  position: relative;
}
.hero-glow { position: absolute; width: 44rem; height: 44rem; right: -22rem; top: 7rem; background: rgba(255, 103, 31, .12); filter: blur(90px); border-radius: 50%; }
.eyebrow { margin: 0 0 1.25rem; color: var(--orange); text-transform: uppercase; letter-spacing: .17em; font-weight: 800; font-size: .75rem; }
h1, h2, h3 { margin: 0; letter-spacing: -.055em; line-height: 1.02; }
h1 { font-size: clamp(3.8rem, 6.6vw, 6.8rem); max-width: 10ch; }
h1 span { color: transparent; background: linear-gradient(110deg, #ffb06f 12%, var(--orange) 46%, #ff5a17 90%); -webkit-background-clip: text; background-clip: text; }
.hero-lede { font-size: 1.08rem; max-width: 34rem; margin: 2rem 0 2.2rem; }
.primary-button { display: inline-flex; align-items: center; gap: .8rem; background: linear-gradient(135deg, var(--orange), var(--orange-hot)); color: white; border-radius: 1rem; padding: .82rem 1.25rem; font-size: 1rem; font-weight: 800; box-shadow: 0 18px 55px rgba(255, 92, 22, .26); transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 22px 65px rgba(255, 92, 22, .36); }
.primary-button small { display: block; font-size: .58rem; letter-spacing: .12em; font-weight: 600; margin-bottom: .08rem; }
.play-mark { font-size: 1.45rem; }
.microcopy { font-size: .78rem; margin-top: 1rem; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.watch { position: relative; border-radius: 50%; background: #03040b; border: 15px solid #111522; box-shadow: 0 48px 100px rgba(0, 0, 0, .55), inset 0 0 0 1px rgba(255, 255, 255, .1); }
.watch::after { content: ""; position: absolute; inset: -18px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.watch img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.watch-hero { width: min(34vw, 480px); aspect-ratio: 1; z-index: 2; }
.watch-crown { position: absolute; right: -31px; top: 43%; width: 17px; height: 68px; background: #252b3b; border-radius: 0 9px 9px 0; border-left: 1px solid #454b5c; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 680px; height: 680px; border-style: dashed; opacity: .6; animation: spin 34s linear infinite; }
.floating-chip { position: absolute; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(10px); box-shadow: 0 15px 40px rgba(0,0,0,.28); }
.chip-heart { width: 66px; height: 66px; border-radius: 22px; color: #ff6f6f; background: rgba(35, 20, 50, .78); left: 4%; top: 26%; transform: rotate(-9deg); }
.chip-coin { width: 78px; height: 48px; border-radius: 999px; color: #ffd357; background: rgba(25, 30, 56, .8); right: 0; bottom: 20%; transform: rotate(7deg); }
@keyframes spin { to { transform: rotate(360deg); } }

.section { padding-block: 8rem; }
.section-heading { max-width: 670px; margin-bottom: 4rem; }
h2 { font-size: clamp(2.8rem, 5.4vw, 5.5rem); }
.section-heading > p:last-child, .customize-copy > p:not(.eyebrow), .events-copy > p:last-child { font-size: 1.02rem; max-width: 42rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.feature-card { position: relative; background: linear-gradient(165deg, rgba(25, 35, 69, .92), rgba(11, 15, 31, .86)); border: 1px solid var(--line); border-radius: 2rem; padding: 1rem 1rem 1.8rem; overflow: hidden; }
.mini-watch { aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: #03040b; margin-bottom: 1.5rem; }
.mini-watch img { width: 100%; height: 100%; object-fit: cover; }
.feature-number { position: absolute; top: 1.7rem; right: 1.8rem; margin: 0; color: rgba(255,255,255,.65); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.feature-card h3 { font-size: 2rem; padding-inline: .8rem; }
.feature-card > p:last-child { padding-inline: .8rem; margin-bottom: 0; font-size: .9rem; }

.customize { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 5rem; }
.customize-copy h2 { max-width: 8ch; }
.choice-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.choice { border: 1px solid var(--line); padding: .65rem .85rem; border-radius: 999px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.choice.active { background: var(--orange); border-color: var(--orange); color: #150a03; }
.customize-stage { min-height: 610px; position: relative; display: grid; place-items: center; }
.customize-stage::before { content: ""; width: 430px; height: 430px; background: rgba(72, 213, 223, .15); filter: blur(80px); border-radius: 50%; position: absolute; }
.scene-card { position: absolute; overflow: hidden; border-radius: 50%; border: 11px solid #151a29; box-shadow: 0 35px 80px rgba(0,0,0,.55); }
.scene-card img { width: 100%; height: 100%; object-fit: cover; }
.scene-night { width: 320px; aspect-ratio: 1; right: 3%; top: 6%; transform: rotate(9deg); opacity: .76; }
.scene-pet { width: 430px; aspect-ratio: 1; left: 2%; bottom: 2%; transform: rotate(-6deg); }
.sparkle { position: absolute; color: var(--cyan); font-size: 2rem; }
.s-one { left: 2%; top: 13%; }
.s-two { right: 7%; bottom: 14%; color: var(--orange); }

.events { width: 100%; max-width: none; min-height: 880px; padding-inline: max(1.5rem, calc((100vw - var(--max)) / 2)); position: relative; isolation: isolate; overflow: hidden; text-align: center; }
.events-backdrop { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(7,9,20,.2), rgba(7,9,20,.92)), url("assets/season-pass.jpg") center/cover; filter: saturate(1.2) blur(2px); transform: scale(1.04); }
.events::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 35%, transparent, rgba(7,9,20,.7) 72%); }
.events-copy { max-width: 780px; margin: 0 auto 4rem; }
.events-copy .eyebrow { color: #ffd17d; }
.events-copy p { margin-inline: auto; }
.event-watches { display: flex; justify-content: center; align-items: center; gap: 0; }
.event-watches .watch { width: 310px; aspect-ratio: 1; margin-inline: -1.5rem; }
.event-watches .event-main { width: 385px; z-index: 2; }
.tilted-left { transform: rotate(-10deg) translateY(35px); opacity: .82; }
.tilted-right { transform: rotate(10deg) translateY(35px); opacity: .82; }

.made-for { text-align: center; }
.made-for .section-heading { margin-inline: auto; }
.screen-rail { display: flex; align-items: center; justify-content: center; gap: 1rem; }
.screen-rail img { width: min(22vw, 255px); aspect-ratio: 1; border-radius: 50%; border: 9px solid #151a29; box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.screen-rail img:nth-child(2), .screen-rail img:nth-child(3) { transform: translateY(2rem); }

.download { padding-bottom: 9rem; }
.download-card { display: flex; justify-content: space-between; align-items: center; gap: 3rem; padding: clamp(2rem, 6vw, 5rem); border-radius: 2.5rem; border: 1px solid rgba(255, 160, 93, .25); background: radial-gradient(circle at 75% 0%, rgba(255,125,56,.24), transparent 24rem), linear-gradient(145deg, #18172d, #0e1328); }
.download-card h2 { font-size: clamp(2.5rem, 4.5vw, 4.6rem); }
.download-card p:last-child { margin-bottom: 0; }
.button-static { flex: 0 0 auto; cursor: default; }

footer { min-height: 130px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
footer p { font-size: .75rem; margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 5rem; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 510px; }
  .watch-hero { width: min(76vw, 450px); }
  .orbit-one { width: min(92vw, 520px); height: min(92vw, 520px); }
  .orbit-two { width: min(110vw, 620px); height: min(110vw, 620px); }
  .feature-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .customize { grid-template-columns: 1fr; gap: 1rem; }
  .customize-copy { text-align: center; }
  .customize-copy h2, .customize-copy p { margin-inline: auto; }
  .choice-row { justify-content: center; }
  .event-watches .watch { width: 260px; }
  .event-watches .event-main { width: 330px; }
  .screen-rail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 600px; margin-inline: auto; }
  .screen-rail img { width: 100%; }
  .download-card { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .site-header { width: min(calc(100% - 2rem), var(--max)); height: 78px; }
  .header-cta { display: none; }
  .hero, .section, footer { width: min(calc(100% - 2rem), var(--max)); }
  .hero { min-height: auto; padding-top: 118px; }
  h1 { font-size: clamp(3rem, 15.5vw, 4.5rem); }
  .hero-visual { min-height: 390px; }
  .watch { border-width: 10px; }
  .watch-crown { right: -24px; width: 13px; height: 52px; }
  .floating-chip { transform: scale(.8); }
  .chip-heart { left: 0; }
  .chip-coin { right: -1rem; }
  .section { padding-block: 5.5rem; }
  .section-heading { margin-bottom: 2.6rem; }
  h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .customize-stage { min-height: 430px; }
  .scene-night { width: 235px; right: -3%; }
  .scene-pet { width: 300px; left: -4%; }
  .events { width: 100%; min-height: 760px; padding-inline: 1rem; }
  .event-watches .watch { width: 185px; margin-inline: -2.2rem; }
  .event-watches .event-main { width: 255px; }
  .screen-rail { gap: .5rem; }
  .screen-rail img { border-width: 6px; }
  .download { width: min(calc(100% - 2rem), var(--max)); }
  .download-card { border-radius: 1.8rem; }
  footer { flex-direction: column; justify-content: center; text-align: center; padding-block: 2rem; }
}

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