/* Isolated v2.34 hero adjustments; all other pages retain the baseline CSS. */
.hero--v234 .hero__grid,
.hero--v234 .hero__network { display: none; } /* Continuous lines are in the approved artwork. */
.hero--v234 .hero__background { object-fit: fill; }
.hero--v234 .hero__inner { width: calc(100% - 72px); max-width: none; }
.hero--v234 .hero__copy { width: 44%; max-width: none; }
.hero--v234 h1 { font-size: clamp(40px, 3.9vw, 78px); }
.hero--v234 .hero__copy:lang(mn) h1 { font-size: clamp(34px, 3vw, 62px); line-height: 1.1; }
.hero--v234 .hero__copy .eyebrow { font-size: clamp(10px, .9vw, 14px); letter-spacing: .12em; }
.hero--v234 .hero__lead { font-size: clamp(14px, 1.1vw, 18px); }
.hero--v234 .hero__actions { gap: 12px; }
.hero--v234 .hero__actions .btn { min-width: 0; padding: 0 18px; gap: 18px; }
.hero--v234 .data-tag { pointer-events: none; background: rgba(255,255,255,.50); }
@media (min-width: 1181px) {
  .hero--v234, .hero--v234 .hero__inner { min-height: max(620px, 47.7vw); }
  .hero--v234 .hero__copy { padding: 48px 0 90px; }
}
@media (max-width: 1180px) {
  .hero--v234 { display: flex; flex-direction: column; min-height: 0; }
  .hero--v234 .hero__inner { order: 1; min-height: 0; display: block; }
  .hero--v234 .hero__copy { width: 100%; max-width: 760px; padding: 48px 0 36px; }
  .hero--v234 .hero__background { position: relative; inset: auto; order: 2; width: 100%; height: auto; min-height: 0; margin: 0; object-fit: contain; }
  .hero--v234 h1 { font-size: clamp(36px, 6.5vw, 64px); }
  .hero--v234 .hero__lead { font-size: 17px; }
  .hero--v234 .hero__copy .eyebrow { font-size: 12px; }
  .hero--v234 .data-tag { display: none; }
}
@media (max-width: 600px) {
  .hero--v234 .hero__inner { width: calc(100% - 40px); }
  .hero--v234 .hero__actions { display: grid; }
  .hero--v234 .hero__actions .btn { min-height: 52px; }
}
