:root {
  --bg: #09080b;
  --surface: #0f0d12;
  --surface-2: #151118;
  --ink: #f6f3f1;
  --muted: #a49ca6;
  --muted-2: #6f6972;
  --line: rgba(255,255,255,.10);
  --pumpky: #ff7a1a;
  --pumpky-2: #ffad42;
  --pumpky-deep: #b8420b;
  --plum: #7b3ff2;
  --plum-deep: #32194f;
  --pad: clamp(24px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
::selection { background: var(--pumpky); color: #160a02; }

.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 108px;
  padding: 28px var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-size: 20px; font-weight: 720; letter-spacing: -.04em; }
.brand-cube {
  width: 27px; height: 27px; display: block; position: relative;
  border: 2px solid var(--pumpky); border-radius: 7px; transform: rotate(30deg);
  box-shadow: inset 0 0 18px rgba(255,122,26,.12), 0 0 22px rgba(255,122,26,.08);
}
.brand-cube::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,173,66,.75); border-radius: 3px; }

.desktop-nav {
  display: flex; align-items: center; gap: 2px; padding: 6px;
  border: 1px solid rgba(255,255,255,.06); border-radius: 999px;
  background: rgba(18,15,20,.68); backdrop-filter: blur(18px);
}
.desktop-nav a { padding: 11px 22px; border-radius: 999px; color: #a9a1aa; font-size: 14px; transition: .2s ease; }
.desktop-nav a:hover { background: rgba(255,255,255,.055); color: white; }
.nav-cta {
  justify-self: end; display: inline-flex; align-items: center; gap: 12px;
  padding: 13px 19px 13px 22px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px;
  font-size: 13px; font-weight: 620; transition: .2s ease;
}
.nav-cta:hover { border-color: var(--pumpky); color: var(--pumpky-2); transform: translateY(-2px); }

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,122,26,.045), transparent 22%),
    radial-gradient(circle at 49% 47%, rgba(123,63,242,.055), transparent 35%),
    linear-gradient(180deg, #0d0b0f 0%, #09080b 100%);
}
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,.24) 72%, rgba(0,0,0,.54) 100%); pointer-events: none; }
.hero-ribbon { position: absolute; top: -2%; bottom: -2%; width: min(47vw, 760px); z-index: 1; opacity: .94; pointer-events: none; }
.hero-ribbon svg { width: 100%; height: 100%; overflow: visible; }
.hero-ribbon-left { left: -6%; transform: rotate(-5deg) scale(1.08); }
.hero-ribbon-right { right: -7%; transform: rotate(3deg) scale(1.06); }
.ribbon-core { fill: none; stroke-width: 92; stroke-linecap: round; opacity: .78; }
.ribbon-shadow { fill: none; stroke: #020203; stroke-width: 126; stroke-linecap: round; opacity: .88; }
.ribbon-highlight { fill: none; stroke: rgba(255,255,255,.25); stroke-width: 4; stroke-linecap: round; filter: drop-shadow(0 0 8px rgba(255,173,66,.25)); }
.hero-ribbon-left .ribbon-core { stroke: url(#ribbonLeft); }
.hero-ribbon-right .ribbon-core { stroke: url(#ribbonRight); }

.hero-center {
  position: relative; z-index: 3; width: min(920px, 78vw); margin-top: 20px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.hero-kicker { margin: 0 0 28px; color: #8c848e; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.hero h1 { margin: 0; max-width: 920px; font-size: clamp(58px, 6.8vw, 108px); line-height: .98; letter-spacing: -.064em; font-weight: 610; text-wrap: balance; }
.hero-sub { max-width: 650px; margin: 28px auto 0; color: var(--muted); font-size: clamp(15px, 1.3vw, 19px); line-height: 1.6; letter-spacing: -.02em; }
.primary-button {
  margin-top: 34px; display: inline-flex; align-items: center; gap: 18px;
  padding: 15px 21px 15px 24px; border-radius: 999px;
  background: linear-gradient(135deg, var(--pumpky-2), var(--pumpky)); color: #170a03;
  font-size: 14px; font-weight: 760; box-shadow: 0 14px 38px rgba(255,122,26,.13); transition: .25s ease;
}
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(255,122,26,.2); }
.scroll-cue { position: absolute; z-index: 4; left: var(--pad); bottom: 34px; display: inline-flex; align-items: center; gap: 12px; color: #8e878f; font-size: 13px; }
.scroll-cue i { width: 39px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-style: normal; }

.section { width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 128px 0; border-bottom: 1px solid var(--line); }
.section-eyebrow { margin-bottom: 56px; color: var(--pumpky); font-size: 11px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.section-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
.section-intro h2, .about-copy h2, .faq h2, .final-cta h2 { margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: 1; letter-spacing: -.055em; font-weight: 600; }
.section-intro h2 span { color: #5f5861; }
.section-intro p, .about-copy p, .faq-lead { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }

.store-card {
  min-height: 520px; margin-top: 76px; padding: 30px; position: relative; overflow: hidden;
  display: grid; grid-template-rows: auto 1fr; border: 1px solid var(--line); border-radius: 32px;
  background: linear-gradient(145deg, #141017, #0c0a0e); transition: .35s ease;
}
.store-card:hover { transform: translateY(-5px); border-color: rgba(255,122,26,.35); }
.store-card-orb { position: absolute; width: 580px; height: 580px; right: -120px; top: -140px; border-radius: 50%; background: conic-gradient(from 20deg, transparent 0 9%, var(--pumpky-deep) 19%, var(--pumpky-2) 34%, #7d42ea 51%, #3b1b59 62%, var(--pumpky) 77%, transparent 92%); -webkit-mask: radial-gradient(circle, transparent 0 54%, #000 56% 65%, transparent 67%); mask: radial-gradient(circle, transparent 0 54%, #000 56% 65%, transparent 67%); filter: blur(.2px) drop-shadow(0 0 42px rgba(255,122,26,.22)); opacity: .84; transform: rotate(-16deg) scale(1.12,.76); }
.store-card-top { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 24px; color: #807881; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.status { display: inline-flex; gap: 9px; align-items: center; color: #b9b0b9; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--pumpky); box-shadow: 0 0 0 5px rgba(255,122,26,.09), 0 0 18px rgba(255,122,26,.45); }
.store-card-main { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-top: 80px; }
.micro { display: block; margin-bottom: 16px; color: var(--pumpky-2); font-size: 10px; font-weight: 760; letter-spacing: .16em; }
.store-card strong { display: block; max-width: 800px; font-size: clamp(54px, 7.7vw, 112px); line-height: .88; letter-spacing: -.065em; font-weight: 570; }
.round-arrow { width: 74px; height: 74px; flex: 0 0 74px; display: grid; place-items: center; border-radius: 50%; background: var(--pumpky); color: #170a03; font-size: 24px; }

.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.about-copy p { margin-top: 28px; max-width: 470px; }
.steps { border-top: 1px solid var(--line); }
.steps article { min-height: 132px; display: grid; grid-template-columns: 65px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.steps article > span { color: var(--pumpky); font-size: 11px; letter-spacing: .13em; }
.steps h3 { margin: 0 0 7px; font-size: 29px; letter-spacing: -.04em; font-weight: 590; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.faq-lead { margin-top: 26px; max-width: 430px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 94px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 17px; font-weight: 550; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: var(--pumpky); font-style: normal; transition: .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -8px 60px 28px 0; max-width: 670px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { width: min(1320px, calc(100% - 48px)); min-height: 410px; margin: 0 auto; padding: 92px 0; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.final-cta > div > span { display: block; margin-bottom: 18px; color: var(--pumpky); font-size: 10px; font-weight: 750; letter-spacing: .16em; }
.final-cta .primary-button { margin: 0 0 8px; white-space: nowrap; }

.footer { min-height: 260px; padding: 60px var(--pad) 34px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-content: end; border-top: 1px solid var(--line); }
.footer-links { display: flex; gap: 26px; align-items: center; color: #a79fa8; font-size: 12px; }
.footer p { max-width: 660px; margin: 16px 0 0; color: #655f67; font-size: 11px; line-height: 1.6; }
.copyright { align-self: end; justify-self: end; color: #5e585f; font-size: 11px; }

/* Legal pages */
.container { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }
.nav-wrap { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; padding: 28px 0; }
.nav-wrap .nav { display: flex; align-items: center; justify-content: space-between; }
.brand-mark { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; background: var(--pumpky); color: #160a02; font-weight: 900; }
.legal-wrap { padding-top: 150px; padding-bottom: 100px; }
.legal { max-width: 800px; margin: 0 auto; }
.legal .back-link { color: var(--pumpky); font-size: 12px; }
.kicker { margin: 50px 0 12px; color: #736c75; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.legal h1 { margin: 0 0 12px; font-size: clamp(52px, 7vw, 90px); line-height: .96; letter-spacing: -.055em; font-weight: 610; }
.legal .updated { color: #686169; font-size: 12px; margin-bottom: 64px; }
.legal h2 { margin: 42px 0 10px; font-size: 22px; letter-spacing: -.03em; }
.legal p { color: var(--muted); line-height: 1.75; font-size: 15px; }

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto; min-height: 88px; }
  .desktop-nav { display: none; }
  .hero-center { width: 88vw; }
  .hero h1 { font-size: clamp(54px, 11vw, 86px); }
  .hero-ribbon { width: 62vw; opacity: .8; }
  .hero-ribbon-left { left: -24%; }
  .hero-ribbon-right { right: -25%; }
  .section-intro, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 52px; }
  .section { padding: 96px 0; }
  .store-card { min-height: 460px; }
  .store-card-orb { right: -250px; }
  .final-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  :root { --pad: 22px; }
  .topbar { padding: 21px 22px; }
  .brand { font-size: 17px; gap: 9px; }
  .brand-cube { width: 23px; height: 23px; }
  .nav-cta { width: 42px; height: 42px; padding: 0; justify-content: center; font-size: 0; }
  .nav-cta span { font-size: 15px; }
  .hero { min-height: 760px; }
  .hero-center { width: calc(100% - 40px); margin-top: -5px; }
  .hero-kicker { margin-bottom: 20px; font-size: 8px; }
  .hero h1 { font-size: 13.2vw; line-height: 1.02; letter-spacing: -.055em; }
  .hero-sub { max-width: 330px; margin-top: 22px; font-size: 13px; }
  .primary-button { margin-top: 26px; padding: 14px 18px 14px 21px; font-size: 12px; }
  .hero-ribbon { width: 90vw; opacity: .64; }
  .hero-ribbon-left { left: -55%; transform: rotate(-9deg) scale(1.08); }
  .hero-ribbon-right { right: -56%; transform: rotate(8deg) scale(1.07); }
  .ribbon-core { stroke-width: 78; }
  .ribbon-shadow { stroke-width: 106; }
  .scroll-cue { bottom: 24px; font-size: 11px; }
  .scroll-cue i { width: 34px; height: 45px; }
  .section, .final-cta { width: calc(100% - 40px); }
  .section { padding: 78px 0; }
  .section-eyebrow { margin-bottom: 38px; font-size: 9px; }
  .section-intro h2, .about-copy h2, .faq h2, .final-cta h2 { font-size: 12.2vw; }
  .section-intro p, .about-copy p, .faq-lead { font-size: 13px; }
  .store-card { min-height: 390px; margin-top: 50px; padding: 21px; border-radius: 24px; }
  .store-card-top { font-size: 8px; }
  .store-card-main { padding-top: 60px; }
  .store-card strong { font-size: 15vw; }
  .round-arrow { width: 55px; height: 55px; flex-basis: 55px; font-size: 19px; }
  .store-card-orb { width: 460px; height: 460px; right: -270px; top: -80px; }
  .steps article { min-height: 112px; }
  .steps h3 { font-size: 24px; }
  .faq-list summary { min-height: 82px; font-size: 14px; }
  .faq-list details p { margin-right: 0; font-size: 12px; }
  .final-cta { min-height: 350px; padding: 72px 0; }
  .footer { grid-template-columns: 1fr; padding-top: 48px; }
  .copyright { justify-self: start; }
  .container { width: calc(100% - 36px); }
  .legal-wrap { padding-top: 115px; }
}

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