.bmt-news-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #0b0b0c;
}

.bmt-news-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.bmt-news-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,5,6,.92) 0%, rgba(5,5,6,.66) 48%, rgba(5,5,6,.28) 100%);
}

.bmt-news-hero__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding-top: 92px;
  padding-bottom: 72px;
}

.bmt-news-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.bmt-news-kicker::before {
  content: '';
  width: 25px;
  height: 3px;
  border-radius: 99px;
  background: var(--burmet-red);
}

.bmt-news-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'CHEDROS', sans-serif;
  font-size: clamp(50px, 8vw, 84px);
  font-weight: normal;
  letter-spacing: -1px;
  line-height: .92;
  text-transform: uppercase;
}

.bmt-news-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
}

.bmt-news-main {
  background: #f5f5f3;
  color: #171719;
}

.bmt-news-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.bmt-news-heading .bmt-title {
  font-size: clamp(34px, 5vw, 50px);
}

.bmt-news-heading .bmt-sub {
  font-size: 16px;
  line-height: 1.65;
}

.bmt-news-list {
  display: grid;
  gap: 30px;
}

.bmt-news-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dededb;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.bmt-news-featured__media {
  height: 420px;
  min-height: 0;
  overflow: hidden;
}

.bmt-news-featured__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 50%;
  transition: transform .55s ease;
}

.bmt-news-featured:hover .bmt-news-featured__media img {
  transform: scale(1.025);
}

.bmt-news-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 44px);
}

.bmt-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 16px;
  color: #77777b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.bmt-news-featured h2 {
  margin: 0 0 16px;
  color: #151517;
  font-family: 'CHEDROS', sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}

.bmt-news-featured p {
  margin: 0 0 24px;
  color: #56565a;
  font-size: 15px;
  line-height: 1.75;
}

.bmt-news-link {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  padding: 12px 17px;
  border-radius: 13px;
  background: var(--burmet-red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.bmt-news-link:hover {
  background: #a90014;
}

.bmt-news-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bmt-news-pillar {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}

.bmt-news-pillar span {
  display: block;
  margin-bottom: 13px;
  font-size: 27px;
}

.bmt-news-pillar h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: 'CHEDROS', sans-serif;
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
}

.bmt-news-pillar p {
  margin: 0;
  color: rgba(255,255,255,.67);
  font-size: 14px;
  line-height: 1.65;
}

.bmt-article-hero {
  background: #0b0b0c;
  color: #fff;
  padding: 76px 0 48px;
}

.bmt-article-hero__inner {
  max-width: 940px;
}

.bmt-article-hero h1 {
  max-width: 900px;
  margin: 0 0 18px;
  color: #fff;
  font-family: 'CHEDROS', sans-serif;
  font-size: clamp(48px, 8vw, 82px);
  font-weight: normal;
  letter-spacing: -1px;
  line-height: .95;
  text-transform: uppercase;
}

.bmt-article-hero__lead {
  max-width: 760px;
  margin: 0 0 22px;
  color: rgba(255,255,255,.79);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
}

.bmt-article-cover {
  margin-top: -1px;
  padding: 0 clamp(20px, 4vw, 64px) 40px;
  background: #0b0b0c;
}

.bmt-article-cover img {
  width: min(100%, 1280px);
  height: clamp(360px, 48vw, 600px);
  margin: 0 auto;
  display: block;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 0 0 24px 24px;
}

.bmt-article-main {
  background: #f5f5f3;
  color: #242426;
}

.bmt-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 260px;
  justify-content: center;
  gap: 58px;
  align-items: start;
}

.bmt-article-body {
  font-size: 17px;
  line-height: 1.82;
}

.bmt-article-body > p:first-child {
  color: #222;
  font-size: 20px;
  line-height: 1.7;
}

.bmt-article-body h2 {
  margin: 52px 0 16px;
  color: #171719;
  font-family: 'CHEDROS', sans-serif;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}

.bmt-article-body h3 {
  margin: 30px 0 9px;
  color: #222;
  font-size: 19px;
}

.bmt-article-body p,
.bmt-article-body ul {
  margin: 0 0 20px;
}

.bmt-article-body a {
  color: #a90014;
  font-weight: 700;
  text-underline-offset: 3px;
}

.bmt-article-photo {
  margin: 38px 0;
}

.bmt-article-photo img {
  width: 100%;
  height: clamp(300px, 35vw, 430px);
  display: block;
  object-fit: cover;
  object-position: center 48%;
  border-radius: 20px;
}

.bmt-article-photo figcaption {
  margin-top: 9px;
  color: #737377;
  font-size: 12px;
  line-height: 1.5;
}

.bmt-article-photo--portrait {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.bmt-article-photo--portrait img {
  height: auto;
  aspect-ratio: 4 / 5;
  object-position: center;
}

.bmt-article-note {
  margin: 32px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--burmet-red);
  border-radius: 0 14px 14px 0;
  background: #fff;
  color: #4d4d51;
  font-size: 15px;
}

.bmt-article-side {
  position: sticky;
  top: 92px;
  padding: 24px;
  border-radius: 18px;
  background: #151518;
  color: #fff;
}

.bmt-article-side h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: 'CHEDROS', sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}

.bmt-article-side p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.65;
}

.bmt-article-side a {
  display: block;
  margin-top: 9px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 11px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.bmt-article-side a:hover {
  background: rgba(255,255,255,.06);
}

.bmt-article-cta {
  margin-top: 48px;
  padding: 28px;
  border-radius: 20px;
  background: #151518;
  color: #fff;
}

.bmt-article-cta h2 {
  margin-top: 0;
  color: #fff;
}

.bmt-article-cta p {
  color: rgba(255,255,255,.7);
}

.bmt-article-cta .bmt-btn {
  margin-right: 8px;
  margin-bottom: 8px;
}

.bmt-article-body .bmt-article-cta .bmt-btn-primary,
.bmt-article-body .bmt-article-cta .bmt-btn-ghost {
  color: #fff;
}

@media (max-width: 900px) {
  .bmt-news-featured,
  .bmt-article-layout {
    grid-template-columns: 1fr;
  }

  .bmt-news-featured__media {
    height: min(52vw, 360px);
    min-height: 0;
  }

  .bmt-news-featured__body {
    padding: 28px;
  }

  .bmt-article-side {
    position: static;
  }
}

@media (max-width: 680px) {
  .bmt-news-hero {
    min-height: 470px;
  }

  .bmt-news-hero__content {
    padding-top: 72px;
    padding-bottom: 50px;
  }

  .bmt-news-hero__image {
    object-position: center 58%;
  }

  .bmt-news-featured__media {
    height: min(62vw, 280px);
    min-height: 0;
  }

  .bmt-news-featured__body {
    padding: 22px;
  }

  .bmt-news-featured h2 {
    margin-bottom: 12px;
    font-size: clamp(30px, 9vw, 38px);
  }

  .bmt-news-featured p {
    margin-bottom: 18px;
    line-height: 1.55;
  }

  .bmt-news-pillars {
    grid-template-columns: 1fr;
  }

  .bmt-article-hero {
    padding: 58px 0 38px;
  }

  .bmt-article-cover img {
    height: 220px;
    border-radius: 0 0 18px 18px;
  }

  .bmt-article-cover {
    padding: 0 14px 28px;
  }

  .bmt-article-photo img {
    height: 220px;
  }

  .bmt-article-photo--portrait img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .bmt-article-body {
    font-size: 16px;
  }
}
