*{box-sizing:border-box}
body{margin:0;background:#080808;color:#fff;font-family:Arial,sans-serif}
.hero{height:75vh;min-height:600px;position:relative;background:#080808;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.logo{position:absolute;top:35px;left:45px;width:210px;z-index:2}
.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle,#c6a06b22,transparent 45%)}
.content{position:relative;z-index:1}
h1{font-size:clamp(42px,6vw,82px);margin:0 0 25px;font-weight:700}
p{font-size:22px;color:#cfcfcf}
a{display:inline-block;margin-top:35px;background:#c6a06b;color:#111;padding:18px 40px;border-radius:40px;text-decoration:none}
.gallery{padding:40px;column-count:4;column-gap:22px}
.gallery img{width:100%;margin-bottom:22px;border-radius:16px;cursor:pointer;display:block;transition:.25s}
.gallery img:hover{transform:scale(1.02)}
.viewer{display:none;position:fixed;inset:0;background:#000e;z-index:10;align-items:center;justify-content:center}
.viewer img{max-width:90%;max-height:90%}
.viewer button{position:absolute;background:none;border:0;color:white;font-size:50px;cursor:pointer}
#close{right:30px;top:20px}
#prev{left:30px}
#next{right:30px}
#counter{bottom:25px;font-size:18px}
@media(max-width:1000px){.gallery{column-count:2}}
@media(max-width:600px){.gallery{column-count:1}.logo{left:20px;width:160px}}


/* Premium hero v4 */
.hero{
height:90vh;
min-height:700px;
background:#080808;
overflow:hidden;
}

.hero:after{
background:
radial-gradient(circle at 50% 30%, rgba(198,160,107,.18), transparent 35%),
linear-gradient(180deg,#080808,#080808);
}

.hero-glow{
position:absolute;
width:600px;
height:600px;
background:rgba(198,160,107,.08);
filter:blur(120px);
border-radius:50%;
}

.eyebrow{
letter-spacing:12px;
font-size:16px;
color:#c6a06b;
margin-bottom:30px;
}

.content h1{
letter-spacing:-2px;
}

.trust{
display:flex;
justify-content:center;
gap:50px;
margin-top:45px;
}

.trust div{
display:flex;
flex-direction:column;
gap:8px;
}

.trust strong{
font-size:32px;
color:#c6a06b;
}

.trust span{
font-size:12px;
letter-spacing:3px;
color:#999;
}

@media(max-width:600px){
.trust{gap:25px}
.trust strong{font-size:24px}
}
