:root {
  --forest-950: #081a15;
  --forest-900: #0d251e;
  --forest-800: #15342a;
  --forest-700: #235141;
  --off-white: #f7f5ef;
  --warm-white: #fcfbf8;
  --sand-100: #eee8dc;
  --sand-300: #d6c7ae;
  --earth: #aa895d;
  --charcoal: #17201d;
  --slate: #596760;
  --line: rgba(23, 32, 29, 0.15);
  --line-light: rgba(255, 255, 255, 0.18);
  --white: #ffffff;
  --shadow: 0 26px 70px rgba(13, 37, 30, 0.12);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --container: 1320px;
  --header-height: 88px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--warm-white);
  color: var(--charcoal);
  font-family: "Segoe UI Variable", Aptos, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html[dir="rtl"] body {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.8;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-type {
  font-weight: 650;
  letter-spacing: -0.035em;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 {
  letter-spacing: 0;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: 132px;
}

main p {
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--white);
  color: var(--forest-900);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--sand-300);
  outline-offset: 4px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--forest-700);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

html[dir="rtl"] .eyebrow {
  letter-spacing: 0;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow-light {
  color: var(--sand-300);
}

.section-heading h2,
.location-copy h2,
.impact-copy h2,
.partnership-shell h2,
.contact-info h2 {
  margin-bottom: 0;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 1.04;
}

html[dir="rtl"] .section-heading h2,
html[dir="rtl"] .location-copy h2,
html[dir="rtl"] .impact-copy h2,
html[dir="rtl"] .partnership-shell h2,
html[dir="rtl"] .contact-info h2 {
  line-height: 1.2;
}

.lead {
  color: var(--charcoal);
  font-size: clamp(1.12rem, 1.9vw, 1.4rem);
  line-height: 1.55;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  color: var(--white);
  transition: background-color 250ms ease, box-shadow 250ms ease, height 250ms ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  background: rgba(8, 26, 21, 0.96);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-header.is-scrolled .nav-shell,
.site-header.menu-open .nav-shell {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.scroll-progress {
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  overflow: hidden;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--sand-300);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

html[dir="rtl"] .scroll-progress span {
  transform-origin: right center;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 32px;
  height: 32px;
  overflow: visible;
}

.brand-mark path,
.brand-mark circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.brand-mark circle {
  fill: var(--earth);
  stroke: var(--earth);
}

.brand-type {
  font-size: 1.04rem;
  font-weight: 770;
  letter-spacing: 0.22em;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  margin-inline: auto 28px;
}

html[dir="rtl"] .desktop-nav {
  margin-inline: 28px auto;
}

.desktop-nav a {
  position: relative;
  padding-block: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  inset: auto 0 1px;
  height: 1px;
  background: var(--sand-300);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.is-active {
  color: var(--white);
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.language-switch > span {
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, 0.24);
}

.lang-button {
  min-width: 25px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  font-size: 0.77rem;
  font-weight: 750;
  line-height: 1;
}

.lang-button.is-active {
  color: var(--white);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 720;
  line-height: 1.2;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

html[dir="rtl"] .button svg {
  transform: scaleX(-1);
}

.button-small {
  min-height: 40px;
  padding: 9px 17px;
  font-size: 0.82rem;
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.button-outline:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--forest-900);
}

.button-primary {
  background: var(--sand-300);
  color: var(--forest-950);
}

.button-primary:hover {
  background: #e6d8c0;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.1);
}

.button-dark {
  margin-top: 28px;
  background: var(--forest-900);
  color: var(--white);
}

.button-dark:hover {
  background: var(--forest-800);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: max(900px, 100svh);
  overflow: hidden;
  background: var(--forest-950);
  color: var(--white);
  --hero-shift: 0px;
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 26, 21, 0.99) 0%, rgba(8, 26, 21, 0.94) 31%, rgba(8, 26, 21, 0.52) 59%, rgba(8, 26, 21, 0.06) 82%),
    linear-gradient(0deg, rgba(8, 26, 21, 0.92) 0%, transparent 28%);
  content: "";
}

html[dir="rtl"] .hero::before {
  background:
    linear-gradient(270deg, rgba(8, 26, 21, 0.99) 0%, rgba(8, 26, 21, 0.94) 31%, rgba(8, 26, 21, 0.52) 59%, rgba(8, 26, 21, 0.06) 82%),
    linear-gradient(0deg, rgba(8, 26, 21, 0.92) 0%, transparent 28%);
}

.hero-media {
  position: absolute;
  inset: 0;
  transform: translate3d(0, var(--hero-shift), 0) scale(1.07);
  transform-origin: center;
  will-change: transform;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.83) contrast(1.04);
}

html[dir="rtl"] .hero-media img {
  transform: scaleX(-1);
}

.hero-grid {
  position: absolute;
  z-index: 2;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  pointer-events: none;
}

.hero-visual-note {
  position: absolute;
  z-index: 4;
  inset-inline-end: max(24px, calc((100vw - var(--container)) / 2));
  inset-block-end: 147px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  padding-inline-start: 28px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: end;
}

.hero-visual-note::before {
  position: absolute;
  inset-block-start: 7px;
  inset-inline-start: 0;
  width: 18px;
  height: 1px;
  background: var(--sand-300);
  content: "";
}

.hero-visual-note span:first-child {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

html[dir="rtl"] .hero-grid {
  mask-image: linear-gradient(270deg, #000, transparent 72%);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: max(900px, 100svh);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  grid-template-rows: 1fr auto;
  column-gap: clamp(42px, 6vw, 88px);
  padding-block: 150px 42px;
}

.hero-copy {
  width: 100%;
  max-width: 790px;
  align-self: center;
  padding-top: 26px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(8, 26, 21, 0.4);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 620;
  backdrop-filter: blur(6px);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sand-300);
  box-shadow: 0 0 0 5px rgba(214, 199, 174, 0.12);
}

.hero h1 {
  max-width: 790px;
  margin-bottom: 28px;
  font-size: clamp(3.4rem, 6.25vw, 6.35rem);
  line-height: 0.94;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
}

.hero-title-accent {
  padding-inline-start: clamp(22px, 4vw, 62px);
  color: var(--sand-300);
  font-weight: 430;
}

.hero-title-line:last-child {
  margin-top: 0.22em;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.63em;
  font-weight: 620;
  letter-spacing: -0.01em;
  line-height: 1.08;
}

html[dir="rtl"] .hero-title-line:last-child {
  letter-spacing: 0;
}

@keyframes hero-line-enter {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    transform: translateY(44px);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}

@keyframes hero-item-enter {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes status-pulse {
  0%, 100% {
    box-shadow: 0 0 0 5px rgba(214, 199, 174, 0.1);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(214, 199, 174, 0.02);
  }
}

body.motion-ready .hero-copy .status-pill,
body.motion-ready .hero-copy > .eyebrow,
body.motion-ready .hero-lead,
body.motion-ready .hero-actions,
body.motion-ready .hero-dossier,
body.motion-ready .hero-rail,
body.motion-ready .hero-visual-note {
  opacity: 0;
  animation: hero-item-enter 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.motion-ready .hero-copy .status-pill { animation-delay: 80ms; }
body.motion-ready .hero-copy > .eyebrow { animation-delay: 180ms; }

body.motion-ready .hero-title-line {
  opacity: 0;
  animation: hero-line-enter 980ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.motion-ready .hero-title-line:nth-child(1) { animation-delay: 250ms; }
body.motion-ready .hero-title-line:nth-child(2) { animation-delay: 360ms; }
body.motion-ready .hero-title-line:nth-child(3) { animation-delay: 470ms; }
body.motion-ready .hero-lead { animation-delay: 620ms; }
body.motion-ready .hero-actions { animation-delay: 740ms; }
body.motion-ready .hero-dossier { animation-delay: 580ms; }
body.motion-ready .hero-visual-note { animation-delay: 820ms; }
body.motion-ready .hero-rail { animation-delay: 900ms; }

body.motion-ready .status-dot {
  animation: status-pulse 2.8s ease-in-out 1.1s infinite;
}

html[dir="rtl"] .hero h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.13;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.08rem;
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-dossier {
  position: relative;
  align-self: center;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(8, 26, 21, 0.74);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
  color: var(--white);
  backdrop-filter: blur(18px) saturate(0.8);
}

.hero-dossier::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  pointer-events: none;
}

.dossier-head,
.hero-dossier dl,
.dossier-stage {
  position: relative;
  z-index: 1;
}

.dossier-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

html[dir="rtl"] .dossier-head {
  letter-spacing: 0;
}

.hero-dossier dl {
  margin: 0;
  padding: 8px 20px;
}

.hero-dossier dl > div {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 18px;
  padding-block: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-dossier dl > div:last-child {
  border-bottom: 0;
}

.hero-dossier dt,
.hero-dossier dd {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
}

.hero-dossier dt {
  color: rgba(255, 255, 255, 0.42);
}

.hero-dossier dd {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 650;
}

.dossier-stage {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(214, 199, 174, 0.09);
}

.dossier-stage .status-dot {
  flex: 0 0 auto;
}

.dossier-stage span:not(.status-dot),
.dossier-stage strong {
  display: block;
}

.dossier-stage span:not(.status-dot) {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html[dir="rtl"] .dossier-stage span:not(.status-dot) {
  letter-spacing: 0;
}

.dossier-stage strong {
  color: var(--sand-100);
  font-size: 0.83rem;
}

.hero-rail {
  display: grid;
  width: 100%;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: rgba(8, 26, 21, 0.24);
  backdrop-filter: blur(5px);
}

.thesis-strip {
  position: relative;
  overflow: hidden;
  padding-block: 94px;
  border-bottom: 1px solid rgba(23, 32, 29, 0.12);
  background: #eae4d8;
}

.thesis-strip::after {
  position: absolute;
  width: 420px;
  height: 420px;
  inset-block-start: -260px;
  inset-inline-end: -170px;
  border: 1px solid rgba(13, 37, 30, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(13, 37, 30, 0.025), 0 0 0 144px rgba(13, 37, 30, 0.018);
  content: "";
}

.thesis-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 48px clamp(42px, 7vw, 100px);
  align-items: start;
}

.thesis-code {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 11px;
  color: var(--forest-700);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}

html[dir="rtl"] .thesis-code {
  letter-spacing: 0;
}

.thesis-code span:last-child {
  color: var(--slate);
  font-weight: 620;
}

.thesis-layout h2 {
  max-width: 1020px;
  margin: 0;
  color: var(--forest-950);
  font-size: clamp(2.7rem, 5.65vw, 5.85rem);
  font-weight: 610;
  line-height: 0.99;
  text-wrap: balance;
}

html[dir="rtl"] .thesis-layout h2 {
  line-height: 1.18;
}

.thesis-points {
  display: grid;
  grid-column: 2;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(13, 37, 30, 0.18);
  border-bottom: 1px solid rgba(13, 37, 30, 0.18);
}

.thesis-points > div {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-inline-end: 1px solid rgba(13, 37, 30, 0.18);
}

.thesis-points > div:last-child {
  border-inline-end: 0;
}

.thesis-points span {
  color: var(--earth);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.thesis-points strong {
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-rail > div {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 15px;
  padding: 16px 22px;
  border-inline-end: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 600;
}

.hero-rail > div:last-child {
  border-inline-end: 0;
}

.rail-index {
  color: var(--sand-300);
  font-size: 0.67rem;
  letter-spacing: 0.12em;
}

.section-intro {
  background: var(--warm-white);
}

.intro-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.intro-copy {
  padding-top: 45px;
}

.intro-copy p:not(.lead) {
  max-width: 700px;
  color: var(--slate);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.value-item {
  min-height: 240px;
  padding: 30px 26px;
  border-inline-end: 1px solid var(--line);
}

.value-item:last-child {
  border-inline-end: 0;
}

.value-item > span,
.card-topline,
.process-number {
  color: var(--earth);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.value-item h3 {
  margin: 52px 0 12px;
  font-size: 1.15rem;
  line-height: 1.3;
}

.value-item p {
  margin-bottom: 0;
  color: var(--slate);
  font-size: 0.9rem;
  line-height: 1.55;
}

.story-plate {
  position: relative;
  margin-block: 74px 0;
  margin-inline: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 37, 30, 0.14);
  border-radius: 24px;
  background: var(--warm-white);
  box-shadow: 0 24px 72px rgba(13, 37, 30, 0.09);
}

.container.story-plate {
  margin-inline: auto;
}

.story-media {
  position: relative;
  height: clamp(420px, 43vw, 570px);
  overflow: hidden;
  background: var(--forest-900);
}

.story-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 26, 21, 0.04), transparent 62%, rgba(8, 26, 21, 0.3));
  content: "";
  pointer-events: none;
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 400ms ease;
}

.story-plate:hover .story-media img,
.impact-photo:hover .story-media img {
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1.025);
}

body.motion-ready .story-plate .story-media,
body.motion-ready .impact-photo .story-media {
  transition: clip-path 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.motion-ready .story-plate.reveal:not(.is-visible) .story-media,
body.motion-ready .impact-photo.reveal:not(.is-visible) .story-media {
  clip-path: inset(0 0 100% 0);
}

body.motion-ready .story-plate.reveal:not(.is-visible) .story-media img,
body.motion-ready .impact-photo.reveal:not(.is-visible) .story-media img {
  transform: scale(1.07);
}

.story-caption {
  display: grid;
  grid-template-columns: minmax(155px, 0.34fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 100px);
  padding: clamp(30px, 4.5vw, 58px);
  align-items: start;
}

.story-code {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 7px;
  color: var(--earth);
  font-size: 0.68rem;
  font-weight: 790;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.story-code span:last-child {
  color: var(--slate);
  font-weight: 620;
  letter-spacing: 0.02em;
  text-transform: none;
}

html[dir="rtl"] .story-code {
  letter-spacing: 0;
}

.story-caption h3 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.7vw, 3.75rem);
  line-height: 1.04;
  text-wrap: balance;
}

html[dir="rtl"] .story-caption h3 {
  line-height: 1.2;
}

.story-caption p {
  max-width: 760px;
  margin: 0;
  color: var(--slate);
  font-size: 1rem;
}

.section-model {
  background: var(--off-white);
  border-top: 1px solid rgba(23, 32, 29, 0.06);
}

.section-heading-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: end;
}

.section-heading-row > p {
  max-width: 520px;
  margin: 0 0 8px;
  color: var(--slate);
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 64px;
}

.model-card {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--warm-white);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.model-card:hover {
  border-color: rgba(23, 81, 65, 0.35);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.model-card-dark {
  border-color: var(--forest-900);
  background: var(--forest-900);
  color: var(--white);
}

.model-card-dark:hover {
  border-color: var(--forest-700);
}

.model-media {
  position: relative;
  height: 205px;
  margin-block: 42px 34px;
  overflow: hidden;
  border: 1px solid rgba(13, 37, 30, 0.12);
  border-radius: 15px;
  background: var(--forest-900);
}

.model-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(8, 26, 21, 0.75));
  content: "";
  pointer-events: none;
}

.model-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.04);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 300ms ease;
}

.model-card:hover .model-media img {
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1.045);
}

.model-card-dark .model-media {
  border-color: rgba(255, 255, 255, 0.16);
}

.model-media-code {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  display: flex;
  min-height: 62px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 13px 16px;
  color: var(--white);
}

.model-concept-label {
  position: absolute;
  z-index: 2;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;
  background: rgba(8, 26, 21, 0.68);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.61rem;
  font-weight: 650;
  backdrop-filter: blur(6px);
}

.model-media-code span {
  color: var(--sand-300);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.model-media-code strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.65rem;
  font-weight: 620;
  line-height: 1;
}

.card-topline {
  display: flex;
  justify-content: space-between;
}

.card-topline span:last-child {
  color: var(--slate);
  letter-spacing: 0.02em;
}

.model-card-dark .card-topline span:last-child,
.model-card-dark p {
  color: rgba(255, 255, 255, 0.62);
}

.model-card h3 {
  max-width: 300px;
  margin-bottom: 18px;
  font-size: 1.7rem;
  line-height: 1.13;
}

.model-card p {
  margin-bottom: 0;
  color: var(--slate);
  font-size: 0.96rem;
}

.section-showcase {
  overflow: hidden;
  background: #e9e3d8;
}

.section-showcase::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13, 37, 30, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 37, 30, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 85%);
  pointer-events: none;
}

html[dir="rtl"] .section-showcase::before {
  mask-image: linear-gradient(270deg, #000, transparent 85%);
}

.showcase-heading,
.showcase-grid,
.showcase-principles {
  position: relative;
  z-index: 1;
}

.showcase-heading {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: end;
}

.showcase-heading h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.7rem, 5.5vw, 5.25rem);
  line-height: 0.98;
}

html[dir="rtl"] .showcase-heading h2 {
  line-height: 1.14;
}

.showcase-heading > p {
  max-width: 520px;
  margin: 0 0 6px;
  color: var(--slate);
  font-size: 1.02rem;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 22px;
  margin-top: 72px;
  align-items: start;
}

.showcase-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 37, 30, 0.14);
  border-radius: 22px;
  background: var(--warm-white);
  box-shadow: 0 20px 65px rgba(13, 37, 30, 0.08);
}

.showcase-card-secondary {
  margin-top: 96px;
}

.showcase-image {
  position: relative;
  height: 550px;
  overflow: hidden;
  background: var(--forest-900);
}

.showcase-card-secondary .showcase-image {
  height: 430px;
}

.showcase-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 26, 21, 0.06), transparent 58%, rgba(8, 26, 21, 0.32));
  content: "";
  pointer-events: none;
}

.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1), filter 400ms ease;
}

body.motion-ready .showcase-card.reveal:not(.is-visible) .showcase-image {
  clip-path: inset(0 0 100% 0);
}

body.motion-ready .showcase-card .showcase-image {
  transition: clip-path 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.motion-ready .showcase-card.reveal:not(.is-visible) .showcase-image img {
  transform: scale(1.08);
}

.showcase-card:hover .showcase-image img {
  filter: saturate(0.98) contrast(1.04);
  transform: scale(1.025);
}

.concept-label {
  position: absolute;
  z-index: 2;
  inset-block-start: 18px;
  inset-inline-start: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(8, 26, 21, 0.72);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.68rem;
  font-weight: 650;
  backdrop-filter: blur(7px);
}

.showcase-card figcaption {
  padding: 30px 32px 34px;
}

.showcase-index {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  color: var(--earth);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.showcase-index span:last-child {
  color: var(--slate);
  letter-spacing: 0.02em;
}

.showcase-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  line-height: 1.08;
}

html[dir="rtl"] .showcase-card h3 {
  line-height: 1.25;
}

.showcase-card p {
  max-width: 620px;
  margin: 0;
  color: var(--slate);
}

.showcase-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 72px;
  border-top: 1px solid rgba(13, 37, 30, 0.18);
  border-bottom: 1px solid rgba(13, 37, 30, 0.18);
}

.showcase-principles > div {
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 18px;
  padding: 20px 26px;
  border-inline-end: 1px solid rgba(13, 37, 30, 0.18);
}

.showcase-principles > div:last-child {
  border-inline-end: 0;
}

.showcase-principles span {
  color: var(--earth);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.showcase-principles strong {
  font-size: 0.9rem;
  font-weight: 700;
}

.section-why {
  overflow: hidden;
  background: var(--forest-950);
  color: var(--white);
}

.section-why::before {
  position: absolute;
  width: 560px;
  height: 560px;
  inset-block-start: -330px;
  inset-inline-start: -220px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.018), 0 0 0 160px rgba(255, 255, 255, 0.012);
  content: "";
}

.why-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(60px, 10vw, 150px);
}

.why-heading h2 {
  margin-bottom: 26px;
  font-size: clamp(2.45rem, 4.6vw, 4.6rem);
  line-height: 1.03;
}

html[dir="rtl"] .why-heading h2 {
  line-height: 1.18;
}

.why-heading > p:last-child {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.63);
}

.impact-list {
  border-top: 1px solid var(--line-light);
}

.impact-list > div {
  display: grid;
  min-height: 74px;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
}

.impact-list span {
  color: var(--sand-300);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.impact-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
}

.section-location {
  background: var(--warm-white);
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) 1.1fr;
  gap: clamp(55px, 9vw, 130px);
  align-items: center;
}

.location-map {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--sand-100);
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13, 37, 30, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 37, 30, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
}

.location-map svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 560px;
  padding: 34px 24px 12px;
}

.jordan-outline {
  fill: var(--forest-900);
  stroke: var(--forest-700);
  stroke-width: 2;
}

.governorate-line {
  fill: none;
  opacity: 0.38;
  stroke: var(--sand-300);
  stroke-width: 1.2;
}

.map-marker {
  fill: var(--sand-300);
}

.map-pulse {
  fill: rgba(214, 199, 174, 0.14);
  stroke: rgba(214, 199, 174, 0.5);
  stroke-width: 1;
}

.map-leader {
  fill: none;
  stroke: var(--earth);
  stroke-dasharray: 4 4;
  stroke-width: 1.5;
}

.map-label {
  fill: var(--forest-900);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.map-sublabel {
  fill: var(--slate);
  font-size: 10px;
  letter-spacing: 0.03em;
}

html[dir="rtl"] .map-label,
html[dir="rtl"] .map-sublabel {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

.map-coordinate {
  position: absolute;
  z-index: 2;
  inset: auto 24px 21px;
  padding-top: 13px;
  border-top: 1px solid rgba(13, 37, 30, 0.16);
  color: var(--slate);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.location-copy .lead {
  margin: 34px 0;
}

.location-note {
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 20px;
  margin-block: 32px;
}

.note-line {
  border-radius: 99px;
  background: var(--earth);
}

.location-note p {
  margin: 0;
  color: var(--slate);
}

.location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.location-tags span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--off-white);
  color: var(--forest-800);
  font-size: 0.76rem;
  font-weight: 650;
}

.section-platform {
  background: var(--off-white);
  border-top: 1px solid rgba(23, 32, 29, 0.07);
}

.platform-heading {
  max-width: 840px;
}

.platform-heading > p:last-child {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--slate);
}

.story-plate-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  margin-top: 64px;
}

.story-plate-split .story-media {
  height: 500px;
}

.story-plate-split .story-caption {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  padding: clamp(32px, 4vw, 52px);
}

.story-plate-split .story-caption h3 {
  font-size: clamp(2rem, 3.1vw, 3.25rem);
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 68px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--warm-white);
  box-shadow: 0 18px 55px rgba(13, 37, 30, 0.06);
}

.process-step {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 22px 20px 26px;
  border-inline-end: 1px solid var(--line);
  transition: background-color 220ms ease, color 220ms ease;
}

.process-step::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--earth);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

html[dir="rtl"] .process-step::before {
  transform-origin: right center;
}

.process-flow.is-in-view .process-step::before {
  transform: scaleX(1);
}

.process-flow.is-in-view .process-step:nth-child(2)::before { transition-delay: 90ms; }
.process-flow.is-in-view .process-step:nth-child(3)::before { transition-delay: 180ms; }
.process-flow.is-in-view .process-step:nth-child(4)::before { transition-delay: 270ms; }
.process-flow.is-in-view .process-step:nth-child(5)::before { transition-delay: 360ms; }
.process-flow.is-in-view .process-step:nth-child(6)::before { transition-delay: 450ms; }

.process-step:hover {
  background: #f2eee5;
}

.process-step:hover .process-icon {
  border-color: var(--earth);
  background: var(--forest-900);
  color: var(--white);
  transform: translateY(-4px);
}

.process-step:last-child {
  border-inline-end: 0;
}

.process-step:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  inset-block-start: 50%;
  inset-inline-end: -12px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--warm-white);
  color: var(--forest-700);
  content: "→";
  font-size: 0.72rem;
  transform: translateY(-50%);
}

html[dir="rtl"] .process-step:not(:last-child)::after {
  content: "←";
}

.process-icon {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-block: 53px auto;
  border: 1px solid rgba(13, 37, 30, 0.14);
  border-radius: 50%;
  color: var(--forest-700);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.05em;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.process-icon::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--earth);
  content: "";
}

.phase-icon::before {
  display: none;
}

.process-icon i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sand-300);
}

.process-icon i:nth-child(1) { transform: translate(-11px, 10px); }
.process-icon i:nth-child(2) { transform: translate(11px, -10px); }
.process-icon i:nth-child(3) { transform: translate(12px, 12px); }

.process-step h3 {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.35;
}

.process-disclaimer {
  margin: 18px 0 0;
  color: var(--slate);
  font-size: 0.76rem;
}

.section-impact {
  overflow: hidden;
  background: var(--warm-white);
}

.impact-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  column-gap: clamp(60px, 9vw, 130px);
  row-gap: 24px;
  align-items: start;
}

.impact-copy {
  grid-row: 1 / span 2;
}

.impact-copy .lead {
  margin: 30px 0;
}

.future-note {
  margin-top: 42px;
  padding: 24px;
  border-inline-start: 3px solid var(--earth);
  background: var(--off-white);
}

.future-note > span {
  display: block;
  margin-bottom: 8px;
  color: var(--forest-700);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.future-note p {
  margin: 0;
  color: var(--slate);
  font-size: 0.9rem;
}

.impact-matrix {
  display: grid;
  grid-column: 2;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-inline-start: 1px solid var(--line);
}

.impact-photo {
  grid-column: 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--off-white);
  box-shadow: 0 18px 55px rgba(13, 37, 30, 0.07);
}

.impact-photo .story-media {
  height: 310px;
}

.impact-photo figcaption {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  padding: 22px 24px 25px;
  align-items: start;
}

.impact-photo figcaption > span {
  color: var(--earth);
  font-size: 0.68rem;
  font-weight: 790;
  letter-spacing: 0.1em;
}

.impact-photo figcaption p {
  margin: 0;
  color: var(--slate);
  font-size: 0.9rem;
  line-height: 1.55;
}

.impact-matrix article {
  min-height: 170px;
  padding: 25px;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color 180ms ease;
}

.impact-matrix article:hover {
  background: var(--off-white);
}

.impact-matrix span {
  display: block;
  margin-bottom: 57px;
  color: var(--earth);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.impact-matrix h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
}

.section-development {
  padding-block: 0 112px;
  background: var(--warm-white);
}

.development-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(45px, 8vw, 110px);
  padding: clamp(42px, 6vw, 78px);
  border-radius: var(--radius-lg);
  background: var(--forest-900);
  color: var(--white);
  box-shadow: var(--shadow);
}

.development-roadmap {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.roadmap-phase {
  position: relative;
  min-height: 220px;
  padding: 28px 28px 30px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.18);
}

.roadmap-phase:last-child {
  border-inline-end: 0;
}

.roadmap-phase::before {
  position: absolute;
  inset-block-start: -5px;
  inset-inline-start: 28px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--forest-900);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  content: "";
}

.roadmap-phase.is-current {
  background: rgba(214, 199, 174, 0.08);
}

.roadmap-phase.is-current::before {
  background: var(--sand-300);
  box-shadow: 0 0 0 6px rgba(214, 199, 174, 0.12);
}

.roadmap-phase > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.65rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

html[dir="rtl"] .roadmap-phase > div {
  letter-spacing: 0;
}

.roadmap-phase.is-current > div span:last-child {
  color: var(--sand-300);
}

.roadmap-phase h3 {
  margin-bottom: 13px;
  color: var(--white);
  font-size: 1.12rem;
  line-height: 1.25;
}

.roadmap-phase p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  line-height: 1.55;
}

.development-status {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 28px;
  align-items: start;
}

.status-orbit {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(214, 199, 174, 0.35);
  border-radius: 50%;
}

.status-orbit span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sand-300);
  box-shadow: 0 0 0 9px rgba(214, 199, 174, 0.1);
}

.development-panel h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.1;
}

html[dir="rtl"] .development-panel h2 {
  line-height: 1.25;
}

.development-copy {
  padding-top: 44px;
  color: rgba(255, 255, 255, 0.72);
}

.development-caution {
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  color: var(--sand-300);
  font-size: 0.88rem;
}

.section-partnership {
  background: var(--sand-100);
}

.partnership-shell {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(55px, 9vw, 130px);
  align-items: end;
}

.partnership-shell > div:last-child > p {
  margin: 0;
  color: var(--slate);
  font-size: 1.05rem;
}

.section-contact {
  background: var(--forest-950);
  color: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(58px, 9vw, 125px);
}

.contact-info > p:not(.eyebrow) {
  max-width: 560px;
  margin: 26px 0 36px;
  color: rgba(255, 255, 255, 0.64);
}

.founder-card {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-block: 24px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.founder-initials {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--sand-300);
  color: var(--forest-950);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.founder-card strong,
.founder-card span {
  display: block;
}

.founder-card strong {
  margin-bottom: 2px;
  font-size: 1.05rem;
}

.founder-card div span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 34px;
  font-style: normal;
}

.contact-links > * {
  min-height: 100px;
  padding: 18px 18px 18px 0;
  border-bottom: 1px solid var(--line-light);
}

html[dir="rtl"] .contact-links > * {
  padding: 18px 0 18px 18px;
}

.contact-links > *:nth-child(odd) {
  border-inline-end: 1px solid var(--line-light);
}

.contact-links > *:nth-child(even) {
  padding-inline-start: 18px;
}

.contact-links span,
.contact-links strong {
  display: block;
}

.contact-links span {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-links strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 560;
  overflow-wrap: anywhere;
}

.contact-links a:hover strong {
  color: var(--sand-300);
}

.contact-form {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.055);
}

.form-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-light);
}

.form-heading span:first-child {
  font-size: 1.15rem;
  font-weight: 700;
}

.form-heading span:last-child {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.contact-form label {
  display: block;
  margin-bottom: 22px;
}

.contact-form label > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 650;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  outline: 0;
  background: rgba(0, 0, 0, 0.12);
  color: var(--white);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.contact-form input {
  height: 52px;
  padding-inline: 15px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 13px 15px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--sand-300);
  background: rgba(0, 0, 0, 0.2);
}

.contact-form .is-invalid {
  border-color: #d8a09a;
}

.form-footer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.form-status {
  margin: 0;
  color: var(--sand-300);
  font-size: 0.8rem;
}

.site-footer {
  background: #07130f;
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.5fr 0.7fr;
  gap: 50px;
  align-items: start;
  padding-block: 58px 46px;
}

.brand-footer {
  width: fit-content;
}

.footer-brand p {
  max-width: 540px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
}

.footer-location span,
.footer-location strong {
  display: block;
}

.footer-location span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.69rem;
  text-transform: uppercase;
}

.footer-location strong {
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-links a,
.footer-links button,
.footer-links span {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  font-size: 0.78rem;
  text-align: start;
}

.footer-links span {
  cursor: default;
}

.footer-links a:hover,
.footer-links button:hover {
  color: var(--sand-300);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.69rem;
}

.footer-bottom span:last-child {
  max-width: 650px;
  text-align: end;
}

.privacy-dialog {
  width: min(680px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--warm-white);
  color: var(--charcoal);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
}

.privacy-dialog::backdrop {
  background: rgba(5, 16, 13, 0.72);
  backdrop-filter: blur(5px);
}

.dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  border-bottom: 1px solid var(--line);
}

.dialog-head h2 {
  margin: 0;
  font-size: 1.4rem;
}

.dialog-head button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: none;
  cursor: pointer;
  font-size: 1.4rem;
}

.dialog-body {
  max-height: calc(100vh - 150px);
  padding: 26px;
  overflow-y: auto;
  color: var(--slate);
}

.dialog-body p:last-child {
  margin-bottom: 0;
}

.reveal {
  opacity: 1;
  transform: none;
}

.motion-text,
.motion-copy {
  will-change: opacity, transform, clip-path;
}

body.motion-ready .reveal .motion-text,
body.motion-ready .reveal .motion-copy {
  transition:
    opacity 720ms ease,
    transform 850ms cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.motion-ready .reveal:not(.is-visible) .motion-text {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateY(38px);
}

body.motion-ready .reveal.is-visible .motion-text {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  transition-delay: 90ms;
}

body.motion-ready .reveal:not(.is-visible) .motion-copy {
  opacity: 0;
  transform: translateY(24px);
}

body.motion-ready .reveal.is-visible .motion-copy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 210ms;
}

body.motion-ready .roadmap-phase:nth-child(2) .motion-text { transition-delay: 170ms; }
body.motion-ready .roadmap-phase:nth-child(3) .motion-text { transition-delay: 250ms; }

body.motion-ready .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(24px);
}

body.motion-ready .reveal {
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 18px;
    margin-inline-end: 18px;
  }

  html[dir="rtl"] .desktop-nav {
    margin-inline: 18px auto;
  }

  .header-contact {
    display: none;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr) 300px;
    column-gap: 32px;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 6.3vw, 5rem);
  }

  .process-flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-step:nth-child(3) {
    border-inline-end: 0;
  }

  .process-step:nth-child(-n+3) {
    border-bottom: 1px solid var(--line);
  }

  .process-step:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 76px;
  }

  .section {
    padding-block: 88px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 17px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .mobile-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    background: var(--forest-950);
    opacity: 0;
    transition: max-height 300ms ease, opacity 220ms ease;
  }

  .menu-open .mobile-menu {
    max-height: calc(100vh - var(--header-height));
    opacity: 1;
  }

  .mobile-menu-inner {
    display: flex;
    flex-direction: column;
    padding-block: 14px 25px;
  }

  .mobile-menu a {
    padding-block: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
  }

  .hero,
  .hero-content {
    min-height: max(940px, 100svh);
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 132px 34px;
  }

  .hero-copy {
    width: min(680px, 86%);
    max-width: none;
    padding-top: 0;
  }

  .hero-dossier {
    display: block;
    width: min(680px, 86%);
    margin-top: 30px;
    border-radius: 15px;
  }

  .hero-dossier dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 18px;
  }

  .hero-dossier dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 10px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hero-dossier dl > div:nth-child(even) {
    border-inline-end: 0;
  }

  .hero-dossier dl > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .dossier-stage {
    padding-block: 14px;
  }

  .hero h1 {
    font-size: clamp(3rem, 8.6vw, 5.4rem);
  }

  .hero-rail {
    margin-top: 24px;
  }

  .hero-visual-note {
    display: none;
  }

  .thesis-strip {
    padding-block: 78px;
  }

  .thesis-layout {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 36px;
  }

  .thesis-layout h2 {
    font-size: clamp(2.55rem, 7.6vw, 4.9rem);
  }

  .intro-layout,
  .why-layout,
  .location-layout,
  .impact-layout,
  .development-panel,
  .partnership-shell,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .intro-copy {
    padding-top: 0;
  }

  .story-plate-split {
    grid-template-columns: 1fr;
  }

  .story-plate .story-media,
  .story-plate-split .story-media {
    height: 420px;
  }

  .story-plate-split .story-caption {
    min-height: auto;
  }

  .impact-copy,
  .impact-photo,
  .impact-matrix {
    grid-column: auto;
    grid-row: auto;
  }

  .impact-photo {
    margin-top: 14px;
  }

  .impact-photo .story-media {
    height: 380px;
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-item:nth-child(2) {
    border-inline-end: 0;
  }

  .value-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .model-card {
    min-height: 390px;
  }

  .model-media {
    height: 245px;
  }

  .showcase-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .showcase-card-secondary {
    margin-top: 0;
  }

  .showcase-image,
  .showcase-card-secondary .showcase-image {
    height: 470px;
  }

  .location-map {
    order: 2;
    width: min(100%, 600px);
  }

  .location-copy {
    order: 1;
  }

  .impact-matrix {
    margin-top: 10px;
  }

  .section-development {
    padding-block: 0 88px;
  }

  .development-copy {
    padding-top: 0;
  }

  .contact-info {
    max-width: 680px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding-block: 72px;
  }

  .brand-type {
    font-size: 0.94rem;
  }

  .brand-mark {
    width: 29px;
    height: 29px;
  }

  .language-switch {
    gap: 5px;
    padding: 6px 8px;
  }

  .hero,
  .hero-content {
    min-height: max(920px, 100svh);
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(8, 26, 21, 0.98) 0%, rgba(8, 26, 21, 0.85) 58%, rgba(8, 26, 21, 0.32) 100%),
      linear-gradient(0deg, rgba(8, 26, 21, 0.97) 0%, transparent 48%);
  }

  html[dir="rtl"] .hero::before {
    background:
      linear-gradient(270deg, rgba(8, 26, 21, 0.98) 0%, rgba(8, 26, 21, 0.85) 58%, rgba(8, 26, 21, 0.32) 100%),
      linear-gradient(0deg, rgba(8, 26, 21, 0.97) 0%, transparent 48%);
  }

  .hero-media img {
    object-position: 61% center;
  }

  .hero-content {
    justify-content: flex-start;
    padding-block: 122px 26px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-dossier {
    width: 100%;
    margin-top: 26px;
    background: rgba(8, 26, 21, 0.82);
  }

  .dossier-head {
    padding: 13px 15px;
  }

  .hero-dossier dl {
    padding-inline: 10px;
  }

  .hero-dossier dt,
  .hero-dossier dd {
    font-size: 0.7rem;
  }

  .dossier-stage {
    padding: 13px 15px;
  }

  .status-pill {
    margin-bottom: 24px;
  }

  .hero h1,
  html[dir="rtl"] .hero h1 {
    font-size: clamp(2.55rem, 12vw, 4.2rem);
  }

  .hero-title-accent {
    padding-inline-start: 18px;
  }

  .hero-lead {
    font-size: 0.98rem;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  .hero-rail {
    display: none;
  }

  .hero-rail > div {
    min-height: 48px;
    padding: 10px 14px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line-light);
    font-size: 0.75rem;
  }

  .hero-rail > div:last-child {
    border-bottom: 0;
  }

  .hero-visual-note {
    inset-inline-end: 16px;
    inset-block-end: 166px;
    font-size: 0.63rem;
  }

  .thesis-strip {
    padding-block: 66px;
  }

  .thesis-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .thesis-code {
    padding-top: 0;
  }

  .thesis-layout h2 {
    font-size: clamp(2.35rem, 11vw, 3.75rem);
  }

  .thesis-points {
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  .thesis-points > div {
    min-height: 68px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(13, 37, 30, 0.18);
  }

  .thesis-points > div:last-child {
    border-bottom: 0;
  }

  .section-heading h2,
  .location-copy h2,
  .impact-copy h2,
  .partnership-shell h2,
  .contact-info h2 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .value-grid {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .value-item {
    min-height: 180px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-item:last-child {
    border-bottom: 0;
  }

  .value-item h3 {
    margin-top: 34px;
  }

  .story-plate {
    margin-top: 50px;
    border-radius: 18px;
  }

  .story-plate .story-media,
  .story-plate-split .story-media {
    height: 290px;
  }

  .story-caption {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 26px 24px 30px;
  }

  .story-code {
    flex-direction: row;
    justify-content: space-between;
    gap: 18px;
    padding-top: 0;
  }

  .story-caption h3,
  .story-plate-split .story-caption h3 {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .story-plate-split .story-caption {
    gap: 28px;
    padding: 26px 24px 30px;
  }

  .impact-photo .story-media {
    height: 270px;
  }

  .impact-photo figcaption {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 22px 23px;
  }

  .model-card {
    min-height: 420px;
    padding: 26px;
  }

  .model-media {
    height: 220px;
    margin-block: 34px 28px;
  }

  .showcase-heading h2 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .showcase-grid {
    margin-top: 48px;
  }

  .showcase-image,
  .showcase-card-secondary .showcase-image {
    height: 330px;
  }

  .showcase-card figcaption {
    padding: 25px 24px 28px;
  }

  .showcase-index {
    margin-bottom: 24px;
  }

  .showcase-principles {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .showcase-principles > div {
    min-height: 76px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(13, 37, 30, 0.18);
  }

  .showcase-principles > div:last-child {
    border-bottom: 0;
  }

  .why-heading h2 {
    font-size: clamp(2.3rem, 11vw, 3.6rem);
  }

  .impact-list > div {
    min-height: 82px;
  }

  .location-map {
    min-height: 500px;
  }

  .location-map svg {
    height: 455px;
    padding-inline: 0;
  }

  .map-label,
  .map-sublabel,
  .map-leader {
    display: none;
  }

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

  .process-step {
    min-height: 150px;
    display: grid;
    grid-template-columns: 36px 64px 1fr;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-step:nth-child(3) {
    border-inline-end: 0;
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .process-icon {
    margin: 0;
  }

  .process-step:not(:last-child)::after,
  .process-step:nth-child(3)::after {
    display: grid;
    inset: auto auto -12px 50%;
    content: "↓";
    transform: translateX(-50%);
  }

  html[dir="rtl"] .process-step:not(:last-child)::after {
    content: "↓";
  }

  .impact-matrix {
    grid-template-columns: 1fr;
  }

  .impact-matrix article {
    min-height: 135px;
  }

  .impact-matrix span {
    margin-bottom: 36px;
  }

  .development-panel {
    gap: 38px;
    padding: 34px 25px;
  }

  .development-roadmap {
    grid-template-columns: 1fr;
  }

  .roadmap-phase {
    min-height: 190px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .roadmap-phase:last-child {
    border-bottom: 0;
  }

  .development-status {
    grid-template-columns: 1fr;
  }

  .status-orbit {
    width: 60px;
    height: 60px;
  }

  .section-development {
    padding-block: 0 72px;
  }

  .field-row,
  .contact-links {
    grid-template-columns: 1fr;
  }

  .contact-links > *:nth-child(odd) {
    border-inline-end: 0;
  }

  .contact-links > *:nth-child(even) {
    padding-inline-start: 0;
  }

  .form-heading,
  .form-footer,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-footer .button {
    width: 100%;
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom span:last-child {
    text-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  body.motion-ready .reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
  }
}
