/* Video hero V4.1 — typography sits in the natural bright left side of supplied film.
   The MRANTI building at right stays unobstructed. Dark metric strip completes
   the 60/30/10 visual balance without hard-coding a % area calculation. */
.v4-home .video-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.video-hero-stage {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: min(660px, calc(100svh - 78px));
  min-height: clamp(560px, 73svh, 660px);
  overflow: hidden;
  background: #eaf3ff url('assets/mranti-hero-poster.webp') center center / cover no-repeat;
  color: #12161e;
}
.video-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}
.video-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg,
    rgba(255,255,255,.76) 0%,
    rgba(255,255,255,.47) 29%,
    rgba(255,255,255,.08) 52%,
    rgba(255,255,255,0) 67%);
}
.video-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: inherit;
  padding-top: clamp(72px, 11svh, 122px);
  padding-bottom: 27px;
}
.video-hero-copy { max-width: 690px; }
.video-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 25px;
  font-size: 11px;
  letter-spacing: .13em;
  font-weight: 600;
  color: #12161e;
}
.video-hero-eyebrow > span:not(.video-hero-signal) { color: #0000ff; }
.video-hero-signal { display: block; width: 24px; height: 2px; background: #0000ff; flex: none; }
.v4-home .video-hero h1 {
  margin: 0;
  max-width: 740px;
  color: #12161e;
  font-size: clamp(54px, 6.15vw, 92px);
  font-weight: 600;
  line-height: 1.085;
  letter-spacing: -.068em;
  text-wrap: balance;
}
.v4-home .video-hero h1 span { color: #12161e; font-weight: 400; letter-spacing: -.069em; }
.video-hero-lead {
  margin: 29px 0 0;
  color: #293544;
  max-width: 490px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
.video-hero-actions { display: flex; gap: 11px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.video-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
  min-height: 52px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 130ms ease;
}
.video-hero-actions a:active { transform: scale(.98); }
.video-hero-actions svg { width: 16px; height: 16px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.video-hero-primary { background: #12161e; color: #fff; }
.video-hero-primary:hover { background: #0000ff; }
.video-hero-secondary { background: rgba(255,255,255,.88); color: #12161e; border-color: #c8d2df!important; }
.video-hero-secondary:hover { color: #0000ff; border-color: #0000ff!important; background: #fff; }
.video-hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 600; font-size: 10px; letter-spacing: .11em; color: #1e2c41; }
.hero-motion-control { display: inline-flex; gap: 10px; align-items: center; justify-content: center; min-width: 130px; height: 40px; padding: 0 14px; border: 1px solid #c5d1e1; border-radius: 999px; background: rgba(255,255,255,.84); color: #12161e; font-size: 10px; font-weight: 600; letter-spacing: 0; backdrop-filter: blur(8px); transition: border-color 170ms ease, background-color 170ms ease; }
.hero-motion-control:hover { background: #fff; border-color: #0000ff; }
.hero-motion-icon { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.video-hero-stats { background: #12161e; color: #fff; }
.video-stats-inner { display: grid; grid-template-columns: minmax(170px, 1.05fr) repeat(4,minmax(0,1fr)); min-height: 154px; align-items: stretch; }
.video-stats-intro { display: flex; flex-direction: column; justify-content: center; padding: 24px 25px 24px 0; }
.video-stats-intro>span,.video-stats-intro>small { font-size: 10px; font-weight: 600; letter-spacing: .16em; color: #9eabc0; }
.video-stats-intro>strong { margin: 8px 0 6px; font-size: 24px; font-weight: 600; line-height: 1.2; letter-spacing: -.045em; white-space: nowrap; }
.video-stats-intro>strong span { color: #4b70ff; }
.video-stat { display: flex; justify-content: center; flex-direction: column; gap: 7px; border-left: 1px solid #3c4250; padding: 20px 12px 20px 26px; min-width: 0; }
.video-stat>strong { color: #fff; font-size: 47px; font-weight: 600; letter-spacing: -.06em; line-height: 1; font-variant-numeric: tabular-nums; }
.video-stat>span { color: #bdc5d2; font-size: 11px; font-weight: 400; line-height: 1.6; }
.video-stat>span small { display: block; color: #7e91fa; margin-top: 2px; font-size: 9px; line-height: 1.5; }
@media(min-width:1800px) { .video-hero-stage { min-height: 690px; } }
@media(max-width:1150px) {
  .video-hero-content { padding-top: 86px; }
  .v4-home .video-hero h1 { font-size: clamp(51px, 6.3vw, 76px); }
  .video-hero-lead { max-width: 420px; }
  .video-stats-inner { grid-template-columns: minmax(130px,.85fr) repeat(4,minmax(0,1fr)); }
  .video-stat { padding-left: 18px; }
  .video-stat>strong { font-size: 42px; }
  .video-stats-intro>strong { font-size: 21px; }
}
@media(max-width:790px) {
  .video-hero-stage { min-height: 655px; background-position: 62% center; }
  .video-hero-media { object-position: 62% center; }
  .video-hero-scrim { background: linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.66) 52%, rgba(255,255,255,.07) 100%); }
  .video-hero-content { padding-top: 95px; }
  .video-stats-inner { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .video-stats-intro { grid-column: 1 / -1; padding: 20px 0 14px; flex-direction: row; align-items: baseline; justify-content: space-between; gap: 10px; border-bottom: 1px solid #3c4250; }
  .video-stats-intro>strong { margin: 0; }
  .video-stat { padding: 22px 12px 25px 13px; min-height: 115px; }
  .video-stat:first-of-type { border-left: 0; padding-left: 0; }
  .video-stat>strong { font-size: 40px; }
  .video-stat>span { font-size: 10px; }
}
@media(max-width:640px) {
  .v4-home .video-hero { padding-top: 0; }
  .video-hero-stage { min-height: 710px; background-position: 68% top; }
  .video-hero-media { object-position: 68% top; }
  /* The original video remains full-frame behind the typography; the white fade
     makes dark text legible when the building crosses the narrow mobile crop. */
  .video-hero-scrim { background: linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,.20) 26%, rgba(255,255,255,.91) 43%, #fff 71%, #fff 100%); }
  .video-hero-content { min-height: 710px; padding-top: 280px; padding-bottom: 19px; }
  .video-hero-copy { max-width: 100%; }
  .video-hero-eyebrow { font-size: 9px; letter-spacing: .09em; gap: 9px; margin-bottom: 16px; }
  .video-hero-signal { width: 17px; }
  .v4-home .video-hero h1 { font-size: clamp(37px, 9.5vw, 52px); line-height: 1.1; letter-spacing: -.065em; }
  .video-hero-lead { font-size: 12px; line-height: 1.72; margin-top: 17px; max-width: 350px; }
  .video-hero-actions { gap: 8px; margin-top: 20px; flex-direction: row; }
  .video-hero-actions a { min-height: 46px; font-size: 10px; gap: 10px; padding: 10px 12px; }
  .video-hero-actions svg { width: 13px; height: 13px; }
  .video-hero-bottom { align-items: flex-end; gap: 10px; font-size: 8px; line-height: 1.4; }
  .hero-motion-control { min-width: 119px; height: 36px; font-size: 9px; padding-inline: 10px; }
  .video-stats-inner { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .video-stats-intro { grid-column: 1 / -1; padding: 20px 0 17px; }
  .video-stats-intro>span,.video-stats-intro>small { font-size: 8px; }
  .video-stats-intro>strong { font-size: 19px; }
  .video-stat { padding: 20px 10px 20px 18px; min-height: 112px; border-left: 1px solid #3c4250; border-bottom: 1px solid #3c4250; }
  .video-stat:nth-of-type(2),.video-stat:nth-of-type(4) { padding-left: 0; border-left: 0; }
  .video-stat>strong { font-size: 42px; }
  .video-stat>span { font-size: 10px; }
  .video-stat>span small { font-size: 8px; }
}
@media(max-width:375px) {
  .video-hero-stage, .video-hero-content { min-height: 750px; }
  .video-hero-content { padding-top: 265px; }
  .v4-home .video-hero h1 { font-size: 37px; }
  .video-hero-actions a { min-height: 45px; }
}
@media(prefers-reduced-motion:reduce) {
  .video-hero-media { display: none; }
  .video-hero-actions a, .hero-motion-control { transition: none; }
}
