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

body{
font-family:'Inter',sans-serif;
background:#f7f3ee;
color:#2e2118;
}

.topbar{
text-align:center;
padding:12px;
font-size:12px;
letter-spacing:2px;
background:#f5f1eb;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:30px 70px;
background:white;
}

.logo h1{
font-family:'Cormorant Garamond',serif;
font-size:72px;
font-weight:500;
color:#2DB8B4;
line-height:0.8;
}

.logo span{
letter-spacing:4px;
font-size:12px;
color:#9d7443;
}

nav a{
margin-left:24px;
text-decoration:none;
color:#3b2d23;
font-size:13px;
letter-spacing:1px;
}

.hero{
height:80vh;
background:url('hero-reference.jpg') center/cover;
position:relative;
}

.hero-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,0.35);
display:flex;
align-items:center;
padding-left:8%;
}

.hero-text{
color:white;
max-width:600px;
}

.welcome{
letter-spacing:2px;
margin-bottom:10px;
}

.hero h2{
font-family:'Cormorant Garamond',serif;
font-size:88px;
font-weight:500;
margin-bottom:20px;
}

.line{
width:80px;
height:2px;
background:#d7b27c;
margin-bottom:24px;
}

.description{
font-size:22px;
line-height:1.8;
margin-bottom:36px;
}

button{
padding:18px 32px;
background:transparent;
border:1px solid #d6aa70;
color:white;
letter-spacing:1px;
cursor:pointer;
}

.features{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
padding:80px 8%;
background:white;
text-align:center;
}

.feature{
padding:10px 20px;
}

.feature h3{
font-size:14px;
letter-spacing:1px;
margin-bottom:16px;
}

.feature p{
line-height:1.7;
font-size:14px;
}

.collections{
padding:100px 7%;
text-align:center;
}

.subtitle{
letter-spacing:2px;
font-size:13px;
color:#b08a58;
margin-bottom:12px;
}

.collections h2{
font-family:'Cormorant Garamond',serif;
font-size:64px;
color:#2DB8B4;
margin-bottom:50px;
font-weight:500;
}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:24px;
}

.card{
background:white;
padding-bottom:30px;
}

.card img{
width:100%;
height:280px;
object-fit:cover;
}

.card h3{
margin-top:24px;
font-size:22px;
font-family:'Cormorant Garamond',serif;
font-weight:500;
}

.card a{
display:inline-block;
margin-top:18px;
text-decoration:none;
color:#5f4633;
font-size:14px;
}

.about{
display:grid;
grid-template-columns:1fr 1fr;
margin-top:100px;
}

.about-image{
min-height:500px;
background:url('hero-reference.jpg') center/cover;
}

.about-text{
padding:80px;
background:white;
display:flex;
flex-direction:column;
justify-content:center;
}

.about-text p:first-child{
letter-spacing:2px;
font-size:13px;
color:#2DB8B4;
margin-bottom:12px;
}

.about-text h2{
font-family:'Cormorant Garamond',serif;
font-size:62px;
font-weight:500;
margin-bottom:28px;
}

.about-desc{
line-height:2;
font-size:18px;
margin-bottom:36px;
}

.about button{
color:#5f4633;
}

footer{
padding:50px;
text-align:center;
background:#2c2119;
color:#d9c5aa;
margin-top:80px;
}

@media(max-width:900px){

.navbar{
flex-direction:column;
gap:24px;
padding:30px;
}

nav{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:12px;
}

nav a{
margin-left:0;
}

.hero h2{
font-size:56px;
}

.description{
font-size:18px;
}



.features{
grid-template-columns:1fr 1fr;
}

.about{
grid-template-columns:1fr;
}

.about-text{
padding:50px 30px;
}
}

.learn-btn{
display:block;
width:100%;
text-align:center;

padding:18px 0;
margin-top:30px;

border:1px solid #d8d2cc;

text-decoration:none;
color:#7a726d;

letter-spacing:1px;
font-size:14px;
}

.contact-section{
padding:100px 20px;
text-align:center;
background:#f8f5f1;
}

.contact-section h2{
font-size:40px;
font-family:'Cormorant Garamond',serif;
margin-bottom:20px;
}

.contact-section p{
font-family:'Inter',sans-serif;
background:#f7f3ee;
color:#2e2118;
}
