/* ── About Header ───────────────────────────────────── */
#about-header {
  background-image: url("../images/site/flower-background.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
  padding: 60px 1.5rem 50px;
}

#about-header h1 {
  font-family: "Rosario", sans-serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  color: var(--color-light);
  margin-bottom: 0;
}

/* ── About Content ──────────────────────────────────── */
#about-content {
  background-color: var(--color-dark);
  padding: 80px 0 90px;
}

#about-content h2 {
  font-family: "Rosario", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--color-light);
  margin-bottom: 1rem;
}

#about-content h2 + h2,
#about-content p + h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}

#about-content p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9rem;
  color: var(--color-light);
  line-height: 1.8;
  margin-bottom: 1rem;
}

#about-content ul {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9rem;
  color: var(--color-light);
  line-height: 1.8;
  padding-left: 1.25rem;
  margin-bottom: 0;
}

#about-content ul li {
  margin-bottom: 0.25rem;
}

/* ── Photo ──────────────────────────────────────────── */
.about-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}

.about-cta {
  margin-top: 1rem;
  /* Override btn-dark-fill for dark bg context */
  color: var(--color-dark) !important;
  background-color: var(--color-light) !important;
  border-color: var(--color-light) !important;
}

.about-cta:hover {
  background-color: var(--color-hover) !important;
  color: var(--color-dark) !important;
  border-color: var(--color-hover) !important;
}
