/* إمداد الغذاء — ألوان مستوحاة من الشعار: أخضر غابات عميق + ذهبي فاخر */
:root {
  --forest: #0f3d2e;
  --forest-deep: #082a1f;
  --forest-mid: #165a44;
  --forest-soft: #1f6b52;
  --gold: #c9a227;
  --gold-bright: #e0bc4a;
  --gold-soft: #f0e6c8;
  --cream: #f5f0e3;
  --ivory: #faf8f3;
  --ink: #0f1f1a;
  --muted: #4d5f59;
  --white: #fff;
  --shadow: 0 20px 50px rgba(8, 42, 31, 0.12);
  --shadow-gold: 0 12px 40px rgba(201, 162, 39, 0.25);
  --radius: 22px;
  --font-display: "Noto Kufi Arabic", sans-serif;
  --font-body: "Noto Kufi Arabic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.75;
}

h1,
h2,
h3,
.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.container {
  width: min(1180px, 92%);
  margin-inline: auto;
}

.section {
  padding: clamp(72px, 10vw, 112px) 0;
  position: relative;
}

.eyebrow {
  color: var(--forest-mid);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  line-height: 1.28;
  color: var(--forest-deep);
  margin: 0.35rem 0 0.75rem;
}

.section-sub {
  color: var(--muted);
  max-width: 52ch;
  margin: 0;
}

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

.section-head--left {
  text-align: right;
  max-width: 640px;
}

/* Loader */
.loader {
  display: none;
}

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

.loader-ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: var(--gold);
  animation: spin 0.85s linear infinite;
  margin-inline: auto;
}

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

/* Topbar: نسخة جديدة بالكامل */
.topbar {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  background: rgba(250, 248, 243, 0.98);
  border-bottom: 1px solid rgba(15, 61, 46, 0.12);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Navbar vFinal: isolated names to avoid legacy conflicts */
.lux-header {
  position: sticky;
  top: 0;
  z-index: 2200;
  background: rgba(250, 248, 243, 0.98);
  border-bottom: 1px solid rgba(15, 61, 46, 0.12);
  box-shadow: 0 6px 18px rgba(8, 42, 31, 0.06);
}

.lux-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lux-header__brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.lux-header__logo {
  width: 230px;
  height: 64px;
  object-fit: contain;
}

.lux-header__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-inline-start: auto;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 61, 46, 0.1);
  border-radius: 999px;
  padding: 6px 12px;
}

.lux-header__nav a {
  text-decoration: none;
  color: var(--forest-deep);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.lux-header__nav a:hover {
  background: rgba(201, 162, 39, 0.18);
}

.lux-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(15, 61, 46, 0.15);
  border-radius: 12px;
  background: #fff;
  padding: 0;
}

.lux-header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--forest-deep);
}

.lux-drawer {
  display: none;
}

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

  .lux-header__toggle {
    display: block;
  }

  .lux-header__logo {
    width: 170px;
    height: 48px;
  }

  .lux-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 2300;
    pointer-events: none;
  }

  .lux-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 42, 31, 0.45);
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .lux-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(90vw, 350px);
    height: 100vh;
    height: 100dvh;
    background: var(--ivory);
    border-left: 1px solid rgba(15, 61, 46, 0.12);
    box-shadow: -18px 0 34px rgba(8, 42, 31, 0.2);
    transform: translateX(102%);
    transition: transform 0.28s ease;
    padding: calc(82px + env(safe-area-inset-top, 0px)) 14px calc(16px + env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
  }

  body.lux-drawer-open .lux-drawer {
    pointer-events: auto;
  }

  body.lux-drawer-open .lux-drawer__backdrop {
    opacity: 1;
  }

  body.lux-drawer-open .lux-drawer__panel {
    transform: translateX(0);
  }

  .lux-drawer__links {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(15, 61, 46, 0.1);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
  }

  .lux-drawer__links a {
    text-decoration: none;
    color: var(--forest-deep);
    font-weight: 700;
    padding: 14px 12px;
    border-bottom: 1px solid rgba(15, 61, 46, 0.07);
  }

  .lux-drawer__links a:last-child {
    border-bottom: 0;
  }

  .lux-drawer__cta {
    margin-top: 12px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    color: var(--forest-deep);
    font-weight: 800;
    padding: 13px 14px;
    border-radius: 999px;
    background: linear-gradient(130deg, var(--gold-bright), var(--gold));
  }
}

.topbar.scrolled {
  box-shadow: 0 10px 24px rgba(8, 42, 31, 0.1);
  border-bottom-color: rgba(15, 61, 46, 0.08);
}

.topbar-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo {
  width: 240px;
  max-width: 46vw;
  height: 58px;
  object-fit: contain;
}

.logo-footer {
  width: 200px;
  height: 72px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
}

.topnav-desktop {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  margin-inline-start: auto;
}

.topnav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 61, 46, 0.1);
  border-radius: 999px;
}

.topnav-links a {
  text-decoration: none;
  color: var(--forest-deep);
  font-weight: 600;
  font-size: 0.86rem;
  white-space: nowrap;
  padding: 8px 10px;
  border-radius: 999px;
}

.topnav-links a:hover {
  background: rgba(201, 162, 39, 0.18);
}

.topnav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--forest-deep);
  font-weight: 700;
  font-size: 0.84rem;
  white-space: nowrap;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(130deg, var(--gold-bright), var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 24px rgba(201, 162, 39, 0.28);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(15, 61, 46, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--forest-deep);
}

.mobile-nav-backdrop {
  display: none;
}

.mobile-nav-panel {
  display: none;
}

@media (max-width: 1200px) {
  .topnav-desktop {
    display: none;
  }

  .brand-logo {
    width: 150px;
    max-width: 40vw;
    height: 42px;
  }

  .nav-toggle {
    display: block;
    z-index: 1202;
  }

  .mobile-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(8, 42, 31, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1198;
  }

  .mobile-nav-panel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: min(92vw, 360px);
    height: 100vh;
    height: 100dvh;
    background: var(--ivory);
    border-left: 1px solid rgba(15, 61, 46, 0.12);
    box-shadow: -18px 0 34px rgba(8, 42, 31, 0.2);
    padding: calc(78px + env(safe-area-inset-top, 0px)) 14px calc(16px + env(safe-area-inset-bottom, 0px));
    transform: translateX(105%);
    transition: transform 0.28s ease;
    z-index: 1199;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.mobile-nav-open .mobile-nav-backdrop {
    opacity: 1;
    visibility: visible;
  }

  body.mobile-nav-open .mobile-nav-panel {
    transform: translateX(0);
  }

  .mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(15, 61, 46, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    overflow: hidden;
  }

  .mobile-nav-links a {
    text-decoration: none;
    color: var(--forest-deep);
    font-weight: 600;
    font-size: 0.98rem;
    padding: 14px 12px;
    border-bottom: 1px solid rgba(15, 61, 46, 0.07);
  }

  .mobile-nav-links a:last-child {
    border-bottom: 0;
  }

  .mobile-nav-cta {
    width: 100%;
    margin-top: 10px;
    font-size: 0.95rem;
    padding: 14px 16px;
  }
}

/* ===== Neo Navbar (final replacement) ===== */
.neo-nav {
  position: relative;
  z-index: 40;
  background: linear-gradient(135deg, #fbfaf6 0%, #f4efe3 100%);
  border-bottom: 1px solid rgba(15, 61, 46, 0.12);
}

.neo-nav__shell {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.neo-nav__brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.neo-nav__logo {
  width: 210px;
  height: 60px;
  object-fit: contain;
}

.neo-nav__toggle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(15, 61, 46, 0.18);
  background: #fff;
  display: none;
}

.neo-nav__desktop {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 61, 46, 0.1);
  border-radius: 999px;
}

.neo-nav__desktop a {
  text-decoration: none;
  color: var(--forest-deep);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.neo-nav__desktop a:hover {
  background: rgba(201, 162, 39, 0.18);
}

.neo-nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--forest-deep);
}

.neo-nav__menu {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(15, 61, 46, 0.1);
  display: none;
}

.neo-nav__menu-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding-block: 6px;
}

.neo-nav__menu-inner a {
  text-decoration: none;
  color: var(--forest-deep);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 12px;
  border-radius: 999px;
}

.neo-nav__menu-inner a:hover {
  background: rgba(201, 162, 39, 0.18);
}

.neo-nav__cta {
  background: linear-gradient(130deg, var(--gold-bright), var(--gold));
  box-shadow: 0 8px 20px rgba(201, 162, 39, 0.3);
}

@media (max-width: 992px) {
  .neo-nav__desktop {
    display: none;
  }

  .neo-nav__shell {
    min-height: 76px;
  }

  .neo-nav__logo {
    width: 150px;
    height: 44px;
  }

  .neo-nav__toggle {
    display: block;
  }

  .neo-nav__menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-bottom: 0;
  }

  body.neo-nav-open .neo-nav__menu {
    max-height: 360px;
    border-bottom: 1px solid rgba(15, 61, 46, 0.1);
  }

  .neo-nav__menu-inner {
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px 0 14px;
  }

  .neo-nav__menu-inner a {
    border-radius: 10px;
    margin-inline: 8px;
    font-size: 0.96rem;
    padding: 12px 14px;
  }
}

/* Hero */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 120px 0 100px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.pexels.com/photos/3184192/pexels-photo-3184192.jpeg?auto=compress&cs=tinysrgb&w=1920");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(8, 42, 31, 0.93) 0%,
    rgba(15, 61, 46, 0.82) 38%,
    rgba(22, 90, 68, 0.55) 100%
  );
}

.hero-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  color: var(--ivory);
  z-index: 2;
  pointer-events: none;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  z-index: 1;
  opacity: 0.45;
  animation: floaty 16s ease-in-out infinite;
}

.blob-a {
  width: 320px;
  height: 320px;
  right: -80px;
  top: 10%;
  background: rgba(201, 162, 39, 0.35);
}

.blob-b {
  width: 240px;
  height: 240px;
  left: -60px;
  bottom: 15%;
  background: rgba(31, 107, 82, 0.4);
}

.blob-c {
  width: 180px;
  height: 180px;
  left: 35%;
  top: 40%;
  background: rgba(224, 188, 74, 0.22);
  animation-delay: -5s;
}

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

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.hero-content {
  color: #f2f7f4;
}

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

.hero h1 {
  margin: 0.5rem 0 1rem;
  font-size: clamp(2.1rem, 4.5vw, 3.5rem);
  line-height: 1.15;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35em 0.5em;
  align-items: baseline;
}

.hero-title-line {
  font-weight: 700;
}

.hero-title-accent {
  background: linear-gradient(120deg, var(--gold-bright), var(--gold-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 1.08em;
}

.hero-lead {
  color: rgba(242, 247, 244, 0.92);
  font-size: 1.05rem;
  max-width: 52ch;
  margin: 0 0 1.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.hero-pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.hero-pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 162, 39, 0.28);
  padding: 8px 14px;
  border-radius: 999px;
}

.hero-pills i {
  color: var(--gold-bright);
}

.hero-visual {
  position: relative;
}

.glass-panel {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  transform: rotate(-1.5deg);
}

.glass-panel img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.hero-card-caption {
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(8, 42, 31, 0.2), rgba(8, 42, 31, 0.85));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-card-caption strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.hero-card-caption span {
  font-size: 0.85rem;
  opacity: 0.9;
}

.hero-badge {
  position: absolute;
  bottom: -12px;
  left: -12px;
  background: linear-gradient(145deg, var(--gold), var(--gold-bright));
  color: var(--forest-deep);
  padding: 16px 20px;
  border-radius: 18px;
  box-shadow: var(--shadow-gold);
  text-align: center;
  min-width: 130px;
}

.hero-badge__num {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.hero-badge__label {
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.9;
}

/* Wave divider */
.wave-divider {
  color: var(--ivory);
  line-height: 0;
  margin-top: -1px;
}

.wave-divider svg {
  display: block;
  width: 100%;
  height: 56px;
}

.wave-divider--cream {
  color: var(--cream);
}

/* About bento */
.about-intro {
  max-width: 800px;
  margin-bottom: 2.5rem;
}

.about-deck {
  color: var(--muted);
  font-size: 1rem;
  margin: 0 0 0.85rem;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
}

.bento {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(15, 61, 46, 0.1);
  box-shadow: var(--shadow);
}

.bento--wide {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  display: grid;
  grid-template-rows: minmax(200px, 1fr) auto;
}

.bento-img img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.bento-body {
  padding: 1.35rem 1.5rem;
}

.bento-body h3 {
  margin: 0 0 0.5rem;
  color: var(--forest-deep);
  font-size: 1.25rem;
}

.bento-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.bento--tall {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: linear-gradient(165deg, #fff 0%, var(--cream) 100%);
}

.bento--tall i {
  font-size: 1.6rem;
  color: var(--gold);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: rgba(201, 162, 39, 0.12);
  border-radius: 14px;
}

.bento--tall h3 {
  margin: 0;
  color: var(--forest-deep);
}

.bento--tall p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.bento--stat {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-mid) 100%);
  color: #fff;
  border: 1px solid rgba(201, 162, 39, 0.25);
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.25rem);
  font-weight: 800;
  color: var(--gold-bright);
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.92;
  margin-top: 8px;
}

.bento--quote {
  grid-column: 1 / -1;
  padding: 1.75rem 2rem;
  background: radial-gradient(circle at 100% 0%, rgba(201, 162, 39, 0.15), transparent 45%),
    var(--ivory);
  border: 1px dashed rgba(15, 61, 46, 0.2);
}

.bento--quote blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--forest-deep);
  line-height: 1.65;
}

.bento--quote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 0.88rem;
  color: var(--muted);
}

/* Services mosaic */
.services {
  position: relative;
  background: linear-gradient(180deg, var(--cream) 0%, var(--ivory) 45%, #fff 100%);
}

.services-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 10% 20%, rgba(201, 162, 39, 0.08), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(15, 61, 46, 0.06), transparent 42%);
  pointer-events: none;
}

.services .container {
  position: relative;
  z-index: 1;
}

.services-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.svc {
  border-radius: var(--radius);
  padding: 1.5rem 1.35rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 61, 46, 0.1);
  box-shadow: 0 12px 32px rgba(8, 42, 31, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.svc i {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(15, 61, 46, 0.12), rgba(201, 162, 39, 0.15));
  color: var(--forest);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.svc h3 {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  color: var(--forest-deep);
}

.svc p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.svc:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.35), 0 24px 48px rgba(8, 42, 31, 0.12);
  border-color: rgba(201, 162, 39, 0.4);
}

.svc--1 {
  grid-column: span 4;
}
.svc--2 {
  grid-column: span 4;
}
.svc--3 {
  grid-column: span 4;
}
.svc--4 {
  grid-column: span 6;
}
.svc--5 {
  grid-column: span 6;
}
.svc--6 {
  grid-column: span 12;
  background: linear-gradient(120deg, var(--forest-deep), var(--forest));
  color: #e8f5f0;
  border-color: rgba(201, 162, 39, 0.35);
}

.svc--6 i {
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold-bright);
}

.svc--6 h3 {
  color: #fff;
}

.svc--6 p {
  color: rgba(255, 255, 255, 0.85);
}

/* Process */
.process {
  background: var(--ivory);
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  padding-top: 24px;
}

.process-line {
  position: absolute;
  top: 48px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold), var(--gold-soft));
  border-radius: 4px;
  opacity: 0.55;
}

.process-step {
  position: relative;
  padding: 1.5rem 1.25rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(15, 61, 46, 0.1);
  box-shadow: var(--shadow);
}

.process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--forest), var(--forest-mid));
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.process-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: var(--forest-deep);
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Showcase */
.showcase {
  background: var(--forest-deep);
  color: #e8f2ee;
}

.showcase-head .eyebrow {
  color: var(--gold-soft);
}

.showcase-head .section-title {
  color: #fff;
}

.showcase-head {
  margin-bottom: 2rem;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  grid-template-rows: 220px 220px;
  gap: 14px;
}

.show-item {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.2);
}

.show-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.show-item:hover img {
  transform: scale(1.06);
}

.show-item figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 12px 14px;
  background: linear-gradient(transparent, rgba(8, 42, 31, 0.85));
  font-size: 0.88rem;
  font-weight: 600;
}

.show-item--tall {
  grid-row: span 2;
}

.show-item--wide {
  grid-column: span 2;
}

/* Stats */
.stats-strip {
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-mid) 50%, var(--forest-soft) 100%);
  padding: 3rem 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.stats-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L30 60M0 30L60 30' stroke='%23ffffff' stroke-opacity='0.04' stroke-width='1'/%3E%3C/svg%3E");
  opacity: 0.6;
  pointer-events: none;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}

.stat-block {
  text-align: center;
  padding: 8px;
}

.stat-block__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--gold-bright);
  line-height: 1.1;
}

.stat-block__label {
  font-size: 0.88rem;
  opacity: 0.9;
  margin-top: 6px;
  display: block;
}

/* Vision */
.vision {
  background: var(--cream);
  position: relative;
}

.vision-deco {
  position: absolute;
  top: -60px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.2), transparent 70%);
  pointer-events: none;
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vision-card {
  border-radius: var(--radius);
  padding: 1.75rem;
  background: var(--white);
  border: 1px solid rgba(15, 61, 46, 0.1);
  box-shadow: var(--shadow);
  color: var(--ink);
}

.vision-card--accent {
  background: linear-gradient(160deg, var(--forest-deep) 0%, var(--forest) 100%);
  color: #e8f2ee;
  border-color: rgba(201, 162, 39, 0.35);
}

.vision-card--accent p {
  color: rgba(255, 255, 255, 0.88);
}

.vision-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(201, 162, 39, 0.15);
  color: var(--forest);
  margin-bottom: 12px;
}

.vision-card--accent .vision-icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold-bright);
}

.vision-card h3 {
  margin: 0 0 0.6rem;
  color: var(--forest-deep);
  font-size: 1.2rem;
}

.vision-card--accent h3 {
  color: #fff;
}

.vision-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.values-list {
  margin: 0;
  padding-right: 1.1rem;
  color: var(--muted);
}

.values-list li {
  margin-bottom: 0.35rem;
}

.vision-card:last-child .values-list {
  color: var(--muted);
}

/* Trust */
.trust {
  background: var(--ivory);
}

.trust-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.trust-copy p {
  color: var(--muted);
}

.trust-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--ink);
}

.trust-list i {
  color: var(--gold);
  margin-top: 4px;
}

.trust-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.trust-card {
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  background: var(--white);
  border: 1px solid rgba(15, 61, 46, 0.1);
  box-shadow: 0 10px 28px rgba(8, 42, 31, 0.06);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  align-items: center;
}

.trust-card i {
  grid-row: span 2;
  font-size: 1.5rem;
  color: var(--forest-mid);
}

.trust-card strong {
  font-size: 1rem;
  color: var(--forest-deep);
}

.trust-card span {
  font-size: 0.86rem;
  color: var(--muted);
  grid-column: 2;
}

/* Sectors */
.sectors {
  background: linear-gradient(180deg, #fff, var(--ivory));
}

.sectors-sub {
  margin-inline: auto;
  text-align: center;
}

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sector-card {
  border-radius: 18px;
  padding: 1.35rem 1.1rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 61, 46, 0.1);
  box-shadow: 0 12px 26px rgba(8, 42, 31, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sector-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(8, 42, 31, 0.12);
}

.sector-card i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: var(--forest-deep);
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.28), rgba(15, 61, 46, 0.1));
}

.sector-card h3 {
  margin: 0 0 0.35rem;
  color: var(--forest-deep);
  font-size: 1.02rem;
}

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

/* CTA band */
.cta-band {
  padding: 3.5rem 0;
  background: linear-gradient(120deg, var(--forest-deep), var(--forest));
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-band::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.12), transparent 60%);
  pointer-events: none;
}

.cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.cta-band__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-family: var(--font-display);
}

.cta-band p {
  margin: 0;
  opacity: 0.9;
  max-width: 520px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 12px 26px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(130deg, var(--gold), var(--gold-bright));
  color: var(--forest-deep);
  box-shadow: var(--shadow-gold);
}

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

.btn-outline {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-gold {
  background: linear-gradient(130deg, var(--gold-bright), var(--gold));
  color: var(--forest-deep);
  box-shadow: var(--shadow-gold);
}

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

.btn-whatsapp {
  background: #25d366;
  color: #fff;
}

.btn-outline-dark {
  border-color: rgba(15, 61, 46, 0.35);
  color: var(--forest-deep);
  background: transparent;
}

.btn-outline-dark:hover {
  border-color: var(--gold);
  color: var(--forest);
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.contact .split-grid {
  align-items: stretch;
}

.contact {
  background: var(--cream);
}

.contact-info h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  margin: 0.5rem 0 1rem;
  color: var(--forest-deep);
}

.contact-info p {
  color: var(--muted);
}

.info-list p {
  margin: 10px 0;
}

.info-list i {
  color: var(--gold);
  margin-left: 8px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.contact-hint {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  color: var(--forest-mid);
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(15, 61, 46, 0.06);
  border-right: 3px solid var(--gold);
}

.glass {
  border: 1px solid rgba(15, 61, 46, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

/* بطاقة تواصل فاخرة بدل النموذج التقليدي */
.contact-luxury {
  position: relative;
  border-radius: calc(var(--radius) + 4px);
  padding: 2px;
  background: linear-gradient(
    145deg,
    rgba(201, 162, 39, 0.65) 0%,
    rgba(15, 61, 46, 0.35) 45%,
    rgba(201, 162, 39, 0.4) 100%
  );
  box-shadow: 0 28px 60px rgba(8, 42, 31, 0.14);
  min-height: 100%;
}

.contact-luxury__glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 30% 20%, rgba(201, 162, 39, 0.15), transparent 45%);
  pointer-events: none;
  z-index: 0;
}

.contact-luxury__inner {
  position: relative;
  z-index: 1;
  background: linear-gradient(165deg, #fff 0%, var(--ivory) 55%, #fff 100%);
  border-radius: var(--radius);
  padding: 2rem 1.75rem 1.85rem;
  border: 1px solid rgba(15, 61, 46, 0.08);
}

.contact-luxury__head {
  margin-bottom: 1.5rem;
}

.contact-luxury__mark {
  display: block;
  width: 48px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--forest), var(--gold));
  margin-bottom: 14px;
}

.contact-luxury__kicker {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest-mid);
}

.contact-luxury__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  color: var(--forest-deep);
  line-height: 1.35;
}

.contact-luxury__lead {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.75;
}

.lux-channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lux-channel {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: var(--white);
  border: 1px solid rgba(15, 61, 46, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

a.lux-channel:hover {
  transform: translateX(-4px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 12px 28px rgba(8, 42, 31, 0.08);
}

.lux-channel--wa {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.12), rgba(255, 255, 255, 0.95));
  border-color: rgba(37, 211, 102, 0.28);
}

.lux-channel--wa:hover {
  border-color: rgba(37, 211, 102, 0.5);
}

.lux-channel--static {
  cursor: default;
  background: rgba(15, 61, 46, 0.04);
}

.lux-channel__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--forest), var(--forest-mid));
  color: var(--gold-bright);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.lux-channel--wa .lux-channel__icon {
  background: linear-gradient(145deg, #128c7e, #25d366);
  color: #fff;
}

.lux-channel__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.lux-channel__text strong {
  font-size: 1.02rem;
  color: var(--forest-deep);
}

.lux-channel__text span {
  font-size: 0.82rem;
  color: #6b7a75;
  line-height: 1.45;
}

.lux-channel__go {
  color: var(--gold);
  opacity: 0.85;
  font-size: 0.85rem;
}

.contact-luxury__note {
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 61, 46, 0.1);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.contact-luxury__note i {
  color: var(--forest-mid);
  margin-top: 3px;
  font-size: 1rem;
}

.contact-luxury__note p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.65;
}

/* Footer */
.footer {
  background: var(--forest-deep);
  color: var(--gold-soft);
  padding-top: 0;
  position: relative;
}

.footer-wave {
  color: var(--forest-deep);
  line-height: 0;
  margin-top: -48px;
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 48px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 28px;
  padding: 32px 0 24px;
}

.footer-brand .footer-tagline {
  margin: 14px 0 0;
  font-size: 0.9rem;
  opacity: 0.85;
  max-width: 320px;
  line-height: 1.7;
}

.footer h4 {
  color: #fff;
  font-family: var(--font-display);
  margin: 0 0 12px;
  font-size: 1.05rem;
}

.footer a {
  color: var(--gold-soft);
  text-decoration: none;
  display: block;
  margin: 8px 0;
  transition: color 0.2s ease;
}

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

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 16px;
  font-size: 0.88rem;
  opacity: 0.85;
}

.credits-text {
  color: rgba(255, 255, 255, 0.86);
}

.credits-link {
  color: var(--gold-bright);
  text-decoration: none;
  font-weight: 700;
}

.credits-link:hover {
  color: #fff;
}

.back-to-top {
  position: fixed;
  left: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: var(--forest-deep);
  background: linear-gradient(130deg, var(--gold-bright), var(--gold));
  box-shadow: 0 12px 28px rgba(8, 42, 31, 0.24);
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  z-index: 2500;
}

.back-to-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover {
  box-shadow: 0 16px 30px rgba(8, 42, 31, 0.3);
}

/* Responsive */
@media (max-width: 1200px) {
  .logo-main {
    width: 215px;
    height: 60px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 480px;
    margin-inline: auto;
  }

  .bento-grid {
    grid-template-columns: 1fr;
  }

  .bento--wide {
    grid-row: auto;
  }

  .services-mosaic .svc {
    grid-column: span 12 !important;
  }

  .process-track {
    grid-template-columns: 1fr 1fr;
  }

  .process-line {
    display: none;
  }

  .showcase-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .show-item--tall {
    grid-row: span 1;
  }

  .show-item--wide {
    grid-column: span 2;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sectors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vision-grid {
    grid-template-columns: 1fr;
  }

  .trust-inner {
    grid-template-columns: 1fr;
  }

  .split-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

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

  .menu-btn {
    display: block;
    position: relative;
    z-index: 10002;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(15, 61, 46, 0.14);
    background: rgba(255, 255, 255, 0.72);
  }

  .logo-wrap {
    position: relative;
    z-index: 10002;
  }

  /* طبقة كاملة الشاشة — لا تُقصّ مع التمرير (تجنب قيود الهيدر) */
  .nav-wrap {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: calc(84px + env(safe-area-inset-top, 0px)) 16px calc(20px + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    background: rgba(8, 42, 31, 0.48);
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-wrap.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-inner {
    width: 100%;
    max-width: 520px;
    margin-inline: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
    background: var(--ivory);
    border: 1px solid rgba(15, 61, 46, 0.12);
    box-shadow: 0 24px 48px rgba(8, 42, 31, 0.18);
  }

  .nav-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
  }

  .nav-menu a {
    color: var(--forest-deep) !important;
    text-shadow: none !important;
    padding: 15px 14px;
    border-bottom: 1px solid rgba(15, 61, 46, 0.07);
    font-size: 1rem;
    border-radius: 0;
    white-space: normal;
  }

  .nav-menu a:last-of-type {
    border-bottom: 0;
  }

  .nav-cta {
    margin-top: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    padding: 14px 18px;
    font-size: 0.95rem;
  }

  .hero {
    min-height: auto;
    padding: 110px 0 80px;
  }

  .hero h1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .show-item--wide {
    grid-column: span 1;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .process-track {
    grid-template-columns: 1fr;
  }

  .sectors-grid {
    grid-template-columns: 1fr;
  }

  .cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Final horizontal lock: prevent any side scroll on all screens */
html,
body {
  max-width: 100%;
  overflow-x: clip !important;
}

body {
  position: relative;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.container,
.neo-nav,
.neo-nav__menu,
.page-wrap,
main {
  max-width: 100%;
  overflow-x: clip;
}
