:root{--ink:#132b30;--green:#08774e;--deep:#083f35;--mint:#eaf5ef;--lime:#c9ed7c;--paper:#f5f8f7;--line:#d8e3dd;--muted:#54645e;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,summary{touch-action:manipulation}button{cursor:pointer}a:hover{text-decoration:underline;text-underline-offset:5px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #309773;outline-offset:5px}input:focus,textarea:focus{outline:2px solid var(--green);outline-offset:2px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(2.7rem,4.3vw,4.2rem);font-weight:750}h2{font-size:clamp(1.9rem,3vw,2.9rem);font-weight:700}h3{font-size:1.2rem;letter-spacing:-.02em}p{color:var(--muted)}.wrap{width:min(1216px,calc(100% - 80px));margin-inline:auto}.topline{background:var(--deep);color:#e5f2ec;font-size:.8125rem;padding:8px 0}.topline .wrap{display:flex;justify-content:space-between;gap:20px}.topline strong{margin-left:8px;font-weight:600}.header{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:36px}.brand{display:flex;align-items:center;gap:11px;white-space:nowrap;font-size:1.65rem;font-weight:750;letter-spacing:-.065em;line-height:1}.brand:hover{text-decoration:none}.brand-symbol{font-size:2.7rem;color:var(--green);font-weight:400}.brand-caption{display:block;letter-spacing:.16em;font-size:.625rem;margin-top:8px;font-weight:650}.navigation{display:flex;align-items:center;gap:25px;font-size:.875rem;font-weight:600}.nav-contact{background:var(--mint);border-radius:9px;padding:11px 17px;display:flex;gap:22px}.menu-toggle{display:none}.eyebrow{display:block;font-size:.75rem;line-height:1.5;font-weight:750;letter-spacing:.11em;color:var(--green)}.location{display:flex;gap:10px;align-items:center;font-size:.75rem;margin:4px 0 23px}.location span{font-size:.55rem}.pickup-hero{background:linear-gradient(120deg,#f0f7f3,#f8faf9 65%);padding:58px 0 62px}.hero-grid{display:grid;grid-template-columns:1.06fr 1fr;gap:70px;align-items:start}.hero-copy h1 span{color:var(--green)}.hero-lead{font-size:1.0625rem;line-height:1.8;max-width:510px;margin-top:26px}.hero-benefits{display:flex;flex-wrap:wrap;gap:9px 20px;font-size:.875rem;margin-top:22px;font-weight:550}.check{color:var(--green);margin-right:7px;font-weight:750}.hero-photo{margin-top:31px;height:233px;position:relative;border-radius:var(--radius);overflow:hidden;background:var(--deep)}.hero-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 48%;object-position:center 48%}.hero-photo:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#05251edf)}.hero-photo figcaption{position:absolute;inset:auto 24px 18px;z-index:1;color:#fff;display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;font-weight:550}.hero-photo figcaption>span:last-child{font-size:1.8rem}.hero-call{font-size:.875rem;margin-top:20px}.hero-call a{font-weight:700;color:var(--ink);margin-left:7px}.request-card{padding:29px 32px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 42px #0c35230a;scroll-margin-top:116px}.form-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.form-top .eyebrow{font-size:.75rem}.free-tag{padding:4px 12px;background:var(--lime);border-radius:6px;font-size:.875rem;font-weight:750;color:var(--deep)}.request-card h2{font-size:1.7rem;letter-spacing:-.04em}.form-intro{font-size:.875rem;margin:10px 0 24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}form label{display:block;font-size:.875rem;font-weight:600;line-height:1.5;margin-bottom:16px}input:not([type=checkbox]),textarea,select{display:block;width:100%;border:1px solid #cbd9d1;border-radius:8px;padding:11px 13px;min-height:48px;margin-top:6px;background:#fcfdfc;color:var(--ink);font-size:1rem;font-weight:400}input::-moz-placeholder,textarea::-moz-placeholder{color:#73847b;opacity:1;font-size:.875rem}input::placeholder,textarea::placeholder{color:#73847b;opacity:1;font-size:.875rem}textarea{resize:vertical;line-height:1.5}.optional{font-weight:400;color:var(--muted)}.consent{display:flex;align-items:flex-start;gap:9px;font-size:.875rem;font-weight:400;color:var(--muted);margin:18px 0}.consent input{width:17px;height:17px;flex-shrink:0;margin:2px 0 0;accent-color:var(--green)}.consent a{text-decoration:underline;text-underline-offset:2px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:14px 20px;border:1px solid transparent;border-radius:8px;background:var(--green);color:#fff;font-weight:650;font-size:.9375rem;min-height:52px;line-height:1.5}.button:hover{background:#056541;text-decoration:none}.button>span{font-size:1.3rem;line-height:1}.submit{width:100%}.button:disabled{opacity:.65;cursor:wait}.form-note{font-size:.75rem;text-align:center;margin-top:11px}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.form-error{color:#952d26;background:#fff0ec;border-radius:8px;padding:12px;font-size:.875rem;margin:12px 0}.form-error a{font-weight:700;text-decoration:underline}.success-state{padding:24px 0;outline:none}.success-state p{margin:22px 0}.success-mark{display:grid;place-items:center;width:64px;height:64px;background:var(--mint);color:var(--green);border-radius:50%;font-size:2rem;margin-bottom:25px}.reference{font-size:.875rem}.steps-section{border-bottom:1px solid var(--line);padding:34px 0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:44px}.steps>div+div{border-left:1px solid var(--line);padding-left:44px}.steps span{font-size:.75rem;letter-spacing:.11em;font-weight:700;color:var(--green)}.steps h3{font-size:1.08rem;margin:10px 0 8px}.steps p{font-size:.875rem}.section{padding:86px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:34px}.section-heading .eyebrow{margin-bottom:15px}.section-heading>p{max-width:365px;font-size:.9375rem;line-height:1.8}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);border-radius:14px;overflow:hidden}.category{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:27px}.category>span{display:inline-block;font-size:.75rem;color:var(--green);background:var(--mint);padding:3px 9px;border-radius:5px;margin-bottom:24px}.category h3{font-size:1.125rem;margin-bottom:10px}.category p{font-size:.875rem}.business-band{background:var(--deep);border-radius:18px;padding:42px 46px;display:flex;justify-content:space-between;align-items:center;gap:35px;color:#fff}.business-band .eyebrow{color:var(--lime);margin-bottom:14px}.business-band h2{font-size:2rem}.business-band p{color:#c3d9d0;font-size:.9375rem;margin-top:14px}.light{background:var(--lime);color:var(--deep);white-space:nowrap}.light:hover{background:#d5f29c}.contact-section{padding:90px 0}.contact-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:70px}.contact-section h2{margin:14px 0 17px}.contact-phone{display:inline-flex;align-items:center;gap:25px;font-size:2rem;letter-spacing:-.04em;font-weight:650;color:var(--green);margin-top:20px}.contact-links{display:flex;flex-wrap:wrap;gap:7px 22px;font-size:.875rem;margin-top:16px}.locations{border-left:1px solid var(--line);padding-left:50px;display:grid;gap:30px}.locations h3{margin:12px 0 7px}.locations p{font-size:.9375rem}.locations a{display:inline-block;color:var(--green);font-size:.875rem;font-weight:650;margin-top:12px}footer{background:var(--paper);border-top:1px solid var(--line);font-size:.8125rem}.footer-main{display:flex;align-items:center;gap:25px;padding:30px 0}.footer-main p{margin-right:auto}.footer-main .brand{font-size:1.25rem}.footer-main .brand-symbol{font-size:2.3rem}.footer-main .brand-caption{font-size:.625rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:17px 0;color:var(--muted)}.skip-link{position:fixed;z-index:100;top:-100px;left:12px;padding:12px 20px;background:var(--deep);color:#fff}.skip-link:focus{top:12px}.page-hero{background:var(--paper);padding:65px 0}.page-hero h1{max-width:750px;margin:18px 0 24px;font-size:3.2rem}.page-hero p{max-width:680px;font-size:1.125rem}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px}.prose{max-width:780px;padding:60px 0 80px;margin-inline:auto}.prose h2{font-size:1.7rem;margin:35px 0 16px}.prose h3{margin:25px 0 14px}.prose p,.prose ul{margin:16px 0}.prose a{color:var(--green);text-decoration:underline}.prose li{margin:10px 0}.back-link{display:inline-block;color:var(--green);font-weight:600;font-size:.875rem}.article-list{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.article-card{padding:30px;border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;gap:20px}.article-card h2{font-size:1.6rem}.article-card p{font-size:.9375rem}.article-card a{margin-top:auto;color:var(--green);font-weight:600}.article-card .eyebrow{margin-bottom:15px}.waste-list{margin-top:30px}.waste-list summary{padding:16px 0;color:var(--green);font-weight:650;cursor:pointer}.waste-list input{margin-bottom:15px}.waste-list ul{max-height:430px;overflow:auto;padding:0;list-style:none;border-top:1px solid var(--line)}.waste-list li{padding:12px 5px;border-bottom:1px solid var(--line);font-size:.9375rem}.standard-list{padding-left:20px;color:var(--muted)}.standard-list li{padding:7px 0}.side-note{padding:22px;background:var(--mint);border-radius:12px;margin-top:25px}.side-note h3{margin-bottom:10px}.side-note p{font-size:.9375rem}.not-found{text-align:center;padding:100px 0}.not-found p{margin:25px 0}@media(min-width:1500px){.hero-photo{height:260px}}@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.navigation{gap:16px;font-size:.875rem}.hero-grid{gap:35px}.hero-copy h1{font-size:3.1rem}.request-card{padding:25px}.hero-benefits{display:grid;gap:5px}.hero-photo{height:260px}.form-grid{gap:10px}.footer-main p{display:none}.footer-main .brand{margin-right:auto}.content-grid{gap:35px}}@media(max-width:800px){.wrap{width:calc(100% - 40px)}.topline .wrap>span{display:none}.topline .wrap{justify-content:center}.topline{font-size:.75rem}.header-inner{min-height:78px}.brand{font-size:1.5rem}.menu-toggle{display:block;border:1px solid var(--line);border-radius:7px;background:#fff;padding:9px 12px;font-size:.875rem;color:var(--ink)}.navigation{display:none}.navigation.open{position:absolute;left:0;right:0;top:100%;display:flex;align-items:stretch;flex-direction:column;gap:0;padding:10px 20px 20px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 20px #0b302410;font-size:1rem}.navigation a{padding:13px 16px}.hero-grid{grid-template-columns:1fr;gap:30px}.pickup-hero{padding:35px 0}.hero-copy h1{font-size:clamp(2.45rem,7.5vw,3.7rem)}.location{margin-bottom:16px}.hero-lead{margin-top:20px;max-width:100%;font-size:1rem}.hero-benefits{display:flex;gap:9px 18px;margin-top:16px}.hero-photo{display:none}.hero-call{margin-top:18px}.request-card{padding:25px;max-width:650px;width:100%;justify-self:center}.request-card h2{font-size:1.7rem}.form-top{margin-bottom:15px}.form-intro{margin-bottom:20px}.steps{gap:20px}.steps>div+div{padding-left:20px}.steps p{font-size:.875rem}.section{padding:55px 0}.section-heading{align-items:start;flex-direction:column;gap:20px}.section-heading>p{max-width:100%}.category-grid{grid-template-columns:repeat(2,1fr)}.business-band{padding:30px;align-items:start;flex-direction:column;gap:25px}.business-band h2{font-size:1.85rem}.contact-grid{grid-template-columns:1fr;gap:35px}.locations{border-top:1px solid var(--line);border-left:0;padding:30px 0 0;grid-template-columns:1fr 1fr;gap:25px}.contact-section{padding:55px 0}.footer-main{flex-wrap:wrap;gap:20px}.footer-main .brand{width:100%;margin:0 0 4px}.footer-bottom{font-size:.75rem}.content-grid,.article-list{grid-template-columns:1fr}.page-hero{padding:42px 0}.page-hero h1{font-size:2.6rem}.page-hero p{font-size:1rem}.prose{padding:40px 0 60px}.article-card{padding:25px}}@media(max-width:430px){.wrap{width:calc(100% - 32px)}.hero-copy h1{font-size:2.45rem}.request-card{padding:21px 18px}.form-grid{grid-template-columns:1fr;gap:0}.steps{grid-template-columns:1fr;gap:20px}.steps>div+div{border-left:0;border-top:1px solid var(--line);padding:20px 0 0}.steps span{float:left;width:115px;padding-top:3px}.steps h3,.steps p{margin-left:115px}.steps h3{margin-top:0}.category{padding:22px 18px}.category h3{font-size:1rem}.category p{font-size:.875rem}.locations{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:5px}.contact-phone{font-size:1.85rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}@media(forced-colors:active){.button,.free-tag,.category{border:1px solid CanvasText}}
