: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; }
.os-runtime-card { padding:clamp(18px,2.5vw,30px); overflow:hidden; }
.os-runtime-feature { grid-template-columns:minmax(0,1.42fr) minmax(300px,0.58fr); align-items:center; }
.os-runtime-figure { margin:0; overflow:hidden; border-radius:22px; border:1px solid rgba(140,207,255,0.24); background:#000; box-shadow:0 26px 70px rgba(0,0,0,0.46), 0 0 42px rgba(48,194,255,0.08); }
.os-runtime-figure img { display:block; width:100%; height:auto; aspect-ratio:1912 / 1062; object-fit:contain; background:#000; }
.os-runtime-figure figcaption { display:flex; align-items:center; gap:10px; flex-wrap:wrap; padding:13px 15px; border-top:1px solid rgba(140,207,255,0.16); background:linear-gradient(180deg,rgba(5,11,20,0.96),rgba(2,5,11,0.99)); color:var(--muted); font-size:0.82rem; line-height:1.5; }
.os-runtime-badge { color:#bfffd3; font-weight:900; letter-spacing:0.12em; text-transform:uppercase; font-size:0.7rem; }
.os-runtime-tags { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:14px; }
.os-runtime-facts { display:grid; gap:10px; margin:10px 0 20px; }
.os-runtime-facts div { border:1px solid rgba(140,207,255,0.18); background:rgba(140,207,255,0.055); border-radius:16px; padding:15px 16px; }
.os-runtime-facts strong,.os-runtime-facts span { display:block; }
.os-runtime-facts span { margin-top:5px; color:var(--muted); line-height:1.45; font-size:0.91rem; }
@media (max-width:960px){ .os-runtime-feature { grid-template-columns:1fr; } .os-runtime-figure { order:1; } .os-runtime-feature .os-copy { order:2; padding:8px 2px 2px; } }
@media (max-width:560px){ .os-runtime-card { padding:14px; } .os-runtime-figure { border-radius:16px; } .os-runtime-figure figcaption { align-items:flex-start; display:grid; gap:5px; } }
.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){
  .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; }
}


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



/* Three-product family layout */
.home-hero .hero-brand-plate.hero-product-trio {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  aspect-ratio:auto;
  background:rgba(140,207,255,0.14);
  overflow:hidden;
}
.hero-product-trio > div {
  min-width:0;
  aspect-ratio:4 / 3;
  overflow:hidden;
  background:#02050a;
}
.home-hero .hero-brand-plate.hero-product-trio img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
}
.home-hero .hero-product-trio .light-art img { object-fit:cover; background:#f3f1ed; }
#products .section-head { align-items:end; }
#products .section-head > div { max-width:760px; }
#products .section-head .tag { margin-bottom:14px; }
#products .product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
#products .product-grid .card { min-width:0; }
#products .product-media { aspect-ratio:4 / 3; }
#products .product-grid .product-media img { width:100%; height:100%; aspect-ratio:auto; object-fit:cover; }
#products .product-grid .software-identity { background:#f3f1ed; border-color:rgba(255,255,255,0.28); }
#products .product-grid .software-identity img { object-fit:cover; filter:none; }
.product-status { margin-top:auto !important; padding-top:12px; border-top:1px solid rgba(255,255,255,0.12); color:var(--silver); font-size:0.86rem; font-weight:800; letter-spacing:0.035em; }
.product-card-head { display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.product-card.coming-soon { border-color:rgba(198,166,255,0.42); box-shadow:0 22px 64px rgba(80,50,130,0.18); }
.coming-soon-badge { display:inline-flex; align-items:center; min-height:30px; padding:0 11px; border-radius:999px; border:1px solid rgba(198,166,255,0.48); background:rgba(198,166,255,0.12); color:#eadfff; font-size:0.76rem; font-weight:900; letter-spacing:0.08em; text-transform:uppercase; }
.product-card.coming-soon .product-status { color:#dfccff; }
.hero-release-note { display:block; margin-top:8px; color:#dfccff; font-weight:800; }

.product-family-route { margin-top:18px; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:22px; align-items:center; padding:22px 24px; border:1px solid rgba(140,207,255,0.19); border-radius:22px; background:rgba(140,207,255,0.055); }
.product-family-route strong,.product-family-route span { display:block; }
.product-family-route span { margin-top:5px; color:var(--muted); line-height:1.5; }
@media (max-width:1050px) {
  #products .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px) {
  .home-hero .hero-brand-plate.hero-product-trio { grid-template-columns:1fr; }
  .hero-product-trio > div { aspect-ratio:4 / 3; }
  #products .product-grid { grid-template-columns:1fr; }
  .product-family-route { 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}

/* V037R44 bounded sales-front-door repair */
.home-hero .hero-copy{max-width:760px}
.hero-value-strip{margin-top:24px;max-width:760px;gap:10px}
.hero-value-strip .metric{min-height:118px;padding:15px 16px;background:linear-gradient(145deg,rgba(140,207,255,.085),rgba(255,255,255,.035));border-color:rgba(140,207,255,.18)}
.hero-value-strip .metric strong{font-size:1rem;line-height:1.25}
.product-card .product-status{margin-top:0!important}
.product-card .product-actions{margin-top:auto}
.product-card .product-actions .button{width:100%}
.discipline-grid .card{min-height:190px}
#original-works{background:radial-gradient(circle at 50% 28%,rgba(157,255,203,.065),transparent 32rem)}
@media (max-width:1120px){.hero-value-strip{grid-template-columns:1fr}.hero-value-strip .metric{min-height:0}}
@media (max-width:560px){section{padding:44px 0}.hero-value-strip{gap:8px}.hero-value-strip .metric{padding:14px}}

/* V037R45 owner-directed centered brand hero */
.brand-first-hero {
  width:min(100% - 32px,1280px);
  min-height:0;
  padding:clamp(20px,2.5vw,34px) 0 clamp(48px,5vw,64px);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0;
  text-align:center;
}
.hero-brand-banner {
  position:relative;
  width:min(100%,940px);
  aspect-ratio:1720 / 620;
  margin:0 auto clamp(10px,1.6vw,24px);
  overflow:hidden;
  border-radius:36px;
  background:#000;
  isolation:isolate;
  filter:drop-shadow(0 24px 70px rgba(0,0,0,.7));
}
.hero-brand-banner::after {
  content:"";
  position:absolute;
  inset:16% 12%;
  z-index:-1;
  border-radius:999px;
  background:radial-gradient(circle,rgba(140,207,255,.2),transparent 68%);
  filter:blur(42px);
}
.hero-brand-banner img {
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  border-radius:inherit;
}
.brand-first-hero .hero-copy {
  width:min(100%,940px);
  max-width:940px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.brand-first-hero .hero-copy-kicker { margin-bottom:20px; }
.brand-first-hero h1 {
  max-width:940px;
  font-size:clamp(3.15rem,5.45vw,5.6rem);
  line-height:.93;
  letter-spacing:-.065em;
}
.brand-first-hero p {
  max-width:900px;
  margin:24px auto 0;
  font-size:clamp(1.08rem,1.75vw,1.3rem);
}
.brand-first-hero .hero-actions {
  justify-content:center;
  margin-top:30px;
}
#products {
  padding-top:clamp(58px,6vw,78px);
  border-top:1px solid rgba(140,207,255,.1);
  background:radial-gradient(circle at 50% 0%,rgba(140,207,255,.075),transparent 30rem);
}
#original-works .project-visual.media { background:#02050a; }
#original-works .project-visual.media img {
  display:block;
  opacity:1;
  visibility:visible;
  background:#02050a;
}
@media (max-width:760px) {
  .brand-first-hero {
    width:min(100% - 22px,1280px);
    padding:26px 0 56px;
  }
  .hero-brand-banner {
    width:100%;
    margin-bottom:16px;
    border-radius:22px;
  }
  .brand-first-hero h1 {
    font-size:clamp(2.25rem,11vw,3.5rem);
  }
  .brand-first-hero p {
    margin-top:16px;
    font-size:1rem;
    line-height:1.5;
  }
  .brand-first-hero .hero-actions {
    width:100%;
    margin-top:20px;
  }
}


/* V037R47 final category, centerline, and opening-viewport repair */
.brand-first-hero {
  width:min(100% - 32px,1180px);
  padding:clamp(16px,1.8vw,24px) 0 clamp(42px,4.4vw,56px);
}
.hero-brand-banner {
  width:min(100%,880px);
  margin-bottom:clamp(10px,1.25vw,16px);
}
.hero-brand-banner img {
  transform:translateX(clamp(-14px,-1.25vw,-6px));
  transform-origin:center;
}
.brand-first-hero .hero-copy {
  width:min(100%,920px);
  max-width:920px;
}
.brand-first-hero .hero-copy-kicker { margin-bottom:16px; }
.brand-first-hero h1 {
  max-width:920px;
  font-size:clamp(3rem,5vw,5.2rem);
  line-height:.97;
  letter-spacing:-.057em;
  text-wrap:balance;
}
.brand-first-hero p {
  max-width:920px;
  margin-top:20px;
  font-size:clamp(1.05rem,1.55vw,1.22rem);
  line-height:1.58;
  text-wrap:pretty;
}
.brand-first-hero .hero-actions { margin-top:26px; }
@media (max-width:760px) {
  .brand-first-hero { padding:20px 0 48px; }
  .hero-brand-banner { margin-bottom:14px; }
  .brand-first-hero .hero-copy-kicker { margin-bottom:14px; }
  .brand-first-hero h1 {
    max-width:390px;
    font-size:clamp(2.28rem,10.5vw,3.2rem);
    line-height:.99;
    letter-spacing:-.052em;
  }
  .brand-first-hero p {
    max-width:620px;
    margin-top:15px;
    font-size:.98rem;
    line-height:1.5;
  }
  .brand-first-hero .hero-actions { margin-top:18px; }
}

/* V037R47 Repair 1: Continuity Software Edition status-row alignment */
.product-card-head {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  flex-wrap:initial;
  margin-bottom:19px;
}
.product-card-head > .tag,
.product-card-head > .coming-soon-badge {
  min-height:30px;
  margin:0;
  padding-block:0;
  line-height:1;
}
.product-card-head > .tag { justify-self:start; }
.product-card-head > .coming-soon-badge { justify-self:end; }
@media (max-width:1180px) {
  #products .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px) {
  #products .product-grid { grid-template-columns:1fr; }
}
@media (max-width:420px) {
  .product-card-head {
    grid-template-columns:1fr;
    margin-bottom:0;
  }
  .product-card-head > .coming-soon-badge { justify-self:start; }
}

/* V037R47 Repair 2: full-frame Morrow Bellweather and Grapple Grid gallery media */
#morrow-gallery .gallery-grid img,
#grapple-gallery .gallery-grid img {
  width:100%;
  height:auto;
  max-height:none;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center center;
  background:#02050a;
}


/* V037R48 public effect, product truth, leadership privacy, and owner ARK art repair */
.public-effect-hero h1 {
  max-width:1080px;
  font-size:clamp(2.72rem,4.55vw,4.72rem);
  line-height:1.015;
  letter-spacing:-0.052em;
}
.public-effect-hero p { max-width:940px; }
.availability-badge {
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(255,225,154,.5);
  background:rgba(255,225,154,.1);
  color:var(--gold);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
.availability-badge.green {
  border-color:rgba(157,255,203,.48);
  background:rgba(157,255,203,.1);
  color:var(--green);
}
.product-card[data-product-status="available"] { border-color:rgba(157,255,203,.24); }
.product-card[data-product-status="available"] .product-status { color:var(--silver); }
#leadership .leadership-grid .card { min-height:250px; }
@media (max-width:760px) {
  .public-effect-hero h1 {
    max-width:640px;
    font-size:clamp(2.05rem,9.2vw,3rem);
    line-height:1.03;
  }
}
@media (max-width:420px) {
  .product-card[data-product-status="available"] .product-card-head { grid-template-columns:1fr; margin-bottom:0; }
  .product-card[data-product-status="available"] .availability-badge { justify-self:start; }
}

/* V037R50 Repair 5: mobile media source-caption removal and full-width artwork */
@media (max-width:820px) {
  .card > .project-visual.media {
    display:block;
    width:calc(100% + 20px);
    margin:20px -10px 0;
    aspect-ratio:16 / 9;
    min-height:0;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.12);
    border-radius:18px;
    background:#02050a;
  }

  .card > .project-visual.media > img,
  .card > .project-visual.media > picture,
  .card > .project-visual.media > picture > img {
    display:block;
    width:100%;
    height:100%;
    min-width:0;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:center center;
    border:0;
    border-radius:inherit;
  }

  .card > .project-visual.media > figcaption {
    display:none !important;
  }

  #original-works .card {
    padding:16px;
  }

  #original-works .gallery-toggle {
    margin-top:16px;
  }
}

@media (max-width:560px) {
  #original-works .card {
    padding:14px;
  }

  .card > .project-visual.media {
    width:calc(100% + 16px);
    margin-left:-8px;
    margin-right:-8px;
  }
}
