/* v2.35: desktop unchanged; mobile composition overridden below. */
.hero__mobile-lead { display: none; }
.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; }
}

/* Mobile only: headline, focused photo, actions, concise explanation.
   display:contents flattens non-semantic div wrappers without duplicating links. */
@media (max-width: 767px) {
  .hero--v234 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; padding: 24px 0 28px; }
  .hero--v234 .hero__inner, .hero--v234 .hero__copy { display: contents; }
  .hero--v234 .hero__copy > .eyebrow { order: 1; margin: 0 20px 12px; font-size: 10px; line-height: 1.5; letter-spacing: .09em; }
  .hero--v234 h1, .hero--v234 .hero__copy:lang(mn) h1 {
    order: 2; margin: 0 20px 22px; max-width: none;
    font-size: clamp(28px, 7.2vw, 38px); line-height: 1.12; letter-spacing: -.035em;
    overflow-wrap: anywhere;
  }
  .hero--v234 h1 strong { margin-top: 6px; }
  .hero--v234 .hero__background {
    order: 3; display: block; position: static; width: 100%;
    height: clamp(270px, 84vw, 390px); min-height: 0; margin: 0;
    object-fit: cover; object-position: right center;
  }
  .hero--v234 .hero__copy > h2 { order: 5; display: block; margin: 24px 20px 10px; font-size: 18px; line-height: 1.4; }
  .hero--v234 .hero__lead { order: 6; display: block; max-width: none; margin: 0 20px; font-size: 15px; line-height: 1.6; }
  .hero--v234 .hero__actions { order: 4; display: grid; grid-template-columns: 1fr; margin: 20px 20px 0; gap: 10px; }
  .hero--v234 .hero__actions .btn { width: 100%; min-height: 48px; padding: 12px 16px; font-size: 12px; white-space: normal; }
  .hero--v234 .hero__mobile-lead { display: none; }
}
