:root{--red:#c8102e;--red-dark:#a00d24;--red-light:#f9e8eb;--blue:#1b4f8a;--blue-light:#e8eff8;--blue-mid:#2d6cb5;--gray-50:#f7f8fa;--gray-100:#f0f1f4;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--border:#e5e7eb;--shadow:0 10px 22px #1118270f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{min-height:100%;color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;font-family:var(--font-sans,ui-sans-serif), system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"}main{display:block}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:96px 0}.section-label{font-family:var(--font-mono,ui-monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--red);align-items:center;gap:10px;margin-bottom:16px;font-size:11px;display:flex}.section-label:after{content:"";background:var(--red);width:40px;height:1px;display:block}.section-heading{color:var(--gray-900);letter-spacing:-.03em;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.12}.section-sub{color:var(--gray-600);max-width:680px;margin-top:16px;font-size:17px;line-height:1.7}.pill-row{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.pill{font-family:var(--font-mono,ui-monospace);letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border);color:var(--gray-600);background:var(--gray-50);border-radius:999px;padding:6px 12px;font-size:11px}nav{z-index:100;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;height:80px;margin:0 auto;padding:0 2rem;display:flex}.logo-wrap{justify-content:center;align-items:center;width:max-content;min-width:0;display:flex}.logo-mark{object-fit:contain;flex-shrink:0;width:auto;height:auto;display:block}.nav-logo{width:148px;max-width:148px}.footer-logo{width:188px;max-width:188px}.nav-toggle{border:1px solid var(--border);width:42px;height:42px;color:var(--gray-900);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;display:none}.nav-toggle:hover{background:var(--gray-50)}.hamburger{width:18px;height:14px;display:block;position:relative}.hamburger span{transform-origin:50%;background:currentColor;border-radius:2px;height:2px;transition:transform .18s,top .18s,opacity .18s;position:absolute;left:0;right:0}.hamburger span:first-child{top:4px}.hamburger span:nth-child(2){top:10px}.nav-toggle.is-open .hamburger span:first-child{top:7px;transform:rotate(45deg)}.nav-toggle.is-open .hamburger span:nth-child(2){top:7px;transform:rotate(-45deg)}.nav-links{align-items:center;gap:2px;list-style:none;display:flex}.nav-links a:not(.btn){color:var(--gray-600);border-radius:999px;padding:9px 14px;font-size:13.5px;font-weight:600;transition:color .15s,background .15s;display:block}.nav-links a:not(.btn):hover,.nav-links a.active:not(.btn){color:var(--red);background:0 0;font-weight:700}.mobile-menu{display:none}.mobile-menu-backdrop{opacity:0;pointer-events:none;background:#1118274d;transition:opacity .2s;position:fixed;inset:0}.mobile-menu-panel{opacity:0;pointer-events:none;background:#fffffffc;border:1px solid #e5e7ebe6;border-radius:24px;max-height:calc(100vh - 100px);padding:18px;transition:opacity .22s,transform .22s;position:fixed;top:88px;left:12px;right:12px;overflow:auto;transform:translateY(-12px)scale(.98);box-shadow:0 28px 64px #11182724}.mobile-menu.open .mobile-menu-backdrop{opacity:1;pointer-events:auto}.mobile-menu.open .mobile-menu-panel{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.mobile-menu-top{justify-content:space-between;align-items:center;gap:16px;padding:4px 4px 14px;display:flex}.mobile-menu-title{font-family:var(--font-mono,ui-monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--gray-400);font-size:11px}.mobile-menu-subtitle{color:var(--gray-600);margin-top:5px;font-size:13px;line-height:1.4}.mobile-menu-links{gap:8px;margin-top:4px;list-style:none;display:grid}.mobile-link{border:1px solid var(--border);background:var(--white);color:var(--gray-900);border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;font-size:15px;font-weight:600;transition:background .15s,border-color .15s;display:flex}.mobile-link:hover{background:var(--gray-50);border-color:#c8102e26}.mobile-link-cta{background:var(--red);border-color:var(--red);color:var(--white)}.mobile-link-cta:hover{background:var(--red-dark);border-color:var(--red-dark)}.mobile-link-cta .mobile-link-title,.mobile-link-cta .mobile-link-note,.mobile-link-cta .mobile-link-arrow{color:var(--white)}.mobile-link-cta .mobile-link-note{opacity:.82}.mobile-link-cta .mobile-link-arrow{background:#ffffff14;border-color:#ffffff3d}.mobile-link-copy{flex-direction:column;gap:3px;display:flex}.mobile-link-title{font-size:16px;font-weight:700;line-height:1.2}.mobile-link-note{color:var(--gray-600);font-size:13px;line-height:1.35}.mobile-link-arrow{border:1px solid var(--border);width:34px;height:34px;color:var(--gray-600);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.mobile-menu-links .btn{width:100%;margin-top:4px}.btn{letter-spacing:.01em;cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 24px;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s,color .16s;display:inline-flex}.btn-primary{background:var(--red);color:#fff;border-color:var(--red);box-shadow:0 4px 14px #c8102e33}.btn-primary:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-1px);box-shadow:0 8px 20px #a00d2440}.btn-secondary{background:var(--white);color:var(--gray-900);border-color:#1118271f}.btn-secondary:hover{background:var(--gray-50);border-color:#11182733;transform:translateY(-1px);box-shadow:0 6px 18px #11182712}.link-arrow{color:var(--gray-900);border-bottom:1px solid #11182726;align-items:center;gap:8px;padding:6px 0;font-size:14px;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.link-arrow:hover{border-color:var(--red);color:var(--red)}.hero{background:var(--white);flex-direction:column;justify-content:center;min-height:calc(100vh - 80px);padding:0;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:64px;padding:96px 0 72px;display:grid}.hero-eyebrow{font-family:var(--font-mono,ui-monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--blue);align-items:center;gap:10px;margin-bottom:24px;font-size:11px;display:flex}.hero-eyebrow:before{content:"";background:var(--blue);width:24px;height:2px;display:block}.hero h1{letter-spacing:-.04em;color:var(--gray-900);margin-bottom:20px;font-size:clamp(38px,5.5vw,64px);font-weight:800;line-height:1.06}.hero h1 em{color:var(--red);font-style:normal}.hero-kicker{font-family:var(--font-mono,ui-monospace);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);margin-bottom:16px;font-size:11.5px}.hero-desc{color:var(--gray-600);max-width:540px;margin-bottom:28px;font-size:17px;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero-stats{border-top:1px solid var(--border);flex-wrap:wrap;gap:36px;margin-top:44px;padding-top:32px;display:flex}.hero-stat-num{color:var(--gray-900);letter-spacing:-.04em;font-size:32px;font-weight:800;line-height:1}.hero-stat-label{color:var(--gray-400);letter-spacing:.02em;margin-top:6px;font-size:12px}.hero-media-card{border:1px solid var(--border);background:var(--white);border-radius:22px;padding:12px;box-shadow:0 20px 48px #11182714}.hero-media-card img{object-fit:cover;border-radius:16px;width:100%;height:340px}.hero-carousel{position:relative;overflow:hidden}.hero-slide{opacity:0;z-index:0;transition:opacity 1.4s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.hero-slide.active{opacity:1;z-index:1}.hero-slide-img{object-fit:cover;object-position:center}.hero-slide-overlay{background:linear-gradient(108deg,#090c12d6 0%,#090c1299 55%,#090c125c 100%);position:absolute;inset:0}.hero-carousel>.container{z-index:2;position:relative}.hero-carousel-body{box-sizing:border-box;flex-direction:column;justify-content:center;min-height:calc(100vh - 80px);padding-top:80px;padding-bottom:100px;display:flex}@keyframes slideTagIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-carousel-tag{font-family:var(--font-mono,ui-monospace);letter-spacing:.18em;text-transform:uppercase;color:#ffffff7a;align-items:center;gap:8px;margin-bottom:22px;font-size:11px;animation:.45s both slideTagIn;display:flex}.hero-carousel-tag-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero-eyebrow-light{font-family:var(--font-mono,ui-monospace);letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;align-items:center;gap:10px;margin-bottom:22px;font-size:11px;display:flex}.hero-eyebrow-light:before{content:"";background:#ffffff59;width:24px;height:2px;display:block}.hero-carousel-h1{letter-spacing:-.04em;color:#fff;margin-bottom:18px;font-size:clamp(38px,5.8vw,70px);font-weight:900;line-height:1.04}.hero-carousel-h1 em{color:var(--red);font-style:normal}.hero-br{display:block}.hero-carousel-kicker{font-family:var(--font-mono,ui-monospace);letter-spacing:.13em;text-transform:uppercase;color:#ffffff61;margin-bottom:16px;font-size:11.5px}.hero-carousel-desc{color:#ffffff8a;max-width:520px;margin-top:20px;margin-bottom:0;font-size:16px;line-height:1.72}.hero-actions-dark{margin-top:36px!important}.btn-white{color:var(--gray-900);background:#fff;border-color:#fff}.btn-white:hover{color:var(--gray-900);background:#ffffffe6;border-color:#ffffffe6}.btn-ghost-white{color:#fff;background:#ffffff14;border:1.5px solid #ffffff47}.btn-ghost-white:hover{color:#fff;background:#ffffff29;border-color:#ffffff80}.hero-stats-light{margin-top:44px;border-top-color:#ffffff1a!important}.hero-stats-light .hero-stat-num{color:#fff!important}.hero-stats-light .hero-stat-label{color:#ffffff61!important}.hero-carousel-nav{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#090c1259;border-top:1px solid #ffffff1a;padding:14px 0;position:absolute;bottom:0;left:0;right:0}.hero-carousel-nav-inner{justify-content:space-between;align-items:center;display:flex}.hero-carousel-dots{align-items:center;gap:8px;display:flex}.hero-cdot{cursor:pointer;background:#ffffff47;border:none;border-radius:999px;width:8px;height:8px;padding:0;transition:background .25s,width .25s}.hero-cdot.active{background:#fff;width:28px}.hero-carousel-count{font-family:var(--font-mono,ui-monospace);align-items:center;gap:5px;font-size:11px;display:flex}.hcc-active{color:#fff;font-weight:700}.hcc-sep{color:#ffffff40}.hcc-total{color:#ffffff4d}@media (max-width:640px){.hero-carousel-body{padding-top:48px;padding-bottom:64px}.hero-carousel-h1{font-size:clamp(32px,8vw,46px)}}.media-frame{border:1px solid var(--border);background:var(--gray-50);border-radius:18px;overflow:hidden}.media-frame img{object-fit:cover;width:100%;height:100%}.page-hero{background-position:50%;background-size:cover;padding:0;position:relative;overflow:hidden}.page-hero:before{content:"";background:#0b0e13b8;position:absolute;inset:0}.page-hero-inner{z-index:1;padding:100px 0 68px;position:relative}.page-hero-inner .section-label{color:#f87171}.page-hero-inner .section-label:after{background:#f87171}.page-hero-inner .section-heading,.page-hero-inner h1{color:#fff}.page-hero-inner .section-sub{color:#ffffffc7}.page-hero-inner .breadcrumbs{color:#ffffff73}.page-hero-inner .breadcrumbs a{color:#ffffffa6}.page-hero-inner .breadcrumbs a:hover{color:#fffffff2}.page-hero-inner .breadcrumbs span{color:#fff6}.page-hero-inner .pill{color:#ffffffd9;background:#ffffff1a;border-color:#fff3}.page-hero-inner .btn-primary{background:var(--red);color:#fff;border-color:var(--red)}.page-hero-inner .btn-secondary{color:#fff;background:#ffffff1a;border-color:#ffffff40}.page-hero-inner .btn-secondary:hover{background:#ffffff2e}.breadcrumbs{font-family:var(--font-mono,ui-monospace);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);flex-wrap:wrap;align-items:center;gap:10px;font-size:11px;display:flex}.breadcrumbs a{color:var(--gray-600);transition:color .15s}.breadcrumbs a:hover{color:var(--gray-900)}.grid-2{grid-template-columns:1fr 1fr;gap:24px;margin-top:48px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.why-editorial{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:40px;margin-top:44px;display:grid}.why-editorial-copy{flex-direction:column;align-items:flex-start;display:flex}.why-text-list{flex-direction:column;gap:24px;display:flex}.why-text-item{border-bottom:1px solid #e5e7ebe6;padding-bottom:20px}.why-text-item:last-child{border-bottom:0;padding-bottom:0}.why-text-item h3{letter-spacing:-.02em;color:var(--gray-900);font-size:21px;font-weight:700;line-height:1.2}.why-text-item p{color:var(--gray-600);max-width:56ch;margin-top:10px;font-size:15px;line-height:1.7}.why-editorial-copy .btn{margin-top:28px}.why-mobile-carousel{display:none}.why-editorial-visuals{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:14px;display:grid}.why-image{background:#dbe4ea;border:1px solid #e5e7ebe6;border-radius:24px;overflow:hidden}.why-image img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.why-image-large{height:460px}.why-image-small{min-height:0}.why-image-grid{grid-template-rows:1fr 1fr;gap:14px;height:460px;display:grid}.purpose-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:44px;margin-top:44px;display:grid}.purpose-intro{position:sticky;top:108px}.purpose-kicker{min-height:32px;color:var(--red);font-family:var(--font-mono,ui-monospace);letter-spacing:.12em;text-transform:uppercase;background:#c8102e14;border-radius:999px;align-items:center;padding:0 12px;font-size:10px;font-weight:700;display:inline-flex}.purpose-lead{letter-spacing:-.03em;color:var(--gray-900);max-width:16ch;margin-top:18px;font-size:clamp(22px,3vw,34px);font-weight:700;line-height:1.25}.purpose-statements{border-top:1px solid #e5e7ebe6;flex-direction:column;gap:0;display:flex}.purpose-item{border-bottom:1px solid #e5e7ebe6;padding:26px 0}.purpose-item h3{letter-spacing:-.02em;color:var(--gray-900);font-size:24px;font-weight:700;line-height:1.2}.purpose-item p{max-width:58ch;color:var(--gray-600);margin-top:12px;font-size:15px;line-height:1.7}.services-accordion{display:none}.card{background:var(--white);border:1px solid #e5e7ebe6;border-radius:20px;padding:28px 26px;transition:border-color .2s,box-shadow .2s,transform .2s;position:relative}.card:hover{border-color:#c8102e33;transform:translateY(-2px);box-shadow:0 12px 32px #11182714}.icon-wrap{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:inline-flex}.icon-wrap-red{color:var(--red);background:#c8102e14;border:1px solid #c8102e1f}.icon-wrap-blue{color:var(--blue);background:#1b4f8a14;border:1px solid #1b4f8a1f}.icon-wrap-dark{background:var(--gray-900);color:#fff}.feature-icon{border:1px solid var(--border);width:42px;height:42px;color:var(--red);background:var(--gray-50);border-radius:14px;justify-content:center;align-items:center;margin-bottom:14px;display:inline-flex}.card-tag{font-family:var(--font-mono,ui-monospace);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);margin-bottom:12px;font-size:10px;display:block}.card h3,.card h4{color:var(--gray-900);letter-spacing:-.015em;line-height:1.25}.card h3{margin-bottom:10px;font-size:18px;font-weight:700}.card p{color:var(--gray-600);font-size:14.5px;line-height:1.65}.card-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.company-hub{background:var(--white);border:1px solid #e5e7ebe6;border-radius:28px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:44px;display:grid;overflow:hidden}.company-panel{border-right:1px solid #e5e7ebe6;flex-direction:column;min-width:0;min-height:100%;padding:28px 24px 24px;transition:background .18s,transform .18s;display:flex}.company-panel:last-child{border-right:0}.company-panel:hover{background:#fafbfc}.company-panel-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.company-panel-icon{width:46px;height:46px;color:var(--red);background:#c8102e0f;border:1px solid #c8102e24;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.company-logo-slot{background:#fff;border:1px solid #11182714;border-radius:18px;justify-content:center;align-items:center;min-width:112px;min-height:90px;padding:12px 16px;display:flex}.company-logo-slot img{mix-blend-mode:multiply;object-fit:contain}.company-logo-mark{letter-spacing:-.04em;color:var(--gray-900);font-size:24px;font-weight:700}.company-logo-note{font-family:var(--font-mono,ui-monospace);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);font-size:10px}.company-panel h3{letter-spacing:-.02em;font-size:19px;font-weight:800;line-height:1.2}.company-panel p{color:var(--gray-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:10px;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.company-strip{background:#0d1723;border:1px solid #e5e7ebe6;border-radius:30px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;min-height:480px;margin-top:44px;display:grid;overflow:hidden}.company-slice{min-height:480px;color:var(--white);isolation:isolate;align-items:flex-end;padding:28px 24px;display:flex;position:relative;overflow:hidden}.company-slice:after{content:"";z-index:3;background:linear-gradient(#ffffff57 0%,#ffffff14 100%);width:48px;height:124%;position:absolute;top:-12%;right:-20px;transform:rotate(12deg)}.company-slice:last-child:after{display:none}.company-slice-bg,.company-slice-shade{transition:transform .7s,opacity .35s;position:absolute;inset:0}.company-slice-bg{background-image:var(--company-image);background-position:50%;background-size:cover;transform:scale(1.02)}.company-slice-shade{background:linear-gradient(#080f1a24 0%,#080f1a80 48%,#080f1ae0 100%)}.company-slice-content{z-index:2;flex-direction:column;align-items:flex-start;gap:12px;width:100%;display:flex;position:relative}.company-slice-topline{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.company-slice-mark,.company-slice-tag{min-height:30px;font-family:var(--font-mono,ui-monospace);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;align-items:center;font-size:10px;display:inline-flex}.company-slice-mark{background:#ffffff2e;border:1px solid #fff3;padding:0 10px}.company-slice-tag{background:#c8102e2e;border:1px solid #ffffff29;padding:0 12px}.company-slice-title{letter-spacing:-.03em;max-width:10ch;font-size:clamp(22px,2vw,28px);line-height:1.08}.company-slice-copy,.company-slice-read{opacity:0;transition:opacity .28s,transform .4s cubic-bezier(.22,1,.36,1);transform:translateY(18px)}.company-slice-copy{color:#ffffffdb;max-width:25ch;font-size:14px;line-height:1.65}.company-slice-read{letter-spacing:.02em;align-items:center;gap:8px;margin-top:4px;font-size:13px;font-weight:700;display:inline-flex}.company-slice:hover .company-slice-bg,.company-slice:focus-visible .company-slice-bg{transform:scale(1.08)}.company-slice:hover .company-slice-shade,.company-slice:focus-visible .company-slice-shade{background:linear-gradient(#080f1a0f 0%,#080f1a5c 46%,#080f1ad1 100%)}.company-slice:hover .company-slice-copy,.company-slice:hover .company-slice-read,.company-slice:focus-visible .company-slice-copy,.company-slice:focus-visible .company-slice-read{opacity:1;transform:translateY(0)}.company-slice:focus-visible{outline-offset:-2px;outline:2px solid #ffffffdb}.company-link{color:var(--gray-900);align-items:center;gap:8px;margin-top:18px;font-size:14px;font-weight:700;transition:color .15s,gap .15s;display:inline-flex}.company-link:hover{color:var(--red);gap:10px}.card-list{flex-direction:column;gap:8px;margin-top:14px;list-style:none;display:flex}.card-list li{color:var(--gray-600);align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.5;display:flex}.card-list li:before{content:"";background:#c8102e59;flex-shrink:0;width:16px;min-width:16px;height:1px;margin-top:9px}.product-list{border-top:1px solid var(--gray-200);flex-direction:column;margin-top:8px;display:flex}.product-list-item{border-bottom:1px solid var(--gray-200);border-radius:4px;grid-template-columns:48px 1fr 52px;align-items:start;gap:28px;padding:28px 0;transition:background .18s;display:grid}.product-list-item:hover{background:var(--gray-50);margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}.product-list-num{font-family:var(--font-mono,ui-monospace);letter-spacing:.14em;color:var(--red);padding-top:3px;font-size:11px;font-weight:700}.product-list-body{flex-direction:column;gap:8px;display:flex}.product-list-title{color:var(--gray-900);margin:0;font-size:17px;font-weight:700;line-height:1.3}.product-list-desc{color:var(--gray-600);margin:0;font-size:14.5px;line-height:1.72}.product-list-icon{background:var(--red-light);width:44px;height:44px;color:var(--red);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (max-width:600px){.product-list-item{grid-template-columns:36px 1fr}.product-list-icon{display:none}}.phase-number{font-family:var(--font-mono,ui-monospace);letter-spacing:.14em;color:#fff;background:var(--gray-900);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:18px;font-size:11px;font-weight:700;display:inline-flex}.phase-number-red{background:var(--red)}.industry-icon{color:var(--red);margin-bottom:16px;display:block}.stat-bar{border:1px solid var(--border);border-radius:20px;gap:0;margin-top:48px;display:flex;overflow:hidden}.stat-bar-item{border-right:1px solid var(--border);text-align:center;flex:1;padding:28px 24px}.stat-bar-item:last-child{border-right:none}.stat-bar-num{color:var(--gray-900);letter-spacing:-.04em;font-size:36px;font-weight:800;line-height:1;display:block}.stat-bar-label{color:var(--gray-400);letter-spacing:.04em;margin-top:6px;font-size:12px;display:block}.team-showcase-head{margin-bottom:22px}.team-showcase-label{font-family:var(--font-mono,ui-monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--red);font-size:11px;font-weight:700}.team-showcase-copy{max-width:560px;color:var(--gray-600);margin-top:10px;font-size:14px;line-height:1.6}.team-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.team-marquee-track{align-items:stretch;gap:16px;width:max-content;animation:30s linear infinite team-marquee-loop;display:flex}.team-marquee:hover .team-marquee-track{animation-play-state:paused}@keyframes team-marquee-loop{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}.member-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e5e7ebf2;border-radius:22px;flex-direction:column;flex-shrink:0;width:clamp(168px,18vw,214px);transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;overflow:hidden}.member-showcase-card{position:relative}.member-card:hover{border-color:#c8102e24;transform:translateY(-4px);box-shadow:0 18px 42px #11182714}.member-photo-wrap{aspect-ratio:1;background:#eef2f6;width:100%;position:relative;overflow:hidden}.member-photo{object-fit:cover;object-position:top center}.member-body{background:0 0;padding:14px 14px 16px}.member-chip{min-height:24px;color:var(--red);font-family:var(--font-mono,ui-monospace);letter-spacing:.11em;text-transform:uppercase;background:#c8102e14;border-radius:999px;align-items:center;padding:0 9px;font-size:8px;font-weight:700;display:inline-flex}.member-name{color:var(--gray-900);letter-spacing:-.015em;margin-top:12px;font-size:16px;font-weight:700;line-height:1.24}.member-role{color:var(--gray-600);letter-spacing:.1em;text-transform:uppercase;margin-top:8px;font-size:10px;font-weight:700;line-height:1.45}.team-showcase{margin-top:56px}.team-showcase-stage{background:var(--gray-900);border-radius:24px;grid-template-columns:1fr 340px;height:453px;display:grid;overflow:hidden}.team-showcase-info{background:var(--gray-900);flex-direction:column;justify-content:space-between;padding:32px 32px 28px;display:flex;position:relative;overflow:hidden}.team-badge{font-family:var(--font-mono,ui-monospace);letter-spacing:.18em;text-transform:uppercase;color:var(--red);align-items:center;gap:8px;font-size:10px;display:flex}.team-badge:before{content:"";background:var(--red);width:16px;height:2px;display:block}.team-info-body{z-index:1;flex-direction:column;flex:1;justify-content:flex-end;padding-bottom:20px;display:flex;position:relative}.team-info-name{color:#fff;letter-spacing:-.04em;margin-bottom:10px;font-size:clamp(22px,2.3vw,32px);font-weight:900;line-height:1.1}.team-info-role{color:#ffffffa6;margin-bottom:6px;font-size:13px;font-weight:500;line-height:1.5}.team-info-company{font-family:var(--font-mono,ui-monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--red);font-size:10px;line-height:1.6}.team-info-foot{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.team-info-counter{font-family:var(--font-mono,ui-monospace);align-items:center;gap:4px;font-size:12px;display:flex}.team-info-counter-active{color:#fff;font-weight:700}.team-info-counter-sep{color:#fff3}.team-info-counter-total{color:#ffffff4d}.team-info-arrows{gap:8px;display:flex}.team-info-arrow{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,border-color .2s;display:flex}.team-info-arrow:hover{background:var(--red);border-color:var(--red)}.team-info-watermark{color:#fff;opacity:.04;letter-spacing:-.06em;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:152px;font-weight:900;line-height:1;font-family:var(--font-sans,ui-sans-serif);transition:opacity .3s;position:absolute;bottom:-18px;right:-6px}.team-showcase-photos{border-radius:14px;margin:14px 14px 14px 8px;position:relative;overflow:hidden}.team-photo-slide{opacity:0;transition:opacity .7s;position:absolute;inset:0}.team-photo-slide.active{opacity:1}.team-photo-img{object-fit:cover;object-position:center 25%}.team-thumb-strip{scrollbar-width:none;gap:8px;margin-top:10px;padding-bottom:4px;display:flex;overflow-x:auto}.team-thumb-strip::-webkit-scrollbar{display:none}.team-thumb{cursor:pointer;background:var(--gray-100);filter:grayscale(55%)brightness(.88);border:2px solid #0000;border-radius:12px;flex-shrink:0;width:64px;height:64px;padding:0;transition:filter .25s,border-color .25s,transform .2s;position:relative;overflow:hidden}.team-thumb:hover{filter:none;transform:translateY(-2px)}.team-thumb.active{border-color:var(--red);filter:none}.team-thumb-img{object-fit:cover;object-position:center 20%}.team-bento{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:48px;display:grid}.team-bento-card{background:#1c2130;border-radius:22px;min-height:300px;position:relative;overflow:hidden}.team-bento-card.team-bento-featured{grid-column:span 2;min-height:460px}.team-bento-img{object-fit:cover;object-position:top center}.team-bento-overlay{background:linear-gradient(#0000 0%,#00000038 50%,#000000db 100%);position:absolute;inset:0}.team-bento-info{padding:20px 22px;position:absolute;bottom:0;left:0;right:0}.team-bento-num{font-family:var(--font-mono,ui-monospace);letter-spacing:.14em;color:var(--red);margin-bottom:6px;font-size:10px}.team-bento-name{color:#fff;letter-spacing:-.02em;font-size:16px;font-weight:700;line-height:1.25}.team-bento-featured .team-bento-name{font-size:22px}.team-bento-role{color:#ffffff94;letter-spacing:.01em;margin-top:3px;font-size:11.5px}.industry-list{margin-top:72px}.industry-item{border-bottom:1px solid var(--border);grid-template-columns:1fr 1.1fr;align-items:center;gap:64px;padding:80px 0;display:grid;position:relative}.industry-item:first-child{padding-top:0}.industry-item:last-child{border-bottom:0;padding-bottom:0}.industry-item-flip .industry-item-text{order:2}.industry-item-flip .industry-item-photo{order:1}.industry-item-text{z-index:1;position:relative}.industry-item-num{font-family:var(--font-mono,ui-monospace);letter-spacing:-.06em;color:#1118270d;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:0;font-size:96px;font-weight:800;line-height:1;position:absolute;top:-28px;right:-8px}.industry-item-flip .industry-item-num{left:-8px;right:auto}.industry-item-icon{z-index:1;position:relative}.industry-item-tag{font-family:var(--font-mono,ui-monospace);letter-spacing:.15em;text-transform:uppercase;color:var(--red);z-index:1;margin-top:16px;margin-bottom:10px;font-size:10px;position:relative}.industry-item-heading{color:var(--gray-900);letter-spacing:-.03em;z-index:1;font-size:30px;font-weight:800;line-height:1.2;position:relative}.industry-item-desc{color:var(--gray-600);z-index:1;max-width:44ch;margin-top:14px;font-size:15px;line-height:1.75;position:relative}.industry-item-photo{aspect-ratio:4/3;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 8px 40px #11182721,0 2px 8px #11182712}.industry-item-img{object-fit:cover;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.industry-item:hover .industry-item-img{transform:scale(1.04)}.svc-logo{object-fit:contain;object-position:left center;mix-blend-mode:multiply;width:auto;max-width:160px;height:auto;max-height:40px;margin-bottom:4px}.svc-caps-inline{flex-direction:column;gap:7px;margin:18px 0 0;padding:0;list-style:none;display:flex}.svc-caps-inline li{color:var(--gray-600);align-items:center;gap:8px;font-size:13px;display:flex}.svc-caps-inline li:before{content:"";background:var(--red);border-radius:50%;flex-shrink:0;width:5px;height:5px}.project-cats{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;margin-top:48px;display:grid}.project-cat{border-bottom:1px solid var(--border);grid-template-columns:36px 1fr;align-items:start;gap:14px;padding:28px 0;display:grid}.project-cat:nth-child(odd){border-right:1px solid var(--border);padding-right:36px}.project-cat:nth-child(2n){padding-left:36px}.project-cat:last-child,.project-cat:nth-last-child(2):nth-child(odd){border-bottom:0}.project-cat:last-child:nth-child(odd){border-right:0;padding-right:0}.project-cat-num{font-family:var(--font-mono,ui-monospace);letter-spacing:.1em;color:var(--red);padding-top:3px;font-size:10px;font-weight:700}.project-cat h3{color:var(--gray-900);letter-spacing:-.015em;margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.3}.project-cat p{color:var(--gray-500);margin:0;font-size:13.5px;line-height:1.65}.gallery-strip{grid-template-rows:200px 200px;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:48px;display:grid}.gallery-strip-item{border-radius:16px;position:relative;overflow:hidden}.gallery-strip-item:first-child{border-radius:20px;grid-row:span 2}.gallery-strip-img{object-fit:cover;transition:transform .6s}.gallery-strip-item:hover .gallery-strip-img{transform:scale(1.05)}.gallery-strip-caption{color:#ffffffe6;letter-spacing:.01em;background:linear-gradient(#0000 0%,#000000b3 100%);padding:10px 14px;font-size:11.5px;font-weight:500;position:absolute;bottom:0;left:0;right:0}.strength-list{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;margin-top:48px;display:grid}.strength-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:18px;padding:28px 0;display:flex}.strength-item:nth-child(odd){border-right:1px solid var(--border);padding-right:36px}.strength-item:nth-child(2n){padding-left:36px}.strength-item:last-child,.strength-item:nth-last-child(2):nth-child(odd){border-bottom:0}.strength-item:last-child:nth-child(odd){border-right:0;padding-right:0}.strength-num{font-family:var(--font-mono,ui-monospace);letter-spacing:.1em;color:var(--red);flex-shrink:0;width:24px;padding-top:4px;font-size:10px;font-weight:700}.strength-title{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:6px;font-size:16px;font-weight:700;line-height:1.3}.strength-desc{color:var(--gray-500);font-size:13.5px;line-height:1.65}@media (max-width:768px){.team-showcase-stage{border-radius:18px;grid-template-rows:auto auto;grid-template-columns:1fr;height:auto}.team-showcase-info{border-radius:14px;order:2;margin:0 14px 14px;padding:28px 24px 24px}.team-showcase-photos{aspect-ratio:3/4;border-radius:14px;order:1;margin:14px 14px 8px}.team-thumb{width:60px;height:60px}.team-thumb-strip{flex-wrap:wrap;justify-content:center;overflow-x:visible}}.purpose-pullquote-grid{grid-template-columns:1fr 1fr;margin-top:64px;display:grid}.purpose-pullquote-item{padding:0 56px 0 0;position:relative;overflow:hidden}.purpose-pullquote-item+.purpose-pullquote-item{border-left:1px solid #ffffff14;padding:0 0 0 56px}.purpose-pullquote-watermark{color:#fff;opacity:.03;letter-spacing:-.06em;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:220px;font-weight:900;line-height:1;position:absolute;top:-32px;right:-16px}.purpose-pullquote-label{font-family:var(--font-mono,ui-monospace);letter-spacing:.18em;text-transform:uppercase;color:var(--red);align-items:center;gap:10px;margin-bottom:28px;font-size:10px;display:flex}.purpose-pullquote-label:before{content:"";background:var(--red);flex-shrink:0;width:20px;height:2px;display:block}.purpose-pullquote-text{color:#fff;letter-spacing:-.03em;z-index:1;max-width:480px;font-size:clamp(20px,2.2vw,30px);font-weight:800;line-height:1.35;position:relative}@media (max-width:760px){.purpose-pullquote-grid{grid-template-columns:1fr;gap:52px}.purpose-pullquote-item{padding:0}.purpose-pullquote-item+.purpose-pullquote-item{border-top:1px solid #ffffff14;border-left:none;padding:52px 0 0}.purpose-pullquote-watermark{display:none}}.contact-bg{background:var(--gray-900)}.contact-bg .section-label{color:#f87171}.contact-bg .section-label:after{background:#f87171}.contact-bg .section-heading{color:#fff}.contact-bg .section-sub{color:#9ca3af}.contact-grid{grid-template-columns:1fr 1.2fr;gap:64px;margin-top:48px;display:grid}.contact-info h4{letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:20px;font-size:11px;font-weight:700}.contact-info-items{flex-direction:column;gap:22px;display:flex}.contact-info-item{align-items:flex-start;gap:16px;display:flex}.contact-icon{color:#9ca3af;background:#ffffff0f;border:1px solid #ffffff17;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.contact-info-item strong{color:#fff;margin-bottom:4px;font-size:14px;font-weight:600;display:block}.contact-info-item span{color:#6b7280;font-size:13.5px;line-height:1.55}.contact-info-item span a{color:#9ca3af;transition:color .15s}.contact-info-item span a:hover{color:#d1d5db}.contact-form{flex-direction:column;gap:14px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);font-size:11.5px;font-weight:700}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-200);color:var(--foreground);background:#fff;border-radius:12px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-400)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--red);background:#fff}.form-group select{cursor:pointer}.form-group select option{color:var(--foreground);background:#fff}.select-wrap{position:relative}.select-button{text-align:left;border:1px solid var(--gray-200);width:100%;color:var(--foreground);cursor:pointer;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:14px;transition:border-color .15s;display:flex}.select-button:focus{border-color:var(--red);outline:none}.select-value{color:var(--foreground)}.select-placeholder{color:var(--gray-400)}.form-error{color:var(--red);letter-spacing:.01em;margin-top:2px;font-size:11.5px;font-weight:500}.select-list{border:1px solid var(--gray-200);z-index:20;background:#fff;border-radius:14px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 8px 24px #0000001a}.select-item{text-align:left;width:100%;color:var(--gray-700);cursor:pointer;background:0 0;border:0;border-radius:10px;padding:10px 12px;font-size:14px;transition:background .12s}.select-item:hover{background:var(--gray-100)}.select-item[aria-selected=true]{color:var(--red);background:#c8102e14;font-weight:600}footer{background:#0b0e13;border-top:1px solid #ffffff0f}.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:60px;padding:72px 0 52px;display:grid}.footer-brand{flex-direction:column;align-items:flex-start;display:flex}.footer-brand p{color:#6b7280;max-width:380px;margin-top:22px;font-size:14px;line-height:1.7}.footer-col h5{letter-spacing:.12em;text-transform:uppercase;color:#4b5563;margin-bottom:20px;font-size:11px;font-weight:700}.footer-col ul{flex-direction:column;gap:11px;list-style:none;display:flex}.footer-col ul li a,.footer-col ul li span{color:#6b7280;font-size:14px;transition:color .15s}.footer-col ul li a:hover{color:#d1d5db}.footer-bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding:24px 0;display:flex}.footer-bottom p{color:#4b5563;font-size:13px}.footer-bottom-links{flex-wrap:wrap;gap:20px;list-style:none;display:flex}.footer-bottom-links a{color:#4b5563;font-size:13px;transition:color .15s}.footer-bottom-links a:hover{color:#9ca3af}.gallery-img{object-fit:cover;border:1px solid var(--border);border-radius:14px;width:100%;height:200px;margin-bottom:16px;display:block}.services-layout-card{align-items:stretch;gap:0;padding:0;display:grid;overflow:hidden}.svc-list{border-top:1px solid var(--gray-200);margin-top:56px}.svc-item{border-bottom:1px solid var(--gray-200);grid-template-columns:64px 1fr auto;align-items:start;gap:40px;padding:44px 0;display:grid}.svc-num{font-family:var(--font-mono,ui-monospace);color:var(--red);letter-spacing:-.02em;padding-top:4px;font-size:30px;font-weight:700;line-height:1}.svc-tag{font-family:var(--font-mono,ui-monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--gray-500);margin-bottom:10px;font-size:10px;display:block}.svc-name{letter-spacing:-.03em;color:var(--foreground);margin-bottom:12px;font-size:clamp(18px,2vw,24px);font-weight:800}.svc-desc{color:var(--gray-600);max-width:580px;margin-bottom:20px;font-size:15px;line-height:1.7}.svc-caps{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.svc-caps li{font-family:var(--font-mono,ui-monospace);letter-spacing:.08em;text-transform:uppercase;color:var(--gray-600);background:var(--gray-100);border-radius:4px;padding:5px 10px;font-size:10.5px}.svc-cta{color:var(--foreground);white-space:nowrap;align-items:center;gap:7px;padding-top:4px;font-size:13px;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.svc-cta:hover{color:var(--red)}@media (max-width:1100px){.nav-toggle{display:inline-flex}.nav-inner{position:relative}.nav-links{display:none}.mobile-menu{display:block}}@media (max-width:1024px){.container{padding:0 1.5rem}.hero-grid{grid-template-columns:1fr;gap:44px}.hero-visual{display:none}.grid-3{grid-template-columns:1fr 1fr}.grid-2,.contact-grid{grid-template-columns:1fr;gap:24px}.why-editorial{grid-template-columns:1fr;gap:28px}.purpose-layout{grid-template-columns:1fr;gap:24px}.purpose-intro{position:static}.purpose-lead{max-width:22ch}.why-editorial-visuals{grid-template-columns:1fr 1fr}.why-image-grid,.why-image-large,.why-image-small{min-height:320px}.stat-bar{flex-wrap:wrap}.stat-bar-item{border-right:0;border-bottom:1px solid var(--border);flex:0 0 50%}.stat-bar-item:nth-child(odd){border-right:1px solid var(--border)}.footer-bottom{flex-direction:column;align-items:flex-start}}.contact-main-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:64px;display:grid}@media (max-width:900px){.contact-main-grid{grid-template-columns:1fr;gap:40px}}.contact-page-grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:56px;display:grid}@media (max-width:860px){.contact-page-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){.contact-info-strip{grid-template-columns:repeat(2,1fr)!important}.contact-info-strip>div{border-bottom:1px solid #ffffff14;border-right:none!important}}@media (max-width:380px){.contact-info-strip{grid-template-columns:1fr!important}}@media (max-width:860px){.services-layout-card{grid-template-columns:1fr!important}.services-layout-card>div:last-child,.services-layout-card>div:first-child{order:-1;height:220px!important;min-height:unset!important}}@media (max-width:768px){.container{padding:0 1.1rem}section{padding:72px 0}.mobile-menu-panel{top:80px}.page-hero-inner{padding:80px 0 52px}.hero h1,.section-heading{max-width:100%}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn,.contact-form .btn,.mobile-menu-links .btn{width:100%}.form-row,.grid-3{grid-template-columns:1fr}.why-editorial-visuals{display:none}.why-mobile-carousel{border-radius:20px;height:260px;margin-top:28px;display:block;position:relative;overflow:hidden}.why-mobile-slide{opacity:0;transition:opacity .7s;position:absolute;inset:0}.why-mobile-slide.active{opacity:1}.why-mobile-dots{z-index:2;gap:7px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.why-mobile-dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .2s}.why-mobile-dot.active{background:#fff}.why-text-list{grid-template-columns:1fr 1fr;gap:20px;display:grid}.why-text-item{border-bottom:0;padding-bottom:0}.why-image-grid{height:auto;min-height:0}.team-bento{grid-template-columns:repeat(2,1fr)}.team-bento-card.team-bento-featured{grid-column:span 2;min-height:340px}.team-bento-card{min-height:220px}.industry-item{grid-template-columns:1fr;gap:28px;padding:48px 0}.industry-item-flip .industry-item-text,.industry-item-flip .industry-item-photo{order:0}.industry-item-photo{aspect-ratio:16/9}.industry-item-num{font-size:64px;top:-18px;right:0}.industry-item-flip .industry-item-num{left:0}.industry-item-heading{font-size:22px}.project-cats{grid-template-columns:1fr}.project-cat:nth-child(odd){border-right:0;padding-right:0}.project-cat:nth-child(2n){padding-left:0}.project-cat:nth-last-child(2):nth-child(odd){border-bottom:1px solid var(--border)}.project-cat:last-child{border-bottom:0}.gallery-strip{-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-rows:auto;grid-template-columns:1fr;gap:10px;display:flex;overflow-x:auto}.gallery-strip::-webkit-scrollbar{display:none}.gallery-strip-item{border-radius:16px;flex-shrink:0;min-width:78vw;height:220px}.gallery-strip-item:first-child{grid-row:auto}.media-gallery{-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;gap:10px;overflow-x:auto;display:flex!important}.media-gallery::-webkit-scrollbar{display:none}.media-gallery .media-frame{flex-shrink:0;min-width:78vw}.strength-list{grid-template-columns:1fr}.strength-item:nth-child(odd){border-right:0;padding-right:0}.strength-item:nth-child(2n){padding-left:0}.strength-item:nth-last-child(2):nth-child(odd){border-bottom:1px solid var(--border)}.purpose-lead{max-width:100%;font-size:24px}.services-desktop{display:none}.services-accordion{margin-top:32px;display:block}.accordion-item{border:1px solid var(--border);background:var(--white);border-radius:18px;overflow:hidden}.accordion-item+.accordion-item{margin-top:10px}.accordion-trigger{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px;display:flex}.accordion-title-wrap{flex-direction:column;gap:5px;display:flex}.accordion-title{color:var(--gray-900);font-size:17px;font-weight:700;line-height:1.3}.accordion-icon{border:1px solid var(--border);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .18s;display:inline-flex}.accordion-item.open .accordion-icon{transform:rotate(180deg)}.accordion-panel{padding:0 18px 18px}.accordion-panel p{color:var(--gray-600);font-size:14.5px;line-height:1.65}.team-showcase-head,.company-card-top,.team-showcase-head{flex-direction:column;align-items:flex-start}.company-hub{grid-template-columns:repeat(2,minmax(0,1fr))}.company-panel:nth-child(2n){border-right:0}.company-panel:nth-child(-n+2){border-bottom:1px solid #e5e7ebe6}.company-logo-slot{width:100%}.footer-inner{grid-template-columns:1fr;gap:36px}}@media (max-width:520px){.logo-wrap{gap:0;min-width:0}.nav-inner{height:72px;padding:0 1rem}.nav-logo{width:120px;max-width:120px}.footer-logo{width:156px;max-width:156px}.hero{min-height:calc(100vh - 72px)}.hero-grid{gap:28px;padding:68px 0 48px}.hero-desc,.section-sub,.hero-kicker{font-size:15.5px}.hero-stats{gap:22px}.hero-stat-num{font-size:26px}.pill-row{gap:6px}.pill{padding:5px 10px;font-size:10px}.mobile-menu-panel{border-radius:20px;padding:16px;top:82px;left:10px;right:10px}.mobile-link{padding:14px 16px}.mobile-link-title{font-size:15px}.member-card{border-radius:20px;width:min(72vw,210px)}.company-logo-slot{min-width:0}.company-hub{grid-template-columns:1fr}.company-panel{border-bottom:1px solid #e5e7ebe6;border-right:0;padding:22px 18px 20px}.company-panel:last-child{border-bottom:0}.company-panel-head{align-items:center}.card{border-radius:16px;padding:22px 18px}.team-bento{grid-template-columns:1fr}.team-bento-card.team-bento-featured{grid-column:span 1;min-height:320px}.svc-item{grid-template-columns:44px 1fr;gap:20px;padding:32px 0}.svc-num{font-size:22px}.svc-cta{grid-column:2;margin-top:16px}.svc-caps li{font-size:10px}}
@font-face{font-family:Red Hat Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/43145459071bf43f-s.3iy0uhsrxdetc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8780dfd0812b997c-s.p.37az_hml-lcqo.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/43145459071bf43f-s.3iy0uhsrxdetc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8780dfd0812b997c-s.p.37az_hml-lcqo.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/43145459071bf43f-s.3iy0uhsrxdetc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/8780dfd0812b997c-s.p.37az_hml-lcqo.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/43145459071bf43f-s.3iy0uhsrxdetc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8780dfd0812b997c-s.p.37az_hml-lcqo.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:800;font-display:swap;src:url(../media/43145459071bf43f-s.3iy0uhsrxdetc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:800;font-display:swap;src:url(../media/8780dfd0812b997c-s.p.37az_hml-lcqo.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:900;font-display:swap;src:url(../media/43145459071bf43f-s.3iy0uhsrxdetc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:900;font-display:swap;src:url(../media/8780dfd0812b997c-s.p.37az_hml-lcqo.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Red Hat Display Fallback;src:local(Arial);ascent-override:102.68%;descent-override:30.76%;line-gap-override:0.0%;size-adjust:99.15%}.red_hat_display_696cd52a-module__IOHxlq__className{font-family:Red Hat Display,Red Hat Display Fallback;font-style:normal}.red_hat_display_696cd52a-module__IOHxlq__variable{--font-sans:"Red Hat Display", "Red Hat Display Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/04c5164763c40239-s.1kd-r_s9smv5m.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/26f284dcc38c84c0-s.3hlisc-pwq13z.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7e7f32a39836f228-s.0-oo9_1x_xmvg.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fa39153a3fc630ba-s.36fqqi66-3tjb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6a5386fd6038edbe-s.3_z45zcoc-xoz.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/051742360c26797e-s.p.1bkzbscqrt8rl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/04c5164763c40239-s.1kd-r_s9smv5m.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/26f284dcc38c84c0-s.3hlisc-pwq13z.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/7e7f32a39836f228-s.0-oo9_1x_xmvg.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/fa39153a3fc630ba-s.36fqqi66-3tjb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6a5386fd6038edbe-s.3_z45zcoc-xoz.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/051742360c26797e-s.p.1bkzbscqrt8rl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/04c5164763c40239-s.1kd-r_s9smv5m.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/26f284dcc38c84c0-s.3hlisc-pwq13z.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/7e7f32a39836f228-s.0-oo9_1x_xmvg.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/fa39153a3fc630ba-s.36fqqi66-3tjb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6a5386fd6038edbe-s.3_z45zcoc-xoz.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/051742360c26797e-s.p.1bkzbscqrt8rl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_2253e0b0-module__J_FZcW__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_2253e0b0-module__J_FZcW__variable{--font-mono:"JetBrains Mono", "JetBrains Mono Fallback"}
