/** Shopify CDN: Minification failed

Line 7:0 Unexpected bad string token
Line 7:145 Unterminated string token

**/
"/* ═══════════════════════════════════════════════
   GIMS STORE — theme.css v3
   Clash Display (titles) · DM Sans (body)
   Liquid Gold · Mobile-first · Full animations
   ═══════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --k:    #060504;
  --k2:   #0d0b08;
  --k3:   #161310;
  --k4:   #1e1a14;
  --g0:   #3d2c0a;
  --g1:   #7a5718;
  --g2:   #b8872a;
  --g3:   #d4a43f;
  --g4:   #efc34e;
  --g5:   #f8df80;
  --g6:   #fff3b8;
  --cream:#f5ead6;
  --muted:rgba(245,234,214,.52);
  --dim:  rgba(245,234,214,.22);
  --slate:#1e1a14;
  --ink:  #6e6555;
  --red:  #c0392b;

  /* Fonts */
  --cd:  'Clash Display', sans-serif;
  --sg:  'Space Grotesk', sans-serif;
  --dm:  'DM Sans', sans-serif;

  /* Semantic aliases (were missing — caused sticky-bar overlap & transparent surfaces) */
  --bg:      #060504;
  --bg2:     #0d0b08;
  --bg3:     #161310;
  --surface: #1e1a14;
  --text:    #f5ead6;
  --text2:   #6e6555;
  --border:  rgba(245,234,214,.1);

  /* Easing */
  --ease: cubic-bezier(.16,1,.3,1);
  --snap: cubic-bezier(.4,0,.2,1);
  --t: .26s;
  --t2: .48s;
}

html { scroll-behavior: smooth; font-size: 16px; width: 100%; overflow-x: hidden; }

body {
  background: var(--k);
  color: var(--cream);
  font-family: var(--dm);
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
  width: 100%;
  min-width: 0;
  -webkit-font-smoothing: antialiased;
}

#main { width: 100%; overflow-x: hidden; }

/* ── CANVAS ── */
#gc {
  position: fixed; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none; z-index: 0; opacity: .15;
}

/* ── GOLD SHIMMER TEXT ── */
.gold {
  background: linear-gradient(120deg,
    var(--g1) 0%, var(--g3) 20%,
    var(--g6) 44%, var(--g4) 56%,
    var(--g3) 76%, var(--g1) 100%);
  background-size: 260% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gShimmer 5s linear infinite;
}
@keyframes gShimmer { to { background-position: 260% center; } }

/* ── DIVIDER ── */
.divider {
  height: 1px; position: relative; z-index: 1;
  background: linear-gradient(90deg,
    transparent 0%, var(--g1) 18%, var(--g4) 42%,
    var(--g5) 50%, var(--g4) 58%, var(--g1) 82%, transparent 100%);
  opacity: .42;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--sg); font-weight: 600;
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none; border: none; cursor: pointer;
  padding: 14px 36px; position: relative; overflow: hidden;
  transition: transform var(--t) var(--ease), box-shadow var(--t);
  white-space: nowrap; outline: none;
}
.btn:focus-visible { outline: 2px solid var(--g4); outline-offset: 3px; }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); }

.btn--g {
  background: linear-gradient(130deg, var(--g1) 0%, var(--g3) 30%, var(--g5) 55%, var(--g4) 70%, var(--g1) 100%);
  background-size: 240% auto;
  color: var(--k);
  transition: background-position .44s var(--ease), transform var(--t) var(--ease), box-shadow var(--t);
  box-shadow: 0 4px 24px rgba(212,164,63,.0);
}
.btn--g:hover { background-position: right center; box-shadow: 0 8px 32px rgba(212,164,63,.28); }
.btn--g::after {
  content: ''; position: absolute;
  top: -60%; left: -75%; width: 32%; height: 220%;
  background: rgba(255,255,255,.16); transform: skewX(-20deg);
  transition: left .5s var(--ease);
}
.btn--g:hover::after { left: 130%; }

.btn--o {
  background: transparent; color: var(--g4);
  border: 1px solid rgba(212,164,63,.38);
  transition: border-color var(--t), color var(--t), background var(--t), transform var(--t) var(--ease);
}
.btn--o:hover { border-color: var(--g5); color: var(--g5); background: rgba(212,164,63,.05); }

.btn--gh {
  background: transparent; color: var(--cream);
  border: 1px solid rgba(245,234,214,.18);
}
.btn--gh:hover { border-color: rgba(245,234,214,.45); }

.btn--w { display: flex; width: 100%; }
.btn--sm { padding: 9px 22px; font-size: 10px; }
.btn--lg { padding: 18px 52px; font-size: 12px; }

/* ── ANNOUNCEMENT BAR ── */
.ann {
  position: relative; z-index: 20; overflow: hidden; padding: 9px 0;
  background: linear-gradient(90deg, var(--g0) 0%, var(--g3) 18%, var(--g5) 40%, var(--g6) 50%, var(--g5) 60%, var(--g3) 82%, var(--g0) 100%);
  background-size: 200% 100%;
  animation: annFlow 7s linear infinite;
}
@keyframes annFlow { to { background-position: 200% 0; } }
.ann__tr {
  display: inline-flex; white-space: nowrap;
  animation: annScroll 34s linear infinite;
  color: var(--k); font-family: var(--sg);
  font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
}
.ann__tr span { padding: 0 28px; }
.ann__tr .d { padding: 0 6px; opacity: .35; }
@keyframes annScroll { to { transform: translateX(-50%); } }

/* ── HEADER ── */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 62px;
  background: rgba(6,5,4,.9); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212,164,63,.1);
  transition: height var(--t) var(--ease), border-color var(--t), background var(--t);
}
.hdr.slim { height: 50px; border-color: rgba(212,164,63,.2); }
.hdr__logo {
  font-family: var(--cd); font-weight: 700; font-size: 22px;
  letter-spacing: .08em; text-transform: uppercase; text-decoration: none;
  transition: opacity var(--t);
}
.hdr__logo:hover { opacity: .75; }
.hdr__logo img { height: 34px; width: auto; display: block; }
@media (max-width: 1080px) { .hdr__logo { margin-right: auto; } }

.hdr__nav {
  position: absolute; left: 50%; transform: translateX(-50%);
  display: flex; gap: 32px; align-items: center;
}
.hdr__nav a {
  font-family: var(--sg); font-size: 11px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(245,234,214,.55); text-decoration: none;
  transition: color var(--t); position: relative; padding-bottom: 2px;
}
.hdr__nav a::after {
  content: ''; position: absolute; bottom: -3px; left: 0; right: 100%;
  height: 1px; background: var(--g4); transition: right .3s var(--ease);
}
.hdr__nav a:hover, .hdr__nav a.active { color: var(--g5); }
.hdr__nav a:hover::after, .hdr__nav a.active::after { right: 0; }

.hdr__act { display: flex; gap: 14px; align-items: center; }
.hbtn {
  background: none; border: none; color: rgba(245,234,214,.65);
  cursor: pointer; padding: 4px; display: flex; align-items: center;
  text-decoration: none; transition: color var(--t), transform var(--t);
}
.hbtn:hover { color: var(--g5); transform: scale(1.1); }

/* ── DARK/LIGHT TOGGLE ── */
.theme-toggle {
  background: none; border: 1px solid rgba(212,164,63,.2);
  color: rgba(245,234,214,.65);
  cursor: pointer; padding: 6px;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  transition: color var(--t), transform var(--t), border-color var(--t), background var(--t);
}
.theme-toggle:hover { color: var(--g5); transform: scale(1.1); border-color: var(--g4); background: rgba(212,164,63,.06); }
/* Icon toggling: dark mode = show moon, light mode = show sun */
.icon-sun { display: none; }
.icon-moon { display: block; }
body.light .icon-sun { display: block; }
body.light .icon-moon { display: none; }
body.light .theme-toggle { color: var(--g1); border-color: rgba(122,87,24,.25); }
body.light .theme-toggle:hover { color: var(--g0); border-color: var(--g2); background: rgba(212,164,63,.08); }
.crt { position: relative; }
.cbadge {
  position: absolute; top: -5px; right: -7px;
  background: var(--g5); color: var(--k);
  font-family: var(--sg); font-size: 9px; font-weight: 700;
  width: 15px; height: 15px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s var(--ease);
}
.cbadge.pop { animation: badgePop .32s var(--ease); }
@keyframes badgePop {
  0% { transform: scale(1); }
  50% { transform: scale(1.5); }
  100% { transform: scale(1); }
}
.hmenu { display: none; background: none; border: none; color: rgba(245,234,214,.65); cursor: pointer; padding: 4px; }

/* ── PAGE OFFSET ── */
.pt { height: 62px; } /* header only, no announcement bar */

/* ── MOBILE NAV ── */
.mob-nav {
  position: fixed; inset: 0; z-index: 400;
  background: rgba(6,5,4,.97);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 28px;
  transform: translateX(-100%); transition: transform .38s var(--ease);
}
.mob-nav.open { transform: translateX(0); }
.mob-nav a {
  font-family: var(--cd); font-size: clamp(32px, 8vw, 52px); font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  text-decoration: none; color: var(--cream); transition: color var(--t);
  position: relative;
}
.mob-nav a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 100%;
  height: 2px; background: var(--g4); transition: right .3s var(--ease);
}
.mob-nav a:hover { color: var(--g5); }
.mob-nav a:hover::after { right: 0; }
.mob-nav__x {
  position: absolute; top: 20px; right: 22px;
  background: none; border: none; color: var(--g3); cursor: pointer; opacity: .7; transition: opacity var(--t);
}
.mob-nav__x:hover { opacity: 1; }

/* ── HERO ── */
.hero {
  position: relative; height: 100vh; min-height: 660px;
  overflow: hidden; display: flex; align-items: flex-end; z-index: 1;
  width: 100vw; margin-left: 50%; transform: translateX(-50%);
}
.hero__bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 30%, #281c05 0%, #0d0b08 52%, #060504 100%);
}
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: .42;
  transition: opacity 1.2s var(--ease);
}
.hero__img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
  z-index: 1;
}
.hero__ol {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(6,5,4,1) 0%, rgba(6,5,4,.62) 28%,
    rgba(6,5,4,.08) 65%, transparent 100%);
}
.hero__drip { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero__drip i {
  position: absolute; top: -10%; width: 1px;
  background: linear-gradient(to bottom, transparent, var(--g3), transparent);
  animation: dripFall linear infinite; opacity: 0;
}
@keyframes dripFall {
  0%   { opacity: 0; transform: translateY(-5%); }
  12%  { opacity: 1; }
  88%  { opacity: 1; }
  100% { opacity: 0; transform: translateY(130vh); }
}
.hero__cnt {
  position: relative; z-index: 5;
  padding: 0 56px 88px; max-width: 840px;
  width: 100%;
}
.hero__eye {
  font-family: var(--sg); font-size: 10px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--g4); margin-bottom: 18px; display: block; opacity: .88;
}
.hero__ttl {
  font-family: var(--cd); font-weight: 700;
  font-size: clamp(60px, 10.5vw, 118px);
  line-height: .94; letter-spacing: -.01em;
  text-transform: uppercase; margin-bottom: 24px;
}
.hero__sub {
  font-family: var(--dm); font-size: 15px; font-weight: 300;
  color: var(--muted); margin-bottom: 44px; line-height: 1.6;
}
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── SECTION WRAPPER ── */
.sw { position: relative; z-index: 1; }

/* ── SECTION HEADER ── */
.sh { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 44px; gap: 20px; }
.sh__t {
  font-family: var(--cd); font-weight: 700;
  font-size: clamp(40px, 5.5vw, 72px);
  letter-spacing: -.01em; text-transform: uppercase; line-height: 1;
}
.sh__lk {
  font-family: var(--sg); font-size: 10px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--g4); text-decoration: none; flex-shrink: 0;
  border-bottom: 1px solid rgba(212,164,63,.28); padding-bottom: 2px;
  transition: color var(--t), border-color var(--t);
}
.sh__lk:hover { color: var(--g5); border-color: var(--g5); }

/* ── PRODUCTS SECTION ── */
.prods { padding: 80px 48px; background: linear-gradient(180deg, var(--k) 0%, var(--k2) 100%); }
.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ── PRODUCT CARD ── */
.pc {
  display: block; text-decoration: none; color: inherit;
  background: var(--slate); position: relative; overflow: hidden;
  transition: transform .4s var(--ease);
  will-change: transform;
}
.pc::after {
  content: ''; position: absolute; inset: 0;
  border: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
  pointer-events: none; z-index: 5;
}
.pc:hover { transform: translateY(-8px); }
.pc:hover::after {
  border-color: var(--g3);
  box-shadow: inset 0 0 26px rgba(212,164,63,.08), 0 12px 44px rgba(212,164,63,.15);
}
.pc__img-wrap { position: relative; width: 100%; padding-bottom: 100%; overflow: hidden; background: #120f09; }
.pc__img-wrap::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 48%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,230,120,.1), transparent);
  transition: left .58s var(--ease); z-index: 3; pointer-events: none;
}
.pc:hover .pc__img-wrap::before { left: 165%; }
.pc__img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .55s var(--ease);
}
.pc:hover .pc__img { transform: scale(1.065); }
.pc__ov {
  position: absolute; inset: 0; background: rgba(6,5,4,.5);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .28s; z-index: 4;
}
.pc:hover .pc__ov { opacity: 1; }
.pc__badge {
  position: absolute; top: 13px; left: 13px; z-index: 6;
  font-family: var(--sg); font-size: 9px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; padding: 4px 11px;
}
.pc__badge--x { background: linear-gradient(130deg, var(--g1), var(--g5)); color: var(--k); }
.pc__badge--s { background: rgba(20,18,12,.9); border: 1px solid var(--k4); color: var(--ink); }
.pc__info { padding: 18px 18px 22px; position: relative; }
.pc__info::before {
  content: ''; display: block; height: 1px; margin-bottom: 14px;
  background: linear-gradient(90deg, var(--g1), var(--g3) 60%, transparent); opacity: .4;
}
.pc__n {
  font-family: var(--sg); font-size: 13px; font-weight: 600;
  letter-spacing: .02em; margin-bottom: 6px; color: var(--cream); line-height: 1.3;
}
.pc__p { font-family: var(--dm); font-size: 15px; font-weight: 400; color: var(--g5); }
.pc__p--s { color: var(--ink); text-decoration: line-through; }

/* ── FEAT BANNER ── */
.fb {
  position: relative; height: 520px; overflow: hidden;
  display: flex; align-items: center; z-index: 1;
}
.fb__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.fb__ol {
  position: absolute; inset: 0;
  background: linear-gradient(108deg, rgba(6,5,4,.96) 0%, rgba(14,12,9,.64) 44%, rgba(14,12,9,.04) 100%);
}
.fb::after {
  content: '';
  position: absolute; bottom: -26px; left: -10%; right: -10%; height: 120px;
  background: radial-gradient(ellipse at 50% 100%, rgba(212,164,63,.34) 0%, rgba(122,87,24,.12) 52%, transparent 72%);
  animation: melt 5s ease-in-out infinite alternate; pointer-events: none;
}
@keyframes melt {
  from { transform: scaleX(.92) scaleY(.84); opacity: .58; }
  to   { transform: scaleX(1.07) scaleY(1.16); opacity: 1; }
}
.fb__cnt { position: relative; z-index: 2; padding: 0 80px; max-width: 620px; }
.fb__lbl {
  font-family: var(--sg); font-size: 10px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--g4); margin-bottom: 12px; display: block; opacity: .85;
}
.fb__ttl {
  font-family: var(--cd); font-weight: 700;
  font-size: clamp(50px, 6.5vw, 88px);
  line-height: .92; letter-spacing: -.01em; text-transform: uppercase; margin-bottom: 18px;
}
.fb__desc {
  font-family: var(--dm); font-size: 15px; font-weight: 300;
  line-height: 1.8; color: var(--muted); margin-bottom: 34px;
}

/* ── STATS ── */
.stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(212,164,63,.1); }
.stat { padding: 48px 32px; background: var(--k2); text-align: center; }
.stat__n {
  font-family: var(--cd); font-weight: 700; font-size: 66px;
  letter-spacing: -.02em; line-height: 1; margin-bottom: 9px; display: block;
}
.stat__l {
  font-family: var(--dm); font-size: 12px; font-weight: 400;
  letter-spacing: .08em; text-transform: uppercase; color: var(--g3);
}

/* ── TICKETS BANNER ── */
.tix { display: block; position: relative; z-index: 1; overflow: hidden; transition: opacity var(--t); }
.tix:hover { opacity: .88; }
.tix img { width: 100%; display: block; }
.tix::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; z-index: 2; background: linear-gradient(90deg, transparent, var(--g5), transparent); }
.tix::after  { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; z-index: 2; background: linear-gradient(90deg, transparent, var(--g5), transparent); }

/* ── TOUR PAGE ── */
.tour-page { position: relative; z-index: 1; padding: 108px 48px 80px; }
.tour-hero { margin-bottom: 64px; }
.tour-hero__ttl {
  font-family: var(--cd); font-weight: 700;
  font-size: clamp(52px, 9vw, 108px);
  letter-spacing: -.02em; text-transform: uppercase; line-height: .92;
  margin-bottom: 20px;
}
.tour-hero__sub { font-family: var(--dm); font-size: 16px; font-weight: 300; color: var(--muted); max-width: 600px; line-height: 1.7; }

/* Tour tabs */
.tour-tabs { display: flex; gap: 0; margin-bottom: 48px; border-bottom: 1px solid rgba(212,164,63,.18); }
.ttab {
  font-family: var(--sg); font-size: 11px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  background: none; border: none; color: var(--ink); cursor: pointer;
  padding: 14px 28px; position: relative; transition: color var(--t);
}
.ttab::after {
  content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px;
  background: var(--g4); transform: scaleX(0); transition: transform .28s var(--ease);
}
.ttab.active { color: var(--g5); }
.ttab.active::after { transform: scaleX(1); }

/* Tour table */
.tour-panel { display: none; }
.tour-panel.on { display: block; animation: panelIn .38s var(--ease); }
@keyframes panelIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.tour-row {
  display: grid; grid-template-columns: 100px 1fr auto;
  gap: 20px; align-items: center;
  padding: 20px 0; border-bottom: 1px solid rgba(212,164,63,.07);
  transition: background var(--t), padding var(--t);
  border-radius: 4px;
}
.tour-row:hover { background: rgba(212,164,63,.04); padding: 20px 12px; }
.tour-date { font-family: var(--cd); font-size: 16px; font-weight: 600; color: var(--g4); white-space: nowrap; }
.tour-place { }
.tour-city { font-family: var(--sg); font-size: 14px; font-weight: 600; color: var(--cream); margin-bottom: 3px; }
.tour-venue { font-family: var(--dm); font-size: 13px; font-weight: 300; color: var(--ink); }

/* ── VIDEO GRID ── */
.videos-page { position: relative; z-index: 1; padding: 108px 48px 80px; }
.vgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.vcard {
  position: relative; border-radius: 4px; overflow: hidden;
  background: var(--slate); cursor: pointer;
  transition: transform .38s var(--ease), box-shadow .38s;
}
.vcard:hover { transform: translateY(-6px) scale(1.01); box-shadow: 0 16px 52px rgba(0,0,0,.5), 0 0 0 1px rgba(212,164,63,.2); }
.vcard__thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.vcard__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease), filter .5s; }
.vcard:hover .vcard__thumb img { transform: scale(1.06); filter: brightness(.7); }
.vcard__play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .28s;
}
.vcard:hover .vcard__play { opacity: 1; }
.vcard__play-btn {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(212,164,63,.92);
  display: flex; align-items: center; justify-content: center;
  transition: transform .22s var(--ease), background .22s;
}
.vcard:hover .vcard__play-btn { transform: scale(1.12); background: var(--g5); }
.vcard__info { padding: 16px 18px 20px; }
.vcard__ttl { font-family: var(--sg); font-size: 14px; font-weight: 600; color: var(--cream); margin-bottom: 4px; }
.vcard__meta { font-family: var(--dm); font-size: 12px; font-weight: 300; color: var(--ink); }

/* Video modal */
.vmodal {
  position: fixed; inset: 0; z-index: 600;
  background: rgba(6,5,4,.92); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px; opacity: 0; pointer-events: none;
  transition: opacity .32s;
}
.vmodal.open { opacity: 1; pointer-events: all; }
.vmodal__inner { position: relative; width: 100%; max-width: 880px; }
.vmodal__frame { position: relative; padding-bottom: 56.25%; height: 0; }
.vmodal__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.vmodal__x {
  position: absolute; top: -42px; right: 0;
  background: none; border: none; color: var(--cream); cursor: pointer;
  font-family: var(--sg); font-size: 11px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; opacity: .7; transition: opacity var(--t);
  display: flex; align-items: center; gap: 8px;
}
.vmodal__x:hover { opacity: 1; }

/* ── LOYALTY PAGE ── */
.loyalty-page { position: relative; z-index: 1; padding: 108px 48px 80px; }
.loyalty-hero { text-align: center; margin-bottom: 72px; }
.loyalty-hero__ttl {
  font-family: var(--cd); font-weight: 700;
  font-size: clamp(48px, 8vw, 96px);
  letter-spacing: -.01em; text-transform: uppercase; line-height: .94;
  margin-bottom: 16px;
}
.loyalty-hero__sub {
  font-family: var(--dm); font-size: 16px; font-weight: 300;
  color: var(--muted); max-width: 560px; margin: 0 auto 40px; line-height: 1.7;
}

/* Tier cards */
.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 72px; }
.tier-card {
  padding: 32px 24px; background: var(--slate); border: 1px solid rgba(212,164,63,.1);
  position: relative; overflow: hidden;
  transition: transform .36s var(--ease), box-shadow .36s, border-color .36s;
}
.tier-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,.3); }
.tier-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--bar-col, var(--g3));
}
.tier-card.bronze { --bar-col: #cd7f32; }
.tier-card.bronze:hover { border-color: rgba(205,127,50,.35); box-shadow: 0 12px 40px rgba(205,127,50,.15); }
.tier-card.silver { --bar-col: #c0c0c0; }
.tier-card.silver:hover { border-color: rgba(192,192,192,.35); box-shadow: 0 12px 40px rgba(192,192,192,.12); }
.tier-card.gold { --bar-col: var(--g4); }
.tier-card.gold:hover { border-color: rgba(239,195,78,.35); box-shadow: 0 12px 40px rgba(212,164,63,.18); }
.tier-card.diamond { --bar-col: #b9f2ff; }
.tier-card.diamond:hover { border-color: rgba(185,242,255,.35); box-shadow: 0 12px 40px rgba(185,242,255,.14); }

.tier-icon { font-size: 32px; margin-bottom: 14px; display: block; }
.tier-name {
  font-family: var(--cd); font-size: 22px; font-weight: 700;
  letter-spacing: .02em; text-transform: uppercase; margin-bottom: 6px;
  color: var(--bar-col);
}
.tier-req {
  font-family: var(--sg); font-size: 10px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin-bottom: 20px;
}
.tier-perks { list-style: none; }
.tier-perks li {
  font-family: var(--dm); font-size: 13px; font-weight: 300; color: var(--muted);
  padding: 6px 0; border-bottom: 1px solid rgba(245,234,214,.06);
  display: flex; align-items: flex-start; gap: 8px; line-height: 1.4;
}
.tier-perks li::before { content: '✦'; color: var(--bar-col); font-size: 8px; flex-shrink: 0; margin-top: 4px; }

/* My loyalty status (logged in) */
.loyalty-status {
  background: var(--k3); border: 1px solid rgba(212,164,63,.16);
  padding: 36px 40px; margin-bottom: 56px;
  position: relative; overflow: hidden;
}
.loyalty-status::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--g1), var(--g4), var(--g5));
}
.loyalty-status__ttl {
  font-family: var(--sg); font-size: 10px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--g4); margin-bottom: 16px;
}
.loyalty-status__tier { font-family: var(--cd); font-weight: 700; font-size: 42px; letter-spacing: -.01em; text-transform: uppercase; }
.loyalty-status__meta { font-family: var(--dm); font-size: 14px; font-weight: 300; color: var(--ink); margin-top: 6px; }

/* Progress bar */
.loyalty-bar { height: 4px; background: rgba(245,234,214,.1); border-radius: 2px; margin: 20px 0 8px; overflow: hidden; }
.loyalty-bar__fill { height: 100%; border-radius: 2px; transition: width 1s var(--ease); background: linear-gradient(90deg, var(--g1), var(--g4), var(--g5)); }
.loyalty-bar__labels { display: flex; justify-content: space-between; font-family: var(--dm); font-size: 11px; font-weight: 300; color: var(--ink); }

/* How it works */
.how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 64px; }
.how-step { padding: 32px 28px; background: var(--slate); border: 1px solid rgba(212,164,63,.08); position: relative; overflow: hidden; transition: border-color var(--t), transform .36s var(--ease); }
.how-step:hover { border-color: rgba(212,164,63,.22); transform: translateY(-4px); }
.how-step__num {
  font-family: var(--cd); font-size: 64px; font-weight: 700;
  letter-spacing: -.02em; line-height: 1;
  position: absolute; top: 16px; right: 20px;
  opacity: .06; color: var(--g5);
  transition: opacity var(--t);
}
.how-step:hover .how-step__num { opacity: .12; }
.how-step__ttl { font-family: var(--sg); font-size: 14px; font-weight: 600; color: var(--cream); margin-bottom: 8px; }
.how-step__txt { font-family: var(--dm); font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.65; }

/* ── NEWS SECTION ── */
.news-section { padding: 80px 48px; position: relative; z-index: 1; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card {
  background: var(--slate); border: 1px solid rgba(212,164,63,.08);
  padding: 28px; position: relative; overflow: hidden;
  transition: border-color .3s, transform .36s var(--ease), box-shadow .3s;
}
.news-card:hover { border-color: rgba(212,164,63,.22); transform: translateY(-5px); box-shadow: 0 10px 36px rgba(0,0,0,.28); }
.news-card__date {
  font-family: var(--sg); font-size: 10px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--g4); margin-bottom: 10px;
}
.news-card__ttl {
  font-family: var(--sg); font-size: 16px; font-weight: 600; color: var(--cream); margin-bottom: 10px; line-height: 1.3;
}
.news-card__txt { font-family: var(--dm); font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.65; }

/* ── NEWSLETTER ── */
.nl { position: relative; z-index: 1; padding: 100px 48px; text-align: center; overflow: hidden; }
.nl::before {
  content: '';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 700px; height: 460px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(212,164,63,.06) 0%, transparent 70%);
  pointer-events: none;
}
.nl__eye {
  font-family: var(--sg); font-size: 10px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--g4); margin-bottom: 12px; display: block; opacity: .8;
}
.nl__ttl {
  font-family: var(--cd); font-weight: 700;
  font-size: clamp(36px, 5vw, 64px); letter-spacing: -.01em;
  text-transform: uppercase; margin-bottom: 10px;
}
.nl__sub { font-family: var(--dm); font-size: 15px; font-weight: 300; color: var(--ink); margin-bottom: 40px; }
.nl__form { display: flex; max-width: 520px; margin: 0 auto; border: 1px solid rgba(212,164,63,.22); }
.nl__inp {
  flex: 1; background: rgba(212,164,63,.04); border: none; color: var(--cream);
  font-family: var(--dm); font-size: 15px; font-weight: 300;
  padding: 15px 20px; outline: none; transition: background var(--t);
}
.nl__inp:focus { background: rgba(212,164,63,.07); }
.nl__inp::placeholder { color: var(--ink); }
.nl__btn {
  background: linear-gradient(135deg, var(--g1), var(--g3), var(--g5));
  color: var(--k); font-family: var(--sg); font-size: 10px; font-weight: 700;
  letter-spacing: .12em; padding: 15px 24px; border: none; cursor: pointer;
  text-transform: uppercase; white-space: nowrap; transition: opacity var(--t);
}
.nl__btn:hover { opacity: .82; }

/* ── FOOTER ── */
.ft {
  position: relative; z-index: 1; background: #030201;
  padding: 72px 48px 44px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent, var(--g2), var(--g4), var(--g2), transparent) 1;
}
.ft__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 56px; }
.ft__logo {
  font-family: var(--cd); font-weight: 700; font-size: 26px;
  letter-spacing: .1em; text-transform: uppercase; display: block; margin-bottom: 14px;
}
.ft__tag { font-family: var(--dm); font-size: 13px; font-weight: 300; line-height: 2; color: var(--ink); }
.ft__col h4 {
  font-family: var(--sg); font-size: 9px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--g4); margin-bottom: 20px;
}
.ft__links { list-style: none; }
.ft__links li { margin-bottom: 10px; }
.ft__links a {
  font-family: var(--dm); font-size: 13px; font-weight: 300;
  color: var(--ink); text-decoration: none; transition: color var(--t);
  position: relative; display: inline-block;
}
.ft__links a:hover { color: var(--g5); }
.ft__bot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 24px; border-top: 1px solid rgba(212,164,63,.1);
  font-family: var(--dm); font-size: 12px; font-weight: 300; color: var(--ink);
}
.ft__bot a { color: var(--ink); text-decoration: none; }
.ft__bot a:hover { color: var(--g4); }

/* ── CART DRAWER ── */
.drawer { position: fixed; inset: 0; z-index: 500; visibility: hidden; pointer-events: none; }
.drawer.open { visibility: visible; pointer-events: all; }
.drawer__bg { position: absolute; inset: 0; background: rgba(6,5,4,.72); opacity: 0; transition: opacity .34s; }
.drawer.open .drawer__bg { opacity: 1; }
.drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: 380px;
  background: var(--k2); border-left: 1px solid rgba(212,164,63,.14);
  display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .38s var(--ease);
}
.drawer.open .drawer__panel { transform: translateX(0); }
.drawer__hd {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; border-bottom: 1px solid rgba(212,164,63,.1);
}
.drawer__ttl { font-family: var(--sg); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--g4); }
.drawer__x { background: none; border: none; color: var(--g3); cursor: pointer; opacity: .7; transition: opacity var(--t); }
.drawer__x:hover { opacity: 1; }
.drawer__bd { flex: 1; overflow-y: auto; padding: 22px 24px; }
.drawer__nil { font-family: var(--dm); font-size: 15px; font-weight: 300; color: var(--ink); text-align: center; margin-top: 56px; }
.drawer__ft { padding: 20px 24px; border-top: 1px solid rgba(212,164,63,.1); }

/* ── COLLECTION PAGE ── */
/* Note: .coll-hdr is styled inline in collection.liquid */
.coll-eye { font-family: var(--sg); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--g4); margin-bottom: 10px; display: block; opacity: .8; }
.coll-ttl { font-family: var(--cd); font-weight: 700; font-size: clamp(56px, 9vw, 108px); letter-spacing: -.02em; text-transform: uppercase; line-height: 1; }
.coll-body { position: relative; z-index: 1; padding: 64px 48px; }

/* ── PRODUCT PAGE ── */
.pp { position: relative; z-index: 1; padding: 80px 48px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.pp__gal { position: sticky; top: 86px; }
.pp__main-wrap { position: relative; width: 100%; padding-bottom: 100%; overflow: hidden; background: #120f09; border: 1px solid rgba(212,164,63,.1); transition: border-color var(--t); }
.pp__main-wrap:hover { border-color: rgba(212,164,63,.28); }
.pp__main { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.pp__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 11px; }
.pp__thumb-wrap { position: relative; width: 100%; padding-bottom: 100%; overflow: hidden; }
.pp__thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; cursor: pointer; border: 1px solid transparent; opacity: .5; transition: opacity var(--t), border-color var(--t); }
.pp__thumb.on, .pp__thumb:hover { opacity: 1; border-color: var(--g3); }
.pp__eye { font-family: var(--sg); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--g4); margin-bottom: 10px; display: block; }
.pp__ttl { font-family: var(--cd); font-weight: 700; font-size: clamp(34px, 4.5vw, 56px); letter-spacing: -.01em; text-transform: uppercase; line-height: .96; margin-bottom: 16px; }
.pp__price { font-family: var(--dm); font-size: 24px; font-weight: 400; color: var(--g5); margin-bottom: 24px; display: block; }
.pp__desc { font-family: var(--dm); font-size: 15px; font-weight: 300; line-height: 1.8; color: var(--muted); margin-bottom: 28px; }
.pp__desc strong { color: var(--cream); font-weight: 500; }
.vlbl { font-family: var(--sg); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--g4); display: block; margin-bottom: 9px; }
.vsel {
  width: 100%; background: var(--slate); border: 1px solid rgba(212,164,63,.2);
  color: var(--cream); font-family: var(--dm); font-size: 15px; font-weight: 300;
  padding: 12px 15px; margin-bottom: 22px; outline: none; cursor: pointer;
  transition: border-color var(--t); appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23d4a43f' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px;
}
.vsel:focus { border-color: var(--g4); }
.pp__acts { display: flex; flex-direction: column; gap: 11px; }
.pp__acts .btn { width: 100%; display: flex; align-items: center; justify-content: center; padding: 16px 36px; box-sizing: border-box; }

/* ── CART PAGE ── */
.cp { position: relative; z-index: 1; padding: 114px 48px 72px; min-height: 80vh; }
.cp__ttl { font-family: var(--cd); font-weight: 700; font-size: clamp(44px, 7vw, 88px); letter-spacing: -.02em; text-transform: uppercase; margin-bottom: 48px; }
.ctbl { width: 100%; border-collapse: collapse; }
.ctbl th { font-family: var(--sg); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--g4); text-align: left; padding-bottom: 14px; border-bottom: 1px solid rgba(212,164,63,.18); }
.ctbl td { padding: 20px 0; border-bottom: 1px solid rgba(212,164,63,.06); vertical-align: middle; font-family: var(--dm); font-size: 14px; }
.ctot { margin-top: 40px; text-align: right; }
.ctot__sum { font-family: var(--sg); font-weight: 700; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; color: var(--g5); margin-bottom: 20px; }
.qbtn { background: none; border: 1px solid rgba(212,164,63,.2); color: var(--cream); width: 27px; height: 32px; cursor: pointer; font-size: 15px; transition: border-color var(--t); }
.qbtn:hover { border-color: var(--g4); }
.qinp { width: 46px; text-align: center; background: var(--slate); border: 1px solid rgba(212,164,63,.2); color: var(--cream); font-family: var(--dm); font-size: 14px; padding: 6px 3px; }

/* ── AUTH PAGES ── */
.auth { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.auth__art { position: relative; overflow: hidden; background: radial-gradient(ellipse at 40% 50%, #261a04 0%, #0d0b08 60%, #060504 100%); }
.auth__art img { width: 100%; height: 100%; object-fit: cover; opacity: .26; position: absolute; inset: 0; }
.auth__art-bd { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 64px 52px; }
.auth__art-ttl { font-family: var(--cd); font-weight: 700; font-size: clamp(52px, 6.5vw, 88px); letter-spacing: -.02em; text-transform: uppercase; line-height: .92; }
.auth__art-sub { font-family: var(--dm); font-size: 14px; font-weight: 300; color: var(--ink); margin-top: 14px; }
.auth__form { display: flex; flex-direction: column; justify-content: center; padding: 72px 56px; background: var(--k2); }
.auth__ttl { font-family: var(--cd); font-weight: 700; font-size: 30px; letter-spacing: -.01em; text-transform: uppercase; margin-bottom: 6px; }
.auth__sub { font-family: var(--dm); font-size: 14px; font-weight: 300; color: var(--ink); margin-bottom: 40px; }
.fld { margin-bottom: 18px; }
.fld label { font-family: var(--sg); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--g4); display: block; margin-bottom: 7px; }
.fld input { width: 100%; background: var(--slate); border: 1px solid rgba(212,164,63,.18); color: var(--cream); font-family: var(--dm); font-size: 15px; font-weight: 300; padding: 12px 15px; outline: none; transition: border-color var(--t); }
.fld input:focus { border-color: var(--g4); }
.fld input::placeholder { color: var(--ink); }
.auth__lnk { display: flex; justify-content: space-between; align-items: center; margin: 6px 0 26px; }
.auth__lnk a { font-family: var(--dm); font-size: 13px; font-weight: 300; color: var(--ink); text-decoration: none; transition: color var(--t); }
.auth__lnk a:hover { color: var(--g4); }
.auth__btns { display: flex; flex-direction: column; gap: 11px; }

/* ── ACCOUNT PAGE ── */
.acc { position: relative; z-index: 1; padding: 114px 48px 72px; }
.acc__hd { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; gap: 20px; flex-wrap: wrap; }
.acc__ttl { font-family: var(--cd); font-weight: 700; font-size: clamp(40px, 6vw, 68px); letter-spacing: -.01em; text-transform: uppercase; line-height: 1; }
.acc__stl { font-family: var(--sg); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--g4); margin-bottom: 24px; }

/* ── STATIC PAGE ── */
.pg { position: relative; z-index: 1; padding: 114px 48px 72px; max-width: 820px; margin: 0 auto; }
.pg h1 { font-family: var(--cd); font-weight: 700; font-size: clamp(40px, 6vw, 72px); letter-spacing: -.01em; text-transform: uppercase; margin-bottom: 36px; }
.pg h2 { font-family: var(--sg); font-size: 17px; font-weight: 600; color: var(--g4); margin: 32px 0 12px; }
.pg p { font-family: var(--dm); font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--muted); margin-bottom: 14px; }
.pg a { color: var(--g5); }

/* ── 404 ── */
.e404 { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 88vh; text-align: center; padding: 40px; }
.e404__n { font-family: var(--cd); font-weight: 700; font-size: clamp(100px, 20vw, 240px); letter-spacing: -.04em; line-height: 1; margin-bottom: 6px; }
.e404__m { font-family: var(--sg); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--g4); margin-bottom: 12px; }
.e404__s { font-family: var(--dm); font-size: 15px; font-weight: 300; color: var(--ink); margin-bottom: 40px; }

/* ── SEARCH PAGE ── */
.srch { position: relative; z-index: 1; padding: 114px 48px 72px; }
.srch__ttl { font-family: var(--cd); font-weight: 700; font-size: clamp(44px, 7vw, 92px); letter-spacing: -.02em; text-transform: uppercase; line-height: .96; margin-bottom: 28px; }
.srch__form { display: flex; max-width: 580px; border: 1px solid rgba(212,164,63,.22); margin-bottom: 52px; }
.srch__inp { flex: 1; background: rgba(212,164,63,.04); border: none; color: var(--cream); font-family: var(--dm); font-size: 15px; font-weight: 300; padding: 15px 20px; outline: none; }
.srch__inp::placeholder { color: var(--ink); }
.srch__sub { background: linear-gradient(135deg, var(--g1), var(--g3), var(--g5)); color: var(--k); font-family: var(--sg); font-size: 10px; font-weight: 700; letter-spacing: .12em; padding: 15px 24px; border: none; cursor: pointer; text-transform: uppercase; white-space: nowrap; }

/* ── SCROLL REVEAL ── */
.fu { opacity: 0; transform: translateY(28px); transition: opacity .82s var(--ease), transform .82s var(--ease); }
.fu.vis { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .12s; }
.d2 { transition-delay: .24s; }
.d3 { transition-delay: .36s; }
.d4 { transition-delay: .48s; }

/* ── DISCO EFFECT on hover for special elements ── */
@keyframes shimmerLine {
  0%   { left: -100%; }
  100% { left: 200%; }
}

/* ════════════════════════════════════════════════
   RESPONSIVE — mobile first
   ════════════════════════════════════════════════ */

/* tablet */
@media (max-width: 1080px) {
  .hdr { padding: 0 24px; }
  .hdr__nav { display: none; }
  .hmenu { display: flex; }
  .ft__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .tiers { grid-template-columns: repeat(2, 1fr); }
  .how { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .vgrid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .coll-body { padding: 48px 24px; }
  .prods { padding: 64px 24px; }
  .tour-page, .videos-page, .loyalty-page, .srch, .pg { padding-left: 24px; padding-right: 24px; }
  .auth { grid-template-columns: 1fr; }
  .auth__art { display: none; }
  .auth__form { padding: 110px 28px 64px; justify-content: flex-start; }
  .acc, .cp { padding-left: 24px; padding-right: 24px; }
  .nl { padding: 72px 24px; }
  .ft { padding: 56px 24px 36px; }
  .fb__cnt { padding: 0 36px; }
}

/* mobile */
@media (max-width: 680px) {
  .pt { height: 62px; }
  .pgrid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .hero__cnt { padding: 0 20px 64px; max-width: 100%; box-sizing: border-box; }
  .hero__ctas { flex-direction: column; }
  .hero__ctas .btn { width: 100%; justify-content: center; box-sizing: border-box; }
  .hero__ttl { font-size: 52px; }
  .pp { grid-template-columns: 1fr; gap: 20px; padding: 74px 16px 48px; }
  .pp__gal { position: static; }
  .pp__thumbs { grid-template-columns: repeat(4, 1fr); }
  .fb__cnt { padding: 0 20px; }
  .fb { height: 420px; }
  .tiers { grid-template-columns: 1fr; }
  .how { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .tour-row { grid-template-columns: 80px 1fr; }
  .tour-row > a { display: none; }
  .tour-row { cursor: pointer; }
  .ft__grid { grid-template-columns: 1fr; gap: 28px; }
  .ft__bot { flex-direction: column; gap: 8px; text-align: center; }
  .drawer__panel { width: 100%; }
  .tour-page, .videos-page, .loyalty-page, .srch, .pg { padding-left: 16px; padding-right: 16px; }
  .acc, .cp { padding-left: 16px; padding-right: 16px; }
  .prods { padding: 48px 16px; }
  .coll-body { padding: 24px 16px 56px; }
  .news-section { padding: 48px 16px; }
  .nl { padding: 48px 16px; }
  .ft { padding: 40px 16px 28px; }
  .hdr { padding: 0 16px; }
  .sh__t { font-size: 36px; }
}

@media (max-width: 420px) {
  .pgrid { grid-template-columns: 1fr; }
  .hero__ttl { font-size: 44px; }
  .hero__ctas { flex-direction: column; }
  .hero__ctas .btn { width: 100%; justify-content: center; }
}

/* ── COLLECTION HERO BANNER ── */
.coll-banner {
  position: relative; width: 100vw; margin-left: 50%; transform: translateX(-50%); height: 440px; overflow: hidden;
}
.coll-banner img {
  width: 100%; height: 100%; object-fit: cover; object-position: center center;
  display: block;
}
.coll-banner__mobile { display: none; }
.coll-banner::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(6,5,4,.2) 40%,
    var(--bg) 100%
  );
}
@media (max-width: 680px) {
  .coll-banner { height: 360px; }
  .coll-banner__desktop { display: none; }
  .coll-banner .coll-banner__mobile { display: block; object-position: center top; }
  .coll-banner::after {
    background: linear-gradient(
      to bottom,
      transparent 0%,
      transparent 55%,
      rgba(6,5,4,.4) 75%,
      var(--bg) 100%
    );
  }
}

/* ── VINYL WIDGET ── */
.vinyl-widget {
  position: fixed; bottom: 24px; right: 24px; z-index: 9000;
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  text-decoration: none;
}
.vinyl-disc {
  position: absolute; inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at center,
    #1a1a1a 22%, #111 24%,
    #1e1e1e 26%, #0d0d0d 38%,
    #1a1a1a 40%, #0d0d0d 52%,
    #1a1a1a 54%, #0d0d0d 66%,
    #1a1a1a 68%, #111 80%,
    #222 82%, #1a1a1a 100%
  );
  border: 1.5px solid rgba(245,234,214,.12);
  animation: vinyl-spin 2.5s linear infinite;
  transition: border-color .3s;
}
.vinyl-widget:hover .vinyl-disc { border-color: #1DB954; }
@keyframes vinyl-spin { to { transform: rotate(360deg); } }
.vinyl-spotify {
  position: relative; z-index: 2;
  width: 18px; height: 18px;
  transition: transform .3s;
}
.vinyl-widget:hover .vinyl-spotify { transform: scale(1.15); }
@media (max-width: 680px) {
  .vinyl-widget { bottom: 16px; right: 16px; width: 40px; height: 40px; }
  .vinyl-spotify { width: 15px; height: 15px; }
}

/* ════════════════════════════════════════════════
   LIGHT MODE — body.light overrides
   ════════════════════════════════════════════════ */

body.light {
  --bg:      #f8f5f0;
  --bg2:     #f0ebe3;
  --bg3:     #e8e2d8;
  --surface: #eae4da;
  --text:    #1a1712;
  --text2:   #8a8075;
  --border:  rgba(26,23,18,.1);

  background: var(--bg);
  color: var(--text);
}

/* Header */
body.light .hdr { background: rgba(248,245,240,.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom-color: rgba(26,23,18,.08); }
body.light .hdr__nav a { color: rgba(26,23,18,.55); }
body.light .hdr__nav a:hover, body.light .hdr__nav a.active { color: var(--g1); }
body.light .hdr__nav a::after { background: var(--g2); }
body.light .hbtn { color: rgba(26,23,18,.5); }
body.light .hbtn:hover { color: var(--g1); }
body.light .cbadge { background: var(--g3); color: #fff; }
body.light .hmenu { color: rgba(26,23,18,.5); }
body.light .hdr__burger { color: rgba(26,23,18,.5); }

/* Announcement bar */
body.light .ann { background: var(--g3); }

/* Mobile nav */
body.light .mob-nav { background: #f8f5f0; }
body.light .mob-nav a { color: var(--text); }
body.light .mob-nav a:hover { color: var(--g1); }
body.light .mob-close { color: var(--text); }

/* Hero — stays dark (images are dark) */
body.light .hero { background: #060504; }
body.light .hero__ol {
  background: linear-gradient(to top,
    var(--bg) 0%, rgba(6,5,4,.62) 28%,
    rgba(6,5,4,.08) 65%, transparent 100%);
}

/* Buttons */
body.light .btn--o { border-color: var(--g2); color: var(--g1); }
body.light .btn--o:hover { border-color: var(--g3); color: var(--g0); background: rgba(212,164,63,.06); }

/* Cards */
body.light .pc { background: #fff; }
body.light .pc::after { border-color: transparent; }
body.light .pc:hover::after { border-color: var(--g3); box-shadow: 0 12px 44px rgba(212,164,63,.1); }
body.light .pc__info { border-top-color: var(--border); }
body.light .pc__n { color: var(--text); }
body.light .pc__p { color: var(--g1); }
body.light .pc__img-wrap { background: #f0ebe3; }

/* Featured products (home) */
body.light .fp { background: var(--bg); }
body.light .fp-card { background: #fff; }
body.light .fp-card__info { border-top-color: var(--border); }
body.light .fp-card__name { color: var(--text); }
body.light .fp-card__price { color: var(--g1); }
body.light .fp-card__img { background: #f0ebe3; }

/* Category tiles */
body.light .fp-cat-tile__img { background: #f0ebe3; }
body.light .fp-cat-tile__name { color: #fff; /* stays white on photo overlay */ }

/* Collection page */
body.light .cat-filters { background: #f8f5f0; border-bottom-color: rgba(26,23,18,.08); }
body.light .cat-pill { color: var(--text2); }
body.light .cat-pill:hover { color: var(--g1); }
body.light .cat-pill.active { color: var(--g1); border-bottom-color: var(--g2); }
body.light .coll-hdr__ttl { color: var(--text); }
body.light .coll-banner::after {
  background: linear-gradient(to bottom, transparent 0%, rgba(248,245,240,.3) 40%, #f8f5f0 100%);
}

/* Product page */
body.light .pp__main-wrap { border-color: rgba(26,23,18,.08); background: #f0ebe3; }
body.light .pp__main-wrap:hover { border-color: var(--g3); }
body.light .pp__thumb { border-color: transparent; }
body.light .pp__thumb.on, body.light .pp__thumb:hover { border-color: var(--g2); }
body.light .pp__ttl { color: var(--text); }
body.light .pp__desc { color: var(--text2); }
body.light .pp__desc strong { color: var(--text); }
body.light .vsel { background: #fff; border-color: rgba(26,23,18,.12); color: var(--text); }
body.light .vsel:focus { border-color: var(--g3); }

/* Divider */
body.light .divider { background: linear-gradient(90deg, transparent, var(--g3), transparent); }

/* Footer */
body.light .ft { background: #1a1712; color: var(--cream); }

/* Newsletter */
body.light .nl { background: var(--bg2); }

/* Cart */
body.light .ctbl th { color: var(--g1); border-bottom-color: rgba(26,23,18,.12); }
body.light .ctbl td { border-bottom-color: rgba(26,23,18,.05); color: var(--text); }
body.light .qbtn { border-color: rgba(26,23,18,.15); color: var(--text); }
body.light .qinp { background: #fff; border-color: rgba(26,23,18,.12); color: var(--text); }

/* Section headers */
body.light .sh__t { color: var(--text); }
body.light .sh__sub { color: var(--text2); }
body.light .sh__lk { color: var(--g1); border-color: var(--g2); }

/* Stats */
body.light .stat__val { color: var(--text); }

/* Auth */
body.light .auth__form { background: #fff; }
body.light .fld input { background: #f8f5f0; border-color: rgba(26,23,18,.1); color: var(--text); }

/* Search */
body.light .srch__inp { background: rgba(26,23,18,.03); color: var(--text); }

/* Gold text stays gold in both modes */
body.light .gold {
  background: linear-gradient(135deg, var(--g0) 0%, var(--g2) 40%, var(--g4) 60%, var(--g2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Page title bar override */
body.light .pt { background: transparent; }

/* Loyalty widget in light mode */
body.light .loy-drop { background: #fff; border-color: rgba(26,23,18,.1); }
body.light .loy-drop__tier { color: var(--g1); }
body.light .loy-drop__bar { background: rgba(26,23,18,.08); }
body.light .loy-sheet { background: #fff; }
