:root{color-scheme:light dark;--color-bg:#202935;--color-bg-secondary:#232e3e;--color-surface:#283446;--color-surface-strong:#2c394f;--color-text:#eef6ff;--color-text-muted:#a9b7c9;--color-primary:#28d6ff;--color-secondary:#7c5cff;--color-accent:#3eea92;--color-warm:#ffbd5a;--color-border:#b9dcff2e;--shadow-soft:0 24px 70px #00000057;--radius-sm:6px;--radius-md:8px;--radius-lg:14px;--container:1180px;--space-1:.35rem;--space-2:.6rem;--space-3:1rem;--space-4:1.5rem;--space-5:2.25rem;--space-6:3.5rem;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition:.16s ease}.light,:root:has(.light){--color-bg:#f8fbff;--color-bg-secondary:#edf4ff;--color-surface:#fff;--color-surface-strong:#e9f1fb;--color-text:#07111f;--color-text-muted:#526174;--color-primary:#006fe8;--color-secondary:#6048d7;--color-accent:#087f50;--color-warm:#9c5700;--color-border:#0c1e3624;--shadow-soft:0 22px 60px #1126461f}*{box-sizing:border-box}html{background:var(--color-bg);scroll-behavior:smooth}body{min-width:320px;font-family:var(--font-body);color:var(--color-text);background:radial-gradient(circle at 82% 8%, #28d6ff21, transparent 32rem), radial-gradient(circle at 20% 12%, #3eea9214, transparent 25rem), var(--color-bg);margin:0;line-height:1.6}body.menu-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--color-primary)}button,select{font:inherit}:focus-visible{outline:3px solid color-mix(in srgb, var(--color-primary), white 18%);outline-offset:3px}.container{width:min(100% - 32px, var(--container));margin-inline:auto}.narrow{max-width:840px}.skip-link{z-index:10;background:var(--color-primary);color:#00111c;border-radius:var(--radius-sm);padding:.6rem .9rem;position:fixed;top:12px;left:16px;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:5;border-bottom:1px solid var(--color-border);background:color-mix(in srgb, var(--color-bg) 86%, transparent);backdrop-filter:blur(18px);position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:72px;display:flex}.brand,.footer-brand{align-items:center;gap:.75rem;font-weight:800;display:inline-flex}.brand img{border-radius:var(--radius-sm)}.nav-panel,.nav-links,.nav-actions,.button-row,.badge-row{align-items:center;gap:var(--space-3);display:flex}.nav-links a{color:var(--color-text-muted);font-weight:650}.nav-links a[aria-current=page]{color:var(--color-text)}.nav-actions select,.theme-toggle,.icon-button{min-width:44px;min-height:44px;color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface)}.nav-actions select{padding:0 .65rem}.theme-toggle,.icon-button{cursor:pointer;place-items:center;display:grid}.menu-toggle{display:none}.hamburger,.hamburger:before,.hamburger:after{content:"";background:currentColor;width:20px;height:2px;display:block}.hamburger:before{transform:translateY(-7px)}.hamburger:after{transform:translateY(5px)}.hero,.page-hero,.product-hero{padding:clamp(4rem, 9vw, 7.5rem) 0 var(--space-6)}.hero-grid,.product-hero-grid,.featured-shell,.split-section,.product-detail,.cta-section,.footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(1.5rem,5vw,4rem);display:grid}.hero-copy,.product-copy{max-width:680px}.eyebrow,.card-kicker{margin:0 0 var(--space-2);color:var(--color-accent);letter-spacing:0;text-transform:uppercase;font-size:.78rem;font-weight:800}h1,h2,h3{letter-spacing:0;margin:0;line-height:1.08}h1{font-size:clamp(3rem,8vw,6.5rem)}h2{font-size:clamp(2rem,4vw,3.2rem)}h3{font-size:1.25rem}p{color:var(--color-text-muted)}.hero-copy p,.product-copy p{font-size:1.14rem}.button{border:1px solid var(--color-border);border-radius:var(--radius-sm);min-height:44px;transition:transform var(--transition), border-color var(--transition), background var(--transition);justify-content:center;align-items:center;padding:.72rem 1rem;font-weight:800;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{color:#00111c;background:linear-gradient(135deg, var(--color-primary), var(--color-accent));border-color:#0000}.button-primary:hover{color:#00111c}.button-secondary{background:var(--color-surface)}.home-banner{isolation:isolate;border-bottom:1px solid var(--color-border);background:#050a12;align-items:center;min-height:clamp(480px,62vh,680px);display:flex;position:relative;overflow:hidden}.home-banner-bg,.home-banner-overlay{width:100%;height:100%;position:absolute;inset:0}.home-banner-bg{z-index:0;object-fit:cover;object-position:center}.home-banner-overlay{z-index:1;background:linear-gradient(90deg,#050a12f5 0%,#050a12c7 38%,#050a1257 66%,#050a1214 100%),linear-gradient(#050a126b,#050a1200 52%)}.home-banner:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(0deg, var(--color-bg), transparent);height:clamp(96px,12vh,160px);position:absolute;inset:auto 0 0}.home-banner-content{z-index:3;min-height:inherit;justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;padding-top:clamp(4rem,8vw,6.5rem);padding-bottom:clamp(3rem,6vw,4.5rem);display:flex;position:relative}.home-banner-heading{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute;overflow:hidden}.home-banner-logo{border-radius:var(--radius-md);filter:drop-shadow(0 24px 60px #00000075);width:min(54vw,420px);height:auto}.home-banner-intro{color:#eef6ffe0;text-align:center;text-shadow:0 8px 28px #00000094;max-width:720px;margin:0;font-size:clamp(1rem,2vw,1.2rem)}.brand-visual{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(145deg, #28d6ff29, #7c5cff14), var(--color-surface);box-shadow:var(--shadow-soft);padding:clamp(.65rem,2vw,1rem);position:relative}.brand-visual img{aspect-ratio:1;border:1px solid var(--color-border);border-radius:var(--radius-md);object-fit:cover;width:100%}.brand-pixels{grid-template-columns:repeat(2,18px);gap:8px;display:grid;position:absolute;top:clamp(1rem,4vw,2rem);left:clamp(1rem,4vw,2rem)}.brand-pixels span{background:var(--color-primary);border:1px solid #ffffff57;border-radius:4px;width:18px;height:18px;box-shadow:0 0 24px #28d6ff52}.brand-pixels span:nth-child(2){background:var(--color-accent)}.brand-pixels span:nth-child(3){background:var(--color-secondary)}.brand-pixels span:nth-child(4){background:var(--color-warm)}.section{padding:var(--space-6) 0}.section-heading{max-width:760px;margin-bottom:var(--space-5)}.section-heading p{font-size:1.05rem}.band{border-block:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface) 62%, transparent)}.compact-band{padding-block:var(--space-5)}.featured-shell,.project-card,.youtube-facade,.empty-state,.legal-copy{border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-surface) 88%, transparent);box-shadow:var(--shadow-soft)}.featured-shell{padding:clamp(1rem,3vw,1.5rem)}.featured-title,.project-title-row,.product-title-block{align-items:center;gap:var(--space-3);display:flex}.featured-title img,.project-icon,.product-title-block img{border-radius:var(--radius-sm)}.featured-media{gap:var(--space-3);display:grid}.featured-media>img,.product-hero-image,.project-media img,.gallery-item img{border-radius:var(--radius-md);border:1px solid var(--color-border);object-fit:cover;width:100%}.card-grid,.gallery{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.project-card{overflow:hidden}.project-media{aspect-ratio:16/10;background:var(--color-surface-strong);display:block}.project-media img{border:0;border-radius:0;height:100%}.project-card-body{padding:var(--space-4)}.platform-badge{border:1px solid var(--color-border);min-height:30px;color:var(--color-text);background:color-mix(in srgb, var(--color-surface-strong) 80%, transparent);border-radius:999px;align-items:center;padding:.25rem .6rem;font-size:.86rem;font-weight:750;display:inline-flex}.text-link{color:var(--color-primary);font-weight:800}.breadcrumbs{margin-bottom:var(--space-4);font-size:.9rem}.breadcrumbs ol{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li:not(:last-child):after{color:var(--color-text-muted);content:"/";margin-left:.45rem}.product-detail{align-items:start}.feature-list{gap:.75rem;padding-left:1.2rem;display:grid}.gallery-item,.youtube-button{width:100%;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.gallery-item img{aspect-ratio:16/9}.youtube-facade{aspect-ratio:16/9;background:#050a12;position:relative;overflow:hidden}.youtube-button,.youtube-facade iframe{width:100%;height:100%}.youtube-thumbnail{object-fit:contain;object-position:center;opacity:.86;width:100%;height:100%}.play-mark{border-radius:var(--radius-sm);background:var(--color-primary);width:74px;height:52px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.play-mark:after{border-block:11px solid #0000;content:"";border-left:18px solid #00111c;position:absolute;top:15px;left:29px}.empty-state,.legal-copy{padding:var(--space-4)}.muted{color:var(--color-text-muted)}.site-footer{padding:var(--space-6) 0 var(--space-4);border-top:1px solid var(--color-border);background:var(--color-bg-secondary)}.footer-grid{align-items:start}.footer-links,.footer-language{gap:var(--space-3);flex-wrap:wrap;display:flex}.footer-links a,.footer-language a,.social-link{color:var(--color-text-muted);font-weight:700}.footer-language a[aria-current=true]{color:var(--color-text)}.footer-bottom{margin-top:var(--space-5);color:var(--color-text-muted);font-size:.92rem}.language-suggestion{z-index:8;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);max-width:min(92vw,430px);box-shadow:var(--shadow-soft);align-items:center;gap:.65rem;padding:.8rem;display:flex;position:fixed;bottom:16px;right:16px}.language-suggestion button{border:1px solid var(--color-border);border-radius:var(--radius-sm);min-height:38px;color:var(--color-text);background:var(--color-bg-secondary)}.gallery-dialog{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);width:min(94vw,980px);padding:0}.gallery-dialog::backdrop{background:#000000b8}.gallery-dialog img{border-radius:var(--radius-md);width:100%}@media (width<=860px){.menu-toggle{display:grid}.nav-panel{padding:var(--space-4);border-bottom:1px solid var(--color-border);background:var(--color-bg);grid-template-columns:1fr;display:none;position:fixed;inset:72px 0 auto}.nav-panel.is-open{display:grid}.nav-links,.nav-actions{flex-direction:column;align-items:stretch}.nav-links a{align-items:center;min-height:48px;display:flex}.hero-grid,.product-hero-grid,.featured-shell,.split-section,.product-detail,.cta-section,.footer-grid,.card-grid,.gallery{grid-template-columns:1fr}.hero{padding-top:3rem}.home-banner{min-height:660px}.home-banner-overlay{background:linear-gradient(#050a1266 0%,#050a121f 30%,#050a12f0 100%)}.home-banner-content{justify-content:center}.home-banner-logo{width:min(72vw,320px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
