:root{--bg:#EFE7D6;--surface:#F8F3E7;--band:#E7DDC7;--ink:#1B1A24;--plum:#352B3A;
--mauve:#6A4B57;--brass:#B78A67;--rule:#D8CDB6;--muted:#6E655E;--body:#4A433E}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);
font-family:Spectral,Georgia,'Times New Roman',serif;font-size:17px;line-height:1.68;
-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--mauve);text-decoration:none}
a:hover{color:var(--plum)}
.wrap{max-width:1200px;margin:0 auto;padding:0 72px}
.disp{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;letter-spacing:-.01em}
.eyebrow{font-size:12px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--mauve)}
.rule{height:1px;background:var(--rule);border:0;margin:0}
.mast{display:flex;align-items:center;justify-content:space-between;padding:26px 0;border-bottom:1px solid var(--rule)}
.mark{font-family:'Cormorant Garamond',Georgia,serif;font-size:21px;font-weight:600;
letter-spacing:.30em;text-transform:uppercase;color:var(--ink)}
.mastnav{display:flex;gap:34px;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#5E5651}
.hero{display:flex;gap:56px;align-items:center;padding:68px 0 60px}
.hero-img{width:512px;flex:0 0 auto}
.hero-txt{display:flex;flex-direction:column;gap:22px;flex:1 1 auto}
h1{margin:0;font-size:56px;line-height:1.06;text-wrap:pretty}
h2{margin:0;font-size:38px;line-height:1.14}
.lede{margin:0;font-size:18px;color:var(--body);max-width:44ch}
.price{display:flex;align-items:baseline;gap:14px}
.price b{font-family:'Cormorant Garamond',Georgia,serif;font-size:44px;font-weight:600}
.price span{font-size:14px;color:#5E5651}
.cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;
padding:19px 26px;min-height:44px;background:var(--plum);color:var(--bg);font-size:15px;
font-weight:600;letter-spacing:.16em;text-transform:uppercase;border:0;width:300px}
.cta:hover{background:#241F1C;color:var(--bg)}
.cta.alt{background:var(--brass);color:#241F1C;width:auto;white-space:nowrap}
.cta.alt:hover{background:#C79B77;color:#241F1C}
.note{font-size:13.5px;color:var(--muted)}
.specs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.spec{display:flex;flex-direction:column;gap:9px;padding:34px 28px;border-right:1px solid var(--rule)}
.spec:first-child{padding-left:0}
.spec:last-child{padding-right:0;border-right:0}
.spec b{font-size:16px;font-weight:600}
.spec span{font-size:13.5px;color:var(--muted);line-height:1.5}
.sec{padding:62px 0 56px}
.sec-head{display:flex;flex-direction:column;gap:12px;margin-bottom:38px}
.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
.piece{display:flex;flex-direction:column;gap:12px}
.piece img{border:1px solid var(--rule)}
.piece figcaption{font-size:13.5px;line-height:1.5;color:#5E5651}
.pcard{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:22px;
background:var(--surface);border:1px solid var(--rule)}
.pcard b{font-family:'Cormorant Garamond',Georgia,serif;font-size:27px;font-weight:600;
line-height:1.2;color:var(--plum)}
.pcard span{font-size:13.5px;line-height:1.6;color:#5E5651}
.band{background:var(--band);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.room{display:flex;gap:56px;align-items:center;padding:56px 0 62px}
.room-txt{display:flex;flex-direction:column;gap:20px;flex:1 1 auto}
.room-txt p{margin:0;color:var(--body);max-width:46ch}
.room-img{width:520px;flex:0 0 auto}
.room-img img{border:1px solid #CFC2A8}
.cols2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;padding:62px 0 56px}
.col{display:flex;flex-direction:column;gap:20px}
.list{display:flex;flex-direction:column;gap:13px;font-size:16px;line-height:1.6;color:var(--body)}
.li{display:flex;gap:13px}
.li i{color:var(--brass);font-style:normal}
.steps{display:flex;flex-direction:column;gap:16px}
.step{display:flex;gap:15px;align-items:flex-start}
.step i{font-family:'Cormorant Garamond',Georgia,serif;font-size:22px;color:var(--brass);
font-style:normal;width:22px;line-height:1.6;flex:0 0 auto}
.step span{font-size:16px;line-height:1.6;color:var(--body)}
.close{display:flex;align-items:center;justify-content:space-between;gap:48px;
padding:46px 72px;background:var(--plum)}
.close b{font-family:'Cormorant Garamond',Georgia,serif;font-size:34px;font-weight:600;color:var(--bg)}
.close span{font-size:15px;color:#C3B49C}
.fine{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 56px;
font-size:13px;line-height:1.65;color:var(--muted)}
.foot{display:flex;justify-content:space-between;align-items:center;font-size:12.5px;
letter-spacing:.12em;text-transform:uppercase;color:#8A7F74}
.cat{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}
.card{display:flex;flex-direction:column;gap:13px}
.card img{border:1px solid var(--rule)}
.card b{font-family:'Cormorant Garamond',Georgia,serif;font-size:22px;font-weight:600;
line-height:1.25;color:var(--ink)}
.card span{font-size:14px;color:var(--muted)}
@media(max-width:900px){
.wrap{padding:0 22px}
.hero,.room{flex-direction:column;gap:24px;padding:28px 0 34px;align-items:stretch}
.hero-img,.room-img{width:auto}
.hero-txt{gap:18px}
h1{font-size:38px}h2{font-size:30px}
.lede,.room-txt p{max-width:none;font-size:16px}
.cta{width:100%}
.specs{grid-template-columns:repeat(2,minmax(0,1fr))}
.spec{padding:24px 16px 24px 0;border-right:0}
.spec:nth-child(odd){padding-left:0}
.spec:nth-child(even){padding-left:16px}
.sec{padding:34px 0 30px}
.sec-head{margin-bottom:22px}
.grid4{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.cols2{grid-template-columns:1fr;gap:30px;padding:34px 0}
.close{flex-direction:column;align-items:stretch;gap:18px;padding:32px 22px;text-align:left}
.close b{font-size:27px}
.cta.alt{width:100%}
.fine{grid-template-columns:1fr}
.foot{flex-direction:column;gap:8px;text-align:center}
.cat{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
}
