<header class="nav fade-in">
<span class="logo">LONGSHOT KUSTOM</span>
</header>
<section class="hero">
<h1>CUSTOM BUILT.</h1>
<p>Fabrication · Restoration</p>
</section>
.hero {
opacity: 0;
transform: translateY(20px);
animation: fadeUp .6s ease forwards;
}