:root {
  --blue: #2090d0;
  --blue-dark: #0878ae;
  --gold: #e0a000;
  --green: #70b050;
  --ink: #17212b;
  --muted: #707070;
  --line: #dce7ec;
  --paper: #ffffff;
  --warm: #fff9f0;
  --container: min(1340px, calc(100vw - 64px));
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }

.site-shell { overflow-x: clip; }
.site-header { width: var(--container); height: 108px; margin: 0 auto; display: grid; grid-template-columns: 190px 1fr auto auto; align-items: center; gap: 32px; position: relative; z-index: 50; }
.brand { width: 166px; display: block; }
.brand img { width: 100%; }
.main-nav { display: flex; justify-content: center; gap: clamp(24px, 3vw, 54px); }
.main-nav a { font-size: 14px; font-weight: 700; padding: 14px 0; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--blue); transition: right 180ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { white-space: nowrap; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--ink); font-size: 14px; font-weight: 800; transition: background 180ms ease, color 180ms ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--ink); color: #fff; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 21px; }

.hero { min-height: 620px; position: relative; display: flex; align-items: center; border-bottom: 1px solid #e7ecef; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(90deg, #fff 0%, #fff 32%, rgba(255, 255, 255, .98) 37%, rgba(255, 255, 255, .86) 43%, rgba(255, 255, 255, .48) 49%, rgba(255, 255, 255, 0) 59%); }
.hero-world { position: absolute; z-index: -2; inset: 0 0 0 auto; width: 72%; height: 100%; object-fit: cover; object-position: 54% bottom; transform: translate3d(calc(var(--pointer-x, 0) * -4px), calc(var(--pointer-y, 0) * -2px), 0) scale(1.008); transition: transform 150ms ease-out; }
.hero-copy { width: var(--container); margin: 0 auto; position: relative; z-index: 4; padding-bottom: 20px; }
.eyebrow { margin-bottom: 18px; color: var(--blue-dark); font-size: 11px; line-height: 1.4; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 590px; margin-bottom: 34px; font-family: "Outfit", "Manrope", sans-serif; font-size: clamp(68px, 6.15vw, 98px); line-height: .92; letter-spacing: -.055em; font-weight: 600; }
.hero h1 span { color: var(--blue); }
.hero-intro { max-width: 430px; margin-bottom: 32px; font-size: 19px; line-height: 1.55; color: #35444f; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-speed-link { min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 0 8px; color: var(--blue-dark); font-size: 13px; font-weight: 800; }
.hero-speed-link span { transition: transform 180ms ease; }
.hero-speed-link:hover span, .hero-speed-link:focus-visible span { transform: translateY(4px); }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 25px; border: 1px solid transparent; background: #fff; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover, .button-primary:focus-visible { background: var(--ink); }
.button-secondary { border-color: var(--ink); }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--ink); color: #fff; }
.hero-falcon { position: absolute; z-index: 3; top: 56px; right: 26%; width: clamp(173px, 16.1vw, 265px); pointer-events: none; filter: drop-shadow(0 14px 16px rgba(17, 30, 42, .12)); animation: falcon-flight 9s cubic-bezier(.45,.05,.55,.95) infinite; }
.hero-caption { position: absolute; z-index: 5; right: 26px; bottom: 24px; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; font-size: 10px; line-height: 1.25; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.proof-rail { width: 100%; display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); padding: 0 max(32px, calc((100vw - 1340px) / 2)); border-bottom: 1px solid var(--line); }
.proof-rail > div { min-height: 142px; padding: 30px 34px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.proof-rail > div:last-child { border-right: 0; }
.proof-intro strong { margin-bottom: 8px; color: var(--blue-dark); font-size: 20px; line-height: 1.18; text-transform: uppercase; }
.proof-rail small { color: var(--blue-dark); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.proof-rail strong { margin: 6px 0; font-size: 18px; }
.proof-rail span { color: var(--muted); font-size: 13px; line-height: 1.45; }

.decision-path { width: var(--container); margin: 0 auto; padding: 100px 0 112px; border-bottom: 1px solid var(--line); }
.decision-path-intro { display: grid; grid-template-columns: 220px minmax(0, 620px); gap: 40px; align-items: end; margin-bottom: 40px; }
.decision-path-intro .eyebrow { margin: 0; }
.decision-path-intro h2 { margin: 0; font-family: "Outfit", sans-serif; font-size: clamp(38px, 3.6vw, 56px); line-height: 1.02; letter-spacing: -.04em; font-weight: 600; }
.decision-path-intro > p:last-child { grid-column: 2; margin: -22px 0 0; max-width: 560px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.decision-steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.decision-steps li { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border-inline-end: 1px solid var(--line); background: #fff; }
.decision-steps li:last-child { border-inline-end: 0; }
.decision-steps li > span { margin-bottom: 48px; color: var(--blue-dark); font-family: "Outfit", sans-serif; font-size: 34px; font-weight: 600; font-variant-numeric: tabular-nums; }
.decision-steps small { margin-bottom: 9px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.decision-steps strong { min-height: 48px; font-family: "Outfit", sans-serif; font-size: 20px; line-height: 1.2; }
.decision-steps p { margin: 16px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.decision-steps a { margin-top: auto; color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.decision-steps a span { display: inline-block; transition: transform 180ms ease; }
.decision-steps a:hover span, .decision-steps a:focus-visible span { transform: translateX(4px); }

.claim-host { position: relative; }
.claim-passport { margin-top: 12px; color: var(--ink); font-size: 11px; }
.claim-passport summary { width: fit-content; min-height: 32px; display: inline-flex; align-items: center; gap: 7px; color: var(--blue-dark); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.claim-passport summary::marker { color: var(--gold); }
.claim-passport[open] { z-index: 2; }
.claim-passport dl { margin: 8px 0 0; padding: 14px; border: 1px solid var(--line); background: var(--warm); }
.claim-passport dl > div { min-height: 0; padding: 0; border: 0; }
.claim-passport dt { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.claim-passport dd { margin: 2px 0 10px; color: var(--ink); font-size: 11px; line-height: 1.45; }
.claim-passport p, .claim-passport a { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }

.flagships { width: var(--container); margin: 0 auto; padding: 78px 0 88px; }
.section-intro { display: grid; grid-template-columns: 220px minmax(0, 620px); align-items: end; gap: 40px; margin-bottom: 42px; }
.section-intro .eyebrow { margin-bottom: 5px; }
.section-intro h2 { margin-bottom: 0; font-family: "Outfit", sans-serif; font-size: clamp(36px, 3.3vw, 52px); line-height: 1.03; letter-spacing: -.035em; font-weight: 600; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.project-card { min-width: 0; min-height: 230px; position: relative; display: grid; grid-template-columns: minmax(120px, 42%) 1fr 20px; align-items: center; gap: 18px; padding: 24px; border: 0; border-right: 1px solid var(--line); background: #fff; color: var(--ink); text-align: left; cursor: pointer; transition: background 180ms ease, transform 180ms ease; }
.project-card:last-child { border-right: 0; }
.project-card:hover, .project-card:focus-visible { background: var(--warm); }
.project-card.is-active { background: #eef8fc; box-shadow: inset 0 -4px 0 var(--blue); }
.project-visual { height: 160px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.project-visual > img { max-width: 100%; max-height: 150px; object-fit: contain; }
.project-copy { display: flex; flex-direction: column; gap: 7px; }
.project-copy small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.project-copy strong { font-family: "Outfit", sans-serif; font-size: 27px; line-height: 1; }
.project-copy span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.project-card > i { color: var(--blue-dark); }
.rehla-visual { justify-content: flex-start; }
.rehla-logo { width: 58%; transform: translateX(-8px); }
.rehla-guide { position: absolute; right: -2px; bottom: -48px; width: 48%; max-height: none !important; }
.project-detail { min-height: 112px; display: grid; grid-template-columns: 1fr 2fr 1.15fr auto; align-items: center; gap: 28px; padding: 24px 32px; border: 1px solid var(--line); border-top: 0; }
.project-detail small { color: var(--blue-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-detail h3 { margin: 5px 0 0; font-family: "Outfit", sans-serif; font-size: 28px; }
.project-detail p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.project-detail > strong { font-size: 13px; color: var(--green); }
.project-detail a { color: var(--blue-dark); font-size: 13px; font-weight: 800; white-space: nowrap; }

.outcomes-band { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--blue); color: #fff; padding: 0 max(32px, calc((100vw - 1340px) / 2)); }
.outcomes-band article { min-height: 112px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 18px; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.28); }
.outcomes-band article:last-child { border-right: 0; }
.outcomes-band i { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #fff; border-radius: 50%; font-size: 18px; }
.outcomes-band strong, .outcomes-band span { display: block; }
.outcomes-band strong { margin-bottom: 4px; font-size: 15px; }
.outcomes-band span { font-size: 12px; line-height: 1.45; opacity: .92; }

.about-section, .capabilities-section, .portfolio-section, .impact-section, .contact-section { width: var(--container); margin: 0 auto; }
.about-section { padding: 130px 0; display: grid; grid-template-columns: 180px 1.35fr 1fr; gap: 64px; border-bottom: 1px solid var(--line); }
.section-label span { display: block; margin-bottom: 16px; color: var(--muted); font-size: 12px; }
.about-copy h2, .section-heading h2, .portfolio-heading h2, .impact-copy h2, .contact-copy h2 { margin-bottom: 28px; font-family: "Outfit", sans-serif; font-size: clamp(44px, 4.1vw, 66px); line-height: 1.01; letter-spacing: -.045em; font-weight: 600; }
.about-copy .lead { max-width: 700px; margin: 0; font-size: 22px; line-height: 1.55; }
.facts { display: grid; grid-template-columns: 1fr 1fr; align-content: end; }
.facts > div { min-height: 128px; padding: 24px 18px; border-top: 1px solid var(--line); }
.facts > div:nth-child(odd) { border-right: 1px solid var(--line); }
.facts > div > strong, .facts > div > span { display: block; }
.facts > div > strong { color: var(--blue-dark); font-family: "Outfit", sans-serif; font-size: 40px; }
.facts > div > span { color: var(--muted); font-size: 12px; }

.capabilities-section { padding: 128px 0; }
.section-heading { max-width: 820px; margin: 0 auto 70px; text-align: center; }
.section-heading p:last-child { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.7; }
.capability-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-list article { min-height: 320px; padding: 32px; border-right: 1px solid var(--line); }
.capability-list article:last-child { border-right: 0; }
.capability-list span { color: var(--muted); font-size: 11px; }
.capability-list i { display: block; margin: 56px 0 38px; color: var(--blue); font-size: 30px; }
.capability-list article:nth-child(2) i { color: var(--gold); }
.capability-list article:nth-child(3) i { color: var(--green); }
.capability-list article:nth-child(4) i { color: var(--ink); }
.capability-list h3 { margin-bottom: 14px; font-family: "Outfit", sans-serif; font-size: 25px; }
.capability-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.portfolio-section { padding: 126px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; border-top: 1px solid var(--line); }
.portfolio-heading { position: sticky; top: 40px; align-self: start; }
.portfolio-list { border-top: 1px solid var(--ink); }
.portfolio-list > div { min-height: 92px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.portfolio-list span { color: var(--blue-dark); font-size: 11px; }
.portfolio-list strong { font-size: 19px; }
.portfolio-list small { color: var(--muted); font-size: 12px; text-align: right; }

.impact-section { padding: 120px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; border-top: 1px solid var(--line); }
.impact-copy p:last-child { max-width: 590px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.grant-grid { display: grid; grid-template-columns: 1fr 1fr; align-self: center; border: 1px solid var(--ink); }
.grant-grid article { min-height: 260px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--ink); }
.grant-grid article:last-child { border-right: 0; }
.grant-grid span { margin-bottom: auto; color: var(--blue); font-family: "Outfit", sans-serif; font-size: 58px; }
.grant-grid strong { margin-bottom: 8px; font-size: 23px; }
.grant-grid small { color: var(--muted); }

.contact-section { padding: 126px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; border-top: 1px solid var(--line); }
.contact-copy p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-copy > a { color: var(--blue-dark); font-weight: 800; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; color: var(--muted); font-size: 12px; font-weight: 700; }
.contact-form .form-message, .contact-form .consent-field, .form-status { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid #aeb8bf; background: #fff; color: var(--ink); padding: 12px 0; outline: 0; transition: border-color 180ms ease; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
.contact-form .button:disabled { opacity: .58; cursor: wait; transform: none; }
.consent-field { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px !important; align-items: start; padding: 14px 0; border-top: 1px solid var(--line); }
.consent-field input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.consent-field .field-error { grid-column: 2; }
.form-status { margin: 0; display: flex; align-items: center; gap: 8px; color: var(--green); font-size: 13px; font-weight: 700; }
.form-status.is-error { color: #b3261e; }
.form-status:empty { display: none; }
.contact-commitment { max-width: 500px; display: grid; gap: 6px; margin: 28px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-commitment strong { color: var(--blue-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.contact-commitment span { color: var(--muted); font-size: 13px; line-height: 1.6; }

.site-footer { width: 100%; min-height: 220px; display: grid; grid-template-columns: 190px 1fr auto auto; align-items: center; gap: 60px; padding: 48px max(32px, calc((100vw - 1340px) / 2)); border-top: 1px solid var(--line); background: var(--warm); }
.site-footer p { max-width: 490px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.site-footer > div { display: flex; gap: 28px; font-size: 13px; font-weight: 700; }
.site-footer small { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes falcon-flight {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
  28% { transform: translate3d(-36px, 14px, 0) rotate(2deg); }
  58% { transform: translate3d(18px, -12px, 0) rotate(-1deg); }
  82% { transform: translate3d(42px, 8px, 0) rotate(2deg); }
}

@media (max-width: 1100px) {
  .decision-steps { grid-template-columns: 1fr 1fr; }
  .decision-steps li:nth-child(2) { border-inline-end: 0; }
  .decision-steps li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  :root { --container: min(calc(100% - 40px), 1040px); }
  .site-header { grid-template-columns: 170px 1fr auto; }
  .main-nav { gap: 20px; }
  .header-cta { display: none; }
  .hero-world { width: 68%; object-position: 62% bottom; }
  .hero h1 { max-width: 520px; }
  .proof-rail { grid-template-columns: 1fr 1fr; }
  .proof-rail > div:nth-child(2) { border-right: 0; }
  .proof-rail > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .project-card { grid-template-columns: 1fr; text-align: center; }
  .project-card > i { display: none; }
  .project-detail { grid-template-columns: 1fr 2fr; }
  .project-detail > strong, .project-detail > a { margin-top: -10px; }
  .outcomes-band { grid-template-columns: 1fr 1fr; }
  .outcomes-band article:nth-child(2) { border-right: 0; }
  .outcomes-band article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.28); }
  .about-section { grid-template-columns: 140px 1fr; }
  .facts { grid-column: 2; }
  .capability-list { grid-template-columns: 1fr 1fr; }
  .capability-list article:nth-child(2) { border-right: 0; }
  .capability-list article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .decision-path { padding: 72px 0 78px; }
  .decision-path-intro { grid-template-columns: 1fr; gap: 12px; margin-bottom: 30px; }
  .decision-path-intro > p:last-child { grid-column: auto; margin: 0; }
  .decision-steps { grid-template-columns: 1fr; }
  .decision-steps li { min-height: 0; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .decision-steps li:nth-child(2) { border-inline-end: 0; }
  .decision-steps li:last-child { border-bottom: 0; }
  .decision-steps li > span { margin-bottom: 24px; }
  :root { --container: min(calc(100% - 32px), 680px); }
  .site-header { height: 78px; grid-template-columns: minmax(0, 1fr) auto 46px; gap: 12px; padding-inline: 16px; }
  .brand { width: 132px; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .main-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: 16px; border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 40px rgba(17,30,42,.14); }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { min-height: 860px; display: block; padding-top: 44px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { max-width: 360px; margin-bottom: 24px; font-size: clamp(53px, 14vw, 64px); line-height: .94; }
  .hero-intro { max-width: 355px; margin-bottom: 24px; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; width: min(100%, 340px); }
  .hero-speed-link { justify-content: center; }
  .hero-world { top: auto; bottom: 0; width: 100%; height: 42%; object-position: 58% bottom; transform: none; }
  .hero::before { display: none; }
  .hero-falcon { top: auto; right: 44%; bottom: 270px; width: 128px; }
  .hero-caption { display: none; }
  .proof-rail { grid-template-columns: 1fr; padding: 0 16px; }
  .proof-rail > div { min-height: 112px; padding: 22px 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-rail > div:last-child { border-bottom: 0; }
  .flagships { padding: 78px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 12px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 184px; grid-template-columns: 130px 1fr 18px; text-align: left; border-right: 0; border-bottom: 1px solid var(--line); }
  .project-card:last-child { border-bottom: 0; }
  .project-card > i { display: block; }
  .project-visual { height: 136px; }
  .project-detail { grid-template-columns: 1fr; gap: 16px; }
  .project-detail > strong, .project-detail > a { margin-top: 0; }
  .outcomes-band { grid-template-columns: 1fr; padding: 0 16px; }
  .outcomes-band article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .outcomes-band article:last-child { border-bottom: 0; }
  .about-section, .portfolio-section, .impact-section, .contact-section { padding: 88px 0; grid-template-columns: 1fr; gap: 42px; }
  .section-label { display: flex; gap: 20px; }
  .facts { grid-column: auto; }
  .capabilities-section { padding: 88px 0; }
  .section-heading { margin-bottom: 44px; text-align: left; }
  .section-heading h2, .portfolio-heading h2, .impact-copy h2, .contact-copy h2, .about-copy h2 { font-size: 42px; }
  .capability-list { grid-template-columns: 1fr; }
  .capability-list article { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-list article:last-child { border-bottom: 0; }
  .capability-list i { margin: 34px 0 26px; }
  .portfolio-heading { position: static; }
  .portfolio-list > div { grid-template-columns: 42px 1fr; }
  .portfolio-list small { grid-column: 2; margin-top: -24px; text-align: left; }
  .grant-grid { grid-template-columns: 1fr; }
  .grant-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .grant-grid article:last-child { border-bottom: 0; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .form-message, .contact-form .consent-field, .form-status { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; gap: 24px; }
  .site-footer > div { flex-wrap: wrap; }
  .site-footer small { grid-column: auto; }
}

@media (max-width: 410px) {
  .hero { min-height: 830px; }
  .hero h1 { font-size: 49px; }
  .hero-world { height: 38%; }
  .hero-falcon { bottom: 235px; }
  .project-card { grid-template-columns: 112px 1fr 14px; padding: 18px; }
  .project-copy strong { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .hero-world { transform: none !important; }
  .reveal { opacity: 1; transform: none; }
}


/* ---------- News section ---------- */
.news-section { width: var(--container); margin: 0 auto; padding: 120px 0; border-top: 1px solid var(--line); }
.news-heading { max-width: 640px; margin-bottom: 48px; }
.news-heading h2 { margin-bottom: 0; font-family: "Outfit", sans-serif; font-size: clamp(40px, 3.6vw, 56px); line-height: 1.02; letter-spacing: -.04em; font-weight: 600; }
.news-list { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.news-list article { min-height: 230px; padding: 30px; display: flex; flex-direction: column; gap: 12px; border-right: 1px solid var(--line); }
.news-list article:last-child { border-right: 0; }
.news-list small { font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.news-gold { color: var(--gold); } .news-green { color: var(--green); } .news-blue { color: var(--blue-dark); }
.news-list h3 { margin: 0; font-family: "Outfit", sans-serif; font-size: 21px; line-height: 1.2; }
.news-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

/* ---------- Product pages ---------- */
.product-hero { border-bottom: 1px solid var(--line); }
.product-hero-inner { width: var(--container); margin: 0 auto; padding: 84px 0 76px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.product-hero h1 { max-width: 640px; margin-bottom: 26px; font-family: "Outfit", sans-serif; font-size: clamp(52px, 5vw, 82px); line-height: .96; letter-spacing: -.05em; font-weight: 600; }
.product-hero h1 span { color: var(--blue); }
.page-shara .product-hero h1 span { color: var(--gold); }
.page-mandoos .product-hero h1 span { color: var(--green); }
.product-hero .hero-intro { max-width: 520px; }
.product-art { justify-self: center; width: min(100%, 360px); filter: drop-shadow(0 22px 26px rgba(17,30,42,.14)); }
.grant-chip { display: inline-flex; align-items: center; gap: 16px; margin-top: 8px; padding: 16px 22px; border: 1px solid var(--ink); background: #fff; }
.grant-chip strong { font-family: "Outfit", sans-serif; font-size: 26px; color: var(--gold); }
.grant-chip span { font-size: 12px; line-height: 1.45; color: var(--muted); font-weight: 700; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.chip-row span { border: 1px solid var(--line); background: #fff; padding: 10px 18px; font-size: 12px; font-weight: 800; }
.video-section { width: var(--container); margin: 0 auto; padding: 110px 0; }
.video-section .section-intro { margin-bottom: 40px; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; border: 1px solid var(--ink); background: var(--ink); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-frame.portrait { max-width: 340px; aspect-ratio: 9 / 16; }
.video-split { display: grid; grid-template-columns: 1fr 340px; gap: 90px; align-items: center; }
.feature-trio { grid-template-columns: repeat(3, 1fr) !important; }
.feature-trio article { min-height: 230px; }
.feature-trio i { margin: 30px 0 24px; }
.page-cta { border-top: 1px solid var(--line); background: var(--warm); }
.page-cta-inner { width: var(--container); margin: 0 auto; padding: 96px 0; text-align: center; }
.page-cta h2 { margin-bottom: 14px; font-family: "Outfit", sans-serif; font-size: clamp(36px, 3.4vw, 54px); letter-spacing: -.04em; font-weight: 600; }
.page-cta p { max-width: 480px; margin: 0 auto 32px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.page-cta .button { min-width: 0; }

@media (max-width: 1100px) {
  .product-hero-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .video-split { grid-template-columns: 1fr; gap: 44px; }
  .news-list { grid-template-columns: 1fr; }
  .news-list article { border-right: 0; border-bottom: 1px solid var(--line); }
  .news-list article:last-child { border-bottom: 0; }
  .feature-trio { grid-template-columns: 1fr 1fr !important; }
  .feature-trio article:nth-child(2) { border-right: 0; }
  .feature-trio article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 760px) {
  .news-section { padding: 88px 0; }
  .product-hero-inner { grid-template-columns: 1fr; padding: 56px 0 60px; gap: 40px; }
  .product-art { width: min(80%, 300px); }
  .video-section { padding: 80px 0; }
  .feature-trio { grid-template-columns: 1fr !important; }
  .feature-trio article { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .feature-trio article:last-child { border-bottom: 0; }
  .page-cta-inner { padding: 72px 0; }
}


/* ---------- Polish round: motion & micro-interactions ---------- */

/* Hero entrance (staggered) */
@keyframes rise-in { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.hero-copy .eyebrow { animation: rise-in 640ms cubic-bezier(.2,.7,.2,1) both; }
.hero-copy h1 { animation: rise-in 720ms 90ms cubic-bezier(.2,.7,.2,1) both; }
.hero-copy .hero-intro { animation: rise-in 720ms 190ms cubic-bezier(.2,.7,.2,1) both; }
.hero-copy .hero-actions { animation: rise-in 720ms 290ms cubic-bezier(.2,.7,.2,1) both; }
.hero-world { animation: fade-in 900ms ease both; }
.hero-falcon { animation: fade-in 800ms 350ms ease both, falcon-flight 9s cubic-bezier(.45,.05,.55,.95) 1.1s infinite; }
.product-hero-inner > div > * { animation: rise-in 680ms cubic-bezier(.2,.7,.2,1) both; }
.product-hero-inner > div > *:nth-child(2) { animation-delay: 90ms; }
.product-hero-inner > div > *:nth-child(3) { animation-delay: 180ms; }
.product-hero-inner > div > *:nth-child(4) { animation-delay: 270ms; }
.product-art { animation: rise-in 760ms 200ms cubic-bezier(.2,.7,.2,1) both; }

/* Sticky header that reacts to scroll */
.site-header { position: sticky; top: 0; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); width: 100%; padding: 0 max(32px, calc((100vw - 1340px) / 2)); border-bottom: 1px solid transparent; transition: height 220ms ease, border-color 220ms ease; }
.site-header.is-scrolled { height: 84px; border-bottom-color: var(--line); }
.main-nav a.is-current { color: var(--blue-dark); }
.main-nav a.is-current::after { right: 0; }

/* Buttons: arrow nudge */
.button i, .header-cta i, .project-detail a i { transition: transform 200ms ease; }
.button:hover i, .button:focus-visible i, .project-detail a:hover i, .project-detail a:focus-visible i { transform: translateX(5px); }

/* Capability & news & portfolio micro-interactions */
.capability-list article, .news-list article { position: relative; background: #fff; transition: background 220ms ease; }
.capability-list article::after, .news-list article::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; background: var(--blue); transition: right 260ms ease; }
.capability-list article:nth-child(2)::after, .news-list article:nth-child(2)::after { background: var(--gold); }
.capability-list article:nth-child(3)::after, .news-list article:nth-child(3)::after { background: var(--green); }
.capability-list article:nth-child(4)::after { background: var(--ink); }
.capability-list article:hover, .news-list article:hover { background: var(--warm); }
.capability-list article:hover::after, .news-list article:hover::after { right: 0; }
.capability-list i { transition: transform 240ms ease; }
.capability-list article:hover i { transform: translateY(-6px); }
.portfolio-list > div { padding: 0 6px; transition: background 200ms ease, padding-left 200ms ease; }
.portfolio-list > div:hover { background: var(--warm); padding-left: 16px; }
.proof-item, .grant-grid article { transition: background 220ms ease; }
.proof-item:hover, .grant-grid article:hover { background: var(--warm); }

/* Project detail: color per selection + swap animation */
.project-detail { border-left-width: 4px; transition: border-color 220ms ease; }
.detail-blue { border-left-color: var(--blue); }
.detail-gold { border-left-color: var(--gold); }
.detail-green { border-left-color: var(--green); }
.project-card.is-active.card-gold { background: #fdf6e3; box-shadow: inset 0 -4px 0 var(--gold); }
.project-card.is-active.card-green { background: #f0f8ec; box-shadow: inset 0 -4px 0 var(--green); }
.project-detail.is-swapping > * { opacity: 0; transform: translateY(6px); }
.project-detail > * { transition: opacity 180ms ease, transform 180ms ease; }
.project-visual > img { transition: transform 260ms ease; }
.project-card:hover .project-visual > img { transform: scale(1.04); }
.rehla-guide { transition: transform 260ms ease; }
.project-rehla:hover .rehla-guide { transform: translateY(-6px); }

/* Focus visibility */
a:focus-visible, button:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

@media (max-width: 760px) {
  .site-header { padding-inline: 16px; gap: 12px; }
  .site-header.is-scrolled { height: 70px; }
  .main-nav { top: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-copy .eyebrow, .hero-copy h1, .hero-copy .hero-intro, .hero-copy .hero-actions,
  .hero-world, .hero-falcon, .product-hero-inner > div > *, .product-art { animation: none !important; opacity: 1; transform: none; }
}


/* ---------- Hero guide character (half visible, centered) ---------- */
.hero-guide { position: absolute; z-index: 4; left: 50%; bottom: 0; transform: translateX(-50%); width: clamp(360px, 36vw, 600px); margin-bottom: calc(clamp(360px, 36vw, 600px) * -0.62); pointer-events: none; filter: drop-shadow(0 -6px 18px rgba(17,30,42,.14)); animation: guide-rise 800ms 450ms cubic-bezier(.2,.7,.2,1) both; }
@keyframes guide-rise { from { opacity: 0; transform: translateX(-50%) translateY(40px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
.hero { overflow: hidden; }
@media (max-width: 1100px) {
  .hero-guide { left: 58%; }
}
@media (max-width: 760px) {
  .hero-guide { left: 50%; width: 280px; margin-bottom: -174px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-guide { animation: none !important; opacity: 1; }
}


/* ---------- Partners band ---------- */
.partners-band { width: var(--container); margin: 0 auto; padding: 56px 0; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.partners-band > p { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.partners-band > div { display: flex; flex-wrap: wrap; gap: 12px 36px; align-items: center; }
.partners-band span { font-family: "Outfit", sans-serif; font-size: 17px; font-weight: 600; letter-spacing: -.01em; color: var(--ink); opacity: .75; transition: opacity 200ms ease; white-space: nowrap; }
.partners-band span:hover { opacity: 1; }

/* ---------- Mobile audit ---------- */
@media (max-width: 760px) {
  .partners-band { padding: 40px 0; gap: 20px; }
  .partners-band span { font-size: 15px; }
  .hero-copy h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 100%; justify-content: center; min-height: 52px; }
  .header-cta { display: none; }
  .menu-toggle { min-width: 44px; min-height: 44px; }
  .main-nav a { padding: 14px 0; min-height: 44px; display: flex; align-items: center; }
  .project-card { min-height: 44px; }
  .proof-rail { grid-template-columns: 1fr; }
  .contact-form .button { width: 100%; justify-content: center; min-height: 52px; }
  .video-frame.portrait { margin: 0 auto; }
  .grant-chip { flex-wrap: wrap; }
  .site-footer div a { padding: 10px 6px; }
}
@media (max-width: 420px) {
  .hero-guide { width: 220px; margin-bottom: -136px; }
  .hero-falcon { right: 8%; }
}


/* ---------- 1b: cinematic product chapters ---------- */
.chapters { border-top: 1px solid var(--line); }
.chapter { position: sticky; top: 0; min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; overflow: hidden; }
.chapter-rehla { background: #e8f4fb; }
.chapter-shara { background: #fdf3dd; }
.chapter-mandoos { background: #eef7e8; }
.chapter-inner { position: relative; width: var(--container); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.chapter-num { position: absolute; top: 24px; right: -30px; z-index: 0; font-family: "Outfit", sans-serif; font-weight: 700; font-size: clamp(160px, 24vw, 320px); line-height: .8; letter-spacing: -.05em; pointer-events: none; user-select: none; }
.chapter-rehla .chapter-num { color: rgba(11,146,207,.10); }
.chapter-shara .chapter-num { color: rgba(233,169,0,.13); }
.chapter-mandoos .chapter-num { color: rgba(105,185,87,.13); }
.chapter-copy { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 18px; }
.chapter-title { margin: 0; font-family: "Outfit", sans-serif; font-weight: 600; font-size: clamp(56px, 7.4vw, 118px); line-height: .94; letter-spacing: -.05em; color: var(--ink); }
.chapter-rehla .chapter-title span { color: var(--blue); }
.chapter-shara .chapter-title span { color: var(--gold); }
.chapter-mandoos .chapter-title span { color: var(--green); }
.chapter-tag { margin: 0; font-family: "Outfit", sans-serif; font-size: clamp(19px, 1.8vw, 26px); font-weight: 600; letter-spacing: -.02em; color: var(--ink); }
.chapter-desc { margin: 0; max-width: 480px; font-size: 16px; line-height: 1.7; color: var(--muted); }
.chapter-proof { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); border-left: 3px solid var(--ink); padding-left: 12px; }
.chapter-rehla .chapter-proof { border-color: var(--blue); }
.chapter-shara .chapter-proof { border-color: var(--gold); }
.chapter-mandoos .chapter-proof { border-color: var(--green); }
.chapter-art { position: relative; z-index: 1; justify-self: center; width: min(50%, 240px); filter: drop-shadow(0 26px 30px rgba(17,30,42,.16)); }

/* ---------- 1a: journey rail ---------- */
.journey-rail { position: fixed; left: 18px; top: 0; height: 100vh; width: 64px; z-index: 40; pointer-events: none; }
.journey-rail svg { width: 100%; height: 100%; overflow: visible; }
.rail-progress { stroke-dasharray: 0 10000; }
@media (max-width: 1440px) { .journey-rail { display: none; } }

@media (max-width: 1100px) {
  .chapter-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 760px) {
  .chapter { position: static; min-height: auto; }
  .chapter-inner { grid-template-columns: 1fr; padding: 64px 0; gap: 32px; }
  .chapter-num { font-size: 130px; right: -10px; top: 10px; }
  .chapter-art { width: min(40%, 170px); }
}
@media (prefers-reduced-motion: reduce) { .chapter-art { transform: none !important; } }


/* ---------- In-chapter video ---------- */
.chapter-video { position: relative; width: min(100%, 400px); aspect-ratio: 16 / 9; background: var(--ink); border: 1px solid var(--ink); overflow: hidden; cursor: pointer; }
.chapter-video img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity 220ms ease, transform 300ms ease; }
.chapter-video:hover img, .chapter-video:focus-visible img { opacity: 1; transform: scale(1.03); }
.chapter-video .play-badge { position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 9px 14px; }
.chapter-video .play-badge i { color: var(--blue); }
.chapter-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Scrollytelling interlude ---------- */
.interlude { padding: clamp(90px, 12vw, 170px) 0; background: var(--ink); overflow: hidden; }
.interlude-line { width: var(--container); margin: 0 auto; font-family: "Outfit", sans-serif; font-weight: 600; font-size: clamp(34px, 4.6vw, 74px); line-height: 1.08; letter-spacing: -.04em; color: #fff; max-width: 1100px; }
.interlude-line span { opacity: .14; transition: opacity 420ms ease; }
.interlude-line span.lit { opacity: 1; }
.interlude-line span:nth-child(2) { color: var(--gold); }
.interlude-line span:nth-child(5) { color: var(--blue); }
.interlude-line span:nth-child(9) { color: var(--green); }

/* ---------- Hero parallax layers ---------- */


@media (max-width: 760px) {
  .chapter-video { width: 100%; }
}


/* ---------- Chapter background video ---------- */
.chapter { position: sticky; }
.chapter-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.chapter-bg iframe { position: absolute; top: 50%; left: 50%; width: max(100vw, 177.78vh); height: max(100vh, 56.25vw); transform: translate(-50%, -50%); border: 0; opacity: 0; transition: opacity 900ms ease; }
.chapter-bg iframe.is-ready { opacity: 1; }
.chapter-rehla .chapter-bg::after, .chapter-shara .chapter-bg::after, .chapter-mandoos .chapter-bg::after { content: ""; position: absolute; inset: 0; }
.chapter-rehla .chapter-bg::after { background: rgba(232,244,251,.55); }
.chapter-shara .chapter-bg::after { background: rgba(253,243,221,.55); }
.chapter-mandoos .chapter-bg::after { background: rgba(238,247,232,.55); }
.chapter-inner { z-index: 1; }
.chapter-copy { background: rgba(255,255,255,.93); padding: 36px; margin-left: -36px; }
@media (max-width: 760px) {
  .chapter-bg { display: none; }
  .chapter-copy { background: none; padding: 0; margin-left: 0; backdrop-filter: none; -webkit-backdrop-filter: none; }
}
@media (prefers-reduced-motion: reduce) { .chapter-bg { display: none; } }


/* ---------- UI-skills remediation ---------- */
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.facts strong { font-variant-numeric: tabular-nums; }
[id] { scroll-margin-top: 130px; }
.skip-link { position: absolute; left: 16px; top: -64px; z-index: 100; background: var(--ink); color: #fff; padding: 13px 22px; font-size: 13px; font-weight: 800; transition: top 150ms ease; }
.skip-link:focus { top: 12px; }
.icon { width: 1em; height: 1em; flex: none; display: inline-block; vertical-align: -0.125em; }
.outcomes-band .icon { width: 46px; height: 46px; padding: 12px; border: 1px solid #fff; border-radius: 50%; }
.capability-list .icon { display: block; width: 30px; height: 30px; margin: 56px 0 38px; color: var(--blue); transition: transform 240ms ease; }
.capability-list article:hover .icon { transform: translateY(-6px); }
.capability-list article:nth-child(2) .icon { color: var(--gold); }
.capability-list article:nth-child(3) .icon { color: var(--green); }
.capability-list article:nth-child(4) .icon { color: var(--ink); }
.feature-trio .icon { margin: 30px 0 24px; }
.button .icon, .header-cta .icon, .project-detail a .icon { transition: transform 200ms ease; }
.button:hover .icon, .button:focus-visible .icon, .project-detail a:hover .icon, .project-detail a:focus-visible .icon { transform: translateX(5px); }
.field-error { color: #b3261e; font-size: 12px; font-weight: 700; }
.field-error[hidden] { display: none; }
.contact-form input[aria-invalid="true"], .contact-form textarea[aria-invalid="true"], .contact-form select[aria-invalid="true"] { border-bottom-color: #b3261e; }
@media (max-width: 760px) { .capability-list .icon { margin: 34px 0 26px; } [id] { scroll-margin-top: 92px; } }

/* ---------- Language switch ---------- */
.lang-switch { display: flex; border: 1px solid var(--line); background: #fff; }
.lang-switch button { min-height: 36px; padding: 0 12px; white-space: nowrap; border: 0; background: none; cursor: pointer; color: var(--muted); font-family: inherit; font-size: 12px; font-weight: 700; }
.lang-switch button + button { border-inline-start: 1px solid var(--line); }
.lang-switch button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.lang-switch button:focus-visible { outline: 2px solid var(--blue); outline-offset: -2px; }

/* ---------- Video facade (click-to-play) ---------- */
.video-frame .video-facade { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: #000; cursor: pointer; display: block; }
.video-facade img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity 200ms ease; }
.video-facade:hover img, .video-facade:focus-visible img { opacity: 1; }
.video-facade .facade-play { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; }
.video-facade .facade-play .icon { width: 74px; height: 74px; filter: drop-shadow(0 6px 20px rgba(0,0,0,.5)); transition: transform 200ms ease; }
.video-facade:hover .facade-play .icon, .video-facade:focus-visible .facade-play .icon { transform: scale(1.08); }
.video-split h2 { font-family: 'Outfit', sans-serif; font-size: clamp(36px, 3.4vw, 54px); letter-spacing: -.04em; font-weight: 600; line-height: 1.02; }

/* ---------- RTL / Arabic ---------- */
html[dir="rtl"] * { letter-spacing: 0 !important; }
html[dir="rtl"] body, html[dir="rtl"] input, html[dir="rtl"] textarea, html[dir="rtl"] button, html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] .video-split h2 { font-family: "IBM Plex Sans Arabic", "Manrope", sans-serif; }
html[dir="rtl"] h1 { line-height: 1.18; }
html[dir="rtl"] h2, html[dir="rtl"] .chapter-title { line-height: 1.22; }
html[dir="rtl"] .portfolio-list small { text-align: left; }
html[dir="rtl"] .main-nav a::after { left: 100%; right: 0; transition: left 180ms ease; }
html[dir="rtl"] .main-nav a:hover::after, html[dir="rtl"] .main-nav a:focus-visible::after { left: 0; }
html[dir="rtl"] .button:hover .icon, html[dir="rtl"] .button:focus-visible .icon, html[dir="rtl"] .header-cta:hover .icon { transform: translateX(-5px) scaleX(-1); }
html[dir="rtl"] .button .icon, html[dir="rtl"] .header-cta .icon { transform: scaleX(-1); }

@media (max-width: 760px) {
  .lang-switch button { padding: 0 8px; min-height: 40px; font-size: 11px; }
}

/* RTL hero: keep the EN composition (copy left, panorama right) — translate in place */
html[dir="rtl"] .hero { direction: ltr; }
html[dir="rtl"] .hero-copy { direction: rtl; text-align: right; }
html[dir="rtl"] .hero h1, html[dir="rtl"] .hero-intro { margin-left: 0; margin-right: auto; }
html[dir="rtl"] .hero-copy .eyebrow { width: fit-content; margin-left: 0; margin-right: auto; }
html[dir="rtl"] .hero-actions { justify-content: flex-end; }
html[dir="rtl"] .hero h1 { line-height: 1.12; text-align: left; }
html[dir="rtl"] .decision-steps a span { transform: scaleX(-1); }
html[dir="rtl"] .decision-steps a:hover span, html[dir="rtl"] .decision-steps a:focus-visible span { transform: scaleX(-1) translateX(4px); }

/* ---------- Living National Atlas — selected direction ---------- */
.page-home {
  --atlas-paper: #f5ecdc;
  --atlas-cream: #fffaf0;
  --atlas-sand: #e7c895;
  --atlas-blue: #058bb7;
  --atlas-blue-deep: #075777;
  --atlas-sky: #dceff4;
  --atlas-green: #235f4b;
  --atlas-gold: #c78d2d;
  --atlas-ink: #102132;
  --atlas-muted: #5c6b70;
  --atlas-line: rgba(16, 33, 50, .16);
  background: var(--atlas-paper);
  color: var(--atlas-ink);
}

.page-home .site-shell {
  background: var(--atlas-paper);
}

.page-home .site-header,
.page-home .site-header.is-scrolled {
  color: var(--atlas-ink);
  border-bottom-color: var(--atlas-line);
  background: rgba(255, 250, 240, .96);
}

.page-home .main-nav a::after {
  background: var(--atlas-blue);
}

.page-home .header-cta {
  color: var(--atlas-ink);
  border-color: var(--atlas-ink);
  background: transparent;
}

.page-home .header-cta:hover,
.page-home .header-cta:focus-visible {
  color: #fff;
  background: var(--atlas-ink);
}

.page-home .lang-switch {
  border-color: var(--atlas-line);
  background: var(--atlas-cream);
}

.page-home .lang-switch button {
  color: var(--atlas-muted);
}

.page-home .lang-switch button + button {
  border-color: var(--atlas-line);
}

.page-home .lang-switch button[aria-pressed="true"] {
  color: #fff;
  background: var(--atlas-ink);
}

.page-home .menu-toggle {
  color: var(--atlas-ink);
  border-color: var(--atlas-line);
  background: var(--atlas-cream);
}

.page-home .hero {
  color: var(--atlas-ink);
  border-bottom-color: var(--atlas-line);
  background: #fff;
}

.page-home .hero::before {
  background: linear-gradient(90deg, #fff 0%, #fff 30%, rgba(255, 255, 255, .98) 36%, rgba(255, 255, 255, .84) 43%, rgba(255, 255, 255, .34) 52%, rgba(255, 255, 255, 0) 62%);
}

.page-home .hero-world {
  width: 76%;
  opacity: 1;
  object-position: 54% bottom;
  mix-blend-mode: normal;
}

.page-home .hero h1 {
  color: var(--atlas-ink);
}

.page-home .hero-intro {
  color: #35444f;
  opacity: 1;
}

.page-home .eyebrow,
.page-home .hero-speed-link {
  color: var(--atlas-blue-deep);
}

.page-home .button-primary {
  color: #fff;
  background: var(--atlas-blue);
}

.page-home .button-primary:hover,
.page-home .button-primary:focus-visible {
  color: #fff;
  background: var(--atlas-ink);
}

.page-home .button-secondary {
  color: var(--atlas-ink);
  border-color: var(--atlas-ink);
  background: rgba(255, 250, 240, .86);
}

.page-home .button-secondary:hover,
.page-home .button-secondary:focus-visible {
  color: #fff;
  background: var(--atlas-ink);
}

.page-home .proof-rail {
  color: var(--atlas-ink);
  border-bottom-color: var(--atlas-line);
  background: var(--atlas-cream);
}

.page-home .proof-rail > div {
  border-color: var(--atlas-line);
}

.page-home .proof-intro strong,
.page-home .proof-rail small {
  color: var(--atlas-blue-deep);
}

.page-home .proof-rail span {
  color: var(--atlas-muted);
}

.page-home .claim-passport,
.page-home .claim-passport summary {
  color: var(--atlas-blue-deep);
}

.page-home .claim-passport dl {
  color: var(--atlas-ink);
  border-color: var(--atlas-line);
  background: var(--atlas-cream);
}

.page-home .claim-passport dt,
.page-home .claim-passport p,
.page-home .claim-passport a {
  color: var(--atlas-muted);
}

.page-home .claim-passport dd {
  color: var(--atlas-ink);
}

.atlas-flow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow: clip;
  color: var(--atlas-ink);
  background: var(--atlas-paper);
}

.atlas-flow > section,
.atlas-flow .chapter {
  position: relative;
  z-index: 1;
}

.page-home .decision-path {
  padding-top: 116px;
  border-bottom-color: var(--atlas-line);
  background: var(--atlas-paper);
}

.page-home .decision-path-intro h2,
.page-home .decision-steps strong {
  color: var(--atlas-ink);
}

.page-home .decision-path-intro > p:last-child,
.page-home .decision-steps small,
.page-home .decision-steps p {
  color: var(--atlas-muted);
}

.page-home .decision-steps {
  border-color: var(--atlas-line);
  background: rgba(255, 250, 240, .72);
}

.page-home .decision-steps li {
  border-color: var(--atlas-line);
  background: transparent;
}

.page-home .decision-steps li:nth-child(2) {
  background: rgba(5, 139, 183, .06);
}

.page-home .decision-steps li:nth-child(3) {
  background: rgba(35, 95, 75, .06);
}

.page-home .decision-steps li:nth-child(4) {
  background: rgba(199, 141, 45, .07);
}

.page-home .decision-steps li > span,
.page-home .decision-steps a {
  color: var(--atlas-blue-deep);
}

.page-home .chapters {
  padding-block: 80px;
  border-top-color: transparent;
  background: var(--atlas-blue-deep);
}

.page-home .chapter {
  position: relative;
  min-height: 680px;
  color: #fff;
  border: 0;
  background: transparent;
}

.page-home .chapter + .chapter {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.page-home .chapter-bg {
  display: none;
}

.page-home .chapter-inner {
  min-height: 680px;
  padding-block: 86px;
}

.page-home .chapter-copy {
  width: min(100%, 610px);
  padding: 0;
  margin: 0;
  color: #fff;
  border: 0;
  background: transparent;
}

.page-home .chapter-title,
.page-home .chapter-tag,
.page-home .chapter-proof {
  color: #fff;
}

.page-home .chapter-desc {
  color: rgba(255, 255, 255, .76);
}

.page-home .chapter-num {
  color: rgba(255, 255, 255, .08);
}

.page-home .chapter-proof {
  border-color: var(--atlas-sand);
}

.page-home .chapter-art {
  width: min(68%, 390px);
  filter: drop-shadow(0 30px 46px rgba(3, 40, 57, .38));
}

.page-home .chapter:nth-child(even) .chapter-copy {
  grid-column: 2;
  grid-row: 1;
}

.page-home .chapter:nth-child(even) .chapter-art {
  grid-column: 1;
  grid-row: 1;
}

.page-home .chapter .button-primary {
  color: var(--atlas-ink);
  background: var(--atlas-cream);
}

.page-home .chapter .button-primary:hover,
.page-home .chapter .button-primary:focus-visible {
  color: var(--atlas-ink);
  background: var(--atlas-sand);
}

.page-home .outcomes-band {
  color: var(--atlas-ink);
  border-top: 0;
  border-bottom: 1px solid var(--atlas-line);
  background: var(--atlas-paper);
}

.page-home .outcomes-band article {
  border-color: var(--atlas-line);
}

.page-home .outcomes-band .icon {
  color: var(--atlas-blue-deep);
  border-color: var(--atlas-blue-deep);
}

.page-home .interlude {
  border-bottom: 0;
  background: var(--atlas-ink);
}

.page-home .interlude-line {
  color: #fff;
}

.page-home .partners-band {
  color: var(--atlas-muted);
  border-color: var(--atlas-line);
  background: var(--atlas-cream);
}

.page-home .about-section {
  width: 100%;
  min-height: 800px;
  grid-template-columns: minmax(460px, 1.2fr) minmax(420px, .8fr);
  grid-template-rows: auto auto 1fr;
  align-items: start;
  gap: 20px 72px;
  padding: 120px max(32px, calc((100vw - 1340px) / 2));
  color: var(--atlas-ink);
  border-color: var(--atlas-line);
  background-color: var(--atlas-paper);
  background-image: url("../assets/art-direction/living-atlas-map-blended.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  direction: ltr;
}

.page-home .about-section .section-label,
.page-home .about-section .about-copy,
.page-home .about-section .facts {
  grid-column: 2;
}

.page-home .about-section .facts {
  align-self: end;
}

html[dir="rtl"] .page-home .about-section .section-label,
html[dir="rtl"] .page-home .about-section .about-copy,
html[dir="rtl"] .page-home .about-section .facts {
  grid-column: 2;
  direction: rtl;
  text-align: right;
}

.page-home .capabilities-section,
.page-home .portfolio-section,
.page-home .impact-section,
.page-home .news-section,
.page-home .contact-section {
  color: var(--atlas-ink);
  border-color: var(--atlas-line);
}

.page-home .capabilities-section {
  width: 100%;
  padding-inline: max(32px, calc((100vw - 1340px) / 2));
  background: var(--atlas-cream);
}

.page-home .section-label span,
.page-home .facts > div > span,
.page-home .section-heading p:last-child,
.page-home .capability-list p,
.page-home .portfolio-list small,
.page-home .impact-copy p:last-child,
.page-home .grant-grid small,
.page-home .news-list p,
.page-home .contact-copy p:not(.eyebrow),
.page-home .contact-commitment span {
  color: var(--atlas-muted);
}

.page-home .about-copy h2,
.page-home .section-heading h2,
.page-home .news-heading h2,
.page-home .contact-copy h2 {
  color: var(--atlas-ink);
}

.page-home .portfolio-heading h2,
.page-home .impact-copy h2 {
  color: #fff;
}

.page-home .about-copy .lead {
  color: #34474d;
}

.page-home .facts {
  border: 1px solid var(--atlas-line);
  background: rgba(255, 250, 240, .92);
}

.page-home .facts > div {
  border-color: var(--atlas-line);
}

.page-home .facts > div > strong {
  color: var(--atlas-blue-deep);
}

.page-home .capability-list {
  gap: 0;
  padding-block: 20px 56px;
  border-top: 1px solid var(--atlas-line);
  border-bottom: 1px solid var(--atlas-line);
}

.page-home .capability-list article {
  min-height: 300px;
  border: 0;
  border-right: 1px solid var(--atlas-line);
  background: transparent;
}

.page-home .capability-list article:last-child {
  border-right: 0;
}

.page-home .capability-list article:hover {
  background: rgba(5, 139, 183, .06);
}

.page-home .capability-list span,
.page-home .capability-list .icon,
.page-home .capability-list article:nth-child(4) .icon {
  color: var(--atlas-blue-deep);
}

.page-home .capability-list article:nth-child(2) .icon {
  color: var(--atlas-gold);
}

.page-home .capability-list article:nth-child(3) .icon {
  color: var(--atlas-green);
}

.page-home .capability-list h3 {
  color: var(--atlas-ink);
}

.page-home .portfolio-section {
  width: 100%;
  padding-inline: max(32px, calc((100vw - 1340px) / 2));
  background: var(--atlas-blue-deep);
}

.page-home .portfolio-heading {
  top: 120px;
}

.page-home .portfolio-list {
  border-top-color: var(--atlas-sand);
  background: rgba(3, 67, 94, .62);
}

.page-home .portfolio-list > div {
  border-color: rgba(255, 255, 255, .2);
}

.page-home .portfolio-list span {
  color: var(--atlas-sand);
}

.page-home .portfolio-list strong {
  color: #fff;
}

.page-home .portfolio-list small {
  color: rgba(255, 255, 255, .68);
}

.page-home .impact-section {
  width: 100%;
  padding-inline: max(32px, calc((100vw - 1340px) / 2));
  background: var(--atlas-green);
}

.page-home .impact-copy p:last-child {
  color: rgba(255, 255, 255, .72);
}

.page-home .grant-grid {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(12, 58, 44, .45);
}

.page-home .grant-grid article {
  border-color: rgba(255, 255, 255, .34);
}

.page-home .grant-grid span {
  color: var(--atlas-sand);
}

.page-home .grant-grid strong {
  color: #fff;
}

.page-home .grant-grid small {
  color: rgba(255, 255, 255, .68);
}

.page-home .news-section {
  width: 100%;
  padding-inline: max(32px, calc((100vw - 1340px) / 2));
  background: var(--atlas-sky);
}

.page-home .news-list {
  gap: 20px;
  border: 0;
  background: transparent;
}

.page-home .news-list article {
  border: 1px solid rgba(7, 87, 119, .18);
  background: rgba(255, 255, 255, .82);
}

.page-home .news-list article:hover {
  background: #fff;
}

.page-home .news-list h3 {
  color: var(--atlas-ink);
}

.page-home .contact-section {
  width: 100%;
  padding-inline: max(32px, calc((100vw - 1340px) / 2));
  color: var(--atlas-ink);
  background-color: #e8f4f5;
  background-image: url("../assets/hero/uae-panorama-3-camels-higgsfield-v2.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 58% auto;
  background-blend-mode: normal;
}

.page-home .contact-copy,
.page-home .contact-form {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(7, 87, 119, .2);
  background: rgba(255, 250, 240, .92);
}

.page-home .contact-copy {
  padding: 38px;
}

.page-home .contact-copy > a,
.page-home .contact-commitment strong {
  color: var(--atlas-blue-deep);
}

.page-home .contact-commitment,
.page-home .consent-field {
  border-color: var(--atlas-line);
}

.page-home .contact-form {
  padding: 38px;
}

.page-home .contact-form label {
  color: var(--atlas-muted);
}

.page-home .contact-form input,
.page-home .contact-form textarea,
.page-home .contact-form select {
  color: var(--atlas-ink);
  border-color: rgba(16, 33, 50, .3);
  background: transparent;
  color-scheme: light;
}

.page-home .contact-form input:focus,
.page-home .contact-form textarea:focus,
.page-home .contact-form select:focus {
  border-color: var(--atlas-blue);
}

.page-home .site-footer {
  color: #fff;
  border-top-color: rgba(255, 255, 255, .16);
  background: var(--atlas-ink);
}

.page-home .site-footer p,
.page-home .site-footer small {
  color: rgba(255, 255, 255, .68);
}

.page-home :focus-visible {
  outline-color: var(--atlas-blue);
}

.page-home .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .page-home .about-section {
    grid-template-columns: 1fr 1fr;
    background-size: 72% auto;
  }

  .page-home .chapter-copy {
    padding: 0;
  }

  .page-home .contact-section {
    background-size: 78% auto;
  }
}

@media (max-width: 760px) {
  .page-home .site-header {
    background: var(--atlas-cream);
  }

  .page-home .main-nav {
    color: var(--atlas-ink);
    border-color: var(--atlas-line);
    background: var(--atlas-cream);
  }

  .page-home .hero {
    background: #fff;
  }

  .page-home .hero::before {
    display: none;
  }

  .page-home .hero-world {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .page-home .decision-path {
    padding-top: 84px;
  }

  .page-home .chapter,
  .page-home .chapter-inner {
    min-height: auto;
  }

  .page-home .chapter-inner {
    padding-block: 72px;
  }

  .page-home .chapter-copy,
  .page-home .chapter:nth-child(even) .chapter-copy,
  .page-home .chapter:nth-child(even) .chapter-art {
    grid-column: 1;
    grid-row: auto;
  }

  .page-home .chapter-art {
    width: min(54%, 220px);
  }

  .page-home .about-section {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 28px;
    padding-inline: 20px;
    padding-top: 330px;
    background-position: center top;
    background-size: 720px auto;
  }

  .page-home .about-section .section-label,
  .page-home .about-section .about-copy,
  .page-home .about-section .facts,
  html[dir="rtl"] .page-home .about-section .section-label,
  html[dir="rtl"] .page-home .about-section .about-copy,
  html[dir="rtl"] .page-home .about-section .facts {
    grid-column: 1;
  }

  .page-home .capabilities-section,
  .page-home .portfolio-section,
  .page-home .impact-section,
  .page-home .news-section,
  .page-home .contact-section {
    padding-inline: 20px;
  }

  .page-home .capability-list {
    gap: 0;
  }

  .page-home .capability-list article {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--atlas-line);
  }

  .page-home .capability-list article:last-child {
    border-bottom: 0;
  }

  .page-home .contact-section {
    background-position: center bottom;
    background-size: 160% auto;
  }

  .page-home .contact-copy,
  .page-home .contact-form {
    padding: 24px;
  }

  .page-home .site-footer {
    padding-inline: 20px;
  }
}

/* ---------- Living Atlas completion: image-led editorial system ---------- */
.page-home .atlas-flow {
  display: flex;
  flex-direction: column;
}

.page-home .decision-path,
.page-home .outcomes-band,
.page-home .interlude,
.page-home .partners-band,
.page-home .portfolio-section {
  display: none;
}

.page-home .about-section { order: 1; }
.page-home .project-showcase { order: 2; }
.page-home .capabilities-section { order: 3; }
.page-home .impact-section { order: 4; }
.page-home .news-section { order: 5; }
.page-home .contact-section { order: 6; }

.page-home .hero-guide {
  width: clamp(330px, 32.5vw, 540px);
  margin-bottom: calc(clamp(330px, 32.5vw, 540px) * -.62);
}

.page-home .project-showcase {
  width: 100%;
  padding: 104px max(32px, calc((100vw - 1340px) / 2)) 112px;
  color: #fff;
  background: var(--atlas-blue-deep);
}

.page-home .project-showcase-heading {
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(420px, 1.1fr) minmax(260px, .7fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 48px;
}

.page-home .project-showcase-heading .eyebrow {
  color: var(--atlas-sand);
}

.page-home .project-showcase-heading h2 {
  margin: 0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.045em;
}

.page-home .project-showcase-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.7;
}

.page-home .project-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-home .project-story {
  min-height: 610px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  background: #0b4157;
  isolation: isolate;
}

.page-home .project-story-scene {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms cubic-bezier(.2, .7, .2, 1), filter 300ms ease;
}

.page-home .project-story:hover .project-story-scene,
.page-home .project-story:focus-within .project-story-scene {
  transform: scale(1.035);
  filter: saturate(1.06);
}

.page-home .project-story-content {
  position: absolute;
  inset-inline: 18px;
  bottom: 18px;
  display: grid;
  gap: 9px;
  padding: 22px;
  color: #fff;
  background: rgba(3, 40, 57, .9);
  backdrop-filter: blur(8px);
}

.page-home .project-story-content .eyebrow {
  margin: 0;
  color: var(--atlas-sand);
}

.page-home .project-story-content h3 {
  margin: 0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.page-home .project-story-content > p:not(.eyebrow),
.page-home .project-story-content strong {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  line-height: 1.5;
}

.page-home .project-story-content strong {
  padding-top: 10px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.page-home .project-story-content a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.page-home .project-story-content .icon {
  width: 16px;
  height: 16px;
}

.page-home .project-showcase-cta {
  width: fit-content;
  margin: 34px auto 0;
  color: var(--atlas-ink);
  border-color: var(--atlas-cream);
  background: var(--atlas-cream);
}

.page-home .project-showcase-cta:hover,
.page-home .project-showcase-cta:focus-visible {
  background: var(--atlas-sand);
}

.page-home .about-section {
  overflow: hidden;
}

.page-home .atlas-labels {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  direction: ltr;
}

.page-home .atlas-label {
  position: absolute;
  padding: 8px 12px;
  color: var(--atlas-ink);
  border: 1px solid rgba(16, 33, 50, .18);
  background: rgba(255, 250, 240, .92);
  box-shadow: 0 8px 20px rgba(16, 33, 50, .08);
  font-size: 11px;
  font-weight: 800;
}

.page-home .atlas-label::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-inline-end: 7px;
  border-radius: 50%;
  background: var(--atlas-gold);
}

.page-home .atlas-label-learning { top: 37%; left: 22%; }
.page-home .atlas-label-learning::before { background: var(--atlas-green); }
.page-home .atlas-label-heritage { top: 22%; left: 7%; }
.page-home .atlas-label-innovation { top: 61%; left: 34%; }
.page-home .atlas-label-innovation::before { background: var(--atlas-blue); }
.page-home .atlas-label-community { top: 73%; left: 49%; }
.page-home .atlas-label-community::before { background: var(--atlas-ink); }

.page-home .capabilities-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.page-home .capabilities-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .075;
  background: url("../assets/art-direction/living-atlas-map.png") center 68% / cover no-repeat;
  pointer-events: none;
}

.page-home .capability-list .icon {
  width: 58px;
  height: 58px;
  margin-block: 44px 30px;
  padding: 13px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.page-home .impact-section {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  align-items: center;
  isolation: isolate;
  background: var(--atlas-green) url("../assets/art-direction/impact/impact-oasis-wide-illustrated.jpg") center / cover no-repeat;
}

.page-home .impact-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(20, 76, 57, .82);
}

.page-home .impact-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  pointer-events: none;
}

.page-home .impact-section .eyebrow {
  color: var(--atlas-sand);
}

.page-home .news-list article {
  min-height: 520px;
  padding: 0;
  overflow: hidden;
}

.page-home .news-list article > img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2, .7, .2, 1);
}

.page-home .news-list article:hover > img,
.page-home .news-list article:focus-within > img {
  transform: scale(1.025);
}

.page-home .news-list article > div {
  display: grid;
  gap: 13px;
  padding: 28px;
}

.page-home .contact-section {
  min-height: 720px;
  grid-template-columns: minmax(420px, 1.15fr) minmax(280px, .72fr) minmax(380px, 1fr);
  gap: 24px;
  align-items: stretch;
  padding-block: 80px;
  background: #e8f4f5;
}

.page-home .contact-visual {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 87, 119, .2);
}

.page-home .contact-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 29% center;
}

.page-home .contact-copy,
.page-home .contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(8px);
}

.page-home .contact-copy {
  padding: 34px;
}

.page-home .contact-copy h2 {
  font-size: clamp(36px, 3.5vw, 54px);
}

.page-home .contact-form {
  display: grid;
  align-content: center;
  padding: 34px;
}

.page-home .site-footer {
  min-height: 280px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.page-home .footer-atlas {
  position: absolute;
  z-index: -1;
  right: -110px;
  bottom: -150px;
  width: 580px;
  opacity: .12;
  filter: grayscale(1) brightness(2.2);
  pointer-events: none;
}

html[dir="rtl"] .page-home .project-showcase-heading,
html[dir="rtl"] .page-home .project-story-content,
html[dir="rtl"] .page-home .contact-section {
  direction: rtl;
  text-align: right;
}

@media (max-width: 1100px) {
  .page-home .project-showcase-heading {
    grid-template-columns: 1fr 1.5fr;
  }

  .page-home .project-showcase-heading > p:last-child {
    grid-column: 2;
  }

  .page-home .project-story {
    min-height: 520px;
  }

  .page-home .contact-section {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .contact-visual {
    grid-column: 1 / -1;
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .page-home .hero-guide {
    width: 248px;
    margin-bottom: -154px;
  }

  .page-home .project-showcase {
    padding: 76px 20px 84px;
  }

  .page-home .project-showcase-heading {
    display: block;
    margin-bottom: 32px;
  }

  .page-home .project-showcase-heading h2 {
    margin-block: 12px 18px;
    font-size: 42px;
  }

  .page-home .project-showcase-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-home .project-story {
    min-height: 560px;
  }

  .page-home .project-story-content {
    inset-inline: 12px;
    bottom: 12px;
    padding: 20px;
  }

  .page-home .atlas-label {
    padding: 6px 8px;
    font-size: 9px;
  }

  .page-home .atlas-label-heritage { top: 95px; left: 5%; }
  .page-home .atlas-label-learning { top: 178px; left: 28%; }
  .page-home .atlas-label-innovation { top: 245px; left: 53%; }
  .page-home .atlas-label-community { display: none; }

  .page-home .impact-section {
    min-height: 760px;
    background-position: 42% center;
  }

  .page-home .news-list article {
    min-height: 0;
  }

  .page-home .news-list article > img {
    height: 220px;
  }

  .page-home .contact-section {
    grid-template-columns: 1fr;
    padding-block: 60px;
  }

  .page-home .contact-visual {
    grid-column: auto;
    min-height: 420px;
  }

  .page-home .contact-visual img {
    object-position: 18% center;
  }

  .page-home .contact-copy,
  .page-home .contact-form {
    padding: 26px;
  }

  .page-home .footer-atlas {
    right: -170px;
    bottom: -50px;
    width: 430px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .project-story-scene,
  .page-home .news-list article > img {
    transition: none;
  }
}

/* ---------- Reference alignment: official mark, seamless atlas and structured footer ---------- */
.page-home .proof-ministry-mark {
  width: 172px;
  display: block;
  margin-top: 6px;
  padding: 5px 8px;
  border: 1px solid rgba(32, 144, 208, .18);
  background: #fff;
}

.page-home .proof-ministry-mark img {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .about-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0 47%, rgba(245, 236, 220, .25) 54%, rgba(245, 236, 220, .9) 66%, var(--atlas-paper) 77%);
}

.page-home .about-section .section-label,
.page-home .about-section .about-copy,
.page-home .about-section .facts {
  position: relative;
  z-index: 1;
}

.page-home .about-section .atlas-labels {
  z-index: 2;
}

.page-home .site-footer {
  min-height: 0;
  display: block;
  padding: 0;
  color: #fff;
  border-top: 0;
  background: #061f32;
}

.page-home .site-footer > div {
  display: grid;
}

.page-home .footer-main {
  grid-template-columns: minmax(260px, 1.25fr) minmax(130px, .55fr) minmax(170px, .65fr) minmax(270px, .95fr);
  align-items: start;
  gap: clamp(34px, 5vw, 76px);
  width: var(--container);
  margin: 0 auto;
  padding: 64px 0 52px;
}

.page-home .footer-brand .brand {
  width: 180px;
  margin-bottom: 22px;
}

.page-home .footer-brand > p {
  max-width: 360px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.75;
}

.page-home .footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.page-home .footer-socials span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.page-home .footer-links {
  display: grid;
  align-content: start;
  gap: 11px;
}

.page-home .footer-links strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
}

.page-home .footer-links a {
  width: fit-content;
  padding: 2px 0;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  transition: color 180ms ease;
}

.page-home .footer-links a:hover,
.page-home .footer-links a:focus-visible {
  color: #fff;
}

.page-home .footer-location {
  align-self: stretch;
}

.page-home .footer-location img {
  width: 100%;
  min-height: 150px;
  object-fit: cover;
  object-position: 68% center;
  border: 1px solid rgba(255, 255, 255, .08);
}

.page-home .footer-location span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  text-align: center;
}

.page-home .footer-legal {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  width: var(--container);
  margin: 0 auto;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.page-home .footer-legal small {
  grid-column: auto;
}

.page-home .footer-legal > div {
  display: flex;
  gap: 24px;
}

.page-home .footer-legal span {
  color: rgba(255, 255, 255, .54);
  font-size: 11px;
}

@media (max-width: 1100px) {
  .page-home .footer-main {
    grid-template-columns: 1.2fr .55fr .7fr;
  }

  .page-home .footer-location {
    grid-column: 1 / -1;
  }

  .page-home .footer-location img {
    height: 190px;
  }
}

@media (max-width: 760px) {
  .page-home .site-header {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-inline: 12px 60px;
  }

  .page-home .site-header .brand {
    width: 116px;
  }

  .page-home .lang-switch {
    display: none;
  }

  .page-home .menu-toggle {
    display: grid !important;
    position: absolute !important;
    top: 19px !important;
    right: 12px !important;
    z-index: 60;
    width: 40px;
    height: 40px;
    color: #fff;
    border-color: var(--atlas-ink);
    background: var(--atlas-ink);
    opacity: 1;
    visibility: visible;
  }

  .page-home .proof-ministry-mark {
    width: 154px;
  }

  .page-home .about-section {
    padding-top: 390px;
    background-position: 34% top;
    background-size: auto 390px;
  }

  .page-home .about-section::before {
    background: linear-gradient(180deg, transparent 0 260px, rgba(245, 236, 220, .7) 335px, var(--atlas-paper) 390px);
  }

  .page-home .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
    padding: 52px 0 40px;
  }

  .page-home .footer-brand,
  .page-home .footer-location {
    grid-column: 1 / -1;
  }

  .page-home .footer-legal {
    grid-template-columns: 1fr;
  }

  .page-home .footer-legal > div {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}

/* ---------- Peleverse logo-first colour system ---------- */
.page-home {
  --brand-blue: #2090d0;
  --brand-yellow: #e0a000;
  --brand-green: #70b050;
  --brand-grey: #707070;
  --brand-blue-tint: #e9f5fb;
  --brand-yellow-tint: #fff7e2;
  --brand-green-tint: #eff7eb;
  --brand-ink: #17212b;
  --atlas-paper: #ffffff;
  --atlas-cream: #fff9f0;
  --atlas-sand: #e0a000;
  --atlas-blue: #2090d0;
  --atlas-blue-deep: #0878ae;
  --atlas-sky: #e9f5fb;
  --atlas-green: #70b050;
  --atlas-gold: #e0a000;
  --atlas-ink: #17212b;
  --atlas-muted: #707070;
  --atlas-line: rgba(32, 144, 208, .16);
  background: #fff;
}

.page-home .site-shell,
.page-home .atlas-flow {
  background: #fff;
}

.page-home .site-header,
.page-home .site-header.is-scrolled {
  background: rgba(255, 255, 255, .97);
}

.page-home .lang-switch {
  background: #fff;
}

.page-home .lang-switch button[aria-pressed="true"],
.page-home .button-primary {
  color: var(--brand-ink);
  background: var(--brand-blue);
}

.page-home .button-primary:hover,
.page-home .button-primary:focus-visible {
  color: var(--brand-ink);
  background: var(--brand-yellow);
}

.page-home .proof-rail {
  background: #fff;
}

.page-home .about-section {
  background-color: #fff;
  background-size: min(72vw, 1120px) auto;
}

.page-home .about-section::before {
  background: linear-gradient(90deg, transparent 0 46%, rgba(255, 255, 255, .34) 54%, rgba(255, 255, 255, .94) 67%, #fff 78%);
}

.page-home .facts > div {
  background: rgba(255, 255, 255, .72);
}

.page-home .project-showcase {
  color: var(--brand-ink);
  border-top: 1px solid var(--atlas-line);
  border-bottom: 1px solid var(--atlas-line);
  background: #fff;
}

.page-home .project-showcase-heading .eyebrow {
  color: #926700;
}

.page-home .project-showcase-heading h2 {
  color: var(--brand-ink);
}

.page-home .project-showcase-heading > p:last-child {
  color: var(--brand-grey);
}

.page-home .project-story {
  border-color: rgba(32, 144, 208, .24);
  background: var(--brand-blue-tint);
  box-shadow: 0 18px 42px rgba(23, 33, 43, .08);
}

.page-home .project-story-content {
  color: var(--brand-ink);
  border-top: 4px solid var(--brand-blue);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
}

.page-home .project-story:nth-child(2) .project-story-content {
  border-top-color: var(--brand-yellow);
}

.page-home .project-story:nth-child(3) .project-story-content {
  border-top-color: var(--brand-green);
}

.page-home .project-story-content .eyebrow {
  color: #926700;
}

.page-home .project-story-content h3,
.page-home .project-story-content strong {
  color: var(--brand-ink);
}

.page-home .project-story-content > p:not(.eyebrow) {
  color: var(--brand-grey);
}

.page-home .project-story-content strong {
  border-top-color: rgba(32, 144, 208, .18);
}

.page-home .project-story-content a {
  color: #0878ae;
}

.page-home .project-showcase-cta {
  color: var(--brand-ink);
  border-color: var(--brand-blue);
  background: var(--brand-blue);
}

.page-home .project-showcase-cta:hover,
.page-home .project-showcase-cta:focus-visible {
  background: var(--brand-yellow);
}

.page-home .capabilities-section {
  background: #fff;
}

.page-home .capabilities-section::before {
  opacity: .035;
}

.page-home .capability-list article:nth-child(1) .icon {
  color: var(--brand-blue);
}

.page-home .capability-list article:nth-child(2) .icon {
  color: #a97800;
}

.page-home .capability-list article:nth-child(3) .icon {
  color: #4f8c36;
}

.page-home .capability-list article:nth-child(4) .icon {
  color: var(--brand-blue);
}

.page-home .impact-section {
  color: var(--brand-ink);
  border-top-color: var(--atlas-line);
  border-bottom: 1px solid var(--atlas-line);
  background: #fff url("../assets/art-direction/impact/impact-oasis-wide-illustrated.jpg") center / cover no-repeat;
}

.page-home .impact-section::before {
  background: rgba(255, 255, 255, .86);
}

.page-home .impact-section::after {
  border-color: rgba(32, 144, 208, .18);
}

.page-home .impact-section .eyebrow {
  color: #4f8c36;
}

.page-home .impact-copy h2 {
  color: var(--brand-ink);
}

.page-home .impact-copy p:last-child {
  color: var(--brand-grey);
}

.page-home .grant-grid {
  border-color: rgba(32, 144, 208, .28);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 42px rgba(23, 33, 43, .06);
}

.page-home .grant-grid article {
  border-color: rgba(32, 144, 208, .24);
}

.page-home .grant-grid span {
  color: #4f8c36;
}

.page-home .grant-grid strong {
  color: var(--brand-ink);
}

.page-home .grant-grid small {
  color: var(--brand-grey);
}

.page-home .news-section {
  border-top: 1px solid var(--atlas-line);
  background: #fff;
}

.page-home .news-list article,
.page-home .news-list article:hover {
  border-color: rgba(32, 144, 208, .2);
  background: #fff;
}

.page-home .news-list article {
  box-shadow: 0 16px 36px rgba(23, 33, 43, .07);
}

.page-home .contact-section {
  border-top-color: var(--atlas-line);
  background-color: #f6fbfd;
  background-image: none;
}

.page-home .contact-copy,
.page-home .contact-form {
  border-color: rgba(32, 144, 208, .18);
  background: #fff;
}

.page-home .site-footer {
  color: var(--brand-ink);
  border-top: 5px solid var(--brand-blue);
  background: #fff;
}

.page-home .footer-brand > p,
.page-home .site-footer p,
.page-home .site-footer small,
.page-home .footer-links a,
.page-home .footer-location span,
.page-home .footer-legal span {
  color: var(--brand-grey);
}

.page-home .footer-links strong {
  color: var(--brand-ink);
}

.page-home .footer-links a:hover,
.page-home .footer-links a:focus-visible {
  color: #0878ae;
}

.page-home .footer-socials span {
  color: var(--brand-ink);
  border-color: rgba(32, 144, 208, .34);
  background: var(--brand-blue-tint);
}

.page-home .footer-location img {
  border-color: rgba(32, 144, 208, .18);
  background: #fff;
}

.page-home .footer-legal {
  border-top-color: rgba(32, 144, 208, .16);
}

@media (max-width: 760px) {
  .page-home .about-section::before {
    background: linear-gradient(180deg, transparent 0 260px, rgba(255, 255, 255, .76) 335px, #fff 390px);
  }

  .page-home .main-nav {
    background: #fff;
  }

  .page-home .menu-toggle {
    color: var(--brand-ink);
    border-color: var(--brand-blue);
    background: var(--brand-blue);
  }
}
