:root {
  --ink: #090909;
  --paper: #f1f0ec;
  --acid: #dfff00;
  --line: rgba(255,255,255,.18);
  --ease: cubic-bezier(.22,.72,0,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
body.cart-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.mono, .eyebrow { font-family: "DM Mono", monospace; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow { color: var(--acid); font-size: 10px; font-weight: 500; }
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 100;
  opacity: .055; mix-blend-mode: screen;
  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='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.cursor-dot {
  width: 9px; height: 9px; border-radius: 50%; background: var(--acid);
  position: fixed; left: 0; top: 0; z-index: 110; pointer-events: none;
  transform: translate(-50%,-50%); transition: width .25s, height .25s, opacity .25s;
}
.cursor-dot.is-hovering { width: 42px; height: 42px; opacity: .35; }

.nav {
  position: fixed; z-index: 90; top: 0; left: 0; width: 100%;
  height: 72px; padding: 0 3vw; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid transparent; transition: .4s ease;
}
.nav.scrolled { background: rgba(8,8,8,.72); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { font-size: 20px; font-weight: 700; letter-spacing: -.08em; font-style: italic; }
.nav nav { display: flex; gap: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.nav nav a { opacity: .6; transition: opacity .2s; }
.nav nav a:hover { opacity: 1; }
.bag-button {
  color: inherit; background: none; border: 0; text-transform: uppercase; font-size: 11px; letter-spacing: .08em; cursor: pointer;
}
.bag-count {
  display: inline-grid; place-items: center; width: 22px; height: 22px; margin-left: 5px;
  color: var(--ink); background: var(--acid); border-radius: 50%;
}

.hero { height: 100svh; min-height: 680px; position: relative; overflow: hidden; background: #070707; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(90deg, rgba(0,0,0,.65), transparent 50%), linear-gradient(0deg, rgba(0,0,0,.65), transparent 30%);
}
.hero-glow {
  position: absolute; z-index: 0; width: 70vw; height: 70vw; border-radius: 50%;
  top: 0; right: -20vw; background: radial-gradient(circle, #3a3a3a 0, #111 40%, transparent 70%);
}
.hero-product { position: absolute; inset: -12% -3% -15% 38%; z-index: 1; transform: rotate(-8deg) scale(1.05); }
.hero-product img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.08); }
.hero-copy { position: absolute; z-index: 5; left: 5vw; top: 50%; width: 70vw; transform: translateY(-50%); }
.hero-copy h1 { margin: 12px 0 22px; font-size: clamp(76px, 12.5vw, 210px); line-height: .77; letter-spacing: -.09em; }
.title-line { display: block; }
.title-outline { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.6); margin-left: 8vw; }
.hero-sub { max-width: 360px; margin: 0 0 0 26vw; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.7; }
.round-cta {
  position: absolute; left: 7vw; top: calc(100% + 4vh); width: 122px; height: 122px; padding: 20px;
  display: flex; flex-direction: column; justify-content: space-between; border-radius: 50%;
  background: var(--acid); color: var(--ink); font-size: 11px; text-transform: uppercase; line-height: 1.3;
  transition: transform .35s var(--ease), background .2s;
}
.round-cta:hover { background: white; transform: scale(1.08); }
.round-cta i { align-self: flex-end; font-size: 20px; font-style: normal; }
.hero-index { position: absolute; z-index: 5; right: 3vw; bottom: 28px; display: flex; gap: 35px; font-size: 9px; opacity: .6; }
.scroll-cue { position: absolute; z-index: 5; left: 3vw; bottom: 28px; font-size: 9px; opacity: .55; }
.scroll-cue span { display: inline-block; margin-left: 10px; animation: bounce 1.8s infinite; }
@keyframes bounce { 50% { transform: translateY(7px); } }

.manifesto { position: relative; height: 300vh; background: var(--paper); color: var(--ink); }
.manifesto-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.manifesto-sticky::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 54% 48%, #fff 0, #eeede8 36%, #d9d8d2 100%);
}
.section-number { position: absolute; top: 90px; left: 3vw; color: #999; font-size: 10px; }
.floating-grip {
  position: absolute; width: min(28vw, 430px); height: 82vh; object-fit: contain; object-position: center;
  left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(0deg); z-index: 3;
  filter: drop-shadow(30px 35px 25px rgba(0,0,0,.2)) drop-shadow(-12px -12px 20px rgba(255,255,255,.8));
}
.product-aura {
  position: absolute; z-index: 1; left: 50%; top: 50%; width: 44vw; height: 44vw; transform: translate(-50%,-50%);
  border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.95), rgba(255,255,255,.12) 50%, transparent 70%);
}
.product-floor {
  position: absolute; z-index: 2; left: 50%; top: 85%; width: 27vw; height: 3vw; transform: translateX(-50%);
  border-radius: 50%; background: rgba(0,0,0,.2); filter: blur(22px); opacity: .55;
}
.orbit { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(0,0,0,.12); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); left: -3px; top: 50%; }
.orbit-one { width: 62vw; height: 62vw; }
.orbit-two { width: 82vw; height: 82vw; }
.manifesto-copy { position: absolute; left: 5vw; top: 26%; z-index: 5; width: 40vw; }
.manifesto-copy h2, .features-heading h2, .colorway h2, .shop h2 {
  margin: 12px 0 24px; font-size: clamp(58px, 8vw, 135px); line-height: .85; letter-spacing: -.085em;
}
.manifesto-copy h2 span, .features-heading h2 span, .colorway h2 span { color: transparent; -webkit-text-stroke: 1px currentColor; }
.manifesto-copy > p:last-child { width: 300px; color: #777; line-height: 1.7; font-size: 12px; }
.stat { position: absolute; z-index: 4; display: flex; flex-direction: column; }
.stat strong { font-size: clamp(42px, 5vw, 80px); letter-spacing: -.07em; }
.stat strong span { font-size: .35em; margin-left: 4px; }
.stat .mono { font-size: 8px; color: #888; }
.stat-a { right: 8vw; top: 24%; }
.stat-b { right: 16vw; bottom: 15%; }

.texture-break { position: relative; height: 120vh; min-height: 760px; overflow: hidden; }
.texture-break > img { width: 100%; height: 100%; object-fit: cover; }
.texture-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.1), rgba(0,0,0,.85)); }
.texture-copy { position: absolute; z-index: 2; right: 6vw; top: 50%; width: min(550px,42vw); transform: translateY(-50%); }
.texture-copy h2 { font-size: clamp(64px, 8vw, 130px); margin: 10px 0 30px; line-height: .82; letter-spacing: -.09em; }
.texture-copy h2 em { color: var(--acid); font-style: normal; }
.texture-copy > p:last-child { width: 340px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.8; }
.feature-tags { position: absolute; left: 3vw; bottom: 3vw; display: flex; gap: 20px; font-size: 8px; }
.feature-tags span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; }

.features { padding: 14vh 3vw; background: #0a0a0a; }
.features-heading { margin-left: 2vw; margin-bottom: 9vh; }
.features-heading h2 { max-width: 1000px; }
.feature-grid { display: grid; grid-template-columns: 1.35fr .9fr; grid-template-rows: 42vw 24vw; gap: 12px; }
.feature-card { position: relative; overflow: hidden; background: #151515; }
.feature-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.feature-card:hover img { transform: scale(1.035); }
.card-wide { grid-row: 1 / 2; }
.card-tall { grid-row: 1 / 3; grid-column: 2; }
.card-small { grid-row: 2; }
.card-label { position: absolute; inset: auto 24px 24px; }
.card-label .mono, .text-card .mono { font-size: 8px; color: var(--acid); }
.card-label h3 { margin: 8px 0 0; font-size: 24px; letter-spacing: -.04em; }
.dark-label { color: var(--ink); }
.dark-label .mono { color: #777; }
.text-card { padding: 30px; display: flex; flex-direction: column; justify-content: space-between; background: var(--acid); color: var(--ink); }
.text-card .mono { color: var(--ink); }
.text-card strong { font-size: 12vw; line-height: .8; letter-spacing: -.1em; }
.text-card p { margin: 0; font-size: 13px; }

.colorway { min-height: 100vh; position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; overflow: hidden; background: var(--paper); color: var(--ink); padding: 8vw; }
.colorway-copy { position: relative; z-index: 4; }
.colorway h2 { font-size: clamp(75px, 10vw, 160px); }
.swatches { display: flex; gap: 9px; }
.swatch {
  display: flex; align-items: center; gap: 8px; padding: 9px 14px 9px 9px; border: 1px solid #ccc; border-radius: 30px;
  background: transparent; color: #999; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .06em;
}
.swatch i { width: 20px; height: 20px; border-radius: 50%; background: #eee; border: 1px solid #bbb; }
.swatch.black i { background: #090909; border-color: #090909; }
.swatch.active { color: var(--ink); border-color: var(--ink); }
.colorway-stage { position: relative; z-index: 3; height: 80vh; display: grid; place-items: center; }
.colorway-stage img {
  position: relative; z-index: 2; height: 78%; width: 82%; object-fit: contain;
  filter: drop-shadow(25px 32px 24px rgba(0,0,0,.24)); transition: opacity .35s, transform .7s var(--ease);
}
.colorway-shadow {
  position: absolute; z-index: 1; left: 50%; bottom: 14%; width: 45%; height: 5%; transform: translateX(-50%) rotate(-7deg);
  border-radius: 50%; background: rgba(0,0,0,.28); filter: blur(22px);
}
.stage-note { position: absolute; z-index: 4; font-size: 7px; color: #888; }
.stage-note-top { right: 3%; top: 15%; writing-mode: vertical-rl; }
.stage-note-bottom { left: 8%; bottom: 11%; }
.color-ring { position: absolute; width: 40vw; height: 40vw; border-radius: 50%; border: 1px solid #bbb; }
.color-ring::before, .color-ring::after { content:""; position: absolute; inset: 12%; border: 1px solid #ccc; border-radius: 50%; }
.color-ring::after { inset: 28%; }
.giant-word { position: absolute; left: -2vw; bottom: -9vw; font-size: 32vw; font-weight: 700; letter-spacing: -.11em; color: transparent; -webkit-text-stroke: 1px #ccc; opacity: .45; }

.shop { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 100vh; background: #0b0b0b; }
.shop-image { position: relative; overflow: hidden; min-height: 720px; background: #090909; }
.shop-image img { width: 100%; height: 100%; object-fit: cover; }
.shop-scene-image { transition: opacity .55s var(--ease), transform .8s var(--ease); }
.shop-void-scene {
  position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; opacity: 0;
  background: radial-gradient(circle at 48% 42%, #303030 0, #111 42%, #050505 78%);
  transition: opacity .55s var(--ease);
}
.shop-void-scene::after {
  content: ""; position: absolute; left: 20%; right: 20%; bottom: 14%; height: 5%; border-radius: 50%;
  background: rgba(0,0,0,.75); filter: blur(24px);
}
.shop-void-scene img {
  position: relative; z-index: 2; width: 76%; height: 82%; object-fit: contain; transform: rotate(-7deg) scale(.9);
  filter: drop-shadow(28px 35px 28px rgba(0,0,0,.7)); transition: transform .8s var(--ease);
}
.shop-void-glow {
  position: absolute; width: 70%; height: 70%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%;
  box-shadow: 0 0 100px rgba(255,255,255,.08), inset 0 0 100px rgba(255,255,255,.04);
}
.shop-image.show-void .shop-scene-image { opacity: 0; transform: scale(1.04); }
.shop-image.show-void .shop-void-scene { opacity: 1; }
.shop-image.show-void .shop-void-scene img { transform: rotate(-4deg) scale(1); }
.shop-info { padding: 12vh 7vw; display: flex; flex-direction: column; justify-content: center; }
.shop h2 { font-size: clamp(80px, 10vw, 160px); margin-bottom: 10px; }
.shop-description { width: 330px; color: #888; font-size: 12px; line-height: 1.8; }
.preorder-banner {
  margin-top: 24px; padding: 13px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.preorder-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 0 rgba(223,255,0,.7); animation: preorderPulse 1.8s infinite; }
@keyframes preorderPulse { 70% { box-shadow: 0 0 0 9px rgba(223,255,0,0); } 100% { box-shadow: 0 0 0 0 rgba(223,255,0,0); } }
.preorder-banner div { display: flex; flex-direction: column; gap: 2px; }
.preorder-banner strong { font-size: 9px; letter-spacing: .08em; }
.preorder-banner .mono, .preorder-banner b { color: #777; font-size: 7px; font-weight: 400; }
.shop-meta { display: grid; grid-template-columns: 1fr; margin: 50px 0; border-top: 1px solid var(--line); font-size: 8px; }
.shop-meta span { border-bottom: 1px solid var(--line); padding: 13px 0; color: #777; }
.purchase-color { margin: 0 0 38px; }
.purchase-color-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 12px; }
.purchase-color-heading .mono { color: #777; font-size: 8px; }
.purchase-color-heading strong { font-size: 13px; font-weight: 500; }
.purchase-swatches { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.purchase-swatch {
  min-height: 66px; padding: 12px; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center;
  border: 1px solid var(--line); background: transparent; color: #777; text-align: left; cursor: pointer; transition: .25s;
}
.purchase-swatch i { width: 25px; height: 25px; border-radius: 50%; background: #eee; border: 1px solid #777; }
.purchase-swatch.black i { background: #111; }
.purchase-swatch span { text-transform: uppercase; font-size: 9px; letter-spacing: .08em; }
.purchase-swatch b { font-family: "DM Mono", monospace; font-size: 7px; font-weight: 400; }
.purchase-swatch:hover, .purchase-swatch.active { color: var(--paper); border-color: var(--paper); }
.purchase-swatch.active { background: rgba(255,255,255,.07); }
.purchase { display: flex; align-items: flex-end; justify-content: space-between; }
.purchase > div { display: flex; flex-direction: column; gap: 4px; }
.purchase .mono { font-size: 8px; color: #777; }
.purchase strong { font-size: 38px; letter-spacing: -.06em; }
.add-button {
  border: 0; background: var(--acid); color: var(--ink); padding: 18px 22px; min-width: 180px;
  display: flex; justify-content: space-between; text-transform: uppercase; font-size: 10px; letter-spacing: .05em; cursor: pointer;
  transition: transform .35s var(--ease), background .2s;
}
.add-button:hover { background: white; transform: translateY(-4px); }

.closing { position: relative; height: 100vh; min-height: 700px; display: grid; place-items: center; overflow: hidden; text-align: center; }
.closing::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.closing img { position: absolute; width: 100%; height: 100%; object-fit: cover; transform: scale(1.15); }
.closing div { position: relative; z-index: 2; }
.closing h2 { font-size: clamp(70px, 12vw, 190px); letter-spacing: -.09em; margin: 12px 0 28px; }
.closing a { display: inline-flex; gap: 50px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.5); text-transform: uppercase; font-size: 10px; letter-spacing: .08em; transition: .25s; }
.closing a:hover { background: white; color: black; }

footer { min-height: 240px; padding: 55px 3vw 25px; display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 30px; align-items: start; background: var(--acid); color: var(--ink); }
footer .mono { font-size: 8px; line-height: 1.8; }
.footer-links { display: flex; flex-direction: column; gap: 7px; text-transform: uppercase; font-size: 10px; }
.toast {
  position: fixed; z-index: 120; right: 20px; bottom: 20px; padding: 14px 20px; background: white; color: black;
  font-size: 11px; transform: translateY(100px); opacity: 0; transition: .5s var(--ease);
}
.toast.show { transform: translateY(0); opacity: 1; }
.cart-backdrop {
  position: fixed; z-index: 125; inset: 0; background: rgba(0,0,0,.62); backdrop-filter: blur(5px);
  opacity: 0; visibility: hidden; transition: opacity .45s var(--ease), visibility .45s;
}
.cart-backdrop.show { opacity: 1; visibility: visible; }
.cart-drawer {
  position: fixed; z-index: 130; top: 0; right: 0; width: min(520px, 100%); height: 100dvh; padding: 28px;
  display: flex; flex-direction: column; color: var(--ink); background: var(--paper);
  transform: translateX(102%); visibility: hidden; transition: transform .55s var(--ease), visibility .55s;
}
.cart-drawer.open { transform: translateX(0); visibility: visible; }
.cart-header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid #ccc; }
.cart-header .eyebrow { color: #777; }
.cart-header h2 { margin: 7px 0 0; font-size: 38px; letter-spacing: -.07em; }
.cart-heading-count { color: #aaa; font-size: 12px; letter-spacing: .05em; }
.cart-close {
  width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #bbb; border-radius: 50%;
  background: transparent; color: var(--ink); font-size: 24px; line-height: 1; cursor: pointer; transition: .25s;
}
.cart-close:hover { color: var(--paper); background: var(--ink); border-color: var(--ink); transform: rotate(90deg); }
.cart-items { flex: 1; overflow: auto; padding-right: 4px; }
.cart-line { display: grid; grid-template-columns: 112px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid #d5d4cf; }
.cart-line-image { height: 142px; display: grid; place-items: center; overflow: hidden; background: #e5e4df; }
.cart-line-image.void { background: #181818; }
.cart-line-image img { width: 86%; height: 86%; object-fit: contain; filter: drop-shadow(7px 10px 7px rgba(0,0,0,.18)); }
.cart-line-image.void img { transform: scale(.9) rotate(-8deg); }
.cart-line-info { display: flex; flex-direction: column; }
.cart-line-top { display: flex; justify-content: space-between; gap: 10px; }
.cart-line-title { margin: 0; font-size: 17px; letter-spacing: -.04em; }
.cart-line-variant { margin-top: 5px; color: #777; font-size: 8px; }
.cart-line-price { font-size: 13px; white-space: nowrap; }
.cart-line-bottom { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; }
.quantity-control { display: flex; align-items: center; border: 1px solid #bbb; }
.quantity-control button {
  width: 30px; height: 30px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 15px;
}
.quantity-control button:hover { background: var(--ink); color: var(--paper); }
.quantity-control span { width: 28px; text-align: center; font-size: 10px; }
.cart-remove { border: 0; border-bottom: 1px solid #aaa; padding: 0 0 2px; background: none; color: #777; font-size: 8px; cursor: pointer; }
.cart-remove:hover { color: var(--ink); border-color: var(--ink); }
.cart-empty { display: none; flex: 1; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.cart-empty.show { display: flex; }
.cart-empty .mono { font-size: 9px; color: #888; }
.cart-empty p { width: 230px; margin: 12px 0 28px; color: #777; font-size: 12px; line-height: 1.7; }
.continue-shopping {
  min-width: 210px; padding: 15px 17px; display: flex; justify-content: space-between; border: 1px solid var(--ink);
  background: transparent; color: var(--ink); text-transform: uppercase; font-size: 9px; letter-spacing: .08em; cursor: pointer;
}
.continue-shopping:hover { background: var(--ink); color: var(--paper); }
.cart-footer { padding-top: 20px; border-top: 1px solid #bbb; }
.cart-footer.hidden { display: none; }
.cart-subtotal { display: flex; align-items: flex-end; justify-content: space-between; }
.cart-subtotal .mono { color: #777; font-size: 8px; }
.cart-subtotal strong { font-size: 32px; letter-spacing: -.06em; }
.cart-footer > p { margin: 8px 0 18px; color: #888; font-size: 9px; }
.checkout-button {
  width: 100%; padding: 18px; display: flex; justify-content: space-between; border: 0;
  color: var(--ink); background: var(--acid); text-transform: uppercase; font-size: 10px; letter-spacing: .06em; cursor: pointer;
}
.checkout-button:hover { color: white; background: var(--ink); }
.cart-benefits { display: flex; justify-content: space-between; margin-top: 15px; color: #888; font-size: 7px; }
.preorder-backdrop {
  position: fixed; z-index: 135; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden; transition: opacity .45s var(--ease), visibility .45s;
}
.preorder-backdrop.show { opacity: 1; visibility: visible; }
.preorder-modal {
  position: fixed; z-index: 140; inset: 3vh 3vw; display: grid; grid-template-columns: .92fr 1.08fr; overflow: auto;
  color: var(--ink); background: var(--paper); transform: translateY(30px) scale(.98); opacity: 0; visibility: hidden;
  transition: transform .55s var(--ease), opacity .45s, visibility .45s;
}
.preorder-modal.open { transform: translateY(0) scale(1); opacity: 1; visibility: visible; }
.preorder-close {
  position: absolute; z-index: 3; right: 20px; top: 20px; width: 42px; height: 42px; border: 1px solid #aaa; border-radius: 50%;
  background: transparent; color: var(--ink); font-size: 24px; cursor: pointer;
}
.preorder-close:hover { color: var(--paper); background: var(--ink); }
.preorder-intro { position: relative; padding: 9vh 6vw; overflow: hidden; color: var(--paper); background: #080808; }
.preorder-intro::after { content: "001"; position: absolute; right: -3vw; bottom: -7vw; color: transparent; -webkit-text-stroke: 1px #333; font-size: 25vw; font-weight: 700; letter-spacing: -.1em; }
.preorder-intro h2, .preorder-success h2 { position: relative; z-index: 1; margin: 16px 0 25px; font-size: clamp(58px, 7vw, 120px); line-height: .84; letter-spacing: -.09em; }
.preorder-intro > p { position: relative; z-index: 1; width: 280px; color: #888; font-size: 11px; line-height: 1.8; }
.preorder-summary { position: absolute; z-index: 1; left: 6vw; right: 6vw; bottom: 7vh; border-top: 1px solid #333; }
.preorder-summary-line { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #333; font-size: 9px; }
.preorder-form { padding: 9vh 7vw 5vh; display: flex; flex-direction: column; justify-content: center; }
.form-heading { display: flex; justify-content: space-between; padding-bottom: 17px; margin-bottom: 22px; border-bottom: 1px solid #bbb; }
.form-heading .mono { color: #777; font-size: 8px; }
.form-heading strong { font-size: 11px; }
.preorder-form label { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid #ccc; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.preorder-form label > span { margin-left: auto; color: #999; font-size: 7px; }
.preorder-form input:not([type="checkbox"]), .preorder-form select {
  width: 62%; padding: 16px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: 11px "Manrope", sans-serif;
}
.preorder-consent { justify-content: flex-start !important; padding: 18px 0; border: 0 !important; color: #777; text-transform: none !important; }
.preorder-consent input { accent-color: var(--ink); }
.confirm-preorder, .finish-preorder {
  width: 100%; padding: 18px; margin-top: 10px; display: flex; justify-content: space-between; border: 0;
  background: var(--acid); color: var(--ink); text-transform: uppercase; font-size: 9px; letter-spacing: .08em; cursor: pointer;
}
.confirm-preorder:hover, .finish-preorder:hover { color: white; background: var(--ink); }
.form-fineprint { color: #999; font-size: 8px; line-height: 1.6; }
.preorder-success { display: none; grid-column: 1 / -1; place-content: center; text-align: center; padding: 8vw; }
.preorder-success.show { display: grid; }
.preorder-success p { color: #777; font-size: 11px; }
.reservation-number { margin: 20px 0; padding: 12px; border: 1px solid #bbb; font-size: 9px; }
.finish-preorder { min-width: 240px; }
.reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .cursor-dot { display: none; }
  .nav { padding: 0 18px; }
  .nav nav { display: none; }
  .hero { min-height: 720px; }
  .hero-product { inset: 0 -45% -10% -25%; opacity: .82; }
  .hero-copy { left: 18px; top: 43%; width: calc(100% - 36px); }
  .hero-copy h1 { font-size: clamp(52px, 18vw, 82px); line-height: .82; }
  .title-outline { margin-left: 0; }
  .hero-sub { margin-left: 0; max-width: 250px; }
  .round-cta { left: auto; right: 5px; top: calc(100% + 3vh); width: 105px; height: 105px; }
  .hero-index { display: none; }
  .scroll-cue { left: 18px; }
  .manifesto { height: 230vh; }
  .floating-grip { width: 62vw; height: 70vh; opacity: .84; }
  .product-aura { width: 110vw; height: 110vw; }
  .product-floor { width: 60vw; height: 8vw; }
  .orbit-one { width: 110vw; height: 110vw; }
  .orbit-two { width: 155vw; height: 155vw; }
  .manifesto-copy { left: 18px; top: 22%; width: calc(100% - 36px); }
  .manifesto-copy h2, .features-heading h2, .colorway h2, .shop h2 { font-size: clamp(54px, 17vw, 85px); }
  .manifesto-copy > p:last-child { width: 230px; }
  .stat-a { right: 18px; top: auto; bottom: 14%; }
  .stat-b { display: none; }
  .texture-break { height: 100vh; }
  .texture-break > img { object-position: 34% center; }
  .texture-copy { right: 18px; left: 18px; width: auto; }
  .texture-copy h2 { font-size: clamp(64px,20vw,100px); }
  .feature-tags { display: none; }
  .features { padding: 100px 12px; }
  .features-heading { margin-left: 6px; }
  .feature-grid { display: flex; flex-direction: column; }
  .feature-card { height: 110vw; }
  .text-card { height: 65vw; }
  .text-card strong { font-size: 32vw; }
  .colorway { display: block; padding: 100px 18px 50px; min-height: 900px; }
  .colorway-stage { height: 60vh; }
  .colorway-stage img { width: 100%; height: 88%; }
  .color-ring { width: 85vw; height: 85vw; }
  .shop { display: block; }
  .shop-image { min-height: 100vw; height: 100vw; }
  .shop-info { padding: 80px 18px; }
  .shop-description { width: 100%; }
  .purchase-swatches { grid-template-columns: 1fr; }
  .purchase { align-items: stretch; flex-direction: column; gap: 30px; }
  .closing { height: 85vh; min-height: 620px; }
  footer { display: flex; flex-wrap: wrap; justify-content: space-between; min-height: 260px; padding: 40px 18px; }
  .cart-drawer { padding: 20px 18px; }
  .cart-header h2 { font-size: 32px; }
  .cart-line { grid-template-columns: 94px 1fr; gap: 13px; }
  .cart-line-image { height: 125px; }
  .preorder-modal { inset: 0; display: block; }
  .preorder-intro { min-height: 48vh; padding: 90px 24px 170px; }
  .preorder-intro > p { width: 230px; }
  .preorder-summary { left: 24px; right: 24px; bottom: 35px; }
  .preorder-form { padding: 55px 24px; }
  .preorder-form label { display: block; padding-top: 14px; }
  .preorder-form input:not([type="checkbox"]), .preorder-form select { width: 100%; }
  .preorder-consent { display: flex !important; }
  .preorder-success { min-height: 100vh; padding: 24px; }
}

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