/* ==========================================================================
   MUJTABA FRAGRANCES — Shared stylesheet
   Dark luxury theme · Glass morphism · Cormorant Garamond + Montserrat
   Pages: index (dark/gold) | mens (blue) | womens (pink/burgundy)
          product · cart · checkout · order-confirmation
   ========================================================================== */

/* ---------- Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&family=Italiana&family=Tenor+Sans&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&family=Montserrat:wght@200;300;400;500;600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

/* ---------- Custom Brand Font: Arome ---------- */
@font-face {
  font-family: 'Arome';
  src: url('/assets/fonts/Arome.otf') format('opentype'),
       url('/assets/fonts/Arome.ttf') format('truetype'),
       url('../assets/fonts/Arome.otf') format('opentype'),
       url('../assets/fonts/Arome.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arome Display';
  src: url('/assets/fonts/Arome Display.otf') format('opentype'),
       url('/assets/fonts/Arome Display.ttf') format('truetype'),
       url('../assets/fonts/Arome Display.otf') format('opentype'),
       url('../assets/fonts/Arome Display.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   CSS VARIABLES — default (dark/gold main page)
   ========================================================================== */
:root {
  /* Backgrounds */
  --bg-primary: #050505;
  --bg-secondary: #0d0c0a;
  --bg-tertiary: #15130f;
  --bg-footer: #080808;

  /* Brand colors */
  --text-gold: #D4AF37;
  --text-gold-soft: rgba(212, 175, 55, 0.3);
  --text-gold-faint: rgba(212, 175, 55, 0.1);
  --text-cream: #F5F5DC;
  --accent: #D4AF37;
  --accent-light: #E5C76B;

  /* Text */
  --text-primary: #F5F5DC;
  --text-secondary: #e5e5e5;
  --text-muted: #9ca3af;

  /* Glass */
  --glass-bg: rgba(20, 18, 15, 0.4);
  --glass-bg-strong: rgba(30, 25, 20, 0.6);
  --glass-bg-deep: rgba(10, 8, 5, 0.8);
  --glass-border: rgba(212, 175, 55, 0.15);
  --glass-border-strong: rgba(212, 175, 55, 0.4);
  --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  --glass-shadow-gold: 0 15px 40px rgba(212, 175, 55, 0.1);

  /* Legacy aliases (used by cart/checkout) */
  --border-gold: rgba(212, 175, 55, 0.2);
  --overlay-dark: rgba(5, 5, 5, 0.85);

  /* Fonts - Pure Luxury Brand Typography */
  --font-heading: 'Cinzel', 'Tenor Sans', 'Cormorant Garamond', Georgia, serif;
  --font-brand: 'Cinzel', 'Tenor Sans', 'Italiana', Georgia, serif;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Layout */
  --container-max: 1440px;
  --transition: cubic-bezier(0.23, 1, 0.32, 1);
  --transition-fast: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Theme: Men's (deep blue) ---------- */
.theme-mens {
  --bg-primary: #0a1929;
  --bg-secondary: #102338;
  --bg-tertiary: #16304f;
  --bg-footer: #060f1c;
  --accent: #D4AF37;
  --accent-light: #E5C76B;
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.92);
  --text-muted: rgba(255, 255, 255, 0.65);
  --border-gold: rgba(212, 175, 55, 0.25);
  --overlay-dark: rgba(10, 25, 41, 0.85);
  --gradient-bg: linear-gradient(135deg, #1e3a5f 0%, #0a1929 50%, #050a14 100%);
  --glass-bg: rgba(15, 30, 50, 0.4);
  --glass-bg-strong: rgba(20, 40, 65, 0.6);
  --glass-bg-deep: rgba(8, 15, 25, 0.8);
}

/* ---------- Theme: Women's (burgundy/rose) ---------- */
.theme-womens {
  --bg-primary: #1a0610;
  --bg-secondary: #2a0a18;
  --bg-tertiary: #3d1226;
  --bg-footer: #0d0307;
  --accent: #E8B4B8;
  --accent-light: #F0D0D9;
  --text-primary: #FFFFFF;
  --text-secondary: #F0D0D9;
  --text-muted: rgba(240, 208, 217, 0.7);
  --border-gold: rgba(232, 180, 184, 0.3);
  --overlay-dark: rgba(26, 6, 16, 0.85);
  --gradient-bg: radial-gradient(ellipse at top, #5a0e2c 0%, #1a0610 70%, #0d0307 100%);
  --glass-bg: rgba(40, 10, 22, 0.4);
  --glass-bg-strong: rgba(60, 15, 32, 0.6);
  --glass-bg-deep: rgba(20, 5, 12, 0.85);
  --page-bg: #1a0610;
}

/* ---------- Theme: Unisex (deep emerald green) ---------- */
.theme-unisex {
  --bg-primary: #06241a;
  --bg-secondary: #0a382a;
  --bg-tertiary: #0e4c3a;
  --bg-footer: #02120d;
  --accent: #6ee7b7;
  --accent-light: #a7f3d0;
  --text-primary: #ffffff;
  --text-secondary: rgba(236, 253, 245, 0.92);
  --text-muted: rgba(167, 243, 208, 0.7);
  --border-gold: rgba(110, 231, 183, 0.3);
  --overlay-dark: rgba(6, 36, 26, 0.85);
  --gradient-bg: radial-gradient(ellipse at top, #064e3b 0%, #06241a 65%, #02120d 100%);
  --glass-bg: rgba(6, 40, 28, 0.4);
  --glass-bg-strong: rgba(10, 60, 42, 0.6);
  --glass-bg-deep: rgba(4, 20, 14, 0.85);
  --page-bg: #06241a;
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text-secondary);
  background: var(--bg-primary);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Theme backgrounds for collection pages */
body.theme-mens {
  background: var(--gradient-bg);
  background-attachment: fixed;
  min-height: 100vh;
}

body.theme-womens {
  background: var(--gradient-bg);
  min-height: 100vh;
}

body.theme-unisex {
  background: var(--gradient-bg);
  background-attachment: fixed;
  min-height: 100vh;
}

body.theme-shop {
  background: radial-gradient(ellipse at top, #1a140b 0%, #0d0a06 60%, #030202 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

/* Luxury 3D Gold CTA Button */
.btn-primary-3d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px;
  border-radius: 50px;
  background: linear-gradient(135deg, #fce29d 0%, #d4af37 50%, #aa8210 100%);
  color: #0b0907;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 240, 180, 0.65);
  box-shadow: 
    0 8px 25px rgba(0, 0, 0, 0.6),
    0 2px 8px rgba(212, 175, 55, 0.4),
    inset 0 1px 1px rgba(255, 255, 255, 0.8),
    inset 0 -2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transform: translateY(0);
}

.btn-primary-3d::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-20deg);
  transition: left 0.75s ease;
}

.btn-primary-3d:hover::before {
  left: 140%;
}

.btn-primary-3d:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #ffffff 0%, #eac252 50%, #b88d18 100%);
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.7),
    0 0 25px rgba(212, 175, 55, 0.6),
    inset 0 1px 2px rgba(255, 255, 255, 0.9),
    inset 0 -2px 4px rgba(0, 0, 0, 0.4);
  color: #050403;
}

.btn-primary-3d:active {
  transform: translateY(1px);
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.5),
    0 0 15px rgba(212, 175, 55, 0.3),
    inset 0 1px 1px rgba(0, 0, 0, 0.4);
}

/* Subtle film grain noise overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.025;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: overlay;
}

img { max-width: 100%; display: block; }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 300;
  color: var(--text-primary);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.label-caps {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-block;
}

.italic-gold {
  font-style: italic;
  color: var(--accent);
}

/* Gold gradient text utility */
.text-gradient-gold {
  background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Ornament decorative line */
.ornament-line {
  height: 1px;
  width: 60px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}

/* ==========================================================================
   LAYOUT CONTAINER
   ========================================================================== */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 4rem;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* ==========================================================================
   GLASS MORPHISM UTILITIES (CRITICAL — Liquid Dark Luxury)
   ========================================================================== */
.glass-panel {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 25%, rgba(20, 17, 12, 0.65) 65%, rgba(8, 6, 4, 0.88) 100%);
  backdrop-filter: blur(28px) saturate(210%) contrast(110%);
  -webkit-backdrop-filter: blur(28px) saturate(210%) contrast(110%);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  box-shadow: 
    0 24px 60px rgba(0, 0, 0, 0.75), 
    0 8px 25px rgba(0, 0, 0, 0.5), 
    inset 0 2px 3px rgba(255, 255, 255, 0.5), 
    inset 0 -2px 5px rgba(0, 0, 0, 0.7), 
    inset 2px 0 4px rgba(255, 255, 255, 0.3), 
    inset -2px 0 4px rgba(0, 0, 0, 0.5), 
    0 0 1px 1px rgba(212, 175, 55, 0.4);
  border-radius: 20px;
}

.glass-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(45, 38, 28, 0.6) 20%, rgba(15, 12, 8, 0.82) 80%, rgba(5, 4, 3, 0.95) 100%);
  backdrop-filter: blur(24px) saturate(200%) contrast(110%);
  -webkit-backdrop-filter: blur(24px) saturate(200%) contrast(110%);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.65),
    0 6px 16px rgba(0, 0, 0, 0.4),
    inset 0 2px 3px rgba(255, 255, 255, 0.45),
    inset 0 -2px 4px rgba(0, 0, 0, 0.65),
    inset 1.5px 0 3px rgba(255, 255, 255, 0.25),
    inset -1.5px 0 3px rgba(0, 0, 0, 0.45),
    0 0 1px 1px rgba(212, 175, 55, 0.3);
}

.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 60%, transparent 100%);
  pointer-events: none;
  transition: opacity 0.5s ease;
  opacity: 0.7;
  z-index: 1;
}

.glass-card:hover {
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-8px) scale(1.015);
  box-shadow: 
    0 32px 75px rgba(0, 0, 0, 0.8),
    0 12px 30px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(212, 175, 55, 0.35),
    inset 0 2px 5px rgba(255, 255, 255, 0.7),
    inset 0 -2px 6px rgba(0, 0, 0, 0.8),
    inset 2px 0 4px rgba(255, 255, 255, 0.4),
    inset -2px 0 4px rgba(0, 0, 0, 0.6),
    0 0 1px 1px rgba(212, 175, 55, 0.6);
}

.glass-card:hover::before {
  opacity: 1;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.nav {
  position: fixed;
  top: 18px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 1000;
  width: min(940px, calc(100% - 48px));
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  /* Ultra-modern liquid glass capsule with white outline & subtle grey/smoked tint */
  background: linear-gradient(135deg, rgba(38, 38, 44, 0.62) 0%, rgba(22, 22, 26, 0.52) 50%, rgba(42, 42, 48, 0.62) 100%);
  backdrop-filter: blur(28px) saturate(190%) contrast(105%);
  -webkit-backdrop-filter: blur(28px) saturate(190%) contrast(105%);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.6),
    0 0 15px rgba(255, 255, 255, 0.05),
    inset 0 1.5px 2px rgba(255, 255, 255, 0.5),
    inset 0 -1px 2px rgba(0, 0, 0, 0.4);
  padding: 0 20px;
  box-sizing: border-box;
}

/* Scrolled state is the same — always sleek liquid glass */
.nav.scrolled {
  /* Same as .nav — always sleek island style */
}

.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 4px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-primary);
  flex-shrink: 0;
}

.nav-logo-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-logo-icon svg,
.nav-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nav-logo-text .brand {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-logo-text .tagline {
  font-size: 7.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 2px;
  font-weight: 400;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  padding: 4px 0;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.3s var(--transition);
}

.nav-links a:hover { color: var(--accent); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--accent); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.nav-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.25s ease;
  position: relative;
  text-decoration: none;
}

.nav-icon:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--accent);
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.nav-icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
}

.nav-icon i {
  font-size: 12px;
}

.cart-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  background: var(--accent);
  color: var(--bg-primary);
  font-size: 8.5px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  letter-spacing: 0;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--text-primary);
  transition: 0.3s;
  transform-origin: center;
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

/* Primary filled button */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--accent);
  border-radius: 0;
  background: var(--accent);
  color: var(--bg-primary);
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.btn span, .btn svg { position: relative; z-index: 1; }

.btn:hover {
  background: var(--accent-light);
  border-color: var(--accent-light);
  letter-spacing: 3px;
}

.btn-primary {
  background: var(--accent);
  color: var(--bg-primary);
  border-color: var(--accent);
}

/* Outline button — matches reference exactly */
.btn-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 50px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  /* Apple-like liquid glass */
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.4),
    inset 0 1px 2px rgba(255, 255, 255, 0.15),
    inset 0 -1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
}

.btn-outline::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: rgba(212, 175, 55, 0.12);
  transition: all 0.35s ease;
  z-index: 0;
}

.btn-outline span, .btn-outline svg { position: relative; z-index: 1; }

.btn-outline:hover::before { left: 0; }
.btn-outline:hover {
  border-color: rgba(212, 175, 55, 0.6);
  color: var(--accent);
  letter-spacing: 3px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(212, 175, 55, 0.15),
    inset 0 1px 3px rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.btn-outline:active {
  transform: translateY(0);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.4),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

/* Arrow icon */
.btn-arrow {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: transform 0.3s ease;
}

.btn:hover .btn-arrow,
.btn-outline:hover .btn-arrow {
  transform: translateX(4px);
}

/* "Shop Now" with side arrows */
.btn-target {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 16px 40px;
  border: 1px solid var(--accent);
  border-radius: 50px;
  color: var(--text-primary);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.4s var(--transition);
  cursor: pointer;
}

.btn-target::before,
.btn-target::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: var(--accent);
  transform: translateY(-50%);
}

.btn-target::before { right: 100%; margin-right: -8px; }
.btn-target::after { left: 100%; margin-left: -8px; }

.btn-target:hover {
  background: var(--accent);
  color: var(--bg-primary);
}

/* Glass cart button (collection pages) */
.btn-glass {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-glass:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}

.btn-glass svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* ==========================================================================
   HERO — main page (with video background)
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 0 45px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.95;
  filter: brightness(0.88) contrast(1.08);
}

/* Hero background image (replaces video) */
.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Default: show desktop hero image, hide mobile hero image (desktop-first) */
.hero-bg-desktop { display: block; }
.hero-bg-mobile { display: none; }

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}

/* Swap to mobile hero image at < 1024px (covers portrait tablets and phones) */
@media (max-width: 1023px) {
  .hero-bg-desktop { display: none; }
  .hero-bg-mobile { display: block; }
}

.hero .container {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hero-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  flex: 1;
}

.hero-content {
  max-width: 900px;
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  min-height: calc(100vh - 155px);
  min-height: calc(100dvh - 155px);
  padding: 0 16px;
}

/* Brand name displayed on top of hero image — Arome font (Web View only) */
.hero-brand-name {
  font-family: 'Arome', 'Arome Display', serif !important;
  font-size: clamp(2.5rem, 5.5vw, 4.6rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 8px 16px !important;
  text-align: center !important;
  white-space: nowrap !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #FFF1B8 !important;
  color: #FFF1B8 !important;
  paint-order: stroke fill !important;
  /* Thicker stroke for bolder alphabets */
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.85) !important;
  filter: none !important;
  /* Tight cloudy glow hugging each letter (no blur, just crisp glow) */
  text-shadow:
    0 0 1px rgba(255, 241, 184, 1),
    0 0 2px rgba(255, 241, 184, 0.8),
    0 0 4px rgba(255, 241, 184, 0.5),
    0 0 7px rgba(255, 241, 184, 0.3),
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 3px 8px rgba(0, 0, 0, 0.85),
    0 5px 14px rgba(0, 0, 0, 0.7) !important;
  user-select: none;
}

.hero-brand-name .brand-word {
  display: inline-block;
  margin: 0 0.15em;
}

.hero-content .label-caps {
  display: block;
  margin-bottom: 24px;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.6), 0 2px 8px rgba(0, 0, 0, 0.9);
}

.hero h1, .hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4.2vw, 4.6rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-shadow:
    0 0 22px rgba(212, 175, 55, 0.55),
    0 0 45px rgba(212, 175, 55, 0.3),
    0 2px 12px rgba(0, 0, 0, 0.95);
}

.hero-line-1 {
  display: block;
  white-space: nowrap;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.5), 0 2px 10px rgba(0,0,0,0.9);
}

.hero-line-2 {
  display: block;
  white-space: nowrap;
  font-style: italic;
  font-weight: 400;
  filter: drop-shadow(0 0 18px rgba(212, 175, 55, 0.6)) drop-shadow(0 2px 10px rgba(0,0,0,0.9));
}

.hero p {
  font-size: 15px;
  color: var(--text-secondary);
  margin-bottom: 36px;
  max-width: 480px;
  font-weight: 300;
  line-height: 1.8;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.95), 0 0 18px rgba(0, 0, 0, 0.85);
}

.hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 10px 0;
  z-index: 10;
}

/* Scroll-down arrow (bottom-right of hero) */
.hero-scroll-arrow {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 10;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 8, 6, 0.6);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 2px solid rgba(212, 175, 55, 0.8);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.6),
    0 0 12px rgba(212, 175, 55, 0.4),
    0 0 24px rgba(212, 175, 55, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 0.2);
  color: #F5E1A4;
  text-decoration: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  animation: scroll-bounce 2s ease-in-out infinite;
}

.hero-scroll-arrow svg {
  width: 20px;
  height: 20px;
  fill: #D4AF37;
  stroke: #D4AF37;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.8));
}

.hero-scroll-arrow:hover {
  border-color: #F5E1A4;
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.6),
    0 0 20px rgba(212, 175, 55, 0.6),
    0 0 40px rgba(212, 175, 55, 0.3);
}

@keyframes scroll-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

@media (max-width: 768px) {
  .hero-scroll-arrow {
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-width: 2px;
  }
  .hero-scroll-arrow svg {
    width: 18px;
    height: 18px;
  }
}

.filter-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-tag {
  padding: 10px 22px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 50px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.4s ease;
  background: rgba(20, 18, 15, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: var(--font-body);
  font-weight: 400;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.filter-tag:hover,
.filter-tag.active {
  background: rgba(212, 175, 55, 0.2);
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

/* Hero image side */
.hero-image-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 500px;
}

.hero-image {
  width: 100%;
  max-width: 440px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.7));
  animation: float 6s ease-in-out infinite;
  will-change: transform;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* Floating UI Card — Anchored in Right Corner of Hero with Equal Right & Bottom Spacing */
.floating-card {
  position: absolute;
  right: clamp(16px, 3.5vw, 48px);
  bottom: clamp(16px, 3.5vw, 48px);
  width: 200px;
  max-width: calc(100vw - 32px);
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(30, 24, 18, 0.75) 35%, rgba(10, 8, 5, 0.92) 100%);
  backdrop-filter: blur(28px) saturate(210%) contrast(110%);
  -webkit-backdrop-filter: blur(28px) saturate(210%) contrast(110%);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 24px 50px rgba(0, 0, 0, 0.8), 
    0 8px 20px rgba(0, 0, 0, 0.5), 
    inset 0 2px 3px rgba(255, 255, 255, 0.55), 
    inset 0 -2px 4px rgba(0, 0, 0, 0.75), 
    inset 1.5px 0 3px rgba(255, 255, 255, 0.3), 
    inset -1.5px 0 3px rgba(0, 0, 0, 0.5), 
    0 0 1px 1px rgba(212, 175, 55, 0.4);
  animation: floatCard 6s ease-in-out infinite;
  animation-delay: 0.5s;
  z-index: 10;
  box-sizing: border-box;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.floating-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 
    0 30px 65px rgba(0, 0, 0, 0.9), 
    0 0 25px rgba(212, 175, 55, 0.45),
    inset 0 3px 5px rgba(255, 255, 255, 0.75),
    inset 0 -3px 6px rgba(0, 0, 0, 0.85);
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.floating-card-thumb {
  position: relative;
  width: 100%;
  height: 125px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1a1612 0%, #0a0805 100%);
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
}

.floating-card-thumb img,
.floating-card-thumb .thumb-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liquid-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, transparent 40%, rgba(212, 175, 55, 0.15) 100%);
  pointer-events: none;
  z-index: 2;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  animation: pulse 2s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.play-btn:hover { transform: translate(-50%, -50%) scale(1.1); }

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  50% { box-shadow: 0 0 0 12px rgba(255, 255, 255, 0); }
}

.play-btn::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid #050505;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-left: 3px;
}

.floating-card h4 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.floating-card .sub {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
  font-weight: 500;
}

.floating-card p {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 10px;
  line-height: 1.4;
}

.floating-card .link,
.editorial-card .link {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ==========================================================================
   SECTIONS (generic)
   ========================================================================== */
section {
  padding: 120px 0;
  position: relative;
}

.section-header {
  max-width: 640px;
  margin-bottom: 64px;
}

.section-header .label-caps {
  display: block;
  margin-bottom: 20px;
}

.section-header h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.section-header p {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 480px;
  line-height: 1.8;
}

.section-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   COLLECTIONS SECTION (with body hero image background)
   ========================================================================== */
.collections {
  position: relative;
  background-image:
    linear-gradient(to bottom, rgba(5, 5, 5, 0.85), rgba(5, 5, 5, 0.92)),
    url('https://raw.githubusercontent.com/SaadMughal14/batch-assets/main/Mf_Body_hero.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.collections::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(212, 175, 55, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.collections .container {
  position: relative;
  z-index: 2;
}

.collections-split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.collections-intro {
  position: sticky;
  top: 120px;
}

.collections-intro .label-caps {
  display: block;
  margin-bottom: 20px;
}

.collections-intro h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.collections-intro .ornament-line-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.collections-intro p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 380px;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.collection-glass-card {
  position: relative;
  aspect-ratio: 3/4;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15) 0%, rgba(25, 20, 15, 0.5) 30%, rgba(5, 5, 5, 0.85) 100%);
  backdrop-filter: blur(20px) saturate(190%);
  -webkit-backdrop-filter: blur(20px) saturate(190%);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  box-shadow: 
    0 22px 55px rgba(0, 0, 0, 0.7),
    0 8px 20px rgba(0, 0, 0, 0.45),
    inset 0 2px 4px rgba(255, 255, 255, 0.5),
    inset 0 -2px 5px rgba(0, 0, 0, 0.75),
    inset 1.5px 0 3px rgba(255, 255, 255, 0.3),
    inset -1.5px 0 3px rgba(0, 0, 0, 0.5),
    0 0 1px 1px rgba(212, 175, 55, 0.35);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-glass-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 
    0 35px 80px rgba(0, 0, 0, 0.85),
    0 12px 30px rgba(0, 0, 0, 0.6),
    0 0 35px rgba(212, 175, 55, 0.4),
    inset 0 3px 6px rgba(255, 255, 255, 0.8),
    inset 0 -3px 8px rgba(0, 0, 0, 0.85),
    inset 2px 0 5px rgba(255, 255, 255, 0.45),
    inset -2px 0 5px rgba(0, 0, 0, 0.65),
    0 0 1px 1.5px rgba(212, 175, 55, 0.65);
}

.collection-glass-card .card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--transition);
}

.collection-glass-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.3) 50%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.collection-glass-card:hover .card-image {
  transform: scale(1.08);
}

.collection-glass-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 3;
}

.collection-glass-card .card-label {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
  font-weight: 500;
}

.collection-glass-card .card-body h3 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.collection-glass-card .card-link {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease;
}

.collection-glass-card:hover .card-link { gap: 12px; }

/* ==========================================================================
   FEATURE SECTION (01) — Luxury Refinements with Margin Lines & 3D Emblem
   ========================================================================== */
#feature {
  padding: 100px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  position: relative;
  background: linear-gradient(180deg, rgba(6, 5, 4, 0.95) 0%, rgba(16, 13, 9, 0.98) 50%, rgba(6, 5, 4, 0.95) 100%);
  overflow: hidden;
}

.feature-margin-top-line,
.feature-margin-bottom-line {
  position: absolute;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.4) 50%, transparent 100%);
  pointer-events: none;
}
.feature-margin-top-line { top: 12px; }
.feature-margin-bottom-line { bottom: 12px; }

.feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.feature-num-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.feature-text .feature-num {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: 0.15em;
  display: inline-block;
}

.feature-num-accent {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-left: 1px solid rgba(212, 175, 55, 0.3);
  padding-left: 12px;
}

.feature-text h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

.feature-text p {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 36px;
  max-width: 440px;
  line-height: 1.8;
}

.feature-badge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

/* ==========================================================================
   SLEEK MINIMAL CIRCULAR BADGE (replaces luxury-gold-seal)
   Thin gold rings, rotating text, minimal botanical icon — matches reference
   ========================================================================== */
.sleek-badge {
  width: 220px;
  height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sleek-badge-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

/* The rotating group — pure CSS rotation (working version from a1ea5f2).
   transform-box: fill-box + transform-origin: center = spins in place. */
.sleek-rotating-group {
  transform-box: fill-box;
  transform-origin: center;
  animation: sleek-spin 30s linear infinite;
}

@keyframes sleek-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.sleek-badge-text {
  fill: #D4AF37;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.4s ease, fill 0.4s ease;
}

.sleek-center-icon {
  transition: transform 0.6s ease;
}

.sleek-badge:hover .sleek-badge-text {
  opacity: 1;
  fill: #F5E1A4;
}

/* (Legacy fallback removed — rotation is now always CSS-based via .sleek-rotating-group) */

/* ---------- Legacy seal classes (kept for backward compat but unused) ---------- */
.feature-3d-wrap,
.luxury-gold-seal {
  width: 220px;
  height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.luxury-gold-seal.pulse-spin,
.sleek-badge.pulse-spin {
  /* No animation — pulse caused badge to move up/down.
     Story switch now only changes the text, badge stays fixed. */
}

.seal-ring-outer {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 2px dashed rgba(212, 175, 55, 0.6);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.25);
  animation: sealRotateOuter 25s linear infinite;
  z-index: 1;
}

.seal-ring-inner {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid rgba(243, 229, 171, 0.8);
  background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
  animation: sealRotateInner 18s linear infinite reverse;
  z-index: 2;
}

.seal-gem-core {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 18px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.9) 0%, rgba(138, 102, 18, 0.95) 50%, rgba(40, 30, 10, 0.98) 100%);
  border: 1.5px solid rgba(255, 235, 170, 0.8);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7), inset 0 2px 8px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  animation: floatGem 4s ease-in-out infinite;
}

.seal-monogram {
  transform: rotate(-45deg);
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #FFF2C6;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8), 0 0 12px rgba(212, 175, 55, 0.6);
}

.seal-sparkle {
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--accent);
  z-index: 2;
}

.seal-sparkle.sp-1 { top: 25%; left: 30%; animation: floatSparkle 3s ease-in-out infinite 0s; }
.seal-sparkle.sp-2 { top: 68%; left: 22%; animation: floatSparkle 3.5s ease-in-out infinite 0.8s; }
.seal-sparkle.sp-3 { top: 32%; right: 28%; animation: floatSparkle 2.8s ease-in-out infinite 1.4s; }
.seal-sparkle.sp-4 { bottom: 22%; right: 32%; animation: floatSparkle 3.2s ease-in-out infinite 0.4s; }

@keyframes sealRotateOuter {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes sealRotateInner {
  from { transform: rotate(0deg) scale(0.98); }
  to { transform: rotate(360deg) scale(1.02); }
}

@keyframes floatGem {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50% { transform: rotate(45deg) translateY(-4px); }
}

@keyframes floatSparkle {
  0%, 100% { opacity: 0.2; transform: scale(0.8) translateY(0); }
  50% { opacity: 1; transform: scale(1.4) translateY(-6px); }
}

.circular-badge-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  animation: rotate 60s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.circular-badge-overlay svg.badge-svg {
  width: 100%;
  height: 100%;
}

.circular-badge-overlay .badge-text {
  fill: var(--accent);
  font-family: var(--font-body);
  font-size: 9.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.85;
}

.feature-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.feature-nav button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(20, 17, 14, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--accent);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35 ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.feature-nav button:hover {
  background: var(--accent);
  color: var(--bg-primary);
  border-color: var(--accent);
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.feature-nav button:active {
  transform: scale(0.95);
}

.feature-nav svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* ==========================================================================
   PRODUCT / ESSENCE GRID (Crafted for Every Essence)
   ========================================================================== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-card {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* GENDER SPECIFIC LIQUID GLASS THEMING */
.product-card.gender-card-men {
  background: linear-gradient(145deg, rgba(30, 58, 138, 0.28) 0%, rgba(15, 23, 42, 0.75) 40%, rgba(6, 12, 24, 0.9) 100%);
  border: 1.5px solid rgba(59, 130, 246, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), inset 0 2px 3px rgba(147, 197, 253, 0.3), inset 0 -2px 4px rgba(0, 0, 0, 0.7);
}

.product-card.gender-card-men:hover {
  border-color: rgba(147, 197, 253, 0.6);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.8), 0 0 30px rgba(59, 130, 246, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.5);
}

.product-card.gender-card-women {
  background: linear-gradient(145deg, rgba(136, 19, 55, 0.28) 0%, rgba(24, 9, 15, 0.75) 40%, rgba(12, 4, 8, 0.9) 100%);
  border: 1.5px solid rgba(225, 29, 72, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), inset 0 2px 3px rgba(251, 113, 133, 0.3), inset 0 -2px 4px rgba(0, 0, 0, 0.7);
}

.product-card.gender-card-women:hover {
  border-color: rgba(251, 113, 133, 0.6);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.8), 0 0 30px rgba(225, 29, 72, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.5);
}

.product-card.gender-card-unisex {
  background: linear-gradient(145deg, rgba(6, 78, 59, 0.28) 0%, rgba(6, 20, 15, 0.75) 40%, rgba(2, 10, 8, 0.9) 100%);
  border: 1.5px solid rgba(16, 185, 129, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), inset 0 2px 3px rgba(110, 231, 183, 0.3), inset 0 -2px 4px rgba(0, 0, 0, 0.7);
}

.product-card.gender-card-unisex:hover {
  border-color: rgba(110, 231, 183, 0.6);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.8), 0 0 30px rgba(16, 185, 129, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.5);
}

/* Gender Badges */
.gender-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-block;
}

.gender-badge.badge-men {
  background: rgba(30, 58, 138, 0.65);
  color: #bfdbfe;
  border: 1px solid rgba(147, 197, 253, 0.4);
}

.gender-badge.badge-women {
  background: rgba(136, 19, 55, 0.65);
  color: #fecdd3;
  border: 1px solid rgba(251, 113, 133, 0.4);
}

.gender-badge.badge-unisex {
  background: rgba(6, 78, 59, 0.65);
  color: #a7f3d0;
  border: 1px solid rgba(110, 231, 183, 0.4);
}

/* SKELETON LOADING ANIMATION */
@keyframes skeletonShimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.skeleton-loader {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 25%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0.03) 75%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.6s infinite ease-in-out;
}

.product-card-image {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.06), rgba(0, 0, 0, 0.3));
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--transition), opacity 0.4s ease;
  opacity: 0;
}

.product-card-image img.img-loaded {
  opacity: 1;
}

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

/* IN-CARD SIZE SELECTOR & ACTIONS */
.card-size-selector {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.size-pill {
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: all 0.25s ease;
}

.size-pill:hover,
.size-pill.active {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.35), rgba(180, 140, 30, 0.5));
  color: #ffffff;
  border-color: rgba(212, 175, 55, 0.8);
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.card-actions-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
}

.btn-card-add {
  flex: 1;
  padding: 8px 12px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.25), rgba(160, 120, 20, 0.4));
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: #fff;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-card-add:hover {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.85), rgba(180, 140, 30, 0.95));
  color: #0b0907;
  border-color: #d4af37;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

/* ==========================================================================
   FAVORITES / WISHLIST BUTTONS ACROSS WEBSITE
   ========================================================================== */
.card-wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(10, 8, 6, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  font-size: 14px;
}

.card-wishlist-btn:hover {
  background: rgba(244, 63, 94, 0.15);
  border-color: rgba(244, 63, 94, 0.5);
  color: #f43f5e;
  transform: scale(1.1);
}

.card-wishlist-btn.is-active {
  background: rgba(244, 63, 94, 0.22);
  border-color: rgba(244, 63, 94, 0.6);
  color: #f43f5e;
}

.card-wishlist-btn.is-active i {
  filter: drop-shadow(0 0 6px rgba(244, 63, 94, 0.5));
}

.btn-detail-wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--font-body);
}

.btn-detail-wishlist:hover {
  background: rgba(244, 63, 94, 0.12);
  border-color: rgba(244, 63, 94, 0.45);
  color: #f43f5e;
}

.btn-detail-wishlist.is-active {
  background: rgba(244, 63, 94, 0.2);
  border-color: #f43f5e;
  color: #f43f5e;
}

.btn-wishlist-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 16px;
}

.btn-wishlist-hero:hover,
.btn-wishlist-hero.is-active {
  background: rgba(244, 63, 94, 0.2);
  border-color: rgba(244, 63, 94, 0.6);
  color: #f43f5e;
}

.btn-quick-view,
.btn-notes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 18px;
  border-radius: 30px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: var(--accent, #d4af37);
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-notes:hover,
.btn-quick-view:hover {
  background: rgba(212, 175, 55, 0.28);
  border-color: rgba(212, 175, 55, 0.8);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}

.btn-notes-sm {
  padding: 7px 13px;
  font-size: 11px;
  border-radius: 8px;
  gap: 5px;
}

/* ==========================================================================
   PRODUCT LIST VIEW TOGGLE (SHOP SECTION)
   ========================================================================== */
.product-grid.view-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
}

.product-grid.view-list .product-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 16px 18px !important;
  min-height: 130px !important;
  width: 100% !important;
  border-radius: 16px !important;
  box-sizing: border-box !important;
}

.product-grid.view-list .product-card-image {
  width: 110px !important;
  min-width: 110px !important;
  height: 120px !important;
  border-radius: 12px !important;
  margin-bottom: 0 !important;
  flex-shrink: 0 !important;
}

.product-grid.view-list .product-card-body {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 0 !important;
  min-width: 0 !important;
}

.product-grid.view-list .product-card-body p {
  height: auto !important;
  max-height: 38px !important;
  margin-bottom: 8px !important;
}

.product-grid.view-list .card-actions-row {
  margin-top: 6px !important;
  max-width: 320px !important;
}

.shop-view-btn:hover {
  border-color: rgba(212, 175, 55, 0.5) !important;
  color: #fff !important;
}

.btn-favorites-toggle:hover {
  background: rgba(212, 175, 55, 0.18) !important;
  border-color: rgba(212, 175, 55, 0.5) !important;
  color: var(--accent) !important;
}

/* QUICK VIEW / FRAGRANCE NOTES MODAL */
.quick-view-backdrop,
.notes-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.quick-view-backdrop.active,
.notes-modal-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.quick-view-modal,
.notes-modal-dialog {
  width: 100%;
  max-width: 680px;
  background: linear-gradient(145deg, rgba(22, 18, 14, 0.96) 0%, rgba(10, 8, 6, 0.98) 100%);
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.9), 0 0 50px rgba(212, 175, 55, 0.2);
  padding: clamp(22px, 4vw, 34px);
  position: relative;
  transform: scale(0.92) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 90vh;
  overflow-y: auto;
}

.quick-view-backdrop.active .quick-view-modal,
.notes-modal-backdrop.active .notes-modal-dialog {
  transform: scale(1) translateY(0);
}

.quick-view-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  z-index: 10;
}

.quick-view-close:hover {
  background: rgba(225, 29, 72, 0.8);
  border-color: #f43f5e;
  transform: rotate(90deg);
}

/* NOTES MODAL SPECIFIC STYLING */
.notes-modal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.notes-header-block {
  text-align: left;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  padding-bottom: 14px;
}

.notes-badge-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.notes-olfactory-tag {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.notes-perfume-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3.8vw, 34px);
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.notes-perfume-tagline {
  font-size: 13.5px;
  color: rgba(212, 175, 55, 0.85);
  font-style: italic;
  font-weight: 300;
}

.notes-pyramid-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.note-tier-card {
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.25s ease;
}

.note-tier-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateX(4px);
}

.note-tier-card.tier-top {
  border-left: 3px solid #60a5fa;
}

.note-tier-card.tier-heart {
  border-left: 3px solid #34d399;
}

.note-tier-card.tier-base {
  border-left: 3px solid #f59e0b;
}

.note-tier-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.tier-icon {
  font-size: 20px;
  line-height: 1;
}

.note-tier-header h4 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.tier-timing {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.note-tier-ingredients {
  font-size: 13.5px;
  color: #f3f4f6;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 32px;
}

.notes-performance-strip {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(12, 10, 8, 0.7);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 14px;
  padding: 10px 16px;
}

.perf-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3px;
}

.perf-lbl {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
}

.perf-val {
  font-family: var(--font-heading);
  font-size: 13px;
  color: var(--accent);
  font-weight: 600;
}

.perf-divider {
  width: 1px;
  height: 22px;
  background: rgba(212, 175, 55, 0.2);
}

.notes-action-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}

@media (max-width: 640px) {
  .notes-action-row {
    flex-direction: column;
  }
  .notes-performance-strip {
    gap: 8px;
  }
  .note-tier-ingredients {
    padding-left: 0;
    margin-top: 4px;
  }
}

.quick-view-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  align-items: center;
}

@media (max-width: 768px) {
  .quick-view-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.quick-view-img-wrap {
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(212, 175, 55, 0.25);
  position: relative;
}

.quick-view-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-body h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.product-card-body p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.product-card-body .link {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease;
}

.product-card:hover .product-card-body .link { gap: 12px; }

.section-cta {
  text-align: center;
  margin-top: 56px;
}

/* ==========================================================================
   EDITORIAL BANNER SECTION
   ========================================================================== */
.editorial {
  min-height: 90vh;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.editorial-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  z-index: 1;
  top: -10%;
}

.editorial::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.7) 50%, rgba(5, 5, 5, 0.4) 100%),
    linear-gradient(to bottom, rgba(5, 5, 5, 0.4) 0%, transparent 40%, rgba(5, 5, 5, 0.7) 100%);
  z-index: 2;
}

.editorial .container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 40px;
}

.editorial-content {
  max-width: 540px;
  padding: 100px 0;
}

.editorial-content .label-caps {
  display: block;
  margin-bottom: 20px;
}

.editorial-content h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

.editorial-content .meta {
  font-family: var(--font-heading);
  font-size: 18px;
  font-style: italic;
  color: var(--text-primary);
  margin-top: 24px;
}

.editorial-content .meta .small {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 8px;
  font-weight: 500;
}

.editorial-card {
  position: relative;
  width: 260px;
  padding: 20px;
  flex-shrink: 0;
  z-index: 4;
}

.editorial-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 16px;
}

.editorial-card h4 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.editorial-card .sub {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  font-weight: 500;
}

/* ==========================================================================
   REPLICA LUXURY FOOTER (RESPONSIVE PERCENTAGE OVERLAY + DEDICATED MOBILE VIEW)
   ========================================================================== */
.replica-footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-family: var(--font-body);
  background-color: var(--bg-primary, #050505);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Desktop vs Mobile Toggle */
@media (min-width: 769px) {
  .replica-footer-desktop {
    display: block;
  }
  .replica-footer-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .replica-footer-desktop {
    display: none !important;
  }
  .replica-footer-mobile {
    display: block !important;
  }
}

.replica-footer-relative-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  container-type: inline-size;
}

.replica-footer-bg-img {
  width: 100%;
  height: auto;
  display: block;
}

/* 1. Top Left Newsletter Overlay (Sitting higher in top-left golden sky with clean negative space) */
.replica-newsletter-overlay {
  position: absolute;
  top: 3.0%;
  left: 6.5%;
  width: 42%;
  z-index: 5;
}

.replica-newsletter-overlay .replica-eyebrow {
  display: block;
  font-size: clamp(9px, 1.05cqi, 13px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #52463C;
  font-weight: 700;
  margin-bottom: 0.5cqi;
}

.replica-newsletter-overlay h2 {
  font-family: var(--font-heading);
  font-size: clamp(17px, 2.35cqi, 32px);
  font-weight: 700;
  line-height: 1.15;
  color: #050505;
  margin-bottom: 0.6cqi;
  letter-spacing: -0.01em;
}

.replica-newsletter-overlay h2 em {
  font-style: normal;
  font-family: inherit;
  color: #050505;
  font-weight: inherit;
}

.replica-newsletter-overlay p {
  font-size: clamp(9.5px, 1.1cqi, 14.5px);
  color: #2D2722;
  line-height: 1.48;
  margin-bottom: 1.2cqi;
  font-weight: 500;
  max-width: 35cqi;
}

.replica-newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 30cqi;
}

.replica-newsletter-form input {
  width: 100%;
  padding: clamp(5px, 0.85cqi, 12px) clamp(28px, 3.0cqi, 42px) clamp(5px, 0.85cqi, 12px) clamp(12px, 1.4cqi, 18px);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: clamp(8.5px, 0.95cqi, 13px);
  color: #050505;
  outline: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.replica-newsletter-form input:focus {
  border-color: #050505;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.replica-newsletter-form button {
  position: absolute;
  right: 0.4cqi;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(22px, 2.3cqi, 34px);
  height: clamp(22px, 2.3cqi, 34px);
  border-radius: 50%;
  background: #050505;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.replica-newsletter-form button svg {
  width: clamp(10px, 1.1cqi, 15px);
  height: clamp(10px, 1.1cqi, 15px);
  stroke: #FFFFFF;
  fill: none;
  stroke-width: 2.2;
}

.replica-newsletter-form button:hover {
  background-color: #2D2722;
  transform: translateY(-50%) scale(1.05);
}

/* 2. Brand Section (Middle Open Ivory Corridor below mossy branch) */
.replica-brand-overlay {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  text-align: center;
  z-index: 5;
}

.replica-brand-title {
  font-family: var(--font-brand);
  font-size: clamp(22px, 4.2cqi, 58px);
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #000000;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* 3. Navigation Columns (Ivory Section above mountain skyline - PERFECTLY CENTER ALIGNED) */
.replica-nav-overlay {
  position: absolute;
  top: 57.5%;
  left: 6.5%;
  width: 87%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
  z-index: 5;
  text-align: center;
}

.replica-nav-col {
  text-align: center;
}

.replica-nav-col h4 {
  font-family: var(--font-brand);
  font-size: clamp(9px, 1.05cqi, 13.5px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #3B3128;
  font-weight: 700;
  margin-bottom: 1.1cqi;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.replica-nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.replica-nav-col ul li {
  margin-bottom: 0.6cqi;
  text-align: center;
}

.replica-nav-col a {
  color: #110E0C;
  text-decoration: none;
  font-size: clamp(9.5px, 1.05cqi, 14.5px);
  font-weight: 500;
  transition: color 0.3s ease;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.replica-nav-col a:hover {
  color: #000000;
  font-weight: 700;
}

/* 4. Legal / Copyright Bar (Bottom Green Mountain Area) */
.replica-legal-overlay {
  position: absolute;
  top: 95.5%;
  left: 6.5%;
  width: 87%;
  z-index: 5;
}

.replica-legal-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: clamp(8px, 0.9cqi, 12px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.95);
  -webkit-font-smoothing: antialiased;
}

.replica-legal-links {
  display: flex;
  gap: 2cqi;
}

.replica-legal-links a {
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.replica-legal-links a:hover {
  opacity: 0.8;
}

/* --------------------------------------------------------------------------
   DEDICATED LUXURY MOBILE FOOTER
   -------------------------------------------------------------------------- */
.replica-footer-mobile {
  background-color: #080604;
  color: #FFFFFF;
  padding: 40px 20px 28px;
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  font-family: var(--font-body);
}

.replica-mobile-hero-card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 20px;
  padding: 24px 20px;
  margin-bottom: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.replica-mobile-hero-content {
  padding: 0;
}

.replica-mobile-hero-content .replica-eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D4AF37;
  font-weight: 700;
  margin-bottom: 8px;
}

.replica-mobile-hero-content h2 {
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.replica-mobile-hero-content p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-bottom: 18px;
  font-weight: 300;
}

.replica-mobile-hero-content .replica-newsletter-form {
  max-width: 100%;
}

.replica-mobile-hero-content .replica-newsletter-form input {
  padding: 12px 48px 12px 18px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: #FFFFFF;
  border-radius: 50px;
  outline: none;
}

.replica-mobile-hero-content .replica-newsletter-form button {
  right: 5px;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #fce088 0%, #d4af37 100%);
  border: none;
}

.replica-mobile-hero-content .replica-newsletter-form button svg {
  stroke: #0b0907;
}

.replica-mobile-brand {
  padding: 0 0 24px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}

.replica-mobile-brand .replica-brand-title {
  font-family: var(--font-brand);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
  color: #D4AF37;
}

.replica-mobile-brand .replica-brand-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  max-width: 300px;
  margin: 0 auto;
}

.replica-mobile-nav {
  padding: 0 0 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 24px;
}

.replica-mobile-nav .replica-nav-col {
  text-align: center;
}

.replica-mobile-nav .replica-nav-col h4 {
  font-family: var(--font-brand);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #D4AF37;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.replica-mobile-nav .replica-nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.replica-mobile-nav .replica-nav-col ul li {
  margin-bottom: 8px;
}

.replica-mobile-nav .replica-nav-col a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  display: block;
}

.replica-mobile-landscape {
  position: relative;
  background-color: transparent;
  padding: 0;
  text-align: center;
}

.replica-mobile-legal-inner {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.replica-mobile-legal-inner .replica-copyright {
  display: block;
  font-size: 10px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}

.replica-mobile-legal-inner .replica-legal-links {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.replica-mobile-legal-inner .replica-legal-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 10px;
}

/* --------------------------------------------------------------------------
   BACK TO TOP FLOATING BUTTON
   -------------------------------------------------------------------------- */
.back-to-top-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(15, 12, 10, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--accent, #d4af37);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.back-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top-btn:hover {
  background: linear-gradient(135deg, #fce088 0%, #d4af37 100%);
  color: #0b0907;
  border-color: #fce088;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.7);
  transform: translateY(-4px);
}

.replica-mobile-legal-inner .replica-legal-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}

/* ==========================================================================
   FOOTER (EXACT IMAGE 1 & 2 DESIGN)
   ========================================================================== */
.footer {
  position: relative;
  padding: 80px 0 0;
  background-color: var(--bg-footer);
  overflow: hidden;
}

.footer-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: 1;
  opacity: 0.45;
  mix-blend-mode: luminosity;
}

.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.75) 50%, rgba(5, 5, 5, 0.92) 100%);
}

.footer .container {
  position: relative;
  z-index: 3;
}

/* Footer Hero 3-Column Grid (Image 1) */
.footer-hero-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.5fr;
  gap: 50px;
  align-items: start;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--glass-border);
}

.footer-cta-left .footer-logo-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
}

.footer-cta-left .footer-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-cta-left h2 {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 10px;
}

.footer-cta-left .subtitle {
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: italic;
  color: var(--accent);
  margin-bottom: 28px;
}

/* Center Showcase: Bottles Image & Best Seller Badge */
.footer-center-showcase {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-bottles-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background: rgba(15, 12, 10, 0.6);
  padding: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  max-width: 320px;
  width: 100%;
}

.footer-bottles-frame img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.bestseller-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(10, 8, 5, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid var(--accent);
  color: var(--accent);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 30px;
}

.gender-toggle {
  display: inline-flex;
  border: 1px solid var(--border-gold);
  border-radius: 50px;
  overflow: hidden;
  padding: 4px;
  background: rgba(20, 18, 15, 0.6);
  backdrop-filter: blur(10px);
}

.gender-toggle button {
  padding: 8px 18px;
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-family: var(--font-body);
  font-weight: 500;
}

.gender-toggle button.active {
  background: var(--accent);
  color: var(--bg-primary);
}

/* Right Navigation Columns */
.footer-right-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-col a .count {
  color: var(--text-muted);
  font-size: 11px;
  margin-left: 2px;
}

.footer-social-vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-social-vertical a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease;
}

.footer-social-vertical a:hover {
  color: var(--accent);
}

.footer-social-vertical i {
  color: var(--accent);
  font-size: 14px;
  width: 16px;
}

/* Big Brand Banner */
.footer-brand {
  text-align: center;
  padding: 50px 0 40px;
}

.footer-brand-name {
  font-family: var(--font-heading);
  font-size: clamp(36px, 7vw, 110px);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer-brand-tagline {
  font-size: 13px;
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
}

/* Footer Bottom Bar */
.footer-bottom {
  padding: 24px 0 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-muted);
  border-top: 1px solid var(--glass-border);
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom-left {
  display: flex;
  align-items: center;
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
}

.footer-bottom-links a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: var(--accent);
}

/* ==========================================================================
   COLLECTION PAGES — Mens & Womens (scroll-snap)
   ========================================================================== */
.collection-page {
  position: relative;
}

.page-card-wrap {
  min-height: 100vh;
  padding: 0;
}

.page-card {
  min-height: 100vh;
  background: var(--gradient-bg);
  position: relative;
  overflow: hidden;
}

/* Diamond pattern overlay (women's page) */
.page-card.diamond-pattern::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(255,255,255,0.03) 30px, rgba(255,255,255,0.03) 32px),
    repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255,255,255,0.03) 30px, rgba(255,255,255,0.03) 32px);
  pointer-events: none;
  z-index: 1;
}

/* Scroll-snap container */
.snap-container {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  z-index: 2;
}

.snap-container::-webkit-scrollbar { display: none; }

.snap-section {
  min-height: 100vh;
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(75px, 9vh, 95px) 0 clamp(20px, 3vh, 35px);
  overflow: hidden;
  box-sizing: border-box;
}

/* Fragrance layout */
.fragrance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
  width: 100%;
}

.fragrance-content {
  max-width: 520px;
}

.fragrance-content .label-caps {
  display: block;
  margin-bottom: clamp(10px, 1.5vh, 18px);
}

.fragrance-top-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: clamp(6px, 1.2vh, 12px);
}

.fragrance-top-badge {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: clamp(6px, 1.2vh, 12px);
  text-align: center;
}

.fragrance-top-badge.mobile-only {
  display: none;
}

.fragrance-content h1 {
  font-family: var(--font-heading);
  font-size: clamp(26px, 3.8vw, 50px);
  font-weight: 300;
  line-height: 1.08;
  margin-bottom: clamp(8px, 1.4vh, 14px);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.fragrance-price {
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 500;
  color: var(--accent);
  margin-bottom: clamp(10px, 1.6vh, 16px);
}

.fragrance-desc {
  font-size: clamp(12.5px, 1.1vw, 14px);
  line-height: 1.65;
  color: var(--text-secondary);
  margin-bottom: clamp(14px, 2vh, 22px);
  max-width: 460px;
  font-weight: 300;
}

.fragrance-desc .desc-dots {
  display: none;
}

.fragrance-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.fragrance-image-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
}

.fragrance-image {
  max-width: 100%;
  max-height: clamp(270px, 45vh, 460px);
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.75)) drop-shadow(0 10px 25px rgba(212, 175, 55, 0.25));
  animation: float 6s ease-in-out infinite;
}

.fragrance-image-specs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: clamp(10px, 1.8vh, 18px);
  padding: 8px 22px;
  background: rgba(12, 10, 8, 0.75);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 30px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.img-stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.img-stat-num {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  color: var(--accent);
  line-height: 1;
}

.img-stat-lbl {
  font-size: 8.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 3px;
  font-weight: 500;
  line-height: 1.2;
}

.img-stat-sep {
  width: 1px;
  height: 18px;
  background: rgba(212, 175, 55, 0.25);
}

/* Butterflies (men's hero decoration) */
.butterfly {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  animation: floatButterfly 8s ease-in-out infinite;
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
}

.butterfly svg { width: 100%; height: 100%; }

.butterfly-1 { top: 15%; right: 10%; width: 60px; height: 60px; animation-delay: 0s; }
.butterfly-2 { top: 60%; left: 5%; width: 50px; height: 50px; animation-delay: 2s; }
.butterfly-3 { top: 25%; left: 15%; width: 40px; height: 40px; animation-delay: 4s; }

@keyframes floatButterfly {
  0%, 100% { transform: translate(0, 0) rotate(-5deg); }
  25% { transform: translate(20px, -30px) rotate(5deg); }
  50% { transform: translate(-15px, -50px) rotate(-3deg); }
  75% { transform: translate(25px, -20px) rotate(8deg); }
}

/* Stats block (men's hero) */
.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--border-gold);
}

.stat .num {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 600;
  color: var(--accent);
  line-height: 1;
}

.stat .label {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 6px;
  font-weight: 500;
}

/* NEW FRAGRANCE rotating badge */
.new-fragrance-badge {
  position: absolute;
  top: 25%;
  right: 6%;
  width: 130px;
  height: 130px;
  z-index: 5;
}

.new-fragrance-badge svg {
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}

.new-fragrance-badge .badge-text {
  fill: var(--accent);
  font-family: var(--font-body);
  font-size: 8.5px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
}

.new-fragrance-badge .badge-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-primary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* Section dots (right side) */
.section-dots {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 100;
}

.section-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.section-dot.active {
  background: var(--accent);
  transform: scale(1.3);
}

.section-dot:hover { background: var(--accent); }

/* Scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--text-muted);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
  animation: bounce 2s ease-in-out infinite;
  font-weight: 500;
}

.scroll-hint::after {
  content: '';
  width: 1px;
  height: 30px;
  background: var(--accent);
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.6; }
  50% { transform: translateX(-50%) translateY(8px); opacity: 1; }
}

/* ==========================================================================
   MEN'S HERO SPECIFICS
   ========================================================================== */
.mens-hero .fragrance-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.mens-hero-content { max-width: 560px; }

.mens-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(44px, 7vw, 92px);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.mens-hero-title .italic-gold {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}

.mens-hero .hero-intro-text {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 380px;
  position: relative;
  padding-left: 20px;
}

.mens-hero .hero-intro-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--accent);
}

.mens-hero .btn-target {
  display: inline-flex;
  margin-bottom: 40px;
}

.mens-hero .hero-stats {
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid var(--border-gold);
}

.mens-hero::after {
  content: '';
  position: absolute;
  left: 4rem;
  top: 50%;
  width: 1px;
  height: 120px;
  background: var(--accent);
  transform: translateY(-50%);
  opacity: 0.6;
}

/* ==========================================================================
   WOMEN'S HERO SPECIFICS
   ========================================================================== */
.theme-womens .snap-section:first-child .fragrance-content h1 {
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: uppercase;
}

.theme-womens .snap-section:first-child .fragrance-desc {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 480px;
}

/* ==========================================================================
   REVEAL ANIMATIONS
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s var(--transition), transform 0.9s var(--transition);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s var(--transition), transform 0.9s var(--transition);
}

.reveal-stagger.active > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.active > *:nth-child(2) { transition-delay: 0.15s; }
.reveal-stagger.active > *:nth-child(3) { transition-delay: 0.25s; }
.reveal-stagger.active > *:nth-child(4) { transition-delay: 0.35s; }
.reveal-stagger.active > *:nth-child(5) { transition-delay: 0.45s; }
.reveal-stagger.active > *:nth-child(6) { transition-delay: 0.55s; }

.reveal-stagger.active > * {
  opacity: 1;
  transform: translateY(0);
}

/* GSAP hook classes — start hidden, GSAP will animate in */
.gsap-fade-up { opacity: 0; transform: translateY(40px); }
.gsap-stagger > * { opacity: 0; transform: translateY(40px); }

/* If GSAP fails to load, fallback to visible */
.no-gsap .gsap-fade-up,
.no-gsap .gsap-stagger > * {
  opacity: 1;
  transform: none;
}

/* ==========================================================================
   PRODUCT DETAIL PAGE (product.html)
   ========================================================================== */
.product-detail {
  padding-top: clamp(95px, 12vh, 125px);
  padding-bottom: 80px;
  min-height: 100vh;
  display: block;
  position: relative;
  background:
    radial-gradient(circle at 80% 10%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 20% 90%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
    var(--bg-primary);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: flex-start;
  width: 100%;
}

.product-detail-image-wrap {
  position: sticky;
  top: 95px;
  align-self: flex-start;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-height: auto;
  max-height: 75vh;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.product-detail-image {
  max-width: 100%;
  max-height: clamp(320px, 58vh, 560px);
  object-fit: contain;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.9)) drop-shadow(0 12px 30px rgba(212, 175, 55, 0.35));
  transition: transform 0.5s ease, filter 0.5s ease;
  animation: float 6s ease-in-out infinite;
  will-change: transform;
}

.product-detail-image:hover {
  transform: translateY(-8px) scale(1.03);
  filter: drop-shadow(0 40px 65px rgba(0, 0, 0, 0.95)) drop-shadow(0 18px 40px rgba(212, 175, 55, 0.5));
}

.product-detail-info {
  padding: 0 0 20px 0;
}

.product-detail-info .label-caps {
  display: block;
  margin-bottom: 16px;
}

.product-detail-info h1 {
  font-family: var(--font-heading);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.product-detail-tagline {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
  margin-bottom: 20px;
}

.product-detail-price {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-gold);
}

.product-detail-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 32px;
  font-weight: 300;
}

/* Size selector */
.size-selector { margin-bottom: 28px; }

.size-selector .label-caps {
  display: block;
  margin-bottom: 12px;
}

.size-options {
  display: flex;
  gap: 12px;
}

.size-option {
  padding: 14px 24px;
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  background: rgba(20, 18, 15, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 110px;
  text-align: center;
}

.size-option:hover { border-color: var(--accent); }

.size-option.active {
  border-color: var(--accent);
  background: rgba(212, 175, 55, 0.12);
  color: var(--accent);
}

.size-option .price {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 4px;
  font-weight: 400;
}

.size-option.active .price { color: var(--accent); }

/* Quantity selector */
.qty-selector {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.qty-controls {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-gold);
  border-radius: 50px;
  overflow: hidden;
  background: rgba(20, 18, 15, 0.4);
}

.qty-btn {
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  color: var(--accent);
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.qty-btn:hover { background: rgba(212, 175, 55, 0.15); }

.qty-value {
  min-width: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
}

/* Add to cart button */
.btn-add-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  padding: 18px 36px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--bg-primary);
  border: 1px solid var(--accent);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s var(--transition);
  font-family: var(--font-body);
}

.btn-add-cart:hover {
  background: var(--accent-light);
  border-color: var(--accent-light);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
  letter-spacing: 0.22em;
}

.btn-add-cart svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* Product info tabs */
.product-info-tabs {
  margin-top: 60px;
  border-top: 1px solid var(--border-gold);
  padding-top: 40px;
}

.tab-list {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-gold);
  flex-wrap: wrap;
}

.tab-btn {
  padding: 12px 0;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover { color: var(--accent); }
.tab-btn.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.tab-panel {
  display: none;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-secondary);
  padding: 10px 0 30px;
  font-weight: 300;
}

.tab-panel.active { display: block; }

.notes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 16px;
}

.notes-grid h4 {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.notes-grid p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.info-rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  margin-top: 16px;
}

.info-row {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-gold);
}

.info-row .key {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
}

.info-row .val {
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 500;
}

/* Related products strip */
.related-products {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid var(--border-gold);
}

.related-products h3 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}

/* ==========================================================================
   CUSTOMER TESTIMONIALS SLIDER SECTION
   ========================================================================== */
.testimonials-section {
  padding: 100px 0;
  position: relative;
  background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.04) 0%, transparent 70%), var(--bg-primary);
  border-top: 1px solid var(--border-gold);
}

/* ==========================================================================
   TESTIMONIALS — MARQUEE (auto-scrolling cards, pause on hover)
   Cards: Name -> Stars -> Review text -> Product bought (landscape)
   ========================================================================== */
.testimonials-section {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 16px 0;
}

.marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee-scroll 120s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Individual review card — landscape layout with liquid glass */
.marquee-card {
  flex-shrink: 0;
  width: 340px;
  min-height: 200px;
  padding: 24px 28px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(22, 18, 14, 0.55) 50%, rgba(8, 6, 4, 0.78) 100%);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.5),
    inset 0 1px 2px rgba(255, 255, 255, 0.12),
    0 0 20px rgba(212, 175, 55, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.marquee-card:hover {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow:
    0 16px 45px rgba(0, 0, 0, 0.6),
    inset 0 1px 3px rgba(255, 255, 255, 0.18),
    0 0 30px rgba(212, 175, 55, 0.15);
  transform: translateY(-3px);
}

.marquee-card-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  color: #D4AF37;
  letter-spacing: 0.03em;
}

.marquee-card-stars {
  color: #D4AF37;
  font-size: 14px;
  letter-spacing: 3px;
  filter: drop-shadow(0 0 4px rgba(212, 175, 55, 0.3));
}

.marquee-card-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(245, 240, 232, 0.88);
  text-transform: none;
  letter-spacing: 0.01em;
  margin: 0;
  flex: 1;
}

.marquee-card-product {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(212, 175, 55, 0.6);
  letter-spacing: 0.05em;
  padding-top: 8px;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
}

/* Fade edges (left and right) */
.marquee-fade-left,
.marquee-fade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
  z-index: 5;
}

.marquee-fade-left {
  left: 0;
  background: linear-gradient(to right, var(--bg-primary, #050505), transparent);
}

.marquee-fade-right {
  right: 0;
  background: linear-gradient(to left, var(--bg-primary, #050505), transparent);
}

/* Mobile: slightly smaller cards, still landscape */
@media (max-width: 768px) {
  .marquee-card {
    width: 280px;
    min-height: 180px;
    padding: 20px 22px;
    border-radius: 16px;
  }

  .marquee-card-name {
    font-size: 14px;
  }

  .marquee-card-text {
    font-size: 13px;
  }

  .marquee-fade-left,
  .marquee-fade-right {
    width: 60px;
  }
}

/* ---------- Legacy testimonial CSS (kept for backward compat, unused) ---------- */
.testimonial-slider-wrap {
  position: relative;
  max-width: 900px;
  margin: 50px auto 0;
  padding: 0 50px;
}

.testimonial-track-container {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  padding: 10px 0;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.testimonial-card {
  min-width: 100%;
  box-sizing: border-box;
  padding: 56px 48px 48px !important;
  border-radius: 22px !important;
  text-align: center;
  position: relative;
  border-color: rgba(212, 175, 55, 0.22) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.55),
    0 0 30px rgba(212, 175, 55, 0.08),
    inset 0 1px 1px rgba(255, 255, 255, 0.1) !important;
}

.testi-quote-icon {
  font-family: var(--font-heading);
  font-size: 84px;
  line-height: 0.6;
  color: var(--accent);
  opacity: 0.2;
  margin-bottom: -8px;
  font-style: italic;
}

.testimonial-card .stars {
  color: var(--accent);
  font-size: 18px;
  letter-spacing: 6px;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.4));
}

.testimonial-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(18px, 2.2vw, 23px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(245, 240, 232, 0.94);
  margin-bottom: 32px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  letter-spacing: 0.01em;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(212, 175, 55, 0.16);
}

.author-name {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  color: var(--accent);
}

.author-title {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 300;
}

.author-product {
  font-size: 11px;
  color: rgba(212, 175, 55, 0.72);
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 4px;
  font-style: italic;
  font-family: var(--font-heading);
  font-weight: 400;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border-gold);
  background: rgba(10, 8, 6, 0.8);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.slider-arrow:hover {
  background: var(--accent);
  color: var(--bg-primary);
  border-color: var(--accent);
  transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev { left: 0; }
.slider-arrow.next { right: 0; }

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.slider-dot.active {
  background: var(--accent);
  width: 24px;
  border-radius: 10px;
}

/* ==========================================================================
   PRODUCT PAGE REVIEWS SECTION (product.html)
   ========================================================================== */
.product-reviews-section {
  padding: 60px 0 40px;
  margin-top: 20px;
}

.product-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.product-review-card {
  padding: 32px 28px 28px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(212, 175, 55, 0.18) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(22, 18, 14, 0.55) 50%, rgba(8, 6, 4, 0.78) 100%) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.5),
    0 0 24px rgba(212, 175, 55, 0.06),
    inset 0 1px 1px rgba(255, 255, 255, 0.08) !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-review-card .stars {
  color: var(--accent);
  font-size: 15px;
  letter-spacing: 5px;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.35));
}

.product-review-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(15px, 1.4vw, 17px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(245, 240, 232, 0.92);
  text-transform: none;
  letter-spacing: 0.01em;
  margin: 0;
}

.product-review-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.product-review-author .author-name {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: none;
  color: var(--accent);
}

.product-review-author .author-title {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 300;
}

@media (max-width: 768px) {
  .product-reviews-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .product-review-card {
    padding: 26px 22px 22px !important;
  }
}

/* ==========================================================================
   CART PAGE (cart.html)
   ========================================================================== */
.cart-page {
  padding-top: 140px;
  padding-bottom: 80px;
  min-height: 100vh;
}

.page-title {
  font-family: var(--font-heading);
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.page-subtitle {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: start;
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-item {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 24px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(30, 25, 20, 0.5), rgba(10, 8, 5, 0.7));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  align-items: center;
  transition: border-color 0.3s ease;
}

.cart-item:hover { border-color: var(--glass-border-strong); }

.cart-item-image {
  width: 100px;
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--bg-tertiary);
}

.cart-item-info h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.cart-item-info .size {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cart-item-info .unit-price {
  font-size: 14px;
  color: var(--accent);
  font-weight: 500;
}

.cart-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.cart-item-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-gold);
  border-radius: 50px;
  overflow: hidden;
}

.cart-item-qty button {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  color: var(--accent);
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s ease;
}

.cart-item-qty button:hover { background: rgba(212, 175, 55, 0.15); }

.cart-item-qty .val {
  min-width: 32px;
  text-align: center;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
}

.cart-item-total {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 500;
  color: var(--text-primary);
}

.cart-item-remove {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease;
  padding: 4px;
  font-family: var(--font-body);
  font-weight: 500;
}

.cart-item-remove:hover { color: #ff6b6b; }

/* Empty cart state */
.empty-cart {
  text-align: center;
  padding: 80px 20px;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
}

.empty-cart svg {
  width: 80px;
  height: 80px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1;
  margin: 0 auto 24px;
  opacity: 0.5;
}

.empty-cart h3 {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 12px;
}

.empty-cart p {
  color: var(--text-muted);
  margin-bottom: 28px;
  font-size: 15px;
}

/* Cart summary */
.cart-summary {
  background: linear-gradient(145deg, rgba(30, 25, 20, 0.5), rgba(10, 8, 5, 0.7));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 32px;
  position: sticky;
  top: 100px;
}

.cart-summary h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-gold);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
}

.summary-row .key { color: var(--text-muted); }
.summary-row .val {
  color: var(--text-primary);
  font-weight: 500;
}

.summary-row.total {
  border-top: 1px solid var(--border-gold);
  margin-top: 16px;
  padding-top: 20px;
  font-size: 18px;
}

.summary-row.total .key {
  color: var(--text-primary);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 13px;
}

.summary-row.total .val {
  font-family: var(--font-heading);
  font-size: 28px;
  color: var(--accent);
  font-weight: 500;
}

.btn-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 24px;
  padding: 18px 28px;
  background: var(--accent);
  color: var(--bg-primary);
  border: 1px solid var(--accent);
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s var(--transition);
}

.btn-checkout:hover {
  background: var(--accent-light);
  border-color: var(--accent-light);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.continue-shopping {
  display: block;
  text-align: center;
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.continue-shopping:hover { color: var(--accent); }

/* ==========================================================================
   CHECKOUT PAGE (checkout.html)
   ========================================================================== */
.checkout-page {
  padding-top: 140px;
  padding-bottom: 80px;
  min-height: 100vh;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: start;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.form-section {
  background: linear-gradient(145deg, rgba(30, 25, 20, 0.5), rgba(10, 8, 5, 0.7));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 32px;
}

.form-section h3 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-section h3 .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field.full { grid-column: 1 / -1; }

.form-field label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
}

.form-field input,
.form-field select,
.form-field textarea {
  background: rgba(5, 5, 5, 0.6);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  transition: border-color 0.2s ease, background 0.2s ease;
  width: 100%;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--text-muted);
  opacity: 0.6;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(212, 175, 55, 0.05);
}

.form-field.error input,
.form-field.error select,
.form-field.error textarea {
  border-color: #ff6b6b;
}

.form-field .err-msg {
  color: #ff8585;
  font-size: 11px;
  margin-top: 2px;
}

/* Payment method radio group */
.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-method {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(5, 5, 5, 0.4);
}

.payment-method:hover { border-color: var(--accent); }

.payment-method input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.payment-method input[type="radio"]:checked { border-color: var(--accent); }

.payment-method input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
}

.payment-method:has(input:checked) {
  border-color: var(--accent);
  background: rgba(212, 175, 55, 0.08);
}

.payment-method .label-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.payment-method .label-text strong {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
}

.payment-method .label-text span {
  color: var(--text-muted);
  font-size: 12px;
}

/* Checkout sidebar */
.checkout-summary {
  background: linear-gradient(145deg, rgba(30, 25, 20, 0.5), rgba(10, 8, 5, 0.7));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 32px;
  position: sticky;
  top: 100px;
}

.checkout-summary h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-gold);
}

.summary-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
  max-height: 300px;
  overflow-y: auto;
}

.summary-item {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 12px;
  align-items: center;
}

.summary-item img {
  width: 50px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--bg-tertiary);
}

.summary-item .name {
  font-size: 13px;
  color: var(--text-primary);
  font-weight: 500;
}

.summary-item .sub {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 2px;
}

.summary-item .price {
  font-size: 13px;
  color: var(--accent);
  font-weight: 500;
}

.btn-place-order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 16px;
  padding: 18px 28px;
  background: var(--accent);
  color: var(--bg-primary);
  border: 1px solid var(--accent);
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s var(--transition);
}

.btn-place-order:hover {
  background: var(--accent-light);
  border-color: var(--accent-light);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.btn-place-order:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-place-order .spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-top-color: var(--bg-primary);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.btn-place-order.loading .spinner { display: block; }
.btn-place-order.loading .btn-label { opacity: 0.5; }

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ==========================================================================
   ORDER CONFIRMATION PAGE (order-confirmation.html)
   ========================================================================== */
.confirmation-page {
  padding-top: 140px;
  padding-bottom: 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.confirmation-box {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(145deg, rgba(30, 25, 20, 0.6), rgba(10, 8, 5, 0.8));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 60px 50px;
  box-shadow: var(--glass-shadow);
}

.confirmation-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: pulseGold 2s ease-in-out infinite;
}

@keyframes pulseGold {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4); }
  50% { box-shadow: 0 0 0 20px rgba(212, 175, 55, 0); }
}

.confirmation-icon svg {
  width: 40px;
  height: 40px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.confirmation-box h1 {
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 300;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.confirmation-box .order-id {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  font-weight: 500;
}

.confirmation-box .msg {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 32px;
  font-weight: 300;
}

.confirmation-summary {
  background: rgba(5, 5, 5, 0.5);
  border: 1px solid var(--border-gold);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
  text-align: left;
}

.confirmation-summary h4 {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.confirmation-summary .summary-row {
  font-size: 13px;
}

.confirmation-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ==========================================================================
   TOAST NOTIFICATION (CLEAN & MINIMAL)
   ========================================================================== */
.toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(140%);
  background: rgba(18, 15, 11, 0.95);
  color: #f3f4f6;
  border: 1px solid rgba(212, 175, 55, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.65), 0 0 15px rgba(212, 175, 55, 0.12);
  z-index: 100000;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
}

.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.toast svg {
  width: 15px;
  height: 15px;
  stroke: var(--accent, #d4af37);
  fill: none;
  stroke-width: 2.2;
  flex-shrink: 0;
}

/* ==========================================================================
   RESPONSIVE — TABLET & MOBILE
   ========================================================================== */
@media (max-width: 1200px) {
  .container { padding: 0 2.5rem; }
  .hero-grid,
  .feature-split,
  .fragrance-grid { gap: 40px; }
  .collections-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-hero-row { grid-template-columns: 1fr; gap: 40px; }
  .collections-split { grid-template-columns: 1fr; gap: 40px; }
  .collections-intro { position: static; }
  .editorial .container { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 900px) {
  .nav {
    top: 10px;
    height: 48px;
    width: calc(100% - 20px);
    max-width: calc(100vw - 20px);
    border-radius: 40px;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(38, 38, 44, 0.62) 0%, rgba(22, 22, 26, 0.52) 50%, rgba(42, 42, 48, 0.62) 100%) !important;
    backdrop-filter: blur(24px) saturate(190%) contrast(105%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(190%) contrast(105%) !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    box-shadow:
      0 12px 30px rgba(0, 0, 0, 0.65),
      0 0 12px rgba(255, 255, 255, 0.05),
      inset 0 1px 2px rgba(255, 255, 255, 0.45) !important;
  }

  .nav.scrolled {
    /* Same as .nav on mobile — always island */
    top: 10px;
    height: 48px;
  }

  .nav .container {
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .nav-logo {
    gap: 8px;
  }

  .nav-logo-icon {
    width: 25px;
    height: 25px;
  }

  .nav-logo-text .brand {
    font-size: 13.5px;
    letter-spacing: 0.12em;
  }

  .nav-logo-text .tagline {
    font-size: 6.5px;
    letter-spacing: 0.22em;
    margin-top: 1px;
  }

  .nav-actions {
    gap: 8px;
  }

  .nav-icon {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.9);
  }

  .nav-toggle {
    display: flex !important;
    width: 34px;
    height: 34px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    z-index: 1002;
    transition: all 0.25s ease;
  }

  .nav-toggle:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.16);
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 70px;
    left: 12px;
    right: 12px;
    width: auto;
    max-width: calc(100vw - 24px);
    box-sizing: border-box;
    flex-direction: column;
    background: rgba(14, 11, 8, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 20px 16px;
    gap: 12px;
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.95), 0 0 30px rgba(212, 175, 55, 0.2);
    z-index: 99999;
    text-align: center;
  }

  .nav-links.open {
    display: flex !important;
  }

  .nav-links li {
    width: 100%;
    list-style: none;
  }

  .nav-links a {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    transition: all 0.2s ease;
  }

  .nav-links a:hover,
  .nav-links a.active {
    background: rgba(212, 175, 55, 0.15);
    color: var(--accent, #d4af37);
  }

  .hero {
    padding: 85px 0 30px;
    min-height: auto;
    text-align: center;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: center;
    text-align: center;
  }
  .hero-content {
    max-width: 100%;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    margin: 0 auto;
  }
  .hero-eyebrow,
  .hero h1,
  .hero p,
  .hero-stats,
  .hero-actions {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero h1 { font-size: clamp(26px, 7.5vw, 38px); line-height: 1.15; text-align: center; }
  .hero p { max-width: 90%; margin: 0 auto 16px; text-align: center; }
  .hero-actions { display: flex; justify-content: center; gap: 12px; width: 100%; }
  .hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 16px auto 0;
  }
  .hero-stat-item { text-align: center; align-items: center; }
  .hero-image-wrap {
    min-height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-image { max-width: 200px; margin: 0 auto; }

  /* Hide tiny floating card in hero on mobile per request */
  .floating-card {
    display: none !important;
  }

  .collections { background-attachment: scroll; }

  .editorial { min-height: auto; padding: 60px 0; }
  .editorial-card {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin: 20px auto 0;
    display: block;
    width: 100%;
    max-width: 300px;
  }
  .editorial-content { padding: 0; }

  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  .replica-newsletter-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .replica-nav-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .footer-right-columns { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .footer-bottom-links { justify-content: center; flex-wrap: wrap; }

  /* Mobile scroll-snap: each product snaps into full view */
  .snap-container {
    height: 100vh !important;
    height: 100dvh !important;
    overflow-y: scroll !important;
    scroll-snap-type: y mandatory !important;
    -webkit-overflow-scrolling: touch;
  }

  .snap-section {
    min-height: 100vh !important;
    min-height: 100dvh !important;
    height: auto !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    padding: 90px 0 40px !important;
    /* Divider between products so they don't mix */
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
  }

  .snap-section:last-child {
    border-bottom: none;
  }

  .snap-section:first-child {
    padding-top: 85px !important;
  }

  .fragrance-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 12px !important;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .fragrance-image-wrap {
    order: 1 !important; /* PRODUCT IMAGE FIRST */
    width: 100%;
    max-width: 290px !important;
    min-height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 auto 8px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fragrance-top-label {
    display: none !important;
  }

  .fragrance-top-badge.mobile-only {
    display: block !important;
    font-size: 10.5px !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 6px !important;
    text-align: center !important;
  }

  .fragrance-image {
    max-height: clamp(230px, 34vh, 290px) !important;
    max-width: 100% !important;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.88)) drop-shadow(0 8px 20px rgba(212, 175, 55, 0.3)) !important;
  }

  .fragrance-image-specs {
    margin-top: 8px !important;
    padding: 6px 18px !important;
    gap: 16px !important;
    display: flex !important;
  }

  .img-stat-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .img-stat-num {
    font-size: 13.5px !important;
    line-height: 1 !important;
  }

  .img-stat-lbl {
    font-size: 8px !important;
    margin-top: 2px !important;
    line-height: 1.2 !important;
  }

  .img-stat-sep {
    width: 1px !important;
    height: 16px !important;
  }

  .fragrance-content {
    order: 2 !important; /* PRODUCT DETAILS SECOND */
    width: 100%;
    max-width: 100%;
    text-align: center !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }

  .fragrance-content h1,
  .fragrance-content h2 {
    font-size: clamp(19px, 5vw, 25px) !important;
    margin-bottom: 4px !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .fragrance-tagline {
    font-size: 11px !important;
    margin-bottom: 6px !important;
    text-align: center !important;
  }

  .fragrance-price {
    font-size: 17px !important;
    margin-bottom: 8px !important;
    text-align: center !important;
  }

  .fragrance-desc {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
    max-width: 92% !important;
    margin: 0 auto 10px !important;
    text-align: center !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all 0.25s ease;
  }

  .fragrance-desc .desc-dots {
    display: inline-block !important;
    color: var(--accent) !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    padding: 0 4px !important;
    letter-spacing: 0.05em !important;
  }

  .fragrance-desc.is-expanded {
    display: block !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    max-height: none !important;
    background: rgba(12, 10, 8, 0.95) !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 10px !important;
    padding: 8px 12px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6) !important;
    z-index: 20 !important;
  }

  .fragrance-desc.is-expanded .desc-dots {
    display: none !important;
  }

  .size-options {
    justify-content: center !important;
    margin-bottom: 10px !important;
    gap: 6px !important;
  }

  .size-option {
    padding: 5px 12px !important;
    font-size: 10px !important;
  }

  .fragrance-actions {
    justify-content: center !important;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .new-fragrance-badge,
  .section-dots { display: none !important; }

  .mens-hero::after { display: none; }

  .product-detail-grid,
  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .product-detail-image-wrap {
    position: static;
    min-height: auto;
    max-height: 300px;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .product-detail-image {
    max-height: 250px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.85)) drop-shadow(0 8px 22px rgba(212, 175, 55, 0.3)) !important;
  }
  .cart-summary,
  .checkout-summary {
    position: static;
  }
  .notes-grid { grid-template-columns: 1fr; }
  .info-rows { grid-template-columns: 1fr; }
  .confirmation-box { padding: 30px 16px; }
}

@media (max-width: 640px) {
  .container { padding: 0 1rem; width: 100%; max-width: 100vw; box-sizing: border-box; }
  section { padding: 40px 0; }
  /* Snap-section padding inherited from 768px breakpoint — keeps full-screen snap */
  .snap-section:first-child { padding-top: 85px !important; }

  body, p { font-size: 12.5px; line-height: 1.5; }

  h1, .hero h1 { font-size: clamp(24px, 7.5vw, 32px) !important; line-height: 1.15 !important; }
  h2, .section-title, .feature-text h2, .collections-intro h2, .replica-brand-title { font-size: clamp(18px, 5.5vw, 24px) !important; line-height: 1.2 !important; }
  h3, .glass-card h3, .product-card-info h3 { font-size: clamp(14px, 4.5vw, 18px) !important; }
  .section-subtitle, .eyebrow, .label-caps { font-size: 8.5px !important; letter-spacing: 0.18em !important; }

  .hero { padding: 80px 0 30px; }
  .hero p { font-size: 12.5px !important; max-width: 92% !important; margin: 0 auto 18px !important; }
  .filter-tags { gap: 6px; flex-wrap: wrap; }
  .filter-tag { padding: 6px 12px; font-size: 8.5px; }

  .hero-image-wrap { min-height: auto; }
  .hero-image { max-width: 200px; }
  
  .floating-card {
    display: none !important;
  }

  .collections-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .product-grid .product-card {
    padding: 12px 10px !important;
    border-radius: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    box-sizing: border-box !important;
  }
  .product-grid .product-card-image {
    margin-bottom: 10px !important;
    border-radius: 10px !important;
  }
  .product-grid .product-card-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  .product-grid .gender-badge {
    font-size: 8px !important;
    padding: 2px 6px !important;
  }
  .product-grid .card-price-display {
    font-size: 11.5px !important;
  }
  .product-grid .product-card h3 {
    font-size: clamp(12px, 3.6vw, 14.5px) !important;
    margin-bottom: 4px !important;
    line-height: 1.2 !important;
  }
  .product-grid .product-card p {
    font-size: 10px !important;
    height: 26px !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
  }
  .product-grid .card-size-selector {
    display: flex !important;
    gap: 4px !important;
    margin-bottom: 8px !important;
    width: 100% !important;
  }
  .product-grid .size-pill {
    flex: 1 !important;
    padding: 3px 0 !important;
    font-size: 9px !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    border-radius: 12px !important;
  }
  .product-grid .card-actions-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 4px !important;
    margin-top: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .product-grid .btn-card-add {
    flex: 1.35 !important;
    min-width: 0 !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 4px !important;
    font-size: 8.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    border-radius: 7px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    line-height: 1 !important;
  }
  .product-grid .btn-card-add i,
  .product-grid .btn-card-add svg {
    font-size: 8.5px !important;
    flex-shrink: 0 !important;
  }
  .product-grid .btn-notes {
    flex: 1 !important;
    min-width: 0 !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 4px !important;
    font-size: 8.5px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    border-radius: 7px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    line-height: 1 !important;
  }
  .product-grid .btn-notes i,
  .product-grid .btn-notes svg {
    font-size: 8.5px !important;
    flex-shrink: 0 !important;
  }
  .product-grid .card-wishlist-btn {
    width: 28px !important;
    height: 28px !important;
    top: 6px !important;
    right: 6px !important;
    font-size: 11px !important;
  }

  /* List view mobile overrides */
  .product-grid.view-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .product-grid.view-list .product-card {
    flex-direction: row !important;
    padding: 12px !important;
    gap: 12px !important;
    min-height: auto !important;
  }
  .product-grid.view-list .product-card-image {
    width: 85px !important;
    min-width: 85px !important;
    height: 105px !important;
    margin-bottom: 0 !important;
  }
  .product-grid.view-list .product-card-body h3 {
    font-size: 13.5px !important;
    margin-bottom: 2px !important;
  }
  .product-grid.view-list .product-card-body p {
    font-size: 10px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px !important;
    height: auto !important;
  }
  .product-grid.view-list .card-actions-row {
    gap: 6px !important;
  }
  .product-grid.view-list .btn-card-add,
  .product-grid.view-list .btn-notes {
    padding: 6px 8px !important;
    font-size: 9.5px !important;
  }

  .collection-glass-card {
    border-radius: 14px !important;
  }
  .collection-glass-card .card-body {
    padding: 12px 10px !important;
  }
  .collection-glass-card .card-label {
    font-size: 7.5px !important;
    letter-spacing: 0.2em !important;
    margin-bottom: 2px !important;
  }
  .collection-glass-card .card-body h3 {
    font-size: clamp(13px, 3.8vw, 16px) !important;
    margin-bottom: 4px !important;
    line-height: 1.2 !important;
  }
  .collection-glass-card .card-link {
    font-size: 8px !important;
    letter-spacing: 0.16em !important;
    gap: 4px !important;
  }

  .feature-badge-wrap { gap: 16px; flex-direction: column; }
  .circular-badge { width: 150px; height: 150px; }

  .editorial-card {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin: 20px auto 0;
    width: 100%;
    max-width: 100%;
  }

  .newsletter-card { padding: 30px 16px; }
  .newsletter-form { flex-direction: column; gap: 10px; }
  .newsletter-form input { padding: 12px 16px; font-size: 12px; }
  .newsletter-form button { position: static; width: 100%; height: 42px; border-radius: 50px; }

  .footer-hero-row { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .footer-cta-left { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .footer-right-columns { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .footer-social-vertical { align-items: center; }
  .footer-brand-name { font-size: clamp(26px, 10vw, 48px); }
  
  .hero-stats { flex-direction: column; gap: 16px; }
  .btn-target { gap: 10px; padding: 10px 20px; font-size: 9.5px; }
  .btn-target::before, .btn-target::after { width: 14px; }

  /* Hide scroll hint on mobile */
  .scroll-hint { display: none; }

  .snap-section { padding-bottom: 40px; }

  .size-options { flex-wrap: wrap; gap: 8px; }
  .size-option { min-width: 0; flex: 1; padding: 10px 14px; font-size: 11px; }

  .cart-item {
    grid-template-columns: 70px 1fr;
    gap: 12px;
  }
  .cart-item-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-gold);
  }
  .cart-item-image { width: 70px; height: 90px; }
  .form-grid { grid-template-columns: 1fr; }
  .summary-item { grid-template-columns: 36px 1fr auto; }
  .summary-item img { width: 36px; height: 45px; }
  .confirmation-box { padding: 30px 16px; }
  .confirmation-box h1 { font-size: 24px; }

  .fragrance-content h1,
  .mens-hero-title { font-size: clamp(26px, 9vw, 38px); }

  /* Touch-friendly buttons */
  .btn, .btn-outline, .btn-target, .btn-glass, .btn-add-cart,
  .btn-checkout, .btn-place-order {
    min-height: 42px;
    padding: 12px 24px;
    font-size: 11px;
  }
}

/* Touch device — disable expensive hover transforms */
@media (hover: none) {
  .product-card:hover,
  .collection-glass-card:hover,
  .glass-card:hover {
    transform: none;
  }
  .hero-image, .floating-card, .fragrance-image {
    animation: none;
  }
}

/* Reduced motion — respect user preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .hero-image, .floating-card, .fragrance-image,
  .circular-badge, .new-fragrance-badge svg, .play-btn {
    animation: none !important;
  }
}

/* ==========================================================================
   GLOBAL CRYSTAL-LIKE GLASS UI CARDS & PANELS
   ========================================================================== */
.product-card,
.glass-panel,
.glass-card,
.collection-glass-card,
.testimonial-card,
.floating-card,
.editorial-card,
.boutique-crystal-card,
.locator-map-wrap,
.quick-view-modal,
.notes-modal-dialog,
.replica-mobile-hero-card,
.cart-summary,
.cart-item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(22, 18, 14, 0.65) 40%, rgba(8, 6, 4, 0.88) 100%) !important;
  backdrop-filter: blur(24px) saturate(190%) contrast(108%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(190%) contrast(108%) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 
    0 20px 48px rgba(0, 0, 0, 0.72),
    0 6px 18px rgba(0, 0, 0, 0.45),
    inset 0 1.5px 2.5px rgba(255, 255, 255, 0.4),
    inset 0 -1.5px 3px rgba(0, 0, 0, 0.7),
    0 0 1px 1px rgba(212, 175, 55, 0.28) !important;
}

/* Gender tinted crystal variations */
.product-card.gender-card-men {
  background: linear-gradient(145deg, rgba(30, 58, 138, 0.28) 0%, rgba(15, 23, 42, 0.72) 40%, rgba(6, 12, 24, 0.9) 100%) !important;
  border-color: rgba(96, 165, 250, 0.35) !important;
}
.product-card.gender-card-women {
  background: linear-gradient(145deg, rgba(136, 19, 55, 0.28) 0%, rgba(24, 9, 15, 0.72) 40%, rgba(12, 4, 8, 0.9) 100%) !important;
  border-color: rgba(244, 63, 94, 0.35) !important;
}
.product-card.gender-card-unisex {
  background: linear-gradient(145deg, rgba(6, 78, 59, 0.28) 0%, rgba(6, 20, 15, 0.72) 40%, rgba(2, 10, 8, 0.9) 100%) !important;
  border-color: rgba(52, 211, 153, 0.35) !important;
}

/* ==========================================================================
   BESTSELLERS SCROLL FADE-IN TRANSITION
   ========================================================================== */
.bestseller-fade-card {
  opacity: 1;
  transform: none;
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
  will-change: auto;
}

.bestseller-fade-card.card-visible {
  opacity: 1;
  transform: none;
}

/* Desktop Defaults for Mobile Showcase toggles */
.hero-mobile-bg { display: none; }
.btn-hero-glass-mobile { display: none !important; }
.feature-mobile-showcase { display: none !important; }
/* feature-desktop-view must NOT set display — it would override .feature-split's grid */
.feature-desktop-view { }

/* ==========================================================================
   STORE LOCATOR / MAP
   ========================================================================== */
.store-locator-section {
  padding: 90px 0 80px;
  position: relative;
  background: radial-gradient(circle at 50% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 65%), var(--bg-primary, #050505);
  border-top: 1px solid var(--border-gold, rgba(212, 175, 55, 0.25));
  overflow: hidden;
}

.store-locator-single-map {
  max-width: 1080px;
  margin: 40px auto 0;
  width: 100%;
}

.locator-map-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  flex-direction: column;
}

.atelier-map-container {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border-radius: 22px;
  background: #0d0b09;
  z-index: 1;
}

.map-overlay-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(12, 10, 8, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 40px;
  padding: 8px 18px 8px 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.map-badge-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-badge-icon img {
  width: 18px;
  height: 18px;
}

.map-badge-title {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
}

.map-badge-coords {
  font-size: 10px;
  color: var(--accent, #d4af37);
  letter-spacing: 0.08em;
}

/* Custom Leaflet Map Pin */
.luxury-map-pin-wrap {
  position: relative;
  background: none;
  border: none;
}

.luxury-map-pin {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pin-pulse {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.35);
  animation: mapPinPulse 2s infinite ease-out;
}

@keyframes mapPinPulse {
  0% { transform: scale(0.6); opacity: 1; }
  100% { transform: scale(1.8); opacity: 0; }
}

.pin-marker {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #fce088 0%, #d4af37 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8), 0 0 15px rgba(212, 175, 55, 0.6);
  border: 1.5px solid #ffffff;
}

.pin-monogram {
  transform: rotate(45deg);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  color: #0b0907;
  letter-spacing: 0.05em;
}

.leaflet-popup.luxury-leaflet-popup .leaflet-popup-content-wrapper {
  background: rgba(14, 11, 8, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.85);
  color: #FFFFFF;
  padding: 6px 4px;
}

.leaflet-popup.luxury-leaflet-popup .leaflet-popup-tip {
  background: rgba(14, 11, 8, 0.95);
  border: 1px solid rgba(212, 175, 55, 0.45);
}

.luxury-map-popup {
  padding: 6px 8px;
}

.popup-eyebrow {
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent, #d4af37);
  font-weight: 700;
  margin-bottom: 4px;
}

.popup-title {
  font-family: var(--font-heading);
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 6px;
  font-weight: 400;
}

.popup-loc {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
  margin-bottom: 8px;
}

.popup-time {
  font-size: 11px;
  color: var(--accent, #d4af37);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.popup-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  color: #0b0907;
  background: linear-gradient(135deg, #fce088 0%, #d4af37 100%);
  padding: 7px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.popup-cta-btn:hover {
  transform: scale(1.04);
}

/* ==========================================================================
   DEDICATED MOBILE OVERRIDES (HERO, SHOWCASE, STORE LOCATOR)
   ========================================================================== */
@media (max-width: 900px) {
  .hero-video {
    display: none !important;
  }

  .hero-mobile-bg {
    display: none !important; /* legacy rule - .hero-bg-mobile img tag handles mobile hero image now */
  }

  .hero-overlay {
    /* Greatly reduced overlay - subtle top/bottom tint only for nav/button readability, middle stays clear to show the bottle */
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.35) 0%, rgba(5, 5, 5, 0) 28%, rgba(5, 5, 5, 0) 72%, rgba(5, 5, 5, 0.35) 100%) !important;
  }

  .hero {
    min-height: 100vh !important;
    min-height: 100dvh !important;
    height: 100dvh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 78px 16px 32px !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .hero .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    justify-content: space-between;
  }

  .hero-grid {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex: 1;
    height: 100%;
    gap: 0 !important;
    width: 100%;
  }

  .hero-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex: 1;
    width: 100%;
    min-height: 0 !important;
    height: 100% !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 !important;
  }

  .hero-web-only {
    display: none !important;
  }

  .hero .hero-brand-name, h1.hero-brand-name {
    font-family: 'Arome', 'Arome Display', var(--font-heading), serif !important;
    font-size: clamp(2.7rem, 11vw, 3.8rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 28px 0 0 0 !important;
    padding: 2px 8px !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #FFF1B8 !important;
    color: #FFF1B8 !important;
    paint-order: stroke fill !important;
    -webkit-text-stroke: 0.6px rgba(255, 255, 255, 0.9) !important;
    filter: none !important;
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.95),
      0 3px 8px rgba(0, 0, 0, 0.9),
      0 5px 14px rgba(0, 0, 0, 0.75),
      0 0 15px rgba(255, 241, 184, 0.35) !important;
    user-select: none;
  }

  .hero-brand-name .brand-word {
    display: block !important;
    margin: 0 !important;
  }

  .hero h1, .hero-title {
    font-size: clamp(28px, 8.5vw, 40px) !important;
    line-height: 1.15 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }

  .hero-cta {
    margin-top: auto !important;
    margin-bottom: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    z-index: 10;
  }

  .hero-web-btn {
    display: none !important;
  }

  .btn-hero-glass-mobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(252, 226, 157, 0.95) 0%, rgba(212, 175, 55, 0.95) 50%, rgba(170, 130, 16, 0.95) 100%) !important;
    backdrop-filter: blur(18px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(180%) !important;
    border: 1px solid rgba(255, 240, 180, 0.75) !important;
    color: #0b0907 !important;
    font-family: var(--font-body);
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    padding: 14px 34px !important;
    border-radius: 40px !important;
    box-shadow: 
      0 10px 25px rgba(0, 0, 0, 0.7), 
      0 2px 8px rgba(212, 175, 55, 0.4),
      inset 0 1px 1px rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .btn-hero-glass-mobile:active {
    transform: scale(0.96);
  }

  .btn-hero-glass-mobile svg {
    width: 15px;
    height: 15px;
    stroke: #0b0907 !important;
    stroke-width: 2.2;
    fill: none;
  }

  /* Dedicated Mobile Feature Showcase */
  .feature-desktop-view {
    display: none !important;
  }

  .feature-mobile-showcase {
    display: block !important;
    padding: 24px 20px;
  }

  /* Editorial redesign — typography-driven, no glass cards */
  .mf-editorial {
    text-align: left;
    margin-bottom: 32px;
  }

  .mf-num-block {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 12px;
  }

  .mf-big-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 42px;
    font-weight: 300;
    color: rgba(212, 175, 55, 0.35);
    line-height: 1;
  }

  .mf-num-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.7);
  }

  .mf-editorial-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.15;
    color: #FFFFFF;
    margin-bottom: 14px;
  }

  .mf-editorial-desc {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.65;
    color: rgba(245, 240, 232, 0.6);
    max-width: 340px;
  }

  /* Minimal feature list — text with dividers, no cards */
  .mf-feature-list {
    margin-bottom: 28px;
  }

  .mf-list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
  }

  .mf-list-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 300;
    color: rgba(212, 175, 55, 0.5);
    flex-shrink: 0;
    width: 28px;
  }

  .mf-list-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .mf-list-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
  }

  .mf-list-detail {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: rgba(245, 240, 232, 0.45);
    letter-spacing: 0.02em;
  }

  .mf-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.2), transparent);
  }

  /* Minimal text link — no button, just underlined text with arrow */
  .mf-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #D4AF37;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    transition: border-color 0.3s ease, color 0.3s ease;
  }

  .mf-text-link:hover {
    color: #F5E1A4;
    border-color: #F5E1A4;
  }

  .mf-text-link svg {
    width: 14px;
    height: 14px;
  }

  /* Legacy classes — hidden */
  .mf-glass-panel,
  .maison-crystal-card,
  .maison-tag-pill,
  .maison-pillars-grid,
  .btn-crystal-gold { display: none !important; }

  .locator-map-wrap,
  .atelier-map-container {
    min-height: 280px !important;
    height: 280px !important;
    touch-action: pan-y; /* allow vertical page scroll, block horizontal map swipe hijack */
  }
}

/* ==========================================================================
   GLOBAL SEARCH MODAL STYLES (OVERLAY & INTERACTIVE POPUP)
   ========================================================================== */
.search-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 3, 2, 0.85);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 20px 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
}

.search-modal-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-modal-card,
.search-modal-dialog {
  width: 100%;
  max-width: 680px;
  max-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, rgba(30, 25, 18, 0.98) 0%, rgba(12, 10, 8, 0.99) 100%);
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85), 0 0 40px rgba(212, 175, 55, 0.2);
  transform: translateY(-20px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.search-modal-backdrop.active .search-modal-card,
.search-modal-backdrop.active .search-modal-dialog {
  transform: translateY(0) scale(1);
}

.search-modal-header,
.search-input-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.search-bar-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  padding: 10px 18px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.search-bar-wrap:focus-within {
  border-color: var(--accent, #d4af37);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.25);
}

.search-icon-inside,
.search-bar-icon {
  font-size: 16px;
  color: var(--accent, #d4af37);
  flex-shrink: 0;
}

.search-global-input,
.search-modal-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  outline: none;
  letter-spacing: 0.02em;
  width: 100%;
}

.search-global-input::placeholder,
.search-modal-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.search-clear-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 2px 6px;
  transition: color 0.2s ease;
}

.search-clear-btn:hover {
  color: #ffffff;
}

.search-close-btn,
.search-modal-close {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.search-close-btn:hover,
.search-modal-close:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: var(--accent, #d4af37);
  color: #ffffff;
  transform: rotate(90deg);
}

.search-quick-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow-x: auto;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.25);
  scrollbar-width: none;
}

.search-quick-tags::-webkit-scrollbar {
  display: none;
}

.quick-tags-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
  margin-right: 4px;
}

.search-chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.search-chip:hover {
  background: rgba(212, 175, 55, 0.18);
  border-color: rgba(212, 175, 55, 0.5);
  color: #ffffff;
}

.search-results-container {
  padding: 16px 20px 24px;
  overflow-y: auto;
  flex: 1;
  max-height: 480px;
}

.search-empty-state {
  text-align: center;
  padding: 40px 20px;
}

.search-empty-state h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 6px;
  font-weight: 400;
}

.search-empty-state p {
  font-size: 13px;
  color: var(--text-muted, #9ca3af);
  line-height: 1.5;
  max-width: 380px;
  margin: 0 auto;
}

.search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.search-shop-link {
  color: var(--accent, #d4af37);
  text-decoration: none;
  font-weight: 500;
}

.search-shop-link:hover {
  text-decoration: underline;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.search-result-item:hover {
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateX(4px);
}

.search-item-img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000000;
  flex-shrink: 0;
}

.search-item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.search-item-price {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent, #d4af37);
}

.search-item-name {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-item-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.btn-search-add {
  padding: 7px 14px;
  font-size: 11px;
  border-radius: 20px;
  background: var(--accent, #d4af37);
  color: #050403;
  border: none;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.btn-search-add:hover {
  background: #ffffff;
}

.search-wish-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13px;
}

.search-wish-btn.is-active,
.search-wish-btn:hover {
  color: #f43f5e;
  border-color: rgba(244, 63, 94, 0.4);
  background: rgba(244, 63, 94, 0.12);
}

/* ==========================================================================
   CORNER SLIDE-OUT DRAWER (CART, WISHLIST, ORDERS)
   ========================================================================== */
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 4, 3, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
  display: flex;
  justify-content: flex-end;
}

.cart-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-drawer-panel {
  width: 100%;
  max-width: 440px;
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(180deg, #16120c 0%, #0d0a07 100%);
  border-left: 1.5px solid rgba(212, 175, 55, 0.35);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.cart-drawer-overlay.active .cart-drawer-panel {
  transform: translateX(0);
}

.cart-drawer-header {
  padding: 24px 20px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.3);
}

.cart-drawer-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.cart-drawer-title-row h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}

.cart-drawer-close {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cart-drawer-close:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: var(--accent, #d4af37);
  color: #ffffff;
}

.cart-drawer-tabs {
  display: flex;
  gap: 6px;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.drawer-tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 6px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.drawer-tab-btn.active {
  background: rgba(212, 175, 55, 0.2);
  color: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.45);
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
  scrollbar-width: thin;
}

.drawer-shipping-bar {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.drawer-shipping-bar.unlocked {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.35);
  color: #6ee7b7;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
}

.drawer-shipping-bar .ship-icon {
  background: #10b981;
  color: #050403;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.ship-progress {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.ship-fill {
  height: 100%;
  background: linear-gradient(90deg, #d4af37 0%, #fce088 100%);
  border-radius: 4px;
  transition: width 0.4s ease;
}

.cart-drawer-footer {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 8, 5, 0.95);
}

.drawer-summary-rows {
  margin-bottom: 16px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}

.summary-line.total-line {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
}

.summary-line.total-line span:last-child {
  color: var(--accent, #d4af37);
  font-size: 18px;
}

.drawer-cta-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer-checkout-btn {
  width: 100%;
  padding: 14px;
  font-size: 12px;
  border-radius: 12px;
}

.drawer-view-cart-link {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.2s ease;
}

.drawer-view-cart-link:hover {
  color: var(--accent, #d4af37);
}

.drawer-empty-state {
  text-align: center;
  padding: 60px 20px;
}

.drawer-empty-state h4 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 400;
}

.drawer-empty-state p {
  font-size: 13px;
  color: var(--text-muted, #9ca3af);
  line-height: 1.6;
}

.drawer-items-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.drawer-item {
  display: flex;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 12px;
  position: relative;
  transition: border-color 0.2s ease;
}

.drawer-item:hover {
  border-color: rgba(212, 175, 55, 0.3);
}

.drawer-item-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000000;
  flex-shrink: 0;
}

.drawer-item-info {
  flex: 1;
  min-width: 0;
}

.drawer-item-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.drawer-item-name {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drawer-item-remove {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
  transition: color 0.2s ease;
}

.drawer-item-remove:hover {
  color: #f43f5e;
}

.drawer-item-meta {
  font-size: 11px;
  color: var(--accent, #d4af37);
  margin-bottom: 8px;
}

.drawer-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-item-qty,
.drawer-qty-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  overflow: hidden;
}

.drawer-item-qty button,
.drawer-qty-btn {
  background: none;
  border: none;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.drawer-item-qty button:hover,
.drawer-qty-btn:hover {
  background: rgba(212, 175, 55, 0.2);
  color: var(--accent, #d4af37);
}

.drawer-item-qty .val,
.drawer-qty-val {
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px;
  color: #ffffff;
}

.drawer-item-price,
.drawer-item-total {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.drawer-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d4af37;
  text-decoration: none;
  margin-left: auto;
  padding: 6px 14px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.08);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.drawer-detail-link:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: rgba(212, 175, 55, 0.7);
  color: #f5e1a4;
  transform: translateY(-1px);
}

/* Recent Orders inside Drawer */
.drawer-orders-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.drawer-order-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 14px;
}

.drawer-order-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.order-badge-confirmed {
  background: rgba(16, 185, 129, 0.2);
  color: #6ee7b7;
  border: 1px solid rgba(16, 185, 129, 0.4);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
}

.order-date {
  font-size: 11px;
  color: var(--text-muted, #9ca3af);
}

.order-num-id {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.order-items-preview {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  margin-bottom: 8px;
}

.order-mini-item {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--text-muted, #9ca3af);
}

.order-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 10px;
}

.order-total-row strong {
  font-size: 14px;
  color: var(--accent, #d4af37);
}

.order-actions-row {
  text-align: right;
}

.order-view-btn {
  font-size: 11px;
  color: #93c5fd;
  text-decoration: none;
  font-weight: 500;
}

.order-view-btn:hover {
  text-decoration: underline;
}

/* ==========================================================================
   MOBILE FOOTER — Single Liquid Glass Component
   Replaces the old 3-layer footer (newsletter card + nav + landscape bar)
   with one clean glass card. No background images on mobile.
   ========================================================================== */
.mobile-footer-glass {
  margin: 16px;
  padding: 40px 24px 24px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(28, 22, 16, 0.82) 0%, rgba(14, 11, 8, 0.88) 50%, rgba(8, 6, 4, 0.92) 100%);
  backdrop-filter: blur(28px) saturate(190%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.7),
    0 0 40px rgba(212, 175, 55, 0.08),
    inset 0 1px 3px rgba(255, 255, 255, 0.12),
    inset 0 -1px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.mobile-footer-brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #F5E1A4, #D4AF37, #F5E1A4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.mobile-footer-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(245, 240, 232, 0.7);
  margin-bottom: 28px;
}

.mobile-footer-newsletter {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-footer-newsletter input {
  flex: 1;
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 13px;
  outline: none;
}

.mobile-footer-newsletter input::placeholder {
  color: rgba(245, 240, 232, 0.4);
}

.mobile-footer-newsletter input:focus {
  border-color: rgba(212, 175, 55, 0.6);
}

.mobile-footer-newsletter button {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(212, 175, 55, 0.15);
  color: #D4AF37;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mobile-footer-newsletter button:hover {
  background: rgba(212, 175, 55, 0.3);
  border-color: #D4AF37;
}

.mobile-footer-newsletter button svg {
  width: 16px;
  height: 16px;
}

.mobile-footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
  text-align: left;
  margin-bottom: 32px;
}

.mobile-footer-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 12px;
}

.mobile-footer-col ul {
  list-style: none;
  padding: 0;
}

.mobile-footer-col ul li {
  margin-bottom: 8px;
}

.mobile-footer-col ul li a {
  font-size: 13px;
  color: rgba(245, 240, 232, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mobile-footer-col ul li a:hover {
  color: #D4AF37;
}

.mobile-footer-legal {
  padding-top: 20px;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  text-align: center;
}

.mobile-footer-legal span {
  display: block;
  font-size: 11px;
  color: rgba(245, 240, 232, 0.5);
  margin-bottom: 10px;
}

.mobile-footer-legal-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.mobile-footer-legal-links a {
  font-size: 11px;
  color: rgba(245, 240, 232, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mobile-footer-legal-links a:hover {
  color: #D4AF37;
}

/* Hide old mobile footer components that are no longer used */
.replica-mobile-hero-card,
.replica-mobile-brand,
.replica-mobile-nav,
.replica-mobile-landscape {
  display: none !important;
}

