/* NEWS */
.news-hero {
  padding: calc(var(--nav-height) + 4.5rem) 0 4rem;
  background: linear-gradient(180deg, var(--blue-mid) 0%, var(--blue) 100%);
  position: relative;
  overflow: hidden;
}
.news-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.8;
}
.news-hero .container,
.news-archive-section .container,
.news-post-hero .container,
.news-post-content-section .container {
  position: relative;
  z-index: 1;
}
.news-hero .section-label {
  color: rgba(255,255,255,0.72);
}
.news-hero-title,
.news-post-title,
.news-panel-title,
.news-post-article h2 {
  font-family: 'Playfair Display', serif;
}
.news-hero-title {
  font-size: clamp(2.2rem, 4.8vw, 3.5rem);
  line-height: 1.05;
  color: white;
  max-width: 24ch;
}
.news-hero-copy {
  max-width: 44rem;
  margin-top: 1.35rem;
  font-size: 1.16rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.84);
}
.news-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.news-outline-light,
.news-outline-light:visited,
.news-outline-light:active {
  color: white;
}
.news-archive-section,
.news-post-content-section {
  background: linear-gradient(180deg, #FBF8F3 0%, #FFFFFF 100%);
}
.news-archive-section {
  padding: 2.2rem 0 6rem;
}
.news-post-content-section {
  padding: 1.5rem 0 6rem;
}
.news-layout {
  display: block;
}
.news-sidebar,
.news-post-side-card,
.news-post-article {
  background: white;
  border: 1.5px solid #E0D9D0;
  border-radius: 2px;
}
.news-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem 1.1rem;
  background: white;
  border: 1.5px solid #E0D9D0;
  border-radius: 2px;
}
.news-sidebar {
  position: sticky;
  top: calc(var(--nav-height) + 1.5rem);
  padding: 1.5rem;
}
.news-panel-title {
  font-size: 1.75rem;
  line-height: 1.15;
  color: var(--blue);
}
.news-panel-copy {
  margin-top: 0.9rem;
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--text-mid);
}
.news-search-form {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  order: 2;
  flex: 0 1 360px;
  min-width: 0;
  margin-top: 0;
}
.news-search-label,
.news-filter-label {
  display: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.news-search-row {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 0.55rem;
}
.news-search-input {
  width: 100%;
  min-width: 0;
  padding: 0.68rem 0.85rem;
  border: 1px solid rgba(27,58,107,0.18);
  border-radius: 2px;
  font: inherit;
  color: var(--text-dark);
  background: white;
}
.news-search-input:focus {
  outline: 2px solid rgba(37,99,176,0.2);
  outline-offset: 1px;
  border-color: var(--blue-light);
}
.news-search-submit {
  border: none;
  background: var(--blue);
  color: white;
  padding: 0.68rem 0.92rem;
  border-radius: 2px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.news-search-submit:hover {
  background: var(--blue-mid);
}
.news-filter-group {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(27,58,107,0.12);
}
.news-filter-group-inline {
  order: 1;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.news-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  min-width: 0;
}
.news-category-chip,
.news-category-chip:visited,
.news-category-chip:active {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.58rem 0.82rem;
  border: 1px solid rgba(27,58,107,0.14);
  border-radius: 2px;
  background: rgba(27,58,107,0.03);
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}
.news-category-chip span {
  color: rgba(27,58,107,0.68);
}
.news-category-chip:hover {
  border-color: var(--gold);
  color: var(--blue);
}
.news-category-chip.active {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
}
.news-category-chip.active span {
  color: rgba(255,255,255,0.82);
}
.news-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.news-results-head .section-title {
  margin-bottom: 0;
}
.news-results-count {
  margin: 0;
  color: var(--text-mid);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.7;
}
.news-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.news-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5rem;
  border: 1.5px solid #E0D9D0;
  border-radius: 2px;
  background: white;
}
.news-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}
.news-card-category,
.news-card-category:visited,
.news-card-category:active {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--red);
}
.news-card-source {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.55rem;
  border: 1px solid rgba(27,58,107,0.16);
  border-radius: 999px;
  background: rgba(27,58,107,0.05);
  color: var(--blue);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.news-card-date {
  margin-bottom: 1rem;
  color: rgba(46,58,74,0.8);
  font-size: 0.82rem;
}
.news-card-title {
  font-size: 1.55rem;
  line-height: 1.2;
  color: var(--blue);
  margin-bottom: 0.9rem;
}
.news-card-title a,
.news-card-title a:visited,
.news-card-title a:active {
  color: inherit;
  text-decoration: none;
}
.news-card-title a:hover {
  color: var(--red);
}
.news-card-summary {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-mid);
  margin-bottom: 1.4rem;
}
.news-card-link,
.news-card-link:visited,
.news-card-link:active {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 0.9rem 1.1rem;
  border-radius: 2px;
  background: var(--red);
  color: white;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.news-card-link:hover {
  background: var(--red-light);
  color: white;
}
.news-empty {
  grid-column: 1 / -1;
  padding: 2rem;
  border: 1.5px dashed rgba(27,58,107,0.18);
  border-radius: 2px;
  background: white;
}
.news-empty strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--blue);
}
.news-empty p {
  color: var(--text-mid);
}
.news-post-hero {
  padding: calc(var(--nav-height) + 4rem) 0 2.75rem;
  background: linear-gradient(180deg, var(--blue-mid) 0%, var(--blue) 100%);
  position: relative;
  overflow: hidden;
}
.news-post-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.12) 0, rgba(255,255,255,0) 35%);
}
.news-breadcrumbs {
  margin-bottom: 1.25rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.72);
}
.news-breadcrumbs a,
.news-breadcrumbs a:visited,
.news-breadcrumbs a:active {
  color: rgba(255,255,255,0.84);
  text-decoration: none;
}
.news-post-hero .section-label {
  color: rgba(255,255,255,0.72);
}
.news-post-title {
  font-size: clamp(2.2rem, 4.8vw, 3.5rem);
  line-height: 1.05;
  color: white;
  max-width: 24ch;
}
.news-post-meta {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.news-post-standfirst {
  max-width: 46rem;
  margin-top: 1.35rem;
  font-size: 1.14rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.86);
}
.news-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 2rem;
  align-items: start;
}
.news-post-article {
  padding: 2.2rem;
}
.news-post-article p,
.news-post-article li {
  font-size: 1.04rem;
  line-height: 1.85;
  color: var(--text-mid);
}
.news-post-article p + p,
.news-post-article ul,
.news-post-article ol,
.news-post-article blockquote,
.news-post-article h2 {
  margin-top: 1.35rem;
}
.news-post-article h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--blue);
}
.news-post-article ul,
.news-post-article ol {
  margin-left: 1.25rem;
}
.news-post-article li + li {
  margin-top: 0.75rem;
}
.news-post-quote {
  padding-left: 1rem;
  border-left: 3px solid var(--red);
  color: var(--blue);
  font-size: 1.08rem;
  font-weight: 600;
}
.news-post-side-card {
  position: sticky;
  top: calc(var(--nav-height) + 1.5rem);
  padding: 1.5rem;
}
.news-post-side-card strong {
  display: block;
  margin-bottom: 1rem;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.news-post-side-card p {
  color: var(--text-mid);
  line-height: 1.7;
}
.news-post-side-links {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.2rem;
}
.news-post-side-links a,
.news-post-side-links a:visited,
.news-post-side-links a:active {
  text-decoration: none;
  font-weight: 700;
}
.news-post-cta,
.news-post-cta:visited,
.news-post-cta:active {
  width: 100%;
  margin-top: 1.25rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .news-layout,
  .news-post-layout {
    grid-template-columns: 1fr;
  }
  .news-sidebar,
  .news-post-side-card {
    position: static;
  }
}
@media (max-width: 780px) {
  .news-hero {
    padding: 3.5rem 0 3rem;
  }
  .news-archive-section {
    padding: 1.4rem 0 4.5rem;
  }
  .news-post-content-section {
    padding: 1rem 0 4.5rem;
  }
  .news-post-hero {
    padding: 3.5rem 0 2.5rem;
  }
  .news-hero-title,
  .news-post-title {
    max-width: none;
  }
  .news-toolbar {
    display: grid;
    gap: 0.9rem;
    padding: 0.95rem;
  }
  .news-search-form,
  .news-filter-group-inline {
    display: block;
    width: 100%;
  }
  .news-search-form {
    order: 2;
  }
  .news-filter-group-inline {
    order: 1;
  }
  .news-search-row,
  .news-results-head,
  .news-hero-links {
    grid-template-columns: 1fr;
    display: grid;
  }
  .news-results-count {
    text-align: left;
  }
  .news-results-grid {
    grid-template-columns: 1fr;
  }
  .news-post-article {
    padding: 1.6rem;
  }
}
@media (max-width: 560px) {
  .news-search-input,
  .news-search-submit {
    width: 100%;
  }
  .news-hero-title {
    font-size: 2.25rem;
  }
  .news-panel-title {
    font-size: 1.45rem;
  }
  .news-post-title {
    font-size: 2.25rem;
  }
  .news-card,
  .news-toolbar,
  .news-sidebar,
  .news-post-side-card {
    padding: 1.2rem;
  }
}
