:root{--forest:#14342b;--forest-2:#1e4a3c;--cream:#faf7f0;--sand:#f0e9db;--terra:#c9663c;--terra-dark:#a8502d;--charcoal:#20211f;--muted:#5f6b63;--line:#e4ddcf;--gold:#e0a63f;--white:#ffffff;--shadow:0 10px 30px -12px rgba(20,52,43,.25);--shadow-lg:0 24px 60px -20px rgba(20,52,43,.35);--radius:18px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;color:var(--charcoal);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,.serif{font-family:Fraunces,Georgia,serif;line-height:1.12;letter-spacing:-.01em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1180px;margin:0 auto;padding:0 24px}.narrow{max-width:760px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px;padding:13px 22px;border-radius:999px;border:none;cursor:pointer;transition:.2s;font-family:inherit}.btn-primary{background:var(--terra);color:#fff}.btn-primary:hover{background:var(--terra-dark);transform:translateY(-1px)}.btn-forest{background:var(--forest);color:#fff}.btn-forest:hover{background:#0d2820;transform:translateY(-1px)}.btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6)}.btn-ghost:hover{background:#ffffff1f}.eyebrow{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--terra)}.demo-flag{background:var(--gold);color:#3a2a05;text-align:center;font-size:12.5px;font-weight:600;padding:7px}header.nav{position:sticky;top:0;z-index:50;background:#ffffffeb;backdrop-filter:blur(10px);border-bottom:1px solid var(--line);box-shadow:0 1px 12px -6px #14342b2e}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:70px}.logo{display:flex;align-items:center;gap:10px;font-family:Fraunces,serif;font-weight:600;font-size:22px;color:var(--forest)}.logo .brandmark{height:30px;width:auto;display:block;flex:none;filter:drop-shadow(0 2px 5px rgba(20,52,43,.28))}footer.site .logo .brandmark{height:28px}.nav-links{display:flex;gap:30px;font-weight:600;font-size:15px;color:var(--forest)}.nav-links a:hover{color:var(--terra)}.nav-cta{display:flex;align-items:center;gap:16px}@media(max-width:820px){.nav-links{display:none}}.hero{position:relative;min-height:600px;display:flex;align-items:center;color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.03)}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#14342b80,#14342ba8)}.hero-carousel-home{position:absolute;inset:0}.hero-carousel-home .hero-bg{opacity:0;transition:opacity 1.1s ease}.hero-carousel-home .hero-bg.active{opacity:1}.hero-inner{position:relative;padding:80px 0;max-width:1000px;margin-inline:auto;text-align:center}@media(max-width:820px){.hero-brand{top:16px;left:18px}}.hero h1{font-size:clamp(30px,4.6vw,50px);font-weight:600;margin:18px 0 20px;white-space:nowrap}.hero .hero-tagline{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:clamp(17px,2.1vw,21px);color:#fffffff2;max-width:640px;margin:4px auto 18px}.hero p.lead{font-size:clamp(20px,2.3vw,24px);color:#ffffffe6;max-width:620px;margin:0 auto 34px}.hero .eyebrow{color:var(--gold);font-size:17px;letter-spacing:.1em}.hero-brand{position:absolute;top:26px;left:38px;z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;margin:0}.hero-brand .word{font-family:Fraunces,serif;font-weight:600;font-size:clamp(22px,2.7vw,33px);letter-spacing:-.012em;color:#fbf7ee;text-shadow:0 2px 14px rgba(0,0,0,.5);line-height:.94;display:inline-flex;flex-direction:column;align-items:flex-start}.hero-brand .word .w2{padding-left:1.5em}.hero-brand .rule{width:52px;height:2px;background:linear-gradient(90deg,transparent,var(--gold) 28%,var(--gold) 72%,transparent)}.hero-brand .brand-tagline{font-family:Inter,sans-serif;font-size:12.5px;font-weight:500;letter-spacing:.02em;color:#ffffffe6;max-width:240px;text-align:center;text-shadow:0 1px 6px rgba(0,0,0,.45);margin:2px 0 0}.hero p.lead.lead-before{margin-bottom:26px}.hero p.lead.lead-after{margin-top:26px}.hero-types{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0 auto;max-width:760px}.hero-types a{display:inline-flex;align-items:center;gap:7px;font-size:14.5px;font-weight:600;color:#fff;background:#ffffff21;border:1px solid rgba(255,255,255,.32);padding:9px 16px;border-radius:999px;text-shadow:0 1px 6px rgba(0,0,0,.3);transition:.2s}.hero-types a:hover{background:#e0a63feb;border-color:var(--gold);color:var(--forest);text-shadow:none;transform:translateY(-1px)}.searchbar{background:#fff;border-radius:16px;box-shadow:var(--shadow-lg);padding:10px;display:flex;gap:8px;max-width:600px}.searchbar .field{flex:1;padding:8px 14px;border-radius:10px}.searchbar .field label{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.searchbar .field span{font-size:15px;color:var(--charcoal);font-weight:500}.searchbar .field+.field{border-left:1px solid var(--line)}.searchbar .go{background:var(--terra);color:#fff;border:none;border-radius:11px;padding:0 20px;font-size:19px;cursor:pointer}@media(max-width:560px){.searchbar{flex-wrap:wrap}.searchbar .field+.field{border-left:none}}.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:4px;justify-content:center}.trustrow{display:flex;gap:26px;margin-top:26px;font-size:14px;color:#ffffffd9;flex-wrap:wrap;justify-content:center}@media(max-width:800px){.hero h1{white-space:normal;font-size:clamp(28px,7vw,40px)}}.trustrow b{color:#fff}section{padding:84px 0}.sec-head{max-width:640px;margin-bottom:44px}.sec-head.center{margin-inline:auto;text-align:center}.sec-head h2{font-size:clamp(28px,4vw,42px);font-weight:600;margin:12px 0 14px;color:var(--forest)}.sec-head p{color:var(--muted);font-size:17px}.cats{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.cat{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px 14px;text-align:center;transition:.2s;cursor:pointer}.cat:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}.cat .ico{font-size:30px;display:block;margin-bottom:10px}.cat .name{font-weight:600;font-size:15px;color:var(--forest)}.cat .count{font-size:12.5px;color:var(--muted)}@media(max-width:900px){.cats{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.cats{grid-template-columns:repeat(2,1fr)}}.regions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:16px}.rchip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 16px;font-size:14px;font-weight:600;color:var(--forest);transition:.2s}.rchip:hover{border-color:transparent;box-shadow:var(--shadow);transform:translateY(-2px)}.rchip small{color:var(--muted);font-weight:400}.region-map{position:relative;max-width:900px;margin:24px auto 0;aspect-ratio:950/620}.region-map .wm-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;filter:grayscale(1) opacity(.4)}.wm-pin{position:absolute;transform:translate(-50%,-50%);z-index:2}.wm-label{display:inline-block;background:#fff;border:1.5px solid var(--forest);border-radius:999px;padding:7px 15px;font-size:13.5px;font-weight:700;color:var(--forest);white-space:nowrap;box-shadow:0 5px 16px -5px #14342b73;transition:.18s}.wm-label .cnt{color:var(--muted);font-weight:500}.wm-pin:hover{z-index:3}.wm-pin:hover .wm-label{background:var(--terra);color:#fff;border-color:var(--terra);transform:scale(1.06)}.wm-pin:hover .wm-label .cnt{color:#ffffffd1}.regions-mobile{display:none}@media(max-width:820px){.wm-label{font-size:11.5px;padding:5px 11px}}@media(max-width:700px){.region-map{display:none}.regions-mobile{display:flex}}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid{grid-template-columns:1fr}}.card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.25s;display:flex;flex-direction:column}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.card .ph{position:relative;aspect-ratio:4/3;overflow:hidden}.card .ph img{width:100%;height:100%;object-fit:cover;transition:.4s}.card:hover .ph img{transform:scale(1.06)}.badge{position:absolute;top:14px;left:14px;background:#14342beb;color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;backdrop-filter:blur(4px)}.card .body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.card .loc{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:5px}.card h3{font-size:20px;font-weight:600;color:var(--forest)}.card .desc{font-size:14px;color:var(--muted);flex:1}.card .foot{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:14px;border-top:1px solid var(--line)}.rating{font-weight:600;font-size:14px;color:var(--charcoal)}.rating .star{color:var(--gold)}.rating small{color:var(--muted);font-weight:400}.price b{font-family:Fraunces,serif;font-size:20px;color:var(--forest)}.price span{font-size:13px;color:var(--muted)}.why{background:var(--forest);color:#fff}.why .sec-head h2{color:#fff}.why .sec-head p{color:#ffffffbf}.vals{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}@media(max-width:820px){.vals{grid-template-columns:repeat(2,1fr)}}@media(max-width:460px){.vals{grid-template-columns:1fr}}.val .ico{width:52px;height:52px;border-radius:14px;background:#e0a63f2e;color:var(--gold);display:grid;place-items:center;font-size:24px;margin-bottom:16px}.val h3{font-size:18px;font-weight:600;margin-bottom:8px}.val p{font-size:14.5px;color:#ffffffb3}.news{background:linear-gradient(135deg,var(--terra),#b9542e);color:#fff;border-radius:24px;padding:56px 48px;text-align:center}.news h2{font-size:32px;font-weight:600;margin-bottom:12px;color:#fff}.news p{color:#ffffffe6;max-width:520px;margin:0 auto 26px}.news form{display:flex;gap:10px;max-width:460px;margin:0 auto}.news input{flex:1;border:none;border-radius:999px;padding:15px 22px;font-size:15px;font-family:inherit}@media(max-width:520px){.news form{flex-direction:column}}footer.site{background:var(--charcoal);color:#cfd3ce;padding:64px 0 30px;font-size:14px}.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;margin-bottom:44px}@media(max-width:760px){.foot-grid{grid-template-columns:1fr 1fr}}footer.site .logo{color:#fff;margin-bottom:14px}footer.site p.about{color:#9aa199;max-width:280px;line-height:1.7}footer.site h4{color:#fff;font-size:14px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px;font-family:Inter,sans-serif}footer.site ul{list-style:none;display:flex;flex-direction:column;gap:10px}footer.site ul a{color:#9aa199}footer.site ul a:hover{color:#fff}.disclosure{border-top:1px solid #34362f;padding-top:24px;color:#787d74;font-size:12.5px;line-height:1.7;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.stay-hero{position:relative;height:min(58vh,520px);display:flex;align-items:flex-end;color:#fff;overflow:hidden}.stay-hero .bg{position:absolute;inset:0;background-size:cover;background-position:center}.stay-hero .bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#14211fd9,#14211f1a 60%)}.hero-carousel{position:absolute;inset:0}.hero-carousel .bg{opacity:0;transition:opacity .8s ease}.hero-carousel .bg.active{opacity:1}.carousel-dots{position:absolute;top:16px;right:20px;display:flex;gap:8px;z-index:3}.carousel-dots .dot{width:9px;height:9px;border-radius:50%;background:#ffffff8c;border:none;cursor:pointer;padding:0;transition:.2s}.carousel-dots .dot.active{background:#fff;transform:scale(1.2)}.stay-hero .inner{position:relative;padding:0 0 34px;width:100%}.crumbs{font-size:13.5px;color:#fffc;margin-bottom:14px}.crumbs a:hover{color:#fff;text-decoration:underline}.stay-hero h1{font-size:clamp(30px,5vw,52px);font-weight:600;margin-bottom:10px}.stay-hero .loc{font-size:16px;color:#ffffffe6}.stay-layout{display:grid;grid-template-columns:1fr 340px;gap:48px;padding:56px 0}@media(max-width:900px){.stay-layout{grid-template-columns:1fr;gap:32px}}.prose{font-size:17px;color:#33352f}.prose h2{font-family:Inter,sans-serif;font-weight:700;letter-spacing:-.01em;font-size:23px;color:var(--forest);margin:34px 0 14px}.prose h3{font-family:Inter,sans-serif;font-weight:700;font-size:18px;color:var(--forest);margin:26px 0 10px}.prose p{margin-bottom:16px}.prose ul{margin:0 0 16px 22px}.prose li{margin-bottom:7px}.prose a{color:var(--terra);font-weight:600;text-decoration:underline}.prose a.ref{text-decoration:none;font-weight:400;color:inherit}.prose blockquote{font-family:Fraunces,serif;font-style:italic;font-size:19px;color:var(--charcoal);border-left:3px solid var(--terra);padding-left:20px;margin:22px 0}.booking-card{position:sticky;top:90px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px;height:fit-content}.booking-card .price-lg{font-family:Fraunces,serif;font-size:34px;color:var(--forest);font-weight:600}.booking-card .price-lg span{font-size:15px;color:var(--muted);font-family:Inter,sans-serif;font-weight:400}.booking-card .rate-line{margin:10px 0 20px;font-size:14px;color:var(--muted)}.booking-card .rate-line b{color:var(--charcoal)}.booking-card .btn{width:100%;justify-content:center;margin-bottom:12px}.booking-card .note{font-size:12px;color:var(--muted);text-align:center;line-height:1.5}.factbox{list-style:none;margin:18px 0 0;padding:18px 0 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px;font-size:14px}.factbox li{display:flex;justify-content:space-between;gap:10px}.factbox li span{color:var(--muted)}.factbox li b{color:var(--charcoal);font-weight:600;text-align:right}.article-hero{padding:64px 0 8px;text-align:center}.article-hero .eyebrow{display:block;margin-bottom:14px}.article-hero h1{font-size:clamp(30px,5vw,50px);font-weight:600;color:var(--forest);max-width:820px;margin:0 auto 16px}.article-hero p.dek{font-size:19px;color:var(--muted);max-width:640px;margin:0 auto}.article-hero .meta{font-size:13.5px;color:var(--muted);margin-top:18px}.article-cover{max-width:1000px;margin:34px auto 0;padding:0 24px}.article-cover img{width:100%;height:min(46vh,440px);object-fit:cover;border-radius:var(--radius)}.ref{display:grid;grid-template-columns:190px 1fr;gap:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin:26px 0;box-shadow:var(--shadow);transition:.2s}.ref:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.ref .rimg{background-size:cover;background-position:center;min-height:150px}.ref .rbody{padding:20px 22px}.ref .rbody .loc{font-size:13px;color:var(--muted);margin-bottom:4px}.ref .rbody h3{font-size:21px;color:var(--forest);font-weight:600;margin-bottom:8px}.ref .rbody p{font-size:14.5px;color:var(--muted);margin-bottom:12px}.ref .rbody .rmeta{display:flex;align-items:center;gap:16px;font-size:14px}.ref .rbody .rmeta .p{font-family:Fraunces,serif;color:var(--forest);font-weight:600}.ref .rbody .rmeta .link{color:var(--terra);font-weight:600;margin-left:auto}@media(max-width:560px){.ref{grid-template-columns:1fr}.ref .rimg{min-height:180px}}
