:root {
  --ink: #071f45;
  --blue: #357ba9;
  --paper: #f2f5fa;
  --paper-2: #e9eef5;
  --line: rgba(7, 31, 69, .13);
  --muted: #4d5868;
  --gold: #d8ad45;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Work Sans", Arial, sans-serif;
  --arabic: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
[lang="ar"] { font-family: var(--arabic); }
a { color: inherit; }
img { display: block; width: 100%; }
.skip-link { position: fixed; z-index: 99; left: 1rem; top: -5rem; background: #fff; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { height: 126px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 4vw, 64px); position: relative; z-index: 20; background: rgba(242,245,250,.96); }
.brand { text-decoration: none; display: inline-flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 0; width: 292px; }
.brand-mark { height: 34px; width: 58px; display: flex; align-items: flex-end; gap: 4px; position: relative; }
.brand-mark i { display: block; width: 9px; background: var(--blue); transform: skewY(-27deg); transform-origin: bottom; }
.brand-mark i:nth-child(1) { height: 11px; }
.brand-mark i:nth-child(2) { height: 20px; }
.brand-mark i:nth-child(3) { height: 30px; background: var(--ink); }
.brand-mark b { color: var(--gold); font-size: 13px; position: absolute; right: 3px; top: -9px; font-weight: 400; }
.brand-name { font-weight: 600; font-size: 18px; line-height: 1.05; letter-spacing: -.04em; color: #1e6395; }
.brand-values { display: flex; align-items: center; justify-content: center; width: 100%; white-space: nowrap; color: #164f7f; font-weight: 500; line-height: 1.2; }
.brand-values b { color: var(--gold); font-weight: 600; padding: 0 .55em; }
.brand-values-ar { margin-top: 4px; font-size: .66rem; }
.brand-values-en { margin-top: 2px; font-size: .49rem; letter-spacing: .1em; }
.primary-nav { display: flex; gap: clamp(14px, 2vw, 34px); align-items: center; }
.primary-nav a { text-decoration: none; text-transform: uppercase; font-size: .72rem; letter-spacing: .19em; font-weight: 500; position: relative; padding: 51px 0; }
.primary-nav a::after { content: ""; height: 1px; width: 0; background: var(--ink); position: absolute; left: 0; bottom: 39px; transition: width .25s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { width: 100%; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; }
.menu-toggle > span:not(.sr-only) { width: 26px; height: 1px; display: block; background: var(--ink); margin: 6px 0; }

.grid-surface { background-image: linear-gradient(to right, transparent calc(25% - 1px), var(--line) 25%, transparent calc(25% + 1px)), linear-gradient(to right, transparent calc(50% - 1px), var(--line) 50%, transparent calc(50% + 1px)), linear-gradient(to right, transparent calc(75% - 1px), var(--line) 75%, transparent calc(75% + 1px)); }
.eyebrow { margin: 0 0 1.5rem; text-transform: uppercase; letter-spacing: .25em; font-size: .72rem; font-weight: 600; color: var(--blue); }
.eyebrow.light { color: #d7e3ef; }
.display { font-family: var(--serif); font-weight: 400; line-height: .88; letter-spacing: -.045em; margin: 0; }
.section-title { font-family: var(--serif); font-weight: 400; line-height: 1.02; letter-spacing: -.02em; font-size: clamp(2.7rem, 5.4vw, 5.3rem); margin: 0; }
.body-large { font-size: clamp(1.04rem, 1.5vw, 1.28rem); line-height: 1.65; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 1rem; margin-top: 1rem; text-transform: uppercase; letter-spacing: .2em; font-size: .74rem; font-weight: 600; text-decoration: none; }
.text-link::after { content: "→"; font-size: 1.25rem; font-weight: 400; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }

.home-hero { min-height: 632px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 0 clamp(38px, 5vw, 80px); align-items: start; padding: clamp(88px, 12vw, 170px) clamp(32px, 5vw, 72px) 78px; }
.hero-title { grid-column: 1 / -1; }
.hero-word { color: var(--blue); font-size: clamp(5.2rem, 9vw, 9rem); line-height: .9; letter-spacing: -.055em; white-space: nowrap; }
.hero-arabic-statement { max-width: 850px; margin: 1.8rem 0 0; color: var(--ink); font-family: var(--arabic); font-size: clamp(1.05rem, 1.55vw, 1.35rem); font-weight: 500; line-height: 1.9; }
.hero-copy { grid-column: 2; max-width: 430px; justify-self: end; margin-top: clamp(38px, 5vw, 70px); padding-bottom: 1.2rem; }
.hero-copy::before { content: ""; width: 100%; height: 1px; background: var(--ink); display: block; margin-bottom: 1.3rem; }

.evolution-story { display: grid; grid-template-columns: .72fr 1.28fr; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-heading { padding: clamp(64px, 8vw, 112px) clamp(32px, 5vw, 72px); background: var(--paper-2); display: flex; flex-direction: column; justify-content: center; }
.story-heading h2 { font-family: var(--arabic); font-size: clamp(2.2rem, 4.2vw, 4.5rem); font-weight: 500; line-height: 1.45; margin: 0; }
.story-copy { padding: clamp(64px, 8vw, 112px) clamp(32px, 6vw, 88px); border-right: 1px solid var(--line); font-family: var(--arabic); font-size: 1.08rem; line-height: 2.05; }
.story-copy p { max-width: 850px; margin: 0 0 1.45rem; }
.story-copy p:first-child { color: var(--ink); font-size: 1.16rem; font-weight: 500; }
.story-copy p:last-child { margin-bottom: 0; color: var(--blue); font-weight: 600; }
.latin { font-family: var(--sans); font-weight: 600; }

.founder-band { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: #fff; min-height: 500px; }
.founder-quote { padding: clamp(56px, 7vw, 96px) clamp(32px, 5vw, 72px); display: flex; flex-direction: column; justify-content: space-between; }
.founder-quote blockquote { font-family: var(--serif); font-size: clamp(2.4rem, 4.5vw, 4.8rem); line-height: 1.03; margin: 1rem 0 3rem; max-width: 700px; }
.founder-quote .arabic-quote { font-family: var(--arabic); font-size: clamp(2.5rem, 4.2vw, 4.4rem); font-weight: 500; line-height: 1.55; }
.founder-byline p { margin: 0; }
.founder-byline p:last-child { color: #a7bbd1; font-size: .9rem; }
.founder-band figure { margin: 0; min-height: 500px; overflow: hidden; }
.founder-band img { height: 100%; object-fit: cover; }

.work-intro { padding: clamp(74px, 9vw, 130px) clamp(32px, 5vw, 72px) 60px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 3rem; }
.section-index { display: flex; align-items: center; gap: 1.5rem; text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 600; }
.section-index span { font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: 0; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.work-card { padding: 42px clamp(28px, 4vw, 56px) 60px; border-right: 1px solid var(--line); min-height: 330px; display: flex; flex-direction: column; }
.work-card:last-child { border-right: 0; }
.work-card .num { color: var(--blue); font-family: var(--serif); font-size: 2rem; }
.work-card h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.9rem, 2.5vw, 2.6rem); line-height: 1.05; margin: 2rem 0 1.3rem; }
.work-card p { color: var(--muted); margin: 0; }
.work-card .text-link { margin-top: auto; padding-top: 2rem; }
.bilingual-card .arabic-title { color: var(--blue); font-size: 1.05rem; margin: -1rem 0 1.4rem; }
.bilingual-card .arabic-copy { margin-top: .85rem; line-height: 1.85; }

.page-hero { min-height: 590px; padding: clamp(115px, 14vw, 190px) clamp(32px, 5vw, 72px) 78px; display: grid; grid-template-columns: .58fr 1.42fr; gap: 4rem; align-items: end; }
.page-hero-copy { max-width: 900px; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(3.8rem, 7.4vw, 7.9rem); line-height: .94; letter-spacing: -.04em; font-weight: 400; margin: 0 0 2rem; }
.page-hero p { max-width: 720px; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.split-section > div { padding: clamp(58px, 7vw, 100px) clamp(32px, 5vw, 72px); }
.split-section .navy { background: var(--ink); color: #fff; }
.split-section .paper { background: var(--paper-2); }
.about-leadership h2 { margin-bottom: 2rem; }
.about-leadership .navy .body-large { color: #d7e3ef; }
.about-leadership .arabic-focus h2 { font-family: var(--arabic); font-weight: 500; line-height: 1.45; }
.about-leadership .arabic-focus .body-large { font-family: var(--arabic); line-height: 2; }
.profile-section { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: clamp(40px, 6vw, 88px); align-items: center; padding: clamp(64px, 8vw, 110px) clamp(32px, 7vw, 110px); background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-portrait { margin: 0; width: min(100%, 390px); aspect-ratio: 3 / 4; justify-self: center; overflow: hidden; background: #fff; padding: 10px; box-shadow: 0 24px 60px rgba(7,31,69,.13); }
.profile-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.profile-content { display: grid; grid-template-rows: auto 1fr; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(7,31,69,.08); }
.profile-heading { background: var(--ink); color: #fff; padding: clamp(42px, 5vw, 68px) clamp(32px, 5vw, 64px); }
.profile-content .bio-copy { background: var(--paper); padding: clamp(42px, 5vw, 64px) clamp(32px, 5vw, 64px); }
.portrait-name { font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: 1; margin: 0 0 1.4rem; }
.credentials { color: #b7c6d8; max-width: 480px; }
.bio-copy p { color: var(--muted); font-size: 1.06rem; margin: 0 0 1.4rem; max-width: 650px; }
.founder-arabic-summary { background: #fff; border-top: 1px solid var(--line); padding: clamp(42px, 5vw, 64px) clamp(32px, 5vw, 64px); font-family: var(--arabic); }
.founder-arabic-kicker { color: var(--blue); font-family: var(--sans); font-size: .76rem; font-weight: 600; letter-spacing: .2em; margin: 0 0 1.2rem; text-transform: uppercase; }
.founder-arabic-summary h3 { font-family: var(--arabic); font-size: clamp(2.15rem, 3.8vw, 4rem); font-weight: 500; line-height: 1.45; margin: 0; }
.founder-arabic-role { color: var(--blue); font-size: 1.1rem; font-weight: 500; margin: .6rem 0 0; }
.founder-arabic-credentials { border-top: 1px solid var(--line); margin-top: 2rem; }
.founder-arabic-credentials p { border-bottom: 1px solid var(--line); font-size: 1rem; line-height: 1.9; margin: 0; padding: .85rem 0; }
.founder-arabic-motto { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; margin-top: 2rem; color: var(--blue); }
.founder-arabic-motto span { font-family: var(--sans); font-size: .78rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.founder-arabic-motto strong { font-size: 1.2rem; font-weight: 600; }
.founder-message { display: grid; grid-template-columns: minmax(280px, .58fr) minmax(0, 1.42fr); border-bottom: 1px solid var(--line); }
.founder-message-heading { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 7vw, 100px) clamp(32px, 5vw, 72px); background: var(--blue); color: #fff; }
.founder-message-heading h2 { font-family: var(--arabic); font-size: clamp(2.7rem, 5vw, 5.2rem); font-weight: 500; line-height: 1.45; margin: 0; }
.founder-message-copy { padding: clamp(58px, 7vw, 100px) clamp(32px, 6vw, 88px); background: var(--paper); font-family: var(--arabic); }
.founder-message-copy p { max-width: 920px; margin: 0 0 1.6rem; color: var(--ink); font-size: clamp(1.08rem, 1.45vw, 1.25rem); line-height: 2.1; }
.founder-message-copy p:last-child { margin-bottom: 0; }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.fact { padding: 48px clamp(28px, 4vw, 58px); min-height: 220px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact:nth-child(2n) { border-right: 0; }
.fact .label { text-transform: uppercase; font-size: .72rem; letter-spacing: .2em; font-weight: 600; color: var(--blue); }
.fact p:last-child { font-family: var(--serif); font-size: clamp(1.7rem, 2.4vw, 2.5rem); line-height: 1.1; margin: 1rem 0 0; }

.section-heading { padding: clamp(72px, 9vw, 125px) clamp(32px, 5vw, 72px) 54px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 3rem; }
.program-visual { position: relative; height: clamp(430px, 55vw, 720px); margin: 0; overflow: hidden; background: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.program-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.program-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(7,31,69,.04), transparent 45%, rgba(7,31,69,.14)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.program-list { border-top: 1px solid var(--line); }
.program { display: grid; grid-template-columns: .18fr .82fr; border-bottom: 1px solid var(--line); }
.program-num { padding: 54px clamp(24px, 4vw, 54px); font-family: var(--serif); font-size: 2.4rem; color: var(--blue); border-right: 1px solid var(--line); }
.program-body { padding: 54px clamp(28px, 5vw, 72px) 70px; }
.program-audience { color: var(--blue); font-weight: 500; margin: 0 0 1rem; }
.program h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.3rem, 4vw, 4.4rem); line-height: 1; margin: 0 0 .7rem; }
.program-subtitle { font-size: 1.2rem; margin: 0 0 2.2rem; color: var(--muted); }
.program-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 6vw, 90px); max-width: 1100px; }
.program-columns h3 { text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; }
.program-columns ul { padding: 0; margin: 1rem 0 0; list-style: none; }
.program-columns li { border-top: 1px solid var(--line); padding: .55rem 0; }
.program-columns p { color: var(--muted); }
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.area { padding: 48px clamp(26px, 4vw, 54px) 56px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 280px; }
.area:nth-child(3n) { border-right: 0; }
.area .num { font-family: var(--serif); color: var(--blue); font-size: 1.8rem; }
.area h2 { font-family: var(--serif); font-weight: 400; font-size: 2rem; line-height: 1.05; margin: 2rem 0 1rem; }
.area p { color: var(--muted); }

.place-image { min-height: 610px; position: relative; overflow: hidden; }
.place-image img { height: 100%; position: absolute; object-fit: cover; }
.place-image::after { content: "Madrid · Spain"; position: absolute; left: clamp(32px, 5vw, 72px); bottom: 36px; color: #fff; text-transform: uppercase; letter-spacing: .24em; font-size: .72rem; font-weight: 600; }
.journey-statement { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: #fff; }
.journey-statement > div { padding: clamp(58px, 7vw, 100px) clamp(32px, 5vw, 72px); }
.journey-statement > div:first-child { border-right: 1px solid rgba(255,255,255,.18); }
.journey-copy { font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 4.2rem); line-height: 1.08; margin: 0; }
.journey-copy.arabic { font-family: var(--sans); font-size: clamp(1.65rem, 3.2vw, 3.2rem); line-height: 1.55; }
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.three-up article { padding: 52px clamp(28px, 4vw, 56px) 70px; min-height: 330px; border-right: 1px solid var(--line); }
.three-up article:last-child { border-right: 0; }
.three-up h2 { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 400; margin: 1.5rem 0; }
.three-up p { color: var(--muted); }
.culture-image-grid { display: grid; grid-template-columns: 1fr 1fr; height: clamp(420px, 38vw, 600px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.culture-image-grid figure { margin: 0; overflow: hidden; }
.culture-image-grid figure:first-child { border-right: 1px solid var(--line); }
.culture-image-grid img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.culture-journey-statement { background: var(--paper-2); color: var(--ink); border-bottom: 1px solid var(--line); }
.culture-journey-statement > div:first-child { border-right-color: var(--line); }
.culture-journey-statement .eyebrow.light { color: var(--blue); }
.culture-journey-statement .journey-copy.arabic { font-family: var(--arabic); font-weight: 500; }
.culture-statement { background: var(--ink); color: #fff; min-height: 440px; display: flex; align-items: center; padding: clamp(68px, 10vw, 140px) clamp(32px, 8vw, 120px); }
.culture-statement p { font-family: var(--serif); font-size: clamp(3rem, 7vw, 7.2rem); line-height: .98; max-width: 1200px; margin: 0; }
.bilingual-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; padding: 0; }
.bilingual-feature > div { padding: clamp(68px, 8vw, 120px) clamp(32px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.bilingual-feature > div:first-child { border-right: 1px solid rgba(255,255,255,.18); }
.bilingual-feature .feature-support { font-family: var(--sans); font-size: 1rem; line-height: 1.8; color: #b7c6d8; margin-top: 2rem; max-width: 620px; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.gallery-tile { aspect-ratio: 1.2; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.gallery-tile:nth-child(3n) { border-right: 0; }
.gallery-tile .num { font-family: var(--serif); font-size: 2rem; color: var(--blue); }
.gallery-tile h2 { font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; }
.gallery-tile::before { content: ""; position: absolute; width: 50%; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; right: -12%; top: -20%; transition: transform .5s ease; }
.gallery-tile:hover::before { transform: scale(1.18); }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.contact-card { min-height: 340px; padding: 50px clamp(28px, 4vw, 56px); border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.contact-card:last-child { border-right: 0; }
.contact-card h2 { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; margin: 1.2rem 0; }
.contact-value { color: var(--muted); }
.contact-email { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .28em; overflow-wrap: anywhere; }
.contact-email:hover { color: var(--blue); }
.contact-actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: 1.2rem; }
.contact-actions a { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--ink); }
.location-line { padding: 36px clamp(32px, 5vw, 72px); background: var(--ink); color: #fff; text-transform: uppercase; letter-spacing: .25em; font-size: .76rem; }

.site-footer { border-top: 1px solid var(--line); padding: 64px clamp(32px, 5vw, 72px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; background: var(--paper); }
.footer-brand { display: flex; flex-direction: column; align-items: center; width: min(100%, 340px); color: #1e6395; }
.footer-brand-name { font-weight: 600; font-size: 1.45rem; line-height: 1.1; letter-spacing: -.04em; }
.footer-brand .brand-values-ar { margin-top: 7px; font-size: .74rem; }
.footer-brand .brand-values-en { margin-top: 3px; font-size: .55rem; }
.footer-ar { font-family: var(--arabic); font-size: 1.05rem; line-height: 1.8; text-align: center; margin: 0; }
.footer-meta { text-align: right; font-size: .86rem; color: var(--muted); }
.footer-meta p { margin: 0; }

.reveal { animation: rise .65s cubic-bezier(.2,.7,.2,1) both; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1120px) and (min-width: 901px) {
  .site-header { padding-left: 24px; padding-right: 24px; }
  .brand { width: 238px; }
  .brand-values-ar { font-size: .6rem; }
  .brand-values-en { font-size: .41rem; letter-spacing: .07em; }
  .primary-nav { gap: 14px; }
  .primary-nav a { font-size: .65rem; letter-spacing: .13em; }
}

@media (max-width: 900px) {
  .site-header { height: 112px; }
  .menu-toggle { display: block; }
  .primary-nav { display: none; position: absolute; inset: 112px 0 auto; background: var(--paper); padding: 24px 32px 34px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 0; }
  .primary-nav.open { display: flex; }
  .primary-nav a { width: 100%; padding: 13px 0; font-size: .8rem; }
  .primary-nav a::after { bottom: 8px; }
  .home-hero, .page-hero, .evolution-story { grid-template-columns: 1fr; min-height: auto; padding-top: 94px; gap: 60px; }
  .evolution-story { padding-top: 0; gap: 0; }
  .story-copy { border-right: 0; border-top: 1px solid var(--line); }
  .hero-copy { grid-column: 1; justify-self: stretch; margin-top: 0; }
  .hero-word { font-size: clamp(5rem, 17vw, 8rem); }
  .founder-band, .founder-message, .split-section, .profile-section, .journey-statement, .bilingual-feature { grid-template-columns: 1fr; }
  .culture-image-grid { grid-template-columns: 1fr; height: auto; }
  .culture-image-grid figure { aspect-ratio: 4 / 3; }
  .culture-image-grid figure:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .founder-band figure { min-height: 390px; order: -1; }
  .profile-section { gap: 42px; }
  .profile-portrait { width: min(100%, 360px); min-height: 0; }
  .journey-statement > div:first-child, .bilingual-feature > div:first-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .culture-journey-statement > div:first-child { border-bottom-color: var(--line); }
  .work-intro, .section-heading { grid-template-columns: 1fr; }
  .work-grid, .areas-grid, .three-up, .gallery-grid, .contact-grid { grid-template-columns: 1fr; }
  .work-card, .area, .three-up article, .gallery-tile, .contact-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .program { grid-template-columns: 80px 1fr; }
  .program-columns { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-ar { text-align: left; }
  .footer-meta { text-align: left; }
}

@media (max-width: 560px) {
  .site-header { height: 104px; padding: 0 16px; }
  .brand { width: min(260px, calc(100vw - 82px)); }
  .brand-mark { transform: scale(.8); transform-origin: center bottom; height: 29px; }
  .brand-name { font-size: 15px; }
  .brand-values b { padding: 0 .35em; }
  .brand-values-ar { font-size: .58rem; }
  .brand-values-en { font-size: clamp(.38rem, 1.65vw, .45rem); letter-spacing: .06em; }
  .primary-nav { inset: 104px 0 auto; }
  .home-hero { padding: 76px 24px 56px; }
  .story-heading, .story-copy { padding: 52px 24px; }
  .hero-word { font-size: clamp(3.25rem, 14.5vw, 4.8rem); }
  .page-hero { padding: 82px 24px 56px; gap: 42px; }
  .page-hero h1 { font-size: clamp(3.4rem, 16vw, 5.2rem); }
  .profile-section { padding: 48px 24px; }
  .founder-arabic-motto { align-items: flex-start; flex-direction: column; }
  .founder-quote, .split-section > div, .work-intro, .section-heading { padding-left: 24px; padding-right: 24px; }
  .program { grid-template-columns: 1fr; }
  .program-visual { height: 430px; }
  .program-num { border-right: 0; padding: 30px 24px 0; }
  .program-body { padding: 24px 24px 54px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact { border-right: 0; }
  .place-image { min-height: 430px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { animation: none; } * { transition: none !important; } }
