/* ============================================================
   ABOUT PAGE — Hero
   ============================================================ */
.about-hero {
  background: #fafcfa;
  padding-top: 3.75rem;
}

.about-hero__text {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--pad-side);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  padding-bottom: 3.75rem;
}

.about-hero__title {
  font-size: 4.5rem;
  font-weight: 600;
  color: var(--clr-text-dark);
  line-height: 1.1;
  letter-spacing: -0.28125rem;
  max-width: 51.8125rem;
}

.about-hero__desc {
  font-size: 1.125rem;
  color: var(--clr-text-dark);
  line-height: 1.4;
  max-width: 37.5rem;
}

.about-hero__photo-wrap {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--pad-side);
}

.about-hero__photo {
  width: 100%;
  border-radius: 0.75rem;
  object-fit: cover;
max-height: 425px;
  display: block;
}

/* ============================================================
   ABOUT PAGE — Our Story
   ============================================================ */
.story {
  background: var(--clr-white);
  padding-block: 7.5rem;
}

.story__inner {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--pad-side);
  display: flex;
  gap: 1.25rem;
  align-items: stretch;
}

.story__img-col {
  flex: 0 0 41.5rem;
  border-radius: var(--radius-sm);
  overflow: hidden;
  min-height: 44.75rem;
}

.story__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
	    border-radius: 6px;
}

.story__content {
  flex: 1;
  background: var(--clr-bg-cream);
  border-radius: var(--radius-sm);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.story__title {
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--clr-text-dark);
  line-height: 1.1;
  letter-spacing: -0.1rem;
}

.story__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.story__text p {
  font-size: 1rem;
  color: var(--clr-text-dark);
  line-height: 1.6;
}

.story__stats {
  display: flex;
  gap: 1.25rem;
}

.story__stat {
  background: #fafcfa;
  border-radius: 0.375rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
  flex: 1;
}

.story__stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--clr-accent);
  line-height: 1;
}

.story__stat-label {
  font-size: 0.875rem;
  color: var(--clr-text-mid);
  line-height: 1.4;
  text-align: center;
}

/* ============================================================
   ABOUT PAGE — What We Do
   ============================================================ */
.what-we-do {
  background: var(--clr-bg-cream);
  padding-block: 7.5rem;
}

.what-we-do__inner {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--pad-side);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.what-we-do__row {
  display: flex;
  gap: 1.25rem;
}

.what-we-do__card {
  flex: 1;
  border-radius: var(--radius-md);
  overflow: hidden;

}

.what-we-do__card--pink {
  background: rgba(222, 129, 150, 0.5);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: visible;
}

.what-we-do__title {
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--clr-text-dark);
  line-height: 1.1;
  letter-spacing: -0.1rem;
}

.what-we-do__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.what-we-do__text p {
  font-size: 1rem;
  color: var(--clr-text-dark);
  line-height: 1.6;
}

.what-we-do__card--img {
  overflow: hidden;
}

.what-we-do__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.what-we-do__card--list {
  background: #fafcfa;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.what-we-do__services {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.what-we-do__service {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: var(--clr-text-mid);
  line-height: 1.25;
}

/* ============================================================
   ABOUT PAGE — How We Do It
   ============================================================ */
.how-about {
  background: var(--clr-white);
  padding-block: 7.5rem;
}

.how-about__inner {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--pad-side);
  display: flex;
  gap: 1.25rem;
  align-items: stretch;
}

.how-about__left {
  flex: 0 0 42.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.how-about__top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0.75rem;
}

.how-about__header {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.how-about__dot {
  width: 0.665rem;
  height: 0.665rem;
  border-radius: 50%;
  background: #0c0b11;
  flex-shrink: 0;
}

.how-about__title {
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--clr-text-dark);
  line-height: 1.1;
  letter-spacing: -0.1rem;
}

.how-about__desc-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.how-about__desc-text p {
  font-size: 1rem;
  color: var(--clr-text-dark);
  line-height: 1.6;
}

.how-about__steps {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.how-about__step {
  display: flex;
  flex-direction: column;
  padding-block: 1.5rem;
  border-top: 1px solid #9F9DA0;
}

.how-about__step-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.how-about__step-num {
  font-size: 1.41875rem;
  font-weight: 600;
  color: var(--clr-text-dark);
  line-height: 1;
  flex-shrink: 0;
  min-width: 2rem;
}

.how-about__step-title {
  font-size: 2rem;
  font-weight: 500;
  color: var(--clr-text-dark);
  line-height: 1.2;
}

.how-about__step-desc {
  font-size: 1rem;
  color: var(--clr-text-mid);
  margin-top: 0.5rem;
  line-height: 1.5;
}

.how-about__img-col {
  flex: 1;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.how-about__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 644 / 720;
}

/* ============================================================
   ABOUT PAGE — Our Advantages
   ============================================================ */
.advantages {
  background: var(--clr-bg-cream);
  padding-block: 7.5rem;
}

.advantages__inner {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--pad-side);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.375rem;
}

.advantages__title {
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--clr-text-dark);
  line-height: 1.1;
  letter-spacing: -0.1rem;
  text-align: center;
  max-width: 35.625rem;
}

.advantages__layout {
  display: flex;
  gap: 1rem;
  width: 100%;
  align-items: stretch;
}

.advantages__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.advantages__photo-col {
  width: 27.25rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.advantages__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.advantage-card {
  background: var(--clr-bg-medium);
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-height: 21.8125rem;
}

.advantage-card__icon {
  flex-shrink: 0;
	margin-bottom: 24px;
}

.advantage-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.advantage-card__title {
  font-size: 1.625rem;
  font-weight: 400;
  color: #fafcfa;
  line-height: 1.2;
}

.advantage-card__desc {
  font-size: 1rem;
  color: #fafcfa;
  line-height: 1.5;
}

/* ============================================================
   ABOUT PAGE — CTA
   ============================================================ */
.about-cta {
  background: var(--clr-bg-cream);
  padding-block: 3.125rem;
  padding-inline: var(--pad-side);
}

.about-cta__card {
  max-width: 84.25rem;
  margin-inline: auto;
  background: var(--clr-bg-medium);
  border-radius: 1.25rem;
  padding-block: 6.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-cta__shape {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.about-cta__shape--right {
  right: 0;
  transform: scaleX(-1);
}

.about-cta__shape--left {
  left: 0;
}

.about-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
  padding-inline: 2rem;
  max-width: 50rem;
  text-align: center;
}

.about-cta__title {
  font-size: 4.5rem;
  font-weight: 600;
  color: #f0efeb;
  line-height: 1.1;
  letter-spacing: -0.28125rem;
}

.about-cta__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
}

.about-cta__desc {
  font-size: 1.125rem;
  color: #eef1f6;
  line-height: 1.3;
}

.about-cta__btns {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.about-cta__btn {
  font-size: 1.25rem;
  padding-inline: 2rem;
  min-width: 18.75rem;
}

/* ============================================================
   ABOUT PAGE — Responsive
   ============================================================ */
@media (max-width: 80rem) {
  .story__img-col { flex: 0 0 32rem; }
  .how-about__left { flex: 0 0 36rem; }
  .advantages__photo-col { width: 22rem; }
}

@media (max-width: 64rem) {
  .about-hero__title { font-size: 3.5rem; }
  .story__inner { flex-direction: column; }
  .story__img-col { flex: none; min-height: 24rem; }
  .what-we-do__row { flex-direction: column; }
  .what-we-do__card { min-height: auto; }
  .what-we-do__card--img { aspect-ratio: 16 / 9; min-height: 0; }
  .how-about__inner { flex-direction: column; }
  .how-about__left { flex: none; }
  .advantages__layout { flex-direction: column; }
  .advantages__photo-col { width: 100%; aspect-ratio: 16 / 13; }
  .advantages__col { flex-direction: row; }
  .advantage-card { min-height: 0; }
	.about-hero__photo{
		height: 250px;
	}
	.story__content {
 
  padding: 1rem;
 
}
.story__stats {
    display: flex;
    gap: 0.7rem;
}
}

@media (max-width: 48rem) {
  .story,
  .what-we-do,
  .how-about,
  .advantages { padding-block: 3.75rem; }
  .about-cta { padding-block: 3.75rem; padding-inline: 1rem; }
  .about-hero__title { font-size: 2.5rem; letter-spacing: -0.06rem; }
  .about-hero__desc { font-size: 1rem; }
  .story__title { font-size: 2rem; }
  .what-we-do__title { font-size: 2rem; }
  .how-about__title { font-size: 2rem; }
  .advantages__title { font-size: 2rem; }
  .advantages__col { flex-direction: column; }
  .about-cta__title { font-size: 2.25rem; letter-spacing: -0.06rem; }
  .about-cta__btns { flex-direction: column; align-items: stretch; }
  .about-cta__btn { min-width: 0; width: 100%; }
	.how-about__step-title {
  font-size: 1.25rem;

}
}
