/* =================================================================
   SAVE & CARING — Design System v2
   Plus Jakarta Sans · Cairo · Rose Carmine + Midnight Navy · RTL + LTR
   ================================================================= */

/* ─────────────────────────── TOKENS ─────────────────────────── */
:root {
  /* ── Brand palette ─────────────────────────────────────────── */
  --brand:       #9D2862;   /* cs-magenta — primary  */
  --brand-dk:    #7E1F4E;   /* darker magenta — hover/pressed */
  --brand-lt:    #F4DDE8;   /* cs-tint-magenta — bg accents */
  --brand-mid:   #E6628B;   /* cs-pink — icons on dark bg */

  /* ── Coral gradient (hero / CTA) ─────────────────────────── */
  --gradient-hero: linear-gradient(135deg, #D84544 0%, #E6628B 100%);

  /* ── Secondary — Deep Navy ───────────────────────────────── */
  --navy:        #2E2863;
  --navy-dk:     #1D1940;
  --navy-lt:     #E8E6F0;   /* cs-tint-navy */
  --navy-mid:    #5A5578;   /* softened navy for body copy */

  /* ── Warm neutral scale ───────────────────────────────────── */
  --n-50:    #FAF7F9;   /* cs-bg — main background */
  --n-100:   #FBEEF2;   /* cs-bg-section — alternating sections */
  --n-200:   #EDE9E3;
  --n-300:   #D6D0C9;
  --n-400:   #B5AFA7;
  --n-500:   #8F8880;
  --n-600:   #6B6460;
  --n-700:   #4A4541;
  --n-800:   #302C29;
  --n-900:   #1C1916;

  /* ── Semantic tokens — all components consume these ──────── */
  --pink:       var(--brand);
  --pink-dk:    var(--brand-dk);
  --pink-lt:    var(--brand-lt);
  --dark:       #2E2863;
  --text:       var(--navy);        /* cs-navy as primary text */
  --soft:       var(--navy-mid);    /* softened navy for body copy */
  --muted:      var(--n-500);
  --text-muted: var(--navy-mid);
  --bg:         var(--n-50);        /* cs-bg — #FAF7F9 */
  --bg-alt:     var(--n-100);       /* cs-bg-section — #FBEEF2 */
  --surface:    #FFFFFF;
  --border:     var(--navy-lt);     /* cs-tint-navy — #E8E6F0 */

  /* ── Legacy aliases (existing components keep working) ─────── */
  --magenta-rose:    var(--brand);
  --deep-plum:       var(--brand-dk);
  --royal-indigo:    var(--navy);
  --dark-violet:     #2E1F5E;
  --cosmetic-pink:   var(--brand-mid);
  --soft-coral-pink: var(--brand-mid);
  --indigo-lt:       var(--navy-lt);
  --accent:          var(--pink);

  /* ── Typography scale ──────────────────────────────────────── */
  --fs-xs:    1.2rem;    /* 12 px — labels, captions  */
  --fs-sm:    1.4rem;    /* 14 px — small text        */
  --fs-base:  1.5rem;    /* 15 px — body              */
  --fs-md:    1.7rem;    /* 17 px — lead / large body */
  --fs-lg:    2.0rem;    /* 20 px — subheadings       */
  --fs-xl:    2.4rem;    /* 24 px — section subtitles */
  --fs-2xl:   3.2rem;    /* 32 px — section titles    */
  --fs-3xl:   4.8rem;    /* 48 px — hero headings     */
  --fs-4xl:   6.4rem;    /* 64 px — display           */

  --fw-regular: 400;
  --fw-medium:  500;
  --fw-semi:    600;
  --fw-bold:    700;
  --fw-black:   800;

  --lh-tight:   1.2;
  --lh-snug:    1.35;
  --lh-normal:  1.6;
  --lh-relaxed: 1.8;

  /* ── Elevation ─────────────────────────────────────────────── */
  --shadow-sm: 0 1px 3px rgba(28,25,22,0.08), 0 1px 2px rgba(28,25,22,0.05);
  --shadow-md: 0 4px 16px rgba(28,25,22,0.09), 0 2px 6px rgba(28,25,22,0.05);
  --shadow-lg: 0 12px 40px rgba(28,25,22,0.11), 0 4px 12px rgba(28,25,22,0.06);

  /* ── Radius ────────────────────────────────────────────────── */
  --radius:      1.2rem;
  --radius-sm:   0.6rem;
  --radius-lg:   2.0rem;
  --radius-pill: 10rem;

  /* ── Icon sizes (Lucide · 1.5 px stroke · rounded) ─────────── */
  --icon-sm: 1.6rem;   /* 16 px — inline / tight UI  */
  --icon-md: 2.0rem;   /* 20 px — buttons / nav      */
  --icon-lg: 2.4rem;   /* 24 px — feature callouts   */

  /* ── Layout ────────────────────────────────────────────────── */
  --maxw:     1280px;
  --pad:      9%;
  --t:        0.22s ease;
  --header-h: 9rem;
  --per:      4;
  --gap:      2rem;
}


/* ─────────────────────────── RESET ─────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 62.5%; scroll-padding-top: var(--header-h); }

body {
  font-family: 'Plus Jakarta Sans', 'Cairo', sans-serif;
  font-size: var(--fs-base);
  line-height: var(--lh-relaxed);
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  transition: background var(--t), color var(--t);
}


.rtl { direction: rtl; }
.ltr { direction: ltr; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
blockquote, cite { font-style: normal; }

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

/* Suppress direction-sensitive transitions during language switch so the
   side-nav and filter drawer don't visibly slide when dir flips. */
html.lang-switching .side-nav,
html.lang-switching .nav-overlay,
html.lang-switching .filter-panel__drawer,
html.lang-switching .hamburger span {
  transition: none !important;
}

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

/* ─────────────────────────── SKIP LINK ─────────────────────────── */
.skip-link {
  position: absolute;
  top: -100%;
  inset-inline-start: 1rem;
  z-index: 9999;
  background: var(--pink);
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: var(--radius);
  font-size: 1.3rem;
}
.skip-link:focus { top: 1rem; }

/* ─────────────────────────── GLOBAL FOCUS ─────────────────────────── */
:focus-visible {
  outline: 2.5px solid var(--brand);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}
/* suppress default outline for mouse users */
:focus:not(:focus-visible) { outline: none; }

/* ─────────────────────────── LAYOUT ─────────────────────────── */
.container {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.section {
  padding: 8rem var(--pad);
}

.section--alt { background: var(--bg-alt); }

#featured {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22100%22 height=%2280%22 viewBox=%220 0 100 80%22%3E%3Cpath d=%22M50 42 C36 22 6 14 12 30 C18 44 38 40 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C64 22 94 14 88 30 C82 44 62 40 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C40 28 22 20 26 32%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C60 28 78 20 74 32%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C28 48 8 60 16 72 C22 78 40 58 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C72 48 92 60 84 72 C78 78 60 58 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C36 52 18 62 22 68%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C64 52 82 62 78 68%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 26 Q49 42 50 66%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%221%22 fill=%22none%22/%3E%3Cpath d=%22M50 26 C46 18 40 12 36 8%22 stroke=%22rgba(46,40,99,0.03)%22 stroke-width=%220.7%22 fill=%22none%22/%3E%3Cpath d=%22M50 26 C54 18 60 12 64 8%22 stroke=%22rgba(46,40,99,0.03)%22 stroke-width=%220.7%22 fill=%22none%22/%3E%3Ccircle cx=%2235%22 cy=%227%22 r=%221.2%22 fill=%22rgba(46,40,99,0.04)%22/%3E%3Ccircle cx=%2265%22 cy=%227%22 r=%221.2%22 fill=%22rgba(46,40,99,0.04)%22/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 100px 80px;
}

/* ─────────────────────────── TYPOGRAPHY ─────────────────────────── */
.eyebrow {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 0.5rem;
}

.section__head { text-align: center; margin-bottom: 5rem; }

.section__title {
  font-size: clamp(2.4rem, 3.5vw, 3.5rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section__title--light { color: #fff; }

.section__sub {
  font-size: 1.5rem;
  color: var(--soft);
  max-width: 55ch;
  margin-inline: auto;
  line-height: 1.8;
}

/* ─────────────────────────── BUTTONS ─────────────────────────── */
.btn {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: var(--radius);
  border: 0.2rem solid transparent;
  transition: background var(--t), border-color var(--t), color var(--t), box-shadow var(--t), transform var(--t);
  cursor: pointer;
  letter-spacing: 0.03em;
}

.btn--pink {
  background: linear-gradient(135deg, #D84544 0%, #9D2862 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(157,40,98,0.28);
}
.btn--pink:hover {
  background: linear-gradient(135deg, #c23a38 0%, #7E1F4E 100%);
  border-color: transparent;
  box-shadow: 0 6px 24px rgba(157,40,98,0.45);
  transform: translateY(-2px);
}

.btn--outline {
  background: transparent;
  color: var(--dark);
  border-color: var(--dark);
}
.btn--outline:hover {
  background: linear-gradient(135deg, #2E2863 0%, #4A3A8C 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 24px rgba(46,40,99,0.35);
  transform: translateY(-2px);
}

.btn--outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}
.btn--outline-white:hover { background: #fff; color: var(--dark); }

.btn--navy {
  background: linear-gradient(135deg, #1D1940 0%, #2E2863 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(29,25,64,0.4);
}
.btn--navy:hover {
  background: linear-gradient(135deg, #D84544 0%, #9D2862 100%);
  border-color: transparent;
  box-shadow: 0 6px 24px rgba(157,40,98,0.45);
  transform: translateY(-2px);
}

.btn--lg { padding: 1.4rem 4.5rem; font-size: 1.6rem; }

/* ─────────────────────────── ICON BUTTONS ─────────────────────────── */
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.15rem solid var(--border);
  color: var(--soft);
  background: var(--bg-alt);
  transition: all var(--t);
  font-size: 1.6rem;
}
.icon-btn:hover { background: var(--pink); border-color: var(--pink); color: #fff; }

/* ─────────────────────────── HEADER ─────────────────────────── */
.site-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  width: 100%;
  z-index: 100;
  height: var(--header-h);
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  padding-block: 1rem;
  padding-inline: 2rem;
}

/* Glass pill — shown while hero is visible */
.header__inner {
  background: rgba(250,247,249,0.55);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-radius: 10rem;
  border: 0.1rem solid rgba(255,255,255,0.55);
  box-shadow: 0 0.4rem 2rem rgba(0,0,0,0.08);
  padding-inline: 2.4rem !important;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

/* Solid pill — once scrolled past the hero */
.site-header.scrolled .header__inner {
  background: #FAF7F9;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 0.4rem 2rem rgba(0,0,0,0.1);
}

/* Gallery page — lighter header over the dark hero */
.gallery-pg .header__inner {
  background: rgba(255,255,255,0.82);
  border-color: rgba(255,255,255,0.9);
}
.gallery-pg .site-header.scrolled .header__inner {
  background: #ffffff;
  border-color: rgba(0,0,0,0.08);
}


.site-header.scrolled { background: transparent; }

/* Glass-mode header controls — frosted pill look, dark icons for contrast on light hero */
.site-header .icon-btn,
.site-header .hamburger span {
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease, filter 0.4s ease;
}
.site-header:not(.scrolled) .icon-btn {
  background: rgba(0,0,0,0.06);
  border-color: rgba(0,0,0,0.12);
  color: var(--dark);
}
.site-header:not(.scrolled) .icon-btn:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}

.header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 100%;
  /* pill shape applied in the block above */
}

.logo__img { height: 6rem; width: auto; object-fit: contain; }

.header__actions { display: flex; align-items: center; gap: 0.75rem; justify-self: end; }

/* Lang button */
.lang-label { font-size: 1.2rem; font-weight: 700; letter-spacing: 0.05em; }

/* Hamburger */
.menu-toggle { display: inline-flex; justify-self: start; }
.hamburger { display: flex; flex-direction: column; gap: 5px; width: 2rem; }
.hamburger span { display: block; height: 0.2rem; background: var(--text); border-radius: 2px; transition: all var(--t); }
.menu-toggle:hover .hamburger span { background: #fff; }
.hamburger span:last-child { width: 70%; }
[aria-expanded="true"] .hamburger span:first-child  { transform: translateY(7px) rotate(45deg); }
[aria-expanded="true"] .hamburger span:nth-child(2) { opacity: 0; }
[aria-expanded="true"] .hamburger span:last-child   { transform: translateY(-7px) rotate(-45deg); width: 100%; }

/* Side navigation panel */
.side-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 32rem;
  height: 100vh;
  background: #ffffff;
  z-index: 200;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 3rem;
  transform: translateX(110%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -0.5rem 0 4rem rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  overscroll-behavior: contain;
}
html[dir="rtl"] .side-nav {
  right: auto;
  left: 0;
  transform: translateX(-110%);
  box-shadow: 0.5rem 0 4rem rgba(0, 0, 0, 0.12);
}
.side-nav.open { transform: translateX(0); }
/* RTL: higher specificity rule needed to override the RTL hidden state */
html[dir="rtl"] .side-nav.open { transform: translateX(0); }

.side-nav__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}
.side-nav__brand img { height: 4rem; width: auto; object-fit: contain; }
.side-nav__close {
  position: absolute;
  inset-inline-end: 0;
}

.side-nav__links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}

.side-nav__link {
  display: block;
  padding: 1.4rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--text);
  border-radius: var(--radius);
  border-bottom: 2px solid transparent;
  transition: color var(--t), background var(--t), border-color var(--t);
  text-align: center;
}
.side-nav__link:hover,
.side-nav__link:focus-visible {
  color: var(--pink);
  background: var(--pink-lt);
  border-bottom-color: var(--pink);
}
.side-nav__link--cta {
  background: var(--pink);
  color: #fff !important;
  text-align: center;
  margin-top: 2rem;
}
.side-nav__link--cta:hover { background: var(--pink-dk) !important; }

/* Nav backdrop overlay */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 199;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s ease;
}
.nav-overlay.open { opacity: 1; pointer-events: auto; }

/* ─────────────────────────── HERO (Dhalycosmetics exact) ─────────────────────────── */
@keyframes fadeUp {
  0% { transform: translateY(4rem); opacity: 0; }
}

.home { padding: 0; position: relative; overflow: hidden; }

.home .slide {
  display: none;
  height: 100vh;
  height: 100dvh;
  position: relative;
}

.home .slide.active { display: flex; direction: ltr; }

.home .slide .content {
  width: 50%;
  padding: 2rem 7%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(160deg, #FBEEF2 0%, #E8E6F0 100%);
  position: relative;
  overflow: hidden;
}

.home .slide .content img {
  height: 25rem;
  width: 25rem;
  margin-bottom: 2rem;
  animation: fadeUp .45s ease-out backwards .2s;
  display: none;
}

.home .slide .content span {
  color: var(--pink);
  display: block;
  font-size: 2rem;
  padding-bottom: .5rem;
  letter-spacing: .2rem;
  text-transform: uppercase;
  animation: fadeUp .45s ease-out backwards .4s;
}

.home .slide .content h3 {
  font-size: 5.5rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1.15;
  animation: fadeUp .45s ease-out backwards .6s;
}

.home .slide .content .btn {
  animation: fadeUp .45s ease-out backwards .8s;
  background: var(--pink);
  color: #fff;
  border-color: var(--pink);
}
.home .slide .content .btn:hover {
  background: var(--pink-dk);
  border-color: var(--pink-dk);
  transform: translateY(-0.2rem);
  box-shadow: 0 0.5rem 1.5rem rgba(161,42,100,0.3);
}

.home .slide .controls {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  pointer-events: none;
  z-index: 10;
}

.home .slide .ctrl-btn {
  pointer-events: all;
  height: 5.6rem;
  width: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0.2rem solid var(--pink);
  border-radius: 50%;
  box-shadow: 0 0.4rem 2rem rgba(157, 40, 98, 0.2),
              inset 0 0 0 0.4rem rgba(255,255,255,0.12);
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  user-select: none;
}


.home .slide .ctrl-btn img {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
  display: block;
  transition: filter 0.22s ease;
}

.home .slide .ctrl-btn:hover {
  background: var(--pink);
  border-color: var(--pink);
  transform: scale(1.12);
  box-shadow: 0 0.8rem 2.8rem rgba(157, 40, 98, 0.45);
}

.home .slide .ctrl-btn:hover img {
  filter: brightness(0) invert(1);
}

.home .slide .image { width: 50%; }

.home .slide .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


/* ── Hero video (left panel) ── */
.content__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Video panel: transparent, no overlay */
.home .slide .content--video {
  background: transparent;
}

/* Restore RTL text direction inside the content panel for Arabic */
html[dir="rtl"] .home .slide .content { direction: rtl; align-items: flex-end; }

/* ─────────────────────────── SECTION DIVIDER UTILITY ─────────────────────────── */
/* Thin pink accent bar above section headings for visual rhythm */
.section__head .eyebrow::after {
  content: '';
  display: block;
  width: 3.6rem;
  height: 0.3rem;
  border-radius: 2px;
  background: var(--pink);
  margin: 0.6rem auto 0;
}
/* Left-aligned variant (when section__head is text-align: start) */
.section__head.head--start .eyebrow::after { margin-inline-start: 0; }

/* ─────────────────────────── BRANDS SHOWCASE (brands.jpeg) ─────────────────────────── */
.brands-combined { background: #ffffff; }

.brands-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 2.4rem;
}

.brands-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
}

.brands-split__cats .cat-grid {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 900px) {
  .brands-split { grid-template-columns: 1fr; gap: 3rem; }
  .brands-split__cats .cat-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 560px) {
  .brands-split__cats .cat-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Brands: category cards → horizontal scroll-snap slider (mobile only) ── */
@media (max-width: 768px) {
  /* Clip at the cats column edge so slider overflow doesn't bleed into page */
  .brands-split__cats { overflow: hidden; }

  .brands-split__cats .cat-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 1.2rem;
    padding-bottom: 0.4rem;
  }
  .brands-split__cats .cat-grid::-webkit-scrollbar { display: none; }

  /* 58% per card → ~1.7 cards visible; next card clearly peeks */
  .brands-split__cats .cat-card {
    flex: 0 0 58%;
    scroll-snap-align: start;
    margin: 0;
  }

  /* Bypass reveal — IO won't fire for off-screen slider cards */
  .brands-split__cats .cat-card.reveal { opacity: 1; transform: none; }

  /* Dialogs are hover-only and overflow above the card — hide on touch */
  .brands-split__cats .cat-card__dialog { display: none; }
}

.brands-showcase {
  margin-bottom: 2.4rem;
  border-radius: 1rem;
  overflow: hidden;
  line-height: 0;
}

.brands-showcase__img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.brands-showcase:hover .brands-showcase__img { transform: scale(1.015); }

/* ─────────────────────────── COLLECTION ─────────────────────────── */
.section.collection {
  padding-top: 8rem;
  padding-inline: 0;
}
.section.collection .container {
  max-width: none;
  padding-inline: 2.5%;
}

/* Three-column grid */
.coll-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Card shell */
.coll-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
  aspect-ratio: 4/3;
  width: 100%;
}

/* No blur layer needed with cover */
.coll-card__blur { display: none; }

.coll-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: transform 0.55s ease;
  will-change: transform;
}
.coll-card:hover .coll-card__bg { transform: scale(1.04); }

/* Gradient overlay — legibility for text */
.coll-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top,
    rgba(0,0,0,0.80) 0%,
    rgba(0,0,0,0.30) 55%,
    transparent 100%);
  pointer-events: none;
}

/* Shine sweep on hover */
.coll-card::after {
  content: '';
  position: absolute;
  top: 0; inset-inline-start: -140%; bottom: 0;
  width: 100%;
  background: linear-gradient(to right, transparent 50%, rgba(255,255,255,0.14) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 4;
}
.coll-card:hover::after { animation: coll-shine 0.85s ease forwards; }
html[dir="rtl"] .coll-card:hover::after { animation: coll-shine-rtl 0.85s ease forwards; }

@keyframes coll-shine {
  0%   { transform: skewX(-25deg) translateX(0); }
  100% { transform: skewX(-25deg) translateX(300%); }
}
@keyframes coll-shine-rtl {
  0%   { transform: skewX(25deg) translateX(0); }
  100% { transform: skewX(25deg) translateX(-300%); }
}

/* Text body — above gradient */
.coll-card__body {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  padding: 3.2rem;
  z-index: 3;
}

.coll-card__title {
  font-size: clamp(2.4rem, 2.8vw, 3.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 0.8rem;
}

.coll-card__sub {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
  margin: 0;
  text-align: start;
}

/* ─────────────────────────── BRANDS (merged with banner strip) ─────────────────────────── */

.brands-banner-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
  margin-top: 0;
}

.brands-banner-strip__item {
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
  position: relative;
}

.brands-banner-strip__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.brands-banner-strip__item:hover .brands-banner-strip__overlay { opacity: 1; }

.brands-banner-strip__logo {
  width: 70%;
  height: auto;
  max-height: 7rem;
  object-fit: contain;
}

.brands-banner-strip__item img:not(.brands-banner-strip__logo) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.brands-banner-strip__item:hover img:not(.brands-banner-strip__logo) { transform: scale(1.04); }

/* ── Brands banner strip → portrait magazine-cover slider (mobile only) ── */
@media (max-width: 768px) {
  .brands-banner-strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 1.6rem;
    margin-inline: calc(-1 * var(--pad));
    padding-inline-start: 6%;
    padding-inline-end: 6%;
    padding-bottom: 1.2rem;
  }
  .brands-banner-strip::-webkit-scrollbar { display: none; }

  .brands-banner-strip__item {
    flex: 0 0 64%;
    scroll-snap-align: center;
    border-radius: 2rem;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 12px 40px rgba(29, 25, 64, 0.22), 0 2px 8px rgba(29, 25, 64, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .brands-banner-strip__item:active {
    transform: scale(0.97);
    box-shadow: 0 4px 16px rgba(29, 25, 64, 0.18);
  }

  .brands-banner-strip__item img:not(.brands-banner-strip__logo) {
    width: 100%;
    height: auto;
    object-fit: unset;
  }

  /* Dark vignette at top, white frosted zone at bottom where logo lives */
  .brands-banner-strip__overlay {
    opacity: 1;
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.92) 32%,
      rgba(29, 25, 64, 0.28) 58%,
      transparent 76%
    );
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2.4rem;
  }

  /* Native logo colors — white zone below handles all backgrounds */
  .brands-banner-strip__logo {
    width: 58%;
    max-height: 5.2rem;
    filter: none;
  }

  /* Bypass IntersectionObserver reveal so off-screen slides stay visible */
  .brands-banner-strip.reveal { opacity: 1; transform: none; }
}

/* ─────────────────────────── PROMO DEALS ─────────────────────────── */

/*
 * Override section padding to fixed 4rem so the slider gets ~1200px
 * to work with instead of the ~860px left after the double 9% --pad.
 * The container inside is also stripped of padding / max-width so the
 * slider fills the full section-content width.
 */
.section.gallery-brands {
  padding-inline: 4rem;
  overflow: hidden; /* clips the peeking 4th card at the viewport edge */
}

.gallery-brands .container {
  padding-inline: 0;
  max-width: unset;
}

/* ── Slider shell ── */
.gallery-slider {
  position: relative;
  margin-top: 1rem;
}

.gallery-slider__viewport {
  overflow: visible; /* track overflows into section padding; section clips it */
}

.gallery-slider__track {
  display: flex;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* ── Cards: 3 full + 25% of 4th visible ──
 * Formula: (container_width - (n-1) × gap) / n  where n = 3.25
 * Remainder overflows into section's 4rem right padding → clipped at viewport
 */
.gallery-card {
  flex: 0 0 calc((100% - 2.25 * 1.6rem) / 3.25);
  min-width: 0;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.gallery-card__img-wrap {
  overflow: hidden;
  width: 100%;
}

.gallery-card__img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-card:hover .gallery-card__img-wrap img { transform: scale(1.04); }

.gallery-card__body {
  padding: 2rem 2.4rem 2.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}


.gallery-card__title {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.6rem;
  line-height: 1.25;
}

.gallery-card__text {
  font-size: 1.4rem;
  color: var(--soft);
  line-height: 1.6;
  margin-bottom: 1.6rem;
  flex: 1;
}

.gallery-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--brand);
  background: transparent;
  border: 2px solid var(--brand);
  border-radius: 6px;
  padding: 0.75rem 2rem;
  text-decoration: none;
  transition: color var(--t), border-color var(--t), transform var(--t), background var(--t);
  margin-top: auto;
  align-self: flex-start;
}

.gallery-card__link:hover {
  background: var(--brand);
  color: #ffffff;
  border-color: var(--brand);
  transform: translateY(-2px);
}

/* ── Nav buttons — same visual language as the hero ctrl-btn ── */
.gallery-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0.2rem solid var(--pink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.4rem 2rem rgba(157, 40, 98, 0.2),
              inset 0 0 0 0.4rem rgba(255,255,255,0.12);
  opacity: 0;
  transition: opacity 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  z-index: 10;
  pointer-events: all;
  user-select: none;
}

.gallery-slider__btn img {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
  display: block;
  transition: filter 0.22s ease;
}

.gallery-slider__btn:hover {
  background: var(--pink);
  border-color: var(--pink);
  transform: translateY(-50%) scale(1.12);
  box-shadow: 0 0.8rem 2.8rem rgba(157, 40, 98, 0.45);
}

.gallery-slider__btn:hover img {
  filter: brightness(0) invert(1);
}

/*
 * Buttons are centered on the slider's left / right content edges,
 * straddling half inside the card area and half into the section padding.
 * Section overflow:hidden keeps them within the viewport.
 */
.gallery-slider__btn--prev { inset-inline-start: -2.8rem; }
.gallery-slider__btn--next { inset-inline-end: -2.8rem; }

/* Show arrows when the section is hovered */
.section.gallery-brands:hover .gallery-slider__btn:not([disabled]) {
  opacity: 1;
}

.gallery-slider__btn[disabled] {
  opacity: 0 !important;
  pointer-events: none;
}

/* ── RTL: flip all branded arrow images so they point in the correct direction.
   right.svg visually points ← and left.svg visually points →, because the file
   names describe button position in the original RTL layout, not visual direction.
   scaleX(-1) corrects every arrow in RTL without touching button-level transforms. ── */
html[dir="rtl"] .ctrl-btn img,
html[dir="rtl"] .whyus-slider__btn img,
html[dir="rtl"] .gallery-slider__btn img { transform: scaleX(-1); }


/* ── Responsive ── */
@media (max-width: 991px) {
  .section.gallery-brands { padding-inline: 2.4rem; }
  .gallery-card { flex: 0 0 calc((100% - 1.25 * 1.6rem) / 2.25); }
  .gallery-slider__btn { width: 4.8rem; height: 4.8rem; }
  .gallery-slider__btn img { width: 2.4rem; height: 2.4rem; }
}

/* ── Mobile: switch gallery slider to native CSS scroll-snap ── */
@media (max-width: 768px) {
  .gallery-slider__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .gallery-slider__viewport::-webkit-scrollbar { display: none; }
  .gallery-slider__track { padding-inline-start: 6%; padding-inline-end: 6%; }
  .gallery-card { scroll-snap-align: start; }
  .gallery-slider__btn { display: none !important; }
}

@media (max-width: 550px) {
  .section.gallery-brands { padding-inline: 0; }
  .gallery-card { flex: 0 0 80%; }
}

/* ─────────────────────────── WHY US ─────────────────────────── */

/* Scroll-reveal: children slide up when parent section gets .active */
[data-section] > * {
  transform: translateY(8rem);
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
}
[data-section].active > * {
  transform: translateY(0);
  opacity: 1;
}
[data-section].active > .whyus-slider__btn {
  transform: translateY(-50%);
}
[data-section].active > .whyus-slider__btn:hover {
  transform: translateY(-50%) scale(1.12);
}

.section.whyus-section {
  position: relative;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
}

.section.whyus-section::before {
  content: '';
  position: absolute;
  inset-inline-end: 0;
  top: -10rem;
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
  background: radial-gradient(circle, var(--brand-lt) 0%, transparent 70%);
  pointer-events: none;
}

.section.whyus-section::after {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  bottom: -8rem;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: radial-gradient(circle, var(--navy-lt) 0%, transparent 70%);
  pointer-events: none;
}

.whyus-header {
  max-width: 62rem;
  margin-inline: auto;
  margin-bottom: 5rem;
}

/* Pill-style eyebrow badge for this section */
.whyus-section .eyebrow {
  display: inline-flex;
  align-items: center;
  background: rgba(157, 40, 98, 0.08);
  border: 1px solid rgba(157, 40, 98, 0.22);
  border-radius: 50px;
  padding: 0.5rem 1.8rem;
  font-size: 1.15rem;
  letter-spacing: 0.18rem;
  margin-bottom: 2rem;
}

.whyus__title {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
}

.whyus__sub {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  color: var(--soft);
  line-height: 1.8;
  max-width: 54ch;
  margin-inline: auto;
}

/* Slider */
.whyus-slider { position: static; }

.whyus-slider__viewport {
  overflow: visible;
  direction: ltr;
}

.whyus-slider__track {
  display: block;
  transform: none !important;
  transition: none;
}

.whyus-slider__slide {
  flex: 0 0 100%;
  min-width: 0;
}

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

@media (max-width: 991px) {
  .whyus-slide-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}

@media (max-width: 550px) {
  .whyus-slide-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* Controls row */
.whyus-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3.5rem;
}

/* Prev / next buttons — absolutely positioned against the section */
.whyus-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: 0.2rem solid var(--pink);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--navy);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0.4rem 2rem rgba(157, 40, 98, 0.2),
              inset 0 0 0 0.4rem rgba(255, 255, 255, 0.12);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.whyus-slider__btn--prev { inset-inline-start: 9.9rem; }
.whyus-slider__btn--next { inset-inline-end:   9.9rem; }
.whyus-slider__btn:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
  transform: translateY(-50%) scale(1.12);
  box-shadow: 0 0.8rem 2.8rem rgba(157, 40, 98, 0.45);
}
.whyus-slider__btn img {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
  transition: filter 0.22s ease;
}
.whyus-slider__btn:hover img {
  filter: brightness(0) invert(1);
}

/* Dot pagination */
.whyus-slider__dots {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.whyus-dot {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all var(--t);
}
.whyus-dot.is-active {
  background: var(--pink);
  transform: scale(1.4);
}

/* Differentiator card */
.whyus-card__icon {
  width: 18rem;
  height: auto;
  max-width: 100%;
  margin-inline: auto;
  display: block;
}

.whyus-card__title {
  font-size: clamp(1.9rem, 2.2vw, 2.2rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-block: 2.4rem 1rem;
}

.whyus-card__text {
  font-size: clamp(1.4rem, 1.5vw, 1.55rem);
  color: var(--soft);
  line-height: 1.75;
  max-width: 34ch;
  margin-inline: auto;
  text-align: center;
  unicode-bidi: plaintext;
}

/* ── Why Us: show only 4 cards (slide 1) as a flat grid on desktop;
      all 8 cards as a swipeable CSS slider on mobile ── */

/* Desktop: hide slide 2 and all slider controls */
.whyus-slider__slide:last-child { display: none; }
.whyus-slider__btn              { display: none !important; }
.whyus-slider__controls         { display: none; }

@media (max-width: 768px) {
  /* Lift the container above the section's ::after decorative blob */
  .whyus-section .container { position: relative; z-index: 1; }

  /* Header typography — mobile */
  .whyus-header        { margin-bottom: 3.2rem; }
  .whyus-section .eyebrow { font-size: 1.05rem; letter-spacing: 0.14rem; padding: 0.45rem 1.4rem; margin-bottom: 1.4rem; }
  .whyus__title        { font-size: clamp(2.4rem, 7vw, 3.4rem); letter-spacing: -0.02em; margin-bottom: 1.4rem; }
  .whyus__sub          { font-size: clamp(1.4rem, 3.8vw, 1.6rem); max-width: 100%; }

  /* Scroll container — edge-to-edge */
  .whyus-slider__viewport {
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: calc(-1 * var(--pad));
  }
  .whyus-slider__viewport::-webkit-scrollbar { display: none; }

  /* Track: horizontal flex row */
  .whyus-slider__track {
    display: flex;
    width: 100%;
    gap: 1.6rem;
    padding-inline-start: 6%;
    padding-inline-end: 6%;
    padding-bottom: 1.6rem;
    align-items: stretch;
  }

  /* Flatten slide 1 only (slide 2 stays hidden via the desktop rule) */
  .whyus-slider__slide:first-child { display: contents; }
  .whyus-slide-grid                { display: contents; }

  /* Card: scroll-snap item */
  .whyus-card {
    flex: 0 0 78%;
    scroll-snap-align: center;
    background: #ffffff;
    border-radius: 1.6rem;
    padding: 2.8rem 2.2rem;
    box-shadow: 0 4px 24px rgba(29, 25, 64, 0.09), 0 1px 4px rgba(29, 25, 64, 0.06);
    border: 1px solid rgba(29, 25, 64, 0.08);
    text-align: center;
    overflow: hidden;
  }

  /* Bypass reveal — cards inside a scroll rail won't trigger IntersectionObserver */
  .whyus-card.reveal { opacity: 1 !important; transform: none !important; }

  .whyus-card__icon  { width: 10rem; }
  .whyus-card__title { font-size: clamp(1.8rem, 5vw, 2.4rem); margin-block: 2rem 1rem; }
  .whyus-card__text  { font-size: 1.4rem; max-width: 100%; margin-inline: 0; line-height: 1.75; text-align: center; unicode-bidi: plaintext; }
}

/* ─────────────────────────── ABOUT ─────────────────────────── */
.about {
  background: url(../assets/about-bg.png) no-repeat center center / cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  direction: ltr;
  min-height: 65rem;
  padding: 8rem var(--pad);
}

html[dir="rtl"] .about__content {
  direction: rtl;
}

.about__content {
  width: 55rem;
  max-width: 100%;
  background: linear-gradient(
    160deg,
    rgba(50, 44, 100, 0.85) 0%,
    rgba(29, 25, 64, 0.90) 40%,
    rgba(20, 16, 50, 0.92) 100%
  );
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  padding: 4.2rem;
  border-radius: calc(var(--radius) * 2);
  border-top: 1px solid rgba(255,255,255,0.18);
  border-inline-start: 1px solid rgba(255,255,255,0.12);
  border-inline-end: 1px solid rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(0,0,0,0.4);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -1px 0 rgba(0,0,0,0.2),
    0 8px 32px rgba(0,0,0,0.45),
    0 32px 64px rgba(0,0,0,0.25),
    0 0 48px rgba(157,40,98,0.18);
  position: relative;
  overflow: hidden;
}

/* face gradient: light from top-left, dark toward bottom-right */
.about__content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.07) 0%,
    transparent 45%,
    rgba(0,0,0,0.12) 100%
  );
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}

/* pink glow blob + left accent bar */
.about__content::after {
  content: '';
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 0.45rem;
  background: linear-gradient(180deg, #fca5a5 0%, #9D2862 55%, #2E2863 100%);
  border-radius: 4px 0 0 4px;
  z-index: 1;
}

.about__content > * { position: relative; z-index: 2; }

.about__content .eyebrow {
  color: #E6628B;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  padding: 0.5rem 1.4rem;
  background: rgba(0,0,0,0.20);
  border: 1px solid rgba(255,255,255,0.12);
  border-top: 1px solid rgba(255,255,255,0.18);
  border-radius: 50px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.about__content .eyebrow::before,
.about__content .eyebrow::after {
  content: '✦';
  font-size: 0.8rem;
  opacity: 0.7;
}

.about__content .section__title {
  font-size: clamp(2.6rem, 3.8vw, 3.8rem);
  line-height: 1.25;
  margin-bottom: 1.8rem;
  color: #ffffff;
}

.about__content .btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 5rem;
  background: linear-gradient(135deg, #9D2862 0%, #E6628B 100%);
  border: none;
  color: #ffffff;
  font-weight: var(--fw-bold);
  box-shadow: 0 6px 28px rgba(157,40,98,0.45), inset 0 1px 0 rgba(255,255,255,0.18);
}

.about__content .btn:hover {
  background: linear-gradient(135deg, #fca5a5 0%, #E6628B 100%);
  border: none;
  color: #1D1940;
  box-shadow: 0 10px 36px rgba(157,40,98,0.60);
  transform: translateY(-2px);
}

.about__text {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.88);
  text-align: start;
  line-height: 1.9;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.about__stats {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.about__stat {
  text-align: center;
  background: rgba(0,0,0,0.20);
  border: 1px solid rgba(255,255,255,0.12);
  border-top: 1px solid rgba(255,255,255,0.18);
  border-radius: 1.2rem;
  padding: 1.4rem 2rem;
  flex: 1;
  min-width: 8rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.about__stat-num {
  display: block;
  font-size: 3.8rem;
  font-weight: 800;
  color: #E6628B;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.about__stat-label {
  font-size: 1.15rem;
  font-weight: 600;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ─────────────────────────── CATEGORIES ─────────────────────────── */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
}

.cat-card {
  position: relative;
  background: var(--surface);
  border: 0.15rem solid var(--border);
  border-radius: var(--radius);
  padding: 1.8rem 1.4rem;
  text-align: center;
  transition: all var(--t);
  cursor: pointer;
}
.cat-card:hover {
  background: var(--royal-indigo);
  border-color: var(--royal-indigo);
  transform: translateY(-0.4rem);
}
.cat-card:hover .cat-card__icon img { filter: invert(1); }
.cat-card:hover .cat-card__title,
.cat-card:hover .cat-card__desc { color: #fff; }

.cat-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  margin: 0 auto 1rem;
  background: var(--indigo-lt);
  border-radius: 50%;
  transition: all var(--t);
}
.cat-card__icon img { width: 4rem; height: 4rem; object-fit: contain; }
.cat-card:hover .cat-card__icon { background: rgba(255,255,255,0.12); }

.cat-card__title {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.5rem;
  transition: color var(--t);
  text-transform: capitalize;
}

.cat-card__desc {
  font-size: 1.4rem;
  color: var(--soft);
  line-height: 1.6;
  transition: color var(--t);
}

/* cat-card hover dialog */
.cat-card__dialog {
  position: absolute;
  bottom: calc(100% + 0.8rem);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 16rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 28px rgba(46, 40, 99, 0.18), 0 2px 8px rgba(46, 40, 99, 0.08);
  padding: 1.4rem 1.2rem 1.1rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 30;
  text-align: center;
}

.cat-card__dialog::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #fff;
}

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

.cat-card__dialog-logo {
  display: block;
  max-height: 4rem;
  max-width: 75%;
  margin: 0 auto 1rem;
  object-fit: contain;
}

.cat-card__dialog-desc {
  font-size: 1.25rem;
  color: var(--navy);
  line-height: 1.5;
  margin: 0;
}


/* ─────────────────────────── GALLERY ─────────────────────────── */
.gallery-item__name {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

/* ─────────────────────────── FEATURED ─────────────────────────── */
.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile: keep 2 columns, tighten spacing */
@media (max-width: 768px) {
  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-top: 2.8rem;
  }

  /* Tighter image padding so product fills more of the card */
  #featured .product-card__img-wrap { padding: 0.8rem; }

  /* Compact body so text stays readable at half viewport width */
  #featured .product-card__body { padding: 1rem 1.1rem; gap: 0.2rem; }
  #featured .product-card__brand { font-size: 0.9rem; letter-spacing: 0.05em; }
  #featured .product-card__name  { font-size: 1.2rem; line-height: 1.35; }
  #featured .product-card__stars { font-size: 1.1rem; margin-top: 0.15rem; }

  /* Smaller badge so it doesn't crowd the corner */
  #featured .product-card__badge {
    font-size: 0.85rem;
    padding: 0.2rem 0.65rem;
    top: 0.7rem;
  }
}

/* Product card */
.product-card {
  background: var(--surface);
  border: 0.15rem solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--t);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card:hover { transform: translateY(-0.4rem); box-shadow: 0 1rem 3rem rgba(0,0,0,0.1); }

.product-card__img-wrap {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}
.product-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.product-card:hover .product-card__img { transform: scale(1.07); }

.product-card__badge {
  position: absolute;
  top: 1rem;
  inset-inline-start: 1rem;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--cosmetic-pink);
  color: #fff;
}
.product-card__badge--hot { background: var(--royal-indigo); }

.product-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
  background: linear-gradient(160deg, #eef1ff 0%, #dde4fa 50%, #e8e2f8 100%);
  position: relative;
  overflow: hidden;
}

.product-card__body::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(157, 40, 98, 0.08) 0%, transparent 65%),
              radial-gradient(ellipse at bottom left, rgba(46, 40, 99, 0.07) 0%, transparent 65%);
  pointer-events: none;
}

.product-card__brand {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  position: relative;
}

.product-card__name {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--navy-dk);
  line-height: 1.4;
  position: relative;
}

.product-card__stars {
  font-size: 1.3rem;
  color: #e8920a;
  position: relative;
  letter-spacing: 0.06em;
  margin-top: 0.3rem;
}

/* ─────────────────────────── NEW ARRIVALS ─────────────────────────── */
.arrivals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.arrival-card {
  background: var(--surface);
  border: 0.15rem solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--t);
}
.arrival-card:hover { transform: translateY(-0.4rem); box-shadow: 0 1rem 3rem rgba(0,0,0,0.1); }

.arrival-card__img-wrap {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--bg-alt);
}
.arrival-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.arrival-card:hover .arrival-card__img-wrap img { transform: scale(1.07); }

.arrival-card__name {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--dark);
  padding: 1.2rem 1.5rem;
  text-align: center;
  border-top: 0.1rem solid var(--border);
  text-transform: capitalize;
}

/* ─────────────────────────── TESTIMONIALS ─────────────────────────── */
#testimonials {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22100%22 height=%2280%22 viewBox=%220 0 100 80%22%3E%3Cpath d=%22M50 42 C36 22 6 14 12 30 C18 44 38 40 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C64 22 94 14 88 30 C82 44 62 40 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C40 28 22 20 26 32%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C60 28 78 20 74 32%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C28 48 8 60 16 72 C22 78 40 58 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C72 48 92 60 84 72 C78 78 60 58 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C36 52 18 62 22 68%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C64 52 82 62 78 68%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 26 Q49 42 50 66%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%221%22 fill=%22none%22/%3E%3Cpath d=%22M50 26 C46 18 40 12 36 8%22 stroke=%22rgba(46,40,99,0.03)%22 stroke-width=%220.7%22 fill=%22none%22/%3E%3Cpath d=%22M50 26 C54 18 60 12 64 8%22 stroke=%22rgba(46,40,99,0.03)%22 stroke-width=%220.7%22 fill=%22none%22/%3E%3Ccircle cx=%2235%22 cy=%227%22 r=%221.2%22 fill=%22rgba(46,40,99,0.04)%22/%3E%3Ccircle cx=%2265%22 cy=%227%22 r=%221.2%22 fill=%22rgba(46,40,99,0.04)%22/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 100px 80px;
}
#testimonials .eyebrow { color: var(--pink); }

@media (min-width: 769px) {
  #testimonials .container {
    max-width: none;
    padding-inline: 2rem;
  }
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  position: relative;
  z-index: 1;
}

.quote-card {
  background: #fff;
  border: 0.1rem solid var(--border);
  border-top: 0.35rem solid var(--pink);
  border-radius: 2rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.quote-card::before {
  content: '\201C';
  position: absolute;
  inset-block-start: -1.5rem;
  inset-inline-end: 2.5rem;
  font-size: 14rem;
  line-height: 1;
  color: rgba(157,40,98,0.08);
  font-family: Georgia, 'Times New Roman', serif;
  pointer-events: none;
  user-select: none;
}
.quote-card:hover {
  transform: translateY(-0.6rem);
  border-top-color: #ec4c92;
  box-shadow: 0 2.4rem 5rem rgba(0,0,0,0.35), 0 0 0 0.1rem rgba(157,40,98,0.25);
}

.quote-card__logo-area {
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-card__logo {
  display: block;
  width: 9rem;
  height: 6rem;
  object-fit: contain;
  margin-inline: auto;
}

.quote-card__logo--lg {
  width: 14rem;
  height: 9rem;
}

.quote-card__stars {
  font-size: 1.6rem;
  color: #f5c518;
  letter-spacing: 0.1em;
  text-align: center;
}

.quote-card__text {
  font-size: 1.52rem;
  color: var(--soft);
  line-height: 1.9;
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.quote-card__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding-top: 1.8rem;
  border-top: 0.1rem solid var(--border);
}

.quote-card__name {
  display: block;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--dark);
  font-style: normal;
}

.quote-card__city {
  display: block;
  font-size: 1.3rem;
  color: var(--muted);
}

/* ── Testimonials → horizontal scroll-snap slider (mobile only) ── */
@media (max-width: 768px) {
  /* Clip at the container edge so the slider doesn't bleed past the section */
  #testimonials .container { overflow: hidden; }

  .quote-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 1.6rem;
    /* Cancel container padding for full-bleed, then add peek inset */
    margin-inline: calc(-1 * var(--pad));
    padding-inline-start: 5%;
    padding-inline-end: 5%;
    padding-bottom: 1.2rem;
    /* Reset grid */
    grid-template-columns: none;
  }
  .quote-grid::-webkit-scrollbar { display: none; }

  .quote-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    padding: 2.4rem 2rem;
  }

  /* Bypass IntersectionObserver reveal so off-screen cards stay visible */
  .quote-card.reveal { opacity: 1; transform: none; }
}

/* ─────────────────────────── CTA SECTION ─────────────────────────── */
.cta-section {
  padding: 4rem 4rem 0;
  background: transparent;
  position: relative;
  z-index: 2;
  margin-bottom: -11rem;
  overflow: visible;
}
.cta-section .container {
  max-width: none;
  padding-inline: 0;
}

.cta-inner {
  background: linear-gradient(135deg, #D84544 0%, #9D2862 48%, #2E2863 100%);
  border-radius: 2.4rem;
  padding: 3.2rem 5.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  overflow: hidden;
  position: relative;
  text-align: start;
}
.cta-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(230,98,139,0.22) 0%, transparent 65%);
  pointer-events: none;
}

.cta-inner__left {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}

.cta-section .eyebrow { color: rgba(255, 255, 255, 0.75); }

.cta-inner__title {
  font-size: clamp(2.6rem, 3.5vw, 4.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.cta-inner__text {
  font-size: 1.55rem;
  color: rgba(255,255,255,0.82);
  max-width: 42ch;
  line-height: 1.75;
}

/* Decorative circle on the right with image */
.cta-inner__deco {
  flex-shrink: 0;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 0.3rem solid rgba(255,255,255,0.2);
  box-shadow: 0 0 4rem rgba(157,40,98,0.4);
}

.cta-inner__deco-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-inner__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem 1.8rem 0.75rem 1.4rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 100px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  direction: ltr;
  transition: background var(--t), border-color var(--t), transform var(--t), box-shadow var(--t);
}
.cta-inner__tel:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.45);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.cta-inner__tel svg { flex-shrink: 0; width: 1.5rem; height: 1.5rem; }

/* ─────────────────────────── CONTACT DIALOG ─────────────────────────── */
.cdlg-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.48);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 8000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.cdlg-backdrop.is-open { opacity: 1; pointer-events: all; }

.cdlg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%) scale(0.95);
  z-index: 8001;
  background: var(--surface);
  border-radius: 2.4rem;
  padding: 4rem 3.2rem 3.2rem;
  width: min(48rem, calc(100vw - 3.2rem));
  box-shadow: 0 3.2rem 8rem rgba(0,0,0,0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.cdlg.is-open {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
}

.cdlg__close {
  position: absolute;
  top: 1.6rem;
  inset-inline-end: 1.6rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--soft);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--t), color var(--t);
}
.cdlg__close:hover { background: var(--border); color: var(--dark); }

.cdlg__heading {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--dark);
  text-align: center;
  margin-bottom: 2.8rem;
  line-height: 1.4;
  padding-inline: 2rem;
}

.cdlg__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

.cdlg__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2.8rem 1.6rem 2.4rem;
  border-radius: 1.6rem;
  border: 2px solid var(--border);
  text-decoration: none;
  text-align: center;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.cdlg__option:hover { transform: translateY(-3px); }
.cdlg__option--phone:hover {
  border-color: var(--brand);
  box-shadow: 0 8px 28px rgba(157,40,98,0.14);
}
.cdlg__option--email:hover {
  border-color: var(--navy);
  box-shadow: 0 8px 28px rgba(46,40,99,0.13);
}

.cdlg__icon {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
  transition: background 0.18s ease;
}
.cdlg__option--phone .cdlg__icon { background: rgba(157,40,98,0.08); color: var(--brand); }
.cdlg__option--email .cdlg__icon { background: rgba(46,40,99,0.08);  color: var(--navy); }
.cdlg__option--phone:hover .cdlg__icon { background: rgba(157,40,98,0.14); }
.cdlg__option--email:hover .cdlg__icon { background: rgba(46,40,99,0.13); }

.cdlg__option-label {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--dark);
}
.cdlg__option-value {
  font-size: 1.25rem;
  color: var(--soft);
  direction: ltr;
  word-break: break-all;
  line-height: 1.4;
}

@media (max-width: 420px) {
  .cdlg__options { grid-template-columns: 1fr; }
  .cdlg { padding: 3.6rem 2rem 2.8rem; }
}

/* ─────────────────────────── FOOTER ─────────────────────────── */
.site-footer {
  background: linear-gradient(160deg, #2E2863 0%, #1D1940 100%);
  padding-top: 16rem;
  border-top: none;
  position: relative;
  overflow: hidden;
}

/* Decorative ambient glows */
.site-footer::before {
  content: '';
  position: absolute;
  top: 6rem;
  inset-inline-end: -10rem;
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(157,40,98,0.13) 0%, transparent 68%);
  pointer-events: none;
}
.site-footer::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  inset-inline-start: -14rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,40,99,0.38) 0%, transparent 68%);
  pointer-events: none;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4.8rem;
  position: relative;
}

/* Gradient separator line instead of flat rgba border */
.footer__grid::after {
  content: '';
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,0.12) 15%,
    rgba(157,40,98,0.50) 50%,
    rgba(255,255,255,0.12) 85%,
    transparent 100%
  );
}

.footer__logo {
  height: 8rem;
  width: auto;
  object-fit: contain;
  margin-bottom: 2rem;
  filter: brightness(0) invert(1);
  opacity: 1;
  display: block;
}

.footer__about {
  font-size: 1.42rem;
  color: rgba(255,255,255,0.58);
  line-height: 2;
  max-width: 32ch;
  margin-bottom: 2.4rem;
}

.footer__social { display: flex; gap: 1rem; }

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.62);
  transition: background 0.25s ease, border-color 0.25s ease,
              color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
.social-link:hover {
  background: linear-gradient(135deg, #9D2862 0%, #E6628B 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 24px rgba(157,40,98,0.42);
  transform: translateY(-2px);
}

/* Column headings with brand-pink accent underline */
.footer__heading {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.footer__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 2.4rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #9D2862 0%, #E6628B 100%);
}

/* Links — dot marker, smooth slide-in hover */
.footer__links { display: flex; flex-direction: column; gap: 0.9rem; }
.footer__links a {
  font-size: 1.4rem;
  color: rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  transition: color 0.22s ease, padding-inline-start 0.22s ease;
}
.footer__links a::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #E6628B;
  flex-shrink: 0;
  transition: background 0.22s ease, transform 0.22s ease;
}
.footer__links a:hover { color: #fff; padding-inline-start: 0.3rem; }
.footer__links a:hover::before { background: #fff; transform: scale(1.4); }

/* Footer bar */
.footer__bar {
  text-align: center;
  padding: 2.8rem var(--pad);
  position: relative;
  z-index: 1;
}

.footer__copy {
  font-size: 1.25rem;
  color: rgba(255,255,255,0.32);
  letter-spacing: 0.02em;
}

/* ─────────────────────────── SCROLL REVEAL ─────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ─────────────────────────── FOCUS (consolidated above at line ~170) ─────────────────────────── */

/* ─────────────────────────── SCROLLBAR ─────────────────────────── */
::-webkit-scrollbar { width: 0.8rem; }
::-webkit-scrollbar-thumb { background: var(--pink); border-radius: 0.4rem; }
::-webkit-scrollbar-track { background: transparent; }

/* ─────────────────────────── RESPONSIVE ─────────────────────────── */
@media (max-width: 1200px) {
  :root { --pad: 4%; }
}



@media (max-width: 991px) {
  html { font-size: 55%; }
  :root { --pad: 2.4rem; --per: 2; }
  .section { padding: 6rem var(--pad); }
  .cta-section { padding: 3rem 2rem 0; }
  .cta-inner { padding: 3rem 4rem; }
  .cta-inner__deco { width: 16rem; height: 16rem; }
  .about { padding: 6rem var(--pad); background-attachment: scroll; }
  .faq-section { background-attachment: scroll; }
  .home .slide .content { padding: 2rem; }
  .home .slide .content h3 { font-size: 4rem; }
  .quote-grid      { grid-template-columns: repeat(2, 1fr); }
  .footer__grid    { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .featured__head  { flex-direction: column; align-items: flex-start; }
  .featured__head .section__head { text-align: start; }
  .arrivals-grid   { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  html { font-size: 52%; }
  :root { --per: 1; }
  /* ── Mobile header — full-width glass bar ── */
  .site-header { padding-inline: 0; padding-block: 0; }
  .header__inner {
    border-radius: 0 !important;
    border-top: none;
    border-inline: none;
    border-bottom: 1px solid rgba(255,255,255,0.22);
    padding-inline: 2rem !important;
    box-shadow: 0 4px 20px rgba(29,25,64,0.10);
  }
  .site-header.scrolled .header__inner {
    border-bottom-color: rgba(29,25,64,0.08);
    box-shadow: 0 4px 20px rgba(29,25,64,0.13);
  }
  .logo__img          { height: 7rem; }
  .site-header .icon-btn { width: 4.8rem; height: 4.8rem; }
  .section { padding: 5rem var(--pad); }
  .cta-section { padding: 2.5rem 1.6rem 0; }
  .cta-inner { flex-direction: column; align-items: center; text-align: center; padding: 3rem 2.4rem; gap: 2rem; }
  .cta-inner__left { align-items: center; }
  .cta-inner__text { max-width: 100%; }
  .cta-inner__deco { display: none; }
  .about { padding: 5rem var(--pad); }
  /* ── Mobile hero — single unified full-viewport block ── */

  /* Push hero below the fixed nav header */
  .home { margin-top: var(--header-h); }

  /* Height matches image width → near-zero letterbox for square product shots */
  .home .slide {
    position: relative;
    height: min(100vw, 68svh);
    min-height: 32rem;
    background: linear-gradient(160deg, var(--brand-lt) 0%, var(--navy-lt) 100%);
    overflow: hidden;
  }
  .home .slide.active { display: block; }

  /* ── Image layer (z 0) ── */
  /* The .image div carries a JS-set background-image used only by ::before for the ambient blur */
  .home .slide .image {
    position: absolute;
    inset: 0;
    width: 100%;   /* override desktop width: 50% — inset alone doesn't win */
    height: 100%;  /* explicit: belt-and-suspenders against any inherited height */
    z-index: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }
  /* Blurred ambient fill — eliminates letterbox gaps without cropping */
  .home .slide .image::before {
    content: '';
    position: absolute;
    inset: -6%;          /* overshoot so blurred edges never show */
    background: inherit; /* picks up the background-image set on .image by JS */
    filter: blur(24px) brightness(0.52) saturate(0.6);
    z-index: 0;
  }
  .home .slide .image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
  }

  /* ── Video layer (z 1) — sits above blurred image, fades in on is-video-phase ── */
  .home .slide .content--video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0;
    z-index: 1;
  }
  /* Video: no crop, no distortion; transparent bg lets blurred image show through letterbox */
  .home .slide .content--video .content__video {
    object-fit: contain;
    background: transparent;
  }

  /* ── Controls (z 10) ── */
  .home .slide .controls {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: none;
    padding-inline: 1.4rem;
    pointer-events: none;
  }
  .home .slide .ctrl-btn {
    height: 4.8rem;
    width: 4.8rem;
    pointer-events: all;
  }

  /* Image phase: video hidden → blurred ambient + sharp image shows */
  .home .slide.active .content--video { opacity: 0; pointer-events: none; transition: opacity 0.7s ease; }
  /* Video phase: video fades in over the blurred background */
  .home .slide.active.is-video-phase .content--video { opacity: 1; pointer-events: auto; transition: opacity 0.7s ease; }

  html[dir="rtl"] .home .slide .ctrl-btn img { transform: none; }

  .gallery-grid    { grid-template-columns: repeat(2, 1fr); }
  .gallery-item--tall { grid-row: auto; }
  .gallery-item__info { opacity: 1; transform: none; }
  .quote-grid      { grid-template-columns: 1fr; }
  .about           { min-height: unset; }
  .about__content  { width: 100%; padding: 2.4rem; }

  /* ── About: fluid typography so every element fits 320–768 px ── */

  /* Title: clamp with a vw value that actually kicks in on phone widths */
  .about__content .section__title {
    font-size: clamp(2rem, 5.5vw, 3.4rem);
    margin-bottom: 1.2rem;
  }

  /* Eyebrow: shrink letter-spacing to prevent overflow on narrow screens */
  .about__content .eyebrow {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    padding: 0.4rem 1rem;
    margin-bottom: 1rem;
  }

  /* Body text: slightly tighter line-height to save vertical space */
  .about__text {
    font-size: clamp(1.35rem, 3.5vw, 1.6rem);
    line-height: 1.75;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
  }

  /* Stat numbers: fluid so "100+" doesn't overflow the stat card on small phones */
  .about__stat-num { font-size: clamp(2.4rem, 6.5vw, 3.8rem); }

  /* Stat labels: bump up from 1.15rem (≈9 px at 48% base) to stay readable */
  .about__stat-label {
    font-size: clamp(1.05rem, 2.5vw, 1.2rem);
    letter-spacing: 0.1em;
  }

  /* Tighter stat card padding so three cards fit side-by-side at 320 px */
  .about__stats    { gap: 1.2rem; }
  .about__stat     { padding: 1.2rem 1rem; min-width: 0; }
  .footer__grid    { grid-template-columns: 1fr; gap: 2rem; }
  .arrivals-grid   { grid-template-columns: repeat(2, 1fr); }

  /* ── Footer: enhanced mobile layout ── */

  /* Proportional columns (middle wider for longer Arabic link text), no column gap */
  .footer__grid {
    grid-template-columns: 1fr 1.25fr 1fr;
    gap: 0;
    padding-inline: 0;
    padding-bottom: 3.2rem;
    position: relative;
  }

  /* Brand block: full-width with gradient separator below */
  .footer__brand {
    grid-column: 1 / -1;
    text-align: center;
    padding: 0 1.6rem 3.2rem;
    position: relative;
  }
  .footer__brand::after {
    content: '';
    position: absolute;
    bottom: 0;
    inset-inline: 6%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(157,40,98,0.45) 22%,
      rgba(230,98,139,0.72) 50%,
      rgba(157,40,98,0.45) 78%,
      transparent
    );
  }

  /* Logo */
  .footer__logo    { margin-inline: auto; display: block; height: 7.6rem; margin-bottom: 1.8rem; }

  /* About text */
  .footer__about {
    font-size: 1.3rem;
    line-height: 1.9;
    text-align: center;
    max-width: 36ch;
    margin-inline: auto;
    margin-bottom: 2.2rem;
  }

  /* Social icons — larger, more breathing room */
  .footer__social                 { justify-content: center; gap: 1.2rem; }
  .footer__social .social-link    { width: 4.4rem; height: 4.4rem; }

  /* Link columns — heading centred, links inherit start from their own rules */
  .footer__col { text-align: center; padding: 2.8rem 0.7rem; position: relative; }

  /* Vertical gradient divider between adjacent columns */
  .footer__col + .footer__col::before {
    content: '';
    position: absolute;
    inset-block: 2.2rem;
    inset-inline-start: 0;
    width: 1px;
    background: linear-gradient(
      180deg,
      transparent,
      rgba(255,255,255,0.10) 28%,
      rgba(255,255,255,0.10) 72%,
      transparent
    );
  }

  /* Column headings */
  .footer__heading {
    font-size: 1.15rem;
    letter-spacing: 0.13em;
    margin-bottom: 1.4rem;
    padding-bottom: 0.9rem;
  }
  .footer__heading::after { display: none; }

  /* Links — centred, dot hidden so text sits true-centre */
  .footer__links            { align-items: center; gap: 0.75rem; }
  .footer__links a          { font-size: 1.1rem; text-align: center; justify-content: center; gap: 0; }
  .footer__links a::before  { display: none; }
}


/* ── Collection — responsive grid (tablet) ─────────────────────────────── */
@media (max-width: 900px) {
  .coll-list { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}

/* ── Collection: CSS scroll-snap slider (mobile only) ── */
@media (max-width: 768px) {
  .section.collection { padding-top: 4rem; padding-bottom: 4rem; }

  /* Full-bleed container so cards can peek at the edge */
  .section.collection .container {
    padding-inline: 0;
    max-width: 100%;
    overflow: hidden;
  }

  /* Horizontal scroll with snap — no JS, no CDN, works everywhere */
  .coll-list {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 1.6rem;
    padding-inline-start: 5%;
    padding-inline-end: 5%;
    padding-bottom: 0;
  }
  .coll-list::-webkit-scrollbar { display: none; }

  /* Each card: 80% wide so the next card peeks from the edge */
  .coll-list li {
    flex: 0 0 80%;
    scroll-snap-align: start;
    list-style: none;
  }

  /* Portrait card */
  .coll-card { aspect-ratio: 3/4; }

  /* All cards visible immediately — no scroll-reveal delay in a carousel */
  .coll-card.reveal { opacity: 1; transform: none; }

  /* Tighten body padding; clamp long subtitle */
  .coll-card__body { padding: 2rem; }
  .coll-card__sub {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  html { font-size: 48%; }
  .arrivals-grid   { grid-template-columns: repeat(2, 1fr); }
}


/* ═══════════════════════════════════════════════════════════
   STATS BAR
═══════════════════════════════════════════════════════════ */
/* ── Stats bar — stand-alone dark strip below the hero ── */
.stats-bar {
  position: relative;
  background: var(--navy-dk);
  padding-block: 3.2rem 3.6rem;
  padding-inline: var(--pad);
}

.stats-bar__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: var(--maxw);
  margin-inline: auto;
}

.stats-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding-block: 0;
  padding-inline: 4.8rem;
  text-align: center;
  flex: 1 1 0;
}

.stats-bar__num-wrap {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.stats-bar__num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(6.4rem, 8vw, 11rem);
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  -webkit-text-stroke: 1.5px var(--brand-mid);
  paint-order: stroke fill;
  line-height: 0.85;
  letter-spacing: -0.01em;
}

.stats-bar__suffix {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 3.2vw, 4.4rem);
  font-weight: 600;
  font-style: italic;
  color: var(--brand-mid);
  line-height: 1;
  margin-top: 0.5rem;
  margin-inline-start: 0.2rem;
  letter-spacing: -0.01em;
}

.stats-bar__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semi);
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  max-width: 14rem;
  line-height: 1.5;
  margin-top: 1.2rem;
}

.stats-bar__divider {
  width: 1px;
  height: 6rem;
  align-self: center;
  background: rgba(255,255,255,0.18);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .stats-bar { padding-block: 2rem 2.4rem; padding-inline: 1.6rem; }
  .stats-bar__grid { flex-wrap: nowrap; justify-content: space-around; gap: 0; }
  .stats-bar__item { padding-inline: 0; flex: 1 1 0; }
  .stats-bar__divider { display: none; }
  .stats-bar__num { font-size: clamp(3.6rem, 9vw, 5.6rem); }
  .stats-bar__suffix { font-size: clamp(1.6rem, 4vw, 2.4rem); }
  .stats-bar__label { font-size: 1rem; max-width: none; margin-top: 0.6rem; }
}

/* ═══════════════════════════════════════════════════════════
   GLOBAL SOURCING SECTION
═══════════════════════════════════════════════════════════ */
.sourcing { background: #ffffff; }
.sourcing__map {
  margin-top: 5rem;
  text-align: center;
}
.sourcing__map-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* Strip both padding layers so map goes full viewport width */
  .sourcing.section { padding-inline: 0; }
  .sourcing .container { padding-inline: 0; }
  .sourcing__map { margin-top: 2.4rem; }

  /* World map is ~2:1 wide; min-height keeps it prominent on short phones */
  .sourcing__map-img { min-height: 52vw; object-fit: contain; }

  /* Legend: wrap items onto two rows rather than overflowing off-screen */
  .sourcing__legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
    margin-inline: 1.6rem;
    padding: 1.2rem 1.6rem;
  }
  .sourcing__legend-item { font-size: 1.2rem; }
}

.sourcing__legend {
  display: inline-flex;
  align-items: center;
  gap: 2.8rem;
  margin-top: 1.6rem;
  padding: 1.1rem 2.8rem;
  border: 1px solid var(--border);
  border-radius: 10rem;
  background: var(--surface);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.sourcing__legend-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
}

.sourcing__legend-dot {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.sourcing__legend-dot--active  { background: #A67CC5; }          /* light purple — active operations */
.sourcing__legend-dot--partner { background: #C4527A; }          /* pink — import location arrows */
.sourcing__legend-dot--ground  { background: #4A2E7A; }          /* dark purple — on the ground */

/* ═══════════════════════════════════════════════════════════
   BRAND TICKER
═══════════════════════════════════════════════════════════ */
.brand-ticker {
  overflow: hidden;
  padding: 2rem 0;
  margin-bottom: 3.2rem;
  background: linear-gradient(135deg, rgba(244,221,232,0.55) 0%, rgba(232,230,240,0.55) 100%);
  border-top: 1.5px solid rgba(157,40,98,0.18);
  border-bottom: 1.5px solid rgba(157,40,98,0.18);
  mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
  position: relative;
}
.brand-ticker__track {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  width: max-content;
  animation: ticker-scroll 18s linear infinite;
}
.brand-ticker:hover .brand-ticker__track { animation-play-state: paused; }
.brand-ticker__name {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--navy);
  opacity: 0.5;
  white-space: nowrap;
  transition: opacity 0.25s ease, color 0.25s ease;
}
.brand-ticker__name:hover { opacity: 1; color: var(--brand); }
.brand-ticker__dot {
  font-size: 0.75rem;
  color: var(--brand);
  opacity: 0.65;
  flex-shrink: 0;
}

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
html[dir="rtl"] .brand-ticker__track { animation-name: ticker-scroll-rtl; }
@keyframes ticker-scroll-rtl {
  from { transform: translateX(0); }
  to   { transform: translateX(50%); }
}

/* ═══════════════════════════════════════════════════════════
   PROCESS SECTION
═══════════════════════════════════════════════════════════ */
.process-section {
  background-color: var(--bg-alt);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22100%22 height=%2280%22 viewBox=%220 0 100 80%22%3E%3Cpath d=%22M50 42 C36 22 6 14 12 30 C18 44 38 40 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C64 22 94 14 88 30 C82 44 62 40 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C40 28 22 20 26 32%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C60 28 78 20 74 32%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C28 48 8 60 16 72 C22 78 40 58 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C72 48 92 60 84 72 C78 78 60 58 50 42%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%220.9%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C36 52 18 62 22 68%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 42 C64 52 82 62 78 68%22 stroke=%22rgba(46,40,99,0.02)%22 stroke-width=%220.6%22 fill=%22none%22/%3E%3Cpath d=%22M50 26 Q49 42 50 66%22 stroke=%22rgba(46,40,99,0.04)%22 stroke-width=%221%22 fill=%22none%22/%3E%3Cpath d=%22M50 26 C46 18 40 12 36 8%22 stroke=%22rgba(46,40,99,0.03)%22 stroke-width=%220.7%22 fill=%22none%22/%3E%3Cpath d=%22M50 26 C54 18 60 12 64 8%22 stroke=%22rgba(46,40,99,0.03)%22 stroke-width=%220.7%22 fill=%22none%22/%3E%3Ccircle cx=%2235%22 cy=%227%22 r=%221.2%22 fill=%22rgba(46,40,99,0.04)%22/%3E%3Ccircle cx=%2265%22 cy=%227%22 r=%221.2%22 fill=%22rgba(46,40,99,0.04)%22/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 100px 80px;
  overflow: hidden;
}

.process-section .section__sub {
  max-width: 58rem;
  margin-top: 1.4rem;
  line-height: 1.9;
}

.process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 7rem;
  position: relative;
  align-items: start;
}

/* Arrow wave connector — replaced by ::after SVG */
.process__grid::before { display: none; }

.process__grid::after {
  content: '';
  position: absolute;
  /*
    Extend 10% of grid-width beyond the grid on each side so the arrow
    reaches into the section padding. overflow:hidden on .process-section
    clips any excess flush with the section edge.
    Element width = 120% of grid → SVG scales to 120% → x=0 aligns to
    ~1% inside the section left edge; arrowhead at 99.3% of SVG stays
    ~1% inside the section right edge. Both fully visible. ✓
  */
  inset-inline: -10%;
  top: 8rem;
  height: 12rem;
  background: url('../assets/process-bg.svg') left top / 100% auto no-repeat;
  pointer-events: none;
  z-index: 0;
}

html[dir="rtl"] .process__grid::after {
  transform: scaleX(-1);
}

.process__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 1.2rem 3.6rem;
  border-radius: var(--radius);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Watermark removed — clean layout */
.process__step::before { display: none; }

.process__step:nth-child(2) { margin-top: 5rem; }

.process__step:hover {
  transform: translateY(-0.6rem);
}

.process__img-wrap {
  position: relative;
  width: 100%;
  max-width: 30rem;
  z-index: 1;
}


.process__img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
  box-shadow: 0 16px 48px rgba(0,0,0,0.13);
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1), box-shadow 0.5s ease;
}

.process__step:nth-child(odd)  .process__img { transform: rotate(-2.5deg); }
.process__step:nth-child(even) .process__img { transform: rotate(2.2deg); }
.process__step:hover            .process__img {
  transform: rotate(0) scale(1.04);
  box-shadow: 0 24px 64px rgba(165,32,96,0.2);
}

html[dir="rtl"] .process__badge {
  inset-inline-start: auto;
  inset-inline-end: 1.6rem;
}

.process__icon-wrap {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: var(--bg);
  border: 1.5px solid var(--n-200);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  margin-top: -3.5rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 12px rgba(165,32,96,0.1), 0 0 0 4px var(--n-50);
  transition: background var(--t), border-color var(--t), color var(--t), box-shadow 0.4s ease, transform 0.4s ease;
}

.process__step:hover .process__icon-wrap {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  box-shadow: 0 8px 28px rgba(165,32,96,0.3), 0 0 0 4px var(--n-50);
  transform: scale(1.08);
}

.process__title {
  font-size: clamp(1.9rem, 2.2vw, 2.4rem);
  font-weight: 700;
  color: var(--navy-dk);
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.process__desc {
  font-size: 1.45rem;
  color: var(--soft);
  line-height: 1.85;
  max-width: 26rem;
  position: relative;
  z-index: 1;
}


@media (max-width: 900px) {
  .process__grid {
    grid-template-columns: 1fr;
    gap: 5rem;
    max-width: 44rem;
    margin-inline: auto;
  }
  .process__grid::before,
  .process__grid::after { display: none; }
  .process__step:nth-child(2) { margin-top: 0; }
  .process__step:nth-child(odd)  .process__img,
  .process__step:nth-child(even) .process__img { transform: none; }
  .process__step::before { display: none; }
}

@media (max-width: 768px) {
  /* Full-bleed so cards reach the screen edges */
  .process-section .container { padding-inline: 0; }

  /* Horizontal scroll-snap slider */
  .process__grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
    max-width: none;
    margin-inline: 0;
    margin-top: 3.2rem;
    padding-inline-start: 5%;
    padding-inline-end: 5%;
    padding-bottom: 1.6rem;
    align-items: flex-start;
  }
  .process__grid::-webkit-scrollbar { display: none; }
  .process__grid::before,
  .process__grid::after { display: none; }

  /* Each step: 82% wide so next card peeks; 4% gap between cards */
  .process__step {
    flex: 0 0 82%;
    scroll-snap-align: start;
    padding: 0 0 2.4rem;
    margin-inline-end: 4%;
    margin-top: 0 !important;
  }
  .process__step:last-child { margin-inline-end: 0; }

  /* Step number badge — uses data-step="01/02/03" attribute */
  .process__step::before {
    display: block;
    content: attr(data-step);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: var(--brand);
    background: rgba(157,40,98,0.08);
    border: 1px solid rgba(157,40,98,0.2);
    border-radius: 50px;
    padding: 0.4rem 1.4rem;
    margin-bottom: 1.4rem;
    align-self: center;
  }

  /* Bypass reveal — off-screen slides won't trigger IntersectionObserver */
  .process__step.reveal { opacity: 1; transform: none; }

  /* Full image without cropping on mobile */
  .process__img-wrap { max-width: 100%; }
  .process__img { height: auto; object-fit: unset; }

  /* Icon circle: pull up slightly from image */
  .process__icon-wrap { margin-top: -3rem; width: 6rem; height: 6rem; }

  /* Fluid title and full-width description */
  .process__title {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .process__desc { font-size: 1.4rem; max-width: 100%; line-height: 1.75; }
}

/* ═══════════════════════════════════════════════════════════
   FAQ SECTION
═══════════════════════════════════════════════════════════ */
/* ═══════════════════════════════════════════════════════════════
   FAQ  /  #faq
═══════════════════════════════════════════════════════════════ */
.faq-section {
  position: relative;
  background: url('../assets/FAQ-img.png') center / cover no-repeat fixed;
  isolation: isolate;
  padding-bottom: 5rem;
}

/* rich layered dark overlay */
.faq-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(157,40,98,0.28) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgba(46,40,99,0.35) 0%, transparent 50%),
    linear-gradient(125deg, rgba(6,4,18,0.96) 0%, rgba(18,12,44,0.90) 38%, rgba(29,25,64,0.82) 70%, rgba(10,5,22,0.92) 100%);
  z-index: -1;
}

/* dual ambient glows — left behind column, right behind accordion */
.faq-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 18% 55%, rgba(157,40,98,0.22) 0%, transparent 100%),
    radial-gradient(ellipse 40% 50% at 78% 45%, rgba(46,40,99,0.30) 0%, transparent 100%);
  filter: blur(32px);
  z-index: -1;
  pointer-events: none;
}

/* ── Layout ── */
.faq__layout {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 0 5rem;
  align-items: start;
}

/* ── Left column ── */
.faq__left {
  padding-inline-end: 11rem;
  margin-inline-start: -2rem;
  position: relative;
}

/* large decorative watermark behind left heading */
.faq__left::before {
  content: '?';
  position: absolute;
  inset-block-start: -2rem;
  inset-inline-start: -1rem;
  font-size: 32rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(157,40,98,0.07);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
html[dir="rtl"] .faq__left::before { content: '؟'; }

/* gradient vertical divider */
.faq__left::after {
  content: '';
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255,255,255,0.15) 15%,
    rgba(157,40,98,0.65) 50%,
    rgba(255,255,255,0.12) 85%,
    transparent 100%
  );
}

/* keep left column content above the watermark */
.faq__left > * { position: relative; z-index: 1; }

.faq__right { padding-inline-start: 3rem; }

/* ── Eyebrow pill ── */
.faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.05rem;
  font-weight: var(--fw-bold);
  color: #fca5a5;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  margin-bottom: 2rem;
  padding: 0.6rem 1.8rem;
  background: linear-gradient(135deg, rgba(252,165,165,0.14) 0%, rgba(157,40,98,0.14) 100%);
  border: 1px solid rgba(252,165,165,0.32);
  border-radius: 50px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 24px rgba(157,40,98,0.18), inset 0 1px 0 rgba(255,255,255,0.12);
}
.faq__eyebrow::before,
.faq__eyebrow::after { content: '✦'; font-size: 0.65rem; opacity: 0.70; }

/* Logical properties handle RTL padding automatically — only override margin */
html[dir="rtl"] .faq__left { margin-inline-start: 0; margin-inline-end: -2rem; }

/* ── Heading ── */
.faq__heading {
  font-size: clamp(2.8rem, 3vw, 4rem);
  font-weight: var(--fw-black);
  color: #ffffff;
  line-height: 1.12;
  margin-bottom: 1.6rem;
  letter-spacing: -0.025em;
  text-shadow:
    0 2px 20px rgba(0,0,0,0.6),
    0 0 80px rgba(157,40,98,0.30);
}

/* decorative accent line under heading */
.faq__heading::after {
  content: '';
  display: block;
  margin-block-start: 1.2rem;
  width: 6rem;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(90deg, #9D2862 0%, #E6628B 50%, #fca5a5 100%);
  box-shadow: 0 0 16px rgba(157,40,98,0.50);
}

/* ── Description ── */
.faq__desc {
  font-size: 1.6rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.9;
  margin-bottom: 3rem;
  font-weight: var(--fw-regular);
  text-align: start;
}

/* ── CTA button override for dark FAQ context ── */
.faq__cta {
  display: inline-flex;
  padding-inline: 4rem;
  background: linear-gradient(135deg, #9D2862 0%, #E6628B 100%);
  color: #ffffff;
  font-weight: var(--fw-bold);
  border: none;
  box-shadow: 0 6px 28px rgba(157,40,98,0.45), inset 0 1px 0 rgba(255,255,255,0.18);
}
.faq__cta:hover {
  background: linear-gradient(135deg, #fca5a5 0%, #E6628B 100%);
  color: #1D1940;
  box-shadow: 0 10px 36px rgba(157,40,98,0.60);
  transform: translateY(-2px);
}

/* ── Accordion list ── */
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  counter-reset: faq;
}

/* ── Each item ── */
.faq__item {
  counter-increment: faq;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.10);
  border-inline-start: 3px solid rgba(255,255,255,0.08);
  border-radius: 1.4rem;
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.07);
  transition: background var(--t), border-color var(--t), box-shadow var(--t), transform var(--t);
}

.faq__item:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.18);
  border-inline-start-color: rgba(230,98,139,0.55);
  box-shadow: 0 10px 40px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.10);
  transform: translateY(-3px);
}

.faq__item.open {
  background: linear-gradient(160deg, rgba(157,40,98,0.13) 0%, rgba(46,40,99,0.12) 100%);
  border-color: rgba(157,40,98,0.45);
  border-inline-start: 4px solid #9D2862;
  box-shadow:
    0 16px 48px rgba(0,0,0,0.40),
    0 0 0 1px rgba(157,40,98,0.20),
    inset 0 1px 0 rgba(255,255,255,0.10),
    inset 0 0 40px rgba(157,40,98,0.06);
  transform: none;
}

/* ── Question row ── */
.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.8rem 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: var(--fw-bold);
  color: rgba(255,255,255,0.82);
  text-align: start;
  line-height: 1.4;
  transition: color var(--t);
}

/* number badge */
.faq__question::before {
  content: counter(faq, decimal-leading-zero);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  font-weight: 700;
  font-style: italic;
  color: #fca5a5;
  background: linear-gradient(135deg, rgba(157,40,98,0.35) 0%, rgba(230,98,139,0.25) 100%);
  border: 1px solid rgba(157,40,98,0.45);
  border-radius: 0.8rem;
  padding: 0.5rem 0.85rem;
  min-width: 4.4rem;
  text-align: center;
  line-height: 1.5;
  flex-shrink: 0;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 14px rgba(157,40,98,0.25);
  transition: background var(--t), color var(--t), border-color var(--t), box-shadow var(--t);
}

.faq__question span { flex: 1; letter-spacing: 0.005em; }

.faq__item:hover .faq__question { color: #ffffff; }
.faq__item:hover .faq__question::before {
  background: linear-gradient(135deg, rgba(157,40,98,0.50) 0%, rgba(230,98,139,0.40) 100%);
  border-color: rgba(230,98,139,0.65);
  box-shadow: 0 4px 20px rgba(157,40,98,0.38);
}

.faq__item.open .faq__question { color: #ffffff; }
.faq__item.open .faq__question::before {
  background: linear-gradient(135deg, #9D2862 0%, #E6628B 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 20px rgba(157,40,98,0.50);
}

/* ── Toggle icon ── */
.faq__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.9rem;
  border: 1.5px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.50);
  transition: background var(--t), border-color var(--t), color var(--t), transform 0.38s cubic-bezier(0.4,0,0.2,1), box-shadow var(--t), border-radius var(--t);
}

.faq__item:hover .faq__icon {
  border-color: rgba(230,98,139,0.45);
  color: #fca5a5;
  background: rgba(157,40,98,0.15);
  box-shadow: 0 0 16px rgba(157,40,98,0.20);
}

.faq__item.open .faq__icon {
  transform: rotate(90deg);
  background: linear-gradient(135deg, #9D2862 0%, #E6628B 100%);
  border-color: transparent;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(157,40,98,0.55);
}

/* ── Answer panel ── */
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.44s cubic-bezier(0.4,0,0.2,1);
}

.faq__answer p {
  padding-inline-start: 6.8rem;
  padding-inline-end: 2rem;
  padding-block: 1.2rem 2rem;
  font-size: 1.5rem;
  font-weight: var(--fw-regular);
  color: rgba(255,255,255,0.72);
  line-height: 1.95;
  text-align: start;
  border-top: 1px solid rgba(255,255,255,0.09);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.32s ease 0.16s, transform 0.32s ease 0.16s;
}

.faq__item.open .faq__answer { max-height: 80rem; }

.faq__item.open .faq__answer p {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .faq__layout { grid-template-columns: 1fr; }
  .faq__left {
    padding-inline-end: 0;
    padding-bottom: 4rem;
    margin-inline-start: 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }
  .faq__left::after { display: none; }
  html[dir="rtl"] .faq__left { margin-inline-end: 0; }
  .faq__right { padding-inline-start: 0; padding-block-start: 3rem; }
}

@media (max-width: 480px) {
  .faq__heading { font-size: 3rem; }
  .faq__question { font-size: 1.45rem; padding: 1.8rem 1.6rem; gap: 1.4rem; }
  .faq__question::before { font-size: 1.25rem; min-width: 3.8rem; padding: 0.4rem 0.7rem; }
  .faq__answer p { padding-inline-start: 1.6rem; padding-inline-end: 1.6rem; font-size: 1.4rem; }
  .faq__left::before { font-size: 20rem; }
}

/* ── Mobile: center left-column header content only ── */
@media (max-width: 768px) {
  /* Center eyebrow, heading, description, and CTA */
  .faq__left { text-align: center; }

  /* Center the decorative accent line under the heading */
  .faq__heading::after { margin-inline: auto; }

  /* Override the base justify alignment on the description */
  .faq__desc { text-align: center; }
}

/* ══════════════════════════════════════════════════════════
   GALLERY PAGE
══════════════════════════════════════════════════════════ */

/* Removes the container's own inline padding inside the gallery section so
   only the section's single 9 % padding-inline layer applies — this recovers
   ~190 px of width that lets the brand sidebar and product grid share the
   space comfortably. */
#gallery-section .container { padding-inline: 0; }

/* The section itself needs a small top-padding gap */
#gallery-section { padding-top: 2rem; }

/* ─── TOOLBAR ─── */
.gallery-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.2rem; padding: 1.4rem 0 1rem;
}

/* ─── SCROLL-TO-TOP BUTTON (index page) ─── */
.scroll-top-btn {
  position: fixed;
  bottom: 3rem;
  inset-inline-end: 2.4rem;
  z-index: 200;
  width: 5rem; height: 5rem;
  border-radius: 50%;
  border: 2px solid var(--brand);
  background: #fff;
  color: var(--brand);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 1.4rem rgba(0,0,0,.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.2rem);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s, color 0.2s, box-shadow 0.2s;
}
.scroll-top-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top-btn:hover {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 6px 2rem rgba(157,40,98,.35);
}

/* ─── FLOATING ACTION BUTTONS ─── */
.gallery-fab-group {
  position: fixed;
  bottom: 3rem;
  inset-inline-end: 2.4rem;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.2rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.gallery-fab-group.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.gallery-fab {
  width: 5rem; height: 5rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.gallery-fab:hover { transform: scale(1.1); }
.gallery-fab--filter {
  background: var(--brand); color: #fff;
  box-shadow: 0 4px 1.8rem rgba(157,40,98,.4);
}
.gallery-fab--filter:hover {
  box-shadow: 0 6px 2.4rem rgba(157,40,98,.55);
}
.gallery-fab--top {
  background: #fff; color: var(--brand);
  border: 2px solid var(--brand);
  box-shadow: 0 4px 1.4rem rgba(0,0,0,.1);
}
.gallery-fab--top:hover {
  background: var(--brand); color: #fff;
  box-shadow: 0 6px 2rem rgba(157,40,98,.35);
}
.gallery-toolbar__count {
  font-size: 1.3rem; color: var(--soft); font-weight: 500; margin: 0;
}
.gallery-toolbar__count strong { color: var(--text); font-weight: 700; }

/* Filter button */
.gallery-filter-btn {
  display: inline-flex; align-items: center; gap: .65rem;
  padding: .7rem 1.8rem; border-radius: 6px;
  border: 2px solid var(--brand); background: transparent;
  color: var(--brand); font-size: 1.3rem; font-weight: 700;
  font-family: inherit; cursor: pointer; position: relative;
  transition: background var(--t), color var(--t), border-color var(--t);
  white-space: nowrap;
}
.gallery-filter-btn:hover,
.gallery-filter-btn[aria-expanded="true"] {
  background: var(--brand); color: #fff; border-color: var(--brand);
}
.gallery-filter-btn svg { flex-shrink: 0; }

/* Active-filter badge */
.gallery-filter-btn__badge {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 1.9rem; height: 1.9rem; padding: 0 .4rem;
  border-radius: 99px; background: var(--brand); color: #fff;
  font-size: 1.05rem; font-weight: 800; line-height: 1;
}
.gallery-filter-btn:hover .gallery-filter-btn__badge,
.gallery-filter-btn[aria-expanded="true"] .gallery-filter-btn__badge {
  background: rgba(255,255,255,.25);
}
.gallery-filter-btn__badge[hidden] { display: none; }

/* ─── TAB BAR ─── */
.gallery-tabs {
  display: flex; align-items: flex-end; justify-content: center; gap: .2rem;
  border-bottom: 2px solid var(--border); margin-bottom: 0;
  overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.gallery-tabs::-webkit-scrollbar { display: none; }

.gallery-tab {
  flex-shrink: 0; display: flex; flex-direction: column; align-items: center;
  gap: .5rem; padding: 1rem 2rem 1.1rem; background: none; border: none;
  border-bottom: 3px solid transparent; margin-bottom: -2px; cursor: pointer;
  border-radius: .6rem .6rem 0 0;
  transition: background .2s, border-color .2s;
}
.gallery-tab:hover { background: var(--bg-alt); }
.gallery-tab.active {
  background: rgba(157,40,98,.06); border-bottom-color: var(--brand);
}

.gallery-tab__logo {
  height: 2.8rem; max-width: 9rem; object-fit: contain;
  filter: grayscale(1) opacity(.4); transition: filter .25s;
}
.gallery-tab.active .gallery-tab__logo,
.gallery-tab:hover .gallery-tab__logo { filter: none; }

.gallery-tab__all-icon {
  height: 2.8rem; display: flex; align-items: center; justify-content: center;
  color: var(--soft); transition: color .25s;
}
.gallery-tab.active .gallery-tab__all-icon,
.gallery-tab:hover .gallery-tab__all-icon { color: var(--navy); }


.gallery-tab__count {
  font-size: 1rem; font-weight: 600; background: var(--border);
  color: var(--soft); padding: .1rem .55rem; border-radius: 99px;
  transition: background .2s, color .2s;
}
.gallery-tab.active .gallery-tab__count { background: var(--brand); color: #fff; }

/* ─── PANELS ─── */
.gallery-panel { display: none; }
.gallery-panel.active {
  display: block;
  animation: panel-in .28s ease both;
}

/* Two-column layout when a brand card is present */
.gallery-panel.active:has(.gallery-brand-head) {
  display: grid;
  grid-template-columns: 1fr 22rem;
  column-gap: 3rem;
  align-items: start;
  padding-top: 2.5rem;
}

/* ─── BRAND HEADER (sticky sidebar card) ─── */
.gallery-brand-head {
  order: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 1.8rem; padding: 4.2rem 3.2rem; text-align: center;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-top: 3px solid var(--brand);
  border-radius: 1.6rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 2px 12px rgba(0,0,0,.05);
}
.gallery-brand-head__logo {
  height: 5.2rem; max-width: 14rem; object-fit: contain;
}
.gallery-brand-head__desc {
  font-size: 1.3rem; color: var(--soft); line-height: 1.8; margin: 0;
}
.gallery-brand-head__divider {
  width: 3rem; height: 2px;
  background: linear-gradient(90deg, var(--navy), var(--brand));
  border: none; border-radius: 99px; margin: .1rem 0;
}

/* ─── PRODUCT GRID ─── */
.gallery-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  gap: 2rem;
  padding-top: .5rem;
  padding-bottom: 5rem;
}
.panel-no-results {
  text-align: center; padding: 6rem 2rem;
  color: var(--soft); font-size: 1.5rem; grid-column: 1/-1;
}
.panel-no-results svg { display: block; margin: 0 auto 1.5rem; opacity: .35; }

/* ─── FILTER PANEL (slide-in drawer) ─── */
.filter-panel {
  position: fixed; inset: 0; z-index: 8000;
  pointer-events: none; visibility: hidden;
}
.filter-panel.is-open { pointer-events: all; visibility: visible; }

.filter-panel__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0);
  transition: background .35s ease;
}
.filter-panel.is-open .filter-panel__backdrop {
  background: rgba(0,0,0,.52);
  backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
}

/* Drawer slides from inline-start (right in RTL, left in LTR) */
.filter-panel__drawer {
  --fp-slide: 105%;
  position: absolute; inset-block: 0; inset-inline-start: 0;
  width: min(37rem, 90vw);
  background: var(--surface);
  border-inline-end: 1px solid var(--border);
  display: flex; flex-direction: column;
  transform: translateX(var(--fp-slide));
  transition: transform .36s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
  box-shadow: 0 0 5rem rgba(0,0,0,.22);
}
html[dir="ltr"] .filter-panel__drawer { --fp-slide: -105%; }
.filter-panel.is-open .filter-panel__drawer { transform: translateX(0); }

.filter-panel__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 2.2rem 2.6rem 1.8rem;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.filter-panel__title {
  font-size: 1.9rem; font-weight: 700; color: var(--text); margin: 0;
}
.filter-panel__close {
  width: 3.6rem; height: 3.6rem; border-radius: 50%;
  border: 1.5px solid var(--border); background: var(--bg-alt); color: var(--soft);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background var(--t), border-color var(--t), color var(--t); flex-shrink: 0;
}
.filter-panel__close:hover { background: var(--brand); border-color: var(--brand); color: #fff; }

.filter-panel__body {
  flex: 1; overflow-y: auto; padding: 2.2rem 2.6rem;
  display: flex; flex-direction: column; gap: 3rem;
  overscroll-behavior: contain;
}

.filter-section__head {
  display: flex; align-items: center; gap: .8rem; margin-bottom: 1.4rem;
}
.filter-section__title {
  font-size: 1.05rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .09em; color: var(--soft); margin: 0;
}
.filter-section__line { flex: 1; height: 1px; background: var(--border); }

.filter-chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.filter-chip {
  padding: .6rem 1.5rem; border-radius: 99px;
  border: 1.5px solid var(--border); background: var(--bg);
  color: var(--soft); font-size: 1.25rem; font-weight: 600;
  cursor: pointer; font-family: inherit; white-space: nowrap;
  transition: border-color var(--t), background var(--t), color var(--t);
}
.filter-chip:hover { border-color: var(--brand); color: var(--brand); }
.filter-chip.active { background: var(--brand); border-color: var(--brand); color: #fff; }

.filter-panel__foot {
  padding: 1.8rem 2.6rem;
  border-top: 1px solid var(--border);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: space-between; gap: 1.2rem;
}
.filter-panel__result { font-size: 1.25rem; color: var(--soft); flex: 1; }
.filter-panel__clear {
  padding: .7rem 2rem; border-radius: 6px;
  border: 1.5px solid var(--brand-mid); background: transparent;
  color: var(--brand); font-size: 1.25rem; font-weight: 600;
  cursor: pointer; font-family: inherit; white-space: nowrap;
  transition: background var(--t), border-color var(--t), color var(--t);
}
.filter-panel__clear:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.filter-panel__clear:disabled { opacity: .38; cursor: not-allowed; }

/* ─── PRODUCT DIALOG ─── */
.pdialog {
  position: fixed; inset: 0; z-index: 9999;
  display: none; align-items: center; justify-content: center; padding: 1.5rem;
}
.pdialog.open { display: flex; }

.pdialog__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.8);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}

.pdialog__card {
  position: relative; z-index: 1;
  background: var(--surface);
  border-radius: 1.8rem;
  display: grid; grid-template-columns: 1.1fr 1fr;
  max-width: 92rem; width: 100%;
  max-height: 92vh; overflow: hidden;
  box-shadow: 0 3rem 8rem rgba(0,0,0,.45);
}

.pdialog__close {
  position: absolute; top: 1.2rem; inset-inline-end: 1.2rem;
  width: 3.4rem; height: 3.4rem; border-radius: 50%; border: none;
  background: rgba(0,0,0,.1); color: var(--text);
  cursor: pointer; z-index: 10;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--t), color var(--t);
}
.pdialog__close:hover { background: var(--brand); color: #fff; }

.pdialog__gallery-side {
  background: var(--bg-alt); display: flex; flex-direction: column;
  align-items: center; padding: 2.2rem; gap: 1.2rem; overflow-y: auto;
  overscroll-behavior: contain;
}

.pdialog__img-wrap {
  position: relative; width: 100%; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border-radius: 1.2rem; overflow: hidden;
}
.pdialog__img {
  width: 100%; height: 100%; object-fit: contain; padding: 1.2rem;
  transition: opacity .18s ease;
}

.pdialog__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 4.4rem; height: 4.4rem; border-radius: 50%;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(0,0,0,.1);
  box-shadow: 0 4px 14px rgba(0,0,0,.14);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background var(--t), box-shadow var(--t), transform var(--t);
  z-index: 2;
}
.pdialog__nav:hover {
  background: var(--brand);
  box-shadow: 0 6px 22px rgba(157,40,98,.4);
  transform: translateY(-50%) scale(1.1);
}
.pdialog__nav img {
  width: 2.2rem; height: 2.2rem; object-fit: contain;
  display: block; transition: filter var(--t);
}
.pdialog__nav:hover img { filter: brightness(0) invert(1); }
html[dir="rtl"] .pdialog__nav img { transform: scaleX(-1); }
.pdialog__nav--prev { inset-inline-start: .7rem; }
.pdialog__nav--next { inset-inline-end: .7rem; }
.pdialog__nav[hidden] { display: none; }

.pdialog__thumbs {
  display: flex; gap: .6rem; flex-wrap: wrap;
  justify-content: center; width: 100%;
}
.pdialog__thumb {
  width: 5.6rem; height: 5.6rem; object-fit: contain;
  border-radius: .7rem; border: 2px solid var(--border);
  cursor: pointer; padding: .3rem; background: #fff;
  transition: border-color var(--t), transform var(--t);
}
.pdialog__thumb:hover { border-color: var(--brand-mid); }
.pdialog__thumb.is-active { border-color: var(--brand); transform: scale(1.1); }

.pdialog__img-counter {
  font-size: 1.2rem; color: var(--soft); text-align: center; margin-top: -.4rem;
}

.pdialog__info-side {
  padding: 2.8rem; overflow-y: auto;
  display: flex; flex-direction: column; gap: 1.5rem;
  overscroll-behavior: contain;
}
.pdialog__brand-row {
  display: flex; align-items: center; gap: 1.2rem;
  padding-bottom: 1.6rem; border-bottom: 1px solid var(--border);
}
.pdialog__brand-logo { height: 3.2rem; max-width: 11rem; object-fit: contain; }
.pdialog__brand-label {
  font-size: 1.1rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--brand);
}
.pdialog__name {
  font-size: clamp(1.9rem, 2.5vw, 2.6rem); font-weight: 700;
  color: var(--navy-dk); line-height: 1.3; margin: 0;
}
.pdialog__stars { font-size: 2rem; color: #e8920a; letter-spacing: .08em; margin-top: -.4rem; }
.pdialog__desc { font-size: 1.5rem; color: var(--soft); line-height: 1.85; margin: 0; }

/* ─── PRODUCT CARDS ─── */
#gallery-section .product-card {
  border-radius: 1.2rem; overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
#gallery-section .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.2rem 3.2rem rgba(46,40,99,.14);
}
#gallery-section .product-card__body { background: var(--surface); }
#gallery-section .product-card__body::before { display: none; }

.product-card__cat-tag {
  display: inline-flex; align-items: center;
  padding: .3rem 1rem; border-radius: 99px;
  background: var(--bg-alt); border: 1px solid var(--border);
  font-size: .95rem; font-weight: 700; color: var(--soft);
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: .2rem;
}

.product-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(29,25,64,.88) 0%, rgba(29,25,64,.2) 55%, transparent 100%);
  opacity: 0; transition: opacity .25s ease;
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 1.8rem; pointer-events: none;
}
.product-card:hover .product-card__overlay { opacity: 1; }
.product-card__overlay-pill {
  padding: .55rem 1.8rem; border-radius: 99px;
  background: rgba(255,255,255,.94); color: var(--navy);
  font-size: 1.1rem; font-weight: 700; white-space: nowrap;
  transform: translateY(6px); transition: transform .25s ease;
}
.product-card:hover .product-card__overlay-pill { transform: translateY(0); }

/* ─── HERO ─── */
.gallery-pg-hero {
  position: relative;
  min-height: 62rem;
  display: flex; align-items: center;
  overflow: hidden;
  background: url('../assets/gallery-bg.png') center / cover no-repeat;
}

/* 3D depth overlay — dark corners recede, lighter center appears closest */
.gallery-pg-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    /* corner vignette — pushes edges into deep shadow */
    radial-gradient(ellipse 85% 80% at 50% 50%,
      rgba(29,25,64,.52) 0%,
      rgba(8,6,28,.97) 100%),
    /* top/bottom depth bands — like a stage light from above */
    linear-gradient(to bottom,
      rgba(0,0,0,.45) 0%,
      transparent 28%,
      transparent 68%,
      rgba(0,0,0,.55) 100%);
}

.gallery-pg-hero__bg::before,
.gallery-pg-hero__bg::after { display: none; }

.gallery-pg-hero__content {
  position: relative; z-index: 1;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
  padding-block: 10rem 11rem;
  display: flex; flex-direction: column; align-items: center; gap: 2.2rem;
  text-align: center;
}

/* Accent bar */
.gallery-pg-hero__content::before {
  content: '';
  display: block; width: 5.6rem; height: .4rem;
  background: #f0a8c8;
  border-radius: 99px;
}

/* Eyebrow label */
.gallery-pg-hero__label {
  font-size: 1.05rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.65); margin-top: -.2rem;
}

.gallery-pg-hero__title {
  font-size: clamp(3.6rem, 5.5vw, 6.8rem);
  font-weight: 800; line-height: 1.06; margin: 0;
  color: #ffffff;
}

/* Accent word inside the title */
.gallery-pg-hero__title em {
  font-style: normal;
  color: #f0a8c8;
}

/* Show only the correct language span — toggled by html[lang] */
html[lang="ar"] .hero-title__en { display: none; }
html[lang="en"] .hero-title__ar { display: none; }

.gallery-pg-hero__sub {
  font-size: 1.6rem; color: rgba(255,255,255,.72);
  max-width: 52ch; line-height: 1.8; margin: 0;
}

/* Stats glass card */
.gallery-hero-stats {
  display: flex; align-items: flex-start; flex-wrap: wrap; justify-content: center;
  gap: 0; margin-top: 1.2rem;
  padding: 2.2rem 3.2rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-top: 2px solid #f0a8c8;
  border-radius: 1.6rem;
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 .8rem 3.2rem rgba(0,0,0,.18);
}

.gallery-hero-stat {
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
  padding-inline-end: 3.2rem; margin-inline-end: 3.2rem;
  border-inline-end: 1px solid rgba(255,255,255,.15);
}
.gallery-hero-stat:last-child {
  border-inline-end: none; padding-inline-end: 0; margin-inline-end: 0;
}

.gallery-hero-stat__num {
  font-size: 3.2rem; font-weight: 900; color: #ffffff; line-height: 1;
}
.gallery-hero-stat__label {
  font-size: 1rem; color: rgba(255,255,255,.55);
  text-transform: uppercase; letter-spacing: .1em; font-weight: 600;
}

/* ─── ANIMATIONS ─── */
@keyframes panel-in {
  from { opacity: 0; transform: translateY(1rem); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes dlg-in {
  from { opacity: 0; transform: scale(.94) translateY(1rem); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.pdialog.open .pdialog__card { animation: dlg-in .28s cubic-bezier(.34,1.56,.64,1) both; }

/* ─── GALLERY RESPONSIVE ─── */
@media (max-width: 960px) {
  .gallery-panel.active:has(.gallery-brand-head) {
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    row-gap: 2rem;
  }
  .gallery-brand-head {
    order: 0;
    position: static;
    flex-direction: row;
    text-align: start;
    gap: 1.6rem;
    padding: 1.8rem 2.2rem;
  }
  .gallery-brand-head__logo { flex-shrink: 0; height: 4rem; max-width: 11rem; }
  .gallery-brand-head__divider { display: none; }
  .gallery-brand-head__desc { font-size: 1.3rem; }
}

@media (max-width: 800px) {
  .pdialog { padding: .6rem; }
  .pdialog__card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    border-radius: 1.2rem;
    max-height: 96vh;
  }
  .pdialog__gallery-side { padding: 1.4rem; gap: .9rem; }
  .pdialog__info-side { padding: 1.6rem; gap: 1.1rem; }
}

@media (max-width: 700px) {
  /* Remove the inherited 9% section padding — the container handles centering */
  #gallery-section { padding-inline: 0; }
  /* Restore a small indent for the toolbar so it isn't flush against the edge */
  .gallery-toolbar { padding-inline: 1.6rem; }
  .gallery-tab { padding: .8rem 1.1rem .9rem; }
  .gallery-tab__logo,
  .gallery-tab__all-icon { height: 2.2rem; max-width: 7rem; }
  .gallery-product-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
  .filter-panel__drawer { width: 100%; }
  .filter-panel__head { padding: 1.8rem 2rem 1.4rem; }
  .filter-panel__body { padding: 1.8rem 2rem; gap: 2.4rem; }
  .filter-panel__foot { padding: 1.4rem 2rem; }
  .gallery-brand-head { flex-direction: column; text-align: center; padding: 1.6rem; gap: .8rem; }
  .gallery-brand-head__logo { height: 3.4rem; }
  .gallery-brand-head__desc { font-size: 1.2rem; }
  .gallery-pg-hero { min-height: 42rem; }
  .gallery-pg-hero__content { padding-block: calc(var(--header-h) + 3rem) 5rem; gap: 1.6rem; }
  .gallery-pg-hero__title { font-size: clamp(2.8rem, 8vw, 3.8rem); }
  .gallery-hero-stats { padding: 1.6rem 2rem; }
  .gallery-hero-stat__num { font-size: 2.4rem; }
  .gallery-hero-stat { padding-inline-end: 2rem; margin-inline-end: 2rem; }
}
