/* Sovereign AI for the Five Billion. aithesis.universalvc.ae
   Palette and type follow the printed edition (UAM/WEB/2026-09-001):
   white and warm paper, ink, blue 1954A2, red EB1C36, Fraunces for
   display and Inter for text. Motion is CSS scroll-driven where the
   browser supports it and absent under prefers-reduced-motion. */

@font-face { font-family: 'Fraunces'; src: url('/fonts/Fraunces-latin.woff2') format('woff2'); font-weight: 400 600; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Fraunces'; src: url('/fonts/Fraunces-latinext.woff2') format('woff2'); font-weight: 400 600; font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; src: url('/fonts/Inter-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('/fonts/Inter-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('/fonts/Inter-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }

:root {
  --paper: #FFFFFF;
  --warm: #FAF9F6;
  --tintb: #F1F6FC;
  --tintr: #FDF1F3;
  --ink: #12161C;
  --body: #2A3038;
  --muted: #6E7681;
  --soft: #98A0AA;
  --rule: #E4E8EE;
  --hair: #D9E0E9;
  --blue: #1954A2;
  --blue-deep: #0F3A75;
  --red: #EB1C36;
  --ground-0: #F7F9FC;
  --ground-1: #EEF2F8;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --measure: 44rem;
  --wide: 1100px;
  --gutter: 24px;
  --top-h: 64px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--top-h) + 16px); }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.65;
  color: var(--body);
  background: var(--ground-0) linear-gradient(180deg, var(--ground-0) 0%, var(--ground-1) 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue-deep); }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; color: var(--ink); margin: 0; text-wrap: balance; }
p { margin: 0; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 2px; }

.skip { position: absolute; left: 12px; top: -48px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 100; border-radius: 3px; }
.skip:focus { top: 12px; }

/* ---------- shared bits ---------- */
.kick { display: block; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--blue); }
.rule { display: block; width: 84px; height: 3px; background: var(--red); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; padding: 14px 22px; border-radius: 3px; border: 1px solid transparent; transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease); }
.btn.primary { background: var(--red); color: #fff; border-color: var(--red); }
.btn.primary:hover { background: #c9142b; border-color: #c9142b; transform: translateY(-1px); }
.btn.ghost { color: var(--ink); border-color: rgba(18, 22, 28, .35); background: rgba(255, 255, 255, .5); }
.btn.ghost:hover { border-color: var(--ink); background: #fff; color: var(--ink); }
.btn.small { padding: 10px 16px; font-size: 12px; }

.fn, .ft { display: block; }
.fn { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); font-weight: 600; }
.ft { font-family: var(--serif); font-size: 17px; color: var(--ink); margin-top: 2px; }

/* glossy numbered sphere, the printed badge row rendered in CSS */
.badge { flex: none; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; position: relative; color: #fff; font-family: var(--serif); font-size: 17px; font-weight: 500; letter-spacing: .02em;
  background: radial-gradient(circle at 32% 28%, #ffffff 0%, #bcd3f1 10%, #3e79c6 34%, #1954A2 60%, #0c2c5a 100%);
  box-shadow: inset -6px -8px 12px rgba(6, 22, 52, .35), inset 4px 5px 10px rgba(255, 255, 255, .25), 0 10px 18px -8px rgba(15, 40, 80, .45); }
.badge::after { content: ''; position: absolute; left: 22%; top: 12%; width: 34%; height: 22%; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 70%); }
.badge.red { background: radial-gradient(circle at 32% 28%, #ffffff 0%, #ffc5cd 10%, #f45d71 34%, #EB1C36 60%, #7a0d1c 100%); box-shadow: inset -6px -8px 12px rgba(80, 6, 18, .35), inset 4px 5px 10px rgba(255, 255, 255, .25), 0 10px 18px -8px rgba(120, 15, 30, .45); }
.badge span { position: relative; z-index: 1; text-shadow: 0 1px 2px rgba(0, 0, 0, .25); }

/* ---------- header ---------- */
.top { position: sticky; top: 0; z-index: 50; background: rgba(247, 249, 252, .8); -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid rgba(18, 22, 28, .08); }
.top-inner { max-width: 1280px; margin-inline: auto; padding-inline: var(--gutter); height: var(--top-h); display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand img { width: 168px; height: auto; }
.top-nav ul, .menu ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 26px; }
.top-nav a, .menu a:not(.btn) { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.top-nav a:hover, .top-nav a.is-active { color: var(--ink); border-color: var(--red); }
.menu-btn { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; }
.menu-btn span { display: block; height: 2px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s; }
.menu-btn[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.menu { border-top: 1px solid var(--rule); padding: 18px var(--gutter) 22px; background: rgba(247, 249, 252, .96); }
.menu ul { flex-direction: column; gap: 14px; margin-bottom: 18px; }
@media (max-width: 899px) {
  .top-nav, .top-cta { display: none; }
  .menu-btn { display: flex; }
  .brand img { width: 140px; }
}
@media (min-width: 900px) { .menu { display: none !important; } }

/* reading progress */
.progress { position: fixed; left: 0; top: 0; height: 2px; width: 100%; z-index: 60; pointer-events: none; }
.progress span { display: block; height: 100%; width: 100%; background: var(--red); transform-origin: 0 50%; transform: scaleX(0); }

/* section rail, wide screens only */
.rail { display: none; }
@media (min-width: 1240px) {
  .rail { display: block; position: fixed; left: 22px; top: 50%; transform: translateY(-50%); z-index: 40; }
  .rail ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
  .rail a { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--soft); font-size: 11px; font-weight: 600; letter-spacing: .12em; padding: 4px 6px; border-radius: 3px; transition: color .2s; }
  .rail .rn { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(18, 22, 28, .18); display: grid; place-items: center; background: rgba(255, 255, 255, .55); transition: background-color .25s, border-color .25s, color .25s, transform .25s var(--ease); font-variant-numeric: tabular-nums; }
  .rail .rt { max-width: 0; overflow: hidden; white-space: nowrap; opacity: 0; transition: max-width .35s var(--ease), opacity .25s; font-weight: 500; letter-spacing: .02em; text-transform: none; font-size: 12px; color: var(--ink); }
  .rail a:hover .rt, .rail a:focus-visible .rt { max-width: 260px; opacity: 1; }
  .rail a:hover .rn { border-color: var(--ink); color: var(--ink); }
  .rail a.is-active .rn { background: var(--red); border-color: var(--red); color: #fff; transform: scale(1.08); }
}

/* ---------- hero ---------- */
.hero { position: relative; max-width: 1280px; margin-inline: auto; padding: 56px var(--gutter) 40px; display: grid; gap: 28px; align-items: center; overflow: hidden; }
@media (min-width: 900px) { .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr); gap: 32px; padding-top: 48px; padding-bottom: 56px; min-height: calc(100vh - var(--top-h)); } }
.hero-copy { position: relative; z-index: 2; max-width: 34rem; }
.hero h1 { font-size: clamp(2.7rem, 6.4vw, 4.9rem); line-height: 1.02; letter-spacing: -.02em; margin: 18px 0 26px; }
.hero .rule { margin-bottom: 24px; }
.hero .sub { font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.55; color: var(--muted); max-width: 30rem; }
.hero .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero .meta { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--hair); max-width: 30rem; }
.hero .meta .lab { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--soft); margin-bottom: 6px; }
.hero .meta .val { display: block; color: var(--ink); font-weight: 600; font-size: 15px; }
.hero .meta .note { display: block; color: var(--muted); font-size: 13.5px; line-height: 1.5; margin-top: 2px; }
.hero-art { position: relative; aspect-ratio: 17 / 12; width: 100%; border-radius: 6px; overflow: hidden; }
.hero-art .poster { position: absolute; inset: 0; transition: opacity .9s var(--ease); }
.hero-art .poster img { width: 100%; height: 100%; object-fit: cover; }
.hero-art canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; display: block; opacity: 0; transition: opacity .9s var(--ease); }
.hero-art.is-live .poster { opacity: 0; }
.hero-art.is-live canvas { opacity: 1; }
@media (max-width: 899px) { .hero-art { order: -1; aspect-ratio: 4 / 3; } body { font-size: 17px; } }
.cue { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); width: 26px; height: 42px; border: 1.5px solid rgba(18, 22, 28, .3); border-radius: 14px; display: none; }
.cue span { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 2px; background: var(--red); }
@media (min-width: 900px) { .cue { display: block; } }

/* ---------- body column ---------- */
.intro, .sec { max-width: var(--wide); margin-inline: auto; padding-inline: var(--gutter); }
.intro { padding-top: 40px; }
.intro > p, .sec > p, .sec > .sec-head, .sec > .pull, .sec > .tests, .sec > .recap, .sec > .regpanel { max-width: var(--measure); margin-inline: auto; }
.sec > .stats, .sec > .tiers, .sec > .structure, .sec > .route, .faq .qas { max-width: 880px; margin-inline: auto; }
p.lead { font-family: var(--serif); font-weight: 400; font-size: clamp(1.45rem, 2.3vw, 1.9rem); line-height: 1.38; color: var(--ink); letter-spacing: -.008em; margin-bottom: 28px; }
p.body { margin-bottom: 22px; }
p.standfirst { font-size: 16.5px; color: var(--muted); border-left: 3px solid var(--red); padding-left: 18px; margin: 30px auto 0; line-height: 1.6; }
p.closing { margin-bottom: 26px; }
.intro .band { margin-top: 44px; }

.sec { padding-top: 84px; }
.sec-head { border-top: 2px solid var(--ink); padding-top: 22px; margin-bottom: 30px !important; }
.sec-head .kick { margin-bottom: 18px; }
.sec h2 { font-size: clamp(1.95rem, 3.6vw, 2.75rem); line-height: 1.1; letter-spacing: -.016em; }

/* figures */
figure { margin: 0; }
.fig, .band { margin: 40px auto 44px; max-width: var(--wide); }
.frame { overflow: hidden; border-radius: 6px; background: #EEF2F8; box-shadow: 0 30px 60px -40px rgba(15, 40, 80, .35), 0 0 0 1px rgba(18, 22, 28, .05); }
.frame img { width: 100%; height: auto; }
figcaption { max-width: var(--measure); margin: 16px auto 0; padding-top: 12px; border-top: 1px solid var(--rule); font-size: 14.5px; color: var(--muted); line-height: 1.55; }
figcaption .fl { display: block; margin-bottom: 8px; }
figcaption .fc { display: block; }
.band { margin: 32px auto 40px; }

/* pull quote */
.pull { margin: 40px auto 10px; background: var(--tintb); border-top: 3px solid var(--blue); padding: 34px 40px; text-align: center; }
.pull p { font-family: var(--serif); font-size: clamp(1.45rem, 2.6vw, 2.05rem); line-height: 1.3; color: var(--blue); letter-spacing: -.012em; text-wrap: balance; }

/* the five tests */
.tests { list-style: none; margin: 8px auto 30px; padding: 0; display: grid; gap: 12px; }
.test { display: flex; gap: 20px; align-items: flex-start; background: var(--warm); padding: 22px 24px; border-radius: 4px; border: 1px solid rgba(18, 22, 28, .05); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.test:hover { transform: translateY(-2px); box-shadow: 0 22px 40px -30px rgba(15, 40, 80, .35); }
.test p { font-size: 16.5px; line-height: 1.6; }

/* stats */
.stats { display: grid; gap: 18px; margin: 30px auto 34px; }
@media (min-width: 720px) { .stats { grid-template-columns: 1fr 1fr; } }
.stat { padding: 32px 30px 28px; background: var(--tintb); border-radius: 6px; position: relative; overflow: hidden; }
.stat::after { content: ''; position: absolute; right: -60px; top: -60px; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, .95), rgba(25, 84, 162, .10) 55%, rgba(25, 84, 162, 0) 72%); pointer-events: none; }
.stat.red { background: var(--tintr); }
.stat.red::after { background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, .95), rgba(235, 28, 54, .10) 55%, rgba(235, 28, 54, 0) 72%); }
.stat .big { display: block; font-family: var(--serif); font-size: clamp(2.5rem, 4.6vw, 3.6rem); line-height: 1; color: var(--blue); letter-spacing: -.02em; margin-bottom: 16px; font-variant-numeric: tabular-nums; position: relative; z-index: 1; }
.stat.red .big { color: var(--red); }
.stat .cap { font-size: 15.5px; line-height: 1.55; color: #414952; position: relative; z-index: 1; }
.stat .src { display: block; margin-top: 14px; font-size: 12.5px; color: var(--soft); letter-spacing: .02em; }

/* structure panel */
.structure { margin: 34px auto 10px; }
.structure .hd { margin-bottom: 18px; }
.box { background: var(--tintb); border-left: 4px solid var(--blue); padding: 18px 22px; border-radius: 0 4px 4px 0; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.box:hover { transform: translateY(-2px); box-shadow: 0 20px 36px -28px rgba(15, 40, 80, .4); }
.box.gp { background: #F5F7FA; border-left-color: #B7C1CD; }
.box.fund { background: var(--tintr); border-left-color: var(--red); }
.box .t { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; }
.box .l { font-size: 15px; color: #4A525C; line-height: 1.55; }
.box .l b { font-weight: 600; color: var(--ink); }
.s-mid { display: grid; gap: 16px; align-items: stretch; }
@media (min-width: 720px) { .s-mid { grid-template-columns: 1fr minmax(170px, auto) 1fr; } }
.s-link, .s-arrow { display: flex; align-items: center; justify-content: center; }
.s-link { height: 46px; position: relative; }
.s-link::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; border-left: 1px dashed rgba(25, 84, 162, .5); }
.rel { position: relative; z-index: 1; background: var(--ground-0); padding: 2px 10px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); font-weight: 600; }
.s-arrow { position: relative; padding: 0 6px; }
.s-arrow::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; border-top: 1px dashed rgba(25, 84, 162, .5); }
@media (max-width: 719px) { .s-arrow { height: 42px; } .s-arrow::before { left: 50%; right: auto; top: 0; bottom: 0; border-top: 0; border-left: 1px dashed rgba(25, 84, 162, .5); } }

/* tiers */
.tiers { display: grid; gap: 14px; margin: 26px auto 34px; }
@media (min-width: 720px) { .tiers { grid-template-columns: repeat(3, 1fr); } }
.tier { background: var(--tintb); border-top: 3px solid var(--blue); padding: 22px 22px 24px; border-radius: 0 0 4px 4px; display: flex; flex-direction: column; gap: 8px; }
.tier.red { background: var(--tintr); border-top-color: var(--red); }
.tier .tt { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); font-weight: 600; }
.tier.red .tt { color: var(--red); }
.tier .tv { font-family: var(--serif); font-size: 21px; color: var(--ink); line-height: 1.2; }
.tier .td { font-size: 15px; color: #4A525C; line-height: 1.55; }

/* recap and route */
.recap { margin: 34px auto 30px; }
.recap h3 { font-size: 24px; margin-bottom: 18px; }
.recap ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.recap li { display: flex; gap: 16px; align-items: center; background: var(--warm); padding: 12px 18px; border-radius: 4px; font-size: 16.5px; }
.recap .badge { width: 38px; height: 38px; font-size: 14px; }
.route { display: grid; gap: 16px; margin: 30px auto 20px; }
@media (min-width: 720px) { .route { grid-template-columns: 1fr 1fr; } }
.rcard { background: var(--tintb); border-left: 4px solid var(--blue); padding: 26px 28px; border-radius: 0 6px 6px 0; }
.rcard.red { background: var(--tintr); border-left-color: var(--red); }
.rcard .rt { display: block; font-family: var(--serif); font-size: 22px; color: var(--ink); margin-bottom: 10px; }
.rcard p { font-size: 16px; line-height: 1.6; color: #414952; }
.rcard .btn { margin-top: 18px; }

/* regulatory panel: static, unanimated, body contrast */
.regpanel { margin: 34px auto 0; background: var(--warm); border-left: 4px solid var(--blue); padding: 26px 28px 24px; }
.regpanel .rh { font-family: var(--sans); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 18px; }
.regpanel .cells { display: grid; gap: 14px; margin-bottom: 18px; }
@media (min-width: 640px) { .regpanel .cells { grid-template-columns: repeat(3, 1fr); } }
.regpanel .rl { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--soft); margin-bottom: 4px; }
.regpanel .rv { display: block; font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.4; }
.regpanel p { font-size: 15px; color: #414952; line-height: 1.6; }

/* believe */
.believe { position: relative; margin-top: 96px; background: linear-gradient(180deg, #F3F6FA 0%, #E9EEF5 100%); overflow: hidden; }
.believe-art { position: absolute; inset: 0; pointer-events: none; }
.believe-art img { position: absolute; right: 0; top: 0; height: 100%; width: auto; max-width: none; object-fit: cover; object-position: right center; opacity: .95; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 22%); mask-image: linear-gradient(to right, transparent 0, #000 22%); }
.believe-copy { position: relative; z-index: 1; max-width: var(--wide); margin-inline: auto; padding: 120px var(--gutter) 110px; }
.believe-copy > * { max-width: 32rem; }
.believe h2 { font-size: clamp(2.1rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.018em; margin: 18px 0 28px; }
.believe p { font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.4rem); line-height: 1.45; color: var(--ink); margin-bottom: 20px; }
.believe .rule { margin-top: 30px; }
.believe .bfoot { display: block; margin-top: 22px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--soft); }
@media (max-width: 899px) {
  .believe-art img { right: -30%; opacity: .35; }
}

/* faq */
.faq .qas { display: grid; gap: 10px; margin-top: 10px; }
.qa { background: #fff; border: 1px solid rgba(18, 22, 28, .08); border-radius: 4px; }
.qa summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; font-family: var(--serif); font-size: 20px; color: var(--ink); line-height: 1.3; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--blue); }
.qi { flex: none; width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(18, 22, 28, .2); position: relative; transition: transform .35s var(--ease), border-color .3s, background-color .3s; }
.qi::before, .qi::after { content: ''; position: absolute; left: 50%; top: 50%; background: var(--ink); transform: translate(-50%, -50%); transition: background-color .3s; }
.qi::before { width: 12px; height: 1.5px; }
.qi::after { width: 1.5px; height: 12px; }
.qa[open] .qi { transform: rotate(45deg); border-color: var(--red); background: var(--red); }
.qa[open] .qi::before, .qa[open] .qi::after { background: #fff; }
.qa-body { padding: 0 22px 22px; }
.qa-body p { font-size: 16.5px; line-height: 1.62; max-width: 46rem; }
html.js .qa-body { display: grid; grid-template-rows: 0fr; overflow: hidden; padding-bottom: 0; transition: grid-template-rows .4s var(--ease), padding-bottom .4s var(--ease); }
html.js .qa-body > p { min-height: 0; overflow: hidden; }
html.js .qa[open] .qa-body { grid-template-rows: 1fr; padding-bottom: 22px; }

/* footer */
.back { margin-top: 110px; background: #fff; border-top: 1px solid var(--rule); }
.back-inner { max-width: var(--wide); margin-inline: auto; padding: 72px var(--gutter) 40px; }
.back-mark img { width: 200px; }
.back-mark .bm { font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.08; letter-spacing: -.016em; margin: 30px 0 18px; }
.back-cols { display: grid; gap: 40px; margin-top: 46px; padding-top: 36px; border-top: 1px solid var(--rule); }
@media (min-width: 820px) { .back-cols { grid-template-columns: 1fr 1.6fr; gap: 64px; } }
.back h3 { font-family: var(--sans); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--soft); margin-bottom: 14px; font-weight: 600; }
.imprint { font-size: 15px; line-height: 1.65; color: #414952; }
.imprint .nm { display: block; font-family: var(--serif); font-size: 22px; color: var(--ink); margin-bottom: 6px; }
.links { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.links a { font-size: 13px; font-weight: 500; letter-spacing: .04em; color: var(--muted); text-decoration: none; }
.links a:hover { color: var(--ink); }
.reg p { font-size: 14px; line-height: 1.65; color: #414952; margin-bottom: 14px; }
.back-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--rule); font-size: 12.5px; color: var(--soft); letter-spacing: .02em; }

/* ---------- motion ---------- */
/* Everything is visible by default. Under html.js the hero rises once
   and, where the browser supports scroll timelines, figures drift and
   sections lift as they enter. */
@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
html.js .hero .rise { animation: rise-in .9s var(--ease) both; }
html.js .hero .rise:nth-child(2) { animation-delay: .08s; }
html.js .hero .rise:nth-child(3) { animation-delay: .16s; }
html.js .hero .rise:nth-child(4) { animation-delay: .24s; }
html.js .hero .rise:nth-child(5) { animation-delay: .32s; }
html.js .hero .rise:nth-child(6) { animation-delay: .4s; }
html.js .hero-art { animation: rise-in 1.2s var(--ease) both; animation-delay: .1s; }
@keyframes cue-drop { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { transform: translateY(0); opacity: 0; } }
html.js .cue span { animation: cue-drop 1.8s ease-in-out infinite; }

@supports (animation-timeline: view()) {
  @keyframes reveal-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
  html.js .reveal { animation: reveal-rise linear both; animation-timeline: view(); animation-range: entry 4% cover 30%; }
  @keyframes drift { from { transform: translateY(18px); } to { transform: translateY(-18px); } }
  html.js [data-parallax] .frame { animation: drift linear both; animation-timeline: view(); animation-range: cover 0% cover 100%; }
  @keyframes bar { from { transform: scaleX(0); } to { transform: scaleX(1); } }
  html.js .progress span { animation: bar linear both; animation-timeline: scroll(root); }
  @keyframes believe-drift { from { transform: translateY(6%); } to { transform: translateY(-6%); } }
  html.js .believe-art img { height: 116%; top: -8%; animation: believe-drift linear both; animation-timeline: view(); animation-range: cover 0% cover 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; animation-delay: 0ms !important; transition-duration: .01ms !important; }
  html.js .reveal, html.js .hero .rise, html.js .hero-art, html.js [data-parallax] .frame, html.js .believe-art img { animation: none; opacity: 1; transform: none; }
  html.js .believe-art img { height: 100%; top: 0; }
  html.js .progress span { animation: none; }
}
