/* Gallian Sports — single dark "floodlight" theme: fluorescent volt on black */
:root {
  color-scheme: dark;
  --volt: #c8ff00;
  --volt-2: #a6d900;
  --volt-ink: #0b0d04;
  --ink: #070807;
  --carbon: #0e100c;
  --graphite: #171a14;
  --panel: #1c2018;
  --line: #2b3125;
  --smoke: #8e9786;
  --chalk: #eef2e6;
  --danger: #ff5a4e;
  --display: "Big Shoulders Display", "Impact", "Arial Narrow Bold", sans-serif;
  --body: "Barlow", "Segoe UI", system-ui, sans-serif;
  --cond: "Barlow Condensed", "Arial Narrow", sans-serif;
  --slant: -8deg;
  --gutter: clamp(16px, 4vw, 48px);
  --max: 1320px;
  --r: 4px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--ink); color: var(--chalk);
  font-family: var(--body); font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: var(--chalk); }
:focus-visible { outline: 2px solid var(--volt); outline-offset: 3px; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 900; line-height: .95; margin: 0; text-wrap: balance; letter-spacing: .005em; text-transform: uppercase; }
p { margin: 0; }
.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }
.eyebrow { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: 13px; color: var(--volt); display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 22px; height: 3px; background: var(--volt); transform: skewX(var(--slant)); }
.muted { color: var(--smoke); }
.tnum { font-variant-numeric: tabular-nums; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; padding: 14px 26px; font-family: var(--cond); font-weight: 700; font-size: 16px; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; position: relative; isolation: isolate; transition: transform .15s ease; white-space: nowrap; }
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; transform: skewX(var(--slant)); transition: background .2s, box-shadow .2s; }
.btn-volt { color: var(--volt-ink); }
.btn-volt::before { background: var(--volt); box-shadow: 0 0 0 0 rgba(200,255,0,.0); }
.btn-volt:hover::before { box-shadow: 0 0 28px rgba(200,255,0,.45); }
.btn-ghost { color: var(--chalk); }
.btn-ghost::before { border: 2px solid var(--chalk); }
.btn-ghost:hover { color: var(--volt); }
.btn-ghost:hover::before { border-color: var(--volt); }
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn[disabled] { opacity: .45; cursor: not-allowed; }
.link { color: var(--volt); font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; text-decoration: none; font-size: 14px; }
.link:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ---------- announcement + header ---------- */
.announce { background: var(--volt); color: var(--volt-ink); font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; overflow: hidden; }
.announce .wrap { display: flex; gap: 28px; justify-content: center; padding-block: 7px; flex-wrap: wrap; row-gap: 2px; }
.announce span::before { content: "◆"; margin-right: 8px; font-size: 9px; vertical-align: 2px; }
header.site { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50; background: rgba(7,8,7,.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
header.site .wrap { display: flex; align-items: center; gap: 24px; height: 70px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--volt); text-decoration: none; flex: none; }
.brand .mark { width: 38px; }
.brand .word { width: 128px; }
nav.main { display: flex; gap: 4px; margin-left: auto; align-items: center; }
nav.main > a, nav.main > .dd > button { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 15px; white-space: nowrap; text-decoration: none; background: none; border: 0; padding: 10px 12px; color: var(--chalk); }
nav.main > a:hover, nav.main > .dd > button:hover, nav.main a[aria-current="page"] { color: var(--volt); }
nav.main .ai-tag { font-size: 10px; background: var(--volt); color: var(--volt-ink); padding: 1px 5px; margin-left: 5px; vertical-align: 2px; letter-spacing: .06em; }
.dd { position: relative; }
.mega { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); width: min(760px, 92vw); background: var(--carbon); border: 1px solid var(--line); padding: 22px; display: none; grid-template-columns: repeat(3, 1fr); gap: 2px 18px; box-shadow: 0 30px 60px rgba(0,0,0,.6); }
.dd.open .mega, .dd:hover .mega, .dd:focus-within .mega { display: grid; }
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.mega a { text-decoration: none; padding: 8px 10px; display: flex; justify-content: space-between; gap: 8px; font-weight: 600; border-left: 2px solid transparent; }
.mega a small { color: var(--smoke); font-family: var(--cond); font-size: 13px; }
.mega a:hover { border-color: var(--volt); background: var(--graphite); color: var(--volt); }
.mega .all { grid-column: 1 / -1; margin-top: 10px; border-top: 1px solid var(--line); padding-top: 14px; }
.cart-btn { position: relative; background: none; border: 1px solid var(--line); width: 46px; height: 46px; display: grid; place-items: center; flex: none; }
.cart-btn:hover { border-color: var(--volt); color: var(--volt); }
.cart-btn .count { position: absolute; top: -8px; right: -8px; background: var(--volt); color: var(--volt-ink); font-family: var(--cond); font-weight: 700; font-size: 12px; min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 5px; }
.menu-btn { display: none; background: none; border: 1px solid var(--line); width: 46px; height: 46px; place-items: center; }
@media (max-width: 1020px) {
  nav.main { position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); background: var(--carbon); flex-direction: column; align-items: stretch; padding: calc(84px + env(safe-area-inset-top, 0px)) 22px 22px; gap: 0; transform: translateX(100%); transition: transform .3s ease; overflow-y: auto; border-left: 1px solid var(--line); z-index: 60; }
  nav.main.open { transform: none; }
  nav.main > a, nav.main > .dd > button { padding: 14px 4px; font-size: 20px; text-align: left; border-bottom: 1px solid var(--line); width: 100%; }
  .mega { position: static; transform: none; width: auto; display: none; grid-template-columns: 1fr 1fr; padding: 8px 0; border: 0; box-shadow: none; background: none; }
  .dd:hover .mega { display: none; }
  .dd.open .mega { display: grid; }
  .menu-btn { display: grid; margin-left: auto; }
  .cart-btn { margin-left: 0; }
  .menu-close { display: block !important; position: absolute; top: calc(18px + env(safe-area-inset-top, 0px)); right: 18px; }
}
.menu-close { display: none; background: none; border: 1px solid var(--line); width: 44px; height: 44px; }
.scrim { position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 55; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background:
  radial-gradient(60% 70% at 72% 45%, rgba(200,255,0,.10), transparent 60%),
  linear-gradient(180deg, #0a0c09 0%, var(--ink) 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(200,255,0,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(200,255,0,.05) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(70% 80% at 70% 50%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(70% 80% at 70% 50%, #000 30%, transparent 75%); pointer-events: none; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 24px; align-items: center; min-height: 640px; padding-block: 40px; position: relative; }
.hero h1 { font-size: clamp(54px, 7.4vw, 116px); line-height: .86; margin: 18px 0 20px; }
.hero h1 em { font-style: normal; color: var(--volt); display: inline-block; transform: skewX(var(--slant)); }
.hero .lede { font-size: 18px; color: #c9d0bf; max-width: 46ch; }
.hero .ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.hero-proof { display: flex; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
.hero-proof div { font-family: var(--cond); text-transform: uppercase; letter-spacing: .1em; font-size: 13px; color: var(--smoke); }
.hero-proof b { display: block; font-family: var(--display); font-size: 30px; color: var(--chalk); letter-spacing: 0; }
.stage { position: relative; display: flex; flex-direction: column; gap: 14px; }
.canvas-box { position: relative; height: 540px; }
.canvas-box canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; cursor: grab; touch-action: pan-y; }
.canvas-box canvas:active { cursor: grabbing; }
.canvas-box.no-3d { background: url(../img/jersey-front.png) center / contain no-repeat; }
.build { position: relative; display: flex; flex-direction: column; gap: 10px; pointer-events: none; }
.build-now { display: flex; align-items: baseline; gap: 14px; }
.build-now .n { font-family: var(--display); font-size: 54px; color: var(--volt); line-height: 1; }
.build-now .l { font-family: var(--display); font-size: 26px; text-transform: uppercase; }
.build-now .s { font-size: 14px; color: var(--smoke); display: block; font-family: var(--body); text-transform: none; font-weight: 400; }
.build-track { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; pointer-events: auto; }
.build-track button { background: none; border: 0; padding: 8px 0 0; text-align: left; font-family: var(--cond); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--smoke); position: relative; }
.build-track button::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--line); transform: skewX(var(--slant)); }
.build-track button.done::before { background: rgba(200,255,0,.5); }
.build-track button.on { color: var(--volt); }
.build-track button.on::before { background: var(--volt); box-shadow: 0 0 12px var(--volt); }
.replay { position: absolute; top: 14px; right: 0; pointer-events: auto; background: rgba(14,16,12,.8); border: 1px solid var(--line); padding: 8px 12px; font-family: var(--cond); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; display: flex; gap: 8px; align-items: center; }
.replay:hover { color: var(--volt); border-color: var(--volt); }
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; min-height: 0; padding-block: 28px 24px; }
  .stage { order: -1; }
  .canvas-box { height: 440px; margin-inline: calc(var(--gutter) * -1); }
  .build-track button span { display: none; }
  .replay { right: var(--gutter); }
  .build-now .n { font-size: 40px; } .build-now .l { font-size: 21px; }
  .hero h1 { margin-top: 10px; }
}

/* ---------- marquee ---------- */
.marquee { background: var(--volt); color: var(--volt-ink); overflow: hidden; transform: skewY(-1.5deg); margin-block: 26px; border-block: 3px solid var(--ink); }
.marquee .track { display: flex; gap: 34px; width: max-content; animation: marq 38s linear infinite; padding-block: 12px; }
.marquee span { font-family: var(--display); font-weight: 900; font-size: 30px; text-transform: uppercase; white-space: nowrap; }
.marquee span::after { content: "/"; margin-left: 34px; opacity: .35; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
section.block { padding-block: clamp(56px, 8vw, 104px); }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.sec-head h2 { font-size: clamp(40px, 5.4vw, 76px); margin-top: 12px; }
.sec-head p { max-width: 48ch; color: var(--smoke); }

/* sport tiles */
.sports-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; }
.sport-tile { position: relative; background: var(--carbon); border: 1px solid var(--line); text-decoration: none; display: flex; flex-direction: column; overflow: hidden; transition: border-color .2s, transform .2s; }
.sport-tile:hover { border-color: var(--volt); transform: translateY(-3px); }
.sport-tile .art { aspect-ratio: 1 / 1; display: grid; place-items: center; padding: 18px; background: radial-gradient(circle at 50% 60%, #22271d, var(--carbon) 70%); }
.sport-tile .art img { width: 100%; height: 100%; object-fit: cover; }
.sport-tile .art.photo { padding: 0; background: #fff; }
.sport-tile .art svg { width: 86%; transition: transform .35s ease; }
.sport-tile:hover .art svg { transform: rotate(-4deg) scale(1.05); }
.sport-tile .meta { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 4px; border-top: 1px solid var(--line); flex: 1; }
.sport-tile h3 { font-size: 22px; overflow-wrap: anywhere; }
.sport-tile .from { font-family: var(--cond); font-size: 13px; color: var(--smoke); white-space: nowrap; }
.sport-tile .from b { color: var(--volt); font-size: 15px; }
.sport-tile .tag { position: absolute; top: 10px; left: 10px; font-family: var(--cond); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--smoke); }

/* product cards */
.grid-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.card { background: var(--carbon); border: 1px solid var(--line); display: flex; flex-direction: column; text-decoration: none; transition: border-color .2s; position: relative; }
.card:hover { border-color: var(--volt); }
.card .art { aspect-ratio: 1 / 1; display: grid; place-items: center; background: radial-gradient(circle at 50% 60%, #22271d, var(--carbon) 70%); overflow: hidden; }
.card .art.photo { background: #fff; }
.card .art img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card:hover .art img { transform: scale(1.04); }
.card .art svg { width: 78%; }
.card .body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; border-top: 1px solid var(--line); }
.card h3, .card h2 { font-size: 24px; line-height: 1; overflow-wrap: anywhere; }
.card .desc { color: var(--smoke); font-size: 14px; }
.card .price { margin-top: auto; display: flex; justify-content: space-between; align-items: baseline; padding-top: 10px; }
.card .price b { font-family: var(--display); font-size: 30px; color: var(--volt); }
.card .price small { font-family: var(--cond); color: var(--smoke); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.badge { position: absolute; top: 12px; left: 12px; background: var(--volt); color: var(--volt-ink); font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; padding: 4px 10px; transform: skewX(var(--slant)); z-index: 2; }
.includes { display: flex; flex-wrap: wrap; gap: 6px; }
.includes span { font-size: 12px; font-family: var(--cond); text-transform: uppercase; letter-spacing: .06em; border: 1px solid var(--line); padding: 2px 8px; color: #c9d0bf; }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.steps li { list-style: none; padding: 26px 22px 10px 0; border-right: 1px solid var(--line); margin-right: 22px; }
.steps li:last-child { border-right: 0; }
.steps .n { font-family: var(--display); font-size: 64px; color: transparent; -webkit-text-stroke: 1.5px var(--volt); line-height: 1; }
.steps h3 { font-size: 28px; margin: 12px 0 8px; }
.steps p { color: var(--smoke); font-size: 15px; }
.steps ol { margin: 0; padding: 0; display: contents; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr 1fr; } .steps li:nth-child(2) { border-right: 0; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } .steps li { border-right: 0; border-bottom: 1px solid var(--line); margin-right: 0; } }

/* mockup teaser */
.teaser { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; background: linear-gradient(120deg, var(--graphite), var(--carbon)); border: 1px solid var(--line); padding: clamp(24px, 4vw, 56px); position: relative; overflow: hidden; }
.teaser::after { content: "AI"; position: absolute; right: -20px; bottom: -70px; font-family: var(--display); font-weight: 900; font-size: 340px; color: rgba(200,255,0,.05); line-height: 1; pointer-events: none; }
.teaser h2 { font-size: clamp(40px, 5vw, 72px); margin: 14px 0 16px; }
.teaser .demo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.teaser .demo > div { background: rgba(0,0,0,.35); border: 1px solid var(--line); padding: 12px; }
.teaser .prompt { font-family: var(--cond); font-size: 18px; border: 1px dashed var(--volt); padding: 12px 14px; margin: 20px 0; color: var(--volt); min-height: 54px; }
.teaser .prompt::after { content: "▌"; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
@media (max-width: 860px) { .teaser { grid-template-columns: 1fr; } }

/* pricing tables */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); }
table.tiers { width: 100%; border-collapse: collapse; min-width: 560px; font-variant-numeric: tabular-nums; }
table.tiers th, table.tiers td { padding: 14px 16px; text-align: right; border-bottom: 1px solid var(--line); }
table.tiers th:first-child, table.tiers td:first-child { text-align: left; }
table.tiers thead th { font-family: var(--cond); text-transform: uppercase; letter-spacing: .1em; font-size: 13px; color: var(--smoke); background: var(--carbon); }
table.tiers thead th span { display: block; font-family: var(--display); font-size: 22px; color: var(--chalk); letter-spacing: 0; }
table.tiers td { font-family: var(--display); font-size: 22px; font-weight: 700; }
table.tiers td:first-child { font-family: var(--body); font-size: 15px; font-weight: 600; }
table.tiers td:first-child a { text-decoration: none; }
table.tiers td:first-child a:hover { color: var(--volt); }
table.tiers tr:hover td { background: rgba(200,255,0,.04); }
table.tiers .best { color: var(--volt); }
table.tiers th.on, table.tiers td.on { background: rgba(200,255,0,.12); color: var(--volt); }
.price-group { margin-bottom: 44px; }
.price-group h3 { font-size: 34px; margin-bottom: 14px; display: flex; align-items: baseline; gap: 14px; }
.price-group h3 a { font-family: var(--cond); font-size: 14px; letter-spacing: .1em; }
.pill-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.pill-nav a { font-family: var(--cond); text-transform: uppercase; letter-spacing: .08em; font-size: 14px; text-decoration: none; border: 1px solid var(--line); padding: 6px 12px; }
.pill-nav a:hover { border-color: var(--volt); color: var(--volt); }

/* promo strip */
.promo-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
@media (max-width: 1000px) { .promo-strip { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .promo-strip { grid-template-columns: repeat(2, 1fr); } }

/* contact band */
.contact-band { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-band > div { background: var(--carbon); padding: 28px; display: flex; flex-direction: column; gap: 10px; }
.contact-band h3 { font-size: 30px; }
.contact-band .big { font-family: var(--display); font-size: clamp(26px, 3vw, 38px); color: var(--volt); text-decoration: none; }
@media (max-width: 860px) { .contact-band { grid-template-columns: 1fr; } }
.socials { display: flex; gap: 10px; }
.socials a { width: 44px; height: 44px; border: 1px solid var(--line); display: grid; place-items: center; }
.socials a:hover { border-color: var(--volt); color: var(--volt); }
.socials svg { width: 20px; height: 20px; }

/* page headers */
.page-head { padding-block: 44px 34px; border-bottom: 1px solid var(--line); background: radial-gradient(50% 120% at 90% 0%, rgba(200,255,0,.08), transparent 60%); }
.page-head h1 { font-size: clamp(48px, 7vw, 100px); margin-top: 12px; }
.page-head p { color: var(--smoke); margin-top: 14px; max-width: 60ch; font-size: 17px; }
.crumbs { font-family: var(--cond); text-transform: uppercase; letter-spacing: .1em; font-size: 13px; color: var(--smoke); display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--volt); }

/* product page */
.pdp { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); padding-block: 36px 80px; }
@media (max-width: 900px) { .pdp { grid-template-columns: 1fr; } }
.gallery .main { aspect-ratio: 1 / 1; background: radial-gradient(circle at 50% 55%, #252a1f, var(--carbon) 70%); border: 1px solid var(--line); display: grid; place-items: center; overflow: hidden; }
.gallery .main.photo { background: #fff; }
.gallery .main img { width: 100%; height: 100%; object-fit: contain; }
.gallery .main svg { width: 76%; }
.thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 8px; }
.thumbs button { aspect-ratio: 1 / 1; background: var(--carbon); border: 1px solid var(--line); padding: 4px; display: grid; place-items: center; overflow: hidden; }
.thumbs button.photo { background: #fff; }
.thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.thumbs button[aria-pressed="true"] { border-color: var(--volt); box-shadow: inset 0 0 0 1px var(--volt); }
.pdp h1 { font-size: clamp(40px, 5vw, 66px); margin: 12px 0 14px; }
.pdp .from { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.pdp .from b { font-family: var(--display); font-size: 48px; color: var(--volt); }
.pdp .from span { font-family: var(--cond); text-transform: uppercase; letter-spacing: .08em; color: var(--smoke); }
.opt { margin-top: 24px; }
.opt > label, .opt > .lbl { display: block; font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; color: var(--smoke); margin-bottom: 10px; }
.swatches { display: flex; gap: 10px; flex-wrap: wrap; }
.swatch { width: 54px; height: 38px; border: 1px solid var(--line); padding: 3px; background: none; display: flex; }
.swatch i { flex: 1; }
.swatch[aria-pressed="true"] { border-color: var(--volt); box-shadow: 0 0 0 1px var(--volt); }
.sizes { display: grid; grid-template-columns: repeat(auto-fill, minmax(64px, 1fr)); gap: 6px; }
.sizes label { display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--carbon); }
.sizes label span { font-family: var(--cond); font-weight: 700; font-size: 13px; text-align: center; padding: 4px 0; background: var(--graphite); letter-spacing: .06em; }
.sizes input { width: 100%; background: none; border: 0; text-align: center; padding: 8px 2px; font-family: var(--display); font-size: 20px; font-variant-numeric: tabular-nums; }
.sizes input:focus { outline: none; background: rgba(200,255,0,.08); }
.sizes label:focus-within { border-color: var(--volt); }
.select, .field input, .field textarea, .field select { width: 100%; background: var(--carbon); border: 1px solid var(--line); padding: 12px 14px; border-radius: 0; }
.select:focus, .field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--volt); }
.summary { margin-top: 26px; border: 1px solid var(--line); background: var(--carbon); }
.summary .row { display: flex; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid var(--line); gap: 12px; }
.summary .row:last-child { border-bottom: 0; }
.summary .row b { font-variant-numeric: tabular-nums; }
.summary .total b { font-family: var(--display); font-size: 32px; color: var(--volt); }
.moq { font-size: 14px; padding: 10px 16px; font-family: var(--cond); letter-spacing: .04em; }
.moq.warn { color: #ffcf4d; }
.moq.ok { color: var(--volt); }
.actions { display: flex; gap: 14px; margin-top: 20px; flex-wrap: wrap; }
.spec { margin-top: 34px; border-top: 1px solid var(--line); }
.spec details { border-bottom: 1px solid var(--line); }
.spec summary { cursor: pointer; padding: 16px 0; font-family: var(--display); font-size: 22px; text-transform: uppercase; list-style: none; display: flex; justify-content: space-between; }
.spec summary::after { content: "+"; color: var(--volt); }
.spec details[open] summary::after { content: "–"; }
.spec details > div { padding-bottom: 18px; color: #c9d0bf; font-size: 15px; }
.spec ul { margin: 0; padding-left: 18px; }

/* cart */
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 36px; padding-block: 36px 90px; align-items: start; }
@media (max-width: 900px) { .cart-layout { grid-template-columns: 1fr; } }
.line { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; }
.line .thumb { aspect-ratio: 1 / 1; background: var(--carbon); border: 1px solid var(--line); display: grid; place-items: center; overflow: hidden; }
.line .thumb.photo { background: #fff; }
.line .thumb img { width: 100%; height: 100%; object-fit: cover; }
.line .thumb svg { width: 86%; }
.line h3 { font-size: 24px; }
.line .sz { font-family: var(--cond); color: var(--smoke); font-size: 14px; margin-top: 6px; letter-spacing: .04em; }
.line .amt { text-align: right; font-family: var(--display); font-size: 26px; }
.line .amt small { display: block; font-family: var(--cond); font-size: 13px; color: var(--smoke); }
.rm { background: none; border: 0; color: var(--smoke); font-family: var(--cond); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; padding: 6px 0; margin-top: 8px; }
.rm:hover { color: var(--danger); }
@media (max-width: 560px) { .line { grid-template-columns: 76px minmax(0, 1fr); } .line .amt { grid-column: 2; text-align: left; } }
.panel { background: var(--carbon); border: 1px solid var(--line); padding: 24px; position: sticky; top: 96px; }
.panel h2 { font-size: 34px; margin-bottom: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; color: var(--smoke); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
.empty { text-align: center; padding: 70px 20px; border: 1px dashed var(--line); }
.empty h2 { font-size: 44px; margin-bottom: 12px; }
.note { font-size: 13px; color: var(--smoke); }
.copybox { background: var(--ink); border: 1px solid var(--line); padding: 14px; font-family: ui-monospace, Menlo, monospace; font-size: 13px; white-space: pre-wrap; max-height: 260px; overflow: auto; color: #c9d0bf; }
.success { border: 1px solid var(--volt); padding: 24px; background: rgba(200,255,0,.05); }
.success h2 { font-size: 40px; color: var(--volt); margin-bottom: 10px; }

/* mockup generator */
.mk { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, 1fr); gap: 28px; padding-block: 30px 90px; align-items: start; }
@media (max-width: 960px) { .mk { grid-template-columns: 1fr; } }
.mk-stage { background: radial-gradient(circle at 50% 50%, #242a1e, var(--carbon) 70%); border: 1px solid var(--line); position: relative; }
.mk-stage .views { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 26px 18px 12px; }
.mk-stage .views figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.mk-stage .views figure > div { width: 100%; max-width: 380px; }
.mk-stage .views figcaption { font-family: var(--cond); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: var(--smoke); }
.mk-stage .bar { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 12px 16px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.mk-stage .spec-line { font-family: var(--cond); font-size: 14px; color: var(--smoke); letter-spacing: .04em; }
.mk-stage .spec-line b { color: var(--chalk); }
.scan { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.scan::after { content: ""; position: absolute; left: 0; right: 0; height: 80px; top: -80px; background: linear-gradient(180deg, transparent, rgba(200,255,0,.25), transparent); }
.scan.go::after { animation: scan 1s ease-in-out; }
@keyframes scan { to { top: 100%; } }
.variants { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 0 16px 16px; }
.variants button { background: rgba(0,0,0,.3); border: 1px solid var(--line); padding: 6px; }
.variants button[aria-pressed="true"] { border-color: var(--volt); }
.ctrl { background: var(--carbon); border: 1px solid var(--line); }
.ctrl section { padding: 18px 20px; border-bottom: 1px solid var(--line); }
.ctrl section:last-child { border-bottom: 0; }
.ctrl h3 { font-size: 20px; margin-bottom: 12px; display: flex; justify-content: space-between; align-items: baseline; }
.ctrl h3 small { font-family: var(--cond); font-size: 12px; color: var(--smoke); letter-spacing: .1em; font-weight: 600; }
.ai-box textarea { width: 100%; min-height: 86px; background: var(--ink); border: 1px solid var(--line); padding: 12px; resize: vertical; }
.ai-box textarea:focus { outline: none; border-color: var(--volt); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { background: none; border: 1px solid var(--line); padding: 6px 11px; font-family: var(--cond); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.chip:hover { border-color: var(--smoke); }
.chip[aria-pressed="true"] { background: var(--volt); color: var(--volt-ink); border-color: var(--volt); }
.colors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.colors label { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); padding: 6px 8px; font-family: var(--cond); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.colors input[type="color"] { width: 30px; height: 30px; border: 0; padding: 0; background: none; }
.palettes { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.palettes button { width: 40px; height: 22px; border: 1px solid var(--line); padding: 0; display: flex; }
.palettes button i { flex: 1; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.two .field { margin-bottom: 0; }
.upload { display: flex; align-items: center; gap: 10px; border: 1px dashed var(--line); padding: 10px; }
.upload input { font-size: 13px; max-width: 100%; }

/* toast */
.toast { position: fixed; left: 50%; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); transform: translateX(-50%) translateY(20px); background: var(--volt); color: var(--volt-ink); padding: 12px 20px; font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; opacity: 0; transition: .25s; z-index: 80; pointer-events: none; max-width: calc(100vw - 32px); text-align: center; }
.toast.show { opacity: 1; transform: translateX(-50%); }

/* whatsapp float */
.wa-float { position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; z-index: 45; box-shadow: 0 10px 30px rgba(0,0,0,.5); }
.wa-float svg { width: 30px; height: 30px; }

/* footer */
footer.site { border-top: 1px solid var(--line); background: var(--carbon); padding-block: 56px 30px; margin-top: 0; }
footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
footer h4 { font-size: 18px; margin-bottom: 14px; color: var(--volt); }
footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
footer ul a { text-decoration: none; color: #c9d0bf; font-size: 15px; }
footer ul a:hover { color: var(--volt); }
footer .legal { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--smoke); }
footer .bigword { color: var(--volt); width: min(100%, 520px); opacity: .9; }
@media (max-width: 860px) { footer .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { footer .cols { grid-template-columns: 1fr; } }

.faq { max-width: 860px; }
.reveal-in { animation: rise .5s ease both; }
@keyframes rise { from { transform: translateY(10px); } to { transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition: none !important; } }
@media (max-width: 600px) {
  .sports-grid, .grid-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .sport-tile h3 { font-size: 18px; }
  .card h3 { font-size: 19px; }
  .card .body { padding: 12px; }
  .card .price b { font-size: 24px; }
  .card .desc, .card .includes { display: none; }
  .announce span:not(:first-child) { display: none; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero-proof b { font-size: 26px; }
  .hero-proof div { font-size: 11px; }
  .ctas .btn { flex: 1 1 100%; }
  .teaser .demo { grid-template-columns: 1fr 1fr; }
  .mk-stage .views { padding: 16px 8px 8px; }
}
