
/* Adeli v5.52 — archive card titles + hero supporting text only */

/* Product/archive card titles: v5.47 made these too small.
   Bring them back to a restrained but clearly readable premium size. */
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-card-title{
  font-family:"Playfair Display",serif !important;
  font-size:clamp(1.12rem,1.45vw,1.32rem) !important;
  line-height:1.28 !important;
  font-weight:500 !important;
  margin-top:.45rem !important;
  margin-bottom:.35rem !important;
}

/* Hero supporting text: ensure the text immediately below the hero title
   has sufficient size, contrast and visibility. */
.hero-title + p,
.page-hero h1 + p,
.site-hero h1 + p,
.hero-content h1 + p,
.hero-content .hero-subtitle,
.page-hero .hero-subtitle,
.site-hero .hero-subtitle,
.hero-copy p{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  font-family:"DM Sans",sans-serif !important;
  font-size:clamp(1rem,1.25vw,1.15rem) !important;
  line-height:1.55 !important;
  font-weight:400 !important;
  color:#fff !important;
  text-shadow:0 1px 4px rgba(0,0,0,.48) !important;
  max-width:760px !important;
}

/* Common generated hero description/content selectors. */
.hero .hero-description,
.hero .hero-intro,
.hero .hero-text,
.page-hero .hero-description,
.page-hero .hero-intro,
.site-hero .hero-description,
.site-hero .hero-intro{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  color:#fff !important;
  font-size:clamp(1rem,1.25vw,1.15rem) !important;
  line-height:1.55 !important;
  font-weight:400 !important;
  text-shadow:0 1px 4px rgba(0,0,0,.48) !important;
}

/* Mobile readability */
@media (max-width:767px){
  .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .product-card-title{
    font-size:1.08rem !important;
  }
  .hero-title + p,
  .page-hero h1 + p,
  .site-hero h1 + p,
  .hero-content h1 + p,
  .hero-content .hero-subtitle,
  .page-hero .hero-subtitle,
  .site-hero .hero-subtitle,
  .hero-copy p,
  .hero .hero-description,
  .hero .hero-intro,
  .hero .hero-text,
  .page-hero .hero-description,
  .page-hero .hero-intro,
  .site-hero .hero-description,
  .site-hero .hero-intro{
    font-size:1rem !important;
    line-height:1.5 !important;
  }
}
