/* Homepage order and content approved on 2026-09-03. */
.home-dining {
  padding: clamp(76px, 8vw, 124px) var(--gutter);
  background: #f5f3ea;
}

.home-dining::before {
  display: none;
}

.home-dining .restaurant-home__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.home-dining__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 20px clamp(40px, 7vw, 108px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 60px);
}

.home-dining__label,
.events-home__label {
  grid-column: 1 / -1;
  margin: 0;
  color: #177f8e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-dining__head h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: .98;
}

.home-dining__head > p:last-child {
  max-width: 45ch;
  margin: 0 0 5px;
  color: #5f6a70;
  font-size: 16px;
  line-height: 1.7;
}

.breakfast-feature {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(440px, 1.18fr);
  min-height: 620px;
  overflow: hidden;
  background: #26394a;
  color: #fff;
}

.breakfast-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
}

.breakfast-feature__time {
  margin: 0 0 30px;
  color: #a8d8dc;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.breakfast-feature__copy h3 {
  max-width: 8ch;
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(40px, 4.6vw, 64px);
  font-weight: 500;
  line-height: 1;
}

.breakfast-feature__copy > p:not(.breakfast-feature__time) {
  max-width: 48ch;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.72;
}

.breakfast-feature__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-top: 18px;
}

.breakfast-feature__actions .btn {
  background: #f5f3ea;
  color: #26394a;
}

.breakfast-feature__phone {
  padding-block: 8px;
  border-bottom: 1px solid rgba(255,255,255,.45);
  font-size: 13px;
}

.breakfast-feature__media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.breakfast-feature__image {
  position: absolute;
  object-fit: cover;
}

.breakfast-feature__image--main {
  inset: 0;
  width: 100%;
  height: 100%;
}

.breakfast-feature__image--detail {
  right: 28px;
  bottom: 28px;
  width: min(38%, 260px);
  aspect-ratio: 4 / 5;
  border: 10px solid #f5f3ea;
  box-shadow: 0 18px 48px rgba(14, 27, 38, .28);
}

.main-menu-preview {
  padding-top: clamp(58px, 7vw, 96px);
}

.main-menu-preview__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.main-menu-preview__head h3 {
  margin: 0 0 12px;
  color: #26394a;
  font-family: var(--serif);
  font-size: clamp(36px, 4.1vw, 58px);
  font-weight: 500;
  line-height: 1.04;
}

.main-menu-preview__head p {
  max-width: 58ch;
  margin: 0;
  color: #637078;
  line-height: 1.65;
}

.main-menu-preview__head > a,
.corporate-event__cta,
.guest-service__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-menu-preview__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  grid-template-rows: repeat(2, 270px);
  gap: 14px;
}

.menu-dish {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #26394a;
}

.menu-dish--large {
  grid-row: 1 / 3;
}

.menu-dish img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.menu-dish::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(12, 25, 33, .76));
}

.menu-dish span {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.menu-dish:hover img {
  transform: scale(1.025);
}

.home-dining__footer {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.events-home {
  padding: clamp(76px, 8vw, 118px) var(--gutter);
  background: #e8ecec;
}

.events-home__head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 18px clamp(44px, 7vw, 100px);
  align-items: end;
  margin-bottom: 40px;
}

.events-home__head h2 {
  grid-column: 1;
  max-width: 13ch;
  margin: 0;
}

.events-home__head > p:last-child {
  grid-column: 2;
  grid-row: 2;
  max-width: 52ch;
  margin: 0 0 6px;
}

.corporate-event {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  min-height: 520px;
  overflow: hidden;
  background: #fff;
}

.corporate-event__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corporate-event__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 4.5vw, 64px);
}

.corporate-event__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.corporate-event__list li {
  display: grid;
  gap: 8px;
  padding: 22px 0;
  border-top: 1px solid #d8ddde;
}

.corporate-event__list strong {
  color: #26394a;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
}

.corporate-event__list span {
  color: #66747a;
  font-size: 14px;
  line-height: 1.55;
}

.corporate-event__cta {
  align-self: flex-start;
  margin-top: 28px;
  color: #26394a;
}

.services-grid--facts {
  padding: clamp(76px, 8vw, 118px) var(--gutter);
}

.services-grid--facts .services-grid__inner {
  display: block;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.services-grid--facts .services-grid__head {
  display: grid;
  grid-template-columns: 1fr minmax(320px, .8fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}

.services-grid--facts .services-grid__intro {
  max-width: 54ch;
  margin: 0 0 5px;
  color: #66747a;
  line-height: 1.65;
}

.guest-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfd5d6;
  border-left: 1px solid #cfd5d6;
}

.guest-service {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid #cfd5d6;
  border-bottom: 1px solid #cfd5d6;
  background: transparent;
  transition: background-color .2s ease;
}

.guest-service:hover {
  background: #fff;
}

.guest-service__number {
  margin-bottom: 30px;
  color: #178293;
  font-size: 11px;
  letter-spacing: .12em;
}

.guest-service h3 {
  margin: 0 0 14px;
  color: #26394a;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.08;
}

.guest-service p {
  margin: 0 0 24px;
  color: #66747a;
  font-size: 14px;
  line-height: 1.6;
}

.guest-service__link,
.guest-service__note {
  align-self: flex-start;
  margin-top: auto;
  color: #26394a;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guest-service__note {
  color: #66747a;
}

.home-dining a:focus-visible,
.corporate-event:focus-visible,
.guest-service:focus-visible {
  outline: 3px solid #1792a2;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .home-dining__head,
  .events-home__head,
  .services-grid--facts .services-grid__head {
    grid-template-columns: 1fr;
  }

  .home-dining__head > p:last-child,
  .events-home__head > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .breakfast-feature,
  .corporate-event {
    grid-template-columns: 1fr;
  }

  .breakfast-feature__media {
    min-height: 480px;
    order: -1;
  }

  .corporate-event__media {
    min-height: 430px;
  }

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

@media (max-width: 640px) {
  .home-dining,
  .events-home,
  .services-grid--facts {
    padding: 64px 16px;
  }

  .home-dining__head h2,
  .events-home__head h2 {
    max-width: none;
    font-size: 40px;
  }

  .breakfast-feature {
    min-height: 0;
  }

  .breakfast-feature__media {
    min-height: 360px;
  }

  .breakfast-feature__image--detail {
    right: 16px;
    bottom: 16px;
    width: 38%;
    border-width: 6px;
  }

  .breakfast-feature__copy {
    padding: 34px 24px 38px;
  }

  .breakfast-feature__copy h3 {
    font-size: 42px;
  }

  .breakfast-feature__actions,
  .home-dining__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .breakfast-feature__actions .btn,
  .home-dining__footer .btn {
    width: 100%;
  }

  .breakfast-feature__phone {
    align-self: flex-start;
  }

  .main-menu-preview__head {
    grid-template-columns: 1fr;
  }

  .main-menu-preview__gallery {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .main-menu-preview__gallery::-webkit-scrollbar {
    display: none;
  }

  .menu-dish,
  .menu-dish--large {
    flex: 0 0 min(82vw, 330px);
    height: 390px;
    scroll-snap-align: start;
  }

  .corporate-event {
    min-height: 0;
  }

  .corporate-event__media {
    min-height: 300px;
  }

  .corporate-event__body {
    padding: 28px 24px 34px;
  }

  .guest-services {
    grid-template-columns: 1fr;
  }

  .guest-service {
    min-height: 0;
    padding: 26px 22px;
  }

  .guest-service__number {
    margin-bottom: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu-dish img,
  .guest-service {
    transition: none;
  }
}
