:root{--ink:#12120f;--paper:#f2eee5;--white:#fff;--muted:#6e6b63;--line:rgba(18,18,15,.18);font-family:DM Sans,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper);font-size:16px}body.cart-open{overflow:hidden}a{color:inherit;text-decoration:none}button,select{font:inherit}.event-ribbon{height:36px;padding:0 3vw;background:#050505;color:#fff;display:flex;align-items:center;justify-content:center;gap:2rem;text-transform:uppercase;font-size:.72rem;letter-spacing:.16em}.event-ribbon a{color:#cfcfcf;border-left:1px solid #555;padding-left:2rem}.site-header{height:94px;padding:0 3vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);position:relative;z-index:20}.wordmark{font-weight:600;line-height:.8;letter-spacing:-.08em;font-size:1.25rem}.site-header nav{display:flex;gap:2.4rem}.site-header nav a,.bag-button,.nav-toggle{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.site-header nav a{padding:.75rem 0;border-bottom:1px solid transparent}.site-header nav a:hover{border-color:var(--ink)}.bag-button{justify-self:end;border:0;background:none;padding:.8rem 0;cursor:pointer}.bag-count{display:inline-grid;place-items:center;margin-left:.4rem;width:1.65rem;height:1.65rem;background:var(--ink);color:#fff;border-radius:50%}.nav-toggle{display:none;background:none;border:0}.hero{min-height:calc(100vh - 130px);display:grid;grid-template-columns:1fr 44%;grid-template-rows:1fr auto;position:relative;padding-left:7vw;border-bottom:1px solid var(--line)}.hero-copy{align-self:center;padding:5rem 4rem 5rem 0;z-index:1}.kicker,.section-no{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:600}.hero h1,.manifesto h2,.catalog h2,.order-callout h2,.sandwich-story h2,.workshop h2,.location h2{font-family:"Instrument Serif",serif;font-weight:400;letter-spacing:-.05em;margin:0;line-height:.81}.hero h1{font-size:clamp(7rem,14vw,13.5rem);text-transform:uppercase}.hero h1 em,.manifesto em,.order-callout em,.sandwich-story em,.workshop em,.location em{font-weight:400;text-transform:none}.intro{max-width:25rem;font-size:1.1rem;line-height:1.6;margin:2rem 0 2.5rem}.hero-actions{display:flex;gap:2rem;align-items:center}.button{display:inline-block;border:1px solid currentColor;padding:1rem 1.5rem;text-transform:uppercase;letter-spacing:.11em;font-size:.75rem;font-weight:600;cursor:pointer}.button.dark{background:var(--ink);color:#fff}.button.light{background:#fff;color:var(--ink);border-color:#fff}.text-link{border-bottom:1px solid;display:inline-flex;gap:1.5rem;padding:.4rem 0;font-size:.86rem}.hero-image{margin:0;grid-column:2;grid-row:1 / span 2;position:relative;overflow:hidden}.hero-image img,.sandwich-story img,.product-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-image figcaption{position:absolute;bottom:2rem;right:2rem;color:#fff;text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;text-align:right}.hours-card{grid-column:1;display:flex;align-items:center;gap:1rem;border-top:1px solid var(--line);padding:1.4rem 4rem 1.4rem 0}.hours-card div{display:flex;gap:.7rem}.hours-card strong,.hours-card span,.hours-card a{font-size:.78rem}.hours-card div span{color:var(--muted)}.hours-card a{margin-left:auto;text-decoration:underline}.status-dot{width:.55rem;height:.55rem;background:#3f7d43;border-radius:50%;flex:0 0 auto}.status-dot.closed{background:#a44538}.manifesto{padding:12rem 7vw;display:grid;grid-template-columns:1fr 2.4fr 1fr;gap:4vw;align-items:end}.manifesto h2{font-size:clamp(5rem,10vw,10rem)}.manifesto>p:last-child{line-height:1.7;color:var(--muted);margin:0}.catalog{padding:8rem 3vw 10rem;background:#fff}.catalog-head{display:flex;justify-content:space-between;align-items:end;margin:0 4vw 4rem}.catalog h2{font-size:clamp(4rem,7vw,7rem)}.filters{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}.filters button{border:1px solid #bbb;background:transparent;padding:.65rem 1rem;border-radius:2rem;font-size:.75rem;cursor:pointer}.filters button.active,.filters button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem 1.25rem}.product-card{animation:rise .5s both;animation-delay:var(--delay)}@keyframes rise{0%{opacity:0;transform:translateY(15px)}}.product-card:nth-child(2),.product-card:nth-child(5){transform:translateY(3rem)}.product-image{height:clamp(20rem,37vw,34rem);position:relative;overflow:hidden;background:#ddd}.product-image img{transition:transform .7s ease}.product-card:hover img{transform:scale(1.035)}.product-image button{position:absolute;bottom:1rem;right:1rem;width:3.25rem;height:3.25rem;border:0;border-radius:50%;background:#fff;font-size:1.5rem;cursor:pointer;transition:.2s}.product-image button:hover{background:var(--ink);color:#fff}.product-meta{display:flex;justify-content:space-between;gap:1rem;padding:1.25rem 0;border-bottom:1px solid #ddd}.product-meta h3{font-family:"Instrument Serif",serif;font-size:1.65rem;font-weight:400;margin:0}.product-meta p{font-size:.78rem;color:var(--muted);margin:.25rem 0}.product-meta strong{font-size:.85rem;white-space:nowrap}.order-callout{padding:10rem 7vw;background:var(--ink);color:#fff;display:grid;grid-template-columns:2fr 1fr;gap:7vw;align-items:end}.section-no.light{color:#aaa}.order-callout h2{font-size:clamp(5rem,10vw,10rem)}.order-callout>div:last-child p{color:#bbb;line-height:1.7;margin:0 0 2rem}.sandwich-story{padding:10rem 7vw;display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center}.sandwich-story figure{margin:0;height:45rem}.sandwich-story h2,.location h2{font-size:clamp(5rem,9vw,9rem)}.sandwich-story>div>p:not(.section-no){max-width:28rem;line-height:1.8;color:var(--muted);margin:2rem 0}.workshop{margin:0 3vw;padding:9rem 7vw;background:#24231f;color:#fff;position:relative;overflow:hidden}.workshop:after{content:"BAKE";font-family:"Instrument Serif",serif;font-size:28vw;position:absolute;right:-3vw;bottom:-13vw;color:#ffffff09;pointer-events:none}.workshop h2{font-size:clamp(5rem,10vw,10rem)}.workshop p:not(.section-no){max-width:30rem;line-height:1.7;color:#bbb;margin:2rem 0}.location{padding:12rem 7vw;display:grid;grid-template-columns:1.4fr 1fr;gap:10vw}.location .button{margin-top:3rem}.details{align-self:end}.details>div{display:grid;grid-template-columns:10rem 1fr;padding:1.5rem 0;border-top:1px solid var(--line)}.details span{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em}.details p{margin:0;line-height:1.7;color:var(--muted)}footer{background:var(--ink);color:#fff;padding:4rem 3vw;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end}footer p{margin:0;color:#999;text-transform:uppercase;letter-spacing:.12em;font-size:.67rem}footer p:last-child{text-align:right}.footer-mark{font-family:"Instrument Serif",serif;font-size:3rem}.cart-backdrop{position:fixed;inset:0;background:#0000008c;opacity:0;visibility:hidden;transition:.3s;z-index:50}.cart{position:fixed;right:0;top:0;bottom:0;width:min(32rem,100%);padding:2rem;background:#faf8f2;z-index:51;transform:translate(100%);transition:transform .35s ease;display:flex;flex-direction:column}.cart-open .cart{transform:none}.cart-open .cart-backdrop{opacity:1;visibility:visible}.cart-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:1.5rem}.cart-head h2{font-family:"Instrument Serif",serif;font-size:2.5rem;font-weight:400;margin:0}.cart-head button{font-size:2rem;border:0;background:none;cursor:pointer}.cart-items{overflow:auto}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:1.3rem 0;border-bottom:1px solid var(--line)}.cart-item div:first-child{display:flex;flex-direction:column;gap:.35rem}.cart-item span{font-size:.8rem;color:var(--muted)}.quantity{display:flex;align-items:center;gap:.8rem}.quantity button{border:1px solid var(--line);background:transparent;width:2rem;height:2rem;cursor:pointer}.cart-empty{text-align:center;margin:auto}.cart-empty span,.smallprint{color:var(--muted);font-size:.75rem}.checkout-form{margin-top:auto;border-top:1px solid var(--line);padding-top:1rem}.checkout-form.disabled{opacity:.45;pointer-events:none}.checkout-form label{display:grid;grid-template-columns:1fr 1.5fr;align-items:center;font-size:.8rem;margin:.6rem 0}.checkout-form select{padding:.75rem;border:1px solid var(--line);background:#fff}.total{display:flex;justify-content:space-between;font-size:1.15rem;padding:1.25rem 0}.checkout-button{width:100%}.smallprint{text-align:center;line-height:1.5}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%,2rem);background:var(--ink);color:#fff;padding:.8rem 1.2rem;z-index:70;opacity:0;transition:.25s;font-size:.8rem}.toast.show{opacity:1;transform:translate(-50%)}@media(max-width:900px){.site-header{grid-template-columns:1fr auto auto;gap:1rem;height:78px}.nav-toggle{display:block}.site-header nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:2rem 5vw;flex-direction:column;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.hero{min-height:auto;grid-template-columns:1fr;padding:0}.hero-copy{padding:6rem 5vw 4rem}.hero h1{font-size:clamp(6rem,24vw,11rem)}.hero-image{grid-column:1;grid-row:auto;height:70vh}.hours-card{grid-column:1;padding:1.25rem 5vw}.manifesto{padding:8rem 5vw;grid-template-columns:1fr}.manifesto>p:last-child{max-width:28rem}.catalog{padding:6rem 5vw 8rem}.catalog-head{margin:0 0 3rem;display:block}.filters{justify-content:flex-start;margin-top:2rem}.product-grid{grid-template-columns:1fr 1fr}.product-card:nth-child(2),.product-card:nth-child(5){transform:none}.order-callout{grid-template-columns:1fr;padding:8rem 5vw}.sandwich-story{padding:8rem 5vw;gap:5vw}.sandwich-story figure{height:34rem}.location{padding:8rem 5vw;grid-template-columns:1fr}.details{margin-top:3rem}}@media(max-width:600px){.event-ribbon{justify-content:space-between;padding:0 4vw;gap:.5rem;font-size:.6rem}.event-ribbon a{padding-left:.75rem}.wordmark{font-size:1rem}.bag-button{font-size:0}.bag-count{font-size:.75rem;margin:0}.hero-copy{padding-top:4rem}.hero-actions{align-items:flex-start;flex-direction:column}.hero-image{height:60vh}.hours-card div{flex-direction:column;gap:.2rem}.manifesto{padding:7rem 5vw}.manifesto h2,.catalog h2,.order-callout h2,.sandwich-story h2,.workshop h2,.location h2{font-size:4.25rem}.product-grid{grid-template-columns:1fr;gap:3rem}.product-image{height:30rem}.order-callout{padding:7rem 5vw}.sandwich-story{grid-template-columns:1fr;padding:6rem 5vw}.sandwich-story figure{height:32rem}.workshop{margin:0;padding:7rem 5vw}.location{padding:7rem 5vw}.details>div{grid-template-columns:1fr;gap:.65rem}footer{grid-template-columns:1fr;gap:2rem}footer p:last-child{text-align:left}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.catalog-head{position:sticky;top:0;z-index:12;margin:0 0 4rem;padding:1.25rem 4vw;background:#fffffff0;border-bottom:1px solid rgba(18,18,15,.12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.catalog-head h2{font-size:clamp(2.5rem,4vw,4.5rem)}.filters{max-width:48rem}.product-badge{position:absolute;top:1rem;left:1rem;background:var(--ink);color:#fff;padding:.45rem .65rem;font-size:.62rem;letter-spacing:.13em;z-index:1}.back-to-top{position:fixed;right:1.5rem;bottom:1.5rem;z-index:40;border:1px solid var(--ink);background:var(--paper);color:var(--ink);padding:.9rem 1rem;text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(1rem);transition:opacity .2s,transform .2s,visibility .2s}.back-to-top span{margin-left:.75rem;font-size:1rem}.back-to-top.visible{opacity:1;visibility:visible;transform:none}@media(max-width:900px){.catalog-head{margin:0 -5vw 3rem;padding:1rem 5vw}.catalog-head h2{font-size:2.5rem}.filters{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:.15rem 0;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filters button{flex:0 0 auto}}.event-ribbon button{color:#cfcfcf;border:0;border-left:1px solid #555;padding:.2rem 0 .2rem 2rem;background:none;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;cursor:pointer}.event-modal{width:min(44rem,calc(100% - 2rem));max-height:calc(100dvh - 2rem);padding:clamp(2rem,6vw,5rem);border:0;background:var(--paper);color:var(--ink);overflow:auto}.event-modal::backdrop{background:#0a0a08b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-close{position:absolute;right:1.25rem;top:1rem;border:0;background:none;font-size:2rem;cursor:pointer}.modal-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;font-weight:600}.event-modal h2{font-family:"Instrument Serif",serif;font-size:clamp(3.8rem,8vw,6.5rem);font-weight:400;line-height:.84;letter-spacing:-.04em;margin:1.2rem 0 2rem}.event-modal h2 em{font-weight:400}.modal-intro{max-width:35rem;line-height:1.7;color:var(--muted)}.event-details{margin:2rem 0}.event-details div{display:grid;grid-template-columns:8rem 1fr;gap:1rem;padding:.85rem 0;border-top:1px solid var(--line)}.event-details dt{text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.event-details dd{margin:0}.event-checkout{display:flex;align-items:end;gap:1rem;margin-top:2rem}.event-checkout label{display:grid;gap:.45rem;font-size:.75rem}.event-checkout select{min-height:3.15rem;padding:0 1rem;border:1px solid var(--line);background:#fff}.refund-note{font-size:.74rem;line-height:1.6;color:var(--muted);margin-top:1.5rem}.button:disabled{opacity:.55;cursor:wait}@media(max-width:600px){.event-ribbon button{padding-left:.75rem;font-size:.6rem}.event-modal{padding:3.5rem 1.5rem 2rem}.event-details div{grid-template-columns:1fr;gap:.35rem}.event-checkout{align-items:stretch;flex-direction:column}.event-checkout select,.event-checkout .button{width:100%}}.event-checkout input{min-width:13rem;min-height:3.15rem;padding:0 1rem;border:1px solid var(--line);background:#fff;font:inherit}@media(max-width:600px){.event-checkout input{width:100%;min-width:0}}#product-detail{box-sizing:border-box;width:min(58rem,calc(100% - 2rem));height:min(38rem,calc(100dvh - 2rem));max-height:calc(100dvh - 2rem);padding:clamp(2rem,4vw,3.5rem);overflow:hidden}#product-detail .modal-close{z-index:2;right:1rem;top:.75rem}#product-detail-content{height:100%;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.product-detail-visual{height:100%;min-height:0;display:grid;place-items:center;background:#fff;border:1px solid #e5e2dc;padding:clamp(1rem,3vw,2.5rem)}#product-detail .detail-photo{width:100%;height:100%;max-height:100%;aspect-ratio:auto;margin:0;padding:0;border:0;object-fit:contain}.product-detail-copy{min-width:0}.product-detail-copy .modal-eyebrow{margin:0 0 .7rem}.product-detail-copy h2{font-size:clamp(2.7rem,5vw,4.5rem);line-height:.9;margin:0 0 1rem}.product-detail-copy .modal-intro{font-size:.95rem;line-height:1.5;margin:.5rem 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.product-offer{font-size:.9rem;margin:.75rem 0}.product-detail-copy .variant-choice{margin:.75rem 0}.product-detail-copy #detail-add{width:100%;margin-top:.4rem}@media(max-width:600px){#product-detail{width:calc(100% - 1rem);height:calc(100dvh - 1rem);max-height:calc(100dvh - 1rem);padding:2.75rem 1rem 1rem}#product-detail-content{grid-template-columns:1fr;grid-template-rows:minmax(8rem,28dvh) minmax(0,1fr);gap:1rem;align-items:start}.product-detail-visual{padding:.75rem}.product-detail-copy h2{font-size:clamp(2.25rem,12vw,3.4rem);margin-bottom:.5rem}.product-detail-copy .modal-eyebrow{font-size:.65rem;margin-bottom:.4rem}.product-detail-copy .modal-intro{-webkit-line-clamp:2;font-size:.85rem;line-height:1.35}.product-offer{margin:.5rem 0;font-size:.82rem}.product-detail-copy .variant-choice{margin:.5rem 0}.product-detail-copy .variant-choice select{min-height:2.65rem}.product-detail-copy #detail-add{padding:.85rem .65rem}}.variant-choice{display:grid;gap:.5rem;margin:1.25rem 0}.variant-choice select{min-height:3rem;padding:0 .8rem;border:1px solid var(--line);background:#fff}.catalog .product-card .product-image{height:auto;aspect-ratio:1 / 1;padding:clamp(.875rem,2vw,2rem);padding-bottom:clamp(3.5rem,5vw,4.5rem);background:#fff;border:1px solid #e5e2dc}.catalog .product-card .product-image img{position:absolute;top:clamp(.875rem,2vw,2rem);left:clamp(.875rem,2vw,2rem);width:calc(100% - (2*clamp(.875rem,2vw,2rem)));height:calc(100% - clamp(.875rem,2vw,2rem) - clamp(3.5rem,5vw,4.5rem));object-fit:contain;object-position:center;display:block;transform:none}.catalog .product-card:hover .product-image img{transform:none}.catalog .product-card .product-image button{border:1px solid #dedbd4;box-shadow:0 2px 7px #12120f08}.catalog .product-meta{align-items:flex-start}.catalog .product-meta strong{padding-top:.25rem}.event-modal .detail-photo{display:block;box-sizing:border-box;height:auto;aspect-ratio:4 / 3;padding:clamp(1rem,4vw,2.5rem);border:1px solid #e5e2dc;background:#fff;object-fit:contain;object-position:center;margin-bottom:1.5rem}.webshop .catalog .catalog-head{position:sticky;top:0}.webshop .catalog-head .filters{max-width:100%}.catalog .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem 1.25rem}.catalog .product-card:nth-child(n){transform:none}.catalog .product-image{height:22rem}.catalog .product-meta{min-width:0}.catalog .product-meta h3{overflow-wrap:anywhere}@media(max-width:900px){.catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1rem}.catalog .product-image{height:clamp(11rem,40vw,21rem)}.catalog .product-meta{flex-direction:column;gap:.5rem}.catalog .product-meta h3{font-size:1.35rem}.catalog .product-image button{width:2.7rem;height:2.7rem;bottom:.6rem;right:.6rem}}.shop-tools{display:none;gap:1rem}.shop-tools label{display:grid;gap:.5rem;font-size:.875rem}.shop-tools input,.shop-tools select{font:inherit;border:1px solid #aaa;padding:.8rem;background:#fff;max-width:100%}body:not(.webshop) .catalog .filters{display:none}.webshop main>section:not(.catalog){display:none}.webshop .catalog{min-height:70vh;padding-top:4rem}.webshop .home-shop-link{display:none}.webshop .shop-tools{display:flex}.webshop .catalog-head{flex-wrap:wrap;gap:2rem}.webshop .catalog-head>.filters{width:100%;justify-content:flex-start}.webshop .product-image{height:22rem;background:#f5f3ee}.webshop .product-image img{object-fit:contain}.webshop .product-card:nth-child(n){transform:none}.product-title{font:inherit;border:0;padding:0;background:none;text-align:left;cursor:pointer}.product-title:hover{text-decoration:underline}.detail-photo{width:100%;height:16rem;object-fit:contain}.webshop #catalog-status{margin-bottom:2rem;color:var(--muted)}.event-checkout{flex-wrap:wrap}@media(max-width:600px){.shop-tools{flex-direction:column;width:100%}.webshop .catalog-head{position:static}.webshop .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1rem}.webshop .product-image{height:12rem}.webshop .product-meta{flex-direction:column}.webshop .product-meta h3{font-size:1.3rem}}[hidden]{display:none!important}body{overflow-x:clip}.cart{visibility:hidden}.cart-open .cart{visibility:visible}.checkout-error{color:#9b3027;font-size:14px;line-height:1.5}.payment-notice{padding:20px 5vw;background:#e2eadc;margin:0;line-height:1.5}.company-fields label{grid-template-columns:1fr}.cart-head{position:sticky;top:-2rem;background:#faf8f2;z-index:2}.webshop .catalog-head{gap:16px}.event-ribbon>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.event-ribbon button{flex-shrink:0}.lunch-intro{max-width:760px;margin:0 0 36px;line-height:1.6}.lunch-intro a{display:inline-block;border-bottom:1px solid;margin:8px 0}.lunch-intro .smallprint{color:#68665e}.delivery-promo{margin:-16px 0 32px;padding:12px 16px;background:#12120f;color:#fff;width:max-content;max-width:100%;font-size:12px;letter-spacing:.04em}.company-fields{border:0;padding:0;margin:0;display:grid;gap:12px}.company-fields legend{font-weight:600;margin-bottom:12px}.company-fields input,.company-fields textarea{width:100%;padding:10px;border:1px solid #ccc9bf;background:#fff;font:inherit;border-radius:0}.fulfillment-choice{border:0;padding:0;margin:0 0 14px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.fulfillment-choice legend,.delivery-fields legend{font-weight:600;margin-bottom:8px}.fulfillment-choice label{display:flex!important;grid-template-columns:none!important;justify-content:flex-start;gap:8px;padding:10px;border:1px solid #ccc9bf;background:#fff}.delivery-fields{border:1px solid #ccc9bf;padding:14px;margin:0 0 14px;display:grid;gap:9px}.delivery-fields label{display:grid!important;grid-template-columns:1fr!important;gap:5px}.delivery-fields input{width:100%;padding:9px;border:1px solid #ccc9bf;background:#fff;font:inherit}.delivery-fields p,#delivery-summary{font-size:12px;line-height:1.4;color:#68665e;margin:2px 0}.address-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}#delivery-summary{background:#eeebe3;padding:9px;margin:7px 0}.cart{overflow-y:auto}.cart-items,.checkout-form{flex-shrink:0}.event-list{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.event-list article{border-top:1px solid #77776c;padding-top:24px}.event-list h3{font:36px "Instrument Serif",serif;margin:12px 0}.event-list p{font-size:14px}.events-page.webshop .workshop{display:block;min-height:65vh;margin-top:0}.events-page .catalog{display:none}#event-modal{max-height:calc(100dvh - 24px);overflow:auto;padding:32px;width:min(640px,calc(100vw - 24px))}#event-modal h2{font-size:42px;line-height:1.05;margin:12px 0}#event-modal .modal-intro{font-size:14px;margin:12px 0}#event-modal .event-details{gap:10px;margin:16px 0}#event-modal .event-checkout{gap:12px}#event-modal .refund-note{font-size:12px}#event-modal .modal-close{top:8px;right:8px}#product-detail-content{max-height:calc(100dvh - 90px);overflow:auto}#product-detail .product-detail-copy h2{font-size:clamp(28px,4vw,48px)}@media(max-width:700px){.event-list{grid-template-columns:1fr}.site-header #nav.open{max-height:80dvh;overflow:auto}.company-fields{gap:10px}#event-modal{padding:24px}#event-modal h2{font-size:34px}.lunch-intro{font-size:14px}.event-list h3{font-size:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}@media(max-width:600px){.webshop .catalog-head{position:sticky;top:0;padding-top:12px;padding-bottom:12px}.webshop .catalog-head h2{font-size:32px}.webshop .catalog-head .section-no{margin:0 0 8px}.webshop .shop-tools{margin-top:12px}.webshop .shop-tools label{gap:4px;font-size:12px}.webshop .shop-tools input{padding:8px}.webshop .catalog-head .filters{margin-top:12px}.webshop .catalog-head{margin-bottom:24px}.cart{padding:20px}.cart-head{top:-20px}.cart-head h2{font-size:30px}}
