.hero-section{position:relative;min-height:calc(100vh - var(--site-header-height, 0px));height:calc(100vh - var(--site-header-height, 0px));display:flex;align-items:stretch;isolation:isolate;overflow:hidden;background:#000;z-index:2}.hero-section::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background-image:radial-gradient(circle at 18% 28%,rgb(255 255 255 / .16) 0 1px,transparent 1.3px),radial-gradient(circle at 72% 62%,rgb(0 0 0 / .22) 0 1px,transparent 1.4px),radial-gradient(circle at 42% 78%,rgb(210 225 195 / .12) 0 1px,transparent 1.2px);background-size:7px 7px,11px 11px,17px 17px;mix-blend-mode:overlay;opacity:.32}.hero-section::after{content:none;position:absolute;inset:0;z-index:4;pointer-events:none;background:linear-gradient(90deg,rgb(74 96 72 / .78),rgb(33 56 49 / .7)),linear-gradient(90deg,rgb(255 30 45 / .08),rgb(0 180 175 / .14));mix-blend-mode:soft-light;opacity:.82}.hero-bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:var(--ck9-hero-object-position-desktop,center center);z-index:-4;clip-path:inset(0)}.hero-overlay-top,.hero-overlay-bottom,.hero-overlay-left{position:absolute;inset:0;pointer-events:none;clip-path:inset(0)}.hero-overlay-top{z-index:-3;background:linear-gradient(to bottom,rgb(0 0 0 / .7) 0%,rgb(0 0 0 / .32) 18%,rgb(0 0 0 / .08) 35%,#fff0 55%)}.hero-overlay-bottom{z-index:-2;background:linear-gradient(to top,rgb(0 0 0 / .72) 0%,rgb(0 0 0 / .58) 10%,rgb(0 0 0 / .38) 32%,rgb(0 0 0 / .14) 58%,#fff0 78%)}.hero-overlay-left{z-index:-1;background:linear-gradient(90deg,rgb(0 0 0 / .86) 0%,rgb(18 0 0 / .72) 18%,rgb(35 0 0 / .4) 34%,#fff0 62%)}.accent-glow{display:none}.hero-content-wrap{width:100%;display:flex;align-items:center;padding:0;position:relative;z-index:2}.hero-copy{max-width:760px;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;opacity:0;transform:translateX(-64px)}body.is-hero-ready .hero-copy{animation:heroCopyLoad 0.9s cubic-bezier(.16,1,.3,1) 0.15s both}@keyframes heroCopyLoad{from{opacity:0;transform:translateX(-64px)}to{opacity:1;transform:translateX(0)}}.hero-eyebrow{color:var(--brand-red);font-family:var(--font-heading);font-size:clamp(1.375rem, 2.125vw, 1.8125rem);font-weight:700;letter-spacing:.12em;line-height:1;margin:0;text-transform:uppercase;text-shadow:var(--brand-red-glow)}.hero-kicker{display:inline-flex;align-items:center;gap:.85rem;border:1px solid rgb(255 255 255 / .12);background:rgb(40 15 15 / .55);backdrop-filter:blur(3px);padding:.86rem 1.2rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.14em;font-size:1.13rem;font-weight:700;margin-bottom:1.45rem;line-height:1}.hero-kicker .dot{width:8px;height:8px;border-radius:50%;background:var(--brand-red);flex:0 0 auto;box-shadow:0 0 0 6px rgb(255 30 45 / .1)}body .hero-title{display:block;width:14ch;max-width:100%;color:#d8d8d8;font-family:var(--font-heading);font-size:4.95em!important;font-weight:700;text-transform:uppercase;line-height:.9;letter-spacing:0;margin:0;white-space:normal}.hero-title .line-three{color:var(--brand-red);text-shadow:var(--brand-red-glow);white-space:normal}body .hero-service-label{color:#d8d8d8;font-family:var(--font-heading);font-size:clamp(0.88rem, 1.15vw, 1.05rem)!important;font-weight:700;letter-spacing:.16em;line-height:1.2;margin:.6rem 0 .18rem;text-transform:uppercase}body .hero-subtext{max-width:60ch;font-family:var(--font-body);font-size:0.96rem!important;font-weight:400;line-height:1.55!important;letter-spacing:0!important;color:var(--text-soft);margin:.45rem 0 0}.hero-subtext strong{color:#d8d8d8;font-weight:700}.sector-hero-section .hero-subtext{display:grid;gap:.9rem}.cta-group{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:10px}.btn-hero-primary,.btn-hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-width:198px;min-height:48px;padding:.92rem 1.22rem;border-radius:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700;line-height:1;transition:background-color 0.25s ease,border-color 0.25s ease,transform 0.25s ease,box-shadow 0.25s ease}.btn-shield-icon{width:1rem;height:1rem;flex:0 0 auto}.btn-hero-primary{background:var(--brand-red);border:1px solid rgb(255 30 45 / .82);color:#d8d8d8;text-shadow:0 1px 6px rgb(0 0 0 / .85);box-shadow:0 10px 26px rgb(255 30 45 / .14)}.btn-hero-primary:hover,.btn-hero-primary:focus-visible{color:#d8d8d8;filter:brightness(1.12);transform:translateY(-2px);box-shadow:0 14px 30px rgb(255 30 45 / .22)}.btn-hero-secondary{background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .22);color:#d8d8d8}.btn-hero-secondary:hover{background:rgb(255 255 255 / .09);border-color:rgb(255 255 255 / .34);color:#d8d8d8;transform:translateY(-1px)}@media (prefers-reduced-motion:reduce){.hero-copy{opacity:1;transform:none;animation:none}}@media (max-width:767.98px){.hero-section{min-height:85vh;height:85vh}.hero-bg{object-position:var(--ck9-hero-object-position-mobile,clamp(-320px, -35vh, -298px) -50px)}.home-hero-section .hero-bg{object-position:bottom}.home-hero-section .hero-content-wrap,.sector-hero-section .hero-content-wrap,.about-hero-section .hero-content-wrap,.additional-services-hero-section .hero-content-wrap,.security-service-hero-section .hero-content-wrap,.sector-parent-hero-section .hero-content-wrap{align-items:flex-end;padding-top:clamp(1.4rem, 6vw, 2rem);padding-bottom:clamp(1.4rem, 6vw, 2rem)}body .hero-title{font-size:clamp(2.475em, 14.575vw, 2.75em)!important}body .hero-subtext{font-size:clamp(0.9rem, 4vw, 0.98rem)!important}}