:root{
  --bg:#0f0f10;
  --ink:#f5f0e8;
  --green:#009c3b;
  --gold:#ffdf00;
  --royal:#003399;
  --red:#8b0000;
  --sky:#74acdf;
  --cream:#f5f0e8;
  --navy:#0a1a3a;
  --felt:#111;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--cream);font-family:"Barlow Condensed",sans-serif;font-weight:500;letter-spacing:.02em;overflow-x:hidden}
body{min-height:100vh;position:relative;
  background-color: #0f0f10;
  background-image:
    radial-gradient(ellipse at 20% 10%, rgba(40,40,45,.55) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 90%, rgba(25,25,28,.45) 0%, transparent 55%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='6'><g transform='rotate(45 3 3)'><line x1='0' y1='1' x2='6' y2='1' stroke='rgba(220,220,230,.03)' stroke-width='1.1'/><line x1='0' y1='3' x2='6' y2='3' stroke='rgba(0,0,0,.5)' stroke-width='1'/></g></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='340' height='340'><filter id='fe'><feTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2' seed='11'/><feColorMatrix values='0 0 0 0 0.06  0 0 0 0 0.06  0 0 0 0 0.07  0 0 0 1 -0.1'/></filter><rect width='100%25' height='100%25' filter='url(%23fe)'/></svg>");
  background-size: auto, auto, 6px 6px, 340px 340px;
}

/* ---------- GRAIN + VIGNETTE OVERLAY ---------- */
.grain{position:fixed;inset:0;pointer-events:none;z-index:9999;mix-blend-mode:overlay;opacity:.35;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' seed='7'/><feColorMatrix values='0 0 0 0 0.5  0 0 0 0 0.5  0 0 0 0 0.5  0 0 0 2 -0.8'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.vignette{position:fixed;inset:0;pointer-events:none;z-index:9998;
  background:radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,.65) 100%);
}

/* ---------- TOP NAV ---------- */
nav.top{position:relative;z-index:3;display:flex;justify-content:space-between;align-items:center;padding:22px 48px;border-bottom:1px dashed rgba(245,240,232,.15);font-family:"Russo One",sans-serif;text-transform:uppercase;letter-spacing:.18em;font-size:12px}
nav.top .dot{width:10px;height:10px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 2px #000,0 0 0 3px var(--gold);display:inline-block;margin-right:10px;vertical-align:middle}
nav.top ul{list-style:none;margin:0;padding:0;display:flex;gap:32px}
nav.top a{color:var(--cream);text-decoration:none;opacity:.85}
nav.top a:hover{opacity:1;color:var(--gold)}
nav.top .bag{border:1px solid var(--cream);padding:8px 14px;border-radius:2px;background:rgba(255,255,255,.02)}

/* ---------- HERO ---------- */
.hero{position:relative;padding:40px 24px 70px;text-align:center}
.hero .kicker{font-family:"Russo One",sans-serif;letter-spacing:.35em;font-size:11px;color:var(--gold);margin-bottom:22px;text-transform:uppercase}
.hero .kicker::before,.hero .kicker::after{content:"✺";margin:0 12px;opacity:.7;color:var(--cream)}
.logo-wrap{max-width:1320px;margin:0 auto;position:relative}
.logo-wrap svg{width:100%;height:auto;display:block;filter:drop-shadow(0 18px 0 rgba(0,0,0,.9)) drop-shadow(0 2px 0 rgba(0,0,0,1))}
.tagline{font-family:"Russo One",sans-serif;font-size:14px;letter-spacing:.4em;text-transform:uppercase;margin-top:18px;color:var(--cream);opacity:.85}
.tagline .bar{display:inline-block;width:60px;height:2px;background:var(--red);vertical-align:middle;margin:0 18px;position:relative;top:-3px}

/* patch-tag CTA */
.cta-row{margin-top:36px;display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.patch-btn{position:relative;display:inline-block;padding:16px 28px 14px;font-family:"Russo One",sans-serif;font-size:14px;letter-spacing:.22em;text-transform:uppercase;color:var(--cream);background:var(--red);border:3px solid var(--cream);border-radius:3px;cursor:pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='6' ><g transform='rotate(45 4 3)'><line x1='0' y1='3' x2='8' y2='3' stroke='rgba(255,255,255,.22)' stroke-width='1.3'/><line x1='0' y1='1' x2='8' y2='1' stroke='rgba(0,0,0,.35)' stroke-width='1'/></g></svg>");
  background-size: 8px 6px;
  box-shadow: inset 0 0 0 1px var(--red), inset 0 -4px 0 rgba(0,0,0,.35), 0 6px 0 #000, 0 8px 20px rgba(0,0,0,.6);
  transition: transform .12s ease, box-shadow .12s ease;
  text-decoration:none;
}
.patch-btn.alt{background:var(--cream);color:#111}
.patch-btn.alt{
  background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='6' ><g transform='rotate(45 4 3)'><line x1='0' y1='3' x2='8' y2='3' stroke='rgba(0,0,0,.25)' stroke-width='1.3'/><line x1='0' y1='1' x2='8' y2='1' stroke='rgba(255,255,255,.45)' stroke-width='1'/></g></svg>\");
  background-size: 8px 6px;
  box-shadow: inset 0 0 0 1px var(--cream), inset 0 -4px 0 rgba(0,0,0,.15), 0 6px 0 #000, 0 8px 20px rgba(0,0,0,.6)
}
.patch-btn::before{content:"";position:absolute;inset:3px;border:1px dashed rgba(255,255,255,.55);border-radius:2px;pointer-events:none}
.patch-btn.alt::before{border-color:rgba(0,0,0,.4)}
.patch-btn:active,.patch-btn:hover{transform:translateY(4px);box-shadow: inset 0 0 0 1px currentColor, 0 2px 0 #000, 0 3px 8px rgba(0,0,0,.6)}

/* ---------- TICKER ---------- */
.ticker{overflow:hidden;border-top:1px dashed rgba(245,240,232,.18);border-bottom:1px dashed rgba(245,240,232,.18);background:#0b0b0b;padding:14px 0;font-family:"Russo One",sans-serif;letter-spacing:.25em;font-size:13px;text-transform:uppercase;position:relative}
.ticker-track{display:inline-flex;gap:46px;white-space:nowrap;animation:tick 42s linear infinite;padding-left:100%}
.ticker span{display:inline-flex;align-items:center;gap:14px}
.ticker em{font-style:normal;color:var(--gold)}
.ticker .sep{width:10px;height:10px;background:var(--red);transform:rotate(45deg);display:inline-block}
@keyframes tick{from{transform:translateX(0)} to{transform:translateX(-50%)}}

/* ---------- SECTION ---------- */
section.drops{padding:90px 48px 40px;max-width:1400px;margin:0 auto;position:relative}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:50px;gap:30px;flex-wrap:wrap}
.section-head .label{font-family:"Russo One",sans-serif;font-size:11px;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold);padding:6px 12px;border-radius:2px;align-self:flex-start}
.section-head svg{height:78px;width:auto;max-width:100%}
.section-head .meta{font-family:"Barlow Condensed",sans-serif;color:rgba(245,240,232,.55);max-width:320px;font-size:15px;line-height:1.35;text-align:right}

/* ---------- PRODUCT GRID ---------- */
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
@media(max-width:760px){.grid{grid-template-columns:1fr}}

.card{position:relative;background:#1a1613;border:2px solid #2a231d;border-radius:6px;padding:20px 20px 24px;overflow:hidden;cursor:pointer;transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
  background-image:
    url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='7'><g transform='rotate(45 3.5 3.5)'><line x1='0' y1='1' x2='7' y2='1' stroke='rgba(255,240,220,.05)' stroke-width='1.2'/><line x1='0' y1='3' x2='7' y2='3' stroke='rgba(0,0,0,.55)' stroke-width='1.1'/><line x1='0' y1='5' x2='7' y2='5' stroke='rgba(255,240,220,.035)' stroke-width='1'/></g></svg>\"),
    url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='280'><filter id='cf'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='7'/><feColorMatrix values='0 0 0 0 0.12  0 0 0 0 0.08  0 0 0 0 0.06  0 0 0 1.3 -0.35'/></filter><rect width='100%25' height='100%25' filter='url(%23cf)'/></svg>");
  background-size: 7px 7px, 280px 280px;
  background-blend-mode: normal, soft-light;
}
.card::before{content:\"\";position:absolute;inset:0;pointer-events:none;opacity:.65;mix-blend-mode:overlay;
  background-image:
    radial-gradient(rgba(255,240,220,.05) 1px, transparent 1.3px),
    radial-gradient(rgba(0,0,0,.35) 1px, transparent 1.4px);
  background-size: 4px 4px, 6px 6px;
  background-position: 0 0, 2px 3px;
}
/* embroidered trim (dashed outer stitch) */
.card::after{content:"";position:absolute;inset:8px;border:2px dashed rgba(20,18,16,.3);border-radius:4px;pointer-events:none}

.card .ribbon{position:absolute;top:16px;left:-8px;background:var(--gold);color:#111;font-family:"Russo One",sans-serif;font-size:10px;letter-spacing:.2em;padding:5px 12px 4px;text-transform:uppercase;z-index:3;box-shadow:0 2px 0 rgba(0,0,0,.6)}
.card .ribbon::before{content:"";position:absolute;left:0;bottom:-6px;border:3px solid transparent;border-top-color:#b49800;border-right-color:#b49800}

.halftone{position:relative;aspect-ratio:4/5;border-radius:4px;overflow:hidden;z-index:1;border:1px solid #000;
  background:#0c0c0c;
}
.halftone svg{width:100%;height:100%;display:block}
.halftone img.product-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(1.05) contrast(1.02)}
.halftone .img-wrap{position:relative;width:100%;height:100%;
  background-image:
    radial-gradient(ellipse at center, rgba(245,240,232,.06) 0%, transparent 70%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='6'><g transform='rotate(45 3 3)'><line x1='0' y1='1' x2='6' y2='1' stroke='rgba(255,240,220,.07)' stroke-width='1'/><line x1='0' y1='3' x2='6' y2='3' stroke='rgba(0,0,0,.55)' stroke-width='1'/></g></svg>");
  background-size: auto, 6px 6px;
}
.halftone .img-wrap::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,.55) 100%);
  mix-blend-mode:multiply;
}

.product-info{margin-top:20px;display:flex;justify-content:space-between;align-items:flex-start;gap:14px;position:relative;z-index:2}
.product-info h3{margin:0;font-family:"Russo One",sans-serif;font-size:22px;letter-spacing:.04em;text-transform:uppercase;line-height:1.05}
.product-info .cat{font-family:"Barlow Condensed",sans-serif;font-size:12px;letter-spacing:.3em;color:rgba(245,240,232,.55);text-transform:uppercase;margin-top:6px;display:block}

.price-patch{flex-shrink:0;width:78px;height:78px;background:var(--red);color:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(6deg);border:3px solid var(--cream);font-family:"Russo One",sans-serif;position:relative;
  box-shadow: inset 0 0 0 1px var(--red), 0 4px 0 #000;
}
.price-patch::before{content:"";position:absolute;inset:3px;border:1px dashed rgba(255,255,255,.55)}
.price-patch .dollar{font-size:10px;letter-spacing:.1em;opacity:.8;margin-bottom:-4px}
.price-patch .amt{font-size:24px;letter-spacing:.02em}
.price-patch.gold{background:var(--gold);color:#111;box-shadow:inset 0 0 0 1px var(--gold), 0 4px 0 #000}
.price-patch.gold::before{border-color:rgba(0,0,0,.4)}
.price-patch.royal{background:var(--royal)}

.size-row{display:flex;gap:6px;margin-top:16px;position:relative;z-index:2;flex-wrap:wrap}
.size-row .s{width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-family:"Russo One",sans-serif;font-size:11px;letter-spacing:.05em;border:1px solid rgba(245,240,232,.3);background:rgba(0,0,0,.3);color:var(--cream);cursor:pointer;transition:all .15s}
.size-row .s:hover{background:var(--gold);color:#111;border-color:var(--gold)}
.size-row .s.out{opacity:.3;text-decoration:line-through;cursor:not-allowed}

.add-btn{margin-top:16px;width:100%;padding:14px;font-family:\"Russo One\",sans-serif;font-size:12px;letter-spacing:.3em;text-transform:uppercase;background:transparent;color:var(--cream);border:2px solid var(--cream);border-radius:2px;cursor:pointer;position:relative;z-index:2;transition:all .15s;
  background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='6'><g transform='rotate(45 4 3)'><line x1='0' y1='3' x2='8' y2='3' stroke='rgba(245,240,232,.14)' stroke-width='1.2'/><line x1='0' y1='1' x2='8' y2='1' stroke='rgba(245,240,232,.28)' stroke-width='1'/></g></svg>\");
  background-size: 8px 6px;
}
.add-btn:hover{background:var(--cream);color:#111}
.add-btn:active{transform:translateY(2px)}

/* thread-pull hover: card lifts with trailing stitch shadow */
.card:hover{transform:translateY(-10px) rotate(-.5deg);box-shadow:
  0 2px 0 var(--cream),
  0 4px 0 #000,
  0 20px 0 -6px rgba(245,240,232,.06),
  0 40px 60px rgba(0,0,0,.7)
}
.card:hover .price-patch{transform:rotate(-4deg) scale(1.05)}

/* reknit: title unravels and re-knits on hover */
.card h3.card-title{position:relative;overflow:hidden;display:inline-block}
.card h3.card-title::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg, transparent 0%, rgba(245,240,232,.0) 30%, var(--gold) 48%, var(--gold) 52%, rgba(245,240,232,0) 70%, transparent 100%);mix-blend-mode:screen;opacity:0;transform:translateX(-100%);pointer-events:none}
.card:hover h3.card-title{animation: reknit 1.05s cubic-bezier(.5,.1,.35,1);}
.card:hover h3.card-title::after{animation: threadSweep 1.05s cubic-bezier(.5,.1,.35,1)}
@keyframes reknit {
  0%   { clip-path: inset(0 100% 0 0); -webkit-clip-path: inset(0 100% 0 0); filter: blur(2px); letter-spacing: .2em; }
  55%  { clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); filter: blur(.5px); letter-spacing: .06em; }
  100% { clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); filter: blur(0); letter-spacing: .04em; }
}
@keyframes threadSweep {
  0%   { opacity:1; transform: translateX(-100%); }
  80%  { opacity:.9; }
  100% { opacity:0; transform: translateX(100%); }
}

/* reknit graphic preview - halftone also gets a stitch shimmer */
.card .halftone{position:relative;transition: filter .3s ease}
.card:hover .halftone{filter: saturate(1.15) contrast(1.05)}
.card .halftone::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);transform:translateX(-100%);pointer-events:none}
.card:hover .halftone::after{animation: threadSweep 1.05s cubic-bezier(.5,.1,.35,1)}

/* ---------- LOWER TRIBUTE STRIP ---------- */
.strip{margin-top:90px;padding:54px 40px;border-top:1px dashed rgba(245,240,232,.18);border-bottom:1px dashed rgba(245,240,232,.18);display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center;max-width:1400px;margin-left:auto;margin-right:auto}
.strip .cell{font-family:"Russo One",sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:13px}
.strip .num{display:block;font-size:34px;color:var(--gold);margin-bottom:6px;letter-spacing:.05em}
@media(max-width:900px){.strip{grid-template-columns:repeat(2,1fr)}}

/* ---------- FOOTER ---------- */
footer{padding:60px 48px 40px;text-align:center;font-family:"Barlow Condensed",sans-serif;color:rgba(245,240,232,.5);font-size:13px;letter-spacing:.15em;text-transform:uppercase}
footer .stars{color:var(--gold);letter-spacing:.4em;margin:0 0 12px}

/* ---------- STITCH ANIMATION ----------
   SMIL-driven reveal. Each letter has an SVG <clipPath> whose rect grows left->right.
   On top, a thread (stroke) traces the letter via stroke-dashoffset.
*/
.stitch-letter{opacity:1}
.stitch-letter .outline{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1400;stroke-dashoffset:1400;transition:opacity .35s ease .15s}
.stitch-letter.stitching .outline{animation:stitch var(--dur,1.2s) cubic-bezier(.5,.1,.35,1) forwards}
.stitch-letter.done .outline{stroke-dashoffset:0;opacity:0}
@keyframes stitch{to{stroke-dashoffset:0}}

.stitch-letter .needle{opacity:0;fill:#fff}
.stitch-letter.stitching .needle{animation:needle var(--dur,1.2s) linear forwards}
@keyframes needle{0%,93%{opacity:1}100%{opacity:0}}

.stitch-letter .trim{fill:none;stroke-dasharray:4 3;stroke-width:1.2;opacity:0;transition:opacity .3s ease .3s}
.stitch-letter.done .trim{opacity:.75}

/* Patch ball pop */
.ball-patch{transform-origin:center}
.ball-patch{ opacity: 0; }
.ball-patch.stitching, .ball-patch.done { opacity: 1; animation: ballPop .7s cubic-bezier(.2,1.8,.4,1) forwards }
@keyframes ballPop {
  0% { transform: scale(.6); }
  65%{ transform: scale(1.1); }
  100%{ transform: scale(1); }
}

/* the reveal clipRect is sized/animated by JS via SMIL */

/* ---------- TWEAKS ---------- */
#tweaks{position:fixed;right:22px;bottom:22px;z-index:10000;display:none;width:280px;background:#0c0c0c;border:2px solid var(--cream);border-radius:4px;padding:18px;font-family:"Barlow Condensed",sans-serif;color:var(--cream);box-shadow:0 8px 30px rgba(0,0,0,.8), inset 0 0 0 1px var(--cream)}
#tweaks.on{display:block}
#tweaks h4{margin:0 0 14px;font-family:"Russo One",sans-serif;font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);border-bottom:1px dashed rgba(245,240,232,.25);padding-bottom:8px}
#tweaks label{display:block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;margin:10px 0 4px;color:rgba(245,240,232,.7)}
#tweaks input[type=range]{width:100%;accent-color:var(--gold)}
#tweaks button{margin-top:12px;width:100%;padding:10px;font-family:"Russo One",sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;background:var(--red);color:var(--cream);border:2px solid var(--cream);cursor:pointer;border-radius:2px}
#tweaks button:hover{background:var(--gold);color:#111}
#tweaks .row{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}
#tweaks .sw{width:28px;height:28px;border:1px solid rgba(255,255,255,.3);cursor:pointer;border-radius:2px}
#tweaks .sw.active{outline:2px solid var(--gold);outline-offset:2px}

/* ---------- TEXT STITCH-IN (on load) ----------
   Robust default: text is ALWAYS visible. The stitch sweep is a decorative
   overlay (::after) on top of already-rendered text. If JS fails, setTimeout
   is throttled (background tab, CPU spike), or the animation is interrupted,
   the text never disappears. The old clip-path approach hid text by default
   and relied on JS to reveal it, which caused intermittent blank elements
   when the tab was backgrounded or slow. */
.stitch-text{ position: relative; display: inline-block; }
.stitch-text.pending{ /* no clip-path: text stays visible even if JS stalls */ }
.stitch-text.pending.on{ animation: stitchReveal .30s cubic-bezier(.5,.1,.35,1) forwards; }
@keyframes stitchReveal{
  0%   { opacity: .55; transform: translateY(2px); filter: blur(1.5px); letter-spacing: .08em; }
  60%  { opacity: 1; letter-spacing: .04em; }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); letter-spacing: inherit; }
}
.stitch-text::after{
  content:''; position:absolute; top:0; bottom:0; width:14px; left:-14px;
  background: linear-gradient(90deg, transparent, var(--gold) 40%, #fff 55%, var(--gold) 70%, transparent);
  opacity: 0; pointer-events:none; filter: blur(.5px);
}
.stitch-text.pending.on::after{ animation: needleSweep .85s cubic-bezier(.5,.1,.35,1) forwards; }
@keyframes needleSweep{
  0%  { opacity: 1; transform: translateX(0); }
  92% { opacity: 1; transform: translateX(calc(100% + 100vw)); }
  100%{ opacity: 0; transform: translateX(calc(100% + 100vw)); }
}
.stitch-text::before{
  content:''; position:absolute; left:0; right:0; top:50%; height:1px;
  background: repeating-linear-gradient(90deg, rgba(255,223,0,.6) 0 3px, transparent 3px 6px);
  transform-origin: left; transform: scaleX(0); opacity:0;
}
.stitch-text.pending.on::before{ animation: threadTrail .85s cubic-bezier(.5,.1,.35,1) forwards; }
@keyframes threadTrail{
  0%  { transform: scaleX(0); opacity:.9; }
  80% { transform: scaleX(1); opacity:.6; }
  100%{ transform: scaleX(1); opacity:0; }
}

/* ---------- PDP (product page) ---------- */
.pdp{padding-top:60px;padding-bottom:90px}
.pdp-wrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1200px;margin:0 auto}
@media(max-width:900px){.pdp-wrap{grid-template-columns:1fr;gap:28px}}
.pdp-media .halftone{aspect-ratio:1/1;border-radius:6px;overflow:hidden;border:2px solid #2a231d;background:#0c0c0c}
.pdp-info{display:flex;flex-direction:column;gap:20px}
.pdp-title{margin:0;font-family:"Russo One",sans-serif;font-size:42px;letter-spacing:.02em;text-transform:uppercase;line-height:1.05;color:var(--cream)}
.pdp-opt{display:flex;flex-direction:column;gap:8px}
.pdp-opt > label{font-family:"Russo One",sans-serif;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:rgba(245,240,232,.6)}
.pdp-opt .opt-values{display:flex;gap:8px;flex-wrap:wrap}
.opt-swatch{cursor:pointer;position:relative}
.opt-swatch input{position:absolute;opacity:0;pointer-events:none}
.opt-swatch span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:40px;padding:0 14px;font-family:"Russo One",sans-serif;font-size:12px;letter-spacing:.1em;text-transform:uppercase;border:1px solid rgba(245,240,232,.3);background:rgba(0,0,0,.3);color:var(--cream);transition:all .15s}
.opt-swatch input:checked + span{background:var(--gold);color:#111;border-color:var(--gold)}
.opt-swatch span:hover{border-color:var(--cream)}
.pdp-price{align-self:flex-start}
.pdp-add{max-width:320px}
.pdp-desc{font-family:"Barlow Condensed",sans-serif;font-size:16px;line-height:1.5;color:rgba(245,240,232,.8);padding-top:14px;border-top:1px dashed rgba(245,240,232,.18)}

/* ---------- CART ---------- */
.cart .cart-form{display:flex;flex-direction:column;gap:14px;margin-top:30px}
.cart-row{display:grid;grid-template-columns:120px 1fr auto auto;gap:16px;align-items:center;padding:14px;border:2px solid #2a231d;background:#1a1613;border-radius:6px}
.cart-thumb img{width:100%;height:auto;border-radius:4px;display:block}
.cart-meta .card-title{font-family:"Russo One",sans-serif;font-size:18px;letter-spacing:.04em;text-transform:uppercase;color:var(--cream);margin-bottom:6px}
.cart-qty label{display:block;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(245,240,232,.55);margin-bottom:4px}
.cart-qty input{width:60px;padding:8px;background:rgba(0,0,0,.3);color:var(--cream);border:1px solid rgba(245,240,232,.3);font-family:"Russo One",sans-serif}
.cart-remove{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:rgba(245,240,232,.55);text-decoration:none}
.cart-remove:hover{color:var(--red)}
.cart-foot{display:flex;justify-content:space-between;align-items:center;padding:20px 14px;margin-top:10px;border-top:1px dashed rgba(245,240,232,.2)}
.cart-actions{display:flex;gap:12px;margin-top:18px}
.cart-actions .add-btn{flex:1}
@media(max-width:700px){.cart-row{grid-template-columns:80px 1fr;grid-template-rows:auto auto}.cart-qty,.cart-remove{grid-column:span 2}}

/* ---------- STICKY NAV + VISIBLE BRAND ---------- */
nav.top{
  position: sticky; top: 0; z-index: 10000;
  background: rgba(12,12,14,.82);
  backdrop-filter: blur(12px) saturate(1.3);
  -webkit-backdrop-filter: blur(12px) saturate(1.3);
  border-bottom: 1px solid rgba(245,240,232,.08);
  padding: 14px 32px;
}
nav.top .brand{
  display:inline-flex; align-items:center; gap:10px;
  color: var(--cream); text-decoration: none;
  font-family:"Russo One", sans-serif;
  font-size: 13px; letter-spacing: .28em; text-transform: uppercase;
}
nav.top .brand .brand-mark{ color: var(--gold); text-shadow: 0 2px 0 #000; }
nav.top .brand:hover .brand-mark{ color: var(--cream); }
nav.top ul{ flex-wrap: wrap; }
@media(max-width: 760px){
  nav.top{ padding: 10px 16px; flex-wrap: wrap; gap: 10px; }
  nav.top ul{ gap: 14px; font-size: 10px; }
  nav.top .brand{ font-size: 11px; letter-spacing: .18em; }
}

/* grain / vignette must NOT cover the sticky nav clickable area on mobile */
.grain, .vignette{ z-index: 9 !important; }

/* ---------- CARD CLICKABILITY + SHOP BUTTON ---------- */
.card{ position: relative; }
.card .card-link{
  position: absolute; inset: 0; z-index: 2;
  border-radius: 6px; text-indent: -9999px; overflow: hidden;
}
.card .ribbon,
.card .halftone,
.card .product-info,
.card .size-row,
.card .add-btn{ position: relative; z-index: 3; }
.card .add-btn{ display:block; text-align:center; text-decoration:none; }

/* ---------- HERO LOGO SIZING FIX FOR SHOPIFY PREVIEW FRAME ---------- */
.hero{ padding-top: 20px; }
.logo-wrap{ max-width: min(1320px, 94vw); }
.logo-wrap svg{
  width: 100%; height: auto; max-height: 40vh;
  display: block; margin: 0 auto;
}
@media(max-width: 760px){
  .logo-wrap svg{ max-height: 26vh; }
  .hero .kicker{ font-size: 10px; letter-spacing: .25em; }
}

/* ==========================================================================
   SPACING + READABILITY PASS
   Standardises rhythm across index, PDP, cart, customer pages.
   Overrides earlier rules where needed.
   ========================================================================== */

:root{
  --space-xs: 6px;
  --space-sm: 12px;
  --space-md: 20px;
  --space-lg: 32px;
  --space-xl: 56px;
  --space-xxl: 90px;
  --radius: 6px;
  --line: 1.55;
  --page-pad-desktop: 48px;
  --page-pad-mobile: 20px;
}

html{ scroll-behavior: smooth; }
body{ line-height: var(--line); }

/* Consistent section padding across ALL pages */
section.drops,
section.drops.pdp,
section.drops.cart{
  padding: var(--space-xl) var(--page-pad-desktop) var(--space-xxl);
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 760px){
  section.drops,
  section.drops.pdp,
  section.drops.cart{
    padding: var(--space-lg) var(--page-pad-mobile) var(--space-xl);
  }
}

/* Hero: balanced top/bottom padding */
.hero{ padding: var(--space-lg) var(--page-pad-desktop) var(--space-xl); }
@media (max-width: 760px){
  .hero{ padding: var(--space-md) var(--page-pad-mobile) var(--space-lg); }
}

/* Ticker vertical breathing room */
.ticker{ padding: 12px 0; margin: 0; }

/* Section-head: clearer hierarchy, no crammed gap */
.section-head{ margin-bottom: var(--space-lg); gap: var(--space-md); }
.section-head .meta{ line-height: var(--line); max-width: 420px; font-size: 14px; }

/* Product grid: larger gap, predictable at every breakpoint */
.grid{ gap: 28px; }
@media (min-width: 761px) and (max-width: 1100px){ .grid{ grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 760px){ .grid{ grid-template-columns: 1fr; gap: 20px; } }

/* Cards: roomier inner padding, consistent spacing between zones */
.card{ padding: 22px 22px 22px; display: flex; flex-direction: column; gap: var(--space-md); }
.card .halftone{ margin: 0; }
.card .product-info{ margin-top: 0; gap: var(--space-md); }
.card .product-info h3{ font-size: 20px; line-height: 1.15; }
.card .product-info .cat{ margin-top: 6px; font-size: 11px; line-height: 1.4; letter-spacing: .24em; }
.card .size-row{ margin-top: 0; gap: 6px; }
.card .size-row .s{ width: 38px; height: 38px; font-size: 11px; border-radius: 2px; }
.card .add-btn{ margin-top: 0; padding: 14px 18px; font-size: 12px; letter-spacing: .26em; }

/* ---------- PDP: cleaner stack, real breathing room, readable copy ---------- */
.pdp{ padding: var(--space-xl) var(--page-pad-desktop) var(--space-xxl); }
.pdp-wrap{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: var(--space-xl);
  align-items: start;
}
@media (max-width: 900px){
  .pdp-wrap{ grid-template-columns: 1fr; gap: var(--space-lg); }
  .pdp{ padding: var(--space-lg) var(--page-pad-mobile) var(--space-xl); }
}
.pdp-media .halftone{
  aspect-ratio: 1/1; border-radius: var(--radius); overflow: hidden;
  border: 2px solid #2a231d; background: #0c0c0c;
}
.pdp-media .img-wrap{ width: 100%; height: 100%; display: block; }
.pdp-media img.product-img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-info{ display: flex; flex-direction: column; gap: var(--space-md); }
.pdp-title{
  margin: 0 0 4px; font-size: clamp(28px, 4vw, 40px);
  line-height: 1.05; letter-spacing: .015em;
}
.pdp-info .cat{ font-size: 12px; letter-spacing: .24em; color: rgba(245,240,232,.65); margin: 0; }

/* Option groups: label stacked above swatches with generous gap */
.pdp-opt{ display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.pdp-opt > label{
  font-family: "Russo One", sans-serif;
  font-size: 11px; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(245,240,232,.7);
}
.pdp-opt .opt-values{ display: flex; gap: 10px; flex-wrap: wrap; }
.opt-swatch{ cursor: pointer; position: relative; display: inline-block; }
.opt-swatch input{ position: absolute; opacity: 0; pointer-events: none; }
.opt-swatch span{
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 48px; height: 44px; padding: 0 16px;
  font-family: "Russo One", sans-serif; font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  border: 1px solid rgba(245,240,232,.28);
  background: rgba(0,0,0,.3);
  color: var(--cream);
  border-radius: 2px;
  transition: all .15s;
}
.opt-swatch span:hover{ border-color: var(--cream); background: rgba(255,255,255,.06); }
.opt-swatch input:checked + span{
  background: var(--gold); color: #111; border-color: var(--gold);
  box-shadow: 0 2px 0 #000;
}

/* PDP price patch: consistent, not floating oddly */
.pdp-price{ align-self: flex-start; margin: var(--space-sm) 0 var(--space-sm); }

/* PDP Add to bag: full width on mobile, comfortable on desktop */
.pdp-add{
  max-width: 360px; width: 100%;
  padding: 18px 22px; font-size: 13px; letter-spacing: .3em;
  margin-top: var(--space-sm);
}
.pdp-add:disabled{ opacity: .5; cursor: not-allowed; }

/* PDP description: readable typography */
.pdp-desc{
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px; line-height: 1.6;
  color: rgba(245,240,232,.78);
  padding-top: var(--space-md);
  margin-top: var(--space-md);
  border-top: 1px dashed rgba(245,240,232,.18);
}

/* ---------- CART: cleaner rows, mobile stack, proper buttons ---------- */
.cart .cart-form{ display: flex; flex-direction: column; gap: var(--space-md); margin-top: var(--space-lg); }
.cart-row{
  display: grid;
  grid-template-columns: 110px 1fr auto auto;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md);
  border: 2px solid #2a231d; background: #1a1613;
  border-radius: var(--radius);
}
.cart-thumb{ display: block; width: 110px; height: 110px; overflow: hidden; border-radius: 4px; background: #0c0c0c; }
.cart-thumb img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.cart-meta{ min-width: 0; }
.cart-meta .card-title{
  font-family: "Russo One", sans-serif; font-size: 17px;
  letter-spacing: .04em; text-transform: uppercase; color: var(--cream);
  margin: 0 0 6px; line-height: 1.2;
}
.cart-meta .cat{ font-size: 12px; letter-spacing: .22em; color: rgba(245,240,232,.6); margin: 0; line-height: 1.4; }
.cart-qty{ text-align: center; }
.cart-qty label{
  display: block; font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(245,240,232,.6); margin-bottom: 6px;
}
.cart-qty input{
  width: 68px; padding: 9px 8px;
  background: rgba(0,0,0,.35); color: var(--cream);
  border: 1px solid rgba(245,240,232,.28);
  font-family: "Russo One", sans-serif; font-size: 13px; text-align: center;
  border-radius: 2px;
}
.cart-remove{
  align-self: center;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(245,240,232,.55); text-decoration: none; padding: 10px 14px;
  border: 1px solid rgba(245,240,232,.2); border-radius: 2px;
  transition: all .15s;
}
.cart-remove:hover{ color: var(--red); border-color: var(--red); }

.cart-foot{
  display: flex; justify-content: space-between; align-items: center;
  padding: var(--space-md) var(--space-md);
  margin-top: var(--space-md);
  border-top: 1px dashed rgba(245,240,232,.22);
}
.cart-foot .cat{ font-size: 14px; letter-spacing: .25em; }
.cart-actions{ display: flex; gap: var(--space-md); margin-top: var(--space-md); }
.cart-actions .add-btn{ flex: 1; padding: 16px 18px; }
@media (max-width: 760px){
  .cart-row{
    grid-template-columns: 80px 1fr;
    grid-template-areas:
      "thumb meta"
      "qty remove";
    row-gap: var(--space-sm);
  }
  .cart-thumb{ grid-area: thumb; width: 80px; height: 80px; }
  .cart-meta{ grid-area: meta; }
  .cart-qty{ grid-area: qty; text-align: left; }
  .cart-qty label{ margin-bottom: 4px; }
  .cart-remove{ grid-area: remove; justify-self: end; padding: 8px 10px; }
  .cart-actions{ flex-direction: column; }
  .cart-actions .add-btn{ width: 100%; }
}

/* ---------- Footer spacing: no cramped lines ---------- */
footer{ padding: var(--space-xl) var(--page-pad-desktop) var(--space-lg); line-height: 1.7; }
footer .stars{ margin: 0 0 var(--space-sm); }

/* ---------- Strip: consistent gutters with grid ---------- */
.strip{ padding: var(--space-lg) var(--page-pad-desktop); }
@media (max-width: 760px){ .strip{ padding: var(--space-md) var(--page-pad-mobile); } }

/* ---------- Card hover: no more layout shift from rotate ---------- */
.card:hover{ transform: translateY(-6px); }
.card:hover .price-patch{ transform: rotate(-2deg) scale(1.03); }

/* ---------- 404 / page / customer pages: consistent text rhythm ---------- */
.drops .pdp-title + .cat{ margin-top: 4px; }
.drops p, .drops .pdp-desc{ margin: 0 0 var(--space-md); max-width: 68ch; line-height: 1.6; }
.drops h2.card-title{ margin: var(--space-lg) 0 var(--space-md); font-size: 18px; }

/* Customer forms: comfortable field sizes */
form .s{ /* fields styled with .s class */
  width: 100%; max-width: 420px; height: 44px;
  padding: 10px 12px; font-size: 15px; line-height: 1.3;
  background: rgba(0,0,0,.35); color: var(--cream);
  border: 1px solid rgba(245,240,232,.28); border-radius: 2px;
}
form .s:focus{ border-color: var(--gold); outline: 0; }

/* ==========================================================================
   CART v2: feels like a mini-checkout, express buttons, clean summary
   ========================================================================== */
.cart-empty{ padding: var(--space-xl) 0; text-align: center; }
.cart-empty .cat{ font-size: 14px; }
.cart-empty a{ color: var(--gold); }

.cart-items{ display: flex; flex-direction: column; gap: var(--space-md); }

.cart-notes{
  margin-top: var(--space-lg);
  padding: var(--space-md);
  border: 2px dashed rgba(245,240,232,.18);
  border-radius: var(--radius);
  background: rgba(10,10,12,.45);
}
.cart-notes label{ display: block; margin-bottom: 8px; font-size: 11px; }
.cart-notes textarea{
  width: 100%; padding: 10px 12px; font-family: "Barlow Condensed", sans-serif;
  font-size: 14px; line-height: 1.5; color: var(--cream);
  background: rgba(0,0,0,.35); border: 1px solid rgba(245,240,232,.25); border-radius: 2px;
  resize: vertical; min-height: 54px;
}
.cart-notes textarea:focus{ outline: 0; border-color: var(--gold); }

.cart-summary{
  margin-top: var(--space-lg);
  padding: var(--space-md) var(--space-md);
  background: linear-gradient(180deg, rgba(26,22,19,.8), rgba(15,15,16,.9));
  border: 2px solid #2a231d;
  border-radius: var(--radius);
}
.cart-summary-row{
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 0;
}
.cart-summary-row.subtle .cat{ color: rgba(245,240,232,.55); font-size: 12px; }
.cart-summary-row .cat{ font-size: 13px; letter-spacing: .24em; }
.cart-subtotal{
  font-family: "Russo One", sans-serif;
  font-size: 24px; letter-spacing: .02em; color: var(--gold);
  text-shadow: 0 2px 0 #000;
}

.cart-actions{
  display: grid; grid-template-columns: 1fr 1.6fr; gap: var(--space-md);
  margin-top: var(--space-lg);
}
.cart-actions .btn-ghost{
  background: transparent; color: var(--cream); border: 2px solid rgba(245,240,232,.4);
}
.cart-actions .btn-ghost:hover{ background: rgba(245,240,232,.08); color: var(--cream); }
.cart-actions .btn-primary{
  background: var(--gold); color: #111;
  border: 2px solid var(--gold);
  box-shadow: 0 4px 0 #000;
  padding: 18px; font-size: 14px; letter-spacing: .28em;
}
.cart-actions .btn-primary:hover{ background: #ffe933; color: #111; transform: translateY(-1px); }
.cart-actions .btn-primary:active{ transform: translateY(2px); box-shadow: 0 1px 0 #000; }
@media (max-width: 600px){
  .cart-actions{ grid-template-columns: 1fr; }
}

/* Shopify express checkout buttons (Shop Pay, Apple Pay, Google Pay, PayPal) */
.cart-express{
  margin-top: var(--space-lg);
  padding: var(--space-md);
  background: rgba(10,10,12,.5);
  border: 1px dashed rgba(245,240,232,.18);
  border-radius: var(--radius);
  text-align: center;
}
.cart-express-label{
  display: block; margin-bottom: 10px; font-size: 11px;
  letter-spacing: .28em; color: rgba(245,240,232,.6);
}
/* These wrap Shopify's injected buttons; make them inherit our dark look */
.cart-express .shopify-cleanslate,
.cart-express [data-shopify-buttoncontainer]{
  display: flex !important; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center;
}
.cart-express button{ min-height: 46px; }

.cart-trust{
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 10px;
  margin-top: var(--space-lg);
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(245,240,232,.45);
}

/* ---------- NAV LOGO (top right) ---------- */
nav.top .nav-right{
  display: inline-flex; align-items: center; gap: 14px;
}
nav.top .nav-logo{
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: #0c0c0c;
  border: 2px solid rgba(245,240,232,.32);
  box-shadow: 0 2px 0 rgba(0,0,0,.7);
  overflow: hidden;
  transition: transform .15s ease, border-color .15s ease;
}
nav.top .nav-logo img{
  width: 100%; height: 100%; object-fit: cover; display: block;
}
nav.top .nav-logo:hover{
  transform: scale(1.05) rotate(-4deg);
  border-color: var(--gold);
}
@media (max-width: 760px){
  nav.top .nav-right{ gap: 10px; }
  nav.top .nav-logo{ width: 36px; height: 36px; border-width: 1px; }
}

/* ==========================================================================
   SPEED + SPACING + READABILITY POLISH (3x faster reveals, tighter layout)
   ========================================================================== */

/* Loading reveal animations, 3x quicker */
.stitch-text.pending.on       { animation: stitchReveal .30s cubic-bezier(.5,.1,.35,1) forwards !important; }
.stitch-text.pending.on::after{ animation: needleSweep  .30s cubic-bezier(.5,.1,.35,1) forwards !important; }
.stitch-text.pending.on::before{ animation: threadTrail .30s cubic-bezier(.5,.1,.35,1) forwards !important; }

/* Text visibility + hierarchy */
.card .product-info h3,
.card .card-title                 { color: var(--cream); line-height: 1.18; letter-spacing: .03em; text-shadow: 0 1px 0 rgba(0,0,0,.55); }
.card .product-info .cat,
.card .cat                        { color: rgba(245,240,232,.82) !important; font-weight: 500; }
.card .size-row .s                { color: var(--cream); border-color: rgba(245,240,232,.45); background: rgba(0,0,0,.35); }
.card .size-row .s:hover          { background: var(--gold); color: #111; border-color: var(--gold); }
.section-head .label              { color: var(--gold); border-color: var(--gold); font-weight: 700; }
.section-head .meta               { color: rgba(245,240,232,.82); }

/* Ribbon: lift above the card image so it never clips the halftone */
.card .ribbon{
  top: -10px; left: 12px;
  box-shadow: 0 3px 0 rgba(0,0,0,.6), 0 0 0 1px rgba(0,0,0,.35);
  z-index: 4;
}
.card .ribbon::before{ display: none; }

/* Card inside padding + zone gaps a touch bigger so nothing feels clustered */
.card{ padding: 24px 22px 22px; gap: 18px; }
.card .halftone{ margin-top: 4px; }
.card .product-info{ align-items: flex-start; }
.card .product-info h3{ margin: 0 0 8px; font-size: 22px; }
.card .product-info .cat{ margin-top: 0; }
.card .price-patch{ margin-left: 10px; }
.card .size-row{ gap: 8px; margin-top: 2px; }
.card .add-btn{ margin-top: 4px; }

/* Card title stays above the clickable overlay (stops it feeling "floaty") */
.card .card-link{ z-index: 1; }
.card .ribbon,
.card .halftone,
.card .product-info,
.card .size-row,
.card .add-btn   { position: relative; z-index: 3; }

/* Nav spacing: more breathing room between brand / menu / right */
nav.top{ padding: 16px 32px; gap: 24px; }
nav.top ul{ gap: 28px; }
nav.top .brand{ margin-right: 14px; }
nav.top .nav-right{ gap: 16px; margin-left: auto; }
nav.top a{ opacity: .92; }
nav.top a:hover{ opacity: 1; color: var(--gold); }

/* PDP: bolder title, clearer option labels */
.pdp-title            { color: var(--cream); text-shadow: 0 2px 0 rgba(0,0,0,.5); }
.pdp-info .cat        { color: rgba(245,240,232,.82); font-weight: 500; }
.pdp-opt > label      { color: var(--cream); font-weight: 700; }
.opt-swatch span      { color: var(--cream); border-color: rgba(245,240,232,.45); }
.pdp-desc             { color: rgba(245,240,232,.86); font-size: 17px; }

/* Ticker and kicker: more contrast */
.hero .kicker         { color: var(--gold); opacity: 1; }
.ticker em            { color: var(--gold); }
.ticker               { color: var(--cream); }

/* Footer: readable line */
footer                { color: rgba(245,240,232,.72); line-height: 1.75; }

/* Tagline under logo: clear, not floaty */
.tagline              { color: var(--cream); opacity: 1; margin-top: 22px; }

/* ==========================================================================
   PDP color swatches (thumbnail per colorway, click to swap main image)
   ========================================================================== */
.pdp-color-swatches{
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px;
  padding-top: 14px; border-top: 1px dashed rgba(245,240,232,.18);
}
.pdp-color{
  position: relative;
  width: 76px; height: 76px; padding: 0;
  border: 2px solid rgba(245,240,232,.28);
  background: #0c0c0c; border-radius: 4px;
  overflow: hidden; cursor: pointer;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.pdp-color img{
  width: 100%; height: 100%; display: block; object-fit: cover;
}
.pdp-color .swatch-fallback{
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  font-family: "Russo One", sans-serif; font-size: 10px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--cream); padding: 4px;
}
.pdp-color:hover{
  border-color: rgba(245,240,232,.7);
  transform: translateY(-2px);
}
.pdp-color.active{
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold), 0 6px 0 rgba(0,0,0,.6);
}
.pdp-color.active::after{
  content: ''; position: absolute; inset: 0;
  border: 2px solid var(--gold); pointer-events: none; border-radius: 2px;
}
@media (max-width: 600px){
  .pdp-color{ width: 60px; height: 60px; }
}

/* ==========================================================================
   TESTIMONIALS "From the Terraces" rotating marquee
   ========================================================================== */
.voices{
  position: relative;
  padding: var(--space-xxl) 0 var(--space-xl);
  border-top: 1px dashed rgba(245,240,232,.18);
  border-bottom: 1px dashed rgba(245,240,232,.18);
  background:
    radial-gradient(ellipse at 20% 0%, rgba(255,223,0,.05) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(139,0,0,.08) 0%, transparent 55%),
    #0c0c0c;
  overflow: hidden;
}
.voices-head{
  max-width: 1320px; margin: 0 auto var(--space-lg);
  padding: 0 var(--page-pad-desktop);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  text-align: center;
}
.voices-head .label{
  font-family: "Russo One", sans-serif;
  font-size: 11px; letter-spacing: .35em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--gold);
  padding: 6px 14px; border-radius: 2px;
}
.voices-head .meta{
  margin: 0; color: rgba(245,240,232,.82); max-width: 460px;
  font-family: "Barlow Condensed", sans-serif; font-size: 15px; line-height: 1.45;
}

.voices-marquee{
  position: relative;
  width: 100%; overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.voices-track{
  display: flex; gap: 22px;
  padding: 18px 0;
  animation: voicesScroll 52s linear infinite;
  will-change: transform;
  width: max-content;
}
.voices-marquee:hover .voices-track,
.voices-marquee:focus-within .voices-track{ animation-play-state: paused; }

@keyframes voicesScroll{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.voice{
  flex: 0 0 340px;
  background: #1a1613;
  border: 2px solid #2a231d;
  border-radius: var(--radius);
  padding: 22px 22px 20px;
  margin: 0;
  position: relative;
  color: var(--cream);
  box-shadow: 0 4px 0 rgba(0,0,0,.55);
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='7'><g transform='rotate(45 3.5 3.5)'><line x1='0' y1='1' x2='7' y2='1' stroke='rgba(255,240,220,.04)' stroke-width='1'/><line x1='0' y1='3' x2='7' y2='3' stroke='rgba(0,0,0,.4)' stroke-width='1'/></g></svg>");
  background-size: 7px 7px;
  background-blend-mode: normal, soft-light;
}
.voice::after{
  content: '';
  position: absolute; inset: 8px;
  border: 2px dashed rgba(245,240,232,.14);
  border-radius: 4px;
  pointer-events: none;
}
.voice blockquote{
  margin: 0 0 16px; padding: 0 0 0 26px;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px; line-height: 1.5; color: rgba(245,240,232,.92);
  min-height: 88px;
}
.voice blockquote::before{
  content: '"';
  position: absolute; left: 0; top: -12px;
  font-family: "Russo One", sans-serif;
  font-size: 48px; line-height: 1; color: var(--gold);
  text-shadow: 0 2px 0 #000;
}
.voice figcaption{
  display: flex; flex-wrap: wrap; align-items: baseline;
  gap: 8px; padding-top: 12px;
  border-top: 1px dashed rgba(245,240,232,.18);
  font-family: "Russo One", sans-serif;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
}
.voice .voice-name{ color: var(--cream); }
.voice .voice-where{
  color: rgba(245,240,232,.55);
  padding-left: 8px; border-left: 1px dashed rgba(245,240,232,.25);
}
.voice .stars{
  margin-left: auto;
  color: var(--gold); letter-spacing: .1em;
  text-shadow: 0 2px 0 #000;
  font-family: "Barlow Condensed", sans-serif; font-size: 14px;
}

@media (max-width: 760px){
  .voices{ padding: var(--space-xl) 0 var(--space-lg); }
  .voices-head{ padding: 0 var(--page-pad-mobile); }
  .voice{ flex-basis: 280px; padding: 18px 18px 16px; }
  .voice blockquote{ font-size: 15px; min-height: 78px; }
  .voices-track{ animation-duration: 42s; }
}
@media (prefers-reduced-motion: reduce){
  .voices-track{ animation: none; transform: none; }
  .voices-marquee{ overflow-x: auto; }
}
