.about2-page {
  color: #111820;
  background: #f7f3ec;
}

.about2-page h1,
.about2-page h2,
.about2-page h3,
.about2-page p,
.about2-page figure,
.about2-page blockquote {
  margin-top: 0;
}

.about2-hero {
  padding: clamp(56px, 7vw, 104px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(192, 75, 15, .12), transparent 28%),
    linear-gradient(135deg, #f8f4ed 0%, #eee6d9 100%);
  border-bottom: 1px solid rgba(17, 24, 32, .13);
}

.about2-hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(38px, 6vw, 92px);
}

.about2-team-visual {
  position: relative;
  margin: 0;
}

.about2-image-frame {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #ddd3c5;
  box-shadow: 0 28px 74px rgba(17, 24, 32, .18);
}

.about2-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(17, 24, 32, .24));
  pointer-events: none;
}

.about2-image-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.about2-image-index {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 13px;
  color: #fff;
  font-size: clamp(42px, 6vw, 74px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
}

.about2-team-visual figcaption {
  display: grid;
  gap: 5px;
  padding: 17px 18px 0;
  color: #52616d;
  font-size: 12px;
  line-height: 1.45;
}

.about2-team-visual figcaption b {
  color: #111820;
  font-size: 13px;
}

.about2-hero-copy h1 {
  max-width: 780px;
  margin: 22px 0 24px;
  font-size: clamp(48px, 6.2vw, 88px);
  line-height: .94;
  letter-spacing: -.055em;
}

.about2-lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: #40505e;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.72;
}

.about2-response-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 18px 0 0;
  color: #64717c;
  font-size: 12px;
}

.about2-response-note span {
  width: 7px;
  height: 7px;
  background: #27965a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(39, 150, 90, .12);
}

.about2-company,
.about2-benefits,
.about2-steps,
.about2-retail-note {
  padding: clamp(72px, 9vw, 128px) 0;
}

.about2-company {
  background: #fffdf9;
}

.about2-company-grid {
  display: grid;
  grid-template-columns: minmax(210px, .46fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 116px);
}

.about2-section-number {
  display: block;
  margin-bottom: 22px;
  color: rgba(192, 75, 15, .2);
  font-size: clamp(54px, 8vw, 104px);
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.07em;
}

.about2-company-copy h2,
.about2-section-head h2,
.about2-steps h2,
.about2-testimonial h2,
.about2-retail-card h2 {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}

.about2-company-copy p {
  max-width: 900px;
  margin: 28px 0 0;
  color: #40505e;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.78;
}

.about2-benefits {
  background: #efe8dd;
}

.about2-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .4fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 44px;
}

.about2-section-head h2 {
  max-width: 890px;
  margin-top: 18px;
}

.about2-section-head > p {
  margin: 0;
  color: #586774;
  line-height: 1.7;
}

.about2-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(17, 24, 32, .16);
  border-left: 1px solid rgba(17, 24, 32, .16);
}

.about2-benefit-card {
  min-height: 310px;
  padding: clamp(24px, 3vw, 38px);
  background: rgba(255, 253, 249, .78);
  border-right: 1px solid rgba(17, 24, 32, .16);
  border-bottom: 1px solid rgba(17, 24, 32, .16);
}

.about2-benefit-card > span {
  color: #a63a0a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.about2-benefit-card h3 {
  margin: 76px 0 16px;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.about2-benefit-card p {
  margin: 0;
  color: #52616d;
  font-size: 14px;
  line-height: 1.7;
}

.about2-steps {
  background: #fffdf9;
}

.about2-steps-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
}

.about2-steps-intro > p {
  max-width: 580px;
  margin: 24px 0 28px;
  color: #52616d;
  line-height: 1.72;
}

.about2-step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(17, 24, 32, .18);
}

.about2-step-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 25px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(17, 24, 32, .18);
}

.about2-step-list > li > span {
  color: #a63a0a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.about2-step-list h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
}

.about2-step-list p {
  max-width: 660px;
  margin: 0;
  color: #52616d;
  line-height: 1.7;
}

.about2-testimonial {
  padding: clamp(76px, 9vw, 132px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 15%, rgba(192, 75, 15, .34), transparent 27%),
    #111820;
}

.about2-testimonial-grid {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(52px, 9vw, 145px);
}

.about2-testimonial .micro-label {
  color: #f1a77d;
}

.about2-testimonial h2 {
  margin-top: 22px;
  color: #fff;
}

.about2-section-number--light {
  color: rgba(255, 255, 255, .12);
}

.about2-testimonial blockquote {
  margin: 0;
  padding: 0 0 0 34px;
  border-left: 3px solid #c04b0f;
}

.about2-testimonial blockquote p {
  margin: 0;
  color: #eef2f4;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.35;
  letter-spacing: -.025em;
}

.about2-testimonial blockquote footer {
  margin-top: 26px;
  color: #9eacb7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about2-retail-note {
  background: #efe8dd;
}

.about2-retail-card {
  display: grid;
  grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
  gap: clamp(38px, 8vw, 120px);
  align-items: center;
  padding-top: clamp(34px, 5vw, 64px);
  padding-bottom: clamp(34px, 5vw, 64px);
  border-top: 1px solid rgba(17, 24, 32, .18);
  border-bottom: 1px solid rgba(17, 24, 32, .18);
}

.about2-retail-card h2 {
  margin-top: 18px;
  font-size: clamp(34px, 4vw, 55px);
}

.about2-retail-card > p {
  margin: 0;
  color: #40505e;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.78;
}

.about2-retail-card a {
  color: #8f3309;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1000px) {
  .about2-hero-grid,
  .about2-company-grid,
  .about2-steps-grid,
  .about2-testimonial-grid,
  .about2-retail-card {
    grid-template-columns: 1fr;
  }

  .about2-team-visual {
    max-width: 650px;
  }

  .about2-section-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about2-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about2-benefit-card {
    min-height: 260px;
  }

  .about2-benefit-card h3 {
    margin-top: 52px;
  }
}

@media (max-width: 640px) {
  .about2-hero {
    padding: 40px 0 56px;
  }

  .about2-hero-grid {
    gap: 34px;
  }

  .about2-image-frame,
  .about2-image-frame img {
    min-height: 270px;
  }

  .about2-hero-copy h1 {
    margin-top: 17px;
    font-size: clamp(40px, 12.5vw, 56px);
  }

  .about2-hero-copy .btn,
  .about2-steps-intro .btn {
    width: 100%;
  }

  .about2-company,
  .about2-benefits,
  .about2-steps,
  .about2-retail-note {
    padding: 64px 0;
  }

  .about2-section-number {
    margin-bottom: 16px;
    font-size: 62px;
  }

  .about2-benefit-grid {
    grid-template-columns: 1fr;
  }

  .about2-benefit-card {
    min-height: 0;
    padding: 26px;
  }

  .about2-benefit-card h3 {
    margin: 38px 0 12px;
  }

  .about2-step-list li {
    grid-template-columns: 42px 1fr;
    gap: 16px;
  }

  .about2-testimonial {
    padding: 70px 0;
  }

  .about2-testimonial blockquote {
    padding-left: 22px;
  }
}
