@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#18322d;--forest:#1d5145;--lime:#d8ed65;--cream:#f7f7f1;--paper:#fff;--line:#dce2dc;--muted:#64726c;--red:#a33d36;--amber:#a76812}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:15px 'DM Sans',sans-serif;line-height:1.45}.topbar{height:70px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,28px);border-bottom:1px solid var(--line)}.brand{display:block;width:154px;height:62px;overflow:hidden;text-decoration:none}.brand-logo{display:block;width:154px;height:116px;max-width:none;margin-top:-27px;object-fit:cover}nav{display:flex;align-items:center;gap:22px}a{color:var(--forest);font-weight:600;text-decoration:none}a:hover{text-decoration:underline}nav a{color:var(--ink);font-size:14px}.container{max-width:1180px;margin:0 auto;padding:48px 28px 68px}.page-head{margin-bottom:28px}.page-head h1,.auth-card h1{font:700 clamp(30px,4vw,45px) Fraunces,serif;letter-spacing:-1.4px;line-height:1.1;margin:4px 0 8px}.page-head p,.auth-card p{margin:0;color:var(--muted);font-size:16px}.split{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.3px;color:var(--forest)}h2{font:700 24px Fraunces,serif;margin:28px 0 15px;letter-spacing:-.4px}h3{font:700 19px Fraunces,serif;margin:10px 0 5px}button,.button{display:inline-block;background:var(--forest);color:#fff;border:0;border-radius:5px;padding:10px 16px;font:600 14px 'DM Sans',sans-serif;cursor:pointer;text-decoration:none}.button:hover{text-decoration:none;background:#133e35}.secondary{background:#e9efea;color:var(--forest)}.secondary:hover{background:#dce7de}.small{padding:7px 10px;font-size:12px}.link-button{padding:0;border:0;background:none;color:var(--forest);font-weight:600}.link-button:hover{background:none;text-decoration:underline}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.card,.panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px}.card p{color:var(--muted);margin:6px 0}.card-top{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px}.compact-cards .card{padding:18px}.status{display:inline-block;border-radius:99px;padding:3px 9px;text-transform:capitalize;font-size:12px;font-weight:700;background:#edf1ee;color:var(--muted)}.status.open,.status.paid{background:#e3f3d2;color:#376024}.status.submitted{background:#fff0cc;color:#815500}.status.blocked{background:#f6ddda;color:var(--red)}.section-gap{margin-top:44px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.4px}td,th{padding:12px 8px;border-bottom:1px solid var(--line)}td:last-child,th:last-child{text-align:right}.compact td,.compact th{padding-left:0}.actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.empty{color:var(--muted);padding:18px 0}.muted{color:var(--muted)}small{font-size:12px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:36px}.metrics div{background:var(--ink);color:#fff;border-radius:8px;padding:18px 20px}.metrics span{display:block;color:#b8cac3;font-size:13px}.metrics strong{display:block;font:700 31px Fraunces,serif;margin-top:2px}.auth-card{max-width:440px;background:#fff;border:1px solid var(--line);padding:38px;border-radius:8px;margin:8vh auto}.auth-card form{margin-top:25px}label{display:block;font-weight:600;font-size:14px;margin:0 0 15px}input,textarea{width:100%;display:block;border:1px solid #bac8bf;background:#fff;border-radius:4px;margin-top:6px;padding:10px 11px;color:var(--ink);font:15px 'DM Sans',sans-serif}textarea{min-height:82px;resize:vertical}input:focus,textarea:focus{outline:2px solid #b3d777;border-color:var(--forest)}form button{margin-top:4px}.form-narrow{max-width:600px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 16px}.flash{border-radius:5px;padding:12px 15px;margin-bottom:22px;font-weight:600}.flash.success{background:#e3f3d2;color:#376024}.flash.error{background:#f6ddda;color:#84332d}.flash.warning{background:#fff0cc;color:#815500}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:12px}.product{background:#fff;border:1px solid var(--line);border-radius:7px;padding:18px;display:flex;justify-content:space-between;gap:16px}.product h3{margin:0 0 4px}.product p{margin:0 0 7px;color:var(--muted);font-size:13px}.product small{color:var(--forest);font-weight:600}.not-available{background:#f1f2ef;opacity:.72}.not-available small{color:var(--red)}.product-action{min-width:112px;text-align:right}.product-action strong{display:block;margin-bottom:10px}.product-action form{display:flex;gap:5px;justify-content:flex-end}.quantity{width:55px;display:inline-block;margin:0;padding:6px}.total-box{border-left:3px solid var(--lime);padding:2px 0 2px 13px;color:var(--muted);font-size:12px}.total-box strong{display:block;color:var(--ink);font:700 27px Fraunces,serif}.checkout{margin-top:25px;display:flex;justify-content:space-between;align-items:end;gap:25px}.checkout h2{margin:0 0 8px}.checkout label{margin:0;min-width:min(600px,55vw)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.note{background:#f4f6f1;border-left:3px solid var(--lime);padding:12px;margin-top:18px}.total-row th{font-size:17px;color:var(--ink);text-transform:none}.messages{max-height:350px;overflow:auto}.message{border-bottom:1px solid var(--line);padding:10px 0}.message:last-child{border:0}.message b{font-size:13px}.message span{margin-left:7px;color:var(--muted);font-size:11px}.message p{margin:4px 0 0}.admin-message b{color:var(--forest)}.message-form{border-top:1px solid var(--line);padding-top:13px;margin-top:10px}.selection-list{border:1px solid var(--line);border-radius:5px;margin:12px 0 20px}.selection{display:flex;align-items:center;gap:12px;margin:0;padding:12px;border-bottom:1px solid var(--line)}.selection:last-child{border-bottom:0}.selection>input{width:auto;margin:0}.selection span small{display:block;color:var(--muted);font-weight:400}.availability{margin-left:auto;font-size:12px;font-weight:500;display:flex;align-items:center;gap:6px}.availability input,.check input{width:auto;display:inline-block;margin:0 5px 0 0}.check{font-weight:500}
@media(max-width:680px){.topbar{height:auto;min-height:62px;padding:12px 18px;align-items:flex-start}.brand{font-size:22px}nav{gap:10px;flex-wrap:wrap;justify-content:flex-end}nav a{font-size:12px}.container{padding:32px 18px}.split,.checkout{align-items:flex-start;flex-direction:column}.metrics,.two-col,.form-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.product{padding:15px}.checkout label{min-width:100%}.auth-card{margin:4vh 0;padding:28px 22px}.actions{min-width:120px}}
.auth-footer{margin-top:20px!important;font-size:14px!important}
.session-date{color:var(--red)!important;font-weight:700}
.shop-head{margin-bottom:24px}.shop-head h1{margin:0 0 13px}.session-summary{display:flex;align-items:center;flex-wrap:wrap;width:max-content;max-width:100%;overflow:hidden;border:1px solid #d8e1da;border-radius:6px;background:#fff;color:var(--ink);font-size:12px;line-height:1.2;box-shadow:0 1px 2px rgba(24,50,45,.04)}.session-summary>span{display:flex;align-items:center;min-height:34px;padding:7px 11px}.session-summary-title{background:#edf3ed;color:var(--forest);font-weight:700}.session-summary-detail{gap:6px;border-left:1px solid #d8e1da;font-weight:600}.session-summary-detail-first{border-left:0}.session-summary-label{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.45px;text-transform:uppercase}@media(max-width:680px){.shop-head{gap:14px}.session-summary{width:100%}.session-summary>span{min-height:32px;padding:7px 9px}.session-summary-title{width:100%}.session-summary-detail{border-top:1px solid #d8e1da}.session-summary-detail-first{border-left:0}}
.shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:28px}.shop-layout-empty{display:block}.cart-preview{position:sticky;top:22px;border:1px solid #d8e1da;border-radius:8px;background:#fff;padding:20px;box-shadow:0 4px 14px rgba(24,50,45,.07)}.cart-preview-head,.cart-preview-line,.cart-preview-total{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.cart-preview-head{padding-bottom:12px;border-bottom:1px solid var(--line)}.cart-preview-head h2{margin:0;font-size:20px}.cart-preview-head span,.cart-preview-line small{color:var(--muted);font-size:11px}.cart-preview-lines{overflow:visible}.cart-preview-line{padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.cart-preview-line>span{min-width:0}.cart-preview-line b{display:block;overflow-wrap:anywhere}.cart-preview-line small{display:block;margin-top:2px}.cart-preview-line strong{flex:none;font-size:13px}.cart-preview-controls{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:10px}.cart-preview-controls form{display:flex;align-items:center;gap:6px;margin:0}.cart-preview-quantity{width:48px;margin:0;padding:5px;text-align:center;font-size:13px}.cart-preview-update,.cart-preview-remove{margin:0;padding:6px 9px;border-radius:4px;font-size:12px}.cart-preview-update{background:#e9efea;color:var(--forest)}.cart-preview-update:hover{background:#dce7de}.cart-preview-remove{border:1px solid #dfb9b5;background:#fff;color:var(--red)}.cart-preview-remove:hover{background:#fff1ef}.cart-preview-total{padding:16px 0;font:700 18px Fraunces,serif}.cart-preview-button{display:block;width:100%;padding:10px 12px;text-align:center}.cart-preview-button:hover{text-decoration:none}@media(max-width:850px){.shop-layout{grid-template-columns:1fr}.cart-preview{position:static}}
.payment-label{display:inline-block;border-radius:99px;padding:3px 9px;font-size:11px;font-weight:700;white-space:nowrap}.payment-label.paid{background:#e3f3d2;color:#376024}.payment-label.unpaid{background:#fce7c0;color:#815500}
.impersonation-banner{background:#18322d;color:#fff;border-radius:6px;padding:11px 14px;margin-bottom:18px;font-size:13px}.impersonation-banner a{color:var(--lime);float:right}
.inline-form{display:inline}.inline-form button{margin-left:6px}
.catalogue-heading{display:flex;justify-content:space-between;align-items:center;gap:18px}.catalogue-heading h2{margin-bottom:15px}.search-box{width:min(310px,100%);margin:0}.search-box input{margin:0;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231d5145' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") no-repeat 11px center;padding-left:38px}.search-empty{margin-top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container.catalogue-page{padding-top:24px}
.order-queue-heading{display:flex;justify-content:space-between;align-items:center;gap:18px}.order-queue-heading h2{margin:0}
.product-media{flex:0 0 118px;width:118px;height:112px;overflow:hidden;border-radius:5px;background:linear-gradient(135deg,#e7eee4,#cadbc8);display:flex;align-items:center;justify-content:center;color:var(--forest);font-size:11px;font-weight:700;text-align:center}.product-media img{width:100%;height:100%;object-fit:cover;display:block}.product-info{min-width:0;flex:1}.catalogue .product{align-items:center}
.cart-quantity{display:block;margin-top:8px;color:var(--forest);font-size:12px;font-weight:700}
.add-to-cart-form{align-items:stretch!important}.quantity-picker{margin:0}.quantity-picker input{width:48px;height:100%;min-height:32px;margin:0;padding:4px 3px;text-align:center;font-size:12px}.add-to-cart-form:not(.weight-order-form) .quantity-picker,.add-to-cart-form:not(.weight-order-form) .quantity-picker input,.add-to-cart-form:not(.weight-order-form) .small{height:36px;min-height:36px}.add-to-cart-form:not(.weight-order-form) .small{display:flex;align-items:center;margin:0}
@media(max-width:680px){.product-media{flex-basis:86px;width:86px;height:96px}.catalogue .product{align-items:flex-start}}
@media(max-width:680px){.catalogue-heading{display:block}.search-box{width:100%;margin:0 0 14px}}
.product{display:grid;grid-template-columns:118px minmax(0,1fr);align-items:start}.catalogue .product{align-items:start}.product-media{flex:none}.product-info{align-self:start}.product-action{grid-column:1/-1;min-width:0;border-top:1px solid var(--line);padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.product-action strong{margin:0;font:700 20px Fraunces,serif}.product-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px}.cart-quantity{display:block;margin:0}.add-to-cart-form{margin:0}
@media(max-width:680px){.product{grid-template-columns:86px minmax(0,1fr)}.product-media{width:86px;height:96px}.product-action{align-items:flex-start;flex-direction:column}.product-controls{width:100%;justify-content:space-between}.cart-quantity{align-self:center}}
.customer-note-form{margin:0}.note-actions{display:flex;gap:8px;margin-top:8px}.note-actions button{margin:0}.note-actions button:disabled{cursor:not-allowed;opacity:.5}
.cart-panel{padding-bottom:10px}.cart-lines{display:grid;gap:0}.cart-line{display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-line h3{margin:0 0 3px}.cart-line p{margin:0;color:var(--muted);font-size:13px}.cart-image{width:62px;height:62px;border-radius:5px;overflow:hidden;background:#e7eee4}.cart-image img{display:block;width:100%;height:100%;object-fit:cover}.cart-line-action{text-align:right}.cart-line-action form{display:flex;align-items:center;justify-content:flex-end;gap:6px}.cart-line-action form button{margin:0}.cart-line-action strong{display:block;margin-top:7px}.cart-line-quantity{width:55px;margin:0;padding:6px;text-align:center}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:18px 0 6px;font:700 20px Fraunces,serif}.cart-checkout{display:flex;justify-content:space-between;align-items:stretch;gap:25px;margin-top:18px}.cart-checkout>div{flex:1;padding-right:25px;border-right:1px solid #e5ebe5}.cart-checkout h2{margin:0 0 10px}
@media(max-width:680px){.cart-line{grid-template-columns:52px minmax(0,1fr)}.cart-image{width:52px;height:52px}.cart-line-action{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center}.cart-line-action strong{margin:0}.cart-checkout{align-items:stretch;flex-direction:column}.cart-checkout>div{padding-right:0;border-right:0}}
.cart-line-controls{display:flex;align-items:center;justify-content:flex-end;gap:9px}.remove-line-button{margin:0;padding:7px 10px;border:1px solid #dfb9b5;border-radius:5px;background:#fff;color:var(--red);font:600 12px 'DM Sans',sans-serif;cursor:pointer}.remove-line-button:hover{background:#fff1ef;text-decoration:none}
.mandatory-line{display:inline-block;padding:5px 8px;border-radius:4px;background:#f4f7f3;color:var(--forest);font-size:12px}
.remove-item-button{margin:0;padding:6px 10px;border:1px solid #dfb9b5;border-radius:5px;background:#fff;color:var(--red);font:600 12px 'DM Sans',sans-serif;cursor:pointer}.remove-item-button:hover{background:#fff1ef}
.inventory-image-preview{width:132px;height:100px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#f4f7f3;margin:-3px 0 16px}.inventory-image-preview img{display:block;width:100%;height:100%;object-fit:cover}
select{width:100%;display:block;border:1px solid #bac8bf;background:#fff;border-radius:4px;margin-top:6px;padding:10px 11px;color:var(--ink);font:15px 'DM Sans',sans-serif}select:focus{outline:2px solid #b3d777;border-color:var(--forest)}
.category-navigation{margin:0}.category-navigation label{display:flex;align-items:center;gap:6px;margin:0}.category-navigation-label{font-size:14px;font-weight:600;color:var(--ink)}.category-navigation select{width:auto;min-width:128px;height:34px;margin:0;padding:5px 27px 5px 9px;border-radius:5px;font-size:12px;font-weight:600}.category-navigation button{margin:0 0 0 4px}@media(max-width:680px){.category-navigation-label{font-size:12px}}
.product-category{display:inline-block;margin:0 0 6px;padding:2px 7px;border-radius:99px;background:#edf3ed;color:var(--forest);font-size:11px;font-weight:700}
.profile-nav{display:flex;align-items:center;gap:8px;padding:4px 7px;border:1px solid var(--line);border-radius:99px;color:var(--ink)}.profile-nav:hover{background:#f4f7f3;text-decoration:none}.profile-avatar{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--forest);color:#fff;font-size:12px;font-weight:700}.profile-nav-copy{display:grid;gap:0;line-height:1.05;text-align:left}.profile-nav-copy b{font-size:12px;max-width:105px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-nav-copy small{color:var(--muted);font-size:10px;font-weight:500}.profile-form{padding:26px}.profile-account-summary{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--line)}.profile-account-summary div{display:grid;gap:2px}.profile-account-summary small{color:var(--muted)}.profile-avatar-large{width:44px;height:44px;font-size:17px}
.weight-badge{display:block;color:var(--forest);font-weight:600}.weight-help{font-size:13px;margin:-4px 0 16px}.weight-picker{display:grid;gap:3px;margin:0;font-size:11px}.weight-order-form{flex-wrap:wrap}.weight-order-form .weight-total{width:100%;color:var(--forest);font-weight:700}.weight-stepper{display:flex;align-items:center;border:1px solid #bac8bf;border-radius:5px;overflow:hidden;background:#fff}.weight-stepper button{margin:0;padding:4px 9px;border-radius:0;background:#e9efea;color:var(--forest);font-size:16px;line-height:1}.weight-stepper button:disabled{cursor:not-allowed;opacity:.45}.weight-stepper output{min-width:64px;padding:4px 7px;text-align:center;font-size:12px;font-weight:700}.cart-preview-edit{font-size:12px;color:var(--forest)}
.service-parts-heading{display:flex;align-items:baseline;justify-content:space-between;gap:15px}.service-parts-heading h2{margin-bottom:4px}.service-parts-heading span{color:var(--forest);font-size:14px;font-weight:700}.service-parts-heading .invalid-total{color:var(--red)}.service-parts{display:grid;gap:10px;margin:14px 0}.service-part-row{display:grid;grid-template-columns:minmax(0,1fr) 135px auto;align-items:end;gap:10px;padding:12px;border:1px solid var(--line);border-radius:6px;background:#f9fbf8}.service-part-row label{margin:0}.service-part-row button{margin:0;height:38px}.service-detail-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.service-detail-actions form{margin:0}.service-detail-actions button{margin:0}.service-part-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.service-part-card{display:flex;flex-direction:column}.service-part-card .service-part-price{margin:12px 0;color:var(--ink);font-size:24px;font-weight:700}.service-part-card form{margin-top:auto}.service-part-card .button{margin-top:auto;text-align:center}@media(max-width:680px){.service-part-row{grid-template-columns:1fr}.service-part-row button{width:max-content}.service-detail-actions{justify-content:flex-start}}
.payment-reference{display:grid;gap:5px;margin-top:18px;padding:14px;border-left:3px solid var(--lime);background:#f4f6f1}.payment-reference-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--muted)}.payment-reference strong{font:700 23px Fraunces,serif;letter-spacing:.3px}.payment-reference-instruction{font-size:13px;color:var(--muted)}
.fulfilment-form{min-width:260px}.fulfilment-form fieldset{border:0;margin:0 0 14px;padding:0}.fulfilment-form legend{font-weight:700;margin-bottom:8px}.fulfilment-choice{display:inline-flex;align-items:center;gap:5px;margin:0 12px 8px 0;font-size:13px}.fulfilment-choice input{display:inline;width:auto;margin:0}.collection-details,.delivery-details{display:grid;gap:3px;margin:4px 0 10px;padding:10px 12px;border-left:3px solid var(--lime);background:#f4f6f1;font-size:13px}.collection-details[hidden],.delivery-details[hidden]{display:none}.collection-details span{white-space:pre-line}.delivery-details a{margin-top:4px}
@media(max-width:680px){.fulfilment-form{width:100%}}
.status.part_paid{background:#fff0cc;color:#815500}.payment-label,.outstanding-balance{display:inline-block;border-radius:99px;padding:3px 9px;font-size:11px;font-weight:700;white-space:nowrap}.payment-label.paid{background:#e3f3d2;color:#376024}.payment-label.unpaid,.payment-label.part-paid{background:#fce7c0;color:#815500}.outstanding-balance{background:#f6ddda;color:var(--red);margin-left:4px}.line-payment-button{padding:3px 7px;margin-left:7px;border:1px solid #d8b87d;background:#fff7df;color:#815500;border-radius:4px;font-size:11px}.line-payment-button.line-paid,.line-payment-status.line-paid{color:#376024}.line-payment-button.line-paid{border-color:#b9d99d;background:#eff8e8}.line-payment-status{margin-left:7px;font-size:11px;font-weight:700;color:#815500}
:is(.brand,.page-head h1,.auth-card h1,h2,h3,.metrics strong,.total-box strong,.cart-preview-total,.product-action strong,.cart-total,.payment-reference strong){font-family:'DM Sans',sans-serif}
.cart-page-head h1{margin-bottom:10px}.cart-payment-summary{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px}.cart-payment-summary .payment-label,.cart-payment-summary .outstanding-balance{padding:7px 11px;border:1px solid transparent;border-radius:6px;font-size:13px;letter-spacing:.1px}.cart-payment-summary .payment-label.unpaid,.cart-payment-summary .payment-label.part-paid{border-color:#e6c98d;background:#fff7df}.cart-payment-summary .outstanding-balance{margin:0;border-color:#e7bbb7;background:#fff1ef}
.catalogue .product-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.product-action-weight{justify-content:flex-end}.product-action-weight .product-controls{width:100%}.product-action-weight .weight-order-form{display:grid!important;width:100%;grid-template-columns:auto minmax(0,1fr) 48px auto;grid-template-areas:"stepper . quantity add" "price . total total";align-items:stretch;justify-content:stretch;gap:6px;flex-wrap:nowrap}.weight-price{grid-area:price;display:flex;align-items:center;color:var(--ink);font-size:14px;font-weight:700;white-space:nowrap}.weight-price small{margin-left:3px;color:var(--muted);font-weight:600}.product-action-weight .weight-picker{grid-area:stepper;display:flex;align-items:stretch;gap:0;min-height:36px;font-size:12px}.weight-picker-label{display:flex;align-items:center;padding:0 8px;border:1px solid #bac8bf;border-right:0;border-radius:5px 0 0 5px;background:#f4f7f3;color:var(--muted);font-weight:700}.product-action-weight .weight-stepper{min-height:36px;border-radius:0 5px 5px 0}.product-action-weight .weight-stepper button{height:34px;padding:4px 9px}.product-action-weight .weight-stepper output{display:flex;align-items:center;justify-content:center;min-height:34px}.product-action-weight .quantity-picker{grid-area:quantity;height:36px}.product-action-weight .quantity-picker input{height:36px;min-height:36px}.product-action-weight .small{grid-area:add;height:36px;margin:0;white-space:nowrap}.product-action-weight .weight-total{grid-area:total;width:auto!important;margin-top:0;text-align:right}.product-action-weight .cart-quantity{align-self:center}@media(max-width:680px){.catalogue .product-grid{grid-template-columns:1fr}.product-action-weight .weight-order-form{grid-template-columns:auto minmax(0,1fr) 48px auto}.product-action-weight .small{width:100%}}
.product-action-weight-unavailable{justify-content:space-between}.product-action-weight-unavailable .product-controls{width:auto}.weight-unavailable-price{white-space:nowrap}
.cart-preview-line{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:center}.cart-preview-line>span{grid-column:1}.cart-preview-controls{grid-column:2;display:grid;grid-template-columns:48px minmax(0,1fr) minmax(0,1fr);gap:5px;align-items:center;margin-top:0}.cart-preview-controls form:first-child{display:grid;grid-column:1 / span 2;grid-template-columns:48px minmax(0,1fr);gap:5px}.cart-preview-controls form:last-child{grid-column:3;display:block}.cart-preview-controls form:first-child .cart-preview-update,.cart-preview-controls form:last-child .cart-preview-remove{width:100%;height:32px;padding:6px 4px}.cart-preview-edit{grid-column:2;justify-self:end}

/* Warm, retail-focused catalogue refresh. */
:root {
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --line: #e4ded1;
  --muted: #68746e;
  --terracotta: #b85f42;
  --soft-green: #edf2e9;
}

body { background: var(--cream); }

.topbar {
  min-height: 64px;
  height: 64px;
  padding-inline: max(5vw, 28px);
  border-bottom-color: rgba(24, 50, 45, .1);
  box-shadow: 0 1px 8px rgba(24, 50, 45, .035);
}

.brand { height: 58px; }
.brand-logo { margin-top: -29px; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
.profile-nav:focus-visible {
  outline: 3px solid #d09a56;
  outline-offset: 3px;
}

.catalogue-page { --catalogue-radius: 14px; }

.catalogue-heading {
  display: block;
  margin: 18px 0 24px;
}

.catalogue-heading h1 {
  margin: 5px 0 8px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -1.6px;
}

.catalogue-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.catalogue-heading .eyebrow { color: var(--terracotta); }

.catalogue-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(170px, auto) minmax(180px, auto);
  align-items: end;
  gap: 14px;
  margin-bottom: 12px;
  padding: 16px;
  border: 1px solid rgba(29, 81, 69, .12);
  border-radius: 12px;
  background: rgba(255, 253, 248, .82);
  box-shadow: 0 6px 24px rgba(24, 50, 45, .045);
}

.catalogue-toolbar label,
.catalogue-toolbar .category-navigation { margin: 0; }

.catalogue-toolbar .category-navigation label {
  display: grid;
  gap: 6px;
}

.toolbar-label,
.catalogue-toolbar .category-navigation-label {
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .65px;
  text-transform: uppercase;
}

.catalogue-toolbar .search-box {
  display: grid;
  width: 100%;
  gap: 6px;
}

.catalogue-toolbar .search-box input,
.catalogue-toolbar select {
  height: 43px;
  margin: 0;
  border-color: #cbd2c9;
  border-radius: 8px;
  background-color: #fff;
}

.catalogue-toolbar .search-box input { padding-left: 40px; }

.catalogue-toolbar .category-navigation select {
  width: 100%;
  min-width: 170px;
  height: 43px;
  padding: 8px 34px 8px 11px;
  font-size: 14px;
  font-weight: 500;
}

.sort-control {
  display: grid;
  min-width: 180px;
  gap: 6px;
}

.catalogue-note {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 12px;
}

.search-empty {
  margin: 0 0 18px;
  padding: 13px 15px;
  border-radius: 8px;
  background: #fff8e9;
  color: #73521f;
}

.product-grid,
.catalogue .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.product {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(29, 81, 69, .1);
  border-radius: var(--catalogue-radius, 14px);
  background: var(--paper);
  box-shadow: 0 5px 18px rgba(24, 50, 45, .055);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

[data-searchable-product][hidden] { display: none; }

.catalogue .product { align-items: stretch; }

@media (hover: hover) {
  .product:hover {
    transform: translateY(-3px);
    border-color: rgba(29, 81, 69, .2);
    box-shadow: 0 12px 30px rgba(24, 50, 45, .105);
  }
}

.product-media {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  flex: none;
  border-radius: 0;
  background: #f0ecdf;
  color: #718078;
  font-size: 12px;
  letter-spacing: .25px;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

@media (hover: hover) {
  .product:hover .product-media img { transform: scale(1.025); }
}

.product-info {
  display: flex;
  min-width: 0;
  height: 160px;
  flex: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 18px 15px;
}

.product-info h3 {
  display: -webkit-box;
  min-height: 42px;
  max-height: 42px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 2px 0 4px;
  color: #142c27;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.25px;
}

.product-info p {
  display: -webkit-box;
  min-height: 20px;
  max-height: 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.product-category {
  display: inline-block;
  order: -1;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #7a7264;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .75px;
  text-transform: uppercase;
}

.stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  padding: 5px 9px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.product-status {
  display: flex;
  min-height: 26px;
  align-items: center;
  margin-top: auto;
}

.stock-dot {
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 50%;
  background: currentColor;
}

.stock-badge.in-stock { background: #e8f2df; color: #356024; }
.stock-badge.out-of-stock { background: #f8e7df; color: #914a34; }

.not-available {
  background: #f8f5ed;
  opacity: 1;
}

.not-available .product-media img {
  filter: saturate(.65);
  opacity: .78;
}

.product-action {
  display: block;
  width: auto;
  min-width: 0;
  grid-column: auto;
  margin-top: 0;
  padding: 0;
  border-top: 1px solid rgba(29, 81, 69, .1);
  background: rgba(255, 255, 255, .58);
  text-align: left;
}

.product-action > strong,
.product-action .weight-price {
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.35px;
}

.product-action .weight-price small { color: var(--muted); }
.product-controls { min-width: 0; }

.add-to-cart-form:not(.weight-order-form) .small,
.product-action-weight .small {
  border-radius: 7px;
}

.product-action-weight {
  align-items: stretch;
  justify-content: stretch;
}

.product-action-weight .product-controls { width: 100%; }

.product-action-weight .weight-order-form {
  grid-template-columns: minmax(0, 1fr) 48px auto !important;
  grid-template-areas: "price price price" "stepper quantity add" "total total total" !important;
  gap: 9px 7px;
}

.product-action-weight .weight-picker { min-width: 0; }
.product-action-weight .weight-picker-label { padding-inline: 7px; }
.product-action-weight .weight-stepper { flex: 1; }
.product-action-weight .weight-stepper output { flex: 1; min-width: 54px; }
.product-action-weight .weight-total { text-align: left; }

.product-action-weight-unavailable {
  align-items: center;
  justify-content: flex-start;
}

.weight-unavailable-price { margin: 0; }

.cart-quantity {
  padding: 4px 7px;
  border-radius: 5px;
  background: var(--soft-green);
}

@media (min-width: 1100px) {
  .shop-layout-empty .catalogue.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .catalogue-toolbar { grid-template-columns: 1fr 1fr; }
  .catalogue-toolbar .search-box { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .topbar { min-height: 62px; height: auto; }
  .brand { width: 132px; height: 53px; }
  .brand-logo { width: 132px; height: 100px; margin-top: -23px; }
  .catalogue-heading { margin-top: 8px; }
  .catalogue-toolbar { grid-template-columns: 1fr; padding: 13px; }
  .catalogue-toolbar .search-box { grid-column: auto; margin: 0; }
  .catalogue-toolbar .category-navigation select,
  .sort-control { width: 100%; min-width: 0; }
  .product-grid,
  .catalogue .product-grid { grid-template-columns: 1fr; gap: 16px; }
  .product-media { width: 100%; height: auto; }
  .product-action { align-items: center; flex-direction: row; }
  .product-action-weight { align-items: stretch; }
  .product-action-weight .weight-order-form {
    grid-template-columns: minmax(0, 1fr) 48px auto !important;
  }
}

@media (max-width: 390px) {
  .product-action-weight .weight-order-form {
    grid-template-columns: 1fr 48px !important;
    grid-template-areas: "price price" "stepper quantity" "add add" "total total" !important;
  }
  .product-action-weight .small { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .product,
  .product-media img { transition: none; }
  .product:hover,
  .product:hover .product-media img { transform: none; }
}

/* Independently priced product pack options. */
.product-action-variants {
  display: flex;
  flex-direction: column;
  padding-top: 13px;
}

.variant-order-form,
.variant-order-form fieldset {
  width: 100%;
  margin: 0;
}

.product-action .variant-order-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

.variant-order-form fieldset {
  padding: 0;
  border: 0;
}

.variant-order-form legend {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.variant-option { margin: 0; cursor: pointer; }
.variant-option input { position: absolute; width: 1px; height: 1px; margin: -1px; opacity: 0; }

.variant-option span {
  display: grid;
  min-width: 74px;
  gap: 1px;
  padding: 8px 10px;
  border: 1px solid #cbd2c9;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  line-height: 1.15;
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.variant-option b { font-size: 13px; }
.variant-option small { color: var(--muted); font-size: 10px; font-weight: 600; }
.variant-option input:checked + span { border-color: var(--forest); background: var(--soft-green); box-shadow: 0 0 0 2px rgba(29, 81, 69, .14); }
.variant-option input:focus-visible + span { outline: 3px solid #d09a56; outline-offset: 2px; }
.variant-option.sold-out { cursor: not-allowed; }
.variant-option.sold-out span { border-style: dashed; background: #f3f0e9; color: #7e827e; opacity: .72; }

.variant-purchase-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 7px;
  margin-top: auto;
  padding-top: 12px;
}

.variant-purchase-row strong {
  display: flex;
  min-width: 0;
  align-items: center;
  flex: 1 1 auto;
  margin-right: auto;
  font-size: 20px;
  letter-spacing: -.35px;
}

.variant-purchase-row .quantity-picker,
.variant-purchase-row .quantity-picker input,
.variant-purchase-row button { height: 36px; margin: 0; }
.variant-purchase-row .quantity-picker { flex: 0 0 48px; }
.variant-purchase-row .quantity-picker input { width: 48px; padding: 4px 3px; text-align: center; }
.variant-purchase-row button {
  min-width: 92px;
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Every catalogue card uses the same fixed information zones. */
.product-action,
.product-action-variants,
.product-action-weight,
.product-action-weight-unavailable {
  display: block;
  align-items: initial;
  padding: 0;
}

.product-action .product-order-form,
.product-action .product-order-form.weight-order-form,
.product-action .product-order-form.variant-order-form {
  display: flex !important;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: stretch !important;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
}

.product-options-section {
  width: 100%;
  height: 92px;
  min-height: 92px;
  overflow-y: auto;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(29, 81, 69, .1);
  background: rgba(255, 253, 248, .5);
  scrollbar-width: thin;
}

.product-section-label,
.purchase-control-label {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.product-option-chip {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  margin-top: 9px;
  padding: 8px 12px;
  border: 1px solid #cbd2c9;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.product-options-section .weight-picker {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: stretch;
  margin-top: 9px;
}

.product-options-section .weight-stepper {
  width: 100%;
  min-height: 40px;
  border-radius: 8px;
}

.product-options-section .weight-stepper button { height: 38px; }
.product-options-section .weight-stepper output { min-height: 38px; }

.weight-option-row {
  display: flex;
  min-width: 0;
  align-items: stretch;
  gap: 7px;
  margin-top: 9px;
}

.product-options-section .weight-option-row .weight-picker {
  min-width: 116px;
  flex: 1 1 auto;
  margin: 0;
}

.cut-options {
  display: flex;
  min-width: 104px;
  height: 40px;
  flex: 0 0 104px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #bac8bf;
  border-radius: 8px;
  background: #fff;
}

.cut-options label {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 1;
  margin: 0;
  cursor: pointer;
}

.cut-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
}

.cut-options span {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.cut-options label + label span { border-left: 1px solid #d6ddd5; }
.cut-options input:checked + span { background: var(--forest); color: #fff; }
.cut-options input:focus-visible + span { position: relative; z-index: 1; outline: 3px solid #d09a56; outline-offset: -3px; }
.cut-options input:disabled + span { cursor: not-allowed; opacity: .6; }

.cart-cut-options { height: 34px; flex-basis: 104px; }
.cart-line-action form:has(.cart-cut-options) { flex-wrap: wrap; }

.product-purchase-section,
.variant-purchase-row {
  position: relative;
  display: block;
  width: 100%;
  height: 92px;
  min-height: 92px;
  margin: 0;
  padding: 11px 18px 14px;
  background: rgba(255, 255, 255, .58);
}

.product-price-block {
  position: absolute;
  bottom: 14px;
  left: 18px;
  display: flex;
  width: calc(100% - 183px);
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.product-purchase-controls {
  position: absolute;
  right: 18px;
  bottom: 14px;
  display: flex;
  height: 36px;
  flex-flow: row nowrap;
  align-items: stretch;
  gap: 7px;
}

.product-purchase-controls .purchase-control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.product-price-block > strong,
.variant-purchase-row .product-price-block > strong {
  display: flex;
  min-width: 0;
  flex: none;
  align-items: baseline;
  margin: 3px 0 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.35px;
  white-space: nowrap;
}

.product-price-block .weight-price small {
  margin-left: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.product-price-block > .weight-price {
  font-size: 17px;
  line-height: 1.1;
  white-space: normal;
}

.product-price-block .weight-total {
  width: auto !important;
  margin-top: 3px;
  color: var(--forest);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.product-price-block .cart-quantity {
  max-width: 100%;
  margin-top: 3px;
  overflow: hidden;
  padding: 2px 5px;
  font-size: 10px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-purchase-section .quantity-picker {
  display: block;
  width: 48px;
  height: 36px !important;
  flex: none;
  margin: 0;
}

.product-purchase-section .quantity-picker input {
  width: 48px;
  height: 36px;
  min-height: 36px;
  margin: 0;
  padding: 4px 3px;
  text-align: center;
}

.product-purchase-section button.small,
.product-action-weight .product-purchase-section button.small {
  width: 92px;
  min-width: 92px;
  height: 36px;
  align-self: stretch;
  margin: 0;
  padding-inline: 8px;
  white-space: nowrap;
}

.product-purchase-section button:disabled {
  cursor: not-allowed;
  background: #d9ded8;
  color: #6f7973;
}

.variant-order-form .product-options-section {
  padding: 14px 18px;
  border: 0;
  border-bottom: 1px solid rgba(29, 81, 69, .1);
}

.variant-order-form legend {
  padding: 0;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .55px;
}

@media (max-width: 390px) {
  .product-purchase-section,
  .variant-purchase-row {
    padding-inline: 14px;
  }
  .product-price-block { left: 14px; width: calc(100% - 169px); }
  .product-purchase-controls { right: 14px; }
  .product-purchase-section .quantity-picker,
  .product-purchase-section .quantity-picker input { width: 44px; }
  .product-purchase-section button.small,
  .product-action-weight .product-purchase-section button.small { width: 86px; min-width: 86px; }
}

.variant-settings {
  margin: 4px 0 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf6;
}

.variant-settings-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.variant-settings-heading h3 { margin: 0 0 2px; }
.variant-settings-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.variant-settings-heading button { flex: none; margin: 0; }
.variant-editor { display: grid; gap: 9px; }

.variant-row {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) 100px 100px auto;
  align-items: end;
  gap: 8px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
}

.variant-row:last-child { padding-bottom: 0; border-bottom: 0; }
.variant-row label { margin: 0; font-size: 11px; }
.variant-row input { margin-top: 4px; }
.variant-row button { height: 39px; margin: 0; }
.line-variant-label { display: inline-block; margin-left: 4px; color: var(--terracotta); font-size: 12px; }

@media (max-width: 680px) {
  .variant-row { grid-template-columns: 1fr 1fr; }
  .variant-row label:first-of-type { grid-column: 1 / -1; }
  .variant-row button { width: max-content; }
}

/* Live shop updates, positioned immediately below the primary header. */
.shop-notification-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid rgba(216, 237, 101, .22);
  background: var(--forest);
  color: #fff;
  box-shadow: 0 3px 12px rgba(24, 50, 45, .12);
  font-size: 12px;
}

.shop-notification-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px 0 max(5vw, 28px);
  background: #173f36;
  color: var(--lime);
  font-weight: 800;
  letter-spacing: .55px;
  text-transform: uppercase;
  white-space: nowrap;
}

.shop-notification-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(216, 237, 101, .14);
}

.shop-notification-viewport { min-width: 0; overflow: hidden; }

.shop-notification-track {
  display: flex;
  width: max-content;
  min-height: 40px;
  align-items: center;
  will-change: transform;
  animation: shop-notification-scroll 34s linear infinite;
}

.shop-notification-bar:hover .shop-notification-track { animation-play-state: paused; }

.shop-notification-group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 18px;
  padding-right: 52px;
  white-space: nowrap;
}

.shop-notification-item strong { color: var(--lime); text-transform: uppercase; }
.shop-notification-separator { color: var(--terracotta); font-size: 8px; }

@keyframes shop-notification-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 680px) {
  .shop-notification-label { padding-inline: 14px; font-size: 10px; }
  .shop-notification-track { animation-duration: 28s; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-notification-track { width: 100%; animation: none; will-change: auto; }
  .shop-notification-group { width: 100%; overflow-x: auto; padding: 0 18px; }
  .shop-notification-group[aria-hidden="true"] { display: none; }
}

/* Always-visible entry points for open order sessions on the catalogue. */
.active-session-launchers {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  display: flex;
  max-height: calc(100vh - 16px);
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 4px;
}

.active-session-launcher {
  display: flex;
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 3px solid var(--lime);
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  box-shadow: 0 10px 28px rgba(24, 50, 45, .25);
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.active-session-launcher:hover {
  background: #133e35;
  box-shadow: 0 14px 34px rgba(24, 50, 45, .3);
  text-decoration: none;
  transform: translateY(-3px);
}

.active-session-launcher-kicker {
  color: var(--lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .7px;
  line-height: 1.2;
  text-transform: uppercase;
}

.active-session-launcher-title {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 5px;
  overflow-wrap: anywhere;
  font: 700 14px/1.1 Fraunces, serif;
}

.active-session-launcher-arrow {
  margin-top: 4px;
  color: var(--lime);
  font-size: 17px;
  line-height: 1;
}

@media (max-width: 680px) {
  .active-session-launcher { width: 102px; height: 102px; flex-basis: 102px; padding: 12px; }
  .active-session-launcher-title { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .active-session-launcher { transition: none; }
  .active-session-launcher:hover { transform: none; }
}

/* Persistent context and escape route while a customer shops an order session. */
.session-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid rgba(29, 81, 69, .2);
  border-left: 5px solid var(--terracotta);
  border-radius: 10px;
  background: var(--soft-green);
  box-shadow: 0 4px 16px rgba(24, 50, 45, .06);
}

.session-context-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.session-context-label {
  color: var(--terracotta);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .65px;
  text-transform: uppercase;
}

.session-context-copy strong {
  overflow-wrap: anywhere;
  font: 700 18px/1.25 Fraunces, serif;
}

.session-context-exit {
  flex: none;
  border: 1px solid var(--forest);
  background: var(--paper);
  color: var(--forest);
}

.session-context-exit:hover {
  background: #fff;
  color: #133e35;
}

@media (max-width: 560px) {
  .session-context { align-items: stretch; flex-direction: column; gap: 11px; }
  .session-context-exit { width: 100%; text-align: center; }
}

/* Exclusive collection appointment configuration and checkout. */
.collection-schedule-config { margin: 26px 0; padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: #f8faf5; }
.collection-schedule-config h2 { margin: 0 0 6px; }
.collection-schedule-config > p { margin: 0 0 17px; }
.collection-schedule-inputs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.collection-schedule-inputs label { margin: 0; }
.collection-blockout { margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--line); }
.collection-blockout > p { margin: 3px 0 11px; }
.collection-blockout-slots { display: flex; flex-wrap: wrap; gap: 7px; }
.collection-blockout-option { margin: 0; cursor: pointer; }
.collection-blockout-option input { position: absolute; width: 1px; height: 1px; margin: -1px; opacity: 0; }
.collection-blockout-option span { display: block; padding: 7px 10px; border: 1px solid #bac8bf; border-radius: 7px; background: #fff; color: var(--forest); font-size: 12px; font-weight: 700; }
.collection-blockout-option input:checked + span { border-color: #d8a39a; background: #fff1ef; color: var(--red); text-decoration: line-through; }
.collection-blockout-option input:focus-visible + span { outline: 3px solid #d09a56; outline-offset: 2px; }
.collection-slot-panel .order-queue-heading > div > h2 { margin-bottom: 3px; }
.collection-slot-panel .order-queue-heading p { margin: 0; }
.admin-collection-slots { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 9px; margin-top: 18px; }
.admin-collection-slot { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fafbf8; }
.admin-collection-slot > div { display: grid; min-width: 0; }
.admin-collection-slot small { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.admin-collection-slot form, .admin-collection-slot button { flex: none; margin: 0; }
.admin-collection-slot.reserved { border-color: #b9d99d; background: #eff8e8; }
.admin-collection-slot.blocked { border-color: #e7bbb7; background: #fff1ef; }
.legacy-collection-schedule { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(120px, 1fr)) auto; align-items: end; gap: 10px; }
.legacy-collection-schedule > p { grid-column: 1 / -1; margin: 0; }
.legacy-collection-schedule label, .legacy-collection-schedule button { margin: 0; }
.collection-details label { margin: 8px 0 0; }
.collection-details select { margin-top: 4px; }
.collection-slots-unavailable { margin: 8px 0 0; color: var(--red); font-size: 12px; font-weight: 700; }

@media (max-width: 680px) {
  .collection-schedule-inputs { grid-template-columns: 1fr; }
  .collection-slot-panel .order-queue-heading { align-items: flex-start; flex-direction: column; }
  .legacy-collection-schedule { grid-template-columns: 1fr; }
  .legacy-collection-schedule > p { grid-column: auto; }
}

/* Persistent help footer and stateless contact form. */
body { padding-bottom: 58px; }

.site-footer {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-top: 1px solid rgba(29, 81, 69, .14);
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 -5px 20px rgba(24, 50, 45, .06);
  backdrop-filter: blur(10px);
}

.site-footer nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.site-footer-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin: 0;
  padding: 7px 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--forest);
  font: 700 13px 'DM Sans', sans-serif;
  text-decoration: none;
}

.site-footer-link:hover { background: var(--soft-green); text-decoration: none; }

.contact-dialog {
  width: min(520px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 0;
  border: 1px solid rgba(29, 81, 69, .16);
  border-radius: 14px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(24, 50, 45, .24);
}

.contact-dialog::backdrop { background: rgba(16, 37, 33, .58); backdrop-filter: blur(2px); }
.contact-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 24px 26px 0; }
.contact-dialog-head h2 { margin: 3px 0 0; }
.contact-dialog > p { margin: 8px 26px 0; color: var(--muted); }
.contact-dialog-close { width: 36px; height: 36px; margin: 0; padding: 0; border-radius: 50%; background: #edf1ec; color: var(--forest); font-size: 23px; line-height: 1; }
.contact-dialog-close:hover { background: #dfe8df; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; padding: 22px 26px 26px; }
.contact-form label { margin-bottom: 14px; }
.contact-form label:nth-of-type(3),
.contact-form label:nth-of-type(4) { grid-column: 1 / -1; }
.contact-form textarea { min-height: 120px; }
.contact-form-actions { display: flex; grid-column: 1 / -1; align-items: center; justify-content: flex-end; gap: 9px; }
.contact-form-actions button { margin: 0; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.help-page { max-width: 980px; }
.help-page-head { max-width: 740px; }
.help-contents { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 26px; }
.help-contents a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 99px; background: var(--paper); font-size: 12px; }
.help-contents a:hover { background: var(--soft-green); text-decoration: none; }
.help-sections { display: grid; gap: 14px; }
.help-section { display: grid; grid-template-columns: 45px minmax(0, 1fr); gap: 18px; scroll-margin-top: 24px; }
.help-section h2 { margin: 0 0 9px; }
.help-section p { margin: 0 0 10px; color: var(--muted); }
.help-section p:last-child { margin-bottom: 0; }
.help-section ol { margin: 0; padding-left: 20px; color: var(--muted); }
.help-section li { margin-bottom: 7px; padding-left: 3px; }
.help-step { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; background: var(--forest); color: #fff; font-size: 12px; font-weight: 800; }

/* Group fulfilment and customer payment settings without changing their shared form controls. */
.form-narrow > h2:first-child { margin-top: 0; }
.settings-section { margin: 26px 0 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.settings-section h2 { margin: 0 0 6px; }
.settings-section > p { margin: 0 0 18px; }

@media (max-width: 560px) {
  body { padding-bottom: 56px; }
  .contact-form { grid-template-columns: 1fr; padding-inline: 20px; }
  .contact-form label { grid-column: 1; }
  .contact-dialog-head { padding-inline: 20px; }
  .contact-dialog > p { margin-inline: 20px; }
  .help-section { grid-template-columns: 1fr; gap: 10px; padding: 19px; }
}
