/* Rooms page video hero update */
.rooms-video-hero {
  position: relative;
  height: clamp(600px, 76svh, 720px);
  min-height: 600px;
  max-height: 720px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 118px 18px clamp(52px, 8vh, 82px);
}

.rooms-video-hero-media,
.rooms-video-hero-fallback,
.rooms-video-hero-video,
.rooms-video-hero-overlay,
.rooms-video-blur {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rooms-video-hero-media {
  overflow: hidden;
}

.rooms-video-blur {
  z-index: 2;
  pointer-events: none;
}

.rooms-video-blur-top-1 {
  top: 0;
  bottom: auto;
  height: 7.5%;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background: linear-gradient(180deg, rgba(16,23,37,.10), rgba(16,23,37,0));
}

.rooms-video-blur-top-2 {
  top: 0;
  bottom: auto;
  height: 18.75%;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  background: linear-gradient(180deg, rgba(16,23,37,.08), rgba(16,23,37,0));
}

.rooms-video-blur-bottom {
  top: auto;
  bottom: 0;
  height: 25.5%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background: linear-gradient(180deg, rgba(16,23,37,0), rgba(16,23,37,.18));
}


.rooms-video-hero-fallback,
.rooms-video-hero-video {
  object-fit: cover;
  object-position: center center;
}

.rooms-video-hero-fallback {
  z-index: 0;
}

.rooms-video-hero-video {
  z-index: 1;
  transition: opacity .7s ease;
}

.rooms-video-hero-video.is-ended {
  opacity: 0;
}

.rooms-video-hero-overlay {
  z-index: 3;
  background:
    linear-gradient(180deg,
      rgba(16,23,37,.12) 0%,
      rgba(16,23,37,.10) 33%,
      rgba(16,23,37,.045) 50%,
      rgba(16,23,37,.08) 66%,
      rgba(16,23,37,.88) 100%),
    radial-gradient(circle at 50% 36%, rgba(16,23,37,0), rgba(16,23,37,.18));
}

.rooms-video-hero-content {
  position: relative;
  z-index: 4;
  width: min(920px, calc(100% - 36px));
  display: grid;
  justify-items: center;
  gap: 18px;
}

.rooms-video-hero-content .eyebrow {
  color: rgba(255,255,255,.92);
}

.rooms-video-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: .92;
  letter-spacing: -.055em;
  color: var(--white);
  text-shadow: 0 10px 28px rgba(0,0,0,.28);
  text-wrap: balance;
}

.rooms-hero-booking {
  margin-top: clamp(6px, 1.6vh, 16px);
}

.rooms-direct-band {
  background: var(--navy);
  color: var(--white);
  padding: clamp(44px, 6vw, 72px) 0;
}

.rooms-direct-inner {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.rooms-direct-copy h2 {
  margin: 12px 0 0;
  max-width: 560px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.25rem, 4.6vw, 4.35rem);
  line-height: .98;
  letter-spacing: -.045em;
  color: rgba(255,255,255,.96);
  text-wrap: balance;
}

.rooms-direct-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.16);
}

.rooms-direct-benefits div {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 132px;
  padding: 20px;
  background: rgba(255,255,255,.055);
}

.rooms-direct-benefits strong {
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .82rem;
  line-height: 1.28;
}

.rooms-direct-benefits span {
  color: rgba(255,255,255,.78);
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .rooms-direct-inner {
    grid-template-columns: 1fr;
  }

  .rooms-direct-copy {
    text-align: center;
  }

  .rooms-direct-copy h2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .rooms-video-hero {
    height: auto;
    min-height: 520px;
    max-height: none;
    padding: 102px 18px 38px;
  }

  .rooms-video-hero-content {
    width: 100%;
    gap: 14px;
  }

  .rooms-video-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .rooms-hero-booking {
    margin-top: 4px;
  }

  .rooms-direct-band {
    padding: 42px 0;
  }

  .rooms-direct-copy {
    text-align: left;
  }

  .rooms-direct-copy h2 {
    font-size: clamp(2.25rem, 10vw, 3.35rem);
  }

  .rooms-direct-benefits {
    grid-template-columns: 1fr;
  }

  .rooms-direct-benefits div {
    min-height: 0;
    padding: 18px;
  }
}


/* Rooms page requested-items callout */
.room-request-callout {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(230px, .58fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
  margin-top: 14px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(247,243,234,.96);
  color: var(--navy);
  border-left: 5px solid var(--gold);
  box-shadow: 0 14px 38px rgba(16,23,37,.18);
}

.room-request-callout .eyebrow {
  color: var(--green-dark);
}

.room-request-callout h3 {
  margin: 10px 0 0;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.room-request-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.room-request-list li {
  position: relative;
  padding-left: 22px;
  color: var(--charcoal);
  line-height: 1.5;
}

.room-request-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
}

@media (max-width: 900px) {
  .room-request-callout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .room-request-callout {
    padding: 24px;
  }

  .room-request-list {
    grid-template-columns: 1fr;
  }
}
