.home {
  --home-green: #205747;
  --home-dark: #123f33;
  --home-deep: #0f372d;
  --home-cream: #ece9e1;
  --home-white: #fffefa;
}

.home .site-main {
  overflow: hidden;
}

.home .site-header--overlay {
  background: transparent;
  border: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home .site-header--overlay.is-scrolled {
  animation: home-header-enter 240ms ease-out;
  background: #123f33;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  color: #fff;
  position: fixed;
}

@keyframes home-header-enter {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.home .site-header__inner {
  max-width: none;
  min-height: 0;
  padding: 2.8rem 5.5vw;
}

.home .site-branding {
  margin-left: auto;
}

.home .site-logo__compact,
.home .desktop-navigation,
.home .header-booking {
  display: none;
}

.home .site-logo img {
  max-height: none;
  width: 13.5rem;
}

.home .site-header.is-scrolled .site-header__inner {
  gap: clamp(1.25rem, 2.4vw, 3rem);
  min-height: 5.5rem;
  padding: 0 3vw;
}

.home .site-header.is-scrolled .site-branding {
  flex: 0 0 auto;
  margin-left: 0;
  order: 1;
}

.home .site-header.is-scrolled .site-logo__hero {
  display: none;
}

.home .site-header.is-scrolled .site-logo__compact,
.home .site-header.is-scrolled .desktop-navigation,
.home .site-header.is-scrolled .header-booking {
  display: block;
}

.home .site-header.is-scrolled .site-logo img {
  max-height: 3.4rem;
  width: 11.75rem;
}

.home .site-header.is-scrolled .desktop-navigation {
  flex: 1;
  order: 2;
}

.home .site-header.is-scrolled .header-booking {
  order: 3;
}

.home .site-header.is-scrolled .menu-toggle {
  display: none;
}

.home .menu-toggle {
  border: 0;
  box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 10%);
  font-size: 1rem;
  padding: 0.8rem 1.5rem;
}

.home .primary-navigation {
  background: linear-gradient(145deg, #f1f1ee 0%, #f0eee8 66%, #fbfbcf 100%);
  box-shadow: none;
  color: #174c3d;
  max-width: 25rem;
  width: 25rem;
}

.home .primary-navigation__inner {
  padding: 3.1rem 3.15rem 2.4rem;
}

.home .menu-close {
  font-family: Arial, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}

.home .primary-menu {
  font-size: 2.25rem;
  gap: 0.05rem;
  line-height: 1.12;
}

.home .menu-booking {
  font-size: 2.05rem;
  margin-top: 1.7rem;
  padding-block: 1.15rem;
}

.home .menu-description {
  font-size: 1rem;
  line-height: 1.28;
  margin-block: 1.9rem;
}

.home .menu-socials {
  gap: 1.25rem;
}

.home .menu-socials img {
  height: 2rem;
  width: 2rem;
}

.home-container {
  margin-inline: auto;
  max-width: 102.5rem;
  width: calc(100% - 5rem);
}

.home-container--text {
  max-width: 73.75rem;
}

.home-section {
  padding-block: 6.8rem;
}

.home h1,
.home h2,
.home h3 {
  font-family: var(--font-serif);
}

.home h2 {
  color: var(--home-dark);
  font-size: 3.05rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
}

.home .eyebrow {
  font-size: 1rem;
  letter-spacing: 0.025em;
  margin: 0 0 1.1rem;
  text-transform: uppercase;
}

.home-hero {
  background-image: linear-gradient(rgb(0 0 0 / 24%), rgb(0 0 0 / 9%)), url('../images/home/hero-hotel.webp');
  background-position: center;
  background-size: cover;
  height: min(100svh, 67.5rem);
  min-height: 48rem;
  position: relative;
}

.home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgb(0 0 0 / 24%), rgb(0 0 0 / 9%));
  pointer-events: none;
}

.home-hero__toggle {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  background: rgb(0 0 0 / 55%);
  color: #fff;
  cursor: pointer;
}

.booking-callout {
  background: var(--home-green);
  border-radius: 0.6rem 0.6rem 0 0;
  bottom: 20.2%;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-width: 17rem;
  padding: 1.2rem 1.6rem 0;
  position: absolute;
  right: 10.5%;
  text-align: center;
  z-index: 2;
}

.booking-callout strong {
  font-size: 0.95rem;
}

.booking-callout small {
  margin: 0.1rem 0 0.9rem;
}

.booking-callout a {
  background: #fff;
  color: var(--home-dark);
  margin-inline: -1.6rem;
  padding: 0.6rem 1rem;
  text-decoration: none;
}

.booking-bar {
  background: #fff;
  border-radius: 999px;
  bottom: 9.5%;
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 0.85fr 0.95fr 1.15fr 1.25fr;
  left: 7.3%;
  min-height: 4.7rem;
  overflow: hidden;
  position: absolute;
  right: 6.5%;
  z-index: 3;
}

.booking-bar label {
  align-items: center;
  border-right: 1px solid #7d847f;
  display: flex;
  min-width: 0;
  padding: 0.6rem 1.4rem;
}

.booking-bar label > span:not(.screen-reader-text) {
  color: #4b514d;
  font-size: 1rem;
  pointer-events: none;
  position: absolute;
}

.booking-bar input,
.booking-bar select {
  appearance: none;
  background: transparent;
  border: 0;
  color: #4b514d;
  cursor: pointer;
  height: 3.5rem;
  min-height: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.booking-bar label:has(span:not(.screen-reader-text)) input {
  color: transparent;
}

.booking-bar input[type='text'] {
  color: #4b514d;
}

.booking-bar input::placeholder {
  color: #b5b8b6;
  opacity: 1;
}

.booking-bar button {
  background: var(--home-dark);
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
}

.home-intro {
  background: var(--home-green);
  color: var(--home-white);
  padding-block: 6.2rem 4.2rem;
  text-align: center;
}

.home-intro h1 {
  font-size: 3.25rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1rem;
}

.home-intro .lead {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.22;
  margin: 0 auto 2.25rem;
  max-width: 55rem;
}

.home-intro__copy > p:last-child {
  font-size: 1rem;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 69rem;
}

.image-slider {
  margin-top: 6.1rem;
}

.image-slider__track {
  display: grid;
  gap: 1rem;
  grid-auto-columns: calc((100% - 2rem) / 3);
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.image-slider__track::-webkit-scrollbar,
.rooms-grid::-webkit-scrollbar {
  display: none;
}

.image-slider__track img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
}

.slider-controls {
  align-items: center;
  display: grid;
  gap: 2.6rem;
  grid-template-columns: 3rem 1fr 3rem;
  margin: 3.35rem auto 0;
  max-width: 91rem;
}

.slider-controls button {
  align-items: center;
  background: transparent;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 2.5rem;
}


.slider-controls button:disabled,
.accommodation-scroll button:disabled {
  cursor: default;
  opacity: 0.35;
}

.slider-progress {
  background: var(--home-dark);
  border-radius: 99px;
  height: 0.95rem;
  overflow: hidden;
  padding: 0.23rem;
}

.slider-progress span {
  background: var(--home-cream);
  border-radius: inherit;
  display: block;
  height: 100%;
  transform: scaleX(0.5);
  transform-origin: left;
  transition: transform 160ms ease;
}

.open-hours {
  align-items: center;
  background: var(--home-dark);
  color: #fff;
  display: flex;
  font-size: 1.05rem;
  justify-content: center;
  letter-spacing: 0.015em;
  margin: 0;
  min-height: 5rem;
  padding: 1rem var(--gutter);
  text-align: center;
  text-transform: uppercase;
}

.open-hours strong {
  margin-inline: 0.25em;
}

.tour-highlight {
  align-items: flex-end;
  background-image: linear-gradient(90deg, rgb(8 35 28 / 65%), rgb(8 35 28 / 5%)), url('../images/home/tour-highlight.webp');
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  min-height: clamp(36rem, 48vw, 50rem);
  padding: clamp(4rem, 7vw, 7rem) var(--gutter);
  text-align: left;
}

.tour-highlight__content {
  backdrop-filter: blur(5px);
  background: rgb(12 55 43 / 78%);
  border-left: 4px solid #fff;
  border-radius: 0 0.75rem 0.75rem 0;
  max-width: 47rem;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.tour-highlight h2 {
  color: inherit;
  font-size: 3.2rem;
}

.tour-highlight__content > p:not(.eyebrow) {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.4;
  margin: 1rem 0 0;
}

.rooms-section {
  padding-block: 6.7rem 6.1rem;
}

.rooms-section .image-slider {
  margin-top: 0;
}

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

.rooms-grid {
  display: grid;
  gap: 1rem;
  grid-auto-columns: calc((100% - 2rem) / 3);
  grid-auto-flow: column;
  margin-top: 4.5rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.rooms-grid .room-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}


.room-card img {
  aspect-ratio: 536 / 600;
  object-fit: cover;
  width: 100%;
}

.room-card__heading,
.room-card__meta {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.room-card__heading {
  margin-top: 1.35rem;
}

.room-card h3 {
  color: var(--home-dark);
  font-size: 2.45rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.outline-button {
  border: 2px solid var(--home-dark);
  border-radius: 0.5rem;
  color: var(--home-dark);
  display: inline-block;
  min-width: 11.5rem;
  padding: 0.55rem 1.2rem;
  text-align: center;
  text-decoration: none;
}

.room-card__meta {
  font-size: 0.95rem;
  margin-top: 0.65rem;
  text-transform: uppercase;
}

.room-card__meta a {
  color: inherit;
  text-decoration: none;
  text-transform: none;
}

.rooms-slider-controls {
  color: var(--home-dark);
  margin-top: 4.6rem;
}

.rooms-slider-controls .slider-progress {
  background: var(--home-cream);
}

.rooms-slider-controls .slider-progress span {
  background: var(--home-dark);
}

.service-mosaic {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.service-mosaic > div {
  aspect-ratio: 1 / 1;
  background-image: url('../images/home/services-mosaic.webp');
  background-repeat: no-repeat;
  background-size: 600% 200%;
}

.service-mosaic > div:nth-child(1) { background-position: 0 0; }
.service-mosaic > div:nth-child(2) { background-position: 20% 0; }
.service-mosaic > div:nth-child(3) { background-position: 40% 0; }
.service-mosaic > div:nth-child(4) { background-position: 60% 0; }
.service-mosaic > div:nth-child(5) { background-position: 80% 0; }
.service-mosaic > div:nth-child(6) { background-position: 100% 0; }
.service-mosaic > div:nth-child(7) { background-position: 0 100%; }
.service-mosaic > div:nth-child(8) { background-position: 20% 100%; }
.service-mosaic > div:nth-child(9) { background-position: 40% 100%; }
.service-mosaic > div:nth-child(10) { background-position: 60% 100%; }
.service-mosaic > div:nth-child(11) { background-position: 80% 100%; }
.service-mosaic > div:nth-child(12) { background-position: 100% 100%; }

.service-mosaic > .service-mosaic__photo {
  background-position: center;
  background-size: cover;
}

.service-mosaic > .service-mosaic__photo--breakfast {
  background-image: url('../images/tour/food.webp');
}

.service-mosaic > .service-mosaic__photo--beach {
  background-image: url('../images/gallery/gallery-06.webp');
}

.service-mosaic > .service-mosaic__photo--pools {
  background-image: url('../images/gallery/gallery-03.webp');
}

.service-mosaic > .service-mosaic__photo--wifi {
  background-image: url('../images/accommodations/suite-coconuts-new-main.webp');
}

.service-mosaic > .service-mosaic__photo--room {
  background-image: url('../images/accommodations/listing-hero.webp');
}

.service-mosaic > .service-mosaic__photo--parking {
  background-image: url('../images/gallery/gallery-02.webp');
}

.service-mosaic__text {
  color: transparent;
  overflow: hidden;
  text-indent: -9999px;
}

.wedding-section {
  padding-block: 7.1rem 6.5rem;
}

.wedding-section__inner {
  min-height: 40.625rem;
  position: relative;
}

.wedding-section__inner > img {
  height: 40.625rem;
  margin-left: auto;
  object-fit: cover;
  width: 59.4%;
}

.wedding-section__copy {
  background: var(--home-cream);
  border-radius: 0.75rem;
  left: 0;
  max-width: 47.5rem;
  padding: 3.65rem 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  z-index: 1;
}

.wedding-section__copy h2 {
  font-size: 3.1rem;
  margin-bottom: 1.45rem;
  max-width: 33rem;
}

.wedding-section__copy p {
  font-size: 1rem;
  line-height: 1.35;
}

.wedding-section__copy .outline-button {
  margin-top: 0.75rem;
}

/* Intrinsic image ratios determine each masonry tile's row span. */
.experiences-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
  padding-bottom: 3rem;
}

.experiences-gallery.is-masonry,
.gallery-mosaic.is-masonry {
  display: block;
  position: relative;
}

.is-masonry > .gallery-item {
  position: absolute;
}

.experiences-gallery img {
  display: block;
  aspect-ratio: auto;
  height: auto;
  width: 100%;
}

.experiences-gallery .gallery-item:focus-visible {
  outline: 3px solid var(--home-green);
  outline-offset: 3px;
}

.gastronomy-section {
  padding-block: 7.1rem 6.5rem;
}

.gastronomy-section__inner {
  display: grid;
  grid-template-columns: 40.6% 7.4% 52%;
  min-height: 40.625rem;
}

.gastronomy-section__inner > img {
  align-self: stretch;
  grid-area: 1 / 2 / 2 / 4;
  height: 100%;
  min-height: 40.625rem;
  object-fit: cover;
  width: 100%;
}

.gastronomy-section__copy {
  align-self: center;
  background: var(--home-cream);
  border-radius: 0.75rem;
  grid-area: 1 / 1 / 2 / 3;
  max-width: 47.5rem;
  padding: 2.75rem 3rem;
  width: 100%;
  z-index: 1;
}

.gastronomy-section h2 {
  font-size: 3.1rem;
  margin-bottom: 1.45rem;
  max-width: 33rem;
}

.gastronomy-section .lead {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
}

.gastronomy-section__copy > p:not(.eyebrow):not(.lead) {
  font-size: 1rem;
  line-height: 1.35;
}

.gastronomy-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

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

.testimonials-section {
  background: var(--home-green);
  color: #fff;
  display: grid;
  gap: 4.5rem;
  grid-template-columns: minmax(22rem, 0.78fr) minmax(0, 2fr);
  min-height: 46.875rem;
  padding: 7.1rem 0 6.3rem max(4vw, calc((100vw - 102.5rem) / 2));
}

.testimonials-section__intro {
  align-self: center;
}

.testimonials-section__intro img {
  margin-bottom: 2rem;
  width: 7rem;
}

.testimonials-section h2 {
  color: inherit;
  font-size: 3.4rem;
  max-width: 31rem;
}

.testimonials-section__intro > p {
  font-size: 1.2rem;
  line-height: 1.3;
  max-width: 27rem;
}

.testimonial-controls {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  margin-top: 2.5rem;
}

.testimonial-dots {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.testimonial-dots button {
  background: var(--home-dark);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 0.8rem;
  padding: 0;
  transition: background-color 180ms ease, transform 180ms ease;
  width: 0.8rem;
}

.testimonial-dots button[aria-current="true"] {
  background: #fff;
  transform: scale(1.2);
}

.testimonial-arrow {
  align-items: center;
  background: transparent;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.15rem;
  height: 2.35rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background-color 180ms ease, color 180ms ease;
  width: 2.35rem;
}

.testimonial-arrow:hover,
.testimonial-arrow:focus-visible {
  background: #fff;
  color: var(--home-dark);
}

.testimonial-arrow:focus-visible,
.testimonial-dots button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.testimonials-track {
  display: flex;
  gap: 2.5rem;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  padding-right: 2rem;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.testimonials-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  background: var(--home-dark);
  border-radius: 0.75rem;
  flex: 0 0 min(49.5rem, calc(100% - 2rem));
  min-width: 0;
  padding: clamp(2.4rem, 3.5vw, 3.4rem) clamp(2.25rem, 4vw, 4.3rem);
  scroll-snap-align: start;
}

.testimonial-card h3 {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1.35rem;
}

.testimonial-card p {
  font-size: 0.95rem;
  line-height: 1.35;
}

.testimonial-card footer {
  align-items: center;
  display: grid;
  gap: 0 1rem;
  grid-template-columns: auto 1fr;
  margin-top: 1.6rem;
}

.testimonial-card footer strong,
.testimonial-card footer small {
  grid-column: 2;
}

.testimonial-avatar {
  align-items: center;
  background: #d8a565;
  border-radius: 50%;
  display: flex;
  grid-row: 1 / 3;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.map-section {
  height: 36.875rem;
}

.map-section iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

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

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

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

.home .site-footer__bottom {
  padding-block: 1.5rem;
}

@media (max-width: 1100px) {
  .booking-bar {
    bottom: 4rem;
    grid-template-columns: repeat(3, 1fr);
    left: 4vw;
    right: 4vw;
  }

  .booking-bar button {
    min-height: 4rem;
  }

  .booking-callout {
    bottom: 12rem;
    right: 4vw;
  }

  .rooms-grid {
    gap: 1.25rem;
  }

  .room-card__heading,
  .room-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .wedding-section__copy {
    width: 57%;
  }

  .gastronomy-section__inner {
    grid-template-columns: 48% 9% 43%;
  }

  .testimonials-section {
    gap: 3rem;
    grid-template-columns: minmax(20rem, 1fr) minmax(0, 1.5fr);
  }
}

@media (max-width: 900px) {
  .home .site-header.is-scrolled .desktop-navigation,
  .home .site-header.is-scrolled .header-booking {
    display: none;
  }

  .home .site-header.is-scrolled .menu-toggle {
    display: inline-flex;
    margin-left: auto;
    order: 3;
  }

  .home .site-header.is-scrolled .site-header__inner {
    min-height: 4.75rem;
    padding-inline: 1rem;
  }

  .home .site-header.is-scrolled .site-logo img {
    width: min(10.5rem, 46vw);
  }

  .home .primary-navigation {
    max-width: 26rem;
    width: min(100%, 26rem);
  }

  .home .site-header__inner {
    padding: 1.25rem;
  }

  .home .site-logo img {
    width: 8rem;
  }

  .home .menu-toggle {
    font-size: 0.8rem;
    padding: 0.65rem 0.9rem;
  }

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

  .home-hero {
    background-position: 54% center;
    height: 54rem;
    min-height: 0;
  }

  .booking-callout {
    display: none;
  }

  .booking-bar {
    border-radius: 1rem;
    bottom: 1.25rem;
    grid-template-columns: 1fr 1fr;
    left: 1.25rem;
    right: 1.25rem;
  }

  .booking-bar label {
    border-bottom: 1px solid #d4d4d4;
    padding-inline: 1rem;
  }

  .booking-bar label:nth-of-type(even) {
    border-right: 0;
  }

  .booking-bar label:nth-of-type(5),
  .booking-bar button {
    grid-column: 1 / -1;
  }

  .booking-bar label:nth-of-type(5) {
    border-right: 0;
  }

  .booking-bar button {
    min-height: 3.75rem;
  }

  .image-slider__track,
  .rooms-grid {
    display: flex;
    scroll-snap-type: x mandatory;
  }

  .image-slider__track img,
  .rooms-grid .room-card {
    flex: 0 0 82vw;
    scroll-snap-align: start;
  }

  .slider-controls {
    gap: 1rem;
  }

  .tour-highlight {
    min-height: 35rem;
  }

  .room-card + .room-card {
    margin-top: 0;
  }

  .room-card__heading,
  .room-card__meta {
    align-items: center;
    flex-direction: row;
  }

  .service-mosaic {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-mosaic > div:nth-child(1) { order: 1; }
  .service-mosaic > div:nth-child(2) { order: 2; }
  .service-mosaic > div:nth-child(3) { order: 4; }
  .service-mosaic > div:nth-child(4) { order: 3; }
  .service-mosaic > div:nth-child(5) { order: 5; }
  .service-mosaic > div:nth-child(6) { order: 6; }
  .service-mosaic > div:nth-child(7) { order: 8; }
  .service-mosaic > div:nth-child(8) { order: 7; }
  .service-mosaic > div:nth-child(9) { order: 9; }
  .service-mosaic > div:nth-child(10) { order: 10; }
  .service-mosaic > div:nth-child(11) { order: 12; }
  .service-mosaic > div:nth-child(12) { order: 11; }

  .wedding-section__inner {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0;
  }

  .wedding-section__inner > img {
    height: auto;
    margin: 0;
    width: 100%;
  }

  .wedding-section__copy {
    border-radius: 0 0 0.7rem 0.7rem;
    left: auto;
    max-width: none;
    padding: 2rem;
    position: static;
    transform: none;
    width: 100%;
  }

  .gastronomy-section__inner {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0;
  }

  .gastronomy-section__inner > img {
    height: auto;
    margin: 0;
    min-height: 0;
    width: 100%;
  }

  .gastronomy-section__copy {
    border-radius: 0 0 0.7rem 0.7rem;
    max-width: none;
    padding: 2rem;
    width: 100%;
  }

  .experiences-gallery {
    gap: 0.6rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonials-section {
    display: block;
    padding: 5rem 0 5rem 1.25rem;
  }

  .testimonials-section__intro {
    padding: 0 1.25rem 3rem 0;
  }

  .testimonials-track {
    gap: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimonial-card {
    flex-basis: calc(100% - 1.25rem);
  }

  .map-section {
    height: 25rem;
  }
}

@media (max-width: 480px) {
  .home h2,
  .wedding-section__copy h2 {
    font-size: 2.35rem;
  }

  .home-intro h1 {
    font-size: 2.65rem;
  }

  .home-intro {
    padding-top: 4.5rem;
  }

  .home-intro .lead {
    font-size: 1.35rem;
  }

  .room-card__heading,
  .room-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .room-card__heading .outline-button {
    width: 100%;
  }

  .experiences-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 1.5rem;
  }

  .tour-highlight h2,
  .testimonials-section h2 {
    font-size: 2.6rem;
  }

  .testimonials-section {
    padding-top: 4rem;
  }

  .testimonials-section__intro {
    padding-bottom: 2.25rem;
  }

  .testimonial-card {
    padding: 2rem 1.5rem;
  }

  .testimonial-card h3 {
    font-size: 1.4rem;
  }
}
