:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#171717;--muted:#6c6a65;--line:#e9e6df;--line-soft:#f0ede7;--paper:#fff;--soft:#f8f7f4;--tea:#9caf88;--oolong:#c5a06f;--berry:#d48b93;--price:#7a6142;--shadow:0 22px 64px #18181812;--type-display:clamp(40px, 4.2vw, 64px);--type-page-title:clamp(34px, 4vw, 56px);--type-section-title:clamp(26px, 2.9vw, 40px);--type-subsection-title:clamp(22px, 2.2vw, 30px);--type-card-title:clamp(18px, 1.75vw, 22px);--type-body-lg:clamp(16px, 1.3vw, 18px);--type-body:16px;--type-small:13px;--leading-tight:1.08;--leading-snug:1.28;--leading-body:1.8;--space-2xs:8px;--space-xs:12px;--space-sm:16px;--space-md:22px;--space-lg:28px;--space-xl:40px;--space-2xl:clamp(48px, 6vw, 76px);--space-section:clamp(64px, 7vw, 96px);--space-page-x:clamp(18px, 5vw, 72px);--font-latin:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-ja:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", var(--font-latin);--font-zh-simplified:"Noto Sans SC", "Noto Sans CJK SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", var(--font-latin);--font-zh-traditional:"Noto Sans TC", "Noto Sans CJK TC", "Source Han Sans TC", "PingFang TC", "Microsoft JhengHei", var(--font-latin);--font-ko:"Noto Sans KR", "Noto Sans CJK KR", "Source Han Sans KR", "Apple SD Gothic Neo", var(--font-latin);--site-header-height:98px}.catalog-order-section{background:#f7f7f5;padding-top:clamp(44px,7vw,88px);scroll-margin-top:92px}.catalog-order-section .reserve-panel{background:var(--paper);width:min(100%,1240px);margin-inline:auto;padding:clamp(24px,4vw,52px)}.catalog-order-lead{max-width:680px;color:var(--muted);margin:12px auto 28px;line-height:1.75}.catalog-menu-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:32px;display:grid}.catalog-menu-toolbar{z-index:8;top:var(--site-header-height);max-height:calc(100vh - var(--site-header-height) - 24px);border:1px solid var(--line-soft);background:#fffffffa;border-radius:18px;gap:14px;padding:14px;display:grid;position:sticky;overflow-y:auto}.catalog-category-nav{gap:6px;min-width:0;display:grid}.catalog-category-nav::-webkit-scrollbar{display:none}.catalog-category-nav a{border:1px solid var(--line-soft);background:var(--paper);width:100%;min-height:40px;color:var(--ink);border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.catalog-category-list{gap:48px;min-width:0;display:grid}.catalog-category{scroll-margin-top:calc(var(--site-header-height) + 16px)}.catalog-category-heading{border-bottom:1px solid var(--line-soft);text-align:left;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:18px;padding-bottom:12px;display:flex}.catalog-category-heading h3{margin:0;font-size:clamp(22px,3vw,30px)}.catalog-category-heading span{color:var(--muted);font-size:12px}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.catalog-product-card{border:1px solid var(--line-soft);background:var(--paper);min-width:0;min-height:180px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;border-radius:18px;grid-template-columns:132px minmax(0,1fr);gap:16px;padding:16px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;position:relative}.catalog-product-card:hover,.catalog-product-card:focus-visible{border-color:var(--ink);transform:translateY(-2px);box-shadow:0 12px 30px #1c2d2617}.catalog-product-card.is-unavailable{cursor:not-allowed;opacity:.58;box-shadow:none;transform:none}.catalog-product-card.is-unavailable:hover,.catalog-product-card.is-unavailable:focus-visible{border-color:var(--line-soft);box-shadow:none;transform:none}.catalog-product-photo{aspect-ratio:1;background:var(--soft);min-width:0;height:auto;color:var(--muted);letter-spacing:.08em;border-radius:14px;align-self:start;place-items:center;font-size:11px;display:grid;overflow:hidden}.catalog-product-photo img{object-fit:cover;width:100%;height:100%}.catalog-product-copy{align-content:start;gap:8px;min-width:0;padding-right:28px;display:grid}.catalog-product-copy strong{font-size:16px;line-height:1.4}.catalog-product-copy small{-webkit-line-clamp:3;color:var(--muted);-webkit-box-orient:vertical;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.catalog-product-copy>span{color:var(--price);font-size:16px;font-weight:700}.menu-promotion-prefix{color:#1f6f53;overflow-wrap:anywhere;background:#eef8ef;border-radius:999px;align-items:center;width:fit-content;max-width:100%;padding:4px 8px;font-size:11px;font-style:normal;font-weight:700;line-height:1.35;display:inline-flex}.catalog-product-copy>.menu-promotion-prefix{color:#1f6f53;font-size:11px;font-weight:700}.catalog-product-dialog-backdrop{z-index:60;background:#131d19a3;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.catalog-product-dialog{background:var(--paper);text-align:left;border-radius:22px;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);width:min(880px,100%);height:min(88vh,900px);max-height:min(88vh,900px);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #08120e42}.catalog-product-dialog-close{z-index:2;border:1px solid var(--line-soft);width:40px;height:40px;color:var(--ink);font:inherit;cursor:pointer;background:#fffffff0;border-radius:999px;place-items:center;font-size:25px;line-height:1;display:grid;position:absolute;top:14px;right:14px}.catalog-product-dialog-photo{background:var(--soft);min-height:420px;color:var(--muted);letter-spacing:.08em;place-items:center;padding:24px;font-size:12px;display:grid;overflow:hidden}.catalog-product-dialog-photo img{object-fit:contain;width:100%;height:100%;max-height:520px}.catalog-product-dialog-copy{flex-direction:column;min-width:0;min-height:0;padding:48px 42px 36px;display:flex;overflow:hidden}.catalog-product-dialog-category{color:var(--muted);margin-bottom:10px;font-size:12px;display:block}.catalog-product-dialog-copy>.menu-promotion-prefix{flex:none;margin-bottom:8px}.catalog-product-dialog-copy h3{margin:0;padding-right:30px;font-size:clamp(24px,3vw,34px);line-height:1.35}.catalog-product-dialog-price{color:var(--price);margin-top:14px;font-size:20px;display:block}.catalog-product-dialog-description-scroll{overscroll-behavior:contain;flex:1;min-height:0;margin-top:24px;padding-right:10px;overflow-y:auto}.catalog-product-dialog-description{color:var(--muted);white-space:pre-line;margin:0;font-size:14px;line-height:1.9}.catalog-product-dialog-continue{background:var(--ink);width:100%;min-height:52px;color:var(--paper);font:inherit;cursor:pointer;border:0;border-radius:999px;flex:none;margin-top:18px;font-weight:700}.catalog-order-form{border-top:1px solid var(--line-soft);margin-top:52px;padding-top:32px;scroll-margin-top:144px}.catalog-customize-title{text-align:left;grid-column:1/-1;margin:0;font-size:clamp(20px,2.6vw,28px);font-weight:700}.catalog-order-form .reservation-drink-preview{grid-column:1/-1}.catalog-order-form .reservation-drink-preview p{-webkit-box-orient:initial;-webkit-line-clamp:initial;line-clamp:initial;white-space:pre-line;display:block;overflow:visible}.catalog-order-form .reservation-list{scroll-margin-top:104px}.catalog-floating-cart{z-index:45;left:50%;bottom:max(22px, env(safe-area-inset-bottom));background:var(--ink);min-height:54px;color:var(--paper);white-space:nowrap;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 20px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;position:fixed;transform:translate(-50%);box-shadow:0 14px 40px #120e0b3d}.catalog-floating-cart svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:none;width:21px;height:21px}.catalog-floating-cart strong{background:var(--paper);min-width:24px;height:24px;color:var(--ink);border-radius:999px;place-items:center;font-size:11px;display:inline-grid}.catalog-floating-cart b{color:inherit;padding-left:2px;font-size:14px;font-weight:700}@media (max-width:900px){.catalog-menu-layout{display:block}.catalog-menu-toolbar{top:var(--site-header-height);border-inline:0;border-radius:0;align-items:start;gap:10px;max-height:none;margin:0 calc(-1*clamp(24px,4vw,52px)) 34px;padding:12px clamp(24px,4vw,52px);overflow:visible}.catalog-category-nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.catalog-category-nav a{border-radius:999px;flex:none;width:auto;padding:0 16px}.catalog-category,.catalog-order-form .reservation-list{scroll-margin-top:calc(var(--site-header-height) + 72px)}}@media (max-width:680px){.catalog-order-section{padding-inline:0;background:var(--paper);padding-top:0}.catalog-order-section .reserve-panel{max-width:none;box-shadow:none;border:0;border-radius:0;padding:24px 14px 48px}.catalog-menu-toolbar{top:var(--site-header-height);gap:8px;margin-inline:-14px;padding:10px 14px}.catalog-category-nav{min-width:0}.catalog-category-list{gap:38px}.catalog-category{scroll-margin-top:calc(var(--site-header-height) + 68px)}.catalog-product-grid{grid-template-columns:1fr;gap:10px}.catalog-product-card{grid-template-columns:112px minmax(0,1fr);gap:14px;min-height:148px;padding:14px}.catalog-product-photo{height:auto}.catalog-product-copy small{-webkit-line-clamp:2}.catalog-product-dialog-backdrop{place-items:end center;height:100dvh;padding:0;overflow:hidden}.catalog-product-dialog{width:100%;height:92vh;height:min(92dvh, calc(100dvh - env(safe-area-inset-top)));max-height:92vh;max-height:min(92dvh, calc(100dvh - env(safe-area-inset-top)));border-radius:22px 22px 0 0;grid-template-rows:minmax(140px,30dvh) minmax(0,1fr);grid-template-columns:1fr}.catalog-product-dialog-photo{min-height:0;max-height:none;padding:18px;position:relative}.catalog-product-dialog-photo img{width:calc(100% - 36px);max-width:none;height:calc(100% - 36px);max-height:none;position:absolute;inset:18px}.catalog-product-dialog-copy{padding:20px 22px max(18px, calc(12px + env(safe-area-inset-bottom)))}.catalog-product-dialog-copy h3{font-size:23px}.catalog-order-form{margin-top:40px}.catalog-floating-cart{width:min(100% - 28px,430px);bottom:max(14px, env(safe-area-inset-bottom))}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-ja);letter-spacing:0;line-height:var(--leading-body);margin:0}:lang(en) body,html[lang=en] body,.localized-shell[lang=en]{font-family:var(--font-latin)}:lang(zh-Hans) body,html[lang=zh-Hans] body,.localized-shell[lang=zh-Hans]{font-family:var(--font-zh-simplified)}:lang(zh-Hant) body,html[lang=zh-Hant] body,.localized-shell[lang=zh-Hant]{font-family:var(--font-zh-traditional)}:lang(ko) body,html[lang=ko] body,.localized-shell[lang=ko]{font-family:var(--font-ko)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{z-index:10;align-items:center;gap:var(--space-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border-bottom:1px solid #e9e6df8f;grid-template-columns:1fr auto 1fr;padding:18px clamp(18px,4vw,56px);display:grid;position:sticky;top:0}.brand,.nav-links,.hero-actions,.hero-metrics{align-items:center;display:flex}.brand{gap:10px;width:fit-content;padding:4px 0;font-weight:800;position:relative}.brand-logo{object-fit:contain;z-index:1;width:auto;height:54px;position:relative}.nav-links{color:var(--muted);gap:clamp(18px,4vw,42px);font-size:14px}.nav-links a{transition:color .18s}.nav-links a:hover{color:var(--ink)}.header-action{border:1px solid var(--line);border-radius:999px;justify-self:end;padding:11px 17px;font-size:14px;font-weight:700;box-shadow:0 8px 24px #00000009}.member-icon-link{border:1px solid var(--line);background:var(--paper);width:42px;height:42px;color:var(--ink);border-radius:999px;flex:none;place-items:center;transition:border-color .18s,color .18s;display:inline-grid;box-shadow:0 8px 24px #00000009}.member-icon-link:hover{color:#1f6f53;border-color:#1c5c4647}.member-icon-link svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.header-tools{justify-self:end;align-items:center;gap:10px;display:flex}.language-picker{border:1px solid var(--line);background:var(--paper);border-radius:999px;align-items:center;gap:8px;padding:8px 10px;display:flex;position:relative;box-shadow:0 8px 24px #00000009}.language-picker span{color:var(--muted);font-size:11px;font-weight:800}.language-picker-current,.header-action-short{display:none}.language-picker select{max-width:116px;color:var(--ink);font:inherit;background:0 0;border:0;font-size:13px;font-weight:800}.language-picker select:disabled{cursor:wait;opacity:.68}body.is-translating{cursor:progress}body{transition:opacity .14s}.has-reveal-motion [data-reveal]{opacity:0;transition:opacity .76s cubic-bezier(.22,1,.36,1),transform .76s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.has-reveal-motion [data-reveal].is-visible{opacity:1;transform:translateY(0)}html.is-language-pending body{opacity:0}.hero-visual{transition:opacity .18s}html.is-homepage-pending .hero-visual{opacity:0}.hero{min-height:calc(100svh - 72px);padding:clamp(46px, 6vw, 84px) var(--space-page-x) var(--space-xl);grid-template-columns:minmax(540px,.98fr) minmax(360px,1.02fr);align-items:center;gap:clamp(32px,4.5vw,72px);display:grid}.hero-copy{z-index:1;min-width:0;max-width:620px;position:relative}.eyebrow{margin:0 0 var(--space-sm);color:var(--tea);letter-spacing:.2em;font-size:11px;font-weight:700}.eyebrow-with-decor{align-items:center;gap:10px;display:flex}.eyebrow-with-decor img{object-fit:contain;width:auto;height:28px}h1,h2,h3,p{margin-top:0}h1{margin-bottom:var(--space-md);font-size:var(--type-display);letter-spacing:0;font-weight:700;line-height:1.02}h2{margin-bottom:var(--space-sm);font-size:var(--type-section-title);font-weight:700;line-height:var(--leading-tight);letter-spacing:0}h3{margin-bottom:var(--space-xs);font-size:var(--type-card-title);font-weight:700;line-height:var(--leading-snug)}.title-with-decor,.heading-with-decor{flex-wrap:wrap;align-items:center;gap:clamp(10px,1.4vw,18px);display:inline-flex}.title-with-decor img,.heading-with-decor img,.eyebrow-with-decor img{animation:5.2s ease-in-out infinite decor-float}.title-with-decor{white-space:nowrap;flex-wrap:nowrap}.title-decor{object-fit:contain;width:auto;height:clamp(36px,4.6vw,58px)}.heading-with-decor img{object-fit:contain;width:auto;height:clamp(24px,3vw,36px)}.category-heading .heading-with-decor img{height:clamp(22px,2.4vw,30px)}.hero-text{max-width:520px;color:var(--muted);font-size:var(--type-body-lg);line-height:var(--leading-body);text-wrap:pretty}.hero-actions{gap:var(--space-xs);margin:var(--space-lg) 0;flex-wrap:wrap}.primary-button,.ghost-button,.checkout-button{border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-weight:700;transition:border-color .18s,background .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex}.primary-button,.checkout-button{border:1px solid var(--ink);background:var(--ink);color:var(--paper)}.primary-button:hover,.ghost-button:hover,.checkout-button:hover{transform:translateY(-1px)}.checkout-button:disabled{cursor:wait;opacity:.68}.add-reservation-item-button:disabled{cursor:not-allowed;opacity:.58}.ghost-button{border:1px solid var(--line);background:var(--paper)}.uber-eats-button{color:#fff;background:#06c167;border-color:#06c167}.uber-eats-button:hover{background:#05a958;border-color:#05a958}.hero-metrics{flex-wrap:wrap;gap:10px}.hero-metrics span{border:1px solid var(--line-soft);color:var(--muted);border-radius:999px;align-items:center;gap:3px;padding:10px 14px;font-size:13px;display:inline-flex}.hero-metrics strong{color:var(--ink)}.hero-visual{box-shadow:var(--shadow);z-index:0;border-radius:28px;margin:0;position:relative;overflow:hidden}.hero-slides{height:min(72svh,720px);position:relative}.hero-slide{opacity:0;pointer-events:none;align-items:end;transition:opacity .7s;display:grid;position:absolute;inset:0}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-slide img{object-fit:cover;width:100%;height:100%;transition:transform 5.2s,opacity .7s;transform:scale(1.035)}.hero-slide.is-active img{transform:scale(1)}.hero-slide figcaption{width:fit-content;max-width:calc(100% - 36px);color:var(--ink);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffc2;border:1px solid #ffffff94;border-radius:18px;gap:4px;padding:11px 15px;font-size:14px;line-height:1.45;transition:opacity .5s,transform .5s;display:grid;position:absolute;bottom:18px;left:18px}.hero-slide figcaption span{color:var(--tea);letter-spacing:.16em;font-size:11px;font-weight:700}.hero-slide:not(.is-active) figcaption{opacity:0;transform:translateY(8px)}.hero-carousel-controls{z-index:2;align-items:center;gap:10px;display:flex;position:absolute;bottom:18px;right:18px}.hero-carousel-controls>button{width:38px;height:38px;color:var(--ink);cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffc2;border:1px solid #ffffff94;border-radius:999px}.hero-carousel-dots{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffc2;border:1px solid #ffffff94;border-radius:999px;align-items:center;gap:7px;padding:11px 12px;display:flex}.hero-carousel-dots button{cursor:pointer;background:#1c17143d;border:0;border-radius:999px;width:7px;height:7px;padding:0}.hero-carousel-dots button.is-active{background:var(--ink);width:20px}@keyframes decor-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.has-reveal-motion [data-reveal].is-visible .reveal-group>*{animation:.68s cubic-bezier(.22,1,.36,1) both reveal-item}.has-reveal-motion [data-reveal].is-visible .reveal-group>:nth-child(2){animation-delay:70ms}.has-reveal-motion [data-reveal].is-visible .reveal-group>:nth-child(3){animation-delay:.14s}.has-reveal-motion [data-reveal].is-visible .reveal-group>:nth-child(4){animation-delay:.21s}@keyframes reveal-item{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.has-reveal-motion [data-reveal]{opacity:1;transition:none;transform:none}.title-with-decor img,.heading-with-decor img,.eyebrow-with-decor img{animation:none}.hero-slide img{transition:none;transform:none}.has-reveal-motion [data-reveal].is-visible .reveal-group>*{animation:none}.hero-slide,.hero-slide figcaption{transition:none}}.menu-section,.order-section,.recommend-section,.season-section,.story-section,.stores-section,.access-section,.faq-section,.reserve-section{padding:var(--space-section) var(--space-page-x);scroll-margin-top:96px}.section-heading{justify-content:space-between;align-items:end;gap:var(--space-md);margin-bottom:var(--space-lg);border-bottom:1px solid var(--line-soft);display:flex}.section-heading h2{margin-bottom:var(--space-md)}.text-link{margin-bottom:var(--space-md);color:var(--ink);text-underline-offset:5px;font-size:14px;font-weight:700;text-decoration:underline}.menu-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.drink-card{min-height:392px;padding:var(--space-lg);border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:var(--paper);flex-direction:column;justify-content:space-between;transition:background .18s,transform .18s;display:flex;position:relative;overflow:hidden}.drink-photo{width:150px;height:220px;margin-bottom:var(--space-md);object-fit:contain;object-position:center bottom}.drink-card:hover{background:var(--soft);transform:translateY(-4px)}.drink-card.featured{background:linear-gradient(#fff 0%,#fbfaf7 100%)}.drink-tag{margin-bottom:var(--space-md);color:var(--oolong);letter-spacing:.08em;font-size:11px;font-weight:700}.drink-card p:not(.drink-tag){color:var(--muted);line-height:1.75}.drink-card span{font-size:22px;font-weight:700}.step-grid,.guide-grid,.story-grid,.faq-grid,.info-grid{border:1px solid var(--line-soft);background:var(--line-soft);gap:1px;display:grid}.step-grid,.guide-grid,.story-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.story-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.step-grid article,.guide-grid article,.story-grid article,.info-grid article,.faq-grid details{background:var(--paper);min-width:0;padding:clamp(22px,2.4vw,28px)}.step-grid span{margin-bottom:var(--space-md);color:var(--oolong);font-size:12px;font-weight:700;display:inline-flex}.step-grid h3,.guide-grid h3,.story-grid h3,.info-grid h3{font-size:var(--type-card-title);line-height:var(--leading-snug)}.story-photo{aspect-ratio:4/3;width:100%;margin-bottom:var(--space-md);object-fit:cover;border-radius:18px}.step-grid p,.guide-grid p,.story-grid p,.info-grid p,.faq-grid p{color:var(--muted);margin-bottom:0;line-height:1.75}.recommend-section,.story-section,.menu-guide-section{background:var(--soft)}.access-section{grid-template-columns:minmax(300px,.72fr) minmax(420px,1.28fr);align-items:stretch;gap:clamp(32px,5vw,72px);display:grid}.store-detail-section{grid-template-rows:auto auto auto auto auto auto;align-items:start;gap:0 clamp(32px,5vw,72px)}.access-copy{flex-direction:column;justify-content:center;display:flex}.store-detail-eyebrow,.store-detail-title,.store-detail-address,.store-detail-intro,.store-detail-section .shop-info,.store-detail-section .access-actions{grid-column:1}.store-detail-eyebrow{grid-row:1}.store-detail-title{grid-row:2}.store-detail-address{grid-row:3}.store-detail-intro{grid-row:4}.store-detail-section .shop-info{grid-row:5}.store-detail-section .access-actions{grid-row:6}.store-detail-section .heading-with-decor{margin-bottom:var(--space-sm);font-size:var(--type-subsection-title);line-height:var(--leading-tight)}.access-copy address,.store-detail-address{margin-bottom:var(--space-sm);font-size:clamp(17px,1.55vw,22px);font-style:normal;font-weight:650;line-height:1.55}.access-copy p,.store-detail-intro{max-width:480px;color:var(--muted);font-size:var(--type-body);line-height:var(--leading-body);text-wrap:pretty}.shop-info{max-width:560px;margin:var(--space-sm) 0 0;border:1px solid var(--line-soft);background:var(--line-soft);gap:1px;display:grid}.shop-info>div{gap:var(--space-sm);padding:var(--space-sm);background:var(--paper);grid-template-columns:112px minmax(0,1fr);display:grid}.shop-info dt,.shop-info dd{margin:0}.shop-info dt{color:var(--muted);font-size:12px;font-weight:700}.shop-info dd{font-weight:650;line-height:1.6}.payment-methods{justify-items:start;gap:10px;display:grid}.payment-badges{grid-auto-columns:30px;grid-auto-flow:column;justify-self:start;align-items:center;gap:8px;width:max-content;display:inline-grid}.payment-badge{border:1px solid var(--line-soft);background:var(--paper);border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;padding:5px;display:inline-flex}.payment-badge img{object-fit:contain;width:100%;height:100%;display:block}.payment-badge.is-paypay img{width:102%;height:102%}.payment-badge.is-alipay-plus img,.payment-badge.is-wechat-pay img,.payment-badge.is-mastercard img{width:88%;height:88%}.payment-badge.is-visa img{width:92%;height:92%}.payment-badge.is-jcb img{width:84%;height:84%}.access-actions{gap:var(--space-xs);width:min(100%,560px);margin-top:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.access-actions .primary-button,.access-actions .ghost-button{width:100%}.access-actions .uber-eats-button{grid-column:1/-1}.map-card{border:1px solid var(--line-soft);background:linear-gradient(#ffffff14, #ffffff14), var(--soft);min-height:520px;box-shadow:var(--shadow);border-radius:28px;overflow:hidden}.map-card iframe{filter:grayscale()contrast(.92)brightness(1.08);border:0;width:100%;height:100%;min-height:520px}.store-detail-media{border:1px solid var(--line-soft);background:var(--soft);min-height:0;box-shadow:var(--shadow);border-radius:28px;grid-area:2/2/6;align-self:stretch;overflow:hidden}.store-detail-media img,.store-detail-media iframe{border:0;width:100%;height:100%;min-height:100%}.store-detail-media img{object-fit:cover}.store-detail-media iframe{filter:grayscale()contrast(.92)brightness(1.08)}.reserve-panel{border:1px solid var(--line-soft);max-width:1152px;box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:28px;margin:0 auto;padding:clamp(28px,4vw,52px)}.reserve-panel .eyebrow{margin-bottom:var(--space-xs);justify-content:center}.reserve-panel h2{justify-content:center;margin-bottom:0;display:flex}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-list{border-top:1px solid var(--line-soft);border-left:1px solid var(--line-soft);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.store-card{border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);grid-template-rows:auto auto minmax(0,1fr) auto;grid-template-columns:minmax(118px,138px) minmax(0,1fr);align-content:start;align-items:stretch;gap:8px clamp(20px,2vw,28px);min-height:164px;padding:clamp(22px,2.6vw,30px);display:grid}.store-card-media{aspect-ratio:1;grid-area:2/1/5;align-self:stretch;min-width:0}.store-card-copy{display:contents}.store-photo,.store-photo-placeholder{aspect-ratio:1;border-radius:16px;width:100%;height:100%;min-height:118px}.store-photo{object-fit:cover}.store-photo-placeholder{border:1px solid var(--line-soft);background:radial-gradient(circle at 20% 20%,#a3b69447,#0000 34%),linear-gradient(135deg,#fbfaf7 0%,#f1efe9 100%);position:relative;overflow:hidden}.store-photo-placeholder:after{content:"";border:1px dashed #211c1a2e;border-radius:14px;position:absolute;inset:14px}.store-card h2,.store-card h3{font-size:clamp(20px,1.8vw,26px);line-height:var(--leading-snug);grid-area:2/2;margin-bottom:0}.store-card-copy .text-link{grid-area:4/2;align-self:end;margin:0}.store-link-spacer{grid-area:4/2;min-height:24px}.store-card p{max-width:420px;line-height:var(--leading-body);text-wrap:pretty;grid-column:2}.store-card-copy p:not(.store-status){grid-row:3}.store-status{color:var(--tea);letter-spacing:.08em;text-transform:uppercase;grid-area:1/2;font-size:12px;font-weight:700}.store-card.is-upcoming{background:var(--soft)}.faq-grid details{min-height:118px}.faq-grid summary{color:var(--ink);cursor:pointer;font-size:clamp(16px,1.7vw,20px);font-weight:700;line-height:1.5}.faq-grid details{transition:background .18s}.faq-grid details[open]{background:linear-gradient(#fff 0%,#fcfbf8 100%)}.faq-grid p{margin-top:var(--space-xs)}.menu-hero{padding:clamp(44px, 5vw, 72px) var(--space-page-x) clamp(30px, 3.5vw, 44px);border-bottom:1px solid var(--line-soft);background:linear-gradient(#fff 0%,#fbfaf7 100%)}.menu-hero h1{max-width:none;margin-bottom:var(--space-md);font-size:var(--type-page-title);line-height:1.06}.menu-hero p:not(.eyebrow){max-width:none;color:var(--muted);font-size:var(--type-body-lg);line-height:var(--leading-body);text-wrap:pretty}.menu-controls{z-index:8;gap:var(--space-xs);padding:var(--space-sm) var(--space-page-x);border-bottom:1px solid var(--line-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;display:flex;position:sticky;top:83px;overflow-x:auto}.menu-controls button{border:1px solid var(--line-soft);background:var(--paper);min-height:38px;color:var(--muted);font:inherit;white-space:nowrap;cursor:pointer;border-radius:999px;padding:0 16px;font-size:12px;font-weight:700}.menu-controls button.is-active{border-color:var(--ink);background:var(--ink);color:var(--paper)}.full-menu,.customize-section{padding:var(--space-2xl) var(--space-page-x)}.stores-page-list{padding-top:0}.store-page-links{padding:0 var(--space-page-x) var(--space-section)}.full-menu{gap:var(--space-2xl);display:grid}.menu-category{padding-bottom:var(--space-2xl);border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(220px,.34fr) minmax(0,1fr);gap:clamp(24px,4vw,52px);display:grid}.menu-category.is-hidden{display:none}.category-heading{align-self:start}.category-heading h2{margin-bottom:var(--space-xs);font-size:var(--type-subsection-title)}.category-note{color:var(--muted);font-size:var(--type-small);font-weight:650;line-height:1.75}.product-list{border-top:1px solid var(--line-soft);border-left:1px solid var(--line-soft);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.product-list.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.product-item{justify-content:space-between;gap:var(--space-sm);min-height:260px;padding:var(--space-md);border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:var(--paper);display:flex}.product-item.with-photo{align-items:start;column-gap:var(--space-md);grid-template-columns:188px minmax(160px,1fr) max-content;display:grid}.product-photo{object-fit:contain;object-position:center top;width:176px;height:220px}.product-item>div{min-width:0}.product-item h3{word-break:keep-all;margin-bottom:10px;font-size:16px;line-height:1.4}.product-item p{color:var(--muted);word-break:keep-all;margin-bottom:0;font-size:13px;line-height:1.75}.product-item-actions{justify-items:end;gap:10px;display:grid}.product-item-actions span{color:var(--price);flex:none;font-size:19px;font-weight:700}.reservation-list button,.add-reservation-item-button{border:1px solid var(--line-soft);background:var(--paper);min-height:36px;color:var(--ink);font:inherit;cursor:pointer;border-radius:999px;padding:0 13px;font-size:12px;font-weight:800}.product-item.simple{align-items:center;min-height:80px}.product-item.simple h3{margin-bottom:0}.customize-section{background:var(--soft)}.menu-guide-section,.menu-info-section{padding:var(--space-section) var(--space-page-x)}.menu-guide-section .category-heading,.menu-info-section .category-heading{margin-bottom:var(--space-lg);border-bottom:1px solid var(--line-soft)}.menu-guide-section .category-heading h2,.menu-info-section .category-heading h2{margin-bottom:var(--space-md)}.menu-info-section{background:var(--paper)}.info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.customize-grid{border:1px solid var(--line-soft);background:var(--line-soft);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.customize-grid article{padding:var(--space-md);background:var(--paper)}.customize-grid h3{margin-bottom:var(--space-sm)}.customize-grid p{color:var(--muted);line-height:1.75}.customize-grid dl{gap:var(--space-xs);margin:0;display:grid}.customize-grid dl div{justify-content:space-between;gap:var(--space-sm);display:flex}.customize-grid dt,.customize-grid dd{margin:0}.customize-grid dd{color:var(--price);white-space:nowrap;font-weight:700}.reserve-form{gap:var(--space-sm) var(--space-md);text-align:left;grid-template-columns:repeat(12,minmax(0,1fr));width:100%;max-width:980px;margin:clamp(24px,3.4vw,36px) auto 0;display:grid}.reserve-form>label{gap:var(--space-2xs);grid-column:span 4;display:grid}.reserve-form>label:nth-of-type(2){grid-column:span 8}.reserve-form>.reservation-drink-field{grid-column:1/-1}.reserve-form>.reservation-pickup-date-field,.reserve-form>.reservation-pickup-time-field,.reserve-form>.reservation-customer-field,.reserve-form>.reservation-member-field{grid-column:span 6}.reserve-form span{color:var(--muted);font-size:12px;font-weight:700}.reserve-form select,.reserve-form input{border:1px solid var(--line-soft);background:var(--paper);width:100%;min-height:48px;color:var(--ink);font:inherit;border-radius:14px;padding:0 15px;font-size:15px}.reservation-closed-notice{color:#9f2d24;text-align:center;background:#fff1ee;border:1px solid #b5463947;border-radius:16px;grid-column:1/-1;justify-self:center;width:min(100%,680px);padding:14px 16px;font-size:14px;font-weight:800;line-height:1.55}.reservation-member-panel{background:linear-gradient(135deg,#f5fbf6,#fffaf0);border:1px solid #1c5c462e;border-radius:18px;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.reservation-member-panel div{gap:4px;display:grid}.reservation-member-panel span{color:#1f6f53}.reservation-member-panel strong{color:var(--ink);font-size:15px;line-height:1.45}.reservation-member-panel p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.reservation-member-panel a{color:#1f6f53;white-space:nowrap;border:1px solid #1c5c4647;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.reservation-coupon-panel{background:linear-gradient(135deg,#f5fbf6,#fffaf0);border:1px solid #1c5c462e;border-radius:18px;grid-column:1/-1;gap:9px;padding:14px;display:grid}.reservation-coupon-panel>span{color:#1f6f53}.reservation-coupon-panel button{border:1px solid var(--line-soft);background:var(--paper);min-height:44px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 12px;display:grid}.reservation-coupon-panel button.is-selected{background:#eef8ef;border-color:#1c5c4652}.reservation-coupon-panel strong{font-size:14px;font-weight:800}.reservation-coupon-panel small{color:#1f6f53;white-space:nowrap;font-size:12px;font-weight:800}.reservation-drink-preview{align-items:center;gap:var(--space-sm);min-height:132px;padding:var(--space-sm);border:1px solid var(--line-soft);background:linear-gradient(135deg,#ffffffeb,#f6f2ebc7);border-radius:20px;grid-column:1/-1;grid-template-columns:112px minmax(0,1fr);display:grid}.reservation-live-price{justify-content:space-between;align-self:start;align-items:center;gap:var(--space-sm);background:#fffffff5;border:1px solid #7a61423d;border-radius:16px;grid-column:1/-1;min-height:64px;padding:12px 18px;display:flex;box-shadow:0 10px 28px #18181814}.catalog-order-form .reservation-live-price{z-index:7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:92px}.reservation-live-price span{color:var(--muted);font-size:13px;font-weight:700}.reservation-live-price strong{color:var(--price);white-space:nowrap;font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1}@media (max-width:900px){.catalog-order-form .reservation-live-price{top:100px}}@media (max-width:680px){.catalog-order-form .reservation-live-price{top:calc(102px + env(safe-area-inset-top,0px))}.reservation-live-price{border-radius:14px;min-height:56px;padding:10px 14px}.reservation-live-price strong{font-size:24px}}.reservation-drink-preview img{object-fit:cover;background:#ffffffc7;border-radius:16px;width:112px;height:112px}.reservation-item-thumb{object-fit:cover;background:#ffffffc7;border-radius:12px;width:72px;height:72px}.reservation-drink-preview div{gap:6px var(--space-sm);grid-template-columns:minmax(0,1fr) auto;align-content:center;min-width:0;display:grid}.reservation-drink-preview span{grid-column:1/-1}.reservation-drink-preview .menu-promotion-prefix{justify-self:start}.reservation-drink-preview strong{color:var(--ink);grid-column:1;align-self:start;font-size:clamp(18px,2vw,22px);line-height:1}.reservation-drink-preview small{color:var(--price);white-space:nowrap;grid-area:2/2;align-self:start;margin-right:clamp(12px,1.4vw,22px);font-size:clamp(20px,2.4vw,28px);font-weight:800;line-height:1;transform:translateY(-.04em)}.reservation-drink-preview p{-webkit-line-clamp:2;color:var(--muted);-webkit-box-orient:vertical;grid-column:1/-1;margin:0;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.topping-field{margin:var(--space-2xs) 0 0;border:0;grid-column:1/-1;padding:0}.topping-field legend{margin-bottom:var(--space-2xs);color:var(--muted);font-size:12px;font-weight:700}.topping-grid{gap:var(--space-2xs);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.topping-grid label{align-items:center;gap:var(--space-2xs);min-height:58px;padding:10px var(--space-xs);border:1px solid var(--line-soft);background:var(--paper);border-radius:14px;display:flex}.topping-grid span{color:var(--muted);font-size:13px;line-height:1.35}.topping-grid input{width:16px;height:16px;min-height:0;accent-color:var(--ink);padding:0}.structured-customization-groups{gap:var(--space-sm);grid-column:1/-1;display:grid}.structured-customization-group{border:1px solid var(--line-soft);background:var(--paper);border-radius:16px;gap:10px;min-width:0;margin:0;padding:16px;display:grid}.structured-customization-group legend{width:100%;color:var(--ink);justify-content:space-between;align-items:center;gap:10px;padding:0 2px;font-size:14px;font-weight:700;display:flex}.structured-customization-group legend small{background:var(--soft);color:var(--muted);border-radius:999px;flex:none;padding:3px 8px;font-size:10px;font-weight:700}.structured-customization-group>select{border:1px solid var(--line-soft);background:var(--paper);width:100%;min-height:48px;color:var(--ink);font:inherit;border-radius:14px;padding:0 14px}.structured-customization-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.structured-customization-options>label{border:1px solid var(--line-soft);background:var(--soft);border-radius:12px;align-items:center;gap:9px;min-height:50px;padding:9px 11px;display:flex}.structured-customization-options input{width:16px;height:16px;min-height:0;accent-color:var(--ink);padding:0}.structured-customization-options span{color:var(--ink);font-size:13px;font-weight:500;line-height:1.45}.structured-customization-quantity{justify-content:space-between}.structured-customization-quantity select{border:1px solid var(--line-soft);background:var(--paper);width:68px;min-height:38px;color:var(--ink);font:inherit;border-radius:10px;padding:0 10px}.reservation-list{gap:var(--space-xs);margin-top:var(--space-2xs);padding:var(--space-sm);border:1px solid var(--line-soft);background:var(--soft);border-radius:18px;grid-column:1/-1;display:grid}.reservation-list-heading{justify-content:space-between;align-items:center;gap:var(--space-xs);display:flex}.reservation-list ul{gap:var(--space-xs);margin:0;padding:0;list-style:none;display:grid}.reservation-item-card{gap:var(--space-sm);padding:var(--space-sm);border:1px solid var(--line-soft);background:var(--paper);border-radius:16px;display:grid}.reservation-item-card-heading{align-items:center;gap:var(--space-xs);grid-template-columns:auto minmax(0,1fr) auto auto;display:grid}.reservation-item-card-heading>div:first-child,.reservation-item-thumb+div{gap:3px;min-width:0;display:grid}.reservation-item-card-heading .menu-promotion-prefix{justify-self:start}.reservation-item-card-heading button{width:34px;padding:0;font-size:18px;line-height:1}.reservation-list small{color:var(--muted);font-size:12px;font-weight:600;line-height:1.45}.reservation-list p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.reservation-list strong{color:var(--price);white-space:nowrap}.reservation-item-controls{gap:var(--space-2xs);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.reservation-item-controls label{gap:6px;display:grid}.reservation-item-controls select{border:1px solid var(--line-soft);background:var(--paper);min-height:42px;color:var(--ink);font:inherit;border-radius:12px;padding:0 12px;font-size:13px}.reservation-item-toppings{border:0;gap:8px;margin:0;padding:0;display:grid}.reservation-item-toppings legend{color:var(--muted);font-size:12px;font-weight:700}.reservation-item-toppings>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.reservation-item-toppings label{border:1px solid var(--line-soft);background:var(--soft);border-radius:12px;align-items:center;gap:8px;min-height:46px;padding:8px 10px;display:flex}.reservation-item-toppings input{width:15px;height:15px;accent-color:var(--ink)}.reservation-item-toppings span{font-size:12px;line-height:1.35}.reservation-item-customizations{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.reservation-item-customizations>div{background:var(--soft);border-radius:12px;gap:3px;min-width:0;padding:10px 12px;display:grid}.reservation-item-customizations span{color:var(--muted);font-size:11px}.reservation-item-customizations strong{overflow-wrap:anywhere;color:var(--ink);white-space:normal;font-size:12px;font-weight:600;line-height:1.45}.add-reservation-item-button{border-color:var(--ink);background:var(--ink);width:min(100%,420px);min-height:56px;color:var(--paper);letter-spacing:.02em;grid-column:1/-1;justify-self:center;font-size:15px;transition:box-shadow .18s,transform .18s;box-shadow:0 12px 30px #17171733}.add-reservation-item-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 36px #17171742}.add-reservation-item-button:active:not(:disabled){transform:translateY(0);box-shadow:0 8px 20px #1717172e}.add-reservation-item-button:focus-visible{outline-offset:3px;outline:3px solid #17171733}.add-reservation-item-button:disabled{box-shadow:none;color:#77736d;opacity:1;background:#d8d5cf;border-color:#d8d5cf}.order-total{color:var(--ink);text-align:center;white-space:nowrap;grid-column:1/-1;place-self:center;gap:4px;margin:0;font-size:clamp(20px,2vw,28px);font-weight:700;display:grid}.order-total span{color:inherit;font:inherit}.order-total small{color:#1f6f53;font-size:13px;font-weight:800}.shortage-preference{background:#f7faf8;border:1px solid #235b4438;border-radius:12px;gap:10px;margin:0;padding:14px;display:grid}.shortage-preference legend{padding:0 5px;font-weight:700}.shortage-preference>p{margin:0;font-size:12px;line-height:1.55}.shortage-preference label{cursor:pointer;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;display:grid}.shortage-preference input{accent-color:#235b44;width:17px;height:17px;margin:2px 0 0}.shortage-preference label span{gap:3px;display:grid}.shortage-preference label strong{font-size:13px}.shortage-preference label small{color:var(--muted);font-size:11px;line-height:1.45}.checkout-button{grid-column:1/-1;justify-self:center;width:min(100%,420px);min-height:56px}.form-note{width:min(100%,640px);color:var(--muted);text-align:center;text-wrap:balance;grid-column:1/-1;justify-self:center;margin:-2px 0 0;font-size:13px;line-height:1.55}footer{justify-content:space-between;align-items:center;gap:var(--space-sm);padding:var(--space-lg) var(--space-page-x);border-top:1px solid var(--line-soft);color:var(--muted);grid-template-columns:1fr auto 1fr;font-size:14px;line-height:1.6;display:grid}footer p{margin:0}.footer-brand{align-items:center;gap:14px;display:flex}.footer-brand img{object-fit:contain;width:auto;height:58px}.footer-brand small{color:var(--muted);margin-top:2px;font-size:11px;font-weight:700;line-height:1.2;display:block}.footer-links+p{justify-self:end}.footer-links{gap:16px;display:flex}.footer-links a{color:inherit;font-weight:650;text-decoration:none}.footer-links a:hover{color:var(--ink)}@media (max-width:980px){.site-header{grid-template-columns:1fr auto}.nav-links{display:none}.header-tools{gap:8px}.hero,.access-section,.reserve-panel,.menu-category{grid-template-columns:1fr}.store-detail-eyebrow,.store-detail-title,.store-detail-address,.store-detail-intro,.store-detail-section .shop-info,.store-detail-media,.store-detail-section .access-actions{grid-area:auto/1}.hero{padding-top:var(--space-2xl)}.hero-visual{border-radius:20px}.hero-visual img{height:auto}.hero-carousel .hero-slides{height:min(64svh,560px)}.hero-carousel .hero-slide img{height:100%}.map-card,.map-card iframe,.store-detail-media{min-height:420px}.menu-grid,.reserve-form{grid-template-columns:repeat(2,minmax(0,1fr))}.reserve-form>label,.reserve-form>label:nth-of-type(2){grid-column:span 1}.reserve-form>label:nth-of-type(2),.reserve-form>.reservation-drink-field,.reserve-form>.reservation-pickup-date-field,.reserve-form>.reservation-pickup-time-field,.reserve-form>.reservation-customer-field,.reserve-form>.reservation-member-field,.reservation-member-panel,.reservation-drink-preview,.topping-field{grid-column:1/-1}.topping-grid,.reservation-item-controls,.reservation-item-toppings>div,.reservation-item-customizations,.product-list,.product-list.compact,.customize-grid,.step-grid,.guide-grid,.story-grid,.faq-grid,.info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.add-reservation-item-button,.checkout-button,.order-total,.form-note{grid-column:1/-1}.store-card{flex-direction:column;gap:14px;min-height:0;display:flex}.store-card-media{aspect-ratio:4/3;width:100%;max-width:none}.store-photo,.store-photo-placeholder{aspect-ratio:4/3;height:100%;min-height:0}.store-card-copy{grid-template-rows:auto;gap:8px;display:grid}.store-status,.store-card h2,.store-card h3,.store-card p,.store-card-copy p:not(.store-status),.store-card-copy .text-link,.store-link-spacer{grid-area:auto}.store-card p{max-width:none}}@media (max-width:640px){.site-header{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px 14px}.brand{min-width:0}.brand-logo{max-width:min(54vw,220px);height:62px}.header-action{white-space:nowrap;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:12px;line-height:1;display:inline-flex}.header-action-full{display:none}.header-action-short{display:inline}.member-icon-link{width:42px;height:42px}.member-icon-link svg{width:18px;height:18px}.header-tools{flex-direction:row;justify-content:end;align-items:center;gap:6px}.language-picker{justify-content:center;width:42px;height:42px;padding:0}.language-picker-label{display:none}.language-picker-current{color:var(--ink);font-size:12px;line-height:1;display:block}.language-picker select{opacity:0;cursor:pointer;width:100%;max-width:none;height:100%;position:absolute;inset:0}h1{font-size:38px}h2{font-size:28px}.hero{gap:var(--space-md);min-height:auto;padding:32px 16px 24px}.hero-visual{border-radius:24px}.hero-carousel .hero-slides{height:clamp(380px,58svh,480px)}.hero-carousel .hero-slide img{object-position:center center}.hero-slide figcaption{background:#ffffffe6;border-radius:20px;gap:6px;width:auto;max-width:none;padding:14px 16px;font-size:15px;line-height:1.4;inset:16px 16px auto}.hero-slide figcaption span{letter-spacing:.18em;font-size:10px}.hero-carousel-controls{justify-content:center;bottom:16px;left:16px;right:16px}.hero-carousel-controls>button{width:42px;height:42px}.hero-carousel-dots{min-height:42px;padding-inline:14px}.menu-hero{padding-top:40px}.menu-hero h1{max-width:420px;font-size:clamp(30px,8.8vw,42px)}.menu-hero p:not(.eyebrow){font-size:16px}.menu-grid,.store-list,.reserve-form,.topping-grid,.reservation-item-controls,.reservation-item-toppings>div,.reservation-item-customizations,.structured-customization-options,.product-list,.product-list.compact,.customize-grid,.step-grid,.guide-grid,.story-grid,.faq-grid,.info-grid{grid-template-columns:1fr}.reserve-form>label,.reserve-form>label:nth-of-type(2),.topping-field,.reservation-member-panel,.add-reservation-item-button,.checkout-button,.order-total,.form-note{grid-column:1/-1}.reservation-member-panel,.reservation-coupon-panel button{grid-template-columns:1fr}.reservation-coupon-panel small{white-space:normal}.reservation-member-panel a{width:100%}.form-note{text-align:center}.reservation-drink-preview{align-items:start;gap:var(--space-xs);grid-template-columns:96px minmax(0,1fr);min-height:0;padding:14px}.reservation-drink-preview img{width:96px;height:118px}.reservation-drink-preview div{grid-template-columns:1fr;align-content:start;gap:6px}.reservation-drink-preview span,.reservation-drink-preview strong,.reservation-drink-preview small,.reservation-drink-preview p{grid-area:auto/1}.reservation-drink-preview strong{overflow-wrap:anywhere;line-height:1.25}.reservation-drink-preview small{justify-self:start;margin-right:0;font-size:22px;transform:none}.section-heading{flex-direction:column;align-items:start}.text-link{margin:-8px 0 var(--space-md)}@media (max-width:380px){.reservation-drink-preview{grid-template-columns:1fr}.reservation-drink-preview img{width:100%;height:180px}}.menu-controls{top:70px}.store-card{grid-template-rows:none;grid-template-columns:1fr}.store-card-media{grid-area:auto;max-width:none}.store-card-copy{grid-template-rows:auto auto 1fr auto;gap:8px;display:grid}.store-status,.store-card h2,.store-card h3,.store-card p,.store-card-copy p:not(.store-status),.store-card-copy .text-link,.store-link-spacer{grid-area:auto}.drink-card{min-height:220px}.menu-section .menu-grid{border-top:1px solid var(--line-soft)}.menu-section .drink-card{grid-template-columns:122px minmax(0,1fr) auto;align-items:start;gap:14px;min-height:0;padding:18px;display:grid}.menu-section .drink-photo{width:112px;height:154px;margin:0 auto}.menu-section .drink-tag{margin-bottom:6px;font-size:10px}.menu-section .drink-card h3{margin-bottom:6px;font-size:18px;line-height:1.35}.menu-section .drink-card p:not(.drink-tag){-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.menu-section .drink-card span{white-space:nowrap;align-self:start;padding-top:22px;font-size:20px}.map-card,.map-card iframe{border-radius:20px;min-height:360px}.store-detail-media{border-radius:20px;min-height:320px}.access-actions{grid-template-columns:1fr;width:100%}.access-actions .uber-eats-button{grid-column:auto}.reserve-panel{padding:var(--space-md);border-radius:20px}.product-item{min-height:auto}.product-item.with-photo{grid-template-columns:120px minmax(0,1fr);gap:10px 14px}.product-photo{grid-row:1/span 2;width:112px;height:150px}.product-item-actions{grid-column:2/-1;grid-template-columns:1fr auto;place-items:center start}.product-item h3,.product-item p{overflow-wrap:anywhere;word-break:normal}.product-item h3{font-size:15px;line-height:1.35}.product-item p{font-size:12px;line-height:1.6}.product-item-actions span{font-size:18px}.reservation-item-card-heading{grid-template-columns:minmax(0,1fr)}.reservation-list strong,.reservation-item-card-heading button{justify-self:start}.shop-info div{grid-template-columns:1fr;gap:6px}footer{flex-direction:column;align-items:flex-start;display:flex}.footer-brand{gap:10px}.footer-brand img{height:44px}.footer-links+p{justify-self:auto}}.order-complete-page{align-content:center;gap:18px;min-height:100vh;padding:clamp(24px,5vw,48px);display:grid}.order-complete-card,.order-summary-card,.order-status-card,.order-complete-guide{border:1px solid var(--line);background:#fffaf4;border-radius:28px;width:min(680px,100%);margin:0 auto;padding:clamp(22px,4vw,34px)}.order-complete-card h1{margin:10px 0 14px}.pickup-code-panel{background:var(--ink);color:#fff;border-radius:24px;gap:6px;margin:24px 0;padding:22px;display:grid}.order-screenshot-note{color:#9a4d16;background:#f790091f;border-radius:14px;padding:12px 14px;font-weight:800}.pickup-code-panel span{color:#ffffffb8}.pickup-code-panel strong{letter-spacing:.08em;font-size:clamp(2.5rem,10vw,4rem)}.order-complete-card dl{grid-template-columns:110px minmax(0,1fr);gap:12px;margin:0 0 24px;display:grid}.order-complete-card dt{color:var(--muted)}.order-complete-actions{flex-wrap:wrap;gap:12px;display:flex}.order-member-followup{background:#f5fbf6;border:1px solid #1c5c462e;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:22px;padding:16px;display:grid}.order-member-followup div{gap:4px;display:grid}.order-member-followup span{color:#1f6f53;font-size:12px;font-weight:800}.order-member-followup strong{color:var(--ink);font-size:15px;line-height:1.45}.order-member-followup p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.order-member-followup a{color:#1f6f53;white-space:nowrap;border:1px solid #1c5c4647;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.order-complete-guide h2{margin-top:0}.order-status-heading{justify-content:space-between;align-items:start;gap:16px;display:flex}.order-status-heading h2{margin:0}.order-status-badge{color:#027a48;white-space:nowrap;background:#027a4824;border-radius:999px;padding:8px 12px;font-weight:800}.order-status-badge.is-alert{color:#b42318;background:#f044381f}.order-status-steps{gap:10px;margin:22px 0 0;padding:0;list-style:none;display:grid}.order-status-steps li{border:1px solid var(--line);color:var(--muted);border-radius:14px;padding:12px 14px}.order-status-steps li.is-active{color:var(--ink);background:#027a4814;border-color:#027a4847;font-weight:800}.order-status-note,.order-status-sync{color:var(--muted);margin-bottom:0}.order-status-sync span{color:var(--ink);margin-top:4px;font-weight:800;display:block}.order-status-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.order-status-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.order-status-actions a,.order-status-footer button{border:1px solid var(--ink);background:var(--ink);color:#fff;white-space:nowrap;border-radius:999px;padding:10px 14px;font-weight:800}.order-status-actions a{border-color:var(--line);background:var(--paper);color:var(--ink)}.order-status-footer button:disabled{cursor:wait;opacity:.62}.order-summary-card h2{margin-top:0}.order-summary-card dl{grid-template-columns:110px minmax(0,1fr);gap:12px;margin-bottom:0;display:grid}.order-summary-card dt{color:var(--muted)}.order-complete-guide ol{margin-bottom:0}@media (max-width:640px){.order-complete-page{align-content:start;padding:18px 16px 28px}.order-complete-card,.order-summary-card,.order-status-card,.order-complete-guide{border-radius:24px;padding:24px 22px}.order-member-followup{grid-template-columns:1fr}.order-member-followup a{width:100%}.order-status-heading{flex-direction:column;align-items:flex-start;gap:12px}.order-status-heading h2{letter-spacing:-.05em;max-width:none;font-size:clamp(2.15rem,10vw,2.75rem);line-height:1.08}.order-status-badge{align-self:flex-start;padding:10px 16px;font-size:1.05rem}}
