
body{
margin:0;
font-family:'Montserrat', sans-serif;
background:#faf7f5;
color:#333;
line-height:1.7;
}

header{
background:white;
padding:20px 10%;
display:flex;
justify-content:space-between;
align-items:center;
position:fixed;
width:100%;
top:0;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
z-index:999;
}

header h1{
font-family:'Playfair Display', serif;
font-size:22px;
margin:0;
color:#b48a78;
}

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

.hero{
height:70vh;
background:url('https://images.unsplash.com/photo-1520854221256-17451cc331bf?q=80&w=2070') center/cover no-repeat;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
color:white;
padding:0 20px;
margin-top:80px;
}

.hero-content{
background:rgba(0,0,0,0.5);
padding:40px;
border-radius:8px;
}

.btn{
background:#b48a78;
color:white;
padding:12px 30px;
text-decoration:none;
border-radius:30px;
display:inline-block;
margin-top:20px;
}

section{
padding:80px 10%;
max-width:1200px;
margin:auto;
}

h2{
font-family:'Playfair Display', serif;
color:#b48a78;
margin-top:40px;
}

.contact{
background:#f3ebe7;
text-align:center;
}

footer{
background:#222;
color:white;
text-align:center;
padding:30px;
font-size:14px;
}

@media(max-width:768px){
header{flex-direction:column;}
nav{margin-top:10px;}
}
