:root {
  --outer: oklch(16% 0.035 240);
  --ink: oklch(16% 0.035 240);
  --panel: oklch(20% 0.04 240);
  --panel-2: oklch(23% 0.045 240);
  --line: oklch(38% 0.035 240 / 0.42);
  --muted: oklch(77% 0.025 240 / 0.72);
  --text: oklch(96% 0.015 92);
  --navy: oklch(34% 0.09 255);
  --orange: #F3A912;
  --white-soft: oklch(98% 0.008 92);
  --radius: 7px;
  --page: 100%;
  font-family: "Noto Kufi Arabic", "Tajawal", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--ink);
  color: var(--text);
  overflow-x: hidden;
}

body[data-lang="ar"] {
  direction: rtl;
}

body[data-lang="en"] {
  direction: ltr;
}

.site-canvas {
  direction: inherit;
}

body[data-lang="ar"] :where(
  .hero-copy,
  .section-meta,
  .statement,
  .metric-strip,
  .client-rail,
  .overseas-partners,
  .section-heading,
  .service-board,
  .asset-grid,
  .info-layout,
  .callout-copy,
  .contact-grid,
  .contact-details,
  .footer-columns
) {
  direction: rtl;
  text-align: right;
}

body[data-lang="en"] :where(
  .hero-copy,
  .section-meta,
  .statement,
  .metric-strip,
  .client-rail,
  .overseas-partners,
  .section-heading,
  .service-board,
  .asset-grid,
  .info-layout,
  .callout-copy,
  .contact-grid,
  .contact-details,
  .footer-columns
) {
  direction: ltr;
  text-align: left;
}

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

button {
  font: inherit;
}

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

html,
body,
.page-frame,
.site-canvas {
  max-width: 100%;
}

mark {
  color: inherit;
  background: linear-gradient(0deg, var(--orange) 0 46%, transparent 46% 100%);
  padding-inline: 0.08em;
}

.page-frame {
  width: 100%;
  padding: 0;
}

.site-canvas {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(90deg, transparent 0 24%, var(--line) 24.1% 24.25%, transparent 24.35% 49%, var(--line) 49.1% 49.25%, transparent 49.35% 74%, var(--line) 74.1% 74.25%, transparent 74.35%),
    linear-gradient(180deg, transparent 0 92px, var(--line) 92.5px 93px, transparent 93.5px),
    var(--ink);
  box-shadow: none;
}

.hero-panel {
  position: relative;
  min-height: 770px;
  padding: 24px clamp(24px, 5vw, 90px) 72px;
  overflow: hidden;
  background:
    linear-gradient(180deg,
      rgba(7, 18, 34, 0.48) 0%,
      rgba(6, 15, 28, 0.62) 55%,
      #07121e 95%
    ),
    url('background-image.webp')
    center / cover no-repeat;
}

.site-header {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand-mark {
  width: 178px;
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 9px 14px;
  border-radius: 6px;
  background: var(--white-soft);
}

.site-nav {
  justify-self: center;
  display: flex;
  max-width: 100%;
  gap: 4px;
  padding: 6px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, oklch(98% 0.01 92 / 0.14), oklch(98% 0.01 92 / 0.06)),
    oklch(13% 0.035 240 / 0.76);
  border: 1px solid oklch(88% 0.018 250 / 0.13);
  box-shadow: inset 0 1px 0 oklch(98% 0.01 92 / 0.12), 0 16px 38px oklch(10% 0.03 240 / 0.28);
  backdrop-filter: blur(10px);
}

.site-nav a,
.lang-toggle {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  color: var(--text);
  background: transparent;
  padding: 8px 16px;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.site-nav a {
  position: relative;
  display: inline-grid;
  place-items: center;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 18px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--orange);
  background: oklch(98% 0.01 92 / 0.08);
  outline: 0;
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.lang-toggle {
  color: var(--text);
  background: rgba(243, 169, 18, 0.22);
  border: 1px solid rgba(243, 169, 18, 0.5);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid oklch(88% 0.018 250 / 0.16);
  border-radius: 999px;
  color: var(--text);
  background:
    linear-gradient(180deg, oklch(98% 0.01 92 / 0.12), oklch(98% 0.01 92 / 0.04)),
    oklch(13% 0.035 240 / 0.82);
  box-shadow: inset 0 1px 0 oklch(98% 0.01 92 / 0.12), 0 14px 30px oklch(10% 0.03 240 / 0.24);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

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

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

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

.container-yard {
  display: none;
}

.container-yard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, oklch(13% 0.035 240 / 0.32) 54%, var(--ink) 88%);
}

.container-row {
  position: absolute;
  display: flex;
  gap: 12px;
  transform: skewX(-12deg);
  will-change: transform;
}

.container-row span {
  width: 155px;
  height: 420px;
  border: 2px solid rgba(243, 169, 18, 0.3);
  background:
    repeating-linear-gradient(90deg, #E59F10, #E59F10 13px, #D8950E 14px, #D8950E 17px),
    var(--orange);
  box-shadow: inset 0 0 0 5px rgba(243, 169, 18, 0.15);
}

.row-a {
  top: 86px;
  right: -120px;
}

.row-b {
  top: 122px;
  right: 370px;
  opacity: 0.52;
  filter: saturate(0.78);
}

.yard-floor {
  position: absolute;
  right: -10%;
  bottom: 54px;
  width: 120%;
  height: 210px;
  background:
    linear-gradient(165deg, transparent 0 30%, oklch(12% 0.025 240 / 0.86) 31% 100%),
    repeating-linear-gradient(90deg, oklch(80% 0.02 240 / 0.16) 0 1px, transparent 1px 88px);
  transform: skewY(-4deg);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(720px, 100%);
  padding-top: 260px;
  margin-inline-start: 0;
  margin-inline-end: auto;
}

.micro-label {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
}

.hero-copy h1,
.statement h2,
.section-heading h2,
.contact-section h2,
.callout-copy h2 {
  margin: 0;
  font-size: clamp(2.45rem, 6.8vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: pre-line;
  overflow-wrap: break-word;
}

.hero-copy p:not(.micro-label) {
  max-width: 610px;
  margin: 20px 0 0;
  color: var(--text);
  line-height: 1.85;
  font-weight: 700;
}

.quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 45px;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 6px;
  color: var(--ink);
  background: var(--orange);
  font-weight: 900;
}

.numbered-section {
  position: relative;
  padding: 42px clamp(24px, 5vw, 90px) 56px;
  border-top: 1px solid var(--line);
}

.section-meta {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  margin-bottom: 36px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.statement {
  display: grid;
  grid-template-columns: minmax(160px, 0.45fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 80px);
}

body[data-lang="ar"] .statement,
body[data-lang="ar"] .section-heading,
body[data-lang="ar"] .service-open,
body[data-lang="en"] .statement,
body[data-lang="en"] .section-heading,
body[data-lang="en"] .service-open {
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
}

body[data-lang="ar"] .statement > *,
body[data-lang="ar"] .section-heading > *,
body[data-lang="ar"] .service-open > *,
body[data-lang="en"] .statement > *,
body[data-lang="en"] .section-heading > *,
body[data-lang="en"] .service-open > * {
  width: min(100%, 760px);
}

.statement p,
.client-rail p,
.info-list p,
.contact-details,
.footer-columns span,
.footer-columns a {
  color: var(--muted);
  line-height: 1.75;
}

.statement h2 {
  font-size: clamp(2rem, 5vw, 4.2rem);
  max-width: 760px;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.metric-strip article {
  display: grid;
  gap: 7px;
}

.metric-strip strong {
  color: var(--orange);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
}

.metric-strip span {
  color: var(--muted);
  font-size: 0.78rem;
}

.client-rail {
  margin-top: 48px;
  text-align: center;
}

.client-slider {
  direction: ltr;
  position: relative;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, var(--ink), transparent 12%, transparent 88%, var(--ink)),
    oklch(17% 0.035 240 / 0.82);
}

.client-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(oklch(88% 0.02 92 / 0.09) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: 0.22;
}

.client-track {
  width: max-content;
  display: flex;
  align-items: stretch;
  animation: partner-marquee 38s linear infinite;
}

.client-slider:hover .client-track {
  animation-play-state: paused;
}

.client-logo-card {
  width: clamp(170px, 18vw, 240px);
  min-height: 88px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 16px 24px;
  border-inline-end: 1px solid var(--line);
  background: oklch(14% 0.032 240 / 0.56);
}

.client-logo-card img {
  width: 100%;
  max-height: 58px;
  object-fit: contain;
  opacity: 0.92;
  filter: drop-shadow(0 10px 18px oklch(8% 0.025 240 / 0.25));
}

@keyframes partner-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-track {
    animation: none;
  }
}

.overseas-partners {
  position: relative;
  padding: clamp(46px, 7vw, 86px) clamp(24px, 5vw, 90px) clamp(54px, 7vw, 96px);
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent 0 24%, var(--line) 24.1% 24.25%, transparent 24.35% 49%, var(--line) 49.1% 49.25%, transparent 49.35% 74%, var(--line) 74.1% 74.25%, transparent 74.35%),
    linear-gradient(135deg, oklch(18% 0.04 240 / 0.96), oklch(13% 0.035 240) 62%),
    var(--ink);
}

.overseas-partners::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: min(34vw, 430px);
  background:
    repeating-linear-gradient(90deg, #F3A912, #F3A912 18px, #D8950E 20px, #D8950E 27px),
    var(--orange);
  opacity: 0.16;
  transform: skewX(-12deg) translateX(18%);
  transform-origin: center;
}

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

.overseas-heading {
  width: min(760px, 100%);
  margin-inline-start: 0;
  margin-inline-end: auto;
  text-align: right;
}

body[data-lang="en"] .overseas-heading {
  margin-inline-start: 0;
  margin-inline-end: auto;
  text-align: left;
}

.overseas-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5.8vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.overseas-heading p:not(.micro-label) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 700;
}

.overseas-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(250px, 0.76fr);
  grid-template-areas:
    "hero side-a"
    "hero side-b";
  gap: 16px;
  margin-top: 34px;
}

.overseas-card {
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid oklch(88% 0.018 250 / 0.12);
  background:
    linear-gradient(180deg, oklch(98% 0.01 92 / 0.07), oklch(98% 0.01 92 / 0.025)),
    oklch(14% 0.032 240 / 0.84);
  box-shadow: inset 0 1px 0 oklch(98% 0.01 92 / 0.08), 0 24px 60px oklch(8% 0.025 240 / 0.32);
}

.overseas-card-hero {
  grid-area: hero;
  min-height: 440px;
  background:
    linear-gradient(180deg, oklch(98% 0.01 92 / 0.095), oklch(98% 0.01 92 / 0.035)),
    radial-gradient(circle at 72% 18%, rgba(243, 169, 18, 0.18), transparent 28%),
    oklch(14% 0.032 240 / 0.9);
  border-color: rgba(243, 169, 18, 0.28);
}

.overseas-card:not(.overseas-card-hero):nth-child(2) {
  grid-area: side-a;
}

.overseas-card:not(.overseas-card-hero):nth-child(3) {
  grid-area: side-b;
}

.overseas-card img {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
  opacity: 0.94;
  filter: drop-shadow(0 16px 26px oklch(8% 0.025 240 / 0.32));
}

.overseas-card-hero img {
  max-height: 360px;
  max-width: min(92%, 680px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(160px, 0.35fr);
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: clamp(2.1rem, 5.3vw, 4.45rem);
}

.service-board {
  background: oklch(15% 0.035 240);
  border: 1px solid var(--line);
}

.service-open {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.75fr);
  gap: 36px;
  padding: clamp(24px, 5vw, 46px);
  background:
    radial-gradient(circle at 10% 20%, rgba(243, 169, 18, 0.18), transparent 28%),
    var(--panel);
}

.service-open span,
.service-line span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-open h3,
.service-line strong {
  margin: 12px 0 10px;
  display: block;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.service-open p,
.service-line em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.65;
}

.service-open ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.service-open li {
  position: relative;
  padding-inline-start: 18px;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.6;
}

.service-open li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.78em;
  width: 7px;
  height: 7px;
  background: var(--orange);
}

.service-line {
  width: 100%;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 30px;
  gap: 18px;
  align-items: center;
  padding: 24px clamp(20px, 4vw, 40px);
  color: var(--text);
  text-align: inherit;
  background: oklch(14% 0.033 240);
  border: 0;
  border-top: 1px solid var(--line);
  cursor: pointer;
}

.service-line::after {
  content: "\203A";
  color: var(--muted);
  font-size: 2rem;
}

.service-line span {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.service-line strong {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
}

.service-line em {
  grid-column: 2;
  grid-row: 2;
}

.service-line::after {
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-self: end;
}

.network-section {
  padding-bottom: 72px;
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 820px;
  margin: 10px auto 0;
}

.asset-grid article {
  min-height: 136px;
  display: grid;
  place-items: center;
  gap: 12px;
  color: var(--muted);
  border: 1px dashed oklch(72% 0.03 240 / 0.4);
  background: oklch(14% 0.035 240 / 0.55);
}

.asset-grid strong {
  color: var(--text);
  font-size: 1.05rem;
}

.asset-icon {
  width: 92px;
  height: 44px;
  position: relative;
}

.asset-icon::before,
.asset-icon::after {
  content: "";
  position: absolute;
  border: 2px solid oklch(92% 0.02 92 / 0.48);
}

.sea::before {
  inset: 14px 8px 4px;
  border-radius: 0 0 20px 20px;
}

.sea::after {
  inset: 4px 24px 18px;
}

.land::before,
.fleet::before {
  inset: 7px 8px 14px;
}

.land::after,
.fleet::after {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  bottom: 2px;
  right: 14px;
  box-shadow: -42px 0 0 -2px oklch(14% 0.035 240), -42px 0 0 0 oklch(92% 0.02 92 / 0.48);
}

.air::before {
  width: 86px;
  height: 0;
  top: 20px;
  right: 3px;
  transform: rotate(-16deg);
}

.air::after {
  width: 32px;
  height: 18px;
  top: 10px;
  right: 28px;
  transform: skewX(-28deg);
}

.docs::before {
  inset: 2px 20px 2px 20px;
}

.docs::after {
  width: 38px;
  height: 0;
  top: 17px;
  right: 27px;
  box-shadow: 0 10px 0 0 oklch(92% 0.02 92 / 0.48);
}

.origin::before {
  inset: 7px 6px 7px 26px;
  transform: skewX(-14deg);
}

.origin::after {
  inset: 15px 54px 15px 6px;
}

.info-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 86px);
}

.info-list {
  background: oklch(14% 0.033 240);
  border: 1px solid var(--line);
}

.info-list details {
  padding: 22px 26px;
  border-bottom: 1px solid var(--line);
}

.info-list details:last-child {
  border-bottom: 0;
}

.info-list summary {
  color: var(--text);
  cursor: pointer;
  font-weight: 900;
}

.container-callout {
  position: relative;
  min-height: 650px;
  padding: 80px clamp(24px, 5vw, 90px);
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.orange-container {
  position: absolute;
  inset-inline: 72px;
  bottom: 88px;
  height: 350px;
  border: 3px solid #F5B93E;
  background:
    repeating-linear-gradient(90deg, #F3A912, #F3A912 22px, #D8950E 24px, #D8950E 31px),
    var(--orange);
  box-shadow: 0 32px 70px oklch(10% 0.03 240 / 0.38);
}

.orange-container span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(243, 169, 18, 0.55);
}

.orange-container span:nth-child(1) { right: 12%; }
.orange-container span:nth-child(2) { right: 31%; }
.orange-container span:nth-child(3) { right: 50%; }
.orange-container span:nth-child(4) { right: 69%; }
.orange-container span:nth-child(5) { right: 88%; }

.callout-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-top: 230px;
  margin-inline-start: 0;
  margin-inline-end: auto;
}

.callout-copy p {
  color: var(--muted);
  font-weight: 800;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.contact-section h2 {
  font-size: clamp(2rem, 5.2vw, 4.2rem);
}

.contact-actions {
  display: grid;
  border-top: 1px solid var(--orange);
}

.contact-actions a {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: clamp(1.2rem, 2.3vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.contact-actions b {
  color: var(--orange);
  font-size: 2.2rem;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 40px;
  font-style: normal;
  font-size: 0.82rem;
}

.contact-details span {
  padding: 14px;
  border: 1px solid var(--line);
}

.site-footer {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 42px;
  padding: 52px clamp(24px, 5vw, 90px);
  border-top: 1px solid var(--line);
}

.site-footer img {
  align-self: start;
  padding: 10px;
  border-radius: 6px;
  background: var(--white-soft);
}

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

.footer-columns div {
  display: grid;
  gap: 9px;
}

.footer-columns strong {
  color: var(--orange);
  font-size: 0.82rem;
}

@media (min-width: 1600px) {
  :root {
    --page: 100%;
  }

  .hero-panel {
    min-height: 820px;
  }
}

@media (max-width: 1180px) {
  :root {
    --page: 100%;
  }

  .site-canvas {
    border-radius: 0;
  }
}

@media (max-width: 980px) {
  .hero-panel {
    min-height: 690px;
  }

  .site-header {
    grid-template-columns: auto 1fr;
  }

  .brand-mark {
    width: 154px;
  }

  .lang-toggle {
    justify-self: end;
  }

  .site-nav {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }

  .hero-copy {
    width: min(640px, 100%);
    padding-top: 300px;
  }

  .statement,
  .service-open,
  .info-layout,
  .contact-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .metric-strip,
  .asset-grid,
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 820px) {
  :root {
    --page: 100%;
  }

  .page-frame {
    padding: 0;
  }

  .site-canvas {
    border-radius: 0;
    box-shadow: none;
  }

  .hero-panel {
    min-height: auto;
    padding: 18px 18px 54px;
  }

  .site-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
  }

  .brand-mark {
    grid-column: 1;
    grid-row: 1;
    width: 142px;
    justify-self: start;
  }

  body[data-lang="ar"] .brand-mark,
  body[data-lang="en"] .brand-mark {
    grid-column: 1;
    justify-self: start;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    grid-column: 4;
    grid-row: 1;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    top: 82px;
    width: min(310px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    border-radius: 22px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 20;
    transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease;
  }

  .site-nav a {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 52px;
    padding: 11px 14px;
    font-size: 0.9rem;
    white-space: nowrap;
    border-radius: 15px;
    background: oklch(98% 0.01 92 / 0.06);
  }

  .site-nav a::after {
    display: none;
  }

  body[data-lang="ar"] .site-nav {
    right: 14px;
    left: auto;
    transform: translateX(112%);
  }

  body[data-lang="en"] .site-nav {
    left: 14px;
    right: auto;
    transform: translateX(-112%);
  }

  body.menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .lang-toggle {
    grid-column: 3;
    grid-row: 1;
    width: auto;
    min-width: 86px;
    min-height: 42px;
    justify-self: start;
    padding-inline: 14px;
    background: oklch(18% 0.02 240 / 0.48);
  }

  body[data-lang="ar"] .lang-toggle,
  body[data-lang="en"] .lang-toggle {
    grid-column: 3;
    justify-self: end;
  }

  .container-row span {
    width: 88px;
    height: 270px;
  }

  .row-a {
    top: 150px;
    right: -76px;
  }

  .row-b {
    top: 166px;
    right: 108px;
  }

  .hero-copy {
    width: 100%;
    padding-top: 300px;
    margin-inline-start: 0;
    margin-inline-end: auto;
  }

  .hero-copy h1,
  .statement h2,
  .section-heading h2,
  .contact-section h2,
  .callout-copy h2 {
    max-width: 100%;
    font-size: clamp(1.72rem, 8.4vw, 2.25rem);
    line-height: 1.14;
    overflow-wrap: break-word;
  }

  .hero-copy p:not(.micro-label) {
    font-size: 0.94rem;
    line-height: 1.85;
  }

  .numbered-section {
    padding: 34px 18px 46px;
  }

  .statement,
  .section-heading,
  .service-open,
  .info-layout,
  .overseas-grid,
  .contact-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .overseas-partners {
    padding: 42px 18px 48px;
  }

  .overseas-grid {
    grid-template-areas:
      "hero"
      "side-a"
      "side-b";
  }

  .overseas-heading {
    width: 100%;
  }

  .overseas-card,
  .overseas-card-hero {
    min-height: 180px;
    grid-row: auto;
  }

  .overseas-card-hero {
    min-height: 260px;
  }

  .overseas-card img {
    max-height: 190px;
  }

  .overseas-card-hero img {
    max-height: 230px;
  }

  .metric-strip,
  .asset-grid,
  .footer-columns,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .client-logo-card {
    width: 190px;
    min-height: 82px;
    padding: 14px 20px;
  }

  .service-line {
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 20px 16px;
  }

  .service-open {
    gap: 24px;
  }

  .service-open h3,
  .service-line strong {
    font-size: clamp(1.25rem, 7vw, 1.75rem);
  }

  .orange-container {
    inset-inline: 18px;
    height: 260px;
  }

  .container-callout {
    min-height: 520px;
    padding-inline: 18px;
  }

  .callout-copy {
    margin-top: 250px;
  }
}

@media (max-width: 520px) {
  :root {
    --page: 100%;
  }

  .site-canvas {
    margin-inline: 0;
  }

  .hero-panel {
    padding: 18px 14px 48px;
  }

  .site-header {
    width: 100%;
    max-width: none;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
  }

  .brand-mark {
    width: 118px;
    padding: 8px 10px;
    margin-inline-end: 0;
  }

  .site-nav a,
  .lang-toggle {
    font-size: 0.72rem;
  }

  .site-nav {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .container-row span {
    width: 76px;
    height: 238px;
  }

  .row-a {
    top: 158px;
    right: -78px;
  }

  .row-b {
    top: 172px;
    right: 76px;
  }

  .hero-copy {
    padding-top: 220px;
  }

  body[data-lang="ar"] .hero-copy,
  body[data-lang="ar"] .statement,
  body[data-lang="ar"] .section-heading,
  body[data-lang="ar"] .info-layout,
  body[data-lang="ar"] .contact-grid,
  body[data-lang="ar"] .callout-copy {
    text-align: right;
  }

  body[data-lang="en"] .hero-copy,
  body[data-lang="en"] .statement,
  body[data-lang="en"] .section-heading,
  body[data-lang="en"] .info-layout,
  body[data-lang="en"] .contact-grid,
  body[data-lang="en"] .callout-copy {
    text-align: left;
  }

  .hero-copy p:not(.micro-label) {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    font-size: 0.86rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
  }

  .hero-copy h1 {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    font-size: clamp(1.58rem, 7vw, 2rem);
    overflow-wrap: anywhere;
  }

  .statement h2,
  .section-heading h2,
  .contact-section h2,
  .callout-copy h2 {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    font-size: clamp(1.18rem, 5.2vw, 1.46rem);
    line-height: 1.28;
    overflow-wrap: anywhere;
  }

  .numbered-section {
    padding-inline: 14px;
  }

  .overseas-partners {
    padding-inline: 14px;
  }

  .overseas-heading h2 {
    font-size: clamp(1.7rem, 9vw, 2.45rem);
  }

  .overseas-card {
    min-height: 148px;
    padding: 14px;
  }

  .overseas-card img {
    max-height: 140px;
  }

  .overseas-card-hero img {
    max-height: 210px;
  }

  .client-slider {
    margin-inline: -14px;
  }

  .client-logo-card {
    width: 166px;
    min-height: 76px;
    padding: 12px 16px;
  }

  .client-logo-card img {
    max-height: 50px;
  }

  .service-line {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .service-line::after {
    display: none;
  }

  .contact-actions a {
    min-height: 62px;
    font-size: 1.08rem;
  }
}

@media (max-width: 360px) {
  .hero-panel {
    padding-inline: 12px;
  }

  .brand-mark {
    width: 110px;
    margin-inline-end: 0;
  }

  .site-nav a,
  .lang-toggle {
    font-size: 0.68rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.4rem, 7vw, 1.72rem);
  }

  .statement h2,
  .section-heading h2,
  .contact-section h2,
  .callout-copy h2 {
    font-size: clamp(1.16rem, 6vw, 1.42rem);
  }

  .container-row span {
    width: 82px;
  }
}

@media (max-height: 560px) and (min-width: 560px) and (max-width: 980px) {
  .hero-panel {
    min-height: 560px;
    padding-top: 14px;
  }

  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 12px;
  }

  .brand-mark {
    width: 132px;
  }

  .site-nav {
    grid-column: auto;
    display: grid;
  }

  .site-nav a,
  .lang-toggle {
    min-height: 40px;
    padding: 7px 12px;
    font-size: 0.72rem;
  }

  .container-row span {
    width: 92px;
    height: 260px;
  }

  .row-a {
    top: 82px;
  }

  .row-b {
    top: 98px;
  }

  .hero-copy {
    width: min(520px, 100%);
    padding-top: 250px;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 6vw, 3rem);
  }
}
