:root {
  --dark: #143231;
  --deep: #0b2423;
  --ink: #0e1a1a;
  --canvas: #f8f6ef;
  --canvas-soft: #fffdf7;
  --paper: #ffffff;
  --green: #408f5e;
  --accent: #01ad6e;
  --gold: #e6b54a;
  --blue: #4a7daf;
  --mint: #cffc8b;
  --muted: #6f7c78;
  --line: rgba(20, 50, 49, 0.12);
  --line-strong: rgba(20, 50, 49, 0.22);
  --shadow-soft: 0 16px 42px rgba(14, 26, 26, 0.075);
  --shadow-hover: 0 24px 66px rgba(14, 26, 26, 0.12);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1240px, calc(100vw - 48px));
  --header-height: 72px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: auto;
  scroll-padding-top: calc(var(--header-height) + 18px);
}
body {
  margin: 0;
  background:
    radial-gradient(circle at 14% -4%, rgba(64, 143, 94, 0.075), transparent 34%),
    linear-gradient(180deg, #fffdf7 0%, #faf8f1 36%, var(--canvas) 100%);
  color: var(--ink);
  font-family: "Alexandria", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14.25px;
  line-height: 1.68;
  overflow-x: hidden;
  text-align: start;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
body.is-ltr { font-family: "Manrope", "Alexandria", system-ui, sans-serif; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold); color: var(--deep); }

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 3000;
  transform: translateY(-180%);
  background: var(--deep);
  color: var(--paper);
  padding: 10px 14px;
  border-radius: 999px;
  transition: transform 220ms ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(230, 181, 74, .9); outline-offset: 4px; }

.container { width: var(--container); margin-inline: auto; }
.section {
  padding: clamp(64px, 6.2vw, 88px) 0;
  position: relative;
  scroll-margin-top: calc(var(--header-height) + 28px);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  line-height: 1.3;
}
body.is-rtl .eyebrow { letter-spacing: 0; }
h1, h2, h3, p { margin-block-start: 0; }
h1, h2, h3 {
  line-height: 1.22;
  letter-spacing: -0.032em;
  text-wrap: balance;
  font-weight: 760;
}
body.is-rtl h1, body.is-rtl h2, body.is-rtl h3 {
  letter-spacing: -0.006em;
  line-height: 1.36;
}
h1 {
  font-size: clamp(1.9rem, 3.75vw, 3.65rem);
  max-width: 800px;
  margin-block-end: 18px;
}
body.is-rtl h1 { font-size: clamp(1.8rem, 3.35vw, 3.25rem); line-height: 1.34; }
h2 {
  font-size: clamp(1.28rem, 2.08vw, 2.15rem);
  max-width: 780px;
  margin-block-end: 16px;
}
body.is-rtl h2 { font-size: clamp(1.20rem, 1.78vw, 1.92rem); line-height: 1.44; }
h3 { font-size: clamp(0.95rem, 1.08vw, 1.10rem); }
p {
  color: rgba(14, 26, 26, 0.70);
  margin-block-end: 16px;
}
.body-copy p { font-size: clamp(.95rem, 1.03vw, 1.05rem); }

.site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 1000;
  padding-block: 0;
  color: var(--paper);
  transition: transform 320ms ease, color 260ms ease;
  pointer-events: none;
}
.header-inner {
  width: min(1290px, calc(100vw - 32px));
  min-height: 58px;
  margin-inline: auto;
  padding: 7px 10px 7px 18px;
  margin-block-start: 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(9, 31, 30, 0.34);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 45px rgba(4, 18, 17, 0.14);
  pointer-events: auto;
  transition: background 260ms ease, box-shadow 260ms ease, border-color 260ms ease, min-height 260ms ease;
}
body.is-rtl .header-inner { padding: 7px 18px 7px 10px; }
.site-header.scrolled { color: var(--deep); padding-block: 0; }
.site-header.scrolled .header-inner {
  width: 100%;
  min-height: 52px;
  margin-block-start: 0;
  border-radius: 0;
  background: rgba(251, 250, 244, 0.95);
  border-color: rgba(20, 50, 49, 0.08);
  border-inline: 0;
  border-block-start: 0;
  box-shadow: 0 10px 32px rgba(14, 26, 26, 0.10);
}
.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  border-radius: 999px;
}
.brand-logo {
  width: clamp(132px, 13vw, 178px);
  height: auto;
  transition: width 260ms ease, filter 260ms ease, transform 260ms ease;
}
.brand-link:hover .brand-logo { transform: translateY(-1px); }
.site-header:not(.scrolled) .brand-logo { filter: brightness(0) invert(1); }
.site-header.scrolled .brand-logo { width: clamp(124px, 12vw, 165px); }
.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 720;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header.scrolled .site-nav {
  background: rgba(20, 50, 49, 0.045);
  border-color: rgba(20, 50, 49, 0.08);
}
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 5px 9px;
  border-radius: 999px;
  opacity: 0.86;
  transition: opacity 220ms ease, background 220ms ease, color 220ms ease, transform 220ms ease;
}
.nav-link:hover,
.nav-link:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.13);
}
.site-header.scrolled .nav-link:hover,
.site-header.scrolled .nav-link:focus-visible { background: rgba(20, 50, 49, 0.07); }
.nav-link.is-active {
  opacity: 1;
  color: var(--deep);
  background: var(--gold);
  box-shadow: 0 8px 22px rgba(230, 181, 74, .24);
}
.header-actions { display: flex; align-items: center; gap: 10px; justify-self: end; }
body.is-ltr .header-actions { justify-self: end; }
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 3px;
  opacity: 0.92;
  background: rgba(255,255,255,.03);
}
.lang-btn {
  border: 0;
  color: inherit;
  background: transparent;
  border-radius: 999px;
  padding: 5px 9px;
  font-weight: 800;
  font-size: 0.68rem;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}
.lang-btn:hover { transform: translateY(-1px); }
.lang-btn.active { background: var(--gold); color: var(--deep); }
.header-contact {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 800;
  font-size: 0.70rem;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
}
.header-contact:hover { background: var(--gold); color: var(--deep); border-color: var(--gold); transform: translateY(-1px); }
.menu-toggle { display: none; }

.hero {
  min-height: 92svh;
  position: relative;
  background: var(--dark);
  color: var(--paper);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(to top, rgba(236, 236, 228, .15), transparent);
  pointer-events: none;
  z-index: 3;
}
.hero-track, .hero-slide { position: absolute; inset: 0; }
.hero-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 980ms cubic-bezier(.22, 1, .36, 1), visibility 980ms ease;
}
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  filter: saturate(.92) contrast(1.04);
  transition: transform 7.5s cubic-bezier(.22, 1, .36, 1);
}
.hero-slide.active .hero-image { transform: scale(1.01); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 35%, rgba(230,181,74,.20), transparent 28%),
    linear-gradient(90deg, rgba(5, 24, 23, 0.91), rgba(20, 50, 49, 0.66) 48%, rgba(20, 50, 49, 0.18)),
    linear-gradient(0deg, rgba(5, 24, 23, 0.72), transparent 58%);
}
body.is-rtl .hero-overlay {
  background:
    radial-gradient(circle at 76% 35%, rgba(230,181,74,.20), transparent 28%),
    linear-gradient(270deg, rgba(5, 24, 23, 0.91), rgba(20, 50, 49, 0.66) 48%, rgba(20, 50, 49, 0.18)),
    linear-gradient(0deg, rgba(5, 24, 23, 0.72), transparent 58%);
}
.hero-content {
  position: relative;
  z-index: 4;
  width: var(--container);
  min-height: 92svh;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: calc(var(--header-height) + 74px) 118px;
}
.hero-content .eyebrow {
  display: inline-flex;
  width: fit-content;
  color: var(--gold);
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(230,181,74,.28);
  background: rgba(230,181,74,.08);
  backdrop-filter: blur(10px);
}
.hero-subtitle {
  max-width: 660px;
  font-size: clamp(.95rem, 1.12vw, 1.12rem);
  color: rgba(255, 255, 255, 0.76);
  margin-block: 0 28px;
}
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid transparent;
  overflow: hidden;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.36) 45%, transparent 72%);
  transform: translateX(110%);
  transition: transform 640ms cubic-bezier(.22, 1, .36, 1);
  z-index: -1;
}
body.is-rtl .btn::before { transform: translateX(-110%); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(14, 26, 26, .14); }
.btn:hover::before { transform: translateX(-110%); }
body.is-rtl .btn:hover::before { transform: translateX(110%); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-primary { background: var(--gold); color: var(--deep); border-color: var(--gold); }
.image-spec {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
}
.hero-controls {
  position: absolute;
  z-index: 8;
  inset-inline: 0;
  inset-block-end: 34px;
  width: var(--container);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.hero-arrow, .hero-dot { pointer-events: auto; }
.hero-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
  backdrop-filter: blur(12px);
  font-size: 1.22rem;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}
.hero-arrow:hover { background: var(--gold); color: var(--deep); border-color: var(--gold); transform: translateY(-2px); }
.hero-indicators {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.10);
}
.hero-dot {
  width: 28px;
  height: 4px;
  border: 0;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  transition: width 260ms ease, background 260ms ease, transform 260ms ease;
}
.hero-dot:hover { transform: scaleY(1.7); background: rgba(255,255,255,.55); }
.hero-dot.active { width: 58px; background: var(--gold); }
.hero-progress {
  position: absolute;
  z-index: 7;
  inset-inline: 0;
  inset-block-end: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.10);
}
.hero-progress span { display: block; height: 100%; width: 0; background: var(--gold); }
@keyframes heroProgress { from { width: 0; } to { width: 100%; } }
.reveal-hero { animation: heroText 900ms cubic-bezier(.22, 1, .36, 1) both 120ms; }
@keyframes heroText { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }

.about-grid, .model-layout, .companies-layout, .why-layout, .sustainability-grid, .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(30px, 5.4vw, 76px);
  align-items: center;
}
.about-copy h2, .model-intro h2, .companies-intro h2, .contact-copy h2 { margin-block-end: 16px; }
.model-intro h2, .about-copy h2, .sustainability-section h2, .contact-copy h2 {
  font-size: clamp(1.28rem, 1.95vw, 2.02rem);
  line-height: 1.32;
}
body.is-rtl .model-intro h2,
body.is-rtl .about-copy h2,
body.is-rtl .sustainability-section h2,
body.is-rtl .contact-copy h2 {
  font-size: clamp(1.18rem, 1.55vw, 1.70rem);
  line-height: 1.52;
  font-weight: 740;
}
.image-card {
  margin: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(20, 50, 49, 0.08);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}
.image-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: rgba(64, 143, 94, 0.24); }
.section-image { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; transition: transform 700ms cubic-bezier(.22, 1, .36, 1); }
.image-card:hover .section-image { transform: scale(1.035); }
figcaption {
  padding: 12px 16px;
  color: rgba(14, 26, 26, 0.54);
  font-size: 0.76rem;
  border-block-start: 1px solid var(--line);
}
.stats-row {
  margin-block-start: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255,255,255,.36);
}
.stats-row div { padding: 20px 17px; border-inline-end: 1px solid var(--line); transition: background 220ms ease; }
.stats-row div:hover { background: rgba(255,255,255,.48); }
.stats-row div:last-child { border-inline-end: 0; }
.stats-row strong { display: block; font-size: clamp(1.8rem, 3.2vw, 3.15rem); line-height: 1; color: var(--green); }
.stats-row span { display: block; margin-block-start: 8px; color: rgba(14, 26, 26, 0.63); font-weight: 750; font-size: .86rem; }

.section-heading { margin-block-end: clamp(30px, 5vw, 56px); }
.section-heading h2 { margin-block-end: 0; }
.vision-section {
  background:
    radial-gradient(circle at 18% 22%, rgba(1, 173, 110, 0.16), transparent 29%),
    linear-gradient(145deg, var(--dark), #061f1e);
  color: var(--paper);
  overflow: hidden;
}
.vision-section::after,
.companies-section::after,
.contact-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
body.is-rtl .vision-section { background: radial-gradient(circle at 82% 22%, rgba(1,173,110,.16), transparent 29%), linear-gradient(145deg, var(--dark), #061f1e); }
.heading-light h2, .heading-light .eyebrow { color: var(--paper); }
.heading-light .eyebrow { color: var(--gold); }
.statement-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; position: relative; z-index: 1; }
.statement-card {
  min-height: 270px;
  padding: clamp(26px, 3.4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.052);
  backdrop-filter: blur(8px);
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
}
.statement-card:hover { transform: translateY(-6px); border-color: rgba(230,181,74,.32); background: rgba(255,255,255,.07); }
.statement-card span { color: var(--gold); font-weight: 900; }
.statement-card h3 { color: var(--paper); margin-block: 16px 16px; }
.statement-card p { color: rgba(255, 255, 255, 0.70); }

.model-section { background: var(--canvas-soft); }
.model-layout { grid-template-columns: 0.78fr 1fr; align-items: start; }
.model-intro {
  position: sticky;
  inset-block-start: 122px;
  padding: 24px;
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.66);
  border: 1px solid var(--line);
}
.model-intro p { font-size: .94rem; line-height: 1.82; }
.model-steps { display: grid; gap: 12px; }
.model-step {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .62);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}
.model-step:hover { transform: translateX(-4px); box-shadow: var(--shadow-soft); border-color: rgba(64,143,94,.24); background: rgba(255,255,255,.70); }
body.is-ltr .model-step:hover { transform: translateX(4px); }
.step-number { font-size: clamp(1.9rem, 3.2vw, 3.05rem); line-height: 0.95; color: var(--gold); font-weight: 850; }
.model-step h3 { margin-block-end: 8px; }
.model-step p { margin-block-end: 0; font-size: .93rem; }

.sectors-section { background: var(--canvas); }
.sector-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.sector-card {
  position: relative;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(20, 50, 49, 0.10);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(14, 26, 26, 0.045);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}
.sector-card::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
  z-index: 2;
}
body.is-rtl .sector-card::before { transform-origin: right; }
.sector-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(64, 143, 94, 0.28);
  background: var(--paper);
}
.sector-card:hover::before { transform: scaleX(1); }
.sector-media { position: relative; aspect-ratio: 1.18 / 0.74; overflow: hidden; background: var(--canvas-soft); }
.sector-image { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.22, 1, .36, 1), filter 700ms ease; }
.sector-card:hover .sector-image { transform: scale(1.06); filter: saturate(1.05); }
.sector-media span {
  position: absolute;
  inset-inline-start: 12px;
  inset-block-end: 12px;
  background: rgba(9, 31, 30, 0.78);
  color: var(--paper);
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.68rem;
}
.sector-content { padding: 19px; }
.sector-content small, .company-card small, .presence-copy span { color: var(--gold); font-weight: 900; }
.sector-content h3 { min-height: 2.2em; margin-block: 8px 10px; }
.sector-content p { font-size: 0.86rem; margin: 0; color: rgba(14,26,26,.66); }

.companies-section {
  background: var(--dark);
  color: var(--paper);
  overflow: hidden;
}
.companies-layout { position: relative; z-index: 1; display: block; }
.companies-intro {
  max-width: 1100px;
  margin: 0 auto 34px;
  text-align: center;
}
.companies-intro h2 {
  color: var(--paper);
  max-width: none;
  white-space: nowrap;
  font-size: clamp(1.24rem, 1.8vw, 1.95rem);
}
.companies-intro p {
  color: rgba(255,255,255,.68);
  max-width: 760px;
  margin-inline: auto;
}
.company-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.company-card {
  position: relative;
  min-height: 228px;
  padding: 17px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.045);
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  overflow: hidden;
  transition: transform 260ms ease, background 260ms ease, border-color 260ms ease;
}
.company-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 0%, rgba(230,181,74,.18), transparent 35%);
  opacity: 0;
  transition: opacity 260ms ease;
}
.company-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.075); border-color: rgba(230,181,74,.26); }
.company-card:hover::after { opacity: 1; }
.company-card > * { position: relative; z-index: 1; }
.company-logo {
  width: 54px;
  height: 54px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--gold), var(--green));
  color: var(--deep);
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.company-card h3 { color: var(--paper); margin-block: 8px 8px; }
.company-card p { color: rgba(255,255,255,.64); font-size: .80rem; line-height: 1.55; }
.company-card a { color: var(--gold); font-weight: 800; font-size: .78rem; }

.presence-grid { display: grid; gap: 16px; }
.presence-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.40fr) 1fr;
  min-height: 255px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(20, 50, 49, 0.09);
  box-shadow: 0 14px 42px rgba(14, 26, 26, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}
.presence-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: rgba(64,143,94,.24); }
.presence-image { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.22, 1, .36, 1); }
.presence-card:hover .presence-image { transform: scale(1.045); }
.presence-copy { padding: clamp(24px, 3.5vw, 42px); align-self: center; }
.presence-copy h3 { margin-block: 8px 12px; }
.presence-copy small { color: rgba(14,26,26,.48); font-size: .76rem; }

.why-section { background: var(--canvas-soft); }
.why-layout { align-items: start; grid-template-columns: 0.70fr 1fr; }
.why-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.why-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.42);
  transition: background 220ms ease, transform 220ms ease, border-color 220ms ease;
}
.why-list li:hover { background: var(--paper); transform: translateY(-3px); border-color: rgba(64,143,94,.24); }
.why-list span { font-size: 1.42rem; line-height: 1; color: var(--green); font-weight: 900; }
.why-list strong { font-size: clamp(.98rem, 1.25vw, 1.18rem); line-height: 1.45; font-weight: 760; }

.sustainability-section { background: var(--canvas); }
.sustainability-grid { grid-template-columns: 1fr 0.82fr; }
.large-statement {
  font-size: clamp(1.05rem, 1.55vw, 1.38rem);
  line-height: 1.72;
  color: rgba(14,26,26,.80);
}
.focus-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.focus-list li {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--deep);
  background: rgba(255,255,255,.48);
  font-weight: 800;
  font-size: .82rem;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}
.focus-list li:hover { background: var(--paper); border-color: rgba(64,143,94,.24); transform: translateY(-2px); }

.contact-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(230,181,74,.18), transparent 32%),
    linear-gradient(135deg, rgba(20,50,49,.98), rgba(6,25,24,.99));
  color: var(--paper);
  overflow: hidden;
}
body.is-rtl .contact-section { background: radial-gradient(circle at 88% 20%, rgba(230,181,74,.18), transparent 32%), linear-gradient(135deg, rgba(20,50,49,.98), rgba(6,25,24,.99)); }
.contact-grid { align-items: start; position: relative; z-index: 1; }
.contact-copy h2 { color: var(--paper); }
.contact-copy p { color: rgba(255,255,255,.70); }
.contact-links { display: grid; gap: 10px; margin-block: 30px; }
.contact-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}
.contact-links a:hover { transform: translateY(-2px); background: rgba(255,255,255,.07); border-color: rgba(230,181,74,.24); }
.contact-links span { color: var(--gold); font-weight: 900; }
.country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.country-list li { border: 1px solid rgba(255,255,255,.12); padding: 11px 12px; border-radius: 15px; color: rgba(255,255,255,.76); background: rgba(255,255,255,.035); }
.contact-form {
  padding: clamp(22px, 3.6vw, 36px);
  border-radius: var(--radius-xl);
  background: var(--canvas-soft);
  color: var(--deep);
  box-shadow: var(--shadow-hover);
  border: 1px solid rgba(255,255,255,.18);
}
.form-field { display: grid; gap: 7px; margin-block-end: 14px; }
.form-field > span { font-weight: 850; font-size: .84rem; color: var(--dark); }
.form-field > span span { color: var(--green); font-size: .68rem; margin-inline-start: 6px; }
input, textarea {
  width: 100%;
  border: 1px solid rgba(20,50,49,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.78);
  color: var(--deep);
  padding: 13px 14px;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease, transform 200ms ease;
}
textarea { resize: vertical; min-height: 128px; }
input:hover, textarea:hover { background: var(--paper); }
input:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(64,143,94,.12); background: var(--paper); outline: none; transform: translateY(-1px); }
.form-note { margin: 13px 0 0; font-size: .8rem; color: rgba(14,26,26,.58); }

.site-footer {
  background: #061f1e;
  color: var(--paper);
  padding: 56px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .8fr .8fr;
  gap: 30px;
  align-items: start;
}
.footer-logo { width: min(200px, 66vw); margin-block-end: 20px; }
.site-footer p { color: rgba(255,255,255,.58); }
.footer-nav, .footer-contact { display: grid; gap: 10px; }
.footer-nav a, .footer-contact a { color: rgba(255,255,255,.76); font-weight: 780; transition: color 180ms ease, transform 180ms ease; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--gold); transform: translateX(-3px); }
body.is-ltr .footer-nav a:hover, body.is-ltr .footer-contact a:hover { transform: translateX(3px); }
.footer-bottom {
  margin-block-start: 44px;
  padding-block-start: 22px;
  border-block-start: 1px solid rgba(255,255,255,.10);
  display: grid;
  gap: 10px;
}
.footer-bottom p, .footer-bottom span { margin: 0; color: rgba(255,255,255,.44); font-size: .78rem; }

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 760ms cubic-bezier(.22, 1, .36, 1), transform 760ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.noscript { padding: 120px 24px; max-width: 900px; margin-inline: auto; }

@media (max-width: 1280px) {
  .company-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .menu-toggle {
    display: inline-grid;
    gap: 4px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
    color: inherit;
    justify-self: end;
    transition: background 200ms ease, transform 200ms ease;
  }
  body.is-ltr .menu-toggle { justify-self: start; }
  .menu-toggle:hover { background: rgba(255,255,255,.10); transform: translateY(-1px); }
  .site-header.scrolled .menu-toggle:hover { background: rgba(20,50,49,.07); }
  .menu-toggle span { width: 19px; height: 2px; background: currentColor; display: block; border-radius: 999px; transition: transform 220ms ease, opacity 220ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .site-nav {
    position: fixed;
    inset-block-start: calc(var(--header-height) + 10px);
    inset-inline: 16px;
    display: grid;
    gap: 0;
    padding: 14px;
    border-radius: 24px;
    background: rgba(247,246,239,.96);
    color: var(--deep);
    box-shadow: var(--shadow-hover);
    transform: translateY(-12px) scale(.98);
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
    backdrop-filter: blur(18px);
    border: 1px solid rgba(20,50,49,.08);
  }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
  .nav-link { justify-content: flex-start; padding: 14px 12px; border-radius: 16px; }
  body.is-rtl .nav-link { justify-content: flex-end; }
  .header-actions { justify-self: end; }
  body.is-ltr .header-actions { justify-self: end; }
  .header-contact { display: none; }
  .sector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .companies-intro h2 { white-space: normal; }
}

@media (max-width: 860px) {
  :root { --container: min(100vw - 28px, 720px); --header-height: 72px; }
  body { font-size: 14px; }
  .site-header { padding-block: 10px; }
  .header-inner { width: min(100vw - 24px, 720px); grid-template-columns: auto 1fr auto; gap: 10px; min-height: 58px; padding: 7px 9px 7px 14px; }
  body.is-rtl .header-inner { padding: 7px 14px 7px 9px; }
  .brand-link { min-width: auto; }
  .brand-logo { width: 126px; }
  .site-header.scrolled .brand-logo { width: 120px; }
  .language-switcher { display: inline-flex; }
  .lang-btn { padding: 6px 8px; font-size: 0.68rem; }
  h1 { font-size: clamp(1.65rem, 7.8vw, 2.55rem); }
  h2 { font-size: clamp(1.18rem, 5.2vw, 1.72rem); }
  body.is-rtl h1 { font-size: clamp(1.55rem, 7.2vw, 2.35rem); }
  body.is-rtl h2 { font-size: clamp(1.12rem, 4.8vw, 1.55rem); line-height: 1.55; }
  .hero, .hero-content { min-height: 88svh; }
  .hero-content { padding-block-end: 112px; }
  .hero-overlay, body.is-rtl .hero-overlay { background: linear-gradient(0deg, rgba(6,25,24,.94), rgba(20,50,49,.56)); }
  .hero-controls { inset-block-end: 24px; }
  .hero-arrow { width: 40px; height: 40px; }
  .about-grid, .model-layout, .companies-layout, .why-layout, .sustainability-grid, .contact-grid { grid-template-columns: 1fr; }
  .model-intro { position: static; padding: 22px; }
  .statement-grid, .company-grid, .presence-card, .footer-grid { grid-template-columns: 1fr; }
  .sector-grid { grid-template-columns: 1fr; }
  .presence-image { aspect-ratio: 1.35 / .8; }
  .stats-row { grid-template-columns: 1fr; }
  .stats-row div { border-inline-end: 0; border-block-end: 1px solid var(--line); }
  .stats-row div:last-child { border-block-end: 0; }
  .model-step, .why-list li { grid-template-columns: 56px 1fr; gap: 15px; }
  .country-list { grid-template-columns: 1fr; }
  .contact-links a { display: grid; align-items: start; }
}

@media (max-width: 520px) {
  .section { padding-block: 56px; }
  .header-inner { width: min(100vw - 18px, 520px); }
  .brand-logo { width: 112px; }
  .site-header.scrolled .brand-logo { width: 108px; }
  .language-switcher { transform: scale(.92); transform-origin: center; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .image-spec { font-size: .72rem; }
  .hero-dot { width: 20px; }
  .hero-dot.active { width: 40px; }
  .company-card { grid-template-columns: 1fr; }
  .company-logo { width: 58px; height: 58px; border-radius: 18px; }
  .model-step { grid-template-columns: 1fr; }
  .why-list li { grid-template-columns: 1fr; }
}


/* V3 refinements: smaller institutional typography and smoother section rhythm */
body.is-rtl .section-heading h2 { max-width: 860px; margin-inline: auto; }
.section-heading { text-align: center; }
.about-grid .section-heading, .why-layout .section-heading { text-align: start; }
body.is-rtl .model-intro { max-width: 100%; }
.model-intro .eyebrow { margin-bottom: 10px; }
.model-intro h2 { max-width: 620px; }
.companies-intro h2 { line-height: 1.34; }
body.is-rtl .companies-intro h2 { font-size: clamp(1.16rem, 1.55vw, 1.76rem); line-height: 1.55; }
.company-grid { align-items: stretch; }
.company-card { box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.sectors-section, .sustainability-section { background: #faf8f1; }
.model-section, .why-section { background: #fffdf7; }
@media (min-width: 1281px) {
  .company-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1080px) {
  .company-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .company-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}


/* V4 title alignment and premium section headings */
.hero-content { align-items: center; text-align: center; }
.hero-content .eyebrow { margin-inline: auto; }
.hero-content h1, .hero-subtitle { margin-inline: auto; }
.hero-actions { justify-content: center; }
.hero-overlay {
  background:
    radial-gradient(circle at 50% 18%, rgba(230,181,74,.18), transparent 24%),
    linear-gradient(180deg, rgba(5,24,23,.48), rgba(5,24,23,.62) 45%, rgba(5,24,23,.88)),
    linear-gradient(90deg, rgba(5,24,23,.78), rgba(20,50,49,.34) 50%, rgba(20,50,49,.78));
}
.section-heading,
.model-intro,
.companies-intro,
.contact-copy,
.about-copy,
.sustainability-grid > div,
.why-layout {
  position: relative;
}
.section-heading .eyebrow,
.model-intro > .eyebrow,
.companies-intro > .eyebrow,
.contact-copy > .eyebrow,
.about-copy > .eyebrow,
.sustainability-grid > div > .eyebrow,
.why-layout .section-heading .eyebrow {
  color: var(--gold);
  font-weight: 800;
}
.section-heading,
.model-intro,
.companies-intro,
.contact-copy,
.about-copy,
.sustainability-grid > div,
.why-layout .section-heading {
  text-align: center;
}
.section-heading .eyebrow,
.model-intro > .eyebrow,
.companies-intro > .eyebrow,
.contact-copy > .eyebrow,
.about-copy > .eyebrow,
.sustainability-grid > div > .eyebrow { display: inline-flex; width: fit-content; margin-inline: auto; }
.section-heading h2,
.model-intro > h2,
.companies-intro > h2,
.contact-copy > h2,
.about-copy > h2,
.sustainability-grid > div > h2 { max-width: 920px; margin-inline: auto; }
.model-intro p,
.companies-intro p,
.contact-copy p,
.about-copy .body-copy,
.sustainability-grid > div > p,
.why-layout .section-heading + * { margin-inline: auto; }
.about-copy .body-copy p,
.contact-copy .contact-links,
.contact-copy .country-list,
.sustainability-grid .focus-list { text-align: center; }
.contact-links, .country-list, .focus-list { justify-content: center; }
.vision-section .section-heading h2 { font-size: clamp(1.6rem, 3vw, 3.15rem); max-width: 980px; }
.vision-section .section-heading { margin-bottom: 42px; }
@media (max-width: 900px) {
  .hero-content { align-items: flex-start; text-align: start; }
  .hero-content .eyebrow, .hero-content h1, .hero-subtitle { margin-inline: 0; }
  .hero-actions { justify-content: flex-start; }
}


/* V5 contact form and footer social links */
.contact-form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}
.contact-form-fields .form-field { margin-block-end: 0; }
.form-field-wide { grid-column: 1 / -1; }
.footer-contact { align-content: start; }
.footer-social {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.10);
  display: grid;
  gap: 10px;
}
.footer-social strong {
  color: var(--gold);
  font-size: .84rem;
}
.footer-social div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}
.footer-social a:hover { border-color: rgba(230,181,74,.35); }
@media (max-width: 720px) {
  .contact-form-fields { grid-template-columns: 1fr; }
}
