/* =====================================================================
   BEACON CAPITAL - CONTACT (page 58, /contact/)
   Scoped entirely to body.bc-contact-v2.
   Does NOT modify Header 3945, Footer 3944 or the global floating dock.

   ELEMENTOR CONTAINER NOTE
   A container saved with content_width:"boxed" renders as
     .e-con-boxed > .e-con-inner > [children]
   while content_width:"full" renders as
     .e-con-full > [children]
   Section rails below are boxed, so their layout is applied to
   `> .e-con-inner`. Inner grids are full-width and take layout directly.

   Elementor 4.x strips _css_classes from CONTAINERS in this build, so all
   container hooks are _element_id (#bc-cc-*). Widget _css_classes do reach
   the DOM and are used for typography/atoms (.bcc-*).
   ===================================================================== */

:root{
  --bcc-obsidian:#070909;
  --bcc-carbon:#111414;
  --bcc-teal-dk:#012F31;
  --bcc-teal:#024548;
  --bcc-teal-lt:#025B5A;
  --bcc-gold:#D1AA6D;
  --bcc-gold-warm:#D9AE63;
  --bcc-ivory:#F3EFE7;
  --bcc-white:#FCFAF6;
  --bcc-rail:1280px;
  --bcc-gut:40px;
}

/* ---- HEADER -> HERO SEAM ------------------------------------------
   #content.site-content reserves space for the fixed Global Header, but
   bc-hf-scope's global values (96 / 88 / 84) overshoot the header's real
   rendered heights (96 / 82 / 80), leaving 6px (tablet) and 4px (mobile)
   of body white below the header. Aligned here to the measured heights.
   Leading `html` + repeated class beats the global !important rule without
   touching bc-hf-scope.php or the Header template. ------------------- */
html body.bc-contact-v2 #content.site-content.site-content{padding-top:96px!important}
@media(max-width:1024px){html body.bc-contact-v2 #content.site-content.site-content{padding-top:82px!important}}
@media(max-width:767px){html body.bc-contact-v2 #content.site-content.site-content{padding-top:80px!important}}
/* Angie renders a zero-height #angie-sidebar-container early in <body> with
   margin-top:3px, which collapses through <body> and pushes the page down
   while the fixed header stays at top:0. Zero it on this page only. */
html body.bc-contact-v2 #angie-sidebar-container{margin-top:0!important}

/* ---- PAGE FRAME --------------------------------------------------- */
html:has(body.bc-contact-v2){scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html:has(body.bc-contact-v2){scroll-behavior:auto}}
body.bc-contact-v2{overflow-x:clip;background:var(--bcc-white)}
body.bc-contact-v2 .site-content>.ast-container{padding:0;margin:0;max-width:none;width:100%}
body.bc-contact-v2 .site-content>.ast-container>#primary,
body.bc-contact-v2 .site-content>.ast-container>.ast-primary-content{margin:0;padding:0;width:100%;max-width:none}
body.bc-contact-v2 .entry-content>.elementor{margin:0}
body.bc-contact-v2 img{max-width:100%;height:auto}
body.bc-contact-v2 .e-con,
body.bc-contact-v2 .e-con-inner{min-width:0}

/* Section rails: every boxed inner shares the same measure + gutter. */
body.bc-contact-v2 #bc-cc-hero-inner>.e-con-inner,
body.bc-contact-v2 #bc-cc-strip-grid>.e-con-inner,
body.bc-contact-v2 #bc-cc-main-grid>.e-con-inner,
body.bc-contact-v2 #bc-cc-loc-inner>.e-con-inner,
body.bc-contact-v2 #bc-cc-help-inner>.e-con-inner,
body.bc-contact-v2 #bc-cc-cta-inner>.e-con-inner{
  max-width:var(--bcc-rail);width:100%;margin-inline:auto;
}
body.bc-contact-v2 #bc-cc-hero-inner,
body.bc-contact-v2 #bc-cc-strip-grid,
body.bc-contact-v2 #bc-cc-main-grid,
body.bc-contact-v2 #bc-cc-loc-inner,
body.bc-contact-v2 #bc-cc-help-inner,
body.bc-contact-v2 #bc-cc-cta-inner{padding:0;--padding-top:0;--padding-bottom:0;--padding-left:0;--padding-right:0}

/* ---- SHARED ATOMS -------------------------------------------------- */
body.bc-contact-v2 .bcc-eyebrow .elementor-heading-title{
  font-family:'Poppins',sans-serif;font-weight:400;font-size:12px;
  letter-spacing:.34em;text-transform:uppercase;color:var(--bcc-gold);
  line-height:1.4;margin:0;
}
body.bc-contact-v2 .bcc-eyebrow--light .elementor-heading-title{color:var(--bcc-teal-lt)}

body.bc-contact-v2 .bcc-hero-title .elementor-heading-title,
body.bc-contact-v2 .bcc-sec-title .elementor-heading-title,
body.bc-contact-v2 .bcc-cta-title .elementor-heading-title,
body.bc-contact-v2 .bcc-panel-title .elementor-heading-title{
  font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;
  color:var(--bcc-white);line-height:1.09;letter-spacing:.004em;margin:0;
}
body.bc-contact-v2 .bcc-hero-title .elementor-heading-title{font-size:clamp(36px,4.5vw,64px)}
body.bc-contact-v2 .bcc-sec-title .elementor-heading-title{font-size:clamp(30px,3.2vw,46px)}
body.bc-contact-v2 .bcc-cta-title .elementor-heading-title{font-size:clamp(30px,3.4vw,50px)}
body.bc-contact-v2 .bcc-panel-title .elementor-heading-title{font-size:clamp(26px,2.2vw,32px)}
body.bc-contact-v2 .bcc-sec-title--light .elementor-heading-title{color:var(--bcc-teal-dk)}
body.bc-contact-v2 .bcc-gold{color:var(--bcc-gold)}

/* Elementor emits `.elementor-58 .elementor-element.elementor-element-XXXX
   .elementor-divider-separator{width:100%}` (0,4,0) in post-58.css, and
   widget-divider.min.css draws the line with the LOGICAL property
   `border-block-start: var(--divider-border-width) ...`, which a plain
   `border-top` in a lower-specificity rule cannot beat. So: drive the line
   through Elementor's own custom properties, and win the width with a
   doubled class. No Elementor core or Header/Footer file is touched. */
body.bc-contact-v2 .bcc-rule{
  width:auto;
  --divider-border-width:2px!important;
  --divider-border-style:solid!important;
  --divider-color:#D1AA6D!important;
}
body.bc-contact-v2 .bcc-rule.bcc-rule .elementor-divider{
  padding:0!important;display:flex!important;justify-content:flex-start!important;
}
body.bc-contact-v2 .bcc-rule.bcc-rule .elementor-divider-separator{
  width:58px!important;max-width:58px!important;flex:0 0 58px!important;
  border-block-start:2px solid var(--bcc-gold)!important;
  border-top:2px solid var(--bcc-gold)!important;
  margin:0!important;
}

body.bc-contact-v2 .bcc-hero-desc,
body.bc-contact-v2 .bcc-sec-desc,
body.bc-contact-v2 .bcc-cta-desc{
  font-family:'Poppins',sans-serif;font-size:15.5px;line-height:1.78;
  color:#D8D3CA;max-width:580px;
}
body.bc-contact-v2 .bcc-sec-desc--light{color:#4A5B5B}
body.bc-contact-v2 .bcc-hero-desc p,
body.bc-contact-v2 .bcc-sec-desc p,
body.bc-contact-v2 .bcc-cta-desc p{margin:0}

/* Buttons */
body.bc-contact-v2 .bcc-btn .elementor-button{
  font-family:'Poppins',sans-serif;font-weight:400;font-size:12.5px;
  letter-spacing:.16em;text-transform:uppercase;
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:15px 32px;border-radius:2px;
  border:1px solid transparent;text-decoration:none;
  transition:background-color .25s ease,color .25s ease,border-color .25s ease;
}
body.bc-contact-v2 .bcc-btn--gold .elementor-button{background:var(--bcc-gold);color:var(--bcc-obsidian);border-color:var(--bcc-gold)}
body.bc-contact-v2 .bcc-btn--gold .elementor-button:hover,
body.bc-contact-v2 .bcc-btn--gold .elementor-button:focus-visible{background:var(--bcc-gold-warm);border-color:var(--bcc-gold-warm);color:var(--bcc-obsidian)}
body.bc-contact-v2 .bcc-btn--ghost .elementor-button{background:transparent;color:var(--bcc-ivory);border-color:rgba(209,170,109,.55)}
body.bc-contact-v2 .bcc-btn--ghost .elementor-button:hover,
body.bc-contact-v2 .bcc-btn--ghost .elementor-button:focus-visible{background:rgba(209,170,109,.12);border-color:var(--bcc-gold);color:var(--bcc-white)}
body.bc-contact-v2 .bcc-btn--sm .elementor-button{min-height:46px;padding:13px 24px;font-size:11.5px;letter-spacing:.14em}
body.bc-contact-v2 .bcc-btn .elementor-button:focus-visible{outline:2px solid var(--bcc-gold);outline-offset:3px}

/* Text link buttons (locations) */
body.bc-contact-v2 .bcc-link .elementor-button{
  background:transparent;padding:0;min-height:0;border:0;border-radius:0;
  font-family:'Poppins',sans-serif;font-size:11.5px;letter-spacing:.2em;
  text-transform:uppercase;color:var(--bcc-teal-lt);
  border-bottom:1px solid rgba(2,91,90,.38);padding-bottom:5px;
  transition:color .25s ease,border-color .25s ease;
}
body.bc-contact-v2 .bcc-link .elementor-button:hover{color:var(--bcc-gold);border-bottom-color:var(--bcc-gold)}

/* =====================================================================
   01 HERO
   ===================================================================== */
body.bc-contact-v2 #bc-cc-hero{position:relative;isolation:isolate}
body.bc-contact-v2 #bc-cc-hero::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(96deg,rgba(7,9,9,.90) 0%,rgba(7,9,9,.72) 42%,rgba(1,47,49,.42) 72%,rgba(7,9,9,.30) 100%);
}
body.bc-contact-v2 #bc-cc-hero-inner{position:relative;z-index:2}
body.bc-contact-v2 #bc-cc-hero-inner>.e-con-inner{
  display:flex;flex-direction:column;align-items:flex-start;gap:0;
  padding:120px var(--bcc-gut) 108px;
}
/* The heading WIDGET is a flex item in a flex-start column, so a max-width on
   the widget collapses it to its widest word. Constrain the measure on the
   heading element itself and let the widget take the full rail width. */
body.bc-contact-v2 #bc-cc-hero-title{margin-top:22px;width:100%;max-width:100%}
body.bc-contact-v2 #bc-cc-hero-title .elementor-heading-title{max-width:16ch}
body.bc-contact-v2 #bc-cc-hero-rule{margin:30px 0 26px}
body.bc-contact-v2 #bc-cc-hero-desc{max-width:560px}
body.bc-contact-v2 #bc-cc-hero-cta{
  flex-direction:row;flex-wrap:wrap;gap:14px;width:auto;
  padding:0;margin-top:36px;
}

/* =====================================================================
   02 QUICK CONTACT STRIP
   ===================================================================== */
body.bc-contact-v2 #bc-cc-strip{border-top:1px solid rgba(209,170,109,.20)}
body.bc-contact-v2 #bc-cc-strip-grid>.e-con-inner{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;
  padding:0 var(--bcc-gut);
}
body.bc-contact-v2 [id^="bc-cc-qc-"]:not([id*="-ico-"]):not([id*="-ic-"]):not([id*="-l-"]):not([id*="-b-"]){
  padding:44px 34px 46px;gap:0;
  border-left:1px solid rgba(209,170,109,.16);
}
body.bc-contact-v2 #bc-cc-qc-1{border-left:0;padding-left:0}
body.bc-contact-v2 #bc-cc-qc-4{padding-right:0}
body.bc-contact-v2 [id^="bc-cc-qc-ico-"]{padding:0;width:auto;margin:0 0 18px}
body.bc-contact-v2 .bcc-qc-ic{width:auto}
body.bc-contact-v2 .bcc-qc-ic .elementor-icon{
  width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(209,170,109,.40);border-radius:50%;color:var(--bcc-gold);
  background:rgba(209,170,109,.05);
}
body.bc-contact-v2 .bcc-qc-ic .elementor-icon svg{width:19px;height:19px;fill:var(--bcc-gold)}
body.bc-contact-v2 .bcc-qc-label .elementor-heading-title{
  font-family:'Poppins',sans-serif;font-weight:400;font-size:12px;
  letter-spacing:.2em;text-transform:uppercase;color:var(--bcc-ivory);margin:0 0 12px;
}
body.bc-contact-v2 .bcc-qc-body{
  font-family:'Poppins',sans-serif;font-size:13.5px;line-height:1.74;
  color:#C4D0CE;overflow-wrap:anywhere;
}
body.bc-contact-v2 .bcc-qc-body p{margin:0}
body.bc-contact-v2 .bcc-qc-body a{color:#C4D0CE;text-decoration:none;transition:color .22s ease}
body.bc-contact-v2 .bcc-qc-body a:hover{color:var(--bcc-gold)}

/* =====================================================================
   03 MAIN - FORM + CONTACT PANEL
   ===================================================================== */
body.bc-contact-v2 #bc-cc-main-grid>.e-con-inner{
  display:grid;grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);
  gap:0;align-items:stretch;padding:104px var(--bcc-gut);
}
body.bc-contact-v2 #bc-cc-form{
  padding:56px 52px 58px;gap:0;scroll-margin-top:120px;
  border:1px solid rgba(2,69,72,.12);border-right:0;
}
body.bc-contact-v2 #bc-cc-form-title{margin-top:16px}
body.bc-contact-v2 #bc-cc-form-desc{margin-top:18px;max-width:52ch}
body.bc-contact-v2 #bc-cc-form-embed{margin-top:34px;width:100%}

body.bc-contact-v2 #bc-cc-panel{padding:52px 44px 46px;gap:0}
body.bc-contact-v2 #bc-cc-panel-title{margin-top:14px}
body.bc-contact-v2 #bc-cc-panel-list{
  padding:0;gap:0;margin-top:30px;width:100%;
  border-top:1px solid rgba(209,170,109,.18);
}
body.bc-contact-v2 [id^="bc-cc-pi-"]:not([id*="-ico-"]):not([id*="-ic-"]):not([id*="-tx-"]):not([id*="-l-"]):not([id*="-b-"]){
  display:flex;flex-direction:row;align-items:flex-start;gap:14px;
  padding:20px 0;width:100%;
  border-bottom:1px solid rgba(209,170,109,.14);
}
body.bc-contact-v2 [id^="bc-cc-pi-ico-"]{padding:0;width:auto;flex:0 0 34px;margin-top:2px}
body.bc-contact-v2 [id^="bc-cc-pi-tx-"]{padding:0;gap:0;flex:1 1 auto;min-width:0}
body.bc-contact-v2 .bcc-pi-ic{width:auto}
body.bc-contact-v2 .bcc-pi-ic .elementor-icon{
  width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(209,170,109,.34);border-radius:50%;color:var(--bcc-gold);
}
body.bc-contact-v2 .bcc-pi-ic .elementor-icon svg{width:15px;height:15px;fill:var(--bcc-gold)}
body.bc-contact-v2 .bcc-pi-label .elementor-heading-title{
  font-family:'Poppins',sans-serif;font-weight:400;font-size:10.5px;
  letter-spacing:.22em;text-transform:uppercase;color:var(--bcc-gold);margin:0 0 7px;
}
body.bc-contact-v2 .bcc-pi-body{
  font-family:'Poppins',sans-serif;font-size:13.5px;line-height:1.68;
  color:#D6DDDB;overflow-wrap:anywhere;
}
body.bc-contact-v2 .bcc-pi-body p{margin:0}
body.bc-contact-v2 .bcc-pi-body a{color:#D6DDDB;text-decoration:none;transition:color .22s ease}
body.bc-contact-v2 .bcc-pi-body a:hover{color:var(--bcc-gold)}
body.bc-contact-v2 #bc-cc-panel-dir{margin-top:28px;width:auto}

/* Map - framed, proportionate, never oversized */
body.bc-contact-v2 #bc-cc-map-frame{
  padding:0;margin-top:28px;width:100%;
  border:1px solid rgba(209,170,109,.26);
}
body.bc-contact-v2 .bcc-map{width:100%}
body.bc-contact-v2 .bcc-map .elementor-custom-embed,
body.bc-contact-v2 .bcc-map .elementor-widget-container{width:100%}
body.bc-contact-v2 .bcc-map iframe{
  display:block;width:100%;height:auto;aspect-ratio:16/10;border:0;
  filter:grayscale(.28) contrast(1.04);
}

/* ---- FORMINATOR 1226 --------------------------------------------- */
body.bc-contact-v2 #bc-cc-form .forminator-ui.forminator-custom-form{margin:0}
body.bc-contact-v2 #bc-cc-form .forminator-row{margin-bottom:0;display:flex;flex-wrap:wrap;gap:18px 20px}
body.bc-contact-v2 #bc-cc-form .forminator-row+.forminator-row{margin-top:18px}
body.bc-contact-v2 #bc-cc-form .forminator-row.forminator-hidden{display:none;margin:0;gap:0}
body.bc-contact-v2 #bc-cc-form .forminator-col{padding:0;margin:0;min-width:0;flex:1 1 100%}
body.bc-contact-v2 #bc-cc-form .forminator-col-6{flex:1 1 calc(50% - 10px);max-width:calc(50% - 10px)}
body.bc-contact-v2 #bc-cc-form .forminator-col-12{flex:1 1 100%;max-width:100%}
body.bc-contact-v2 #bc-cc-form .forminator-field{margin:0}

body.bc-contact-v2 #bc-cc-form .forminator-label{
  display:block;font-family:'Poppins',sans-serif!important;font-weight:400!important;
  font-size:11px!important;letter-spacing:.18em!important;text-transform:uppercase;
  color:var(--bcc-teal)!important;margin:0 0 9px!important;
}
body.bc-contact-v2 #bc-cc-form .forminator-required{color:var(--bcc-gold)!important;margin-left:2px}

body.bc-contact-v2 #bc-cc-form .forminator-input,
body.bc-contact-v2 #bc-cc-form input[type=text],
body.bc-contact-v2 #bc-cc-form input[type=email],
body.bc-contact-v2 #bc-cc-form .forminator-textarea,
body.bc-contact-v2 #bc-cc-form .forminator-select2+.select2-container .select2-selection--single{
  box-sizing:border-box!important;width:100%!important;
  background:#FFFFFF!important;
  border:1px solid rgba(2,69,72,.22)!important;border-radius:2px!important;
  font-family:'Poppins',sans-serif!important;font-size:14.5px!important;
  color:var(--bcc-carbon)!important;
  box-shadow:none!important;
  transition:border-color .22s ease,box-shadow .22s ease;
}
body.bc-contact-v2 #bc-cc-form .forminator-input,
body.bc-contact-v2 #bc-cc-form input[type=text],
body.bc-contact-v2 #bc-cc-form input[type=email]{height:52px!important;padding:0 16px!important;line-height:52px!important}
body.bc-contact-v2 #bc-cc-form .forminator-textarea{
  min-height:150px!important;height:auto!important;padding:14px 16px!important;
  line-height:1.65!important;resize:vertical;
}
body.bc-contact-v2 #bc-cc-form ::placeholder{color:#9AA6A5!important;opacity:1}
body.bc-contact-v2 #bc-cc-form .forminator-input:focus,
body.bc-contact-v2 #bc-cc-form .forminator-textarea:focus,
body.bc-contact-v2 #bc-cc-form input:focus{
  border-color:var(--bcc-gold)!important;
  box-shadow:0 0 0 3px rgba(209,170,109,.18)!important;outline:none!important;
}

/* select2 dropdown -> same 52px control */
body.bc-contact-v2 #bc-cc-form .select2-container{width:100%!important}
body.bc-contact-v2 #bc-cc-form .select2-container .select2-selection--single{
  height:52px!important;display:flex!important;align-items:center;padding:0 16px!important;
}
body.bc-contact-v2 #bc-cc-form .select2-container .select2-selection__rendered{
  padding:0!important;line-height:1.4!important;color:var(--bcc-carbon)!important;
  font-family:'Poppins',sans-serif!important;font-size:14.5px!important;
}
body.bc-contact-v2 #bc-cc-form .select2-container .select2-selection__placeholder{color:#9AA6A5!important}
body.bc-contact-v2 #bc-cc-form .select2-container .select2-selection__arrow{height:50px!important;right:12px!important}
body.bc-contact-v2 #bc-cc-form .select2-container--open .select2-selection--single{
  border-color:var(--bcc-gold)!important;box-shadow:0 0 0 3px rgba(209,170,109,.18)!important;
}
/* Only style the VISIBLE select (no-JS / pre-init fallback). Once select2
   initialises it moves the real <select> to .select2-hidden-accessible,
   which is position:absolute + width:1px. Forcing width:100% on that hidden
   element made it an absolutely-positioned, page-wide box that still counts
   toward scrollWidth - the cause of horizontal overflow at 768-1024 where
   the form column goes full width. Excluded here. */
body.bc-contact-v2 #bc-cc-form select:not(.select2-hidden-accessible){
  height:52px!important;padding:0 16px!important;background:#fff!important;
  border:1px solid rgba(2,69,72,.22)!important;border-radius:2px!important;
  font-family:'Poppins',sans-serif!important;font-size:14.5px!important;width:100%!important;
}
/* Re-assert select2's own hiding contract so nothing here can leak it back
   into layout. */
body.bc-contact-v2 #bc-cc-form select.select2-hidden-accessible{
  width:1px!important;height:1px!important;padding:0!important;border:0!important;
  position:absolute!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;white-space:nowrap!important;
}

/* validation */
body.bc-contact-v2 #bc-cc-form .forminator-error-message{
  font-family:'Poppins',sans-serif!important;font-size:12px!important;
  color:#9B2C2C!important;margin-top:7px!important;
}
body.bc-contact-v2 #bc-cc-form .forminator-has_error .forminator-input,
body.bc-contact-v2 #bc-cc-form .forminator-has_error .forminator-textarea{border-color:#9B2C2C!important}
body.bc-contact-v2 #bc-cc-form .forminator-response-message{
  font-family:'Poppins',sans-serif!important;font-size:14px!important;line-height:1.7!important;
  border-radius:2px!important;margin:0 0 20px!important;padding:16px 18px!important;
}
body.bc-contact-v2 #bc-cc-form .forminator-response-message.forminator-success{
  background:rgba(2,91,90,.08)!important;border:1px solid rgba(2,91,90,.35)!important;color:var(--bcc-teal-dk)!important;
}
body.bc-contact-v2 #bc-cc-form .forminator-response-message p{margin:0!important;color:inherit!important}

/* submit */
body.bc-contact-v2 #bc-cc-form .forminator-row-last{margin-top:26px!important}
body.bc-contact-v2 #bc-cc-form .forminator-button-submit{
  background:var(--bcc-gold)!important;color:var(--bcc-obsidian)!important;
  border:1px solid var(--bcc-gold)!important;border-radius:2px!important;
  font-family:'Poppins',sans-serif!important;font-weight:400!important;
  font-size:12.5px!important;letter-spacing:.16em!important;text-transform:uppercase!important;
  min-height:54px!important;padding:16px 40px!important;
  transition:background-color .25s ease,border-color .25s ease!important;
}
body.bc-contact-v2 #bc-cc-form .forminator-button-submit:hover,
body.bc-contact-v2 #bc-cc-form .forminator-button-submit:focus-visible{
  background:var(--bcc-gold-warm)!important;border-color:var(--bcc-gold-warm)!important;color:var(--bcc-obsidian)!important;
}

/* =====================================================================
   04 VISIT & LOCATIONS
   ===================================================================== */
body.bc-contact-v2 #bc-cc-loc-inner>.e-con-inner{
  display:flex;flex-direction:column;align-items:flex-start;gap:0;
  padding:100px var(--bcc-gut) 104px;
}
body.bc-contact-v2 #bc-cc-loc-title{margin-top:18px}
body.bc-contact-v2 #bc-cc-loc-desc{margin-top:18px}
body.bc-contact-v2 #bc-cc-loc-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;
  padding:0;margin-top:48px;width:100%;
}
body.bc-contact-v2 [id^="bc-cc-loc-"][id$="-1"],
body.bc-contact-v2 [id^="bc-cc-loc-"][id$="-2"]{min-width:0}
body.bc-contact-v2 #bc-cc-loc-1,
body.bc-contact-v2 #bc-cc-loc-2{
  background:var(--bcc-white);border:1px solid rgba(2,69,72,.14);
  padding:40px 36px 38px;gap:0;align-items:flex-start;
  transition:border-color .25s ease,box-shadow .25s ease;
}
body.bc-contact-v2 #bc-cc-loc-1:hover,
body.bc-contact-v2 #bc-cc-loc-2:hover{border-color:rgba(209,170,109,.55);box-shadow:0 14px 34px rgba(1,47,49,.07)}
body.bc-contact-v2 [id^="bc-cc-loc-ico-"]{padding:0;width:auto;margin:0 0 22px}
body.bc-contact-v2 .bcc-loc-ic{width:auto}
body.bc-contact-v2 .bcc-loc-ic .elementor-icon{
  width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(2,91,90,.30);border-radius:50%;color:var(--bcc-teal-lt);
}
body.bc-contact-v2 .bcc-loc-ic .elementor-icon svg{width:19px;height:19px;fill:var(--bcc-teal-lt)}
body.bc-contact-v2 .bcc-loc-kicker .elementor-heading-title{
  font-family:'Poppins',sans-serif;font-weight:400;font-size:10.5px;
  letter-spacing:.24em;text-transform:uppercase;color:var(--bcc-gold);margin:0 0 10px;
}
body.bc-contact-v2 .bcc-loc-name .elementor-heading-title{
  font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;font-size:27px;
  line-height:1.2;color:var(--bcc-teal-dk);margin:0;
}
body.bc-contact-v2 .bcc-loc-addr{
  font-family:'Poppins',sans-serif;font-size:14px;line-height:1.75;
  color:#4A5B5B;margin-top:14px;overflow-wrap:anywhere;
}
body.bc-contact-v2 .bcc-loc-addr p{margin:0}
body.bc-contact-v2 .bcc-loc-addr p+p{margin-top:12px}
body.bc-contact-v2 .bcc-loc-addr .bcc-loc-note{font-size:12.5px;line-height:1.68;color:#6B7A79;font-style:italic}
body.bc-contact-v2 #bc-cc-loc-btn-1,
body.bc-contact-v2 #bc-cc-loc-btn-2{margin-top:24px;width:auto}

/* =====================================================================
   05 HOW WE CAN HELP
   ===================================================================== */
body.bc-contact-v2 #bc-cc-help-inner>.e-con-inner{
  display:flex;flex-direction:column;align-items:flex-start;gap:0;
  padding:96px var(--bcc-gut) 100px;
}
body.bc-contact-v2 #bc-cc-help-title{margin-top:18px}
body.bc-contact-v2 #bc-cc-help-rule{margin:28px 0 0}
body.bc-contact-v2 #bc-cc-help-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;
  padding:0;margin-top:52px;width:100%;
}
body.bc-contact-v2 [id^="bc-cc-cap-"]:not([id*="-ico-"]):not([id*="-ic-"]):not([id*="-t-"]):not([id*="-d-"]){
  background:rgba(252,250,246,.035);border:1px solid rgba(209,170,109,.20);
  padding:34px 28px 32px;gap:0;align-items:flex-start;min-width:0;
  transition:border-color .25s ease,background-color .25s ease;
}
body.bc-contact-v2 [id^="bc-cc-cap-"]:not([id*="-ico-"]):not([id*="-ic-"]):not([id*="-t-"]):not([id*="-d-"]):hover{
  border-color:rgba(209,170,109,.52);background:rgba(252,250,246,.06);
}
body.bc-contact-v2 [id^="bc-cc-cap-ico-"]{padding:0;width:auto;margin:0 0 20px}
body.bc-contact-v2 .bcc-cap-ic{width:auto}
body.bc-contact-v2 .bcc-cap-ic .elementor-icon{
  width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(209,170,109,.38);border-radius:50%;color:var(--bcc-gold);
}
body.bc-contact-v2 .bcc-cap-ic .elementor-icon svg{width:19px;height:19px;fill:var(--bcc-gold)}
body.bc-contact-v2 .bcc-cap-title .elementor-heading-title{
  font-family:'Poppins',sans-serif;font-weight:400;font-size:13px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--bcc-ivory);
  margin:0 0 12px;line-height:1.45;
}
body.bc-contact-v2 .bcc-cap-desc{
  font-family:'Poppins',sans-serif;font-size:13.5px;line-height:1.72;color:#B9C4C2;
}
body.bc-contact-v2 .bcc-cap-desc p{margin:0}

/* =====================================================================
   06 FINAL CTA
   ===================================================================== */
body.bc-contact-v2 #bc-cc-cta{position:relative;isolation:isolate}
body.bc-contact-v2 #bc-cc-cta::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,rgba(7,9,9,.86) 0%,rgba(1,47,49,.72) 55%,rgba(7,9,9,.88) 100%);
}
body.bc-contact-v2 #bc-cc-cta-inner{position:relative;z-index:2}
body.bc-contact-v2 #bc-cc-cta-inner>.e-con-inner{
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;
  padding:84px var(--bcc-gut) 88px;
}
body.bc-contact-v2 #bc-cc-cta-title{margin-top:18px}
body.bc-contact-v2 #bc-cc-cta-desc{margin-top:20px;max-width:620px}
body.bc-contact-v2 #bc-cc-cta-btns{
  flex-direction:row;flex-wrap:wrap;justify-content:center;gap:14px;
  width:auto;padding:0;margin-top:34px;
}
body.bc-contact-v2 #bc-cc-cta-link{margin-top:26px}
body.bc-contact-v2 .bcc-cta-link{text-align:center}
body.bc-contact-v2 .bcc-cta-link p{margin:0}
body.bc-contact-v2 .bcc-cta-link a{
  font-family:'Poppins',sans-serif;font-size:11.5px;letter-spacing:.2em;
  text-transform:uppercase;color:var(--bcc-gold);text-decoration:none;
  border-bottom:1px solid rgba(209,170,109,.4);padding-bottom:5px;
  transition:border-color .22s ease,color .22s ease;
}
body.bc-contact-v2 .bcc-cta-link a:hover{color:var(--bcc-gold-warm);border-bottom-color:var(--bcc-gold-warm)}


/* ---- FLEX-ITEM MEASURE GUARDS -------------------------------------
   Every heading/text widget inside a flex-start column container is a flex
   item and will shrink to its longest word if the measure is set on the
   widget. Widgets take the full rail; the measure lives on the inner element.
   ------------------------------------------------------------------ */
body.bc-contact-v2 #bc-cc-hero-eyebrow,
body.bc-contact-v2 #bc-cc-hero-desc,
body.bc-contact-v2 #bc-cc-loc-title,
body.bc-contact-v2 #bc-cc-loc-desc,
body.bc-contact-v2 #bc-cc-help-title,
body.bc-contact-v2 #bc-cc-cta-title,
body.bc-contact-v2 #bc-cc-cta-desc,
body.bc-contact-v2 #bc-cc-form-title,
body.bc-contact-v2 #bc-cc-form-desc,
body.bc-contact-v2 #bc-cc-form-eyebrow,
body.bc-contact-v2 #bc-cc-panel-title,
body.bc-contact-v2 #bc-cc-panel-eyebrow,
body.bc-contact-v2 #bc-cc-loc-eyebrow,
body.bc-contact-v2 #bc-cc-help-eyebrow,
body.bc-contact-v2 #bc-cc-cta-eyebrow{width:100%;max-width:100%}
body.bc-contact-v2 #bc-cc-hero-desc .elementor-widget-container{max-width:560px}
body.bc-contact-v2 #bc-cc-cta-desc .elementor-widget-container{max-width:620px;margin-inline:auto}
body.bc-contact-v2 #bc-cc-loc-desc .elementor-widget-container{max-width:640px}
body.bc-contact-v2 #bc-cc-form-desc .elementor-widget-container{max-width:52ch}
/* Location + capability cards are grid items; keep their text from forcing
   the column wider than its track. */
body.bc-contact-v2 .bcc-loc-addr,
body.bc-contact-v2 .bcc-cap-desc,
body.bc-contact-v2 .bcc-qc-body,
body.bc-contact-v2 .bcc-pi-body{min-width:0;width:100%}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media(max-width:1440px){
  body.bc-contact-v2{--bcc-gut:36px}
}
@media(max-width:1280px){
  body.bc-contact-v2{--bcc-gut:32px}
  body.bc-contact-v2 #bc-cc-main-grid>.e-con-inner{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);padding:92px var(--bcc-gut)}
  body.bc-contact-v2 #bc-cc-form{padding:48px 40px 50px}
  body.bc-contact-v2 #bc-cc-panel{padding:46px 34px 42px}
  body.bc-contact-v2 [id^="bc-cc-qc-"]:not([id*="-ico-"]):not([id*="-ic-"]):not([id*="-l-"]):not([id*="-b-"]){padding:40px 26px 42px}
  body.bc-contact-v2 #bc-cc-help-grid{gap:20px}
  body.bc-contact-v2 [id^="bc-cc-cap-"]:not([id*="-ico-"]):not([id*="-ic-"]):not([id*="-t-"]):not([id*="-d-"]){padding:30px 24px 28px}
}

/* ---- TABLET: 1024 / 900 / 820 / 768 ------------------------------- */
@media(max-width:1024px){
  body.bc-contact-v2{--bcc-gut:32px}
  body.bc-contact-v2 #bc-cc-hero-inner>.e-con-inner{padding:88px var(--bcc-gut) 80px}
  body.bc-contact-v2 #bc-cc-hero-title{max-width:18ch}

  /* strip wraps intentionally to a 2x2 grid with balanced rules */
  body.bc-contact-v2 #bc-cc-strip-grid>.e-con-inner{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.bc-contact-v2 [id^="bc-cc-qc-"]:not([id*="-ico-"]):not([id*="-ic-"]):not([id*="-l-"]):not([id*="-b-"]){
    padding:34px 28px 36px;border-left:1px solid rgba(209,170,109,.16);border-top:1px solid rgba(209,170,109,.16);
  }
  body.bc-contact-v2 #bc-cc-qc-1,
  body.bc-contact-v2 #bc-cc-qc-2{border-top:0}
  body.bc-contact-v2 #bc-cc-qc-1,
  body.bc-contact-v2 #bc-cc-qc-3{border-left:0;padding-left:0}
  body.bc-contact-v2 #bc-cc-qc-2,
  body.bc-contact-v2 #bc-cc-qc-4{padding-right:0}

  /* form + panel stack; panel stays full width so it never goes narrow */
  body.bc-contact-v2 #bc-cc-main-grid>.e-con-inner{grid-template-columns:minmax(0,1fr);padding:76px var(--bcc-gut) 80px}
  body.bc-contact-v2 #bc-cc-form{border-right:1px solid rgba(2,69,72,.12);border-bottom:0;padding:44px 36px 46px}
  body.bc-contact-v2 #bc-cc-panel{padding:44px 36px 42px}
  body.bc-contact-v2 .bcc-map iframe{aspect-ratio:16/7}

  body.bc-contact-v2 #bc-cc-loc-inner>.e-con-inner{padding:76px var(--bcc-gut) 80px}
  body.bc-contact-v2 #bc-cc-loc-grid{gap:22px;margin-top:38px}
  body.bc-contact-v2 #bc-cc-loc-1,
  body.bc-contact-v2 #bc-cc-loc-2{padding:34px 30px 32px}

  body.bc-contact-v2 #bc-cc-help-inner>.e-con-inner{padding:72px var(--bcc-gut) 76px}
  body.bc-contact-v2 #bc-cc-help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:40px}
  body.bc-contact-v2 #bc-cc-cta-inner>.e-con-inner{padding:68px var(--bcc-gut) 72px}
}

@media(max-width:820px){
  body.bc-contact-v2{--bcc-gut:28px}
  body.bc-contact-v2 #bc-cc-form-desc{max-width:none}
}

/* ---- SMALL TABLET / LARGE PHONE ----------------------------------- */
@media(max-width:767px){
  body.bc-contact-v2{--bcc-gut:24px}
  body.bc-contact-v2 #bc-cc-hero-inner>.e-con-inner{padding:66px var(--bcc-gut) 62px}
  body.bc-contact-v2 #bc-cc-hero::after{
    background:linear-gradient(180deg,rgba(7,9,9,.82) 0%,rgba(7,9,9,.74) 50%,rgba(7,9,9,.88) 100%);
  }
  body.bc-contact-v2 #bc-cc-hero-title{max-width:none;margin-top:18px}
  body.bc-contact-v2 #bc-cc-hero-rule{margin:24px 0 22px}
  body.bc-contact-v2 #bc-cc-hero-cta{margin-top:30px;width:100%;gap:12px}

  body.bc-contact-v2 #bc-cc-main-grid>.e-con-inner{padding:60px var(--bcc-gut) 64px}
  body.bc-contact-v2 #bc-cc-form{padding:36px 24px 40px}
  body.bc-contact-v2 #bc-cc-panel{padding:36px 24px 36px}
  body.bc-contact-v2 #bc-cc-form-embed{margin-top:28px}
  /* single column form, full-width fields */
  body.bc-contact-v2 #bc-cc-form .forminator-row{gap:16px 0}
  body.bc-contact-v2 #bc-cc-form .forminator-col-6{flex:1 1 100%;max-width:100%}
  body.bc-contact-v2 .bcc-map iframe{aspect-ratio:4/3}

  body.bc-contact-v2 #bc-cc-loc-inner>.e-con-inner{padding:58px var(--bcc-gut) 62px}
  body.bc-contact-v2 #bc-cc-loc-grid{grid-template-columns:minmax(0,1fr);gap:18px;margin-top:32px}
  body.bc-contact-v2 #bc-cc-loc-1,
  body.bc-contact-v2 #bc-cc-loc-2{padding:30px 24px 30px}

  body.bc-contact-v2 #bc-cc-help-inner>.e-con-inner{padding:58px var(--bcc-gut) 62px}
  body.bc-contact-v2 #bc-cc-help-grid{margin-top:34px;gap:16px}
  body.bc-contact-v2 #bc-cc-cta-inner>.e-con-inner{padding:56px var(--bcc-gut) 60px}
  body.bc-contact-v2 #bc-cc-cta-btns{width:100%;margin-top:30px;gap:12px}
}

/* ---- PHONE: 600 / 560 / 480 --------------------------------------- */
@media(max-width:600px){
  body.bc-contact-v2 [id^="bc-cc-qc-"]:not([id*="-ico-"]):not([id*="-ic-"]):not([id*="-l-"]):not([id*="-b-"]){padding:28px 18px 30px}
  body.bc-contact-v2 .bcc-qc-ic .elementor-icon{width:42px;height:42px}
  body.bc-contact-v2 .bcc-qc-body{font-size:13px}
}

@media(max-width:480px){
  body.bc-contact-v2{--bcc-gut:20px}
  /* single column contact cards below 480 - two columns get too tight
     for the phone numbers and email addresses to stay legible */
  body.bc-contact-v2 #bc-cc-strip-grid>.e-con-inner{grid-template-columns:minmax(0,1fr)}
  body.bc-contact-v2 [id^="bc-cc-qc-"]:not([id*="-ico-"]):not([id*="-ic-"]):not([id*="-l-"]):not([id*="-b-"]){
    padding:26px 0 26px;border-left:0;border-top:1px solid rgba(209,170,109,.16);
  }
  body.bc-contact-v2 #bc-cc-qc-1{border-top:0}
  body.bc-contact-v2 #bc-cc-qc-2,
  body.bc-contact-v2 #bc-cc-qc-3,
  body.bc-contact-v2 #bc-cc-qc-4{padding-left:0;padding-right:0}

  body.bc-contact-v2 #bc-cc-help-grid{grid-template-columns:minmax(0,1fr)}

  /* full-width CTAs */
  body.bc-contact-v2 #bc-cc-hero-cta,
  body.bc-contact-v2 #bc-cc-cta-btns{flex-direction:column;align-items:stretch;width:100%}
  body.bc-contact-v2 #bc-cc-hero-cta .elementor-widget-button,
  body.bc-contact-v2 #bc-cc-cta-btns .elementor-widget-button{width:100%}
  body.bc-contact-v2 #bc-cc-hero-cta .elementor-button,
  body.bc-contact-v2 #bc-cc-cta-btns .elementor-button{width:100%}
  body.bc-contact-v2 #bc-cc-form .forminator-button-submit{width:100%!important}
  body.bc-contact-v2 #bc-cc-panel-dir .elementor-button{width:100%}
}

/* ---- SMALL PHONE: 430 / 414 / 390 / 375 / 360 --------------------- */
@media(max-width:430px){
  body.bc-contact-v2{--bcc-gut:18px}
  body.bc-contact-v2 #bc-cc-hero-inner>.e-con-inner{padding:56px var(--bcc-gut) 54px}
  body.bc-contact-v2 .bcc-eyebrow .elementor-heading-title{font-size:11px;letter-spacing:.28em}
  body.bc-contact-v2 .bcc-hero-desc,
  body.bc-contact-v2 .bcc-sec-desc,
  body.bc-contact-v2 .bcc-cta-desc{font-size:14.5px;line-height:1.74}
  body.bc-contact-v2 #bc-cc-form{padding:32px 20px 34px}
  body.bc-contact-v2 #bc-cc-panel{padding:32px 20px 32px}
  body.bc-contact-v2 #bc-cc-loc-1,
  body.bc-contact-v2 #bc-cc-loc-2{padding:28px 20px 28px}
  body.bc-contact-v2 [id^="bc-cc-cap-"]:not([id*="-ico-"]):not([id*="-ic-"]):not([id*="-t-"]):not([id*="-d-"]){padding:26px 20px 26px}
}

/* ---- 320px FLOOR --------------------------------------------------- */
@media(max-width:360px){
  body.bc-contact-v2{--bcc-gut:16px}
  body.bc-contact-v2 .bcc-hero-title .elementor-heading-title{font-size:32px}
  body.bc-contact-v2 .bcc-sec-title .elementor-heading-title{font-size:27px}
  body.bc-contact-v2 .bcc-cta-title .elementor-heading-title{font-size:27px}
  body.bc-contact-v2 .bcc-panel-title .elementor-heading-title{font-size:24px}
  body.bc-contact-v2 .bcc-loc-name .elementor-heading-title{font-size:23px}
  body.bc-contact-v2 .bcc-eyebrow .elementor-heading-title{font-size:10.5px;letter-spacing:.24em}
  body.bc-contact-v2 .bcc-btn .elementor-button{font-size:11.5px;letter-spacing:.13em;padding:15px 20px}
  body.bc-contact-v2 #bc-cc-form .forminator-button-submit{font-size:11.5px!important;letter-spacing:.13em!important;padding:16px 20px!important}
  body.bc-contact-v2 #bc-cc-form{padding:28px 16px 30px}
  body.bc-contact-v2 #bc-cc-panel{padding:28px 16px 28px}
  body.bc-contact-v2 #bc-cc-loc-1,
  body.bc-contact-v2 #bc-cc-loc-2{padding:24px 16px 26px}
  body.bc-contact-v2 [id^="bc-cc-pi-"]:not([id*="-ico-"]):not([id*="-ic-"]):not([id*="-tx-"]):not([id*="-l-"]):not([id*="-b-"]){gap:11px}
  body.bc-contact-v2 [id^="bc-cc-pi-ico-"]{flex:0 0 30px}
  body.bc-contact-v2 .bcc-pi-ic .elementor-icon{width:30px;height:30px}
  body.bc-contact-v2 .bcc-pi-ic .elementor-icon svg{width:13px;height:13px}
  body.bc-contact-v2 .bcc-qc-body,
  body.bc-contact-v2 .bcc-pi-body{font-size:12.75px}
  body.bc-contact-v2 .bcc-map iframe{aspect-ratio:1/1}
}
