:root{--black:#111417;--charcoal:#1a1f24;--ink:#17202a;--muted:#64707c;--line:#d9dee5;--soft:#f3f5f7;--white:#fff;--yellow:#f6c115;--yellow-dark:#b88300;--shadow:0 20px 60px rgba(17,20,23,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;background:var(--soft)}main{display:flex;flex-direction:column}a{color:inherit}.top-alert{display:flex;align-items:center;justify-content:center;gap:18px;min-height:42px;padding:8px 18px;color:#fff;font-weight:800;font-size:.88rem;text-align:center;background:var(--black)}.top-alert a{color:var(--yellow);text-transform:uppercase}.site-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;min-height:92px;padding:14px clamp(18px,4vw,54px);background:var(--black);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 12px 34px rgba(17,20,23,.1)}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand-logo{display:block;width:clamp(210px,24vw,330px);height:62px;padding:5px 10px;object-fit:contain;object-position:left center;background:transparent}.site-nav{display:flex;justify-content:center;align-items:center;gap:4px}.site-nav a{padding:14px 12px;color:rgba(255,255,255,.84);font-size:.9rem;font-weight:900;text-decoration:none;text-transform:uppercase}.site-nav a:hover{color:var(--yellow)}.header-cta{display:flex;align-items:center;gap:14px;white-space:nowrap}.header-phone{color:#fff;font-weight:900;text-decoration:none}.header-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 16px;color:#111417;font-size:.82rem;font-weight:900;text-decoration:none;text-transform:uppercase;background:var(--yellow)}.nav-toggle{display:none;width:44px;height:44px;padding:10px;background:transparent;border:1px solid rgba(255,255,255,.24)}.nav-toggle span{display:block;height:2px;margin:5px 0;background:#fff}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,430px);gap:clamp(26px,5vw,62px);align-items:center;min-height:calc(100vh - 130px);padding:clamp(36px,5vw,56px) clamp(18px,5vw,72px);overflow:hidden;background:linear-gradient(90deg,rgba(17,20,23,.95),rgba(17,20,23,.72),rgba(17,20,23,.55)),url("https://images.unsplash.com/photo-1621905252507-b35492cc74b4?auto=format&fit=crop&w=1900&q=80") center/cover}.hero.has-cms-bg{background:linear-gradient(90deg,rgba(17,20,23,.95),rgba(17,20,23,.72),rgba(17,20,23,.55)),var(--cms-bg-image) center/cover}.hero:after{content:"";position:absolute;right:-120px;bottom:-180px;width:520px;height:520px;border:46px solid rgba(246,193,21,.22);transform:rotate(18deg)}.hero-copy,.request-card{position:relative;z-index:1}.hero-copy{max-width:780px;color:#fff}.eyebrow{margin:0 0 14px;color:var(--yellow);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.hero h1{margin:0;font-size:clamp(3rem,6vw,5.35rem);line-height:.94;letter-spacing:0;text-transform:uppercase}.hero-copy p:not(.eyebrow){max-width:620px;margin:22px 0 0;color:rgba(255,255,255,.84);font-size:clamp(1.04rem,1.7vw,1.28rem);line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 20px;border:2px solid transparent;font-weight:900;text-decoration:none;text-transform:uppercase;cursor:pointer}.button.primary{color:#111417;background:var(--yellow);border-color:var(--yellow)}.button.secondary{color:#fff;border-color:rgba(255,255,255,.68)}.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.hero-badges span{padding:9px 12px;color:#fff;font-weight:800;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24)}.request-card{padding:clamp(20px,2.5vw,28px);background:#fff;border-top:9px solid var(--yellow);box-shadow:var(--shadow)}.form-kicker{margin:0 0 8px;color:var(--yellow-dark);font-weight:900;text-transform:uppercase}.request-card h2{margin:0 0 16px;color:#111417;font-size:clamp(1.7rem,3vw,2.4rem)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:grid;gap:7px;margin-bottom:10px;color:#2d3742;font-size:.86rem;font-weight:900}input,select,textarea{width:100%;min-height:42px;padding:10px 12px;color:var(--ink);font:inherit;background:#f8fafc;border:1px solid #cdd5df;border-radius:0}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid rgba(246,193,21,.38);border-color:var(--yellow-dark)}.service-strip{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,1fr);margin-top:-84px;background:var(--yellow)}.service-strip a{display:grid;place-items:center;min-height:84px;padding:18px 12px;color:#111417;font-weight:900;text-align:center;text-decoration:none;text-transform:uppercase;border-right:1px solid rgba(17,20,23,.22)}.section,.about-section,.why-section,.areas-section{padding:clamp(58px,8vw,102px) clamp(18px,5vw,72px)}.section-heading{max-width:760px;margin-bottom:34px}.section-heading.centered{margin-right:auto;margin-left:auto;text-align:center}h2{margin:0;font-size:clamp(2rem,4.3vw,4.4rem);line-height:1.02;letter-spacing:0}h3{margin:0 0 10px;font-size:1.18rem}p{line-height:1.65}.offers,.about-section{background:#fff}.offer-grid,.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.offer-card{min-height:285px;padding:28px;color:#111417;background:#f6f7f9;border:1px solid var(--line);box-shadow:0 10px 30px rgba(17,20,23,.08)}.offer-card.dark{color:#fff;background:var(--black);border-color:var(--black)}.offer-card span{display:block;margin-bottom:22px;color:var(--yellow-dark);font-weight:900;text-transform:uppercase}.offer-card.dark span,.offer-card.dark p{color:rgba(255,255,255,.78)}.offer-card h3{font-size:clamp(2rem,4vw,3.4rem);line-height:.95;text-transform:uppercase}.offer-card p,.about-content p,.areas-section p,.why-section li,.review-grid p{color:var(--muted)}.offer-card a{display:inline-block;margin-top:18px;font-weight:900;text-transform:uppercase}.difference,.why-section{color:#fff;background:var(--black)}.difference-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.18)}.difference-grid article{min-height:245px;padding:26px;background:var(--charcoal)}.difference-grid strong{display:block;margin-bottom:26px;color:var(--yellow);font-size:1.4rem}.difference-grid p{color:rgba(255,255,255,.74)}.about-section{display:grid;grid-template-columns:.85fr 1fr;gap:clamp(28px,6vw,76px);align-items:center}.about-image{min-height:520px;background:linear-gradient(rgba(17,20,23,.08),rgba(17,20,23,.12)),url("https://images.unsplash.com/photo-1605086998852-18371cfd9b2b?auto=format&fit=crop&w=1100&q=80") center/cover;box-shadow:var(--shadow)}.about-image.has-cms-bg{background:linear-gradient(rgba(17,20,23,.08),rgba(17,20,23,.12)),var(--cms-bg-image) center/cover}.about-content ul,.why-section ul{padding:0;margin:26px 0;list-style:none}.about-content li,.why-section li{position:relative;padding:12px 0 12px 30px;border-bottom:1px solid var(--line)}.about-content li:before,.why-section li:before{content:"";position:absolute;top:18px;left:0;width:12px;height:12px;background:var(--yellow)}.reviews{background:#eef1f4}blockquote{margin:0;padding:30px;background:#fff;border-left:7px solid var(--yellow);box-shadow:0 10px 26px rgba(17,20,23,.07)}blockquote p{margin-top:0;font-size:1.05rem}cite{color:#111417;font-style:normal;font-weight:900}.why-section{display:grid;grid-template-columns:.85fr 1fr;gap:clamp(28px,6vw,74px)}.why-section ul{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;margin:0}.why-section li{color:rgba(255,255,255,.76);border-bottom-color:rgba(255,255,255,.16)}.areas-section{display:grid;grid-template-columns:.8fr 1fr;gap:clamp(24px,5vw,70px);align-items:center;background:var(--yellow)}.areas-section .eyebrow{color:#111417}.area-list{display:flex;flex-wrap:wrap;gap:10px}.area-list span{padding:12px 14px;color:#fff;font-weight:900;background:var(--black)}.site-footer{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:32px;padding:clamp(38px,6vw,68px) clamp(18px,5vw,72px) 24px;color:rgba(255,255,255,.78);background:#0d1013}.footer-logo{display:block;width:min(310px,100%);height:64px;object-fit:contain;object-position:left center;background:#171b1f}.site-footer h3{color:#fff}.site-footer a,.site-footer span{display:block;margin:9px 0;color:rgba(255,255,255,.78);text-decoration:none}.footer-bottom{grid-column:1/-1;padding-top:22px;border-top:1px solid rgba(255,255,255,.14)}@media(max-width:1020px){.site-header{grid-template-columns:auto auto}.header-cta{display:none}.hero,.about-section,.why-section,.areas-section{grid-template-columns:1fr}.difference-grid,.offer-grid,.review-grid{grid-template-columns:repeat(2,1fr)}.service-strip{grid-template-columns:repeat(3,1fr);margin-top:0}.site-nav{position:absolute;top:92px;right:18px;left:18px;display:none;flex-direction:column;align-items:stretch;padding:12px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.site-nav a{color:#2a333d}.site-nav.is-open{display:flex}.nav-toggle{display:block;justify-self:end}}@media(max-width:680px){.top-alert{flex-direction:column;gap:4px}.site-header{min-height:78px}.brand-logo{width:176px;height:48px;padding:3px 5px}.hero{min-height:auto;gap:24px;padding-top:36px;padding-bottom:36px}.hero h1{font-size:2.55rem}.hero-copy p:not(.eyebrow){margin-top:16px;font-size:1rem}.hero-actions,.hero-badges{margin-top:20px}.request-card{padding:20px}.request-card h2{margin-bottom:14px;font-size:1.62rem}label{margin-bottom:10px}input,select,textarea{min-height:42px;padding:10px 11px}.button{width:100%}.form-grid,.difference-grid,.offer-grid,.review-grid,.why-section ul,.service-strip,.site-footer{grid-template-columns:1fr}.about-image{min-height:340px}}
