:root {
  --wpt-accent: #b94708;
  --wpt-navy: #283446;
  --wpt-ink: #263643;
  --wpt-paper: #fffaf6;
}

.wpt-news-page {
  min-height: 60vh;
  padding: clamp(80px, 9vw, 132px) 24px;
  color: var(--wpt-ink);
  background: var(--wpt-paper);
}

.wpt-news-page__inner {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.wpt-news-page__header {
  margin-bottom: clamp(34px, 5vw, 56px);
}

.wpt-news-page__eyebrow {
  position: relative;
  margin: 0 0 12px;
  padding-left: 30px;
  color: var(--wpt-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.18em;
}

.wpt-news-page__eyebrow::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.wpt-news-page h1 {
  margin: 0;
  padding: 0;
  color: var(--wpt-navy);
  border: 0;
  background: transparent;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.wpt-news-page__intro {
  max-width: 690px;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.9;
}

.wpt-news-page .navigation.pagination {
  margin-top: 40px;
}

.wpt-news-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 0 0 18px;
  color: #68747c;
  font-size: 13px;
}

.wpt-news-single__category {
  color: var(--wpt-accent);
  font-weight: 800;
}

.wpt-news-single__body {
  max-width: 820px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.9;
}

.wpt-news-single__body > * + * {
  margin-top: 1.5em;
}

.wpt-news-single__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
  color: var(--wpt-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 767px) {
  .wpt-news-page {
    padding: 76px 20px;
  }

  .wpt-news-page h1 {
    font-size: 27px;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wpt-news-page * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
