.about-hero {
  padding: 48px 0 42px;
  background:
    radial-gradient(circle at -2% 4%, rgba(196, 0, 11, .07) 0 110px, transparent 112px),
    radial-gradient(circle at 96% 54%, transparent 0 92px, rgba(196, 0, 11, .045) 93px 94px, transparent 95px 122px, rgba(196, 0, 11, .035) 123px 124px, transparent 125px),
    #fff;
}

.about-kicker,
.about-section-kicker {
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-title {
  max-width: 610px;
  margin: 0 0 20px;
  font-size: clamp(2.35rem, 3.4vw, 3.65rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}

.about-title span {
  color: var(--brand);
}

.about-lead {
  max-width: 565px;
  margin: 0 0 24px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.72;
}

.about-hero-button {
  min-width: 214px;
  justify-content: space-between;
}

.about-hero-image {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.about-history {
  padding: 38px 0 80px;
  border-top: 1px solid var(--line);
  background: #fff;
  text-align: center;
}

.about-section-kicker {
  margin-bottom: 4px;
}

.about-section-title {
  margin: 0 0 10px;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0;
}

.about-section-lead {
  max-width: 650px;
  margin: 0 auto 28px;
  color: #656c77;
  font-size: 13px;
  line-height: 1.7;
}

.about-metrics {
  margin-bottom: 34px;
}

.metric-card {
  min-height: 174px;
  padding: 28px 24px 24px;
}

.metric-icon {
  margin-bottom: 15px;
  color: var(--brand);
}

.metric-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 700;
}

.metric-card span {
  display: block;
  color: #666d78;
  font-size: 12px;
  line-height: 1.55;
}

.commitment-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  text-align: left;
}

.commitment-copy {
  padding: 42px 48px;
  background: linear-gradient(90deg, #fff9f9, #fff);
}

.commitment-copy h2 {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
}

.commitment-copy p {
  max-width: 530px;
  margin: 0;
  color: #555d68;
  font-size: 14px;
  line-height: 1.75;
}

.commitment-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.about-why {
  margin-top: 72px;
}

.about-section-heading {
  margin-bottom: 28px;
  text-align: center;
}

.about-section-heading .about-section-kicker {
  margin-bottom: 6px;
}

.about-section-heading .about-section-title {
  margin-bottom: 0;
}

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-why-card {
  min-height: 220px;
  padding: 28px 22px 24px;
  text-align: center;
}

.about-why-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  color: var(--brand);
  background: rgba(196, 0, 11, .07);
  border-radius: 50%;
}

.about-why-icon svg {
  width: 28px;
  height: 28px;
}

.about-why-card h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.about-why-card p {
  margin: 0;
  color: #666d78;
  font-size: 12px;
  line-height: 1.6;
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 56px;
  padding: 34px 42px;
  color: #fff;
  background: var(--brand);
  border-radius: 10px;
}

.about-cta-copy h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.about-cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.6;
}

.about-cta-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 18px;
  color: var(--brand);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.about-cta-button:hover {
  color: var(--brand);
  background: #fff4f4;
}

@media (max-width: 991.98px) {
  .about-hero { padding-top: 34px; }
  .about-hero-image { margin-top: 12px; }
  .commitment-panel { grid-template-columns: 1fr; }
  .commitment-copy { padding: 28px; }
  .about-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-cta { padding: 30px; }
}

@media (max-width: 767.98px) {
  .about-title { font-size: 2.45rem; }
  .about-hero-image { height: 240px; }
  .about-history { padding-bottom: 48px; }
  .metric-card { min-height: 0; }
  .commitment-image { height: 180px; }
  .about-why { margin-top: 52px; }
  .about-why-grid { grid-template-columns: 1fr; }
  .about-why-card { min-height: 0; }
  .about-cta { align-items: stretch; flex-direction: column; margin-top: 40px; padding: 28px 24px; }
  .about-cta-button { justify-content: center; }
}
