@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@font-face{font-family:Futura Condensed Extra Bold;src:url(/fonts/Futura%20Condensed%20Extra%20Bold.otf) format("opentype");font-weight:800;font-style:normal;font-display:swap}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#000;background-color:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:#fff}figure{margin:0}a{color:inherit;text-decoration:none}#root{min-height:100vh}:root{--festive-gold: #d4a017;--festive-red: #b31b1b;--bento-gap-desktop: 4px;--bento-gap-tablet: 3px;--bento-gap-mobile: 2px;--bento-radius: 12px}.u-accent-gold{color:var(--festive-gold)}.u-accent-red{color:var(--festive-red)}@keyframes snow-fall{0%{transform:translateY(-10vh) rotate(0);opacity:0}10%{opacity:.9}to{transform:translateY(110vh) rotate(360deg);opacity:.9}}.snow-overlay{position:fixed;inset:0;pointer-events:none;z-index:5}.snowflake{position:absolute;top:-10vh;width:6px;height:6px;border-radius:50%;background:#fffc;animation-name:snow-fall;animation-timing-function:linear;animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.snowflake{animation:none;display:none}}.bento{width:100%;margin:0 auto;padding:0;display:grid;gap:.5rem}.bento__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.bento__title{font-family:Futura Condensed Extra Bold,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin:.5rem 0 0;font-size:clamp(1.25rem,2.5vw,1.75rem)}.bento__subtitle{margin:.5rem 0 0;opacity:.75;font-size:.9375rem}.bento__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--bento-gap-desktop)}.bento__item{border-radius:var(--bento-radius);overflow:hidden;background:transparent}.bento__media{width:100%;aspect-ratio:1 / 1;background:transparent}.bento__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.bento__item--span-2x1{grid-column:span 2}.bento__item--span-1x2{grid-row:span 2}@media(max-width:1024px){.bento__grid{grid-template-columns:repeat(2,1fr);gap:var(--bento-gap-tablet)}.bento__item--span-2x1{grid-column:span 2}.bento__item--span-1x2{grid-row:span 1}}@media(max-width:768px){.bento{padding-bottom:1.5rem}.bento__grid{grid-template-columns:1fr;gap:var(--bento-gap-mobile)}.bento__item--span-2x1,.bento__item--span-1x2{grid-column:span 1;grid-row:span 1}}.header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;width:min(1200px,100%);margin:0 auto;padding:1rem clamp(1.5rem,4vw,3rem)}.header__logo{display:flex;align-items:center;height:40px;max-width:200px}.header__logo picture,.header__logo img{height:100%;width:auto;max-width:100%;object-fit:contain;display:block}.header__cart{position:relative;display:flex;align-items:center;color:#000;padding:.5rem;transition:color .2s ease}.header__cart:hover{color:#97c2b3}.header__cart-badge{position:absolute;top:0;right:0;background:#97c2b3;color:#fff;border-radius:50%;width:18px;height:18px;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:600}.page{width:min(1200px,100%);margin:0 auto;padding:2rem clamp(1.5rem,4vw,3rem) 4rem;display:grid;gap:2rem}.hero{background:#97c2b3;color:#fff;border-radius:16px;overflow:hidden;position:relative}.hero__banner{width:100%;aspect-ratio:3 / 1;overflow:hidden;background:#fff}@media(max-width:768px){.hero__banner{aspect-ratio:unset;height:40vh}}.hero__banner img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}.hero__content{padding:clamp(2rem,3vw,3rem)}.hero__content h1{font-family:Futura Condensed Extra Bold,sans-serif;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;line-height:.95;white-space:pre-line}.hero__highlights{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;list-style:none}.hero__highlights li{padding:.25rem .75rem;border:1px solid rgba(255,255,255,.3);border-radius:12px;font-size:.875rem}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;color:#ffffffe6}.story-blocks{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.story-block{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e5e5e5}.story-block h2{font-family:Futura Condensed Extra Bold,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-top:0;margin-bottom:1rem}.story-block ul{padding-left:1rem}.freshness-banner{padding:1rem 1.5rem;border-radius:16px;background:#fff;border:1px solid #97C2B3;font-weight:500;color:#000}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:16px;padding:0;display:flex;flex-direction:column;border:1px solid #e5e5e5;overflow:hidden}.product-card__image{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:#fff}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card--4-gangen .product-card__image img{object-position:center center}.product-card__header{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card__badge{text-transform:uppercase;font-size:.75rem;letter-spacing:.1em;color:#97c2b3}.product-card__header h3{font-family:Futura Condensed Extra Bold,sans-serif;margin:0;font-size:1.25rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.product-card__header p{margin:0;color:#000;font-size:.875rem;opacity:.7}.product-card__description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card .price{font-weight:600;color:#000;margin-top:.5rem}.product-card__header .button-link{display:inline-block;margin-top:auto;text-align:left;padding-top:.5rem}.product-card__footer{padding:1rem 1.5rem 1.5rem;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"stepper add" "more more";align-items:center;gap:.75rem;border-top:1px solid #e5e5e5;margin-top:auto}.product-card__add{grid-area:add;width:100%}.product-card__more{grid-area:more;justify-self:start}.stepper{grid-area:stepper;display:inline-flex;align-items:center;border:1px solid #e5e5e5;border-radius:999px;overflow:hidden;background:#fff}.stepper__btn{appearance:none;border:none;background:transparent;padding:.5rem .75rem;font-weight:700;cursor:pointer}.stepper__btn:disabled{opacity:.5;cursor:not-allowed}.stepper__input{width:64px;text-align:center;border:none;outline:none;font-weight:600}@media(max-width:768px){.product-card__footer{grid-template-columns:1fr;grid-template-areas:"stepper" "add" "more"}.product-card__more{justify-self:start}}@media(max-width:768px){.stepper{width:100%;justify-content:space-between;padding:.125rem}.stepper__btn{min-width:44px;height:44px;padding:0;font-size:1.25rem;line-height:1}.stepper__input{width:80px;height:44px;font-size:1rem}.modal-actions{grid-template-columns:1fr!important}.modal-actions .button-primary{width:100%}}.product-card__footer .button-primary,.product-card__footer .button-secondary{font-family:Inter,sans-serif;flex:1;border-radius:999px;padding:.75rem 1rem;font-weight:500;cursor:pointer;font-size:.875rem;transition:all .2s ease;border:1px solid #97C2B3}.product-card__footer .button-primary{background:#97c2b3;color:#fff}.product-card__footer .button-primary:hover{background:#000;color:#fff;border-color:#000}.product-card__footer .button-secondary{background:#fff;color:#000}.product-card__footer .button-secondary:hover{background:#97c2b3;color:#fff;border-color:#97c2b3}.checkout-page{min-height:calc(100vh - 80px)}.checkout-container{max-width:800px;margin:0 auto}.checkout-empty{text-align:center;padding:4rem 2rem}.checkout-empty h1{font-family:Futura Condensed Extra Bold,sans-serif;font-size:1.5rem;margin-bottom:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.checkout-content{display:grid;gap:2rem}.checkout-items{padding:1.5rem;background:#fff;border:1px solid #e5e5e5;border-radius:16px}.checkout-items h2{font-family:Futura Condensed Extra Bold,sans-serif;font-size:1.25rem;margin-bottom:1.5rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.checkout-item{padding:1rem 0;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.checkout-item:last-child{border-bottom:none}.checkout-item__info h3{font-family:Futura Condensed Extra Bold,sans-serif;margin:0 0 .25rem;font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.checkout-item__info p{margin:0;font-size:.875rem;color:#000;opacity:.7}.checkout-item__controls{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.checkout-item__controls label{font-size:.875rem}.checkout-item__controls input{width:80px}.checkout-form-section{padding:1.5rem;background:#fff;border:1px solid #e5e5e5;border-radius:16px}.checkout-form-section h2{font-family:Futura Condensed Extra Bold,sans-serif;font-size:1.25rem;margin-bottom:1.5rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.checkout-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}label{font-family:Inter,sans-serif;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}input,select,textarea{font-family:Inter,sans-serif;padding:.75rem;border-radius:12px;border:1px solid #000000;background:#fff;color:#000;font-size:.875rem}input:focus,select:focus,textarea:focus{outline:none;border-color:#97c2b3}textarea{min-height:96px;resize:vertical}.checkbox{flex-direction:row;align-items:flex-start;gap:.75rem}.checkbox input{width:auto;margin-top:.25rem}.checkout-summary{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid #e5e5e5;font-size:1.125rem}.checkout-summary strong{font-size:1.5rem}.button-primary{font-family:Inter,sans-serif;border:none;border-radius:999px;padding:1rem 2rem;background:#97c2b3;color:#fff;font-weight:600;cursor:pointer;font-size:1rem;transition:all .2s ease;text-decoration:none}.button-primary:hover:not(:disabled){background:#000;color:#fff}.button-primary:disabled{opacity:.5;cursor:not-allowed}.button{font-family:Inter,sans-serif;display:inline-block;padding:.75rem 1.5rem;background:#97c2b3;color:#fff;border-radius:999px;font-weight:500;transition:all .2s ease}.button:hover{background:#000;color:#fff}.button-secondary{font-family:Inter,sans-serif;background:#fff;border:1px solid #000000;color:#000;border-radius:999px;padding:.75rem 1.5rem;font-weight:500;cursor:pointer;font-size:.875rem;transition:all .2s ease;text-decoration:none}.button-secondary:hover{background:#97c2b3;border-color:#97c2b3;color:#fff}.button-link{font-family:Inter,sans-serif;background:none;border:none;color:#000;opacity:.7;text-decoration:underline;cursor:pointer;font-size:.875rem;padding:0;transition:opacity .2s ease}.button-link:hover{opacity:1;color:#97c2b3}.stepper :focus-visible,.button-primary:focus-visible,.button-secondary:focus-visible,.button-link:focus-visible{outline:2px solid #97C2B3;outline-offset:2px}.feedback{padding:.75rem;border-radius:12px;background:#fff;border:1px solid #97C2B3;color:#000}.pickup-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;padding:1.5rem;border-radius:16px;background:#fff;border:1px solid #e5e5e5}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal-content{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 4px 20px #00000026}.modal-topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:flex-end;padding:.5rem;background:linear-gradient(180deg,#fff 85%,#ffffffd9);border-top-left-radius:16px;border-top-right-radius:16px}.modal-close{position:static;background:#fff;border:1px solid #e5e5e5;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;line-height:1;z-index:21;transition:background .2s ease}.modal-close:hover{background:#97c2b3;border-color:#97c2b3}.modal-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#fff}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-image--4-gangen img{object-position:center center}.modal-body{padding:2rem}.modal-header{margin-bottom:2rem}.modal-header h2{font-family:Futura Condensed Extra Bold,sans-serif;margin:.5rem 0 1rem;font-size:1.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.modal-description{color:#000;opacity:.7;margin-bottom:1rem;font-size:.9375rem}.modal-price{font-size:1.25rem;margin-bottom:.5rem}.modal-price strong{font-size:1.5rem;color:#000}.modal-price-note{color:#000;opacity:.7;font-size:.875rem;margin:0}.modal-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.modal-feature h3{font-family:Futura Condensed Extra Bold,sans-serif;font-size:1rem;font-weight:800;margin:0 0 .75rem;color:#000;text-transform:uppercase;letter-spacing:.05em}.modal-feature ul{margin:0;padding-left:1.25rem;color:#000;opacity:.7}.modal-feature li{margin-bottom:.5rem;line-height:1.5}.modal-freshness{padding:1rem;background:#fff;border:1px solid #97C2B3;border-radius:12px;margin-bottom:2rem}.modal-freshness p{margin:0;font-size:.875rem;color:#000}.modal-actions{display:flex;gap:1rem}.modal-actions .button-primary{flex:1}.toast{position:fixed;bottom:2rem;right:2rem;z-index:2000;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.toast--visible{opacity:1;transform:translateY(0);pointer-events:auto}.toast__content{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#000;color:#fff;border-radius:16px;box-shadow:0 4px 12px #00000026;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;min-width:280px}.toast__icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#97c2b3;color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.toast__message{flex:1}@media(max-width:768px){.toast{bottom:1rem;right:1rem;left:1rem}.toast__content{min-width:auto;width:100%}.checkout-item{flex-direction:column}.checkout-item__controls{align-items:flex-start}.modal-body{padding:1.5rem}.modal-header h2{font-size:1.5rem}}.footer{width:min(1200px,100%);margin:0 auto;padding:2rem clamp(1.5rem,4vw,3rem);color:#000;border-top:1px solid #e5e5e5;display:grid;gap:1.5rem}.footer a{color:inherit;text-decoration:underline}.footer a:hover{color:#97c2b3;opacity:1}.footer a:not(.button-primary):not(.button-secondary){text-decoration:underline}.footer a.button-primary,.footer a.button-secondary{text-decoration:none}.footer a.button-primary,.footer a.button-primary:hover,.footer a.bg-accent{color:#fff}.bg-accent{background:#97c2b3;color:#fff}.footer__container{display:grid;gap:1.5rem;grid-template-columns:1.5fr 1fr;align-items:start}@media(max-width:768px){.footer__container{grid-template-columns:1fr}}.footer__brand h3{font-family:Futura Condensed Extra Bold,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;font-size:clamp(1.25rem,3vw,1.5rem)}.footer__address{font-style:normal;display:grid;gap:.25rem;color:#000;opacity:.8}.footer__hours{margin-top:.25rem;font-size:.875rem;opacity:.7}.footer__actions{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}.footer__action{text-align:center}@media(min-width:769px){.footer__actions{justify-self:end;align-self:start;min-width:280px}}.footer__meta{border-top:1px solid #e5e5e5;padding-top:1rem;text-align:center;color:#000;opacity:.7;font-size:.875rem}
