/* البيت المنفرد — ثيم فاخر مستمد من الشعار (كحلي + مرجاني نحاسي) */
:root {
  --ink: #0a0f18;
  --coal: #111b2e;
  --coal2: #1b263b;
  --navy-deep: #0d1b2a;
  /* لمسة الشعار: مرجاني/نحاسي راقٍ — ليس برتقالي صارخ */
  --accent: #c05746;
  --accent-light: #d67a6c;
  --accent-deep: #8f3d32;
  --gold: var(--accent);
  --goldbright: var(--accent-light);
  --golddeep: var(--accent-deep);
  --champagne: #ebe8e2;
  --sand: #94a3b8;
  --glass: rgba(255, 255, 255, 0.04);
  --glass2: rgba(255, 255, 255, 0.08);
  --radius: 20px;
  /* خط واحد للموقع: IBM Plex Sans Arabic */
  --font-display: "IBM Plex Sans Arabic", system-ui, sans-serif;
  --font-body: "IBM Plex Sans Arabic", system-ui, sans-serif;
  /* ألوان نصّ الشعار (مستمدة من شعار الشركة) */
  --logo-ar: #8eadce;
}

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

html {
  scroll-behavior: auto;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

html[lang="ar"],
html[lang="ar"] body {
  font-feature-settings: "liga" 1, "calt" 1, "kern" 1;
}

html.lenis,
html.lenis body {
  height: auto;
}

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

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--ink);
  color: var(--champagne);
  line-height: 1.75;
  letter-spacing: normal;
  word-spacing: normal;
  -webkit-font-smoothing: antialiased;
  cursor: none;
}

@media (max-width: 1024px), (prefers-reduced-motion: reduce) {
  body {
    cursor: auto;
  }
  .lux-cursor {
    display: none !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(1180px, 92%);
  margin-inline: auto;
  padding-inline: clamp(12px, 4vw, 20px);
}

/* Preloader */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--ink);
  display: grid;
  place-items: center;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

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

.preloader__inner {
  text-align: center;
}

.preloader__logo {
  display: block;
  margin: 0 auto 0.85rem;
  max-height: 100px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 22px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 28px rgba(192, 87, 70, 0.2));
}

.preloader__tagline {
  margin: 0 0 0.5rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(235, 232, 226, 0.75);
  letter-spacing: normal;
}

.preloader__mark {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border: 2px solid rgba(192, 87, 70, 0.2);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

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

.preloader__bar {
  width: 160px;
  height: 2px;
  background: var(--coal2);
  margin: 1.25rem auto 0;
  border-radius: 2px;
  overflow: hidden;
}

.preloader__bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--golddeep), var(--goldbright));
  animation: loadbar 1.8s ease forwards;
}

@keyframes loadbar {
  to {
    width: 100%;
  }
}

/* Custom cursor */
.lux-cursor {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(192, 87, 70, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, border-color 0.2s, opacity 0.2s;
  mix-blend-mode: difference;
}

.lux-cursor--dot {
  width: 6px;
  height: 6px;
  background: var(--goldbright);
  border: none;
  mix-blend-mode: normal;
}

.lux-cursor.is-hover {
  width: 52px;
  height: 52px;
  border-color: var(--goldbright);
}

/* Nav */
.lux-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 0.65rem 0;
  transition: background 0.35s, box-shadow 0.35s, backdrop-filter 0.35s;
}

.lux-nav.is-scrolled {
  background: rgba(13, 27, 42, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(192, 87, 70, 0.12);
}

.lux-nav__shell {
  width: min(1180px, 92%);
  margin-inline: auto;
  padding-inline: clamp(12px, 4vw, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lux-nav__brand {
  line-height: 1.1;
}

/* شعار نصّي بأسلوب الهوية: عربي كحلي فاتح + إنجليزي مرجاني + خط سفلي */
.lux-text-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  text-decoration: none;
  color: inherit;
}

a.lux-text-logo {
  transition: opacity 0.25s, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

a.lux-text-logo:hover {
  opacity: 0.94;
  transform: scale(1.02);
}

a.lux-text-logo:focus-visible {
  outline: 2px solid rgba(192, 87, 70, 0.55);
  outline-offset: 6px;
  border-radius: 6px;
}

.lux-text-logo__dots {
  display: flex;
  gap: 7px;
  margin-bottom: 2px;
}

.lux-text-logo__dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(192, 87, 70, 0.45);
}

.lux-text-logo__ar {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(1.05rem, 2.4vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--logo-ar);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.lux-text-logo__en {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(0.82rem, 1.8vw, 1.02rem);
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: var(--accent);
  text-shadow:
    -0.5px -0.5px 0 rgba(13, 27, 42, 0.9),
    0.5px -0.5px 0 rgba(13, 27, 42, 0.9),
    -0.5px 0.5px 0 rgba(13, 27, 42, 0.9),
    0.5px 0.5px 0 rgba(13, 27, 42, 0.9);
}

.lux-text-logo__sub {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(235, 232, 226, 0.88);
  margin-top: 1px;
}

.lux-text-logo--nav {
  max-width: min(280px, 52vw);
}

@media (max-width: 400px) {
  .lux-text-logo--nav .lux-text-logo__ar {
    font-size: 0.98rem;
  }

  .lux-text-logo--nav .lux-text-logo__en {
    font-size: 0.75rem;
  }
}

.lux-nav__links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  background: var(--glass);
  border: 1px solid rgba(192, 87, 70, 0.12);
}

.lux-nav__links a {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: normal;
  color: var(--champagne);
  transition: background 0.25s, color 0.25s;
}

.lux-nav__links a:hover {
  background: rgba(192, 87, 70, 0.15);
  color: var(--goldbright);
}

.lux-nav__toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(192, 87, 70, 0.25);
  background: var(--glass2);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
}

.lux-nav__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--champagne);
  transition: transform 0.25s, opacity 0.25s;
}

.lux-nav.is-open .lux-nav__toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.lux-nav.is-open .lux-nav__toggle span:nth-child(2) {
  opacity: 0;
}

.lux-nav.is-open .lux-nav__toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.lux-nav__drawer {
  display: none;
  flex-direction: column;
  padding: 1rem clamp(12px, 4vw, 20px) 1.5rem;
  gap: 0.25rem;
  background: rgba(13, 27, 42, 0.97);
  border-bottom: 1px solid rgba(192, 87, 70, 0.12);
}

.lux-nav__drawer:not([hidden]) {
  display: flex;
}

.lux-nav__drawer a {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: normal;
  border: 1px solid transparent;
}

.lux-nav__drawer a:hover {
  background: var(--glass);
  border-color: rgba(192, 87, 70, 0.15);
}

@media (max-width: 900px) {
  .lux-nav__links {
    display: none;
  }

  .lux-nav__toggle {
    display: flex;
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(7.25rem, 20vh, 9.5rem) 1.5rem 4rem;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.03);
  backface-visibility: hidden;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(13, 27, 42, 0.88) 0%,
    rgba(10, 15, 24, 0.45) 42%,
    rgba(17, 27, 46, 0.82) 100%
  );
}

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

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  text-align: center;
}

.hero__kicker {
  font-size: 0.88rem;
  letter-spacing: normal;
  text-transform: none;
  color: var(--gold);
  margin-bottom: 1rem;
  font-weight: 600;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 4rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: normal;
  font-feature-settings: "liga" 1, "calt" 1;
  margin: 0 0 1.25rem;
  background: linear-gradient(135deg, #fff 0%, var(--champagne) 40%, var(--accent-light) 88%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__lead {
  font-size: 1.05rem;
  color: rgba(235, 232, 226, 0.88);
  margin: 0 0 2rem;
  max-width: 52ch;
  margin-inline: auto;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: normal;
  color: rgba(235, 232, 226, 0.42);
  animation: floaty 3s ease-in-out infinite;
}

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

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: normal;
  border: 1px solid transparent;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}

.btn--gold {
  background: linear-gradient(135deg, #f0e6e4 0%, var(--accent-light) 28%, var(--accent) 62%, var(--accent-deep) 100%);
  color: #0a0f18;
  box-shadow: 0 8px 32px rgba(192, 87, 70, 0.28);
}

.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(192, 87, 70, 0.38);
}

.btn--ghost {
  border-color: rgba(192, 87, 70, 0.4);
  color: var(--champagne);
  background: rgba(255, 255, 255, 0.03);
}

.btn--ghost:hover {
  background: rgba(192, 87, 70, 0.1);
  border-color: var(--gold);
}

.btn--wa {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  border: none;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.25);
}

.btn--wa:hover {
  transform: translateY(-2px);
}

/* Sections */
.lux-section {
  position: relative;
  padding: clamp(4rem, 12vw, 7rem) 0;
}

.lux-section--dark {
  background: linear-gradient(180deg, var(--coal) 0%, var(--ink) 100%);
}

.lux-section--muted {
  background: var(--coal2);
  border-block: 1px solid rgba(192, 87, 70, 0.06);
}

.lux-section--contact {
  background: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(192, 87, 70, 0.08), transparent),
    var(--ink);
}

.section-head {
  margin-bottom: 3rem;
}

.section-head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.section-head__tag {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: normal;
  text-transform: none;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.section-head__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.85rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: normal;
  font-feature-settings: "liga" 1, "calt" 1;
  color: #fff;
  margin: 0;
}

.contact-hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: normal;
  font-feature-settings: "liga" 1, "calt" 1;
  line-height: 1.35;
}

.section-head__sub {
  color: rgba(235, 232, 226, 0.62);
  margin: 0.75rem 0 0;
  max-width: 42ch;
}

/* Categories */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.cat-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--coal);
  border: 1px solid rgba(192, 87, 70, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s,
    box-shadow 0.35s;
}

.cat-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(192, 87, 70, 0.35);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(192, 87, 70, 0.15);
}

.cat-card__media {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.cat-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.cat-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.cat-card__body h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.4;
  color: var(--champagne);
}

.cat-card__body p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--sand);
}

/* —— Bento: تصنيفات بشكل تحريري —— */
.cat-bento {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: minmax(200px, 26vh) minmax(200px, 26vh) minmax(160px, 22vh);
}

.cat-bento__cell {
  position: relative;
  border-radius: calc(var(--radius) - 2px);
  overflow: hidden;
  min-height: 0;
  background: var(--coal);
  border: 1px solid rgba(192, 87, 70, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  transition: border-color 0.35s, box-shadow 0.35s;
}

.cat-bento__cell:hover {
  border-color: rgba(192, 87, 70, 0.35);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
}

.cat-bento__cell--featured {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.cat-bento__cell--tall {
  grid-column: 3;
  grid-row: 1 / span 2;
}

/* خلية الصف الأول: عمود 4 */
.cat-bento__cell:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}

/* الصالونات: صف 2 عمود 4 */
.cat-bento__cell:nth-child(4) {
  grid-column: 4;
  grid-row: 2;
}

.cat-bento__cell--wide {
  grid-column: 1 / span 2;
  grid-row: 3;
}

/* المداخل: عمودان أيمن */
.cat-bento__cell:nth-child(6) {
  grid-column: 3 / span 2;
  grid-row: 3;
}

.cat-bento__link {
  display: block;
  height: 100%;
  min-height: 160px;
  color: inherit;
  text-decoration: none;
}

.cat-bento__media {
  position: absolute;
  inset: 0;
}

.cat-bento__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.cat-bento__cell:hover .cat-bento__media img {
  transform: scale(1.08);
}

.cat-bento__cap {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 1.1rem 1.2rem 1.25rem;
  background: linear-gradient(transparent, rgba(10, 15, 24, 0.92) 55%, rgba(10, 15, 24, 0.98));
}

.cat-bento__eyebrow {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 0.25rem;
  letter-spacing: normal;
}

.cat-bento__cap h3 {
  margin: 0 0 0.2rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.3;
  color: #fff;
}

.cat-bento__cell--featured .cat-bento__cap h3 {
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
}

.cat-bento__cap p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(235, 232, 226, 0.78);
}

@media (max-width: 960px) {
  .cat-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .cat-bento__cell--featured,
  .cat-bento__cell--tall,
  .cat-bento__cell--wide,
  .cat-bento__cell:nth-child(3),
  .cat-bento__cell:nth-child(4),
  .cat-bento__cell:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }

  .cat-bento__cell--featured {
    grid-column: 1 / -1;
    min-height: 280px;
  }

  .cat-bento__cell--tall {
    grid-row: span 1;
    min-height: 240px;
  }

  .cat-bento__cell {
    min-height: 200px;
  }
}

@media (max-width: 520px) {
  .cat-bento {
    grid-template-columns: 1fr;
  }
}

/* —— شريط صور لانهائي (سينمائي) —— */
.lux-section--img-ribbon {
  overflow: hidden;
}

.img-ribbon {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 0.5rem;
}

.img-ribbon__row {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.img-ribbon__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 0;
  will-change: transform;
  animation: imgRibbonFwd 52s linear infinite;
}

.img-ribbon__track--rev {
  animation: imgRibbonRev 58s linear infinite;
}

.img-ribbon__row:hover .img-ribbon__track,
.img-ribbon__row:hover .img-ribbon__track--rev {
  animation-play-state: paused;
}

@keyframes imgRibbonFwd {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes imgRibbonRev {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.img-ribbon__chunk {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: stretch;
  gap: 14px;
  padding-inline-end: 14px;
}

.img-ribbon__frame {
  position: relative;
  flex: 0 0 auto;
  width: min(38vw, 360px);
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(192, 87, 70, 0.18);
  background: var(--coal);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  transition: transform 0.4s ease, border-color 0.3s;
}

.img-ribbon__frame:hover {
  transform: translateY(-4px);
  border-color: rgba(192, 87, 70, 0.4);
}

.img-ribbon__frame img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.img-ribbon__frame figcaption {
  padding: 0.65rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: normal;
  color: var(--champagne);
  background: rgba(13, 27, 42, 0.88);
  border-top: 1px solid rgba(192, 87, 70, 0.12);
}

.img-ribbon__hint {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: rgba(235, 232, 226, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

/* شريط ثقة تحت الهيرو */
.lux-strip {
  position: relative;
  z-index: 2;
  margin-top: -3rem;
  margin-bottom: 0;
  padding: 0 1rem 2.5rem;
}

.lux-strip__inner {
  width: min(1180px, 92%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(27, 38, 59, 0.65), rgba(13, 27, 42, 0.5));
  border: 1px solid rgba(192, 87, 70, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.lux-strip__item {
  text-align: center;
  padding: 0.5rem;
}

.lux-strip__item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--champagne);
  margin-bottom: 0.2rem;
}

.lux-strip__item span {
  font-size: 0.78rem;
  color: var(--sand);
  letter-spacing: normal;
}

/* معرض لقطات كبيرة */
.lux-section--spotlight {
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--ink) 35%, var(--ink) 100%);
}

.gallery-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

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

.gallery-featured__card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(192, 87, 70, 0.14);
  min-height: 280px;
  background: var(--coal);
}

.gallery-featured__card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-featured__card:hover img {
  transform: scale(1.04);
}

.gallery-featured__cap {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(transparent, rgba(13, 27, 42, 0.92));
  color: var(--champagne);
}

.gallery-featured__cap h3 {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.35;
}

.gallery-featured__cap p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(235, 232, 226, 0.72);
}

.gallery-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
}

.gallery-pills span {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(192, 87, 70, 0.22);
  color: var(--sand);
  background: rgba(255, 255, 255, 0.03);
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

.about-copy__text {
  color: rgba(235, 232, 226, 0.78);
  margin: 1rem 0 2rem;
}

.about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.about-stat {
  min-width: 100px;
}

.about-stat__num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--goldbright);
  line-height: 1;
}

.about-stat__label {
  font-size: 0.82rem;
  color: var(--sand);
  margin-top: 0.35rem;
  display: block;
}

.timeline {
  position: relative;
  padding-inline-start: 1.5rem;
}

.timeline__line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), transparent);
  border-radius: 2px;
}

.timeline__item {
  position: relative;
  padding-bottom: 1.75rem;
  padding-inline-end: 1.75rem;
}

.timeline__item::before {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(192, 87, 70, 0.2);
}

.timeline__year {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: normal;
  color: var(--gold);
  font-size: 1.1rem;
}

.timeline__item p {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  color: rgba(235, 232, 226, 0.72);
}

/* Brands marquee — حلقة بلا فراغ؛ بدون mask يذوب الحواف فيفرغ جانب الشاشة */
.brands-marquee {
  padding: 1rem 0 2rem;
  overflow: hidden;
  direction: ltr;
  width: 100%;
  /* كسر حدود أي حاوية ضيقة لملء عرض الشاشة */
  margin-inline: 0;
}

.brands-marquee__viewport {
  overflow: hidden;
  width: 100%;
}

.brands-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  gap: 0;
  will-change: transform;
  animation: brandMarqueeSeamless 40s linear infinite;
}

.brands-marquee:hover .brands-marquee__track {
  animation-play-state: paused;
}

@keyframes brandMarqueeSeamless {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.brands-marquee__sequence {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
  /* نفس قيمة gap حتى يلتقي آخر حبة مع أول حبة من النسخة التالية بلا فراغ زائد */
  padding-inline-end: 1rem;
  padding-inline-start: 0;
}

.brand-pill {
  white-space: nowrap;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  background: var(--glass);
  border: 1px solid rgba(192, 87, 70, 0.2);
  font-weight: 600;
  letter-spacing: normal;
  color: var(--champagne);
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.brand-pill:hover {
  background: rgba(192, 87, 70, 0.12);
  border-color: var(--gold);
  transform: scale(1.05);
}

/* Why */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.why-card {
  padding: 1.75rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(192, 87, 70, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(192, 87, 70, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.why-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(192, 87, 70, 0.12);
  color: var(--goldbright);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.why-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.35;
  color: #fff;
}

.why-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--sand);
}

/* Glass panel */
.glass-panel {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(192, 87, 70, 0.12);
  border-radius: var(--radius);
}

/* Branches */
.branch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.branch-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.35s, border-color 0.35s;
}

.branch-card:hover {
  transform: translateY(-4px);
  border-color: rgba(192, 87, 70, 0.35);
}

.branch-card__map {
  height: 160px;
  background: linear-gradient(135deg, var(--coal2), var(--coal));
  position: relative;
}

.branch-card__map-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 2.5rem;
  color: rgba(192, 87, 70, 0.35);
}

.branch-card__body {
  padding: 1.35rem;
}

.branch-card__body h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.35;
  color: #fff;
}

.branch-card__body p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--sand);
}

.branch-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--goldbright);
}

/* Social */
.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
}

.social-card:hover {
  transform: translateY(-3px);
  border-color: rgba(192, 87, 70, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.social-card > i:first-child {
  font-size: 1.75rem;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.social-card--fb i:first-child {
  color: #1877f2;
}

.social-card--ig i:first-child {
  color: #e4405f;
}

.social-card--tt i:first-child {
  color: #fff;
}

.social-card strong {
  display: block;
  color: #fff;
}

.social-card span {
  font-size: 0.82rem;
  color: var(--sand);
}

.social-card > i:last-child {
  margin-inline-start: auto;
  opacity: 0.5;
  font-size: 0.85rem;
}

/* Contact */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.contact-wrap--lux {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

@media (max-width: 960px) {
  .contact-wrap--lux {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }
}

.contact-info,
.contact-form {
  padding: clamp(1.5rem, 4vw, 2.25rem);
}

.contact-info--hero {
  padding: clamp(1.75rem, 4vw, 2.75rem);
}

.contact-info__eyebrow {
  font-size: 0.8rem;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 0.75rem;
}

.contact-phones--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
}

@media (max-width: 480px) {
  .contact-phones--grid {
    grid-template-columns: 1fr;
  }
}

.contact-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.contact-side {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-card {
  padding: clamp(1.35rem, 3vw, 1.85rem);
  flex: 1;
}

.contact-card__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 1.1rem;
}

.contact-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-card__list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.92rem;
  color: rgba(235, 232, 226, 0.82);
  line-height: 1.55;
}

.contact-card__list i {
  color: var(--accent-light);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.contact-card--accent {
  background: linear-gradient(160deg, rgba(192, 87, 70, 0.1), rgba(13, 27, 42, 0.35));
  border-color: rgba(192, 87, 70, 0.22);
}

.contact-hours__label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: normal;
  text-transform: none;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.contact-hours__value {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--champagne);
}

.contact-phones {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-phones a {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--goldbright);
  transition: color 0.2s;
}

.contact-phones a:hover {
  color: #fff;
}

.form-row {
  margin-bottom: 1.1rem;
}

.form-row label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--sand);
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(192, 87, 70, 0.2);
  background: rgba(0, 0, 0, 0.35);
  color: var(--champagne);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(192, 87, 70, 0.15);
}

.form-row input.is-invalid,
.form-row textarea.is-invalid {
  border-color: #c94a4a;
}

.form-error {
  display: block;
  font-size: 0.75rem;
  color: #e57373;
  margin-top: 0.25rem;
  min-height: 1em;
}

.form-success.hidden {
  display: none;
}

/* Footer */
.lux-footer {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(192, 87, 70, 0.1);
  background: var(--coal);
}

.lux-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem 2.5rem;
  padding-bottom: 1.75rem;
}

.lux-footer__col--brand {
  flex: 1 1 280px;
  min-width: min(100%, 280px);
}

.lux-footer__col.lux-footer__links {
  flex: 0 1 auto;
  align-self: center;
}

.lux-footer__brand {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.4;
  color: var(--goldbright);
}

.lux-footer__brand-row {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem 1.5rem;
  flex-wrap: wrap;
}

.lux-footer__logo {
  height: clamp(88px, 16vw, 132px);
  width: auto;
  max-width: min(300px, 85vw);
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 8px 28px rgba(0, 0, 0, 0.4));
}

.lux-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(192, 87, 70, 0.12);
}

.lux-footer__copy {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(148, 163, 184, 0.75);
}

.lux-footer__credits {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(148, 163, 184, 0.65);
}

.lux-footer__credits-label {
  margin-inline-end: 0.35rem;
}

.lux-footer__credits-link {
  font-weight: 700;
  color: var(--champagne);
  letter-spacing: normal;
  transition: color 0.2s, text-decoration-color 0.2s;
  text-decoration: underline;
  text-decoration-color: rgba(192, 87, 70, 0.45);
  text-underline-offset: 4px;
}

.lux-footer__credits-link:hover {
  color: var(--accent-light);
  text-decoration-color: var(--accent);
}

.lux-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.lux-footer__links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--sand);
}

.lux-footer__links a:hover {
  color: var(--gold);
}

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

  .brands-marquee__track,
  .img-ribbon__track,
  .img-ribbon__track--rev {
    animation: none !important;
    transform: none !important;
  }
}
