:root {
  --forest-950: #061712;
  --forest-900: #0a241b;
  --forest-800: #14392b;
  --forest-700: #245744;
  --off-white: #f4f1e9;
  --warm-white: #fbfaf6;
  --sand-100: #e8e0d2;
  --sand-300: #d6c3a4;
  --earth: #a98558;
  --charcoal: #17201d;
  --slate: #5d6863;
  --line: rgba(16, 37, 29, 0.17);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow: 0 28px 80px rgba(8, 30, 22, 0.12);
  --radius-sm: 3px;
  --radius-md: 7px;
  --radius-lg: 12px;
  --container: 1380px;
  --header-height: 78px;
  --font-en: "Manrope", "Segoe UI", Arial, sans-serif;
  --font-ar-body: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-ar-display: "Noto Kufi Arabic", "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-ar: var(--font-ar-body);
}

body {
  background: var(--warm-white);
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[dir="rtl"] body {
  font-family: var(--font-ar-body);
  line-height: 1.85;
}

h1,
h2,
h3,
.brand-type {
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: -0.045em;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 {
  font-family: var(--font-ar-display);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.32;
  text-wrap: balance;
}

html[dir="rtl"] p {
  line-height: 1.95;
}

html[dir="rtl"] .eyebrow,
html[dir="rtl"] .button,
html[dir="rtl"] .desktop-nav a,
html[dir="rtl"] .mobile-menu a,
html[dir="rtl"] .form-heading,
html[dir="rtl"] .contact-form label > span,
html[dir="rtl"] .footer-links,
html[dir="rtl"] .status-pill {
  font-family: var(--font-ar-display);
}

.brand {
  direction: ltr;
}

.container {
  width: min(calc(100% - 64px), var(--container));
}

.section {
  padding-block: clamp(104px, 9vw, 144px);
}

.eyebrow {
  gap: 13px;
  margin-bottom: 24px;
  color: var(--forest-700);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.eyebrow::before {
  width: 40px;
}

html[dir="rtl"] .eyebrow {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0;
}

.section-heading h2,
.location-copy h2,
.impact-copy h2,
.partnership-shell h2,
.contact-info h2 {
  font-size: clamp(2.65rem, 4.5vw, 4.7rem);
  line-height: 1.02;
}

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 {
  max-width: 15ch;
  font-size: clamp(2.45rem, 4vw, 4rem);
  line-height: 1.24;
}

.lead {
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
  line-height: 1.7;
}

.button {
  min-height: 52px;
  padding: 14px 23px;
  border-radius: 2px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}

html[dir="rtl"] .button {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
}

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

.site-header {
  height: var(--header-height);
}

.site-header.is-scrolled,
.site-header.menu-open {
  background: rgba(6, 23, 18, 0.94);
  box-shadow: 0 10px 42px rgba(0, 0, 0, 0.14);
}

.nav-shell {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

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

.brand-type {
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: 0.27em;
}

.desktop-nav {
  gap: clamp(20px, 2.3vw, 38px);
}

.desktop-nav a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 650;
}

html[dir="rtl"] .desktop-nav a {
  font-size: 0.86rem;
  font-weight: 500;
}

.language-switch {
  padding: 6px 9px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.035);
}

.hero {
  min-height: max(860px, 100svh);
  background: var(--forest-950);
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(6, 23, 18, 0.98) 0%, rgba(6, 23, 18, 0.92) 31%, rgba(6, 23, 18, 0.54) 56%, rgba(6, 23, 18, 0.12) 82%),
    linear-gradient(0deg, rgba(6, 23, 18, 0.9) 0%, transparent 34%);
}

html[dir="rtl"] .hero::before {
  background:
    linear-gradient(270deg, rgba(6, 23, 18, 0.98) 0%, rgba(6, 23, 18, 0.92) 31%, rgba(6, 23, 18, 0.54) 56%, rgba(6, 23, 18, 0.12) 82%),
    linear-gradient(0deg, rgba(6, 23, 18, 0.9) 0%, transparent 34%);
}

.hero-media {
  transform: translate3d(0, var(--hero-shift), 0) scale(1.035);
}

.hero-media img {
  object-position: center 54%;
  filter: saturate(0.78) contrast(1.06);
}

html[dir="rtl"] .hero-media img {
  transform: none;
}

.hero-grid {
  opacity: 0.58;
  background-size: 120px 120px;
}

.hero-content {
  min-height: max(860px, 100svh);
  grid-template-columns: minmax(0, 8fr) minmax(295px, 4fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(46px, 6vw, 90px);
  padding-block: 132px 30px;
}

.hero-copy {
  max-width: 770px;
  padding-top: 8px;
}

.status-pill {
  margin-bottom: 25px;
  padding: 7px 11px;
  border-radius: 2px;
  background: rgba(6, 23, 18, 0.48);
  font-size: 0.7rem;
}

html[dir="rtl"] .status-pill {
  font-size: 0.74rem;
  font-weight: 550;
}

.hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 25px;
}

.hero-meta-row .status-pill {
  margin-bottom: 0;
}

.visitor-counter {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  background: rgba(6, 23, 18, 0.48);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.visitor-counter svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--sand-300);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.visitor-counter strong {
  min-width: 3ch;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-en);
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums;
  text-align: end;
}

.visitor-counter.is-ready strong {
  color: var(--sand-300);
}

.visitor-counter.is-unavailable {
  opacity: 0.72;
}

html[dir="rtl"] .visitor-counter {
  font-family: var(--font-ar-display);
  font-size: 0.74rem;
  font-weight: 550;
  letter-spacing: 0;
}

html[dir="rtl"] .visitor-counter strong {
  font-family: var(--font-ar-display);
  font-size: 0.76rem;
}

body.motion-ready .hero-copy .visitor-counter {
  opacity: 0;
  animation: hero-item-enter 820ms cubic-bezier(0.22, 1, 0.36, 1) 140ms both;
}

.hero-copy > .eyebrow {
  margin-bottom: 19px;
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 28px;
  font-size: clamp(3.35rem, 5.4vw, 5.85rem);
  font-weight: 700;
  line-height: 0.98;
}

.hero-title-accent {
  padding-inline-start: clamp(18px, 3vw, 48px);
  color: var(--sand-300);
  font-weight: 500;
}

.hero-title-line:last-child {
  max-width: 18ch;
  margin-top: 0.3em;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.56em;
  font-weight: 650;
  line-height: 1.18;
}

html[dir="rtl"] .hero h1 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 4.25vw, 4.35rem);
  font-weight: 650;
  line-height: 1.3;
}

html[dir="rtl"] .hero-title-accent {
  padding-inline-start: 0.55em;
  font-weight: 600;
}

html[dir="rtl"] .hero-title-line:last-child {
  max-width: 16ch;
  margin-top: 0.38em;
  font-size: 0.56em;
  line-height: 1.58;
}

.hero-lead {
  max-width: 630px;
  margin-bottom: 31px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.75;
}

html[dir="rtl"] .hero-lead {
  max-width: 600px;
  font-size: 1.02rem;
  line-height: 1.9;
}

.hero-dossier {
  align-self: end;
  margin: 0 0 104px;
  border-radius: 3px;
  background: rgba(6, 23, 18, 0.76);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.hero-dossier dl > div {
  padding-block: 12px;
}

.hero-rail {
  margin-top: 22px;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.hero-rail > div {
  min-height: 66px;
  padding: 13px 19px;
  font-size: 0.76rem;
}

html[dir="rtl"] .hero-rail > div {
  font-size: 0.84rem;
}

.hero-visual-note {
  inset-block-end: 112px;
}

.thesis-strip {
  padding-block: clamp(88px, 8vw, 126px);
  background: var(--warm-white);
}

.thesis-strip::after {
  display: none;
}

.thesis-layout {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 54px clamp(50px, 8vw, 120px);
}

.thesis-layout h2 {
  max-width: 16ch;
  font-size: clamp(2.8rem, 4.8vw, 5.2rem);
  font-weight: 650;
  line-height: 1.02;
}

html[dir="rtl"] .thesis-layout h2 {
  max-width: 13ch;
  font-size: clamp(2.5rem, 4.1vw, 4.2rem);
  line-height: 1.28;
}

.thesis-points > div {
  min-height: 74px;
  padding-inline: 16px;
}

.section-intro {
  background: #f1eee6;
}

.intro-layout {
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(60px, 9vw, 140px);
}

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

.intro-copy p:not(.lead) {
  max-width: 640px;
}

.value-grid {
  margin-top: 74px;
  background: rgba(255, 255, 255, 0.34);
}

.value-item {
  min-height: 205px;
  padding: 27px 24px;
}

.value-item h3 {
  margin: 39px 0 10px;
}

.story-plate {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, 0.75fr);
  margin-block-start: 84px;
  border: 0;
  border-radius: 0;
  background: var(--forest-900);
  box-shadow: var(--shadow);
}

.story-media {
  height: clamp(520px, 45vw, 650px);
}

.story-caption {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  padding: clamp(34px, 4.8vw, 64px);
  background: var(--forest-900);
  color: var(--white);
}

.story-code span:last-child,
.story-caption p {
  color: rgba(255, 255, 255, 0.58);
}

.story-caption h3 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(2rem, 3.25vw, 3.35rem);
  line-height: 1.08;
}

html[dir="rtl"] .story-caption h3 {
  font-size: clamp(1.85rem, 2.75vw, 2.8rem);
  line-height: 1.35;
}

.concept-label,
.model-concept-label {
  border-radius: 2px;
  font-size: 0.6rem;
}

.section-model {
  overflow: hidden;
  border-top: 0;
  background: var(--forest-950);
  color: var(--white);
}

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

.section-model .section-heading h2 {
  color: var(--white);
}

.section-model .section-heading-row > p {
  color: rgba(255, 255, 255, 0.58);
}

.section-heading-row {
  grid-template-columns: minmax(0, 7fr) minmax(300px, 4fr);
  gap: clamp(50px, 8vw, 120px);
}

.model-grid {
  gap: 0;
  margin-top: 70px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.model-card,
.model-card-dark {
  min-height: 590px;
  padding: 27px clamp(22px, 2.4vw, 36px) 38px;
  border: 0;
  border-inline-end: 1px solid var(--line-light);
  border-radius: 0;
  background: transparent;
  color: var(--white);
  box-shadow: none;
}

.model-card:last-child {
  border-inline-end: 0;
}

.model-card:hover,
.model-card-dark:hover {
  border-color: var(--line-light);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
  transform: none;
}

.model-media,
.model-card-dark .model-media {
  height: clamp(225px, 19vw, 285px);
  margin-block: 31px 32px;
  border: 0;
  border-radius: 0;
}

.model-media img {
  filter: saturate(0.82) contrast(1.04);
}

.model-card h3 {
  max-width: 12ch;
  margin-bottom: 15px;
  color: var(--white);
  font-size: clamp(1.55rem, 2vw, 2.05rem);
}

html[dir="rtl"] .model-card h3 {
  max-width: 13ch;
  font-size: clamp(1.55rem, 1.8vw, 1.9rem);
  line-height: 1.38;
}

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

.card-topline,
.model-media-code span {
  color: var(--sand-300);
}

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

.section-showcase::before {
  display: none;
}

.showcase-heading {
  grid-template-columns: minmax(0, 7fr) minmax(300px, 4fr);
  gap: clamp(56px, 9vw, 140px);
}

.showcase-heading h2 {
  max-width: 13ch;
  font-size: clamp(2.8rem, 4.7vw, 4.9rem);
  line-height: 1.01;
}

html[dir="rtl"] .showcase-heading h2 {
  max-width: 12ch;
  font-size: clamp(2.45rem, 4vw, 3.9rem);
  line-height: 1.28;
}

.showcase-grid {
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
  gap: clamp(34px, 5vw, 76px);
  margin-top: 80px;
}

.showcase-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

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

.showcase-image,
.showcase-card-secondary .showcase-image {
  border-radius: 0;
}

.showcase-image {
  height: clamp(500px, 47vw, 670px);
}

.showcase-card-secondary .showcase-image {
  height: clamp(370px, 34vw, 470px);
}

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

.showcase-index {
  margin-bottom: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.showcase-card h3 {
  max-width: 15ch;
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 2.7vw, 2.8rem);
}

html[dir="rtl"] .showcase-card h3 {
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
  line-height: 1.35;
}

.showcase-principles {
  margin-top: 86px;
}

.showcase-principles > div {
  min-height: 86px;
}

.section-why {
  background: var(--forest-900);
}

.section-why::before {
  width: 800px;
  height: 800px;
  inset-block-start: -550px;
  opacity: 0.7;
}

.why-layout {
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(64px, 10vw, 154px);
}

.why-heading h2 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 4.4vw, 4.55rem);
  line-height: 1.04;
}

html[dir="rtl"] .why-heading h2 {
  max-width: 11ch;
  font-size: clamp(2.4rem, 3.8vw, 3.85rem);
  line-height: 1.28;
}

.impact-list > div {
  min-height: 82px;
  grid-template-columns: 50px 1fr;
}

.impact-list p {
  font-size: 1.02rem;
}

html[dir="rtl"] .impact-list p {
  font-size: 1.06rem;
  line-height: 1.65;
}

.section-location {
  background: #eee9df;
}

.location-layout {
  grid-template-columns: minmax(360px, 5fr) minmax(0, 7fr);
  gap: clamp(64px, 10vw, 150px);
}

.location-map {
  min-height: 650px;
  border-radius: 0;
  background: var(--warm-white);
  box-shadow: 0 24px 80px rgba(8, 30, 22, 0.08);
}

.location-map svg {
  height: 598px;
}

html[dir="rtl"] .map-label,
html[dir="rtl"] .map-sublabel {
  font-family: var(--font-ar-display);
}

.location-copy .lead {
  max-width: 670px;
  margin: 31px 0;
}

.location-note {
  max-width: 670px;
  margin-block: 30px 34px;
}

.location-tags span {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.45);
}

.section-platform {
  border-top: 0;
  background: var(--warm-white);
}

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

.platform-heading h2 {
  max-width: 13ch;
}

.platform-heading > p:last-child {
  max-width: 720px;
  margin-top: 26px;
}

.process-flow {
  margin-top: 72px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.process-step {
  min-height: 286px;
  padding: 22px 19px 27px;
  background: rgba(244, 241, 233, 0.55);
}

.process-step:hover {
  background: var(--off-white);
}

.process-icon {
  width: 58px;
  height: 58px;
  margin-block: 50px auto;
  border-radius: 50%;
}

.process-step h3 {
  font-size: 0.9rem;
  line-height: 1.4;
}

html[dir="rtl"] .process-step h3 {
  font-size: 0.96rem;
  line-height: 1.55;
}

.process-disclaimer {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.section-impact {
  background: #f0ece3;
}

.impact-layout {
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  column-gap: clamp(60px, 9vw, 140px);
  row-gap: 28px;
}

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

.future-note {
  margin-top: 42px;
  padding: 24px 0 24px 26px;
  background: transparent;
}

html[dir="rtl"] .future-note {
  padding: 24px 26px 24px 0;
}

.impact-photo {
  border: 0;
  border-radius: 0;
  background: var(--forest-900);
  box-shadow: var(--shadow);
}

.impact-photo .story-media {
  height: clamp(340px, 32vw, 455px);
}

.impact-photo figcaption {
  padding: 24px 26px 27px;
}

.impact-photo figcaption p {
  color: rgba(255, 255, 255, 0.66);
}

.impact-matrix {
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, 0.22);
}

.impact-matrix article {
  min-height: 154px;
  padding: 22px;
}

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

.impact-matrix h3 {
  font-size: 0.94rem;
}

html[dir="rtl"] .impact-matrix h3 {
  font-size: 1rem;
  line-height: 1.5;
}

.section-development {
  padding-block: clamp(96px, 8vw, 126px);
  background: var(--warm-white);
}

.development-panel {
  grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr);
  gap: clamp(52px, 8vw, 118px);
  padding: clamp(46px, 6vw, 82px);
  border-radius: 0;
  background: var(--forest-950);
  box-shadow: none;
}

.development-panel h2 {
  max-width: 16ch;
  font-size: clamp(2.3rem, 3.8vw, 4rem);
  line-height: 1.08;
}

html[dir="rtl"] .development-panel h2 {
  max-width: 14ch;
  font-size: clamp(2.15rem, 3.35vw, 3.45rem);
  line-height: 1.34;
}

.development-roadmap {
  margin-top: 16px;
}

.roadmap-phase {
  min-height: 225px;
  padding: 28px clamp(22px, 2.5vw, 34px) 31px;
}

html[dir="rtl"] .roadmap-phase h3 {
  line-height: 1.5;
}

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

.partnership-shell {
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  gap: clamp(58px, 9vw, 140px);
}

.partnership-shell h2 {
  max-width: 14ch;
}

.partnership-shell > div:last-child > p {
  max-width: 620px;
}

.section-contact {
  background: var(--forest-900);
}

.contact-layout {
  grid-template-columns: minmax(0, 5fr) minmax(460px, 7fr);
  gap: clamp(58px, 9vw, 140px);
}

.contact-info h2 {
  max-width: 11ch;
}

.founder-card {
  padding-block: 26px;
}

.founder-initials {
  border-radius: 2px;
}

.contact-form {
  padding: clamp(31px, 4vw, 50px);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.045);
}

.contact-form input,
.contact-form textarea {
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.11);
}

html[dir="rtl"] .contact-form label > span,
html[dir="rtl"] .contact-links span,
html[dir="rtl"] .form-heading span:last-child {
  font-size: 0.8rem;
  letter-spacing: 0;
}

.site-footer {
  background: #04100c;
}

.footer-main {
  padding-block: 64px 49px;
}

.privacy-dialog {
  border-radius: 4px;
}

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

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

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

  html[dir="rtl"] .hero h1 {
    font-size: clamp(2.65rem, 4.85vw, 4rem);
  }

  .hero-dossier {
    margin-bottom: 94px;
  }

  .story-plate {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.75fr);
  }

  .model-card,
  .model-card-dark {
    padding-inline: 22px;
  }

  .model-media,
  .model-card-dark .model-media {
    height: 230px;
  }

  .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;
  }

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

  .contact-layout {
    grid-template-columns: minmax(0, 5fr) minmax(430px, 7fr);
  }
}

@media (max-width: 900px) {
  .section {
    padding-block: 96px;
  }

  .menu-toggle {
    border-radius: 2px;
  }

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

  .hero-content {
    display: flex;
    padding-block: 126px 34px;
  }

  .hero-copy,
  .hero-dossier {
    width: min(690px, 88%);
  }

  .hero h1 {
    font-size: clamp(3.2rem, 8.5vw, 5.2rem);
  }

  html[dir="rtl"] .hero h1 {
    font-size: clamp(2.6rem, 7.1vw, 4rem);
  }

  .hero-dossier {
    align-self: auto;
    margin: 30px 0 0;
    border-radius: 2px;
  }

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

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

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

  html[dir="rtl"] .thesis-layout h2 {
    font-size: clamp(2.35rem, 6.5vw, 3.8rem);
  }

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

  .intro-layout,
  .section-heading-row,
  .showcase-heading {
    gap: 34px;
  }

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

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

  .story-plate .story-media {
    height: 470px;
  }

  .story-caption {
    min-height: 390px;
  }

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

  .model-card,
  .model-card-dark {
    min-height: auto;
    padding: 28px 0 42px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .model-card:last-child {
    border-bottom: 0;
  }

  .model-media,
  .model-card-dark .model-media {
    height: 380px;
  }

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

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

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

  .location-map {
    width: min(100%, 620px);
    min-height: 590px;
  }

  .location-map svg {
    height: 545px;
  }

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

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

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

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

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

  .contact-layout {
    gap: 68px;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 72px;
  }

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

  .section {
    padding-block: 78px;
  }

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

  .language-switch {
    border-radius: 2px;
  }

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

  .hero::before,
  html[dir="rtl"] .hero::before {
    background:
      linear-gradient(0deg, rgba(6, 23, 18, 0.96) 0%, rgba(6, 23, 18, 0.76) 56%, rgba(6, 23, 18, 0.3) 100%),
      linear-gradient(90deg, rgba(6, 23, 18, 0.9), rgba(6, 23, 18, 0.26));
  }

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

  .hero-content {
    justify-content: center;
    padding-block: 112px 34px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-copy > .eyebrow {
    margin-bottom: 17px;
  }

  .hero-meta-row {
    gap: 8px;
    margin-bottom: 20px;
  }

  .status-pill,
  .visitor-counter {
    min-height: 31px;
    padding: 6px 9px;
    font-size: 0.66rem;
  }

  html[dir="rtl"] .status-pill,
  html[dir="rtl"] .visitor-counter {
    font-size: 0.7rem;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13.1vw, 4.1rem);
    line-height: 1;
  }

  html[dir="rtl"] .hero h1 {
    max-width: 14ch;
    font-size: clamp(2.2rem, 9.6vw, 3.2rem);
    line-height: 1.35;
  }

  .hero-title-accent,
  html[dir="rtl"] .hero-title-accent {
    padding-inline-start: 0;
  }

  .hero-title-line:last-child {
    font-size: 0.59em;
  }

  html[dir="rtl"] .hero-title-line:last-child {
    font-size: 0.6em;
    line-height: 1.62;
  }

  .hero-lead {
    margin-bottom: 26px;
    font-size: 0.92rem;
    line-height: 1.68;
  }

  html[dir="rtl"] .hero-lead {
    font-size: 0.96rem;
    line-height: 1.82;
  }

  .hero-dossier,
  .hero-rail,
  .hero-visual-note {
    display: none;
  }

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

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

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

  .thesis-layout h2,
  html[dir="rtl"] .thesis-layout h2 {
    max-width: 14ch;
    font-size: clamp(2.15rem, 10.5vw, 3.3rem);
  }

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

  .section-heading h2,
  .location-copy h2,
  .impact-copy h2,
  .partnership-shell h2,
  .contact-info h2,
  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 {
    max-width: 14ch;
    font-size: clamp(2.15rem, 10.2vw, 3.25rem);
    line-height: 1.25;
  }

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

  .value-item {
    min-height: 166px;
  }

  .story-plate {
    margin-top: 54px;
    border-radius: 0;
  }

  .story-plate .story-media {
    height: 285px;
  }

  .story-caption {
    min-height: auto;
    gap: 34px;
    padding: 30px 24px 34px;
  }

  .story-caption h3,
  html[dir="rtl"] .story-caption h3 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .model-grid {
    margin-top: 50px;
  }

  .model-media,
  .model-card-dark .model-media {
    height: 245px;
  }

  .showcase-heading h2,
  html[dir="rtl"] .showcase-heading h2 {
    font-size: clamp(2.2rem, 10.5vw, 3.4rem);
  }

  .showcase-grid {
    gap: 58px;
    margin-top: 52px;
  }

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

  .showcase-card figcaption {
    padding: 22px 0 0;
  }

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

  .why-heading h2,
  html[dir="rtl"] .why-heading h2 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

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

  .location-map svg {
    height: 445px;
  }

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

  .process-step {
    min-height: 146px;
    grid-template-columns: 34px 58px 1fr;
  }

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

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

  .process-step:not(:last-child)::after,
  .process-step:nth-child(3)::after {
    display: grid;
  }

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

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

  .development-panel {
    gap: 40px;
    padding: 36px 25px;
  }

  .development-panel h2,
  html[dir="rtl"] .development-panel h2 {
    max-width: 15ch;
    font-size: clamp(2rem, 8.9vw, 2.8rem);
  }

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

  .section-development {
    padding-block: 78px;
  }

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

  .contact-form {
    padding: 29px 21px;
  }

  .footer-main {
    padding-block: 54px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media {
    transform: scale(1.035);
  }
}
