.editorial-page {
  padding-bottom: 80px;
}

.editorial-hero {
  margin: 40px 0 80px;
}

.editorial-hero__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 56px;
  border-radius: 24px;
  background: #fbfbfb;
}

.editorial-hero__eyebrow {
  margin: 0 0 14px;
  color: rgba(23, 23, 23, 0.45);
  font-family: "SegoeUIWeb";
  font-size: 16px;
  text-transform: uppercase;
}

.editorial-hero__title {
  margin: 0 0 20px;
  color: #171717;
  font-family: "SegoeUIWeb";
  font-size: 46px;
  font-weight: 350;
  line-height: 1.05;
  text-transform: uppercase;
}

.editorial-hero__text,
.editorial-hero__text p {
  margin: 0;
  color: rgba(23, 23, 23, 0.7);
  font-family: "SegoeUIWeb";
  font-size: 20px;
  line-height: 1.45;
}

.news--editorial-list {
  max-width: 1240px;
  margin: 0 auto;
}

.editorial-empty {
  padding: 56px;
  border-radius: 24px;
  background: #fbfbfb;
}

.editorial-empty__title {
  margin: 0 0 12px;
  color: #171717;
  font-family: "SegoeUIWeb";
  font-size: 28px;
}

.editorial-empty__text {
  margin: 0;
  color: rgba(23, 23, 23, 0.7);
  font-family: "SegoeUIWeb";
  font-size: 18px;
  line-height: 1.45;
}

.editorial-gallery {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.editorial-gallery__item {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f5f5;
}

.editorial-gallery__item img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.editorial-meta {
  margin: 0;
  color: rgba(23, 23, 23, 0.55);
  font-family: "SegoeUIWeb";
  font-size: 18px;
}

.editorial-videos {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.editorial-videos__item {
  overflow: hidden;
  border-radius: 18px;
  background: #000;
}

.editorial-videos__item iframe,
.editorial-videos__item video {
  display: block;
  width: 100%;
  min-height: 560px;
  border: 0;
}

.gift-tabs {
  margin: 0 auto 40px;
  max-width: 1240px;
}

.gift-tabs__inner {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.gift-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid rgba(23, 23, 23, 0.15);
  color: rgba(23, 23, 23, 0.75);
  text-decoration: none;
  font-family: "SegoeUIWeb";
  font-size: 18px;
  transition: all 0.2s ease;
}

.gift-tabs__item.is-active {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

@media (max-width: 980px) {
  .editorial-page {
    padding-bottom: 50px;
  }

  .editorial-hero {
    margin: 24px 20px 40px;
  }

  .editorial-hero__inner {
    padding: 28px 20px;
  }

  .editorial-hero__title {
    font-size: 30px;
  }

  .editorial-hero__text,
  .editorial-hero__text p,
  .editorial-empty__text {
    font-size: 16px;
  }

  .editorial-empty {
    margin: 0 20px;
    padding: 28px 20px;
  }

  .editorial-gallery,
  .editorial-videos {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 20px;
  }

  .editorial-gallery__item img {
    min-height: 300px;
  }

  .editorial-videos__item iframe,
  .editorial-videos__item video {
    min-height: 260px;
  }

  .gift-tabs {
    margin: 0 20px 30px;
  }

  .gift-tabs__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gift-tabs__item {
    width: 100%;
    font-size: 16px;
  }
}
