*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:Arial,Helvetica,sans-serif;

background:#fff;

color:#111;

}

a{

text-decoration:none;

color:inherit;

}

.container{

width:min(1440px,92%);

margin:auto;

}

.site-header{

position:fixed;

top:0;

left:0;

width:100%;

background:#fff;

border-bottom:1px solid #eee;

z-index:999;

}

.header-inner{

height:90px;

display:flex;

justify-content:space-between;

align-items:center;

}

.logo{

font-size:26px;

letter-spacing:.25em;

}

.menu{

display:flex;

gap:42px;

list-style:none;

}

.menu a{

font-size:13px;

text-transform:uppercase;

letter-spacing:.15em;

}

.header-icons{

display:flex;

gap:22px;

font-size:22px;

}

.hero{

height:100vh;

display:flex;

justify-content:center;

align-items:center;

background:#efefef;

margin-top:90px;

}

.hero-content{

text-align:center;

}

.hero h2{

font-size:34px;

letter-spacing:.35em;

font-weight:300;

}

.hero h1{

font-size:160px;

font-weight:300;

margin:20px 0;

}

.hero-button{

display:inline-block;

padding:18px 48px;

background:#111;

color:#fff;

letter-spacing:.2em;

text-transform:uppercase;

}