/* v7.17 hero split intro refresh */
body.motion-v7 .hero{
  padding:128px 0 32px;
}
body.motion-v7 .hero-split-shell{
  display:grid;
  gap:26px;
}
body.motion-v7 .hero-top-stage{
  position:relative;
  border-radius:34px;
  overflow:hidden;
  padding:0;
  background:
    radial-gradient(circle at 78% 14%, rgba(208,233,134,.22) 0, rgba(208,233,134,0) 30%),
    radial-gradient(circle at 90% 78%, rgba(255,175,141,.15) 0, rgba(255,175,141,0) 26%),
    linear-gradient(135deg,#061813 0%, #0b2230 54%, #2e4737 100%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 28px 80px rgba(3,12,22,.26);
}
body.motion-v7 .hero-top-stage::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.20) 0%, rgba(0,0,0,.06) 36%, rgba(255,255,255,.02) 100%);
  pointer-events:none;
}
body.motion-v7 .hero-top-grid{
  grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);
  gap:30px;
  align-items:stretch;
  padding:0;
}
body.motion-v7 .hero-copy-compact{
  background:rgba(2,18,16,.38);
  backdrop-filter:blur(12px);
  border-right:1px solid rgba(255,255,255,.08);
  padding:36px 36px 34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:560px;
}
body.motion-v7 .hero-copy-compact h1{
  font-size:clamp(64px, 7vw, 94px);
  line-height:.94;
  max-width:7.5ch;
  margin:18px 0 18px;
}
body.motion-v7 .hero-copy-compact .hero-lead{
  max-width:580px;
  font-size:17px;
  line-height:1.7;
  color:rgba(255,255,255,.82);
}
body.motion-v7 .hero-copy-compact .hero-actions{
  margin-top:26px;
}
body.motion-v7 .hero-visual-feature{
  min-height:560px;
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  padding:34px 34px 28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
body.motion-v7 .hero-visual-feature::before{
  content:"";
  position:absolute;
  inset:28px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.11) 0%, rgba(255,255,255,.04) 100%);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22);
}
body.motion-v7 .hero-visual-back-title{
  position:absolute;
  right:54px;
  top:28px;
  font:700 clamp(72px, 11vw, 134px)/.9 var(--serif);
  letter-spacing:.02em;
  color:rgba(255,255,255,.08);
  z-index:0;
}
body.motion-v7 .hero-line{
  position:absolute;
  left:34px;
  right:34px;
  height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(206,222,105,.65) 22%, rgba(255,255,255,.18) 64%, rgba(255,255,255,0) 100%);
  opacity:.85;
  overflow:hidden;
  z-index:1;
}
body.motion-v7 .hero-line::after{
  content:"";
  position:absolute;
  top:50%;
  width:78px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg, rgba(201,228,85,0) 0%, rgba(201,228,85,.95) 55%, rgba(255,186,135,.95) 100%);
  box-shadow:0 0 18px rgba(201,228,85,.55);
  transform:translateY(-50%);
  animation:heroLineSweep 6s linear infinite;
}
body.motion-v7 .hero-line-1{top:20%;}
body.motion-v7 .hero-line-1::after{animation-delay:0s;}
body.motion-v7 .hero-line-2{top:30%; opacity:.55;}
body.motion-v7 .hero-line-2::after{animation-delay:1.7s; animation-duration:7.5s;}
@keyframes heroLineSweep{0%{left:-90px}100%{left:calc(100% + 90px)}}
body.motion-v7 .hero-visual-feature .motion-scene-stack,
body.motion-v7 .hero-visual-feature .motion-orbit,
body.motion-v7 .hero-visual-feature .motion-live-badge,
body.motion-v7 .hero-visual-feature .motion-hero-stats{
  position:relative;
  z-index:2;
}
body.motion-v7 .hero-visual-feature .motion-scene-stack{
  width:min(560px, 92%);
  height:260px;
  margin:118px 0 24px auto;
}
body.motion-v7 .hero-visual-feature .motion-panel{
  box-shadow:0 26px 56px rgba(3,12,22,.38);
}
body.motion-v7 .hero-visual-feature .motion-live-badge{
  top:36px;
  right:48px;
}
body.motion-v7 .hero-visual-feature .motion-orbit{
  right:52px;
  top:92px;
}
body.motion-v7 .hero-visual-feature .motion-hero-stats{
  width:100%;
  max-width:none;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:0;
}
body.motion-v7 .hero-visual-feature .motion-hero-stats article{
  background:rgba(7,26,31,.55);
  backdrop-filter:blur(10px);
}
body.motion-v7 .hero-blocks-wrap{
  position:relative;
  z-index:2;
}
body.motion-v7 .hero-blocks-wrap .hero-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:0;
  border-top:0;
}
body.motion-v7 .hero-blocks-wrap .hero-facts article{
  min-height:142px;
  padding:22px 20px;
  border-radius:24px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.62);
  box-shadow:0 18px 44px rgba(5,17,29,.12);
}
body.motion-v7 .hero-blocks-wrap .hero-facts article+article{
  border-left:1px solid rgba(255,255,255,.62);
  padding-left:20px;
}
body.motion-v7 .hero-blocks-wrap .hero-facts small{color:#7b8897;font-size:10px;}
body.motion-v7 .hero-blocks-wrap .hero-facts b{color:#102438;font-size:28px;margin-bottom:6px;}
body.motion-v7 .hero-blocks-wrap .hero-facts span{color:#5a6d80;font-size:13px;line-height:1.6;}
body.motion-v7 .journey-index{
  padding-top:10px;
}
body.motion-v7 .journey-index-inner{
  gap:14px;
}

@media (max-width: 1180px){
  body.motion-v7 .hero-top-grid{grid-template-columns:1fr;}
  body.motion-v7 .hero-copy-compact{min-height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
  body.motion-v7 .hero-visual-feature{min-height:520px}
  body.motion-v7 .hero-visual-feature .motion-scene-stack{margin-top:92px;width:min(560px,100%)}
}
@media (max-width: 980px){
  body.motion-v7 .hero-blocks-wrap .hero-facts,
  body.motion-v7 .hero-visual-feature .motion-hero-stats{grid-template-columns:1fr 1fr;}
}
@media (max-width: 720px){
  body.motion-v7 .hero{padding:114px 0 26px;}
  body.motion-v7 .hero-top-stage{border-radius:28px;}
  body.motion-v7 .hero-copy-compact{padding:26px 22px 24px;}
  body.motion-v7 .hero-copy-compact h1{font-size:clamp(48px, 13vw, 72px);max-width:9ch;}
  body.motion-v7 .hero-copy-compact .hero-lead{font-size:15px;}
  body.motion-v7 .hero-visual-feature{padding:24px 20px 22px;min-height:460px;}
  body.motion-v7 .hero-visual-feature::before{inset:18px;border-radius:24px;}
  body.motion-v7 .hero-visual-feature .motion-live-badge{top:26px;right:28px;}
  body.motion-v7 .hero-visual-feature .motion-orbit{top:76px;right:30px;}
  body.motion-v7 .hero-visual-feature .motion-scene-stack{height:220px;margin-top:112px;}
  body.motion-v7 .hero-visual-back-title{right:26px;top:26px;font-size:clamp(58px, 18vw, 84px);}
  body.motion-v7 .hero-line{left:20px;right:20px;}
  body.motion-v7 .hero-line-1{top:18%;}
  body.motion-v7 .hero-line-2{top:28%;}
  body.motion-v7 .hero-blocks-wrap .hero-facts{grid-template-columns:1fr 1fr;gap:12px;}
  body.motion-v7 .hero-blocks-wrap .hero-facts article,
  body.motion-v7 .hero-blocks-wrap .hero-facts article+article{padding:18px 16px;min-height:132px;border-left:1px solid rgba(255,255,255,.62)}
  body.motion-v7 .hero-blocks-wrap .hero-facts b{font-size:21px;}
}
@media (max-width: 440px){
  body.motion-v7 .hero-visual-feature .motion-hero-stats,
  body.motion-v7 .hero-blocks-wrap .hero-facts{grid-template-columns:1fr;}
  body.motion-v7 .hero-visual-feature .motion-scene-stack{width:100%;height:190px;margin-top:126px;}
  body.motion-v7 .hero-visual-feature{min-height:430px;}
}
