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

body{
font-family:'Inter',sans-serif;
background:#0d0d0d;
color:#f5f5f5;
line-height:1.7;
}

img{
width:100%;
display:block;
}

.hero{
position:relative;
min-height:100vh;
background:url('hero.jpg') center center/cover no-repeat;
display:flex;
flex-direction:column;
justify-content:space-between;
padding:40px 6%;
}

.overlay{
position:absolute;
inset:0;
background:linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.72));
}

.nav, .hero-content{
position:relative;
z-index:2;
}

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

.logo-wrap img{
height:90px;
width:auto;
}

.nav-links{
display:flex;
gap:30px;
}

.nav-links a{
color:white;
text-decoration:none;
font-size:14px;
letter-spacing:1px;
text-transform:uppercase;
}

.hero-content{
max-width:760px;
padding-bottom:80px;
}

.eyebrow{
letter-spacing:3px;
text-transform:uppercase;
font-size:12px;
margin-bottom:20px;
opacity:0.8;
}

h1,h2,h3{
font-family:'Cormorant Garamond',serif;
font-weight:500;
}

h1{
font-size:72px;
line-height:0.95;
margin-bottom:30px;
}

.lead{
font-size:20px;
max-width:640px;
opacity:0.92;
margin-bottom:35px;
}

.buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
}

.btn{
padding:16px 28px;
text-decoration:none;
border-radius:999px;
transition:0.3s ease;
font-weight:500;
}

.primary{
background:white;
color:black;
}

.secondary{
border:1px solid rgba(255,255,255,0.5);
color:white;
}

.section{
padding:110px 6%;
}

.container{
max-width:1300px;
margin:auto;
}

.narrow{
max-width:900px;
text-align:center;
}

.trusted{
padding:26px;
text-align:center;
background:#141414;
letter-spacing:1px;
font-size:14px;
text-transform:uppercase;
border-top:1px solid rgba(255,255,255,0.08);
border-bottom:1px solid rgba(255,255,255,0.08);
}

.intro h2,
.services h2,
.contact h2{
font-size:56px;
margin-bottom:24px;
}

.intro p,
.contact p{
font-size:20px;
opacity:0.9;
}

.grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:22px;
}

.grid img{
height:520px;
object-fit:cover;
border-radius:18px;
}

.services{
background:#121212;
}

.service-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:24px;
margin-top:50px;
}

.card{
padding:36px;
background:#1b1b1b;
border-radius:18px;
border:1px solid rgba(255,255,255,0.06);
}

.card h3{
font-size:36px;
margin-bottom:14px;
}

.contact-mail{
display:inline-block;
margin-top:34px;
font-size:28px;
color:white;
text-decoration:none;
font-family:'Cormorant Garamond',serif;
}

.socials{
margin-top:26px;
}

.socials a{
color:white;
text-decoration:none;
opacity:0.8;
}

footer{
padding:40px;
text-align:center;
font-size:14px;
opacity:0.6;
}

@media(max-width:900px){

h1{
font-size:48px;
}

.intro h2,
.services h2,
.contact h2{
font-size:42px;
}

.grid,
.service-grid{
grid-template-columns:1fr;
}

.grid img{
height:380px;
}

.nav{
flex-direction:column;
gap:20px;
}

.nav-links{
gap:18px;
}
}


.instagram-section{
background:#0f0f0f;
padding-top:80px;
}

.center{
text-align:center;
}

.instagram-text{
font-size:18px;
opacity:0.85;
margin-bottom:40px;
}

.instagram-preview{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
margin:50px 0;
}

.instagram-preview img{
height:260px;
object-fit:cover;
border-radius:16px;
transition:0.35s ease;
}

.instagram-preview img:hover{
transform:translateY(-4px);
opacity:0.92;
}

.instagram-btn{
display:inline-block;
}

@media(max-width:900px){

.instagram-preview{
grid-template-columns:repeat(2,1fr);
}

.instagram-preview img{
height:180px;
}
}
