:root{--ink:#173f3a;--sand:#f5eee3;--gold:#bd7b43;--paper:#fffdf9;--muted:#63716e;--line:#d9e0dc;--shadow:0 18px 55px #173f3a18}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:#1d2927;font:16px/1.65 system-ui,-apple-system,"Segoe UI",sans-serif}
a{color:inherit}
img{display:block;width:100%;height:100%;object-fit:cover}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;color:var(--ink);margin:.25em 0}
h1{font-size:clamp(2.7rem,7vw,6rem);letter-spacing:-.045em}
h2{font-size:clamp(2.1rem,4vw,3.6rem);letter-spacing:-.035em}
h3{font-size:1.55rem}
.skip{position:fixed;left:1rem;top:-5rem;z-index:20;background:#fff;padding:.7rem 1rem}
.skip:focus{top:1rem}
header{height:84px;display:flex;align-items:center;gap:2rem;padding:0 max(5vw,1rem);position:relative;z-index:10;background:#fffdf9ee;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;font-weight:800;color:var(--ink);line-height:1.1}
.brand small{display:block;font-size:.68em;font-weight:500;letter-spacing:.08em;text-transform:uppercase}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--ink);color:#f4d3a1;font:700 24px Georgia}
.menu{display:none}
nav{display:flex;gap:1.5rem;margin-left:auto}
nav a{text-decoration:none;font-weight:650;font-size:.92rem}
.header-cta,.button{display:inline-block;background:var(--ink);color:#fff;text-decoration:none;padding:.78rem 1.2rem;border-radius:999px;font-weight:750}
.hero,.page-hero{position:relative;min-height:calc(100svh - 84px);display:grid;place-items:end start;overflow:hidden}
.hero picture,.page-hero picture{position:absolute;inset:0}
.hero:after,.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0b211fd9 0%,#0b211f77 46%,transparent 80%)}
.hero>div,.page-hero>div{position:relative;z-index:1;color:#fff;max-width:820px;padding:clamp(2rem,7vw,7rem);padding-bottom:clamp(4rem,10vw,9rem)}
.hero h1,.page-hero h1{color:#fff}
.hero p,.page-hero p{font-size:clamp(1.05rem,2vw,1.35rem);max-width:650px}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.77rem;font-weight:800;color:#d9a469}
.actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}
.ghost{color:#fff;border:1px solid #ffffff88;padding:.75rem 1.2rem;border-radius:999px;text-decoration:none;font-weight:700}
section{padding:clamp(4rem,8vw,8rem) max(5vw,1rem)}
section>.eyebrow{color:var(--gold)}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin-top:2.5rem}
.card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.card picture{display:block;aspect-ratio:4/3}
.card div{padding:1.3rem}
.card p{color:var(--muted)}
.card a,.text-link{color:var(--ink);font-weight:800;text-underline-offset:4px}
.split{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(2rem,7vw,7rem);background:var(--sand)}
.split picture{aspect-ratio:4/3;overflow:hidden;border-radius:20px}
.page-hero{min-height:67svh}
.page-hero.compact{min-height:58svh}
.crumb{padding:1rem max(5vw,1rem);font-size:.85rem;color:var(--muted)}
.prose{max-width:850px;margin:0 auto;padding:clamp(3rem,7vw,7rem) 1rem}
.prose .lead{font-size:1.25rem;color:var(--ink)}
.prose aside{margin-top:3rem;background:var(--sand);padding:2rem;border-radius:18px}
.contact{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.contact>*{padding:2rem;border:1px solid var(--line);border-radius:16px;text-decoration:none}
.contact b,.contact span{display:block}
.contact span{color:var(--muted);margin-top:.4rem}
.map{width:100%;height:440px;border:0;border-radius:18px}
.not-found{text-align:center;min-height:70vh}
.not-found>span{font:700 clamp(6rem,20vw,14rem)/1 Georgia;color:#d6dfdc}
footer{background:#102f2b;color:#e6efec;padding:4rem max(5vw,1rem);display:grid;gap:.6rem}
footer a{width:max-content}
.sticky{display:none}
@media(max-width:900px){header{height:70px}
.menu{display:block;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:8px;padding:.55rem .8rem}
nav{display:none;position:absolute;left:0;right:0;top:70px;background:#fff;padding:1.2rem;box-shadow:var(--shadow);flex-direction:column}
nav.open{display:flex}
.header-cta{display:none}
.hero{min-height:calc(88svh - 70px)}
.cards{grid-template-columns:repeat(2,minmax(0,1fr))}
.split{grid-template-columns:1fr}
.sticky{display:flex;position:fixed;z-index:20;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:.65rem;gap:.6rem}
.sticky a{flex:1;text-align:center;text-decoration:none;background:var(--ink);color:#fff;padding:.65rem;border-radius:9px;font-weight:750}
footer{padding-bottom:6rem}
}
@media(max-width:600px){.cards,.contact{grid-template-columns:1fr}
.hero>div,.page-hero>div{padding:2rem 1rem 4rem}
.hero:after,.page-hero:after{background:linear-gradient(0deg,#0b211fe8 0%,#0b211f55 80%)}
h1{font-size:clamp(2.6rem,14vw,4.2rem)}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
}

/* Premium brand layer */
:root{--ink:#102f33;--gold:#e99016;--aqua:#65c3da;--shadow:0 22px 65px #102f3320}
body{background:linear-gradient(180deg,#fffdf9 0,#fff 45%,#faf7f1 100%)}
header{height:92px;border-bottom:1px solid #102f3312;box-shadow:0 8px 35px #102f3308;backdrop-filter:blur(14px)}
.brand-logo{width:clamp(170px,19vw,250px);height:auto;object-fit:contain}
footer .brand-logo{filter:drop-shadow(0 8px 18px #0003)}
.hero,.page-hero{border-radius:0 0 34px 34px}
.hero:after,.page-hero:after{background:linear-gradient(90deg,#071d20ec 0%,#102f33ba 44%,#102f3322 82%)}
.hero>div,.page-hero>div{max-width:900px}
.hero h1,.page-hero h1{text-shadow:0 5px 28px #0005}
.button,.header-cta{background:linear-gradient(135deg,var(--gold),#ce6b13);box-shadow:0 10px 28px #d77b2938;transition:transform .2s ease,box-shadow .2s ease}
.button:hover,.header-cta:hover{transform:translateY(-2px);box-shadow:0 15px 34px #d77b2950}
.intro-grid{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(300px,1.15fr);gap:clamp(2rem,8vw,8rem);align-items:start}
.intro-grid>div:last-child{font-size:1.08rem;color:#475a57}
.about-home{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,7vw,7rem);align-items:center;background:var(--ink);color:#dce7e4}
.about-home h2{color:#fff}
.about-home picture{height:min(620px,70vw);border-radius:180px 180px 18px 18px;overflow:hidden}
.about-home .text-link{color:#fff}
.section-copy{max-width:760px;color:var(--muted);font-size:1.08rem}
.why{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);padding-top:0;padding-bottom:0}
.why>div{background:#fff;padding:clamp(2rem,5vw,5rem)}
.why span{font:700 3rem Georgia;color:var(--aqua)}
.seo-band{background:linear-gradient(135deg,#edf7f7,#f9efe2);margin:0 max(3vw,1rem) 5rem;border-radius:28px;text-align:center}
.seo-band p{max-width:850px;margin:1.5rem auto 0;font-size:1.1rem}
.card{border:0;transition:transform .25s ease,box-shadow .25s ease}
.card:hover{transform:translateY(-6px);box-shadow:0 28px 70px #102f3328}
.card picture{overflow:hidden}.card img{transition:transform .5s ease}.card:hover img{transform:scale(1.035)}
.prose{font-size:1.06rem}.prose h2{font-size:clamp(1.8rem,3vw,2.6rem);margin-top:2.2rem}
.amenities{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem 1.5rem;padding:0;list-style:none}
.amenities li{padding:.8rem 1rem;background:#f1f6f4;border-radius:10px}
.amenities li:before{content:"✓";color:var(--gold);font-weight:900;margin-right:.65rem}
.local-note{padding:2rem;margin:3rem 0 0;border-left:4px solid var(--aqua);background:#f2f8f8}
.contact>*{display:flex;align-items:center;gap:1.2rem;background:#fff;box-shadow:0 14px 42px #102f3310;transition:transform .2s ease}
.contact>a:hover{transform:translateY(-4px)}
.contact i{display:grid;place-items:center;flex:0 0 58px;height:58px;border-radius:50%;background:#edf7f7;color:var(--ink)}
.contact svg{width:27px;height:27px;fill:currentColor}.contact small{display:block;color:#8a9693;margin-top:.25rem}.contact-intro{padding-top:2rem}
@media(max-width:900px){header{height:76px}.intro-grid,.about-home{grid-template-columns:1fr}.about-home picture{height:450px}.why{grid-template-columns:1fr}.menu{order:3}nav{top:76px}.brand-logo{width:175px}}
@media(max-width:600px){.amenities{grid-template-columns:1fr}.about-home picture{height:360px}.contact>*{padding:1.4rem}.hero,.page-hero{border-radius:0 0 20px 20px}}

/* Full viewport hero slider */
.hero.slider{height:calc(100svh - 92px);min-height:560px;padding:0;display:block;position:relative;background:#071d20}
.slides,.slide,.slide>picture,.slide>picture img,.slide-shade{position:absolute;inset:0;width:100%;height:100%}
.slide{opacity:0;visibility:hidden;transition:opacity .9s ease;z-index:0}
.slide.active{opacity:1;visibility:visible;z-index:1}
.slide>picture img{object-fit:cover}
.slide-shade{background:linear-gradient(90deg,#061b20e8 0%,#0b3038a8 45%,#0b303822 80%)}
.hero-copy{position:absolute;z-index:2;left:max(5vw,1rem);bottom:clamp(4.5rem,10vh,8rem);width:min(760px,88vw);color:#fff}
.hero-copy h1,.hero-copy h2{font-size:clamp(2.9rem,6.4vw,6.6rem);color:#fff;text-shadow:0 5px 28px #0005;letter-spacing:-.045em}
.hero-copy p{max-width:660px;font-size:clamp(1.05rem,1.7vw,1.32rem)}
.slider-ui{position:absolute;z-index:4;right:max(5vw,1rem);bottom:3rem;display:flex;align-items:center;gap:1rem}
.slider-ui>button{width:46px;height:46px;border-radius:50%;border:1px solid #ffffff80;background:#0d292b80;color:#fff;font-size:1.2rem;cursor:pointer}
.slider-dots{display:flex;gap:.5rem}.slider-dots .slider-dot{width:9px;height:9px;border:0;border-radius:99px;padding:0;background:#ffffff80;transition:width .2s ease;cursor:pointer}.slider-dots .slider-dot.active{width:30px;background:var(--gold)}
.room-gallery{padding-top:1rem}.gallery-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.gallery-head p{color:var(--muted)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:1rem}.gallery-item{border:0;padding:0;border-radius:16px;overflow:hidden;cursor:zoom-in;background:#e5ece9}.gallery-item.featured{grid-column:span 2;grid-row:span 2}.gallery-item img{transition:transform .35s ease}.gallery-item:hover img{transform:scale(1.04)}
.lightbox{width:min(1100px,94vw);height:min(760px,88vh);padding:0;border:0;border-radius:18px;overflow:hidden;background:#091a1c}.lightbox::backdrop{background:#061214e8;backdrop-filter:blur(8px)}.lightbox img{width:100%;height:100%;object-fit:contain}.lightbox button{position:absolute;z-index:2;width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:#102f33;font-size:1.5rem;cursor:pointer}.lightbox-close{right:1rem;top:1rem}.lightbox-prev{left:1rem;top:50%}.lightbox-next{right:1rem;top:50%}
@media(max-width:900px){.hero.slider{height:calc(100svh - 76px);min-height:540px}.hero-copy{bottom:5rem}.slider-ui{bottom:1.3rem}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:190px}}
@media(max-width:600px){.hero.slider{min-height:600px}.hero-copy h1,.hero-copy h2{font-size:clamp(2.7rem,14vw,4rem)}.hero-copy .actions{gap:.6rem}.hero-copy .button,.hero-copy .ghost{font-size:.9rem;padding:.65rem .85rem}.slider-ui>button{display:none}.gallery-head{display:block}.gallery-grid{grid-auto-rows:150px;gap:.6rem}.gallery-item.featured{grid-column:span 2;grid-row:span 2}}

/* Layout corrections and professional navigation/footer */
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hero.slider>.slides{position:absolute;inset:0;max-width:none!important;width:100%;height:100%;padding:0!important;color:inherit}
.hero.slider>.slider-ui{max-width:none;padding:0;color:inherit}
.card-link{display:block;height:100%;color:inherit;text-decoration:none}
.card-link>div{padding:1.3rem}.card-link span{font-weight:800;text-decoration:underline;text-underline-offset:4px}
.menu{width:48px;height:48px;padding:0;border-radius:50%;align-items:center;justify-content:center;cursor:pointer}
.menu-lines{display:grid;gap:5px}.menu-lines i{display:block;width:22px;height:2px;border-radius:2px;background:var(--ink);transition:transform .2s ease,opacity .2s ease}
.menu[aria-expanded="true"] .menu-lines i:first-child{transform:translateY(7px) rotate(45deg)}.menu[aria-expanded="true"] .menu-lines i:nth-child(2){opacity:0}.menu[aria-expanded="true"] .menu-lines i:last-child{transform:translateY(-7px) rotate(-45deg)}
.page-hero{height:clamp(520px,68vh,720px);min-height:0!important;padding:0}.page-hero>picture{position:absolute;inset:0;width:100%;height:100%}.page-hero>picture img{width:100%;height:100%;object-fit:cover}.page-hero>div{align-self:end}
footer{position:relative;overflow:hidden;padding:0;background:linear-gradient(135deg,#f8f2e9 0%,#fffdf9 55%,#eaf5f5 100%);color:var(--ink)}
footer:before{content:"";position:absolute;width:580px;height:580px;right:-170px;bottom:-220px;background:url('/assets/favicon.png') center/contain no-repeat;opacity:.035;pointer-events:none}
.footer-main{position:relative;display:grid;grid-template-columns:1.4fr .8fr .9fr 1.2fr;gap:clamp(2rem,5vw,5rem);padding:clamp(4rem,7vw,7rem) max(5vw,1rem)}
.footer-main>div{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}.footer-main h2{font:800 .8rem system-ui;text-transform:uppercase;letter-spacing:.13em;margin:1rem 0;color:#7d5b37}.footer-main a{text-decoration:none}.footer-main a:hover{text-decoration:underline;text-underline-offset:4px}
.footer-about{padding-right:2rem}.footer-about>p{max-width:390px;color:#526461}.footer-cta{display:flex;align-items:center;gap:.7rem;padding:.75rem 1rem;background:var(--ink);color:#fff!important;border-radius:99px;font-weight:750}.footer-cta svg{width:22px;height:22px;fill:currentColor}
.footer-contact{display:flex!important;align-items:flex-start;gap:.7rem;margin:0;max-width:100%;overflow-wrap:anywhere}.footer-contact svg{flex:0 0 19px;width:19px;height:19px;margin-top:.18rem;fill:var(--gold)}
.footer-bottom{position:relative;display:flex;justify-content:space-between;gap:2rem;padding:1.25rem max(5vw,1rem);border-top:1px solid #102f3318;font-size:.86rem;color:#62716e}.footer-bottom p{margin:0}.footer-bottom a{font-weight:800;color:var(--ink)}
.room-detail{max-width:850px;margin:0 auto;padding:clamp(3rem,7vw,7rem) 1rem}
.room-detail h2{font-size:clamp(1.8rem,3vw,2.6rem);margin-top:2.2rem}
.room-detail h2:first-child{margin-top:0}
.room-detail p{font-size:1.06rem}
.sticky{left:50%;right:auto;bottom:1rem;transform:translateX(-50%);width:auto;padding:.4rem;background:#fffdf9e8;border:1px solid #102f3318;border-radius:99px;box-shadow:0 12px 40px #071d2040;backdrop-filter:blur(12px)}
.sticky a{display:grid;place-items:center;flex:none;width:52px;height:52px;padding:0;border-radius:50%}.sticky a:last-child{background:#168a61}.sticky svg{width:25px;height:25px;fill:currentColor}
@media(max-width:1000px){.footer-main{grid-template-columns:1fr 1fr}.footer-about{grid-column:span 2}.page-hero{height:580px}}
@media(max-width:900px){.menu{display:flex}.hero.slider>.slides{display:block}.page-hero{height:calc(100svh - 76px);min-height:560px!important}}
@media(max-width:600px){.footer-main{grid-template-columns:1fr}.footer-about{grid-column:auto}.footer-bottom{display:block}.footer-bottom p+p{margin-top:.5rem}.page-hero{height:620px}.sticky{display:flex}.slider-ui{left:1rem;right:auto}.hero.slider>.slider-ui{display:flex}}
