.article-page {
  padding-bottom: 0;
}

.article-page .footer {
  margin-top: 160px;
}

.article-top {
  margin-top: 32px;
}

.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--ink-soft);
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--orange);
}

.breadcrumbs-sep {
  color: var(--orange);
}

.article-hero {
  margin-top: 80px;
  display: grid;
  grid-template-columns: minmax(0, 808px) minmax(0, 572px);
  justify-content: space-between;
  gap: 20px;
}

.article-main-title {
  margin: 0;
  font: 400 80px/0.94 "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.article-top-meta {
  margin-top: 80px;
  width: 379px;
  display: grid;
  gap: 32px;
}

.article-author-row {
  display: flex;
  align-items: center;
}

.article-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.article-author-name {
  font-size: 16px;
  line-height: 1;
  color: var(--ink);
}

.article-author-role {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  color: var(--ink);
}

.article-date {
  width: 137px;
  height: 37px;
  border-radius: 30px;
  background: var(--teal);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 400 18px/1 "Comfortaa", sans-serif;
}

.article-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-reactions {
  display: flex;
  gap: 40px;
}

.reaction-chip {
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font: 400 12px/1 "PT Sans", sans-serif;
  cursor: pointer;
}

.reaction-heart {
  color: var(--orange);
  font-size: 18px;
  line-height: 1;
}

.reaction-chip-static {
  cursor: default;
}

.reaction-eye {
  color: var(--orange);
  font-size: 16px;
  line-height: 1;
}

.article-cover {
  height: 300px;
  border-radius: 10px;
  background: #d9d9d9;
}

.article-narrow {
  width: min(926px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.article-section-first {
  margin-top: 100px;
}

.article-h2 {
  margin: 0;
  font: 400 32px/1 "Comfortaa", sans-serif;
  color: var(--ink);
}

.article-narrow p {
  margin: 0;
  color: #5f5f5f;
  font-size: 20px;
  line-height: 1.3;
}

.article-section-first p {
  margin-top: 48px;
}

.article-gallery {
  margin-top: 64px;
}

.article-gallery-arrows {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}

.article-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.article-gallery-grid img {
  width: 100%;
  height: 447px;
  border-radius: 10px;
  object-fit: cover;
}

.article-section-second {
  margin-top: 100px;
}

.article-section-second p {
  margin-top: 48px;
}

.article-points {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
}

.article-points li {
  position: relative;
  padding-left: 24px;
  font-size: 20px;
  line-height: 1;
  color: var(--ink);
}

.article-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orange);
}

.article-spotlight {
  margin-top: 100px;
}

.spotlight-card {
  min-height: 559px;
  border-radius: 20px;
  background: var(--teal);
  padding: 32px;
  display: grid;
  grid-template-columns: minmax(0, 808px) minmax(0, 453px);
  gap: 75px;
  justify-content: space-between;
}

.spotlight-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.spotlight-tag {
  height: 28px;
  border-radius: 30px;
  background: #fff;
  color: var(--ink);
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  font: 400 14px/1 "PT Sans", sans-serif;
  white-space: nowrap;
}

.spotlight-updated {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1;
}

.spotlight-rating {
  margin-top: 48px;
  color: var(--orange);
  font-size: 14px;
  letter-spacing: 1.5px;
}

.spotlight-rating span {
  color: var(--ink);
  letter-spacing: 0;
  margin-left: 8px;
}

.spotlight-reviews {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
}

.spotlight-title {
  margin: 24px 0 0;
  font: 400 56px/1 "Comfortaa", sans-serif;
  color: #fff;
}

.spotlight-title .mark {
  border-bottom-color: var(--orange);
}

.spotlight-text {
  margin: 26px 0 0;
  max-width: 335px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.spotlight-btn {
  margin-top: 28px;
  width: 303px;
  max-width: 100%;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: var(--orange);
  color: #fff;
  font: 400 16px/40px "PT Sans", sans-serif;
  text-transform: lowercase;
  cursor: pointer;
}

.spotlight-time {
  margin-top: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.spotlight-address {
  margin-top: 16px;
  color: #fff;
  font: 400 18px/1 "Comfortaa", sans-serif;
}

.spotlight-image {
  width: 100%;
  height: 495px;
  border-radius: 20px;
  object-fit: cover;
}

.article-section-third {
  margin-top: 100px;
}

.article-section-third p {
  margin-top: 48px;
}

.article-share {
  margin-top: 100px;
  width: min(925px, calc(100% - 40px));
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-share-left {
  display: flex;
  align-items: center;
  gap: 64px;
}

.article-share-link {
  color: var(--ink);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-share-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-share-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.article-share-author a {
  color: var(--ink);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-share-author div {
  margin-top: 8px;
  color: var(--ink);
  font-size: 12px;
}

.article-telegram-wrap {
  margin-top: 160px;
}

.article-telegram {
  padding-bottom: 80px;
}

.article-telegram .section-title {
  text-align: center;
}

.article-telegram .tg-title-line {
  white-space: nowrap;
}

.article-tg-photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.article-tg-photos .tg-item {
  height: 216px;
  padding: 12px;
}

.article-tg-photos .tg-item img {
  border-radius: 36px;
}

.article-tg-photos .p1 {
  width: 288px;
}

.article-tg-photos .p2,
.article-tg-photos .p4,
.article-tg-photos .p5 {
  width: 216px;
}

.article-tg-photos .p3 {
  width: 324px;
}

.article-related {
  margin-top: 160px;
}

.article-related-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.article-related-sub {
  margin-top: 32px;
  font: 400 32px/1 "Comfortaa", sans-serif;
  color: #969696;
}

.article-related-arrows {
  width: 217px;
  display: flex;
  justify-content: space-between;
}

.article-related-grid {
  margin-top: 80px;
}

.article-related-card {
  min-height: 380px;
  background: var(--surface);
  color: var(--ink);
}

.article-related-card .author img {
  width: 40px;
  height: 40px;
}

.article-related-card.is-featured {
  background: var(--teal);
  color: #fff;
}

.article-related-card.is-featured .date-pill {
  background: #fff;
  color: var(--orange);
}

.article-related-card .like-icon {
  font-size: 18px;
  line-height: 1;
  color: var(--orange);
}

.article-related-card .likes {
  gap: 8px;
  color: #a5978b;
}

.article-related-card.is-featured .likes {
  color: #fff;
}

.article-related-card.is-featured .place-arrow {
  opacity: 1;
  color: var(--orange);
  font-size: 48px;
  margin-top: 0;
}

@media (max-width: 1240px) {
  .article-main-title {
    font-size: 56px;
  }

  .article-hero,
  .spotlight-card {
    grid-template-columns: 1fr;
  }

  .article-top-meta {
    width: 100%;
    max-width: 379px;
  }

  .article-meta-row {
    max-width: 379px;
  }

  .article-cover {
    height: 240px;
  }

  .article-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-gallery-grid img {
    height: 360px;
  }

  .spotlight-image {
    height: 420px;
  }

  .article-share {
    width: calc(100% - 40px);
  }

  .article-related-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .article-page .footer {
    margin-top: 90px;
  }

  .article-main-title {
    font-size: 52px;
    line-height: 0.95;
  }

  .article-hero {
    margin-top: 40px;
  }

  .article-top-meta {
    margin-top: 40px;
    gap: 20px;
  }

  .article-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .article-date {
    width: 126px;
    height: 33px;
    font-size: 16px;
  }

  .article-reactions {
    gap: 24px;
  }

  .article-narrow,
  .article-share {
    width: calc(100% - 32px);
  }

  .article-narrow p,
  .article-points li {
    font-size: 16px;
    line-height: 1.35;
  }

  .article-gallery {
    margin-top: 40px;
  }

  .article-gallery-grid {
    grid-template-columns: 1fr;
  }

  .article-gallery-grid img {
    height: 300px;
  }

  .article-h2 {
    font-size: 28px;
  }

  .spotlight-card {
    padding: 20px;
    min-height: 0;
    gap: 20px;
  }

  .spotlight-tags {
    gap: 10px;
  }

  .spotlight-tag {
    font-size: 12px;
    padding: 0 12px;
  }

  .spotlight-title {
    font-size: 38px;
    line-height: 0.95;
  }

  .spotlight-text {
    max-width: none;
  }

  .spotlight-btn {
    width: 100%;
  }

  .spotlight-image {
    height: 280px;
  }

  .article-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .article-share-left {
    gap: 24px;
    flex-wrap: wrap;
  }

  .article-telegram-wrap,
  .article-related {
    margin-top: 90px;
  }

  .article-related-sub {
    margin-top: 18px;
    font-size: 24px;
  }

  .article-related-grid {
    margin-top: 40px;
  }

  .article-telegram .tg-title-line {
    white-space: normal;
  }

  .article-tg-photos .tg-item,
  .article-tg-photos .p1,
  .article-tg-photos .p2,
  .article-tg-photos .p3,
  .article-tg-photos .p4,
  .article-tg-photos .p5 {
    width: 100%;
  }
}
