/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/featured-hotels/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Featured Hotels — "Stay in Santa Monica" intro + "Hotels by Neighborhood" carousel */
/* Shared hotel detail modal styles. Used by featured-hotels, all-hotels,
   and the homepage hotels block via @use 'shared/hotel-modal'. Class
   prefix `sm-hotel-modal` keeps the markup neutral so any block that
   includes shared/hotel-modal.php picks up these styles automatically. */
.sm-hotel-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 1.5vw, 24px);
  font-family: "Work Sans", sans-serif;
}
.sm-hotel-modal[aria-hidden=false] {
  display: flex;
}
.sm-hotel-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 29, 68, 0.7);
  cursor: pointer;
}
.sm-hotel-modal__frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  max-height: calc(100vh - 20px);
  background: #fff;
  color: rgba(36, 31, 28, 0.85);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.45);
}
.sm-hotel-modal__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  flex: 0 0 auto;
  background: #1a1a1a;
  overflow: hidden;
}
.sm-hotel-modal__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sm-hotel-modal__close {
  position: absolute;
  top: clamp(12px, 1.6vw, 20px);
  left: clamp(12px, 1.6vw, 20px);
  z-index: 2;
  width: clamp(34px, 3vw, 44px);
  height: clamp(34px, 3vw, 44px);
  border-radius: 50%;
  border: 0;
  background: #1a2661;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.sm-hotel-modal__close svg {
  width: 40%;
  height: auto;
}
.sm-hotel-modal__close:hover {
  background: #151d44;
  transform: scale(1.05);
}
.sm-hotel-modal__close:focus-visible {
  outline: 3px solid #f90;
  outline-offset: 2px;
}
.sm-hotel-modal__body {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  -moz-column-gap: clamp(20px, 2.4vw, 36px);
       column-gap: clamp(20px, 2.4vw, 36px);
  row-gap: clamp(16px, 1.8vw, 24px);
  padding: clamp(20px, 2.4vw, 36px) clamp(22px, 2.6vw, 40px) clamp(56px, 4.5vw, 72px);
}
.sm-hotel-modal__main {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.1vw, 16px);
}
.sm-hotel-modal__title {
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: clamp(22px, 2.4vw, 38px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin: 0;
  text-wrap: balance;
}
.sm-hotel-modal__address, .sm-hotel-modal__desc {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.5;
  color: rgba(36, 31, 28, 0.65);
  margin: 0;
  max-width: 520px;
}
.sm-hotel-modal__address:empty, .sm-hotel-modal__desc:empty {
  display: none;
}
.sm-hotel-modal__booking {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 14px);
  margin-top: clamp(4px, 0.5vw, 8px);
}
.sm-hotel-modal__booking[hidden] {
  display: none;
}
.sm-hotel-modal__booking-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 1.6vw, 24px);
  align-items: end;
}
.sm-hotel-modal__booking-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(12px, 0.85vw, 14px);
  color: #1a2661;
}
.sm-hotel-modal__booking-field span {
  font-weight: 400;
  letter-spacing: 0.01em;
}
.sm-hotel-modal__booking-field input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #1a2661;
  border-radius: 0;
  padding: 6px 0;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(13px, 0.95vw, 15px);
  color: #1a2661;
  line-height: 1.3;
}
.sm-hotel-modal__booking-field input::-moz-placeholder {
  color: rgba(26, 38, 97, 0.5);
}
.sm-hotel-modal__booking-field input::placeholder {
  color: rgba(26, 38, 97, 0.5);
}
.sm-hotel-modal__booking-field input:focus {
  outline: none;
  border-bottom-color: #f90;
}
.sm-hotel-modal__booking-field input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.7;
}
.sm-hotel-modal__booking-field input:hover::-webkit-calendar-picker-indicator {
  opacity: 1;
}
.sm-hotel-modal__side {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 20px);
}
.sm-hotel-modal__amenities-title {
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
}
.sm-hotel-modal__amenities {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(14px, 1.6vw, 24px);
       column-gap: clamp(14px, 1.6vw, 24px);
  row-gap: 2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.8;
  color: rgba(36, 31, 28, 0.65);
}
.sm-hotel-modal__amenities li {
  margin: 0;
  padding: 0;
}
.sm-hotel-modal__amenities:empty {
  display: none;
}
.sm-hotel-modal__actions {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.7vw, 10px);
  align-items: flex-start;
}
.sm-hotel-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: clamp(8px, 0.9vw, 12px) clamp(16px, 1.6vw, 22px);
  background: #1a2661;
  color: #fff;
  border: 0;
  border-radius: 50px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.sm-hotel-modal__btn svg {
  flex-shrink: 0;
  width: 13px;
  height: auto;
}
.sm-hotel-modal__btn:hover {
  background: #151d44;
  transform: translateY(-1px);
}
.sm-hotel-modal__btn:focus-visible {
  outline: 3px solid #f90;
  outline-offset: 2px;
}
.sm-hotel-modal__btn[hidden] {
  display: none;
}
.sm-hotel-modal__btn--check-rates {
  align-self: end;
  white-space: nowrap;
}
.sm-hotel-modal__nav {
  position: absolute;
  right: clamp(22px, 2.6vw, 40px);
  bottom: clamp(18px, 1.8vw, 28px);
  display: inline-flex;
  gap: clamp(6px, 0.7vw, 10px);
  align-items: center;
}
.sm-hotel-modal__nav-btn {
  width: clamp(30px, 2.6vw, 36px);
  height: clamp(30px, 2.6vw, 36px);
  border-radius: 50%;
  border: 1px solid #1a2661;
  background: transparent;
  color: #1a2661;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.sm-hotel-modal__nav-btn svg {
  width: 38%;
  height: auto;
}
.sm-hotel-modal__nav-btn:hover {
  background: #1a2661;
  color: #fff;
  transform: translateY(-1px);
}
.sm-hotel-modal__nav-btn:focus-visible {
  outline: 2px solid #f90;
  outline-offset: 3px;
}
.sm-hotel-modal__nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.sm-hotel-modal__nav-btn:disabled:hover {
  background: transparent;
  color: #1a2661;
  transform: none;
}
@media (max-width: 840px) {
  .sm-hotel-modal__body {
    grid-template-columns: 1fr;
    padding-bottom: clamp(80px, 12vw, 100px);
  }
  .sm-hotel-modal__booking-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .sm-hotel-modal__actions {
    align-items: stretch;
  }
  .sm-hotel-modal__btn {
    justify-content: center;
  }
  .sm-hotel-modal__btn--check-rates {
    align-self: stretch;
  }
  .sm-hotel-modal__nav {
    right: 50%;
    transform: translateX(50%);
    bottom: clamp(20px, 4vw, 32px);
  }
}
/* Lock page scroll while any hotel modal is open. */
body.sm-hotel-modal-open {
  overflow: hidden;
}
/* ─── Kraken-mode booking form (Booking.com via Kraken Stays plugin) ───
 *
 * Mirrors the single-stakeholder .ks-book-your-stay-single layout so users
 * see a consistent rate-card UI whether they enter a hotel via its detail
 * page, the All Hotels Grid, Featured Hotels, or Pick Your Stay.
 */
.sm-hotel-modal__booking--ks {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 14px);
  margin-top: clamp(4px, 0.5vw, 8px);
}
.sm-hotel-modal__booking--ks[hidden] {
  display: none;
}
.ks-book-your-stay-modal__fields {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr) auto;
  -moz-column-gap: clamp(14px, 1.6vw, 24px);
       column-gap: clamp(14px, 1.6vw, 24px);
  row-gap: clamp(10px, 1vw, 14px);
  align-items: end;
}
.ks-book-your-stay-modal__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(12px, 0.85vw, 14px);
  color: #1a2661;
  min-width: 0;
}
.ks-book-your-stay-modal__field span {
  font-weight: 400;
  letter-spacing: 0.01em;
}
.ks-book-your-stay-modal__field input,
.ks-book-your-stay-modal__field select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #1a2661;
  border-radius: 0;
  padding: 6px 0;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(13px, 0.95vw, 15px);
  color: #1a2661;
  line-height: 1.3;
}
.ks-book-your-stay-modal__field input::-moz-placeholder, .ks-book-your-stay-modal__field select::-moz-placeholder {
  color: rgba(26, 38, 97, 0.5);
}
.ks-book-your-stay-modal__field input::placeholder,
.ks-book-your-stay-modal__field select::placeholder {
  color: rgba(26, 38, 97, 0.5);
}
.ks-book-your-stay-modal__field input:focus,
.ks-book-your-stay-modal__field select:focus {
  outline: none;
  border-bottom-color: #f90;
}
.ks-book-your-stay-modal__field select {
  background-image: linear-gradient(45deg, transparent 50%, #1a2661 50%), linear-gradient(135deg, #1a2661 50%, transparent 50%);
  background-position: calc(100% - 14px) 14px, calc(100% - 9px) 14px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  padding-right: 22px;
}
/* Find Rates button — pill style matching .sm-hotel-modal__btn so the
   kraken form looks at home next to BookDirect's submit button. */
.ks-book-your-stay-modal .ks-find-rates-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: clamp(8px, 0.9vw, 12px) clamp(16px, 1.6vw, 22px);
  background: #1a2661;
  color: #fff;
  border: 0;
  border-radius: 50px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.4;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}
.ks-book-your-stay-modal .ks-find-rates-btn:hover {
  background: #151d44;
  transform: translateY(-1px);
}
.ks-book-your-stay-modal .ks-find-rates-btn:focus-visible {
  outline: 3px solid #f90;
  outline-offset: 2px;
}
.ks-book-your-stay-modal .ks-find-rates-btn.ks-loading {
  opacity: 0.7;
  cursor: progress;
}
.ks-book-your-stay-modal .ks-find-rates-btn i {
  margin-left: 4px;
}
/* Inline rate cards that hotel-rates.js renders into .ks-book-your-stay-rate.
   Matches the look of the rate cards used on single-stakeholder. */
.sm-hotel-modal .ks-book-your-stay-rate {
  margin-top: clamp(8px, 1vw, 14px);
  display: none;
}
.sm-hotel-modal .ks-book-your-stay-rate:not(:empty) {
  display: block;
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-rates-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #1a2661;
  padding: 10px 0;
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-rate-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-rate-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(26, 38, 97, 0.04);
  border-radius: 6px;
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-rate-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-rate-name {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1a2661;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-rate-occupancy {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  color: rgba(36, 31, 28, 0.6);
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-rate-price {
  font-family: "Tenor Sans", serif;
  font-size: 18px;
  color: #1a2661;
  white-space: nowrap;
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-rate-price-suffix {
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  color: rgba(36, 31, 28, 0.55);
  margin-left: 4px;
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-rate-disclaimer {
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  color: rgba(36, 31, 28, 0.55);
  margin: 4px 0 0;
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-starting-at {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  color: #1a2661;
  margin: 0 0 8px;
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-btn-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 10px 22px;
  background: #f90;
  color: #151d44;
  border-radius: 50px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-btn-book:hover {
  transform: translateY(-1px);
}
.sm-hotel-modal .ks-book-your-stay-rate .ks-rate-empty,
.sm-hotel-modal .ks-book-your-stay-rate .ks-rate-error {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  color: rgba(36, 31, 28, 0.65);
  margin: 0;
  padding: 8px 0;
}
@media (max-width: 840px) {
  .ks-book-your-stay-modal__fields {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .ks-book-your-stay-modal .ks-find-rates-btn {
    justify-content: center;
  }
}
/* daterangepicker overlay sits inside the modal frame — keep it above the
   modal content but below close/nav controls. */
.sm-hotel-modal .daterangepicker {
  z-index: 10000;
}
.featured-hotels {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #151d44;
}
.featured-hotels__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.featured-hotels__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-hotels__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(21, 29, 68, 0.5);
  pointer-events: none;
}
.featured-hotels__inner {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 0 auto;
  padding: clamp(48px, 5vw, 96px) clamp(20px, 4.2vw, 80px) clamp(60px, 6vw, 120px);
}
.featured-hotels {
  /* ---------- Shared ---------- */
}
.featured-hotels__title {
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(2.5rem, 5.2vw, 6.25rem); /* ~100px @ 1920 */
  max-width: 1050px;
}
.featured-hotels {
  /* ---------- Section 1: Stay in Santa Monica ---------- */
}
.featured-hotels__intro {
  text-align: left;
  padding-top: clamp(16px, 1.5vw, 28px);
}
.featured-hotels__intro-copy {
  max-width: 1050px;
  margin: 1.75rem auto 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1vw, 1.125rem);
  line-height: 1.5;
  color: #fff;
}
.featured-hotels__intro-copy p {
  margin: 0 0 1.25rem;
}
.featured-hotels__intro-copy p:last-child {
  margin-bottom: 0;
}
.featured-hotels__intro-copy p u {
  text-decoration-color: #f90;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}
.featured-hotels__intro-copy p a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #f90;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}
.featured-hotels__featured-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.7vw, 33px);
  margin: clamp(36px, 4vw, 72px) 0 0;
}
.featured-hotels__featured-card {
  position: relative;
  aspect-ratio: 618/520;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
.featured-hotels__featured-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.featured-hotels__featured-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.featured-hotels__featured-card a:hover img, .featured-hotels__featured-card a:focus-visible img {
  transform: scale(1.04);
}
.featured-hotels__featured-card a:focus-visible {
  outline: 3px solid #f90;
  outline-offset: 2px;
}
.featured-hotels__featured-card .featured-hotels__featured-title {
  position: absolute;
  left: clamp(12px, 1.4vw, 22px);
  bottom: clamp(10px, 1.2vw, 18px);
  z-index: 2;
  max-width: calc(100% - 24px);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.featured-hotels__featured-card {
  /* Dark overlay for peek state on mobile. Hidden by default;
     mobile rules reveal it and the IntersectionObserver removes it
     from whichever card is currently snapped to center. */
}
.featured-hotels__featured-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(36, 31, 28, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 1;
}
.featured-hotels__featured-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
}
.featured-hotels__featured-empty {
  grid-column: 1/-1;
  padding: 48px 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  border: 1px dashed rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
}
.featured-hotels {
  /* ---------- Section 2: Hotels by Neighborhood ---------- */
}
.featured-hotels__nbh {
  margin-top: clamp(60px, 7vw, 140px);
  text-align: left;
}
.featured-hotels__nbh .featured-hotels__title {
  font-size: clamp(2rem, 3.5vw, 3.75rem); /* ~60px @ 1920 */
}
.featured-hotels__nbh-desc {
  max-width: 1050px;
  margin: 1.5rem auto 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1vw, 1.125rem);
  line-height: 1.5;
  color: #fff;
}
.featured-hotels__nbh-tabs {
  list-style: none;
  padding: 0;
  margin: clamp(20px, 2.5vw, 40px) auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 clamp(18px, 2.2vw, 42px);
  row-gap: 8px;
  max-width: 1600px;
}
.featured-hotels__nbh-tab {
  position: relative;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.5vw, 1.75rem);
  line-height: 2.5;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  cursor: pointer;
  padding: 0 2px;
  transition: opacity 0.25s ease;
}
.featured-hotels__nbh-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 5px;
  background: #f90;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.featured-hotels__nbh-tab:hover {
  opacity: 0.88;
}
.featured-hotels__nbh-tab.--active::after {
  transform: scaleX(1);
}
.featured-hotels__nbh-tab:focus-visible {
  outline: 2px solid #f90;
  outline-offset: 4px;
}
.featured-hotels {
  /* ---------- Neighborhood dropdown variant ---------- */
}
.featured-hotels__nbh-dropdown {
  position: relative;
  max-width: 560px;
  margin: clamp(20px, 2.5vw, 40px) auto 0;
}
.featured-hotels__nbh-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 14px 24px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-family: "Tenor Sans", serif;
  font-size: clamp(1rem, 1.4vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.featured-hotels__nbh-dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}
.featured-hotels__nbh-dropdown-toggle:focus-visible {
  outline: 2px solid #f90;
  outline-offset: 3px;
}
.featured-hotels__nbh-dropdown-label {
  flex: 1;
  text-align: left;
}
.featured-hotels__nbh-dropdown-caret {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.25s ease;
}
.featured-hotels__nbh-dropdown.is-open .featured-hotels__nbh-dropdown-caret {
  transform: rotate(-135deg) translate(-2px, -2px);
}
.featured-hotels__nbh-tabs--dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 20;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  max-width: none;
  background: rgba(15, 24, 56, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.featured-hotels__nbh-tabs--dropdown .featured-hotels__nbh-tab {
  width: 100%;
  padding: 12px 24px;
  line-height: 1.3;
  text-align: left;
}
.featured-hotels__nbh-tabs--dropdown .featured-hotels__nbh-tab::after {
  display: none;
}
.featured-hotels__nbh-tabs--dropdown .featured-hotels__nbh-tab:hover {
  background: #f90;
  color: #1a2661;
  opacity: 1;
}
.featured-hotels__nbh-tabs--dropdown .featured-hotels__nbh-tab.--active {
  background: #f90;
  color: #1a2661;
}
.featured-hotels__nbh-dropdown.is-open .featured-hotels__nbh-tabs--dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.featured-hotels {
  /* ---------- Carousel ---------- */
}
.featured-hotels__carousel {
  position: relative;
  margin: clamp(32px, 3.5vw, 68px) auto 0;
  max-width: 1920px;
}
.featured-hotels__carousel-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 1720/649;
  max-height: 649px;
}
.featured-hotels__carousel-track {
  position: absolute;
  inset: 0;
  display: grid;
  /* 5 fixed slots; wider center column mirrors Figma (289/289/460/289/289). */
  grid-template-columns: 1fr 1fr 1.6fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: clamp(10px, 1.2vw, 22px);
  align-items: center;
  justify-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease;
  pointer-events: none;
}
.featured-hotels__carousel-track.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.featured-hotels__carousel-empty {
  grid-column: 1/-1;
  padding: 48px 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  border: 1px dashed rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
}
.featured-hotels {
  /* Inner stage holds the slot's link/img/name. During rotation the slot
     gets a second stage cloned with the destination card; both translate
     horizontally so the slot frame "wipes" between cards. */
}
.featured-hotels__slot-stage {
  position: absolute;
  inset: 0;
  will-change: transform;
}
.featured-hotels__slot-stage.is-sliding {
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.featured-hotels__carousel-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.35);
  align-self: center;
  width: 100%;
  /* Slots stay locked to the grid; the inner stage handles the slide. */
  /* Slot-based positioning. Widths cap at Figma dimensions so cards
     don't balloon when only 1–2 hotels render in a tab. */
}
.featured-hotels__carousel-item.featured-hotels__slot-0 {
  grid-column: 1;
  grid-row: 1;
  height: 77%;
  max-width: 290px;
}
.featured-hotels__carousel-item.featured-hotels__slot-1 {
  grid-column: 2;
  grid-row: 1;
  height: 85%;
  max-width: 290px;
}
.featured-hotels__carousel-item.featured-hotels__slot-2 {
  grid-column: 3;
  grid-row: 1;
  height: 100%;
  max-width: 460px;
  z-index: 2;
}
.featured-hotels__carousel-item.featured-hotels__slot-3 {
  grid-column: 4;
  grid-row: 1;
  height: 85%;
  max-width: 290px;
}
.featured-hotels__carousel-item.featured-hotels__slot-4 {
  grid-column: 5;
  grid-row: 1;
  height: 77%;
  max-width: 290px;
}
.featured-hotels__carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.featured-hotels__carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 29, 68, 0.35) 0%, rgba(21, 29, 68, 0.65) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.featured-hotels__carousel-item.--active::after {
  background: none;
}
.featured-hotels__carousel-item:hover::after {
  opacity: 0.85;
}
.featured-hotels__carousel-item:hover img {
  transform: scale(1.03);
}
.featured-hotels {
  /* ---------- Layout variants for fewer than 5 hotels ----------
     When a neighborhood has 1–4 unique hotels we render that many
     slots and skip the duplicate-fill pattern. Each variant centers
     the row so the carousel never visually shrinks. */
}
.featured-hotels__carousel-track.--count-1 {
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
}
.featured-hotels__carousel-track.--count-1 .featured-hotels__carousel-item.featured-hotels__slot-0 {
  grid-column: 1;
  height: 100%;
  max-width: 560px;
  z-index: 2;
}
.featured-hotels__carousel-track.--count-2 {
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
  gap: clamp(14px, 1.6vw, 28px);
}
.featured-hotels__carousel-track.--count-2 .featured-hotels__carousel-item {
  height: 90%;
  max-width: 360px;
  z-index: auto;
}
.featured-hotels__carousel-track.--count-2 .featured-hotels__carousel-item.featured-hotels__slot-0 {
  grid-column: 1;
}
.featured-hotels__carousel-track.--count-2 .featured-hotels__carousel-item.featured-hotels__slot-1 {
  grid-column: 2;
}
.featured-hotels__carousel-track.--count-3 {
  grid-template-columns: minmax(0, 290px) minmax(0, 460px) minmax(0, 290px);
  justify-content: center;
}
.featured-hotels__carousel-track.--count-3 .featured-hotels__carousel-item.featured-hotels__slot-0 {
  grid-column: 1;
  height: 85%;
  max-width: 290px;
  z-index: auto;
}
.featured-hotels__carousel-track.--count-3 .featured-hotels__carousel-item.featured-hotels__slot-1 {
  grid-column: 2;
  height: 100%;
  max-width: 460px;
  z-index: 2;
}
.featured-hotels__carousel-track.--count-3 .featured-hotels__carousel-item.featured-hotels__slot-2 {
  grid-column: 3;
  height: 85%;
  max-width: 290px;
  z-index: auto;
}
.featured-hotels__carousel-track.--count-4 {
  grid-template-columns: repeat(4, minmax(0, 320px));
  justify-content: center;
  gap: clamp(12px, 1.4vw, 24px);
}
.featured-hotels__carousel-track.--count-4 .featured-hotels__carousel-item {
  height: 90%;
  max-width: 320px;
  z-index: auto;
}
.featured-hotels__carousel-track.--count-4 .featured-hotels__carousel-item.featured-hotels__slot-0 {
  grid-column: 1;
}
.featured-hotels__carousel-track.--count-4 .featured-hotels__carousel-item.featured-hotels__slot-1 {
  grid-column: 2;
}
.featured-hotels__carousel-track.--count-4 .featured-hotels__carousel-item.featured-hotels__slot-2 {
  grid-column: 3;
}
.featured-hotels__carousel-track.--count-4 .featured-hotels__carousel-item.featured-hotels__slot-3 {
  grid-column: 4;
}
.featured-hotels__hotel-name.is-empty {
  display: none;
}
.featured-hotels__carousel-link {
  position: absolute;
  inset: 0;
  display: block;
}
.featured-hotels__carousel-link:focus-visible {
  outline: 3px solid #f90;
  outline-offset: -3px;
}
.featured-hotels__carousel-placeholder {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.25);
}
.featured-hotels {
  /* Hotel name in the lower-right of each card, shown on hover/focus.
     No background — text-shadow keeps it readable over varied imagery. */
}
.featured-hotels__hotel-name {
  position: absolute;
  right: clamp(10px, 1vw, 18px);
  bottom: clamp(10px, 1vw, 18px);
  z-index: 3;
  max-width: calc(100% - 24px);
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(12px, 0.9vw, 15px);
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-align: right;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65), 0 0 1px rgba(0, 0, 0, 0.85);
  pointer-events: none;
}
.featured-hotels {
  /* ---------- "Stay on [Neighborhood]" badge ---------- */
}
.featured-hotels__stay-on {
  position: absolute;
  /* Sits on the left edge of the center card (which starts ~38% in on a 5-col grid),
     with its bottom 30% up from the bottom of the track. */
  left: clamp(20px, 34%, 720px);
  bottom: 18%;
  z-index: 10;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: clamp(220px, 28vw, 420px);
  font-family: "Work Sans", sans-serif;
  pointer-events: none;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}
.featured-hotels {
  /* Per-layout badge offsets so the label always anchors to the leftmost
     visible card. The default value above is tuned for the 5-slot hero. */
}
.featured-hotels__carousel-track.--count-2 .featured-hotels__stay-on {
  left: clamp(20px, 28%, 540px);
}
.featured-hotels__carousel-track.--count-4 .featured-hotels__stay-on {
  left: clamp(20px, 12%, 240px);
}
.featured-hotels__stay-on-pre, .featured-hotels__stay-on-name {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  background: #1a2661;
  color: #fff;
  text-align: left;
}
.featured-hotels__stay-on-pre {
  padding: 8px 16px;
  font-size: clamp(13px, 1.1vw, 20px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.featured-hotels__stay-on-name {
  padding: 10px 18px;
  font-size: clamp(22px, 2.6vw, 48px);
  font-weight: 600;
  line-height: 1.15;
  text-wrap: balance;
}
.featured-hotels {
  /* ---------- Neighborhood CTA row (sits below the carousel) ---------- */
}
.featured-hotels__cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(24px, 3vw, 48px);
}
.featured-hotels__cta {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 14px clamp(20px, 2.4vw, 40px);
  font-family: "Work Sans", sans-serif;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s ease, transform 0.18s ease;
}
.featured-hotels__cta.--active {
  display: inline-flex;
}
.featured-hotels__cta:hover, .featured-hotels__cta:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  color: #fff;
}
.featured-hotels {
  /* ---------- Arrows (overlap card 1 and card 5 inner edges) ---------- */
}
.featured-hotels__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: clamp(48px, 4.5vw, 90px);
  height: clamp(48px, 4.5vw, 90px);
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #151d44;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.featured-hotels__arrow svg {
  width: 58%;
  height: auto;
}
.featured-hotels__arrow:hover {
  color: #1a2661;
  transform: translate(var(--fh-arrow-tx, -50%), -50%) scale(1.05);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.35);
}
.featured-hotels__arrow:focus-visible {
  outline: 3px solid #f90;
  outline-offset: 3px;
}
.featured-hotels__arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.featured-hotels__arrow:disabled:hover {
  transform: translate(var(--fh-arrow-tx, -50%), -50%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
}
.featured-hotels__arrow {
  /* `display: inline-flex` above wins over the UA [hidden] rule, so
     we have to repeat display:none here for `btn.hidden = true`. */
}
.featured-hotels__arrow[hidden] {
  display: none;
}
.featured-hotels__arrow--prev {
  --fh-arrow-tx: -50%;
  left: 17%;
  transform: translate(-50%, -50%);
}
.featured-hotels__arrow--next {
  --fh-arrow-tx: 50%;
  right: 15%;
  transform: translate(50%, -50%);
}
.featured-hotels {
  /* ---------- Responsive ---------- */
}
@media (max-width: 1100px) {
  .featured-hotels {
    /* Simple peek slider: native horizontal scroll + snap, no dots/buttons.
       Full-bleed via negative margins against `__inner` padding, and
       symmetric padding on the scroller so every card (incl. first/last)
       can snap to visual center. The IntersectionObserver in view.js
       toggles `--in-view` to fade the dark overlay on the centered card. */
  }
  .featured-hotels__featured-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin-left: calc(clamp(20px, 4.2vw, 80px) * -1);
    margin-right: calc(clamp(20px, 4.2vw, 80px) * -1);
    padding: 8px calc((100vw - min(78vw, 340px)) / 2) 16px;
  }
  .featured-hotels__featured-row::-webkit-scrollbar {
    display: none;
  }
  .featured-hotels__featured-row.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
  }
  .featured-hotels__featured-row .featured-hotels__featured-card {
    flex: 0 0 min(78vw, 340px);
    aspect-ratio: 276/275;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .featured-hotels__featured-row .featured-hotels__featured-card .featured-hotels__featured-title {
    font-size: 12px;
  }
  .featured-hotels__featured-row .featured-hotels__featured-card::after {
    opacity: 1;
  }
  .featured-hotels__featured-row .featured-hotels__featured-card.--in-view::after {
    opacity: 0;
  }
  .featured-hotels__featured-row .featured-hotels__featured-card img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
  }
  .featured-hotels__carousel-viewport {
    aspect-ratio: 3/4;
    max-height: none;
  }
  .featured-hotels {
    /* Match the specificity of the desktop --count-N rules so the
       single visible card always occupies the full viewport width
       instead of sitting in a 2/3/4-column track. */
  }
  .featured-hotels__carousel-track, .featured-hotels__carousel-track.--count-1, .featured-hotels__carousel-track.--count-2, .featured-hotels__carousel-track.--count-3, .featured-hotels__carousel-track.--count-4 {
    grid-template-columns: 1fr;
  }
  .featured-hotels {
    /* Mobile: only the center slot is visible, full height + full width. */
  }
  .featured-hotels__carousel-item.featured-hotels__slot-2 {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    max-width: none;
  }
  .featured-hotels__carousel-item:not(.featured-hotels__slot-2) {
    display: none;
  }
  .featured-hotels {
    /* Count-N layouts on mobile: only show the hero/first card.
       Count-3's hero is slot-1; the others use slot-0. Tabs still let
       users explore neighborhoods so we don't try to scroll multiple
       small cards inside the fixed-aspect viewport. */
  }
  .featured-hotels__carousel-track.--count-1 .featured-hotels__carousel-item, .featured-hotels__carousel-track.--count-2 .featured-hotels__carousel-item.featured-hotels__slot-0, .featured-hotels__carousel-track.--count-3 .featured-hotels__carousel-item.featured-hotels__slot-1, .featured-hotels__carousel-track.--count-4 .featured-hotels__carousel-item.featured-hotels__slot-0 {
    display: block;
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    max-width: none;
    z-index: 2;
  }
  .featured-hotels__carousel-track.--count-2 .featured-hotels__carousel-item.featured-hotels__slot-1, .featured-hotels__carousel-track.--count-3 .featured-hotels__carousel-item.featured-hotels__slot-0, .featured-hotels__carousel-track.--count-3 .featured-hotels__carousel-item.featured-hotels__slot-2, .featured-hotels__carousel-track.--count-4 .featured-hotels__carousel-item:not(.featured-hotels__slot-0) {
    display: none;
  }
  .featured-hotels__stay-on {
    left: 8%;
    bottom: 18%;
    max-width: 76%;
  }
  .featured-hotels__arrow--prev {
    left: 8%;
  }
  .featured-hotels__arrow--next {
    right: 8%;
  }
}
@media (max-width: 640px) {
  .featured-hotels__nbh-tabs {
    gap: 0 18px;
    row-gap: 6px;
  }
  .featured-hotels__nbh-tab {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .featured-hotels__nbh-tab::after {
    height: 3px;
    bottom: 4px;
  }
  .featured-hotels__stay-on-pre {
    font-size: 12px;
    padding: 4px 10px;
    line-height: 2;
  }
  .featured-hotels__stay-on-name {
    font-size: clamp(20px, 5vw, 28px);
    padding: 6px 12px;
    line-height: 1.5;
  }
}
/* Motion reveal parity with other blocks */
.featured-hotels.is-motion-init .featured-hotels__intro,
.featured-hotels.is-motion-init .featured-hotels__featured-row,
.featured-hotels.is-motion-init .featured-hotels__nbh {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.featured-hotels.is-motion-init.is-revealed .featured-hotels__intro {
  opacity: 1;
  transform: translateY(0);
}
.featured-hotels.is-motion-init.is-revealed .featured-hotels__featured-row {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
.featured-hotels.is-motion-init.is-revealed .featured-hotels__nbh {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}
/* Optional accent: tab underline + neighborhood CTAs + carousel arrows.
   Color from per-block --accent-color custom property on the wrapper. */
.featured-hotels.featured-hotels--has-accent {
  --accent-hover: color-mix(in srgb, var(--accent-color), #000 6%);
  --accent-ink: color-mix(in srgb, var(--accent-color), #000 50%);
}
.featured-hotels.featured-hotels--has-accent .featured-hotels__nbh-tab::after {
  background: var(--accent-color);
}
.featured-hotels.featured-hotels--has-accent .featured-hotels__nbh-tab:focus-visible {
  outline-color: var(--accent-color);
}
.featured-hotels.featured-hotels--has-accent .featured-hotels__cta {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--accent-ink);
}
.featured-hotels.featured-hotels--has-accent .featured-hotels__cta:hover, .featured-hotels.featured-hotels--has-accent .featured-hotels__cta:focus-visible {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--accent-ink);
}
.featured-hotels.featured-hotels--has-accent .featured-hotels__arrow {
  background: var(--accent-color);
  color: var(--accent-ink);
}
.featured-hotels.featured-hotels--has-accent .featured-hotels__arrow:hover {
  background: var(--accent-hover);
  color: var(--accent-ink);
}
.featured-hotels.featured-hotels--has-accent .featured-hotels__arrow:focus-visible {
  outline-color: var(--accent-color);
}

/*# sourceMappingURL=style-index.css.map*/