body.banquets-page {
  background: var(--canvas);
  color: var(--virid);
}

body.banquets-page.reader-is-open {
  overflow: hidden;
}

.banquets-page main {
  overflow: clip;
}

/* The opening keeps the exact spatial language of the current home hero. */
.banquet-story {
  height: 570svh;
}

body .banquet-hero-intro {
  left: 50%;
  top: 54%;
  bottom: auto;
  width: min(900px, calc(100vw - 96px));
  text-align: center;
  transform: translate(-50%, calc(-50% - var(--progress) * 34px));
}

body .banquet-hero-intro h1 {
  margin: 0;
  font: 400 clamp(40px, 4.1vw, 58px) / .98 var(--display);
  letter-spacing: -.032em;
  text-wrap: balance;
}

.banquet-story .benefit {
  width: min(470px, calc(100vw - 48px));
  min-height: 210px;
}

.banquet-story .benefit p {
  max-width: 15ch;
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: .98;
  text-wrap: balance;
}

/* Dishes: the home-page carousel, with only the requested title and action. */
body .banquet-gallery {
  width: 100%;
  max-width: none;
  min-height: auto;
  padding: clamp(88px, 8vw, 118px) 0 clamp(92px, 9vw, 132px);
  gap: clamp(28px, 3vw, 42px);
  background: var(--canvas);
}

.banquet-gallery .gallery-heading {
  width: min(100% - 44px, 960px);
}

.banquet-gallery .gallery-heading h2 {
  max-width: none;
  font-size: clamp(48px, 5.2vw, 72px);
  line-height: .94;
  letter-spacing: -.034em;
}

.banquet-gallery .dish-gallery {
  height: min(62vw, 690px);
  min-height: 560px;
  overscroll-behavior-x: contain;
}

.banquet-gallery .gallery-controls {
  margin-top: -22px;
}

.banquet-menu-button {
  position: relative;
  min-width: 248px;
  margin-top: 4px;
}

/* A short editorial pause between the gallery and the form. */
.event-fit {
  display: grid;
  min-height: 430px;
  padding: clamp(96px, 10vw, 144px) 22px;
  place-items: center;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--surface);
}

.event-fit p {
  max-width: 21ch;
  margin: 0;
  font: 400 clamp(40px, 4.6vw, 62px) / 1 var(--display);
  letter-spacing: -.03em;
  text-align: center;
  text-wrap: balance;
}

/* The quiz deliberately inherits the home booking section. */
body .proposal-section {
  min-height: 100dvh;
  padding: clamp(96px, 9vw, 132px) clamp(22px, 7vw, 112px);
  gap: clamp(54px, 7vw, 108px);
  scroll-margin-top: 72px;
}

body .proposal-heading h2 {
  max-width: 8.8ch;
  font-size: clamp(50px, 5.2vw, 74px);
  line-height: .94;
  letter-spacing: -.035em;
}

body .proposal-heading p {
  max-width: 34ch;
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.55;
}

body .banquet-quiz {
  min-height: 560px;
  padding: clamp(30px, 4vw, 52px);
}

.quiz-progress {
  display: grid;
  margin-bottom: clamp(44px, 5vw, 68px);
  gap: 14px;
  color: rgba(245, 246, 242, .66);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quiz-progress > div {
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: rgba(245, 246, 242, .2);
}

.quiz-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--canvas);
  transform: scaleX(calc(var(--quiz-progress, 25) * .01));
  transform-origin: left;
  transition: transform 540ms var(--ease);
}

.quiz-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-step[hidden],
.quiz-success[hidden] {
  display: none;
}

.quiz-step legend {
  max-width: 16ch;
  margin: 0 0 clamp(28px, 3vw, 42px);
  padding: 0;
  color: var(--canvas);
  font: 400 clamp(32px, 3.2vw, 48px) / .98 var(--display);
  letter-spacing: -.025em;
  text-wrap: balance;
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(245, 246, 242, .24);
}

.quiz-options button {
  min-height: 64px;
  padding: 17px 20px;
  border: 0;
  border-right: 1px solid rgba(245, 246, 242, .24);
  border-bottom: 1px solid rgba(245, 246, 242, .24);
  background: transparent;
  color: var(--canvas);
  font: 360 clamp(13px, 1.1vw, 16px) / 1.25 var(--body);
  text-align: left;
  cursor: pointer;
  transition: background-color 240ms ease, color 240ms ease;
}

.quiz-options button:nth-child(even) {
  border-right: 0;
}

.quiz-options button:hover,
.quiz-options button:focus-visible,
.quiz-options button.is-selected,
.quiz-options button[aria-pressed="true"] {
  background: var(--canvas);
  color: var(--virid);
}

.proposal-section :focus-visible,
.book-dialog :focus-visible {
  outline-color: var(--canvas);
}

.quiz-date,
.quiz-phone {
  display: grid;
  gap: 10px;
}

.quiz-date label,
.quiz-phone span {
  color: rgba(245, 246, 242, .66);
  font-size: 12px;
}

body .quiz-date input,
body .quiz-phone input {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(245, 246, 242, .3);
  border-radius: 0;
  background: rgba(245, 246, 242, .96);
  color: var(--virid);
  font-size: 16px;
}

.quiz-date button {
  width: max-content;
  margin-top: 9px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(245, 246, 242, .68);
  background: transparent;
  color: var(--canvas);
  font-size: 12px;
  cursor: pointer;
}

.quiz-consent {
  max-width: 46ch;
  margin: 18px 0 0;
  color: rgba(245, 246, 242, .58);
  font-size: 10px;
  line-height: 1.55;
}

.quiz-honeypot {
  position: absolute;
  left: -10000px;
}

.quiz-error {
  min-height: 20px;
  margin: 22px 0 0;
  font-size: 12px;
}

.quiz-actions {
  justify-content: flex-end;
  margin-top: 20px;
}

body .quiz-actions button,
body .quiz-success button {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 0;
}

.quiz-back {
  margin-right: auto;
}

.quiz-success {
  padding-top: clamp(48px, 7vw, 88px);
}

body .quiz-success h3 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  line-height: .96;
}

body .quiz-success p {
  margin: 24px 0 30px;
}

/* The tour is quiet and architectural, not another card. */
.tour-section {
  padding: clamp(96px, 10vw, 144px) 22px clamp(110px, 11vw, 160px);
  background: var(--canvas);
}

.tour-heading,
.tour-frame {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.tour-heading {
  display: grid;
  margin-bottom: clamp(44px, 5vw, 68px);
  grid-template-columns: minmax(0, .85fr) minmax(260px, .45fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: end;
}

.tour-heading h2 {
  max-width: 10ch;
  margin: 0;
  font: 400 clamp(48px, 5.2vw, 72px) / .94 var(--display);
  letter-spacing: -.034em;
  text-wrap: balance;
}

.tour-heading p {
  max-width: 34ch;
  margin: 0 0 4px;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 340;
  line-height: 1.55;
}

.tour-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rule-strong);
  background: var(--virid);
}

.tour-frame iframe {
  display: block;
  width: 100%;
  height: min(74dvh, 760px);
  min-height: 520px;
  border: 0;
}

.tour-frame > a {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-height: 42px;
  padding: 12px 16px;
  border: 1px solid rgba(245, 246, 242, .5);
  background: rgba(8, 31, 32, .82);
  color: var(--canvas);
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.banquets-page footer {
  background: var(--virid);
  color: var(--canvas);
}

.banquets-page .book-dialog {
  color: var(--menu-paper);
}

.banquets-page .reader-actions button,
.banquets-page .reader-step {
  width: auto;
  min-width: 44px;
  padding-inline: 12px;
  color: var(--menu-paper);
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.banquets-page .reader-step {
  border: 0;
}

.has-motion .event-fit:not(.is-inview) p,
.has-motion .proposal-section:not(.is-inview) .proposal-heading,
.has-motion .proposal-section:not(.is-inview) .banquet-quiz,
.has-motion .tour-section:not(.is-inview) .tour-heading,
.has-motion .tour-section:not(.is-inview) .tour-frame {
  opacity: 0;
  transform: translateY(28px);
}

.has-motion .event-fit p,
.has-motion .proposal-heading,
.has-motion .banquet-quiz,
.has-motion .tour-heading,
.has-motion .tour-frame {
  transition: opacity 680ms ease-out, transform 820ms var(--ease);
}

.has-motion .proposal-section .banquet-quiz,
.has-motion .tour-section .tour-frame {
  transition-delay: 100ms;
}

@media (max-width: 980px) {
  body .proposal-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .proposal-heading {
    position: static;
  }

  body .proposal-heading h2 {
    max-width: 11ch;
  }
}

@media (max-width: 800px), (max-width: 900px) and (max-height: 620px) {
  .banquets-page .site-header nav {
    gap: 11px;
    font-size: 8px;
  }

  .banquets-page .header-cta {
    max-width: 86px;
    padding-inline: 9px;
    text-align: center;
  }

  .banquet-story {
    height: 520svh;
    min-height: 0;
  }

  .banquet-story .hero-stage {
    position: sticky;
    height: 100svh;
    min-height: 520px;
  }

  .banquet-story .hero-video,
  .banquet-story .benefit-system,
  .banquet-story .hero-rail {
    display: block !important;
  }

  .banquet-story .glass-orbit {
    display: none !important;
  }

  .banquet-story .hero-intro {
    inset: auto 18px max(42px, env(safe-area-inset-bottom));
    width: auto;
    text-align: left;
    transform: translateY(calc(var(--progress) * -28px));
  }

  .banquet-story .hero-intro h1 {
    max-width: 14ch;
    font-size: clamp(35px, 10vw, 46px);
    line-height: .96;
  }

  .banquet-story .benefit {
    width: calc(100vw - 40px);
    min-height: 178px;
    padding: 26px 22px;
  }

  .banquet-story .benefit p {
    font-size: clamp(31px, 9vw, 42px);
  }

  .banquet-story .hero-rail {
    right: 12px;
  }

  body .banquet-gallery {
    padding: 76px 0 88px;
    gap: 25px;
  }

  .banquet-gallery .gallery-heading h2 {
    font-size: clamp(42px, 12.5vw, 54px);
  }

  .banquet-gallery .dish-gallery {
    height: min(112vw, 520px);
    min-height: 470px;
  }

  .banquet-gallery .gallery-controls {
    margin-top: -8px;
  }

  .event-fit {
    min-height: 360px;
    padding: 88px 20px;
  }

  .event-fit p {
    max-width: 16ch;
    font-size: clamp(36px, 10.5vw, 46px);
  }

  body .proposal-section {
    min-height: 0;
    padding: 88px 18px;
  }

  body .proposal-heading h2 {
    font-size: clamp(44px, 12vw, 56px);
  }

  body .proposal-heading p {
    font-size: 14px;
  }

  body .banquet-quiz {
    min-height: 560px;
    padding: 26px 18px;
  }

  .quiz-progress {
    margin-bottom: 42px;
  }

  .quiz-step legend {
    font-size: clamp(32px, 9.5vw, 42px);
  }

  .quiz-options {
    grid-template-columns: 1fr;
  }

  .quiz-options button,
  .quiz-options button:nth-child(even) {
    min-height: 57px;
    padding: 15px 8px 15px 0;
    border-right: 0;
  }

  .tour-section {
    padding: 86px 18px 104px;
  }

  .tour-heading {
    margin-bottom: 38px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tour-heading h2 {
    font-size: clamp(44px, 12vw, 56px);
  }

  .tour-frame iframe {
    height: 68dvh;
    min-height: 480px;
  }

  .tour-frame > a {
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
  }
}

/* Tablets keep the desktop scroll composition instead of inheriting the phone hero. */
@media (min-width: 641px) and (max-width: 900px) and (min-height: 621px) {
  .banquet-story {
    height: 570svh;
    min-height: 0;
  }

  .banquet-story .hero-stage {
    position: sticky;
    height: 100svh;
    min-height: 620px;
  }

  .banquet-story .hero-video,
  .banquet-story .benefit-system,
  .banquet-story .hero-rail,
  .banquet-story .glass-orbit {
    display: block !important;
  }

  body .banquet-story .hero-intro {
    inset: auto;
    left: 50%;
    top: 54%;
    width: min(82vw, 720px);
    opacity: clamp(0, calc(1 - var(--progress) * 8), 1);
    text-align: center;
    transform: translate(-50%, calc(-50% - var(--progress) * 34px));
  }

  body .banquet-story .hero-intro h1 {
    max-width: none;
    font-size: clamp(40px, 6.4vw, 54px);
    line-height: .98;
  }
}

@media (prefers-reduced-motion: reduce) {
  .banquet-story {
    height: 100dvh;
    min-height: 560px;
  }

  .banquet-story .hero-stage {
    position: relative;
    height: 100%;
  }

  .banquet-story .benefit-system,
  .banquet-story .hero-rail,
  .banquet-story .hero-video {
    display: none !important;
  }

  .banquet-story .hero-intro {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .has-motion .event-fit:not(.is-inview) p,
  .has-motion .proposal-section:not(.is-inview) .proposal-heading,
  .has-motion .proposal-section:not(.is-inview) .banquet-quiz,
  .has-motion .tour-section:not(.is-inview) .tour-heading,
  .has-motion .tour-section:not(.is-inview) .tour-frame {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .banquet-story .benefit,
  .tour-frame > a {
    background: var(--virid);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
