.page-news {
  background: var(--cream);
  color: var(--ink);
}

.page-news *,
.page-news *::before,
.page-news *::after {
  box-sizing: border-box;
}

.page-news .container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-news__mast {
  position: relative;
  overflow: hidden;
  background: var(--header-bg);
  color: var(--cream);
  padding: 28px 0 68px;
}

.page-news__mast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold-bright) 46%, var(--gold) 74%, transparent 100%);
}

.page-news__mast::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -60px;
  width: 320px;
  height: 240px;
  background: linear-gradient(135deg, rgba(198, 161, 91, 0.20) 0%, rgba(198, 161, 91, 0) 64%);
  transform: rotate(18deg);
  pointer-events: none;
}

.page-news__mast .container {
  position: relative;
  z-index: 1;
}

.page-news__mast .breadcrumb__link,
.page-news__mast .breadcrumb__current {
  color: var(--gold-bright);
}

.page-news__mast .breadcrumb__link:hover,
.page-news__mast .breadcrumb__link:focus {
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-news__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin: 20px 0 12px;
}

.page-news__kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex: 0 0 auto;
}

.page-news__mast-title {
  font-family: "Playfair Display", "Georgia", "Songti SC", "SimSun", serif;
  font-size: clamp(1.85rem, 4.5vw, 3.1rem);
  line-height: 1.24;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 18px;
  max-width: 760px;
}

.page-news__mast-lede {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(245, 240, 230, 0.84);
  max-width: 660px;
  margin: 0 0 22px;
}

.page-news__mast-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news__meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(245, 240, 230, 0.28);
  border-radius: var(--radius-pill);
  background: rgba(245, 240, 230, 0.08);
  color: var(--cream);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.page-news__meta-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.page-news__meta-pill--ok::before {
  background: var(--gold-bright);
}

.page-news__meta-pill--new::before {
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(198, 161, 91, 0.22);
}

.page-news__latest {
  padding: 44px 0 58px;
}

.page-news__banner-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(198, 161, 91, 0.30);
  box-shadow: 0 26px 52px -32px rgba(45, 42, 38, 0.52);
  line-height: 0;
  margin: -32px 0 46px;
}

.page-news__banner-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.page-news__heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px 24px;
  margin-bottom: 26px;
}

.page-news__section-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin: 0 0 8px;
}

.page-news__section-title {
  font-family: "Playfair Display", "Georgia", "Songti SC", "SimSun", serif;
  font-size: clamp(1.55rem, 3.2vw, 2.3rem);
  line-height: 1.26;
  font-weight: 700;
  margin: 0;
  color: var(--ink);
}

.page-news__heading-note {
  font-size: 13px;
  color: var(--rock);
  border-left: 3px solid var(--gold);
  padding: 6px 0 6px 14px;
}

.page-news__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-news__timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--sand) 88%);
}

.page-news__timeline-item {
  position: relative;
  padding: 0 0 24px 32px;
}

.page-news__timeline-item:last-child {
  padding-bottom: 0;
}

.page-news__timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  background: var(--cream);
  box-shadow: 0 0 0 5px rgba(198, 161, 91, 0.12);
}

.page-news__timeline-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.page-news__timeline-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  padding: 4px 10px;
  border: 1px solid var(--gold);
  border-radius: var(--radius-pill);
  color: var(--terra);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-news__timeline-date {
  font-size: 13px;
  font-weight: 600;
  color: var(--rock);
  letter-spacing: 0.03em;
}

.page-news__timeline-card {
  background: var(--oat);
  border: 1px solid rgba(216, 207, 192, 0.55);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-news__timeline-card:hover,
.page-news__timeline-card:focus-within {
  background: #FFFFFF;
  border-color: var(--gold);
  box-shadow: var(--shadow-card);
}

.page-news__timeline-title {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.page-news__timeline-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--rock);
}

.page-news__categories {
  background: linear-gradient(180deg, var(--oat) 0%, var(--cream) 100%);
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
  padding: 56px 0 64px;
}

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

.page-news__cat-sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news__cat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px 18px;
  border: 1px solid var(--sand);
  border-radius: var(--radius-pill);
  background: var(--cream);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.page-news__cat-btn:hover,
.page-news__cat-btn:focus {
  border-color: var(--gold);
  background: #FFFFFF;
  color: var(--forest-deep);
  box-shadow: 0 10px 24px -18px rgba(45, 42, 38, 0.45);
}

.page-news__cat-btn-count {
  font-size: 12px;
  font-weight: 700;
  color: var(--terra);
  border: 1px solid var(--sand);
  border-radius: var(--radius-pill);
  padding: 2px 8px;
  line-height: 1.2;
  margin-left: auto;
}

.page-news__cat-panels {
  display: grid;
  gap: 24px;
}

.page-news__cat-panel {
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-card);
  scroll-margin-top: 24px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-news__cat-panel:target {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(198, 161, 91, 0.12), var(--shadow-card);
}

.page-news__cat-figure {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--sand);
  line-height: 0;
  margin-bottom: 20px;
}

.page-news__cat-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.page-news__cat-head {
  margin-bottom: 18px;
}

.page-news__cat-title {
  margin: 0 0 8px;
  font-family: "Playfair Display", "Georgia", "Songti SC", "SimSun", serif;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.page-news__cat-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--rock);
}

.page-news__cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news__cat-list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--sand);
}

.page-news__cat-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-news__cat-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terra);
}

.page-news__cat-name {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.page-news__cat-date {
  flex: 0 0 auto;
  font-size: 13px;
  color: var(--rock);
  white-space: nowrap;
}

.page-news__review {
  background: linear-gradient(120deg, #151C17 0%, var(--forest-deep) 54%, #1F2E24 100%);
  color: var(--cream);
  padding: 64px 0;
}

.page-news__review-grid {
  display: grid;
  gap: 40px;
}

.page-news__section-kicker--light {
  color: var(--gold-bright);
}

.page-news__review-title {
  font-family: "Playfair Display", "Georgia", "Songti SC", "SimSun", serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0 0 14px;
}

.page-news__review-desc {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(245, 240, 230, 0.82);
  margin: 0 0 20px;
  max-width: 640px;
}

.page-news__review-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news__review-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(245, 240, 230, 0.24);
  border-radius: var(--radius-pill);
  background: rgba(245, 240, 230, 0.07);
  color: var(--cream);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.page-news__review-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-bright);
  flex: 0 0 auto;
}

.page-news__review-badge--gold {
  border-color: rgba(198, 161, 91, 0.45);
  background: rgba(198, 161, 91, 0.10);
}

.page-news__review-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0;
}

.page-news__review-stat {
  border: 1px solid rgba(198, 161, 91, 0.32);
  border-radius: var(--radius-md);
  padding: 18px 14px;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
}

.page-news__review-stat dt {
  font-size: 13px;
  color: rgba(245, 240, 230, 0.72);
}

.page-news__review-stat dd {
  font-family: "Playfair Display", "Georgia", "Songti SC", "SimSun", serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold-bright);
  margin: 6px 0 0;
}

.page-news__crosslinks {
  padding: 48px 0 56px;
}

.page-news__crosslinks .entry-card {
  background: var(--oat);
  border: 1px solid var(--sand);
  border-radius: var(--radius-md);
  padding: 22px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.page-news__crosslinks .entry-card:hover,
.page-news__crosslinks .entry-card:focus {
  border-color: var(--gold);
  background: #FFFFFF;
  box-shadow: var(--shadow-card);
}

.page-news__crosslinks .entry-card__arrow {
  margin-top: auto;
  color: var(--terra);
  font-size: 18px;
}

@media (min-width: 768px) {
  .page-news__mast {
    padding: 36px 0 74px;
  }

  .page-news__mast-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
  }

  .page-news__timeline-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 20px;
    padding-bottom: 28px;
  }

  .page-news__timeline-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
  }

  .page-news__cat-panel {
    display: grid;
    grid-template-columns: 1fr 220px;
    grid-template-areas:
      "head figure"
      "list figure";
    gap: 16px 28px;
    align-items: start;
  }

  .page-news__cat-head {
    grid-area: head;
    margin-bottom: 0;
  }

  .page-news__cat-figure {
    grid-area: figure;
    margin-bottom: 0;
  }

  .page-news__cat-list {
    grid-area: list;
  }

  .page-news__review-grid {
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .page-news__category-layout {
    grid-template-columns: 230px 1fr;
    gap: 32px;
    align-items: start;
  }

  .page-news__cat-sidebar {
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 20px;
  }

  .page-news__cat-btn {
    width: 100%;
    padding: 16px 20px;
  }

  .page-news__cat-panel {
    grid-template-columns: 1fr 260px;
    gap: 20px 32px;
    padding: 28px;
  }

  .page-news__cat-title {
    font-size: 24px;
  }

  .page-news__review-grid {
    grid-template-columns: 1fr 380px;
    gap: 56px;
  }
}
