:root {
  --paper: #f1efe8;
  --paper-deep: #dedbd2;
  --ink: #0a0a09;
  --muted: #6e6c65;
  --signal: #c8a456;
  --line: rgba(10, 10, 9, 0.22);
  --page: min(100% - 48px, 1440px);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --arabic: "SF Arabic", "Geeza Pro", "Noto Sans Arabic", Tahoma, sans-serif;
  color-scheme: light;
  font-synthesis: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

[dir="rtl"] body {
  font-family: var(--arabic);
}

body::before {
  position: fixed;
  z-index: 20;
  inset-block: 0;
  inset-inline-start: 0;
  width: 4px;
  background: var(--signal);
  content: "";
}

img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  inset-block-start: 16px;
  inset-inline-start: 16px;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 10;
  inset-block-start: 0;
  inset-inline: 0;
  width: var(--page);
  min-height: 108px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-block-end: 1px solid var(--line);
}

.wordmark {
  display: block;
  width: 136px;
}

.wordmark img {
  display: block;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

[dir="rtl"] .header-nav {
  font-size: 14px;
  letter-spacing: 0;
}

.header-nav a {
  padding-block: 10px;
  border-block-end: 1px solid transparent;
}

.header-nav a:hover {
  border-color: currentColor;
}

.language-switch {
  min-width: 52px;
  border: 1px solid currentColor !important;
  padding: 7px 12px !important;
  text-align: center;
}

.hero {
  position: relative;
  min-height: 100svh;
  width: var(--page);
  margin-inline: auto;
  padding-block: clamp(180px, 23vh, 250px) 80px;
  overflow: hidden;
}

.hero-index {
  position: absolute;
  z-index: 0;
  inset-block-start: 10%;
  inset-inline-end: -0.04em;
  color: transparent;
  font-family: var(--arabic);
  font-size: clamp(180px, 34vw, 600px);
  font-weight: 800;
  line-height: 0.9;
  -webkit-text-stroke: 1px var(--line);
  opacity: 0.7;
  pointer-events: none;
}

.kicker {
  position: relative;
  z-index: 1;
  width: min(330px, 70%);
  margin: 0 0 clamp(40px, 7vh, 90px);
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

[dir="rtl"] .kicker {
  font-size: 15px;
  letter-spacing: 0;
}

.hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 12ch;
  font-family: var(--sans);
  font-size: clamp(58px, 10vw, 170px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.79;
}

[dir="rtl"] .hero h1 {
  max-width: 8ch;
  font-family: var(--arabic);
  font-size: clamp(76px, 13vw, 208px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
}

.hero h1 span {
  display: block;
}

.hero-subtitle {
  position: absolute;
  z-index: 2;
  inset-block-start: 48%;
  inset-inline-end: 4%;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(20px, 2.25vw, 38px);
  font-style: italic;
  line-height: 1.15;
}

[dir="rtl"] .hero-subtitle {
  font-family: var(--arabic);
  font-size: clamp(24px, 2.5vw, 42px);
  font-style: normal;
}

.living-line {
  position: absolute;
  z-index: 1;
  inset-inline: -3vw;
  inset-block-end: 8vh;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0;
  white-space: nowrap;
  font-family: var(--arabic);
  font-size: clamp(40px, 8vw, 130px);
  font-weight: 650;
  line-height: 1;
  opacity: 0.09;
  transform: scaleX(1.06);
  transform-origin: center;
  animation: breathe-letterforms 9s cubic-bezier(.4, 0, .2, 1) infinite alternate;
}

.living-line span:nth-child(2) {
  transform: scaleX(1.45);
}

.living-line span:nth-child(3) {
  transform: scaleX(0.75);
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  inset-block-end: 42px;
  inset-inline-end: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

[dir="rtl"] .scroll-cue {
  font-size: 13px;
  letter-spacing: 0;
}

.scroll-cue svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

@keyframes breathe-letterforms {
  from { gap: 0.01em; transform: scaleX(0.95); }
  to { gap: 0.09em; transform: scaleX(1.12); }
}

.narrative,
.manifesto,
.members-section,
.question-section {
  padding-block: clamp(88px, 14vw, 220px);
  padding-inline: max(24px, calc((100% - 1440px) / 2));
}

.section-label {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  margin-block-end: clamp(64px, 10vw, 150px);
  padding-block-start: 12px;
  border-block-start: 1px solid currentColor;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[dir="rtl"] .section-label {
  font-size: 14px;
  letter-spacing: 0;
}

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

.film-section {
  position: relative;
  padding: clamp(36px, 5vw, 72px) max(24px, calc((100% - 1440px) / 2)) clamp(88px, 10vw, 150px);
  overflow: hidden;
}

.film-section::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline: max(24px, calc((100% - 1440px) / 2));
  height: 1px;
  background: rgba(241, 239, 232, 0.28);
  content: "";
}

.film-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) 1.55fr 0.6fr;
  gap: clamp(28px, 5vw, 90px);
  align-items: end;
  margin-block-end: clamp(32px, 5vw, 70px);
}

.film-index {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

[dir="rtl"] .film-index {
  font-size: 13px;
  letter-spacing: 0;
}

.film-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 8vw, 128px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.82;
}

.film-heading h2 span {
  display: block;
  margin-block-start: 0.2em;
  color: var(--signal);
  font-family: var(--arabic);
  font-size: 0.55em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

[dir="rtl"] .film-heading h2 {
  font-family: var(--arabic);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
}

[dir="rtl"] .film-heading h2 span {
  font-family: var(--serif);
  font-size: 0.42em;
  font-weight: 400;
}

.film-heading > p:last-child {
  max-width: 22ch;
  margin: 0;
  color: rgba(241, 239, 232, 0.68);
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 28px);
  font-style: italic;
  line-height: 1.15;
}

[dir="rtl"] .film-heading > p:last-child {
  font-family: var(--arabic);
  font-style: normal;
}

.film-frame {
  position: relative;
  margin: 0;
}

.film-frame::before {
  position: absolute;
  z-index: 1;
  inset: -1px;
  border: 1px solid rgba(200, 164, 86, 0.58);
  content: "";
  pointer-events: none;
}

.film-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111722;
  object-fit: cover;
}

.film-frame figcaption {
  display: grid;
  grid-template-columns: minmax(80px, 0.45fr) 1.55fr 0.6fr;
  gap: clamp(28px, 5vw, 90px);
  padding-block-start: 18px;
  color: rgba(241, 239, 232, 0.6);
  font-size: 12px;
  line-height: 1.45;
}

.film-frame figcaption::before {
  content: "Arabic 100";
  color: var(--signal);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.film-frame figcaption {
  grid-template-areas: "mark caption .";
}

.film-frame figcaption::before {
  grid-area: mark;
}

[dir="rtl"] .film-frame figcaption::before {
  content: "العربية ١٠٠";
  letter-spacing: 0;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.65fr;
  gap: clamp(40px, 8vw, 140px);
}

.editorial-grid h2,
.ecosystem-section h2,
.imagine-section h2,
.circle-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(56px, 8.5vw, 136px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

[dir="rtl"] .editorial-grid h2,
[dir="rtl"] .ecosystem-section h2,
[dir="rtl"] .imagine-section h2,
[dir="rtl"] .circle-copy h2 {
  font-family: var(--arabic);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.body-copy {
  max-width: 480px;
  align-self: end;
  font-size: clamp(18px, 1.6vw, 26px);
  line-height: 1.5;
}

.body-copy p:first-child {
  font-weight: 600;
}

.glyph-study {
  grid-column: 1 / -1;
  min-height: 290px;
  margin-block-start: clamp(40px, 8vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 2.5vw, 40px);
  overflow: hidden;
  border-block: 1px solid var(--line);
  font-family: var(--arabic);
  font-size: clamp(90px, 20vw, 320px);
  font-weight: 700;
  line-height: 1;
}

.glyph-study span {
  display: inline-block;
  transition: transform 900ms cubic-bezier(.2, .8, .2, 1);
}

.glyph-study.is-visible span:nth-child(odd) {
  transform: translateY(-0.08em) scaleX(1.1);
}

.glyph-study.is-visible span:nth-child(even) {
  transform: translateY(0.07em) scaleX(0.8);
}

.tools-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(60px, 10vw, 160px);
}

.eyebrow {
  margin: 0 0 28px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

[dir="rtl"] .eyebrow {
  font-size: 13px;
  letter-spacing: 0;
}

.localization-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.localization-list li {
  counter-increment: process;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  padding-block: 20px;
  border-block-start: 1px solid rgba(241, 239, 232, 0.25);
  font-size: clamp(16px, 1.5vw, 22px);
}

.localization-list li::before {
  content: "0" counter(process);
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
}

.contrast-statement {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(18px, 4vw, 52px);
  text-align: center;
}

.contrast-statement > span {
  color: var(--signal);
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 110px);
}

.contrast-statement p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 62px);
  line-height: 1.05;
}

[dir="rtl"] .contrast-statement p {
  font-family: var(--arabic);
}

.contrast-statement em {
  color: #96938b;
  font-weight: 400;
}

.contrast-statement strong {
  color: var(--signal);
  font-weight: 400;
}

.tools-grid h2 {
  grid-column: 1 / -1;
  margin: clamp(100px, 15vw, 220px) 0 0;
  max-width: 14ch;
  font-size: clamp(64px, 11vw, 170px);
  font-weight: 750;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

[dir="rtl"] .tools-grid h2 {
  letter-spacing: 0;
  line-height: 1.05;
}

.statement-layout {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: clamp(40px, 10vw, 160px);
}

.pull-quote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(50px, 8.5vw, 132px);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

[dir="rtl"] .pull-quote {
  font-family: var(--arabic);
  letter-spacing: 0;
  line-height: 1.1;
}

.supporting-copy {
  align-self: end;
  margin: 0;
  font-size: clamp(18px, 1.65vw, 26px);
  line-height: 1.55;
}

.initiative-note {
  grid-column: 2;
  margin: 24px 0 0;
  padding-block-start: 12px;
  border-block-start: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.ecosystem-section {
  background: var(--paper-deep);
}

.ecosystem-section h2,
.imagine-section h2 {
  max-width: 10ch;
}

.ecosystem-flow {
  margin-block-start: clamp(100px, 15vw, 220px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 26px;
  font-family: var(--serif);
  font-size: clamp(25px, 3.7vw, 58px);
  line-height: 1;
}

[dir="rtl"] .ecosystem-flow {
  font-family: var(--arabic);
}

.ecosystem-flow span {
  padding-block-end: 8px;
  border-block-end: 2px solid currentColor;
  transition: color 200ms ease, transform 200ms ease;
}

.ecosystem-flow span:hover {
  color: #7c6228;
  transform: translateY(-4px);
}

.ecosystem-flow i {
  color: var(--signal);
  font-style: normal;
}

[dir="ltr"] .ecosystem-flow i {
  transform: rotate(180deg);
}

.imagine-section {
  position: relative;
  overflow: hidden;
}

.story-sequence {
  width: min(820px, 100%);
  margin-block-start: clamp(100px, 15vw, 220px);
  margin-inline-start: auto;
  counter-reset: story;
}

.story-sequence p {
  counter-increment: story;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  margin: 0;
  padding-block: 25px;
  border-block-start: 1px solid var(--line);
  font-size: clamp(20px, 2.2vw, 34px);
}

.story-sequence p::before {
  content: "0" counter(story);
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
}

.manifesto {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--signal);
}

.manifesto h2 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(68px, 12vw, 190px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

[dir="rtl"] .manifesto h2 {
  max-width: 11ch;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.02;
}

.manifesto-lines {
  margin-block-start: clamp(100px, 15vw, 200px);
}

.manifesto-lines p {
  margin: 0;
  padding-block: 10px;
  border-block-start: 1px solid rgba(10, 10, 9, 0.35);
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 46px);
}

[dir="rtl"] .manifesto-lines p {
  font-family: var(--arabic);
}

.identity-reveal {
  padding-block: clamp(70px, 9vw, 120px);
  border-block: 1px solid var(--line);
  text-align: center;
}

.identity-reveal img {
  width: min(850px, 90%);
}

.circle-copy {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
  margin-block-start: clamp(80px, 12vw, 170px);
}

.circle-copy h2 {
  max-width: 8ch;
}

.circle-copy p {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.55;
}

.not-list {
  margin: clamp(80px, 12vw, 160px) 0 0;
  padding: 0;
  border-block-end: 1px solid var(--line);
  list-style: none;
}

.not-list li {
  padding-block: 18px;
  border-block-start: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(24px, 3.8vw, 58px);
}

[dir="rtl"] .not-list li {
  font-family: var(--arabic);
}

.not-list li::before {
  content: "×";
  display: inline-block;
  width: 1.2em;
  color: var(--signal);
}

.members-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-block-end: clamp(70px, 10vw, 140px);
}

.members-heading h2 {
  margin: 0;
  font-size: clamp(80px, 16vw, 250px);
  letter-spacing: -0.08em;
  line-height: 0.74;
}

[dir="rtl"] .members-heading h2 {
  letter-spacing: 0;
  line-height: 0.9;
}

.members-heading p {
  margin: 0;
  color: #a9a69f;
  font-family: var(--serif);
  font-size: clamp(18px, 2.2vw, 32px);
  line-height: 1.15;
}

[dir="rtl"] .members-heading p {
  font-family: var(--arabic);
}

.member-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  border-block-start: 1px solid rgba(241, 239, 232, 0.28);
  border-inline-start: 1px solid rgba(241, 239, 232, 0.28);
  list-style: none;
}

.member-grid li {
  position: relative;
  aspect-ratio: 1;
  border-block-end: 1px solid rgba(241, 239, 232, 0.28);
  border-inline-end: 1px solid rgba(241, 239, 232, 0.28);
  color: #73716b;
  transition: background 180ms ease, color 180ms ease;
}

.member-grid li::before {
  position: absolute;
  inset-block-start: 7px;
  inset-inline-start: 8px;
  content: attr(data-number);
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}

.member-grid li:hover {
  background: var(--signal);
  color: var(--ink);
}

.question-section {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.question-kicker {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[dir="rtl"] .question-kicker {
  font-size: 14px;
  letter-spacing: 0;
}

.question-section h2 {
  margin: 0;
  max-width: 15ch;
  font-family: var(--serif);
  font-size: clamp(56px, 8.5vw, 132px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

[dir="rtl"] .question-section h2 {
  font-family: var(--arabic);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
}

.question-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-block-start: clamp(60px, 8vw, 110px);
}

.button {
  min-height: 54px;
  padding: 15px 22px;
  border: 1px solid var(--ink);
  border-radius: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.button-dark:hover {
  background: var(--signal);
  color: var(--ink);
}

.button-line {
  background: transparent;
}

.button-line:hover {
  background: var(--paper-deep);
}

.interest-panel {
  margin-block-start: 50px;
  padding: clamp(28px, 5vw, 72px);
  background: #e5e2da;
}

.interest-panel[hidden] {
  display: none;
}

.interest-panel form {
  max-width: 920px;
  margin-inline: auto;
}

.form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-block-end: 46px;
}

.form-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 70px);
  font-weight: 400;
  line-height: 1;
}

[dir="rtl"] .form-heading h3 {
  font-family: var(--arabic);
}

.close-form {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.interest-panel label {
  display: grid;
  gap: 9px;
  margin-block-end: 24px;
  font-size: 12px;
  font-weight: 650;
}

.interest-panel input,
.interest-panel textarea {
  width: 100%;
  border: 0;
  border-block-end: 1px solid var(--ink);
  border-radius: 0;
  padding: 12px 2px;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  outline: none;
  resize: vertical;
}

.interest-panel textarea {
  min-height: 120px;
}

.interest-panel input:focus,
.interest-panel textarea:focus {
  border-block-end-width: 3px;
  border-color: var(--signal);
}

.consent {
  grid-template-columns: 20px 1fr !important;
  align-items: center;
  font-weight: 400 !important;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--ink);
}

.submit-button {
  margin-block-start: 20px;
}

.honeypot {
  position: absolute;
  inset-inline-start: -9999px;
}

.site-footer {
  min-height: 54vh;
  padding: clamp(70px, 10vw, 140px) max(24px, calc((100% - 1440px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: space-between;
  gap: 80px;
  background: var(--ink);
  color: var(--paper);
}

.site-footer img {
  width: min(300px, 60%);
  filter: grayscale(1) invert(1);
}

.site-footer > p:not(.footer-meta) {
  margin: 0;
  justify-self: end;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 60px);
  line-height: 1.05;
}

[dir="rtl"] .site-footer > p:not(.footer-meta) {
  font-family: var(--arabic);
}

.footer-meta {
  grid-column: 1 / -1;
  margin: 0;
  padding-block-start: 14px;
  border-block-start: 1px solid rgba(241, 239, 232, 0.28);
  color: #8b8983;
  font-size: 11px;
}

.thanks-page {
  min-height: 100svh;
  width: var(--page);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thanks-page h1 {
  margin: 0 0 30px;
  max-width: 10ch;
  font-family: var(--serif);
  font-size: clamp(64px, 12vw, 180px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.85;
}

[dir="rtl"] .thanks-page h1 {
  font-family: var(--arabic);
  letter-spacing: 0;
  line-height: 1;
}

.thanks-page p {
  max-width: 560px;
  font-size: clamp(18px, 2vw, 28px);
}

.thanks-page a {
  align-self: flex-start;
  margin-block-start: 30px;
}

[dir="rtl"] .thanks-page a {
  align-self: flex-start;
}

@media (max-width: 900px) {
  :root {
    --page: min(100% - 32px, 1440px);
  }

  .site-header {
    min-height: 86px;
  }

  .wordmark {
    width: 105px;
  }

  .header-nav a:not(.language-switch) {
    display: none;
  }

  .hero {
    padding-block-start: 150px;
  }

  .hero-subtitle {
    position: relative;
    inset: auto;
    margin-block-start: 50px;
  }

  .living-line {
    inset-block-end: 13vh;
  }

  .editorial-grid,
  .tools-grid,
  .statement-layout,
  .circle-copy,
  .film-heading {
    grid-template-columns: 1fr;
  }

  .film-heading {
    gap: 24px;
  }

  .film-heading > p:last-child {
    max-width: none;
  }

  .film-frame figcaption {
    grid-template-columns: 1fr;
    grid-template-areas: "mark" "caption";
    gap: 8px;
  }

  .body-copy,
  .supporting-copy {
    max-width: 680px;
  }

  .tools-grid h2,
  .initiative-note {
    grid-column: 1;
  }

  .statement-layout {
    gap: 60px;
  }

  .members-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 600px) {
  .narrative,
  .manifesto,
  .members-section,
  .question-section,
  .film-section {
    padding-inline: 20px;
  }

  .film-section {
    padding-block-start: 28px;
  }

  .film-section::before {
    inset-inline: 20px;
  }

  .hero h1 {
    font-size: clamp(54px, 17.4vw, 92px);
  }

  [dir="rtl"] .hero h1 {
    font-size: clamp(72px, 23vw, 118px);
  }

  .hero-index {
    inset-block-start: 19%;
  }

  .kicker {
    width: 80%;
  }

  .living-line {
    font-size: 56px;
  }

  .scroll-cue {
    inset-inline-end: auto;
    inset-inline-start: 0;
  }

  .section-label {
    margin-block-end: 74px;
  }

  .contrast-statement {
    grid-template-columns: 1fr;
    text-align: start;
  }

  .contrast-statement > span {
    justify-self: center;
    transform: rotate(90deg);
  }

  .ecosystem-flow {
    gap: 14px;
  }

  .ecosystem-flow i {
    display: none;
  }

  .field-pair,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer > p:not(.footer-meta) {
    justify-self: start;
  }

  .footer-meta {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
