.store-menu-preview-entry {
  width: 100%;
  min-height: 86px;
  margin: 12px 0;
  padding: 10px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  color: #102649;
  text-align: left;
  background: linear-gradient(135deg, #fff7f0, #fff);
  border: 1px solid #ffd5c1;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(16, 38, 73, .08);
}
.store-menu-preview-entry img {
  width: 74px;
  height: 62px;
  object-fit: cover;
  border-radius: 13px;
}
.store-menu-preview-entry span {
  display: grid;
  gap: 4px;
}
.store-menu-preview-entry b {
  font-size: 18px;
}
.store-menu-preview-entry small {
  color: #6c7482;
  font-size: 12px;
  line-height: 1.4;
}
.store-menu-preview-entry strong {
  color: #ff4d1f;
  white-space: nowrap;
}

body.store-menu-open {
  overflow: hidden !important;
}
.store-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #f7f8fb;
  color: #12264a;
}
.store-menu-overlay[hidden] {
  display: none;
}
.store-menu-preview {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: #f7f8fb;
}
.store-menu-topbar {
  position: relative;
  z-index: 3;
  height: 58px;
  padding: 0 max(16px, env(safe-area-inset-left));
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #e7eaf0;
  backdrop-filter: blur(12px);
}
.store-menu-topbar strong {
  text-align: center;
  font-size: 16px;
}
.store-menu-topbar button {
  width: 40px;
  height: 40px;
  color: #102649;
  background: #f1f3f7;
  border: 0;
  border-radius: 50%;
  font-size: 27px;
  line-height: 1;
}
.store-menu-scroll {
  overflow: auto;
  overscroll-behavior: contain;
  padding-bottom: 220px;
}
.store-menu-hero {
  min-height: 410px;
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(420px, .95fr);
  background: linear-gradient(135deg, #fff1e5, #ffd4c0);
  overflow: hidden;
}
.store-menu-hero > img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}
.store-menu-hero > div {
  padding: clamp(34px, 6vw, 88px);
  align-self: center;
}
.store-menu-hero span {
  color: #f04a22;
  font-size: 14px;
  font-weight: 800;
}
.store-menu-hero p:first-of-type {
  margin: 26px 0 6px;
  color: #606b7a;
  font-size: 14px;
  font-weight: 700;
}
.store-menu-hero h1 {
  margin: 0;
  color: #102649;
  font-size: clamp(42px, 6vw, 78px);
  letter-spacing: -.06em;
}
.store-menu-hero h1 + p {
  max-width: 530px;
  margin: 18px 0 28px;
  color: #34445f;
  font-size: 18px;
  line-height: 1.7;
}
.store-menu-hero dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(92px, 1fr));
  gap: 9px;
}
.store-menu-hero dl div {
  padding: 14px 12px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(16, 38, 73, .1);
  border-radius: 14px;
}
.store-menu-hero dt {
  font-size: 21px;
  font-weight: 900;
}
.store-menu-hero dd {
  margin: 0;
  color: #667083;
  font-size: 12px;
}
.store-menu-tools {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 18px clamp(16px, 4vw, 54px) 14px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  background: rgba(247, 248, 251, .96);
  border-bottom: 1px solid #e4e8ef;
  backdrop-filter: blur(14px);
}
.store-menu-search-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.store-menu-search-box {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #dfe4ec;
  border-radius: 14px;
}
.store-menu-search-box:focus-within {
  border-color: #8190a7;
  box-shadow: 0 0 0 3px rgba(16, 38, 73, .08);
}
.store-menu-search-box > span {
  font-size: 24px;
}
.store-menu-tools input {
  width: 100%;
  color: #152847;
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
}
.store-menu-tools input::-webkit-search-cancel-button {
  display: none;
}
.store-menu-search-box > button {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: #fff;
  background: #aab0ba;
  border: 0;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}
.store-menu-search-cancel {
  display: none;
  padding: 0 4px;
  flex: 0 0 auto;
  color: #152847;
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 800;
}
.store-menu-tools nav {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}
.store-menu-tools nav::-webkit-scrollbar {
  display: none;
}
.store-menu-tools nav button {
  min-height: 40px;
  padding: 0 15px;
  flex: 0 0 auto;
  color: #4e5b70;
  background: #fff;
  border: 1px solid #dfe4ec;
  border-radius: 999px;
  font-weight: 750;
}
.store-menu-tools nav button.active {
  color: #fff;
  background: #102649;
  border-color: #102649;
}
.store-menu-tools > p {
  margin: 0;
  color: #657086;
  font-size: 12px;
  white-space: nowrap;
}
.store-menu-grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px clamp(16px, 4vw, 54px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.store-menu-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  content-visibility: auto;
  contain: layout paint style;
  contain-intrinsic-size: auto 360px;
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(23, 42, 73, .06);
  cursor: pointer;
}
.store-menu-card:focus-visible {
  outline: 3px solid rgba(31, 111, 235, .35);
  outline-offset: 3px;
}
.store-menu-card:active {
  border-color: #ff7a52;
}
.store-menu-card[hidden] {
  display: none;
}
.store-menu-card.is-text-only {
  align-self: start;
  contain-intrinsic-size: auto 180px;
}

.store-menu-render-status {
  max-width: 1440px;
  margin: 0 auto 28px;
  padding: 0 20px;
  color: #657086;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}
.store-menu-render-status[hidden] {
  display: none;
}
.store-menu-card.is-text-only .store-menu-copy {
  min-height: 0;
  padding: 22px 18px;
}
.store-menu-age-badge {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 8px;
  color: #fff;
  background: #a52525;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.store-menu-photo {
  position: relative;
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  background: #f0f1f4;
}
.store-menu-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}
.store-menu-photo-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 8px;
  color: #617087;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .92), transparent 34%),
    linear-gradient(135deg, #eef2f7, #dde5ef);
}
.store-menu-photo-placeholder > span {
  position: static;
  padding: 0;
  color: #173357;
  background: transparent;
  border-radius: 0;
  font-size: 40px;
  line-height: 1;
}
.store-menu-photo-placeholder > small {
  font-size: 11px;
  font-weight: 750;
}
.store-menu-card:hover .store-menu-photo img {
  transform: scale(calc(var(--detail-photo-zoom, 1) * 1.025));
}
.store-menu-photo span {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 9px;
  color: #fff;
  background: #a52525;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.store-menu-copy {
  min-height: 150px;
  padding: 18px;
}
.store-menu-copy p {
  margin: 0 0 7px;
  color: #f04a22;
  font-size: 12px;
  font-weight: 800;
}
.store-menu-copy h3 {
  margin: 0;
  color: #13294d;
  font-size: 19px;
  line-height: 1.35;
}
.store-menu-copy div {
  margin-top: 10px;
  color: #687285;
  font-size: 14px;
  line-height: 1.6;
}
.store-menu-copy mark {
  color: #1f6feb;
  background: transparent;
  font-weight: inherit;
}
.store-menu-card-action {
  display: none;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #f04a22;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}
.store-menu-card-action i {
  font-size: 23px;
  font-style: normal;
  line-height: 1;
}
.store-menu-no-results {
  margin: 40px;
  text-align: center;
  color: #657086;
}
.store-menu-photo-disclaimer {
  max-width: 1440px;
  margin: 16px auto -10px;
  padding: 0 clamp(16px, 4vw, 54px);
  color: #6f7a8c;
  font-size: 12px;
}
.store-menu-order {
  max-width: 1080px;
  margin: 30px auto;
  padding: clamp(24px, 4vw, 46px);
  background: #fff;
  border: 1px solid #e5e8ee;
  border-radius: 26px;
  box-shadow: 0 15px 40px rgba(18, 38, 74, .08);
}
.store-menu-order > span {
  color: #f04a22;
  font-size: 13px;
  font-weight: 800;
}
.store-menu-order h2 {
  margin: 7px 0 8px;
  color: #102649;
  font-size: clamp(30px, 4vw, 46px);
}
.store-menu-order > p {
  margin: 0 0 24px;
  color: #687285;
}
.menu-order-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.menu-order-card {
  min-height: 96px;
  padding: 14px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  color: #152847;
  text-decoration: none;
  background: #f8f9fb;
  border: 1px solid #dde2ea;
  border-radius: 17px;
  font: inherit;
  text-align: left;
}
.menu-order-card-direct {
  color: #fff;
  background: linear-gradient(135deg, #ff5528, #f23818);
  border-color: transparent;
}
.menu-order-card-phone {
  color: #fff;
  background: #102649;
  border-color: #102649;
}
.menu-order-card-coming-soon,
.menu-order-card-coming-soon:disabled {
  opacity: 1;
  cursor: default;
  color: #69758a;
  background: #f1f3f6;
  border-color: #dfe4eb;
}
.menu-order-card-coming-soon > strong {
  font-size: 11px;
  white-space: nowrap;
}
.menu-order-icon {
  width: 54px;
  height: 54px;
  padding: 7px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
}
.menu-order-icon img,
.menu-order-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu-order-icon svg {
  display: block;
}
.menu-order-card > span:nth-child(2) {
  display: grid;
  gap: 4px;
}
.menu-order-card b {
  font-size: 16px;
}
.menu-order-card small {
  color: currentColor;
  opacity: .72;
  line-height: 1.35;
}
.menu-order-card > strong {
  font-size: 24px;
}
.menu-other-orders {
  margin-top: 14px;
}
.menu-other-orders > button {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #253955;
  background: #fff;
  border: 1px solid #dde2ea;
  border-radius: 14px;
  font-weight: 800;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.menu-other-orders > button > strong {
  font-size: inherit;
}
.menu-other-orders > button > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu-other-orders > button > span b {
  color: #f04a22;
}
.menu-other-orders > button > span i {
  color: #536176;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  transition: transform .16s ease;
}
.menu-other-orders > button.is-expanded {
  background: #fff3ee;
  border-color: #ff8b6d;
  box-shadow: 0 0 0 3px rgba(255, 77, 31, .1);
}
.menu-other-orders > button.is-expanded > span i {
  transform: rotate(180deg);
}
.menu-other-order-list {
  margin-bottom: 10px;
  padding: 12px 16px 14px;
  background: #fff8f5;
  border: 2px solid #ff8b6d;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(240, 74, 34, .13);
}
.menu-other-order-list > p {
  margin: 0 0 5px;
  color: #f04a22;
  font-size: 13px;
  font-weight: 850;
}
.menu-other-order-list a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #152847;
  text-decoration: none;
  border-bottom: 1px solid #e0e4eb;
  font-weight: 750;
}
.menu-other-order-list small {
  display: block;
  margin-top: 12px;
  color: #7a8392;
  line-height: 1.5;
}
.store-menu-notes {
  margin: 16px 10px;
  padding: 16px;
  border: 1px solid #d9e3ed;
  border-radius: 18px;
  background: #fff;
  color: #354a61;
  overflow-wrap: anywhere;
}
.store-menu-notes section + section {
  margin-top: 14px;
}
.store-menu-notes h2 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #132d4e;
}
.store-menu-notes ul {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.store-menu-notes li + li {
  margin-top: 6px;
}

.store-menu-notice {
  max-width: 1080px;
  margin: 20px auto 50px;
  padding: 0 20px;
  color: #747e8e;
  font-size: 12px;
  line-height: 1.6;
}
.store-menu-notice p {
  margin: 4px 0;
}
.store-menu-sticky-actions {
  position: fixed;
  z-index: 4;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  width: min(720px, calc(100% - 28px));
  padding: 10px;
  display: grid;
  gap: 8px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(16, 38, 73, .12);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(10, 30, 63, .24);
  backdrop-filter: blur(14px);
}
.store-menu-sticky-actions > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: #102649;
}
.store-menu-sticky-actions > header b {
  font-size: 13px;
}
.store-menu-sticky-actions > header small {
  color: #6f7a8c;
  font-size: 10px;
}
.store-menu-sticky-actions > nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 7px;
}
.store-menu-sticky-actions > nav > a,
.store-menu-sticky-actions > nav > button {
  min-width: 0;
  min-height: 44px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #173357;
  text-align: center;
  text-decoration: none;
  background: #eef3f8;
  border: 1px solid #d8e1ec;
  border-radius: 12px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}
.store-menu-sticky-actions > nav > button {
  cursor: pointer;
}
.store-menu-sticky-actions > nav > button.is-direct,
.store-menu-sticky-actions > nav > button.is-direct:disabled {
  opacity: 1;
  cursor: default;
  color: #69758a;
  background: #f1f3f6;
  border-color: #d8e1ec;
}
.store-menu-sticky-actions > nav > button.is-direct b {
  display: grid;
  gap: 1px;
  white-space: normal;
}
.store-menu-sticky-actions > nav > button.is-direct small {
  font-size: 8px;
}
.store-menu-sticky-actions > nav > a.is-direct {
  color: #fff;
  background: linear-gradient(135deg, #ff5528, #f23818);
  border-color: transparent;
}
.store-menu-sticky-actions > nav > a.is-direct svg path {
  stroke: #fff;
}
.store-menu-sticky-actions > nav > a.is-phone {
  color: #fff;
  background: #102649;
  border-color: #102649;
}
.store-menu-sticky-actions > nav > button.is-other {
  color: #fff;
  background: #405b78;
  border-color: #405b78;
}
.store-menu-sticky-actions > nav > button.is-other.is-expanded {
  background: #173357;
  border-color: #173357;
}
.store-menu-sticky-actions > nav > a b,
.store-menu-sticky-actions > nav > button b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.store-menu-sticky-actions > nav img,
.store-menu-sticky-actions > nav svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}
.store-menu-sticky-other-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #405b78;
  background: #fff;
  border-radius: 7px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}
.store-menu-sticky-other-list {
  position: absolute;
  z-index: 2;
  left: 10px;
  right: 10px;
  bottom: calc(100% + 8px);
  padding: 13px;
  color: #173357;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #d8e1ec;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(10, 30, 63, .25);
  backdrop-filter: blur(14px);
}
.store-menu-sticky-other-list[hidden] {
  display: none;
}
.store-menu-sticky-other-list > p {
  margin: 0 0 9px;
  font-size: 12px;
  font-weight: 850;
}
.store-menu-sticky-other-list > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}
.store-menu-sticky-other-list > div > a {
  min-width: 0;
  min-height: 44px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  color: #173357;
  text-decoration: none;
  background: #f3f6fa;
  border: 1px solid #dbe3ec;
  border-radius: 11px;
  font-size: 11px;
}
.store-menu-sticky-other-list > div > a b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.store-menu-sticky-other-list > div > a span {
  color: #f04a22;
  font-size: 18px;
  font-weight: 900;
}
.store-menu-sticky-other-list > small {
  margin-top: 9px;
  display: block;
  color: #6f7a8c;
  font-size: 9px;
  line-height: 1.45;
}

.menu-order-sheet {
  position: fixed;
  z-index: 8;
  inset: 0;
  display: grid;
  place-items: end center;
  padding: 20px;
}
.menu-order-sheet[hidden] {
  display: none;
}
.menu-order-sheet-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(6, 19, 41, .62);
  border: 0;
}
.menu-order-sheet-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(84dvh, 820px);
  padding: 22px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(3, 17, 42, .3);
}
.menu-order-sheet-panel > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.menu-order-sheet-panel > header > span {
  color: #f04a22;
  font-size: 13px;
  font-weight: 850;
}
.menu-order-sheet-panel > header > button {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  color: #102649;
  background: #f1f3f7;
  border: 0;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
}
.menu-order-selected {
  margin: 10px 0 20px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}
.menu-order-selected img {
  width: 112px;
  height: 112px;
  display: block;
  object-fit: cover;
  background: #f1f2f5;
  border-radius: 18px;
}
.menu-order-selected.no-image {
  grid-template-columns: 1fr;
}
.menu-order-selected img[hidden] {
  display: none;
}
.menu-order-selected small {
  color: #f04a22;
  font-weight: 800;
}
.menu-order-selected h2 {
  margin: 4px 0 7px;
  color: #102649;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.25;
}
.menu-order-selected p,
.menu-order-sheet-copy p {
  margin: 0;
  color: #687285;
  font-size: 13px;
  line-height: 1.55;
}
.menu-order-more-tip {
  margin: -4px 0 18px;
  padding: 12px 14px;
  display: grid;
  gap: 3px;
  color: #1b3458;
  background: #eef5ff;
  border: 1px solid #cddff7;
  border-radius: 14px;
  line-height: 1.45;
}
.menu-order-more-tip b {
  font-size: 14px;
}
.menu-order-more-tip span {
  color: #58708f;
  font-size: 12px;
}
.menu-order-sheet-copy {
  margin-bottom: 15px;
}
.menu-order-sheet-copy h3 {
  margin: 0 0 5px;
  color: #102649;
  font-size: 22px;
}
.store-menu-loading,
.store-menu-load-error {
  width: min(460px, calc(100% - 40px));
  margin: 20vh auto;
  padding: 28px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(10, 30, 63, .16);
}
.store-menu-load-error button {
  min-height: 44px;
  padding: 0 20px;
  color: #fff;
  background: #102649;
  border: 0;
  border-radius: 12px;
}

@media (max-width: 1050px) {
  .store-menu-hero {
    grid-template-columns: 1fr;
  }
  .store-menu-hero > img {
    height: min(55vw, 540px);
    min-height: 320px;
  }
  .store-menu-tools {
    grid-template-columns: 1fr;
  }
  .store-menu-tools > p {
    display: none;
  }
  .store-menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .store-menu-preview {
    position: relative;
    display: block;
  }
  .store-menu-preview-entry {
    grid-template-columns: 58px minmax(0, 1fr) auto;
  }
  .store-menu-preview-entry img {
    width: 58px;
    height: 54px;
  }
  .store-menu-preview-entry strong {
    font-size: 12px;
  }
  .store-menu-topbar {
    position: absolute;
    inset: 0 0 auto;
    height: 54px;
    min-height: 0;
    overflow: hidden;
    transition: opacity .16s ease, transform .18s ease;
  }
  .store-menu-scroll {
    height: 100%;
    box-sizing: border-box;
    padding-top: 54px;
  }
  .store-menu-hero {
    display: block;
    min-height: 0;
  }
  .store-menu-hero > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .store-menu-hero > div {
    padding: 25px 18px 28px;
  }
  .store-menu-hero p:first-of-type {
    margin-top: 18px;
  }
  .store-menu-hero h1 {
    font-size: 43px;
  }
  .store-menu-hero h1 + p {
    margin: 12px 0 20px;
    font-size: 15px;
  }
  .store-menu-hero dl {
    grid-template-columns: repeat(2, 1fr);
  }
  .store-menu-tools {
    top: 54px;
    padding: 8px;
    gap: 7px;
    transition:
      opacity .14s ease,
      transform .2s ease,
      top .2s ease,
      border-color .2s ease;
  }
  .store-menu-search-box {
    height: 42px;
  }
  .store-menu-tools nav {
    width: calc(100vw - 16px);
  }
  .store-menu-tools nav button {
    min-height: 36px;
    padding: 0 13px;
  }
  .store-menu-grid {
    padding: 14px 8px 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .store-menu-card {
    border-radius: 14px;
  }
  .store-menu-copy {
    min-height: 142px;
    padding: 12px;
  }
  .store-menu-copy h3 {
    font-size: 15px;
  }
  .store-menu-copy div {
    font-size: 12px;
    line-height: 1.5;
  }
  .store-menu-order {
    margin: 24px 12px;
    padding: 22px 14px;
    border-radius: 20px;
  }
  .menu-order-grid {
    grid-template-columns: 1fr;
  }
  .menu-order-card {
    min-height: 82px;
  }
  .store-menu-sticky-actions {
    width: calc(100% - 18px);
    bottom: max(8px, env(safe-area-inset-bottom));
    padding: 6px;
    gap: 0;
    transition: transform .22s ease, opacity .14s ease;
  }
  .store-menu-sticky-actions > header {
    display: none;
  }
  .store-menu-sticky-actions > nav {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
  }
  .store-menu-sticky-actions > nav > a,
  .store-menu-sticky-actions > nav > button {
    min-height: 42px;
    padding: 5px 4px;
    font-size: 10px;
  }
  .store-menu-sticky-actions > nav > button.is-direct b {
    display: block;
    white-space: nowrap;
  }
  .store-menu-sticky-actions > nav > button.is-direct small {
    display: none;
  }
  .store-menu-preview.menu-search-active .store-menu-scroll {
    padding-top: 0;
    padding-bottom: 18px;
  }
  .store-menu-preview.menu-search-active .store-menu-hero,
  .store-menu-preview.menu-search-active .store-menu-notes,
  .store-menu-preview.menu-search-active .store-menu-order,
  .store-menu-preview.menu-search-active .store-menu-photo-disclaimer,
  .store-menu-preview.menu-search-active .store-menu-notice {
    display: none;
  }
  .store-menu-preview.menu-search-active .store-menu-tools {
    top: 54px;
    padding: 10px 12px 9px;
    gap: 8px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .store-menu-preview.menu-search-active .store-menu-search-cancel {
    display: block;
  }
  .store-menu-preview.menu-search-active .store-menu-tools nav {
    display: none;
  }
  .store-menu-preview.menu-search-active .store-menu-tools > p {
    display: block;
    color: #4e5b70;
    font-size: 13px;
  }
  .store-menu-preview.menu-search-active .store-menu-tools > p strong {
    color: #f04a22;
    font-size: 15px;
  }
  .store-menu-preview.menu-search-active .store-menu-grid {
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .store-menu-preview.menu-search-active .store-menu-card {
    min-height: 142px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(104px, 30vw, 132px);
    align-items: stretch;
    border-radius: 16px;
  }
  .store-menu-preview.menu-search-active .store-menu-card[hidden] {
    display: none;
  }
  .store-menu-preview.menu-search-active .store-menu-card.is-text-only {
    min-height: 0;
    display: block;
  }
  .store-menu-preview.menu-search-active .store-menu-card.is-text-only .store-menu-copy {
    padding: 16px;
  }
  .store-menu-preview.menu-search-active .store-menu-photo {
    grid-column: 2;
    grid-row: 1;
    margin: 10px;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
  }
  .store-menu-preview.menu-search-active .store-menu-copy {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    padding: 16px 4px 14px 16px;
  }
  .store-menu-preview.menu-search-active .store-menu-copy h3 {
    font-size: 17px;
  }
  .store-menu-preview.menu-search-active .store-menu-copy div {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .store-menu-preview.menu-search-active .store-menu-card-action {
    display: flex;
  }
  .store-menu-preview.menu-search-active .store-menu-sticky-actions {
    opacity: 0;
    transform: translate(-50%, calc(100% + 32px));
    pointer-events: none;
  }
  .menu-order-sheet {
    padding: 0;
  }
  .menu-order-sheet-panel {
    width: 100%;
    max-height: min(82dvh, 720px);
    padding: 18px 14px max(18px, env(safe-area-inset-bottom));
    border-radius: 24px 24px 0 0;
  }
  .menu-order-selected {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 13px;
  }
  .menu-order-selected img {
    width: 88px;
    height: 88px;
    border-radius: 15px;
  }
  .menu-order-selected h2 {
    font-size: 22px;
  }
  .menu-order-sheet-copy h3 {
    font-size: 20px;
  }
  .menu-order-sheet-panel .menu-order-card {
    min-height: 74px;
  }
  .store-menu-preview.menu-chrome-hidden .store-menu-topbar {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
  }
  .store-menu-preview.menu-chrome-hidden .store-menu-tools {
    top: 0;
    opacity: 0;
    transform: translateY(-100%);
    border-bottom-color: transparent;
    pointer-events: none;
  }
  .store-menu-preview.menu-chrome-hidden .store-menu-sticky-actions {
    opacity: 0;
    transform: translate(-50%, calc(100% + 32px));
    pointer-events: none;
  }
}

@media (max-width: 560px) {
  .store-menu-grid {
    grid-template-columns: 1fr;
  }
  .store-menu-photo {
    aspect-ratio: 1.32 / 1;
  }
  .store-menu-copy {
    min-height: 0;
    padding: 16px;
  }
  .store-menu-copy h3 {
    font-size: 18px;
  }
  .store-menu-copy div {
    font-size: 14px;
  }
}

.store-menu-variants {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0 16px 12px;
  border-top: 1px solid #dce4ed;
  padding-top: 8px;
  color: #40566f;
}
.store-menu-variants summary {
  cursor: pointer;
  min-height: 44px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
}
.store-menu-variants ul { list-style: none; padding: 0; margin: 0; }
.store-menu-variants li {
  display: block;
  padding: 12px 0;
  border-top: 1px solid #e9edf3;
}
.store-menu-variants li img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 8px; margin-bottom: 10px; }
.store-menu-variants li span { display: block; min-width: 0; overflow-wrap: anywhere; }
.store-menu-variants li b { display: block; font-size: 14px; }
.store-menu-variants small { display: block; font-size: 12px; line-height: 1.5; margin-top: 5px; }
@media (max-width: 720px) {
  .store-menu-preview.menu-search-active .store-menu-card > .store-menu-photo { align-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .store-menu-photo img,
  .store-menu-preview,
  .store-menu-topbar,
  .store-menu-tools,
  .store-menu-sticky-actions {
    transition: none;
  }
}
