/* THE FLIGHT — Arabic overrides.
   Arabic display: Alexandria (geometric, Kufi spirit). Body: Readex Pro.
   NEVER letter-space Arabic. */
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@500;800&family=Readex+Pro:wght@400;600&display=swap");

body { font-family: "Readex Pro", "Segoe UI", system-ui, sans-serif; }
h1, h2, h3, .manifesto__text, .nav__word {
  font-family: "Alexandria", sans-serif;
  letter-spacing: 0 !important;
}
.hero__title, .contact__title { letter-spacing: 0 !important; }
.hero__eyebrow, .gate span, .field label, .badge, .hero__hint, .preloader__count {
  font-family: "Readex Pro", sans-serif; letter-spacing: 0.05em;
}
.nav__word { font-weight: 800; font-size: 19px; }

/* Arabic diacritics must never be clipped by the line-mask reveal */
.hero__title .line { overflow: visible; }
.hero__title { line-height: 1.12; }

/* Geometry flips */
.gate:nth-child(even) { justify-self: end; }
.ledger li { padding: clamp(24px, 4vh, 44px) 0 clamp(24px, 4vh, 44px) 140px; }
.badge { right: auto; left: 0; }
.btn, .nav__cta { font-family: "Readex Pro", sans-serif; }
@media (max-width: 760px) {
  .ledger li { padding-left: 0; }
}
