.ntx-news-hero {
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: clamp(90px, 9vw, 136px) 0 clamp(50px, 7vw, 92px);
}

.ntx-news-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(390px, .78fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.ntx-news-hero__copy h1 {
  max-width: 14ch;
  margin-top: 18px;
  font-size: clamp(2.45rem, 4.8vw, 4.7rem);
  line-height: 1.02;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.ntx-news-hero__copy p {
  margin-top: 24px;
  max-width: 42rem;
  color: var(--paper-soft);
  font-size: clamp(1rem, 1.22vw, 1.16rem);
  line-height: 1.72;
}

.ntx-news-hero__proof,
.ntx-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.ntx-news-hero__proof span,
.ntx-news-meta b {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(22,24,20,.14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.34)),
    rgba(242,238,229,.72);
  color: #7e6839;
  font-size: .68rem;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
}

.ntx-news-hero__visual {
  margin: 0;
}

.ntx-news-device {
  position: relative;
  overflow: hidden;
  padding: clamp(10px, 1.4vw, 16px);
  border: 1px solid rgba(216,192,113,.32);
  border-radius: 24px;
  max-width: min(100%, 760px);
  margin-left: auto;
  background:
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.035) 36%, rgba(0,0,0,.5)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 9px),
    #07100c;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 42px 100px -58px rgba(0,0,0,.95);
}

.ntx-news-device::after {
  content: "";
  position: absolute;
  inset: -28% auto auto -22%;
  width: 68%;
  height: 150%;
  transform: rotate(13deg);
  background: linear-gradient(110deg, transparent, rgba(255,255,255,.16), transparent);
  pointer-events: none;
}

.ntx-news-device picture,
.ntx-news-featured picture,
.ntx-dispatch-card picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ntx-news-device img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 16px;
  background: #040807;
}

.ntx-news-hero__visual figcaption {
  margin-top: 12px;
  color: var(--paper-dim);
  font-size: .76rem;
  line-height: 1.45;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ntx-news-featured,
.ntx-dispatch-card,
.ntx-channel-grid article,
.ntx-news-cta {
  border: 1px solid rgba(22,24,20,.16);
  border-radius: 18px;
  color: #111411;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.26) 38%, rgba(236,229,215,.18)),
    linear-gradient(135deg, rgba(249,246,238,.98), rgba(226,219,206,.94) 44%, rgba(190,181,166,.82)),
    #f2eee5;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.76), 0 34px 88px -68px rgba(17,20,17,.62);
}

.ntx-news-featured {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
}

.ntx-news-featured figure,
.ntx-dispatch-card figure {
  margin: 0;
  min-height: 100%;
  background: #030706;
}

.ntx-news-featured picture,
.ntx-dispatch-card picture {
  min-height: 100%;
}

.ntx-news-featured img,
.ntx-dispatch-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.ntx-news-featured__body,
.ntx-dispatch-card div {
  padding: clamp(24px, 3.6vw, 46px);
}

.ntx-news-featured__body > span,
.ntx-dispatch-card > div > span,
.ntx-channel-grid > article > span {
  display: block;
  color: #7e6839;
  font-size: .72rem;
  line-height: 1.35;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ntx-news-featured h3,
.ntx-dispatch-card h3,
.ntx-channel-grid h3,
.ntx-news-cta h2 {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.35vw, 2.45rem);
  line-height: 1.08;
  font-weight: 500;
  color: #111411;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.ntx-news-nowrap {
  white-space: nowrap;
}

.ntx-news-featured p,
.ntx-dispatch-card p,
.ntx-channel-grid p,
.ntx-news-cta p {
  margin-top: 14px;
  color: rgba(17,20,17,.66);
  font-size: .98rem;
  line-height: 1.64;
}

.ntx-dispatch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.ntx-dispatch-card {
  min-width: 0;
  overflow: hidden;
}

.ntx-dispatch-card figure {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.ntx-dispatch-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.ntx-dispatch-card em {
  display: block;
  margin-top: 18px;
  color: rgba(17,20,17,.54);
  font-size: .75rem;
  line-height: 1.4;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-style: normal;
}

.ntx-dispatch-card--text {
  min-height: 310px;
  display: grid;
  align-items: end;
}

.ntx-dispatch-card--cert {
  min-height: 310px;
  display: grid;
  grid-template-columns: minmax(168px, .54fr) minmax(0, 1fr);
}

.ntx-cert-evidence-visual {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: center;
  padding: clamp(16px, 2.5vw, 26px);
  border-right: 1px solid rgba(22,24,20,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.64), rgba(255,255,255,.24)),
    linear-gradient(135deg, rgba(249,246,238,.90), rgba(226,219,206,.62));
}

.ntx-dispatch-card--cert .ntx-cert-evidence-visual {
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  background:
    linear-gradient(180deg, rgba(255,255,255,.64), rgba(255,255,255,.24)),
    linear-gradient(135deg, rgba(249,246,238,.90), rgba(226,219,206,.62));
}

.ntx-cert-evidence-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, transparent 0 38%, rgba(255,255,255,.14) 50%, transparent 63% 100%);
  opacity: .22;
  pointer-events: none;
}

.ntx-cert-evidence-plate {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(22,24,20,.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.34)),
    linear-gradient(135deg, rgba(249,246,238,.94), rgba(226,219,206,.72));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.70),
    0 18px 42px -36px rgba(17,20,17,.52);
}

.ntx-cert-evidence-visual img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 58px;
  min-width: 0;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  filter:
    brightness(1.03)
    saturate(1.02)
    contrast(1.04)
    drop-shadow(0 10px 18px rgba(17,20,17,.10));
}

.ntx-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ntx-channel-grid article {
  min-height: 280px;
  padding: 24px;
}

.ntx-channel-grid > article > span {
  color: rgba(126,104,57,.78);
}

.ntx-news-cta .button {
  border-color: rgba(22,24,20,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.34)),
    rgba(242,238,229,.72);
  color: #111411;
}

.ntx-news-cta .button.ghost {
  color: #7e6839;
}

.ntx-news-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: clamp(26px, 4vw, 46px);
}

.ntx-news-cta h2 {
  max-width: 13ch;
}

.ntx-news-cta p {
  max-width: 62ch;
}

.ntx-news-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 980px) {
  .ntx-news-hero__inner,
  .ntx-news-featured,
  .ntx-news-cta {
    grid-template-columns: 1fr;
  }

  .ntx-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ntx-news-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .ntx-news-hero {
    padding: 56px 0 42px;
  }

  .ntx-news-hero__inner {
    width: min(360px, calc(100vw - 28px));
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ntx-news-hero__copy h1 {
    max-width: 12ch;
    font-size: clamp(1.95rem, 8vw, 2.45rem);
    line-height: 1.02;
  }

  .ntx-news-hero__copy p {
    font-size: .98rem;
    line-height: 1.6;
  }

  .ntx-news-hero__visual {
    width: 100vw;
    max-width: none;
    margin: 24px calc(50% - 50vw) 0;
  }

  .ntx-news-device {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-radius: 16px;
  }

  .ntx-news-device img {
    object-fit: cover;
    border-radius: 0;
  }

  .ntx-news-hero__visual figcaption {
    width: min(360px, calc(100vw - 28px));
    margin: 12px auto 0;
  }

  .ntx-dispatch-grid,
  .ntx-channel-grid {
    grid-template-columns: 1fr;
  }

  .ntx-dispatch-card--cert {
    grid-template-columns: 1fr;
  }

  .ntx-cert-evidence-visual {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid rgba(22,24,20,.12);
  }

  .ntx-news-hero__proof span,
  .ntx-news-meta b {
    min-height: 30px;
    padding: 0 10px;
    font-size: .58rem;
    letter-spacing: .08em;
  }

  .ntx-news-featured img {
    min-height: 230px;
  }

  .ntx-news-featured__body,
  .ntx-dispatch-card div,
  .ntx-channel-grid article,
  .ntx-news-cta {
    padding: 20px;
  }

  .ntx-news-featured h3,
  .ntx-dispatch-card h3,
  .ntx-channel-grid h3,
  .ntx-news-cta h2 {
    font-size: clamp(1.35rem, 6vw, 1.85rem);
    line-height: 1.08;
  }

  .ntx-dispatch-card--text,
  .ntx-channel-grid article {
    min-height: auto;
  }

  .ntx-news-cta__actions {
    display: grid;
    justify-content: stretch;
  }

  .ntx-news-cta__actions .button {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }
}
