.page-hero {
  padding-bottom: clamp(56px, 7vw, 110px);
}
.page-hero__title {
  font-size: clamp(58px, 8.6vw, 150px);
  max-width: 1150px;
}
.page-hero__text {
  max-width: 620px;
}
.page-hero__shape--1 {
  right: clamp(0px, 3vw, 50px);
  top: clamp(0px, 2vw, 30px);
  width: clamp(140px, 24vw, 360px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F4A6B7;
  transform: translate3d(calc(var(--mx, 0) * 26px), calc(var(--my, 0) * 26px), 0);
}
.page-hero__shape--2 {
  right: clamp(60px, 12vw, 190px);
  top: clamp(60px, 10vw, 160px);
  width: clamp(80px, 12vw, 180px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F6B93B;
  transform: translate3d(calc(var(--mx, 0) * -44px), calc(var(--my, 0) * -44px), 0);
}
.page-hero__shape--3 {
  right: clamp(10px, 5vw, 80px);
  top: clamp(130px, 20vw, 320px);
  width: clamp(60px, 8vw, 120px);
  aspect-ratio: 2/1;
  border-radius: 999px 999px 0 0;
  background: #1F4A38;
  transform: translate3d(calc(var(--mx, 0) * 64px), calc(var(--my, 0) * 64px), 0);
}

.main-services {
  padding: 0 clamp(20px, 4vw, 56px) clamp(80px, 10vw, 140px);
  max-width: 1520px;
  margin: 0 auto;
}
.main-services .service-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
}

.service-link {
  display: block;
  color: #2B1610;
}
.service-link:hover {
  color: #2B1610;
}

.extras {
  padding: clamp(80px, 10vw, 150px) clamp(20px, 4vw, 56px);
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.extras .section-head__text {
  max-width: 420px;
}
.extras__list {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #2B1610;
}

.extra {
  display: grid;
  grid-template-columns: 70px minmax(0, 1.2fr) minmax(0, 1.4fr) 56px;
  align-items: center;
  gap: 24px;
  padding: 30px 12px;
  border-bottom: 2px solid #2B1610;
  color: #2B1610;
  transition: background 0.3s, padding 0.3s;
}
.extra:hover {
  padding-left: 28px;
  color: #2B1610;
}
.extra--0:hover {
  background: #F6B93B;
}
.extra--1:hover {
  background: #F4A6B7;
}
.extra--2:hover {
  background: #FFFFFF;
}
.extra__num {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
}
.extra__title {
  margin: 0;
  font-size: clamp(26px, 2.8vw, 42px);
  letter-spacing: -0.035em;
  font-weight: 800;
  line-height: 1.05;
}
.extra__text {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  text-wrap: pretty;
}
.extra__arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #2B1610;
  color: #F7EEE1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

/*# sourceMappingURL=services-3e7aaa7960.output.css.map */
