/* Generated by scripts/build_css.py. Edit the source layers, not this file. */
@layer legacy, foundation, journey, polish;

/* SOURCE: styles.css */
@layer legacy {
: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);
  }
}
}

/* SOURCE: v2.css */
@layer foundation {
/* Peleverse V2 — Luminous Provenance
   White-first institutional prototype. Designed to map cleanly to WordPress blocks. */

:root {
  --v2-blue: #2090d0;
  --v2-blue-dark: #0878ae;
  --v2-gold: #e0a000;
  --v2-green: #70b050;
  --v2-ink: #17212b;
  --v2-muted: #5e6b74;
  --v2-line: #dce7ec;
  --v2-warm: #fff9f0;
  --v2-sky-wash: #eef8fc;
  --v2-sand-wash: #fff6e6;
  --v2-mint-wash: #eff8eb;
  --v2-gold-wash: #fff4cf;
  --v2-paper: #fff;
  --v2-container: min(1340px, calc(100vw - 64px));
  --v2-shadow: 0 24px 70px rgba(23, 33, 43, 0.08);
}

.page-v2 {
  color: var(--v2-ink);
  background: var(--v2-paper);
}

.page-v2 a,
.page-v2 button,
.page-v2 input,
.page-v2 select,
.page-v2 textarea {
  touch-action: manipulation;
}

.page-v2 h1,
.page-v2 h2,
.page-v2 h3 {
  text-wrap: balance;
}

.page-v2 p {
  text-wrap: pretty;
}

.page-v2 .site-shell {
  overflow: hidden;
  overflow: clip;
}

.page-v2 :focus-visible {
  outline: 3px solid rgba(32, 144, 208, 0.55);
  outline-offset: 4px;
}

.version-bar {
  min-height: 34px;
  padding: 7px max(24px, calc((100vw - 1340px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--v2-ink);
  border-bottom: 1px solid var(--v2-line);
  background: #f7fbfd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.version-bar a {
  color: var(--v2-blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-v2 .site-header {
  height: 92px;
  direction: ltr;
}

.page-v2 .site-header.is-scrolled {
  width: 100%;
  padding-inline: max(32px, calc((100vw - 1340px) / 2));
}

.page-v2 .main-nav {
  gap: clamp(22px, 2.6vw, 44px);
  direction: ltr;
}

html[dir="rtl"] .page-v2 .main-nav a,
html[dir="rtl"] .page-v2 .header-cta {
  direction: rtl;
}

.page-v2 .site-header > .lang-switch,
.page-v2 .main-nav .mobile-lang-switch,
.page-v2 .menu-toggle {
  direction: ltr;
}

.page-v2 .header-cta {
  min-height: 46px;
  padding-inline: 20px;
}

.page-v2 .menu-toggle {
  padding: 0;
  align-items: center;
  justify-content: center;
}

.page-v2 .menu-toggle img {
  width: 23px;
  height: 23px;
}

.page-v2 .mobile-lang-switch {
  display: none;
}

.page-v2 .v2-hero {
  min-height: 650px;
}

.page-v2 .v2-hero::before {
  background:
    linear-gradient(90deg, #fff 0%, #fff 30%, rgba(255,255,255,.99) 36%, rgba(255,255,255,.84) 45%, rgba(255,255,255,.34) 55%, transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.4), transparent 35%);
}

.page-v2 .hero-copy {
  padding-bottom: 4px;
}

.page-v2 .hero h1 {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: clamp(66px, 6vw, 96px);
}

.page-v2 .hero-intro {
  max-width: 540px;
  color: #34434d;
  font-size: 18px;
}

.hero-assurance {
  max-width: 620px;
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
}

.hero-assurance li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 700;
}

.hero-assurance li::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid var(--v2-blue);
  border-radius: 50%;
  background: #fff;
}

.hero-assurance li:nth-child(2)::before { border-color: var(--v2-gold); }
.hero-assurance li:nth-child(3)::before { border-color: var(--v2-green); }

.page-v2 .v2-proof > div {
  min-height: 176px;
}

.page-v2 .v2-proof .proof-intro small {
  margin-bottom: 8px;
}

.page-v2 .v2-proof .proof-item {
  position: relative;
}

.page-v2 .v2-proof .proof-ministry-mark {
  margin-block: 9px 12px;
}

.page-v2 .v2-proof .proof-ministry-mark img {
  max-height: 36px;
  object-fit: contain;
  object-position: left center;
}

.page-v2 .v2-proof .proof-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  color: var(--v2-blue);
  fill: none;
}

.page-v2 .v2-proof .proof-fact:last-child .proof-icon {
  color: var(--v2-green);
}

.page-v2 .claim-passport {
  margin-top: 7px;
}

.page-v2 .claim-passport summary {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: var(--v2-blue-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.page-v2 .claim-passport[open] {
  position: relative;
  z-index: 10;
}

.page-v2 .claim-passport dl {
  min-width: 320px;
  margin: 8px 0 0;
  padding: 18px;
  position: absolute;
  color: var(--v2-ink);
  border: 1px solid var(--v2-line);
  background: #fff;
  box-shadow: var(--v2-shadow);
}

.page-v2 .claim-passport dl div {
  padding: 7px 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--v2-line);
}

.page-v2 .claim-passport dl div:last-child { border-bottom: 0; }
.page-v2 .claim-passport dt { color: var(--v2-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.page-v2 .claim-passport dd { margin: 0; font-size: 12px; line-height: 1.45; }
.page-v2 .claim-passport > p,
.page-v2 .claim-passport > a {
  display: none;
}

.page-v2 .atlas-flow {
  background:
    radial-gradient(circle at 22% 12%, rgba(224,160,0,.09), transparent 24%),
    radial-gradient(circle at 79% 38%, rgba(32,144,208,.085), transparent 26%),
    #fff;
}

.mandates-section,
.provenance-section,
.v2-projects,
.v2-impact,
.readiness-section,
.v2-news,
.v2-contact {
  width: var(--v2-container);
  margin: 0 auto;
  padding: 130px 0;
}

.mandates-intro,
.provenance-intro,
.project-showcase-heading,
.news-heading {
  max-width: 850px;
  margin-bottom: 68px;
}

.mandates-intro h2,
.provenance-intro h2,
.readiness-copy h2 {
  margin: 0 0 26px;
  font-family: "Outfit", "Manrope", sans-serif;
  font-size: clamp(46px, 4.7vw, 74px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .98;
}

.mandates-intro > p:last-child,
.provenance-intro > p:last-child,
.readiness-copy > p {
  max-width: 690px;
  color: var(--v2-muted);
  font-size: 18px;
  line-height: 1.65;
}

.mandates-section {
  position: relative;
  background:
    radial-gradient(circle at 95% 0, rgba(224,160,0,.16), transparent 25rem),
    var(--v2-sand-wash);
  box-shadow: 0 0 0 100vmax var(--v2-sand-wash);
  clip-path: inset(0 -100vmax);
}

.mandate-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.mandate-card {
  --mandate-accent: var(--v2-gold);
  --mandate-wash: var(--v2-gold-wash);
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 41, 52, .07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.mandate-card.mandate-green {
  --mandate-accent: var(--v2-green);
  --mandate-wash: #eaf5e5;
}

.mandate-card.mandate-blue {
  --mandate-accent: var(--v2-blue);
  --mandate-wash: #e2f4fb;
}

.mandate-card.mandate-ink {
  --mandate-accent: #69a7c1;
  --mandate-wash: #e8f3f7;
}

.mandate-card:hover {
  z-index: 1;
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(20, 41, 52, .14);
}

.mandate-visual {
  aspect-ratio: 16 / 8.2;
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--mandate-wash);
}

.mandate-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(15, 33, 43, .18));
  pointer-events: none;
}

.mandate-visual picture,
.mandate-visual img {
  width: 100%;
  height: 100%;
  display: block;
}

.mandate-visual img {
  object-fit: cover;
  object-position: center 42%;
  transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}

.mandate-card:hover .mandate-visual img {
  transform: scale(1.025);
}

.mandate-icon {
  width: 58px;
  height: 58px;
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(32,144,208,.24);
  border-color: color-mix(in srgb, var(--mandate-accent) 30%, white);
  border-radius: 16px 16px 16px 4px;
  background: rgba(255,255,255,.94);
  color: var(--mandate-accent);
  box-shadow: 0 10px 28px rgba(15, 33, 43, .14);
}

.mandate-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
}

.mandate-body {
  min-height: 445px;
  padding: 38px 40px 36px;
  display: flex;
  flex-direction: column;
}

.mandate-body .eyebrow {
  color: var(--mandate-accent);
}

.mandate-body h3 {
  max-width: 500px;
  margin: 0 0 14px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(32px, 2.7vw, 44px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.mandate-summary {
  max-width: 520px;
  margin: 0 0 26px;
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.65;
}

.mandate-detail {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid var(--v2-line);
}

.mandate-detail > strong {
  color: var(--v2-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mandate-detail > span {
  color: var(--v2-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mandate-detail ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
  list-style: none;
}

.mandate-detail li {
  position: relative;
  padding-inline-start: 17px;
  color: var(--v2-muted);
  font-size: 13px;
  line-height: 1.45;
}

.mandate-detail li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: .52em;
  inset-inline-start: 0;
  border-radius: 50%;
  background: var(--mandate-accent);
}

.mandate-actions {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mandate-actions a {
  color: var(--v2-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.mandate-actions a:first-child {
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(32,144,208,.3);
  border-color: color-mix(in srgb, var(--mandate-accent) 45%, white);
  background: var(--mandate-wash);
  color: var(--v2-ink);
}

.mandate-actions a:last-child {
  color: var(--v2-muted);
  text-decoration: underline;
  text-underline-offset: 4px;
}

[dir="rtl"] .mandate-icon {
  right: 24px;
  left: auto;
}

[dir="rtl"] .mandate-actions .icon {
  transform: scaleX(-1);
}

.provenance-section {
  width: 100%;
  padding-inline: max(32px, calc((100vw - 1340px) / 2));
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  background:
    linear-gradient(180deg, rgba(255,249,240,.52), rgba(255,255,255,.98)),
    url("../assets/art-direction/living-atlas-map-blended.png") center / cover no-repeat;
}

.provenance-route {
  margin: 0;
  padding: 26px 0 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
}

.provenance-route::before,
.provenance-route::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 47px;
  left: 10%;
  right: 10%;
}

.provenance-route::before {
  background: #d6e2e7;
}

.provenance-route::after {
  background: linear-gradient(90deg, var(--v2-gold), var(--v2-green), var(--v2-blue));
  transform-origin: left;
  animation: provenance-draw 1.2s .25s cubic-bezier(.2,.7,.2,1) both;
}

@keyframes provenance-draw {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.provenance-route li {
  min-width: 0;
  padding-inline: 16px;
  position: relative;
  text-align: center;
}

.provenance-route li > span {
  width: 44px;
  height: 44px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--v2-gold);
  border-radius: 50%;
  background: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.provenance-route li:nth-child(2) > span { border-color: #d8b141; }
.provenance-route li:nth-child(3) > span { border-color: var(--v2-green); }
.provenance-route li:nth-child(4) > span { border-color: #47a0bc; }
.provenance-route li:nth-child(5) > span { border-color: var(--v2-blue); }

.provenance-route strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 19px;
}

.provenance-route small {
  max-width: 170px;
  margin: 8px auto 0;
  display: block;
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.45;
}

.evidence-principles {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--v2-line);
  border-left: 1px solid var(--v2-line);
}

.evidence-principles > div {
  min-height: 210px;
  padding: 34px;
  border-right: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  background: rgba(255,255,255,.78);
}

.principle-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  padding: 11px;
  display: block;
  border-radius: 15px 15px 15px 4px;
  color: var(--v2-blue-dark);
  background: #dff3fb;
}

.principle-gold { color: #a97800; background: var(--v2-gold-wash); }
.principle-green { color: #508d38; background: #e7f4e1; }

.evidence-principles span {
  color: var(--v2-blue-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.evidence-principles strong {
  margin: 12px 0 10px;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 23px;
}

.evidence-principles p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 13px;
  line-height: 1.6;
}

.page-v2 .v2-projects {
  width: var(--v2-container);
  position: relative;
  background:
    radial-gradient(circle at 8% 18%, rgba(32,144,208,.12), transparent 25rem),
    var(--v2-sky-wash);
  box-shadow: 0 0 0 100vmax var(--v2-sky-wash);
  clip-path: inset(0 -100vmax);
}

.page-v2 .v2-projects .project-showcase-grid {
  align-items: stretch;
}

.page-v2 .v2-projects .project-story {
  min-height: 760px;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

.page-v2 .v2-projects .project-story picture {
  height: 430px;
  overflow: hidden;
}

.page-v2 .v2-projects .project-story-scene {
  height: 100%;
}

.page-v2 .project-story-content {
  min-height: 330px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.project-record {
  margin-bottom: 22px;
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--v2-line);
}

.project-record span,
.project-record small {
  color: var(--v2-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.project-record small { color: var(--v2-muted); }
.project-record-blue span { color: var(--v2-blue); }
.project-record-green span { color: var(--v2-green); }

.page-v2 .project-story-content ol {
  margin: 20px 0 26px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}

.page-v2 .project-story-content ol li {
  padding: 5px 8px;
  color: var(--v2-muted);
  border: 1px solid var(--v2-line);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.page-v2 .project-story-content > a {
  margin-top: auto;
}

.page-v2 .v2-impact {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: start;
  border: 0;
  position: relative;
  background:
    radial-gradient(circle at 94% 16%, rgba(112,176,80,.15), transparent 22rem),
    var(--v2-mint-wash);
  box-shadow: 0 0 0 100vmax var(--v2-mint-wash);
  clip-path: inset(0 -100vmax);
}

.page-v2 .v2-impact .impact-copy {
  position: sticky;
  top: 130px;
}

.page-v2 .v2-impact .impact-copy h2 {
  font-size: clamp(48px, 5vw, 76px);
}

.text-link {
  min-height: 44px;
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--v2-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.impact-ledger {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--v2-line);
  border-left: 1px solid var(--v2-line);
}

.impact-ledger > article {
  min-height: 290px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.86);
}

.impact-ledger > article::before {
  content: "";
  width: 96px;
  height: 96px;
  position: absolute;
  top: -38px;
  right: -30px;
  border-radius: 50%;
  background: rgba(32,144,208,.11);
}

.impact-ledger .ledger-gold::before { background: rgba(224,160,0,.14); }
.impact-ledger .ledger-green::before { background: rgba(112,176,80,.14); }
.impact-ledger .ledger-sky::before { background: rgba(32,144,208,.15); }

.ledger-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding: 9px;
  border-radius: 14px 14px 14px 4px;
  color: var(--v2-blue-dark);
  background: #dff3fb;
}

.ledger-gold .ledger-icon { color: #a97800; background: var(--v2-gold-wash); }
.ledger-green .ledger-icon { color: #508d38; background: #e7f4e1; }
.ledger-sky .ledger-icon { color: var(--v2-blue-dark); background: #dff3fb; }

.impact-ledger > article > small {
  color: var(--v2-blue-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.impact-ledger > article > strong {
  margin: 8px 0;
  color: var(--v2-ink);
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.impact-ledger > article > span {
  color: var(--v2-muted);
  font-size: 13px;
}

.impact-ledger .claim-passport {
  margin-top: auto;
}

.readiness-section {
  width: 100%;
  padding-inline: max(32px, calc((100vw - 1340px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  color: var(--v2-ink);
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  background:
    linear-gradient(120deg, rgba(247,251,253,.96), rgba(255,249,240,.94)),
    url("../assets/art-direction/living-atlas-map-blended.png") center / cover no-repeat;
}

.readiness-copy .eyebrow { color: var(--v2-blue-dark); }
.readiness-copy > p { color: var(--v2-muted); }
.readiness-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.readiness-section .button-secondary { color: var(--v2-ink); border-color: #aebfc7; }
.readiness-section .button-secondary:hover { color: #fff; background: var(--v2-blue-dark); }

.readiness-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--v2-line);
  list-style: none;
}

.readiness-list li {
  min-height: 112px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 54px 42px 1fr;
  align-content: center;
  gap: 4px 18px;
  border-bottom: 1px solid var(--v2-line);
}

.readiness-list li > svg {
  width: 44px;
  height: 44px;
  grid-row: 1 / 3;
  padding: 10px;
  border-radius: 14px 14px 14px 4px;
  color: var(--v2-blue-dark);
  background: rgba(255,255,255,.82);
  box-shadow: 0 8px 24px rgba(23,33,43,.06);
}

.readiness-list strong {
  grid-row: 1 / 3;
  color: var(--v2-blue-dark);
  font-family: "Outfit", sans-serif;
  font-size: 13px;
}

.readiness-list span {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.readiness-list small {
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.45;
}

.page-v2 .v2-news {
  width: var(--v2-container);
  position: relative;
  background:
    radial-gradient(circle at 88% 6%, rgba(224,160,0,.12), transparent 23rem),
    #fffaf1;
  box-shadow: 0 0 0 100vmax #fffaf1;
  clip-path: inset(0 -100vmax);
}

.page-v2 .v2-news .news-list article {
  border: 1px solid var(--v2-line);
  background: #fff;
}

.page-v2 .v2-news .news-list article picture {
  height: 260px;
  display: block;
  overflow: hidden;
}

.page-v2 .v2-news .news-list article picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(.96);
}

.page-v2 .v2-news .news-list article > div {
  min-height: 245px;
}

.page-v2 .v2-contact {
  width: var(--v2-container);
  grid-template-columns: .9fr .72fr 1.1fr;
  border-top: 1px solid var(--v2-line);
  background: linear-gradient(135deg, rgba(238,248,252,.95), rgba(255,255,255,.98) 62%);
  box-shadow: 0 0 0 100vmax #eef8fc;
  clip-path: inset(0 -100vmax);
}

.page-v2 .v2-contact .contact-visual {
  min-height: 680px;
}

.page-v2 .v2-contact .contact-visual picture,
.page-v2 .v2-contact .contact-visual img {
  width: 100%;
  height: 100%;
}

.page-v2 .v2-contact .contact-visual img {
  object-fit: cover;
  filter: saturate(.82) contrast(.96);
}

.page-v2 .contact-copy {
  padding: 54px 36px;
}

.page-v2 .contact-copy h2 {
  font-size: clamp(38px, 3.8vw, 58px);
}

.page-v2 .contact-form {
  padding: 54px 0 54px 36px;
}

.form-intro {
  margin-bottom: 22px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--v2-line);
}

.form-intro span {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.form-intro small {
  color: var(--v2-muted);
  font-size: 10px;
}

.page-v2 .contact-form input,
.page-v2 .contact-form select,
.page-v2 .contact-form textarea {
  min-height: 48px;
  border-color: #c8d7de;
  color: var(--v2-ink);
  background-color: #fff;
}

.page-v2 .contact-form textarea {
  min-height: 112px;
}

.page-v2 .contact-form button {
  min-height: 52px;
}

.page-v2 .v2-footer {
  color: var(--v2-ink);
  border-top: 1px solid var(--v2-line);
  background: #f7fbfd;
}

.page-v2 .v2-footer .footer-main,
.page-v2 .v2-footer .footer-legal {
  border-color: rgba(23,33,43,.12);
}

.page-v2 .v2-footer .footer-brand p,
.page-v2 .v2-footer .footer-links a,
.page-v2 .v2-footer .footer-location span,
.page-v2 .v2-footer .footer-legal {
  color: var(--v2-muted);
}

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

.version-footer-link {
  margin-top: 20px;
  display: inline-block;
  color: var(--v2-blue-dark);
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- V2 evidence-led case studies ---------- */
.page-case-v2 main {
  background:
    radial-gradient(circle at 82% 8%, rgba(32,144,208,.055), transparent 24%),
    #fff;
}

.case-hero {
  width: var(--v2-container);
  min-height: 670px;
  margin: 0 auto;
  padding: 84px 0 72px;
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: 72px;
  align-items: center;
  border-bottom: 1px solid var(--v2-line);
}

.case-hero-copy {
  position: relative;
  z-index: 2;
}

.case-hero h1 {
  max-width: 760px;
  margin: 0 0 30px;
  font-family: "Outfit", "Manrope", sans-serif;
  font-size: clamp(62px, 6.3vw, 98px);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .92;
}

.case-hero h1 span {
  color: var(--v2-blue);
}

.page-shara .case-hero h1 span { color: var(--v2-gold); }
.page-mandoos .case-hero h1 span { color: var(--v2-green); }

.case-lead {
  max-width: 650px;
  color: #35444f;
  font-size: 19px;
  line-height: 1.65;
}

.case-badges {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-badges span {
  padding: 8px 10px;
  color: var(--v2-muted);
  border: 1px solid var(--v2-line);
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.case-hero-art {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.case-hero-art::before {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  border: 1px solid rgba(32,144,208,.14);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(32,144,208,.08), transparent 64%),
    repeating-radial-gradient(circle, transparent 0 36px, rgba(32,144,208,.045) 37px 38px);
}

.page-shara .case-hero-art::before {
  border-color: rgba(224,160,0,.16);
  background: radial-gradient(circle, rgba(224,160,0,.08), transparent 64%), repeating-radial-gradient(circle, transparent 0 36px, rgba(224,160,0,.045) 37px 38px);
}

.page-mandoos .case-hero-art::before {
  border-color: rgba(112,176,80,.16);
  background: radial-gradient(circle, rgba(112,176,80,.08), transparent 64%), repeating-radial-gradient(circle, transparent 0 36px, rgba(112,176,80,.045) 37px 38px);
}

.case-hero-art img {
  max-width: min(390px, 82%);
  max-height: 530px;
  position: relative;
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(23,33,43,.14));
}

.case-record {
  width: 340px;
  padding: 22px;
  position: absolute;
  right: 0;
  bottom: 36px;
  z-index: 3;
  border: 1px solid var(--v2-line);
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 50px rgba(23,33,43,.08);
}

.case-record > small {
  color: var(--v2-blue-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.case-record > strong {
  margin: 8px 0 4px;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
}

.case-record > span {
  color: var(--v2-muted);
  font-size: 11px;
}

.case-route-section {
  width: 100%;
  padding: 110px max(32px, calc((100vw - 1340px) / 2));
  border-bottom: 1px solid var(--v2-line);
  background:
    linear-gradient(180deg, rgba(255,249,240,.44), rgba(255,255,255,.98)),
    url("../assets/art-direction/living-atlas-map-blended.png") center / cover no-repeat;
}

.case-route-intro {
  max-width: 780px;
  margin-bottom: 54px;
}

.case-route-intro h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(48px, 4.6vw, 72px);
  font-weight: 600;
  letter-spacing: -.045em;
}

.case-route {
  padding-top: 10px;
}

.case-route::before,
.case-route::after {
  top: 31px;
}

.case-chapters {
  width: var(--v2-container);
  margin: 0 auto;
  border-left: 1px solid var(--v2-line);
}

.case-chapter {
  min-height: 420px;
  display: grid;
  grid-template-columns: 180px 1fr 310px;
  border-bottom: 1px solid var(--v2-line);
  border-right: 1px solid var(--v2-line);
}

.case-chapter > div:first-child,
.case-chapter > div:nth-child(2),
.case-chapter > aside {
  padding: 58px 44px;
}

.case-chapter > div:first-child,
.case-chapter > div:nth-child(2) {
  border-right: 1px solid var(--v2-line);
}

.case-chapter > div:first-child > span {
  color: var(--v2-blue-dark);
  font-family: "Outfit", sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.page-shara .case-chapter > div:first-child > span { color: #a87700; }
.page-mandoos .case-chapter > div:first-child > span { color: #4f8d32; }

.case-chapter h2 {
  max-width: 700px;
  margin: 0 0 28px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(38px, 3.6vw, 56px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.case-chapter > div:nth-child(2) > p {
  max-width: 690px;
  color: var(--v2-muted);
  font-size: 17px;
  line-height: 1.7;
}

.case-chapter > aside {
  background: #f8fbfc;
}

.case-chapter > aside > strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

.case-chapter > aside > p,
.case-chapter > aside li {
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.65;
}

.case-chapter > aside ul {
  margin: 22px 0 0;
  padding-left: 18px;
}

.case-chapter-visual {
  min-height: 570px;
}

.case-video {
  padding: 0 !important;
  overflow: hidden;
  background: var(--v2-ink);
}

.case-video iframe {
  width: 100%;
  height: 100%;
  min-height: 570px;
  display: block;
  border: 0;
}

.case-video .video-facade {
  position: relative;
  width: 100%;
  min-height: 570px;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 0;
  background: var(--v2-ink);
  cursor: pointer;
}

.case-evidence {
  width: var(--v2-container);
  margin: 0 auto;
  padding: 120px 0;
}

.case-evidence > div:first-child {
  max-width: 850px;
  margin-bottom: 56px;
}

.case-evidence h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(46px, 4.5vw, 70px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1;
}

.case-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--v2-line);
  border-left: 1px solid var(--v2-line);
}

.case-evidence-grid article {
  min-height: 280px;
  padding: 38px;
  border-right: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
}

.case-evidence-grid span {
  color: var(--v2-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.case-evidence-grid article:last-child span { color: var(--v2-gold); }

.case-evidence-grid h3 {
  margin: 64px 0 14px;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
}

.case-evidence-grid p {
  color: var(--v2-muted);
  font-size: 13px;
  line-height: 1.65;
}

.case-cta {
  width: 100%;
  padding-inline: max(32px, calc((100vw - 1340px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  color: var(--v2-ink);
  background: linear-gradient(120deg, #f7fbfd, #fff9f0);
}

.case-cta .eyebrow { color: var(--v2-blue-dark); }
.case-cta h2 { color: var(--v2-ink); }
.case-cta p { color: var(--v2-muted); }
.case-cta > div:last-child { display: flex; flex-direction: column; gap: 12px; }
.case-cta .button-secondary { color: var(--v2-ink); border-color: #aebfc7; }
.case-cta .button-secondary:hover { color: #fff; background: var(--v2-blue-dark); }

/* ---------- Procurement / boardroom brief ---------- */
.print-button {
  cursor: pointer;
  background: #fff;
}

.procurement-hero {
  width: var(--v2-container);
  min-height: 610px;
  margin: 0 auto;
  padding: 100px 0 84px;
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 100px;
  align-items: center;
  border-bottom: 1px solid var(--v2-line);
}

.procurement-hero h1 {
  margin: 0 0 30px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(62px, 6.2vw, 98px);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .93;
}

.procurement-hero h1 span { color: var(--v2-blue); }

.procurement-hero > div > p:last-child {
  max-width: 690px;
  color: var(--v2-muted);
  font-size: 18px;
  line-height: 1.65;
}

.procurement-hero aside {
  padding: 34px;
  border: 1px solid var(--v2-line);
  background: #f8fbfc;
}

.procurement-hero aside > small {
  color: var(--v2-blue-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.procurement-hero aside > strong {
  margin: 22px 0 28px;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
}

.procurement-hero dl { margin: 0; }
.procurement-hero dl div { padding: 12px 0; display: grid; grid-template-columns: 110px 1fr; gap: 14px; border-top: 1px solid var(--v2-line); }
.procurement-hero dt { color: var(--v2-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.procurement-hero dd { margin: 0; font-size: 12px; line-height: 1.45; }

.procurement-summary,
.readiness-matrix,
.procurement-evidence,
.procurement-disclosure {
  width: var(--v2-container);
  margin: 0 auto;
  padding: 110px 0;
  border-bottom: 1px solid var(--v2-line);
}

.procurement-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.procurement-summary h2,
.matrix-heading h2,
.procurement-evidence h2,
.procurement-disclosure h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(44px, 4.3vw, 68px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1;
}

.procurement-summary ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--v2-line);
  list-style: none;
}

.procurement-summary li {
  min-height: 132px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 6px 18px;
  border-bottom: 1px solid var(--v2-line);
}

.procurement-summary li span { grid-row: 1 / 3; color: var(--v2-blue-dark); font-family: "Outfit", sans-serif; font-weight: 700; }
.procurement-summary li strong { font-family: "Outfit", sans-serif; font-size: 18px; }
.procurement-summary li p { margin: 0; color: var(--v2-muted); font-size: 12px; line-height: 1.55; }

.matrix-heading {
  max-width: 850px;
  margin-bottom: 60px;
}

.matrix-heading > p:last-child {
  max-width: 680px;
  margin-top: 24px;
  color: var(--v2-muted);
  line-height: 1.65;
}

.matrix-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--v2-line);
  border-left: 1px solid var(--v2-line);
}

.matrix-grid article {
  min-height: 420px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
}

.matrix-grid article > span {
  color: var(--v2-blue-dark);
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.matrix-grid h3 {
  margin: 62px 0 22px;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  line-height: 1.12;
}

.matrix-grid ul {
  margin: 0 0 28px;
  padding-left: 18px;
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.75;
}

.matrix-grid small {
  margin-top: auto;
  padding-top: 16px;
  color: var(--v2-green);
  border-top: 1px solid var(--v2-line);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.procurement-evidence {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.procurement-evidence > div:first-child > p:last-child {
  margin-top: 24px;
  color: var(--v2-muted);
  line-height: 1.65;
}

.procurement-flow {
  min-height: 300px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--v2-line);
  background:
    linear-gradient(135deg, rgba(255,249,240,.72), rgba(239,249,253,.72)),
    #fff;
}

.procurement-flow span {
  min-height: 84px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--v2-line);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.procurement-flow b { color: var(--v2-gold); }

.procurement-disclosure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.procurement-disclosure > div:last-child {
  color: var(--v2-muted);
  font-size: 16px;
  line-height: 1.7;
}

html[dir="rtl"] .page-v2 .provenance-route::after {
  transform-origin: right;
}

html[dir="rtl"] .page-v2 .contact-form {
  padding-left: 0;
  padding-right: 36px;
}

html[dir="rtl"] .page-v2 .readiness-list li {
  grid-template-columns: 54px 42px 1fr;
}

html[dir="rtl"] .page-v2 .readiness-list strong {
  grid-column: auto;
}

html[dir="rtl"] .page-v2 .mandate-code small {
  right: auto;
  left: 7px;
}

@media (max-width: 1180px) {
  .page-v2 .site-header {
    grid-template-columns: 155px 1fr auto auto;
    gap: 20px;
  }

  .page-v2 .main-nav { gap: 18px; }
  .page-v2 .main-nav a { font-size: 12px; }
  .page-v2 .header-cta { display: none; }
  .page-v2 .v2-impact { gap: 48px; }
  .page-v2 .v2-contact { grid-template-columns: 1fr 1fr; }
  .page-v2 .v2-contact .contact-visual { min-height: 520px; }
  .page-v2 .contact-form { padding: 0 0 70px; grid-column: 1 / -1; }
  html[dir="rtl"] .page-v2 .contact-form { padding-right: 0; }
  .case-hero { grid-template-columns: 1fr 1fr; gap: 40px; }
  .case-record { width: 300px; }
  .case-chapter { grid-template-columns: 130px 1fr 260px; }
  .case-chapter > div:first-child,
  .case-chapter > div:nth-child(2),
  .case-chapter > aside { padding: 44px 30px; }
  .procurement-hero { grid-template-columns: 1fr 340px; gap: 60px; }
  .matrix-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  :root { --v2-container: min(100% - 40px, 760px); }

  .page-v2 .site-header {
    height: 78px;
  }

  .page-v2 .v2-hero {
    min-height: 890px;
    padding-top: 36px;
  }

  .page-v2 .hero-world {
    height: 43%;
  }

  .page-v2 .hero-guide {
    width: 300px;
    margin-bottom: -186px;
  }

  .hero-assurance {
    max-width: 360px;
    flex-direction: column;
    gap: 8px;
  }

  .page-v2 .v2-proof {
    grid-template-columns: 1fr 1fr;
  }

  .page-v2 .v2-proof > div {
    min-height: 160px;
  }

  .mandates-section,
  .provenance-section,
  .v2-projects,
  .v2-impact,
  .readiness-section,
  .v2-news,
  .v2-contact {
    padding-block: 92px;
  }

  .mandate-grid { grid-template-columns: 1fr; }
  .mandate-card { min-height: 0; }
  .mandate-visual { aspect-ratio: 16 / 7.4; }
  .mandate-body { min-height: 410px; }

  .provenance-route {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .provenance-route::before,
  .provenance-route::after {
    width: 2px;
    height: auto;
    top: 46px;
    bottom: 46px;
    left: 21px;
    right: auto;
  }

  .provenance-route::after {
    transform-origin: top;
    animation-name: provenance-draw-y;
  }

  @keyframes provenance-draw-y {
    from { transform: scaleY(0); }
    to { transform: scaleY(1); }
  }

  .provenance-route li {
    min-height: 112px;
    padding: 0 0 28px 74px;
    text-align: left;
  }

  .provenance-route li > span {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .provenance-route small {
    max-width: none;
    margin-inline: 0;
  }

  html[dir="rtl"] .page-v2 .provenance-route::before,
  html[dir="rtl"] .page-v2 .provenance-route::after {
    right: 21px;
    left: auto;
  }

  html[dir="rtl"] .page-v2 .provenance-route li {
    padding: 0 74px 28px 0;
    text-align: right;
  }

  html[dir="rtl"] .page-v2 .provenance-route li > span {
    right: 0;
    left: auto;
  }

  .evidence-principles {
    grid-template-columns: 1fr;
  }

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

  .page-v2 .v2-impact .impact-copy {
    position: static;
  }

  .readiness-section {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .case-hero {
    padding-top: 64px;
    grid-template-columns: 1fr;
  }

  .case-hero-art { min-height: 460px; }

  .case-record {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 1;
  }

  .case-route-section { padding-block: 86px; }

  .case-chapter {
    grid-template-columns: 120px 1fr;
  }

  .case-chapter > aside {
    grid-column: 1 / -1;
    border-top: 1px solid var(--v2-line);
  }

  .case-evidence-grid { grid-template-columns: 1fr; }
  .case-cta { grid-template-columns: 1fr; }
  .case-cta > div:last-child { align-items: flex-start; }
  .procurement-hero,
  .procurement-summary,
  .procurement-evidence,
  .procurement-disclosure {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .procurement-hero { padding-block: 72px; }
  .procurement-flow { min-height: 250px; }
}

@media (max-width: 760px) {
  .page-v2 .site-header > .lang-switch {
    display: none;
  }

  .page-v2 .main-nav .mobile-lang-switch {
    display: flex;
    width: 100%;
    margin-top: 14px;
    border-color: var(--v2-line);
  }

  .page-v2 .main-nav .mobile-lang-switch button {
    min-height: 46px;
    flex: 1;
  }
}

@media (max-width: 720px) {
  :root { --v2-container: calc(100% - 32px); }

  .version-bar {
    min-height: 42px;
    padding-inline: 16px;
    letter-spacing: .04em;
  }

  .version-bar span { display: none; }
  .version-bar a { margin-inline-start: auto; }

  .page-v2 .v2-hero {
    min-height: 840px;
  }

  .page-v2 .hero h1 {
    max-width: 380px;
    font-size: clamp(49px, 14vw, 62px);
  }

  .page-v2 .hero-intro {
    font-size: 16px;
  }

  .page-v2 .hero-guide {
    width: 240px;
    margin-bottom: -148px;
  }

  .page-v2 .v2-proof {
    grid-template-columns: 1fr;
  }

  .page-v2 .v2-proof > div {
    min-height: 136px;
    padding: 24px 12px;
  }

  .page-v2 .claim-passport dl {
    min-width: min(320px, calc(100vw - 56px));
    position: relative;
  }

  .mandates-intro,
  .provenance-intro,
  .project-showcase-heading,
  .news-heading {
    margin-bottom: 46px;
  }

  .mandates-intro h2,
  .provenance-intro h2,
  .readiness-copy h2 {
    font-size: 44px;
  }

  .mandates-intro > p:last-child,
  .provenance-intro > p:last-child,
  .readiness-copy > p {
    font-size: 16px;
  }

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

  .mandate-card {
    min-height: 0;
    padding: 0;
  }

  .mandate-visual {
    aspect-ratio: 16 / 10;
  }

  .mandate-body {
    min-height: 0;
    padding: 30px 26px 28px;
  }

  .mandate-body h3 {
    font-size: 34px;
  }

  .mandate-detail {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .mandate-actions {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .impact-ledger > article {
    min-height: 230px;
  }

  .readiness-actions {
    flex-direction: column;
  }

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

  .page-v2 .v2-contact .contact-visual {
    min-height: 400px;
  }

  .page-v2 .contact-copy {
    padding: 42px 0 22px;
  }

  .form-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-hero {
    padding-block: 52px 64px;
  }

  .case-hero h1 {
    font-size: 54px;
  }

  .case-lead { font-size: 16px; }
  .case-hero-art { min-height: 390px; }
  .case-hero-art::before { width: 330px; height: 330px; }
  .case-hero-art img { max-height: 390px; }

  .case-chapter {
    grid-template-columns: 1fr;
  }

  .case-chapter > div:first-child,
  .case-chapter > div:nth-child(2),
  .case-chapter > aside {
    padding: 34px 26px;
    border-right: 0;
  }

  .case-chapter > div:first-child {
    padding-bottom: 0;
  }

  .case-chapter > aside { grid-column: auto; }
  .case-chapter h2 { font-size: 38px; }
  .case-video iframe { min-height: 310px; }
  .case-evidence { padding-block: 86px; }
  .case-cta { padding-block: 78px; }
  .procurement-hero h1 { font-size: 54px; }
  .procurement-summary,
  .readiness-matrix,
  .procurement-evidence,
  .procurement-disclosure { padding-block: 82px; }
  .matrix-grid { grid-template-columns: 1fr; }
  .matrix-grid article { min-height: 360px; }
  .procurement-flow { grid-template-columns: 1fr; }
  .procurement-flow b { transform: rotate(90deg); text-align: center; }
}

@media (max-width: 460px) {
  .page-v2 .v2-hero {
    min-height: 820px;
  }

  .page-v2 .hero h1 {
    font-size: 46px;
  }

  .page-v2 .hero-world {
    height: 37%;
  }

  .page-v2 .hero-guide {
    width: 210px;
    margin-bottom: -130px;
  }

  .page-v2 .v2-projects .project-story {
    min-height: 680px;
  }

  .page-v2 .v2-projects .project-story picture {
    height: 350px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-v2 .provenance-route::after {
    animation: none !important;
    transform: none !important;
  }

  .page-v2 .mandate-card {
    transition: none;
  }
}

/* Policy and handoff pages keep the same white-first institutional language. */
.page-policy {
  min-height: 100vh;
  background:
    radial-gradient(circle at 88% 8%, rgba(24, 157, 211, 0.09), transparent 24rem),
    #fff;
}

.policy-header {
  min-height: 86px;
  padding-inline: max(24px, calc((100vw - 1320px) / 2));
}

.policy-actions {
  grid-column: 3 / 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.policy-actions .header-cta,
.policy-actions .lang-switch {
  grid-column: auto;
}

.policy-main {
  width: min(920px, calc(100% - 48px));
  margin-inline: auto;
  padding: 104px 0 120px;
}

.policy-main > header {
  padding-bottom: 54px;
  border-bottom: 1px solid var(--v2-line);
}

.policy-main h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  color: var(--v2-ink);
  font-family: var(--font-display);
  font-size: clamp(58px, 9vw, 104px);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.policy-main h1 span {
  color: var(--v2-blue);
}

.policy-main > header > p:last-child {
  max-width: 720px;
  color: var(--v2-muted);
  font-size: 18px;
  line-height: 1.75;
}

.policy-main section {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.6fr);
  gap: 56px;
  padding: 42px 0;
  border-bottom: 1px solid var(--v2-line);
}

.policy-main section h2 {
  margin: 0;
  color: var(--v2-ink);
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.policy-main section p,
.policy-main section ul {
  margin: 0;
  color: var(--v2-muted);
  font-size: 16px;
  line-height: 1.8;
}

.policy-main section a {
  color: var(--v2-blue);
  font-weight: 700;
}

.policy-footer {
  margin-top: 0;
}

[dir="rtl"] .policy-main h1,
[dir="rtl"] .policy-main h2 {
  letter-spacing: 0;
}

@media (max-width: 700px) {
  .policy-header {
    min-height: 74px;
  }

  .policy-actions {
    grid-column: 2 / 5;
  }

  .policy-actions .header-cta {
    display: none;
  }

  .policy-main {
    width: min(100% - 36px, 920px);
    padding: 74px 0 90px;
  }

  .policy-main > header {
    padding-bottom: 38px;
  }

  .policy-main section {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px 0;
  }
}

@media print {
  .version-bar,
  .site-header,
  .hero-actions,
  .lang-switch,
  .menu-toggle,
  .contact-section,
  .site-footer {
    display: none !important;
  }

  .page-v2,
  .page-v2 .atlas-flow,
  .page-v2 .provenance-section,
  .page-v2 .readiness-section {
    color: #17212b !important;
    background: #fff !important;
  }

  .mandates-section,
  .provenance-section,
  .v2-projects,
  .v2-impact,
  .readiness-section {
    width: 100% !important;
    padding: 32px 0 !important;
  }
}
}

/* SOURCE: v3.css */
@layer journey {
/* Peleverse V3 — conversion-focused comparison layer.
   Builds on V2 tokens and visual language without changing the brand direction. */

.page-v3 .hero-assurance {
  max-width: 650px;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  list-style: none;
  color: #40515d;
  font-size: 12px;
  font-weight: 700;
}

.page-v3 .hero-assurance li {
  position: relative;
  padding-inline-start: 15px;
}

.page-v3 .hero-assurance li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: .55em;
  inset-inline-start: 0;
  border: 2px solid var(--v2-blue);
  border-radius: 50%;
}

.page-v3 .hero-assurance li:nth-child(2)::before { border-color: var(--v2-gold); }
.page-v3 .hero-assurance li:nth-child(3)::before { border-color: var(--v2-green); }

.page-v3 #project-request {
  scroll-margin-top: 118px;
}

.page-v3 .hero-guide {
  width: clamp(420px, 45vw, 650px);
  margin-bottom: calc(clamp(420px, 45vw, 650px) * -.94);
}

.page-v3 .project-fit {
  width: var(--v2-container);
  margin-inline: auto;
  padding: 72px 0;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.6fr);
  gap: 56px;
  border-bottom: 1px solid var(--v2-line);
  background: linear-gradient(120deg, var(--v2-sand-wash), #fff 48%, var(--v2-sky-wash));
  box-shadow: 0 0 0 100vmax var(--v2-sand-wash);
  clip-path: inset(0 -100vmax);
}

.page-v3 .project-fit-copy {
  align-self: center;
}

.page-v3 .project-fit-copy h2 {
  margin: 10px 0 16px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.02;
}

.page-v3 .project-fit-copy > p:last-child {
  max-width: 460px;
  color: var(--v2-muted);
}

.page-v3 .project-fit-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cfdde3;
  border-left: 1px solid #cfdde3;
}

.page-v3 .project-fit-option {
  min-height: 126px;
  padding: 22px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  color: var(--v2-ink);
  text-align: start;
  border: 0;
  border-right: 1px solid #cfdde3;
  border-bottom: 1px solid #cfdde3;
  background: rgba(255, 255, 255, .88);
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.page-v3 .project-fit-option:hover {
  background: #fff;
  box-shadow: inset 0 -4px 0 var(--v2-blue);
}

.page-v3 .project-fit-option[aria-checked="true"] {
  color: #fff;
  background: var(--v2-blue-dark);
  box-shadow: inset 0 -4px 0 var(--v2-gold);
}

.page-v3 .project-fit-option > svg {
  width: 34px;
  height: 34px;
  color: var(--v2-blue-dark);
}

.page-v3 .project-fit-option[aria-checked="true"] > svg {
  color: var(--v2-gold-wash);
}

.page-v3 .project-fit-option span {
  display: grid;
  gap: 8px;
}

.page-v3 .project-fit-option strong {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 1.1;
}

.page-v3 .project-fit-option small {
  color: var(--v2-muted);
  font-size: 11px;
  line-height: 1.45;
}

.page-v3 .project-fit-option[aria-checked="true"] small {
  color: rgba(255, 255, 255, .78);
}

.page-v3 .project-fit-unsure {
  grid-column: 1 / -1;
  min-height: 96px;
}

.page-v3 .project-fit-next {
  grid-column: 2;
  margin-top: -32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.page-v3 .project-fit-next[hidden] {
  display: none;
}

.page-v3 .project-fit-selection {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 700;
}

.page-v3 .mandate-proof {
  margin: 20px 0 0;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--v2-muted);
  border: 1px solid color-mix(in srgb, var(--mandate-accent) 30%, white);
  background: var(--mandate-wash);
  font-size: 11px;
  line-height: 1.45;
}

.page-v3 .mandate-proof svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--mandate-accent);
}

.page-v3 .mandate-proof strong {
  margin-inline-end: 6px;
  color: var(--v2-ink);
}

.page-v3 .project-story-facts {
  margin: 20px 0 24px;
  display: grid;
  gap: 10px;
}

.page-v3 .project-story-facts > div {
  padding-top: 10px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  border-top: 1px solid var(--v2-line);
}

.page-v3 .project-story-facts dt {
  color: var(--v2-blue-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-v3 .project-story-facts dd {
  margin: 0;
  color: var(--v2-muted);
  font-size: 11px;
  line-height: 1.45;
}

.page-v3 .project-story-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.page-v3 .project-story-actions a {
  color: var(--v2-blue-dark);
  font-size: 11px;
  font-weight: 800;
}

.page-v3 .project-story-actions a:last-child {
  color: var(--v2-muted);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-v3 .provenance-route {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-v3 .contact-form-guided {
  display: block;
}

.page-v3 .contact-copy h2 {
  font-size: clamp(36px, 3.25vw, 50px);
}

.page-v3 .form-progress {
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}

.page-v3 .form-progress li {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--v2-muted);
  border-bottom: 2px solid var(--v2-line);
}

.page-v3 .form-progress li.is-current,
.page-v3 .form-progress li.is-complete {
  color: var(--v2-ink);
  border-color: var(--v2-blue);
}

.page-v3 .form-progress span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.page-v3 .form-progress small {
  font-size: 11px;
  font-weight: 800;
}

.page-v3 .form-step {
  margin: 0;
  padding: 0;
  border: 0;
}

.page-v3 .form-step[hidden] {
  display: none;
}

.page-v3 .form-step.is-active {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.page-v3 .form-step legend {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.page-v3 .form-step .form-message,
.page-v3 .form-step .consent-field,
.page-v3 .form-step .form-next,
.page-v3 .form-step-actions {
  grid-column: 1 / -1;
}

.page-v3 .field-hint,
.page-v3 .form-delivery-note {
  color: var(--v2-muted);
  font-size: 10px;
  line-height: 1.5;
}

.page-v3 .form-result {
  scroll-margin-top: 92px;
  padding: 30px;
  border: 1px solid rgba(32, 144, 208, .26);
  background: var(--v2-sky-wash);
}

.page-v3 .form-result[hidden] {
  display: none;
}

.page-v3 .form-result.is-handoff {
  border-color: rgba(221, 158, 21, .38);
  background: var(--v2-gold-wash);
}

.page-v3 .form-result h3 {
  margin: 8px 0 12px;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

.page-v3 .form-result-message,
.page-v3 .form-result-reference {
  color: var(--v2-muted);
  line-height: 1.6;
}

.page-v3 .form-result-reference span {
  color: var(--v2-ink);
  font-weight: 800;
}

.page-v3 .form-result-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-v3 .form-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-v3 .form-error-summary {
  margin-bottom: 22px;
  padding: 16px 18px;
  color: #7b211b;
  border-left: 4px solid #b3261e;
  background: #fff2f0;
}

.page-v3 .form-error-summary[hidden] {
  display: none;
}

.page-v3 .form-error-summary ul {
  margin: 8px 0 0;
  padding-inline-start: 20px;
  font-size: 12px;
}

.page-v3 .form-delivery-note {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--v2-line);
}

.page-v3 .mobile-project-cta {
  display: none;
}

html[dir="rtl"] .page-v3 .project-fit-option {
  text-align: right;
  border-left: 1px solid #cfdde3;
  border-right: 0;
}

html[dir="rtl"] .page-v3 .form-error-summary {
  border-left: 0;
  border-right: 4px solid #b3261e;
}

@media (max-width: 1000px) {
  .page-v3 .project-fit {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .page-v3 .project-fit-next {
    grid-column: 1;
    margin-top: -12px;
  }
}

@media (max-width: 720px) {
  .page-v3 {
    padding-bottom: 70px;
  }

  .page-v3 .hero-assurance {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    font-size: 10px;
    line-height: 1.55;
  }

  .page-v3 .hero-guide {
    width: 340px;
    margin-bottom: -320px;
  }

  .page-v3 .project-fit {
    width: calc(100vw - 36px);
    padding: 48px 0;
  }

  .page-v3 .project-fit-options {
    grid-template-columns: 1fr;
  }

  .page-v3 .project-fit-unsure {
    grid-column: auto;
  }

  .page-v3 .project-fit-option {
    min-height: 104px;
  }

  .page-v3 .project-fit-next {
    align-items: stretch;
    flex-direction: column;
  }

  .page-v3 .project-fit-next .button {
    width: 100%;
    justify-content: center;
  }

  .page-v3 .form-step.is-active {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-v3 #project-request {
    scroll-margin-top: 88px;
  }

  .page-v3 .v2-contact .contact-visual {
    min-height: 300px;
  }

  .page-v3 .contact-copy h2 {
    font-size: 38px;
  }

  .page-v3 .form-step legend {
    margin-bottom: 2px;
    font-size: 24px;
  }

  .page-v3 .contact-form label {
    gap: 6px;
  }

  .page-v3 .contact-form input,
  .page-v3 .contact-form select {
    min-height: 44px;
  }

  .page-v3 .contact-form textarea {
    min-height: 92px;
  }

  .page-v3 .form-step legend,
  .page-v3 .form-step .form-message,
  .page-v3 .form-step .consent-field,
  .page-v3 .form-step .form-next,
  .page-v3 .form-step-actions {
    grid-column: auto;
  }

  .page-v3 .form-step-actions .button {
    width: 100%;
    justify-content: center;
  }

  .page-v3 .form-result {
    padding: 24px 20px;
  }

  .page-v3 .form-result-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .page-v3 .project-story-facts > div {
    grid-template-columns: 72px 1fr;
  }

  .page-v3 .project-story-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-v3 .provenance-route {
    grid-template-columns: 1fr;
  }

  .page-v3 .form-result-actions .button {
    width: 100%;
    justify-content: center;
  }

  .page-v3 .mobile-project-cta {
    position: fixed;
    z-index: 90;
    right: 14px;
    bottom: 12px;
    left: 14px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--v2-blue-dark);
    box-shadow: 0 12px 30px rgba(23, 33, 43, .22);
    font-size: 13px;
    font-weight: 800;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .page-v3 .mobile-project-cta.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-v3 .project-fit-option,
  .page-v3 .mobile-project-cta {
    transition: none;
  }
}
}

/* SOURCE: v4.css */
@layer polish {
/* Peleverse V4 — National Clarity.
   A focused conversion layer that preserves the V3 identity and assets. */

.page-v4 {
  --v4-ink: #17212f;
  --v4-blue: #168fc4;
  --v4-blue-deep: #075f8b;
  --v4-sand: #e7c77d;
  --v4-ivory: #faf7f0;
  --v4-green: #78b85b;
  --v4-line: #d8e1e5;
  --v4-muted: #52616c;
  --v4-gold-deep: #926700;
  --v4-green-deep: #3f7430;
  --v4-sky-deep: #385f70;
  --v4-focus: #075f8b;
  --v4-danger: #9f2d26;
  color: var(--v4-ink);
  background: #fff;
}

.page-v4 .site-header {
  border-bottom-color: rgba(23, 33, 47, .12);
  box-shadow: 0 10px 30px rgba(23, 33, 47, .035);
}

.page-v4 .header-cta,
.page-v4 .button-primary {
  color: #0d2535;
  background: var(--v4-blue);
  border-color: var(--v4-blue);
}

.page-v4 .header-cta:hover,
.page-v4 .button-primary:hover {
  color: #fff;
  background: var(--v4-blue-deep);
  border-color: var(--v4-blue-deep);
}

.page-v4 .hero-copy {
  max-width: none;
}

.page-v4 .hero-copy h1 {
  max-width: 500px;
  font-size: clamp(50px, 4.1vw, 64px);
  line-height: .98;
  letter-spacing: -.04em;
}

.page-v4 .hero-intro {
  max-width: 500px;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.52;
}

.page-v4 .hero-guide-shell {
  width: clamp(420px, 38vw, 560px);
  margin-bottom: calc(clamp(420px, 38vw, 560px) * -.72);
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  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;
}

.page-v4 .hero-guide-shell .hero-guide {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  inset: auto;
  display: block;
  transform: none;
  filter: none;
  animation: none;
}

.page-v4 .hero-guide-shell picture {
  position: relative;
  z-index: 1;
  display: block;
}

.page-v4 .proof-rail {
  position: relative;
  z-index: 4;
}

.page-v4 .project-fit {
  width: min(var(--v2-container), calc(100% - 48px));
  margin: 32px auto 0;
  padding: 72px clamp(32px, 4vw, 64px);
  box-sizing: border-box;
  border: 1px solid var(--v4-line);
  background: #f5f9fb;
  box-shadow: none;
  clip-path: none;
}

.page-v4 .project-fit-copy h2,
.page-v4 .mandates-intro h2,
.page-v4 .project-showcase-heading h2,
.page-v4 .contact-copy h2 {
  color: var(--v4-ink);
  letter-spacing: -.035em;
}

.page-v4 .project-fit-option {
  border-color: var(--v4-line);
  background: rgba(255, 255, 255, .94);
}

.page-v4 .project-fit-option:hover {
  box-shadow: inset 0 -4px 0 var(--v4-blue);
}

.page-v4 .project-fit-option[aria-checked="true"] {
  border-color: var(--v4-blue-deep);
  background: var(--v4-blue-deep);
  box-shadow:
    inset 0 -4px 0 var(--v4-sand),
    inset 0 0 0 1px rgba(255, 255, 255, .12);
}

/* A quiet desert atmosphere above the panorama, below all readable content. */
.page-v4 .v2-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 8% -4% 0 42%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 58% 76%, rgba(220, 171, 94, .2), transparent 42%),
    radial-gradient(ellipse at 78% 60%, rgba(238, 207, 153, .14), transparent 28%),
    radial-gradient(circle at 14% 69%, rgba(191, 137, 63, .32) 0 1px, transparent 2px),
    radial-gradient(circle at 23% 81%, rgba(231, 196, 137, .38) 0 .8px, transparent 1.7px),
    radial-gradient(circle at 31% 58%, rgba(191, 137, 63, .24) 0 1.2px, transparent 2.3px),
    radial-gradient(circle at 39% 74%, rgba(231, 196, 137, .3) 0 .7px, transparent 1.6px),
    radial-gradient(circle at 48% 88%, rgba(191, 137, 63, .3) 0 1px, transparent 2px),
    radial-gradient(circle at 55% 64%, rgba(231, 196, 137, .34) 0 .9px, transparent 1.8px),
    radial-gradient(circle at 63% 79%, rgba(191, 137, 63, .25) 0 1.1px, transparent 2.1px),
    radial-gradient(circle at 71% 54%, rgba(231, 196, 137, .32) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 79% 86%, rgba(191, 137, 63, .28) 0 1px, transparent 2px),
    radial-gradient(circle at 87% 68%, rgba(231, 196, 137, .36) 0 .7px, transparent 1.6px),
    radial-gradient(circle at 93% 79%, rgba(191, 137, 63, .25) 0 1.2px, transparent 2.2px);
  opacity: .42;
  filter: blur(.2px);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 88%, transparent 100%);
  transform-origin: 70% 78%;
  animation: v4-desert-dust 14s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

@keyframes v4-desert-dust {
  0% {
    opacity: .3;
    transform: translate3d(1.5%, 1%, 0) scale(1);
  }
  52% {
    opacity: .46;
  }
  100% {
    opacity: .34;
    transform: translate3d(-2%, -1%, 0) scale(1.035);
  }
}

.page-v4 .project-fit-option:focus-visible,
.page-v4 .mandate-detail-toggle:focus-visible,
.page-v4 .goal-recommendation a:focus-visible {
  outline: 3px solid var(--v4-focus);
  outline-offset: 4px;
}

.page-v4 :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--v4-focus);
  outline-offset: 3px;
}

.page-v4 :where(input, select, textarea):focus-visible {
  border-color: var(--v4-focus);
  box-shadow: 0 0 0 3px rgba(7, 95, 139, .16);
}

.page-v4 :where(.button, .header-cta, .project-story-actions a):active {
  transform: translateY(0) scale(.985);
}

.page-v4 .field-label::after,
.page-v4 .required-mark {
  content: " *";
  color: var(--v4-danger);
  font-weight: 800;
}

.page-v4 .required-mark {
  content: none;
}

.page-v4 .form-error-summary:focus-visible {
  outline: 3px solid var(--v4-danger);
  outline-offset: 4px;
}

.page-v4 #project-request {
  scroll-margin-top: 118px;
}

.page-v4 .goal-recommendation {
  width: var(--v2-container);
  min-height: 540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
  color: #fff;
  background: var(--v4-ink);
  scroll-margin-top: 90px;
}

.page-v4 .goal-recommendation[hidden] {
  display: none;
}

.page-v4 .goal-recommendation-copy {
  padding: clamp(44px, 6vw, 88px);
  align-self: center;
}

.page-v4 .goal-recommendation .eyebrow {
  color: #81c9e8;
}

.page-v4 .goal-recommendation h2 {
  max-width: 680px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: .98;
  letter-spacing: -.04em;
}

.page-v4 .goal-recommendation-summary {
  max-width: 650px;
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
  line-height: 1.65;
}

.page-v4 .goal-recommendation-proof {
  max-width: 620px;
  margin-top: 30px;
  padding: 18px 0;
  display: grid;
  gap: 6px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.page-v4 .goal-recommendation-proof span,
.page-v4 .goal-recommendation-media small {
  color: #81c9e8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.page-v4 .goal-recommendation-proof strong {
  font-size: 14px;
  line-height: 1.5;
}

.page-v4 .goal-recommendation-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-v4 .goal-recommendation .button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .52);
  background: transparent;
}

.page-v4 .goal-recommendation-media {
  min-height: 540px;
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #102b3c;
}

.page-v4 .goal-recommendation-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(9, 22, 31, .88));
}

.page-v4 .goal-recommendation-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 450ms ease;
}

.page-v4 .goal-recommendation-media:hover img {
  transform: scale(1.025);
}

.page-v4 .goal-recommendation-media > span {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 30px;
  left: 32px;
  display: grid;
  gap: 8px;
}

.page-v4 .goal-recommendation-media strong {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
}

.page-v4 .contact-section {
  width: var(--v2-container);
  margin: 56px auto 0;
  padding: 64px 0;
  scroll-margin-top: 88px;
  border-top: 1px solid var(--v4-line);
  background: #f5f9fb;
  box-shadow: 0 0 0 100vmax #f5f9fb;
  clip-path: inset(0 -100vmax);
}

.page-v4 .contact-guide {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--v4-line);
  background:
    radial-gradient(circle at 50% 26%, rgba(22, 143, 196, .16), transparent 34%),
    linear-gradient(180deg, #fff 0 22%, #eaf6fb 100%);
}

.page-v4 .contact-guide::after {
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, var(--v4-blue) 0 58%, var(--v4-sand) 58% 78%, var(--v4-green) 78%);
}

.page-v4 .contact-guide-copy {
  position: absolute;
  z-index: 3;
  top: 28px;
  right: 28px;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.page-v4 .contact-guide-copy strong {
  font-family: "Outfit", "IBM Plex Sans Arabic", sans-serif;
  font-size: 20px;
}

.page-v4 .contact-guide-copy small {
  color: var(--v4-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-v4 .contact-guide-character {
  width: min(104%, 360px);
  position: absolute;
  right: 50%;
  bottom: -110px;
  transform: translateX(50%);
}

.page-v4 .contact-guide-character img {
  width: 100%;
  height: auto;
  display: block;
}

/* The guide presents toward the adjacent copy in each reading direction. */
html:not([dir="rtl"]) .page-v4 .contact-guide-character img {
  transform: scaleX(-1);
  transform-origin: center;
}

.page-v4 .contact-copy > p:not(.eyebrow) {
  color: var(--v4-muted);
}

.page-v4 .contact-form {
  padding: 44px 36px;
  border: 1px solid var(--v4-line);
  border-top: 5px solid var(--v4-blue);
  background: #fff;
  box-shadow: 0 24px 60px rgba(23, 33, 47, .09);
}

.page-v4 .form-honeypot {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.page-v4 .form-goal-context {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  padding: 14px 16px;
  display: grid;
  gap: 4px;
  border-inline-start: 4px solid var(--v4-blue);
  background: #eef8fc;
}

.page-v4 .form-goal-context small {
  color: var(--v4-blue-deep);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-v4 .form-goal-context strong {
  font-family: "Outfit", "IBM Plex Sans Arabic", sans-serif;
  font-size: 17px;
}

.page-v4 .form-goal-context span {
  color: var(--v4-muted);
  font-size: 12px;
}

.page-v4.v4-enhanced .mandate-detail {
  display: none;
}

.page-v4.v4-enhanced .mandate-card.is-expanded .mandate-detail {
  display: grid;
}

.page-v4 .mandate-detail-toggle {
  width: 100%;
  margin: 18px 0 0;
  padding: 13px 0;
  color: var(--v4-blue-deep);
  text-align: start;
  border: 0;
  border-top: 1px solid var(--v4-line);
  border-bottom: 1px solid var(--v4-line);
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  min-height: 48px;
}

.page-v4 .mandate-detail-toggle::after {
  content: "+";
  float: inline-end;
  font-size: 18px;
  line-height: .7;
}

.page-v4 .mandate-detail-toggle[aria-expanded="true"]::after {
  content: "−";
}

.page-v4 .mandate-card .mandate-body {
  min-height: 0;
}

.page-v4 .project-record {
  color: var(--v4-blue-deep);
}

.page-v4 .mandate-gold .mandate-body .eyebrow,
.page-v4 .news-gold {
  color: var(--v4-gold-deep);
}

.page-v4 .mandate-green .mandate-body .eyebrow,
.page-v4 .news-green {
  color: var(--v4-green-deep);
}

.page-v4 .mandate-blue .mandate-body .eyebrow,
.page-v4 .news-blue {
  color: var(--v4-blue-deep);
}

.page-v4 .mandate-ink .mandate-body .eyebrow,
.page-v4 .project-record,
.page-v4 .project-story-facts dt {
  color: var(--v4-sky-deep);
}

.page-v4 .project-story-facts dt {
  color: var(--v4-blue-deep);
}

.page-v4 .mobile-project-cta {
  background: var(--v4-ink);
}

.page-v4 .footer-brand > p {
  max-width: 430px;
  font-size: 14px;
  line-height: 1.75;
}

.page-v4 .footer-location img {
  min-height: 170px;
  object-fit: contain;
  object-position: center;
  border-color: rgba(23, 33, 47, .18);
  background: var(--v4-ink);
}

.page-v4 .footer-location span {
  color: var(--v4-ink);
  font-weight: 700;
}

@media (prefers-reduced-motion: no-preference) {
  .page-v4 .hero-guide-shell {
    animation-duration: 420ms;
    animation-delay: 140ms;
  }

  .page-v4 .hero-falcon {
    transform-origin: 50% 55%;
    animation:
      fade-in 380ms 240ms ease both,
      v4-falcon-flight 8.5s 620ms cubic-bezier(.45, .05, .55, .95) infinite;
  }

  .page-v4 .reveal {
    transition-duration: 380ms;
    transform: translateY(14px);
  }

  .page-v4 .reveal.is-visible {
    transform: none;
  }
}

@keyframes v4-falcon-flight {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg) scale(1); }
  22% { transform: translate3d(-28px, 9px, 0) rotate(1deg) scale(1.015); }
  48% { transform: translate3d(-8px, -13px, 0) rotate(-1.5deg) scale(.99); }
  73% { transform: translate3d(30px, 5px, 0) rotate(2deg) scale(1.01); }
  88% { transform: translate3d(12px, -7px, 0) rotate(0deg) scale(1); }
}

html[dir="rtl"] .page-v4 .goal-recommendation-media > span {
  text-align: right;
}

@media (max-width: 1000px) {
  .page-v4 .hero-guide-shell {
    left: 58%;
  }

  .page-v4 .goal-recommendation {
    grid-template-columns: 1fr;
  }

  .page-v4 .goal-recommendation-media {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  body.menu-open {
    overflow: hidden;
  }

  .page-v4 {
    padding-bottom: 82px;
  }

  .page-v4 .hero-copy,
  .page-v4 .hero-copy > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none;
  }

  .page-v4 .hero-world,
  .page-v4 .hero-guide {
    animation: none !important;
    opacity: 1 !important;
  }

  .page-v4 .hero-copy h1 {
    font-size: clamp(42px, 12vw, 54px);
    line-height: .98;
  }

  .page-v4 .hero-intro {
    font-size: 17px;
  }

  .page-v4 #project-request {
    scroll-margin-top: 92px;
  }

  .page-v4 .menu-toggle {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .page-v4 :where(.brand, .mandate-detail-toggle, .project-story-actions a, .footer-nav a, .footer-legal a, .contact-email) {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .page-v4 .brand,
  .page-v4 .mandate-detail-toggle,
  .page-v4 .project-story-actions a,
  .page-v4 .footer-nav a {
    min-height: 48px;
  }

  .page-v4 :where(.eyebrow, .field-hint, .form-goal-context small, .goal-recommendation-proof span, .goal-recommendation-media small) {
    font-size: 12px;
  }

  .page-v4 .project-fit {
    width: calc(100vw - 32px);
    margin-top: 16px;
    padding: 44px 20px 88px;
  }

  .page-v4 .project-fit-options {
    margin-bottom: 4px;
  }

  .page-v4 .project-fit-next {
    margin: 16px -8px -58px;
    padding: 12px;
    position: sticky;
    z-index: 8;
    bottom: max(12px, env(safe-area-inset-bottom));
    align-items: stretch;
    background: rgba(245, 249, 251, .96);
    border: 1px solid var(--v4-line);
    box-shadow: 0 16px 34px rgba(23, 33, 47, .14);
    backdrop-filter: blur(12px);
  }

  .page-v4 .project-fit-next .button {
    width: 100%;
    justify-content: center;
  }

  .page-v4 .goal-recommendation {
    width: 100%;
    min-height: 0;
    scroll-margin-top: 74px;
  }

  .page-v4 .goal-recommendation-copy {
    padding: 44px 22px;
  }

  .page-v4 .goal-recommendation h2 {
    font-size: 42px;
  }

  .page-v4 .goal-recommendation-summary {
    font-size: 16px;
  }

  .page-v4 .goal-recommendation-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .page-v4 .goal-recommendation-actions .button {
    width: 100%;
    justify-content: center;
  }

  .page-v4 .goal-recommendation-media {
    min-height: 340px;
  }

  .page-v4 .contact-section {
    width: 100%;
    margin-top: 0;
    padding: 44px 0;
    grid-template-columns: 1fr;
  }

  .page-v4 .contact-guide {
    min-height: 330px;
    margin: 0 16px;
    display: block;
  }

  .page-v4 .contact-guide-character {
    width: 220px;
    right: 12px;
    bottom: -112px;
    transform: none;
  }

  .page-v4 .contact-guide-copy {
    right: auto;
    left: 22px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .page-v4 .contact-guide-copy strong {
    max-width: 130px;
    font-size: 24px;
    line-height: 1.05;
  }

  .page-v4 .contact-copy {
    padding: 44px 24px 26px;
  }

  .page-v4 .contact-copy h2 {
    font-size: 38px;
  }

  .page-v4 .contact-form {
    margin: 0 16px 44px;
    padding: 34px 22px;
  }

  .page-v4 .mobile-project-cta {
    right: 16px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 16px;
  }
}

@media (max-width: 720px) {
  .page-v4 .hero-guide-shell {
    width: 310px;
    margin-bottom: -225px;
    left: 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-v4 .goal-recommendation-media img,
  .page-v4 :where(.button, .header-cta, .project-story-actions a) {
    transition: none;
  }
}

/* V5 journey consolidation: shorter chapters, stronger hand-offs and one
   authored DOM order from goal selection to contact. */
.page-v4 .contact-section {
  margin-top: 0;
}

.page-v4 .mandates-section,
.page-v4 .project-showcase,
.page-v4 .provenance-section,
.page-v4 .impact-section {
  scroll-margin-top: 92px;
}

.page-v4 .mandates-section {
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.page-v4 .project-showcase {
  padding-top: clamp(76px, 8vw, 116px);
  padding-bottom: clamp(76px, 8vw, 116px);
}

.page-v4 .impact-section {
  padding-top: clamp(76px, 8vw, 116px);
  padding-bottom: clamp(76px, 8vw, 116px);
}

.page-v4 .mandates-intro,
.page-v4 .project-showcase-heading,
.page-v4 .provenance-intro,
.page-v4 .impact-copy {
  text-wrap: pretty;
}

.page-v4 .mandate-summary,
.page-v4 .project-story-content > p,
.page-v4 .community-showcase-heading > p:last-child {
  max-width: 64ch;
}

@media (max-width: 720px) {
  .page-v4 .mandates-section,
  .page-v4 .project-showcase,
  .page-v4 .provenance-section,
  .page-v4 .impact-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .page-v4 .contact-guide {
    min-height: 360px;
  }

  .page-v4 .contact-guide-character {
    width: 310px;
    bottom: -154px;
  }
}

/* 2026-08-06 refinement: brand-led CTAs, lively contact, community proof. */
.page-v4 .header-cta,
.page-v4 .button-primary {
  color: #fff;
  background: var(--v4-blue);
  border-color: var(--v4-blue);
}

.page-v4 .header-cta:hover,
.page-v4 .header-cta:focus-visible,
.page-v4 .button-primary:hover,
.page-v4 .button-primary:focus-visible {
  color: #fff;
  background: var(--v4-blue-deep);
  border-color: var(--v4-blue-deep);
}

.page-v4 .goal-recommendation-media {
  margin: 0;
  pointer-events: none;
}

.page-v4 .goal-recommendation-media::after {
  background: linear-gradient(90deg, rgba(9, 22, 31, .12), transparent 35%);
}

.page-v4 .goal-recommendation[data-service="public-engagement"] .goal-recommendation-media img {
  object-position: 82% center;
}

.page-v4 .provenance-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(84px, 9vw, 132px);
  padding-bottom: clamp(84px, 9vw, 132px);
  background:
    linear-gradient(110deg, rgba(255,255,255,.96) 0 42%, rgba(240,249,252,.88) 72%, rgba(255,248,229,.86)),
    url("../assets/art-direction/living-atlas-map-blended.png") center / cover no-repeat;
}

.page-v4 .provenance-intro {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-bottom: 44px;
}

.page-v4 .provenance-guide {
  width: clamp(390px, 29vw, 470px);
  height: clamp(320px, 25vw, 380px);
  margin: 0;
  position: absolute;
  z-index: 1;
  top: clamp(118px, 10vw, 156px);
  overflow: hidden;
  pointer-events: none;
  filter: drop-shadow(0 22px 34px rgba(23, 33, 47, .15));
}

.page-v4 .provenance-guide img {
  width: 100%;
  height: auto;
  display: block;
  object-position: top center;
}

html[dir="rtl"] .page-v4 .provenance-guide {
  left: clamp(8px, 2.5vw, 42px);
}

html:not([dir="rtl"]) .page-v4 .provenance-guide {
  right: clamp(8px, 2.5vw, 42px);
  transform: scaleX(-1);
}

.page-v4 .provenance-route {
  position: relative;
  z-index: 2;
  gap: 20px;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-v4 .provenance-route::before,
.page-v4 .provenance-route::after {
  display: none;
}

.page-v4 .provenance-route li {
  min-height: 260px;
  padding: 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr auto auto;
  align-content: start;
  gap: 18px 20px;
  overflow: hidden;
  text-align: start;
  border: 1px solid rgba(22, 143, 196, .22);
  border-top: 5px solid var(--v4-blue);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 48px rgba(23, 33, 47, .08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.page-v4 .provenance-route li:nth-child(2) {
  border-top-color: var(--v4-sand);
  transform: translateY(22px);
}

.page-v4 .provenance-route li:nth-child(3) {
  border-top-color: var(--v4-green);
}

.page-v4 .provenance-route li:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(23, 33, 47, .13);
}

.page-v4 .provenance-route li:nth-child(2):hover {
  transform: translateY(16px);
}

.page-v4 .provenance-route li > span {
  width: auto;
  height: auto;
  margin: 0;
  grid-column: 1 / -1;
  justify-content: flex-start;
  color: var(--v4-blue-deep);
  border: 0;
  background: transparent;
  font-size: 12px;
  letter-spacing: .14em;
}

.page-v4 .provenance-route li > svg {
  width: 60px;
  height: 60px;
  padding: 15px;
  grid-column: 1;
  grid-row: 2;
  color: var(--v4-blue-deep);
  background: #e4f4fb;
  box-shadow: inset 0 0 0 2px rgba(0, 104, 153, .14), 0 8px 18px rgba(23, 33, 47, .08);
  border-radius: 50%;
  stroke-width: 2.35;
}

.page-v4 .provenance-route li:nth-child(2) > svg {
  color: #8a6200;
  background: #fff5d9;
}

.page-v4 .provenance-route li:nth-child(3) > svg {
  color: var(--v4-green-deep);
  background: #e9f5e4;
}

.page-v4 .provenance-route strong,
.page-v4 .provenance-route small {
  max-width: none;
  margin: 0;
  grid-column: 1 / -1;
}

.page-v4 .provenance-route strong {
  font-size: 25px;
  line-height: 1.1;
}

.page-v4 .provenance-route small {
  color: var(--v4-muted);
  font-size: 14px;
  line-height: 1.65;
}

.page-v4 .v2-impact {
  gap: clamp(44px, 6vw, 84px);
}

.page-v4 .community-showcase {
  grid-column: 1 / -1;
  padding-top: 64px;
  border-top: 1px solid var(--v4-line);
}

.page-v4 .community-showcase-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.page-v4 .community-showcase-heading h3 {
  margin: 10px 0 12px;
  font-family: "Outfit", "IBM Plex Sans Arabic", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.035em;
}

.page-v4 .community-showcase-heading > p:last-child {
  color: var(--v4-muted);
  font-size: 16px;
  line-height: 1.65;
}

.page-v4 .community-showcase-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 16px;
}

.page-v4 .community-showcase-grid figure {
  min-height: 330px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--v4-ink);
}

.page-v4 .community-showcase-grid img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 420ms ease;
}

.page-v4 .community-showcase-grid figure:hover img {
  transform: scale(1.035);
}

.page-v4 .community-showcase-grid figure::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(9, 22, 31, .9));
}

.page-v4 .community-showcase-grid figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
  font-family: "Outfit", "IBM Plex Sans Arabic", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.page-v4 .contact-guide {
  isolation: isolate;
  background:
    radial-gradient(circle at 22% 22%, rgba(120, 184, 91, .26), transparent 22%),
    radial-gradient(circle at 78% 32%, rgba(22, 143, 196, .28), transparent 28%),
    linear-gradient(150deg, #fff 0 20%, #e8f7fc 62%, #f3f9ef 100%);
}

.page-v4 .contact-guide::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -25%;
  background:
    radial-gradient(circle, rgba(22, 143, 196, .28) 0 4px, transparent 5px) 0 0 / 54px 54px,
    conic-gradient(from 90deg at 50% 50%, transparent 0 35%, rgba(231, 199, 125, .22) 45%, transparent 56% 100%);
  animation: contact-energy 14s linear infinite;
}

.page-v4 .contact-guide-character {
  width: min(116%, 410px);
  bottom: -66px;
  filter: drop-shadow(0 22px 28px rgba(23, 33, 47, .16));
}

.page-v4 .site-footer {
  border-top: 0;
}

.page-v4 .site-footer > .footer-cta {
  width: 100%;
  padding: 42px max(32px, calc((100vw - 1340px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: #fff;
  background: var(--v4-ink);
}

.page-v4 .footer-cta .button {
  width: auto;
  min-width: 220px;
  flex: 0 0 auto;
  justify-content: center;
}

.page-v4 .footer-cta .eyebrow {
  color: #8bd2ef;
}

.page-v4 .footer-cta h2 {
  max-width: 760px;
  margin-top: 8px;
  font-family: "Outfit", "IBM Plex Sans Arabic", sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.035em;
}

.page-v4 .footer-cta .button-primary,
.page-v4 .mobile-project-cta {
  color: #fff;
  background: var(--v4-green);
  border-color: var(--v4-green);
}

.page-v4 .footer-cta .button-primary:hover,
.page-v4 .footer-cta .button-primary:focus-visible,
.page-v4 .mobile-project-cta:hover,
.page-v4 .mobile-project-cta:focus-visible {
  color: #fff;
  background: var(--v4-green-deep);
  border-color: var(--v4-green-deep);
}

.page-v4 .footer-main {
  grid-template-columns: minmax(270px, 1.3fr) minmax(130px, .55fr) minmax(160px, .65fr) minmax(240px, .85fr);
  gap: clamp(28px, 4vw, 64px);
}

.page-v4 .footer-brand > p {
  max-width: 390px;
  font-size: 13px;
  line-height: 1.7;
}

.page-v4 .footer-contact {
  display: grid;
  align-content: start;
  gap: 12px;
}

.page-v4 .footer-contact strong {
  color: var(--v4-ink);
  font-size: 13px;
}

.page-v4 .footer-contact a {
  color: var(--v4-blue-deep);
  font-weight: 800;
}

.page-v4 .footer-phones {
  display: grid;
  justify-items: start;
  gap: 5px;
  font-size: 12px;
}

.page-v4 .footer-phones a {
  white-space: nowrap;
  unicode-bidi: isolate;
}

html[dir="rtl"] .page-v4 .footer-phones {
  width: 100%;
  justify-items: end;
  text-align: right;
}

.page-v4 .footer-contact span {
  max-width: 230px;
  color: var(--v4-muted);
  font-size: 12px;
  line-height: 1.6;
}

.page-v4 .footer-contact i {
  margin-top: 8px;
  display: flex;
  gap: 7px;
}

.page-v4 .footer-contact b {
  width: 38px;
  height: 6px;
  display: block;
  background: var(--v4-blue);
}

.page-v4 .footer-contact b:nth-child(2) { background: var(--v4-sand); }
.page-v4 .footer-contact b:nth-child(3) { background: var(--v4-green); }

@keyframes contact-energy {
  to { transform: translate3d(54px, 54px, 0) rotate(1turn); }
}

@media (max-width: 1000px) {
  .page-v4 .provenance-guide {
    display: none;
  }

  .page-v4 .community-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-v4 .community-showcase-grid figure:first-child {
    grid-column: 1 / -1;
  }

  .page-v4 .footer-main {
    grid-template-columns: 1.2fr .7fr .8fr;
  }

  .page-v4 .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .page-v4 .site-header {
    height: 78px;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 12px;
    padding-inline: 16px;
  }

  .page-v4 .site-header .brand {
    width: 132px;
  }

  .page-v4 .header-cta,
  .page-v4 .site-header > .lang-switch {
    display: none;
  }

  .page-v4 .menu-toggle {
    min-width: 48px;
    min-height: 48px;
    display: grid;
    place-items: center;
  }

  .page-v4 .main-nav {
    position: absolute;
    z-index: 80;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 16px;
    border: 1px solid var(--v4-line);
    background: #fff;
    box-shadow: 0 18px 40px rgba(17, 30, 42, .14);
  }

  .page-v4 .main-nav.is-open {
    display: flex;
  }

  .page-v4 .main-nav > a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--v4-line);
  }

  .page-v4 .main-nav .mobile-lang-switch {
    width: 100%;
    margin-top: 14px;
    display: flex;
  }

  .page-v4 .main-nav .mobile-lang-switch button {
    min-height: 46px;
    flex: 1;
  }
}

@media (max-width: 720px) {
  .page-v4 .provenance-route {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .page-v4 .provenance-route li,
  .page-v4 .provenance-route li:nth-child(2),
  .page-v4 .provenance-route li:hover,
  .page-v4 .provenance-route li:nth-child(2):hover {
    min-height: 0;
    padding: 26px;
    transform: none;
  }

  .page-v4 .community-showcase {
    padding-top: 44px;
  }

  .page-v4 .community-showcase-grid {
    grid-template-columns: 1fr;
  }

  .page-v4 .community-showcase-grid figure,
  .page-v4 .community-showcase-grid figure:first-child {
    min-height: 260px;
    grid-column: auto;
  }

  .page-v4 .contact-guide-character {
    width: 320px;
    right: 50%;
    bottom: -165px;
    transform: translateX(50%);
  }

  .page-v4 .contact-guide-copy {
    display: none;
  }

  .page-v4 .site-footer > .footer-cta {
    padding: 38px 24px;
    align-items: stretch;
    flex-direction: column;
  }

  .page-v4 .footer-cta .button {
    width: 100%;
    justify-content: center;
  }

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

  .page-v4 .footer-brand,
  .page-v4 .footer-contact {
    grid-column: 1 / -1;
  }

  .page-v4 .footer-phones {
    max-width: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-v4 .contact-guide::before {
    animation: none;
  }

  .page-v4 .community-showcase-grid img,
  .page-v4 .provenance-route li {
    transition: none;
  }
}

/* 2026-08-06 Arabic / RTL alignment pass. */
.page-v4 .lang-switch button[aria-pressed="true"] {
  color: #fff;
}

html[dir="rtl"] .page-v4 .main-nav {
  direction: rtl;
}

html[dir="rtl"] .page-v4 .hero-copy {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .page-v4 .hero-copy .eyebrow,
html[dir="rtl"] .page-v4 .hero-copy h1,
html[dir="rtl"] .page-v4 .hero-copy .hero-intro {
  width: min(500px, 100%);
  margin-left: 0;
  margin-right: auto;
  text-align: right;
}

html[dir="rtl"] .page-v4 .hero-copy h1 {
  line-height: 1.08;
  text-wrap: balance;
}

.page-v4 .contact-guide {
  background:
    linear-gradient(180deg, rgba(9, 22, 31, .08), rgba(9, 22, 31, .2)),
    url("../assets/optimized/hero-panorama-720.webp") 64% center / cover no-repeat;
}

.page-v4 .contact-guide::before {
  display: none;
  animation: none;
}

.page-v4 .contact-guide-copy {
  color: #fff;
  text-shadow: 0 2px 12px rgba(9, 22, 31, .68);
}

.page-v4 .provenance-route li:nth-child(2),
.page-v4 .provenance-route li:nth-child(2):hover {
  transform: none;
}

html[dir="rtl"] .page-v4 .project-showcase-heading {
  max-width: none;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  grid-template-rows: auto auto;
  column-gap: clamp(40px, 5vw, 72px);
  row-gap: 12px;
  align-items: end;
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .page-v4 .project-showcase-heading .eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

html[dir="rtl"] .page-v4 .project-showcase-heading h2 {
  max-width: 780px;
  grid-column: 1;
  grid-row: 2;
  text-wrap: balance;
}

html[dir="rtl"] .page-v4 .project-showcase-heading > p:last-child {
  max-width: 380px;
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  margin: 0 0 8px;
}

.page-v4 .impact-section {
  padding-inline: clamp(36px, 4vw, 64px);
  box-sizing: border-box;
}

html[dir="rtl"] .page-v4 .impact-copy,
html[dir="rtl"] .page-v4 .community-showcase-heading {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .page-v4 .impact-copy h2,
html[dir="rtl"] .page-v4 .community-showcase-heading h3 {
  text-wrap: balance;
}

/* Motion media: video progressively replaces the verified still poster. */
.page-v4 .motion-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-v4 .motion-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity 420ms ease;
}

.page-v4 .motion-video.is-ready {
  opacity: 1;
}

.page-v4 .hero-world-video {
  /* Keep the motion layer below the permanent readability gradient. */
  z-index: -2;
}

.page-v4 .v2-hero .hero-world {
  /* The approved hero uses a locked composition; never add CSS zoom/parallax. */
  transform: none;
  transition: none;
}

.page-v4 .mandate-visual .motion-media > img,
.page-v4 .mandate-visual .motion-media > video,
.page-v4 .goal-recommendation-media > img,
.page-v4 .goal-recommendation-media > video,
.page-v4 .community-showcase-grid figure > img,
.page-v4 .community-showcase-grid figure > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-v4 .mandate-card:hover .motion-media > img,
.page-v4 .mandate-card:hover .motion-media > video,
.page-v4 .community-showcase-grid figure:hover > video {
  transform: scale(1.025);
}

.page-v4 .mandate-visual .motion-media > video,
.page-v4 .community-showcase-grid figure > video {
  transition: opacity 420ms ease, transform 500ms ease;
}

/* Keep the process guide close to the steps and crop to a confident upper-body pose. */
.page-v4 .provenance-guide {
  width: clamp(430px, 32vw, 520px);
  height: clamp(380px, 29vw, 450px);
  top: clamp(76px, 7vw, 108px);
}

.page-v4 .provenance-guide img {
  position: absolute;
  top: -14%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 178%;
  transform: translateX(-50%);
}

html[dir="rtl"] .page-v4 .provenance-guide {
  left: clamp(36px, 5.5vw, 104px);
}

html:not([dir="rtl"]) .page-v4 .provenance-guide {
  right: clamp(36px, 5.5vw, 104px);
}

@media (prefers-reduced-motion: reduce) {
  .page-v4 .motion-video {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  html[dir="rtl"] .page-v4 .project-showcase-heading {
    grid-template-columns: 1fr;
  }

  html[dir="rtl"] .page-v4 .project-showcase-heading .eyebrow,
  html[dir="rtl"] .page-v4 .project-showcase-heading h2,
  html[dir="rtl"] .page-v4 .project-showcase-heading > p:last-child {
    max-width: 720px;
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .page-v4 .v2-hero::before {
    display: block;
    z-index: -1;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, .97) 34%,
      rgba(255, 255, 255, .82) 48%,
      rgba(255, 255, 255, .22) 68%,
      transparent 82%
    );
  }

  .page-v4 .v2-hero::after {
    inset: 54% -18% 0 0;
    opacity: .34;
  }

  .page-v4 .impact-section {
    padding-inline: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-v4 .v2-hero::after {
    animation: none;
    opacity: .28;
    transform: none;
  }
}

/* RTL composition refinements: keep related hero and content controls on one grid. */
html[dir="rtl"] .page-v4 .hero-actions,
html[dir="rtl"] .page-v4 .hero-assurance {
  width: min(500px, 100%);
  max-width: 500px;
  margin-left: 0;
  margin-right: auto;
  direction: rtl;
  justify-content: flex-start;
}

html[dir="rtl"] .page-v4 .hero-assurance {
  margin-top: 18px;
}

.page-v4 .contact-guide-copy strong {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 6px 12px;
  color: var(--v4-ink);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 24px rgba(9, 22, 31, .12);
  text-shadow: none;
}

.page-v4 .mandates-section {
  padding-inline: clamp(36px, 4vw, 64px);
  box-sizing: border-box;
}

html[dir="rtl"] .page-v4 .v2-impact .impact-copy {
  position: static;
  top: auto;
  align-self: start;
}

@media (max-width: 720px) {
  .page-v4 .mandates-section {
    padding-inline: 24px;
  }

  .page-v4 :where(
    .contact-copy > a,
    .mandate-actions a,
    .footer-links a,
    .footer-contact a,
    .footer-legal a
  ) {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .page-v4 .mandate-actions a:first-child {
    min-height: 48px;
  }

  .page-v4 .mandate-actions a:last-child,
  .page-v4 .footer-links a,
  .page-v4 .footer-legal a {
    margin-inline: -8px;
    padding-inline: 8px;
  }

  html[dir="rtl"] .page-v4 .hero-actions,
  html[dir="rtl"] .page-v4 .hero-assurance {
    width: 100%;
    max-width: none;
  }
}

/* Final cascade overrides after all responsive composition rules. */
.page-v4 .contact-guide {
  background:
    linear-gradient(180deg, rgba(9, 22, 31, .04), rgba(9, 22, 31, .2)),
    url("../assets/optimized/hero-panorama-3-camels-720.webp") 84% 52% / cover no-repeat;
}

.page-v4 .provenance-guide {
  width: clamp(400px, 29vw, 480px);
  height: clamp(380px, 29vw, 450px);
  top: clamp(8px, 1.5vw, 24px);
}

.page-v4 .provenance-guide img {
  top: 0;
  width: 100%;
  height: auto;
}

.page-v4 .contact-guide-video {
  z-index: 0;
  object-position: 84% 52%;
}

.page-v4 .contact-guide::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 22, 31, .04) 0%, rgba(9, 22, 31, .12) 52%, rgba(9, 22, 31, .26) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, .04), transparent 44%);
  pointer-events: none;
}

.page-v4 .contact-guide::after {
  z-index: 4;
}

.page-v4 .contact-guide-character {
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .page-v4 .contact-guide {
    background:
      linear-gradient(180deg, rgba(9, 22, 31, .04), rgba(9, 22, 31, .2)),
      url("../assets/optimized/hero-panorama-3-camels-720.webp") 84% 52% / cover no-repeat;
  }
}

@media (max-width: 720px) {
  .page-v4 .provenance-guide {
    top: 12px;
  }
}

/* Keep the process character in the document flow on wide screens.
   This reserves a real row above the cards, so the full pose cannot be
   clipped or drift outside the section as the viewport grows. */
@media (min-width: 1001px) {
  .page-v4 .provenance-section {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, .75fr);
    grid-template-areas:
      "intro guide"
      "route route";
    column-gap: clamp(28px, 4vw, 72px);
    align-items: end;
  }

  html[dir="rtl"] .page-v4 .provenance-section {
    grid-template-areas:
      "guide intro"
      "route route";
  }

  .page-v4 .provenance-intro {
    grid-area: intro;
    align-self: end;
  }

  .page-v4 .provenance-guide,
  html[dir="rtl"] .page-v4 .provenance-guide,
  html:not([dir="rtl"]) .page-v4 .provenance-guide {
    grid-area: guide;
    position: relative;
    inset: auto;
    width: min(100%, 360px);
    height: clamp(230px, 17vw, 270px);
    margin: 0;
    justify-self: end;
    align-self: end;
    overflow: hidden;
  }

  .page-v4 .provenance-guide img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: initial;
    object-position: initial;
    transform: translateX(-50%);
  }

  .page-v4 .provenance-route {
    grid-area: route;
  }
}

/* Keep white community captions readable above both stills and motion video. */
.page-v4 .community-showcase-grid figure::after {
  z-index: 2;
  inset: 48% 0 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(9, 22, 31, .12) 30%,
    rgba(9, 22, 31, .72) 100%
  );
  pointer-events: none;
}

.page-v4 .community-showcase-grid figcaption {
  z-index: 3;
  text-shadow: 0 2px 10px rgba(9, 22, 31, .55);
}

/* Documentary gallery extracted from the company profile. */
.page-v4 .community-profile-gallery {
  margin-top: clamp(38px, 5vw, 64px);
  padding-top: clamp(30px, 4vw, 48px);
  border-top: 1px solid var(--v4-line);
}

.page-v4 .community-profile-gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  align-items: end;
  gap: 12px 40px;
  margin-bottom: 24px;
}

.page-v4 .community-profile-gallery-heading .eyebrow {
  grid-column: 1 / -1;
}

.page-v4 .community-profile-gallery-heading h4 {
  margin: 0;
  font-family: "Outfit", "IBM Plex Sans Arabic", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -.025em;
}

.page-v4 .community-profile-gallery-heading > p:last-child {
  margin: 0;
  color: var(--v4-muted);
  font-size: 15px;
  line-height: 1.6;
}

.page-v4 .community-profile-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.page-v4 .community-profile-gallery-grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--v4-line);
  background: #fff;
}

.page-v4 .community-profile-gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--v4-surface);
  transition: transform 420ms ease;
}

.page-v4 .community-profile-gallery-grid figure:hover img {
  transform: scale(1.025);
}

.page-v4 .community-profile-gallery-grid figcaption {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  color: var(--v4-ink);
  font-family: "Outfit", "IBM Plex Sans Arabic", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

html[dir="rtl"] .page-v4 .community-profile-gallery-heading,
html[dir="rtl"] .page-v4 .community-profile-gallery-grid {
  direction: rtl;
  text-align: right;
}

@media (max-width: 900px) {
  .page-v4 .community-profile-gallery-heading {
    grid-template-columns: 1fr;
  }

  .page-v4 .community-profile-gallery-heading .eyebrow {
    grid-column: auto;
  }

  .page-v4 .community-profile-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .page-v4 .community-profile-gallery-grid {
    gap: 10px;
  }

  .page-v4 .community-profile-gallery-grid figcaption {
    min-height: 44px;
    padding: 8px 10px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-v4 .community-profile-gallery-grid img {
    transition: none;
  }
}

/* Mobile recommendation carousel controls are intentionally hidden on wide screens. */
.page-v4 .goal-recommendation-mobile-nav {
  display: none;
}

@media (max-width: 720px) {
  /* The menu artwork is a dark SVG; invert it for reliable contrast on the brand-blue control. */
  .page-v4 .menu-toggle img {
    filter: brightness(0) invert(1);
  }

  /* Keep the mobile hero concise while preserving a readable editorial foreground. */
  .page-v4 .v2-hero {
    min-height: 748px;
    padding-top: 28px;
  }

  .page-v4 .hero-copy h1 {
    max-width: 410px;
    font-size: clamp(40px, 10.5vw, 46px);
    line-height: 1;
  }

  .page-v4 .hero-intro {
    max-width: 405px;
    font-size: 16px;
    line-height: 1.5;
  }

  .page-v4 .hero-assurance {
    margin-top: 14px;
    gap: 6px;
  }

  .page-v4 .hero-assurance li {
    font-size: 11px;
  }

  .page-v4 .v2-hero .hero-world {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 285px;
    object-position: 64% bottom;
  }

  .page-v4 .hero-guide-shell {
    width: 230px;
    margin-bottom: -164px;
    left: 50%;
  }

  .page-v4 .hero-falcon {
    display: none;
  }

  .page-v4 .v2-hero::before {
    background:
      linear-gradient(180deg, #fff 0%, #fff 53%, rgba(255, 255, 255, .96) 64%, rgba(255, 255, 255, .58) 76%, transparent 90%),
      linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .36));
  }

  /* Make the changing recommendation discoverable and operable without returning to the selector. */
  .page-v4 .goal-recommendation-mobile-nav {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .page-v4 .goal-recommendation-mobile-nav button {
    width: 48px;
    height: 48px;
    padding: 0;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 0;
    background: var(--v4-blue);
    cursor: pointer;
  }

  .page-v4 .goal-recommendation-mobile-nav button:hover {
    background: var(--v4-green);
  }

  .page-v4 .goal-recommendation-mobile-nav button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
  }

  .page-v4 .goal-recommendation-mobile-nav .icon {
    width: 20px;
    height: 20px;
  }

  .page-v4 .goal-recommendation-prev .icon {
    transform: rotate(180deg);
  }

  html[dir="rtl"] .page-v4 .goal-recommendation-prev .icon {
    transform: none;
  }

  html[dir="rtl"] .page-v4 .goal-recommendation-next .icon {
    transform: rotate(180deg);
  }

  .page-v4 .goal-recommendation-position {
    direction: ltr;
    unicode-bidi: isolate;
    min-width: 54px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .page-v4 .v2-hero {
    min-height: 724px;
  }

  .page-v4 .v2-hero .hero-world {
    height: 268px;
  }

  .page-v4 .hero-guide-shell {
    width: 214px;
    margin-bottom: -153px;
  }
}

/* Final mobile composition polish: keep the hero lively without sacrificing
   scale, alignment, or the discoverability of changing content. */
@media (max-width: 720px) {
  .page-v4 .v2-hero::before,
  .page-v4 .v2-hero::after {
    display: none;
    background: none;
  }

  .page-v4 .v2-hero .hero-world {
    height: 300px;
    object-position: 64% bottom;
  }

  .page-v4 .hero-guide-shell {
    width: min(74vw, 320px);
    margin-bottom: -214px;
    left: 50%;
  }

  .page-v4 .hero-assurance,
  html[dir="rtl"] .page-v4 .hero-assurance {
    width: max-content;
    max-width: 100%;
    margin: 14px auto 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .page-v4 .goal-recommendation-mobile-nav {
    width: max-content;
    max-width: 100%;
    margin: 0 auto 24px;
    justify-content: center;
  }

  .page-v4 .contact-guide-copy {
    position: absolute;
    z-index: 5;
    top: 18px;
    right: 18px;
    left: 18px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    pointer-events: none;
  }

  html[dir="rtl"] .page-v4 .contact-guide-copy {
    justify-content: flex-end;
  }

  .page-v4 .contact-guide-copy strong {
    max-width: none;
    min-height: 38px;
    font-size: 18px;
    line-height: 1.1;
  }
}

@media (max-width: 390px) {
  .page-v4 .v2-hero .hero-world {
    height: 286px;
  }

  .page-v4 .hero-guide-shell {
    width: min(78vw, 300px);
    margin-bottom: -202px;
  }
}

/* Flagship projects: keep every supplied product image fully visible as a
   dedicated square above its information panel. */
.page-v4 .v2-projects .project-showcase-grid {
  align-items: stretch;
}

.page-v4 .v2-projects .project-story {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}

.page-v4 .v2-projects .project-story picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  overflow: hidden;
  background: #eaf5fb;
}

.page-v4 .v2-projects .project-story-scene {
  position: static;
  z-index: auto;
  inset: auto;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: none;
}

.page-v4 .v2-projects .project-story:hover .project-story-scene,
.page-v4 .v2-projects .project-story:focus-within .project-story-scene {
  transform: none;
  filter: none;
}

.page-v4 .v2-projects .project-story-content {
  position: static;
  inset: auto;
  bottom: auto;
  width: 100%;
  min-height: 360px;
  flex: 1 1 auto;
  box-sizing: border-box;
  backdrop-filter: none;
}

.page-v4 .v2-projects .project-showcase-cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.page-v4 .v2-projects .project-showcase-cta .button {
  min-width: min(100%, 18rem);
  justify-content: center;
}

@media (max-width: 720px) {
  .page-v4 .v2-projects .project-story-content {
    min-height: 0;
  }

  .page-v4 .v2-projects .project-showcase-cta {
    margin-top: 1.5rem;
  }

  .page-v4 .v2-projects .project-showcase-cta .button {
    width: 100%;
  }
}

/* Mobile hero identity: keep the falcon visible in the open sky beside the
   guide character without competing with the copy or landmark artwork. */
@keyframes v4-falcon-flight-mobile {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg) scale(1); }
  25% { transform: translate3d(-8px, 5px, 0) rotate(1deg) scale(1.015); }
  52% { transform: translate3d(2px, -7px, 0) rotate(-1deg) scale(.995); }
  78% { transform: translate3d(11px, 3px, 0) rotate(2deg) scale(1.01); }
}

@media (max-width: 720px) {
  .page-v4 .hero-falcon {
    display: block;
    top: auto;
    right: auto;
    bottom: 166px;
    left: clamp(22px, 8vw, 42px);
    width: clamp(102px, 26vw, 126px);
    height: auto;
    z-index: 5;
    opacity: 1;
    filter: drop-shadow(0 9px 12px rgba(17, 30, 42, .16));
  }
}

@media (max-width: 720px) and (prefers-reduced-motion: no-preference) {
  .page-v4 .hero-falcon {
    animation:
      fade-in 380ms 240ms ease both,
      v4-falcon-flight-mobile 7.6s 620ms cubic-bezier(.45, .05, .55, .95) infinite;
  }
}

@media (max-width: 390px) {
  .page-v4 .hero-falcon {
    bottom: 158px;
    left: 18px;
    width: 102px;
  }
}

/* Team — profile-led leadership section */
.page-v4 .team-section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(35, 153, 203, .14), transparent 30%),
    radial-gradient(circle at 94% 88%, rgba(125, 193, 99, .12), transparent 28%),
    #f7fbfd;
  border-block: 1px solid #d9e8ef;
}

.page-v4 .team-section::before {
  content: "";
  position: absolute;
  inset: 1.1rem;
  border: 1px solid rgba(35, 153, 203, .16);
  pointer-events: none;
}

.page-v4 .team-heading,
.page-v4 .team-grid {
  position: relative;
  z-index: 1;
  width: min(100%, 82rem);
  margin-inline: auto;
}

.page-v4 .team-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.page-v4 .team-heading h2 {
  max-width: 12ch;
  margin: .45rem 0 0;
  color: #142133;
  font-size: clamp(2.7rem, 5.5vw, 5.4rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.page-v4 .team-heading > p {
  max-width: 34rem;
  margin: 0;
  color: #526575;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.75;
}

.page-v4 .team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 2.2vw, 2rem);
  align-items: stretch;
}

.page-v4 .team-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding-top: clamp(1.4rem, 2.8vw, 2.2rem);
  background: rgba(255, 255, 255, .94);
  border: 1px solid #d5e4eb;
  box-shadow: 0 1.25rem 3.2rem rgba(20, 33, 51, .08);
}

.page-v4 .team-card:nth-child(1) { border-top: 4px solid #2399cb; }
.page-v4 .team-card:nth-child(2) { border-top: 4px solid #e8bd46; }
.page-v4 .team-card:nth-child(3) { border-top: 4px solid #7dc163; }

.page-v4 .team-portrait {
  width: clamp(168px, 15vw, 216px);
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(35, 153, 203, .18);
  border-radius: 50%;
  background: linear-gradient(145deg, #edf7fb, #f8f2df 62%, #edf6ea);
  box-shadow: 0 .9rem 2.2rem rgba(20, 33, 51, .11);
}

.page-v4 .team-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 50%;
  filter: saturate(.94) contrast(1.02);
}

.page-v4 .team-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.4rem, 2.6vw, 2.15rem);
}

.page-v4 .team-card h3 {
  margin: 0;
  color: #142133;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.08;
  text-align: center;
}

.page-v4 .team-role {
  min-height: 2.8em;
  margin: .6rem 0 1.25rem;
  color: #087eae;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.page-v4 .team-card ul {
  display: grid;
  gap: .78rem;
  margin: 0;
  padding: 1.2rem 0 0 1.15rem;
  border-top: 1px solid #e0e9ed;
  color: #526575;
  font-size: .94rem;
  line-height: 1.58;
}

[dir="rtl"] .page-v4 .team-card ul {
  padding-right: 1.15rem;
  padding-left: 0;
}

@media (max-width: 980px) {
  .page-v4 .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-v4 .team-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, calc(50% - .55rem));
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .page-v4 .team-section {
    padding: 4.25rem 1rem;
  }

  .page-v4 .team-section::before {
    inset: .5rem;
  }

  .page-v4 .team-heading {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-inline: .5rem;
    margin-bottom: 2.25rem;
  }

  .page-v4 .team-heading h2 {
    max-width: 11ch;
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .page-v4 .team-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .page-v4 .team-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .page-v4 .team-role {
    min-height: 0;
  }

  .page-v4 .team-portrait {
    width: 172px;
  }
}
}
