:root {
  --paper: #e8e8e8;
  --ink: #17140f;
  --muted: #67635b;
  --hair: rgba(23, 20, 15, 0.16);
  --red: #b9261c;
  --navy: #1f3f5f;
  --sand: #f2c399;
  --green: #1e7a3c;
  --black: #0a0a0a;
  --light: #e8e8e8;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
* {
  box-sizing: border-box;
  border-radius: 0 !important;
}
html {
  scroll-behavior: smooth;
  background: var(--paper);
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    400 15px/1.9 "IBM Plex Sans Arabic",
    sans-serif;
  overflow-x: clip;
}
a {
  color: inherit;
}
.progress {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  width: 100%;
  height: 3px;
  transform-origin: 0 50%;
  display: flex;
  transform: scaleX(0);
  pointer-events: none;
}
.progress i {
  display: block;
  flex: 1;
}
.progress i:nth-child(1) {
  background: var(--sand);
}
.progress i:nth-child(2) {
  background: var(--red);
}
.progress i:nth-child(3) {
  background: var(--navy);
}
.nav {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  min-height: 68px;
  padding: 15px max(5vw, 32px);
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--paper);
  border: 0;
  border-bottom: 1px solid var(--hair);
}
.wordmark {
  font:
    700 16px/1.35 "Noto Kufi Arabic",
    sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
.nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex: 1;
}
.nav-links a,
.lang {
  position: relative;
  color: var(--muted);
  background: none;
  border: 0;
  text-decoration: none;
  font:
    500 12px Archivo,
    sans-serif;
  cursor: pointer;
}
.nav-links a:after {
  content: "";
  position: absolute;
  inset: auto 0 -5px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: inline-start;
  transition: transform 0.35s var(--ease);
}
.nav-links a:hover:after,
.nav-links a:focus-visible:after,
.nav-links a[aria-current="page"]:after {
  transform: scaleX(1);
}
.nav-links a[aria-current="page"] {
  color: var(--ink);
}
.lang {
  border: 1px solid var(--ink);
  padding: 7px 10px;
  color: var(--ink);
}
.menu {
  display: none;
  background: transparent;
  border: 1px solid var(--ink);
  padding: 8px;
  cursor: pointer;
}
.menu i {
  display: block;
  width: 17px;
  height: 1px;
  background: var(--ink);
}
.menu i + i {
  margin-top: 5px;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100dvh;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(45px, 8vw, 120px);
  align-items: center;
  padding: 130px max(5vw, 32px) 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/sky.png");
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  pointer-events: none;
  z-index: -1;
}
.hero-copy {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: grid;
  align-content: center;
  max-width: 560px;
  margin-block: auto;
  padding: clamp(22px, 3vw, 38px) clamp(24px, 4vw, 56px);
  background: var(--paper);
  border: 1px solid var(--hair);
}
.hero-label,
.eyebrow,
.kicker {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 5px 8px;
  font:
    500 11px/1.55 "IBM Plex Sans Arabic",
    sans-serif;
  letter-spacing: 0.08em;
}
.spear-accent {
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-inline-end: 8px;
  vertical-align: -2px;
  fill: var(--red);
  transform: rotate(90deg);
}
.section-spear-break {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 18px 0 2px;
  line-height: 0;
}
.section-spear-break svg {
  width: 14px;
  height: 16px;
  fill: var(--red);
  transform: rotate(180deg);
}
.milestone b .spear-accent { width: 10px; height: 11px; margin-inline-end: 6px; }
.hero h1,
h1,
h2,
blockquote {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 800;
  line-height: 1.14;
  margin: 25px 0 17px;
  text-wrap: balance;
}
.hero h1 {
  font-size: clamp(56px, 7.5vw, 104px);
  letter-spacing: -0.045em;
}
.kinetic-name {
  overflow: hidden;
}
.kinetic-line {
  display: block;
  transform: translateY(115%);
  animation: kinetic-rise 0.9s var(--ease) forwards;
}
.kinetic-line:nth-child(2) {
  animation-delay: 0.12s;
}
.hero-copy p,
.page-hero p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
}
.hero-subtitle {
  color: var(--ink) !important;
  font: 600 clamp(14px, 1.5vw, 18px)/1.65 "IBM Plex Sans Arabic", sans-serif;
}
.hero-lead {
  margin-top: 11px !important;
  font-size: clamp(13px, 1.3vw, 16px);
}
.hero-reveal .hero-label,
.hero-reveal > p,
.hero-reveal .actions {
  opacity: 0;
  transform: translateY(18px);
  animation: quiet-rise 0.7s var(--ease) forwards;
}
.hero-reveal .hero-label {
  animation-delay: 0.12s;
}
.hero-reveal > p {
  animation-delay: 0.34s;
}
.hero-reveal .actions {
  animation-delay: 0.46s;
}
.actions {
  display: flex;
  gap: 10px;
  margin-top: 31px;
}
.button {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--ink);
  font:
    500 12px Archivo,
    sans-serif;
  text-decoration: none;
  transition:
    transform 0.22s var(--ease),
    background 0.22s var(--ease),
    color 0.22s var(--ease);
}
.primary {
  background: var(--ink);
  color: var(--paper);
}
.button:hover {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-3px);
}
.button.quiet:hover {
  background: var(--ink);
  color: var(--paper);
}
.button:active {
  transform: scale(0.98);
}
.hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  align-self: stretch;
  padding-top: 0;
}
.hero-portrait,
.cutout {
  margin: 0;
}
.hero-visual {
  align-self: stretch;
  position: relative;
}
.hero-portrait {
  height: 100%;
  position: relative;
}
.hero-portrait img,
.cutout img {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
  object-fit: contain;
}
.hero-portrait img {
  object-position: center bottom;
}
.cutout img {
  object-position: center top;
}
.hero-portrait figcaption {
  position: absolute;
  bottom: 12px;
  inset-inline-start: 12px;
  color: var(--ink);
  background: var(--paper);
  padding: 2px 5px;
  z-index: 2;
}
[dir="rtl"] .hero-portrait img {
  transform: scaleX(-1);
}
.cutout figcaption {
  text-align: center;
  color: var(--muted);
  font-size: 10px;
}
.values-band {
  overflow: hidden;
  background: var(--red);
  color: var(--paper);
  border-block: 1px solid var(--ink);
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px max(5vw, 32px);
  text-align: center;
}
.values-line {
  margin: 0;
  font:
    700 15px/1 "Noto Kufi Arabic",
    sans-serif;
}
.spear-divider {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 8px 0 4px;
  line-height: 0;
}
.spear-divider svg {
  display: block;
  fill: var(--red);
  transform: rotate(180deg);
}
.section {
  padding: 142px max(5vw, 32px);
}
.bio {
  max-width: 1100px;
  margin: auto;
  border-top: 1px solid var(--hair);
  padding-inline: 0;
}
.bio-intro {
  max-width: 770px;
}
.kicker {
  border-width: 0 0 1px;
  padding: 0 0 6px;
}
h2 {
  font-size: clamp(36px, 5vw, 72px);
}
.bio p,
.pillar p,
.prose p,
.statement p,
.contact p {
  max-width: 64ch;
  margin: 0 0 12px;
  color: var(--muted);
}
.anchors {
  display: flex;
  gap: 18px;
  margin-top: 25px !important;
}
.anchors a {
  font-size: 12px;
}
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 75px;
  border-block: 1px solid var(--hair);
}
.facts div {
  min-height: 100px;
  padding: 23px 18px;
  display: flex;
  align-items: end;
  border-inline-start: 1px solid var(--hair);
  font:
    700 16px/1.65 "Noto Kufi Arabic",
    sans-serif;
}
.facts div:first-child {
  border-inline-start: 0;
}
.pillar {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(46px, 10vw, 145px);
  align-items: center;
}
.pillar-copy {
  max-width: 570px;
}
.portrait {
  position: relative;
  margin: 0;
  border: 1px solid var(--hair);
  padding: 8px;
  background: var(--paper);
  transition:
    transform 0.35s var(--ease),
    border-color 0.35s var(--ease);
}
.portrait:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
}
.portrait:after {
  content: "";
  position: absolute;
  width: 4px;
  top: 18px;
  bottom: 34px;
  inset-inline-start: -5px;
  background: var(--ink);
}
.portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  mix-blend-mode: multiply;
}
figcaption {
  margin: 8px 1px 0;
  color: var(--muted);
  font-size: 10px;
}
.peace {
  padding-inline: 0;
}
.peace .eyebrow,
.peace h2 {
  color: var(--green);
}
blockquote {
  font-size: clamp(28px, 3.8vw, 54px);
  margin: 30px 0 10px;
}
.quote-src {
  margin: 0 0 27px !important;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--green);
  font-size: 11px !important;
}
.green-frame {
  border-color: var(--green);
}
.green-frame:after {
  background: var(--green);
}
.culture {
  border-top: 6px solid var(--black);
  background: var(--paper);
  color: var(--ink);
}
.culture .eyebrow {
  color: var(--ink);
}
.culture p {
  color: var(--muted);
}
.ink-frame {
  border-color: var(--ink);
}
.war {
  border-top: 6px solid var(--red);
  background: var(--paper);
  color: var(--ink);
}
.war .eyebrow {
  border-color: var(--red);
  color: var(--red);
}
.war p {
  color: var(--muted);
}
.war .portrait {
  background: var(--paper);
  border-color: var(--red);
}
.war-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: clamp(96px, 10vw, 140px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 0;
}
[dir="rtl"] .war-bg {
  right: auto;
  left: 0;
}
.war-bg.reveal {
  opacity: 0.1;
  transform: none;
  transition: opacity 0.7s var(--ease);
}
.war-bg.reveal.in {
  opacity: 0.1;
}
.war {
  position: relative;
  overflow: hidden;
}
.war > .pillar,
.war > .pillar-copy {
  position: relative;
  z-index: 1;
}
.light-frame:after,
.red-frame:after {
  background: var(--red);
}
.duty {
  max-width: 1100px;
  margin: auto;
  border-top: 6px solid var(--green);
  background: var(--paper);
  color: var(--ink);
}
.duty-copy {
  max-width: 760px;
  margin: auto;
}
.duty .eyebrow {
  border-color: var(--green);
  color: var(--green);
}
.duty p {
  color: var(--muted);
  max-width: 66ch;
}
.light-facts {
  max-width: 1100px;
  margin: 75px auto 0;
  border-color: var(--hair);
}
.light-facts div {
  border-color: var(--hair);
}
.duty .reveal {
  transition-duration: 0.9s;
}
.timeline {
  max-width: 1100px;
  margin: auto;
}
.timeline-pin {
  display: grid;
  align-content: center;
}
.timeline-list {
  position: relative;
  margin-top: 48px;
  padding-inline-start: 28px;
}
.timeline-draw {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 2px;
  pointer-events: none;
}
.timeline-spear {
  position: absolute;
  inset-block-start: 0;
  left: 50%;
  display: block;
  overflow: visible;
  height: calc(100% + 44px);
  transform: translate(-50%, -44px);
}
.timeline-spear-crescent {
  fill: var(--red);
}
.timeline-spear-blade {
  fill: var(--red);
  stroke: var(--paper);
  stroke-width: 1.5;
  stroke-linejoin: round;
  paint-order: stroke fill;
}
.timeline-spear-shaft {
  fill: none;
  stroke: var(--ink);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  vector-effect: non-scaling-stroke;
  animation: line-draw linear both;
  animation-timeline: view();
  animation-range: entry 5% cover 78%;
}
.timeline-list > div {
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  padding: 22px 0;
}
.milestone:before {
  content: "";
  position: absolute;
  inset-inline-start: -34px;
  top: 32px;
  width: 12px;
  height: 12px;
  background: var(--ink);
  border: 2px solid var(--paper);
  z-index: 1;
}
.milestone.sand:before {
  background: var(--sand);
}
.milestone.green:before {
  background: var(--green);
}
.milestone.red:before {
  background: var(--red);
}
.milestone.navy:before {
  background: var(--navy);
}
.timeline-list b {
  font:
    500 clamp(40px, 4.5vw, 64px) / 0.9 Newsreader,
    serif;
  margin-inline-end: 24px;
  opacity: 0;
  transform: translateY(16px);
  transition: 0.7s var(--ease);
}
.timeline-list p {
  margin: 0;
  max-width: 65ch;
  opacity: 0;
  transform: translateY(16px);
  transition: 0.7s var(--ease) 0.1s;
}
.timeline-list.in b,
.timeline-list.in p {
  opacity: 1;
  transform: none;
}
.teaser {
  max-width: 1100px;
  margin: auto;
}
.teaser p {
  margin: 0 0 24px;
  color: var(--muted);
}
.page-hero {
  max-width: 1100px;
  margin: auto;
  padding: 180px max(5vw, 32px) 80px;
  border-bottom: 1px solid var(--hair);
}
.page-hero h1 {
  font-size: clamp(42px, 6vw, 76px);
}
.story {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 90px;
  align-items: center;
}
.story-copy {
  max-width: 670px;
}
.prose {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  border-top: 1px solid var(--hair);
}
.prose h2 {
  font-size: clamp(24px, 3vw, 32px);
}
.facts-wrap {
  padding: 0 0 142px;
}
.statements {
  max-width: 1100px;
  margin: auto;
}
.statement {
  padding: 45px;
  border: 1px solid var(--hair);
  margin-bottom: 24px;
}
.statement blockquote {
  margin-top: 0;
}
.statement.green {
  border-color: var(--green);
}
.statement.red {
  border-color: var(--red);
}
.statement h2 {
  font-size: clamp(24px, 3vw, 32px);
}
.note {
  color: var(--muted);
  font-size: 12px;
}
.gallery {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sand-frame {
  border-color: #b58952;
}
.sand-frame:after {
  background: var(--sand);
}
.official {
  max-width: 520px;
  margin: auto;
  padding-top: 0;
  text-align: center;
}
.official .cutout {
  max-width: 360px;
  margin: auto;
}
.contact {
  max-width: 1100px;
  margin: auto;
  padding: 0 max(5vw, 32px) 120px;
}
.contact-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  border-top: 1px solid var(--hair);
  padding-top: 48px;
}
.contact-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: baseline;
}
.contact-label {
  font: 600 13px/1.4 "Archivo", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-addr {
  margin: 0;
  white-space: pre-line;
  font: 400 clamp(20px, 2.6vw, 30px)/1.5 "Newsreader", serif;
  color: var(--ink);
}
.contact-emails {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.email {
  display: inline-block;
  color: var(--ink);
  font: 500 clamp(20px, 2.6vw, 30px) "Newsreader", serif;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--hair);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.email:hover {
  text-decoration-color: var(--red);
}
.email-secondary {
  font-size: clamp(18px, 2.4vw, 26px);
  color: var(--muted);
}
.contact .contact-socials {
  margin: 56px 0 0;
  display: flex;
  gap: 12px;
}
.contact-socials a {
  color: var(--light);
  background: var(--ink);
  border-color: var(--ink);
}
footer {
  position: relative;
  background: var(--ink);
  color: var(--light);
  padding: 90px max(5vw, 32px) 40px;
  border-top: 3px solid var(--red);
}
footer:before,
footer:after {
  content: "";
  position: absolute;
  top: -3px;
  height: 3px;
}
footer:before {
  left: 33.333%;
  width: 33.334%;
  background: var(--navy);
}
footer:after {
  right: 0;
  width: 33.333%;
  background: var(--sand);
}
footer p {
  margin: 0 0 7px;
  font:
    700 clamp(20px, 2.5vw, 28px) "Noto Kufi Arabic",
    sans-serif;
}
footer .footer-note {
  font:
    400 13px/1.6 Archivo,
    sans-serif;
  color: var(--muted);
  max-width: 420px;
  margin: 0 0 16px;
}
footer > a {
  display: block;
  color: var(--sand);
  font:
    500 13px/1.6 Archivo,
    sans-serif;
}
footer > a + a { margin-top: 4px; }
.socials {
  display: flex;
  gap: 8px;
  margin: 25px 0;
}
.socials a {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(247, 244, 238, 0.35);
  text-decoration: none;
  color: var(--light);
}
.socials svg {
  display: block;
  width: 16px;
  height: 16px;
}
.socials svg path,
.contact-socials svg path {
  fill: currentColor;
}
.socials a:hover {
  background: var(--light);
  color: var(--ink);
}
footer strong,
footer small {
  display: block;
}
footer strong {
  margin: 20px 0 7px;
  font:
    700 11px "Noto Kufi Arabic",
    sans-serif;
}
footer small {
  color: rgba(247, 244, 238, 0.6);
  font:
    11px Archivo,
    sans-serif;
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@keyframes kinetic-rise {
  to {
    transform: translateY(0);
  }
}
@keyframes quiet-rise {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes line-draw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
html[dir="ltr"] body {
  font-family: Archivo, sans-serif;
}
html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] blockquote {
  font-family: Newsreader, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
html[dir="ltr"] .wordmark {
  font-family: Newsreader, serif;
  font-weight: 600;
}
html[dir="ltr"] .values-line {
  font-family: Archivo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
html[dir="ltr"] .mobile-menu a {
  font-family: Newsreader, serif;
  font-weight: 600;
}
html[dir="ltr"] .facts div,
html[dir="ltr"] footer p,
html[dir="ltr"] footer strong {
  font-family: Archivo, sans-serif;
}
html[dir="ltr"] .hero-label,
html[dir="ltr"] .eyebrow,
html[dir="ltr"] .kicker {
  font-family: Archivo, sans-serif;
  text-transform: uppercase;
}
.menu:focus-visible,
.close:focus-visible,
.lang:focus-visible,
.button:focus-visible,
.socials a:focus-visible,
a:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}
body.menu-open {
  overflow: hidden;
}
.mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  .nav {
    top: 0;
    width: 100%;
    min-height: auto;
    padding: 12px 20px;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
  }
  .wordmark {
    font-size: 15px;
    line-height: 1.25;
    min-width: 0;
    flex: 1 1 60%;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .nav-links {
    display: none;
  }
  .lang {
    margin-inline-start: auto;
    font-size: 10px;
    padding: 6px 8px;
  }
  .menu {
    display: block;
  }
  .mobile-menu {
    position: fixed;
    z-index: 30;
    inset: 0;
    background: var(--paper);
    padding: 104px 24px 30px;
    flex-direction: column;
    gap: 18px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s var(--ease);
  }
  .mobile-menu.open {
    display: flex;
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu a {
    font:
      700 25px "Noto Kufi Arabic",
      sans-serif;
    text-decoration: none;
  }
  .mobile-menu a[aria-current="page"] {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 8px;
  }
  .close {
    position: absolute;
    top: 17px;
    inset-inline-end: 18px;
    width: 38px;
    height: 38px;
    background: transparent;
    border: 1px solid var(--ink);
    font-size: 25px;
    cursor: pointer;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 92px 20px 0;
    min-height: 0;
  }
  .hero-copy {
    order: 1;
    width: 100%;
    max-width: none;
    margin: 0 0 24px;
    padding: 24px 22px 26px;
  }
  .hero h1 {
    font-size: clamp(38px, 12vw, 48px);
    margin: 16px 0 12px;
  }
  .hero-copy .hero-subtitle,
  .hero-copy .hero-lead {
    font-size: 12px;
    line-height: 1.65;
    margin-bottom: 0;
  }
  .hero-label {
    font-size: 9px;
    padding: 4px 6px;
  }
  .hero-visual {
    order: 2;
    width: 100%;
    height: min(100vw, 420px);
    margin: 0;
    align-self: stretch;
    padding-top: 0;
    display: flex;
    align-items: flex-end;
  }
  .hero-portrait {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
  }
  .hero-visual figcaption {
    font-size: 9px;
  }
  .actions {
    flex-wrap: wrap;
    margin-top: 12px;
  }
  .hero .actions {
    gap: 5px;
  }
  .hero .button {
    min-height: 38px;
    box-sizing: border-box;
    padding: 8px 6px;
    font-size: 11px;
  }
  [dir="rtl"] .hero-portrait img {
    transform: scaleX(-1);
  }
  .hero-portrait img {
    object-fit: contain;
    object-position: center bottom;
  }
  .values-band {
    min-height: 48px;
    padding: 11px 20px;
  }
  .values-line {
    font-size: 11px;
    line-height: 1.5;
  }
  .section {
    padding: 78px 20px 88px;
  }
  .bio {
    padding-inline: 20px;
  }
  .facts {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
  .facts div {
    min-height: 70px;
    padding: 16px 0;
    border-inline-start: 0;
    border-top: 1px solid var(--hair);
  }
  .facts div:first-child {
    border-top: 0;
  }
  .facts div {
    font-size: 13px;
  }
  .pillar,
  .story {
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .pillar-copy,
  .portrait {
    width: 100%;
  }
  .peace {
    padding-inline: 20px;
  }
  .culture,
  .war {
    padding-inline: 20px;
  }
  .war {
    padding-inline: 20px;
  }
  .war-bg {
    width: 76px;
  }
  .war-bg.reveal.in {
    opacity: 0.08;
  }
  .culture .portrait {
    order: 2;
  }
  .culture .pillar-copy {
    order: 1;
  }
  .timeline {
    min-height: 0;
  }
  .timeline-pin {
    position: relative;
    min-height: 0;
    display: block;
  }
  .timeline-list > div {
    grid-template-columns: 98px 1fr;
    gap: 10px;
  }
  .timeline-list b {
    font-size: 40px;
  }
  .page-hero {
    padding: 130px 20px 55px;
  }
  .prose {
    display: block;
    padding-top: 70px;
  }
  .prose > div {
    padding: 0 0 45px;
  }
  .gallery {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .statement {
    padding: 26px 20px;
  }
  .anchors {
    gap: 11px;
    flex-wrap: wrap;
  }
  footer {
    padding: 64px 20px 30px;
  }
  footer p {
    font-size: 22px;
  }
  .contact {
    padding: 0 20px 70px;
  }
  .contact-card {
    gap: 40px;
    padding-top: 40px;
  }
  .contact-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .contact-addr {
    font-size: clamp(20px, 5.5vw, 30px);
  }
  .contact .contact-socials {
    margin: 40px 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .reveal,
  .hero-reveal .hero-label,
  .hero-reveal > p,
  .hero-reveal .actions,
  .timeline-list b,
  .timeline-list p {
    opacity: 1;
    transform: none;
  }
  .kinetic-line {
    transform: none;
  }
  .timeline-spear-shaft {
    stroke-dashoffset: 0;
  }
}
.statement {
  transition:
    transform 0.4s var(--ease),
    border-color 0.4s var(--ease);
}
.statement:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
}
.gallery .portrait:nth-child(even) {
  transform: translateY(36px);
}
@media (max-width: 767px) {
  .gallery .portrait:nth-child(even) {
    transform: none;
  }
}
/* Unity Banner rebrand */
.progress i:nth-child(1) { background: var(--black); }
.progress i:nth-child(2) { background: var(--red); }
.progress i:nth-child(3) { background: var(--green); }
.milestone.sand:before { background: var(--black); }
.milestone.navy:before { background: var(--green); }
.sand-frame { border-color: var(--black); }
.sand-frame:after { background: var(--black); }
.email { color: var(--green); }
footer { border-top-color: var(--black); }
footer:before { background: var(--red); }
footer:after { background: var(--green); }
footer > a { color: var(--green); }

/* TIMELINE PAGE */
.timeline-page { --tl-warm: #eee7da; --tl-dark: #11130f; }
.timeline-page .nav { position: absolute; }
.tl-main { padding-top: 68px; }
.tl-masthead { min-height: 30vh; display: grid; place-content: center; padding: 12vh max(8vw, 28px) 7vh; text-align: center; border-bottom: 1px solid var(--hair); }
.tl-masthead span { font: 600 11px/1.4 Archivo, sans-serif; letter-spacing: .18em; text-transform: uppercase; color: var(--red); }
.tl-masthead h1 { font-size: clamp(4.8rem, 14vw, 12rem); margin: .1em 0; letter-spacing: -.055em; }
.tl-masthead p { max-width: 600px; margin: 0 auto; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.25rem); }
.tl-spine { position: fixed; z-index: 8; top: 18vh; bottom: 10vh; inset-inline-start: 28px; width: 18px; pointer-events: none; }
.tl-spine:before { content: ""; position: absolute; top: 18px; bottom: 0; inset-inline-start: 8px; width: 1px; background: var(--hair); }
.tl-spine span { position: absolute; top: 18px; bottom: 0; inset-inline-start: 8px; width: 2px; background: var(--red); transform: scaleY(var(--tl-progress, 0)); transform-origin: top; }
.tl-spine svg { position: absolute; top: 0; inset-inline-start: -1px; width: 20px; height: 22px; fill: var(--red); transform: rotate(180deg); }
.tl-chapter { border-bottom: 1px solid var(--hair); }
.tl-opener { position: relative; padding: clamp(44px, 7vw, 88px) max(6vw, 24px); border-bottom: 1px solid var(--hair); }
.tl-opener-card { display: grid; grid-template-columns: minmax(64px, .2fr) minmax(0, 1fr) 42px; align-items: center; gap: clamp(16px, 3vw, 42px); width: min(1100px, 100%); }
.tl-opener-card b { display: block; font: 500 clamp(3.5rem, 8vw, 6rem)/.7 Newsreader, serif; color: rgba(23,20,15,.11); letter-spacing: -.07em; border-inline-end: 1px solid var(--hair); padding-inline-end: clamp(16px, 3vw, 42px); }
.tl-opener-copy > span { display: block; font: 600 12px Archivo, sans-serif; letter-spacing: .16em; color: var(--red); }
.tl-opener-card h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); margin: 8px 0; }
.tl-opener-card p { margin: 0; color: var(--muted); font-size: 1rem; max-width: 64ch; }
.tl-accordion-trigger { position: absolute; z-index: 3; inset: 0; width: 100%; padding: 0; cursor: pointer; background: transparent; border: 0; color: inherit; }
.tl-accordion-trigger:focus-visible { outline: 3px solid var(--red); outline-offset: -6px; }
.tl-chevron { position: relative; display: block; width: 34px; height: 34px; border: 1px solid currentColor; }
.tl-chevron:before, .tl-chevron:after { content: ""; position: absolute; top: 50%; left: 50%; width: 13px; height: 1px; background: currentColor; transition: transform .45s var(--ease); }
.tl-chevron:before { transform: translate(-50%, -50%); }
.tl-chevron:after { transform: translate(-50%, -50%) rotate(90deg); }
.tl-chapter.is-open .tl-chevron:before { transform: translate(-50%, -50%) rotate(180deg); }
.tl-chapter.is-open .tl-chevron:after { transform: translate(-50%, -50%) rotate(180deg); }
.tl-entries { width: min(1240px, 100%); max-height: 0; overflow: hidden; margin: auto; padding: 0 max(6vw, 24px); transition: max-height .72s var(--ease); }
.tl-entry { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(30px, 6vw, 90px); padding: clamp(44px, 6vw, 80px) 0; border-bottom: 1px solid var(--hair); }
.tl-entry:last-child { border-bottom: 0; }
.tl-entry.tl-textonly { display: block; }
.tl-entry.tl-textonly .tl-copy { max-width: min(780px, 100%); }
.tl-entry:nth-child(even):not(.tl-textonly) .tl-copy { order: 2; }
.tl-entry:nth-child(even):not(.tl-textonly) figure { order: 1; }
.tl-copy { max-width: 570px; }
.tl-copy time { display: block; margin-bottom: -.12em; font: 500 clamp(3.4rem, 8vw, 7rem)/.8 Newsreader, serif; color: rgba(23,20,15,.15); letter-spacing: -.055em; direction: ltr; }
.tl-copy h3 { margin: 26px 0 14px; font: 800 clamp(1.5rem, 2.8vw, 2.4rem)/1.25 "Noto Kufi Arabic", sans-serif; }
.tl-copy p { margin: 0; max-width: 60ch; color: var(--muted); font-size: clamp(.96rem, 1.3vw, 1.08rem); }
.tl-copy blockquote { margin: 34px 0 0; padding-inline-start: 24px; border-inline-start: 3px solid var(--red); font-size: clamp(1.5rem, 3vw, 2.6rem); }
.tl-entry figure { margin: 0; }
.tl-entry :where(figure img) { display: block; width: 100%; height: auto; border: 1px solid var(--hair); }
.tl-entry figure figcaption { padding: 9px 0; border-bottom: 1px solid var(--hair); color: var(--muted); font: 500 10px/1.5 Archivo, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.tl-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 14px; }
.tl-gallery img { max-height: 540px; width: auto; max-width: 100%; justify-self: center; }
.tl-gallery img:first-child:nth-last-child(1) { grid-column: 1 / -1; }
.tl-gallery img:nth-child(odd):last-child:not(:only-child) {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: min(100%, 520px);
}
.tl-endurance img, .tl-mourning img { filter: grayscale(1) contrast(1.08); }
.tl-exile { background: var(--tl-warm); }
.tl-exile .tl-opener-card b { color: rgba(23,20,15,.09); border-inline-end-color: rgba(23,20,15,.18); }
.tl-peak { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); }
.tl-revolution .tl-opener { border-top: 13px solid var(--red); }
.tl-war { color: var(--light); background: var(--tl-dark); }
.tl-war .tl-opener { border-color: rgba(232,232,232,.2); }
.tl-war .tl-opener-card b { color: rgba(232,232,232,.15); border-inline-end-color: rgba(232,232,232,.25); }
.tl-war .tl-opener-card p, .tl-war .tl-copy p, .tl-war figcaption { color: rgba(232,232,232,.68); }
.tl-war .tl-entry { border-color: rgba(232,232,232,.2); }
.tl-war .tl-copy time { color: rgba(232,232,232,.15); }
.tl-homecoming { background: var(--paper); padding: clamp(60px, 8vw, 120px) max(6vw, 24px); }
.tl-homecoming .tl-entry { width: min(1120px, 100%); margin: auto; }
.tl-epilogue { width: min(680px, 100%); margin: 70px auto 0; padding: 45px 20px; border-block: 1px solid var(--hair); text-align: center; }
.tl-epilogue span { color: var(--red); font: 600 10px Archivo, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.tl-epilogue p { margin: 14px 0 0; font-family: "Noto Kufi Arabic", sans-serif; font-size: clamp(1.1rem, 2vw, 1.5rem); }
[dir="ltr"] .timeline-page, [dir="ltr"] .timeline-page .tl-copy h3, [dir="ltr"] .timeline-page .tl-epilogue p { font-family: Archivo, sans-serif; }
[dir="ltr"] .tl-masthead h1, [dir="ltr"] .tl-opener-card h2, [dir="ltr"] .tl-copy h3, [dir="ltr"] .tl-copy blockquote { font-family: Newsreader, serif; }
.timeline-page .reveal { opacity: 0; transform: translateY(48px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.timeline-page .reveal.in { opacity: 1; transform: none; }
@media (max-width: 767px) {
  .tl-main { padding-top: 62px; }
  .tl-spine { display: none; }
  .tl-masthead { min-height: 30vh; padding-inline: 20px; }
  .tl-masthead h1 { font-size: clamp(4rem, 22vw, 6rem); }
  .tl-opener { padding: 34px 20px 30px; }
  .tl-opener-card { grid-template-columns: 48px minmax(0, 1fr) 30px; gap: 12px; padding: 0; }
  .tl-opener-card b { font-size: 3.4rem; padding-inline-end: 12px; }
  .tl-opener-copy > span { font-size: 10px; }
  .tl-opener-card h2 { margin: 5px 0; font-size: clamp(1.25rem, 7vw, 1.75rem); }
  .tl-opener-card p { display: none; }
  .tl-chevron { width: 28px; height: 28px; }
  .tl-entries { padding-inline: 20px; }
  .tl-entry, .tl-peak { display: flex; flex-direction: column; align-items: stretch; gap: 28px; min-height: auto; padding: 40px 0 46px; }
  .tl-entry:nth-child(even) .tl-copy, .tl-entry:nth-child(even) figure { order: initial; }
  .tl-copy time { font-size: clamp(3.4rem, 20vw, 5rem); }
  .tl-copy h3 { margin-top: 20px; font-size: 1.55rem; }
  .tl-copy blockquote { margin-top: 26px; font-size: 1.6rem; }
  .tl-entry figure { width: 100%; }
  .tl-entry figure img { max-height: 76vh; width: auto; max-width: 100%; margin-inline: auto; }
  .tl-gallery { grid-template-columns: 1fr; gap: 14px; }
  .tl-homecoming { padding: 20px 20px 70px; }
}
@media (prefers-reduced-motion: reduce) {
  .timeline-page .reveal { opacity: 1; transform: none; }
  .tl-entries { transition-duration: 0s; }
}
