@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:Manrope,Arial,sans-serif;color:#17313a;background:#fff;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;letter-spacing:-.045em}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%}.container{width:min(1200px,calc(100% - 64px));margin:auto}.site-header{height:86px;padding:0 max(32px,calc((100vw - 1200px)/2));display:flex;align-items:center;gap:50px;background:white;position:relative;z-index:10}.brand{width:168px;display:flex;align-items:center;flex:none}.brand img{width:100%;height:63px;object-fit:contain}.site-header nav{display:flex;gap:34px;margin:auto;font-size:.93rem;font-weight:700}.site-header nav a:hover,.footer a:hover{color:#e50919}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:52px;padding:0 23px;font-size:.93rem;font-weight:700;border-radius:4px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-red{background:#e50919;color:white}.button-red:hover{background:#c90817}.button-outline{border:1px solid #a8b2b6;background:rgba(255,255,255,.84)}.menu-toggle{display:none}.eyebrow{color:#e50919;font-size:.78rem;line-height:1.5;font-weight:800;letter-spacing:.12em}.hero{min-height:610px;position:relative;overflow:hidden;display:flex;align-items:center}.hero-image{position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 2%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.6) 48%,rgba(255,255,255,0) 68%),url('/assets/hero.webp');background-position:center,center;background-size:cover}.hero-inner{position:relative;padding:70px 0}.hero h1{font-size:clamp(3.3rem,6vw,5.9rem);line-height:1.07;max-width:680px;margin:23px 0}.hero h1 em{font-style:normal;color:#e50919}.hero-copy{font-size:1.25rem;line-height:1.5;max-width:480px;color:#435b64;margin-bottom:29px}.actions{display:flex;gap:14px}.section{padding:105px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:36px}.section-head h2,.process h2{font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.13;margin:0}.section-head>p{max-width:300px;color:#617179;font-size:1rem;line-height:1.6;margin:0 20px 6px 0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:#f5f7f7;border-radius:6px;overflow:hidden}.service-visual{height:235px;background-position:center;background-size:cover}.service-visual.housekeeping{background-image:url('/assets/housekeeping.webp')}.service-visual.moveout{background-image:url('/assets/moveout.webp')}.service-visual.maintenance{background-image:url('/assets/maintenance.webp')}.service-body{padding:27px 26px 30px;position:relative}.service-number{color:#e50919;font-size:.78rem;font-weight:800;letter-spacing:.1em}.service-body h3{font-size:1.5rem;margin:11px 0 9px}.service-body p{line-height:1.55;color:#60727b;margin:0;max-width:280px}.about{min-height:525px;display:grid;grid-template-columns:1fr 1fr;background:#f4f7f7}.about-image{background:url('/assets/hero.webp') center 55%/cover}.about-content{align-self:center;max-width:580px;padding:70px clamp(32px,7vw,110px)}.about-content h2{font-size:clamp(2.2rem,3.8vw,3.6rem);line-height:1.13;margin:18px 0}.about-content>p:not(.eyebrow){line-height:1.7;color:#536973;font-size:1.05rem}.text-link{display:inline-block;color:#e50919;font-weight:800;border-bottom:1px solid #e50919;padding:12px 0 6px}.process h2{margin:12px 0 45px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.steps>div{border-top:1px solid #cdd7da;padding-top:22px}.steps span{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#e9eff0;font-weight:800}.steps h3{font-size:1.17rem;margin:22px 0 8px;letter-spacing:-.02em}.steps p{line-height:1.6;color:#617179;margin:0}.contact{background:#102d35;color:white;padding:80px 0}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.contact h2{font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.13;margin:18px 0}.contact p:not(.eyebrow){color:#c9d5d8;line-height:1.6;max-width:440px}.contact-panel{padding:38px;background:white;border-radius:7px;color:#17313a;min-height:210px}.contact-panel h3{font-size:1.4rem}.contact-panel p{color:#617179!important}.footer{padding-top:55px;padding-bottom:42px;display:flex;justify-content:space-between;gap:35px;align-items:start}.footer img{width:145px;height:60px;object-fit:contain;object-position:left}.footer p{font-size:.83rem;line-height:1.6;color:#74838a}.footer nav{display:flex;gap:25px;font-weight:700;font-size:.9rem;padding-top:20px}.footer small{padding-top:21px;color:#829097}
@media(max-width:800px){.site-header{height:74px;padding:0 24px;gap:15px}.brand{width:138px}.brand img{height:58px}.menu-toggle{display:grid;gap:5px;margin-left:auto;border:0;background:none;padding:12px;cursor:pointer}.menu-toggle span{width:22px;height:2px;background:#17313a}.site-header nav{display:none;position:absolute;left:0;right:0;top:74px;background:white;padding:20px 24px 28px;box-shadow:0 14px 25px #122d3620;flex-direction:column;gap:20px}.site-header nav.open{display:flex}.header-cta{display:none}.container{width:min(100% - 40px,600px)}.hero{min-height:650px;align-items:end}.hero-image{background-image:linear-gradient(0deg,#fff 5%,rgba(255,255,255,.96) 25%,rgba(255,255,255,.1) 78%),url('/assets/hero.webp');background-position:center,center}.hero-inner{padding:240px 0 58px}.hero h1{font-size:clamp(3.1rem,11vw,5rem)}.hero-copy{font-size:1.1rem}.section{padding:75px 0}.section-head{display:block}.section-head>p{margin:20px 0 0}.service-grid{grid-template-columns:1fr;gap:17px}.service-visual{height:260px}.about{display:flex;flex-direction:column}.about-image{height:330px}.about-content{padding:60px 22px 70px;width:min(100%,640px);margin:auto}.steps{grid-template-columns:repeat(2,1fr);row-gap:34px}.contact-layout{grid-template-columns:1fr;gap:24px}.footer{flex-wrap:wrap}.footer nav{flex-direction:column;gap:12px}.footer small{width:100%;padding:0}}
@media(max-width:500px){.actions{flex-direction:column;align-items:stretch}.hero-inner{padding-top:260px}.service-visual{height:210px}.steps{grid-template-columns:1fr}.contact{padding:66px 0}.contact-panel{padding:26px}.footer{display:block}.footer nav{padding:10px 0 30px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}.button{transition:none}}
.brand{width:220px;height:auto;gap:0}.brand img{display:block;width:100%;height:auto;object-fit:contain}.footer .brand{width:205px}.footer .brand img{width:100%;height:auto;object-fit:contain}
@media(max-width:800px){.brand{width:180px;transform:none;margin-right:0}}
.direct-contact{display:grid;gap:11px;margin-top:28px}.direct-contact a{width:max-content;max-width:100%;color:#fff;font-weight:700;border-bottom:1px solid #6c858b;padding-bottom:4px;overflow-wrap:anywhere}.direct-contact a:hover{border-color:#fff}.contact-panel{padding:32px 36px}.contact-panel h3{margin-bottom:22px}.contact-panel label{display:block;font-size:.84rem;font-weight:700;margin-bottom:17px;color:#263d45}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.contact-panel input,.contact-panel select,.contact-panel textarea{display:block;width:100%;margin-top:7px;border:1px solid #d4dee1;border-radius:4px;padding:12px 13px;font:inherit;font-size:.95rem;color:#17313a;background:white;outline-offset:2px}.contact-panel textarea{resize:vertical;min-height:95px}.contact-panel input:focus-visible,.contact-panel select:focus-visible,.contact-panel textarea:focus-visible{outline:2px solid #e50919;border-color:#e50919}.form-submit{border:0;cursor:pointer;width:100%}.contact-panel .form-note{font-size:.78rem;line-height:1.5;margin:12px 0 0;color:#64787f!important}
@media(max-width:500px){.form-grid{grid-template-columns:1fr}.contact-panel{padding:25px 21px}}
.careers{background:#f4f7f7;padding:85px 0}.careers-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}.careers h2{font-size:clamp(2.3rem,4vw,3.6rem);line-height:1.13;margin:16px 0}.careers-heading p:last-child{font-size:1.05rem;line-height:1.65;color:#5e737b;margin:0}.carousel-controls{display:flex;gap:12px;flex:none}.carousel-arrow{width:48px;height:48px;border:1px solid #b9c9ce;border-radius:50%;background:white;color:#17313a;font-size:1.5rem;line-height:1;cursor:pointer}.carousel-arrow:hover,.carousel-arrow:focus-visible{background:#e50919;color:#fff;border-color:#e50919}.career-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;outline-offset:5px}.career-viewport::-webkit-scrollbar{display:none}.career-viewport.enhanced{overflow:hidden;touch-action:pan-y}.career-track{display:flex;gap:20px}.career-card{flex:0 0 calc((100% - 40px)/3);min-height:310px;background:#fff;border:1px solid #dbe4e6;border-radius:6px;padding:28px;display:flex;flex-direction:column;scroll-snap-align:start}.career-number{font-size:.82rem;font-weight:800;letter-spacing:.1em;color:#e50919}.career-card h3{font-size:1.55rem;line-height:1.25;margin:18px 0 12px}.career-card p{line-height:1.55;color:#536973;margin:0 0 12px}.career-card .career-location{color:#758993;font-weight:700}.career-card a{font-weight:800;color:#e50919;margin-top:auto;align-self:start;padding-top:15px}.career-card a:hover{text-decoration:underline}.career-cta{margin-top:28px}
@media(max-width:800px){.careers{padding:70px 0}.career-card{flex-basis:calc((100% - 20px)/2)}}
@media(max-width:600px){.careers-heading{align-items:start;flex-direction:column}.carousel-controls{align-self:flex-end}.careers-heading p:last-child{font-size:.95rem}.carousel-controls{gap:7px}.carousel-arrow{width:42px;height:42px}.career-card{flex-basis:100%;min-height:285px;padding:26px}}
