/* Tsukiro 3.6.42 — better heading readability, softer rose-ink gradient, no overly dark accent text */
:root{
  --ts3642-rose-ink:linear-gradient(135deg,#4b1528 0%,#7a2348 28%,#b94175 62%,#ea78ab 84%,#ffb4d5 100%);
}

/* Make accent text easier to read on dark backgrounds. */
body[data-page="home"] .hero-content-v8 h1 em,
body[data-page="catalog"] .catalog-hero-v351 h1 em,
body[data-page="premium"] .premium-hero-copy h1 em,
body[data-page="rooms"] .rooms-hero-copy h1 em,
.hero-command-core strong,
.catalog-hero-v351__core strong,
.premium-core strong,
.error-code{
  background:var(--ts3642-rose-ink)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  color:transparent!important;
  text-shadow:0 1px 0 rgba(255,255,255,.04), 0 10px 22px rgba(221,98,155,.12)!important;
}

/* Premium headline specifically: brighter and cleaner. */
body[data-page="premium"] .premium-hero-copy h1,
body[data-page="premium"] .premium-hero-copy h1 em{
  letter-spacing:-.04em!important;
}
body[data-page="premium"] .premium-hero-copy h1 em{
  background:linear-gradient(135deg,#581729 0%,#8b2e56 32%,#d95d98 72%,#ffaad0 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  color:transparent!important;
}

/* Remove extra visual emphasis from final punctuation if any remains in dynamic headings. */
body[data-page="premium"] .premium-hero-copy h1,
body[data-page="catalog"] .catalog-hero-v351 h1,
body[data-page="home"] .hero-content-v8 h1{
  text-wrap:balance;
}
