html{
scroll-behavior:smooth;
}

body{
margin:0;
font-family:Inter,sans-serif;
background:#0b0b0b;
color:white;
}

.seo-text{
padding:80px 20px;
max-width:900px;
margin:auto;
text-align:center;
color:#ccc;
line-height:1.7;
}

.title-new {
    font-size: 36px;
    margin: 10px 0;
}

.hero-logo{
margin-top:30px;
}

.hero-logo img{
width:300px;
opacity:0.95;
filter: drop-shadow(0 0 10px rgba(0,0,0,0.6));
}

@media(max-width:768px){

.hero-logo img{
width:130px;
}

}

h1,h2,h3{
font-family:"Playfair Display",serif;
}

header{
position:fixed;
top:0;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 60px;
background:rgba(0,0,0,0.6);
backdrop-filter:blur(10px);
z-index:1000;
box-sizing:border-box;
}

.logo img{
height:120px;
display:block;
}

nav{
display:flex;
align-items:center;
}

nav a{
margin-left:30px;
text-decoration:none;
color:white;
font-weight:500;
font-size:17px;
text-transform:uppercase;
letter-spacing:1px;
}

nav a:hover{
color:#d4a75f;
}

.hero{
height:100vh;
background:url("images/hero.png") center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
}

.hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
}

.hero-content{
position:relative;
z-index:2;
padding:0 20px;
}

.hero h1{
font-size:70px;
letter-spacing:3px;
margin:0;
line-height:0.95;
}

.hero p{
margin-top:10px;
font-size:28px;
color:#d4a75f;
font-family:"Playfair Display",serif;
}

.buttons{
margin-top:30px;
}

button{
padding:14px 28px;
border:none;
cursor:pointer;
font-size:16px;
margin:10px;
}

.primary{
background:#d4a75f;
color:#000;
text-transform:uppercase;
font-weight:600;
letter-spacing:1px;
}

.whatsapp{
background:#25D366;
color:white;
}

.section-divider{
text-align:center;
color:#d4a75f;
font-size:14px;
letter-spacing:6px;
}

.section-title-wrap{
text-align:center;
margin-bottom:50px;
}

.section-title-wrap h2{
font-size:36px;
margin:10px 0;
}

.products{
padding:120px 60px;
background:url("images/products-bg.png") center/cover no-repeat,#1a1008;
text-align:center;
}

.product-grid{
margin-top:50px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

.product-card{
background:rgba(0,0,0,0.7);
padding:20px;
border-radius:8px;
transition:0.3s;
}

.product-card:hover{
transform:translateY(-6px);
}

.product-card img{
width:100%;
height:260px;
object-fit:cover;
border-radius:6px;
display:block;
}

.product-card h3{
margin-bottom:5px;
}

.product-desc{
color:#aaa;
font-size:14px;
margin:0 0 10px;
min-height:38px;
}

.price{
color:#d4a75f;
margin:10px 0;
font-size:18px;
font-weight:600;
}

.product-actions{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
margin-top:15px;
}

.product-actions select{
padding:10px;
background:#000;
color:white;
border:1px solid rgba(255,255,255,0.2);
border-radius:4px;
font-size:14px;
}

.product-actions select option{
background:#000;
color:white;
}

.product-actions button{
padding:10px 20px;
background:#d4a75f;
color:#000;
border:none;
border-radius:4px;
font-size:14px;
font-weight:600;
cursor:pointer;
text-transform:uppercase;
margin:0;
}

.gallery{
padding:120px 60px;
text-align:center;
}

.gallery-grid{
margin-top:50px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.gallery-grid img{
width:100%;
height:250px;
object-fit:cover;
border-radius:6px;
transition:0.4s;
display:block;
}

.gallery-grid img:hover{
transform:scale(1.05);
}

.gallery-link{
margin-top:30px;
}

.gallery-link a{
color:#d4a75f;
text-decoration:none;
font-size:16px;
}

.gallery-link a:hover{
text-decoration:underline;
}

.delivery{
padding:120px 60px;
background:url("images/products-bg.png") center/cover no-repeat,#140d08;
text-align:center;
}

.delivery-box{
max-width:700px;
margin:0 auto;
background:rgba(0,0,0,0.72);
padding:40px 30px;
border-radius:8px;
}

.delivery-text{
font-size:18px;
line-height:1.7;
color:#ddd;
margin:0 0 18px;
}

.delivery-btn{
margin-top:10px;
padding:12px 30px;
background:#d4a75f;
color:#000;
border:none;
font-weight:600;
cursor:pointer;
border-radius:4px;
text-transform:uppercase;
letter-spacing:0.5px;
}

.website-credit{
text-align:center;
padding:30px;
color:#888;
font-size:14px;
}

.instagram-section{
padding:80px 60px;
text-align:center;
background:rgba(0,0,0,0.3);
}

.instagram-section h2{
font-size:32px;
margin-bottom:20px;
}

.instagram-section a{
color:#d4a75f;
text-decoration:none;
font-size:18px;
}

.instagram-section a:hover{
text-decoration:underline;
}

footer{
background:black;
padding:40px 20px;
text-align:center;
color:#888;
font-size:14px;
}

.footer-logo{
height:60px;
display:block;
margin:0 auto 14px;
}

footer a{
color:#d4a75f;
text-decoration:none;
}

@media(max-width:900px){

header{
padding:10px 15px;
}

.logo img{
height:60px;
}

nav a{
margin-left:10px;
font-size:12px;
letter-spacing:0;
}

.hero{
height:88vh;
}

.hero h1{
font-size:32px;
}

.hero p{
font-size:20px;
}

.section-divider{
display:none;
}

.section-title-wrap{
margin-bottom:30px;
}

.section-title-wrap h2{
font-size:28px;
}

.products{
padding:80px 20px;
}

.product-grid{
grid-template-columns:1fr;
gap:24px;
}

.product-card{
padding:15px;
}

.product-card img{
height:220px;
}

.product-actions{
flex-direction:column;
gap:12px;
}

.product-actions select,
.product-actions button{
width:100%;
}

.gallery{
padding:80px 20px;
}

.gallery-grid{
grid-template-columns:1fr;
gap:16px;
}

.gallery-grid img{
height:200px;
}

.delivery{
padding:80px 20px;
}

.delivery-box{
padding:28px 18px;
}

.delivery-text{
font-size:16px;
}

.footer-logo{
height:50px;
}

}