/* o986aba */
/* === hero/heading contrast fix (bespoke 2026-06-17) ===
   The overlay set --fg:#b09aa7 / --fg-muted:#a6969f (greyish-mauve),
   which washed the hero H1, hero subhead and section H2 ("Confronto…") out
   against the dark purple hero. Brighten those headings to readable porcelain. */
.hero-minimal h1,
.hero-se9ba3 h1{
  color:#fbf2ee;
  text-shadow:0 1px 2px rgba(0,0,0,.45);
}
.hero-minimal h1 em,.hero-minimal h1 .accent,
.hero-se9ba3 h1 em,.hero-se9ba3 h1 .accent{
  color:#e89cc8;            /* skin --gold-bright (rose) for emphasis */
}
.hero-low-se9ba3{
  color:#ecdbe3;            /* brighter than --fg-muted, stays on-palette */
}
.zone-head-se9ba3 h2,
.section-se9ba3 > h2,
section > h2{
  color:#fbf2ee;
}
/* /hero contrast fix */
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}

/* h1fit-mobile-20260721 : H1 one line on mobile <=999px (verified via Playwright 390x844) */
@media(max-width:999px){main h1{white-space:nowrap!important;font-size:14px!important}}
/* end-h1fit-mobile-20260721 */

