@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Public+Sans:wght@400;500;600;700&display=swap";:root{--cream:#f6f0e4;--paper:#fffdf8;--green:#143d2b;--green-2:#21583d;--orange:#e25b32;--yellow:#f2c85b;--ink:#17231d;--muted:#66736a;--line:#d7d3c7;--shadow:0 18px 60px #173d2b18;color:var(--ink);background:var(--cream);font-family:Public Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);margin:0}button,input,textarea,select{font:inherit}button,a{color:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.prototype-strip{background:var(--green);color:#f7f1e6;text-align:center;letter-spacing:.02em;padding:10px 4vw;font-size:12px}.prototype-strip a{color:#f7d77c;text-underline-offset:3px}.site-header{align-items:center;gap:34px;max-width:1320px;margin:auto;padding:24px 4vw;display:flex}.wordmark{color:var(--green);align-items:center;gap:9px;font-family:Fraunces,serif;font-size:23px;font-weight:600;text-decoration:none;display:flex}.wordmark em{font-style:italic;font-weight:500}.mark{background:var(--orange);color:#fff8e9;border-radius:50%;place-items:center;width:29px;height:29px;font:18px Public Sans;display:grid}.site-header nav{gap:25px;margin-left:auto;font-size:14px;display:flex}.site-header nav a{color:var(--muted);text-decoration:none}.site-header nav a:hover{color:var(--green)}.cart-button{border:1px solid var(--green);color:var(--green);background:0 0;align-items:center;gap:10px;padding:9px 12px;display:flex}.cart-button strong{background:var(--yellow);border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.hero{grid-template-columns:1fr 1.05fr;align-items:center;gap:7vw;max-width:1320px;margin:20px auto 0;padding:30px 4vw 54px;display:grid}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin:0 0 16px;font-size:11px;font-weight:700}.hero h1,h2,h3{color:var(--green);margin:0;font-family:Fraunces,serif;font-weight:600;line-height:.96}.hero h1{letter-spacing:-.04em;font-size:clamp(48px,6vw,86px)}.hero h1 i,h2 i{color:var(--orange);font-style:italic;font-weight:500}.hero-lede{max-width:520px;color:var(--muted);margin:24px 0 34px;font-size:18px;line-height:1.6}.zip-form{max-width:470px}.zip-form label{margin-bottom:8px;font-size:13px;font-weight:700;display:block}.zip-row{display:flex}.zip-row input{border:1px solid var(--green);background:var(--paper);flex:1;min-width:0;padding:14px 15px;font-size:16px}.zip-row button,.primary-cta{background:var(--orange);color:#fffdf8;border:0;padding:14px 18px;font-weight:700}.zip-row button:hover,.primary-cta:hover{background:#c84928}.form-status{color:var(--muted);min-height:18px;margin:9px 0 0;font-size:12px}.form-status.success{color:var(--green-2)}.form-status.error{color:#a63625}.hero-image{min-height:520px;position:relative}.hero-image img{object-fit:cover;width:100%;height:520px;display:block}.hero-note{background:var(--yellow);color:var(--green);box-shadow:var(--shadow);gap:5px;padding:18px 20px;display:grid;position:absolute;bottom:-20px;left:-22px}.hero-note span{text-transform:uppercase;letter-spacing:.12em;font-size:10px}.hero-note strong{font-family:Fraunces,serif;font-size:20px}.trust-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:1320px;color:var(--green);justify-content:space-between;gap:20px;margin:auto;padding:18px 4vw;font-size:12px;font-weight:600;display:flex}.shop-section,.orders-section{max-width:1320px;margin:0 auto;padding:90px 4vw}.section-heading{justify-content:space-between;align-items:end;gap:30px;display:flex}.section-heading h2,.story-section h2{letter-spacing:-.04em;font-size:clamp(42px,5vw,66px)}.section-note{max-width:260px;color:var(--muted);margin:0;line-height:1.55}.controls{grid-template-columns:260px 1fr auto;align-items:center;gap:20px;margin:42px 0 17px;display:grid}.search-box{border-bottom:1px solid var(--green);gap:8px;padding:8px 0;display:flex}.search-box span{color:var(--orange);font-size:25px}.search-box input{width:100%;color:var(--ink);background:0 0;border:0;outline:0}.category-tabs{flex-wrap:wrap;gap:8px;display:flex}.category-tabs button{color:var(--muted);background:0 0;border:0;padding:8px 10px;font-size:12px}.category-tabs button.active{background:var(--green);color:#fff;border-radius:2px}.tag-select{color:var(--muted);white-space:nowrap;align-items:center;gap:8px;font-size:12px;display:flex}.tag-select select{border:0;border-bottom:1px solid var(--green);color:var(--green);background:0 0;padding:8px 2px;font-weight:600}.results-line{color:var(--muted);justify-content:space-between;margin-bottom:18px;font-size:12px;display:flex}.results-line button,.text-link{color:var(--orange);text-underline-offset:4px;background:0 0;border:0;padding:0;text-decoration:underline}.product-grid{grid-template-columns:repeat(3,1fr);gap:42px 18px;display:grid}.product-card{border-top:1px solid var(--line);padding-top:14px}.product-image{background:#e8e0d0;border:0;width:100%;height:270px;padding:0;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-image:hover img{transform:scale(1.04)}.category-label{background:var(--paper);color:var(--green);text-transform:uppercase;letter-spacing:.08em;padding:6px 8px;font-size:10px;position:absolute;top:12px;left:12px}.product-info{flex-direction:column;min-height:130px;padding:14px 2px 0;display:flex}.product-info h3{letter-spacing:-.02em;font-size:23px}.product-info p{color:var(--muted);max-width:260px;margin:7px 0 0;font-size:12px;line-height:1.45}.product-bottom{justify-content:space-between;align-items:end;margin-top:auto;display:flex}.product-bottom strong{color:var(--green);font-size:16px}.product-bottom small{color:var(--muted);margin-left:5px;font-size:11px}.add-button{border:1px solid var(--green);color:var(--green);background:0 0;padding:8px 10px;font-size:12px;font-weight:700}.add-button:hover{background:var(--green);color:#fff}.empty-state{text-align:center;border:1px dashed var(--line);color:var(--muted);padding:60px}.empty-state button{background:var(--green);color:#fff;border:0;margin-top:8px;padding:10px 14px}.story-section{grid-template-columns:.9fr 1.1fr;align-items:center;gap:8vw;max-width:1320px;margin:0 auto;padding:40px 4vw 110px;display:grid}.story-section p:not(.eyebrow){color:var(--muted);max-width:420px;margin:24px 0;line-height:1.7}.story-section img{object-fit:cover;width:100%;height:470px}.text-link{font-size:13px}.orders-section{padding-top:20px;padding-bottom:110px}.orders-empty{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);align-items:center;gap:16px;margin-top:30px;padding:35px 0;display:flex}.order-icon{color:var(--orange);font-size:25px}.orders-list{border-top:1px solid var(--line);margin-top:34px}.order-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:22px 0;display:flex}.order-row>div{align-items:center;gap:20px;display:flex}.order-row span{color:var(--muted);font-size:12px}.order-row strong{color:var(--green);font-size:13px}.order-status{background:#dcebdc;padding:5px 8px;color:var(--green-2)!important}.order-status.declined{background:#f7ddd3;color:#a63625!important}footer{background:var(--green);color:#f7f1e6;justify-content:space-between;gap:30px;padding:45px 4vw;display:flex}footer .wordmark{color:#f7f1e6}.footer-links{text-align:right;color:#c7d3c9;gap:10px;font-size:12px;display:grid}.footer-links a{color:#f7d77c}.modal-backdrop,.drawer-layer,.checkout-layer{z-index:10;background:#09221799;display:flex;position:fixed;inset:0}.modal-backdrop{justify-content:center;align-items:center;padding:24px}.product-modal{background:var(--paper);width:100%;max-width:820px;box-shadow:var(--shadow);grid-template-columns:1fr 1fr;display:grid;position:relative}.product-modal>img{object-fit:cover;width:100%;height:100%;min-height:460px}.modal-copy{flex-direction:column;padding:44px 38px;display:flex}.modal-copy h2{font-size:44px}.modal-copy>p:not(.eyebrow):not(.tag-line){color:var(--muted);line-height:1.6}.modal-price{color:var(--green);margin:20px 0;font-size:22px;font-weight:700}.modal-price span{color:var(--muted);font-size:12px;font-weight:400}.modal-copy fieldset{border:0;margin:0 0 22px;padding:0}.modal-copy legend{margin-bottom:8px;font-size:12px;font-weight:700}.option-list{flex-wrap:wrap;gap:8px;display:flex}.option-list label{border:1px solid var(--line);padding:8px 10px;font-size:12px}.option-list input{accent-color:var(--orange);margin-right:5px}.tag-line{color:var(--muted);margin-top:14px;font-size:11px}.modal-close{color:var(--green);z-index:1;background:0 0;border:0;font-size:30px;line-height:1;position:absolute;top:12px;right:15px}.drawer-layer{justify-content:flex-end}.cart-drawer{background:var(--paper);flex-direction:column;width:min(480px,100%);height:100%;padding:34px 30px;display:flex;position:relative}.drawer-header{justify-content:space-between;display:flex;position:relative}.drawer-header h2{font-size:42px}.cart-empty{text-align:center;color:var(--muted);max-width:230px;margin:auto}.cart-empty span{color:var(--orange);font-size:32px}.cart-empty a{color:var(--orange);font-size:13px}.cart-lines{margin:26px 0;overflow:auto}.cart-line{border-bottom:1px solid var(--line);grid-template-columns:72px 1fr;gap:13px;padding:15px 0;display:grid}.cart-line img{object-fit:cover;width:72px;height:72px}.cart-line>div{grid-template-columns:1fr auto;align-items:start;gap:4px 10px;display:grid}.cart-line strong{color:var(--green);font-size:14px}.cart-line small,.cart-line span{color:var(--muted);font-size:11px}.cart-line span{grid-area:1/2}.quantity{grid-column:1/-1;align-items:center;gap:9px;display:flex}.quantity button{border:1px solid var(--line);width:24px;height:24px;color:var(--green);background:0 0}.quantity span{color:var(--green);font-weight:700}.cart-summary{border-top:1px solid var(--green);margin-top:auto;padding-top:18px}.cart-summary>div{justify-content:space-between;display:flex}.cart-summary>div strong{color:var(--green)}.cart-summary>small{color:var(--muted);margin:8px 0 14px;font-size:11px;display:block}.cart-summary .primary-cta{width:100%}.primary-cta:disabled{opacity:.45;cursor:not-allowed}.checkout-warning{color:var(--muted);margin:12px 0 0;font-size:11px;line-height:1.45}.checkout-layer{background:#092217cc;justify-content:center;align-items:stretch;padding:30px 20px;overflow:auto}.checkout-panel{background:var(--paper);flex-direction:column;width:min(1060px,100%);min-height:100%;display:flex;position:relative}.checkout-header{border-bottom:1px solid var(--line);justify-content:space-between;padding:34px 42px 20px;display:flex;position:relative}.checkout-header h2{font-size:44px}.stepper{border-bottom:1px solid var(--line);gap:30px;padding:20px 42px;display:flex}.stepper div{color:var(--muted);align-items:center;gap:8px;font-size:12px;display:flex}.stepper span{border:1px solid var(--line);place-items:center;width:25px;height:25px;display:grid}.stepper .current{color:var(--green);font-weight:700}.stepper .current span{background:var(--green);color:#fff;border-color:var(--green)}.stepper .complete span{background:var(--yellow);border-color:var(--yellow);color:var(--green)}.checkout-body{flex:1;grid-template-columns:1fr 320px;gap:65px;padding:48px 42px;display:grid}.checkout-fields h3{margin-bottom:22px;font-size:36px}.checkout-fields label{gap:7px;margin:16px 0;font-size:12px;font-weight:700;display:grid}.checkout-fields input,.checkout-fields textarea{border:1px solid var(--line);resize:vertical;background:#fff;padding:12px;font-weight:400}.muted{color:var(--muted);font-size:13px;line-height:1.55}.slot-list,.outcome-list{gap:10px;margin-top:24px;display:grid}.slot-list label,.outcome-list label{border:1px solid var(--line);cursor:pointer;align-items:center;gap:10px;padding:15px;font-size:13px;display:flex}.slot-list label.selected,.outcome-list label.selected{border-color:var(--green);background:#f1f5eb}.slot-list input,.outcome-list input{accent-color:var(--orange)}.slot-list span{color:var(--green-2);margin-left:auto;font-size:11px}.outcome-list label span{gap:4px;display:grid}.outcome-list small{color:var(--muted);font-size:11px;font-weight:400}.outcome-list b{background:var(--yellow);width:24px;height:24px;color:var(--green);place-items:center;margin-left:auto;display:grid}.checkout-recap{background:#f3ecdd;height:max-content;padding:22px}.checkout-recap>div{justify-content:space-between;gap:14px;padding:7px 0;font-size:12px;display:flex}.checkout-recap strong{color:var(--green)}.checkout-recap small{color:var(--muted);font-size:11px}.checkout-recap hr{border:0;border-top:1px solid var(--line);margin:12px 0}.checkout-recap .total{border-top:1px solid var(--green);margin-top:8px;padding-top:14px;font-size:17px}.checkout-footer{border-top:1px solid var(--line);padding:20px 42px 28px}.checkout-footer .checkout-warning{margin:0 0 15px}.checkout-footer>div{justify-content:space-between;align-items:center;display:flex}.back-button{color:var(--green);background:0 0;border:0;padding:13px 0;font-weight:700}.checkout-footer .primary-cta{min-width:185px}@media (width<=900px){.hero{grid-template-columns:1fr;gap:45px}.hero-image{min-height:380px}.hero-image img{height:380px}.controls{grid-template-columns:1fr auto}.category-tabs{order:3;grid-column:1/-1}.product-grid{grid-template-columns:repeat(2,1fr)}.story-section{grid-template-columns:1fr;gap:35px}.story-section img{height:360px}.checkout-body{grid-template-columns:1fr;gap:30px}.checkout-recap{order:-1}.checkout-header,.stepper,.checkout-body,.checkout-footer{padding-left:24px;padding-right:24px}}@media (width<=560px){.prototype-strip{font-size:11px;line-height:1.4}.site-header{padding:18px 20px}.site-header nav{display:none}.cart-button{margin-left:auto}.hero{padding:25px 20px 45px}.hero h1{font-size:52px}.hero-lede{font-size:16px}.hero-image,.hero-image img{height:300px;min-height:300px}.hero-note{bottom:-18px;left:12px}.trust-row{gap:7px;padding:16px 20px;display:grid}.shop-section,.orders-section{padding:65px 20px}.section-heading{display:block}.section-note{margin-top:16px}.controls{margin-top:30px;display:block}.search-box{margin-bottom:18px}.category-tabs{flex-wrap:nowrap;margin-bottom:18px;padding-bottom:5px;display:flex;overflow:auto}.category-tabs button{white-space:nowrap}.tag-select{justify-content:space-between}.product-grid{grid-template-columns:1fr;gap:34px}.product-image{height:280px}.story-section{padding:0 20px 75px}.story-section h2{font-size:48px}.story-section img{height:300px}.orders-section{padding-top:0}.order-row,.order-row>div{gap:8px;display:grid}.order-row>div:last-child{justify-items:start}.footer-links{text-align:left}.product-modal{grid-template-columns:1fr;max-height:calc(100vh - 48px);overflow:auto}.product-modal>img{height:220px;min-height:220px}.modal-copy{padding:28px 24px 30px}.modal-copy h2{font-size:37px}.cart-drawer{padding:28px 20px}.checkout-layer{padding:0}.checkout-panel{min-height:100vh}.checkout-header{padding:26px 20px 17px}.checkout-header h2{font-size:36px}.stepper{justify-content:space-between;gap:9px;padding:17px 20px}.stepper div{gap:4px;font-size:10px}.stepper span{width:21px;height:21px}.checkout-body{padding:30px 20px}.checkout-fields h3{font-size:31px}.checkout-footer{padding:18px 20px 24px}.checkout-footer>div{gap:15px}.checkout-footer .primary-cta{flex:1;min-width:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-image img{transition:none}}
