
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');
:root{--gold:#d4af37;--gold-soft:#f5e7b8;--black:#0d0d0d;--charcoal:#171717;--cream:#fbf8f0;--white:#ffffff;--muted:#6d6d6d}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#222;line-height:1.7;background:#fff;overflow-x:hidden}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
.site-header{position:fixed;top:0;width:100%;z-index:1000;background:rgba(13,13,13,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(212,175,55,.25)}
.nav{max-width:1280px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:14px;color:var(--gold);font-family:'Cormorant Garamond',serif;font-size:1.7rem;font-weight:700;letter-spacing:.04em}
.brand img{height:62px;width:62px;border-radius:50%;object-fit:cover;background:white}
.nav-links{display:flex;align-items:center;gap:24px}.nav-links a{color:#fff;font-size:.95rem;transition:.25s}.nav-links a:hover,.nav-links a.active{color:var(--gold)}
.nav-cta{background:var(--gold);color:#000!important;padding:10px 18px;border-radius:999px;font-weight:700}
.menu-toggle{display:none;background:none;border:1px solid rgba(255,255,255,.35);color:white;padding:8px 11px;border-radius:8px;font-size:1.2rem}
.hero{min-height:100vh;display:grid;place-items:center;text-align:center;color:white;padding:140px 24px 80px;background:linear-gradient(rgba(0,0,0,.66),rgba(0,0,0,.66)),url('https://images.unsplash.com/photo-1555244162-803834f70033?auto=format&fit=crop&w=1800&q=80');background-size:cover;background-position:center}
.hero-content{max-width:920px}.eyebrow{color:var(--gold-soft);text-transform:uppercase;letter-spacing:.22em;font-size:.82rem;font-weight:700;margin-bottom:18px}
.hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3.2rem,8vw,6.8rem);line-height:.95;margin-bottom:24px}
.hero p{max-width:760px;margin:0 auto 34px;font-size:1.15rem;color:#f3f3f3}
.btn-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:999px;font-weight:700;transition:.25s;border:0;cursor:pointer;font-size:1rem}
.btn.gold{background:var(--gold);color:#000}.btn.outline{border:1px solid rgba(255,255,255,.65);color:#fff}.btn:hover{transform:translateY(-3px)}
.section{padding:96px 24px}.container{max-width:1180px;margin:auto}.section.alt{background:var(--cream)}.section.dark{background:var(--black);color:white}
.section-title{text-align:center;max-width:800px;margin:0 auto 54px}.section-title h1,.section-title h2,.title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,5vw,4.2rem);line-height:1.05;margin-bottom:12px}.section-title p{color:var(--muted)}.dark .section-title p{color:#c9c9c9}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.card{background:white;border:1px solid #eee;padding:32px;border-radius:24px;box-shadow:0 18px 45px rgba(0,0,0,.07);transition:.25s}.card:hover{transform:translateY(-8px)}
.card h3{font-family:'Cormorant Garamond',serif;color:#111;font-size:1.8rem;margin-bottom:10px}.card p{color:#606060}.dark .card{background:#181818;border-color:#2a2a2a}.dark .card h3,.dark .card p{color:white}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.panel{background:#111;color:white;padding:44px;border-radius:28px;border:1px solid rgba(212,175,55,.35)}
.panel h2{font-family:'Cormorant Garamond',serif;font-size:3.2rem;line-height:1.05;color:var(--gold);margin-bottom:18px}.list{margin-top:22px;display:grid;gap:12px}.list span{display:block;padding:13px 15px;background:rgba(212,175,55,.12);border-radius:12px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-item{min-height:220px;border-radius:22px;overflow:hidden;position:relative;background:linear-gradient(135deg,#f5e7b8,#222);display:flex;align-items:flex-end;padding:22px;color:white;font-weight:700}.gallery-item::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.26)}.gallery-item span{position:relative;z-index:1}
.quote{font-family:'Cormorant Garamond',serif;font-size:2rem;line-height:1.25}.contact-card{max-width:860px;margin:auto;background:white;padding:40px;border-radius:28px;box-shadow:0 20px 60px rgba(0,0,0,.1)}
input,textarea,select{width:100%;padding:15px 16px;margin-bottom:14px;border:1px solid #ddd;border-radius:12px;font-family:inherit;font-size:1rem}textarea{min-height:140px;resize:vertical}
.footer{background:#090909;color:white;padding:52px 24px;text-align:center}.footer img{height:90px;width:90px;border-radius:50%;margin:0 auto 16px;background:white;object-fit:cover}.footer p{color:#cfcfcf}
.fade{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.fade.show{opacity:1;transform:none}
@media(max-width:900px){.grid,.split,.gallery-grid{grid-template-columns:1fr}.menu-toggle{display:block}.nav-links{position:absolute;top:91px;right:24px;left:24px;display:none;flex-direction:column;background:#101010;padding:22px;border-radius:18px;border:1px solid rgba(212,175,55,.25)}.nav-links.open{display:flex}}
@media(max-width:560px){.brand span{font-size:1.3rem}.brand img{height:52px;width:52px}.section{padding:72px 18px}.hero{padding-top:130px}}
