: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:none; background:transparent; box-shadow:none; position:relative; overflow:visible; display:grid; place-items:center; justify-items:center; align-items:center; padding:0; aspect-ratio:16 / 6.2; }
    .brand-plate::before { content:""; position:absolute; inset:8% 6%; border-radius:30px; background:radial-gradient(circle at 50% 50%, rgba(140,207,255,0.22), rgba(140,207,255,0.06) 42%, transparent 74%); filter:blur(28px); opacity:0.95; z-index:0; pointer-events:none; }
    .brand-plate::after { content:""; position:absolute; inset:3.5% 3%; border-radius:26px; box-shadow:0 0 28px rgba(72,157,255,0.28), 0 0 78px rgba(72,157,255,0.20); z-index:0; pointer-events:none; }
    .brand-plate img { display:block; width:auto; height:100%; max-width:100%; max-height:none; margin:auto; object-fit:contain; object-position:center center; border-radius:inherit; filter:drop-shadow(0 0 12px rgba(140,207,255,0.22)) drop-shadow(0 0 36px rgba(140,207,255,0.14)); position:relative; z-index:1; }
    .hero-brand-plate { aspect-ratio:1720 / 620; overflow:hidden; border-radius:40px; clip-path:inset(0 round 40px); }
    .hero-brand-plate img { width:auto; height:100%; max-width:100%; max-height:none; border-radius:40px; }
    .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; scroll-margin-top:122px; } .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; text-wrap:balance; }
    .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%; height:auto; aspect-ratio:auto; object-fit:contain; }
    #products .product-grid .product-media { display:block; min-height:0; padding:0; background:rgba(3,8,18,0.92); border-color:rgba(140,207,255,0.18); }
    #products .product-grid .product-media img { width:100%; height:auto; max-height:none; min-height:0; aspect-ratio:1408 / 1117; object-fit:contain; object-position:center center; filter:drop-shadow(0 0 18px rgba(140,207,255,0.18)); }
    .product-media.continuity img { object-position:center; }
    .product-media.logo-lockup { display:grid; place-items:center; padding:28px 24px; background:radial-gradient(circle at 50% 50%, rgba(140,207,255,0.16), rgba(255,255,255,0.035) 58%, rgba(255,255,255,0.02)); }
    .product-media.logo-lockup img { width:min(78%, 360px); height:auto; min-height:0; aspect-ratio:auto; object-fit:contain; object-position:center center; filter:drop-shadow(0 0 18px rgba(140,207,255,0.20)); }
    .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 picture { display:block; width:100%; height:100%; }
    .project-visual.media picture img { width:100%; height:100%; object-fit:cover; }
    .morrow-media img { object-position:center center; }
    .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; }

    .discipline-grid .card { min-height:220px; display:flex; flex-direction:column; }
    .discipline-grid .card p { margin:0; }
    .accountability-band { margin-top:18px; display:flex; justify-content:space-between; align-items:center; gap:24px; padding:24px 26px; border:1px solid rgba(255,225,154,0.26); border-radius:24px; background:linear-gradient(135deg, rgba(255,225,154,0.08), rgba(255,255,255,0.035)); }
    .accountability-band h3 { margin:0 0 8px; font-size:1.38rem; }
    .accountability-band p { margin:0; max-width:760px; color:var(--muted); line-height:1.65; }
    .accountability-band .product-actions { flex:0 0 auto; padding-top:0; }
    .leadership-grid { grid-template-columns:repeat(2, minmax(0,1fr)); align-items:stretch; }
    .leader-card { min-height:285px; display:flex; flex-direction:column; position:relative; overflow:hidden; }
    .leader-card::before { content:""; position:absolute; inset:0 auto 0 0; width:3px; background:linear-gradient(180deg, rgba(140,207,255,0.92), rgba(198,166,255,0.35), transparent); }
    .leader-card h3 { font-size:1.65rem; margin-bottom:5px; }
    .leader-role { color:var(--silver); font-weight:850; letter-spacing:0.015em; margin:0 0 18px; }
    .leader-card .muted { margin:0; }
    .purpose-grid { grid-template-columns:repeat(2, minmax(0,1fr)); margin-top:18px; }
    .purpose-card { min-height:230px; }
    .purpose-card p { margin:0; }
    .community-band { margin-top:18px; padding:clamp(24px,4vw,38px); border:1px solid rgba(157,255,203,0.25); border-radius:28px; background:radial-gradient(circle at 88% 18%, rgba(157,255,203,0.11), transparent 22rem), linear-gradient(135deg, rgba(255,255,255,0.075), rgba(255,255,255,0.03)); }
    .community-band h3 { margin:0 0 12px; font-size:clamp(1.45rem,2.5vw,2rem); }
    .community-band p { margin:0; max-width:930px; color:var(--muted); line-height:1.72; }
    .contact-route-grid .card { min-height:270px; display:flex; flex-direction:column; }
    .contact-route-grid .card p { margin:0; }
    .contact-route-grid .product-actions { margin-top:auto; }
    .contact-storefront { margin-top:18px; display:flex; justify-content:space-between; align-items:center; gap:20px; padding:20px 22px; border:1px solid rgba(140,207,255,0.22); border-radius:22px; background:rgba(140,207,255,0.055); }
    .contact-storefront p { margin:0; color:var(--muted); line-height:1.55; }
    .contact-storefront .product-actions { flex:0 0 auto; padding-top:0; }
    @media (max-width:800px) { .accountability-band, .contact-storefront { display:grid; } .leadership-grid, .purpose-grid { grid-template-columns:1fr; } .accountability-band .product-actions, .contact-storefront .product-actions { width:100%; } }
    @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; } .hero-brand-plate { aspect-ratio:1720 / 620; border-radius:28px; clip-path:inset(0 round 28px); } .brand-plate.cinematic { padding:14px 16px; } .brand-plate img { max-height:none; } .hero-brand-plate img { max-height:none; border-radius:28px; } .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%; }
    #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; } #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%; }
}

    .hero-note { margin-top:14px; padding:14px 16px; border-radius:18px; border:1px solid rgba(255,255,255,0.11); background:rgba(255,255,255,0.04); color:var(--muted); line-height:1.55; font-size:0.93rem; }
    .identity-media { position:relative; min-height:0 !important; overflow:hidden; background:#02040a !important; display:grid; grid-template-rows:auto auto; padding:14px !important; box-sizing:border-box; }
    .identity-art { aspect-ratio:4 / 3; min-height:0; display:grid; place-items:center; overflow:hidden; border-radius:12px; background:#02040a; }
    #products .product-grid .identity-art img { width:100%; height:100%; min-height:0; aspect-ratio:auto; object-fit:contain; object-position:center center; filter:saturate(0.98) contrast(1.02) drop-shadow(0 0 18px rgba(140,207,255,0.18)); }
    .identity-media::after { display:none; }
    .identity-media figcaption { position:static; z-index:2; padding:11px 4px 2px; color:var(--silver); font-size:0.78rem; font-weight:900; text-transform:uppercase; letter-spacing:0.16em; background:#02040a; }
    .product-outcome { color:var(--text); font-weight:800; line-height:1.45; font-size:1.02rem; }
    .os-feature { display:grid; grid-template-columns:1.08fr 0.92fr; gap:22px; align-items:stretch; }
    .os-copy { display:flex; flex-direction:column; justify-content:center; padding:clamp(8px,2vw,20px); }
    .os-copy p { margin:0 0 14px; }
    .os-visual { margin:0; border-radius:20px; overflow:hidden; border:1px solid rgba(140,207,255,0.22); background:#02070a; position:relative; min-height:330px; }
    .os-visual img { width:100%; height:100%; object-fit:cover; object-position:center; }
    .os-visual figcaption { position:absolute; left:14px; right:14px; bottom:14px; padding:10px 12px; border-radius:14px; background:rgba(0,9,12,0.84); border:1px solid rgba(140,207,255,0.26); color:rgba(245,247,251,0.82); font-size:0.76rem; line-height:1.45; backdrop-filter:blur(10px); }
    .os-placeholder { display:grid; grid-template-rows:minmax(0,1fr) auto; background:radial-gradient(circle at 72% 18%, rgba(140,207,255,0.14), transparent 42%), linear-gradient(145deg, #02070a, #050813 66%, #020307); }
    .os-placeholder-screen { margin:18px; min-height:270px; border:1px solid rgba(140,207,255,0.28); border-radius:16px; overflow:hidden; display:grid; grid-template-rows:auto minmax(0,1fr) auto; background:linear-gradient(180deg, rgba(6,15,28,0.96), rgba(2,6,13,0.98)); box-shadow:inset 0 0 42px rgba(140,207,255,0.06), 0 18px 48px rgba(0,0,0,0.32); }
    .os-placeholder-topbar { display:flex; justify-content:space-between; gap:16px; padding:12px 14px; border-bottom:1px solid rgba(140,207,255,0.16); color:var(--silver); font-size:0.68rem; font-weight:900; letter-spacing:0.16em; text-transform:uppercase; }
    .os-placeholder-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; padding:18px; align-content:center; }
    .os-placeholder-panel { min-height:76px; padding:14px; border:1px solid rgba(255,255,255,0.12); border-radius:14px; background:linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.022)); color:rgba(245,247,251,0.84); display:flex; flex-direction:column; justify-content:flex-end; }
    .os-placeholder-panel strong { color:var(--text); font-size:0.82rem; letter-spacing:0.08em; text-transform:uppercase; }
    .os-placeholder-panel span { margin-top:4px; color:var(--muted); font-size:0.72rem; line-height:1.35; }
    .os-placeholder-status { padding:10px 14px; border-top:1px solid rgba(140,207,255,0.14); color:var(--blue); font-size:0.7rem; letter-spacing:0.11em; text-transform:uppercase; }
    .os-placeholder figcaption { position:static; margin:0 14px 14px; padding:10px 12px; background:rgba(0,9,12,0.76); }
    .technology-lock { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(230px,0.6fr); gap:22px; align-items:center; }
    .technology-lock .product-actions { justify-content:flex-end; }
    @media (max-width:960px) { .os-feature, .technology-lock { grid-template-columns:1fr; } .technology-lock .product-actions { justify-content:flex-start; } }
    @media (max-width:700px) { .os-visual { min-height:250px; } .os-placeholder-grid { grid-template-columns:1fr; } }
    .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; }
    }
    .home-hero { width:min(100% - 32px, 1440px); grid-template-columns:minmax(0, 0.9fr) minmax(520px, 1.16fr); gap:clamp(42px, 5vw, 82px); min-height:clamp(660px, 70vh, 860px); padding:clamp(78px, 7vw, 112px) 0; }
    .home-hero .hero-panel { width:100%; align-self:center; }
    .home-hero .hero-brand-plate { width:100%; aspect-ratio:1720 / 620; padding:0; border-radius:42px; clip-path:inset(0 round 42px); display:grid; place-items:center; }
    .home-hero .hero-brand-plate img { width:100%; height:100%; margin:0; object-fit:contain; object-position:50% 50%; border-radius:42px; justify-self:center; align-self:center; }
    .home-hero .hero-note { padding:17px 19px; font-size:0.98rem; }
    @media (max-width:1120px) {
      .home-hero { grid-template-columns:minmax(0,1fr) minmax(430px,0.95fr); gap:34px; }
    }
    @media (max-width:960px) {
      .home-hero { grid-template-columns:1fr; min-height:0; padding:64px 0 70px; }
      .home-hero .hero-panel { max-width:820px; }
    }
    @media (max-width:700px) {
      .home-hero { padding:52px 0 58px; }
      .home-hero .hero-brand-plate { border-radius:28px; clip-path:inset(0 round 28px); }
      .home-hero .hero-brand-plate img { border-radius:28px; }
    }
    .home-hero .hero-brand-plate.hero-product-duo { display:grid; grid-template-columns:1fr 1fr; place-items:stretch; gap:1px; background:rgba(140,207,255,0.14); }
    .hero-product-duo a { display:block; height:100%; overflow:hidden; }
    .home-hero .hero-brand-plate.hero-product-duo img { object-fit:cover; border-radius:0; display:block; }
  

/* V037R42 strategic-partner readiness repair */
header { top:0; }
.nav { min-height:68px; }
.home-hero { min-height:0; padding:clamp(64px,6vw,92px) 0; }
.home-hero .hero-copy { max-width:720px; }
.home-hero h1 { font-size:clamp(2.75rem,5.25vw,5.15rem); line-height:0.96; }
.home-hero .hero-panel { max-width:760px; justify-self:end; }
.signal-band { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:28px; align-items:center; border:1px solid rgba(157,255,203,0.25); border-radius:30px; padding:clamp(26px,4vw,44px); background:linear-gradient(135deg,rgba(157,255,203,0.10),rgba(255,255,255,0.045)); box-shadow:var(--shadow); }
.signal-band h2 { font-size:clamp(2rem,3.7vw,3.4rem); }
.signal-band p { margin:16px 0 0; color:var(--muted); line-height:1.65; max-width:780px; }
.os-brief { align-items:center; }
.os-capability-grid { display:grid; gap:12px; }
.os-capability-grid div { border:1px solid rgba(140,207,255,0.18); background:rgba(140,207,255,0.055); border-radius:18px; padding:18px; }
.os-capability-grid strong,.os-capability-grid span { display:block; }
.os-capability-grid span { margin-top:6px; color:var(--muted); line-height:1.5; }
.partner-fit-grid .card { min-height:260px; }
.partner-cta-band { margin-top:18px; }
#partners { background:radial-gradient(circle at 50% 30%,rgba(140,207,255,0.08),transparent 32rem); }
@media (max-width:900px){
  .signal-band { grid-template-columns:1fr; }
  .home-hero .hero-panel { justify-self:stretch; max-width:none; }
}
@media (max-width:560px){
  .home-hero .hero-brand-plate.hero-product-duo { grid-template-columns:1fr; aspect-ratio:auto; }
  .home-hero .hero-product-duo a { aspect-ratio:16/7; }
  .home-hero .hero-note { font-size:0.9rem; }
  .signal-band { border-radius:22px; }
}



/* 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; }


    .partner-asset-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
    .partner-asset-grid .card { min-height:260px; display:flex; flex-direction:column; }
    .availability-note { display:inline-flex; width:max-content; border:1px solid rgba(198,166,255,0.42); background:rgba(198,166,255,0.10); color:#eadfff; border-radius:999px; padding:7px 10px; font-size:0.76rem; font-weight:900; text-transform:uppercase; letter-spacing:0.08em; margin-top:auto; }
    @media(max-width:760px){.partner-asset-grid{grid-template-columns:1fr}}


.partner-hero{padding:clamp(72px,7vw,110px) 0 62px;text-align:center} .partner-hero .tech-mark{margin:0 auto 18px;width:68px;height:68px;border-radius:22px;border:1px solid rgba(140,207,255,.28);background:rgba(140,207,255,.08);display:grid;place-items:center} .partner-hero .tech-mark img{width:38px;height:38px} .partner-hero h1{max-width:1050px;margin-inline:auto} .partner-hero p{max-width:820px;margin:24px auto 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.65} .partner-hero .hero-actions{justify-content:center} .partner-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px} .partner-proof div{border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:18px;background:rgba(255,255,255,.045);text-align:left} .partner-proof strong,.partner-proof span{display:block} .partner-proof span{margin-top:6px;color:var(--muted);line-height:1.45;font-size:.92rem} .engagement-steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:14px} .engagement-steps article{counter-increment:step;position:relative} .engagement-steps article:before{content:counter(step);display:grid;place-items:center;width:34px;height:34px;border-radius:999px;border:1px solid rgba(140,207,255,.42);color:var(--blue);font-weight:900;margin-bottom:18px} .partner-brief{border-radius:34px;border:1px solid rgba(140,207,255,.28);padding:clamp(28px,5vw,56px);background:radial-gradient(circle at 20% 20%,rgba(140,207,255,.16),transparent 24rem),linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:var(--shadow)} .partner-brief p{max-width:820px;color:var(--muted);line-height:1.65} @media(max-width:900px){.partner-proof,.engagement-steps{grid-template-columns:1fr 1fr}} @media(max-width:560px){.partner-proof,.engagement-steps{grid-template-columns:1fr}}
/* 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}
