/* ==========================================================================
   BOFADEL FOR JEWELRY — مجوهرات بوفضل (ليبيا) — THMANYAH DESIGN SYSTEM
   ========================================================================== */

/* 1. THMANYAH FONT FAMILY DECLARATIONS */
@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('fonts/thmanyahserifdisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('fonts/thmanyahserifdisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('fonts/thmanyahserifdisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('fonts/thmanyahserifdisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('fonts/thmanyahserifdisplay-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSerifText';
  src: url('fonts/thmanyahseriftext-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSerifText';
  src: url('fonts/thmanyahseriftext-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSerifText';
  src: url('fonts/thmanyahseriftext-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSerifText';
  src: url('fonts/thmanyahseriftext-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSans';
  src: url('fonts/thmanyahsans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSans';
  src: url('fonts/thmanyahsans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSans';
  src: url('fonts/thmanyahsans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSans';
  src: url('fonts/thmanyahsans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ThmanyahSans';
  src: url('fonts/thmanyahsans-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-black: #340309;
  --bg-burgundy: #4c060e;
  --bg-burgundy-light: #6a0b16;
  --bg-burgundy-deep: #2a0207;
  --bg-site-radial: radial-gradient(circle at 50% 35%, #6a0b16 0%, #4c060e 55%, #2a0207 100%);
  --bg-dark-panel: rgba(52, 3, 9, 0.88);
  --gold-300: #fae4ab;
  --gold-400: #f4d48a;
  --gold-500: #dfb15b;
  --gold-600: #b98b35;
  --gold-gradient: linear-gradient(135deg, #fae4ab 0%, #dfb15b 50%, #9e7323 100%);
  --gold-gradient-glow: linear-gradient(135deg, #fff2cc 0%, #f4d48a 40%, #dfb15b 70%, #825b1b 100%);
  --glass-border: rgba(223, 177, 91, 0.28);
  --glass-border-hover: rgba(250, 228, 171, 0.65);
  --glass-shadow: 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 35px rgba(223, 177, 91, 0.15);
  --text-white: #ffffff;
  --text-cream: #f8f2eb;
  --text-muted: #c9bab0;
  --font-serif: 'ThmanyahSerifDisplay', 'Cinzel', serif;
  --font-editorial: 'ThmanyahSerifText', 'Cormorant Garamond', serif;
  --font-sans: 'ThmanyahSans', 'Plus Jakarta Sans', system-ui, sans-serif;
  --transition-smooth: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

html {
  font-size: 16px;
  background-color: #4c060e;
  background: radial-gradient(circle at 50% 35%, #6a0b16 0%, #4c060e 55%, #2a0207 100%) fixed;
  color: var(--text-cream);
  font-family: var(--font-sans);
  direction: rtl;
  text-align: right;
}

body.theme-cinematic-black {
  background-color: #4c060e;
  background: radial-gradient(circle at 50% 35%, #6a0b16 0%, #4c060e 55%, #2a0207 100%) fixed;
  color: var(--text-cream);
  overflow-x: hidden;
  min-height: 100vh;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  direction: rtl;
}

body.modal-open {
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 100000;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fae4ab;
  color: #240307;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Product cards: concise, right-aligned purchase details only. */
.product-luxury-card .product-code {
  display: none;
}

.product-specs-list .spec-row {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
  text-align: right;
}

.footer-designer-credit {
  margin-top: 6px;
  color: rgba(248, 242, 235, 0.58);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.anchor-target {
  position: absolute;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #fae4ab !important;
  outline-offset: 3px;
}

:where(.nav-action-icon-btn, .nav-mobile-toggle, .mobile-nav-close, .modal-close-btn, .filmstrip-nav-btn) {
  min-width: 44px;
  min-height: 44px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #2a0207;
}

::-webkit-scrollbar-thumb {
  background: rgba(223, 177, 91, 0.35);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--gold-500);
}

h1,
h2,
h3,
h4,
.chapter-heading,
.section-title,
.modal-title {
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: 0.02em;
}

p,
span,
button,
input,
select,
textarea {
  font-family: var(--font-sans);
}

button {
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
  transition: var(--transition-smooth);
}

.btn-gold-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  background: rgba(223, 177, 91, 0.05);
  color: #fae4ab;
  font-family: var(--font-sans);
  font-size: 0.94rem;
  font-weight: 700;
  border-radius: 9999px;
  border: 1.5px solid #dfb15b;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.btn-gold-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(223, 177, 91, 0.5), 0 0 20px rgba(250, 228, 171, 0.35);
  background: linear-gradient(135deg, #fae4ab 0%, #dfb15b 100%);
  color: #1a0206;
  border-color: #dfb15b;
}

.btn-gold-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  border: 1.5px solid #dfb15b;
  color: #fae4ab;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 9999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(223, 177, 91, 0.05);
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.btn-gold-outline:hover {
  background: linear-gradient(135deg, #fae4ab 0%, #dfb15b 100%);
  border-color: #dfb15b;
  color: #1a0206;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(223, 177, 91, 0.5), 0 0 20px rgba(250, 228, 171, 0.35);
}

/* سهم الأزرار التفاعلي بنمط الأستوديو الفاخر */
.pill-arrow {
  display: inline-block;
  font-size: 1.05rem;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: var(--font-sans);
}

.btn-gold-primary:hover .pill-arrow,
.btn-gold-outline:hover .pill-arrow,
.hero-cta-btn:hover .pill-arrow,
.category-btn-outline:hover .pill-arrow,
.insta-action-follow-btn:hover .pill-arrow,
.btn-editorial-outline:hover .pill-arrow,
.btn-editorial-solid:hover .pill-arrow {
  transform: translateX(-5px);
}

/* ==========================================================================
   1. PRELOADER
   ========================================================================== */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  direction: rtl;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-content {
  text-align: center;
  max-width: 440px;
  width: 90%;
}

.preloader-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.preloader-logo-img {
  max-width: 280px;
  width: 80%;
  height: auto;
  filter: drop-shadow(0 0 30px rgba(223, 177, 91, 0.6));
  animation: pulseLogo 2.8s infinite ease-in-out;
}

.preloader-subtitle {
  font-family: var(--font-serif);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: var(--gold-500);
  margin-bottom: 36px;
  font-weight: 600;
}

.preloader-progress-wrapper {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 16px;
}

.preloader-progress-bar {
  width: 0%;
  height: 100%;
  background: var(--gold-gradient-glow);
  box-shadow: 0 0 14px var(--gold-400);
  transition: width 0.15s ease-out;
}

.preloader-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--text-muted);
}

#preloaderPercent {
  color: var(--gold-400);
  font-weight: 700;
}

/* ==========================================================================
   2. CANVAS
   ========================================================================== */
.canvas-fixed-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  background: #0d0103;
  pointer-events: none;
}

.hero-image-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-image-wrapper picture {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-cinematic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  transform-origin: center center;
  will-change: transform;
  filter: none;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-cinematic-overlay {
  display: none !important;
}

.fullscreen-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  transform: scale(1.05);
  transform-origin: center center;
  will-change: transform;
}

.canvas-ambient-vignette {
  display: none !important;
}

/* ==========================================================================
   3. TOP ANNOUNCEMENT BAR & LUXURY NAVBAR (MINIMALIST CAROLINA BUCCI STYLE)
   ========================================================================== */
header#navbar:nth-of-type(1),
.luxury-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 44px 14px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-bottom: none;
  background: transparent;
  box-shadow: none;
  direction: rtl;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, padding 0.35s ease;
}

.luxury-navbar.scrolled {
  padding: 12px 44px 12px;
  background: rgba(6, 2, 4, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(223, 177, 91, 0.18);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.85);
}

.nav-container-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Top Row: Contact (Left) | Brand Logo (Center) | Action Icons (Right) */
.nav-top-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
}

.nav-left-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  text-align: right;
  direction: rtl;
}

/* 1. عناوين الفروع فوق البوكس الذهبي (خارج البوكس) */
.nav-branches-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.77rem;
  line-height: 1.2;
  padding-right: 4px;
  color: rgba(255, 255, 255, 0.88);
  direction: rtl;
  user-select: none;
}

.nav-branch-pin {
  font-size: 0.78rem;
  line-height: 1;
  filter: drop-shadow(0 0 4px rgba(223, 177, 91, 0.6));
}

.nav-branch-label {
  font-weight: 600;
  color: #fae4ab;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.nav-branch-city {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8rem;
  transition: all 0.2s ease;
  border-bottom: 1px dashed rgba(223, 177, 91, 0.5);
  padding-bottom: 1px;
}

.nav-branch-city:hover {
  color: #fae4ab;
  border-bottom-color: #fae4ab;
  text-shadow: 0 0 8px rgba(250, 228, 171, 0.7);
}

.nav-branch-sep {
  color: rgba(223, 177, 91, 0.45);
  font-size: 0.74rem;
  font-weight: 400;
}

/* ==========================================================================
   3.1. ROYAL GOLDEN BOX (الأرقام والواتساب فقط داخل البوكس الذهبي)
   ========================================================================== */
.nav-gold-contact-box {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--gold-gradient-glow);
  color: #120308;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 6px 20px rgba(223, 177, 91, 0.42), 0 0 16px rgba(223, 177, 91, 0.22);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
  direction: rtl;
  user-select: none;
  cursor: default;
  white-space: nowrap;
  flex-shrink: 0;
}

/* لمعة بريق الذهب المتحركة المستوحاة من hero-cta-btn */
.nav-gold-contact-box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg,
      transparent 20%,
      rgba(255, 255, 255, 0.48) 50%,
      transparent 80%);
  transform: rotate(25deg) translateY(-100%);
  transition: transform 0.75s ease;
  pointer-events: none;
}

.nav-gold-contact-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(223, 177, 91, 0.62), 0 0 30px rgba(250, 228, 171, 0.45);
}

.nav-gold-contact-box:hover::before {
  transform: rotate(25deg) translateY(100%);
}

.gold-box-phone-icon {
  font-size: 0.78rem;
  line-height: 1;
}

.nav-branch-pin-svg,
.gold-box-phone-svg {
  display: inline-block;
  vertical-align: middle;
  stroke: currentColor;
  flex-shrink: 0;
}

.nav-branch-pin-svg {
  color: #dfb15b;
}

.gold-box-phone-svg {
  color: #120308;
  margin-left: 2px;
}

.exact-pin-svg,
.exact-clock-svg,
.exact-phone-svg {
  display: inline-block;
  vertical-align: middle;
  color: #dfb15b;
  flex-shrink: 0;
}

.gold-box-phone-num {
  display: inline-flex;
  align-items: center;
  color: #120308;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  font-variant-numeric: tabular-nums;
  direction: ltr !important;
  unicode-bidi: isolate;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s ease;
  padding: 0 4px;
}

.gold-box-phone-num:hover {
  color: #4a0d18;
  text-decoration: underline;
}

.gold-box-divider {
  display: inline-block;
  color: rgba(18, 3, 8, 0.45);
  font-size: 0.76rem;
  font-weight: 700;
  margin: 0 2px;
  flex-shrink: 0;
  user-select: none;
}

.gold-box-whatsapp-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #120308;
  color: #fae4ab;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  transition: all 0.25s ease;
  margin-right: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

.gold-box-whatsapp-pill svg {
  fill: #25D366;
  transition: fill 0.25s ease;
}

.gold-box-whatsapp-pill:hover {
  background: #25D366;
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(37, 211, 102, 0.45);
}

.gold-box-whatsapp-pill:hover svg {
  fill: #ffffff;
}

.gold-box-sparkle {
  margin-right: 1px;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.nav-gold-contact-box:hover .gold-box-sparkle {
  transform: rotate(45deg) scale(1.2);
}

/* Brand Logo (Center) */
.nav-brand-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.navbar-logo-img {
  height: 44px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(223, 177, 91, 0.35));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.navbar-logo-img:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 0 20px rgba(250, 228, 171, 0.7));
}

/* Right Action Icons */
.nav-right-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.nav-action-icon-btn {
  position: relative;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  cursor: pointer;
  border-radius: 50%;
  transition: color 0.25s ease, transform 0.25s ease;
}

.nav-action-icon-btn:hover {
  color: var(--gold-300);
  transform: translateY(-2px);
}

.nav-action-icon-btn .nav-badge {
  position: absolute;
  top: -2px;
  left: -2px;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  border-radius: 10px;
  background: var(--gold-gradient);
  color: #0d0206;
  font-size: 0.6rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

/* Bottom Centered Sub-navigation */
.nav-bottom-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 28px;
  padding: 7px 28px;
  background: rgba(12, 3, 6, 0.58);
  border: 1px solid rgba(223, 177, 91, 0.28);
  border-radius: 999px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.5);
  transition: all 0.35s ease;
}

.luxury-navbar.scrolled .nav-bottom-links {
  background: rgba(6, 2, 4, 0.78);
  border-color: rgba(223, 177, 91, 0.22);
}

.nav-clean-link,
.nav-clean-btn {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
  padding: 4px 2px;
  cursor: pointer;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.nav-clean-link:hover,
.nav-clean-btn:hover,
.nav-clean-link.active {
  color: var(--gold-300);
}

.nav-clean-link::after,
.nav-clean-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--gold-gradient);
  transition: width 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nav-clean-link:hover::after,
.nav-clean-link.active::after,
.nav-clean-btn:hover::after {
  width: 100%;
}

/* القائمة المنسدلة للمجموعات */
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.nav-dropdown-chevron {
  transition: transform 0.3s ease;
  color: rgba(223, 177, 91, 0.7);
}

.nav-dropdown:hover .nav-dropdown-chevron,
.nav-dropdown:focus-within .nav-dropdown-chevron {
  transform: rotate(180deg);
  color: var(--gold-300);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%) translateY(10px);
  min-width: 220px;
  background: rgba(18, 2, 5, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(223, 177, 91, 0.3);
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.75), 0 0 20px rgba(223, 177, 91, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(50%) translateY(4px);
}

.dropdown-item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  color: #f8f2eb;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.22s ease;
  white-space: nowrap;
}

.dropdown-item-link:hover {
  background: rgba(223, 177, 91, 0.12);
  color: #fae4ab;
  padding-right: 20px;
}

.dropdown-arrow {
  color: #dfb15b;
  font-size: 0.8rem;
  opacity: 0;
  transition: all 0.22s ease;
  transform: translateX(4px);
}

.dropdown-item-link:hover .dropdown-arrow {
  opacity: 1;
  transform: translateX(0);
}

.dropdown-gold-group {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(223, 177, 91, 0.14);
}

.dropdown-gold-karats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 12px 7px;
}

.dropdown-subitem-link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-300);
  background: rgba(223, 177, 91, 0.08);
  border: 1px solid rgba(223, 177, 91, 0.22);
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.dropdown-subitem-link:hover,
.dropdown-subitem-link:focus-visible {
  background: rgba(223, 177, 91, 0.18);
  border-color: rgba(250, 228, 171, 0.55);
}

.mobile-gold-group {
  display: grid;
  gap: 8px;
}

.mobile-gold-parent {
  color: var(--gold-300) !important;
  font-weight: 700;
}

.mobile-gold-karats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 12px 6px 0;
}

.mobile-gold-karats .mobile-nav-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(223, 177, 91, 0.24);
  border-radius: 10px;
  background: rgba(223, 177, 91, 0.08);
  font-size: 0.84rem;
}

.nav-links-separator {
  color: rgba(223, 177, 91, 0.3);
  font-size: 0.82rem;
  user-select: none;
  font-weight: 300;
}

.nav-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  padding: 4px;
  cursor: pointer;
}

.nav-mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--gold-400);
  border-radius: 2px;
  transition: all 0.25s ease;
}

/* ==========================================================================
   3.5. NAVBAR LIGHT THEME (FOR WHITE BEST SELLERS SECTION)
   ========================================================================== */
.luxury-navbar.light-theme {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border-bottom: 1px solid rgba(220, 210, 195, 0.6) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07) !important;
}

.luxury-navbar.light-theme .nav-branches-top {
  color: #333333 !important;
}

.luxury-navbar.light-theme .nav-branch-label {
  color: #9a6f1d !important;
}

.luxury-navbar.light-theme .nav-branch-city {
  color: #111111 !important;
  border-bottom-color: rgba(154, 111, 29, 0.45) !important;
}

.luxury-navbar.light-theme .nav-branch-city:hover {
  color: #9a6f1d !important;
  border-bottom-color: #9a6f1d !important;
}

.luxury-navbar.light-theme .nav-branch-sep {
  color: rgba(154, 111, 29, 0.4) !important;
}

.luxury-navbar.light-theme .nav-gold-contact-box {
  border-color: rgba(181, 135, 56, 0.5) !important;
  box-shadow: 0 8px 24px rgba(154, 111, 29, 0.35), 0 0 15px rgba(223, 177, 91, 0.2) !important;
}

.luxury-navbar.light-theme .nav-gold-contact-box:hover {
  box-shadow: 0 12px 30px rgba(154, 111, 29, 0.5) !important;
}

.luxury-navbar.light-theme .navbar-logo-img {
  filter: drop-shadow(0 2px 8px rgba(154, 111, 29, 0.35));
}

.luxury-navbar.light-theme .nav-action-icon-btn {
  color: #111111 !important;
}

.luxury-navbar.light-theme .nav-action-icon-btn svg {
  stroke: #111111 !important;
}

.luxury-navbar.light-theme .nav-action-icon-btn:hover {
  color: #9a6f1d !important;
}

.luxury-navbar.light-theme .nav-action-icon-btn:hover svg {
  stroke: #9a6f1d !important;
}

.luxury-navbar.light-theme .nav-action-icon-btn .nav-badge {
  background: #111111 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}

.luxury-navbar.light-theme .nav-bottom-links {
  border-top-color: rgba(220, 210, 195, 0.5) !important;
}

.luxury-navbar.light-theme .nav-clean-link,
.luxury-navbar.light-theme .nav-clean-btn {
  color: #181818 !important;
  font-weight: 500;
}

.luxury-navbar.light-theme .nav-clean-link:hover,
.luxury-navbar.light-theme .nav-clean-btn:hover,
.luxury-navbar.light-theme .nav-clean-link.active {
  color: #9a6f1d !important;
  font-weight: 600;
}

.luxury-navbar.light-theme .nav-links-separator {
  color: rgba(180, 160, 140, 0.5) !important;
}

.luxury-navbar.light-theme .nav-mobile-toggle span {
  background: #111111 !important;
}

.luxury-navbar.light-theme .nav-mobile-toggle:hover span {
  background: #9a6f1d !important;
}

/* Mobile Nav Drawer */
.mobile-nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.35s ease;
  direction: rtl;
}

.mobile-nav-drawer.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-nav-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 360px;
  height: 100%;
  background: #0d0207;
  border-left: 1px solid var(--gold-500);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.9);
}

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

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(223, 177, 91, 0.2);
  padding-bottom: 18px;
}

.mobile-nav-logo {
  height: 40px;
  width: auto;
}

.mobile-nav-close {
  background: none;
  border: none;
  color: var(--gold-400);
  font-size: 1.4rem;
  cursor: pointer;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 30px 0;
}

.mobile-nav-link {
  color: var(--text-white);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: block;
}

.mobile-btn-link {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: right;
  cursor: pointer;
  font-family: inherit;
}

/* Mobile Nav Drawer Branches & Contact Card — بطابع البوكس الذهبي الملكي */
.mobile-nav-branch-card {
  margin: 16px 0;
  padding: 16px 18px;
  background: var(--gold-gradient-glow);
  color: #120308;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(223, 177, 91, 0.4);
  text-align: right;
  direction: rtl;
}

.mobile-branch-title {
  font-size: 0.8rem;
  color: #4a0d18;
  font-weight: 700;
  margin-bottom: 2px;
}

.mobile-branch-cities {
  font-size: 0.98rem;
  color: #120308;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

.mobile-branch-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(18, 3, 8, 0.09);
  border: 1px solid rgba(18, 3, 8, 0.22);
  color: #120308;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  direction: ltr;
  transition: all 0.2s ease;
}

.mobile-contact-btn:hover {
  background: rgba(18, 3, 8, 0.18);
  color: #000000;
}

.mobile-contact-btn.whatsapp {
  background: #120308;
  border-color: #120308;
  color: #fae4ab;
  direction: rtl;
}

.mobile-contact-btn.whatsapp svg {
  fill: #25D366;
}

.mobile-contact-btn.whatsapp:hover {
  background: #25D366;
  border-color: #25D366;
  color: #ffffff;
}

.mobile-contact-btn.whatsapp:hover svg {
  fill: #ffffff;
}

.mobile-nav-actions {
  margin-top: auto;
}

/* ==========================================================================
   3.5. SEARCH, WISHLIST, BAG & GIFT GUIDE MODALS
   ========================================================================== */
.search-modal-card {
  max-width: 620px;
  text-align: right;
}

.search-modal-header {
  margin-bottom: 20px;
  text-align: right;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.search-input-icon {
  position: absolute;
  right: 16px;
  color: var(--gold-400);
  pointer-events: none;
}

.search-input-wrapper input {
  width: 100%;
  padding: 14px 48px 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(223, 177, 91, 0.35);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  transition: all 0.25s ease;
}

.search-input-wrapper input:focus {
  border-color: var(--gold-400);
  box-shadow: 0 0 16px rgba(223, 177, 91, 0.4);
}

.search-quick-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.quick-tag-btn {
  background: rgba(223, 177, 91, 0.1);
  border: 1px solid rgba(223, 177, 91, 0.25);
  color: var(--gold-400);
  padding: 4px 10px;
  border-radius: 14px;
  font-size: 0.76rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.quick-tag-btn:hover {
  background: var(--gold-gradient);
  color: #120308;
}

.search-results-container,
.search-results-box {
  max-height: 280px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(223, 177, 91, 0.15);
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: right;
}

.search-result-row:hover {
  background: rgba(223, 177, 91, 0.12);
  border-color: var(--gold-400);
}

.search-result-info h5 {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 3px;
}

.search-result-info p {
  color: var(--text-muted);
  font-size: 0.78rem;
}

/* Wishlist & Bag Drawers */
.drawer-style-card {
  max-width: 500px;
  text-align: right;
}

.drawer-items-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
  max-height: 320px;
  overflow-y: auto;
}

.drawer-item-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(223, 177, 91, 0.2);
}

.modal-action-stack {
  display: grid;
  gap: 12px;
}

.drawer-item-card.highlight {
  border-color: var(--gold-400);
  background: rgba(223, 177, 91, 0.06);
}

.drawer-item-info h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 4px;
}

.drawer-item-info p {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.price-upon-request {
  display: inline-block;
  font-size: 0.78rem;
  color: var(--gold-400);
  margin-top: 6px;
  font-weight: 600;
}

.btn-sm {
  padding: 6px 14px;
  font-size: 0.78rem;
}

.drawer-footer-actions {
  margin-top: 20px;
  border-top: 1px solid rgba(223, 177, 91, 0.2);
  padding-top: 18px;
}

.bag-perks {
  display: flex;
  justify-content: space-around;
  font-size: 0.75rem;
  color: var(--text-cream);
  margin-bottom: 16px;
}

/* Gift Guide Modal */
.gift-guide-card {
  max-width: 560px;
  text-align: right;
}

.gift-guide-steps {
  margin-top: 20px;
}

.guide-step {
  margin-bottom: 22px;
}

.guide-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gold-400);
  margin-bottom: 12px;
}

.guide-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.guide-option-btn {
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(223, 177, 91, 0.2);
  color: var(--text-cream);
  font-family: inherit;
  font-size: 0.84rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.guide-option-btn:hover,
.guide-option-btn.active {
  background: rgba(223, 177, 91, 0.15);
  border-color: var(--gold-400);
  color: #fff;
  box-shadow: 0 0 14px rgba(223, 177, 91, 0.25);
}

.guide-recommendation-box {
  background: rgba(22, 5, 13, 0.9);
  border: 1px solid var(--gold-400);
  border-radius: 14px;
  padding: 22px;
  text-align: center;
}

.rec-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold-400);
  background: rgba(223, 177, 91, 0.12);
  border: 1px solid rgba(223, 177, 91, 0.3);
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.guide-recommendation-box h4 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.guide-recommendation-box p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* ==========================================================================
   4. HERO SECTION CONTAINER
   ========================================================================== */
.scroll-container-500vh,
.hero-main-container {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.hero-sequence-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .22s ease;
}

body.hero-sequence-ready .hero-sequence-canvas { opacity: 1; }
body.hero-sequence-ready .hero-cinematic-img { opacity: 0; }

.story-section {
  position: relative;
  width: 100%;
  padding: 0 7vw;
  pointer-events: none;
}

.hero-story {
  top: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: right;
  pointer-events: auto;
  box-sizing: border-box;
  padding-top: 60px;
}

.story-left {
  display: flex;
  justify-content: flex-end !important;
}

#chapter1 {
  top: 110vh;
  display: flex;
  justify-content: flex-end;
}

#chapter2 {
  top: 220vh;
  display: flex;
  justify-content: flex-end;
}

#chapter3 {
  top: 330vh;
  display: flex;
  justify-content: flex-end;
}

#chapter4 {
  top: 425vh;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.hero-content {
  max-width: 540px;
  margin: 0;
  text-align: right;
}

.hero-logo-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.hero-logo-img {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 45px rgba(223, 177, 91, 0.5));
  animation: floatLogo 5s ease-in-out infinite;
}

.hero-badge {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--gold-400);
  margin-bottom: 18px;
  padding: 6px 20px;
  border-radius: 30px;
  background: rgba(223, 177, 91, 0.08);
  border: 1px solid rgba(223, 177, 91, 0.25);
}

.hero-title {
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  font-family: var(--font-serif);
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(180deg, #ffffff 0%, #fae4ab 65%, #c9933a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  text-align: right;
}

.hero-subtitle-desc {
  font-family: var(--font-sans);
  font-size: clamp(0.98rem, 1.35vw, 1.15rem);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
  margin-bottom: 26px;
  max-width: 520px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
  font-weight: 400;
}

.hero-cta-wrapper {
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero-cta-btn {
  padding: 12px 32px;
  font-family: var(--font-sans);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  background: rgba(223, 177, 91, 0.05);
  color: #fae4ab;
  border: 1.5px solid #dfb15b;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}

.hero-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(223, 177, 91, 0.55), 0 0 22px rgba(250, 228, 171, 0.4);
  background: linear-gradient(135deg, #fae4ab 0%, #dfb15b 100%);
  color: #1a0206;
  border-color: #dfb15b;
}

.hero-cta-btn:hover::before {
  transform: rotate(25deg) translateY(100%);
}

.cta-sparkle-icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.hero-cta-btn:hover .cta-sparkle-icon {
  transform: rotate(45deg) scale(1.2);
}

.hero-tagline {
  font-family: var(--font-editorial);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 0 32px 0;
  line-height: 1.65;
  text-align: right;
}

.scroll-indicator {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 95;
  transition: transform 0.35s ease, opacity 0.4s ease, visibility 0.4s ease;
  user-select: none;
}

.scroll-indicator:hover {
  transform: translateX(-50%) translateY(3px);
}

.scroll-indicator.hide-indicator {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(16px);
}

.indicator-mouse {
  width: 24px;
  height: 38px;
  border: 1.75px solid var(--gold-400);
  border-radius: 14px;
  position: relative;
  background: rgba(10, 2, 6, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 0 15px rgba(223, 177, 91, 0.35);
}

.indicator-wheel {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: var(--gold-400);
  border-radius: 2px;
  animation: scrollWheel 2s infinite ease-in-out;
}

.indicator-label {
  font-family: var(--font-serif);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--gold-400);
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95), 0 0 12px rgba(0, 0, 0, 0.85);
  white-space: nowrap;
}

/* Story Cards */
.story-card {
  pointer-events: auto;
  max-width: 460px;
  padding: 38px 34px;
  border-radius: 22px;
  background: var(--bg-dark-panel);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  transition: var(--transition-smooth);
  text-align: right;
  direction: rtl;
}

.story-card:hover {
  border-color: var(--glass-border-hover);
  transform: translateY(-4px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.95), 0 0 45px rgba(223, 177, 91, 0.25);
}

.card-grand {
  max-width: 520px;
  margin: 0;
  text-align: right;
}

.chapter-tag {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--gold-500);
  font-weight: 700;
  margin-bottom: 10px;
}

.chapter-heading {
  font-size: 1.65rem;
  color: var(--text-white);
  line-height: 1.35;
  margin-bottom: 14px;
}

.chapter-desc {
  font-family: var(--font-editorial);
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 24px;
}

.chapter-specs {
  display: flex;
  gap: 28px;
  border-top: 1px solid rgba(223, 177, 91, 0.16);
  padding-top: 18px;
  direction: rtl;
}

.spec-val {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--gold-400);
  font-weight: 700;
}

.spec-lbl {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.card-action-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

/* ==========================================================================
   4.5. HORIZONTAL BEST SELLERS EXPERIENCE (ROYAL RED EDITORIAL GALLERY)
   ========================================================================== */
.horizontal-gallery-section {
  position: relative;
  z-index: 22;
  background: radial-gradient(circle at 50% 45%, #6a0b16 0%, #4c060e 55%, #340309 100%);
  background-color: #4c060e;
  width: 100%;
  border-top: 1px solid rgba(223, 177, 91, 0.35);
  border-bottom: 1px solid rgba(223, 177, 91, 0.35);
  overflow: hidden;
  pointer-events: auto;
  color: #ffffff;
}

.gallery-pinned-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, rgba(52, 3, 9, 0.96) 0%, rgba(76, 6, 14, 0.85) 75%, rgba(76, 6, 14, 0) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
  direction: rtl;
  border-bottom: 1px solid rgba(223, 177, 91, 0.25);
}

.gallery-eyebrow {
  display: block;
  font-family: var(--font-serif);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: #fae4ab;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.gallery-main-title {
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  color: #dfb15b;
  background: linear-gradient(180deg, #ffffff 0%, #fae4ab 50%, #dfb15b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: -0.01em;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.gallery-step-indicator {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.step-label {
  font-family: var(--font-editorial);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.step-progress-track {
  width: 120px;
  height: 3px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  overflow: hidden;
}

.step-progress-fill {
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, #fae4ab 0%, #dfb15b 50%, #b88628 100%);
  box-shadow: 0 0 10px rgba(250, 228, 171, 0.6);
  transition: width 0.15s ease-out;
}

.horizontal-gallery-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  direction: ltr;
  /* Keeps track translation straightforward for GSAP */
  background: transparent;
}

.horizontal-gallery-track {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: max-content;
  will-change: transform;
  align-items: center;
  background: transparent;
}

.editorial-panel {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 85px 6vw 50px;
  box-sizing: border-box;
  direction: rtl;
  text-align: right;
  position: relative;
  background: transparent;
}

.panel-inner-container {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 55px;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
   VINTAGE ORNATE GOLD FRAME (ON ROYAL RED CANVAS)
   -------------------------------------------------------------------------- */
.panel-visual-col {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.vintage-gold-frame {
  position: relative;
  width: 330px;
  max-width: 100%;
  aspect-ratio: 0.82;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 25px rgba(223, 177, 91, 0.35));
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease;
  cursor: pointer;
}

.vintage-gold-frame:hover {
  transform: translateY(-6px) scale(1.02);
  filter: drop-shadow(0 28px 55px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 35px rgba(223, 177, 91, 0.5));
}

.frame-art-canvas {
  position: absolute;
  inset: 12.8% 13.6% 12.8% 13.6%;
  border-radius: 4px;
  overflow: hidden;
  background: #0d0206;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.85);
}

.frame-artwork-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.vintage-gold-frame:hover .frame-artwork-img {
  transform: scale(1.12);
}

.frame-ornate-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  z-index: 3;
}

.frame-art-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(223, 177, 91, 0.15) 35%, transparent 65%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
}

.frame-reflection-glow {
  position: absolute;
  bottom: -25px;
  width: 65%;
  height: 25px;
  background: radial-gradient(ellipse at center, rgba(223, 177, 91, 0.45) 0%, transparent 70%);
  filter: blur(14px);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   EDITORIAL TYPOGRAPHY & BUTTONS (ON ROYAL RED BACKGROUND)
   -------------------------------------------------------------------------- */
.panel-editorial-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.editorial-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 8px;
}

.editorial-numeral {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 700;
  color: #fae4ab;
  letter-spacing: -0.01em;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.editorial-numeral span {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}

.editorial-roman-tag {
  font-family: var(--font-serif);
  font-size: 0.84rem;
  letter-spacing: 0.28em;
  color: #dfb15b;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.editorial-arabic-title {
  font-size: clamp(1.75rem, 2.5vw, 2.45rem);
  color: #dfb15b;
  background: linear-gradient(180deg, #ffffff 0%, #fae4ab 45%, #dfb15b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.45));
}

.editorial-narrative {
  font-family: var(--font-editorial);
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  color: #ffffff;
  line-height: 1.78;
  margin-bottom: 28px;
  max-width: 500px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.editorial-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

/* زر إضافة سريعة للسلة */
.btn-quick-add-bag {
  background: linear-gradient(135deg, #fae4ab 0%, #dfb15b 50%, #b88628 100%);
  color: #120306;
  border: 1.5px solid #fae4ab;
  border-radius: 6px;
  padding: 13px 26px;
  font-family: var(--font-serif);
  font-size: 0.92rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), 0 0 14px rgba(223, 177, 91, 0.3);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  direction: rtl;
}

.btn-quick-add-bag svg {
  stroke: #120306;
  transition: transform 0.3s ease;
}

.btn-quick-add-bag:hover {
  background: linear-gradient(135deg, #ffffff 0%, #fae4ab 100%);
  border-color: #ffffff;
  color: #120306;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(223, 177, 91, 0.45);
}

.btn-quick-add-bag:hover svg {
  transform: scale(1.15);
}

.btn-quick-add-bag:active {
  transform: translateY(0);
}

/* زر إضافة للمفضلة */
.btn-wishlist-toggle {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  border: 1.5px solid rgba(223, 177, 91, 0.5);
  border-radius: 6px;
  padding: 12px 22px;
  font-family: var(--font-serif);
  font-size: 0.92rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  direction: rtl;
}

.btn-wishlist-toggle svg {
  stroke: #fae4ab;
  fill: transparent;
  transition: all 0.3s ease;
}

.btn-wishlist-toggle:hover {
  border-color: #fae4ab;
  color: #fae4ab;
  background: rgba(223, 177, 91, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.btn-wishlist-toggle:hover svg {
  stroke: #ffffff;
}

.btn-wishlist-toggle.is-active {
  background: rgba(229, 57, 53, 0.25);
  border-color: #ff5252;
  color: #ffffff;
}

.btn-wishlist-toggle.is-active svg {
  stroke: #ff5252;
  fill: #ff5252;
  transform: scale(1.12);
}

/* ==========================================================================
   4.6. HORIZONTAL GALLERY GOLD PAGINATION & NAVIGATION CONTROLS
   ========================================================================== */
.gallery-nav-controller {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 35;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 18px;
  background: rgba(36, 4, 8, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(223, 177, 91, 0.5);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.65), 0 0 25px rgba(223, 177, 91, 0.25);
  direction: rtl;
  pointer-events: auto;
  user-select: none;
  transition: all 0.3s ease;
}

.gallery-nav-controller:hover {
  border-color: rgba(223, 177, 91, 0.8);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.75), 0 0 32px rgba(223, 177, 91, 0.4);
}

.gallery-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #dfb15b;
  background: rgba(223, 177, 91, 0.14);
  color: #fae4ab;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}

.gallery-nav-btn svg {
  stroke: #fae4ab;
  transition: all 0.25s ease;
}

.gallery-nav-btn:hover {
  background: linear-gradient(135deg, #ffffff 0%, #fae4ab 40%, #dfb15b 100%);
  border-color: #ffffff;
  color: #2a0307;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(250, 228, 171, 0.7);
}

.gallery-nav-btn:hover svg {
  stroke: #2a0307;
}

.gallery-nav-prev:hover svg {
  transform: translateX(2px);
}

.gallery-nav-next:hover svg {
  transform: translateX(-2px);
}

.gallery-nav-btn:active {
  transform: scale(0.95);
}

.gallery-nav-btn:disabled,
.gallery-nav-btn.is-disabled {
  opacity: 0.32;
  cursor: not-allowed;
  pointer-events: none;
  border-color: rgba(223, 177, 91, 0.2);
  box-shadow: none;
}

.gallery-nav-btn:disabled svg,
.gallery-nav-btn.is-disabled svg {
  stroke: rgba(255, 255, 255, 0.35);
}

/* Pagination Dots */
.gallery-pagination-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gallery-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(223, 177, 91, 0.08);
  border: 1px solid rgba(223, 177, 91, 0.3);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: var(--font-editorial);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
}

.gallery-dot .dot-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(223, 177, 91, 0.6);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.gallery-dot .dot-numeral {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.gallery-dot .dot-title {
  display: none;
  font-family: var(--font-serif);
  font-size: 0.76rem;
  font-weight: 600;
  color: #fae4ab;
  white-space: nowrap;
  margin-right: 2px;
}

.gallery-dot:hover {
  background: rgba(223, 177, 91, 0.22);
  border-color: #dfb15b;
  color: #fae4ab;
  transform: translateY(-1px);
}

.gallery-dot:hover .dot-indicator {
  background: #fae4ab;
  box-shadow: 0 0 8px rgba(250, 228, 171, 0.8);
}

.gallery-dot:hover .dot-numeral {
  color: #ffffff;
}

/* Active State */
.gallery-dot.active {
  background: linear-gradient(135deg, rgba(250, 228, 171, 0.24) 0%, rgba(223, 177, 91, 0.4) 100%);
  border-color: #dfb15b;
  box-shadow: 0 0 16px rgba(223, 177, 91, 0.45);
  padding: 6px 14px;
}

.gallery-dot.active .dot-indicator {
  width: 9px;
  height: 9px;
  background: #fae4ab;
  box-shadow: 0 0 10px #fae4ab;
}

.gallery-dot.active .dot-numeral {
  color: #fae4ab;
  font-weight: 700;
}

.gallery-dot.active .dot-title {
  display: inline-block;
}

/* توست الإشعارات الفاخر */
.luxury-action-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(40px);
  background: rgba(18, 18, 18, 0.94);
  color: #ffffff;
  border: 1px solid rgba(223, 177, 91, 0.5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35), 0 0 20px rgba(223, 177, 91, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 14px 26px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-serif);
  font-size: 0.92rem;
  font-weight: 500;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  direction: rtl;
}

.luxury-action-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.luxury-action-toast .toast-icon-gold {
  color: #dfb15b;
  display: flex;
  align-items: center;
}

/* ==========================================================================
   4.9. EDITORIAL LUXURY DESIGN SYSTEM (MARIANA REFERENCE STYLE)
   بساطة، أناقة، ترويسات بكيكر خطي، أزرار بيل عصرية، وبطاقات مينيمالية
   ========================================================================== */
.editorial-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto 38px auto;
  padding: 0 32px;
  flex-wrap: wrap;
  direction: rtl;
}

.editorial-header-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 680px;
}

.editorial-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-400);
}

.editorial-kicker .kicker-line {
  display: inline-block;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(223, 177, 91, 0.7), transparent);
}

.editorial-main-title {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.editorial-header-right {
  display: flex;
  align-items: center;
}

.btn-editorial-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 9999px;
  border: 1.5px solid #dfb15b;
  background: rgba(223, 177, 91, 0.05);
  color: #fae4ab;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.btn-editorial-outline:hover {
  background: linear-gradient(135deg, #fae4ab 0%, #dfb15b 100%);
  border-color: #dfb15b;
  color: #1a0206;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(223, 177, 91, 0.5), 0 0 20px rgba(250, 228, 171, 0.35);
}

.btn-editorial-solid {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 9999px;
  background: rgba(223, 177, 91, 0.05);
  color: #fae4ab;
  text-decoration: none;
  border: 1.5px solid #dfb15b;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  white-space: nowrap;
}

.btn-editorial-solid:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #fae4ab 0%, #dfb15b 100%);
  border-color: #dfb15b;
  box-shadow: 0 8px 28px rgba(223, 177, 91, 0.5), 0 0 20px rgba(250, 228, 171, 0.35);
  color: #1a0206;
}

/* 4.9.1. MAISON PILLARS / ABOUT SECTION (مطابقة تامة لأسلوب About Me وبطاقات 3 أعمدة بالريفرنس) */
.maison-pillars-section {
  position: relative;
  z-index: 20;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 60px 24px;
  background: radial-gradient(circle at 50% 30%, #500710 0%, #3e040a 60%, #2a0207 100%);
  border-top: 1px solid rgba(223, 177, 91, 0.28);
  border-bottom: 1px solid rgba(223, 177, 91, 0.25);
  direction: rtl;
  color: #ffffff;
}

.pillars-container {
  max-width: 1380px;
  margin: 0 auto;
}

.pillars-editorial-row {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 48px;
  align-items: center;
}

.pillars-intro-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pillars-main-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.22;
  margin: 0;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.pillars-main-desc {
  font-family: var(--font-editorial);
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.pillars-action-row {
  margin-top: 10px;
}

.pillars-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.pillar-card {
  background: rgba(36, 3, 7, 0.55);
  border: 1px solid rgba(223, 177, 91, 0.22);
  border-radius: 16px;
  padding: 34px 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.pillar-card:hover {
  transform: translateY(-5px);
  border-color: rgba(250, 228, 171, 0.6);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(223, 177, 91, 0.15);
  background: rgba(45, 4, 9, 0.7);
}

.pillar-card-icon {
  font-size: 1.35rem;
  color: var(--gold-400);
  line-height: 1;
  margin-bottom: 6px;
  filter: drop-shadow(0 0 6px rgba(223, 177, 91, 0.5));
}

.pillar-card-stat {
  font-family: var(--font-serif);
  font-size: 2.3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.pillar-card-title {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gold-300);
  margin: 0;
}

.pillar-card-text {
  font-family: var(--font-sans);
  font-size: 0.86rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

/* 4.9.2. CRAFTSMANSHIP PROCESS STRIP (مطابقة تامة لـ MY DESIGN PROCESS 01 02 03 بالريفرنس) */
.maison-process-section {
  position: relative;
  z-index: 20;
  padding: 85px 24px 75px 24px;
  background: #2a0207;
  border-top: 1px solid rgba(223, 177, 91, 0.25);
  border-bottom: 1px solid rgba(223, 177, 91, 0.25);
  direction: rtl;
  color: #ffffff;
}

.process-container {
  max-width: 1380px;
  margin: 0 auto;
}

.process-steps-track {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  padding: 0 16px;
  flex-wrap: wrap;
}

.process-step-item {
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.process-step-num {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--gold-400);
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.process-step-title {
  font-family: var(--font-sans);
  font-size: 0.96rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}

.process-step-desc {
  font-family: var(--font-sans);
  font-size: 0.84rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.process-step-arrow {
  color: rgba(223, 177, 91, 0.45);
  font-size: 1.3rem;
  align-self: flex-start;
  margin-top: 10px;
  user-select: none;
}

/* 4.9.3. CONNECT BANNER SECTION (مطابقة تامة لـ LET'S CONNECT بنهاية الريفرنس) */
.connect-banner-section {
  position: relative;
  z-index: 20;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 60px 24px;
  background: radial-gradient(circle at 50% 30%, #580812 0%, #3e040a 60%, #240206 100%);
  border-top: 1px solid rgba(223, 177, 91, 0.28);
  direction: rtl;
  color: #ffffff;
}

.connect-banner-container {
  max-width: 1380px;
  margin: 0 auto;
}

.connect-map-card {
  background: rgba(30, 2, 5, 0.72);
  border: 1px solid rgba(223, 177, 91, 0.32);
  border-radius: 24px;
  padding: 44px 44px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
  width: 100%;
}

.connect-info-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: right;
}

.connect-banner-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin: 0;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.connect-banner-desc {
  font-family: var(--font-editorial);
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.branches-interactive-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 8px 0;
}

.branch-card-item {
  background: rgba(18, 1, 3, 0.6);
  border: 1px solid rgba(223, 177, 91, 0.22);
  border-radius: 14px;
  padding: 16px 20px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.branch-card-item:hover,
.branch-card-item.active {
  border-color: #dfb15b;
  background: rgba(42, 4, 8, 0.75);
  box-shadow: 0 8px 24px rgba(223, 177, 91, 0.2);
  transform: translateY(-2px);
}

.branch-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.branch-pin-glow {
  color: #dfb15b;
  font-size: 1.1rem;
}

.branch-card-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #fae4ab;
  margin: 0;
}

.branch-tag {
  font-size: 0.74rem;
  background: rgba(223, 177, 91, 0.15);
  color: #dfb15b;
  padding: 2px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(223, 177, 91, 0.3);
  margin-right: auto;
}

.branch-card-address {
  font-family: var(--font-editorial);
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 12px 0;
  line-height: 1.5;
}

.branch-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-map-focus {
  background: rgba(223, 177, 91, 0.15);
  color: #fae4ab;
  border: 1px solid rgba(223, 177, 91, 0.4);
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.84rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-map-focus:hover,
.branch-card-item.active .btn-map-focus {
  background: #dfb15b;
  color: #1a0206;
  border-color: #dfb15b;
}

.btn-gmap-external {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.82rem;
  padding: 6px 10px;
  border-radius: 8px;
  transition: color 0.2s ease;
}

.btn-gmap-external:hover {
  color: #dfb15b;
}

.connect-direct-cta {
  margin-top: 6px;
}

/* Minimal Map Frame */
.connect-map-side {
  width: 100%;
}

.minimal-map-frame {
  position: relative;
  background: #140103;
  border: 1px solid rgba(223, 177, 91, 0.35);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
}

.map-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: rgba(24, 2, 5, 0.95);
  border-bottom: 1px solid rgba(223, 177, 91, 0.2);
  z-index: 5;
}

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

.map-pill-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(223, 177, 91, 0.3);
  color: #fae4ab;
  padding: 5px 16px;
  border-radius: 9999px;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.map-pill-btn:hover,
.map-pill-btn.active {
  background: #dfb15b;
  color: #1a0206;
  border-color: #dfb15b;
  box-shadow: 0 2px 10px rgba(223, 177, 91, 0.4);
}

.map-external-link {
  color: #dfb15b;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.map-external-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .map-top-bar {
    gap: 5px;
    padding: 10px 8px;
  }

  .map-city-pills {
    min-width: 0;
    gap: 4px;
  }

  .map-pill-btn {
    padding: 5px 10px;
    font-size: 0.8rem;
  }

  .map-external-link {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.6rem;
    line-height: 1;
  }
}

.gmap-iframe-container {
  width: 100%;
  height: 380px;
  background: #140103;
  overflow: hidden;
  position: relative;
}

.bofadl-gmap-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-bottom-info {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(18, 1, 3, 0.95);
  border-top: 1px solid rgba(223, 177, 91, 0.18);
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.82);
  direction: rtl;
}

.info-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  flex-shrink: 0;
}

/* Footer branch link hover */
.exact-branch-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.25s ease;
}

.exact-branch-link:hover {
  color: #fae4ab;
  text-decoration: underline;
  transform: translateX(-3px);
}

@media (max-width: 1024px) {
  .pillars-editorial-row {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  
  .connect-map-card {
    grid-template-columns: 1fr;
    padding: 34px 24px;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .pillars-cards-grid {
    grid-template-columns: 1fr;
  }

  .process-steps-track {
    flex-direction: column;
    gap: 28px;
  }

  .process-step-arrow {
    display: none;
  }

  .editorial-section-header {
    padding: 0 16px;
    margin-bottom: 28px;
  }
}

/* ==========================================================================
   5. MASTERPIECE BREAKDOWN & CATEGORY SHOWCASE
   Full-Bleed Editorial Visual Columns (Exact Reference Style: 3 Columns)
   مجوهرات ذهبية • الألماس • ساعات فاخرة
   ========================================================================== */
.collection-showcase-section {
  position: relative;
  z-index: 20;
  background: radial-gradient(circle at 50% 40%, #6a0b16 0%, #4c060e 55%, #340309 100%);
  background-color: #4c060e;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(223, 177, 91, 0.35);
  border-bottom: 1px solid rgba(223, 177, 91, 0.35);
  pointer-events: auto;
  direction: rtl;
  color: #ffffff;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.section-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* Category Showcase Grid (3 Columns Matching Reference) */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #340309;
  flex: 1;
  min-height: 100vh;
  min-height: 100dvh;
}

.category-card {
  position: relative;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: none;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
  direction: rtl;
  background: #340309;
  transition: filter 0.4s ease;
}

.category-card:last-child {
  border-left: none;
}

.category-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.category-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
}

.category-card:hover .category-image-wrap img {
  transform: scale(1.07);
}

.category-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(0, 0, 0, 0.22) 45%,
      rgba(0, 0, 0, 0.65) 75%,
      rgba(0, 0, 0, 0.88) 100%);
  transition: background 0.4s ease;
  pointer-events: none;
}

.category-card:hover .category-overlay-gradient {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.16) 45%,
      rgba(0, 0, 0, 0.55) 75%,
      rgba(0, 0, 0, 0.82) 100%);
}

.category-content-overlay {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  z-index: 3;
  text-align: center;
  pointer-events: auto;
}

.category-name,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardGoldJewelry:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > h3:nth-of-type(1),
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardDiamonds:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > h3:nth-of-type(1),
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardLuxuryWatches:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > h3:nth-of-type(1) {
  font-size: clamp(2.3rem, 3.2vw, 3.3rem);
  font-weight: 800;
  font-family: var(--font-serif);
  background: linear-gradient(180deg, #ffffff 0%, #fae4ab 65%, #c9933a 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.95)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.9));
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.01em;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.category-card:hover .category-name {
  transform: translateY(-3px);
  filter: drop-shadow(0 6px 22px rgba(0, 0, 0, 0.98)) drop-shadow(0 0 20px rgba(223, 177, 91, 0.45));
}

.category-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  color: #fae4ab;
  border: 1.5px solid #dfb15b;
  background: rgba(18, 4, 8, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 9999px;
  letter-spacing: 0.03em;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

.category-btn-outline:hover,
.category-card:hover .category-btn-outline {
  background: linear-gradient(135deg, #fae4ab 0%, #dfb15b 100%);
  color: #1a0206;
  border-color: #dfb15b;
  box-shadow: 0 8px 28px rgba(223, 177, 91, 0.55), 0 0 22px rgba(250, 228, 171, 0.4);
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-card {
    height: 600px;
    min-height: 520px;
  }
}

@media (max-width: 850px) {
  .collection-showcase-section {
    padding: 0;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    height: 480px;
    min-height: 420px;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .category-content-overlay {
    bottom: 38px;
    gap: 15px;
  }

  .category-name {
    font-size: 2.2rem;
  }
}

/* ==========================================================================
   6. FOOTER (TANISHQ-STYLE DEEP ROYAL BURGUNDY FOOTER)
   ========================================================================== */
/* ==========================================================================
   6. EXACT REFERENCE FOOTER (CUSTOM BURGUNDY & GOLD FOOTER)
   مطابقة تامة للصورة المرفقة: هوية وشعار يميناً، فروع ومواعيد وسطاً، تواصل وواتساب يساراً
   ========================================================================== */
.luxury-footer.custom-exact-footer,
.luxury-footer {
  position: relative;
  z-index: 20;
  background-color: #1e0205;
  background: radial-gradient(ellipse at 50% 25%, #34040a 0%, #1c0205 70%, #120103 100%);
  padding: 60px 40px 30px 40px;
  border-top: 1px solid rgba(223, 177, 91, 0.22);
  color: #ffffff;
  pointer-events: auto;
  direction: rtl;
  overflow: hidden;
  box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.4);
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* 3-Column Grid matching reference image */
.footer-exact-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.35fr 1fr;
  gap: 40px;
  align-items: flex-start;
  direction: rtl;
}

.footer-exact-col {
  display: flex;
  flex-direction: column;
}

/* Column 1: Identity & Brand (Right in RTL) */
.footer-col-identity {
  align-items: flex-start;
  text-align: right;
}

.footer-identity-brand {
  margin-bottom: 12px;
}

.footer-exact-logo {
  height: 52px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(223, 177, 91, 0.4));
}

.footer-identity-slogan {
  font-family: var(--font-serif);
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 20px 0;
  line-height: 1.6;
}

.footer-identity-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.exact-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(223, 177, 91, 0.45);
  background: rgba(30, 2, 5, 0.4);
  color: #dfb15b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.exact-social-btn:hover {
  background: #dfb15b;
  color: #1a0206;
  border-color: #dfb15b;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(223, 177, 91, 0.4);
}

/* Column 2: Branches & Working Hours (Center in RTL) */
.footer-col-branches {
  align-items: flex-start;
  text-align: right;
}

.footer-exact-title {
  font-family: var(--font-serif);
  font-size: 1.18rem;
  font-weight: 700;
  color: #dfb15b;
  margin: 0 0 16px 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.footer-branch-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.exact-pin-icon {
  color: #dfb15b;
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.exact-branch-desc strong {
  color: #fae4ab;
  font-weight: 700;
}

.footer-exact-timing-box {
  background: rgba(10, 1, 2, 0.45);
  border: 1px solid rgba(223, 177, 91, 0.28);
  border-radius: 8px;
  padding: 14px 20px;
  margin-top: 12px;
  width: 100%;
  max-width: 440px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-sizing: border-box;
}

.exact-clock-icon {
  color: #dfb15b;
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.exact-timing-rows {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.exact-time-row {
  display: flex;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.92);
}

.exact-time-row .time-label {
  color: #fae4ab;
  font-weight: 700;
}

.exact-time-row .time-val {
  color: #ffffff;
}

/* Column 3: Contact & WhatsApp (Left in RTL) */
.footer-col-contact {
  align-items: flex-start;
  text-align: right;
}

.footer-exact-phone-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 1.05rem;
  font-weight: 700;
}

.exact-phone-numbers {
  display: inline-flex;
  align-items: center;
  direction: ltr;
}

.exact-phone-link {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
}

.exact-phone-link:hover {
  color: #dfb15b;
}

.exact-phone-sep {
  color: rgba(223, 177, 91, 0.6);
  margin: 0 8px;
}

.exact-phone-icon {
  color: #dfb15b;
  font-size: 1.1rem;
}

.footer-whatsapp-action {
  margin-top: 4px;
}

.exact-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  background: linear-gradient(135deg, #25D366 0%, #1ea952 100%);
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 0.94rem;
  font-weight: 700;
  padding: 11px 26px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.exact-whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.6);
  filter: brightness(1.06);
}

.exact-whatsapp-btn svg {
  flex-shrink: 0;
}

/* Bottom Strip: Copyright line */
.footer-exact-bottom {
  border-top: 1px solid rgba(223, 177, 91, 0.16);
  margin-top: 45px;
  padding-top: 24px;
  text-align: center;
}

.footer-exact-copyright {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  font-family: var(--font-sans);
}

/* Responsive Breakpoints */
@media (max-width: 960px) {
  .footer-exact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .luxury-footer.custom-exact-footer,
  .luxury-footer {
    padding: 50px 24px 28px 24px;
  }
}

/* ==========================================================================
   9. MODAL
   ========================================================================== */
.modal-backdrop,
.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease;
  padding: 20px;
  direction: rtl;
}

.modal-backdrop.open,
.drawer-backdrop.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: rgba(16, 4, 10, 0.96);
  border: 1px solid var(--gold-500);
  border-radius: 22px;
  padding: 40px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.95), 0 0 45px rgba(223, 177, 91, 0.3);
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  text-align: center;
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
}

.modal-backdrop.open .modal-card {
  transform: translateY(0);
}

.modal-close-btn {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 1.8rem;
  color: var(--text-muted);
  line-height: 1;
}

.modal-close-btn:hover {
  color: var(--gold-400);
}

.modal-logo-img {
  max-width: 180px;
  width: 60%;
  height: auto;
  margin: 0 auto 12px;
  display: block;
  filter: drop-shadow(0 0 14px rgba(223, 177, 91, 0.4));
}

.modal-eyebrow {
  display: block;
  font-family: var(--font-serif);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--gold-500);
  margin-bottom: 8px;
}

.modal-title {
  font-size: 1.7rem;
  color: var(--text-white);
  margin-bottom: 8px;
}

.modal-subtitle {
  font-family: var(--font-editorial);
  font-size: 0.98rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 16px;
  text-align: right;
}

.form-group label {
  display: block;
  font-size: 0.8rem;
  color: var(--text-cream);
  margin-bottom: 6px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(223, 177, 91, 0.25);
  color: var(--text-white);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease;
  direction: rtl;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--gold-400);
  box-shadow: 0 0 12px rgba(223, 177, 91, 0.35);
}

.form-group select option {
  background: #14040a;
  color: #fff;
}

.full-width {
  width: 100%;
  margin-top: 10px;
}

.form-success-msg {
  margin-top: 18px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(223, 177, 91, 0.15);
  border: 1px solid var(--gold-500);
  font-size: 0.9rem;
  color: var(--gold-300);
  text-align: center;
}

.gift-overlay-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  pointer-events: auto;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@keyframes pulseLogo {

  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 25px rgba(223, 177, 91, 0.45));
  }

  50% {
    transform: scale(1.04);
    filter: drop-shadow(0 0 40px rgba(250, 228, 171, 0.75));
  }
}

@keyframes floatLogo {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }
}

@media (max-width: 900px) {
  .luxury-navbar {
    top: 0;
    padding: 10px 16px;
  }

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

  .nav-mobile-toggle {
    display: flex;
  }

  .navbar-logo-img {
    height: 36px;
  }

  .nav-branches-contact-bar,
  .nav-minimal-contact {
    display: none;
  }

  .nav-top-row {
    grid-template-columns: 1fr auto;
    row-gap: 8px;
  }

  .nav-left-contact {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    align-items: center;
  }

  .nav-branches-top,
  .nav-gold-contact-box {
    display: inline-flex;
  }

  .nav-brand-center {
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start;
  }

  .nav-right-actions {
    grid-column: 2;
    grid-row: 2;
  }

  .nav-gold-contact-box {
    padding: 5px 10px;
    gap: 5px;
  }

  .gold-box-phone-num {
    font-size: 0.76rem;
  }

  .gold-box-whatsapp-pill {
    font-size: 0.67rem;
  }

  .nav-right-actions {
    gap: 10px;
  }

  .nav-action-icon-btn {
    padding: 4px;
  }

  .story-section {
    padding: 0 5vw;
  }

  .hero-cinematic-img {
    /* Preserve the full storefront on phone screens instead of cropping it. */
    width: 100%;
    object-fit: contain;
    object-position: center center;
    transform: none;
  }

  .hero-story {
    padding-top: 130px;
    padding-bottom: 30px;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
  }

  .hero-content {
    max-width: 100%;
    padding: 16px 14px;
    background: linear-gradient(180deg, rgba(13, 2, 5, 0) 0%, rgba(13, 2, 5, 0.75) 100%);
    border-radius: 12px;
    border: none;
  }

  .hero-cta-wrapper {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .hero-cta-btn {
    padding: 12px 26px;
    font-size: 0.88rem;
  }

  .scroll-indicator {
    bottom: 25px;
  }

  .story-card {
    padding: 26px 22px;
    max-width: 100%;
  }

  .footer-links {
    flex-direction: column;
    gap: 30px;
  }

  /* Mobile Horizontal Gallery Native Experience */
  .horizontal-gallery-section {
    padding: 40px 0 30px;
  }

  .gallery-pinned-header {
    position: static;
    padding: 0 16px 16px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    background: transparent;
  }

  .gallery-step-indicator {
    align-items: center;
  }

  .horizontal-gallery-wrapper {
    height: auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 16px 24px;
    scrollbar-width: none;
    direction: rtl;
  }

  .horizontal-gallery-wrapper::-webkit-scrollbar {
    display: none;
  }

  .horizontal-gallery-track {
    flex-direction: row;
    gap: 14px;
    width: max-content;
  }

  .editorial-panel {
    width: 86vw;
    max-width: 340px;
    height: auto;
    min-height: auto;
    padding: 26px 18px;
    scroll-snap-align: center;
    border-radius: 16px;
    background: rgba(90, 8, 17, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(223, 177, 91, 0.35);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
  }

  .panel-inner-container {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  .vintage-gold-frame {
    width: 220px;
    max-width: 75vw;
    margin: 0 auto;
  }

  .editorial-header {
    justify-content: center;
    gap: 10px;
  }

  .editorial-numeral {
    font-size: 1.25rem;
    color: #fae4ab;
  }

  .editorial-arabic-title {
    font-size: 1.35rem;
    margin-bottom: 8px;
    color: #dfb15b;
  }

  .editorial-narrative {
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #ffffff;
  }

  .editorial-actions {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .editorial-actions button {
    width: 100%;
    justify-content: center;
    padding: 11px 18px;
    font-size: 0.88rem;
  }

  /* Mobile Gallery Nav & Pagination Controls */
  .gallery-nav-controller {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 18px auto 0;
    width: fit-content;
    max-width: calc(100% - 32px);
    justify-content: center;
    gap: 8px;
    padding: 6px 12px;
  }

  .gallery-nav-btn {
    width: 36px;
    height: 36px;
  }

  .gallery-pagination-dots {
    gap: 6px;
  }

  .gallery-dot {
    padding: 5px 8px;
  }

  .gallery-dot .dot-title {
    display: none !important;
  }

  .gallery-dot.active {
    padding: 5px 10px;
  }
}

/* ==========================================================================
   10. PREMIUM GOLDEN CURSOR & LIGHT SYSTEM (BELGRADE ARBOR INSPIRED)
   Cinematic custom follower ring, precision dot & warm ambient illumination
   ========================================================================== */
@media (hover: hover) and (pointer: fine) {

  body.custom-cursor-active,
  body.custom-cursor-active a,
  body.custom-cursor-active button,
  body.custom-cursor-active [role="button"],
  body.custom-cursor-active input,
  body.custom-cursor-active select,
  body.custom-cursor-active textarea,
  body.custom-cursor-active .piece-card,
  body.custom-cursor-active .vintage-gold-frame {
    cursor: none !important;
  }
}

.custom-cursor-system {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none !important;
  z-index: 99990;
  overflow: hidden;
}

/* Precision Center Dot */
.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 50%;
  background: #fae4ab;
  pointer-events: none !important;
  z-index: 100002;
  box-shadow: 0 0 10px rgba(250, 228, 171, 0.95);
  transform: translate3d(-100px, -100px, 0);
  will-change: transform, opacity, width, height;
  transition: width 0.25s ease, height 0.25s ease, opacity 0.3s ease, background 0.25s ease, transform 0.08s ease;
  opacity: 0;
}

.cursor-dot.is-hovering {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
  background: #ffffff;
  opacity: 0.9;
  box-shadow: 0 0 12px #ffffff;
}

/* Smooth Fluid Follower Ring */
.cursor-follower-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  border-radius: 50%;
  border: 1px solid rgba(223, 177, 91, 0.48);
  pointer-events: none !important;
  z-index: 100000;
  transform: translate3d(-100px, -100px, 0);
  will-change: transform, width, height, border-color, background-color, box-shadow;
  transition: width 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    height 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    margin 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease;
  opacity: 0;
}

.cursor-follower-ring.is-hovering {
  width: 66px;
  height: 66px;
  margin-top: -33px;
  margin-left: -33px;
  border-color: rgba(250, 228, 171, 0.88);
  background-color: rgba(223, 177, 91, 0.08);
  backdrop-filter: blur(2px);
  box-shadow: 0 0 24px rgba(223, 177, 91, 0.32), inset 0 0 14px rgba(250, 228, 171, 0.12);
}

.cursor-follower-ring.is-active {
  border-color: rgba(255, 255, 255, 0.95);
  background-color: rgba(223, 177, 91, 0.16);
}

/* Cinematic Ambient Golden Glow */
.cursor-gold-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 440px;
  height: 440px;
  margin-top: -220px;
  margin-left: -220px;
  border-radius: 50%;
  pointer-events: none !important;
  z-index: 99995;
  background: radial-gradient(circle,
      rgba(255, 215, 120, 0.12) 0%,
      rgba(223, 177, 91, 0.08) 25%,
      rgba(180, 130, 40, 0.035) 50%,
      rgba(180, 130, 40, 0.01) 68%,
      transparent 78%);
  transform: translate3d(-1000px, -1000px, 0);
  filter: blur(8px);
  mix-blend-mode: screen;
  will-change: transform, opacity;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cursor-gold-glow-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  border-radius: 50%;
  pointer-events: none !important;
  background: radial-gradient(circle,
      rgba(255, 235, 170, 0.15) 0%,
      rgba(223, 177, 91, 0.09) 32%,
      rgba(212, 168, 75, 0.02) 60%,
      transparent 72%);
  filter: blur(4px);
  mix-blend-mode: screen;
  will-change: transform;
}

/* Tablet refinement */
@media (max-width: 1024px) {
  .cursor-gold-glow {
    width: 320px;
    height: 320px;
    margin-top: -160px;
    margin-left: -160px;
  }

  .cursor-gold-glow-inner {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
  }
}

/* Touch & mobile devices: disable completely */
@media (hover: none) and (pointer: coarse),
(max-width: 768px) {

  .custom-cursor-system,
  .cursor-dot,
  .cursor-follower-ring,
  .cursor-gold-glow {
    display: none !important;
  }
}

/* Accessibility: respect user preference for reduced motion */
@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .custom-cursor-system,
  .cursor-dot,
  .cursor-follower-ring,
  .cursor-gold-glow {
    display: none !important;
  }
}

/* ==========================================================================
   8. LUXURY GIFTING & PACKAGING SECTION (تجربة الإهداء والتغليف الفاخر)
   White background, quiet luxury, champagne & ivory palette, Thmanyah typography
   ========================================================================== */
/* ==========================================================================
   8. ROYAL MASTERPIECE SHOWCASE (صندوق المجوهرات الملكي - مطابقة تامة للريفرنس)
   صورة الريفرنس فقط ممتدة بكامل مساحة السكشن
   ========================================================================== */
section#giftingSection,
.luxury-gifting-section.royal-showcase-section {
  position: relative;
  background: #2a0207;
  padding: 0 !important;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(223, 177, 91, 0.3);
  border-bottom: 1px solid rgba(223, 177, 91, 0.3);
  color: #ffffff;
  overflow: hidden;
  z-index: 10;
}

.royal-masterpiece-container {
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.royal-masterpiece-card,
section#giftingSection > div > div#royalMasterpieceCard {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
}

.royal-image-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: none;
  aspect-ratio: unset;
  overflow: hidden;
  background: #2a0207;
  border-radius: 0;
}

/* Gift Box Canvas & Interactive GSAP Stage */
.gift-box-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  pointer-events: none;
}

.gift-box-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.gift-box-overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px 60px 24px;
  z-index: 5;
  pointer-events: none;
  text-align: center;
  background: linear-gradient(to top, rgba(26, 2, 6, 0.88) 0%, rgba(26, 2, 6, 0.4) 30%, transparent 70%);
  direction: rtl;
}

.gift-kicker {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  letter-spacing: 2px;
  color: #dfb15b;
  margin-bottom: 10px;
  font-weight: 600;
}

.gift-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 22px 0;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
  line-height: 1.25;
}

.gift-desc {
  font-family: var(--font-editorial);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  color: rgba(255, 255, 255, 0.88);
  max-width: 620px;
  margin: 0 0 24px 0;
  line-height: 1.7;
}

.gift-scroll-hint {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  background: rgba(36, 3, 7, 0.8);
  border: 1px solid rgba(223, 177, 91, 0.45);
  border-radius: 30px;
  color: #fae4ab;
  font-size: 0.95rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  animation: giftBounce 2s infinite ease-in-out;
}

.gift-scroll-arrow {
  display: inline-block;
  color: #dfb15b;
  font-weight: bold;
}

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

.btn-gold-gift-portal {
  pointer-events: auto !important;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  padding: 14px 34px;
  background: linear-gradient(135deg, #dfb15b 0%, #fae4ab 50%, #b8860b 100%);
  color: #1a0206;
  font-family: var(--font-sans, system-ui);
  font-size: 1.05rem;
  font-weight: 800;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(223, 177, 91, 0.4), 0 2px 8px rgba(0, 0, 0, 0.4);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-gold-gift-portal:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 40px rgba(223, 177, 91, 0.65), 0 4px 12px rgba(0, 0, 0, 0.5);
  color: #0d0103;
}

@media (max-width: 768px) {
  .gift-box-overlay-content {
    padding-bottom: 30px;
  }

  .gift-overlay-actions {
    width: 100%;
  }

  .gift-overlay-actions > * {
    width: 100%;
  }

  .drawer-item-card {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .quick-tag-btn,
  .guide-option-btn {
    min-height: 44px;
  }
}

/* ==========================================================================
   9. SHOPPABLE INSTAGRAM FEED SECTION (ربط إنستغرام مع وسوم التسوق الحقيقية)
   Pure White Luxury Gallery, Thmanyah Typography, Liquid Glass Shoppable Cards
   ========================================================================== */
/* ==========================================================================
   9. REFERENCE-STYLE IPHONE PRO & HORIZONTAL FILMSTRIP SHOWCASE
   مطابقة تامة لصورة الريفرنس: هاتف في المنتصف بشاشة ملونة وبطاقات بورتريه خلف الهاتف
   ========================================================================== */
section#instagramFeed:nth-of-type(4),
section#instagramFeed,
.instagram-feed-section.reference-phone-showcase,
.instagram-feed-section {
  position: relative;
  background-color: #4c060e;
  background: radial-gradient(circle at 50% 35%, #6a0b16 0%, #4c060e 55%, #2a0207 100%);
  padding: 40px 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid rgba(223, 177, 91, 0.28);
  border-bottom: 1px solid rgba(223, 177, 91, 0.28);
  color: #ffffff;
  overflow: hidden;
  z-index: 10;
  font-family: var(--font-sans);
  direction: rtl;
}

.insta-ref-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

/* إلغاء أزرار التبديل العلوية وأسهم التنقل (CSS selector 2 + buttons cancellation) */
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1),
.insta-ref-top-controls,
.ref-pills-switcher,
.filmstrip-nav-btn {
  display: none !important;
}

/* 2. مسرح الهاتف وبطاقات البورتريه الخلفية */
.insta-phone-stage {
  position: relative;
  width: 100%;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 0;
}

/* شريط بطاقات البورتريه الممتد خلف الهاتف بنمط الحركة الدائرية اللانهائية (Loop Animation) */
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div#instaPhoneStage:nth-of-type(2) > div#instaCardsFilmstrip:nth-of-type(1),
.insta-cards-filmstrip {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 35px 0;
  direction: ltr; /* توحيد الإحداثيات الأفقية عبر كافة المتصفحات */
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  cursor: grab;
  user-select: none;
}

.insta-cards-filmstrip:active {
  cursor: grabbing;
}

/* مسار البطاقات المتحرك بشكل متصل ولانهائي (Seamless Marquee Track) */
.filmstrip-track {
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  animation: filmstripLoopScroll 48s linear infinite;
  will-change: transform;
}

/* إيقاف الحركة بسلاسة عند مرور المؤشر لتسهيل التصفح والاختيار */
.insta-cards-filmstrip:hover .filmstrip-track,
.filmstrip-track.is-paused {
  animation-play-state: paused;
}

@keyframes filmstripLoopScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.filmstrip-card {
  flex: 0 0 240px;
  width: 240px;
  height: 335px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: #200206;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  border: 1.5px solid rgba(223, 177, 91, 0.22);
  direction: rtl;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease;
}

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

.filmstrip-card:hover {
  transform: translateY(-8px) scale(1.035);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.65), 0 0 28px rgba(223, 177, 91, 0.25);
  border-color: rgba(223, 177, 91, 0.65);
}

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

.filmstrip-card.active-in-phone {
  border-color: #dfb15b;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 32px rgba(223, 177, 91, 0.4);
  transform: translateY(-4px) scale(1.02);
}

/* إلغاء الـ spans والوسوم العلوية والسفلية على البطاقات (CSS selectors 3 to 8 + spans cancellation) */
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div#instaPhoneStage:nth-of-type(2) > div#instaCardsFilmstrip:nth-of-type(1) > div#filmstripTrack:nth-of-type(1) span,
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div#instaPhoneStage:nth-of-type(2) > div#instaCardsFilmstrip:nth-of-type(1) > div#filmstripTrack:nth-of-type(1) .filmstrip-card-overlay,
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div#instaPhoneStage:nth-of-type(2) > div#instaCardsFilmstrip:nth-of-type(1) > div#filmstripTrack:nth-of-type(1) .filmstrip-insta-pill,
.filmstrip-insta-pill,
.filmstrip-card-overlay,
.filmstrip-pill-tag {
  display: none !important;
}

/* شريط تفاعل إنستغرام داخل شاشة الهاتف */
.phone-insta-action-bar {
  position: absolute;
  bottom: 66px;
  left: 18px;
  right: 18px;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: rgba(16, 2, 4, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 9999px;
  border: 1px solid rgba(223, 177, 91, 0.3);
}

.phone-insta-actions-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.phone-heart-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fae4ab;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

.phone-heart-btn:hover {
  transform: scale(1.18);
  color: #e63946;
}

.phone-heart-btn.liked {
  color: #e63946;
}

.phone-likes-count {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  color: #ffffff;
}

.phone-verified-pill {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  color: #fae4ab;
}

/* 3. الهاتف في المنتصف (iPhone Pro Centerpiece) */
.insta-central-phone-mockup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 310px;
  height: 615px;
  z-index: 18;
  background: #101114;
  border-radius: 54px;
  padding: 10px;
  box-shadow: 0 32px 85px rgba(0, 0, 0, 0.42),
              0 12px 30px rgba(0, 0, 0, 0.22),
              0 0 0 1px rgba(255, 255, 255, 0.15);
  pointer-events: auto;
  user-select: none;
}

/* الجزيرة التفاعلية (Dynamic Island) */
.phone-dynamic-island {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 26px;
  background: #000000;
  border-radius: 18px;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
}

.island-camera-lens {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #182338 0%, #080d18 70%);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.4);
}

.island-sensor-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0d121c;
  margin-right: 6px;
}

/* شريط الحالة (Status Bar) */
.phone-status-bar {
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  padding: 0 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 30;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-sans);
  letter-spacing: -0.02em;
}

.phone-status-time {
  direction: ltr;
}

.phone-status-icons {
  display: flex;
  align-items: center;
  gap: 5px;
  direction: ltr;
}

/* شاشة الهاتف الداخلية */
.phone-screen-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 44px;
  overflow: hidden;
  background: #000000;
}

.phone-active-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s ease;
}

.phone-profile-ref-img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.phone-screen-gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 22;
}

.phone-screen-gradient-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 22;
}

/* بطاقة الحساب في قصة الهاتف */
.phone-story-author-chip {
  position: absolute;
  top: 56px;
  right: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 26;
  direction: rtl;
}

.chip-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(45deg, #f09433, #dc2743, #bc1888);
  border: 1px solid #ffffff;
  object-fit: contain;
  background-color: #ffffff;
}

.chip-info {
  display: flex;
  flex-direction: column;
}

.chip-name-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.chip-username {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  direction: ltr;
}

.chip-badge {
  display: inline-flex;
  align-items: center;
}

.chip-time {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* أزرار أسفل شاشة الهاتف (Flashlight & Camera - مطابقة تامة لصورة الريفرنس) */
.phone-lock-controls {
  position: absolute;
  bottom: 24px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 26;
  direction: ltr;
}

.phone-round-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.phone-round-icon-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.08);
}

/* مؤشر الشاشة الرئيسية السفلي (Home Indicator) */
.phone-home-indicator {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 125px;
  height: 4.5px;
  background: #ffffff;
  border-radius: 3px;
  z-index: 26;
}

/* 4. أسهم التنقل للبطاقات (Filmstrip Navigation Arrows) */
.filmstrip-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(223, 177, 91, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  color: #1a0206;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 22;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.filmstrip-nav-btn:hover {
  background: #1a0206;
  color: #fae4ab;
  border-color: #1a0206;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 28px rgba(26, 2, 6, 0.25);
}

.filmstrip-prev {
  right: 28px;
}

.filmstrip-next {
  left: 28px;
}

/* 5. زر المتابعة السفلي الأنيق */
.insta-ref-bottom-bar {
  margin-top: 36px;
  z-index: 20;
}

.btn-ref-insta-follow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 32px;
  border-radius: 9999px;
  background: rgba(223, 177, 91, 0.05);
  color: #fae4ab;
  border: 1.5px solid #dfb15b;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative;
  z-index: 1000;
}

.btn-ref-insta-follow:hover {
  background: linear-gradient(135deg, #fae4ab 0%, #dfb15b 100%);
  color: #1a0206;
  border-color: #dfb15b;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(223, 177, 91, 0.55), 0 0 22px rgba(250, 228, 171, 0.4);
}

.btn-ref-insta-follow svg {
  stroke: #fae4ab;
  transition: stroke 0.3s ease;
}

.btn-ref-insta-follow:hover svg {
  stroke: #1a0206;
}

.btn-ref-insta-follow .pill-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn-ref-insta-follow:hover .pill-arrow {
  transform: translateX(-4px);
}

/* استجابة الشاشات الصغيرة (Responsive Adjustments) */
@media (max-width: 1024px) {
  .insta-phone-stage {
    min-height: 580px;
  }

  .insta-central-phone-mockup {
    width: 285px;
    height: 565px;
    border-radius: 48px;
  }

  .filmstrip-card {
    flex: 0 0 210px;
    width: 210px;
    height: 290px;
  }
}

@media (max-width: 768px) {
  section#instagramFeed,
  .instagram-feed-section {
    padding: 50px 0 60px 0;
  }

  .insta-phone-stage {
    min-height: 520px;
  }

  .insta-central-phone-mockup {
    width: 260px;
    height: 515px;
    border-radius: 44px;
    padding: 8px;
  }

  .phone-screen-viewport {
    border-radius: 38px;
  }

  .filmstrip-card {
    flex: 0 0 180px;
    width: 180px;
    height: 250px;
    border-radius: 18px;
  }

  .filmstrip-prev {
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .filmstrip-next {
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .btn-ref-insta-follow {
    padding: 10px 22px;
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   10. GIFT CUSTOMIZER MODAL (نافذة تخصيص التغليف وبطاقة الإهداء)
   ========================================================================== */
.gift-customizer-card {
  max-width: 680px !important;
}

.customizer-sections-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.color-options-row,
.ribbon-options-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.color-option-label,
.ribbon-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: rgba(240, 235, 225, 0.88);
}

.color-option-label input,
.ribbon-label input {
  accent-color: #dfb15b;
}

.color-pill {
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 500;
  border: 1px solid rgba(223, 177, 91, 0.25);
  display: inline-block;
}

.emerald-bg {
  background: rgba(16, 185, 129, 0.15);
  color: #6ee7b7;
  border-color: rgba(16, 185, 129, 0.4);
}

.burgundy-bg {
  background: rgba(185, 28, 28, 0.15);
  color: #fca5a5;
  border-color: rgba(185, 28, 28, 0.4);
}

.midnight-bg {
  background: rgba(30, 58, 138, 0.15);
  color: #93c5fd;
  border-color: rgba(59, 130, 246, 0.4);
}

.customizer-preview-box {
  background: #101311;
  border: 1px dashed rgba(223, 177, 91, 0.4);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.preview-envelope {
  display: flex;
  align-items: center;
  gap: 16px;
}

.preview-seal {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8b0000;
  color: #fae4ab;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(139, 0, 0, 0.5);
  border: 1px solid rgba(250, 228, 171, 0.4);
}

.preview-text-line {
  flex: 1;
}

.preview-to {
  font-size: 0.88rem;
  color: #dfb15b;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.preview-msg {
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.5;
  color: rgba(240, 235, 225, 0.85);
}

/* Responsive queries */
@media (max-width: 1024px) {
  .gifting-hero-banner {
    padding: 44px 36px 110px 36px;
  }

  .gifting-banner-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gifting-overlapping-cards-wrap {
    padding: 0 16px;
    gap: 20px;
    margin-top: -70px;
  }

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

@media (max-width: 768px) {
  .gifting-hero-banner {
    padding: 32px 20px 75px 20px;
    border-radius: 20px;
  }

  .gifting-banner-img {
    height: 200px;
  }

  .gifting-overlapping-cards-wrap {
    grid-template-columns: 1fr;
    margin-top: -50px;
    padding: 0;
    gap: 18px;
  }

  .overlap-card-title {
    font-size: 1.08rem;
    bottom: 14px;
    right: 16px;
    left: 16px;
  }

  .insta-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .insta-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .insta-action-follow-btn {
    width: 100%;
    justify-content: center;
  }

  .luxury-gifting-section,
  .instagram-feed-section {
    padding: 70px 16px;
  }
}

/* ==========================================================================
   11. BELGRADE ARBOR MOUSE TRAIL EFFECT
   ========================================================================== */
.belgrade-trail-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none !important;
  z-index: 99999;
}

/* ==========================================================================
   12. UNIFIED LUXURY BUTTON SYSTEM (FOCUS MODE & SITE-WIDE CONSISTENCY)
   الازرار كلها متشابهة: ستروك ذهبي في الوضع العادي، وفي الهوفر يكون الزر بالذهبي
   ========================================================================== */
main#scrollContainer:nth-of-type(1) > section#heroSection:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#heroExploreCtaBtn:nth-of-type(1),
section#aboutMaison:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(1),
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(3) > a:nth-of-type(1),
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardGoldJewelry:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreGold:nth-of-type(1),
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardDiamonds:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreDiamonds:nth-of-type(1),
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardLuxuryWatches:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreWatches:nth-of-type(1),
#heroExploreCtaBtn,
#btnExploreGold,
#btnExploreDiamonds,
#btnExploreWatches,
#btnGiftSection,
.btn-ref-insta-follow,
.btn-editorial-outline,
.btn-editorial-solid {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 12px 32px !important;
  border-radius: 9999px !important;
  border: 1.5px solid #dfb15b !important;
  background: rgba(223, 177, 91, 0.06) !important;
  color: #fae4ab !important;
  font-family: var(--font-sans) !important;
  font-size: 0.94rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
}

main#scrollContainer:nth-of-type(1) > section#heroSection:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#heroExploreCtaBtn:nth-of-type(1) span,
section#aboutMaison:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(1) span,
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(3) > a:nth-of-type(1) span,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardGoldJewelry:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreGold:nth-of-type(1) span,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardDiamonds:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreDiamonds:nth-of-type(1) span,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardLuxuryWatches:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreWatches:nth-of-type(1) span,
#heroExploreCtaBtn span,
#btnExploreGold span,
#btnExploreDiamonds span,
#btnExploreWatches span,
.btn-ref-insta-follow span,
.btn-editorial-outline span,
.btn-editorial-solid span {
  color: #fae4ab !important;
  transition: color 0.3s ease !important;
}

main#scrollContainer:nth-of-type(1) > section#heroSection:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#heroExploreCtaBtn:nth-of-type(1) svg,
section#aboutMaison:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(1) svg,
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(3) > a:nth-of-type(1) svg,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardGoldJewelry:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreGold:nth-of-type(1) svg,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardDiamonds:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreDiamonds:nth-of-type(1) svg,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardLuxuryWatches:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreWatches:nth-of-type(1) svg,
#heroExploreCtaBtn svg,
#btnExploreGold svg,
#btnExploreDiamonds svg,
#btnExploreWatches svg,
#btnGiftSection svg,
.btn-ref-insta-follow svg,
.btn-editorial-outline svg,
.btn-editorial-solid svg {
  stroke: #fae4ab !important;
  transition: stroke 0.3s ease !important;
}

/* الوضع عند التحويم (Hover State: الزر بالذهبي) */
main#scrollContainer:nth-of-type(1) > section#heroSection:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#heroExploreCtaBtn:nth-of-type(1):hover,
section#aboutMaison:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(1):hover,
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(3) > a:nth-of-type(1):hover,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardGoldJewelry:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreGold:nth-of-type(1):hover,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardDiamonds:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreDiamonds:nth-of-type(1):hover,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardLuxuryWatches:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreWatches:nth-of-type(1):hover,
#heroExploreCtaBtn:hover,
#btnExploreGold:hover,
#btnExploreDiamonds:hover,
#btnExploreWatches:hover,
#btnGiftSection:hover,
.btn-ref-insta-follow:hover,
.btn-editorial-outline:hover,
.btn-editorial-solid:hover {
  background: linear-gradient(135deg, #fae4ab 0%, #dfb15b 100%) !important;
  color: #1a0206 !important;
  border-color: #dfb15b !important;
  box-shadow: 0 8px 28px rgba(223, 177, 91, 0.55), 0 0 22px rgba(250, 228, 171, 0.4) !important;
  transform: translateY(-2px) !important;
}

main#scrollContainer:nth-of-type(1) > section#heroSection:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#heroExploreCtaBtn:nth-of-type(1):hover span,
section#aboutMaison:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(1):hover span,
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(3) > a:nth-of-type(1):hover span,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardGoldJewelry:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreGold:nth-of-type(1):hover span,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardDiamonds:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreDiamonds:nth-of-type(1):hover span,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardLuxuryWatches:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreWatches:nth-of-type(1):hover span,
#heroExploreCtaBtn:hover span,
#btnExploreGold:hover span,
#btnExploreDiamonds:hover span,
#btnExploreWatches:hover span,
#btnGiftSection:hover span,
.btn-ref-insta-follow:hover span,
.btn-editorial-outline:hover span,
.btn-editorial-solid:hover span {
  color: #1a0206 !important;
}

main#scrollContainer:nth-of-type(1) > section#heroSection:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#heroExploreCtaBtn:nth-of-type(1):hover svg,
section#aboutMaison:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(1):hover svg,
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(3) > a:nth-of-type(1):hover svg,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardGoldJewelry:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreGold:nth-of-type(1):hover svg,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardDiamonds:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreDiamonds:nth-of-type(1):hover svg,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardLuxuryWatches:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreWatches:nth-of-type(1):hover svg,
#heroExploreCtaBtn:hover svg,
#btnExploreGold:hover svg,
#btnExploreDiamonds:hover svg,
#btnExploreWatches:hover svg,
#btnGiftSection:hover svg,
.btn-ref-insta-follow:hover svg,
.btn-editorial-outline:hover svg,
.btn-editorial-solid:hover svg {
  stroke: #1a0206 !important;
}

main#scrollContainer:nth-of-type(1) > section#heroSection:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#heroExploreCtaBtn:nth-of-type(1):hover .pill-arrow,
section#aboutMaison:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(1):hover .pill-arrow,
section#instagramFeed:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(3) > a:nth-of-type(1):hover .pill-arrow,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardGoldJewelry:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreGold:nth-of-type(1):hover .pill-arrow,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardDiamonds:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreDiamonds:nth-of-type(1):hover .pill-arrow,
section#collection:nth-of-type(1) > div:nth-of-type(1) > article#cardLuxuryWatches:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a#btnExploreWatches:nth-of-type(1):hover .pill-arrow,
#heroExploreCtaBtn:hover .pill-arrow,
#btnExploreGold:hover .pill-arrow,
#btnExploreDiamonds:hover .pill-arrow,
#btnExploreWatches:hover .pill-arrow,
#btnGiftSection:hover .pill-arrow,
.btn-ref-insta-follow:hover .pill-arrow,
.btn-editorial-outline:hover .pill-arrow,
.btn-editorial-solid:hover .pill-arrow {
  transform: translateX(-5px) !important;
  color: #1a0206 !important;
}

#btnGiftSection,
a#btnGiftSection {
  pointer-events: auto !important;
  position: relative !important;
  z-index: 99999 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 12px 32px !important;
  border-radius: 9999px !important;
  border: 1.5px solid #dfb15b !important;
  background: rgba(223, 177, 91, 0.08) !important;
  color: #fae4ab !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  text-decoration: none !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#btnGiftSection span,
a#btnGiftSection span {
  color: #fae4ab !important;
  transition: color 0.3s ease !important;
}

#btnGiftSection svg,
a#btnGiftSection svg {
  stroke: #fae4ab !important;
  transition: stroke 0.3s ease !important;
}

#btnGiftSection:hover,
a#btnGiftSection:hover {
  background: linear-gradient(135deg, #fae4ab 0%, #dfb15b 100%) !important;
  color: #1a0206 !important;
  border-color: #dfb15b !important;
  box-shadow: 0 8px 28px rgba(223, 177, 91, 0.65), 0 0 25px rgba(250, 228, 171, 0.45) !important;
  transform: translateY(-2px) !important;
}

#btnGiftSection:hover span,
a#btnGiftSection:hover span {
  color: #1a0206 !important;
}

#btnGiftSection:hover svg,
a#btnGiftSection:hover svg {
  stroke: #1a0206 !important;
}

#btnGiftSection:hover .pill-arrow,
a#btnGiftSection:hover .pill-arrow {
  color: #1a0206 !important;
  transform: translateX(-5px) !important;
}

#btnGiftSection *,
a#btnGiftSection * {
  pointer-events: none !important;
}

/* 13. FOCUS MODE: NAVBAR CLEAN TRANSPARENT (NO COLOR, NO GLASS, NO BORDER) */
header#navbar:nth-of-type(1) {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* تدرج فيد أسود ناعم في أسفل الهيرو لتعزيز التباين السينمائي */
.hero-story::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(220px, 36vh, 380px);
  background: linear-gradient(to top, rgba(4, 1, 2, 0.96) 0%, rgba(4, 1, 2, 0.72) 48%, rgba(4, 1, 2, 0) 100%);
  z-index: 10;
  pointer-events: none;
}

/* الهوية السينمائية الفاخرة في أسفل مشهد الهيرو */
.hero-static-brand {
  position: absolute;
  z-index: 12;
  left: 50%;
  bottom: clamp(38px, 6.5vh, 72px);
  top: auto;
  transform: translateX(-50%);
  width: min(92vw, 760px);
  text-align: center;
  pointer-events: none;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.95);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-static-diamond {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 10px;
  fill: none;
  stroke: #fbe0a4;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 6px rgba(223, 177, 91, 0.3));
  animation: diamondGlowPulse 4s infinite ease-in-out;
}

@keyframes diamondGlowPulse {
  0%, 100% {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 4px rgba(223, 177, 91, 0.25));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 8px rgba(244, 194, 89, 0.45));
    transform: scale(1.04);
  }
}

.hero-static-title {
  margin: 0;
  text-align: center;
  font-size: clamp(2.3rem, 4.8vw, 4rem);
  font-weight: 900;
  line-height: 1.2;
  color: #fff6de;
  background: linear-gradient(180deg, #ffffff 0%, #fae6b8 42%, #f2cf7e 75%, #dfa043 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 24px rgba(0, 0, 0, 0.85));
}

.hero-static-subtitle {
  display: none !important;
}

.scroll-indicator {
  display: none !important;
}

@media (max-width: 900px) {
  .hero-static-brand {
    bottom: clamp(30px, 5vh, 50px);
    width: 92vw;
  }

  .hero-static-title {
    font-size: clamp(1.75rem, 7vw, 2.4rem);
  }
}

/* ==========================================================================
   LENIS SMOOTH SCROLL INTEGRATION
   ========================================================================== */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
