:root{--color-bg: #f6f1ea;--color-text: #131210;--color-surface: #fafafa;--color-line: #cdc0b1;--color-deep: #231c1a;--color-muted: #3c3121;--shadow-soft: 0 1.4rem 3.2rem rgb(19 18 16 / .16);--font-display: "Libre Baskerville", Georgia, "Times New Roman", serif;--font-body: "Host Grotesk", Lato, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--page-gutter: clamp(1rem, 3.4vw, 3rem);--content-width: min(86rem, calc(100% - var(--page-gutter) * 2))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);overflow-x:clip;text-rendering:optimizeLegibility}img,svg{display:block}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3{margin:0;font-family:var(--font-display);font-weight:400;letter-spacing:0}p{margin:0}.site-header{position:fixed;top:1rem;left:50%;z-index:30;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,2.4vw,2rem);width:var(--content-width);min-height:4.6rem;padding:.65rem .8rem .65rem 1.1rem;background:color-mix(in srgb,var(--color-bg) 91%,transparent);border:1px solid color-mix(in srgb,var(--color-line) 78%,transparent);transform:translate(-50%);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center}.brand img{width:clamp(8.25rem,12vw,11rem);height:auto}.primary-nav,.header-actions,.site-footer nav,.footer-contact{display:flex;flex-wrap:wrap;gap:.25rem .9rem;align-items:center}.primary-nav{justify-content:center;min-width:0}.primary-nav a,.site-footer a{position:relative;font-size:.86rem;line-height:1.1}.primary-nav a:after,.site-footer a:after,.section-heading a:after{content:"";position:absolute;right:0;bottom:-.34rem;left:0;height:1px;background:currentColor;opacity:0;transform:scaleX(.4);transition:opacity .16s ease,transform .16s ease}.primary-nav a:hover:after,.site-footer a:hover:after,.section-heading a:hover:after{opacity:1;transform:scaleX(1)}.header-actions{justify-content:flex-end}.utility-link{display:inline-grid;place-items:center;width:2.15rem;height:2.15rem;border:1px solid color-mix(in srgb,var(--color-line) 86%,transparent);color:var(--color-muted)}.utility-link svg,.footer-contact svg{width:1rem;height:1rem}.utility-link svg{fill:currentColor}.utility-link-instagram svg,.utility-link-map svg{fill:none;stroke:currentColor;stroke-width:1.75}.utility-link-youtube .icon-cutout,.utility-link-map .icon-cutout{fill:var(--color-bg);stroke:none}.utility-link:hover{background:var(--color-deep);color:var(--color-bg)}.utility-link-phone{display:inline-flex;width:auto;min-width:max-content;gap:.45rem;padding:0 .7rem;font-size:.86rem}.booking-link,.booking-bar button{border:1px solid var(--color-text);text-transform:uppercase;letter-spacing:.08em;background:var(--color-text);color:var(--color-bg);font:700 .72rem / 1 var(--font-body)}.booking-link{display:inline-grid;min-height:2.15rem;place-items:center;padding:0 1rem}.booking-link:hover,.booking-bar button:hover{background:var(--color-muted);border-color:var(--color-muted)}.page-hero{position:relative;min-height:92svh;display:grid;overflow:clip;background:var(--color-deep)}.page-hero-home{min-height:100svh}.page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-tint{position:absolute;inset:0;background:linear-gradient(180deg,#1312100d,#1312101f 47%,#13121094),linear-gradient(90deg,rgb(19 18 16 / .36) 0%,transparent 50%)}.hero-copy{position:relative;z-index:2;align-self:end;width:min(42rem,calc(100% - var(--page-gutter) * 2));margin:0 auto 8.5rem;color:var(--color-surface);text-shadow:0 .2rem 1rem rgb(19 18 16 / .34)}.hero-copy h1{font-size:clamp(2.4rem,5.2vw,4.65rem);line-height:.98}.hero-copy p{max-width:33rem;margin-top:1rem;font-size:clamp(1rem,1.35vw,1.22rem);line-height:1.55}.hero-facts{display:flex;flex-wrap:wrap;gap:.75rem 1.45rem;margin:1.5rem 0 0;padding:0}.hero-facts div{display:grid;gap:.1rem;min-width:6.5rem;padding-top:.7rem;border-top:1px solid rgb(250 250 250 / .54)}.hero-facts dt{font-family:var(--font-display);font-size:1.45rem;line-height:1}.hero-facts dd{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.booking-bar{position:absolute;left:50%;bottom:2rem;z-index:3;display:grid;grid-template-columns:minmax(9rem,1fr) 1rem minmax(9rem,1fr) minmax(5rem,.48fr) minmax(7rem,.7fr);align-items:stretch;width:min(48rem,calc(100% - var(--page-gutter) * 2));min-height:5.4rem;padding:.65rem;background:var(--color-bg);color:var(--color-text);box-shadow:var(--shadow-soft);transform:translate(-50%)}.booking-date,.booking-guests{position:relative;display:grid;place-items:center;min-width:0;cursor:pointer}.booking-date input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.booking-date-text{display:grid;gap:.22rem;place-items:center;text-align:center;pointer-events:none}.booking-date-label,.booking-guests span{text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;color:color-mix(in srgb,var(--color-text) 68%,transparent)}.booking-date-placeholder,.booking-guests select{font-family:var(--font-display);font-size:1.28rem;color:var(--color-muted);line-height:1}.booking-guests{gap:.25rem;border-left:1px solid color-mix(in srgb,var(--color-line) 70%,transparent)}.booking-guests select{width:100%;border:0;background:transparent;text-align:center;text-align-last:center;appearance:none}.booking-bar button{border-radius:0;cursor:pointer}.booking-separator{position:relative}.booking-separator:before{content:"";position:absolute;top:50%;left:50%;width:1px;height:2.2rem;background:color-mix(in srgb,var(--color-line) 88%,transparent);transform:translate(-50%,-50%)}.content-section,.related-section,.gallery-section,.booking-section,.home-editorial,.feature-section{width:var(--content-width);margin:clamp(4rem,8vw,7.5rem) auto}.home-editorial{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(18rem,.78fr);gap:clamp(2rem,5vw,5rem);align-items:start}.home-editorial-copy,.content-body{min-width:0;font-size:clamp(1rem,1.08vw,1.13rem);line-height:1.78}.home-editorial-copy>:first-child{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.75rem);line-height:1.22}.home-editorial-copy p,.content-body p{margin:0 0 1.05rem}.home-editorial-copy h2,.content-body h2,.section-heading h2{margin:2.5rem 0 .8rem;font-size:clamp(1.55rem,2.8vw,2.55rem);line-height:1.12}.content-body{width:min(58rem,100%);margin:0 auto}.home-editorial-media{position:sticky;top:7rem;display:grid;gap:.9rem;min-width:0}.home-editorial pre,.content-body pre{max-width:100%;overflow-x:auto}.home-editorial-media img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.home-editorial-media img+img{width:72%;margin-left:auto;aspect-ratio:1 / 1}.feature-section{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--color-line);border:1px solid var(--color-line)}.feature-card{display:grid;min-height:26rem;grid-template-rows:auto 1fr auto;gap:1rem;padding:1rem;background:var(--color-bg)}.feature-card img{width:100%;aspect-ratio:1 / 1.05;object-fit:cover}.feature-card span,.related-item span{font-family:var(--font-display);font-size:clamp(1.35rem,1.9vw,1.9rem);line-height:1.05}.feature-card p{color:var(--color-muted);line-height:1.5}.feature-card:hover img,.related-item:hover img{filter:saturate(.86) contrast(1.02)}.section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.35rem}.section-heading h2{margin:0}.section-heading a{position:relative;margin-bottom:.2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.related-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(18rem,28rem);gap:1rem;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:1rem;scroll-snap-type:inline mandatory}.related-item{scroll-snap-align:start;display:grid;gap:.9rem}.related-item img{width:100%;aspect-ratio:16 / 11;object-fit:cover}.media-gallery{display:grid;grid-template-columns:1.25fr .75fr 1fr;grid-auto-rows:clamp(10rem,18vw,18rem);gap:.75rem}.media-gallery figure{margin:0}.media-gallery figure:nth-child(1),.media-gallery figure:nth-child(6){grid-row:span 2}.media-gallery img{width:100%;height:100%;object-fit:cover}.booking-section iframe{width:100%;min-height:75svh;border:1px solid var(--color-line);background:var(--color-surface)}.site-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:2rem;padding:clamp(2rem,5vw,4rem) var(--page-gutter);background:var(--color-deep);color:var(--color-bg)}.footer-brand{font-family:var(--font-display);font-size:1.7rem}.site-footer p{margin-top:.8rem;max-width:18rem;color:color-mix(in srgb,var(--color-bg) 76%,transparent);line-height:1.5}.site-footer nav,.footer-contact{align-content:start}.footer-contact a{display:inline-flex;gap:.45rem;align-items:center}.footer-contact svg{fill:currentColor}.footer-contact .icon-cutout{fill:var(--color-deep)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media(max-width:72rem){.site-header{grid-template-columns:1fr;align-items:start}.primary-nav,.header-actions{justify-content:flex-start}.hero-copy{margin-bottom:12rem}.booking-bar{bottom:1rem;grid-template-columns:minmax(7rem,1fr) .7rem minmax(7rem,1fr) minmax(4rem,.5fr)}.booking-bar button{grid-column:1 / -1;min-height:2.6rem}.feature-section{grid-template-columns:repeat(2,minmax(0,1fr))}.home-editorial{grid-template-columns:1fr}.home-editorial-media{position:static;grid-template-columns:1fr .8fr;align-items:end}.home-editorial-media img+img{width:100%}}@media(max-width:46rem){:root{--page-gutter: 1rem}.site-header{top:.75rem;width:min(100% - 1rem,38rem);grid-template-columns:minmax(0,1fr) auto;gap:.55rem .7rem;align-items:center;overflow:hidden;padding:.55rem}.brand img{width:7.25rem}.primary-nav{grid-column:1 / -1;width:100%;max-width:100%;display:flex;flex-wrap:nowrap;justify-content:start;gap:.52rem;overflow-x:auto;padding-bottom:.3rem;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.primary-nav::-webkit-scrollbar{display:none}.primary-nav a{flex:0 0 auto;font-size:.72rem;white-space:nowrap}.utility-link:not(.utility-link-phone){width:1.85rem;height:1.85rem}.utility-link-youtube{display:none}.header-actions{display:flex;flex-wrap:nowrap;width:auto;min-width:0;gap:.28rem;justify-content:end}.utility-link-phone{justify-content:center;width:1.85rem;min-width:1.85rem;padding:0}.utility-link-phone span{display:none}.booking-link{min-height:1.85rem;padding:0 .55rem;font-size:.62rem}.page-hero{min-height:48rem}.hero-copy{width:calc(100% - 2rem);margin-bottom:16rem}.hero-copy h1{font-size:clamp(2.1rem,12vw,3rem)}.hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.hero-facts div{min-width:0}.hero-facts dt{font-size:1.22rem}.hero-facts dd{font-size:.6rem}.booking-bar{grid-template-columns:1fr;width:calc(100% - 2rem);padding:.75rem}.booking-separator{display:none}.booking-date,.booking-guests{min-height:3.2rem;border-bottom:1px solid color-mix(in srgb,var(--color-line) 70%,transparent)}.booking-guests{border-left:0}.feature-section,.media-gallery,.site-footer,.home-editorial-media{grid-template-columns:1fr}.feature-card{min-height:auto}.related-scroller{grid-auto-columns:minmax(16rem,82vw)}.media-gallery{grid-auto-rows:14rem}.media-gallery figure:nth-child(1),.media-gallery figure:nth-child(6){grid-row:span 1}}
