:root {
  color-scheme: light;
  --white: #ffffff;
  --soft: #fbfcf8;
  --lettuce: #eef7df;
  --lettuce-strong: #e6f2cf;
  --olive: #657b2f;
  --olive-dark: #30382b;
  --olive-mid: #73814f;
  --muted: #7a7f72;
  --line: #e4e6df;
  --beige: #f6efe4;
  --shadow-card: 0 10px 26px rgba(50, 55, 38, 0.08);
  --shadow-panel: 0 18px 50px rgba(50, 55, 38, 0.13);
  --radius-sm: 12px;
  --radius: 18px;
  --radius-card: 20px;
  --radius-panel: 24px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  color: var(--olive-dark);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--white);
  color: var(--olive-dark);
}

body.drawer-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(101, 123, 47, 0.26);
  outline-offset: 2px;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.app-shell {
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 44px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 24px;
  margin-bottom: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--olive);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}

.brand__logo {
  display: block;
  width: 118px;
  height: 82px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.site-nav button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #565c52;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.site-nav button:hover,
.site-nav button.is-active {
  border-color: transparent;
  background: transparent;
  color: var(--olive);
}

.site-nav button:active {
  transform: translateY(1px);
}

.site-nav svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  stroke-width: 1.65;
}

.page-stack {
  min-width: 0;
}

.page-view[hidden] {
  display: none !important;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(318px, 28vw, 380px);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

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

.info-page {
  display: grid;
  gap: 28px;
}

.info-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(286px, 38%);
  align-items: center;
  gap: clamp(20px, 3.5vw, 42px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background:
    radial-gradient(circle at 86% 20%, rgba(230, 242, 207, 0.96), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fbfcf7 48%, #eef7df 100%);
  padding: clamp(22px, 4vw, 42px);
}

.info-hero--events {
  background:
    radial-gradient(circle at 88% 18%, rgba(246, 239, 228, 0.98), transparent 31%),
    linear-gradient(135deg, #ffffff 0%, #fbfcf8 56%, #eef7df 100%);
}

.info-hero__copy {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.info-hero h1 {
  margin: 0;
  color: var(--olive-dark);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 470;
  letter-spacing: 0;
  line-height: 1.04;
}

.info-hero p {
  max-width: 56ch;
  margin: 0;
  color: #646b5f;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 420;
  line-height: 1.58;
}

.info-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.info-pill-row span {
  min-height: 34px;
  border: 1px solid rgba(101, 123, 47, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--olive);
  padding: 8px 13px;
  font-size: 12.5px;
  font-weight: 560;
}

.info-hero__media {
  align-self: stretch;
  min-height: 230px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--beige);
  box-shadow: var(--shadow-card);
}

.info-hero__media img,
.event-detail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page {
  min-width: 0;
}

.about-showcase {
  display: grid;
  grid-template-columns: minmax(270px, 0.38fr) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
  min-height: clamp(620px, 66vh, 760px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background:
    radial-gradient(circle at 16% 18%, rgba(230, 242, 207, 0.86), transparent 31%),
    linear-gradient(135deg, #ffffff 0%, #fbfcf8 48%, #edf7dc 100%);
  padding: clamp(18px, 2.4vw, 28px);
}

.about-showcase__copy {
  display: grid;
  align-content: space-between;
  gap: 16px;
  min-width: 0;
}

.about-copy-card,
.about-small-card,
.about-slide figcaption,
.about-carousel__bar {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(50, 55, 38, 0.08);
}

.about-copy-card {
  display: grid;
  gap: 18px;
  border-radius: var(--radius);
  padding: clamp(18px, 2.3vw, 28px);
}

.about-copy-card h1 {
  margin: 0;
  color: var(--olive-dark);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 470;
  letter-spacing: 0;
  line-height: 1.03;
}

.about-copy-card p {
  margin: 0;
  color: #5f665c;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 430;
  line-height: 1.62;
}

.about-small-card {
  display: grid;
  gap: 10px;
  border-radius: var(--radius);
  padding: 18px;
}

.about-small-card span,
.about-slide figcaption span {
  color: var(--olive);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.about-small-card strong {
  color: var(--olive-dark);
  font-size: 20px;
  font-weight: 520;
  line-height: 1.22;
}

.about-carousel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-panel);
  background: var(--beige);
  box-shadow: var(--shadow-panel);
}

.about-carousel__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: clamp(560px, 63vh, 704px);
}

.about-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.about-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.about-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-slide figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: grid;
  gap: 5px;
  width: min(360px, calc(100% - 36px));
  border-radius: var(--radius);
  color: var(--olive-dark);
  padding: 14px 16px;
}

.about-slide figcaption strong {
  font-size: 22px;
  font-style: normal;
  font-weight: 540;
  line-height: 1.15;
}

.about-slide figcaption em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 430;
  line-height: 1.45;
}

.about-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--olive-dark);
  box-shadow: 0 12px 28px rgba(50, 55, 38, 0.12);
  transform: translateY(-50%);
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.about-gallery-arrow:hover {
  background: var(--olive);
  color: var(--white);
}

.about-gallery-arrow:active {
  transform: translateY(-50%) scale(0.98);
}

.about-gallery-arrow svg {
  width: 22px;
  height: 22px;
}

.about-gallery-arrow--prev {
  left: 16px;
}

.about-gallery-arrow--next {
  right: 16px;
}

.about-carousel__bar {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: calc(100% - 36px);
  border-radius: 999px;
  padding: 10px 12px 10px 14px;
}

.about-carousel__bar > span {
  flex: 0 0 auto;
  color: var(--olive-dark);
  font-size: 12px;
  font-weight: 620;
}

.about-carousel__bar b {
  font-weight: 620;
}

.about-thumbs {
  display: flex;
  gap: 7px;
}

.about-thumbs button {
  width: 8px;
  height: 8px;
  min-height: 0;
  border: 0;
  border-radius: 999px;
  background: #d9ded2;
  padding: 0;
}

.about-thumbs button.is-active {
  width: 22px;
  background: var(--olive);
}

.event-card,
.event-detail {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
}

.event-detail h2 {
  margin: 0;
  color: var(--olive-dark);
  font-size: 21px;
  font-weight: 520;
  line-height: 1.18;
  letter-spacing: 0;
}

.event-card span,
.event-detail p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 420;
  line-height: 1.55;
}

.event-detail__content > span {
  color: var(--olive);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.events-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(286px, 32vw, 360px);
  gap: 22px;
  align-items: start;
}

.event-list {
  display: grid;
  gap: 12px;
}

.event-card {
  display: grid;
  width: 100%;
  gap: 9px;
  padding: 18px;
  color: inherit;
  text-align: left;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.event-card:hover,
.event-card.is-selected {
  border-color: rgba(101, 123, 47, 0.38);
  background: #fbfcf3;
  box-shadow: var(--shadow-card);
  transform: translateY(-1px);
}

.event-card__date {
  color: var(--olive);
  font-size: 12px;
  font-weight: 620;
}

.event-card strong {
  color: var(--olive-dark);
  font-size: 19px;
  font-weight: 540;
  line-height: 1.18;
}

.event-detail {
  position: sticky;
  top: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.event-detail > img {
  aspect-ratio: 1.26 / 1;
  background: var(--beige);
}

.event-detail__content {
  display: grid;
  gap: 13px;
  padding: 18px;
}

.event-detail dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 2px 0 0;
}

.event-detail dl div {
  display: grid;
  gap: 4px;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 10px;
}

.event-detail dt,
.event-detail dd {
  margin: 0;
}

.event-detail dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 520;
}

.event-detail dd {
  color: var(--olive-dark);
  font-size: 13px;
  font-weight: 560;
}

.menu-intro h1 {
  margin: 0;
  color: var(--olive-dark);
  font-size: clamp(36px, 4vw, 44px);
  font-weight: 470;
  letter-spacing: 0;
  line-height: 1.06;
}

.search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 0 18px;
  color: #8b9186;
}

.search-field svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.search-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--olive-dark);
  font-size: 15px;
  font-weight: 450;
}

.search-field input::placeholder {
  color: #9a9e96;
}

.category-tabs {
  display: flex;
  gap: 10px;
  margin: 20px 0 26px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

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

.category-tabs button {
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: #282d26;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.category-tabs button.is-selected {
  border-color: var(--olive);
  background: var(--olive);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(101, 123, 47, 0.18);
}

.featured-item {
  display: none;
  touch-action: pan-y;
  user-select: none;
}

.featured-item__copy,
.featured-item > img {
  will-change: opacity, transform;
}

.featured-item.is-switching .featured-item__copy {
  animation: featured-copy-soft-in 340ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.featured-item.is-switching > img {
  animation: featured-image-soft-in 340ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.slider-dots {
  display: none;
}

.menu-content {
  display: grid;
  gap: 28px;
}

.menu-section {
  display: grid;
  gap: 16px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.section-heading h2 {
  margin: 0;
  color: var(--olive-dark);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
}

.section-heading button {
  border: 0;
  background: transparent;
  color: var(--olive);
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}

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

.menu-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.menu-card:hover,
.menu-card.is-selected {
  border-color: rgba(101, 123, 47, 0.38);
  box-shadow: var(--shadow-card);
  transform: translateY(-1px);
}

.menu-card__button {
  display: grid;
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  text-align: left;
}

.menu-card__image {
  aspect-ratio: 1.23 / 1;
  overflow: hidden;
  background: #f2f5ea;
}

.menu-card__image img,
.drawer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.menu-card__image img {
  transform: scale(1.12);
  transform-origin: center;
}

.menu-card__text {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 13px 12px 14px;
}

.menu-card__topline {
  display: block;
  min-width: 0;
}

.menu-card h3 {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--olive-dark);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.22;
  letter-spacing: 0;
}

.menu-card p {
  display: -webkit-box;
  min-height: 38px;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 420;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.menu-card__price {
  justify-self: end;
  color: var(--olive);
  font-size: 18px;
  font-weight: 560;
  line-height: 1;
  text-align: right;
}

.drawer-close {
  display: grid;
  place-items: center;
  border: 0;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.empty-order {
  grid-column: 1 / -1;
  display: grid;
  min-height: 140px;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  padding: 24px;
  text-align: center;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(48, 56, 43, 0.26);
  backdrop-filter: blur(8px);
}

.product-drawer {
  position: sticky;
  top: 22px;
  display: grid;
  align-content: start;
  gap: 16px;
  margin-top: -4px;
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: var(--white);
  padding: 18px;
  box-shadow: var(--shadow-panel);
}

.drawer-handle {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 2;
  display: block;
  width: 38px;
  height: 4px;
  margin: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  transform: translateX(-50%);
}

.drawer-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(48, 56, 43, 0.28);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.drawer-close svg {
  width: 23px;
  height: 23px;
}

.drawer-media {
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  margin: -18px -18px 0;
  border-radius: calc(var(--radius-panel) - 1px) calc(var(--radius-panel) - 1px) var(--radius) var(--radius);
  background: #f2f5ea;
}

.drawer-media img {
  transform: scale(1.1);
  transform-origin: center;
}

.drawer-content {
  display: grid;
  gap: 13px;
  min-width: 0;
}

.drawer-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.drawer-heading h2 {
  margin: 0;
  color: var(--olive-dark);
  font-size: 23px;
  font-weight: 540;
  line-height: 1.16;
  letter-spacing: 0;
}

.drawer-content p {
  margin: -5px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 420;
  line-height: 1.5;
}

.drawer-price {
  justify-self: end;
  color: var(--olive);
  font-size: 20px;
  font-weight: 560;
  text-align: right;
}

.drawer-control {
  display: grid;
  gap: 10px;
}

.drawer-control > span {
  color: #2d312c;
  font-size: 13px;
  font-weight: 500;
}

.size-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.size-selector button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: #282d26;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 500;
}

.size-selector button.is-selected {
  border-color: var(--olive);
  background: #fbfcf3;
  color: var(--olive-dark);
  box-shadow: inset 0 0 0 1px rgba(101, 123, 47, 0.18);
}

[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .app-shell {
    width: min(430px, 100%);
    padding: 14px 14px 28px;
  }

  .topbar {
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    min-height: 46px;
    margin-bottom: 22px;
  }

  .brand {
    gap: 8px;
    font-size: 17px;
  }

  .brand__logo {
    width: 72px;
    height: 52px;
  }

  .site-nav {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
    width: auto;
    gap: 4px;
    margin-left: 0;
  }

  .site-nav button {
    justify-content: center;
    min-width: 0;
    min-height: 34px;
    padding: 0 6px;
    font-size: 12px;
    white-space: nowrap;
  }

  .site-nav svg {
    display: none;
  }

  .layout {
    display: block;
  }

  .info-page {
    gap: 18px;
  }

  .info-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .info-hero h1 {
    font-size: 29px;
  }

  .info-hero p {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .info-pill-row {
    gap: 7px;
  }

  .info-pill-row span {
    min-height: 30px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .info-hero__media {
    min-height: 190px;
  }

  .about-showcase {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 14px;
  }

  .about-showcase__copy {
    gap: 10px;
  }

  .about-copy-card {
    gap: 12px;
    padding: 17px;
  }

  .about-copy-card h1 {
    font-size: 30px;
  }

  .about-copy-card p {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .about-small-card {
    padding: 14px;
  }

  .about-small-card strong {
    font-size: 16px;
  }

  .about-carousel__viewport {
    min-height: 368px;
  }

  .about-slide figcaption {
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 12px;
  }

  .about-slide figcaption strong {
    font-size: 18px;
  }

  .about-slide figcaption em {
    font-size: 12px;
  }

  .about-gallery-arrow {
    width: 38px;
    height: 38px;
  }

  .about-gallery-arrow--prev {
    left: 10px;
  }

  .about-gallery-arrow--next {
    right: 10px;
  }

  .about-carousel__bar {
    top: 10px;
    right: 10px;
    bottom: auto;
    padding: 8px 10px;
  }

  .events-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .event-card,
  .event-detail__content {
    padding: 15px;
  }

  .event-detail h2 {
    font-size: 18px;
  }

  .event-card span,
  .event-detail p {
    font-size: 12.5px;
  }

  .event-card strong {
    font-size: 16px;
  }

  .event-detail {
    position: static;
  }

  .event-detail > img {
    aspect-ratio: 1.45 / 1;
  }

  .event-detail dl {
    grid-template-columns: 1fr;
  }

  .menu-intro h1 {
    font-size: 29px;
    font-weight: 470;
  }

  .search-field {
    min-height: 40px;
    margin-top: 16px;
    padding: 0 13px;
  }

  .search-field svg {
    width: 18px;
    height: 18px;
  }

  .search-field input {
    font-size: 13px;
  }

  .category-tabs {
    gap: 6px;
    margin: 12px 0 18px;
  }

  .category-tabs button {
    min-height: 34px;
    padding: 0 11px;
    font-size: 11.5px;
  }

  .featured-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(138px, 1fr);
    align-items: center;
    min-height: 178px;
    overflow: hidden;
    border: 0;
    border-radius: var(--radius-card);
    background: linear-gradient(135deg, #f1f8df 0%, #fbfcf5 100%);
    color: inherit;
    cursor: pointer;
    padding: 0 0 0 14px;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
  }

  .featured-item__copy {
    position: relative;
    z-index: 2;
    display: grid;
    align-content: center;
    gap: 8px;
    min-height: 100%;
    padding: 14px 0;
  }

  .featured-item h2 {
    margin: 0;
    color: var(--olive-dark);
    font-size: 16px;
    font-weight: 520;
    line-height: 1.2;
  }

  .featured-item p {
    max-width: 19ch;
    margin: 0;
    color: #66705c;
    font-size: 11.5px;
    line-height: 1.5;
  }

  .featured-item strong {
    margin-top: 6px;
    color: var(--olive);
    font-size: 16px;
    font-weight: 560;
  }

  .featured-item > img {
    position: static;
    align-self: stretch;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 58%;
    border-radius: 999px 0 0 999px;
    mix-blend-mode: multiply;
    pointer-events: none;
    transform: scale(1.16);
    transform-origin: center;
    user-select: none;
    -webkit-user-drag: none;
  }

  .slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 11px 0 17px;
  }

  .slider-dots button {
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 999px;
    background: #e2e4dc;
    padding: 0;
    appearance: none;
  }

  .slider-dots .is-active {
    background: var(--olive);
  }

  .menu-content {
    gap: 22px;
  }

  .menu-section {
    gap: 12px;
  }

  .section-heading h2 {
    font-size: 17px;
  }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .menu-card {
    border-radius: var(--radius-card);
  }

  .menu-card__image {
    aspect-ratio: 1.04 / 1;
  }

  .menu-card__text {
    gap: 6px;
    min-height: 124px;
    padding: 10px 9px 11px;
  }

  .menu-card h3 {
    font-size: 13px;
    line-height: 1.2;
  }

  .menu-card p {
    min-height: 34px;
    font-size: 11px;
    line-height: 1.45;
  }

  .menu-card__price {
    font-size: 15px;
  }

  .product-drawer {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    top: auto;
    z-index: 50;
    height: min(760px, calc(100dvh - 54px));
    max-height: calc(100dvh - 54px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: var(--radius-panel);
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    box-shadow: 0 -18px 54px rgba(50, 55, 38, 0.22);
  }

  .drawer-media {
    aspect-ratio: 1.04 / 1;
    margin: -18px -16px 0;
    border-radius: calc(var(--radius-panel) - 1px) calc(var(--radius-panel) - 1px) var(--radius) var(--radius);
  }

  .drawer-heading h2 {
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  .app-shell {
    padding-inline: 10px;
  }

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

  .site-nav button {
    padding: 0 5px;
    font-size: 11.5px;
  }

  .product-drawer {
    left: 8px;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    height: min(720px, calc(100dvh - 40px));
    max-height: calc(100dvh - 40px);
    padding: 14px 12px calc(14px + env(safe-area-inset-bottom));
  }

  .drawer-media {
    margin: -14px -12px 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .menu-card,
  .featured-item,
  .event-card {
    animation: rise-in 260ms ease both;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes featured-copy-soft-in {
  from {
    opacity: 0.35;
    transform: translateX(8px) scale(1.015);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes featured-image-soft-in {
  from {
    opacity: 0.45;
    transform: translateX(8px) scale(1.18);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1.16);
  }
}
