/* Titulos globales: barra roja vertical + navy institucional. */
:is(.h2-section, .section-header h2, .sec-title, .nsheet__title, .news-grid-title) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 0;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.65rem, 3vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--primary);
  text-align: left;
}

:is(.h2-section, .section-header h2, .sec-title, .nsheet__title, .news-grid-title)::before {
  content: '';
  position: static;
  left: auto;
  top: auto;
  bottom: auto;
  display: inline-block;
  flex: 0 0 auto;
  width: 6px;
  height: 0.86em;
  border-radius: 999px;
  background: var(--accent);
  transform: none;
}

.section-header.is-center :is(h2, .h2-section),
.sec-title--center {
  justify-content: center;
  text-align: center;
}

.section-ink :is(.h2-section, .section-header h2, .sec-title),
.section-primary :is(.h2-section, .section-header h2, .sec-title),
.sec-title--light {
  color: #fff;
}

.section-ink :is(.h2-section, .section-header h2, .sec-title)::before,
.section-primary :is(.h2-section, .section-header h2, .sec-title)::before,
.sec-title--light::before {
  background: var(--highlight);
}

@media (max-width: 640px) {
  :is(.h2-section, .section-header h2, .sec-title, .nsheet__title, .news-grid-title) {
    gap: 10px;
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  :is(.h2-section, .section-header h2, .sec-title, .nsheet__title, .news-grid-title)::before {
    width: 5px;
  }
}
