/* =============================================================
   HAV HEZ Company — Master Stylesheet
   Brand palette derived from logo (deep navy + warm orange/gold)
   ============================================================= */

:root {
  --navy-900: #091935;
  --navy-800: #0c2347;
  --navy-700: #132f5c;
  --navy-600: #1c4280;
  --orange-600: #e36e00;
  --orange-500: #ff8200;
  --orange-400: #ffa850;
  --gold-600: #b5851e;
  --gold-500: #d4a13a;
  --gold-300: #f1c875;
  --cream-50: #faf5ea;
  --cream-100: #f2e8d2;
  --ink-900: #0f172a;
  --ink-700: #334155;
  --ink-500: #64748b;
  --ink-400: #94a3b8;
  --ink-300: #cbd5e1;
  --ink-200: #e2e8f0;
  --line: rgba(255, 255, 255, 0.08);
  --shadow-sm: 0 2px 8px rgba(9, 25, 53, 0.06), 0 1px 2px rgba(9, 25, 53, 0.04);
  --shadow-md: 0 8px 24px -8px rgba(9, 25, 53, 0.16), 0 2px 6px rgba(9, 25, 53, 0.06);
  --shadow-lg: 0 24px 64px -16px rgba(9, 25, 53, 0.25), 0 4px 12px rgba(9, 25, 53, 0.08);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;
  --container: 1280px;
  --header-h: 84px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-en: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-ar: 'Noto Naskh Arabic', 'Droid Arabic Naskh', 'Tajawal', 'Cairo', system-ui, sans-serif;
  --font-ar-display: 'Noto Kufi Arabic', 'Droid Arabic Kufi', 'Cairo', sans-serif;
  --font-display: 'Playfair Display', 'Noto Kufi Arabic', serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-en);
  color: var(--ink-900);
  background: #fff;
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--orange-500); color: #fff; }
[dir="rtl"] body { font-family: var(--font-ar); line-height: 1.85; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] h5,
[dir="rtl"] .section-title, [dir="rtl"] .hero-title,
[dir="rtl"] .brand-text strong, [dir="rtl"] .footer-grid h5 {
  font-family: var(--font-ar-display);
  font-weight: 700;
  letter-spacing: 0;
}
img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }

/* ---------- Layout ---------- */
.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}
.section { padding: clamp(64px, 9vw, 130px) 0; position: relative; }
.section--tight { padding: clamp(48px, 7vw, 90px) 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--orange-600);
}
[dir="rtl"] .eyebrow { font-size: 13px; letter-spacing: 0.5px; text-transform: none; }
.eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: currentColor;
  opacity: 0.7;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.12;
  margin: 16px 0 18px;
  color: var(--navy-900);
  font-weight: 700;
  letter-spacing: -0.025em;
}
[dir="rtl"] .section-title { font-family: var(--font-ar-display); font-weight: 800; letter-spacing: 0; line-height: 1.3; }
.section-lead {
  max-width: 680px;
  color: var(--ink-500);
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0 auto;
}
[dir="rtl"] .section-lead { line-height: 1.95; font-size: 1.05rem; }
.section-head { text-align: center; margin-bottom: 64px; }
.section-head--left { text-align: start; margin-bottom: 52px; }
.section-head--left .section-lead { margin: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), background .25s var(--ease-out), color .25s var(--ease-out);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn svg { width: 18px; height: 18px; transition: transform .3s var(--ease-out); }
.btn:hover svg:last-child { transform: translateX(3px); }
[dir="rtl"] .btn:hover svg:last-child { transform: translateX(-3px); }
.btn--primary {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  box-shadow: 0 10px 24px -6px rgba(233, 115, 0, 0.45);
}
.btn--primary::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--orange-600), #c65a00);
  opacity: 0;
  transition: opacity .3s var(--ease-out);
  z-index: -1;
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -6px rgba(233, 115, 0, 0.55);
}
.btn--primary:hover::before { opacity: 1; }
.btn--ghost {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
}
.btn--ghost:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.4); transform: translateY(-2px); }
.btn--dark {
  background: var(--navy-900);
  color: #fff;
  box-shadow: 0 10px 24px -6px rgba(9, 25, 53, 0.35);
}
.btn--dark:hover { background: var(--navy-700); transform: translateY(-2px); box-shadow: 0 16px 32px -6px rgba(9, 25, 53, 0.5); }
.btn--outline {
  border: 1.5px solid var(--navy-900);
  color: var(--navy-900);
}
.btn--outline:hover { background: var(--navy-900); color: #fff; transform: translateY(-2px); }
[dir="rtl"] .btn svg { transform: scaleX(-1); }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background .35s ease, box-shadow .35s ease, height .25s ease;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,29,58,0.55), rgba(10,29,58,0));
  pointer-events: none;
  transition: opacity .35s ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(140%) blur(12px);
  box-shadow: 0 8px 30px rgba(10,29,58,0.08);
  height: 72px;
}
.site-header.is-scrolled::before { opacity: 0; }
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 40px, 1360px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-text {
  display: flex; flex-direction: column; line-height: 1.05;
}
.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.04em;
  transition: color .3s ease;
}
.brand-text span {
  font-size: 10px;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  transition: color .3s ease;
}
.site-header.is-scrolled .brand-text strong { color: var(--navy-900); }
.site-header.is-scrolled .brand-text span { color: var(--ink-500); }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  position: relative;
  padding: 10px 14px;
  font-size: 0.93rem;
  font-weight: 500;
  color: rgba(255,255,255,0.92);
  border-radius: 8px;
  transition: color .25s ease;
}
.nav a::after {
  content: '';
  position: absolute;
  left: 14px; right: 14px; bottom: 4px;
  height: 2px;
  background: var(--orange-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
[dir="rtl"] .nav a::after { transform-origin: right; }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
.site-header.is-scrolled .nav a { color: var(--ink-700); }
.site-header.is-scrolled .nav a:hover, .site-header.is-scrolled .nav a.is-active { color: var(--navy-900); }

.header-tools { display: flex; align-items: center; gap: 12px; z-index: 2; }
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.lang-switch:hover { background: rgba(255,255,255,0.22); }
.site-header.is-scrolled .lang-switch {
  background: var(--cream-100);
  border-color: transparent;
  color: var(--navy-900);
}
.site-header.is-scrolled .lang-switch:hover { background: var(--gold-300); }

.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: 12px;
  align-items: center; justify-content: center;
  background: rgba(255,255,255,0.12);
  color: #fff;
}
.site-header.is-scrolled .menu-toggle {
  background: var(--cream-100);
  color: var(--navy-900);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  padding-top: var(--header-h);
}
.hero-slider, .hero-slider .swiper-wrapper, .hero-slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
.hero-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-slide::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(10,29,58,0.92) 0%, rgba(10,29,58,0.62) 45%, rgba(10,29,58,0.25) 100%),
    linear-gradient(180deg, rgba(10,29,58,0.35), rgba(5,15,34,0.9));
}
[dir="rtl"] .hero-slide::after {
  background:
    linear-gradient(270deg, rgba(10,29,58,0.92) 0%, rgba(10,29,58,0.62) 45%, rgba(10,29,58,0.25) 100%),
    linear-gradient(180deg, rgba(10,29,58,0.35), rgba(5,15,34,0.9));
}

/* floating decoration inside hero */
.hero-decor {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero-ring {
  position: absolute;
  width: 520px; height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(212, 161, 58, 0.18);
  right: -160px; top: 18%;
  animation: floatY 10s ease-in-out infinite;
}
.hero-ring--2 {
  width: 320px; height: 320px;
  right: -40px; top: 22%;
  border-color: rgba(255, 130, 0, 0.28);
  animation-duration: 7s; animation-delay: -2s;
}
[dir="rtl"] .hero-ring { right: auto; left: -160px; }
[dir="rtl"] .hero-ring--2 { right: auto; left: -40px; }
.hero-dot {
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gold-300);
  right: 120px; top: 38%;
  box-shadow: 0 0 0 8px rgba(212,161,58,0.15);
  animation: floatY 4.5s ease-in-out infinite;
}
[dir="rtl"] .hero-dot { right: auto; left: 120px; }
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

.hero-inner { max-width: 920px; }

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  padding: 10px 20px 10px 12px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(14px);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.92);
  max-width: 100%;
  flex-wrap: wrap;
}
.hero-chip-ico {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.hero-chip-sep {
  width: 1px; height: 16px;
  background: rgba(255,255,255,0.25);
}
.hero-chip a {
  color: var(--gold-300);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.hero-chip a:hover { color: #fff; }

.hero-scroll-cue {
  position: absolute;
  bottom: 24px;
  right: 40px;
  z-index: 3;
  display: flex; align-items: center; gap: 12px;
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
[dir="rtl"] .hero-scroll-cue { right: auto; left: 40px; }
.hero-scroll-cue .line {
  width: 54px; height: 1px;
  background: rgba(255,255,255,0.4);
  position: relative; overflow: hidden;
}
.hero-scroll-cue .line::after {
  content: '';
  position: absolute; inset: 0;
  background: var(--gold-300);
  transform: translateX(-100%);
  animation: cueSlide 2.4s ease-in-out infinite;
}
.hero .container {
  position: relative;
  z-index: 2;
  padding-block: 60px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-300);
  font-weight: 700;
  backdrop-filter: blur(10px);
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.05;
  margin: 22px 0 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 18ch;
}
[dir="rtl"] .hero-title { font-family: var(--font-ar); font-weight: 800; max-width: 22ch; }
.hero-title .accent {
  background: linear-gradient(135deg, var(--orange-400), var(--gold-300));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  max-width: 620px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 36px;
}
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
@keyframes cueSlide {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* ---------- Stats Band (floats between hero & about) ---------- */
.stats-band {
  position: relative;
  z-index: 10;
  margin-top: -64px;
  padding: 0 0 0 0;
}
.stats-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 60px -20px rgba(10,29,58,0.25), 0 0 0 1px rgba(10,29,58,0.05);
  padding: 28px 20px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.stats-card::before {
  content: "";
  position: absolute;
  top: 0; inset-inline: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy-900), var(--orange-500), var(--gold-500), var(--navy-700));
}
.stats-item {
  text-align: center;
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center;
  gap: 10px;
  border-inline-start: 1px solid rgba(10,29,58,0.08);
}
.stats-item:first-child { border-inline-start: 0; }

.stats-ico {
  width: 44px; height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,130,0,0.14), rgba(212,161,58,0.14));
  color: var(--orange-600);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.stats-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  font-weight: 700;
  color: var(--navy-900);
  line-height: 1;
}
[dir="rtl"] .stats-item strong { font-family: var(--font-ar-display); }
.stats-item > span {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-500);
  font-weight: 600;
  line-height: 1.4;
}
[dir="rtl"] .stats-item > span { letter-spacing: 0.5px; font-size: 12px; text-transform: none; }
/* Push about section down so stats band doesn't touch hero/about transition awkwardly */
.about-strip { padding-top: clamp(120px, 14vw, 180px); }

/* ---------- About strip ---------- */
.about-strip {
  background: var(--cream-50);
  position: relative;
  overflow: hidden;
}
.about-strip::before {
  content: "";
  position: absolute;
  top: -120px; right: -80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,130,0,0.18), transparent 70%);
  pointer-events: none;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-visual img { width: 100%; height: auto; display: block; }
.about-visual .badge {
  position: absolute;
  bottom: 24px; left: 24px;
  background: rgba(10,29,58,0.85);
  color: #fff;
  padding: 16px 22px;
  border-radius: var(--radius-md);
  backdrop-filter: blur(10px);
  display: flex; align-items: center; gap: 14px;
}
.about-visual .badge strong {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--gold-300);
  line-height: 1;
}
.about-visual .badge span { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }

.about-list { margin-top: 30px; display: grid; gap: 18px; }
.about-list li {
  display: flex; gap: 16px; align-items: flex-start;
}
.about-list .ico {
  flex-shrink: 0;
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 8px 16px rgba(233,115,0,0.3);
}
.about-list strong { color: var(--navy-900); display: block; font-size: 1.05rem; }
.about-list p { margin: 4px 0 0; color: var(--ink-500); font-size: 0.95rem; }

/* ---------- Vision & Mission ---------- */
.vm-section {
  background: linear-gradient(180deg, #fdfaf4 0%, #fff 70%);
  position: relative;
}
.vm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.vm-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 60px -28px rgba(10,29,58,0.28), 0 0 0 1px rgba(10,29,58,0.06);
  transition: transform .35s ease, box-shadow .35s ease;
  display: flex;
  flex-direction: column;
}
.vm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 80px -28px rgba(10,29,58,0.35), 0 0 0 1px rgba(10,29,58,0.08);
}

/* Top banner — the clear visual anchor */
.vm-card-head {
  padding: 36px 36px 28px;
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, var(--orange-600) 0%, var(--orange-500) 60%, var(--gold-500) 100%);
}
.vm-card.vm-mission .vm-card-head {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 60%, var(--navy-600) 100%);
}
.vm-card-head::after {
  content: "";
  position: absolute;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  top: -130px; right: -80px;
  pointer-events: none;
  z-index: 0;
}
[dir="rtl"] .vm-card-head::after { right: auto; left: -80px; }
.vm-card-head > * { position: relative; z-index: 1; }

.vm-card-head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.vm-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  display: grid; place-items: center;
  backdrop-filter: blur(8px);
  flex-shrink: 0;
}
.vm-step {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255,255,255,0.28);
  letter-spacing: -0.03em;
}
.vm-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(6px);
}
[dir="rtl"] .vm-tag { letter-spacing: 0.5px; font-size: 12px; }
.vm-card-head h3 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.4vw, 2.1rem);
  color: #fff;
  margin: 14px 0 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}
[dir="rtl"] .vm-card-head h3 { font-family: var(--font-ar-display); font-weight: 800; letter-spacing: 0; }

/* Body */
.vm-card-body {
  padding: 32px 36px 36px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.vm-lead {
  color: var(--ink-700);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 24px;
  padding-bottom: 22px;
  border-bottom: 1px dashed rgba(10,29,58,0.15);
}
[dir="rtl"] .vm-lead { line-height: 2; }
.vm-pillars { display: grid; gap: 14px; margin: 0; }
.vm-pillars li {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 0.95rem;
  color: var(--ink-700);
  line-height: 1.65;
}
[dir="rtl"] .vm-pillars li { line-height: 1.85; }
.vm-pill-ico {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 9px;
  background: rgba(255,130,0,0.12);
  color: var(--orange-600);
  display: grid; place-items: center;
  margin-top: 2px;
  transition: transform .25s ease, background .25s ease;
}
.vm-card.vm-mission .vm-pill-ico {
  background: rgba(10,29,58,0.08);
  color: var(--navy-800);
}
.vm-pillars li:hover .vm-pill-ico {
  transform: scale(1.08);
  background: rgba(255,130,0,0.2);
}
.vm-card.vm-mission .vm-pillars li:hover .vm-pill-ico {
  background: rgba(10,29,58,0.15);
}

/* ---------- Divisions ---------- */
.divisions-section {
  background: linear-gradient(180deg, #fff, var(--cream-50));
}
.divisions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.division-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 440px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out);
  box-shadow: 0 20px 40px -20px rgba(9,25,53,0.25);
}
.division-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 60px -20px rgba(9,25,53,0.45);
}
.division-card .bg {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover; background-position: center;
  transition: transform 1s var(--ease-out);
}
.division-card:hover .bg { transform: scale(1.1); }
.division-card::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(9,25,53,0) 0%, rgba(9,25,53,0.25) 45%, rgba(9,25,53,0.95) 100%);
  transition: background .4s ease;
}
.division-card:hover::after {
  background: linear-gradient(180deg, rgba(9,25,53,0.15) 0%, rgba(9,25,53,0.45) 40%, rgba(9,25,53,0.95) 100%);
}
.division-card .content {
  padding: 28px;
  transform: translateY(8px);
  transition: transform .4s var(--ease-out);
}
.division-card:hover .content { transform: translateY(0); }
.division-card .icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  display: grid; place-items: center;
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
  color: var(--gold-300);
  transition: background .3s ease, transform .3s ease;
}
.division-card:hover .icon { background: rgba(255,255,255,0.22); transform: scale(1.05); }
.division-card h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
[dir="rtl"] .division-card h3 { font-family: var(--font-ar-display); font-weight: 800; font-size: 1.55rem; }
.division-card p { color: rgba(255,255,255,0.85); font-size: 0.92rem; margin: 0 0 16px; line-height: 1.6; }
[dir="rtl"] .division-card p { line-height: 1.85; font-size: 0.95rem; }
.division-card .arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700;
  color: var(--gold-300);
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
[dir="rtl"] .division-card .arrow { letter-spacing: 0; font-size: 0.9rem; text-transform: none; }
.division-card .arrow svg { width: 16px; height: 16px; transition: transform .3s ease; }
.division-card:hover .arrow svg { transform: translateX(6px); }
[dir="rtl"] .division-card:hover .arrow svg { transform: translateX(-6px); }

/* ---------- Projects ---------- */
.projects-section {
  background: var(--navy-900);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.projects-section .section-title { color: #fff; }
.projects-section .section-lead { color: rgba(255,255,255,0.72); }
.projects-section::before {
  content: "";
  position: absolute;
  top: 10%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,130,0,0.18), transparent 70%);
  pointer-events: none;
}
.project-filters {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin-bottom: 50px;
}
.project-filters button {
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all .25s ease;
  border: 1px solid rgba(255,255,255,0.12);
}
.project-filters button.is-active,
.project-filters button:hover {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  border-color: transparent;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.project-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--navy-800);
  isolation: isolate;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .4s ease;
}
.project-card.span-6 { grid-column: span 6; min-height: 460px; }
.project-card.span-4 { grid-column: span 4; }
.project-card.span-3 { grid-column: span 3; }
.project-card.span-12 { grid-column: span 12; min-height: 420px; }
.project-card:hover { transform: translateY(-6px); }
.project-card .img {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover; background-position: center;
  transition: transform .8s ease;
}
.project-card:hover .img { transform: scale(1.06); }
.project-card::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(10,29,58,0) 30%, rgba(10,29,58,0.92) 100%);
}
.project-card .meta { padding: 24px 26px; }
.project-card .tag {
  display: inline-block;
  padding: 5px 12px;
  background: rgba(255,255,255,0.16);
  border-radius: var(--radius-pill);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-300);
  font-weight: 700;
  margin-bottom: 12px;
  backdrop-filter: blur(6px);
}
.project-card h4 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 6px;
  color: #fff;
  font-weight: 700;
}
[dir="rtl"] .project-card h4 { font-family: var(--font-ar); font-weight: 800; }
.project-card .loc {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  display: inline-flex; align-items: center; gap: 6px;
}
.project-card .price {
  position: absolute;
  top: 22px; right: 22px;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
[dir="rtl"] .project-card .price { right: auto; left: 22px; }

.projects-cta { text-align: center; margin-top: 50px; }

/* ---------- Hotels gallery ---------- */
.hotels-section {
  background: var(--cream-50);
  position: relative;
  overflow: hidden;
}
.hotels-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 18px;
}
.hotels-grid .hotel-tile:last-child { grid-column: span 2; }
.hotel-tile {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
}
.hotel-tile.feature { grid-row: span 2; }
.hotel-tile img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}
.hotel-tile:hover img { transform: scale(1.08); }
.hotel-tile::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10,29,58,0.85));
}
.hotel-tile .label {
  position: absolute;
  left: 18px; bottom: 18px; right: 18px;
  z-index: 2;
  color: #fff;
}
.hotel-tile .label strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 4px;
}
[dir="rtl"] .hotel-tile .label strong { font-family: var(--font-ar); }
.hotel-tile .label span {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold-300);
}

/* ---------- Residential Showcase ---------- */
.residential-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1000px 520px at 90% -10%, rgba(212,161,58,.12), transparent 60%),
    linear-gradient(180deg, #fffdf8 0%, #fbf3e1 100%);
}
.residential-section::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(10,29,58,.10), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.residential-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(3, 220px);
  grid-auto-rows: 220px;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.res-tile {
  position: relative;
  display: block;
  min-height: 220px;
  height: 100%;
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  isolation: isolate;
  box-shadow: var(--shadow-md);
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #0a1d3a, #132f5c);
  transform: translateZ(0);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.res-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.res-tile.feature {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 456px;
}
.res-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .9s var(--ease);
}
.res-tile:hover img { transform: scale(1.07); }
.res-tile::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,29,58,0.05) 0%, rgba(10,29,58,0.22) 45%, rgba(10,29,58,0.88) 100%);
}
.res-tile .res-label {
  position: absolute;
  left: 18px; right: 18px; bottom: 18px;
  z-index: 2;
  display: flex; flex-direction: column;
  gap: 4px;
}
.res-tile .res-chip {
  align-self: flex-start;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange-500), var(--gold-500));
  color: #0a1d3a;
  font-weight: 700;
  margin-bottom: 4px;
}
.res-tile .res-label strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -.01em;
  color: #fff;
}
[dir="rtl"] .res-tile .res-label strong { font-family: var(--font-ar); }
.res-tile .res-label span:not(.res-chip) {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-300);
}
[dir="rtl"] .res-tile .res-label span:not(.res-chip) {
  font-family: var(--font-ar);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
}
.res-tile.feature .res-label strong { font-size: 1.55rem; }

/* ---------- Trade strip ---------- */
.trade-strip {
  margin-top: 56px;
  padding: 34px 32px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(10,29,58,0.96), rgba(13,41,82,0.92));
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.trade-strip::before {
  content: "";
  position: absolute;
  inset: -50% -20% auto auto;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(255,130,0,.22), transparent 65%);
  pointer-events: none;
}
.trade-strip-head {
  position: relative;
  max-width: 640px;
  margin-bottom: 28px;
}
.trade-strip-head .eyebrow { color: var(--gold-300); }
.trade-strip .strip-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.2;
  margin: 8px 0 10px;
  letter-spacing: -.01em;
}
[dir="rtl"] .trade-strip .strip-title { font-family: var(--font-ar-display); }
.trade-strip .strip-lead {
  color: rgba(255,255,255,.78);
  font-size: .95rem;
  line-height: 1.6;
}
.trade-strip-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.trade-shot {
  position: relative;
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 3/4;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.08);
}
.trade-shot img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.trade-shot:hover img { transform: scale(1.06); }
.trade-shot::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10,29,58,.92));
}
.trade-shot figcaption {
  position: absolute;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-300);
  font-weight: 600;
}
[dir="rtl"] .trade-shot figcaption {
  font-family: var(--font-ar);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
}

/* =============================================================
   MATERIALS & FINISHES — ÇUKUROVA + BOYA
   Premium dark showcase. Cleanly scoped, no external deps.
   ============================================================= */
.materials-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  /* hard fallback so the section is NEVER white if the bg layer fails */
  background:
    radial-gradient(900px 520px at 10% 0%, rgba(255,130,0,0.32), transparent 60%),
    radial-gradient(1100px 640px at 92% 100%, rgba(212,161,58,0.28), transparent 62%),
    linear-gradient(180deg, #071530 0%, #0a1d3a 45%, #0d2655 100%);
}
/* decorative radial + gradient layer (kept for legacy HTML) */
.materials-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 500px at 8% 0%, rgba(255,130,0,0.18), transparent 60%),
    radial-gradient(1100px 620px at 92% 100%, rgba(212,161,58,0.14), transparent 60%);
}
/* soft grid pattern, masked from the center */
.materials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(1200px 700px at 50% 30%, #000 40%, transparent 82%);
          mask-image: radial-gradient(1200px 700px at 50% 30%, #000 40%, transparent 82%);
}
.materials-section > .container {
  position: relative;
  z-index: 2;
}

/* ---------- Head ---------- */
.materials-head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 48px;
}
.materials-head .eyebrow { color: var(--gold-300); }
.materials-head .section-title {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 18px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.35);
}
.materials-head .section-lead {
  color: rgba(255,255,255,0.80);
  font-size: 1.04rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 720px;
}
.materials-head .section-lead strong {
  color: var(--gold-300);
  font-weight: 700;
}
[dir="rtl"] .materials-head .section-lead { font-size: 1.08rem; }

.materials-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}
.materials-actions .btn { min-width: 240px; }
.btn--ghost-light {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.38);
}
.btn--ghost-light:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.7);
  transform: translateY(-2px);
}

/* ---------- KPI strip ---------- */
.materials-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 8px;
  margin: 0 0 64px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 24px 48px -28px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.06);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}
.mat-kpi {
  position: relative;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mat-kpi + .mat-kpi::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.18), transparent);
}
.mat-kpi-n {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, #ffffff, var(--gold-300));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
}
[dir="rtl"] .mat-kpi-n { font-family: var(--font-ar-display); }
.mat-kpi-l {
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
  font-weight: 600;
  max-width: 18ch;
  line-height: 1.35;
}
[dir="rtl"] .mat-kpi-l {
  font-family: var(--font-ar);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  color: rgba(255,255,255,0.80);
}

.trade-solutions {
  position: relative;
  margin: 0 0 56px;
  padding: 34px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(900px 460px at 0% 0%, rgba(255,130,0,0.18), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 36px 80px -46px rgba(0,0,0,0.62);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: hidden;
}
.trade-solutions::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  right: -130px;
  bottom: -160px;
  background: radial-gradient(circle, rgba(212,161,58,0.22), transparent 68%);
  pointer-events: none;
}
[dir="rtl"] .trade-solutions::before { right: auto; left: -130px; }
.trade-solutions-head {
  position: relative;
  max-width: 760px;
  margin-bottom: 26px;
}
.trade-solutions-head .eyebrow { color: var(--gold-300); }
.trade-solutions-head h3 {
  font-family: var(--font-display);
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  line-height: 1.18;
  margin: 10px 0 12px;
  letter-spacing: -0.02em;
}
[dir="rtl"] .trade-solutions-head h3 { font-family: var(--font-ar-display); letter-spacing: 0; line-height: 1.35; }
.trade-solutions-head p {
  color: rgba(255,255,255,0.78);
  margin: 0;
  max-width: 680px;
  line-height: 1.7;
}
[dir="rtl"] .trade-solutions-head p { line-height: 1.95; }
.trade-solutions-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}
.trade-solution-card {
  position: relative;
  min-height: 360px;
  border-radius: var(--radius-md);
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-800);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 22px 42px -28px rgba(0,0,0,0.65);
  transition: transform .45s var(--ease), border-color .3s var(--ease), box-shadow .45s var(--ease);
}
.trade-solution-card--feature { min-height: 430px; }
.trade-solution-card:hover {
  transform: translateY(-6px);
  border-color: rgba(241,200,117,0.42);
  box-shadow: 0 34px 70px -34px rgba(0,0,0,0.78);
}
.trade-solution-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.trade-solution-card:hover img { transform: scale(1.07); }
.trade-solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7,21,48,0.02) 0%, rgba(7,21,48,0.38) 45%, rgba(7,21,48,0.94) 100%);
}
.trade-solution-content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
}
.trade-solution-content span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange-500), var(--gold-500));
  color: #081834;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
[dir="rtl"] .trade-solution-content span {
  font-family: var(--font-ar);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}
.trade-solution-content h4 {
  font-family: var(--font-display);
  color: #fff;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.2;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
[dir="rtl"] .trade-solution-content h4 { font-family: var(--font-ar-display); letter-spacing: 0; line-height: 1.35; }
.trade-solution-content p {
  color: rgba(255,255,255,0.82);
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.6;
}
[dir="rtl"] .trade-solution-content p { line-height: 1.85; font-size: 0.97rem; }

.solar-focus {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding: 26px;
  border-radius: var(--radius-md);
  background:
    radial-gradient(620px 240px at 18% 0%, rgba(241,200,117,0.18), transparent 62%),
    rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}
.solar-focus-copy span {
  display: inline-flex;
  color: var(--gold-300);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
[dir="rtl"] .solar-focus-copy span {
  font-family: var(--font-ar);
  letter-spacing: 0;
  text-transform: none;
  font-size: 12.5px;
}
.solar-focus-copy h4 {
  font-family: var(--font-display);
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.2;
  margin: 0 0 10px;
}
[dir="rtl"] .solar-focus-copy h4 { font-family: var(--font-ar-display); line-height: 1.35; }
.solar-focus-copy p {
  color: rgba(255,255,255,0.78);
  margin: 0;
  line-height: 1.7;
}
[dir="rtl"] .solar-focus-copy p { line-height: 1.95; }
.solar-focus-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
[dir="rtl"] .solar-focus-points { justify-content: flex-start; }
.solar-focus-points span {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.13);
  color: rgba(255,255,255,0.88);
  font-size: 12px;
  font-weight: 700;
}
[dir="rtl"] .solar-focus-points span { font-family: var(--font-ar); font-size: 13px; }
.solar-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 190px;
  gap: 12px;
  margin-top: 18px;
}
.solar-shot {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 34px -24px rgba(0,0,0,0.70);
}
.solar-shot--wide { grid-column: span 2; }
.solar-shot--tall { grid-row: span 2; }
.solar-shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.solar-shot:hover img { transform: scale(1.08); }
.solar-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7,21,48,0) 38%, rgba(7,21,48,0.88) 100%);
}
.solar-shot figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 13px;
  z-index: 2;
  color: var(--gold-300);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.35;
  text-transform: uppercase;
}
[dir="rtl"] .solar-shot figcaption {
  font-family: var(--font-ar);
  letter-spacing: 0;
  text-transform: none;
  font-size: 12.5px;
}

/* ---------- 3-column feature grid ---------- */
.materials-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 56px;
}
.mat-column {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-lg);
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: transform .5s var(--ease), border-color .3s var(--ease), box-shadow .5s var(--ease);
}
.mat-column:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.24);
  box-shadow: 0 40px 80px -40px rgba(0,0,0,0.65);
}
.mat-column--feature {
  background: linear-gradient(180deg, rgba(255,130,0,0.10), rgba(212,161,58,0.04) 45%, rgba(255,255,255,0.03));
  border-color: rgba(255,186,70,0.38);
  box-shadow: 0 40px 80px -36px rgba(255,130,0,0.40);
}
.mat-column--feature::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255,186,70,0.55), transparent 60%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
          mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.mat-col-head {
  position: relative;
  padding: 28px 26px 22px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mat-col-head--interior { background: linear-gradient(135deg, rgba(19,47,92,0.70), rgba(28,66,128,0.45)); }
.mat-col-head--exterior { background: linear-gradient(135deg, rgba(255,130,0,0.32), rgba(212,161,58,0.14)); }
.mat-col-head--paint    { background: linear-gradient(135deg, rgba(212,161,58,0.28), rgba(19,47,92,0.55)); }

.mat-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,0.2);
}
[dir="rtl"] .mat-chip {
  font-family: var(--font-ar);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
}
.mat-col-head h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.95vw, 1.7rem);
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
[dir="rtl"] .mat-col-head h3 { font-family: var(--font-ar-display); letter-spacing: 0; }
.mat-col-head p {
  color: rgba(255,255,255,0.80);
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 0;
}
[dir="rtl"] .mat-col-head p { font-size: 1rem; }

.mat-list {
  list-style: none;
  padding: 22px 24px 4px;
  margin: 0;
  display: grid;
  gap: 10px;
}
.mat-list li {
  position: relative;
  padding: 11px 14px 11px 38px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  font-size: 0.93rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.90);
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
[dir="rtl"] .mat-list li {
  padding: 11px 38px 11px 14px;
  font-size: 1rem;
  font-family: var(--font-ar);
}
.mat-list li::before {
  content: "";
  position: absolute;
  top: 50%; left: 12px;
  transform: translateY(-50%);
  width: 16px; height: 16px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--orange-500), var(--gold-500));
  box-shadow: 0 0 0 3px rgba(255,130,0,0.16), 0 2px 8px rgba(255,130,0,0.35);
}
[dir="rtl"] .mat-list li::before { left: auto; right: 12px; }
.mat-list li:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.22);
  transform: translateX(2px);
}
[dir="rtl"] .mat-list li:hover { transform: translateX(-2px); }
.mat-list li strong { color: var(--gold-300); font-weight: 700; }
.mat-list--featured li { font-size: 0.96rem; }
[dir="rtl"] .mat-list--featured li { font-size: 1.02rem; }

.mat-shot {
  margin: 22px 24px 24px;
  position: relative;
  aspect-ratio: 16/10;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 16px 32px -16px rgba(0,0,0,0.55);
}
.mat-shot--tall { aspect-ratio: 4/5; }
.mat-shot img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.mat-column:hover .mat-shot img { transform: scale(1.06); }

/* ---------- Product catalog shelf ---------- */
.materials-catalog {
  position: relative;
  margin: 40px 0 28px;
  padding: 36px 32px 32px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(212,175,55,0.14), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 40px 80px -44px rgba(0,0,0,0.5);
}
.mat-catalog-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mat-catalog-title {
  font-family: var(--font-display);
  color: #fff;
  font-size: clamp(1.35rem, 2.3vw, 1.9rem);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
[dir="rtl"] .mat-catalog-title { font-family: var(--font-ar-display); letter-spacing: 0; }
.mat-catalog-lead {
  color: rgba(255,255,255,0.75);
  margin: 0;
  max-width: 560px;
  font-size: 14.5px;
  line-height: 1.6;
}
[dir="rtl"] .mat-catalog-lead {
  font-family: var(--font-ar);
  font-size: 15.5px;
  line-height: 1.8;
}

.mat-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.mat-prod {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px -20px rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.30);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.mat-prod:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 56px -24px rgba(0,0,0,0.7);
}
.mat-prod-img {
  position: relative;
  background: #f3f5f9;
  aspect-ratio: 1024/256;
  overflow: hidden;
  border-bottom: 1px solid rgba(9,25,53,0.06);
}
.mat-prod-img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .7s var(--ease);
}
.mat-prod:hover .mat-prod-img img { transform: scale(1.03); }
.mat-prod--portrait .mat-prod-img {
  aspect-ratio: 1024/520;
  background: linear-gradient(180deg, #ffffff, #f4f6fb);
}
.mat-prod--portrait .mat-prod-img img {
  object-fit: contain;
  object-position: center;
  padding: 10px;
}

.mat-prod figcaption {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px 20px;
  background: #fff;
}
.mat-prod-tr {
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-600);
  font-weight: 700;
}
[dir="rtl"] .mat-prod-tr {
  font-family: var(--font-ar);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
}
.mat-prod-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--navy-900);
  font-weight: 700;
  line-height: 1.25;
}
[dir="rtl"] .mat-prod-name { font-family: var(--font-ar-display); font-size: 1.1rem; }
.mat-prod-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.mat-prod-kg {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px -4px rgba(9,25,53,0.35);
}
.mat-prod-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(212,161,58,0.14);
  color: var(--gold-600);
  font-size: 11.5px;
  font-weight: 700;
  border: 1px solid rgba(212,161,58,0.40);
}
[dir="rtl"] .mat-prod-tag {
  font-family: var(--font-ar);
  font-size: 12.5px;
}

/* ---------- Process gallery ---------- */
.materials-gallery {
  padding: 34px 30px 30px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.10);
  margin: 24px 0 40px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.mat-gallery-title {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.1vw, 1.7rem);
  color: #fff;
  margin: 0 0 22px;
  text-align: center;
  letter-spacing: -.01em;
}
[dir="rtl"] .mat-gallery-title { font-family: var(--font-ar-display); letter-spacing: 0; }
.mat-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.mat-gal {
  position: relative;
  margin: 0;
  aspect-ratio: 3/4;
  border-radius: 14px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 12px 24px -14px rgba(0,0,0,0.55);
}
.mat-gal img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.mat-gal:hover img { transform: scale(1.08); }
.mat-gal::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7,21,48,0.94));
  pointer-events: none;
}
.mat-gal figcaption {
  position: absolute;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 2;
  font-size: 10.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-300);
  font-weight: 700;
  line-height: 1.3;
}
[dir="rtl"] .mat-gal figcaption {
  font-family: var(--font-ar);
  letter-spacing: 0;
  text-transform: none;
  font-size: 12.5px;
}

/* ---------- Certifications strip ---------- */
.materials-certs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 22px 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.14);
  text-align: center;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.mat-certs-label {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold-300);
  font-weight: 700;
}
[dir="rtl"] .mat-certs-label {
  font-family: var(--font-ar);
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
}
.mat-certs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mat-cert {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.22);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.mat-cert--soft {
  background: transparent;
  border: 1px dashed rgba(255,255,255,0.28);
  color: rgba(255,255,255,0.80);
  font-family: inherit;
  font-weight: 500;
}
[dir="rtl"] .mat-cert { font-family: var(--font-ar); }

/* ---------- Trust / Stats ---------- */
.trust {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: #fff;
  position: relative;
  overflow: hidden;
}
.trust::before, .trust::after {
  content: "";
  position: absolute;
  width: 360px; height: 360px;
  border-radius: 50%;
  pointer-events: none;
}
.trust::before { top: -120px; left: -120px; background: radial-gradient(circle, rgba(255,130,0,0.25), transparent 70%); }
.trust::after { bottom: -160px; right: -120px; background: radial-gradient(circle, rgba(212,161,58,0.25), transparent 70%); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.trust-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 32px 24px;
  border-radius: var(--radius-md);
  backdrop-filter: blur(10px);
  text-align: center;
  transition: transform .35s ease, background .35s ease;
}
.trust-card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.1); }
.trust-card .num {
  font-family: var(--font-display);
  font-size: 3rem;
  background: linear-gradient(135deg, var(--gold-300), var(--orange-400));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-weight: 700;
}
.trust-card .label {
  margin-top: 8px;
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}

/* ---------- Group Structure (org chart) ---------- */
.structure-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(10,29,58,0.04), transparent 60%),
    #fff;
  position: relative;
}
.org-chart {
  position: relative;
  padding-top: 20px;
}

/* Root node */
.org-root {
  position: relative;
  width: 260px;
  margin: 0 auto;
  padding: 26px 24px 22px;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: #fff;
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: 0 24px 50px -20px rgba(10,29,58,0.45), 0 0 0 1px rgba(255,255,255,0.05) inset;
  z-index: 3;
}
.org-root::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: calc(var(--radius-md) + 6px);
  background: linear-gradient(135deg, var(--orange-500), var(--gold-500));
  opacity: 0.25;
  z-index: -1;
  filter: blur(6px);
}
.org-root img {
  width: 54px; height: 54px;
  margin: 0 auto 12px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.35));
}
.org-root strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
[dir="rtl"] .org-root strong { font-family: var(--font-ar-display); letter-spacing: 0; }
.org-root span {
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-300);
  font-weight: 700;
}
[dir="rtl"] .org-root span { letter-spacing: 0.5px; text-transform: none; font-size: 12px; }

/* Trunk (vertical connector from root to branches) */
.org-trunk {
  width: 2px;
  height: 54px;
  background: linear-gradient(180deg, var(--navy-700), rgba(10,29,58,0.1));
  margin: 0 auto;
  position: relative;
}
.org-trunk::after {
  content: "";
  position: absolute;
  bottom: -4px; left: 50%;
  transform: translateX(-50%);
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--orange-500);
  box-shadow: 0 0 0 4px rgba(255,130,0,0.18);
}

/* Division cards */
.org-branches {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  position: relative;
  padding-top: 40px;
}
/* Horizontal bar connecting branches to the trunk */
.org-branches::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12.5%; right: 12.5%;
  height: 2px;
  background: rgba(10,29,58,0.15);
}
/* Short vertical drops from bar to each card */
.org-division {
  position: relative;
}
.org-division::before {
  content: "";
  position: absolute;
  top: -40px; left: 50%;
  transform: translateX(-50%);
  width: 2px; height: 40px;
  background: rgba(10,29,58,0.15);
}
.org-division::after {
  content: "";
  position: absolute;
  top: -6px; left: 50%;
  transform: translateX(-50%);
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--navy-700);
}

/* Card itself */
.org-division {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 24px 22px;
  box-shadow: 0 18px 40px -22px rgba(10,29,58,0.2), 0 0 0 1px rgba(10,29,58,0.06);
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.org-division:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -22px rgba(10,29,58,0.3), 0 0 0 1px rgba(10,29,58,0.1);
}
.org-division header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed rgba(10,29,58,0.12);
  flex-wrap: wrap;
}
.org-ico {
  width: 38px; height: 38px;
  border-radius: 11px;
  display: grid; place-items: center;
  color: #fff;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  box-shadow: 0 8px 16px rgba(233,115,0,0.3);
}
.org-const .org-ico { background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); box-shadow: 0 8px 16px rgba(10,29,58,0.3); }
.org-hotels .org-ico { background: linear-gradient(135deg, var(--gold-500), #b5851e); box-shadow: 0 8px 16px rgba(181,133,30,0.3); }
.org-real .org-ico { background: linear-gradient(135deg, #2a7a50, #155c3c); box-shadow: 0 8px 16px rgba(21,92,60,0.3); }

.org-division h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--navy-900);
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
  flex: 1;
}
[dir="rtl"] .org-division h3 { font-family: var(--font-ar-display); font-weight: 800; font-size: 1.15rem; }
.org-count {
  width: 100%;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange-600);
  font-weight: 700;
  margin-inline-start: 50px;
  margin-top: -8px;
}
[dir="rtl"] .org-count { letter-spacing: 0; text-transform: none; font-size: 11px; }
.org-const .org-count { color: var(--navy-700); }
.org-hotels .org-count { color: #b5851e; }
.org-real .org-count { color: #155c3c; }

.org-items {
  margin: 0; padding: 0;
  display: grid;
  gap: 8px;
}
.org-items li {
  position: relative;
  padding: 10px 12px 10px 30px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ink-700);
  background: rgba(10,29,58,0.02);
  border-radius: 8px;
  border-inline-start: 2px solid var(--orange-500);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
[dir="rtl"] .org-items li {
  padding: 10px 30px 10px 12px;
  font-size: 0.95rem;
}
.org-items li::before {
  content: "";
  position: absolute;
  left: 12px; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange-500);
}
[dir="rtl"] .org-items li::before { left: auto; right: 12px; }
.org-const .org-items li { border-inline-start-color: var(--navy-700); }
.org-const .org-items li::before { background: var(--navy-700); }
.org-hotels .org-items li { border-inline-start-color: var(--gold-500); }
.org-hotels .org-items li::before { background: var(--gold-500); }
.org-real .org-items li { border-inline-start-color: #2a7a50; }
.org-real .org-items li::before { background: #2a7a50; }
.org-items li:hover {
  background: rgba(10,29,58,0.05);
  transform: translateX(3px);
}
[dir="rtl"] .org-items li:hover { transform: translateX(-3px); }
.org-items li.org-more {
  font-style: italic;
  background: transparent;
  color: var(--ink-500);
  border-inline-start-style: dashed;
  border-inline-start-color: rgba(10,29,58,0.2) !important;
}
.org-items li.org-more::before { background: transparent !important; border: 1.5px dashed var(--ink-500); }

@media (max-width: 1100px) {
  .org-branches { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .org-branches::before { display: none; }
  .org-division::before, .org-division::after { display: none; }
}
@media (max-width: 620px) {
  .org-branches { grid-template-columns: 1fr; }
  .org-root { width: 100%; max-width: 300px; }
}

/* ---------- Testimonials / quote ---------- */
.quote-section {
  background:
    linear-gradient(135deg, rgba(9,25,53,0.94), rgba(19,47,92,0.88)),
    url('../../images/24.jpeg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.quote-section::before,
.quote-section::after {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  pointer-events: none;
}
.quote-section::before {
  top: -100px; left: -80px;
  background: radial-gradient(circle, rgba(255,130,0,0.2), transparent 70%);
}
.quote-section::after {
  bottom: -120px; right: -80px;
  background: radial-gradient(circle, rgba(212,161,58,0.18), transparent 70%);
}
.quote-section > .container { position: relative; z-index: 1; }
.quote-section blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  line-height: 1.45;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 500;
  font-style: italic;
}
[dir="rtl"] .quote-section blockquote { font-family: var(--font-ar); font-style: normal; font-weight: 600; }
.quote-section blockquote::before, .quote-section blockquote::after {
  content: '"';
  font-size: 4rem;
  color: var(--gold-300);
  line-height: 0.2;
  vertical-align: -0.4em;
  margin: 0 .2em;
}
.quote-section .source {
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-300);
}

/* ---------- Contact ---------- */
.contact {
  background: var(--cream-50);
  position: relative;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: stretch;
}
.contact-info {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 48px;
  position: relative;
  overflow: hidden;
}
.contact-info::before {
  content: "";
  position: absolute; top: -80px; right: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,130,0,0.25), transparent 70%);
}
.contact-info h3 { font-family: var(--font-display); font-size: 1.8rem; margin: 0 0 10px; position: relative; }
[dir="rtl"] .contact-info h3 { font-family: var(--font-ar); font-weight: 800; }
.contact-info p { color: rgba(255,255,255,0.78); margin: 0 0 32px; position: relative; }
.contact-list { display: grid; gap: 22px; position: relative; }
.contact-list a, .contact-list li {
  display: flex; align-items: center; gap: 18px;
  color: #fff;
  font-size: 1rem;
  transition: color .25s ease;
}
.contact-list a:hover { color: var(--gold-300); }
.contact-list .ico {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  display: grid; place-items: center;
  flex-shrink: 0;
  color: var(--gold-300);
}
.contact-list small {
  display: block;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 4px;
}
.contact-info .socials {
  position: relative;
  margin-top: 40px;
  display: flex; gap: 10px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.contact-info .socials a {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  display: grid; place-items: center;
  transition: all .25s ease;
}
.contact-info .socials a:hover { background: var(--orange-500); border-color: transparent; transform: translateY(-3px); }

.contact-form {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow-md);
}
.contact-form h3 { font-family: var(--font-display); color: var(--navy-900); margin: 0 0 8px; font-size: 1.6rem; }
[dir="rtl"] .contact-form h3 { font-family: var(--font-ar); font-weight: 800; }
.contact-form p { color: var(--ink-500); margin: 0 0 28px; }
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  font-weight: 700; color: var(--navy-900); margin-bottom: 6px;
}
.field input, .field textarea, .field select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1.5px solid var(--ink-300);
  background: #fff;
  font: inherit;
  color: var(--ink-900);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--orange-500);
  box-shadow: 0 0 0 4px rgba(255,130,0,0.12);
}
.field textarea { min-height: 130px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

/* ---------- Location / Map ---------- */
.location-section {
  background: linear-gradient(180deg, #fff 0%, var(--cream-50) 100%);
  position: relative;
}
.location-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.location-map {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(10,29,58,0.35), 0 0 0 1px rgba(10,29,58,0.06);
  min-height: 460px;
  background: var(--navy-900);
}
.location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
  display: block;
  filter: saturate(1.05);
}
.location-open {
  position: absolute;
  bottom: 18px; right: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.96);
  color: var(--navy-900);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(10,29,58,0.25);
  backdrop-filter: blur(8px);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
[dir="rtl"] .location-open { right: auto; left: 18px; }
.location-open:hover {
  background: var(--navy-900);
  color: #fff;
  transform: translateY(-2px);
}

.location-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.location-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 32px 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(10,29,58,0.06);
}
.location-pin {
  width: 54px; height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  display: grid; place-items: center;
  flex-shrink: 0;
  box-shadow: 0 12px 24px rgba(233,115,0,0.3);
}
.location-card small {
  display: block;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  font-weight: 700;
  color: var(--orange-600);
  margin-bottom: 6px;
}
.location-card h4 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--navy-900);
  margin: 0 0 8px;
  font-weight: 700;
}
[dir="rtl"] .location-card h4 { font-family: var(--font-ar-display); }
.location-card p {
  color: var(--ink-500);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}
.location-note {
  margin-top: 12px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--ink-500);
  font-style: italic;
}
[dir="rtl"] .location-note { line-height: 1.75; font-size: 0.9rem; }

.location-external-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin: 2px 0 18px;
  font-size: 0.88rem;
}
.location-external-label {
  width: 100%;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-400);
  font-weight: 600;
  margin-bottom: 4px;
}
[dir="rtl"] .location-external-label { letter-spacing: 0; text-transform: none; font-size: 11px; }
.location-external-links a {
  color: var(--navy-700);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-weight: 500;
}
.location-external-links a:hover { color: var(--orange-600); }
.location-external-sep { color: var(--ink-300); user-select: none; }

.location-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 22px 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(10,29,58,0.06);
}
.location-meta > div:first-child { grid-column: span 2; padding-bottom: 14px; border-bottom: 1px dashed rgba(10,29,58,0.12); }
.location-meta small {
  display: block;
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--ink-500);
  font-weight: 600;
  margin-bottom: 4px;
}
.location-meta strong, .location-meta a strong {
  display: block;
  font-size: 0.95rem;
  color: var(--navy-900);
  font-weight: 700;
}
.location-meta a:hover strong { color: var(--orange-600); }

.location-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.location-actions .btn { flex: 1; justify-content: center; }

/* ---------- Footer ---------- */
.site-footer {
  background: #050f22;
  color: rgba(255,255,255,0.72);
  padding-top: 80px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-grid h5 {
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.footer-grid ul li { margin-bottom: 10px; }
.footer-grid ul a { font-size: 0.9rem; transition: color .25s ease; }
.footer-grid ul a:hover { color: var(--gold-300); }
.footer-brand .brand-text strong { color: #fff; }
.footer-brand .brand-text span { color: var(--gold-300); }
.footer-brand p {
  margin-top: 18px;
  font-size: 0.92rem;
  line-height: 1.7;
  max-width: 320px;
}
.footer-bottom {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}
.footer-bottom a:hover { color: var(--gold-300); }

/* ---------- Floating actions ---------- */
.fab-stack {
  position: fixed;
  right: 22px; bottom: 22px;
  display: flex; flex-direction: column; gap: 12px;
  z-index: 50;
}
[dir="rtl"] .fab-stack { right: auto; left: 22px; }
.fab {
  width: 54px; height: 54px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  box-shadow: 0 10px 24px rgba(233,115,0,0.45);
  transition: transform .25s ease;
  position: relative;
}
.fab:hover { transform: translateY(-4px) scale(1.06); }
.fab--whatsapp { background: linear-gradient(135deg, #25d366, #128c7e); box-shadow: 0 10px 24px rgba(37,211,102,0.45); }
.fab--whatsapp::before {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.4);
  animation: pulse 2s ease-out infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ---------- Sub-page header ---------- */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + 100px) 0 100px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url('../../images/24.jpeg');
  background-size: cover; background-position: center;
  opacity: 0.18;
}
.page-hero .container { position: relative; }
.page-hero .crumbs {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold-300);
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  margin: 16px 0 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
[dir="rtl"] .page-hero h1 { font-family: var(--font-ar); font-weight: 800; }
.page-hero p { color: rgba(255,255,255,0.78); max-width: 640px; font-size: 1.05rem; }

/* ---------- Utility ---------- */
.show-rtl, .show-ltr { display: none; }
[dir="rtl"] .show-rtl { display: inline; }
[dir="ltr"] .show-ltr { display: inline; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .about-grid, .contact-grid, .vm-grid, .location-grid { grid-template-columns: 1fr; gap: 40px; }
  .stats-card { grid-template-columns: repeat(2, 1fr); }
  .stats-item { border-inline-start: 0; position: relative; }
  .stats-item:nth-child(2n+1) { border-inline-end: 1px solid rgba(10,29,58,0.08); }
  .stats-item:nth-child(n+3) { border-top: 1px solid rgba(10,29,58,0.08); margin-top: 6px; padding-top: 24px; }
  .project-card.span-6, .project-card.span-4, .project-card.span-3 { grid-column: span 6; }
  .residential-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 200px);
    grid-auto-rows: 200px;
  }
  .res-tile { min-height: 200px; }
  .res-tile.feature {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 260px;
  }
  .trade-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .materials-grid { grid-template-columns: 1fr; gap: 20px; }
  .trade-solutions-grid { grid-template-columns: 1fr; }
  .trade-solution-card, .trade-solution-card--feature { min-height: 330px; }
  .solar-focus { grid-template-columns: 1fr; }
  .solar-focus-points { justify-content: flex-start; }
  .solar-gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 170px; }
  .solar-shot--wide { grid-column: span 2; }
  .solar-shot--tall { grid-row: span 1; }
  .mat-column--feature { order: -1; }
  .materials-kpis { grid-template-columns: repeat(2, 1fr); }
  .mat-kpi + .mat-kpi::before { display: none; }
  .mat-kpi { border-bottom: 1px solid rgba(255,255,255,0.08); padding: 20px 16px; }
  .mat-kpi:nth-child(2n) { border-inline-start: 1px solid rgba(255,255,255,0.08); }
  .mat-kpi:nth-last-child(-n+2) { border-bottom: 0; }
  .mat-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .mat-catalog-grid { grid-template-columns: 1fr; }
  .mat-prod-img { aspect-ratio: 1024/280; }
  .mat-catalog-head { align-items: flex-start; }
  .hotels-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 220px 220px; }
  .hotel-tile.feature { grid-column: span 2; grid-row: auto; }
  .hotels-grid .hotel-tile:last-child { grid-column: span 2; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  :root { --header-h: 72px; }
  .nav, .lang-switch span { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav.is-open {
    display: flex;
    position: fixed;
    inset: 72px 0 0 0;
    background: rgba(10,29,58,0.98);
    flex-direction: column;
    align-items: stretch;
    padding: 30px 24px;
    gap: 6px;
    backdrop-filter: blur(20px);
  }
  .nav.is-open a { color: #fff; padding: 16px 20px; font-size: 1.05rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .hero { min-height: auto; padding-bottom: 40px; }
  .hero .container { padding-block: 40px 20px; }
  .hero-scroll-cue { display: none; }
  .hero-ring, .hero-ring--2, .hero-dot { display: none; }
  .hero-chip { font-size: 0.8rem; padding: 8px 14px 8px 10px; margin-top: 28px; }
  .stats-band { margin-top: -40px; }
  .stats-card { padding: 20px 10px; grid-template-columns: repeat(2, 1fr); }
  .stats-item { padding: 14px 10px; gap: 6px; }
  .stats-item strong { font-size: 1.7rem; }
  .stats-item > span { font-size: 10px; letter-spacing: 1px; }
  [dir="rtl"] .stats-item > span { font-size: 11px; }
  .vm-card-head { padding: 28px 24px 22px; }
  .vm-card-head h3 { font-size: 1.5rem; }
  .vm-step { font-size: 2.4rem; }
  .vm-icon { width: 48px; height: 48px; }
  .vm-card-body { padding: 24px 24px 28px; }
  .vm-pillars li { font-size: 0.9rem; }
  .location-card, .location-meta { padding: 24px 20px; }
  .location-meta { grid-template-columns: 1fr; }
  .location-meta > div:first-child { grid-column: span 1; }
  .location-actions { flex-direction: column; }
  .location-actions .btn { width: 100%; }
  .projects-grid > * { grid-column: span 12 !important; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
  .contact-info, .contact-form { padding: 32px 24px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .residential-grid { grid-template-columns: 1fr; grid-template-rows: repeat(6, 220px); }
  .res-tile { min-height: 220px; }
  .res-tile.feature { grid-column: span 1; grid-row: span 1; min-height: 260px; }
  .trade-strip { padding: 24px 18px; margin-top: 40px; }
  .trade-strip-grid { grid-template-columns: 1fr 1fr; }
  .materials-kpis { grid-template-columns: 1fr 1fr; padding: 4px; }
  .mat-kpi { padding: 18px 12px; }
  .mat-kpi-n { font-size: 1.25rem; }
  .mat-kpi-l { font-size: 10px; letter-spacing: 1.4px; }
  [dir="rtl"] .mat-kpi-l { font-size: 12px; }
  .materials-actions { flex-direction: column; width: 100%; }
  .materials-actions .btn { width: 100%; justify-content: center; min-width: 0; }
  .trade-solutions { padding: 24px 18px; margin-bottom: 40px; }
  .trade-solution-card, .trade-solution-card--feature { min-height: 300px; }
  .trade-solution-content { left: 18px; right: 18px; bottom: 18px; }
  .solar-focus { padding: 20px 16px; }
  .solar-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .solar-shot--wide, .solar-shot--tall { grid-column: span 1; grid-row: span 1; }
  .mat-col-head { padding: 22px 20px 18px; }
  .mat-col-head h3 { font-size: 1.25rem; }
  .mat-list { padding: 18px 18px 0; }
  .mat-shot { margin: 18px 18px 20px; }
  .mat-shot--tall { aspect-ratio: 4/5; }
  .materials-gallery { padding: 22px 16px; }
  .mat-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .materials-catalog { padding: 24px 18px 22px; }
  .mat-catalog-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .mat-catalog-title { font-size: 1.25rem; }
  .mat-prod-img { aspect-ratio: 1024/320; }
  .mat-prod--portrait .mat-prod-img { aspect-ratio: 1024/560; }
  .mat-prod figcaption { padding: 14px 16px 16px; }
  .materials-certs { border-radius: var(--radius-md); padding: 22px 18px; gap: 14px; }
  .mat-certs-row { justify-content: center; }
  .hotels-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 220px); }
  .hotels-grid .hotel-tile:last-child { grid-column: span 1; }
  .hotel-tile.feature { grid-column: span 1; }
  .section-head { margin-bottom: 40px; }
}

/* ---------- AOS-like minimal entrance ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal.delay-1 { transition-delay: .1s; }
.reveal.delay-2 { transition-delay: .2s; }
.reveal.delay-3 { transition-delay: .3s; }
.reveal.delay-4 { transition-delay: .4s; }
.reveal.delay-5 { transition-delay: .5s; }

/* =============================================================
   DESIGN POLISH LAYER — refined typography, depth, micro-motion
   Appended last so it overrides earlier rules where needed.
   ============================================================= */

/* ---- Type rendering / number features ---- */
html { font-feature-settings: "ss01", "cv11", "kern", "liga"; }
body {
  font-feature-settings: "ss01", "cv11", "kern", "liga";
  background:
    radial-gradient(1200px 600px at 0% -20%, rgba(255,130,0,0.04), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(212,161,58,0.05), transparent 60%),
    #fff;
}
[data-count], .stats-item strong, .trust-card .num, .mat-kpi-n {
  font-variant-numeric: lining-nums tabular-nums;
}

/* Smoother headline kerning */
h1, h2, h3, h4, .section-title, .hero-title { text-wrap: balance; }
.section-lead, .vm-lead, .hero-sub { text-wrap: pretty; }

/* ---- Selection refinement ---- */
::selection { background: rgba(255,130,0,0.92); color: #fff; text-shadow: 0 0 0 #fff; }

/* ---- Custom scrollbar (subtle, non-intrusive) ---- */
@media (hover: hover) and (pointer: fine) {
  html { scrollbar-width: thin; scrollbar-color: rgba(10,29,58,0.32) transparent; }
  ::-webkit-scrollbar { width: 10px; height: 10px; }
  ::-webkit-scrollbar-track { background: transparent; }
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(10,29,58,0.32), rgba(10,29,58,0.5));
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: padding-box;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--orange-500), var(--orange-600));
    background-clip: padding-box;
  }
}

/* ---- Refined eyebrow with double-line accent ---- */
.eyebrow {
  position: relative;
  font-size: 11px;
  letter-spacing: 3.8px;
}
.eyebrow::before {
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, currentColor, transparent);
  opacity: 0.85;
  border-radius: 2px;
}

/* ---- Section title gradient under-stroke (centered) ---- */
.section-head .section-title {
  position: relative;
  padding-bottom: 0;
}

/* ---- Buttons: refined shadows + inner highlight ---- */
.btn { letter-spacing: 0.015em; }
.btn--primary {
  background-image: linear-gradient(135deg, var(--orange-500) 0%, var(--orange-600) 55%, #d05f00 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.25) inset,
    0 -1px 0 rgba(0,0,0,0.12) inset,
    0 12px 28px -10px rgba(233,115,0,0.55),
    0 4px 10px -4px rgba(233,115,0,0.4);
}
.btn--primary:hover {
  box-shadow:
    0 1px 0 rgba(255,255,255,0.3) inset,
    0 -1px 0 rgba(0,0,0,0.15) inset,
    0 18px 36px -10px rgba(233,115,0,0.65),
    0 8px 16px -4px rgba(233,115,0,0.45);
}
.btn:focus-visible {
  outline: 2px solid var(--gold-300);
  outline-offset: 3px;
}

/* ---- Header polish: subtle bottom hairline once scrolled ---- */
.site-header.is-scrolled {
  background: rgba(255,255,255,0.92);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
          backdrop-filter: saturate(160%) blur(16px);
  box-shadow:
    0 1px 0 rgba(10,29,58,0.05),
    0 12px 28px -16px rgba(10,29,58,0.18);
}
.nav a { transition: color .25s ease, background .25s ease; }
.site-header.is-scrolled .nav a:hover { background: rgba(255,130,0,0.08); }

/* ---- Hero: cinematic vignette + grain + refined chip ---- */
.hero::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(120% 80% at 50% 100%, transparent 55%, rgba(5,12,28,0.65) 100%),
    radial-gradient(80% 60% at 50% 0%, transparent 60%, rgba(5,12,28,0.45) 100%);
  mix-blend-mode: multiply;
}
.hero-eyebrow {
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border-color: rgba(255,255,255,0.22);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.12) inset,
    0 12px 24px -12px rgba(0,0,0,0.4);
}
.hero-title { letter-spacing: -0.025em; }
.hero-title .accent {
  background-image: linear-gradient(120deg, var(--orange-400) 0%, var(--gold-300) 50%, #fff 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  animation: heroAccentSweep 9s ease-in-out infinite;
}
@keyframes heroAccentSweep {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.hero-chip {
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  box-shadow:
    0 1px 0 rgba(255,255,255,0.1) inset,
    0 16px 30px -16px rgba(0,0,0,0.45);
}
.hero-cta .btn--ghost {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.28);
  box-shadow: 0 1px 0 rgba(255,255,255,0.12) inset;
}

/* ---- Stats card: glassy edge + subtle top accent gradient (no overlap with existing) ---- */
.stats-card {
  background:
    linear-gradient(180deg, #ffffff 0%, #fdfaf3 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 30px 60px -22px rgba(10,29,58,0.22),
    0 0 0 1px rgba(10,29,58,0.05);
}
.stats-item { transition: transform .3s var(--ease-out); }
.stats-item:hover { transform: translateY(-3px); }
.stats-ico {
  box-shadow:
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 8px 18px -8px rgba(233,115,0,0.35);
}

/* ---- About visual: refined frame ---- */
.about-visual {
  box-shadow:
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 30px 80px -30px rgba(10,29,58,0.4),
    0 0 0 1px rgba(10,29,58,0.06);
}
.about-visual::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,29,58,0) 50%, rgba(10,29,58,0.18) 100%);
  pointer-events: none;
}
.about-list li {
  padding: 6px 8px;
  border-radius: 12px;
  transition: background .25s ease, transform .25s ease;
}
.about-list li:hover {
  background: rgba(255,130,0,0.05);
  transform: translateX(2px);
}
[dir="rtl"] .about-list li:hover { transform: translateX(-2px); }

/* ---- Vision & Mission card refinement ---- */
.vm-card {
  border: 1px solid rgba(10,29,58,0.06);
}
.vm-card-head::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  z-index: 1;
}

/* ---- Division cards: sheen + colored glow on hover ---- */
.division-card {
  border: 1px solid rgba(255,255,255,0.06);
}
.division-card .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.08) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .9s var(--ease-out);
  pointer-events: none;
}
.division-card:hover .bg::before { transform: translateX(100%); }
.division-card:hover {
  box-shadow:
    0 40px 70px -20px rgba(9,25,53,0.55),
    0 0 0 1px rgba(255,130,0,0.18);
}

/* ---- Project cards: refined gradient & price chip ---- */
.project-card {
  box-shadow:
    0 12px 30px -16px rgba(0,0,0,0.4),
    0 0 0 1px rgba(255,255,255,0.05);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.project-card:hover {
  box-shadow:
    0 30px 60px -20px rgba(0,0,0,0.6),
    0 0 0 1px rgba(255,255,255,0.12);
}
.project-card .price {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  box-shadow:
    0 1px 0 rgba(255,255,255,0.25) inset,
    0 10px 22px -8px rgba(233,115,0,0.55);
  letter-spacing: 0.02em;
}
.project-filters button {
  transition: transform .25s var(--ease-out), background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.project-filters button:hover { transform: translateY(-2px); }
.project-filters button.is-active {
  box-shadow: 0 10px 24px -10px rgba(233,115,0,0.6);
}

/* ---- Hotels: gentle scale + caption polish ---- */
.hotel-tile {
  box-shadow:
    0 18px 40px -22px rgba(10,29,58,0.35),
    0 0 0 1px rgba(10,29,58,0.05);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}
.hotel-tile:hover {
  transform: translateY(-4px);
  box-shadow:
    0 30px 60px -22px rgba(10,29,58,0.45),
    0 0 0 1px rgba(10,29,58,0.08);
}

/* ---- Residential tiles: subtle ring on hover ---- */
.res-tile {
  box-shadow:
    0 18px 40px -22px rgba(10,29,58,0.3),
    0 0 0 1px rgba(10,29,58,0.04);
}
.res-tile:hover {
  box-shadow:
    0 32px 64px -22px rgba(10,29,58,0.45),
    0 0 0 1px rgba(255,130,0,0.18);
}

/* ---- Trust cards: refined glassy stroke ---- */
.trust-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  box-shadow:
    0 1px 0 rgba(255,255,255,0.08) inset,
    0 24px 50px -28px rgba(0,0,0,0.6);
}
.trust-card .num { letter-spacing: -0.02em; }

/* ---- Org chart: refined accent dot ---- */
.org-trunk::after {
  box-shadow:
    0 0 0 4px rgba(255,130,0,0.18),
    0 0 0 10px rgba(255,130,0,0.08);
  animation: orgPulse 2.6s ease-in-out infinite;
}
@keyframes orgPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255,130,0,0.18), 0 0 0 10px rgba(255,130,0,0.08); }
  50% { box-shadow: 0 0 0 6px rgba(255,130,0,0.24), 0 0 0 14px rgba(255,130,0,0.04); }
}

/* ---- Quote section: refined typography ---- */
.quote-section blockquote {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.quote-section blockquote::before {
  content: "\201C";
  position: absolute;
  top: -0.4em;
  left: -0.05em;
  font-size: 4.5em;
  line-height: 1;
  color: var(--gold-300);
  opacity: 0.35;
  font-family: var(--font-display);
  pointer-events: none;
  z-index: -1;
}
[dir="rtl"] .quote-section blockquote::before { left: auto; right: -0.05em; content: "\201D"; }

/* ---- Contact form: floating-feel inputs ---- */
.contact-form {
  border: 1px solid rgba(10,29,58,0.06);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 30px 60px -28px rgba(10,29,58,0.22),
    0 0 0 1px rgba(10,29,58,0.04);
}
.field input, .field textarea, .field select {
  background: #fbfaf6;
  border-color: rgba(10,29,58,0.1);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input:hover, .field textarea:hover, .field select:hover {
  border-color: rgba(10,29,58,0.22);
  background: #fff;
}
.field input:focus, .field textarea:focus, .field select:focus {
  background: #fff;
  border-color: var(--orange-500);
  box-shadow: 0 0 0 4px rgba(255,130,0,0.14), 0 8px 18px -10px rgba(233,115,0,0.25);
}
.contact-info {
  box-shadow:
    0 30px 80px -30px rgba(10,29,58,0.5),
    0 0 0 1px rgba(255,255,255,0.04) inset;
}
.contact-info .socials a:hover {
  box-shadow: 0 10px 22px -8px rgba(233,115,0,0.5);
}

/* ---- Location card sharper hierarchy ---- */
.location-card, .location-meta {
  transition: transform .3s ease, box-shadow .3s ease;
}
.location-card:hover, .location-meta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -22px rgba(10,29,58,0.18);
}

/* ---- Footer: subtle top accent strip ---- */
.site-footer {
  position: relative;
  background:
    radial-gradient(800px 300px at 0% 0%, rgba(255,130,0,0.06), transparent 60%),
    radial-gradient(900px 360px at 100% 0%, rgba(212,161,58,0.06), transparent 60%),
    #050f22;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,130,0,0.6) 25%,
    rgba(212,161,58,0.6) 50%,
    rgba(255,130,0,0.6) 75%,
    transparent 100%);
  opacity: 0.55;
}
.footer-grid h5 {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.footer-grid h5::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 24px; height: 2px;
  background: linear-gradient(90deg, var(--orange-500), var(--gold-500));
  border-radius: 2px;
}
[dir="rtl"] .footer-grid h5::after { left: auto; right: 0; }

/* ---- FAB stack: refined glow & ring ---- */
.fab {
  box-shadow:
    0 1px 0 rgba(255,255,255,0.25) inset,
    0 12px 28px -8px rgba(233,115,0,0.5);
}
.fab--whatsapp {
  box-shadow:
    0 1px 0 rgba(255,255,255,0.25) inset,
    0 12px 28px -8px rgba(37,211,102,0.5);
}

/* ---- Reduced-motion respect ---- */
@media (prefers-reduced-motion: reduce) {
  .hero-title .accent { animation: none; }
  .org-trunk::after { animation: none; }
  .hero-ring, .hero-ring--2, .hero-dot { animation: none; }
  .reveal { transition: none; opacity: 1; transform: none; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

/* ---- Focus-visible accessibility for interactive elements ---- */
a:focus-visible,
button:focus-visible,
.nav a:focus-visible,
.lang-switch:focus-visible,
.menu-toggle:focus-visible {
  outline: 2px solid var(--orange-500);
  outline-offset: 3px;
  border-radius: 8px;
}

/* ---- Tighten responsive small-screen polish ---- */
@media (max-width: 760px) {
  .hero::after { background: radial-gradient(120% 80% at 50% 100%, transparent 50%, rgba(5,12,28,0.6) 100%); }
  .quote-section blockquote::before { font-size: 3.5em; }
  .footer-grid h5 { padding-bottom: 6px; }
}
