/* ── RESET & BASE ──────────────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --navy:       #272c4a;
  --navy-light: #32395c;
  --gold:       #cda168;
  --gold-light: #dbb87e;
  --cream:      #f9f4f0;
  --limestone:  #e0d8cc;
  --silver:     #cfd4d9;
  --charcoal:   #4a4a4a;
  --white:      #ffffff;
}
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body {
  font-family: 'Barlow', sans-serif;
  background: var(--cream);
  color: var(--navy);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body.rtl { direction: rtl; font-family: 'Cairo', sans-serif; }

body.rtl, .rtl * {
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-family: 'Cairo', sans-serif !important;
  font-feature-settings: "liga" 1, "calt" 1;
}
/* Logo stays Barlow in both languages — it's Latin brand text */
body.rtl .logo-text-wrap .brand,
body.rtl .logo-text-wrap .sub {
  font-family: 'Barlow', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
body.rtl .logo-text-wrap .sub {
  letter-spacing: 3.5px !important;
}

@supports (-webkit-touch-callout: none) {
  body.rtl {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
}

body.rtl input, body.rtl textarea, body.rtl select, body.rtl button {
  font-family: 'Cairo', sans-serif; text-align: right;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ── UTILITY ───────────────────────────────────────────────────────────── */
.container   { max-width: 1160px; margin: 0 auto; padding: 0 5%; }
.section-pad { padding: clamp(64px, 8vw, 100px) 5%; }
.gold-bar    { width: 40px; height: 2px; background: var(--gold); margin: 16px 0 36px; }
.eyebrow { color: var(--gold); font-size: 11px; letter-spacing: 4px; text-transform: uppercase; font-weight: 600; margin-bottom: 12px; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.15; }
h1 { font-size: clamp(34px, 5vw, 54px); }
h2 { font-size: clamp(26px, 4vw, 38px); }
h3 { font-size: 17px; }
h4 { font-size: 14px; }
h1 em, h2 em { color: var(--gold); font-style: normal; }
.body-text { color: var(--charcoal); font-size: 15px; line-height: 1.85; }

/* ── BUTTONS ───────────────────────────────────────────────────────────── */
.btn-gold {
  display: inline-block; background: var(--gold); color: var(--navy);
  padding: 14px 30px; font-size: 12px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; border: none; border-radius: 2px; cursor: pointer;
  font-family: inherit; transition: background 0.2s;
}
.btn-gold:hover { background: var(--gold-light); }
.btn-ghost {
  display: inline-block;
  background: transparent;
  color: rgba(255,255,255,1);
  padding: 14px 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 2px;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s, color 0.2s;
}
.btn-ghost:hover { border-color: white; color: white; }

/* ── NAVBAR ────────────────────────────────────────────────────────────── */
nav {
  position: sticky; top: 0; z-index: 100; background: var(--navy);
  border-bottom: 1px solid rgba(205,161,104,0.15);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 72px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-text-wrap .brand { display: block; color: white; font-size: 18px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; line-height: 1.1; }
.logo-text-wrap .sub { display: block; color: var(--gold); font-size: 11px; letter-spacing: 3.5px; text-transform: uppercase; margin-top: 3px; }
.nav-right { display: flex; align-items: center; gap: 24px; }
.nav-links { display: flex; list-style: none; gap: 22px; }
.nav-links a { color: rgba(255,255,255,1); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; transition: color 0.2s; padding: 4px 0; min-height: 44px; display: flex; align-items: center; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.lang-btn { background: transparent; border: 1px solid rgba(205,161,104,0.45); color: var(--gold); padding: 10px 16px; font-size: 11px; letter-spacing: 0; cursor: pointer; border-radius: 2px; font-family: inherit; transition: background 0.2s, color 0.2s; display: inline-flex; align-items: center; justify-content: center; line-height: 1.2; overflow: visible; white-space: nowrap; }
.lang-btn:hover { background: var(--gold); color: var(--navy); }
.lang-btn:focus-visible,
.nav-links a:focus-visible,
.mobile-menu a:focus-visible,
.tab-btn:focus-visible,
.gf-btn:focus-visible,
.home-why-cta-link:focus-visible,
.ab-integrity-link:focus-visible,
.lightbox-close:focus-visible,
.lightbox-cta:focus-visible,
.form-swatch-item:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.mob-lang-wrap { padding-top: 16px; }
.mob-lang { width: 100%; padding: 12px; font-size: 13px; text-align: center; border: 1px solid rgba(205,161,104,0.4); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: white; transition: all 0.3s; }

/* ── MOBILE MENU ───────────────────────────────────────────────────────── */
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; bottom: 0; background: var(--navy); z-index: 90; flex-direction: column; padding: 32px 5%; gap: 0; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: rgba(255,255,255,1); font-size: 16px; letter-spacing: 1px; text-transform: uppercase; padding: 18px 0; min-height: 44px; border-bottom: 1px solid rgba(255,255,255,0.06); transition: color 0.2s; display: flex; align-items: center; }
.mobile-menu a:hover { color: var(--gold); }

/* ── PAGE SYSTEM ───────────────────────────────────────────────────────── */
.page { display: none; }
.page.active { display: block; }

/* ── HERO ──────────────────────────────────────────────────────────────── */
.hero {
  background: var(--navy); min-height: calc(100vh - 72px);
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  position: relative; overflow: hidden;
}
.hero-grid-bg { position: absolute; right: 0; top: 0; bottom: 0; width: 50%; background: repeating-linear-gradient(90deg, rgba(205,161,104,0.05) 0, rgba(205,161,104,0.05) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(0deg, rgba(205,161,104,0.04) 0, rgba(205,161,104,0.04) 1px, transparent 1px, transparent 60px); }
.hero-vline { position: absolute; left: 50%; top: 0; bottom: 0; transform: translateX(-50%); width: 1px; background: linear-gradient(to bottom, transparent, rgba(205,161,104,0.3), transparent); }
.hero-content { padding: clamp(60px,8vw,100px) clamp(24px,5%,80px) clamp(60px,8vw,100px) clamp(24px,8%,120px); position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-content .eyebrow, .hero-content h1, .hero-content .hero-desc { text-align: center; }
.hero-content .hero-desc { margin-left: auto; margin-right: auto; }
.hero-content .hero-btns { justify-content: center; }
.hero-content .hero-stats { justify-content: center; width: 100%; }
.hero-visual { position: relative; z-index: 2; height: 100%; min-height: calc(100vh - 72px); display: flex; align-items: center; justify-content: center; padding: clamp(40px,6vw,80px); }
.hero-visual-inner { width: 100%; max-width: 420px; aspect-ratio: 3/4; border-radius: 2px; overflow: hidden; position: relative; }
.hero-visual-inner img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual-badge { position: absolute; bottom: 24px; right: 24px; background: var(--gold); color: var(--navy); padding: 14px 20px; border-radius: 2px; text-align: center; z-index: 3; }
.hero-visual-badge span:first-child { display: block; font-size: 28px; font-weight: 700; line-height: 1; }
.hero-visual-badge span:last-child { display: block; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 3px; }
.hero h1 { color: white; margin-bottom: 18px; }
.hero-desc { color: rgba(255,255,255,1); font-size: clamp(14px,2vw,16px); line-height: 1.85; margin-bottom: 36px; max-width: 460px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 0; }
.hero-stats { display: flex; gap: 40px; margin-top: 52px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.08); flex-wrap: wrap; }
.stat-n { display: block; color: var(--gold); font-size: 30px; font-weight: 700; line-height: 1; }
.stat-l { display: block; color: rgba(255,255,255,1); font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; margin-top: 5px; }

/* ── ABOUT ─────────────────────────────────────────────────────────────── */
.about { background: white; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,6vw,72px); align-items: center; position: relative; z-index: 1; }
.about-visual {
  border-radius: 3px;
  aspect-ratio: 4/3;
  min-height: 260px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 60px rgba(39,44,74,0.18);
}
.about-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(205,161,104,0.18);
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(39,44,74,0.55) 0%,
    rgba(39,44,74,0.15) 35%,
    transparent 60%
  );
}
.about-visual img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 70%; display: block;
  filter: contrast(1.03) saturate(0.92);
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}
.about-visual:hover img { transform: scale(1.04); }
.about-badge { position: absolute; bottom: 20px; right: 20px; background: var(--gold); color: var(--navy); padding: 12px 18px; border-radius: 2px; z-index: 3; text-align: center; }
.rtl .about-badge { right: auto; left: 20px; }
.badge-n { display: block; font-size: 26px; font-weight: 700; line-height: 1; }
.badge-l { display: block; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 2px; }
.about-text h2 { margin-bottom: 0; }
.about-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.feat {
  display: flex; flex-direction: column; padding: 16px 18px;
  border: 1px solid var(--limestone);
  border-left: 3px solid var(--gold);
  border-radius: 0 3px 3px 0;
  background: var(--cream);
  transition: border-left-color 0.2s, background 0.2s;
}
.feat:hover { background: white; border-left-color: var(--gold-light); }
.rtl .feat { border-left: 1px solid var(--limestone); border-right: 3px solid var(--gold); border-radius: 3px 0 0 3px; }
.rtl .feat:hover { border-right-color: var(--gold-light); }
.feat-title { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 3px; }
.feat-desc  { font-size: 12px; color: var(--charcoal); }

/* ── ABOUT REDESIGN ────────────────────────────────────────────────────── */

/* Hero split */
.ab-hero { background: var(--cream); }
.ab-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}
.ab-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(205,161,104,0.12);
  border: 1px solid rgba(205,161,104,0.3);
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 40px;
  margin-bottom: 24px;
}
.ab-hero-text h1 {
  font-size: clamp(38px, 5.5vw, 64px);
  line-height: 1.1;
  margin-bottom: 20px;
}
.ab-est {
  margin-top: 28px;
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--charcoal);
  font-weight: 600;
  text-transform: uppercase;
  border-left: 2px solid var(--gold);
  padding-left: 14px;
}
.rtl .ab-est { border-left: none; border-right: 2px solid var(--gold); padding-left: 0; padding-right: 14px; }
.ab-hero-visual { position: relative; }

/* Transformation section */
.ab-transform { background: white; }
.ab-transform-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}
.ab-transform-text { padding-top: 40px; }
.ab-transform-visual { order: -1; padding-top: 40px; }
.rtl .ab-transform-visual { order: 1; }
.ab-transform-visual .about-visual img { object-position: center 80%; }

/* Material Integrity */
.ab-integrity { background: var(--cream); }
.ab-integrity-label {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}
.ab-integrity-sub { max-width: 560px; margin-bottom: 6px; }
.ab-integrity-link {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 36px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.ab-integrity-link:hover { opacity: 0.75; }
.ab-feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ab-feat-card {
  background: white;
  border: 1px solid var(--limestone);
  border-radius: 3px;
  padding: 24px 20px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.ab-feat-card:hover {
  box-shadow: 0 12px 40px rgba(39,44,74,0.1);
  transform: translateY(-3px);
}
.ab-feat-icon {
  width: 36px; height: 36px;
  background: rgba(205,161,104,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.ab-feat-icon svg { width: 18px; height: 18px; fill: var(--gold); }
.ab-feat-card h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.ab-feat-card p { font-size: 13px; color: var(--charcoal); line-height: 1.7; }

/* Responsive */
@media (max-width: 860px) {
  .ab-hero-grid,
  .ab-transform-grid { grid-template-columns: 1fr; gap: 32px; }
  .ab-transform-visual { order: 0; }
  .ab-feat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .ab-feat-grid { grid-template-columns: 1fr; }
  .ab-transform-visual { display: flex; justify-content: center; }
  .ab-transform-visual .about-visual { width: 100%; max-width: 90%; margin: 0 auto; aspect-ratio: 16/9; }
  .ab-transform-visual .about-visual img { object-position: center center; }
  .ab-transform-text .eyebrow { margin-top: 16px; }
}

/* ── COLLECTIONS PAGE ──────────────────────────────────────────────────── */
.collections-page { background: var(--white); }

.collection-tabs { display: flex; gap: 0; border-bottom: 2px solid var(--limestone); margin-bottom: 48px; flex-wrap: wrap; }
.tab-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(39,44,74,0.35);
  padding: 14px 26px;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
  position: relative;
  border-radius: 3px 3px 0 0;
}
.tab-btn:hover {
  color: var(--navy);
  background: rgba(205,161,104,0.06);
}
.tab-btn.active {
  color: var(--navy);
  background: white;
  border-bottom-color: var(--gold);
  font-weight: 700;
  letter-spacing: 1.5px;
}
.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  height: 3px;
  background: var(--gold);
  border-radius: 2px 2px 0 0;
}

.collection-panel { display: none !important; }
.collection-panel.active { display: block !important; }

.collection-hero {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,64px);
  align-items: center; margin-bottom: 48px;
}
.collection-img {
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 16/11;
  position: relative;
  box-shadow: 0 20px 56px rgba(39,44,74,0.16);
}
.collection-img::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(205,161,104,0.18);
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    135deg,
    transparent 55%,
    rgba(39,44,74,0.22) 100%
  );
}
.collection-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 75%; display: block;
  filter: contrast(1.04) saturate(0.93);
  transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94);
}
.collection-img:hover img { transform: scale(1.04); }
.collection-info { }
.collection-info .eyebrow { margin-bottom: 8px; }
.collection-info h2 { margin-bottom: 0; }
.collection-info .body-text { margin-top: 20px; }

.collection-specs {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px;
}
.spec-card {
  background: white;
  border: 1px solid var(--limestone);
  border-top: 2px solid var(--gold);
  border-radius: 0 0 3px 3px;
  padding: 14px 16px;
  transition: border-top-color 0.2s, box-shadow 0.2s;
}
.spec-card:hover { border-top-color: var(--gold-light); box-shadow: 0 4px 16px rgba(39,44,74,0.08); }
.spec-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 4px; display: block; }
.spec-val   { font-size: 14px; font-weight: 600; color: var(--navy); }

.collection-gallery { margin-top: 0; }
.collection-gallery h3 { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--charcoal); margin-bottom: 16px; font-weight: 600; }
.coll-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 32px;
}
.coll-grid-item {
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
}
.coll-grid-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(205,161,104,0.15);
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(39,44,74,0.3) 0%,
    transparent 50%
  );
  transition: opacity 0.4s;
}
.coll-grid-item:hover::after { opacity: 0.5; }
.coll-grid-item img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 70%; display: block;
  filter: contrast(1.03) saturate(0.94);
  transition: transform 0.55s cubic-bezier(0.25,0.46,0.45,0.94);
}
.coll-grid-item:hover img { transform: scale(1.07); }

/* ── WHY ───────────────────────────────────────────────────────────────── */
.why { background: white; }
.why h2, .why .eyebrow { color: var(--navy); }
.why .eyebrow { color: var(--gold); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* Icon per card */
.w-icon {
  width: 48px; height: 48px;
  background: rgba(205,161,104,0.1);
  border: 1px solid rgba(205,161,104,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s;
}
.w-icon svg { width: 20px; height: 20px; fill: var(--gold); }

.w-card {
  border: 1px solid var(--limestone);
  border-top: 3px solid var(--gold);
  border-radius: 0 0 4px 4px;
  padding: 28px 24px;
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative;
  background: var(--cream);
  overflow: hidden;
}
/* Hover glow — subtle gold tint */
.w-card-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top left, rgba(205,161,104,0.06) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
}
.w-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(39,44,74,0.1);
}
.w-card:hover .w-card-glow { opacity: 1; }
.w-card:hover .w-icon {
  background: rgba(205,161,104,0.18);
  border-color: rgba(205,161,104,0.5);
}

.w-num {
  position: absolute; top: 16px; right: 20px;
  font-size: 48px; font-weight: 800;
  color: rgba(205,161,104,0.08);
  line-height: 1; pointer-events: none;
  font-family: 'Barlow', sans-serif;
}
.rtl .w-num { right: auto; left: 20px; }

.w-card h4 {
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.w-card p {
  color: var(--charcoal);
  font-size: 13.5px;
  line-height: 1.8;
}

/* ── GALLERY PAGE ──────────────────────────────────────────────────────── */
.gallery-page { background: white; }
.gallery-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 10px;
}
.g-item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: var(--navy);
}
.g-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(205,161,104,0.12);
  border-radius: 4px;
  pointer-events: none;
  z-index: 3;
  transition: border-color 0.3s;
}
.g-item:hover::after { border-color: rgba(205,161,104,0.5); }
/* Gradient overlay */
.g-item::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(39,44,74,0.72) 0%, rgba(39,44,74,0.15) 45%, transparent 70%);
  z-index: 2; pointer-events: none;
  transition: opacity 0.35s;
}
.g-item:hover::before { opacity: 0.85; }
.g-item img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 60%; display: block;
  filter: contrast(1.04) saturate(0.9);
  transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94);
}
.g-item:hover img { transform: scale(1.06); }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }
/* Caption label */
.g-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  z-index: 4; padding: 18px 20px 16px;
  display: flex; flex-direction: column; gap: 3px;
}
.g-caption-room {
  font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}
.g-caption-title {
  font-size: 14px; font-weight: 600; color: white; line-height: 1.2;
}
.g-tag {
  position: absolute; top: 16px; right: 16px; z-index: 4;
  background: rgba(39,44,74,0.75); backdrop-filter: blur(6px);
  border: 1px solid rgba(205,161,104,0.35);
  color: var(--gold); font-size: 9px; letter-spacing: 1.5px;
  text-transform: uppercase; font-weight: 600;
  padding: 5px 10px; border-radius: 2px;
}

/* ══ LUXE GALLERY PAGE — EDITORIAL DARK STYLE ══════════════════════════ */

/* Override background for gallery page */
.gallery-page {
  background: var(--navy) !important;
  color: #fff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Gallery hero header */
.gallery-hero-header {
  padding: clamp(60px,8vw,100px) 5% clamp(40px,5vw,60px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: clamp(24px,4vw,60px);
  border-bottom: 1px solid rgba(205,161,104,0.15);
  max-width: 1160px;
  margin: 0 auto;
}
.gallery-eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.gallery-headline {
  font-size: clamp(52px, 9vw, 110px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -2px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
}
.rtl .gallery-headline { font-family: 'Cairo', sans-serif; letter-spacing: 0; }
.gallery-quote-side {
  padding-bottom: 8px;
}
.gallery-quote-text {
  font-size: clamp(13px,1.5vw,15px);
  font-style: italic;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  max-width: 340px;
  border-left: 2px solid rgba(205,161,104,0.4);
  padding-left: 18px;
}
.rtl .gallery-quote-text { border-left: none; border-right: 2px solid rgba(205,161,104,0.4); padding-left: 0; padding-right: 18px; }

/* Filter tabs — dark */
.gallery-filter-bar {
  display: flex;
  gap: 0;
  padding: 0 5%;
  max-width: 1160px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(205,161,104,0.18);
}
.gf-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  padding: 18px 20px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.2s, border-color 0.2s;
}
.gf-btn:hover { color: rgba(255,255,255,1); }
.gf-btn.active { color: var(--gold); border-bottom-color: var(--gold); }

/* Editorial mosaic grid */
.gallery-editorial {
  padding: 0 5%;
  max-width: 1160px;
  margin: 0 auto;
}

/* Row 1 — asymmetric: large tall left + 2 stacked right */
.g-row-asym {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 10px;
  padding-top: 10px;
}
.g-col-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* New editorial item */
.ge-item {
  position: relative;
  overflow: hidden;
  background: var(--navy-light);
  cursor: pointer;
}
.ge-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
  filter: brightness(0.88) contrast(1.05);
}
.ge-item:hover img { transform: scale(1.05); }
.ge-item::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(39,44,74,0.82) 0%, rgba(39,44,74,0.12) 45%, transparent 70%);
  z-index: 2; pointer-events: none;
  transition: opacity 0.35s;
}
.ge-item:hover::before { opacity: 0.75; }

/* Tall item */
.ge-tall { height: 560px; }
/* Small stacked items */
.ge-half { height: 275px; }
/* Full-width wide item */
.ge-wide {
  width: 100%;
  height: 440px;
  margin-top: 10px;
}

/* Caption */
.ge-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 4;
  padding: 20px 22px 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ge-caption-left {}
.ge-caption-room {
  display: block;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 4px;
}
.ge-caption-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.ge-caption-right {
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}

/* Wide feature caption */
.ge-wide .ge-caption-title { font-size: 20px; }

/* Row below wide */
.g-row-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
.ge-third { height: 280px; }

/* ── PROJECT SPOTLIGHT ─────────────────────────────────────────────────── */
.gallery-spotlight {
  background: var(--navy-light);
  padding: clamp(64px,8vw,96px) 5%;
}
.gallery-spotlight-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(32px,5vw,72px);
  align-items: center;
}
.spotlight-label-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 32px;
}
.spotlight-preheader {
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.spotlight-badge {
  display: inline-block;
  border: 1px solid rgba(205,161,104,0.4);
  color: rgba(255,255,255,0.6);
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  font-weight: 600;
}
.spotlight-visual {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--navy);
}
.spotlight-visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.7) contrast(1.08);
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.spotlight-visual:hover img { transform: scale(1.04); }
.spotlight-visual::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(205,161,104,0.15);
  pointer-events: none;
}
.spotlight-title {
  font-size: clamp(28px,3.5vw,42px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 16px;
}
.spotlight-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.85;
  margin-bottom: 28px;
  max-width: 400px;
}
.spotlight-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
  border: 1px solid rgba(205,161,104,0.5);
  padding: 13px 22px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  background: transparent;
  font-family: inherit;
}
.spotlight-cta:hover { background: rgba(205,161,104,0.12); border-color: var(--gold); }
.spotlight-cta svg { width: 14px; height: 14px; fill: var(--gold); }

/* ── SPOTLIGHT RTL ─────────────────────────────────────────────────────── */
body.rtl .gallery-spotlight-inner { direction: rtl; }
body.rtl .spotlight-label-stack,
body.rtl .spotlight-title,
body.rtl .spotlight-desc,
body.rtl .spotlight-preheader,
body.rtl .spotlight-badge { text-align: right; }
body.rtl .spotlight-desc  { max-width: 100%; }
body.rtl .spotlight-badge,
body.rtl .spotlight-preheader { letter-spacing: 0; }
body.rtl .spotlight-cta   { letter-spacing: 0; flex-direction: row-reverse; }

/* ── GALLERY CTA STRIP ─────────────────────────────────────────────────── */
.gallery-cta-strip {
  background: var(--navy);
  border-top: 1px solid rgba(205,161,104,0.18);
  padding: clamp(80px,10vw,120px) 5% clamp(64px,8vw,96px);
  text-align: center;
}
.gallery-cta-headline {
  font-size: clamp(32px,4.5vw,56px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 14px;
}
.gallery-cta-sub {
  font-size: 13px;
  font-style: italic;
  color: rgba(255,255,255,0.4);
  margin-bottom: 44px;
  display: block;
}
.gallery-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.gcta-btn {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 30px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
  border: none;
}
.gcta-btn-gold { background: var(--gold); color: var(--navy); }
.gcta-btn-gold:hover { background: var(--gold-light); }
.gcta-btn-outline { background: transparent; color: rgba(255,255,255,1); border: 1px solid rgba(255,255,255,0.4); }
.gcta-btn-outline:hover { border-color: rgba(255,255,255,0.8); color: #fff; }

/* ── GALLERY RESPONSIVE ────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .gallery-hero-header { grid-template-columns: 1fr; gap: 28px; }
  .gallery-headline { font-size: clamp(48px,12vw,72px); }
  .gallery-quote-text { max-width: 100%; }
  .g-row-asym { grid-template-columns: 1fr; }
  .ge-tall { height: 300px; }
  .ge-half { height: 200px; }
  .ge-wide { height: 260px; }
  .g-row-3col { grid-template-columns: 1fr 1fr; }
  .ge-third { height: 200px; }
  .gallery-spotlight-inner { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .g-row-3col { grid-template-columns: 1fr; }
  .gallery-filter-bar { flex-wrap: wrap; }
}

/* ── COLLECTION SCENE GRID ─────────────────────────────────────────────── */
.scene-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 10px;
  margin-top: 36px;
}
.scene-item {
  border-radius: 4px; overflow: hidden;
  position: relative; background: var(--navy);
}
.scene-item.scene-tall { grid-row: span 2; aspect-ratio: unset; }
.scene-item:not(.scene-tall) { aspect-ratio: 4/3; }
.scene-item::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(39,44,74,0.7) 0%, transparent 55%);
  z-index: 2; pointer-events: none; transition: opacity 0.3s;
}
.scene-item:hover::before { opacity: 0.8; }
.scene-item img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 60%; display: block;
  filter: contrast(1.03) saturate(0.92);
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}
.scene-item:hover img { transform: scale(1.05); }
.scene-caption {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  padding: 14px 16px 12px;
}
.scene-caption-label {
  font-size: 9px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); font-weight: 600; display: block;
}
.scene-caption-name {
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.9);
  display: block; margin-top: 2px;
}
.scene-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 0; margin-top: 36px;
}
.scene-header-title {
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--charcoal); font-weight: 600;
}
.scene-header-line {
  flex: 1; height: 1px; background: var(--limestone); margin-left: 16px;
}
.rtl .scene-header-line { margin-left: 0; margin-right: 16px; }

/* ── CONTACT ───────────────────────────────────────────────────────────── */
.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(32px,6vw,72px); align-items: start; }
.contact-info h2 { margin-bottom: 0; }
.c-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 24px; }
.c-item svg { width: 38px; height: 38px; flex-shrink: 0; background: rgba(205,161,104,0.1); border-radius: 50%; padding: 10px; fill: var(--gold); }
.c-label { display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.c-val   { display: block; font-size: 14px; color: var(--charcoal); margin-top: 3px; line-height: 1.5; }
.c-val a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s, opacity 0.2s; }
.c-val a:hover { color: var(--gold-light); opacity: 0.8; }
.contact-form {
  background: white;
  padding: clamp(24px,4vw,36px);
  border-radius: 3px;
  border: 1px solid var(--limestone);
  border-top: 3px solid var(--gold);
  box-shadow: 0 12px 40px rgba(39,44,74,0.08);
}
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-group { margin-bottom: 16px; }
.f-group label { display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--charcoal); font-weight: 600; margin-bottom: 7px; }
.f-group input, .f-group textarea {
  width: 100%; padding: 11px 14px; border: 1px solid var(--limestone); border-radius: 2px;
  font-size: 14px; color: var(--navy); background: var(--cream); outline: none;
  font-family: inherit; transition: border-color 0.2s;
}
.f-group input:focus, .f-group textarea:focus { border-color: var(--gold); }
.f-group textarea { resize: vertical; }
.f-group select {
  width: 100%; padding: 11px 14px; border: 1px solid var(--limestone); border-radius: 2px;
  font-size: 14px; color: var(--navy); background: var(--cream); outline: none;
  font-family: inherit; transition: border-color 0.2s; cursor: pointer;
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23cda168' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.f-group select:focus { border-color: var(--gold); }
.f-group select:hover { border-color: var(--gold); }
.f-group select option { padding: 10px; background: var(--cream); color: var(--navy); }
.custom-select-wrap { position: relative; }
.select-trigger { width: 100%; padding: 11px 14px; border: 1px solid var(--limestone); border-radius: 2px; font-size: 14px; color: var(--navy); background: var(--cream); cursor: pointer; display: flex; align-items: center; gap: 10px; user-select: none; transition: border-color 0.2s; }
.select-trigger:hover, .select-trigger.active { border-color: var(--gold); }
.select-trigger-text { flex: 1; }
.select-arrow { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid var(--gold); flex-shrink: 0; transition: transform 0.22s; }
.select-trigger.active .select-arrow { transform: rotate(180deg); }
.custom-dropdown { display: none; position: absolute; top: calc(100% + 2px); left: 0; right: 0; background: white; border: 1px solid var(--gold); border-radius: 2px; z-index: 200; box-shadow: 0 12px 32px rgba(39,44,74,0.14); overflow: hidden; }
.custom-dropdown.open { display: block; }
.custom-option { padding: 12px 16px; font-size: 14px; color: var(--charcoal); cursor: pointer; transition: background 0.15s; border-bottom: 1px solid var(--limestone); display: flex; align-items: center; gap: 12px; }
.custom-option:last-child { border-bottom: none; }
.custom-option:hover { background: rgba(205,161,104,0.1); color: var(--navy); }
.custom-option.selected { background: var(--navy); color: var(--gold); }
.opt-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); opacity: 0.4; flex-shrink: 0; transition: opacity 0.15s; }
.custom-option.selected .opt-dot, .custom-option:hover .opt-dot { opacity: 1; }
.opt-label { flex: 1; font-weight: 500; }
.opt-check { width: 14px; height: 14px; fill: var(--gold); opacity: 0; flex-shrink: 0; }
.custom-option.selected .opt-check { opacity: 1; }
.contact-form .btn-gold { width: 100%; text-align: center; }
.f-note { font-size: 11px; color: var(--charcoal); opacity: 0.5; margin-top: 10px; line-height: 1.6; text-align: center; }

/* ── Collection Checkboxes ─────────────────────────────────────────────── */
.collection-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.collection-checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 10px 14px;
  background: white;
  border: 1px solid rgba(39,44,74,0.12);
  border-radius: 4px;
  transition: border-color 0.2s, background 0.2s;
  font-size: 14px;
  color: var(--navy);
}
.collection-checkbox-item:hover {
  border-color: var(--gold);
  background: rgba(205,161,104,0.04);
}
.collection-checkbox-item input[type="checkbox"] {
  display: none;
}
.checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(39,44,74,0.25);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.2s, background 0.2s;
}
.checkbox-custom::after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s;
}
.collection-checkbox-item input[type="checkbox"]:checked + .checkbox-custom {
  border-color: var(--gold);
  background: rgba(205,161,104,0.1);
}
.collection-checkbox-item input[type="checkbox"]:checked + .checkbox-custom::after {
  opacity: 1;
}
.collection-checkbox-item input[type="checkbox"]:checked ~ span:last-child {
  color: var(--gold);
  font-weight: 600;
}
.rtl .collection-checkbox-item {
  flex-direction: row-reverse;
}
.rtl .collection-checkbox-item span:last-child {
  text-align: right;
}

/* ── Multi-select swatch items ─────────────────────────────────────────── */
.form-swatch-item.selected {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px var(--gold);
}
.selected-design-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: var(--navy);
  color: white;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}
.selected-design-tag button {
  background: none;
  border: none;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  margin-left: 4px;
}
.selected-design-tag button:hover {
  color: white;
}

/* ── FOOTER ────────────────────────────────────────────────────────────── */
footer { background: var(--navy); padding: clamp(48px,6vw,72px) 5% 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: clamp(24px,4vw,48px); margin-bottom: 48px; }
.f-brand p { font-size: 13px; color: rgba(255,255,255,1); line-height: 1.8; max-width: 280px; }
.f-col h4 { color: var(--gold); font-size: 10px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 16px; }
.f-col a { display: block; font-size: 13px; color: rgba(255,255,255,1); margin-bottom: 9px; transition: color 0.2s; cursor: pointer; }
.f-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.18); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,1); }

/* ── WHATSAPP ───────────────────────────────────────────────────────────── */
.wa-btn { position: fixed; bottom: 24px; right: 24px; width: 52px; height: 52px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; z-index: 200; transition: transform 0.2s; }
.wa-btn:hover { transform: scale(1.08); }
.wa-btn svg { width: 26px; height: 26px; fill: white; }
.rtl .wa-btn { right: auto; left: 24px; }

/* ── RTL ────────────────────────────────────────────────────────────────── */
.rtl .nav-links     { flex-direction: row-reverse; }
.rtl .hero-content  { text-align: right; }
.rtl .hero-btns     { flex-direction: row-reverse; }
.rtl .hero-stats    { flex-direction: row-reverse; }
.rtl .footer-bottom { flex-direction: row-reverse; }
.rtl .hero-visual-badge { right: auto; left: 24px; }
.rtl .about-badge   { right: auto; left: 20px; }



/* ── RESPONSIVE 900px ──────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .why-grid            { grid-template-columns: 1fr 1fr; }
  .collection-specs    { grid-template-columns: 1fr 1fr; }
  .swatch-item         { width: 72px; }
  .swatch-color        { width: 56px; height: 36px; }
}

/* ── RESPONSIVE 768px ──────────────────────────────────────────────────── */
@media (max-width: 768px) {
  /* NAV */
  .nav-links           { display: none; }
  .hamburger           { display: flex; }

  /* HERO */
  .hero                { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual         { display: none; }
  .hero-vline,
  .hero-grid-bg        { display: none; }
  .hero-content        { padding: 52px 5% 48px; text-align: center; align-items: center; }
  .hero h1             { font-size: 34px; }
  .hero-desc           { font-size: 15px; max-width: 100%; }
  .hero-btns           { justify-content: center; }
  .hero-stats          { gap: 24px; margin-top: 36px; padding-top: 24px; justify-content: center; }

  /* ABOUT */
  .about-grid          { grid-template-columns: 1fr; gap: 32px; }
  .about-visual        { aspect-ratio: 16/9; min-height: 200px; }

  /* COLLECTIONS */
  .collection-hero     { grid-template-columns: 1fr; gap: 28px; }
  .coll-grid           { grid-template-columns: 1fr 1fr; }
  .collection-specs    { grid-template-columns: 1fr 1fr; }
  .collection-tabs     { overflow-x: auto; overflow-y: visible; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; padding-bottom: 2px; }
  .tab-btn             { padding: 12px 16px; font-size: 10px; letter-spacing: 1.5px; white-space: nowrap; flex-shrink: 0; }

  /* SWATCHES */
  .swatch-row          { gap: 8px; }
  .swatch-item         { width: 64px; }
  .swatch-color        { width: 52px; height: 32px; }
  .swatch-name         { font-size: 8px; }

  /* WHY */
  .why-grid            { grid-template-columns: 1fr 1fr; }

  /* GALLERY */
  .gallery-mosaic      { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .g-tall              { grid-row: auto; grid-column: span 2; min-height: 200px; }
  .g-wide              { grid-column: span 2; min-height: 160px; }
  .g-item              { min-height: 140px; }
  .scene-grid          { grid-template-columns: 1fr 1fr; }
  .scene-item.scene-tall { grid-row: auto; aspect-ratio: 4/3; }

  /* CONTACT */
  .contact-grid        { grid-template-columns: 1fr; gap: 32px; }
  .contact-info        { order: 2; }
  .contact-form        { order: 1; }
  .f-row               { grid-template-columns: 1fr; }

  /* FOOTER */
  .footer-grid         { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom       { flex-direction: column; align-items: flex-start; gap: 6px; }
  .rtl .footer-bottom  { align-items: flex-end; }
}

/* ── RESPONSIVE 480px ──────────────────────────────────────────────────── */
@media (max-width: 480px) {
  /* GLOBAL */
  html                 { font-size: 15px; }
  h1                   { font-size: 28px !important; }
  h2                   { font-size: 22px !important; }
  .section-pad         { padding: 44px 4%; }
  .gold-bar            { margin-bottom: 20px; }

  /* NAV */
  nav                  { padding: 0 4%; height: 64px; }
  .logo-mark           { width: 44px; height: 44px; }
  .logo-mark img       { width: 44px !important; height: 44px !important; }
  .logo-text-wrap .brand { font-size: 13px; letter-spacing: 2px; }
  .logo-text-wrap .sub { font-size: 9px; letter-spacing: 2px; }
  body.rtl .logo-text-wrap .brand { font-size: 13px !important; letter-spacing: 2px !important; }
  body.rtl .logo-text-wrap .sub   { font-size: 9px !important;  letter-spacing: 0 !important; }
  body.rtl .logo-mark              { width: 36px !important; height: 36px !important; }
  body.rtl .logo-mark img          { width: 36px !important; height: 36px !important; }
  .mobile-menu         { top: 64px; }
  .mobile-menu a       { font-size: 14px; padding: 16px 0; }

  /* HERO */
  .hero-content        { padding: 40px 4%; }
  .hero-btns           { flex-direction: column; gap: 10px; }
  .btn-gold,
  .btn-ghost           { width: 100%; text-align: center; display: block; padding: 13px 24px; }
  .hero-stats          { gap: 16px; flex-wrap: wrap; }
  .stat-n              { font-size: 22px; }
  .stat-l              { font-size: 9px; letter-spacing: 2px; }

  /* ABOUT */
  .about-feats         { grid-template-columns: 1fr; }
  .about-visual        { min-height: 180px; }
  .about-badge         { padding: 10px 14px; }
  .badge-n             { font-size: 20px; }

  /* COLLECTIONS */
  .collection-hero     { gap: 20px; }
  .collection-tabs     { margin-bottom: 28px; }
  .tab-btn             { padding: 10px 12px; font-size: 9px; letter-spacing: 1px; }
  .collection-specs    { grid-template-columns: 1fr 1fr; gap: 8px; }
  .spec-card           { padding: 12px; }
  .spec-label          { font-size: 8px; letter-spacing: 1.5px; }
  .spec-val            { font-size: 12px; }
  .coll-grid           { grid-template-columns: 1fr; }
  .coll-grid-item      { aspect-ratio: 16/9; }

  /* SWATCHES */
  .swatch-groups       { gap: 20px; }
  .swatch-group-title  { font-size: 9px; letter-spacing: 2px; }
  .swatch-row          { gap: 6px; }
  .swatch-item         { width: calc(25% - 6px); min-width: 56px; }
  .swatch-color        { width: 100%; height: 28px; }
  .swatch-code         { font-size: 8px; }
  .swatch-name         { font-size: 7px; }

  /* WHY */
  .why-grid            { grid-template-columns: 1fr; }
  .w-card              { padding: 22px 18px; }
  .w-num               { font-size: 28px; }

  /* GALLERY */
  .gallery-mosaic      { grid-template-columns: 1fr 1fr; gap: 6px; }
  .g-tall              { grid-row: auto; grid-column: span 2; }
  .g-wide              { grid-column: span 2; }
  .g-item              { min-height: 130px; }
  .scene-grid          { grid-template-columns: 1fr; }
  .scene-item.scene-tall { aspect-ratio: 4/3; }

  /* CONTACT */
  .contact-form        { padding: 18px; }
  .c-item              { gap: 10px; }
  .c-item svg          { width: 32px; height: 32px; padding: 8px; }
  .c-val               { font-size: 13px; }
  .phone-field-wrap    { flex-direction: column; gap: 8px; }
  .country-code-select { width: 100%; }
  .form-swatch-item    { width: 60px; }
  .form-swatch-thumb   { width: 48px; height: 32px; }
  .form-swatch-code, .form-swatch-name { font-size: 7px; }
  .collection-checkbox-item { padding: 8px 12px; font-size: 13px; }
  .selected-design-tag { font-size: 11px; padding: 4px 8px; }

  /* FOOTER */
  .f-brand p           { max-width: 100%; font-size: 12px; }
  .footer-bottom p     { font-size: 11px; }
  .logo-mark[style]    { width: 40px !important; height: 40px !important; }
}

/* ── LAYER DIAGRAM ─────────────────────────────────────────────────────── */
.layer-diagram-wrap {
  margin: 36px 0 0;
  padding: 32px 36px;
  background: var(--cream);
  border: 1px solid var(--limestone);
  border-radius: 4px;
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
  overflow: visible;
}
.layer-diagram-svg { flex-shrink: 0; overflow: visible; margin-left: 10px; }
.rtl .layer-diagram-wrap { direction: ltr; padding-right: 20px; }
.rtl .layer-diagram-svg { margin-left: 0; margin-right: 10px; }
.rtl .layer-diagram-legend { direction: rtl; text-align: right; }
.layer-diagram-legend { display: flex; flex-direction: column; gap: 12px; flex: 1; min-width: 180px; }
.layer-item { display: flex; align-items: center; gap: 12px; }
.layer-dot {
  width: 10px; height: 10px; border-radius: 2px; flex-shrink: 0;
}
.layer-label { font-size: 12px; font-weight: 600; color: var(--navy); }
.layer-desc  { font-size: 11px; color: var(--charcoal); margin-top: 1px; }

/* Color disclaimer note */
.color-note {
  display: flex; align-items: center; gap: 10px;
  margin-top: 20px;
  margin-bottom: 32px;
  padding: 10px 14px;
  background: rgba(205,161,104,0.07);
  border-left: 3px solid var(--gold);
  border-radius: 0 2px 2px 0;
  font-size: 11.5px;
  color: var(--charcoal);
  line-height: 1.5;
}
.rtl .color-note { border-left: none; border-right: 3px solid var(--gold); border-radius: 2px 0 0 2px; }
.color-note svg { width: 16px; height: 16px; fill: var(--gold); flex-shrink: 0; }

/* ── HOME WHY-US TEASER ────────────────────────────────────────────────── */
.home-why-teaser {
  background: var(--navy);
  padding: clamp(56px,7vw,88px) 5%;
}
.home-why-inner { max-width: 1160px; margin: 0 auto; }
.home-why-top {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 40px; flex-wrap: wrap;
}
.home-why-top h2 { color: white; margin: 0; }
.home-why-top .eyebrow { color: var(--gold); }
.home-why-cta-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold); font-size: 12px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  border-bottom: 1px solid rgba(205,161,104,0.35);
  padding-bottom: 2px; transition: border-color 0.2s, gap 0.2s;
  white-space: nowrap; cursor: pointer;
}
.home-why-cta-link:hover { border-color: var(--gold); gap: 12px; }
.home-why-cta-link svg { width: 14px; height: 14px; fill: var(--gold); }
.home-why-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-why-card {
  border: 1px solid rgba(205,161,104,0.2); border-radius: 6px;
  padding: 26px 22px; background: rgba(255,255,255,0.03);
  position: relative; overflow: hidden;
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
}
.home-why-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 6px 6px 0 0;
}
.home-why-card:hover { border-color: rgba(205,161,104,0.45); background: rgba(205,161,104,0.05); transform: translateY(-3px); }
.home-why-card-icon {
  width: 38px; height: 38px; background: rgba(205,161,104,0.12);
  border: 1px solid rgba(205,161,104,0.25); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.home-why-card-icon svg { width: 18px; height: 18px; fill: var(--gold); }
.home-why-card h4 { color: white; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.home-why-card p  { color: rgba(255,255,255,1); font-size: 12.5px; line-height: 1.75; margin: 0; }
@media (max-width: 768px) {
  .home-why-preview { grid-template-columns: 1fr 1fr; }
  .home-why-top { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) { .home-why-preview { grid-template-columns: 1fr; } }
@media (max-width: 480px) {
  .layer-diagram-wrap { padding: 20px; gap: 24px; }
}
*, *::before, *::after { max-width: 100%; }
img { max-width: 100%; height: auto; }
/* Prevent horizontal scroll without clipping inner panels/dropdowns */
body { overflow-x: hidden; }
.container { overflow: visible; }


/* ── SWATCHES ──────────────────────────────────────────────────────────── */
.swatch-groups { display: flex; flex-direction: column; gap: 28px; margin-top: 8px; }
.swatch-group { }
.swatch-group-title {
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 12px;
}
.swatch-row { display: flex; gap: 10px; flex-wrap: wrap; }
.swatch-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  width: 80px; text-align: center;
}
.swatch-color {
  width: 64px; height: 40px; border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.swatch-item:hover .swatch-color {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.swatch-code {
  font-size: 9px; font-weight: 700; letter-spacing: 1px;
  color: var(--navy); text-transform: uppercase;
}
.swatch-name {
  font-size: 9px; color: var(--charcoal); line-height: 1.3; text-align: center;
}

/* ── FORM DESIGN PICKER ────────────────────────────────────────────────── */
.f-hint {
  font-size: 12px; color: var(--charcoal); margin: -4px 0 12px; line-height: 1.5;
}
.form-swatch-row {
  display: flex; gap: 8px; flex-wrap: wrap;
}
.form-swatch-item {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  width: 72px; text-align: center; cursor: pointer;
  transition: opacity 0.2s;
}
.form-swatch-item:hover { opacity: 0.85; }
.form-swatch-thumb {
  width: 56px; height: 36px; border-radius: 4px;
  border: 2px solid transparent;
  transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}
.form-swatch-item:hover .form-swatch-thumb {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.form-swatch-item.selected .form-swatch-thumb {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(205,161,104,0.3), 0 4px 12px rgba(0,0,0,0.2);
  transform: scale(1.06);
}
.form-swatch-code {
  font-size: 8px; font-weight: 700; letter-spacing: 1px;
  color: var(--navy); text-transform: uppercase; line-height: 1;
}
.form-swatch-name {
  font-size: 8px; color: var(--charcoal); line-height: 1.3;
}


/* ── HERO VISUAL FRAME ─────────────────────────────────────────────────── */
.hero-visual-frame {
  position: relative;
  width: 100%;
  max-width: 420px;
}
.hero-visual-frame::before {
  content: '';
  position: absolute;
  top: 18px;
  left: -18px;
  right: 18px;
  bottom: -18px;
  border: 1.5px solid rgba(205,161,104,0.3);
  border-radius: 3px;
  z-index: 1;
  pointer-events: none;
}
.hero-visual-frame .hero-visual-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}

/* ══ BACKGROUND DESIGN SYSTEM ═══════════════════════════════════════════ */

/* Cream sections — clean white */
.about,
.gallery-page,
.collections-page {
  background: var(--white);
  position: relative;
}
.about .container,
.gallery-page .container,
.collections-page .container { position: relative; z-index: 1; }

/* Cream bg sections — fine dot grid */
.contact {
  background: var(--cream);
  position: relative;
}
.contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(205,161,104,0.2) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
.contact .container { position: relative; z-index: 1; }

/* ── ABOUT → WHY TRANSITION ────────────────────────────────────────────── */
.why-bridge { display: none; } /* bridge removed — why section now matches page flow */
.why { position: relative; overflow: hidden; }
.why .container { position: relative; z-index: 1; }

/* Footer — matching grid */
footer {
  position: relative;
  overflow: hidden;
}
footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(205,161,104,0.04) 0px, rgba(205,161,104,0.04) 1px,
      transparent 1px, transparent 60px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(205,161,104,0.03) 0px, rgba(205,161,104,0.03) 1px,
      transparent 1px, transparent 60px
    );
  pointer-events: none;
  z-index: 0;
}
footer .container { position: relative; z-index: 1; }
.footer-bottom.container { position: relative; z-index: 1; }

/* Page hero — already has grid bg div, enhance it */
.hero {
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  top: -100px; left: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(205,161,104,0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}


/* ── LIGHTBOX ──────────────────────────────────────────────────────────── */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20,22,38,0.92);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 24px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.lightbox-overlay.open {
  display: flex;
  animation: lbFadeIn 0.22s ease;
}
@keyframes lbFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.lightbox-card {
  background: var(--navy);
  border: 1px solid rgba(205,161,104,0.25);
  border-radius: 4px;
  padding: 32px;
  max-width: 360px;
  width: 100%;
  text-align: center;
  cursor: default;
  position: relative;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6);
  animation: lbSlideUp 0.25s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes lbSlideUp {
  from { transform: translateY(24px) scale(0.96); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}
.lightbox-swatch {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid rgba(205,161,104,0.3);
  box-shadow:
    0 0 0 4px rgba(39,44,74,1),
    0 0 0 5px rgba(205,161,104,0.3),
    0 12px 32px rgba(0,0,0,0.4);
  position: relative;
}
.lightbox-code {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.lightbox-name {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
.lightbox-specs {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.lightbox-spec {
  background: rgba(205,161,104,0.1);
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
  border: 1px solid rgba(205,161,104,0.2);
}
.lightbox-close {
  position: absolute;
  top: 12px; right: 14px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.4);
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
  transition: color 0.2s;
}
.lightbox-close:hover { color: var(--gold); }
.lightbox-cta {
  display: block;
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  font-family: inherit;
  width: 100%;
  transition: background 0.2s;
}
.lightbox-cta:hover { background: var(--gold-light); }
/* Swatch cursor */
.swatch-item { cursor: pointer; }
.swatch-item:hover .swatch-color { box-shadow: 0 4px 16px rgba(0,0,0,0.2), 0 0 0 2px rgba(205,161,104,0.4); }
.swatch-item:hover { opacity: 0.9; }


/* ── MENU OPEN BODY LOCK ───────────────────────────────────────────────── */
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}
.mobile-menu {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


/* ── PREVENT IMAGE DOWNLOAD ────────────────────────────────────────────── */
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
/* Re-enable pointer events on interactive elements */
a img, button img { pointer-events: auto; }
/* Overlay on all image containers blocks right-click */
.hero-visual-inner,
.about-visual,
.collection-img,
.coll-grid-item,
.g-item,
.logo-mark {
  -webkit-user-select: none;
  user-select: none;
}


/* ── CAIRO ARABIC REFINEMENTS ──────────────────────────────────────────── */
body.rtl {
  letter-spacing: 0 !important;
  word-spacing: 0;
}
body.rtl h1, body.rtl h2 {
  font-weight: 700;
  line-height: 1.4;
}
body.rtl h3, body.rtl h4 {
  font-weight: 600;
  line-height: 1.45;
}
body.rtl .eyebrow {
  letter-spacing: 1px;
  font-weight: 600;
}
body.rtl .nav-links a {
  letter-spacing: 0.5px;
  font-weight: 500;
}
body.rtl .btn-gold,
body.rtl .btn-ghost {
  letter-spacing: 0.5px;
  font-weight: 600;
}
body.rtl .stat-l {
  letter-spacing: 0.5px;
}
body.rtl .logo-text-wrap .brand {
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 17px;
}
body.rtl .logo-text-wrap .sub {
  letter-spacing: 0 !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: none !important;
}
body.rtl .w-card h4 {
  font-weight: 700;
  letter-spacing: 0;
}
body.rtl .swatch-group-title {
  letter-spacing: 0.5px;
}
body.rtl .spec-label {
  letter-spacing: 0.5px;
}


/* ── ARABIC FONT & SAFARI SPACING FIX ─────────────────────────────────── */
/*
  Safari/WebKit applies letter-spacing BETWEEN every Arabic glyph,
  breaking the ligature connections that Arabic script requires.
  The fix: zero out letter-spacing and word-spacing globally in RTL,
  then use font-feature-settings to enable proper Arabic shaping.
*/
body.rtl,
body.rtl * {
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  /* Force proper Arabic glyph composition in WebKit */
  -webkit-font-feature-settings: "kern" 1, "calt" 1, "liga" 1;
          font-feature-settings: "kern" 1, "calt" 1, "liga" 1;
  text-rendering: optimizeLegibility;
  -webkit-text-stroke: 0;
}
/* Restore line-height so Arabic descenders don't clip */
body.rtl p, body.rtl span, body.rtl h1, body.rtl h2,
body.rtl h3, body.rtl h4, body.rtl li, body.rtl a {
  line-height: 1.75;
}
body.rtl h1, body.rtl h2 { line-height: 1.35; }

/* Cairo needs slightly more vertical space for diacritics */
body.rtl .body-text { line-height: 2; }
body.rtl .hero-desc { line-height: 2; }

/* Eyebrow labels — allow a tiny letter-spacing for Latin fallback chars */
[lang="ar"] .eyebrow, .rtl .eyebrow {
  letter-spacing: 0.5px !important;
  word-spacing: 0 !important;
}
/* Logo brand text in AR — keep tight */
[lang="ar"] .logo-text-wrap .brand,
.rtl .logo-text-wrap .brand { letter-spacing: 0 !important; }

/* Safari-specific: prevent Cairo from collapsing glyphs at small sizes */
@supports (-webkit-touch-callout: none) {
  body.rtl { -webkit-font-smoothing: antialiased; }
  body.rtl * { letter-spacing: 0 !important; }
}

/* ── SAFARI ARABIC GOLD TEXT CLIP FIX ─────────────────────────────────────
   Safari/WebKit clips Arabic glyphs when line-height < ~1.5 because Arabic
   script ascenders/descenders exceed the Latin em-square. Fix: force safe
   line-heights on every element that shows gold/colored Arabic text.
   ─────────────────────────────────────────────────────────────────────── */

/* Hero stat numbers & badge numbers – were line-height:1, fatal for Arabic */
body.rtl .stat-n  { line-height: 1.4 !important; padding-bottom: 2px; }
body.rtl .badge-n { line-height: 1.4 !important; padding-bottom: 2px; }

/* h1/h2/h3/h4 base was 1.15 – bumped to safe range for Arabic */
body.rtl h1 { line-height: 1.45 !important; }
body.rtl h2 { line-height: 1.45 !important; }
body.rtl h3 { line-height: 1.55 !important; }
body.rtl h4 { line-height: 1.55 !important; }

/* About hero h1 had line-height:1.1 – dangerous for Arabic */
body.rtl .ab-hero-text h1 { line-height: 1.45 !important; }

/* Logo brand text was line-height:1.1 */
body.rtl .logo-text-wrap .brand { line-height: 1.4 !important; }
body.rtl .logo-text-wrap .sub   { line-height: 1.5 !important; }

/* Collection/gallery headings that had line-height:1.1–1.2 */
body.rtl .ge-info h2,
body.rtl .ge-info h3 { line-height: 1.5 !important; }

/* Swatch/lightbox gold text */
body.rtl .lightbox-code { line-height: 1.5 !important; padding-bottom: 2px; }

/* Eyebrow labels (small caps gold) */
body.rtl .eyebrow { line-height: 1.6 !important; }

/* Safari-specific safety: prevent inline gold <em> inside headings from clipping */
@supports (-webkit-touch-callout: none) {
  body.rtl h1 em,
  body.rtl h2 em {
    display: inline-block;
    line-height: 1.5 !important;
    padding-bottom: 0.05em;
  }

  /* Force Cairo to use full glyph bounding box, not tight metrics */
  body.rtl {
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
  }

  /* Prevent overflow:hidden parents from eating Arabic descenders */
  body.rtl .hero-content,
  body.rtl .about-text,
  body.rtl .collection-info,
  body.rtl .ab-hero-text {
    overflow: visible !important;
  }
}


/* ── LANG-BTN RTL FIX ──────────────────────────────────────────────────── */
body.rtl .lang-btn {
  letter-spacing: 0 !important;
  font-size: 13px !important;
  padding: 10px 16px !important;
  line-height: 1.2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}
/* Safari Arabic text fix - prevent letter-spacing breaking Arabic glyphs */
.lang-btn {
  text-transform: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-spacing: normal;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@supports (-webkit-touch-callout: none) {
  .lang-btn {
    letter-spacing: 0 !important;
    word-break: keep-all !important;
    -webkit-text-size-adjust: 100% !important;
  }
  body.rtl .lang-btn {
    padding-top: 12px !important;
    padding-bottom: 14px !important;
  }
  nav { overflow: visible !important; }
}

/* ── PHONE FIELD WITH COUNTRY CODE ──────────────────────────────────────── */
.phone-field-wrap {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.country-code-select {
  flex: 0 0 auto;
  min-width: 100px;
  max-width: 130px;
  padding: 0 10px;
  background: var(--navy);
  color: var(--charcoal);
  border: 1px solid rgba(205,161,104,0.2);
  border-radius: 3px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: auto;
}
.country-code-select:focus {
  outline: none;
  border-color: var(--gold);
}
.phone-field-wrap input[type="tel"] {
  flex: 1 1 auto;
  min-width: 0;
}
.rtl .phone-field-wrap {
  flex-direction: row-reverse;
}
