:root {
  --ink: #15131a;
  --paper: #f7f2e9;
  --white: #fffdf8;
  --lime: #b9ff38;
  --violet: #7248ff;
  --violet-dark: #4723bd;
  --coral: #ff6e66;
  --pink: #ff4eb8;
  --muted: #6d6877;
  --line: rgba(21, 19, 26, .16);
  --shadow: 0 28px 70px rgba(45, 31, 75, .18);
  --display: "Arial Black", "Arial Narrow", Arial, sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .8rem 1rem; background: white; border: 2px solid var(--ink); }
.skip-link:focus { top: 1rem; }
.announcement { padding: .72rem 1rem; background: var(--ink); color: white; text-align: center; font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.announcement span { color: var(--lime); padding: 0 .7rem; }
.site-header { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; max-width: 1480px; margin: 0 auto; padding: 1.3rem clamp(1.25rem, 4vw, 4.5rem); }
.brand { display: inline-flex; align-items: center; gap: .58rem; width: max-content; font-family: var(--display); font-size: 1.18rem; font-weight: 900; letter-spacing: -.055em; }
.brand-dot { width: 18px; height: 18px; border-radius: 50%; background: var(--lime); border: 4px solid var(--ink); box-shadow: 7px 0 0 var(--violet); }
nav { display: flex; gap: clamp(1.2rem, 2.5vw, 2.25rem); font-size: .82rem; font-weight: 700; }
nav a { padding: .5rem 0; transition: color .2s ease; }
nav a:hover { color: var(--violet); }
.nav-cta { justify-self: end; border-bottom: 2px solid var(--ink); padding: .4rem 0; font-size: .83rem; font-weight: 800; }

.hero { min-height: calc(100vh - 105px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: clamp(2.5rem, 5vw, 6rem); align-items: center; max-width: 1480px; margin: 0 auto; padding: 3rem clamp(1.25rem, 4vw, 4.5rem) 5rem; }
.eyebrow { margin: 0 0 1.45rem; font-size: .7rem; line-height: 1.35; font-weight: 900; letter-spacing: .17em; }
h1, h2, h3 { font-family: var(--display); }
h1 { margin: 0; font-size: clamp(3.5rem, 6.8vw, 7.2rem); line-height: .88; font-weight: 900; letter-spacing: -.08em; }
h1 em { color: var(--violet); font-style: normal; }
.hero-lead { max-width: 39rem; margin: 2rem 0 0; font-size: clamp(1.03rem, 1.4vw, 1.25rem); line-height: 1.58; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 1.4rem; border: 2px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }
.button.primary { background: var(--lime); box-shadow: 5px 5px 0 var(--ink); }
.button.primary span { margin-left: 1rem; }
.button.ghost:hover { background: white; }
.button.dark { width: 100%; background: var(--ink); color: white; border-color: var(--ink); }
.button[disabled] { background: var(--violet); cursor: default; opacity: 1; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-family: var(--display); font-size: 1.12rem; }
.hero-proof span { margin-top: .4rem; color: var(--muted); font-size: .69rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; min-height: 620px; border-radius: 2.3rem; overflow: hidden; background: var(--violet); box-shadow: var(--shadow); }
.hero-visual > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: center; }
.hero-glow { position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); border-radius: inherit; pointer-events: none; }
.float-card { position: absolute; z-index: 2; min-width: 145px; padding: 1rem 1.1rem; background: white; border: 2px solid var(--ink); border-radius: 1rem; box-shadow: 5px 5px 0 var(--ink); transform: rotate(-3deg); }
.float-card span, .float-card strong { display: block; }
.float-card span { font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.float-card strong { margin-top: .45rem; font-family: var(--display); font-size: 1.12rem; color: var(--violet); }
.float-card.speed { left: 4%; top: 8%; }
.float-card.snack { right: 4%; bottom: 7%; transform: rotate(4deg); }

.ticker { overflow: hidden; background: var(--lime); border-block: 2px solid var(--ink); transform: rotate(-1deg) scale(1.015); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 2rem; padding: 1.05rem 0; animation: ticker 28s linear infinite; font-family: var(--display); font-size: clamp(1rem, 1.7vw, 1.45rem); letter-spacing: -.035em; }
.ticker-track b { color: var(--violet); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 4.5rem); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(240px, .48fr); gap: 3rem; align-items: end; max-width: 1340px; margin: 0 auto 3.5rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -1.5rem; }
.section-heading h2 { margin: 0; max-width: 900px; font-size: clamp(2.7rem, 5.4vw, 5.6rem); line-height: .92; letter-spacing: -.065em; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.6; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; max-width: 1340px; margin: 0 auto; }
.feature-card { min-height: 350px; display: flex; flex-direction: column; padding: 1.6rem; border: 2px solid var(--ink); border-radius: 1.5rem; box-shadow: 5px 5px 0 var(--ink); }
.feature-card.lime { background: var(--lime); }
.feature-card.violet { background: var(--violet); color: white; }
.feature-card.coral { background: var(--coral); }
.feature-card.cream { background: var(--white); }
.feature-number { align-self: flex-end; font-size: .66rem; font-weight: 900; letter-spacing: .15em; }
.feature-card h3 { margin: 4.5rem 0 1rem; font-size: clamp(1.55rem, 2.4vw, 2.2rem); line-height: .95; letter-spacing: -.05em; }
.feature-card p { margin: 0; line-height: 1.55; font-size: .94rem; }
.feature-tag { display: inline-block; width: max-content; margin-top: auto; padding-top: 2rem; font-size: .62rem; font-weight: 900; letter-spacing: .11em; }

.gallery { background: var(--ink); color: white; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.64); }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 1rem; max-width: 1340px; margin: 0 auto; }
figure { margin: 0; }
.gallery-grid figure { position: relative; min-height: 310px; overflow: hidden; border-radius: 1.6rem; background: #25222d; }
.gallery-main { grid-row: 1 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-side:last-child img { object-position: center 42%; }
figcaption { position: absolute; inset: auto 1rem 1rem; display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.25); border-radius: 1rem; background: rgba(18,15,25,.72); backdrop-filter: blur(10px); }
figcaption strong, figcaption span { display: block; }
figcaption strong { font-family: var(--display); letter-spacing: -.03em; }
figcaption span { color: rgba(255,255,255,.68); font-size: .72rem; }

.epcot { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 6vw, 7rem); align-items: center; max-width: 1480px; margin: 0 auto; }
.epcot-image { position: relative; overflow: hidden; border-radius: 2rem; box-shadow: var(--shadow); }
.epcot-image img { width: 100%; min-height: 680px; object-fit: cover; object-position: 45% center; }
.prototype-stamp { position: absolute; right: 1.4rem; top: 1.4rem; display: grid; place-content: center; width: 130px; aspect-ratio: 1; border-radius: 50%; background: var(--lime); border: 2px solid var(--ink); color: var(--ink); text-align: center; font-size: .56rem; line-height: 1.35; font-weight: 900; letter-spacing: .14em; transform: rotate(7deg); }
.prototype-stamp strong { font-family: var(--display); font-size: 1.2rem; letter-spacing: -.03em; }
.epcot-copy h2, .lazy-copy h2, .preorder-copy h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.25rem); line-height: .92; letter-spacing: -.065em; }
.large-copy { margin: 2rem 0; color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.field-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.field-stats div { padding: 1.15rem; border: 1px solid var(--line); border-radius: 1rem; background: white; }
.field-stats strong, .field-stats span { display: block; }
.field-stats strong { font-family: var(--display); font-size: 1.9rem; color: var(--violet); }
.field-stats span { margin-top: .35rem; color: var(--muted); font-size: .66rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
blockquote { margin: 2rem 0 1.5rem; padding-left: 1.25rem; border-left: 4px solid var(--lime); font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; line-height: 1.45; }
blockquote cite { display: block; margin-top: .75rem; font-family: var(--body); font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.disclaimer { color: var(--muted); font-size: .67rem; line-height: 1.55; }

.lazy-lab { display: grid; grid-template-columns: .7fr 1.3fr; gap: 0; align-items: stretch; padding-block: 0; max-width: 1480px; margin: 0 auto clamp(5rem, 9vw, 9rem); }
.lazy-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); background: var(--violet); color: white; border-radius: 2rem 0 0 2rem; }
.lazy-copy > p:not(.eyebrow) { max-width: 33rem; color: rgba(255,255,255,.75); line-height: 1.6; }
.check-list { display: grid; gap: .9rem; margin: 2rem 0 0; padding: 0; list-style: none; font-weight: 700; }
.check-list span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: .55rem; border-radius: 50%; background: var(--lime); color: var(--ink); }
.lazy-image { min-height: 610px; overflow: hidden; border-radius: 0 2rem 2rem 0; }
.lazy-image img { width: 100%; height: 100%; object-fit: cover; }

.specs { background: var(--lime); border-block: 2px solid var(--ink); }
.spec-table { max-width: 1340px; margin: 0 auto; border-top: 2px solid var(--ink); }
.spec-table > div { display: grid; grid-template-columns: .8fr 1fr 1.2fr; gap: 2rem; align-items: center; padding: 1.4rem 0; border-bottom: 1px solid rgba(21,19,26,.32); }
.spec-table span { font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.spec-table strong { font-family: var(--display); font-size: 1.2rem; }
.spec-table em { font-family: Georgia, serif; font-size: 1rem; }

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1480px; margin: 0 auto; }
.quote-card { display: flex; min-height: 330px; flex-direction: column; padding: 2rem; border: 1px solid var(--line); border-radius: 1.5rem; background: var(--white); }
.quote-card:nth-child(2) { background: var(--coral); transform: rotate(1.2deg); }
.stars { color: var(--violet); letter-spacing: .2em; }
.quote-card p { margin: auto 0 2rem; font-family: Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.35; }
.quote-card > span { font-size: .69rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.preorder { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; background: var(--violet); color: white; }
.preorder-copy { width: 100%; max-width: 760px; justify-self: end; }
.preorder-copy > p:last-child { max-width: 520px; color: rgba(255,255,255,.7); font-size: 1.1rem; line-height: 1.6; }
.preorder-card { width: 100%; max-width: 500px; padding: clamp(1.5rem, 4vw, 3rem); border: 2px solid var(--ink); border-radius: 1.7rem; background: var(--lime); color: var(--ink); box-shadow: 8px 8px 0 var(--ink); }
.pill { display: inline-block; padding: .5rem .65rem; border: 1px solid var(--ink); border-radius: 99px; font-size: .6rem; font-weight: 900; letter-spacing: .12em; }
.price { display: flex; align-items: end; gap: .8rem; margin: 2.2rem 0 1rem; }
.price strong { font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); line-height: .8; letter-spacing: -.07em; }
.price span { color: rgba(21,19,26,.65); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.preorder-card > p { line-height: 1.55; }
.preorder-status { margin-bottom: 0; text-align: center; font-size: .67rem; }

.faq { max-width: 1180px; margin: 0 auto; }
.faq .section-heading { grid-template-columns: 1fr; }
.faq-list { border-top: 2px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; font-family: var(--display); font-size: clamp(1.1rem, 2vw, 1.5rem); letter-spacing: -.035em; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .2rem; top: 1.25rem; font-size: 1.8rem; }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; margin: -.4rem 0 1.5rem; color: var(--muted); line-height: 1.65; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 1rem 3rem; align-items: center; padding: 2.5rem clamp(1.25rem, 4vw, 4.5rem); background: var(--ink); color: white; }
.footer-brand { grid-row: 1 / 3; }
footer p { margin: 0; font-size: .72rem; text-align: right; }
.footer-legal { max-width: 720px; color: rgba(255,255,255,.52); line-height: 1.5; }

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

@media (max-width: 1080px) {
  nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 560px; }
  .hero-visual > img { min-height: 560px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .epcot { grid-template-columns: 1fr; }
  .epcot-image img { min-height: 560px; }
  .lazy-lab { grid-template-columns: 1fr; }
  .lazy-copy { border-radius: 2rem 2rem 0 0; }
  .lazy-image { border-radius: 0 0 2rem 2rem; }
}

@media (max-width: 760px) {
  .announcement { font-size: .55rem; line-height: 1.4; }
  .nav-cta { font-size: .73rem; }
  .hero { padding-top: 2.5rem; }
  h1 { font-size: clamp(3.35rem, 17vw, 5.6rem); }
  .hero-visual, .hero-visual > img { min-height: 440px; }
  .hero-visual > img { object-position: 61% center; }
  .float-card { min-width: 118px; padding: .75rem; }
  .float-card.snack { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .feature-grid, .quotes { grid-template-columns: 1fr; }
  .feature-card { min-height: 300px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-main { grid-row: auto; }
  .gallery-grid figure { min-height: 360px; }
  .epcot-image img { min-height: 470px; object-position: center; }
  .prototype-stamp { width: 104px; }
  .field-stats { grid-template-columns: 1fr 1fr; }
  .field-stats div:last-child { grid-column: 1 / -1; }
  .lazy-image { min-height: 430px; }
  .spec-table > div { grid-template-columns: 1fr; gap: .45rem; }
  .preorder { grid-template-columns: 1fr; }
  .preorder-copy { justify-self: start; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  footer p { text-align: left; }
}

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