/* Bhartiya Luxury Stay — single-residence corporate leasing homepage. */
:root {
  --bls-primary: #0f766e;
  --bls-primary-dark: #095d57;
  --bls-primary-soft: #e8f5f3;
  --bls-gold: #d4af37;
  --bls-gold-soft: #f8f1d9;
  --bls-dark: #111111;
  --bls-ink: #1d2423;
  --bls-text: #555555;
  --bls-muted: #727b79;
  --bls-bg: #f7f8fa;
  --bls-white: #ffffff;
  --bls-line: #e5e9e8;
  --bls-shadow: 0 24px 70px rgba(15, 41, 38, 0.12);
  --bls-radius: 28px;
}

body.bls-home {
  background: var(--bls-white);
}

.bls-residence-home,
.bls-residence-home * {
  box-sizing: border-box;
}

.bls-residence-home {
  color: var(--bls-text);
  overflow: clip;
}

.bls-residence-home h1,
.bls-residence-home h2,
.bls-residence-home h3,
.bls-residence-home p {
  margin-top: 0;
}

.bls-residence-home h1,
.bls-residence-home h2,
.bls-residence-home h3 {
  color: var(--bls-dark);
}

.bls-residence-intro {
  position: relative;
  padding: clamp(42px, 6vw, 86px) 0 0;
  background:
    radial-gradient(circle at 92% 2%, rgba(212, 175, 55, 0.15), transparent 25%),
    radial-gradient(circle at 0 28%, rgba(15, 118, 110, 0.11), transparent 25%),
    linear-gradient(180deg, #fff 0%, #fbfcfc 100%);
}

.bls-residence-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.bls-residence-heading > div:first-child {
  max-width: 980px;
}

.bls-residence-kicker,
.bls-section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--bls-primary);
  font-family: Poppins, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bls-residence-kicker::before,
.bls-section-label::before {
  width: 25px;
  height: 2px;
  content: "";
  background: var(--bls-gold);
}

.bls-residence-heading h1 {
  max-width: 980px;
  margin-bottom: 14px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.bls-residence-subtitle {
  max-width: 820px;
  margin-bottom: 14px;
  color: var(--bls-text);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.75;
}

.bls-residence-location {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--bls-muted);
  font-weight: 500;
}

.bls-residence-location svg,
.bls-share-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bls-residence-heading-actions {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  padding-bottom: 6px;
}

.bls-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 999px;
  background: var(--bls-primary-soft);
  color: var(--bls-primary-dark);
  font-family: Poppins, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

.bls-status-pill::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--bls-primary);
  box-shadow: 0 0 0 5px rgba(15, 118, 110, 0.11);
}

.bls-share-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bls-dark);
  font-weight: 700;
  text-decoration: none;
}

.bls-share-link:hover,
.bls-share-link:focus {
  color: var(--bls-primary);
}

.bls-residence-media {
  position: relative;
}

.bls-image-slider-stage {
  position: relative;
  min-height: clamp(480px, 52vw, 710px);
  overflow: hidden;
  border-radius: 34px;
  background: var(--bls-dark);
  box-shadow: var(--bls-shadow);
}

.bls-image-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 360ms ease, visibility 360ms ease;
}

.bls-image-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.bls-image-slide[hidden] {
  display: block;
}

.bls-image-slide button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.bls-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bls-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  background: rgba(17, 17, 17, 0.55);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.bls-slider-prev {
  left: 20px;
}

.bls-slider-next {
  right: 20px;
}

.bls-slider-arrow:hover,
.bls-slider-arrow:focus-visible {
  color: var(--bls-dark);
  background: var(--bls-gold);
}

.bls-media-counter {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 17, 17, 0.62);
  font-family: Poppins, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.bls-image-thumbnails {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  padding: 2px 2px 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.bls-image-thumbnails button {
  width: 118px;
  height: 78px;
  flex: 0 0 118px;
  padding: 3px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 41, 38, 0.09);
  scroll-snap-align: start;
  cursor: pointer;
}

.bls-image-thumbnails button.is-active {
  border-color: var(--bls-gold);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.18);
}

.bls-image-thumbnails img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.bls-residence-media.is-single .bls-image-thumbnails,
.bls-residence-media.is-single .bls-slider-arrow {
  display: none;
}

.bls-gallery-placeholder {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 40px;
  border-radius: 34px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.9), rgba(17, 17, 17, 0.92)),
    radial-gradient(circle at 20% 15%, rgba(212, 175, 55, 0.5), transparent 35%);
}

.bls-gallery-placeholder span {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 4rem);
}

.bls-gallery-placeholder small {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.75);
}

.bls-residence-content {
  padding: clamp(54px, 7vw, 104px) 0 110px;
  background: var(--bls-white);
}

.bls-residence-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 405px);
  align-items: start;
  gap: clamp(36px, 5vw, 78px);
}

.bls-residence-main {
  min-width: 0;
}

.bls-summary-card {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--bls-line);
  border-radius: var(--bls-radius);
  background: #fff;
  box-shadow: 0 18px 52px rgba(15, 41, 38, 0.07);
}

.bls-summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--bls-line);
}

.bls-summary-top p {
  margin: 7px 0 0;
  color: var(--bls-muted);
}

.bls-rating {
  color: var(--bls-dark);
  font-weight: 700;
}

.bls-rating span {
  color: var(--bls-gold);
  letter-spacing: 2px;
}

.bls-price-block {
  text-align: right;
}

.bls-price-block small {
  display: block;
  margin-bottom: 4px;
  color: var(--bls-muted);
}

.bls-price-block strong {
  color: var(--bls-primary-dark);
  font-family: Poppins, sans-serif;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.bls-spec-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-top: 26px;
}

.bls-spec-row > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  column-gap: 12px;
}

.bls-spec-row svg {
  grid-row: 1 / 3;
  width: 35px;
  height: 35px;
  padding: 7px;
  border-radius: 11px;
  fill: none;
  stroke: var(--bls-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  background: var(--bls-primary-soft);
}

.bls-spec-row strong {
  min-width: 0;
  overflow: hidden;
  color: var(--bls-dark);
  font-family: Poppins, sans-serif;
  font-size: 0.96rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bls-spec-row span {
  color: var(--bls-muted);
  font-size: 0.77rem;
}

.bls-content-section {
  padding: clamp(60px, 8vw, 94px) 0;
  border-bottom: 1px solid var(--bls-line);
}

.bls-content-section > h2,
.bls-editorial-panel h2,
.bls-proposal-section h2 {
  max-width: 760px;
  margin-bottom: 26px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.bls-lead-copy,
.bls-rich-copy {
  max-width: 850px;
  color: var(--bls-text);
  font-size: 1.04rem;
  line-height: 1.92;
}

.bls-lead-copy {
  margin-bottom: 24px;
  color: #33413f;
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
}

.bls-rich-copy p:last-child,
.bls-lead-copy p:last-child {
  margin-bottom: 0;
}

.bls-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bls-highlight-grid article {
  position: relative;
  min-height: 185px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--bls-line);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #f8fbfa);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bls-highlight-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: 0 18px 45px rgba(15, 41, 38, 0.09);
}

.bls-highlight-grid article > span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 13px;
  color: var(--bls-primary);
  background: var(--bls-primary-soft);
}

.bls-highlight-grid svg,
.bls-benefit-list svg,
.bls-availability-banner svg,
.bls-nearby-list svg,
.bls-enquiry-direct svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bls-highlight-grid h3 {
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 1.03rem;
}

.bls-highlight-grid p {
  margin-bottom: 0;
  line-height: 1.72;
}

.bls-editorial-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(35px, 6vw, 75px);
  padding-right: clamp(24px, 5vw, 60px);
  padding-left: clamp(24px, 5vw, 60px);
  border: 0;
  border-radius: var(--bls-radius);
  background:
    linear-gradient(130deg, rgba(15, 118, 110, 0.08), rgba(212, 175, 55, 0.08)),
    #f8faf9;
}

.bls-editorial-panel h2 {
  margin-bottom: 0;
}

.bls-amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bls-amenity-card {
  display: flex;
  min-height: 148px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 22px;
  border: 1px solid var(--bls-line);
  border-radius: 20px;
  background: #fff;
}

.bls-amenity-card > span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 14px;
  color: var(--bls-primary);
  background: var(--bls-primary-soft);
}

.bls-amenity-card svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.bls-amenity-card strong {
  color: var(--bls-dark);
  font-size: 0.93rem;
}

.bls-amenity-card small {
  margin-top: 5px;
  color: var(--bls-muted);
  line-height: 1.5;
}

.bls-dark-panel {
  padding: clamp(38px, 6vw, 66px);
  border: 0;
  border-radius: var(--bls-radius);
  color: rgba(255, 255, 255, 0.75);
  background:
    radial-gradient(circle at 100% 0, rgba(212, 175, 55, 0.2), transparent 33%),
    linear-gradient(145deg, #0d2422, #111);
  box-shadow: var(--bls-shadow);
}

.bls-dark-panel h2,
.bls-dark-panel .bls-section-label {
  color: #fff;
}

.bls-specification-list {
  display: grid;
  gap: 0;
  margin: 10px 0 34px;
}

.bls-specification-list > div {
  display: grid;
  grid-template-columns: 44px minmax(150px, 0.38fr) minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bls-specification-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  color: var(--bls-gold);
  background: rgba(255, 255, 255, 0.1);
}

.bls-specification-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.bls-specification-list strong {
  color: var(--bls-gold);
  font-family: Poppins, sans-serif;
}

.bls-video-slider {
  position: relative;
}

.bls-video-slider-stage {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--bls-dark);
  box-shadow: 0 18px 45px rgba(15, 41, 38, 0.12);
}

.bls-video-slide[hidden] {
  display: none;
}

.bls-video-card {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bls-dark);
}

.bls-video-card iframe,
.bls-video-card video,
.bls-video-card .wp-video,
.bls-video-card .mejs-container {
  width: 100% !important;
  height: 100% !important;
}

.bls-video-slider .bls-slider-arrow {
  top: 50%;
}

.bls-video-selector {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding-bottom: 6px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}

.bls-video-selector button {
  display: inline-flex;
  min-width: 128px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid var(--bls-line);
  border-radius: 14px;
  color: var(--bls-dark);
  background: #fff;
  font-family: Poppins, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  scroll-snap-align: start;
  cursor: pointer;
}

.bls-video-selector button.is-active {
  border-color: var(--bls-primary);
  color: #fff;
  background: var(--bls-primary);
}

.bls-video-selector svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bls-video-slider.is-single .bls-video-selector,
.bls-video-slider.is-single .bls-slider-arrow {
  display: none;
}

.bls-floor-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bls-floor-plan-grid button {
  padding: 14px;
  overflow: hidden;
  border: 1px solid var(--bls-line);
  border-radius: 22px;
  background: #fff;
  cursor: zoom-in;
}

.bls-floor-plan-grid img {
  width: 100%;
  height: auto;
}

.bls-proposal-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.95fr);
  gap: clamp(32px, 5vw, 62px);
}

.bls-benefit-list {
  display: grid;
  gap: 14px;
}

.bls-benefit-list article {
  display: flex;
  gap: 15px;
  padding: 21px;
  border: 1px solid var(--bls-line);
  border-radius: 19px;
  background: #fafcfb;
}

.bls-benefit-list article > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--bls-primary);
  background: var(--bls-primary-soft);
}

.bls-benefit-list h3 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 0.96rem;
}

.bls-benefit-list p {
  margin-bottom: 0;
  line-height: 1.65;
}

.bls-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 20px;
}

.bls-map-embed {
  min-height: 430px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--bls-bg);
}

.bls-map-embed iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 430px;
  border: 0;
}

.bls-nearby-list {
  display: grid;
  align-content: start;
  gap: 12px;
}

.bls-nearby-list > div {
  display: flex;
  gap: 13px;
  padding: 17px;
  border: 1px solid var(--bls-line);
  border-radius: 17px;
  background: #fff;
}

.bls-nearby-list svg {
  flex: 0 0 22px;
  color: var(--bls-primary);
}

.bls-nearby-list span {
  display: grid;
  gap: 3px;
  line-height: 1.55;
}

.bls-nearby-list strong {
  color: var(--bls-dark);
  font-family: Poppins, sans-serif;
}

.bls-availability-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 70px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: var(--bls-radius);
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(212, 175, 55, 0.34), transparent 30%),
    linear-gradient(135deg, var(--bls-primary-dark), var(--bls-primary));
  box-shadow: var(--bls-shadow);
}

.bls-availability-banner > div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bls-availability-banner > div > span {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  place-items: center;
  border-radius: 18px;
  color: var(--bls-gold);
  background: rgba(255, 255, 255, 0.12);
}

.bls-availability-banner small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bls-availability-banner h2 {
  max-width: 630px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 2.7vw, 2.45rem);
  line-height: 1.2;
}

.bls-enquiry-column {
  position: sticky;
  top: 112px;
}

.admin-bar .bls-enquiry-column {
  top: 144px;
}

.bls-enquiry-card {
  overflow: hidden;
  border: 1px solid var(--bls-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--bls-shadow);
}

.bls-enquiry-card-head {
  padding: 30px 30px 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(212, 175, 55, 0.16), transparent 45%),
    linear-gradient(145deg, #f4faf8, #fff);
}

.bls-enquiry-card-head .bls-section-label {
  margin-bottom: 10px;
}

.bls-enquiry-card-head h2 {
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
  line-height: 1.15;
}

.bls-enquiry-card-head p {
  margin-bottom: 0;
  color: var(--bls-muted);
  line-height: 1.65;
}

.bls-enquiry-card .brm-corporate-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 8px 30px 30px;
}

.bls-enquiry-card .brm-form-field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.bls-enquiry-card .brm-form-field-full {
  grid-column: 1 / -1;
}

.bls-enquiry-card .brm-form label {
  color: #46514f;
  font-family: Poppins, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
}

.bls-enquiry-card .brm-form input:not([type="checkbox"]),
.bls-enquiry-card .brm-form select,
.bls-enquiry-card .brm-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #dfe5e3;
  border-radius: 12px;
  outline: 0;
  background: #f8faf9;
  color: var(--bls-dark);
  font-family: Inter, sans-serif;
  font-size: 0.88rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bls-enquiry-card .brm-form textarea {
  min-height: 96px;
  resize: vertical;
}

.bls-enquiry-card .brm-form input:focus,
.bls-enquiry-card .brm-form select:focus,
.bls-enquiry-card .brm-form textarea:focus {
  border-color: var(--bls-primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.11);
}

.brm-date-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bls-enquiry-card .brm-consent label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--bls-muted);
  font-family: Inter, sans-serif;
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.45;
}

.bls-enquiry-card .brm-consent input {
  margin-top: 3px;
}

.bls-enquiry-card .brm-form button {
  width: 100%;
  min-height: 52px;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--bls-primary), #15988d);
  box-shadow: 0 13px 28px rgba(15, 118, 110, 0.22);
}

.bls-enquiry-card .brm-form-status {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.82rem;
}

.bls-enquiry-card .brm-form-status.is-success {
  color: var(--bls-primary-dark);
}

.bls-enquiry-card .brm-form-status.is-error {
  color: #b42318;
}

.bls-enquiry-direct {
  display: grid;
  border-top: 1px solid var(--bls-line);
}

.bls-enquiry-direct a {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 30px;
  border-bottom: 1px solid var(--bls-line);
  color: var(--bls-dark);
  text-decoration: none;
}

.bls-enquiry-direct a:last-child {
  border-bottom: 0;
}

.bls-enquiry-direct a:hover {
  color: var(--bls-primary);
  background: var(--bls-primary-soft);
}

.bls-enquiry-direct a > svg,
.bls-at-sign {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  padding: 8px;
  border-radius: 11px;
  color: var(--bls-primary);
  background: var(--bls-primary-soft);
}

.bls-at-sign {
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.bls-enquiry-direct span:not(.bls-at-sign) {
  display: grid;
  min-width: 0;
  font-weight: 700;
}

.bls-enquiry-direct small {
  color: var(--bls-muted);
  font-size: 0.7rem;
  font-weight: 400;
}


.bls-enquiry-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 30px 24px;
}

.bls-enquiry-actions a {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border-radius: 15px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 41, 38, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bls-enquiry-actions a:hover,
.bls-enquiry-actions a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(15, 41, 38, 0.18);
}

.bls-enquiry-actions a.is-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, var(--bls-primary), #15988d);
}

.bls-enquiry-actions a.is-call {
  color: var(--bls-dark);
  background: linear-gradient(135deg, var(--bls-gold), #f0cf63);
}

.bls-enquiry-actions svg {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bls-enquiry-actions span {
  display: grid;
  min-width: 0;
  font-family: Poppins, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}

.bls-enquiry-actions small {
  margin-bottom: 3px;
  color: currentColor;
  font-family: Inter, sans-serif;
  font-size: 0.67rem;
  font-weight: 500;
  opacity: 0.75;
}

.bls-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(58px, 6vw, 92px) clamp(70px, 8vw, 136px) clamp(34px, 4vw, 58px);
  color: #fff;
  background: rgba(7, 15, 14, 0.96);
  backdrop-filter: blur(18px);
}

.bls-lightbox[hidden] {
  display: none;
}

.bls-lightbox figure {
  display: flex;
  width: min(100%, 1260px);
  max-height: calc(100dvh - 92px);
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bls-lightbox img {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 132px);
  border-radius: 16px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  object-fit: contain;
}

.bls-lightbox figcaption {
  min-height: 24px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-family: Poppins, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.bls-lightbox button {
  position: fixed;
  z-index: 3;
  display: inline-flex;
  width: 52px;
  height: 52px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(12, 25, 23, 0.72);
  color: #fff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.bls-lightbox button svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  pointer-events: none;
}

.bls-lightbox button:hover,
.bls-lightbox button:focus-visible {
  border-color: var(--bls-gold);
  background: var(--bls-gold);
  color: var(--bls-dark);
}

.bls-lightbox-close {
  top: max(20px, env(safe-area-inset-top));
  right: max(20px, env(safe-area-inset-right));
}

.bls-lightbox-prev,
.bls-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
}

.bls-lightbox-prev {
  left: max(20px, env(safe-area-inset-left));
}

.bls-lightbox-next {
  right: max(20px, env(safe-area-inset-right));
}

.bls-lightbox-prev:hover,
.bls-lightbox-prev:focus-visible,
.bls-lightbox-next:hover,
.bls-lightbox-next:focus-visible {
  transform: translateY(-50%) scale(1.04);
}

body.bls-lightbox-open {
  overflow: hidden;
}

.bls-empty-home {
  min-height: 60vh;
  padding: 100px 0;
  text-align: center;
}

.bls-empty-home h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

@media (max-width: 1180px) {
  .bls-residence-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 36px;
  }

  .bls-spec-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bls-amenity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .bls-residence-heading {
    align-items: flex-start;
  }

  .bls-residence-layout {
    grid-template-columns: 1fr;
  }

  .bls-enquiry-column {
    position: static;
  }

  .bls-enquiry-card {
    max-width: 720px;
  }

  .bls-proposal-section,
  .bls-location-grid {
    grid-template-columns: 1fr;
  }

  .bls-nearby-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bls-residence-intro {
    padding-top: 34px;
  }

  .bls-residence-heading {
    display: block;
    margin-bottom: 23px;
  }

  .bls-residence-heading h1 {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
  }

  .bls-residence-heading-actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }

  .bls-image-slider-stage {
    min-height: clamp(310px, 78vw, 520px);
    border-radius: 22px;
  }

  .bls-image-thumbnails button {
    width: 92px;
    height: 64px;
    flex-basis: 92px;
  }

  .bls-slider-arrow {
    width: 42px;
    height: 42px;
  }

  .bls-slider-prev { left: 12px; }
  .bls-slider-next { right: 12px; }

  .bls-residence-content {
    padding: 42px 0 95px;
  }

  .bls-summary-top {
    align-items: flex-start;
  }

  .bls-price-block {
    max-width: 52%;
  }

  .bls-spec-row {
    gap: 18px 10px;
  }

  .bls-spec-row > div {
    grid-template-columns: 38px 1fr;
    column-gap: 8px;
  }

  .bls-content-section {
    padding: 58px 0;
  }

  .bls-highlight-grid,
  .bls-floor-plan-grid,
  .bls-editorial-panel {
    grid-template-columns: 1fr;
  }

  .bls-editorial-panel {
    gap: 20px;
  }

  .bls-amenity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bls-amenity-card {
    min-height: 130px;
    padding: 18px;
  }

  .bls-specification-list > div {
    grid-template-columns: 40px 1fr;
    gap: 8px 13px;
  }

  .bls-specification-copy {
    grid-column: 2;
  }

  .bls-nearby-list {
    grid-template-columns: 1fr;
  }

  .bls-availability-banner {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 55px;
  }

  .bls-enquiry-card .brm-corporate-form {
    padding-right: 22px;
    padding-left: 22px;
  }

  .bls-enquiry-card-head {
    padding-right: 22px;
    padding-left: 22px;
  }


  .bls-enquiry-actions {
    padding-right: 22px;
    padding-left: 22px;
  }

  .bls-lightbox {
    padding: 64px 12px 26px;
  }

  .bls-lightbox figure {
    width: 100%;
    max-height: calc(100dvh - 90px);
  }

  .bls-lightbox img {
    max-height: calc(100dvh - 126px);
    border-radius: 12px;
  }

  .bls-lightbox button {
    width: 42px;
    height: 42px;
  }

  .bls-lightbox button svg {
    width: 21px;
    height: 21px;
  }

  .bls-lightbox-close {
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
  }

  .bls-lightbox-prev {
    left: max(10px, env(safe-area-inset-left));
  }

  .bls-lightbox-next {
    right: max(10px, env(safe-area-inset-right));
  }
}

@media (max-width: 520px) {
  .bls-residence-heading-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .bls-summary-top {
    flex-direction: column;
  }

  .bls-price-block {
    max-width: none;
    text-align: left;
  }

  .bls-spec-row {
    grid-template-columns: 1fr;
  }

  .bls-amenity-grid {
    grid-template-columns: 1fr;
  }

  .bls-enquiry-card .brm-corporate-form {
    grid-template-columns: 1fr;
  }

  .bls-enquiry-card .brm-form-field,
  .bls-enquiry-card .brm-form-field-full {
    grid-column: 1 / -1;
  }

  .brm-date-pair {
    grid-template-columns: 1fr;
  }

  .bls-enquiry-actions {
    grid-template-columns: 1fr;
  }

  .bls-availability-banner > div {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bls-image-slide,
  .bls-highlight-grid article {
    transition: none;
  }
}

/* Direct contact actions live below the enquiry form; no floating contact controls on this single page. */
.bls-home .bls-float {
  display: none !important;
}

/* Version 2.3: Astra header availability, refined enquiry form and named videos. */
.bls-header-availability {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  margin-left: 18px;
}

.bls-header-availability[hidden] {
  display: none !important;
}

.bls-header-availability a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 15px;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 999px;
  color: var(--bls-primary-dark);
  background: var(--bls-primary-soft);
  font-family: Poppins, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.bls-header-availability a:hover,
.bls-header-availability a:focus-visible {
  border-color: rgba(15, 118, 110, 0.45);
  color: var(--bls-primary-dark);
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.13);
  transform: translateY(-1px);
}

.bls-header-availability-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bls-primary);
  box-shadow: 0 0 0 5px rgba(15, 118, 110, 0.11);
}

.bls-header-availability.is-unavailable a {
  border-color: rgba(180, 35, 24, 0.24);
  color: #9f231b;
  background: #fff1f0;
}

.bls-header-availability.is-unavailable a:hover,
.bls-header-availability.is-unavailable a:focus-visible {
  border-color: rgba(180, 35, 24, 0.48);
  color: #7a1b15;
  box-shadow: 0 10px 24px rgba(180, 35, 24, 0.14);
}

.bls-header-availability.is-unavailable .bls-header-availability-dot {
  background: #d92d20;
  box-shadow: 0 0 0 5px rgba(217, 45, 32, 0.12);
}

.bls-header-availability.is-fallback-position {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: max(22px, calc((100vw - 1320px) / 2));
  transform: translateY(-50%);
}

.bls-floating-whatsapp {
  position: fixed;
  z-index: 9990;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0f766e, #15988d);
  box-shadow: 0 18px 42px rgba(15, 118, 110, 0.3);
  font-family: Poppins, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bls-floating-whatsapp:hover,
.bls-floating-whatsapp:focus-visible {
  color: #fff;
  box-shadow: 0 22px 50px rgba(15, 118, 110, 0.38);
  transform: translateY(-2px);
}

.bls-floating-whatsapp svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bls-video-copy {
  padding: 18px 22px 20px;
  color: #fff;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.98), #111);
}

.bls-video-copy h3 {
  margin: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 700;
}

.bls-video-copy p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.6;
}

.bls-video-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  overflow: visible;
  padding-bottom: 0;
}

.bls-video-selector button {
  min-width: 0;
  width: 100%;
}

.bls-video-selector button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bls-enquiry-card .brm-phone-composite {
  display: grid;
  grid-template-columns: minmax(132px, 0.42fr) minmax(0, 1fr);
  gap: 10px;
}

.bls-enquiry-card .brm-phone-composite select,
.bls-enquiry-card .brm-phone-composite input {
  min-width: 0;
}

.bls-enquiry-card .brm-form-status a {
  color: var(--bls-primary-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 921px) {
  .bls-header-availability {
    margin-right: 9px;
    margin-left: 8px;
    order: -1;
  }

  .bls-header-availability a {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 0.72rem;
  }

  .bls-floating-whatsapp {
    right: 16px;
    bottom: 18px;
  }
}

@media (max-width: 767px) {
  .bls-video-selector {
    display: flex;
    gap: 10px;
    padding: 2px 0 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .bls-video-selector::-webkit-scrollbar {
    display: none;
  }

  .bls-video-selector button {
    min-width: min(220px, 72vw);
    width: auto;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .bls-floating-whatsapp {
    width: 54px;
    height: 54px;
    padding: 0;
  }

  .bls-floating-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 520px) {
  .bls-header-availability a {
    min-height: 34px;
    gap: 7px;
    padding: 6px 10px;
    font-size: 0.68rem;
  }

  .bls-header-availability-dot {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.11);
  }

  .bls-enquiry-card .brm-phone-composite {
    grid-template-columns: minmax(115px, 0.46fr) minmax(0, 1fr);
    gap: 8px;
  }
}

/* Version 2.4: premium body typography, manual video posters and mobile refinements. */
.bls-residence-home,
.bls-residence-home p,
.bls-residence-home li,
.bls-residence-home input,
.bls-residence-home select,
.bls-residence-home textarea {
  font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.bls-residence-home p,
.bls-rich-copy,
.bls-specification-copy,
.bls-nearby-list span {
  font-size: clamp(.96rem, 1vw, 1.04rem);
  line-height: 1.78;
  letter-spacing: -.005em;
}
.bls-residence-subtitle {
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-weight: 500;
}
.bls-video-poster {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #111;
  cursor: pointer;
}
.bls-video-poster::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.28));
}
.bls-video-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bls-video-poster-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(68px, 8vw, 92px);
  height: clamp(68px, 8vw, 92px);
  place-items: center;
  border: 2px solid rgba(255,255,255,.88);
  border-radius: 50%;
  color: #fff;
  background: rgba(17,17,17,.48);
  box-shadow: 0 16px 42px rgba(0,0,0,.28);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, background 180ms ease;
}
.bls-video-poster:hover .bls-video-poster-play,
.bls-video-poster:focus-visible .bls-video-poster-play {
  background: var(--bls-primary);
  transform: translate(-50%, -50%) scale(1.05);
}
.bls-video-poster-play svg {
  width: 44%;
  height: 44%;
}
.bls-video-selector {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}
.bls-video-selector button {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  min-height: 72px;
  align-items: center;
  justify-content: stretch;
  gap: 12px;
  padding: 7px;
  text-align: left;
}
.bls-video-selector-media {
  position: relative;
  display: grid;
  width: 76px;
  height: 56px;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #eef3f2;
}
.bls-video-selector-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bls-video-selector-media svg {
  width: 24px;
  height: 24px;
}
.bls-video-selector-title {
  display: -webkit-box;
  overflow: hidden;
  font-family: Poppins, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bls-video-selector button.is-active .bls-video-selector-media {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.72);
}
@media (max-width: 767px) {
  .bls-residence-home p,
  .bls-rich-copy,
  .bls-specification-copy,
  .bls-nearby-list span {
    font-size: .95rem;
    line-height: 1.72;
  }
  .bls-video-selector button {
    min-width: min(275px, 82vw);
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 78px;
  }
  .bls-video-selector-media {
    width: 92px;
    height: 64px;
  }
  .bls-video-copy {
    padding: 16px 17px 18px;
  }
  .bls-video-copy p {
    font-size: .88rem;
  }
}
@media (max-width: 420px) {
  .bls-video-selector button {
    min-width: 86vw;
  }
  .bls-video-poster-play {
    width: 64px;
    height: 64px;
  }
}

/* Version 2.5: compact named video controls and a clearer location experience. */
.bls-video-selector {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  padding: 0;
  overflow: visible;
}
.bls-video-selector button {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 10px;
  padding: 9px 12px;
  text-align: left;
}
.bls-video-selector-media {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: visible;
  border-radius: 50%;
  color: var(--bls-primary);
  background: var(--bls-primary-soft);
}
.bls-video-selector-media img { display: none !important; }
.bls-video-selector-media svg { width: 19px; height: 19px; }
.bls-video-selector-title {
  display: -webkit-box;
  overflow: hidden;
  font-family: Poppins, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bls-video-selector button.is-active .bls-video-selector-media {
  color: var(--bls-primary-dark);
  background: #fff;
  box-shadow: none;
}

.bls-location-experience {
  display: grid;
  gap: 22px;
}
.bls-map-card {
  overflow: hidden;
  border: 1px solid var(--bls-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 41, 38, .08);
}
.bls-map-card-head {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 18px 21px;
  border-bottom: 1px solid var(--bls-line);
  background: linear-gradient(135deg, #f4faf8, #fffaf0);
}
.bls-map-card-head > svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-top: 2px;
  fill: none;
  stroke: var(--bls-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.bls-map-card-head span { display: grid; gap: 3px; }
.bls-map-card-head small {
  color: var(--bls-primary-dark);
  font-family: Poppins, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bls-map-card-head strong {
  color: var(--bls-dark);
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
}
.bls-map-card .bls-map-embed,
.bls-map-card .bls-map-embed iframe {
  min-height: 410px;
  border-radius: 0;
}
.bls-nearby-panel {
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid var(--bls-line);
  border-radius: 24px;
  background: linear-gradient(145deg, #f8fbfa, #fff);
}
.bls-nearby-panel-head {
  display: grid;
  max-width: 720px;
  gap: 7px;
  margin-bottom: 20px;
}
.bls-nearby-panel-head .bls-section-label { margin: 0; }
.bls-nearby-panel-head h3 {
  margin: 0;
  color: var(--bls-dark);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  letter-spacing: -.025em;
  line-height: 1.2;
}
.bls-nearby-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}
.bls-nearby-list > article {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 41, 38, .04);
}
.bls-nearby-icon {
  display: grid !important;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 13px;
  color: var(--bls-primary);
  background: var(--bls-primary-soft);
}
.bls-nearby-icon svg { width: 22px; height: 22px; }
.bls-nearby-list article > div { min-width: 0; }
.bls-nearby-list strong {
  display: block;
  margin-bottom: 5px;
  font-size: .92rem;
  line-height: 1.45;
}
.bls-nearby-list p {
  margin: 0;
  color: var(--bls-muted);
  font-size: .9rem !important;
  line-height: 1.65 !important;
}

@media (max-width: 1080px) {
  .bls-video-selector { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .bls-video-selector {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    overflow: visible;
  }
  .bls-video-selector button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    grid-template-columns: 35px minmax(0, 1fr);
    padding: 8px 10px;
  }
  .bls-video-selector-media { width: 35px; height: 35px; }
  .bls-map-card .bls-map-embed,
  .bls-map-card .bls-map-embed iframe { min-height: 340px; }
  .bls-nearby-list { grid-template-columns: 1fr; }
  .bls-nearby-list > article { padding: 16px; }
}
@media (max-width: 420px) {
  .bls-video-selector { grid-template-columns: 1fr; }
  .bls-video-selector-title { font-size: .8rem; }
  .bls-map-card-head { padding: 15px; }
  .bls-map-card .bls-map-embed,
  .bls-map-card .bls-map-embed iframe { min-height: 300px; }
  .bls-nearby-panel { padding: 18px 14px; }
}
