/* T130 — Calm, premium lower-home composition. Content remains unchanged. */

#home .home-after-hero-content {
  --lower-max: 1180px;
  --lower-glass: linear-gradient(155deg, rgba(12, 36, 58, .56), rgba(3, 15, 29, .68));
  --lower-line: rgba(226, 190, 95, .30);
  display: flow-root;
}

/* Booking policies: real glass, not opaque navy blocks. */
#home .home-after-hero-content .booking-policies-lux {
  width: min(var(--lower-max), calc(100% - 40px)) !important;
  max-width: none !important;
  margin: 0 auto 92px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#home .booking-policies-lux .booking-policies-head {
  margin-bottom: 34px !important;
}

#home .booking-policies-lux .booking-policies-head h2 {
  margin-bottom: 18px !important;
  letter-spacing: -.025em !important;
}

#home .booking-policies-lux .booking-policies-head h2::after {
  content: "" !important;
  display: block !important;
  width: min(310px, 62vw) !important;
  height: 2px !important;
  margin: 22px auto 0 !important;
  background: linear-gradient(90deg, transparent, rgba(224, 177, 72, .72) 38%, #ffe197 50%, rgba(224, 177, 72, .72) 62%, transparent) !important;
  box-shadow: 0 0 15px rgba(233, 185, 76, .36) !important;
}

#home .booking-policies-lux .booking-policies-grid {
  gap: 22px !important;
}

#home .booking-policies-lux .booking-policy-card {
  min-height: 245px !important;
  padding: 28px 24px 24px !important;
  border: 1px solid rgba(230, 195, 112, .34) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(145deg,
      rgba(151, 193, 232, .17) 0%,
      rgba(57, 91, 128, .09) 38%,
      rgba(5, 17, 31, .08) 100%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(165%) !important;
  backdrop-filter: blur(20px) saturate(165%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -18px 32px rgba(1,9,18,.08),
    0 18px 38px rgba(0,0,0,.13) !important;
}

#home .booking-policies-lux .booking-policy-card::after {
  opacity: .62 !important;
}

/* Spacious section rhythm. */
#home .home-after-hero-content > .atmosphere-highlight,
#home .home-after-hero-content > .identity-section,
#home .home-after-hero-content > .stats-strip,
#home .home-after-hero-content > .feature-strip,
#home .home-after-hero-content > .guest-reviews-section,
#home .home-after-hero-content > .partner-promo {
  width: min(var(--lower-max), calc(100% - 40px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

#home .home-after-hero-content > .atmosphere-highlight {
  margin-bottom: 104px !important;
}

/* Editorial gallery: one hero story, two supporting stories. */
#home .gallery-showcase {
  width: min(var(--lower-max), calc(100% - 40px)) !important;
  margin: 0 auto 92px !important;
  padding: 0 !important;
}

#home .gallery-showcase .center-title {
  margin-bottom: 42px !important;
}

#home .gallery-showcase .gallery-cards {
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .78fr) !important;
  grid-template-rows: repeat(2, minmax(190px, 1fr)) !important;
  gap: 18px !important;
  height: 438px !important;
}

#home .gallery-showcase .gallery-card {
  min-width: 0 !important;
  height: auto !important;
  border-radius: 26px !important;
  border-color: var(--lower-line) !important;
  background: var(--lower-glass) !important;
  -webkit-backdrop-filter: blur(14px) saturate(118%) !important;
  backdrop-filter: blur(14px) saturate(118%) !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.24) !important;
}

#home .gallery-showcase .gallery-card-outdoor {
  position: relative !important;
  display: block !important;
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  overflow: hidden !important;
}

#home .gallery-showcase .gallery-card-outdoor img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  filter: brightness(.78) saturate(.92) !important;
}

#home .gallery-showcase .gallery-card-outdoor > div {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  min-height: 145px !important;
  padding: 54px 28px 26px !important;
  background: linear-gradient(180deg, transparent, rgba(2, 10, 22, .94) 58%) !important;
}

#home .gallery-showcase .gallery-card-evening,
#home .gallery-showcase .gallery-card-heritage {
  display: grid !important;
  grid-template-columns: 44% minmax(0, 56%) !important;
  align-items: stretch !important;
  overflow: hidden !important;
}

#home .gallery-showcase .gallery-card-evening { grid-column: 2 !important; grid-row: 1 !important; }
#home .gallery-showcase .gallery-card-heritage { grid-column: 2 !important; grid-row: 2 !important; }

#home .gallery-showcase .gallery-card-evening img,
#home .gallery-showcase .gallery-card-heritage img {
  grid-column: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border-radius: 0 !important;
}

#home .gallery-showcase .gallery-card-evening > div,
#home .gallery-showcase .gallery-card-heritage > div {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  padding: 22px 20px !important;
  justify-content: center !important;
}

#home .gallery-showcase .gallery-card h3 {
  font-size: clamp(1.16rem, 1.45vw, 1.48rem) !important;
  margin-bottom: 8px !important;
}

#home .gallery-showcase .gallery-card h3::before {
  display: none !important;
}

#home .gallery-showcase .gallery-card p {
  font-size: .92rem !important;
  line-height: 1.8 !important;
  max-width: none !important;
}

/* Identity story gets breathing room. */
#home .home-after-hero-content > .identity-section {
  margin-bottom: 76px !important;
  padding: 22px !important;
  gap: 34px !important;
  border-color: var(--lower-line) !important;
  background: var(--lower-glass) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
}

#home .identity-section .sign-photo {
  height: 390px !important;
}

/* Contained statistics and amenities — no full-width visual cut. */
#home .home-after-hero-content > .stats-strip {
  margin-bottom: 26px !important;
  border-radius: 28px !important;
  border-color: var(--lower-line) !important;
  background: var(--lower-glass) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.22) !important;
}

#home .stats-strip .stat-item {
  padding: 30px 18px !important;
}

#home .stats-strip .stat-num {
  font-size: clamp(2rem, 3vw, 2.8rem) !important;
}

#home .home-after-hero-content > .feature-strip {
  margin-bottom: 104px !important;
  padding: 14px !important;
  border-radius: 28px !important;
  border-color: var(--lower-line) !important;
  background: var(--lower-glass) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.20) !important;
}

#home .feature-strip > div {
  min-height: 148px !important;
  padding: 22px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Reviews: aligned, quiet two-column composition. */
#home .home-after-hero-content > .guest-reviews-section {
  margin-top: 0 !important;
  margin-bottom: 96px !important;
  padding: 0 !important;
}

#home .guest-reviews-section .center-title {
  margin-bottom: 38px !important;
}

#home .guest-reviews-section .reviews-shell {
  margin-top: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr) !important;
  gap: 24px !important;
  align-items: start !important;
}

#home .guest-reviews-section .reviews-list-card,
#home .guest-reviews-section .review-form-card {
  padding: 26px !important;
  border-radius: 28px !important;
  border-color: var(--lower-line) !important;
  background: var(--lower-glass) !important;
  -webkit-backdrop-filter: blur(16px) saturate(120%) !important;
  backdrop-filter: blur(16px) saturate(120%) !important;
  box-shadow: 0 22px 56px rgba(0,0,0,.22) !important;
}

#home .guest-reviews-section .approved-reviews {
  gap: 14px !important;
}

#home .guest-reviews-section .review-card {
  padding: 18px !important;
  background: rgba(3, 16, 30, .46) !important;
}

#home .guest-reviews-section .review-form-card {
  gap: 17px !important;
}

/* Compact partner banner with clear separation before the footer. */
#home .home-after-hero-content > .partner-promo {
  margin-top: 0 !important;
  margin-bottom: 74px !important;
  padding: 28px 34px !important;
  min-height: 285px !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .68fr) !important;
  gap: 38px !important;
  border-radius: 30px !important;
  border-color: var(--lower-line) !important;
  background: var(--lower-glass) !important;
  -webkit-backdrop-filter: blur(16px) saturate(118%) !important;
  backdrop-filter: blur(16px) saturate(118%) !important;
  box-shadow: 0 24px 62px rgba(0,0,0,.24) !important;
}

#home .partner-promo .partner-promo-copy {
  min-height: 0 !important;
  padding: 10px 16px !important;
}

#home .partner-promo .partner-promo-logo img {
  max-height: 230px !important;
}

@media (max-width: 920px) {
  #home .home-after-hero-content {
    --lower-glass: linear-gradient(155deg, rgba(12, 36, 58, .52), rgba(3, 15, 29, .72));
  }

  #home .home-after-hero-content .booking-policies-lux,
  #home .home-after-hero-content > .atmosphere-highlight,
  #home .home-after-hero-content > .identity-section,
  #home .home-after-hero-content > .stats-strip,
  #home .home-after-hero-content > .feature-strip,
  #home .home-after-hero-content > .guest-reviews-section,
  #home .home-after-hero-content > .partner-promo,
  #home .gallery-showcase {
    width: calc(100% - 24px) !important;
  }

  #home .home-after-hero-content .booking-policies-lux {
    margin-bottom: 70px !important;
  }

  #home .booking-policies-lux .booking-policies-head {
    padding-inline: 8px !important;
    margin-bottom: 32px !important;
  }

  #home .booking-policies-lux .booking-policies-head h2 {
    font-size: clamp(2rem, 9vw, 2.65rem) !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
  }

  #home .booking-policies-lux .booking-policies-head h2::after {
    width: 190px !important;
    margin-top: 18px !important;
  }

  #home .booking-policies-lux .booking-policies-head p {
    max-width: 330px !important;
    margin-inline: auto !important;
    font-size: .93rem !important;
    line-height: 1.85 !important;
  }

  #home .booking-policies-lux .booking-policies-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  #home .booking-policies-lux .booking-policy-card {
    min-height: 270px !important;
    padding: 24px 12px 20px !important;
    border-radius: 28px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background:
      linear-gradient(145deg,
        rgba(151, 193, 232, .16) 0%,
        rgba(57, 91, 128, .085) 38%,
        rgba(5, 17, 31, .07) 100%) !important;
  }

  #home .booking-policies-lux .booking-policy-card::before {
    width: 66px !important;
    height: 66px !important;
    min-height: 66px !important;
    margin: 0 auto 18px !important;
  }

  #home .booking-policies-lux .booking-policy-card h3 {
    margin-bottom: 10px !important;
    font-size: 1.04rem !important;
    line-height: 1.5 !important;
  }

  #home .booking-policies-lux .booking-policy-card p {
    max-width: 155px !important;
    font-size: .82rem !important;
    line-height: 1.78 !important;
  }

  #home .booking-policies-lux .booking-policy-card p::after {
    margin-top: 13px !important;
  }

  #home .home-after-hero-content > .atmosphere-highlight {
    margin-bottom: 76px !important;
  }

  #home .gallery-showcase {
    margin-bottom: 72px !important;
  }

  #home .gallery-showcase .center-title {
    margin-bottom: 30px !important;
  }

  #home .gallery-showcase .gallery-cards {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    height: auto !important;
    gap: 16px !important;
  }

  #home .gallery-showcase .gallery-card-outdoor,
  #home .gallery-showcase .gallery-card-evening,
  #home .gallery-showcase .gallery-card-heritage {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  #home .gallery-showcase .gallery-card-outdoor {
    order: 1 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  #home .gallery-showcase .gallery-card-outdoor img {
    height: 235px !important;
    border-radius: 0 !important;
  }

  #home .gallery-showcase .gallery-card-outdoor > div {
    position: static !important;
    min-height: 0 !important;
    padding: 21px 20px 23px !important;
    background: transparent !important;
  }

  #home .gallery-showcase .gallery-card-evening,
  #home .gallery-showcase .gallery-card-heritage {
    display: grid !important;
    grid-template-columns: 42% minmax(0, 58%) !important;
    min-height: 158px !important;
  }

  #home .gallery-showcase .gallery-card-evening { order: 2 !important; }
  #home .gallery-showcase .gallery-card-heritage { order: 3 !important; }

  #home .gallery-showcase .gallery-card-evening img,
  #home .gallery-showcase .gallery-card-heritage img {
    height: 100% !important;
    min-height: 158px !important;
  }

  #home .gallery-showcase .gallery-card-evening > div,
  #home .gallery-showcase .gallery-card-heritage > div {
    padding: 17px 15px !important;
  }

  #home .gallery-showcase .gallery-card h3 {
    font-size: 1.08rem !important;
    gap: 8px !important;
  }

  #home .gallery-showcase .gallery-card h3::before {
    display: none !important;
  }

  #home .gallery-showcase .gallery-card p {
    font-size: .84rem !important;
    line-height: 1.72 !important;
  }

  #home .home-after-hero-content > .identity-section {
    margin-bottom: 62px !important;
    padding: 14px !important;
    gap: 18px !important;
    grid-template-columns: 1fr !important;
  }

  #home .identity-section .sign-photo {
    height: 275px !important;
  }

  #home .identity-section .section-copy {
    padding: 24px 14px 28px !important;
  }

  #home .home-after-hero-content > .stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-bottom: 18px !important;
    border-radius: 24px !important;
  }

  #home .stats-strip .stat-item {
    min-height: 122px !important;
    padding: 22px 10px !important;
  }

  #home .stats-strip .stat-num {
    font-size: 1.8rem !important;
  }

  #home .stats-strip .stat-label {
    font-size: .78rem !important;
  }

  #home .home-after-hero-content > .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-bottom: 76px !important;
    padding: 8px !important;
    border-radius: 24px !important;
  }

  #home .feature-strip > div {
    min-height: 145px !important;
    padding: 18px 11px !important;
  }

  #home .feature-strip > div:nth-child(2) {
    border-left: 0 !important;
  }

  #home .feature-strip > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(212,175,55,.18) !important;
  }

  #home .feature-strip strong {
    font-size: 1rem !important;
  }

  #home .feature-strip small {
    font-size: .76rem !important;
    line-height: 1.65 !important;
  }

  #home .home-after-hero-content > .guest-reviews-section {
    margin-bottom: 74px !important;
  }

  #home .guest-reviews-section .center-title {
    margin-bottom: 30px !important;
    padding-inline: 8px !important;
  }

  #home .guest-reviews-section .reviews-shell {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  #home .guest-reviews-section .reviews-list-card,
  #home .guest-reviews-section .review-form-card {
    padding: 20px 17px !important;
    border-radius: 24px !important;
  }

  #home .guest-reviews-section .review-card {
    padding: 16px !important;
  }

  #home .home-after-hero-content > .partner-promo {
    margin-bottom: 58px !important;
    padding: 18px !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    border-radius: 26px !important;
  }

  #home .partner-promo .partner-promo-logo {
    order: -1 !important;
  }

  #home .partner-promo .partner-promo-logo img {
    max-height: 235px !important;
  }

  #home .partner-promo .partner-promo-copy {
    padding: 8px 10px 18px !important;
  }
}

@media (max-width: 460px) {
  #home .gallery-showcase .gallery-card-evening,
  #home .gallery-showcase .gallery-card-heritage {
    grid-template-columns: 40% minmax(0, 60%) !important;
  }

  #home .gallery-showcase .gallery-card-evening > div,
  #home .gallery-showcase .gallery-card-heritage > div {
    padding: 15px 13px !important;
  }

  #home .guest-reviews-section .reviews-list-head,
  #home .guest-reviews-section .review-card-head {
    gap: 7px !important;
  }
}
