/* ═══════════ VELCROZED ═══════════ */
:root {
  --ink: #17171a; --paper: #f6f2ea; --paper-2: #ece6da; --paper-3: #e0d9cb; --grey: #8d867a; --warm: #b9b2a6;
  --line: rgba(23, 23, 26, .14);
  --red: #ff2e2e; --lime: #c6f432; --cobalt: #2447ff; --orange: #ff7a1a; --butter: #f3e08a;
  --f-display: 'Bricolage Grotesque', 'Arial Narrow', Impact, sans-serif;
  --f-body: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-brush: 'Caveat Brush', 'Segoe Print', cursive;
  --r: 22px; --r-sm: 12px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --nav-h: 68px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 24px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.5 var(--f-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--lime); color: var(--ink); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: min(1320px, 100% - 40px); margin-inline: auto; }
.section { padding: clamp(72px, 10vw, 140px) 0; }
.builder-grid > *, .hero-grid > *, .pdp-grid > *, .news-in > *, .shop-head > * { min-width: 0; }
html { overflow-x: clip; }
.brush { font-family: var(--f-brush); font-weight: 400; font-size: 1.35em; line-height: 1; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--grey); margin-bottom: 18px; }
.eyebrow .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); animation: blink 1.6s infinite; }
.eyebrow-light { color: var(--warm); }
@keyframes blink { 50% { opacity: .25; } }
.h-xl, .h-lg, .hero-title { font-family: var(--f-display); font-weight: 800; font-stretch: 75%; line-height: .88; letter-spacing: -.02em; text-transform: uppercase; }
.h-xl { font-size: clamp(44px, 7.4vw, 112px); }
.h-lg { font-size: clamp(34px, 4.6vw, 64px); }
.hl-red { color: var(--red); }
.sec-head { margin-bottom: clamp(36px, 5vw, 64px); }
.sec-head-row { display: grid; gap: 24px; align-items: end; }
.sec-lede { max-width: 44ch; font-size: 17px; color: #4a4740; }
@media (min-width: 900px) { .sec-head-row { grid-template-columns: 1fr auto; } }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 24px; border: 1.5px solid var(--ink); border-radius: 999px; background: transparent; font-weight: 700; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; transition: transform .25s var(--ease), background .2s, color .2s, box-shadow .25s var(--ease); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 4px 0 var(--ink); }
.btn:active { transform: translateY(1px); box-shadow: none; }
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ink:hover { background: var(--red); border-color: var(--ink); color: #fff; }
.btn-ghost:hover { background: var(--ink); color: var(--paper); box-shadow: none; }
.btn-lime { background: var(--lime); }
.btn-paper { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.btn-paper:hover { box-shadow: 0 4px 0 var(--ink); }
.btn-text { border: 0; min-height: 0; padding: 6px 4px; letter-spacing: .04em; color: var(--grey); text-transform: none; font-weight: 500; }
.btn-text:hover { box-shadow: none; color: var(--ink); transform: none; }
.btn-lg { min-height: 58px; padding: 0 32px; font-size: 15px; }
.btn-sm { min-height: 40px; padding: 0 16px; font-size: 12px; }
.btn-block { width: 100%; }

/* ═══════════ announcement + nav ═══════════ */
.announce { background: var(--ink); color: var(--paper); overflow: hidden; font-size: 12px; font-weight: 600; letter-spacing: .14em; }
.announce-track { display: flex; gap: 28px; width: max-content; padding: 9px 0; animation: marquee 40s linear infinite; }
.announce-track span:nth-child(even) { color: var(--lime); }
@keyframes marquee { to { transform: translateX(-50%); } }

.nav { position: sticky; top: 0; z-index: 50; background: rgba(246, 242, 234, .86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.nav.scrolled { border-color: var(--line); }
.nav-in { display: flex; align-items: center; gap: 20px; height: var(--nav-h); width: min(1320px, 100% - 40px); margin-inline: auto; }
.logo { font-family: var(--f-display); font-weight: 800; font-stretch: 75%; font-size: 26px; letter-spacing: -.01em; display: inline-flex; align-items: center; gap: 3px; }
.logo-patch { display: inline-block; background: var(--red); color: #fff; padding: 1px 7px 2px; border-radius: 6px; transform: rotate(-5deg); outline: 1.5px dashed rgba(255, 255, 255, .6); outline-offset: -4px; transition: transform .4s var(--ease); box-shadow: 0 2px 0 rgba(0, 0, 0, .3); }
.logo:hover .logo-patch { transform: rotate(7deg) translateY(-3px); }
.nav-links { display: none; gap: clamp(14px, 1.8vw, 26px); margin-inline: auto; font-size: 14px; font-weight: 600; }
.nav-links a { position: relative; padding: 6px 0; white-space: nowrap; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-right { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.icon-btn { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 0; background: none; border-radius: 50%; transition: background .2s; }
.icon-btn:hover { background: var(--paper-2); }
.icon-btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-btn em { position: absolute; top: 2px; right: 0; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--red); color: #fff; font: 700 11px/18px var(--f-body); text-align: center; }
.icon-btn em.pop { animation: pop .4s var(--ease); }
@keyframes pop { 40% { transform: scale(1.5); } }
.nav-gender { padding: 0 20px 10px; }
.gtoggle.gtoggle-nav { display: none; }
@media (max-width: 520px) { .hide-s { display: none; } .logo { font-size: 22px; } }
@media (min-width: 1000px) {
  .nav-links { display: flex; } .nav-burger { display: none; } .nav-right { margin-left: 0; }
  .gtoggle.gtoggle-nav { display: grid; margin-right: 10px; } .nav-gender { display: none; }
}

/* men | women toggle */
.gtoggle { position: relative; display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 999px; background: var(--paper-2); border: 1.5px solid var(--ink); isolation: isolate; }
.gtoggle button { position: relative; z-index: 1; border: 0; background: none; padding: 7px 18px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; border-radius: 999px; transition: color .3s; }
.gtoggle button.on { color: var(--paper); }
.gtoggle-thumb { position: absolute; z-index: 0; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 4px); border-radius: 999px; background: var(--ink); transition: transform .45s cubic-bezier(.5, 1.6, .4, 1); }
html[data-gender="women"] .gtoggle-thumb { transform: translateX(100%); }
.gtoggle-wide button { padding: 9px; font-size: 13px; }
.gtoggle-xl { width: min(420px, 100%); padding: 6px; }
.gtoggle-xl button { padding: 16px; font: 800 22px/1 var(--f-display); font-stretch: 75%; letter-spacing: .04em; }
.gtoggle-xl .gtoggle-thumb { top: 6px; bottom: 6px; left: 6px; width: calc(50% - 6px); }

/* mobile menu */
.menu { position: fixed; inset: 0 auto 0 0; z-index: 80; width: min(360px, 88vw); background: var(--ink); color: var(--paper); padding: 20px 28px; display: flex; flex-direction: column; gap: 4px; transform: translateX(-102%); transition: transform .5s var(--ease); }
.menu-open .menu { transform: none; }
.menu .icon-btn { align-self: flex-end; color: var(--paper); margin-bottom: 12px; }
.menu .icon-btn:hover { background: #2b2b2e; }
.menu a { font: 800 40px/1.1 var(--f-display); font-stretch: 75%; text-transform: uppercase; padding: 6px 0; }
.menu a:hover { color: var(--lime); }
.menu p { margin-top: auto; font-family: var(--f-brush); font-size: 24px; color: var(--warm); }

/* ═══════════ THE PATCH ═══════════ */
.patch { position: relative; display: inline-grid; place-items: center; height: 2.5em; min-width: 5.8em; padding: 0 .75em; background: var(--bg); color: var(--fg); border-radius: .4em; font-family: var(--f-display); font-weight: 800; font-stretch: 80%; line-height: 1; text-transform: uppercase; box-shadow: 0 .07em 0 rgba(0, 0, 0, .4), 0 .22em .5em rgba(0, 0, 0, .2), inset 0 0 0 .05em rgba(0, 0, 0, .18); overflow: hidden; isolation: isolate; user-select: none; -webkit-user-select: none; vertical-align: middle; }
.patch::before { content: ''; position: absolute; inset: .17em; border: .055em dashed currentColor; border-radius: .27em; opacity: .5; z-index: 4; pointer-events: none; }
.patch::after { content: ''; position: absolute; inset: 0; z-index: 5; pointer-events: none; opacity: .13; mix-blend-mode: multiply; background: repeating-linear-gradient(45deg, #000 0 1px, transparent 1px 3px), repeating-linear-gradient(-45deg, #000 0 1px, transparent 1px 3px); }
.patch-word { position: relative; z-index: 2; display: inline-flex; font-size: calc(1.4em * var(--fit, 1)); letter-spacing: .01em; white-space: nowrap; }
.patch .l { display: inline-block; }
.patch-ho { align-self: flex-end; margin: 0 0 0 .2em; font: inherit; font-size: .74em; text-transform: uppercase; letter-spacing: .02em; opacity: .88; }
.patch-art { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.patch .ic { position: absolute; height: auto; }
.patch .zz { position: absolute; font-size: .62em; font-weight: 800; opacity: .8; text-transform: lowercase; }
.patch .zz small { font-size: .78em; vertical-align: .5em; }
.patch .q { position: absolute; font-size: .95em; opacity: .4; transform: rotate(16deg); }
.patch .xx { position: absolute; font: 700 .4em/1 ui-monospace, Consolas, monospace; text-transform: lowercase; color: var(--red); }
.patch .strike { position: absolute; left: 14%; right: 22%; top: 50%; height: .1em; background: var(--red); transform: rotate(-5deg); border-radius: 1em; }
.p-marr .patch-art { z-index: 3; }
.is-split .patch-word { display: grid; }
.is-split .half { grid-area: 1 / 1; display: inline-flex; }
.is-split .half.a { clip-path: polygon(-10% -30%, 56% -30%, 45% 38%, 57% 60%, 43% 130%, -10% 130%); transform: translate(-.08em, .04em) rotate(-6deg); }
.is-split .half.b { clip-path: polygon(56% -30%, 110% -30%, 110% 130%, 43% 130%, 57% 60%, 45% 38%); transform: translate(.1em, -.03em) rotate(5deg); }
.is-net .patch-art { z-index: 3; opacity: .7; background: repeating-linear-gradient(45deg, var(--ink) 0 .045em, transparent .045em .46em), repeating-linear-gradient(-45deg, var(--ink) 0 .045em, transparent .045em .46em); }
.is-burn .l { background: linear-gradient(to top, #ff2e2e 8%, #17171a 62%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.is-dashed { box-shadow: 0 .07em 0 rgba(0, 0, 0, .3), 0 .22em .5em rgba(0, 0, 0, .14), inset 0 0 0 .06em var(--ink); }
.is-oct { clip-path: polygon(14% 0, 86% 0, 100% 28%, 100% 72%, 86% 100%, 14% 100%, 0 72%, 0 28%); border-radius: 0; }
.is-oct::before { border-radius: 0; clip-path: inherit; border-style: solid; opacity: .35; }
.is-wide .patch-word { letter-spacing: .2em; margin-right: -.2em; }
.is-shift .patch-word { padding-left: .9em; }
.is-shiftL .patch-word { padding-right: .9em; }


/* character patches: figure + name + built-in caption; the tee under them stays blank */
.patch.is-char { display: grid; grid-template-columns: 1.9em 1fr; align-items: center; gap: .1em; padding: 0 .55em 0 .35em; text-align: left; }
.patch.is-char::before { opacity: .35; }
.char-fig { display: block; width: 1.9em; height: 1.9em; filter: drop-shadow(0 .06em 0 rgba(0, 0, 0, .35)); }
.char-fig .fig { width: 100%; height: 100%; }
.char-txt { position: relative; z-index: 2; display: grid; gap: .04em; min-width: 0; }
.is-char .patch-word { font-size: calc(1.05em * var(--fit, 1)); line-height: .95; }
.char-line { font: 400 .46em/1.05 var(--f-brush); text-transform: none; letter-spacing: 0; opacity: .92; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tee.no-suffix .suffix { opacity: 0; transition: opacity .3s; }
.equation.is-char .eq-fixed, .equation.is-char .eq-op, .equation.is-char .eq-out [data-suffix] { display: none; }
.phrase.is-char .phrase-plus, .phrase.is-char .phrase-suffix { display: none; }
.pdp-title.is-char [data-suffix], .sticky-cta.is-char [data-suffix] { display: none; }

/* patch on the tee */
.patch.in-slot { position: absolute; inset: 0; width: 100%; height: 100%; min-width: 0; padding: 0; font-size: 6.4cqw; cursor: inherit; }
[data-peelable] .patch.in-slot { cursor: grab; }
[data-peelable] .patch.in-slot:hover { transform: rotate(-2deg) translateY(-2%); transition: transform .25s var(--ease); }
.patch.snap { animation: snap .5s var(--ease) both; }
.patch.peel { animation: peel .32s cubic-bezier(.5, 0, .9, .4) both; pointer-events: none; }
@keyframes snap { 0% { transform: scale(1.3) rotate(-4deg); } 45% { transform: scale(.93) rotate(1deg); } 72% { transform: scale(1.04); } 100% { transform: none; } }
@keyframes peel { 0% { transform: none; opacity: 1; } 35% { transform: rotate(-9deg) translate(4%, -14%); transform-origin: right bottom; } 100% { transform: rotate(-24deg) translate(40%, -120%) scale(.85); opacity: 0; } }

.chip { border: 0; background: none; padding: 7px; border-radius: 14px; font-size: 17px; flex: none; scroll-snap-align: center; transition: transform .3s var(--ease), background .2s; }
.chip:hover { transform: translateY(-4px) rotate(-3deg); }
.chip:active { transform: scale(.94); }
.chip.on { background: var(--ink); }
.rail { display: flex; gap: 6px; overflow-x: auto; scroll-snap-type: x proximity; padding: 8px 20px 14px; margin-inline: -20px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.rail::-webkit-scrollbar { display: none; }
.rail-wrap { position: relative; }
.rail-wrap::before, .rail-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 56px; z-index: 2; pointer-events: none; transition: opacity .25s; }
.rail-wrap::before { left: -20px; background: linear-gradient(to right, var(--paper) 20%, transparent); }
.rail-wrap::after { right: -20px; background: linear-gradient(to left, var(--paper) 20%, transparent); }
.rail-wrap.at-start::before, .rail-wrap.at-end::after, .rail-wrap.no-scroll::before, .rail-wrap.no-scroll::after { opacity: 0; }
.rail-btn { position: absolute; top: 50%; z-index: 3; width: 38px; height: 38px; margin-top: -19px; border-radius: 50%; border: 1.5px solid var(--ink); background: var(--paper); display: grid; place-items: center; box-shadow: 0 3px 0 var(--ink); transition: opacity .25s, transform .25s var(--ease); }
.rail-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.rail-btn:hover { transform: translateY(-2px); } .rail-btn:active { transform: translateY(1px); box-shadow: none; }
.rail-btn.prev { left: -16px; } .rail-btn.next { right: -16px; }
.rail-wrap.at-start .rail-btn.prev, .rail-wrap.at-end .rail-btn.next, .rail-wrap.no-scroll .rail-btn { opacity: 0; pointer-events: none; }
.rail { cursor: grab; }
.rail.dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
.rail.dragging .chip { pointer-events: none; }
@media (hover: none) { .rail-btn { display: none; } }


/* ═══════════ THE TEE ═══════════ */
.tee { position: relative; width: 100%; aspect-ratio: 400 / 440; container-type: inline-size; transition: transform .25s ease-out; }
.tee-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 3cqw 4cqw rgba(23, 23, 26, .16)); }
.tee-body, .tee-rib { fill: var(--tee); transition: fill .5s; }
.tee-body { stroke: rgba(23, 23, 26, .16); stroke-width: 1.2; }
.tee-rib { filter: brightness(.9); stroke: rgba(0, 0, 0, .18); stroke-width: 1; }
.tee-shade { fill: rgba(0, 0, 0, .09); }
.tee-fold { fill: none; stroke: rgba(0, 0, 0, .08); stroke-width: 5; stroke-linecap: round; }
.tee-seam { fill: none; stroke: rgba(128, 128, 128, .45); stroke-width: 1.2; stroke-dasharray: 3 3; }
.chest { position: absolute; left: 50%; top: 25%; width: 41cqw; transform: translateX(-50%); display: grid; justify-items: center; }
.velcro { position: relative; width: 100%; height: 16.4cqw; border-radius: 2.4cqw; background-color: #2d2d31; background-image: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .28) 0 .22cqw, transparent .3cqw), radial-gradient(circle at 70% 70%, rgba(0, 0, 0, .5) 0 .22cqw, transparent .3cqw); background-size: 1.1cqw 1.1cqw; box-shadow: inset 0 .4cqw .8cqw rgba(0, 0, 0, .55), 0 0 0 .35cqw rgba(0, 0, 0, .12); transition: box-shadow .25s, transform .25s; }
.velcro::before { content: ''; position: absolute; inset: .9cqw; border: .3cqw dashed rgba(255, 255, 255, .28); border-radius: 1.6cqw; }
.velcro-hint { position: absolute; inset: 0; display: grid; place-items: center; font: 600 2.6cqw/1 var(--f-body); letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .4); transition: opacity .2s; }
.velcro.has .velcro-hint { opacity: 0; }
.velcro.hot { box-shadow: inset 0 .4cqw .8cqw rgba(0, 0, 0, .55), 0 0 0 1cqw var(--lime); transform: scale(1.04); }
.suffix { margin-top: .6cqw; font: 400 14.5cqw/1 var(--f-brush); color: var(--print); letter-spacing: -.01em; transition: color .5s; transform: rotate(-2deg); }
.suffix.flip, [data-suffix].flip { animation: flip .55s var(--ease); display: inline-block; }
@keyframes flip { 0% { transform: rotateX(0); } 45% { transform: rotateX(90deg) scale(.9); opacity: .3; } 100% { transform: rotateX(0); } }
.tee.thud { animation: thud .4s var(--ease); }
@keyframes thud { 30% { transform: translateY(1.4%) scale(.985); } 60% { transform: translateY(-.6%); } }
[data-tilt] { perspective: 1000px; }
[data-tilt] .tee { transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transform-style: preserve-3d; }
.burst { position: absolute; inset: 0; pointer-events: none; z-index: 6; }
.burst i { position: absolute; left: 50%; top: 50%; width: 5cqw; height: .7cqw; background: var(--ink); border-radius: 1cqw; transform: rotate(calc(var(--a) * 1deg)) translateX(24cqw); animation: burst .5s var(--ease) both; }
.burst i:nth-child(1) { --a: -150; } .burst i:nth-child(2) { --a: -90; background: var(--red); } .burst i:nth-child(3) { --a: -30; }
.burst i:nth-child(4) { --a: 30; background: var(--red); } .burst i:nth-child(5) { --a: 90; } .burst i:nth-child(6) { --a: 150; background: var(--red); }
@keyframes burst { 0% { opacity: 1; transform: rotate(calc(var(--a) * 1deg)) translateX(16cqw) scaleX(.3); } 100% { opacity: 0; transform: rotate(calc(var(--a) * 1deg)) translateX(30cqw) scaleX(1); } }
.tee[data-color="carbon"] .burst i:nth-child(odd), .tee[data-color="washed"] .burst i:nth-child(odd) { background: var(--paper); }

/* ═══════════ HERO ═══════════ */
.hero { position: relative; padding: clamp(24px, 4vw, 56px) 0 0; overflow: hidden; }
.hero-grid { display: grid; gap: 12px; align-items: center; }
.hero-title { font-size: clamp(76px, 21vw, 250px); line-height: .8; letter-spacing: -.035em; }
.hero-mood { position: relative; display: inline-block; color: var(--paper); -webkit-text-stroke: 0; background: var(--ink); padding: .02em .1em .06em; margin-left: -.06em; border-radius: .08em; transform: rotate(-3deg); outline: .025em dashed rgba(246, 242, 234, .5); outline-offset: -.07em; transition: transform .5s var(--ease), background .3s; }
.hero-title:hover .hero-mood { transform: rotate(2deg) scale(1.02); background: var(--red); }
.hero-dot { color: var(--red); transition: color .3s; }
.hero-title:hover .hero-dot { color: var(--lime); }
.hero-sub { font-family: var(--f-brush); font-size: clamp(26px, 3vw, 40px); margin: 22px 0 22px; transform: rotate(-1.5deg); transform-origin: left; }
.equation { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; padding: 12px 18px; border: 1.5px solid var(--ink); border-radius: 18px; background: #fffdf8; font: 800 20px/1 var(--f-display); font-stretch: 75%; letter-spacing: .02em; }
.eq-slot { font-size: 15px; display: inline-grid; min-width: 5.8em; }
.eq-slot .patch { animation: snap .45s var(--ease); }
.eq-empty { display: grid; place-items: center; height: 2.5em; border: 1.5px dashed var(--grey); border-radius: .4em; color: var(--grey); }
.eq-op { color: var(--grey); }
.eq-out { background: var(--lime); padding: 8px 12px; border-radius: 10px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-note { margin-top: 22px; color: var(--grey); font-size: 15px; }
.hero-note em { color: var(--ink); font-style: normal; font-weight: 700; }

.hero-stage { position: relative; width: min(100%, 720px); margin-inline: auto; aspect-ratio: 1 / 1.02; }
.hero-blob { position: absolute; inset: 9% 6% 5%; border-radius: 46% 54% 52% 48% / 50% 46% 54% 50%; background: #d9d2c4; animation: blob 14s ease-in-out infinite alternate; }
@keyframes blob { to { border-radius: 54% 46% 45% 55% / 46% 54% 48% 52%; transform: rotate(8deg); } }
.hero-tee { position: absolute; left: 50%; top: 52%; width: 74%; transform: translate(-50%, -50%); }
.floaters { position: absolute; inset: 0; pointer-events: none; display: none; }
.floater { position: absolute; left: var(--x); top: var(--y); border: 0; background: none; padding: 0; font-size: clamp(13px, 1.45vw, 21px); pointer-events: auto; cursor: grab; touch-action: none; transform: translate(var(--dx, 0px), var(--dy, 0px)) rotate(var(--r)); transition: transform .5s var(--ease), opacity .3s, filter .3s; animation: bob 5s ease-in-out var(--d) infinite alternate; }
@keyframes bob { to { translate: 0 -12px; rotate: 3deg; } }
.floater:hover { transform: translate(0, -4px) rotate(0deg) scale(1.1); z-index: 3; }
.floater.dragging { cursor: grabbing; transition: none; animation-play-state: paused; z-index: 10; transform: translate(var(--dx), var(--dy)) rotate(-4deg) scale(1.15); filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .25)); }
.floater.used { opacity: 0; pointer-events: none; transform: rotate(var(--r)) scale(.5); }
.hero-hint { position: absolute; left: 0; right: 0; bottom: -6px; text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--grey); }
.hero-hint span:first-child { display: none; }
.hero-rail-wrap { padding: 6px 0 8px; }
@media (max-width: 959px) {
  .hero-copy { display: contents; }
  .hero-copy .eyebrow { order: 1; margin-bottom: 4px; } .hero-title { order: 2; } .hero-sub { order: 3; margin: 10px 0 0; }
  .hero-stage { order: 4; } .hero-rail-wrap { order: 5; } .equation { order: 6; justify-self: start; } .hero-cta { order: 7; margin-top: 10px; } .hero-note { order: 8; margin-top: 6px; }
  .hero-title { font-size: clamp(64px, 19vw, 170px); }
  .hero-stage { width: min(100%, 520px); }
}
@media (max-width: 560px) { .card-phrase { display: none; } }
.rail-label { font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 4px; }
@media (min-width: 960px) {
  .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 0; }
  .hero-title { font-size: clamp(110px, 13.2vw, 232px); }
  .floaters { display: block; } .hero-rail-wrap { display: none; }
  .hero-hint span:first-child { display: inline; } .hero-hint .hint-tap { display: none; }
  .hero { padding-bottom: 40px; }
}

.ticker { background: var(--lime); border-block: 1.5px solid var(--ink); overflow: hidden; transform: rotate(-1.2deg) scale(1.02); margin: 28px 0 10px; }
.ticker-track { display: flex; align-items: center; gap: 36px; width: max-content; padding: 14px 0; font: 800 clamp(20px, 2.6vw, 34px)/1 var(--f-display); font-stretch: 75%; animation: marquee 32s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker i { width: 34px; height: 14px; border-radius: 4px; background: var(--ink); transform: rotate(-8deg); }

/* ═══════════ SHOP GRID ═══════════ */
.shop-head { display: grid; gap: 28px; align-items: end; margin-bottom: 44px; }
.shop-switch-note { margin-top: 14px; color: #4a4740; font-size: 15px; }
@media (min-width: 900px) { .shop-head { grid-template-columns: 1fr auto; } .shop-switch { text-align: right; justify-items: end; display: grid; } }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; transition: opacity .18s, transform .18s; }
.grid.swap { opacity: 0; transform: translateY(10px) scale(.99); }
.grid.swap-in .card { animation: cardIn .55s var(--ease) both; animation-delay: calc(var(--i) * 70ms); }
@keyframes cardIn { from { opacity: 0; transform: translateY(30px) rotate(1.5deg); } }
@media (min-width: 1000px) { .grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; } }
.card { position: relative; display: flex; flex-direction: column; }
.card-media { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 5; border-radius: var(--r); background: var(--stage); overflow: hidden; border: 1px solid var(--line); padding: 8%; transition: border-color .3s; }
.card:hover .card-media { border-color: var(--ink); }
.card-media .tee { transition: transform .6s var(--ease); }
.card:hover .card-media .tee { transform: scale(1.12) translateY(3%); }
.card-tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--ink); color: var(--paper); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.card-phrase { position: absolute; left: 14px; bottom: 12px; font-family: var(--f-brush); font-size: clamp(18px, 2vw, 26px); opacity: 0; transform: translateY(8px) rotate(-3deg); transition: .3s var(--ease); mix-blend-mode: multiply; }
.card.tried .card-phrase { opacity: 1; transform: rotate(-3deg); }
.wish { position: absolute; top: 10px; right: 10px; z-index: 3; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(255, 253, 248, .9); display: grid; place-items: center; transition: transform .3s var(--ease); }
.wish:hover { transform: scale(1.12); }
.wish svg { width: 20px; height: 20px; fill: none; stroke: var(--ink); stroke-width: 1.8; transition: fill .2s, stroke .2s; }
.wish.on svg { fill: var(--red); stroke: var(--red); animation: pop .4s var(--ease); }
.card-body { padding: 14px 4px 0; display: grid; gap: 8px; }
.card-row { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.card h3 { font: 700 15px/1.25 var(--f-body); }
.card h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.card-meta { font-size: 12px; color: var(--grey); }
.dots { display: inline-flex; align-items: center; gap: 3px; }
.dots .patch { font-size: 5.5px; }
.dots .patch:nth-child(2) { transform: rotate(-6deg); } .dots .patch:nth-child(3) { transform: rotate(5deg); }
.dots em { font-style: normal; margin-left: 5px; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 4px; }
@media (max-width: 560px) { .card-actions { grid-template-columns: 1fr; } .card-meta > span:last-child { display: none; } .card h3 { font-size: 13px; } }
.grid-foot { margin-top: 36px; text-align: center; color: #4a4740; }

/* ═══════════ HOW ═══════════ */
.how { background: var(--paper-2); }
.how-grid { display: grid; gap: 18px; }
@media (min-width: 860px) { .how-grid { grid-template-columns: repeat(3, 1fr); } }
.how-card { position: relative; background: var(--paper); border: 1.5px solid var(--ink); border-radius: var(--r); padding: 22px 22px 26px; }
.how-card:nth-child(2) { transition-delay: .12s; } .how-card:nth-child(3) { transition-delay: .24s; }
.how-stage { position: relative; aspect-ratio: 1 / .92; display: grid; place-items: center; margin-bottom: 8px; }
.how-stage .tee { width: 78%; }
.how-num { font: 800 64px/1 var(--f-display); font-stretch: 75%; color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.how-card h3 { font: 800 28px/1 var(--f-display); font-stretch: 75%; text-transform: uppercase; margin: 6px 0 8px; }
.how-card p { color: #4a4740; }
.how-loose { position: absolute; right: 0; top: 4%; font-size: clamp(14px, 1.5vw, 20px); transform: rotate(12deg); animation: bob 3s ease-in-out infinite alternate; }
.how-arrow { position: absolute; right: 22%; top: 18%; width: 17%; color: var(--ink); }
.how-result { position: absolute; left: 50%; bottom: -4px; transform: translateX(-50%) rotate(-3deg); background: var(--lime); border: 1.5px solid var(--ink); padding: 6px 14px; border-radius: 10px; font: 800 20px/1 var(--f-display); font-stretch: 75%; white-space: nowrap; }

/* ═══════════ BUILDER ═══════════ */
.builder-grid { display: grid; gap: 36px; align-items: center; }
@media (min-width: 960px) { .builder-grid { grid-template-columns: 1.05fr 1fr; gap: 64px; } .builder-stage { position: sticky; top: calc(var(--nav-h) + 24px); } }
.builder-tee { position: relative; aspect-ratio: 1 / 1; border-radius: 32px; background: var(--stage, var(--paper-2)); display: grid; place-items: center; transition: background .5s; border: 1px solid var(--line); background-image: radial-gradient(rgba(23, 23, 26, .13) 1.2px, transparent 1.3px); background-size: 22px 22px; }
.builder-tee .tee { width: 80%; }
.swatches { display: flex; gap: 10px; justify-content: center; margin-top: 16px; }
.swatches button { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--ink); background: var(--sw); box-shadow: inset 0 0 0 3px var(--paper); transition: transform .3s var(--ease); }
.swatches button:hover { transform: scale(1.12); }
.swatches button.on { box-shadow: inset 0 0 0 3px var(--paper), 0 0 0 3px var(--ink); }
.phrase { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-top: 26px; font: 800 clamp(40px, 6vw, 84px)/.9 var(--f-display); font-stretch: 75%; }
.phrase-word { color: var(--hl, var(--ink)); min-width: 2ch; display: inline-block; }
.phrase-word.pop { animation: wordPop .5s var(--ease); }
@keyframes wordPop { 0% { transform: translateY(-40%) rotate(-8deg) scale(1.2); opacity: 0; } }
.phrase-plus { color: var(--warm); font-weight: 400; }
.phrase-suffix { font-family: var(--f-brush); font-weight: 400; text-transform: none; }
.phrase-mood { margin: 10px 0 24px; min-height: 1.5em; color: #4a4740; font-size: 17px; }
.meter { border: 1.5px solid var(--ink); border-radius: 18px; padding: 16px 18px 12px; margin-bottom: 22px; background: #fffdf8; }
.meter label { display: flex; justify-content: space-between; align-items: baseline; font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.meter label em { font: 400 18px/1 var(--f-brush); text-transform: none; letter-spacing: 0; color: var(--grey); }
.meter input { -webkit-appearance: none; appearance: none; width: 100%; height: 12px; border-radius: 99px; border: 1.5px solid var(--ink); background: linear-gradient(90deg, var(--lime), var(--butter) 35%, var(--orange) 68%, var(--red)) 0 / var(--p, 0%) 100% no-repeat, var(--paper-2); cursor: grab; }
.meter input::-webkit-slider-thumb { -webkit-appearance: none; width: 44px; height: 26px; border-radius: 7px; background: var(--ink); border: 0; box-shadow: inset 0 0 0 3px var(--ink), inset 0 0 0 4.5px rgba(246, 242, 234, .55); transition: transform .2s var(--ease); }
.meter input::-moz-range-thumb { width: 44px; height: 26px; border-radius: 7px; background: var(--ink); border: 0; }
.meter input:active::-webkit-slider-thumb { transform: scale(1.15) rotate(-6deg); }
.meter-ends { display: flex; justify-content: space-between; font-size: 12px; color: var(--grey); margin-top: 8px; }
.tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 6px; }
.tab { border: 1.5px solid var(--line); background: none; border-radius: 999px; padding: 7px 16px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: .2s; }
.tab:hover { border-color: var(--ink); }
.tab.on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.builder-rail { display: grid; grid-auto-flow: column; grid-template-rows: repeat(2, auto); justify-content: start; }
.builder-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; margin-top: 18px; }


/* photo canvas: real model shot with the patch snapping onto the actual Velcro panel */
.tee-photo { width: auto; height: 100%; max-width: 100%; overflow: hidden; border-radius: inherit; }
.tee-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill; user-select: none; -webkit-user-drag: none; }
.tee-photo .chest { transform: none; }
.tee-photo .velcro { background: none; box-shadow: none; border-radius: 1.4cqw; }
.tee-photo .velcro::before, .tee-photo .velcro-hint, .tee-photo .suffix { display: none; }
.tee-photo .velcro.hot { box-shadow: 0 0 0 1cqw var(--lime); }
.tee-photo .patch.in-slot { font-size: var(--slotfs, 3.8cqw); }
.tee-photo .img-blank { opacity: 0; transition: opacity .3s; }
.tee-photo.no-suffix .img-blank { opacity: 1; }
.builder-tee.has-photo { aspect-ratio: 4 / 5; overflow: hidden; background-image: none; }
.builder-tee.has-photo .tee { width: 100%; height: 100%; }

/* ═══════════ PATCH COLLECTION ═══════════ */
.patches { background: var(--paper-2); }
.pcat { margin-bottom: 44px; }
.pcat-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; padding-bottom: 12px; border-bottom: 1.5px solid var(--ink); margin-bottom: 26px; }
.pcat-head h3 { font: 800 34px/1 var(--f-display); font-stretch: 75%; text-transform: uppercase; }
.pcat-head span { font-family: var(--f-brush); font-size: 22px; color: #4a4740; }
.pcat-head em { margin-left: auto; font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--grey); }
.pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 26px 16px; }
@media (min-width: 800px) { .pgrid { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); } }
.pitem { display: grid; gap: 12px; justify-items: center; }
.pitem-patch { border: 0; background: none; padding: 0; font-size: clamp(17px, 1.7vw, 24px); transform: rotate(var(--tilt)); transition: transform .4s cubic-bezier(.4, 1.8, .5, 1); }
.pitem-patch:hover { transform: rotate(0deg) scale(1.14) translateY(-4px); }
.pitem-patch:active { transform: scale(.95); }
.pitem-meta { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #4a4740; }
.pitem-meta b { color: var(--ink); text-transform: uppercase; letter-spacing: .06em; margin-right: 4px; }
.plus { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--ink); background: none; font-weight: 700; line-height: 1; display: grid; place-items: center; transition: .25s var(--ease); }
.plus:hover { background: var(--ink); color: var(--paper); transform: rotate(90deg); }
.pack { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 28px clamp(22px, 4vw, 44px); border-radius: var(--r); background: var(--ink); color: var(--paper); }
.pack h3 { font: 800 clamp(26px, 3.4vw, 44px)/1 var(--f-display); font-stretch: 75%; }
.pack p { color: var(--warm); margin-top: 6px; }
.pack .btn { border-color: var(--lime); color: var(--ink); }

/* ═══════════ CAMPAIGN ═══════════ */
.shots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.shot { position: relative; border-radius: var(--r); overflow: hidden; min-height: 300px; display: flex; align-items: flex-end; isolation: isolate; border: 1px solid var(--line); }
.shot figcaption { position: relative; z-index: 2; padding: 20px; display: grid; gap: 4px; width: 100%; }
.shot figcaption b { font: 800 clamp(28px, 3.6vw, 52px)/.9 var(--f-display); font-stretch: 75%; }
.shot figcaption span:last-child { font-family: var(--f-brush); font-size: 20px; }
.shot-tag { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
.shot-tee { position: absolute; z-index: 1; left: 50%; top: 5%; width: min(56%, 230px); transform: translateX(-50%) rotate(var(--tr, -4deg)); transition: transform .7s var(--ease); }
.shot:hover .shot-tee { transform: translateX(-50%) rotate(0deg) scale(1.06); }
.shot-ink { background: var(--ink); color: var(--paper); --tr: 5deg; }
.shot-ink .shot-tee .tee { --tee: #3d3d40 !important; }
.shot-lime { background: var(--lime); }
.shot-paper { background: var(--paper-3); --tr: 3deg; }
.shot-cobalt { background: var(--cobalt); color: #fff; }
.shot-face { grid-column: 1 / -1; min-height: 480px; color: #fff; background: var(--paper-3); }
.shot-photo { color: #fff; background: var(--ink); }
.shot-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; transition: transform 1.2s var(--ease); }
.shot-photo:hover img { transform: scale(1.05); }
.shot-photo::after { content: ''; position: absolute; inset: 45% 0 0; z-index: 1; background: linear-gradient(transparent, rgba(23, 23, 26, .8)); }
.shot-face img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; transition: transform 1.2s var(--ease); }
.shot-face:hover img { transform: scale(1.04); }
.shot-face.swapping img { opacity: 0; }
.shot-face img { transition: transform 1.2s var(--ease), opacity .35s; }
.shot-face::after { content: ''; position: absolute; inset: 40% 0 0; z-index: 1; background: linear-gradient(transparent, rgba(23, 23, 26, .78)); }
.shot-face.no-photo { color: var(--ink); } .shot-face.no-photo img, .shot-face.no-photo::after { display: none; }
.shot-fallback { position: absolute; z-index: 1; left: 50%; top: 2%; width: min(62%, 400px); transform: translateX(-50%) rotate(-3deg); }
.shot-hand { position: absolute; z-index: 1; left: 50%; top: 34%; font-size: clamp(13px, 1.5vw, 20px); }
.shot-hand > span { position: absolute; left: 0; top: 0; transform-origin: 50% 280%; transform: translate(-50%, -50%) rotate(calc(var(--r) * 1.8)); transition: transform .6s var(--ease); transition-delay: calc(var(--i) * 40ms); }
.shot-cobalt:hover .shot-hand > span { transform: translate(-50%, -50%) rotate(calc(var(--r) * 2.4)) translateY(-8px); }
@media (min-width: 900px) {
  .shots { grid-template-columns: 1.25fr 1fr 1fr; grid-auto-rows: 330px; gap: 20px; }
  .shot-face { grid-column: 1; grid-row: span 2; min-height: 0; }
}

/* ═══════════ MIX ═══════════ */
.mix { background: var(--ink); color: var(--paper); overflow: hidden; }
.mix-lines { display: grid; gap: clamp(6px, 1.4vw, 18px); }
.mix-line { display: flex; align-items: center; gap: .28em; font: 800 clamp(44px, 10.5vw, 168px)/.9 var(--f-display); font-stretch: 75%; cursor: pointer; border-bottom: 1px solid #333338; padding-bottom: clamp(6px, 1.4vw, 18px); transition: padding-left .5s var(--ease); -webkit-tap-highlight-color: transparent; }
.mix-line:hover { padding-left: 2vw; }
.mix-line:nth-child(even) { justify-content: flex-end; }
.mix-line:nth-child(even):hover { padding-left: 0; padding-right: 2vw; }
.mix-slot { font-size: .36em; display: inline-grid; min-width: 5.8em; }
.mix-suffix { font-family: var(--f-brush); font-weight: 400; text-transform: none; color: var(--paper); font-size: 1.05em; }
.mix-math { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin-top: 56px; }
.mix-math b { display: block; font: 800 clamp(48px, 6vw, 88px)/.9 var(--f-display); font-stretch: 75%; color: var(--lime); }
.mix-math span { color: var(--warm); font-size: 14px; }
.mix-math i { font: 400 40px/1 var(--f-display); color: var(--grey); font-style: normal; }

/* ═══════════ PROOF ═══════════ */
.reviews { display: grid; gap: 18px; }
@media (min-width: 860px) { .reviews { grid-template-columns: repeat(3, 1fr); } }
.review { position: relative; border: 1.5px solid var(--ink); border-radius: var(--r); padding: 40px 26px 24px; background: #fffdf8; transition: transform .4s var(--ease), box-shadow .4s var(--ease), opacity .7s var(--ease); }
.review.in:hover { transform: translateY(-6px) rotate(-.6deg); box-shadow: 0 8px 0 var(--ink); }
.review-patch { position: absolute; top: -18px; left: 22px; font-size: 14px; transform: rotate(-5deg); }
.review p { font-size: 18px; line-height: 1.45; }
.review footer { margin-top: 18px; font-size: 14px; color: #4a4740; }
.stars { color: var(--orange); letter-spacing: 2px; margin-left: 6px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; padding-top: 32px; border-top: 1.5px solid var(--ink); }
.stats b { display: block; font: 800 clamp(44px, 6vw, 92px)/.9 var(--f-display); font-stretch: 75%; }
.stats span { font-size: 14px; color: #4a4740; }

/* ═══════════ CTA + NEWS + FOOTER ═══════════ */
.cta-band { background: var(--cobalt); color: #fff; position: relative; overflow: hidden; }
.cta-in { position: relative; padding: clamp(90px, 13vw, 180px) 0; text-align: center; display: grid; justify-items: center; gap: 34px; }
.cta-in h2 { position: relative; z-index: 2; font: 800 clamp(52px, 10vw, 160px)/.84 var(--f-display); font-stretch: 75%; letter-spacing: -.02em; }
.cta-in .btn { position: relative; z-index: 2; }
.cta-patches > span { position: absolute; left: var(--x); top: var(--y); font-size: clamp(12px, 1.6vw, 24px); transform: rotate(var(--r)); animation: bob 6s ease-in-out infinite alternate; }
.cta-patches > span:nth-child(odd) { animation-duration: 4.4s; }
.news-in { display: grid; gap: 28px; align-items: center; }
.news-in p { margin-top: 12px; color: #4a4740; }
.news-form { display: flex; gap: 8px; padding: 6px; border: 1.5px solid var(--ink); border-radius: 999px; background: #fffdf8; }
.news-form input { flex: 1; min-width: 0; border: 0; background: none; padding: 0 18px; font: inherit; outline: none; }
@media (min-width: 900px) { .news-in { grid-template-columns: 1fr minmax(360px, 480px); } }
.footer { background: var(--ink); color: var(--paper); padding-top: 72px; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 24px; }
.footer-brand { grid-column: 1 / -1; max-width: 38ch; }
.footer-brand p { margin-top: 14px; color: var(--warm); }
.footer-made { font-family: var(--f-brush); font-size: 22px; color: var(--lime) !important; }
.footer h4 { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--grey); margin-bottom: 14px; }
.footer-grid > div:not(.footer-brand) a { display: block; padding: 5px 0; color: var(--paper); opacity: .85; }
.footer-grid a:hover { opacity: 1; color: var(--lime); }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } .footer-brand { grid-column: auto; } }
.footer-big { font: 800 23.5vw/.78 var(--f-display); font-stretch: 75%; letter-spacing: -.03em; text-align: center; color: #232327; margin-top: 56px; white-space: nowrap; user-select: none; }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding: 18px 0 110px; font-size: 13px; color: var(--grey); }
@media (min-width: 900px) { .footer-base { padding-bottom: 24px; } }

/* ═══════════ overlays ═══════════ */
.scrim { position: fixed; inset: 0; z-index: 70; background: rgba(23, 23, 26, .5); opacity: 0; pointer-events: none; transition: opacity .35s; }
.drawer-open .scrim, .menu-open .scrim { opacity: 1; pointer-events: auto; }
.drawer-open, .menu-open, .search-open { overflow: hidden; }
.drawer { position: fixed; inset: 0 0 0 auto; z-index: 90; width: min(440px, 100vw); background: var(--paper); display: flex; flex-direction: column; transform: translateX(102%); transition: transform .5s var(--ease); }
.drawer-open .drawer { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1.5px solid var(--ink); }
.drawer-head h2 { font: 800 30px/1 var(--f-display); font-stretch: 75%; text-transform: uppercase; }
.drawer-body { flex: 1; overflow-y: auto; padding: 8px 22px; }
.bag-item { display: grid; grid-template-columns: 84px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: center; }
.bag-thumb { aspect-ratio: 1; border-radius: 14px; display: grid; place-items: center; padding: 6px; }
.bag-thumb-patch { background: var(--paper-2); font-size: 10px; padding: 0; }
.bag-info { display: grid; gap: 3px; }
.bag-info span { font-size: 13px; color: var(--grey); }
.bag-price { font-weight: 700; }
.qty { display: inline-flex; align-items: center; gap: 10px; margin-top: 6px; }
.qty button { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--ink); background: none; line-height: 1; }
.qty button:hover { background: var(--ink); color: var(--paper); }
.bag-empty { text-align: center; padding: 70px 10px; display: grid; gap: 12px; justify-items: center; }
.bag-empty-patch { font-size: 22px; transform: rotate(-6deg); margin-bottom: 10px; }
.bag-empty h3 { font: 800 32px/1 var(--f-display); font-stretch: 75%; text-transform: uppercase; }
.bag-empty p { color: var(--grey); margin-bottom: 10px; }
.drawer-foot { padding: 18px 22px 22px; border-top: 1.5px solid var(--ink); display: grid; gap: 12px; }
.bag-ship { font-size: 13px; color: #4a4740; background: var(--lime); padding: 8px 12px; border-radius: 10px; }
.bag-total-row { display: flex; justify-content: space-between; font-size: 18px; }

.search { position: fixed; inset: 0; z-index: 95; background: rgba(246, 242, 234, .97); opacity: 0; pointer-events: none; transition: opacity .3s; overflow-y: auto; }
.search-open .search { opacity: 1; pointer-events: auto; }
.search-in { width: min(900px, 100% - 40px); margin: 0 auto; padding: 40px 0; }
.search-bar { display: flex; align-items: center; gap: 12px; border-bottom: 2.5px solid var(--ink); padding-bottom: 10px; }
.search-bar > svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; flex: none; }
.search-bar input { flex: 1; min-width: 0; border: 0; background: none; outline: none; font: 800 clamp(24px, 4vw, 44px)/1.1 var(--f-display); font-stretch: 75%; color: var(--ink); }
.search-results h4 { margin: 32px 0 14px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--grey); }
.search-patches { display: flex; flex-wrap: wrap; gap: 18px; }
.search-patch { display: grid; gap: 8px; justify-items: center; font-size: 15px; transition: transform .3s var(--ease); }
.search-patch:hover { transform: translateY(-4px) rotate(-2deg); }
.search-patch span { font-size: 12px; color: #4a4740; }
.search-tees a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.search-tees a:hover { padding-left: 8px; transition: padding .3s; }
.search-none { margin-top: 40px; font-family: var(--f-brush); font-size: 28px; }

.toast { position: fixed; left: 50%; bottom: 24px; z-index: 120; transform: translate(-50%, 260%); visibility: hidden; display: flex; align-items: center; gap: 14px; max-width: calc(100vw - 32px); background: var(--ink); color: var(--paper); padding: 13px 20px; border-radius: 14px; font-size: 14px; font-weight: 500; box-shadow: 0 10px 30px rgba(0, 0, 0, .25); transition: transform .5s cubic-bezier(.4, 1.5, .5, 1), visibility 0s .5s; }
.toast.show { transform: translate(-50%, 0); visibility: visible; transition-delay: 0s; }
.toast button { border: 0; background: var(--lime); color: var(--ink); font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; padding: 7px 12px; border-radius: 8px; white-space: nowrap; }

.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(246, 242, 234, .94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1.5px solid var(--ink); transform: translateY(110%); transition: transform .45s var(--ease); }
.sticky-cta.show { transform: none; }
.sticky-phrase { font: 800 20px/1 var(--f-display); font-stretch: 75%; white-space: nowrap; }
.sticky-phrase span { font-family: var(--f-brush); font-weight: 400; text-transform: none; font-size: 1.15em; }
@media (min-width: 900px) { .sticky-cta { display: none; } }
@media (max-width: 899px) { .toast { bottom: 84px; } }

/* ═══════════ PRODUCT PAGE ═══════════ */
.pdp { padding: 20px 0 90px; }
.crumbs { font-size: 13px; color: var(--grey); margin-bottom: 18px; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.pdp-grid { display: grid; gap: 32px; }
@media (min-width: 960px) { .pdp-grid { grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: start; } .pdp-gallery { position: sticky; top: calc(var(--nav-h) + 20px); } }
.pdp-gallery { display: grid; gap: 12px; }
.pdp-view { position: relative; aspect-ratio: 1 / 1.08; border-radius: 28px; background: var(--stage, var(--paper-2)); overflow: hidden; display: grid; place-items: center; border: 1px solid var(--line); transition: background .5s; }
.pdp-zoom { width: 80%; transition: transform .8s var(--ease); transform-origin: 50% 33%; }
.pdp-view[data-view="velcro"] .pdp-zoom, .pdp-view[data-view="attached"] .pdp-zoom, .pdp-view[data-view="peel"] .pdp-zoom { transform: scale(2.5); }
.pdp-view[data-view="velcro"] .patch.in-slot { opacity: 0; pointer-events: none; }
.pdp-view[data-view="velcro"] .velcro-hint { opacity: 1; }
.pdp-view[data-view="peel"] .patch.in-slot { transform: rotate(-16deg) translate(16%, -46%); transform-origin: right bottom; box-shadow: 0 2cqw 3cqw rgba(0, 0, 0, .35); animation: none; transition: transform .7s var(--ease); }
.pdp-alt { position: absolute; inset: 0; display: none; place-items: center; padding: 8%; }
.pdp-view[data-view="collection"] .pdp-zoom, .pdp-view[data-view="life"] .pdp-zoom, .pdp-view[data-view="fabric"] .pdp-zoom { display: none; }
.pdp-view[data-view="collection"] .alt-collection, .pdp-view[data-view="life"] .alt-life, .pdp-view[data-view="fabric"] .alt-fabric { display: grid; }
.alt-collection { background: var(--paper-2); }
.alt-collection > div { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; font-size: clamp(14px, 1.8vw, 24px); }
.alt-collection .patch:nth-child(odd) { transform: rotate(-5deg); } .alt-collection .patch:nth-child(3n) { transform: rotate(6deg); }
.alt-life { padding: 0; background: var(--ink); color: var(--paper); }
.alt-life .tee { width: auto; height: 100%; border-radius: 0; }
.alt-life img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.alt-life p { position: relative; text-align: center; font: 800 clamp(40px, 6vw, 90px)/.9 var(--f-display); font-stretch: 75%; }
.alt-life p span { display: block; font: 400 .4em/1.2 var(--f-brush); color: var(--lime); margin-top: 12px; }
.alt-fabric { align-content: end; justify-items: start; background-color: var(--tee-c, #333); background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 3px), repeating-linear-gradient(90deg, rgba(0, 0, 0, .1) 0 1px, transparent 1px 3px); }
.alt-fabric::before { content: ''; position: absolute; left: 0; right: 0; bottom: 22%; border-top: 3px dashed rgba(128, 128, 128, .7); }
.alt-fabric div { position: relative; background: var(--paper); color: var(--ink); padding: 14px 18px; border-radius: 12px; font-size: 14px; line-height: 1.5; }
.alt-fabric b { font: 800 22px/1 var(--f-display); font-stretch: 75%; display: block; margin-bottom: 4px; }
.pdp-label { position: absolute; left: 16px; top: 16px; z-index: 3; background: rgba(255, 253, 248, .92); padding: 6px 12px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pdp-thumbs { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; order: 2; }
.pdp-thumb { position: relative; aspect-ratio: 1; border-radius: 12px; border: 1.5px solid var(--line); background: var(--stage, var(--paper-2)); overflow: hidden; padding: 0; display: grid; place-items: center; font: 800 11px/1 var(--f-body); letter-spacing: .06em; text-transform: uppercase; transition: .25s var(--ease); }
.pdp-thumb:hover { transform: translateY(-3px); }
.pdp-thumb.on { border-color: var(--ink); box-shadow: 0 3px 0 var(--ink); }
.pdp-thumb .tee { width: 84%; pointer-events: none; }
.pdp-thumb[data-view="velcro"] .tee, .pdp-thumb[data-view="attached"] .tee, .pdp-thumb[data-view="peel"] .tee { transform: scale(2.4); transform-origin: 50% 33%; }
.pdp-thumb[data-view="velcro"] .patch { opacity: 0; }
.pdp-thumb[data-view="peel"] .patch { transform: rotate(-16deg) translate(16%, -46%); }
.pdp-thumb[data-view="life"] { background: var(--ink); color: var(--lime); }
.pdp-thumb[data-view="fabric"] { background: var(--tee-c); color: #999; }
.pdp-thumb[data-view="collection"] { font-size: 5px; background: var(--paper-2); }
.pdp-title { font: 800 clamp(44px, 5.4vw, 80px)/.86 var(--f-display); font-stretch: 75%; letter-spacing: -.02em; text-transform: uppercase; }
.pdp-title #pdpWord { color: var(--hl, var(--red)); display: inline-block; }
.pdp-price { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin: 18px 0 22px; font-size: 15px; }
.pdp-price b { font: 800 34px/1 var(--f-display); font-stretch: 75%; }
.pdp-price small { width: 100%; color: var(--grey); font-size: 13px; }
.opt { margin-top: 26px; }
.opt > label, .opt-label { display: flex; justify-content: space-between; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.opt-label b, .opt > label b { font-weight: 500; letter-spacing: 0; text-transform: none; font-size: 14px; color: #4a4740; margin-left: 8px; margin-right: auto; }
.opt-label a { font-weight: 500; letter-spacing: 0; text-transform: none; text-decoration: underline; color: var(--grey); }
.opt .swatches { justify-content: flex-start; margin: 0; }
.sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.sizes button { min-width: 54px; height: 46px; border-radius: 12px; border: 1.5px solid var(--line); background: none; font-weight: 700; transition: .2s; }
.sizes button:hover { border-color: var(--ink); }
.sizes button.on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.pdp-patches { display: flex; flex-wrap: wrap; gap: 2px; margin-left: -7px; }
.pdp-patches .chip { font-size: 15px; }
.pdp-more { margin-top: 8px; }
.pdp-cta { display: grid; gap: 10px; margin-top: 30px; }
.pdp-points { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 10px; font-size: 15px; color: #4a4740; }
.pdp-points li { display: flex; gap: 10px; }
.pdp-points li::before { content: ''; flex: none; width: 18px; height: 10px; margin-top: 7px; border-radius: 3px; background: var(--lime); border: 1.5px solid var(--ink); transform: rotate(-8deg); }
.pdp details { border-top: 1px solid var(--line); padding: 16px 0; }
.pdp details:first-of-type { margin-top: 28px; }
.pdp summary { cursor: pointer; font-weight: 700; list-style: none; display: flex; justify-content: space-between; }
.pdp summary::after { content: '+'; font-size: 20px; line-height: 1; transition: transform .3s; }
.pdp details[open] summary::after { transform: rotate(45deg); }
.pdp details p { margin-top: 10px; color: #4a4740; font-size: 15px; }
.page-pdp .sticky-cta { transform: none; }


/* ═══════════ CONTACT PAGE ═══════════ */
.contact { padding: 20px 0 90px; }
.contact-hero { display: grid; gap: 24px; align-items: center; margin: 10px 0 48px; }
.contact-lede { max-width: 48ch; margin-top: 18px; font-size: 17px; color: #4a4740; }
.contact-patches { position: relative; height: 200px; }
.contact-patches > span { position: absolute; font-size: clamp(13px, 1.6vw, 20px); transform: rotate(var(--r)); animation: bob 5s ease-in-out calc(var(--i) * .4s) infinite alternate; }
.contact-patches > span:nth-child(1) { left: 2%; top: 8%; }
.contact-patches > span:nth-child(2) { left: 38%; top: 40%; }
.contact-patches > span:nth-child(3) { left: 64%; top: 2%; }
.contact-patches > span:nth-child(4) { left: 8%; top: 62%; }
.contact-patches > span:nth-child(5) { left: 56%; top: 66%; }
@media (min-width: 900px) { .contact-hero { grid-template-columns: 1.2fr 1fr; } .contact-patches { height: 220px; } }
.contact-grid { display: grid; gap: 48px; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; } .contact-form-wrap { position: sticky; top: calc(var(--nav-h) + 20px); } }
.faq h2, .contact-form-wrap h2 { margin-bottom: 22px; }
.faq details { border-top: 1.5px solid var(--ink); padding: 16px 0; }
.faq details:last-of-type { border-bottom: 1.5px solid var(--ink); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; font-weight: 700; font-size: 17px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; flex: none; width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--ink); display: grid; place-items: center; font-weight: 400; font-size: 20px; line-height: 1; transition: transform .3s var(--ease), background .2s, color .2s; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--ink); color: var(--paper); }
.faq details p { margin-top: 12px; color: #4a4740; max-width: 58ch; }
.contact-form { display: grid; gap: 16px; padding: 24px; border: 1.5px solid var(--ink); border-radius: var(--r); background: #fffdf8; }
.field { display: grid; gap: 6px; position: relative; }
.field label { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field label small { font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--grey); margin-left: 6px; }
.field input, .field select, .field textarea { width: 100%; font: inherit; color: var(--ink); background: var(--paper); border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 14px; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 3px 0 var(--ink); }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317171a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; padding-right: 40px; }
.field-row { display: grid; gap: 16px; }
@media (min-width: 560px) { .field-row { grid-template-columns: 1fr 1fr; } }
.count { justify-self: end; font-size: 12px; color: var(--grey); }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: #4a4740; cursor: pointer; }
.check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--ink); flex: none; }
.form-error { background: var(--red); color: #fff; padding: 10px 14px; border-radius: 10px; font-size: 14px; font-weight: 600; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.form-note { font-size: 13px; color: var(--grey); }
.form-done { display: grid; gap: 12px; justify-items: start; padding: 28px; border: 1.5px solid var(--ink); border-radius: var(--r); background: var(--lime); }
.form-done-patch { font-size: 18px; transform: rotate(-5deg); margin-bottom: 6px; }
.form-done h3 { font: 800 36px/1 var(--f-display); font-stretch: 75%; text-transform: uppercase; }
.form-done p { color: #2b2b2e; max-width: 44ch; }
.form-done a { text-decoration: underline; font-weight: 700; }

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