:root{--forest:#0b2e26;--forest-dark:#061a15;--ink:#14211d;--cream:#f5f1e8;--paper:#fbfaf6;--amber:#e9a85c;--lime:#c7d88a;--muted:#66756e;--line:rgba(11,46,38,.15);--shadow:0 24px 70px rgba(3,25,20,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page-header{height:76px;padding:0 clamp(20px,6vw,88px);display:flex;align-items:center;gap:32px;position:sticky;top:0;z-index:20;background:rgba(251,250,246,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font:700 18px Georgia,serif}.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--forest);color:white;font:700 23px Georgia,serif}.page-header nav{display:flex;gap:28px;margin-left:auto;font-size:14px;font-weight:700}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:800}.header-cta,.button-primary{background:var(--forest);color:white}.hero{min-height:690px;display:grid;grid-template-columns:1fr 1fr;background:var(--cream)}.hero-copy{padding:clamp(70px,9vw,135px) clamp(24px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:800;color:#587063;margin:0 0 17px}.hero h1,.section-title{font:500 clamp(48px,6.7vw,92px)/.97 Georgia,serif;letter-spacing:-.052em;margin:0}.hero-copy>p:not(.eyebrow){max-width:620px;color:var(--muted);font-size:19px;margin:26px 0}.hero-actions{display:flex;gap:11px;flex-wrap:wrap}.button-secondary{border:1px solid var(--line);background:var(--paper)}.hero-media{position:relative;min-height:590px;overflow:hidden}.hero-media>img{width:100%;height:100%;object-fit:cover}.hero-note{position:absolute;left:24px;right:24px;bottom:24px;padding:18px 20px;border-radius:16px;background:rgba(6,26,21,.88);backdrop-filter:blur(12px);color:white}.hero-note strong,.hero-note span{display:block}.hero-note strong{font:500 24px Georgia,serif}.hero-note span{color:rgba(255,255,255,.7);font-size:13px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.trust-strip div{padding:24px 20px;text-align:center;border-right:1px solid var(--line)}.trust-strip div:last-child{border:0}.trust-strip strong,.trust-strip span{display:block}.trust-strip strong{font:500 22px Georgia,serif}.trust-strip span{color:var(--muted);font-size:12px}.section{padding:clamp(70px,9vw,120px) clamp(22px,7vw,110px)}.section-head{display:grid;grid-template-columns:1fr minmax(260px,540px);gap:50px;align-items:end;margin-bottom:48px}.section-head .section-title{font-size:clamp(42px,5.6vw,76px)}.section-head>p{color:var(--muted);font-size:18px;margin:0}.room-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stay-card{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.25s}.stay-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.stay-card img{width:100%;height:320px;object-fit:cover}.stay-card-body{padding:22px}.stay-card-top{display:flex;justify-content:space-between;gap:15px;align-items:start}.stay-card h2,.stay-card h3{font:500 28px Georgia,serif;margin:0}.stay-card b{font-size:12px;color:#3e6957}.stay-card p{color:var(--muted);margin:12px 0 20px}.text-link{display:inline-flex;gap:8px;font-weight:800;border-bottom:1px solid var(--ink)}.dark-section{background:var(--forest-dark);color:white}.dark-section .eyebrow{color:var(--lime)}.dark-section .section-head>p{color:rgba(255,255,255,.65)}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.choice-card{padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.055)}.choice-card span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--amber);color:var(--ink);font-weight:900}.choice-card h3{font:500 27px Georgia,serif;margin:42px 0 12px}.choice-card p{color:rgba(255,255,255,.67);margin:0}.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(44px,7vw,100px);align-items:center}.feature-split.reverse .feature-image{order:2}.feature-image{height:600px;border-radius:22px;overflow:hidden;background:var(--forest)}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-copy .section-title{font-size:clamp(42px,5vw,72px)}.feature-copy>p{color:var(--muted);font-size:18px}.check-list{list-style:none;padding:0;margin:30px 0}.check-list li{padding:15px 0;border-bottom:1px solid var(--line)}.check-list li:before{content:"✓";font-weight:900;color:#397152;margin-right:11px}.photo-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:290px 290px;gap:10px}.photo-grid img{width:100%;height:100%;object-fit:cover;border-radius:18px}.photo-grid img:first-child{grid-row:1/3}.location-block{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(40px,7vw,90px);align-items:center}.location-card{padding:34px;border-radius:20px;background:var(--cream)}.location-card h3{font:500 30px Georgia,serif;margin:0 0 18px}.location-card p{color:var(--muted)}.fact-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.fact-row span{padding-top:13px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.fact-row strong{display:block;color:var(--ink);font:500 21px Georgia,serif}.faq{max-width:900px;margin:0 auto}.faq .section-title{text-align:center;font-size:clamp(42px,5vw,68px);margin-bottom:45px}.faq details{border-bottom:1px solid var(--line)}.faq summary{list-style:none;display:flex;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;font:500 21px Georgia,serif}.faq summary::-webkit-details-marker{display:none}.faq details p{color:var(--muted);margin:0 40px 24px 0}.cta{margin:0 clamp(16px,4vw,58px) clamp(16px,4vw,58px);padding:clamp(50px,8vw,100px);border-radius:24px;background:var(--amber);display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.cta h2{font:500 clamp(40px,5vw,70px)/1 Georgia,serif;letter-spacing:-.045em;margin:0}.cta p{max-width:610px;margin:18px 0 0}.page-footer{padding:54px clamp(22px,7vw,110px);display:flex;justify-content:space-between;gap:30px;background:var(--forest-dark);color:white}.page-footer p{color:rgba(255,255,255,.62);margin:7px 0 0}.footer-links{display:flex;gap:24px;flex-wrap:wrap;align-items:center;font-size:14px;font-weight:700}.breadcrumb{padding:15px clamp(22px,7vw,110px);font-size:12px;color:var(--muted);border-bottom:1px solid var(--line)}.breadcrumb a{text-decoration:underline}.price-box{margin:28px 0;padding:20px;border-radius:15px;background:var(--cream);display:flex;justify-content:space-between;gap:20px;align-items:center}.price-box strong{font:500 31px Georgia,serif}.price-box span{display:block;color:var(--muted);font-size:12px}.floating-wa{position:fixed;right:20px;bottom:20px;z-index:22;padding:13px 18px;border-radius:999px;background:#1f9e64;color:white;font-weight:800;box-shadow:0 12px 35px rgba(0,0,0,.24)}
@media(max-width:920px){.page-header nav{display:none}.hero{grid-template-columns:1fr}.hero-media{min-height:520px}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip div:nth-child(2){border-right:0}.room-list,.choice-grid{grid-template-columns:1fr 1fr}.feature-split,.location-block{grid-template-columns:1fr}.feature-split.reverse .feature-image{order:0}.section-head{grid-template-columns:1fr}.cta{grid-template-columns:1fr}.page-footer{display:block}.footer-links{margin-top:28px}.photo-grid{grid-template-rows:240px 240px}}
@media(max-width:620px){body{padding-bottom:58px}.page-header{height:68px;padding:0 18px}.brand{font-size:15px}.brand-mark{width:38px;height:38px}.header-cta{min-height:42px;padding:0 15px;font-size:13px;margin-left:auto}.hero-copy{padding:64px 22px}.hero{min-height:0}.hero-media{min-height:470px}.hero h1{font-size:49px}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip div{padding:20px 10px}.section{padding:65px 20px}.room-list,.choice-grid{grid-template-columns:1fr}.stay-card img{height:300px}.feature-image{height:440px}.photo-grid{display:flex;overflow-x:auto}.photo-grid img,.photo-grid img:first-child{flex:0 0 85vw;height:380px}.fact-row{grid-template-columns:1fr}.cta{margin:0 12px 12px;padding:48px 24px}.page-footer{padding:46px 22px}.floating-wa{left:12px;right:12px;bottom:8px;text-align:center}.hero-actions .button{width:100%}}
