/* Restaurant page uses the banquet landing as its visual system.
   This file only contains restaurant-specific composition and behavior. */

.restaurant-page {
  min-width: 320px;
  overflow-x: clip;
}

.restaurant-page .hero-sentinel {
  position: absolute;
  inset: 0 0 auto;
  height: 34px;
  pointer-events: none;
}

.restaurant-page #menu,
.restaurant-page #location,
.restaurant-page #spaces,
.restaurant-page #bar,
.restaurant-page #reviews,
.restaurant-page #events,
.restaurant-page #faq,
.restaurant-page #booking {
  scroll-margin-top: 82px;
}

.restaurant-page .event-hero__media img {
  object-position: center 48%;
  filter: saturate(1.06) contrast(1.02);
}

.restaurant-page .event-hero__shade {
  background:
    linear-gradient(90deg, rgba(23, 8, 9, 0.91) 0%, rgba(24, 8, 9, 0.58) 46%, rgba(20, 8, 8, 0.12) 78%),
    linear-gradient(180deg, rgba(18, 8, 8, 0.28) 0%, transparent 38%, rgba(18, 8, 8, 0.86) 100%);
}

.restaurant-page .event-hero h1 {
  max-width: 690px;
}

.restaurant-page .event-hero__copy {
  max-width: 720px;
}

.restaurant-page .event-hero__detail img {
  object-position: center 58%;
}

.restaurant-page .event-gallery__item--stairs img {
  object-position: center;
}

.restaurant-page .restaurant-menu-more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.restaurant-page .restaurant-menu-more .button {
  min-width: 220px;
}

.restaurant-page .restaurant-inline-button {
  width: fit-content;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--cream);
  background: transparent;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.restaurant-page .restaurant-inline-button:hover,
.restaurant-page .restaurant-inline-button:focus-visible {
  color: var(--tomato);
}

.restaurant-page .menu-preview li {
  grid-template-columns: minmax(0, 1fr) auto;
}

.restaurant-page .menu-preview li strong {
  max-width: 180px;
  color: rgba(255, 248, 235, 0.6);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}

.restaurant-page .restaurant-events {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 80% 5%, rgba(220, 87, 60, 0.22), transparent 32rem),
    var(--wine);
}

.restaurant-page .restaurant-events__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
}

.restaurant-page .restaurant-events__photos {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(10, 52px);
  min-width: 0;
}

.restaurant-page .restaurant-events__photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 22px 65px rgba(17, 4, 7, 0.28);
}

.restaurant-page .restaurant-events__photos img:nth-child(1) {
  grid-column: 1 / 7;
  grid-row: 1 / 9;
  object-position: center 42%;
}

.restaurant-page .restaurant-events__photos img:nth-child(2) {
  z-index: 2;
  grid-column: 6 / 10;
  grid-row: 3 / 11;
  border: 10px solid var(--wine);
  object-position: center 32%;
}

.restaurant-page .restaurant-events__photos img:nth-child(3) {
  grid-column: 9 / 13;
  grid-row: 1 / 8;
  object-position: center;
}

.restaurant-page .restaurant-events__copy h2 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.98;
  text-wrap: balance;
}

.restaurant-page .restaurant-events__copy > p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 30px;
  color: rgba(255, 248, 235, 0.76);
  font-size: 16px;
}

.restaurant-page .request-contacts > a:last-child {
  margin-top: 12px;
  color: var(--tomato);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.restaurant-page .booking-form .button--form {
  grid-column: 1 / -1;
}

.restaurant-page .menu-card__image::before {
  background-image: linear-gradient(rgba(23, 20, 18, 0.2), rgba(23, 20, 18, 0.2)), var(--dish-image);
}

.restaurant-page .venue-gallery__media.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  margin: -17px;
  border: 2px solid rgba(255, 248, 235, 0.24);
  border-top-color: var(--cream);
  border-radius: 50%;
  animation: restaurant-spin 0.75s linear infinite;
}

.restaurant-page .gallery-video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  color: var(--cream);
  background: #120a0a;
  cursor: pointer;
}

.restaurant-page .gallery-video img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.restaurant-page .gallery-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: var(--wine);
  background: var(--tomato);
  transform: translate(-50%, -50%);
}

.restaurant-page .gallery-video__label {
  position: absolute;
  right: 24px;
  bottom: 22px;
  padding: 10px 13px;
  color: var(--ink);
  background: var(--cream);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes restaurant-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .restaurant-page .restaurant-events__grid {
    grid-template-columns: 1fr;
  }

  .restaurant-page .restaurant-events__photos {
    grid-template-rows: repeat(10, 44px);
  }

  .restaurant-page .restaurant-events__copy {
    max-width: 680px;
  }
}

@media (max-width: 820px) {
  .restaurant-page .event-hero__media img {
    object-position: center;
  }

  .restaurant-page .event-hero__shade {
    background:
      linear-gradient(90deg, rgba(20, 8, 8, 0.68), rgba(20, 8, 8, 0.14)),
      linear-gradient(180deg, rgba(18, 8, 8, 0.22) 0%, rgba(18, 8, 8, 0.2) 35%, rgba(18, 8, 8, 0.94) 78%);
  }

  .restaurant-page .restaurant-events__copy h2 {
    font-size: clamp(42px, 9vw, 64px);
  }
}

@media (max-width: 560px) {
  .restaurant-page .event-hero__media img {
    object-position: center 38%;
  }

  .restaurant-page .event-hero__copy {
    padding-bottom: 8px;
  }

  .restaurant-page .event-hero h1 {
    font-size: clamp(51px, 14.5vw, 63px);
  }

  .restaurant-page .event-hero__facts > div:first-child strong {
    font-size: 19px;
  }

  .restaurant-page .menu-toolbar {
    position: sticky;
    top: 67px;
  }

  .restaurant-page .menu-card__body {
    min-height: 184px;
  }

  .restaurant-page .restaurant-menu-more {
    margin-top: 26px;
  }

  .restaurant-page .restaurant-menu-more .button {
    width: 100%;
  }

  .restaurant-page .menu-preview li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .restaurant-page .menu-preview li strong {
    max-width: none;
    text-align: left;
  }

  .restaurant-page .restaurant-events__photos {
    grid-template-rows: repeat(9, 34px);
  }

  .restaurant-page .restaurant-events__photos img:nth-child(1) {
    grid-column: 1 / 8;
    grid-row: 1 / 8;
  }

  .restaurant-page .restaurant-events__photos img:nth-child(2) {
    grid-column: 6 / 11;
    grid-row: 3 / 10;
    border-width: 6px;
  }

  .restaurant-page .restaurant-events__photos img:nth-child(3) {
    grid-column: 10 / 13;
    grid-row: 1 / 7;
  }

  .restaurant-page .restaurant-events__copy h2 {
    font-size: clamp(38px, 11vw, 49px);
  }

  .restaurant-page .restaurant-events__copy .button {
    width: 100%;
  }

  .restaurant-page .menu-lightbox__nutrition {
    grid-template-columns: 1fr;
  }

  .restaurant-page .request .shell,
  .restaurant-page .request-grid {
    width: calc(100% - 28px);
    max-width: none;
    margin-inline: auto;
  }

  .restaurant-page .request-copy,
  .restaurant-page .lead-form,
  .restaurant-page .field,
  .restaurant-page .field input,
  .restaurant-page .field select,
  .restaurant-page .field textarea {
    min-width: 0;
    width: 100%;
  }

  .restaurant-page .lead-form {
    padding: 26px 20px;
  }

  .restaurant-page .request-copy h2 {
    font-size: clamp(41px, 12vw, 52px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .restaurant-page .venue-gallery__media.is-loading::after {
    animation: none;
  }
}
