:root {
      --bg: #050509; --panel: rgba(255,255,255,0.065); --panel-strong: rgba(255,255,255,0.105);
      --text: #f5f7fb; --muted: #aeb5c2; --line: rgba(255,255,255,0.16);
      --silver: #dfe7f3; --blue: #8ccfff; --green: #9dffcb; --violet: #c6a6ff; --gold: #ffe19a;
      --shadow: 0 24px 80px rgba(0,0,0,0.52); --radius: 24px; --max: 1160px;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    * { box-sizing: border-box; } html { scroll-behavior: smooth; }
    body { margin: 0; color: var(--text); background:
      radial-gradient(circle at 50% 0%, rgba(140,207,255,0.18), transparent 33rem),
      radial-gradient(circle at 18% 24%, rgba(198,166,255,0.10), transparent 31rem),
      radial-gradient(circle at 86% 30%, rgba(157,255,203,0.08), transparent 28rem),
      linear-gradient(180deg, #020204 0%, #090a10 52%, #020204 100%); min-height: 100vh; overflow-x: hidden; }
    body::before { content:""; position:fixed; inset:0; pointer-events:none; background-image:
      radial-gradient(circle, rgba(255,255,255,0.38) 1px, transparent 1.6px), radial-gradient(circle, rgba(140,207,255,0.18) 1px, transparent 1.6px);
      background-size:96px 96px,151px 151px; background-position:0 0,34px 47px; opacity:0.11; mask-image:linear-gradient(to bottom, black 0%, transparent 86%); }
    a { color: inherit; text-decoration: none; } img { max-width: 100%; display: block; }
    .wrap { width: min(100% - 32px, var(--max)); margin-inline: auto; }
    header { position: sticky; top:0; z-index:20; backdrop-filter: blur(18px); background: rgba(3,3,7,0.72); border-bottom: 1px solid rgba(255,255,255,0.08); }
    .nav { display:flex; align-items:center; justify-content:space-between; min-height:76px; gap:24px; }
    .brand { display:inline-flex; align-items:center; gap:12px; letter-spacing:0.24em; text-transform:uppercase; font-size:0.86rem; font-weight:800; }
    .brand img { width:38px; height:38px; object-fit:contain; filter:drop-shadow(0 0 14px rgba(140,207,255,0.32)); }
    nav { display:flex; align-items:center; gap:18px; color:var(--muted); font-size:0.92rem; } nav a:hover { color: var(--text); }
    .button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 18px; border-radius:999px; font-weight:800; border:1px solid rgba(223,231,243,0.52); background:linear-gradient(135deg, rgba(140,207,255,0.22), rgba(255,255,255,0.06)); box-shadow:0 14px 40px rgba(0,0,0,0.32); color:var(--text); transition:transform 160ms ease, border-color 160ms ease, background 160ms ease; }
    .button:hover { transform:translateY(-2px); border-color:rgba(223,231,243,0.95); background:linear-gradient(135deg, rgba(140,207,255,0.32), rgba(255,255,255,0.09)); }
    .button.secondary { border-color:rgba(255,255,255,0.2); background:rgba(255,255,255,0.055); }
    .button.gold { border-color:rgba(255,225,154,0.58); background:linear-gradient(135deg, rgba(255,225,154,0.22), rgba(255,255,255,0.06)); }
    main { position:relative; }
    .hero { padding:78px 0 68px; display:grid; grid-template-columns:1.08fr 0.82fr; gap:42px; align-items:center; }
    .eyebrow { color:var(--blue); text-transform:uppercase; letter-spacing:0.22em; font-size:0.78rem; font-weight:900; margin-bottom:18px; }
    h1 { margin:0; font-size:clamp(2.7rem, 5.4vw, 4.9rem); line-height:0.97; letter-spacing:-0.06em; max-width:900px; text-wrap:balance; }
    .hero p { margin:28px 0 0; color:var(--muted); font-size:clamp(1.08rem, 2vw, 1.31rem); line-height:1.65; max-width:720px; }
    .hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
    .hero-panel { align-self:center; display:grid; gap:16px; }
    .brand-plate { margin:0; border-radius:28px; border:1px solid var(--line); background:radial-gradient(circle at 50% 50%, rgba(140,207,255,0.16), transparent 18rem), linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.03)); box-shadow:var(--shadow); position:relative; overflow:hidden; display:grid; place-items:center; justify-items:center; align-items:center; padding:22px; aspect-ratio:16 / 6.2; }
    .brand-plate::before { content:""; position:absolute; inset:0; background:radial-gradient(circle, rgba(255,255,255,0.12) 0 1px, transparent 1px); background-size:42px 42px; opacity:0.08; }
    .brand-plate img { display:block; width:100%; max-height:180px; margin:auto; object-fit:contain; object-position:center center; filter:drop-shadow(0 0 28px rgba(140,207,255,0.28)); position:relative; z-index:1; }
    .brand-plate.balanced-logo-plate { padding:0; aspect-ratio:1720 / 620; border-radius:34px; overflow:hidden; }
    .brand-plate.balanced-logo-plate img { width:auto; height:100%; max-width:100%; max-height:none; border-radius:34px; }
    .hero-stack { display:grid; gap:10px; }
    .hero-stack div { border:1px solid rgba(255,255,255,0.12); border-radius:18px; padding:14px 15px; background:rgba(255,255,255,0.045); color:var(--muted); line-height:1.45; }
    .hero-stack strong { display:block; color:var(--text); margin-bottom:3px; }
    .hero-stack span { display:block; font-size:0.92rem; }
    .metric-strip { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:28px; max-width:790px; }
    .metric { border:1px solid rgba(255,255,255,0.12); border-radius:18px; padding:15px; background:rgba(255,255,255,0.045); color:var(--muted); font-size:0.9rem; line-height:1.45; }
    .metric strong { display:block; color:var(--text); font-size:0.96rem; margin-bottom:3px; }
    section { padding:70px 0; } .section-head { display:flex; justify-content:space-between; align-items:end; gap:24px; margin-bottom:26px; }
    h2 { margin:0; font-size:clamp(2rem,4vw,3.8rem); line-height:0.98; letter-spacing:-0.055em; max-width:900px; }
    .section-head p, .muted { color:var(--muted); line-height:1.65; }
    .grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
    .card { border:1px solid var(--line); border-radius:var(--radius); padding:24px; background:linear-gradient(145deg, var(--panel-strong), var(--panel)); box-shadow:0 18px 60px rgba(0,0,0,0.2); min-height:240px; }
    .card.large { grid-column:span 2; min-height:330px; } .card.full { grid-column:1 / -1; }
    .card h3 { margin:0 0 12px; font-size:1.35rem; letter-spacing:-0.02em; }
    .tag { display:inline-flex; align-items:center; border:1px solid rgba(140,207,255,0.34); background:rgba(140,207,255,0.08); color:var(--blue); border-radius:999px; padding:7px 10px; font-size:0.78rem; font-weight:800; text-transform:uppercase; letter-spacing:0.12em; margin-bottom:18px; }
    .tag.green { border-color:rgba(157,255,203,0.34); background:rgba(157,255,203,0.08); color:var(--green); }
    .tag.violet { border-color:rgba(198,166,255,0.34); background:rgba(198,166,255,0.08); color:var(--violet); }
    .tag.gold { border-color:rgba(255,225,154,0.42); background:rgba(255,225,154,0.08); color:var(--gold); }
    .product-card { display:flex; flex-direction:column; gap:14px; }
    .product-card p { margin:0; }
    .product-media { margin:0 0 4px; border-radius:18px; overflow:hidden; border:1px solid rgba(255,255,255,0.12); background:rgba(255,255,255,0.035); }
    .product-media img { width:100%; aspect-ratio:16 / 9; object-fit:cover; }
    .product-media.continuity img { object-position:center; }
    .product-media.ark img { object-position:center; }
    .price { color:var(--gold); font-weight:900; letter-spacing:0.02em; }
    .product-actions { margin-top:auto; display:flex; gap:10px; flex-wrap:wrap; padding-top:8px; }
    .project-visual { margin-top:24px; min-height:150px; border-radius:18px; border:1px solid rgba(255,255,255,0.1); background:linear-gradient(120deg, rgba(140,207,255,0.16), transparent 42%), linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)); display:grid; place-items:center; color:rgba(245,247,251,0.48); text-transform:uppercase; letter-spacing:0.16em; font-size:0.78rem; font-weight:900; overflow:hidden; }
    .project-visual.media { display:block; min-height:0; aspect-ratio:16 / 9; position:relative; }
    .project-visual.media img { width:100%; height:100%; object-fit:cover; filter:saturate(0.96) contrast(1.04); }
    .project-visual.media figcaption { position:absolute; left:14px; bottom:14px; padding:7px 10px; border-radius:999px; border:1px solid rgba(91,255,152,0.36); background:rgba(0,22,10,0.72); color:#bfffd3; font-size:0.72rem; font-weight:900; letter-spacing:0.12em; text-transform:uppercase; backdrop-filter:blur(10px); }

    .gallery-toggle { margin-top:14px; width:100%; }
    .modal { position:fixed; inset:0; z-index:80; display:none; align-items:center; justify-content:center; padding:28px; background:rgba(0,0,0,0.78); backdrop-filter:blur(14px); }
    .modal[aria-hidden="false"] { display:flex; }
    .modal-panel { width:min(100%,980px); max-height:92vh; overflow:auto; border:1px solid rgba(140,207,255,0.32); border-radius:24px; background:linear-gradient(145deg, rgba(9,11,18,0.98), rgba(3,3,7,0.98)); box-shadow:var(--shadow); padding:20px; }
    .modal-head { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; margin-bottom:16px; }
    .modal-head h3 { margin:0; font-size:1.35rem; }
    .modal-head p { margin:6px 0 0; color:var(--muted); line-height:1.5; }
    .modal-close { border:1px solid rgba(255,255,255,0.22); background:rgba(255,255,255,0.07); color:var(--text); border-radius:999px; min-width:42px; height:42px; font-size:1.3rem; cursor:pointer; }
    .gallery-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
    .gallery-grid figure { margin:0; border-radius:16px; overflow:hidden; border:1px solid rgba(255,255,255,0.12); background:rgba(255,255,255,0.035); }
    .gallery-grid figure:first-child { grid-column:1 / -1; }
    .gallery-grid img { width:100%; aspect-ratio:16 / 9; object-fit:cover; }
    .gallery-grid figcaption { padding:10px 12px; color:var(--muted); font-size:0.78rem; text-transform:uppercase; letter-spacing:0.1em; font-weight:800; }
    .split { display:grid; grid-template-columns:0.9fr 1.1fr; gap:24px; align-items:stretch; }
    .list { display:grid; gap:12px; margin-top:20px; }
    .list div { border:1px solid rgba(255,255,255,0.1); background:rgba(255,255,255,0.045); border-radius:16px; padding:15px; color:var(--muted); line-height:1.55; }
    .list strong { color:var(--text); }
    .cta { border-radius:34px; border:1px solid rgba(140,207,255,0.26); background:radial-gradient(circle at 25% 20%, rgba(140,207,255,0.2), transparent 22rem), radial-gradient(circle at 82% 64%, rgba(255,255,255,0.10), transparent 24rem), linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035)); padding:clamp(28px,5vw,56px); box-shadow:var(--shadow); }
    .cta p { max-width:720px; } footer { padding:42px 0; border-top:1px solid rgba(255,255,255,0.08); color:var(--muted); }
    .foot { display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; font-size:0.92rem; }
.hero-copy-kicker { display:inline-flex; gap:9px; align-items:center; padding:8px 12px; border:1px solid rgba(140,207,255,0.24); border-radius:999px; background:rgba(140,207,255,0.07); color:var(--blue); font-size:0.76rem; font-weight:900; text-transform:uppercase; letter-spacing:0.16em; margin-bottom:18px; }
    .hero .support-line { margin-top:16px; color:rgba(245,247,251,0.72); font-size:0.96rem; line-height:1.55; }
    .brand-plate.cinematic { aspect-ratio:21 / 8.9; padding:18px 26px; background:#030306; }
    .brand-plate.cinematic img { width:100%; height:100%; max-height:none; object-fit:contain; object-position:center center; margin:auto; filter:drop-shadow(0 0 34px rgba(140,207,255,0.20)); }
    .entry-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:20px; }
    .entry-card { border:1px solid rgba(255,255,255,0.14); border-radius:22px; padding:22px; background:linear-gradient(145deg, rgba(255,255,255,0.092), rgba(255,255,255,0.035)); min-height:210px; box-shadow:0 18px 58px rgba(0,0,0,0.22); }
    .entry-card h3 { margin:0 0 10px; font-size:1.15rem; }
    .entry-card p { margin:0; color:var(--muted); line-height:1.62; }
    .entry-card .button { margin-top:18px; }
    .signal-list { display:grid; gap:12px; margin-top:18px; }
    .signal-list div { border-left:2px solid rgba(140,207,255,0.48); padding-left:14px; color:var(--muted); line-height:1.55; }
    .buyer-note { margin-top:18px; padding:16px; border-radius:18px; border:1px solid rgba(255,225,154,0.24); background:rgba(255,225,154,0.055); color:rgba(245,247,251,0.78); line-height:1.6; }

    @media (max-width:900px) { nav a:not(.button) { display:none; } .hero, .split { grid-template-columns:1fr; } .hero { padding-top:54px; } .logo-card { min-height:430px; } .grid { grid-template-columns:1fr; } .card.large { grid-column:span 1; } .section-head { display:block; } .metric-strip { grid-template-columns:1fr; } }
    @media (max-width:560px) { .gallery-grid { grid-template-columns:1fr; } .wrap { width:min(100% - 22px,var(--max)); } .brand { letter-spacing:0.16em; } .button { width:100%; } nav .button { width:auto; } .hero-actions, .product-actions { display:grid; } .brand-plate { border-radius:22px; padding:16px; aspect-ratio:16 / 7.5; } .brand-plate.balanced-logo-plate { padding:0; aspect-ratio:1720 / 620; border-radius:24px; } .brand-plate.balanced-logo-plate img { max-height:none; border-radius:24px; } .brand-plate.cinematic { padding:14px 16px; } .brand-plate img { max-height:130px; } .hero-stack div { padding:13px; } section { padding:48px 0; } .card { padding:20px; } }

    #products .product-grid { grid-template-columns:repeat(2, minmax(0,1fr)); align-items:stretch; }
    #products .product-grid .card { min-height:100%; }
    #products .product-grid .product-media img { aspect-ratio:16 / 9; min-height:260px; object-fit:cover; }
    #original-works .works-grid { grid-template-columns:repeat(2, minmax(0,1fr)); align-items:stretch; }
    #original-works .works-grid .card { min-height:100%; }
    #original-works .works-grid .project-visual img { aspect-ratio:16 / 9; min-height:260px; object-fit:cover; }


    @media (max-width:960px) { .entry-grid, #products .product-grid, #original-works .works-grid { grid-template-columns:1fr; } #products .product-grid .product-media img, #original-works .works-grid .project-visual img { min-height:0; } }

  

    .nav-shell { position:relative; }
    .nav-toggle { display:none; align-items:center; justify-content:center; width:46px; height:46px; border-radius:999px; border:1px solid rgba(255,255,255,0.22); background:rgba(255,255,255,0.065); color:var(--text); cursor:pointer; font:inherit; font-weight:900; }
    .nav-toggle:hover, .nav-toggle:focus-visible { border-color:rgba(140,207,255,0.72); outline:none; }
    .nav-toggle-lines { width:19px; height:14px; display:grid; align-content:space-between; }
    .nav-toggle-lines span { height:2px; border-radius:999px; background:currentColor; display:block; }
    @media (max-width:900px) {
      .nav-toggle { display:inline-flex; }
      nav.primary-nav { position:absolute; top:calc(100% + 1px); left:0; right:0; z-index:30; margin:0; padding:14px; display:grid; gap:8px; border:1px solid rgba(140,207,255,0.24); border-radius:0 0 22px 22px; background:rgba(3,3,7,0.98); box-shadow:0 24px 60px rgba(0,0,0,0.52); backdrop-filter:blur(18px); }
      nav.primary-nav[data-open="false"] { display:none; }
      nav.primary-nav[data-open="true"] { display:grid; }
      nav.primary-nav a, nav.primary-nav a:not(.button) { display:flex !important; align-items:center; min-height:44px; padding:0 14px; border-radius:12px; }
      nav.primary-nav a:not(.button):hover, nav.primary-nav a:not(.button):focus-visible { background:rgba(255,255,255,0.06); color:var(--text); outline:none; }
      nav.primary-nav .button { width:100%; }
}



    .tech-hero { padding:82px 0 54px; }
    .tech-hero-inner { text-align:center; display:grid; justify-items:center; }
    .tech-mark { width:76px; height:76px; padding:15px; border-radius:24px; border:1px solid rgba(140,207,255,.32); background:radial-gradient(circle at 50% 35%,rgba(140,207,255,.22),rgba(255,255,255,.045)); box-shadow:0 18px 70px rgba(0,0,0,.38); margin-bottom:24px; }
    .tech-mark img { width:100%; height:100%; margin:auto; object-fit:contain; object-position:50% 50%; filter:drop-shadow(0 0 18px rgba(140,207,255,.34)); }
    .tech-hero .eyebrow { margin-bottom:16px; }
    .tech-hero h1 { max-width:1020px; text-wrap:balance; }
    .tech-lead { max-width:860px !important; margin-top:26px !important; }
    .tech-support { max-width:790px !important; margin-top:14px !important; font-size:1rem !important; color:rgba(245,247,251,.72) !important; }
    .tech-hero .hero-actions { justify-content:center; }
    .status-strip { width:100%; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:42px; text-align:left; }
    .status-item { border:1px solid rgba(255,255,255,.13); border-radius:20px; padding:18px; background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.032)); min-height:150px; }
    .status-item strong { display:block; margin-bottom:8px; font-size:1.02rem; }
    .status-item p { margin:0 !important; font-size:.93rem !important; line-height:1.55 !important; }
    .section-centered { text-align:center; justify-items:center; }
    .section-centered .section-head { display:grid; justify-items:center; text-align:center; }
    .section-centered .section-head p { max-width:780px; }
    .thesis-band { border:1px solid rgba(140,207,255,.28); border-radius:28px; padding:30px; background:linear-gradient(130deg,rgba(140,207,255,.12),rgba(198,166,255,.06),rgba(255,255,255,.035)); box-shadow:var(--shadow); }
    .thesis-band blockquote { margin:0; font-size:clamp(1.55rem,3.2vw,2.75rem); line-height:1.16; letter-spacing:-.035em; max-width:950px; }
    .thesis-band p { margin:18px 0 0; max-width:850px; }
    .audience-grid { grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:20px; }
    .audience-grid .card { min-height:260px; }
    .compression-shell { display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,.82fr); gap:22px; align-items:stretch; }
    .compression-map { border:1px solid rgba(255,255,255,.15); border-radius:26px; padding:24px; background:radial-gradient(circle at 80% 0,rgba(140,207,255,.16),transparent 18rem),rgba(255,255,255,.045); display:grid; grid-template-columns:1fr auto 1fr; gap:14px; align-items:center; }
    .compression-column { display:grid; gap:10px; }
    .compression-chip { padding:11px 12px; border:1px solid rgba(255,255,255,.12); border-radius:14px; background:rgba(255,255,255,.045); color:var(--muted); font-size:.86rem; }
    .compression-arrow { color:var(--blue); font-weight:900; font-size:1.5rem; }
    .compression-output .compression-chip { border-color:rgba(157,255,203,.24); color:rgba(229,255,240,.86); }
    .signature-line { margin-top:20px; border-left:3px solid var(--gold); padding:4px 0 4px 18px; font-size:1.22rem; line-height:1.55; color:var(--silver); }
    .asset-panel { border:1px solid rgba(255,255,255,.16); border-radius:30px; padding:30px; background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035)); box-shadow:var(--shadow); }
    .asset-grid { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr); gap:28px; align-items:start; }
    .asset-grid h2 { font-size:clamp(2.25rem,4.8vw,4.5rem); }
    .asset-grid p { line-height:1.72; }
    .proof-list { display:grid; gap:10px; }
    .proof-list div { border:1px solid rgba(255,255,255,.12); border-radius:15px; padding:13px 14px; background:rgba(255,255,255,.042); color:var(--muted); }
    .proof-list strong { color:var(--text); }
    .boundary-note { margin-top:18px; padding:16px 18px; border-radius:18px; border:1px solid rgba(255,225,154,.24); background:rgba(255,225,154,.055); color:rgba(245,247,251,.76); line-height:1.62; }
    .stage-line { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin-top:22px; }
    .stage-step { position:relative; border:1px solid rgba(140,207,255,.2); border-radius:18px; padding:17px; background:rgba(140,207,255,.055); min-height:128px; }
    .stage-step small { display:block; color:var(--blue); text-transform:uppercase; letter-spacing:.12em; font-weight:900; margin-bottom:8px; }
    .stage-step strong { display:block; line-height:1.35; }
    .polaris-foundations { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:22px; }
    .polaris-foundations div { border:1px solid rgba(198,166,255,.18); border-radius:16px; padding:15px; background:rgba(198,166,255,.045); }
    .polaris-foundations strong { display:block; margin-bottom:5px; }
    .benchmark-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin:20px 0; }
    .benchmark { border:1px solid rgba(157,255,203,.22); border-radius:18px; padding:18px; background:rgba(157,255,203,.05); }
    .benchmark .number { display:block; color:var(--green); font-size:clamp(1.8rem,4vw,3rem); font-weight:900; letter-spacing:-.04em; }
    .benchmark span:last-child { color:var(--muted); line-height:1.45; font-size:.9rem; }
    .proof-metrics { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:10px; margin-top:18px; }
    .proof-metric { border:1px solid rgba(255,255,255,.11); border-radius:16px; padding:15px; background:rgba(255,255,255,.04); }
    .proof-metric strong { display:block; font-size:1.22rem; margin-bottom:4px; }
    .proof-metric span { color:var(--muted); font-size:.82rem; line-height:1.35; }
    .portfolio-head { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr); gap:24px; align-items:end; margin-bottom:26px; }
    .portfolio-count { text-align:right; }
    .portfolio-count strong { display:block; font-size:clamp(3.2rem,7vw,6.2rem); line-height:.9; letter-spacing:-.07em; color:var(--silver); }
    .portfolio-count span { color:var(--muted); }
    .portfolio-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .maturity-key { display:flex; gap:10px; flex-wrap:wrap; margin-top:20px; }
    .maturity-key span { border:1px solid rgba(255,255,255,.13); border-radius:999px; padding:8px 11px; color:var(--muted); font-size:.82rem; }
    .system-synthesis { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin-top:24px; }
    .system-synthesis article { border:1px solid rgba(255,255,255,.13); border-radius:20px; padding:20px; background:rgba(255,255,255,.045); }
    .system-synthesis strong { display:block; margin-bottom:8px; font-size:1.05rem; }
    .system-synthesis p { margin:0; color:var(--muted); line-height:1.55; font-size:.92rem; }
    .closing-panel { text-align:center; display:grid; justify-items:center; }
    .closing-panel h2 { text-wrap:balance; }
    .closing-panel p { max-width:850px; }
    .closing-panel .hero-actions { justify-content:center; }
    .legacy-redirect { min-height:68vh; display:grid; place-items:center; text-align:center; }
    @media (max-width:960px) {
      .status-strip,.audience-grid,.portfolio-grid,.system-synthesis { grid-template-columns:1fr; }
      .compression-shell,.asset-grid,.portfolio-head { grid-template-columns:1fr; }
      .portfolio-count { text-align:left; }
      .stage-line { grid-template-columns:repeat(2,minmax(0,1fr)); }
      .polaris-foundations { grid-template-columns:repeat(2,minmax(0,1fr)); }
      .proof-metrics { grid-template-columns:repeat(2,minmax(0,1fr)); }
    }
    @media (max-width:640px) {
      .tech-hero { padding-top:56px; }
      .tech-mark { width:64px; height:64px; }
      .benchmark-grid,.stage-line,.polaris-foundations,.proof-metrics { grid-template-columns:1fr; }
      .compression-map { grid-template-columns:1fr; }
      .compression-arrow { transform:rotate(90deg); justify-self:center; }
      .asset-panel,.thesis-band { padding:22px; }
    }
    .site-banner { position:relative; width:100%; height:clamp(170px, 17vw, 300px); overflow:hidden; isolation:isolate; background:#010207; border-bottom:1px solid rgba(140,207,255,0.22); box-shadow:0 30px 90px rgba(0,0,0,0.42); }
    .site-banner-link { position:absolute; inset:0; display:block; overflow:hidden; }
    .site-banner-picture { position:absolute; inset:0; display:block; }
    .site-banner-backdrop { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; object-position:50% 50%; opacity:1; filter:none; transform:none; padding:20px 0; box-sizing:border-box; }
    .site-banner-link::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg, rgba(1,2,7,0), rgba(1,2,7,0.30)); }
    .site-banner-link:focus-visible { outline:2px solid var(--blue); outline-offset:-5px; }
    @media (max-width:820px) {
      .site-banner { height:clamp(190px, 54vw, 244px); padding:10px; box-sizing:border-box; background:linear-gradient(180deg,#02070f,#00030a); border-bottom:1px solid rgba(140,207,255,0.28); }
      .site-banner-link { inset:10px; border:1px solid rgba(140,207,255,0.28); border-radius:24px; background:#020812; box-shadow:0 18px 42px rgba(0,0,0,0.62), inset 0 0 40px rgba(83,180,255,0.08); }
      .site-banner-picture { inset:0; }
      .site-banner-backdrop { inset:0; z-index:0; width:100%; height:100%; object-fit:contain; object-position:50% 50%; opacity:1; filter:none; transform:none; border-radius:23px; }
      .site-banner-link::before { display:none; }
    }



/* V037R42 strategic-partner readiness repair */
.nav { min-height:68px; }
.tech-hero { padding-top:clamp(72px,7vw,106px); }
.portfolio-head { grid-template-columns:1fr; }
.proof-scope-title { margin:24px 0 14px; font-size:1.15rem; letter-spacing:-0.02em; }



/* R42R3R3 sitewide formatting hygiene */
section[id] { scroll-margin-top:92px; }
h1, h2, h3, p, blockquote { overflow-wrap:break-word; }
.section-head > * { min-width:0; }
.card > :last-child,
.asset-panel > :last-child,
.status-item > :last-child { margin-bottom:0; }



/* R42R3R4 Company Focus full-centering authority */
.tech-hero { padding-bottom:42px; }
.status-strip { text-align:center; }
.status-item {
  display:grid;
  justify-items:center;
  align-content:start;
  text-align:center;
}
.status-item .tag { margin-inline:auto; }
.status-item strong {
  max-width:30ch;
  line-height:1.38;
  text-wrap:balance;
}
.status-item p {
  max-width:36ch;
  margin-inline:auto !important;
  text-wrap:pretty;
}
#continuity { padding-top:54px; }
.section-centered { text-align:left; }
.section-centered .section-head {
  display:grid;
  justify-items:center;
  text-align:center;
}
.section-centered .section-head > div {
  width:100%;
  min-width:0;
  display:grid;
  justify-items:center;
}
.section-centered .section-head h2 { margin-inline:auto; }
.section-centered .section-head p {
  max-width:780px;
  margin:0 auto;
  text-wrap:pretty;
}
.thesis-band {
  display:grid;
  justify-items:center;
  text-align:center;
}
.thesis-band blockquote {
  width:100%;
  margin-inline:auto;
  text-wrap:balance;
}
.thesis-band p {
  margin:18px auto 0;
  text-wrap:pretty;
}
.section-centered .audience-grid { text-align:center; }
.section-centered .audience-grid .card {
  text-align:center;
  display:grid;
  justify-items:center;
  align-content:start;
}
.section-centered .audience-grid .card p {
  max-width:32rem;
  margin-left:auto;
  margin-right:auto;
}
@media (max-width:640px) {
  .tech-hero { padding-bottom:32px; }
  #continuity { padding-top:42px; }
  .status-item p { max-width:32ch; }
}


/* WSR-003 technology-page visual rhythm and responsive acceptance */
:where(a, button):focus-visible, .nav-toggle:focus {
  outline:3px solid var(--blue);
  outline-offset:4px;
}
.button:focus-visible, .nav-toggle:focus-visible, .nav-toggle:focus {
  border-color:rgba(140,207,255,.95);
  box-shadow:0 0 0 4px rgba(140,207,255,.18), 0 14px 40px rgba(0,0,0,.32);
}
.status-item p, .system-synthesis p { font-size:.95rem !important; }
.section-head { align-items:start; }
.section-head > p { max-width:60ch; margin:0; }
#data-reduction { position:relative; isolation:isolate; }
#data-reduction::before {
  content:"";
  position:absolute;
  inset:18px 0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 30%,rgba(157,255,203,.09),transparent 28rem),
    radial-gradient(circle at 82% 62%,rgba(255,225,154,.075),transparent 24rem);
}
#data-reduction .asset-panel {
  border-color:rgba(157,255,203,.32);
  background:linear-gradient(145deg,rgba(157,255,203,.085),rgba(255,255,255,.055) 48%,rgba(255,225,154,.045));
  box-shadow:0 26px 88px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.055);
}
#data-reduction .asset-grid { grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr); }
#data-reduction .asset-grid > div:last-child {
  padding:22px;
  border:1px solid rgba(255,225,154,.24);
  border-radius:22px;
  background:linear-gradient(155deg,rgba(255,225,154,.085),rgba(3,5,8,.24));
}
#data-reduction .asset-grid > div:last-child > .tag { margin-bottom:14px; }
#data-reduction .boundary-note {
  border-color:rgba(157,255,203,.28);
  background:linear-gradient(135deg,rgba(157,255,203,.07),rgba(255,225,154,.045));
}
#spiral-core .asset-panel {
  border-left:4px solid rgba(140,207,255,.52);
  background:linear-gradient(145deg,rgba(140,207,255,.075),rgba(255,255,255,.04));
  box-shadow:0 18px 58px rgba(0,0,0,.24);
}
#architecture .asset-panel {
  border-color:rgba(198,166,255,.25);
  background:linear-gradient(145deg,rgba(198,166,255,.065),rgba(255,255,255,.038));
  box-shadow:none;
}
#polaris .asset-panel {
  border-color:rgba(198,166,255,.3);
  background:radial-gradient(circle at 82% 18%,rgba(198,166,255,.12),transparent 22rem),linear-gradient(145deg,rgba(198,166,255,.055),rgba(255,255,255,.035));
}
#portfolio .portfolio-grid .card { min-height:0; }
@media (max-width:960px) {
  .section-head { display:grid; gap:14px; }
  #data-reduction .asset-grid { grid-template-columns:1fr; }
  #data-reduction .asset-grid > div:last-child { margin-top:2px; }
}
@media (max-width:640px) {
  .tech-hero { padding-top:52px; }
  .tech-hero h1 { font-size:clamp(2.5rem,12.8vw,3.15rem); line-height:.99; }
  h2 { font-size:clamp(2.12rem,10.8vw,3rem); line-height:1.01; }
  section { padding:50px 0; }
  .section-head { margin-bottom:20px; }
  .asset-panel,.thesis-band { padding:20px; border-radius:24px; }
  .proof-list div { padding:14px; font-size:.96rem; line-height:1.58; }
  #data-reduction .asset-grid > div:last-child { padding:17px; border-radius:18px; }
  #spiral-core .asset-panel { border-left-width:3px; }
  .boundary-note { padding:15px 16px; font-size:.94rem; line-height:1.58; }
  .stage-step { min-height:0; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
}
/* Accessibility hardening */
.skip-link{position:fixed;left:12px;top:12px;z-index:10000;padding:10px 14px;border-radius:10px;background:#f5f7fb;color:#050509;font-weight:800;box-shadow:0 10px 34px rgba(0,0,0,.45);transform:translateY(-180%);transition:transform .16s ease}
.skip-link:focus{transform:translateY(0);outline:3px solid #8ccfff;outline-offset:3px}
:where(a,button,[tabindex]):focus-visible{outline:3px solid #8ccfff;outline-offset:3px}
main:focus{outline:none}
