@font-face{font-family:"Inter";src:url("fonts/inter-var-latin.hc9407645.woff2") format("woff2");
  font-weight:100 900;font-display:swap;font-style:normal}
@font-face{font-family:"Rubik";src:url("fonts/rubik-var-latin.h99ec7ccb.woff2") format("woff2");
  font-weight:300 900;font-display:swap;font-style:normal}

:root{
  --primary:#23D3E3;            /* Ion Cyan: signal only, never behind body text */
  --teal:#4FD4E0;
  --ink:#0A2130;
  --ink-2:#0D2E3D;
  --ink-3:#123A4B;
  --text:#EAF4F6;
  --muted:#9DB6C0;
  --line:rgba(234,244,246,.14);
  --line-strong:rgba(234,244,246,.28);
  --radius:16px;
  --pad:clamp(72px,9vw,132px);
  --font:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --display:"Rubik","Inter",system-ui,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
body{margin:0;background:var(--ink);color:var(--text);font-family:var(--font);
  font-size:16.5px;line-height:1.68;-webkit-font-smoothing:antialiased}
.container{width:min(1180px,92vw);margin-inline:auto}
a{color:inherit}
h1,h2,h3{font-family:var(--display);font-weight:600;letter-spacing:-.02em;line-height:1.12;margin:0}
p{margin:0}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:16px;top:16px;z-index:99;background:var(--text);color:var(--ink);padding:10px 16px;border-radius:8px}
:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:4px}

/* ── header ─────────────────────────────────────────────── */
.nav{position:sticky;top:0;z-index:20;background:rgba(10,33,48,.86);
  backdrop-filter:saturate(150%) blur(12px);border-bottom:1px solid var(--line)}
.nav-in{display:flex;align-items:center;gap:20px;padding:14px 0}
.brand{display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:600;
  letter-spacing:.14em;font-size:14px;text-decoration:none;flex:none}
.brand img{width:16px;height:28px;display:block}
.brand span{opacity:.62;font-weight:500}
.nav-links{margin-left:auto;display:flex;gap:22px;list-style:none;padding:0}
.nav-links a{font-size:13.5px;color:var(--muted);text-decoration:none}
.nav-links a:hover{color:var(--text)}
@media (max-width:860px){.nav-links{display:none}}
.nav-out{font-size:13px;color:var(--muted);text-decoration:none;border:1px solid var(--line-strong);
  padding:7px 13px;border-radius:999px;white-space:nowrap}
.nav-out:hover{color:var(--text);border-color:var(--text)}

/* ── sections ───────────────────────────────────────────── */
section{padding:var(--pad) 0;border-top:1px solid var(--line)}
section:first-of-type{border-top:0}
.eyebrow{font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--teal);font-weight:600}
.h-lead{max-width:820px}
.h-lead h2{font-size:clamp(1.9rem,3.6vw,2.9rem);margin-top:14px}
.h-lead p{margin-top:20px;max-width:66ch;color:var(--muted)}
.h-lead p+p{margin-top:14px}

/* ── hero ───────────────────────────────────────────────── */
.hero{position:relative;overflow:hidden;padding-top:clamp(84px,11vw,150px)}
.hero-lattice{position:absolute;inset:0;pointer-events:none;opacity:.16;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='100' viewBox='0 0 58 100'%3E%3Cpath d='M29 0 58 16.7v33.3L29 66.7 0 50V16.7Z' fill='none' stroke='%234FD4E0' stroke-width='.8'/%3E%3Cpath d='M29 66.7 58 83.4V100M29 66.7 0 83.4V100' fill='none' stroke='%234FD4E0' stroke-width='.8'/%3E%3C/svg%3E");
  background-size:58px 100px;
  -webkit-mask-image:radial-gradient(ellipse at 72% 24%,#000 0%,transparent 68%);
  mask-image:radial-gradient(ellipse at 72% 24%,#000 0%,transparent 68%)}
.hero .container{position:relative;z-index:1}
.hero h1{font-size:clamp(2.6rem,6.4vw,4.6rem);margin-top:18px;max-width:16ch}
.hero-lead{margin-top:26px;max-width:62ch;font-size:18px;color:var(--muted)}
.hero-lead+.hero-lead{margin-top:14px;font-size:16.5px}
.hero-desc{margin-top:34px;padding-top:22px;border-top:1px solid var(--line);
  max-width:70ch;font-size:14.5px;color:var(--muted)}

/* ── cards ──────────────────────────────────────────────── */
.grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:46px;padding:0;list-style:none}
@media (min-width:760px){.grid.two{grid-template-columns:1fr 1fr}}
@media (min-width:1000px){.grid.four{grid-template-columns:repeat(2,1fr)}}
.card{background:var(--ink-2);border:1px solid var(--line);border-radius:var(--radius);
  padding:clamp(22px,2.6vw,30px)}
.card h3{font-size:1.1rem}
.card p{margin-top:12px;color:var(--muted);font-size:15px}
.card ul{margin:16px 0 0;padding:0;list-style:none}
.card li{position:relative;padding-left:18px;margin-top:9px;font-size:14px;color:var(--muted)}
.card li::before{content:"";position:absolute;left:0;top:.62em;width:5px;height:5px;
  border-radius:50%;background:var(--teal)}

/* ── status callout: the compliance guard on the Struxa OS section ── */
.status{margin-top:34px;border:1px solid var(--line-strong);border-left:3px solid var(--primary);
  border-radius:12px;padding:20px 24px;background:var(--ink-3)}
.status h3{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--teal)}
.status p{margin-top:10px;color:var(--muted);font-size:14.5px;max-width:76ch}

/* ── numbered approach ──────────────────────────────────── */
.steps{margin:46px 0 0;padding:0;list-style:none;display:grid;gap:0}
.steps li{display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:start;
  padding:26px 0;border-top:1px solid var(--line)}
.steps li:last-child{border-bottom:1px solid var(--line)}
.num{font-family:ui-monospace,"SF Mono",Menlo,monospace;font-size:12px;color:var(--teal);padding-top:5px}
.steps h3{font-size:1.05rem}
.steps p{margin-top:9px;color:var(--muted);font-size:15px;max-width:64ch}

/* ── direction list ─────────────────────────────────────── */
.dir{margin:40px 0 0;padding:0;list-style:none;display:grid;gap:14px}
.dir li{padding:18px 22px;border:1px solid var(--line);border-radius:12px;background:var(--ink-2)}
.dir strong{display:block;font-family:var(--display);font-size:1rem;font-weight:600}
.dir span{display:block;margin-top:7px;color:var(--muted);font-size:14.5px}

/* ── cta + footer ───────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;gap:9px;padding:13px 22px;border-radius:999px;
  font-weight:600;font-size:14.5px;text-decoration:none;border:1px solid transparent}
.btn-primary{background:var(--text);color:var(--ink)}
.btn-primary:hover{background:#fff}
.btn-ghost{border-color:var(--line-strong);color:var(--text)}
.btn-ghost:hover{border-color:var(--text)}
.cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
footer{border-top:1px solid var(--line);padding:44px 0 56px;font-size:13px;color:var(--muted)}
footer p{margin-top:10px;max-width:80ch}
footer a{color:var(--muted)}
footer a:hover{color:var(--text)}
.foot-top{display:flex;flex-wrap:wrap;gap:14px 28px;align-items:baseline}

/* ── 2026-08-21 overhaul: imagery, stats, gallery ───────── */
.container{width:min(1200px,92vw)}
img,video{max-width:100%;display:block}
figure{margin:0}
.hero-grid{display:grid;grid-template-columns:1fr;gap:44px;align-items:center}
@media (min-width:1000px){.hero-grid{grid-template-columns:1.05fr .95fr;gap:clamp(48px,5vw,84px)}}
.hero-fig{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:var(--ink-2)}
.hero-fig{background:linear-gradient(160deg,#0D2E3D,#0A2430);padding:26px;align-self:center}
/* align-self + an explicit max-height: the grid row is as tall as the copy column, and without
   both the figure stretches to match it and the img's aspect-ratio loses to the stretch. */
.hero-fig img{width:100%;height:auto;max-height:360px;aspect-ratio:16/10;object-fit:contain}
.hero-fig figcaption{margin:22px -26px -26px;padding:15px 26px}
.hero-fig figcaption{padding:15px 20px;font-size:13px;color:var(--muted);border-top:1px solid var(--line)}
.stats{display:grid;grid-template-columns:1fr;margin:0;padding:0;list-style:none;
  border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
@media (min-width:800px){.stats{grid-template-columns:repeat(3,1fr)}}
.stats li{padding:28px 30px;border-top:1px solid var(--line)}
@media (min-width:800px){.stats li{border-top:0;border-left:1px solid var(--line)}
  .stats li:first-child{border-left:0}}
@media (max-width:799px){.stats li:first-child{border-top:0}}
.stats h3{font-size:1rem}
.stats p{margin-top:9px;font-size:14.5px;color:var(--muted)}
.media{margin-top:52px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);
  background:var(--ink-2)}
.media video{width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--ink-2)}
.media img{width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;padding:20px;background:transparent}
.media figcaption{padding:16px 22px;font-size:13.5px;color:var(--muted);border-top:1px solid var(--line)}
.split{display:grid;grid-template-columns:1fr;gap:26px;margin-top:52px}
@media (min-width:900px){.split{grid-template-columns:1fr 1fr}}
.split .media{margin-top:0}
.card{overflow:hidden;display:flex;flex-direction:column;padding:0}
/* flex:none is load-bearing. .card is a flex column and the grid row is as tall as the
   tallest card, so without it the img stretches to fill and its aspect-ratio is ignored
   entirely (measured 577x1000 against a declared 16/10). Same trap as .hero-fig img. */
.card img{width:100%;height:auto;flex:none;aspect-ratio:16/9;object-fit:contain;padding:20px;
  border-bottom:1px solid var(--line);background:linear-gradient(160deg,#0F3243,#0B2733)}
.card-body{padding:clamp(22px,2.6vw,30px)}
.strip{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:44px;padding:0;list-style:none}
@media (min-width:820px){.strip{grid-template-columns:repeat(4,1fr)}}
.strip li{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--ink-2)}
.strip img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;background:#fff}
@media (min-width:900px){.dir{grid-template-columns:repeat(3,1fr)}}

/* Light band. The three clips are Blender renders on a white studio backdrop and an mp4
   cannot be flood-filled, so instead of fighting the plate the section inverts around it.

   REMAP THE TOKENS, do not patch selectors one at a time. An earlier version overrode only
   .eyebrow and .h-lead p, so everything else inside the band still resolved var(--muted) to
   the DARK-ground value: #9DB6C0 body text on #F2F6F7 measures 1.95:1 and the #4FD4E0 step
   numerals 1.63:1. Both are unreadable. Redefining the custom properties on the band fixes
   every descendant at once, including ones added later. */
.band-light{
  background:#F2F6F7;
  --text:#11232C;
  --muted:#52656E;          /* 5.9:1 on #F2F6F7 */
  --teal:#006B78;           /* 5.3:1, the light-ground accent */
  --primary:#006B78;
  --line:rgba(17,35,44,.14);
  --line-strong:rgba(17,35,44,.30);
  --ink-2:#ffffff;
  --ink-3:#EAF1F3;
  color:var(--text);
  border-top:0;
}
.band-light .media,.band-light .strip li,.band-light .card{background:#fff;border-color:#C8D8DE}
.band-light .media figcaption{border-top-color:#C8D8DE}

/* The status block leads the page, so it is bigger than the Labs variant. */
.status-lead{margin-top:0;padding:30px 34px}
.status-lead h3{font-size:13px}
.status-lead p{font-size:16px;max-width:82ch;color:var(--text);opacity:.92}
#status{padding-top:0}
