.coconuts-promotions {
  --home-green: #234c3f;
  --home-dark: #123f33;
  --home-deep: #1a3b30;
  --home-cream: #ece9e1;
  --home-white: #fffefa;
  color: var(--home-dark);
  overflow-x: hidden;
}

.site-header--promotions {
  border-bottom: 0;
}

.site-header--promotions .site-header__inner {
  max-width: none;
  padding-inline: 6.25rem;
}

.site-header--promotions .site-logo img {
  max-height: 4.15rem;
  width: 16rem;
}

.site-header--promotions .desktop-menu {
  gap: clamp(1.45rem, 2.25vw, 2.8rem);
}

.site-header--promotions .header-booking {
  min-width: 12.5rem;
  text-align: center;
}

.promotions-hero {
  background-image: linear-gradient(rgb(0 0 0 / 3%), rgb(0 0 0 / 4%)), url('../images/promotions/hero.webp');
  background-position: center;
  background-size: cover;
  height: calc(100svh - 6.25rem);
  min-height: 42rem;
  position: relative;
}

.promotions-hero .booking-callout {
  bottom: 20.2%;
  right: 11.1%;
}

.promotions-hero .booking-bar {
  bottom: 9.5%;
}

.promotions-hero .booking-brand-float {
  bottom: 18.8%;
  right: 4.7%;
}

.promotions-hero__dots {
  bottom: 2rem;
  display: flex;
  gap: 0.85rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.promotions-hero__dots span {
  background: #f5f3ec;
  border-radius: 50%;
  height: 0.9rem;
  width: 0.9rem;
}

.promotions-hero__dots span:first-child {
  background: var(--home-dark);
}

.promotions-contact {
  align-items: center;
  box-sizing: border-box;
  color: var(--home-dark);
  display: flex;
  flex-direction: column;
  height: 23.125rem;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}

.promotions-contact .eyebrow,
.promotions-rooms .eyebrow,
.promotion-card .eyebrow {
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.promotions-contact h1,
.promotions-rooms h2,
.promotion-card h2 {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
}

.promotions-contact h1 {
  font-size: 3.2rem;
  line-height: 1;
  margin: 0 0 1.15rem;
}

.promotions-contact__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95rem;
  gap: 0.8rem 1.25rem;
  justify-content: center;
}

.promotions-contact__item {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 0.4rem;
  text-decoration: none;
}

.promotions-contact__item svg {
  fill: currentColor;
  flex: 0 0 auto;
  height: 1rem;
  width: 1rem;
}

.promotions-contact > .outline-button {
  margin-top: 2rem;
  min-width: 12.5rem;
}

.promotions-list {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 102.5rem;
  padding: 3.125rem 0 7rem;
}

.promotion-card {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(20rem, 1fr);
  margin-bottom: 6.875rem;
}

.promotion-card:last-child {
  margin-bottom: 0;
}

.promotion-card > img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.promotion-card__media {
  aspect-ratio: 4 / 3;
  background: #000;
  width: 100%;
}

.promotion-card__media iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.promotion-card__content {
  background: var(--home-cream);
  border-radius: 0 0.85rem 0.85rem 0;
  box-sizing: border-box;
  color: #426057;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(2rem, 3vw, 3.25rem);
  position: relative;
}

.promotion-card__content h2 {
  color: var(--home-green);
  font-size: 3.15rem;
  line-height: 1;
  margin: 0 0 1.7rem;
}

.promotion-card__content p:not(.eyebrow) {
  font-size: 1.08rem;
  line-height: 1.42;
  margin: 0 0 1.55rem;
}

.promotion-card__content .outline-button {
  margin-top: 0.35rem;
  min-width: 12.5rem;
}

.promotion-card--reverse { grid-template-columns: minmax(20rem, 1fr) minmax(0, 2fr); }

.promotion-card--reverse > img {
  grid-column: 2;
  grid-row: 1;
}

.promotion-card--reverse .promotion-card__content {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  margin-left: 0;
  border-radius: 0.85rem 0 0 0.85rem;
  z-index: 1;
}

.promotion-card__content--green {
  background: var(--home-green);
  color: #fff;
}

.promotion-card__content--green h2 {
  color: #fff;
}

.promotions-rooms {
  background: var(--home-green);
  box-sizing: border-box;
  color: #fff;
  height: 77.8125rem;
  overflow: hidden;
  padding-block: 6.875rem 5rem;
  position: relative;
}

.promotions-rooms::after {
  background: url('../images/accommodations/pattern-modal.png') center / contain no-repeat;
  content: '';
  height: 50rem;
  opacity: 0.28;
  position: absolute;
  right: -8rem;
  top: 4rem;
  width: 50rem;
}

.promotions-rooms .home-container {
  max-width: 102.5rem;
  position: relative;
  z-index: 1;
}

.promotions-rooms h2 {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.05;
  margin: 0;
}

.promotions-rooms .section-subtitle {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin: 0.8rem 0 0;
}

.promotions-rooms .accommodation-cards {
  --rooms-gap: 3.125rem;
  margin-inline: -2.1875rem;
  margin-top: 4.75rem;
  width: calc(100% + 4.375rem);
}

.promotions-rooms .room-card h3,
.promotions-rooms .room-card__more {
  color: #fff;
}

.promotions-rooms .room-card h3 {
  font-size: 2.45rem;
}

.promotions-rooms .outline-button {
  border-color: #fff;
  color: #fff;
}

.promotions-rooms .accommodation-scroll {
  color: #fff;
  margin-top: 4.4rem;
  max-width: 91rem;
}

.promotions-rooms .accommodation-scroll .slider-progress {
  background: var(--home-deep);
}

.promotions-rooms .accommodation-scroll .slider-progress span {
  background: #fff;
}

.coconuts-promotions .site-footer {
  padding-top: 4.5rem;
}

.coconuts-promotions .site-footer__brand img {
  width: 16.25rem;
}

.coconuts-promotions .site-footer__awards img {
  height: 11rem;
  width: 9.5rem;
}

.coconuts-promotions .site-footer__bottom {
  padding-block: 1.35rem;
}

@media (max-width: 1700px) {
  .promotions-list {
    max-width: calc(100% - 8rem);
  }

}

@media (max-width: 1500px) {
  .site-header--promotions .site-header__inner {
    padding-inline: 3rem;
  }

  .site-header--promotions .site-logo img {
    width: 13rem;
  }

  .promotions-rooms .accommodation-cards {
    margin-inline: 0;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .promotions-contact,
  .promotions-list,
  .promotions-rooms {
    height: auto;
  }

  .promotions-contact {
    padding-block: 5rem;
  }

  .promotions-list {
    max-width: none;
    padding: 2rem 1.25rem 6rem;
  }

  .promotion-card,
  .promotion-card--reverse {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 6rem;
  }

  .promotion-card > img,
  .promotion-card--reverse > img {
    grid-column: 1;
    grid-row: 1;
    height: auto;
    max-width: none;
    width: 100%;
  }

  .promotion-card__content,
  .promotion-card--reverse .promotion-card__content {
    border-radius: 0 0 0.85rem 0.85rem;
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
    margin: -4rem 1.5rem 0;
    min-height: 0;
    width: auto;
  }

  .promotions-rooms {
    padding-block: 5.5rem;
  }

  .promotions-rooms .accommodation-cards {
    --rooms-gap: 1rem;
  }
}

@media (max-width: 900px) {
  .promotions-hero {
    height: 48rem;
    min-height: 0;
  }

  .promotions-hero .booking-callout,
  .promotions-hero .booking-brand-float,
  .promotions-hero__dots {
    display: none;
  }

  .promotions-hero .booking-bar {
    bottom: 1.25rem;
  }

}

@media (max-width: 600px) {
  .promotions-hero {
    background-position: 45% center;
  }

  .promotions-contact {
    padding: 4.5rem 1.25rem;
  }

  .promotions-contact h1,
  .promotions-rooms h2 {
    font-size: 2.45rem;
  }

  .promotions-contact__links {
    flex-direction: column;
  }

  .promotions-list {
    padding-bottom: 5rem;
  }

  .promotion-card {
    margin-bottom: 5rem;
  }

  .promotion-card__content,
  .promotion-card--reverse .promotion-card__content {
    margin: -2rem 0.75rem 0;
    padding: 2.25rem 1.25rem;
  }

  .promotion-card__content h2 {
    font-size: 2.65rem;
  }

  .promotions-rooms::after {
    display: none;
  }

  .promotions-rooms .home-container {
    width: calc(100% - 2.5rem);
  }
}
