/* =====================================================================
   MIND — public site stylesheet v5 "Editorial Bold"
   A structural revolution, not a reskin:
   · No top header. A fixed side RAIL (logo / menu trigger / lang / dot)
     plus a fullscreen red mega-menu with giant typographic links.
   · Hero = a full-viewport typographic poster: massive display type,
     one OUTLINED (hollow) word, a red marquee ribbon slicing through,
     and a rotating circular "تواصل معنا" badge.
   · Services are not cards: huge numbered editorial ROWS that flood
     red on hover and reveal a floating thumbnail.
   · Stats live in an asymmetric BENTO grid.
   · Partners run in two opposing marquee lanes.
   · Articles are editorial index rows. Footer opens with poster type.
   Palette: logo red #C0392B leads; deep burgundy #571A10; warm cream
   #F4EFEA; warm charcoal #262019. Zero blue.
   Theme vars come from site_settings via generate_theme_css():
   --ink charcoal · --panel burgundy · --signal red · --steel rose
   accent · --slate warm gray · --mist blush tint.
   ===================================================================== */

:root{
  --cream:#F4EFEA;
  --white:#fff;
  --line:rgba(38,32,25,.12);
  --line-strong:rgba(38,32,25,.22);
  --rail-w:92px;
  --wrap:1280px;
  --ease:cubic-bezier(.16,.84,.44,1);
  --shadow-md:0 4px 10px rgba(38,32,25,.06), 0 24px 60px rgba(38,32,25,.14);
}

.lang-en{ --font-display:var(--font-display-en); --font-body:var(--font-body-en); }
.lang-ar{ --font-display:var(--font-display-ar); --font-body:var(--font-body-ar); }

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; background:var(--cream); color:var(--ink);
  font-family:var(--font-body); font-size:var(--fs-base, 16px); line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{ font-family:var(--font-display); margin:0; line-height:1.1; font-weight:700; }
p{ margin:0; }
.sr-only{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
.skip-link{ position:absolute; inset-inline-start:-999px; top:0; background:var(--signal); color:#fff; padding:10px 16px; z-index:400; }
.skip-link:focus{ inset-inline-start:12px; }
:focus-visible{ outline:2px solid var(--signal); outline-offset:3px; }
.wrap{ max-width:var(--wrap); margin-inline:auto; padding-inline:clamp(22px,4vw,56px); }

@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  *{ animation-duration:.01ms !important; transition-duration:.01ms !important; }
}

/* ---------------------------------------------------------------------
   Reveal
   --------------------------------------------------------------------- */
.reveal{ opacity:0; transform:translateY(26px); transition:opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in-view{ opacity:1; transform:none; }
.reveal-d1{ transition-delay:.08s; } .reveal-d2{ transition-delay:.16s; } .reveal-d3{ transition-delay:.24s; }

/* ---------------------------------------------------------------------
   Page shell — content sits beside the rail
   --------------------------------------------------------------------- */
.page-shell{ min-height:100vh; }
@media (min-width:1100px){
  .page-shell{ margin-inline-start:var(--rail-w); }
}

/* ---------------------------------------------------------------------
   THE RAIL (desktop) — logo / menu / lang / contact dot
   --------------------------------------------------------------------- */
.site-rail{
  position:fixed; inset-block:0; inset-inline-start:0; width:var(--rail-w);
  background:var(--cream); border-inline-end:1px solid var(--line);
  display:none; flex-direction:column; align-items:center;
  padding-block:22px; z-index:200;
}
@media (min-width:1100px){ .site-rail{ display:flex; } }
.rail-logo img{ width:44px; height:44px; }
.rail-menu-btn{
  margin-top:34px; margin-bottom:auto; width:46px; height:46px; border:1px solid var(--line-strong);
  border-radius:50%; background:transparent; cursor:pointer;
  display:flex; flex-direction:column; gap:5px; align-items:center; justify-content:center;
  transition:background-color .25s var(--ease), border-color .25s var(--ease);
}
.rail-menu-btn span{ width:18px; height:2px; background:var(--ink); border-radius:2px; transition:all .3s var(--ease); }
.rail-menu-btn:hover{ background:var(--signal); border-color:var(--signal); }
.rail-menu-btn:hover span{ background:#fff; }
.rail-word{
  flex:1; display:flex; align-items:center;
  writing-mode:vertical-rl; transform:rotate(180deg);
  font-family:var(--font-display); font-weight:700; font-size:13px;
  letter-spacing:.34em; color:var(--slate); text-transform:uppercase;
}
.lang-ar .rail-word{ letter-spacing:.2em; }
.rail-lang{ display:flex; flex-direction:column; gap:4px; margin-bottom:18px; }
.rail-lang a{ font-size:12.5px; font-weight:800; color:var(--slate); padding:7px 10px; border-radius:50%; text-align:center; }
.rail-lang a.is-active{ background:var(--ink); color:var(--cream); }
.rail-contact{
  width:46px; height:46px; border-radius:50%; background:var(--signal);
  display:flex; align-items:center; justify-content:center;
  transition:transform .25s var(--ease);
  box-shadow:0 8px 22px color-mix(in srgb, var(--signal) 40%, transparent);
}
.rail-contact:hover{ transform:scale(1.12) rotate(-8deg); }
.rail-contact svg{ width:19px; height:19px; stroke:#fff; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }

/* ---------------------------------------------------------------------
   Mobile top bar (<1100px)
   --------------------------------------------------------------------- */
.mobile-bar{
  position:sticky; top:0; z-index:200; height:70px;
  display:flex; align-items:center; justify-content:space-between;
  padding-inline:22px; background:color-mix(in srgb, var(--cream) 92%, transparent);
  backdrop-filter:blur(14px); border-bottom:1px solid var(--line);
}
@media (min-width:1100px){ .mobile-bar{ display:none; } }
.mobile-bar__brand{ display:flex; align-items:center; gap:10px; }
.mobile-bar__brand img{ width:36px; height:36px; }
.mobile-bar__brand b{ font-family:var(--font-display); font-size:20px; font-weight:800; }
.mobile-bar__brand b i{ font-style:normal; color:var(--signal); }
.mobile-bar__right{ display:flex; align-items:center; gap:12px; }
.mobile-bar__lang{ font-size:13px; font-weight:800; color:var(--slate); }
.mobile-bar__lang a.is-active{ color:var(--signal); }
.mobile-menu-btn{
  width:44px; height:44px; border:1px solid var(--line-strong); border-radius:50%;
  background:transparent; cursor:pointer;
  display:flex; flex-direction:column; gap:5px; align-items:center; justify-content:center;
}
.mobile-menu-btn span{ width:17px; height:2px; background:var(--ink); border-radius:2px; }

/* ---------------------------------------------------------------------
   MEGA MENU — fullscreen red overlay with giant links
   --------------------------------------------------------------------- */
.mega-menu{
  position:fixed; inset:0; z-index:300;
  background:linear-gradient(140deg, var(--signal) 0%, color-mix(in srgb, var(--signal) 60%, black) 100%);
  color:#fff; display:flex; flex-direction:column;
  clip-path:circle(0% at var(--menu-origin, 46px) 120px);
  transition:clip-path .65s var(--ease);
  visibility:hidden; pointer-events:none;
}
.mega-menu.is-open{ clip-path:circle(150% at var(--menu-origin,46px) 120px); visibility:visible; pointer-events:auto; }
[dir="rtl"] .mega-menu{ --menu-origin:calc(100% - 46px); }
.mega-menu__top{
  display:flex; align-items:center; justify-content:space-between;
  padding:26px clamp(24px,5vw,64px);
}
.mega-menu__word{ font-family:var(--font-display); font-weight:800; font-size:22px; }
.mega-menu__close{
  width:50px; height:50px; border-radius:50%; border:1.5px solid rgba(255,255,255,.5);
  background:transparent; color:#fff; font-size:20px; cursor:pointer;
  transition:all .25s var(--ease);
}
.mega-menu__close:hover{ background:#fff; color:var(--signal); transform:rotate(90deg); }
.mega-menu__links{
  flex:1; display:flex; flex-direction:column; justify-content:center;
  padding-inline:clamp(24px,7vw,110px); gap:2px;
}
.mega-menu__links a{
  font-family:var(--font-display); font-weight:800;
  font-size:clamp(30px, 6.4vh, calc(var(--fs-title, 64px) * .95)); line-height:1.28;
  display:flex; align-items:baseline; gap:22px; width:fit-content;
  color:rgba(255,255,255,.9); position:relative;
  transition:color .25s var(--ease), transform .3s var(--ease);
}
.mega-menu__links a em{
  font-style:normal; font-family:var(--font-body); font-weight:600;
  font-size:14px; color:rgba(255,255,255,.55); letter-spacing:.1em;
}
.mega-menu__links a:hover{ color:#fff; transform:translateX(14px); }
[dir="rtl"] .mega-menu__links a:hover{ transform:translateX(-14px); }
.mega-menu__links a.is-active{ color:#fff; }
.mega-menu__links a.is-active::before{
  content:''; width:12px; height:12px; border-radius:50%; background:#fff; align-self:center;
}
.mega-menu__foot{
  display:flex; flex-wrap:wrap; gap:14px 34px;
  padding:26px clamp(24px,5vw,64px); border-top:1px solid rgba(255,255,255,.2);
  font-size:14px; color:rgba(255,255,255,.75);
}
.mega-menu__foot a:hover{ color:#fff; text-decoration:underline; }

/* ---------------------------------------------------------------------
   Buttons & labels
   --------------------------------------------------------------------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:16px 34px; border-radius:999px; border:1.5px solid var(--ink);
  font-family:var(--font-body); font-weight:800; font-size:15px; cursor:pointer;
  background:transparent; color:var(--ink);
  transition:all .22s var(--ease);
}
.btn:hover{ background:var(--ink); color:var(--cream); }
.btn--signal{ background:var(--signal); border-color:var(--signal); color:#fff; }
.btn--signal:hover{ background:color-mix(in srgb, var(--signal) 84%, black); border-color:transparent; color:#fff; transform:translateY(-2px); }
.btn--ghost-dark{ /* alias kept for templates */ }
.btn--ghost-light{ border-color:rgba(255,255,255,.6); color:#fff; }
.btn--ghost-light:hover{ background:#fff; color:var(--signal); }
.btn--on-signal{ background:#fff; border-color:#fff; color:var(--signal); }
.btn--on-signal:hover{ background:transparent; color:#fff; border-color:#fff; }
.btn--lg{ padding:19px 44px; font-size:16px; }
.btn--sm{ padding:11px 22px; font-size:13.5px; }

.kicker{
  display:inline-flex; align-items:center; gap:10px;
  font-size:13.5px; font-weight:800; letter-spacing:.16em; text-transform:uppercase;
  color:var(--signal); margin-bottom:22px;
}
.kicker::before{ content:'['; color:var(--slate); font-weight:400; }
.kicker::after{ content:']'; color:var(--slate); font-weight:400; }
.lang-ar .kicker{ letter-spacing:.02em; font-size:14.5px; }
.kicker--on-dark{ color:#fff; }
.kicker--on-dark::before, .kicker--on-dark::after{ color:rgba(255,255,255,.5); }

.arrow-link{ display:inline-flex; align-items:center; gap:10px; font-weight:800; font-size:15px; color:var(--signal); border-bottom:2px solid transparent; padding-bottom:2px; transition:border-color .2s var(--ease); }
.arrow-link:hover{ border-color:var(--signal); }
.arrow-link .ar{ transition:transform .2s var(--ease); }
.arrow-link:hover .ar{ transform:translateX(5px); }
[dir="rtl"] .arrow-link:hover .ar{ transform:translateX(-5px); }

/* Accent display word — solid brand red (no hollow stroke) */
.outline{
  color:var(--signal);
  -webkit-text-stroke:0;
}

/* ---------------------------------------------------------------------
   MEGA HERO — full-viewport typographic poster
   --------------------------------------------------------------------- */
.mega-hero{
  position:relative; min-height:calc(100svh - 0px);
  display:flex; flex-direction:column; justify-content:center;
  overflow:hidden; padding-block:70px 150px;
  color:#fff;
}
.mega-hero__bg{
  position:absolute; inset:0; z-index:0;
}
.mega-hero__bg img{
  width:100%; height:100%; object-fit:cover;
  animation:hero-zoom 18s var(--ease) both;
}
@keyframes hero-zoom{ from{ transform:scale(1.12); } to{ transform:scale(1); } }
.mega-hero__bg::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(100deg, rgba(30,9,5,.88) 0%, rgba(30,9,5,.55) 55%, rgba(30,9,5,.25) 100%);
}
[dir="rtl"] .mega-hero__bg::after{
  background:linear-gradient(-100deg, rgba(30,9,5,.88) 0%, rgba(30,9,5,.55) 55%, rgba(30,9,5,.25) 100%);
}
.mega-hero .mega-hero__eyebrow{ color:rgba(255,255,255,.85); }
.mega-hero .mega-hero__body{ color:rgba(255,255,255,.78); }
.mega-hero .btn:not(.btn--signal){ border-color:rgba(255,255,255,.7); color:#fff; }
.mega-hero .btn:not(.btn--signal):hover{ background:#fff; color:var(--signal); }
.mega-hero .outline{ color:var(--signal); }
.mega-hero .spin-badge svg.ring text{ fill:#fff; }
@media (max-width:1099px){ .mega-hero{ min-height:calc(100svh - 70px); } }
.mega-hero__bg-word{
  position:absolute; inset-inline-end:-4%; top:4%;
  font-family:var(--font-display); font-weight:800;
  font-size:clamp(160px,30vw,420px); line-height:1;
  color:transparent; -webkit-text-stroke:1.5px rgba(255,255,255,.14);
  pointer-events:none; user-select:none; white-space:nowrap;
  animation:drift 26s ease-in-out infinite alternate;
}
@keyframes drift{ from{ transform:translateX(0); } to{ transform:translateX(-4%); } }
.mega-hero .wrap{ position:relative; z-index:2; width:100%; }
.mega-hero__eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-size:14px; font-weight:700; color:var(--ink); margin-bottom:clamp(20px,3vh,34px);
}
.mega-hero__eyebrow::before{ content:''; width:44px; height:2px; background:var(--signal); }
.mega-hero__title{
  font-family:var(--font-hero, var(--font-display));
  font-size:clamp(44px, 10.5vw, var(--fs-hero, 150px)); font-weight:800;
  line-height:1.02; letter-spacing:-.02em; margin-bottom:clamp(24px,4vh,40px);
  max-width:12ch;
}
.lang-ar .mega-hero__title{ line-height:1.2; letter-spacing:0; }
.mega-hero__row{
  display:flex; align-items:flex-end; justify-content:space-between; gap:40px; flex-wrap:wrap;
}
.mega-hero__body{ font-size:clamp(15px, 1.6vw, var(--fs-body, 17px)); color:var(--slate); max-width:46ch; line-height:1.85; }
.mega-hero__actions{ display:flex; gap:16px; flex-wrap:wrap; margin-top:26px; }
.mega-hero__photo{ display:none; }
.mega-hero__photo--unused{
  width:min(320px,36vw); aspect-ratio:4/5; border-radius:200px 200px 18px 18px;
  overflow:hidden; flex-shrink:0; box-shadow:var(--shadow-md); position:relative;
}
.mega-hero__photo img{ width:100%; height:100%; object-fit:cover; }
.mega-hero__photo--brand{
  background:linear-gradient(170deg, var(--signal), color-mix(in srgb, var(--signal) 65%, black));
  display:flex; align-items:center; justify-content:center;
}
.mega-hero__photo--brand img{ width:52%; height:auto; object-fit:contain; filter:brightness(0) invert(1); }
@media (max-width:760px){ .mega-hero__photo{ display:none; } }

/* Rotating circular contact badge */
.spin-badge{
  position:absolute; z-index:3; inset-inline-end:clamp(20px,6vw,80px); bottom:120px;
  width:132px; height:132px; display:flex; align-items:center; justify-content:center;
}
@media (max-width:760px){ .spin-badge{ display:none; } }
.spin-badge svg.ring{ position:absolute; inset:0; animation:spin 14s linear infinite; }
@keyframes spin{ to{ transform:rotate(360deg); } }
.spin-badge svg.ring text{ font-family:var(--font-body); font-size:11.5px; font-weight:800; letter-spacing:.24em; fill:var(--ink); text-transform:uppercase; }
.lang-ar .spin-badge svg.ring text{ letter-spacing:.1em; font-size:13px; }
.spin-badge__core{
  width:62px; height:62px; border-radius:50%; background:var(--signal);
  display:flex; align-items:center; justify-content:center;
  transition:transform .25s var(--ease);
}
.spin-badge:hover .spin-badge__core{ transform:scale(1.14); }
.spin-badge__core svg{ width:22px; height:22px; stroke:#fff; fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }

/* ---------------------------------------------------------------------
   RIBBON — red marquee strip
   --------------------------------------------------------------------- */
.ribbon{
  position:absolute; bottom:0; inset-inline:0; z-index:2;
  background:var(--signal); color:#fff; overflow:hidden;
  padding-block:16px; transform:rotate(-1.2deg) scale(1.02); transform-origin:center;
}
.ribbon--flat{ position:relative; transform:none; }
.ribbon__track{
  display:flex; gap:0; width:max-content;
  animation:ticker 28s linear infinite;
}
[dir="rtl"] .ribbon__track{ animation-name:ticker-rtl; }
@keyframes ticker{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
@keyframes ticker-rtl{ from{ transform:translateX(0); } to{ transform:translateX(50%); } }
.ribbon__item{
  font-family:var(--font-display); font-weight:800; font-size:clamp(16px,2vw,22px);
  white-space:nowrap; padding-inline:26px; display:flex; align-items:center; gap:26px;
}
.ribbon__item::after{ content:'✦'; font-size:.8em; opacity:.7; }
@media (prefers-reduced-motion:reduce){ .ribbon__track{ animation:none; } }

/* ---------------------------------------------------------------------
   Sections
   --------------------------------------------------------------------- */
.section{ padding-block:clamp(80px,11vh,130px); }
.section--tint{ background:var(--mist); }
.section--white{ background:#fff; }
.section-head{ max-width:820px; margin-bottom:clamp(44px,6vh,70px); }
.section-head--center{ margin-inline:auto; text-align:center; }
.section__title{
  font-size:clamp(30px, 5vw, var(--fs-title, 64px)); font-weight:800; letter-spacing:-.015em; margin-bottom:18px;
}
.lang-ar .section__title{ letter-spacing:0; }
.section__intro{ font-size:var(--fs-body, 17px); color:var(--slate); line-height:1.85; max-width:60ch; }
.section-head--center .section__intro{ margin-inline:auto; }

/* ---------------------------------------------------------------------
   BENTO stats
   --------------------------------------------------------------------- */
.bento{
  display:grid; gap:16px;
  grid-template-columns:repeat(4,1fr); grid-auto-rows:170px;
}
@media (max-width:900px){ .bento{ grid-template-columns:repeat(2,1fr); grid-auto-rows:150px; } }
.bento__tile{
  border:1px solid var(--line); border-radius:22px; background:#fff;
  padding:26px; display:flex; flex-direction:column; justify-content:flex-end;
  position:relative; overflow:hidden;
  transition:transform .25s var(--ease), box-shadow .25s var(--ease);
}
.bento__tile:hover{ transform:translateY(-5px); box-shadow:var(--shadow-md); }
.bento__tile--lg{ grid-column:span 2; grid-row:span 2; background:var(--signal); border-color:var(--signal); color:#fff; }
.bento__tile--lg::after{
  content:''; position:absolute; inset-inline-end:-60px; top:-60px; width:230px; height:230px;
  border-radius:50%; border:2px dashed rgba(255,255,255,.3);
  animation:spin 30s linear infinite;
}
.bento__tile--tint{ background:var(--mist); }
.bento__num{ font-family:var(--font-display); font-weight:800; font-size:clamp(34px,4vw,56px); line-height:1; }
.bento__tile--lg .bento__num{ font-size:clamp(64px,8vw,120px); }
.bento__num b{ color:var(--signal); }
.bento__tile--lg .bento__num b{ color:#fff; opacity:.75; }
.bento__label{ font-size:14px; font-weight:700; color:var(--slate); margin-top:10px; }
.bento__tile--lg .bento__label{ color:rgba(255,255,255,.85); font-size:16px; }
.bento__tile--photo{ padding:0; }
.bento__tile--photo img{ width:100%; height:100%; object-fit:cover; }

/* ---------------------------------------------------------------------
   SERVICE ROWS — the anti-card
   --------------------------------------------------------------------- */
.svc-rows{ border-top:1.5px solid var(--ink); }
.svc-row{
  position:relative; display:grid; align-items:center;
  grid-template-columns:70px 200px 1.1fr 1fr 70px;
  gap:clamp(14px,2.5vw,38px);
  padding-block:clamp(20px,3vh,30px); padding-inline:clamp(8px,2vw,24px);
  border-bottom:1.5px solid var(--ink);
  transition:background-color .3s var(--ease), color .3s var(--ease), padding-inline .3s var(--ease);
  overflow:hidden;
}
.svc-row__pic{
  width:200px; height:128px; border-radius:100px 100px 14px 14px; overflow:hidden;
  border:1.5px solid var(--ink);
}
.svc-row__pic img{ width:100%; height:100%; object-fit:cover; transition:transform .5s var(--ease); }
.svc-row:hover .svc-row__pic img{ transform:scale(1.1); }
.svc-row:hover .svc-row__pic{ border-color:#fff; }
@media (max-width:1080px){
  .svc-row{ grid-template-columns:56px 120px 1fr 46px; }
  .svc-row__pic{ width:120px; height:84px; }
  .svc-row__summary{ display:none; }
}
@media (max-width:600px){
  .svc-row{ grid-template-columns:44px 1fr 44px; }
  .svc-row__pic{ display:none; }
}
.svc-row:hover{ background:var(--signal); color:#fff; }
.svc-row__num{
  font-family:var(--font-display); font-weight:800; font-size:clamp(18px,2vw,26px);
  color:var(--signal); transition:color .3s var(--ease);
}
.svc-row:hover .svc-row__num{ color:rgba(255,255,255,.7); }
.svc-row__title{
  font-family:var(--font-display); font-weight:800;
  font-size:clamp(22px,3.2vw,42px); line-height:1.22; letter-spacing:-.01em;
}
.lang-ar .svc-row__title{ letter-spacing:0; }
.svc-row__summary{ font-size:15px; color:var(--slate); line-height:1.7; transition:color .3s var(--ease); }
.svc-row:hover .svc-row__summary{ color:rgba(255,255,255,.85); }
.svc-row__arrow{
  width:54px; height:54px; border-radius:50%; border:1.5px solid currentColor;
  display:flex; align-items:center; justify-content:center; font-size:20px;
  transition:transform .3s var(--ease), background-color .3s var(--ease);
  justify-self:end;
}
.svc-row:hover .svc-row__arrow{ background:#fff; color:var(--signal); transform:rotate(-45deg); }
[dir="rtl"] .svc-row:hover .svc-row__arrow{ transform:rotate(45deg); }
.svc-row__thumb{
  position:absolute; inset-inline-end:calc(70px + 8%); top:50%;
  width:210px; height:140px; border-radius:14px; overflow:hidden;
  transform:translateY(-50%) rotate(5deg) scale(.6); opacity:0;
  transition:transform .4s var(--ease), opacity .3s var(--ease);
  pointer-events:none; box-shadow:var(--shadow-md); z-index:1;
}
.svc-row__thumb img{ width:100%; height:100%; object-fit:cover; }
.svc-row:hover .svc-row__thumb{ opacity:1; transform:translateY(-50%) rotate(-3deg) scale(1); }
@media (max-width:1000px){ .svc-row__thumb{ display:none; } }
.svc-row__ext{ font-size:12px; font-weight:800; opacity:.7; margin-inline-start:12px; vertical-align:middle; }

/* ---------------------------------------------------------------------
   Vision / Mission — oversized editorial statements
   --------------------------------------------------------------------- */
.vm-grid{ display:grid; grid-template-columns:1fr 1fr; gap:0; border:1.5px solid var(--ink); border-radius:26px; overflow:hidden; }
@media (max-width:880px){ .vm-grid{ grid-template-columns:1fr; } }
.vm-card{ padding:clamp(36px,5vw,64px); position:relative; }
.vm-card--brand{ background:var(--signal); color:#fff; }
.vm-card--light{ background:#fff; }
.vm-card + .vm-card{ border-inline-start:1.5px solid var(--ink); }
@media (max-width:880px){ .vm-card + .vm-card{ border-inline-start:0; border-top:1.5px solid var(--ink); } }
.vm-card__icon{ display:none; }
.vm-card h3{
  font-size:clamp(26px,3vw,40px); font-weight:800; margin-bottom:20px;
  display:flex; align-items:center; gap:16px;
}
.vm-card h3::before{
  content:''; width:16px; height:16px; border-radius:50%; background:var(--signal); flex-shrink:0;
}
.vm-card--brand h3{ color:#fff; }
.vm-card--brand h3::before{ background:#fff; }
.vm-card p{ font-size:clamp(16.5px,1.5vw,19px); line-height:1.95; color:var(--slate); }
.vm-card--brand p{ color:rgba(255,255,255,.92); }

/* ---------------------------------------------------------------------
   About split
   --------------------------------------------------------------------- */
.about-grid{ display:grid; grid-template-columns:1fr 1.1fr; gap:clamp(44px,6vw,90px); align-items:center; }
@media (max-width:900px){ .about-grid{ grid-template-columns:1fr; } }
.about-media{
  position:relative; border-radius:220px 220px 22px 22px; overflow:hidden;
  aspect-ratio:4/5; max-width:460px;
  background:linear-gradient(170deg, var(--signal), color-mix(in srgb, var(--signal) 62%, black));
  display:flex; align-items:center; justify-content:center;
}
.about-media__mark{ width:46%; filter:brightness(0) invert(1); }
.about-media--photo{ background:none; }
.about-media--photo img.about-media__photo{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transition:transform .8s var(--ease);
}
.about-media--photo:hover img.about-media__photo{ transform:scale(1.05); }
.about-media__badge{
  position:absolute; bottom:24px; inset-inline-start:24px; z-index:2;
  background:var(--cream); color:var(--ink); border-radius:16px; padding:16px 24px;
  font-weight:800; font-size:15px; line-height:1.4; box-shadow:var(--shadow-md);
}
.about-media__badge small{ display:block; font-weight:600; font-size:12.5px; color:var(--slate); }

.pillars{ display:flex; flex-direction:column; margin-top:34px; border-top:1px solid var(--line-strong); }
.pillar{ display:flex; gap:22px; padding-block:24px; border-bottom:1px solid var(--line-strong); }
.pillar__icon{
  flex-shrink:0; width:52px; height:52px; border-radius:50%;
  border:1.5px solid var(--signal);
  display:flex; align-items:center; justify-content:center;
}
.pillar__icon svg{ width:23px; height:23px; stroke:var(--signal); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.pillar h3{ font-size:18px; font-weight:800; margin-bottom:6px; }
.pillar p{ font-size:15px; color:var(--slate); line-height:1.75; }

/* ---------------------------------------------------------------------
   GROUP COMPANIES — burgundy editorial rows
   --------------------------------------------------------------------- */
.group-strip{
  background:var(--panel); color:#fff;
  padding-block:clamp(80px,11vh,130px); position:relative; overflow:hidden;
}
.group-strip::before{
  content:''; position:absolute; inset-inline-start:-6%; bottom:-40%;
  width:420px; height:620px; border-radius:300px 300px 0 0;
  border:2px dashed rgba(255,255,255,.14); transform:rotate(14deg);
}
.group-strip .wrap{ position:relative; }
.group-strip .section__title{ color:#fff; }
.group-strip .section__intro{ color:rgba(255,255,255,.72); }
.group-badge{
  display:inline-flex; align-items:center; gap:10px; margin-bottom:22px;
  font-size:13.5px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:#fff;
}
.group-badge::before{ content:'['; color:rgba(255,255,255,.5); font-weight:400; }
.group-badge::after{ content:']'; color:rgba(255,255,255,.5); font-weight:400; }
.lang-ar .group-badge{ letter-spacing:.02em; font-size:14.5px; }

.company-rows{ border-top:1px solid rgba(255,255,255,.28); }
.company-row{
  display:grid; grid-template-columns:64px 1fr auto 54px; align-items:center;
  gap:clamp(16px,3vw,36px); padding-block:26px;
  border-bottom:1px solid rgba(255,255,255,.28);
  transition:padding-inline .3s var(--ease), background-color .3s var(--ease);
}
.company-row:hover{ background:rgba(255,255,255,.06); padding-inline:18px; }
@media (max-width:720px){
  .company-row{ grid-template-columns:52px 1fr 44px; }
  .company-row__url{ display:none; }
}
.company-row__logo{
  width:56px; height:56px; border-radius:50%; background:#fff; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.company-row__logo img{ width:66%; height:66%; object-fit:contain; }
.company-row__logo span{ font-family:var(--font-display); font-weight:800; font-size:22px; color:var(--signal); }
.company-row__name{ font-family:var(--font-display); font-weight:800; font-size:clamp(20px,2.6vw,32px); color:#fff; }
.company-row__tag{ display:block; font-family:var(--font-body); font-weight:500; font-size:14px; color:rgba(255,255,255,.62); margin-top:4px; }
.company-row__url{ font-size:14.5px; font-weight:700; color:rgba(255,255,255,.72); direction:ltr; }
.company-row__arrow{
  width:48px; height:48px; border-radius:50%; border:1.5px solid rgba(255,255,255,.5);
  display:flex; align-items:center; justify-content:center; color:#fff; font-size:17px;
  transition:all .3s var(--ease); justify-self:end;
}
.company-row:hover .company-row__arrow{ background:#fff; color:var(--panel); transform:rotate(-45deg); }
[dir="rtl"] .company-row:hover .company-row__arrow{ transform:rotate(45deg); }

/* ---------------------------------------------------------------------
   Partners — dual opposing marquees
   --------------------------------------------------------------------- */
.marquee{ overflow:hidden; padding-block:8px;
  mask-image:linear-gradient(90deg, transparent, black 7%, black 93%, transparent); }
.marquee + .marquee{ margin-top:14px; }
.marquee__track{ display:flex; gap:14px; width:max-content; animation:ticker 100s linear infinite; }
.marquee--reverse .marquee__track{ animation-direction:reverse; }
[dir="rtl"] .marquee__track{ animation-name:ticker-rtl; }
.marquee:hover .marquee__track{ animation-play-state:paused; }
@media (prefers-reduced-motion:reduce){ .marquee__track{ animation:none; flex-wrap:wrap; width:auto; } }
.partner-tile{
  background:#fff; border:1px solid var(--line); border-radius:999px;
  min-height:74px; width:210px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center; padding:14px 22px;
  transition:all .22s var(--ease);
}
.partner-tile:hover{ border-color:var(--signal); }
.partner-tile img{ max-height:40px; object-fit:contain; filter:grayscale(1) opacity(.65); transition:filter .25s var(--ease); }
.partner-tile:hover img{ filter:none; }
.partner-tile__name{ font-size:14px; font-weight:800; color:var(--slate); text-align:center; transition:color .2s var(--ease); }
.partner-tile:hover .partner-tile__name{ color:var(--signal); }

/* Clients page grid + sector blocks */
.partners-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(190px,1fr)); gap:14px; }
.partners-grid .partner-tile{ width:auto; }
.sector-block{ margin-bottom:46px; }
.sector-block__title{ display:flex; align-items:center; gap:12px; font-size:16px; font-weight:800; margin-bottom:18px; }
.sector-block__title::before{ content:''; width:12px; height:12px; border-radius:50%; background:var(--signal); }
.sector-block__count{ color:var(--slate); font-weight:600; font-size:13px; }

/* ---------------------------------------------------------------------
   ARTICLES — editorial index rows (home) + cards (blog listing)
   --------------------------------------------------------------------- */
.post-rows{ border-top:1.5px solid var(--ink); }
.post-row{
  display:grid; grid-template-columns:130px 1fr 54px; align-items:center;
  gap:clamp(16px,3vw,40px); padding-block:28px;
  border-bottom:1.5px solid var(--ink);
  transition:background-color .3s var(--ease), padding-inline .3s var(--ease);
}
.post-row:hover{ background:#fff; padding-inline:18px; }
.post-row__date{ font-size:13.5px; font-weight:800; color:var(--signal); }
.post-row__title{ font-family:var(--font-display); font-weight:800; font-size:clamp(19px,2.4vw,30px); line-height:1.3; }
.post-row__excerpt{ font-size:14.5px; color:var(--slate); margin-top:6px; line-height:1.7; }
.post-row__arrow{
  width:48px; height:48px; border-radius:50%; border:1.5px solid var(--ink);
  display:flex; align-items:center; justify-content:center; font-size:17px;
  transition:all .3s var(--ease); justify-self:end;
}
.post-row:hover .post-row__arrow{ background:var(--signal); border-color:var(--signal); color:#fff; transform:rotate(-45deg); }
[dir="rtl"] .post-row:hover .post-row__arrow{ transform:rotate(45deg); }
@media (max-width:680px){ .post-row{ grid-template-columns:1fr 44px; } .post-row__date{ grid-column:1/-1; } }

.blog-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(310px,1fr)); gap:26px; }
.post-card{
  background:#fff; border:1.5px solid var(--ink); border-radius:22px;
  overflow:hidden; display:flex; flex-direction:column;
  transition:transform .25s var(--ease), box-shadow .25s var(--ease);
}
.post-card:hover{ transform:translateY(-7px); box-shadow:var(--shadow-md); }
.post-card__media{ height:210px; overflow:hidden; position:relative; background:linear-gradient(150deg, var(--mist), color-mix(in srgb, var(--signal) 18%, #fff)); border-bottom:1.5px solid var(--ink); }
.post-card__media img{ width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease); }
.post-card:hover .post-card__media img{ transform:scale(1.06); }
.post-card__media .ph{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; }
.post-card__media .ph svg{ width:60px; height:60px; stroke:color-mix(in srgb, var(--signal) 55%, transparent); fill:none; stroke-width:1.4; }
.post-card__body{ padding:26px 26px 28px; display:flex; flex-direction:column; flex:1; }
.post-card__date{ font-size:12.5px; font-weight:800; color:var(--signal); margin-bottom:10px; text-transform:uppercase; letter-spacing:.1em; }
.lang-ar .post-card__date{ letter-spacing:0; }
.post-card h3{ font-size:19px; font-weight:800; margin-bottom:10px; line-height:1.4; }
.post-card p{ font-size:14.5px; color:var(--slate); line-height:1.75; flex:1; }
.post-card .arrow-link{ margin-top:18px; font-size:14px; }

.photo-frame{ border-radius:22px; overflow:hidden; border:1.5px solid var(--ink); }
.photo-frame img{ width:100%; height:100%; object-fit:cover; }
.post-hero-cover{ margin-top:-26px; position:relative; z-index:2; }
.post-hero-cover img{ max-height:460px; }
.post-body{ font-size:18px; line-height:2.05; color:color-mix(in srgb, var(--ink) 85%, var(--slate)); max-width:74ch; white-space:pre-line; }
.post-meta{ display:flex; align-items:center; gap:14px; color:var(--slate); font-size:14px; font-weight:700; margin-bottom:18px; }
.post-meta .dot{ width:6px; height:6px; border-radius:50%; background:var(--signal); }

/* ---------------------------------------------------------------------
   Page hero (interior) — poster type
   --------------------------------------------------------------------- */
.page-hero{ padding-block:clamp(64px,10vh,110px) clamp(44px,6vh,70px); position:relative; overflow:hidden; }
.page-hero__title{
  font-size:clamp(38px, 7.5vw, calc(var(--fs-hero, 150px) * .72)); font-weight:800; letter-spacing:-.02em;
  line-height:1.05; margin-bottom:22px; max-width:16ch;
}
.lang-ar .page-hero__title{ letter-spacing:0; line-height:1.22; }
.page-hero__lead{ font-size:18px; color:var(--slate); max-width:58ch; line-height:1.85; }
.breadcrumb{ display:flex; align-items:center; gap:10px; font-size:13.5px; color:var(--slate); margin-bottom:26px; font-weight:700; }
.breadcrumb a:hover{ color:var(--signal); }
.breadcrumb .sep{ opacity:.5; }
.breadcrumb .current{ color:var(--signal); }

/* ---------------------------------------------------------------------
   Service detail
   --------------------------------------------------------------------- */
.svc-body{ font-size:18px; line-height:2; color:color-mix(in srgb, var(--ink) 84%, var(--slate)); max-width:72ch; }
.feature-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:0; border:1.5px solid var(--ink); border-radius:22px; overflow:hidden; }
@media (max-width:720px){ .feature-grid{ grid-template-columns:1fr; } }
.feature-item{
  background:#fff; padding:30px; display:flex; gap:16px;
  border-bottom:1.5px solid var(--ink); border-inline-end:1.5px solid var(--ink);
  transition:background-color .22s var(--ease);
}
.feature-item:hover{ background:var(--mist); }
.feature-item:nth-child(2n){ border-inline-end:0; }
.feature-item:nth-last-child(-n+2){ border-bottom:0; }
@media (max-width:720px){
  .feature-item{ border-inline-end:0; }
  .feature-item:nth-last-child(2){ border-bottom:1.5px solid var(--ink); }
}
.feature-item__check{
  flex-shrink:0; width:28px; height:28px; border-radius:50%; background:var(--signal);
  display:flex; align-items:center; justify-content:center; margin-top:2px;
}
.feature-item__check svg{ width:13px; height:13px; stroke:#fff; stroke-width:3; fill:none; stroke-linecap:round; stroke-linejoin:round; }
.feature-item h3{ font-size:17px; font-weight:800; margin-bottom:6px; }
.feature-item p{ font-size:14.5px; color:var(--slate); line-height:1.75; }

.svc-pager{ border-top:1.5px solid var(--ink); background:#fff; }
.svc-pager .wrap{ display:flex; justify-content:space-between; gap:24px; padding-block:32px; }
.svc-pager__link{ display:flex; flex-direction:column; gap:6px; max-width:46%; }
.svc-pager__link--next{ margin-inline-start:auto; text-align:end; }
.svc-pager__link span{ font-size:12.5px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; color:var(--signal); }
.lang-ar .svc-pager__link span{ letter-spacing:0; }
.svc-pager__link strong{ font-family:var(--font-display); font-size:18px; font-weight:800; transition:color .2s var(--ease); }
.svc-pager__link:hover strong{ color:var(--signal); }

/* ---------------------------------------------------------------------
   CTA band (interior pages)
   --------------------------------------------------------------------- */
.cta-band{ background:var(--signal); color:#fff; padding-block:clamp(70px,9vh,100px); position:relative; overflow:hidden; }
.cta-band::before{
  content:''; position:absolute; inset-inline-end:-5%; top:-60%;
  width:380px; height:560px; border-radius:300px 300px 0 0;
  border:2px dashed rgba(255,255,255,.22); transform:rotate(-12deg);
}
.cta-band .wrap{ position:relative; display:flex; align-items:center; justify-content:space-between; gap:36px; flex-wrap:wrap; }
.cta-band__title{ font-size:clamp(30px,4.4vw,56px); font-weight:800; color:#fff; margin-bottom:12px; letter-spacing:-.01em; }
.lang-ar .cta-band__title{ letter-spacing:0; }
.cta-band__body{ color:rgba(255,255,255,.88); font-size:17px; max-width:52ch; }

/* ---------------------------------------------------------------------
   Contact
   --------------------------------------------------------------------- */
.contact-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(36px,5vw,70px); }
@media (max-width:900px){ .contact-grid{ grid-template-columns:1fr; } }
.contact-card{
  background:var(--panel); color:#fff; border-radius:26px; padding:clamp(28px,4vw,44px);
  position:relative; overflow:hidden; align-self:start;
}
.contact-card::before{
  content:''; position:absolute; inset-inline-end:-70px; top:-90px; width:250px; height:360px;
  border-radius:200px 200px 0 0; border:2px dashed rgba(255,255,255,.2); transform:rotate(16deg);
}
.contact-card > *{ position:relative; }
.contact-card h2{ color:#fff; font-size:24px; font-weight:800; margin-bottom:8px; }
.contact-card > p{ color:rgba(255,255,255,.75); font-size:14.5px; margin-bottom:28px; }
.contact-item{ display:flex; gap:16px; padding-block:17px; border-bottom:1px solid rgba(255,255,255,.18); }
.contact-item:last-of-type{ border-bottom:0; }
.contact-item__icon{
  flex-shrink:0; width:44px; height:44px; border-radius:50%;
  background:var(--signal);
  display:flex; align-items:center; justify-content:center;
}
.contact-item__icon svg{ width:19px; height:19px; stroke:#fff; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.contact-item__label{ font-size:11.5px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; color:rgba(255,255,255,.55); display:block; margin-bottom:3px; }
.lang-ar .contact-item__label{ letter-spacing:0; }
.contact-item a, .contact-item .val{ font-size:15.5px; font-weight:700; color:#fff; }
.contact-item a:hover{ text-decoration:underline; }
.contact-map{ margin-top:26px; border-radius:16px; overflow:hidden; height:220px; border:1px solid rgba(255,255,255,.25); }
.contact-map iframe{ width:100%; height:100%; border:0; }

.contact-form{ background:#fff; border:1.5px solid var(--ink); border-radius:26px; padding:clamp(28px,4vw,48px); }
.contact-form h2{ font-size:24px; font-weight:800; margin-bottom:6px; }
.contact-form > p{ color:var(--slate); font-size:14.5px; margin-bottom:28px; }
.field{ margin-bottom:22px; }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:22px; }
@media (max-width:560px){ .field-row{ grid-template-columns:1fr; } }
.field label{ display:block; font-size:13.5px; font-weight:800; margin-bottom:8px; }
.field input, .field textarea{
  width:100%; padding:14px 0; border:0; border-bottom:1.5px solid var(--line-strong);
  border-radius:0; font-family:var(--font-body); font-size:15.5px; background:transparent; color:var(--ink);
  transition:border-color .2s var(--ease);
}
.field input:focus, .field textarea:focus{ border-color:var(--signal); outline:none; }
.contact-form__status{ margin-top:16px; font-size:14.5px; font-weight:700; }
.contact-form__status.is-success{ color:#1f7a4d; }
.contact-form__status.is-error{ color:var(--signal); }

/* ---------------------------------------------------------------------
   404
   --------------------------------------------------------------------- */
.not-found{ padding-block:clamp(100px,16vh,170px); text-align:center; }
.not-found__code{
  font-family:var(--font-display); font-size:clamp(110px,20vw,220px); font-weight:800; line-height:1;
}
.not-found__code b{ color:var(--signal); }
.not-found h1{ font-size:clamp(24px,3vw,34px); margin-block:16px 12px; }
.not-found p{ color:var(--slate); max-width:46ch; margin-inline:auto; margin-bottom:34px; }
.not-found .actions{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ---------------------------------------------------------------------
   FOOTER — poster CTA + info
   --------------------------------------------------------------------- */
.site-footer{ background:var(--ink); color:rgba(255,255,255,.8); }
.footer-cta{ padding-block:clamp(80px,12vh,140px) clamp(50px,7vh,80px); border-bottom:1px solid rgba(255,255,255,.14); }
.footer-cta .wrap{ display:flex; align-items:flex-end; justify-content:space-between; gap:40px; flex-wrap:wrap; }
.footer-cta__title{
  font-family:var(--font-display); font-weight:800;
  font-size:clamp(46px, 9vw, var(--fs-hero, 150px)); line-height:1; letter-spacing:-.02em; color:#fff;
}
.lang-ar .footer-cta__title{ letter-spacing:0; line-height:1.15; }
.footer-cta__title a{ display:inline-flex; align-items:baseline; gap:20px; }
.footer-cta__title .dot{ color:var(--signal); }
.footer-cta__title a:hover .dot{ animation:blink 1s steps(2) infinite; }
@keyframes blink{ 50%{ opacity:.2; } }
.footer-cta__note{ font-size:16px; color:rgba(255,255,255,.6); max-width:32ch; line-height:1.8; }

.footer-grid{ display:grid; grid-template-columns:1.5fr 1fr 1fr 1.2fr; gap:44px; padding-block:56px; }
@media (max-width:840px){ .footer-grid{ grid-template-columns:1fr 1fr; gap:36px; } }
@media (max-width:520px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-brand__row{ display:flex; align-items:center; gap:12px; margin-bottom:16px; }
.footer-brand__mark{ width:40px; height:40px; filter:brightness(0) invert(1); }
.footer-brand__word{ font-family:var(--font-display); font-size:23px; font-weight:800; color:#fff; }
.footer-brand__word b{ color:var(--signal); }
.footer-brand__tagline{ font-size:14.5px; color:rgba(255,255,255,.6); line-height:1.8; max-width:34ch; }
.footer-group{ display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:14px; }
.footer-group a{ font-size:13.5px; color:rgba(255,255,255,.55); display:inline-flex; align-items:center; gap:7px; }
.footer-group a::before{ content:''; width:6px; height:6px; border-radius:50%; background:var(--signal); }
.footer-group a:hover{ color:#fff; }
.footer-col__title{ font-size:13px; font-weight:800; text-transform:uppercase; letter-spacing:.14em; color:#fff; margin-bottom:18px; }
.lang-ar .footer-col__title{ letter-spacing:.02em; font-size:14.5px; }
.footer-col{ display:flex; flex-direction:column; gap:12px; align-content:start; }
.footer-col a{ font-size:14.5px; color:rgba(255,255,255,.62); transition:color .2s var(--ease), transform .2s var(--ease); width:fit-content; }
.footer-col a:hover{ color:var(--signal); transform:translateX(4px); }
[dir="rtl"] .footer-col a:hover{ transform:translateX(-4px); }
.footer-address{ font-size:14px; color:rgba(255,255,255,.62); line-height:1.8; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.14); }
.footer-bottom .wrap{ display:flex; justify-content:space-between; gap:10px; flex-wrap:wrap; padding-block:24px; font-size:13.5px; color:rgba(255,255,255,.42); }

/* =====================================================================
   v6 additions — image-forward components
   ===================================================================== */

/* Wide parallax image band with statement text */
.band{
  position:relative; min-height:clamp(380px,56vh,560px); overflow:hidden;
  display:flex; align-items:center;
}
.band__img{ position:absolute; inset:0; }
.band__img img{ width:110%; height:120%; object-fit:cover; will-change:transform; }
.band__img::after{ content:''; position:absolute; inset:0; background:rgba(30,9,5,.5); }
.band .wrap{ position:relative; z-index:1; width:100%; }
.band__title{
  font-family:var(--font-display); font-weight:800; color:#fff;
  font-size:clamp(34px,5.6vw,80px); line-height:1.15; letter-spacing:-.015em; max-width:20ch;
}
.lang-ar .band__title{ letter-spacing:0; line-height:1.3; }
.band__title .outline{ color:var(--signal); }

/* Horizontal gallery strip (scroll-snap) */
.gallery-strip{
  display:flex; gap:18px; overflow-x:auto; padding-block:8px;
  padding-inline:clamp(22px,4vw,56px);
  scroll-snap-type:x mandatory; scrollbar-width:none;
}
.gallery-strip::-webkit-scrollbar{ display:none; }
.gallery-strip__item{
  flex:0 0 min(340px,72vw); aspect-ratio:4/5; border-radius:170px 170px 18px 18px;
  overflow:hidden; border:1.5px solid var(--ink); scroll-snap-align:center;
  transition:transform .3s var(--ease);
}
.gallery-strip__item:nth-child(even){ border-radius:18px 18px 170px 170px; margin-top:34px; }
.gallery-strip__item:hover{ transform:translateY(-8px); }
.gallery-strip__item img{ width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease); }
.gallery-strip__item:hover img{ transform:scale(1.07); }
@media (max-width:640px){ .gallery-strip__item:nth-child(even){ margin-top:18px; } }

/* =====================================================================
   v7 additions — hero slider, scroll progress, back-to-top, WhatsApp
   ===================================================================== */

/* ---- Hero slider ---------------------------------------------------- */
.mega-hero{ isolation:isolate; }
.hero-slide{
  position:absolute; inset:0; z-index:0; opacity:0; visibility:hidden;
  transition:opacity 1s var(--ease), visibility 1s;
}
.hero-slide.is-active{ opacity:1; visibility:visible; z-index:1; }
.hero-slide__bg{ position:absolute; inset:0; }
.hero-slide__bg img{ width:100%; height:100%; object-fit:cover; transform:scale(1.08); transition:transform 7s linear; }
.hero-slide.is-active .hero-slide__bg img{ transform:scale(1); }
.hero-slide__bg::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(100deg, rgba(30,9,5,.88) 0%, rgba(30,9,5,.55) 55%, rgba(30,9,5,.25) 100%);
}
[dir="rtl"] .hero-slide__bg::after{
  background:linear-gradient(-100deg, rgba(30,9,5,.88) 0%, rgba(30,9,5,.55) 55%, rgba(30,9,5,.25) 100%);
}
.hero-slide__content{
  position:relative; z-index:2; min-height:calc(100svh - 0px);
  display:flex; flex-direction:column; justify-content:center;
  padding-block:70px 170px;
}
.hero-slide .mega-hero__eyebrow, .hero-slide .mega-hero__title,
.hero-slide .mega-hero__body, .hero-slide .mega-hero__actions{
  opacity:0; transform:translateY(30px);
  transition:opacity .8s var(--ease), transform .8s var(--ease);
}
.hero-slide.is-active .mega-hero__eyebrow{ opacity:1; transform:none; transition-delay:.25s; }
.hero-slide.is-active .mega-hero__title{ opacity:1; transform:none; transition-delay:.4s; }
.hero-slide.is-active .mega-hero__body{ opacity:1; transform:none; transition-delay:.55s; }
.hero-slide.is-active .mega-hero__actions{ opacity:1; transform:none; transition-delay:.7s; }

.hero-nav{
  position:absolute; z-index:5; bottom:120px; inset-inline-start:clamp(22px,4vw,56px);
  display:flex; align-items:center; gap:18px;
}
.hero-nav__btn{
  width:52px; height:52px; border-radius:50%; border:1.5px solid rgba(255,255,255,.55);
  background:transparent; color:#fff; font-size:19px; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition:all .25s var(--ease);
}
.hero-nav__btn:hover{ background:#fff; color:var(--signal); }
.hero-dots{ display:flex; gap:10px; }
.hero-dots button{
  width:34px; height:4px; border-radius:99px; border:0; cursor:pointer;
  background:rgba(255,255,255,.35); transition:background-color .3s var(--ease);
  padding:0;
}
.hero-dots button.is-active{ background:var(--signal); }
@media (max-width:760px){ .hero-nav{ bottom:96px; } }

/* ---- Scroll progress bar -------------------------------------------- */
.scroll-progress{
  position:fixed; top:0; inset-inline-start:0; height:4px; width:0%;
  background:var(--signal); z-index:500; transition:width .1s linear;
}

/* ---- Back to top ------------------------------------------------------ */
.to-top{
  position:fixed; bottom:26px; inset-inline-end:26px; z-index:250;
  width:52px; height:52px; border-radius:50%; border:0; cursor:pointer;
  background:var(--ink); color:#fff; font-size:19px;
  display:flex; align-items:center; justify-content:center;
  opacity:0; visibility:hidden; transform:translateY(14px);
  transition:all .3s var(--ease);
  box-shadow:var(--shadow-md);
}
.to-top.is-visible{ opacity:1; visibility:visible; transform:none; }
.to-top:hover{ background:var(--signal); }

/* ---- WhatsApp float --------------------------------------------------- */
.wa-float{
  position:fixed; bottom:26px; inset-inline-end:90px; z-index:250;
  width:52px; height:52px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow-md); transition:transform .25s var(--ease);
}
.wa-float:hover{ transform:scale(1.12); }
.wa-float svg{ width:26px; height:26px; fill:#fff; }
