/* =========================================================================
   6. O nas: "Od ulu az do vasi sklenice" + Poznejte nas pribeh
   Figma: "Navrh HP" / Text (2906:485) + Nas pribeh (2906:486)
   Vyzaduje: assets/mth-base.css
   ========================================================================= */
.welcome {
  padding: 0;
  background-color: transparent;
}
.mth-story__lead {
  max-width: 700px;
  margin: 0 auto 56px;
  font-family: var(--mth-font-body);
  font-size: 36px !important;
  line-height: 1.21 !important;
  color: #000 !important;
  text-align: center;
}
.mth-story__lead b,
.mth-story__lead strong {
  font-weight: 600;
  color: var(--mth-orange) !important;
}

.mth-story__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 457px;
  gap: 71px;
  padding: 56px 27px 52px 60px;
  background: var(--mth-cream);
  border-radius: var(--mth-radius);
}

.mth-story__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mth-story__content > .mth-story__title,
.mth-story__content > .mth-story__perex,
.mth-story__content > .mth-story__stats {
  width: 100%;
}

.mth-story__title {
  margin: 0 0 14px;
  font-family: var(--mth-font-head);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #000;
}
.mth-story__perex {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.mth-story__stat {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  align-items: start;
  padding: 26px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.85);
}
.mth-story__num {
  font-family: var(--mth-font-head);
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  color: #000;
}
.mth-story__stat p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.mth-story__card .mth-btn {
  margin-top: 16px;
  flex: 0 0 auto;
}

.mth-story__media {
  border-radius: var(--mth-radius);
  overflow: hidden;
}
.mth-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1279px) {
  .mth-story__card {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 40px;
    padding: 44px 30px;
  }
  .mth-story__stat {
    grid-template-columns: 170px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .mth-story__lead {
    font-size: 26px;
  }
  .mth-story__card {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .mth-story__media {
    order: -1;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 639px) {
  .mth-story__lead {
    font-size: 21px;
  }
  .mth-story__card {
    padding: 32px 20px;
  }
  .mth-story__title {
    font-size: 28px;
  }
  .mth-story__stat {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
