:root{--ink:#171512;--cream:#f4f0e7;--paper:#fffdfa;--gold:#d7aa54;--orange:#e4572e;--muted:#706b62;--line:rgba(23,21,18,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 "DM Sans",sans-serif}button,input,select{font:inherit}button,a{color:inherit}button{cursor:pointer}a{text-decoration:none}img{display:block}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:white;padding:.7rem 1rem;z-index:100}.order-notice{height:36px;background:var(--ink);color:#fff;display:flex;justify-content:center;align-items:center;gap:1rem;font-size:.75rem}.order-notice span:first-child{color:var(--gold)}.order-notice span:nth-child(2){opacity:.35}.order-header{height:88px;padding:0 clamp(1.2rem,4vw,4rem);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);background:rgba(255,253,250,.95);backdrop-filter:blur(14px);position:sticky;top:0;z-index:30}.back-link{justify-self:start;font-weight:600;font-size:.86rem;display:flex;gap:.7rem}.back-link:hover span{transform:translateX(-3px)}.back-link span{transition:.2s}.order-logo{width:72px;height:70px}.order-logo img{width:100%;height:100%;object-fit:contain}.basket-trigger{justify-self:end;border:1px solid var(--ink);background:var(--ink);color:white;padding:.7rem .8rem .7rem 1rem;display:flex;align-items:center;gap:1rem;font-weight:700;font-size:.82rem}.basket-count{background:var(--gold);color:var(--ink);border-radius:50%;min-width:28px;height:28px;display:grid;place-items:center}.order-intro{display:flex;justify-content:space-between;align-items:end;padding:clamp(2.8rem,4vw,4rem) clamp(1.2rem,4vw,4rem);background:var(--cream);border-bottom:1px solid var(--line)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.68rem;font-weight:700;margin:0 0 1.1rem;color:#9a6e20}.order-intro h1{font:500 clamp(4rem,7vw,7rem)/.84 "Fraunces",serif;letter-spacing:-.05em;margin:0}.order-intro h1 em{color:var(--gold)}.order-promise{border-left:1px solid var(--line);padding-left:2rem;min-width:360px}.order-promise p{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#9a6e20;margin:0}.order-promise strong{font:500 1.6rem "Fraunces";display:block;margin:.3rem 0}.order-promise span{color:var(--muted);font-size:.8rem}.menu-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px}.menu-main{min-width:0;padding-bottom:7rem}.category-wrap{border-bottom:1px solid var(--line);position:sticky;top:88px;z-index:20;background:rgba(255,253,250,.96);backdrop-filter:blur(12px)}.category-tabs{display:flex;overflow-x:auto;padding:0 clamp(1.2rem,4vw,4rem);scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tab{border:0;background:transparent;padding:1.3rem 1.05rem 1.15rem;white-space:nowrap;color:var(--muted);position:relative;font-size:.84rem;font-weight:600}.category-tab:first-child{padding-left:0;margin-right:.25rem}.category-tab.active{color:var(--ink)}.category-tab.active:after{content:"";position:absolute;left:1rem;right:1rem;bottom:0;height:3px;background:var(--gold)}.category-tab:first-child.active:after{left:0}.category-tab sup{font-size:.55rem;margin-left:.25rem;color:#9a6e20}.filterbar{margin:2rem clamp(1.2rem,4vw,4rem);padding-bottom:2rem;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem}.searchbox{width:min(480px,50%);height:48px;border:1px solid var(--line);display:flex;align-items:center;padding:0 1rem;gap:.7rem;background:white}.searchbox input{border:0;outline:0;background:none;flex:1;min-width:0}.searchbox kbd{font-size:.62rem;color:var(--muted);border:1px solid var(--line);padding:.15rem .35rem}.filter-actions{display:flex;align-items:center;gap:1.4rem}.vega-toggle{display:flex;align-items:center;gap:.6rem;font-size:.82rem;font-weight:600;white-space:nowrap;cursor:pointer}.vega-toggle input{position:absolute;opacity:0}.vega-toggle span{width:38px;height:22px;background:#ddd7ca;border-radius:20px;position:relative;transition:.2s}.vega-toggle span:after{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;border-radius:50%;background:white;transition:.2s}.vega-toggle input:checked+span{background:#347755}.vega-toggle input:checked+span:after{transform:translateX(16px)}.sort-label{font-size:.72rem;color:var(--muted);display:flex;align-items:center;gap:.5rem}.sort-label select{border:0;background:transparent;color:var(--ink);font-weight:600;outline:0}.results-head{padding:1rem clamp(1.2rem,4vw,4rem) 2rem;display:flex;justify-content:space-between;align-items:end}.results-head h2{font:500 clamp(2.8rem,4vw,4.5rem)/.9 "Fraunces";margin:0;letter-spacing:-.04em}.results-head>span{font-size:.75rem;color:var(--muted)}.product-grid{padding:0 clamp(1.2rem,4vw,4rem);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.product-card{border:1px solid var(--line);background:white;display:flex;flex-direction:column;min-width:0;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(23,21,18,.08)}.product-photo{aspect-ratio:1.28;overflow:hidden;background:var(--cream);position:relative}.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover img{transform:scale(1.035)}.product-badge{position:absolute;top:.7rem;left:.7rem;background:var(--cream);padding:.35rem .55rem;font-size:.58rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.product-badge.vega{background:#347755;color:#fff}.product-info{padding:1rem;display:flex;flex-direction:column;flex:1}.product-meta{font-size:.62rem;color:#9a6e20;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.product-info h3{font:500 1.55rem/1 "Fraunces";margin:.45rem 0}.product-description{font-size:.76rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.3rem;margin:0 0 1.1rem}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-price{font-weight:700}.add-button{width:38px;height:38px;border-radius:50%;border:1px solid var(--ink);background:var(--ink);color:white;font-size:1.2rem;display:grid;place-items:center;transition:.2s}.add-button:hover{background:var(--gold);color:var(--ink);border-color:var(--gold);transform:rotate(90deg)}.empty-state{text-align:center;margin:3rem 1rem;padding:5rem 1rem;background:var(--cream)}.empty-state span{font-size:2rem}.empty-state h3{font:500 2.2rem "Fraunces";margin:.6rem 0}.empty-state p{color:var(--muted)}.empty-state button,.load-more{border:1px solid var(--ink);background:transparent;padding:.8rem 1rem;font-weight:700}.load-more{display:block;margin:2.5rem auto 0;min-width:180px}.basket{border-left:1px solid var(--line);position:sticky;top:88px;height:calc(100vh - 88px);background:var(--cream);padding:2rem 1.5rem;display:flex;flex-direction:column;overflow:auto}.basket-head{display:flex;justify-content:space-between}.basket-head h2{font:500 2.2rem "Fraunces";margin:0}.basket-close{display:none;border:0;background:none;font-size:1.8rem}.basket-empty{text-align:center;margin:auto}.bag-icon{width:56px;height:56px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;margin:0 auto}.basket-empty h3{font:500 1.4rem "Fraunces";margin:1rem 0 .3rem}.basket-empty p{color:var(--muted);font-size:.8rem}.basket-items{margin:1.5rem 0}.basket-item{display:grid;grid-template-columns:56px 1fr auto;gap:.7rem;padding:1rem 0;border-bottom:1px solid var(--line);align-items:center}.basket-item img{width:56px;height:56px;object-fit:cover}.basket-item h3{font:600 .82rem/1.25 "DM Sans";margin:0 0 .35rem}.basket-item p{font-size:.75rem;margin:0;color:var(--muted)}.quantity{display:flex;align-items:center;border:1px solid var(--line);background:white}.quantity button{border:0;background:none;width:24px;height:28px}.quantity span{font-size:.72rem}.remove-item{grid-column:3;border:0;background:none;font-size:.68rem;color:var(--muted);padding:0;text-decoration:underline}.basket-footer{margin-top:auto;border-top:1px solid var(--line);padding-top:1.2rem}.subtotal{display:flex;justify-content:space-between;font-size:1rem}.subtotal strong{font:500 1.5rem "Fraunces"}.basket-footer>p{font-size:.67rem;color:var(--muted)}.checkout-button,.button-dark{width:100%;border:0;background:var(--ink);color:white;padding:1rem;display:flex;justify-content:space-between;font-weight:700}.basket-scrim{display:none}.added-toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%,30px);background:var(--ink);color:white;padding:.8rem 1.2rem;font-size:.8rem;opacity:0;pointer-events:none;transition:.3s;z-index:60}.added-toast.show{opacity:1;transform:translate(-50%,0)}.checkout-dialog{border:0;padding:clamp(2rem,5vw,4rem);max-width:560px;width:calc(100% - 2rem);box-shadow:0 30px 100px rgba(0,0,0,.25)}.checkout-dialog::backdrop{background:rgba(23,21,18,.65);backdrop-filter:blur(5px)}.checkout-dialog h2{font:500 3rem/1 "Fraunces";margin:.6rem 0 1rem}.checkout-dialog>p:not(.eyebrow){color:var(--muted)}.dialog-close{position:absolute;right:1rem;top:1rem;border:0;background:none;font-size:2rem}.dialog-summary{background:var(--cream);padding:1rem;margin:1.4rem 0;font-size:.85rem}.dialog-summary strong{display:block;font:500 1.7rem "Fraunces"}.dialog-close-action{justify-content:center}
@media(max-width:1180px){.menu-shell{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.basket{position:fixed;right:0;top:0;height:100vh;width:min(400px,92vw);z-index:50;transform:translateX(105%);transition:.35s;box-shadow:-25px 0 80px rgba(0,0,0,.15)}.basket.open{transform:none}.basket-close{display:block}.basket-scrim{position:fixed;inset:0;background:rgba(23,21,18,.45);z-index:40}.basket-scrim.open{display:block}}
@media(max-width:820px){.order-intro{align-items:flex-start;flex-direction:column;gap:2.5rem}.order-promise{border-left:0;border-top:1px solid var(--line);padding:1.5rem 0 0;min-width:0;width:100%}.filterbar{align-items:stretch;flex-direction:column}.searchbox{width:100%}.filter-actions{justify-content:space-between}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.order-notice span:nth-child(2),.order-notice span:nth-child(3){display:none}.order-header{height:75px;padding:0 1rem}.order-logo{width:58px;height:58px}.back-link{font-size:0}.back-link span{font-size:1rem}.basket-trigger span{display:none}.basket-trigger{padding:.5rem}.order-intro{padding:3.5rem 1rem}.order-intro h1{font-size:4rem}.category-wrap{top:75px}.category-tabs{padding:0 1rem}.filterbar,.results-head,.product-grid{margin-left:0;margin-right:0;padding-left:1rem;padding-right:1rem}.product-grid{grid-template-columns:1fr;gap:1rem}.product-photo{aspect-ratio:1.5}.filter-actions{align-items:flex-start;flex-direction:column}.sort-label{width:100%;justify-content:space-between}.sort-label select{max-width:190px}.searchbox kbd{display:none}}

/* Compact mobile menu: scan several products without excessive scrolling. */
@media(max-width:520px){
  .filterbar{margin-top:1.15rem;margin-bottom:1rem;padding-bottom:1.15rem}
  .results-head{padding-top:.6rem;padding-bottom:1.15rem;align-items:center}
  .results-head h2{font-size:2.65rem}
  .product-grid{gap:.65rem}
  .product-card{display:grid;grid-template-columns:30% minmax(0,70%);min-height:142px;overflow:hidden}
  .product-photo{aspect-ratio:auto;height:100%;min-height:142px}
  .product-photo img{height:100%;object-fit:cover}
  .product-badge{top:.45rem;left:.45rem;max-width:calc(100% - .9rem);padding:.25rem .35rem;font-size:.48rem;line-height:1.2}
  .product-info{padding:.75rem .8rem}
  .product-meta{font-size:.55rem}
  .product-info h3{font-size:1.3rem;line-height:1.05;margin:.3rem 0}
  .product-description{font-size:.68rem;line-height:1.35;min-height:0;margin:0 0 .55rem;-webkit-line-clamp:2}
  .product-price{font-size:.82rem}
  .add-button{width:32px;height:32px;font-size:1rem}
  .product-card:hover{transform:none;box-shadow:none}
}
