
:root{--black:#050505;--black2:#090909;--black3:#0d0d0d;--gold:#d7a947;--gold2:#f1d174;--gold3:#9f6f20;--white:#f5f1e9;--muted:#aaa398;--line:rgba(215,169,71,.34);--max:1180px;--header-h:58px}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--black)}body{margin:0;overflow-x:hidden;background:var(--black);color:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}svg{display:block}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.34em;color:var(--gold2)}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;margin:0}h1 span,h2 span{color:var(--gold2)}p{color:#d1ccc4;line-height:1.7}.review-strip{min-height:34px;padding:6px 15px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:center;background:#070707;border-bottom:1px solid rgba(215,169,71,.27);font-size:.73rem;letter-spacing:.02em;position:relative;z-index:70}.review-stars,.review-strip strong{color:var(--gold2)}.review-copy{color:#a8a196}.site-header{height:var(--header-h);position:sticky;top:0;z-index:65;background:rgba(4,4,4,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(215,169,71,.85);display:grid;grid-template-columns:64px 1fr 64px;align-items:center}.header-action{width:48px;height:48px;border:0;background:transparent;color:var(--gold2);display:grid;place-items:center}.header-action svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7}.header-menu{justify-self:start;margin-left:12px}.header-book{justify-self:end;margin-right:12px}.header-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-42%);width:68px;height:68px;display:grid;place-items:center;filter:drop-shadow(0 8px 15px rgba(0,0,0,.45))}.header-logo img{width:100%;height:100%;object-fit:contain}.button{min-height:54px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:850;letter-spacing:.04em;border:1px solid var(--gold);transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.gold-button{background:linear-gradient(105deg,#b9882d,#f0d274 50%,#c69031);color:#090909;box-shadow:0 12px 34px rgba(215,169,71,.12)}.dark-button,.outline-button{background:rgba(0,0,0,.48);color:var(--white)}.text-link{font-size:.8rem;font-weight:800;color:var(--gold2);border-bottom:1px solid var(--gold);padding-bottom:5px}.gold-rule{width:86px;height:2px;background:linear-gradient(90deg,var(--gold2),var(--gold));margin:22px 0}.hero{min-height:680px;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.89) 29%,rgba(0,0,0,.54) 52%,rgba(0,0,0,.16) 78%,rgba(0,0,0,.26)),linear-gradient(0deg,rgba(0,0,0,.52),transparent 40%)}.hero-content{position:relative;z-index:2;min-height:680px;display:flex;align-items:center;padding:105px 0 54px}.hero-copy{max-width:570px}.hero h1{font-size:clamp(4rem,8vw,6.3rem);line-height:.84;margin:14px 0 0}.hero p{font-size:1.08rem;margin:0}.hero p b{color:var(--gold2)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.micro-copy{font-size:.68rem;letter-spacing:.27em;color:#d1cbc1;margin-top:23px}.feature-strip{background:#060606;border-bottom:1px solid var(--line)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr)}.feature-item{min-height:126px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;padding:15px}.feature-item+.feature-item:before{content:"";position:absolute;left:0;top:25%;height:50%;width:1px;background:rgba(255,255,255,.13)}.feature-item svg{width:31px;height:31px;fill:none;stroke:var(--gold2);stroke-width:1.5;margin-bottom:10px}.feature-item strong{font-size:.83rem}.feature-item span{font-size:.72rem;color:var(--muted);margin-top:4px}.section{padding:76px 0}.section-dark{background:#080808;border-block:1px solid rgba(215,169,71,.15)}.section-heading{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:30px}.section-heading h2,.two-col h2,.split-copy h2,.contact-panel h2{font-size:clamp(2.5rem,5vw,4.3rem);line-height:.95;margin-top:8px}.service-teasers{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.image-card{border:1px solid var(--gold);border-radius:15px;overflow:hidden;background:#090909}.image-card img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .35s}.image-card:hover img{transform:scale(1.035)}.image-card span{min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-weight:800;font-size:.86rem;letter-spacing:.04em}.image-card b{color:var(--gold2)}.split-feature{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.split-feature.reverse{grid-template-columns:.9fr 1.1fr}.split-feature.reverse .split-image{order:2}.split-image{border:1px solid var(--line);border-radius:18px;overflow:hidden}.split-image img{width:100%;height:520px;object-fit:cover}.split-copy p{max-width:560px}.gallery-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery-preview img{width:100%;height:310px;object-fit:cover;border:1px solid var(--line);border-radius:14px}.cta-band{padding:44px 0;border-block:1px solid var(--gold);background:radial-gradient(600px 180px at 20% 50%,rgba(215,169,71,.11),transparent 70%),#070707}.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{font-size:clamp(2rem,4vw,3.3rem);margin-top:8px}.page-hero{min-height:520px;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.page-hero.compact{min-height:460px}.page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.74) 42%,rgba(0,0,0,.28)),linear-gradient(0deg,rgba(0,0,0,.45),transparent)}.page-hero-copy{position:relative;z-index:2;min-height:inherit;display:flex;flex-direction:column;justify-content:center;padding-top:70px}.page-hero h1{font-size:clamp(3.5rem,7vw,5.8rem);line-height:.88;margin-top:13px}.page-hero p{font-size:1.05rem}.two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.prose p:first-child{margin-top:0}.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.info-feature{padding:28px;border:1px solid var(--line);border-radius:15px;background:#0a0a0a}.info-feature svg{width:36px;height:36px;fill:none;stroke:var(--gold2);stroke-width:1.5}.info-feature h3{font-family:Georgia,serif;font-size:1.55rem;margin:18px 0 8px}.info-feature p{margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.service-card{border:1px solid var(--line);background:#090909;border-radius:15px;overflow:hidden}.service-card img{width:100%;height:290px;object-fit:cover}.service-card>div{padding:18px}.service-card h3{margin:0;font-family:Georgia,serif;font-size:1.6rem;color:var(--gold2)}.service-card p{margin-bottom:0}.masonry-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:250px;gap:14px}.masonry-gallery figure{position:relative;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:14px}.masonry-gallery figure.wide{grid-column:span 2}.masonry-gallery figure.tall{grid-row:span 2}.masonry-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.masonry-gallery figure:hover img{transform:scale(1.03)}.masonry-gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:35px 16px 14px;background:linear-gradient(transparent,rgba(0,0,0,.86));font-weight:750}.review-hero-card{max-width:780px;text-align:center;border:1px solid var(--line);border-radius:18px;background:radial-gradient(500px 220px at 50% 0,rgba(215,169,71,.12),transparent),#090909;padding:54px 35px}.review-big-stars{font-size:2rem;letter-spacing:.18em;color:var(--gold2)}.review-hero-card h2{font-size:clamp(2.3rem,5vw,4rem);margin:14px 0}.review-hero-card p{max-width:620px;margin:0 auto 25px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}.contact-panel,.booking-card{border:1px solid var(--line);border-radius:17px;background:#090909;padding:30px}.contact-row{display:grid;grid-template-columns:36px 1fr;gap:14px;margin:24px 0}.contact-row svg{width:34px;height:34px;fill:none;stroke:var(--gold2);stroke-width:1.5}.contact-row strong,.contact-row span{display:block}.contact-row span{color:var(--muted);margin-top:5px;line-height:1.5}.booking-card{display:grid;gap:15px}.booking-card h2{font-family:Georgia,serif;font-size:2.4rem;margin:5px 0}.booking-card label{display:grid;gap:7px;font-size:.78rem;font-weight:750;color:#d9d3ca}.booking-card input,.booking-card select,.booking-card textarea{width:100%;border:1px solid rgba(215,169,71,.32);background:#060606;color:var(--white);border-radius:8px;padding:13px 14px;outline:none}.booking-card input:focus,.booking-card select:focus,.booking-card textarea:focus{border-color:var(--gold2);box-shadow:0 0 0 3px rgba(215,169,71,.08)}.form-note{font-size:.72rem;color:#8f887e;margin:0}.not-found{min-height:70vh;display:flex;align-items:center;padding:100px 0}.not-found h1{font-size:clamp(3.5rem,8vw,6.5rem);line-height:.86;margin:15px 0}.site-footer{border-top:1px solid var(--line);background:#040404;padding:35px 0 0}.footer-grid{display:grid;grid-template-columns:1fr auto auto;gap:35px;align-items:center}.footer-brand{display:flex;gap:14px;align-items:center}.footer-brand img{width:62px;height:62px;object-fit:contain}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{font-family:Georgia,serif;font-size:1.25rem}.footer-brand span{color:var(--gold2);font-size:.62rem;letter-spacing:.25em;margin-top:5px}.footer-links{display:flex;gap:22px;font-size:.78rem;color:#bcb5ab}.social-row{display:flex;gap:10px}.social{width:39px;height:39px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center}.social img{width:19px;height:19px;filter:brightness(0) saturate(100%) invert(80%) sepia(55%) saturate(650%) hue-rotate(353deg) brightness(97%) contrast(91%)}.footer-bottom{text-align:center;border-top:1px solid rgba(215,169,71,.17);margin-top:28px;padding:14px;color:#777168;font-size:.68rem}
/* Drawer matched to approved reference */
.drawer-backdrop{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.31);backdrop-filter:blur(5px) brightness(.7);-webkit-backdrop-filter:blur(5px) brightness(.7);opacity:0;visibility:hidden;transition:.24s}.drawer-backdrop.open{opacity:1;visibility:visible}.drawer{position:fixed;inset:0 auto 0 0;z-index:100;width:min(100vw,390px);height:100dvh;transform:translateX(-103%);transition:transform .34s cubic-bezier(.2,.8,.2,1);pointer-events:none;overflow:visible}.drawer.open{transform:translateX(0);pointer-events:auto}.drawer-shape{position:absolute;inset:0;z-index:1;background:radial-gradient(85% 36% at 20% 12%,rgba(255,255,255,.035),transparent 65%),linear-gradient(160deg,#0a0a0a,#050505 65%,#080808);clip-path:polygon(0 0,67% 0,50.5% 100%,0 100%);filter:drop-shadow(18px 0 30px rgba(0,0,0,.67))}.drawer-shape:before{content:"";position:absolute;left:-8px;top:14px;width:190px;height:2px;background:linear-gradient(90deg,transparent,#b9862c 15%,#f0ce6d 86%,transparent);transform:rotate(-17deg);transform-origin:left center}.drawer-shape:after{content:"";position:absolute;left:28px;bottom:18px;width:165px;height:2px;background:linear-gradient(90deg,transparent,#a97523 16%,#dfb451 85%,transparent);transform:rotate(-9deg);transform-origin:left center}.drawer-gold-edge{position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(180deg,#f3d273,#c98f2e 60%,#8a5c18);clip-path:polygon(66.6% 0,67.15% 0,51.1% 100%,50.35% 100%);filter:drop-shadow(0 0 4px rgba(215,169,71,.22))}.drawer-content{position:relative;z-index:4;height:100%;padding:24px 0 20px 43px;overflow-y:auto;overflow-x:visible;scrollbar-width:none}.drawer-content::-webkit-scrollbar{display:none}.drawer-close{position:absolute;top:18px;left:198px;width:36px;height:36px;border:0;background:none;color:var(--gold2);display:grid;place-items:center}.drawer-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5}.drawer-brand{width:190px;text-align:center;padding:12px 0 13px;position:relative}.drawer-brand:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(215,169,71,.7) 17%,rgba(215,169,71,.7) 83%,transparent)}.drawer-brand img{width:120px;height:120px;object-fit:contain;margin:auto}.drawer-brand-name{font-family:Georgia,serif;font-size:1.15rem;color:#edca73;margin-top:-7px}.drawer-brand-place{display:flex;align-items:center;gap:8px;justify-content:center;color:#caa346;font-size:.52rem;font-weight:750;letter-spacing:.29em;margin-top:5px}.drawer-brand-place span{height:1px;width:38px;background:rgba(215,169,71,.55)}.drawer-nav{width:190px;margin-top:4px}.drawer-link{height:49px;position:relative;display:grid;grid-template-columns:23px 1fr 12px;gap:9px;align-items:center;color:#e4b955}.drawer-link:after{content:"";position:absolute;left:0;right:-4px;bottom:0;height:1px;background:linear-gradient(90deg,rgba(215,169,71,.24),rgba(215,169,71,.68));transform:rotate(-2.2deg);transform-origin:left}.drawer-link-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.55}.drawer-link>span:nth-child(2){font-size:.61rem;font-weight:850;letter-spacing:.21em;white-space:nowrap}.drawer-link.active>span:nth-child(2){color:#ffe39a}.drawer-chevron{text-align:right;font-size:1rem}.drawer-book{position:relative;z-index:7;width:200px;height:56px;margin:13px 0 10px -4px;padding:0 14px;display:grid;grid-template-columns:23px 1fr 14px;gap:10px;align-items:center;background:linear-gradient(103deg,#b58227,#f0d174 50%,#c58d2d);color:#090909;clip-path:polygon(4% 10%,100% 0,96% 90%,0 100%);transform:rotate(-3deg);transform-origin:left center;font-size:.67rem;font-weight:900;letter-spacing:.14em}.drawer-book>*{transform:rotate(3deg)}.drawer-book .book-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}.drawer-footer{width:170px;margin-top:2px}.stay{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:7px;color:#c5a04d;font-size:.5rem;letter-spacing:.2em;white-space:nowrap}.stay span{height:1px;background:rgba(215,169,71,.47)}.drawer-socials{justify-content:center;margin:9px 0 11px}.drawer-socials .social{width:31px;height:31px}.drawer-socials .social img{width:14px;height:14px}.drawer-tagline{font-family:cursive;font-style:italic;color:#e9bd58;text-align:center;font-size:1rem;line-height:1.05;transform:rotate(-4deg);margin-top:8px}.drawer-small{text-align:center;color:#a98d54;font-size:.44rem;letter-spacing:.23em;line-height:1.55;margin-top:9px}
@media(max-height:690px){.drawer-content{padding-top:13px}.drawer-brand img{width:95px;height:95px}.drawer-brand-name{font-size:1rem}.drawer-link{height:43px}.drawer-book{height:50px;margin-top:8px}.drawer-footer{margin-top:0}.drawer-tagline{font-size:.86rem}.drawer-socials{margin-block:6px}.drawer-close{top:10px}}
@media(max-width:780px){.container{width:min(var(--max),calc(100% - 28px))}.review-strip{font-size:.66rem;gap:6px}.review-copy{display:none}.header-logo{width:62px;height:62px}.hero{min-height:620px}.hero-content{min-height:620px;padding:112px 0 46px}.hero-image{object-position:58% center}.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.91) 38%,rgba(0,0,0,.46) 73%,rgba(0,0,0,.24)),linear-gradient(0deg,rgba(0,0,0,.56),transparent 43%)}.hero h1{font-size:3.55rem}.hero-copy{max-width:325px}.hero p{font-size:.92rem}.hero-actions{gap:8px}.button{min-height:50px;padding-inline:18px;font-size:.85rem}.feature-item{min-height:100px;padding:12px 5px}.feature-item span{display:none}.feature-item strong{font-size:.68rem}.feature-item svg{width:25px;height:25px}.section{padding:54px 0}.section-heading h2,.two-col h2,.split-copy h2,.contact-panel h2{font-size:2.55rem}.service-teasers{gap:8px}.image-card span{padding-inline:9px;font-size:.67rem;min-height:47px}.split-feature,.split-feature.reverse,.two-col,.contact-grid{grid-template-columns:1fr;gap:28px}.split-feature.reverse .split-image{order:0}.split-image img{height:360px}.gallery-preview{gap:8px}.gallery-preview img{height:190px}.feature-cards,.service-grid{grid-template-columns:1fr}.service-card{display:grid;grid-template-columns:130px 1fr}.service-card img{height:100%;min-height:175px}.masonry-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:190px}.masonry-gallery figure.wide{grid-column:span 2}.cta-band-inner{align-items:flex-start;flex-direction:column}.page-hero,.page-hero.compact{min-height:400px}.page-hero-copy{padding-top:85px}.page-hero h1{font-size:3.5rem}.footer-grid{grid-template-columns:1fr auto}.footer-links{display:none}}
@media(max-width:420px){:root{--header-h:56px}.site-header{grid-template-columns:56px 1fr 56px}.header-menu{margin-left:4px}.header-book{margin-right:4px}.header-logo{width:58px;height:58px}.hero h1{font-size:3.1rem}.service-teasers{grid-template-columns:repeat(3,1fr)}.gallery-preview img{height:160px}.masonry-gallery{grid-template-columns:1fr}.masonry-gallery figure.wide{grid-column:auto}.masonry-gallery figure.tall{grid-row:auto}.footer-grid{grid-template-columns:1fr}.footer-socials{justify-content:flex-start}.review-hero-card{padding:38px 20px}.service-card{grid-template-columns:112px 1fr}.service-card>div{padding:14px}.service-card h3{font-size:1.3rem}.drawer{width:100vw}}
