/* Clear, visible page topics using the existing Sei Less typography and palette. */
body[data-figma-page] .hero h1.seo-title,
body[data-figma-page]:not([data-figma-page="home"]) .hero h1.seo-title,
.destination-hero .seo-title{
  max-width:24ch!important;
  font-size:clamp(36px,3.5vw,54px)!important;
  line-height:1.12!important;
  letter-spacing:-.015em!important;
  white-space:normal!important;
  text-transform:none!important;
  text-wrap:balance;
}
body[data-figma-page] .hero h1.seo-title em,
body[data-figma-page]:not([data-figma-page="home"]) .hero h1.seo-title em,
.destination-hero .seo-title em{
  font-size:inherit!important;
  line-height:inherit!important;
}
body[data-figma-page] .hero .seo-tagline,
.destination-hero .seo-tagline{
  margin-top:18px!important;
  color:var(--fx-chalk,var(--cream,#ece5d8))!important;
  font:400 clamp(17px,1.6vw,22px)/1.4 var(--serif,'Tenor Sans',sans-serif)!important;
}
body[data-figma-page="home"] .hero h1.seo-title{
  max-width:26ch!important;
  font-size:clamp(38px,4.5vw,66px)!important;
  text-shadow:0 2px 24px rgba(0,0,0,.6);
}
body[data-figma-page="home"] .hero-art::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05) 25%,rgba(0,0,0,.72) 100%);
  pointer-events:none;
}
body[data-figma-page="home"] .seo-home-intro{
  max-width:58ch;
  margin:22px 0 0;
  color:var(--cream,#ece5d8);
  font-size:15px;
  line-height:1.7;
  text-shadow:0 1px 10px #000;
}
.seo-home-intro a,.seo-text-link{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:4px;
  text-decoration-color:var(--gold,#c8a45e);
}
@media(max-width:820px){
  body[data-figma-page] .hero h1.seo-title,
  body[data-figma-page]:not([data-figma-page="home"]) .hero h1.seo-title,
  .destination-hero .seo-title{
    max-width:none!important;
    font-size:clamp(29px,7.8vw,40px)!important;
    line-height:1.15!important;
  }
  body[data-figma-page] .hero .seo-tagline,
  .destination-hero .seo-tagline{margin-top:14px!important;font-size:17px!important}
  body[data-figma-page="home"] .seo-home-intro{font-size:14px;line-height:1.65}
}
