/* ============================================================
   PashaFood Brand System 2026
   PashaFood restaurant palette: olive, oat and one restrained saffron
   accent. Red is reserved for operational error and closed states.
   This file is the single authoritative visual-theme layer.
   ============================================================ */

:root {
  --pf-blue: #2e3b30;
  --pf-blue-dark: #1f2921;
  --pf-blue-soft: rgba(46, 59, 48, 0.08);
  --pf-red: #8b5616;
  --pf-red-dark: #6d410f;
  --pf-red-soft: rgba(139, 86, 22, 0.11);
  --pf-charcoal: #2a342c;
  --pf-charcoal-2: #1f2821;
  --pf-offwhite: #f6f0e4;
  --pf-white: #fffcf6;
  --pf-surface: #ece1cc;
  --pf-muted: #6c695f;
  --pf-rule: rgba(46, 59, 48, 0.16);
  --pf-rule-strong: rgba(46, 59, 48, 0.32);
  --pf-warm-light: #e2c17c;
  --pf-offset: #d8c8a8;
  --pf-danger: #9f3f2f;
  --pf-danger-soft: rgba(159, 63, 47, 0.11);
  --vacation-notice-h: 0px;

  --pf-granat: var(--pf-red);
  --pf-granat-dark: var(--pf-red-dark);
  --pf-granat-soft: var(--pf-red-soft);
  --pf-granat-softer: rgba(139, 86, 22, 0.15);
  --pf-safran: var(--pf-blue);
  --pf-safran-dark: var(--pf-blue-dark);
  --pf-safran-soft: var(--pf-blue-soft);
  --pf-creme: var(--pf-offwhite);
  --pf-creme-2: var(--pf-white);
  --pf-anthrazit: var(--pf-charcoal);
  --pf-anthrazit-2: var(--pf-charcoal-2);
  --pf-line: var(--pf-rule);
  --pf-line-strong: var(--pf-rule-strong);

  --c-red: var(--pf-red);
  --c-red-dark: var(--pf-red-dark);
  --c-red-soft: var(--pf-red-soft);
  --c-bg: var(--pf-offwhite);
  --c-bg-soft: var(--pf-surface);
  --c-text: var(--pf-charcoal);
  --c-text-muted: var(--pf-muted);
  --c-text-light: #898579;
  --white: var(--pf-white);
  --bg-light: var(--pf-surface);
  --border: var(--pf-rule);

  --r-sm: 1px;
  --r: 2px;
  --r-lg: 2px;
  --r-xl: 3px;
  --sh-sm: none;
  --sh: none;
  --sh-lg: none;
  --sh-red: none;
  --shadow-sm: none;
}

/* Foundations ------------------------------------------------ */

html {
  background: var(--pf-offwhite);
}

body {
  color: var(--pf-charcoal);
  background: var(--pf-offwhite);
  background-image: none;
}

main {
  background: var(--pf-offwhite);
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--pf-charcoal);
  font-family: var(--font-heading);
  font-weight: 800;
}

.h2,
h2 {
  max-width: 18ch;
  letter-spacing: -0.045em;
}

.lead {
  color: var(--pf-muted);
}

a {
  color: var(--pf-red);
}

a:hover {
  color: var(--pf-red-dark);
}

:focus-visible {
  outline: 3px solid var(--pf-red);
  outline-offset: 3px;
  border-radius: 0;
}

::selection {
  background: var(--pf-charcoal);
  color: var(--pf-white);
}

.section {
  background: var(--pf-offwhite);
}

.section--light {
  border-block: 1px solid var(--pf-rule);
  background: var(--pf-surface);
}

.section__head {
  max-width: 860px;
  text-align: left;
}

.section__head.text-center {
  margin-inline: 0;
  text-align: left;
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--pf-blue);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.label::before {
  content: "";
  position: static;
  width: 2rem;
  height: 4px;
  flex: 0 0 2rem;
  border-radius: 0;
  background: var(--pf-red);
  transform: rotate(-2deg);
}

/* Navigation ------------------------------------------------- */

.nav,
.nav--scrolled,
.nav--solid,
.nav--transparent {
  background: var(--pf-blue);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.nav .nav__link,
.nav .nav__link--toggle,
.nav__phone {
  color: rgba(255, 255, 255, 0.9);
}

.nav .nav__link:hover,
.nav .nav__link:focus-visible,
.nav .nav__link[aria-current="page"],
.nav .nav__link.active,
.nav .nav__link--toggle:hover,
.nav .nav__link--toggle:focus-visible {
  color: var(--pf-white);
}

.nav__link::after {
  bottom: 3px;
  height: 4px;
  border-radius: 0;
  background: var(--pf-red);
  transform-origin: left;
}

.nav__cta,
.nav__cta--phone {
  border: 2px solid var(--pf-red);
  border-radius: 0;
  background: var(--pf-red);
  color: var(--pf-white);
  box-shadow: none;
}

.nav__cta:hover,
.nav__cta--phone:hover {
  border-color: var(--pf-red-dark);
  background: var(--pf-red-dark);
  color: var(--pf-white);
}

.nav__hamburger,
.nav--scrolled .nav__hamburger,
.nav--solid .nav__hamburger,
.nav--transparent .nav__hamburger {
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nav__dropdown {
  padding: 0;
  border: 3px solid var(--pf-white);
  border-radius: 0;
  background: var(--pf-blue);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.18);
}

.nav__dropdown-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.nav__dropdown li:last-child .nav__dropdown-link {
  border-bottom: 0;
}

.nav__dropdown-link:hover,
.nav__dropdown-link:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.nav__mobile {
  background: var(--pf-blue);
  background-image: none;
}

.nav__mobile-link {
  color: var(--pf-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.nav__mobile-link[aria-current="page"] {
  color: var(--pf-white);
  border-bottom-color: var(--pf-red);
}

.nav__mobile-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.nav__mobile-link--toggle {
  display: flex;
  width: 100%;
  min-height: 54px;
  padding-inline: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  background: transparent;
  color: var(--pf-white);
  font-family: var(--font-heading);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.nav__mobile-link--toggle svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--pf-warm-light);
  transition: transform 180ms ease;
}

.nav__mobile-group.is-open .nav__mobile-link--toggle svg {
  transform: rotate(180deg);
}

.nav__mobile-group.has-active-child .nav__mobile-link--toggle,
.nav__mobile-group.is-open .nav__mobile-link--toggle {
  color: var(--pf-white);
}

.nav__mobile-group.has-active-child {
  border-bottom-color: var(--pf-red);
}

.nav__mobile-submenu {
  display: grid;
  margin: 0 0 0.7rem;
  padding: 0.15rem 0 0.15rem 1rem;
  border-left: 2px solid rgba(226, 193, 124, 0.72);
  animation: mobileSubmenuIn 180ms ease both;
}

.nav__mobile-submenu[hidden] {
  display: none;
}

.nav__mobile-sublink {
  display: flex;
  min-height: 48px;
  padding: 0.7rem 0.8rem;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 252, 246, 0.76);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 650;
  text-decoration: none;
}

.nav__mobile-sublink:last-child {
  border-bottom: 0;
}

.nav__mobile-sublink:hover,
.nav__mobile-sublink:focus-visible,
.nav__mobile-sublink[aria-current="page"] {
  background: rgba(226, 193, 124, 0.1);
  color: var(--pf-white);
}

.nav__mobile-sublink[aria-current="page"] {
  box-shadow: inset 3px 0 0 var(--pf-red);
}

@keyframes mobileSubmenuIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Seasonal closure notice ---------------------------------- */

html.has-vacation-notice {
  scroll-padding-top: calc(var(--nav-h-mobile) + var(--vacation-notice-h) + 12px);
}

body.has-vacation-notice main {
  padding-top: var(--vacation-notice-h);
}

.vacation-notice {
  position: fixed;
  inset: var(--nav-h-mobile) 0 auto;
  z-index: 95;
  border-bottom: 1px solid rgba(31, 41, 33, 0.34);
  background: var(--pf-warm-light);
  color: var(--pf-blue-dark);
}

.vacation-notice__inner {
  display: grid;
  min-height: 54px;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem 1rem;
  padding-block: 0.65rem;
}

.vacation-notice__label {
  padding: 0.38rem 0.58rem;
  background: var(--pf-blue-dark);
  color: var(--pf-offwhite);
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vacation-notice__dates {
  font-family: var(--font-heading);
  font-size: clamp(0.92rem, 1.35vw, 1.05rem);
  font-weight: 800;
  letter-spacing: -0.015em;
}

.vacation-notice__return {
  justify-self: end;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
}

body.nav-open .vacation-notice {
  visibility: hidden;
}

.nav__mobile-cta,
.nav__mobile-phone {
  border-radius: 0;
  box-shadow: none;
}

/* Buttons ---------------------------------------------------- */

.btn,
.btn--lg {
  border-width: 2px;
  border-radius: 0;
  box-shadow: none;
  font-weight: 800;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.btn--red,
.nav__mobile-cta {
  border-color: var(--pf-red);
  background: var(--pf-red);
  color: var(--pf-white);
  box-shadow: none;
}

.btn--red:hover,
.nav__mobile-cta:hover {
  border-color: var(--pf-red-dark);
  background: var(--pf-red-dark);
  color: var(--pf-white);
}

.btn--outline-red {
  border-color: var(--pf-blue);
  background: transparent;
  color: var(--pf-blue);
}

.btn--outline-red:hover {
  border-color: var(--pf-blue);
  background: var(--pf-blue);
  color: var(--pf-white);
}

.btn:hover {
  transform: translate(-2px, -2px);
}

.btn:active {
  transform: translate(1px, 1px);
}

.hero__cta-primary::before {
  display: none;
}

/* Home hero -------------------------------------------------- */

.hero {
  border-bottom: 1px solid var(--pf-rule-strong);
  background: var(--pf-charcoal);
}

.hero.hero--left .hero__overlay {
  background:
    linear-gradient(90deg, rgba(24, 23, 20, 0.68) 0%, rgba(24, 23, 20, 0.34) 47%, rgba(24, 23, 20, 0.06) 100%),
    linear-gradient(180deg, rgba(24, 23, 20, 0.02) 52%, rgba(24, 23, 20, 0.34) 100%);
}

.hero.hero--interactive .hero__bg,
.hero.hero--interactive .hero__bg.loaded {
  filter: saturate(1.02) contrast(1.05) brightness(0.93);
  transform: none;
  transition: none;
}

.hero.hero--left .hero__content {
  opacity: 1;
  transform: none;
  animation: none;
}

.hero.hero--left .hero__title {
  max-width: 8.5ch;
  color: var(--pf-white);
  text-shadow: none;
}

.hero__title-oriental,
.hero.hero--left .hero__title-oriental:hover,
.hero.hero--left .hero__title-oriental:focus-visible {
  color: var(--pf-warm-light);
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: -0.055em;
  text-shadow: none;
  transform: none;
}

.hero.hero--left .hero__title-line--accent::after {
  width: clamp(72px, 9vw, 126px);
  height: 7px;
  border-radius: 0;
  background: var(--pf-warm-light);
  animation: none;
  transform: rotate(-1.5deg);
}

.hero__sub,
.open-badge,
.open-badge[data-state] {
  color: rgba(255, 255, 255, 0.84);
}

.hero.hero--left .hero__sub strong {
  color: var(--pf-warm-light);
}

.hero .btn--outline-white {
  border-color: var(--pf-white);
  background: transparent;
  color: var(--pf-white);
}

.hero .btn--outline-white:hover {
  border-color: var(--pf-white);
  background: var(--pf-white);
  color: var(--pf-blue);
}

.open-badge[data-state="open"] .open-badge__dot {
  background: #6c8f3d;
}

.open-badge[data-state="pause"] .open-badge__dot {
  background: #d99815;
}

.open-badge[data-state="later"] .open-badge__dot {
  background: var(--pf-blue);
  outline: 1px solid rgba(255, 255, 255, 0.55);
}

.open-badge[data-state="closed"] .open-badge__dot {
  background: var(--pf-danger);
}

.open-badge[data-state="vacation"] .open-badge__dot {
  background: var(--pf-warm-light);
  outline: 1px solid rgba(255, 255, 255, 0.6);
}

.hero.hero--left .hero__scroll,
.hero.hero--left .hero__scroll:hover {
  color: rgba(255, 255, 255, 0.78);
  transform: translateX(-50%);
}

.hero.hero--left .hero__scroll::before {
  width: 2px;
  height: 30px;
  border: 0;
  border-radius: 0;
  background: var(--pf-warm-light);
  box-shadow: none;
}

.hero.hero--left .hero__scroll::after {
  display: none;
}

/* Page heroes ------------------------------------------------ */

.page-hero {
  border-bottom: 1px solid var(--pf-rule-strong);
  background: var(--pf-charcoal);
}

.page-hero__overlay {
  background: linear-gradient(90deg, rgba(25, 35, 28, 0.95) 0%, rgba(25, 35, 28, 0.74) 58%, rgba(25, 35, 28, 0.24) 100%);
}

.page-hero__bg {
  opacity: 0.78;
  filter: saturate(0.96) contrast(1.04) brightness(0.86);
}

.page-hero__title,
.article-hero__title {
  color: var(--pf-white);
  text-shadow: none;
}

.page-hero__sub,
.breadcrumb,
.breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
}

.breadcrumb span {
  color: var(--pf-white);
}

/* Menu hero: deliberate editorial spacing instead of stacked defaults. */
.menu-hero {
  min-height: clamp(430px, 48vw, 520px);
  padding-bottom: clamp(3.75rem, 7vw, 5.75rem);
}

.menu-hero .page-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-hero .breadcrumb {
  margin: 0 0 clamp(1.35rem, 2.4vw, 1.8rem);
}

.menu-hero .page-hero__title {
  margin: 0;
  line-height: 1.02;
}

.menu-hero .page-hero__sub {
  max-width: 64ch;
  margin: clamp(1.25rem, 2.5vw, 1.75rem) 0 0;
}

.menu-hero__actions {
  gap: 0.85rem;
  margin-top: clamp(1.5rem, 3vw, 2.1rem);
}

.menu-hero__actions .btn--lg {
  min-height: 50px;
  padding: 0.9rem 1.5rem;
}

/* Shared surfaces ------------------------------------------- */

.award-banner,
.about-overview__fact,
.about-values__item,
.about-engagement__card,
.article-card,
.contact-info__item,
.dish-card,
.hours,
.hours-panel,
.job-card,
.menu-pdf-strip__inner,
.menu-product,
.review-card,
.review-ticker,
.team-card,
.value-card,
.legal__table {
  border: 1px solid var(--pf-rule);
  border-radius: 0;
  background: var(--pf-white);
  box-shadow: none;
}

.hours-panel {
  padding: clamp(1.4rem, 3vw, 2rem);
  border-top: 6px solid var(--pf-blue);
}

.dish-card,
.article-card,
.job-card,
.menu-product,
.team-card,
.value-card {
  overflow: hidden;
}

.dish-card,
.article-card,
.menu-product {
  border-top: 2px solid var(--pf-charcoal);
}

.dish-card:nth-child(even),
.article-card:nth-child(even) {
  border-top-color: var(--pf-charcoal);
}

@media (hover: hover) and (pointer: fine) {
  .dish-card:hover,
  .article-card:hover,
  .job-card:hover,
  .menu-product:hover,
  .team-card:hover,
  .value-card:hover {
    border-color: var(--pf-rule-strong);
    border-top-color: var(--pf-red);
    box-shadow: none;
    transform: none;
  }

  .dish-card:hover .dish-card__name,
  .article-card:hover .article-card__title,
  .menu-product:hover h3 {
    color: var(--pf-blue);
  }
}

.dish-card__img,
.article-card__media,
.article-hero__cover,
.about-people__portrait,
.about-moments__image,
.about-engagement__hero,
.media-tile,
.delivery-zone__map,
.map-embed {
  border-radius: 0;
  box-shadow: none;
}

.dish-card__img,
.article-card__media img,
.media-tile img {
  filter: none;
}

.about-teaser__img {
  border: 3px solid var(--pf-charcoal);
  border-radius: 0;
  box-shadow: 10px 10px 0 var(--pf-offset);
}

.award-banner {
  border: 2px solid var(--pf-charcoal);
  box-shadow: 10px 10px 0 var(--pf-offset);
}

.award-banner__certificate img {
  border: 2px solid var(--pf-charcoal);
  border-radius: 0;
  box-shadow: 7px 7px 0 var(--pf-offset);
}

.dish-card__tag,
.tag,
.article-card__category,
.article-hero__category,
.legal__pill,
.job-card__tags span,
.about-people__chips span {
  padding: 0 0 0.2rem;
  border: 0;
  border-bottom: 3px solid var(--pf-red);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--pf-blue);
}

/* Home sections --------------------------------------------- */

.stats {
  border-block: 0;
  background: var(--pf-charcoal);
}

.stats__item {
  border-color: rgba(255, 255, 255, 0.24);
}

.stats__number,
.stats__number span,
.stats__number strong,
.stats__label {
  color: var(--pf-white);
}

.stats__number::after {
  color: var(--pf-warm-light);
}

.order-cta {
  border: 0;
  border-block: 1px solid var(--pf-rule-strong);
  background: var(--pf-surface);
  background-image: none;
}

.order-cta .h2,
.order-cta h2,
.order-cta p {
  color: var(--pf-charcoal);
}

.order-cta .btn--outline-white {
  border-color: var(--pf-charcoal);
  background: transparent;
  color: var(--pf-charcoal);
}

.order-cta .btn--outline-white:hover {
  background: var(--pf-charcoal);
  color: var(--pf-white);
}

.hours__row--highlight {
  border-left: 5px solid var(--pf-red);
  border-radius: 0;
  background: var(--pf-blue-soft);
}

.hours__status[data-state="open"] {
  color: #4f6f2e;
}

.hours__status[data-state="pause"] {
  color: #9e6810;
}

.hours__status[data-state="later"] {
  color: var(--pf-blue);
}

.hours__status[data-state="closed"] {
  color: var(--pf-danger);
}

.hours__status[data-state="vacation"] {
  color: var(--pf-red-dark);
}

/* Reviews: an editorial wall, never an auto marquee ---------- */

.reviews {
  background: var(--pf-surface);
}

.reviews__rating {
  border-radius: 0;
  background: var(--pf-blue);
  color: var(--pf-white);
  box-shadow: none;
}

.reviews__marquee {
  overflow: visible;
  -webkit-mask-image: none;
  mask-image: none;
}

.reviews__marquee::before,
.reviews__marquee::after {
  display: none;
}

.reviews__track {
  display: grid;
  width: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  background: transparent;
  animation: none;
  transform: none;
}

.review-ticker {
  display: grid;
  width: auto;
  min-width: 0;
  min-height: 188px;
  grid-template-columns: auto 1fr;
  align-content: start;
  align-items: center;
  gap: 0.35rem 0.75rem;
  padding: 1.25rem;
  border: 1px solid var(--pf-rule);
  border-top: 2px solid var(--pf-charcoal);
  border-radius: 0;
  background: var(--pf-white);
  box-shadow: none;
  white-space: normal;
}

.review-ticker:nth-child(even) {
  border-top-color: var(--pf-charcoal);
}

.review-ticker[aria-hidden="true"] {
  display: none;
}

.review-ticker__score,
.review-ticker__google {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.review-ticker__score {
  border-bottom: 3px solid var(--pf-red);
  color: var(--pf-blue);
}

.review-ticker > strong,
.review-ticker > span:last-child {
  grid-column: 1 / -1;
}

.review-ticker > strong {
  margin-top: 0.5rem;
}

.review-ticker > span:last-child {
  line-height: 1.55;
  white-space: normal;
}

/* Menu ------------------------------------------------------- */

.menu-tools {
  margin-inline: 0;
  padding: 1rem 0;
  border: 0;
  border-block: 1px solid var(--pf-rule-strong);
  border-radius: 0;
  background: var(--pf-offwhite);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.menu-tabs {
  gap: 0.4rem;
}

.menu-tab,
.menu-tab.active,
.menu-tab.is-active,
.menu-tab[aria-selected="true"] {
  border-radius: 0;
  box-shadow: none;
}

.menu-tab.active,
.menu-tab.is-active,
.menu-tab[aria-selected="true"] {
  border-color: var(--pf-blue);
  background: var(--pf-blue);
  color: var(--pf-white);
}

.menu-tab:not(.active):not(.is-active):not([aria-selected="true"]) {
  border-color: var(--pf-rule-strong);
  background: var(--pf-white);
  color: var(--pf-charcoal);
}

.menu-tab > span {
  padding: 0 0 0 0.4rem;
  border-left: 2px solid var(--pf-red);
  border-radius: 0;
  background: transparent;
}

.menu-search input,
.menu-results-bar,
.menu-product__order,
.menu-price {
  border-radius: 0;
  box-shadow: none;
}

.menu-search input {
  border: 2px solid var(--pf-charcoal);
  background: var(--pf-white);
}

.menu-search input:focus {
  border-color: var(--pf-blue);
  outline: 3px solid var(--pf-blue-soft);
  outline-offset: 1px;
}

.menu-results-bar {
  border: 0;
  border-top: 1px solid var(--pf-rule-strong);
  background: transparent;
}

.menu-category-block__head {
  border-bottom: 4px solid var(--pf-blue);
}

.menu-category-block__head > span {
  padding: 0 0 0.18rem;
  border: 0;
  border-bottom: 3px solid var(--pf-red);
  border-radius: 0;
  background: transparent;
  color: var(--pf-blue);
}

.menu-product {
  border-left: 4px solid var(--pf-blue);
}

.menu-price {
  border: 0;
  border-top: 3px solid var(--pf-red);
  background: transparent;
  color: var(--pf-blue);
}

.menu-product__order {
  border: 2px solid var(--pf-red);
  background: transparent;
  color: var(--pf-red);
}

.menu-product__order:hover,
.menu-product__order:focus-visible {
  background: var(--pf-red);
  color: var(--pf-white);
}

.menu-pdf-strip__inner {
  border: 2px solid var(--pf-charcoal);
  background: var(--pf-white);
  box-shadow: 8px 8px 0 var(--pf-offset);
}

/* Forms, FAQ and utility surfaces --------------------------- */

.form__input,
.form__select,
.form__textarea {
  border: 2px solid var(--pf-rule-strong);
  border-radius: 0;
  background: var(--pf-white);
  box-shadow: none;
}

.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  border-color: var(--pf-blue);
  outline: 3px solid var(--pf-blue-soft);
  outline-offset: 1px;
  box-shadow: none;
}

.form__input[aria-invalid="true"],
.form__select[aria-invalid="true"],
.form__textarea[aria-invalid="true"] {
  border-color: var(--pf-danger);
  outline-color: var(--pf-danger-soft);
  box-shadow: none;
}

.form-status--error {
  border-radius: 0;
  background: var(--pf-danger-soft);
  color: var(--pf-danger);
  box-shadow: none;
}

.faq-cat-btn {
  border-radius: 0;
  box-shadow: none;
}

.faq-cat-btn.active,
.faq-cat-btn[aria-pressed="true"] {
  border-color: var(--pf-blue);
  background: var(--pf-blue);
  color: var(--pf-white);
}

.faq-item,
.faq-item:hover,
.faq-item.active,
.faq-item.open {
  border-color: var(--pf-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-item__icon {
  border-radius: 0;
  color: var(--pf-red);
  box-shadow: none;
}

.faq-item.open .faq-item__question,
.faq-item.active .faq-item__question {
  color: var(--pf-blue);
}

.contact-info--plain .contact-info__item {
  border: 0;
  border-top: 1px solid var(--pf-rule-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-info__icon {
  border-radius: 0;
  background: var(--pf-blue-soft);
  color: var(--pf-blue);
}

.delivery-zone__legend {
  border: 2px solid var(--pf-blue);
  border-radius: 0;
  background: var(--pf-white);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.delivery-zone__pin,
.delivery-zone__pin::after {
  background: var(--pf-red);
  box-shadow: none;
  animation: none;
}

/* Editorial, about, jobs and legal --------------------------- */

.article-card--featured {
  border-left: 6px solid var(--pf-red);
}

.article-hero__cover {
  border: 2px solid var(--pf-charcoal);
  box-shadow: 9px 9px 0 var(--pf-offset);
}

.article-content blockquote,
.about-people__quote {
  border-left: 6px solid var(--pf-red);
  border-radius: 0;
  background: var(--pf-blue-soft);
}

.article-content a {
  color: var(--pf-blue);
  text-decoration-color: var(--pf-red);
}

.about-overview__fact,
.about-engagement__card {
  border-left: 5px solid var(--pf-blue);
}

.about-values__item summary::after {
  color: var(--pf-red);
}

.job-card {
  border-left: 5px solid var(--pf-blue);
}

.legal__heading {
  border-bottom-color: var(--pf-blue);
}

.legal__note {
  border-left-color: var(--pf-red);
  border-radius: 0;
  background: var(--pf-blue-soft);
}

.media-tile {
  border: 2px solid var(--pf-charcoal);
  border-radius: 0;
  box-shadow: none;
}

.media-tile img,
.media-tile:hover img {
  filter: none;
  transform: none;
}

/* Social and footer ----------------------------------------- */

.social-section {
  border-block: 0;
  background: var(--pf-charcoal);
}

.social-section__eyebrow,
.social-section .social-section__eyebrow {
  color: var(--pf-white);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.social-section__eyebrow::after {
  width: 2.4rem;
  height: 4px;
  background: var(--pf-red);
}

.social-section h2,
.social-section p {
  color: var(--pf-white) !important;
}

.social-section h2 {
  max-width: 18ch;
  margin-inline: auto;
  text-align: center;
}

.social-link,
.footer__social-btn,
.nav__mobile-social a {
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background: transparent;
  color: var(--pf-white);
  box-shadow: none;
}

.social-link:hover,
.footer__social-btn:hover,
.nav__mobile-social a:hover {
  border-color: var(--pf-red);
  background: var(--pf-red);
  color: var(--pf-white);
  box-shadow: none;
  transform: translate(-2px, -2px);
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--pf-charcoal);
  background-image: none;
}

.footer__col-title {
  color: var(--pf-white);
}

.footer__info-item:has(> .footer-hours) {
  display: block;
}

.footer__info-item:has(> .footer-hours) > svg {
  display: none;
}

.footer__info-item:not(:has(> .footer-hours)) {
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
}

.footer__info-item:not(:has(> .footer-hours)) > svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 7px;
  border: 1px solid rgba(226, 193, 124, 0.44);
  border-radius: 0;
  background: rgba(226, 193, 124, 0.08);
  color: var(--pf-warm-light);
  fill: none !important;
  stroke: currentColor;
  stroke-width: 1.7;
  vector-effect: non-scaling-stroke;
}

.footer__links a:hover,
.footer__legal a:hover,
.footer__info-item a:hover {
  color: var(--pf-red);
}

.footer .footer-hours .footer-hours__delivery {
  display: block;
  margin-top: 0.55rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(226, 193, 124, 0.48);
  background: rgba(226, 193, 124, 0.10);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  opacity: 1;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.015em;
}

/* Responsive composition ----------------------------------- */

@media (min-width: 680px) {
  .award-banner {
    grid-template-columns: minmax(0, 1fr) 240px;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 2.5rem);
  }
}

@media (min-width: 1024px) {
  .hero.hero--left .hero__title {
    font-size: clamp(4.4rem, 6vw, 5.6rem);
  }

  .grid-3:has(> .dish-card) {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .grid-3:has(> .dish-card) > .dish-card:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .grid-3:has(> .dish-card) > .dish-card:first-child .dish-card__img {
    min-height: 390px;
    aspect-ratio: 16 / 10;
  }

  .grid-3:has(> .dish-card) > .dish-card:not(:first-child) {
    display: grid;
    grid-template-columns: 44% minmax(0, 1fr);
    align-items: stretch;
  }

  .grid-3:has(> .dish-card) > .dish-card:not(:first-child) .dish-card__img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    aspect-ratio: auto;
    object-fit: cover;
  }
}

@media (min-width: 900px) {
  html.has-vacation-notice {
    scroll-padding-top: calc(var(--nav-h) + var(--vacation-notice-h) + 12px);
  }

  .vacation-notice {
    top: var(--nav-h);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .grid-3:has(> .dish-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-3:has(> .dish-card) > .dish-card:first-child {
    grid-column: 1 / -1;
  }

  .grid-3:has(> .dish-card) > .dish-card:first-child .dish-card__img {
    aspect-ratio: 16 / 8;
  }

  .reviews__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .section__head.text-center {
    text-align: left;
  }

  .grid-3:has(> .dish-card),
  .reviews__track {
    grid-template-columns: 1fr;
  }

  .award-banner,
  .about-teaser__img,
  .menu-pdf-strip__inner,
  .article-hero__cover {
    box-shadow: 5px 5px 0 var(--pf-offset);
  }

  .about-teaser__img {
    box-shadow: 5px 5px 0 var(--pf-offset);
  }

  .menu-tools {
    margin-inline: 0;
    padding: 0.75rem 0;
    border-radius: 0;
  }

  .menu-hero {
    min-height: 460px;
    padding-bottom: 3rem;
  }

  .menu-hero .breadcrumb {
    margin-bottom: 1.15rem;
  }

  .menu-hero .page-hero__sub {
    margin-top: 1.1rem;
  }

  .menu-hero__actions {
    width: 100%;
    margin-top: 1.4rem;
  }

  .menu-hero__actions .btn {
    width: 100%;
  }

  .vacation-notice__inner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.45rem 0.7rem;
    padding-block: 0.6rem;
  }

  .vacation-notice__dates {
    font-size: 0.88rem;
  }

  .vacation-notice__return {
    grid-column: 1 / -1;
    justify-self: start;
    font-size: 0.78rem;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .hero.hero--left .hero__title {
    max-width: 8ch;
  }

  .award-banner,
  .menu-pdf-strip__inner {
    box-shadow: 4px 4px 0 var(--pf-offset);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .social-link,
  .footer__social-btn,
  .nav__mobile-social a,
  .nav__mobile-link--toggle svg {
    transition: none;
  }

  .nav__mobile-submenu {
    animation: none;
  }
}

@media print {
  .vacation-notice {
    position: static;
    border: 1px solid #000;
    background: #fff;
    color: #000;
  }

  .vacation-notice__label {
    background: #000;
    color: #fff;
  }

  body.has-vacation-notice main {
    padding-top: 0;
  }
}

/* ============================================================
   Speisekarte — mobile-first ordering experience
   ============================================================ */

.menu-page {
  background: var(--pf-offwhite);
}

.menu-page .menu-hero {
  min-height: clamp(410px, 46vw, 520px);
}

.menu-page .menu-hero .page-hero__overlay {
  background: rgba(18, 23, 19, 0.58);
}

.menu-page .menu-hero .page-hero__content {
  max-width: 1180px;
}

.menu-browser {
  padding-block: clamp(3rem, 6vw, 5.5rem);
  background: var(--pf-offwhite);
}

.menu-browser .container {
  max-width: 1240px;
}

.menu-browser__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  align-items: end;
  gap: 2rem;
  max-width: none;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.menu-browser__head .h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.menu-browser__hint {
  max-width: 34ch;
  margin: 0 0 0.2rem auto;
  color: var(--pf-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.menu-page .menu-tools {
  position: sticky;
  top: calc(var(--nav-h-mobile) + var(--vacation-notice-h, 0px) - 1px);
  z-index: 45;
  display: grid;
  gap: 0.75rem;
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
  padding: 0.85rem;
  border: 1px solid var(--pf-rule-strong);
  background: var(--pf-offwhite);
  box-shadow: none;
}

.menu-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
}

.menu-page .menu-search {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}

.menu-page .menu-search > svg {
  position: absolute;
  left: 1rem;
  width: 20px;
  height: 20px;
  color: var(--pf-blue);
  pointer-events: none;
}

.menu-page .menu-search input {
  width: 100%;
  min-height: 54px;
  padding: 0.85rem 3.25rem 0.85rem 3rem;
  border: 2px solid var(--pf-charcoal);
  border-radius: 0;
  background: var(--pf-white);
  color: var(--pf-charcoal);
  font: inherit;
  font-size: 1rem;
  appearance: none;
}

.menu-page .menu-search input::-webkit-search-cancel-button {
  display: none;
}

.menu-page .menu-search input::placeholder {
  color: #756f64;
  opacity: 1;
}

.menu-search__clear {
  position: absolute;
  right: 5px;
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--pf-blue);
  cursor: pointer;
}

.menu-search__clear[hidden] {
  display: none;
}

.menu-search__clear svg {
  width: 18px;
  height: 18px;
}

.menu-search__clear:hover,
.menu-search__clear:focus-visible {
  background: var(--pf-surface);
}

.menu-tools__order {
  display: inline-flex;
  min-height: 54px;
  padding: 0.75rem 1.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 2px solid var(--pf-blue);
  background: var(--pf-blue);
  color: var(--pf-white);
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-tools__order:hover,
.menu-tools__order:focus-visible {
  border-color: var(--pf-red);
  background: var(--pf-red);
  color: var(--pf-white);
}

.menu-tools__order span {
  font-size: 1.05rem;
}

.menu-tabs-shell {
  position: relative;
  min-width: 0;
}

.menu-page .menu-tabs {
  display: flex;
  gap: 0.45rem;
  width: 100%;
  padding: 0 0 0.15rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--pf-red) transparent;
  scrollbar-width: thin;
}

.menu-page .menu-tabs::-webkit-scrollbar {
  height: 4px;
}

.menu-page .menu-tabs::-webkit-scrollbar-thumb {
  background: var(--pf-red);
}

.menu-page .menu-tab {
  display: inline-flex;
  min-width: max-content;
  min-height: 46px;
  padding: 0.7rem 0.85rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid var(--pf-rule-strong);
  border-radius: 0;
  background: var(--pf-white);
  color: var(--pf-charcoal);
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1;
  scroll-snap-align: start;
  box-shadow: none;
  cursor: pointer;
}

.menu-page .menu-tab > span {
  min-width: 1.7rem;
  padding: 0.12rem 0 0.12rem 0.4rem;
  border: 0;
  border-left: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-family: var(--font-body);
  font-size: 0.73rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  opacity: 0.68;
}

.menu-page .menu-tab.is-active,
.menu-page .menu-tab[aria-pressed="true"] {
  border-color: var(--pf-blue);
  background: var(--pf-blue);
  color: var(--pf-white);
}

.menu-page .menu-tab:hover:not(.is-active),
.menu-page .menu-tab:focus-visible:not(.is-active) {
  border-color: var(--pf-red);
  color: var(--pf-red);
}

.menu-page .menu-results-bar {
  display: flex;
  min-height: 30px;
  padding: 0.55rem 0.1rem 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-top: 1px solid var(--pf-rule);
  background: transparent;
  color: var(--pf-muted);
  font-size: 0.82rem;
}

.menu-page .menu-reset {
  min-height: 36px;
  padding: 0 0.25rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--pf-red);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.menu-page .menu-reset[hidden] {
  display: none;
}

.menu-catalogue {
  scroll-margin-top: calc(var(--nav-h-mobile) + var(--vacation-notice-h, 0px) + 210px);
}

.menu-page .menu-product-grid {
  display: grid;
  gap: clamp(2.75rem, 6vw, 5.5rem);
}

.menu-page .menu-category-block {
  min-width: 0;
}

.menu-page .menu-category-block__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem 1rem;
  margin: 0;
  padding: 1.1rem 1.2rem;
  align-items: center;
  border: 0;
  background: var(--pf-blue);
  color: var(--pf-white);
}

.menu-category-block__index {
  align-self: start;
  color: var(--pf-warm-light) !important;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.menu-page .menu-category-block__head h3 {
  margin: 0;
  color: var(--pf-white);
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.menu-page .menu-category-block__head p {
  margin: 0.35rem 0 0;
  color: rgba(255, 252, 246, 0.7);
  font-size: 0.85rem;
  line-height: 1.45;
}

.menu-page .menu-category-block__head > span:last-child {
  padding: 0 0 0.2rem;
  border: 0;
  border-bottom: 2px solid var(--pf-warm-light);
  background: transparent;
  color: var(--pf-white);
  font-size: 0.76rem;
  font-weight: 750;
  white-space: nowrap;
}

.menu-page .menu-product-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--pf-rule-strong);
  border-top: 0;
  background: var(--pf-white);
}

.menu-page .menu-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
  gap: 1.25rem;
  min-width: 0;
  min-height: 0;
  padding: 1.2rem;
  align-items: stretch;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid var(--pf-rule);
  border-left: 0;
  border-radius: 0;
  background: var(--pf-white);
  box-shadow: none;
  content-visibility: auto;
  contain-intrinsic-size: auto 155px;
}

.menu-page .menu-product:last-child {
  border-bottom: 0;
}

.menu-page .menu-product:hover {
  border-color: var(--pf-rule);
  border-bottom-color: var(--pf-rule);
  background: #fbf5e9;
  box-shadow: inset 4px 0 0 var(--pf-red);
  transform: none;
}

.menu-product__copy {
  min-width: 0;
}

.menu-page .menu-product__copy h3 {
  display: flex;
  gap: 0.6rem;
  margin: 0;
  color: var(--pf-blue);
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.6vw, 1.18rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.menu-product__number {
  flex: 0 0 auto;
  color: var(--pf-red);
  font-size: 0.8em;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

.menu-page .menu-product__copy p {
  margin: 0.42rem 0 0;
  color: var(--pf-muted);
  font-size: 0.86rem;
  line-height: 1.52;
}

.menu-page .menu-product__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.7rem;
}

.menu-page .menu-product__badges span {
  padding: 0.28rem 0.45rem;
  border: 1px solid rgba(139, 86, 22, 0.4);
  border-radius: 0;
  background: rgba(226, 193, 124, 0.16);
  color: var(--pf-red);
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.menu-page .menu-product__side {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  min-width: 0;
  align-items: end;
}

.menu-page .menu-price-list {
  display: flex;
  gap: 0.45rem;
  min-width: 0;
  align-items: stretch;
}

.menu-page .menu-price {
  display: flex;
  min-width: 76px;
  padding: 0.45rem 0.5rem;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.15rem;
  border: 0;
  border-top: 2px solid var(--pf-warm-light);
  background: var(--pf-offwhite);
  color: var(--pf-blue);
}

.menu-price__label {
  color: var(--pf-muted);
  font-size: 0.65rem;
  line-height: 1.2;
  white-space: nowrap;
}

.menu-price__value {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  white-space: nowrap;
}

.menu-price__value small {
  color: var(--pf-muted);
  font-size: 0.56rem;
  font-weight: 750;
}

.menu-page .menu-price strong {
  color: var(--pf-blue);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.menu-page .menu-product__order {
  display: inline-flex;
  min-width: 104px;
  min-height: 46px;
  padding: 0.55rem 0.7rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  border: 1px solid var(--pf-blue);
  border-radius: 0;
  background: transparent;
  color: var(--pf-blue);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-page .menu-product__order:hover,
.menu-page .menu-product__order:focus-visible {
  border-color: var(--pf-red);
  background: var(--pf-red);
  color: var(--pf-white);
}

.menu-page .menu-empty {
  margin: 0;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--pf-rule-strong);
  background: var(--pf-white);
  color: var(--pf-blue);
  text-align: center;
}

.menu-page .menu-empty a {
  color: var(--pf-red);
  font-weight: 800;
}

.menu-mobile-order {
  display: none;
}

@media (min-width: 900px) {
  .menu-page .menu-tools {
    top: calc(var(--nav-h) + var(--vacation-notice-h, 0px) - 1px);
  }

  .menu-catalogue {
    scroll-margin-top: calc(var(--nav-h) + var(--vacation-notice-h, 0px) + 205px);
  }

  .menu-page .menu-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-page .menu-product {
    border-bottom: 1px solid var(--pf-rule);
  }

  .menu-page .menu-product:nth-child(odd) {
    border-right: 1px solid var(--pf-rule);
  }

  .menu-page .menu-product:last-child,
  .menu-page .menu-product:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
  }
}

@media (max-width: 899px) {
  .menu-browser__head {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .menu-browser__hint {
    max-width: 46ch;
    margin-left: 0;
  }

  .menu-page .menu-product {
    grid-template-columns: minmax(0, 1fr) minmax(210px, auto);
  }
}

@media (max-width: 767px) {
  body:has(.menu-mobile-order) {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .menu-page .menu-hero {
    min-height: 390px;
    padding-bottom: 2.25rem;
  }

  .menu-page .menu-hero .page-hero__title {
    max-width: 10ch;
  }

  .menu-page .menu-hero__actions {
    display: none;
  }

  .menu-browser {
    padding-block: 2.8rem 4rem;
  }

  .menu-browser__head {
    margin-bottom: 1.5rem;
  }

  .menu-browser__head .h2 {
    font-size: clamp(2rem, 9.5vw, 2.75rem);
  }

  .menu-page .menu-tools {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-bottom: 2.75rem;
    margin-left: calc(50% - 50vw);
    padding: 0.7rem max(1rem, env(safe-area-inset-left));
    border-right: 0;
    border-left: 0;
  }

  .menu-search-row {
    grid-template-columns: 1fr;
  }

  .menu-tools__order {
    display: none;
  }

  .menu-page .menu-search input {
    min-height: 52px;
    font-size: 16px;
  }

  .menu-page .menu-tab {
    min-height: 44px;
    padding-inline: 0.78rem;
    font-size: 0.82rem;
  }

  .menu-page .menu-results-bar {
    padding-top: 0.45rem;
  }

  .menu-catalogue {
    scroll-margin-top: calc(var(--nav-h-mobile) + var(--vacation-notice-h, 0px) + 190px);
  }

  .menu-page .menu-product-grid {
    gap: 2.75rem;
  }

  .menu-page .menu-category-block__head {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.35rem 0.7rem;
    padding: 0.9rem 1rem;
  }

  .menu-page .menu-category-block__head > span:last-child {
    grid-column: 2;
    justify-self: start;
    margin-top: 0.2rem;
  }

  .menu-page .menu-product {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding: 1rem;
  }

  .menu-page .menu-product__copy h3 {
    font-size: 1.08rem;
  }

  .menu-page .menu-product__side {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
  }

  .menu-page .menu-product__order {
    min-width: 100px;
    min-height: 48px;
  }

  .menu-mobile-order {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px;
    gap: 0.55rem;
    padding: 0.65rem max(0.8rem, env(safe-area-inset-right)) calc(0.65rem + env(safe-area-inset-bottom)) max(0.8rem, env(safe-area-inset-left));
    border-top: 1px solid rgba(255, 252, 246, 0.2);
    background: var(--pf-blue-dark);
  }

  .menu-mobile-order a {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--pf-white);
    text-decoration: none;
  }

  .menu-mobile-order__primary {
    gap: 0.65rem;
    background: var(--pf-red);
    font-family: var(--font-heading);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }

  .menu-mobile-order__phone {
    border: 1px solid rgba(255, 252, 246, 0.52);
    background: transparent;
  }

  .menu-mobile-order__phone svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 390px) {
  .menu-page .menu-product__side {
    grid-template-columns: 1fr;
  }

  .menu-page .menu-product__order {
    width: 100%;
  }
}

@media print {
  .menu-mobile-order {
    display: none !important;
  }
}
