.page-home{--red:#c01f30;--red-dark:#8f1522;--red-soft:#c01f300f;--blue:#1a2bd2;--blue-soft:#1a2bd20d;--navy:#10162e;--navy-deep:#070b18;--ink:#0e1326;--muted:#5a6274;--line:#e2e5ee;--paper:#eef0f5;--white:#fff;--surface-warm:#f7f8fb;--font-display:var(--font-barlow), "Barlow", sans-serif;--font-body:var(--font-barlow), "Barlow", sans-serif;--font-mono:var(--font-plex-mono), "IBM Plex Mono", monospace;--font-tag:var(--font-space-grotesk), "Space Grotesk", sans-serif;--ease:cubic-bezier(.16, 1, .3, 1);--ease-out:cubic-bezier(.22, 1, .36, 1);--content-max:1140px;--content-pad:28px;font-family:var(--font-body);background:var(--surface-warm);color:var(--ink);overflow-x:hidden}.page-home .wrap{max-width:var(--content-max);padding:0 var(--content-pad);margin:0 auto}.page-home .site-nav{z-index:100;-webkit-backdrop-filter:blur(12px);background:#080c1ceb;border-bottom:1px solid #ffffff14;position:fixed;top:0;left:0;right:0}.page-home .site-nav .wrap{justify-content:space-between;align-items:center;height:64px;display:flex}.page-home .logo,.page-ds .logo{align-items:center;gap:10px;line-height:0;display:inline-flex}.page-home .nav-links{align-items:center;gap:26px;display:flex}.page-home .nav-links a{color:#ffffff94;transition:color .25s var(--ease);font-size:13px;font-weight:500;position:relative}.page-home .nav-links a:hover,.page-home .nav-links a:focus-visible{color:var(--white)}.page-home .nav-links a:not(.btn):after{content:"";background:var(--blue);transform-origin:0;width:100%;height:1px;transition:transform .3s var(--ease);display:block;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.page-home .nav-links a:not(.btn):hover:after,.page-home .nav-links a:not(.btn):focus-visible:after{transform:scaleX(1)}.page-home .btn{font-family:var(--font-body);cursor:pointer;transition:background .25s var(--ease), color .25s var(--ease), transform .2s var(--ease), box-shadow .25s var(--ease);border:none;border-radius:4px;justify-content:center;align-items:center;padding:9px 16px;font-size:12px;font-weight:600;display:inline-flex}.page-home .btn-primary{background:var(--red);color:#fff}.page-home .btn-primary:hover,.page-home .btn-primary:focus-visible{background:var(--red-dark);box-shadow:0 8px 24px #c01f3047}.page-home .btn-primary:active{transform:translateY(1px)}.page-home .hero{background:var(--navy-deep);min-height:100dvh;color:var(--white);flex-direction:column;padding:64px 0 0;display:flex;position:relative;overflow:hidden}.page-home .hero-media{z-index:0;position:absolute;inset:0}.page-home .hero-image{object-fit:cover;object-position:50% cover;width:100%;height:100%;transition:transform 1.2s var(--ease-out);display:block;transform:scale(1.03)}.page-home .hero-image.main-hero{object-fit:center;object-position:center;transform:none}.page-home .hero:hover .hero-image{transform:scale(1.07)}.page-home .hero:hover .hero-image.main-hero{transform:none}.page-home .hero-scrim{background:linear-gradient(90deg,#070b18f7 0%,#070b18e0 32%,#070b1885 52%,#070b1833 72%,#070b1814 100%),linear-gradient(#070b1859 0%,#0000 28%,#070b188c 100%);position:absolute;inset:0}.page-home .hero-shell{z-index:1;box-sizing:border-box;flex-direction:column;flex:auto;justify-content:center;align-items:flex-start;width:100%;padding-top:72px;padding-bottom:56px;display:flex;position:relative}.page-home .hero-copy{margin:0;margin-inline:0;text-align:left;width:100%;max-width:32rem;margin-left:0;margin-right:auto}.page-home .hero-title{font-family:var(--font-display);letter-spacing:-.02em;text-wrap:pretty;text-align:left;color:#ffffffe0;margin:0 0 20px;font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.08}.page-home .hero-title .hero-highlight{color:var(--white);background-image:linear-gradient(90deg,#1a2bd2f2,#1a2bd2b3);background-position:0 92%;background-repeat:no-repeat;background-size:100% .18em;padding-bottom:.08em;display:inline;position:relative}.page-home .hero-sub{color:#ffffffad;text-align:left;max-width:36ch;margin:0 0 32px;font-size:16px;line-height:1.6}.page-home .hero-ctas{flex-wrap:wrap;justify-content:flex-start;gap:12px;display:flex}.page-home .btn-hero{font-family:var(--font-body);cursor:pointer;transition:background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease), transform .2s var(--ease), box-shadow .25s var(--ease);border:none;border-radius:3px;justify-content:center;align-items:center;padding:13px 22px;font-size:13px;font-weight:600;display:inline-flex}.page-home .btn-hero-primary{background:var(--red);color:#fff}.page-home .btn-hero-primary:hover,.page-home .btn-hero-primary:focus-visible{background:var(--red-dark);transform:translateY(-1px);box-shadow:0 10px 28px #c01f3059}.page-home .btn-hero-primary:active{transform:translateY(1px)}.page-home .btn-hero-secondary{color:var(--white);background:#ffffff0f;border:1px solid #ffffff38}.page-home .btn-hero-secondary:hover,.page-home .btn-hero-secondary:focus-visible{background:#ffffff1f;border-color:#ffffff8c;transform:translateY(-1px)}.page-home .stats-bar{z-index:1;border-top:1px solid rgba(255, 255, 255, 0.);background:#05081453;position:relative}.page-home .stats-bar-inner{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.page-home .stat-item{transition:background .3s var(--ease);border-right:1px solid #ffffff1a;flex-direction:column;gap:12px;padding:28px 28px 28px 0;display:flex}.page-home .stat-item:last-child{border-right:none;padding-right:0}.page-home .stat-item:nth-child(n+2){padding-left:28px}.page-home .stat-item:hover .stat-lbl{color:#ffffff9e}.page-home .stat-item:hover .stat-num{color:var(--white)}.page-home .stat-item:hover .stat-num span{color:#ff4d5e}.page-home .stat-lbl{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#ffffff61;transition:color .25s var(--ease);margin:0;font-size:11px}.page-home .stat-num{font-family:var(--font-display);letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:#ffffffeb;transition:color .25s var(--ease);font-size:clamp(32px,3.4vw,44px);font-weight:700;line-height:1}.page-home .stat-num span{color:var(--blue);transition:color .25s var(--ease)}.page-home .section{padding:96px 0}.page-home .section-intro{max-width:520px;margin-bottom:48px}.page-home .section-intro h2{font-family:var(--font-display);letter-spacing:-.025em;color:var(--ink);margin:0 0 14px;font-size:clamp(28px,3.4vw,40px);font-weight:700;line-height:1.15}.page-home .section-intro .accent,.page-home .contact .accent{color:var(--red)}.page-home .section-intro p{color:var(--muted);max-width:46ch;margin:0;font-size:15px;line-height:1.65}.page-home .products{background:var(--surface-warm);border-top:1px solid var(--line)}.page-home .products-head{flex-direction:column;gap:12px;margin-bottom:40px;display:flex}.page-home .products-eyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--red);font-size:11px}.page-home .products-head h2{font-family:var(--font-display);letter-spacing:-.025em;color:var(--ink);margin:0;font-size:clamp(26px,3.2vw,36px);font-weight:700;line-height:1.12}.page-home .division-cards{grid-template-columns:minmax(0,4fr) minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.page-home .division-card{min-height:420px;color:var(--white);background:var(--navy-deep);isolation:isolate;transition:transform .35s var(--ease), box-shadow .35s var(--ease);border-radius:6px;flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.page-home .division-card:hover,.page-home .division-card:focus-visible{transform:translateY(-4px);box-shadow:0 22px 48px #070b1838}.page-home .division-card.is-coming-soon{cursor:default;pointer-events:none}.page-home .division-card.is-coming-soon:hover,.page-home .division-card.is-coming-soon:focus-visible{box-shadow:none;outline:none;transform:none}.page-home .division-card.is-coming-soon .division-card-image{filter:saturate(.85);transform:scale(1.04)}.page-home .division-card.is-text-only{background:linear-gradient(165deg, #121a36 0%, var(--navy-deep) 55%, #0a1024 100%), linear-gradient(90deg, #1a2bd22e, transparent 70%);justify-content:center;min-height:0}.page-home .division-card.is-text-only .division-card-body{padding:24px 20px}.page-home .division-card.is-text-only .division-card-body h3{font-size:clamp(20px,1.6vw,26px)}.page-home .division-card.is-text-only .division-card-body p{max-width:none;font-size:13px}.page-home .division-card:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.page-home .division-card.gearbox:focus-visible{outline-color:var(--red)}.page-home .division-card-media{z-index:0;position:absolute;inset:0}.page-home .division-card-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .8s var(--ease-out);display:block;transform:scale(1.04)}.page-home .division-card.nova .division-card-image{object-position:55% center}.page-home .division-card.gearbox .division-card-image{object-position:70% center}.page-home .division-card:hover .division-card-image,.page-home .division-card:focus-visible .division-card-image{transform:scale(1.1)}.page-home .division-card-scrim{background:linear-gradient(#070b1826 0%,#070b1859 42%,#070b18eb 100%);position:absolute;inset:0}.page-home .division-card.nova .division-card-scrim{background:linear-gradient(#070b1814 0%,#0a102866 45%,#070b18f0 100%),linear-gradient(90deg,#1a2bd22e,#0000 55%)}.page-home .division-card.gearbox .division-card-scrim{background:linear-gradient(#070b181f 0%,#14080c6b 45%,#070b18f0 100%),linear-gradient(90deg,#c01f3029,#0000 55%)}.page-home .division-card-body{z-index:1;flex-direction:column;align-items:flex-start;gap:10px;padding:28px 28px 30px;display:flex;position:relative}.page-home .division-card-tag{font-family:var(--font-tag);letter-spacing:.08em;text-transform:uppercase;color:#ffffff9e;font-size:12px;font-weight:600}.page-home .division-card.nova .division-card-tag{color:#8b9bff}.page-home .division-card.gearbox .division-card-tag{color:#ff8a96}.page-home .division-card-body h3{font-family:var(--font-display);letter-spacing:-.03em;color:var(--white);margin:0;font-size:clamp(28px,3vw,40px);font-weight:700;line-height:1}.page-home .division-card-body p{color:#ffffffad;max-width:22ch;margin:0;font-size:15px;line-height:1.45}.page-home .division-card-cta{color:var(--white);transition:gap .25s var(--ease);align-items:center;gap:8px;margin-top:10px;font-size:13px;font-weight:600;display:inline-flex}.page-home .division-card:hover .division-card-cta,.page-home .division-card:focus-visible .division-card-cta{gap:12px}.page-home .division-card.nova .division-card-cta{color:#c5ceff}.page-home .division-card-cta.is-soon{color:#ffffffb8;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border:1px solid #ffffff47;border-radius:4px;padding:6px 10px;font-size:11px;font-weight:600}.page-home .division-card.gearbox .division-card-cta{color:#ffc1c8}.page-home .services{background:var(--surface-warm);border-top:1px solid var(--line);padding-bottom:88px}.page-home .services-showcase{background:linear-gradient(135deg,#0a1024 0%,#121a36 52%,#0d1428 100%);border:1px solid #ffffff14;border-radius:10px;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);align-items:stretch;gap:0;margin-bottom:28px;display:grid;overflow:hidden;box-shadow:0 24px 56px #070b1824}.page-home .services-showcase-copy{color:var(--white);flex-direction:column;align-items:flex-start;gap:14px;padding:40px 40px 44px;display:flex}.page-home .services-eyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#8b9bff;font-size:11px}.page-home .services-showcase-copy h2{font-family:var(--font-display);letter-spacing:-.03em;color:var(--white);max-width:14ch;margin:0;font-size:clamp(28px,3.6vw,42px);font-weight:700;line-height:1.1}.page-home .services-showcase-copy .accent{color:#8b9bff}.page-home .services-showcase-copy p{color:#ffffffad;max-width:44ch;margin:0;font-size:15px;line-height:1.65}.page-home .services-cap-list{flex-wrap:wrap;gap:8px;margin:4px 0 8px;padding:0;list-style:none;display:flex}.page-home .services-cap-list li{letter-spacing:.02em;color:#ffffffe0;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:600}.page-home .services-showcase-media{min-height:320px;margin:0;position:relative;overflow:hidden}.page-home .services-showcase-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block;transform:scale(1.03)}.page-home .services-showcase-scrim{background:linear-gradient(90deg,#0a1024 0%,#0a102459 38%,#0000 72%),linear-gradient(#0000 50%,#0a10248c 100%);position:absolute;inset:0}.page-home .services-showcase-badges{flex-direction:column;gap:8px;display:flex;position:absolute;bottom:20px;left:20px}.page-home .services-showcase-badges span{width:fit-content;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a1024b8;border:1px solid #ffffff1f;border-radius:4px;padding:6px 10px;font-size:10px;display:inline-flex}.page-home .services-showcase .btn-consult{margin-top:4px}.page-home .services-head{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:36px;display:flex}.page-home .services-head h2{font-family:var(--font-display);letter-spacing:-.025em;color:var(--ink);max-width:18ch;margin:0;font-size:clamp(26px,3.2vw,36px);font-weight:700;line-height:1.12}.page-home .services-head .accent,.page-home .values .accent{color:var(--blue)}.page-home .services-head p{color:var(--muted);max-width:42ch;margin:0;font-size:15px;line-height:1.55}.page-home .services-card-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.page-home .services-card{background:var(--white);border:1px solid var(--line);color:inherit;transition:transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.page-home .services-card:hover,.page-home .services-card:focus-visible{border-color:#c8ccd8;transform:translateY(-4px);box-shadow:0 18px 40px #070b181a}.page-home .services-card:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.page-home .services-card-media{aspect-ratio:16/9;border-bottom:1px solid var(--line);background:#eef1f8;position:relative;overflow:hidden}.page-home .services-card-image{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .6s var(--ease-out);display:block}.page-home .services-card:hover .services-card-image,.page-home .services-card:focus-visible .services-card-image{transform:scale(1.04)}.page-home .services-card-tag{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--white);background:#0a1024c7;border:1px solid #ffffff1f;border-radius:4px;padding:5px 9px;font-size:10px;position:absolute;top:12px;left:12px}.page-home .services-card-body{flex-direction:column;flex:1;gap:8px;padding:20px 20px 22px;display:flex}.page-home .services-card-index{font-family:var(--font-mono);letter-spacing:.08em;color:var(--blue);font-size:11px}.page-home .services-card-body h3{font-family:var(--font-display);letter-spacing:-.015em;color:var(--ink);margin:0;font-size:clamp(16px,1.5vw,18px);font-weight:700;line-height:1.25}.page-home .services-card-body p{color:var(--muted);flex:1;margin:0;font-size:13px;line-height:1.55}.page-home .services-card-cta{color:var(--red);transition:gap .25s var(--ease);align-items:center;gap:8px;margin-top:6px;font-size:13px;font-weight:600;display:inline-flex}.page-home .services-card:hover .services-card-cta,.page-home .services-card:focus-visible .services-card-cta{gap:12px}.page-home .btn-consult{background:var(--red);color:var(--white);font-family:var(--font-body);transition:border-color .25s var(--ease), background .25s var(--ease), gap .25s var(--ease), transform .2s var(--ease);border:1px solid #ffffff38;border-radius:4px;align-items:center;gap:8px;padding:13px 22px;font-size:14px;font-weight:600;display:inline-flex}.page-home .btn-consult:hover,.page-home .btn-consult:focus-visible{background:var(--red-dark);gap:12px;transform:translateY(-1px);box-shadow:0 10px 28px #c01f304d}.page-home .btn-consult:active{transform:translateY(1px)}.page-home .industry-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.page-home .industry-grid.values-cards{grid-template-columns:repeat(2,1fr)}.page-home .industry-card{background:var(--white);border:1px solid var(--line);transition:transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);border-radius:6px;flex-direction:column;gap:8px;padding:22px 20px 20px;display:flex}.page-home .industry-card:hover{border-color:#c8ccd8;transform:translateY(-2px);box-shadow:0 12px 28px #070b1812}.page-home .industry-card-index{font-family:var(--font-mono);letter-spacing:.08em;color:var(--blue);font-size:11px}.page-home .industry-card h3{font-family:var(--font-display);letter-spacing:-.015em;color:var(--ink);margin:0;font-size:16px;font-weight:700;line-height:1.25}.page-home .industry-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.page-home .values{background:var(--white);border-top:1px solid var(--line)}.page-home .about-split{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start;gap:48px;margin-bottom:40px;display:grid}.page-home .about-left{flex-direction:column;gap:28px;display:flex}.page-home .about-media{margin:0}.page-home .about-image{aspect-ratio:4/3;object-fit:cover;background:var(--paper);border-radius:6px;width:100%;display:block}.page-home .about-media figcaption{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--blue);max-width:36ch;margin-top:14px;font-size:11px;line-height:1.5}.page-home .about-mission{border-top:1px solid var(--line);padding-top:18px}.page-home .about-copy{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.page-home .values-eyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:11px}.page-home .about-copy h2{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);max-width:14ch;margin:0;font-size:clamp(28px,3.6vw,42px);font-weight:700;line-height:1.1}.page-home .about-copy .accent,.page-home .values .accent{color:var(--red)}.page-home .about-lead{color:var(--muted);max-width:42ch;margin:0;font-size:15px;line-height:1.65}.page-home .about-point{padding:18px 0 0}.page-home .about-reach,.page-home .about-vision{border-top:1px solid var(--line);width:100%;margin-top:4px;padding-top:18px}.page-home .about-point h3{font-family:var(--font-display);letter-spacing:-.015em;color:var(--blue);margin:0 0 6px;font-size:15px;font-weight:700}.page-home .about-point p{color:var(--muted);margin:0;font-size:13.5px;line-height:1.65}.page-home .about-reach p,.page-home .about-vision p{max-width:42ch;font-size:14px}.page-home .about-cta{color:var(--blue);transition:gap .25s var(--ease);align-items:center;gap:8px;margin-top:8px;font-size:13px;font-weight:600;display:inline-flex}.page-home .about-cta:hover,.page-home .about-cta:focus-visible{gap:12px}.page-home .values .industry-card-index{color:var(--red)}.page-home .values-cards{margin-top:0}.page-home .contact{background:#060a16;padding:96px 0}.page-home .contact-head{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:36px;display:flex}.page-home .contact-eyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#ffffff61;font-size:11px}.page-home .contact-head h2{font-family:var(--font-display);letter-spacing:-.025em;color:var(--white);max-width:14ch;margin:0;font-size:clamp(28px,3.4vw,42px);font-weight:700;line-height:1.12}.page-home .contact-head .accent{color:var(--blue)}.page-home .contact-head p{color:#ffffff85;max-width:42ch;margin:0;font-size:15px;line-height:1.6}.page-home .contact-ctas{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.page-home .btn-consult-ghost{color:var(--white);font-family:var(--font-body);transition:border-color .25s var(--ease), background .25s var(--ease), gap .25s var(--ease), transform .2s var(--ease);background:0 0;border:1px solid #ffffff38;border-radius:4px;align-items:center;gap:8px;padding:13px 22px;font-size:14px;font-weight:600;display:inline-flex}.page-home .btn-consult-ghost:hover,.page-home .btn-consult-ghost:focus-visible{background:#ffffff14;border-color:#ffffff8c;gap:12px;transform:translateY(-1px)}.page-home .contact-card-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.page-home .contact-card{color:inherit;transition:transform .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);background:#ffffff08;border:1px solid #ffffff1a;border-radius:6px;flex-direction:column;gap:10px;padding:22px 20px;display:flex}.page-home .contact-card:not(.is-static):hover,.page-home .contact-card:not(.is-static):focus-visible{background:#ffffff0f;border-color:#ffffff38;transform:translateY(-2px)}.page-home .contact-card-label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#ffffff61;font-size:11px}.page-home .contact-card-value{font-family:var(--font-display);letter-spacing:-.015em;color:#ffffffe0;font-size:16px;font-weight:600}.page-home .contact-offices{background:#ffffff08;border:1px solid #ffffff1a;border-radius:6px;margin-top:20px;padding:24px 22px}.page-home .contact-office-list{grid-template-columns:repeat(3,1fr);gap:18px;margin:14px 0 0;padding:0;list-style:none;display:grid}.page-home .contact-office-list li{flex-direction:column;gap:6px;display:flex}.page-home .contact-office-list strong{font-family:var(--font-display);color:#ffffffe6;font-size:15px;font-weight:650}.page-home .contact-office-list span{color:#ffffff8c;font-size:13px;line-height:1.55}.page-home .footer{background:#04060f;border-top:1px solid #ffffff0f;padding:56px 0 28px}.page-home .footer-head{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:36px;padding-bottom:36px;display:flex}.page-home .f-brand{font-family:var(--font-display);letter-spacing:.06em;font-size:15px;font-weight:700}.page-home .f-desc{color:#fff6;max-width:300px;margin:12px 0 0;font-size:13px;line-height:1.55}.page-home .footer-offices{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#ffffff52;gap:0;font-size:11px;display:flex}.page-home .footer-offices span{transition:color .25s var(--ease);border-right:1px solid #ffffff1f;padding:0 16px}.page-home .footer-offices span:hover{color:#ffffffb3}.page-home .footer-offices span:first-child{padding-left:0}.page-home .footer-offices span:last-child{border-right:none;padding-right:0}.page-home .f-links{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.page-home .f-links h5{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#ffffff6b;margin:0 0 14px;font-size:11px;font-weight:500}.page-home .f-links .col{flex-direction:column;gap:9px;display:flex}.page-home .f-links a{color:#fff6;width:fit-content;transition:color .2s var(--ease), transform .2s var(--ease);font-size:13px}.page-home .f-links a:hover,.page-home .f-links a:focus-visible{color:var(--white);transform:translate(3px)}.page-home .f-links .f-muted{color:#fff6;font-size:13px;line-height:1.5}.page-home .footer-offices-detail{border-top:1px solid #ffffff0f;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px;padding-top:24px;display:grid}.page-home .footer-office-item{flex-direction:column;gap:6px;display:flex}.page-home .footer-office-item strong{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#ffffff6b;font-size:11px;font-weight:500}.page-home .footer-office-item span{color:#fff6;font-size:13px;line-height:1.55}.page-home .footer-bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:40px;padding-top:20px;display:flex}.page-home .footer-bottom p{color:#ffffff47;margin:0;font-size:12px}.page-home .footer-bottom a{color:#fff6;transition:color .2s var(--ease);text-decoration:none}.page-home .footer-bottom a:hover,.page-home .footer-bottom a:focus-visible{color:#ffffffbf}.page-home .footer-bottom-sep{color:#ffffff38;margin:0 8px}.page-home .reveal{opacity:0;transition:opacity .65s var(--ease), transform .65s var(--ease);transform:translateY(18px)}.page-home .reveal.visible{opacity:1;transform:translateY(0)}.page-home .division-cards .reveal:nth-child(2),.page-home .industry-grid .reveal:nth-child(2){transition-delay:80ms}.page-home .industry-grid .reveal:nth-child(3){transition-delay:.16s}.page-home .services-card-grid .reveal:nth-child(2){transition-delay:80ms}.page-home .services-card-grid .reveal:nth-child(3){transition-delay:.16s}.page-home a:focus-visible,.page-home button:focus-visible{outline:2px solid var(--red);outline-offset:3px}@media (max-width:1100px){.page-home .services-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:960px){.page-home .hero-image{object-position:55% center}.page-home .hero-scrim{background:linear-gradient(#080c1c80 0%,#080c1cc7 42%,#080c1cf2 100%)}.page-home .hero-shell{justify-content:flex-end;align-items:flex-start;padding-top:100px;padding-bottom:40px}.page-home .hero-copy{max-width:100%}.page-home .contact-card-grid,.page-home .contact-office-list,.page-home .footer-offices-detail{grid-template-columns:1fr}.page-home .contact-head h2,.page-home .about-copy h2,.page-home .services-head h2,.page-home .services-showcase-copy h2{max-width:none}.page-home .services-showcase{grid-template-columns:1fr}.page-home .services-showcase-copy{padding:32px 28px 28px}.page-home .services-showcase-media{min-height:240px}.page-home .services-card-grid{grid-template-columns:1fr}.page-home .about-split{grid-template-columns:1fr;gap:28px;margin-bottom:32px}.page-home .about-left,.page-home .about-copy{display:contents}.page-home .about-left .about-media{order:1}.page-home .about-copy .values-eyebrow{order:2}.page-home .about-copy h2{order:3}.page-home .about-copy .about-lead{order:4}.page-home .about-copy .about-reach{order:5}.page-home .about-copy .about-vision{order:6}.page-home .about-left .about-mission{order:7}.page-home .division-cards{grid-template-columns:1fr;gap:14px}.page-home .division-card{min-height:360px}.page-home .division-card.is-text-only{min-height:0}.page-home .industry-grid,.page-home .industry-grid.values-cards{grid-template-columns:1fr}.page-home .footer-head{flex-direction:column}.page-home .f-links,.page-home .stats-bar-inner{grid-template-columns:1fr 1fr}.page-home .stat-item,.page-home .stat-item:nth-child(n+2),.page-home .stat-item:last-child{padding:24px 20px 24px 0}.page-home .stat-item:nth-child(2n){border-right:none;padding-left:20px;padding-right:0}.page-home .stat-item:first-child,.page-home .stat-item:nth-child(2){border-bottom:1px solid #ffffff1a}.page-home .stat-item:nth-child(3),.page-home .stat-item:nth-child(4){border-right:1px solid #ffffff1a}.page-home .stat-item:nth-child(4){border-right:none}}@media (max-width:700px){.page-home{--content-pad:20px}.page-home .wrap{padding:0 var(--content-pad)}.page-home .section{padding:64px 0}.page-home .hero{min-height:100dvh;padding-top:64px}.page-home .hero-shell{padding-top:80px;padding-bottom:36px}.page-home .hero-title{font-size:clamp(30px,8.5vw,40px)}.page-home .hero-sub{font-size:14px}.page-home .hero-ctas{flex-direction:column;align-items:stretch}.page-home .btn-hero{width:100%}.page-home .stat-item{padding:20px 0}.page-home .division-card{min-height:320px}.page-home .division-card-body{padding:22px 22px 24px}.page-home .contact{padding:64px 0}.page-home .contact-ctas{flex-direction:column;align-items:stretch}.page-home .btn-consult,.page-home .btn-consult-ghost{justify-content:center}.page-home .f-links{grid-template-columns:1fr 1fr;gap:24px}.page-home .footer-bottom{flex-direction:column}}@media (max-width:420px){.page-home .stats-bar-inner{grid-template-columns:1fr}.page-home .stat-item,.page-home .stat-item:nth-child(n+2),.page-home .stat-item:nth-child(2n),.page-home .stat-item:nth-child(3),.page-home .stat-item:nth-child(4),.page-home .stat-item:last-child{border-bottom:1px solid #ffffff1a;border-right:none;padding:20px 0}.page-home .stat-item:last-child{border-bottom:none}}@media (prefers-reduced-motion:reduce){.page-home .reveal{opacity:1;transition:none;transform:none}.page-home .hero-image,.page-home .hero:hover .hero-image,.page-home .division-card,.page-home .division-card:hover,.page-home .division-card:focus-visible,.page-home .division-card-image,.page-home .division-card:hover .division-card-image,.page-home .division-card:focus-visible .division-card-image,.page-home .industry-card,.page-home .industry-card:hover,.page-home .f-links a:hover,.page-home .btn-hero:hover,.page-home .btn-consult:hover,.page-home .btn-consult-ghost:hover,.page-home .contact-card:hover{transform:none}}
