
/* Adeli v5.53 — targeted archive, hero lead and footer 1/5 correction only */

/* Archive/product titles: make them clearly readable without returning to the
   oversized earlier treatment. */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-loop-product__title,
.product-card-title,
.adeli-product-card h2,
.adeli-product-card h3{
  font-family:"Playfair Display",serif !important;
  font-size:clamp(1.22rem,1.55vw,1.42rem) !important;
  line-height:1.28 !important;
  font-weight:500 !important;
}

/* Hero supporting text — use the actual archive hero markup and the shared
   hero lead class, not only generic h1+p selectors. */
.adeli-category-hero .adeli-lead,
.adeli-hero .adeli-lead,
.adeli-hero .adeli-hero__lead,
.adeli-hero .hero-lead,
.adeli-category-hero__content .adeli-lead{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  color:#fff !important;
  font-family:"DM Sans",sans-serif !important;
  font-size:clamp(1rem,1.22vw,1.16rem) !important;
  font-weight:400 !important;
  line-height:1.62 !important;
  max-width:780px !important;
  margin:0 0 20px !important;
  text-shadow:0 1px 5px rgba(0,0,0,.58) !important;
}
.adeli-category-hero .adeli-lead p,
.adeli-hero .adeli-lead p{
  color:#fff !important;
  margin:0 0 .6em !important;
}

/* Footer widget 1: brand widget. Match the clean title treatment of the
   neighbouring footer headings, but retain sentence case. */
.adeli-footer-brand .adeli-footer-title{
  font-family:"Playfair Display",serif !important;
  font-size:1.15rem !important;
  line-height:1.2 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  color:#fff !important;
  margin:0 0 10px !important;
}
.adeli-footer-brand p{
  font-family:"DM Sans",sans-serif !important;
  font-size:.92rem !important;
  line-height:1.62 !important;
  font-weight:400 !important;
  color:rgba(255,255,255,.84) !important;
  margin:0 0 12px !important;
}

/* Footer widget 5: Connect. Keep it aligned with the same premium hierarchy. */
.adeli-footer-connect h3{
  font-family:"Playfair Display",serif !important;
  font-size:1.15rem !important;
  line-height:1.2 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  color:#fff !important;
  margin:0 0 10px !important;
}
.adeli-footer-connect .adeli-footer-note,
.adeli-footer-connect p{
  font-family:"DM Sans",sans-serif !important;
  font-size:.92rem !important;
  line-height:1.62 !important;
  font-weight:400 !important;
  color:rgba(255,255,255,.84) !important;
}
.adeli-footer-connect .adeli-footer-link,
.adeli-footer-brand .adeli-footer-link,
.adeli-footer-brand .adeli-footer-phone{
  font-family:"DM Sans",sans-serif !important;
  font-size:.92rem !important;
  line-height:1.5 !important;
}

/* Mobile: preserve readability without changing layout. */
@media(max-width:767px){
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-loop-product__title,
  .product-card-title,
  .adeli-product-card h2,
  .adeli-product-card h3{
    font-size:1.16rem !important;
  }
  .adeli-category-hero .adeli-lead,
  .adeli-hero .adeli-lead,
  .adeli-hero .adeli-hero__lead,
  .adeli-hero .hero-lead,
  .adeli-category-hero__content .adeli-lead{
    font-size:1rem !important;
    line-height:1.55 !important;
  }
}
