.about-page {
  background: #ffffff;
}

.about-hero {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  padding: 170px 0 96px;
}

.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/about-banner-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* Slightly deepen the orange glow */
  filter: saturate(1.15) contrast(1.05);
  z-index: 0;
}

.about-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.about-hero > * {
  position: relative;
  z-index: 2;
}

.about-hero__content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.about-hero-title {
  margin: 0 0 28px;
  font-family: var(--font-primary, 'DM Sans', sans-serif);
  font-weight: 300;
  font-size: 94.54px;
  line-height: 98%;
  letter-spacing: 0;
  text-align: center;
  overflow: visible;
}

.about-hero-title__base {
  display: block;
  color: #585858;
}

.about-hero-title__accent {
  display: block;
  line-height: 1.08;
  padding-bottom: 0.06em;
  background: linear-gradient(90deg, #fb580c 33.65%, #ffa073 75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  overflow: visible;
}

.about-hero-body {
  margin: 0 auto 32px;
  max-width: 969px;
  font-family: var(--font-primary, 'DM Sans', sans-serif);
  font-size: clamp(16px, 2.4vw, 30px);
  line-height: 1.45;
  font-weight: 400;
  color: #585858;
}

.about-hero-cta {
  margin: 0;
  font-family: var(--font-primary, 'DM Sans', sans-serif);
  font-size: clamp(18px, 2.6vw, 33px);
  line-height: 1.3;
  font-weight: 500;
  color: #fb580c;
}

.about-story {
  padding: 0 0 0;
  background: #ffffff;
}

.about-story-top-rule {
  margin: 0;
  border: 0;
}

.about-story-bottom-rule {
  margin: 40px 0 0;
  border: 0;
  border-top: 2px solid #dbdbdb;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 1.5px minmax(0, 0.8fr);
  gap: 56px;
  align-items: start;
  padding: 56px 0 24px;
}

.about-story-divider {
  width: 1.5px;
  background: #dbdbdb;
  align-self: stretch;
}

.about-section-title {
  margin: 0 0 16px;
  font-family: var(--font-primary, 'DM Sans', sans-serif);
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.2;
  font-weight: 400;
  color: #585858;
}

.about-section-body {
  margin: 0;
  font-family: var(--font-primary, 'DM Sans', sans-serif);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.6;
  font-weight: 400;
  color: #585858;
  max-width: 665px;
}

.about-story-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 40px;
  margin-top: 32px;
}

.about-story-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-story-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--font-primary, 'DM Sans', sans-serif);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.4;
  font-weight: 400;
  color: #585858;
}

.about-story-list img {
  flex-shrink: 0;
  width: 14px;
  height: 11px;
  margin-top: 3px;
}

.about-mission-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

.about-mission-block {
  padding: 8px 0;
}

.about-mission-rule {
  margin: 28px 0;
  border: 0;
  border-top: 1.5px solid #dbdbdb;
}

.about-values {
  background: linear-gradient(90deg, #fb580c 0%, #ffa073 100%);
  padding: 56px 0 64px;
  text-align: center;
}

.about-values-title {
  margin: 0 0 36px;
  font-family: var(--font-primary, 'DM Sans', sans-serif);
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.15;
  font-weight: 400;
  color: #ffffff;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.about-values-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 6px;
}

.about-values-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.about-values-icon svg {
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 56px;
}

.about-values-item span {
  font-family: var(--font-primary, 'DM Sans', sans-serif);
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.25;
  font-weight: 400;
  color: #ffffff;
}

.about-values-tagline {
  margin: 0 auto;
  max-width: 900px;
  font-family: var(--font-primary, 'DM Sans', sans-serif);
  font-size: clamp(22px, 3.5vw, 40px);
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
}

.about-values-tagline span {
  display: block;
}

@media (max-width: 1199px) {
  .about-hero-title {
    font-size: clamp(42px, 7vw, 94.54px);
  }

  .about-values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 40px 0 16px;
  }

  .about-story-divider {
    display: none;
  }

  .about-mission-rule {
    margin: 24px 0;
  }
}

@media (max-width: 767px) {
  .about-hero {
    padding: 120px 0 56px;
  }

  .about-hero::after {
    height: 180px;
  }

  .about-hero-title {
    font-size: clamp(32px, 9vw, 42px);
  }

  .about-hero-body {
    font-size: clamp(15px, 4vw, 18px);
    margin-bottom: 18px;
  }

  .about-hero-cta {
    font-size: clamp(16px, 4.5vw, 20px);
  }

  .about-section-title {
    font-size: clamp(24px, 6vw, 28px);
  }

  .about-section-body {
    font-size: 15px;
  }

  .about-story-list li {
    font-size: 15px;
  }

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

  .about-story-bottom-rule {
    margin: 32px 0 0;
  }

  .about-values {
    padding: 40px 0 48px;
  }

  .about-values-title {
    font-size: clamp(24px, 7vw, 28px);
    margin-bottom: 28px;
  }

  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 32px;
  }

  .about-values-item span {
    font-size: 14px;
  }

  .about-values-tagline {
    font-size: clamp(18px, 5vw, 24px);
  }
}
