.hero{align-items:center;background:#1a1a2e;color:#fff;display:flex;min-height:760px;overflow:hidden;position:relative}.hero__bg{background-position:50%;background-size:cover;z-index:0}.hero__bg,.hero__overlay{inset:0;position:absolute}.hero__overlay{background:linear-gradient(90deg,rgba(26,26,46,.05),rgba(26,26,46,.05) 48%,rgba(26,26,46,.05)),linear-gradient(0deg,rgba(26,26,46,.62),rgba(26,26,46,.16) 48%,rgba(26,26,46,.42));z-index:1}.hero__inner{align-items:center;display:grid;gap:76px;grid-template-columns:1.05fr .95fr;margin:0 auto;max-width:1180px;padding:0 80px;position:relative;width:100%;z-index:2}.hero--centered .hero__inner{grid-template-columns:1fr;max-width:900px;text-align:center}.hero__content{animation:heroFadeUp .75s ease both}.section-eyebrow{color:#ff3e68;font-size:18px;font-weight:700;letter-spacing:6px;margin-bottom:28px}.hero__heading{margin:0 0 28px}.hero__heading h1{color:#fff;font-size:60px;font-weight:700;line-height:1.12;margin:0}.hero__heading span{color:#ff3e68}.hero__body{color:#ceced8;font-size:16px;line-height:1.65;margin:0 0 42px;max-width:600px}.hero--centered .hero__body{margin-left:auto;margin-right:auto}.hero__media{animation:heroFadeUp .75s ease both;animation-delay:.12s}.hero__media img{border:1.5px solid rgba(255,62,104,.65);border-radius:22px;box-shadow:0 34px 90px rgba(0,0,0,.38),0 0 46px rgba(255,62,104,.12);display:block;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;width:100%}.hero__media img:hover{border-color:#ff3e68;box-shadow:0 40px 110px rgba(0,0,0,.48),0 0 60px rgba(255,62,104,.18);transform:translateY(-6px)}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero__inner{gap:56px;grid-template-columns:1fr;padding:130px 40px 90px}.hero__heading h1{font-size:56px}.hero__media img{max-width:620px}}@media (max-width:768px){.hero{min-height:auto;padding:250px 20px 70px}.hero__inner{padding:0 20px}.hero__heading h1{font-size:40px}.hero__body{font-size:16px}.hero__media img{border-radius:18px}}