h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--color-primary);
  line-height: 1.2;
  font-weight: 500;
}

p {
  margin-bottom: 0.9rem;
}

.hero-pretitle {
  margin-bottom: 0.65rem;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-accent);
}

.hero-title {
  margin-bottom: 0.55rem;
  font-size: clamp(2rem, 5.4vw, 4.1rem);
  letter-spacing: -0.02em;
}

.hero-subtitle {
  margin-bottom: 1rem;
  font-family: var(--font-cursive);
  font-size: clamp(2rem, 6vw, 3.7rem);
  line-height: 1.05;
  background: var(--gradient-iridescent-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-blurb {
  max-width: 64ch;
  margin: 0 auto;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: var(--color-text-main);
}

.hero-support {
  margin-top: 0.95rem;
  margin-bottom: 0;
  color: var(--color-text-muted);
  font-size: 0.94rem;
}

.section-title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: clamp(1.85rem, 4vw, 3rem);
  letter-spacing: -0.01em;
}

.section-title-left {
  text-align: left;
}

.service-name {
  margin-bottom: 0.55rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-border);
  font-size: 1.4rem;
}

.review-text {
  color: var(--color-text-main);
  margin-bottom: 0;
  line-height: 1.6;
}

.review-author {
  margin-top: 0.35rem;
  margin-bottom: 0;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.review-author a {
  color: var(--color-primary-light);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.review-author a:hover {
  color: var(--color-accent);
}

.hours-note {
  margin-bottom: 0;
  color: var(--color-accent);
  font-weight: 500;
}

@media (max-width: 600px) {
  .section-title-left {
    text-align: center;
  }
}
