/* ================================================
   Omar Perfumes — Dark Brown · Gold · Cream
   ================================================ */

:root {
  /* Exact palette from omar-perfume.html */
  --gold: #C9A96E;
  --gold-light: #E8D5A3;
  --gold-dark: #8B6914;
  --brown-deep: #1A1008;
  --brown-dark: #221508;
  --brown-mid: #2E1C0A;
  --brown-surface: #3A240E;
  --brown-card: #2A1A08;
  --text-cream: #F5EDD5;
  --text-muted: #9E8B6E;
  --text-muted-ref: #9E8B6E;
  --border-gold: rgba(201, 169, 110, 0.25);
  --border-gold-strong: rgba(201, 169, 110, 0.45);

  /* Surface hierarchy — visible depth on dark theme */
  --surface-base: var(--brown-deep);
  --surface-raised: var(--brown-dark);
  --surface-band: var(--brown-mid);
  --surface-panel: var(--brown-surface);
  --surface-card: var(--brown-card);

  /* Mapped tokens */
  --brown-950: var(--brown-deep);
  --brown-900: var(--brown-dark);
  --brown-800: var(--brown-mid);
  --brown-700: var(--brown-surface);
  --brown-600: var(--brown-surface);
  --brown-500: var(--gold-dark);

  --dark-950: var(--brown-deep);
  --dark-900: var(--brown-dark);
  --dark-800: var(--brown-mid);
  --dark-700: var(--brown-surface);
  --dark-600: var(--brown-card);

  /* Dark theme — all surfaces use reference browns */
  --beige-50: var(--brown-card);
  --beige-100: var(--brown-mid);
  --beige-200: var(--brown-surface);
  --beige-300: var(--brown-surface);
  --white: var(--surface-card);

  --light-bg: var(--surface-base);
  --light-surface: var(--surface-panel);
  --light-text: var(--text-cream);
  --light-muted: var(--text-muted);
  --light-border: var(--border-gold);

  --shadow-soft: 0 8px 32px rgba(0, 0, 0, 0.45);
  --shadow-medium: 0 16px 48px rgba(0, 0, 0, 0.55);
  --shadow-card: 0 12px 40px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(232, 213, 163, 0.1),
    0 0 48px rgba(201, 169, 110, 0.05);
  --shadow-panel: 0 20px 56px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(232, 213, 163, 0.12),
    0 0 64px rgba(201, 169, 110, 0.06);

  --gold-100: var(--gold-light);
  --gold-200: var(--gold-light);
  --gold-300: var(--gold);
  --gold-400: var(--gold);
  --gold-500: var(--gold-dark);
  --gold-glow: rgba(201, 169, 110, 0.22);
  --glow-gold-soft: rgba(201, 169, 110, 0.14);
  --glow-gold-faint: rgba(201, 169, 110, 0.07);
  --glow-beige-soft: rgba(232, 213, 163, 0.1);
  --glow-cream-soft: rgba(245, 237, 213, 0.06);

  --cream: var(--text-cream);
  --text-on-brown: var(--text-cream);
  --text-on-brown-muted: var(--text-muted);

  --font-display: 'Cinzel', serif;
  --font-elegant: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition: 0.5s var(--ease-out);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--brown-deep);
  color: var(--text-cream);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body > main,
body > .footer,
body > [id$="-mount"]:not(#cart-mount) {
  position: relative;
  z-index: 1;
}

body.rtl { direction: rtl; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; }

.container { width: min(1280px, 90vw); margin: 0 auto; }

/* ---- Section Themes — alternating depth + warm glow ---- */
.section-dark,
.section-light {
  overflow: hidden;
  isolation: isolate;
}

.section-dark {
  background: var(--surface-base);
  color: var(--text-cream);
  position: relative;
}

.section-dark:not(.page-hero-cine)::before,
.section-light::before,
.section-light.alt::before {
  display: none;
}

.section-dark:not(.page-hero-cine)::after,
.section-light::after,
.section-light.alt::after {
  display: none;
}

.section-light {
  background: var(--surface-band);
  color: var(--text-cream);
  position: relative;
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
}

.section-light.alt {
  background: var(--surface-raised);
}

.section-dark > *,
.section-light > * {
  position: relative;
  z-index: 1;
}

.section-light .display-title,
.section-light .display-title.light { color: var(--text-cream); }
.section-light .eyebrow { color: var(--gold); }
.section-light .eyebrow.gold { color: var(--gold); }
.section-light p { color: var(--text-muted); }
.section-light .section-lead { color: var(--text-muted); }
.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4 { color: var(--text-cream); }
.section-light .breadcrumb { color: var(--text-muted); }
.section-light .breadcrumb a { color: var(--text-muted); }
.section-light .breadcrumb a:hover { color: var(--gold); }
.section-light .btn-outline-gold {
  color: var(--gold);
  border-color: var(--border-gold);
}

/* Dark sections */
.section-dark .display-title,
.section-dark .display-title.light { color: var(--text-cream); }
.section-dark .eyebrow { color: var(--gold); }
.section-dark .eyebrow.gold { color: var(--gold); }
.section-dark p { color: var(--text-muted); }
.section-dark .section-lead { color: var(--text-muted); }
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4 { color: var(--text-cream); }
.section-dark .page-hero-sub { color: var(--text-muted); }
.section-dark .breadcrumb { color: var(--text-muted); }
.section-dark .breadcrumb a { color: var(--text-muted); }
.section-dark .breadcrumb a:hover { color: var(--gold); }
.section-dark .stat-block span { color: var(--text-muted); }
.section-dark .timeline-content h3 { color: var(--text-cream); }
.section-dark .timeline-content p { color: var(--text-muted); }
.section-dark .cta-content p { color: var(--text-muted); }
.section-dark .faq-question { color: var(--text-cream); }
.section-dark .faq-answer p { color: var(--text-muted); }
.section-dark .footer-brand > p,
.section-dark .footer-about,
.section-dark .footer-col li,
.section-dark .footer-col a,
.section-dark .footer-links a { color: var(--text-muted); }
.section-dark .footer-bottom p,
.section-dark .footer-rights { color: rgba(245, 237, 213, 0.5); }
.section-dark .filter-pills {
  background: var(--brown-card);
  border-color: var(--border-gold);
}
.section-dark .pill { color: var(--text-muted); }
.section-dark .pill:hover { color: var(--gold); }

/* Product & checkout pages */
.product-page .breadcrumb { color: var(--text-muted); }
.product-page .breadcrumb a { color: var(--text-muted); }
.product-page .breadcrumb a:hover { color: var(--gold); }
.product-page .related-section h2 { color: var(--text-cream); }
.product-page .btn-outline-gold {
  color: var(--gold);
  border-color: var(--border-gold);
}


/* ---- Loader ---- */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--brown-deep);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  transition: opacity 0.8s var(--ease-out), visibility 0.8s;
}

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

.loader-inner {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-ring {
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-top-color: var(--gold-300);
  border-right-color: rgba(201, 169, 110, 0.2);
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
}

.loader-logo {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}

.loader-text {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-300);
}

.loader-progress {
  width: 120px;
  height: 1px;
  background: rgba(201, 169, 110, 0.15);
  overflow: hidden;
}

.loader-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
  animation: loadProgress 1.5s var(--ease-out) forwards;
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes loadProgress { to { width: 100%; } }

/* ---- Header ---- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.25rem 0;
  background: rgba(26, 16, 8, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: var(--transition);
}

.header.scrolled {
  padding: 0.75rem 0;
  background: rgba(26, 16, 8, 0.95);
  border-bottom: 1px solid var(--border-gold);
  box-shadow: none;
}

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

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.nav-logo img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  border: 1.5px solid var(--border-gold);
  transition: var(--transition);
}

.nav-logo:hover img {
  border-color: var(--gold-300);
  box-shadow: 0 0 24px var(--gold-glow);
}

.nav-brand {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: var(--cream);
  transition: color var(--transition);
}

.nav-brand span {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: var(--gold-300);
  font-weight: 400;
}

.nav-links {
  display: flex;
  gap: 2.25rem;
}

.nav-links a {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  position: relative;
  transition: color 0.3s;
}

.nav-links a::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-300), transparent);
  transition: width 0.4s var(--ease-out);
}

body.rtl .nav-links a::before { left: auto; right: 0; }
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::before { width: 100%; }

.nav-links a.active {
  color: var(--gold);
}

.nav-links a.active::before { width: 100%; }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lang-toggle {
  background: rgba(201, 169, 110, 0.06);
  border: 1px solid rgba(201, 169, 110, 0.25);
  color: var(--gold-300);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: var(--transition);
}

.lang-toggle:hover {
  background: rgba(201, 169, 110, 0.12);
  border-color: var(--gold-300);
}

.cart-btn {
  position: relative;
  background: rgba(201, 169, 110, 0.06);
  border: 1px solid rgba(201, 169, 110, 0.2);
  color: var(--cream);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.cart-btn:hover {
  border-color: var(--gold-300);
  color: var(--gold-300);
}

.cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-300));
  color: var(--dark-950);
  font-size: 0.6rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.rtl .cart-count { right: auto; left: -4px; }

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--cream);
  transition: var(--transition);
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.btn-gold {
  background: var(--gold);
  color: var(--brown-deep);
}

.btn-gold:hover {
  transform: translateY(-3px);
  background: var(--gold-light);
  box-shadow: 0 12px 40px rgba(201, 169, 110, 0.35);
}

.btn-shine::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transition: left 0.6s;
}

.btn-shine:hover::after { left: 150%; }

.btn-glass {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 169, 110, 0.3);
  color: var(--gold-200);
  backdrop-filter: blur(8px);
}

.btn-glass:hover {
  background: rgba(201, 169, 110, 0.08);
  border-color: var(--gold-300);
}

.btn-outline-gold {
  background: transparent;
  border: 1px solid rgba(201, 169, 110, 0.4);
  color: var(--gold-300);
}

.btn-outline-gold:hover {
  background: rgba(201, 169, 110, 0.08);
  border-color: var(--gold-300);
}

.btn-lg { padding: 1.15rem 2.5rem; font-size: 0.75rem; }
.btn-full { width: 100%; }

/* ---- Typography ---- */
.eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.eyebrow.gold { color: var(--gold-300); }

.display-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--text-cream);
}

.section-intro { margin-bottom: 3.5rem; }
.section-intro.centered { text-align: center; }
.section-lead {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 540px;
  margin: 1rem auto 0;
  font-weight: 300;
  line-height: 1.8;
}

.gold-text { color: var(--gold-300); }

/* ---- Scroll Reveal ---- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ---- HERO CINEMATIC (full-bleed, centered) ---- */
.hero-cine {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6rem 1.5rem 4rem;
  color: var(--text-on-brown);
}

.hero-cine-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-cine-scene {
  position: absolute;
  inset: -8%;
  background-size: cover;
  background-position: center center;
  filter: blur(2px) saturate(1.05);
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.2s var(--ease-out), transform 8s linear;
}

.hero-cine-scene.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-cine-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(201, 169, 110, 0.1) 0%, transparent 70%),
    radial-gradient(ellipse 45% 55% at 15% 75%, rgba(232, 213, 163, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(58, 36, 14, 0.85) 0%, transparent 60%),
    linear-gradient(to top, rgba(26, 16, 8, 0.95) 0%, rgba(26, 16, 8, 0.55) 50%, rgba(26, 16, 8, 0.75) 100%);
  pointer-events: none;
}

.hero-cine-grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-cine-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  z-index: 3;
  font-family: var(--font-display);
  font-size: clamp(8rem, 22vw, 18rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 169, 110, 0.12);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.hero-cine-rail {
  position: absolute;
  left: max(1.25rem, env(safe-area-inset-left));
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  z-index: 4;
  pointer-events: none;
}

.hero-cine-rail span {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(250, 246, 239, 0.35);
}

body.rtl .hero-cine-rail {
  left: auto;
  right: max(1.25rem, env(safe-area-inset-right));
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
}

.hero-cine-center {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.hero-cine-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.4rem 1rem 0.4rem 0.4rem;
  margin-bottom: 2rem;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 169, 110, 0.3);
  backdrop-filter: blur(16px);
}

.hero-cine-badge img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.hero-cine-badge span {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-300);
}

.hero-cine-headline {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8.5vw, 6.5rem);
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.hero-cine-line {
  display: block;
}

.hero-cine-line--gold em {
  font-family: var(--font-elegant);
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, var(--gold-200) 0%, var(--gold-400) 50%, var(--gold-300) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-cine-sub {
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  font-weight: 300;
  line-height: 1.85;
  color: rgba(250, 246, 239, 0.72);
  max-width: 520px;
  margin: 0 auto 2.25rem;
}

.hero-cine-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.btn-cine-ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(250, 246, 239, 0.28);
  color: var(--text-on-brown);
  backdrop-filter: blur(12px);
  transition: var(--transition);
}

.btn-cine-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--gold-300);
  color: var(--gold-200);
}

.hero-cine-down {
  position: absolute;
  bottom: 2.25rem;
  right: max(1.5rem, env(safe-area-inset-right));
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(250, 246, 239, 0.45);
  transition: color 0.3s;
}

body.rtl .hero-cine-down {
  right: auto;
  left: max(1.5rem, env(safe-area-inset-left));
}

.hero-cine-down svg {
  animation: cineDownBounce 2.2s ease-in-out infinite;
}

.hero-cine-down:hover { color: var(--gold-300); }

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

@media (max-width: 768px) {
  .hero-cine {
    padding: 5.5rem 1rem 4rem;
  }

  .hero-cine-rail { display: none; }

  .hero-cine-watermark {
    font-size: clamp(5rem, 30vw, 9rem);
    -webkit-text-stroke-width: 0.5px;
  }

  .hero-cine-down {
    bottom: 2rem;
    right: 50%;
    transform: translateX(50%);
    flex-direction: column;
  }

  body.rtl .hero-cine-down {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .hero-cine-cta { flex-direction: column; width: 100%; }
  .hero-cine-cta .btn { width: 100%; justify-content: center; }
}

/* ---- MARQUEE (LIGHT) ---- */
.marquee {
  padding: 1.25rem 0;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-right: 2.5rem;
  white-space: nowrap;
}

.marquee-content span {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.marquee-content .dot {
  color: var(--gold-400);
  font-size: 0.6rem;
}

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

/* ---- BENTO FEATURES (LIGHT) ---- */
.features { padding: 7rem 0; }

.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1.25rem;
}

.bento-card {
  background: var(--surface-panel);
  border: 1px solid var(--border-gold-strong);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-card);
}

.bento-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow:
    var(--shadow-panel),
    0 0 48px rgba(201, 169, 110, 0.1);
}

.bento-large { grid-row: span 2; }

.bento-wide { grid-column: span 2; }

.bento-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 169, 110, 0.25);
  color: var(--gold-500);
  margin-bottom: 1.25rem;
  transition: var(--transition);
}

.bento-card:hover .bento-icon {
  background: rgba(201, 169, 110, 0.08);
  border-color: var(--gold-400);
}

.bento-card h3 {
  font-family: var(--font-elegant);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
  color: var(--text-cream);
}

.bento-card p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.bento-deco {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(201, 169, 110, 0.1);
  border-radius: 50%;
}

/* ---- COLLECTION (DARK) ---- */
.collection {
  padding: 8rem 0;
  overflow: hidden;
}

.collection-bg-glow {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: min(960px, 120%);
  height: 480px;
  background:
    radial-gradient(ellipse, rgba(201, 169, 110, 0.14) 0%, rgba(232, 213, 163, 0.05) 40%, transparent 72%);
  filter: blur(24px);
  pointer-events: none;
  z-index: 0;
}

.collection-toolbar {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.filter-pills {
  display: flex;
  gap: 0.5rem;
  padding: 0.35rem;
  background: var(--brown-card);
  border: 1px solid var(--border-gold);
  border-radius: 100px;
}

.pill {
  background: transparent;
  border: none;
  color: var(--light-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.65rem 1.4rem;
  cursor: pointer;
  border-radius: 100px;
  transition: var(--transition);
}

.pill:hover { color: var(--gold-500); }

.pill.active {
  background: var(--gold);
  color: var(--brown-deep);
}

.products-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.product-card {
  position: relative;
  background: var(--surface-card);
  border: 1px solid var(--border-gold-strong);
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
  opacity: 1;
  transform: translateY(0);
  box-shadow: var(--shadow-card);
}

.product-card:hover {
  border-color: var(--gold);
  transform: translateY(-8px);
  box-shadow:
    var(--shadow-medium),
    0 0 56px rgba(201, 169, 110, 0.12),
    inset 0 1px 0 rgba(232, 213, 163, 0.14);
}

.product-card.hidden-filter {
  display: none;
}

.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(26, 16, 8, 0.75) 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

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

.product-image-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  background: var(--surface-raised);
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.8s var(--ease-out);
}

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

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  background: rgba(26, 16, 8, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.9rem;
}

body.rtl .product-badge { left: auto; right: 1rem; }

.product-quick {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 3;
  opacity: 0;
  transition: var(--transition);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-300);
  white-space: nowrap;
}

.product-card:hover .product-quick {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.product-info {
  padding: 1.5rem 1.25rem 1.75rem;
  position: relative;
}

.product-brand {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 0.35rem;
}

.product-name {
  font-family: var(--font-elegant);
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
  line-height: 1.2;
  color: var(--text-cream);
}

.product-notes {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
  font-weight: 300;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-price {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--gold-300);
  letter-spacing: 0.04em;
}

.add-to-cart {
  width: 44px;
  height: 44px;
  background: rgba(201, 169, 110, 0.06);
  border: 1px solid rgba(201, 169, 110, 0.25);
  color: var(--gold-300);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.add-to-cart:hover {
  background: var(--gold);
  color: var(--brown-deep);
  border-color: var(--gold);
  transform: scale(1.08);
}

/* ---- EXPERIENCE (LIGHT) ---- */
.experience { padding: 8rem 0; }

.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.experience-visual { position: relative; }

.experience-frame {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 40px 80px rgba(26, 16, 8, 0.12);
}

.experience-frame img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}

.experience-frame:hover img { transform: scale(1.04); }

.experience-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(transparent, rgba(26, 16, 8, 0.7));
}

.experience-label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-200);
}

.experience-float {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: var(--light-surface);
  border: 1px solid var(--light-border);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: 0 20px 50px rgba(26, 16, 8, 0.1);
  animation: floatBadge 4s ease-in-out infinite;
}

body.rtl .experience-float { right: auto; left: -1.5rem; }

.experience-float img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.experience-float strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.8rem;
  color: var(--light-text);
}

.experience-float span {
  font-size: 0.68rem;
  color: var(--light-muted);
  letter-spacing: 0.08em;
}

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

.experience-content p {
  font-size: 0.95rem;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.experience-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

.exp-card {
  padding: 1.25rem;
  background: var(--surface-panel);
  border: 1px solid var(--border-gold);
  transition: var(--transition);
  box-shadow: var(--shadow-card);
}

.exp-card:hover {
  border-color: rgba(201, 169, 110, 0.3);
  transform: translateY(-3px);
}

.exp-num {
  font-family: var(--font-display);
  font-size: 0.7rem;
  color: var(--gold-400);
  letter-spacing: 0.1em;
}

.exp-card h4 {
  font-family: var(--font-elegant);
  font-size: 1.1rem;
  margin: 0.5rem 0 0.25rem;
  color: var(--light-text);
}

.exp-card p {
  font-size: 0.75rem !important;
  margin: 0 !important;
}

/* ---- ABOUT (DARK) ---- */
.about { padding: 8rem 0; }

.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-media { position: relative; }

.about-img-main {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 40px 80px rgba(92, 64, 51, 0.2);
}

.about-img-main img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.about-img-accent {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 45%;
  z-index: 3;
  border: 3px solid var(--border-gold);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

body.rtl .about-img-accent { right: auto; left: -2rem; }

.about-img-accent img { aspect-ratio: 1; object-fit: cover; }

.about-quote {
  position: absolute;
  top: 2rem;
  left: -2rem;
  z-index: 4;
  background: var(--brown-card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-gold);
  color: var(--text-cream);
  padding: 1.25rem 1.5rem;
  max-width: 220px;
}

body.rtl .about-quote { left: auto; right: -2rem; }

.about-quote blockquote {
  font-family: var(--font-elegant);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.about-text p {
  font-size: 0.95rem;
  color: var(--text-on-brown-muted);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.about-features { margin: 2rem 0 2.5rem; }

.about-features li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(201, 169, 110, 0.08);
  font-size: 0.88rem;
}

.about-features .check {
  color: var(--gold-300);
  font-size: 0.65rem;
}

/* ---- TESTIMONIALS (LIGHT) ---- */
.testimonials { padding: 7rem 0; }

.testimonials-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.testimonial-card {
  background: var(--surface-panel);
  border: 1px solid var(--border-gold-strong);
  padding: 2rem;
  transition: var(--transition);
  position: relative;
  box-shadow: var(--shadow-card);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow:
    var(--shadow-panel),
    0 0 52px rgba(201, 169, 110, 0.1);
  border-color: var(--gold);
}

.testimonial-card.featured {
  background: var(--surface-band);
  border-color: var(--gold);
  color: var(--text-cream);
  transform: scale(1.03);
  box-shadow: var(--shadow-panel);
}

.testimonial-card.featured p { color: var(--text-muted); }
.testimonial-card.featured footer span { color: var(--text-muted); }
.testimonial-card.featured footer strong { color: var(--text-cream); }

.testimonial-stars {
  color: var(--gold-400);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.25rem;
}

.testimonial-card p {
  font-family: var(--font-elegant);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  color: var(--text-muted);
}

.testimonial-card footer strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
  color: var(--text-cream);
}

.testimonial-card footer span {
  font-size: 0.68rem;
  color: var(--text-muted);
  letter-spacing: 0.06em;
}

/* ---- CTA (DARK) ---- */
.cta {
  padding: 8rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section-dark .cta {
  background: linear-gradient(180deg, var(--surface-base) 0%, var(--surface-raised) 100%);
}

.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background:
    radial-gradient(circle, rgba(201, 169, 110, 0.16) 0%, rgba(232, 213, 163, 0.06) 38%, transparent 65%);
  filter: blur(32px);
  animation: glowPulse 6s ease-in-out infinite;
}

.cta-content { position: relative; z-index: 2; }

.cta-title { margin: 0.5rem 0 1.25rem; }

.cta-content p {
  color: var(--text-on-brown-muted);
  max-width: 480px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
  line-height: 1.8;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---- FOOTER (DARK) ---- */
.footer {
  padding: 0;
  background: var(--brown-deep);
  border-top: 1px solid var(--border-gold);
  position: relative;
  overflow: hidden;
}

.footer-top-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.35;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 3rem;
  padding: 4rem 0 3rem;
}

.footer-brand-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  transition: opacity 0.3s;
}

.footer-brand-link:hover { opacity: 0.85; }

.footer-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border-gold);
  flex-shrink: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.footer-brand-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-cream);
  line-height: 1.2;
}

.footer-brand-name span {
  color: var(--gold);
  margin-left: 0.35em;
}

body.rtl .footer-brand-name span { margin-left: 0; margin-right: 0.35em; }

.footer-brand-tag {
  font-family: var(--font-elegant);
  font-style: italic;
  font-size: 0.88rem;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.footer-about {
  font-size: 0.84rem;
  line-height: 1.7;
  color: var(--text-muted-ref);
  max-width: 28ch;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 0.65rem;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-gold);
  color: var(--text-muted-ref);
  transition: var(--transition);
}

.footer-social a:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201, 169, 110, 0.08);
}

.footer-col h4 {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.35rem;
}

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

.footer-col li {
  margin-bottom: 0.7rem;
  font-size: 0.84rem;
  color: var(--text-muted-ref);
  line-height: 1.5;
}

.footer-col a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted-ref);
  transition: color 0.3s;
}

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

.footer-icon {
  color: var(--gold);
  font-size: 0.8rem;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid var(--border-gold);
  padding: 1.75rem 0;
  background: rgba(0, 0, 0, 0.2);
}

.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  text-align: center;
}

.footer-bottom-logo {
  display: block;
  margin-bottom: 0.25rem;
}

.footer-bottom-logo img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid var(--border-gold);
  opacity: 0.9;
  transition: var(--transition);
}

.footer-bottom-logo:hover img {
  border-color: var(--gold);
  opacity: 1;
}

.footer-bottom p {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--text-muted-ref);
}

.footer-rights {
  font-size: 0.68rem !important;
  opacity: 0.75;
}

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

.cart-overlay.active,
.modal-overlay.active { opacity: 1; visibility: visible; }

.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: min(440px, 92vw);
  height: 100vh;
  background: var(--brown-dark);
  border-left: 1px solid var(--border-gold);
  color: var(--text-cream);
  z-index: 2001;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.5s var(--ease-out);
  box-shadow: -12px 0 48px rgba(0, 0, 0, 0.45), -8px 0 80px rgba(201, 169, 110, 0.06);
}

body.rtl .cart-sidebar {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid rgba(201, 169, 110, 0.12);
  transform: translateX(-100%);
}

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

.cart-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.75rem;
  border-bottom: 1px solid var(--light-border);
}

.cart-label {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-400);
  display: block;
  margin-bottom: 0.25rem;
}

.cart-header h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--light-text);
}

.cart-close,
.modal-close {
  background: none;
  border: none;
  color: var(--light-muted);
  font-size: 1.6rem;
  cursor: pointer;
  transition: color 0.3s;
  line-height: 1;
}

.cart-close:hover,
.modal-close:hover { color: var(--gold-300); }

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.cart-empty {
  text-align: center;
  padding: 4rem 1rem;
  color: var(--light-muted);
  font-family: var(--font-elegant);
  font-style: italic;
  font-size: 1.1rem;
}

.cart-item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--light-border);
}

.cart-item img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 1px solid rgba(201, 169, 110, 0.12);
}

.cart-item-name {
  font-family: var(--font-elegant);
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.cart-item-price {
  color: var(--gold-300);
  font-size: 0.82rem;
  margin-bottom: 0.5rem;
}

.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-item-qty button {
  width: 28px;
  height: 28px;
  background: transparent;
  border: 1px solid var(--light-border);
  color: var(--light-text);
  cursor: pointer;
  transition: var(--transition);
}

.cart-item-qty button:hover {
  border-color: var(--gold-300);
  color: var(--gold-300);
}

.cart-item-remove {
  background: none;
  border: none;
  color: var(--light-muted);
  font-size: 1.2rem;
  cursor: pointer;
  align-self: flex-start;
  transition: color 0.3s;
}

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

.cart-footer {
  padding: 1.5rem 1.75rem;
  border-top: 1px solid var(--light-border);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.cart-total span:last-child { color: var(--gold-300); }

.product-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  width: min(960px, 94vw);
  max-height: 90vh;
  background: var(--brown-dark);
  border: 1px solid var(--border-gold);
  color: var(--text-cream);
  z-index: 2001;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  overflow-y: auto;
  box-shadow: var(--shadow-medium);
}

.product-modal.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10;
}

body.rtl .modal-close { right: auto; left: 1.25rem; }

.modal-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.modal-image { position: relative; overflow: hidden; }

.modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}

.modal-details {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-brand {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 0.5rem;
}

.modal-details h2 {
  font-family: var(--font-elegant);
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.modal-tagline {
  font-family: var(--font-elegant);
  font-style: italic;
  color: var(--gold-300);
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
}

.modal-desc {
  font-size: 0.88rem;
  color: var(--light-muted);
  line-height: 1.85;
  margin-bottom: 1.5rem;
}

.modal-notes h4 {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 0.5rem;
}

.modal-notes p {
  font-size: 0.82rem;
  color: var(--light-muted);
  margin-bottom: 2rem;
}

.modal-price {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold-500);
  margin-bottom: 1.5rem;
}

/* ---- Toast ---- */
.toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--brown-card);
  border: 1px solid var(--border-gold);
  color: var(--text-cream);
  padding: 1rem 2rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  z-index: 3000;
  opacity: 0;
  transition: var(--transition);
}

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

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .experience-grid,
  .about-layout,
  .modal-content { grid-template-columns: 1fr; }

  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-large { grid-row: auto; }
  .bento-wide { grid-column: span 1; }

  .products-showcase,
  .testimonials-track { grid-template-columns: 1fr 1fr; }

  .testimonial-card.featured { transform: none; }

  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { max-width: none; }
  .experience-cards { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-brand { display: none; }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    width: min(300px, 85vw);
    height: 100vh;
    background: var(--brown-dark);
    flex-direction: column;
    padding: 5rem 2rem 2rem;
    gap: 1.5rem;
    transform: translateX(100%);
    transition: transform 0.5s var(--ease-out);
    border-left: 1px solid var(--border-gold);
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.5);
  }

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

  body.rtl .nav-links {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    border-left: none;
    border-right: 1px solid rgba(201, 169, 110, 0.1);
  }

  .nav-links.open { transform: translateX(0); }
  .menu-toggle { display: flex; }

  .bento-grid,
  .products-showcase,
  .testimonials-track { grid-template-columns: 1fr; }

  .about-img-accent,
  .about-quote { display: none; }

  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand-link { justify-content: center; }
  .footer-about { margin-left: auto; margin-right: auto; }
  .footer-social { justify-content: center; }
  .footer-col ul { display: inline-block; text-align: start; }
  body.rtl .footer-col ul { text-align: end; }

  .modal-content { grid-template-columns: 1fr; }
  .modal-image img { min-height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ================================================
   MULTI-PAGE & ENHANCED SECTIONS
   ================================================ */

.section-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.section-cta { text-align: center; margin-top: 3rem; }

/* Categories */
.categories { padding: 7rem 0; }

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.category-card {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  display: block;
  transition: var(--transition);
}

.category-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(26, 16, 8, 0.15); }

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

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

.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 30%, rgba(26, 16, 8, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: var(--text-on-brown);
}

.category-num {
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--gold-300);
  margin-bottom: 0.5rem;
}

.category-overlay h3 {
  font-family: var(--font-elegant);
  font-size: 1.6rem;
  margin-bottom: 0.35rem;
}

.category-overlay p {
  font-size: 0.82rem;
  color: var(--text-on-brown-muted);
  margin-bottom: 0.75rem;
}

.category-arrow {
  font-size: 1.2rem;
  color: var(--gold-300);
  transition: transform 0.3s;
}

.category-card:hover .category-arrow { transform: translateX(6px); }
body.rtl .category-card:hover .category-arrow { transform: translateX(-6px); }

/* Featured */
.featured { padding: 7rem 0; }

.featured-grid .product-card-featured {
  grid-column: span 1;
}

.product-card-link {
  display: block;
  color: inherit;
}

.product-card-link:hover { color: inherit; }

.product-meta-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  color: var(--light-muted);
}

.product-volume {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-rating { color: var(--gold-400); }

/* Process */
.process { padding: 7rem 0; }

.process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

.process-step {
  flex: 1;
  text-align: center;
  padding: 2rem 1.5rem;
  max-width: 280px;
  background: var(--surface-panel);
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}

.process-step:hover {
  border-color: var(--border-gold-strong);
  transform: translateY(-4px);
  box-shadow: var(--shadow-panel);
}

.step-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem;
  border: 1px solid rgba(201, 169, 110, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold-500);
  transition: var(--transition);
}

.process-step:hover .step-icon {
  background: rgba(201, 169, 110, 0.08);
  border-color: var(--gold-400);
  transform: translateY(-4px);
}

.process-step h3 {
  font-family: var(--font-elegant);
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  color: var(--light-text);
}

.process-step p { font-size: 0.88rem; line-height: 1.7; color: var(--light-muted); }

.process-connector {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.3), transparent);
  margin-top: 36px;
  flex-shrink: 0;
}

/* Story strip */
.story-strip { padding: 7rem 0; }

.story-strip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.story-strip-content p {
  color: var(--light-muted);
  line-height: 1.85;
  margin: 1.25rem 0 2rem;
  font-size: 0.95rem;
}

.story-strip-visual {
  position: relative;
}

.story-strip-visual img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.story-strip-frame {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(201, 169, 110, 0.25);
  z-index: 1;
}

body.rtl .story-strip-frame { right: auto; left: -1.5rem; }

/* Gallery */
.gallery-section { padding: 5rem 0 7rem; }

.gallery-strip {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 5vw 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.gallery-item {
  flex: 0 0 min(320px, 70vw);
  scroll-snap-align: start;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.gallery-item:hover img { transform: scale(1.05); }

/* Testimonials carousel */
.testimonials-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.testimonials-carousel .testimonial-card {
  opacity: 0.6;
  transform: scale(0.97);
  transition: var(--transition);
}

.testimonials-carousel .testimonial-card.carousel-active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(201, 169, 110, 0.35);
  box-shadow: 0 24px 60px rgba(26, 16, 8, 0.1);
}

/* Newsletter */
.newsletter { padding: 5rem 0; border-top: 1px solid var(--light-border); }

.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem;
  background: var(--surface-panel);
  border: 1px solid var(--border-gold-strong);
  box-shadow: var(--shadow-panel);
  flex-wrap: wrap;
}

.newsletter-content p {
  color: var(--light-muted);
  margin-top: 0.75rem;
  max-width: 420px;
  line-height: 1.7;
}

.cart-continue {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--light-muted);
  transition: color 0.3s;
}

.cart-continue:hover { color: var(--gold-500); }

/* ---- Inner Page Hero (cinematic) ---- */
.page-hero-cine {
  position: relative;
  min-height: clamp(340px, 52vh, 520px);
  display: flex;
  align-items: flex-end;
  padding: 7.5rem 0 4rem;
  overflow: hidden;
  color: var(--text-cream);
}

.page-hero-cine--compact {
  min-height: clamp(280px, 42vh, 400px);
  padding-bottom: 3rem;
}

.page-hero-cine-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transform: scale(1.06);
  animation: pageHeroKen 18s ease-out forwards;
}

@keyframes pageHeroKen {
  to { transform: scale(1); }
}

@keyframes pageHeroGlowPulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.08); }
}

.page-hero-cine-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(72px);
}

.page-hero-cine-glow--gold {
  width: min(480px, 55vw);
  height: min(480px, 55vw);
  top: 5%;
  right: 8%;
  background: rgba(201, 169, 110, 0.28);
  animation: pageHeroGlowPulse 6s ease-in-out infinite;
}

.page-hero-cine-glow--beige {
  width: min(360px, 45vw);
  height: min(360px, 45vw);
  bottom: 0;
  left: 5%;
  background: rgba(232, 213, 163, 0.16);
  animation: pageHeroGlowPulse 8s ease-in-out infinite reverse;
}

body.rtl .page-hero-cine-glow--gold {
  right: auto;
  left: 8%;
}

body.rtl .page-hero-cine-glow--beige {
  left: auto;
  right: 5%;
}

.page-hero-cine-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 60% 75% at 82% 35%, rgba(201, 169, 110, 0.22) 0%, transparent 62%),
    radial-gradient(ellipse 50% 65% at 12% 85%, rgba(232, 213, 163, 0.1) 0%, transparent 58%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(58, 36, 14, 0.88) 0%, transparent 60%),
    linear-gradient(105deg, rgba(26, 16, 8, 0.88) 0%, rgba(26, 16, 8, 0.62) 42%, rgba(26, 16, 8, 0.9) 100%);
  pointer-events: none;
}

.page-hero-cine-grain {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.page-hero-cine-ornament {
  position: absolute;
  right: max(2rem, 8vw);
  top: 50%;
  transform: translateY(-50%);
  width: min(280px, 32vw);
  height: min(280px, 32vw);
  z-index: 3;
  pointer-events: none;
}

body.rtl .page-hero-cine-ornament {
  right: auto;
  left: max(2rem, 8vw);
}

.page-hero-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 169, 110, 0.14);
  border-radius: 50%;
}

.page-hero-ring--outer {
  animation: pageHeroSpin 28s linear infinite;
}

.page-hero-ring--inner {
  inset: 18%;
  border-color: rgba(201, 169, 110, 0.08);
  animation: pageHeroSpin 20s linear infinite reverse;
}

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

.page-hero-cine-watermark {
  position: absolute;
  right: max(1rem, 6vw);
  bottom: 0.5rem;
  z-index: 3;
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 169, 110, 0.1);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

body.rtl .page-hero-cine-watermark {
  right: auto;
  left: max(1rem, 6vw);
}

.page-hero-cine-rail {
  position: absolute;
  left: max(1.25rem, env(safe-area-inset-left));
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  z-index: 4;
  pointer-events: none;
}

body.rtl .page-hero-cine-rail {
  left: auto;
  right: max(1.25rem, env(safe-area-inset-right));
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
}

.page-hero-cine-rail span {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(245, 237, 213, 0.35);
}

.page-hero-cine-inner {
  position: relative;
  z-index: 5;
  max-width: 720px;
}

.page-hero-cine-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  z-index: 5;
  background:
    linear-gradient(to top, var(--surface-base) 0%, rgba(26, 16, 8, 0.88) 40%, transparent 100%),
    radial-gradient(ellipse 90% 120% at 50% 100%, rgba(201, 169, 110, 0.14) 0%, transparent 68%);
  pointer-events: none;
}

.page-hero-eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.page-hero-cine-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5.5vw, 4.25rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: var(--text-cream);
  margin-bottom: 0.85rem;
}

.page-hero-cine-sub {
  font-family: var(--font-elegant);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-style: italic;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 1.75rem;
}

.page-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.page-hero-chip {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--border-gold);
  color: var(--text-muted);
  background: rgba(26, 16, 8, 0.5);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 24px rgba(201, 169, 110, 0.08);
}

.page-hero-cine .breadcrumb {
  margin-bottom: 1.25rem;
  color: rgba(245, 237, 213, 0.55);
}

.page-hero-cine .breadcrumb a:hover {
  color: var(--gold);
}

@media (max-width: 768px) {
  .page-hero-cine {
    min-height: clamp(300px, 48vh, 420px);
    padding-top: 6.5rem;
    align-items: flex-end;
  }

  .page-hero-cine-ornament,
  .page-hero-cine-rail {
    display: none;
  }

  .page-hero-cine-watermark {
    font-size: clamp(3rem, 18vw, 5rem);
    opacity: 0.7;
  }
}

/* Legacy page hero (fallback) */
.page-hero {
  padding: 9rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.page-hero-light {
  background: var(--brown-deep);
  color: var(--text-cream);
}
.page-hero-light .page-hero-sub { color: var(--text-muted); }
.page-hero-light .breadcrumb { color: var(--text-muted); }
.page-hero-light .breadcrumb a { color: var(--text-muted); }

.page-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(201, 169, 110, 0.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(58, 36, 14, 0.8) 0%, transparent 60%);
}

.page-hero-content { position: relative; z-index: 2; }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-on-brown-muted);
  margin-bottom: 1.5rem;
}

.breadcrumb a { transition: color 0.3s; color: inherit; }
.breadcrumb a:hover { color: var(--gold-300); }

.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  color: var(--text-on-brown);
}

.page-hero-sub {
  font-size: 1.05rem;
  color: var(--text-on-brown-muted);
  font-weight: 300;
  max-width: 520px;
}

/* Shop page — 3-column product grid */
.shop-page {
  padding: 3rem 0 5rem;
  background: var(--surface-base);
}

.shop-controls {
  margin-bottom: 3.5rem;
  padding: 1.75rem 2rem;
  background: var(--surface-panel);
  border: 1px solid var(--border-gold-strong);
  box-shadow: var(--shadow-panel);
}

.shop-controls-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-gold);
}

.shop-count {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.shop-sort-label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.shop-sort-label select {
  background: var(--surface-card);
  border: 1px solid var(--border-gold);
  padding: 0.55rem 1rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-cream);
  cursor: pointer;
}

.shop-filter-panel {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.shop-filter-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.shop-filter-label {
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  min-width: 5.5rem;
  flex-shrink: 0;
}

.shop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.shop-chip {
  background: transparent;
  border: 1px solid var(--border-gold);
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  padding: 0.45rem 1rem;
  cursor: pointer;
  transition: var(--transition);
}

.shop-chip:hover {
  border-color: var(--gold);
  color: var(--text-cream);
}

.shop-chip.active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--brown-deep);
}

.shop-filter-toggle {
  display: none;
  width: 100%;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background: transparent;
  border: 1px solid var(--border-gold);
  color: var(--text-cream);
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.shop-filter-toggle svg {
  transition: transform 0.3s;
}

.shop-filter-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

/* Shop product grid — 3 columns, compact cards */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 920px;
  margin-inline: auto;
}

.shop-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 5rem 2rem;
  border: 1px solid var(--border-gold);
  background: var(--surface-card);
}

/* Advanced shop cards */
.shop-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--surface-card);
  border: 1px solid var(--border-gold-strong);
  overflow: hidden;
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out), border-color 0.35s;
  box-shadow: var(--shadow-card);
}

.shop-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.35), transparent 40%, transparent 60%, rgba(232, 213, 163, 0.2)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 4;
}

.shop-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow:
    var(--shadow-medium),
    0 0 40px rgba(201, 169, 110, 0.12),
    inset 0 1px 0 rgba(232, 213, 163, 0.12);
}

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

.shop-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem;
  background:
    radial-gradient(ellipse 65% 55% at 50% 55%, rgba(201, 169, 110, 0.1) 0%, transparent 70%),
    var(--surface-raised);
}

.shop-card-img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.shop-card-img-link img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.6s var(--ease-out);
}

.shop-card:hover .shop-card-img-link img {
  transform: scale(1.04);
}

.shop-card-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(232, 213, 163, 0.12) 50%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.7s var(--ease-out);
  pointer-events: none;
  z-index: 2;
}

.shop-card:hover .shop-card-shine {
  transform: translateX(120%);
}

.shop-card-badges {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  right: 0.55rem;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.35rem;
  pointer-events: none;
}

.shop-card-cat {
  font-family: var(--font-display);
  font-size: 0.5rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.28rem 0.5rem;
  background: rgba(26, 16, 8, 0.8);
  border: 1px solid var(--border-gold);
  color: var(--text-cream);
  backdrop-filter: blur(8px);
}

.shop-card-badge {
  font-family: var(--font-display);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.28rem 0.5rem;
  background: var(--gold);
  color: var(--brown-deep);
  font-weight: 600;
}

.shop-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.5rem;
  background: rgba(26, 16, 8, 0.72);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.35s var(--ease-out);
}

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

.shop-card-overlay .btn {
  width: min(100%, 160px);
  font-size: 0.58rem;
  padding: 0.55rem 0.85rem;
  text-align: center;
  transform: translateY(8px);
  transition: transform 0.35s var(--ease-out), opacity 0.35s;
  opacity: 0;
}

.shop-card:hover .shop-card-overlay .btn {
  transform: translateY(0);
  opacity: 1;
}

.shop-card:hover .shop-card-overlay .btn:nth-child(2) {
  transition-delay: 0.06s;
}

.shop-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.85rem 0.9rem 1rem;
  border-top: 1px solid var(--border-gold);
}

.shop-card-brand {
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.2rem;
}

.shop-card-name {
  font-family: var(--font-elegant);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.15rem;
}

.shop-card-name a {
  color: var(--text-cream);
  transition: color 0.3s;
}

.shop-card-name a:hover { color: var(--gold); }

.shop-card-tagline {
  font-family: var(--font-elegant);
  font-style: italic;
  font-size: 0.75rem;
  color: var(--gold);
  margin-bottom: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-card-notes {
  font-size: 0.65rem;
  color: var(--text-muted);
  margin-bottom: 0.55rem;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.4rem;
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(201, 169, 110, 0.12);
}

.shop-card-sep { opacity: 0.4; }

.shop-card-rating {
  margin-left: auto;
  color: var(--gold);
}

.shop-card-rating em {
  font-style: normal;
  color: var(--text-muted);
  font-size: 0.6rem;
}

body.rtl .shop-card-rating {
  margin-left: 0;
  margin-right: auto;
}

.shop-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.shop-card-price {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.shop-card-add {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 169, 110, 0.08);
  border: 1px solid var(--border-gold);
  color: var(--gold);
  cursor: pointer;
  transition: var(--transition);
}

.shop-card-add svg {
  width: 15px;
  height: 15px;
}

.shop-card-add:hover {
  background: var(--gold);
  color: var(--brown-deep);
  border-color: var(--gold);
  transform: scale(1.08);
}

.shop-empty p {
  font-family: var(--font-elegant);
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: var(--text-muted);
}

/* Legacy sidebar (other pages) */
.sidebar-group { margin-bottom: 1.75rem; }

.sidebar-group h4 {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 0.75rem;
}

.sidebar-filters { display: flex; flex-direction: column; gap: 0.35rem; }

.sidebar-filter {
  background: transparent;
  border: none;
  text-align: left;
  font-size: 0.85rem;
  color: var(--light-muted);
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  transition: var(--transition);
  border-left: 2px solid transparent;
}

body.rtl .sidebar-filter { text-align: right; border-left: none; border-right: 2px solid transparent; }

.sidebar-filter:hover { color: var(--light-text); }

.sidebar-filter.active {
  color: var(--text-cream);
  background: rgba(201, 169, 110, 0.12);
  border-left-color: var(--gold);
}

body.rtl .sidebar-filter.active { border-right-color: var(--gold); }

.shop-trust { padding: 4rem 0; }

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.trust-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem;
  border: 1px solid var(--border-gold-strong);
  background: var(--surface-panel);
  box-shadow: var(--shadow-card);
}

.trust-item p {
  font-size: 0.75rem;
  color: var(--light-muted);
}

.trust-item > span {
  color: var(--gold-400);
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

.trust-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
  color: var(--light-text);
}

/* Product detail */
.product-page { padding: 3rem 0 4rem; min-height: 60vh; }

.product-layout { padding-bottom: 4rem; }

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin: 2rem 0 4rem;
  align-items: start;
}

.product-gallery-main {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-gold-strong);
  background: var(--surface-panel);
  box-shadow: var(--shadow-panel);
}

.product-gallery-main img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  padding: 1.5rem;
  background: var(--surface-raised);
}

.product-badge-lg {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: rgba(26, 16, 8, 0.85);
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
}

.product-detail-name {
  font-family: var(--font-elegant);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.5rem;
  color: var(--light-text);
}

.product-detail-tagline {
  font-family: var(--font-elegant);
  font-style: italic;
  color: var(--gold-500);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.product-detail-rating .stars { color: var(--gold-400); }

.product-detail-price {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--gold-500);
  margin-bottom: 1.5rem;
}

.product-detail-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

.product-specs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--light-border);
  border-bottom: 1px solid var(--light-border);
}

.spec span { color: var(--light-muted); letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.68rem; }
.spec strong { color: var(--light-text); font-weight: 500; }

.product-detail-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: var(--light-muted);
  margin-bottom: 1.25rem;
}

.product-detail-desc {
  font-size: 0.92rem;
  color: var(--light-muted);
  line-height: 1.85;
  margin-bottom: 2rem;
}

.product-tabs {
  margin-bottom: 4rem;
  border: 1px solid var(--light-border);
  background: var(--white);
}

.tabs-nav {
  display: flex;
  border-bottom: 1px solid var(--light-border);
}

.tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  padding: 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--light-muted);
  cursor: pointer;
  transition: var(--transition);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.tab-btn:hover { color: var(--gold-500); }

.tab-btn.active {
  color: var(--gold-500);
  border-bottom-color: var(--gold-400);
  background: rgba(201, 169, 110, 0.06);
}

.tabs-content { padding: 2rem; }

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

.scent-pyramid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

.pyramid-level {
  text-align: center;
  padding: 1.25rem 2rem;
  border: 1px solid rgba(201, 169, 110, 0.15);
  width: 100%;
  transition: var(--transition);
}

.pyramid-level:hover { border-color: rgba(201, 169, 110, 0.35); }

.pyramid-top { width: 60%; }
.pyramid-heart { width: 80%; }
.pyramid-base { width: 100%; }

.pyramid-level h4 {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 0.75rem;
}

.pyramid-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.pyramid-notes span {
  font-size: 0.78rem;
  padding: 0.35rem 0.85rem;
  background: var(--beige-100);
  border: 1px solid var(--light-border);
  color: var(--light-text);
}

.notes-detail, .tab-panel p {
  font-size: 0.9rem;
  color: var(--light-muted);
  line-height: 1.8;
  text-align: center;
}

.related-section {
  padding-top: 3rem;
  border-top: 1px solid var(--light-border);
}

.related-section h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

/* About page */
.about-story { padding: 6rem 0; }

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-story-media {
  position: relative;
}

.about-story-media > img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.about-story-badge {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  background: var(--light-surface);
  border: 1px solid var(--light-border);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 20px 50px rgba(26, 16, 8, 0.1);
}

.about-story-badge img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.about-story-badge span {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--light-text);
}

.about-story-text p {
  color: var(--light-muted);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.about-inline-quote {
  font-family: var(--font-elegant);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--gold-500);
  margin-top: 1.5rem;
  padding-left: 1.25rem;
  border-left: 2px solid var(--gold-400);
}

body.rtl .about-inline-quote {
  padding-left: 0;
  padding-right: 1.25rem;
  border-left: none;
  border-right: 2px solid var(--gold-400);
}

.about-stats { padding: 5rem 0; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-block strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--gold-300);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-block span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-on-brown-muted);
}

.about-values { padding: 6rem 0; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.value-card {
  padding: 2rem 1.5rem;
  background: var(--surface-panel);
  border: 1px solid var(--border-gold-strong);
  transition: var(--transition);
  box-shadow: var(--shadow-card);
}

.value-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-panel);
}

.value-num {
  font-family: var(--font-display);
  font-size: 0.7rem;
  color: var(--gold-400);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.value-card h3 {
  font-family: var(--font-elegant);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: var(--light-text);
}

.value-card p { font-size: 0.85rem; line-height: 1.7; color: var(--light-muted); }

.about-timeline { padding: 6rem 0; }

.timeline {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(201, 169, 110, 0.3), transparent);
  transform: translateX(-50%);
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 3rem;
}

.timeline-year {
  text-align: right;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold-400);
  letter-spacing: 0.08em;
}

body.rtl .timeline-year { text-align: left; }

.timeline-dot {
  width: 12px;
  height: 12px;
  background: var(--gold-400);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--gold-glow);
  flex-shrink: 0;
}

.timeline-content h3 {
  font-family: var(--font-elegant);
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
  color: var(--text-on-brown);
}

.timeline-content p {
  font-size: 0.85rem;
  color: var(--text-on-brown-muted);
  line-height: 1.6;
}

.about-gallery { padding: 4rem 0 6rem; }

.about-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.about-gallery-grid img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.about-gallery-grid img:hover { transform: scale(1.03); }

/* Contact page */
.contact-page { padding: 5rem 0 6rem; }

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-form {
  background: var(--surface-panel);
  border: 1px solid var(--border-gold-strong);
  padding: 2.5rem;
  box-shadow:
    var(--shadow-panel),
    0 0 80px rgba(201, 169, 110, 0.07);
}

.contact-form h2 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--light-muted);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  background: var(--surface-card);
  border: 1px solid var(--border-gold);
  padding: 0.85rem 1rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-cream);
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: rgba(201, 169, 110, 0.5);
}

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

.info-card {
  background: var(--surface-panel);
  border: 1px solid var(--border-gold-strong);
  padding: 1.75rem;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-card);
}

.info-card h3 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: var(--gold-500);
}

.info-item {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.info-icon { font-size: 1rem; }

.map-placeholder {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--brown-800), var(--brown-700));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 1px solid var(--light-border);
}

.map-placeholder img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.7;
}

.map-placeholder p {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-on-brown-muted);
}

.faq-section { padding: 5rem 0 6rem; }

.faq-list { max-width: 720px; margin: 0 auto; }

.faq-item {
  border-bottom: 1px solid rgba(201, 169, 110, 0.1);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: none;
  border: none;
  padding: 1.25rem 0;
  text-align: left;
  font-family: var(--font-elegant);
  font-size: 1.1rem;
  color: var(--text-on-brown);
  cursor: pointer;
  transition: color 0.3s;
}

body.rtl .faq-question { text-align: right; }

.faq-question:hover { color: var(--gold-300); }

.faq-icon {
  font-size: 1.2rem;
  color: var(--gold-400);
  transition: transform 0.3s;
  flex-shrink: 0;
}

.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease-out);
}

.faq-item.open .faq-answer { max-height: 200px; }

.faq-answer p {
  padding-bottom: 1.25rem;
  font-size: 0.88rem;
  color: var(--text-on-brown-muted);
  line-height: 1.75;
}

/* Multi-page responsive */
@media (max-width: 1024px) {
  .categories-grid,
  .values-grid,
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 560px;
  }
  .shop-filter-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }
  .story-strip-grid,
  .about-story-grid,
  .product-detail-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; align-items: center; }
  .process-connector { width: 1px; height: 40px; margin: 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-carousel { grid-template-columns: 1fr; }
  .testimonials-carousel .testimonial-card { opacity: 1; transform: none; }
}

@media (max-width: 768px) {
  .categories-grid,
  .values-grid,
  .trust-bar,
  .stats-grid,
  .about-gallery-grid { grid-template-columns: 1fr; }
  .shop-controls {
    padding: 1.25rem 1rem;
    margin-bottom: 2.5rem;
  }
  .shop-controls-top {
    flex-direction: column;
    align-items: stretch;
  }
  .shop-sort-label {
    justify-content: space-between;
  }
  .shop-filter-toggle {
    display: flex;
  }
  .shop-filter-panel {
    display: none;
    padding-top: 0.5rem;
  }
  .shop-filter-panel.open {
    display: flex;
  }
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
    max-width: 100%;
  }
  .shop-card-overlay {
    opacity: 1;
    background: rgba(26, 16, 8, 0.55);
  }
  .shop-card-overlay .btn {
    transform: translateY(0);
    opacity: 1;
    width: auto;
    padding: 0.6rem 1rem;
    font-size: 0.6rem;
  }
  .shop-card-overlay .btn:first-child {
    display: none;
  }
  .newsletter-inner { flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .timeline::before { left: 12px; }
  .timeline-item { grid-template-columns: auto 1fr; gap: 1rem; }
  .timeline-year { grid-column: 2; text-align: left; }
  .timeline-dot { grid-row: 1 / 3; }
  .timeline-content { grid-column: 2; }
}

/* CHECKOUT & ORDER CONFIRMATION */
.checkout-hero { padding-bottom: 3rem; }
.checkout-page { padding: 3rem 0 6rem; }
.checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 3rem; align-items: start; }
.step-indicator { display: flex; align-items: center; justify-content: center; margin-bottom: 3rem; }
.step-indicator .step { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; opacity: 0.4; transition: var(--transition); }
.step-indicator .step.done, .step-indicator .step.active { opacity: 1; }
.step-indicator .step.done { cursor: pointer; }
.step-indicator .step span { width: 36px; height: 36px; border: 1px solid rgba(212,175,55,0.3); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 0.85rem; }
.step-indicator .step.active span, .step-indicator .step.done span { background: linear-gradient(135deg, var(--gold-400), var(--gold-300)); color: var(--dark-950); border-color: var(--gold-400); }
.step-indicator .step p { font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--light-muted); }
.step-line { width: 48px; height: 1px; background: rgba(212,175,55,0.2); margin: 0 0.5rem 1.5rem; }
.checkout-form {
  background: var(--surface-panel);
  border: 1px solid var(--border-gold-strong);
  padding: 2.5rem;
  box-shadow:
    var(--shadow-panel),
    0 0 80px rgba(201, 169, 110, 0.07);
}
.checkout-step { display: none; }
.checkout-step.active { display: block; animation: fadeStep 0.4s var(--ease-out); }
@keyframes fadeStep { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.checkout-step h2 { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 0.5rem; color: var(--light-text); }
.step-desc { font-size: 0.88rem; color: var(--light-muted); margin-bottom: 2rem; }
.checkout-form select { width: 100%; background: var(--light-bg); border: 1px solid var(--light-border); padding: 0.85rem 1rem; font-family: var(--font-body); font-size: 0.9rem; }
.field-error input, .field-error select, .field-error textarea { border-color: #c44 !important; }
.checkbox-label { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.85rem; color: var(--light-muted); margin: 1.25rem 0; cursor: pointer; }
.checkbox-label input { accent-color: var(--gold-400); }
.step-actions { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--light-border); flex-wrap: wrap; }
.payment-options { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.5rem; }
.payment-option { display: flex; gap: 1rem; padding: 1.25rem; border: 1px solid var(--light-border); cursor: pointer; transition: var(--transition); }
.payment-option:has(input:checked) { border-color: rgba(212,175,55,0.5); background: rgba(212,175,55,0.04); }
.payment-option-content strong { display: block; font-size: 0.9rem; margin-bottom: 0.25rem; color: var(--light-text); }
.payment-option-content span { font-size: 0.78rem; color: var(--light-muted); }
.card-fields { padding: 1.5rem; background: var(--surface-card); border: 1px solid var(--border-gold); margin-bottom: 1rem; }
.card-fields.hidden { display: none; }
.secure-note { display: flex; align-items: center; gap: 0.5rem; font-size: 0.72rem; color: var(--light-muted); margin-top: 1rem; }
.review-block { padding: 1.25rem; background: var(--surface-card); border: 1px solid var(--border-gold); margin-bottom: 0.75rem; }
.review-block h4 { font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-500); margin-bottom: 0.6rem; }
.checkout-summary-card { background: var(--surface-panel); border: 1px solid var(--border-gold-strong); padding: 1.75rem; position: sticky; top: 100px; box-shadow: var(--shadow-panel); }
.checkout-summary-card h3 { font-family: var(--font-display); font-size: 1rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--light-border); }
.summary-item { display: flex; gap: 0.85rem; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid var(--light-border); }
.summary-item img { width: 52px; height: 52px; object-fit: cover; }
.summary-item-info { flex: 1; }
.summary-item-name { font-family: var(--font-elegant); font-size: 0.95rem; }
.summary-item-meta { font-size: 0.72rem; color: var(--light-muted); }
.summary-line { display: flex; justify-content: space-between; font-size: 0.85rem; color: var(--light-muted); padding: 0.4rem 0; }
.summary-line.summary-total { font-family: var(--font-display); font-size: 1.15rem; color: var(--light-text); border-top: 1px solid var(--light-border); padding-top: 1rem; margin-top: 0.5rem; }
.summary-line.summary-total span:last-child { color: var(--gold-500); }
.summary-note { font-size: 0.72rem; color: var(--gold-500); margin-top: 0.75rem; font-style: italic; }
.checkout-trust { margin-top: 1.25rem; padding: 1.25rem; border: 1px solid var(--border-gold); background: var(--surface-card); }
.checkout-trust p { font-size: 0.75rem; color: var(--light-muted); margin-bottom: 0.5rem; }
.confirmation-page { padding: 2rem 0 6rem; }
.confirm-success { text-align: center; margin-bottom: 3rem; }
.confirm-icon { width: 72px; height: 72px; margin: 0 auto 1.5rem; background: linear-gradient(135deg, var(--gold-400), var(--gold-300)); color: var(--dark-950); font-size: 2rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.confirm-success h1 { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.5rem); margin-bottom: 0.75rem; color: var(--light-text); }
.confirm-sub { color: var(--light-muted); max-width: 480px; margin: 0 auto; line-height: 1.7; }
.confirm-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; }
.confirm-card { background: var(--surface-panel); border: 1px solid var(--border-gold-strong); padding: 1.75rem; margin-bottom: 1.25rem; box-shadow: var(--shadow-card); }
.confirm-card h3 { font-family: var(--font-display); font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-500); margin-bottom: 1rem; }
.confirm-order-id strong { font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-500); }
.confirm-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.confirm-item { display: flex; gap: 1rem; align-items: center; padding: 0.85rem 0; border-bottom: 1px solid var(--light-border); }
.confirm-item img { width: 56px; height: 56px; object-fit: cover; }
.confirm-actions { display: flex; flex-direction: column; gap: 0.75rem; }
.confirm-email-note { font-size: 0.78rem; color: var(--light-muted); text-align: center; margin-top: 1rem; }
.status-badge { color: #2a8a4a !important; }
@media (max-width: 1024px) { .checkout-layout, .confirm-grid { grid-template-columns: 1fr; } .checkout-summary-card { position: static; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
