/**
 * Washnah Home Page
 * Hero title composition and home-only refinements.
 */
.home-page {
  --page-accent: #801922;
  --page-accent-deep: #5f1018;
  --page-accent-soft: #d48a91;
}

.hero-main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
}

.hero-main-title .hero-title-intro,
.hero-main-title .hero-title-line {
  display: block;
}

.hero-main-title .hero-title-intro {
  font-size: 0.62em;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.15em;
}

@media (max-width: 767px) {
  .hero-main-title {
    gap: 0.32em;
  }

  .hero-main-title .hero-title-intro {
    font-size: 0.68em;
  }

  .hero-main-title .hero-title-line {
    line-height: 1.25;
  }
}
