:root {
  --ink: #0a0a0a;
  --paper: #f4f1e9;
  --white: #ffffff;
  --acid: #16d9ff;
  --blue: #1864ff;
  --purple: #a729ff;
  --purple-deep: #5512b8;
  --magenta: #ef28ff;
  --neon-gradient: linear-gradient(135deg, var(--acid) 0%, var(--blue) 48%, var(--purple) 100%);
  --line: rgba(10, 10, 10, 0.22);
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; min-width: 0; margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.55; overflow-x: hidden; overflow-x: clip; }
main, .site-footer { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
main > *, .site-footer, .hero-copy, .local-layout > *, .section-heading > *, .watch-grid > *, .challenge > *, .participate > *, .business-grid > *, .founders > *, .merch > *, .category-heading > *, .product-grid > * { min-width: 0; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; background: var(--acid); color: var(--ink); font-weight: 900; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 0 var(--pad); color: var(--white); background: rgba(10,10,10,.9); border-bottom: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: center; height: 70px; line-height: 1; }
.wordmark img { display: block; width: 72px; height: 72px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(22,217,255,.22)); }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(1.25rem, 2vw, 2.6rem); }
.site-nav a { position: relative; color: rgba(255,255,255,.78); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 2px; background: var(--acid); transition: right .25s ease; }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { right: 0; }
.header-cta { padding: .78rem 1rem; border: 1px solid rgba(255,255,255,.48); font-size: .73rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: .2s; }
.header-cta:hover { background: var(--white); color: var(--ink); }
.menu-button { display: none; }

.hero { position: relative; min-height: 830px; height: 100svh; max-height: 1080px; display: flex; align-items: center; overflow: hidden; padding: 118px var(--pad) 62px; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 68vw; aspect-ratio: 1; top: -38vw; right: -20vw; background: linear-gradient(135deg, var(--blue), var(--purple)); border-radius: 50%; filter: blur(4px); opacity: .86; }
.hero::after { content: ""; position: absolute; right: 8%; bottom: -22%; width: 38vw; min-width: 420px; aspect-ratio: 1; border: clamp(60px, 8vw, 120px) solid rgba(22,217,255,.09); border-radius: 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 78%); }
.hero-copy { position: relative; z-index: 2; width: min(980px, 80vw); }
.eyebrow, .section-kicker { margin: 0 0 1.5rem; font-size: .75rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { color: var(--acid); }
.hero h1, .section h2 { margin: 0; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.035em; line-height: .86; }
.hero h1 { font-size: clamp(4.3rem, 10.3vw, 10.8rem); }
.hero h1 span { color: var(--acid); }
.hero-intro { width: min(700px, 90%); margin: clamp(1.8rem, 4vh, 3rem) 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin-top: 2.25rem; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 1.6rem; padding: .9rem 1.2rem; border: 2px solid transparent; font-size: .76rem; font-weight: 950; letter-spacing: .08em; line-height: 1; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--purple); }
.button-light { background: var(--white); color: var(--ink); }
.button-acid { background: var(--acid); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-outline { border-color: rgba(255,255,255,.58); color: var(--white); }
.text-link { padding: .7rem .3rem; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-stamp { position: absolute; z-index: 2; right: var(--pad); bottom: 4.6rem; width: clamp(210px, 19vw, 300px); aspect-ratio: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; color: var(--white); background: var(--neon-gradient); transform: rotate(2.5deg); box-shadow: 14px 14px 0 var(--purple-deep); }
.hero-stamp span { font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-stamp strong { font: 900 clamp(2rem, 3.4vw, 3.1rem)/.88 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.hero-index { position: absolute; left: 51%; bottom: -.08em; color: rgba(255,255,255,.035); font: 900 min(28vw, 25rem)/1 var(--display); }

.ticker { overflow: hidden; color: var(--white); background: var(--neon-gradient); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 2rem; padding: .82rem 0; animation: ticker 26s linear infinite; }
.ticker span { font: 900 1rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.ticker i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { position: relative; max-width: var(--max); margin: 0 auto; padding: clamp(5.5rem, 9vw, 9.5rem) var(--pad); }
.section-dark { max-width: none; color: var(--white); background: var(--ink); }
.section-purple { max-width: none; color: var(--white); background: var(--purple); }
.section-kicker { margin-bottom: 2.2rem; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 4rem; margin-bottom: 4rem; }
.section-heading h2 { font-size: clamp(3.4rem, 7vw, 7.5rem); }
.section-heading > p { width: min(420px, 100%); margin: 0 0 .75rem; font-size: 1.1rem; color: rgba(255,255,255,.65); }

.local-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.local h2 { font-size: clamp(4rem, 8.3vw, 9rem); }
.local h2 span { color: var(--purple); }
.local-copy { padding-top: .5rem; }
.lead { font-size: clamp(1.3rem, 2.1vw, 1.9rem); font-weight: 720; line-height: 1.3; letter-spacing: -.025em; }
.local-copy > p:not(.lead) { color: #444; margin: 1.5rem 0 2rem; }

.watch { padding-top: 7rem; padding-bottom: 8rem; }
.watch-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .6fr); gap: 1.25rem; }
.feature-video { position: relative; min-height: 540px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: radial-gradient(circle at 70% 30%, rgba(139,92,246,.7), transparent 35%), linear-gradient(135deg, #171717, #3d246c 58%, #0a0a0a); }
.feature-video::before { content: "ALM"; position: absolute; right: -.04em; bottom: -.24em; color: rgba(255,255,255,.07); font: 900 clamp(11rem, 25vw, 28rem)/1 var(--display); letter-spacing: -.08em; }
.video-noise { position: absolute; inset: 0; opacity: .25; background-image: repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(255,255,255,.04) 4px); }
.play { position: absolute; top: 50%; left: 50%; width: 92px; aspect-ratio: 1; display: grid; place-items: center; padding-left: .25rem; color: var(--ink); background: var(--acid); border-radius: 50%; transform: translate(-50%, -50%); font-size: 1.5rem; transition: transform .25s; }
.feature-video:hover .play { transform: translate(-50%, -50%) scale(1.08) rotate(-4deg); }
.video-label { position: absolute; left: 1.6rem; bottom: 1.6rem; display: grid; gap: .3rem; }
.video-label span, .video-corner { font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.video-label strong { font-size: clamp(1.25rem, 2vw, 1.8rem); text-transform: uppercase; }
.video-corner { position: absolute; top: 1.5rem; right: 1.5rem; }
.shorts-stack { display: grid; grid-template-rows: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.shorts-stack a { display: grid; align-content: space-between; min-height: 168px; padding: 1.25rem; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); transition: background .2s, color .2s; }
.shorts-stack a:hover { background: var(--acid); color: var(--ink); }
.shorts-stack span, .shorts-stack em { font-size: .68rem; font-style: normal; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.shorts-stack strong { font-size: 1.05rem; text-transform: uppercase; }
.shorts-stack em { justify-self: end; }

.pillars > h2 { max-width: 1020px; margin-bottom: 4rem; font-size: clamp(3.6rem, 7.8vw, 8.4rem); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.pillar { min-height: 330px; display: flex; flex-direction: column; padding: 1.5rem; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transition: background .25s, transform .25s; }
.pillar:hover { z-index: 1; background: var(--acid); transform: translateY(-8px); }
.pillar span { font-size: .7rem; font-weight: 900; }
.pillar h3 { margin: auto 0 1rem; font: 900 clamp(2.4rem, 3.4vw, 4rem)/.95 var(--display); text-transform: uppercase; }
.pillar p { margin: 0; color: #333; font-size: .92rem; }

.challenge { max-width: none; min-height: 740px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; overflow: hidden; color: var(--white); background: var(--neon-gradient); }
.challenge::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 52px 52px; }
.challenge-number { position: relative; z-index: 1; color: var(--white); font: 900 clamp(11rem, 28vw, 30rem)/.75 var(--display); letter-spacing: -.09em; transform: translateX(-.06em); }
.challenge-copy { position: relative; z-index: 2; max-width: 610px; padding: 3rem 0; }
.challenge-copy h2 { font-size: clamp(4rem, 7vw, 8rem); }
.challenge-copy > p { max-width: 540px; margin: 2rem 0 3rem; font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.challenge-line { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.challenge-line div { height: 2px; background: var(--white); }

.participate { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.participate h2 { font-size: clamp(4rem, 8.2vw, 8.8rem); }
.participate-copy { padding-top: 3.8rem; }
.participate-copy > p:not(.lead) { color: rgba(255,255,255,.74); margin: 1.5rem 0 2.2rem; }

.business .section-heading > p { color: #444; }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.offer { min-height: 390px; display: flex; flex-direction: column; padding: clamp(1.6rem, 3vw, 2.5rem); border: 2px solid var(--ink); }
.offer + .offer { border-left: 0; }
.offer-acid { background: linear-gradient(135deg, #7feaff, #8c72ff); }
.offer-dark { background: var(--ink); color: var(--white); }
.offer > span { font-size: .72rem; font-weight: 900; }
.offer h3 { margin: auto 0 1rem; font: 900 clamp(3rem, 4vw, 4.7rem)/.9 var(--display); text-transform: uppercase; }
.offer p { margin: 0 0 2rem; color: currentColor; opacity: .72; }
.offer a { width: fit-content; padding-bottom: .35rem; border-bottom: 2px solid currentColor; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.founders { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.founders h2 { font-size: clamp(4rem, 7vw, 7.7rem); }
.founders-copy p { max-width: 520px; margin: 2rem 0 2.5rem; color: rgba(255,255,255,.68); }
.founders-wall { display: grid; grid-template-columns: repeat(3, 1fr); transform: rotate(1.5deg); }
.founders-wall div { aspect-ratio: 1; display: grid; place-items: center; padding: 1rem; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.38); text-align: center; }
.founders-wall span { font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.founders-wall .wall-acid { background: var(--neon-gradient); color: var(--white); }

.merch { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.merch-message { min-height: 620px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.5rem, 4vw, 3rem); color: var(--white); background: linear-gradient(150deg, #171717, #090909); border: 10px solid var(--purple); box-shadow: 15px 15px 0 var(--acid); transform: rotate(-2deg); }
.merch-message span, .merch-message small { font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.merch-message strong { font: 900 clamp(4rem, 7vw, 7.4rem)/.86 var(--display); color: var(--acid); text-transform: uppercase; }
.merch-copy h2 { font-size: clamp(4rem, 6.6vw, 7rem); }
.merch-copy p { max-width: 500px; margin: 1.7rem 0 2.3rem; color: #444; font-size: 1.1rem; }

.final-cta { max-width: none; padding-top: 8rem; padding-bottom: 8rem; color: var(--white); background: var(--purple-deep); text-align: center; }
.final-cta .eyebrow span { color: var(--acid); }
.final-cta h2 { font-size: clamp(4rem, 9vw, 9.5rem); }
.final-cta h2 span { color: var(--acid); }
.final-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; }

.site-footer { max-width: none; display: grid; grid-template-columns: 1fr auto; gap: 3rem; padding: 4rem var(--pad) 2rem; color: var(--white); background: var(--ink); border-top: 1px solid rgba(255,255,255,.18); }
.footer-brand { display: flex; align-items: center; }
.footer-brand img { display: block; width: 124px; height: 124px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(22,217,255,.18)); }
.footer-links { display: flex; gap: 1.5rem; align-items: center; }
.footer-links a { font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-legal { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .75rem 2rem; padding-top: 2rem; color: rgba(255,255,255,.45); border-top: 1px solid rgba(255,255,255,.15); font-size: .7rem; }

.legal-page { min-height: 100vh; color: var(--white); background: var(--ink); }
.legal-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .5rem var(--pad); border-bottom: 1px solid rgba(255,255,255,.16); }
.legal-header .wordmark { height: 76px; }
.legal-header .wordmark img { width: 76px; height: 76px; }
.legal-back { padding-bottom: .3rem; border-bottom: 1px solid rgba(255,255,255,.45); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.legal-main { max-width: var(--max); margin: 0 auto; padding: clamp(4.5rem, 8vw, 8rem) var(--pad); }
.legal-intro { max-width: 1050px; margin-bottom: clamp(3.5rem, 7vw, 6rem); }
.legal-intro h1 { margin: 0; font: 900 clamp(4rem, 10vw, 9rem)/.86 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.legal-intro h1 span { color: var(--acid); }
.legal-intro > p:last-child { max-width: 690px; margin: 2rem 0 0; color: rgba(255,255,255,.68); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.legal-card { min-height: 290px; padding: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.legal-card-wide { grid-column: 1 / -1; min-height: 0; background: linear-gradient(135deg, rgba(24,100,255,.18), rgba(167,41,255,.2)); }
.legal-card .legal-number { display: block; margin-bottom: clamp(2.5rem, 5vw, 5rem); color: var(--acid); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.legal-card-wide .legal-number { margin-bottom: 2rem; }
.legal-card h2 { margin: 0 0 1.1rem; font: 900 clamp(2rem, 3.5vw, 3.7rem)/.95 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.legal-card p { max-width: 670px; margin: .75rem 0 0; color: rgba(255,255,255,.67); }
.legal-card strong { color: var(--white); }
.legal-card a { color: var(--acid); text-decoration: underline; text-underline-offset: .2em; }
.legal-card ul { margin: .8rem 0 0; padding-left: 1.2rem; color: rgba(255,255,255,.67); }
.legal-card li + li { margin-top: .55rem; }
.legal-note { margin: 2rem 0 0; color: rgba(255,255,255,.42); font-size: .78rem; }
.legal-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 2rem var(--pad); color: rgba(255,255,255,.45); border-top: 1px solid rgba(255,255,255,.15); background: #050505; font-size: .72rem; }

/* Founders Store */
.store-page { background: #080808; color: var(--white); }
.store-header .header-cta { appearance: none; color: var(--white); background: transparent; cursor: pointer; }
.store-header .header-cta span { display: inline-grid; min-width: 1.5rem; height: 1.5rem; place-items: center; margin-left: .45rem; color: var(--ink); background: var(--acid); border-radius: 50%; }
.store-hero { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; padding: 130px var(--pad) 80px; background: #070707; }
.store-hero::before { content: "DROP 001"; position: absolute; right: -1vw; bottom: -.17em; color: rgba(255,255,255,.025); font: 900 clamp(8rem, 19vw, 20rem)/.8 var(--display); white-space: nowrap; }
.store-hero::after { content: ""; position: absolute; right: 8%; top: 17%; width: 34vw; min-width: 360px; aspect-ratio: 1; border: clamp(45px, 6vw, 90px) solid rgba(167,41,255,.16); border-radius: 50%; box-shadow: 0 0 90px rgba(22,217,255,.12), inset 0 0 60px rgba(239,40,255,.12); }
.store-hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000 30%, transparent 88%); }
.store-hero-copy { position: relative; z-index: 2; width: min(940px, 73vw); }
.store-hero h1 { margin: 0; font: 900 clamp(4.5rem, 10vw, 10.5rem)/.84 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.store-hero h1 span { color: var(--acid); }
.store-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 2rem 0 0; color: rgba(255,255,255,.7); font-size: clamp(1.05rem, 1.45vw, 1.3rem); }
.store-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.store-hero-actions button { font-family: inherit; cursor: pointer; }
.drop-counter { position: absolute; z-index: 3; right: var(--pad); bottom: 4rem; width: clamp(220px, 22vw, 330px); display: flex; flex-direction: column; gap: 1rem; padding: 1.5rem; color: var(--ink); background: var(--acid); box-shadow: 13px 13px 0 var(--purple); transform: rotate(2deg); }
.drop-counter small, .drop-counter span { font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.drop-counter strong { font: 900 clamp(4rem, 7vw, 7rem)/.72 var(--display); letter-spacing: -.03em; }

.store-manifesto { max-width: var(--max); display: grid; grid-template-columns: .48fr 1fr; gap: clamp(2.5rem, 8vw, 8rem); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) var(--pad); background: #080808; }
.store-manifesto .section-kicker { color: var(--acid); }
.store-manifesto h2 { margin: 0; font: 900 clamp(3.5rem, 7vw, 7.8rem)/.88 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.store-manifesto h2 span { color: var(--purple); }
.store-manifesto div > p { max-width: 780px; margin: 2rem 0 0; color: rgba(255,255,255,.66); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }

.collection-index { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.23); border-bottom: 1px solid rgba(255,255,255,.23); }
.collection-index a { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem var(--pad); transition: background .2s, color .2s; }
.collection-index a + a { border-left: 1px solid rgba(255,255,255,.23); }
.collection-index a:hover { color: var(--ink); background: var(--acid); }
.collection-index span, .collection-index em { font-size: .68rem; font-weight: 900; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.collection-index strong { font: 900 clamp(2.3rem, 4vw, 4.2rem)/.9 var(--display); text-transform: uppercase; }

.store-category { padding: clamp(5rem, 9vw, 9rem) var(--pad); color: var(--ink); background: var(--paper); }
.category-dark { color: var(--white); background: #080808; }
.category-casual { color: var(--white); background: #111; }
.category-heading { max-width: var(--max); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: end; margin: 0 auto clamp(3rem, 7vw, 6rem); }
.category-heading h2 { margin: 0; font: 900 clamp(4rem, 7.8vw, 8.4rem)/.85 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.category-heading > p { max-width: 540px; margin: 0; color: currentColor; opacity: .66; font-size: clamp(1.05rem, 1.4vw, 1.25rem); }
.category-heading > p strong { color: currentColor; opacity: 1; }

.collection-feature { max-width: var(--max); margin: 0 auto 3rem; background: #050505; border: 1px solid rgba(255,255,255,.18); }
.collection-feature img { display: block; width: 100%; height: auto; }
.collection-feature figcaption { padding: .8rem 1rem; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.product-grid { max-width: var(--max); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; border-top: 1px solid currentColor; border-left: 1px solid currentColor; }
.product-card { min-height: 720px; display: flex; flex-direction: column; padding: clamp(1.3rem, 2.3vw, 2rem); border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.product-topline { display: flex; justify-content: space-between; gap: 1rem; font-size: .64rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; opacity: .58; }
.product-image { margin: 1.25rem 0 1.75rem; overflow: hidden; background: #171717; border: 1px solid currentColor; }
.product-image img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.product-wordmark { margin: 0 0 2rem; font: 900 clamp(3.4rem, 5vw, 5.4rem)/.8 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.product-wordmark strong { color: var(--purple); font-weight: inherit; }
.category-dark .product-wordmark strong, .category-casual .product-wordmark strong { color: var(--acid); }
.product-copy p { min-height: 78px; margin: 0 0 1.5rem; opacity: .65; }
.size-picker { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; padding: .75rem 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.size-picker select, .cart-item-actions select { min-width: 86px; padding: .55rem .7rem; color: currentColor; background: transparent; border: 1px solid currentColor; font: inherit; }
.category-dark .size-picker select, .category-casual .size-picker select { background: #111; }
.product-buy { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: end; }
.product-buy > div { display: flex; flex-direction: column; }
.product-buy > div strong { font: 900 2rem/1 var(--display); }
.product-buy > div small { margin-top: .3rem; font-size: .62rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; opacity: .55; }
.add-button { min-height: 48px; padding: .7rem .85rem; color: var(--white); background: var(--ink); border: 2px solid var(--ink); font-size: .66rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: .2s; }
.category-dark .add-button, .category-casual .add-button { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.add-button:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--purple); }

.store-assurance { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ink); background: var(--acid); }
.store-assurance > div { min-height: 285px; display: flex; flex-direction: column; padding: clamp(1.4rem, 3vw, 2.4rem); border-right: 1px solid rgba(10,10,10,.25); }
.store-assurance span { font-size: .7rem; font-weight: 900; }
.store-assurance strong { margin: auto 0 1rem; font: 900 clamp(2rem, 3vw, 3.5rem)/.88 var(--display); text-transform: uppercase; }
.store-assurance p { margin: 0; font-size: .9rem; }
.store-close { padding: clamp(6rem, 11vw, 11rem) var(--pad); text-align: center; background: linear-gradient(135deg, #29005e, #6612bd); }
.store-close h2 { margin: 0; font: 900 clamp(4.5rem, 9.5vw, 10rem)/.82 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.store-close h2 span { color: var(--acid); }
.store-close > p:not(.section-kicker) { max-width: 680px; margin: 2rem auto; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.store-close .button { cursor: pointer; }

.cart-scrim { position: fixed; z-index: 89; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 90; inset: 0 0 0 auto; width: min(520px, 100%); display: flex; flex-direction: column; padding: clamp(1.25rem, 3vw, 2rem); color: var(--white); background: #0b0b0b; border-left: 1px solid rgba(255,255,255,.2); transform: translateX(102%); transition: transform .3s ease; }
.cart-drawer[aria-hidden="false"] { transform: translateX(0); }
.cart-open { overflow: hidden; }
.cart-head { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.cart-head small { color: var(--acid); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cart-head h2 { margin: .25rem 0 0; font: 900 3.4rem/.9 var(--display); text-transform: uppercase; }
.cart-close { width: 46px; height: 46px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.4); font-size: 2rem; cursor: pointer; }
.cart-items { overflow: auto; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.cart-item > div:first-child { display: flex; flex-direction: column; }
.cart-item strong { font-size: .95rem; }
.cart-item span, .cart-item small { color: rgba(255,255,255,.55); font-size: .78rem; }
.cart-item-actions { display: flex; align-items: center; gap: .65rem; }
.cart-item-actions select { min-width: 58px; color: var(--white); background: #111; }
.cart-item-actions button { padding: .45rem; color: rgba(255,255,255,.65); background: transparent; border: 0; text-decoration: underline; cursor: pointer; }
.cart-empty { margin: auto 0; padding: 2rem; text-align: center; }
.cart-empty strong { font: 900 2rem/1 var(--display); text-transform: uppercase; }
.cart-empty p { color: rgba(255,255,255,.55); }
.cart-summary { margin-top: auto; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.22); }
.cart-summary > div { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .6rem; }
.cart-summary .cart-total { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.2); font-size: 1.35rem; }
.cart-summary > p { color: rgba(255,255,255,.5); font-size: .75rem; }
.checkout-coming { width: 100%; min-height: 54px; margin-top: .5rem; color: #777; background: #222; border: 1px solid #333; font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.cart-summary > a { display: block; margin-top: .9rem; color: var(--acid); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.store-footer { border-top-color: rgba(255,255,255,.1); }

.store-terms-page .legal-intro { margin-bottom: 3rem; }
.terms-status { display: inline-flex; padding: .55rem .7rem; color: var(--ink); background: var(--acid); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

/* Internal enquiry popups */
.contact-open { overflow: hidden; }
.contact-dialog { width: min(920px, calc(100% - 2rem)); max-height: min(900px, calc(100dvh - 2rem)); margin: auto; padding: 0; overflow: auto; color: var(--white); background: #090909; border: 1px solid rgba(255,255,255,.24); box-shadow: 16px 16px 0 rgba(167,41,255,.8), 0 0 90px rgba(22,217,255,.13); }
.contact-dialog::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(8px); }
.contact-shell { position: relative; min-height: 100%; padding: clamp(1.4rem, 4vw, 3.5rem); background: radial-gradient(circle at 100% 0, rgba(167,41,255,.22), transparent 35%), linear-gradient(145deg, #0d0d0d, #050505); }
.contact-shell::before { content: "ALM / SPEAK"; position: absolute; right: 1.2rem; bottom: -.05em; color: rgba(255,255,255,.025); font: 900 clamp(5rem, 13vw, 10rem)/.8 var(--display); pointer-events: none; }
.contact-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; color: var(--white); background: rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.35); font: 300 2rem/1 var(--sans); cursor: pointer; transition: .2s; }
.contact-close:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.contact-heading { max-width: 700px; padding-right: 3.5rem; }
.contact-kicker { display: block; margin-bottom: 1rem; color: var(--acid); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-heading h2 { max-width: 760px; margin: 0; font: 900 clamp(3.2rem, 7vw, 6.6rem)/.84 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.contact-heading p { max-width: 640px; margin: 1.3rem 0 0; color: rgba(255,255,255,.66); font-size: 1rem; }
.contact-form { position: relative; z-index: 1; margin-top: 2.2rem; }
.contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.contact-field { display: flex; flex-direction: column; gap: .6rem; padding: 1rem; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.contact-field-wide { grid-column: 1 / -1; }
.contact-field > span { color: rgba(255,255,255,.78); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.contact-field small { color: rgba(255,255,255,.38); font-size: .62rem; }
.contact-field input, .contact-field textarea { width: 100%; min-height: 46px; padding: .6rem 0; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); border-radius: 0; font: 500 1rem/1.45 var(--sans); resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: rgba(255,255,255,.3); }
.contact-field input:focus, .contact-field textarea:focus { outline: 0; border-bottom-color: var(--acid); }
.contact-consent { display: flex; align-items: flex-start; gap: .75rem; margin: 1.1rem 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.contact-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: .1rem; accent-color: var(--acid); }
.contact-consent a { color: var(--acid); text-decoration: underline; text-underline-offset: .2em; }
.contact-submit, .contact-done { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .8rem 1.1rem; color: var(--ink); background: var(--acid); border: 2px solid var(--acid); font-size: .72rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: .2s; }
.contact-submit:hover, .contact-done:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--purple); }
.contact-submit:disabled { color: #777; background: #222; border-color: #333; cursor: wait; transform: none; box-shadow: none; }
.contact-submit i { font-size: 1rem; font-style: normal; }
.contact-status { min-height: 1.5em; margin: .8rem 0 0; color: var(--acid); font-size: .78rem; }
.contact-trap, .contact-target { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.contact-success { position: relative; z-index: 1; min-height: 420px; padding-top: clamp(4rem, 10vw, 8rem); }
.contact-success > span { color: var(--acid); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-success strong { display: block; margin: .6rem 0 1.2rem; font: 900 clamp(5rem, 13vw, 10rem)/.8 var(--display); text-transform: uppercase; }
.contact-success p { max-width: 520px; margin: 0 0 2rem; color: rgba(255,255,255,.65); font-size: 1.05rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .site-nav { gap: 1rem; }
  .site-nav a { font-size: .68rem; }
  .header-cta { display: none; }
  .site-header { grid-template-columns: auto 1fr; }
  .hero-copy { width: 100%; }
  .hero-stamp { width: 190px; bottom: 3rem; }
  .hero-intro { width: 68%; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .watch-grid { grid-template-columns: 1fr; }
  .shorts-stack { grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; }
  .shorts-stack a { min-height: 205px; }
  .challenge { grid-template-columns: .85fr 1.15fr; }
  .founders { grid-template-columns: 1fr; }
  .founders-wall { max-width: 720px; }
  .store-assurance { grid-template-columns: repeat(2, 1fr); }
  .store-assurance > div:nth-child(2) { border-right: 0; }
  .store-assurance > div:nth-child(-n+2) { border-bottom: 1px solid rgba(10,10,10,.25); }
}

@media (max-width: 760px) {
  :root { --pad: 1.25rem; }
  main, main > section, .ticker, .site-footer { width: 100%; max-width: 100%; }
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .wordmark { height: 62px; }
  .wordmark img { width: 62px; height: 62px; }
  .menu-button { width: 44px; height: 44px; display: grid; align-content: center; gap: 7px; padding: 10px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.4); }
  .menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 70px 0 auto; display: none; align-items: stretch; padding: 1rem var(--pad) 1.5rem; background: var(--ink); border-bottom: 2px solid var(--acid); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: .8rem 0; font-size: .85rem; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero { min-height: 780px; height: auto; align-items: flex-start; padding-top: 132px; padding-bottom: 290px; }
  .hero h1 { font-size: clamp(4rem, 19vw, 6.6rem); }
  .hero-intro { width: 100%; font-size: 1rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 100%; }
  .text-link { margin-top: .4rem; }
  .hero-stamp { right: auto; left: var(--pad); bottom: 3rem; width: 205px; }
  .hero-index { left: auto; right: -1rem; font-size: 13rem; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .local-layout, .participate, .merch { grid-template-columns: 1fr; gap: 3rem; }
  .local h2, .participate h2 { font-size: clamp(4rem, 17vw, 6.5rem); }
  .section-heading { display: grid; gap: 1.5rem; margin-bottom: 2.5rem; }
  .section-heading h2 { font-size: clamp(3.8rem, 16vw, 6.2rem); }
  .section-heading > p { margin: 0; }
  .feature-video { min-height: 430px; }
  .shorts-stack { grid-template-columns: 1fr; }
  .shorts-stack a { min-height: 170px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar { min-height: 280px; }
  .challenge { min-height: 760px; grid-template-columns: 1fr; align-content: center; padding-top: 4rem; }
  .challenge-number { font-size: 48vw; }
  .challenge-copy { padding-top: 1rem; }
  .challenge-copy h2 { font-size: clamp(4.2rem, 18vw, 6.7rem); }
  .participate-copy { padding-top: 0; }
  .business-grid { grid-template-columns: 1fr; }
  .offer + .offer { border-left: 2px solid var(--ink); border-top: 0; }
  .offer { min-height: 340px; }
  .founders-wall { grid-template-columns: repeat(2, 1fr); }
  .merch-message { min-height: 520px; box-shadow: 9px 9px 0 var(--acid); }
  .merch-message strong { font-size: clamp(3.7rem, 17vw, 6rem); }
  .final-cta h2 { font-size: clamp(4rem, 18vw, 7rem); }
  .final-actions .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand img { width: 108px; height: 108px; }
  .footer-links { flex-wrap: wrap; }
  .footer-legal { grid-column: 1; display: grid; }
  .legal-header { min-height: 76px; }
  .legal-header .wordmark { height: 64px; }
  .legal-header .wordmark img { width: 64px; height: 64px; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-card-wide { grid-column: auto; }
  .legal-card { min-height: 0; }
  .store-hero { min-height: 810px; align-items: flex-start; padding-top: 120px; padding-bottom: 260px; }
  .store-hero-copy { width: 100%; }
  .store-hero h1 { font-size: clamp(4.1rem, 18vw, 6.5rem); }
  .store-hero::after { right: -55%; top: 35%; }
  .drop-counter { right: auto; left: var(--pad); bottom: 3rem; width: 220px; }
  .store-manifesto, .category-heading { grid-template-columns: 1fr; }
  .store-manifesto h2, .category-heading h2 { font-size: clamp(3.8rem, 15vw, 6rem); }
  .collection-index { grid-template-columns: 1fr; }
  .collection-index a { min-height: 150px; }
  .collection-index a + a { border-left: 0; border-top: 1px solid rgba(255,255,255,.23); }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 0; }
  .product-wordmark { font-size: clamp(3.8rem, 17vw, 6rem); }
  .store-assurance { grid-template-columns: 1fr; }
  .store-assurance > div { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(10,10,10,.25); }
  .store-close h2 { font-size: clamp(4rem, 18vw, 6.7rem); }
  .cart-item { grid-template-columns: 1fr; }
  .cart-item-actions { justify-content: space-between; }
  .contact-dialog { width: calc(100% - 1rem); max-height: calc(100dvh - 1rem); box-shadow: 7px 7px 0 rgba(167,41,255,.8); }
  .contact-shell { padding: 1.25rem; }
  .contact-heading { padding-right: 2.7rem; }
  .contact-heading h2 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .contact-heading p { font-size: .92rem; }
  .contact-fields { grid-template-columns: 1fr; }
  .contact-field-wide { grid-column: auto; }
  .contact-submit { width: 100%; }
}

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