.page-home .page-title {
  font-size: clamp(36px, 6.4vw, 68px);
  line-height: 1.03;
  max-width: 20ch;
}
.page-home .page-lead {
  font-size: clamp(18px, 2.1vw, 22px);
  max-width: 58ch;
  margin-bottom: 32px;
}

.home-section {
  margin-top: clamp(56px, 9vw, 112px);
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 24px;
  margin-top: clamp(48px, 7vw, 88px);
  max-width: 820px;
}

.stat__value {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 6vw, 56px);
  line-height: 1;
  letter-spacing: -0.03em;
}
.stat__value--accent {
  color: #d6006c;
}
.stat__label {
  font-size: 14px;
  margin: 8px 0 0;
  opacity: 0.75;
}

.home-reviews .section-title {
  margin-bottom: 36px;
  max-width: 26ch;
}

.home-programme .section-title {
  max-width: 26ch;
}

.theme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(24px, 3.5vw, 40px);
}

.theme-card {
  display: block;
  color: #201e1d;
  text-decoration: none;
}
.theme-card:not(.btn):hover {
  color: #201e1d;
}
.theme-card__num {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d6006c;
  margin-bottom: 8px;
}
.theme-card__title {
  font-size: 21px;
  margin: 0 0 8px;
  letter-spacing: -0.015em;
}
.theme-card__blurb {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.82;
}

.home-receive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.home-receive .section-title {
  margin-bottom: 20px;
}
.home-receive__text {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 16px;
}
.home-receive__text--last {
  margin-bottom: 24px;
}

.home-figure__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #eae9e9;
}
.home-figure__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-guides .section-title {
  max-width: 30ch;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 36px);
}

.guide-card {
  display: block;
  color: #201e1d;
  text-decoration: none;
}
.guide-card:not(.btn):hover {
  color: #201e1d;
}
.guide-card__title {
  font-size: 19px;
  margin: 0 0 6px;
  letter-spacing: -0.015em;
  text-wrap: pretty;
}
.guide-card__blurb {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.8;
}

.home-blog .section-title {
  margin-bottom: 32px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(24px, 3.5vw, 40px);
}

.post-card {
  display: block;
  color: #201e1d;
  text-decoration: none;
}
.post-card:not(.btn):hover {
  color: #201e1d;
}
.post-card__date {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 8px;
}
.post-card__title {
  font-size: 20px;
  margin: 0 0 8px;
  letter-spacing: -0.015em;
  text-wrap: pretty;
}
.post-card__excerpt {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.82;
}

/*# sourceMappingURL=home-e83249bd3b.output.css.map */
