/* Luminous Consults v239 — verified About enlargement and divider removal */

/* HOME: remove both long gold rules around Why Clients Choose Luminous. */
body.page-home .home-business-statement,
body.page-home .luminous-difference,
body.page-home .luminous-difference-header,
body.page-home .luminous-promises,
body.page-home .luminous-promise {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
body.page-home .home-business-statement::before,
body.page-home .home-business-statement::after,
body.page-home .home-business-statement-inner::before,
body.page-home .home-business-statement-inner::after,
body.page-home .luminous-difference::before,
body.page-home .luminous-difference::after,
body.page-home .luminous-difference-header::before,
body.page-home .luminous-difference-header::after,
body.page-home .luminous-promises::before,
body.page-home .luminous-promises::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* ABOUT: deliberately larger image and body copy, with a shorter masthead. */
@media (min-width: 901px) {
  body.page-about .editorial-page-header {
    padding: 7px clamp(24px,3.5vw,52px) 6px !important;
    min-height: 0 !important;
  }
  body.page-about .editorial-page-header-inner {
    max-width: 1380px !important;
    grid-template-columns: minmax(0,1fr) minmax(300px,.62fr) !important;
    gap: clamp(20px,3vw,42px) !important;
  }
  body.page-about .editorial-page-label {
    margin-bottom: 4px !important;
    font-size: .6rem !important;
  }
  body.page-about .editorial-page-title {
    font-size: clamp(1.85rem,2.35vw,2.7rem) !important;
    line-height: .98 !important;
  }
  body.page-about .editorial-page-deck {
    font-size: .84rem !important;
    line-height: 1.3 !important;
    padding: 2px 0 2px 15px !important;
  }

  body.page-about .about.section {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 10px clamp(24px,3.5vw,52px) 12px !important;
    grid-template-columns: minmax(470px,1.02fr) minmax(0,1fr) !important;
    gap: clamp(32px,4vw,64px) !important;
    align-items: center !important;
  }
  body.page-about .about-portrait {
    width: 100% !important;
    height: clamp(470px,56vh,590px) !important;
    min-height: 0 !important;
    max-height: 590px !important;
  }
  body.page-about .about-portrait img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
  body.page-about .about-copy {
    max-width: 830px !important;
    padding: 0 !important;
  }
  body.page-about .about-copy p.about-biography-lead {
    margin: 0 0 18px !important;
    font-size: clamp(1.4rem,1.62vw,1.7rem) !important;
    line-height: 1.37 !important;
  }
  body.page-about .about-copy p.about-biography-paragraph {
    margin: 0 0 16px !important;
    font-size: clamp(1.08rem,1.16vw,1.24rem) !important;
    line-height: 1.5 !important;
  }
  body.page-about .about-copy p:last-child { margin-bottom: 0 !important; }

  body.page-about footer.footer-forest-v191 {
    padding: 4px 0 !important;
    gap: 3px !important;
  }
  body.page-about footer.footer-forest-v191 .footer-picture-wrap { display: none !important; }
  body.page-about footer.footer-forest-v191 .footer-links {
    font-size: .67rem !important;
    gap: 4px 14px !important;
  }
  body.page-about footer.footer-forest-v191 .footer-bottom {
    padding: 3px 16px 0 !important;
    font-size: .6rem !important;
  }
}

/* Keep it within shorter laptop screens while still larger than v238. */
@media (min-width: 901px) and (max-height: 780px) {
  body.page-about .about-portrait {
    height: clamp(400px,50vh,475px) !important;
  }
  body.page-about .about-copy p.about-biography-lead {
    font-size: clamp(1.22rem,1.42vw,1.48rem) !important;
    line-height: 1.34 !important;
    margin-bottom: 12px !important;
  }
  body.page-about .about-copy p.about-biography-paragraph {
    font-size: clamp(.98rem,1.02vw,1.08rem) !important;
    line-height: 1.42 !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 900px) {
  body.page-about .about-portrait {
    min-height: 500px !important;
  }
  body.page-about .about-copy p.about-biography-lead {
    font-size: 1.32rem !important;
    line-height: 1.48 !important;
  }
  body.page-about .about-copy p.about-biography-paragraph {
    font-size: 1.08rem !important;
    line-height: 1.62 !important;
  }
}
