:root{--ink:#101417;--panel:#192024;--muted:#667078;--line:#d9dedf;--paper:#f4f4f0;--white:#fff;--orange:#f36a21;--orange2:#c84c0b;--max:1180px;--radius:4px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);margin:0;font:16px/1.65 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}a{color:inherit}img{max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em;line-height:1.08}h1{max-width:950px;font-size:max(2.7rem,min(8vw,5.8rem))}h2{margin-bottom:1.3rem;font-size:max(2rem,min(5vw,3.6rem))}h3{font-size:1.35rem}.wrap{width:min(calc(100% - 2rem),var(--max));margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{z-index:99;background:#fff;padding:.7rem;top:1rem;left:1rem}.site-head{background:var(--ink);color:#fff;z-index:30;border-bottom:1px solid #30383c;height:72px;position:sticky;top:0}.head-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:.7rem;font-weight:750;text-decoration:none;display:flex}.brand-mark{background:var(--orange);color:#fff;clip-path:polygon(12% 0,100% 0,88% 100%,0 100%);align-items:center;justify-items:center;width:38px;height:38px;font-weight:900;display:grid}nav{display:none}.menu{color:#fff;background:0 0;border:1px solid #596065;padding:.55rem .8rem}.site-head nav.open{background:var(--ink);flex-direction:column;gap:.5rem;padding:1rem;display:flex;position:absolute;top:72px;left:0;right:0}.site-head nav a{padding:.6rem .8rem;font-weight:650;text-decoration:none}.nav-cta{background:var(--orange)}.home-hero{color:#fff;align-items:center;min-height:720px;display:grid;position:relative;overflow:hidden}.home-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.shade{background:linear-gradient(90deg,rgba(10,14,16,.97) 0%,rgba(10,14,16,.87) 45%,rgba(10,14,16,.18) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-copy{padding:5rem 0;position:relative}.hero-copy h1{margin-bottom:1rem}.hero-copy>p:not(.eyebrow){max-width:760px;font-size:max(1.2rem,min(2.3vw,1.65rem))}.hero-copy .hero-sub{color:#dfe3e4;max-width:680px!important;font-size:1rem!important}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--orange);font-size:.76rem;font-weight:850}.actions{flex-wrap:wrap;gap:.7rem;margin:2rem 0;display:flex}.btn{border:1px solid;justify-content:center;align-items:center;min-height:48px;padding:.75rem 1.15rem;font-weight:800;text-decoration:none;display:inline-flex}.btn.primary{background:var(--orange);border-color:var(--orange);color:#fff}.btn.primary:hover{background:var(--orange2)}.trust{flex-wrap:wrap;gap:1.2rem;margin:2.5rem 0 0;padding:0;font-size:.9rem;font-weight:750;list-style:none;display:flex}.trust li:before{content:"✓";color:var(--orange);margin-right:.45rem}.page-hero{background:var(--ink);color:#fff;border-bottom:5px solid var(--orange);padding:max(4rem,min(10vw,8rem)) 0 3.5rem}.page-hero h1{margin:.6rem 0 1rem;font-size:max(2.6rem,min(7vw,5rem))}.lead{color:#d6dbdd;max-width:820px;font-size:max(1.15rem,min(2vw,1.45rem))}.crumbs{color:#aeb7ba;text-transform:capitalize;flex-wrap:wrap;gap:.5rem;font-size:.8rem;display:flex}.crumbs a{text-decoration:none}.section.alt{background:var(--paper)}.section.dark{background:var(--ink);color:#fff}.display{letter-spacing:-.04em;font-size:max(1.7rem,min(4vw,3rem));font-weight:800;line-height:1.12}.intro-grid,.split,.location-call{gap:2rem;display:grid}.prose p{margin-bottom:1.25rem}.prose strong{font-weight:800}.cols{column-width:280px;column-gap:2.5rem}.cols p{break-inside:avoid}.cards{background:var(--line);border:1px solid var(--line);gap:1px;display:grid}.card{background:#fff;flex-direction:column;min-height:220px;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.dark .cards{background:#31393d;border-color:#31393d}.card:hover{z-index:2;transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.133)}.card-no{color:var(--orange);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:900}.card h3{margin:1.5rem 0 .7rem}.card p{color:var(--muted)}.more{margin-top:auto;font-weight:800}.fact{background:var(--ink);color:#fff;padding:2rem}.fact dl{margin:0}.fact dt{color:var(--orange);text-transform:uppercase;margin-top:1rem;font-size:.75rem;font-weight:900}.fact dd{margin:0}.buy{width:min(calc(100% - 2rem),var(--max));background:var(--panel);color:#fff;align-items:center;gap:2rem;margin:1rem auto;padding:max(2rem,min(5vw,4rem));display:grid}.buy h2{font-size:max(2rem,min(4vw,3.2rem))}.buy p{color:#d4dadd;max-width:800px}.faq details{border-top:1px solid var(--line);padding:1rem 0}.faq summary{cursor:pointer;font-size:1.08rem;font-weight:800}.faq p{color:var(--muted);padding-top:.8rem}.steps{counter-reset:s;background:var(--line);gap:1px;padding:0;list-style:none;display:grid}.steps li{counter-increment:s;background:#fff;gap:.3rem;padding:1.5rem;display:grid}.steps li:before{content:"0" counter(s);color:var(--orange);font-weight:900}.search-label{margin-bottom:.5rem;font-weight:800;display:block}.city-search{border:2px solid var(--ink);width:100%;font:inherit;margin-bottom:2rem;padding:1rem}.lead-small{max-width:850px;font-size:1.15rem}.contact-form{gap:1rem;max-width:760px;display:grid}.contact-form label{gap:.35rem;font-weight:750;display:grid}.contact-form label span,.form-note{color:var(--muted);font-size:.9rem;font-weight:400}.contact-form input,.contact-form textarea,.contact-form select{width:100%;font:inherit;background:#fff;border:1px solid #a9b0b3;padding:.85rem}.form-row{grid-template-columns:1fr 2fr;gap:1rem;display:grid}.warning{border-left:5px solid var(--orange);background:#fff2eb;padding:1.5rem}.contact-panel{background:var(--paper);max-width:720px;padding:2rem}footer{color:#b9c1c4;background:#0b0e10;padding:4rem 0 6rem}.footer-grid{gap:2.5rem;display:grid}.footer-grid h2{color:#fff;font-size:1rem}.footer-grid a:not(.brand){margin:.5rem 0;text-decoration:none;display:block}.legal{border-top:1px solid #30383c;margin-top:3rem;padding-top:1.5rem;font-size:.85rem}.mobile-bar{z-index:40;background:var(--orange);color:#fff;grid-template-columns:repeat(3,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-bar a{text-align:center;border-right:1px solid rgba(255,255,255,.333);padding:.8rem .2rem;font-weight:850;text-decoration:none}@media (min-width:700px){.cards{grid-template-columns:repeat(2,1fr)}.intro-grid,.split{grid-template-columns:1fr 1fr}.location-call{grid-template-columns:1fr auto;align-items:end}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.steps{grid-template-columns:repeat(4,1fr)}}@media (min-width:1000px){.menu{display:none}.site-head nav{align-items:center;display:flex}.cards{grid-template-columns:repeat(3,1fr)}.mobile-bar{display:none}footer{padding-bottom:4rem}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.nav-group{position:relative}.nav-group summary{cursor:pointer;white-space:nowrap;padding:.6rem .75rem;font-weight:750;list-style:none}.nav-group summary::-webkit-details-marker{display:none}.nav-group summary:after{content:" ⌄";color:var(--orange)}.mega{color:#fff;border-top:2px solid var(--orange);background:#11171a;gap:1rem;max-height:calc(100vh - 90px);padding:1rem;display:grid;overflow:auto}.mega-intro{grid-column:1/-1}.mega-intro a{color:var(--orange)!important;font-weight:900!important}.mega-col{min-width:180px}.mega-col>strong{color:var(--orange);border-bottom:1px solid #394145;padding:.45rem .8rem;display:block}.mega-col>a{color:#e9eded;font-size:.88rem;padding:.32rem .8rem!important;display:block!important}.nav-home{display:none!important}@media (max-width:999px){.site-head{height:auto;min-height:72px}.head-inner{min-height:72px}.site-head nav.open{max-height:calc(100vh - 72px);overflow:auto}.nav-group{width:100%}.nav-group summary{padding:.8rem}.mega{grid-template-columns:1fr;position:static}.mega-col{min-width:0}.mega-col>a{padding:.55rem .8rem!important}.nav-home{display:block!important}}@media (min-width:1000px){.site-head .wrap{width:min(100% - 1rem,1500px)}.site-head nav{gap:0}.site-head nav>a,.nav-group summary{font-size:.78rem;padding:.6rem .48rem!important}.nav-group .mega{grid-template-columns:repeat(4,minmax(0,1fr));width:min(100% - 2rem,1400px);display:none;position:fixed;top:72px;left:50%;transform:translate(-50%);box-shadow:0 22px 45px rgba(0,0,0,.533)}.services-group .mega{grid-template-columns:repeat(6,minmax(0,1fr))}.nav-group:hover .mega,.nav-group[open] .mega{display:grid}.nav-group:focus-within .mega{display:grid}.nav-group:last-of-type .mega{grid-template-columns:repeat(4,minmax(200px,1fr))}.nav-group:last-of-type .mega-col{max-height:65vh;overflow:auto}}.service-flow{gap:1rem;display:grid}.service-flow article{border:1px solid var(--line);background:#fff;flex-direction:column;min-height:330px;padding:1.5rem;display:flex;position:relative}.service-flow article:before{content:"";background:var(--orange);width:4px;position:absolute;top:0;bottom:0;left:0}.flow-icon{background:var(--ink);color:#fff;align-items:center;justify-items:center;width:52px;height:52px;margin-bottom:1rem;display:grid}.flow-icon svg{fill:currentColor;width:27px;height:27px}.flow-no{color:#b5babc;font-size:1.4rem;font-weight:900;position:absolute;top:.7rem;right:1rem}.service-flow h3{margin:.2rem 0 1rem}.service-flow p{color:var(--muted)}.flow-links{flex-wrap:wrap;gap:.45rem;margin-top:auto;display:flex}.flow-links a{color:var(--orange2);text-underline-offset:3px;font-weight:800}.flow-links a+a:before{content:"·";color:var(--muted);margin-right:.45rem}.flow-promise{color:var(--orange);margin:0 0 1rem;display:block}.flow-cta{border-top:4px solid var(--orange);background:#fff;gap:1rem;margin-top:1.5rem;padding:max(1.5rem,min(4vw,2.5rem));display:grid}.flow-cta h3{margin-bottom:.5rem;font-size:max(1.5rem,min(3vw,2.2rem))}.flow-cta p{max-width:760px;margin:0}.source-note{color:var(--muted);margin-top:1.5rem;font-size:.82rem}@media (min-width:720px){.service-flow{grid-template-columns:repeat(2,1fr)}.flow-cta{grid-template-columns:1fr auto;align-items:center}}@media (min-width:1100px){.service-flow{grid-template-columns:repeat(4,1fr)}}.contextual-visual{grid-template-columns:minmax(0,720px);justify-content:center;margin-top:max(1.25rem,min(3vw,2rem));display:grid}.contextual-visual figure{border:1px solid var(--line);background:#fff;margin:0;padding:.65rem}.contextual-visual picture,.contextual-visual img{width:100%;height:auto;display:block}.contextual-visual figcaption{color:var(--muted);padding:.7rem .35rem .2rem;font-size:.92rem}.related-network{background:#f4f5f3}.related-grid{gap:1rem;display:grid}.related-grid>div{border-left:4px solid var(--orange);background:#fff;padding:1.25rem}.related-grid nav{flex-wrap:wrap;gap:.55rem;display:flex}.related-grid nav a,.city-letter a{color:var(--ink);border-bottom:1px solid #c8cdcf;text-decoration:none}.city-az{columns:1;column-gap:1rem}.city-letter{break-inside:avoid;border-top:3px solid var(--orange);background:#fff;margin:0 0 1rem;padding:1rem}.city-letter h3{color:var(--orange2);margin:0 0 .65rem}.city-letter>div{gap:.32rem;display:grid}.city-letter a{padding:.14rem 0;font-size:.88rem}@media (min-width:700px){.related-grid{grid-template-columns:repeat(2,1fr)}.city-az{columns:2}}@media (min-width:1050px){.city-az{columns:4}}.map-layout{align-items:stretch;gap:1.5rem;display:grid}.map-copy{background:#fff;padding:1.5rem}.map-consent{color:#fff;background:#182024;align-items:center;justify-items:center;min-height:390px;display:grid}.map-placeholder{text-align:center;max-width:580px;padding:2rem}.map-placeholder strong{margin-bottom:.5rem;font-size:max(1.4rem,min(3vw,2rem));display:block}.map-placeholder p{color:#d6dbdd}.map-consent iframe{border:0;width:100%;height:390px;display:block}@media (min-width:800px){.map-layout{grid-template-columns:minmax(260px,.7fr) minmax(420px,1.3fr)}}.material-gallery{gap:1rem;padding-top:max(2rem,min(5vw,4rem));display:grid}.material-gallery figure{color:#fff;background:#101417;margin:0;overflow:hidden}.material-gallery picture,.material-gallery img{width:100%;display:block}.material-gallery img{aspect-ratio:3/2;object-fit:cover}.material-gallery figcaption{padding:.75rem 1rem;font-size:.85rem}.image-note{color:#667078;padding-top:.75rem;font-size:.85rem}.gallery-cta{background:#edf4ef;border-left:4px solid #19733d;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:1rem;padding:1rem 1.25rem;display:flex}.gallery-cta strong{font-size:1.05rem}.gallery-cta span{color:#4d5b52;margin-right:auto}.gallery-cta .btn{white-space:nowrap}@media (min-width:900px){.material-gallery{grid-template-columns:repeat(3,1fr)}}.home-hero>picture,.home-hero>picture img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.hero-layout{align-items:start;gap:1.5rem;display:grid}.hero-message>p{max-width:620px;font-size:1.15rem}.hero-contact{flex-wrap:wrap;gap:.75rem;display:flex}.hero-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(16,20,23,.91);border:1px solid rgba(255,255,255,.22);gap:.7rem;padding:max(1rem,min(3vw,1.6rem));display:grid;box-shadow:0 24px 70px rgba(0,0,0,.35)}.hero-form h2{margin:0 0 .3rem;font-size:max(1.4rem,min(2vw,2rem))}.hero-form label{color:#fff;gap:.25rem;font-size:.82rem;font-weight:750;display:grid}.hero-form input,.hero-form select,.hero-form textarea{color:#101417;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #8f999e;border-radius:0;padding:.65rem .7rem}.hero-form small{color:#bdc6ca}.visual-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.visual-cards>a{background:#fff;border:1px solid #d9dedf;grid-template-columns:88px 1fr;align-items:center;min-width:0;text-decoration:none;display:grid;overflow:hidden}.visual-cards .thumb,.visual-cards picture,.visual-cards img{width:88px;height:82px;display:block}.visual-cards img{object-fit:cover}.visual-cards a>span:last-child{gap:.2rem;padding:.65rem;display:grid}.visual-cards small{color:#667078;line-height:1.35}.link-cluster{background:#d9dedf;border:1px solid #d9dedf;gap:1px;display:grid}.link-cluster>div{background:#fff;flex-direction:column;gap:.55rem;padding:1.5rem;display:flex}.link-cluster h3{margin-bottom:.5rem}.link-cluster a{color:#333d42;text-underline-offset:.2em;text-decoration-color:#f36a21}@media (min-width:900px){.hero-layout{grid-template-columns:minmax(0,.8fr) minmax(480px,1.2fr)}.visual-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.link-cluster{grid-template-columns:repeat(3,1fr)}}@media (max-width:520px){.hero-form .form-row,.visual-cards{grid-template-columns:1fr}}.collect-grid{background:#d9dedf;border:1px solid #d9dedf;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;display:grid}.collect-card{background:#fff;flex-direction:column;min-height:100%;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.collect-card:hover{z-index:1;transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.133)}.collect-thumb{aspect-ratio:16/10;background:#dfe3e4;display:block;overflow:hidden}.collect-thumb picture,.collect-thumb img{width:100%;height:100%;display:block}.collect-thumb img{object-fit:cover}.collect-card>span:last-child{flex-direction:column;flex:1;padding:1.25rem;display:flex}.collect-card strong{font-size:1.25rem;line-height:1.15}.collect-card small{color:#667078;margin:.6rem 0 1rem;font-size:.92rem;line-height:1.5;display:block}.collect-card b{color:#c84c0b;margin-top:auto;font-size:.88rem}.contact-link{color:#f36a21;font-size:.8rem}@media (min-width:1000px){.head-inner{width:min(100% - 1rem,1450px)}.site-head nav{gap:0}.site-head nav a{padding:.55rem .48rem;font-size:.82rem}}:root{--ink:#071712;--panel:#10271d;--muted:#53645c;--line:#cad5cd;--paper:#f1f5ef;--orange:#68a92f;--orange2:#397b1f;--green:#68a92f;--green-deep:#173d25;--green-pale:#e5efdf;--max:1240px;--radius:14px;--shadow:0 18px 50px rgba(2,20,12,.12)}body{color:#0c2118;background:#fbfcfa;font-size:max(1rem,min(.96rem + .12vw,1.075rem))}body:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(135deg,rgba(104,169,47,.035),transparent 35%);position:fixed;top:0;bottom:0;left:0;right:0}::selection{background:var(--green);color:#fff}:focus-visible{outline-offset:3px;outline:3px solid #b7e678}h1,h2,h3{letter-spacing:-.025em;font-family:Arial Narrow,Roboto Condensed,Impact,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:850}h2{padding-bottom:.55rem;position:relative}h2:after{content:"";background:var(--green);border-radius:99px;width:72px;height:4px;margin-top:.55rem;display:block}.site-head{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(5,22,15,.97);border-bottom:1px solid rgba(144,204,93,.3);box-shadow:0 8px 30px rgba(0,0,0,.18)}.brand{text-transform:uppercase;font-size:1.05rem}.brand-mark{background:var(--green);clip-path:none;border-radius:10px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.2)}.menu{border-color:#7ba963;border-radius:9px;min-width:48px;min-height:48px;font-weight:800}.nav-cta,.btn.primary{background:var(--green);border-color:var(--green);border-radius:9px;box-shadow:0 9px 24px rgba(74,133,35,.24);color:#07140d!important}.btn{border-radius:9px;transition:transform .18s,background .18s,box-shadow .18s}.btn:hover{transform:translateY(-2px)}.mega{border-top-color:var(--green);background:#081b13;border-radius:0 0 16px 16px}.home-hero,.page-hero{background:#06150f}.page-hero{border-bottom-color:var(--green);position:relative;overflow:hidden}.page-hero:after{content:"";border:1px solid rgba(137,199,82,.25);border-radius:50%;width:440px;height:440px;position:absolute;bottom:-260px;right:-130px;box-shadow:0 0 0 55px rgba(137,199,82,.035),0 0 0 110px rgba(137,199,82,.024)}.page-hero .wrap{z-index:1;position:relative}.trust li:before{color:#9bd15f}.section{padding:max(3.5rem,min(7vw,6.5rem)) 0}.section.alt,.related-network{background:var(--paper)}.cards,.collect-grid,.link-cluster{background:0 0;border:0;gap:1rem}.card{min-height:240px}.card:hover,.collect-card:hover{box-shadow:var(--shadow);border-color:#84b95b;transform:translateY(-5px)}.buy{box-shadow:var(--shadow);background:linear-gradient(125deg,#0a1e15,#21492d);border:1px solid #497a3f;border-radius:18px}.buy h2:after,.dark h2:after,.page-hero h1:after{background:#94cb59}.faq{max-width:980px}.faq details{border:1px solid var(--line);background:#fff;border-radius:11px;margin:.7rem 0;padding:0;overflow:hidden}.faq summary{padding:1.1rem 3rem 1.1rem 1.15rem;list-style:none;position:relative}.faq summary:after{content:"+";color:var(--green);font-size:1.4rem;position:absolute;right:1.2rem}.faq details[open] summary:after{content:"–"}.faq p{margin:0;padding:0 1.15rem 1.15rem}.service-flow article{border-radius:var(--radius);border:1px solid #b9cabd;min-height:350px;overflow:hidden;box-shadow:0 10px 30px rgba(5,30,18,.08)}.service-flow article:before{background:var(--green);width:100%;height:5px;bottom:auto}.flow-icon{background:var(--green-deep);box-shadow:0 0 0 7px var(--green-pale);border-radius:50%}.flow-cta{border-top-color:var(--green);border-radius:var(--radius);box-shadow:var(--shadow)}.contextual-visual figure{border-radius:var(--radius);box-shadow:var(--shadow);border:0;padding:0;overflow:hidden}.contextual-visual figcaption{background:#fff;padding:1rem 1.2rem}.related-grid{gap:1rem}.related-grid>div{border-left:0;border-top:5px solid var(--green)}.related-grid nav a,.city-letter a{border-color:#aebdb2}.related-grid nav a:hover,.city-letter a:hover{color:var(--green-deep);border-color:var(--green)}.all-cities-network{color:#eef5eb;background:#10271d}.city-az{column-gap:1rem}footer{border-top:5px solid var(--green);background:#03110b}.mobile-bar{background:#173d25;border-top:1px solid #70a84a;box-shadow:0 -8px 25px rgba(0,0,0,.25)}.mobile-bar a{align-items:center;justify-items:center;min-height:52px;display:grid}.back-to-top{z-index:35;color:#fff;cursor:pointer;opacity:0;visibility:hidden;background:#10271d;border:1px solid #7ab14e;border-radius:50%;width:48px;height:48px;font-size:1.25rem;transition:all .2s;position:fixed;bottom:1rem;right:1rem;transform:translateY(10px);box-shadow:0 8px 25px rgba(0,0,0,.25)}.back-to-top.visible{opacity:1;visibility:visible;transform:none}@media (max-width:999px){.site-head nav.open{background:#071712;border-top:1px solid #416347}.nav-group{border-bottom:1px solid #294536}.nav-group summary{justify-content:space-between;align-items:center;min-height:48px;display:flex}.mega{border-radius:8px}.mega-col>a{min-height:44px}.back-to-top{bottom:4.5rem}.section{padding-top:3.5rem;padding-bottom:3.5rem}}@media (min-width:760px){.split{align-items:center}.split:nth-of-type(2n)>:first-child{order:2}.service-flow article:nth-child(2n){transform:translateY(1rem)}}@media (prefers-reduced-motion:reduce){.btn,.card,.collect-card,.collect-thumb img,.back-to-top{transition:none!important}.service-flow article:nth-child(2n){transform:none}}body{color:#f5f3ed;background-color:#1d1d1c;background-image:radial-gradient(circle at 10% 0,rgba(245,160,0,.055),transparent 28%),linear-gradient(#1d1d1c,#20201f);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box}::selection{color:#1b160d;background:#f5a000}:focus-visible{outline-color:#ffc44d}.site-head{background:rgba(27,27,26,.97);border-bottom-color:#3d382f}.brand-mark{color:#211a0b;background:#f5a000}.brand b,.eyebrow,.card-no,.fact dt{color:#ffae16}.nav-cta,.btn.primary{background:#f5a000;border-color:#f5a000;box-shadow:0 10px 25px rgba(245,160,0,.18);color:#20190b!important}.btn:not(.primary){color:#ffd075;background:0 0;border-color:#f5a000}.home-hero,.page-hero{width:min(100% - 2rem,1440px);box-shadow:var(--shadow);background:#242423;border:1px solid #373734;border-radius:22px;margin:1rem auto 0}.home-hero{min-height:min(790px,88vh)}.page-hero{border-bottom:1px solid #554522;padding-left:0;padding-right:0}.shade{background:linear-gradient(90deg,rgba(24,24,23,.98) 0%,rgba(24,24,23,.88) 44%,rgba(24,24,23,.28) 78%,rgba(24,24,23,.1) 100%)}.page-hero:after{border-color:rgba(245,160,0,.2);box-shadow:0 0 0 55px rgba(245,160,0,.024),0 0 0 110px rgba(245,160,0,.02)}.lead,.crumbs{color:#d0cec6}.crumbs a:hover{color:#ffb221}.section{background:#1d1d1c}.prose,.prose p,.section p{color:#d6d3cb}.display{color:#fff}.split{background:#292928;border:1px solid #3d3d3a;border-radius:18px;padding:max(1.1rem,min(2vw,1.6rem))}.card,.collect-card,.link-cluster>div,.related-grid>div,.contact-panel{color:#fff;background:#2b2b2a;border-color:#444440;box-shadow:0 12px 34px rgba(0,0,0,.18)}.collect-card b,.more,.link-cluster h3{color:#ffad12}.collect-thumb{background:#333}.buy{background:#2b2b2a;border-color:#66501e}.buy h2:after,.dark h2:after{background:#f5a000}.fact{background:#2a2a29;border:1px solid #464641;border-radius:14px}.faq details{background:#292928;border-color:#454541}.service-flow article{color:#fff;background:#2c2c2b;border-color:#494944;box-shadow:0 15px 35px rgba(0,0,0,.2)}.service-flow article:before{background:#f5a000}.flow-icon{color:#21190b;background:#f5a000;box-shadow:0 0 0 7px rgba(245,160,0,.13)}.flow-links a{color:#ffbd3e}.flow-final{background:#353026!important}.flow-promise{color:#ffc24d}.flow-cta{background:#2c2c2b;border-top-color:#f5a000}.contextual-visual figure{background:#292928}.all-cities-network>div>p{color:#c9c6bd}.city-letter a:hover{color:#ffc24d}.contact-form input,.contact-form textarea,.contact-form select,.hero-form input,.hero-form select,.hero-form textarea,.city-search{color:#fff;background:#3a3a39;border-color:#595956;border-radius:8px}.contact-form input::-ms-input-placeholder{color:#aaa79f}.contact-form input::placeholder{color:#aaa79f}.contact-form textarea::-ms-input-placeholder{color:#aaa79f}.contact-form textarea::placeholder{color:#aaa79f}.hero-form{background:rgba(42,42,41,.94);border-color:#595347;border-radius:16px}footer{background:#151514;border-top-color:#f5a000}.mobile-bar a:nth-child(2){background:#39352d}.back-to-top{color:#ffc14a;background:#2b2b2a;border-color:#f5a000}@media (min-width:760px){.split{grid-template-columns:minmax(0,1fr) minmax(340px,1.15fr)}.split:nth-of-type(2n){grid-template-columns:minmax(340px,1.15fr) minmax(0,1fr)}.service-flow article:nth-child(2n){transform:translateY(1rem)}}@media (max-width:999px){.site-head nav.open{background:#222221;border-top-color:#514832}.nav-group{border-bottom-color:#3e3a31}.home-hero,.page-hero{border-radius:15px;width:min(100% - 1rem,1440px);margin-top:.5rem}.hero-copy{padding-top:3.5rem;padding-bottom:3.5rem}.section{padding-top:3.25rem;padding-bottom:3.25rem}.split{padding:1rem}.mobile-bar{box-shadow:0 -10px 30px rgba(0,0,0,.4)}}.page-hero{isolation:isolate;background:#171716;align-items:center;min-height:max(500px,min(58vw,680px));display:flex}.page-hero:before{content:"";z-index:-2;background-image:linear-gradient(90deg,rgba(16,16,15,.96) 0%,rgba(16,16,15,.86) 43%,rgba(16,16,15,.45) 72%,rgba(16,16,15,.32) 100%),url(/assets/subpage-hero.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;bottom:0;left:0;right:0}.page-hero:after{z-index:-1}.page-hero .wrap{width:min(calc(100% - 3rem),var(--max))}.page-hero h1{text-shadow:0 3px 18px rgba(0,0,0,.72);max-width:850px}.page-hero .lead{text-shadow:0 2px 12px rgba(0,0,0,.85);max-width:780px}@media (max-width:700px){.page-hero{align-items:flex-end;min-height:570px}.page-hero:before{background-image:linear-gradient(rgba(18,18,17,.48),rgba(18,18,17,.94) 62%,rgba(18,18,17,.99)),url(/assets/subpage-hero.webp);background-position:58%}.page-hero .wrap{width:min(calc(100% - 2rem),var(--max));padding-bottom:1rem}.page-hero h1{font-size:max(2.35rem,min(12vw,3.5rem))}}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/barlow-condensed-600.woff2)format("woff2"),url(/assets/fonts/barlow-condensed-600.ttf)format("truetype")}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/barlow-condensed-700.woff2)format("woff2"),url(/assets/fonts/barlow-condensed-700.ttf)format("truetype")}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/fonts/barlow-condensed-800.woff2)format("woff2"),url(/assets/fonts/barlow-condensed-800.ttf)format("truetype")}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/fonts/barlow-condensed-900.woff2)format("woff2"),url(/assets/fonts/barlow-condensed-900.ttf)format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/inter-400.woff2)format("woff2"),url(/assets/fonts/inter-400.ttf)format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/inter-500.woff2)format("woff2"),url(/assets/fonts/inter-500.ttf)format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/inter-600.woff2)format("woff2"),url(/assets/fonts/inter-600.ttf)format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/inter-700.woff2)format("woff2"),url(/assets/fonts/inter-700.ttf)format("truetype")}:root{--orange:#67b321;--orange2:#4b8f13;--green:#67b321}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400}h1{text-transform:uppercase;letter-spacing:.005em;overflow-wrap:anywhere;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:max(3rem,min(7vw,6.5rem));font-weight:900;line-height:.92}h2,h3{text-transform:uppercase;letter-spacing:.01em;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-weight:800}.site-head nav,.btn,.menu,.brand,.mobile-bar,.flow-links,.card-no{letter-spacing:.035em;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-weight:700}.brand-mark,.brand b,.eyebrow,.card-no,.fact dt,.mega-intro a,.mega-col>strong,.collect-card b,.more,.link-cluster h3,.city-letter h3{color:#75bd2c!important}.nav-cta,.btn.primary{background:#67b321;border-color:#67b321;color:#0d1708!important}.nav-cta:hover,.btn.primary:hover{background:#7dcc31;border-color:#7dcc31}.btn:not(.primary):hover{color:#0c1607;background:#67b321}h2:after,.buy h2:after,.dark h2:after,.service-flow article:before{background:#67b321}.flow-icon{color:#10180b;background:#67b321}.page-hero{background:#171716;align-items:stretch;min-height:0;padding:0;display:grid;overflow:hidden}.page-hero:before{display:none}.page-hero>.shared-hero-media,.page-hero>.wrap{grid-area:1/1}.shared-hero-media{align-self:start;width:100%;display:block}.shared-hero-media img{aspect-ratio:3/2;object-fit:contain;background:#111;width:100%;height:auto;display:block}.page-hero>.wrap{z-index:2;width:min(calc(100% - 3rem),var(--max));background:linear-gradient(90deg,rgba(17,17,16,.94),rgba(17,17,16,.78) 58%,rgba(17,17,16,.18));border-radius:16px;align-self:center;padding:max(2rem,min(4vw,4rem))}.home-hero{align-items:stretch;min-height:0;display:grid}.home-hero>picture,.home-hero>.shade,.home-hero>.hero-copy{grid-area:1/1}.home-hero>picture{aspect-ratio:3/2;width:100%;display:block;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.home-hero>picture img{aspect-ratio:3/2;object-fit:contain;background:#111;width:100%;display:block;height:auto!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.home-hero>.shade{z-index:1}.home-hero>.hero-copy{z-index:2;width:min(calc(100% - 3rem),var(--max));background:linear-gradient(90deg,rgba(17,17,16,.94),rgba(17,17,16,.74) 60%,transparent);border-radius:16px;align-self:center;padding:max(2rem,min(4vw,4rem))}@media (max-width:700px){.page-hero,.home-hero{display:block}.page-hero>.shared-hero-media,.home-hero>picture{aspect-ratio:3/2;width:100%;display:block;position:relative!important}.page-hero>.wrap,.home-hero>.hero-copy{background:#222221;border-radius:0;width:100%;padding:2rem 1rem 2.5rem;display:block}.page-hero h1,.home-hero h1{overflow-wrap:anywhere;font-size:max(2.7rem,min(13vw,4rem))}.home-hero>.shade{display:none}.actions{gap:.55rem}.actions .btn{flex:145px}}.home-hero{background:#20201f;min-height:0;display:block;overflow:hidden}.home-hero>picture{aspect-ratio:3/2;background:#111;width:100%;height:auto;display:block;position:relative!important}.home-hero>picture img{aspect-ratio:3/2;object-fit:contain;width:100%;display:block;height:auto!important}.home-hero>.hero-copy{background:linear-gradient(120deg,#242423,#2d2d2b);border-top:5px solid #67b321;border-radius:0;width:100%;max-width:none;padding:max(2rem,min(5vw,4.5rem));display:block;position:relative}.home-hero>.hero-copy>*{width:min(100%,var(--max));margin-left:auto;margin-right:auto}.home-hero .hero-copy h1{max-width:1050px;margin-bottom:.6rem;font-size:max(3rem,min(7.2vw,6.4rem))}.hero-promise{text-transform:uppercase;letter-spacing:.025em;font-weight:800;line-height:1.05;color:#8bd140!important;font-family:Barlow Condensed,Arial Narrow,sans-serif!important;font-size:max(1.55rem,min(3vw,2.6rem))!important}.home-hero .hero-layout{border-top:1px solid #484843;margin-top:2rem;padding-top:2rem}.home-hero .hero-form{box-shadow:none;background:#30302f;border-color:#575751}.home-hero .trust{border-top:1px solid #484843;padding-top:1.5rem}@media (min-width:900px){.home-hero .hero-layout{grid-template-columns:minmax(260px,.65fr) minmax(520px,1.35fr);align-items:start}}@media (max-width:700px){.home-hero{width:calc(100% - 1rem)}.home-hero>.hero-copy{padding:2rem 1rem 2.5rem}.home-hero .hero-copy h1{font-size:max(2.7rem,min(13vw,4rem))}.hero-promise{font-size:max(1.45rem,min(7vw,2rem))!important}.home-hero .hero-layout{padding-top:1.25rem}.home-hero .hero-contact .btn{flex:130px}}.page-hero>.subhero-layout{-webkit-backdrop-filter:blur(7px);background:linear-gradient(110deg,rgba(15,17,15,.86),rgba(20,23,19,.62));border:1px solid rgba(255,255,255,.18);grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);align-items:center;gap:max(1.25rem,min(3vw,3rem));padding:max(1.25rem,min(3vw,2.5rem));display:grid;box-shadow:0 24px 70px rgba(0,0,0,.28)}.subhero-copy{min-width:0}.subhero-copy h1{font-size:max(2.7rem,min(5.8vw,5.6rem))}.subhero-form{-webkit-backdrop-filter:blur(9px);background:rgba(28,31,27,.7);border:1px solid rgba(154,211,89,.58);border-radius:14px;min-width:0;padding:max(1rem,min(2vw,1.5rem));box-shadow:0 16px 42px rgba(0,0,0,.25)}.subhero-form h2{margin-bottom:.45rem;font-size:max(1.65rem,min(2.4vw,2.3rem))}.subhero-form h2:after{height:3px;margin-top:.4rem}.subhero-form input,.subhero-form select,.subhero-form textarea{color:#121612;background:rgba(255,255,255,.9);border-color:rgba(255,255,255,.66)}.subhero-form .btn{width:100%}@media (max-width:980px){.page-hero>.subhero-layout{background:rgba(20,22,19,.74);grid-template-columns:1fr}.subhero-copy h1{font-size:max(2.6rem,min(8vw,4.6rem))}}@media (max-width:700px){.page-hero>.subhero-layout{width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#222221;border:0;padding:2rem 1rem 2.5rem;display:block}.subhero-form{background:rgba(44,47,42,.92);margin-top:1.5rem}.subhero-form .form-row{grid-template-columns:1fr}.subhero-copy h1{font-size:max(2.65rem,min(13vw,4rem))}}:root{--ink:#133f35;--panel:#195247;--muted:#60716b;--line:#d8dfd8;--paper:#f3f6ed;--white:#fff;--orange:#69ad27;--orange2:#4d8c18;--green:#69ad27;--green-deep:#174d42;--green-pale:#edf4e2;--shadow:0 18px 55px rgba(18,67,56,.12)}.site-head{background:rgba(18,67,56,.97);border-bottom-color:rgba(255,255,255,.14);box-shadow:0 8px 24px rgba(12,52,43,.15)}.site-head nav a{color:#f7fbf4}.brand-mark{background:#74b932}.mega{background:#174d42;border-color:#79ba35}.home-hero,.page-hero{border-color:#d7e0d4;box-shadow:0 20px 55px rgba(12,57,47,.16)}.section{color:#173d34;background:#f8faf4}.section.dark{color:#fff;background:#174d42}.section p,.prose,.prose p{color:#5e6f69}.dark p,.dark .prose,.dark .prose p{color:#d7e4de}h2:after{background:#73b833}.dark h1,.dark h2,.dark h3,.dark .display{color:#fff}.eyebrow,.card-no,.fact dt{color:#69a927!important}.btn.primary,.nav-cta{box-shadow:none;background:#71b52e;border-color:#71b52e;color:#fff!important}.card,.collect-card,.link-cluster>div,.related-grid>div,.contact-panel{color:#17483e;background:#fff;border-color:#dde4da;border-radius:8px;box-shadow:0 10px 35px rgba(17,68,57,.08)}.card p,.collect-card small,.link-cluster a{color:#697973}.card:hover,.collect-card:hover{border-color:#8dbd62;box-shadow:0 18px 46px rgba(17,68,57,.14)}.split{background:#fff;border-color:#dce4d9;border-radius:8px;box-shadow:0 10px 40px rgba(17,68,57,.07)}.buy{background:#174d42;border-color:#28695d;border-radius:8px}.buy h2{color:#fff}.buy p{color:#d9e7e1}.faq details{background:#fff;border-color:#dbe3d8;border-radius:7px}.faq summary{color:#17483e}.faq p{color:#66766f}.mobile-service-flow h2{color:#17483e}.service-flow{gap:max(1.2rem,min(3vw,2.25rem))}.service-flow article{color:#17483e;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:1rem .4rem}.service-flow article:before{display:none}.service-flow article:nth-child(2n){transform:none}.flow-icon{color:#6eaf2d;box-shadow:none;background:0 0;border:1px solid #84bb55}.flow-final{color:#17483e;background:0 0!important}.flow-final p{color:#687971}.flow-promise,.flow-links a{color:#4f8e1b}.flow-cta{box-shadow:none;background:#174d42;border:0;border-radius:8px}.contextual-visual figure{background:#fff;border-radius:8px}.contextual-visual figcaption{color:#66766f;background:#fff}.related-grid>div{border-top-color:#73b833}.related-grid nav a{color:#28584d;border-color:#bfd0c4}.related-grid nav a:hover{color:#4b8d18;border-color:#69ad27}.city-letter{background:#205c50;border-color:#78b936 #347367 #347367}.city-letter a{color:#edf6f1;border-color:#4b7b71}.contact-form input,.contact-form textarea,.contact-form select,.hero-form input,.hero-form select,.hero-form textarea,.city-search{color:#173d34;background:#fff;border:0;border-bottom:1px solid #aebcb5;border-radius:0}.warning{background:#f4f7ed;border-left-color:#70b22e}.warning p{color:#5d6f68}footer{color:#dbe7e2;background:#174d42;border-top:0}.footer-grid h2{color:#fff}.legal{border-color:#397267}.mobile-bar{background:#174d42;border-top-color:#77b839}@media (min-width:901px){.home-hero{min-height:0;display:grid}.home-hero>picture,.home-hero>.shade,.home-hero>.hero-copy{grid-area:1/1}.home-hero>picture{aspect-ratio:3/2;width:100%;height:auto;display:block}.home-hero>.shade{z-index:1;background:linear-gradient(90deg,rgba(14,55,46,.46),rgba(10,39,33,.7));display:block}.home-hero>.hero-copy{z-index:2;width:min(calc(100% - 4rem),var(--max));background:0 0;border:0;grid-template-columns:minmax(390px,.85fr) minmax(0,1.15fr);align-self:center;align-items:center;column-gap:max(2rem,min(5vw,5rem));padding:2rem;display:grid}.reference-home-form{color:#17483e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(247,250,240,.94);border:0;border-radius:2px;grid-area:1/1/8;box-shadow:0 18px 50px rgba(9,45,37,.2)}.reference-home-form h2{color:#17483e}.reference-home-form label{color:#355c52}.reference-home-form small{color:#5e716a}.home-hero .hero-copy>.eyebrow,.home-hero .hero-copy>h1,.home-hero .hero-copy>.hero-promise,.home-hero .hero-copy>p:not(.eyebrow):not(.hero-promise),.home-hero .hero-copy>.hero-layout,.home-hero .hero-copy>.trust{grid-column:2}.home-hero .hero-copy h1{color:#fff;text-shadow:0 3px 20px rgba(0,0,0,.28);font-size:max(3.2rem,min(5.3vw,5.8rem))}.home-hero .hero-copy>p:not(.eyebrow){color:#edf5f1}.home-hero .hero-layout{border:0;margin:1rem 0 0;padding:0;display:block}.home-hero .hero-message>p{color:#e6f0eb}.home-hero .trust{border-color:rgba(255,255,255,.25)}.home-hero .trust li{color:#fff}}@media (max-width:900px){.home-hero{display:block}.home-hero>.shade{display:none}.home-hero>.hero-copy{background:#174d42;border-top:4px solid #72b331;flex-direction:column;width:100%;padding:2rem 1rem 2.5rem;display:flex}.reference-home-form{color:#17483e;background:#f8faf3;order:8;width:100%;margin-top:1.5rem}.reference-home-form h2{color:#17483e}.home-hero .hero-copy h1{color:#fff}.home-hero .hero-copy>p{color:#e4efe9}.home-hero .hero-layout{width:100%}}.subhero-copy h1{color:#fff}.subhero-copy .lead{color:#e5efe9}.subhero-form{color:#17483e;background:rgba(248,250,242,.94);border:0;border-radius:3px;box-shadow:0 18px 50px rgba(9,45,37,.2)}.subhero-form h2{color:#17483e}.subhero-form label{color:#355c52}.subhero-form small{color:#5d7169}.subhero-form input,.subhero-form select,.subhero-form textarea{color:#173d34;background:0 0;border:0;border-bottom:1px solid #aebcb5}@media (max-width:700px){.page-hero>.subhero-layout{background:#174d42}.subhero-form{background:#f8faf3}}:root{--ink:#071f2b;--panel:#0d3440;--muted:#627376;--line:#dfe5df;--paper:#f5f6f1;--white:#fff;--orange:#b8e84e;--orange2:#86bb24;--green:#b8e84e;--green-deep:#0b3940;--green-pale:#f1f8df;--radius:18px;--shadow:0 22px 65px rgba(4,31,42,.13)}body{color:#092632;background:#f7f8f4}h2:after{background:#b8e84e;border-radius:99px;width:46px;height:3px}.eyebrow{letter-spacing:.09em;background:#eff8d9;border-radius:99px;align-items:center;width:max-content;padding:.4rem .7rem;display:inline-flex;color:#598b12!important}.site-head{height:78px;box-shadow:none;background:#061d2a;border:0}@media (min-width:1000px){.site-head nav{background:#0c2a38;border-radius:999px;padding:.3rem .45rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)}.site-head nav>a,.nav-group summary{border-radius:999px}.site-head nav>a:hover,.nav-group summary:hover{background:#163846}.site-head .nav-cta{margin-left:.4rem;color:#082531!important;background:#fff!important;padding-left:1rem!important;padding-right:1rem!important}.nav-group .mega{background:#092a36;border:1px solid #234754;border-top:3px solid #b8e84e;border-radius:16px;top:78px}}.mega-col>a:hover{background:#153d49}.btn{border-radius:999px;min-height:50px;padding-left:1.35rem;padding-right:1.35rem}.home-hero,.page-hero{width:100%;max-width:none;box-shadow:none;background:#061f2c;border:0;border-radius:0 0 38px 38px;margin-top:0}.home-hero .hero-copy h1,.subhero-copy h1{color:#fff;line-height:.94}.home-hero .trust li:before{color:#c5ef61}.reference-home-form h2,.subhero-form h2{color:#092d38}.reference-home-form input,.reference-home-form select,.reference-home-form textarea,.subhero-form input,.subhero-form select,.subhero-form textarea{border-bottom-color:#b6c2bd}.page-hero>.subhero-layout{background:linear-gradient(110deg,rgba(5,31,42,.9),rgba(8,45,51,.64));border:1px solid rgba(255,255,255,.12)}.intro-grid,.split{gap:max(2rem,min(5vw,5rem))}.split{box-shadow:none;background:0 0;border:0;padding:0}.split .prose{align-self:center}.card,.collect-card,.link-cluster>div,.related-grid>div,.contact-panel{border:0;border-radius:18px;overflow:hidden;box-shadow:0 15px 45px rgba(6,40,49,.09)}.card{background:#fff;min-height:260px;padding:1.75rem}.card:hover,.collect-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(6,40,49,.16)}.dark .card{background:#103d46}.dark .card p{color:#cbdadd}.collect-thumb{aspect-ratio:4/3}.collect-card b,.more{color:#689d18}.mobile-service-flow{background:linear-gradient(#edf3ec,#fff)}.mobile-service-flow>.wrap{position:relative}.service-flow{color:#fff;background:#0a303a;border-radius:22px;padding:max(1.3rem,min(3vw,2rem));box-shadow:0 22px 60px rgba(5,39,47,.15)}.service-flow article{background:#0f3943;border-radius:15px;padding:1.3rem}.service-flow article h3{color:#fff}.service-flow article p{color:#cbd9d9}.flow-icon{color:#0a2a34;background:#b8e84e;border:0;width:48px;height:48px}.flow-no{color:#77929a}.flow-links a,.flow-promise{color:#c8ef6a}.flow-cta{background:#fff;border-radius:18px;margin-top:1.2rem;box-shadow:0 15px 45px rgba(6,40,49,.1)}.flow-cta h3{color:#092d38}.flow-cta p{color:#637477}.buy{background:linear-gradient(125deg,#062632,#0d3f45);border:0;border-radius:24px;box-shadow:0 24px 65px rgba(5,35,42,.18)}.faq details{border:0;border-radius:14px;box-shadow:0 8px 28px rgba(6,40,49,.06)}.faq summary{padding:1.25rem 3.2rem 1.25rem 1.35rem}.contextual-visual figure{border-radius:22px;box-shadow:0 18px 50px rgba(6,40,49,.12)}.related-grid>div{border-top:0;position:relative}.related-grid>div:before{content:"";background:#b8e84e;border-radius:99px;width:44px;height:4px;position:absolute;top:0;left:1.25rem}.city-letter{background:#103e46;border:0;border-top:3px solid #b8e84e;border-radius:14px}footer{background:#061f2b;padding-top:5rem}footer:before{content:"SCHROTTHANDEL NRW";width:min(calc(100% - 2rem),var(--max));color:rgba(255,255,255,.055);white-space:nowrap;margin:0 auto 2.5rem;font:900 max(3rem,min(9vw,8rem))/.8 Barlow Condensed,sans-serif;display:block;overflow:hidden}.mobile-bar{background:#082f37}.back-to-top{background:#092f39;border-color:#b8e84e}@media (max-width:999px){.site-head{height:auto;min-height:72px}.site-head nav.open{background:#061f2b;top:72px}.nav-group{border-bottom-color:#20414b}.home-hero,.page-hero{border-radius:0 0 22px 22px}.service-flow{padding:1rem}.service-flow article{background:#103b45}}@media (max-width:700px){.home-hero,.page-hero{width:100%;margin:0}.home-hero>.hero-copy,.page-hero>.subhero-layout{border-radius:0;width:100%}.reference-home-form,.subhero-form{border-radius:14px}.section{padding-top:4rem;padding-bottom:4rem}.btn{width:auto}.mobile-bar a{font-size:.95rem}}:root{--ink:#14191c;--panel:#20272a;--muted:#687277;--line:#d8ddda;--paper:#ecefed;--white:#fff;--orange:#8dbf23;--orange2:#a3cc22;--green:#8dbf23;--green-deep:#26331e;--green-pale:#edf3df;--radius:4px;--max:1320px;--shadow:0 20px 55px rgba(10,15,17,.14)}body{color:#14191c;background:#f5f6f3;font-size:17px;line-height:1.75;overflow-x:hidden}h1,h2,h3,.display{color:#14191c}h1{letter-spacing:-.02em;text-transform:uppercase;font-size:max(3.5rem,min(7vw,7rem));font-weight:800;line-height:.92}h2{font-size:max(2.4rem,min(4vw,4.5rem));font-weight:700;line-height:1}h3{letter-spacing:-.015em}.prose{max-width:800px}.wrap{width:min(calc(100% - 3rem),var(--max))}h2:after{background:#8dbf23;border-radius:0;width:58px;height:3px;margin-top:.75rem}.eyebrow{letter-spacing:.14em;background:0 0;border-left:3px solid #8dbf23;border-radius:0;padding:0 0 0 1rem;color:#6d9914!important}.site-head{height:76px;box-shadow:none;background:rgba(20,25,28,.94);border-bottom:1px solid rgba(255,255,255,.12);transition:height .25s,background .25s,box-shadow .25s}.head-inner{height:100%}.site-head.is-scrolled{background:rgba(20,25,28,.97);height:66px;box-shadow:0 10px 35px rgba(0,0,0,.18)}.brand-mark{color:#111;background:#8dbf23;border-radius:2px}.brand b{color:#a3cc22!important}.menu{border-radius:3px}@media (min-width:1000px){.site-head nav{box-shadow:none;background:0 0;border-radius:0;padding:0}.site-head nav>a,.nav-group summary{border-bottom:2px solid transparent;border-radius:0;transition:color .2s,border-color .2s,background .2s}.site-head nav>a:hover,.nav-group summary:hover{background:0 0;border-bottom-color:#8dbf23}.site-head .nav-cta{border:0;margin-left:.65rem;color:#111!important;background:#8dbf23!important}.nav-group .mega{background:#171d20;border:1px solid #343c40;border-top:3px solid #8dbf23;border-radius:0 0 4px 4px;top:76px}.site-head.is-scrolled .nav-group .mega{top:66px}}.mega-intro a,.mega-col>strong{color:#a3cc22!important}.mega-col>a:hover{background:#252d30;border-radius:2px}.btn{letter-spacing:.045em;border-radius:3px;min-height:50px;padding:14px 26px;transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s,background .3s,color .3s}.btn.primary,.nav-cta{background:#8dbf23;border-color:#8dbf23;color:#111!important}.btn.primary:hover,.nav-cta:hover{background:#a3cc22;border-color:#a3cc22}.btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.18)}.btn:not(.primary){color:#29351e;border-color:#64734c}.dark .btn:not(.primary),.page-hero .btn:not(.primary),.home-hero .btn:not(.primary){color:#fff;border-color:rgba(255,255,255,.75)}.home-hero,.page-hero{background:#14191c;border-radius:0;width:100%;margin:0}.home-hero>.hero-copy,.page-hero>.subhero-layout{border-radius:3px;width:min(100% - 3rem,1320px)}.home-hero .hero-copy h1,.subhero-copy h1{color:#fff}.hero-promise{color:#a3cc22!important}.reference-home-form,.subhero-form{background:rgba(245,246,243,.97);border-radius:3px;box-shadow:0 24px 65px rgba(0,0,0,.28)}.page-hero>.subhero-layout{background:linear-gradient(90deg,rgba(10,15,17,.9),rgba(10,15,17,.56));border-color:rgba(255,255,255,.18)}.section{background:#fff;padding-top:max(5rem,min(8vw,7.5rem));padding-bottom:max(5rem,min(8vw,7.5rem))}.section.dark{background:#14191c}.section.dark h2,.section.dark h3,.section.dark .display{color:#fff}.cards,.collect-grid,.link-cluster{gap:1.25rem}.card,.collect-card,.link-cluster>div,.related-grid>div,.contact-panel{border:1px solid #d8ddda;border-radius:4px;transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s,border-color .4s;box-shadow:0 8px 28px rgba(10,15,17,.07)}.card{min-height:250px;padding:1.75rem}.card:hover,.collect-card:hover{border-color:#8dbf23;transform:translateY(-8px);box-shadow:0 20px 50px rgba(10,15,17,.15)}.collect-thumb img{transition:transform .45s cubic-bezier(.2,.7,.2,1)}.collect-card:hover .collect-thumb img{transform:scale(1.04)}.more,.collect-card b{color:#638f0c}.more:after,.collect-card b:after{content:" →";transition:transform .25s;display:inline-block}.card:hover .more:after,.collect-card:hover b:after{transform:translate(5px)}.service-flow{background:#1b2225;border-radius:4px}.service-flow article{background:#252d30;border-radius:3px}.flow-icon{color:#111;background:#8dbf23;border-radius:3px}.flow-cta,.buy{border-radius:4px}.buy{background:linear-gradient(125deg,#14191c,#273036)}.faq details{box-shadow:none;border:1px solid #d8ddda;border-radius:3px;transition:border-color .25s,box-shadow .25s}.faq details:hover{border-color:#8dbf23;box-shadow:0 10px 30px rgba(10,15,17,.07)}.faq summary:after{color:#719d16}.contextual-visual figure{border-radius:4px}.all-cities-network{background:#14191c!important}.city-letter{background:#20272a;border-top:3px solid #8dbf23;border-radius:3px}.city-letter h3{color:#a3cc22!important}.mobile-bar,.back-to-top{background:#1b2225}.back-to-top{border-color:#8dbf23;border-radius:3px}.js-reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(34px)}.js-reveal.is-visible{opacity:1;transform:none}.cards .js-reveal:nth-child(2),.collect-grid .js-reveal:nth-child(2),.service-flow .js-reveal:nth-child(2){transition-delay:80ms}.cards .js-reveal:nth-child(3),.collect-grid .js-reveal:nth-child(3),.service-flow .js-reveal:nth-child(3){transition-delay:.16s}@media (max-width:999px){.site-head{height:auto;min-height:72px}.site-head.is-scrolled{height:auto}.site-head nav.open{background:#14191c;top:72px}.home-hero,.page-hero{border-radius:0}.service-flow{border-radius:3px}}@media (max-width:700px){body{font-size:16px}.wrap{width:min(calc(100% - 2rem),var(--max))}h1{font-size:max(2.75rem,min(13vw,4rem))}h2{font-size:max(2.15rem,min(10vw,3.25rem))}.section{padding-top:4rem;padding-bottom:4rem}.home-hero>.hero-copy,.page-hero>.subhero-layout{border-radius:0;width:100%}.reference-home-form,.subhero-form{border-radius:3px}.actions .btn{min-height:50px}.js-reveal{transform:translateY(22px)}}@media (prefers-reduced-motion:reduce){.js-reveal{opacity:1!important;transition:none!important;transform:none!important}}.brand.site-logo{flex:none;justify-content:flex-start;align-items:center;width:138px;height:92px;padding:5px 0;display:flex}.site-logo img{object-fit:contain;object-position:left center;width:auto;max-width:100%;height:82px;transition:height .25s;display:block}.site-head,.head-inner{height:96px}.site-head.is-scrolled .site-logo{height:70px}.site-head.is-scrolled .site-logo img{height:62px}footer .site-logo{width:190px;height:auto;margin-bottom:1rem;padding:0}footer .site-logo img{width:190px;height:auto;max-height:none}.brand-mark{display:none}@media (min-width:1000px){.nav-group .mega{top:96px}.site-head.is-scrolled .nav-group .mega{top:74px}}@media (max-width:1180px) and (min-width:1000px){.brand.site-logo{width:108px}.site-logo img{height:72px}.site-head nav>a,.nav-group summary{padding-left:.34rem!important;padding-right:.34rem!important;font-size:.72rem!important}}@media (max-width:999px){.site-head,.head-inner{height:88px;min-height:88px}.site-head.is-scrolled,.site-head.is-scrolled .head-inner{height:78px;min-height:78px}.brand.site-logo{width:118px;height:84px;padding:4px 0}.site-logo img{height:76px}.site-head.is-scrolled .site-logo{height:74px}.site-head.is-scrolled .site-logo img{height:66px}.site-head nav.open{top:88px}.site-head.is-scrolled nav.open{top:78px}}@media (max-width:420px){.brand.site-logo{width:102px}.site-logo img{height:68px}.menu{min-width:52px;margin-left:1rem}footer .site-logo,footer .site-logo img{width:165px}}.supplied-elektromotoren-visual{background:#151a1d;border:1px solid #cbd2cd;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,4.5rem)) auto 0;overflow:hidden;box-shadow:0 20px 55px rgba(10,15,17,.16)}.supplied-elektromotoren-visual.visual-align-left{margin-left:0}.supplied-elektromotoren-visual.visual-align-right{margin-right:0}.supplied-elektromotoren-visual picture,.supplied-elektromotoren-visual img{width:100%;display:block}.supplied-elektromotoren-visual img{aspect-ratio:43/24;object-fit:cover;height:auto;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.supplied-elektromotoren-visual figcaption{color:#e4e9e5;background:#1b2225;padding:.8rem 1rem;font-size:.88rem;line-height:1.5}.supplied-elektromotoren-visual:hover img{transform:scale(1.018)}@media (max-width:700px){.supplied-elektromotoren-visual,.supplied-elektromotoren-visual.visual-align-left,.supplied-elektromotoren-visual.visual-align-right{width:100%;margin:2rem 0 0}.supplied-elektromotoren-visual figcaption{padding:.7rem .8rem}}@media (prefers-reduced-motion:reduce){.supplied-elektromotoren-visual img{transition:none}.supplied-elektromotoren-visual:hover img{transform:none}}.supplied-elektroschrott-visual{background:#151a1d;border:1px solid #cbd2cd;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,4.5rem)) auto 0;overflow:hidden;box-shadow:0 20px 55px rgba(10,15,17,.16)}.supplied-elektroschrott-visual.visual-align-left{margin-left:0}.supplied-elektroschrott-visual.visual-align-right{margin-right:0}.supplied-elektroschrott-visual picture,.supplied-elektroschrott-visual img{width:100%;display:block}.supplied-elektroschrott-visual img{aspect-ratio:16/9;object-fit:cover;height:auto;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.supplied-elektroschrott-visual figcaption{color:#e4e9e5;background:#1b2225;padding:.8rem 1rem;font-size:.88rem;line-height:1.5}.supplied-elektroschrott-visual:hover img{transform:scale(1.018)}@media (max-width:700px){.supplied-elektroschrott-visual,.supplied-elektroschrott-visual.visual-align-left,.supplied-elektroschrott-visual.visual-align-right{width:100%;margin:2rem 0 0}.supplied-elektroschrott-visual figcaption{padding:.7rem .8rem}}@media (prefers-reduced-motion:reduce){.supplied-elektroschrott-visual img{transition:none}.supplied-elektroschrott-visual:hover img{transform:none}}.supplied-weissware-visual{background:#151a1d;border:1px solid #cbd2cd;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,4.5rem)) auto 0;overflow:hidden;box-shadow:0 20px 55px rgba(10,15,17,.16)}.supplied-weissware-visual.visual-align-left{margin-left:0}.supplied-weissware-visual.visual-align-right{margin-right:0}.supplied-weissware-visual picture,.supplied-weissware-visual img{width:100%;display:block}.supplied-weissware-visual img{aspect-ratio:43/24;object-fit:cover;height:auto;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.supplied-weissware-visual figcaption{color:#e4e9e5;background:#1b2225;padding:.8rem 1rem;font-size:.88rem;line-height:1.5}.supplied-weissware-visual:hover img{transform:scale(1.018)}@media (max-width:700px){.supplied-weissware-visual,.supplied-weissware-visual.visual-align-left,.supplied-weissware-visual.visual-align-right{width:100%;margin:2rem 0 0}.supplied-weissware-visual figcaption{padding:.7rem .8rem}}@media (prefers-reduced-motion:reduce){.supplied-weissware-visual img{transition:none}.supplied-weissware-visual:hover img{transform:none}}.supplied-metallspaene-visual{background:#151a1d;border:1px solid #cbd2cd;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,4.5rem)) auto 0;overflow:hidden;box-shadow:0 20px 55px rgba(10,15,17,.16)}.supplied-metallspaene-visual.visual-align-left{margin-left:0}.supplied-metallspaene-visual.visual-align-right{margin-right:0}.supplied-metallspaene-visual picture,.supplied-metallspaene-visual img{width:100%;display:block}.supplied-metallspaene-visual img{aspect-ratio:43/24;object-fit:cover;height:auto;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.supplied-metallspaene-visual figcaption{color:#e4e9e5;background:#1b2225;padding:.8rem 1rem;font-size:.88rem;line-height:1.5}.supplied-metallspaene-visual:hover img{transform:scale(1.018)}@media (max-width:700px){.supplied-metallspaene-visual,.supplied-metallspaene-visual.visual-align-left,.supplied-metallspaene-visual.visual-align-right{width:100%;margin:2rem 0 0}.supplied-metallspaene-visual figcaption{padding:.7rem .8rem}}@media (prefers-reduced-motion:reduce){.supplied-metallspaene-visual img{transition:none}.supplied-metallspaene-visual:hover img{transform:none}}.supplied-maschinenschrott-visual{background:#151a1d;border:1px solid #cbd2cd;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,4.5rem)) auto 0;overflow:hidden;box-shadow:0 20px 55px rgba(10,15,17,.16)}.supplied-maschinenschrott-visual.visual-align-left{margin-left:0}.supplied-maschinenschrott-visual.visual-align-right{margin-right:0}.supplied-maschinenschrott-visual picture,.supplied-maschinenschrott-visual img{width:100%;display:block}.supplied-maschinenschrott-visual img{aspect-ratio:43/24;object-fit:cover;height:auto;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.supplied-maschinenschrott-visual figcaption{color:#e4e9e5;background:#1b2225;padding:.8rem 1rem;font-size:.88rem;line-height:1.5}.supplied-maschinenschrott-visual:hover img{transform:scale(1.018)}@media (max-width:700px){.supplied-maschinenschrott-visual,.supplied-maschinenschrott-visual.visual-align-left,.supplied-maschinenschrott-visual.visual-align-right{width:100%;margin:2rem 0 0}.supplied-maschinenschrott-visual figcaption{padding:.7rem .8rem}}@media (prefers-reduced-motion:reduce){.supplied-maschinenschrott-visual img{transition:none}.supplied-maschinenschrott-visual:hover img{transform:none}}.supplied-generatorenschrott-visual{background:#151a1d;border:1px solid #cbd2cd;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,4.5rem)) auto 0;overflow:hidden;box-shadow:0 20px 55px rgba(10,15,17,.16)}.supplied-generatorenschrott-visual.visual-align-left{margin-left:0}.supplied-generatorenschrott-visual.visual-align-right{margin-right:0}.supplied-generatorenschrott-visual picture,.supplied-generatorenschrott-visual img{width:100%;display:block}.supplied-generatorenschrott-visual img{aspect-ratio:43/24;object-fit:cover;height:auto;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.supplied-generatorenschrott-visual figcaption{color:#e4e9e5;background:#1b2225;padding:.8rem 1rem;font-size:.88rem;line-height:1.5}.supplied-generatorenschrott-visual:hover img{transform:scale(1.018)}@media (max-width:700px){.supplied-generatorenschrott-visual,.supplied-generatorenschrott-visual.visual-align-left,.supplied-generatorenschrott-visual.visual-align-right{width:100%;margin:2rem 0 0}.supplied-generatorenschrott-visual figcaption{padding:.7rem .8rem}}@media (prefers-reduced-motion:reduce){.supplied-generatorenschrott-visual img{transition:none}.supplied-generatorenschrott-visual:hover img{transform:none}}.supplied-transformatoren-visual{background:#151a1d;border:1px solid #cbd2cd;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,4.5rem)) auto 0;overflow:hidden;box-shadow:0 20px 55px rgba(10,15,17,.16)}.supplied-transformatoren-visual.visual-align-left{margin-left:0}.supplied-transformatoren-visual.visual-align-right{margin-right:0}.supplied-transformatoren-visual picture,.supplied-transformatoren-visual img{width:100%;display:block}.supplied-transformatoren-visual img{aspect-ratio:43/24;object-fit:cover;height:auto;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.supplied-transformatoren-visual figcaption{color:#e4e9e5;background:#1b2225;padding:.8rem 1rem;font-size:.88rem;line-height:1.5}.supplied-transformatoren-visual:hover img{transform:scale(1.018)}@media (max-width:700px){.supplied-transformatoren-visual,.supplied-transformatoren-visual.visual-align-left,.supplied-transformatoren-visual.visual-align-right{width:100%;margin:2rem 0 0}.supplied-transformatoren-visual figcaption{padding:.7rem .8rem}}@media (prefers-reduced-motion:reduce){.supplied-transformatoren-visual img{transition:none}.supplied-transformatoren-visual:hover img{transform:none}}.site-head,.site-head.is-scrolled{background:rgba(20,25,28,.98)}footer{background:#101416}footer:before{display:none}.site-logo img{background:0 0}.home-hero>picture,.page-hero>.shared-hero-media{aspect-ratio:2528/1686;background:#14191c;width:100%;height:auto;overflow:hidden}.home-hero>picture img,.page-hero>.shared-hero-media img{aspect-ratio:2528/1686;object-fit:contain;object-position:center;background:#14191c;width:100%;display:block;height:auto!important}.home-hero>.shade{background:linear-gradient(90deg,rgba(10,15,17,.82) 0%,rgba(10,15,17,.52) 48%,rgba(10,15,17,.12) 100%)}.page-hero>.subhero-layout{-webkit-backdrop-filter:blur(3px);background:linear-gradient(90deg,rgba(10,15,17,.88),rgba(10,15,17,.55))}@media (max-width:900px){.home-hero>picture,.home-hero>picture img,.page-hero>.shared-hero-media,.page-hero>.shared-hero-media img{aspect-ratio:2528/1686;object-fit:contain}.home-hero>.hero-copy{background:#14191c}}.unified-hero-layout,.unified-hero-copy,.unified-hero-form-column{min-width:0}.unified-hero-copy h1{letter-spacing:-.02em;text-transform:uppercase;max-width:100%;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:max(2.7rem,min(5vw,5.8rem));font-weight:800;line-height:.95;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;-ms-hyphens:none!important;hyphens:none!important}.unified-hero-copy p{max-width:720px}.unified-hero-copy .actions{margin:1.6rem 0}.unified-hero-copy .trust{gap:.75rem 1.1rem;margin-top:1.5rem}.unified-hero-form-column.hero-layout{border:0;margin:0;padding:0;display:block}.unified-hero-form-column>.hero-message{background:rgba(10,15,17,.62);border-left:3px solid #8dbf23;margin:0 0 1rem;padding:.85rem 1rem}.unified-hero-form-card{-webkit-backdrop-filter:blur(7px);gap:.8rem;width:100%;max-width:none;margin:0;padding:max(1.15rem,min(2vw,1.65rem));display:grid;color:#18201b!important;background:rgba(245,246,243,.97)!important;border:1px solid rgba(255,255,255,.5)!important;border-radius:4px!important;box-shadow:0 22px 60px rgba(0,0,0,.28)!important}.unified-hero-form-card h2{margin:0 0 .25rem;font-size:max(1.65rem,min(2.4vw,2.25rem));line-height:1;color:#14191c!important}.unified-hero-form-card h2:after{height:3px;margin-top:.45rem}.unified-hero-form-card label{gap:.3rem;font-size:.88rem;font-weight:700;display:grid;color:#26332c!important}.unified-hero-form-card input,.unified-hero-form-card select,.unified-hero-form-card textarea{outline:0;width:100%;min-height:46px;padding:.68rem .75rem;font:500 .92rem/1.35 Inter,sans-serif;transition:border-color .2s,box-shadow .2s;color:#14191c!important;background:#fff!important;border:1px solid #aeb8b1!important;border-radius:2px!important}.unified-hero-form-card textarea{resize:vertical;min-height:74px}.unified-hero-form-card input:focus,.unified-hero-form-card select:focus,.unified-hero-form-card textarea:focus{box-shadow:0 0 0 3px rgba(141,191,35,.18);border-color:#7eaa20!important}.unified-hero-form-card .form-row{grid-template-columns:1fr 1fr;gap:.75rem}.unified-hero-form-card .btn{width:100%}.unified-hero-form-card small{color:#5f6c64;line-height:1.45}@media (min-width:981px){.home-hero>.unified-hero-layout,.page-hero>.unified-hero-layout{grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);align-items:center;gap:max(2rem,min(5vw,5rem));display:grid}.home-hero>.unified-hero-layout{background:linear-gradient(90deg,rgba(10,15,17,.78),rgba(10,15,17,.38));border:1px solid rgba(255,255,255,.14);width:min(100% - 4rem,1320px);padding:max(1.5rem,min(3vw,2.5rem))}.home-hero .reference-home-form{grid-area:auto}.page-hero>.unified-hero-layout{grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr)}.unified-hero-copy h1{font-size:max(2.7rem,min(4.8vw,5.5rem))}}@media (max-width:980px){.home-hero,.page-hero{display:block}.home-hero>.shade{display:none}.home-hero>.unified-hero-layout,.page-hero>.unified-hero-layout{width:100%;max-width:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#14191c;border:0;border-radius:0;flex-direction:column;gap:1.75rem;padding:max(2rem,min(6vw,3.5rem)) max(1rem,50vw - 380px);display:flex}.unified-hero-copy{order:1}.unified-hero-form-column{order:2;width:100%}.unified-hero-copy h1{font-size:max(2.55rem,min(8vw,4.6rem))}.unified-hero-form-card{max-width:760px}.page-hero>.shared-hero-media,.home-hero>picture{aspect-ratio:2528/1686;width:100%;height:auto;display:block;position:relative!important}.page-hero>.shared-hero-media img,.home-hero>picture img{width:100%;height:auto!important}}@media (max-width:600px){.unified-hero-copy h1{font-size:max(2.25rem,min(11vw,3.5rem));line-height:.98}.unified-hero-form-card{padding:1rem}.unified-hero-form-card .form-row{grid-template-columns:1fr}.unified-hero-copy .actions{grid-template-columns:1fr;display:grid}.unified-hero-copy .actions .btn{width:100%}.unified-hero-copy .trust{grid-template-columns:1fr;margin-top:1.25rem;display:grid}}.supplied-copper-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(100%,1100px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-copper-visual picture,.supplied-copper-visual img{width:100%;display:block}.supplied-copper-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto}.supplied-copper-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}.section.alt .supplied-copper-visual{background:#fff}@media (max-width:700px){.supplied-copper-visual{margin-top:1.75rem}.supplied-copper-visual figcaption{padding:.75rem .85rem}}.supplied-brass-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(100%,1100px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-brass-visual picture,.supplied-brass-visual img{width:100%;display:block}.supplied-brass-visual img{aspect-ratio:1264/843;object-fit:contain;height:auto;transition:transform .45s}.supplied-brass-visual:hover img{transform:scale(1.012)}.supplied-brass-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}.section.alt .supplied-brass-visual{background:#fff}@media (max-width:700px){.supplied-brass-visual{margin-top:1.75rem}.supplied-brass-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-brass-visual img{transition:none}.supplied-brass-visual:hover img{transform:none}}.supplied-bronze-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(100%,1100px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-bronze-visual picture,.supplied-bronze-visual img{width:100%;display:block}.supplied-bronze-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-bronze-visual:hover img{transform:scale(1.012)}.supplied-bronze-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}.section.alt .supplied-bronze-visual{background:#fff}@media (max-width:700px){.supplied-bronze-visual{margin-top:1.75rem}.supplied-bronze-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-bronze-visual img{transition:none}.supplied-bronze-visual:hover img{transform:none}}.supplied-rotguss-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(100%,1100px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-rotguss-visual picture,.supplied-rotguss-visual img{width:100%;display:block}.supplied-rotguss-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-rotguss-visual:hover img{transform:scale(1.012)}.supplied-rotguss-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}.section.alt .supplied-rotguss-visual{background:#fff}@media (max-width:700px){.supplied-rotguss-visual{margin-top:1.75rem}.supplied-rotguss-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-rotguss-visual img{transition:none}.supplied-rotguss-visual:hover img{transform:none}}.supplied-neusilber-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-neusilber-visual.visual-align-right{margin-left:auto}.supplied-neusilber-visual.visual-align-left{margin-right:auto}.supplied-neusilber-visual picture,.supplied-neusilber-visual img{width:100%;display:block}.supplied-neusilber-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-neusilber-visual:hover img{transform:scale(1.012)}.supplied-neusilber-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-neusilber-visual{width:100%;margin-top:1.75rem}.supplied-neusilber-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-neusilber-visual img{transition:none}.supplied-neusilber-visual:hover img{transform:none}}.supplied-aluminium-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-aluminium-visual.visual-align-right{margin-left:auto}.supplied-aluminium-visual.visual-align-left{margin-right:auto}.supplied-aluminium-visual picture,.supplied-aluminium-visual img{width:100%;display:block}.supplied-aluminium-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-aluminium-visual:hover img{transform:scale(1.012)}.supplied-aluminium-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-aluminium-visual{width:100%;margin-top:1.75rem}.supplied-aluminium-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-aluminium-visual img{transition:none}.supplied-aluminium-visual:hover img{transform:none}}.supplied-blei-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-blei-visual.visual-align-right{margin-left:auto}.supplied-blei-visual.visual-align-left{margin-right:auto}.supplied-blei-visual picture,.supplied-blei-visual img{width:100%;display:block}.supplied-blei-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-blei-visual:hover img{transform:scale(1.012)}.supplied-blei-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-blei-visual{width:100%;margin-top:1.75rem}.supplied-blei-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-blei-visual img{transition:none}.supplied-blei-visual:hover img{transform:none}}.supplied-zink-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-zink-visual.visual-align-right{margin-left:auto}.supplied-zink-visual.visual-align-left{margin-right:auto}.supplied-zink-visual picture,.supplied-zink-visual img{width:100%;display:block}.supplied-zink-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-zink-visual:hover img{transform:scale(1.012)}.supplied-zink-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-zink-visual{width:100%;margin-top:1.75rem}.supplied-zink-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-zink-visual img{transition:none}.supplied-zink-visual:hover img{transform:none}}.supplied-zinn-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-zinn-visual.visual-align-right{margin-left:auto}.supplied-zinn-visual.visual-align-left{margin-right:auto}.supplied-zinn-visual picture,.supplied-zinn-visual img{width:100%;display:block}.supplied-zinn-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-zinn-visual:hover img{transform:scale(1.012)}.supplied-zinn-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-zinn-visual{width:100%;margin-top:1.75rem}.supplied-zinn-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-zinn-visual img{transition:none}.supplied-zinn-visual:hover img{transform:none}}.supplied-nickel-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-nickel-visual.visual-align-right{margin-left:auto}.supplied-nickel-visual.visual-align-left{margin-right:auto}.supplied-nickel-visual picture,.supplied-nickel-visual img{width:100%;display:block}.supplied-nickel-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-nickel-visual:hover img{transform:scale(1.012)}.supplied-nickel-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-nickel-visual{width:100%;margin-top:1.75rem}.supplied-nickel-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-nickel-visual img{transition:none}.supplied-nickel-visual:hover img{transform:none}}.supplied-eisen-stahl-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-eisen-stahl-visual.visual-align-right{margin-left:auto}.supplied-eisen-stahl-visual.visual-align-left{margin-right:auto}.supplied-eisen-stahl-visual picture,.supplied-eisen-stahl-visual img{width:100%;display:block}.supplied-eisen-stahl-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-eisen-stahl-visual:hover img{transform:scale(1.012)}.supplied-eisen-stahl-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-eisen-stahl-visual{width:100%;margin-top:1.75rem}.supplied-eisen-stahl-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-eisen-stahl-visual img{transition:none}.supplied-eisen-stahl-visual:hover img{transform:none}}.supplied-stahlschrott-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-stahlschrott-visual.visual-align-right{margin-left:auto}.supplied-stahlschrott-visual.visual-align-left{margin-right:auto}.supplied-stahlschrott-visual picture,.supplied-stahlschrott-visual img{width:100%;display:block}.supplied-stahlschrott-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-stahlschrott-visual:hover img{transform:scale(1.012)}.supplied-stahlschrott-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-stahlschrott-visual{width:100%;margin-top:1.75rem}.supplied-stahlschrott-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-stahlschrott-visual img{transition:none}.supplied-stahlschrott-visual:hover img{transform:none}}.supplied-gussschrott-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-gussschrott-visual.visual-align-right{margin-left:auto}.supplied-gussschrott-visual.visual-align-left{margin-right:auto}.supplied-gussschrott-visual picture,.supplied-gussschrott-visual img{width:100%;display:block}.supplied-gussschrott-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-gussschrott-visual:hover img{transform:scale(1.012)}.supplied-gussschrott-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-gussschrott-visual{width:100%;margin-top:1.75rem}.supplied-gussschrott-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-gussschrott-visual img{transition:none}.supplied-gussschrott-visual:hover img{transform:none}}.supplied-edelstahl-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-edelstahl-visual.visual-align-right{margin-left:auto}.supplied-edelstahl-visual.visual-align-left{margin-right:auto}.supplied-edelstahl-visual picture,.supplied-edelstahl-visual img{width:100%;display:block}.supplied-edelstahl-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-edelstahl-visual:hover img{transform:scale(1.012)}.supplied-edelstahl-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-edelstahl-visual{width:100%;margin-top:1.75rem}.supplied-edelstahl-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-edelstahl-visual img{transition:none}.supplied-edelstahl-visual:hover img{transform:none}}.supplied-va-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-va-visual.visual-align-right{margin-left:auto}.supplied-va-visual.visual-align-left{margin-right:auto}.supplied-va-visual picture,.supplied-va-visual img{width:100%;display:block}.supplied-va-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-va-visual:hover img{transform:scale(1.012)}.supplied-va-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-va-visual{width:100%;margin-top:1.75rem}.supplied-va-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-va-visual img{transition:none}.supplied-va-visual:hover img{transform:none}}.supplied-v2a-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-v2a-visual.visual-align-right{margin-left:auto}.supplied-v2a-visual.visual-align-left{margin-right:auto}.supplied-v2a-visual picture,.supplied-v2a-visual img{width:100%;display:block}.supplied-v2a-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-v2a-visual:hover img{transform:scale(1.012)}.supplied-v2a-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-v2a-visual{width:100%;margin-top:1.75rem}.supplied-v2a-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-v2a-visual img{transition:none}.supplied-v2a-visual:hover img{transform:none}}.supplied-v4a-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-v4a-visual.visual-align-right{margin-left:auto}.supplied-v4a-visual.visual-align-left{margin-right:auto}.supplied-v4a-visual picture,.supplied-v4a-visual img{width:100%;display:block}.supplied-v4a-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-v4a-visual:hover img{transform:scale(1.012)}.supplied-v4a-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-v4a-visual{width:100%;margin-top:1.75rem}.supplied-v4a-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-v4a-visual img{transition:none}.supplied-v4a-visual:hover img{transform:none}}.supplied-kabelschrott-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-kabelschrott-visual.visual-align-right{margin-left:auto}.supplied-kabelschrott-visual.visual-align-left{margin-right:auto}.supplied-kabelschrott-visual picture,.supplied-kabelschrott-visual img{width:100%;display:block}.supplied-kabelschrott-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-kabelschrott-visual:hover img{transform:scale(1.012)}.supplied-kabelschrott-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-kabelschrott-visual{width:100%;margin-top:1.75rem}.supplied-kabelschrott-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-kabelschrott-visual img{transition:none}.supplied-kabelschrott-visual:hover img{transform:none}}.supplied-waschmaschinen-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-waschmaschinen-visual.visual-align-right{margin-left:auto}.supplied-waschmaschinen-visual.visual-align-left{margin-right:auto}.supplied-waschmaschinen-visual picture,.supplied-waschmaschinen-visual img{width:100%;display:block}.supplied-waschmaschinen-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-waschmaschinen-visual:hover img{transform:scale(1.012)}.supplied-waschmaschinen-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-waschmaschinen-visual{width:100%;margin-top:1.75rem}.supplied-waschmaschinen-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-waschmaschinen-visual img{transition:none}.supplied-waschmaschinen-visual:hover img{transform:none}}.supplied-trockner-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-trockner-visual.visual-align-right{margin-left:auto}.supplied-trockner-visual.visual-align-left{margin-right:auto}.supplied-trockner-visual picture,.supplied-trockner-visual img{width:100%;display:block}.supplied-trockner-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-trockner-visual:hover img{transform:scale(1.012)}.supplied-trockner-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-trockner-visual{width:100%;margin-top:1.75rem}.supplied-trockner-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-trockner-visual img{transition:none}.supplied-trockner-visual:hover img{transform:none}}.supplied-hss-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-hss-visual.visual-align-right{margin-left:auto}.supplied-hss-visual.visual-align-left{margin-right:auto}.supplied-hss-visual picture,.supplied-hss-visual img{width:100%;display:block}.supplied-hss-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-hss-visual:hover img{transform:scale(1.012)}.supplied-hss-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-hss-visual{width:100%;margin-top:1.75rem}.supplied-hss-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-hss-visual img{transition:none}.supplied-hss-visual:hover img{transform:none}}.supplied-hartmetall-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-hartmetall-visual.visual-align-right{margin-left:auto}.supplied-hartmetall-visual.visual-align-left{margin-right:auto}.supplied-hartmetall-visual picture,.supplied-hartmetall-visual img{width:100%;display:block}.supplied-hartmetall-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-hartmetall-visual:hover img{transform:scale(1.012)}.supplied-hartmetall-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-hartmetall-visual{width:100%;margin-top:1.75rem}.supplied-hartmetall-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-hartmetall-visual img{transition:none}.supplied-hartmetall-visual:hover img{transform:none}}.supplied-magnesium-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-magnesium-visual.visual-align-right{margin-left:auto}.supplied-magnesium-visual.visual-align-left{margin-right:auto}.supplied-magnesium-visual picture,.supplied-magnesium-visual img{width:100%;display:block}.supplied-magnesium-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-magnesium-visual:hover img{transform:scale(1.012)}.supplied-magnesium-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-magnesium-visual{width:100%;margin-top:1.75rem}.supplied-magnesium-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-magnesium-visual img{transition:none}.supplied-magnesium-visual:hover img{transform:none}}.supplied-titan-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-titan-visual.visual-align-right{margin-left:auto}.supplied-titan-visual.visual-align-left{margin-right:auto}.supplied-titan-visual picture,.supplied-titan-visual img{width:100%;display:block}.supplied-titan-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-titan-visual:hover img{transform:scale(1.012)}.supplied-titan-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-titan-visual{width:100%;margin-top:1.75rem}.supplied-titan-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-titan-visual img{transition:none}.supplied-titan-visual:hover img{transform:none}}.supplied-wolfram-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-wolfram-visual.visual-align-right{margin-left:auto}.supplied-wolfram-visual.visual-align-left{margin-right:auto}.supplied-wolfram-visual picture,.supplied-wolfram-visual img{width:100%;display:block}.supplied-wolfram-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-wolfram-visual:hover img{transform:scale(1.012)}.supplied-wolfram-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-wolfram-visual{width:100%;margin-top:1.75rem}.supplied-wolfram-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-wolfram-visual img{transition:none}.supplied-wolfram-visual:hover img{transform:none}}.supplied-kobalt-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-kobalt-visual.visual-align-right{margin-left:auto}.supplied-kobalt-visual.visual-align-left{margin-right:auto}.supplied-kobalt-visual picture,.supplied-kobalt-visual img{width:100%;display:block}.supplied-kobalt-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-kobalt-visual:hover img{transform:scale(1.012)}.supplied-kobalt-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-kobalt-visual{width:100%;margin-top:1.75rem}.supplied-kobalt-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-kobalt-visual img{transition:none}.supplied-kobalt-visual:hover img{transform:none}}.supplied-molybdaen-visual{background:#fff;border:1px solid #d8ddda;border-radius:4px;width:min(86%,980px);margin:max(2rem,min(5vw,3.5rem)) 0 0;overflow:hidden;box-shadow:0 16px 42px rgba(10,15,17,.11)}.supplied-molybdaen-visual.visual-align-right{margin-left:auto}.supplied-molybdaen-visual.visual-align-left{margin-right:auto}.supplied-molybdaen-visual picture,.supplied-molybdaen-visual img{width:100%;display:block}.supplied-molybdaen-visual img{aspect-ratio:1376/768;object-fit:contain;height:auto;transition:transform .45s}.supplied-molybdaen-visual:hover img{transform:scale(1.012)}.supplied-molybdaen-visual figcaption{color:#59655f;background:#fff;border-top:1px solid #e1e5e2;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}@media (max-width:700px){.supplied-molybdaen-visual{width:100%;margin-top:1.75rem}.supplied-molybdaen-visual figcaption{padding:.75rem .85rem}}@media (prefers-reduced-motion:reduce){.supplied-molybdaen-visual img{transition:none}.supplied-molybdaen-visual:hover img{transform:none}}.site-head{height:132px}.head-inner{width:min(100% - 2.5rem,1720px);height:132px}.site-head.is-scrolled,.site-head.is-scrolled .head-inner{height:100px}.site-head .brand.site-logo{width:200px;height:128px;padding:4px 0}.site-head .site-logo img{object-fit:contain;width:200px;max-width:200px;height:auto;max-height:124px}.site-head.is-scrolled .brand.site-logo{width:150px;height:96px}.site-head.is-scrolled .site-logo img{width:150px;max-width:150px;height:auto;max-height:94px}@media (min-width:1280px){.site-head .menu{display:none}.site-head nav{background:0 0;align-items:center;gap:.35rem;padding:0;display:flex}.site-head nav>a,.site-head .nav-group>summary{letter-spacing:.015em;white-space:nowrap;align-items:center;min-height:48px;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-weight:700;line-height:1.2;display:flex;padding:.7rem .58rem!important;font-size:16px!important}.site-head .nav-cta{padding-left:.9rem!important;padding-right:.9rem!important}.nav-group .mega{grid-template-columns:repeat(4,minmax(220px,1fr));gap:1.25rem 2rem;width:min(100% - 3rem,1660px);max-height:calc(100vh - 145px);padding:1.5rem 1.75rem;top:132px}.site-head.is-scrolled .nav-group .mega{top:100px}.mega-intro a{font-size:17px!important}.mega-col>strong{letter-spacing:.025em;padding:.55rem .7rem;font-size:17px;font-weight:800;line-height:1.25}.mega-col>a{font-family:Inter,sans-serif;font-weight:600;line-height:1.4;padding:.48rem .7rem!important;font-size:15.5px!important}.nav-group:last-of-type .mega{grid-template-columns:repeat(4,minmax(230px,1fr))}}@media (min-width:1280px) and (max-width:1450px){.site-head .brand.site-logo{width:180px}.site-head .site-logo img{width:180px;max-width:180px}.site-head nav{gap:.12rem}.site-head nav>a,.site-head .nav-group>summary{padding-left:.38rem!important;padding-right:.38rem!important;font-size:15px!important}.site-head .nav-cta{padding-left:.62rem!important;padding-right:.62rem!important}}@media (max-width:1279px){.site-head,.site-head .head-inner{height:100px;min-height:100px}.site-head.is-scrolled,.site-head.is-scrolled .head-inner{height:84px;min-height:84px}.site-head .brand.site-logo{width:156px;height:96px}.site-head .site-logo img{width:156px;max-width:156px;height:auto;max-height:94px}.site-head.is-scrolled .brand.site-logo{width:132px;height:80px}.site-head.is-scrolled .site-logo img{width:132px;max-width:132px;max-height:78px}.site-head .menu{min-width:58px;min-height:50px;margin-left:auto;font-size:1rem;display:block}.site-head nav{display:none}.site-head nav.open{background:#14191c;flex-direction:column;align-items:stretch;gap:.25rem;max-height:calc(100vh - 100px);padding:1rem max(1rem,50vw - 380px);display:flex;position:absolute;top:100px;left:0;right:0;overflow:auto}.site-head.is-scrolled nav.open{max-height:calc(100vh - 84px);top:84px}.site-head nav>a,.site-head .nav-group>summary{justify-content:space-between;align-items:center;min-height:50px;font-weight:700;display:flex;padding:.8rem 1rem!important;font-size:17px!important}.site-head .nav-group{width:100%}.site-head .mega{border-radius:2px;grid-template-columns:1fr;width:100%;max-height:none;padding:1rem;display:grid;position:static;transform:none}.site-head .mega-col>strong{font-size:17px}.site-head .mega-col>a{min-height:46px;font-weight:600;line-height:1.4;padding:.65rem .8rem!important;font-size:16px!important}}@media (max-width:480px){.site-head,.site-head .head-inner{height:92px;min-height:92px}.site-head .brand.site-logo{width:142px;height:88px}.site-head .site-logo img{width:142px;max-width:142px;max-height:86px}.site-head nav.open{max-height:calc(100vh - 92px);top:92px}}@media (min-width:981px){.home-hero>.unified-hero-layout,.page-hero>.unified-hero-layout{min-height:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(90deg,rgba(10,15,17,.84) 0%,rgba(10,15,17,.5) 45%,rgba(10,15,17,.08) 72%,transparent 100%);border:0;align-self:stretch;align-items:stretch;padding-top:max(2rem,min(5vw,5rem));padding-bottom:max(2rem,min(4vw,4rem))}.unified-hero-copy{align-self:center}.unified-hero-form-column{align-self:end;justify-self:end;width:min(100%,450px)}.unified-hero-form-column>.hero-message{margin-bottom:.65rem;padding:.65rem .85rem;font-size:.88rem}.unified-hero-form-card{gap:.52rem;padding:1.1rem 1.2rem;border-radius:3px!important}.unified-hero-form-card h2{font-size:max(1.55rem,min(2vw,2rem))}.unified-hero-form-card label{gap:.18rem;font-size:.8rem}.unified-hero-form-card input,.unified-hero-form-card select{min-height:41px;padding:.5rem .65rem}.unified-hero-form-card textarea{min-height:58px;padding:.5rem .65rem}.unified-hero-form-card .form-row{gap:.55rem}.unified-hero-form-card .btn{min-height:46px;padding-top:.65rem;padding-bottom:.65rem}.unified-hero-form-card small{font-size:.72rem}.unified-hero-copy h1{word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;-ms-hyphens:none!important;hyphens:none!important}}.unified-hero-form-card{-webkit-backdrop-filter:blur(5px)saturate(112%);background:rgba(246,249,244,.78)!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 24px 70px rgba(0,0,0,.32)!important}.unified-hero-form-card input,.unified-hero-form-card select,.unified-hero-form-card textarea{background:rgba(255,255,255,.95)!important}.unified-hero-form-card input::-ms-input-placeholder{color:#5d6862;opacity:1}.unified-hero-form-card input::placeholder{color:#5d6862;opacity:1}.unified-hero-form-card textarea::-ms-input-placeholder{color:#5d6862;opacity:1}.unified-hero-form-card textarea::placeholder{color:#5d6862;opacity:1}@media (max-width:980px){.home-hero,.page-hero{isolation:isolate;position:relative}.home-hero>picture,.page-hero>.shared-hero-media{aspect-ratio:auto;z-index:-2;width:100%;height:100%;display:block;top:0;bottom:0;left:0;right:0;position:absolute!important}.home-hero>picture img,.page-hero>.shared-hero-media img{object-fit:cover;width:100%;height:100%!important}.home-hero>.unified-hero-layout,.page-hero>.unified-hero-layout{z-index:1;background:linear-gradient(rgba(20,25,28,.8),rgba(20,25,28,.58));position:relative}.unified-hero-form-card{background:rgba(246,249,244,.84)!important}}.home-hero,.page-hero{background:#14191c;align-items:stretch;min-height:0;display:grid;overflow:hidden}.home-hero>.shared-hero-media,.page-hero>.shared-hero-media,.home-hero>.unified-hero-layout,.page-hero>.unified-hero-layout{grid-area:1/1}.home-hero>.shared-hero-media,.page-hero>.shared-hero-media{aspect-ratio:2528/1686;background:#14191c;width:100%;height:auto;display:block}.home-hero>.shared-hero-media img,.page-hero>.shared-hero-media img{aspect-ratio:2528/1686;object-fit:contain;object-position:center center;background:#14191c;width:100%;display:block;height:auto!important}.home-hero>.shade{display:none!important}.home-hero>.unified-hero-layout,.page-hero>.unified-hero-layout{z-index:2}.home-hero>.unified-hero-layout{background:linear-gradient(90deg,rgba(10,15,17,.88),rgba(10,15,17,.55));border:1px solid rgba(255,255,255,.18);width:min(100% - 3rem,1320px)}@media (max-width:980px){.home-hero,.page-hero{display:block}.home-hero>.shared-hero-media,.page-hero>.shared-hero-media,.home-hero>.shared-hero-media img,.page-hero>.shared-hero-media img{aspect-ratio:2528/1686;object-fit:contain;object-position:center center}.home-hero>.unified-hero-layout,.page-hero>.unified-hero-layout{background:#14191c;width:100%}}.page-hero .subpage-hero-benefits{width:100%;max-width:650px;margin:1.15rem 0 .9rem}.page-hero .subpage-hero-phone{white-space:nowrap;max-width:100%;margin:0 0 1rem}@media (max-width:700px){.page-hero .subpage-hero-benefits{grid-template-columns:1fr;gap:.5rem;margin-top:1rem;margin-bottom:.8rem}.page-hero .subpage-hero-benefits li{align-items:flex-start;min-width:0;display:flex}.page-hero .subpage-hero-benefits li:before{flex:0 0 21px}.page-hero .subpage-hero-phone{font-size:max(2rem,min(10vw,3rem))}}@media (max-width:359px){.page-hero .subpage-hero-benefits{font-size:.86rem}.page-hero .subpage-hero-phone{font-size:2rem}}@media (max-width:700px){.page-hero>.supplied-truck-hero img{object-position:58% center;object-position:58% center}.page-hero>.supplied-vehicle-hero img{object-position:54% center}}@media (max-width:980px){.page-hero .unified-hero-form-card,.page-hero.lowered-glass-hero .unified-hero-form-card{background:rgba(15,20,24,.62)!important}}@media (max-width:700px){.page-hero .unified-hero-form-card,.page-hero.lowered-glass-hero .unified-hero-form-card{-webkit-backdrop-filter:blur(6px)saturate(108%)!important;background:rgba(15,20,24,.68)!important}.page-hero .unified-hero-form-card input,.page-hero .unified-hero-form-card select,.page-hero .unified-hero-form-card textarea{background:rgba(255,255,255,.9)!important}}@media (min-width:981px){.home-hero-2026,.page-hero{--hero-form-drop:clamp(6.5rem,12vh,9rem);padding-bottom:var(--hero-form-drop)!important}.home-hero-2026>.unified-hero-layout,.page-hero>.unified-hero-layout{grid-template-rows:minmax(0,1fr) auto!important;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr)!important;align-items:stretch!important;gap:0 max(2rem,min(5vw,5rem))!important;display:grid!important}.home-hero-2026>.unified-hero-layout>.home-hero-copy,.page-hero>.unified-hero-layout>.unified-hero-copy{grid-area:1/1/-1!important;align-self:center!important}.home-hero-2026>.unified-hero-layout>.home-hero-copy{top:calc(var(--hero-form-drop)*.37)!important;transform:translateY(calc(var(--hero-form-drop)*.43))!important;position:relative!important}.home-hero-2026>.unified-hero-layout>.home-glass-form,.page-hero>.unified-hero-layout>.unified-hero-form-column{transform:translateY(var(--hero-form-drop))!important;grid-area:2/2!important;align-self:end!important;margin:0!important}}@media (max-width:900px){.local-area-additional{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.local-area-head{display:none}.local-area-row{padding:1rem;display:block}.local-area-row>strong{margin-bottom:.45rem;font-size:1.3rem;display:block}.local-area-row>div{display:block}.local-area-row span{padding:.16rem 0 .16rem 1rem;display:block}.local-area-row span:before{content:"";background:#8dbf23;border-radius:50%;width:5px;height:5px;position:absolute;top:.72rem;left:0}.local-area-row span:not(:last-child):after{content:none}.local-area-additional{grid-template-columns:minmax(0,1fr);gap:.3rem}.local-area-additional span{padding:.12rem 0 .12rem 1rem}.local-area-additional span:before{top:.65rem}.local-area-tags{gap:.4rem}.local-area-tags span{white-space:normal;max-width:100%}}@media (min-width:1280px){.home-header-service{white-space:nowrap;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:absolute;top:9px;left:220px;right:0}.home-header-service strong{color:#b4df29;letter-spacing:.035em;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:1.18rem;line-height:1}.home-header-service ul{color:#eef4ef;justify-content:flex-end;gap:max(.65rem,min(1.2vw,1.15rem));margin:0;padding:0;font-size:.88rem;font-weight:700;line-height:1.2;list-style:none;display:flex}.home-header-service li:before{content:"✓";color:#b4df29;margin-right:.28rem;font-weight:900}}@media (min-width:1025px) and (max-width:1279px){.home-header-service{grid-template-columns:auto 1fr;align-items:start;gap:.55rem 1rem;display:grid;position:absolute;top:12px;left:220px;right:82px}.home-header-service strong{color:#b4df29;letter-spacing:.03em;grid-row:1/3;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:1.18rem;line-height:1.05}.home-header-service ul{color:#eef4ef;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem .8rem;margin:0;padding:0;font-size:.86rem;font-weight:700;line-height:1.25;list-style:none;display:grid}}@media (max-width:1024px){.site-head:has(.home-header-service){height:158px!important;min-height:158px!important}.site-head.is-scrolled:has(.home-header-service){height:158px!important;min-height:158px!important}.site-head:has(.home-header-service) .head-inner{align-items:flex-start!important;height:158px!important;min-height:158px!important}.site-head.is-scrolled:has(.home-header-service) .head-inner{align-items:flex-start!important;height:158px!important;min-height:158px!important}.site-head:has(.home-header-service) .menu{margin-top:18px!important}.home-header-service{text-align:center;gap:.4rem;display:grid;position:absolute;bottom:10px;left:0;right:0}.home-header-service strong{color:#b4df29;letter-spacing:.035em;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:1.2rem;line-height:1}.home-header-service ul{color:#eef4ef;grid-template-columns:repeat(2,minmax(0,1fr));gap:.3rem .8rem;margin:0;padding:0;font-size:.86rem;font-weight:700;line-height:1.25;list-style:none;display:grid}.home-header-service li:before{content:"✓";color:#b4df29;margin-right:.25rem;font-weight:900}.site-head:has(.home-header-service)+.home-contact-strip{top:158px!important}.site-head.is-scrolled:has(.home-header-service)+.home-contact-strip{top:158px!important}.site-head:has(.home-header-service) nav.open{max-height:calc(100dvh - 158px)!important;top:158px!important}}@media (max-width:520px){.site-head:has(.home-header-service){height:220px!important;min-height:220px!important}.site-head.is-scrolled:has(.home-header-service){height:220px!important;min-height:220px!important}.site-head:has(.home-header-service) .head-inner{height:220px!important;min-height:220px!important}.site-head.is-scrolled:has(.home-header-service) .head-inner{height:220px!important;min-height:220px!important}.home-header-service{gap:.55rem;bottom:10px}.home-header-service ul{text-align:center;grid-template-columns:minmax(0,1fr);gap:.2rem;white-space:normal!important}.home-header-service li{overflow-wrap:normal;min-width:0;display:block;white-space:normal!important}.site-head:has(.home-header-service)+.home-contact-strip{top:220px!important}.site-head.is-scrolled:has(.home-header-service)+.home-contact-strip{top:220px!important}.site-head:has(.home-header-service) nav.open{max-height:calc(100dvh - 220px)!important;top:220px!important}}.home-hero-2026>.unified-hero-layout{border-left:0!important;border-right:0!important}.home-hero-2026 .home-hero-copy,.page-hero .unified-hero-copy{isolation:isolate;position:relative}.home-hero-2026 .home-hero-copy:before,.page-hero .unified-hero-copy:before{content:"";z-index:-1;pointer-events:none;filter:blur(8px);background:radial-gradient(at 34% 48%,rgba(6,10,12,.52) 0%,rgba(6,10,12,.34) 48%,rgba(6,10,12,.12) 70%,transparent 100%);position:absolute;top:max(-1.25rem,min(-2vw,-.75rem));bottom:max(-1.25rem,min(-2vw,-.75rem));left:max(-2.75rem,min(-4vw,-1.25rem));right:max(-2.75rem,min(-4vw,-1.25rem))}.home-hero-2026 .home-hero-copy h1,.page-hero .unified-hero-copy h1{text-shadow:0 1px 1px rgba(0,0,0,.9),0 3px 14px rgba(0,0,0,.68),1px 0 rgba(0,0,0,.35),-1px 0 rgba(0,0,0,.35)}.home-hero-2026 .home-hero-copy .eyebrow,.home-hero-2026 .home-hero-lead,.home-hero-2026 .home-hero-benefits,.home-hero-2026 .hero-phone,.page-hero .unified-hero-copy .eyebrow,.page-hero .unified-hero-copy .lead{text-shadow:0 1px 2px rgba(0,0,0,.95),0 2px 9px rgba(0,0,0,.72)}@media (max-width:700px){.home-hero-2026 .home-hero-copy:before,.page-hero .unified-hero-copy:before{filter:blur(6px);background:radial-gradient(at 35% 45%,rgba(6,10,12,.44),rgba(6,10,12,.18) 68%,transparent 100%);top:-.75rem;bottom:-.75rem;left:-.75rem;right:-.75rem}}main,section,article,aside,header,footer,nav,.wrap{min-width:0}img,svg,video,canvas,iframe{max-width:100%;height:auto}input,select,textarea,button{min-width:0;max-width:100%}table{-webkit-overflow-scrolling:touch;max-width:100%;display:block;overflow-x:auto}h1,h2,h3,.home-hero-copy h1,.unified-hero-copy h1{max-width:100%;word-break:keep-all!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;-ms-hyphens:none!important;hyphens:none!important;white-space:normal!important}@media (max-width:1024px){.site-head,.site-head .head-inner{height:82px!important;min-height:82px!important}.site-head.is-scrolled,.site-head.is-scrolled .head-inner{height:72px!important;min-height:72px!important}.site-head .brand.site-logo{width:126px!important;height:78px!important;padding:3px 0!important}.site-head .site-logo img{width:126px!important;max-width:126px!important;height:auto!important;max-height:74px!important}.site-head.is-scrolled .brand.site-logo{width:112px!important;height:68px!important}.site-head.is-scrolled .site-logo img{width:112px!important;max-width:112px!important;max-height:65px!important}.site-head .menu{visibility:visible!important;min-width:48px!important;min-height:44px!important;margin-left:auto!important;padding:.55rem .7rem!important;display:block!important;position:relative!important}.site-head nav.open{max-height:calc(100dvh - 82px)!important;top:82px!important}.site-head.is-scrolled nav.open{max-height:calc(100dvh - 72px)!important;top:72px!important}.home-contact-strip{top:82px!important}.site-head.is-scrolled+.home-contact-strip{top:72px!important}.home-contact-strip>.wrap{min-height:48px!important}.home-contact-strip .home-phone{font-size:max(1.35rem,min(4vw,1.6rem))!important}.home-hero-2026,.page-hero,.page-hero.lowered-glass-hero{background:#14191c!important;min-height:0!important;padding:0!important;display:block!important;overflow:visible!important}.home-hero-2026>.shared-hero-media,.page-hero>.shared-hero-media{aspect-ratio:16/7!important;background:#14191c!important;width:100%!important;height:auto!important;min-height:0!important;display:block!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;overflow:hidden!important}.home-hero-2026>.shared-hero-media img,.page-hero>.shared-hero-media img{aspect-ratio:auto!important;object-fit:cover!important;object-position:center 43%!important;width:100%!important;height:100%!important;min-height:0!important;display:block!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.home-hero-2026>.shade{display:none!important}.home-hero-2026>.unified-hero-layout,.page-hero>.unified-hero-layout,.page-hero.lowered-glass-hero>.unified-hero-layout{background:#14191c!important;flex-direction:column!important;align-items:stretch!important;gap:1.5rem!important;width:min(100% - 2rem,760px)!important;min-height:0!important;margin:0 auto!important;padding:max(2rem,min(5vw,3rem)) 0 max(2.5rem,min(6vw,3.5rem))!important;display:flex!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important}.home-hero-2026 .home-hero-copy,.page-hero .unified-hero-copy{order:1!important;align-self:stretch!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;top:auto!important;transform:none!important}.home-hero-2026 .home-hero-copy>*,.page-hero .unified-hero-copy>*{max-width:100%!important}.home-hero-2026 .home-glass-form,.page-hero .unified-hero-form-column{order:2!important;align-self:stretch!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;transform:none!important}.home-hero-copy h1,.page-hero .unified-hero-copy h1{letter-spacing:-.018em!important;font-size:max(2.65rem,min(7vw,4.5rem))!important;line-height:.98!important}.planning-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.master-contact>.wrap{grid-template-columns:minmax(0,1fr)!important;gap:1.75rem!important}}@media (max-width:700px){.site-head,.site-head .head-inner{height:70px!important;min-height:70px!important}.site-head.is-scrolled,.site-head.is-scrolled .head-inner{height:64px!important;min-height:64px!important}.site-head .brand.site-logo{width:108px!important;height:66px!important}.site-head .site-logo img{width:108px!important;max-width:108px!important;max-height:63px!important}.site-head.is-scrolled .brand.site-logo{width:98px!important;height:60px!important}.site-head.is-scrolled .site-logo img{width:98px!important;max-width:98px!important;max-height:58px!important}.site-head nav.open{max-height:calc(100dvh - 70px)!important;top:70px!important}.site-head.is-scrolled nav.open{max-height:calc(100dvh - 64px)!important;top:64px!important}.home-contact-strip{top:70px!important}.site-head.is-scrolled+.home-contact-strip{top:64px!important}.home-contact-strip>.wrap{min-height:44px!important}.home-contact-strip .home-phone{font-size:1.35rem!important}.home-hero-2026>.shared-hero-media,.page-hero>.shared-hero-media{aspect-ratio:3/2!important}.home-hero-2026>.shared-hero-media img,.page-hero>.shared-hero-media img{object-fit:contain!important;object-position:center center!important}.home-hero-2026>.unified-hero-layout,.page-hero>.unified-hero-layout,.page-hero.lowered-glass-hero>.unified-hero-layout{gap:1.25rem!important;width:min(100% - 1.25rem,760px)!important;padding:1.5rem 0 2rem!important}.home-hero-copy h1,.page-hero .unified-hero-copy h1{letter-spacing:-.012em!important;font-size:max(1.9rem,min(8.6vw,3.2rem))!important;line-height:1!important}h2{font-size:max(1.85rem,min(8.5vw,2.8rem))!important;line-height:1.06!important}h3{font-size:max(1.18rem,min(5.7vw,1.55rem))!important;line-height:1.15!important}.home-hero-lead,.page-hero .unified-hero-copy .lead{font-size:max(1rem,min(4.4vw,1.15rem))!important;line-height:1.55!important}.home-hero-copy .eyebrow,.page-hero .unified-hero-copy .eyebrow{max-width:100%;letter-spacing:.1em!important;width:auto!important;font-size:.69rem!important;line-height:1.35!important}.home-hero-benefits{grid-template-columns:minmax(0,1fr)!important;gap:.65rem!important;margin:1rem 0!important}.home-hero-benefits li{grid-template-columns:22px minmax(0,1fr);align-items:center;gap:.5rem;min-width:0;display:grid!important}.home-hero-benefits li:before{margin:0!important}.hero-phone{white-space:nowrap;font-size:max(2rem,min(10vw,2.75rem))!important}.actions{gap:.6rem!important;margin:1.25rem 0!important}.actions .btn{text-align:center;width:100%!important;min-height:48px!important;padding:.7rem .8rem!important}.form-row{grid-template-columns:minmax(0,1fr)!important}.hero-form,.contact-form,.unified-hero-form-card,.hero-form input,.hero-form select,.hero-form textarea,.contact-form input,.contact-form select,.contact-form textarea{width:100%!important;max-width:100%!important}.planning-grid,.cards,.collect-grid,.visual-cards,.related-grid,.link-cluster,.intro-grid,.split,.home-split{grid-template-columns:minmax(0,1fr)!important}.section{padding-top:max(2.75rem,min(11vw,4rem))!important;padding-bottom:max(2.75rem,min(11vw,4rem))!important}.section .wrap,.buy,.contact-panel{max-width:100%;width:min(calc(100% - 1.25rem),var(--max))!important}.mobile-bar a{white-space:nowrap;min-width:0;padding:.72rem .2rem!important;font-size:max(.72rem,min(3.4vw,.92rem))!important}footer{padding-left:0;padding-right:0}}@media (max-width:340px){.home-hero-copy h1,.page-hero .unified-hero-copy h1{letter-spacing:0!important;font-size:1.9rem!important}h2{font-size:1.75rem!important}.home-hero-2026>.unified-hero-layout,.page-hero>.unified-hero-layout{width:calc(100% - 1rem)!important}}@media (min-width:981px){.home-hero-2026,.page-hero{--hero-form-drop:clamp(6.5rem,12vh,9rem);padding-bottom:var(--hero-form-drop)!important}.home-hero-2026>.unified-hero-layout,.page-hero>.unified-hero-layout{grid-template-rows:minmax(0,1fr) auto!important;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr)!important;align-items:stretch!important;gap:0 max(2rem,min(5vw,5rem))!important;display:grid!important}.home-hero-2026>.unified-hero-layout>.home-hero-copy,.page-hero>.unified-hero-layout>.unified-hero-copy{grid-area:1/1/-1!important;align-self:center!important}.home-hero-2026>.unified-hero-layout>.home-hero-copy{top:calc(var(--hero-form-drop)*.37)!important;transform:translateY(calc(var(--hero-form-drop)*.43))!important;position:relative!important}.home-hero-2026>.unified-hero-layout>.home-glass-form,.page-hero>.unified-hero-layout>.unified-hero-form-column{transform:translateY(var(--hero-form-drop))!important;grid-area:2/2!important;align-self:end!important;margin:0!important}}.site-head .nav-home{display:block!important}.purchase-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.purchase-groups>section{background:#fff;border:1px solid #d8ddd8;border-top:4px solid #8dbf23;padding:1.25rem}.purchase-groups h3{margin-bottom:.8rem}.purchase-groups ul{margin:0;padding:0;list-style:none}.purchase-groups li+li{border-top:1px solid #e4e8e4}.purchase-groups a{justify-content:space-between;gap:1rem;padding:.55rem 0;font-weight:700;text-decoration:none;display:flex}.purchase-groups a span{color:#8dbf23}@media (max-width:900px){.purchase-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.purchase-groups{grid-template-columns:1fr}}.home-contact-strip{z-index:25;color:#fff;background:#0d1214;border-bottom:1px solid rgba(255,255,255,.14);position:sticky;top:96px;box-shadow:0 8px 22px rgba(0,0,0,.2)}.home-contact-strip>.wrap{align-items:center;gap:1.25rem;min-height:58px;display:flex}.home-contact-strip strong{color:#cbd3cf;font-size:.82rem}.home-contact-strip .home-phone{color:#b4df29;white-space:nowrap;font-family:Barlow Condensed,sans-serif;font-size:1.75rem;font-weight:800;line-height:1;text-decoration:none}.home-contact-strip nav{align-items:center;gap:.35rem;margin-left:auto;display:flex}.home-contact-strip nav a{color:#fff;padding:.55rem .8rem;font-size:.8rem;font-weight:800;text-decoration:none}.home-contact-strip .contact-primary{color:#101510;background:#9eca20}.site-head.is-scrolled+.home-contact-strip{top:74px}.home-hero-2026{isolation:isolate;min-height:760px}.home-hero-2026>.shared-hero-media{aspect-ratio:auto;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.home-hero-2026>.shared-hero-media img{aspect-ratio:auto;object-fit:cover;background:#111;width:100%;height:100%!important}.home-hero-2026>.shade{z-index:1;background:linear-gradient(90deg,rgba(7,11,13,.94) 0%,rgba(7,11,13,.78) 48%,rgba(7,11,13,.45) 100%)}.home-hero-2026>.hero-copy{z-index:2;padding-top:max(2.5rem,min(5vw,4.5rem));padding-bottom:max(2.5rem,min(5vw,4.5rem))}.home-hero-copy h1{color:#fff;max-width:690px;font-size:max(3.25rem,min(5.7vw,6rem))}.home-hero-lead{color:#f2f5f2;max-width:700px!important;font-size:max(1.08rem,min(1.5vw,1.3rem))!important}.home-hero-benefits{color:#fff;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem 1rem;max-width:650px;margin:1.35rem 0;padding:0;font-size:.92rem;font-weight:750;list-style:none;display:grid}.home-hero-benefits li:before{content:"✓";color:#111;background:#9eca20;border-radius:50%;align-items:center;justify-items:center;width:21px;height:21px;margin-right:.5rem;font-weight:900;display:inline-grid}.hero-phone,.final-phone{color:#b4df29;font-family:Barlow Condensed,sans-serif;font-size:max(2.2rem,min(4vw,3.5rem));font-weight:800;line-height:1;text-decoration:none;display:inline-block}.home-glass-form{-webkit-backdrop-filter:blur(13px)saturate(120%);align-self:center;gap:.7rem;display:grid;color:#fff!important;background:rgba(15,21,24,.76)!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:10px!important;padding:max(1.15rem,min(2.2vw,1.8rem))!important;box-shadow:0 28px 80px rgba(0,0,0,.42)!important}.home-glass-form h2{margin:0 0 .25rem;font-size:max(1.7rem,min(2.5vw,2.35rem));color:#fff!important}.home-glass-form label{color:#edf1ed;gap:.25rem;font-size:.78rem;font-weight:750;display:grid}.home-glass-form input,.home-glass-form textarea{color:#111;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.6);border-radius:3px;width:100%;min-height:44px;padding:.63rem .7rem;font:500 .9rem/1.35 Inter,sans-serif}.home-glass-form textarea{resize:vertical;min-height:66px}.home-glass-form input:focus,.home-glass-form textarea:focus{border-color:#9eca20;outline:3px solid rgba(158,202,32,.28)}.home-glass-form small{color:#dce4dc}.home-glass-form .btn{width:100%}.home-split{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);align-items:center;gap:max(2.5rem,min(6vw,6rem));display:grid}.home-split figure{background:#161c1f;margin:0;box-shadow:0 22px 60px rgba(0,0,0,.18)}.home-split figure picture,.home-split figure img{width:100%;display:block}.home-split figure img{aspect-ratio:4/3;object-fit:cover}.home-split figcaption,.action-gallery-grid figcaption{color:#e8eeea;background:#182024;padding:.85rem 1rem;font-size:.82rem}.home-services{background:#edf0ed!important}.home-service-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.home-service-card{background:#fff;border:1px solid #d7ddd8;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 12px 38px rgba(7,12,14,.08)}.home-service-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(7,12,14,.16)}.home-service-card picture,.home-service-card img{width:100%;display:block}.home-service-card img{aspect-ratio:16/10;object-fit:cover}.home-service-card>div{padding:1.35rem}.home-service-card h3{margin-bottom:.65rem}.home-service-card p{color:#5e6962}.home-service-card a,.home-audience-grid a{color:#5f880f;text-underline-offset:4px;font-weight:850}.section-action{text-align:center;margin-top:2rem}.home-materials{color:#fff;background:#151b1e!important}.home-materials h2,.home-materials h3{color:#fff}.home-materials .lead-small{color:#cbd4ce}.home-material-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem;display:grid}.home-material-card{color:#fff;background:#222a2d;min-height:210px;text-decoration:none;position:relative;overflow:hidden}.home-material-card picture,.home-material-card img{width:100%;height:100%;display:block}.home-material-card img{object-fit:cover;transition:transform .35s;position:absolute;top:0;bottom:0;left:0;right:0}.home-material-card:after{content:"";background:linear-gradient(transparent,rgba(5,8,9,.95));position:absolute;top:35%;bottom:0;left:0;right:0}.home-material-card strong{z-index:1;font-size:1.05rem;position:absolute;bottom:.85rem;left:1rem;right:1rem}.home-material-card:hover img{transform:scale(1.05)}.home-action-gallery{background:#fff!important}.action-gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.action-gallery-grid figure{background:#182024;margin:0;overflow:hidden}.action-gallery-grid picture,.action-gallery-grid img{width:100%;display:block}.action-gallery-grid img{aspect-ratio:16/9;object-fit:cover}.home-audiences{background:#edf0ed!important}.home-audience-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.home-audience-grid article{background:#fff;border-top:4px solid #8dbf23;min-height:290px;padding:2rem;box-shadow:0 12px 38px rgba(7,12,14,.08)}.home-audience-grid article>span{color:#91ba22;font-family:Barlow Condensed,sans-serif;font-size:2.2rem;font-weight:800}.home-audience-grid p{color:#5e6962}.home-locations{color:#fff;background:#141a1d!important}.home-locations h2{color:#fff}.home-locations>.wrap{gap:1.5rem;display:grid}.featured-cities{flex-wrap:wrap;gap:.55rem;display:flex}.featured-cities a{color:#fff;background:#20282b;border:1px solid #485257;padding:.65rem .9rem;font-weight:750;text-decoration:none}.featured-cities a:hover{color:#b4df29;border-color:#9eca20}.home-locations .btn{justify-self:start}.home-faq .faq{max-width:980px}.home-final-cta{color:#fff;text-align:center;background:linear-gradient(125deg,#101517,#243025);border-top:5px solid #8dbf23;padding:max(4.5rem,min(8vw,7rem)) 0}.home-final-cta h2{color:#fff;max-width:950px;margin-left:auto;margin-right:auto}.home-final-cta p{font-size:1.15rem}.home-final-cta .actions{justify-content:center}.home-final-cta .btn:not(.primary){color:#fff;border-color:#fff}@media (max-width:1100px){.home-service-grid{grid-template-columns:repeat(2,1fr)}.home-material-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:980px){.home-contact-strip{top:88px}.site-head.is-scrolled+.home-contact-strip{top:78px}.home-contact-strip>.wrap{min-height:54px}.home-contact-strip>div>strong,.home-contact-strip nav{display:none}.home-contact-strip .home-phone{margin:auto;font-size:1.65rem}.home-hero-2026>.unified-hero-layout{flex-direction:column;align-items:stretch;width:min(100% - 2rem,760px);padding-top:3rem;padding-bottom:3rem;display:flex}.home-hero-copy{order:1}.home-glass-form{order:2;width:100%;margin-top:1.25rem}.home-split,.home-audience-grid{grid-template-columns:1fr}.home-audience-grid article,.home-hero-2026{min-height:0}.home-hero-2026>.shared-hero-media,.home-hero-2026>.shared-hero-media img{object-fit:cover;height:100%!important}}@media (max-width:700px){.home-contact-strip{top:88px}.home-service-grid,.action-gallery-grid{grid-template-columns:1fr}.home-material-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.home-material-card{min-height:170px}.home-hero-benefits,.home-glass-form .form-row{grid-template-columns:1fr}.home-final-cta .actions{display:grid}.home-final-cta .btn{width:100%}}@media (prefers-reduced-motion:reduce){.home-service-card,.home-material-card img{transition:none!important}}.home-glass-form{-webkit-backdrop-filter:blur(10px)saturate(115%);background:rgba(15,21,24,.56)!important;border-color:rgba(255,255,255,.34)!important;box-shadow:0 28px 80px rgba(0,0,0,.38)!important}.home-editorial-longform{background:#fff!important}.home-editorial-longform>.wrap{max-width:1120px}.home-editorial-longform h2{max-width:920px}.editorial-intro{background:#f0f3ef;border-left:5px solid #8dbf23;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2rem 0 3rem;padding:1.6rem;display:grid}.editorial-intro p{margin:0}.editorial-sections{columns:2;column-gap:max(2.5rem,min(6vw,5rem))}.editorial-sections>article{break-inside:avoid;margin:0 0 2.5rem}.editorial-sections h3{margin-bottom:.75rem}.editorial-sections a,.editorial-cta a{color:#5f880f;text-underline-offset:3px;font-weight:800}.editorial-cta{color:#e7ede8;background:#172023;border-left:5px solid #9eca20;margin-top:1.5rem;padding:1.5rem 1.75rem}.editorial-cta strong{color:#fff}.home-editorial-longform+.mobile-service-flow{padding-top:max(3.5rem,min(6vw,5rem));padding-bottom:max(3.5rem,min(6vw,5rem))}.home-editorial-longform+.mobile-service-flow .service-flow{gap:1rem}.home-editorial-longform+.mobile-service-flow .service-flow article{min-height:230px;padding:1.25rem}.home-editorial-longform+.mobile-service-flow .service-icon{width:48px;height:48px}.home-all-services{background:#edf0ed!important}.home-all-materials{color:#fff;background:#151b1e!important}.home-all-materials h2,.home-all-materials h3{color:#fff}.home-all-materials .lead-small{color:#cbd4ce}.home-complete-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.home-link-group{background:#fff;border-top:4px solid #8dbf23;padding:1.35rem;box-shadow:0 10px 28px rgba(7,12,14,.08)}.home-link-group h3{margin:0 0 .9rem}.home-link-group nav{gap:.42rem;display:grid}.home-link-group a{color:#303a35;border-bottom:1px solid #d7ddd8;padding:.27rem 0;font-size:.91rem;text-decoration:none}.home-link-group a:hover{color:#5f880f;border-color:#8dbf23}.home-all-materials .home-link-group{background:#20282b;border-color:#9eca20}.home-all-materials .home-link-group a{color:#eef2ef;border-color:#3c4742}.home-all-materials .home-link-group a:hover{color:#b4df29}.materials-complete-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-pickup-contact{background:#edf0ed;border-top:1px solid #d2d9d3;padding:max(3.5rem,min(7vw,5.5rem)) 0}.home-pickup-contact>.wrap{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:center;gap:3rem;display:grid}.home-pickup-contact h2{margin-bottom:.7rem}.home-pickup-contact .actions{margin-top:1rem}.home-pickup-contact .final-phone{color:#5f880f}.home-all-cities{background:#e9ece9!important}.home-all-cities .city-az{columns:6}.home-all-cities .city-letter{border-top-color:#8dbf23}.home-all-cities .city-letter h3{color:#5f880f}@media (max-width:1100px){.home-complete-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-all-cities .city-az{columns:4}}@media (max-width:980px){.editorial-intro{grid-template-columns:1fr}.editorial-sections{columns:1}.home-complete-grid,.materials-complete-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-pickup-contact>.wrap{grid-template-columns:1fr}}@media (max-width:700px){.home-complete-grid,.materials-complete-grid{grid-template-columns:1fr}.home-all-cities .city-az{columns:2}.home-pickup-contact .actions{display:grid}.home-pickup-contact .btn{width:100%}}.home-all-services,.home-all-materials{overflow-x:clip}.home-all-services .wrap,.home-all-materials .wrap{min-width:0}.home-complete-grid,.materials-complete-grid{align-items:start;min-width:0;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))!important}.home-link-group{box-sizing:border-box;width:100%;min-width:0;max-width:100%;height:auto;min-height:0;padding:max(1.25rem,min(2vw,1.75rem));overflow:hidden}.home-link-group h3{overflow-wrap:anywhere;word-break:normal;white-space:normal;max-width:100%;font-size:max(1.2rem,min(1.5vw,1.55rem));line-height:1.15}.home-link-group ul{box-sizing:border-box;gap:.35rem;width:100%;min-width:0;max-width:100%;margin:0;padding:0;list-style:none;display:grid}.home-link-group li{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin:0;padding:0;display:block}.home-link-group a{overflow-wrap:anywhere;word-break:normal;white-space:normal;box-sizing:border-box;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.65rem;width:100%;min-width:0;max-width:100%;padding:.48rem 0;font-size:max(14px,min(1vw,17px));line-height:1.42;display:grid}.home-link-group .link-label{overflow-wrap:anywhere;word-break:normal;white-space:normal;min-width:0;max-width:100%;display:block}.home-link-group .link-arrow{flex:none;transition:transform .18s;display:block}.home-link-group a:hover .link-arrow{transform:translate(3px)}.home-link-group a:focus-visible .link-arrow{transform:translate(3px)}@media (max-width:1024px){.home-complete-grid,.materials-complete-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:600px){.home-all-services .wrap,.home-all-materials .wrap{width:min(100% - 2rem,1180px)}.home-complete-grid,.materials-complete-grid{grid-template-columns:minmax(0,1fr)!important}.home-link-group{padding:max(18px,min(5vw,22px))}.home-link-group a{font-size:max(14px,min(4vw,16px))}}html,body{max-width:100%;overflow-x:clip}.site-head .head-inner{position:relative}.head-direct{display:none}.page-hero{isolation:isolate;position:relative}.page-hero>.shared-hero-media{aspect-ratio:auto;height:100%;min-height:720px}.page-hero>.shared-hero-media img{aspect-ratio:auto;object-fit:cover;object-position:center;width:100%;min-height:720px;height:100%!important}.page-hero>.unified-hero-layout{min-height:720px}.page-hero .unified-hero-copy .crumbs{overflow-wrap:anywhere;flex-wrap:wrap;gap:.35rem;max-width:100%;font-size:max(.78rem,min(1vw,.92rem));display:flex}.page-hero .unified-hero-copy .lead{max-width:720px;line-height:1.65}.unified-hero-form-card{-webkit-backdrop-filter:blur(11px)saturate(112%);background:rgba(246,249,244,.82)!important;border:1px solid rgba(255,255,255,.48)!important}main>.section>.wrap,main>.related-network>.wrap{min-width:0}.section .prose{max-width:920px}.section .prose.cols{max-width:1180px}.section p,.section li,.section a,.section h2,.section h3,.card,.collect-card,.related-grid>div{overflow-wrap:anywhere;word-break:normal;white-space:normal;box-sizing:border-box}.cards,.collect-grid,.visual-cards,.related-grid,.link-cluster{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));align-items:start}.card,.collect-card,.related-grid>div,.link-cluster>div{border-radius:4px;width:100%;min-width:0;max-width:100%;height:auto;min-height:0;padding:max(1.25rem,min(2vw,1.8rem))}.card h3,.collect-card h3,.related-grid h3,.link-cluster h3{font-size:max(1.2rem,min(1.6vw,1.55rem))}.card a,.collect-card a,.related-grid a,.link-cluster a{overflow-wrap:anywhere;white-space:normal;max-width:100%}.fact,.buy,.flow-cta,.contact-panel,.gallery-cta{border-radius:4px}.content-visual,.contextual-visual figure,.material-gallery figure{border-radius:4px;overflow:hidden}.content-visual img,.contextual-visual img,.material-gallery img{max-width:100%;height:auto;display:block}.section:nth-of-type(2n),.section.alt,.related-network{background:#ecefed}.mobile-service-flow .service-flow article{height:auto;min-height:0}.mobile-service-flow .service-flow{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}.mobile-bar{z-index:60}@media (min-width:1280px){.head-direct{align-items:center;gap:1rem;display:flex;position:absolute;top:10px;right:0}.head-direct a{color:#eef4ef;font-size:.82rem;font-weight:800;text-decoration:none}.head-direct .head-phone{color:#b4df29;font-family:Barlow Condensed,sans-serif;font-size:1.25rem}.site-head nav{align-self:flex-end;margin-bottom:10px}.page-hero>.unified-hero-layout{grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr)}}@media (max-width:1024px){.cards,.collect-grid,.visual-cards,.related-grid,.link-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero>.shared-hero-media,.page-hero>.shared-hero-media img,.page-hero>.unified-hero-layout{min-height:0}}@media (max-width:700px){.cards,.collect-grid,.visual-cards,.related-grid,.link-cluster,.mobile-service-flow .service-flow{grid-template-columns:minmax(0,1fr)}.page-hero>.shared-hero-media,.page-hero>.shared-hero-media img{aspect-ratio:16/10;object-fit:cover;width:100%;min-height:0;height:auto!important}.page-hero>.unified-hero-layout{flex-direction:column;padding:2rem 1rem 2.5rem;display:flex}.unified-hero-copy{order:1}.unified-hero-form-column{order:2}.unified-hero-form-card{background:rgba(246,249,244,.9)!important}.section .wrap{width:min(calc(100% - 2rem),var(--max))}.card,.collect-card,.related-grid>div,.link-cluster>div{padding:max(18px,min(5vw,22px))}}.footer-contact{flex-wrap:wrap;gap:.55rem;margin-top:1rem;display:flex}.footer-contact a{color:#fff;border:1px solid #4d5853;align-items:center;min-height:44px;padding:.55rem .8rem;font-weight:800;text-decoration:none;display:inline-flex}.footer-contact a:first-child{color:#b4df29;border-color:#8dbf23}.subpage-local-intro{background:#fff!important}.subpage-local-intro figure{background:#182024;margin:0;overflow:hidden}.subpage-local-intro picture,.subpage-local-intro img{width:100%;display:block}.subpage-local-intro img{aspect-ratio:4/3;object-fit:cover}.subpage-local-intro figcaption{color:#e7ede8;padding:.75rem 1rem;font-size:.8rem}.master-editorial{min-width:0}.master-editorial>.section .wrap{max-width:1120px}.master-editorial>.section:nth-child(2n){background:#ecefed}.master-editorial .prose{max-width:920px}.master-planning{color:#fff;background:#151b1e!important}.master-planning h2,.master-planning h3{color:#fff}.planning-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.planning-grid article{background:#20282b;border-top:4px solid #8dbf23;min-width:0;height:auto;padding:1.35rem}.planning-grid article>span{color:#b4df29;font-family:Barlow Condensed,sans-serif;font-size:1.8rem;font-weight:800}.planning-grid p{color:#d5ddd7}.master-audiences{background:#edf0ed!important}.master-contact{color:#fff;background:#151b1e;border-top:4px solid #8dbf23;padding:max(4rem,min(7vw,6rem)) 0}.master-contact>.wrap{grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);align-items:center;gap:3rem;display:grid}.master-contact h2{color:#fff}.master-contact p{color:#d5ddd7}.master-contact .actions{margin-top:1rem}.master-contact .btn:not(.primary){color:#fff;border-color:#fff}.master-faq .faq{max-width:980px}.master-final-cta+.master-contact{border-top:0}.master-contact+.home-all-cities{background:#e9ece9!important}.master-editorial img{max-width:100%;height:auto}.master-editorial a,.planning-grid a{overflow-wrap:anywhere;word-break:normal}.master-editorial .card,.master-editorial .collect-card{height:auto;min-height:0}@media (max-width:1024px){.planning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.planning-grid,.master-contact>.wrap{grid-template-columns:minmax(0,1fr)}.master-contact .actions{display:grid}.master-contact .btn{width:100%}}.page-hero>.supplied-truck-hero img{object-position:center 48%}.page-hero>.supplied-vehicle-hero img{object-position:center 42%}.page-hero>.supplied-demolition-hero img{object-position:center 48%}@media (max-width:700px){.page-hero>.supplied-truck-hero img{object-position:58% center}.page-hero>.supplied-vehicle-hero img{object-position:54% center}.page-hero>.supplied-demolition-hero img{object-position:52% center}}.lowered-glass-hero{background:#14191c;min-height:max(820px,min(66.6667vw,1280px));overflow:hidden;padding:0!important;display:grid!important}.lowered-glass-hero>.supplied-truck-hero,.lowered-glass-hero>.unified-hero-layout{grid-area:1/1}.lowered-glass-hero>.supplied-truck-hero{aspect-ratio:auto;width:100%;height:100%;min-height:100%}.lowered-glass-hero>.supplied-truck-hero img{aspect-ratio:auto;object-fit:contain;object-position:center center;background:#14191c;width:100%;min-height:100%;height:100%!important}.lowered-glass-hero>.unified-hero-layout{align-self:stretch;min-height:100%;background:linear-gradient(transparent 0%,rgba(8,13,15,.1) 20%,rgba(8,13,15,.72) 100%)!important;align-items:start!important;padding-top:max(14rem,min(19vw,22rem))!important;padding-bottom:max(2.5rem,min(5vw,5rem))!important}.lowered-glass-hero .unified-hero-copy,.lowered-glass-hero .unified-hero-form-column{align-self:start!important}.lowered-glass-hero .unified-hero-form-card{color:#102f35;-webkit-backdrop-filter:blur(12px)saturate(115%)!important;background:rgba(238,243,236,.48)!important;border:1px solid rgba(255,255,255,.58)!important;box-shadow:0 24px 65px rgba(0,0,0,.3)!important}.lowered-glass-hero .unified-hero-form-card h2{color:#102f35}.lowered-glass-hero .unified-hero-form-card label{color:#183f43;text-shadow:0 1px rgba(255,255,255,.42)}.lowered-glass-hero .unified-hero-form-card small{color:#314f51}.lowered-glass-hero .unified-hero-form-card input,.lowered-glass-hero .unified-hero-form-card select,.lowered-glass-hero .unified-hero-form-card textarea{box-shadow:0 1px rgba(255,255,255,.45);color:#111!important;background:rgba(255,255,255,.9)!important;border:1px solid rgba(20,48,49,.32)!important}@media (max-width:1100px){.lowered-glass-hero{min-height:max(900px,min(125vw,1280px))}.lowered-glass-hero>.unified-hero-layout{flex-direction:column;gap:1.75rem;padding:max(10rem,min(22vw,14rem)) max(1rem,50vw - 380px) 3.5rem!important;display:flex!important}.lowered-glass-hero .unified-hero-copy{order:1}.lowered-glass-hero .unified-hero-form-column{order:2;justify-self:auto;width:100%;max-width:760px}.lowered-glass-hero>.supplied-truck-hero,.lowered-glass-hero>.supplied-truck-hero img{aspect-ratio:auto;object-fit:contain;object-position:center top;min-height:100%;height:100%!important;position:relative!important}}@media (max-width:700px){.lowered-glass-hero{min-height:0;display:block!important}.lowered-glass-hero>.supplied-truck-hero{aspect-ratio:3/2;width:100%;min-height:0;display:block;height:auto!important;position:relative!important}.lowered-glass-hero>.supplied-truck-hero img{aspect-ratio:3/2;object-fit:contain;object-position:center;background:#14191c;width:100%;min-height:0;display:block;height:auto!important}.lowered-glass-hero>.unified-hero-layout{background:linear-gradient(rgba(8,13,15,.9),#14191c)!important;padding:2rem 1rem 2.75rem!important;display:flex!important}.lowered-glass-hero .unified-hero-form-card{-webkit-backdrop-filter:blur(10px)saturate(112%)!important;background:rgba(235,241,234,.52)!important}}.page-hero>.unified-hero-layout{background:linear-gradient(90deg,rgba(8,13,15,.62) 0%,rgba(8,13,15,.28) 48%,rgba(8,13,15,.04) 78%,transparent 100%)!important}.page-hero .unified-hero-form-card,.page-hero.lowered-glass-hero .unified-hero-form-card{color:#fff!important;-webkit-backdrop-filter:blur(7px)saturate(112%)!important;background:rgba(15,20,24,.56)!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 12px 35px rgba(0,0,0,.28)!important}.page-hero .unified-hero-form-card h2,.page-hero.lowered-glass-hero .unified-hero-form-card h2{color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.45)!important}.page-hero .unified-hero-form-card label,.page-hero.lowered-glass-hero .unified-hero-form-card label{color:#f5f7f4!important;text-shadow:0 1px 5px rgba(0,0,0,.5)!important}.page-hero .unified-hero-form-card small,.page-hero.lowered-glass-hero .unified-hero-form-card small{color:#e3e9e2!important}.page-hero .unified-hero-form-card input,.page-hero .unified-hero-form-card select,.page-hero .unified-hero-form-card textarea,.page-hero.lowered-glass-hero .unified-hero-form-card input,.page-hero.lowered-glass-hero .unified-hero-form-card select,.page-hero.lowered-glass-hero .unified-hero-form-card textarea{color:#101417!important;background:rgba(255,255,255,.86)!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 1px 2px rgba(0,0,0,.14)!important}.page-hero .unified-hero-form-card input:focus,.page-hero .unified-hero-form-card select:focus,.page-hero .unified-hero-form-card textarea:focus{background:rgba(255,255,255,.94)!important;border-color:#b4df29!important;outline:3px solid rgba(180,223,41,.28)!important}.page-hero.lowered-glass-hero>.unified-hero-layout{background:linear-gradient(transparent 0%,rgba(8,13,15,.06) 28%,rgba(8,13,15,.48) 100%)!important}@media (max-width:980px){.page-hero .unified-hero-form-card,.page-hero.lowered-glass-hero .unified-hero-form-card{background:rgba(15,20,24,.62)!important}}@media (max-width:700px){.page-hero .unified-hero-form-card,.page-hero.lowered-glass-hero .unified-hero-form-card{-webkit-backdrop-filter:blur(6px)saturate(108%)!important;background:rgba(15,20,24,.68)!important}.page-hero .unified-hero-form-card input,.page-hero .unified-hero-form-card select,.page-hero .unified-hero-form-card textarea{background:rgba(255,255,255,.9)!important}}.page-hero{overflow:visible!important}.page-hero>.shared-hero-media,.page-hero>.shared-hero-media img{background:#14191c;min-height:100%;height:100%!important}.page-hero>.shared-hero-media img{object-position:center center;object-fit:contain!important}.page-hero>.unified-hero-layout{min-height:max(760px,52vw);align-items:start!important;padding-top:max(4rem,min(7vw,8rem))!important;padding-bottom:max(3rem,min(5vw,6rem))!important}.page-hero .unified-hero-copy,.page-hero .unified-hero-form-column{align-self:start!important}.page-hero .unified-hero-form-column{margin-top:0!important}.page-hero.lowered-glass-hero{min-height:max(980px,66.6667vw)!important;overflow:visible!important}.page-hero.lowered-glass-hero>.unified-hero-layout{align-items:start!important;min-height:100%!important;padding-top:max(9rem,min(14vw,15rem))!important;padding-bottom:max(4rem,min(6vw,7rem))!important}@media (min-width:1101px){.page-hero>.unified-hero-layout{grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr)!important}.page-hero .unified-hero-copy,.page-hero .unified-hero-form-column{padding-top:0!important}}@media (min-width:701px) and (max-width:1100px){.page-hero,.page-hero.lowered-glass-hero{min-height:auto!important;display:grid!important}.page-hero>.shared-hero-media,.page-hero>.unified-hero-layout{grid-area:1/1}.page-hero>.unified-hero-layout,.page-hero.lowered-glass-hero>.unified-hero-layout{flex-direction:column;gap:1.75rem;min-height:max(980px,min(115vw,1220px))!important;padding:max(6rem,min(12vw,9rem)) max(1rem,50vw - 380px) 4rem!important;display:flex!important;position:relative!important}.page-hero .unified-hero-copy{order:1}.page-hero .unified-hero-form-column{order:2;justify-self:auto;width:100%;max-width:760px}.page-hero>.shared-hero-media,.page-hero>.shared-hero-media img{object-position:center top;width:100%;min-height:100%;top:0;bottom:0;left:0;right:0;object-fit:contain!important;height:100%!important;position:absolute!important}}@media (max-width:700px){.page-hero,.page-hero.lowered-glass-hero{min-height:0!important;display:block!important;overflow:visible!important}.page-hero>.shared-hero-media,.page-hero>.shared-hero-media img{aspect-ratio:3/2;object-position:center center;background:#14191c;width:100%;min-height:0;display:block;object-fit:contain!important;height:auto!important;position:relative!important}.page-hero>.unified-hero-layout,.page-hero.lowered-glass-hero>.unified-hero-layout{flex-direction:column;gap:1.5rem;background:linear-gradient(rgba(8,13,15,.84),#14191c)!important;min-height:0!important;padding:2rem 1rem 2.75rem!important;display:flex!important;position:relative!important}.page-hero .unified-hero-copy{order:1}.page-hero .unified-hero-form-column{order:2;width:100%;max-width:none}.page-hero .unified-hero-form-card{width:100%;max-width:none}}.page-hero,.page-hero.lowered-glass-hero{isolation:isolate;background:#14191c;min-height:760px!important;display:grid!important;overflow:visible!important}.page-hero>.shared-hero-media,.page-hero>.unified-hero-layout{grid-area:1/1}.page-hero>.shared-hero-media{aspect-ratio:auto;background:#14191c;width:100%;min-height:100%;display:block;top:0;bottom:0;left:0;right:0;height:100%!important;position:absolute!important}.page-hero>.shared-hero-media img{aspect-ratio:auto;object-position:center top;background:#14191c;width:100%;min-height:100%;display:block;object-fit:contain!important;height:100%!important}.page-hero>.unified-hero-layout,.page-hero.lowered-glass-hero>.unified-hero-layout{z-index:2;margin:auto;width:min(calc(100% - 2rem),var(--max))!important;min-height:760px!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:linear-gradient(90deg,rgba(7,11,13,.62) 0%,rgba(7,11,13,.28) 52%,rgba(7,11,13,.08) 100%)!important;border:0!important;padding:max(2.5rem,min(5vw,4.5rem)) 0 0!important;position:relative!important}.page-hero .unified-hero-copy,.page-hero .unified-hero-form-column{align-self:center!important;margin:0!important;padding:0!important}.page-hero .unified-hero-form-column{justify-self:stretch!important;width:100%!important;max-width:none!important}.page-hero .unified-hero-form-card{align-self:center;gap:.7rem;display:grid;border-radius:10px!important;padding:max(1.15rem,min(2.2vw,1.8rem))!important}.page-hero .unified-hero-form-card h2{margin:0 0 .25rem!important;font-size:max(1.7rem,min(2.5vw,2.35rem))!important}.page-hero .unified-hero-form-card label{gap:.25rem;font-size:.78rem;font-weight:750;display:grid}.page-hero .unified-hero-form-card input,.page-hero .unified-hero-form-card select,.page-hero .unified-hero-form-card textarea{width:100%;min-height:44px;padding:.63rem .7rem;font:500 .9rem/1.35 Inter,sans-serif}.page-hero .unified-hero-form-card textarea{resize:vertical;min-height:66px}.page-hero .unified-hero-form-card .btn{width:100%;min-height:48px}@media (min-width:981px){.page-hero>.unified-hero-layout,.page-hero.lowered-glass-hero>.unified-hero-layout{grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr)!important;align-items:center!important;gap:max(2rem,min(5vw,5rem))!important;display:grid!important}.page-hero .unified-hero-copy,.page-hero .unified-hero-form-column{order:initial!important}}@media (max-width:980px){.page-hero,.page-hero.lowered-glass-hero{min-height:0!important;display:grid!important}.page-hero>.shared-hero-media{aspect-ratio:auto;height:100%!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.page-hero>.shared-hero-media img{aspect-ratio:auto;object-position:center top;object-fit:contain!important;height:100%!important}.page-hero>.unified-hero-layout,.page-hero.lowered-glass-hero>.unified-hero-layout{flex-direction:column;align-items:stretch!important;gap:1.75rem!important;width:min(100% - 2rem,760px)!important;min-height:0!important;padding:3rem 0!important;display:flex!important}.page-hero .unified-hero-copy{order:1!important;align-self:stretch!important}.page-hero .unified-hero-form-column{order:2!important;align-self:stretch!important}.page-hero .unified-hero-form-card{width:100%;max-width:none}}@media (max-width:700px){.page-hero>.unified-hero-layout,.page-hero.lowered-glass-hero>.unified-hero-layout{gap:1.5rem!important;width:min(100% - 2rem,760px)!important;padding:2rem 0 2.75rem!important}.page-hero .unified-hero-form-card .form-row{grid-template-columns:minmax(0,1fr)!important}}@media (min-width:981px){.home-hero-2026,.page-hero{--hero-form-drop:clamp(6.5rem,12vh,9rem);padding-bottom:var(--hero-form-drop)!important}.home-hero-2026>.unified-hero-layout,.page-hero>.unified-hero-layout{grid-template-rows:minmax(0,1fr) auto!important;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr)!important;align-items:stretch!important;gap:0 max(2rem,min(5vw,5rem))!important;display:grid!important}.home-hero-2026>.unified-hero-layout>.home-hero-copy,.page-hero>.unified-hero-layout>.unified-hero-copy{grid-area:1/1/-1!important;align-self:center!important}.home-hero-2026>.unified-hero-layout>.home-hero-copy{top:calc(var(--hero-form-drop)*.37)!important;transform:translateY(calc(var(--hero-form-drop)*.43))!important;position:relative!important}.home-hero-2026>.unified-hero-layout>.home-glass-form,.page-hero>.unified-hero-layout>.unified-hero-form-column{transform:translateY(var(--hero-form-drop))!important;grid-area:2/2!important;align-self:end!important;margin:0!important}}.page-hero .unified-hero-copy>.crumbs{visibility:hidden!important;pointer-events:none!important;-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.home-contact-strip{box-shadow:none!important;border-bottom:1px solid transparent!important}.home-hero-2026>.shared-hero-media img,.page-hero>.shared-hero-media img{object-fit:cover!important}.page-hero.lowered-glass-hero>.supplied-truck-hero img{object-fit:contain!important;object-position:center top!important}.home-hero-2026>.unified-hero-layout,.page-hero>.unified-hero-layout,.page-hero.lowered-glass-hero>.unified-hero-layout{background:0 0!important}.home-header-service{display:none}.city-local-areas{background:#f7f8f5!important}.city-local-areas .lead-small{max-width:880px;margin-bottom:1.5rem}.local-area-table{background:#fff;border:1px solid #d8ddd8;border-top:4px solid #8dbf23;overflow:hidden;box-shadow:0 10px 28px rgba(7,12,14,.06)}.local-area-head,.local-area-row{grid-template-columns:minmax(130px,.22fr) minmax(0,1fr);gap:1rem;padding:.9rem 1.15rem;display:grid}.local-area-head{color:#fff;letter-spacing:.045em;text-transform:uppercase;background:#182023;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:.92rem}.local-area-row{border-top:1px solid #e2e6e2;align-items:start}.local-area-row>strong{color:#314315;letter-spacing:.045em;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:1.18rem}.local-area-row>div{flex-wrap:wrap;gap:.38rem .75rem;min-width:0;display:flex}.local-area-row span{color:#273129;font-weight:650;line-height:1.45;position:relative}.local-area-row span:not(:last-child):after{content:"·";color:#8dbf23;position:absolute;right:-.48rem}.local-area-row em{color:#646e66;font-size:.88rem;font-style:normal}.local-area-overview{background:#fff;border:1px solid #d8ddd8;margin-top:1rem;padding:1.15rem}.local-area-overview h3{color:#151b1e;margin-bottom:.85rem;font-size:1.1rem}.local-area-tags{flex-wrap:wrap;gap:.5rem;display:flex}.local-area-tags span{color:#273129;overflow-wrap:anywhere;background:#edf1eb;border:1px solid #cbd3cb;align-items:center;min-height:34px;padding:.38rem .65rem;font-size:.86rem;font-weight:700;line-height:1.25;display:inline-flex}.local-area-empty{color:#5f6962;margin:0}.local-area-source{color:#737c75;margin:1rem 0 0;font-size:.75rem}@media (max-width:700px){.local-area-head{display:none}.local-area-row{padding:1rem;display:block}.local-area-row>strong{margin-bottom:.45rem;font-size:1.3rem;display:block}.local-area-row>div{display:block}.local-area-row span{padding:.16rem 0 .16rem 1rem;display:block}.local-area-row span:before{content:"";background:#8dbf23;border-radius:50%;width:5px;height:5px;position:absolute;top:.72rem;left:0}.local-area-row span:not(:last-child):after{content:none}.local-area-tags{gap:.4rem}.local-area-tags span{white-space:normal;max-width:100%}}@media (min-width:1280px){.home-header-service{white-space:nowrap;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:absolute;top:9px;left:220px;right:0}.home-header-service strong{color:#b4df29;letter-spacing:.035em;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:1.18rem;line-height:1}.home-header-service ul{color:#eef4ef;justify-content:flex-end;gap:max(.65rem,min(1.2vw,1.15rem));margin:0;padding:0;font-size:.88rem;font-weight:700;line-height:1.2;list-style:none;display:flex}.home-header-service li:before{content:"✓";color:#b4df29;margin-right:.28rem;font-weight:900}}@media (min-width:1025px) and (max-width:1279px){.home-header-service{grid-template-columns:auto 1fr;align-items:start;gap:.55rem 1rem;display:grid;position:absolute;top:12px;left:220px;right:82px}.home-header-service strong{color:#b4df29;letter-spacing:.03em;grid-row:1/3;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:1.18rem;line-height:1.05}.home-header-service ul{color:#eef4ef;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem .8rem;margin:0;padding:0;font-size:.86rem;font-weight:700;line-height:1.25;list-style:none;display:grid}.home-header-service li:before{content:"✓";color:#b4df29;margin-right:.25rem;font-weight:900}}@media (max-width:1024px){.site-head:has(.home-header-service){height:158px!important;min-height:158px!important}.site-head.is-scrolled:has(.home-header-service){height:158px!important;min-height:158px!important}.site-head:has(.home-header-service) .head-inner{align-items:flex-start!important;height:158px!important;min-height:158px!important}.site-head.is-scrolled:has(.home-header-service) .head-inner{align-items:flex-start!important;height:158px!important;min-height:158px!important}.site-head:has(.home-header-service) .menu{margin-top:18px!important}.home-header-service{text-align:center;gap:.4rem;display:grid;position:absolute;bottom:10px;left:0;right:0}.home-header-service strong{color:#b4df29;letter-spacing:.035em;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:1.2rem;line-height:1}.home-header-service ul{color:#eef4ef;grid-template-columns:repeat(2,minmax(0,1fr));gap:.3rem .8rem;margin:0;padding:0;font-size:.86rem;font-weight:700;line-height:1.25;list-style:none;display:grid}.home-header-service li:before{content:"✓";color:#b4df29;margin-right:.25rem;font-weight:900}.site-head:has(.home-header-service)+.home-contact-strip{top:158px!important}.site-head.is-scrolled:has(.home-header-service)+.home-contact-strip{top:158px!important}.site-head:has(.home-header-service) nav.open{max-height:calc(100dvh - 158px)!important;top:158px!important}}@media (max-width:520px){.site-head:has(.home-header-service){height:220px!important;min-height:220px!important}.site-head.is-scrolled:has(.home-header-service){height:220px!important;min-height:220px!important}.site-head:has(.home-header-service) .head-inner{height:220px!important;min-height:220px!important}.site-head.is-scrolled:has(.home-header-service) .head-inner{height:220px!important;min-height:220px!important}.home-header-service{gap:.55rem;bottom:10px}.home-header-service ul{text-align:center;grid-template-columns:minmax(0,1fr);gap:.2rem;white-space:normal!important}.home-header-service li{overflow-wrap:normal;min-width:0;display:block;white-space:normal!important}.site-head:has(.home-header-service)+.home-contact-strip{top:220px!important}.site-head.is-scrolled:has(.home-header-service)+.home-contact-strip{top:220px!important}.site-head:has(.home-header-service) nav.open{max-height:calc(100dvh - 220px)!important;top:220px!important}}.local-area-additional{color:#4d5750;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem 1.25rem;font-size:.88rem;line-height:1.45;display:grid}.local-area-additional span{overflow-wrap:anywhere;min-width:0;padding-left:.85rem;position:relative}.local-area-additional span:before{content:"";background:#8dbf23;border-radius:50%;width:5px;height:5px;position:absolute;top:.55rem;left:0}.local-area-source{color:#7d857f;border-top:1px solid #e1e5e1;margin:1.15rem 0 0;padding-top:.65rem;font-size:.68rem;line-height:1.4}@media (max-width:900px){.local-area-additional{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.local-area-additional{grid-template-columns:minmax(0,1fr);gap:.3rem}.local-area-additional span{padding:.12rem 0 .12rem 1rem}.local-area-additional span:before{top:.65rem}}.purchase-hero-media{border:1px solid rgba(255,255,255,.2);border-radius:8px;max-width:620px;margin:1.4rem 0 0;overflow:hidden}.purchase-hero-media picture,.purchase-hero-media img{width:100%;height:auto;display:block}.purchase-article h2{margin-top:2.4rem}.purchase-article h2:first-child{margin-top:0}@media (max-width:700px){.purchase-hero-media{margin-top:1rem}.purchase-article h2{font-size:1.65rem}}.unified-final-area{text-align:center}.unified-final-area .wrap{flex-direction:column;align-items:center;display:flex}.unified-final-area .actions{justify-content:center}.unified-final-logo{object-fit:contain;width:min(100%,420px);height:auto;margin:max(1.5rem,min(3vw,2.5rem)) auto 0;display:block}@media (max-width:700px){.unified-final-area .actions{flex-direction:column;width:100%}.unified-final-area .actions .btn{justify-content:center;width:100%}.unified-final-logo{width:min(100%,320px)}}@media (max-width:1024px){.page-hero,.page-hero.lowered-glass-hero{background:#14191c!important;flex-direction:column!important;min-height:0!important;padding:0!important;display:flex!important;overflow:visible!important}.page-hero>.shared-hero-media,.page-hero.lowered-glass-hero>.shared-hero-media{background:#14191c;order:1;overflow:hidden;aspect-ratio:auto!important;width:100%!important;height:auto!important;min-height:0!important;display:block!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.page-hero>.shared-hero-media img,.page-hero.lowered-glass-hero>.shared-hero-media img{background:#14191c;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;width:100%!important;height:auto!important;min-height:0!important;display:block!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.page-hero>.unified-hero-layout,.page-hero.lowered-glass-hero>.unified-hero-layout{order:2;width:100%!important;min-height:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:#14191c!important;border:0!important;flex-direction:column!important;align-items:stretch!important;gap:1.75rem!important;margin:0!important;padding:max(2rem,min(5vw,3.5rem)) max(1rem,50vw - 380px) max(2.75rem,min(6vw,4rem))!important;display:flex!important;position:relative!important;transform:none!important}.page-hero .unified-hero-copy{order:1!important;align-self:stretch!important;width:100%!important;margin:0!important;padding:0!important;transform:none!important}.page-hero .unified-hero-form-column{order:2!important;align-self:stretch!important;width:100%!important;max-width:760px!important;margin:0!important;padding:0!important;transform:none!important}.site-head,.site-head.is-scrolled,.home-contact-strip,.site-head.is-scrolled+.home-contact-strip{position:relative!important;top:auto!important}.site-head:has(.home-header-service){position:relative!important;top:auto!important}.site-head.is-scrolled:has(.home-header-service){position:relative!important;top:auto!important}.site-head:has(.home-header-service)+.home-contact-strip{position:relative!important;top:auto!important}.site-head.is-scrolled:has(.home-header-service)+.home-contact-strip{position:relative!important;top:auto!important}.site-head .menu{z-index:2;position:absolute!important;top:0!important;right:0!important}}@media (max-width:700px){.page-hero>.unified-hero-layout,.page-hero.lowered-glass-hero>.unified-hero-layout{gap:1.5rem!important;padding:2rem 1rem 2.75rem!important}.page-hero .unified-hero-form-card{width:100%!important;max-width:none!important}.page-hero .unified-hero-form-card .form-row{grid-template-columns:minmax(0,1fr)!important}.page-hero h1,.home-hero h1,.home-hero-2026 h1{overflow-wrap:anywhere;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;max-width:100%!important;font-size:max(2.15rem,min(10vw,3.25rem))!important}.page-hero .actions,.home-hero .actions,.home-hero-2026 .actions{width:100%;grid-template-columns:minmax(0,1fr)!important;display:grid!important}.page-hero .actions .btn,.home-hero .actions .btn,.home-hero-2026 .actions .btn{white-space:normal;width:100%;min-width:0}body{padding-bottom:calc(58px + env(safe-area-inset-bottom,0px))}.mobile-bar{padding-bottom:env(safe-area-inset-bottom,0px)}}@supports(content-visibility:auto){main>section:not(:first-child){content-visibility:auto;contain-intrinsic-block-size:auto 900px}}