*{box-sizing:border-box;margin:0;padding:0}
:root{--black:#070707;--dark:#111;--gold:#d6a93a;--cream:#f4efe5;--muted:#aaa}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:var(--black);color:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
.header{position:fixed;z-index:20;top:0;left:0;width:100%;height:78px;padding:10px 5%;display:flex;align-items:center;justify-content:space-between;background:rgba(7,7,7,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(214,169,58,.18)}
.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:2px;font-size:13px}.brand img{width:54px;height:54px;object-fit:cover;border-radius:50%}
.nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:600}.nav a{transition:.25s}.nav a:hover{color:var(--gold)}.nav-cta{border:1px solid var(--gold);padding:10px 17px;border-radius:999px;color:var(--gold)}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}
.hero{min-height:100vh;position:relative;display:grid;place-items:center;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.54)),url("images/style-4.jpeg") center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(214,169,58,.16),transparent 35%)}
.hero-content{position:relative;width:min(1100px,90%);padding-top:80px}.eyebrow{color:var(--gold);font-size:11px;font-weight:700;letter-spacing:3px;margin-bottom:13px}
h1,h2,h3{font-family:"Cormorant Garamond",Georgia,serif}.hero h1{font-size:clamp(54px,8vw,100px);line-height:.92;font-weight:600;max-width:800px}.hero h1 em{color:var(--gold);font-weight:500}
.hero-text{max-width:540px;color:#ddd;font-size:17px;margin:28px 0}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{padding:14px 22px;border-radius:999px;font-size:13px;font-weight:700}.button.gold{background:var(--gold);color:#0a0a0a}.button.outline{border:1px solid #777}.button.outline:hover{border-color:var(--gold);color:var(--gold)}.hero-location{margin-top:38px;color:#bbb;font-size:12px;letter-spacing:1px}
.section{padding:110px 6%;max-width:1250px;margin:auto}.section-heading{text-align:center;max-width:700px;margin:0 auto 55px}.section-heading h2{font-size:58px;line-height:1;margin-bottom:18px}.section-heading>p:last-child{color:#aaa}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.service-card{background:#111;border:1px solid #242424;padding:28px;min-height:205px;transition:.3s}.service-card:hover{transform:translateY(-5px);border-color:rgba(214,169,58,.6)}.service-card span{font-size:11px;color:var(--gold);letter-spacing:2px}.service-card h3{font-size:28px;margin:28px 0 8px}.service-card p{font-size:13px;color:#999}.service-card.featured{background:linear-gradient(145deg,#19150c,#111);border-color:rgba(214,169,58,.45)}
.gallery-section{max-width:none;background:#0c0c0c}.gallery{max-width:1150px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery img{width:100%;height:420px;object-fit:cover;display:block;filter:saturate(.9);transition:.35s}.gallery img:hover{transform:scale(1.015);filter:saturate(1.1)}
.about{display:grid;grid-template-columns:1fr 1fr;min-height:600px;background:#121212}.about-image{display:flex;align-items:center;justify-content:center;background:#080808;overflow:hidden}.about-image img{width:min(70%,500px);border-radius:50%;opacity:.96}.about-copy{display:flex;flex-direction:column;justify-content:center;padding:10%}.about-copy h2{font-size:62px;line-height:1;margin-bottom:22px}.about-copy p:not(.eyebrow){color:#aaa;max-width:560px;margin-bottom:16px}.text-link{color:var(--gold);font-weight:700;margin-top:12px}
.contact{padding-bottom:130px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.contact-card{padding:35px;background:#111;border:1px solid #252525;display:flex;flex-direction:column;gap:7px;transition:.25s}.contact-card:hover{border-color:var(--gold)}.contact-card small{font-size:10px;color:var(--gold);letter-spacing:2px}.contact-card strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:29px}.contact-card span{font-size:12px;color:#888}
.footer{padding:30px 6%;border-top:1px solid #222;display:flex;align-items:center;gap:15px;flex-wrap:wrap}.footer img{width:50px;height:50px;object-fit:cover;border-radius:50%}.footer strong{font-size:13px;letter-spacing:1px}.footer p{color:#777;font-size:11px}.copyright{margin-left:auto}
@media(max-width:900px){.nav{display:none;position:absolute;top:78px;left:0;right:0;background:#090909;padding:20px 6%;flex-direction:column;align-items:flex-start;border-bottom:1px solid #222}.nav.open{display:flex}.menu-toggle{display:block}.service-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.gallery img{height:360px}.about{grid-template-columns:1fr}.about-image{min-height:420px}.contact-grid{grid-template-columns:1fr}.copyright{margin-left:0;width:100%}}
@media(max-width:520px){.header{height:68px}.brand span{display:none}.brand img{width:48px;height:48px}.nav{top:68px}.hero{min-height:90vh}.hero h1{font-size:58px}.hero-text{font-size:15px}.section{padding:80px 5%}.section-heading h2,.about-copy h2{font-size:48px}.service-grid,.gallery{grid-template-columns:1fr}.gallery img{height:430px}.about-image{min-height:330px}.about-copy{padding:75px 7%}}
