:root{--forest:#173b2c;--forest-deep:#0c281d;--gold:#c9a15d;--cream:#f4efe4;--ink:#18231d;--white:#fff;--serif:"Cormorant Garamond",serif;--sans:"Manrope",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7}img{display:block;width:100%}a{color:inherit;text-decoration:none}.site-header{position:fixed;z-index:20;top:0;left:0;width:100%;height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,72px);color:#fff;transition:.4s;background:linear-gradient(180deg,rgba(0,0,0,.45),transparent)}.site-header.scrolled{height:76px;background:rgba(12,40,29,.94);backdrop-filter:blur(12px);box-shadow:0 6px 30px rgba(0,0,0,.12)}.brand img{width:112px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25))}.menu{display:flex;gap:32px;align-items:center}.menu a{font-size:.84rem;letter-spacing:.08em;text-transform:uppercase;position:relative}.menu a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:1px;background:var(--gold);transition:.3s}.menu a:hover:after,.menu a:focus-visible:after{width:100%}.menu-button{display:none;background:none;border:0;width:42px;height:42px;padding:10px}.menu-button span{display:block;height:1px;background:#fff;margin:7px 0}.hero{min-height:100svh;position:relative;display:grid;align-items:end;overflow:hidden;color:#fff}.hero-image{position:absolute;inset:0;height:100%;object-fit:cover;animation:heroZoom 14s ease-out both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,25,18,.78) 0%,rgba(7,25,18,.28) 58%,rgba(7,25,18,.12)),linear-gradient(0deg,rgba(7,25,18,.65),transparent 60%)}.hero-content{position:relative;z-index:2;max-width:820px;padding:180px clamp(24px,8vw,120px) 110px}.eyebrow,.section-kicker{margin:0 0 18px;color:#e0c58e;text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:600}.eyebrow.dark{color:#856a38}.hero h1,.section h2,.reserve h2{font-family:var(--serif);font-weight:500;line-height:.96;margin:0}.hero h1{font-size:clamp(3.4rem,7vw,7.2rem);max-width:760px}.hero-content>p:not(.eyebrow){max-width:580px;font-size:clamp(1rem,1.5vw,1.25rem);margin:28px 0 38px;color:rgba(255,255,255,.88)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;font-size:.77rem;transition:.3s}.button-gold{background:var(--gold);color:#10271d}.button-gold:hover{background:#dfbf80;transform:translateY(-2px)}.scroll-cue{position:absolute;z-index:3;right:clamp(24px,5vw,72px);bottom:44px;font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;display:flex;align-items:center;gap:14px}.scroll-cue span{display:block;width:42px;height:1px;background:var(--gold)}.section{padding:clamp(90px,11vw,160px) clamp(24px,8vw,120px)}.intro{background:var(--cream)}.intro-grid{display:grid;grid-template-columns:1.05fr .8fr;gap:clamp(50px,10vw,150px);align-items:start}.intro h2,.section-heading h2,.occasion h2{font-size:clamp(2.8rem,5vw,5rem)}.intro-copy p{margin:0 0 22px;color:#4a564f}.feature-image{height:min(82vh,850px);position:relative;overflow:hidden;margin:0 clamp(18px,4vw,64px)}.feature-image img{height:100%;object-fit:cover}.feature-caption{position:absolute;left:clamp(24px,6vw,84px);bottom:clamp(24px,6vw,72px);background:rgba(12,40,29,.9);color:#fff;padding:28px 34px;max-width:480px;backdrop-filter:blur(8px)}.feature-caption span{display:block;color:#d9bd83;text-transform:uppercase;letter-spacing:.18em;font-size:.68rem;margin-bottom:5px}.feature-caption strong{font:500 clamp(1.5rem,2.4vw,2.3rem)/1.1 var(--serif)}.structure{background:#ebe4d7}.section-heading{max-width:740px;margin-bottom:70px}.section-heading>p:last-child{max-width:590px;color:#59635e}.amenities{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(23,59,44,.22)}.amenity{padding:32px 28px 22px 0;border-right:1px solid rgba(23,59,44,.22);margin-right:28px}.amenity:last-child{border:0;margin-right:0}.amenity span{color:#9a7b43;font:500 1.2rem var(--serif)}.amenity h3{font:600 1.55rem var(--serif);margin:28px 0 10px}.amenity p{color:#5a645f;font-size:.92rem;line-height:1.6}.gallery{background:var(--forest-deep);color:#fff}.section-heading.light{margin-left:auto;margin-right:auto;text-align:center}.section-heading.light .eyebrow{color:#d7b978}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-item{position:relative;overflow:hidden;aspect-ratio:1;margin:0;background:#183e2e}.gallery-item img{height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.gallery-item:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(0,0,0,.55))}.gallery-item:hover img{transform:scale(1.045)}.gallery-item figcaption{position:absolute;z-index:2;bottom:20px;left:22px;text-transform:uppercase;letter-spacing:.16em;font-size:.7rem}.occasion{display:grid;grid-template-columns:1fr 1fr;gap:clamp(50px,8vw,110px);align-items:center}.occasion-image{aspect-ratio:1;overflow:hidden}.occasion-image img{height:100%;object-fit:cover}.occasion-copy p:not(.eyebrow){color:#53605a;max-width:590px}.text-link{display:inline-flex;gap:18px;margin-top:20px;color:#6e552b;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:600}.text-link span{transition:.3s}.text-link:hover span{transform:translateX(6px)}.reserve{position:relative;min-height:80vh;color:#fff;display:grid;place-items:center;text-align:center;overflow:hidden;padding:100px 24px}.reserve>img,.reserve-shade{position:absolute;inset:0;height:100%;object-fit:cover}.reserve-shade{background:rgba(7,28,20,.68)}.reserve-content{position:relative;z-index:2;max-width:760px}.reserve h2{font-size:clamp(3.2rem,6vw,6rem)}.reserve-content>p:not(.eyebrow){max-width:600px;margin:25px auto 36px;color:rgba(255,255,255,.85)}.reserve small{display:block;margin-top:22px;color:rgba(255,255,255,.65);font-size:.76rem}footer{background:#091d15;color:rgba(255,255,255,.72);padding:55px clamp(24px,6vw,90px);display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:36px;font-size:.85rem}footer img{width:130px}footer p{margin:0}footer a{color:#d2b373}.copyright{justify-self:end}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}@keyframes heroZoom{from{transform:scale(1.05)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-image{animation:none}.reveal{opacity:1;transform:none;transition:none}.gallery-item img{transition:none}}
@media(max-width:900px){.site-header{height:78px}.brand img{width:96px}.menu-button{display:block;position:relative;z-index:2}.menu{position:fixed;inset:0;background:var(--forest-deep);display:flex;flex-direction:column;justify-content:center;gap:28px;transform:translateX(100%);transition:.45s}.menu.open{transform:none}.menu a{font:500 2rem var(--serif);text-transform:none;letter-spacing:0}.hero-content{padding-bottom:100px}.scroll-cue{display:none}.intro-grid,.occasion{grid-template-columns:1fr}.amenities{grid-template-columns:1fr 1fr}.amenity:nth-child(2){border-right:0}.gallery-grid{grid-template-columns:1fr 1fr}footer{grid-template-columns:110px 1fr}.copyright{grid-column:1/-1;justify-self:start}.feature-image{height:70vh}}
@media(max-width:560px){.hero h1{font-size:3.45rem}.hero-content{padding-top:140px}.section{padding-top:90px;padding-bottom:90px}.intro h2,.section-heading h2,.occasion h2{font-size:2.75rem}.feature-image{margin:0;height:68vh}.feature-caption{left:16px;right:16px;bottom:16px;padding:22px}.amenities{grid-template-columns:1fr}.amenity{border-right:0;border-bottom:1px solid rgba(23,59,44,.2);margin-right:0;padding:26px 0}.gallery-grid{grid-template-columns:1fr}.gallery-item:nth-child(n+5){display:none}.occasion{gap:42px}footer{grid-template-columns:1fr}footer img{width:110px}.copyright{grid-column:auto}}

/* Refined brand and hero system */
:root{--serif:"Bodoni Moda",serif;--sans:"Montserrat",sans-serif}
.site-header{height:118px;padding:8px clamp(32px,6vw,88px);background:linear-gradient(180deg,rgba(8,29,21,.82),rgba(8,29,21,.36) 72%,transparent);border-top:2px solid rgba(201,161,93,.72)}
.site-header.scrolled{height:88px;padding-top:4px;padding-bottom:4px;background:rgba(12,40,29,.96);backdrop-filter:blur(14px);box-shadow:0 8px 34px rgba(0,0,0,.14)}
.brand{display:flex;align-items:center}
.brand img{width:154px;height:98px;object-fit:contain;filter:drop-shadow(0 3px 10px rgba(0,0,0,.32));transition:.4s}
.site-header.scrolled .brand img{width:126px;height:76px}
.menu{gap:38px}
.menu a{font-size:.72rem;font-weight:500;letter-spacing:.16em}
.hero-shade{background:linear-gradient(90deg,rgba(7,25,18,.82) 0%,rgba(7,25,18,.48) 46%,rgba(7,25,18,.08) 78%),linear-gradient(0deg,rgba(7,25,18,.7),transparent 58%)}
.hero-content{max-width:760px;padding:190px clamp(32px,8vw,120px) 104px}
.eyebrow,.section-kicker{margin-bottom:22px;color:#dfbd79;letter-spacing:.24em;font-size:.69rem}
.hero h1{font-size:clamp(3.4rem,5.9vw,6.15rem);max-width:720px;letter-spacing:-.035em;line-height:1.02;text-wrap:balance}
.hero-content>p:not(.eyebrow){max-width:560px;font-size:clamp(.98rem,1.25vw,1.12rem);margin:30px 0 36px;line-height:1.8}
.button{min-height:52px;padding:0 28px;letter-spacing:.14em;font-size:.68rem}
@media(max-width:900px){.site-header{height:92px;padding:4px 22px}.brand img{width:118px;height:82px}.site-header.scrolled{height:78px}.site-header.scrolled .brand img{width:104px;height:70px}}
@media(max-width:560px){.hero h1{font-size:3.05rem;letter-spacing:-.045em}.hero h1 br{display:none}}

/* Organic hospitality typography */
:root{--serif:"Marcellus",serif;--sans:"Manrope",sans-serif}
.hero h1,.section h2,.reserve h2{font-weight:400;letter-spacing:-.018em}
.hero h1{font-size:clamp(3.25rem,5.35vw,5.75rem);line-height:1.07;max-width:760px}
.intro h2,.section-heading h2,.occasion h2{line-height:1.08}
.menu a{font-family:var(--sans);font-weight:600;letter-spacing:.13em}
.hero-content>p:not(.eyebrow),.intro-copy,.occasion-copy{font-family:var(--sans)}
.gallery-item img,.feature-image img,.occasion-image img,.reserve>img,.hero-image{image-rendering:auto}
@media(max-width:560px){.hero h1{font-size:2.9rem;line-height:1.08;letter-spacing:-.025em}}

/* Descriptive amenity icons */
.amenity-icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(154,123,67,.38);border-radius:50%;color:#9a7b43;background:rgba(255,255,255,.18)}
.amenity-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.amenity h3{margin-top:24px}
.amenity:hover .amenity-icon{color:#72572b;border-color:#9a7b43;background:rgba(201,161,93,.11);transform:translateY(-3px)}
.amenity-icon{transition:transform .35s ease,color .35s ease,border-color .35s ease,background .35s ease}

/* Desktop fit and fluid section safeguards */
body{overflow-x:hidden}
main,section,.intro-grid,.amenities,.gallery-grid,.occasion{min-width:0}
h1,h2,h3,p{overflow-wrap:normal}
@media(min-width:901px){
  .hero{height:100svh;min-height:680px;max-height:980px;align-items:center}
  .hero-content{width:min(50vw,820px);max-width:none;padding:132px 0 54px clamp(56px,7.8vw,148px)}
  .hero h1{font-size:clamp(3.7rem,4.45vw,5.3rem);line-height:1.06;max-width:820px;white-space:normal}
  .hero-content>p:not(.eyebrow){margin:22px 0 28px;line-height:1.65}
  .eyebrow,.section-kicker{margin-bottom:16px}
  .site-header{height:104px}
  .brand img{width:138px;height:88px}
  .scroll-cue{bottom:28px}
}
@media(min-width:901px) and (max-width:1280px){
  .hero-content{width:55vw;padding-left:5vw}
  .hero h1{font-size:clamp(3.35rem,5vw,4.45rem)}
  .menu{gap:24px}
  .site-header{padding-left:4vw;padding-right:4vw}
}
@media(min-width:901px) and (max-height:800px){
  .hero{min-height:640px}
  .hero-content{padding-top:108px;padding-bottom:36px}
  .hero h1{font-size:clamp(3.2rem,4.15vw,4.7rem)}
  .hero-content>p:not(.eyebrow){margin:18px 0 22px}
  .site-header{height:88px}
  .brand img{width:118px;height:74px}
}
@media(min-width:901px) and (max-height:680px){
  .hero h1{font-size:clamp(2.85rem,3.7vw,4.05rem)}
  .hero-content{padding-top:92px;padding-bottom:28px}
  .scroll-cue{display:none}
}
@media(min-width:901px) and (max-width:1180px){
  .amenities{grid-template-columns:repeat(2,1fr)}
  .amenity:nth-child(2){border-right:0;margin-right:0}
  .amenity:nth-child(-n+2){border-bottom:1px solid rgba(23,59,44,.22);padding-bottom:34px}
  .amenity:nth-child(n+3){padding-top:34px}
}

/* High-definition experience image framing */
.feature-image img{object-position:center 56%;filter:saturate(.94) contrast(1.025)}
.feature-image:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(8,30,22,.12),transparent 44%)}
.feature-caption{z-index:2;box-shadow:0 24px 60px rgba(4,20,14,.18)}
@media(min-width:901px){.feature-image{height:min(76vh,780px);min-height:560px}}
@media(max-width:900px){.feature-image img{object-position:center 50%}}

/* Premium night image visibility for the reservation block */
.reserve-shade{background:linear-gradient(90deg,rgba(5,24,17,.58),rgba(5,24,17,.48) 50%,rgba(5,24,17,.58))}
