/* =========================================================================
   legal.adminless.ai — the live page.

   Promoted from _sandbox/legal-design-mockup/ with ONE preset baked in:
   colour = "modern navy" (palette C), type = "fraunces", copy = "assured",
   which are the defaults the mockup's Remote.init declared. The preset
   picker (shared/remote.js + remote.css) was gallery furniture and does not
   ship; every custom property it used to write at runtime is a literal in
   :root below, and every data-copy key is flattened to the string the
   assured set held.

   One full page at 1440px, arranged the way the reference page is: very
   large serif headline with air around it, a short sans sub-line and two
   calls to action on the headline's second line, then a full-width rounded
   review panel on a brushed navy backdrop.

   Roles, so the palette can still be read as a contract:
     --muted     never body text — card outlines, pill borders, meaningful
                 boundaries (AA non-text, >= 3:1 on paper, paper-2, paper-3)
     --muted-ink muted at text sizes (>= 4.5:1 on all three papers)
     --rule      hairlines between sections and rows, decorative
     --accent    filled buttons, the recommended tier card, the footer
     --accent2   links; --accent2-ink is the same hue at text sizes
     --inverse-* a control sitting ON the accent surface

   The type scale, gutters, section rhythm and motion tokens are NOT here:
   they live in tokens.css, which this page may not redefine.
   ========================================================================= */

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

html { scroll-behavior: smooth; }

:root {
    /* colour: "modern navy" — the picked palette, baked */
    --paper: #FFFFFF;
    --paper-2: #F5F6F8;
    --paper-3: #EDF1F8;
    --ink: #0B1D3A;
    --accent: #16305C;
    --accent-deep: #0B1D3A;
    --accent2: #1F4FD8;
    --accent2-ink: #1F4FD8;
    --muted: #79859A;
    --muted-ink: #5B6577;
    --rule: #E3E6EB;
    --on-accent: #FFFFFF;
    --accent-ink: #16305C;
    --on-accent-2: #C3D0E6;
    --band-top: #33527F;
    --band-mid: #16305C;
    --band-foot: #0B1D3A;
    --logo-blend: multiply;
    --logo-filter: none;
    --inverse-bg: #FFFFFF;
    --inverse-ink: #16305C;

    /* type: "fraunces" — upright, no italic anywhere on this page */
    --font-display: "Fraunces", Georgia, serif;
    --font-body: "IBM Plex Sans", system-ui, sans-serif;
    --font-label: "IBM Plex Mono", ui-monospace, monospace;
    --display-weight: 400;
    --display-style: normal;
    --h1-size: 88px;
    --display-track: -0.02em;
    --display-lead: 1.02;

    --r-card: 16px;
    --r-btn: 999px;
    --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23g)'/%3E%3C/svg%3E");
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: var(--body);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.wrap { width: min(var(--measure), 100% - 2 * var(--gutter)); margin: 0 auto; }

/* ---------- 1. type and small furniture ------------------------------- */

.eyebrow {
    display: block;
    font-family: var(--font-label);
    font-size: var(--label);
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-ink);
    margin: 0 0 20px;
}
.eyebrow.on-accent-bg { color: var(--on-accent-2); }

.h1 {
    font-family: var(--font-display);
    font-weight: var(--display-weight);
    font-style: var(--display-style);
    font-size: var(--h1-size);
    line-height: var(--display-lead);
    letter-spacing: var(--display-track);
    margin: 0;
    max-width: 16ch;
    color: var(--ink);
}

.h2 {
    font-family: var(--font-display);
    font-weight: var(--display-weight);
    font-style: var(--display-style);
    font-size: var(--h2);
    line-height: 1.08;
    letter-spacing: var(--display-track);
    margin: 0 0 16px;
    max-width: 22ch;
    text-wrap: balance;
    color: var(--ink);
}
.h2 span { color: var(--accent-ink); }

.h3 {
    font-family: var(--font-display);
    font-size: var(--h3);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: var(--display-track);
    margin: 0 0 8px;
    color: var(--ink);
}

.lede { font-size: 20px; color: var(--muted-ink); margin: 0 0 56px; max-width: 74ch; }

.sec { padding: var(--section-pad) 0; border-top: 1px solid var(--rule); background: var(--paper); scroll-margin-top: 88px; }
.sec.on-surface { background: var(--paper-2); }

.link {
    color: var(--accent2-ink);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}
.link:hover { color: var(--ink); }
.link:focus-visible { outline: 2px solid var(--accent2); outline-offset: 3px; }

.textlink {
    font-size: 17px;
    font-weight: 500;
    color: var(--accent2-ink);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}
.textlink:hover { color: var(--ink); }
.textlink:focus-visible { outline: 2px solid var(--accent2); outline-offset: 3px; }

.fn { font-family: var(--font-label); font-size: 0.7em; vertical-align: super; line-height: 0; }

.notes { margin: 48px 0 0; border-top: 1px solid var(--rule); padding-top: 24px; }
.notes p { margin: 0 0 8px; font-size: 14.5px; line-height: 1.55; color: var(--muted-ink); max-width: 100ch; }
.notes p:last-child { margin-bottom: 0; }

.num { font-variant-numeric: tabular-nums; }

.sr {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px; padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

/* ---------- 2. buttons ------------------------------------------------ */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    border-radius: var(--r-btn);
    padding: 13px 22px;
    min-height: 44px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}
.btn--fill { color: var(--on-accent); background: var(--accent); }
.btn--fill:hover { background: var(--accent-deep); }
.btn--quiet { color: var(--ink); border-color: var(--muted); background: transparent; }
.btn--quiet:hover { background: var(--paper-2); border-color: var(--ink); }
/* a control sitting ON the accent surface: the light/dark pair comes from the
   preset, because inverting --paper would put blue on near-black in the dark
   palette. Hover dims whichever way round the pair is. */
.btn--on-accent { color: var(--inverse-ink); background: var(--inverse-bg); }
.btn--on-accent:hover { filter: brightness(0.94); }
.btn--lg { font-size: 17px; padding: 18px 30px; min-height: 56px; }
.btn--block { width: 100%; }
.btn:focus-visible { outline: 2px solid var(--accent2); outline-offset: 3px; }

/* ---------- 3. nav ---------------------------------------------------- */

.nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--paper);
    border-bottom: 1px solid var(--rule);
}
.nav__in { display: flex; align-items: center; height: 84px; gap: 40px; }

.wordmark {
    font-family: var(--font-body);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--ink);
    text-decoration: none;
    flex: 0 0 auto;
}
.wordmark:focus-visible { outline: 2px solid var(--accent2); outline-offset: 4px; }

.nav__links { display: flex; gap: 32px; margin: 0 auto; align-items: center; }
.nav__links a {
    font-size: 16px;
    color: var(--muted-ink);
    text-decoration: none;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: color 120ms ease, border-color 120ms ease;
}
.nav__links a:hover { color: var(--ink); border-bottom-color: var(--accent2); }
.nav__links a:focus-visible { outline: 2px solid var(--accent2); outline-offset: 4px; }

.nav__cta { flex: 0 0 auto; }

/* ---------- 4. hero --------------------------------------------------- */

.hero { background: var(--paper); padding-top: 4px; }
.hero__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    gap: 72px;
    padding: 112px 0 96px;
    align-items: start;
}
/* the aside aligns its first line with the eyebrow, so the two columns share
   a top horizontal; the lede + CTAs fill the space the headline leaves on the
   right instead of floating below it */
.hero__aside { min-width: 0; }
.hero__sub { font-size: 20px; line-height: 1.5; color: var(--muted-ink); margin: 0 0 32px; }
.hero__actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }

/* ---------- skip link + global focus ------------------------------ */
.skip {
    position: absolute;
    top: -48px;
    left: 12px;
    z-index: 50;
    background: var(--accent);
    color: var(--on-accent);
    font-size: 15px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: var(--r-btn);
    text-decoration: none;
    transition: top 120ms ease;
}
.skip:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--accent2); outline-offset: 2px; }

/* ---------- 5. brushed navy band + the one screenshot ----------------- */

.band {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(101deg,
            rgba(255,255,255,.055) 0 6%,  rgba(0,0,0,.075) 6% 13%,
            rgba(255,255,255,.042) 13% 21%, rgba(0,0,0,.05) 21% 27%,
            rgba(255,255,255,.05) 27% 36%, rgba(0,0,0,.085) 36% 44%,
            rgba(255,255,255,.032) 44% 52%, rgba(0,0,0,.06) 52% 60%,
            rgba(255,255,255,.048) 60% 69%, rgba(0,0,0,.09) 69% 77%,
            rgba(255,255,255,.038) 77% 86%, rgba(0,0,0,.07) 86% 100%),
        radial-gradient(130% 100% at 20% 6%, var(--band-top) 0%, rgba(0,0,0,0) 62%),
        radial-gradient(110% 90% at 92% 96%, var(--band-mid) 0%, rgba(0,0,0,0) 58%),
        linear-gradient(158deg, var(--band-mid) 0%, var(--band-foot) 52%, var(--band-mid) 100%);
}
.band::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.13;
    mix-blend-mode: overlay;
    background-image: var(--grain);
}
.band > .wrap { position: relative; z-index: 1; padding: 80px 0; }

.shot {
    position: relative;
    margin: 0;
    border-radius: var(--r-card);
    background: var(--paper);
    box-shadow: 0 30px 70px rgba(4, 12, 27, .45), 0 2px 3px rgba(4, 12, 27, .3);
    overflow: hidden;
    line-height: 0;
}
/* the hero device is drawn, not photographed: an inline SVG so the panel is
   real text at any width and costs no extra request */
.shot__svg { display: block; width: 100%; height: auto; }
.shot__pill {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: var(--accent-deep);
    color: var(--on-accent);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 16px;
    border-radius: var(--r-btn);
}

.strip { background: var(--paper-2); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.strip p {
    margin: 0;
    padding: 16px 0;
    font-family: var(--font-label);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.155em;
    color: var(--muted-ink);
}

/* ---------- 6. cost: the two tiers, then the ledger ------------------- */

.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }

.tier {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--paper);
    border: 1px solid var(--muted);
    border-radius: var(--r-card);
    padding: 38px 36px 34px;
}
.tier__name {
    font-family: var(--font-label);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-ink);
    margin: 0 0 6px;
}
.tier__who { font-size: 17px; color: var(--muted-ink); margin: 0 0 26px; }
.tier__fig {
    font-family: var(--font-display);
    font-weight: var(--display-weight);
    font-style: var(--display-style);
    font-size: 72px;
    line-height: 1;
    letter-spacing: -0.025em;
    margin: 0;
    color: var(--ink);
    font-variant-numeric: tabular-nums;
}
.tier__fig .per { font-size: 26px; letter-spacing: 0; color: var(--muted-ink); }
.tier__unit { font-size: 18px; color: var(--muted-ink); margin: 12px 0 0; }
.tier__note { font-size: 17px; line-height: 1.5; color: var(--muted-ink); margin: 18px 0 28px; }
.tier .btn { margin-top: auto; }

.tier--lead { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.tier--lead .tier__name { color: var(--on-accent-2); }
.tier--lead .tier__who { color: var(--on-accent-2); }
.tier--lead .tier__fig { color: var(--on-accent); }
.tier--lead .tier__fig .per { color: var(--on-accent-2); }
.tier--lead .tier__unit,
.tier--lead .tier__note { color: var(--on-accent-2); }
.tier__badge {
    position: absolute;
    top: 26px;
    right: 28px;
    font-family: var(--font-label);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--inverse-ink);
    background: var(--inverse-bg);
    border-radius: var(--r-btn);
    padding: 6px 12px;
}

.included { margin: 28px 0 0; border: 1px solid var(--rule); border-radius: var(--r-card); padding: 26px 32px 28px; background: var(--paper-2); }
.included__t {
    font-family: var(--font-label);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-ink);
    margin: 0 0 18px;
}
.included ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.included li { font-size: 16.5px; line-height: 1.45; color: var(--ink); padding-top: 14px; border-top: 2px solid var(--accent-ink); }

.ledger { margin-top: 72px; }
.ledger__t {
    font-family: var(--font-body);
    font-size: 19px;
    font-weight: 600;
    color: var(--ink);
    margin: 0 0 6px;
}
.ledger__k { font-size: 16px; color: var(--muted-ink); margin: 0 0 24px; }

.table { width: 100%; border-collapse: collapse; font-size: 17px; }
.table th, .table td { text-align: left; padding: 18px 22px; vertical-align: top; }
.table thead th {
    font-family: var(--font-label);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted-ink);
    border-bottom: 1px solid var(--ink);
    padding-bottom: 12px;
}
.table tbody tr { border-bottom: 1px solid var(--rule); }
.table tbody th { font-size: 18px; font-weight: 600; white-space: nowrap; }
.table td { font-variant-numeric: tabular-nums; color: var(--muted-ink); }
.table .t-note { display: block; font-size: 14px; color: var(--muted-ink); margin-top: 3px; font-variant-numeric: normal; }
.table .t-verdict { font-weight: 500; color: var(--ink); }
.table tr.is-ours { background: var(--paper-3); }
.table tr.is-ours th, .table tr.is-ours td { color: var(--ink); }
.table tr.is-ours th:first-child { box-shadow: inset 3px 0 0 var(--accent-ink); }

.grant {
    margin: 36px 0 0;
    display: flex;
    gap: 18px;
    align-items: baseline;
    border-left: 2px solid var(--accent-ink);
    padding: 4px 0 4px 22px;
}
.grant span {
    font-family: var(--font-label);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-ink);
    flex: 0 0 auto;
    padding-top: 4px;
}
.grant p { margin: 0; font-size: 18px; color: var(--ink); max-width: 84ch; }

/* ---------- 7. where your documents go: five numbered rows ------------ */

.rows { border-top: 1px solid var(--rule); }
.row {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 40px;
    padding: 32px 0;
    border-bottom: 1px solid var(--rule);
    align-items: start;
}
.row__n {
    font-family: var(--font-display);
    font-weight: var(--display-weight);
    font-style: var(--display-style);
    font-size: 46px;
    line-height: 0.9;
    letter-spacing: var(--display-track);
    color: var(--accent-ink);
    font-variant-numeric: tabular-nums;
}
.row p { margin: 0; font-size: 20px; line-height: 1.5; max-width: 82ch; color: var(--muted-ink); }
.row p b { font-weight: 600; color: var(--ink); }
.rows + .notes { border-top: none; }

/* ---------- 8. what it does: six capability tiles --------------------- */

.caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: var(--r-card); overflow: hidden; }
.cap { background: var(--paper); padding: 34px 32px 36px; }
.cap__n {
    font-family: var(--font-label);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--muted-ink);
    display: block;
    margin-bottom: 16px;
}
.cap p { margin: 0; font-size: 17px; line-height: 1.5; color: var(--muted-ink); }

/* ---------- 9. install: four steps ------------------------------------ */

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.step { padding-top: 22px; border-top: 2px solid var(--accent-ink); }
.step__k {
    font-family: var(--font-label);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-ink);
    display: block;
    margin-bottom: 14px;
}
.step p { margin: 0; font-size: 17px; line-height: 1.5; color: var(--muted-ink); }
.steps__note { margin: 40px 0 0; font-size: 17px; color: var(--muted-ink); max-width: 88ch; }

/* ---------- 10. who we are ------------------------------------------- */

.who { display: grid; grid-template-columns: 1fr 480px; gap: 88px; align-items: start; }
.who p { font-size: 19px; line-height: 1.55; color: var(--muted-ink); margin: 0 0 20px; max-width: 66ch; }
.who p b { color: var(--ink); font-weight: 600; }
.who__side { border-left: 1px solid var(--rule); padding-left: 40px; }
.creds__t {
    font-family: var(--font-label);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-ink);
    margin: 0 0 22px;
}
/* Two columns, not three: the Google and NVIDIA programme lockups are wide
   marks and a 126px column clipped them. */
.creds { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 28px; align-items: center; }
/* logos are supplied as flat black marks, so the dark palette inverts them;
   heights are set per proportion so a tall mark is not left tiny beside a
   wide wordmark */
.creds img {
    max-width: 100%;
    height: 22px;
    width: auto;
    object-fit: contain;
    object-position: left center;
    opacity: 0.86;
    mix-blend-mode: var(--logo-blend);
    filter: var(--logo-filter);
}
.creds img.is-mid { height: 26px; }
.creds img.is-square { height: 38px; }
.creds img.is-wordmark { height: 19px; }
/* Real programme lockups from public/programmes/ — see SOURCES.md. */
.creds img.is-lockup-gfs { height: 18px; }
.creds img.is-lockup-inception { height: 30px; }
/* Microsoft publishes no lockup: the flag stands alone (Jake, 2026-09-13). */

/* ---------- 11. faq --------------------------------------------------- */

.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 0 72px; border-top: 1px solid var(--rule); }
.faq__i { padding: 30px 0; border-bottom: 1px solid var(--rule); }
.faq__i p { margin: 0; font-size: 17px; line-height: 1.55; color: var(--muted-ink); max-width: 62ch; }

/* ---------- 12. book -------------------------------------------------- */

/* the panels size to their own content: pinning the dead bookings button to
   the foot of the taller form left 200px of hole in the middle of it */
.book { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.panel { display: flex; flex-direction: column; border: 1px solid var(--muted); border-radius: var(--r-card); padding: 34px 32px 32px; background: var(--paper); }
.panel--quiet { background: var(--paper-2); border-color: var(--rule); }
.panel__t { font-family: var(--font-body); font-size: 21px; font-weight: 600; margin: 0 0 8px; color: var(--ink); }
.panel__k { font-size: 16.5px; color: var(--muted-ink); margin: 0 0 26px; }

.slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 0 24px; }
.slot {
    border: 1px solid var(--rule);
    border-radius: 8px;
    background: var(--paper-2);
    padding: 14px 10px;
    text-align: center;
}
.slot b { display: block; font-family: var(--font-label); font-size: 11px; letter-spacing: 0.1em; color: var(--muted-ink); font-weight: 500; }
.slot span { display: block; font-size: 16px; color: var(--ink); margin-top: 6px; font-variant-numeric: tabular-nums; }
.slot.is-on { background: var(--paper-3); border-color: var(--accent-ink); }
.slots__m {
    font-family: var(--font-label);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: var(--muted-ink);
    margin: 0 0 12px;
}
.slots__note { font-size: 14.5px; color: var(--muted-ink); margin: 0 0 22px; }

.field { margin: 0 0 18px; }
.field label { display: block; font-size: 14.5px; font-weight: 500; color: var(--ink); margin: 0 0 7px; }
.field input, .field textarea {
    width: 100%;
    font-family: var(--font-body);
    font-size: 16.5px;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--muted);
    border-radius: 8px;
    padding: 12px 14px;
    min-height: 46px;
}
.field textarea { min-height: 92px; resize: vertical; }
.field input:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--accent2); outline-offset: 1px; }
.form__foot { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 4px; }
.form__note { font-size: 14.5px; color: var(--muted-ink); margin: 0; max-width: 44ch; }

/* The honeypot the collector expects (field name `website`, sent empty).
   It is moved off-screen rather than display:none-d: a bot that reads the
   computed style skips a hidden field, and a hidden-but-reachable one is
   what actually catches form fillers. aria-hidden + tabindex keep it away
   from a keyboard or a screen reader. */
.hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* The reply to a submit, announced on an aria-live region. It carries no
   colour of its own until it says something, so an empty region never
   draws a box. */
.form__status { margin: 16px 0 0; font-size: 15.5px; line-height: 1.5; }
.form__status:empty { display: none; }
.form__status.is-ok { color: var(--ink); }
.form__status.is-bad { color: var(--accent2-ink); }
.form__status a { color: var(--accent2-ink); }

/* ---------- 13. footer ------------------------------------------------ */

.foot { background: var(--accent); color: var(--on-accent); padding: 72px 0 56px; }
/* No sites directory: this page stands on its own, so the top of the footer
   is the mark and its one line, full width. */
.foot__mark { font-size: 21px; font-weight: 700; letter-spacing: -0.015em; margin: 0 0 14px; }
.foot__built { font-size: 16.5px; color: var(--on-accent-2); margin: 0; max-width: 46ch; }
.foot a:focus-visible { outline: 2px solid var(--paper); outline-offset: 3px; }
.foot__legal {
    margin: 48px 0 0;
    padding-top: 24px;
    border-top: 1px solid var(--on-accent-2);
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--on-accent-2);
}
.foot__legal a { color: var(--on-accent); text-decoration: none; border-bottom: 1px solid var(--on-accent-2); }
.foot__legal a:hover { border-bottom-color: var(--on-accent); }

/* ---------- 14. the page's only motion: sections fade up on reach ----- */

/* motion.js stamps html.js before first paint and toggles .is-in on every
   [data-reveal] as it is reached. The hidden state is gated on html.js so a
   reader with JavaScript off is never left with a stranded blank section. */
html.js [data-reveal] { opacity: 0; transform: translateY(12px); transition: opacity var(--reveal-dur) ease, transform var(--reveal-dur) ease; }
html.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    html.js [data-reveal] { opacity: 1; transform: none; transition: none; }
    * { transition-duration: 0ms !important; }
}

/* ---------- 15. the headline scales with the viewport ---------------- */

/* 88px is this page's declared h1 exception (website/LANDING_PAGES.md), and
   the ceiling is keyed on --h1-size rather than a literal so the exception is
   stated once, in :root, where the baked type preset put it. On this preset
   that is clamp(40px, 6.5vw, 88px): exactly 88px from 1354px up — so 88px at
   1440 — falling to 40px on a phone, which is what stopped the headline
   pushing the document 325px wide at 375. */
.h1 { font-size: clamp(40px, 6.5vw, var(--h1-size)); }

/* ---------- 16. 881-1180px: the band the gutter leaves narrow -------- */

/* tokens.css holds --gutter at 136.5px until 880px, so the measure is at its
   narrowest just above that step: 612px of .wrap at a 900px viewport against
   809px at 880px. The page's two fixed tracks — the hero's 460px aside and
   the 480px credentials column — were sized for a 1152px measure and leave
   the headline 81px to set in. Both give way here; the single-column
   collapse below carries the rest. */

@media (max-width: 1180px) {
    .hero__row { grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr); gap: 56px; padding: 88px 0 76px; }
    .hero__head { min-width: 0; }

    .who { grid-template-columns: minmax(0, 1fr); gap: 40px; }
    .who > * { min-width: 0; }
    .who__side { border-left: none; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 32px; }
}

/* ---------- 17. below 900px: every two-column grid becomes one ------- */

@media (max-width: 900px) {
    /* the three section links go; the wordmark and the demo CTA stay, both
       on a 44px hit box */
    .nav__in { height: 72px; gap: 16px; justify-content: space-between; }
    .nav__links { display: none; }
    .wordmark { display: inline-flex; align-items: center; min-height: 44px; }

    /* the hero aside had a 360px minimum track: below it the lede and the
       CTAs sit under the headline on the same left axis */
    .hero__row { grid-template-columns: minmax(0, 1fr); gap: 36px; padding: 56px 0 48px; }
    .hero__head { min-width: 0; }
    .band > .wrap { padding: 56px 0; }

    .tiers { grid-template-columns: minmax(0, 1fr); gap: 20px; }
    .tier { min-width: 0; }
    .included ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
    .ledger { margin-top: 56px; }

    .row { grid-template-columns: 88px minmax(0, 1fr); gap: 24px; }
    .row__n { font-size: 38px; }

    .caps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    /* the credentials column above has already given way; the page's other
       pairs follow here */
    .faq { grid-template-columns: minmax(0, 1fr); }
    .faq__i { min-width: 0; }

    .book { grid-template-columns: minmax(0, 1fr); }
    .panel { min-width: 0; }
}

/* ---------- 18. below 700px: phone measure and phone padding --------- */

@media (max-width: 700px) {
    .nav__in { gap: 12px; }
    .wordmark { font-size: 17px; }
    .nav__cta .btn { font-size: 14px; padding: 12px 16px; }

    .lede { font-size: 17px; margin-bottom: 36px; }

    .hero__row { gap: 28px; padding: 40px 0 40px; }
    .hero__sub { font-size: 17px; }
    .hero__actions { gap: 16px; }
    .band > .wrap { padding: 36px 0; }

    .tier { padding: 28px 22px 26px; }
    /* the badge stops floating over the tier's own name and takes the first
       line of the card, which is where it sits in the source anyway */
    .tier__badge { position: static; align-self: flex-start; margin: 0 0 16px; }
    .tier__fig { font-size: 54px; }
    .tier__fig .per { font-size: 20px; }
    .tier__unit { font-size: 16.5px; }
    .tier__note { font-size: 16px; }

    .included { padding: 22px 20px 24px; }
    .included ul { grid-template-columns: minmax(0, 1fr); gap: 16px; }

    .ledger { margin-top: 40px; }
    /* A four-column comparison at 319px of measure: relaxing the row heads'
       nowrap does fit, but auto layout then breaks "AdminLess" and
       "~US$1,200" mid-word, which is worse than a scroll. So the cells give
       up a third of their padding and two points of type to shorten the
       journey, the row heads keep their nowrap, and the wrapper carries the
       overflow. The is-ours inset rule is untouched. */
    .table-scroll { overflow-x: auto; padding-bottom: 4px; }
    .table { font-size: 14.5px; }
    .table th, .table td { padding: 12px 10px; }
    .table thead th { font-size: 10px; letter-spacing: 0.06em; padding-bottom: 9px; }
    .table tbody th { font-size: 15px; white-space: normal; }
    .table .t-note { font-size: 12.5px; }

    .grant { flex-direction: column; gap: 8px; padding-left: 16px; }
    .grant p { font-size: 16px; }

    /* the numeral stacks above its statement */
    .row { grid-template-columns: minmax(0, 1fr); gap: 10px; padding: 24px 0; }
    .row__n { font-size: 30px; }
    .row p { font-size: 17px; }

    .caps { grid-template-columns: minmax(0, 1fr); }
    .cap { padding: 26px 22px 28px; }

    .steps { grid-template-columns: minmax(0, 1fr); gap: 22px; }

    .who { gap: 32px; }
    .who p { font-size: 17px; }
    .who__side { padding-top: 26px; }

    .panel { padding: 26px 22px 24px; }
    .slots { grid-template-columns: repeat(3, 1fr); gap: 8px; }

    .foot { padding: 48px 0 40px; }
    .foot__legal { margin-top: 36px; }
}
