/* ==========================================================================
   About Page — Modern, Minimal & Clean (#9E0C17 on White)
   ========================================================================== */

.about-page {
  background: #ffffff;
  color: #0f172a;
}

/* --------------------------------------------------------------------------
   1. Hero Section
   -------------------------------------------------------------------------- */
.about-hero {
  padding: clamp(48px, 6vw, 76px) 0 clamp(40px, 4vw, 56px);
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
}

.about-hero__container {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
}

.about-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
}

.about-hero__eyebrow-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 14px 6px 10px;
  border-radius: 9999px;
  background: #fff5f5;
  border: 1px solid #fee2e2;
}

.about-hero__sparkle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #9E0C17;
}

.about-hero__sparkle svg {
  width: 15px;
  height: 15px;
}

.about-hero__eyebrow {
  color: #9E0C17;
  font-size: 11.5px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-hero__title {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.about-hero__title-accent {
  color: #9E0C17;
}

.about-hero__desc {
  margin: 0 0 28px;
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

/* Button styles */
.about-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 0 22px;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.about-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.about-btn__icon svg {
  width: 18px;
  height: 18px;
}

.about-btn--primary {
  background: #9E0C17;
  color: #ffffff;
  border: 1.5px solid #9E0C17;
}

.about-btn--primary:hover {
  background: #800a12;
  border-color: #800a12;
  transform: translateY(-2px);
}

.about-btn--secondary {
  background: #ffffff;
  color: #9E0C17;
  border: 1.5px solid #9E0C17;
}

.about-btn--secondary:hover {
  background: #fff5f5;
  transform: translateY(-2px);
}

.about-btn:focus-visible {
  outline: 3px solid #9E0C17;
  outline-offset: 3px;
}

.about-hero__visual {
  width: 100%;
}

.about-hero__image-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  box-shadow: 0 12px 32px rgb(15 23 42 / 0.06);
}

.about-hero__image-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center;
}

/* --------------------------------------------------------------------------
   Shared Section Intro
   -------------------------------------------------------------------------- */
.about-section-eyebrow {
  margin: 0 0 12px;
  color: #9E0C17;
  font-size: 13.5px;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-section-title {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.about-section-lead {
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
}

.about-section-intro {
  max-width: 760px;
  margin: 0 auto clamp(36px, 4vw, 48px);
  text-align: center;
}

/* --------------------------------------------------------------------------
   2. Story Section
   -------------------------------------------------------------------------- */
.about-story {
  padding: clamp(56px, 6vw, 88px) 0;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
}

.about-story__container {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: start;
}

.about-story__copy {
  max-width: 620px;
}

.about-story__lead {
  margin: 16px 0 14px;
  color: #334155;
  font-size: 17px;
  line-height: 1.7;
}

.about-story__body {
  margin: 0;
  color: #475569;
  font-size: 15.5px;
  line-height: 1.7;
}

.about-story__panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  background: #fafafa;
  padding: 28px;
}

.about-story__panel-row {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding-bottom: 18px;
  border-bottom: 1px solid #f1f5f9;
}

.about-story__panel-row:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-story__panel-num {
  color: #9E0C17;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1;
}

.about-story__panel-label {
  color: #334155;
  font-size: 14.5px;
  line-height: 1.5;
}

.about-story__panel-note {
  margin: 0;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.55;
  font-style: italic;
}

/* --------------------------------------------------------------------------
   3. Process Section (4 Steps)
   -------------------------------------------------------------------------- */
.about-process {
  padding: clamp(56px, 6vw, 88px) 0;
  background: #fafafa;
  border-bottom: 1px solid #f1f5f9;
}

.about-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-step-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 4px 14px rgb(15 23 42 / 0.02);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.about-step-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 10px 24px rgb(15 23 42 / 0.05);
}

.about-step-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.about-step-card__num {
  font-size: 22px;
  font-weight: 850;
  color: #9E0C17;
  letter-spacing: -0.04em;
}

.about-step-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff5f5;
  border: 1px solid #fee2e2;
  color: #9E0C17;
}

.about-step-card__icon svg {
  width: 20px;
  height: 20px;
}

.about-step-card__title {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 16.5px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.about-step-card__desc {
  margin: 0;
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   4. Commitments Section
   -------------------------------------------------------------------------- */
.about-commitments {
  padding: clamp(56px, 6vw, 88px) 0;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
}

.about-commitments__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.about-commitment-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  background: #ffffff;
  padding: 26px 24px;
  box-shadow: 0 4px 16px rgb(15 23 42 / 0.02);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.about-commitment-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 10px 28px rgb(15 23 42 / 0.05);
}

.about-commitment-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff5f5;
  border: 1px solid #fee2e2;
  color: #9E0C17;
  margin-bottom: 18px;
}

.about-commitment-card__icon svg {
  width: 24px;
  height: 24px;
}

.about-commitment-card__title {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.about-commitment-card__desc {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   5. Trust Strip
   -------------------------------------------------------------------------- */
.about-trust {
  padding: clamp(56px, 6vw, 88px) 0;
  background: #fafafa;
  border-bottom: 1px solid #f1f5f9;
}

.about-trust__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}

.about-trust__copy {
  max-width: 520px;
}

.about-trust__visual {
  margin: 0;
}

.about-trust__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 520px;
  border-radius: 18px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
}

/* --------------------------------------------------------------------------
   6. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .about-process__grid,
  .about-commitments__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .about-hero__container,
  .about-story__container,
  .about-trust__container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-hero {
    padding: 48px 0 32px;
  }
  .about-process__grid,
  .about-commitments__grid {
    grid-template-columns: 1fr;
  }
  .about-story__panel-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-bottom: 14px;
  }
  .about-story__panel-row:last-of-type {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .about-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .about-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-step-card,
  .about-commitment-card,
  .about-btn {
    transition: none;
  }
  .about-step-card:hover,
  .about-commitment-card:hover {
    transform: none;
  }
}
