/* web/site/site.css — the public door (web/index.html) and the legal pages (web/legal/*.html), in the Empire
   glass (2026-09-23): liquid glass on obsidian, the deck's gold, the A1 mark. The `.site` scope re-declares
   design.css's tokens so every component it draws (.btn .chip .input .field .label .eyebrow .line .dot)
   follows; the layout below is logical-property RTL-first as before. Cage kept: one `.is-gold` per screen
   (the pricing figure), the legal pages untouched in shape, motion off under prefers-reduced-motion
   (design.css zeroes every token duration; the ambient layers stop in §14). Facts still owed by the question
   book are marked `.s-fact` — amber on purpose, so no placeholder ever ships unseen. */

/* ---------- 0 · tokens, page frame ---------- */
.site {
  --canvas: #07090E; --card: rgba(255, 255, 255, .045); --raised: #151A24; --input: rgba(255, 255, 255, .06);
  --hair: rgba(255, 255, 255, .09); --hair-strong: rgba(255, 255, 255, .16);
  --text: #F3F1EA; --text-2: #A2A9B8; --text-2-on-input: #A2A9B8; --ink: #07090E; --paper: #F3F1EA;
  --gold: #E4C46A; --gold-hi: #F0D488; --gold-dim: #B8923A; --accent: #E4C46A;
  --green: #5BCB9A; --red: #E05A57; --amber: #E7B75B; --grey: #5B6274;
  --glass: rgba(11, 14, 21, .66);
  --control: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .07)); --control-text: #F3F1EA;
  --control-hover: linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  --shadow-float: 0 30px 80px -30px rgba(0, 0, 0, .95), 0 2px 8px rgba(0, 0, 0, .4);
  --r-card: 18px; --r-input: 10px;
  --font-sans: 'Almarai', 'IBM Plex Sans Arabic', 'Inter', system-ui, -apple-system, 'Segoe UI', 'Noto Sans Arabic', sans-serif;
  --s-latin: 'Inter', 'IBM Plex Sans Arabic', system-ui, sans-serif;
  --s-display: 'Outfit', 'Inter', system-ui, sans-serif;
  --s-dim: #6C7484; --s-ease: cubic-bezier(.2, .8, .2, 1); --s-gold-glow: rgba(228, 196, 106, .28);
  position: relative; background: var(--canvas); color: var(--text); -webkit-font-smoothing: antialiased;
}
html[lang="en"] .site { --font-sans: 'Inter', 'Almarai', system-ui, -apple-system, 'Segoe UI', sans-serif; }
/* Arabic display: Almarai 800 on the statement and the section titles, 700 on cards, 400 body */
html[lang="ar"] .s-statement-ar, html[lang="ar"] .s-section-title, html[lang="ar"] .s-close-line { font-family: 'Almarai', 'IBM Plex Sans Arabic', sans-serif; font-weight: 800; }
html[lang="ar"] .s-h2, html[lang="ar"] .s-promise-t, html[lang="ar"] .s-seat-name, html[lang="ar"] .s-list-name, html[lang="ar"] .s-person-name { font-weight: 700; }
.s-page { position: relative; z-index: 1; }
/* The English gate: the Arabic markup is held for the moment it takes site.js to swap the strings. It is
   released by boot.js's own timer and by site.js; this animation is the last net, the same one the title
   overlay has at §12 — whatever happens to either script, the page lets go at 2 s and the visitor reads
   the Arabic that already arrived instead of a blank canvas (R1-5-S4b-1 / R3-5-S4b-4). */
html[data-lang-pending] .s-page { visibility: hidden; animation: s-lang-safety var(--dur-env) linear 2s forwards; }
@keyframes s-lang-safety { to { visibility: visible; } }
.s-wrap { inline-size: 100%; max-inline-size: 1180px; margin-inline: auto; padding-inline: 16px; }
@media (min-width: 720px) { .s-wrap { padding-inline: 24px; } }
@media (min-width: 1100px) { .s-wrap { padding-inline: 32px; } }

.s-section { padding-block: 56px; }
.s-section > .s-wrap { display: flex; flex-direction: column; gap: 18px; }
@media (min-width: 720px) { .s-section { padding-block: 80px; } .s-section > .s-wrap { gap: 22px; } }
/* No content-visibility on the sections: the page is ~600 nodes (measured, docs/INTEGRATION_S.md §7), and
   the placeholder heights made anchor links (#contact, #pricing) land short and the scrollbar lie. */

.s-h2 { font-size: var(--fs-section); line-height: var(--lh-section); font-weight: 600; letter-spacing: -.01em; }
.s-h3 { font-size: var(--fs-card); line-height: var(--lh-card); font-weight: 600; }
.s-section-title { max-inline-size: 720px; font-size: 30px; line-height: 1.2; }
@media (min-width: 720px) { .s-section-title { font-size: 38px; } }
html[lang="en"] .s-section-title, html[lang="en"] .s-h2, html[lang="en"] .s-close-line { font-family: var(--s-display); font-weight: 700; }
.s-p { font-size: var(--fs-row); line-height: 1.6; max-inline-size: 640px; }
.s-lede { font-size: 17px; line-height: 1.6; color: var(--text); max-inline-size: 760px; }
.s-muted { color: var(--text-2); }
.s-hint { font-size: var(--fs-meta); line-height: var(--lh-meta); }
.s-note { max-inline-size: 640px; }
.s-after { padding-block-start: 4px; }
.s-link { text-decoration: underline; text-decoration-color: var(--hair-strong); text-underline-offset: 3px; }
.s-link:hover { text-decoration-color: var(--gold); color: var(--text); }
.s-cta-row { display: flex; gap: 10px; flex-wrap: wrap; }
.s-fig { font-size: var(--fs-hero); line-height: var(--lh-hero); font-weight: 500; letter-spacing: var(--track-display); font-variant-numeric: tabular-nums; font-family: var(--font-mono); }
.s-ph { color: var(--text-2); }
.site .eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 10px; }
.site .eyebrow::before { content: ""; inline-size: 7px; block-size: 7px; background: var(--gold); transform: rotate(45deg); box-shadow: 0 0 10px var(--s-gold-glow); flex: none; }
.site .label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-2); font-weight: 500; }
.site .mono, .site .num { font-family: var(--font-mono); }
/* a fact the question book still owes: amber, never shipped unseen */
.s-fact { color: var(--amber); }
.s-fact::before { content: "◌ "; }

/* ---------- 0b · the glass: the card recipe, the buttons, the chips ----------
   No backdrop-filter on the cards: fifty of them on one page cost a frame each on a weak GPU (measured: a
   200 ms transition sat at 0 for half a second in software rendering). The backdrop is already soft, so the
   gradient + the specular edge + a dark fill read as glass; only the sticky header keeps the blur. */
.site .card { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 8px; padding: 22px; background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .02)), rgba(9, 12, 18, .55); border: 1px solid var(--hair); border-radius: var(--r-card); box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset, 0 20px 60px -30px rgba(0, 0, 0, .9); transition: transform .5s var(--s-ease), border-color .3s ease, box-shadow .5s var(--s-ease); }
.site .card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; padding: 1px; background: linear-gradient(135deg, rgba(255, 255, 255, .22), transparent 35%, transparent 65%, rgba(255, 255, 255, .08)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .7; }
.site .card:hover { border-color: var(--hair-strong); }
.site .btn { border-radius: 999px; font-weight: 500; }
.site .btn-lg { block-size: 46px; padding-inline: 22px; font-size: 14px; }
.site .btn-primary { background: linear-gradient(180deg, #F0D488, #D9B65A); color: #14110A; border-color: transparent; box-shadow: 0 1px 0 rgba(255, 255, 255, .35) inset, 0 10px 26px -12px var(--s-gold-glow); }
.site .btn-primary:hover { background: linear-gradient(180deg, #F6DE96, #E4C46A); color: #14110A; }
.site .btn-secondary { border-color: var(--hair-strong); background: rgba(255, 255, 255, .035); }
.site .btn-secondary:hover { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .24); }
.site .btn-tertiary { color: var(--text-2); }
.site .btn-tertiary:hover { color: var(--text); background: rgba(255, 255, 255, .055); }
.site .chip { background: rgba(255, 255, 255, .035); border-color: var(--hair); color: var(--text-2); font-weight: 500; }
.site .chip[aria-pressed="true"], .site .chip.is-active { color: var(--text); border-color: transparent; background: var(--control); box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset, 0 6px 18px -10px rgba(0, 0, 0, .9); }
.site .input { background: rgba(255, 255, 255, .05); border: 1px solid var(--hair); border-radius: var(--r-input); }
.site .input:focus { border-color: rgba(228, 196, 106, .6); box-shadow: 0 0 0 3px rgba(228, 196, 106, .12); }
.site :focus-visible { outline: 2px solid rgba(228, 196, 106, .75); outline-offset: 2px; }

/* the backdrop: the art on the plate, three still lights, gold dust rising. The lights are plain radial
   gradients — no blur filter, no blend mode, no drift: a 60vmax blurred circle costs a whole frame on a weak
   machine (measured 3 fps in software rendering with three of them moving; 28 with these), and the site has
   a whole page of cards over it. The Mint board keeps its drifting lights; the door is light on purpose. */
.site .bg-plate { inset: -6%; background: url('/assets/backdrop.webp') center / cover no-repeat var(--canvas); opacity: .8; }
.site .bg-plate::after { content: ""; position: absolute; inset: 0; background: radial-gradient(1200px 700px at 50% 0%, rgba(7, 9, 14, 0), rgba(7, 9, 14, .66) 70%), linear-gradient(180deg, rgba(7, 9, 14, .2), rgba(7, 9, 14, .92)); }
.site .bg-fields::before, .site .bg-fields::after, .site .bg-vignette::before { inline-size: 70vmax; block-size: 70vmax; border-radius: 50%; filter: none; animation: none; }
.site .bg-fields::before { background: radial-gradient(closest-side, rgba(228, 196, 106, .34), rgba(228, 196, 106, .1) 40%, transparent 70%); opacity: 1; inset-block-start: -34vmax; inset-inline-start: -24vmax; }
.site .bg-fields::after { background: radial-gradient(closest-side, rgba(46, 107, 201, .3), rgba(46, 107, 201, .08) 40%, transparent 70%); opacity: 1; inset-block-start: 6vmax; inset-block-end: auto; inset-inline-end: -30vmax; }
.site .bg-vignette::before { content: ""; position: absolute; inset-inline-start: 16vmax; inset-block-end: -40vmax; background: radial-gradient(closest-side, rgba(95, 201, 201, .16), transparent 70%); }
.site .bg-particles { will-change: transform; }
.site .bg-grid { opacity: .4; }
.site .bg-grain { opacity: .09; }
.site .bg-particles i { background: var(--gold); opacity: .22; box-shadow: 0 0 6px var(--s-gold-glow); }
.site .bg-vignette { background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent 34%); }

/* the mark (A1 · APEX): currentColor for the M, the one gold point */
.s-mark { display: inline-block; inline-size: 28px; block-size: 28px; color: var(--text); flex: none; line-height: 0; }
.s-mark svg { inline-size: 100%; block-size: 100%; overflow: visible; display: block; }
.s-mark .m { fill: none; stroke: currentColor; stroke-width: 7; stroke-linejoin: miter; stroke-miterlimit: 12; }
.s-mark .point { fill: var(--gold); }
.s-mark-sm { inline-size: 26px; block-size: 26px; filter: drop-shadow(0 0 10px var(--s-gold-glow)); }
.s-mark-hero { inline-size: 72px; block-size: 72px; filter: drop-shadow(0 0 24px var(--s-gold-glow)); }
@media (min-width: 720px) { .s-mark-hero { inline-size: 96px; block-size: 96px; } }

/* ---------- 1 · header ---------- */
.s-header { position: sticky; inset-block-start: 0; z-index: 20; border-block-end: 1px solid var(--hair); background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01)), rgba(7, 9, 14, .55); -webkit-backdrop-filter: blur(22px) saturate(160%); backdrop-filter: blur(22px) saturate(160%); }
.s-header-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; block-size: 60px; }
.s-brand { display: inline-flex; align-items: center; gap: 10px; block-size: 44px; }
.s-wordmark { font-family: var(--s-display); font-weight: 700; font-size: 14px; letter-spacing: .22em; color: var(--text); white-space: nowrap; }
.s-wordmark b { color: var(--gold); font-weight: 700; }
.s-wordmark small { font-family: var(--s-latin); font-weight: 500; font-size: 10px; letter-spacing: .3em; color: var(--text-2); margin-inline-start: 6px; }
.s-nav { display: flex; align-items: center; gap: 8px; }
.s-lang { display: inline-flex; gap: 2px; padding: 3px; border-radius: 999px; border: 1px solid var(--hair); background: rgba(255, 255, 255, .03); }
.s-lang .chip { --chip-h: 24px; padding-inline: 9px; font-size: 11px; border-color: transparent; }

/* ---------- 2 · hero ---------- */
.s-hero { position: relative; padding-block: 56px 40px; display: flex; flex-direction: column; gap: 44px; }
@media (min-width: 720px) { .s-hero { padding-block: 96px 64px; gap: 64px; } }
.s-hero-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; }
.s-hero-eyebrow { padding-block-start: 6px; }
.s-statement { display: flex; flex-direction: column; gap: 14px; max-inline-size: 880px; font-weight: 600; }
.s-statement-ar, .s-statement-en { display: block; }
.s-statement-ar { font-size: 32px; line-height: 1.25; order: 1; text-shadow: 0 0 40px rgba(228, 196, 106, .12); }
.s-statement-en { font-size: var(--fs-row); line-height: var(--lh-row); font-weight: 400; color: var(--text-2); order: 2; font-family: var(--s-latin); }
html[lang="en"] .s-statement-en { font-family: var(--s-display); font-size: 34px; line-height: 1.15; font-weight: 700; color: var(--text); letter-spacing: -.015em; order: 1; text-shadow: 0 0 40px rgba(228, 196, 106, .12); }
html[lang="en"] .s-statement-ar { font-size: var(--fs-row); line-height: var(--lh-row); font-weight: 400; color: var(--text-2); order: 2; text-shadow: none; }
@media (min-width: 720px) {
  .s-statement-ar { font-size: 48px; line-height: 1.2; }
  html[lang="en"] .s-statement-en { font-size: 58px; line-height: 1.08; }
  .s-statement-en, html[lang="en"] .s-statement-ar { font-size: var(--fs-card); line-height: var(--lh-card); }
}
.s-hero-sub { max-inline-size: 620px; color: var(--text-2); font-size: 16px; }
.s-hero-cta { justify-content: center; padding-block-start: 6px; }
.s-kpis { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; inline-size: 100%; max-inline-size: 960px; margin-block-start: 22px; }
.s-kpi { display: flex; flex-direction: column; gap: 4px; padding: 16px 18px; text-align: start; border-radius: 16px; background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02)); border: 1px solid var(--hair); box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset; }
.s-kpi-n { font-family: var(--font-mono); font-size: 30px; line-height: 1.1; font-weight: 500; letter-spacing: -.01em; }
.s-kpi-l { font-size: 12px; line-height: 1.4; color: var(--text-2); }
@media (min-width: 720px) { .s-kpis { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; } .s-kpi-n { font-size: 36px; } }

/* the four routes: glass cards, the first one gold-edged (the way most visitors take) */
.s-routes-eyebrow { padding-block-end: 12px; }
.s-routes { display: grid; grid-template-columns: 1fr; gap: 12px; }
.s-route { gap: 8px; min-block-size: 200px; }
.s-route .s-p { flex: 1; }
.s-route .btn { align-self: flex-start; margin-block-start: 10px; }
.s-route-n { font-family: var(--font-mono); font-size: var(--fs-meta); line-height: var(--lh-meta); color: var(--gold); direction: ltr; align-self: flex-start; letter-spacing: .1em; }
.s-route:first-child { border-color: rgba(228, 196, 106, .45); box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset, 0 0 0 1px rgba(228, 196, 106, .08), 0 24px 70px -30px rgba(228, 196, 106, .35); }
.s-route:first-child::after { background: linear-gradient(135deg, rgba(228, 196, 106, .6), transparent 40%, transparent 60%, rgba(228, 196, 106, .18)); }
@media (min-width: 720px) { .s-routes { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } }
@media (min-width: 1100px) { .s-routes { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.site .card:hover { transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255, 255, 255, .08) inset, 0 30px 70px -30px rgba(0, 0, 0, .95); }

/* the two door forms */
.s-formwrap { padding-block: 20px 0; }
.s-form { display: flex; flex-direction: column; gap: 16px; max-inline-size: 760px; padding: 22px; border: 1px solid var(--hair); border-radius: var(--r-card); background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .02)), rgba(9, 12, 18, .55); box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset, 0 20px 60px -30px rgba(0, 0, 0, .9); }
.s-form-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.s-fields { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 720px) { .s-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; } .s-span2 { grid-column: 1 / -1; } }
.s-textarea { block-size: auto; min-block-size: 88px; padding-block: 8px; resize: vertical; }
.s-check { display: flex; align-items: flex-start; gap: 10px; font-size: var(--fs-body); line-height: var(--lh-body); cursor: pointer; }
.s-check input { inline-size: 16px; block-size: 16px; margin: 2px 0 0; accent-color: var(--gold); flex: none; }
.s-form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.s-status { min-block-size: var(--lh-body); }
.s-turnstile { min-block-size: 0; }

/* ---------- 3 · proof: the month, the dates, the work, his words ---------- */
.s-proof-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 900px) { .s-proof-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); } }
.s-proof-month { gap: 12px; }
.s-matrix { display: grid; grid-template-columns: repeat(11, minmax(0, 1fr)); gap: 6px; max-inline-size: 420px; }
.s-matrix i { aspect-ratio: 1; border-radius: 5px; background: rgba(255, 255, 255, .06); border: 1px solid var(--hair); }
.s-matrix i.on { background: linear-gradient(180deg, #F0D488, #D9B65A); border-color: transparent; box-shadow: 0 0 10px -2px var(--s-gold-glow); animation: s-light .6s var(--s-ease) both; }
.s-matrix i:nth-child(n+12) { animation-delay: 60ms; } .s-matrix i:nth-child(n+23) { animation-delay: 120ms; } .s-matrix i:nth-child(n+34) { animation-delay: 180ms; } .s-matrix i:nth-child(n+45) { animation-delay: 240ms; }
@keyframes s-light { from { opacity: .2; transform: scale(.6); } }
.s-proof-dates { gap: 10px; }
.s-dates { display: flex; flex-direction: column; gap: 8px; }
.s-dates li { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: baseline; gap: 12px; font-size: 12px; }
.s-date-ep { color: var(--text-2); font-size: 11px; letter-spacing: .08em; direction: ltr; }
.s-date-bar { position: relative; block-size: 8px; border-radius: 999px; background: rgba(255, 255, 255, .06); border: 1px solid var(--hair); }
.s-date-bar i { position: absolute; inset-block: -3px; inline-size: 2px; border-radius: 1px; }
.s-date-bar .due { inset-inline-start: 72%; background: var(--text-2); }
.s-date-bar .landed { inset-inline-start: 46%; background: var(--green); box-shadow: 0 0 8px rgba(91, 203, 154, .7); }
.s-date-v { color: var(--text); font-size: 12.5px; line-height: 1.5; }
.s-legend { display: flex; gap: 16px; font-size: 11px; color: var(--text-2); }
.s-legend > span { display: inline-flex; align-items: center; gap: 6px; }
.s-legend i { inline-size: 10px; block-size: 3px; border-radius: 2px; background: var(--text-2); }
.s-legend i.landed { background: var(--green); }
.s-case { margin-block-start: 6px; }
.s-clips-head { display: flex; flex-direction: column; gap: 4px; padding-block-start: 8px; }
.s-clips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (min-width: 720px) { .s-clips { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; } }
@media (min-width: 1100px) { .s-clips { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.s-clip { position: relative; aspect-ratio: 9 / 16; border-radius: 14px; border: 1px solid var(--hair); background: linear-gradient(160deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02)), var(--raised); overflow: hidden; display: flex; align-items: flex-end; padding: 10px; transition: transform .5s var(--s-ease), border-color .3s ease; }
.s-clip:hover { transform: translateY(-3px); border-color: rgba(228, 196, 106, .45); }
.s-clip-play { position: absolute; inset: 0; margin: auto; inline-size: 40px; block-size: 40px; border-radius: 50%; border: 1px solid rgba(228, 196, 106, .6); background: rgba(7, 9, 14, .5); }
.s-clip-play::after { content: ""; position: absolute; inset: 0; margin: auto; inline-size: 0; block-size: 0; border-block: 7px solid transparent; border-inline-start: 11px solid var(--gold); transform: translateX(2px); }
html[dir="rtl"] .s-clip-play::after { transform: translateX(-2px) scaleX(-1); }
.s-clip-n { font-size: 11px; color: var(--text-2); letter-spacing: .08em; text-transform: uppercase; }
/* site v3: three delivered reels on /proof/ — the video fills the tile, the caption is a strip under it */
.s-clips-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-inline-size: 760px; }
@media (max-width: 560px) { .s-clips-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.s-clips-3 .s-clip { aspect-ratio: auto; display: grid; grid-template-rows: 1fr auto; padding: 0; gap: 0; }
.s-clip-v { display: block; inline-size: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #000; }
.s-clips-3 .s-clip-n { padding: 8px 10px; }
.s-quotes { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 720px) { .s-quotes { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; } }
.s-quote { gap: 10px; }
.s-quote-t { font-size: 15px; line-height: 1.55; }
.s-quote-t::before { content: "«"; color: var(--gold); margin-inline-end: 4px; }
.s-quote-t::after { content: "»"; color: var(--gold); margin-inline-start: 4px; }
.s-quote-m { font-size: 11px; color: var(--s-dim); }

/* ---------- 3b · the story ---------- */
.s-story { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 900px) { .s-story { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 32px; align-items: start; } }
.s-story > div:first-child { display: flex; flex-direction: column; gap: 14px; }
.s-story-line { font-size: 22px; line-height: 1.35; font-weight: 600; max-inline-size: 640px; padding-block-start: 6px; }
.s-refuse { gap: 10px; border-color: rgba(224, 90, 87, .35); }
.s-refuse .s-p { max-inline-size: none; font-size: 15px; }

/* ---------- 4 · what we do: rows in one glass ---------- */
.s-list { padding: 4px 22px; gap: 0; }
.s-list-row { display: flex; flex-direction: column; gap: 6px; padding-block: 16px; border-block-start: 1px solid var(--hair); }
.s-list-row:first-child { border-block-start: 0; }
.s-list-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.s-list-name { font-size: var(--fs-row); line-height: var(--lh-row); font-weight: 600; }
.s-state { block-size: 24px; padding-inline: 8px; font-size: var(--fs-meta); }
.s-state-sellable { color: var(--green); border-color: rgba(91, 203, 154, .4); }
.s-state-addon { color: var(--amber); border-color: rgba(231, 183, 91, .4); }
.s-state-coming { color: var(--text-2); }
@media (min-width: 720px) {
  .s-list-row { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: 8px 24px; align-items: start; }
  .s-list-row .s-p { max-inline-size: none; }
}

/* ---------- 5 · pipeline: the flow of nodes ---------- */
.s-pipe { display: flex; flex-direction: column; counter-reset: node; gap: 0; padding: 12px 22px; }
.s-node { position: relative; display: flex; align-items: center; gap: 12px; min-block-size: 44px; padding-inline-start: 16px; border-inline-start: 1px solid var(--hair-strong); }
.s-node-n { font-family: var(--font-mono); font-size: var(--fs-meta); color: var(--text-2); direction: ltr; inline-size: 20px; flex: none; }
.s-node-name { font-size: var(--fs-row); line-height: var(--lh-row); font-weight: 500; }
.s-node-state { display: inline-flex; align-items: center; gap: 6px; font-size: var(--fs-caption); line-height: var(--lh-caption); color: var(--text-2); }
.s-node-human .s-node-name { color: var(--gold); }
.s-dot { inline-size: 7px; block-size: 7px; border-radius: var(--r-circle); background: var(--grey); flex: none; display: inline-block; }
.s-dot-amber { background: var(--amber); box-shadow: 0 0 10px rgba(231, 183, 91, .6); animation: s-breathe 2.4s ease-in-out infinite; }
@keyframes s-breathe { 50% { opacity: .5; } }
@media (min-width: 900px) {
  .site .s-pipe { flex-direction: row; align-items: stretch; padding: 22px 18px; }
  .s-pipe::before { content: ""; position: absolute; inset-inline: 40px; inset-block-start: 44px; border-block-start: 1px dashed var(--hair-strong); }
  .s-node { flex: 1 1 0; flex-direction: column; align-items: center; justify-content: flex-start; gap: 8px; min-block-size: 96px; padding: 0 6px; border-inline-start: 0; text-align: center; }
  .s-node-n { inline-size: 44px; block-size: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .05); border: 1px solid var(--hair-strong); color: var(--text); font-size: 12px; position: relative; z-index: 1; }
  .s-node-human .s-node-n { border-color: var(--gold); color: var(--gold); box-shadow: 0 0 0 4px rgba(228, 196, 106, .12), 0 0 18px var(--s-gold-glow); }
  .s-node-name { font-size: 12px; letter-spacing: .04em; }
  .s-node:not(:last-child)::after { content: none; }
}

/* ---------- 6 · three-column blocks (case study, pricing) ---------- */
.s-cols3 { display: grid; grid-template-columns: 1fr; border-block-start: 1px solid var(--hair); }
.s-col { display: flex; flex-direction: column; gap: 8px; padding-block: 16px; border-block-start: 1px solid var(--hair); }
.s-col:first-child { border-block-start: 0; }
@media (min-width: 720px) {
  .s-cols3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .s-col { border-block-start: 0; border-inline-start: 1px solid var(--hair); padding: 20px 20px; padding-inline: 20px; }
  .s-col:first-child { border-inline-start: 0; padding-inline-start: 0; }
  .s-col:last-child { padding-inline-end: 0; }
  .s-col .s-p { max-inline-size: none; }
}

/* ---------- 7 · crew grid: glass seats, the human reviewer on his own row ---------- */
.s-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.s-seat { gap: 4px; padding: 14px; min-block-size: 96px; }
.s-seat-name { font-size: var(--fs-row); line-height: var(--lh-row); font-weight: 600; }
.s-seat-role { font-size: var(--fs-body); line-height: var(--lh-body); flex: 1; }
.s-seat-model { display: flex; align-items: baseline; gap: 6px; font-size: var(--fs-meta); line-height: var(--lh-meta); }
.s-seat-model .num { color: var(--gold); }
.s-seat-human { grid-column: 1 / -1; min-block-size: 0; border-color: rgba(228, 196, 106, .45); }
@media (min-width: 720px) { .s-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; } .s-seat { padding: 16px; } }
@media (min-width: 1100px) { .s-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

/* ---------- 7b · promises ---------- */
.s-promises { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 720px) { .s-promises { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } }
@media (min-width: 1100px) { .s-promises { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.s-promise { gap: 8px; min-block-size: 150px; }
.s-promise-n { font-size: 11px; color: var(--gold); letter-spacing: .12em; direction: ltr; }
.s-promise-t { font-size: 17px; line-height: 1.35; font-weight: 600; }

/* ---------- 8 · pricing ---------- */
.s-price { gap: 8px; padding: 26px; border-color: rgba(228, 196, 106, .45); box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset, 0 0 0 1px rgba(228, 196, 106, .08), 0 24px 70px -30px rgba(228, 196, 106, .35); }
.s-price::after { background: linear-gradient(135deg, rgba(228, 196, 106, .6), transparent 40%, transparent 60%, rgba(228, 196, 106, .18)); }
.s-price-figure { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.s-price-from, .s-price-unit { font-size: var(--fs-row); line-height: var(--lh-row); color: var(--text-2); }
.s-price-sar { padding-block-end: 8px; }
.s-price .s-fig { font-size: 56px; line-height: 1; }

/* ---------- 9 · people ---------- */
.s-people { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.s-person { gap: 4px; align-items: flex-start; min-block-size: 44px; padding: 16px; }
.s-mono { inline-size: 36px; block-size: 36px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-mono); font-size: 12px; font-weight: 600; color: var(--gold); border: 1px solid rgba(228, 196, 106, .5); background: rgba(228, 196, 106, .08); box-shadow: 0 0 0 3px rgba(228, 196, 106, .08); margin-block-end: 4px; }
.s-person-name { font-size: var(--fs-card); line-height: var(--lh-card); font-weight: 600; }
.s-person-seat { font-size: var(--fs-body); line-height: var(--lh-body); }
@media (min-width: 720px) { .s-people { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } }
@media (min-width: 1100px) { .s-people { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.s-exp { gap: 8px; }
.s-exp .s-p { max-inline-size: none; }

/* ---------- 10 · FAQ ---------- */
.s-faq { padding: 4px 22px; gap: 0; }
.s-q { border-block-start: 1px solid var(--hair); }
.s-q:first-child { border-block-start: 0; }
.s-q-s { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-block-size: 56px; padding-block: 12px; font-size: var(--fs-row); line-height: var(--lh-row); font-weight: 500; cursor: pointer; list-style: none; }
.s-q-s::-webkit-details-marker { display: none; }
.s-q-s::after { content: ""; inline-size: 8px; block-size: 8px; flex: none; border-block-end: 1px solid var(--text-2); border-inline-end: 1px solid var(--text-2); transform: rotate(45deg) translateY(-2px); transition: transform var(--dur-open) var(--ease-open); }
.s-q[open] .s-q-s::after { transform: rotate(225deg) translateY(-2px); }
/* RTL mirrors the two borders with it (inline-end is the LEFT one), so the same rotation points the
   chevron inline-start — a navigation arrow instead of an expander, on the primary language. Mirrored the
   way the pipeline arrow above is (R3-5-S4b-3): closed points down, open points up, in both directions. */
html[dir="rtl"] .s-q-s::after { transform: rotate(-45deg) translateY(-2px); }
html[dir="rtl"] .s-q[open] .s-q-s::after { transform: rotate(135deg) translateY(-2px); }
.s-q-a { padding-block: 0 16px; max-inline-size: 720px; }

/* ---------- 11 · close and footer ---------- */
.s-close > .s-wrap { align-items: center; text-align: center; padding-block: 24px; }
.s-close-line { font-size: 28px; line-height: 1.3; font-weight: 600; max-inline-size: 720px; }
@media (min-width: 720px) { .s-close-line { font-size: 36px; } }
.s-close .s-cta-row { justify-content: center; }
.s-footer { border-block-start: 1px solid var(--hair); padding-block: 32px 40px; background: rgba(7, 9, 14, .5); }
.s-footer > .s-wrap { display: flex; flex-direction: column; gap: 16px; }
.s-legal { display: grid; grid-template-columns: 1fr; gap: 0; border-block: 1px solid var(--hair); }
.s-legal-row { display: grid; grid-template-columns: minmax(0, 200px) minmax(0, 1fr); gap: 12px; align-items: baseline; min-block-size: 36px; padding-block: 8px; border-block-start: 1px solid var(--hair); }
.s-legal-row:first-child { border-block-start: 0; }
.s-legal-row .s-p { max-inline-size: none; font-size: var(--fs-body); line-height: var(--lh-body); }
html[dir="rtl"] .s-legal-row .num { text-align: right; }
.s-docs { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: var(--fs-body); line-height: var(--lh-body); }
.s-docs .s-link { display: inline-flex; align-items: center; min-block-size: 44px; }
@media (min-width: 720px) { .s-legal { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; } .s-legal-row:nth-child(2) { border-block-start: 0; } }

/* ---------- 12 · title sequence (design §6 boot, the A1 mark) ----------
   Beats: shutters retract 0–400 ms · the M draws 300–900, the point lands at 1000 · letters rise 1100–2200
   (80 ms each) · hairline draws 2300–2700 · three lines online 2700/2930/3160 · gold bloom 3700–4300 · fade
   by 4700. The overlay exists only while <html data-title> is set (boot.js); nothing here runs otherwise. */
.t-seq { display: none; }
html[data-title] .t-seq { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; background: var(--canvas); overflow: hidden; }
html[data-title="done"] .t-seq { animation: t-out var(--dur-env) var(--ease-env) forwards; pointer-events: none; }
@keyframes t-out { to { opacity: 0; visibility: hidden; } }
/* safety: whatever happens to the script, the overlay lets go at 5 s */
html[data-title="playing"] .t-seq { animation: t-out-safety var(--dur-env) var(--ease-env) 4.6s forwards; }
@keyframes t-out-safety { to { opacity: 0; visibility: hidden; } }
/* The two plate washes are the tokens themselves, mixed down to their alpha, not the hex values copied out
   of design.css (R2-5-S4b-13): a retune of --gold or --grey moves the first 4.25 s of every first visit
   with the rest of the page instead of leaving it behind. */
.t-plate { position: absolute; inset: 0; background: radial-gradient(60% 55% at 28% 18%, color-mix(in srgb, var(--gold) 11%, transparent), transparent 70%), radial-gradient(55% 60% at 78% 72%, color-mix(in srgb, var(--grey) 18%, transparent), transparent 70%); }
.t-shutter { position: absolute; inset-block: 0; inline-size: 50%; background: var(--raised); border-inline: 1px solid var(--hair); animation: t-shutter-start var(--dur-env) var(--ease-env) 60ms forwards; }
.t-shutter-start { inset-inline-start: 0; }
.t-shutter-end { inset-inline-end: 0; animation-name: t-shutter-end; }
@keyframes t-shutter-start { to { transform: translateX(-100%); } }
@keyframes t-shutter-end { to { transform: translateX(100%); } }
html[dir="rtl"] .t-shutter-start { animation-name: t-shutter-end; }
html[dir="rtl"] .t-shutter-end { animation-name: t-shutter-start; }
.t-stage { position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 16px; }
.t-markwrap { position: relative; }
.t-mark { inline-size: 96px; block-size: 96px; filter: drop-shadow(0 0 24px var(--s-gold-glow)); }
.t-mark .m { stroke-dasharray: 1; stroke-dashoffset: 1; animation: t-draw 600ms var(--ease-open) 300ms forwards; }
.t-mark .point { opacity: 0; transform: scale(.4); transform-box: fill-box; transform-origin: center; animation: t-land var(--dur-open) var(--ease-open) 1000ms forwards; }
.t-mark .point:nth-of-type(3) { animation-delay: 1120ms; } .t-mark .point:nth-of-type(4) { animation-delay: 1120ms; }
@keyframes t-draw { to { stroke-dashoffset: 0; } }
@keyframes t-land { to { opacity: 1; transform: none; } }
.t-word { display: flex; gap: 0; font-family: var(--s-display); font-size: 26px; line-height: 1.2; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; direction: ltr; }
.t-l, .t-sp { display: inline-block; opacity: 0; transform: translateY(8px); animation: t-rise 300ms var(--ease-open) forwards; }
.t-l:nth-child(2) { color: var(--gold); }
.t-sp { inline-size: .5em; }
.t-word > :nth-child(1) { animation-delay: 1100ms; } .t-word > :nth-child(2) { animation-delay: 1180ms; } .t-word > :nth-child(3) { animation-delay: 1260ms; }
.t-word > :nth-child(4) { animation-delay: 1340ms; } .t-word > :nth-child(5) { animation-delay: 1420ms; } .t-word > :nth-child(6) { animation-delay: 1500ms; }
.t-word > :nth-child(7) { animation-delay: 1580ms; } .t-word > :nth-child(8) { animation-delay: 1660ms; } .t-word > :nth-child(9) { animation-delay: 1740ms; }
.t-word > :nth-child(10) { animation-delay: 1820ms; } .t-word > :nth-child(11) { animation-delay: 1900ms; } .t-word > :nth-child(12) { animation-delay: 1980ms; }
@keyframes t-rise { to { opacity: 1; transform: none; } }
.t-rule { inline-size: min(320px, 70vw); block-size: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); transform: scaleX(0); transform-origin: 50% 50%; animation: t-rule var(--dur-env) var(--ease-env) 2300ms forwards; }
@keyframes t-rule { to { transform: scaleX(1); } }
.t-lines { display: flex; flex-direction: column; align-items: center; gap: 4px; min-block-size: 72px; }
.t-line { font-size: var(--fs-body); line-height: var(--lh-body); color: var(--text-2); opacity: 0; transform: translateY(4px); animation: t-rise var(--dur-open) var(--ease-open) forwards; }
.t-line:nth-child(1) { animation-delay: 2700ms; } .t-line:nth-child(2) { animation-delay: 2930ms; } .t-line:nth-child(3) { animation-delay: 3160ms; }
.t-bloom { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, var(--gold) 0%, transparent 62%); opacity: 0; transform: scale(.2); animation: t-bloom 600ms var(--ease-env) 3700ms forwards; pointer-events: none; }
@keyframes t-bloom { 40% { opacity: .35; } to { opacity: 0; transform: scale(1.6); } }
.t-skip { position: absolute; inset-block-end: 24px; inset-inline-end: 24px; min-block-size: 44px; padding-inline: 16px; }

/* ---------- 13 · legal pages (unchanged in shape; they inherit the tokens) ---------- */
.legal .s-wrap { max-inline-size: 760px; }
.legal-head { border-block-end: 1px solid var(--hair); padding-block: 12px; }
.legal-head .s-wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-block-size: 44px; }
.legal-banner { border-block-end: 1px solid var(--hair); }
.legal-banner .s-wrap { display: flex; flex-direction: column; gap: 4px; padding-block: 12px; }
.legal-banner .line { color: var(--text); }
.legal-banner .num, .legal-meta .num { white-space: nowrap; }
.legal-doc { padding-block: 40px 48px; display: flex; flex-direction: column; gap: 24px; }
.legal-doc + .legal-doc { border-block-start: 1px solid var(--hair-strong); }
.legal-doc h1 { font-size: var(--fs-page); line-height: var(--lh-page); font-weight: 500; }
.legal-doc h2 { font-size: var(--fs-card); line-height: var(--lh-card); font-weight: 500; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: var(--fs-meta); line-height: var(--lh-meta); color: var(--text-2); }
.legal-clause { display: flex; flex-direction: column; gap: 8px; padding-block-start: 16px; border-block-start: 1px solid var(--hair); }
.legal-clause p, .legal-clause li { font-size: var(--fs-row); line-height: var(--lh-row); }
.legal-clause ul { display: flex; flex-direction: column; gap: 6px; padding-inline-start: 18px; list-style: disc; }
.legal-clause .s-ph { font-family: var(--font-mono); }
.legal-jump { display: inline-flex; align-items: center; min-block-size: 44px; }
.legal-foot { border-block-start: 1px solid var(--hair); padding-block: 24px 40px; }
.legal-foot .s-wrap { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: var(--fs-body); }
.legal-foot .s-link { display: inline-flex; align-items: center; min-block-size: 44px; }

/* ---------- 14 · motion: the first paint rises; everything ambient stops under reduced motion ---------- */
.s-hero-inner > * { animation: s-rise .8s var(--s-ease) both; }
.s-hero-inner > :nth-child(2) { animation-delay: 60ms; } .s-hero-inner > :nth-child(3) { animation-delay: 120ms; } .s-hero-inner > :nth-child(4) { animation-delay: 180ms; } .s-hero-inner > :nth-child(5) { animation-delay: 240ms; } .s-hero-inner > :nth-child(6) { animation-delay: 320ms; }
@keyframes s-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- the story timeline: seven jewels on a rail; the rail draws, the jewels rise, a tap opens a year ---------- */
.s-tl { position: relative; margin-block: 22px 26px; }
.s-tl-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; position: relative; }
.s-tl-rail { position: absolute; z-index: 0; inset-block: 8px; inset-inline-start: 7px; inline-size: 2px; border-radius: 1px; background: linear-gradient(180deg, var(--gold), rgba(228, 196, 106, .18)); transform-origin: 50% 0; }
.s-tl-item { position: relative; padding-inline-start: 30px; }
.s-tl-node { all: unset; box-sizing: border-box; cursor: pointer; display: grid; gap: 3px; color: var(--text); font: inherit; inline-size: 100%; padding-block: 2px; }
.s-tl-node:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 6px; }
.s-tl-jewel { position: absolute; inset-inline-start: 2px; inset-block-start: 8px; inline-size: 12px; block-size: 12px; background: var(--s-dim); transform: rotate(45deg) scale(.7); transition: background 240ms, transform 320ms var(--ease-open), box-shadow 320ms; }
.s-tl-item.is-open .s-tl-jewel, .s-tl-node:hover .s-tl-jewel { background: var(--gold); transform: rotate(45deg) scale(1); box-shadow: 0 0 14px var(--s-gold-glow); }
.s-tl-y { font-size: 11px; letter-spacing: .12em; color: var(--gold); unicode-bidi: plaintext; text-align: start; }
.s-tl-t { font-family: var(--s-display); font-weight: 700; font-size: 15px; line-height: 1.3; }
.s-tl-card { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 360ms var(--ease-open); }
.s-tl-card > p { overflow: hidden; margin: 0; font-size: 13.5px; }
.s-tl-item.is-open .s-tl-card { grid-template-rows: 1fr; }
.s-tl-item.is-open .s-tl-card > p { padding-block-start: 6px; }
/* motion: armed by site.js only when the block starts below the fold, so a page with no script shows everything */
.s-tl.is-armed .s-tl-rail { transform: scaleY(0); }
.s-tl.is-armed .s-tl-item { opacity: 0; transform: translateY(8px); }
.s-tl.is-in .s-tl-rail { animation: tl-rail 1100ms var(--ease-open) forwards; }
.s-tl.is-in .s-tl-item { animation: t-rise 420ms var(--ease-open) forwards; }
.s-tl.is-in .s-tl-item:nth-child(1) { animation-delay: 80ms; } .s-tl.is-in .s-tl-item:nth-child(2) { animation-delay: 220ms; } .s-tl.is-in .s-tl-item:nth-child(3) { animation-delay: 360ms; }
.s-tl.is-in .s-tl-item:nth-child(4) { animation-delay: 500ms; } .s-tl.is-in .s-tl-item:nth-child(5) { animation-delay: 640ms; } .s-tl.is-in .s-tl-item:nth-child(6) { animation-delay: 780ms; } .s-tl.is-in .s-tl-item:nth-child(7) { animation-delay: 920ms; }
@keyframes tl-rail { to { transform: none; } }
@media (min-width: 900px) {
  .s-tl-list { grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; align-items: start; }
  .s-tl-rail { inset-inline: 0; inset-block: 13px auto; block-size: 2px; inline-size: auto; background: linear-gradient(90deg, var(--gold), rgba(228, 196, 106, .18)); transform-origin: 0 50%; }
  html[dir="rtl"] .s-tl-rail { background: linear-gradient(270deg, var(--gold), rgba(228, 196, 106, .18)); transform-origin: 100% 50%; }
  .s-tl.is-armed .s-tl-rail { transform: scaleX(0); }
  .s-tl-item { padding-inline-start: 0; padding-block-start: 30px; }
  .s-tl-jewel { inset-inline-start: 0; inset-block-start: 8px; }
}


/* ---------- §15 the reel: N chapters the wheel drives sideways, then the page goes on down (site v3, 2026-09-23) ---------- */
.s-reel { position: relative; }
.s-reel[data-n="2"] { block-size: 200vh; } .s-reel[data-n="3"] { block-size: 300vh; } .s-reel[data-n="4"] { block-size: 400vh; }
.s-reel[data-n="5"] { block-size: 500vh; } .s-reel[data-n="6"] { block-size: 600vh; } .s-reel[data-n="7"] { block-size: 700vh; } .s-reel[data-n="8"] { block-size: 800vh; }
.s-reel-sticky { position: sticky; inset-block-start: 0; block-size: 100vh; block-size: 100svh; overflow: hidden; }
.s-reel-track { display: flex; block-size: 100%; will-change: transform; }
.s-reel-panel { position: relative; flex: 0 0 100%; inline-size: 100%; block-size: 100%; overflow: hidden; display: flex; align-items: flex-end; isolation: isolate; }
.s-reel-media { position: absolute; inset: 0; z-index: 0; background: var(--canvas); }
.s-reel-img, .s-reel-v { position: absolute; inset: 0; inline-size: 100%; block-size: 100%; object-fit: cover; display: block; }
.s-reel-v { opacity: 0; transition: opacity 600ms var(--s-ease); }
.s-reel-v.is-playing { opacity: 1; }
.s-reel-panel.is-active .s-reel-img { animation: reel-kb 14s linear both; }
@keyframes reel-kb { from { transform: scale(1); } to { transform: scale(1.06); } }
.s-reel-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(7, 9, 14, .18) 0%, rgba(7, 9, 14, 0) 30%, rgba(7, 9, 14, .55) 62%, rgba(7, 9, 14, .92) 100%); }
.s-reel-text { position: relative; z-index: 2; inline-size: 100%; max-inline-size: 1180px; margin-inline: auto; padding: 0 clamp(20px, 5vw, 64px) clamp(84px, 14vh, 128px); display: grid; gap: 10px; }
.s-reel-y { color: var(--gold); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; unicode-bidi: plaintext; text-align: start; opacity: 0; transform: translateY(10px); }
.s-reel-t { font-family: var(--s-display); font-weight: 800; font-size: clamp(30px, 5.6vw, 66px); line-height: 1.08; letter-spacing: -.01em; max-inline-size: 16ch; text-wrap: balance; margin: 0; opacity: 0; transform: translateY(14px); }
.s-reel-d { color: var(--text-2); font-size: clamp(15px, 1.5vw, 19px); line-height: 1.6; max-inline-size: 46ch; margin: 0; opacity: 0; transform: translateY(14px); }
.s-reel-cta { margin-block-start: 8px; opacity: 0; transform: translateY(14px); }
.s-reel-panel.is-active .s-reel-y, .s-reel-panel.is-active .s-reel-t, .s-reel-panel.is-active .s-reel-d, .s-reel-panel.is-active .s-reel-cta { animation: t-rise 640ms var(--ease-open) forwards; }
.s-reel-panel.is-active .s-reel-t { animation-delay: 90ms; } .s-reel-panel.is-active .s-reel-d { animation-delay: 200ms; } .s-reel-panel.is-active .s-reel-cta { animation-delay: 320ms; }
.s-reel-rail { position: absolute; z-index: 3; inset-inline: 0; inset-block-end: clamp(26px, 5vh, 44px); display: flex; justify-content: center; align-items: center; gap: 14px; padding-inline: 20px; }
.s-reel-line { position: absolute; inset-inline: clamp(20px, 5vw, 64px); block-size: 1px; background: rgba(255, 255, 255, .14); overflow: hidden; }
.s-reel-fill { position: absolute; inset-block: 0; inset-inline-start: 0; inline-size: 0; background: linear-gradient(90deg, var(--gold), var(--gold-hi)); box-shadow: 0 0 10px var(--s-gold-glow); }
.s-reel-jewel { all: unset; position: relative; inline-size: 12px; block-size: 12px; cursor: pointer; }
.s-reel-jewel::before { content: ""; position: absolute; inset: 2px; background: var(--s-dim); transform: rotate(45deg) scale(.7); transition: background 240ms, transform 320ms var(--ease-open), box-shadow 320ms; }
.s-reel-jewel:hover::before, .s-reel-jewel.is-active::before { background: var(--gold); transform: rotate(45deg) scale(1); box-shadow: 0 0 12px var(--s-gold-glow); }
.s-reel-jewel:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 4px; }
.s-reel-hint { position: absolute; z-index: 3; inset-inline-end: clamp(20px, 5vw, 64px); inset-block-end: clamp(22px, 4.6vh, 40px); display: inline-flex; align-items: center; gap: 8px; color: var(--text-2); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; transition: opacity 400ms; }
.s-reel-hint:hover { color: var(--text); }
.s-reel-arrow { inline-size: 8px; block-size: 8px; border-inline-end: 1px solid currentColor; border-block-end: 1px solid currentColor; transform: rotate(45deg); animation: reel-bob 1.6s ease-in-out infinite; }
@keyframes reel-bob { 0%, 100% { transform: translateY(-2px) rotate(45deg); } 50% { transform: translateY(2px) rotate(45deg); } }
.s-reel.is-past .s-reel-hint { opacity: 0; pointer-events: none; }
.s-after-reel { block-size: 0; }
/* phone and reduced motion: the same chapters as a swipe strip, nothing pinned */
.s-reel.is-strip, .s-reel.is-strip[data-n] { block-size: auto; }
.s-reel.is-strip .s-reel-sticky { position: static; block-size: auto; overflow: visible; }
.s-reel.is-strip .s-reel-track { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; gap: 12px; padding: 12px 16px 0; -webkit-overflow-scrolling: touch; will-change: auto; transform: none !important; }
.s-reel.is-strip .s-reel-track::-webkit-scrollbar { display: none; }
.s-reel.is-strip .s-reel-panel { flex: 0 0 86%; aspect-ratio: 4 / 5; block-size: auto; max-block-size: 72vh; border-radius: var(--r-card); scroll-snap-align: center; }
.s-reel.is-strip .s-reel-text { padding: 0 22px 26px; }
.s-reel.is-strip .s-reel-t { font-size: clamp(26px, 7vw, 34px); }
.s-reel.is-strip .s-reel-rail { position: static; padding-block: 16px 4px; }
.s-reel.is-strip .s-reel-line { display: none; }
.s-reel.is-strip .s-reel-hint { display: none; }
.s-reel.is-strip .s-reel-y, .s-reel.is-strip .s-reel-t, .s-reel.is-strip .s-reel-d, .s-reel.is-strip .s-reel-cta { opacity: 1; transform: none; animation: none; }
.s-reel.is-strip .s-reel-img { animation: none; }
@media (min-width: 900px) { .s-reel.is-strip .s-reel-panel { flex-basis: 64%; aspect-ratio: 16 / 10; } }
/* the pages after the reel */
.s-start { padding-block-start: 72px; }
.s-kpis-page { margin-block: 26px 30px; }
.s-nav-links { display: none; align-items: center; gap: 2px; }
.s-nav-link { color: var(--text-2); font-size: 13px; font-weight: 500; text-decoration: none; padding: 8px 10px; border-radius: 999px; transition: color 200ms, background 200ms; }
.s-nav-link:hover { color: var(--text); background: rgba(255, 255, 255, .05); }
.s-nav-link.is-here { color: var(--text); }
.s-nav-link.is-here::after { content: ""; display: block; block-size: 2px; margin-block-start: 2px; background: var(--gold); border-radius: 1px; }
@media (min-width: 900px) { .s-nav-links { display: flex; margin-inline-end: 8px; } }
/* the plans: three clean cards on /pricing/ (demo · crew · founding partners) */
.s-plans { display: grid; grid-template-columns: 1fr; gap: 14px; margin-block-end: 26px; }
@media (min-width: 900px) { .s-plans { grid-template-columns: 1fr 1.25fr 1fr; align-items: stretch; } }
.s-plan { gap: 10px; padding: 26px; }
.s-plan-name { font-family: var(--s-display); font-weight: 700; font-size: 18px; }
.s-plan-figure { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.s-plan .s-fig { font-size: 44px; line-height: 1; }
.s-plan-hi { border-color: rgba(228, 196, 106, .45); box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset, 0 0 0 1px rgba(228, 196, 106, .08), 0 24px 70px -30px rgba(228, 196, 106, .35); }
.s-plan-hi::after { background: linear-gradient(135deg, rgba(228, 196, 106, .6), transparent 40%, transparent 60%, rgba(228, 196, 106, .18)); }
.s-plan-hi .s-fig { font-size: 56px; }
.s-plan-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.s-plan-list li { position: relative; padding-inline-start: 18px; font-size: 14px; line-height: 1.5; color: var(--text-2); }
.s-plan-list li::before { content: ""; position: absolute; inset-inline-start: 2px; inset-block-start: .55em; inline-size: 7px; block-size: 7px; background: var(--gold); transform: rotate(45deg); }
.s-plan-cta { margin-block-start: auto; padding-block-start: 8px; }

@media (prefers-reduced-motion: reduce) {
  .t-seq { display: none !important; }
  .s-dot-amber, .s-hero-inner > *, .s-matrix i.on { animation: none; }
  .site .card, .s-clip { transition: none; }
  .s-tl-rail, .s-tl-item { animation: none !important; opacity: 1; transform: none; }
  .s-tl-card, .s-tl-jewel { transition: none; }
  .s-reel-img, .s-reel-arrow { animation: none; }
  .s-reel-y, .s-reel-t, .s-reel-d, .s-reel-cta { opacity: 1; transform: none; animation: none; }
}
@media (max-width: 720px) {
  /* the blur is the costly layer on a phone: the cards keep the gradient and the edge */
  .site .card { background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)), rgba(9, 12, 18, .72); }
  .site .card:hover { transform: none; }
}
