
:root{
  --bg:#f7f3eb; --cream:#fffaf1; --text:#102829; --muted:#637374; --deep:#082f31; --deep2:#0e5e63; --teal:#17878b; --gold:#d8b06a; --gold2:#f0d28d; --line:rgba(10,48,50,.12); --shadow:0 22px 55px rgba(8,47,49,.12); --radius:28px; --wrap:min(1180px,calc(100% - 28px));
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden} img{display:block;max-width:100%} a{text-decoration:none;color:inherit} h1,h2,h3{font-family:'Cormorant Garamond',Georgia,serif;letter-spacing:-.035em;line-height:.95;margin:0;font-weight:700;text-wrap:balance} p{margin:0} ul{margin:0;padding:0;list-style:none}.svg-sprite{position:absolute;inline-size:0;block-size:0;overflow:hidden}.icon{width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;display:inline-block;vertical-align:middle;flex:0 0 auto}
.site-header{position:fixed;left:0;right:0;top:0;z-index:50;padding:max(12px,env(safe-area-inset-top)) 10px 0;pointer-events:none}.nav-shell{pointer-events:auto;width:min(1280px,calc(100% - 8px));margin:auto;min-height:76px;padding:10px 12px;border-radius:28px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(14,40,38,.66),rgba(14,40,38,.36));border:1px solid rgba(255,255,255,.18);box-shadow:0 22px 60px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.16);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%)}.nav-shell:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,0) 48%);pointer-events:none}.brand{position:relative;z-index:1;display:flex;align-items:center;max-width:236px}.brand img{height:54px;width:auto;object-fit:contain;filter:drop-shadow(0 8px 22px rgba(0,0,0,.30))}.desktop-nav{display:none}.hamburger{position:relative;z-index:2;width:50px;height:50px;border-radius:18px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.12);cursor:pointer}.hamburger span{display:block;width:22px;height:2px;border-radius:99px;background:#fff9ec;transition:transform .2s ease,opacity .2s ease}.hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger[aria-expanded="true"] span:nth-child(2){opacity:0}.hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{position:fixed;z-index:49;top:calc(max(12px,env(safe-area-inset-top)) + 86px);left:12px;right:12px;padding:12px;border-radius:24px;background:rgba(255,250,241,.97);box-shadow:0 20px 58px rgba(8,47,49,.18);display:grid;gap:6px;opacity:0;transform:translateY(-8px);pointer-events:none;transition:.22s ease}.mobile-menu.open{opacity:1;transform:none;pointer-events:auto}.mobile-menu a{padding:13px 14px;border-radius:14px;font-weight:800}.menu-cta{background:var(--deep);color:white;text-align:center}
.hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;background:#071b1c}.hero picture,.hero-img,.hero-overlay{position:absolute;inset:0}.hero-img{width:100%;height:100%;object-fit:cover;object-position:70% center}.hero-overlay{background:linear-gradient(180deg,rgba(5,19,20,.16),rgba(5,19,20,.2) 22%,rgba(5,19,20,.82) 100%),linear-gradient(90deg,rgba(5,19,20,.88),rgba(5,19,20,.58) 42%,rgba(5,19,20,.12));z-index:1}.hero-content{position:relative;z-index:2;width:var(--wrap);margin:0 auto;padding:126px 0 72px}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.24em;font-size:11px;font-weight:800;color:var(--gold)}.hero h1{margin-top:12px;color:white;font-size:clamp(3.05rem,11vw,4.1rem);max-width:315px;text-shadow:0 8px 28px rgba(0,0,0,.25)}.hero h1 span{color:var(--gold2)}.hero-copy{max-width:300px;margin-top:14px;font-size:14px;line-height:1.55;color:rgba(255,255,255,.9)}.hero-actions{display:grid;gap:12px;margin-top:24px}.btn{min-height:54px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:11px;font-size:14px;font-weight:800;border:1px solid transparent;transition:.2s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.primary{background:linear-gradient(135deg,#1b8d90,#0d666a);color:white;box-shadow:0 16px 34px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.14)}.ghost{color:white;border-color:rgba(244,211,155,.78);background:rgba(4,20,21,.28)}.soft{background:#f0c96f;color:#082f31;min-height:48px}.hero-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.hero-pills span{min-height:52px;padding:12px 13px;border-radius:18px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);color:#e8c87d}.hero-pills strong{font-size:12.5px;line-height:1.1;color:white}.hero-curve{position:absolute;z-index:2;left:-5%;right:-5%;bottom:-1px;height:54px;background:var(--bg);border-radius:50% 50% 0 0/100% 100% 0 0}
section{position:relative}.stay-section,.rooms-section,.packages-section,.gallery-section,.story-location{padding:72px 0 0}.section-head{width:var(--wrap);margin:0 auto 28px;text-align:center}.section-head h2{font-size:clamp(2.25rem,9vw,4.1rem)}.section-head p:not(.kicker){margin-top:10px;color:var(--muted)}.swash{width:54px;height:4px;margin:14px auto 0;border-radius:99px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.stay-grid,.rooms-wrap,.package-grid,.gallery-grid,.story-card,.location-card,.final-cta{width:var(--wrap);margin:0 auto}.stay-grid{display:grid;gap:18px}.stay-card{background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 14px 34px rgba(8,47,49,.07)}.stay-card img{width:100%;height:220px;object-fit:cover}.stay-body{display:grid;grid-template-columns:46px 1fr;gap:12px 14px;align-items:center;padding:18px}.circle-icon{width:42px;height:42px;border-radius:999px;background:#efddb8;color:#12383b;display:flex;align-items:center;justify-content:center;border:1px solid rgba(216,176,106,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.circle-icon .icon{width:22px;height:22px}.stay-body h3{font-size:18px;line-height:1.05}.stay-body p{grid-column:2;color:var(--muted);font-size:13px;line-height:1.55;margin-top:-2px}.rooms-wrap{display:grid;gap:22px;align-items:center}.rooms-copy{padding:30px 24px;border-radius:26px;background:linear-gradient(145deg,#082f31,#0c565a);color:white;box-shadow:var(--shadow)}.rooms-copy h2{font-size:clamp(2.4rem,10vw,4rem)}.rooms-copy p{margin-top:12px;color:rgba(255,255,255,.86);font-size:14px;line-height:1.55}.rooms-copy ul{margin-top:18px;display:grid;gap:9px}.rooms-copy li{display:flex;align-items:center;gap:9px;font-size:13px;color:rgba(255,255,255,.9)}.rooms-copy li .icon{color:#f1cd72;width:16px;height:16px}.rooms-copy .btn{margin-top:20px}.room-media{position:relative}.room-main{width:100%;height:330px;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}.bathroom{position:absolute;right:12px;bottom:22px;width:150px;aspect-ratio:1.15/1;object-fit:cover;border-radius:17px;border:4px solid white;box-shadow:0 16px 34px rgba(0,0,0,.18)}.bath-label{position:absolute;right:12px;bottom:10px;background:#f0d28d;padding:7px 10px;border-radius:99px;font-size:11px;font-weight:800}.breakfast-band{padding:30px 0 0}.breakfast-card{width:var(--wrap);margin:0 auto;position:relative;overflow:hidden;min-height:410px;border-radius:28px;background:#092c2d;box-shadow:var(--shadow)}.breakfast-card img{width:100%;height:410px;object-fit:cover}.breakfast-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,23,24,.82),rgba(5,23,24,.45) 48%,rgba(5,23,24,.08))}.breakfast-copy{position:absolute;z-index:1;left:22px;right:22px;bottom:22px;max-width:330px;color:white}.breakfast-copy h2{font-size:clamp(2.3rem,9vw,3.8rem)}.breakfast-copy p:not(.kicker){margin-top:10px;color:rgba(255,255,255,.88);font-size:14px;line-height:1.55}.breakfast-copy a{display:inline-flex;margin-top:16px;min-height:44px;padding:0 18px;align-items:center;border-radius:99px;background:rgba(255,255,255,.14);font-weight:800;color:white}.packages-section{background:var(--bg);padding-bottom:0}.package-grid{display:grid;gap:18px}.package-card{background:rgba(255,255,255,.82);border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(8,47,49,.07);border:1px solid var(--line)}.package-card img{width:100%;height:215px;object-fit:cover}.package-card div{position:relative;padding:18px}.package-card span{position:absolute;right:14px;top:-38px;width:76px;height:76px;border-radius:50%;background:var(--deep);color:#f0d28d;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:800;box-shadow:0 14px 30px rgba(8,47,49,.20)}.package-card h3{font-size:28px}.package-card p{font-size:13px;line-height:1.55;color:var(--muted);margin-top:7px}.package-card a{display:inline-block;margin-top:12px;font-weight:800;font-size:13px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:92px;gap:9px}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:14px;box-shadow:0 10px 24px rgba(8,47,49,.08)}.gallery-grid .wide{grid-column:span 2}.gallery-grid .tall{grid-row:span 2}.story-location{display:grid;gap:22px}.story-card{display:grid;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#082f31,#0e5e63);box-shadow:var(--shadow);color:white}.story-logo{min-height:190px;background:rgba(255,250,241,.96);display:flex;align-items:center;justify-content:center;padding:26px}.story-logo img{width:150px}.story-card>div:last-child{padding:26px}.story-card h2{font-size:clamp(2.2rem,9vw,3.8rem);color:white}.story-card p:last-child{margin-top:12px;color:rgba(255,255,255,.86);line-height:1.58}.location-card{text-align:center}.location-card h2{font-size:clamp(2.45rem,9vw,4rem)}.location-card>p:not(.kicker){margin-top:10px;color:var(--muted)}.location-pills{display:grid;gap:10px;margin-top:24px}.location-pills span{min-height:46px;border-radius:999px;background:var(--deep);color:white;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:800}.location-pills .icon{color:#f0d28d;width:20px;height:20px}.final-cta{margin-top:56px;border-radius:30px;padding:28px;background:linear-gradient(135deg,#082f31,#0e656b);box-shadow:var(--shadow);color:white;display:grid;gap:16px}.final-icon{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(216,176,106,.14);border:1px solid rgba(216,176,106,.26);color:white}.final-icon .icon{width:28px;height:28px}.final-cta h2{font-size:clamp(2.6rem,10vw,4.2rem);color:white}.final-cta p:last-child{color:rgba(255,255,255,.9);margin-top:8px}.final-button{justify-self:stretch}footer{margin-top:0;background:linear-gradient(90deg,#06282a,#0a464a);padding:34px 20px 108px;text-align:center;color:rgba(255,255,255,.86)}footer img{height:72px;width:auto;margin:0 auto 12px;filter:drop-shadow(0 10px 22px rgba(0,0,0,.2))}footer p{font-size:14px}.float-wa{position:fixed;z-index:45;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1b8d90,#0d666a);color:white;box-shadow:0 18px 40px rgba(8,47,49,.28)}.float-wa .icon{width:27px;height:27px}.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}.reveal.in-view{opacity:1;transform:none}
@media(min-width:760px){:root{--wrap:min(1180px,calc(100% - 44px))}.brand img{height:64px}.nav-shell{min-height:84px}.hero{min-height:760px;height:100vh;max-height:960px}.hero-img{object-position:center}.hero-content{padding-top:166px;padding-bottom:88px}.hero h1{max-width:610px;font-size:clamp(4.5rem,6.2vw,6.4rem)}.hero-copy{font-size:17px;max-width:520px}.hero-actions{grid-template-columns:repeat(2,max-content)}.btn{min-width:230px}.hero-pills{grid-template-columns:repeat(4,minmax(150px,1fr));max-width:970px}.hero-pills span{justify-content:center}.stay-grid,.package-grid{grid-template-columns:repeat(3,1fr)}.stay-card img{height:260px}.rooms-wrap{grid-template-columns:.85fr 1.15fr;gap:44px}.rooms-copy{padding:40px}.room-main{height:520px}.bathroom{width:230px}.breakfast-card,.breakfast-card img{height:540px}.breakfast-copy{left:50px;bottom:42px;max-width:430px}.gallery-grid{grid-auto-rows:145px;gap:12px}.story-card{grid-template-columns:.72fr 1.28fr}.location-pills{grid-template-columns:repeat(4,1fr)}.final-cta{grid-template-columns:auto 1fr auto;align-items:center}.final-button{justify-self:end}footer{padding-bottom:44px}}
@media(min-width:1024px){:root{--wrap:min(1180px,calc(100% - 72px))}.site-header{padding:max(14px,env(safe-area-inset-top)) 18px 0}.nav-shell{width:min(1280px,calc(100% - 36px));min-height:92px;padding:13px 18px 13px 20px;border-radius:30px}.brand{max-width:330px}.brand img{height:78px}.desktop-nav{position:relative;z-index:1;display:flex;align-items:center;gap:21px;margin-left:auto}.desktop-nav a{color:white;font-size:12px;font-weight:800}.nav-cta{min-height:46px;padding:0 18px;display:inline-flex;align-items:center;border-radius:999px;background:linear-gradient(135deg,#1b8d90,#0d666a);box-shadow:0 12px 26px rgba(0,0,0,.16)}.hamburger{display:none}.hero-content{padding-top:192px;padding-bottom:100px}.hero-overlay{background:linear-gradient(180deg,rgba(5,19,20,.08),rgba(5,19,20,.7) 100%),linear-gradient(90deg,rgba(5,19,20,.78),rgba(5,19,20,.4) 34%,rgba(5,19,20,.1) 68%)}.hero h1{max-width:650px;font-size:clamp(5rem,5.5vw,6.7rem)}.stay-card img{height:278px}.gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:160px}.story-logo img{width:170px}}
@media(max-width:420px){:root{--wrap:calc(100% - 24px)}.site-header{padding-inline:7px}.nav-shell{width:calc(100% - 2px);min-height:76px;padding:10px 11px}.brand{max-width:230px}.brand img{height:52px}.hamburger{width:48px;height:48px}.hero-content{padding-top:122px}.hero h1{font-size:3rem;max-width:270px}.hero-copy{font-size:13px;max-width:260px}.btn{font-size:13.5px}.stay-card img{height:216px}.circle-icon{width:40px;height:40px}.circle-icon .icon{width:20px;height:20px}.stay-body{grid-template-columns:44px 1fr}.gallery-grid{grid-auto-rows:88px}.final-cta{padding:24px}footer img{height:66px}}
