.shop{padding-top:25px;padding-bottom:85px;max-width:1380px}.breadcrumbs{display:flex;gap:12px;color:var(--muted);font-size:.75rem;margin-bottom:38px}.breadcrumbs a:hover{color:var(--red)}.shop-intro{text-align:center;margin-bottom:25px}.shop-intro .eyebrow{margin-bottom:17px}.shop-intro h1{font-size:clamp(2.5rem,4.8vw,4rem);letter-spacing:-.055em;margin-bottom:20px}.shop-intro>p:last-child{font-size:1rem;color:var(--muted)}.shop-status{max-width:820px;margin:0 auto 47px;text-align:center;padding:15px 25px;background:var(--cream);font-size:.875rem;line-height:1.8;color:var(--muted)}.shop-status button{border:0;background:none;color:var(--red);text-decoration:underline;padding:0 6px}.shop-layout{display:block}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.product-card{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;scroll-margin-top:30px}.product-card:focus{outline:none}.product-card.is-selected .product-art{outline:1px solid var(--olive);outline-offset:5px}.product-art{width:100%;aspect-ratio:1;background:#fafaf6;display:flex;align-items:center;justify-content:center;margin-bottom:24px;flex-shrink:0}.product-art img{width:82%;height:88%;object-fit:contain}.product-card .eyebrow{font-size:.75rem;letter-spacing:.06em;margin-bottom:13px;color:var(--muted)}.product-card h3{font-size:1.5rem;line-height:1.3;color:var(--ink);margin-bottom:14px;min-height:2.6em;display:grid;align-items:center}.product-card p:not(.eyebrow){font-size:.9375rem;color:var(--muted);line-height:1.8;margin-bottom:22px}.product-card .product-price{color:var(--ink)!important;font-size:1rem!important;margin-bottom:15px}.product-card>button{margin-top:auto;min-height:48px;padding:12px 23px;font-size:.875rem;line-height:1.5;color:white;background:var(--red);border:1px solid var(--red);border-radius:0;width:100%;transition:background .18s}.product-card>button:hover{background:var(--red-dark)}.product-card>button:disabled{opacity:.45;cursor:default}
#basket-dialog{padding:0;border:0;margin:0 0 0 auto;inset:0 0 0 auto;height:100%;max-height:100%;width:440px;max-width:100%;background:white;color:var(--ink);box-shadow:-10px 0 50px #33372e14;overflow-y:auto}#basket-dialog::backdrop{background:#262d2580}.order-panel{padding:27px 31px 35px}.close-basket{display:block;margin:0 0 25px auto;padding:7px 0 7px 15px;color:var(--muted);font-size:.875rem;background:transparent;border:0;text-decoration:underline;text-underline-offset:4px}.basket-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding-bottom:23px;margin-bottom:25px}.basket-heading h2{font-size:2rem}.basket-heading>span{font-size:.875rem;border:1px solid var(--line);border-radius:50%;min-width:30px;height:30px;display:grid;place-items:center}.empty-cart{color:var(--muted);line-height:1.85;font-size:1rem;padding-bottom:15px}.cart-line{padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid var(--line)}.cart-line strong{display:block;font-size:.9375rem;font-weight:600;line-height:1.5;margin-bottom:14px}.quantity{display:inline-flex;align-items:center;border:1px solid #ccd0c2}.quantity button{width:44px;height:44px;border:0;background:white;color:var(--olive-dark);font-size:1rem}.quantity button:hover{background:var(--cream)}.quantity span{font-size:.9375rem;min-width:25px;text-align:center}.remove-item{float:right;min-height:44px;background:transparent;color:var(--muted);border:0;padding:10px 0;font-size:.75rem;text-decoration:underline}.cart-total{display:flex;justify-content:space-between;gap:15px;color:var(--ink);font-size:1rem;padding:5px 0 20px}.price-note{color:var(--muted);font-size:.875rem;margin:23px 0}.order-panel>.button{width:100%}.basket-footnote{font-size:.75rem;line-height:1.8;text-align:center;color:var(--muted);margin-top:18px}a[aria-disabled=true]{opacity:.45;pointer-events:none}body:has(#basket-dialog[open]){overflow:hidden}
.checkout{display:grid;grid-template-columns:1fr 1.4fr;gap:9%;border-top:1px solid var(--line);margin-top:65px;padding-top:55px;scroll-margin-top:35px}.checkout>div>p{font-size:1rem;color:var(--muted);margin-bottom:20px}.checkout .eyebrow{margin-bottom:18px}.checkout h2{font-size:2.6rem;margin-bottom:23px}.checkout .privacy-note{font-size:.875rem;margin-top:25px}form label{font-size:.875rem;display:block;margin-bottom:18px}input:not([type=radio]):not([type=checkbox]),textarea{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #b9beaf;background:white;font:1rem var(--sans);border-radius:0;color:var(--ink);line-height:1.4}input:focus,textarea:focus{outline:2px solid var(--olive);outline-offset:2px}textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}fieldset{padding:0;border:0;margin:0;min-width:0}.fulfillment{display:flex;gap:25px;flex-wrap:wrap;margin-bottom:15px}.fulfillment legend{font-size:.875rem;margin-bottom:12px}.fulfillment label{display:flex;align-items:center;gap:8px}input[type=radio],input[type=checkbox]{accent-color:var(--olive);width:18px;height:18px;flex-shrink:0;cursor:pointer}.consent{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.7}.consent input{margin-top:3px}.optional{color:var(--muted)}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}#form-error{background:#faeeec;color:#8b2b24;padding:14px 17px;font-size:.875rem;margin-bottom:18px}#submit-order:disabled{opacity:.45;cursor:not-allowed}.submit-note{font-size:.875rem;color:var(--muted);margin-top:13px}.order-success{background:var(--cream);padding:45px;margin-top:45px;max-width:850px}.order-success .eyebrow{margin-bottom:20px}.order-success h2{margin-bottom:25px}.order-success p{max-width:620px;margin-bottom:20px}.order-success .button{margin-top:10px}
@media(max-width:1000px){.product-grid{gap:25px}.product-card h3{font-size:1.3rem}.product-card p:not(.eyebrow){font-size:.875rem}.product-card .eyebrow{font-size:.75rem}.product-card>button{padding:12px 15px}}
@media(max-width:850px){.shop{padding-top:23px;padding-bottom:60px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 30px}.product-card h3{font-size:1.6rem;min-height:0}.product-card .eyebrow{font-size:.75rem}.product-card p:not(.eyebrow){font-size:.9375rem}.product-art{aspect-ratio:1.2}.checkout{grid-template-columns:1fr;gap:24px;margin-top:45px;padding-top:35px}.checkout h2{font-size:2.4rem}.form-row{grid-template-columns:1fr;gap:0}}
@media(max-width:600px){.breadcrumbs{margin-bottom:30px}.shop-intro h1{font-size:2.55rem;line-height:1.15;margin-bottom:18px}.shop-intro .eyebrow{font-size:.75rem;letter-spacing:.06em}.shop-intro>p:last-child{font-size:1rem}.shop-status{font-size:.875rem;padding:15px;margin-bottom:30px}.product-grid{gap:35px 18px}.product-art{aspect-ratio:1;margin-bottom:17px}.product-card .eyebrow{font-size:.75rem;letter-spacing:.015em;min-height:36px;display:grid;align-items:center;margin-bottom:7px}.product-card h3{font-size:1.2rem;min-height:2.6em;margin-bottom:12px}.product-card p:not(.eyebrow):not(.product-price){font-size:1rem;line-height:1.7}.product-card>button{font-size:.8125rem;min-height:46px;padding:10px 6px}.order-panel{padding:21px 7% 30px}.basket-heading h2{font-size:2rem}.order-success{padding:27px}.order-success h2{font-size:2.3rem}}

.basket-message{padding:13px 15px;background:#f8ede3;color:#7b3124;font-size:.875rem;line-height:1.7;margin:0 0 20px}

.product-art{background:white;aspect-ratio:1}.product-art img{width:100%;height:100%}.cart-product-info{display:flex;align-items:center;gap:15px;margin-bottom:13px}.cart-product-info img{width:64px;height:64px;object-fit:contain;flex-shrink:0}.cart-product-info strong{margin:0}

.shop-intro .fulfillment-note{font-size:.875rem;margin-top:12px}
.shop-intro .seasonal-note{font-size:.875rem;color:var(--muted);margin-top:8px}
.product-card p:not(.eyebrow):not(.product-price){font-size:1rem}
.product-card>button,.remove-item{font-size:.875rem}
.close-basket,.shop-status button,.breadcrumbs a{min-height:44px}
.breadcrumbs{align-items:center}.breadcrumbs a{display:inline-flex;align-items:center}
input:not([type=radio]):not([type=checkbox]),textarea{border-color:#858b7e}
@media(max-width:600px){.breadcrumbs{margin-bottom:16px}.shop-intro{margin-bottom:20px}}
