/* =========================================================
   VANYA ROYALE - LUXURY HAUTE SILK COUTURE STYLESHEET
   Synced with Imperial Crimson & 24K Antique Gold Video Palette
   ========================================================= */

:root {
  --bg-dark-base: #060608;
  --bg-dark-card: rgba(18, 14, 18, 0.72);
  --bg-dark-elevated: #110e13;
  --bg-arch-frame: #181419;

  /* Imperial Saree Crimson */
  --crimson-pure: #a80f25;
  --crimson-deep: #680514;
  --crimson-dark: #3a000a;
  --crimson-glow: rgba(180, 20, 45, 0.45);
  --crimson-light: #d62246;

  /* 24K Antique Gold & Zari Accents */
  --gold-primary: #d4af37;
  --gold-light: #f5e4b3;
  --gold-champagne: #ecd599;
  --gold-dark: #8f6c18;
  --gold-bronze: #b8860b;
  --gold-glow: rgba(212, 175, 55, 0.35);
  --gold-border: rgba(212, 175, 55, 0.3);

  /* Neutrals & Text */
  --text-white: #fbf9f5;
  --text-cream: #ece5d8;
  --text-muted: #a3998f;
  --text-dark: #221c1f;

  /* Fonts */
  --font-serif-royal: 'Cinzel Decorative', Georgia, serif;
  --font-serif-heading: 'Cinzel', Georgia, serif;
  --font-serif-body: 'Cormorant Garamond', Garamond, serif;
  --font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;

  --transition-smooth: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.25s ease;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-dark-base);
  color: var(--text-cream);
  overflow-x: hidden;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-dark-base);
  color: var(--text-cream);
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-dark-base);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--gold-dark), var(--crimson-deep));
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gold-primary);
}

/* Background Stardust Canvas */
#stardust-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  opacity: 0.65;
  transform: translateZ(0);
  will-change: opacity;
}

/* =========================================================
   1. FULL-PAGE CINEMATIC OPENING SCREEN
   ========================================================= */
.opening-fullscreen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: var(--bg-dark-base);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  will-change: opacity, transform;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s ease;
}

.opening-fullscreen.docked {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.92);
  pointer-events: none;
}

.opening-fullscreen-canvas-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at center, rgba(168, 15, 37, 0.2) 0%, #060608 80%);
}

#opening-fullscreen-canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100vw;
  max-height: 100vh;
}

.opening-fullscreen-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: brightness(0.68) contrast(1.08);
}

.fullscreen-ambient-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.fullscreen-top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vh;
  background: linear-gradient(to bottom, rgba(6, 6, 8, 0.9) 0%, transparent 100%);
  pointer-events: none;
}

.fullscreen-bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, rgba(6, 6, 8, 0.95) 0%, rgba(6, 6, 8, 0.5) 60%, transparent 100%);
  pointer-events: none;
}

/* Opening Overlay UI */
.opening-overlay-ui {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  pointer-events: none;
}

.opening-top-header {
  text-align: center;
  animation: fadeInDown 1s ease forwards;
}

.crest-icon {
  color: var(--gold-primary);
  font-size: 1.8rem;
  margin-bottom: 4px;
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.8));
  animation: pulseGlow 2.5s infinite ease-in-out;
}

.crest-subtitle {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 6px;
  color: var(--gold-champagne);
  display: block;
  text-transform: uppercase;
}

.crest-title {
  font-family: var(--font-serif-royal);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 8px;
  color: var(--text-white);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8), 0 0 35px var(--crimson-glow);
  margin: 6px 0;
}

.crest-tagline {
  font-family: var(--font-serif-body);
  font-size: 1.15rem;
  font-style: italic;
  letter-spacing: 4px;
  color: var(--gold-champagne);
}

.opening-center-indicator {
  text-align: center;
}

.opening-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(12, 9, 14, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--gold-primary);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: var(--gold-light);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(212, 175, 55, 0.2);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--crimson-light);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--crimson-light);
  animation: pulseRing 1.5s infinite;
}

.opening-bottom-controls {
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  pointer-events: auto;
  animation: fadeInUp 1s ease forwards;
}

.opening-btn-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.opening-subhint {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: var(--text-muted);
  text-transform: uppercase;
}

/* =========================================================
   2. BUTTONS & INTERACTIVE ELEMENTS
   ========================================================= */
.royal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 34px;
  font-family: var(--font-serif-heading);
  font-size: 0.85rem;
  letter-spacing: 3px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
  border: none;
}

.royal-btn.gold-glow {
  background: linear-gradient(135deg, #e6c687 0%, #d4af37 50%, #996515 100%);
  color: #120b05;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35), 0 0 1px 1px rgba(255, 255, 255, 0.4) inset;
}

.royal-btn.gold-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.55), 0 0 35px var(--crimson-glow);
  color: #000;
}

.royal-btn.ghost-outline {
  background: rgba(18, 14, 18, 0.6);
  backdrop-filter: blur(10px);
  color: var(--gold-light);
  border: 1px solid var(--gold-border);
}

.royal-btn.ghost-outline:hover {
  border-color: var(--gold-primary);
  background: rgba(212, 175, 55, 0.15);
  color: #fff;
  transform: translateY(-2px);
}

.royal-btn.full-width {
  width: 100%;
}

.btn-shine {
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: rotate(30deg);
  animation: btnShineAnim 4s infinite;
}

/* =========================================================
   3. NAVBAR
   ========================================================= */
.royal-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 7, 12, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  transform: translateZ(0);
  will-change: transform;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.nav-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 30px;
  display: grid;
  grid-template-columns: 1.2fr auto 1fr;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 22px;
}

.nav-item {
  color: var(--text-cream);
  text-decoration: none;
  font-family: var(--font-serif-heading);
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  transition: var(--transition-fast);
  padding: 6px 0;
}

.nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--gold-primary);
  transition: var(--transition-fast);
}

.nav-item:hover, .nav-item.active {
  color: var(--gold-primary);
}

.nav-item:hover::after, .nav-item.active::after {
  width: 100%;
}

.nav-anchor {
  position: relative;
  top: -90px;
  height: 0;
  visibility: hidden;
  display: block;
}

section[id] {
  scroll-margin-top: 90px;
}

.brand-center {
  text-align: center;
}

.brand-logo-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand-symbol {
  font-size: 1.2rem;
  color: var(--gold-primary);
  line-height: 1;
}

.brand-name {
  font-family: var(--font-serif-royal);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 5px;
  color: var(--text-white);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.brand-tagline {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  letter-spacing: 4px;
  color: var(--gold-champagne);
  text-transform: uppercase;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

/* Currency Picker */
.currency-picker {
  position: relative;
  cursor: pointer;
  font-size: 0.78rem;
  letter-spacing: 1px;
  color: var(--gold-light);
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--gold-border);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.currency-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #151117;
  border: 1px solid var(--gold-border);
  border-radius: 4px;
  list-style: none;
  padding: 6px 0;
  min-width: 140px;
  display: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  z-index: 10;
}

.currency-picker.open .currency-menu {
  display: block;
}

.currency-menu li {
  padding: 8px 14px;
  font-size: 0.8rem;
  color: var(--text-cream);
  transition: var(--transition-fast);
}

.currency-menu li:hover {
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold-primary);
}

/* Icon Buttons */
.icon-btn {
  background: none;
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: var(--gold-light);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: var(--transition-fast);
}

.icon-btn:hover {
  border-color: var(--gold-primary);
  background: rgba(212, 175, 55, 0.15);
  color: #fff;
  transform: translateY(-2px);
}

.badge-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--crimson-pure);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-primary);
}

.audio-btn.playing {
  border-color: var(--gold-primary);
  color: var(--gold-primary);
}
.audio-pulse {
  display: none;
}
.audio-btn.playing .audio-pulse {
  display: block;
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid var(--gold-primary);
  animation: pulseRing 1.8s infinite;
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.mobile-menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--gold-primary);
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 360px;
  height: 100vh;
  background: #110e14;
  border-left: 1px solid var(--gold-border);
  z-index: 1001;
  padding: 30px 20px;
  transition: var(--transition-smooth);
}
.mobile-drawer.open {
  right: 0;
}
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.drawer-header button {
  background: none;
  border: none;
  color: var(--gold-primary);
  font-size: 1.4rem;
  cursor: pointer;
}
.drawer-links {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.drawer-links a {
  color: var(--text-cream);
  text-decoration: none;
  font-family: var(--font-serif-heading);
  font-size: 1rem;
  letter-spacing: 2px;
}

/* =========================================================
   4. HERO SHOWCASE SECTION (CLEAN DOCKED VIDEO ARCH)
   ========================================================= */
.page-body {
  position: relative;
  z-index: 2;
}

.hero-stage-section {
  min-height: 92vh;
  padding: 60px 30px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0e080d;
}

.hero-video-background-wrap,
.hero-fullscreen-video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.hero-fullscreen-video,
.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.65) contrast(1.05);
  transform: scale(1.02);
}

/* Seamless ambient overlay - gently brightening dark regions only with soft royal warmth */
.hero-video-tint-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 45% 50%, rgba(55, 24, 42, 0.45) 0%, rgba(30, 14, 25, 0.65) 55%, rgba(14, 8, 13, 0.82) 100%),
              linear-gradient(to bottom, rgba(14, 8, 13, 0.4) 0%, transparent 20%, transparent 80%, rgba(14, 8, 13, 0.65) 100%);
  pointer-events: none;
}

.hero-grid-wrapper {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(30px, 4.5vw, 60px);
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.royal-subtitle-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(168, 15, 37, 0.2);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 30px;
  font-size: 0.72rem;
  letter-spacing: 3px;
  color: var(--gold-champagne);
  margin-bottom: 22px;
}

.gold-sparkle {
  color: var(--gold-primary);
  animation: pulseGlow 2s infinite ease;
}

.hero-headline {
  font-family: var(--font-serif-royal);
  font-size: 3.4rem;
  line-height: 1.15;
  color: var(--text-white);
  margin-bottom: 22px;
  font-weight: 700;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
}

.gold-shimmer-text {
  background: linear-gradient(90deg, #f5e4b3 0%, #d4af37 40%, #ffffff 50%, #d4af37 60%, #f5e4b3 100%);
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: goldTextShimmer 6s linear infinite;
  display: inline-block;
}

.hero-description {
  font-family: var(--font-serif-body);
  font-size: 1.28rem;
  line-height: 1.8;
  color: var(--text-cream);
  max-width: 600px;
  margin-bottom: 30px;
}

.hero-description em {
  color: var(--gold-light);
  font-style: italic;
  font-weight: 600;
}

.hero-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 540px;
  margin-bottom: 35px;
}

.spec-card {
  background: rgba(22, 16, 23, 0.94);
  border: 1px solid var(--gold-border);
  padding: 18px 14px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  position: relative;
}

.spec-card:hover {
  border-color: var(--gold-primary);
  transform: translateY(-3px);
  background: rgba(36, 24, 34, 0.95);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6), 0 0 15px rgba(212, 175, 55, 0.2);
}

.spec-value {
  display: block;
  font-family: var(--font-serif-heading);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--gold-light);
}

.spec-label {
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 4px;
}

.hero-cta-group {
  display: flex;
  gap: 18px;
  margin-bottom: 40px;
}

.hero-certifications {
  display: flex;
  gap: 24px;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  padding-top: 24px;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 1px;
  color: var(--gold-champagne);
}
.cert-item i {
  color: var(--gold-primary);
}

/* Left Column: Slender Arched Showcase with Floating Saree Drape */
.hero-visual-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.hero-stage-arch {
  position: relative;
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  z-index: 1;
  animation: sareeLivingDrape 6.5s ease-in-out infinite;
  will-change: transform;
  transform: translateZ(0);
}

.arch-outer-ornament {
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 220px 220px 24px 24px;
  pointer-events: none;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.15);
}

.stage-screen-box {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 200px 200px 20px 20px;
  overflow: hidden;
  border: 1.5px solid var(--gold-primary);
  background-color: #070408;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 35px rgba(212, 175, 55, 0.25);
  transform: translateZ(0);
}

.stage-screen-box .hero-arch-saree-img,
.stage-screen-box .hero-arch-saree-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.stage-screen-box:hover .hero-arch-saree-img,
.stage-screen-box:hover .hero-arch-saree-video {
  transform: scale(1.03) translateZ(0);
}

.stage-screen-box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ambient glow synced to saree */
.stage-crimson-aura {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 60%, rgba(107, 29, 107, 0.22) 0%, transparent 70%);
  pointer-events: none;
  z-index: 2;
}

.stage-gold-rays {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 40%;
  background: radial-gradient(ellipse at top, rgba(212, 175, 55, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

/* Hotspots on Video */
.video-hotspot {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.hotspot-pallu { top: 38%; right: 18%; }
.hotspot-border { bottom: 22%; left: 16%; }
.hotspot-body { top: 58%; left: 42%; }

.hotspot-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid var(--gold-primary);
  animation: pulseRing 2s infinite;
}

.hotspot-pin {
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-primary));
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.9);
  transition: var(--transition-fast);
}

.video-hotspot:hover .hotspot-pin {
  transform: scale(1.2);
}

.hotspot-tooltip {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(15, 10, 16, 0.95);
  border: 1px solid var(--gold-primary);
  backdrop-filter: blur(12px);
  padding: 10px 14px;
  border-radius: 6px;
  width: 190px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-fast);
  pointer-events: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
}

.hotspot-tooltip strong {
  display: block;
  font-family: var(--font-serif-heading);
  font-size: 0.8rem;
  color: var(--gold-light);
  margin-bottom: 2px;
}

.hotspot-tooltip p {
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--text-cream);
}

.video-hotspot:hover .hotspot-tooltip {
  opacity: 1;
  visibility: visible;
  bottom: 42px;
}

/* =========================================================
   5. ROYAL COUTURE MARQUEE SHOWCASE (INFINITE LOOP)
   ========================================================= */
.couture-marquee-section {
  padding: 85px 0 90px;
  background: radial-gradient(ellipse at 50% 50%, rgba(104, 5, 20, 0.2) 0%, var(--bg-dark-base) 75%);
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  position: relative;
  overflow: hidden;
}

.marquee-viewport-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0 35px;
}

/* Luxury edge vignetting for smooth seamless entry and exit */
.marquee-edge-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 160px;
  z-index: 10;
  pointer-events: none;
}

.marquee-edge-gradient.left-gradient {
  left: 0;
  background: linear-gradient(to right, rgba(8, 6, 10, 0.98) 0%, rgba(8, 6, 10, 0.7) 40%, transparent 100%);
}

.marquee-edge-gradient.right-gradient {
  right: 0;
  background: linear-gradient(to left, rgba(8, 6, 10, 0.98) 0%, rgba(8, 6, 10, 0.7) 40%, transparent 100%);
}

.marquee-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: marqueeContinuous 34s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

/* Pause on hover to allow detailed inspection */
.marquee-viewport-container:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marqueeContinuous {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    /* 5 cards * (240px + 28px gap) = -1340px */
    transform: translate3d(-50%, 0, 0);
  }
}

/* Reduced size luxury portrait card - Solid fast GPU layer */
.marquee-card {
  width: 240px;
  min-width: 240px;
  background: #140e16;
  border: 1px solid var(--gold-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.8);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  contain: layout paint;
}

.marquee-card:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: var(--gold-primary);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.95), 0 0 30px rgba(212, 175, 55, 0.35);
  z-index: 5;
}

.marquee-img-wrap {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #09060b;
}

.marquee-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.marquee-card:hover .marquee-img-wrap img {
  transform: scale(1.08);
}

/* Video Hover in Marquee */
.marquee-card.is-video-card {
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.8), 0 0 15px rgba(212, 175, 55, 0.2);
}

.marquee-card.is-video-card:hover {
  border-color: var(--gold-primary);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.95), 0 0 35px rgba(212, 175, 55, 0.45);
}

.marquee-img-wrap .hover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
  pointer-events: none;
}

.marquee-card.is-video-card:hover .hover-video,
.marquee-card.is-video-card.playing .hover-video {
  opacity: 1;
  transform: scale(1.08);
}

.video-hover-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(10, 7, 12, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.5);
  backdrop-filter: blur(8px);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.58rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f7e7ce;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 5;
  transition: all 0.3s ease;
}

.marquee-card.is-video-card:hover .video-hover-badge {
  background: rgba(168, 15, 37, 0.95);
  border-color: #ffd700;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
  color: #fff;
}

.badge-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4af37;
  box-shadow: 0 0 8px #d4af37;
  display: inline-block;
  animation: pulseGoldDot 1.5s infinite;
}

.marquee-card.is-video-card:hover .badge-pulse-dot {
  background: #00ff88;
  box-shadow: 0 0 8px #00ff88;
}

@keyframes pulseGoldDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.6); opacity: 0.4; }
}

.video-hover-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 6;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.marquee-card.is-video-card:hover .video-hover-progress {
  opacity: 1;
}

.video-hover-progress-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #d4af37, #f7e7ce);
  box-shadow: 0 0 8px #d4af37;
  transition: width 0.05s linear;
}

.marquee-tag-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(168, 15, 37, 0.92);
  color: var(--gold-light);
  border: 1px solid var(--gold-primary);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.62rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 4;
}

.marquee-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 7, 12, 0.92) 0%, rgba(10, 7, 12, 0.2) 60%, transparent 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  z-index: 3;
}

.marquee-card:hover .marquee-card-overlay {
  opacity: 1;
}

.marquee-inspect-btn {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-primary));
  color: #000;
  font-family: var(--font-serif-heading);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.marquee-info {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  background: rgba(15, 11, 18, 0.7);
}

.m-type {
  font-size: 0.62rem;
  letter-spacing: 2.5px;
  color: var(--gold-champagne);
  text-transform: uppercase;
  font-weight: 500;
}

.m-title {
  font-family: var(--font-serif-heading);
  font-size: 0.95rem;
  color: var(--text-white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-price {
  font-family: var(--font-serif-royal);
  font-size: 0.92rem;
  color: var(--gold-light);
  font-weight: 600;
}

/* Lightbox Modal & Quickview adjustments */
.space-lightbox-card {
  max-width: 900px;
}

.space-lightbox-content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px;
  align-items: center;
}

.space-lightbox-img-box {
  width: 100%;
  height: 480px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--gold-primary);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}

.space-lightbox-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .space-lightbox-content {
    grid-template-columns: 1fr;
  }
  .space-lightbox-img-box {
    height: 350px;
  }
  .marquee-card {
    width: 200px;
    min-width: 200px;
  }
  .marquee-img-wrap {
    height: 270px;
  }
}

/* =========================================================
   6. INTERACTIVE SCROLL-TO-DRAPE 360 SECTION
   ========================================================= */
.scroll-drape-section {
  padding: 100px 30px;
  background: radial-gradient(ellipse at 50% 30%, rgba(104, 5, 20, 0.15) 0%, var(--bg-dark-base) 70%);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

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

.section-header-center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 26px;
}

.section-kicker {
  font-size: 0.75rem;
  letter-spacing: 5px;
  color: var(--gold-primary);
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-serif-royal);
  font-size: 2.5rem;
  color: var(--text-white);
  margin-bottom: 16px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.section-subtitle {
  font-family: var(--font-serif-body);
  font-size: 1.25rem;
  color: var(--text-cream);
  line-height: 1.6;
}

.drape-interactive-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.drape-canvas-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.canvas-arch-frame {
  position: relative;
  width: 380px;
  height: 570px;
  border-radius: 190px 190px 20px 20px;
  overflow: hidden;
  border: 2px solid var(--gold-primary);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.95), 0 0 50px rgba(212, 175, 55, 0.25);
  background-color: #080609;
}

.canvas-arch-frame canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.drape-step-indicators {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.step-badge {
  background: rgba(18, 14, 18, 0.8);
  border: 1px solid var(--gold-border);
  padding: 8px 14px;
  border-radius: 4px;
  text-align: center;
  transition: var(--transition-fast);
  cursor: pointer;
}

.step-badge.active {
  border-color: var(--gold-primary);
  background: rgba(168, 15, 37, 0.35);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

.step-num {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: var(--gold-light);
  text-transform: uppercase;
}

.step-name {
  font-size: 0.75rem;
  font-family: var(--font-serif-heading);
  color: #fff;
}

/* Drape Story Sidebar */
.drape-story-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.story-card {
  background: rgba(20, 15, 20, 0.94);
  border: 1px solid var(--gold-border);
  padding: 24px;
  border-radius: 8px;
  transition: transform 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.6;
}

.story-card.active {
  opacity: 1;
  border-color: var(--gold-primary);
  background: rgba(28, 18, 24, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(168, 15, 37, 0.3);
  transform: translateX(8px);
}

.story-phase-tag {
  font-size: 0.68rem;
  letter-spacing: 3px;
  color: var(--gold-primary);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.story-card h3 {
  font-family: var(--font-serif-heading);
  font-size: 1.4rem;
  color: var(--text-white);
  margin-bottom: 10px;
}

.story-card p {
  font-family: var(--font-serif-body);
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--text-cream);
  margin-bottom: 14px;
}

.story-detail-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--gold-border);
  border-radius: 20px;
  font-size: 0.72rem;
  letter-spacing: 1px;
  color: var(--gold-light);
}

/* =========================================================
   7. SIGNATURE HEIRLOOM COLLECTIONS GRID
   ========================================================= */
.signature-collection-section {
  padding: clamp(40px, 5vh, 65px) 24px;
}

.collection-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}

.collection-controls-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.view-mode-toggle {
  display: inline-flex;
  background: rgba(18, 14, 18, 0.85);
  border: 1px solid var(--gold-border);
  border-radius: 30px;
  padding: 3px;
  gap: 3px;
}

.view-toggle-btn {
  background: transparent;
  border: 1px solid transparent;
  color: var(--text-muted);
  font-family: var(--font-serif-heading);
  font-size: 0.7rem;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-fast);
}

.view-toggle-btn.active, .view-toggle-btn:hover {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.35), rgba(168, 15, 37, 0.4));
  color: var(--gold-light);
  border-color: var(--gold-primary);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
}

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

.filter-pill {
  background: rgba(18, 14, 18, 0.6);
  border: 1px solid var(--gold-border);
  color: var(--text-cream);
  font-family: var(--font-serif-heading);
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: var(--transition-fast);
}

.filter-pill:hover, .filter-pill.active {
  border-color: var(--gold-primary);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.25), rgba(168, 15, 37, 0.35));
  color: var(--gold-light);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.25);
}

.products-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .products-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .products-showcase-grid {
    grid-template-columns: 1fr;
  }
}

.product-card {
  background: #130e15;
  border: 1px solid var(--gold-border);
  border-radius: 12px;
  overflow: hidden;
  transition: var(--transition-fast);
  display: flex;
  flex-direction: column;
  position: relative;
  contain: layout paint;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold-primary);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9), 0 0 30px rgba(168, 15, 37, 0.35);
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(168, 15, 37, 0.9);
  color: #fff;
  border: 1px solid var(--gold-primary);
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 5;
}

.product-image-box {
  position: relative;
  width: 100%;
  height: 290px;
  max-height: 40vh;
  overflow: hidden;
  background: radial-gradient(circle at 50% 35%, rgba(45, 20, 32, 0.75) 0%, #09060b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  cursor: pointer;
}

.product-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.65));
}

.products-showcase-grid.fill-mode .product-image-box img {
  object-fit: cover;
  object-position: center 15%;
  filter: none;
}

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

.product-hover-actions {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  padding: 16px;
  display: flex;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  transition: var(--transition-smooth);
  opacity: 0;
}

.product-card:hover .product-hover-actions {
  bottom: 0;
  opacity: 1;
}

.quick-action-btn {
  background: rgba(20, 15, 20, 0.9);
  border: 1px solid var(--gold-primary);
  color: var(--gold-light);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-fast);
}

.quick-action-btn:hover {
  background: var(--gold-primary);
  color: #000;
}

.product-details {
  padding: 14px 18px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-category {
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: var(--gold-champagne);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.product-title {
  font-family: var(--font-serif-heading);
  font-size: 1.08rem;
  line-height: 1.35;
  color: var(--text-white);
  margin-bottom: 6px;
}

.product-specs-summary {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-price-row {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.product-price {
  font-family: var(--font-serif-heading);
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--gold-light);
}

.add-to-bag-pill {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(168, 15, 37, 0.4));
  border: 1px solid var(--gold-border);
  color: var(--text-cream);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.72rem;
  letter-spacing: 1px;
  cursor: pointer;
  transition: var(--transition-fast);
}

.add-to-bag-pill:hover {
  border-color: var(--gold-primary);
  background: var(--gold-primary);
  color: #000;
}

/* =========================================================
   8. ARTISANAL CRAFTSMANSHIP SECTION
   ========================================================= */
.craftsmanship-section {
  padding: 40px 30px;
  background: linear-gradient(180deg, var(--bg-dark-base) 0%, #120d12 50%, var(--bg-dark-base) 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.craft-grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.craft-ornament-frame {
  position: relative;
  width: 100%;
  max-width: 420px;
  max-height: 400px;
  aspect-ratio: 3/4;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--gold-border);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.9), 0 0 25px rgba(212, 175, 55, 0.25);
}

.craft-zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.craft-ornament-frame:hover .craft-zoom-img {
  transform: scale(1.05);
}

.craft-lens-indicator {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(14, 10, 14, 0.94);
  border: 1px solid var(--gold-primary);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: var(--gold-light);
}

.craft-stats-ribbon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.c-stat {
  background: var(--bg-dark-card);
  border: 1px solid var(--gold-border);
  padding: 14px 10px;
  border-radius: 6px;
  text-align: center;
}

.c-num {
  display: block;
  font-family: var(--font-serif-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold-light);
}

.c-lbl {
  font-size: 0.68rem;
  letter-spacing: 1px;
  color: var(--text-muted);
}

.craft-lead {
  font-family: var(--font-serif-body);
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-cream);
  margin-bottom: 30px;
}

/* Accordion */
.craft-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 35px;
}

.accordion-item {
  background: var(--bg-dark-card);
  border: 1px solid var(--gold-border);
  border-radius: 6px;
  overflow: hidden;
  transition: var(--transition-fast);
}

.accordion-item.active {
  border-color: var(--gold-primary);
  background: rgba(28, 20, 26, 0.85);
}

.acc-header {
  width: 100%;
  padding: 18px 22px;
  background: none;
  border: none;
  color: var(--text-white);
  font-family: var(--font-serif-heading);
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.acc-header span {
  color: var(--gold-light);
}

.acc-icon {
  color: var(--gold-primary);
  transition: transform 0.3s ease;
}

.accordion-item.active .acc-icon {
  transform: rotate(45deg);
}

.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 22px;
}

.accordion-item.active .acc-body {
  max-height: 200px;
  padding: 0 22px 20px;
}

.acc-body p {
  font-family: var(--font-serif-body);
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-cream);
}

/* =========================================================
   9. TESTIMONIALS SECTION
   ========================================================= */
.testimonials-section {
  padding: 35px 30px 40px;
  background: radial-gradient(circle at center, rgba(168, 15, 37, 0.12) 0%, var(--bg-dark-base) 70%);
}

.reviews-carousel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.review-card {
  background: rgba(18, 13, 19, 0.95);
  border: 1px solid var(--gold-border);
  padding: 30px 26px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.35s ease,
              border-color 0.35s ease,
              box-shadow 0.35s ease;
}

/* Dark Maroon Pop State (On Hover & Active) */
.review-card:hover,
.review-card.active {
  background: linear-gradient(140deg, #500918 0%, #30040d 55%, #1c0207 100%) !important;
  border: 2px solid var(--gold-primary) !important;
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.9), 0 0 25px rgba(114, 14, 28, 0.6);
  z-index: 5;
}

.review-card:hover .review-stars,
.review-card.active .review-stars {
  color: #ffd700 !important;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

.review-card:hover .review-quote,
.review-card.active .review-quote {
  color: #fff6eb !important;
  font-weight: 400;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.review-card:hover .reviewer-info strong,
.review-card.active .reviewer-info strong {
  color: #ffe082 !important;
  font-weight: 700;
  letter-spacing: 1px;
}

.review-card:hover .reviewer-info span,
.review-card.active .reviewer-info span {
  color: #e5c175 !important;
  font-weight: 500;
}

.review-stars {
  color: var(--gold-primary);
  font-size: 1.1rem;
  letter-spacing: 4px;
  margin-bottom: 18px;
}

.review-quote {
  font-family: var(--font-serif-body);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.7;
  color: var(--text-cream);
  margin-bottom: 24px;
}

.reviewer-info strong {
  display: block;
  font-family: var(--font-serif-heading);
  font-size: 0.95rem;
  color: var(--gold-light);
}

.reviewer-info span {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: var(--text-muted);
  text-transform: uppercase;
}

/* =========================================================
   10. BESPOKE APPOINTMENT & BRIDAL CONCIERGE
   ========================================================= */
.bespoke-booking-section {
  padding: 40px 30px 50px;
}

.bespoke-card-glass {
  background: linear-gradient(135deg, #1b1218 0%, #0e090f 100%);
  border: 1px solid var(--gold-primary);
  border-radius: 16px;
  padding: 40px 36px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.9), 0 0 50px rgba(168, 15, 37, 0.3);
}

/* =========================================================
   COUTURE SLIDING ACCORDION (EXPANDS ON ARROW / HOVER)
   ========================================================= */
.couture-sliding-accordion {
  display: flex;
  gap: 12px;
  width: 100%;
  height: 330px;
  max-height: 42vh;
  margin: 16px 0 20px;
  overflow: hidden;
  border-radius: 16px;
}

.accordion-slide {
  position: relative;
  flex: 1;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.55s cubic-bezier(0.25, 1, 0.4, 1),
              transform 0.4s ease,
              box-shadow 0.4s ease,
              border-color 0.4s ease,
              filter 0.4s ease;
  border: 1.5px solid var(--gold-border);
  background: #0d0a0e;
}

.accordion-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
  filter: brightness(0.85);
}

/* Hover expansion: when the mouse / arrow enters the container */
.couture-sliding-accordion:hover .accordion-slide {
  flex: 0.8;
  filter: brightness(0.75);
}

/* The card with arrow hovering over it expands dramatically */
.couture-sliding-accordion .accordion-slide:hover,
.couture-sliding-accordion .accordion-slide.active {
  flex: 4.5;
  filter: brightness(1.05);
  border-color: var(--gold-primary);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9), 0 0 35px rgba(212, 175, 55, 0.4);
}

.couture-sliding-accordion:hover .accordion-slide.active:not(:hover) {
  flex: 0.8;
  filter: brightness(0.75);
  box-shadow: none;
  border-color: var(--gold-border);
}

.couture-sliding-accordion .accordion-slide:hover img,
.couture-sliding-accordion .accordion-slide.active img {
  transform: scale(1.04);
  filter: brightness(1);
}

/* Expanded card content at bottom: ONLY the saree name */
.slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px 14px;
  background: linear-gradient(to top, rgba(10, 5, 8, 0.94) 0%, rgba(10, 5, 8, 0.6) 65%, transparent 100%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease 0.12s, transform 0.35s ease 0.12s;
  pointer-events: none;
  z-index: 2;
  text-align: center;
}

.accordion-slide:hover .slide-content,
.accordion-slide.active .slide-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.couture-sliding-accordion:hover .accordion-slide.active:not(:hover) .slide-content {
  opacity: 0;
  transform: translateY(10px);
}

.slide-title {
  font-family: var(--font-serif-heading);
  font-size: 1.15rem;
  letter-spacing: 1.5px;
  color: #fff4d0;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9), 0 0 15px rgba(212, 175, 55, 0.5);
}

/* Completely remove tags, descriptions, and vertical labels */
.slide-tag,
.slide-desc,
.slide-vertical-label {
  display: none !important;
}

.bespoke-text-side p {
  font-family: var(--font-serif-body);
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-cream);
  margin-bottom: 20px;
}

.bespoke-perks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bespoke-perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--gold-champagne);
}

.gold-check {
  color: var(--gold-primary);
}

.concierge-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
}

.form-group input,
.form-group select {
  background: rgba(10, 8, 12, 0.85);
  border: 1px solid var(--gold-border);
  border-radius: 4px;
  padding: 12px 16px;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  transition: var(--transition-fast);
  outline: none;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

/* =========================================================
   11. VIP NEWSLETTER & FOOTER
   ========================================================= */
.newsletter-section {
  padding: 80px 30px;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  background: radial-gradient(circle at center, rgba(104, 5, 20, 0.25) 0%, var(--bg-dark-base) 70%);
}

.vip-crest-icon {
  font-size: 2rem;
  color: var(--gold-primary);
  margin-bottom: 12px;
}

.newsletter-form {
  display: flex;
  max-width: 580px;
  margin: 35px auto 0;
  gap: 12px;
}

.newsletter-form input {
  flex: 1;
  background: rgba(18, 14, 18, 0.85);
  border: 1px solid var(--gold-border);
  padding: 14px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.9rem;
  outline: none;
}
.newsletter-form input:focus {
  border-color: var(--gold-primary);
}

.royal-footer {
  background: #070508;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  padding: 80px 30px 40px;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.2fr 1.6fr;
  gap: 50px;
  margin-bottom: 60px;
}

.footer-brand-col .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-brand-col .brand-title {
  font-family: var(--font-serif-royal);
  font-size: 1.4rem;
  letter-spacing: 4px;
  color: var(--text-white);
}

.footer-desc {
  font-family: var(--font-serif-body);
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.footer-socials {
  display: flex;
  gap: 16px;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  text-decoration: none;
  transition: var(--transition-fast);
}

.footer-socials a:hover {
  border-color: var(--gold-primary);
  background: var(--gold-primary);
  color: #000;
}

.footer-links-col h4 {
  font-family: var(--font-serif-heading);
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: var(--gold-primary);
  margin-bottom: 22px;
}

.footer-links-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-col a {
  color: var(--text-cream);
  text-decoration: none;
  font-size: 0.85rem;
  transition: var(--transition-fast);
}

.footer-links-col a:hover {
  color: var(--gold-primary);
  padding-left: 4px;
}

.atelier-addr {
  font-size: 0.85rem;
  color: var(--text-cream);
  margin-bottom: 10px;
}
.atelier-addr strong {
  color: var(--gold-light);
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: var(--text-muted);
}

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

.footer-legal-links a {
  color: var(--text-muted);
  text-decoration: none;
}
.footer-legal-links a:hover {
  color: var(--gold-primary);
}

/* =========================================================
   12. MODALS & DRAWERS
   ========================================================= */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  background: #130f14;
  border: 1px solid var(--gold-primary);
  border-radius: 12px;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 40px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.95);
}

.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: var(--gold-primary);
  font-size: 1.4rem;
  cursor: pointer;
}

.modal-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.modal-img-wrapper {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--gold-border);
}
.modal-img-wrapper img {
  width: 100%;
  display: block;
}

/* Cart Drawer */
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
}

.cart-drawer-overlay.open {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -450px;
  width: 100%;
  max-width: 440px;
  height: 100vh;
  background: #110e14;
  border-left: 1px solid var(--gold-primary);
  z-index: 2001;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.cart-drawer.open {
  right: 0;
}

.cart-header {
  padding: 24px;
  border-bottom: 1px solid var(--gold-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-header h3 {
  font-family: var(--font-serif-heading);
  font-size: 1.1rem;
  color: var(--gold-light);
}

.cart-header button {
  background: none;
  border: none;
  color: var(--gold-primary);
  font-size: 1.3rem;
  cursor: pointer;
}

.cart-items-container {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-empty-msg {
  text-align: center;
  padding: 40px 0;
  color: var(--text-muted);
}

.cart-item-row {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-item-row img {
  width: 70px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--gold-border);
}

.cart-item-info {
  flex: 1;
}

.cart-item-info h4 {
  font-family: var(--font-serif-heading);
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 4px;
}

.cart-item-info p {
  font-size: 0.85rem;
  color: var(--gold-light);
  margin-bottom: 8px;
}

.remove-cart-item {
  background: none;
  border: none;
  color: var(--crimson-light);
  font-size: 0.75rem;
  cursor: pointer;
}

.cart-footer {
  padding: 24px;
  border-top: 1px solid var(--gold-border);
  background: #0d0a0f;
}

.cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-serif-heading);
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 8px;
}

.cart-total-price {
  color: var(--gold-light);
}

.cart-tax-note {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}

/* Toast */
.toast-notification {
  position: fixed;
  bottom: -80px;
  right: 30px;
  background: #18121a;
  border: 1px solid var(--gold-primary);
  border-radius: 8px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
  z-index: 3000;
  transition: var(--transition-smooth);
}

.toast-notification.show {
  bottom: 30px;
}

.toast-icon {
  color: var(--gold-primary);
}

.toast-msg {
  font-size: 0.85rem;
  color: var(--text-cream);
}

/* =========================================================
   13. KEYFRAME ANIMATIONS
   ========================================================= */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-25px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.1); opacity: 1; }
}

@keyframes pulseRing {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 0.2; }
  100% { transform: scale(1.5); opacity: 0; }
}

@keyframes btnShineAnim {
  0% { left: -60%; }
  25% { left: 140%; }
  100% { left: 140%; }
}

@keyframes goldTextShimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* =========================================================
   14. RESPONSIVE BREAKPOINTS
   ========================================================= */
@media (max-width: 1080px) {
  .hero-grid-wrapper,
  .drape-interactive-container,
  .craft-grid-box,
  .bespoke-card-glass {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .boutique-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .boutique-card.large-feature {
    grid-column: span 2;
    grid-row: span 1;
  }

  .reviews-carousel-grid {
    grid-template-columns: 1fr;
  }

  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
  }
  .hero-headline {
    font-size: 2.4rem;
  }
  .crest-title {
    font-size: 2rem;
  }
  .boutique-gallery-grid {
    grid-template-columns: 1fr;
  }
  .boutique-card.large-feature {
    grid-column: span 1;
  }
  .canvas-arch-frame {
    width: 280px;
    height: 420px;
  }
}

/* =========================================================
   15. HARDWARE-ACCELERATED SCROLL PERFORMANCE OPTIMIZATIONS
   ========================================================= */
.signature-collection-section,
.craftsmanship-section,
.testimonials-section,
.bespoke-booking-section,
.royal-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 700px;
}

.marquee-track {
  contain: layout paint;
}

.product-card,
.review-card,
.accordion-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

