/* About page — aligned with shop hero + Bevesi theme (no separate “landing” look) */

.about-page--inner {
  padding-bottom: 3rem;
}

.about-page__section {
  padding: 2.5rem 0;
}

.about-page__section--tight-top {
  padding-top: 1rem;
}

.about-page__lead {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #4a5568;
  margin: 0 0 1rem;
  max-width: 38rem;
}

.about-page__lead:last-of-type {
  margin-bottom: 0;
}

.about-page__pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 0.5rem;
}

@media (max-width: 991px) {
  .about-page__pillars {
    grid-template-columns: 1fr;
  }
}

.about-pillar {
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  padding: 1.5rem 1.35rem;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.about-pillar:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.about-pillar__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #eff6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 1rem;
}

.about-pillar__icon i {
  line-height: 1;
}

.about-pillar__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 0.65rem;
}

.about-pillar__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #64748b;
}

.about-page__mh {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.about-page__mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .about-page__mv-grid {
    grid-template-columns: 1fr;
  }
}

.about-mv {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem 1.35rem;
}

.about-mv__label {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 0.5rem;
}

.about-mv__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #475569;
}

.about-page__cta {
  margin-top: 0.5rem;
  padding: 2rem 1.75rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 40%);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  text-align: center;
}

.about-page__cta-title {
  font-size: 1.22rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 0.5rem;
}

.about-page__cta-text {
  font-size: 0.9375rem;
  color: #64748b;
  margin: 0 auto 1.25rem;
  max-width: 32rem;
  line-height: 1.6;
}

.about-page__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.about-page__cta-actions a.site-button {
  text-decoration: none;
}
