.elementor-71 .elementor-element.elementor-element-6dc1927{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-73ba85d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-d1b7e59{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-a8f5818{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-fc6dc46{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-3b315df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-4645851{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-d003d4b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-ddc04d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-71 .elementor-element.elementor-element-6dc1927{--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-71 .elementor-element.elementor-element-6dc1927{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-bda4d16 *//* =========================================
   BLUE COVE — BOOK REQUEST HERO (FULLY RESPONSIVE)
   ========================================= */

:where(body) .bc-hero,
:where(body) .bc-hero * { 
  box-sizing: border-box; 
}

:where(body) .bc-hero {
  position: relative;
  width: 100%;
  min-height: 100vh; /* Fixed height on desktop */
  min-height: 100svh; /* Mobile viewport fix */
  background-color: #0a1419;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  
  /* Negative Margin for Navbar */
  margin-top: -100px !important;
}

/* =========================================
   VIDEO BACKGROUND
   ========================================= */

:where(body) .bc-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

:where(body) .bc-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* 1. Main Gradient */
:where(body) .bc-hero-overlay-dark {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 20, 25, 0.2) 0%,
    rgba(10, 20, 25, 0.1) 40%,
    rgba(10, 20, 25, 0.75) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* 2. Vignette */
:where(body) .bc-hero-overlay-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    transparent 0%,
    rgba(0, 0, 0, 0.3) 80%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* 3. Grain */
:where(body) .bc-hero-grain {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.6;
  mix-blend-mode: overlay;
}

/* =========================================
   CONTENT LAYOUT
   ========================================= */

:where(body) .bc-hero-inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 140px 24px 60px; /* Top padding for navbar */
}

:where(body) .bc-hero-content {
  max-width: 700px;
}

/* --- Typography --- */
:where(body) .bc-hero-tagline {
  margin: 0 0 20px !important;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

:where(body) .bc-hero-title {
  margin: 0 0 24px !important;
  color: #ffffff;
  font-size: clamp(48px, 8vw, 96px); /* Scales down on mobile */
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

:where(body) .bc-hero-highlight {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-weight: 400;
  display: block;
}

:where(body) .bc-hero-subtitle {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 20px); /* Scales down */
  line-height: 1.6;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  max-width: 500px;
}

/* --- Buttons --- */
:where(body) .bc-hero-footer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

:where(body) .bc-hero-actions {
  display: flex;
  gap: 16px;
}

:where(body) .bc-hero-btn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

:where(body) .bc-hero-btn--primary {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff !important;
}

:where(body) .bc-hero-btn--primary:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}

:where(body) .bc-hero-btn--secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.9) !important;
}

:where(body) .bc-hero-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}

/* --- Scroll --- */
:where(body) .bc-hero-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

:where(body) .bc-hero-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  position: relative;
  overflow: hidden;
}

:where(body) .bc-hero-scroll-line::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffffff;
  animation: scrollDown 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes scrollDown {
  0% { transform: translateY(0); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translateY(58px); opacity: 0; }
}

/* =========================================
   RESPONSIVE BREAKPOINTS
   ========================================= */

/* Tablet (768px and down) */
@media (max-width: 1024px) {
  :where(body) .bc-hero-inner {
    padding: 120px 20px 48px;
  }

  :where(body) .bc-hero-title {
    font-size: clamp(40px, 6vw, 64px);
  }
}

/* Mobile (768px and down) */
@media (max-width: 768px) {
  :where(body) .bc-hero {
    margin-top: -80px !important;
  }

  :where(body) .bc-hero-inner {
    padding: 100px 20px 40px;
  }
  
  :where(body) .bc-hero-title {
    font-size: clamp(32px, 8vw, 48px);
    margin-bottom: 20px;
  }
  
  :where(body) .bc-hero-subtitle {
    font-size: 16px;
  }

  /* Stack buttons vertically on mobile */
  :where(body) .bc-hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  :where(body) .bc-hero-btn {
    width: 100%;
    text-align: center;
  }

  /* Hide scroll indicator on mobile */
  :where(body) .bc-hero-scroll {
    display: none;
  }

  /* Adjust video focus for mobile (show cottage, not just ground) */
  :where(body) .bc-hero-video {
    object-position: center 35%; 
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f3b412 *//* =========================================
   BLUE COVE — THE SPACE (REFINED FLOW)
   Editorial features with organic grid layout
   ========================================= */

:where(body) .bc-space,
:where(body) .bc-space * { box-sizing: border-box; }

:where(body) .bc-space {
  background: #ffffff;
  padding: clamp(70px, 9vh, 115px) 0;
  color: #0a1419;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:where(body) .bc-space-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

/* =========================================
   MEDIA
   ========================================= */
:where(body) .bc-space-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(10, 20, 25, 0.10);
  background: #f6f7f8;
  box-shadow: 0 20px 50px rgba(0,0,0,0.10);
}

:where(body) .bc-space-media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .8s cubic-bezier(.2,1,.2,1);
}

:where(body) .bc-space-media:hover img { transform: scale(1.035); }

/* =========================================
   CONTENT
   ========================================= */
:where(body) .bc-space-label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(10, 20, 25, 0.55);
  font-weight: 650;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(10, 20, 25, 0.10);
  margin-bottom: 18px;
}

:where(body) .bc-space-title {
  margin: 0 0 18px !important;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #0a1419;
  font-weight: 650;
}

:where(body) .bc-space-body {
  margin: 0 0 14px !important;
  color: rgba(10, 20, 25, 0.68);
  font-size: 16px;
  line-height: 1.8;
  max-width: 60ch;
}

/* =========================================
   FLOWING FEATURE GRID
   Organic 3-column layout that breathes
   ========================================= */
:where(body) .bc-space-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 28px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(10, 20, 25, 0.08);
}

:where(body) .bc-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  transition: transform 0.3s ease;
}

:where(body) .bc-feature:hover {
  transform: translateX(4px);
}

:where(body) .bc-feature-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: rgba(10, 20, 25, 0.45);
  transition: color 0.3s ease;
}

:where(body) .bc-feature:hover .bc-feature-icon {
  color: rgba(10, 20, 25, 0.7);
}

:where(body) .bc-feature-text {
  font-size: 13px;
  font-weight: 550;
  color: rgba(10, 20, 25, 0.72);
  letter-spacing: 0.02em;
  line-height: 1.3;
  transition: color 0.3s ease;
}

:where(body) .bc-feature:hover .bc-feature-text {
  color: rgba(10, 20, 25, 0.9);
}

/* =========================================
   ACTIONS
   ========================================= */
:where(body) .bc-space-actions {
  display: flex;
  gap: 24px;
  margin-top: 28px;
  align-items: center;
}

:where(body) .bc-space-cta {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0a1419 !important;
  text-decoration: none !important;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(10, 20, 25, 0.35);
  transition: border-color .25s ease, opacity .25s ease;
}

:where(body) .bc-space-cta:hover {
  border-color: rgba(10, 20, 25, 0.7);
  opacity: 0.85;
}

:where(body) .bc-space-textlink {
  font-size: 14px;
  font-weight: 500;
  color: rgba(10, 20, 25, 0.65) !important;
  text-decoration: none !important;
  transition: color .25s ease, opacity .25s ease;
}

:where(body) .bc-space-textlink:hover {
  color: rgba(10, 20, 25, 0.9) !important;
  opacity: 0.9;
}

/* =========================================
   RESPONSIVE — TABLET
   ========================================= */
@media (max-width: 980px) {
  :where(body) .bc-space-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  
  :where(body) .bc-space-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 20px;
  }
}

/* =========================================
   RESPONSIVE — MOBILE LARGE
   ========================================= */
@media (max-width: 680px) {
  :where(body) .bc-space-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
  }
  
  :where(body) .bc-feature {
    padding: 8px 0;
  }
  
  :where(body) .bc-feature-icon {
    width: 20px;
    height: 20px;
  }
  
  :where(body) .bc-feature-text {
    font-size: 12px;
  }
}

/* =========================================
   RESPONSIVE — MOBILE SMALL
   ========================================= */
@media (max-width: 480px) {
  :where(body) .bc-space-features {
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
  }
  
  :where(body) .bc-space-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  
  :where(body) .bc-feature {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px 0;
  }
  
  :where(body) .bc-feature-icon {
    width: 24px;
    height: 24px;
  }
  
  :where(body) .bc-feature-text {
    font-size: 11px;
    letter-spacing: 0.04em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0a2e78 *//* =========================================
   BLUE COVE — REVIEWS (EDITORIAL CAROUSEL)
   ========================================== */

:where(body) .bc-reviews,
:where(body) .bc-reviews * { box-sizing: border-box; }

:where(body) .bc-reviews {
  background: #ffffff;
  padding: clamp(60px, 10vh, 120px) 0;
  color: #0a1419;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:where(body) .bc-reviews-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 40px);
  text-align: center;
}

/* --- Header --- */
:where(body) .bc-header {
  margin-bottom: 50px;
}

:where(body) .bc-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
  margin-bottom: 15px;
}

:where(body) .bc-title {
  margin: 0 !important;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0a1419;
  font-weight: 600;
}

/* --- Carousel Window --- */
:where(body) .bc-carousel {
  position: relative;
  min-height: 280px; /* Prevent layout shift */
  margin-bottom: 40px;
}

/* --- Slides --- */
:where(body) .bc-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  transform: translateY(10px);
  padding: 0 10px;
  display: none; /* Important: Hides inactive slides completely */
}

:where(body) .bc-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative; /* Make active slide take up space */
  display: block; /* Important: Shows active slide */
}

/* --- Slide Content --- */
:where(body) .bc-stars {
  font-size: 14px;
  letter-spacing: 2px;
  color: #D4AF37; /* Matching your Gold Accent */
  margin-bottom: 20px;
  display: block;
}

:where(body) .bc-text {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.5;
  color: rgba(10, 20, 25, 0.85);
  font-style: italic;
  margin: 0 0 30px 0;
}

:where(body) .bc-meta {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(10, 20, 25, 0.6);
  font-weight: 600;
}

:where(body) .bc-name {
  color: #0a1419;
}

:where(body) .bc-sep {
  margin: 0 8px;
  color: #ccc;
}

/* --- Controls --- */
:where(body) .bc-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

:where(body) .bc-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(10, 20, 25, 0.4);
  transition: color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

:where(body) .bc-btn:hover {
  color: #0a1419;
  transform: scale(1.1);
}

:where(body) .bc-btn:active {
  transform: scale(0.95);
}

:where(body) .bc-dots {
  display: flex;
  gap: 8px;
}

:where(body) .bc-dot {
  width: 6px;
  height: 6px;
  background-color: rgba(10, 20, 25, 0.1);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

:where(body) .bc-dot.active {
  background-color: #0a1419;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9cd954 *//* =========================================
   BLUE COVE — THE VIEW (SECTION)
   Full-width visual with subtle editorial styling
   ========================================= */

:where(body) .bc-view,
:where(body) .bc-view * { box-sizing: border-box; }

:where(body) .bc-view{
  background: #ffffff;
  padding: clamp(70px, 9vh, 120px) 0;
  color: #0a1419;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:where(body) .bc-view-inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

/* Head */
:where(body) .bc-view-head{
  max-width: 780px;
  margin-bottom: 26px;
}

:where(body) .bc-view-label{
  display: inline-block;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(10, 20, 25, 0.55);
  font-weight: 650;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(10, 20, 25, 0.10);
  margin-bottom: 16px;
}

:where(body) .bc-view-title{
  margin: 0 0 10px !important;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #0a1419;
  font-weight: 650;
}

:where(body) .bc-view-sub{
  margin: 0 !important;
  color: rgba(10, 20, 25, 0.68);
  font-size: 16px;
  line-height: 1.8;
  max-width: 62ch;
}

/* Media */
:where(body) .bc-view-media{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(10, 20, 25, 0.10);
  background: #f6f7f8;
  box-shadow: 0 22px 56px rgba(0,0,0,0.12);
}

:where(body) .bc-view-media img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .9s cubic-bezier(.2,1,.2,1);
}

/* Subtle overlay for readability */
:where(body) .bc-view-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,20,25,0.00) 35%, rgba(10,20,25,0.22) 100%);
  pointer-events: none;
}

/* Caption pills (quiet, not buttony) */
:where(body) .bc-view-caption{
  position: absolute;
  left: 18px;
  bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
  padding-right: 18px;
}

:where(body) .bc-cap-pill{
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 650;
  color: rgba(255,255,255,0.92);
  background: rgba(10,20,25,0.35);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 10px 12px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

/* Hover */
:where(body) .bc-view-media:hover img{
  transform: scale(1.04);
}

/* Responsive */
@media (max-width: 980px){
  :where(body) .bc-view-head{ margin-bottom: 22px; }
  :where(body) .bc-view-media img{ aspect-ratio: 4 / 3; }
}

@media (max-width: 560px){
  :where(body) .bc-view-caption{
    left: 12px;
    bottom: 12px;
    gap: 8px;
  }
  :where(body) .bc-cap-pill{
    padding: 9px 10px;
    font-size: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3628649 *//* =========================================
   BLUE COVE — MUSEUM GALLERY STYLE
   ========================================= */

:where(body) .bc-art-gallery,
:where(body) .bc-art-gallery * { box-sizing: border-box; }

:where(body) .bc-art-gallery {
    background-color: #ffffff;
    padding: clamp(100px, 15vh, 160px) 0;
    font-family: 'Montserrat', sans-serif;
    color: #0a1419;
}

:where(body) .bc-art-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 60px);
}

/* --- HEADER --- */
:where(body) .bc-art-header {
    margin-bottom: 80px;
    max-width: 600px;
}

:where(body) .bc-art-subtitle {
    display: block;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #D2B48C; /* Sand Brand Color */
    font-weight: 600;
    margin-bottom: 20px;
}

:where(body) .bc-art-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1;
    color: #0a1419;
    margin: 0 0 30px 0 !important;
    font-weight: 400;
}

:where(body) .italic-accent {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #555;
}

:where(body) .bc-header-line {
    width: 60px;
    height: 2px;
    background-color: #0a1419;
}

/* --- THE GRID --- */
:where(body) .bc-art-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px; /* Space between items */
    align-items: start;
}

/* --- ITEMS & SIZES --- */
:where(body) .bc-art-item {
    position: relative;
    margin-bottom: 60px; /* Vertical breathing room */
}

/* 1. Wide Hero (Top Left) */
:where(body) .item-wide {
    grid-column: span 8; /* Takes up 2/3rds width */
}

/* 2. Tall Side (Top Right) */
:where(body) .item-tall {
    grid-column: span 4; /* Takes up 1/3rd width */
}
:where(body) .offset-down {
    margin-top: 120px; /* Pushes it down for staggered look */
}

/* 3. Small Detail (Bottom Left) */
:where(body) .item-small {
    grid-column: span 4;
    margin-left: 40px; /* Push it inward slightly */
}

/* 4. Medium (Bottom Right) */
:where(body) .item-medium {
    grid-column: span 8;
}
:where(body) .offset-up {
    margin-top: -80px; /* Pulls it up into the empty space */
}

/* --- THE FRAME & IMAGE --- */
:where(body) .bc-art-frame {
    width: 100%;
    overflow: hidden;
    /* Optional: Subtle border for "framed" look */
    /* border: 10px solid #f4f4f4; */ 
    transition: transform 0.5s ease;
}

:where(body) .bc-art-frame img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 1.5s cubic-bezier(0.2, 1, 0.2, 1), filter 0.5s ease;
    filter: grayscale(10%); /* Slight mute for elegance */
}

/* Hover Effects */
:where(body) .bc-art-item:hover .bc-art-frame img {
    transform: scale(1.04);
    filter: grayscale(0%); /* Full color on hover */
}

/* --- MUSEUM LABELS --- */
:where(body) .bc-museum-label {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(10, 20, 25, 0.1); /* Fine line */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

:where(body) .label-title {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #0a1419;
    font-weight: 500;
}

:where(body) .label-meta {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888;
}

/* Color accent on hover */
:where(body) .bc-art-item:hover .label-title {
    color: #D2B48C;
}
:where(body) .bc-art-item:hover .bc-museum-label {
    border-color: #D2B48C;
}

/* --- FOOTER --- */
:where(body) .bc-art-footer {
    text-align: center;
    margin-top: 40px;
}

:where(body) .bc-text-cta {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #0a1419;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #0a1419;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

:where(body) .bc-text-cta:hover {
    color: #D2B48C;
    border-color: #D2B48C;
}

/* =========================================
   RESPONSIVE — TABLET
   ========================================= */
@media (max-width: 1024px) {
    :where(body) .bc-art-grid {
        grid-template-columns: 1fr 1fr; /* Switch to 2 columns */
    }

    /* Reset Spans */
    :where(body) .item-wide,
    :where(body) .item-tall,
    :where(body) .item-small,
    :where(body) .item-medium {
        grid-column: span 1;
        margin-left: 0;
    }

    /* Keep some stagger */
    :where(body) .offset-down { margin-top: 60px; }
    :where(body) .offset-up { margin-top: 0; }
}

/* =========================================
   RESPONSIVE — MOBILE
   ========================================= */
@media (max-width: 768px) {
    :where(body) .bc-art-grid {
        grid-template-columns: 1fr; /* Single column */
        gap: 60px;
    }

    :where(body) .bc-art-item {
        margin-bottom: 0;
    }

    :where(body) .offset-down { margin-top: 0; }
    
    :where(body) .bc-art-header {
        margin-bottom: 40px;
    }

    :where(body) .bc-art-title {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e70bc3 *//* =========================================
   BLUE COVE — THE LIFESTYLE (SECTION) v2
   Better UI/UX: calmer cards, consistent spacing, stronger responsive
   ========================================= */

:where(body) .bc-lifestyle,
:where(body) .bc-lifestyle * { box-sizing: border-box; }

:where(body) .bc-lifestyle{
  background: #ffffff;
  padding: clamp(70px, 9vh, 120px) 0;
  color: #0a1419;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:where(body) .bc-lifestyle-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

/* Header */
:where(body) .bc-lifestyle-header{
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(36px, 5vh, 60px);
}

:where(body) .bc-lifestyle-label{
  display: inline-block;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(10, 20, 25, 0.55);
  font-weight: 650;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(10, 20, 25, 0.10);
  margin-bottom: 16px;
}

:where(body) .bc-lifestyle-title{
  margin: 0 0 12px !important;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 650;
  color: #0a1419;
}

:where(body) .bc-lifestyle-body{
  margin: 0 auto !important;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(10, 20, 25, 0.68);
  max-width: 70ch;
}

/* Grid */
:where(body) .bc-lifestyle-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 26px);
  align-items: stretch;
}

/* Card */
:where(body) .bc-lifestyle-card{
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(10, 20, 25, 0.10);
  background: rgba(246, 247, 248, 0.45);
  padding: 22px 22px 18px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
  overflow: hidden;
  min-height: 220px;
}

/* Subtle top glow line (premium touch) */
:where(body) .bc-lifestyle-card::before{
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(201,169,116,0.0), rgba(201,169,116,0.6), rgba(201,169,116,0.0));
  opacity: 0.55;
}

:where(body) .bc-lifestyle-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 60px rgba(0,0,0,0.08);
  border-color: rgba(10, 20, 25, 0.16);
  background: rgba(246, 247, 248, 0.72);
}

/* Featured card (soft highlight, not loud) */
:where(body) .bc-lifestyle-card--featured{
  background: rgba(10, 20, 25, 0.03);
  border-color: rgba(10, 20, 25, 0.12);
}

:where(body) .bc-card-top{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

/* Icon */
:where(body) .bc-card-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: rgba(10, 20, 25, 0.62);
  background: rgba(10, 20, 25, 0.04);
  border: 1px solid rgba(10, 20, 25, 0.08);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

:where(body) .bc-card-icon svg{
  width: 22px;
  height: 22px;
  display: block;
}

:where(body) .bc-lifestyle-card:hover .bc-card-icon{
  color: rgba(10, 20, 25, 0.82);
  background: rgba(201, 169, 116, 0.12);
  border-color: rgba(201, 169, 116, 0.22);
}

/* Title + Text */
:where(body) .bc-card-title{
  margin: 0 !important;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: #0a1419;
}

:where(body) .bc-card-text{
  margin: 0 0 16px !important;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(10, 20, 25, 0.68);
}

/* Meta row (quiet) */
:where(body) .bc-card-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(10, 20, 25, 0.08);
}

:where(body) .bc-card-meta span{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 650;
  color: rgba(10, 20, 25, 0.55);
}

/* =========================================
   RESPONSIVE — TABLET
   ========================================= */
@media (max-width: 980px){
  :where(body) .bc-lifestyle-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================
   RESPONSIVE — MOBILE
   ========================================= */
@media (max-width: 620px){
  :where(body) .bc-lifestyle-header{
    text-align: left;
    margin-bottom: 26px;
  }

  :where(body) .bc-lifestyle-grid{
    grid-template-columns: 1fr;
  }

  :where(body) .bc-lifestyle-card{
    padding: 20px 18px 16px;
    border-radius: 16px;
  }

  :where(body) .bc-card-top{
    gap: 10px;
  }

  :where(body) .bc-card-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce){
  :where(body) .bc-lifestyle-card,
  :where(body) .bc-card-icon{
    transition: none !important;
  }

  :where(body) .bc-lifestyle-card:hover{
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe0decc *//* =========================================
   BLUE COVE — LOCATION (DARK MODE)
   ========================================= */

:where(body) .bc-location,
:where(body) .bc-location * { box-sizing: border-box; }

:where(body) .bc-location {
    background-color: #0b1b24; /* Brand Dark Navy */
    padding: clamp(80px, 10vh, 130px) 0;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
}

/* Optional: Very subtle texture overlay */
:where(body) .bc-location::before {
    content: '';
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.03; /* Barely visible dots for texture */
    pointer-events: none;
}

:where(body) .bc-location-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(60px, 10vw, 120px);
    align-items: center;
    position: relative;
    z-index: 2;
}

/* --- LEFT COLUMN: TEXT --- */
:where(body) .bc-location-label {
    display: block;
    color: #D2B48C; /* Brand Sand */
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px;
}

:where(body) .bc-location-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(38px, 4vw, 60px);
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 30px 0 !important;
    font-weight: 400;
}

:where(body) .italic-accent {
    font-style: italic;
    color: #e0e0e0;
}

:where(body) .bc-location-desc {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    margin-bottom: 40px !important;
    max-width: 50ch;
}

/* Map Button */
:where(body) .bc-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

:where(body) .bc-map-btn:hover {
    color: #D2B48C;
    border-color: #D2B48C;
    gap: 15px; /* Slide arrow effect */
}

/* --- RIGHT COLUMN: DISTANCE LIST --- */
:where(body) .bc-distance-list {
    display: flex;
    flex-direction: column;
}

:where(body) .bc-distance-item {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

:where(body) .bc-distance-item:last-child {
    border-bottom: none;
}

:where(body) .bc-distance-item:hover {
    transform: translateX(10px); /* Slide effect on hover */
}

/* Icon Box */
:where(body) .bc-dist-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #D2B48C; /* Sand Icon */
    flex-shrink: 0;
}

:where(body) .bc-dist-icon svg {
    width: 22px;
    height: 22px;
}

/* Info Text */
:where(body) .bc-dist-info {
    flex-grow: 1;
}

:where(body) .bc-place {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

:where(body) .bc-detail {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

/* Time/Distance Badge */
:where(body) .bc-time {
    font-family: 'Playfair Display', serif; /* Luxury touch for numbers */
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    opacity: 0.9;
    white-space: nowrap;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    :where(body) .bc-location-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    :where(body) .bc-location-text {
        text-align: center;
    }
    
    :where(body) .bc-location-desc {
        margin: 0 auto 40px auto !important;
    }

    :where(body) .bc-map-btn {
        margin: 0 auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38bc3e6 *//* =========================================
   BLUE COVE — FAQ
   Clean accordion-style layout
   Mobile-first responsive design
   ========================================= */

:where(body) .bc-faq,
:where(body) .bc-faq * { box-sizing: border-box; }

:where(body) .bc-faq{
  background: #f9fafb;
  padding: clamp(48px, 8vh, 100px) 0;
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:where(body) .bc-faq-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
}

/* =========================================
   HEADER
   ========================================= */
:where(body) .bc-faq-header{
  text-align: center;
  margin-bottom: clamp(36px, 6vw, 56px);
}

:where(body) .bc-faq-label{
  display: inline-block;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #717171;
  font-weight: 650;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}

:where(body) .bc-faq-title{
  margin: 0 0 12px !important;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  font-weight: 700;
}

:where(body) .bc-faq-subtitle{
  margin: 0 !important;
  font-size: 15px;
  color: #717171;
  font-weight: 450;
}

/* =========================================
   TWO-COLUMN GRID
   ========================================= */
:where(body) .bc-faq-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 32px;
}

:where(body) .bc-faq-column{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* =========================================
   FAQ ITEM (ACCORDION)
   ========================================= */
:where(body) .bc-faq-item{
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

:where(body) .bc-faq-item:hover{
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

:where(body) .bc-faq-item[open]{
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* QUESTION (SUMMARY) */
:where(body) .bc-faq-question{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  transition: background 0.2s ease;
}

:where(body) .bc-faq-question::-webkit-details-marker{
  display: none;
}

:where(body) .bc-faq-question::marker{
  display: none;
  content: "";
}

:where(body) .bc-faq-question:hover{
  background: #fafafa;
}

:where(body) .bc-faq-question span:first-child{
  flex: 1;
}

/* PLUS/MINUS ICON */
:where(body) .bc-faq-icon{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0f0f0;
  position: relative;
  flex-shrink: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}

:where(body) .bc-faq-icon::before,
:where(body) .bc-faq-icon::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #717171;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

:where(body) .bc-faq-icon::before{
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
}

:where(body) .bc-faq-icon::after{
  width: 2px;
  height: 10px;
  transform: translate(-50%, -50%);
}

/* OPEN STATE */
:where(body) .bc-faq-item[open] .bc-faq-icon{
  background: #1a1a1a;
}

:where(body) .bc-faq-item[open] .bc-faq-icon::before{
  background: #ffffff;
}

:where(body) .bc-faq-item[open] .bc-faq-icon::after{
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* ANSWER */
:where(body) .bc-faq-answer{
  padding: 0 20px 20px;
  animation: bc-faq-fade 0.3s ease;
}

@keyframes bc-faq-fade{
  from{
    opacity: 0;
    transform: translateY(-8px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

:where(body) .bc-faq-answer p{
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
}

/* =========================================
   CONTACT PROMPT
   ========================================= */
:where(body) .bc-faq-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(36px, 5vw, 52px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}

:where(body) .bc-faq-contact p{
  margin: 0 !important;
  font-size: 15px;
  color: #717171;
  font-weight: 500;
}

:where(body) .bc-faq-contact-link{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a !important;
  text-decoration: none !important;
  padding: 12px 24px;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
  transition: all 0.2s ease;
}

:where(body) .bc-faq-contact-link:hover{
  background: #1a1a1a;
  color: #ffffff !important;
}

/* =========================================
   RESPONSIVE — TABLET (768px)
   ========================================= */
@media (max-width: 768px){
  :where(body) .bc-faq-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  :where(body) .bc-faq-column{
    gap: 12px;
  }
}

/* =========================================
   RESPONSIVE — MOBILE (560px)
   ========================================= */
@media (max-width: 560px){
  :where(body) .bc-faq{
    padding: clamp(36px, 6vh, 60px) 0;
  }
  
  :where(body) .bc-faq-question{
    padding: 16px;
    font-size: 14px;
    gap: 12px;
  }
  
  :where(body) .bc-faq-icon{
    width: 22px;
    height: 22px;
  }
  
  :where(body) .bc-faq-icon::before{
    width: 9px;
  }
  
  :where(body) .bc-faq-icon::after{
    height: 9px;
  }
  
  :where(body) .bc-faq-answer{
    padding: 0 16px 16px;
  }
  
  :where(body) .bc-faq-answer p{
    font-size: 13px;
    line-height: 1.65;
  }
  
  :where(body) .bc-faq-contact{
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  
  :where(body) .bc-faq-contact-link{
    width: 100%;
    text-align: center;
  }
}

/* =========================================
   RESPONSIVE — SMALL MOBILE (380px)
   ========================================= */
@media (max-width: 380px){
  :where(body) .bc-faq-inner{
    padding: 0 12px;
  }
  
  :where(body) .bc-faq-question{
    padding: 14px 12px;
    font-size: 13px;
  }
  
  :where(body) .bc-faq-answer{
    padding: 0 12px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c55880 *//* =========================================
   BLUE COVE — RATES
   Clean pricing with inclusions
   Mobile-first responsive design
   ========================================= */

:where(body) .bc-rates,
:where(body) .bc-rates * { box-sizing: border-box; }

:where(body) .bc-rates{
  background: #ffffff;
  padding: clamp(48px, 8vh, 100px) 0;
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:where(body) .bc-rates-inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
}

/* =========================================
   HEADER
   ========================================= */
:where(body) .bc-rates-header{
  text-align: center;
  margin-bottom: clamp(36px, 6vw, 56px);
}

:where(body) .bc-rates-label{
  display: inline-block;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #717171;
  font-weight: 650;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}

:where(body) .bc-rates-title{
  margin: 0 0 12px !important;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  font-weight: 700;
}

:where(body) .bc-rates-subtitle{
  margin: 0 !important;
  font-size: 15px;
  color: #717171;
  font-weight: 450;
}

/* =========================================
   CONTENT GRID
   ========================================= */
:where(body) .bc-rates-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

/* =========================================
   PRICING CARD
   ========================================= */
:where(body) .bc-rates-card{
  background: #f9fafb;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

:where(body) .bc-rates-card-header{
  background: #1a1a1a;
  color: #ffffff;
  padding: clamp(28px, 4vw, 36px);
  text-align: center;
}

:where(body) .bc-rates-card-label{
  display: block;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  margin-bottom: 12px;
}

:where(body) .bc-rates-price{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

:where(body) .bc-rates-currency{
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  align-self: flex-start;
  margin-top: 8px;
}

:where(body) .bc-rates-amount{
  font-size: clamp(56px, 8vw, 72px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

:where(body) .bc-rates-period{
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 4px;
}

:where(body) .bc-rates-card-note{
  margin: 12px 0 0 !important;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

/* CARD BODY */
:where(body) .bc-rates-card-body{
  padding: clamp(24px, 3vw, 32px);
}

/* PRICE BREAKDOWN */
:where(body) .bc-rates-breakdown{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

:where(body) .bc-rates-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #555555;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

:where(body) .bc-rates-row:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

:where(body) .bc-rates-row span:last-child{
  font-weight: 600;
  color: #1a1a1a;
}

:where(body) .bc-rates-row--note span:last-child{
  color: #00aa6c;
}

:where(body) .bc-rates-row--total{
  padding-top: 12px;
  border-top: 2px solid #1a1a1a;
  border-bottom: none;
  font-weight: 600;
}

:where(body) .bc-rates-row--total span{
  color: #1a1a1a;
  font-size: 15px;
}

:where(body) .bc-rates-row--total span:last-child{
  font-size: 18px;
}

/* MINIMUM STAY */
:where(body) .bc-rates-minimum{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

:where(body) .bc-rates-minimum svg{
  width: 20px;
  height: 20px;
  stroke: #717171;
  flex-shrink: 0;
}

:where(body) .bc-rates-minimum span{
  font-size: 14px;
  font-weight: 500;
  color: #555555;
}

/* CARD FOOTER */
:where(body) .bc-rates-card-footer{
  padding: 0 clamp(24px, 3vw, 32px) clamp(24px, 3vw, 32px);
}

:where(body) .bc-rates-cta{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none !important;
  background: #1a1a1a;
  padding: 16px 24px;
  border-radius: 10px;
  transition: all 0.2s ease;
}

:where(body) .bc-rates-cta:hover{
  background: #333333;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* =========================================
   WHAT'S INCLUDED
   ========================================= */
:where(body) .bc-rates-included{
  padding: clamp(8px, 2vw, 16px) 0;
}

:where(body) .bc-rates-included-title{
  margin: 0 0 24px !important;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

:where(body) .bc-rates-included-list{
  list-style: none;
  margin: 0 0 28px !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

:where(body) .bc-rates-included-list li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #333333;
  line-height: 1.4;
}

:where(body) .bc-rates-included-list svg{
  width: 20px;
  height: 20px;
  stroke: #00aa6c;
  flex-shrink: 0;
  margin-top: 1px;
}

/* NOTE BOX */
:where(body) .bc-rates-note{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #f9fafb;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

:where(body) .bc-rates-note svg{
  width: 20px;
  height: 20px;
  stroke: #717171;
  flex-shrink: 0;
  margin-top: 1px;
}

:where(body) .bc-rates-note p{
  margin: 0 !important;
  font-size: 13px;
  color: #717171;
  line-height: 1.6;
}

:where(body) .bc-rates-note a{
  color: #1a1a1a !important;
  font-weight: 600;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

:where(body) .bc-rates-note a:hover{
  color: #555555 !important;
}

/* =========================================
   RESPONSIVE — TABLET (768px)
   ========================================= */
@media (max-width: 768px){
  :where(body) .bc-rates-content{
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  :where(body) .bc-rates-card{
    max-width: 420px;
    margin: 0 auto;
  }
  
  :where(body) .bc-rates-included{
    max-width: 420px;
    margin: 0 auto;
  }
}

/* =========================================
   RESPONSIVE — MOBILE (560px)
   ========================================= */
@media (max-width: 560px){
  :where(body) .bc-rates{
    padding: clamp(36px, 6vh, 60px) 0;
  }
  
  :where(body) .bc-rates-card-header{
    padding: 24px 20px;
  }
  
  :where(body) .bc-rates-card-body{
    padding: 20px;
  }
  
  :where(body) .bc-rates-card-footer{
    padding: 0 20px 20px;
  }
  
  :where(body) .bc-rates-row{
    font-size: 13px;
  }
  
  :where(body) .bc-rates-row--total span{
    font-size: 14px;
  }
  
  :where(body) .bc-rates-row--total span:last-child{
    font-size: 16px;
  }
  
  :where(body) .bc-rates-minimum{
    padding: 12px 14px;
  }
  
  :where(body) .bc-rates-minimum span{
    font-size: 13px;
  }
  
  :where(body) .bc-rates-included-list li{
    font-size: 14px;
    gap: 10px;
  }
  
  :where(body) .bc-rates-included-list svg{
    width: 18px;
    height: 18px;
  }
  
  :where(body) .bc-rates-cta{
    padding: 14px 20px;
    font-size: 14px;
  }
}

/* =========================================
   RESPONSIVE — SMALL MOBILE (380px)
   ========================================= */
@media (max-width: 380px){
  :where(body) .bc-rates-inner{
    padding: 0 12px;
  }
  
  :where(body) .bc-rates-amount{
    font-size: 48px;
  }
  
  :where(body) .bc-rates-currency{
    font-size: 20px;
    margin-top: 6px;
  }
  
  :where(body) .bc-rates-card-header{
    padding: 20px 16px;
  }
  
  :where(body) .bc-rates-card-body{
    padding: 16px;
  }
  
  :where(body) .bc-rates-card-footer{
    padding: 0 16px 16px;
  }
}/* End custom CSS */