/* Homepage hero refinement */
@media(min-width:801px){.hero{grid-template-columns:1.08fr .92fr;gap:72px;padding-top:82px;padding-bottom:76px}.hero:after{content:"";position:absolute;width:1px;height:170px;right:calc(36% - 36px);top:50%;background:linear-gradient(180deg,transparent,#a7e7d0,transparent)}.hero-copy h1{max-width:715px;font-size:clamp(46px,5.5vw,74px)}.hero-copy .lede{max-width:620px;font-size:18px;line-height:1.7}.orbital{width:min(100%,365px);height:365px;justify-self:center}.orbital .ring{width:300px;height:300px}.hero-proof{gap:10px;margin-top:34px}.hero-proof span{display:inline-flex;align-items:center;padding:8px 11px;border:1px solid #dce4df;border-radius:30px;background:#ffffff99;color:#496369}.hero-proof i{margin-right:6px}.intro{padding-top:78px}}
@media(max-width:800px){.hero-proof span{display:inline-flex;align-items:center;padding:6px 0}.hero-proof i{margin-right:5px}}

/* Homepage motion: the hero feels alive while content below enters on scroll. */
.hero-copy .eyebrow,.hero-copy h1,.hero-copy .lede,.hero-copy .actions,.hero-copy .hero-proof{opacity:0;animation:hero-reveal .7s cubic-bezier(.2,.75,.25,1) forwards}.hero-copy .eyebrow{animation-delay:.08s}.hero-copy h1{animation-delay:.16s}.hero-copy .lede{animation-delay:.27s}.hero-copy .actions{animation-delay:.38s}.hero-copy .hero-proof{animation-delay:.49s}.orbital{animation:orbital-enter .9s cubic-bezier(.2,.8,.2,1) .22s both,orbital-drift 6s ease-in-out 1.15s infinite}.orbital .ring{animation:spin 24s linear infinite}.orbital-core{animation:core-breathe 3.8s ease-in-out infinite}.orbital span{animation:label-float 3.4s ease-in-out infinite}.orbital span:nth-of-type(2){animation-delay:-1.15s}.orbital span:nth-of-type(3){animation-delay:-2.25s}.home-page .js-reveal{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.2,.75,.25,1),transform .65s cubic-bezier(.2,.75,.25,1)}.home-page .js-reveal.is-visible{opacity:1;transform:none}.home-page .cards .card,.home-page .steps>div,.home-page .case-grid article{transition-delay:calc(var(--reveal-index, 0) * 75ms)}@keyframes hero-reveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes orbital-enter{from{opacity:0;transform:scale(.86) translateX(20px)}to{opacity:1;transform:scale(1) translateX(0)}}@keyframes orbital-drift{0%,100%{transform:translateY(0)}50%{transform:translateY(-11px)}}@keyframes core-breathe{0%,100%{box-shadow:0 8px 26px #296c5a33}50%{box-shadow:0 12px 35px #296c5a4d}}@keyframes label-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@media(prefers-reduced-motion:reduce){.hero-copy .eyebrow,.hero-copy h1,.hero-copy .lede,.hero-copy .actions,.hero-copy .hero-proof,.orbital,.orbital .ring,.orbital-core,.orbital span{animation:none;opacity:1}.home-page .js-reveal{opacity:1;transform:none;transition:none}}
