.elementor-269 .elementor-element.elementor-element-2d3b230{--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-269 .elementor-element.elementor-element-ed0622d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-269 .elementor-element.elementor-element-07384e5{--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;}.elementor-269 .elementor-element.elementor-element-5e25375{--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;}.elementor-269 .elementor-element.elementor-element-184b2b7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:10px 10px 10px 10px;}.elementor-269 .elementor-element.elementor-element-184b2b7 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:var( --e-global-color-blocksy_palette_4 );color:#ffffff !important;}.elementor-269 .elementor-element.elementor-element-6c9303e{--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-269 .elementor-element.elementor-element-82e62d8{--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-269 .elementor-element.elementor-element-f588563{--display:flex;}@media(min-width:768px){.elementor-269 .elementor-element.elementor-element-07384e5{--width:50%;}.elementor-269 .elementor-element.elementor-element-5e25375{--width:50%;}}@media(max-width:1024px){.elementor-269 .elementor-element.elementor-element-2d3b230{--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-269 .elementor-element.elementor-element-2d3b230{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-f7e6fbc *//* =========================================
   BLUE COVE — REQUEST HERO (MINIMAL)
   ========================================= */

:where(body) .bc-request-hero,
:where(body) .bc-request-hero * { 
  box-sizing: border-box; 
}

:where(body) .bc-request-hero {
  position: relative;
  width: 100%;
  min-height: 70vh; /* Shorter height to encourage scrolling */
  min-height: 70svh;
  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;
  padding-top: 100px;
}

/* =========================================
   VIDEO & OVERLAYS
   ========================================= */

:where(body) .bc-request-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

:where(body) .bc-request-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: subtleZoom 30s infinite alternate;
}

@keyframes subtleZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.05); }
}

/* 1. Gradient (Lighter for welcoming feel) */
:where(body) .bc-request-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.6) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* 2. Vignette */
:where(body) .bc-request-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.6) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* 3. Grain */
:where(body) .bc-request-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.05'/%3E%3C/svg%3E");
  opacity: 0.6;
  mix-blend-mode: overlay;
}

/* =========================================
   CONTENT LAYOUT
   ========================================= */

:where(body) .bc-request-inner {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 70vh;
  min-height: 70svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 24px 60px;
}

:where(body) .bc-request-content {
  max-width: 650px;
  animation: fadeUp 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- Typography --- */
:where(body) .bc-request-tag {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

:where(body) .bc-request-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 24px 0 !important;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0,0,0,0.6);
}

:where(body) .bc-request-highlight {
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  display: block;
}

:where(body) .bc-request-text {
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 !important;
  font-weight: 400;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* --- Scroll Indicator --- */
:where(body) .bc-request-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: floatScroll 2.5s ease-in-out infinite;
}

@keyframes floatScroll {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

:where(body) .bc-request-scroll-line {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}

:where(body) .bc-request-scroll-line::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffffff;
  animation: scrollMove 1.5s ease-in-out infinite;
}

@keyframes scrollMove {
  0% { transform: translateY(0); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translateY(50px); opacity: 0; }
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 768px) {
  :where(body) .bc-request-hero {
    margin-top: -80px !important;
    padding-top: 80px;
    min-height: 60vh;
  }

  :where(body) .bc-request-title {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97267a2 *//* =========================================
   BLUE COVE — FORM SIDE (EDITORIAL)
   ========================================= */

:where(body) .bc-form-side,
:where(body) .bc-form-side * { 
  box-sizing: border-box; 
}

:where(body) .bc-form-side {
  background-color: #ffffff;
  padding: 0;
  color: #0a1419;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:where(body) .bc-side-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

/* =========================================
   FLOATING VISUAL
   ========================================= */
:where(body) .bc-side-visual {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 40px auto; /* Centered with gap */
}

:where(body) .bc-side-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08); /* Soft shadow */
  position: relative;
  z-index: 2;
}

:where(body) .bc-side-frame {
  position: absolute;
  top: 20px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(10, 20, 25, 0.15); /* Decorative border */
  z-index: 1;
  pointer-events: none;
}

/* =========================================
   HEADER
   ========================================= */
:where(body) .bc-side-header {
  text-align: center;
  margin-bottom: 30px;
}

:where(body) .bc-side-tag {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
  margin-bottom: 10px;
}

:where(body) .bc-side-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 3.5vw, 32px);
  line-height: 1.1;
  font-weight: 400;
  color: #0a1419;
  margin: 0 !important;
}

/* =========================================
   CONTENT
   ========================================= */
:where(body) .bc-side-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center; /* Center alignment for half-width */
}

:where(body) .bc-side-intro {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  text-align: center;
  margin: 0 !important;
  max-width: 320px;
}

/* Link Items */
:where(body) .bc-side-list-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

:where(body) .bc-side-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none !important;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 4px;
  transition: all 0.3s ease;
}

:where(body) .bc-side-link:hover {
  background-color: #efefef;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

:where(body) .bc-link-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #0a1419;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

:where(body) .bc-link-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

:where(body) .bc-link-text span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  font-weight: 600;
}

:where(body) .bc-link-text small {
  font-size: 15px;
  color: #0a1419;
  font-weight: 500;
}

/* Policy Note */
:where(body) .bc-side-note {
  width: 100%;
  text-align: center;
  padding: 15px;
  border-top: 1px solid rgba(10, 20, 25, 0.1);
}

:where(body) .bc-side-note p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  margin: 0 !important;
}

:where(body) .bc-side-note strong {
  color: #0a1419;
  font-weight: 600;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 900px) {
  :where(body) .bc-side-inner {
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  :where(body) .bc-side-visual {
    max-width: 100%; /* Full width image on mobile */
  }
  
  :where(body) .bc-side-intro {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61ed854 *//* =========================================
   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-d16071f *//* =========================================
   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-4f3b182 *//* =========================================
   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 */