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

.site-header--accommodation .site-header__inner {
  max-width: none;
  padding-inline: 6.5rem;
}

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

.site-header--accommodation .desktop-menu {
  gap: clamp(1.4rem, 2.4vw, 3rem);
}

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

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

.accommodations-hero .booking-callout {
  bottom: 20.2%;
  right: 11.2%;
}

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

.booking-brand-float {
  align-items: center;
  background: #f7f6ef;
  border-radius: 50%;
  bottom: 18.8%;
  display: flex;
  height: 6.3rem;
  justify-content: center;
  position: absolute;
  right: 4.7%;
  width: 6.3rem;
  z-index: 4;
}

.booking-brand-float img {
  height: auto;
  width: 4rem;
}

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

.accommodations-hero__dots span {
  background: rgb(255 255 255 / 45%);
  border-radius: 50%;
  height: 0.9rem;
  width: 0.9rem;
}

.accommodations-hero__dots span:first-child {
  background: var(--home-green);
}

.accommodation-listing,
.accommodation-related {
  padding-block: 6.4rem 5.6rem;
}

.accommodation-listing {
  padding-bottom: 3.725rem;
}

.accommodation-related {
  padding-bottom: 6.1rem;
}

.accommodation-listing h1,
.accommodation-related h2 {
  color: var(--home-dark);
  font-family: var(--font-serif);
  font-size: 3.1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
}

.accommodation-listing .section-subtitle,
.accommodation-related .section-subtitle {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin: 0.8rem 0 0;
}

.accommodation-cards {
  --rooms-gap: 1rem;
  gap: var(--rooms-gap);
  grid-auto-columns: calc((100% - var(--rooms-gap) - var(--rooms-gap)) / 3);
  grid-auto-flow: column;
  grid-template-columns: none;
  margin-top: 4.7rem;
}

.room-card__more {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-transform: none;
}

.accommodation-scroll {
  align-items: center;
  color: var(--home-dark);
  display: grid;
  gap: 2.6rem;
  grid-template-columns: 3rem 1fr 3rem;
  margin: 4.4rem auto 0;
  max-width: 91rem;
}

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

.accommodation-scroll .slider-progress {
  background: #e6e4dd;
}

.accommodation-scroll .slider-progress span {
  background: var(--home-dark);
}

.accommodation-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: calc(100svh - 6.25rem);
  min-height: 52rem;
  position: relative;
}

.accommodation-detail__gallery {
  align-items: center;
  background: var(--home-green);
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 3rem 14.75rem 42.125rem;
  padding: 9.55rem 0 9.55rem 8.25rem;
  position: relative;
  z-index: 2;
}

.gallery-scroll-indicator {
  align-items: center;
  align-self: stretch;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
}

.gallery-scroll-indicator span {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: flex;
  height: 2.4rem;
  justify-content: center;
  width: 2.4rem;
}

.gallery-scroll-indicator i {
  background: var(--home-dark);
  border-radius: 999px;
  display: block;
  height: 32rem;
  padding: 0.35rem;
  width: 1.2rem;
}

.gallery-scroll-indicator b {
  background: #fff;
  border-radius: inherit;
  display: block;
  height: 62%;
  width: 100%;
}

.accommodation-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}

.accommodation-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.accommodation-gallery__thumbs button,
.room-modal__thumbs button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.accommodation-gallery__thumbs img {
  aspect-ratio: 236 / 198;
  object-fit: cover;
  width: 100%;
}

.accommodation-gallery__main {
  position: relative;
}

.accommodation-gallery__main > button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}

.accommodation-gallery__main img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.accommodation-detail__info {
  align-items: center;
  background: var(--home-cream) url('../images/accommodations/pattern-detail.png') no-repeat right bottom / auto 80%;
  color: var(--home-dark);
  display: flex;
  justify-content: center;
  padding: 5rem 7rem 5rem 18rem;
  position: relative;
  z-index: 1;
}

.accommodation-detail__info-inner {
  max-width: 34rem;
  width: 100%;
}

.accommodation-detail__info .eyebrow {
  margin-bottom: 1rem;
}

.accommodation-detail__info h1 {
  font-family: var(--font-serif);
  font-size: 3.65rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1rem;
}

.accommodation-detail__subtitle,
.room-modal__subtitle {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  margin: 0;
}

.accommodation-detail__info hr,
.room-modal__details hr {
  border: 0;
  border-top: 2px solid currentColor;
  margin-block: 1.7rem;
  opacity: 0.75;
}

.room-features {
  font-size: 1rem;
  line-height: 1.28;
  list-style: none;
  margin: 0;
  padding: 0;
}

.room-notice {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
  margin-block: 1.6rem;
}

.booking-callout--detail {
  bottom: 4.5rem;
  right: 11.2%;
}

.accommodation-detail .booking-brand-float {
  bottom: 4.4rem;
}

.room-modal {
  background: #fff;
  border: 0;
  border-radius: 1.2rem;
  color: var(--home-dark);
  height: min(48rem, calc(100svh - 2rem));
  max-height: none;
  max-width: none;
  overflow: hidden;
  padding: 0;
  width: min(78rem, calc(100vw - 2rem));
}

.room-modal::backdrop {
  background: rgb(43 40 33 / 91%);
}

.room-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(24rem, 0.88fr);
  height: 100%;
}

.room-modal__gallery {
  background: var(--home-green) url('../images/accommodations/pattern-modal.png') no-repeat left bottom / cover;
  display: grid;
  gap: 1rem;
  grid-template-rows: minmax(0, 1fr) auto auto;
  min-height: 0;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  position: relative;
}

.room-modal__stage {
  align-items: center;
  background: rgb(5 35 27 / 24%);
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}

.room-modal__main-image {
  height: 100%;
  object-fit: contain;
  user-select: none;
  width: 100%;
}

.room-modal__zoom {
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgb(8 42 33 / 78%);
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.78rem;
  gap: 0.4rem;
  padding: 0.55rem 0.75rem;
  position: absolute;
  right: 0.85rem;
  top: 0.85rem;
  z-index: 1;
}

.room-modal__zoom span:first-child {
  font-size: 1.25rem;
  line-height: 0.8;
}

.room-modal__arrow,
.room-lightbox__arrow,
.room-lightbox__close {
  align-items: center;
  background: rgb(7 38 30 / 78%);
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  padding: 0;
  width: 2.75rem;
}

.room-modal__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.room-modal__arrow--previous {
  left: 0.85rem;
}

.room-modal__arrow--next {
  right: 0.85rem;
}

.room-modal__counter {
  backdrop-filter: blur(8px);
  background: rgb(7 38 30 / 72%);
  border-radius: 999px;
  bottom: 0.75rem;
  color: #fff;
  font-size: 0.75rem;
  margin: 0;
  padding: 0.35rem 0.65rem;
  position: absolute;
  right: 0.75rem;
}

.room-modal__thumbs {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.room-modal__thumbs::-webkit-scrollbar {
  display: none;
}

.room-modal__thumbs button {
  border: 2px solid transparent;
  border-radius: 0.35rem;
  flex: 0 0 clamp(6.5rem, 24%, 9rem);
  opacity: 0.62;
  overflow: hidden;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.room-modal__thumbs button[aria-current="true"] {
  border-color: var(--home-cream);
  opacity: 1;
}

.room-modal__thumbs img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.room-modal__dots {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

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

.room-modal__dots button[aria-current="true"] {
  background: var(--home-cream);
  transform: scale(1.25);
}

.room-modal__details {
  align-items: flex-start;
  background: #fff;
  display: flex;
  justify-content: center;
  overflow-y: auto;
  padding: clamp(3.5rem, 5vw, 5rem) clamp(2rem, 4vw, 4rem) 3rem;
  position: relative;
  text-align: center;
}

.room-modal__details > div {
  max-width: 33.5rem;
  width: 100%;
}

.room-modal__details .eyebrow {
  margin-bottom: 1rem;
}

.room-modal__details h2 {
  color: inherit;
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 4vw, 3.5rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1rem;
}

.room-modal__close {
  align-items: center;
  background: transparent;
  border: 2px solid #e9e5dc;
  border-radius: 50%;
  color: #d8d4ca;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  height: 2rem;
  justify-content: center;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 2rem;
}

.room-modal .room-features {
  display: grid;
  font-size: 0.82rem;
  gap: 0.45rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  line-height: 1.35;
  text-align: left;
}

.room-modal .room-features li {
  padding-left: 0.9rem;
  position: relative;
}

.room-modal .room-features li::before {
  color: #9d8658;
  content: '•';
  left: 0;
  position: absolute;
  top: 0;
}

.room-modal .outline-button {
  margin-top: 1.7rem;
  min-width: 12.5rem;
}

.room-modal .room-notice + .outline-button {
  margin-top: 0;
}

.room-lightbox {
  background: transparent;
  border: 0;
  color: #fff;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: clamp(3.5rem, 6vw, 6rem) clamp(3rem, 8vw, 9rem);
  width: 100%;
}

.room-lightbox[open] {
  display: block;
}

.room-lightbox::backdrop {
  background: rgb(5 18 14 / 96%);
}

.room-lightbox figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
  touch-action: pan-y;
}

.room-lightbox img {
  max-height: calc(100vh - 9rem);
  max-width: 100%;
  object-fit: contain;
  user-select: none;
}

.room-lightbox figcaption {
  font-size: 0.85rem;
  margin-top: 0.8rem;
  text-align: center;
}

.room-lightbox__close,
.room-lightbox__arrow {
  position: fixed;
  z-index: 1;
}

.room-lightbox__close {
  font-size: 1.7rem;
  right: 1.5rem;
  top: 1.5rem;
}

.room-lightbox__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.room-lightbox__arrow--previous {
  left: 1.5rem;
}

.room-lightbox__arrow--next {
  right: 1.5rem;
}

.room-modal__arrow:hover,
.room-modal__arrow:focus-visible,
.room-modal__zoom:hover,
.room-modal__zoom:focus-visible,
.room-lightbox__arrow:hover,
.room-lightbox__arrow:focus-visible,
.room-lightbox__close:hover,
.room-lightbox__close:focus-visible {
  background: var(--home-dark);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.coconuts-accommodations .testimonials-section {
  height: 46.875rem;
  min-height: 0;
}

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

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

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

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

.room-card {
  background: #fff;
  border: 1px solid rgb(18 63 51 / 14%);
  border-radius: 0.85rem;
  box-shadow: 0 1.25rem 3rem rgb(18 63 51 / 8%);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.room-card:hover {
  box-shadow: 0 1.6rem 3.5rem rgb(18 63 51 / 15%);
  transform: translateY(-0.35rem);
}

.room-card__media {
  aspect-ratio: 4 / 3;
  background: var(--home-cream);
  overflow: hidden;
  position: relative;
}

.room-card__media > a {
  display: block;
  height: 100%;
}

.room-card__media img {
  aspect-ratio: auto;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.room-card:hover .room-card__media img {
  transform: scale(1.035);
}

.room-card__badge {
  background: rgb(255 255 255 / 90%);
  border-radius: 999px;
  color: var(--home-dark);
  font-size: 0.72rem;
  left: 1rem;
  letter-spacing: 0.04em;
  max-width: calc(100% - 2rem);
  padding: 0.55rem 0.8rem;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
}

.room-card__quick {
  align-items: center;
  backdrop-filter: blur(6px);
  background: rgb(18 63 51 / 82%);
  border: 0;
  border-radius: 999px;
  bottom: 1rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.82rem;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  position: absolute;
  right: 1rem;
}

.room-card__quick:hover,
.room-card__quick:focus-visible {
  background: var(--home-dark);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.room-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem 1.4rem 1.4rem;
}

.room-card__meta {
  align-items: center;
  color: #60776f;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.7rem;
  gap: 0.45rem 0.65rem;
  letter-spacing: 0.055em;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.room-card__meta span {
  align-items: center;
  display: inline-flex;
  gap: 0.4rem;
}

.room-card__meta span::before {
  background: #b59a64;
  border-radius: 50%;
  content: '';
  height: 0.32rem;
  width: 0.32rem;
}

.room-card__meta span + span {
  border-left: 1px solid rgb(18 63 51 / 20%);
  padding-left: 0.65rem;
}

.room-card h3 {
  font-size: clamp(1.8rem, 2.25vw, 2.45rem);
  line-height: 1.02;
  margin: 0;
}

.room-card h3 a {
  color: inherit;
  text-decoration: none;
}

.room-card__description {
  color: #526a63;
  display: -webkit-box;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0.75rem 0 0;
  min-height: 2.75rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.room-card__actions {
  align-items: center;
  border-top: 1px solid rgb(18 63 51 / 12%);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1.1rem;
}

.room-card__details {
  align-items: center;
  color: var(--home-dark);
  display: inline-flex;
  gap: 0.5rem;
  text-decoration: none;
}

.room-card__details:hover,
.room-card__details:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}


.room-card__book {
  background: var(--home-dark);
  border: 1px solid var(--home-dark);
  border-radius: 999px;
  color: #fff;
  padding: 0.7rem 1rem;
  text-decoration: none;
}

.room-card__book:hover,
.room-card__book:focus-visible {
  background: transparent;
  color: var(--home-dark);
}

@media (prefers-reduced-motion: reduce) {
  .room-card,
  .room-card__media img,
  .room-modal__thumbs button,
  .room-modal__dots button {
    transition: none;
  }

  .room-modal__thumbs {
    scroll-behavior: auto;
  }
}


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

  .accommodation-detail__gallery {
    gap: 1.25rem;
    grid-template-columns: 2.5rem minmax(8rem, 12rem) minmax(22rem, 36rem);
    padding-left: 3rem;
  }

  .accommodation-detail__info {
    padding-left: 12rem;
  }
}

@media (max-width: 1100px) {
  .accommodation-detail__gallery {
    grid-template-columns: 1fr 2fr;
    padding: 4rem 2rem;
  }

  .gallery-scroll-indicator {
    display: none;
  }

  .accommodation-detail__info {
    padding: 4rem 2rem 4rem 7rem;
  }

  .room-modal__layout {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.85fr);
  }

  .room-modal__details {
    padding-inline: 2rem;
  }

  .room-modal .room-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .coconuts-accommodations .testimonials-section {
    height: auto;
  }

  .site-header--accommodation .site-header__inner {
    padding-inline: 1rem;
  }

  .accommodations-hero {
    height: 48rem;
    min-height: 0;
  }

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

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

  .accommodations-hero__dots {
    bottom: 21.5rem;
  }

  .accommodation-detail {
    display: block;
    height: auto;
    min-height: 0;
  }

  .accommodation-detail__gallery {
    display: grid;
    grid-template-columns: 1fr;
    padding: 3rem 1.25rem;
  }

  .accommodation-gallery__main {
    grid-row: 1;
  }

  .accommodation-gallery__thumbs {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, 1fr);
    max-height: none;
    overflow: visible;
  }

  .accommodation-detail__info {
    background-size: auto 55%;
    padding: 4rem 1.25rem;
  }

  .booking-callout--detail {
    display: none;
  }

  .room-modal {
    border-radius: 0;
    height: 100svh;
    overflow-y: auto;
    width: 100vw;
  }

  .room-modal__layout {
    display: block;
    height: auto;
  }

  .room-modal__gallery {
    grid-template-rows: minmax(20rem, 56svh) auto auto;
    padding: 3.75rem 1.25rem 1.5rem;
  }

  .room-modal__details {
    overflow: visible;
    padding: 3.5rem 1.5rem;
  }

  .room-modal__close {
    border-color: #fff;
    color: #fff;
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 10;
  }

  .room-modal .room-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .accommodations-hero {
    background-position: 38% center;
    height: 49rem;
  }

  .accommodation-listing,
  .accommodation-related {
    padding-block: 4.5rem;
  }

  .accommodation-listing h1,
  .accommodation-related h2 {
    font-size: 2.7rem;
  }

  .accommodation-scroll {
    gap: 1rem;
    grid-template-columns: 2.5rem 1fr 2.5rem;
    margin-top: 2.5rem;
  }

  .accommodation-detail__info h1 {
    font-size: 3.6rem;
  }

  .room-modal__thumbs {
    gap: 0.5rem;
  }

  .room-modal__gallery {
    gap: 0.75rem;
  }

  .room-modal__details h2 {
    font-size: 3rem;
  }

  .room-modal .room-features {
    grid-template-columns: 1fr;
  }

  .room-lightbox {
    padding: 4.5rem 1rem 4rem;
  }

  .room-lightbox__close {
    right: 1rem;
    top: 1rem;
  }

  .room-lightbox__arrow {
    bottom: 0.8rem;
    top: auto;
    transform: none;
  }

  .room-lightbox__arrow--previous {
    left: calc(50% - 3.75rem);
  }

  .room-lightbox__arrow--next {
    right: calc(50% - 3.75rem);
  }

  .room-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .room-card__book,
  .room-card__details {
    justify-content: center;
    text-align: center;
  }
}

/* Individual accommodation: photo-led editorial layout. */
.room-stay { background: #f8f6f0; color: #123f33; padding: 36px 0 80px; }
.room-stay__container { width: min(1360px, calc(100% - 96px)); margin: auto; }
.room-stay a { color: inherit; }
.room-stay__back, .room-stay__details-link { font-size: 12px; text-decoration: none; }
.room-stay__back { display: inline-block; margin-bottom: 32px; }
.room-stay__heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.room-stay .eyebrow { font-size: 10px; line-height: 1.8; letter-spacing: .16em; margin: 0 0 14px; }
.room-stay h1 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(42px, 4.8vw, 72px); line-height: 1.05; margin: 0; }
.room-stay__details-link { padding-bottom: 8px; border-bottom: 1px solid #123f3350; white-space: nowrap; }
.room-stay__layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(300px, 1fr); gap: 40px; align-items: start; }
.room-stay__gallery { min-width: 0; }
.room-stay__stage { position: relative; border-radius: 5px; overflow: hidden; background: #e4e2d9; aspect-ratio: 4 / 3; touch-action: pan-y; }
.room-stay__stage > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.room-stay__stage::after { content: ''; position: absolute; inset: 65% 0 0; background: linear-gradient(transparent, #0005); pointer-events: none; }
.room-stay__zoom, .room-stay__navigation { position: absolute; z-index: 1; bottom: 20px; background: #fffef7f2; color: #123f33; border: 0; border-radius: 3px; }
.room-stay__zoom { left: 20px; padding: 13px 18px; font: inherit; font-size: 12px; cursor: pointer; min-height: 44px; }
.room-stay__navigation { right: 20px; display: flex; align-items: center; gap: 10px; font-size: 12px; font-variant-numeric: tabular-nums; }
.room-stay__navigation button { border: 0; background: transparent; color: inherit; width: 44px; height: 44px; cursor: pointer; font-size: 21px; }
.room-stay__caption { font-size: 11px; color: #52675e; margin: 12px 0 16px; min-height: 18px; }
.room-stay__thumbs { display: flex; gap: 12px; overflow-x: auto; padding: 3px 3px 9px; position: relative; scrollbar-width: thin; }
.room-stay__thumbs button { flex: 0 0 calc((100% - 48px) / 5); min-width: 80px; padding: 0; border: 0; border-radius: 3px; background: transparent; cursor: pointer; overflow: hidden; opacity: .65; }
.room-stay__thumbs button[aria-current="true"] { opacity: 1; outline: 2px solid #205747; outline-offset: 3px; }
.room-stay__thumbs button:hover { opacity: 1; }
.room-stay__thumbs img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; display: block; }
.room-stay__booking { background: #eeece3; border: 1px solid #123f3312; padding: clamp(24px, 2.8vw, 44px); border-radius: 5px; }
.room-stay__booking h2 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(36px, 3.2vw, 49px); line-height: 1.08; margin: 0 0 22px; }
.room-stay__description { font-size: 13px; line-height: 1.8; color: #526158; margin: 0 0 24px; }
.room-stay__facts { border-top: 1px solid #123f3320; border-bottom: 1px solid #123f3320; padding: 22px 0; margin-bottom: 26px; display: grid; gap: 20px; }
.room-stay__facts > div { display: flex; align-items: center; gap: 16px; }
.room-stay__facts > div > span { font-size: 28px; width: 26px; text-align: center; }
.room-stay__facts svg { flex-shrink: 0; }
.room-stay__facts p { margin: 0; }
.room-stay__facts small { display: block; font-size: 10px; color: #526158; margin-bottom: 5px; }
.room-stay__facts strong { display: block; font-size: 13px; line-height: 1.5; font-weight: 500; }
.room-stay a.room-stay__reserve { background: #205747; color: #fffefa; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 20px; min-height: 52px; border-radius: 3px; text-decoration: none; font-size: 12px; line-height: 1.5; font-weight: 500; }
.room-stay a.room-stay__reserve:hover { background: #123f33; }
.room-stay__contact { display: block; text-align: center; font-size: 10px; line-height: 1.6; margin-top: 18px; text-underline-offset: 4px; }
.room-stay__comfort { scroll-margin-top: 120px; border-top: 1px solid #123f3320; margin-top: 52px; padding-top: 48px; }
.room-stay__section-heading h2 { font: 500 clamp(32px, 3vw, 44px)/1.15 var(--font-serif); margin: 0 0 14px; }
.room-stay__section-heading > p:last-child { font-size: 13px; color: #526158; margin-bottom: 28px; }
.room-stay__amenities { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.room-stay__amenities li { display: flex; align-items: center; gap: 14px; min-height: 78px; padding: 20px; border: 1px solid #123f331c; border-radius: 4px; font-size: 12px; line-height: 1.65; }
.room-stay__amenities svg { flex-shrink: 0; color: #537864; }
.room-stay__notice { margin-top: 28px; border-left: 2px solid #a08960; padding: 8px 20px; font-size: 12px; line-height: 1.8; color: #536158; }
.room-stay__notice strong { color: #123f33; font-weight: 600; }
.room-stay__notice p { margin: 5px 0 0; }
.room-stay__mobile-booking { display: none; }
.room-stay :is(a, button):focus-visible { outline: 3px solid #a0783a; outline-offset: 4px; }
@media (max-width: 1100px) {
  .room-stay__container { width: calc(100% - 48px); }
  .room-stay__layout { gap: 24px; grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr); }
  .room-stay__booking { padding: 24px; }
}
@media (max-width: 760px) {
  .room-stay { padding: 24px 0 48px; }
  .room-stay__container { width: calc(100% - 36px); }
  .room-stay__back { margin-bottom: 24px; }
  .room-stay__heading { display: block; margin-bottom: 24px; }
  .room-stay__details-link { display: inline-block; margin-top: 20px; }
  .room-stay .eyebrow { font-size: 9px; }
  .room-stay__layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .room-stay__zoom { left: 12px; bottom: 12px; padding-inline: 12px; }
  .room-stay__navigation { right: 12px; bottom: 12px; gap: 2px; }
  .room-stay__booking h2 { font-size: 40px; }
  .room-stay__amenities { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .room-stay__amenities li { padding: 14px 12px; gap: 10px; font-size: 11px; align-items: start; }
  .room-stay__comfort { margin-top: 36px; padding-top: 32px; }
  .room-stay__mobile-booking { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 30; background: #fffefa; border-top: 1px solid #123f3320; padding: 12px 18px calc(12px + env(safe-area-inset-bottom)); align-items: center; justify-content: space-between; gap: 18px; box-shadow: 0 -4px 24px #123f330a; }
  .room-stay__mobile-booking > span { font: 500 23px/1.1 var(--font-serif); }
  .room-stay__mobile-booking .room-stay__reserve { flex-shrink: 0; min-height: 44px; padding: 12px 20px; }
  body:has(.room-stay) { padding-bottom: calc(85px + env(safe-area-inset-bottom)); }
}
