.mf-hero{background:#000;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.mf-hero__bg{inset:0;position:absolute;z-index:0}.mf-hero__bg img{filter:grayscale(100%) contrast(1.25);height:120%;object-fit:cover;opacity:.3;width:100%}.mf-hero__bg-overlay{background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.5),#000);inset:0;position:absolute}.mf-hero__content{position:relative;text-align:center;z-index:20}.mf-hero__icon{height:100px;margin:0 auto 32px;object-fit:contain;width:100px}.mf-hero__tagline{color:#fff;font-size:12px;font-weight:700;letter-spacing:.35em;margin-bottom:24px;text-transform:uppercase}@media (min-width:768px){.mf-hero__tagline{font-size:14px}}.mf-hero h1{color:#fff;font-size:clamp(2.2rem,8vw,80px);font-weight:900;letter-spacing:-.01em;line-height:1.1;margin-bottom:40px}.mf-hero__subtitle{color:#fff;font-size:16px;font-weight:700;line-height:1.7;margin:0 auto 40px;max-width:560px}@media (min-width:768px){.mf-hero__subtitle{font-size:18px}}.mf-hero__scroll{animation:mf-bounce 2s infinite;color:var(--white-30);margin-top:64px}.mf-hero__scroll svg{height:24px;margin:0 auto;width:24px}@keyframes mf-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}