/* ============ VOLT ROSIN — site styles ============ */
:root {
  --volt-cyan: #00E5FF;
  --volt-cyan-dim: #00b8cc;
  --dark-base: #08080F;
  --deep-black: #1A1A1A;
  --cream: #F2F0EC;
  --rosin-gold: #C8B450;
  --white: #FFFFFF;
  --gray: #888888;
  --gray-soft: #b8b8c2;
  --line: rgba(255,255,255,0.08);
  --line-strong: rgba(255,255,255,0.18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--dark-base); color: var(--white); }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: 0; color: inherit; cursor: pointer; }

.display { font-family: 'Rajdhani', 'Bebas Neue', sans-serif; font-weight: 700; text-transform: uppercase; }
.label { font-family: 'DM Sans', sans-serif; text-transform: uppercase; letter-spacing: 0.22em; font-size: 11px; font-weight: 500; }
.eyebrow { font-family: 'DM Sans', sans-serif; text-transform: uppercase; letter-spacing: 0.32em; font-size: 12px; font-weight: 500; color: var(--volt-cyan); }

/* ===== Marquee bar (top) ===== */
.marquee {
  background: var(--volt-cyan);
  color: var(--dark-base);
  overflow: hidden;
  border-bottom: 1px solid #00b8cc;
}
.marquee-track {
  display: flex;
  gap: 64px;
  padding: 8px 0;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 16px; }
.marquee-track svg { flex: none; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ===== Nav ===== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 48px;
  background: rgba(8,8,15,0.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-brand .wordmark {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.18em;
}
.nav-links { display: flex; gap: 36px; }
.nav-links a {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--gray-soft);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--volt-cyan); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.2s;
}
.nav-cta:hover { background: var(--volt-cyan); color: var(--dark-base); border-color: var(--volt-cyan); }
.nav-cta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--volt-cyan); box-shadow: 0 0 10px var(--volt-cyan); }

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 92vh;
  padding: 60px 48px 80px;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(60% 50% at 50% 20%, rgba(0,229,255,0.18), transparent 60%),
    radial-gradient(40% 40% at 80% 80%, rgba(200,180,80,0.08), transparent 60%),
    var(--dark-base);
}
.hero-bolt-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0.07;
}
.hero-bolt-bg svg { width: 75vmin; height: 75vmin; }
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
}
.hero-meta { display: flex; gap: 36px; }
.hero-meta .col { display: flex; flex-direction: column; gap: 4px; }
.hero-meta .col .label { color: var(--gray); }
.hero-meta .col .val { font-size: 14px; color: var(--white); font-weight: 500; }

.hero-main {
  align-self: end;
  display: grid;
  gap: 40px;
}
.hero-wordmark {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: clamp(140px, 26vw, 380px);
  line-height: 0.82;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  gap: 0.04em;
}
.hero-wordmark .bolt-letter {
  display: inline-block;
  position: relative;
}
.hero-wordmark .bolt-letter svg {
  height: 0.9em;
  width: auto;
  filter: drop-shadow(0 0 30px rgba(0,229,255,0.4));
}
.hero-tag {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.hero-tag .pitch {
  max-width: 540px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--gray-soft);
}
.hero-tag .pitch strong { color: var(--white); font-weight: 500; }
.hero-actions { display: flex; gap: 12px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 999px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--volt-cyan);
  color: var(--dark-base);
}
.btn-primary:hover { background: #5cf0ff; transform: translateY(-1px); }
.btn-ghost {
  border-color: var(--line-strong);
  color: var(--white);
}
.btn-ghost:hover { background: var(--white); color: var(--dark-base); border-color: var(--white); }
.btn .arrow { transition: transform 0.2s; }
.btn:hover .arrow { transform: translateX(4px); }

/* ===== Section scaffold ===== */
section { padding: 120px 48px; position: relative; }
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 48px;
  margin-bottom: 64px;
}
.section-head .left .eyebrow { margin-bottom: 16px; display: block; }
.section-head .left h2 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.section-head .right p {
  font-size: 16px;
  color: var(--gray-soft);
  max-width: 460px;
  margin-left: auto;
}

/* ===== Products ===== */
#shop { padding-bottom: 60px; }
.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.product {
  position: relative;
  background: linear-gradient(180deg, #101019 0%, #0b0b13 100%);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
  cursor: pointer;
}
.product:hover { border-color: rgba(0,229,255,0.4); }
.product:hover .product-image { transform: translateY(-8px); }
.product-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 999px;
  background: rgba(0,229,255,0.12);
  color: var(--volt-cyan);
  border: 1px solid rgba(0,229,255,0.25);
}
.product-tag.gold {
  background: rgba(200,180,80,0.10);
  color: var(--rosin-gold);
  border-color: rgba(200,180,80,0.3);
}
.product-image {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background:
    radial-gradient(50% 50% at 50% 60%, rgba(0,229,255,0.08), transparent 70%),
    transparent;
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}
.product-info {
  padding: 28px 28px 28px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
}
.product-info .name {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.product-info .desc { font-size: 13px; color: var(--gray-soft); line-height: 1.5; }
.product-info .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.product-info .price { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 22px; }
.product-info .shop {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--volt-cyan);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.product-info .shop:hover { gap: 10px; }

/* ===== Hardware (CSS-drawn black devices) ===== */
.hw {
  position: relative;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,0.6));
}

/* AIO disposable pen (TE All Glass) */
.hw-pen {
  width: 90px;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hw-pen .mouthpiece {
  width: 36px;
  height: 18px;
  background: #2a2a2a;
  border-radius: 6px 6px 2px 2px;
  border-top: 1px solid #444;
}
.hw-pen .glass {
  width: 64px;
  height: 90px;
  background: linear-gradient(180deg, rgba(255,200,80,0.4) 0%, rgba(200,150,40,0.85) 100%);
  border-left: 2px solid rgba(255,255,255,0.15);
  border-right: 2px solid rgba(0,0,0,0.4);
  border-radius: 4px;
  position: relative;
  margin-top: -2px;
  overflow: hidden;
}
.hw-pen .glass::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.18) 30%, transparent 50%);
}
.hw-pen .glass::after {
  content: '';
  position: absolute;
  inset: 6px 8px;
  border-radius: 2px;
  background: radial-gradient(80% 60% at 30% 40%, rgba(255,220,120,0.6), transparent 70%);
  filter: blur(2px);
}
.hw-pen .body {
  width: 76px;
  flex: 1;
  background: linear-gradient(90deg, #050505 0%, #1f1f1f 50%, #050505 100%);
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 40px 0 30px;
  box-shadow: inset 0 0 40px rgba(0,0,0,0.6);
}
.hw-pen .body::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.06) 0%, transparent 20%, transparent 80%, rgba(255,255,255,0.04) 100%);
  pointer-events: none;
}
.hw-pen .body .logo-bolt {
  width: 18px; height: 28px;
}
.hw-pen .body .logo-word {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.92);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/* Pod-style box (TE GCFB / Nano) */
.hw-pod {
  width: 200px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hw-pod .pod-top {
  width: 70px;
  height: 28px;
  background: linear-gradient(180deg, #0a0a0a, #2a2a2a);
  border-radius: 8px 8px 2px 2px;
  margin-bottom: -4px;
  z-index: 2;
}
.hw-pod .pod-body {
  width: 200px;
  height: 240px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06) 0%, transparent 8%),
    linear-gradient(90deg, #050505 0%, #232323 50%, #050505 100%);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -2px 8px rgba(0,0,0,0.6);
}
.hw-pod .pod-body::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.08) 45%, transparent 50%);
  pointer-events: none;
}
.hw-pod .pod-window {
  width: 80px;
  height: 60px;
  background:
    linear-gradient(180deg, rgba(255,200,80,0.85), rgba(180,130,30,0.95));
  border-radius: 4px;
  position: relative;
  border: 1px solid rgba(0,0,0,0.5);
  box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
}
.hw-pod .pod-window::before {
  content: '';
  position: absolute;
  inset: 4px;
  background: radial-gradient(60% 60% at 30% 30%, rgba(255,230,150,0.8), transparent 70%);
  border-radius: 2px;
}
.hw-pod .pod-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.92);
}
.hw-pod .pod-logo svg { width: 14px; height: 22px; }

/* Glass jar (top-down) */
.product[data-sku="jarred"] .product-image {
  background:
    radial-gradient(60% 60% at 50% 55%, rgba(255,255,255,0.06), transparent 70%),
    radial-gradient(circle at 50% 60%, #1a1a24 0%, #0d0d14 60%, transparent 90%);
}
.hw-jar {
  width: 240px;
  height: 240px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hw-jar .lid {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,0.22), transparent 55%),
    radial-gradient(circle at 50% 50%, #2a2a32 0%, #0a0a10 85%);
  position: relative;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.14),
    inset 0 -20px 40px rgba(0,0,0,0.6),
    0 40px 80px rgba(0,0,0,0.8);
}
.hw-jar .lid::before {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.10);
}
.hw-jar .lid-logo {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.hw-jar .lid-logo svg { width: 28px; height: 44px; }
.hw-jar .lid-logo .word {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28em;
  color: rgba(255,255,255,0.85);
}
.hw-jar .glow {
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,229,255,0.18), transparent 65%);
  z-index: -1;
  filter: blur(28px);
}

/* ===== Strain pills ===== */
.strains {
  background: var(--cream);
  color: var(--dark-base);
  padding: 100px 48px;
}
.strains .head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 24px;
}
.strains h2 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  max-width: 800px;
}
.strains .head .eyebrow { color: var(--dark-base); opacity: 0.5; margin-bottom: 12px; display: block; }
.strain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.strain {
  background: rgba(8,8,15,0.04);
  border: 1px solid rgba(8,8,15,0.08);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.2s;
  cursor: pointer;
}
.strain:hover {
  background: var(--dark-base);
  color: var(--cream);
  transform: translateY(-2px);
}
.strain .top { display: flex; justify-content: space-between; align-items: center; }
.strain .type {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(8,8,15,0.08);
}
.strain:hover .type { background: rgba(255,255,255,0.12); }
.strain .type.indica { color: #6b46c1; }
.strain .type.sativa { color: #d97706; }
.strain .type.hybrid { color: #059669; }
.strain:hover .type.indica,
.strain:hover .type.sativa,
.strain:hover .type.hybrid { color: var(--volt-cyan); }
.strain .thc { font-size: 12px; font-weight: 600; }
.strain .name {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  margin-top: auto;
}
.strain .terps { font-size: 12px; opacity: 0.7; }

/* ===== Manifesto / strip ===== */
.manifesto {
  text-align: center;
  padding: 140px 48px;
  position: relative;
  overflow: hidden;
}
.manifesto h2 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: clamp(56px, 9vw, 140px);
  line-height: 0.92;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.manifesto h2 em {
  font-style: normal;
  color: var(--volt-cyan);
  text-shadow: 0 0 60px rgba(0,229,255,0.5);
}
.manifesto p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 18px;
  color: var(--gray-soft);
  line-height: 1.55;
}
.manifesto .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 80px auto 0;
  padding-top: 60px;
  border-top: 1px solid var(--line);
}
.manifesto .stat .num {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 8px;
}
.manifesto .stat .num span { color: var(--volt-cyan); }
.manifesto .stat .label { color: var(--gray); }

/* ===== Process ===== */
.process {
  background: var(--cream);
  color: var(--dark-base);
}
.process .section-head .right p,
.process .section-head .left .eyebrow { color: var(--dark-base); opacity: 0.7; }
.process .section-head .left .eyebrow { color: var(--rosin-gold); opacity: 1; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.step {
  border: 1px solid rgba(8,8,15,0.1);
  border-radius: 4px;
  padding: 28px;
  background: rgba(255,255,255,0.5);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 320px;
}
.step .num {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: var(--rosin-gold);
}
.step .title {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 0.95;
  margin-top: auto;
}
.step .body { font-size: 14px; line-height: 1.5; opacity: 0.75; }

/* ===== Find / Locator ===== */
.find {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 120px 48px;
}
.find-art {
  aspect-ratio: 4/5;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--line);
  background: #08080F;
}
.find-art > svg { display:block; width:100%; height:100%; }
.find-art .or-sub {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gray);
}
.find h2 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 16px 0 24px;
}
.find p {
  color: var(--gray-soft);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 32px;
  max-width: 480px;
}
.locator {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  max-width: 480px;
}
.locator input {
  flex: 1;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 16px 22px;
  font: inherit;
  color: var(--white);
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.locator input::placeholder { color: var(--gray); letter-spacing: 0.05em; }
.locator input:focus { border-color: var(--volt-cyan); }
.locator-msg { font-size: 12px; color: var(--volt-cyan); min-height: 16px; }

.find-list {
  margin-top: 32px;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.find-list li {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.find-list .city {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  min-width: 120px;
}
.find-list .shop-name { color: var(--gray-soft); }
.find-list .miles { color: var(--gray); font-size: 12px; letter-spacing: 0.1em; }

/* ===== Footer ===== */
footer {
  padding: 80px 48px 32px;
  border-top: 1px solid var(--line);
  background: var(--dark-base);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
}
.footer-brand .word {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 0.85;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  display: flex;
  align-items: end;
  gap: 4px;
}
.footer-brand .word svg { height: 50px; }
.footer-brand .rosin {
  color: var(--rosin-gold);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.45em;
  margin-top: 4px;
  margin-left: 4px;
}
.footer-brand p {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--gray);
  max-width: 280px;
}
.footer-col h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray);
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: grid; gap: 12px; }
.footer-col a {
  font-size: 14px;
  color: var(--white);
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--volt-cyan); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray);
}
.compliance {
  margin-top: 24px;
  padding: 16px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.6;
  color: var(--gray);
}
.compliance strong { color: var(--gray-soft); display: block; margin-bottom: 4px; letter-spacing: 0.18em; text-transform: uppercase; font-size: 10px; }

/* ===== Age gate ===== */
.gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(8,8,15,0.95);
  backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  transition: opacity 0.4s;
}
.gate.closing { opacity: 0; pointer-events: none; }
.gate-card {
  max-width: 440px;
  width: 100%;
  background: var(--dark-base);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 48px 40px;
  text-align: center;
}
.gate-card svg { margin: 0 auto 24px; }
.gate-card h3 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
}
.gate-card p {
  font-size: 14px;
  color: var(--gray-soft);
  line-height: 1.5;
  margin-bottom: 32px;
}
.gate-card .row { display: flex; gap: 8px; }
.gate-card .row .btn { flex: 1; justify-content: center; }
.gate-card .small {
  margin-top: 24px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray);
}

/* ===== Tweaks panel positioning override ===== */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .products, .strain-grid, .process-grid, .footer-top { grid-template-columns: 1fr 1fr; }
  .find, .manifesto .stats, .section-head { grid-template-columns: 1fr; gap: 32px; }
  .find { padding: 80px 32px; }
  section { padding: 80px 32px; }
  .hero { padding: 40px 32px 60px; }
}
@media (max-width: 640px) {
  .products, .strain-grid, .process-grid, .footer-top, .manifesto .stats { grid-template-columns: 1fr; }
  .nav { padding: 16px 24px; }
  section { padding: 64px 24px; }
  .hero { padding: 32px 24px; }
  .hero-meta { gap: 20px; }
  .hero-tag { flex-direction: column; align-items: flex-start; }
}
