@font-face {
  font-family: "Beiruti";
  src: url("/assets/beiruti-site.6679444493.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #020705;
  --ink-soft: #06110c;
  --panel: #091b13;
  --paper: #eef4ea;
  --paper-muted: #a8b6ad;
  --acid: #ceff00;
  --line: rgba(238, 244, 234, 0.13);
  --line-strong: rgba(238, 244, 234, 0.24);
  --shadow: 0 36px 100px rgba(0, 0, 0, 0.55);
  --radius-s: 13px;
  --radius-m: 22px;
  --radius-l: 34px;
  --shell: min(1480px, calc(100vw - 64px));
}

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

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: radial-gradient(circle at 70% -10%, rgba(22, 88, 54, 0.22), transparent 31rem), var(--ink);
  color: var(--paper);
  font-family: "Beiruti", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 430;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin-top: 0;
}

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

p {
  text-wrap: pretty;
}

::selection {
  background: var(--acid);
  color: #001008;
}

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 5px;
  border-radius: 5px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--acid);
  color: #001008;
  font-weight: 750;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 100;
  height: 74px;
  border-block-end: 1px solid var(--line);
  background: rgba(2, 7, 5, 0.82);
  backdrop-filter: blur(20px) saturate(140%);
}

.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
  gap: 24px;
}

.brand {
  width: 124px;
  height: 55px;
  display: flex;
  align-items: center;
}

.brand img {
  width: 100%;
  height: 48px;
  object-fit: contain;
}

.desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}

.desktop-nav a,
.language-switch {
  color: rgba(238, 244, 234, 0.78);
  font-size: 15px;
  font-weight: 620;
  text-decoration: none;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.language-switch:hover {
  color: var(--acid);
}

.language-switch {
  justify-self: end;
  padding: 8px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
}

[dir="rtl"] .language-switch {
  font-family: ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.02em;
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  font-weight: 720;
  text-decoration: none;
}

.button {
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button.primary {
  background: var(--acid);
  color: #061008;
}

.button.primary:hover {
  background: #ddff4d;
}

.button.light {
  background: #061008;
  color: var(--paper);
}

.text-link {
  color: var(--paper);
  border-block-end: 1px solid rgba(238, 244, 234, 0.45);
  transition: color 180ms ease, border-color 180ms ease;
}

.text-link:hover {
  color: var(--acid);
  border-color: var(--acid);
}

.text-link span {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8em;
}

.kicker {
  margin-block-end: 22px;
  color: var(--acid);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

[lang="ar"] .kicker {
  font-family: "Beiruti", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

.section-space {
  padding-block: clamp(100px, 12vw, 190px);
}

.hero {
  position: relative;
  min-height: calc(100svh - 74px);
  overflow: hidden;
  border-block-end: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  width: min(56vw, 900px);
  aspect-ratio: 1;
  inset-block-start: -36%;
  inset-inline-end: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(206, 255, 0, 0.13), rgba(0, 0, 0, 0) 68%);
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 74px);
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(600px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 5vw, 92px);
  padding-block: clamp(34px, 5vh, 70px);
}

[dir="rtl"] .hero-layout {
  grid-template-columns: minmax(600px, 1.18fr) minmax(390px, 0.82fr);
}

[dir="rtl"] .hero-copy {
  grid-column: 2;
}

[dir="rtl"] .product-stage {
  grid-column: 1;
  grid-row: 1;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 610px;
}

.hero h1 {
  margin-block-end: 28px;
  font-size: clamp(76px, 7.4vw, 126px);
  font-weight: 790;
  letter-spacing: -0.055em;
  line-height: 0.82;
}

[lang="ar"] .hero h1 {
  font-size: clamp(74px, 7vw, 118px);
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.hero h1 span,
.manifesto h2 span,
.closing h2 span {
  color: var(--acid);
}

.hero-body {
  max-width: 600px;
  margin-block-end: 30px;
  color: var(--paper-muted);
  font-size: clamp(19px, 1.25vw, 23px);
  line-height: 1.62;
}

.hero-actions,
.boundary-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.hero-proof {
  max-width: 540px;
  margin-block: 30px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(238, 244, 234, 0.58);
  font-size: 14px;
}

.hero-proof span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-block-start: 8px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 18px rgba(206, 255, 0, 0.7);
}

.product-stage {
  position: relative;
  min-width: 0;
  height: clamp(570px, 70vh, 760px);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-l);
  background: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), radial-gradient(circle at 72% 18%, rgba(206, 255, 0, 0.2), transparent 29%), #07140e;
  background-size: 58px 58px, 58px 58px, auto, auto;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.product-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background: linear-gradient(180deg, transparent 64%, rgba(2, 7, 5, 0.88));
  pointer-events: none;
}

.stage-topline {
  position: absolute;
  inset-block-start: 18px;
  inset-inline: 20px;
  z-index: 7;
  display: flex;
  justify-content: space-between;
  color: rgba(238, 244, 234, 0.5);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.13em;
}

.stage-tablet {
  position: absolute;
  z-index: 2;
  width: min(74%, 670px);
  inset-block-start: 6%;
  inset-inline-end: 4%;
  margin: 0;
  transform: rotate(2.2deg);
  transform-origin: 60% 40%;
}

[dir="rtl"] .stage-tablet {
  transform: rotate(-2.2deg);
}

.stage-tablet img,
.hero-device img,
.tablet-frame img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #000;
  box-shadow: 0 32px 82px rgba(0, 0, 0, 0.62);
}

.stage-tablet img {
  border-radius: 20px;
}

.hero-device {
  position: absolute;
  z-index: 4;
  width: min(31%, 278px);
  inset-block-end: -14%;
  inset-inline-start: 5%;
  margin: 0;
  transform: rotate(-3deg);
}

[dir="rtl"] .hero-device {
  transform: rotate(3deg);
}

.hero-device img {
  border-radius: 24px;
}

.hero-device figcaption,
.tablet-frame figcaption {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fixture-note {
  position: absolute;
  z-index: 7;
  max-width: 46%;
  inset-inline-end: 22px;
  inset-block-end: 18px;
  margin: 0;
  color: rgba(238, 244, 234, 0.6);
  font-size: 12px;
  line-height: 1.5;
}

.platform-rail {
  border-block-end: 1px solid var(--line);
  background: #030a07;
}

.rail-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.rail-inner p {
  margin: 0;
  color: var(--paper-muted);
  font-size: 14px;
}

.rail-inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 62px);
  list-style: none;
}

.rail-inner li {
  position: relative;
  color: var(--paper);
  font-size: 14px;
  font-weight: 650;
}

.rail-inner li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  inset-block-start: 50%;
  inset-inline-end: calc(-1 * clamp(12px, 2vw, 31px));
  border-radius: 50%;
  background: var(--acid);
}

.manifesto {
  position: relative;
}

.narrow-copy {
  max-width: 1180px;
  margin-inline: auto;
}

.manifesto h2 {
  max-width: 1120px;
  margin-block-end: 46px;
  font-size: clamp(62px, 7.4vw, 118px);
  font-weight: 760;
  letter-spacing: -0.052em;
  line-height: 0.96;
}

[lang="ar"] .manifesto h2 {
  line-height: 1.08;
}

.manifesto .narrow-copy > p:last-child {
  width: min(620px, 100%);
  margin-inline-start: auto;
  color: var(--paper-muted);
  font-size: clamp(19px, 1.5vw, 24px);
}

.experience {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--ink-soft);
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(620px, 1.3fr);
  align-items: center;
  gap: clamp(56px, 7vw, 116px);
}

[dir="rtl"] .experience-layout {
  grid-template-columns: minmax(620px, 1.3fr) minmax(280px, 0.7fr);
}

[dir="rtl"] .experience-copy {
  grid-column: 2;
}

[dir="rtl"] .tablet-frame {
  grid-column: 1;
  grid-row: 1;
}

.experience-copy h2,
.details-header h2,
.start-heading h2,
.boundary h2 {
  margin-block-end: 26px;
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

[lang="ar"] .experience-copy h2,
[lang="ar"] .details-header h2,
[lang="ar"] .start-heading h2,
[lang="ar"] .boundary h2 {
  line-height: 1.12;
}

.experience-copy > p:last-child,
.details-header > p,
.start-note {
  color: var(--paper-muted);
  font-size: 19px;
}

.tablet-frame {
  position: relative;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-l);
  background: #020705;
  box-shadow: var(--shadow);
  transform: rotate(-1.4deg);
}

[dir="rtl"] .tablet-frame {
  transform: rotate(1.4deg);
}

.tablet-frame img {
  border-radius: 18px;
}

.details {
  background: linear-gradient(180deg, rgba(206, 255, 0, 0.035), transparent 36%), var(--ink);
}

.details-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: clamp(44px, 9vw, 150px);
  padding-block-end: 72px;
  border-block-end: 1px solid var(--line-strong);
}

.facts-list {
  display: grid;
}

.fact {
  display: grid;
  grid-template-columns: 92px minmax(230px, 0.75fr) minmax(300px, 1.25fr);
  align-items: baseline;
  gap: 24px;
  padding-block: 34px;
  border-block-end: 1px solid var(--line);
}

.fact > span,
.steps > li > span,
.section-number,
.policy-steps > li > span {
  color: var(--acid);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.fact h3 {
  margin: 0;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 700;
}

.fact p {
  margin: 0;
  color: var(--paper-muted);
}

.start {
  border-block: 1px solid var(--line);
  background: #07140e;
}

.start-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(64px, 10vw, 170px);
}

.start-heading {
  position: sticky;
  inset-block-start: 120px;
  align-self: start;
}

.steps,
.policy-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding-block: 34px;
  border-block-start: 1px solid var(--line-strong);
}

.steps li:last-child {
  border-block-end: 1px solid var(--line-strong);
}

.steps h3,
.policy-steps h3 {
  margin-block-end: 8px;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 700;
}

.steps p,
.policy-steps p {
  margin: 0;
  color: var(--paper-muted);
}

.boundary {
  padding-block: 40px;
  background: var(--acid);
  color: #061008;
}

.boundary-inner {
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(430px, 0.8fr);
  align-items: center;
  justify-content: space-between;
  gap: clamp(70px, 12vw, 190px);
}

.boundary .kicker {
  color: #365000;
}

.boundary h2 {
  max-width: 630px;
  margin: 0;
  font-size: clamp(64px, 7vw, 112px);
}

.boundary-inner > div:last-child > p {
  margin-block-end: 28px;
  font-size: clamp(19px, 1.5vw, 24px);
}

.dark-link {
  color: #061008;
  border-color: rgba(6, 16, 8, 0.42);
}

.dark-link:hover {
  color: #061008;
  border-color: #061008;
}

.closing {
  text-align: center;
}

.closing-inner {
  max-width: 1040px;
}

.closing img {
  width: 76px;
  margin: 0 auto 38px;
}

.closing h2 {
  margin-block-end: 26px;
  font-size: clamp(58px, 7vw, 108px);
  font-weight: 760;
  letter-spacing: -0.05em;
  line-height: 1;
}

[lang="ar"] .closing h2 {
  line-height: 1.12;
}

.closing p {
  margin-block-end: 25px;
  color: var(--paper-muted);
  font-size: 20px;
}

.site-footer {
  padding-block: 68px 28px;
  border-block-start: 1px solid var(--line);
  background: #010402;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(520px, 1.1fr);
  gap: 72px;
  padding-block-end: 62px;
}

.footer-brand img {
  width: 52px;
  margin-block-end: 20px;
}

.footer-brand p {
  max-width: 340px;
  color: var(--paper-muted);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.footer-links h2 {
  margin-block-end: 17px;
  color: rgba(238, 244, 234, 0.5);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a {
  display: block;
  width: fit-content;
  margin-block: 10px;
  color: var(--paper);
  font-size: 15px;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--acid);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-block-start: 24px;
  border-block-start: 1px solid var(--line);
  color: rgba(238, 244, 234, 0.62);
  font-size: 13px;
}

.footer-bottom p {
  margin: 0;
}

.policy-main {
  background: radial-gradient(circle at 80% -3%, rgba(206, 255, 0, 0.1), transparent 27rem), var(--ink);
}

.policy-hero {
  padding-block: clamp(90px, 11vw, 160px) 86px;
  border-block-end: 1px solid var(--line);
}

.policy-hero-inner {
  display: grid;
  grid-template-columns: minmax(480px, 1fr) minmax(280px, 0.35fr);
  align-items: end;
  gap: clamp(60px, 10vw, 160px);
}

.policy-hero h1 {
  max-width: 1050px;
  margin-block-end: 30px;
  font-size: clamp(64px, 8vw, 128px);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

[lang="ar"] .policy-hero h1 {
  line-height: 1.06;
}

.policy-intro {
  max-width: 760px;
  margin: 0;
  color: var(--paper-muted);
  font-size: clamp(20px, 1.6vw, 25px);
}

.policy-stamp {
  padding: 22px;
  border-inline-start: 1px solid var(--acid);
}

.policy-stamp img {
  width: 45px;
  margin-block-end: 18px;
}

.policy-stamp p {
  margin: 0;
  color: var(--paper-muted);
  font-size: 14px;
}

.policy-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 850px);
  justify-content: space-between;
  gap: clamp(70px, 11vw, 170px);
  padding-block: 84px 150px;
}

.policy-toc {
  position: sticky;
  inset-block-start: 110px;
  align-self: start;
  max-height: calc(100svh - 140px);
  overflow: auto;
  padding-inline-end: 16px;
}

.policy-toc > p,
.updated,
.split-label {
  color: var(--paper-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.policy-toc nav {
  display: grid;
  margin-block-start: 18px;
}

.policy-toc a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding-block: 12px;
  border-block-start: 1px solid var(--line);
  color: rgba(238, 244, 234, 0.72);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.policy-toc a:hover {
  color: var(--acid);
}

.policy-toc span {
  color: var(--acid);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.updated {
  margin-block-end: 44px;
}

.policy-article > section {
  padding-block: 8px 64px;
  margin-block-end: 56px;
  border-block-end: 1px solid var(--line-strong);
  scroll-margin-block-start: 100px;
}

.section-number {
  display: block;
  margin-block-end: 16px;
}

.policy-article h2 {
  margin-block-end: 26px;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.policy-article h3 {
  font-size: 24px;
}

.policy-article p,
.policy-article li {
  color: #c2ccc5;
  font-size: 18px;
  line-height: 1.78;
}

.policy-article a {
  color: var(--acid);
}

.policy-article ul {
  margin-block: 24px;
  padding-inline-start: 24px;
}

.policy-article li {
  margin-block: 9px;
}

.policy-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding-block: 24px;
  border-block-start: 1px solid var(--line);
}

.support-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-block: 30px;
}

.support-split article {
  padding: 26px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-m);
  background: var(--ink-soft);
}

.support-split h3 {
  margin-block-end: 18px;
}

.support-split ul {
  margin-block-end: 0;
}

.tmdb-credit {
  display: inline-flex;
  margin-block-end: 24px;
  padding: 14px 18px;
  border-radius: var(--radius-s);
  background: #eef4ea;
}

.tmdb-credit img {
  width: 273px;
  max-width: 100%;
}

.not-found {
  min-height: calc(100svh - 74px);
  width: min(780px, calc(100vw - 40px));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 80px;
  text-align: center;
}

.not-found > img {
  width: 72px;
  margin-block-end: 28px;
}

.not-found h1 {
  margin-block-end: 18px;
  font-size: clamp(52px, 9vw, 96px);
  line-height: 1;
}

.not-found > p:not(.kicker) {
  color: var(--paper-muted);
  font-size: 19px;
}

.not-found .text-link {
  margin-block-start: 14px;
}

.entrance {
  animation: enter 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.delay-one {
  animation-delay: 100ms;
}

@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 44px, 1080px);
  }

  .header-inner {
    grid-template-columns: 150px 1fr 150px;
  }

  .hero-layout,
  [dir="rtl"] .hero-layout {
    grid-template-columns: minmax(320px, 0.76fr) minmax(500px, 1.24fr);
    gap: 38px;
  }

  [dir="rtl"] .hero-layout {
    grid-template-columns: minmax(500px, 1.24fr) minmax(320px, 0.76fr);
  }

  .hero h1,
  [lang="ar"] .hero h1 {
    font-size: clamp(68px, 8vw, 92px);
  }

  .product-stage {
    height: clamp(540px, 68vh, 680px);
  }

  .experience-layout,
  [dir="rtl"] .experience-layout {
    grid-template-columns: minmax(250px, 0.65fr) minmax(520px, 1.35fr);
    gap: 48px;
  }

  [dir="rtl"] .experience-layout {
    grid-template-columns: minmax(520px, 1.35fr) minmax(250px, 0.65fr);
  }

  .policy-layout {
    grid-template-columns: 230px minmax(0, 760px);
    gap: 60px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 36px, 820px);
  }

  .site-header {
    height: 68px;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .brand {
    width: 108px;
  }

  .desktop-nav {
    display: none;
  }

  .hero,
  .hero-layout {
    min-height: auto;
  }

  .hero-layout,
  [dir="rtl"] .hero-layout {
    grid-template-columns: 1fr;
    padding-block: 74px 56px;
  }

  [dir="rtl"] .hero-copy,
  [dir="rtl"] .product-stage {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero h1,
  [lang="ar"] .hero h1 {
    font-size: clamp(70px, 13vw, 106px);
  }

  .product-stage {
    height: min(760px, 82vw);
    min-height: 580px;
  }

  .stage-tablet {
    width: 70%;
  }

  .hero-device {
    width: 30%;
    inset-block-end: -18%;
  }

  .manifesto h2 {
    font-size: clamp(58px, 11vw, 88px);
  }

  .experience-layout,
  [dir="rtl"] .experience-layout {
    grid-template-columns: 1fr;
  }

  [dir="rtl"] .experience-copy,
  [dir="rtl"] .tablet-frame {
    grid-column: 1;
    grid-row: auto;
  }

  .experience-copy {
    max-width: 650px;
  }

  .details-header,
  .start-layout,
  .boundary-inner,
  .policy-hero-inner,
  .policy-layout,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .start-heading,
  .policy-toc {
    position: static;
  }

  .policy-toc {
    max-height: none;
    padding: 0;
  }

  .policy-toc nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }

  .policy-layout {
    gap: 64px;
  }

  .boundary-inner {
    min-height: auto;
    padding-block: 80px;
    gap: 44px;
  }

  .footer-main {
    gap: 48px;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
    --radius-l: 24px;
  }

  body {
    font-size: 17px;
  }

  .section-space {
    padding-block: 94px;
  }

  .site-header {
    height: 64px;
  }

  .brand {
    width: 96px;
  }

  .language-switch {
    padding: 6px 12px;
    font-size: 13px;
  }

  .hero-layout,
  [dir="rtl"] .hero-layout {
    padding-block: 58px 32px;
    gap: 44px;
  }

  .hero h1,
  [lang="ar"] .hero h1 {
    margin-block-end: 24px;
    font-size: clamp(58px, 18vw, 78px);
  }

  .hero-body {
    font-size: 18px;
  }

  .hero-actions {
    align-items: flex-start;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    min-height: 46px;
  }

  .product-stage {
    min-height: 500px;
    height: 132vw;
    max-height: 620px;
  }

  .stage-topline {
    inset-inline: 14px;
    font-size: 8px;
  }

  .stage-tablet {
    width: 94%;
    inset-inline-end: -20%;
    inset-block-start: 8%;
  }

  .hero-device {
    width: 45%;
    inset-inline-start: 3%;
    inset-block-end: -12%;
  }

  .fixture-note {
    max-width: 54%;
    inset-inline-end: 14px;
    inset-block-end: 12px;
    font-size: 10px;
  }

  .rail-inner {
    min-height: auto;
    padding-block: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .rail-inner ul {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .rail-inner li {
    font-size: 12px;
  }

  .rail-inner li::after {
    display: none;
  }

  .manifesto h2 {
    font-size: clamp(52px, 15vw, 72px);
  }

  .manifesto .narrow-copy > p:last-child {
    font-size: 18px;
  }

  .experience-copy h2,
  .details-header h2,
  .start-heading h2 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .tablet-frame {
    padding: 9px;
  }

  .fact {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .fact p {
    grid-column: 2;
  }

  .steps li {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .boundary h2 {
    font-size: clamp(56px, 16vw, 76px);
  }

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

  .closing h2 {
    font-size: clamp(52px, 15vw, 72px);
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    flex-direction: column;
  }

  .policy-hero {
    padding-block: 72px 56px;
  }

  .policy-hero h1 {
    font-size: clamp(54px, 16vw, 76px);
  }

  .policy-stamp {
    border-inline-start: 0;
    border-block-start: 1px solid var(--acid);
    padding: 22px 0 0;
  }

  .policy-layout {
    padding-block: 54px 100px;
  }

  .policy-toc nav {
    grid-template-columns: 1fr;
  }

  .policy-article h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .policy-article p,
  .policy-article li {
    font-size: 17px;
  }

  .support-split {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --paper-muted: #d8e0da;
    --line: rgba(255, 255, 255, 0.35);
    --line-strong: rgba(255, 255, 255, 0.58);
  }
}
