/* ==========================================================================
   ATELIER VAANYA — Haute Handlooms & Heirloom Banarasi Silks
   Editorial Luxury Fashion Design System & Cinematic Video Scrub Theme
   ========================================================================== */

:root {
  /* Royal Color Palette */
  --c-bg: #060e0c;
  --c-bg-surface: #0a1714;
  --c-bg-card: rgba(13, 30, 26, 0.65);
  --c-bg-card-hover: rgba(18, 42, 36, 0.85);

  --c-emerald: #0f332a;
  --c-emerald-light: #184c3f;
  --c-emerald-glow: rgba(16, 68, 54, 0.45);

  --c-gold: #d4af37;
  --c-gold-light: #f3e5ab;
  --c-gold-dark: #997e2b;
  --c-gold-glow: rgba(212, 175, 55, 0.25);
  --c-gold-hairline: rgba(212, 175, 55, 0.2);

  --c-ivory: #f9f7f2;
  --c-ivory-dim: rgba(249, 247, 242, 0.72);
  --c-ivory-muted: rgba(249, 247, 242, 0.45);

  /* Typography */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Header & Banner Heights */
  --banner-h: 38px;
  --banner-h-mob: 32px;

  /* Transitions */
  --ease-cinematic: cubic-bezier(0.16, 1, 0.3, 1);
  --trans-smooth: all 0.4s var(--ease-cinematic);
}

/* ==========================================================================
   LUXURY LIGHT THEME (IVORY & ANTIQUE GOLD ALABASTER)
   ========================================================================== */
[data-theme="light"] {
  --c-bg: #f8f6f0;
  --c-bg-surface: #ffffff;
  --c-bg-card: rgba(255, 255, 255, 0.90);
  --c-bg-card-hover: rgba(255, 255, 255, 1);

  --c-emerald: #143d32;
  --c-emerald-light: #1f5647;
  --c-emerald-glow: rgba(20, 61, 50, 0.12);

  --c-gold: #9a7322;
  --c-gold-light: #73510e;
  --c-gold-dark: #b88d30;
  --c-gold-glow: rgba(154, 115, 34, 0.18);
  --c-gold-hairline: rgba(154, 115, 34, 0.22);

  --c-ivory: #141c19;
  --c-ivory-dim: #3a4742;
  --c-ivory-muted: #64736d;
}

[data-theme="light"] body {
  background-color: #f8f6f0;
  color: #141c19;
}

/* Keep hero video canvas and overlay header transparent & clean */
.site-header {
  background: transparent !important;
  border-bottom: none !important;
}

[data-theme="light"] .site-header .brand-name {
  color: #f9f7f2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

[data-theme="light"] .site-header .brand-sub {
  color: var(--c-gold-light);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

[data-theme="light"] .site-header .btn-minimal {
  background: rgba(212, 175, 55, 0.15);
  border-color: var(--c-gold);
  color: #f9f7f2;
  backdrop-filter: blur(8px);
}

[data-theme="light"] .site-header .btn-minimal:hover {
  background: var(--c-gold);
  color: #060e0c;
}

[data-theme="light"] .site-header .btn-shop-nav {
  background: var(--c-gold);
  color: #060e0c;
}

/* ==========================================================================
   LIGHT MODE DESIGN ENGINE (HAUTE ALABASTER & IVORY PALETTE)
   ========================================================================== */

[data-theme="light"] body {
  background-color: #f8f6f0;
  color: #141c19;
}

/* Header & Brand */
[data-theme="light"] .site-header .brand-name {
  color: #121c19;
}

[data-theme="light"] .site-header .brand-sub {
  color: #9a7322;
}

[data-theme="light"] .site-header .nav-link {
  color: #2b3a34;
}

[data-theme="light"] .site-header .nav-link:hover {
  color: #9a7322;
}

[data-theme="light"] .journey-indicator {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #141c19;
  border: 1px solid rgba(154, 115, 34, 0.35);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .journey-indicator .pulse-dot {
  background-color: #9a7322;
  box-shadow: 0 0 8px #9a7322;
}

[data-theme="light"] .loading-ring-wrap {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(154, 115, 34, 0.3);
}

[data-theme="light"] .scroll-hint-text {
  color: #9a7322;
}

/* Agency Top Banner */
[data-theme="light"] .bms-agency-banner {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(154, 115, 34, 0.25);
}

[data-theme="light"] .bms-back-link {
  color: #4a5854;
}

[data-theme="light"] .bms-back-link:hover {
  color: #9a7322;
}

[data-theme="light"] .bms-demo-badge {
  color: #4a5854;
}

[data-theme="light"] .bms-demo-badge strong {
  color: #9a7322;
}

[data-theme="light"] .bms-order-btn {
  color: #9a7322;
  border-color: #9a7322;
}

[data-theme="light"] .bms-order-btn:hover {
  color: #7a5a17;
  border-color: #7a5a17;
}

/* Buttons in Light Mode */
[data-theme="light"] .btn-primary-gold {
  background: #9a7322;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(154, 115, 34, 0.25);
}

[data-theme="light"] .btn-primary-gold:hover {
  background: #7a5a17;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(154, 115, 34, 0.35);
}

[data-theme="light"] .btn-secondary-outline {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(154, 115, 34, 0.45);
  color: #141c19;
}

[data-theme="light"] .btn-secondary-outline:hover {
  background: #9a7322;
  border-color: #9a7322;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(154, 115, 34, 0.25);
}

[data-theme="light"] .btn-card-action {
  background: rgba(154, 115, 34, 0.1);
  border-color: #9a7322;
  color: #8c6310;
}

[data-theme="light"] .btn-card-action:hover {
  background: #9a7322;
  border-color: #9a7322;
  color: #ffffff;
}

/* Story Chapters Glass Cards (Light Mode) */
[data-theme="light"] .editorial-block {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(154, 115, 34, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 0 25px rgba(255, 255, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

[data-theme="light"] .chapter-index {
  color: #9a7322;
}

[data-theme="light"] .idx-line {
  background-color: #9a7322;
}

[data-theme="light"] .editorial-headline {
  color: #121c19;
}

[data-theme="light"] .highlight-gold {
  color: #8c6310;
}

[data-theme="light"] .editorial-paragraph {
  color: #2b3a34;
}

[data-theme="light"] .editorial-specs-row {
  border-top: 1px solid rgba(154, 115, 34, 0.22);
}

[data-theme="light"] .spec-label {
  color: #9a7322;
}

[data-theme="light"] .spec-value {
  color: #121c19;
}

/* Website Content Glass Surface (Light Mode) */
[data-theme="light"] .website-content {
  background: rgba(248, 246, 240, 0.94);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border-top: 1px solid rgba(154, 115, 34, 0.25);
  box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .section-kicker {
  color: #9a7322;
}

[data-theme="light"] .section-heading {
  color: #121c19;
}

[data-theme="light"] .section-lead {
  color: #7a5a17;
}

[data-theme="light"] .section-body,
[data-theme="light"] .section-sub {
  color: #2b3a34;
}

/* Heritage Pillar Cards (Light Mode) */
[data-theme="light"] .pillar-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(154, 115, 34, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .pillar-card:hover {
  background: #ffffff;
  border-color: #9a7322;
  transform: translateX(6px);
  box-shadow: 0 16px 40px rgba(154, 115, 34, 0.15);
}

[data-theme="light"] .pillar-num {
  color: #9a7322;
}

[data-theme="light"] .pillar-info h4 {
  color: #121c19;
}

[data-theme="light"] .pillar-info p {
  color: #4a5854;
}

/* Craft Stats Box (Light Mode) */
[data-theme="light"] .craft-stat-box {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(154, 115, 34, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}

[data-theme="light"] .stat-big {
  color: #8c6310;
}

[data-theme="light"] .stat-unit {
  color: #9a7322;
}

[data-theme="light"] .stat-desc {
  color: #4a5854;
}

[data-theme="light"] .stat-divider {
  background: rgba(154, 115, 34, 0.25);
}

/* Quote Card (Light Mode) */
[data-theme="light"] .quote-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(154, 115, 34, 0.25);
  border-left: 3px solid #9a7322;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .quote-text {
  color: #121c19;
}

[data-theme="light"] .quote-author {
  color: #7a5a17;
}

/* Saree Collection Cards (Light Mode) */
[data-theme="light"] .saree-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(154, 115, 34, 0.25);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .saree-card:hover {
  background: #ffffff;
  border-color: #9a7322;
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(154, 115, 34, 0.16);
}

[data-theme="light"] .saree-info h3 {
  color: #121c19;
}

[data-theme="light"] .saree-info p {
  color: #4a5854;
}

[data-theme="light"] .saree-tag {
  color: #9a7322;
}

[data-theme="light"] .price-val {
  color: #8c6310;
}

[data-theme="light"] .price-val small {
  color: #5a6662;
}

[data-theme="light"] .filter-tab {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(154, 115, 34, 0.3);
  color: #4a5854;
}

[data-theme="light"] .filter-tab:hover,
[data-theme="light"] .filter-tab.active {
  background: #9a7322;
  border-color: #9a7322;
  color: #ffffff;
}

/* Saree Anatomy Cards (Light Mode) */
[data-theme="light"] .section-anatomy {
  background: radial-gradient(circle at center, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
}

[data-theme="light"] .anatomy-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(154, 115, 34, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .anatomy-card:hover {
  background: #ffffff;
  border-color: #9a7322;
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(154, 115, 34, 0.16);
}

[data-theme="light"] .anatomy-icon {
  color: #9a7322;
}

[data-theme="light"] .anatomy-card h3 {
  color: #121c19;
}

[data-theme="light"] .anatomy-card p {
  color: #4a5854;
}

[data-theme="light"] .anatomy-tag {
  background: rgba(154, 115, 34, 0.1);
  border: 1px solid rgba(154, 115, 34, 0.25);
  color: #7a5a17;
}

/* VIP Consultation (Light Mode) */
[data-theme="light"] .consultation-wrapper {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(154, 115, 34, 0.35);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .consultation-title {
  color: #121c19;
}

[data-theme="light"] .consultation-desc {
  color: #4a5854;
}

[data-theme="light"] .perk-item {
  color: #4a5854;
}

[data-theme="light"] .perk-item strong {
  color: #121c19;
}

[data-theme="light"] .perk-bullet {
  color: #9a7322;
}

[data-theme="light"] .concierge-label {
  color: #9a7322;
}

[data-theme="light"] .concierge-link {
  color: #121c19;
}

[data-theme="light"] .concierge-link:hover {
  color: #9a7322;
}

[data-theme="light"] .consultation-form {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(154, 115, 34, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .form-group label {
  color: #4a5854;
}

[data-theme="light"] .form-group input,
[data-theme="light"] .form-group select,
[data-theme="light"] .form-group textarea {
  background: #ffffff;
  border: 1px solid rgba(154, 115, 34, 0.3);
  color: #141c19;
}

[data-theme="light"] .form-group input:focus,
[data-theme="light"] .form-group select:focus,
[data-theme="light"] .form-group textarea:focus {
  border-color: #9a7322;
  box-shadow: 0 0 0 3px rgba(154, 115, 34, 0.15);
}

/* Footer & Banners (Light Mode) */
[data-theme="light"] .site-footer {
  background: #ede8dc;
  border-top: 1px solid rgba(154, 115, 34, 0.25);
  color: #4a5854;
}

[data-theme="light"] .footer-brand-name {
  color: #121c19;
}

[data-theme="light"] .footer-brand-sub {
  color: #9a7322;
}

[data-theme="light"] .footer-heading {
  color: #121c19;
}

[data-theme="light"] .footer-links a {
  color: #4a5854;
}

[data-theme="light"] .footer-links a:hover {
  color: #9a7322;
}

[data-theme="light"] .footer-bottom-row {
  border-top: 1px solid rgba(154, 115, 34, 0.15);
  color: #5a6662;
}

[data-theme="light"] .shop-banner-cta,
[data-theme="light"] .custom-weave-banner {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(154, 115, 34, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* Shop Header on shop.html */
[data-theme="light"] .shop-header {
  background: rgba(248, 246, 240, 0.94);
  border-bottom: 1px solid var(--c-gold-hairline);
}

[data-theme="light"] .shop-header .brand-name {
  color: #141c19;
}

[data-theme="light"] .shop-header .brand-sub {
  color: #9a7322;
}

[data-theme="light"] .cart-drawer-content {
  background: #faf8f5;
  border-left: 1px solid var(--c-gold-hairline);
}

[data-theme="light"] .modal-dialog {
  background: #ffffff;
}

/* Theme Toggle Button Styling */
.theme-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--c-gold-hairline);
  color: var(--c-gold-light);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  transition: var(--trans-smooth);
  flex-shrink: 0;
  margin-right: 4px;
}

.theme-toggle-btn:hover {
  background: var(--c-gold);
  color: #060e0c;
  transform: rotate(20deg) scale(1.06);
}

[data-theme="light"] .theme-toggle-btn {
  background: rgba(154, 115, 34, 0.12);
  border-color: rgba(154, 115, 34, 0.3);
  color: #9a7322;
}

[data-theme="light"] .theme-toggle-btn:hover {
  background: #9a7322;
  color: #ffffff;
}

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

html {
  scroll-behavior: smooth;
  background-color: var(--c-bg);
  color: var(--c-ivory);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  background-color: var(--c-bg);
  min-height: 100vh;
  position: relative;
}

/* Selection */
::selection {
  background: var(--c-gold);
  color: #000;
}

/* Ambient Backdrop Glow Orbs */
.ambient-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
  will-change: transform;
}

.orb-emerald {
  top: -10%;
  left: 20%;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, #0e3b30 0%, transparent 70%);
}

.orb-gold {
  bottom: 20%;
  right: -10%;
  width: 45vw;
  height: 45vw;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
}

.orb-amber {
  top: 40%;
  left: -15%;
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(160, 110, 30, 0.12) 0%, transparent 70%);
}

/* Floating Showcase Return Bar */
.bms-agency-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 38px;
  background: rgba(6, 14, 12, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--c-gold-hairline);
  z-index: 1000;
  display: flex;
  align-items: center;
}

.bms-banner-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}

.bms-back-link {
  color: var(--c-ivory-dim);
  text-decoration: none;
  transition: var(--trans-smooth);
}

.bms-back-link:hover {
  color: var(--c-gold);
}

.bms-demo-badge {
  color: var(--c-ivory);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.bms-demo-badge strong {
  color: var(--c-gold);
}

.bms-order-btn {
  color: var(--c-gold-light);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid var(--c-gold);
  transition: var(--trans-smooth);
}

.bms-order-btn:hover {
  color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   FIXED FULLSCREEN VIDEO CANVAS
   ========================================================================== */
.fixed-canvas-container {
  position: fixed;
  top: 38px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 38px);
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  background-color: var(--c-bg);
}

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

.scrim-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 40%, rgba(6, 14, 12, 0.7) 100%);
  pointer-events: none;
}

.scrim-vignette {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.85);
  pointer-events: none;
}

.editorial-watermark-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: clamp(8rem, 20vw, 24rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: rgba(212, 175, 55, 0.025);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.dust-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.6;
}

/* ==========================================================================
   FIXED EDITORIAL HEADER / HUD
   ========================================================================== */
.site-header {
  position: fixed;
  top: 38px;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 24px 36px;
  pointer-events: none;
}

.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  pointer-events: auto;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  color: var(--c-ivory);
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.15;
}

.brand-sub {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  color: var(--c-gold);
  margin-top: 2px;
  white-space: nowrap;
  font-weight: 500;
  text-transform: uppercase;
}

.journey-indicator {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: var(--c-ivory-dim);
  background: rgba(8, 20, 17, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 8px 18px;
  border-radius: 40px;
  border: 1px solid var(--c-gold-hairline);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--c-gold);
  box-shadow: 0 0 10px var(--c-gold);
  animation: goldPulse 2s infinite ease-in-out;
}

@keyframes goldPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.5; }
}

.header-cta {
  pointer-events: auto;
}

.btn-minimal {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-ivory);
  text-decoration: none;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--c-gold);
  padding: 10px 22px;
  border-radius: 30px;
  backdrop-filter: blur(8px);
  transition: var(--trans-smooth);
}

.btn-minimal:hover {
  background: var(--c-gold);
  color: #050c0a;
  box-shadow: 0 0 25px var(--c-gold-glow);
}

/* Loading / Scroll Progress Ring */
.loading-ring-wrap {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(6, 14, 12, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 8px 18px 8px 12px;
  border-radius: 40px;
  border: 1px solid var(--c-gold-hairline);
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.loading-ring-wrap svg.ring {
  width: 32px;
  height: 32px;
  transform: rotate(-90deg);
}

.scroll-hint-text {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-gold-light);
}

/* ==========================================================================
   SCROLLING STORY TRACK & CHAPTERS
   ========================================================================== */
.story-track {
  position: relative;
  height: 400vh;
  z-index: 10;
}

.story-chapter {
  position: fixed;
  top: 38px;
  left: 0;
  width: 100%;
  height: calc(100vh - 38px);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s var(--ease-cinematic), transform 0.6s var(--ease-cinematic);
  padding: 0 5vw;
}

.story-chapter.active {
  opacity: 1;
  transform: translateY(0);
}

.story-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.editorial-block {
  max-width: 480px;
  pointer-events: auto;
  background: rgba(6, 16, 14, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 36px 40px;
  border-radius: 12px;
  border: 1px solid var(--c-gold-hairline);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.editorial-block.align-left {
  margin-right: auto;
}

.editorial-block.align-right {
  margin-left: auto;
}

.editorial-block.align-center {
  margin: 0 auto;
  text-align: center;
  max-width: 640px;
}

.chapter-index {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: var(--c-gold);
}

.chapter-index.center-align {
  justify-content: center;
}

.idx-num {
  font-weight: 700;
}

.idx-line {
  width: 32px;
  height: 1px;
  background-color: var(--c-gold);
  opacity: 0.6;
}

.editorial-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--c-ivory);
  margin-bottom: 18px;
}

.highlight-gold {
  color: var(--c-gold-light);
  font-style: italic;
  font-family: var(--font-serif);
}

.editorial-paragraph {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--c-ivory-dim);
  margin-bottom: 24px;
}

.editorial-paragraph.max-w-med {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.editorial-specs-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.spec-entry {
  display: flex;
  flex-direction: column;
}

.spec-label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  color: var(--c-gold);
  margin-bottom: 4px;
}

.spec-value {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--c-ivory);
}

.chapter-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.btn-primary-gold {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #060e0c;
  background: var(--c-gold);
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 40px;
  box-shadow: 0 4px 25px var(--c-gold-glow);
  transition: var(--trans-smooth);
}

.btn-primary-gold:hover {
  background: var(--c-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4);
}

.btn-secondary-outline {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-ivory);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--c-gold-hairline);
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 40px;
  backdrop-filter: blur(8px);
  transition: var(--trans-smooth);
}

.btn-secondary-outline:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: var(--c-gold);
  transform: translateY(-2px);
}

/* ==========================================================================
   WEBSITE CONTENT SECTIONS (BELOW HERO) — GLOSSY FROSTED GLASS SURFACE
   ========================================================================== */
.website-content {
  position: relative;
  z-index: 20;
  background: rgba(6, 14, 12, 0.92);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  border-top: 1px solid var(--c-gold-hairline);
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.7);
  padding-top: 80px;
}

.content-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.section-kicker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 12px;
}

.section-heading {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--c-ivory);
  margin-bottom: 20px;
}

.section-lead {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--c-gold-light);
  margin-bottom: 20px;
}

.section-body {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--c-ivory-dim);
  margin-bottom: 32px;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--c-ivory-dim);
}

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

/* Heritage Section */
.section-heritage {
  padding: 100px 0 80px;
}

.heritage-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}

.heritage-pillars {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pillar-card {
  display: flex;
  gap: 20px;
  background: rgba(13, 30, 26, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--c-gold-hairline);
  padding: 22px 26px;
  border-radius: 12px;
  transition: var(--trans-smooth);
}

.pillar-card:hover {
  background: rgba(18, 42, 36, 0.85);
  border-color: var(--c-gold);
  transform: translateX(6px);
}

.pillar-num {
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--c-gold);
}

.pillar-info h4 {
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: var(--c-ivory);
}

.pillar-info p {
  font-size: 0.88rem;
  color: var(--c-ivory-muted);
}

.craft-stat-box {
  background: rgba(13, 30, 26, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--c-gold-hairline);
  border-radius: 16px;
  padding: 40px 32px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

.stat-highlight {
  display: flex;
  flex-direction: column;
}

.stat-big {
  font-family: var(--font-display);
  font-size: 3.2rem;
  color: var(--c-gold-light);
  line-height: 1;
}

.stat-unit {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--c-gold);
  margin-top: 4px;
}

.stat-desc {
  font-size: 0.78rem;
  color: var(--c-ivory-muted);
  margin-top: 6px;
}

.stat-divider {
  width: 1px;
  background: var(--c-gold-hairline);
}

.quote-card {
  background: rgba(13, 30, 26, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-left: 2px solid var(--c-gold);
  border-top: 1px solid var(--c-gold-hairline);
  border-right: 1px solid var(--c-gold-hairline);
  border-bottom: 1px solid var(--c-gold-hairline);
  padding: 28px 32px;
  border-radius: 12px;
  position: relative;
}

.quote-mark {
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  color: var(--c-gold);
  opacity: 0.3;
  position: absolute;
  top: 10px;
  left: 16px;
}

.quote-text {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--c-ivory);
  line-height: 1.7;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.quote-author .author-name {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--c-gold);
}

.quote-author .author-title {
  display: block;
  font-size: 0.75rem;
  color: var(--c-ivory-muted);
}

/* Collection Section */
.section-collection {
  padding: 80px 0 100px;
}

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

.collection-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-tab {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-ivory-dim);
  background: rgba(13, 30, 26, 0.5);
  border: 1px solid var(--c-gold-hairline);
  padding: 8px 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: var(--trans-smooth);
}

.filter-tab:hover, .filter-tab.active {
  background: var(--c-gold);
  color: #060e0c;
  border-color: var(--c-gold);
}

.saree-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.saree-card {
  background: rgba(13, 30, 26, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--c-gold-hairline);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--trans-smooth);
}

.saree-card:hover {
  transform: translateY(-8px);
  border-color: var(--c-gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 30px var(--c-emerald-glow);
}

.saree-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #050c0a;
}

.saree-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-cinematic);
}

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

.saree-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #050c0a;
  background: var(--c-gold);
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 700;
}

.saree-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 14, 12, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--trans-smooth);
}

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

.btn-quick-view {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-ivory);
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid var(--c-gold);
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: var(--trans-smooth);
}

.btn-quick-view:hover {
  background: var(--c-gold);
  color: #060e0c;
}

/* Swatch Palettes */
.saree-artistic-visual {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 24px;
  text-align: center;
}

.fabric-swatch {
  position: absolute;
  inset: 0;
  opacity: 0.85;
}

.swatch-rose {
  background: radial-gradient(circle at center, #592534 0%, #1a080e 100%);
}

.swatch-noir {
  background: radial-gradient(circle at center, #24292b 0%, #080a0a 100%);
}

.swatch-ruby {
  background: radial-gradient(circle at center, #6b151f 0%, #200407 100%);
}

.zari-filigree-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(212, 175, 55, 0.15) 1px, transparent 1px);
  background-size: 16px 16px;
}

.art-label {
  position: relative;
  z-index: 1;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: var(--c-gold-light);
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 8px 16px;
  border-radius: 4px;
  background: rgba(6, 14, 12, 0.6);
}

.saree-details {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.saree-meta {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--c-gold);
  margin-bottom: 8px;
}

.saree-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--c-ivory);
  margin-bottom: 10px;
}

.saree-excerpt {
  font-size: 0.85rem;
  color: var(--c-ivory-dim);
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.saree-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--c-gold-hairline);
}

.price-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: var(--c-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-val {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--c-gold-light);
}

.price-val small {
  font-size: 0.75rem;
  color: var(--c-ivory-muted);
  font-weight: 400;
}

.btn-card-action {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-gold);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--c-gold);
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: var(--trans-smooth);
}

.btn-card-action:hover {
  background: var(--c-gold);
  color: #060e0c;
}

/* Saree Anatomy Section */
.section-anatomy {
  padding: 80px 0 100px;
  background: radial-gradient(circle at center, rgba(15, 51, 42, 0.25) 0%, transparent 70%);
}

.anatomy-header {
  max-width: 680px;
  margin: 0 auto 54px;
}

.anatomy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.anatomy-card {
  background: rgba(13, 30, 26, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--c-gold-hairline);
  border-radius: 12px;
  padding: 36px 28px;
  position: relative;
  transition: var(--trans-smooth);
}

.anatomy-card:hover {
  border-color: var(--c-gold);
  background: rgba(18, 42, 36, 0.85);
  transform: translateY(-6px);
}

.anatomy-icon {
  font-size: 1.4rem;
  color: var(--c-gold);
  margin-bottom: 16px;
}

.anatomy-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--c-ivory);
  margin-bottom: 12px;
}

.anatomy-card p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--c-ivory-dim);
  margin-bottom: 20px;
}

.anatomy-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--c-gold-light);
  background: rgba(212, 175, 55, 0.12);
  padding: 4px 12px;
  border-radius: 20px;
}

/* Consultation & VIP Booking */
.section-consultation {
  padding: 80px 0 100px;
}

.consultation-wrapper {
  background: rgba(13, 30, 26, 0.72);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--c-gold);
  border-radius: 20px;
  padding: 60px 54px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 54px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 40px var(--c-gold-glow);
}

.consultation-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.15;
  color: var(--c-ivory);
  margin-bottom: 18px;
}

.consultation-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--c-ivory-dim);
  margin-bottom: 30px;
}

.consultation-perks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}

.perk-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  color: var(--c-ivory-dim);
  line-height: 1.5;
}

.perk-bullet {
  color: var(--c-gold);
  font-weight: bold;
}

.perk-item strong {
  color: var(--c-ivory);
}

.direct-concierge-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.concierge-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-gold);
}

.btn-whatsapp-vip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #25D366;
  text-decoration: none;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.4);
  padding: 12px 20px;
  border-radius: 30px;
  transition: var(--trans-smooth);
}

.btn-whatsapp-vip:hover {
  background: #25D366;
  color: #000;
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.4);
}

.consultation-form {
  background: rgba(6, 14, 12, 0.7);
  border: 1px solid var(--c-gold-hairline);
  padding: 36px 32px;
  border-radius: 14px;
}

.form-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--c-gold-light);
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 18px;
}

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

.form-group label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-ivory-dim);
  margin-bottom: 6px;
}

.form-group input,
.form-group select {
  width: 100%;
  background: rgba(13, 30, 26, 0.7);
  border: 1px solid var(--c-gold-hairline);
  color: var(--c-ivory);
  padding: 12px 16px;
  border-radius: 8px;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  outline: none;
  transition: var(--trans-smooth);
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--c-gold);
  box-shadow: 0 0 15px var(--c-gold-glow);
  background: rgba(18, 42, 36, 0.9);
}

.btn-submit-consultation {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #060e0c;
  background: var(--c-gold);
  border: none;
  padding: 16px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 10px;
  box-shadow: 0 4px 20px var(--c-gold-glow);
  transition: var(--trans-smooth);
}

.btn-submit-consultation:hover {
  background: var(--c-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(212, 175, 55, 0.4);
}

.form-feedback {
  margin-top: 14px;
  font-size: 0.85rem;
  text-align: center;
  display: none;
}

.form-feedback.success {
  display: block;
  color: #a7f3d0;
}

/* Testimonials */
.section-testimonials {
  padding: 80px 0 100px;
}

.section-head {
  margin-bottom: 50px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testi-card {
  background: var(--c-bg-card);
  border: 1px solid var(--c-gold-hairline);
  padding: 36px 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stars {
  color: var(--c-gold);
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}

.testi-quote {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.7;
  color: var(--c-ivory);
  margin-bottom: 24px;
}

.testi-author strong {
  display: block;
  font-size: 0.95rem;
  color: var(--c-gold-light);
}

.testi-author span {
  font-size: 0.78rem;
  color: var(--c-ivory-muted);
}

/* Footer */
.site-footer {
  padding: 80px 0 40px;
  border-top: 1px solid var(--c-gold-hairline);
  background: #040907;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 60px;
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: var(--c-ivory);
  display: block;
  margin-bottom: 14px;
}

.footer-tagline {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--c-ivory-muted);
  margin-bottom: 20px;
}

.silk-mark-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(13, 30, 26, 0.6);
  border: 1px solid var(--c-gold-hairline);
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 0.75rem;
  color: var(--c-gold-light);
}

.footer-links-col h5 {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: var(--c-gold);
  margin-bottom: 20px;
  text-transform: uppercase;
}

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

.footer-links-col a {
  color: var(--c-ivory-dim);
  text-decoration: none;
  font-size: 0.88rem;
  transition: var(--trans-smooth);
}

.footer-links-col a:hover {
  color: var(--c-gold);
}

.salon-address {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--c-ivory-dim);
  margin-bottom: 14px;
}

.salon-address strong {
  color: var(--c-gold-light);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.8rem;
  color: var(--c-ivory-muted);
}

/* Modal Dialog */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 9, 7, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  padding: 20px;
}

.modal-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-dialog {
  background: #091714;
  border: 1px solid var(--c-gold);
  border-radius: 16px;
  max-width: 780px;
  width: 100%;
  position: relative;
  padding: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: var(--c-ivory);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  transition: var(--trans-smooth);
}

.modal-close:hover {
  background: var(--c-gold);
  color: #000;
}

/* Button Shop Nav */
.btn-shop-nav {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #060e0c;
  text-decoration: none;
  background: var(--c-gold);
  padding: 10px 22px;
  border-radius: 30px;
  box-shadow: 0 0 20px var(--c-gold-glow);
  margin-right: 12px;
  transition: var(--trans-smooth);
}

.btn-shop-nav:hover {
  background: var(--c-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 25px rgba(212, 175, 55, 0.45);
}

.shop-banner-cta {
  margin-top: 54px;
  background: linear-gradient(135deg, rgba(15, 51, 42, 0.6) 0%, rgba(8, 20, 17, 0.9) 100%);
  border: 1px solid var(--c-gold);
  border-radius: 14px;
  padding: 36px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.shop-banner-text h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--c-ivory);
  margin-bottom: 6px;
}

.shop-banner-text p {
  font-size: 0.95rem;
  color: var(--c-ivory-dim);
}

/* ==========================================================================
   SHOPPING PAGE LAYOUT & COMPONENTS (shop.html)
   ========================================================================== */
.shop-page {
  background-color: #060e0c;
}

.shop-header {
  position: sticky;
  top: 38px;
  left: 0;
  width: 100%;
  z-index: 500;
  background: rgba(6, 14, 12, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--c-gold-hairline);
  padding: 16px 36px;
}

.shop-nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.shop-nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}

.shop-nav-links a {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--c-ivory-dim);
  text-decoration: none;
  white-space: nowrap;
  transition: var(--trans-smooth);
}

.shop-nav-links a:hover,
.shop-nav-links a.active {
  color: var(--c-gold);
}

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

.currency-picker select {
  background: rgba(13, 30, 26, 0.8);
  border: 1px solid var(--c-gold-hairline);
  color: var(--c-gold-light);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  padding: 8px 12px;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
}

.btn-cart-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--c-gold);
  color: var(--c-ivory);
  padding: 8px 18px;
  border-radius: 30px;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  transition: var(--trans-smooth);
}

.btn-cart-trigger:hover {
  background: var(--c-gold);
  color: #060e0c;
}

.cart-count {
  background: var(--c-gold);
  color: #060e0c;
  font-size: 0.72rem;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-cart-trigger:hover .cart-count {
  background: #060e0c;
  color: var(--c-gold);
}

/* Shop Hero */
.shop-hero {
  padding: 70px 0 40px;
  position: relative;
  border-bottom: 1px solid var(--c-gold-hairline);
  background: radial-gradient(circle at 50% 20%, rgba(15, 51, 42, 0.35) 0%, transparent 70%);
}

.shop-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 400;
  color: var(--c-ivory);
  margin-bottom: 16px;
}

.shop-subtitle {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 1.05rem;
  color: var(--c-ivory-dim);
  line-height: 1.7;
}

.shop-trust-badges {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.trust-badge {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--c-gold-light);
  background: rgba(13, 30, 26, 0.6);
  border: 1px solid var(--c-gold-hairline);
  padding: 6px 16px;
  border-radius: 20px;
}

/* Controls Bar */
.shop-main-section {
  padding: 60px 0 100px;
}

.shop-controls-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

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

.cat-pill {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-ivory-dim);
  background: rgba(13, 30, 26, 0.6);
  border: 1px solid var(--c-gold-hairline);
  padding: 9px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: var(--trans-smooth);
}

.cat-pill:hover,
.cat-pill.active {
  background: var(--c-gold);
  color: #060e0c;
  border-color: var(--c-gold);
  font-weight: 600;
}

.shop-sort-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--c-ivory-muted);
}

.shop-sort-wrap select {
  background: rgba(13, 30, 26, 0.8);
  border: 1px solid var(--c-gold-hairline);
  color: var(--c-ivory);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  padding: 8px 14px;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
}

/* Product Catalog Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 36px;
  margin-bottom: 70px;
}

.product-card {
  background: var(--c-bg-card);
  border: 1px solid var(--c-gold-hairline);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--trans-smooth);
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: var(--c-gold);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 30px var(--c-gold-glow);
}

.product-media-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #040907;
}

.product-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-cinematic);
}

.product-card:hover .product-main-img {
  transform: scale(1.08);
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #060e0c;
  background: var(--c-gold);
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 700;
  z-index: 2;
}

.product-hover-actions {
  position: absolute;
  inset: 0;
  background: rgba(6, 14, 12, 0.65);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--trans-smooth);
  z-index: 3;
}

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

.product-info-wrap {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.product-weave {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--c-gold);
  text-transform: uppercase;
}

.product-hours {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--c-ivory-muted);
}

.product-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--c-ivory);
  margin-bottom: 6px;
  cursor: pointer;
  transition: var(--trans-smooth);
}

.product-title:hover {
  color: var(--c-gold-light);
}

.product-silk-grade {
  font-size: 0.82rem;
  color: var(--c-ivory-dim);
  margin-bottom: 20px;
  flex: 1;
}

.product-price-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--c-gold-hairline);
  gap: 12px;
}

.price-lbl {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: var(--c-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-amount {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c-gold-light);
}

.btn-add-cart {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #060e0c;
  background: var(--c-gold);
  border: none;
  padding: 10px 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: var(--trans-smooth);
}

.btn-add-cart:hover {
  background: var(--c-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px var(--c-gold-glow);
}

/* Custom Weave Commission Banner */
.custom-weave-banner {
  background: linear-gradient(135deg, rgba(15, 51, 42, 0.75) 0%, rgba(6, 14, 12, 0.95) 100%);
  border: 1px solid var(--c-gold);
  border-radius: 16px;
  padding: 50px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.custom-weave-text {
  max-width: 680px;
}

.custom-weave-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  color: var(--c-ivory);
  margin: 10px 0 14px;
}

.custom-weave-text p {
  font-size: 0.95rem;
  color: var(--c-ivory-dim);
  line-height: 1.7;
}

.custom-weave-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 240px;
}

/* ==========================================================================
   SLIDE-IN CART / VAULT BAG DRAWER
   ========================================================================== */
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 2500;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.cart-drawer.open {
  pointer-events: auto;
  opacity: 1;
}

.cart-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 9, 7, 0.75);
  backdrop-filter: blur(8px);
}

.cart-drawer-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 440px;
  height: 100%;
  background: #081512;
  border-left: 1px solid var(--c-gold);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s var(--ease-cinematic);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.8);
}

.cart-drawer.open .cart-drawer-content {
  transform: translateX(0);
}

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

.cart-title-wrap h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--c-ivory);
}

.cart-items-count {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--c-gold);
}

.cart-drawer-close {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: var(--c-ivory);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  transition: var(--trans-smooth);
}

.cart-drawer-close:hover {
  background: var(--c-gold);
  color: #000;
}

.cart-drawer-body {
  padding: 24px 28px;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 40px 20px;
}

.empty-icon {
  font-size: 3.5rem;
  margin-bottom: 16px;
  opacity: 0.6;
}

.empty-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--c-ivory);
  margin-bottom: 8px;
}

.empty-sub {
  font-size: 0.88rem;
  color: var(--c-ivory-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

.cart-item {
  display: flex;
  gap: 16px;
  background: rgba(13, 30, 26, 0.5);
  border: 1px solid var(--c-gold-hairline);
  padding: 14px;
  border-radius: 10px;
  position: relative;
}

.cart-item-img {
  width: 75px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
}

.cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-item-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--c-ivory);
  margin-bottom: 4px;
}

.cart-item-weave {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--c-gold);
  text-transform: uppercase;
}

.cart-item-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.cart-item-price {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--c-gold-light);
}

.cart-qty-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(6, 14, 12, 0.7);
  border: 1px solid var(--c-gold-hairline);
  border-radius: 20px;
  padding: 2px 8px;
}

.btn-qty {
  background: none;
  border: none;
  color: var(--c-ivory);
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0 4px;
}

.qty-num {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--c-gold-light);
}

.btn-remove-item {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: var(--c-ivory-muted);
  cursor: pointer;
  font-size: 0.85rem;
  transition: var(--trans-smooth);
}

.btn-remove-item:hover {
  color: #ef4444;
}

.cart-drawer-footer {
  padding: 24px 28px;
  border-top: 1px solid var(--c-gold-hairline);
  background: rgba(6, 14, 12, 0.85);
}

.cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  color: var(--c-ivory);
  margin-bottom: 8px;
}

.cart-subtotal-val {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--c-gold-light);
}

.shipping-perk {
  font-size: 0.75rem;
  color: var(--c-gold);
  margin-bottom: 20px;
  line-height: 1.4;
}

.cart-checkout-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.w-100 {
  width: 100%;
}

.btn-whatsapp-cart {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  color: #25D366;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.4);
  padding: 14px;
  border-radius: 30px;
  cursor: pointer;
  transition: var(--trans-smooth);
}

.btn-whatsapp-cart:hover {
  background: #25D366;
  color: #000;
}

/* Shop Modal Styles */
.shop-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  align-items: center;
}

.shop-modal-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--c-gold-hairline);
  aspect-ratio: 4 / 3;
}

.modal-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-specs-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(6, 14, 12, 0.6);
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid var(--c-gold-hairline);
  margin-bottom: 24px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
}

.spec-k {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--c-gold);
  letter-spacing: 0.08em;
}

.spec-v {
  color: var(--c-ivory);
  font-weight: 500;
}

.modal-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--c-gold-hairline);
  gap: 16px;
  flex-wrap: wrap;
}

.modal-price-val {
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--c-gold-light);
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES & MOBILE OPTIMIZATIONS
   ========================================================================== */

@media (max-width: 1024px) {
  .heritage-grid,
  .consultation-wrapper,
  .shop-modal-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

  .shop-nav-links {
    display: none;
  }
}

@media (max-width: 768px) {
  /* Floating Top Agency Banner on Mobile */
  .bms-agency-banner {
    height: var(--banner-h-mob);
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
  }

  .bms-banner-inner {
    padding: 0 10px;
    font-size: 0.7rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .bms-demo-badge {
    display: none; /* Prevents text collision and multi-line wrapping */
  }

  .bms-back-link {
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .bms-order-btn {
    font-size: 0.68rem;
    padding: 4px 8px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* Fixed Hero Canvas Positioning */
  .fixed-canvas-container {
    top: var(--banner-h-mob);
    height: calc(100vh - var(--banner-h-mob));
  }

  /* Header & Navigation */
  .site-header,
  .shop-header {
    top: var(--banner-h-mob);
    padding: 8px 10px;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    background: rgba(6, 14, 12, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .shop-nav-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .brand-name {
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    line-height: 1.15;
    white-space: nowrap;
  }

  .brand-sub {
    font-size: 0.50rem;
    letter-spacing: 0.08em;
    margin-top: 1px;
  }

  .journey-indicator {
    display: none;
  }

  .header-cta,
  .shop-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
  }

  .currency-picker {
    display: none; /* Hide in compact mobile header to prevent right edge overflow */
  }

  .theme-toggle-btn {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
    flex-shrink: 0;
  }

  .btn-cart-trigger {
    padding: 6px 8px;
    font-size: 0.72rem;
    gap: 4px;
    flex-shrink: 0;
  }

  .cart-label {
    display: none; /* Show icon and count pill only for compact mobile header */
  }

  /* Story Track & Chapters */
  .story-track {
    height: 320vh;
  }

  .story-chapter {
    top: var(--banner-h-mob);
    height: calc(100vh - var(--banner-h-mob));
    padding: 0 14px;
    align-items: flex-end;
    padding-bottom: 24px;
  }

  .editorial-block {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 18px 18px;
    background: rgba(6, 14, 12, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 12px;
  }

  .chapter-index {
    margin-bottom: 8px;
    font-size: 0.65rem;
  }

  .editorial-headline {
    font-size: 1.45rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .editorial-paragraph {
    font-size: 0.82rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .editorial-specs-row {
    gap: 8px;
    padding-top: 10px;
  }

  .spec-label {
    font-size: 0.58rem;
  }

  .spec-value {
    font-size: 0.78rem;
  }

  .loading-ring-wrap {
    bottom: 16px;
    right: 14px;
    padding: 5px 12px 5px 8px;
  }

  .loading-ring-wrap svg.ring {
    width: 24px;
    height: 24px;
  }

  .scroll-hint-text {
    font-size: 0.58rem;
  }

  /* Shop Hero & Badges */
  .shop-hero {
    padding: 28px 0 18px;
  }

  .shop-title {
    font-size: clamp(1.85rem, 5.5vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .shop-subtitle {
    font-size: 0.86rem;
    line-height: 1.55;
    margin-bottom: 18px;
    padding: 0 4px;
  }

  .shop-trust-badges {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .shop-trust-badges::-webkit-scrollbar {
    display: none;
  }

  .trust-badge {
    white-space: nowrap;
    font-size: 0.65rem;
    padding: 5px 12px;
    flex-shrink: 0;
  }

  /* Shop Controls & Category Filter Bar */
  .shop-main-section {
    padding: 30px 0 60px;
  }

  .shop-controls-bar {
    gap: 14px;
    margin-bottom: 24px;
  }

  .category-pills {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .category-pills::-webkit-scrollbar {
    display: none;
  }

  .cat-pill {
    white-space: nowrap;
    font-size: 0.7rem;
    padding: 7px 14px;
    flex-shrink: 0;
  }

  .shop-sort-wrap {
    width: 100%;
    justify-content: space-between;
    font-size: 0.72rem;
  }

  /* Product Catalog Grid */
  .product-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .product-info-wrap {
    padding: 18px 16px;
  }

  .product-title {
    font-size: 1.3rem;
  }

  .price-amount {
    font-size: 1.15rem;
  }

  .btn-add-cart {
    padding: 10px 16px;
    font-size: 0.75rem;
  }

  /* Slide-In Cart Drawer */
  .cart-drawer-content {
    max-width: 100%;
    width: 100%;
  }

  .cart-drawer-header {
    padding: 18px 20px;
  }

  .cart-drawer-body {
    padding: 18px 20px;
    gap: 14px;
  }

  .cart-item-img {
    width: 65px;
    height: 80px;
  }

  .cart-item-title {
    font-size: 1.05rem;
  }

  .cart-drawer-footer {
    padding: 18px 20px;
  }

  /* Lower Sections */
  .section-heritage,
  .section-collection,
  .section-anatomy,
  .section-consultation,
  .section-testimonials {
    padding: 50px 0;
  }

  .section-heading {
    font-size: 1.85rem;
  }

  .section-lead {
    font-size: 1.1rem;
  }

  .craft-stat-box {
    padding: 24px 16px;
  }

  .stat-big {
    font-size: 2.2rem;
  }

  .form-group-row {
    grid-template-columns: 1fr;
  }

  .consultation-wrapper {
    padding: 28px 18px;
    gap: 28px;
  }

  .consultation-form {
    padding: 24px 18px;
  }

  .shop-banner-cta,
  .custom-weave-banner {
    padding: 24px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .shop-banner-text h3,
  .custom-weave-text h2 {
    font-size: 1.45rem;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .modal-dialog {
    padding: 24px 18px;
    max-height: 90vh;
    overflow-y: auto;
  }
}



/* ==========================================================================
   3D VIRTUAL DRAPE & PRODUCT DETAIL STUDIO
   ========================================================================== */
.product-studio-body {
  background: var(--c-bg);
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}

.product-studio-main {
  padding-top: calc(var(--banner-h) + 80px);
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.studio-container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.product-breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: var(--c-ivory-muted);
  width: 100%;
  box-sizing: border-box;
}

.product-breadcrumb-nav a {
  color: var(--c-gold);
  text-decoration: none;
  transition: var(--trans-smooth);
}

.product-breadcrumb-nav a:hover {
  color: var(--c-gold-light);
}

.product-breadcrumb-nav .current-crumb {
  color: var(--c-ivory);
  font-weight: 500;
}

.studio-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}

/* Left Column: 3D Viewport Panel */
.drape-viewport-panel {
  background: rgba(8, 20, 17, 0.72);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--c-gold-hairline);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.viewport-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.drape-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--c-gold-hairline);
  padding: 6px 14px;
  border-radius: 30px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--c-gold-light);
  font-weight: 600;
}

.drag-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--c-ivory-muted);
}

.three-container-wrapper {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 14px;
  overflow: hidden;
  background: radial-gradient(circle at center, #0e241e 0%, #060e0c 100%);
  border: 1px solid rgba(212, 175, 55, 0.15);
}

.three-canvas-holder {
  width: 100%;
  height: 100%;
  cursor: grab;
}

.three-canvas-holder:active {
  cursor: grabbing;
}

.floating-drape-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.btn-drape-action {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #060e0c;
  background: var(--c-gold);
  border: none;
  padding: 12px 28px;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.5);
  transition: var(--trans-smooth);
}

.btn-drape-action:hover {
  background: var(--c-gold-light);
  transform: translateY(-2px);
}

.lighting-mood-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: rgba(13, 30, 26, 0.5);
  border-radius: 12px;
  border: 1px solid var(--c-gold-hairline);
}

.bar-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--c-gold);
}

.mood-pills {
  display: flex;
  gap: 8px;
}

.mood-btn {
  font-size: 0.72rem;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid var(--c-gold-hairline);
  background: transparent;
  color: var(--c-ivory-dim);
  cursor: pointer;
  transition: var(--trans-smooth);
}

.mood-btn.active, .mood-btn:hover {
  background: var(--c-gold);
  color: #060e0c;
  border-color: var(--c-gold);
}

.macro-texture-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.macro-thumb {
  background: rgba(13, 30, 26, 0.6);
  border: 1px solid var(--c-gold-hairline);
  padding: 12px 10px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.macro-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--c-gold);
}

.macro-tag {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--c-ivory);
}

/* Right Column: Product Info Panel */
.product-info-panel {
  background: rgba(8, 20, 17, 0.72);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--c-gold-hairline);
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand-auth-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--c-gold-light);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--c-gold-hairline);
  padding: 6px 14px;
  border-radius: 20px;
}

.studio-product-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--c-ivory);
}

.studio-product-sub {
  font-size: 0.95rem;
  color: var(--c-gold-light);
  font-style: italic;
}

.studio-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--c-gold-hairline);
  border-bottom: 1px solid var(--c-gold-hairline);
  padding: 18px 0;
}

.studio-price {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--c-gold);
  font-weight: 600;
  display: block;
}

.tax-note {
  font-size: 0.72rem;
  color: var(--c-ivory-muted);
}

.purity-seal {
  text-align: right;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--c-gold);
}

.swatch-selection-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.selection-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--c-gold);
}

.drape-swatches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.drape-swatch-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(13, 30, 26, 0.6);
  border: 1px solid var(--c-gold-hairline);
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: var(--trans-smooth);
}

.drape-swatch-btn.active, .drape-swatch-btn:hover {
  border-color: var(--c-gold);
  background: rgba(212, 175, 55, 0.18);
}

.swatch-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  flex-shrink: 0;
}

.swatch-name {
  font-size: 0.75rem;
  color: var(--c-ivory);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.studio-desc-box p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--c-ivory-dim);
}

.studio-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.spec-tile {
  background: rgba(13, 30, 26, 0.5);
  border: 1px solid var(--c-gold-hairline);
  padding: 12px 14px;
  border-radius: 10px;
}

.spec-kicker {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: var(--c-gold);
  margin-bottom: 4px;
}

.spec-data {
  font-size: 0.82rem;
  color: var(--c-ivory);
  font-weight: 600;
}

.studio-cta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-wa-concierge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid #25d366;
  color: #25d366;
  padding: 14px;
  border-radius: 40px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--trans-smooth);
}

.btn-wa-concierge:hover {
  background: #25d366;
  color: #060e0c;
}

.guarantee-ribbon {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--c-ivory-muted);
  border-top: 1px solid var(--c-gold-hairline);
  padding-top: 16px;
}

/* Light Theme overrides for 3D Product Studio */
[data-theme="light"] .drape-viewport-panel,
[data-theme="light"] .product-info-panel {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(154, 115, 34, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .three-container-wrapper {
  background: radial-gradient(circle at center, #f4eee2 0%, #e8decb 100%);
  border-color: rgba(154, 115, 34, 0.25);
}

[data-theme="light"] .studio-product-title {
  color: #121c19;
}

[data-theme="light"] .studio-product-sub {
  color: #8c6310;
}

[data-theme="light"] .studio-price {
  color: #8c6310;
}

[data-theme="light"] .drape-swatch-btn {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(154, 115, 34, 0.25);
}

[data-theme="light"] .drape-swatch-btn.active,
[data-theme="light"] .drape-swatch-btn:hover {
  background: #ffffff;
  border-color: #9a7322;
  box-shadow: 0 6px 20px rgba(154, 115, 34, 0.15);
}

[data-theme="light"] .swatch-name {
  color: #121c19;
}

[data-theme="light"] .studio-desc-box p {
  color: #4a5854;
}

[data-theme="light"] .spec-tile {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(154, 115, 34, 0.25);
}

[data-theme="light"] .spec-data {
  color: #121c19;
}

[data-theme="light"] .macro-thumb {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(154, 115, 34, 0.25);
}

[data-theme="light"] .macro-tag {
  color: #121c19;
}

[data-theme="light"] .lighting-mood-bar {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(154, 115, 34, 0.25);
}

[data-theme="light"] .mood-btn {
  color: #4a5854;
  border-color: rgba(154, 115, 34, 0.3);
}

[data-theme="light"] .mood-btn.active,
[data-theme="light"] .mood-btn:hover {
  background: #9a7322;
  color: #ffffff;
  border-color: #9a7322;
}

@media (max-width: 1024px) {
  .studio-grid {
    grid-template-columns: 1fr;
  }
  .three-container-wrapper {
    height: 440px;
  }
}

/* ==========================================================================
   STUDIO TABS & AI RUNWAY PHOTOREALISTIC TRY-ON MODE
   ========================================================================== */
.studio-tabs-row {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.studio-view-tab {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--c-ivory-dim);
  background: rgba(13, 30, 26, 0.6);
  border: 1px solid var(--c-gold-hairline);
  padding: 12px 24px;
  border-radius: 30px;
  cursor: pointer;
  backdrop-filter: blur(16px);
  transition: var(--trans-smooth);
}

.studio-view-tab:hover,
.studio-view-tab.active {
  background: var(--c-gold);
  color: #060e0c;
  border-color: var(--c-gold);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
}

.ai-runway-image-holder {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 14px;
  overflow: hidden;
  background: #060e0c;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.ai-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s ease;
}

.ai-main-img:hover {
  transform: scale(1.03);
}

.ai-watermark-pill {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(6, 14, 12, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid var(--c-gold-hairline);
  color: var(--c-gold-light);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  padding: 6px 14px;
  border-radius: 20px;
}

.ai-upload-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(13, 30, 26, 0.7);
  border: 1px dashed var(--c-gold);
  padding: 16px 20px;
  border-radius: 14px;
  margin-top: 14px;
}

.upload-icon {
  font-size: 1.8rem;
}

.upload-text h4 {
  font-size: 0.95rem;
  color: var(--c-ivory);
  margin-bottom: 2px;
}

.upload-text p {
  font-size: 0.78rem;
  color: var(--c-ivory-dim);
}

[data-theme="light"] .studio-view-tab {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(154, 115, 34, 0.3);
  color: #4a5854;
}

[data-theme="light"] .studio-view-tab.active,
[data-theme="light"] .studio-view-tab:hover {
  background: #9a7322;
  color: #ffffff;
  border-color: #9a7322;
}

[data-theme="light"] .ai-upload-box {
  background: rgba(255, 255, 255, 0.9);
  border-color: #9a7322;
}

[data-theme="light"] .upload-text h4 {
  color: #121c19;
}

[data-theme="light"] .upload-text p {
  color: #4a5854;
}

/* ==========================================================================
   REAL HUMAN MODEL EDITORIAL PRODUCT VIEWER & 4K ZOOM LOUPE
   ========================================================================== */
.real-model-view-box {
  position: relative;
  width: 100%;
  height: 560px;
  border-radius: 14px;
  overflow: hidden;
  background: #060e0c;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  cursor: crosshair;
}

.real-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.edition-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(6, 14, 12, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--c-gold);
  color: var(--c-gold-light);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
  pointer-events: none;
}

.real-thumbs-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.thumb-card {
  background: rgba(13, 30, 26, 0.6);
  border: 1px solid var(--c-gold-hairline);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: var(--trans-smooth);
  display: flex;
  flex-direction: column;
}

.thumb-card img {
  width: 100%;
  height: 75px;
  object-fit: cover;
}

.thumb-card .thumb-lbl {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 6px 4px;
  color: var(--c-ivory-dim);
  background: rgba(6, 14, 12, 0.8);
}

.thumb-card.active, .thumb-card:hover {
  border-color: var(--c-gold);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.thumb-card.active .thumb-lbl {
  color: var(--c-gold-light);
  font-weight: 700;
}

[data-theme="light"] .real-model-view-box {
  background: #ffffff;
  border-color: rgba(154, 115, 34, 0.3);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .thumb-card {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(154, 115, 34, 0.25);
}

[data-theme="light"] .thumb-card.active,
[data-theme="light"] .thumb-card:hover {
  border-color: #9a7322;
  box-shadow: 0 8px 25px rgba(154, 115, 34, 0.2);
}

[data-theme="light"] .thumb-card .thumb-lbl {
  color: #121c19;
  background: rgba(248, 246, 240, 0.9);
}

[data-theme="light"] .edition-tag {
  background: rgba(255, 255, 255, 0.9);
  border-color: #9a7322;
  color: #8c6310;
}

@media (max-width: 768px) {
  .real-model-view-box {
    height: 400px;
  }
  .real-thumbs-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   MULTI-DEVICE RESPONSIVE SYSTEM: MOBILE, TABLET & DESKTOP (PDP)
   ========================================================================== */

/* 1. Mobile Sticky Action Bar Default (Hidden on Desktop & Tablet) */
.mobile-sticky-pdp-bar {
  display: none;
}

/* 2. Tablet Screen Optimizations (768px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .studio-container {
    padding: 0 24px;
  }
  
  .studio-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .real-model-view-box {
    height: 480px;
  }

  .product-info-panel {
    position: sticky;
    top: 80px;
  }

  .studio-product-title {
    font-size: 2rem;
  }

  .studio-price {
    font-size: 1.8rem;
  }

  .studio-specs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #related-products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 18px !important;
  }
}

/* 3. Mobile Phone Screen Optimizations (< 768px) */
@media (max-width: 768px) {
  .product-studio-main {
    padding-top: 95px;
    padding-bottom: 110px; /* Space for sticky bar */
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .studio-container {
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .studio-grid {
    grid-template-columns: 100%;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .drape-viewport-panel,
  .product-info-panel {
    padding: 16px 14px;
    border-radius: 14px;
    width: 100%;
    box-sizing: border-box;
  }

  .real-model-view-box {
    height: 380px;
    border-radius: 12px;
  }

  .real-thumbs-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .thumb-card img {
    height: 60px;
  }

  .thumb-card .thumb-lbl {
    font-size: 0.58rem;
    padding: 4px 2px;
  }

  .macro-texture-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .macro-thumb {
    padding: 6px 8px;
  }

  .macro-label {
    font-size: 0.52rem;
  }

  .macro-tag {
    font-size: 0.62rem;
  }

  .brand-auth-badge {
    font-size: 0.56rem;
    padding: 4px 8px;
    letter-spacing: 0.06em;
  }

  .studio-product-title {
    font-size: 1.35rem;
    line-height: 1.2;
    margin-bottom: 2px;
  }

  .studio-product-sub {
    font-size: 0.75rem;
    margin-bottom: 8px;
  }

  .studio-price {
    font-size: 1.25rem;
  }

  .studio-price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 0;
  }

  .drape-swatches-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .drape-swatch-btn {
    padding: 6px 8px;
    border-radius: 10px;
  }

  .swatch-name {
    font-size: 0.65rem;
  }

  .swatch-sub {
    font-size: 0.50rem;
  }

  .studio-specs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .spec-tile {
    padding: 8px 10px;
    border-radius: 10px;
  }

  .spec-kicker {
    font-size: 0.52rem;
  }

  .spec-data {
    font-size: 0.68rem;
  }

  .studio-cta-group {
    flex-direction: column;
    gap: 8px;
  }

  .studio-cta-group .btn-primary-gold,
  .studio-cta-group .btn-secondary-outline,
  .studio-cta-group .btn-whatsapp-direct {
    padding: 9px 12px;
    font-size: 0.70rem;
    letter-spacing: 0.03em;
    border-radius: 20px;
  }

  .guarantee-ribbon {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    font-size: 0.65rem;
  }

  /* Shop Hero & Global Typography on Mobile */
  .shop-title {
    font-size: 1.55rem !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }

  .shop-subtitle {
    font-size: 0.76rem !important;
    line-height: 1.45 !important;
    margin-bottom: 16px !important;
  }

  .shop-trust-badges {
    gap: 6px !important;
  }

  .trust-badge {
    font-size: 0.58rem !important;
    padding: 3px 8px !important;
  }

  .btn-mobile-filter-trigger {
    font-size: 0.70rem !important;
    padding: 6px 12px !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    flex-shrink: 0 !important;
  }

  .shop-sort-wrap label {
    font-size: 0.62rem !important;
  }

  .shop-sort-wrap select {
    font-size: 0.64rem !important;
    padding: 4px 6px !important;
  }

  .results-count {
    font-size: 0.68rem !important;
  }

  .active-filter-chip {
    font-size: 0.62rem !important;
    padding: 2px 7px !important;
  }

  /* Related Products & Shop Cards on Mobile */
  .section-related-products {
    margin-top: 30px !important;
    padding-top: 24px !important;
  }

  .section-related-products .section-heading {
    font-size: 1.35rem !important;
  }

  #related-products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  #related-products-grid .product-media-wrap {
    height: 170px;
  }

  #related-products-grid .product-info-wrap {
    padding: 10px 8px;
  }

  #related-products-grid .product-weave,
  #related-products-grid .product-hours {
    font-size: 0.56rem;
  }

  #related-products-grid .product-title {
    font-size: 0.78rem;
    margin: 3px 0;
    line-height: 1.25;
  }

  #related-products-grid .product-silk-grade {
    font-size: 0.64rem;
    margin-bottom: 6px;
  }

  .btn-card-drape-outline,
  .btn-card-add-solid {
    padding: 6px 4px !important;
    font-size: 0.66rem !important;
    border-radius: 16px !important;
    letter-spacing: 0.02em !important;
  }

  /* Mobile Sticky Bottom Action Bar */
  .mobile-sticky-pdp-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    z-index: 999;
    background: rgba(6, 14, 12, 0.96);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-top: 1px solid var(--c-gold);
    padding: 6px 10px;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.6);
  }

  .sticky-pdp-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    padding-right: 4px;
  }

  .sticky-pdp-title {
    font-size: 0.66rem;
    font-weight: 600;
    color: var(--c-ivory);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sticky-pdp-price {
    font-size: 0.80rem;
    font-weight: 700;
    color: var(--c-gold);
    font-family: var(--font-serif);
  }

  .sticky-pdp-actions {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-shrink: 0;
  }

  .sticky-pdp-actions .btn-primary-gold {
    padding: 6px 9px;
    font-size: 0.65rem;
    border-radius: 16px;
    white-space: nowrap;
  }

  .btn-wa-icon-only {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #25D366;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.95rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: transform 0.2s ease;
  }

  .btn-wa-icon-only:active {
    transform: scale(0.92);
  }

  /* Light Theme for Mobile Sticky Bar */
  [data-theme="light"] .mobile-sticky-pdp-bar {
    background: rgba(248, 246, 240, 0.96);
    border-color: #9a7322;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  }

  [data-theme="light"] .sticky-pdp-title {
    color: #121c19;
  }

  [data-theme="light"] .sticky-pdp-price {
    color: #8c6310;
  }
}

/* ==========================================================================
   CARD ACTION BUTTONS (EQUAL DUAL PILLS)
   ========================================================================== */
.card-action-btns-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}

.btn-card-drape-outline {
  white-space: nowrap;
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 8px 6px;
  border-radius: 20px;
  border: 1px solid var(--c-gold);
  color: var(--c-gold);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: var(--trans-smooth);
}

.btn-card-drape-outline:hover {
  background: rgba(212, 175, 55, 0.15);
  color: var(--c-gold-light);
  transform: translateY(-2px);
}

.btn-card-add-solid {
  white-space: nowrap;
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 8px 6px;
  border-radius: 20px;
  border: none;
  background: var(--c-gold);
  color: #060e0c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: var(--trans-smooth);
}

.btn-card-add-solid:hover {
  background: var(--c-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

[data-theme="light"] .btn-card-drape-outline {
  border-color: #9a7322;
  color: #9a7322;
}

[data-theme="light"] .btn-card-drape-outline:hover {
  background: rgba(154, 115, 34, 0.1);
}

[data-theme="light"] .btn-card-add-solid {
  background: #9a7322;
  color: #ffffff;
}

[data-theme="light"] .btn-card-add-solid:hover {
  background: #7d5b16;
}

/* ==========================================================================
   MYNTRA-STYLE MULTI-FACETED E-COMMERCE FILTERS SYSTEM
   ========================================================================== */

/* Top Summary Bar & Active Chips */
.shop-top-summary-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--c-gold-hairline);
}

.results-count {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--c-ivory-dim);
  font-weight: 500;
}

.shop-top-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn-mobile-filter-trigger {
  display: none;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #060e0c;
  background: var(--c-gold);
  border: none;
  padding: 7px 14px;
  border-radius: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap !important;
  word-break: keep-all !important;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-mobile-filter-trigger * {
  white-space: nowrap !important;
  word-break: keep-all !important;
}

.filter-count-badge {
  background: #060e0c;
  color: var(--c-gold);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Active Tag Chips */
.active-chips-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: 100%;
  margin-top: 8px;
}

.active-filter-chip {
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--c-gold);
  color: var(--c-gold-light);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.active-filter-chip button {
  background: none;
  border: none;
  color: var(--c-gold);
  cursor: pointer;
  font-size: 0.72rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.active-filter-chip button:hover {
  color: #ffffff;
}

.btn-clear-all-chips {
  background: none;
  border: none;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--c-ivory-dim);
  text-decoration: underline;
  cursor: pointer;
  padding: 4px 8px;
}

.btn-clear-all-chips:hover {
  color: var(--c-gold);
}

/* 2-Column Shop Layout */
.shop-layout-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: start;
}

/* Left Filter Sidebar */
.shop-filter-sidebar {
  background: rgba(8, 20, 17, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--c-gold-hairline);
  border-radius: 16px;
  padding: 22px;
  position: sticky;
  top: 90px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.filter-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--c-gold-hairline);
  margin-bottom: 12px;
}

.filter-title-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-sidebar-header h3 {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--c-ivory);
  font-weight: 700;
  margin: 0;
}

.filter-applied-badge {
  background: rgba(212, 175, 55, 0.2);
  color: var(--c-gold);
  border: 1px solid var(--c-gold-hairline);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  padding: 2px 8px;
  border-radius: 12px;
}

.btn-clear-filters {
  background: none;
  border: none;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--c-gold);
  cursor: pointer;
  font-weight: 600;
}

.btn-clear-filters:hover {
  color: var(--c-gold-light);
  text-decoration: underline;
}

.filter-group {
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  padding: 14px 0;
}

.filter-group:last-child {
  border-bottom: none;
}

.filter-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-bottom: 12px;
}

.filter-group-header h4 {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--c-gold-light);
  font-weight: 600;
  margin: 0;
}

.filter-group-header .toggle-icon {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--c-ivory-dim);
}

.filter-group.collapsed .filter-group-body {
  display: none;
}

.filter-checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 0.84rem;
  color: var(--c-ivory-dim);
  transition: color 0.2s;
  user-select: none;
}

.filter-checkbox-row:last-child {
  margin-bottom: 0;
}

.filter-checkbox-row:hover {
  color: var(--c-ivory);
}

.filter-checkbox-row input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid var(--c-gold-hairline);
  background: rgba(6, 14, 12, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--trans-smooth);
}

.filter-checkbox-row input[type="checkbox"]:checked + .custom-checkbox {
  background: var(--c-gold);
  border-color: var(--c-gold);
}

.filter-checkbox-row input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '✓';
  color: #060e0c;
  font-size: 0.7rem;
  font-weight: 900;
}

.filter-label-text {
  flex: 1;
}

.filter-item-count {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--c-ivory-muted);
}

/* Colorway Filter Grid */
.colorway-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.color-swatch-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(13, 30, 26, 0.5);
  border: 1px solid var(--c-gold-hairline);
  cursor: pointer;
  font-size: 0.75rem;
  color: var(--c-ivory-dim);
  transition: var(--trans-smooth);
}

.color-swatch-box input[type="checkbox"] {
  display: none;
}

.color-circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.color-swatch-box:hover,
.color-swatch-box:has(input[type="checkbox"]:checked) {
  border-color: var(--c-gold);
  color: var(--c-gold-light);
  background: rgba(212, 175, 55, 0.15);
}

/* Mobile Filter Drawer (Myntra Bottom Sheet) */
.mobile-filter-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.mobile-filter-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.mobile-filter-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 85vh;
  background: #081411;
  border-top: 1px solid var(--c-gold);
  border-radius: 20px 20px 0 0;
  z-index: 1002;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.8);
}

.mobile-filter-drawer.open {
  transform: translateY(0);
}

.mobile-filter-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--c-gold-hairline);
}

.filter-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.filter-header-left h3 {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  color: var(--c-ivory);
  margin: 0;
}

.btn-filter-drawer-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: var(--c-ivory-dim);
  cursor: pointer;
  padding: 4px;
}

.mobile-filter-drawer-body {
  padding: 16px 20px;
  overflow-y: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}

.mobile-filter-drawer-footer {
  padding: 12px 16px;
  border-top: 1px solid var(--c-gold-hairline);
  background: rgba(6, 14, 12, 0.98);
}

.mobile-filter-drawer-footer .btn-primary-gold {
  white-space: nowrap !important;
  word-break: keep-all !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.76rem !important;
  letter-spacing: 0.04em !important;
  padding: 10px 16px !important;
  border-radius: 24px !important;
  width: 100%;
}

/* Light Theme Support for Filters */
[data-theme="light"] .shop-filter-sidebar {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(154, 115, 34, 0.3);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .filter-sidebar-header h3 {
  color: #121c19;
}

[data-theme="light"] .btn-clear-filters {
  color: #9a7322;
}

[data-theme="light"] .filter-group-header h4 {
  color: #8c6310;
}

[data-theme="light"] .filter-checkbox-row {
  color: #4a5854;
}

[data-theme="light"] .filter-checkbox-row:hover {
  color: #121c19;
}

[data-theme="light"] .custom-checkbox {
  background: #ffffff;
  border-color: rgba(154, 115, 34, 0.4);
}

[data-theme="light"] .filter-checkbox-row input[type="checkbox"]:checked + .custom-checkbox {
  background: #9a7322;
  border-color: #9a7322;
}

[data-theme="light"] .filter-checkbox-row input[type="checkbox"]:checked + .custom-checkbox::after {
  color: #ffffff;
}

[data-theme="light"] .color-swatch-box {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(154, 115, 34, 0.25);
  color: #4a5854;
}

[data-theme="light"] .color-swatch-box:hover,
[data-theme="light"] .color-swatch-box:has(input[type="checkbox"]:checked) {
  border-color: #9a7322;
  color: #8c6310;
  background: rgba(154, 115, 34, 0.12);
}

[data-theme="light"] .mobile-filter-drawer {
  background: #f8f6f0;
  border-top-color: #9a7322;
}

[data-theme="light"] .filter-header-left h3 {
  color: #121c19;
}

[data-theme="light"] .btn-filter-drawer-close {
  color: #4a5854;
}

[data-theme="light"] .mobile-filter-drawer-footer {
  background: rgba(248, 246, 240, 0.98);
}

/* Responsive Breakpoints for Filters */
@media (max-width: 992px) {
  .shop-layout-grid {
    grid-template-columns: 1fr;
  }

  .shop-filter-sidebar {
    display: none; /* Hidden on tablets/mobile, accessed via Mobile Filter Drawer */
  }

  .btn-mobile-filter-trigger {
    display: inline-flex;
  }
}
