/* Home page specific styles — loaded only on ?page=home */

.hero-content h1 {
  font-size: clamp(36px, 4.5vw, 68px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.04em;
  color: #fff;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 18px;
  color: #94a3b8;
  max-width: 600px;
  line-height: 1.65;
}
