/* Новини (HUKH FRIENDS): список і сторінка інтерв'ю */

.news-page {
  color: #000;
  padding-bottom: 130px;
}

.news-page.news-article {
  padding-bottom: 75px;
}

.news-page .bread-crups {
  margin-bottom: 49px;
}

.news-read-more {
  font-size: 18px;
  line-height: normal;
  text-underline-position: from-font;
}

/* ---------- Список ---------- */

.news-head {
  text-align: center;
  margin-bottom: 64px;
}

.news-title {
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.news-description {
  max-width: 1140px;
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}

.news-featured {
  position: relative;
  display: block;
  aspect-ratio: 1560 / 750;
  overflow: hidden;
  background: #191919;
  color: #fff;
  text-decoration: none;
}

.news-featured:hover {
  color: #fff;
}

.news-featured picture,
.news-featured img {
  display: block;
  width: 100%;
  height: 100%;
}

.news-featured img {
  object-fit: cover;
}

.news-featured::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}

.news-featured-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 51px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 30px;
  text-align: center;
}

.news-featured-name {
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.news-featured .news-read-more {
  text-decoration: underline;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 75px 60px;
  margin-top: 75px;
}

.news-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000;
  text-decoration: none;
}

.news-card:hover {
  color: #000;
}

.news-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 750 / 555;
  overflow: hidden;
  background: #f2f2f2;
  margin-bottom: 32px;
}

.news-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card-name {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.news-card:hover .news-read-more {
  text-decoration: underline;
}

.news-empty {
  text-align: center;
  margin: 0;
}

.news-more {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}

.news-more .loading {
  opacity: 0.5;
  pointer-events: none;
}

/* ---------- Сторінка інтерв'ю ---------- */

.news-article-title {
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 55px;
}

.news-hero {
  display: block;
  aspect-ratio: 1560 / 750;
  overflow: hidden;
  background: #f2f2f2;
}

.news-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-article-body {
  max-width: 1020px;
  margin: 54px auto 0;
}

.news-article-body > * + * {
  margin-top: 70px;
}

.news-lead {
  text-align: center;
}

.news-lead-mark {
  font-size: 22px;
  font-weight: 800;
  line-height: normal;
}

.news-quote {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.news-intro {
  max-width: 818px;
  margin: 54px auto 0;
  font-size: 18px;
  line-height: normal;
}

.news-lead-mark + .news-intro {
  margin-top: 24px;
}

.news-intro p {
  margin: 0;
}

.news-section {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  column-gap: 60px;
  align-items: start;
}

.news-section-title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.news-section-content {
  grid-column: 2;
}

.news-text {
  font-size: 16px;
  line-height: normal;
  overflow-wrap: break-word;
}

.news-text p,
.news-text ul,
.news-text ol,
.news-text blockquote {
  margin: 0;
}

.news-text ul,
.news-text ol {
  padding-left: 1.25em;
}

.news-text h1,
.news-text h2,
.news-text h3,
.news-text h4,
.news-text h5,
.news-text h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.news-text a {
  color: #505ee1;
  text-decoration: underline;
  text-underline-position: from-font;
}

.news-text img {
  max-width: 100%;
  height: auto;
}

.news-blitz {
  display: grid;
  grid-template-columns: minmax(78px, max-content) minmax(0, 1fr);
  column-gap: 12px;
  margin: 0;
  font-size: 16px;
  line-height: normal;
}

.news-blitz dt {
  font-weight: 600;
}

.news-blitz dd {
  margin: 0;
}

.news-section-blitz .news-section-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}

.news-article-body > .news-section-blitz + * {
  margin-top: 50px;
}

.news-images img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-images-wide img {
  aspect-ratio: 1020 / 765;
}

.news-images-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.news-images-pair img {
  aspect-ratio: 500 / 695;
}

.news-mark {
  display: block;
  width: 81px;
  height: auto;
  margin-left: 270px;
}

.news-article-body > .news-mark {
  margin-top: 40px;
}

@media all and (max-width: 600px) {
  .news-page {
    padding-bottom: 65px;
  }

  .news-page.news-article {
    padding-bottom: 30px;
  }

  .news-page .bread-crups {
    margin-bottom: 24px;
  }

  .news-read-more {
    font-size: 11px;
  }

  .news-head {
    margin-bottom: 21px;
  }

  .news-title {
    font-size: 24px;
  }

  .news-description {
    margin-top: 24px;
    font-size: 12px;
    line-height: 14px;
  }

  .news-featured,
  .news-hero {
    margin-left: -15px;
    margin-right: -15px;
    aspect-ratio: 375 / 415;
  }

  .news-featured::after {
    height: 31%;
  }

  .news-featured-content {
    bottom: 29px;
    gap: 13px;
    padding: 0 15px;
  }

  .news-featured-name {
    max-width: 216px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }

  .news-featured .news-read-more {
    text-decoration: none;
  }

  .news-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    margin-top: 42px;
  }

  .news-card-image {
    aspect-ratio: 345 / 259;
    margin-bottom: 25px;
  }

  .news-card-name {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .news-more {
    margin-top: 42px;
  }

  .news-article .bread-crups {
    margin-bottom: 35px;
  }

  .news-article-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 29px;
  }

  .news-article-body {
    margin-top: 42px;
  }

  .news-article-body > * + * {
    margin-top: 40px;
  }

  .news-article-body > .news-lead + * {
    margin-top: 28px;
  }

  .news-lead-mark {
    font-size: 16px;
  }

  .news-quote {
    font-size: 12px;
  }

  .news-intro {
    max-width: 315px;
    margin-top: 28px;
    font-size: 11px;
  }

  .news-section {
    display: block;
  }

  .news-section-title {
    font-size: 12px;
    margin-bottom: 35px;
  }

  .news-text {
    font-size: 11px;
    line-height: 1.2;
  }

  .news-text h1,
  .news-text h2,
  .news-text h3,
  .news-text h4,
  .news-text h5,
  .news-text h6 {
    font-size: 11px;
    line-height: 1.2;
  }

  .news-blitz {
    grid-template-columns: minmax(84px, max-content) minmax(0, 1fr);
    row-gap: 5px;
    font-size: 11px;
  }

  .news-section-blitz .news-section-content {
    padding-bottom: 36px;
  }

  .news-article-body > .news-section-blitz + * {
    margin-top: 35px;
  }

  .news-images-pair {
    gap: 7px;
  }

  .news-mark {
    margin-left: 0;
  }

  .news-article-body > .news-mark {
    margin-top: 50px;
  }
}
