.menu-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--cream);
}

.menu-hero > img,
.menu-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.menu-hero > img {
  object-fit: cover;
  object-position: center 63%;
}

.menu-hero__shade {
  background: rgba(17, 18, 8, 0.62);
}

.menu-hero__content {
  position: relative;
  z-index: 1;
  min-height: 360px;
  padding-block: 58px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.menu-hero h1 {
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(3.5rem, 6.5vw, 6.8rem);
}

.menu-hero__accent {
  margin: 2px 0 14px 4px;
  color: var(--mustard);
  font-family: var(--serif);
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-style: italic;
  line-height: 1;
}

.menu-hero__intro {
  max-width: 480px;
  color: rgba(255, 253, 248, 0.84);
  font-size: 0.95rem;
  line-height: 1.55;
}

.menu-sheet {
  padding: clamp(64px, 8vw, 110px) 0;
  background: var(--paper);
}

.menu-sheet__inner {
  display: grid;
  grid-template-columns: 0.82fr 0.92fr 1.16fr 1.1fr;
  align-items: start;
  gap: clamp(26px, 3.2vw, 48px);
}

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

.menu-column + .menu-column {
  padding-left: clamp(26px, 3.2vw, 48px);
  border-left: 1px solid var(--line);
}

.menu-category__heading {
  min-height: 46px;
  padding-bottom: 13px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-bottom: 1px solid var(--olive);
  color: var(--olive);
}

.menu-category__heading > i {
  flex: 0 0 auto;
  font-size: 1.55rem;
}

.menu-category__heading h2 {
  font-family: var(--sans);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.menu-category__heading p {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.65rem;
}

.price-list {
  padding-top: 17px;
}

.price-list li {
  min-height: 30px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.78rem;
  line-height: 1.4;
}

.price-list strong,
.dish-list strong {
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 700;
}

.price-group__label {
  padding-top: 16px;
  color: var(--olive-light);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.price-group__label + .price-list {
  padding-top: 8px;
}

.menu-note {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.5;
}

.menu-note--intro {
  margin-top: 15px;
}

.menu-note--intro + .dish-list {
  padding-top: 15px;
}

.dish-list {
  padding-top: 20px;
  display: grid;
  gap: 21px;
}

.dish-list li > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.dish-list h3 {
  font-family: var(--sans);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

.allergens {
  margin-left: 4px;
  color: var(--muted);
  font-size: 0.57rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.dish-list p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.55;
}

.menu-category--stacked {
  margin-top: 42px;
}

.dish-list--compact {
  gap: 17px;
}

.menu-photo {
  overflow: hidden;
}

.menu-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.menu-photo--coffee,
.menu-photo--feature {
  margin-top: 40px;
}

.menu-legend {
  margin-top: clamp(46px, 5vw, 72px);
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.menu-legend h2 {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--olive);
}

.menu-legend ul {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.5;
}

.menu-legend strong {
  margin-right: 5px;
  color: var(--ink);
  font-size: 0.68rem;
}

.menu-actions {
  padding: clamp(58px, 7vw, 88px) 0;
  background: var(--cream);
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.menu-actions__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.menu-actions h2 {
  margin-top: 10px;
  font-size: clamp(2.4rem, 4.5vw, 4.25rem);
}

.menu-actions__links {
  display: flex;
  gap: 12px;
}

@media (max-width: 1050px) {
  .menu-sheet__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(30px, 4vw, 48px);
  }

  .menu-column + .menu-column {
    padding-left: 0;
    border-left: 0;
  }

  .menu-column:nth-child(even) {
    padding-left: 40px;
    border-left: 1px solid var(--line);
  }

  .menu-column:nth-child(n + 3) {
    padding-top: 44px;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .menu-hero,
  .menu-hero__content {
    min-height: 430px;
  }

  .menu-hero > img {
    object-position: 58% center;
  }

  .menu-sheet__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .menu-column:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .menu-column + .menu-column {
    padding-top: 48px;
    border-top: 1px solid var(--line);
  }

  .menu-actions__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .menu-actions__links {
    width: 100%;
    flex-direction: column;
  }
}
