.bw-news-page {
  --bw-news-ink: #082b3f;
  --bw-news-green: #174b38;
  --bw-news-moss: #5f7f55;
  --bw-news-gold: #d8bd63;
  --bw-news-rust: #bf5634;
  --bw-news-paper: #f7f1e4;
  --bw-news-line: #d9e3dd;
  background:
    linear-gradient(90deg, rgba(8, 43, 63, .035) 0 1px, transparent 1px 100%),
    #f3f0e8;
  background-size: 34px 34px;
  color: var(--bw-news-ink);
  font-family: Inter, Arial, sans-serif;
}

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

.bw-news-page a {
  text-decoration: none;
}

.bw-news-shell {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
}

.bw-news-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-bottom: 7px solid var(--bw-news-gold);
  background:
    linear-gradient(110deg, rgba(8, 43, 63, .99), rgba(23, 75, 56, .96) 58%, rgba(95, 127, 85, .84)),
    #082b3f;
}

.bw-news-hero::after {
  content: "";
  position: absolute;
  right: max(24px, calc((100vw - 1420px) / 2));
  bottom: -90px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(216, 189, 99, .34);
  border-radius: 999px;
  pointer-events: none;
}

.bw-news-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .58fr);
  gap: 58px;
  align-items: center;
  min-height: 470px;
  padding: 60px 0;
}

.bw-news-kicker,
.bw-news-label,
.bw-news-section-head p {
  margin: 0;
  color: var(--bw-news-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bw-news-hero h1 {
  max-width: 860px;
  margin: 10px 0 16px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(58px, 7vw, 112px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .94;
}

.bw-news-hero__intro {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.65;
}

.bw-news-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.bw-news-hero__stats span {
  display: inline-flex;
  gap: 8px;
  align-items: baseline;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 4px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
}

.bw-news-hero__stats strong {
  color: #fff;
  font-size: 15px;
}

.bw-news-hero__media {
  position: relative;
  min-height: 356px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 2px;
  background: #dce8d9;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .28);
}

.bw-news-hero__media img,
.bw-news-lead__image img,
.bw-news-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.bw-news-hero__media:hover img,
.bw-news-lead:hover img,
.bw-news-card:hover img {
  transform: scale(1.035);
}

.bw-news-hero__media > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 58px 22px 22px;
  background: linear-gradient(0deg, rgba(3, 30, 40, .94), rgba(3, 30, 40, 0));
  color: #fff;
}

.bw-news-hero__media small {
  display: block;
  color: var(--bw-news-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bw-news-hero__media strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.08;
}

.bw-news-routes {
  border-bottom: 1px solid var(--bw-news-line);
  background: #fff;
}

.bw-news-routes .bw-news-shell {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 13px 0;
}

.bw-news-routes a {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--bw-news-green);
  font-size: 12px;
  font-weight: 900;
}

.bw-news-routes a:hover {
  background: var(--bw-news-green);
  color: #fff;
}

.bw-news-ad {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(87, 104, 91, .42);
  border-radius: 6px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .52) 0 12px, rgba(231, 238, 228, .62) 12px 24px),
    #f7f7ef;
  color: #68796e;
  text-align: center;
}

.bw-news-ad--leaderboard {
  min-height: 106px;
  margin: 28px auto;
}

.bw-news-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: end;
  margin: 34px 0 22px;
  padding: 18px 0;
  border-top: 4px double var(--bw-news-ink);
  border-bottom: 1px solid rgba(8, 43, 63, .24);
}

.bw-news-masthead p,
.bw-news-magazine-head p {
  margin: 0;
  color: var(--bw-news-rust);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bw-news-masthead h2,
.bw-news-magazine-head h2 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(32px, 3.5vw, 56px);
  line-height: .98;
}

.bw-news-masthead dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(104px, auto));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 43, 63, .18);
}

.bw-news-masthead div {
  padding: 12px 14px;
  background: rgba(255, 255, 255, .62);
}

.bw-news-masthead dt {
  margin: 0 0 3px;
  color: #697873;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bw-news-masthead dd {
  margin: 0;
  color: var(--bw-news-ink);
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 700;
}

.bw-news-opening {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .46fr);
  gap: 26px;
  margin-top: 0;
}

.bw-news-lead,
.bw-news-card,
.bw-news-sidebar-panel {
  border: 1px solid var(--bw-news-line);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(8, 43, 63, .06);
}

.bw-news-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .7fr);
  min-height: 510px;
  overflow: hidden;
  border-top: 8px solid var(--bw-news-ink);
}

.bw-news-lead__image {
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #dce8d9;
}

.bw-news-lead__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
  background:
    linear-gradient(180deg, rgba(247, 241, 228, .78), rgba(255, 255, 255, .94)),
    #fff;
}

.bw-news-lead h2,
.bw-news-section-head h2,
.bw-news-sidebar-panel h2,
.bw-news-empty h2 {
  font-family: Georgia, serif;
  line-height: 1.05;
}

.bw-news-lead h2 {
  margin: 10px 0;
  font-size: clamp(34px, 3.4vw, 52px);
}

.bw-news-lead h2 a,
.bw-news-card h3 a {
  color: inherit;
}

.bw-news-lead__copy > p:not(.bw-news-label) {
  margin: 14px 0 22px;
  color: #65736c;
  font-size: 15px;
  line-height: 1.66;
}

.bw-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--bw-news-rust);
  font-size: 12px;
  font-weight: 900;
}

.bw-news-meta span:not(:last-child)::after,
.bw-news-meta time::after {
  content: "/";
  margin-left: 8px;
  color: #b6c2bc;
}

.bw-news-button,
.bw-news-link {
  width: fit-content;
  color: var(--bw-news-green);
  font-size: 13px;
  font-weight: 900;
}

.bw-news-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--bw-news-green);
  color: #fff;
}

.bw-news-button:hover {
  background: var(--bw-news-ink);
  color: #fff;
}

.bw-news-briefing {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(8, 43, 63, .18);
  background: rgba(255, 255, 255, .54);
}

.bw-news-section-head {
  margin-bottom: 16px;
}

.bw-news-section-head h2 {
  margin: 7px 0 0;
  font-size: 36px;
}

.bw-news-card {
  overflow: hidden;
}

.bw-news-card--compact {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 156px;
  box-shadow: none;
}

.bw-news-card__image {
  min-height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #dce8d9;
}

.bw-news-card--compact .bw-news-card__image {
  min-height: 100%;
}

.bw-news-card__copy {
  padding: 20px;
}

.bw-news-card--compact .bw-news-card__copy {
  padding: 18px;
}

.bw-news-card h3 {
  margin: 9px 0 10px;
  font-family: Georgia, serif;
  font-size: 25px;
  line-height: 1.12;
}

.bw-news-card--compact h3 {
  font-size: 20px;
}

.bw-news-card p {
  margin: 0 0 14px;
  color: #65736c;
  font-size: 13px;
  line-height: 1.56;
}

.bw-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 38px;
  align-items: start;
  padding: 44px 0 40px;
}

.bw-news-feed {
  min-width: 0;
}

.bw-news-magazine-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--bw-news-ink);
}

.bw-news-magazine-head span {
  padding: 7px 10px;
  border: 1px solid rgba(8, 43, 63, .24);
  color: #607069;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bw-news-digest {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(8, 43, 63, .2);
  border-bottom: 1px solid rgba(8, 43, 63, .2);
}

.bw-news-digest-item {
  display: grid;
  grid-template-columns: 64px minmax(190px, 250px) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 22px 0;
  border-top: 1px solid rgba(8, 43, 63, .16);
}

.bw-news-digest-item:first-child {
  border-top: 0;
}

.bw-news-digest-item.is-featured {
  grid-template-columns: 76px minmax(260px, 360px) minmax(0, 1fr);
  padding-top: 26px;
  padding-bottom: 26px;
}

.bw-news-digest-number {
  color: var(--bw-news-rust);
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.bw-news-digest-image {
  min-height: 160px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 2px;
  background: #dce8d9;
}

.bw-news-digest-item.is-featured .bw-news-digest-image {
  min-height: 230px;
}

.bw-news-digest-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.bw-news-digest-item:hover img {
  transform: scale(1.035);
}

.bw-news-digest-copy {
  align-self: center;
  max-width: 720px;
}

.bw-news-digest-copy h3,
.bw-news-digest-empty h3 {
  margin: 8px 0 10px;
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
}

.bw-news-digest-copy h3 a {
  color: inherit;
}

.bw-news-digest-copy p,
.bw-news-digest-empty p:not(.bw-news-label) {
  margin: 0 0 14px;
  color: #5f6f68;
  font-size: 15px;
  line-height: 1.65;
}

.bw-news-digest-empty {
  padding: 28px;
  border: 1px solid rgba(8, 43, 63, .18);
  background: rgba(255, 255, 255, .62);
}

.bw-news-ad--inline {
  min-height: 126px;
  margin: 18px 0;
}

.bw-news-archive-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(8, 43, 63, .18);
  border-left: 6px solid var(--bw-news-green);
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(247, 241, 228, .88), rgba(255, 255, 255, .92)),
    #fff;
  box-shadow: 0 14px 28px rgba(8, 43, 63, .05);
}

.bw-news-archive-footer h3 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.15;
}

.bw-news-sidebar {
  position: sticky;
  top: 30px;
  display: grid;
  gap: 14px;
}

.bw-news-sidebar-panel {
  padding: 20px;
}

.bw-news-sidebar-panel--desk {
  border-top: 5px solid var(--bw-news-gold);
  background: var(--bw-news-paper);
}

.bw-news-sidebar-panel--guide {
  border-color: rgba(23, 75, 56, .3);
  background: #f4faf3;
}

.bw-news-sidebar-panel h2 {
  margin: 7px 0 10px;
  font-size: 27px;
}

.bw-news-sidebar-panel p:not(.bw-news-label) {
  margin: 0 0 13px;
  color: #65736c;
  font-size: 13px;
  line-height: 1.58;
}

.bw-news-sidebar-panel--guide h2 {
  font-size: 24px;
}

.bw-news-topic-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #e2e9e5;
  border-radius: 6px;
}

.bw-news-topic-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 9px 11px;
  background: #fbfdf9;
  color: var(--bw-news-green);
  font-size: 13px;
  font-weight: 900;
}

.bw-news-topic-list a:hover {
  background: var(--bw-news-green);
  color: #fff;
}

.bw-news-topic-list em {
  color: #87938e;
  font-style: normal;
}

.bw-news-ad--sidebar {
  min-height: 280px;
}

.bw-news-pagination {
  margin: 0;
}

.bw-news-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.bw-news-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  border: 1px solid #d3dfd9;
  border-radius: 4px;
  background: #fff;
  color: var(--bw-news-green);
  font-size: 13px;
  font-weight: 900;
}

.bw-news-pagination .current,
.bw-news-pagination a:hover {
  border-color: var(--bw-news-green);
  background: var(--bw-news-green);
  color: #fff;
}

.bw-news-empty {
  padding: 72px 0;
}

.bw-news-image-fallback {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(8, 43, 63, .9), rgba(23, 75, 56, .88)),
    #dce8d9;
  color: rgba(255, 255, 255, .78);
}

.bw-news-image-fallback span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .bw-news-hero__grid,
  .bw-news-opening,
  .bw-news-layout {
    grid-template-columns: 1fr;
  }

  .bw-news-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bw-news-masthead {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bw-news-digest-item,
  .bw-news-digest-item.is-featured {
    grid-template-columns: 56px minmax(180px, 240px) minmax(0, 1fr);
  }

  .bw-news-archive-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bw-news-pagination .nav-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .bw-news-shell {
    width: min(100% - 28px, 1420px);
  }

  .bw-news-hero__grid {
    gap: 30px;
    min-height: 0;
    padding: 52px 0 46px;
  }

  .bw-news-hero h1 {
    font-size: 50px;
  }

  .bw-news-hero__intro {
    font-size: 17px;
  }

  .bw-news-hero__media {
    min-height: 280px;
  }

  .bw-news-hero__stats {
    display: grid;
  }

  .bw-news-lead,
  .bw-news-card--compact,
  .bw-news-sidebar {
    grid-template-columns: 1fr;
  }

  .bw-news-masthead dl,
  .bw-news-magazine-head,
  .bw-news-digest-item,
  .bw-news-digest-item.is-featured {
    grid-template-columns: 1fr;
  }

  .bw-news-magazine-head {
    align-items: start;
  }

  .bw-news-magazine-head span {
    width: fit-content;
  }

  .bw-news-digest-number {
    font-size: 28px;
  }

  .bw-news-digest-image,
  .bw-news-digest-item.is-featured .bw-news-digest-image {
    min-height: 220px;
  }

  .bw-news-lead {
    min-height: 0;
  }

  .bw-news-lead__image {
    min-height: 240px;
  }

  .bw-news-lead__copy,
  .bw-news-card__copy,
  .bw-news-card--compact .bw-news-card__copy {
    padding: 22px;
  }

  .bw-news-layout {
    gap: 30px;
    padding: 34px 0 38px;
  }

  .bw-news-section-head h2 {
    font-size: 32px;
  }
}
