:root{--bg:#07111e;--bg-2:#0b1830;--bg-3:#0f2240;--panel:rgba(9, 20, 38, 0.82);--panel-strong:rgba(8, 18, 34, 0.92);--panel-soft:rgba(13, 28, 51, 0.7);--line:rgba(197, 206, 217, 0.16);--line-strong:rgba(228, 232, 236, 0.24);--text:#f6f8fb;--muted:#b9c4d0;--silver:#dfe5eb;--silver-2:#aeb8c2;--blue:#2f7cf6;--violet:#9a52ff;--pink:#f14cc8;--navy-glow:radial-gradient(circle at 15% 0%, rgba(47,124,246,.22), transparent 30%), radial-gradient(circle at 85% 15%, rgba(154,82,255,.18), transparent 26%), radial-gradient(circle at 50% 100%, rgba(5,13,28,.0), rgba(5,13,28,0.76) 58%);--hero-glow:radial-gradient(circle at 0% 20%, rgba(47,124,246,.2), transparent 35%), radial-gradient(circle at 100% 10%, rgba(241,76,200,.16), transparent 28%), linear-gradient(180deg, rgba(10,20,38,.2), rgba(10,20,38,0));--button-glow:0 12px 28px rgba(0,0,0,.28), 0 3px 10px rgba(228,232,236,.08);--shadow:0 24px 70px rgba(0,0,0,.45);--radius:28px;--radius-sm:20px;--max:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;background:var(--navy-glow),linear-gradient(180deg,var(--bg-2) 0%,var(--bg) 32%,#050d18 100%);color:var(--text);line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(calc(100% - 2rem),var(--max));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(16px);background:rgba(5,13,24,.72);border-bottom:1px solid rgba(223,229,235,.1)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:.72rem 0}.brand{display:inline-flex;align-items:center;min-width:0}.brand--header{gap:.28rem}.brand-logo{width:min(14rem,30vw);height:auto;display:block}.brand-logo--header{height:6rem;object-fit:contain;filter:drop-shadow(0 2px 10px rgba(47,124,246,.12))}.brand-wordmark{font-size:2.1rem;font-weight:700;letter-spacing:-.02em;color:var(--silver)}.brand-logo--footer{width:min(11rem,40vw)}.footer-legal{color:var(--silver-2);font-size:.78rem}.site-nav{display:flex;justify-content:center;gap:1.6rem;flex-wrap:wrap}.site-nav a{color:var(--muted);font-size:.95rem}.site-nav a:hover{color:var(--text)}.header-actions{display:flex;align-items:center}.button{position:relative;display:inline-grid;place-items:center;min-width:12.3rem;min-height:3.55rem;isolation:isolate;filter:drop-shadow(var(--button-glow))}.button img{position:absolute;inset:0;width:100%;height:100%;object-fit:fill}.button span{position:relative;z-index:1;padding:0 1.25rem;color:#0f1b2a;text-shadow:0 1px 0 rgba(255,255,255,.42);font-weight:800;letter-spacing:.01em;text-align:center}.button--ghost{filter:drop-shadow(0 8px 16px rgba(0,0,0,.2))}.button--ghost img{opacity:.9}.button--ghost span{color:#152334}.button--small{min-width:10.5rem;min-height:3.1rem}.button-row{display:flex;gap:.95rem;flex-wrap:wrap;align-items:center}main{overflow:clip}.hero{padding:3.2rem 0 1.75rem;position:relative}.hero::before{content:"";position:absolute;inset:0;background:var(--hero-glow);pointer-events:none}.hero-grid,.feature-project,.final-cta{display:grid;grid-template-columns:2.03fr 1.08fr;gap:2rem;align-items:center;position:relative}.eyebrow{margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;color:var(--silver-2)}h1,h2,h3{line-height:1.06;margin:0 0 1rem}h1{font-size:clamp(2.9rem,5.2vw,3.9rem);max-width:11ch;letter-spacing:-.03em}h2{font-size:clamp(1.2rem,3.3vw,1.8rem);letter-spacing:-.025em}h3{font-size:clamp(1.35rem,2vw,2rem);letter-spacing:-.02em}p{margin:0 0 1rem;color:var(--muted)}.hero-copy{font-size:1.18rem;max-width:58ch;margin-bottom:1.4rem}.hero-media,.product-card,.support-card,.insight-card,.feature-project,.capability-item,.value-pill,.final-cta{border:1px solid var(--line);box-shadow:var(--shadow)}.hero-media,.product-card,.support-card,.insight-card,.feature-project,.final-cta{border-radius:var(--radius);background:linear-gradient(180deg,rgba(18,33,57,.95),rgba(8,18,34,.98)),radial-gradient(circle at 10% 0%,rgba(47,124,246,.16),transparent 26%),radial-gradient(circle at 90% 10%,rgba(154,82,255,.12),transparent 28%)}.hero-media{min-height:29rem;padding:1.35rem;overflow:hidden;position:relative}.hero-media img{width:100%;height:100%;object-fit:cover;border-radius:20px;border:1px solid rgba(255,255,255,6%)}.hero-media::after{content:"";position:absolute;left:-8%;right:-8%;bottom:-24%;height:40%;background:radial-gradient(circle at 50% 0%,rgba(47,124,246,.16),transparent 55%);pointer-events:none}.section{padding:1.2rem 0 1.75rem}.section--tight{padding:.4rem 0 1.5rem}.section--final-cta{padding:2rem 0 4rem}.section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}.section-copy{max-width:76ch;color:var(--silver)}.value-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.value-pill{border-radius:999px;background:rgba(10,22,40,.62);padding:1rem 1.15rem;text-align:center;color:var(--silver);backdrop-filter:blur(8px)}.product-grid,.support-grid,.insight-grid{display:grid;gap:1.5rem}.product-grid{grid-template-columns:repeat(2,1fr)}.support-grid{grid-template-columns:repeat(3,1fr)}.insight-grid{grid-template-columns:repeat(3,1fr)}.product-card{padding:1.5rem;display:grid;grid-template-columns:1.15fr .95fr;gap:1.25rem;align-items:center;overflow:hidden;position:relative}.product-card::before{content:"";position:absolute;inset:auto 0 0 0;height:2px;background:linear-gradient(90deg,rgba(47,124,246,0),rgba(47,124,246,.7) 35%,rgba(154,82,255,.75) 70%,rgba(241,76,200,0))}.product-card__media img,.insight-card img,.feature-project__media img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-sm)}.product-card__media{min-height:16rem}.product-card .eyebrow{margin-bottom:.45rem}.card-subtitle{color:var(--silver);font-weight:500;margin-top:-.25rem}.support-card{padding:1.5rem;display:grid;align-content:start;gap:.3rem;overflow:hidden;position:relative}.support-card::before{content:"";position:absolute;inset:auto 0 0 0;height:2px;background:linear-gradient(90deg,rgba(47,124,246,0),rgba(47,124,246,.7) 35%,rgba(154,82,255,.75) 70%,rgba(241,76,200,0))}.support-card h3{margin-bottom:.4rem}.support-card .card-subtitle{margin-bottom:.45rem}.support-card ul{margin:.2rem 0 1.1rem 1rem;padding:0;color:var(--muted)}.support-card li{margin-bottom:.5rem}.support-card .button-row{margin-top:auto}.capability-section .container{display:block}.capability-panel{padding:1.5rem;position:relative;overflow:hidden}.capability-panel::before{content:"";position:absolute;inset:auto -12% -35% -12%;height:60%;background:radial-gradient(circle at 50% 0%,rgba(79,107,138,.2),transparent 60%);pointer-events:none}.capability-panel__header{position:relative;z-index:1;max-width:38rem;margin-bottom:1.15rem}.capability-panel__header .section-copy{margin-bottom:0}.capability-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.capability-item{min-height:6.25rem;display:grid;place-items:center;text-align:center;border-radius:18px;padding:1rem .85rem;background:linear-gradient(180deg,rgba(17,31,51,.95),rgba(10,20,36,.92));border:1px solid rgba(228,232,236,9%);box-shadow:inset 0 1px rgba(255,255,255,5%),0 12px 26px rgba(0,0,0,.22);color:var(--silver);font-weight:600}.feature-project{padding:1.5rem;align-items:stretch}.feature-project__media{min-height:20rem}.feature-project__meta{display:grid;align-content:center}.insight-card{overflow:hidden;background:linear-gradient(180deg,rgba(12,24,42,.94),rgba(8,18,34,.98))}.insight-card img{aspect-ratio:16/9}.insight-card__body{padding:1rem 1rem 1.2rem}.insight-card a{color:var(--silver);font-weight:700}.final-cta{padding:2rem;overflow:hidden;position:relative}.final-cta::before{content:"";position:absolute;left:-10%;right:-10%;bottom:-35%;height:65%;background:radial-gradient(circle at 50% 0%,rgba(154,82,255,.18),transparent 50%);pointer-events:none}.site-footer{border-top:1px solid rgba(223,229,235,8%);background:rgba(4,10,18,.65);padding:2rem 0 3rem}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:1.5rem}.site-footer h4{margin:0 0 .8rem;color:var(--silver)}.site-footer a,.site-footer p{display:block;margin-bottom:.5rem;color:var(--muted)}.site-footer a:hover{color:var(--text)}.image-placeholder{min-height:20rem;width:100%;border-radius:var(--radius-sm);display:grid;place-items:center;color:var(--muted);border:1px dashed rgba(228,232,236,.22);background:rgba(228,232,236,3%)}.image-placeholder--small{min-height:12rem}@media(max-width:1100px){.hero-grid,.feature-project,.final-cta,.product-grid,.support-grid,.insight-grid,.footer-grid{grid-template-columns:1fr}.product-card{grid-template-columns:1fr}.capability-grid{grid-template-columns:repeat(2,1fr)}.header-inner{grid-template-columns:auto auto}.site-nav{grid-column:1/-1;justify-content:flex-start;padding-top:.5rem;border-top:1px solid rgba(223,229,235,6%)}}@media(max-width:720px){h1{max-width:13ch}.site-nav{display:none}.header-inner{grid-template-columns:1fr}.header-actions{justify-content:stretch}.value-strip,.capability-grid{grid-template-columns:1fr 1fr}.button-row{width:100%}.button{width:100%}.hero-media{min-height:20rem}}@media(max-width:520px){.container{width:min(calc(100% - 1.2rem),var(--max))}.value-strip,.capability-grid{grid-template-columns:1fr}.product-card,.support-card,.feature-project,.final-cta,.insight-card{border-radius:22px}}@media(max-width:840px){.brand-logo{width:min(10.5rem,46vw)}}@media(max-width:820px){.brand-wordmark{display:none}.brand-logo--header{width:1.75rem;height:1.75rem}}.controls-project-row-section{padding-top:1rem}.controls-project-row{display:grid;grid-template-columns:minmax(0,1.3fr)minmax(320px,.9fr);gap:1.1rem;align-items:stretch}.controls-card,.project-overlay-card{min-height:19rem}.controls-card{padding:1.45rem 1.45rem 1.35rem;position:relative;overflow:hidden;display:flex;flex-direction:column;border-radius:22px}.controls-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 0%,rgba(255,255,255,4%),transparent 30%),radial-gradient(circle at 85% 100%,rgba(79,107,138,.12),transparent 28%);pointer-events:none}.controls-card__header{position:relative;z-index:1;max-width:24rem;margin-bottom:1.1rem}.controls-card__header h2{margin:0 0 .35rem;font-size:clamp(1.65rem,2.2vw,2rem)}.controls-card__header .section-copy{margin:0;font-size:.96rem;color:rgba(228,232,236,.78)}.controls-card__grid{position:relative;z-index:1;margin-top:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.controls-card__item{min-height:5.15rem;padding:.8rem .8rem .75rem;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(228,232,236,7%);box-shadow:inset 0 1px rgba(255,255,255,3%);display:flex;flex-direction:column;justify-content:center;text-align:center}.controls-card__icon{width:1.15rem;height:1.15rem;margin:0 auto .45rem;border-radius:999px;border:1px solid rgba(228,232,236,.4);position:relative;opacity:.9}.controls-card__icon::before,.controls-card__icon::after{content:"";position:absolute;background:rgba(228,232,236,.6);left:50%;top:50%;transform:translate(-50%,-50%)}.controls-card__icon::before{width:.52rem;height:1px}.controls-card__icon::after{width:1px;height:.52rem}.controls-card__label{font-weight:600;font-size:.95rem;color:var(--text);margin-bottom:.2rem}.controls-card__sub{font-size:.72rem;line-height:1.28;color:rgba(228,232,236,.72)}.project-overlay-card{position:relative;overflow:hidden;display:block;text-decoration:none;color:inherit;padding:0;border-radius:22px}.project-overlay-card__media,.project-overlay-card__media img{width:100%;height:100%}.project-overlay-card__media img{object-fit:cover;display:block;min-height:19rem}.project-overlay-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,10,18,2%) 20%,rgba(4,10,18,.18) 50%,rgba(4,10,18,.86) 100%)}.project-overlay-card__content{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:2}.project-overlay-card__content .eyebrow{margin-bottom:.35rem;font-size:.62rem;letter-spacing:.16em}.project-overlay-card__content h3{margin:.1rem 0 .3rem;font-size:clamp(1.15rem,1.8vw,1.45rem)}.project-overlay-card__content p{margin:0 0 .75rem;color:rgba(247,249,251,.84);max-width:20rem;font-size:.86rem;line-height:1.35}.project-overlay-card__cta{display:inline-flex;align-items:center;gap:.35rem;color:var(--text);font-size:.9rem;font-weight:700}@media(max-width:980px){.controls-project-row{grid-template-columns:1fr}.controls-card,.project-overlay-card,.project-overlay-card__media img{min-height:20rem}}@media(max-width:860px){.controls-card__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.controls-card__grid{grid-template-columns:1fr}}.hero--background{min-height:34rem;padding:0;overflow:hidden;border-bottom:1px solid rgba(255,255,255,6%)}.hero--background::before{background:linear-gradient(90deg,rgba(6,14,28,.96) 0%,rgba(6,14,28,.88) 24%,rgba(6,14,28,.55) 48%,rgba(6,14,28,.22) 70%,rgba(6,14,28,.16) 100%),linear-gradient(180deg,rgba(5,11,22,.18),rgba(5,11,22,.52));z-index:1}.hero-bg-media{position:absolute;inset:0;z-index:0}.hero-bg-media img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.hero-overlay{position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 6% 16%,rgba(47,124,246,.16),transparent 24%),radial-gradient(circle at 96% 6%,rgba(241,76,200,.14),transparent 18%);pointer-events:none}.hero-background-inner{position:relative;z-index:2;min-height:28rem;display:flex;align-items:center}.hero-content--wide{max-width:48rem;padding:4.4rem 0 4rem}.hero--background .eyebrow{color:rgba(228,232,236,.82);margin-bottom:.95rem}.hero--background h1{max-width:30ch;margin-bottom:1rem}.hero--background .hero-copy{max-width:44rem;color:rgba(228,232,236,.92)}@media(max-width:980px){.hero--background,.hero-background-inner{min-height:28rem}.hero-content--wide{max-width:100%;padding:3.5rem 0 3rem}.hero--background::before{background:linear-gradient(180deg,rgba(6,14,28,.84) 0%,rgba(6,14,28,.72) 38%,rgba(6,14,28,.78) 100%)}}