/* Premium editorial imagery and reusable icon language */
.editorial-hero-media{position:relative;min-width:0;margin:0;overflow:hidden;border:1px solid rgba(129,140,248,.32);border-radius:28px;background:#101024;box-shadow:0 28px 74px rgba(0,0,0,.34),0 1px 0 rgba(255,255,255,.06) inset;isolation:isolate}
.editorial-hero-media:before{content:"";position:absolute;z-index:3;inset:0;pointer-events:none;border-radius:inherit;box-shadow:0 0 0 1px rgba(255,255,255,.025) inset}
.editorial-hero-frame{position:relative;overflow:hidden;aspect-ratio:8/5;background:linear-gradient(145deg,#151735,#090915)}
.editorial-hero-frame picture{display:block;width:100%;height:100%}
.editorial-hero-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;color:transparent}
.editorial-hero-frame:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(7,7,19,.02) 48%,rgba(7,7,19,.36) 100%),linear-gradient(115deg,rgba(95,139,255,.08),transparent 38%)}
.editorial-hero-caption{display:grid;gap:17px;padding:20px 22px 21px;border-top:1px solid rgba(129,140,248,.2);background:linear-gradient(135deg,rgba(95,139,255,.12),rgba(17,17,36,.98) 58%)}
.editorial-hero-label{display:flex;align-items:center;gap:9px;color:#a9bbff;font-size:.64rem;font-weight:800;letter-spacing:.085em;text-transform:uppercase}
.editorial-hero-label:before{content:"";width:7px;height:7px;border-radius:50%;background:#25d978;box-shadow:0 0 0 5px rgba(37,217,120,.1)}
.editorial-hero-caption strong{display:block;margin-top:8px;color:#f3f6ff;font-size:1.05rem;line-height:1.38;letter-spacing:-.02em}
.editorial-hero-tags{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}
.editorial-hero-tags li{padding:7px 9px;border:1px solid rgba(129,140,248,.2);border-radius:999px;background:rgba(9,9,23,.54);color:#cbd3e9;font-size:.62rem;font-weight:700;line-height:1.2}

.jr-card-kicker{display:flex;align-items:center;gap:11px;margin-bottom:2px;color:#9eb4ff;font-size:.68rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.jr-icon{display:inline-grid;flex:0 0 auto;width:38px;height:38px;place-items:center;border:1px solid rgba(129,140,248,.27);border-radius:12px;background:linear-gradient(145deg,rgba(95,139,255,.16),rgba(37,217,120,.045));color:#a8baff;box-shadow:0 8px 24px rgba(0,0,0,.14)}
.jr-icon svg{display:block;width:20px;height:20px;overflow:visible}
.home-proof-grid article>.jr-icon,.journey-question-grid article>.jr-icon{margin-bottom:17px}
.home-proof-grid article>.jr-icon{width:36px;height:36px;border-radius:11px}
.journey-question-grid article>.jr-icon{width:40px;height:40px}

@media(min-width:1001px){
  .home-hero{grid-template-columns:minmax(0,1.12fr) minmax(400px,.78fr);gap:clamp(42px,5vw,72px)}
  .journey-hero{grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);gap:clamp(40px,4.6vw,66px)}
}

html.jr-motion .editorial-hero-frame img{transform:scale(1.035);transition:transform 1.15s cubic-bezier(.16,1,.3,1)}
html.jr-motion .editorial-hero-media[data-motion-state="visible"] .editorial-hero-frame img{transform:scale(1)}

@media(hover:hover) and (pointer:fine){
  .editorial-hero-media{transition:border-color 260ms cubic-bezier(.4,0,.2,1),box-shadow 420ms cubic-bezier(.22,1,.36,1),transform 420ms cubic-bezier(.22,1,.36,1)}
  .editorial-hero-media:hover{transform:translate3d(0,-4px,0);border-color:rgba(129,140,248,.52);box-shadow:0 34px 88px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.08) inset}
  html.jr-motion .editorial-hero-media:hover .editorial-hero-frame img{transform:scale(1.018)}
  .jr-icon{transition:transform 280ms cubic-bezier(.22,1,.36,1),border-color 220ms ease,color 220ms ease}
  .home-journey:hover .jr-icon,.home-proof-grid article:hover .jr-icon,.journey-question-grid article:hover .jr-icon{transform:translate3d(0,-2px,0) rotate(-2deg);border-color:rgba(129,140,248,.5);color:#c7d2ff}
}

@media(max-width:1000px){
  .home-hero,.journey-hero{grid-template-columns:minmax(0,1fr) minmax(330px,.72fr);gap:36px}
}

@media(max-width:820px){
  .home-hero,.journey-hero{grid-template-columns:1fr;gap:30px}
  .editorial-hero-media{width:100%;max-width:680px}
  .editorial-hero-frame{aspect-ratio:4/3}
  .editorial-hero-caption{grid-template-columns:minmax(0,1fr) minmax(180px,.8fr);align-items:end}
  .editorial-hero-tags{justify-content:flex-end}
}

@media(max-width:560px){
  .editorial-hero-media{border-radius:21px;box-shadow:0 20px 54px rgba(0,0,0,.3)}
  .editorial-hero-caption{grid-template-columns:1fr;gap:14px;padding:17px 17px 18px}
  .editorial-hero-caption strong{font-size:.96rem}
  .editorial-hero-tags{justify-content:flex-start}
  .editorial-hero-tags li{font-size:.59rem}
  .jr-card-kicker{gap:9px}
  .jr-icon{width:35px;height:35px;border-radius:10px}
  .jr-icon svg{width:18px;height:18px}
}

@media(prefers-reduced-motion:reduce){
  .editorial-hero-media,.editorial-hero-frame img,.jr-icon{transform:none!important;transition:none!important}
}

@media(prefers-reduced-transparency:reduce){
  .editorial-hero-caption{background:#111124}
  .editorial-hero-tags li{background:#0c0c1e}
}
