/*! critical.css — above-the-fold subset of styles.css (~20KB)
    Inlined for fast first paint; full styles.css loads async.
    Generated 2026-04-24 — DO NOT edit by hand; regenerate from styles.css */

/* ── CSS Custom Properties (dark default) ─────────────────────────────── */
:root {
  --color-bg: #08090b;
  --color-bg-deep: #050608;
  --color-bg-elevated: #0e1014;
  --color-bg-card: #111318;
  --color-surface: #161a20;
  --color-surface-hover: #1c2129;
  --color-border: rgba(255, 255, 255, 0.07);
  --color-border-hover: rgba(255, 255, 255, 0.14);
  --color-border-glow: rgba(200, 245, 60, 0.2);
  --color-text: #f1f5f9;
  --color-text-muted: #a1b2c8;
  --color-text-dim: #8898ad;
  --color-accent: #c8f53c;
  --color-accent-dim: rgba(200, 245, 60, 0.10);
  --color-accent-glow: rgba(200, 245, 60, 0.22);
  --color-accent-amber: #fbbf24;
  --color-accent-amber-dim: rgba(251, 191, 36, 0.12);
  --font-display: 'Syne', 'SF Pro Display', sans-serif;
  --font-body: 'DM Sans', -apple-system, sans-serif;
  --transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --radius: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.3);
  --shadow-card-hover: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(200, 245, 60, 0.06);
  --shadow-glow: 0 0 24px rgba(200, 245, 60, 0.08);
  --env-banner-height: 0px;
  --ui-motion-shift-x-hover: 2px;
  --ui-motion-shift-x-active: 1px;
  --ui-motion-lift-y-hover: -1px;
  --ui-motion-press-scale-soft: 0.995;
  --ui-motion-press-scale-strong: 0.99;
  --ui-motion-shadow-hover: 0 6px 16px rgba(0, 0, 0, 0.22);
}

/* ── Light theme variables ────────────────────────────────────────────── */
[data-theme="light"] {
  --color-bg: #f5f7fb;
  --color-bg-deep: #eff3f9;
  --color-bg-elevated: #ffffff;
  --color-bg-card: #ffffff;
  --color-surface: #edf2f8;
  --color-surface-hover: #e4ebf4;
  --color-border: rgba(15, 23, 42, 0.12);
  --color-border-hover: rgba(15, 23, 42, 0.22);
  --color-border-glow: rgba(37, 99, 235, 0.22);
  --color-text: #0f172a;
  --color-text-muted: #334155;
  --color-text-dim: #475569;
  --color-accent: #2563eb;
  --color-accent-dim: rgba(37, 99, 235, 0.12);
  --color-accent-glow: rgba(37, 99, 235, 0.2);
  --color-accent-amber: #b45309;
  --color-accent-amber-dim: rgba(180, 83, 9, 0.14);
  --shadow-card: 0 2px 10px rgba(15, 23, 42, 0.08);
  --shadow-card-hover: 0 16px 34px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(37, 99, 235, 0.1);
  --shadow-glow: 0 0 18px rgba(37, 99, 235, 0.12);
  --ui-motion-shadow-hover: 0 8px 18px rgba(15, 23, 42, 0.14);
}

/* Auto-detect light mode (no-JS fallback) — only when html has no data-theme attribute */
@media (prefers-color-scheme: light) {
  html:not([data-theme]) {
    --color-bg: #f5f7fb;
    --color-bg-deep: #eff3f9;
    --color-bg-elevated: #ffffff;
    --color-bg-card: #ffffff;
    --color-surface: #edf2f8;
    --color-surface-hover: #e4ebf4;
    --color-border: rgba(15, 23, 42, 0.12);
    --color-border-hover: rgba(15, 23, 42, 0.22);
    --color-border-glow: rgba(37, 99, 235, 0.22);
    --color-text: #0f172a;
    --color-text-muted: #334155;
    --color-text-dim: #475569;
    --color-accent: #2563eb;
    --color-accent-dim: rgba(37, 99, 235, 0.12);
    --color-accent-glow: rgba(37, 99, 235, 0.2);
    --color-accent-amber: #b45309;
    --color-accent-amber-dim: rgba(180, 83, 9, 0.14);
    --shadow-card: 0 2px 10px rgba(15, 23, 42, 0.08);
    --shadow-card-hover: 0 16px 34px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(37, 99, 235, 0.1);
    --shadow-glow: 0 0 18px rgba(37, 99, 235, 0.12);
    --ui-motion-shadow-hover: 0 8px 18px rgba(15, 23, 42, 0.14);
  }
}

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

:focus-visible {
  outline: 2px solid var(--color-accent, #2563eb);
  outline-offset: 2px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-bg);
  background-image:
    radial-gradient(ellipse 100% 100% at 50% 0%, rgba(200, 245, 60, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(200, 245, 60, 0.02) 0%, transparent 40%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* Accent top bar */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c8f53c 0%, #38bdf8 50%, #c8f53c 100%);
  background-size: 200% 100%;
  animation: accent-bar-shift 6s linear infinite;
  z-index: 10000;
  pointer-events: none;
}
[data-theme="light"] body::before {
  background: linear-gradient(90deg, #2563eb 0%, #7c3aed 50%, #2563eb 100%);
  background-size: 200% 100%;
  animation: accent-bar-shift 6s linear infinite;
}
@keyframes accent-bar-shift {
  0%   { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}
@media (prefers-reduced-motion: reduce) {
  body::before { animation: none; }
}

/* ── Base typography ──────────────────────────────────────────────────── */
a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition);
}

h1, h2, h3, h4 { text-wrap: balance; }
p, li { text-wrap: pretty; }

/* ── Skip link (a11y) ─────────────────────────────────────────────────── */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1.25rem;
  background: var(--color-accent);
  color: #0f172a;
  font-weight: 600;
  border-radius: var(--radius);
  z-index: 9999;
  text-decoration: none;
  box-shadow: var(--shadow-card-hover);
}

/* ── Visually hidden ──────────────────────────────────────────────────── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Header ───────────────────────────────────────────────────────────── */
.site-header {
  position: fixed;
  top: var(--env-banner-height);
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0.875rem 2rem;
  background: rgba(6, 8, 12, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.14);
  transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
}

.site-header.scrolled {
  background: rgba(6, 7, 10, 0.82) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(200, 245, 60, 0.12);
}
[data-theme="light"] .site-header.scrolled {
  background: rgba(245, 247, 251, 0.88) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(37, 99, 235, 0.15);
}

[data-theme="light"] .site-header {
  background: rgba(245, 247, 251, 0.94);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.nav {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.15rem;
}

/* ── Logo ─────────────────────────────────────────────────────────────── */
.logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.01em;
  padding: 0.34rem 0.62rem 0.38rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--color-border-hover) 82%, transparent);
  background: color-mix(in srgb, var(--color-bg-elevated) 84%, transparent);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-shadow: 0 1px 12px rgba(2, 6, 23, 0.32);
  isolation: isolate;
}

.logo:hover {
  border-color: color-mix(in srgb, var(--color-accent) 26%, var(--color-border-hover));
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.logo-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.logo-wrapper .logo-dropdown {
  left: 0;
  min-width: 180px;
}

.logo-wrapper:hover .logo-dropdown,
.logo-wrapper:focus-within .logo-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.logo span {
  color: var(--color-accent);
  text-shadow: 0 0 18px rgba(200, 245, 60, 0.36);
}

[data-theme="light"] .logo {
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-shadow: none;
}
[data-theme="light"] .logo:hover {
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
[data-theme="light"] .logo span {
  text-shadow: none;
}

@media (max-width: 768px) { .logo { font-size: 0.9rem; } }

/* ── Nav links ────────────────────────────────────────────────────────── */
.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.75rem;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
}

.nav-links > li {
  position: relative;
}

.nav-links a {
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-links a:hover { color: var(--color-text); }

.nav-links > li:last-child > a {
  color: var(--color-accent);
  font-weight: 700;
  padding: 0.38rem 0.78rem 0.42rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--color-accent) 48%, transparent);
  background: color-mix(in srgb, var(--color-accent) 12%, transparent);
  box-shadow: 0 8px 18px rgba(200, 245, 60, 0.16);
}

.nav-links > li:last-child > a:hover {
  color: var(--color-text);
  border-color: color-mix(in srgb, var(--color-accent) 72%, transparent);
  background: color-mix(in srgb, var(--color-accent) 20%, transparent);
  box-shadow: 0 10px 22px rgba(200, 245, 60, 0.22);
}

/* ── Dropdown trigger ─────────────────────────────────────────────────── */
.nav-dropdown-trigger {
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}

.nav-dropdown-trigger:hover { color: var(--color-text); }

.nav-dropdown-trigger::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: 0.2rem;
  opacity: 0.7;
}

/* ── Dropdown panel ───────────────────────────────────────────────────── */
.nav-dropdown {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  min-width: 200px;
  padding-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
  z-index: 200;
}

.nav-links > li:hover .nav-dropdown,
.nav-dropdown-trigger:focus + .nav-dropdown,
.nav-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-inner {
  background: color-mix(in srgb, var(--color-bg-elevated) 92%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-border-hover) 88%, transparent);
  border-radius: var(--radius);
  padding: 0.5rem 0;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.nav-dropdown a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--color-text-muted);
  white-space: nowrap;
  transition: background var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.nav-dropdown a:hover {
  color: var(--color-accent);
  background: rgba(200, 245, 60, 0.06);
}

.nav-dropdown a.nav-priority-link {
  color: var(--color-text);
  font-weight: 700;
  background: rgba(200, 245, 60, 0.08);
  border-left: 2px solid var(--color-accent);
  padding-left: calc(1rem - 2px);
}

.nav-dropdown a.nav-priority-link:hover {
  background: rgba(200, 245, 60, 0.14);
  transform: translateX(var(--ui-motion-shift-x-hover));
  box-shadow: 0 4px 14px rgba(200, 245, 60, 0.14);
}

/* Light mode dropdown overrides */
[data-theme="light"] .nav-dropdown-inner {
  background: rgba(255,255,255, 0.97);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.06);
}
[data-theme="light"] .nav-dropdown a:hover {
  background: rgba(37, 99, 235, 0.06);
  color: var(--color-accent);
}
[data-theme="light"] .nav-dropdown a.nav-priority-link {
  background: rgba(37, 99, 235, 0.07);
  border-left-color: var(--color-accent);
}
[data-theme="light"] .nav-dropdown a.nav-priority-link:hover {
  background: rgba(37, 99, 235, 0.12);
}

/* ── Nav CTA area ─────────────────────────────────────────────────────── */
.nav-cta {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}

/* ── Nav toggle (hamburger) ───────────────────────────────────────────── */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  min-width: 44px;
  min-height: 44px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--color-text);
}

/* ── Buttons ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: var(--radius);
  transition: var(--transition);
  cursor: pointer;
  border: none;
  white-space: nowrap;
  line-height: 1.1;
}

#cart-nav-btn {
  min-width: 124px;
  padding-inline: 1rem;
}

.btn-primary {
  background: var(--color-accent);
  color: #0f172a;
  box-shadow: 0 2px 12px rgba(200, 245, 60, 0.25);
}

.btn-primary:hover {
  background: #7dd3fc;
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(200, 245, 60, 0.3);
}

.btn-secondary {
  background: var(--color-surface);
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

.btn-secondary:hover {
  border-color: var(--color-border-hover);
  background: var(--color-bg-elevated);
}

.btn-ghost {
  background: transparent;
  color: var(--color-text-muted);
}

.btn-ghost:hover { color: var(--color-accent); }

/* Cart button styling */
.nav-cta > a.btn-primary[href="/store/cart"],
.nav-cta > a.btn-primary[href="cart"],
.nav-cta > a.btn-primary[href="../store/cart"],
.nav-cta > a.btn-primary[id="cart-nav-btn"] {
  border: 1px solid rgba(200, 245, 60, 0.14);
  background: linear-gradient(180deg, rgba(200, 245, 60, 0.92), rgba(14, 165, 233, 0.88));
  color: #082032;
  box-shadow: 0 8px 22px rgba(200, 245, 60, 0.16);
}

.nav-cta > a.btn-primary[href="/store/cart"]:hover,
.nav-cta > a.btn-primary[href="cart"]:hover,
.nav-cta > a.btn-primary[href="../store/cart"]:hover,
.nav-cta > a.btn-primary[id="cart-nav-btn"]:hover {
  background: linear-gradient(180deg, #7dd3fc, #c8f53c);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(200, 245, 60, 0.22);
}

.nav-cta > a.btn-primary[href="/store/cart"] #cart-count,
.nav-cta > a.btn-primary[href="cart"] #cart-count,
.nav-cta > a.btn-primary[href="../store/cart"] #cart-count,
.nav-cta > a.btn-primary[id="cart-nav-btn"] #cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.45rem;
  height: 1.45rem;
  margin-left: 0.35rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: rgba(8, 32, 50, 0.14);
  color: inherit;
  font-size: 0.78em;
  font-weight: 700;
}

/* Light mode button overrides */
[data-theme="light"] .btn-primary {
  color: #ffffff;
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.22);
}
[data-theme="light"] .btn-primary:hover {
  background: #1d4ed8;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
}

[data-theme="light"] .nav-cta > a.btn-primary[href="/store/cart"],
[data-theme="light"] .nav-cta > a.btn-primary[href="cart"],
[data-theme="light"] .nav-cta > a.btn-primary[href="../store/cart"],
[data-theme="light"] .nav-cta > a.btn-primary[id="cart-nav-btn"] {
  background: linear-gradient(180deg, #2563eb, #1d4ed8);
  color: #ffffff;
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.2);
}
[data-theme="light"] .nav-cta > a.btn-primary[href="/store/cart"]:hover,
[data-theme="light"] .nav-cta > a.btn-primary[href="cart"]:hover,
[data-theme="light"] .nav-cta > a.btn-primary[href="../store/cart"]:hover,
[data-theme="light"] .nav-cta > a.btn-primary[id="cart-nav-btn"]:hover {
  background: linear-gradient(180deg, #1d4ed8, #1e40af);
  color: #ffffff;
}

/* Light mode body background */
[data-theme="light"] body {
  background-image:
    radial-gradient(ellipse 100% 100% at 50% 0%, rgba(37, 99, 235, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(37, 99, 235, 0.02) 0%, transparent 40%);
}

/* ── Hero (homepage) ──────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: clamp(3rem, 8vw, 8rem) 2rem 5rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(200, 245, 60, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(200, 245, 60, 0.04) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(200, 245, 60, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(251, 191, 36, 0.04) 0%, transparent 50%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(200, 245, 60, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 245, 60, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 100% 80% at 50% 40%, black 10%, transparent 65%);
  animation: grid-pulse 8s ease-in-out infinite;
}

@keyframes grid-pulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

.hero-lines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 80px,
    rgba(200, 245, 60, 0.02) 80px,
    rgba(200, 245, 60, 0.02) 81px
  );
  mask-image: radial-gradient(ellipse 100% 80% at 50% 40%, black 5%, transparent 60%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  animation: hero-fade-in 1s ease-out;
}

@keyframes hero-fade-in {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  background: rgba(200, 245, 60, 0.08);
  border: 1px solid rgba(200, 245, 60, 0.18);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-accent);
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}
.hero-badge__link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.15s;
}
.hero-badge__link:hover {
  opacity: 0.7;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: var(--color-text-muted);
  max-width: 600px;
  margin: 0 auto 1.5rem;
}

.page-home .hero-content {
  max-width: 1120px;
}

.hero-location {
  font-size: 0.95rem;
  color: var(--color-text-dim);
  margin-bottom: 2.5rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-text-dim);
  font-size: 0.8rem;
}

/* Light mode hero overrides */
[data-theme="light"] .hero-gradient {
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(37, 99, 235, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(37, 99, 235, 0.03) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(37, 99, 235, 0.02) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(180, 83, 9, 0.03) 0%, transparent 50%);
}

[data-theme="light"] .hero-grid {
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px);
}

[data-theme="light"] .hero-lines {
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 80px,
    rgba(37, 99, 235, 0.025) 80px,
    rgba(37, 99, 235, 0.025) 81px
  );
}

[data-theme="light"] .hero-badge {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.2);
}

/* ── Page Hero (store, product, subpages) ─────────────────────────────── */
.page-hero {
  padding: 8.5rem 2rem 4.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top center, rgba(200, 245, 60, 0.12), transparent 40%),
    linear-gradient(180deg, color-mix(in srgb, var(--color-bg-elevated) 96%, transparent) 0%, var(--color-bg) 100%);
  border-bottom: 1px solid var(--color-border);
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(200, 245, 60, 0.05) 0%, transparent 55%);
  pointer-events: none;
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 72px;
  background: linear-gradient(180deg, transparent, rgba(2, 8, 23, 0.12));
  pointer-events: none;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero .section-label {
  margin-bottom: 0.8rem;
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(200, 245, 60, 0.18);
  border-radius: 999px;
  background: rgba(200, 245, 60, 0.08);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
  line-height: 1.15;
}

.page-hero p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

.page-hero p + p {
  margin-top: 0.8rem;
}

.page-hero .hero-cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.8rem;
}

.page-hero .hero-cta-inline .btn {
  flex-shrink: 0;
  min-width: 180px;
}

[data-theme="light"] .page-hero::after {
  background: linear-gradient(180deg, transparent, rgba(240,244,248,0.12));
}

/* ── Sections ─────────────────────────────────────────────────────────── */
.section {
  padding: clamp(3.5rem, 6vw, 4.75rem) 2rem;
  position: relative;
}

.section + .section { padding-top: clamp(1.75rem, 3vw, 2.5rem); }

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin: 0 auto 2.5rem;
  max-width: 760px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-accent);
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.section-header p,
.section-header .search-meta {
  margin: 0.7rem auto 0;
  max-width: 720px;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* ── Products grid (store catalog) ────────────────────────────────────── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.product-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-card);
}

.product-card:hover {
  border-color: var(--color-border-hover);
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
}

.product-card-image {
  aspect-ratio: 4/3;
  background: var(--color-surface);
  display: block;
  overflow: hidden;
  position: relative;
}

.product-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}

.product-card:hover .product-card-image img {
  transform: scale(1.03);
}

.product-card-body {
  padding: 1.25rem;
}

.product-card-tag {
  font-size: 0.7rem;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
  opacity: 0.9;
}

.product-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.product-card-price {
  font-weight: 600;
  color: var(--color-accent-amber);
  font-size: 0.95rem;
}

/* ── Filter chips (store search) ──────────────────────────────────────── */
.filter-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-chip {
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  color: var(--color-text-muted);
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.filter-chip:hover {
  border-color: var(--color-border-hover);
  color: var(--color-text);
}

.filter-chip.is-active {
  border-color: var(--color-accent);
  background: var(--color-accent-dim);
  color: var(--color-accent);
}

/* ── Breadcrumbs ──────────────────────────────────────────────────────── */
.svrc-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.5rem;
  color: var(--color-text-dim);
  font-size: 0.82rem;
}

.svrc-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.svrc-breadcrumbs li:not(:last-child)::after {
  content: '/';
  color: var(--color-text-dim);
}

.svrc-breadcrumbs a {
  color: var(--color-text-muted);
}

.svrc-breadcrumbs [aria-current="page"] {
  color: var(--color-text);
}

/* ── Env banner ───────────────────────────────────────────────────────── */
.env-banner {
  position: sticky;
  top: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
  background: linear-gradient(90deg, #b42318, #dc6803);
  box-shadow: 0 6px 18px rgba(12, 17, 29, 0.28);
}

.env-banner strong {
  text-transform: uppercase;
  white-space: nowrap;
}

.env-banner span {
  font-weight: 500;
  opacity: 0.96;
}

/* ── Mobile responsive (header / hero) ────────────────────────────────── */
@media (max-width: 1100px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }

  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: calc(var(--env-banner-height) + 57px);
    left: 0;
    right: 0;
    background: var(--color-bg-elevated);
    border-bottom: 1px solid var(--color-border);
    padding: 1rem 2rem;
    gap: 0;
  }
  .nav.open .nav-links > li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--color-border);
  }
  .nav.open .nav-links > li:last-child { border-bottom: none; }

  .nav.open .nav-dropdown {
    position: static;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0;
    margin: 0;
    transition: max-height 0.25s ease;
  }
  .nav.open .nav-links > li.dropdown-open .nav-dropdown {
    max-height: 300px;
    padding: 0.5rem 0 0 1rem;
    margin-top: 0.5rem;
    border-left: 2px solid var(--color-border);
  }
  .nav.open .nav-dropdown-inner {
    box-shadow: none;
    padding: 0;
    background: transparent;
    border: none;
  }
  .nav.open .nav-dropdown a {
    padding: 0.4rem 0;
    font-size: 0.85rem;
  }
  .nav.open .nav-dropdown a.nav-priority-link {
    padding: 0.48rem 0.55rem;
    margin-bottom: 0.3rem;
    border-left: 2px solid var(--color-accent);
    border-radius: 8px;
    background: rgba(200, 245, 60, 0.12);
    color: var(--color-text);
    font-weight: 700;
  }
  .nav.open .nav-dropdown a.nav-secondary-link {
    padding-left: 0.2rem;
    color: var(--color-text-muted);
  }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }

  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: calc(var(--env-banner-height) + 57px);
    left: 0;
    right: 0;
    background: var(--color-bg-elevated);
    border-bottom: 1px solid var(--color-border);
    padding: 1rem 2rem;
    gap: 0;
  }
  .nav.open .nav-links > li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--color-border);
  }
  .nav.open .nav-links > li:last-child { border-bottom: none; }

  .hero { padding: 5.25rem 1.25rem 2.75rem; }
  .page-home .hero {
    padding-top: 4.8rem;
    padding-bottom: 2.15rem;
  }
  .hero-scroll { display: none; }
  .hero-location { margin-bottom: 1.35rem; }
  .hero-subtitle { font-size: 1.05rem; margin-bottom: 1rem; }
  .section { padding: 2.75rem 1.25rem; }
  .section-header { margin-bottom: 1.35rem; }
  .section-title { font-size: clamp(1.35rem, 5.2vw, 1.75rem); }
}

@media (max-width: 768px) {
  .env-banner {
    flex-direction: column;
    text-align: center;
    gap: 0.25rem;
    font-size: 0.76rem;
    padding: 0.45rem 0.55rem;
  }
}
