/*
Theme Name: Paper Trail
Description: A considered outdoor storefront for Paper Trail, built for WooCommerce and Square.
Version: 1.3.6
Author: Paper Trail
Text Domain: papertrail
Requires PHP: 7.4
*/
:root{--ink:#243c30;--paper:#f6f3eb;--orange:#ad542f;--muted:#586257;--line:#d8d9cc;--sand:#e9e5d9;--white:#fffdf7}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-underline-offset:5px}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid var(--orange);outline-offset:5px}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:normal;line-height:1.02;letter-spacing:-.045em}h1{font-size:clamp(48px,6.8vw,100px)}h2{font-size:clamp(38px,4.7vw,66px)}h3{font-size:32px}p{max-width:64ch}.wrap{width:min(1280px,90%);margin:auto}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.19em;text-transform:uppercase;display:block;margin-bottom:24px}.announce{background:var(--ink);color:var(--paper);text-align:center;padding:7px 20px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.site-header{border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:10}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:98px;gap:32px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;white-space:nowrap;font-size:23px;font-weight:800;letter-spacing:-.06em}.brand img{width:64px;height:64px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:13px;font-weight:600}.desktop-nav a{text-decoration:none}.desktop-nav a:hover{color:var(--orange)}.cart-link{border:1px solid var(--ink);padding:9px 19px;border-radius:99px;text-decoration:none;font-size:12px;white-space:nowrap}.mobile-nav{display:none}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;background:white;padding:10px;z-index:100}.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wp-element-button{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:52px;padding:13px 24px;background:var(--ink);color:var(--white);border:1px solid var(--ink);border-radius:3px;font-family:Arial,sans-serif;font-size:13px;font-weight:700;text-decoration:none;letter-spacing:.015em;cursor:pointer;transition:background .18s,transform .18s}.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{background:#28553e;color:white;transform:translateY(-2px)}.button.orange{background:var(--orange);border-color:var(--orange)}.button.orange:hover{background:#b83e1d}.button.light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.text-link{font-size:13px;font-weight:700}.hero{display:grid;grid-template-columns:1.04fr 1fr;min-height:650px}.hero-copy{padding:75px 5vw 70px max(5vw,calc((100vw - 1280px)/2));align-self:center}.hero-copy h1{margin-bottom:26px}.hero-copy h1 em{font-weight:normal;color:var(--orange)}.hero-copy p{font-size:17px;color:#4f5d50;max-width:400px;margin-bottom:30px}.hero-actions{display:flex;gap:28px;align-items:center;flex-wrap:wrap}.hero-note{margin-top:28px;display:flex;gap:20px;font-size:10px;text-transform:uppercase;letter-spacing:.11em}.hero-art{position:relative;overflow:hidden;background:#dce1d0;display:flex;align-items:center;justify-content:center;padding:70px 25px}.hero-art:before,.hero-art:after{content:'';position:absolute;width:490px;height:490px;border:1px solid #b5bfa7;border-radius:50%}.hero-art:after{width:620px;height:620px}.hero-art img{width:94%;position:relative;z-index:1;filter:drop-shadow(0 30px 25px #243c3030);transform:rotate(-7deg)}.hero-art .art-label{position:absolute;top:28px;left:30px;font-size:11px;letter-spacing:.13em;text-transform:uppercase}.hero-art .art-footer{position:absolute;bottom:26px;left:30px;right:30px;display:flex;justify-content:space-between;font-size:12px}.roundel{position:absolute;top:50px;right:25px;background:var(--orange);color:var(--white);border-radius:50%;height:100px;width:100px;display:grid;place-content:center;text-align:center;font-size:10px;line-height:1.5;letter-spacing:.08em;transform:rotate(12deg);z-index:2}.roundel strong{font-family:Georgia,serif;font-size:27px;font-weight:normal;letter-spacing:-1px}.values-strip{background:var(--ink);color:var(--paper);display:flex;justify-content:space-evenly;gap:15px;padding:20px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.section{padding:95px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:42px}.section-head h2{margin:0}.section-head p{font-size:15px;max-width:300px;margin:0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.product-card{border-top:1px solid var(--ink);padding-top:15px}.product-meta{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.09em;text-transform:uppercase;margin-bottom:14px}.product-picture{background:#e8e3d5;aspect-ratio:1.45;display:flex;align-items:center;justify-content:center;overflow:hidden;text-decoration:none}.product-picture img{height:100%;width:100%;max-height:none;max-width:100%;object-fit:cover;transition:transform .25s}.product-picture:hover img{transform:scale(1.04)}.product-picture.brick{background:#dbe1d3}.product-card h3{margin:25px 0 12px}.product-card h3 a{text-decoration:none}.product-card p{color:var(--muted);font-size:15px;max-width:480px}.product-card .card-bottom{border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;align-items:center}.product-card .price{font-size:20px;font-weight:700}.product-card .price small{font-size:11px;font-weight:400}.steps-section{background:#e8e4d9}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:50px}.step-number{font-family:Georgia,serif;color:var(--orange);font-size:42px;border-top:1px solid #b9c0ae;padding-top:20px;margin-bottom:20px}.steps-grid p{color:var(--muted);font-size:15px}.story{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:var(--paper)}.story-photo{width:100%;height:100%;object-fit:cover;min-height:580px}.story-copy{padding:80px clamp(30px,6vw,95px)}.story-copy h2{margin-bottom:28px}.story-copy p{color:#d8dfd3;font-size:16px}.story-copy .text-link{color:#f8cf85}.material-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:35px}.material-list span{border:1px solid #647c69;border-radius:99px;padding:6px 14px;font-size:11px}.campfire-banner{position:relative;min-height:420px;display:flex;align-items:center;background:#24342d;overflow:hidden;color:white}.campfire-banner img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.45}.campfire-banner .wrap{position:relative;padding:75px 0}.campfire-banner h2{max-width:650px}.faq-layout{display:grid;grid-template-columns:1fr 1.35fr;gap:80px}.faq-layout p{color:var(--muted)}details.faq{border-top:1px solid var(--line);padding:20px 0}.faq:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;font-size:16px;font-weight:700;display:flex;justify-content:space-between;gap:20px}.faq summary:after{content:'+';font-size:22px;color:var(--orange)}.faq[open] summary:after{content:'−'}.faq p{font-size:15px;padding-top:16px;margin-bottom:0}.wholesale{background:#dd572f;color:#fff8e9}.wholesale .wrap{padding:60px 0;display:flex;justify-content:space-between;align-items:center;gap:45px}.wholesale h2{font-size:48px;margin-bottom:12px}.wholesale p{margin-bottom:0;max-width:580px}.site-footer{background:#112d22;color:#e9eee2;padding:65px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:55px;margin-bottom:60px}.footer-grid .brand{margin-bottom:20px}.footer-grid p{font-size:14px;max-width:340px;color:#bdcaba}.footer-grid h3{font-family:Arial,sans-serif;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin:0 0 20px}.footer-links{display:flex;flex-direction:column;gap:9px;font-size:13px}.footer-links a{text-decoration:none}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #3e5445;padding-top:22px;color:#b9c9b7;font-size:11px}.page-shell{padding:65px 0 90px;min-height:55vh}.page-shell>h1{font-size:60px}.prose{max-width:850px}.prose h2{font-size:36px;margin-top:45px}.prose h3{font-size:27px}.woocommerce .woocommerce-breadcrumb{font-size:12px;color:var(--muted);margin-bottom:36px}.woocommerce div.product .product_title{font-size:58px;margin-bottom:24px}.woocommerce div.product p.price{color:var(--ink);font-size:27px}.woocommerce div.product .woocommerce-product-details__short-description{color:var(--muted)}.woocommerce div.product .woocommerce-tabs ul.tabs li{background:var(--sand);border-color:var(--line)}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:28px;padding:15px 0}.woocommerce ul.products li.product .price{color:var(--ink);font-size:18px}.woocommerce div.product div.images img{background:#e8e3d5}.woocommerce .quantity .qty{min-height:52px;width:70px;border:1px solid var(--line);background:var(--white)}.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{background:#e4e9dd;border-top-color:var(--ink);color:var(--ink)}.woocommerce span.onsale{background:var(--orange)}.woocommerce .woocommerce-result-count{font-size:13px}.woocommerce select{background:var(--white);padding:10px;border:1px solid var(--line)}.woocommerce .woocommerce-tabs h2{font-size:34px}.woocommerce .related h2{font-size:40px}.woocommerce input.input-text,.woocommerce textarea{padding:12px;background:var(--white);border:1px solid #aebba8}.woocommerce .stock.out-of-stock{color:#7b4a22}.site-main .wp-block-woocommerce-cart,.site-main .wp-block-woocommerce-checkout{padding:30px 0}.wc-block-components-button{border-radius:3px;background:var(--ink);color:white}.woocommerce-products-header__title{font-size:64px}.woocommerce a.added_to_cart{padding-left:10px;font-size:13px}.product-notice{padding:14px 18px;background:#e9e2d3;font-size:13px;margin:20px 0}.hero+*{margin-top:0}
@media(min-width:1600px){.hero-copy{padding-left:max(5vw,calc((100vw - 1280px)/2))}.hero{min-height:710px}}
@media(max-width:900px){.desktop-nav{gap:16px}.brand{font-size:20px}.hero{min-height:550px}.hero-copy{padding:55px 5vw}.hero-art{padding:50px 10px}.hero-note{flex-wrap:wrap;gap:8px}.roundel{height:80px;width:80px;top:25px;right:15px}.roundel strong{font-size:22px}.steps-grid{gap:24px}.story-copy{padding:55px 30px}.faq-layout{gap:35px}.footer-grid{gap:25px}.woocommerce div.product .product_title{font-size:42px}}
@media(max-width:650px){html{scroll-padding-top:20px}.announce{font-size:9px}.header-inner{min-height:80px;gap:15px}.brand{font-size:18px;gap:8px}.brand img{width:48px;height:48px}.desktop-nav{display:none}.cart-link{padding:7px 13px}.mobile-nav{display:block;font-size:12px}.mobile-nav summary{cursor:pointer}.mobile-nav nav{position:absolute;top:80px;left:0;right:0;background:var(--paper);padding:25px 5%;border-bottom:1px solid var(--line);display:flex;gap:22px;flex-wrap:wrap}.hero{grid-template-columns:1fr}.hero-copy{padding:48px 5% 38px}.hero-copy h1{font-size:62px}.hero-copy p{font-size:16px}.hero-art{min-height:380px;padding:55px 30px}.hero-art img{max-height:300px;width:90%;object-fit:contain}.hero-art .art-footer{font-size:10px}.hero-actions{gap:23px}.values-strip{display:grid;grid-template-columns:1fr 1fr;font-size:9px;text-align:center;gap:14px;padding:22px 10px}.section{padding:60px 0}.section-head{display:block}.section-head p{margin-top:20px}.product-grid{grid-template-columns:1fr;gap:45px}.product-picture{aspect-ratio:1.4}.product-card h3{font-size:34px}.steps-grid{grid-template-columns:1fr;gap:20px}.step-number{margin-bottom:10px}.steps-grid h3{margin-bottom:12px}.story{grid-template-columns:1fr}.story-photo{min-height:0;max-height:380px;aspect-ratio:1.2}.story-copy{padding:55px 5%}.campfire-banner{min-height:340px}.faq-layout{grid-template-columns:1fr;gap:25px}.wholesale .wrap{display:block;padding:45px 0}.wholesale .button{margin-top:25px}.wholesale h2{font-size:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin:8px 0}.page-shell{padding:40px 0 60px}.page-shell>h1{font-size:46px}.woocommerce div.product .product_title{font-size:43px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:25px}.woocommerce ul.products li.product .button{font-size:11px;padding:10px;min-height:42px}.woocommerce-products-header__title{font-size:50px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.hero{grid-template-columns:1fr 1.08fr;min-height:680px}.hero-copy{padding-top:65px;padding-bottom:65px}.hero-art.hero-photo{padding:0;min-height:620px;background:#263b2d;display:block}.hero-photo:before,.hero-photo:after{display:none}.hero-art.hero-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:48% center;filter:none;transform:none}.hero-photo .photo-caption{position:absolute;z-index:2;bottom:0;left:0;right:0;padding:85px 38px 32px;background:linear-gradient(transparent,rgba(13,30,20,.92));color:#fffdf7}.photo-caption .eyebrow{margin-bottom:14px}.photo-caption strong{display:block;font-family:Georgia,serif;font-size:44px;font-weight:normal;line-height:1.03;letter-spacing:-.035em;margin-bottom:18px}.photo-caption>span:last-child{font-size:11px;letter-spacing:.09em;text-transform:uppercase}.waste-story{background:#e9e5d9;color:#243c30}.waste-story .story-copy p{color:#415343}.waste-story .story-copy{padding-top:64px;padding-bottom:64px}.waste-story .story-copy h2{font-size:clamp(38px,4.1vw,60px)}.waste-story .story-copy p{font-size:15px}.waste-story .impact-line{font-family:Georgia,serif;font-size:26px!important;line-height:1.2;color:#243c30;border-top:1px solid #b6b9a3;padding-top:22px;margin-top:25px}.waste-story .source-note{font-size:11px!important;margin-bottom:0}.waste-story .story-photo{height:100%;min-height:650px;object-fit:cover}
@media(max-width:800px){.hero{grid-template-columns:1fr}.hero-art.hero-photo{min-height:460px}.hero-photo .photo-caption{padding:70px 25px 26px}.photo-caption strong{font-size:38px}.waste-story .story-photo{min-height:0;height:420px}.waste-story .story-copy{padding-top:44px;padding-bottom:44px}}

.section{padding:68px 0}.section-head{margin-bottom:30px}.section-head h2{font-size:clamp(36px,4vw,54px)}.hero{min-height:590px;grid-template-columns:1fr 1fr}.hero-copy{padding-top:48px;padding-bottom:48px}.hero-copy h1{font-size:clamp(48px,5.1vw,76px);line-height:1.03;margin-bottom:24px}.hero-copy p{font-size:16px;max-width:410px;margin-bottom:26px}.hero-art.hero-photo{min-height:590px}.hero-note{gap:18px;flex-wrap:wrap;margin-top:22px}.hero-product-card{position:absolute;bottom:24px;left:24px;right:24px;display:flex;align-items:center;gap:20px;padding:16px 20px;background:#fffdf7f5;border:1px solid #ffffff90;border-radius:5px;box-shadow:0 10px 30px #0002}.hero-art .hero-product-card img{position:static;width:43%;height:135px;object-fit:contain;transform:none;filter:none}.hero-product-card .eyebrow{font-size:9px;margin-bottom:8px}.hero-product-card strong{display:block;font-family:Georgia,serif;font-weight:normal;font-size:27px;line-height:1.08;margin-bottom:8px}.hero-product-card div>span:last-child{font-size:11px;color:#586257}.product-picture{height:360px;width:100%;min-width:0;aspect-ratio:auto}.product-card h3{font-size:34px;margin:22px 0 12px}.product-card p{margin-bottom:20px}.steps-grid{margin-top:34px;gap:36px}.steps-grid h3{font-size:28px;line-height:1.12}.steps-grid p{margin-bottom:12px}.step-number{font-size:32px}.waste-story .story-copy{padding:48px 6vw}.waste-story .story-copy h2{font-size:clamp(36px,3.7vw,52px)}.waste-story .story-photo{min-height:570px}.waste-story .impact-line{font-size:23px!important;padding-top:18px;margin-top:20px}.waste-story .eyebrow{margin-bottom:20px}.wholesale{padding:55px 0}.wholesale h2{font-size:44px}.site-footer{padding-top:52px}.pt-pickup{padding:16px 18px;background:#e9e5d9;border-radius:3px;font-size:13px;margin:22px 0}.pt-pickup strong{display:block;color:#243c30}.woocommerce div.product .product_title{font-size:clamp(36px,4vw,54px)}.woocommerce div.product form.cart .quantity input{min-height:52px;width:70px}.woocommerce div.product form.cart .button{min-height:52px}.woocommerce-product-details__short-description li{margin-bottom:8px}
@media(max-width:800px){.section{padding:46px 0}.hero{grid-template-columns:1fr}.hero-copy{padding:36px 5vw}.hero-copy h1{font-size:clamp(45px,10vw,68px)}.hero-copy h1 br:last-child{display:initial}.hero-copy p{max-width:42ch}.hero-art.hero-photo{min-height:410px}.hero-product-card{left:16px;right:16px;bottom:16px;gap:12px;padding:12px}.hero-art .hero-product-card img{height:105px}.hero-product-card strong{font-size:25px}.hero-note{font-size:10px}.hero-actions{gap:18px}.product-picture{height:290px}.waste-story .story-photo{height:330px;min-height:0}.waste-story .story-copy{padding:38px 5vw}.steps-grid{gap:25px;margin-top:28px}.steps-grid h3{font-size:27px}.wholesale h2{font-size:36px}.header-inner{gap:12px;min-height:80px}.brand{font-size:18px}.brand img{width:44px;height:44px}.cart-link{padding:9px 12px}.mobile-nav summary{padding:10px 3px}.woocommerce div.product form.cart{display:flex;align-items:center;gap:10px}.woocommerce div.product form.cart:before,.woocommerce div.product form.cart:after{display:none}.woocommerce div.product form.cart .button{flex:1}.woocommerce div.product form.cart div.quantity{margin:0}.pt-pickup{font-size:12px}}
@media(max-width:380px){.brand{gap:7px;font-size:16px}.brand img{width:36px;height:36px}.cart-link{font-size:11px;padding:8px}.hero-product-card strong{font-size:22px}}
.product-grid>*{min-width:0}.card-bottom{flex-wrap:wrap;gap:12px}.product-meta{gap:12px}.product-meta span{min-width:0}@media(max-width:800px){.product-grid{grid-template-columns:minmax(0,1fr)}.product-meta{font-size:10px}.card-bottom .price{white-space:normal}}
.hero{width:min(1380px,92%);margin:0 auto;grid-template-columns:.85fr 1.15fr;gap:44px;min-height:0;align-items:center;padding:48px 0 40px}.hero .hero-copy{padding:12px 0}.hero-copy h1{font-size:clamp(46px,4.6vw,68px)}.hero-copy p{max-width:390px}.hero-forest{margin:0;min-width:0}.hero-forest img{display:block;width:100%;height:auto;aspect-ratio:1.5;object-fit:contain;border-radius:3px}.hero-forest figcaption{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#586257;padding-top:12px}.hero .hero-note{font-size:9px;gap:15px}.hero .hero-actions{gap:18px}.hero .hero-actions .button{padding:13px 20px}
@media(max-width:800px){.hero{width:90%;grid-template-columns:minmax(0,1fr);gap:26px;padding:32px 0}.hero .hero-copy{padding:0}.hero-copy h1{font-size:clamp(45px,10.5vw,64px)}.hero-copy h1 br:last-child{display:initial}.hero-copy p{font-size:15px}.hero-forest{margin:0}.hero-forest img{aspect-ratio:1.5;height:auto}.hero-forest figcaption{font-size:9px}.hero .hero-note{margin-top:18px}}

.dual-hero{width:min(1380px,92%);margin:0 auto;padding:30px 0 34px}.dual-intro{text-align:center;margin-bottom:26px}.dual-intro .eyebrow{margin-bottom:12px;font-size:10px}.dual-intro h1{font-size:clamp(35px,3.3vw,49px);letter-spacing:-.04em;margin:0;line-height:1.12}.dual-intro h1 em{color:var(--orange)}.dual-panels{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.dual-panel{min-width:0}.dual-photo{display:block;overflow:hidden;background:#e9e5d9}.dual-photo img{width:100%;height:auto;aspect-ratio:1.5;object-fit:contain;display:block}.dual-caption{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 0 0}.dual-caption .eyebrow{font-size:9px;margin-bottom:9px}.dual-caption h2{font-size:clamp(26px,2.5vw,37px);margin:0 0 8px;line-height:1.1}.dual-caption p{font-size:12px;color:#586257;margin:0}.dual-caption .button{white-space:nowrap;padding:12px 17px;min-height:46px;font-size:12px}
@media(max-width:1000px){.dual-caption{align-items:flex-start;flex-direction:column;gap:14px}}
@media(max-width:650px){.dual-hero{width:90%;padding:26px 0 30px}.dual-intro{text-align:left;margin-bottom:22px}.dual-intro h1{font-size:36px;max-width:420px}.dual-panels{grid-template-columns:minmax(0,1fr);gap:30px}.dual-caption{padding-top:16px;flex-direction:row;align-items:center;gap:10px}.dual-caption h2{font-size:27px}.dual-caption p{font-size:11px;max-width:24ch}.dual-caption .button{font-size:11px;padding:11px 13px}.dual-photo img{aspect-ratio:1.5}}
@media(max-width:370px){.dual-caption{flex-direction:column;align-items:flex-start}}

.dual-photo{position:relative}.dual-photo .burn-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease;pointer-events:none}.dual-photo:focus-visible .burn-photo{opacity:1}.dual-photo:focus-visible{outline:3px solid var(--orange);outline-offset:5px}@media(hover:hover) and (pointer:fine){.dual-photo:hover .burn-photo{opacity:1}}@media(prefers-reduced-motion:reduce){.dual-photo .burn-photo{transition:none}}

.store-map-section{background:#e9e5d9}.store-map-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}.store-map-heading h2{margin:0;font-size:clamp(38px,4vw,58px)}.store-map-heading .eyebrow{margin-bottom:18px}.store-map-heading>p{font-size:14px;color:#586257;margin:0}.store-map-layout{display:grid;grid-template-columns:360px minmax(0,1fr);border:1px solid #b6bdae;background:#faf8f2}.store-map-list{border-right:1px solid #b6bdae}.store-map-card{padding:24px;border-bottom:1px solid #cbd0c1;position:relative}.store-map-card:last-child{border-bottom:0}.store-map-card.is-active{background:#dce4d5;box-shadow:inset 4px 0 #ad542f}.store-map-select{border:0;background:none;text-align:left;display:flex;gap:18px;width:100%;padding:0;color:#243c30;cursor:pointer;line-height:1.4}.store-map-number{font-family:Georgia,serif;font-size:26px;color:#ad542f;line-height:1.2}.store-map-card strong{display:block;font-size:17px;line-height:1.35;font-weight:600}.store-map-address{display:block;font-size:13px;color:#586257;margin-top:8px}.store-map-view{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-top:14px}.store-map-directions{display:inline-block;font-size:12px;margin:12px 0 0 48px}.store-map-pending{display:flex;gap:18px}.store-map-pending small{display:block;font-size:11px;margin-top:12px;color:#586257}.store-map-canvas{position:relative;min-width:0;display:flex;flex-direction:column}.store-map-canvas iframe{border:0;display:block;width:100%;flex:1;min-height:490px}.store-map-status{margin:0;padding:10px 16px;font-size:11px;max-width:none;background:#243c30;color:#faf8f2}.store-map-note{font-size:12px;color:#586257;margin:18px 0 0}@media(max-width:800px){.store-map-heading{display:block}.store-map-heading>p{margin-top:20px}.store-map-layout{grid-template-columns:1fr}.store-map-list{border-right:0}.store-map-card{padding:20px}.store-map-canvas iframe{height:360px;min-height:360px}.store-map-card strong{font-size:16px}}

.waste-story{align-items:center;padding:48px max(5vw,calc((100vw - 1280px)/2));gap:48px}.waste-story .story-copy{padding:0}.waste-story .story-copy h2{font-size:clamp(36px,3.4vw,49px)}.story-reveal{width:100%;min-width:0}.story-reveal-button{display:block;position:relative;width:100%;height:550px;max-height:70vh;min-height:360px;overflow:hidden;padding:0;border:0;background:#403d30;cursor:pointer;text-align:left;color:#fffdf7}.story-reveal-button img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;transition:opacity .5s ease}.story-reveal-button .story-before{object-position:center}.story-reveal-button .story-after{object-position:center 78%;opacity:0}.story-reveal-caption{position:absolute;bottom:0;left:0;right:0;padding:90px 28px 26px;background:linear-gradient(transparent,rgba(10,25,16,.88));z-index:1}.before-caption,.after-caption{display:block;font-family:Georgia,serif;font-size:32px;line-height:1.1;letter-spacing:-.025em}.after-caption{display:none}.reveal-instruction{display:block;margin-top:14px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.illustration-credit{position:absolute;top:14px;left:14px;padding:5px 9px;background:#243c30cc;font-size:9px;letter-spacing:.02em}.story-reveal-button.is-revealed .story-after{opacity:1}.story-reveal-button.is-revealed .before-caption,.story-reveal-button.is-revealed .illustration-credit{display:none}.story-reveal-button.is-revealed .after-caption{display:block}@media(hover:hover) and (pointer:fine){.story-reveal-button:hover .story-after{opacity:1}.story-reveal-button:hover .before-caption,.story-reveal-button:hover .illustration-credit{display:none}.story-reveal-button:hover .after-caption{display:block}}@media(max-width:800px){.waste-story{padding:38px 5vw;gap:30px;grid-template-columns:1fr}.story-reveal-button{height:380px;min-height:0;max-height:none}.waste-story .story-copy{padding:0}.story-reveal-caption{padding:65px 22px 23px}.before-caption,.after-caption{font-size:28px}}@media(prefers-reduced-motion:reduce){.story-reveal-button img{transition:none}}

.hero-buying{display:block;margin-top:12px;font-size:16px;font-weight:700;color:#243c30}.hero-buying small{font-size:11px;font-weight:400;display:block;margin-top:3px;color:#586257}.hero-buying .woocommerce-Price-amount{white-space:nowrap}.hero-buying del{font-weight:400;color:#586257;margin-right:6px}.hero-buying ins{text-decoration:none}.dual-caption{align-items:flex-start}.people-proof{background:#f6f3eb}.people-proof .section-head>p{max-width:390px}.people-photo-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:28px}.people-photo-grid figure{margin:0}.people-photo-grid img{width:100%;height:300px;object-fit:cover}.people-photo-grid figure:first-child img{object-position:center 33%}.people-photo-grid figcaption{padding:18px 0;border-bottom:1px solid #b6bdae}.people-photo-grid strong{display:block;font-family:Georgia,serif;font-size:25px;font-weight:normal;line-height:1.2;letter-spacing:-.025em}.people-photo-grid figcaption span{display:block;font-size:13px;color:#586257;margin-top:7px}.customer-video-row{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin-top:40px;align-items:start;padding:30px;background:#e3e7dc}.customer-video-row .eyebrow{margin-bottom:14px}.customer-video-row h3{font-size:31px;margin-bottom:13px}.customer-video-row p{font-size:14px;color:#586257;margin-bottom:14px}.customer-video summary{cursor:pointer;padding:18px 22px;background:#243c30;color:#fffdf7;list-style:none;font-size:13px;font-weight:700}.customer-video summary::-webkit-details-marker{display:none}.customer-video iframe{display:block;border:0;width:100%;height:360px;margin-top:12px}.customer-video:not([open]) iframe{display:none}@media(max-width:800px){.people-photo-grid{grid-template-columns:1fr;gap:25px}.people-photo-grid img{height:auto;max-height:340px;aspect-ratio:1.6;object-fit:cover}.people-proof .section-head{align-items:start;flex-direction:column;gap:20px}.customer-video-row{grid-template-columns:1fr;gap:24px;padding:24px;margin-top:30px}.customer-video iframe{height:350px}.people-photo-grid strong{font-size:23px}.hero-buying{font-size:15px}}

.press-section{background:#e3e7dc;border-top:1px solid #c4ccbc}.press-section .section-head>p{max-width:380px}.press-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.press-card{display:flex;flex-direction:column;padding:28px;background:#faf8f2;border-top:3px solid #243c30;min-width:0}.press-outlet{font-size:30px;line-height:1.2;font-weight:700;letter-spacing:-.04em;color:#243c30}.press-outlet-long{font-family:Georgia,serif;font-size:27px;font-weight:400}.press-meta{display:block;margin:12px 0 26px;font-size:11px;color:#586257}.press-card h3{font-size:28px;line-height:1.15;margin:0 0 16px;letter-spacing:-.025em}.press-card p{font-size:14px;color:#586257;margin:0 0 28px}.press-card audio{width:100%;height:44px;margin:0 0 24px}.press-card>a{margin-top:auto;padding-top:18px;border-top:1px solid #c4ccbc;font-size:12px;font-weight:700;text-decoration:none}.press-card>a:hover{text-decoration:underline;color:#bb3e1f}.press-card>a:focus-visible{outline:2px solid #ad542f;outline-offset:6px}@media(max-width:800px){.press-grid{grid-template-columns:1fr;gap:18px}.press-card{padding:24px}.press-meta{margin-bottom:20px}.press-card h3{font-size:27px}.press-section .section-head{flex-direction:column;align-items:start;gap:20px}}

.editorial-heading{padding-top:55px;padding-bottom:36px}.editorial-heading h1{font-size:clamp(44px,5vw,70px);margin:0}.editorial-heading .eyebrow{margin-bottom:15px}.home-mission .wrap{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.home-mission h2{font-size:clamp(38px,4vw,56px);margin:0}.home-mission p{color:#536453;margin-bottom:24px}.home-find{padding:35px 0;background:#e3e7dc}.home-find .wrap{display:flex;justify-content:space-between;align-items:center;gap:24px}.home-find h2{font-size:32px;margin:0 0 8px}.home-find p{font-size:14px;margin:0}.home-find .eyebrow{margin-bottom:10px}.news-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.news-preview{display:flex;flex-direction:column;text-decoration:none;color:inherit;min-width:0}.news-image{position:relative;aspect-ratio:1.5;overflow:hidden;border-radius:8px;background:#dde3d7;margin-bottom:24px}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.news-image span{position:absolute;left:15px;bottom:15px;background:#243c30;color:white;padding:8px 12px;font-size:11px}.news-preview:hover img{transform:scale(1.04)}.news-preview:focus-visible{outline:2px solid #ad542f;outline-offset:8px}.news-preview .eyebrow{font-size:11px;margin:0 0 12px}.news-preview h3{font-size:27px;line-height:1.15;margin:0 0 22px}.news-action{font-size:12px;text-decoration:underline;margin-top:auto}.press-previews{background:#f6f3eb}.pickup-panel{padding:35px;background:#e3e7dc;margin-top:0;margin-bottom:60px}.pickup-panel h2{font-size:32px}.pickup-panel p{margin-bottom:10px}.desktop-nav a{white-space:nowrap}@media(max-width:800px){.home-mission .wrap{grid-template-columns:1fr;gap:25px}.home-find .wrap{display:block}.home-find .button{margin-top:22px}.news-preview-grid{grid-template-columns:1fr;gap:36px}.news-image{aspect-ratio:1.7}.editorial-heading{padding-top:32px;padding-bottom:24px}}@media(min-width:651px) and (max-width:950px){.desktop-nav{gap:12px;font-size:11px}.brand{font-size:17px}}
.press-audio-panel{max-width:760px}.press-audio-panel audio{max-width:650px}.press-audio-panel .press-card{padding:30px}.story-photo-credit{font-size:10px!important;line-height:1.5;color:#536453;margin:10px 0 0}.story-photo-credit a{text-decoration:underline}.story-reveal-button .story-before{object-position:center 54%}
body{font-family:"Segoe UI",Calibri,Arial,sans-serif;color:#293b30;line-height:1.65}
h1,h2,h3,.hero-copy h1,.dual-hero h1,.waste-story .impact-line,.people-photo-grid strong,.before-caption,.after-caption,.press-outlet-long{font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif;font-weight:700;letter-spacing:-.035em;line-height:1.12}
h1 em,h2 em,.hero-copy h1 em{font-style:normal;font-weight:inherit;color:#a34b2b}
.announce{background:#293d31;color:#f6f3eb;font-size:13px;letter-spacing:.01em;text-transform:none;font-weight:500;padding:9px 20px}
.eyebrow{font-family:"Segoe UI",Arial,sans-serif;font-size:12px;letter-spacing:.025em;text-transform:none;font-weight:600}
.values-strip{letter-spacing:.025em;text-transform:none;font-size:12px;background:#344b38}
.brand{font-family:"Trebuchet MS","Segoe UI",sans-serif;letter-spacing:-.035em}
.desktop-nav{font-size:14px;font-weight:600}.button,.woocommerce a.button,.woocommerce button.button{font-family:inherit}
.site-main h2{font-size:clamp(34px,3.7vw,52px)}.site-main h3{letter-spacing:-.025em}
.waste-story .story-copy h2{font-size:clamp(34px,3.4vw,48px)}
.waste-story .impact-line{font-size:23px!important;line-height:1.3}
.waste-story .story-copy p{color:#485348}
.before-caption,.after-caption{font-size:29px}
.page-template-editorial .editorial-heading{text-align:center}
.page-template-editorial .waste-story{width:min(1280px,90%);margin:0 auto 60px;padding:40px;gap:48px;align-items:center}
.page-template-editorial .waste-story .story-copy{text-align:center}
.page-template-editorial .waste-story .story-copy p{margin-left:auto;margin-right:auto}
.page-template-editorial .waste-story .story-reveal-button{height:510px}
.press-outlet-long{font-size:25px}.news-preview h3{font-size:25px}.people-photo-grid strong{font-size:24px}
.site-footer{background:#24392d}.footer-grid h3{letter-spacing:.04em;text-transform:none;font-size:13px}
@media(max-width:800px){.page-template-editorial .waste-story{padding:24px;gap:28px}.page-template-editorial .waste-story .story-reveal-button{height:380px}.announce{font-size:11px}.site-main h2{font-size:34px}.waste-story .story-copy h2{font-size:34px}.desktop-nav{font-size:12px}}

.waste-story>p:empty{display:none}.waste-story>.story-copy{min-width:0}

.dual-intro .eyebrow{font-size:clamp(18px,1.6vw,24px);font-weight:800;letter-spacing:0;line-height:1.3;margin-bottom:18px;color:#243c30}

.brand img.brand-wordmark{width:190px;height:auto;object-fit:contain}.site-footer .brand-wordmark{filter:brightness(0) invert(1)}@media(max-width:800px){.brand img.brand-wordmark{width:145px}}@media(max-width:380px){.brand img.brand-wordmark{width:122px}}

/* Paper texture and gently torn section edges */
.waste-story,.press-previews,.home-find{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22180%22%20height%3D%22180%22%3E%3Cfilter%20id%3D%22n%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%22.78%22%20numOctaves%3D%223%22%20stitchTiles%3D%22stitch%22%2F%3E%3C%2Ffilter%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20opacity%3D%22.085%22%20filter%3D%22url(%23n)%22%2F%3E%3C%2Fsvg%3E");background-repeat:repeat;background-size:180px 180px}
.waste-story,.site-footer{position:relative}
.waste-story::before,.waste-story::after,.site-footer::before{content:"";position:absolute;left:0;right:0;height:18px;pointer-events:none;background-repeat:repeat-x;background-size:480px 18px;z-index:1}
.waste-story::before{top:-17px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22480%22%20height%3D%2218%22%20viewBox%3D%220%200%20480%2018%22%3E%3Cpath%20fill%3D%22%23e9e5d9%22%20d%3D%22M0%208%207%2010%2013%205%2022%207%2028%203%2038%206%2047%204%2057%209%2065%206%2076%208%2084%203%2094%207%20105%205%20116%2011%20124%207%20136%209%20144%204%20156%206%20164%202%20175%205%20187%204%20196%208%20205%206%20215%2010%20226%207%20237%209%20245%204%20255%206%20265%203%20278%208%20285%205%20297%207%20305%203%20315%206%20324%204%20335%2010%20345%207%20358%209%20366%205%20378%208%20387%203%20398%206%20408%204%20418%208%20426%205%20438%209%20449%206%20458%2010%20469%205%20480%208V18H0Z%22%2F%3E%3C%2Fsvg%3E")}
.waste-story::after{bottom:-17px;transform:rotate(180deg);background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22480%22%20height%3D%2218%22%20viewBox%3D%220%200%20480%2018%22%3E%3Cpath%20fill%3D%22%23e9e5d9%22%20d%3D%22M0%208%207%2010%2013%205%2022%207%2028%203%2038%206%2047%204%2057%209%2065%206%2076%208%2084%203%2094%207%20105%205%20116%2011%20124%207%20136%209%20144%204%20156%206%20164%202%20175%205%20187%204%20196%208%20205%206%20215%2010%20226%207%20237%209%20245%204%20255%206%20265%203%20278%208%20285%205%20297%207%20305%203%20315%206%20324%204%20335%2010%20345%207%20358%209%20366%205%20378%208%20387%203%20398%206%20408%204%20418%208%20426%205%20438%209%20449%206%20458%2010%20469%205%20480%208V18H0Z%22%2F%3E%3C%2Fsvg%3E")}
.site-footer::before{top:-17px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22480%22%20height%3D%2218%22%20viewBox%3D%220%200%20480%2018%22%3E%3Cpath%20fill%3D%22%2324392d%22%20d%3D%22M0%208%207%2010%2013%205%2022%207%2028%203%2038%206%2047%204%2057%209%2065%206%2076%208%2084%203%2094%207%20105%205%20116%2011%20124%207%20136%209%20144%204%20156%206%20164%202%20175%205%20187%204%20196%208%20205%206%20215%2010%20226%207%20237%209%20245%204%20255%206%20265%203%20278%208%20285%205%20297%207%20305%203%20315%206%20324%204%20335%2010%20345%207%20358%209%20366%205%20378%208%20387%203%20398%206%20408%204%20418%208%20426%205%20438%209%20449%206%20458%2010%20469%205%20480%208V18H0Z%22%2F%3E%3C%2Fsvg%3E")}
.home-find{padding-top:48px;padding-bottom:42px}
.news-preview{background:#fffdf7;padding:12px 12px 22px;border:1px solid #e3dfd2;box-shadow:2px 4px 0 #e6e1d5,0 8px 20px #243c3008}
.news-preview .news-image{border-radius:2px;margin-bottom:20px}.news-preview>.eyebrow,.news-preview>h3,.news-preview>.news-action{margin-left:10px;margin-right:10px}
@media(max-width:650px){.waste-story::before,.waste-story::after,.site-footer::before{height:12px;background-size:360px 12px}.waste-story::before,.site-footer::before{top:-11px}.waste-story::after{bottom:-11px}}
