.store-menu{padding:var(--space-2xl)0;background:var(--color-bg)}.store-menu__inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--space-md)}.store-menu__header{text-align:center;margin-bottom:var(--space-xl)}.store-menu__label{font-size:.75rem;letter-spacing:.3em;color:var(--store-accent);margin-bottom:var(--space-sm)}.store-menu__title{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2rem)}.store-menu__lead{margin-top:var(--space-sm);font-size:.9375rem;line-height:1.8;color:var(--color-text-muted);max-width:640px;margin-left:auto;margin-right:auto}.store-menu__section{margin-bottom:var(--space-2xl)}.store-menu__section:last-of-type{margin-bottom:0}.store-menu__note,.store-menu__subtitle{text-align:center;margin-bottom:var(--space-lg)}.store-menu__subtitle{font-family:var(--font-serif);font-size:clamp(1.125rem,2.5vw,1.375rem);color:var(--color-text)}.store-menu__note{font-size:.875rem;color:var(--color-text-muted);margin-top:calc(-1*var(--space-sm))}.sig-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-sm);max-width:900px;margin:0 auto}@media (max-width:640px){.sig-grid{grid-template-columns:1fr}}.sig-item{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-white);border-radius:var(--radius);border-left:3px solid var(--store-accent)}.sig-item__name{font-weight:700;font-size:.9375rem;line-height:1.5}.sig-item__en{display:block;font-weight:400;font-size:.75rem;color:var(--color-text-muted);margin-top:.125rem}.sig-item__price{flex-shrink:0;font-weight:700;font-size:.9375rem;color:var(--store-accent);white-space:nowrap}.mcat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}@media (max-width:768px){.mcat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.mcat-grid{grid-template-columns:1fr}}.mcat{padding:var(--space-md);background:var(--color-white);border-radius:var(--radius)}.mcat__name{font-family:var(--font-serif);font-size:.9375rem;font-weight:700;color:var(--store-accent);margin-bottom:var(--space-xs);padding-bottom:var(--space-xs);border-bottom:1px solid var(--color-border)}.mcat__items{font-size:.8125rem;line-height:1.9;color:var(--color-text)}.mcat__range{margin-top:var(--space-xs);font-size:.75rem;font-weight:500;color:var(--color-text-muted)}.lunch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xs);max-width:900px;margin:0 auto}@media (max-width:640px){.lunch-grid{grid-template-columns:1fr}}.lunch-item{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-sm);padding:var(--space-xs) var(--space-sm);border-bottom:1px dotted var(--color-border)}.lunch-item__name{font-size:.9375rem;font-weight:500}.lunch-item__price{flex-shrink:0;font-weight:700;color:var(--store-accent);font-size:.9375rem}.course-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}@media (max-width:768px){.course-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.course-grid{grid-template-columns:1fr}}.course-card{padding:var(--space-md);background:var(--color-white);border-radius:var(--radius);border-top:3px solid var(--store-accent)}.course-card__name{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--store-accent);text-align:center;margin-bottom:var(--space-sm)}.course-card__items{font-size:.8125rem;line-height:1.9;color:var(--color-text)}.course-card__items li+li{margin-top:.125rem}.course-card__note{margin-top:var(--space-sm);font-size:.75rem;color:var(--color-text-muted);text-align:center}.sig-item__desc,.store-menu__footer{font-size:.8125rem;color:var(--color-text-muted)}.store-menu__footer{text-align:center;margin-top:var(--space-xl);line-height:1.9}.sig-item__desc{display:block;font-weight:400;margin-top:.25rem;line-height:1.6}.food-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-sm);max-width:900px;margin:0 auto}@media (max-width:640px){.food-gallery{grid-template-columns:repeat(2,1fr)}}.food-gallery__item{margin:0}.food-gallery__item img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:var(--radius);display:block}.food-gallery__caption{font-size:.75rem;color:var(--color-text-muted);margin-top:.375rem;text-align:center}.food-gallery.is-marquee{display:block;grid-template-columns:none;max-width:none;gap:0;overflow-x:auto;overflow-y:hidden;cursor:grab;touch-action:pan-x;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(to right,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(to right,transparent,#000 5%,#000 95%,transparent)}.food-gallery.is-marquee::-webkit-scrollbar{display:none}.food-gallery.is-marquee.is-dragging{cursor:grabbing}.food-marquee__track{display:flex;width:max-content;gap:var(--space-md)}.food-gallery.is-marquee .food-gallery__item{flex:0 0 auto;margin:0}.food-gallery.is-marquee .food-gallery__item img{height:460px;width:auto;aspect-ratio:3/2;border-radius:var(--radius);pointer-events:none;-webkit-user-select:none;user-select:none}.food-gallery.is-marquee .food-gallery__caption{font-size:.8125rem;margin-top:.5rem;-webkit-user-select:none;user-select:none}@media (max-width:640px){.food-gallery.is-marquee .food-gallery__item img{height:340px}}