.about-page {
  background: #f8f5f2;
  padding: 70px 20px;
}

.about-hero,
.about-story,
.about-grid,
.values-section,
.about-cta {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  background: white;
  border: 1px solid #eaded2;
  border-radius: 28px;
  padding: 54px;
  box-shadow: 0 16px 42px rgba(0,0,0,0.05);
}

.about-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff7f0;
  color: #8b5a2b;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.about-hero h1,
.about-section-copy h2,
.about-cta h2 {
  font-family: "Playfair Display", serif;
  color: #3f2a1d;
}

.about-hero h1 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.1;
  margin: 0 0 16px;
}

.about-hero p,
.about-section-copy p,
.about-card p,
.about-cta p {
  color: #75665c;
  line-height: 1.8;
}

.about-hero-card {
  background: #fffaf6;
  border: 1px solid #eaded2;
  border-radius: 22px;
  padding: 28px;
  display: grid;
  gap: 12px;
  color: #75665c;
}

.about-hero-card i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3e7da;
  color: #8b5a2b;
}

.about-hero-card strong {
  color: #3f2a1d;
  font-size: 20px;
}

.about-story,
.values-section,
.about-cta {
  margin-top: 28px;
  background: white;
  border: 1px solid #eaded2;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.04);
}

.about-section-copy {
  max-width: 820px;
}

.about-section-copy h2,
.about-cta h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.about-card {
  background: white;
  border: 1px solid #eaded2;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.04);
}

.about-card i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3e7da;
  color: #8b5a2b;
  margin-bottom: 14px;
}

.about-card h3 {
  color: #3f2a1d;
  margin: 0 0 10px;
}

.values-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.values-list {
  display: grid;
  gap: 12px;
}

.values-list div {
  background: #fffaf6;
  border: 1px solid #eaded2;
  border-radius: 16px;
  padding: 15px;
  color: #5f3619;
  font-weight: 600;
}

.values-list i {
  color: #8b5a2b;
  margin-right: 10px;
}

.about-cta {
  text-align: center;
}

.about-cta a {
  display: inline-flex;
  margin-top: 16px;
  padding: 13px 26px;
  border-radius: 999px;
  background: #8b5a2b;
  color: white;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 900px) {
  .about-hero,
  .values-section {
    grid-template-columns: 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .about-page {
    padding: 42px 14px;
  }

  .about-hero,
  .about-story,
  .values-section,
  .about-cta,
  .about-card {
    padding: 24px;
  }

  .about-section-copy h2,
  .about-cta h2 {
    font-size: 30px;
  }
}
