:root {
  color-scheme: only light;
  --brand: #b44c00;
  --brand-dark: #833a10;
  --ink: #30231b;
  --cream: #f6f3ec;
  --paper: #fffdf8;
  --card: #fffdf8;
  --muted: #65594f;
  --soft: #796454;
  --line: #ded6ca;
  --line-soft: #e4d9cc;
  --nav-surface: #f2ece2;
  --image-placeholder: #e8ded0;
  --header-ink: #855b3f;
  --sans: "Pretendard", "Apple SD Gothic Neo", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }

html {
  background: var(--cream);
  scroll-padding-bottom: calc(112px + env(safe-area-inset-bottom));
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(74, 47, 22, .012) 5px 6px),
    var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.has-menu-dialog { overflow: hidden; }
.intro { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.intro h1 { min-width: 0; }
.store-info-button { flex: 0 0 auto; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--muted); font-size: 13px; font-weight: 650; cursor: pointer; }
.store-dialog { width: min(560px, calc(100% - 24px)); max-width: none; max-height: calc(100dvh - 24px); padding: 0; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); color: var(--ink); }
.store-dialog::backdrop { background: rgba(20, 14, 10, .65); backdrop-filter: blur(4px); }
.store-dialog-card { max-height: calc(100dvh - 28px); overflow: auto; }
.store-dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; position: sticky; top: 0; z-index: 2; padding: 16px 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
.store-dialog-heading h2 { margin: 0; font-size: 21px; }
.store-dialog-heading button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 26px; cursor: pointer; }
.store-dialog-body { padding: 20px; }
.store-section h3 { margin: 0 0 14px; color: var(--brand); font-size: 17px; }
.store-today { margin: 0 0 8px; font-size: 15px; line-height: 1.6; word-break: keep-all; }
.store-note { margin: 8px 0; color: var(--muted); font-size: 14px; line-height: 1.7; white-space: pre-line; overflow-wrap: anywhere; }
.store-hours-list { margin: 18px 0 0; font-size: 14px; }
.store-hours-list > div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.store-hours-list dd { margin: 0; white-space: nowrap; }
.store-hours-list .is-today { color: var(--ink); font-weight: 750; }
.store-section { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
#store-hours-content .store-section { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.store-weekly { margin-top: 14px; }
.store-weekly summary { min-height: 44px; padding: 12px 0; cursor: pointer; color: var(--muted); font-size: 14px; }
.store-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.store-links a, .store-copy-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; color: var(--ink); text-decoration: none; background: transparent; font-size: 13px; cursor: pointer; }
.store-wifi-row { display: flex; align-items: center; gap: 12px; }
.store-wifi-value { min-width: 0; font-size: 14px; overflow-wrap: anywhere; user-select: text; }
.store-copy-button { flex: 0 0 auto; }
.store-parking-image { display: block; width: 100%; max-height: 400px; object-fit: contain; border-radius: 10px; margin-top: 14px; }

button { color: inherit; font: inherit; -webkit-tap-highlight-color: transparent; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
}

.menu-search-tools { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.menu-search-field { flex: 1 1 180px; min-width: 0; }
.menu-search-field input { display: block; width: 100%; min-width: 0; min-height: 44px; border: 1px solid var(--line); border-radius: 9px; padding: 10px 12px; font: inherit; font-size: 16px; color: var(--ink); background: var(--paper); }
.menu-search-field input::placeholder { color: var(--muted); }
.menu-filter-buttons { display: flex; gap: 8px; }
.menu-filter-buttons button, .reset-menu-search { min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 9px; background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; white-space: nowrap; }
.menu-filter-buttons button[aria-pressed="true"] { color: var(--paper); background: var(--brand-dark); border-color: var(--brand-dark); }
.reset-menu-search { justify-self: start; }
.dialog-options { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 22px; }
.dialog-options h3 { margin: 0 0 14px; font-size: 16px; }
.dialog-options dl { margin: 0; }
.dialog-options dl > div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 12px; margin: 10px 0; font-size: 14px; line-height: 1.6; }
.dialog-options dt { color: var(--muted); }
.dialog-options dd { margin: 0; min-width: 0; }
.dialog-options dd > span { display: flex; justify-content: space-between; flex-wrap: wrap; column-gap: 12px; }
.dialog-options dd > span > span:last-child { color: var(--muted); white-space: nowrap; }
@media (max-width: 480px) {
  .menu-search-tools { gap: 8px; margin-bottom: 18px; }
  .menu-search-field { flex-basis: 130px; }
  .dialog-options dl > div { grid-template-columns: 1fr; gap: 4px; margin: 14px 0; }
}

.page-wrap {
  width: min(1180px, calc(100% - 44px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 30px 0 70px;
}

.site-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--line);
}

.brand-block { min-width: 0; }

.menu-wordmark {
  margin: 0;
  color: var(--brand);
  font-family: Arial Black, Impact, var(--sans);
  font-size: clamp(58px, 8.8vw, 108px);
  font-weight: 950;
  letter-spacing: -.095em;
  line-height: .77;
}

.brand-subtitle {
  margin: 20px 0 0;
  color: var(--header-ink);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .105em;
}

.header-tools {
  display: flex;
  margin-bottom: 1px;
  align-items: center;
  gap: 12px;
}

.hours {
  display: flex;
  margin: 0 0 2px;
  align-items: center;
  gap: 8px;
  color: var(--header-ink);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.hours svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.language-picker {
  position: relative;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--header-ink);
  background: var(--paper);
}

.language-picker > svg {
  position: absolute;
  left: 11px;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  pointer-events: none;
}

.language-picker::after {
  position: absolute;
  right: 11px;
  content: "⌄";
  font-size: 12px;
  pointer-events: none;
}

.language-picker select {
  min-height: 38px;
  padding: 0 29px 0 34px;
  border: 0;
  border-radius: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  appearance: none;
}

.intro { padding: 32px 0 16px; }

.intro h1 {
  margin: 0;
  font-size: clamp(31px, 5vw, 54px);
  font-weight: 850;
  letter-spacing: -.065em;
  line-height: 1.08;
}

.category-nav {
  position: sticky;
  z-index: 10;
  top: env(safe-area-inset-top, 0px);
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 12px 0 25px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--nav-surface);
}

.category-tabs {
  display: flex;
  min-width: 0;
  width: auto;
  max-width: 100%;
  gap: 3px;
  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-padding-inline: 4px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.nav-arrow {
  display: grid;
  flex: 0 0 36px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: var(--brand);
  background: transparent;
  cursor: pointer;
  font-size: 28px;
  place-items: center;
}
.nav-arrow[hidden] { display: none; }
.nav-arrow:disabled { opacity: .25; cursor: default; }
.category-tab:focus-visible { outline: 2px solid currentColor; outline-offset: -3px; }

.category-tabs::-webkit-scrollbar { display: none; }

.category-tab {
  display: inline-flex;
  min-height: 43px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 10px;
  color: var(--header-ink);
  background: transparent;
  cursor: pointer;
  font-size: 12.5px;
  font-weight: 700;
  flex: 0 0 auto;
  scroll-snap-align: center;
  transition: color 140ms ease, background-color 140ms ease;
  white-space: nowrap;
}

.category-tab:hover { background: rgba(180, 76, 0, .07); }
.category-tab[aria-selected="true"] {
  color: #fffdf8;
  background: var(--brand);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
}

.tab-icon,
.section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tab-icon svg,
.section-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.menu-section {
  overflow-x: clip;
  outline: none;
  overscroll-behavior-x: contain;
  touch-action: pan-y pinch-zoom;
  scroll-margin-top: calc(var(--category-nav-height, 60px) + 14px + env(safe-area-inset-top, 0px));
}

.section-heading {
  display: flex;
  margin-bottom: 19px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.section-title {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-size: clamp(24px, 3.2vw, 30px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.1;
}

.section-icon svg { width: 26px; height: 26px; }

.item-count {
  margin: 0 1px 1px 0;
  color: var(--soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 22px;
}

.menu-card {
  display: flex;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background: var(--card);
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.menu-card:hover {
  border-color: #b3947c;
  box-shadow: 0 8px 24px rgba(62, 39, 24, .09);
  transform: translateY(-3px);
}

.card-visual {
  position: relative;
  display: block;
  aspect-ratio: 1.62 / 1;
  overflow: hidden;
  background: var(--image-placeholder);
}

.card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: transform 300ms cubic-bezier(.2, .75, .2, 1);
  user-select: none;
  -webkit-user-drag: none;
}

.menu-card:hover .card-image { transform: scale(1.025); }

.best-badge {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  display: inline-flex;
  min-height: 27px;
  padding: 0 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 4px 14px rgba(96, 45, 10, .16);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  pointer-events: none;
}

.best-badge[hidden] { display: none; }

.availability-badge {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 22px;
  margin: 0 0 7px;
  padding: 3px 8px;
  align-self: flex-start;
  align-items: center;
  border: 1px solid #c9ad93;
  border-radius: 5px;
  color: #765036;
  background: #f4e8db;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  word-break: keep-all;
}
.availability-badge[hidden] { display: none; }
.menu-card.is-sold-out .card-image { opacity: .8; filter: saturate(.55); }

.photo-count-badge {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  min-width: 31px;
  min-height: 25px;
  padding: 0 8px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  color: #fff;
  background: rgba(45, 33, 26, .72);
  backdrop-filter: blur(5px);
  font-size: 10px;
  font-weight: 800;
  pointer-events: none;
}

.photo-count-badge svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.card-body {
  display: flex;
  min-width: 0;
  min-height: 154px;
  padding: 20px;
  flex: 1;
  flex-direction: column;
}

.card-category {
  display: block;
  margin-bottom: 9px;
  color: var(--header-ink);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
}

.card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 13px;
}

.card-title {
  min-width: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.card-price {
  flex: 0 0 auto;
  color: var(--brand);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.4;
  white-space: nowrap;
}

.card-description {
  display: -webkit-box;
  margin-top: 11px;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: -.012em;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.menu-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 62px 20px;
  border: 1px dashed var(--line);
  border-radius: 18px;
  color: var(--muted);
  background: var(--paper);
  font-size: 14px;
  text-align: center;
}

.menu-status--error { color: #963f21; }
.retry-button { display: block; min-height: 44px; margin: 16px auto 0; padding: 0 18px; border: 1px solid var(--brand); border-radius: 8px; background: transparent; cursor: pointer; }

.site-footer {
  margin-top: 72px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .06em;
  line-height: 1.6;
}

.site-footer p { margin: 0; }

.menu-dialog {
  width: min(720px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: clip;
  border: 0;
  border-radius: 22px;
  color: var(--ink);
  background: transparent;
}

.menu-dialog[open] { animation: dialog-in 180ms cubic-bezier(.2, .75, .2, 1) both; }
.menu-dialog::backdrop { background: rgba(40, 25, 15, .48); backdrop-filter: blur(4px); }

.dialog-card {
  max-height: calc(100svh - 32px);
  overflow: auto;
  border-radius: inherit;
  background: var(--paper);
  touch-action: pan-y pinch-zoom;
  overscroll-behavior: contain;
  box-shadow: 0 28px 76px rgba(38, 24, 14, .27);
}

.dialog-visual {
  position: relative;
  aspect-ratio: 1.75 / 1;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  background: var(--image-placeholder);
  touch-action: pan-y pinch-zoom;
}

.dialog-visual img { display: block; width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none; }
.dialog-best-badge { top: 18px; left: 18px; min-height: 31px; padding-inline: 13px; font-size: 11px; }

.dialog-close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 4px 15px rgba(62, 39, 24, .11);
  cursor: pointer;
  place-items: center;
}

.dialog-close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }

.gallery-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  color: #fff;
  background: rgba(45, 33, 26, .62);
  box-shadow: 0 5px 18px rgba(30, 20, 14, .18);
  cursor: pointer;
  transform: translateY(-50%);
  place-items: center;
}

.gallery-arrow[hidden] { display: none; }
.gallery-arrow:disabled { opacity: .3; cursor: default; }
.gallery-arrow span { margin-top: -2px; font-size: 30px; font-weight: 300; line-height: 1; }
.gallery-arrow--previous { left: 16px; }
.gallery-arrow--next { right: 16px; }

.gallery-position {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 13px;
  display: flex;
  min-height: 26px;
  padding: 0 9px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: #fff;
  background: rgba(45, 33, 26, .64);
  backdrop-filter: blur(6px);
  font-size: 10px;
  font-weight: 750;
  transform: translateX(-50%);
}

.gallery-position[hidden] { display: none; }
.gallery-dots { display: flex; align-items: center; gap: 4px; }
.gallery-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  cursor: pointer;
  transition: width 140ms ease, background-color 140ms ease;
}
.gallery-dot[aria-current="true"] { width: 15px; background: #fff; }
.dialog-copy { padding: 29px 31px 30px; }

.dialog-category {
  margin: 0 0 11px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.dialog-heading h2 { margin: 0; font-size: 30px; font-weight: 850; letter-spacing: -.055em; line-height: 1.25; }
.dialog-heading p { flex: 0 0 auto; margin: 2px 0 0; color: var(--brand); font-size: 20px; font-weight: 750; }
.dialog-description { margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.dialog-note { margin: 25px 0 0; padding-top: 18px; border-top: 1px solid var(--line-soft); color: var(--soft); font-size: 12px; line-height: 1.55; }
.dialog-menu-nav { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 16px; font-size: 12px; color: var(--muted); }
.dialog-menu-nav[hidden] { display: none; }
.dialog-menu-nav button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--ink); font: inherit; font-weight: 650; cursor: pointer; }
.dialog-menu-nav button:disabled { opacity: .4; cursor: default; }
.dialog-menu-nav button > [aria-hidden] { font-size: 24px; line-height: 1; }
.dialog-nav-label { white-space: nowrap; }
#dialog-menu-count { flex-shrink: 0; font-variant-numeric: tabular-nums; }

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(8px) scale(.985); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 920px) {
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
}

@media (max-width: 600px) {
  .page-wrap {
    width: 100%;
    padding: 20px 14px calc(112px + env(safe-area-inset-bottom));
    overflow-x: clip;
  }
  .site-header { align-items: flex-start; flex-direction: column; gap: 15px; padding-bottom: 15px; }
  .menu-wordmark { font-size: clamp(52px, 17vw, 66px); }
  .brand-subtitle { margin-top: 15px; font-size: 10px; }
  .hours { font-size: 13px; }
  .header-tools { width: 100%; justify-content: space-between; }
  .language-picker { min-height: 42px; }
  .language-picker select { min-height: 42px; font-size: 13px; }
  .intro { padding: 21px 2px 10px; }
  .intro h1 { font-size: clamp(27px, 8vw, 31px); }
  .category-nav {
    margin: 8px -14px 18px;
    width: auto;
    max-width: none;
    padding: 6px 8px;
    overflow: hidden;
    border-inline: 0;
    border-radius: 0;
    background: var(--nav-surface);
    border-block: 1px solid var(--line);
  }
  .category-tabs {
    width: 100%;
    max-width: none;
    gap: 4px;
    padding: 0 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-padding-inline: 6px;
  }
  .category-tab { min-height: 44px; padding-inline: 12px; gap: 6px; font-size: 13px; }
  .tab-icon svg { width: 17px; height: 17px; }
  .menu-grid { grid-template-columns: 1fr; gap: 12px; }
  .section-heading { margin-bottom: 14px; }
  .section-title { font-size: 23px; }
  .section-icon svg { width: 23px; height: 23px; }
  .menu-card {
    display: grid;
    grid-template-columns: clamp(96px, 29vw, 116px) minmax(0, 1fr);
    min-height: 108px;
    border-radius: 14px;
  }
  .card-visual { width: 100%; aspect-ratio: 1 / 1; align-self: center; }
  .best-badge { top: 8px; left: 8px; min-height: 22px; padding-inline: 7px; font-size: 8px; }
  .photo-count-badge { right: 7px; bottom: 7px; min-width: 27px; min-height: 21px; padding-inline: 6px; }
  .photo-count-badge svg { width: 10px; height: 10px; }
  .card-body { min-height: 0; padding: 12px 13px; justify-content: center; }
  .card-category { display: none; }
  .card-heading { flex-wrap: wrap; gap: 3px 10px; }
  .card-title { flex: 1 1 auto; font-size: 16px; line-height: 1.35; }
  .card-price { margin-left: auto; font-size: 14px; line-height: 1.5; }
  .card-description { margin-top: 6px; font-size: 13px; line-height: 1.5; }
  .site-footer { margin-top: 46px; }
  .menu-dialog { width: min(100% - 22px, 720px); max-height: calc(100svh - 22px); }
  .dialog-card { max-height: calc(100svh - 22px); }
  .dialog-visual { aspect-ratio: 1.35 / 1; }
  .dialog-copy { padding: 23px 21px 25px; }
  .gallery-arrow { width: 35px; height: 35px; }
  .gallery-arrow--previous { left: 10px; }
  .gallery-arrow--next { right: 10px; }
  .gallery-arrow span { font-size: 27px; }
  .dialog-heading { flex-wrap: wrap; gap: 6px 14px; }
  .dialog-heading h2 { font-size: 24px; overflow-wrap: anywhere; }
  .dialog-heading p { font-size: 17px; }
}

@media (hover: hover) and (pointer: fine) {
  html {
    scrollbar-color: #8b5d42 var(--cream);
    scrollbar-gutter: stable;
    scrollbar-width: thin;
  }

  ::-webkit-scrollbar { width: 9px; height: 9px; }
  ::-webkit-scrollbar-track { background: var(--cream); }
  ::-webkit-scrollbar-thumb {
    border: 2px solid var(--cream);
    border-radius: 999px;
    background: #8b5d42;
  }
}

@media (max-width: 600px), (hover: none), (pointer: coarse) {
  html {
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar { display: none; width: 0; height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
.store-announcements { margin: 0 0 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.store-announcements > summary { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 14px; cursor: pointer; list-style: none; }
.store-announcements > summary::-webkit-details-marker { display: none; }
#announcement-label { flex: none; font-size: 12px; color: var(--brand); }
#announcement-summary { flex: 1; min-width: 0; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.announcement { padding: 16px; border-top: 1px solid var(--line); overflow-wrap: anywhere; }
.announcement h3 { font-size: 17px; margin: 8px 0; }
.announcement-kind, .announcement-dates { font-size: 12px; color: var(--muted); }
.announcement .store-note { white-space: pre-line; }
.menu-pairing { margin: 22px 0; padding-top: 18px; border-top: 1px solid var(--line); }
.menu-pairing h3 { margin: 0 0 10px; font-size: 14px; color: var(--muted); }
#pairing-button { display: flex; gap: 12px; align-items: center; width: 100%; min-height: 76px; padding: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; text-align: left; }
#pairing-button img { width: 60px; height: 60px; border-radius: 8px; object-fit: cover; }
#pairing-button > span:first-of-type { display: grid; flex: 1; min-width: 0; gap: 5px; font-size: 13px; }
#pairing-button b { font-size: 15px; word-break: keep-all; overflow-wrap: anywhere; }
#pairing-button > span:last-child { padding: 8px; color: var(--brand); font-size: 26px; }
