.page-news {
  --news-card-shadow: 0 8px 24px rgba(10, 31, 61, .08);
  --news-card-shadow-hover: 0 14px 32px rgba(10, 31, 61, .14);
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}

.page-news .breadcrumb {
  padding: 18px 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.page-news .breadcrumb__link {
  color: var(--ocean);
  text-decoration: none;
  font-weight: 700;
  transition: color .2s;
}

.page-news .breadcrumb__link:hover {
  color: var(--orange);
}

.page-news .breadcrumb__sep {
  color: var(--gold);
}

.page-news .breadcrumb__item {
  color: rgba(10, 31, 61, .65);
}

.page-news .news-poster {
  background: var(--ocean);
  border-radius: 8px;
  padding: 40px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  overflow: hidden;
  color: var(--cream);
}

.page-news .news-poster::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  background: var(--orange);
  transform: rotate(18deg);
  opacity: .95;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0 88%);
}

.page-news .news-poster__content {
  position: relative;
  z-index: 2;
}

.page-news .news-poster__kicker {
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: .24em;
  color: var(--gold);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.page-news .news-poster__title {
  font-family: var(--font-head);
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 8px;
  color: #fff;
  text-transform: uppercase;
}

.page-news .news-poster__lead {
  font-family: var(--font-head);
  font-size: 20px;
  color: #fff;
  margin: 0 0 14px;
}

.page-news .news-poster__desc {
  font-size: 15px;
  line-height: 1.7;
  max-width: 640px;
  color: rgba(245, 240, 232, .78);
  margin-bottom: 18px;
}

.page-news .news-poster__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .news-poster__round {
  flex: 0 0 132px;
  width: 132px;
  height: 132px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: rgba(10, 31, 61, .55);
}

.page-news .news-poster__round-num {
  font-family: var(--font-data);
  font-size: 40px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}

.page-news .news-poster__round-text {
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--gold);
  line-height: 1.5;
  font-family: var(--font-data);
}

.page-news .news-pool {
  padding: 48px 0 8px;
}

.page-news .news-layout {
  display: grid;
  gap: 28px;
}

.page-news .news-sidebar__inner {
  background: var(--ocean);
  border-radius: 8px;
  padding: 22px;
  color: var(--cream);
  position: sticky;
  top: 80px;
}

.page-news .news-sidebar__title {
  font-family: var(--font-head);
  font-size: 17px;
  color: #fff;
  margin: 0 0 6px;
}

.page-news .news-sidebar__help {
  font-size: 13px;
  color: rgba(245, 240, 232, .7);
  line-height: 1.5;
  margin-bottom: 16px;
}

.page-news .news-sidebar__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.page-news .filter-btn {
  font-family: var(--font-data);
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(245, 240, 232, .3);
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  transition: all .2s var(--ease);
}

.page-news .filter-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.page-news .filter-btn.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ocean);
  font-weight: 700;
}

.page-news .news-sidebar__anchors {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(245, 240, 232, .18);
}

.page-news .news-sidebar__anchors a {
  font-family: var(--font-data);
  font-size: 13px;
  color: rgba(245, 240, 232, .72);
  text-decoration: none;
  padding: 5px 0;
  transition: color .2s, padding-left .2s;
}

.page-news .news-sidebar__anchors a:hover {
  color: var(--orange);
  padding-left: 6px;
}

.page-news .news-sidebar__note {
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1px solid rgba(245, 240, 232, .18);
  font-size: 13px;
  line-height: 1.65;
  color: rgba(245, 240, 232, .7);
}

.page-news .news-sidebar__note a {
  color: var(--cyan);
}

.page-news .pool-section {
  margin-bottom: 44px;
}

.page-news .pool-section__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 3px solid var(--ocean);
  padding-bottom: 10px;
  margin-bottom: 18px;
}

.page-news .pool-section__num {
  font-family: var(--font-data);
  font-size: 34px;
  color: var(--orange);
  font-weight: 700;
  line-height: 1;
}

.page-news .pool-section__head h2 {
  font-family: var(--font-head);
  font-size: 22px;
  color: var(--ocean);
  margin: 0;
}

.page-news .pool-section__note {
  margin-left: auto;
  font-size: 12px;
  color: var(--ocean);
  opacity: .6;
}

.page-news .report-grid {
  display: grid;
  gap: 14px;
}

.page-news .report-card {
  background: #fff;
  border-radius: 8px;
  padding: 16px 16px 16px 22px;
  border: 1px solid rgba(10, 31, 61, .08);
  box-shadow: var(--news-card-shadow);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow .3s var(--ease), transform .3s var(--ease);
}

.page-news .report-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(180deg, var(--orange), var(--gold));
  border-radius: 0 0 0 6px;
}

.page-news .report-card--lead {
  padding: 0;
}

.page-news .report-card--lead::before {
  height: 100%;
  border-radius: 0;
}

.page-news .report-card__media img {
  width: 100%;
  height: auto;
  display: block;
}

.page-news .report-card__body {
  padding: 18px;
  flex: 1;
}

.page-news .report-card--lead .report-card__body {
  padding: 20px;
}

.page-news .report-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.page-news .report-card__round,
.page-news .highlight-item__round {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--ocean);
  background: var(--cream);
  border-radius: 999px;
  padding: 3px 8px;
  border: 1px solid rgba(10, 31, 61, .12);
}

.page-news .report-card__title {
  font-family: var(--font-head);
  font-size: 20px;
  color: var(--ocean);
  margin: 0 0 6px;
  line-height: 1.25;
}

.page-news .report-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(20, 20, 20, .78);
  margin: 0 0 12px;
}

.page-news .report-card__data {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.page-news .report-card__data span {
  font-family: var(--font-data);
  font-size: 12px;
  line-height: 1;
  color: var(--ocean);
  background: var(--cream);
  border-radius: 4px;
  padding: 7px 9px;
}

.page-news .report-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--news-card-shadow-hover);
}

.page-news .highlight-list {
  display: grid;
  gap: 12px;
}

.page-news .highlight-item {
  background: var(--cream);
  border: 1px solid rgba(10, 31, 61, .1);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  gap: 14px;
  align-items: center;
  transition: border-color .25s;
}

.page-news .highlight-item:hover {
  border-color: var(--orange);
}

.page-news .highlight-item__media {
  flex: 0 0 100px;
  border-radius: 6px;
  overflow: hidden;
}

.page-news .highlight-item__media img {
  width: 100%;
  height: auto;
  display: block;
}

.page-news .highlight-item__body {
  flex: 1;
  min-width: 0;
}

.page-news .highlight-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 4px;
}

.page-news .highlight-item__title {
  font-family: var(--font-head);
  font-size: 16px;
  color: var(--ocean);
  margin: 0 0 4px;
  line-height: 1.3;
}

.page-news .highlight-item__body p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(20, 20, 20, .68);
  margin: 0;
}

.page-news .chapter {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.page-news .chapter__num {
  font-family: var(--font-data);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: var(--orange);
}

.page-news .chapter__label {
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: .18em;
  color: var(--gold);
  margin: 0 0 6px;
  text-transform: uppercase;
}

.page-news .chapter__title {
  font-family: var(--font-head);
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  color: #fff;
}

.page-news .lineup-feature {
  background: var(--ocean);
  padding: 56px 0;
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.page-news .lineup-feature::before {
  content: "";
  position: absolute;
  left: -60px;
  top: -80px;
  width: 260px;
  height: 260px;
  background: rgba(255, 107, 26, .18);
  border-radius: 50%;
}

.page-news .lineup-feature .container {
  position: relative;
  z-index: 2;
}

.page-news .lineup-grid {
  display: grid;
  gap: 20px;
}

.page-news .lineup-card {
  background: var(--cream);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}

.page-news .lineup-card__media img {
  width: 100%;
  height: auto;
  display: block;
}

.page-news .lineup-card__body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page-news .lineup-card__tag {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--orange);
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-weight: 700;
}

.page-news .lineup-card__title {
  font-family: var(--font-head);
  font-size: 20px;
  color: var(--ocean);
  margin: 0 0 8px;
  line-height: 1.3;
}

.page-news .lineup-card__desc {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(20, 20, 20, .75);
  margin: 0 0 14px;
  flex: 1;
}

.page-news .lineup-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.page-news .lineup-card__stats span {
  font-family: var(--font-data);
  font-size: 12px;
  background: var(--ocean);
  color: var(--cream);
  padding: 6px 9px;
  border-radius: 4px;
}

.page-news .lineup-card__note {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(20, 20, 20, .65);
  margin: 0 0 14px;
}

.page-news .homeaway-feature {
  padding: 56px 0;
  background: var(--cream);
}

.page-news .homeaway-feature .chapter__title {
  color: var(--ocean);
}

.page-news .homeaway-feature .chapter__label {
  color: var(--orange);
}

.page-news .homeaway-grid {
  display: grid;
  gap: 24px;
}

.page-news .homeaway-chart .image-frame {
  background: var(--ocean);
  padding: 10px;
  border-radius: 10px;
}

.page-news .homeaway-chart img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.page-news .homeaway-articles {
  display: grid;
  align-content: start;
  gap: 14px;
}

.page-news .homeaway-article {
  background: #fff;
  border-left: 4px solid var(--orange);
  padding: 18px;
  border-radius: 0 8px 8px 0;
  box-shadow: var(--news-card-shadow);
}

.page-news .homeaway-article h3 {
  font-family: var(--font-head);
  font-size: 17px;
  color: var(--ocean);
  margin: 0 0 6px;
  line-height: 1.35;
}

.page-news .homeaway-article p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(20, 20, 20, .75);
  margin: 0;
}

.page-news .news-related {
  padding: 32px 0 56px;
}

.page-news .news-related p {
  font-size: 15px;
  line-height: 1.7;
  background: var(--cream);
  border: 1px solid rgba(10, 31, 61, .1);
  padding: 18px 20px;
  border-radius: 8px;
  color: var(--ocean);
}

.page-news .news-related a {
  color: var(--orange);
  font-weight: 700;
  text-decoration: none;
}

.page-news .news-related a:hover {
  text-decoration: underline;
}

.page-news .btn {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  border: 1px solid var(--orange);
  text-decoration: none;
  display: inline-block;
  transition: all .2s var(--ease);
  text-align: center;
}

.page-news .btn:hover {
  background: #e85d0e;
  border-color: #e85d0e;
  color: #fff;
}

.page-news .btn--ghost {
  background: transparent;
  color: var(--orange);
}

.page-news .btn--ghost:hover {
  background: var(--orange);
  color: #fff;
}

.page-news .tag {
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  background: var(--ocean);
  color: var(--cream);
  border-radius: 3px;
  padding: 4px 8px;
  display: inline-block;
}

.page-news .tag--gold {
  background: var(--gold);
  color: var(--ocean);
}

.page-news .tag--ghost {
  background: transparent;
  border: 1px solid rgba(10, 31, 61, .25);
  color: var(--ocean);
}

@media (min-width: 768px) {
  .page-news .news-poster {
    padding: 44px 40px;
  }

  .page-news .news-poster__title {
    font-size: 52px;
  }

  .page-news .news-poster__lead {
    font-size: 24px;
  }

  .page-news .news-layout {
    grid-template-columns: 220px 1fr;
    gap: 24px;
    align-items: start;
  }

  .page-news .news-sidebar__inner {
    position: sticky;
    top: 22px;
  }

  .page-news .report-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .page-news .report-card--lead {
    grid-column: 1 / -1;
  }

  .page-news .lineup-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-news .homeaway-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .page-news .news-layout {
    grid-template-columns: 260px 1fr;
    gap: 32px;
  }

  .page-news .report-card--lead {
    display: grid;
    grid-template-columns: 380px 1fr;
  }

  .page-news .report-card--lead .report-card__body {
    padding: 24px;
  }

  .page-news .report-card__title {
    font-size: 22px;
  }

  .page-news .highlight-item {
    padding: 16px;
  }

  .page-news .highlight-item__media {
    flex-basis: 130px;
  }

  .page-news .chapter__title {
    font-size: 28px;
  }
}
