:root{--cream:#FBF6EC;--cream2:#F3EBD8;--ivory:#FFFDF8;--ink:#362A1B;--ink-soft:#5C4B32;
--gold:#A67C2E;--gold-d:#8A6423;--wine:#6B2131;--wine-d:#511824;--line:#DFCFA8;}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Jost',system-ui,-apple-system,'Segoe UI',sans-serif;background:var(--cream);color:var(--ink);font-weight:300;line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;letter-spacing:.02em}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.eyebrow{font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-d);font-weight:500}
#moon{position:fixed;top:0;left:0;right:0;height:4px;z-index:1000;display:flex;background:var(--cream2)}
#moon i{flex:1;background:var(--line);transition:background .25s}
header{position:fixed;top:4px;left:0;right:0;z-index:900;background:rgba(251,246,236,.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
nav{display:flex;align-items:center;justify-content:space-between;height:70px}
.brand{display:flex;align-items:center;gap:10px;font-family:'Cormorant Garamond',serif;font-size:19px;letter-spacing:.2em}
.brand img{width:34px;height:34px;border-radius:50%}
.links{display:none;gap:26px}
.links a{font-size:13.5px;color:var(--ink-soft);transition:color .2s}
.links a:hover,.links a.on{color:var(--gold-d)}
@media(min-width:900px){.links{display:flex}}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border-radius:2px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent;transition:all .25s;cursor:pointer}
.btn-gold{background:var(--gold);color:var(--ivory)}
.btn-gold:hover{background:var(--gold-d)}
.btn-out{border-color:var(--wine);color:var(--wine)}
.btn-out:hover{background:var(--wine);color:var(--ivory)}
.btn-light{border-color:rgba(255,253,248,.7);color:var(--ivory)}
.btn-light:hover{background:var(--ivory);color:var(--wine-d)}
.navbtn{display:none;padding:10px 20px}
@media(min-width:900px){.navbtn{display:inline-flex}}
.burger{display:block;font-size:24px;background:none;border:none;color:var(--ink);cursor:pointer}
@media(min-width:900px){.burger{display:none}}
#mm{position:fixed;inset:0;background:var(--cream);z-index:950;display:none;flex-direction:column;align-items:center;justify-content:center;gap:30px}
#mm.open{display:flex}
#mm a{font-family:'Cormorant Garamond',serif;font-size:25px}
#mm .x{position:absolute;top:24px;right:26px;font-size:30px;background:none;border:none;color:var(--ink)}
.hero{position:relative;display:flex;align-items:flex-end;background:var(--wine-d);min-height:82vh}
.hero.img::before{content:'';position:absolute;inset:0;background-size:cover;background-position:center 35%;opacity:.62}
.hero::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,10,6,.35),rgba(20,10,6,.85))}
.hero .inner{position:relative;z-index:2;padding:150px 0 80px;color:var(--ivory);width:100%}
.hero .eyebrow{color:#E9C77E}
.hero h1{font-size:clamp(34px,6vw,60px);line-height:1.08;margin:16px 0 18px;max-width:780px}
.hero p{font-size:17px;color:#EFE6D2;max-width:520px;margin-bottom:32px}
.cta-row{display:flex;gap:14px;flex-wrap:wrap}
.meta{margin-top:48px;padding-top:22px;border-top:1px solid rgba(255,253,248,.25);display:flex;gap:28px;flex-wrap:wrap;font-size:13px;color:#DCD0B4}
section{padding:88px 0}
.head{text-align:center;max-width:640px;margin:0 auto 50px}
.head h2{font-size:clamp(28px,4vw,40px);margin:12px 0 14px}
.head p{color:var(--ink-soft);font-size:15.5px}
.dv{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}
.dv b{width:44px;height:1px;background:var(--line);display:block}
.dv span{color:var(--gold-d);font-size:14px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px}
.card{background:var(--ivory);border:1px solid var(--line);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}
.card:hover{transform:translateY(-6px);box-shadow:0 18px 34px -18px rgba(54,42,27,.35)}
.card .ph{height:210px;overflow:hidden}
.card .ph img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.card:hover .ph img{transform:scale(1.06)}
.card .bd{padding:26px 24px 28px;flex:1;display:flex;flex-direction:column}
.card h3{font-size:23px;margin-bottom:9px}
.card p{font-size:14.5px;color:var(--ink-soft);flex:1;margin-bottom:16px}
.card .tag{font-size:11.5px;letter-spacing:.06em;color:var(--gold-d);text-transform:uppercase;margin-bottom:6px}
.card .more{font-size:13px;letter-spacing:.05em;color:var(--wine);border-bottom:1px solid var(--wine);align-self:flex-start;padding-bottom:2px}
.feat{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px 34px;max-width:900px;margin:0 auto}
.feat div{display:flex;gap:12px;font-size:15px;color:var(--ink-soft);align-items:flex-start}
.feat i{font-style:normal;font-size:17px}
.band{background:var(--wine-d);color:var(--ivory)}
.band .head h2,.band h3{color:var(--ivory)}
.band .head p{color:#E8D6DC}
.band .dv b{background:rgba(255,253,248,.3)}.band .dv span{color:#E6B9C4}
.rent{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px;margin-bottom:42px}
.rent .box{background:rgba(255,253,248,.06);border:1px solid rgba(255,253,248,.18);border-radius:4px;padding:32px 28px}
.rent h3{font-size:24px;margin-bottom:5px}
.rent .sub{font-size:13px;color:#E6B9C4;margin-bottom:20px}
.row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(255,253,248,.14);font-size:14.5px}
.row:last-of-type{border-bottom:none}
.row b{font-weight:500}
.note{margin-top:16px;font-size:12.5px;color:#D8B9C1}
.two{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
@media(max-width:820px){.two{grid-template-columns:1fr;gap:34px}}
.two h2{font-size:clamp(26px,3.6vw,36px);margin-bottom:18px}
.two p{color:var(--ink-soft);margin-bottom:14px;font-size:15.5px}
.sign{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:19px;color:var(--gold-d);margin-top:18px}
.gal{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.gal img{width:100%;height:240px;object-fit:cover;border-radius:3px}
@media(max-width:760px){.gal{grid-template-columns:1fr 1fr}}
#loc{background:var(--cream2)}
.locg{display:grid;grid-template-columns:1.05fr 1fr;gap:44px}
@media(max-width:860px){.locg{grid-template-columns:1fr}}
.locbox{background:var(--ivory);border:1px solid var(--line);border-radius:4px;padding:36px}
.locbox h3{font-size:25px;margin-bottom:18px}
.lrow{display:flex;gap:13px;padding:13px 0;border-bottom:1px solid var(--line)}
.lrow:last-of-type{border-bottom:none}
.lrow i{font-style:normal;color:var(--gold-d);width:20px;flex-shrink:0}
.lrow b{display:block;font-size:14px;margin-bottom:2px;font-weight:500}
.lrow span{font-size:13.5px;color:var(--ink-soft)}
.map{border-radius:4px;overflow:hidden;border:1px solid var(--line);min-height:330px}
.map iframe{width:100%;height:100%;min-height:330px;border:0;display:block}
.final{background:var(--wine-d);color:var(--ivory);text-align:center}
.final h2{color:var(--ivory);font-size:clamp(26px,4vw,36px);margin-bottom:12px}
.final p{color:#EFE6D2;margin-bottom:24px}
footer{background:var(--ink);color:#D9CBAF;padding:62px 0 26px}
.ftop{display:flex;justify-content:space-between;flex-wrap:wrap;gap:36px;margin-bottom:42px}
.fbrand{display:flex;align-items:center;gap:11px;font-family:'Cormorant Garamond',serif;font-size:21px;letter-spacing:.18em;color:var(--ivory)}
.fbrand img{width:38px;height:38px;border-radius:50%}
.ftag{font-size:13px;color:#B7A886;margin-top:7px;font-style:italic;font-family:'Cormorant Garamond',serif}
.fcols{display:flex;gap:46px;flex-wrap:wrap}
.fcol h4{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:#B7A886;margin-bottom:12px;font-family:'Jost',sans-serif;font-weight:500}
.fcol a{display:block;font-size:14px;color:#D9CBAF;margin-bottom:9px}
.fcol a:hover{color:var(--gold)}
.fbot{border-top:1px solid rgba(217,203,175,.15);padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12px;color:#8C7C5C}
.float{position:fixed;bottom:22px;right:22px;z-index:800;background:var(--wine);color:var(--ivory);width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px -8px rgba(107,33,49,.55);font-size:26px}
.rv{opacity:0;transform:translateY(22px);transition:opacity .7s,transform .7s}
.rv.on{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.rv{opacity:1;transform:none;transition:none}.card{transition:none}}