:root{--navy:#0d243c;--orange:#ff8734;--muted:#526272;--pale:#f3f6f8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:#fff;color:var(--navy);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a:focus-visible,button:focus-visible{outline:3px solid #2775bf;outline-offset:5px}header{max-width:1440px;margin:auto;padding:25px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:12px;font-size:25px;font-weight:800;letter-spacing:-1px;line-height:1.2}.brand small{display:block;font-size:10px;letter-spacing:4px;margin-top:4px}.brandmark{font-size:17px;letter-spacing:-1px;display:flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;width:45px;height:45px;border-radius:10px}.brandmark span{color:var(--orange);font-size:22px}nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:600}.button{display:inline-flex;gap:26px;justify-content:space-between;align-items:center;background:var(--orange);color:var(--navy);border:0;padding:17px 24px;border-radius:5px;font-weight:750;font-size:16px;transition:background .2s,transform .2s}.button:hover{background:#ffa65f;transform:translateY(-2px)}.button.small{padding:12px 18px;font-size:14px}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:4%;padding:38px 5% 58px;align-items:center}.eyebrow{font-size:12px;font-weight:750;letter-spacing:2px;margin-bottom:22px}.eyebrow span{display:inline-block;height:8px;width:8px;background:var(--orange);margin-right:8px}h1{font-size:clamp(42px,4.1vw,66px);line-height:1.06;letter-spacing:-2.5px;margin:0 0 24px;max-width:660px}h1 em{font-style:normal;color:#bf4d00}p{margin:0 0 20px}.hero-copy>p{font-size:19px;max-width:460px;line-height:1.55}.hero-copy .subcopy{font-size:16px;color:var(--muted);margin-bottom:28px}.under-cta{font-size:12px;margin-top:13px;color:var(--muted)}.intro{min-height:570px;position:relative;border-radius:120px 8px 8px 8px;overflow:hidden;background:var(--navy);isolation:isolate}.intro img{width:100%;height:100%;position:absolute;object-fit:cover;animation:kenburns 16s ease-in-out infinite alternate}.intro.paused img{animation-play-state:paused}.shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,20,35,.15),transparent 30%,rgba(5,20,35,.82))}.scene-label{position:absolute;left:35px;right:25px;top:45px;font-size:11px;color:white;letter-spacing:2px;text-shadow:0 1px 7px #000}.scene-copy{position:absolute;bottom:102px;left:35px;right:20px;min-height:112px}.beat{position:absolute;opacity:0;transform:translateY(15px);transition:opacity .7s,transform .7s;font-size:40px;line-height:1.1;letter-spacing:-1px;color:#fff;font-weight:700}.beat.active{opacity:1;transform:translateY(0)}.intro-bottom{position:absolute;left:35px;right:30px;bottom:45px;display:flex;justify-content:space-between;align-items:center}.progress{display:flex;gap:7px}.progress i{display:block;height:3px;width:34px;background:#ffffff50}.progress i.on{background:var(--orange)}#motion{border:1px solid #ffffff70;border-radius:25px;color:white;background:#0d243c55;padding:5px 12px;font-size:12px}.image-note{position:absolute;bottom:12px;right:20px;font-size:12px;color:#d0d7de}.locations{background:var(--pale);padding:24px 5%;text-align:center}.locations>span{font-size:11px;font-weight:700;letter-spacing:1.8px;color:var(--muted)}.locations p{margin:8px 0 0;font-size:19px;font-weight:650}.locations b{color:#bf4d00;padding:0 20px}.section{padding:85px 5%;max-width:1440px;margin:auto}h2{font-size:clamp(32px,3.2vw,46px);line-height:1.12;letter-spacing:-1.5px;margin:0 0 25px}h3{font-size:20px;line-height:1.3;margin:0 0 10px}.section-top{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:32px}.section-top>p{max-width:350px;color:var(--muted)}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.services article{border-top:1px solid #d5dfe6;padding-top:22px}.num{font-size:13px;color:#b54800;font-weight:700;display:block;margin-bottom:33px}.services p{font-size:15px;color:var(--muted)}.fine{font-size:12px;color:var(--muted);margin:18px 0 0}.fine a{text-decoration:underline;text-underline-offset:4px}.how{background:var(--navy);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:8%;max-width:none;padding-left:max(5%,calc((100vw - 1296px)/2));padding-right:max(5%,calc((100vw - 1296px)/2))}.how .eyebrow{color:#ffa25e}.text-link{font-size:15px;font-weight:700;text-decoration:underline;text-underline-offset:6px}.how .text-link{color:#ffab6f}.how ol{list-style:none;padding:0;margin:0}.how li{display:flex;gap:22px;margin-bottom:25px}.how li:last-child{margin-bottom:0}.how li>span{border:1px solid #5f7285;flex-shrink:0;border-radius:50%;height:36px;width:36px;text-align:center;line-height:34px;color:#ffab6f}.how li p{color:#c3ced8;font-size:15px;margin:0}.request{text-align:center}.request-heading>p{color:var(--muted)}.request .eyebrow{color:#b54800}#form-area{text-align:left;background:var(--pale);padding:26px;margin-top:35px;border-radius:10px}.form-top{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:16px}.form-top a{font-size:14px;text-decoration:underline}iframe{width:100%;border:0;background:#fff;border-radius:8px}.partner{padding:35px 5%;background:var(--pale);display:flex;align-items:center;justify-content:space-between;gap:25px}.partner p{font-size:15px;color:var(--muted);margin:0}footer{padding:45px 5% 25px;display:flex;gap:25px;align-items:center;flex-wrap:wrap}footer>p{margin:0;color:var(--muted);font-size:14px}footer>a:last-of-type{margin-left:auto;font-size:14px;overflow-wrap:anywhere}.footer-note{border-top:1px solid #dbe1e6;width:100%;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}.mobile-cta{display:none}.skip{position:absolute;top:-100px}.skip:focus{top:5px;background:#fff;z-index:20;padding:10px}@keyframes kenburns{from{transform:scale(1)}to{transform:scale(1.12) translateX(-2%)}}@media(max-width:1000px){nav>a:not(.button){display:none}.hero{gap:30px}.intro{min-height:550px}.beat{font-size:34px}h1{font-size:46px}.services{gap:22px}.locations b{padding:0 10px}}@media(max-width:720px){header{padding:20px 6%}.brand{font-size:21px}.brandmark{width:39px;height:39px}nav .button.small{padding:10px 12px;font-size:12px;gap:8px}.hero{display:flex;flex-direction:column;padding:24px 6% 35px;align-items:stretch}.hero-copy .eyebrow{font-size:10px}h1{font-size:43px;letter-spacing:-1.8px}.hero-copy>p{font-size:18px}.intro{min-height:390px;border-top-left-radius:85px}.scene-label{font-size:10px;top:32px}.scene-copy{bottom:92px;min-height:90px}.beat{font-size:34px}.locations{padding:23px 6%}.locations p{font-size:16px;line-height:2}.locations b{padding:0 5px}.section{padding:55px 6%}.section-top{display:block;margin-bottom:26px}.section-top>p{max-width:none}.services{grid-template-columns:1fr 1fr;gap:26px 20px}.num{margin-bottom:20px}.services h3{font-size:18px}.how{grid-template-columns:1fr;gap:35px}.partner{padding:30px 6%;display:block}.partner .text-link{display:inline-block;margin-top:20px}footer{padding:35px 6% 95px;display:block}footer>p{margin:18px 0}footer>a:last-of-type{font-size:13px}.footer-note{display:block;margin-top:25px}.footer-note span{display:block;margin-bottom:10px}.mobile-cta{position:fixed;bottom:14px;left:6%;right:6%;z-index:10;box-shadow:0 5px 25px #0d243c30;display:flex;justify-content:center;padding:13px 20px}#form-area{padding:14px}.form-top{display:block}.form-top h3{margin-bottom:10px}html{scroll-padding-top:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.intro img{animation:none}.beat{transition:none}.button{transition:none}}
[hidden]{display:none!important}.nav-logo{width:66px;height:66px;object-fit:contain;flex-shrink:0}.brand-feature{padding:0;align-self:center}.brand-feature img{display:block;width:100%;height:auto}.marketing-hero{padding-top:20px}.marketing-hero h1{font-size:clamp(44px,4.6vw,70px)}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:25px}.process article{border-top:2px solid var(--orange);padding-top:22px}.process p,.industry-grid p{color:var(--muted);font-size:15px}.industry-section{background:var(--pale);max-width:none}.industry-section>.section-top,.industry-grid{max-width:1296px;margin-left:auto;margin-right:auto}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.industry-grid article{border-top:1px solid #cbd4dc;padding-top:25px}.industry-grid .text-link{font-size:14px}.cleaning-feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6%}.cleaning-image img{width:100%;height:360px;object-fit:cover;display:block;border-radius:65px 6px 6px 6px}.cleaning-feature p{color:var(--muted)}.connect p{max-width:500px;color:#c3ced8}.contact-panel{border-left:1px solid #53677b;padding-left:35px}.contact-panel h3{margin-bottom:15px}.contact-email{display:block;font-size:14px;overflow-wrap:anywhere;margin-top:20px}.contact-panel .fine{color:#c3ced8}@media(max-width:1000px){.process{grid-template-columns:repeat(3,1fr)}.industry-grid{grid-template-columns:repeat(2,1fr)}.marketing header nav>a[href="cleaning/"]{display:block}.brand-feature{min-width:0}}@media(max-width:720px){.nav-logo{width:48px;height:48px}.marketing header nav>a[href="cleaning/"]{display:none}.marketing-hero{padding-top:20px;gap:20px}.marketing-hero h1{font-size:46px}.brand-feature{max-width:420px;width:100%}.process{grid-template-columns:1fr 1fr;gap:25px 20px}.process article:last-child{grid-column:1/-1}.process .num{margin-bottom:18px}.industry-grid{gap:25px 20px}.cleaning-feature{grid-template-columns:1fr;gap:30px}.cleaning-image img{height:290px}.contact-panel{padding-left:0;border-left:0;border-top:1px solid #53677b;padding-top:25px}}

.social-contact{display:flex;width:100%;flex-wrap:wrap;gap:16px;margin:10px 0}.social-contact a{display:flex;gap:12px;align-items:center;padding:12px 16px;border:1px solid #d5dfe6;border-radius:7px;font-size:15px;min-height:56px}.social-contact a:hover{border-color:var(--orange);background:var(--pale)}.social-contact svg{width:24px;height:24px;flex-shrink:0}.social-contact small{display:block;font-size:12px;color:var(--muted);overflow-wrap:anywhere}.social-contact span{min-width:0}@media(max-width:720px){.social-contact{margin-top:25px}.social-contact a{width:100%}}

.about-section{display:grid;grid-template-columns:1fr 1.3fr;gap:7%;border-bottom:1px solid #d5dfe6}.about-copy p{color:var(--muted)}.about-copy .about-intro{font-size:22px;color:var(--navy);line-height:1.5}.about-values{display:flex;flex-wrap:wrap;gap:10px}.about-values span{padding:7px 12px;background:var(--pale);border-radius:4px;font-size:13px;font-weight:700}.business-form-wrap{max-width:1000px;margin:35px auto 0;background:white;padding:20px;border-radius:8px}.business-form-wrap iframe{height:1150px}.business-request{text-align:center}.business-request>p{max-width:620px;margin:0 auto 24px;color:var(--muted)}.business-request .form-top{text-align:left}.business-request .fine{max-width:760px;margin:18px auto 0}.business-request .button{margin-top:5px}@media(max-width:720px){.about-section{grid-template-columns:1fr;gap:10px}.business-form-wrap{padding:8px}.business-form-wrap iframe{height:1250px}}
/* LeadBridge expressive brand direction */
.topbar{background:var(--navy);color:#fff;text-align:center;padding:10px 5%;font-size:11px;letter-spacing:1.5px;font-weight:700}.topbar a{color:#ffb359;margin-left:22px;white-space:nowrap}.marketing header{padding-top:15px;padding-bottom:15px}.marketing-hero{padding-top:45px;padding-bottom:70px;background:linear-gradient(115deg,#fff 55%,#fff6e8 100%)}.marketing-hero h1 em{color:#cc5700}.marketing-hero .button,.business-request>.button{box-shadow:0 8px 0 #0d243c;transition:transform .2s,box-shadow .2s}.marketing-hero .button:hover,.business-request>.button:hover{transform:translateY(3px);box-shadow:0 5px 0 #0d243c}.brand-feature{border:1px solid #f1d8b9;border-radius:24px;background:#fff;overflow:hidden;box-shadow:18px 18px 0 #ffb448;transform:rotate(2deg);margin:0 18px 15px 0}.brand-feature img{width:90%;margin:auto}.feature-label{background:var(--navy);color:#fff;font-size:10px;letter-spacing:1.5px;padding:17px 20px;text-align:center}.brand-caption{background:#fff3df;padding:20px 24px;border-top:1px solid #f1d8b9}.brand-caption span{font-size:11px;letter-spacing:2px;color:#994500;font-weight:700;display:block}.brand-caption strong{font-size:18px}.marketing .locations{background:#ff9b37;color:#0d243c}.marketing .locations>span{color:#0d243c}.marketing .locations b{color:#fff}.about-values span{border-left:3px solid var(--orange);background:#fff3e7}.process article{padding:22px 18px;border:1px solid #d9e2eb;border-top:4px solid var(--orange);border-radius:10px;background:#f7f9fb;transition:transform .2s,box-shadow .2s}.process article:has(button[aria-pressed=true]){background:#fff1df;box-shadow:0 8px 25px #0d243c0d;border-color:#f5a142}.process .num{margin-bottom:20px}.process-button{border:0;background:none;color:var(--navy);font:inherit;font-weight:750;display:flex;width:100%;justify-content:space-between;gap:8px;padding:0;text-align:left}.process-button span{color:#b54800}.process-detail{display:flex;align-items:center;gap:25px;background:var(--navy);color:#fff;padding:30px;border-radius:10px;margin-top:24px}.process-detail>span{font-size:54px;font-weight:800;color:#ffad51;line-height:1}.process-detail>div{flex:1}.process-detail p{color:#cad6e2;margin:0;font-size:15px}.process-detail>a{color:#ffb75d;font-size:14px;white-space:nowrap}.industry-section{background:#eef3f8}.industry-grid article{padding:28px;border:0;border-radius:14px;background:#fff;box-shadow:0 5px 20px #0d243c08;transition:transform .25s,box-shadow .25s}.industry-grid article:hover{transform:translateY(-6px);box-shadow:0 14px 25px #0d243c14}.industry-grid article:nth-child(2){background:#fff0dc}.industry-grid article:nth-child(3){background:var(--navy);color:#fff}.industry-grid article:nth-child(3) p{color:#d5deea}.industry-grid article:nth-child(3) .text-link{color:#ffb65c}.industry-tag{font-size:10px;letter-spacing:1.5px;font-weight:750;display:block;margin-bottom:35px;color:#ac4b00}.industry-grid article:nth-child(3) .industry-tag{color:#ffb65c}.industry-grid h3{font-size:24px}.cleaning-image{position:relative;padding:0 14px 14px 0}.cleaning-image img{box-shadow:14px 14px 0 #ffad42}.business-request{background:linear-gradient(145deg,#fff3dc,#fff 60%,#e9f0f8);max-width:none;border-top:1px solid #f1d4b0}.business-picker{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin:25px 0 18px}.business-picker button{padding:12px 22px;border:1px solid #c1cdd8;border-radius:30px;background:white;color:var(--navy);font-weight:700;font-size:15px}.business-picker button[aria-pressed=true]{background:var(--navy);border-color:var(--navy);color:#fff;box-shadow:0 0 0 3px #ffb65c}.business-request #business-guidance{font-size:15px;min-height:48px;max-width:580px;margin:0 auto 18px}.marketing footer{border-top:5px solid var(--orange)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s,transform .6s}.reveal.revealed{opacity:1;transform:translateY(0)}@media(max-width:1000px){.industry-grid article{padding:23px}.process-detail{flex-wrap:wrap}.process-detail>a{margin-left:78px}.marketing header nav{gap:20px}}@media(max-width:720px){.topbar{font-size:9px;letter-spacing:1px}.topbar a{display:block;margin:3px 0 0;font-size:11px}.marketing-hero{padding-top:30px;padding-bottom:50px}.brand-feature{max-width:360px;margin:15px 15px 0 0}.feature-label{font-size:9px}.brand-caption{padding:15px 20px}.brand-caption strong{font-size:16px}.process{gap:14px}.process article{padding:18px 14px}.process-detail{padding:23px;gap:15px}.process-detail>span{font-size:40px}.process-detail>div{flex-basis:70%}.process-detail>a{margin-left:0}.industry-grid{grid-template-columns:1fr}.industry-tag{margin-bottom:18px}.business-picker button{padding:10px 17px}.business-request #business-guidance{min-height:75px}.business-form-wrap{margin-top:35px}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.industry-grid article,.process article{transition:none}}

.business-request [hidden]{display:none!important}.request-confirmation{max-width:760px;margin:0 auto;padding:36px 24px;border:1px solid #d5dfe6;border-top:5px solid var(--orange);border-radius:8px;background:var(--pale)}.request-confirmation p{max-width:580px;margin:0 auto 24px;color:var(--muted)}.request-confirmation:focus{outline:3px solid #2775bf;outline-offset:5px}.request-received .mobile-cta{display:none}@media(max-width:720px){.request-confirmation{padding:28px 18px}}
