body:not(.wp-admin) .news {
  overflow-x: hidden;
  background:
    linear-gradient(rgba(3, 20, 29, 0.74), rgba(3, 20, 29, 0.86)),
    url("/bg-desktop-2.JPG") center / cover fixed,
    #061722;
}

.bf-news-hero,
.bf-news-feature,
.bf-news-board,
.bf-news-footer-cta {
  color: #fff;
}

.bf-news-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bf-news-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.12fr) minmax(0, 1.15fr) minmax(28rem, 0.73fr);
  min-height: clamp(34rem, 54vh, 58rem);
}

.bf-news-rail {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.bf-news-title-block,
.bf-news-hero-copy {
  display: grid;
  align-content: end;
  min-width: 0;
  padding: clamp(3.2rem, 5vw, 7rem) var(--padding-container);
}

.bf-news-kicker,
.bf-news-meta,
.bf-news-date,
.bf-news-tag,
.bf-news-section-head,
.bf-news-cta {
  font-family: IBMPlexMono, monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-news-kicker {
  margin-bottom: 1.2rem;
  color: rgba(255, 138, 96, 0.9);
  font-size: clamp(1rem, 0.78vw, 1.25rem);
  line-height: 1.25;
}

.bf-news-title-block h1 {
  font-size: clamp(4.6rem, 6.2vw, 8.2rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-news-hero-copy {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  gap: 2.4rem;
}

.bf-news-hero-copy p {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.55rem, 1.15vw, 2.05rem);
  line-height: 1.35;
}

.bf-news-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 4.8rem;
  align-items: center;
  gap: 1.2rem;
  padding: 0 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: clamp(1rem, 0.82vw, 1.25rem);
  line-height: 1;
  text-decoration: none;
}

.bf-news-cta:hover,
.bf-news-cta:focus-visible {
  background: #fff;
  color: #07151c;
}

.bf-news-feature-link,
.bf-news-link {
  color: inherit;
  text-decoration: none;
}

.bf-news-feature {
  padding: clamp(2rem, 3vw, 4rem) var(--padding-container);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bf-news-feature-card {
  display: grid;
  grid-template-columns: minmax(28rem, 0.9fr) minmax(0, 1.1fr);
  min-height: clamp(32rem, 46vw, 58rem);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(3, 16, 22, 0.46);
}

.bf-news-feature-link {
  transition: border-color 0.3s ease, background 0.3s ease;
}

.bf-news-feature-link:hover,
.bf-news-feature-link:focus-visible {
  border-color: rgba(255, 138, 96, 0.72);
  background: rgba(255, 138, 96, 0.08);
}

.bf-news-feature-media {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(140deg, transparent 0 42%, rgba(255, 138, 96, 0.34) 42% 43%, transparent 43% 100%),
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.26), transparent 11%),
    radial-gradient(circle at 62% 62%, rgba(255, 138, 96, 0.18), transparent 18%),
    linear-gradient(rgba(3, 20, 29, 0.2), rgba(3, 20, 29, 0.68)),
    url("/bg-desktop-2.JPG") center / cover;
}

.bf-news-feature-media span {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bf-news-feature-body {
  display: grid;
  align-content: end;
  gap: clamp(1.8rem, 2.5vw, 3.2rem);
  min-width: 0;
  padding: clamp(2.4rem, 4vw, 5.4rem);
}

.bf-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(1rem, 0.78vw, 1.2rem);
  line-height: 1.25;
}

.bf-news-feature-body h2 {
  max-width: 74rem;
  font-size: clamp(2.9rem, 3.8vw, 5.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-news-feature-body p {
  max-width: 58rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.55rem, 1.25vw, 2rem);
  line-height: 1.25;
}

.bf-news-read {
  display: inline-flex;
  width: fit-content;
  gap: 1rem;
  align-items: center;
  color: rgba(255, 138, 96, 0.94);
  font-family: IBMPlexMono, monospace;
  font-size: clamp(1rem, 0.78vw, 1.2rem);
  line-height: 1.25;
  text-transform: uppercase;
}

.bf-news-board {
  padding: clamp(2rem, 3vw, 4rem) var(--padding-container) clamp(4rem, 6vw, 8rem);
}

.bf-news-section-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(1rem, 0.78vw, 1.25rem);
  line-height: 1.25;
}

.bf-news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.bf-news-item {
  display: grid;
  grid-template-columns: 7.2rem minmax(0, 1fr);
  min-height: 24rem;
  gap: 1.6rem;
  padding: clamp(1.8rem, 2.2vw, 2.8rem);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.12);
}

.bf-news-link {
  transition: background 0.3s ease, border-color 0.3s ease;
}

.bf-news-link:hover,
.bf-news-link:focus-visible {
  border-color: rgba(255, 138, 96, 0.68);
  background: rgba(255, 138, 96, 0.08);
}

.bf-news-date,
.bf-news-tag {
  color: rgba(255, 138, 96, 0.9);
  font-size: clamp(1rem, 0.78vw, 1.2rem);
  line-height: 1.25;
}

.bf-news-tag {
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.bf-news-item h3 {
  max-width: 38rem;
  font-size: clamp(1.8rem, 1.55vw, 2.55rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-news-item p:last-child {
  max-width: 34rem;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(1.25rem, 0.95vw, 1.55rem);
  line-height: 1.35;
}

.bf-news-footer-cta {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: end;
  padding: clamp(3.2rem, 5vw, 7rem) var(--padding-container);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.035);
}

.bf-news-footer-cta h2 {
  max-width: 84rem;
  font-size: clamp(3.1rem, 4.6vw, 6.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .bf-news-hero-grid,
  .bf-news-feature-card {
    grid-template-columns: 1fr;
  }

  .bf-news-rail {
    display: none;
  }

  .bf-news-hero-copy,
  .bf-news-feature-media {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .bf-news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body:not(.wp-admin) .news {
    background:
      linear-gradient(rgba(3, 20, 29, 0.76), rgba(3, 20, 29, 0.88)),
      url("/bg-mobile-2.JPG") center top / cover fixed,
      #061722;
  }

  .bf-news-hero-grid {
    min-height: auto;
  }

  .bf-news-title-block h1 {
    font-size: clamp(4.8rem, 18vw, 6.4rem);
  }

  .bf-news-feature-media {
    min-height: 28rem;
  }

  .bf-news-list {
    grid-template-columns: 1fr;
  }

  .bf-news-item {
    grid-template-columns: 5.6rem minmax(0, 1fr);
    min-height: 20rem;
  }

  .bf-news-footer-cta {
    display: grid;
  }
}
