/*
Theme Name: Chase Aaron - Clermont Lakes (Houzez Child)
Theme URI: https://clermontlakes.chaseaaron.com
Description: Chase Aaron Real Estate child theme of Houzez. Mobile typography, tap targets, footer logo cap, self-hosted font hooks. Survives parent updates.
Author: Chase Aaron Real Estate
Author URI: https://chaseaaron.com
Template: houzez
Version: 1.0.1778387608
*/

/* === MOBILE TYPOGRAPHY + TAP TARGETS === */
@media (max-width: 768px) {
  html, body {
    font-size: 16px !important;
    line-height: 1.55 !important;
    -webkit-text-size-adjust: 100%;
  }
  body, p, li, span, a, div { font-size: 16px !important; }
  a, button, [role="button"], input[type="submit"], .wp-block-button__link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    line-height: 1.3;
  }
  nav a, header a, footer a { padding: 12px 14px !important; }
}

/* === FOOTER LOGO CAP === */
.footer-logo .footer_logo,
.footer-logo .footer_logo img,
.footer_logo,
.footer_logo img,
img.footer_logo,
.widget-about-image,
.widget-about-image img,
.widget-about-site img,
[id^='houzez_about_widget'] img,
.footer-widget img.logo,
.footer-widget .footer_logo img {
  width: auto !important;
  max-width: 180px !important;
  height: auto !important;
}

.footer-logo,
.footer_logo,
.footer-widget .footer_logo,
.widget-about-image {
  max-width: 100%;
  overflow: visible !important;
}

.footer-bottom-wrap .footer-logo,
.footer-bottom-wrap .footer_logo {
  padding-top: 12px;
  padding-bottom: 8px;
  display: block;
}

@media (max-width: 768px) {
  .footer-logo .footer_logo img,
  .footer_logo img,
  img.footer_logo,
  .widget-about-image img,
  [id^='houzez_about_widget'] img {
    max-width: 140px !important;
  }
}

/* === EDITORIAL POLISH (lake pages) === */
.cl-sub {
  background: rgba(0, 188, 212, 0.04);
  border-left: 2px solid #00BCD4;
  padding: 16px 18px;
  margin: 0 0 12px;
  border-radius: 2px;
}
.cl-sub h3 {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0E1B3D;
  margin: 0 0 6px;
}
.cl-sub p { margin: 0; font-size: 15px; line-height: 1.55; }

.cl-faq h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  margin: 22px 0 8px;
  color: #0E1B3D;
}
.cl-faq p { margin: 0 0 14px; font-size: 16px; line-height: 1.6; }


/* === FULL-BLEED HERO (matches chaseaaron.com pattern) === */
.cl-hero-dark,
.cl-hero,
[class*="cl-hero-"] {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  position: relative;
  left: 0;
  right: 0;
}

/* Ensure hero inner content stays readable / centered */
.cl-hero-dark .cl-hero-dark-inner,
.cl-hero .cl-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .cl-hero-dark .cl-hero-dark-inner,
  .cl-hero .cl-hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* Quick Facts as semantic dl (replaces cl-sub div pattern, same look) */
.cl-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
}
.cl-facts dt {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0E1B3D;
  margin: 0 0 6px;
  padding: 16px 18px 0;
  background: rgba(0, 188, 212, 0.04);
  border-left: 2px solid #00BCD4;
  border-radius: 2px 2px 0 0;
}
.cl-facts dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  padding: 0 18px 16px;
  background: rgba(0, 188, 212, 0.04);
  border-left: 2px solid #00BCD4;
  border-radius: 0 0 2px 2px;
}


/* Keep hero visual identity even though it's now h2 (was h1; we have only ONE h1 per page now via theme page-title) */
.cl-hero-dark h2.cl-hero-h1 {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 56px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 12px !important;
  color: #fff !important;
  line-height: 1.05 !important;
}
@media (max-width: 768px) {
  .cl-hero-dark h2.cl-hero-h1 {
    font-size: 42px !important;
  }
}
@media (max-width: 480px) {
  .cl-hero-dark h2.cl-hero-h1 {
    font-size: 34px !important;
  }
}

/* Tablet/mobile overflow guard — prevent any rogue Houzez sidebar/search widget from extending past viewport */
body { overflow-x: hidden; }
.compare-wrap, .close-compare-panel {
  display: none !important;
}


/* Tighten hero h2 so it doesn't overflow on tablet */
.cl-hero-dark h2.cl-hero-h1 {
  max-width: 100%;
  word-break: break-word;
}

/* Hide Houzez compare-panel elements completely (they extend document width) */
.compare-wrap,
.compare-btn,
.close-compare-panel,
[class*="compare-panel"],
[class*="compare-list"],
[class*="compare-fixed"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Pull non-fixed Houzez sidebar widgets out of layout flow on small screens */
@media (max-width: 1024px) {
  .ekit_sidebar-widget,
  .ekit-widget-area-container,
  .ekit_sidebar-widget-container {
    position: absolute !important;
    left: -9999px !important;
    pointer-events: none;
  }
}


/* Hide ALL compare-property-panel variants (Houzez listing-compare sidebar) */
.compare-property-panel,
[class*="compare-property-panel"] {
  display: none !important;
}

/* Hero inner: tighten padding on tablet so h2 doesn't overflow */
@media (max-width: 768px) {
  .cl-hero-dark-inner {
    padding: 32px 20px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
  .cl-hero-dark h2.cl-hero-h1 {
    max-width: 100% !important;
    overflow-wrap: break-word;
  }
}

/* Magnet form: stack columns on tablet/mobile so inputs don't overflow */
@media (max-width: 900px) {
  .cl-lake-magnet form {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .cl-lake-magnet input[type="text"],
  .cl-lake-magnet input[type="email"],
  .cl-lake-magnet input[type="tel"],
  .cl-lake-magnet button {
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Long-URL safety: any link inside cl-history-source / cl-source / source citations breaks gracefully */
.cl-history-source a,
.cl-source a,
.cl-history a {
  word-break: break-word;
  overflow-wrap: anywhere;
}


/* ================================================================ */
/* PHASE 1 FOUNDATION FIXES (post-Claude-Chrome audit 2026-05-09)   */
/* ================================================================ */

/* === S1-1: Fix hero full-bleed math when document is wider than viewport (off-canvas widget pushes scrollWidth past clientWidth) === */
html {
  overflow-x: hidden !important;        /* match 100vw to viewport */
}
body {
  overflow-x: hidden;
}
/* Hero: ditch negative-margin trick. Use position-based centering that ignores parent gutter */
.cl-hero-dark {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  /* Prevent any JS-injected positioning from clobbering us */
  transform: translateX(0) !important;
}

/* === S2-8: Hero inner content needs left/right padding so text doesn't kiss viewport edge === */
.cl-hero-dark .cl-hero-dark-inner,
.cl-hero .cl-hero-inner,
.cl-hero-dark-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: max(32px, 5vw) !important;
  padding-right: max(32px, 5vw) !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  box-sizing: border-box !important;
}
@media (max-width: 768px) {
  .cl-hero-dark .cl-hero-dark-inner,
  .cl-hero-dark-inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}

/* === S1-2: cl-dark sections need an actual dark background painted === */
.cl-section.cl-dark,
.cl-dark,
section.cl-dark,
[class*="cl-section"][class*="cl-dark"] {
  background-color: #0E1B3D !important;
  color: #ffffff !important;
}
.cl-section.cl-dark *,
.cl-dark *,
section.cl-dark *,
[class*="cl-section"][class*="cl-dark"] * {
  color: inherit;
}
/* Headings + body in dark sections clearly white */
.cl-dark h1, .cl-dark h2, .cl-dark h3, .cl-dark h4,
.cl-dark p, .cl-dark li, .cl-dark span,
.cl-dark .cl-eyebrow {
  color: #ffffff !important;
}
.cl-dark .cl-eyebrow,
.cl-dark [class*="eyebrow"] {
  color: #7EE0F0 !important;  /* cyan accent for eyebrows on dark */
}

/* === S1-2: Lake cards visible on dark sections === */
.cl-dark .cl-lake,
.cl-dark a.cl-lake {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(126, 224, 240, 0.18) !important;
  color: #ffffff !important;
  padding: 24px 22px;
  border-radius: 2px;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}
.cl-dark .cl-lake:hover {
  background: rgba(126, 224, 240, 0.08) !important;
  border-color: rgba(126, 224, 240, 0.5) !important;
}

/* === S1-3: Magnet form on dark sections — force white text === */
.cl-magnet,
.cl-lake-magnet,
.cl-dark .cl-magnet,
.cl-dark .cl-lake-magnet,
.brief-form,
.cl-dark .brief-form {
  color: #ffffff !important;
}
.cl-magnet *,
.cl-lake-magnet *,
.brief-form * {
  color: inherit;
}
.cl-magnet h1, .cl-magnet h2, .cl-magnet h3, .cl-magnet h4, .cl-magnet h5,
.cl-magnet p, .cl-magnet label, .cl-magnet button[type="submit"],
.cl-lake-magnet h1, .cl-lake-magnet h2, .cl-lake-magnet h3, .cl-lake-magnet h4,
.cl-lake-magnet p, .cl-lake-magnet label, .cl-lake-magnet button[type="submit"],
.brief-form h1, .brief-form h2, .brief-form h3, .brief-form h4,
.brief-form p, .brief-form label, .brief-form button[type="submit"] {
  color: #ffffff !important;
}
.cl-magnet .cl-eyebrow,
.cl-lake-magnet .cl-lake-magnet-eyebrow,
.brief-form .eyebrow {
  color: #7EE0F0 !important;
}
.cl-magnet input::placeholder,
.cl-lake-magnet input::placeholder,
.brief-form input::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
}

/* === S2-5: Sticky header gets bg when scrolled === */
.header-classic,
.headerwrap,
header.site-header,
.sticky-header,
[class*="header-fixed"],
.is-sticky,
header.is-scrolled {
  background-color: rgba(10, 14, 26, 0.92) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.2s ease;
}


/* ================================================================ */
/* PHASE 1 v2 (post-Chrome re-audit feedback)                       */
/* ================================================================ */

/* === S1-1: Homepage hero is .cl-hero (without -dark). Apply same fix === */
.cl-hero,
section.cl-hero {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  transform: translateX(0) !important;
}

/* Inner container for .cl-hero (homepage) — gets same padding as .cl-hero-dark-inner */
.cl-hero > .cl-hero-inner,
.cl-hero .cl-hero-inner,
.cl-hero-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: max(32px, 5vw) !important;
  padding-right: max(32px, 5vw) !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  box-sizing: border-box !important;
}

/* === S2-8: Hero kicker/eyebrow has rogue negative margin-left. Override === */
.cl-hero-kicker,
.cl-hero .cl-hero-kicker,
.cl-hero-dark .cl-hero-kicker,
[class*="cl-hero"] .cl-hero-kicker,
.cl-eyebrow,
.cl-hero [class*="eyebrow"],
.cl-hero-dark [class*="eyebrow"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
}
/* Also force cl-hero-rule (the divider line) to play nice */
.cl-hero-rule,
.cl-hero-dark .cl-hero-rule {
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* === S2-5: Houzez sticky header is Elementor element #9c6ac71. Add opaque bg === */
.elementor-element-9c6ac71,
[class*="elementor-element-9c6ac71"],
/* Generic fallback: any Elementor fixed-position parent container */
.e-con-full.e-flex.e-con.e-parent[class*="elementor-element"] {
  position: fixed !important;
  background-color: rgba(248, 248, 248, 0.96) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  transition: background-color 0.2s ease !important;
}
/* Dark variant when hero is dark — header should be dark too on top */
.cl-hero-dark + * .elementor-element-9c6ac71,
body.page-id-15645 .elementor-element-9c6ac71,
body.page-id-15646 .elementor-element-9c6ac71,
body.page-id-15647 .elementor-element-9c6ac71,
body.page-id-15648 .elementor-element-9c6ac71 {
  background-color: rgba(10, 14, 26, 0.92) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
.elementor-element-9c6ac71 a,
[class*="elementor-element-9c6ac71"] a {
  /* Ensure nav links readable on opaque bg */
  color: inherit;
}


/* ================================================================ */
/* PHASE 2 v1 — S1-7 chain map hover state                          */
/* ================================================================ */
.ca-chain-v10-chip,
a.ca-chain-v10-chip {
  transition: transform 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease !important;
  cursor: pointer !important;
  position: relative !important;
}
.ca-chain-v10-chip:hover,
a.ca-chain-v10-chip:hover {
  color: #2CBAE3 !important;
  transform: translateY(-1px) scale(1.04) !important;
  box-shadow: 0 4px 14px rgba(44, 186, 227, 0.18) !important;
  background-color: rgba(44, 186, 227, 0.08) !important;
  text-decoration: none !important;
}
.ca-chain-v10-chip:focus-visible {
  outline: 2px solid #2CBAE3 !important;
  outline-offset: 2px !important;
}


/* ================================================================ */
/* PHASE 2 v2 — nav dropdown + Insights style + layout fixes        */
/* ================================================================ */

/* Bootstrap-style dropdown: hidden until parent hover/focus */
.houzez-nav-menu-main .dropdown-menu,
.main-ele-nav .dropdown-menu,
nav.main-ele-nav ul.navbar-nav .dropdown > .dropdown-menu {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 200px !important;
  padding: 8px 0 !important;
  background: rgba(248, 248, 248, 0.98) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 4px !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1) !important;
  z-index: 1050 !important;
}
.houzez-nav-menu-main .dropdown:hover > .dropdown-menu,
.houzez-nav-menu-main .dropdown:focus-within > .dropdown-menu,
.main-ele-nav .dropdown:hover > .dropdown-menu,
.main-ele-nav .dropdown:focus-within > .dropdown-menu,
.houzez-nav-menu-main li.dropdown.open > .dropdown-menu {
  display: block !important;
}
.houzez-nav-menu-main .dropdown-menu .dropdown-item,
.main-ele-nav .dropdown-menu .dropdown-item {
  display: block !important;
  padding: 8px 18px !important;
  font-size: 13px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #333 !important;
  text-decoration: none !important;
}
.houzez-nav-menu-main .dropdown-menu .dropdown-item:hover {
  color: #2CBAE3 !important;
  background: rgba(44, 186, 227, 0.06) !important;
}

/* Injected Insights link: match sibling nav-link typography */
#menu-item-insights-injected,
li#menu-item-insights-injected {
  display: inline-block !important;
}
#menu-item-insights-injected > a,
#menu-item-insights-injected > a.nav-link,
li#menu-item-insights-injected a {
  font-size: 13px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-family: inherit !important;
  color: inherit !important;
  padding: 0 !important;
  line-height: inherit !important;
}
#menu-item-insights-injected > a:hover,
li#menu-item-insights-injected a:hover {
  color: #2CBAE3 !important;
}


/* ================================================================ */
/* PHASE 2 v3 — mobile hero overflow + Insights cards stacking      */
/* ================================================================ */

.cl-hero-dark .cl-hero-dark-inner,
.cl-hero .cl-hero-inner,
.cl-hero-dark-inner,
.cl-hero-inner {
  padding-right: max(32px, 5vw) !important;
  box-sizing: border-box !important;
}

.cl-hero-kicker,
.cl-hero-dark .cl-hero-kicker,
.cl-hero .cl-hero-kicker,
[class*="cl-hero"] .cl-hero-kicker {
  width: auto !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.cl-hero-rule,
.cl-hero-dark .cl-hero-rule,
.cl-hero .cl-hero-rule,
[class*="cl-hero"] .cl-hero-rule {
  width: 60px !important;
  max-width: 60px !important;
  box-sizing: border-box !important;
}

@media (max-width: 540px) {
  .cl-hero-dark .cl-hero-h1,
  .cl-hero .cl-hero-h1,
  .cl-hero-h1 {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.15 !important;
  }
  .cl-hero-dark .cl-hero-dark-inner,
  .cl-hero-dark-inner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* Insights teaser cards: single column */
  [style*="grid-template-columns"][style*="minmax(320px"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .ca-chain-v10-chip,
  a.ca-chain-v10-chip {
    min-height: 36px !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
  }
}


/* ================================================================ */
/* PHASE 2 v4 — mobile hamburger swap + Insights cleanup            */
/* ================================================================ */

/* === Mobile #3: Force Houzez native hamburger to show, hide ElementsKit off-canvas === */
@media (max-width: 1024px) {
  /* Hide the ElementsKit off-canvas trigger — has wrong menu items */
  .ekit_navSidebar-button,
  a.ekit_navSidebar-button,
  .ekit-template-content-markup .ekit_navSidebar-button {
    display: none !important;
    visibility: hidden !important;
  }
  /* Force the Houzez native menu toggle visible + properly sized + positioned */
  .houzez-menu-toggle-button,
  .houzez-menu-toggle-button.toggle-mobile-nav,
  button.houzez-menu-toggle-button,
  a.houzez-menu-toggle-button,
  [class*="houzez-menu-toggle"] {
    display: inline-flex !important;
    visibility: visible !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 46px !important;
    min-width: 48px !important;
    min-height: 46px !important;
    padding: 10px !important;
    background: transparent !important;
    border: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 100 !important;
    color: #0E1B3D !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  /* Hamburger icon bars — make them visible if hidden */
  .houzez-menu-toggle-button .icon-bar,
  .houzez-menu-toggle-button span,
  .houzez-menu-toggle-button i {
    display: block !important;
    background: #0E1B3D !important;
  }
}

/* === NEW-1: Hide Houzez auto page-title-wrap H1 on Insights (and lake pages) === */
body.page-id-15560 .page-title-wrap,
body.page-id-15560 .houzez-bredcurmb-area,
body.page-id-15560 .breadcrumb-wrap,
body.page-id-15560 .houzez-page-title,
body.page-id-15560 .page-banner-section,
body.page-id-15560 .breadcrumb-section,
body.page-id-15560 [class*="page-title"]:not([class*="cl-"]) {
  display: none !important;
}

/* === NEW-2: Insights page — remove sidebar, expand main column to full width === */
body.page-id-15560 .sidebar,
body.page-id-15560 #secondary,
body.page-id-15560 [class*="sidebar"]:not([class*="ekit-sidebar-widget"]),
body.page-id-15560 .houzez-sidebar,
body.page-id-15560 aside.widget-area,
body.page-id-15560 .col-md-4 + .sidebar,
body.page-id-15560 .col-lg-3.sidebar {
  display: none !important;
  visibility: hidden !important;
}
body.page-id-15560 .col-md-8,
body.page-id-15560 .col-lg-9,
body.page-id-15560 .col-lg-8,
body.page-id-15560 .main-content,
body.page-id-15560 #primary,
body.page-id-15560 [class*="col-"][class*="-8"],
body.page-id-15560 [class*="col-"][class*="-9"] {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
/* Insights page container must stretch full width */
body.page-id-15560 .container,
body.page-id-15560 .houzez-container,
body.page-id-15560 .row {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* ================================================================ */
/* PHASE 3 v1 — Insights H1 max-width + minor polish               */
/* ================================================================ */
body.page-id-15560 .cl-hero-h1,
body.page-id-15560 h1.cl-hero-h1,
body.page-id-15560 .cl-hero-dark .cl-hero-h1 {
  max-width: 980px !important;
  hyphens: auto !important;
  word-wrap: break-word !important;
}
body.page-id-15560 .cl-hero-dark p {
  max-width: 760px !important;
}


/* ================================================================ */
/* PHASE 3 v2 — closes S2-1, S2-4, S2-13, S2-14                    */
/* ================================================================ */

/* === S2-4 + S2-13: Hide Houzez native footer (custom .cl-footer wins) === */
footer.footer-wrap,
footer.footer-wrap.footer-wrap-v1,
.footer-wrap.footer-wrap-v1,
body footer.footer-wrap-v1 {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* === S2-1: Stat grid styling for .cl-stats === */
.cl-stats {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 32px !important;
  margin: 40px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
@media (max-width: 860px) {
  .cl-stats { grid-template-columns: repeat(2, 1fr) !important; gap: 24px !important; }
}
@media (max-width: 480px) {
  .cl-stats { grid-template-columns: 1fr !important; gap: 20px !important; }
}
.cl-stats .cl-stat {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  padding: 24px 0 !important;
  border-top: 2px solid #2CBAE3 !important;
  text-align: left !important;
}
.cl-stats .cl-stat .num {
  font-family: 'Cormorant Garamond', 'Times New Roman', Georgia, serif !important;
  font-size: clamp(36px, 4.2vw, 56px) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #0E1B3D !important;
  letter-spacing: -0.01em !important;
  margin: 0 !important;
}
.cl-stats .cl-stat .lbl {
  font-family: Aileron, system-ui, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #444 !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}
.cl-section.cl-dark .cl-stats .cl-stat .num,
.cl-dark .cl-stats .cl-stat .num { color: #fff !important; }
.cl-section.cl-dark .cl-stats .cl-stat .lbl,
.cl-dark .cl-stats .cl-stat .lbl { color: rgba(255,255,255,0.78) !important; }

/* Source line */
.cl-source {
  font-family: Aileron, system-ui, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  color: #777 !important;
  margin: 24px 0 28px !important;
  font-style: normal !important;
}
.cl-section.cl-dark .cl-source,
.cl-dark .cl-source { color: rgba(255,255,255,0.6) !important; }

/* === S2-14: Button family — .cl-cta + .cl-btn (promote inline links to real buttons) === */
.cl-cta,
a.cl-cta,
.cl-btn,
a.cl-btn,
.cl-btn-row a,
.cl-btn-dark,
a.cl-btn-dark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 28px !important;
  font-family: Aileron, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 2px solid #0E1B3D !important;
  background-color: #0E1B3D !important;
  color: #fff !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  min-height: 44px !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}
.cl-cta:hover,
.cl-btn:hover,
.cl-btn-row a:hover,
.cl-btn-dark:hover {
  background-color: #2CBAE3 !important;
  border-color: #2CBAE3 !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(44, 186, 227, 0.25) !important;
  text-decoration: none !important;
}
/* Outline variant on dark backgrounds */
.cl-section.cl-dark .cl-btn,
.cl-section.cl-dark .cl-cta,
.cl-section.cl-dark .cl-btn-row a,
.cl-dark .cl-btn,
.cl-dark .cl-cta {
  border-color: #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}
.cl-section.cl-dark .cl-btn:hover,
.cl-section.cl-dark .cl-cta:hover,
.cl-section.cl-dark .cl-btn-row a:hover,
.cl-dark .cl-btn:hover,
.cl-dark .cl-cta:hover {
  background-color: #2CBAE3 !important;
  border-color: #2CBAE3 !important;
  color: #fff !important;
}

/* Button row layout */
.cl-btn-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin: 24px 0 0 !important;
}


/* PHASE 3 v3 — literal brand cyan on .cl-cta hover (override dark-section rule) */
.cl-cta:hover,
a.cl-cta:hover,
.cl-section .cl-cta:hover,
.cl-section.cl-dark .cl-cta:hover,
.cl-dark .cl-cta:hover,
.cl-section.cl-light .cl-cta:hover {
  background-color: #2CBAE3 !important;
  border-color: #2CBAE3 !important;
  color: #0E1B3D !important;
  box-shadow: 0 6px 18px rgba(44, 186, 227, 0.32) !important;
}


/* PHASE 4 — show Houzez footer (was hidden in v2; now replaced with chain content) */
footer.footer-wrap,
footer.footer-wrap.footer-wrap-v1,
.footer-wrap.footer-wrap-v1,
body footer.footer-wrap-v1 {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  background: #0E1B3D !important;
  color: #fff !important;
  padding-top: 60px !important;
}
.footer-wrap.footer-wrap-v1 *,
.footer-wrap.footer-wrap-v1 a,
.footer-wrap.footer-wrap-v1 li {
  color: rgba(255,255,255,0.88) !important;
}
.footer-wrap.footer-wrap-v1 a:hover { color: #2CBAE3 !important; }
.footer-wrap.footer-wrap-v1 .widget-title,
.footer-wrap.footer-wrap-v1 h3 {
  color: #fff !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}
.footer-wrap.footer-wrap-v1 ul li {
  margin-bottom: 8px !important;
  font-size: 14px !important;
  list-style: none !important;
}
.footer-wrap.footer-wrap-v1 .cl-footer-chain li a {
  font-size: 13px !important;
}


/* ================================================================ */
/* PHASE 4 v2 — header logo legibility + footer polish              */
/* ================================================================ */

/* Header logo on light glass background — darken cyan logo for legibility */
.elementor-element-9c6ac71 img,
.elementor-element-9c6ac71 .elementor-element img,
.main-header img.logo,
header img[src*="WebLogo"],
[class*="elementor-element"] img[src*="WebLogo"],
[class*="header"] img[src*="WebLogo"]:not(.cl-mobile-panel img) {
  filter: brightness(0.35) saturate(2.2) contrast(1.1) !important;
  -webkit-filter: brightness(0.35) saturate(2.2) contrast(1.1) !important;
  transition: filter 0.2s ease !important;
}

/* Footer CTA button styled like primary button */
.cl-footer-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 26px !important;
  border: 2px solid #fff !important;
  background: transparent !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.16em !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: Aileron, system-ui, sans-serif !important;
  transition: all 0.2s ease !important;
}
.cl-footer-cta-btn:hover {
  background: #2CBAE3 !important;
  border-color: #2CBAE3 !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

/* The Chain footer column — 2-col list */
.cl-footer-chain {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  columns: 2 !important;
  column-gap: 18px !important;
}
.cl-footer-chain li {
  break-inside: avoid !important;
  margin-bottom: 8px !important;
  font-size: 13px !important;
}
.cl-footer-chain li a {
  color: rgba(255, 255, 255, 0.85) !important;
}
.cl-footer-chain li a:hover {
  color: #2CBAE3 !important;
}

/* Footer legal row links */
.footer-legal-row a {
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none !important;
  font-size: 13px !important;
}
.footer-legal-row a:hover {
  color: #2CBAE3 !important;
  text-decoration: underline !important;
}

/* Footer-bottom logo centered */
.footer-bottom-wrap .footer-logo img {
  filter: brightness(1.1) saturate(1.05) !important;
}


/* ================================================================ */
/* PHASE 4 v3 — Lakes mega-dropdown styling                         */
/* ================================================================ */
.cl-lakes-dropdown {
  min-width: 380px !important;
  columns: 2 !important;
  column-gap: 16px !important;
  padding: 12px 18px !important;
}
.cl-lakes-dropdown li {
  break-inside: avoid !important;
  display: block !important;
  margin-bottom: 0 !important;
}
.cl-lakes-dropdown .dropdown-item {
  padding: 6px 0 !important;
  font-size: 12px !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  color: #333 !important;
  display: block !important;
}
.cl-lakes-dropdown .dropdown-item:hover {
  color: #2CBAE3 !important;
  background: rgba(44, 186, 227, 0.06) !important;
  padding-left: 6px !important;
  transition: padding 0.15s ease, color 0.15s ease;
}


/* ================================================================ */
/* POLISH v1 — Lake Nellie visual distinction (chain-isolation)     */
/* ================================================================ */

/* Lake Nellie is NOT part of the chain — gray out + dashed border */
.ca-chain-v10 path[aria-label="Lake Nellie"],
.ca-chain-v10 [aria-label="Lake Nellie"] {
  fill: #b8c0cc !important;
  fill-opacity: 0.45 !important;
  stroke: #6b7585 !important;
  stroke-dasharray: 3 2 !important;
  stroke-width: 1 !important;
  cursor: help !important;
}
.ca-chain-v10 path[aria-label="Lake Nellie"]:hover,
.ca-chain-v10 [aria-label="Lake Nellie"]:hover {
  fill: #95a0b1 !important;
  fill-opacity: 0.7 !important;
}
/* Same for any chip variant */
.ca-chain-v10-chip[href*="nellie"],
.ca-chain-v10-chip[aria-label*="Nellie"] {
  opacity: 0.55 !important;
  border-style: dashed !important;
  border-color: #999 !important;
  font-style: italic !important;
}
.ca-chain-v10-chip[href*="nellie"]::after,
.ca-chain-v10-chip[aria-label*="Nellie"]::after {
  content: " (isolated)";
  font-size: 0.85em;
  color: #888;
}


/* PHASE 4 v4 — editorial cl-footer */
.cl-footer {
  background: #0E1B3D !important;
  color: rgba(255, 255, 255, 0.88) !important;
  padding: 70px 0 32px !important;
  font-family: Aileron, system-ui, sans-serif !important;
  width: 100% !important;
}
.cl-footer * { box-sizing: border-box; }
.cl-footer a { color: rgba(255, 255, 255, 0.85) !important; text-decoration: none !important; transition: color 0.18s ease !important; }
.cl-footer a:hover { color: #2CBAE3 !important; }
.cl-footer-top { padding: 0 0 48px; }
.cl-footer-grid { max-width: 1240px; margin: 0 auto; padding: 0 max(32px, 5vw); display: grid; grid-template-columns: 1.3fr 1fr 1.4fr 1fr; gap: 56px; }
@media (max-width: 1024px) { .cl-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 600px) { .cl-footer-grid { grid-template-columns: 1fr; gap: 32px; } .cl-footer { padding: 48px 0 28px !important; } }
.cl-foot-h { color: #fff !important; font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif !important; font-size: 22px !important; font-weight: 400 !important; margin: 0 0 18px !important; line-height: 1.2 !important; }
.cl-footer-brand .cl-foot-logo { max-width: 200px; height: auto; margin: 0 0 18px; display: block; }
.cl-foot-tagline { font-size: 14px !important; line-height: 1.6 !important; color: rgba(255, 255, 255, 0.78) !important; margin: 0 0 20px !important; }
.cl-foot-cta { display: inline-flex !important; align-items: center !important; padding: 11px 22px !important; border: 1px solid rgba(255, 255, 255, 0.4) !important; font-size: 12px !important; letter-spacing: 0.18em !important; text-transform: uppercase !important; font-weight: 500 !important; color: #fff !important; transition: all 0.2s ease !important; }
.cl-foot-cta:hover { background: #2CBAE3 !important; border-color: #2CBAE3 !important; }
.cl-foot-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.cl-foot-list li { margin-bottom: 10px !important; font-size: 14px !important; }
.cl-foot-chain-list { columns: 2 !important; column-gap: 16px !important; }
.cl-foot-chain-list li { break-inside: avoid !important; font-size: 13px !important; margin-bottom: 8px !important; }
.cl-foot-contact a, .cl-foot-hours { font-size: 14px !important; line-height: 1.55 !important; margin: 0 0 6px !important; color: rgba(255, 255, 255, 0.85) !important; }
.cl-foot-social { margin-top: 22px; display: flex; gap: 12px; }
.cl-foot-social a { display: inline-flex !important; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 50%; font-size: 15px; color: rgba(255, 255, 255, 0.78) !important; transition: all 0.2s ease !important; }
.cl-foot-social a:hover { background: #2CBAE3 !important; border-color: #2CBAE3 !important; color: #fff !important; }
.cl-footer-rule { max-width: 1240px; margin: 0 auto; height: 1px; background: rgba(255, 255, 255, 0.08); width: calc(100% - 64px); }
.cl-footer-bottom { max-width: 1240px; margin: 0 auto; padding: 32px max(32px, 5vw) 0; text-align: center; }
.cl-foot-legal-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; font-size: 12px; margin-bottom: 18px; }
.cl-foot-legal-row a { color: rgba(255, 255, 255, 0.7) !important; }
.cl-foot-legal-row .cl-foot-sep { color: rgba(255, 255, 255, 0.3); font-size: 11px; }
.cl-foot-copy { font-size: 13px !important; color: rgba(255, 255, 255, 0.85) !important; margin: 0 0 14px !important; }
.cl-foot-legal-block p { font-size: 11.5px !important; line-height: 1.6 !important; color: rgba(255, 255, 255, 0.5) !important; margin: 0 auto 6px auto !important; max-width: 880px; }
.cl-foot-legal-block p strong { color: rgba(255, 255, 255, 0.7) !important; }
.cl-foot-mls { font-size: 11px !important; opacity: 0.85; }
.cl-foot-license { font-size: 11px !important; margin-top: 8px !important; }


/* ================================================================ */
/* PHASE 5 v1 — Trust band + mobile hero polish                    */
/* ================================================================ */

/* Trust band — full-bleed dark section with 4 credibility cells */
.cl-trust-band {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: #0E1B3D !important;
  padding: 56px 0 !important;
  border-top: 2px solid #2CBAE3 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
.cl-trust-band-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 max(28px, 5vw);
  box-sizing: border-box;
}
.cl-trust-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 32px !important;
}
@media (max-width: 860px) {
  .cl-trust-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 28px !important; }
  .cl-trust-band { padding: 44px 0 !important; }
}
@media (max-width: 480px) {
  .cl-trust-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  .cl-trust-band { padding: 36px 0 !important; }
}

.cl-trust-cell {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 0 !important;
  text-align: left !important;
}
.cl-trust-cell .cl-trust-num {
  font-family: 'Cormorant Garamond', 'Times New Roman', Georgia, serif !important;
  font-size: clamp(40px, 5vw, 60px) !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  color: #2CBAE3 !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 10px !important;
}
.cl-trust-cell .cl-trust-lbl {
  font-family: Aileron, system-ui, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  margin: 0 0 6px !important;
}
.cl-trust-cell .cl-trust-meta {
  font-family: Aileron, system-ui, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  color: rgba(255,255,255,0.55) !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

/* === Mobile hero typography — tighten for small screens === */
@media (max-width: 540px) {
  .cl-hero h1,
  .cl-hero .cl-hero-h1 {
    font-size: clamp(26px, 6.5vw, 34px) !important;
    line-height: 1.12 !important;
    margin-bottom: 18px !important;
  }
  .cl-hero p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 22px !important;
  }
  /* Stack CTAs cleanly on mobile */
  .cl-hero a[href]:not(.cl-foot-cta):not(.elementor-button) {
    display: block !important;
    width: 100% !important;
    margin: 8px 0 !important;
    text-align: center !important;
  }
  /* Hero overall padding tighter on mobile */
  .cl-hero {
    padding-top: 48px !important;
    padding-bottom: 56px !important;
  }
  /* Hide watermark on mobile (decorative, takes space) */
  .cl-hero [aria-hidden="true"] {
    display: none !important;
  }
}

/* === Mobile cl-cta buttons — fix 'Schedule a 30-minute consult' wrap === */
@media (max-width: 540px) {
  .cl-cta,
  a.cl-cta {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 14px 18px !important;
    font-size: 12px !important;
    letter-spacing: 0.12em !important;
    white-space: normal !important;
    line-height: 1.3 !important;
    box-sizing: border-box !important;
  }
  /* Section heading sizing — tighten 'Nine Featured Waters. One Chain of Seventeen.' */
  .cl-section .cl-h2,
  section .cl-h2 {
    font-size: clamp(28px, 6.8vw, 38px) !important;
    line-height: 1.1 !important;
  }
  /* Tighter section padding overall */
  .cl-section,
  section.cl-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}


/* PHASE 5 v2 — magnet form input border bump (closes WCAG 1.4.11) */
.cl-lake-magnet input,
.cl-lake-magnet select,
.cl-lake-magnet textarea,
form[id^="cl-lm-"] input,
form[id^="cl-lm-"] select,
form[id^="cl-lm-"] textarea,
form[id^="cl-lm-"] [class*="input"] {
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  background-color: rgba(255, 255, 255, 0.06) !important;
  transition: border-color 0.18s ease, background-color 0.18s ease !important;
}
.cl-lake-magnet input:focus,
.cl-lake-magnet select:focus,
.cl-lake-magnet textarea:focus,
form[id^="cl-lm-"] input:focus,
form[id^="cl-lm-"] select:focus,
form[id^="cl-lm-"] textarea:focus {
  border-color: #2CBAE3 !important;
  background-color: rgba(255, 255, 255, 0.10) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(44, 186, 227, 0.18) !important;
}
.cl-lake-magnet input::placeholder,
form[id^="cl-lm-"] input::placeholder,
form[id^="cl-lm-"] textarea::placeholder {
  color: rgba(255, 255, 255, 0.62) !important;
}


/* ================================================================ */
/* PHASE 6 — Johns Lake adjacent section + chip hover/highlight     */
/* ================================================================ */

.cl-johnslake-section {
  background: #faf8f3 !important;
  border-top: 1px solid rgba(14, 27, 61, 0.08);
}
.cl-johnslake-figure {
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}
.cl-johnslake-figure:hover {
  box-shadow: 0 8px 32px rgba(44, 186, 227, 0.18);
}
.cl-johnslake-map {
  transition: transform 0.4s ease, filter 0.3s ease;
}
.cl-johnslake-figure:hover .cl-johnslake-map {
  transform: scale(1.02);
  filter: saturate(1.08) brightness(1.04);
}

/* Chip pattern matches .ca-chain-v10-chip — same hover treatment */
.cl-jl-chip {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding: 18px 20px !important;
  background: #fff !important;
  border: 1px solid rgba(14, 27, 61, 0.10) !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  font-family: Aileron, system-ui, sans-serif !important;
  cursor: pointer !important;
  transition: transform 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease !important;
  position: relative !important;
}
.cl-jl-chip:hover {
  color: #2CBAE3 !important;
  transform: translateY(-1px) scale(1.02) !important;
  box-shadow: 0 4px 14px rgba(44, 186, 227, 0.18) !important;
  background-color: rgba(44, 186, 227, 0.04) !important;
  border-color: #2CBAE3 !important;
  text-decoration: none !important;
}
.cl-jl-chip:focus-visible {
  outline: 2px solid #2CBAE3 !important;
  outline-offset: 2px !important;
}
.cl-jl-chip-eyebrow {
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #2CBAE3 !important;
  font-weight: 500 !important;
  display: block !important;
}
.cl-jl-chip-title {
  font-family: 'Cormorant Garamond', 'Times New Roman', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #0E1B3D !important;
  display: block !important;
  margin: 2px 0 4px !important;
}
.cl-jl-chip:hover .cl-jl-chip-title {
  color: #0E1B3D !important;
}
.cl-jl-chip-meta {
  font-size: 12px !important;
  color: #666 !important;
  line-height: 1.45 !important;
  display: block !important;
}

/* Mobile responsive */
@media (max-width: 540px) {
  .cl-johnslake-section .cl-container {
    padding: 44px 24px !important;
  }
  .cl-johnslake-features {
    grid-template-columns: 1fr !important;
  }
  .cl-jl-chip-title {
    font-size: 18px !important;
  }
}


/* PHASE 6 v2 — Johns Lake full-bleed breakout (was constrained by page-content-wrap) */
.cl-johnslake-section,
section.cl-johnslake-section {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.cl-johnslake-section .cl-container,
section.cl-johnslake-section .cl-container {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}
@media (max-width: 540px) {
  .cl-johnslake-section .cl-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}


/* ================================================================ */
/* LAKE PROFILE — typography for cl-lake-profile sections           */
/* ================================================================ */
.cl-lake-profile {
  background: #faf8f3 !important;
  padding: 80px 0 !important;
  border-top: 1px solid rgba(14, 27, 61, 0.08);
}
.cl-lake-profile .cl-container {
  max-width: 880px !important;
  margin: 0 auto !important;
  padding: 0 max(28px, 5vw) !important;
}
.cl-lake-profile .cl-kicker {
  color: #2CBAE3 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin: 0 0 12px !important;
  font-family: Aileron, system-ui, sans-serif !important;
}
.cl-lake-profile .cl-bar {
  width: 60px !important;
  height: 2px !important;
  background: #2CBAE3 !important;
  margin: 0 0 18px !important;
}
.cl-lake-profile .cl-section-h {
  font-family: 'Cormorant Garamond', 'Times New Roman', Georgia, serif !important;
  font-weight: 400 !important;
  font-size: clamp(32px, 4.2vw, 48px) !important;
  line-height: 1.1 !important;
  margin: 0 0 16px !important;
  color: #0E1B3D !important;
}
.cl-lake-profile .cl-sub {
  font-family: Aileron, system-ui, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  color: #444 !important;
  margin: 0 0 36px !important;
}
.cl-lake-profile .cl-profile-h {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
  font-size: 26px !important;
  color: #0E1B3D !important;
  margin: 36px 0 14px !important;
  line-height: 1.2 !important;
}
.cl-lake-profile .cl-profile-h-sub {
  font-family: Aileron, system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #2CBAE3 !important;
  margin: 28px 0 12px !important;
}
.cl-lake-profile p {
  font-family: Aileron, system-ui, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #2a2a2a !important;
  margin: 0 0 16px !important;
}
.cl-lake-profile p strong {
  color: #0E1B3D !important;
  font-weight: 600 !important;
}
.cl-lake-profile .cl-profile-list {
  margin: 12px 0 24px !important;
  padding: 0 !important;
}
.cl-lake-profile dt {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #0E1B3D !important;
  margin: 18px 0 4px !important;
  line-height: 1.3 !important;
}
.cl-lake-profile dt .cl-profile-meta {
  font-family: Aileron, system-ui, sans-serif !important;
  font-style: italic !important;
  font-size: 13px !important;
  color: #888 !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
}
.cl-lake-profile dd {
  font-family: Aileron, system-ui, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #444 !important;
  margin: 0 0 0 0 !important;
  padding-left: 0 !important;
}
.cl-lake-profile .cl-profile-source {
  margin-top: 40px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(14, 27, 61, 0.1) !important;
  font-size: 12px !important;
  color: #888 !important;
  font-style: italic !important;
}

@media (max-width: 540px) {
  .cl-lake-profile { padding: 56px 0 !important; }
  .cl-lake-profile .cl-section-h { font-size: clamp(26px, 7vw, 36px) !important; }
  .cl-lake-profile .cl-profile-h { font-size: 22px !important; margin-top: 28px !important; }
  .cl-lake-profile dt { font-size: 18px !important; }
}


/* PHASE 7 — Footer 4-column grid refinement */
.cl-footer-grid {
  grid-template-columns: 1.2fr 1.1fr 1fr 1.5fr !important;
}
@media (max-width: 1024px) {
  .cl-footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 600px) {
  .cl-footer-grid {
    grid-template-columns: 1fr !important;
  }
}
.cl-footer-chain-col .cl-foot-chain-list {
  columns: 2 !important;
  column-gap: 18px !important;
}
@media (max-width: 600px) {
  .cl-footer-chain-col .cl-foot-chain-list {
    columns: 2 !important;
  }
}


/* ================================================================ */
/* PHASE 9 — Post-relaunch fixes                                     */
/* ================================================================ */

/* FIX 1: Hide broken Elementor hero on single blog posts.
   Element 12560 has hardcoded "Lakefront living: Your Clermont Paradise awaits!" + bedroom image + wrong date.
   The actual single-post content (12455) renders below it and is correct. */
body.single-post [data-elementor-id="12560"],
body.single-post.single-format-standard [data-elementor-id="12560"] {
  display: none !important;
}

/* FIX 4: Hamburger width override — Houzez .btn padding 15px 35px was making it 71px wide */
.cl-mobile-hamb,
button.cl-mobile-hamb,
.btn.cl-mobile-hamb {
  width: 48px !important;
  height: 48px !important;
  padding: 14px 12px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  box-sizing: border-box !important;
}


/* PHASE 10 — Insights + Heritage H1 alignment (was left:-12px outside gutter) */
.cl-hero-dark h1.cl-hero-h1,
.cl-hero h1.cl-hero-h1,
h1.cl-hero-h1,
body.page-id-15560 h1.cl-hero-h1,
body.page-id-15929 h1.cl-hero-h1 {
  margin-left: 0 !important;
  padding-left: 0 !important;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
}


/* PHASE 12 — IDX saved-link browse cards */
.cl-inventory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 32px 0;
}
.cl-listing-link {
  display: block;
  background: #fff;
  border: 1px solid rgba(14, 27, 61, 0.10);
  border-radius: 4px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  cursor: pointer;
}
.cl-listing-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(44, 186, 227, 0.18);
  border-color: #2CBAE3;
  text-decoration: none;
}
.cl-listing-link .cl-listing-img {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #0E1B3D 0%, #1a2b55 100%);
  position: relative;
}
.cl-listing-link .cl-listing-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(44,186,227,0.15) 0%, transparent 70%);
}
.cl-listing-link .cl-listing-body {
  padding: 22px 24px;
}
.cl-listing-link .cl-listing-kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2CBAE3;
  font-weight: 500;
  margin-bottom: 6px;
}
.cl-listing-link h3 {
  font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #0E1B3D !important;
  margin: 0 0 6px !important;
}
.cl-listing-link .meta {
  font-family: Aileron, system-ui, sans-serif;
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.5;
}
.cl-listing-link-arrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: #2CBAE3;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 0.15s ease;
}
.cl-listing-link:hover .cl-listing-link-arrow {
  color: #0E1B3D;
}

/* Subtle per-lake variant on image bg */
.cl-listing-img-chain { background: linear-gradient(135deg, #0E1B3D 0%, #2CBAE3 100%) !important; }
.cl-listing-img-minneola { background: linear-gradient(135deg, #0a1429 0%, #1a3d5c 100%) !important; }
.cl-listing-img-louisa { background: linear-gradient(135deg, #1a3d5c 0%, #2c5a87 100%) !important; }
.cl-listing-img-minnehaha { background: linear-gradient(135deg, #0E1B3D 0%, #4a6fa5 100%) !important; }
.cl-listing-img-susan { background: linear-gradient(135deg, #0a1429 0%, #5c7ba8 100%) !important; }
.cl-listing-img-palisades { background: linear-gradient(135deg, #0E1B3D 0%, #6b8eb8 100%) !important; }
