.cuisine.section {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}

.cuisine.section > div:first-child {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.cuisine.section > div:first-child h2 br {
  display: none;
}

.cuisine.section > div:first-child h2 em::before {
  content: " ";
}

.cuisine.section .cuisine-copy {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.cuisine.section .cuisine-copy > p:first-child {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.04rem;
}

.cuisine.section .cuisine-promise {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: 1.35rem;
}

.cuisine.section .cuisine-cards {
  gap: 20px;
  margin-top: 34px;
}

.cuisine.section .cuisine-cards article {
  min-height: 230px;
  padding: 30px;
  text-align: left;
  border: 1px solid rgba(8, 102, 78, 0.17);
  border-radius: 4px;
  box-shadow: 0 16px 38px rgba(21, 63, 51, 0.07);
}

.cuisine.section .cuisine-cards article > span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #f2ede2;
  font-size: 1.5rem;
}

.cuisine.section .cuisine-grill-note {
  max-width: 900px;
  margin: 26px auto 0;
  padding: 20px 24px;
  text-align: left;
  border-left: 4px solid #d09b3d;
  background: #efe8da;
  color: #354e45;
}

.cuisine.section .cuisine-links {
  justify-content: center;
  margin-top: 30px;
}

.weekly-share-panel {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(8, 102, 78, 0.18);
  border-radius: 5px;
  background: linear-gradient(135deg, #f0f6f2, #fff);
  box-shadow: 0 14px 34px rgba(21, 63, 51, 0.08);
}

.weekly-share-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
}

.weekly-share-icon svg {
  width: 27px;
  height: 27px;
}

.weekly-share-copy strong,
.weekly-share-copy span {
  display: block;
}

.weekly-share-copy strong {
  margin-bottom: 4px;
  color: #153f33;
  font: 600 1.08rem/1.25 Georgia, serif;
}

.weekly-share-copy span {
  color: #536159;
  font-size: 0.78rem;
  line-height: 1.5;
}

.weekly-share-button {
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 3px;
  background: #08664e;
  color: #fff;
  font-weight: 750;
  cursor: pointer;
  white-space: nowrap;
}

.weekly-share-button:hover,
.weekly-share-button:focus-visible {
  background: #064d3b;
}

.weekly-share-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.weekly-share-status {
  grid-column: 2 / -1;
  min-height: 1.2em;
  margin: -8px 0 0;
  color: #536159;
  font-size: 0.72rem;
}

.room-price-details {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.55fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: start;
  padding-top: clamp(60px, 8vw, 108px);
  padding-bottom: clamp(60px, 8vw, 108px);
  background: #f4efe3;
}

.room-price-heading {
  position: sticky;
  top: 110px;
}

.room-price-heading h2 {
  max-width: 520px;
  margin: 12px 0 18px;
  color: #123f35;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.15rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 0.98;
}

.room-price-heading > p:last-child {
  max-width: 440px;
  margin: 0;
  color: #52635d;
  line-height: 1.7;
}

.room-price-grid {
  overflow: hidden;
  border: 1px solid rgba(18, 63, 53, 0.13);
  border-top: 4px solid #0a735b;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 55px rgba(35, 49, 42, 0.08);
}

.room-price-content {
  min-width: 0;
}

.room-price-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 74px;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(18, 63, 53, 0.12);
  color: #203d35;
}

.room-price-item:last-child {
  border-bottom: 0;
}

.room-price-number {
  color: #0a735b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.room-price-item > span:nth-child(2) {
  line-height: 1.45;
}

.room-price-item strong {
  min-width: 82px;
  color: #123f35;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.32rem;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.room-price-note {
  margin: 18px 24px 0 86px;
  color: #67746f;
  font-size: 0.8rem;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .room-price-details {
    display: block;
  }

  .room-price-heading {
    position: static;
    margin-bottom: 28px;
  }

  .room-price-heading h2 {
    font-size: clamp(2.3rem, 12vw, 3.4rem);
  }

  .room-price-item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 17px 18px;
  }

  .room-price-item strong {
    grid-column: 2;
    min-width: 0;
    margin-top: -8px;
    text-align: left;
  }

  .room-price-note {
    margin: 18px 0 0;
  }

  .cuisine.section > div:first-child {
    margin-bottom: 28px;
  }

  .cuisine.section > div:first-child h2 br {
    display: block;
  }

  .cuisine.section > div:first-child h2 em::before {
    content: none;
  }

  .cuisine.section .cuisine-cards article {
    min-height: 0;
  }

  .weekly-share-panel {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 17px;
  }

  .weekly-share-icon {
    width: 46px;
    height: 46px;
  }

  .weekly-share-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .weekly-share-status {
    grid-column: 1 / -1;
    margin-top: -6px;
    text-align: center;
  }
}
