.delivery-menu-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin: 35px 0 70px;
  padding: 38px 42px;
  background: #a62920;
  color: #fff;
  box-shadow: 0 16px 40px #5f1d1826;
}
.delivery-menu-notice > div {
  max-width: 760px;
}
.delivery-menu-notice .eyebrow {
  color: #f2cf99;
  margin: 0 0 8px;
}
.delivery-menu-notice h2 {
  font-size: clamp(36px, 4vw, 54px);
  margin: 0 0 14px;
}
.delivery-menu-notice p:last-child {
  margin: 0;
  color: #fff;
}
.delivery-menu-notice .order {
  flex: none;
}
.delivery-menu {
  margin: 35px 0 70px;
}
.delivery-menu-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 30px;
}
.delivery-menu-head h2 {
  font-size: clamp(42px, 5vw, 64px);
}
.delivery-menu-pages {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin: 0 auto;
  align-items: start;
}
.delivery-menu-pages a {
  display: block;
  height: auto;
  min-height: 0;
  align-self: start;
  cursor: zoom-in;
  transition: transform .25s, box-shadow .25s;
}
.delivery-menu-pages a:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px #2a1d1026;
}
.delivery-menu-pages img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  aspect-ratio: auto;
  object-fit: contain;
}
.delivery-details {
  background: #f7f1e7;
  padding-top: 85px;
  padding-bottom: 85px;
}
.details-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 42px;
}
.details-head h2 {
  font-size: clamp(46px, 5vw, 68px);
}
.delivery-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #d1c6b5;
  background: #fff;
}
.delivery-fact {
  padding: 28px;
  text-align: center;
  border-right: 1px solid #d1c6b5;
}
.delivery-fact:last-child {
  border: 0;
}
.delivery-fact strong {
  display: block;
  color: #a62920;
  font: 700 36px/1 var(--serif);
}
.delivery-fact span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.delivery-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0;
}
.delivery-notes p {
  margin: 0;
  padding: 18px;
  background: #ece2d3;
  font-size: 13px;
}
.delivery-call {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  margin-top: 28px;
  padding: 28px;
  background: #16251c;
  color: #fff;
}
.delivery-call p {
  margin: 0;
  max-width: 520px;
}
.delivery-call-actions,
.delivery-platforms {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.delivery-platforms {
  margin-top: 18px;
  justify-content: center;
}
.platform-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  padding: 13px 18px;
  background: #fff;
  border: 1px solid #d1c6b5;
  font-size: 12px;
  font-weight: 700;
}
.platform-link:hover {
  border-color: #a62920;
  color: #a62920;
}
.events-details {
  background: #19271f;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}
.events-details-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
}
.events-details h2 {
  color: #fff;
}
.events-details .eyebrow {
  color: #e5b46d;
}
.events-details .lead {
  color: #c8d0ca;
}
.occasion-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}
.occasion-list span {
  padding: 12px;
  border-bottom: 1px solid #ffffff25;
  font-size: 13px;
}
.occasion-list span:before {
  content: "✓";
  color: #e5b46d;
  margin-right: 10px;
}
.event-service {
  background: #f5efe4;
  color: #172019;
  padding: 32px;
  margin-bottom: 18px;
}
.event-capacity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.event-capacity div {
  padding: 28px;
  background: #a62920;
  color: #fff;
}
.event-capacity strong {
  display: block;
  font: 600 32px var(--serif);
}
.event-offer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}
.event-offer p {
  max-width: 450px;
}
.event-offer a {
  white-space: nowrap;
}
@media (max-width: 850px) {
  .delivery-menu-notice {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .delivery-facts,
  .delivery-notes {
    grid-template-columns: 1fr;
  }
  .delivery-fact {
    border-right: 0;
    border-bottom: 1px solid #d1c6b5;
  }
  .delivery-call,
  .event-offer {
    align-items: flex-start;
    flex-direction: column;
  }
  .events-details-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .delivery-menu-pages {
    grid-template-columns: 1fr;
  }
  .delivery-menu-notice {
    margin: 20px 0 55px;
    padding: 28px 24px;
  }
  .delivery-menu-notice .order {
    width: 100%;
    text-align: center;
  }
  .event-capacity {
    grid-template-columns: 1fr;
  }
  .occasion-list {
    grid-template-columns: 1fr;
  }
  .delivery-call-actions {
    width: 100%;
  }
  .delivery-call-actions .order {
    width: 100%;
  }
}
