.lm-about-page {
  overflow: hidden;
  background: #fff;
  color: var(--lm-dark, #32133a);
}

.lm-about-page img {
  display: block;
  width: 100%;
  height: auto;
}

.lm-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1rem;
  color: #7b4d73;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lm-section-kicker::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: #7b4d73;
}

.lm-about-hero {
  position: relative;
  padding: 2rem 0;
  background:
    radial-gradient(
      circle at 12% 35%,
      rgba(123, 77, 115, 0.11),
      transparent 28%
    ),
    linear-gradient(180deg, #fff 0%, #fbf8fb 100%);
}

.lm-about-hero__wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 1.05fr);
  gap: 5rem;
  align-items: center;
}

.lm-about-hero__title {
  max-width: 48rem;
  margin: 0 0 1.5rem;
  color: #35133c;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.lm-about-hero__text {
  max-width: 38rem;
  margin: 0;
  color: #6f6472;
  font-size: 1.05rem;
  line-height: 1.8;
}

.lm-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.25rem;
}

.lm-about-btn {
  min-width: 11.5rem;
  justify-content: center;
}

.lm-about-btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(73, 27, 78, 0.35);
  border-radius: 999px;
  color: #35133c;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.lm-about-btn--ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(73, 27, 78, 0.7);
  background: rgba(123, 77, 115, 0.06);
}

.lm-about-hero__image {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 2rem 5rem rgba(47, 18, 51, 0.16);
}

.lm-about-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(31, 15, 34, 0.35));
  pointer-events: none;
}

.lm-about-hero__image img {
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.lm-about-story,
.lm-about-values,
.lm-about-process,
.lm-about-stats,
.lm-about-final {
  padding: 5rem 0;
}

.lm-about-story__grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
}

.lm-about-story__media {
  overflow: hidden;
  border-radius: 1.5rem;
  background: #f7f0f6;
}

.lm-about-story__media img {
  aspect-ratio: 0.95 / 1;
  object-fit: cover;
}

.lm-about-story__content h2,
.lm-about-section-head h2,
.lm-about-final h2 {
  margin: 0 0 1.4rem;
  color: #35133c;
  font-size: clamp(2rem, 3.2vw, 4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.lm-about-story__content p {
  max-width: 42rem;
  margin: 0 0 1rem;
  color: #6f6472;
  font-size: 1rem;
  line-height: 1.8;
}

.lm-about-section-head {
  max-width: 46rem;
  margin-bottom: 2.5rem;
}

.lm-about-values {
  background: #fbf8fb;
}

.lm-about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.lm-about-value-card {
  min-height: 16rem;
  padding: 1.5rem;
  border: 1px solid rgba(73, 27, 78, 0.09);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(47, 18, 51, 0.05);
}

.lm-about-value-card span,
.lm-about-process__item span {
  display: inline-flex;
  margin-bottom: 1.5rem;
  color: #9b7a93;
  font-size: 0.8rem;
  font-weight: 800;
}

.lm-about-value-card h3,
.lm-about-process__item h3 {
  margin: 0 0 0.75rem;
  color: #35133c;
  font-size: 1.25rem;
  line-height: 1.2;
}

.lm-about-value-card p,
.lm-about-process__item p {
  margin: 0;
  color: #756a78;
  line-height: 1.7;
}

.lm-about-process__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(73, 27, 78, 0.13);
  border-left: 1px solid rgba(73, 27, 78, 0.13);
}

.lm-about-process__item {
  position: relative;
  min-height: 14rem;
  padding: 1.5rem;
  border-right: 1px solid rgba(73, 27, 78, 0.13);
  border-bottom: 1px solid rgba(73, 27, 78, 0.13);
}

.lm-about-stats {
  background:
    linear-gradient(135deg, rgba(53, 19, 60, 0.96), rgba(123, 77, 115, 0.92)),
    #35133c;
}

.lm-about-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.lm-about-stat {
  padding: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.25rem;
  color: #fff;
}

.lm-about-stat strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: 1;
}

.lm-about-stat span {
  color: rgba(255, 255, 255, 0.76);
}

.lm-about-final {
  background: linear-gradient(180deg, #fff 0%, #fbf8fb 100%);
}

.lm-about-final__box {
  max-width: 60rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 2rem 5rem rgba(47, 18, 51, 0.08);
}

.lm-about-final p {
  max-width: 42rem;
  margin: 0 0 2rem;
  color: #6f6472;
  font-size: 1.05rem;
  line-height: 1.8;
}
.lm-about-gallery,
.lm-about-portfolio,
.lm-about-reviews {
  padding: 5rem 0;
}

.lm-about-gallery {
  background: #fff;
}

.lm-about-gallery__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 1rem;
}

.lm-about-gallery__item {
  overflow: hidden;
  border-radius: 1.5rem;
  background: #f7f0f6;
}

.lm-about-gallery__item img {
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lm-about-gallery__item:hover img {
  transform: scale(1.05);
}

.lm-about-portfolio {
  background: #fbf8fb;
}

.lm-about-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.lm-about-work {
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  color: #35133c;
  text-decoration: none;
  box-shadow: 0 1rem 2.5rem rgba(47, 18, 51, 0.06);
}

.lm-about-work__image {
  overflow: hidden;
  background: #f7f0f6;
}

.lm-about-work__image img {
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lm-about-work:hover img {
  transform: scale(1.05);
}

.lm-about-work h3 {
  margin: 0;
  padding: 1rem 1.25rem 1.25rem;
  font-size: 1.1rem;
  line-height: 1.3;
}

.lm-about-reviews {
  background: #fff;
}
.front-reviews-slider {
  overflow: visible;
}
/*--------------------------------------------------------------1200------------------------------*/
@media (max-width: 1200px) {
  .lm-about-hero__wrap,
  .lm-about-story__grid {
    gap: 3rem;
  }

  .lm-about-values__grid,
  .lm-about-process__list,
  .lm-about-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*--------------------------------------------------------------1024------------------------------*/
@media (max-width: 1024px) {
  .lm-about-gallery__grid,
  .lm-about-portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*--------------------------------------------------------------768------------------------------*/
@media (max-width: 768px) {
  .lm-about-hero {
    padding: 1.5rem 0;
  }

  .lm-about-story,
  .lm-about-values,
  .lm-about-process,
  .lm-about-stats,
  .lm-about-final {
    padding: 3.5rem 0;
  }

  .lm-about-hero__title {
    font-size: 3rem;
  }
}

/*--------------------------------------------------------------640------------------------------*/
@media (max-width: 640px) {
  .lm-about-hero__wrap,
  .lm-about-story__grid {
    grid-template-columns: 1fr;
  }
  .lm-about-hero__media {
    order: -1;
  }
  .lm-about-gallery,
  .lm-about-portfolio,
  .lm-about-reviews {
    padding: 3.5rem 0;
  }

  .lm-about-gallery__grid,
  .lm-about-portfolio__grid {
    grid-template-columns: 1fr;
  }
}
/*--------------------------------------------------------------560------------------------------*/
@media (max-width: 560px) {
  .lm-about-values__grid,
  .lm-about-process__list,
  .lm-about-stats__grid {
    grid-template-columns: 1fr;
  }

  .lm-about-hero__actions {
    flex-direction: column;
  }

  .lm-about-btn,
  .lm-about-btn--ghost {
    width: 100%;
  }

  .lm-about-hero__image,
  .lm-about-final__box {
    border-radius: 1.25rem;
  }
}

/*--------------------------------------------------------------425------------------------------*/
@media (max-width: 425px) {
  .lm-about-hero {
    padding: 3rem 0 1.5rem 0;
  }
}
