@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/commissioner/Commissioner-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/commissioner/Commissioner-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-024F, U+0131, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-036F, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/montserrat/Montserrat-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/montserrat/Montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-024F, U+0131, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-036F, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Bad Script";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/bad-script/BadScript-regular.ttf") format("truetype");
}

:root {
  --bg: #efefef;
  --surface: #f8f8f8;
  --text: #1f1f1f;
  --muted: #5f5f5f;
  --accent: #eee8dc;
  --badge-warm: #eee8dc;
  --notice-surface: rgba(242, 232, 210, 0.86);
  --line: #dedede;
  --header-bg: #efefef;
  --font-sans: "Montserrat", "Commissioner", "Noto Sans", "Segoe UI", sans-serif;
  --font-display: var(--font-sans);
  --type-body-scale: 1;
  --type-heading-scale: 1;
  --body-line-height: 1.68;
  --section-space-scale: 1;
  --highlights-gap-scale: 1;
  --hero-stretch-scale: 0;
  --hero-slider-fade-ms: 1200;
  --notice-radius: 14px;
  --button-radius: 0px;
  --right-col-start: calc(50% + 0.5rem);
}

*,
*::before,
*::after {
  border-width: 0 !important;
  border-style: none !important;
}

body {
  height: 100%;
  overflow: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  font-size: calc(clamp(1rem, 0.9rem + 0.29vw, 1.14rem) * var(--type-body-scale));
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: 0.003em;
}

html {
  scroll-behavior: smooth;
  overflow: hidden;
  height: 100%;
}

a {
  color: inherit;
}

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

main {
  flex: 1 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  backdrop-filter: none;
  background: transparent;
  overflow: visible;
}

.site-header .header-inner.container-wide {
  max-width: var(--content-max);
  padding-top: 0;
}

body {
  padding-top: 0;
}

.header-inner {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0;
  align-self: flex-end;
  transform: translateY(50%);
  z-index: 50;
  width: 92px;
  height: 92px;
  justify-content: center;
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
}

.logo-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: transparent;
}

.logo-link .header-logo {
  width: 68px;
  opacity: 0.8;
}

.header-logo {
  width: 68px;
  height: auto;
  display: block;
}

.header-menu-link {
  position: absolute;
  top: 50%;
  left: calc(max(var(--pad), env(safe-area-inset-left)) + 74px);
  transform: translateY(50%);
  z-index: 205;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.35rem 0.7  rem;
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--notice-surface);
  font-size: 1.12rem;
  line-height: 1;
  white-space: nowrap;
  border: 0 !important;
}

.header-menu-link-bg {
  border: 0 !important;
}

.header-menu-link:hover,
.header-menu-link:focus-visible {
  background-color: rgba(255, 255, 255, 0.6);
}

.header-lunch-link {
  font-family: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  font-size: inherit;
}

.header-phone-link {
  display: none;
}

.header-lang-action {
  display: none;
}

.header-phone-icon {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}

.main-nav {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.12rem;
  font-weight: 400;
  position: relative;
  z-index: 100;
}

.main-nav .nav-group-food,
.main-nav .nav-group-drinks {
  display: contents;
}

.main-nav .nav-quick-jumps,
.main-nav .nav-section-label {
  display: none;
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 100;
}

.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle-icon {
  position: relative;
  transform: none;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-icon::before {
  top: -7px;
}

.nav-toggle-icon::after {
  top: 7px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.main-nav a {
  text-decoration: none;
  padding: 0.35rem 0.45rem;
  border-bottom: 2px solid transparent;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 100;
  background-color: var(--notice-surface);
}

.main-nav a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom-color: transparent;
}

.main-nav a:focus-visible {
  background-color: rgba(255, 255, 255, 0.6);
  outline: 2px solid var(--badge-warm);
  outline-offset: 2px;
}

.main-nav a[aria-current="page"] {
  border-bottom-color: var(--text);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}

.nav-dropdown-summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0.35rem 0.45rem;
  border-bottom: 2px solid transparent;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 100;
  background-color: var(--notice-surface);
}

.nav-dropdown-summary:hover,
.nav-dropdown-summary:focus-visible {
  background-color: #ffffff;
  border-bottom-color: transparent;
}

.nav-dropdown[open] > .nav-dropdown-summary {
  background-color: #ffffff;
}

.nav-dropdown-summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  z-index: 220;
  min-width: 14rem;
  display: none;
  flex-direction: column;
  background: var(--accent);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.nav-dropdown[open] .nav-dropdown-menu {
  display: flex;
}

.nav-dropdown:hover .nav-dropdown-menu {
  display: flex;
}

.nav-dropdown-menu a {
  min-height: 2.2rem;
  padding: 0.46rem 0.72rem;
  justify-content: flex-start;
  background: transparent;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: #ffffff;
}

@media (min-width: 761px) {
  body:not(.menu-page) .site-header {
    top: 0;
  }

  .header-inner {
    justify-content: flex-start;
  }

  .logo-link {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    align-self: center;
    transform: none;
    width: 68px;
    height: 72px;
    justify-content: flex-start;
    transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
  }

  body {
    padding-top: 0;
  }

  .main-nav {
    position: absolute;
    left: var(--right-col-start);
    right: max(var(--pad), env(safe-area-inset-right));
    margin-left: -0.45rem;
    margin-right: 0;
    align-self: center;
    align-items: stretch;
    justify-content: flex-start;
    height: 52px;
    gap: 0;
    transform: none;
    overflow: hidden;
    white-space: normal;
  }

  .main-nav a {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 0;
    padding-inline: 1rem;
    border-radius: 0;
    background-color: var(--notice-surface);
  }

}

.lang-link {
  font-weight: 400;
  font-size: 1.06em;
  padding-inline: 0.55rem;
}

.header-menu-link-en {
  border: 0 !important;
}

.hero {
  position: relative;
  width: 100%;
  margin-inline: 0;
  min-height: 100svh;
  overflow: hidden;
  z-index: 0;
  isolation: isolate;
}

.js .hero {
  transition: opacity 520ms ease, filter 520ms ease;
}

.js .hero .hero-content-badge {
  transition: opacity 420ms ease;
}

.js .hero .hero-side-note {
  transition: opacity 420ms ease;
}

.js .hero.is-loading {
  opacity: 0;
  filter: saturate(0.95) contrast(0.98);
}

.js .hero.is-loading .hero-content-badge {
  opacity: 0;
}

.js .hero.is-loading .hero-side-note {
  opacity: 0;
}

.js .hero.is-ready {
  opacity: 1;
  filter: none;
}

.js .hero.is-ready .hero-content-badge {
  opacity: 1;
}

.js .hero.is-ready .hero-side-note {
  opacity: 0.8;
}

@media (prefers-reduced-motion: reduce) {
  .js .hero,
  .js .hero .hero-content-badge,
  .js .hero .hero-side-note {
    transition: none;
  }
}

@media (min-width: 761px) {
  body:not(.menu-page) .hero {
    --hero-frame-gap: clamp(0.35rem, 0.8vw, 0.65rem);
    --hero-header-offset: clamp(4.5rem, 6.8vw, 5.4rem);
    --hero-height-trim: clamp(1.4rem, 2.2vw, 2.4rem);
    --hero-frame-extra: max(0px, calc((100vw - min(100vw, var(--wide-max))) / 2));
    --hero-stretch-scale-clamped: clamp(0, var(--hero-stretch-scale, 0), 1);
    --hero-base-inset-left: calc(var(--hero-frame-extra) + max(var(--pad), env(safe-area-inset-left)));
    --hero-base-inset-right: calc(var(--hero-frame-extra) + max(var(--pad), env(safe-area-inset-right)));
    --hero-side-inset-left: calc(var(--hero-base-inset-left) * (1 - var(--hero-stretch-scale-clamped)));
    --hero-side-inset-right: calc(var(--hero-base-inset-right) * (1 - var(--hero-stretch-scale-clamped)));
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: var(--hero-side-inset-left);
    margin-right: var(--hero-side-inset-right);
    min-height: 100svh;
  }

  body:not(.menu-page) .hero-image {
    object-position: 50% 38%;
  }

  body:not(.menu-page) .hero-content-badge {
    --hero-badge-width: clamp(260px, 32vw, 400px);
    height: var(--hero-badge-width);
    top: var(--hero-badge-anchor-y);
    left: 50%;
    transform: translate3d(-50%, calc(-50% + var(--hero-badge-offset-y)), 0);
  }

  body:not(.menu-page) .hero-badge {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body:not(.menu-page) .hero-content-badge .hero-side-note {
    position: absolute;
    left: 50%;
    top: calc(100% + 0.55rem);
    transform: translateX(-50%);
    width: max-content;
    max-width: min(86vw, 520px);
  }

  body:not(.menu-page) .hero-welcome-sub {
    font-size: clamp(0.8rem, 0.72rem + 0.24vw, 0.98rem);
  }
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-slide {
  opacity: 0;
  transition: opacity calc(var(--hero-slider-fade-ms, 1200) * 1ms) ease;
  will-change: opacity;
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.08) 55%, rgba(0, 0, 0, 0));
  pointer-events: none;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 1px solid rgba(246, 251, 241, 0.82) !important;
  background: rgba(246, 251, 241, 0.35);
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.hero-dot.is-active {
  background: #f6fbf1;
  border-color: #f6fbf1 !important;
  transform: scale(1.08);
}

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: 30px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: var(--accent);
  animation: heroCueFloat 1.9s ease-in-out infinite;
}

.hero-scroll-cue::before {
  content: none;
}

.hero-scroll-cue:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.hero-content {
  color: #fff;
  max-width: 66ch;
  padding-bottom: clamp(2rem, 6vw, 4rem);
}

.hero-sticky-wrap {
  position: static;
}

.hero-content-badge {
  --hero-badge-anchor-y: 45%;
  --hero-badge-width: clamp(280px, 40vw, 460px);
  --hero-badge-offset-y: 0px;
  position: absolute;
  z-index: 2;
  top: var(--hero-badge-anchor-y);
  left: 50%;
  right: auto;
  transform: translate3d(-50%, calc(-50% + var(--hero-badge-offset-y)), 0);
  max-width: none;
  padding: 0;
  display: block;
  width: var(--hero-badge-width);
  max-width: none;
  text-align: center;
  pointer-events: none;
  isolation: isolate;
  will-change: transform;
}

.hero-content-badge > * {
  z-index: 1;
}

.hero-badge {
  position: relative;
  display: block;
  width: var(--hero-badge-width);
  margin: 0 auto;
  height: auto;
  opacity: 0.8;
  filter: drop-shadow(0 8px 28px rgba(0, 0, 0, 0.28));
}

.hero-welcome-sub {
  width: auto;
  margin: 0;
  font-size: clamp(0.78rem, 0.7rem + 0.24vw, 0.96rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.8;
}

.hero-side-note {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.55rem);
  transform: translateX(-50%);
  width: max-content;
  max-width: min(86vw, 520px);
  margin: 0;
  text-align: center;
}

@keyframes heroCueFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.85;
  }

  50% {
    transform: translateX(-50%) translateY(5px);
    opacity: 1;
  }
}

.eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.84rem, 0.78rem + 0.2vw, 0.98rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: var(--font-display);
  letter-spacing: -0.01em;
  font-weight: 400;
}

h1 {
  margin-bottom: 0.45rem;
  font-size: calc(clamp(2.9rem, 8.2vw, 6.4rem) * var(--type-heading-scale));
  line-height: 0.95;
  font-weight: 400;
  text-wrap: balance;
}

h2 {
  font-size: calc(clamp(1.95rem, 4.4vw, 3.25rem) * var(--type-heading-scale));
  margin-bottom: 1rem;
  line-height: 1.02;
  text-wrap: balance;
}

h3 {
  font-size: calc(clamp(1.22rem, 2.1vw, 1.64rem) * var(--type-heading-scale));
  line-height: 1.16;
}

.button {
  display: inline-block;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: var(--notice-surface);
  color: #1f1f1f;
  padding: 0.76rem 1.15rem;
  font-weight: 400;
  font-size: 0.87rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--button-radius);
  transition: transform 140ms ease, filter 140ms ease;
}

.button:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.button:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.section {
  position: relative;
  background: var(--bg);
  padding: calc(clamp(3.2rem, 8vw, 6.1rem) * var(--section-space-scale)) 0;
}

#history.section {
  z-index: 30;
}

#highlights.section {
  z-index: 20;
}

section[id] {
  scroll-margin-top: 96px;
}

.section-alt {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.site-notice {
  position: fixed;
  z-index: 1400;
  left: 50%;
  top: var(--site-notice-top, 50vh);
  transform: translate(-50%, -50%);
  width: min(92vw, 700px);
  pointer-events: auto;
}

.site-notice[hidden] {
  display: none !important;
}

.site-notice-inner {
  position: relative;
  padding: 1.22rem 3rem 1.22rem 1.1rem;
  border: 1px solid rgba(31, 31, 31, 0.2);
  border-radius: var(--notice-radius);
  background: var(--notice-surface);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.site-notice-text {
  margin: 0;
  font-size: clamp(0.96rem, 0.9rem + 0.24vw, 1.12rem);
  line-height: 1.45;
  letter-spacing: 0.01em;
  font-weight: 500;
  white-space: pre-wrap;
  color: #1f1f1f;
}

.site-notice-close {
  position: absolute;
  top: 0.58rem;
  right: 0.64rem;
  width: 1.72rem;
  height: 1.72rem;
  border: 1px solid rgba(31, 31, 31, 0.22);
  border-radius: 999px;
  background: var(--notice-surface);
  color: #1f1f1f;
  font-size: 0.96rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 140ms ease, transform 140ms ease;
}

.site-notice-close:hover,
.site-notice-close:focus-visible {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .site-notice {
    width: min(94vw, 560px);
  }

  .site-notice-inner {
    padding-right: 2.3rem;
  }
}


#highlights.section-alt {
  background: var(--bg);
  padding-bottom: calc(clamp(1.8rem, 4vw, 2.8rem) * var(--section-space-scale));
}

#highlights .prose {
  max-width: var(--content-max);
  margin-inline: auto;
}

#highlights .highlights-list {
  width: 100%;
  max-width: var(--content-max);
}

#highlights .highlight-note {
  width: min(100%, 72ch);
  max-width: 72ch;
}

.footer-contact {
  background: linear-gradient(180deg, #ececec 0%, #e5e5e5 100%);
  padding-top: clamp(1.4rem, 3vw, 2.2rem);
  padding-bottom: 1.2rem;
}

.highlights-list {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:
    calc(clamp(1.2rem, 2.5vw, 2rem) * var(--highlights-gap-scale))
    calc(clamp(1rem, 2vw, 1.6rem) * var(--highlights-gap-scale));
}

.highlight-item + .highlight-item {
  margin-top: 0;
}

.highlight-item h3 {
  margin-bottom: 0.42rem;
  font-weight: 500;
  font-size: clamp(1.1rem, 0.98rem + 0.44vw, 1.38rem);
}

.highlight-item p {
  margin: 0;
  color: #2a2a2a;
}

.highlight-item {
  position: relative;
  padding-left: 0.95rem;
}

.highlight-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 3px;
  height: calc(100% - 0.35rem);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.highlight-note {
  margin: 0.42rem 0 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--muted);
}

.highlights-list + .highlight-note {
  margin-top: clamp(8rem, 16vw, 12rem);
  padding-top: 0.85rem;
}

.highlight-note:last-child {
  margin-bottom: clamp(0.4rem, 1.6vw, 0.9rem);
}

@media (max-width: 760px) {
  .highlights-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  .highlights-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: clamp(1.6rem, 3.2vw, 2.8rem);
    row-gap: 1rem;
  }
}

@media (min-width: 761px) and (max-width: 1023px) {
  .hero-content-badge {
    --hero-side-width: min(33vw, 300px);
    --hero-badge-width: min(24vw, 230px);
    height: var(--hero-badge-width);
    top: var(--hero-badge-anchor-y);
    gap: clamp(0.4rem, 1.2vw, 1rem);
  }

  .hero-welcome-sub {
    font-size: clamp(0.68rem, 0.62rem + 0.22vw, 0.84rem);
  }
}

blockquote {
  position: relative;
  margin: 4rem 0 0;
  padding: 3rem 1.8rem 1.7rem;
  background: transparent;
  border-radius: 4px;
  font-size: clamp(1.03rem, 0.97rem + 0.16vw, 1.15rem);
  line-height: 1.72;
  text-align: justify;
  text-align-last: left;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

blockquote::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
  width: clamp(1.8rem, 3.1vw, 2.5rem);
  height: clamp(1.6rem, 2.8vw, 2.2rem);
  background: url("/assets/icons/quote-symbol.svg") no-repeat left top / contain;
  opacity: 0.55;
}

#history-quote-text {
  display: block;
  white-space: pre-wrap;
}

#history-body {
  white-space: pre-line;
}

cite {
  margin-top: 0.8rem;
  display: block;
  font-style: normal;
  color: var(--muted);
}

#history .prose p:not(.eyebrow) {
  text-align: left;
  text-align-last: auto;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

#history .prose {
  max-width: var(--content-max);
  margin-inline: auto;
}

.find-us-grid h3 {
  margin-bottom: 0.32rem;
}

.phone-row {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.phone-row h3,
.phone-row p {
  margin: 0;
}

.phone-row a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.phone-row h3,
.phone-row a span {
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

body.is-phone-nav-pressed .phone-row h3,
body.is-phone-nav-pressed .phone-row a span {
  background: #f2e6ca;
  box-shadow: 0 0 0 0.2em #f2e6ca;
  border-radius: 0.2em;
}

.find-us-grid > div:last-child .phone-row + p {
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

body.is-phone-nav-pressed .find-us-grid > div:last-child .phone-row + p {
  background: #f2e6ca;
  box-shadow: 0 0 0 0.2em #f2e6ca;
  border-radius: 0.2em;
}

.footer-phone-icon {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}

.find-us-grid > div:last-child h3 + p {
  margin-top: 0.1rem;
}

.find-us-grid > div:last-child p + h3 {
  margin-top: 0.55rem;
}

@media (min-width: 768px) {
  .find-us-grid > div:last-child {
    padding-left: 1.8rem;
  }
}

.address-link {
  text-decoration: none;
}

.address-link:hover,
.address-link:focus-visible {
  text-decoration: none;
}

.status-closed {
  display: inline-block;
  margin-bottom: 0.3rem;
  padding: 0;
  color: #1f1f1f;
  font-size: 1.12em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: pre-line;
}

.find-us-grid a[href^="tel:"] {
  font-size: 1.12em;
  font-weight: 400;
}

.site-footer {
  position: relative;
  z-index: 10;
  border-top: 0;
  background: var(--notice-surface);
  margin-top: auto;
}

.site-footer::before {
  content: none;
}

.footer-inner {
  position: relative;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  flex-wrap: wrap;
  padding-top: 0.6rem;
  padding-bottom: 1.35rem;
  background: transparent;
}

.footer-inner p {
  margin: 0;
  color: #4f4f4f;
  font-size: clamp(0.82rem, 0.78rem + 0.16vw, 0.95rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-upper-logo-row {
  position: relative;
  z-index: 3;
  height: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}

.footer-upper-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  background: var(--notice-surface);
  border-radius: 999px;
  transform: translateY(-50%);
}

.footer-inner-text-only {
  justify-content: flex-start;
  text-align: left;
  background: var(--notice-surface);
}

.site-footer .footer-inner.footer-inner-text-only {
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 3rem;
  gap: 0;
  align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media (max-width: 760px) {

  body:not(.menu-page) .main-nav .lang-link {
    display: none !important;
  }

  body:not(.menu-page) {
    --menu-header-height: 5.1rem;
  }

  .site-header {
    background: transparent;
    min-height: 4.5rem;
    box-shadow: none;
  }

  body:not(.menu-page) .site-header {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 0;
    box-shadow: none;
  }

  body:not(.menu-page) .main-nav a[href="#top"],
  body:not(.menu-page) .main-nav a[href="#find-us"]:not(.header-phone-link) {
    display: none;
  }


  .find-us-grid .button {
    margin-bottom: 1.2rem;
  }

  .hero-content-badge {
    --hero-badge-width: clamp(260px, 74vw, 460px);
    top: var(--hero-badge-anchor-y);
    left: 50%;
    width: var(--hero-badge-width);
    transform: translate3d(-50%, calc(-50% + var(--hero-badge-offset-y)), 0);
  }


  .hero-badge {
    position: static;
    width: var(--hero-badge-width);
    margin-bottom: 0.5rem;
  }

  .hero-side-note {
    position: absolute;
    left: 50%;
    top: calc(100% + 0.5rem);
    transform: translateX(-50%);
    width: max-content;
    max-width: min(88vw, 520px);
    margin: 0;
    text-align: center;
  }

  .hero-welcome-sub {
    font-size: clamp(0.84rem, 0.76rem + 0.3vw, 1.04rem);
  }

  .hero-scroll-cue {
    bottom: 0.9rem;
    height: 58px;
  }

  .hero {
    min-height: 100svh;
  }

  .header-inner {
    min-height: 4.5rem;
    justify-content: space-between;
  }

  .header-logo {
    width: 62px;
  }

  body:not(.menu-page) .nav-toggle {
    display: none;
  }

  body:not(.menu-page) .header-inner {
    min-height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.30rem 0.34rem;
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(var(--pad), env(safe-area-inset-right));
  }

  body:not(.menu-page) .logo-link {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex: 0 0 auto;
    margin-left: -0.25rem;
    margin-right: auto;
    background-color: var(--notice-surface);
    border-radius: 999px;
    padding: 0.56rem 0.46rem 0.46rem 0.56rem;
  }

  body:not(.menu-page) .header-menu-link {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
    margin: 0;
    min-height: 2.5rem;
    padding: 0.48rem 0.82rem;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    border-radius: 999px;
    background-color: var(--notice-surface);
    border: 0 !important;
    box-shadow: none;
    order: 3;
    align-self: center;
  }

  body:not(.menu-page) .header-menu-link:not(.header-lunch-link):not(.header-lang-action) {
    order: 3;
    margin-left: auto !important;
  }

  body:not(.menu-page) .header-contact-link {
    display: none !important;
  }

  body:not(.menu-page) .header-lunch-link {
    order: 4;
  }

  body:not(.menu-page) .main-nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 !important;
    margin-left: 0;
    width: auto;
    min-width: 0;
    max-height: none;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    overflow: visible;
    order: 5 !important;
    align-self: center;
    justify-content: center !important;
    flex: 0 0 auto !important;
  }

  body:not(.menu-page) .main-nav a {
    width: auto;
    min-height: 2.34rem;
    padding: 0.44rem 0.72rem;
    border-radius: 4px;
    font-size: 1.08rem;
    line-height: 1;
    white-space: nowrap;
    background: var(--notice-surface);
    pointer-events: auto;
  }

  body:not(.menu-page) .main-nav .header-phone-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.56rem !important;
    min-width: 2.56rem;
    height: 2.56rem !important;
    min-height: 2.56rem;
    padding: 0.38rem 0.64rem !important;
    border-radius: 999px;
    background: var(--notice-surface);
    font-size: 1.12rem;
    line-height: 1;
    order: 2;
    align-self: center;
    margin: 0 !important;
  }

  body:not(.menu-page) .main-nav .header-phone-link .header-phone-icon {
    width: 1.2rem !important;
    height: 1.2rem !important;
  }

  body:not(.menu-page) .header-lang-action {
    display: inline-flex !important;
    order: 6;
    margin-right: max(0.55rem, env(safe-area-inset-right)) !important;
  }

  body:not(.menu-page) .header-menu-link:hover,
  body:not(.menu-page) .header-menu-link:focus-visible {
    background-color: var(--notice-surface);
    filter: none;
  }

  .header-menu-link:hover,
  .header-menu-link:focus-visible {
    background-color: #ffffff;
  }

  .logo-link::before {
    content: none;
  }

  .logo-link .header-logo {
    width: 56px;
    opacity: 1;
  }

  body:not(.menu-page) .logo-link .header-logo {
    width: 64px;
  }

  body {
    padding-top: 0;
  }

  .footer-inner {
    min-height: 0;
    justify-content: center;
    text-align: center;
    padding-top: 1.1rem;
    padding-bottom: 1.2rem;
  }

  .footer-upper-logo-row {
    justify-content: flex-end;
    margin-top: 0;
  }

  .footer-upper-logo {
    width: 78px;
    height: 78px;
    transform: translateY(-50%);
  }

  .footer-inner.footer-inner-text-only {
    justify-content: flex-start;
    text-align: left;
  }
}


@media (min-width: 761px) {
  body:not(.menu-page) .main-nav .header-phone-link {
    display: none !important;
  }

  body:not(.menu-page) .header-inner {
    position: relative;
    min-height: 72px;
    justify-content: flex-start;
    max-width: var(--content-max);
    gap: clamp(0.4rem, 0.8vw, 0.9rem);
  }

  body:not(.menu-page) .logo-link {
    position: static;
    left: auto !important;
    top: auto;
    transform: none;
    align-self: center;
    margin-top: clamp(0.24rem, 0.45vw, 0.46rem);
    margin-right: clamp(0.8rem, 1.6vw, 1.6rem);
    width: 68px;
    height: 72px;
    justify-content: flex-start;
  }

  body:not(.menu-page) .header-menu-link {
    position: static;
    top: auto;
    left: auto !important;
    right: auto !important;
    transform: none;
    min-height: 44px;
    padding-inline: 0 !important;
    margin-inline: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 0 !important;
    align-self: center;
  }

  body:not(.menu-page) .header-lunch-link {
    right: auto !important;
  }

  body:not(.menu-page) .main-nav a,
  body:not(.menu-page) .header-menu-link {
    width: auto;
    min-width: 0;
    height: 44px;
    min-height: 44px;
    padding: 0 clamp(0.48rem, 0.95vw, 0.95rem) !important;
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: clamp(0.76rem, 0.75rem + 0.42vw, 1rem);
    letter-spacing: 0.01em;
  }

  body:not(.menu-page) .header-menu-link {
    padding-inline: clamp(0.62rem, 1.1vw, 1.05rem) !important;
    margin-inline: 0 !important;
  }

  body:not(.menu-page) .main-nav a {
    margin-inline: 0;
    min-width: 0;
    padding-inline: clamp(0.44rem, 0.9vw, 0.9rem) !important;
  }

  body:not(.menu-page) .main-nav {
    position: static;
    left: auto;
    right: auto;
    transform: none;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    align-self: center;
    align-items: center;
    justify-content: center;
    height: 44px;
    gap: clamp(0.08rem, 0.2vw, 0.35rem);
    padding-right: 0;
    overflow: visible;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  body:not(.menu-page) .main-nav a[href="#top"],
  body:not(.menu-page) .main-nav .lang-link {
    display: none !important;
  }

  body:not(.menu-page) .header-lang-action {
    display: inline-flex;
    order: 6 !important;
  }

  body:not(.menu-page) .header-contact-link {
    display: inline-flex;
    order: 5 !important;
  }

  body:not(.menu-page) .header-menu-link:not(.header-lunch-link):not(.header-lang-action):not(.header-contact-link) {
    order: 3 !important;
  }

  body:not(.menu-page) .header-lunch-link {
    order: 4 !important;
  }

}


@media (max-width: 420px) {
  body:not(.menu-page) .header-inner {
    column-gap: 0.22rem;
  }

  body:not(.menu-page) .logo-link {
    width: 60px;
    height: 60px;
  }

  body:not(.menu-page) .header-menu-link {
    min-height: 2.34rem;
    padding: 0.42rem 0.62rem;
    font-size: 0.92rem;
  }

  body:not(.menu-page) .main-nav .header-phone-link {
    width: 2.28rem !important;
    min-width: 2.28rem !important;
    height: 2.28rem !important;
    min-height: 2.28rem !important;
    padding: 0.3rem 0.52rem !important;
  }

  body:not(.menu-page) .header-lang-action {
    margin-right: max(0.3rem, env(safe-area-inset-right)) !important;
  }
}
