@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&family=Barlow+Condensed:wght@400;500;600;700&display=swap');

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

:root {
  --ink:      #09090a;
  --deep:     #0f0f11;
  --panel:    #151517;
  --rail:     #1e1e22;
  --rule:     #28282e;
  --gold:     #c9a84c;
  --gold-dim: #7a6430;
  --gold-glow:rgba(201,168,76,0.12);
  --chalk:    #eae8e2;
  --mist:     #88867d;
  --ghost:    #383840;
  --red:      #c0392b;
  /* Slow, deliberate ease-out — used on the primary interactive elements (CTAs,
     product cards, filters) so hover states feel weighted rather than snappy. */
  --ease-luxury: cubic-bezier(.16,.84,.44,1);
}

html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body {
  font-family: 'Barlow', sans-serif;
  background: var(--ink);
  color: var(--chalk);
  overflow-x: hidden;
  max-width: 100%;
}

/* Carbon weave texture */
body::before {
  content: '';
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    repeating-linear-gradient(45deg,  rgba(255,255,255,0.013) 0, rgba(255,255,255,0.013) 1px, transparent 1px, transparent 8px),
    repeating-linear-gradient(-45deg, rgba(255,255,255,0.009) 0, rgba(255,255,255,0.009) 1px, transparent 1px, transparent 8px);
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 70px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(1.5rem,5vw,4rem);
  background: rgba(9,9,10,0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--rule);
}

.wordmark {
  display: flex; flex-direction: row; align-items: center; gap: 0.6rem;
  text-decoration: none; line-height: 1;
}
.wordmark-top {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.55rem; font-weight: 700;
  letter-spacing: 0.18em; color: var(--chalk);
  line-height: 1;
}
.wordmark-top em { font-style: normal; color: var(--gold); }
.wordmark-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.5rem; font-weight: 500;
  letter-spacing: 0.35em; color: var(--gold-dim);
  text-transform: uppercase; margin-top: 1px;
}
.nav-logo-img { height: 44px; width: auto; display: block; }
.footer-logo-img { height: 36px; width: auto; display: block; margin-bottom: 0.75rem; }

nav ul {
  list-style: none; display: flex; gap: 2.5rem;
  position: absolute; left: 50%; transform: translateX(-50%);
}
nav ul a {
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--mist); text-decoration: none; transition: color 0.2s;
}
nav ul a:hover { color: var(--chalk); }

.nav-actions { display: flex; align-items: center; gap: 1rem; }

.nav-ig {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--mist); text-decoration: none;
  display: flex; align-items: center; gap: 0.45rem;
  transition: color 0.2s;
}
.nav-ig:hover { color: var(--gold); }

.nav-cart {
  background: none; border: 1px solid var(--rule);
  color: var(--chalk); cursor: pointer;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 0.55rem 1.1rem;
  display: flex; align-items: center; gap: 0.6rem;
  transition: border-color 0.35s var(--ease-luxury), background 0.35s var(--ease-luxury);
}
.nav-cart:hover { border-color: var(--gold); background: var(--gold-glow); }
.cart-pip {
  background: var(--gold); color: var(--ink);
  border-radius: 50%; width: 18px; height: 18px;
  font-size: 0.65rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(1.5rem,5vw,4rem);
  padding-top: 70px; position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 68% 38%, rgba(201,168,76,0.08) 0%, transparent 65%),
    radial-gradient(ellipse 50% 70% at 15% 75%, rgba(201,168,76,0.04) 0%, transparent 55%),
    linear-gradient(175deg, #0d0d0f 0%, #09090a 100%);
}

/* Real hero photo, prepped and ready — invisible until background-image is set
   (see the HTML comment above .hero-photo for how to drop a shot in). Dark
   gradient keeps the left side legible for the headline text regardless of
   what the photo looks like. */
.hero-photo {
  position: absolute; inset: 0; background-size: cover; background-position: center 35%;
}
.hero-photo::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(9,9,10,0.97) 0%, rgba(9,9,10,0.82) 30%, rgba(9,9,10,0.35) 58%, rgba(9,9,10,0.15) 100%),
    linear-gradient(0deg, rgba(9,9,10,0.85) 0%, transparent 35%);
}

.hero-content { position: relative; z-index: 2; max-width: 620px; padding-bottom: 7rem; }

.hero-flag {
  display: inline-flex; align-items: center; gap: 0.75rem;
  margin-bottom: 2rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold);
}
.hero-flag::before {
  content: ''; display: block;
  width: 28px; height: 1px; background: var(--gold);
}

.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(3.4rem, 7.5vw, 7rem);
  font-weight: 300; line-height: 0.9; color: var(--chalk);
  margin-bottom: 2.2rem; letter-spacing: -0.02em;
}
.hero h1 .line2 { font-style: normal; font-weight: 700; color: #fff; display: block; }
.hero h1 .line3 { font-size: 0.55em; font-weight: 300; display: block; color: var(--mist); letter-spacing: 0.02em; margin-top: 0.6rem; line-height: 1.4; font-family: 'Barlow', sans-serif; font-style: normal; }

.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }

.cta-primary {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  background: var(--gold); color: var(--ink);
  border: none; padding: 1rem 2.4rem; cursor: pointer;
  transition: opacity 0.35s var(--ease-luxury), transform 0.35s var(--ease-luxury);
}
.cta-primary:hover { opacity: 0.88; transform: translateY(-2px); }

.cta-ghost {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  background: none; border: 1px solid var(--rule);
  color: var(--chalk); padding: 1rem 2.4rem; cursor: pointer;
  transition: border-color 0.35s var(--ease-luxury), color 0.35s var(--ease-luxury);
}
.cta-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ── MARQUEE ── */
.marquee-wrap {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--deep);
  overflow: hidden; padding: 0.8rem 0; position: relative; z-index: 1;
}
.marquee-track {
  display: flex; gap: 0; white-space: nowrap;
  animation: marquee 28s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee-item {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ghost); padding: 0 2.5rem;
  display: inline-flex; align-items: center; gap: 2.5rem;
}
.marquee-item::after {
  content: '◆'; font-size: 0.35rem; color: var(--gold); flex-shrink: 0;
}
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── SPEC BAR ── */
.specbar {
  background: var(--panel);
  border-bottom: 1px solid var(--rule);
  padding: 0 clamp(1.5rem,5vw,4rem);
  display: flex; align-items: stretch; overflow-x: auto;
  position: relative; z-index: 1;
}
.spec {
  flex: 1; min-width: 130px; min-height: 140px;
  padding-right: 2rem;
  border-right: 1px solid var(--rule);
  margin-right: 2rem;
  perspective: 1200px; cursor: pointer;
}
.spec:last-child { border-right: none; }
.spec-inner {
  position: relative; width: 100%; height: 140px;
  transform-style: preserve-3d;
  transition: transform 0.65s var(--ease-luxury);
}
/* Hover-flip only for real mouse users — touch devices flip via tap (.flipped class)
   instead, since touchscreens don't have a reliable persistent hover state. */
@media (hover: hover) {
  .spec:hover .spec-inner { transform: rotateX(180deg); }
}
.spec.flipped .spec-inner { transform: rotateX(180deg); }
.spec-face {
  position: absolute; inset: 0;
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
  display: flex; flex-direction: column; justify-content: center; gap: 0.3rem;
}
.spec-back { transform: rotateX(180deg); gap: 0.45rem; }
.spec-n {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.1rem; font-weight: 300; color: var(--chalk); line-height: 1;
}
.spec-n em { font-style: normal; color: var(--gold); }
.spec-l {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--mist);
}
.spec-back-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem; font-weight: 700; letter-spacing: 0.03em; color: var(--gold);
}
.spec-back-copy {
  font-size: 0.72rem; font-weight: 300; line-height: 1.5; color: var(--mist);
}

/* ── SECTION SHELL ── */
.section {
  padding: clamp(4rem,8vw,7rem) clamp(1.5rem,5vw,4rem);
  position: relative; z-index: 1;
}
.section-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.9rem;
  display: flex; align-items: center; gap: 0.75rem;
}
.section-eyebrow::after { content:''; flex: 0 0 24px; height: 1px; background: var(--gold-dim); }
.section-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem,4vw,3.2rem);
  font-weight: 300; color: #fff; line-height: 1.1; margin-bottom: 3rem;
}
.section-h em { font-style: normal; color: var(--gold); }

/* ── FILTERS ── */
.filters {
  display: flex; gap: 0; margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--rule); overflow-x: auto;
}
.f-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  background: none; border: none; color: var(--mist);
  padding: 0.9rem 1.6rem; cursor: pointer;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: color 0.35s var(--ease-luxury), border-color 0.35s var(--ease-luxury); white-space: nowrap;
}
.f-btn.on { color: var(--gold); border-bottom-color: var(--gold); }
.f-btn:hover { color: var(--chalk); }

/* ── PRODUCT GRID ── */
.pgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
  /* No background color on the grid itself — auto-fill leaves empty trailing
     column tracks when there are fewer cards than columns that fit, and a
     colored grid background would show through those empty tracks as a solid
     rectangle. The 1px gap still reads as a divider from the contrast between
     each card's own --panel background and the page background showing
     through the gap — no need for the grid to have its own color. */
  gap: 1px; border: 1px solid var(--rule);
}
.pcard {
  background: var(--panel); display: flex; flex-direction: column;
  transition: background 0.45s var(--ease-luxury); position: relative; overflow: hidden;
}
.pcard:hover { background: var(--deep); }
.pcard.hide { display: none; }

.pcard-vis {
  aspect-ratio: 4/3; background: var(--deep);
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid var(--rule); position: relative; overflow: hidden;
}
.pcard-vis svg { width: 52%; height: 52%; color: var(--gold); opacity: 0.45; transition: opacity 0.5s var(--ease-luxury), transform 0.6s var(--ease-luxury); }
.pcard:hover .pcard-vis svg { opacity: 0.7; transform: scale(1.05) rotate(-1.5deg); }
.pcard-vis { cursor: pointer; }
.pcard-vis img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-luxury); }
.pcard:hover .pcard-vis img { transform: scale(1.05); }

/* ── PRODUCT DETAIL VIEW ── */
.pdetail { display: none; }
.pdetail.on { display: block; }
/* ── STICKY MOBILE BUY BAR — only appears once the real Add to Cart button has
   scrolled out of view, and only on mobile, since product pages got a lot
   longer this session (spec table, install steps, trust badges). Proxies the
   real button's click rather than duplicating its size-selection validation. ── */
.sticky-buy {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 250;
  background: var(--panel); border-top: 1px solid var(--rule);
  padding: 0.8rem 1rem; display: none; align-items: center; justify-content: space-between; gap: 1rem;
  transform: translateY(100%); transition: transform 0.4s var(--ease-luxury);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.4);
}
@media (max-width: 760px) { .sticky-buy.eligible { display: flex; } }
.sticky-buy.on { transform: translateY(0); }
.sticky-buy-info { min-width: 0; }
.sticky-buy-name { font-size: 0.72rem; color: var(--mist); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-buy-price { font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; color: var(--chalk); }
.sticky-buy-btn {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--gold); color: var(--ink); border: none; padding: 0.75rem 1.4rem; cursor: pointer;
  font-size: 0.78rem; white-space: nowrap; flex-shrink: 0; transition: opacity 0.35s var(--ease-luxury);
}
.sticky-buy-btn.size-locked { background: var(--rule); color: var(--mist); }

.pdetail-back {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  background: none; border: none; color: var(--mist); cursor: pointer;
  padding: 0; margin-bottom: 1.6rem; display: inline-flex; align-items: center; gap: 0.4rem;
  transition: color 0.2s;
}
.pdetail-back:hover { color: var(--gold); }
.pdetail-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; }
@media (max-width: 800px) { .pdetail-grid { grid-template-columns: 1fr; gap: 1.5rem; } }
.pdetail-main {
  aspect-ratio: 4/3; background: var(--deep); border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative;
}
.pdetail-main img { width: 100%; height: 100%; object-fit: cover; }
.pdetail-main svg { width: 45%; height: 45%; color: var(--gold); opacity: 0.45; }
.pdetail-thumbs { display: flex; gap: 0.6rem; margin-top: 0.8rem; flex-wrap: wrap; }
.pdetail-thumb {
  width: 70px; height: 70px; border: 1px solid var(--rule); cursor: pointer;
  overflow: hidden; opacity: 0.6; transition: opacity 0.2s, border-color 0.2s; background: var(--deep);
}
.pdetail-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pdetail-thumb:hover { opacity: 0.85; }
.pdetail-thumb.on { opacity: 1; border-color: var(--gold); }
.pdetail-compat {
  font-family: 'Barlow Condensed', sans-serif; font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dim); margin-bottom: 0.6rem;
}
.pdetail-name { font-family: 'Barlow Condensed', sans-serif; font-size: 2.1rem; font-weight: 400; color: var(--chalk); margin-bottom: 0.9rem; line-height: 1.15; }
.pdetail-desc { font-size: 0.92rem; font-weight: 300; line-height: 1.75; color: var(--mist); margin-bottom: 1rem; }
.pdetail-mod-note {
  font-size: 0.8rem; font-weight: 400; line-height: 1.6;
  color: var(--gold-dim); margin-bottom: 0.9rem;
  padding-left: 1rem; border-left: 2px solid var(--gold-dim);
}
.pdetail-why-drill {
  font-size: 0.8rem; font-weight: 300; line-height: 1.65;
  color: var(--mist); margin-bottom: 1.8rem;
  padding-left: 1rem; border-left: 2px solid var(--rule);
}
.pdetail-why-drill strong { color: var(--chalk); font-weight: 600; }
.pdetail-spectable { border: 1px solid var(--rule); margin-bottom: 1.8rem; }
.pdetail-spec-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: 0.7rem 1.1rem; font-size: 0.82rem;
}
.pdetail-spec-row + .pdetail-spec-row { border-top: 1px solid var(--rule); }
.pdetail-spec-label {
  font-family: 'Barlow Condensed', sans-serif; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--mist); flex-shrink: 0;
}
.pdetail-spec-value { color: var(--chalk); text-align: right; }

/* ── CATEGORY MOSAIC — organized by product type (Phone Mounts today, Canards/
   Spoilers/etc. as the catalog expands), not by car brand — brand/car stays a
   secondary filter within a category via the tabs below. Each tile has room
   for a background photo/video once available: give the tile a
   background-image, or drop a <video autoplay muted loop> as the first child
   inside a .category-tile-media wrapper — the gradient is already there for
   text legibility, currently inert since nothing has media yet. ── */
.category-mosaic {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin-bottom: 2.5rem;
}
.category-tile {
  position: relative; aspect-ratio: 4/3; background: var(--panel); cursor: pointer; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 1.4rem;
  background-size: cover; background-position: center;
  transition: background-color 0.45s var(--ease-luxury);
}
.category-tile:hover { background-color: var(--deep); }
.category-tile.disabled { cursor: default; }
.category-tile-media { position: absolute; inset: 0; z-index: 0; }
.category-tile-media img, .category-tile-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.category-tile-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(9,9,10,0.88) 0%, rgba(9,9,10,0.2) 55%, transparent 100%);
}
.category-tile-icon {
  position: relative; z-index: 1; margin-bottom: auto;
  width: 40px; height: 40px; color: var(--gold); opacity: 0.5;
  transition: opacity 0.35s var(--ease-luxury);
}
.category-tile:hover .category-tile-icon { opacity: 0.75; }
.category-tile-rule {
  position: relative; z-index: 1;
  width: 32px; height: 2px; background: var(--gold-dim); margin-bottom: 0.9rem;
  transition: width 0.45s var(--ease-luxury), background 0.45s var(--ease-luxury);
}
.category-tile:hover .category-tile-rule { width: 52px; background: var(--gold); }
.category-tile-label {
  position: relative; z-index: 1;
  font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-weight: 600;
  letter-spacing: 0.02em; text-transform: uppercase; color: var(--chalk);
  display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap;
  transition: color 0.35s var(--ease-luxury);
}
.category-tile:hover .category-tile-label { color: var(--gold); }
.category-tile-soon {
  position: relative; z-index: 1;
  font-size: 0.56rem; font-weight: 700; letter-spacing: 0.14em; color: var(--gold);
  border: 1px solid var(--gold-dim); padding: 0.15rem 0.5rem; text-transform: uppercase;
}
.pdetail-price { font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; font-weight: 300; color: var(--chalk); margin-bottom: 1.6rem; }
.pdetail-price small { font-size: 0.8rem; font-family: 'Barlow', sans-serif; color: var(--mist); }
.pdetail-queue-note { font-size: 0.76rem; color: var(--mist); margin: -0.9rem 0 1.2rem; min-height: 1.1em; }

/* ── PRODUCT REVIEWS — full-width, below the two-column detail grid. The
   placeholder div itself carries no spacing/border so it's fully invisible
   (no stray divider line) until there's at least one real approved review for
   this product — matching the brand's "no fabricated proof" stance used
   everywhere else on the site. loadReviewsForProduct() adds the border/margin
   only once it actually has content to show. ── */
.pdetail-reviews:not(:empty) { max-width: 720px; margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid var(--rule); }
.review-stars { display: inline-flex; gap: 0.15rem; color: var(--gold); font-size: 0.9rem; line-height: 1; }
.review-stars .dim { color: var(--ghost); }
.review-summary { display: flex; align-items: baseline; gap: 0.8rem; margin-bottom: 1.8rem; flex-wrap: wrap; }
.review-summary-avg { font-family: 'Barlow Condensed', sans-serif; font-size: 1.8rem; font-weight: 400; color: var(--chalk); }
.review-summary-count { font-size: 0.8rem; color: var(--mist); }
.review-list { display: flex; flex-direction: column; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.review-item { background: var(--panel); padding: 1.2rem 1.4rem; }
.review-item-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 0.5rem; flex-wrap: wrap; }
.review-item-who { font-size: 0.82rem; color: var(--chalk); font-weight: 500; }
.review-item-who span { color: var(--mist); font-weight: 400; }
.review-item-date { font-size: 0.7rem; color: var(--ghost); }
.review-item-text { font-size: 0.85rem; color: var(--mist); line-height: 1.65; }

/* ── LEAVE-A-REVIEW FORM ── */
.rate-input { display: flex; gap: 0.35rem; }
.rate-star {
  background: none; border: none; cursor: pointer; padding: 0;
  font-size: 1.8rem; line-height: 1; color: var(--ghost); transition: color 0.15s;
}
.rate-star.on { color: var(--gold); }
.review-consent {
  display: flex; align-items: flex-start; gap: 0.55rem; cursor: pointer;
  font-family: 'Barlow', sans-serif; font-size: 0.74rem; font-weight: 300;
  color: var(--mist); line-height: 1.5;
}
.review-consent input {
  width: 15px; height: 15px; padding: 0; border: none;
  appearance: auto; -webkit-appearance: checkbox; accent-color: var(--gold);
  margin-top: 0.15rem; flex-shrink: 0; cursor: pointer;
}
.review-error { display: none; font-size: 0.8rem; color: var(--red); }
.trust-strip {
  display: flex; flex-direction: column; gap: 0.9rem; margin-top: 1.6rem;
  padding: 1.2rem 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
}
.trust-item { display: flex; align-items: flex-start; gap: 0.8rem; }
.trust-item svg { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; margin-top: 0.15rem; }
.trust-item-title { font-family: 'Barlow Condensed', sans-serif; font-size: 0.82rem; font-weight: 600; color: var(--chalk); }
.trust-item-sub { font-size: 0.74rem; color: var(--mist); margin-top: 0.15rem; line-height: 1.4; }

.pbadge {
  position: absolute; top: 1rem; left: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.58rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  background: var(--gold); color: var(--ink); padding: 0.22rem 0.55rem;
}

.pcard-body { padding: 1.4rem; flex: 1; display: flex; flex-direction: column; }
.pcard-compat {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dim); margin-bottom: 0.45rem;
}
.pcard-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem; font-weight: 400; color: var(--chalk); margin-bottom: 0.5rem; line-height: 1.2;
}
.pcard-desc {
  font-size: 0.82rem; font-weight: 300; line-height: 1.65;
  color: var(--mist); margin-bottom: 1.5rem; flex: 1;
}
.pcard-foot {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--rule); padding-top: 1.2rem;
}
.pcard-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.45rem; font-weight: 300; color: var(--chalk);
}
.pcard-price small { font-size: 0.75rem; font-family: 'Barlow', sans-serif; color: var(--mist); }

.pcard-add {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  background: none; border: 1px solid var(--rule);
  color: var(--chalk); padding: 0.55rem 1.1rem; cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.pcard-add:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.pcard-add.done { background: var(--gold-glow); border-color: var(--gold-dim); color: var(--gold); }
.pcard-add.size-locked { opacity: 0.35; cursor: not-allowed; }
.pcard-add.size-locked:hover { background: none; border-color: var(--rule); color: var(--chalk); }

.size-wrap { margin-bottom: 1rem; display: flex; flex-direction: column; gap: 0.4rem; }
.size-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dim);
}
.size-select {
  width: 100%; background: var(--deep); border: 1px solid var(--rule);
  color: var(--chalk); padding: 0.6rem 0.8rem;
  font-family: 'Barlow', sans-serif; font-size: 0.82rem;
  outline: none; transition: border-color 0.2s; -webkit-appearance: none; border-radius: 0;
  cursor: pointer;
}
.size-select:focus { border-color: var(--gold); }
.size-select option[disabled] { color: var(--gold-dim); font-size: 0.75rem; }

/* ── VARIANT TOGGLE ── */
.variant-opts { display: flex; gap: 0; border: 1px solid var(--rule); width: fit-content; margin-bottom: 1rem; }
.variant-opt {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  background: none; border: none; border-right: 1px solid var(--rule);
  color: var(--mist); padding: 0.5rem 0.9rem; cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.variant-opt:last-child { border-right: none; }
.variant-opt.on { background: var(--gold); color: var(--ink); }
.variant-opt:hover:not(.on) { color: var(--chalk); background: var(--deep); }
.variant-soon-tag { font-size: 0.6rem; letter-spacing: 0.08em; opacity: 0.75; }

/* ── INSTALLATION & FITMENT CALLOUT ── */
.install-box { border: 1px solid var(--gold-dim); background: var(--gold-glow); padding: 1.1rem 1.3rem; margin-bottom: 1.8rem; }
.install-box-h {
  font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem;
}
.install-box-meta { font-size: 0.72rem; color: var(--mist); margin-bottom: 0.7rem; }
.install-box ol { margin: 0 0 0.8rem 1.1rem; padding: 0; }
.install-box ol li { font-size: 0.82rem; color: var(--chalk); line-height: 1.6; margin-bottom: 0.9rem; }
.install-step-media {
  display: block; width: 100%; max-width: 340px; margin: 0.5rem 0 0;
  border: 1px solid var(--rule);
}
.install-box-disclaimer { font-size: 0.7rem; color: var(--mist); line-height: 1.55; border-top: 1px solid var(--gold-dim); padding-top: 0.6rem; }

/* ── COMING SOON NOTIFY-ME ── */
.notify-wrap { display: flex; gap: 0.5rem; margin-top: 0.8rem; flex-wrap: wrap; }
.notify-input {
  flex: 1; min-width: 160px; background: var(--deep); border: 1px solid var(--rule); color: var(--chalk);
  padding: 0.55rem 0.75rem; font-family: 'Barlow', sans-serif; font-size: 0.78rem; outline: none;
}
.notify-input:focus { border-color: var(--gold); }
.notify-btn {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  background: none; border: 1px solid var(--gold-dim); color: var(--gold); padding: 0.55rem 1.1rem;
  cursor: pointer; font-size: 0.68rem; white-space: nowrap; transition: background 0.2s, color 0.2s;
}
.notify-btn:hover { background: var(--gold); color: var(--ink); }
.notify-btn:disabled { opacity: 0.6; cursor: default; }

/* ── WELCOME DISCOUNT CAPTURE — quiet corner panel, not a blocking popup ── */
.ecap {
  position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 500;
  width: min(340px, calc(100vw - 3rem));
  background: var(--panel); border: 1px solid var(--gold-dim);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  padding: 1.6rem 1.6rem 1.5rem;
  transform: translateY(calc(100% + 2rem)); opacity: 0; pointer-events: none;
  transition: transform 0.6s var(--ease-luxury), opacity 0.6s var(--ease-luxury);
}
.ecap.on { transform: translateY(0); opacity: 1; pointer-events: all; }
.ecap-close {
  position: absolute; top: 0.7rem; right: 0.8rem;
  background: none; border: none; color: var(--mist); cursor: pointer;
  font-size: 1rem; line-height: 1; padding: 0.3rem; transition: color 0.35s var(--ease-luxury);
}
.ecap-close:hover { color: var(--chalk); }
.ecap-eyebrow {
  font-family: 'Barlow Condensed', sans-serif; font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem;
}
.ecap-title {
  font-family: 'Barlow Condensed', sans-serif; font-size: 1.3rem; font-weight: 400;
  color: var(--chalk); line-height: 1.2; margin-bottom: 0.5rem;
}
.ecap-sub { font-size: 0.78rem; color: var(--mist); line-height: 1.55; margin-bottom: 1.1rem; }
.ecap-wrap { display: flex; flex-direction: column; gap: 0.6rem; }
.ecap-input {
  background: var(--deep); border: 1px solid var(--rule); color: var(--chalk);
  padding: 0.7rem 0.85rem; font-family: 'Barlow', sans-serif; font-size: 0.82rem; outline: none;
  transition: border-color 0.2s;
}
.ecap-input:focus { border-color: var(--gold); }
.ecap-btn {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  background: var(--gold); color: var(--ink); border: none; padding: 0.75rem; cursor: pointer;
  font-size: 0.72rem; transition: opacity 0.35s var(--ease-luxury);
}
.ecap-btn:hover { opacity: 0.88; }
.ecap-btn:disabled { opacity: 0.6; cursor: default; }
.ecap-consent {
  display: flex; align-items: flex-start; gap: 0.55rem; cursor: pointer;
  font-family: 'Barlow', sans-serif; font-size: 0.68rem; font-weight: 300;
  letter-spacing: normal; text-transform: none; color: var(--mist); line-height: 1.45;
}
.ecap-consent input {
  width: 15px; height: 15px; padding: 0; border: none;
  appearance: auto; -webkit-appearance: checkbox; accent-color: var(--gold);
  margin-top: 0.15rem; flex-shrink: 0; cursor: pointer;
}
.ecap-ok { display: none; font-size: 0.84rem; color: var(--gold); line-height: 1.55; }

/* ── COMING SOON — compact rows (not full cards, since there's nothing to show
   yet and a full card's empty image box just reads as broken on a long list) ── */
.soon-heading {
  font-family: 'Barlow Condensed', sans-serif; font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--mist);
  margin: 2.5rem 0 1rem;
}
.soon-list { border: 1px solid var(--rule); }
.soon-row {
  display: flex; flex-direction: column; gap: 0.9rem;
  padding: 1.1rem 1.4rem; background: var(--panel);
}
.soon-row + .soon-row { border-top: 1px solid var(--rule); }
.soon-row.hide { display: none; }
.soon-row-info { display: flex; flex-direction: column; gap: 0.3rem; }
.soon-row-badge {
  font-family: 'Barlow Condensed', sans-serif; font-size: 0.58rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-dim);
}
.soon-row-name {
  font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 400; color: var(--chalk);
}
.soon-row .notify-wrap { margin-top: 0; max-width: 420px; }

/* ── COOKIE CONSENT MODAL ── */
.cookie-banner {
  position: fixed; inset: 0; z-index: 9998;
  background: rgba(6, 6, 8, 0.72);
  display: none; align-items: center; justify-content: center;
  padding: 1.5rem;
}
.cookie-banner.on { display: flex; }
.cookie-card {
  background: var(--panel); border: 1px solid var(--gold-dim);
  max-width: 440px; width: 100%; padding: 1.8rem 1.8rem 1.6rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.cookie-card-title {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; font-size: 1.1rem; color: var(--chalk); margin-bottom: 0.7rem;
}
.cookie-banner-text { font-size: 0.82rem; color: var(--mist); line-height: 1.65; }
.cookie-banner-text a { color: var(--gold); }
.cookie-banner-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-top: 1.4rem; }
.cookie-btn {
  font-family: 'Barlow Condensed', sans-serif; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 0.65rem 1.3rem; cursor: pointer;
  border: 1px solid var(--rule); background: none; color: var(--chalk); transition: background 0.2s, border-color 0.2s, color 0.2s;
  flex: 1; min-width: 120px;
}
.cookie-btn:hover { border-color: var(--chalk); }
.cookie-btn.cookie-accept { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.cookie-btn.cookie-accept:hover { background: var(--gold-dim); border-color: var(--gold-dim); color: var(--ink); }

/* ── CUSTOM SHOWCASE ── */
/* ── HOW IT'S MADE — process story. Image slots are commented placeholders,
   same "ready and waiting" pattern as the hero photo — add a real photo per
   step later without touching layout. ── */
.process-grid {
  display: flex; flex-wrap: wrap;
  gap: 1px; background: var(--rule); border: 1px solid var(--rule);
}
.process-step { background: var(--panel); padding: 1.8rem 1.6rem; flex: 1 1 200px; }
.process-step-num {
  font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.15em; color: var(--gold-dim); margin-bottom: 0.9rem;
}
.process-step-title {
  font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 600;
  color: var(--chalk); margin-bottom: 0.6rem;
}
.process-step-desc { font-size: 0.8rem; color: var(--mist); line-height: 1.6; }
.process-step-media {
  display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover;
  margin-top: 1rem; border: 1px solid var(--rule);
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  /* No grid background, same reasoning as .pgrid — avoids the phantom empty-
     track rectangle without making cards stretch to fill the row. */
  gap: 1px; border: 1px solid var(--rule);
  margin-top: 0;
}
.showcase-card {
  background: var(--panel); position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.showcase-vis {
  aspect-ratio: 4/3; background: var(--deep);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--rule);
}
.showcase-vis svg { width: 48%; height: 48%; color: var(--gold); opacity: 0.3; transition: opacity 0.3s, transform 0.4s; }
.showcase-card:hover .showcase-vis svg { opacity: 0.55; transform: scale(1.06); }
.showcase-vis { cursor: pointer; }
.showcase-vis img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.showcase-card:hover .showcase-vis img { transform: scale(1.06); }
.showcase-vis-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 0.6rem 1rem;
  background: linear-gradient(to top, rgba(10,10,11,0.9) 0%, transparent 100%);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--mist);
}
.showcase-body { padding: 1.3rem; flex: 1; display: flex; flex-direction: column; gap: 0.4rem; }
.showcase-make {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dim);
}
.showcase-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem; font-weight: 400; color: var(--chalk); line-height: 1.2;
}
.showcase-desc { font-size: 0.8rem; font-weight: 300; line-height: 1.65; color: var(--mist); flex: 1; }
.showcase-tag {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  border: 1px solid var(--gold-dim); padding: 0.25rem 0.6rem;
  align-self: flex-start; margin-top: 0.5rem;
}
.showcase-cta {
  margin-top: 3rem; text-align: center;
  padding: 2.5rem; background: var(--panel); border: 1px solid var(--rule);
}
.showcase-cta p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem; font-weight: 300; color: var(--chalk);
  margin-bottom: 1.5rem; line-height: 1.4;
}
.showcase-cta p em { font-style: normal; color: var(--gold); }
.custom-band {
  background: var(--panel);
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  padding: clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,4rem);
  display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center;
}
.custom-band h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 300; color: var(--chalk); line-height: 1.15;
}
.custom-band h2 em { font-style: normal; color: var(--gold); }
.custom-band p { color: var(--mist); font-size: 0.88rem; line-height: 1.75; margin-top: 0.8rem; max-width: 520px; }

/* ── CONTACT ── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,6vw,6rem); align-items: start;
}
.c-aside h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.55rem; font-weight: 300; color: var(--chalk); margin-bottom: 0.85rem;
}
.c-aside p { font-size: 0.88rem; color: var(--mist); line-height: 1.75; margin-bottom: 2rem; }
.c-details { display: flex; flex-direction: column; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.c-row {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 1.1rem; background: var(--panel);
}
.c-icon { color: var(--gold); font-size: 0.95rem; margin-top: 0.1rem; flex-shrink: 0; }
.c-text { font-size: 0.82rem; color: var(--mist); line-height: 1.5; }
.c-text strong { color: var(--chalk); display: block; font-weight: 500; font-size: 0.8rem; margin-bottom: 0.1rem; }

.ig-link {
  display: flex; align-items: center; gap: 0.6rem;
  text-decoration: none; color: var(--mist); font-size: 0.82rem;
  transition: color 0.2s;
}
.ig-link:hover { color: var(--gold); }

/* ── FORM ── */
.form { display: flex; flex-direction: column; gap: 1rem; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.f-field { display: flex; flex-direction: column; gap: 0.4rem; }
label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--mist);
}
input, textarea, select {
  width: 100%; background: var(--panel); border: 1px solid var(--rule);
  color: var(--chalk); padding: 0.88rem 1rem;
  font-family: 'Barlow', sans-serif; font-size: 0.88rem;
  outline: none; transition: border-color 0.2s; -webkit-appearance: none; border-radius: 0;
}
input:focus, textarea:focus, select:focus { border-color: var(--gold); }
select option { background: var(--panel); }
textarea { min-height: 130px; resize: vertical; }
.f-submit {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  background: var(--gold); color: var(--ink);
  border: none; padding: 1.1rem; cursor: pointer; width: 100%; transition: opacity 0.2s;
}
.f-submit:hover { opacity: 0.88; }
.f-ok {
  display: none; padding: 1.1rem; text-align: center;
  border: 1px solid var(--gold-dim); background: var(--gold-glow);
  font-size: 0.84rem; color: var(--gold); letter-spacing: 0.08em;
}

/* ── FOOTER ── */
footer {
  border-top: 1px solid var(--rule); background: var(--deep);
  padding: 3rem clamp(1.5rem,5vw,4rem);
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: start;
}
.f-brand .wordmark-top { font-size: 1.2rem; }
.footer-logo-svg {
  height: 36px; width: auto; display: block; margin-bottom: 0.75rem;
}
.f-copy { font-size: 0.75rem; color: var(--mist); margin-top: 0.5rem; }
.f-links { display: flex; flex-direction: column; gap: 0.6rem; }
.f-links a {
  font-size: 0.78rem; color: var(--mist); text-decoration: none; transition: color 0.2s;
  font-family: 'Barlow Condensed', sans-serif; letter-spacing: 0.1em;
}
.f-links a:hover { color: var(--gold); }
.f-right { text-align: right; font-size: 0.75rem; color: var(--ghost); line-height: 1.7; }

/* ── CART DRAWER ── */
.overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.65);
  z-index: 300; opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.overlay.on { opacity: 1; pointer-events: all; }
.drawer {
  position: fixed; right: 0; top: 0; bottom: 0;
  width: min(440px, 100vw);
  background: var(--panel); border-left: 1px solid var(--rule);
  z-index: 400; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform 0.38s cubic-bezier(.4,0,.2,1);
}
.drawer.on { transform: none; }
.d-head {
  padding: 1.8rem; border-bottom: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: space-between;
}
.d-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--chalk);
}
.d-close {
  background: none; border: none; color: var(--mist);
  cursor: pointer; font-size: 1.1rem; transition: color 0.2s;
}
.d-close:hover { color: var(--chalk); }

.d-items { flex: 1; overflow-y: auto; display: flex; flex-direction: column; gap: 1px; background: var(--rule); }
.ci {
  background: var(--deep); display: flex; align-items: stretch;
}
.ci-vis {
  width: 70px; flex-shrink: 0; background: var(--panel);
  border-right: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
}
.ci-vis svg { width: 34px; height: 34px; color: var(--gold); opacity: 0.4; }
.ci-info { flex: 1; padding: 1rem 1.1rem; }
.ci-compat {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.56rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-dim); margin-bottom: 0.25rem;
}
.ci-name { font-size: 0.87rem; font-weight: 500; color: var(--chalk); margin-bottom: 0.3rem; }
.ci-p { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; color: var(--gold); }
.ci-rm {
  padding: 0 1rem; background: none; border: none;
  border-left: 1px solid var(--rule);
  color: var(--ghost); cursor: pointer; font-size: 0.9rem;
  transition: color 0.2s, background 0.2s;
}
.ci-rm:hover { color: #e74c3c; background: rgba(231,76,60,0.06); }

.d-empty {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1rem;
  color: var(--mist); font-size: 0.85rem; background: var(--deep);
  letter-spacing: 0.05em;
}
.d-empty-icon { font-size: 2rem; opacity: 0.25; }

.d-foot {
  padding: 1.5rem 1.8rem; border-top: 1px solid var(--rule);
}
.ship-wrap { margin-bottom: 1.2rem; display: flex; flex-direction: column; gap: 0.4rem; }
.d-total {
  display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1.5rem;
}
.d-ship-row { margin-bottom: 0.6rem; }
.d-ship-row .d-total-v { font-size: 1rem; font-family: 'Barlow', sans-serif; color: var(--mist); }
.d-total-l {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--mist);
}
.d-total-v {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.9rem; font-weight: 300; color: var(--chalk);
}
.d-checkout {
  width: 100%;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  background: var(--gold); color: var(--ink);
  border: none; padding: 1.1rem; cursor: pointer; transition: opacity 0.2s;
}
.d-checkout:hover { opacity: 0.88; }
.d-checkout.size-locked { opacity: 0.35; cursor: not-allowed; }
.d-checkout.size-locked:hover { opacity: 0.35; }
.d-secure { text-align: center; font-size: 0.7rem; color: var(--ghost); margin-top: 0.85rem; letter-spacing: 0.05em; }

/* ── STRIPE MODAL ── */
.modal-bg {
  position: fixed; inset: 0; background: rgba(0,0,0,0.8);
  z-index: 500; display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.modal-bg.on { opacity: 1; pointer-events: all; }
.modal {
  background: var(--panel); border: 1px solid var(--rule);
  width: min(500px,92vw); padding: 2.5rem;
  transform: translateY(16px); transition: transform 0.3s;
}
.modal-bg.on .modal { transform: none; }
.modal-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.7rem; font-weight: 300; color: var(--chalk); margin-bottom: 0.5rem;
}
.modal-sub { font-size: 0.85rem; color: var(--mist); line-height: 1.7; margin-bottom: 1.8rem; }
.modal-steps { display: flex; flex-direction: column; gap: 1px; background: var(--rule); margin-bottom: 1.8rem; }
.m-step { background: var(--deep); display: flex; align-items: flex-start; gap: 1rem; padding: 0.9rem 1rem; }
.m-n { font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; color: var(--gold); flex-shrink: 0; line-height: 1.2; }
.m-t { font-size: 0.82rem; color: var(--mist); line-height: 1.55; }
.m-t strong { color: var(--chalk); font-weight: 500; display: block; margin-bottom: 0.1rem; }
code { color: var(--gold); font-size: 0.78rem; }
.modal-close {
  width: 100%;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  background: none; border: 1px solid var(--rule);
  color: var(--chalk); padding: 0.88rem; cursor: pointer; transition: border-color 0.2s, color 0.2s;
}
.modal-close:hover { border-color: var(--gold); color: var(--gold); }

/* ── TOAST ── */
.toast {
  position: fixed; bottom: 2rem; right: 2rem;
  background: var(--panel); border: 1px solid var(--rule);
  padding: 1rem 1.4rem; z-index: 600; max-width: 280px;
  transform: translateY(16px); opacity: 0;
  transition: transform 0.3s, opacity 0.3s; pointer-events: none;
}
.toast.on { transform: none; opacity: 1; }
.toast-name { font-size: 0.85rem; font-weight: 500; color: var(--gold); margin-bottom: 0.2rem; }
.toast-sub { font-size: 0.75rem; color: var(--mist); line-height: 1.4; }

/* ── RESPONSIVE ── */
@media (max-width: 800px) {
  nav ul { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .custom-band { grid-template-columns: 1fr; }
  .f-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .f-right { text-align: left; }
}
@media (max-width: 480px) {
  nav { padding: 0 1rem; }
  .nav-logo-img { height: 34px; }
  .wordmark-top { font-size: 1.1rem; }
  .nav-actions { gap: 0.6rem; }
  .nav-ig span { display: none; }
  .nav-cart { padding: 0.5rem 0.7rem; font-size: 0.68rem; }
}
