:root{--yellow: #ffc400;--yellow-strong: #f2b300;--black: #111111;--graphite: #242424;--gray: #666666;--line: #dedede;--soft: #f5f5f2;--white: #ffffff;--shadow: 0 18px 55px rgba(0, 0, 0, .14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--black);background:var(--white);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.section{padding:88px 0}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(17,17,17,.08);background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:6px;color:var(--black);background:var(--yellow)}.nav-links{display:flex;align-items:center;gap:22px;color:var(--graphite);font-size:15px}.nav-links a:hover,.header-phones a:hover,.site-footer a:hover{color:#8a6500}.header-phones{display:grid;gap:2px;text-align:right}.header-phones a{font-weight:800}.hero{min-height:calc(100vh - 74px);display:flex;align-items:center;background:linear-gradient(90deg,#111111eb,#1119),var(--black);color:var(--white)}.hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:48px;align-items:center}.hero-content{padding:72px 0}.eyebrow{margin:0 0 14px;color:#8a6500;font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:0}.hero .eyebrow{color:var(--yellow)}h1,h2,h3,p{overflow-wrap:anywhere}h1{max-width:760px;margin:0;font-size:clamp(42px,6vw,78px);line-height:1.02;letter-spacing:0}h2{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.12;letter-spacing:0}h3{margin:0;font-size:21px;line-height:1.24}.hero-lead{max-width:690px;margin:24px 0 0;color:#ffffffe0;font-size:clamp(18px,2vw,23px)}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;border:0;border-radius:6px;padding:15px 24px;font:inherit;font-weight:850;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.button:hover{transform:translateY(-1px)}.button-primary{color:var(--black);background:var(--yellow)}.button-primary:hover{background:var(--yellow-strong)}.button-secondary{color:var(--white);border:1px solid rgba(255,255,255,.34);background:#ffffff1a}.hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0;margin:34px 0 0;list-style:none}.hero-facts li{border-left:4px solid var(--yellow);padding:10px 12px;background:#ffffff14;color:#ffffffe6;font-weight:700}.hero-media{margin:0;overflow:hidden;border-radius:8px;box-shadow:var(--shadow)}.hero-media img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.section-heading{max-width:760px;margin-bottom:38px}.section-heading p:not(.eyebrow){margin:16px 0 0;color:var(--gray);font-size:18px}.benefits,.truck,.request{background:var(--soft)}.benefit-grid,.why-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.benefit-card,.service-card,.why-card,.faq-item,.contact-panel{border:1px solid var(--line);border-radius:8px;background:var(--white)}.benefit-card{min-height:155px;padding:22px}.benefit-card span{display:inline-block;margin-bottom:32px;color:#8a6500;font-weight:900}.services-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:start}.sticky-heading{position:sticky;top:110px}.service-list{display:grid;gap:14px}.service-card{min-height:124px;padding:24px}.service-card p,.why-card p,.truck-content p,.seo-text p,.request-copy p,.site-footer p{color:var(--gray)}.request-grid,.seo-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.truck-grid{max-width:860px}.truck-content p{margin:20px 0;font-size:18px}.truck-specs{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 28px}.truck-specs span{border-radius:999px;padding:8px 13px;background:var(--white);color:var(--graphite);font-weight:800}.why-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.why-card{min-height:180px;padding:26px}.seo-text{background:var(--white)}.seo-layout{align-items:start}.seo-text article{max-width:860px}.seo-text p{margin:18px 0 0}.request-copy p{font-size:18px}.contact-panel{display:grid;gap:6px;max-width:420px;margin-top:28px;padding:22px}.contact-panel-large{max-width:none;margin-top:0;padding:28px;box-shadow:var(--shadow)}.contact-panel a{font-size:24px;font-weight:900}.phone-list{display:grid;gap:6px}.contact-panel .button{width:fit-content;margin-top:16px;font-size:inherit}.faq-list{display:grid;gap:12px}.faq-item{padding:0 22px}.faq-item summary{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-weight:900;cursor:pointer}.faq-item summary:after{content:"+";display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border-radius:6px;background:var(--yellow)}.faq-item[open] summary:after{content:"-"}.faq-item p{margin:0;padding:0 0 22px;color:var(--gray)}.site-footer{padding:34px 0 92px;color:var(--white);background:var(--black)}.footer-grid{display:flex;justify-content:space-between;gap:28px}.site-footer nav{display:flex;flex-wrap:wrap;gap:18px;font-weight:800}.mobile-call{position:fixed;right:16px;bottom:16px;z-index:30;display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border-radius:6px;padding:8px;color:var(--black);background:var(--yellow);box-shadow:0 12px 30px #0000004d;font-weight:950}.mobile-call a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border-radius:4px;padding:0 10px;background:#ffffff59;font-size:14px;white-space:nowrap}@media(max-width:980px){.nav{min-height:auto;padding:14px 0;align-items:flex-start}.nav-links{display:none}.hero{min-height:auto}.hero-grid,.services-grid,.request-grid,.seo-layout{grid-template-columns:1fr}.hero-content{padding:58px 0 0}.hero-media{margin-bottom:54px}.benefit-grid,.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-heading{position:static}}@media(max-width:680px){.container{width:min(100% - 28px,1160px)}.section{padding:62px 0}.brand span:last-child{max-width:150px;line-height:1.1}.header-phones{display:none}h1{font-size:clamp(38px,13vw,52px)}h2{font-size:30px}.hero-actions,.hero-actions .button,.button{width:100%}.hero-facts,.benefit-grid,.why-grid{grid-template-columns:1fr}.benefit-card,.service-card,.why-card{min-height:auto}.contact-panel .button{width:100%}.footer-grid{display:grid}.mobile-call{display:grid;left:16px}}
