/* =========================================================
   LAURA VIDA CUSTOM CSS
   Child Theme custom.css
   Clean Hero Control Version — 05142026
   Page ID 4852 only
   ========================================================= */

/* =========================================================
   00. DEBUG / CACHE TESTING
   Remove after confirming custom.css is loading.
   ========================================================= 

body.page-id-4852::before {
  content: "custom.css loaded";
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 999999;
  padding: 6px 10px;
  background: #000;
  color: #fff;
  font: 12px/1.2 Arial, sans-serif;
  border-radius: 3px;
}
*/

/* =========================================================
   01. HOME HERO — BASE
   ========================================================= */

body.page-id-4852 #home-hero-section {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

body.page-id-4852 #home-hero-section .et_pb_row,
body.page-id-4852 #home-hero-section .et_pb_column,
body.page-id-4852 #home-hero-section .et_pb_module {
  position: relative !important;
  z-index: 5 !important;
}

/* Phone/tablet overlays disabled. Use Photoshop-shaded responsive images instead. */
@media (max-width: 1100px) {
  body.page-id-4852 #home-hero-section::before,
  body.page-id-4852 #home-hero-section::after {
    content: none !important;
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* Optional desktop readability overlay. Delete this block if the desktop background image has baked-in shading. */
@media (min-width: 1101px) {
  body.page-id-4852 #home-hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background:
      radial-gradient(
        ellipse at 86% 42%,
        rgba(255,255,255,0.62) 0%,
        rgba(255,255,255,0.42) 26%,
        rgba(255,255,255,0.18) 48%,
        rgba(255,255,255,0.04) 68%,
        rgba(255,255,255,0) 84%
      ),
      linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 48%,
        rgba(255,255,255,0.04) 62%,
        rgba(255,255,255,0.14) 78%,
        rgba(255,255,255,0.34) 100%
      ) !important;
  }

  body.page-id-4852 #home-hero-section::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background: none !important;
  }
}

/* =========================================================
   02. HOME HERO — ROW / TEXT STACK PLACEMENT
   ========================================================= */

@media (min-width: 1101px) {
  body.page-id-4852 #home-hero-top-row-col2 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-left: 46vw !important;
    padding-right: 5vw !important;
    padding-top: 5.5vh !important;
    text-align: center !important;
    transform: none !important;
    background: transparent !important;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  body.page-id-4852 #home-hero-top-row-col2 {
    padding-left: 48vw !important;
    padding-right: 6vw !important;
    padding-top: 6vh !important;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  body.page-id-4852 #home-hero-top-row-col2 {
    padding-left: 44vw !important;
    padding-right: 4vw !important;
    padding-top: 4.5vh !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.page-id-4852 #home-hero-section {
    background-position: 50% top !important;
    background-size: cover !important;
  }

  body.page-id-4852 #home-hero-top-row-col2 {
    padding-left: 42vw !important;
    padding-right: 2vw !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    transform: none !important;
    text-align: center !important;
    background: transparent !important;
  }
}

@media (max-width: 767px) {
  body.page-id-4852 #home-hero-section {
    background-position: 80% top !important;
    background-size: cover !important;
  }

  body.page-id-4852 #home-hero-top-row-col2 {
    padding-left: 48vw !important;
    padding-right: 1vw !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    transform: none !important;
    text-align: center !important;
    background: transparent !important;
  }
}

/* =========================================================
   03. HOME HERO — MAIN TITLE
   NOTE: Prefer a unique module ID of home-hero-title for INTERIOR ALCHEMY.
   Fallback below covers #home-hero-text when it is not also .home-feng-shui-soul.
   ========================================================= */

body.page-id-4852 #home-hero-title,
body.page-id-4852 .home-hero-title {
  text-align: center !important;
  margin: 0 auto !important;
}

body.page-id-4852 #home-hero-title h1,
body.page-id-4852 #home-hero-title h2,
body.page-id-4852 .home-hero-title h1,
body.page-id-4852 .home-hero-title h2,
body.page-id-4852 #home-hero-text:not(.home-feng-shui-soul) h1,
body.page-id-4852 #home-hero-text:not(.home-feng-shui-soul) h2 {
  font-family: Cormorant, Georgia, "Times New Roman", serif !important;
  font-size: clamp(3.4rem, 3.6vw, 5.2rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0.04em !important;
  color: #c4a052 !important;
  text-align: center !important;
  text-shadow: 0 2px 8px rgba(255,255,255,0.7) !important;
  margin: 0 0 0.35em 0 !important;
  padding: 0 !important;
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.page-id-4852 #home-hero-title h1,
  body.page-id-4852 #home-hero-title h2,
  body.page-id-4852 .home-hero-title h1,
  body.page-id-4852 .home-hero-title h2,
  body.page-id-4852 #home-hero-text:not(.home-feng-shui-soul) h1,
  body.page-id-4852 #home-hero-text:not(.home-feng-shui-soul) h2 {
    font-size: clamp(2.4rem, 4.2vw, 4rem) !important;
  }
}

@media (max-width: 767px) {
  body.page-id-4852 #home-hero-title h1,
  body.page-id-4852 #home-hero-title h2,
  body.page-id-4852 .home-hero-title h1,
  body.page-id-4852 .home-hero-title h2,
  body.page-id-4852 #home-hero-text:not(.home-feng-shui-soul) h1,
  body.page-id-4852 #home-hero-text:not(.home-feng-shui-soul) h2 {
    font-size: clamp(1.5rem, 5.5vw, 2.35rem) !important;
    line-height: 1.05 !important;
  }
}

/* =========================================================
   04. HOME HERO — SUBTITLE FONT SPLIT
   Corrected selector:
   Module ID = home-hero-text
   Module class = home-feng-shui-soul
   ========================================================= */

body.page-id-4852 #home-hero-text.home-feng-shui-soul,
body.page-id-4852 #home-hero-text.home-feng-shui-soul .et_pb_text_inner {
  text-align: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-subtitle {
  display: block !important;
  text-align: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-line {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 0.35em !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-line + .lv-hero-line {
  margin-top: 2.15rem !important;
}

body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-line br {
  display: none !important;
}

body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-plain {
  display: inline-block !important;
  font-family: 'gilroy-light', Arial, sans-serif !important;
  font-size: clamp(1.6rem, 1.65vw, 2.35rem) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #000000 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-script {
  display: inline-block !important;
  font-family: WildLoveScript, cursive !important;
  font-size: clamp(3.2rem, 3.4vw, 5rem) !important;
  font-weight: 400 !important;
  line-height: 0.8 !important;
  color: #6f8f8f !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-shadow:
    0 1px 5px rgba(255,255,255,0.85),
    0 3px 12px rgba(255,255,255,0.55) !important;
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-line + .lv-hero-line {
    margin-top: 1.25rem !important;
  }

  body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-plain {
    font-size: clamp(1.1rem, 2.4vw, 1.85rem) !important;
  }

  body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-script {
    font-size: clamp(2.3rem, 5vw, 3.9rem) !important;
  }
}

@media (max-width: 767px) {
  body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-line + .lv-hero-line {
    margin-top: 0.85rem !important;
  }

  body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-plain {
    font-size: clamp(0.9rem, 3.6vw, 1.25rem) !important;
  }

  body.page-id-4852 #home-hero-text.home-feng-shui-soul .lv-hero-script {
    font-size: clamp(1.7rem, 7.8vw, 2.85rem) !important;
  }
}

/* =========================================================
   05. HOME HERO — CREDIT / NAME TITLE
   ========================================================= */

body.page-id-4852 #home-laura-expert {
  text-align: center !important;
  margin: 1.25rem auto 0 auto !important;
  padding: 0 !important;
}

body.page-id-4852 #home-laura-expert h4.lv-hero-credit {
  display: block !important;
  text-align: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 1.1 !important;
  font-family: 'gilroy-light', Arial, sans-serif !important;
  color: #c4a052 !important;
  font-weight: 400 !important;
}

body.page-id-4852 #home-laura-expert h4.lv-hero-credit span.lv-hero-name {
  display: block !important;
  font-family: 'gilroy-light', Arial, sans-serif !important;
  font-size: clamp(1.85rem, 1.75vw, 2.55rem) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  color: #c4a052 !important;
  text-align: center !important;
  text-shadow:
    0.35px 0 0 currentColor,
    -0.35px 0 0 currentColor,
    0 0.35px 0 currentColor !important;
}

body.page-id-4852 #home-laura-expert h4.lv-hero-credit span.lv-hero-title {
  display: block !important;
  font-family: 'gilroy-light', Arial, sans-serif !important;
  font-size: clamp(1.35rem, 1.25vw, 1.9rem) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  color: #c4a052 !important;
  text-align: center !important;
  text-shadow:
    0.35px 0 0 currentColor,
    -0.35px 0 0 currentColor,
    0 0.35px 0 currentColor !important;
}

@media (min-width: 1280px) and (max-width: 1440px) {
  body.page-id-4852 #home-laura-expert h4.lv-hero-credit span.lv-hero-name {
    font-size: clamp(1.55rem, 1.55vw, 2rem) !important;
  }

  body.page-id-4852 #home-laura-expert h4.lv-hero-credit span.lv-hero-title {
    font-size: clamp(1.15rem, 1.15vw, 1.55rem) !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.page-id-4852 #home-laura-expert {
    max-width: 42vw !important;
    margin-left: auto !important;
    margin-right: 2vw !important;
    margin-top: 0.75rem !important;
  }

  body.page-id-4852 #home-laura-expert h4.lv-hero-credit span.lv-hero-name {
    font-size: clamp(0.9rem, 1.8vw, 1.25rem) !important;
  }

  body.page-id-4852 #home-laura-expert h4.lv-hero-credit span.lv-hero-title {
    font-size: clamp(0.72rem, 1.45vw, 1rem) !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 767px) {
  body.page-id-4852 #home-laura-expert {
    max-width: 46vw !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-top: 0.45rem !important;
  }

  body.page-id-4852 #home-laura-expert h4.lv-hero-credit span.lv-hero-name {
    font-size: clamp(0.78rem, 3vw, 1rem) !important;
  }

  body.page-id-4852 #home-laura-expert h4.lv-hero-credit span.lv-hero-title {
    font-size: clamp(0.62rem, 2.45vw, 0.82rem) !important;
    line-height: 1.05 !important;
  }
}

/* =========================================================
   HOME HERO — DISABLE CSS OVERLAY ON PHONE/TABLET
   Page ID 4852 only
   Phone/tablet shading is baked into background images
   ========================================================= */

@media (max-width: 1100px) {
  body.page-id-4852 #home-hero-section::before,
  body.page-id-4852 #home-hero-section::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* Laura Vida Homepage - Desktop/Laptop Hero Text Readability Overlay */
@media (min-width: 981px) {
  #home-hero-section {
    position: relative;
    overflow: hidden;
  }

  #home-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;

    background:
      radial-gradient(
        circle at 80% 34%,
         rgba(247, 243, 236, 0.68) 0%,
        rgba(247, 243, 236, 0.45) 14%,
        rgba(247, 243, 236, 0.16) 28%,
        rgba(247, 243, 236, 0) 42%
      );
  }

  #home-hero-section .et_pb_row,
  #home-hero-section .et_pb_column,
  #home-hero-section .et_pb_module {
    position: relative;
    z-index: 2;
  }
}