.about-us-page {
  background: linear-gradient(180deg, #FFF4EC 0%, #FFF9F6 45%, #FFFFFF 100%);
}

.about-hero {
  padding: 5rem 1.5rem 2.5rem;
  text-align: center;
  background: radial-gradient(120% 120% at 50% 0%, #FFE1F0 0%, rgba(255, 225, 240, 0) 60%);
}

.about-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.about-kicker {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E07AA5;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.about-hero h1 {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(32px, 4vw, 48px);
  color: #2C3E50;
  margin: 0 0 1rem;
  line-height: 1.15;
  font-weight: 800;
}

.about-subtitle {
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px;
  color: #4A5568;
  line-height: 1.6;
}

.about-content {
  padding: 1.5rem 1.5rem 3.5rem;
}

.about-title {
  max-width: 900px;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.about-title h1 {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(28px, 3vw, 40px);
  color: #D06C52;
  margin: 0;
  font-weight: 800;
}

.about-card {
  max-width: 900px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 2px solid #F1D5E2;
  border-radius: 20px;
  padding: 2.5rem 2.75rem;
  box-shadow: 0 10px 30px rgba(232, 166, 195, 0.18);
  font-size: 18px;
  line-height: 1.75;
  color: #2C3E50;
  font-family: 'Roboto Slab', serif;
}

.about-card p {
  margin: 0 0 1.5rem;
}

.about-card p:last-child {
  margin-bottom: 0;
}

.about-signoff {
  font-weight: 700;
  color: #1F2D3D;
}

@media (max-width: 768px) {
  .about-hero {
    padding: 4rem 1.25rem 2rem;
  }
  .about-card {
    padding: 2rem 1.5rem;
    font-size: 16px;
  }
}
