
body{
font-family: Arial, Helvetica, sans-serif;
margin:0;
background:#f7f7f7;
color:#222;
}

.container{
width:1100px;
margin:auto;
}

.site-header{
background:white;
border-bottom:2px solid #C9A96A;
padding:18px 0;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
}

.brand{
display:flex;
align-items:center;
gap:16px;
}

.logo{
height:60px;
}

.brand-name{
font-weight:bold;
font-size:20px;
}

.brand-sub{
font-size:13px;
color:#666;
}

nav a{
margin-left:20px;
text-decoration:none;
color:#333;
font-weight:bold;
}

.hero{
background:#0b0d10;
color:white;
padding:80px 0;
}

.section{
padding:60px 0;
}

.section.alt{
background:#efefef;
}

footer{
background:#111;
color:#aaa;
padding:30px 0;
text-align:center;
}
