/* ============================================================
   TEXAS HILL COUNTRY WITCHERY — Main Stylesheet
   Theme: Dark Mystical / Celestial / Earthy Witchcraft
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Cinzel+Decorative:wght@400;700&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

/* ── Custom Properties ─────────────────────────────────────── */
:root {
  --bg-primary:    #07050e;
  --bg-secondary:  #0f0a1a;
  --bg-card:       #130d20;
  --bg-card-hover: #1c1230;
  --bg-nav:        rgba(7, 5, 14, 0.97);
  --bg-overlay:    rgba(7, 5, 14, 0.85);

  --gold:          #c9a84c;
  --gold-light:    #e8d48b;
  --gold-pale:     #f5e9c0;
  --gold-dark:     #8b6914;
  --gold-glow:     rgba(201, 168, 76, 0.35);
  --gold-glow-sm:  rgba(201, 168, 76, 0.15);

  --purple:        #5b1fa8;
  --purple-light:  #8b5cf6;
  --purple-vivid:  #7c3aed;
  --purple-dark:   #2d0b5c;

  --cobalt:        #1a3a8f;
  --cobalt-light:  #2563eb;
  --blue-dark:     #0d1432;

  --text-primary:  #f0e6d3;
  --text-secondary:#b8a898;
  --text-muted:    #7a6a5a;
  --text-gold:     #c9a84c;

  --border-gold:   rgba(201, 168, 76, 0.25);
  --border-purple: rgba(139, 92, 246, 0.25);

  /* Holographic / iridescent — matching the mylar bags in photos */
  --holo-1: #ff6eb4;
  --holo-2: #c77dff;
  --holo-3: #48cae4;
  --holo-4: #a4f080;
  --holo-5: #ffd166;

  --font-display:  'Cinzel Decorative', 'Cinzel', serif;
  --font-heading:  'Cinzel', serif;
  --font-body:     'Crimson Pro', Georgia, serif;

  --radius-sm:  4px;
  --radius-md:  8px;
  --radius-lg:  16px;

  --shadow-gold: 0 0 20px rgba(201, 168, 76, 0.3), 0 0 60px rgba(201, 168, 76, 0.1);
  --shadow-card: 0 4px 24px rgba(0,0,0,0.6);
  --shadow-deep: 0 8px 40px rgba(0,0,0,0.8);

  --transition: 0.3s ease;
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
  cursor: default;
}
* { cursor: inherit; }
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; transition: color var(--transition); cursor: pointer; }
a:hover { color: var(--gold-light); }
button { cursor: pointer; font-family: var(--font-heading); }
ul, ol { list-style: none; }

/* ── Stars Background ──────────────────────────────────────── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 10% 15%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 25% 40%, rgba(255,255,255,0.35) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 45% 10%, rgba(201,168,76,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 60% 55%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 75% 25%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 85% 70%, rgba(139,92,246,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 90% 40%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 35% 80%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 55% 90%, rgba(201,168,76,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 15% 60%, rgba(255,255,255,0.35) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 70% 85%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 5% 90%, rgba(139,92,246,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 95% 5%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 40% 50%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 80% 15%, rgba(201,168,76,0.35) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

/* ── Typography ────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
h1 { font-size: clamp(1.8rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.4rem, 3.5vw, 2.2rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); }

.gold-text { color: var(--gold); }
.section-title {
  font-family: var(--font-display);
  color: var(--gold);
  text-align: center;
  font-size: clamp(1.3rem, 4vw, 2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.section-subtitle {
  text-align: center;
  color: var(--text-secondary);
  font-style: italic;
  margin-bottom: 3rem;
  font-size: 1.05rem;
}
.section-divider {
  text-align: center;
  color: var(--gold);
  font-size: 1.4rem;
  letter-spacing: 0.5rem;
  margin: 0 auto 1.5rem;
  opacity: 0.6;
}

/* ── Layout Utilities ──────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; position: relative; z-index: 1; }
.section-alt { background: rgba(15, 10, 26, 0.7); }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.5rem; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.text-center { text-align: center; }

/* ── Buttons ───────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  border: none;
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.05);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.btn:hover::before { transform: scaleX(1); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  color: var(--bg-primary);
  font-weight: 700;
  box-shadow: 0 0 15px var(--gold-glow-sm);
}
.btn-gold:hover {
  box-shadow: var(--shadow-gold);
  color: var(--bg-primary);
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--border-gold);
}
.btn-outline:hover {
  background: var(--gold-glow-sm);
  box-shadow: 0 0 15px var(--gold-glow-sm);
  color: var(--gold-light);
}
.btn-ghost {
  background: transparent;
  color: var(--text-secondary);
  border: 1px solid rgba(255,255,255,0.1);
}
.btn-ghost:hover { border-color: var(--border-gold); color: var(--gold); }

/* ── Navigation ────────────────────────────────────────────── */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--bg-nav);
  border-bottom: 1px solid var(--border-gold);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: box-shadow var(--transition);
}
#navbar.scrolled { box-shadow: 0 2px 30px rgba(0,0,0,0.6); }
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.nav-logo .logo-main {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-shadow: 0 0 20px var(--gold-glow);
}
.nav-logo .logo-sub {
  font-family: var(--font-heading);
  font-size: 0.55rem;
  color: var(--text-secondary);
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.nav-links a {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-secondary);
  transition: color var(--transition);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0; right: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform var(--transition);
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }

.nav-cart-btn {
  position: relative;
  background: none;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-sm);
  padding: 0.45rem 1rem;
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  transition: all var(--transition);
}
.nav-cart-btn:hover { background: var(--gold-glow-sm); box-shadow: 0 0 15px var(--gold-glow-sm); }
.cart-count {
  position: absolute;
  top: -6px; right: -6px;
  min-width: 18px; height: 18px;
  background: var(--purple-light);
  border-radius: 50%;
  font-size: 0.65rem;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  color: white;
  padding: 0 3px;
}
.cart-count.hidden { display: none; }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  transition: all var(--transition);
}
.nav-mobile {
  display: none;
  flex-direction: column;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-gold);
  padding: 1.5rem;
  gap: 1.2rem;
}
.nav-mobile a {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.nav-mobile a:hover { color: var(--gold); }
.nav-mobile.open { display: flex; }

/* ── Hero Section ──────────────────────────────────────────── */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 1.5rem 80px;
  overflow: hidden;
  z-index: 1;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(91,31,168,0.25) 0%, transparent 70%),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(26,58,143,0.2) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(201,168,76,0.08) 0%, transparent 60%);
  z-index: -1;
}

/* Moon phases row */
.moon-phases {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--gold);
  opacity: 0.7;
  margin-bottom: 1.5rem;
  letter-spacing: 0.3rem;
}
.hero-eyebrow {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 7vw, 4.5rem);
  color: var(--gold);
  text-shadow: 0 0 40px var(--gold-glow), 0 0 80px rgba(201, 168, 76, 0.1);
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
.hero-title span {
  display: block;
  font-size: 0.5em;
  color: var(--text-primary);
  letter-spacing: 0.4em;
  margin-bottom: 0.3em;
}
.hero-tagline {
  font-style: italic;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto 2.5rem;
}
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 1.5rem;
  opacity: 0.5;
  animation: bounce 2s infinite;
}

/* ── Announcement Bar ──────────────────────────────────────── */
.announce-bar {
  background: linear-gradient(90deg, var(--purple-dark), var(--cobalt), var(--purple-dark));
  color: var(--gold-light);
  text-align: center;
  padding: 0.55rem 1rem;
  font-family: var(--font-heading);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border-gold);
}

/* ── Category Buttons ──────────────────────────────────────── */
.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 3rem;
}
.cat-btn {
  padding: 0.5rem 1.25rem;
  font-family: var(--font-heading);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--border-gold);
  background: transparent;
  color: var(--text-secondary);
  border-radius: 100px;
  transition: all var(--transition);
}
.cat-btn:hover, .cat-btn.active {
  background: var(--gold-glow-sm);
  color: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 12px var(--gold-glow-sm);
}

/* ── Product Cards ─────────────────────────────────────────── */
.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-md);
  box-shadow: inset 0 0 0 1px rgba(201,168,76,0.0);
  transition: box-shadow var(--transition);
  pointer-events: none;
  z-index: 2;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.5);
  box-shadow: 0 12px 40px rgba(0,0,0,0.5), 0 0 30px var(--gold-glow-sm);
}
.product-card:hover::before {
  box-shadow: inset 0 0 0 1px rgba(201,168,76,0.3);
}

.product-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%; /* square aspect */
  background: var(--bg-secondary);
  overflow: hidden;
}
.product-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.product-card:hover .product-img-wrap img { transform: scale(1.07); }
.product-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, rgba(91,31,168,0.3) 0%, var(--bg-secondary) 70%);
  font-size: 3rem;
  color: var(--gold);
  opacity: 0.6;
}

/* Featured badge */
.badge-featured {
  position: absolute;
  top: 10px; right: 10px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--bg-primary);
  font-family: var(--font-heading);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  padding: 3px 8px;
  border-radius: 100px;
  z-index: 3;
  text-transform: uppercase;
}

.product-body {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}
.product-category {
  font-family: var(--font-heading);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--purple-light);
}
.product-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--text-primary);
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.product-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.product-price {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 600;
}
.product-price.unset {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-style: italic;
}
.btn-add-cart {
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  border: none;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 100%);
  color: var(--bg-primary);
  border-radius: var(--radius-sm);
  font-weight: 700;
  transition: all var(--transition);
}
.btn-add-cart:hover {
  box-shadow: var(--shadow-gold);
  transform: translateY(-1px);
}
.btn-contact-price {
  padding: 0.45rem 0.9rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  border: 1px solid var(--border-purple);
  background: transparent;
  color: var(--purple-light);
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}
.btn-contact-price:hover {
  background: rgba(139,92,246,0.1);
  border-color: var(--purple-light);
}

/* ── Cart Drawer ───────────────────────────────────────────── */
#cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
  backdrop-filter: blur(4px);
}
#cart-overlay.open { opacity: 1; pointer-events: all; }

#cart-drawer {
  position: fixed;
  top: 0; right: -420px;
  width: 420px; max-width: 100vw;
  height: 100%;
  background: var(--bg-secondary);
  border-left: 1px solid var(--border-gold);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  transition: right 0.35s ease;
  box-shadow: -8px 0 40px rgba(0,0,0,0.5);
}
#cart-drawer.open { right: 0; }

.cart-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-header h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.cart-close {
  background: none;
  border: none;
  color: var(--text-secondary);
  font-size: 1.5rem;
  line-height: 1;
  transition: color var(--transition);
}
.cart-close:hover { color: var(--gold); }

.cart-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.cart-body::-webkit-scrollbar { width: 4px; }
.cart-body::-webkit-scrollbar-track { background: transparent; }
.cart-body::-webkit-scrollbar-thumb { background: var(--border-gold); border-radius: 2px; }

.cart-items {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-items::-webkit-scrollbar { width: 4px; }
.cart-items::-webkit-scrollbar-track { background: transparent; }
.cart-items::-webkit-scrollbar-thumb { background: var(--border-gold); border-radius: 2px; }

.cart-item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
}
.cart-item-img {
  width: 60px; height: 60px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  background: var(--bg-primary);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--gold);
  opacity: 0.6;
}
.cart-item-info { flex: 1; }
.cart-item-name { font-family: var(--font-heading); font-size: 0.85rem; }
.cart-item-price { color: var(--gold); font-size: 0.9rem; }
.cart-item-controls { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.4rem; }
.qty-btn {
  width: 24px; height: 24px;
  border: 1px solid var(--border-gold);
  background: transparent;
  color: var(--gold);
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition);
}
.qty-btn:hover { background: var(--gold-glow-sm); }
.qty-display { font-family: var(--font-heading); font-size: 0.9rem; min-width: 20px; text-align: center; }
.remove-item { background: none; border: none; color: var(--text-muted); font-size: 1.1rem; margin-left: 0.5rem; transition: color var(--transition); }
.remove-item:hover { color: #e55; }

.cart-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--text-muted);
  font-style: italic;
  font-size: 1.1rem;
}
.cart-empty .empty-icon { font-size: 3rem; opacity: 0.4; }

.cart-footer {
  padding: 1.25rem 1.5rem 1.5rem;
  border-top: 1px solid var(--border-gold);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ── Shipping Selector ───────────────────────────────────── */
.shipping-selector {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.shipping-selector-title {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.1rem;
}
.shipping-option {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition);
}
.shipping-option:has(input:checked) {
  background: rgba(201,168,76,0.07);
  border-color: var(--gold);
}
.shipping-option input[type="radio"] { accent-color: var(--gold); flex-shrink: 0; cursor: pointer; }
.shipping-opt-body { flex: 1; display: flex; flex-direction: column; gap: 0.1rem; }
.shipping-opt-name { flex: 1; font-size: 0.875rem; }
.shipping-opt-sub { font-size: 0.75rem; color: var(--text-muted); }
.shipping-opt-cost { font-family: var(--font-heading); font-size: 0.875rem; white-space: nowrap; flex-shrink: 0; }

/* ── Cart Step 2 ─────────────────────────────────────────── */
.cart-back-link {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0.5rem;
  display: inline-block;
  transition: color var(--transition);
}
.cart-back-link:hover { color: var(--gold); }

/* ── Checkout Summary Box ──────────────────────────────────── */
.checkout-summary {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: var(--radius-md);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.checkout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}
.checkout-label { color: var(--text-secondary); }
.checkout-value { font-family: var(--font-heading); color: var(--text-primary); }
.checkout-free {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5cbd7e;
  background: rgba(92,189,126,0.1);
  border: 1px solid rgba(92,189,126,0.28);
  border-radius: 4px;
  padding: 2px 8px;
}
.checkout-divider {
  height: 1px;
  background: var(--border-gold);
  opacity: 0.35;
  margin: 0.1rem 0;
}
.checkout-total {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
}
.checkout-total span:last-child { color: var(--gold); font-size: 1.1rem; }

/* ── Pickup Note ───────────────────────────────────────────── */
.checkout-pickup-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.77rem;
  color: var(--text-muted);
  background: rgba(201,168,76,0.05);
  border: 1px solid rgba(201,168,76,0.14);
  border-radius: var(--radius-sm);
  padding: 0.6rem 0.75rem;
  line-height: 1.5;
}
.checkout-pickup-note strong { color: var(--text-secondary); }

/* ── PayPal Section ────────────────────────────────────────── */
.checkout-paypal-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.checkout-secure-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  color: var(--text-muted);
  font-family: var(--font-heading);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#paypal-button-container { min-height: 45px; }

/* ── Trust Row ─────────────────────────────────────────────── */
.checkout-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.68rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  line-height: 1.8;
}

/* ── Customer Info Form (in cart) ───────────────────────────── */
#checkout-customer-form {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--radius-md);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cif-title {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.cif-error {
  display: none;
  font-size: 0.78rem;
  color: #e07070;
  background: rgba(224,112,112,0.08);
  border: 1px solid rgba(224,112,112,0.2);
  border-radius: 4px;
  padding: 0.4rem 0.6rem;
}
.cif-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.cif-field { display: flex; flex-direction: column; gap: 0.2rem; }
.cif-field.cif-full { grid-column: 1 / -1; }
.cif-field label {
  font-size: 0.68rem;
  color: var(--text-muted);
  font-family: var(--font-heading);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cif-field input {
  background: var(--bg-primary);
  border: 1px solid var(--border-gold);
  border-radius: 4px;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.875rem;
  padding: 0.45rem 0.6rem;
  outline: none;
  width: 100%;
  transition: border-color 0.15s;
}
.cif-field input:focus { border-color: var(--gold); }

/* ── Hero Feature Cards ────────────────────────────────────── */
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 2rem;
  text-align: center;
  transition: all var(--transition);
}
.feature-card:hover {
  border-color: rgba(201,168,76,0.5);
  box-shadow: 0 8px 30px rgba(0,0,0,0.4), 0 0 20px var(--gold-glow-sm);
  transform: translateY(-4px);
}
.feature-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.feature-card h3 { color: var(--gold); margin-bottom: 0.5rem; font-size: 1rem; letter-spacing: 0.1em; }
.feature-card p { color: var(--text-secondary); font-size: 0.95rem; }

/* ── About Section ─────────────────────────────────────────── */
.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-img-frame {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-card);
}
.about-img-frame img { width: 100%; }
.about-img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-md);
  box-shadow: inset 0 0 40px rgba(201,168,76,0.1);
  pointer-events: none;
}
.about-text { cursor: default; }
.about-text p { margin-bottom: 1rem; color: var(--text-secondary); font-size: 1.05rem; cursor: default; }
.about-text p strong { color: var(--text-primary); font-weight: 600; }

/* ── Testimonials ──────────────────────────────────────────── */
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 2rem;
}
.stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 0.75rem; }
.testimonial-text { font-style: italic; color: var(--text-secondary); margin-bottom: 1rem; }
.testimonial-author { font-family: var(--font-heading); font-size: 0.8rem; letter-spacing: 0.1em; color: var(--gold); }

/* ── Moon Phase Divider ────────────────────────────────────── */
.moon-divider {
  text-align: center;
  color: var(--gold);
  font-size: 1.3rem;
  letter-spacing: 0.6rem;
  opacity: 0.45;
  margin: 3rem 0;
  user-select: none;
}

/* ── Contact Form ──────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}
.contact-info h3 { color: var(--gold); margin-bottom: 0.75rem; }
.contact-info p { color: var(--text-secondary); margin-bottom: 1.5rem; }
.contact-item { display: flex; gap: 0.75rem; align-items: flex-start; margin-bottom: 1rem; }
.contact-item-icon { color: var(--gold); font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.contact-item-text { color: var(--text-secondary); }

.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1rem;
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px var(--gold-glow-sm);
}
.form-group textarea { min-height: 140px; resize: vertical; }
.form-group select option { background: var(--bg-secondary); }

/* ── Footer ────────────────────────────────────────────────── */
footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-gold);
  padding: 4rem 0 1.5rem;
  position: relative;
  z-index: 1;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand .logo-main {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.5rem;
}
.footer-brand p { color: var(--text-secondary); font-size: 0.9rem; margin-top: 0.75rem; }
.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col ul a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  transition: color var(--transition);
}
.footer-col ul a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid var(--border-gold);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom p { color: var(--text-muted); font-size: 0.8rem; }
.footer-disclaimer {
  font-size: 0.75rem;
  color: var(--text-muted);
  max-width: 600px;
  text-align: center;
  margin: 1rem auto 0;
  font-style: italic;
  line-height: 1.5;
}

/* ── Shop Page ─────────────────────────────────────────────── */
.page-hero {
  padding: 120px 1.5rem 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(91,31,168,0.2) 0%, transparent 70%);
  z-index: -1;
}
.page-hero h1 {
  font-family: var(--font-display);
  color: var(--gold);
  margin-bottom: 0.75rem;
  text-shadow: 0 0 30px var(--gold-glow);
}
.page-hero p { color: var(--text-secondary); font-size: 1.1rem; font-style: italic; }

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.results-count { color: var(--text-secondary); font-size: 0.85rem; font-style: italic; }

/* ── Product Modal ─────────────────────────────────────────── */
#modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 1300;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  padding: 1.5rem;
}
#modal-overlay.open { display: flex; }
.modal {
  background: var(--bg-secondary);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  max-width: 760px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-deep), 0 0 60px var(--gold-glow-sm);
  position: relative;
}
.modal-close {
  position: absolute;
  top: 1rem; right: 1rem;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: var(--text-secondary);
  transition: color var(--transition);
  z-index: 1;
}
.modal-close:hover { color: var(--gold); }
.modal-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.modal-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  width: 100%;
  background: var(--bg-card);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.5;
}
.modal-details { padding: 2.5rem; }
.modal-category {
  font-family: var(--font-heading);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--purple-light);
  margin-bottom: 0.5rem;
}
.modal-name { font-family: var(--font-heading); font-size: 1.5rem; margin-bottom: 1rem; }
.modal-desc { color: var(--text-secondary); line-height: 1.7; margin-bottom: 1.5rem; }
.modal-price {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.modal-qty {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.modal-qty label { font-family: var(--font-heading); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-secondary); }
.modal-qty-controls { display: flex; align-items: center; gap: 0.75rem; }
.modal-qty-btn {
  width: 32px; height: 32px;
  border: 1px solid var(--border-gold);
  background: transparent;
  color: var(--gold);
  border-radius: 4px;
  font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition);
}
.modal-qty-btn:hover { background: var(--gold-glow-sm); }
.modal-qty-num { font-family: var(--font-heading); font-size: 1rem; min-width: 30px; text-align: center; }

/* ── Holographic Shimmer Accent ────────────────────────────── */
.holo-accent {
  background: linear-gradient(
    135deg,
    var(--holo-1) 0%,
    var(--holo-2) 20%,
    var(--holo-3) 40%,
    var(--holo-4) 60%,
    var(--holo-5) 80%,
    var(--holo-1) 100%
  );
  background-size: 200% 200%;
  animation: holo-shift 4s ease infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.holo-border {
  position: relative;
}
.holo-border::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--holo-1), var(--holo-2), var(--holo-3), var(--holo-4));
  background-size: 300% 300%;
  animation: holo-shift 3s ease infinite;
  z-index: -1;
  opacity: 0.6;
}

/* ── Newsletter / Banner ───────────────────────────────────── */
.banner-strip {
  background: linear-gradient(135deg, var(--purple-dark) 0%, var(--cobalt) 50%, var(--purple-dark) 100%);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  padding: 4rem 1.5rem;
  text-align: center;
}
.banner-strip h2 { color: var(--gold-light); margin-bottom: 0.75rem; }
.banner-strip p { color: rgba(240,230,211,0.7); margin-bottom: 2rem; font-style: italic; }
.email-form { display: flex; gap: 0.75rem; max-width: 440px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.email-form input {
  flex: 1;
  min-width: 220px;
  padding: 0.75rem 1rem;
  background: rgba(0,0,0,0.4);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1rem;
  outline: none;
}
.email-form input:focus { border-color: var(--gold); }
.email-form input::placeholder { color: var(--text-muted); }

/* ── Toast Notifications ───────────────────────────────────── */
#toast-container {
  position: fixed;
  bottom: 2rem; right: 2rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.toast {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 1rem 1.5rem;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  box-shadow: var(--shadow-card);
  animation: slideInRight 0.3s ease, fadeOut 0.3s ease 2.7s forwards;
  max-width: 300px;
}
.toast.success { border-left-color: #4ade80; }
.toast.error { border-left-color: #ef4444; }

/* ── Scroll to top ─────────────────────────────────────────── */
#scroll-top {
  position: fixed;
  bottom: 2rem; left: 2rem;
  width: 40px; height: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: all var(--transition);
  cursor: pointer;
}
#scroll-top.visible { opacity: 1; pointer-events: all; }
#scroll-top:hover { background: var(--gold-glow-sm); box-shadow: 0 0 15px var(--gold-glow-sm); }

/* ── Loader ────────────────────────────────────────────────── */
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  gap: 0.5rem;
}
.loader-dot {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse-dot 1.4s ease infinite;
}
.loader-dot:nth-child(2) { animation-delay: 0.2s; }
.loader-dot:nth-child(3) { animation-delay: 0.4s; }

/* ── Admin Panel ───────────────────────────────────────────── */
.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.admin-table th {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-secondary);
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-gold);
  text-align: left;
}
.admin-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: var(--text-secondary);
  vertical-align: middle;
}
.admin-table tr:hover td { background: rgba(201,168,76,0.04); }
.price-input {
  width: 80px;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-sm);
  padding: 0.35rem 0.5rem;
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  outline: none;
  text-align: right;
}
.price-input:focus { box-shadow: 0 0 0 2px var(--gold-glow-sm); }

/* ── Keyframe Animations ───────────────────────────────────── */
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}
@keyframes holo-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes slideInRight {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes pulse-dot {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40% { transform: scale(1); opacity: 1; }
}
@keyframes glow-pulse {
  0%, 100% { text-shadow: 0 0 20px var(--gold-glow), 0 0 40px rgba(201,168,76,0.15); }
  50% { text-shadow: 0 0 30px rgba(201,168,76,0.6), 0 0 60px rgba(201,168,76,0.25); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .about-content { grid-template-columns: 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .modal-inner { grid-template-columns: 1fr; }
  .modal-img { border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
  .hero-title { font-size: clamp(1.8rem, 8vw, 3rem); }
}
@media (max-width: 600px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  #cart-drawer { width: 100vw; }
  .cart-item-img { width: 48px; height: 48px; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .section { padding: 3.5rem 0; }
}
@media (max-width: 380px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* ── Utility ───────────────────────────────────────────────── */
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mb-2 { margin-bottom: 1rem; }
.gap-1 { gap: 0.5rem; }
