/* ==========================================================================
   MASTER JORDAN — SHARP MODERN ATELIER DESIGN SYSTEM (2026 EDITION)
   Architectural Grids • Clean Premium Sans Typography • Refined High-Contrast Aesthetic
   Crisp 2px-4px Micro-Radius • Sharp Layout Frames • Tactile Luxury Craft • Zero Emojis
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Cinzel:wght@500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');
@import url('/core/views/b2e28a89a9/master-splash.css');

:root {
  /* Sharp Canvas & Surface Palette (100% Light, Clean, No Dark Colors) */
  --color-primary: #456b66;
  --color-primary-hover: #385753;
  --color-primary-light: #EBF2F1;
  --color-primary-faint: #F4F8F7;
  --color-primary-subtle: #DEE9E7;

  --bg-primary: #FAF9F6;
  --bg-surface: #FFFFFF;
  --bg-secondary: #F2EFEB;
  --bg-tertiary: #E8ECEB;
  --bg-dark: #F2F7F6;
  --bg-dark-surface: #FFFFFF;
  --bg-dark-subtle: #EBF2F1;

  /* Sovereign & Architectural Tones (Zero Gold — Pure & Crisp White Accents) */
  --color-noir: #456b66;
  --color-forest: #456b66;
  --color-forest-hover: #385753;
  --color-brass: #FFFFFF;
  --color-brass-light: #FAF9F6;
  --color-brass-dark: #456b66;
  --color-bronze: #456b66;
  --color-charcoal: #2D3E3C;
  --color-muted: #5F7A76;
  --color-faint: #8FA8A4;
  
  /* Hairline Architectural Grid Borders */
  --color-border: rgba(69, 107, 102, 0.14);
  --color-border-subtle: rgba(69, 107, 102, 0.08);
  --color-border-strong: rgba(69, 107, 102, 0.28);
  --color-border-brass: rgba(255, 255, 255, 0.65);
  --color-border-dark: rgba(69, 107, 102, 0.18);

  /* Clean, Sharp, Premium Typography (No Tech / Monospace Fonts) */
  --font-display: 'Manrope', 'Plus Jakarta Sans', sans-serif;
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'Cinzel', serif;
  --font-ar-modern: Alexandria, -apple-system, sans-serif;
  --font-ar-display: Alexandria, -apple-system, sans-serif;

  /* Architectural Sharp Corners */
  --radius-none: 0px;
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;

  /* Controlled Structural Physics */
  --shadow-sharp: 0 1px 3px rgba(69, 107, 102, 0.06), 0 4px 12px rgba(69, 107, 102, 0.04);
  --shadow-card: 0 4px 16px -2px rgba(69, 107, 102, 0.08), 0 1px 2px rgba(69, 107, 102, 0.04);
  --shadow-hover: 0 16px 36px -6px rgba(69, 107, 102, 0.14), 0 4px 12px -2px rgba(69, 107, 102, 0.06);
  --shadow-drawer: -12px 0 40px rgba(69, 107, 102, 0.2);
  --shadow-popover: 0 12px 30px rgba(69, 107, 102, 0.15);

  /* Easing curves */
  --ease-sharp: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-mechanical: cubic-bezier(0.2, 0, 0, 1);
  --transition-fast: 0.18s var(--ease-mechanical);
  --transition-normal: 0.3s var(--ease-sharp);
}

/* ==========================================================================
   ARABIC & RTL GLOBAL TYPOGRAPHY ENFORCEMENT
   All Arabic typography strictly uses Alexandria, -apple-system, sans-serif
   ========================================================================== */
[dir="rtl"],
[lang="ar"],
html[dir="rtl"],
html[lang="ar"],
body.rtl,
.rtl,
:lang(ar) {
  --font-display: Alexandria, -apple-system, sans-serif !important;
  --font-heading: Alexandria, -apple-system, sans-serif !important;
  --font-body: Alexandria, -apple-system, sans-serif !important;
  --font-mono: Alexandria, -apple-system, sans-serif !important;
  --font-serif: Alexandria, -apple-system, sans-serif !important;
  --font-ar-modern: Alexandria, -apple-system, sans-serif !important;
  --font-ar-display: Alexandria, -apple-system, sans-serif !important;
  font-family: Alexandria, -apple-system, sans-serif !important;
}

[dir="rtl"] *:not(i):not(.fa):not(.fas):not(.fab):not(.far):not(.fal):not([class*="fa-"]):not([class*="lnr-"]):not(.lnr):not(.dashicons):not(.themify-icon):not(svg):not(path),
[lang="ar"] *:not(i):not(.fa):not(.fas):not(.fab):not(.far):not(.fal):not([class*="fa-"]):not([class*="lnr-"]):not(.lnr):not(.dashicons):not(.themify-icon):not(svg):not(path),
body.rtl *:not(i):not(.fa):not(.fas):not(.fab):not(.far):not(.fal):not([class*="fa-"]):not([class*="lnr-"]):not(.lnr):not(.dashicons):not(.themify-icon):not(svg):not(path),
.rtl *:not(i):not(.fa):not(.fas):not(.fab):not(.far):not(.fal):not([class*="fa-"]):not([class*="lnr-"]):not(.lnr):not(.dashicons):not(.themify-icon):not(svg):not(path),
:lang(ar) *:not(i):not(.fa):not(.fas):not(.fab):not(.far):not(.fal):not([class*="fa-"]):not([class*="lnr-"]):not(.lnr):not(.dashicons):not(.themify-icon):not(svg):not(path) {
  font-family: Alexandria, -apple-system, sans-serif !important;
}

[dir="rtl"] .master-hero-title,
[lang="ar"] .master-hero-title,
body.rtl .master-hero-title,
.rtl .master-hero-title,
:lang(ar) .master-hero-title,
[dir="rtl"] .master-section-title,
[dir="rtl"] .pdp-title,
[dir="rtl"] .master-footer-col h4,
[dir="rtl"] .about-lead-title {
  font-family: Alexandria, -apple-system, sans-serif !important;
  letter-spacing: normal !important;
}

[dir="rtl"] .master-hero-title,
[lang="ar"] .master-hero-title,
body.rtl .master-hero-title,
.rtl .master-hero-title,
:lang(ar) .master-hero-title {
  line-height: 1.42 !important;
  padding-top: 4px;
  padding-bottom: 6px;
  overflow: visible;
}

[dir="rtl"] .master-hero-title em,
[lang="ar"] .master-hero-title em,
body.rtl .master-hero-title em,
.rtl .master-hero-title em,
:lang(ar) .master-hero-title em {
  line-height: 1.42 !important;
  margin-top: 6px;
  display: block;
}

.header-lang-btn,
.header-lang-btn span,
.lang-ar,
[lang="ar"] {
  font-family: Alexandria, -apple-system, sans-serif !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-primary);
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-primary);
  color: var(--color-charcoal);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.55;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 70px;
  }
}

/* Sharp Selection & Scrollbar */
::selection {
  background: var(--color-noir);
  color: var(--color-brass);
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background: var(--bg-secondary);
}
::-webkit-scrollbar-thumb {
  background: #C8C2B6;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color-forest);
}

/* ==========================================================================
   REVEAL & SHARP MOTION ENGINE
   ========================================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s var(--ease-sharp), transform 0.65s var(--ease-sharp);
  will-change: opacity, transform;
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

.stagger-1 { transition-delay: 0.06s; }
.stagger-2 { transition-delay: 0.12s; }
.stagger-3 { transition-delay: 0.18s; }
.stagger-4 { transition-delay: 0.24s; }

/* Sharp Corner Crosshair Marker Primitive */
.crosshair-corner {
  position: absolute;
  width: 11px;
  height: 11px;
  pointer-events: none;
  z-index: 10;
}
.crosshair-corner::before,
.crosshair-corner::after {
  content: '';
  position: absolute;
  background: var(--color-primary);
  opacity: 0.35;
}
.crosshair-corner::before {
  width: 100%;
  height: 1.5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.crosshair-corner::after {
  height: 100%;
  width: 1.5px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.crosshair-tl { top: -6px; left: -6px; }
.crosshair-tr { top: -6px; right: -6px; }
.crosshair-bl { bottom: -6px; left: -6px; }
.crosshair-br { bottom: -6px; right: -6px; }

/* ==========================================================================
   SHARP CLEAN TOP BAR (DISABLED / REMOVED PER DESIGN DIRECTION)
   ========================================================================== */
.master-top-bar {
  display: none !important;
}

/* ==========================================================================
   SHARP NAVBAR (CENTERED LOGO + CLEAN GEOMETRIC NAV)
   ========================================================================== */
.master-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(250, 249, 246, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--color-border);
  transition: all 0.3s var(--ease-sharp);
}

.master-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-sharp);
  border-bottom-color: rgba(13, 17, 16, 0.12);
}

.master-nav-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 36px;
  height: 112px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: height 0.3s var(--ease-sharp);
}

.master-header.scrolled .master-nav-container {
  height: 88px;
}

.master-nav-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.master-mobile-menu-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  width: 42px;
  height: 42px;
  color: var(--color-noir);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-fast);
}
.master-mobile-menu-btn:hover {
  background: var(--color-noir);
  color: #fff;
}

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

.master-nav-item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-charcoal);
  letter-spacing: 0.02em;
  padding: 8px 0;
  position: relative;
  transition: color var(--transition-fast);
}

.master-nav-item a svg {
  opacity: 0.65;
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.master-nav-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-noir);
  transition: width 0.25s var(--ease-sharp);
}

.master-nav-item:hover a,
.master-nav-item.active a {
  color: var(--color-noir);
}
.master-nav-item:hover a svg,
.master-nav-item.active a svg {
  opacity: 1;
  color: var(--color-primary);
}
.master-nav-item:hover a::after,
.master-nav-item.active a::after {
  width: 100%;
}

.master-nav-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.master-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 4px 16px;
  transition: transform var(--transition-fast);
}

.master-brand-logo:hover {
  transform: scale(1.03);
}

.master-brand-logo img {
  height: 94px;
  max-height: 98px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 5px rgba(13, 17, 16, 0.08)) drop-shadow(0 4px 14px rgba(69, 107, 102, 0.16));
  transition: height 0.3s var(--ease-sharp), filter 0.3s ease;
}

.master-brand-logo:hover img {
  filter: drop-shadow(0 3px 8px rgba(13, 17, 16, 0.12)) drop-shadow(0 6px 18px rgba(69, 107, 102, 0.22));
}

.master-header.scrolled .master-brand-logo img {
  height: 72px;
}

.master-nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.master-icon-btn {
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-noir);
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.master-icon-btn:hover {
  background: var(--color-noir);
  color: #fff;
  border-color: var(--color-noir);
}

.master-badge-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--color-primary);
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: var(--radius-xs);
}

/* ==========================================================================
   SHARP HERO SECTION & INTERACTIVE LOOK SWITCHER
   ========================================================================== */
.master-hero-section {
  position: relative;
  background: #FAF9F6;
  padding: 72px 36px 88px;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
}

/* Interactive Tornado / Vortex 3D Ambient Layer */
.master-hero-vortex-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.master-hero-vortex-bg canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  pointer-events: none;
}

.vortex-vignette-overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at 70% 50%, transparent 40%, rgba(250, 249, 246, 0.4) 75%, #FAF9F6 100%),
    linear-gradient(90deg, rgba(250, 249, 246, 0.65) 0%, rgba(250, 249, 246, 0.2) 45%, transparent 75%);
  pointer-events: none;
  z-index: 2;
}

[dir="rtl"] .vortex-vignette-overlay {
  background: 
    radial-gradient(ellipse at 30% 50%, transparent 40%, rgba(250, 249, 246, 0.4) 75%, #FAF9F6 100%),
    linear-gradient(270deg, rgba(250, 249, 246, 0.65) 0%, rgba(250, 249, 246, 0.2) 45%, transparent 75%);
}

.master-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 3;
}

.master-hero-content {
  position: relative;
  z-index: 4;
}

/* Sharp Icon Rendering in Master Hero Content */
.master-hero-content svg {
  shape-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  flex-shrink: 0;
}

/* Hero Eyebrow Pill with Clean Atelier Aesthetic & Refined Contrast */
.master-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding: 6px 16px;
  background: #FFFFFF;
  color: #2A4C47;
  border: 1px solid rgba(69, 107, 102, 0.18);
  border-radius: 999px;
  width: fit-content;
  box-shadow: 0 2px 8px rgba(69, 107, 102, 0.06);
  animation: heroEyebrowIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.master-hero-eyebrow:hover {
  transform: translateY(-1px);
  border-color: rgba(69, 107, 102, 0.32);
  background: #FFFFFF;
  box-shadow: 0 4px 14px rgba(69, 107, 102, 0.12);
}

.master-hero-eyebrow .eyebrow-emblem,
.master-hero-eyebrow .eyebrow-star-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #456b66;
  animation: eyebrowStarSpin 6s ease-in-out infinite;
  transform-origin: center;
}

.master-hero-eyebrow .eyebrow-text {
  color: #1F3834;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.master-hero-eyebrow .eyebrow-sep {
  font-size: 7px;
  color: #456b66;
  opacity: 0.85;
  transform: scale(0.9);
}

.master-hero-eyebrow .eyebrow-atelier {
  color: #456b66;
  font-weight: 500;
  letter-spacing: 0.14em;
}

@keyframes heroEyebrowIn {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes eyebrowStarSpin {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.18) rotate(18deg);
  }
}

/* Master Hero Title with Crisp Clean Luxury Typography */
.master-hero-title {
  font-family: var(--font-display);
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--color-noir);
  margin: 0 0 20px;
  overflow: hidden;
  text-shadow: none;
}

/* Scroll Text Reveal & Line Mask Split System */
.line-mask-split-container {
  overflow: hidden;
  display: block;
}

.line-mask-word {
  display: inline-block;
  white-space: pre;
  vertical-align: baseline;
  overflow: hidden;
}

.line-mask-char {
  display: inline-block;
  vertical-align: baseline;
  will-change: transform, opacity;
  backface-visibility: hidden;
  text-shadow: none;
}

[dir="rtl"] .line-mask-word,
[dir="rtl"] .line-mask-char {
  direction: rtl;
  unicode-bidi: isolate;
}

/* Shimmering Animated Brass Accent */
.master-hero-title em {
  font-style: normal;
  display: block;
  color: #B8860B;
  background: linear-gradient(135deg, #8B6508 0%, #B8860B 30%, #D4AF37 55%, #8B6508 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: luxuryBrassShimmer 6s ease-in-out infinite;
}

.master-hero-title em .line-mask-word,
.master-hero-title em .line-mask-char {
  color: #B8860B;
  background: linear-gradient(135deg, #8B6508 0%, #B8860B 30%, #D4AF37 55%, #8B6508 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}

@keyframes luxuryBrassShimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Master Hero Description Paragraph with High Clarity & Smooth Entrance */
.master-hero-desc {
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.7;
  color: #2D3B38;
  margin: 0 0 32px;
  max-width: 540px;
  text-shadow: none;
}

.master-hero-desc .line-mask-word,
.master-hero-desc .line-mask-char {
  text-shadow: none;
}

/* Hero Look Switchers with Staggered Entrance & Active Pulse */
.hero-look-switchers {
  display: flex;
  gap: 10px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.hero-look-tab {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  padding: 10px 18px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-charcoal);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 8px rgba(13, 17, 16, 0.04);
  text-shadow: none;
  animation: heroTabSlideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-look-tab:nth-child(1) { animation-delay: 0.35s; }
.hero-look-tab:nth-child(2) { animation-delay: 0.45s; }
.hero-look-tab:nth-child(3) { animation-delay: 0.55s; }

.hero-look-tab svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-look-tab:hover {
  border-color: #456b66;
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(69, 107, 102, 0.12);
}

.hero-look-tab:hover svg {
  transform: scale(1.12);
}

.hero-look-tab.active {
  background: #456b66;
  color: #FFFFFF;
  border-color: #456b66;
  box-shadow: 0 4px 16px rgba(69, 107, 102, 0.25);
  text-shadow: none;
  animation: heroTabSlideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) both, activeTabPulse 3.5s ease-in-out infinite 0.9s;
}

.hero-look-tab.active svg {
  color: #FFFFFF;
}

@keyframes heroTabSlideIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes activeTabPulse {
  0%, 100% {
    box-shadow: 0 4px 16px rgba(69, 107, 102, 0.25);
  }
  50% {
    box-shadow: 0 6px 20px rgba(69, 107, 102, 0.35);
  }
}

/* Master Hero CTA Group with Cascading Entrance */
.master-hero-cta-group {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  animation: heroCtaGroupIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.55s both;
}

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

/* Sharp Button Hierarchy with Light Sheen Shimmer & Shadow Depth */
.master-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #456b66;
  color: #fff;
  padding: 15px 30px;
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-xs);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(69, 107, 102, 0.22);
  text-shadow: none;
}

.master-btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: translateX(-150%) skewX(-20deg);
  animation: buttonSheenSweep 5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes buttonSheenSweep {
  0%, 75% {
    transform: translateX(-150%) skewX(-20deg);
  }
  90%, 100% {
    transform: translateX(250%) skewX(-20deg);
  }
}

.master-btn-primary svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.master-btn-primary:hover {
  background: #385753;
  border-color: rgba(255, 255, 255, 0.8);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(69, 107, 102, 0.32);
}

.master-btn-primary:hover svg {
  transform: translateX(4px);
}

[dir="rtl"] .master-btn-primary:hover svg {
  transform: translateX(-4px);
}

.master-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #FFFFFF;
  color: #456b66;
  padding: 15px 28px;
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 1px solid rgba(69, 107, 102, 0.35);
  border-radius: var(--radius-xs);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 8px rgba(13, 17, 16, 0.04);
  text-shadow: none;
}

.master-btn-outline:hover {
  background: #456b66;
  border-color: #456b66;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(69, 107, 102, 0.18);
  text-shadow: none;
}

/* Hero Visual Architectural Frame - Clean Light Master Craft */
.master-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.master-hero-card {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(69, 107, 102, 0.14);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 36px -8px rgba(13, 17, 16, 0.08), 0 2px 6px rgba(0, 0, 0, 0.02);
  padding: 10px;
  transition: transform 0.4s var(--ease-sharp), box-shadow 0.4s var(--ease-sharp), background 0.4s var(--ease-sharp), border-color 0.4s var(--ease-sharp);
}

.master-hero-card:hover {
  background: #FFFFFF;
  border-color: rgba(69, 107, 102, 0.28);
  box-shadow: 0 22px 48px -10px rgba(13, 17, 16, 0.12);
}

.hero-media-wrapper {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f6f4;
}

.master-hero-card img,
.hero-media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease, transform 0.6s var(--ease-sharp);
}

.master-hero-card:hover .hero-media-wrapper img {
  transform: scale(1.025);
}

.hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 17, 16, 0.06) 0%, rgba(13, 17, 16, 0) 40%, rgba(13, 17, 16, 0.3) 100%);
  pointer-events: none;
  border-radius: 8px;
}

.hero-carousel-nav {
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hero-carousel-btn {
  background: #FFFFFF;
  color: var(--color-noir);
  border: 1px solid rgba(28, 53, 47, 0.15);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-carousel-btn:hover {
  background: var(--color-primary);
  color: #FFFFFF;
  border-color: var(--color-primary);
  transform: scale(1.06);
  box-shadow: 0 4px 14px rgba(69, 107, 102, 0.2);
}

.hero-carousel-dots {
  position: absolute;
  bottom: 22px;
  left: 22px;
  display: flex;
  gap: 8px;
  z-index: 10;
  padding: 6px 10px;
  background: rgba(31, 56, 52, 0.85);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-dot {
  width: 18px;
  height: 4px;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.25s ease;
  padding: 0;
}

.hero-dot.active {
  background: #FFFFFF;
  width: 32px;
}

.master-hero-floating-badge {
  position: absolute;
  bottom: 22px;
  right: 22px;
  background: #FFFFFF;
  border: 1px solid rgba(69, 107, 102, 0.16);
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 12px 32px -6px rgba(13, 28, 24, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
  z-index: 10;
  max-width: calc(100% - 100px);
  animation: heroBadgeEntrance 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both, heroFloatBadge 5s ease-in-out 1.5s infinite;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  user-select: none;
}

[dir="rtl"] .master-hero-floating-badge {
  right: auto;
  left: 22px;
}

.master-hero-floating-badge:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(69, 107, 102, 0.28);
  box-shadow: 0 16px 36px -6px rgba(13, 28, 24, 0.16);
}

@keyframes heroBadgeEntrance {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.92);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

.master-badge-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(69, 107, 102, 0.14) 0%, rgba(69, 107, 102, 0.05) 100%);
  color: var(--color-primary, #456B66);
  border: 1px solid rgba(69, 107, 102, 0.22);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(69, 107, 102, 0.12), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.master-hero-floating-badge:hover .master-badge-icon {
  transform: rotate(6deg) scale(1.08);
  background: linear-gradient(135deg, rgba(69, 107, 102, 0.22) 0%, rgba(69, 107, 102, 0.1) 100%);
  border-color: rgba(69, 107, 102, 0.35);
}

.master-badge-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  display: block;
}

.master-badge-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  transition: opacity 0.25s ease, transform 0.25s ease;
  min-width: 0;
}

.master-badge-tag {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--color-primary, #456B66);
  display: flex;
  align-items: center;
  gap: 6px;
}

.master-badge-tag::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-primary, #456B66);
  box-shadow: 0 0 6px rgba(69, 107, 102, 0.6);
}

.master-badge-title {
  font-family: var(--font-heading, inherit);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-noir, #111827);
  line-height: 1.25;
  white-space: nowrap;
}

.master-badge-sub {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-muted, #4B5563);
  line-height: 1.3;
  white-space: nowrap;
}

/* ==========================================================================
   SHARP TRUST & ATELIER PILLARS GRID
   ========================================================================== */
.master-trust-bar {
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  padding: 0;
}

.master-trust-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}

.master-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 30px 24px;
  border-right: 1px solid var(--color-border);
  transition: background var(--transition-fast);
}
.master-trust-item:last-child {
  border-right: none;
}
.master-trust-item:hover {
  background: var(--bg-primary);
}

.master-trust-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-xs);
  background: var(--color-primary);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s var(--ease-sharp);
}
.master-trust-item:hover .master-trust-icon {
  transform: scale(1.06);
}

.master-trust-text h4 {
  margin: 0 0 4px;
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color-noir);
}
.master-trust-text p {
  margin: 0;
  font-size: 13px;
  color: var(--color-muted);
  line-height: 1.45;
}

/* ==========================================================================
   SHARP SECTION HEADERS & BENTO CATEGORIES
   ========================================================================== */
.master-curated-wrap {
  width: 100%;
  background: var(--bg-secondary);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.master-section {
  padding: 84px 36px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.master-section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
  position: relative;
}

.master-section-eyebrow {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.master-section-title {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 800;
  color: var(--color-noir);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.master-section-desc {
  font-size: 16px;
  color: var(--color-muted);
  margin: 0 auto;
  line-height: 1.6;
}

/* Bento Categories with Sharp Grid Framing */
.master-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.master-bento-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  overflow: hidden;
  text-decoration: none;
  color: var(--color-noir);
  box-shadow: var(--shadow-sharp);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.master-bento-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-noir);
  box-shadow: var(--shadow-hover);
}

.bento-span-7 { grid-column: span 7; }
.bento-span-5 { grid-column: span 5; }
.bento-span-4 { grid-column: span 4; }
.bento-span-8 { grid-column: span 8; }

.bento-media {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #EFEFEA;
}

.bento-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-sharp);
}
.master-bento-card:hover .bento-media img {
  transform: scale(1.04);
}

.bento-overlay-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(69, 107, 102, 0.92) 0%, transparent 100%);
  color: #fff;
  padding: 32px 24px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bento-meta-tag {
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.bento-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.bento-arrow-btn {
  width: 36px;
  height: 36px;
  background: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
}
.master-bento-card:hover .bento-arrow-btn {
  background: var(--color-primary);
  color: #FFFFFF;
}

/* ==========================================================================
   SHARP PRODUCT GRID & SPEC CARDS
   ========================================================================== */
.master-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.master-product-card {
  background: #fff;
  border-radius: var(--radius-xs);
  border: 1px solid var(--color-border);
  overflow: hidden;
  box-shadow: var(--shadow-sharp);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  position: relative;
}

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

.master-card-media {
  position: relative;
  padding-top: 100%;
  background: #F5F4F0;
  overflow: hidden;
}

.master-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--ease-sharp);
}
.master-product-card:hover .master-card-media img {
  transform: scale(1.05);
}

/* Clean Category Tag on Product Card */
.master-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(69, 107, 102, 0.92);
  backdrop-filter: blur(4px);
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-xs);
  z-index: 5;
}

.master-card-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 5;
  opacity: 0;
  transform: translateX(6px);
  transition: all var(--transition-fast);
}

.master-product-card:hover .master-card-actions {
  opacity: 1;
  transform: translateX(0);
}

.master-card-btn {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-xs);
  color: var(--color-noir);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-fast);
  box-shadow: 0 2px 6px rgba(69, 107, 102, 0.08);
}

.master-card-btn:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.master-card-btn.active {
  background: var(--color-primary);
  color: #FFFFFF;
}

.master-card-info {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-top: 1px solid var(--color-border);
}

.master-card-category {
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--color-faint);
  margin-bottom: 4px;
}

.master-card-title {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.35;
}

.master-card-title a {
  color: var(--color-noir);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.master-card-title a:hover {
  color: var(--color-primary);
}

.master-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed var(--color-border);
}

.master-card-price {
  font-family: var(--font-heading);
  font-size: 15.5px;
  font-weight: 700;
  color: var(--color-noir);
}

.master-add-cart-btn {
  background: #FFFFFF;
  border: 1px solid rgba(69, 107, 102, 0.35);
  border-radius: var(--radius-xs);
  padding: 7px 14px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  color: #456b66;
  cursor: pointer;
  transition: all var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.master-add-cart-btn:hover {
  background: #456b66;
  border-color: #456b66;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(69, 107, 102, 0.22);
}

/* ==========================================================================
   SHARP INTERACTIVE LOOKBOOK COMPONENT
   ========================================================================== */
.master-lookbook-container {
  position: relative;
  border-radius: var(--radius-xs);
  overflow: hidden;
  box-shadow: var(--shadow-hover);
  border: 1px solid var(--color-border);
  background: var(--bg-dark);
}

.master-lookbook-bg {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

.master-hotspot {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-xs);
  background: var(--color-primary);
  border: 1.5px solid #FFFFFF;
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
  box-shadow: 0 0 0 3px rgba(69, 107, 102, 0.3);
}

.master-hotspot:hover {
  transform: scale(1.15);
  background: #385753;
  color: #FFFFFF;
  box-shadow: 0 0 0 6px rgba(69, 107, 102, 0.45);
}

.master-hotspot-popover {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 260px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  box-shadow: var(--shadow-popover);
  padding: 14px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s var(--ease-sharp);
  z-index: 20;
}

.master-hotspot:hover .master-hotspot-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.master-hotspot-popover img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  margin-bottom: 8px;
  border: 1px solid var(--color-border);
}

.master-hotspot-title {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-noir);
  margin: 0 0 4px;
}

.master-hotspot-price {
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}

/* ==========================================================================
   SHARP SLIDE-OUT CART DRAWER
   ========================================================================== */
.master-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(13, 17, 16, 0.7);
  backdrop-filter: blur(8px);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s var(--ease-sharp);
}

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

.master-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 440px;
  background: #fff;
  z-index: 1200;
  box-shadow: var(--shadow-drawer);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s var(--ease-sharp);
  border-left: 1px solid var(--color-border);
}

[dir="rtl"] .master-cart-drawer {
  right: auto;
  left: 0;
  transform: translateX(-100%);
  border-left: none;
  border-right: 1px solid var(--color-border);
}

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

.master-drawer-header {
  padding: 24px 28px;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-primary);
}

.master-drawer-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: var(--color-noir);
}

.master-drawer-close {
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-noir);
  transition: var(--transition-fast);
}
.master-drawer-close:hover {
  background: var(--color-noir);
  color: #fff;
}

/* Shipping Progress Bar */
.master-shipping-meter {
  padding: 14px 28px;
  background: #FAF8F4;
  border-bottom: 1px solid var(--color-border);
}

.master-shipping-text {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-charcoal);
  margin-bottom: 8px;
  line-height: 1.4;
}

.master-progress-track {
  height: 4px;
  background: var(--bg-tertiary);
  border-radius: var(--radius-xs);
  overflow: hidden;
}

.master-progress-fill {
  height: 100%;
  background: var(--color-primary);
  width: 0%;
  transition: width 0.35s var(--ease-sharp);
}

.master-drawer-items {
  flex-grow: 1;
  overflow-y: auto;
  padding: 20px 28px;
}

.master-cart-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
}

.master-item-thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
}

.master-item-name {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--color-noir);
}

.master-item-price {
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.master-item-qty-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.master-qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
}

.master-qty-btn {
  background: transparent;
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-noir);
  transition: background var(--transition-fast);
}
.master-qty-btn:hover {
  background: var(--bg-secondary);
}

.master-qty-val {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  padding: 0 8px;
}

.master-item-remove {
  background: transparent;
  border: none;
  color: var(--color-faint);
  font-family: var(--font-heading);
  font-size: 11.5px;
  cursor: pointer;
  text-decoration: underline;
  transition: color var(--transition-fast);
}
.master-item-remove:hover {
  color: #C53030;
}

.master-drawer-footer {
  padding: 24px 28px;
  border-top: 1px solid var(--color-border);
  background: var(--bg-primary);
}

.master-drawer-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.master-drawer-subtotal-label {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-muted);
}

.master-drawer-subtotal-val {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--color-noir);
}

.master-checkout-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--color-primary);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-xs);
  padding: 16px;
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 16px rgba(69, 107, 102, 0.25);
}
.master-checkout-btn:hover {
  background: #385753;
  border-color: rgba(255, 255, 255, 0.8);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(69, 107, 102, 0.35);
}

/* ==========================================================================
   SHARP SPOTLIGHT SEARCH MODAL (CMD+K)
   ========================================================================== */
.master-search-modal {
  position: fixed;
  inset: 0;
  background: rgba(69, 107, 102, 0.45);
  backdrop-filter: blur(10px);
  z-index: 1300;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 90px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease-sharp);
}

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

.master-search-box {
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-radius: var(--radius-xs);
  border: 1px solid var(--color-noir);
  box-shadow: var(--shadow-hover);
  overflow: hidden;
  transform: translateY(-8px);
  transition: transform 0.3s var(--ease-sharp);
}

.master-search-modal.open .master-search-box {
  transform: translateY(0);
}

.master-search-input-wrap {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-border);
  gap: 14px;
}

.master-search-input {
  width: 100%;
  border: none;
  outline: none;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-noir);
  background: transparent;
}
.master-search-input::placeholder {
  color: var(--color-faint);
  font-weight: 400;
}

.master-search-shortcut {
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 600;
  background: var(--bg-secondary);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  padding: 3px 8px;
}

.master-search-results {
  max-height: 380px;
  overflow-y: auto;
  padding: 12px 0;
}

/* ==========================================================================
   SHARP FOOTER & NEWSLETTER (CLEAN LUXURY ATELIER — PRIMARY #456b66)
   ========================================================================== */
.master-footer {
  background: #F4F8F7;
  color: #3D5551;
  padding: 0 0 36px;
  border-top: 1px solid rgba(69, 107, 102, 0.2);
  position: relative;
  overflow: hidden;
}

.master-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #456b66, transparent);
}

.master-footer-trust-strip {
  max-width: 1400px;
  margin: 0 auto 56px;
  padding: 40px 36px;
  border-bottom: 1px solid rgba(69, 107, 102, 0.12);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.master-footer-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform 0.25s ease;
}

.master-footer-trust-item:hover {
  transform: translateY(-2px);
}

.trust-icon-box {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(69, 107, 102, 0.25);
  border-radius: var(--radius-xs);
  background: rgba(69, 107, 102, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #456b66;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.master-footer-trust-item:hover .trust-icon-box {
  background: #456b66;
  color: #FFFFFF;
  border-color: #456b66;
  transform: scale(1.06) rotate(3deg);
  box-shadow: 0 4px 16px rgba(69, 107, 102, 0.25);
}

.trust-item-title {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: #243B37;
  letter-spacing: 0.02em;
}

.trust-item-desc {
  font-size: 12px;
  color: #5F7A76;
  margin-top: 3px;
  line-height: 1.4;
}

.master-footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 56px;
}

.master-footer-logo-link {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 18px;
}

.master-footer-logo-img {
  height: 84px;
  max-height: 88px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(69, 107, 102, 0.15));
  transition: transform 0.3s ease;
}

.master-footer-logo-link:hover .master-footer-logo-img {
  transform: scale(1.04);
}

.master-footer-brand-desc {
  font-size: 13.5px;
  color: #5F7A76;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 320px;
}

.master-footer-socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-social-btn {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(69, 107, 102, 0.2);
  border-radius: var(--radius-xs);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #456b66;
  background: #FFFFFF;
  text-decoration: none;
  transition: all 0.25s var(--ease-sharp);
}

.footer-social-btn:hover {
  background: #456b66;
  border-color: #456b66;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(69, 107, 102, 0.25);
}

.master-footer-col h4 {
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  color: #243B37;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(69, 107, 102, 0.25);
  padding-bottom: 8px;
  display: inline-block;
}

.master-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.master-footer-col a {
  color: #5F7A76;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  transition: all 0.2s var(--ease-sharp);
  display: inline-block;
}

.master-footer-col a:hover {
  color: #456b66;
  transform: translateX(4px);
}

[dir="rtl"] .master-footer-col a:hover {
  transform: translateX(-4px);
}

/* Sharp Contact Column */
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-entry {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-entry-icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(69, 107, 102, 0.25);
  border-radius: var(--radius-xs);
  background: rgba(69, 107, 102, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #456b66;
  flex-shrink: 0;
  margin-top: 1px;
}

.contact-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #456b66;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.contact-value {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #2D3E3C;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s;
}

a.contact-value:hover {
  color: #456b66;
}

.master-footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 28px 36px 0;
  border-top: 1px solid rgba(69, 107, 102, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12.5px;
  color: #6E8884;
}

.footer-bottom-payments {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.payment-badge {
  padding: 4px 10px;
  border: 1px solid rgba(69, 107, 102, 0.15);
  border-radius: var(--radius-xs);
  background: #FFFFFF;
  color: #5F7A76;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Header Language Switcher */
.master-header-lang-switch {
  display: flex;
  align-items: center;
}

.header-lang-btn {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  padding: 8px 14px;
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 700;
  color: #1C352F;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all var(--transition-fast);
}

.header-lang-btn:hover {
  background: #1C352F;
  border-color: #1C352F;
  color: #fff;
}

/* ==========================================================================
   SHARP MOBILE NAVIGATION DRAWER & APP BAR
   ========================================================================== */
/* ==========================================================================
   MOBILE NAVIGATION DRAWER (LUXURY SHARP ATELIER REDESIGN 2026)
   ========================================================================== */
.master-mobile-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(13, 17, 16, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s var(--ease-sharp);
}

.master-mobile-drawer-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.master-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 335px;
  background: #FAF9F6;
  z-index: 1500;
  box-shadow: 18px 0 50px rgba(13, 17, 16, 0.22);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

[dir="rtl"] .master-mobile-drawer {
  left: auto;
  right: 0;
  transform: translateX(100%);
  box-shadow: -18px 0 50px rgba(13, 17, 16, 0.22);
}

.master-mobile-drawer.open {
  transform: translateX(0);
}

/* Drawer Header */
.master-mobile-drawer-header {
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(69, 107, 102, 0.12);
  background: #FAF9F6;
}

.master-mobile-header-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.master-mobile-header-logo {
  height: 28px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(69, 107, 102, 0.1));
}

.master-mobile-header-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.master-mobile-brand-title {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #2D3E3C;
  line-height: 1.1;
}

.master-mobile-brand-subtitle {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  color: #5F7A76;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.master-mobile-close-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #EEF4F3;
  border: 1px solid rgba(69, 107, 102, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #385753;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-tap-highlight-color: transparent;
}

.master-mobile-close-btn:hover {
  background: #E0ECE9;
  color: #1E3D38;
  transform: scale(0.95);
}

.master-mobile-close-btn:active {
  transform: scale(0.9);
}

/* Drawer Body */
.master-mobile-drawer-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 14px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Drawer Search Bar Trigger */
.master-mobile-search-wrap {
  width: 100%;
}

.master-mobile-search-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid rgba(69, 107, 102, 0.15);
  border-radius: 8px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
  color: #5F7A76;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s;
  box-shadow: 0 1px 3px rgba(69, 107, 102, 0.04);
}

[dir="rtl"] .master-mobile-search-trigger {
  text-align: right;
}

.master-mobile-search-trigger:hover {
  border-color: var(--color-primary);
  color: #2D3E3C;
  box-shadow: 0 2px 6px rgba(69, 107, 102, 0.08);
}

.master-mobile-search-trigger svg {
  color: var(--color-primary);
  flex-shrink: 0;
}

.master-mobile-search-kbd {
  margin-left: auto;
  padding: 2px 6px;
  font-family: var(--font-heading);
  font-size: 9.5px;
  font-weight: 700;
  background: #EEF4F3;
  border: 1px solid rgba(69, 107, 102, 0.16);
  border-radius: 4px;
  color: #456b66;
  letter-spacing: 0.04em;
}

[dir="rtl"] .master-mobile-search-kbd {
  margin-left: 0;
  margin-right: auto;
}

/* Navigation List */
.master-mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.master-mobile-nav-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.master-mobile-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: transparent;
  text-decoration: none !important;
  color: #2D3E3C !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.master-mobile-nav-item:hover {
  background: #FFFFFF;
  border-color: rgba(69, 107, 102, 0.12);
  box-shadow: 0 2px 8px rgba(69, 107, 102, 0.06);
}

.master-mobile-nav-item.active {
  background: #FFFFFF;
  border-color: rgba(69, 107, 102, 0.2);
  box-shadow: 0 2px 8px rgba(69, 107, 102, 0.08);
}

/* Nav Item Icon Box */
.master-mobile-nav-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #EEF4F3;
  border: 1px solid rgba(69, 107, 102, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #456b66;
  flex-shrink: 0;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.master-mobile-nav-icon svg {
  width: 19px;
  height: 19px;
  stroke-width: 2;
  color: currentColor;
}

.master-mobile-nav-item:hover .master-mobile-nav-icon,
.master-mobile-nav-item.active .master-mobile-nav-icon {
  background: #456b66;
  color: #FFFFFF;
  border-color: #456b66;
  box-shadow: 0 2px 6px rgba(69, 107, 102, 0.25);
}

/* Nav Item Text Group */
.master-mobile-nav-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
  gap: 1px;
}

.master-nav-label {
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  color: #2D3E3C;
  line-height: 1.25;
}

.master-nav-sub {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 500;
  color: #5F7A76;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.master-mobile-nav-badge {
  padding: 2px 7px;
  background: #456b66;
  color: #FFFFFF;
  border-radius: 12px;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.master-nav-chevron {
  color: #9BB3AF;
  flex-shrink: 0;
  transition: transform 0.2s var(--ease-sharp), color 0.2s var(--ease-sharp);
}

.master-mobile-nav-item:hover .master-nav-chevron {
  color: #456b66;
  transform: translateX(3px);
}

[dir="rtl"] .master-mobile-nav-item:hover .master-nav-chevron {
  transform: translateX(-3px);
}

[dir="rtl"] .master-nav-chevron {
  transform: scaleX(-1);
}

/* Collection Chips Strip */
.master-mobile-chips-section {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px dashed rgba(69, 107, 102, 0.15);
}

.master-mobile-chips-title {
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5F7A76;
  margin-bottom: 8px;
  padding: 0 2px;
}

.master-mobile-chips-scroll {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 2px 0 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.master-mobile-chips-scroll::-webkit-scrollbar {
  display: none;
}

.master-mobile-chip {
  flex-shrink: 0;
  padding: 5px 12px;
  background: #FFFFFF;
  border: 1px solid rgba(69, 107, 102, 0.15);
  border-radius: 20px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  color: #385753;
  text-decoration: none !important;
  transition: all 0.18s;
  box-shadow: 0 1px 2px rgba(69, 107, 102, 0.04);
}

.master-mobile-chip:hover {
  background: #456b66;
  color: #FFFFFF !important;
  border-color: #456b66;
  box-shadow: 0 2px 6px rgba(69, 107, 102, 0.18);
}

/* ==========================================================================
   MOBILE DRAWER FOOTER: LUXURY SWITCHERS & CONCIERGE (2026 ATELIER)
   ========================================================================== */
.master-mobile-drawer-footer {
  padding: 16px 18px calc(16px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(69, 107, 102, 0.14);
  background: #FAF9F6;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.master-mobile-control-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.master-mobile-control-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  color: var(--color-muted, #5F7A76);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  user-select: none;
}

.master-mobile-control-label svg {
  color: var(--color-primary, #456b66);
  opacity: 0.9;
  flex-shrink: 0;
}

/* Tactile Segmented Pill Switcher */
.master-pill-switcher {
  display: inline-flex;
  align-items: center;
  background: #EBF2F0;
  padding: 3px;
  border-radius: 8px;
  border: 1px solid rgba(69, 107, 102, 0.14);
  gap: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}

.master-pill-btn {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 6px 12px;
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #5F7A76;
  border-radius: 6px;
  cursor: pointer;
  line-height: 1;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.master-pill-btn:hover {
  color: #2D3E3C;
  background: rgba(255, 255, 255, 0.5);
}

.master-pill-btn.active {
  background: #FFFFFF !important;
  color: #385753 !important;
  font-weight: 700 !important;
  box-shadow: 0 1px 3px rgba(69, 107, 102, 0.14), 0 1px 1px rgba(0, 0, 0, 0.04) !important;
}

.master-pill-btn:active {
  transform: scale(0.96);
}

/* Luxury WhatsApp Atelier Concierge Card */
.master-mobile-concierge-card {
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  background: linear-gradient(135deg, #3A635E 0%, #2A4C47 100%);
  color: #FFFFFF !important;
  border-radius: 10px;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 14px rgba(42, 76, 71, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.master-mobile-concierge-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.master-mobile-concierge-card:hover {
  background: linear-gradient(135deg, #43716B 0%, #305751 100%);
  box-shadow: 0 6px 18px rgba(42, 76, 71, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.master-mobile-concierge-card:active {
  transform: scale(0.985);
  box-shadow: 0 2px 8px rgba(42, 76, 71, 0.2);
}

.master-concierge-icon-box {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.master-concierge-icon-box svg {
  width: 19px;
  height: 19px;
}

.master-concierge-text-group {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex-grow: 1;
  min-width: 0;
}

.master-concierge-title {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  line-height: 1.25;
}

.master-concierge-sub {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
}

.master-live-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: masterConciergePulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
  flex-shrink: 0;
}

@keyframes masterConciergePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 5px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.master-concierge-arrow {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s var(--ease-sharp), color 0.2s var(--ease-sharp);
}

.master-mobile-concierge-card:hover .master-concierge-arrow {
  color: #FFFFFF;
  transform: translateX(3px);
}

[dir="rtl"] .master-mobile-concierge-card:hover .master-concierge-arrow {
  transform: translateX(-3px);
}

[dir="rtl"] .master-concierge-arrow svg {
  transform: scaleX(-1);
}

/* Mobile Bottom App Bar (Clean Luxury Light Atelier — Primary #456b66) */
.master-mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF !important;
  border-top: 1px solid rgba(69, 107, 102, 0.18) !important;
  box-shadow: 0 -4px 20px rgba(69, 107, 102, 0.08) !important;
  z-index: 1050;
  padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px)) !important;
}

@media (max-width: 768px) {
  .master-mobile-bottom-bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
  }
}

.master-bottom-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #647E7A !important;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 10.5px;
  font-weight: 600;
  padding: 6px 2px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all var(--transition-fast);
}

.master-bottom-tab svg {
  width: 21px;
  height: 21px;
  stroke: #647E7A;
  transition: all var(--transition-fast);
}

.master-bottom-tab span:not(.master-badge-count) {
  color: inherit;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.master-bottom-tab:hover,
.master-bottom-tab.active {
  color: #456b66 !important;
}

.master-bottom-tab:hover svg,
.master-bottom-tab.active svg {
  stroke: #456b66 !important;
  transform: translateY(-1px);
}

.master-bottom-tab.active span:not(.master-badge-count) {
  color: #456b66 !important;
  font-weight: 700;
}

.master-bottom-tab .master-badge-count {
  position: absolute;
  top: 0px;
  right: calc(50% - 18px);
  background: #456b66 !important;
  color: #FFFFFF !important;
  font-size: 9.5px;
  font-weight: 800;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #FFFFFF !important;
  box-shadow: 0 1px 4px rgba(69, 107, 102, 0.25);
  line-height: 1;
}

/* Floating WhatsApp Button */
.master-floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 52px;
  height: 52px;
  background: #25D366;
  color: #fff;
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  transition: all var(--transition-fast);
  text-decoration: none;
}

.master-floating-whatsapp:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.45);
}

@media (max-width: 768px) {
  .master-floating-whatsapp {
    bottom: 80px;
    right: 18px;
    width: 46px;
    height: 46px;
  }
}

/* Quick View Modal */
.master-quickview-modal {
  position: fixed;
  inset: 0;
  background: rgba(13, 17, 16, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1350;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease-sharp);
}

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

.master-quickview-box {
  width: 100%;
  max-width: 820px;
  background: #fff;
  border-radius: var(--radius-xs);
  border: 1px solid var(--color-noir);
  box-shadow: var(--shadow-hover);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  max-height: 90vh;
  overflow-y: auto;
}

.master-quickview-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-noir);
  transition: var(--transition-fast);
}

.master-quickview-close:hover {
  background: var(--color-noir);
  color: #fff;
}

@media (max-width: 768px) {
  .master-quickview-box {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   PAGE-SPECIFIC ARCHITECTURAL LAYOUTS
   ========================================================================== */
/* Shop / Catalog Layout */
.shop-layout {
  max-width: 1400px;
  margin: 40px auto 80px;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
}

.shop-filter-panel {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  padding: 24px;
  height: fit-content;
  position: sticky;
  top: 104px;
  box-shadow: var(--shadow-sharp);
}

.filter-group {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
}
.filter-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.filter-title {
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-noir);
  margin: 0 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.category-btn {
  background: transparent;
  border: 1px solid transparent;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--color-charcoal);
  cursor: pointer;
  padding: 8px 12px;
  border-radius: var(--radius-xs);
  transition: var(--transition-fast);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
[dir="rtl"] .category-btn { text-align: right; }

.category-btn:hover, .category-btn.active {
  background: var(--bg-secondary);
  color: var(--color-noir);
  border-color: var(--color-border);
}
.category-btn.active {
  border-left: 3px solid var(--color-primary);
  font-weight: 700;
}
[dir="rtl"] .category-btn.active {
  border-left: none;
  border-right: 3px solid var(--color-primary);
}

.shop-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  background: #fff;
  padding: 14px 20px;
  border-radius: var(--radius-xs);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sharp);
}

/* Cart & Checkout Layout */
.cart-page-layout, .checkout-layout {
  max-width: 1240px;
  margin: 40px auto 90px;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 40px;
}

.cart-items-card, .cart-summary-card, .checkout-section-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
  padding: 32px;
  box-shadow: var(--shadow-sharp);
}

.cart-summary-card {
  position: sticky;
  top: 104px;
  height: fit-content;
}

.checkout-header-title {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 700;
  color: var(--color-noir);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group.full-width {
  grid-column: span 2;
}

.form-label {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-noir);
}

.form-input, .form-select, .form-textarea {
  padding: 12px 14px;
  border-radius: var(--radius-xs);
  border: 1px solid var(--color-border);
  font-family: inherit;
  font-size: 14px;
  outline: none;
  background: #FAF9F6;
  transition: border-color var(--transition-fast);
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--color-noir);
  background: #fff;
}

/* Toast Notification (SVG Icon Only) */
.master-toast-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.master-toast {
  background: var(--color-primary);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-xs);
  padding: 14px 20px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-hover);
  animation: toastSlideIn 0.3s var(--ease-sharp);
}

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

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .master-product-grid { grid-template-columns: repeat(3, 1fr); }
  .master-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .master-footer-container { grid-template-columns: repeat(2, 1fr); }
  .shop-layout, .cart-page-layout, .checkout-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .master-top-bar { display: none; }
  .master-nav-links { display: none; }
  
  /* Mobile Header Bar - Absolute Centered Logo & Balanced Clean Actions */
  .master-nav-container {
    height: 92px;
    padding: 0 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .master-header.scrolled .master-nav-container {
    height: 76px;
  }

  .master-nav-left {
    display: flex;
    align-items: center;
    z-index: 3;
    flex-shrink: 0;
  }

  .master-mobile-menu-btn {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
  }

  /* True Mathematical Screen-Centered Logo */
  .master-nav-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    max-width: calc(100% - 170px);
    overflow: visible;
    pointer-events: auto;
    z-index: 2;
  }

  .master-brand-logo {
    padding: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  /* Substantially Bigger Logo on Mobile */
  .master-brand-logo img {
    height: 74px;
    max-height: 78px;
    width: auto;
    object-fit: contain;
  }

  .master-header.scrolled .master-brand-logo img {
    height: 60px;
  }

  /* Hide bulky language box on mobile top bar to keep right side clean & balanced (available in drawer menu) */
  .master-header-lang-switch {
    display: none !important;
  }

  /* Unified Single Luxury Action Capsule on Right (Combines Search & Bag, removes redundant Wishlist) */
  .master-nav-right {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    background: #FFFFFF;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xs);
    box-shadow: 0 1px 4px rgba(13, 17, 16, 0.05);
    height: 42px;
    padding: 0;
    position: relative;
    overflow: visible;
    z-index: 3;
    flex-shrink: 0;
  }

  /* Redundant wishlist in header hidden on mobile (accessible via bottom bar & drawer) */
  .master-nav-right a.master-icon-btn[href*="wishlist"] {
    display: none !important;
  }

  .master-nav-right .master-icon-btn {
    border: none;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  /* Vertical hairline divider between actions in the unified pill */
  .master-nav-right .master-icon-btn:not(:last-child) {
    border-right: 1px solid var(--color-border);
  }

  [dir="rtl"] .master-nav-right .master-icon-btn:not(:last-child) {
    border-right: none;
    border-left: 1px solid var(--color-border);
  }

  .master-nav-right .master-icon-btn:hover {
    background: rgba(13, 17, 16, 0.04);
    color: var(--color-noir);
  }

  .master-nav-right .master-badge-count {
    top: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  /* Mobile Hero & Sections - Lightweight, Ultra-Clean & Fast */
  .master-hero-section {
    padding: 24px 16px 32px;
    background: #FAF9F6;
    border-bottom: 1px solid rgba(69, 107, 102, 0.1);
  }

  /* Clean & Fast Tornado / Vortex Ambient 3D on Mobile */
  .master-hero-vortex-bg {
    display: block !important;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
  }

  .vortex-vignette-overlay {
    display: block !important;
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 30%, transparent 25%, rgba(250, 249, 246, 0.6) 75%, #FAF9F6 100%);
    pointer-events: none;
    z-index: 2;
  }
  
  .master-hero-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .master-hero-eyebrow {
    font-size: 10px;
    padding: 4px 12px;
    gap: 6px;
    margin-bottom: 12px;
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    background: #FFFFFF;
    border: 1px solid rgba(69, 107, 102, 0.16);
    box-shadow: 0 1px 4px rgba(69, 107, 102, 0.04);
    animation: heroEyebrowIn 0.5s ease both;
  }

  .master-hero-eyebrow .eyebrow-emblem,
  .master-hero-eyebrow .eyebrow-star-icon {
    animation: none;
  }

  .master-hero-title {
    font-size: clamp(24px, 6.8vw, 32px);
    line-height: 1.15;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
    text-shadow: none;
  }

  [dir="rtl"] .master-hero-title,
  [lang="ar"] .master-hero-title,
  body.rtl .master-hero-title,
  .rtl .master-hero-title,
  :lang(ar) .master-hero-title {
    line-height: 1.35 !important;
    font-size: clamp(23px, 6.5vw, 30px);
  }

  .master-hero-desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: #384A46;
    margin: 0 0 18px;
    text-shadow: none;
  }

  .hero-look-switchers {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    margin-bottom: 18px;
    scrollbar-width: none;
  }
  .hero-look-switchers::-webkit-scrollbar {
    display: none;
  }

  .hero-look-tab {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 8px 14px;
    font-size: 12px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    animation: none;
  }

  .hero-look-tab.active {
    animation: none;
    box-shadow: 0 2px 8px rgba(69, 107, 102, 0.25);
  }

  .master-hero-cta-group {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    width: 100%;
    gap: 10px;
    animation: none;
  }

  .master-hero-cta-group a {
    justify-content: center;
    padding: 12px 14px;
    font-size: 13px;
    border-radius: 8px;
    text-shadow: none;
  }

  .master-btn-primary::after {
    display: none;
  }

  /* Lightweight Mobile Hero Visual Card */
  .master-hero-visual {
    margin-top: 8px;
  }

  .master-hero-card {
    padding: 6px;
    border-radius: 14px;
    background: #FFFFFF;
    border: 1px solid rgba(69, 107, 102, 0.12);
    box-shadow: 0 4px 16px rgba(13, 17, 16, 0.06);
  }

  .hero-media-wrapper {
    height: 270px;
    border-radius: 10px;
  }

  .hero-carousel-nav {
    top: 10px;
    right: 10px;
    gap: 6px;
  }

  [dir="rtl"] .hero-carousel-nav {
    right: auto;
    left: 10px;
  }

  .hero-carousel-btn {
    width: 32px;
    height: 32px;
  }

  .hero-carousel-btn svg {
    width: 14px;
    height: 14px;
  }

  .hero-carousel-dots {
    top: 10px;
    left: 10px;
    bottom: auto;
    padding: 4px 8px;
    gap: 5px;
    background: rgba(31, 56, 52, 0.85);
  }

  [dir="rtl"] .hero-carousel-dots {
    left: auto;
    right: 10px;
  }

  .hero-dot {
    width: 12px;
    height: 3px;
  }

  .hero-dot.active {
    width: 22px;
  }

  /* Sleek, Lightweight Floating Badge on Mobile */
  .master-hero-floating-badge {
    bottom: 8px;
    left: 8px;
    right: 8px;
    padding: 8px 12px;
    gap: 10px;
    max-width: none;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(69, 107, 102, 0.16);
    box-shadow: 0 4px 14px rgba(13, 28, 24, 0.08);
    animation: none;
  }

  [dir="rtl"] .master-hero-floating-badge {
    left: 8px;
    right: 8px;
  }

  .master-badge-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    box-shadow: none;
  }

  .master-badge-icon svg {
    width: 16px;
    height: 16px;
  }

  .master-badge-tag {
    font-size: 8.5px;
  }

  .master-badge-title {
    font-size: 11.5px;
    line-height: 1.25;
    font-weight: 700;
  }

  .master-badge-sub {
    font-size: 9.5px;
    line-height: 1.2;
  }

  /* Section Spacing & Headers on Mobile */
  .master-section {
    padding: 44px 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .master-section-header {
    margin: 0 auto 24px;
    padding: 0 4px;
    text-align: center;
  }

  .master-section-eyebrow {
    font-size: 11px;
    margin-bottom: 6px;
    letter-spacing: 0.08em;
  }

  .master-section-title {
    font-size: 26px;
    line-height: 1.22;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
  }

  .master-section-desc {
    font-size: 13.5px;
    line-height: 1.5;
    max-width: 100%;
  }

  /* Sharp Product Grid & Immaculate Mobile Cards */
  .master-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
  }

  .master-product-card {
    border-radius: var(--radius-xs, 6px);
    box-shadow: 0 1px 4px rgba(13, 17, 16, 0.04);
    border: 1px solid rgba(69, 107, 102, 0.14);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    overflow: hidden;
    height: 100%;
  }

  .master-card-media {
    position: relative;
    padding-top: 100%;
    background: #F6F5F2;
    overflow: hidden;
  }

  .master-card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .master-card-tag {
    top: 8px;
    left: 8px;
    font-size: 9px;
    font-weight: 700;
    padding: 2.5px 6.5px;
    border-radius: 4px;
    letter-spacing: 0.03em;
    z-index: 4;
  }

  [dir="rtl"] .master-card-tag {
    left: auto;
    right: 8px;
  }

  /* Accessible Wishlist Toggle on Mobile Touch Devices */
  .master-card-actions {
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    transform: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 4;
  }

  [dir="rtl"] .master-card-actions {
    right: auto;
    left: 8px;
  }

  .master-card-btn {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid rgba(69, 107, 102, 0.18);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  }

  .master-card-btn svg {
    width: 13px;
    height: 13px;
  }

  /* Keep mobile card media clean: keep wishlist button, hide redundant quickview hover button */
  .master-card-btn:not(.master-wishlist-toggle) {
    display: none;
  }

  /* Product Card Info Box */
  .master-card-info {
    padding: 10px 10px 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    border-top: 1px solid rgba(69, 107, 102, 0.08);
  }

  .master-card-category {
    font-size: 9.5px;
    font-weight: 600;
    color: var(--color-faint);
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .master-card-title {
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 34px;
    color: var(--color-noir);
  }

  .master-card-title a {
    color: var(--color-noir);
    text-decoration: none;
  }

  /* Product Card Bottom - Never wrap, clean side-by-side */
  .master-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding-top: 8px;
    margin-top: auto;
    border-top: 1px dashed rgba(69, 107, 102, 0.16);
  }

  .master-card-price {
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 800;
    color: #1f3834;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: -0.01em;
    line-height: 1;
  }

  .master-add-cart-btn {
    background: #FFFFFF;
    border: 1px solid rgba(69, 107, 102, 0.35);
    border-radius: 4px;
    padding: 5px 8px;
    font-family: var(--font-heading);
    font-size: 10.5px;
    font-weight: 700;
    color: #456b66;
    white-space: nowrap;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    line-height: 1;
    min-height: 26px;
    transition: all var(--transition-fast);
  }

  .master-add-cart-btn:active {
    background: #456b66;
    color: #FFFFFF;
  }

  .bento-span-7, .bento-span-5, .bento-span-4, .bento-span-8 {
    grid-column: span 12;
  }

  .master-trust-grid {
    grid-template-columns: 1fr;
  }

  .master-footer-trust-strip {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 18px;
    margin-bottom: 36px;
  }

  .master-footer-container {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 18px;
  }

  .master-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 18px 0;
  }
}

/* ==========================================================================
   Master Jordan Atelier & Factory Location Component (National Stationery)
   ========================================================================== */
.master-location-section {
  padding: 80px 24px;
  background: var(--bg-primary, #FCFBF9);
  position: relative;
}

.master-location-container {
  max-width: 1400px;
  margin: 0 auto;
}

.master-location-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 36px;
  align-items: stretch;
  margin-top: 36px;
}

@media (max-width: 1024px) {
  .master-location-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.master-location-info-card {
  background: #FFFFFF;
  border: 1px solid rgba(69, 107, 102, 0.16);
  border-radius: var(--radius-sm, 12px);
  padding: 36px;
  box-shadow: 0 4px 20px rgba(27, 43, 40, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(69, 107, 102, 0.08);
  border: 1px solid rgba(69, 107, 102, 0.2);
  color: #456b66;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
  width: fit-content;
}

.location-badge-tag .pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #456b66;
  animation: pulseLoc 2s infinite ease-in-out;
}

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

.location-card-title {
  font-family: var(--font-heading, "Playfair Display", Georgia, serif);
  font-size: 26px;
  font-weight: 800;
  color: #1A2725;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.location-card-subtitle {
  font-size: 14px;
  color: #6E8884;
  line-height: 1.55;
  margin: 0 0 24px;
}

.location-detail-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.location-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.location-detail-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-xs, 8px);
  background: rgba(69, 107, 102, 0.09);
  border: 1px solid rgba(69, 107, 102, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #456b66;
  flex-shrink: 0;
  margin-top: 2px;
}

.location-detail-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #456b66;
  margin-bottom: 2px;
}

.location-detail-val {
  font-size: 13.5px;
  font-weight: 600;
  color: #243533;
  line-height: 1.45;
}

.location-action-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid rgba(69, 107, 102, 0.12);
}

.location-action-btns a {
  flex: 1;
  min-width: 160px;
  text-align: center;
  justify-content: center;
}

.master-map-frame-wrapper {
  background: #FFFFFF;
  border: 1px solid rgba(69, 107, 102, 0.16);
  border-radius: var(--radius-sm, 12px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(27, 43, 40, 0.04);
  position: relative;
  min-height: 420px;
  display: flex;
}

.master-map-iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

/* ==========================================================================
   MASTER JORDAN — ATELIER IN MOTION & CRAFT SHOWCASE (VIDEO REELS CAROUSEL)
   ========================================================================== */
.master-reels-section {
  position: relative;
  padding: 110px 0 120px;
  scroll-margin-top: 100px;
  background: linear-gradient(180deg, var(--bg-primary, #FAF9F6) 0%, var(--bg-secondary, #F2EFEB) 50%, var(--bg-primary, #FAF9F6) 100%);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  overflow: hidden;
}

.master-reels-ambient-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69, 107, 102, 0.07) 0%, rgba(69, 107, 102, 0) 70%);
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

.master-reels-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

/* Header & Filter Controls */
.reels-header-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.reels-header-left {
  max-width: 640px;
}

.reels-header-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-primary, #456b66);
  background: rgba(69, 107, 102, 0.08);
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
  border: 1px solid rgba(69, 107, 102, 0.15);
}

.reels-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-primary, #456b66);
  box-shadow: 0 0 0 0 rgba(69, 107, 102, 0.6);
  animation: reelsPulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes reelsPulse {
  to {
    box-shadow: 0 0 0 8px rgba(69, 107, 102, 0);
  }
}

.reels-header-title {
  font-family: var(--font-serif, 'Cinzel', serif);
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 700;
  color: var(--color-forest, #456b66);
  line-height: 1.22;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.reels-header-title em {
  font-style: italic;
  font-family: var(--font-serif, 'Cinzel', serif);
  color: var(--color-primary, #456b66);
}

.reels-header-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--color-muted, #5F7A76);
  margin: 0;
}

/* Category Filter Tabs */
.reels-filter-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.reels-filter-btn {
  background: var(--bg-surface, #FFFFFF);
  border: 1px solid var(--color-border);
  color: var(--color-charcoal, #2D3E3C);
  padding: 8px 16px;
  font-size: 12.5px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.22s var(--ease-sharp, cubic-bezier(0.16, 1, 0.3, 1));
  display: inline-flex;
  align-items: center;
  gap: 6px;
  user-select: none;
}

.reels-filter-btn:hover {
  border-color: var(--color-primary, #456b66);
  color: var(--color-primary, #456b66);
  transform: translateY(-1px);
}

.reels-filter-btn.active {
  background: var(--color-primary, #456b66);
  border-color: var(--color-primary, #456b66);
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(69, 107, 102, 0.25);
}

/* Carousel Track & Cards */
.reels-carousel-wrapper {
  position: relative;
  width: 100%;
}

.reels-track-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 12px 4px 24px;
  margin: -12px -4px -24px;
}

.reels-track-viewport::-webkit-scrollbar {
  display: none;
}

.reels-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s var(--ease-sharp, cubic-bezier(0.16, 1, 0.3, 1));
  width: max-content;
}

@media (min-width: 1280px) {
  .reels-track-viewport {
    overflow: visible;
    padding: 0;
    margin: 0;
  }
  .reels-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
  }
  .master-reel-card {
    width: 100% !important;
    height: 520px;
  }
  .reels-footer-controls {
    display: none !important;
  }
}

/* Individual Video Reel Card (9:16 Cinematic) */
.master-reel-card {
  width: 285px;
  height: 500px;
  border-radius: 18px;
  background: #111A19;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(27, 43, 40, 0.1);
  border: 1px solid rgba(69, 107, 102, 0.2);
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.32s var(--ease-sharp), box-shadow 0.32s var(--ease-sharp), border-color 0.32s ease;
  user-select: none;
}

.master-reel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 44px -4px rgba(27, 43, 40, 0.22), 0 0 0 1px rgba(69, 107, 102, 0.4);
  border-color: rgba(69, 107, 102, 0.5);
}

.reel-video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #0f1615;
}

.reel-video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transition: transform 0.5s ease;
}

.master-reel-card:hover .reel-video-element {
  transform: scale(1.03);
}

/* Card Overlays & Headers */
.reel-top-bar {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 4;
  pointer-events: none;
}

.reel-category-badge {
  background: rgba(14, 24, 22, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #FAF9F6;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.reel-badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #A5D6A7;
}

.reel-top-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: auto;
}

.reel-icon-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(14, 24, 22, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.reel-icon-btn:hover {
  background: var(--color-primary, #456b66);
  border-color: var(--color-primary, #456b66);
  transform: scale(1.08);
}

/* Center Play / Pause Indicator */
.reel-center-play {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(14, 24, 22, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 4;
  pointer-events: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.master-reel-card:hover .reel-center-play,
.master-reel-card.is-paused .reel-center-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.master-reel-card.is-paused .reel-center-play {
  background: rgba(69, 107, 102, 0.85);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Bottom Information Gradient Scrim */
.reel-bottom-scrim {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 44px 18px 18px;
  background: linear-gradient(180deg, rgba(14, 24, 22, 0) 0%, rgba(14, 24, 22, 0.72) 35%, rgba(14, 24, 22, 0.96) 100%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: auto;
}

.reel-meta-tag {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #C2D6D3;
}

.reel-card-title {
  font-size: 15.5px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.35;
  margin: 0;
}

.reel-card-desc {
  font-size: 12px;
  color: #A0B5B2;
  line-height: 1.45;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reel-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.reel-action-btn {
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.reel-action-btn:hover {
  color: #C2D6D3;
  transform: translateX(3px);
}

[dir="rtl"] .reel-action-btn:hover {
  transform: translateX(-3px);
}

.reel-silent-tag {
  font-size: 10.5px;
  font-weight: 700;
  color: #92ABA7;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.08);
  padding: 3px 7px;
  border-radius: 6px;
}

/* Card Real-Time Progress Bar */
.reel-card-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #456b66 0%, #7caaa4 100%);
  z-index: 5;
  transition: width 0.1s linear;
}

/* Carousel Bottom Control Bar */
.reels-footer-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(69, 107, 102, 0.12);
  flex-wrap: wrap;
  gap: 20px;
}

.reels-indicators-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reels-step-indicator {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: rgba(69, 107, 102, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.reels-step-indicator.active {
  width: 54px;
  background: var(--color-primary, #456b66);
}

.reels-nav-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reels-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-surface, #FFFFFF);
  border: 1px solid var(--color-border);
  color: var(--color-forest, #456b66);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s var(--ease-sharp);
  box-shadow: 0 2px 6px rgba(27, 43, 40, 0.04);
}

.reels-nav-btn:hover:not(:disabled) {
  background: var(--color-primary, #456b66);
  border-color: var(--color-primary, #456b66);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(69, 107, 102, 0.25);
}

.reels-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* ==========================================================================
   CINEMA THEATRE LIGHTBOX MODAL (PURE EXPANDED VIDEO VIEWER)
   ========================================================================== */
.master-theatre-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s var(--ease-sharp, cubic-bezier(0.16, 1, 0.3, 1));
}

.master-theatre-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.theatre-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 9, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.theatre-lightbox-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  max-height: 86vh;
  aspect-ratio: 9 / 16;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(69, 107, 102, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: scale(0.94);
  transition: transform 0.3s var(--ease-sharp, cubic-bezier(0.16, 1, 0.3, 1));
}

.master-theatre-modal.is-open .theatre-lightbox-card {
  transform: scale(1);
}

/* Lightbox Top Header */
.theatre-lightbox-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 16px 16px 28px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 65%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

.theatre-header-info {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}

.theatre-header-badge {
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FAF9F6;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 9px;
  border-radius: 20px;
  white-space: nowrap;
}

.theatre-header-title {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

.theatre-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}

.theatre-tool-btn,
.theatre-close-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.theatre-tool-btn:hover,
.theatre-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.08);
}

/* Video Stage Area */
.theatre-video-stage {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.theatre-video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Flash Feedback Indicator */
.theatre-play-state-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 8;
}

.theatre-play-state-indicator.flash {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Side Navigation Arrows */
.theatre-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  transition: all 0.22s ease;
}

.theatre-lightbox-card:hover .theatre-nav-arrow {
  opacity: 0.85;
}

.theatre-nav-arrow:hover {
  opacity: 1 !important;
  background: var(--color-primary, #456b66);
  border-color: var(--color-primary, #456b66);
  transform: translateY(-50%) scale(1.1);
}

.theatre-nav-prev {
  left: 12px;
}

.theatre-nav-next {
  right: 12px;
}

/* Lightbox Bottom Footer Controls */
.theatre-lightbox-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 24px 16px 14px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: auto;
}

/* Scrubber Timeline */
.theatre-scrubber-track {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: height 0.15s ease;
}

.theatre-scrubber-track:hover {
  height: 7px;
}

.theatre-scrubber-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #51827c 0%, #A5D6A7 100%);
  border-radius: 3px;
  pointer-events: none;
}

.theatre-footer-controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.theatre-footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

.theatre-play-toggle-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFFFFF;
  border: none;
  color: #111A19;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.15s ease, background 0.15s ease;
}

.theatre-play-toggle-btn:hover {
  transform: scale(1.08);
  background: #E8F5E9;
}

.theatre-time-counter {
  font-size: 11px;
  font-family: monospace;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.theatre-short-desc {
  font-size: 11.5px;
  color: #C2D6D3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.theatre-footer-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.theatre-pager-badge {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  padding: 3px 8px;
  border-radius: 10px;
}

@media (max-width: 540px) {
  .theatre-lightbox-card {
    max-width: 100%;
    max-height: 82vh;
    border-radius: 18px;
  }
  .theatre-short-desc {
    display: none;
  }
}

/* ==========================================================================
   COMPREHENSIVE RTL & ARABIC CRAFT POLISH
   ========================================================================== */
[dir="rtl"] body,
html[dir="rtl"] body,
body.rtl {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .master-nav-left {
  flex-direction: row;
}

[dir="rtl"] .master-nav-links {
  padding-right: 0;
}

[dir="rtl"] .form-input,
[dir="rtl"] .form-textarea,
[dir="rtl"] .form-select,
[dir="rtl"] .master-search-input {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .pdp-layout {
  grid-template-columns: 1fr 1.15fr;
}

[dir="rtl"] .checkout-layout {
  direction: rtl;
}

[dir="rtl"] .master-quickview-card {
  direction: rtl;
}

[dir="rtl"] .master-quickview-card .master-drawer-close {
  right: auto !important;
  left: 16px !important;
}

[dir="rtl"] .shop-filter-panel {
  text-align: right;
}

[dir="rtl"] .category-btn {
  text-align: right;
}

[dir="rtl"] .master-footer-col {
  text-align: right;
}

[dir="rtl"] .master-footer-brand {
  text-align: right;
}

[dir="rtl"] .footer-contact-list {
  text-align: right;
}

[dir="rtl"] .footer-contact-entry {
  flex-direction: row;
}

[dir="rtl"] .master-footer-trust-item {
  text-align: right;
}

[dir="rtl"] .trust-item-title,
[dir="rtl"] .trust-item-desc {
  text-align: right;
}

[dir="rtl"] .master-toast {
  flex-direction: row-reverse;
}

[dir="rtl"] .bento-overlay-info {
  flex-direction: row-reverse;
}

[dir="rtl"] .bento-arrow-btn svg {
  transform: scaleX(-1);
}

[dir="rtl"] .master-btn-primary svg,
[dir="rtl"] .master-checkout-btn svg {
  transform: scaleX(-1);
}

[dir="rtl"] .master-btn-primary:hover svg,
[dir="rtl"] .master-checkout-btn:hover svg {
  transform: scaleX(-1) translateX(4px);
}

[dir="rtl"] .reels-header-left {
  text-align: right;
}

[dir="rtl"] .reels-header-desc {
  text-align: right;
}

[dir="rtl"] .reel-action-bar {
  flex-direction: row-reverse;
}

[dir="rtl"] .reel-action-btn svg {
  transform: scaleX(-1);
}

[dir="rtl"] .about-banner,
[dir="rtl"] .contact-banner,
[dir="rtl"] .shop-header-banner,
[dir="rtl"] .lookbook-hero-banner,
[dir="rtl"] .terms-banner,
[dir="rtl"] .checkout-banner {
  text-align: center;
}

[dir="rtl"] .master-mobile-drawer {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}

[dir="rtl"] .master-mobile-drawer.open {
  transform: translateX(0);
}

/* RTL Product Card Alignments */
[dir="rtl"] .master-card-info {
  text-align: right;
}

[dir="rtl"] .master-card-bottom {
  flex-direction: row-reverse;
}

@media (max-width: 900px) {
  [dir="rtl"] .pdp-layout {
    grid-template-columns: 1fr;
  }
}

/* Compact Mobile Screens (<380px) */
@media (max-width: 380px) {
  .master-section {
    padding: 36px 10px;
  }
  .master-product-grid {
    gap: 8px;
  }
  .master-card-info {
    padding: 8px 8px 10px;
  }
  .master-card-title {
    font-size: 11.5px;
    min-height: 31px;
    margin-bottom: 6px;
  }
  .master-card-price {
    font-size: 11px;
  }
  .master-add-cart-btn {
    padding: 4px 6px;
    font-size: 9.5px;
    min-height: 24px;
    gap: 2px;
  }
}

