:root{
  --forest:#203b2b;
  --forest-2:#10241a;
  --sage:#73846d;
  --gold:#c99548;
  --gold-2:#e9cf9b;
  --cream:#fbf7ef;
  --sand:#f1e7d6;
  --ink:#172018;
  --muted:#667267;
  --line:rgba(32,59,43,.14);
  --white:#fff;
  --shadow:0 24px 80px rgba(20,34,24,.14);
  --soft-shadow:0 14px 46px rgba(20,34,24,.11);
  --radius:28px;
  --radius-sm:18px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--ink);background:var(--cream);line-height:1.65;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{margin:0;padding:0}
li{list-style:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
address{font-style:normal}
.container{width:min(var(--container), calc(100% - 40px));margin:0 auto}
.skip-link{position:absolute;left:-999px;top:16px;z-index:9999;background:var(--forest);color:#fff;padding:10px 14px;border-radius:999px}
.skip-link:focus{left:16px}
.eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--gold);margin:0 0 14px}.eyebrow.light{color:var(--gold-2)}
h1,h2,h3{line-height:.90;margin:0;color:var(--forest-2);letter-spacing:-.035em}
h1{font-size:clamp(46px,7vw,92px)}h2{font-size:clamp(32px,4.6vw,58px)}h3{font-size:clamp(22px,2.2vw,30px)}p{margin:0;color:var(--muted)}
.section-pad{padding:110px 0}.bg-warm{background:var(--sand)}.bg-deep{background:linear-gradient(135deg,var(--forest-2),#243f30);color:#fff}.bg-deep h2,.bg-deep h3,.bg-deep p{color:#fff}.align-center{align-items:center}.align-start{align-items:flex-start}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:72px}.section-head{max-width:760px;margin:0 0 44px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section-head p:not(.eyebrow){font-size:18px}.section-head.light h2,.section-head.light p{color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:15px 24px;font-weight:800;letter-spacing:.01em;transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;border:1px solid transparent;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--gold),#e6c47d);color:#1b2119;box-shadow:0 14px 32px rgba(201,149,72,.26)}.btn-dark{background:var(--forest);color:#fff;box-shadow:var(--soft-shadow)}.btn-light{background:#fff;color:var(--forest)}.btn-ghost{border-color:rgba(255,255,255,.46);color:#fff;background:rgba(255,255,255,.10);backdrop-filter:blur(16px)}.btn-outline{border-color:rgba(255,255,255,.35);color:#fff;background:transparent}.btn-small{padding:11px 18px;font-size:14px}.text-link,.text-link-light{font-weight:800;color:var(--forest);border-bottom:1px solid currentColor}.text-link-light{color:#fff}.inline-actions,.cta-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:28px}
.site-header{position:fixed;inset:0 0 auto;z-index:1000;transition:background .25s ease, box-shadow .25s ease, transform .25s ease}.top-ribbon{background:rgba(16,36,26,.92);color:#fff;font-size:13px}.ribbon-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.ribbon-inner a{color:#fff;opacity:.9}.nav-shell{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.45);border-radius:0 0 30px 30px;padding:0 22px;box-shadow:0 10px 40px rgba(20,34,24,.07)}.site-header.is-scrolled .nav-shell{box-shadow:0 18px 52px rgba(20,34,24,.14);background:rgba(255,255,255,.96)}.brand{display:flex;align-items:center;min-width:170px}.brand img{height:58px;width:auto}.main-nav{display:flex;align-items:center;gap:6px}.main-nav a{padding:12px 12px;border-radius:999px;color:#24372a;font-weight:800;font-size:14px}.main-nav a:hover,.main-nav a.is-active{background:#edf3ea;color:var(--forest)}.nav-actions{display:flex;align-items:center;gap:10px}.nav-phone{font-weight:800;color:var(--forest)}.nav-toggle{display:none;width:46px;height:46px;border:0;border-radius:50%;background:var(--forest);align-items:center;justify-content:center;flex-direction:column;gap:4px}.nav-toggle span{width:18px;height:2px;background:#fff;border-radius:10px;transition:.25s}
.hero,.page-hero{position:relative;min-height:100svh;display:grid;align-items:center;overflow:hidden;padding:170px 0 90px}.small-hero{min-height:620px}.hero-media{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,23,16,.84),rgba(10,23,16,.50) 46%,rgba(10,23,16,.24)),linear-gradient(0deg,rgba(10,23,16,.42),rgba(10,23,16,.04))}.hero-content{position:relative;color:#fff;max-width:920px}.hero-content h1{color:#fff;text-wrap:balance}.hero-copy{color:rgba(255,255,255,.88);font-size:clamp(18px,2.1vw,24px);max-width:740px;margin:24px 0 0}.hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:34px}.hero-points{display:flex;gap:12px;flex-wrap:wrap;margin-top:38px}.hero-points span{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.10);color:#fff;border-radius:999px;padding:10px 14px;font-weight:800;font-size:13px;backdrop-filter:blur(10px)}
.booking-strip{position:relative;z-index:4;margin-top:-54px}.booking-strip-inner{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:18px;align-items:center;background:#fff;border-radius:28px;padding:22px;box-shadow:var(--shadow);border:1px solid rgba(32,59,43,.08)}.booking-strip-inner>div{padding:4px 18px;border-right:1px solid var(--line)}.booking-strip-inner>div:nth-child(3){border-right:0}.strip-label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--gold);margin-bottom:4px}.booking-strip strong{display:block;color:var(--forest);font-size:18px}
.intro-section{background:var(--cream)}.content-rich p{font-size:19px;margin-bottom:22px}.content-rich p:last-child{margin-bottom:0}.signature-card{margin-top:32px;display:inline-flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px 22px;box-shadow:var(--soft-shadow)}.signature-card strong{color:var(--forest);font-size:18px}.signature-card span{font-size:13px;color:var(--muted)}.image-stack{position:relative}.image-stack img,.room-card img,.room-detail-card img,.gallery-mosaic img,.gallery-tile img{width:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--soft-shadow)}.image-stack img{aspect-ratio:4/5}.image-badge{position:absolute;left:-24px;bottom:32px;background:#fff;border-radius:20px;padding:18px 20px;box-shadow:var(--shadow)}.image-badge strong,.image-badge span{display:block}.image-badge strong{color:var(--forest)}.image-badge span{font-size:13px;color:var(--muted)}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.room-card{background:#fff;border:1px solid rgba(32,59,43,.08);border-radius:32px;overflow:hidden;box-shadow:var(--soft-shadow)}.room-card img{aspect-ratio:4/3;border-radius:0;box-shadow:none}.room-card-body{padding:28px}.room-card-body h3{margin-bottom:12px}.room-card-body p{margin-bottom:18px}.room-card-body ul{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.room-card-body li,.pill-list li{background:#edf3ea;color:var(--forest);padding:8px 11px;border-radius:999px;font-size:13px;font-weight:800}.room-card-body a{font-weight:900;color:var(--forest);border-bottom:1px solid currentColor}
.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.experience-card{position:relative;min-height:250px;background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:var(--soft-shadow);overflow:hidden}.experience-card:before{content:"";position:absolute;right:-48px;top:-48px;width:150px;height:150px;border-radius:50%;background:rgba(201,149,72,.13)}.experience-card span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:var(--forest);color:#fff;font-weight:900;margin-bottom:42px}.experience-card h3{font-size:26px;margin-bottom:12px}.experience-card p{font-size:16px}.gallery-preview{position:relative;overflow:hidden}.gallery-mosaic{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:250px;gap:18px}.gallery-mosaic img{height:100%;box-shadow:none}.gallery-mosaic img:first-child{grid-row:span 2}.gallery-mosaic img:nth-child(4){grid-column:span 2}.location-section{background:#fff}.nearby-list{display:grid;gap:14px;margin-top:28px}.nearby-list div,.place-card,.policy-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 10px 30px rgba(20,34,24,.07)}.nearby-list strong,.nearby-list span{display:block}.nearby-list strong{color:var(--forest)}.nearby-list span{color:var(--muted);font-size:14px;margin-top:2px}.map-card{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);min-height:460px;background:#fff;padding:10px}.map-card iframe{width:100%;height:100%;min-height:440px;border:0;border-radius:24px}.map-card.tall iframe{min-height:560px}
.booking-cta{background:var(--cream)}.cta-card,.footer-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px;background:linear-gradient(135deg,var(--forest),#10241a);border-radius:34px;padding:48px;color:#fff;box-shadow:var(--shadow);overflow:hidden;position:relative}.cta-card:before,.footer-cta-inner:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-90px;top:-90px;background:rgba(201,149,72,.16)}.cta-card>*{position:relative}.cta-card h2,.footer-cta-inner h2{color:#fff}.cta-card p,.footer-cta-inner p{color:rgba(255,255,255,.78);max-width:680px;margin-top:14px}.footer-cta{background:var(--cream);padding:70px 0 0}.footer-cta-inner{margin-bottom:-86px;z-index:2}.site-footer{background:#0e1f16;color:#fff;padding-top:140px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1.1fr;gap:46px;padding:54px 0}.footer-brand img{background:#fff;border-radius:18px;padding:10px;margin-bottom:20px}.footer-brand p,.footer-grid address,.footer-links a,.footer-bottom p{color:rgba(255,255,255,.72)}.footer-grid h3{font-size:20px;color:#fff;margin-bottom:18px}.footer-links{display:grid;gap:10px}.footer-links a:hover{color:#fff}.footer-socials{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.footer-socials a{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:9px 12px;color:#fff;font-weight:800;font-size:13px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;padding:22px 0 30px;font-size:14px}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:900;background:#25D366;color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 18px 44px rgba(0,0,0,.22)}
.room-detail-list{display:grid;gap:28px}.room-detail-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center;background:#fff;border-radius:34px;padding:24px;border:1px solid var(--line);box-shadow:var(--soft-shadow)}.room-detail-card img{aspect-ratio:4/3}.pill-list{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0 0}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:24px}.feature-panel{background:#fff;border:1px solid var(--line);border-radius:32px;padding:38px;box-shadow:var(--soft-shadow)}.feature-panel.dark{background:linear-gradient(135deg,var(--forest),#10241a);color:#fff}.feature-panel.dark h3,.feature-panel.dark li{color:#fff}.feature-panel h3{margin-bottom:24px}.check-list{display:grid;gap:13px}.check-list li{position:relative;padding-left:28px;color:var(--muted);font-weight:700}.check-list li:before{content:"✓";position:absolute;left:0;top:-1px;color:var(--gold);font-weight:900}.place-grid,.tariff-grid,.policy-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.place-card h3,.policy-card h2{font-size:25px;margin-bottom:12px}.gallery-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-tile{margin:0;border-radius:28px;background:#fff;overflow:hidden;box-shadow:var(--soft-shadow)}.gallery-tile img{border-radius:0;aspect-ratio:4/3;box-shadow:none}.gallery-tile figcaption{padding:14px 16px;color:var(--muted);font-weight:700;font-size:14px}.tariff-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:32px;box-shadow:var(--soft-shadow);display:flex;flex-direction:column;gap:18px}.tariff-card .btn{margin-top:auto}.rate-placeholder{padding:16px;border:1px dashed rgba(32,59,43,.25);border-radius:18px;color:var(--forest);font-weight:900;background:#f8f4eb}.premium-form label{display:grid;gap:8px;color:var(--forest);font-weight:900;font-size:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid .full{grid-column:1/-1}.premium-form input,.premium-form select,.premium-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:14px 16px;background:#fff;color:var(--ink);outline:none}.premium-form input:focus,.premium-form select:focus,.premium-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(201,149,72,.12)}.reservation-panel,.contact-card,.narrow-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:40px;box-shadow:var(--soft-shadow)}.form-note{font-size:13px;margin-top:14px}.contact-list{display:grid;gap:16px;margin:24px 0}.contact-list li{display:grid;gap:4px}.contact-list strong{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--gold)}.contact-list a{font-weight:900;color:var(--forest)}.contact-list span{color:var(--muted)}.utility-page{min-height:70svh;display:flex;align-items:center;padding-top:180px}.narrow-card{max-width:760px;text-align:center}.narrow-card .inline-actions{justify-content:center}.narrow-card h1{font-size:clamp(36px,5vw,64px);margin-bottom:18px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease, transform .65s ease}.reveal.is-visible{opacity:1;transform:none}
@media (max-width:1080px){.main-nav{position:fixed;left:20px;right:20px;top:126px;background:#fff;border-radius:26px;box-shadow:var(--shadow);padding:18px;display:none;flex-direction:column;align-items:stretch}.main-nav.is-open{display:flex}.main-nav a{padding:14px 16px}.nav-toggle{display:flex}.nav-actions{margin-left:auto}.nav-phone{display:none}.booking-strip-inner{grid-template-columns:1fr 1fr}.booking-strip-inner>div{border-right:0}.two-col,.room-detail-card,.split-feature{grid-template-columns:1fr}.card-grid,.experience-grid,.place-grid,.tariff-grid,.policy-layout,.gallery-page-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.gallery-mosaic{grid-template-columns:1fr 1fr}.gallery-mosaic img:first-child{grid-row:auto}.gallery-mosaic img:nth-child(4){grid-column:auto}}
@media (max-width:720px){.container{width:min(100% - 26px,var(--container))}.top-ribbon{display:none}.nav-shell{height:72px;border-radius:0 0 22px 22px}.brand img{height:48px}.nav-actions .btn{display:none}.main-nav{top:88px}.hero,.page-hero{min-height:780px;padding:132px 0 72px}.small-hero{min-height:560px}.hero-overlay{background:linear-gradient(0deg,rgba(10,23,16,.84),rgba(10,23,16,.36))}.hero-actions,.inline-actions,.cta-actions{align-items:stretch;flex-direction:column}.btn{width:100%}.section-pad{padding:76px 0}.booking-strip{margin-top:-30px}.booking-strip-inner{grid-template-columns:1fr;padding:18px}.booking-strip-inner>div{padding:8px 0;border-bottom:1px solid var(--line)}.booking-strip-inner>div:nth-child(3){border-bottom:0}.card-grid,.experience-grid,.place-grid,.tariff-grid,.policy-layout,.gallery-page-grid,.footer-grid{grid-template-columns:1fr}.gallery-mosaic{grid-template-columns:1fr;grid-auto-rows:220px}.form-grid{grid-template-columns:1fr}.cta-card,.footer-cta-inner{align-items:stretch;flex-direction:column;padding:30px}.footer-bottom{flex-direction:column}.image-badge{left:18px;right:18px;bottom:18px}.floating-whatsapp{right:14px;bottom:14px;padding:12px 14px}.room-detail-card,.reservation-panel,.contact-card,.narrow-card,.feature-panel{padding:24px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.btn:hover{transform:none}}

/* =========================================================
   Birds View Kasauli official-logo brand refinement
   Inspired by the official logo: mountain green, leaf green,
   sunshine gold, clean white space and premium resort calm.
   ========================================================= */
:root{
  --forest:#00772b;
  --forest-2:#053d19;
  --leaf:#63b000;
  --gold:#f4bf16;
  --gold-2:#ffe08a;
  --cream:#fffaf0;
  --sand:#f6efd9;
  --ink:#102116;
  --muted:#5d6d61;
  --line:rgba(0,119,43,.14);
  --shadow:0 28px 90px rgba(5,61,25,.16);
  --soft-shadow:0 18px 54px rgba(5,61,25,.10);
}
body{background:linear-gradient(180deg,#fffdf8 0%,var(--cream) 42%,#fff 100%)}
.eyebrow{color:var(--forest);font-weight:900}.eyebrow.light{color:var(--gold-2)}
h1,h2,h3{color:var(--forest-2)}
.top-ribbon{background:linear-gradient(90deg,#053d19,#006f2a);border-bottom:1px solid rgba(255,255,255,.14)}
.nav-shell{height:92px;background:rgba(255,255,255,.92);border:1px solid rgba(0,119,43,.10);box-shadow:0 20px 70px rgba(5,61,25,.10)}
.site-header.is-scrolled .nav-shell{background:rgba(255,255,255,.98);box-shadow:0 20px 70px rgba(5,61,25,.16)}
.brand{min-width:210px;align-self:stretch;display:flex;align-items:center}
.brand img{height:72px;width:auto;max-width:230px;object-fit:contain;background:#fff;border-radius:18px;padding:6px 10px;box-shadow:0 12px 34px rgba(0,119,43,.10)}
.main-nav a{color:#183f24;font-weight:900}.main-nav a:hover,.main-nav a.is-active{background:linear-gradient(135deg,rgba(0,119,43,.10),rgba(99,176,0,.12));color:var(--forest-2)}
.nav-phone{color:var(--forest-2)}
.btn-primary{background:linear-gradient(135deg,var(--gold),#ffe08a);color:#143315;box-shadow:0 16px 36px rgba(244,191,22,.26)}
.btn-dark{background:linear-gradient(135deg,var(--forest),var(--forest-2));box-shadow:0 18px 44px rgba(5,61,25,.22)}
.hero-overlay{background:radial-gradient(circle at 72% 46%,rgba(244,191,22,.20),transparent 26%),linear-gradient(90deg,rgba(5,35,16,.88),rgba(5,35,16,.60) 48%,rgba(5,35,16,.30)),linear-gradient(0deg,rgba(5,35,16,.48),rgba(5,35,16,.06))}
.hero-content{max-width:980px}.hero-content h1{text-shadow:0 14px 54px rgba(0,0,0,.28)}
.hero-copy{max-width:790px;color:rgba(255,255,255,.90)}
.hero-points span{border-color:rgba(255,224,138,.34);background:rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.20)}
.booking-strip-inner{border:1px solid rgba(0,119,43,.12);box-shadow:0 30px 80px rgba(5,61,25,.16)}
.strip-label{color:var(--forest)}
.signature-card{border-color:rgba(0,119,43,.14);box-shadow:0 18px 54px rgba(0,119,43,.10)}
.signature-card strong{color:var(--forest-2)}
.image-badge{border:1px solid rgba(0,119,43,.12)}
.room-card,.experience-card,.feature-panel,.reservation-panel,.contact-card,.narrow-card,.tariff-card,.gallery-tile,.place-card,.policy-card{border-color:rgba(0,119,43,.11);box-shadow:var(--soft-shadow)}
.room-card{transition:transform .28s ease, box-shadow .28s ease}.room-card:hover{transform:translateY(-6px);box-shadow:0 24px 70px rgba(5,61,25,.16)}
.room-card-body li,.pill-list li{background:linear-gradient(135deg,rgba(0,119,43,.10),rgba(99,176,0,.13));color:var(--forest-2)}
.room-card-body a,.text-link{color:var(--forest-2)}
.experience-card span{background:linear-gradient(135deg,var(--forest),var(--leaf));color:#fff}.experience-card:before{background:radial-gradient(circle,rgba(244,191,22,.22),rgba(99,176,0,.07))}
.bg-deep{background:radial-gradient(circle at 84% 16%,rgba(244,191,22,.20),transparent 26%),linear-gradient(135deg,#042d13,#006528 58%,#043818)}
.cta-card,.footer-cta-inner{background:radial-gradient(circle at 88% 16%,rgba(244,191,22,.22),transparent 26%),linear-gradient(135deg,#053d19,#00772b 60%,#042d13)}
.cta-card:before,.footer-cta-inner:before{background:rgba(244,191,22,.18)}
.site-footer{background:linear-gradient(180deg,#063816,#021d0b)}
.footer-brand img{width:230px;height:auto;background:#fff;border-radius:22px;padding:12px;box-shadow:0 20px 54px rgba(0,0,0,.18)}
.footer-socials a:hover{background:rgba(244,191,22,.14);border-color:rgba(244,191,22,.48)}
.floating-whatsapp{background:linear-gradient(135deg,#25D366,#128C3A);box-shadow:0 18px 46px rgba(18,140,58,.28)}
.premium-form input:focus,.premium-form select:focus,.premium-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(244,191,22,.16)}

@media (max-width:1080px){
  .brand{min-width:180px}.brand img{height:64px;max-width:210px}
}
@media (max-width:720px){
  .nav-shell{height:78px}.brand{min-width:auto}.brand img{height:58px;max-width:174px;padding:5px 8px;border-radius:15px}.main-nav{top:94px}.hero,.page-hero{padding-top:148px}
}

/* =========================================================
   HOME V2 — premium resort homepage refinement
   Use this layer for the first-page finalization. It overrides
   the earlier generic layout without disturbing the remaining PHP pages.
   ========================================================= */
.site-header{position:fixed;inset:0 0 auto;z-index:1000}.top-ribbon{font-size:12px;background:linear-gradient(90deg,#052b13,#00772b);overflow:hidden}.ribbon-inner{height:28px}.nav-shell{height:76px;margin-top:0;border-radius:0 0 26px 26px;padding:0 20px;gap:18px;background:rgba(255,255,255,.94);box-shadow:0 18px 56px rgba(5,61,25,.13);border:1px solid rgba(0,119,43,.10)}.brand{min-width:164px;align-self:center}.brand img{height:54px;max-width:158px;width:auto;padding:5px 8px;border-radius:16px;box-shadow:0 10px 28px rgba(0,119,43,.10);object-fit:contain}.main-nav{gap:3px}.main-nav a{font-size:13px;padding:10px 11px}.nav-actions{gap:8px}.nav-phone{font-size:14px}.btn-small{padding:10px 16px}

.home-hero-v2{position:relative;min-height:820px;display:flex;align-items:center;overflow:hidden;background:#03210e;padding:142px 0 88px}.home-hero-v2-media{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02);filter:saturate(1.05) contrast(1.04)}.home-hero-v2-overlay{position:absolute;inset:0;background:radial-gradient(circle at 72% 26%,rgba(244,191,22,.18),transparent 24%),linear-gradient(90deg,rgba(3,22,10,.92),rgba(4,37,16,.72) 46%,rgba(3,28,14,.42)),linear-gradient(0deg,rgba(3,20,10,.78),rgba(3,20,10,.10) 48%,rgba(3,20,10,.48))}.home-hero-v2:after{content:"";position:absolute;left:-10%;right:-10%;bottom:-86px;height:160px;background:linear-gradient(180deg,rgba(255,250,240,0),#fffaf0 48%,#fffaf0);filter:blur(2px)}.home-hero-v2-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:54px;align-items:center}.home-hero-v2-copy{max-width:850px}.hero-kicker-v2{display:inline-flex;align-items:center;gap:10px;margin:0 0 22px;padding:10px 14px;border:1px solid rgba(255,224,138,.28);border-radius:999px;background:rgba(255,255,255,.11);color:#fff7d7;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:900;backdrop-filter:blur(14px)}.hero-kicker-v2 span{width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(244,191,22,.18)}.home-hero-v2 h1{max-width:850px;color:#fff;font-size:clamp(52px,7.4vw,104px);line-height:.96;letter-spacing:-.055em;text-shadow:0 18px 70px rgba(0,0,0,.34)}.hero-lead-v2{max-width:720px;margin-top:26px;color:rgba(255,255,255,.90);font-size:clamp(18px,2vw,23px);line-height:1.62}.hero-actions-v2{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:38px}.btn-xl{padding:17px 28px;font-size:15px}.btn-glass{border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.12);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.18);backdrop-filter:blur(16px)}.btn-glass:hover{background:rgba(255,255,255,.18)}.hero-proof-v2{display:grid;grid-template-columns:repeat(3,minmax(0,150px));gap:12px;margin-top:42px}.hero-proof-v2 div{padding:15px 16px;border-radius:20px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px)}.hero-proof-v2 strong{display:block;color:#fff;font-size:22px;line-height:1;font-family:Georgia,'Times New Roman',serif}.hero-proof-v2 span{display:block;margin-top:4px;color:rgba(255,255,255,.74);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.hero-booking-card-v2{background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.58);box-shadow:0 30px 90px rgba(0,0,0,.28);border-radius:34px;padding:26px;backdrop-filter:blur(22px);align-self:center}.booking-card-top-v2{padding:20px 20px 22px;border-radius:24px;background:linear-gradient(135deg,#053d19,#00772b);color:#fff;position:relative;overflow:hidden}.booking-card-top-v2:after{content:"";position:absolute;right:-44px;top:-44px;width:126px;height:126px;border-radius:50%;background:rgba(244,191,22,.22)}.booking-card-top-v2 span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:#ffe9a4;font-weight:900}.booking-card-top-v2 strong{display:block;margin-top:6px;font-size:28px;line-height:1.05;font-family:Georgia,'Times New Roman',serif}.booking-card-list-v2{display:grid;gap:0;margin:18px 0}.booking-card-list-v2 li{display:flex;justify-content:space-between;gap:18px;padding:15px 4px;border-bottom:1px solid rgba(0,119,43,.12)}.booking-card-list-v2 span{color:var(--muted);font-size:13px;font-weight:800}.booking-card-list-v2 strong{text-align:right;color:var(--forest-2);font-size:14px;max-width:210px}.hero-booking-card-v2 .btn{width:100%;margin-top:4px}.hero-booking-card-v2 p{font-size:13px;line-height:1.55;margin-top:14px;color:var(--muted);text-align:center}

.home-search-strip-v2{position:relative;z-index:5;margin-top:-52px}.home-search-strip-v2-inner{display:grid;grid-template-columns:1fr 1.1fr 1.2fr auto;gap:0;align-items:center;background:#fff;border:1px solid rgba(0,119,43,.12);border-radius:30px;padding:12px;box-shadow:0 30px 80px rgba(5,61,25,.14)}.home-search-strip-v2-inner>div{padding:13px 20px;border-right:1px solid rgba(0,119,43,.12)}.home-search-strip-v2-inner>div:nth-child(3){border-right:0}.home-search-strip-v2 span{display:block;margin-bottom:3px;font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--forest)}.home-search-strip-v2 strong{display:block;color:#142719;font-size:15px;line-height:1.3}

.intro-luxury-v2{background:linear-gradient(180deg,#fffaf0 0%,#fff 100%);padding-top:126px}.intro-luxury-grid-v2{display:grid;grid-template-columns:minmax(0,1fr) 480px;gap:76px;align-items:center}.intro-luxury-copy-v2 h2{max-width:760px}.intro-luxury-copy-v2 p:not(.eyebrow){font-size:18px;margin-top:22px;max-width:720px}.luxury-signature-v2{display:inline-flex;align-items:center;gap:16px;margin-top:34px;padding:14px 18px;border:1px solid rgba(0,119,43,.12);border-radius:24px;background:#fff;box-shadow:0 18px 54px rgba(5,61,25,.09)}.luxury-signature-v2 img{width:118px;height:auto;border-radius:14px;background:#fff}.luxury-signature-v2 strong,.luxury-signature-v2 span{display:block}.luxury-signature-v2 strong{color:var(--forest-2);font-weight:900}.luxury-signature-v2 span{color:var(--muted);font-size:13px}.intro-luxury-visual-v2{position:relative}.intro-luxury-visual-v2:before{content:"";position:absolute;inset:22px -22px -22px 22px;border-radius:36px;background:linear-gradient(135deg,rgba(244,191,22,.26),rgba(0,119,43,.18));z-index:0}.intro-luxury-visual-v2 img{position:relative;z-index:1;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:36px;box-shadow:0 30px 80px rgba(5,61,25,.16)}.visual-note-v2{position:absolute;z-index:2;left:-28px;bottom:34px;width:min(310px,calc(100% - 40px));padding:20px 22px;border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 24px 70px rgba(5,61,25,.15);border:1px solid rgba(0,119,43,.12);backdrop-filter:blur(12px)}.visual-note-v2 strong,.visual-note-v2 span{display:block}.visual-note-v2 strong{color:var(--forest-2);font-family:Georgia,'Times New Roman',serif;font-size:22px}.visual-note-v2 span{margin-top:4px;color:var(--muted);font-size:13px;font-weight:800}

.rooms-luxury-v2{background:linear-gradient(180deg,#fff 0%,#f6efd9 100%)}.room-showcase-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.room-card-v2{background:#fff;border:1px solid rgba(0,119,43,.12);border-radius:34px;overflow:hidden;box-shadow:0 18px 54px rgba(5,61,25,.10);transition:transform .25s ease,box-shadow .25s ease}.room-card-v2:hover{transform:translateY(-7px);box-shadow:0 30px 90px rgba(5,61,25,.16)}.room-card-image-v2{position:relative;overflow:hidden}.room-card-image-v2 img{width:100%;aspect-ratio:1.12/1;object-fit:cover;transition:transform .35s ease}.room-card-v2:hover .room-card-image-v2 img{transform:scale(1.05)}.room-card-image-v2 span{position:absolute;left:18px;top:18px;display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.92);color:var(--forest);font-weight:900;box-shadow:0 10px 32px rgba(0,0,0,.14)}.room-card-content-v2{padding:28px}.room-card-content-v2 h3{font-size:28px}.room-card-content-v2 p{margin-top:12px}.room-card-content-v2 ul{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 24px}.room-card-content-v2 li{padding:8px 11px;border-radius:999px;background:linear-gradient(135deg,rgba(0,119,43,.10),rgba(99,176,0,.13));color:var(--forest-2);font-size:12px;font-weight:900}.room-card-content-v2 a{font-weight:900;color:var(--forest-2);border-bottom:1px solid currentColor}

.experience-luxury-v2{background:#fff}.experience-luxury-grid-v2{display:grid;grid-template-columns:380px minmax(0,1fr);gap:56px;align-items:start}.experience-sticky-v2{position:sticky;top:132px;padding:36px;border-radius:34px;background:linear-gradient(135deg,#053d19,#00772b);box-shadow:0 26px 78px rgba(5,61,25,.16);color:#fff}.experience-sticky-v2 h2,.experience-sticky-v2 p{color:#fff}.experience-sticky-v2 p:not(.eyebrow){margin:18px 0 28px;color:rgba(255,255,255,.82)}.experience-cards-v2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.experience-card-v2{position:relative;min-height:220px;padding:28px;border-radius:30px;background:#fff;border:1px solid rgba(0,119,43,.12);box-shadow:0 16px 48px rgba(5,61,25,.09);overflow:hidden}.experience-card-v2:after{content:"";position:absolute;right:-40px;top:-40px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(244,191,22,.22),rgba(99,176,0,.07))}.experience-card-v2 span{position:relative;z-index:1;display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--forest),var(--leaf));color:#fff;font-weight:900;margin-bottom:34px}.experience-card-v2 h3,.experience-card-v2 p{position:relative;z-index:1}.experience-card-v2 h3{font-size:25px;margin-bottom:10px}.experience-card-v2 p{font-size:15px;line-height:1.6}

.gallery-luxury-v2{background:radial-gradient(circle at 82% 10%,rgba(244,191,22,.18),transparent 24%),linear-gradient(135deg,#042d13,#00772b 58%,#021d0b);color:#fff;overflow:hidden}.gallery-luxury-head-v2{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:38px}.gallery-luxury-head-v2 h2{max-width:830px;color:#fff}.gallery-luxury-grid-v2{display:grid;grid-template-columns:1.1fr .75fr .75fr;grid-auto-rows:225px;gap:18px}.gallery-luxury-grid-v2 img{width:100%;height:100%;object-fit:cover;border-radius:30px;box-shadow:0 22px 70px rgba(0,0,0,.20)}.gallery-luxury-grid-v2 img:first-child{grid-row:span 2}.gallery-luxury-grid-v2 img:nth-child(4){grid-column:span 2}

.location-luxury-v2{background:#fffaf0}.location-luxury-grid-v2{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:62px;align-items:center}.location-luxury-grid-v2 p:not(.eyebrow){font-size:18px;margin-top:22px}.nearby-list-v2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}.nearby-list-v2 div{background:#fff;border:1px solid rgba(0,119,43,.12);border-radius:22px;padding:18px;box-shadow:0 10px 30px rgba(5,61,25,.07)}.nearby-list-v2 strong,.nearby-list-v2 span{display:block}.nearby-list-v2 strong{color:var(--forest-2);font-weight:900}.nearby-list-v2 span{margin-top:4px;color:var(--muted);font-size:13px}.map-card-v2{border-radius:34px;overflow:hidden;background:#fff;padding:10px;border:1px solid rgba(0,119,43,.12);box-shadow:0 28px 80px rgba(5,61,25,.15)}.map-card-v2 iframe{width:100%;height:520px;border:0;border-radius:26px;display:block}

@media (max-width:1180px){.home-hero-v2-inner{grid-template-columns:1fr}.hero-booking-card-v2{max-width:520px}.home-search-strip-v2-inner{grid-template-columns:1fr 1fr}.home-search-strip-v2-inner>div{border-right:0}.intro-luxury-grid-v2,.location-luxury-grid-v2{grid-template-columns:1fr}.intro-luxury-visual-v2{max-width:560px}.experience-luxury-grid-v2{grid-template-columns:1fr}.experience-sticky-v2{position:relative;top:auto}.room-showcase-v2{grid-template-columns:1fr 1fr}}
@media (max-width:1080px){.nav-shell{height:72px}.brand img{height:50px;max-width:150px}.main-nav{top:98px}.home-hero-v2{padding-top:126px;min-height:auto}.home-hero-v2 h1{font-size:clamp(48px,10vw,76px)}}
@media (max-width:760px){.top-ribbon{display:none}.nav-shell{height:72px;border-radius:0 0 22px 22px}.brand img{height:48px;max-width:142px}.home-hero-v2{padding:112px 0 74px;min-height:auto}.home-hero-v2-inner{gap:30px}.hero-kicker-v2{font-size:10px;letter-spacing:.12em}.hero-lead-v2{font-size:17px}.hero-actions-v2{flex-direction:column;align-items:stretch}.hero-proof-v2{grid-template-columns:1fr}.hero-booking-card-v2{padding:18px;border-radius:26px}.booking-card-list-v2 li{display:grid;gap:4px}.booking-card-list-v2 strong{text-align:left;max-width:none}.home-search-strip-v2{margin-top:-26px}.home-search-strip-v2-inner{grid-template-columns:1fr;border-radius:24px}.home-search-strip-v2-inner>div{border-right:0;border-bottom:1px solid rgba(0,119,43,.12);padding:12px}.home-search-strip-v2-inner .btn{width:100%}.intro-luxury-v2{padding-top:86px}.intro-luxury-grid-v2{gap:42px}.luxury-signature-v2{align-items:flex-start}.luxury-signature-v2 img{width:96px}.visual-note-v2{left:16px;right:16px;bottom:16px;width:auto}.room-showcase-v2,.experience-cards-v2,.nearby-list-v2{grid-template-columns:1fr}.gallery-luxury-head-v2{align-items:stretch;flex-direction:column}.gallery-luxury-grid-v2{grid-template-columns:1fr;grid-auto-rows:220px}.gallery-luxury-grid-v2 img:first-child,.gallery-luxury-grid-v2 img:nth-child(4){grid-row:auto;grid-column:auto}.map-card-v2 iframe{height:380px}.home-hero-v2:after{height:90px;bottom:-52px}}


/* =========================================================
   HOME V3 FINAL — world-class resort homepage + clean footer
   ========================================================= */
body.page-home{background:#fffaf0}.page-home main{overflow:hidden}.top-ribbon{display:block}.nav-shell{max-width:1180px}.brand img{height:58px;max-width:170px}.nav-actions .btn-small{background:linear-gradient(135deg,#f4bf16,#ffe28a);color:#123817}
.bv-home-hero{position:relative;min-height:920px;display:flex;align-items:center;padding:148px 0 115px;background:#041f0e;overflow:hidden}.bv-home-hero-media{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(1.08) contrast(1.06);transform:scale(1.03)}.bv-home-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 74% 24%,rgba(244,191,22,.22),transparent 24%),linear-gradient(90deg,rgba(2,22,9,.93),rgba(4,45,19,.76) 48%,rgba(3,34,16,.42)),linear-gradient(0deg,rgba(2,22,9,.72),rgba(2,22,9,.16) 48%,rgba(2,22,9,.50))}.bv-home-hero:after{content:"";position:absolute;left:-10%;right:-10%;bottom:-1px;height:170px;background:linear-gradient(180deg,rgba(255,250,240,0),#fffaf0 76%)}.bv-home-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:56px;align-items:center}.bv-hero-copy{max-width:900px}.bv-mini-label{display:inline-flex;align-items:center;gap:10px;padding:10px 15px;border-radius:999px;border:1px solid rgba(255,224,138,.30);background:rgba(255,255,255,.11);backdrop-filter:blur(16px);font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.16em;color:#fff6d7;font-weight:900}.bv-mini-label span{width:9px;height:9px;border-radius:50%;background:#f4bf16;box-shadow:0 0 0 6px rgba(244,191,22,.18)}.bv-home-hero h1{margin-top:24px;max-width:920px;color:#fff;font-size:clamp(58px,8vw,116px);line-height:.94;letter-spacing:-.06em;text-shadow:0 24px 80px rgba(0,0,0,.36)}.bv-hero-lead{max-width:760px;margin-top:26px;color:rgba(255,255,255,.90);font-size:clamp(18px,2vw,24px);line-height:1.62}.bv-hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:40px}.bv-hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,160px));gap:12px;margin-top:42px}.bv-hero-proof div{border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.12);border-radius:22px;padding:16px;backdrop-filter:blur(16px)}.bv-hero-proof strong{display:block;color:#fff;font-size:26px;line-height:1;font-family:Georgia,'Times New Roman',serif}.bv-hero-proof span{display:block;margin-top:6px;color:rgba(255,255,255,.72);font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.bv-direct-card{background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.62);border-radius:34px;padding:26px;box-shadow:0 34px 100px rgba(0,0,0,.30);backdrop-filter:blur(24px)}.bv-direct-card-head{position:relative;overflow:hidden;border-radius:24px;padding:22px;background:linear-gradient(135deg,#053d19,#00772b);color:#fff}.bv-direct-card-head:after{content:"";position:absolute;right:-44px;top:-44px;width:128px;height:128px;border-radius:50%;background:rgba(244,191,22,.24)}.bv-direct-card-head span{display:block;color:#ffe8a6;font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-weight:900}.bv-direct-card-head strong{display:block;margin-top:7px;font-family:Georgia,'Times New Roman',serif;font-size:30px;line-height:1.05}.bv-direct-card ul{display:grid;margin:18px 0}.bv-direct-card li{display:flex;justify-content:space-between;gap:18px;padding:14px 2px;border-bottom:1px solid rgba(0,119,43,.13)}.bv-direct-card li span{font-size:12px;font-weight:900;color:#667267}.bv-direct-card li strong{text-align:right;max-width:220px;font-size:14px;color:#053d19}.bv-direct-card .btn{width:100%;margin-top:6px}.bv-direct-card p{margin-top:14px;text-align:center;font-size:13px;line-height:1.55;color:#5d6d61}
.bv-trust-strip{position:relative;z-index:4;margin-top:-64px}.bv-trust-strip-inner{display:grid;grid-template-columns:1fr 1.15fr 1.25fr auto;gap:0;align-items:center;background:#fff;border:1px solid rgba(0,119,43,.12);border-radius:32px;padding:12px;box-shadow:0 34px 90px rgba(5,61,25,.16)}.bv-trust-strip-inner>div{padding:15px 22px;border-right:1px solid rgba(0,119,43,.12)}.bv-trust-strip-inner>div:nth-child(3){border-right:0}.bv-trust-strip span{display:block;margin-bottom:4px;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#00772b;font-weight:900}.bv-trust-strip strong{display:block;color:#122718;font-size:15px;line-height:1.3}
.bv-story-section{padding-top:130px;background:linear-gradient(180deg,#fffaf0,#fff)}.bv-story-grid{display:grid;grid-template-columns:minmax(0,1fr) 480px;gap:76px;align-items:center}.bv-story-copy p:not(.eyebrow){font-size:18px;margin-top:22px;max-width:740px}.bv-brand-note{display:inline-flex;align-items:center;gap:16px;margin-top:34px;background:#fff;border:1px solid rgba(0,119,43,.12);border-radius:24px;padding:14px 18px;box-shadow:0 18px 54px rgba(5,61,25,.09)}.bv-brand-note img{width:118px;height:auto;border-radius:14px;background:#fff}.bv-brand-note strong,.bv-brand-note span{display:block}.bv-brand-note strong{font-weight:900;color:#053d19}.bv-brand-note span{font-size:13px;color:#5d6d61}.bv-image-editorial{position:relative}.bv-image-editorial:before{content:"";position:absolute;inset:24px -24px -24px 24px;border-radius:38px;background:linear-gradient(135deg,rgba(244,191,22,.28),rgba(0,119,43,.18))}.bv-image-editorial img{position:relative;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:38px;box-shadow:0 30px 90px rgba(5,61,25,.18)}.bv-image-editorial div{position:absolute;left:-28px;bottom:34px;width:min(310px,calc(100% - 40px));padding:20px 22px;border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 24px 70px rgba(5,61,25,.16);border:1px solid rgba(0,119,43,.12);backdrop-filter:blur(12px)}.bv-image-editorial strong,.bv-image-editorial span{display:block}.bv-image-editorial strong{font-family:Georgia,'Times New Roman',serif;font-size:23px;color:#053d19}.bv-image-editorial span{margin-top:4px;color:#5d6d61;font-size:13px;font-weight:800}
.bv-room-section{background:linear-gradient(180deg,#fff,#f6efd9)}.bv-room-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bv-room-card{background:#fff;border:1px solid rgba(0,119,43,.12);border-radius:34px;overflow:hidden;box-shadow:0 18px 54px rgba(5,61,25,.10);transition:transform .25s ease,box-shadow .25s ease}.bv-room-card:hover{transform:translateY(-7px);box-shadow:0 30px 90px rgba(5,61,25,.16)}.bv-room-img{position:relative;overflow:hidden}.bv-room-img img{width:100%;aspect-ratio:1.12/1;object-fit:cover;transition:transform .35s ease}.bv-room-card:hover .bv-room-img img{transform:scale(1.05)}.bv-room-img span{position:absolute;left:18px;top:18px;display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.92);color:#00772b;font-weight:900;box-shadow:0 10px 32px rgba(0,0,0,.14)}.bv-room-body{padding:28px}.bv-room-body h3{font-size:28px}.bv-room-body p{margin-top:12px}.bv-room-body ul{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 24px}.bv-room-body li{padding:8px 11px;border-radius:999px;background:linear-gradient(135deg,rgba(0,119,43,.10),rgba(99,176,0,.13));color:#053d19;font-size:12px;font-weight:900}.bv-room-body a{font-weight:900;color:#053d19;border-bottom:1px solid currentColor}
.bv-moments-section{background:radial-gradient(circle at 84% 12%,rgba(244,191,22,.20),transparent 26%),linear-gradient(135deg,#042d13,#00772b 58%,#021d0b);color:#fff}.bv-moments-grid{display:grid;grid-template-columns:380px minmax(0,1fr);gap:56px;align-items:start}.bv-moments-intro{position:sticky;top:124px}.bv-moments-intro h2,.bv-moments-intro p{color:#fff}.bv-moments-intro p:not(.eyebrow){margin:18px 0 30px;color:rgba(255,255,255,.82)}.bv-moment-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.bv-moment-list article{min-height:230px;padding:28px;border-radius:30px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);box-shadow:0 20px 60px rgba(0,0,0,.12);backdrop-filter:blur(14px)}.bv-moment-list span{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:#f4bf16;color:#143315;font-weight:900;margin-bottom:34px}.bv-moment-list h3{color:#fff;font-size:26px}.bv-moment-list p{margin-top:10px;color:rgba(255,255,255,.78)}
.bv-guest-fit-section{background:#fffaf0}.bv-fit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.bv-fit-grid article{padding:32px;border-radius:32px;background:#fff;border:1px solid rgba(0,119,43,.12);box-shadow:0 18px 54px rgba(5,61,25,.09)}.bv-fit-grid span{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(244,191,22,.22);color:#053d19;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.bv-fit-grid h3{margin-top:32px}.bv-fit-grid p{margin-top:12px}
.bv-staydirect-section{padding-top:0;background:#fffaf0}.bv-staydirect-card,.bv-final-card{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:52px;border-radius:38px;background:radial-gradient(circle at 84% 16%,rgba(244,191,22,.24),transparent 26%),linear-gradient(135deg,#053d19,#00772b 58%,#042d13);color:#fff;box-shadow:0 30px 90px rgba(5,61,25,.17);overflow:hidden}.bv-staydirect-card h2,.bv-staydirect-card p,.bv-final-card h2,.bv-final-card p{color:#fff}.bv-staydirect-card p:not(.eyebrow),.bv-final-card p:not(.eyebrow){max-width:720px;margin-top:16px;color:rgba(255,255,255,.82)}.bv-staydirect-actions,.bv-final-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.bv-itinerary-section{background:#fff}.bv-itinerary-grid{display:grid;grid-template-columns:minmax(0,1fr) 560px;gap:68px;align-items:center}.bv-itinerary-grid p:not(.eyebrow){font-size:18px;margin-top:22px;max-width:680px}.bv-timeline{display:grid;gap:16px}.bv-timeline div{position:relative;padding:24px 26px 24px 34px;border-radius:26px;background:#fffaf0;border:1px solid rgba(0,119,43,.12);box-shadow:0 14px 40px rgba(5,61,25,.08)}.bv-timeline div:before{content:"";position:absolute;left:0;top:26px;bottom:26px;width:5px;border-radius:999px;background:#f4bf16}.bv-timeline span{display:block;color:#00772b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.bv-timeline strong{display:block;margin-top:4px;color:#053d19;font-size:20px}.bv-timeline p{margin-top:6px;font-size:15px}
.bv-home-gallery-section{background:radial-gradient(circle at 82% 10%,rgba(244,191,22,.18),transparent 24%),linear-gradient(135deg,#042d13,#00772b 58%,#021d0b);color:#fff}.bv-gallery-head{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:38px}.bv-gallery-head h2{max-width:830px;color:#fff}.bv-gallery-grid{display:grid;grid-template-columns:1.1fr .75fr .75fr;grid-auto-rows:225px;gap:18px}.bv-gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:30px;box-shadow:0 22px 70px rgba(0,0,0,.20)}.bv-gallery-grid img:first-child{grid-row:span 2}.bv-gallery-grid img:nth-child(4){grid-column:span 2}
.bv-location-section{background:#fffaf0}.bv-location-grid{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:62px;align-items:center}.bv-location-grid p:not(.eyebrow){font-size:18px;margin-top:22px}.bv-nearby-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}.bv-nearby-list div{background:#fff;border:1px solid rgba(0,119,43,.12);border-radius:22px;padding:18px;box-shadow:0 10px 30px rgba(5,61,25,.07)}.bv-nearby-list strong,.bv-nearby-list span{display:block}.bv-nearby-list strong{color:#053d19;font-weight:900}.bv-nearby-list span{margin-top:4px;color:#5d6d61;font-size:13px}.bv-map-card{border-radius:34px;overflow:hidden;background:#fff;padding:10px;border:1px solid rgba(0,119,43,.12);box-shadow:0 28px 80px rgba(5,61,25,.15)}.bv-map-card iframe{width:100%;height:520px;border:0;border-radius:26px;display:block}.bv-final-home-cta{background:#fff;padding-top:0}
.bv-footer-clean{padding:0;background:linear-gradient(180deg,#053d19,#021d0b);color:#fff}.bv-footer-booking{transform:translateY(-54px);margin-bottom:-24px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 34px;border-radius:32px;background:#fff;color:#102116;border:1px solid rgba(0,119,43,.12);box-shadow:0 30px 90px rgba(5,61,25,.18)}.bv-footer-booking span{display:block;color:#00772b;font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:900}.bv-footer-booking strong{display:block;margin-top:4px;font-family:Georgia,'Times New Roman',serif;font-size:30px;line-height:1.1;color:#053d19}.bv-footer-booking p{margin-top:7px;color:#5d6d61}.bv-footer-main{display:grid;grid-template-columns:1.45fr .75fr .85fr 1.15fr;gap:44px;padding:34px 0 44px}.bv-footer-brand img{width:220px;height:auto;background:#fff;border-radius:22px;padding:12px;box-shadow:0 20px 54px rgba(0,0,0,.18)}.bv-footer-brand p{margin-top:20px;max-width:360px;color:rgba(255,255,255,.72)}.bv-footer-socials{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.bv-footer-socials a{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:9px 13px;color:#fff;font-weight:900;font-size:13px}.bv-footer-socials a:hover{background:rgba(244,191,22,.14);border-color:rgba(244,191,22,.48)}.bv-footer-col h3{font-size:18px;color:#fff;margin-bottom:18px;font-family:inherit;letter-spacing:0}.bv-footer-col ul{display:grid;gap:10px}.bv-footer-col a,.bv-footer-col address{color:rgba(255,255,255,.72)}.bv-footer-col a:hover{color:#fff}.bv-footer-contact address{margin-bottom:12px}.bv-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);padding:22px 0 30px}.bv-footer-bottom p{color:rgba(255,255,255,.64);font-size:14px}.footer-cta,.footer-grid,.footer-bottom{display:none!important}
@media (max-width:1180px){.bv-home-hero-inner,.bv-story-grid,.bv-location-grid,.bv-itinerary-grid{grid-template-columns:1fr}.bv-direct-card{max-width:520px}.bv-trust-strip-inner{grid-template-columns:1fr 1fr}.bv-trust-strip-inner>div{border-right:0}.bv-moments-grid{grid-template-columns:1fr}.bv-moments-intro{position:relative;top:auto}.bv-room-grid,.bv-fit-grid{grid-template-columns:1fr 1fr}.bv-footer-main{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.brand img{height:52px;max-width:155px}.bv-home-hero{min-height:auto;padding:122px 0 96px}.bv-home-hero h1{font-size:clamp(48px,14vw,72px)}.bv-home-hero-inner{gap:34px}.bv-hero-actions,.bv-staydirect-actions,.bv-final-actions{flex-direction:column;align-items:stretch}.bv-hero-proof{grid-template-columns:1fr}.bv-direct-card{padding:18px;border-radius:26px}.bv-direct-card li{display:grid;gap:4px}.bv-direct-card li strong{text-align:left;max-width:none}.bv-trust-strip{margin-top:-36px}.bv-trust-strip-inner{grid-template-columns:1fr;border-radius:24px}.bv-trust-strip-inner>div{border-right:0;border-bottom:1px solid rgba(0,119,43,.12);padding:12px}.bv-trust-strip-inner .btn{width:100%}.bv-story-section{padding-top:86px}.bv-story-grid{gap:42px}.bv-brand-note{align-items:flex-start}.bv-brand-note img{width:96px}.bv-image-editorial div{left:16px;right:16px;bottom:16px;width:auto}.bv-room-grid,.bv-fit-grid,.bv-moment-list,.bv-nearby-list,.bv-footer-main{grid-template-columns:1fr}.bv-staydirect-card,.bv-final-card,.bv-footer-booking{align-items:stretch;flex-direction:column;padding:30px}.bv-gallery-head{align-items:stretch;flex-direction:column}.bv-gallery-grid{grid-template-columns:1fr;grid-auto-rows:220px}.bv-gallery-grid img:first-child,.bv-gallery-grid img:nth-child(4){grid-row:auto;grid-column:auto}.bv-map-card iframe{height:380px}.bv-footer-booking{transform:none;margin:0;border-radius:0}.bv-footer-main{padding-top:42px}.bv-footer-bottom{flex-direction:column}.floating-whatsapp{right:14px;bottom:14px;padding:12px 14px}.section-pad{padding:82px 0}}

/* =========================================================
   HOME V4 FINAL — production resort copy + animated hero
   ========================================================= */
.site-header .nav-phone{display:none!important}
.nav-actions{margin-left:auto}
.nav-book-direct,.nav-actions .btn-small{padding:14px 24px!important;min-width:138px;text-align:center;border-radius:999px;font-size:14px!important;letter-spacing:.02em;box-shadow:0 16px 42px rgba(244,191,22,.28)}
.nav-book-direct:hover{transform:translateY(-1px)}

.bv-home-hero{min-height:900px;padding:150px 0 112px;background:#02180b;isolation:isolate}
.bv-home-hero-media{background-position:center center;animation:bvHeroFloat 24s ease-in-out infinite alternate;will-change:transform,background-position;filter:saturate(1.12) contrast(1.08) brightness(.86)}
.bv-home-hero-overlay{background:radial-gradient(circle at 78% 18%,rgba(244,191,22,.18),transparent 20%),linear-gradient(90deg,rgba(1,19,8,.94),rgba(4,45,19,.80) 48%,rgba(3,34,16,.50)),linear-gradient(0deg,rgba(2,22,9,.76),rgba(2,22,9,.18) 48%,rgba(2,22,9,.50))}
.bv-home-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(115deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.06) 46%,rgba(255,255,255,0) 78%);animation:bvLightSweep 13s ease-in-out infinite;pointer-events:none;mix-blend-mode:screen}
.bv-home-hero-inner{z-index:3;grid-template-columns:minmax(0,1fr) 430px;gap:64px}
.bv-home-hero h1{max-width:880px;font-size:clamp(58px,7.8vw,112px);line-height:.94;letter-spacing:-.06em}
.bv-hero-lead{max-width:740px;color:rgba(255,255,255,.92)}
.bv-hero-motion{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden;opacity:.78}.bv-wave{position:absolute;left:-12%;right:-12%;height:220px;border-radius:50%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.08),rgba(244,191,22,.08),rgba(255,255,255,0));filter:blur(12px);transform:rotate(-7deg)}.bv-wave-one{bottom:12%;animation:bvWaveDrift 17s ease-in-out infinite}.bv-wave-two{bottom:26%;opacity:.55;animation:bvWaveDrift 22s ease-in-out infinite reverse}.bv-wave-three{bottom:42%;opacity:.35;animation:bvWaveDrift 29s ease-in-out infinite}
.bv-mini-label{box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}
.bv-hero-actions .btn-primary{font-weight:950;min-width:178px}.bv-hero-proof div{transition:transform .25s ease,background .25s ease}.bv-hero-proof div:hover{transform:translateY(-4px);background:rgba(255,255,255,.17)}

.bv-direct-card{padding:28px;background:rgba(255,255,255,.96);box-shadow:0 36px 110px rgba(0,0,0,.34);border-radius:36px}.bv-direct-card-head strong{font-size:27px;line-height:1.08;max-width:310px}.bv-direct-intro{margin:18px 0 0!important;text-align:left!important;font-size:15px!important;line-height:1.65!important;color:#4f6255!important}.bv-direct-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.bv-direct-card .btn{margin-top:0!important}.btn-outline-dark{border:1px solid rgba(5,61,25,.22);background:#fff;color:#053d19;box-shadow:none}.btn-outline-dark:hover{border-color:#053d19;background:#f7f1df}.bv-powered-note{font-size:12px!important;color:#657368!important}.bv-powered-note a{font-weight:900;color:#00772b;border-bottom:1px solid rgba(0,119,43,.26)}

.bv-gallery-head p:not(.eyebrow){max-width:680px;margin-top:12px;color:rgba(255,255,255,.76)}
.bv-faq-section{background:#fff}.bv-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.bv-faq-grid article{background:#fffaf0;border:1px solid rgba(0,119,43,.12);border-radius:28px;padding:28px;box-shadow:0 16px 46px rgba(5,61,25,.08)}.bv-faq-grid h3{font-size:22px;color:#053d19}.bv-faq-grid p{margin-top:10px;color:#5d6d61}

.bv-footer-clean{margin-top:0}.bv-footer-booking{transform:translateY(-40px);margin-bottom:-14px}.bv-footer-booking strong{font-size:28px}.bv-footer-socials a:last-child{background:rgba(244,191,22,.16);border-color:rgba(244,191,22,.40)}

@keyframes bvHeroFloat{0%{transform:scale(1.04);background-position:50% 50%}100%{transform:scale(1.11);background-position:58% 47%}}
@keyframes bvWaveDrift{0%,100%{transform:translateX(-4%) rotate(-7deg)}50%{transform:translateX(7%) rotate(-4deg)}}
@keyframes bvLightSweep{0%,100%{transform:translateX(-18%);opacity:.18}50%{transform:translateX(18%);opacity:.38}}

@media (prefers-reduced-motion:reduce){.bv-home-hero-media,.bv-wave,.bv-home-hero:before{animation:none!important}}
@media (max-width:1180px){.bv-home-hero{min-height:auto}.bv-home-hero-inner{grid-template-columns:1fr}.bv-direct-card{max-width:560px}.nav-book-direct{min-width:128px}}
@media (max-width:760px){.nav-book-direct,.nav-actions .btn-small{min-width:112px;padding:11px 16px!important}.bv-home-hero{padding:128px 0 92px}.bv-home-hero h1{font-size:clamp(46px,14vw,72px)}.bv-direct-actions{grid-template-columns:1fr}.bv-faq-grid{grid-template-columns:1fr}.bv-wave{height:160px}.bv-home-hero-media{background-position:center center}}

/*
   HOME V5 — cinematic hill resort hero
   Stronger resort-first messaging, clearer premium hierarchy, visible motion.
*/
.bv-home-hero-v5{
    min-height:880px;
    padding:150px 0 108px;
    background:#02170a;
}
.bv-home-hero-v5 .bv-home-hero-media{
    transform:scale(1.08);
    background-position:center center;
    filter:saturate(1.08) contrast(1.1) brightness(.78);
    animation:bvHeroBreathV5 22s ease-in-out infinite alternate;
}
.bv-home-hero-v5 .bv-home-hero-overlay{
    background:
        radial-gradient(circle at 82% 15%,rgba(255,209,63,.22),transparent 18%),
        radial-gradient(circle at 8% 78%,rgba(0,119,43,.28),transparent 28%),
        linear-gradient(90deg,rgba(1,17,8,.95) 0%,rgba(2,31,13,.88) 36%,rgba(5,58,25,.58) 67%,rgba(2,20,8,.48) 100%),
        linear-gradient(0deg,rgba(1,17,8,.74),rgba(1,17,8,.08) 42%,rgba(1,17,8,.52));
}
.bv-home-hero-v5:after{
    height:138px;
    background:linear-gradient(180deg,rgba(255,250,240,0),#fffaf0 78%);
}
.bv-home-hero-v5 .bv-home-hero-inner{
    grid-template-columns:minmax(0,1fr) 430px;
    gap:68px;
    align-items:center;
}
.bv-home-hero-v5 .bv-hero-copy{
    max-width:780px;
}
.bv-home-hero-v5 .bv-mini-label{
    background:rgba(255,255,255,.10);
    border-color:rgba(255,218,102,.34);
    box-shadow:0 20px 70px rgba(0,0,0,.18);
}
.bv-home-hero-v5 h1{
    max-width:760px;
    margin-top:26px;
    font-size:clamp(58px,7vw,102px);
    line-height:.96;
    letter-spacing:-.055em;
    text-wrap:balance;
}
.bv-home-hero-v5 .bv-hero-lead{
    max-width:700px;
    margin-top:26px;
    font-size:clamp(18px,1.55vw,22px);
    line-height:1.62;
    color:rgba(255,255,255,.92);
    text-shadow:0 14px 38px rgba(0,0,0,.38);
}
.bv-home-hero-v5 .bv-hero-actions{
    margin-top:36px;
}
.bv-home-hero-v5 .btn-xl{
    padding:18px 28px;
    border-radius:999px;
}
.bv-home-hero-v5 .bv-hero-proof{
    grid-template-columns:repeat(3,minmax(0,170px));
    margin-top:38px;
}
.bv-home-hero-v5 .bv-hero-proof div{
    position:relative;
    overflow:hidden;
    border-color:rgba(255,229,162,.22);
    background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,.07));
    box-shadow:0 20px 60px rgba(0,0,0,.18);
}
.bv-home-hero-v5 .bv-hero-proof div:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:2px;
    background:linear-gradient(90deg,rgba(244,191,22,0),rgba(244,191,22,.86),rgba(244,191,22,0));
}
.bv-home-hero-v5 .bv-direct-card{
    border-radius:36px;
    padding:28px;
    background:rgba(255,255,255,.95);
    box-shadow:0 38px 110px rgba(0,0,0,.34);
}
.bv-home-hero-v5 .bv-direct-card-head{
    min-height:176px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:26px;
    border-radius:28px;
    background:
        radial-gradient(circle at 92% 8%,rgba(244,191,22,.24),transparent 31%),
        linear-gradient(135deg,#063815,#00742b 100%);
}
.bv-home-hero-v5 .bv-direct-card-head strong{
    max-width:330px;
    font-size:28px;
    line-height:1.08;
}
.bv-home-hero-v5 .bv-direct-intro{
    text-align:left;
    font-size:15px;
    color:#5d6d61;
    margin:18px 0 6px;
}
.bv-home-hero-v5 .bv-direct-card li{
    align-items:center;
}
.bv-home-hero-v5 .bv-direct-card li span{
    min-width:90px;
}
.bv-home-hero-v5 .bv-direct-card li strong{
    font-size:14px;
    line-height:1.35;
}
.bv-home-hero-v5 .bv-direct-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:18px;
}
.bv-home-hero-v5 .bv-direct-card .btn{
    margin-top:0;
    min-height:50px;
}
.bv-home-hero-v5 .bv-powered-note{
    margin-top:14px;
    text-align:center;
    font-size:13px;
    color:#5d6d61;
}
.bv-home-hero-v5 .bv-powered-note a{
    color:#006e29;
    font-weight:950;
}
.bv-hero-atmosphere{
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    overflow:hidden;
}
.bv-mist{
    position:absolute;
    left:-18%;
    right:-18%;
    height:190px;
    border-radius:50%;
    background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.11),rgba(255,232,160,.08),rgba(255,255,255,0));
    filter:blur(16px);
    opacity:.82;
    transform:rotate(-8deg);
}
.bv-mist-one{bottom:12%;animation:bvMistDriftV5 16s ease-in-out infinite alternate;}
.bv-mist-two{bottom:31%;opacity:.48;animation:bvMistDriftV5 24s ease-in-out infinite alternate-reverse;}
.bv-mist-three{bottom:50%;opacity:.28;animation:bvMistDriftV5 32s ease-in-out infinite alternate;}
.bv-sun-haze{
    position:absolute;
    right:9%;
    top:14%;
    width:260px;
    height:260px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(244,191,22,.22),rgba(244,191,22,.08) 38%,transparent 70%);
    filter:blur(8px);
    animation:bvSunPulseV5 9s ease-in-out infinite alternate;
}
.bv-home-hero-v5 .bv-hero-motion{display:none;}
.nav-book-direct{
    min-width:150px;
    padding:16px 26px!important;
    box-shadow:0 18px 48px rgba(244,191,22,.32);
}
@keyframes bvHeroBreathV5{
    0%{transform:scale(1.08) translate3d(-12px,-4px,0);background-position:48% 48%;}
    50%{transform:scale(1.12) translate3d(8px,4px,0);background-position:52% 52%;}
    100%{transform:scale(1.10) translate3d(0,10px,0);background-position:50% 55%;}
}
@keyframes bvMistDriftV5{
    0%{transform:translate3d(-8%,0,0) rotate(-8deg) scaleX(1);}
    100%{transform:translate3d(8%,-18px,0) rotate(-8deg) scaleX(1.08);}
}
@keyframes bvSunPulseV5{
    0%{opacity:.45;transform:scale(.96);}
    100%{opacity:.9;transform:scale(1.08);}
}
@media (prefers-reduced-motion:reduce){
    .bv-home-hero-v5 .bv-home-hero-media,.bv-mist,.bv-sun-haze{animation:none!important;}
}
@media (max-width:1180px){
    .bv-home-hero-v5{min-height:auto;}
    .bv-home-hero-v5 .bv-home-hero-inner{grid-template-columns:1fr;}
    .bv-home-hero-v5 .bv-direct-card{max-width:560px;}
    .bv-home-hero-v5 h1{max-width:820px;}
}
@media (max-width:760px){
    .bv-home-hero-v5{padding:124px 0 88px;}
    .bv-home-hero-v5 h1{font-size:clamp(44px,13vw,68px);}
    .bv-home-hero-v5 .bv-hero-lead{font-size:17px;}
    .bv-home-hero-v5 .bv-hero-proof{grid-template-columns:1fr;}
    .bv-home-hero-v5 .bv-direct-actions{grid-template-columns:1fr;}
    .bv-sun-haze{width:180px;height:180px;right:-40px;top:22%;}
    .bv-mist{height:140px;}
}

/* =========================================================
   HOME V6 — Direct Reservation Concierge card refinement
   Resort-first, guest-useful information; no raw platform URL in hero.
========================================================= */
.bv-home-hero-v5 .bv-concierge-card{
    padding:24px;
    border-radius:34px;
    background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,252,244,.94));
    box-shadow:0 42px 120px rgba(0,0,0,.36);
}
.bv-home-hero-v5 .bv-concierge-card .bv-direct-card-head{
    min-height:162px;
    padding:24px;
    border-radius:26px;
    background:
        radial-gradient(circle at 90% 6%,rgba(244,191,22,.27),transparent 32%),
        linear-gradient(135deg,#043716 0%,#006f29 78%,#058536 100%);
}
.bv-home-hero-v5 .bv-concierge-card .bv-direct-card-head span{
    color:#ffe7a1;
    font-size:10px;
    letter-spacing:.18em;
}
.bv-home-hero-v5 .bv-concierge-card .bv-direct-card-head strong{
    max-width:345px;
    font-size:26px;
    line-height:1.09;
}
.bv-home-hero-v5 .bv-concierge-card .bv-direct-intro{
    margin:18px 0 16px!important;
    font-size:14.5px!important;
    line-height:1.7!important;
    color:#526457!important;
}
.bv-concierge-help{
    display:grid;
    gap:10px;
    margin:16px 0 14px;
}
.bv-concierge-help div{
    display:grid;
    grid-template-columns:34px 1fr;
    align-items:center;
    gap:12px;
    padding:11px 12px;
    border:1px solid rgba(0,119,43,.12);
    border-radius:16px;
    background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(247,241,223,.62));
}
.bv-concierge-help span{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(244,191,22,.18);
    color:#053d19;
    font-size:11px;
    font-weight:950;
    letter-spacing:.04em;
}
.bv-concierge-help strong{
    color:#073f1b;
    font-size:13.5px;
    line-height:1.35;
}
.bv-home-hero-v5 .bv-direct-facts{
    margin:4px 0 0;
}
.bv-home-hero-v5 .bv-direct-facts li{
    padding:12px 2px;
}
.bv-home-hero-v5 .bv-direct-facts li span{
    min-width:118px;
}
.bv-home-hero-v5 .bv-direct-facts li strong{
    max-width:230px;
}
.bv-home-hero-v5 .bv-concierge-card .bv-direct-actions{
    margin-top:16px;
}
.bv-home-hero-v5 .bv-concierge-card .bv-direct-actions .btn{
    min-height:52px;
    font-size:13.5px;
    padding-left:14px;
    padding-right:14px;
}
.bv-home-hero-v5 .bv-concierge-card .bv-powered-note{
    margin-top:13px;
    padding-top:12px;
    border-top:1px solid rgba(0,119,43,.10);
    line-height:1.5;
}
.floating-whatsapp{
    width:58px;
    height:58px;
    padding:0!important;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    right:18px;
    bottom:18px;
    font-size:0;
}
.floating-whatsapp:before{
    content:"WA";
    font-size:14px;
    font-weight:950;
    letter-spacing:.02em;
}
.floating-whatsapp span{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
}
@media (min-width:1181px){
    .bv-home-hero-v5 .bv-home-hero-inner{
        grid-template-columns:minmax(0,1fr) 448px;
    }
}
@media (max-width:760px){
    .bv-home-hero-v5 .bv-concierge-card{
        padding:18px;
    }
    .bv-concierge-help div{
        grid-template-columns:30px 1fr;
        padding:10px;
    }
    .bv-concierge-help span{
        width:30px;
        height:30px;
    }
    .floating-whatsapp{
        width:54px;
        height:54px;
        right:14px;
        bottom:14px;
    }
}


/* =========================================================
   HOME V7 — refined hero fit, layered movement, jpeg-ready imagery
========================================================= */
.bv-home-hero-v5{
    min-height:920px;
}
.bv-home-hero-v5 .bv-home-hero-overlay{
    background:
        radial-gradient(circle at 78% 16%, rgba(244,191,22,.18), transparent 20%),
        linear-gradient(90deg, rgba(1,22,10,.92) 0%, rgba(2,32,14,.82) 38%, rgba(2,32,14,.58) 58%, rgba(2,32,14,.34) 100%),
        linear-gradient(180deg, rgba(2,18,8,.40) 0%, rgba(2,18,8,.16) 42%, rgba(2,18,8,.62) 100%);
}
.bv-home-hero-v5 .bv-home-hero-inner{
    grid-template-columns:minmax(0,1fr) 438px;
    gap:58px;
    align-items:end;
}
.bv-home-hero-v5 .bv-hero-copy{
    max-width:760px;
    padding-bottom:10px;
}
.bv-home-hero-v5 h1{
    max-width:720px;
    font-size:clamp(54px,7vw,96px);
    line-height:.98;
    letter-spacing:-.05em;
    text-wrap:balance;
}
.bv-home-hero-v5 .bv-hero-lead{
    max-width:640px;
    margin-top:24px;
    font-size:clamp(18px,1.75vw,22px);
    line-height:1.7;
    color:rgba(255,255,255,.92);
}
.bv-home-hero-v5 .bv-mini-label{
    background:rgba(255,255,255,.10);
}
.bv-home-hero-v5 .bv-hero-proof{
    grid-template-columns:repeat(3,minmax(0,172px));
    gap:14px;
}
.bv-home-hero-v5 .bv-hero-proof div{
    background:rgba(255,255,255,.10);
    box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.bv-depth-layer{
    position:absolute;
    left:-10%;
    width:130%;
    border-radius:50% 50% 0 0 / 100% 100% 0 0;
    filter:blur(2px);
    transform-origin:center center;
    opacity:.36;
    mix-blend-mode:screen;
}
.bv-depth-one{
    bottom:-10px;
    height:180px;
    background:linear-gradient(90deg, rgba(7,56,28,.90), rgba(20,96,46,.56), rgba(7,56,28,.84));
    animation:bvDepthFloatOne 22s ease-in-out infinite alternate;
}
.bv-depth-two{
    bottom:86px;
    height:160px;
    opacity:.28;
    background:linear-gradient(90deg, rgba(16,82,39,.64), rgba(41,122,62,.28), rgba(16,82,39,.56));
    animation:bvDepthFloatTwo 28s ease-in-out infinite alternate-reverse;
}
.bv-depth-three{
    bottom:168px;
    height:140px;
    opacity:.18;
    background:linear-gradient(90deg, rgba(33,110,57,.42), rgba(84,150,80,.16), rgba(33,110,57,.34));
    animation:bvDepthFloatThree 34s ease-in-out infinite alternate;
}
.bv-mist{
    height:170px;
    background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.13), rgba(255,232,160,.12), rgba(255,255,255,0));
    filter:blur(22px);
    opacity:.94;
}
.bv-mist-one{bottom:10%;}
.bv-mist-two{bottom:24%;opacity:.62;}
.bv-mist-three{bottom:40%;opacity:.38;}
.bv-sun-haze{
    right:8%;
    top:14%;
    width:300px;
    height:300px;
    background:radial-gradient(circle, rgba(244,191,22,.24), rgba(244,191,22,.09) 38%, transparent 72%);
    filter:blur(10px);
}
@keyframes bvDepthFloatOne{
    0%{transform:translate3d(-2%,0,0) scaleX(1);}
    100%{transform:translate3d(2%,4px,0) scaleX(1.02);}
}
@keyframes bvDepthFloatTwo{
    0%{transform:translate3d(2%,0,0) scaleX(1.02);}
    100%{transform:translate3d(-2%,-8px,0) scaleX(1);}
}
@keyframes bvDepthFloatThree{
    0%{transform:translate3d(-1%,0,0) scaleX(1);}
    100%{transform:translate3d(1%,-10px,0) scaleX(1.03);}
}
@media (prefers-reduced-motion:reduce){
    .bv-depth-layer{animation:none!important;}
}
@media (max-width:1180px){
    .bv-home-hero-v5 .bv-home-hero-inner{grid-template-columns:1fr;align-items:start;}
    .bv-home-hero-v5 .bv-direct-card{max-width:560px;}
}
@media (max-width:760px){
    .bv-home-hero-v5{padding:126px 0 88px;min-height:auto;}
    .bv-home-hero-v5 h1{font-size:clamp(42px,12.5vw,64px);max-width:100%;}
    .bv-home-hero-v5 .bv-hero-lead{font-size:17px;line-height:1.66;}
    .bv-home-hero-v5 .bv-hero-proof{grid-template-columns:1fr;}
    .bv-depth-one{height:130px;bottom:6px;}
    .bv-depth-two{height:110px;bottom:68px;}
    .bv-depth-three{height:90px;bottom:128px;}
    .bv-mist{height:120px;}
    .bv-sun-haze{width:190px;height:190px;right:-30px;top:18%;}
}


/* =========================================================
   Google Reviews Section — guest trust + SEO readable content
========================================================= */
.bv-reviews-section{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 86% 10%, rgba(244,191,22,.16), transparent 24%),
        linear-gradient(180deg,#fffaf0 0%,#f5eedf 100%);
}
.bv-reviews-section:before{
    content:"";
    position:absolute;
    left:-160px;
    top:90px;
    width:360px;
    height:360px;
    border-radius:50%;
    background:rgba(0,119,43,.07);
}
.bv-reviews-head{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1fr) 260px;
    gap:36px;
    align-items:end;
    margin-bottom:34px;
}
.bv-reviews-head h2{
    max-width:850px;
    margin-top:8px;
    color:#053d19;
    font-size:clamp(38px,5vw,72px);
    line-height:1;
    letter-spacing:-.045em;
}
.bv-reviews-head p{
    max-width:760px;
    margin-top:18px;
    color:#536157;
    font-size:18px;
    line-height:1.72;
}
.bv-review-score{
    border:1px solid rgba(0,119,43,.14);
    border-radius:28px;
    padding:24px;
    background:rgba(255,255,255,.72);
    box-shadow:0 24px 70px rgba(20,48,28,.10);
    text-align:center;
}
.bv-review-score span{
    display:block;
    color:#053d19;
    font-family:Georgia,'Times New Roman',serif;
    font-size:56px;
    line-height:1;
    font-weight:800;
}
.bv-review-score strong{
    display:block;
    margin-top:8px;
    color:#f4b400;
    letter-spacing:.08em;
    font-size:18px;
}
.bv-review-score em{
    display:block;
    margin-top:8px;
    color:#6b776d;
    font-size:12px;
    font-style:normal;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.bv-review-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(5,minmax(300px,1fr));
    gap:18px;
    overflow-x:auto;
    padding:4px 2px 20px;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
}
.bv-review-card{
    min-height:390px;
    scroll-snap-align:start;
    display:flex;
    flex-direction:column;
    border:1px solid rgba(0,119,43,.13);
    border-radius:30px;
    padding:22px;
    background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.78));
    box-shadow:0 24px 70px rgba(20,48,28,.10);
}
.bv-review-top{
    display:grid;
    grid-template-columns:54px 1fr;
    gap:14px;
    align-items:center;
}
.bv-review-avatar{
    width:54px;
    height:54px;
    border-radius:50%;
    overflow:hidden;
    border:3px solid rgba(244,191,22,.32);
    background:#fff;
}
.bv-review-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.bv-review-top h3{
    margin:0;
    color:#053d19;
    font-size:16px;
    line-height:1.2;
}
.bv-review-stars{
    margin-top:4px;
    color:#f4b400;
    letter-spacing:.05em;
    font-size:14px;
}
.bv-review-top span{
    display:block;
    margin-top:4px;
    color:#6c766d;
    font-size:12px;
    font-weight:800;
}
.bv-review-card blockquote{
    margin:18px 0 0;
    color:#34433a;
    font-size:15px;
    line-height:1.72;
    display:-webkit-box;
    -webkit-line-clamp:9;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.bv-review-card blockquote:before{
    content:"“";
    color:#00772b;
    font-family:Georgia,'Times New Roman',serif;
    font-size:34px;
    line-height:0;
    vertical-align:-12px;
    margin-right:4px;
}
.bv-review-link{
    margin-top:auto;
    padding-top:18px;
    color:#006d28;
    font-weight:950;
    font-size:13px;
    text-decoration:none;
}
.bv-review-link:hover{text-decoration:underline;}
@media (max-width:1180px){
    .bv-reviews-head{grid-template-columns:1fr;align-items:start;}
    .bv-review-score{max-width:260px;}
}
@media (max-width:760px){
    .bv-reviews-head h2{font-size:clamp(36px,11vw,54px);}
    .bv-reviews-head p{font-size:16px;}
    .bv-review-grid{grid-template-columns:repeat(5,86vw);gap:14px;}
    .bv-review-card{min-height:420px;border-radius:24px;padding:18px;}
}


/* =========================================================
   V9 patch — footer visibility + final room categories
========================================================= */
#site-footer.bv-footer-clean{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
}
#site-footer .bv-footer-booking,
#site-footer .bv-footer-main,
#site-footer .bv-footer-bottom{
    display:flex;
    visibility:visible;
    opacity:1;
}
#site-footer .bv-footer-main{
    display:grid;
}
.bv-room-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
}
.bv-room-card{
    min-width:0;
}
.bv-room-body h3{
    font-size:clamp(22px,2vw,28px);
}
.bv-room-body p{
    min-height:88px;
}
@media (max-width:1280px){
    .bv-room-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:900px){
    .bv-room-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
    .bv-room-grid{grid-template-columns:1fr;}
    .bv-room-body p{min-height:0;}
}

/* =========================================================
   V10 patch — 3 rooms per row + smooth auto-scrolling reviews
========================================================= */
.bv-room-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:stretch;
}
.bv-room-card{
    height:100%;
}
.bv-room-body{
    display:flex;
    flex-direction:column;
    min-height:330px;
}
.bv-room-body a{
    margin-top:auto;
    align-self:flex-start;
}

.bv-review-carousel{
    position:relative;
    z-index:1;
    overflow:hidden;
    padding:6px 0 18px;
    mask-image:linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.bv-review-carousel:before,
.bv-review-carousel:after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    width:70px;
    z-index:2;
    pointer-events:none;
}
.bv-review-carousel:before{left:0;background:linear-gradient(90deg,#fffaf0,rgba(255,250,240,0));}
.bv-review-carousel:after{right:0;background:linear-gradient(270deg,#f5eedf,rgba(245,238,223,0));}
.bv-review-track{
    display:flex;
    gap:20px;
    width:max-content;
    animation:bvReviewMarquee 46s linear infinite;
    will-change:transform;
}
.bv-review-carousel:hover .bv-review-track{
    animation-play-state:paused;
}
.bv-review-track .bv-review-card{
    width:390px;
    flex:0 0 390px;
    min-height:410px;
    scroll-snap-align:none;
}
.bv-review-grid{
    overflow:visible;
}
.bv-review-card-clone{
    pointer-events:none;
}
@keyframes bvReviewMarquee{
    0%{transform:translate3d(0,0,0);}
    100%{transform:translate3d(calc(-50% - 10px),0,0);}
}
@media (prefers-reduced-motion:reduce){
    .bv-review-track{animation:none!important;}
}
@media (max-width:1180px){
    .bv-room-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
    .bv-review-track .bv-review-card{width:360px;flex-basis:360px;}
}
@media (max-width:900px){
    .bv-room-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:640px){
    .bv-room-grid{grid-template-columns:1fr!important;}
    .bv-room-body{min-height:0;}
    .bv-review-carousel{mask-image:none;-webkit-mask-image:none;overflow-x:hidden;}
    .bv-review-carousel:before,.bv-review-carousel:after{display:none;}
    .bv-review-track{gap:14px;animation-duration:38s;}
    .bv-review-track .bv-review-card{width:82vw;flex-basis:82vw;min-height:430px;}
}

/* =========================================================
   V11 — homepage killer UX/UI polish
   Adds stronger hero fit, premium highlights, room chips,
   review themes, direct booking journey, and sticky conversion bar.
========================================================= */
.bv-home-hero-v5{
    min-height:clamp(760px, 100svh, 900px);
    padding:138px 0 96px;
}
.bv-home-hero-v5 .bv-home-hero-media{
    animation:bvHeroBreathV11 18s ease-in-out infinite alternate;
    filter:saturate(1.12) contrast(1.08) brightness(.76);
}
.bv-home-hero-v5 .bv-home-hero-overlay{
    background:
        radial-gradient(circle at 78% 18%,rgba(244,191,22,.20),transparent 20%),
        radial-gradient(circle at 26% 84%,rgba(0,119,43,.25),transparent 32%),
        linear-gradient(90deg,rgba(1,18,8,.95) 0%,rgba(3,36,16,.86) 42%,rgba(4,53,22,.48) 72%,rgba(2,22,10,.48) 100%),
        linear-gradient(0deg,rgba(1,18,8,.76),rgba(1,18,8,.08) 42%,rgba(1,18,8,.48));
}
.bv-home-hero-v5 .bv-home-hero-inner{
    align-items:center;
    grid-template-columns:minmax(0, .95fr) 438px;
    gap:64px;
}
.bv-home-hero-v5 .bv-hero-copy{max-width:700px;}
.bv-home-hero-v5 h1{
    max-width:680px;
    font-size:clamp(50px, 6.1vw, 84px);
    line-height:.99;
    letter-spacing:-.052em;
}
.bv-home-hero-v5 .bv-hero-lead{
    max-width:650px;
    font-size:clamp(17px, 1.45vw, 21px);
    line-height:1.72;
}
.bv-scroll-cue{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:26px;
    color:rgba(255,255,255,.82);
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.16em;
}
.bv-scroll-cue span{
    width:18px;height:28px;border:1px solid rgba(255,255,255,.50);border-radius:999px;position:relative;
}
.bv-scroll-cue span:after{
    content:"";position:absolute;left:50%;top:6px;width:4px;height:4px;border-radius:50%;background:#fff;transform:translateX(-50%);animation:bvMouseDot 1.35s ease-in-out infinite;
}
.bv-home-hero-v5 .bv-concierge-card{
    transform:translateY(8px);
    border:1px solid rgba(255,255,255,.72);
}
.bv-concierge-help{
    grid-template-columns:1fr 1fr;
}
.bv-concierge-help div{
    align-items:start;
    grid-template-columns:30px 1fr;
    min-height:82px;
}
.bv-concierge-help span{width:30px;height:30px;}
.bv-home-hero-v5 .bv-direct-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;}
.bv-home-hero-v5 .bv-direct-facts li{
    display:grid;
    gap:4px;
    padding:12px;
    border:1px solid rgba(0,119,43,.10);
    border-radius:16px;
    background:#fff;
}
.bv-home-hero-v5 .bv-direct-facts li strong{text-align:left;max-width:none;}
.bv-home-hero-v5 .bv-direct-actions{grid-template-columns:1fr 1fr;}

.bv-killer-highlights{
    position:relative;
    z-index:8;
    margin-top:-34px;
    padding:0 0 36px;
}
.bv-killer-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    padding:14px;
    border:1px solid rgba(0,119,43,.10);
    border-radius:30px;
    background:rgba(255,255,255,.88);
    box-shadow:0 30px 80px rgba(5,61,25,.13);
    backdrop-filter:blur(18px);
}
.bv-killer-grid article{
    padding:22px 20px;
    border-radius:22px;
    background:linear-gradient(180deg,#fff,#fff9e8);
    border:1px solid rgba(0,119,43,.09);
    transition:transform .25s ease, box-shadow .25s ease;
}
.bv-killer-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(5,61,25,.12);}
.bv-killer-grid span{
    display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(244,191,22,.22);color:#053d19;font-size:11px;font-weight:950;
}
.bv-killer-grid strong{display:block;margin-top:14px;color:#053d19;font-size:17px;line-height:1.24;}
.bv-killer-grid p{margin-top:8px;font-size:14px;line-height:1.55;}

.bv-review-themes{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:24px 0 22px;
}
.bv-review-themes span{
    padding:10px 14px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(0,119,43,.13);
    box-shadow:0 10px 30px rgba(5,61,25,.06);
    color:#053d19;
    font-size:13px;
    font-weight:900;
}
.bv-room-chips{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    justify-content:center;
    margin:-18px 0 34px;
}
.bv-room-chips a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:10px 16px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(0,119,43,.12);
    box-shadow:0 10px 30px rgba(5,61,25,.06);
    color:#053d19;
    font-weight:950;
    font-size:13px;
}
.bv-room-chips a:hover{background:linear-gradient(135deg,#f4bf16,#ffe08a);transform:translateY(-2px);}
.bv-room-card{
    overflow:hidden;
    border:1px solid rgba(0,119,43,.12);
    box-shadow:0 20px 60px rgba(5,61,25,.10);
}
.bv-room-card:hover{transform:translateY(-8px);box-shadow:0 28px 84px rgba(5,61,25,.16);}
.bv-room-img img{transition:transform .6s ease, filter .6s ease;}
.bv-room-card:hover .bv-room-img img{transform:scale(1.06);filter:saturate(1.08) contrast(1.04);}

.bv-booking-journey-section{
    background:
        radial-gradient(circle at 84% 16%,rgba(244,191,22,.16),transparent 24%),
        linear-gradient(180deg,#fffaf0,#f6efd9);
}
.bv-booking-journey-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.bv-booking-journey-grid article{
    position:relative;
    overflow:hidden;
    padding:34px 30px;
    border-radius:30px;
    background:#fff;
    border:1px solid rgba(0,119,43,.10);
    box-shadow:0 22px 70px rgba(5,61,25,.10);
}
.bv-booking-journey-grid article:after{
    content:"";position:absolute;right:-42px;top:-42px;width:126px;height:126px;border-radius:50%;background:rgba(244,191,22,.15);
}
.bv-booking-journey-grid span{
    display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#053d19,#00772b);color:#fff;font-weight:950;
}
.bv-booking-journey-grid h3{margin-top:18px;}
.bv-booking-journey-grid p{margin-top:10px;}

.bv-sticky-bookbar{
    position:fixed;
    left:50%;
    bottom:18px;
    z-index:999;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    gap:12px;
    width:min(840px,calc(100% - 40px));
    padding:12px 14px 12px 18px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.70);
    background:rgba(255,255,255,.92);
    box-shadow:0 24px 70px rgba(5,61,25,.22);
    backdrop-filter:blur(18px);
}
.bv-sticky-bookbar div{flex:1;min-width:0;}
.bv-sticky-bookbar strong{display:block;color:#053d19;font-size:14px;line-height:1.1;}
.bv-sticky-bookbar span{display:block;margin-top:3px;color:#5d6d61;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bv-sticky-bookbar a{
    display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:999px;font-weight:950;font-size:13px;
}
.bv-sticky-bookbar a:nth-of-type(1){background:linear-gradient(135deg,#f4bf16,#ffe08a);color:#102116;}
.bv-sticky-bookbar a:nth-of-type(2){background:#053d19;color:#fff;}
.floating-whatsapp{bottom:92px;}

@keyframes bvHeroBreathV11{
    0%{transform:scale(1.08) translate3d(-10px,-6px,0);background-position:48% 48%;}
    50%{transform:scale(1.13) translate3d(8px,4px,0);background-position:52% 51%;}
    100%{transform:scale(1.10) translate3d(0,10px,0);background-position:50% 55%;}
}
@keyframes bvMouseDot{
    0%{opacity:.35;transform:translate(-50%,0);}
    55%{opacity:1;transform:translate(-50%,9px);}
    100%{opacity:.2;transform:translate(-50%,13px);}
}
@media (max-width:1180px){
    .bv-home-hero-v5 .bv-home-hero-inner{grid-template-columns:1fr;gap:36px;}
    .bv-home-hero-v5 .bv-concierge-card{max-width:620px;}
    .bv-killer-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:760px){
    .bv-home-hero-v5{padding:124px 0 82px;}
    .bv-home-hero-v5 h1{font-size:clamp(40px,11.5vw,62px);}
    .bv-concierge-help,.bv-home-hero-v5 .bv-direct-facts,.bv-home-hero-v5 .bv-direct-actions{grid-template-columns:1fr;}
    .bv-killer-grid,.bv-booking-journey-grid{grid-template-columns:1fr;}
    .bv-room-chips{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;}
    .bv-room-chips a{flex:0 0 auto;}
    .bv-sticky-bookbar{width:calc(100% - 24px);bottom:12px;border-radius:22px;align-items:stretch;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px;}
    .bv-sticky-bookbar div{grid-column:1 / -1;}
    .bv-sticky-bookbar span{white-space:normal;}
    .bv-sticky-bookbar a{min-height:44px;}
    .floating-whatsapp{display:none;}
}


/* =========================================================
   V12 — mobile header, hero card, and sticky booking refinement
========================================================= */
@media (max-width:760px){
    body{padding-bottom:96px;}
    .top-ribbon{
        display:none!important;
    }
    .site-header{
        top:0;
    }
    .nav-shell{
        width:calc(100% - 28px);
        height:72px;
        margin:8px auto 0;
        padding:0 14px;
        border-radius:22px;
        gap:10px;
        box-shadow:0 18px 44px rgba(5,61,25,.16);
    }
    .brand{
        min-width:0;
        max-width:150px;
    }
    .brand img{
        height:48px;
        max-width:128px;
        object-fit:contain;
    }
    .nav-toggle{
        width:48px;
        height:48px;
        flex:0 0 48px;
        box-shadow:0 12px 32px rgba(5,61,25,.25);
    }
    .nav-actions{
        display:none!important;
    }
    .main-nav{
        top:88px;
        left:14px;
        right:14px;
        border-radius:24px;
        padding:16px;
        background:rgba(255,255,255,.98);
        box-shadow:0 24px 70px rgba(5,61,25,.22);
        border:1px solid rgba(0,119,43,.10);
    }
    .main-nav a{
        min-height:44px;
        display:flex;
        align-items:center;
        border-radius:16px;
        padding:12px 14px;
    }
    .bv-home-hero-v5{
        padding-top:104px!important;
        padding-bottom:66px!important;
    }
    .bv-home-hero-v5 .bv-mini-label{
        max-width:100%;
        font-size:10.5px;
        line-height:1.25;
        letter-spacing:.12em;
        padding:9px 12px;
    }
    .bv-home-hero-v5 h1{
        margin-top:18px;
        font-size:clamp(38px,10.7vw,56px)!important;
        line-height:1.03;
        letter-spacing:-.045em;
    }
    .bv-home-hero-v5 .bv-hero-lead{
        margin-top:16px;
        font-size:16px!important;
        line-height:1.62!important;
    }
    .bv-home-hero-v5 .bv-hero-actions{
        margin-top:24px;
        gap:10px;
    }
    .bv-home-hero-v5 .btn-xl{
        min-height:50px;
        padding:13px 18px!important;
    }
    .bv-scroll-cue{
        display:none;
    }
    .bv-home-hero-v5 .bv-concierge-card{
        padding:14px;
        border-radius:26px;
        transform:none;
        margin-top:4px;
    }
    .bv-home-hero-v5 .bv-concierge-card .bv-direct-card-head{
        min-height:0;
        padding:20px;
        border-radius:22px;
    }
    .bv-home-hero-v5 .bv-concierge-card .bv-direct-card-head strong{
        font-size:23px;
        line-height:1.12;
    }
    .bv-home-hero-v5 .bv-concierge-card .bv-direct-intro{
        margin:14px 0!important;
        font-size:14.5px!important;
        line-height:1.58!important;
    }
    .bv-concierge-help{
        gap:8px;
    }
    .bv-concierge-help div{
        min-height:auto;
        padding:10px;
        border-radius:16px;
        grid-template-columns:28px 1fr;
    }
    .bv-concierge-help span{
        width:28px;
        height:28px;
        font-size:10px;
    }
    .bv-concierge-help strong{
        font-size:13px;
        line-height:1.3;
    }
    .bv-home-hero-v5 .bv-direct-facts{
        gap:8px;
    }
    .bv-home-hero-v5 .bv-direct-facts li{
        padding:10px;
    }
    .bv-home-hero-v5 .bv-concierge-card .bv-direct-actions{
        margin-top:12px;
    }
    .bv-home-hero-v5 .bv-concierge-card .bv-direct-actions .btn{
        min-height:48px;
        font-size:13px;
    }
    .bv-powered-note{
        font-size:11.5px!important;
    }
    .bv-trust-strip{
        margin-top:-20px;
    }
    .bv-sticky-bookbar{
        width:calc(100% - 22px);
        left:11px;
        right:11px;
        bottom:10px;
        border-radius:20px;
        padding:10px;
        box-shadow:0 18px 50px rgba(5,61,25,.22);
    }
    .bv-sticky-bookbar strong{
        font-size:14.5px;
        line-height:1.25;
    }
    .bv-sticky-bookbar span{
        font-size:12px;
        line-height:1.35;
    }
    .bv-sticky-bookbar a{
        min-height:42px;
        font-size:13px;
        border-radius:14px;
    }
}
@media (max-width:380px){
    .bv-sticky-bookbar strong{font-size:13.5px;}
    .bv-sticky-bookbar span{font-size:11.5px;}
    .brand img{max-width:118px;}
    .nav-shell{width:calc(100% - 20px);}
}

/* =========================================================
   V13 — mobile sticky booking bar fix + light mixed gradient
   Fixes clipped left edge by removing inherited translateX on mobile.
========================================================= */
@media (max-width:760px){
    body{
        padding-bottom:118px;
    }
    .bv-sticky-bookbar{
        left:12px!important;
        right:12px!important;
        bottom:calc(12px + env(safe-area-inset-bottom, 0px))!important;
        width:auto!important;
        max-width:none!important;
        transform:none!important;
        display:grid!important;
        grid-template-columns:1fr 1fr;
        gap:9px;
        align-items:stretch;
        padding:12px!important;
        border-radius:24px!important;
        border:1px solid rgba(255,255,255,.76)!important;
        background:
            radial-gradient(circle at 12% 12%, rgba(255,255,255,.98), rgba(255,255,255,.72) 28%, transparent 52%),
            radial-gradient(circle at 92% 0%, rgba(244,191,22,.34), rgba(244,191,22,.10) 36%, transparent 62%),
            linear-gradient(135deg, rgba(255,253,246,.98) 0%, rgba(248,241,219,.96) 46%, rgba(234,247,232,.96) 100%)!important;
        box-shadow:
            0 22px 56px rgba(5,61,25,.18),
            0 1px 0 rgba(255,255,255,.88) inset!important;
        backdrop-filter:blur(18px);
        -webkit-backdrop-filter:blur(18px);
        overflow:hidden;
    }
    .bv-sticky-bookbar:before{
        content:"";
        position:absolute;
        left:0;
        right:0;
        top:-42px;
        height:68px;
        background:linear-gradient(180deg, rgba(255,250,240,0), rgba(255,250,240,.62));
        pointer-events:none;
    }
    .bv-sticky-bookbar:after{
        content:"";
        position:absolute;
        left:18px;
        right:18px;
        top:0;
        height:1px;
        background:linear-gradient(90deg, transparent, rgba(255,255,255,.95), transparent);
        pointer-events:none;
    }
    .bv-sticky-bookbar div{
        position:relative;
        z-index:1;
        grid-column:1 / -1;
        padding:2px 4px 0;
    }
    .bv-sticky-bookbar strong{
        font-size:14.5px!important;
        line-height:1.18!important;
        color:#073f1b!important;
        letter-spacing:-.01em;
    }
    .bv-sticky-bookbar span{
        margin-top:4px!important;
        max-width:100%;
        font-size:12px!important;
        line-height:1.35!important;
        color:#617064!important;
        white-space:normal!important;
        overflow:visible!important;
        text-overflow:clip!important;
    }
    .bv-sticky-bookbar a{
        position:relative;
        z-index:1;
        min-height:44px!important;
        padding:10px 12px!important;
        border-radius:16px!important;
        font-size:13px!important;
        box-shadow:0 12px 30px rgba(5,61,25,.13);
    }
    .bv-sticky-bookbar a:nth-of-type(1){
        background:linear-gradient(135deg,#ffd23c 0%,#fff0a8 100%)!important;
        color:#102116!important;
    }
    .bv-sticky-bookbar a:nth-of-type(2){
        background:linear-gradient(135deg,#053d19 0%,#00772b 100%)!important;
        color:#fff!important;
    }
}
@media (max-width:380px){
    body{padding-bottom:126px;}
    .bv-sticky-bookbar{
        left:9px!important;
        right:9px!important;
        bottom:calc(9px + env(safe-area-inset-bottom, 0px))!important;
        padding:10px!important;
        border-radius:22px!important;
        gap:8px;
    }
    .bv-sticky-bookbar strong{font-size:13.5px!important;}
    .bv-sticky-bookbar span{font-size:11.5px!important;}
    .bv-sticky-bookbar a{min-height:42px!important;font-size:12.5px!important;}
}


/* =========================================================
   HOME V14 — short homepage with Kasauli outdoor romance
   Focus: emotion, views, concise sections, better mobile fit
========================================================= */

.bv-home-short{
    min-height:840px;
}
.bv-home-short .bv-home-hero-inner{
    align-items:center;
}
.bv-home-short h1{
    max-width:690px;
    font-size:clamp(54px,7.4vw,98px);
    line-height:.96;
    letter-spacing:-.055em;
}
.bv-home-short .bv-hero-lead{
    max-width:610px;
    font-size:clamp(18px,1.7vw,22px);
    line-height:1.66;
}
.bv-home-short .bv-concierge-card{
    max-width:430px;
}
.bv-home-short .bv-concierge-card .bv-direct-card-head{
    min-height:138px;
}
.bv-home-short .bv-concierge-card .bv-direct-card-head strong{
    font-size:25px;
    line-height:1.08;
}
.bv-concierge-help-short{
    gap:9px;
}
.bv-concierge-help-short div{
    padding:10px 12px;
}
.bv-concierge-help-short strong{
    font-size:13px;
}

/* Outdoor / view-led section */
.bv-romance-section{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 14% 12%, rgba(244,191,22,.15), transparent 25%),
        linear-gradient(180deg,#fffaf0 0%,#f4ecd7 100%);
}
.bv-romance-section:before{
    content:"";
    position:absolute;
    right:-180px;
    top:80px;
    width:460px;
    height:460px;
    border-radius:50%;
    background:rgba(0,119,43,.07);
}
.bv-romance-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
    gap:38px;
    align-items:center;
}
.bv-romance-copy h2{
    max-width:560px;
}
.bv-romance-copy p{
    max-width:610px;
    color:#4f6355;
    font-size:18px;
    line-height:1.75;
}
.bv-romance-copy .btn{
    margin-top:18px;
}
.bv-romance-visual{
    position:relative;
    overflow:hidden;
    min-height:500px;
    border-radius:38px;
    box-shadow:0 34px 110px rgba(5,61,25,.18);
    background:#123f22;
}
.bv-romance-visual img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
    transform:scale(1.02);
    transition:transform .7s ease;
}
.bv-romance-visual:hover img{
    transform:scale(1.07);
}
.bv-romance-visual:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(1,22,10,.62));
}
.bv-romance-visual div{
    position:absolute;
    left:26px;
    right:26px;
    bottom:26px;
    z-index:2;
    padding:24px;
    border-radius:26px;
    background:rgba(255,255,255,.90);
    backdrop-filter:blur(16px);
    box-shadow:0 18px 60px rgba(0,0,0,.18);
}
.bv-romance-visual strong{
    display:block;
    font-family:Georgia,'Times New Roman',serif;
    font-size:28px;
    line-height:1.08;
    color:#053d19;
}
.bv-romance-visual span{
    display:block;
    margin-top:8px;
    color:#5a6a5e;
    line-height:1.5;
    font-weight:750;
}
.bv-romance-cards{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
    margin-top:34px;
}
.bv-romance-cards article{
    overflow:hidden;
    border-radius:30px;
    background:#fff;
    border:1px solid rgba(0,119,43,.12);
    box-shadow:0 18px 55px rgba(5,61,25,.10);
}
.bv-romance-cards img{
    width:100%;
    height:210px;
    object-fit:cover;
    display:block;
}
.bv-romance-cards h3{
    margin:22px 22px 8px;
    font-size:22px;
    color:#053d19;
}
.bv-romance-cards p{
    margin:0 22px 24px;
    color:#607164;
    line-height:1.62;
}

/* Shorter room cards */
.bv-room-section-short .section-head{
    max-width:850px;
}
.bv-room-section-short .bv-room-body p{
    min-height:72px;
}
.bv-room-section-short .bv-room-body ul{
    display:none;
}
.bv-room-section-short .bv-room-card{
    border-radius:30px;
}
.bv-room-section-short .bv-room-img img{
    aspect-ratio:1.22/1;
}

/* Short reviews */
.bv-reviews-section-short{
    padding-top:92px;
    padding-bottom:92px;
}
.bv-reviews-section-short .bv-reviews-head{
    margin-bottom:28px;
}
.bv-reviews-section-short .bv-review-themes{
    display:none;
}
.bv-reviews-section-short .bv-review-track .bv-review-card{
    min-height:330px;
}
.bv-reviews-section-short .bv-review-card blockquote{
    max-height:142px;
    overflow:hidden;
}

/* Short gallery */
.bv-home-gallery-short{
    padding-top:96px;
    padding-bottom:96px;
}
.bv-home-gallery-short .bv-gallery-grid{
    grid-auto-rows:210px;
}

/* Direct CTA short */
.bv-direct-short-section{
    background:
        radial-gradient(circle at 82% 18%, rgba(244,191,22,.18), transparent 28%),
        linear-gradient(135deg,#053d19,#006b29);
    color:#fff;
}
.bv-direct-short-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:32px;
    padding:42px;
    border-radius:34px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 28px 90px rgba(0,0,0,.18);
}
.bv-direct-short-card .eyebrow,
.bv-direct-short-card h2,
.bv-direct-short-card p{
    color:#fff;
}
.bv-direct-short-card p{
    max-width:690px;
    color:rgba(255,255,255,.80);
    font-size:18px;
    line-height:1.65;
}
.bv-direct-short-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    justify-content:flex-end;
    min-width:310px;
}

/* Tighten total homepage feel */
.bv-home-short + .bv-trust-strip + .bv-romance-section,
.bv-room-section-short,
.bv-reviews-section-short,
.bv-home-gallery-short,
.bv-direct-short-section{
    scroll-margin-top:110px;
}

@media (max-width:1180px){
    .bv-home-short{
        min-height:auto;
    }
    .bv-romance-grid{
        grid-template-columns:1fr;
    }
    .bv-romance-visual,
    .bv-romance-visual img{
        min-height:auto;
        height:440px;
    }
    .bv-romance-cards{
        grid-template-columns:1fr 1fr;
    }
    .bv-direct-short-card{
        align-items:flex-start;
        flex-direction:column;
    }
    .bv-direct-short-actions{
        min-width:0;
        justify-content:flex-start;
    }
}
@media (max-width:760px){
    .bv-home-short{
        padding-top:118px;
        padding-bottom:74px;
    }
    .bv-home-short h1{
        font-size:clamp(42px,13vw,64px);
    }
    .bv-home-short .bv-hero-lead{
        font-size:16.5px;
        line-height:1.65;
    }
    .bv-home-short .bv-hero-actions{
        margin-top:26px;
    }
    .bv-home-short .bv-hero-proof{
        margin-top:28px;
    }
    .bv-romance-section,
    .bv-room-section-short,
    .bv-reviews-section-short,
    .bv-home-gallery-short,
    .bv-direct-short-section{
        padding-top:72px;
        padding-bottom:72px;
    }
    .bv-romance-copy p{
        font-size:16.5px;
    }
    .bv-romance-visual,
    .bv-romance-visual img{
        height:340px;
    }
    .bv-romance-visual div{
        left:14px;
        right:14px;
        bottom:14px;
        padding:18px;
        border-radius:20px;
    }
    .bv-romance-visual strong{
        font-size:22px;
    }
    .bv-romance-cards{
        grid-template-columns:1fr;
        gap:16px;
    }
    .bv-romance-cards img{
        height:190px;
    }
    .bv-reviews-section-short .bv-review-track .bv-review-card{
        width:310px;
        flex-basis:310px;
        min-height:330px;
    }
    .bv-direct-short-card{
        padding:28px;
        border-radius:28px;
    }
    .bv-direct-short-actions{
        width:100%;
        flex-direction:column;
    }
    .bv-direct-short-actions .btn{
        width:100%;
    }
}


/* =========================================================
   HOME V15 — multi-image hero + romance of Kasauli beauty
   Focus: views, air, silence, terrace, mornings, evenings, family time.
========================================================= */

.bv-home-v15{
    min-height:880px;
    background:#061b0d;
}
.bv-home-v15 .bv-home-hero-media{
    display:none;
}
.bv-hero-slideshow,
.bv-hero-slide{
    position:absolute;
    inset:0;
}
.bv-hero-slideshow{
    z-index:0;
    overflow:hidden;
    background:#061b0d;
}
.bv-hero-slide{
    background-size:cover;
    background-position:center;
    opacity:0;
    transform:scale(1.08);
    animation:bvHeroSlideFade 28s ease-in-out infinite;
    will-change:opacity,transform;
}
.bv-hero-slide:after{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 70% 18%,rgba(244,191,22,.16),transparent 28%);
}
.bv-hero-slide-1{animation-delay:0s;}
.bv-hero-slide-2{animation-delay:7s;}
.bv-hero-slide-3{animation-delay:14s;}
.bv-hero-slide-4{animation-delay:21s;}
@keyframes bvHeroSlideFade{
    0%{opacity:0;transform:scale(1.08) translate3d(0,0,0);}
    6%{opacity:1;}
    25%{opacity:1;transform:scale(1.14) translate3d(-1.5%,.5%,0);}
    31%{opacity:0;transform:scale(1.16) translate3d(1%,1%,0);}
    100%{opacity:0;}
}
.bv-home-v15 .bv-home-hero-overlay{
    background:
        linear-gradient(90deg,rgba(2,20,9,.94) 0%,rgba(4,38,17,.82) 42%,rgba(3,32,15,.52) 68%,rgba(2,20,9,.34) 100%),
        linear-gradient(180deg,rgba(2,18,8,.30) 0%,rgba(2,18,8,.16) 42%,rgba(2,18,8,.72) 100%);
}
.bv-home-v15 .bv-home-hero-inner{
    grid-template-columns:minmax(0,1fr) 418px;
    align-items:center;
    gap:62px;
}
.bv-home-v15 .bv-hero-copy{
    max-width:760px;
}
.bv-home-v15 h1{
    max-width:720px;
    font-size:clamp(56px,7.2vw,98px);
    line-height:.96;
    letter-spacing:-.055em;
    text-wrap:balance;
}
.bv-home-v15 .bv-hero-lead{
    max-width:650px;
    font-size:clamp(18px,1.75vw,23px);
    line-height:1.68;
    color:rgba(255,255,255,.92);
}
.bv-home-v15 .bv-hero-actions{
    margin-top:32px;
}
.bv-hero-vibe-proof{
    grid-template-columns:repeat(3,minmax(0,170px));
}
.bv-v15-reserve-card{
    padding:22px!important;
}
.bv-v15-reserve-card .bv-direct-card-head{
    min-height:132px!important;
}
.bv-v15-reserve-card .bv-direct-card-head strong{
    font-size:24px!important;
}
.bv-v15-reserve-card .bv-direct-intro{
    margin:16px 0!important;
}
.bv-home-v15 .bv-powered-note{
    margin-bottom:0;
}
.bv-hero-slide-dots{
    position:absolute;
    z-index:4;
    left:50%;
    bottom:34px;
    transform:translateX(-50%);
    display:flex;
    gap:9px;
}
.bv-hero-slide-dots span{
    width:34px;
    height:3px;
    border-radius:999px;
    background:rgba(255,255,255,.32);
    overflow:hidden;
    position:relative;
}
.bv-hero-slide-dots span:after{
    content:"";
    position:absolute;
    inset:0;
    width:0;
    background:#f4bf16;
    animation:bvHeroDot 28s linear infinite;
}
.bv-hero-slide-dots span:nth-child(1):after{animation-delay:0s;}
.bv-hero-slide-dots span:nth-child(2):after{animation-delay:7s;}
.bv-hero-slide-dots span:nth-child(3):after{animation-delay:14s;}
.bv-hero-slide-dots span:nth-child(4):after{animation-delay:21s;}
@keyframes bvHeroDot{
    0%,24.5%,100%{width:0;}
    1%,23%{width:100%;}
}

/* Vibes section */
.bv-vibes-section{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 14% 10%,rgba(244,191,22,.15),transparent 24%),
        radial-gradient(circle at 88% 26%,rgba(0,119,43,.10),transparent 25%),
        linear-gradient(180deg,#fffaf0 0%,#f5edda 100%);
}
.bv-vibes-head{
    max-width:900px;
    margin:0 auto 42px;
    text-align:center;
}
.bv-vibes-head h2{
    max-width:820px;
    margin-left:auto;
    margin-right:auto;
}
.bv-vibes-head p{
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
    color:#5c6d60;
    font-size:18px;
    line-height:1.75;
}
.bv-vibes-layout{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
    gap:24px;
    align-items:stretch;
}
.bv-vibe-large,
.bv-vibe-stack article{
    position:relative;
    overflow:hidden;
    border-radius:34px;
    background:#0b3218;
    box-shadow:0 28px 90px rgba(5,61,25,.17);
}
.bv-vibe-large{
    min-height:620px;
}
.bv-vibe-large img,
.bv-vibe-stack img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transform:scale(1.02);
    transition:transform .7s ease;
}
.bv-vibe-large:hover img,
.bv-vibe-stack article:hover img{
    transform:scale(1.07);
}
.bv-vibe-large:after,
.bv-vibe-stack article:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(1,22,10,.72));
}
.bv-vibe-large>div{
    position:absolute;
    left:28px;
    right:28px;
    bottom:28px;
    z-index:2;
    max-width:660px;
    padding:28px;
    border-radius:28px;
    background:rgba(255,255,255,.91);
    backdrop-filter:blur(18px);
}
.bv-vibe-large span,
.bv-vibe-stack span{
    display:block;
    color:#00772b;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-weight:950;
}
.bv-vibe-large h3{
    margin-top:8px;
    color:#053d19;
    font-size:38px;
    line-height:1.06;
}
.bv-vibe-large p{
    margin-top:12px;
    color:#5a6a5e;
    line-height:1.65;
}
.bv-vibe-stack{
    display:grid;
    gap:24px;
}
.bv-vibe-stack article{
    min-height:298px;
}
.bv-vibe-stack article div{
    position:absolute;
    left:22px;
    right:22px;
    bottom:22px;
    z-index:2;
    padding:20px;
    border-radius:22px;
    background:rgba(255,255,255,.91);
}
.bv-vibe-stack strong{
    display:block;
    margin-top:6px;
    color:#053d19;
    font-family:Georgia,'Times New Roman',serif;
    font-size:23px;
    line-height:1.15;
}
.bv-vibe-pills{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}
.bv-vibe-pills span{
    padding:12px 16px;
    border-radius:999px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(0,119,43,.13);
    color:#053d19;
    font-weight:900;
    box-shadow:0 12px 32px rgba(5,61,25,.08);
}

.bv-v15-room-teaser{
    background:linear-gradient(180deg,#fff,#f7f0df);
}
.bv-v15-room-teaser .bv-room-body ul{
    display:none!important;
}
.bv-v15-room-teaser .bv-room-body p{
    min-height:78px;
}
.bv-v15-reviews{
    background:
        radial-gradient(circle at 90% 12%,rgba(244,191,22,.14),transparent 24%),
        linear-gradient(180deg,#fffaf0,#f5edda);
}
.bv-v15-final-cta{
    background:
        radial-gradient(circle at 82% 18%,rgba(244,191,22,.20),transparent 28%),
        linear-gradient(135deg,#053d19,#006b29);
}

@media (prefers-reduced-motion:reduce){
    .bv-hero-slide,.bv-hero-slide-dots span:after{animation:none!important;}
    .bv-hero-slide:first-child{opacity:1!important;}
}
@media (max-width:1180px){
    .bv-home-v15{
        min-height:auto;
    }
    .bv-home-v15 .bv-home-hero-inner,
    .bv-vibes-layout{
        grid-template-columns:1fr;
    }
    .bv-v15-reserve-card{
        max-width:560px;
    }
    .bv-vibe-large{
        min-height:520px;
    }
    .bv-vibe-stack{
        grid-template-columns:1fr 1fr;
    }
}
@media (max-width:760px){
    .bv-home-v15{
        padding-top:118px;
        padding-bottom:84px;
    }
    .bv-home-v15 h1{
        font-size:clamp(42px,13vw,64px);
    }
    .bv-home-v15 .bv-hero-lead{
        font-size:16.5px;
        line-height:1.65;
    }
    .bv-home-v15 .bv-hero-actions{
        margin-top:26px;
    }
    .bv-hero-vibe-proof{
        grid-template-columns:1fr;
        margin-top:28px;
    }
    .bv-hero-slide-dots{
        bottom:18px;
    }
    .bv-hero-slide-dots span{
        width:24px;
    }
    .bv-vibes-section,
    .bv-v15-room-teaser,
    .bv-v15-reviews,
    .bv-v15-final-cta{
        padding-top:72px;
        padding-bottom:72px;
    }
    .bv-vibes-head{
        text-align:left;
        margin-bottom:28px;
    }
    .bv-vibes-head p{
        font-size:16.5px;
    }
    .bv-vibe-large{
        min-height:440px;
        border-radius:28px;
    }
    .bv-vibe-large>div{
        left:14px;
        right:14px;
        bottom:14px;
        padding:18px;
        border-radius:20px;
    }
    .bv-vibe-large h3{
        font-size:26px;
    }
    .bv-vibe-large p{
        font-size:14px;
    }
    .bv-vibe-stack{
        grid-template-columns:1fr;
    }
    .bv-vibe-stack article{
        min-height:260px;
        border-radius:26px;
    }
    .bv-vibe-stack strong{
        font-size:21px;
    }
    .bv-vibe-pills{
        justify-content:flex-start;
    }
}


/* =========================================================
   HOME V16 — cinematic 6-image hero + transparent story panel
========================================================= */
.bv-home-v16{
    min-height:980px;
    padding-bottom:132px;
    background:#061b0d;
}
.bv-home-v16 .bv-home-hero-media{display:none;}
.bv-home-v16 .bv-home-hero-inner{
    grid-template-columns:minmax(0,1fr) 430px;
    gap:58px;
    align-items:center;
}
.bv-home-v16 .bv-hero-copy{max-width:760px;}
.bv-home-v16 h1{
    max-width:760px;
    font-size:clamp(58px,7vw,102px);
    line-height:.95;
    letter-spacing:-.055em;
}
.bv-home-v16 .bv-hero-lead{
    max-width:650px;
    font-size:clamp(18px,1.7vw,23px);
    line-height:1.68;
}
.bv-home-v16 .bv-mini-label{
    background:rgba(255,255,255,.08);
    border-color:rgba(255,234,182,.22);
}
.bv-home-v16 .bv-home-hero-overlay{
    background:
      linear-gradient(90deg,rgba(2,20,9,.94) 0%,rgba(4,38,17,.82) 44%,rgba(3,32,15,.56) 68%,rgba(2,20,9,.30) 100%),
      linear-gradient(180deg,rgba(2,18,8,.22) 0%,rgba(2,18,8,.08) 40%,rgba(2,18,8,.74) 100%);
}
.bv-hero-slideshow,
.bv-hero-slide{
    position:absolute;
    inset:0;
}
.bv-hero-slideshow{
    z-index:0;
    overflow:hidden;
    background:#061b0d;
}
.bv-hero-slide{
    background-size:cover;
    background-position:center;
    opacity:0;
    transform:scale(1.08);
    animation:bvHeroSlideFade36 36s ease-in-out infinite;
    will-change:opacity,transform;
}
.bv-hero-slide:after{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 70% 18%,rgba(244,191,22,.16),transparent 28%);
}
.bv-hero-slide-1{animation-delay:0s;}
.bv-hero-slide-2{animation-delay:6s;}
.bv-hero-slide-3{animation-delay:12s;}
.bv-hero-slide-4{animation-delay:18s;}
.bv-hero-slide-5{animation-delay:24s;}
.bv-hero-slide-6{animation-delay:30s;}
@keyframes bvHeroSlideFade36{
    0%{opacity:0;transform:scale(1.08) translate3d(0,0,0);}
    4%{opacity:1;}
    15.5%{opacity:1;transform:scale(1.14) translate3d(-1.4%,.4%,0);}
    18%{opacity:0;transform:scale(1.16) translate3d(1%,1%,0);}
    100%{opacity:0;}
}
.bv-hero-story-points{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:34px;
    max-width:760px;
}
.bv-hero-story-points div{
    padding:16px 18px;
    border-radius:22px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(18px);
    box-shadow:0 18px 48px rgba(0,0,0,.16);
}
.bv-hero-story-points strong{
    display:block;
    color:#fff;
    font-size:18px;
    line-height:1.1;
}
.bv-hero-story-points span{
    display:block;
    margin-top:7px;
    color:rgba(255,255,255,.78);
    line-height:1.48;
    font-size:14px;
}
.bv-v16-glass-panel{
    padding:0!important;
    border-radius:34px!important;
    background:rgba(255,255,255,.10)!important;
    border:1px solid rgba(255,255,255,.20)!important;
    box-shadow:0 30px 120px rgba(0,0,0,.24)!important;
    backdrop-filter:blur(24px)!important;
    overflow:hidden;
}
.bv-v16-glass-inner{
    padding:26px;
    background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.08));
}
.bv-v16-panel-label{
    display:block;
    color:#ffe39d;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-weight:950;
}
.bv-v16-glass-panel h2{
    margin-top:9px;
    color:#fff;
    font-family:Georgia,'Times New Roman',serif;
    font-size:38px;
    line-height:1.02;
}
.bv-v16-glass-panel p{
    margin-top:14px;
    color:rgba(255,255,255,.86)!important;
    line-height:1.68!important;
}
.bv-v16-panel-list{
    display:grid;
    gap:10px;
    margin:18px 0 20px;
    list-style:none;
    padding:0;
}
.bv-v16-panel-list li{
    display:grid;
    gap:4px;
    padding:13px 14px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
}
.bv-v16-panel-list strong{
    color:#fff;
    font-size:15px;
}
.bv-v16-panel-list span{
    color:rgba(255,255,255,.72);
    font-size:13.5px;
    line-height:1.45;
}
.bv-v16-glass-panel .bv-direct-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}
.bv-v16-glass-panel .btn-dark{
    background:#f4bf16;
    color:#053d19;
}
.bv-v16-glass-panel .btn-outline-dark{
    border-color:rgba(255,255,255,.26);
    color:#fff;
    background:rgba(255,255,255,.06);
}
.bv-v16-glass-panel .bv-powered-note,
.bv-v16-glass-panel .bv-powered-note a{
    color:rgba(255,255,255,.80);
}
.bv-hero-caption-rail{
    position:absolute;
    left:50%;
    bottom:62px;
    transform:translateX(-50%);
    z-index:4;
    width:min(1200px, calc(100% - 60px));
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:10px;
}
.bv-hero-caption-rail div{
    padding:14px 14px 16px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.11);
    backdrop-filter:blur(14px);
    animation:bvCaptionPulse36 36s ease-in-out infinite;
}
.bv-hero-caption-rail div:nth-child(1){animation-delay:0s;}
.bv-hero-caption-rail div:nth-child(2){animation-delay:6s;}
.bv-hero-caption-rail div:nth-child(3){animation-delay:12s;}
.bv-hero-caption-rail div:nth-child(4){animation-delay:18s;}
.bv-hero-caption-rail div:nth-child(5){animation-delay:24s;}
.bv-hero-caption-rail div:nth-child(6){animation-delay:30s;}
.bv-hero-caption-rail span{
    display:block;
    color:#ffe39d;
    font-size:10px;
    letter-spacing:.14em;
    text-transform:uppercase;
    font-weight:950;
}
.bv-hero-caption-rail strong{
    display:block;
    margin-top:7px;
    color:#fff;
    font-size:13px;
    line-height:1.4;
}
@keyframes bvCaptionPulse36{
    0%,100%{background:rgba(255,255,255,.08);transform:translateY(0);}
    8%,12%{background:rgba(255,255,255,.18);transform:translateY(-4px);}
}
.bv-home-v16 .bv-hero-slide-dots{
    bottom:26px;
}
.bv-home-v16 .bv-hero-slide-dots span{
    width:24px;
}
.bv-home-v16 .bv-hero-slide-dots span:after{
    animation-duration:36s;
}
.bv-home-v16 .bv-hero-slide-dots span:nth-child(1):after{animation-delay:0s;}
.bv-home-v16 .bv-hero-slide-dots span:nth-child(2):after{animation-delay:6s;}
.bv-home-v16 .bv-hero-slide-dots span:nth-child(3):after{animation-delay:12s;}
.bv-home-v16 .bv-hero-slide-dots span:nth-child(4):after{animation-delay:18s;}
.bv-home-v16 .bv-hero-slide-dots span:nth-child(5):after{animation-delay:24s;}
.bv-home-v16 .bv-hero-slide-dots span:nth-child(6):after{animation-delay:30s;}
.bv-v16-trust-strip{margin-top:-48px;}
@media (prefers-reduced-motion:reduce){
    .bv-hero-slide,
    .bv-hero-caption-rail div,
    .bv-home-v16 .bv-hero-slide-dots span:after{
        animation:none!important;
    }
    .bv-hero-slide:first-child{opacity:1!important;}
}
@media (max-width:1280px){
    .bv-home-v16{min-height:1020px;}
    .bv-hero-caption-rail{
        grid-template-columns:repeat(3,minmax(0,1fr));
        bottom:72px;
    }
}
@media (max-width:1180px){
    .bv-home-v16{
        min-height:auto;
        padding-bottom:96px;
    }
    .bv-home-v16 .bv-home-hero-inner{
        grid-template-columns:1fr;
    }
    .bv-v16-glass-panel{
        max-width:560px;
    }
    .bv-hero-caption-rail{
        position:relative;
        left:auto;
        bottom:auto;
        transform:none;
        width:100%;
        margin-top:30px;
    }
}
@media (max-width:760px){
    .bv-home-v16{
        padding-top:116px;
        padding-bottom:72px;
    }
    .bv-home-v16 h1{
        font-size:clamp(42px,13vw,64px);
    }
    .bv-home-v16 .bv-hero-lead{
        font-size:16.5px;
    }
    .bv-hero-story-points{
        grid-template-columns:1fr;
        margin-top:26px;
    }
    .bv-v16-glass-inner{
        padding:18px;
    }
    .bv-v16-glass-panel h2{
        font-size:28px;
    }
    .bv-v16-glass-panel .bv-direct-actions{
        grid-template-columns:1fr;
    }
    .bv-hero-caption-rail{
        grid-template-columns:1fr;
        gap:8px;
        margin-top:22px;
    }
    .bv-home-v16 .bv-hero-slide-dots{
        display:none;
    }
}


/* =========================================================
   HOME V17 — premium header + luxury hero copy polish
========================================================= */
.bv-top-ribbon{
    height:30px;
    background:linear-gradient(90deg,#043916,#006b29);
    color:#fff;
    font-size:13px;
    font-weight:750;
}
.bv-top-ribbon-inner{
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    white-space:nowrap;
    overflow:hidden;
}
.bv-top-ribbon a{
    color:#fff;
    opacity:.94;
}
.bv-premium-header{
    position:absolute;
    left:0;
    right:0;
    top:30px;
    z-index:30;
    background:transparent;
    box-shadow:none;
    border:0;
}
.bv-premium-header .nav-wrap{
    margin-top:18px;
    min-height:78px;
    padding:10px 18px;
    border-radius:34px;
    background:rgba(255,255,255,.90);
    border:1px solid rgba(255,255,255,.70);
    box-shadow:0 24px 80px rgba(0,0,0,.18);
    backdrop-filter:blur(24px);
}
.bv-premium-header .brand{
    width:auto;
    min-width:158px;
    display:flex;
    align-items:center;
}
.bv-premium-header .brand img{
    height:58px;
    width:auto;
    max-width:164px;
    object-fit:contain;
}
.bv-premium-header .main-nav{
    gap:4px;
}
.bv-premium-header .main-nav a{
    border-radius:999px;
    padding:13px 15px;
    font-size:13px;
    font-weight:950;
    letter-spacing:.01em;
    color:#082f17;
}
.bv-premium-header .main-nav a:hover,
.bv-premium-header .main-nav a.active{
    background:rgba(0,119,43,.10);
    color:#006b29;
}
.bv-premium-header .nav-book-direct{
    min-width:160px;
    min-height:54px;
    border-radius:999px;
    background:linear-gradient(135deg,#ffd94d,#f4bf16);
    color:#062f15;
    box-shadow:0 18px 50px rgba(244,191,22,.35);
}
.bv-premium-header .nav-toggle{
    border-radius:999px;
    background:#006b29;
    box-shadow:0 18px 48px rgba(0,119,43,.24);
}
.bv-home-v16{
    padding-top:174px;
}
.bv-home-v16 h1{
    max-width:820px;
    font-size:clamp(56px,6.6vw,96px);
    line-height:.98;
    letter-spacing:-.052em;
}
.bv-home-v16 .bv-hero-lead{
    max-width:710px;
    font-size:clamp(18px,1.55vw,22px);
}
.bv-v16-glass-panel h2{
    font-size:36px;
}
.bv-hero-story-points div{
    background:rgba(255,255,255,.095);
}
.bv-hero-caption-rail strong{
    font-size:12.5px;
}
.bv-v16-trust-strip{
    margin-top:-38px;
}
@media (max-width:1180px){
    .bv-premium-header .nav-wrap{
        margin-top:14px;
    }
    .bv-home-v16{
        padding-top:154px;
    }
}
@media (max-width:900px){
    .bv-top-ribbon{
        height:auto;
        min-height:34px;
    }
    .bv-top-ribbon-inner{
        height:auto;
        min-height:34px;
        justify-content:flex-start;
        gap:12px;
        overflow:auto;
        scrollbar-width:none;
    }
    .bv-top-ribbon-inner::-webkit-scrollbar{display:none;}
    .bv-premium-header{
        top:34px;
    }
    .bv-premium-header .nav-wrap{
        border-radius:28px;
        min-height:72px;
    }
    .bv-premium-header .brand img{
        height:52px;
        max-width:150px;
    }
    .bv-home-v16{
        padding-top:142px;
    }
}
@media (max-width:760px){
    .bv-top-ribbon{
        display:none;
    }
    .bv-premium-header{
        top:0;
    }
    .bv-premium-header .nav-wrap{
        margin-top:8px;
        border-radius:0 0 28px 28px;
        padding:9px 14px;
        width:100%;
        max-width:none;
    }
    .bv-premium-header .brand{
        min-width:auto;
    }
    .bv-premium-header .brand img{
        height:48px;
        max-width:138px;
    }
    .bv-premium-header .nav-book-direct{
        min-width:116px;
        min-height:44px;
        padding:11px 16px!important;
    }
    .bv-home-v16{
        padding-top:114px;
    }
    .bv-home-v16 h1{
        font-size:clamp(42px,12.4vw,62px);
        line-height:.98;
    }
}


/* =========================================================
   V17 HOTFIX — safe premium header compatibility
   Uses existing PHP helper functions: no bv_canonical_url/bv_absolute_url/bv_schema_json_ld calls.
========================================================= */
.bv-premium-header{
    position:absolute;
    left:0;
    right:0;
    top:0;
    z-index:30;
    background:transparent;
    box-shadow:none;
    border:0;
}
.bv-premium-header .top-ribbon{
    height:30px;
    background:linear-gradient(90deg,#043916,#006b29);
    color:#fff;
}
.bv-premium-header .ribbon-inner{
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    white-space:nowrap;
    overflow:hidden;
    font-size:13px;
    font-weight:750;
}
.bv-premium-header .ribbon-inner a{
    color:#fff;
}
.bv-premium-header .nav-shell{
    margin-top:18px;
    min-height:78px;
    padding:10px 18px;
    border-radius:34px;
    background:rgba(255,255,255,.90);
    border:1px solid rgba(255,255,255,.70);
    box-shadow:0 24px 80px rgba(0,0,0,.18);
    backdrop-filter:blur(24px);
}
.bv-premium-header .brand{
    width:auto;
    min-width:158px;
    display:flex;
    align-items:center;
}
.bv-premium-header .brand img{
    height:58px;
    width:auto;
    max-width:164px;
    object-fit:contain;
}
.bv-premium-header .main-nav{
    gap:4px;
}
.bv-premium-header .main-nav a{
    border-radius:999px;
    padding:13px 15px;
    font-size:13px;
    font-weight:950;
    letter-spacing:.01em;
    color:#082f17;
}
.bv-premium-header .main-nav a:hover,
.bv-premium-header .main-nav a.active{
    background:rgba(0,119,43,.10);
    color:#006b29;
}
.bv-premium-header .nav-book-direct{
    min-width:160px;
    min-height:54px;
    border-radius:999px;
    background:linear-gradient(135deg,#ffd94d,#f4bf16);
    color:#062f15;
    box-shadow:0 18px 50px rgba(244,191,22,.35);
}
.bv-premium-header .nav-toggle{
    border-radius:999px;
    background:#006b29;
    box-shadow:0 18px 48px rgba(0,119,43,.24);
}
.bv-home-v16{
    padding-top:174px;
}
@media (max-width:900px){
    .bv-premium-header .top-ribbon{
        min-height:34px;
        height:auto;
    }
    .bv-premium-header .ribbon-inner{
        min-height:34px;
        height:auto;
        justify-content:flex-start;
        gap:12px;
        overflow:auto;
        scrollbar-width:none;
    }
    .bv-premium-header .ribbon-inner::-webkit-scrollbar{display:none;}
    .bv-premium-header .nav-shell{
        margin-top:12px;
        border-radius:28px;
        min-height:72px;
    }
    .bv-premium-header .brand img{
        height:52px;
        max-width:150px;
    }
    .bv-home-v16{
        padding-top:150px;
    }
}
@media (max-width:760px){
    .bv-premium-header .top-ribbon{
        display:none;
    }
    .bv-premium-header .nav-shell{
        margin-top:8px;
        border-radius:0 0 28px 28px;
        padding:9px 14px;
        width:100%;
        max-width:none;
    }
    .bv-premium-header .brand{
        min-width:auto;
    }
    .bv-premium-header .brand img{
        height:48px;
        max-width:138px;
    }
    .bv-premium-header .nav-book-direct{
        min-width:116px;
        min-height:44px;
        padding:11px 16px!important;
    }
    .bv-home-v16{
        padding-top:114px;
    }
}


/* =========================================================
   HOME V21 — world-class resort reset inspired by uploaded concept
   Light luxury, image-first showcase, animated Kasauli scene.
========================================================= */
@keyframes bv21Fade{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes bv21Sun{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.04)}}
@keyframes bv21Bird{0%{transform:translate3d(0,0,0)}50%{transform:translate3d(40px,-16px,0)}100%{transform:translate3d(90px,6px,0)}}
@keyframes bv21Drift{from{transform:translateX(0)}to{transform:translateX(-42%)}}
@keyframes bv21Slide{0%{opacity:0}4%{opacity:1}18%{opacity:1}22%{opacity:0}100%{opacity:0}}
@keyframes bv21PhotoBreath{from{transform:scale(.99)}to{transform:scale(1.015)}}

.bv21-hero{
    position:relative;
    overflow:hidden;
    min-height:100vh;
    padding:154px 0 78px;
    background:linear-gradient(180deg,#fdf8ec 0%,#f7f3e6 30%,#eef2e6 64%,#e7eee2 100%);
    color:#123b22;
    isolation:isolate;
}
.bv21-animated-scene{
    position:absolute;
    inset:0;
    z-index:0;
    overflow:hidden;
    pointer-events:none;
}
.bv21-sun{
    position:absolute;
    right:12%;
    top:10%;
    width:320px;
    height:320px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(242,183,5,.55) 0%,rgba(242,183,5,.18) 38%,transparent 66%);
    animation:bv21Sun 9s ease-in-out infinite;
}
.bv21-ridge{
    position:absolute;
    left:-5%;
    width:110%;
    border-radius:50% 50% 0 0 / 100% 100% 0 0;
    filter:blur(.2px);
}
.bv21-ridge-one{height:330px;bottom:285px;background:#d5e0cc;opacity:.75}
.bv21-ridge-two{height:330px;bottom:205px;background:#b8cfad;opacity:.78}
.bv21-ridge-three{height:300px;bottom:105px;background:#76a46f;opacity:.86}
.bv21-ridge-four{height:260px;bottom:-20px;background:#123b22;opacity:.92}
.bv21-mist{
    position:absolute;
    left:-10%;
    width:120%;
    height:80px;
    border-radius:50%;
    background:rgba(255,255,255,.45);
    filter:blur(18px);
}
.bv21-mist-one{bottom:300px}
.bv21-mist-two{bottom:175px;opacity:.62}
.bv21-bird{
    position:absolute;
    width:48px;
    height:20px;
    opacity:.42;
    animation:bv21Bird 18s ease-in-out infinite;
}
.bv21-bird:before{
    content:"";
    position:absolute;
    inset:0;
    border-top:3px solid #123b22;
    border-radius:50%;
    transform:skewX(-22deg);
}
.bv21-bird-one{top:24%;left:18%}
.bv21-bird-two{top:31%;left:28%;width:32px;animation-delay:1.2s}
.bv21-bird-three{top:20%;left:35%;width:24px;animation-delay:.7s}

.bv21-hero-inner{position:relative;z-index:2}
.bv21-hero-intro{
    max-width:900px;
    margin-bottom:32px;
}
.bv21-eyebrow{
    margin:0 0 16px;
    color:#1d6b34;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.26em;
}
.bv21-hero-intro h1{
    margin:0;
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    font-size:clamp(46px,6.4vw,88px);
    line-height:1.02;
    color:#123b22;
    letter-spacing:-.035em;
}
.bv21-hero-intro p{
    max-width:650px;
    margin:22px 0 0;
    color:#3c4d3a;
    font-size:clamp(17px,1.55vw,21px);
    line-height:1.66;
    font-weight:400;
}

.bv21-showcase{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);
    gap:22px;
    align-items:stretch;
}
.bv21-image-window{
    position:relative;
    min-height:540px;
    overflow:hidden;
    border-radius:28px;
    background:#0e2c1b;
    box-shadow:0 30px 70px rgba(18,59,34,.22);
    border:1px solid rgba(18,59,34,.12);
}
.bv21-slide{
    position:absolute;
    inset:0;
    margin:0;
    opacity:0;
    animation:bv21Slide 36s ease-in-out infinite;
}
.bv21-slide:before{
    content:"";
    position:absolute;
    inset:-30px;
    background-image:var(--bv21-img);
    background-size:cover;
    background-position:center;
    filter:blur(22px) brightness(.82) saturate(1.08);
    transform:scale(1.08);
}
.bv21-slide span{
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(0,0,0,.08));
}
.bv21-slide img{
    position:relative;
    z-index:2;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
    animation:bv21PhotoBreath 12s ease-in-out infinite alternate;
}
.bv21-slide-1{animation-delay:0s}.bv21-slide-2{animation-delay:6s}.bv21-slide-3{animation-delay:12s}.bv21-slide-4{animation-delay:18s}.bv21-slide-5{animation-delay:24s}.bv21-slide-6{animation-delay:30s}
.bv21-slide-progress{
    position:absolute;
    left:22px;
    bottom:20px;
    z-index:5;
    display:flex;
    gap:7px;
    padding:9px;
    border-radius:999px;
    background:rgba(0,0,0,.22);
    backdrop-filter:blur(12px);
}
.bv21-slide-progress i{
    display:block;
    width:28px;
    height:3px;
    border-radius:999px;
    background:rgba(255,255,255,.35);
}

.bv21-story-panel{
    position:relative;
    overflow:hidden;
    min-height:540px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:32px;
    border-radius:28px;
    color:#fff;
    background:rgba(18,59,34,.68);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 30px 70px rgba(18,59,34,.20);
    backdrop-filter:blur(18px);
}
.bv21-story-panel:before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 88% 12%,rgba(242,183,5,.26),transparent 28%);
    pointer-events:none;
}
.bv21-story-panel>*{position:relative;z-index:1}
.bv21-panel-label{
    margin:0 0 10px;
    color:#f2b705;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-weight:950;
}
.bv21-story-panel h2{
    margin:0;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(34px,3.4vw,52px);
    line-height:1.02;
    color:#fff;
}
.bv21-panel-lead{
    margin:18px 0 0;
    color:rgba(255,255,255,.82);
    font-size:16px;
    line-height:1.68;
}
.bv21-mood-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:24px;
}
.bv21-mood-grid div{
    padding:13px;
    border-radius:16px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.12);
}
.bv21-mood-grid strong{
    display:block;
    color:#fff;
    font-size:15px;
}
.bv21-mood-grid span{
    display:block;
    margin-top:5px;
    color:rgba(255,255,255,.72);
    font-size:12.5px;
    line-height:1.38;
}
.bv21-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:24px;
}
.bv21-actions .btn{min-width:145px}
.bv21-caption-strip{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:16px;
}
.bv21-caption-strip article{
    padding:14px 16px;
    border-radius:18px;
    background:rgba(252,249,242,.82);
    border:1px solid rgba(18,59,34,.10);
    box-shadow:0 12px 28px rgba(18,59,34,.08);
}
.bv21-caption-strip span{
    display:block;
    color:#1d6b34;
    font-size:10px;
    font-weight:950;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.bv21-caption-strip strong{
    display:block;
    margin-top:6px;
    color:#123b22;
    font-size:13px;
    line-height:1.42;
}

.bv21-marquee{
    overflow:hidden;
    white-space:nowrap;
    background:#123b22;
    color:#cfe0c6;
    padding:17px 0;
}
.bv21-marquee div{
    display:inline-block;
    min-width:200%;
    animation:bv21Drift 28s linear infinite;
}
.bv21-marquee span{
    font-family:Georgia,'Times New Roman',serif;
    font-size:20px;
    letter-spacing:.06em;
    padding:0 34px;
}
.bv21-marquee b{color:#f2b705}

.bv21-section{padding:clamp(76px,9vw,124px) 0}
.bv21-section-head{
    max-width:780px;
    margin:0 auto 42px;
    text-align:center;
}
.bv21-section-head h2,
.bv21-copy-block h2{
    margin:0;
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    font-size:clamp(34px,4.2vw,56px);
    line-height:1.08;
    color:#123b22;
}
.bv21-section-head p,
.bv21-copy-block p{
    color:#46563f;
    font-size:17px;
    line-height:1.75;
}
.bv21-setting{background:#fcf9f2}
.bv21-setting-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:clamp(34px,5vw,78px);
    align-items:center;
}
.bv21-stat-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:32px;
}
.bv21-stat-row div{
    padding:18px;
    border-radius:18px;
    background:#f4f0e4;
    border-left:3px solid #f2b705;
}
.bv21-stat-row strong{
    display:block;
    font-family:Georgia,'Times New Roman',serif;
    font-size:25px;
    color:#1d6b34;
}
.bv21-stat-row span{display:block;color:#7a8b73;font-size:13px;margin-top:6px}
.bv21-portrait-card{
    position:relative;
    margin:0;
}
.bv21-portrait-card img{
    width:100%;
    height:560px;
    object-fit:cover;
    border-radius:180px 180px 22px 22px;
    box-shadow:0 30px 70px rgba(18,59,34,.20);
}
.bv21-portrait-card figcaption{
    position:absolute;
    left:-18px;
    bottom:44px;
    max-width:240px;
    padding:16px 20px;
    border-radius:14px;
    background:#f2b705;
    color:#123b22;
    font-family:Georgia,'Times New Roman',serif;
    line-height:1.35;
    box-shadow:0 14px 30px rgba(242,183,5,.30);
}

.bv21-experiences{background:linear-gradient(180deg,#f4f0e4 0%,#eef2e6 100%)}
.bv21-experience-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.bv21-experience-grid article,
.bv21-room-card,
.bv21-review-row article{
    overflow:hidden;
    border-radius:22px;
    background:#fcf9f2;
    box-shadow:0 16px 40px rgba(18,59,34,.10);
    border:1px solid rgba(18,59,34,.06);
    transition:transform .45s ease, box-shadow .45s ease;
}
.bv21-experience-grid article:hover,
.bv21-room-card:hover,
.bv21-review-row article:hover{
    transform:translateY(-7px);
    box-shadow:0 24px 60px rgba(18,59,34,.16);
}
.bv21-experience-grid img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
}
.bv21-experience-grid div{padding:24px 26px 28px}
.bv21-experience-grid span{
    color:#1d6b34;
    font-size:11px;
    font-weight:950;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.bv21-experience-grid h3,
.bv21-room-body h3{
    margin:8px 0 8px;
    color:#123b22;
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    font-size:24px;
}
.bv21-experience-grid p,
.bv21-room-body p{
    color:#56664f;
    line-height:1.62;
    margin:0;
}

.bv21-rooms{background:#fcf9f2}
.bv21-room-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.bv21-room-image img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
}
.bv21-room-body{padding:24px}
.bv21-room-body span{
    color:#1d6b34;
    font-size:11px;
    font-weight:950;
    letter-spacing:.14em;
}
.bv21-room-body a,
.bv21-review-row a{
    display:inline-flex;
    margin-top:18px;
    color:#123b22;
    font-weight:900;
    text-decoration:none;
    border-bottom:1px solid #f2b705;
}

.bv21-reviews{background:#123b22;color:#f4f1e4}
.bv21-reviews .bv21-section-head h2,
.bv21-reviews .bv21-eyebrow{color:#f4f1e4}
.bv21-review-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}
.bv21-review-row article{padding:24px;background:#fcf9f2}
.bv21-review-top{display:flex;gap:12px;align-items:center}
.bv21-review-top img{width:48px;height:48px;border-radius:50%}
.bv21-review-top strong{display:block;color:#123b22}
.bv21-review-top span{display:block;color:#1d6b34;font-size:13px}
.bv21-review-row p{
    max-height:150px;
    overflow:hidden;
    color:#46563f;
    line-height:1.65;
}

.bv21-final-cta{
    background:linear-gradient(135deg,#0e2c1b,#123b22);
    color:#fff;
}
.bv21-final-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    padding:42px;
    border-radius:28px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
}
.bv21-final-card h2{
    margin:0;
    color:#fff;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(32px,4vw,52px);
    font-weight:400;
}
.bv21-final-card p{color:rgba(255,255,255,.78);max-width:700px}
.bv21-final-actions{display:flex;gap:14px;flex-wrap:wrap}

@media (prefers-reduced-motion:reduce){
    .bv21-sun,.bv21-bird,.bv21-marquee div,.bv21-slide,.bv21-slide img{animation:none!important}
    .bv21-slide:first-child{opacity:1!important}
}
@media (max-width:1180px){
    .bv21-showcase,
    .bv21-setting-grid{grid-template-columns:1fr}
    .bv21-image-window,.bv21-story-panel{min-height:480px}
    .bv21-caption-strip{grid-template-columns:repeat(2,1fr)}
    .bv21-experience-grid,.bv21-room-grid,.bv21-review-row{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
    .bv21-hero{padding:112px 0 58px}
    .bv21-hero-intro h1{font-size:clamp(42px,13vw,62px)}
    .bv21-showcase{gap:16px}
    .bv21-image-window{min-height:320px;border-radius:22px}
    .bv21-story-panel{min-height:0;padding:24px;border-radius:22px}
    .bv21-mood-grid,.bv21-caption-strip,.bv21-stat-row,.bv21-experience-grid,.bv21-room-grid,.bv21-review-row{grid-template-columns:1fr}
    .bv21-portrait-card img{height:380px;border-radius:120px 120px 20px 20px}
    .bv21-portrait-card figcaption{left:14px;right:14px;bottom:14px;max-width:none}
    .bv21-final-card{flex-direction:column;align-items:flex-start;padding:28px}
    .bv21-final-actions{width:100%;flex-direction:column}
    .bv21-final-actions .btn{width:100%}
}


/* =========================================================
   HOME V22 — visible moving hero background images above the fold
========================================================= */
.bv22-hero-with-bg{
    background:#0b2414;
    color:#fff;
}
.bv22-hero-bg{
    position:absolute;
    inset:0;
    z-index:0;
    overflow:hidden;
    background:#0b2414;
}
.bv22-bg-slide{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    opacity:0;
    transform:scale(1.08);
    animation:bv22HeroBg 36s ease-in-out infinite;
    filter:saturate(1.08) contrast(1.02);
    will-change:opacity,transform,background-position;
}
.bv22-bg-slide:after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(252,249,242,.92) 0%, rgba(252,249,242,.78) 36%, rgba(252,249,242,.38) 66%, rgba(18,59,34,.26) 100%),
        linear-gradient(180deg, rgba(252,249,242,.50) 0%, rgba(252,249,242,.24) 46%, rgba(18,59,34,.34) 100%);
}
.bv22-bg-slide-1{animation-delay:0s}
.bv22-bg-slide-2{animation-delay:6s}
.bv22-bg-slide-3{animation-delay:12s}
.bv22-bg-slide-4{animation-delay:18s}
.bv22-bg-slide-5{animation-delay:24s}
.bv22-bg-slide-6{animation-delay:30s}
@keyframes bv22HeroBg{
    0%{opacity:0;transform:scale(1.08) translate3d(0,0,0);background-position:center center}
    4%{opacity:1}
    16%{opacity:1;transform:scale(1.15) translate3d(-1.2%,.5%,0);background-position:52% 48%}
    20%{opacity:0;transform:scale(1.16) translate3d(1%,1%,0);background-position:48% 52%}
    100%{opacity:0}
}

/* Put decorative hills behind the content but above the background image very softly */
.bv22-hero-with-bg .bv21-animated-scene{
    opacity:.34;
    mix-blend-mode:multiply;
}
.bv22-hero-with-bg .bv21-sun{
    opacity:.75;
}
.bv22-hero-with-bg .bv21-ridge{
    opacity:.20;
}
.bv22-hero-with-bg .bv21-mist{
    opacity:.38;
}
.bv22-hero-with-bg .bv21-hero-inner{
    position:relative;
    z-index:2;
}
.bv22-hero-with-bg .bv21-hero-intro{
    padding:28px 0 8px;
}
.bv22-hero-with-bg .bv21-hero-intro h1,
.bv22-hero-with-bg .bv21-hero-intro p,
.bv22-hero-with-bg .bv21-eyebrow{
    color:#123b22;
}
.bv22-hero-with-bg .bv21-showcase{
    margin-top:14px;
}

/* Make the top visual showcase feel intentional, not hidden below the fold */
.bv22-hero-with-bg .bv21-image-window{
    min-height:430px;
    box-shadow:0 30px 70px rgba(18,59,34,.20);
}
.bv22-hero-with-bg .bv21-story-panel{
    min-height:430px;
    background:rgba(18,59,34,.76);
}

/* Optional small note effect: background is moving even if showcase is lower */
.bv22-hero-with-bg .bv21-hero-intro:after{
    content:"Moving valley visuals";
    display:inline-flex;
    margin-top:18px;
    padding:9px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.56);
    color:#1d6b34;
    border:1px solid rgba(29,107,52,.18);
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-weight:950;
    backdrop-filter:blur(12px);
}

@media (prefers-reduced-motion:reduce){
    .bv22-bg-slide{animation:none!important}
    .bv22-bg-slide:first-child{opacity:1!important}
}
@media (max-width:1180px){
    .bv22-hero-with-bg .bv21-image-window,
    .bv22-hero-with-bg .bv21-story-panel{
        min-height:420px;
    }
}
@media (max-width:760px){
    .bv22-bg-slide:after{
        background:
            linear-gradient(180deg, rgba(252,249,242,.92) 0%, rgba(252,249,242,.78) 38%, rgba(252,249,242,.50) 68%, rgba(18,59,34,.30) 100%);
    }
    .bv22-hero-with-bg .bv21-hero-intro:after{
        display:none;
    }
    .bv22-hero-with-bg .bv21-image-window{
        min-height:300px;
    }
    .bv22-hero-with-bg .bv21-story-panel{
        min-height:0;
    }
}


/* =========================================================
   HOME V23 — image-visible first fold hero
   Rotating images are now clearly visible in the hero, not hidden below.
========================================================= */
.bv23-hero{
    position:relative;
    overflow:hidden;
    min-height:100vh;
    padding:148px 0 70px;
    background:#fdf8ec;
    color:#123b22;
    isolation:isolate;
}
.bv23-hero-bg{
    position:absolute;
    inset:0;
    z-index:0;
    background:
        radial-gradient(circle at 79% 18%, rgba(242,183,5,.22), transparent 23%),
        linear-gradient(180deg,#fffaf0 0%,#f7f2e4 50%,#edf2e6 100%);
}
.bv23-hero-bg span{
    position:absolute;
    inset:auto -8% -12% -8%;
    height:36%;
    border-radius:50% 50% 0 0 / 100% 100% 0 0;
    background:linear-gradient(180deg,rgba(118,164,111,.35),rgba(18,59,34,.16));
    filter:blur(.2px);
}
.bv23-hero-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);
    gap:38px;
    align-items:center;
}
.bv23-copy{
    max-width:720px;
}
.bv23-copy h1{
    margin:0;
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    font-size:clamp(42px,5.6vw,78px);
    line-height:1.03;
    letter-spacing:-.04em;
    color:#123b22;
}
.bv23-copy p{
    max-width:640px;
    margin:22px 0 0;
    color:#41523e;
    font-size:clamp(17px,1.35vw,20px);
    line-height:1.66;
}
.bv23-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:30px;
}
.bv23-mood-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:30px;
}
.bv23-mood-list div{
    padding:15px 16px;
    border-radius:18px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(18,59,34,.10);
    box-shadow:0 12px 26px rgba(18,59,34,.07);
}
.bv23-mood-list strong{
    display:block;
    color:#123b22;
    font-size:16px;
}
.bv23-mood-list span{
    display:block;
    margin-top:5px;
    color:#65715f;
    font-size:13px;
    line-height:1.4;
}
.bv23-visual-wrap{
    display:grid;
    gap:16px;
}
.bv23-visual-stage{
    position:relative;
    overflow:hidden;
    min-height:520px;
    border-radius:30px;
    background:#123b22;
    border:1px solid rgba(18,59,34,.14);
    box-shadow:0 34px 85px rgba(18,59,34,.23);
}
.bv23-slide{
    position:absolute;
    inset:0;
    margin:0;
    opacity:0;
    animation:bv23Slide 36s ease-in-out infinite;
}
.bv23-slide:before{
    content:"";
    position:absolute;
    inset:-28px;
    background-image:var(--bv23-img);
    background-size:cover;
    background-position:center;
    filter:blur(22px) brightness(.78) saturate(1.12);
    transform:scale(1.08);
}
.bv23-slide span{
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,0,0,.08));
}
.bv23-slide img{
    position:relative;
    z-index:2;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
    animation:bv23ImageBreath 12s ease-in-out infinite alternate;
}
.bv23-slide-1{animation-delay:0s}
.bv23-slide-2{animation-delay:6s}
.bv23-slide-3{animation-delay:12s}
.bv23-slide-4{animation-delay:18s}
.bv23-slide-5{animation-delay:24s}
.bv23-slide-6{animation-delay:30s}
@keyframes bv23Slide{
    0%{opacity:0}
    4%{opacity:1}
    16%{opacity:1}
    20%{opacity:0}
    100%{opacity:0}
}
@keyframes bv23ImageBreath{
    from{transform:scale(.992)}
    to{transform:scale(1.018) translateY(-4px)}
}
.bv23-dots{
    position:absolute;
    left:22px;
    bottom:20px;
    z-index:5;
    display:flex;
    gap:7px;
    padding:9px;
    border-radius:999px;
    background:rgba(0,0,0,.24);
    backdrop-filter:blur(12px);
}
.bv23-dots i{
    display:block;
    width:30px;
    height:3px;
    border-radius:999px;
    background:rgba(255,255,255,.35);
}
.bv23-story-card{
    display:grid;
    grid-template-columns:.75fr 1fr;
    gap:18px;
    align-items:center;
    padding:22px;
    border-radius:24px;
    background:rgba(18,59,34,.88);
    color:#fff;
    box-shadow:0 22px 48px rgba(18,59,34,.18);
}
.bv23-story-card p{
    margin:0;
    color:#f2b705;
    font-size:11px;
    font-weight:950;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.bv23-story-card h2{
    margin:0;
    color:#fff;
    font-family:Georgia,'Times New Roman',serif;
    font-size:30px;
    line-height:1.06;
    grid-column:1 / 2;
}
.bv23-story-card span{
    color:rgba(255,255,255,.78);
    line-height:1.55;
    font-size:14.5px;
    grid-column:2 / 3;
    grid-row:1 / span 2;
}
@media (prefers-reduced-motion:reduce){
    .bv23-slide,
    .bv23-slide img{animation:none!important}
    .bv23-slide:first-child{opacity:1!important}
}
@media (max-width:1180px){
    .bv23-hero{
        padding-top:132px;
    }
    .bv23-hero-grid{
        grid-template-columns:1fr;
    }
    .bv23-visual-stage{
        min-height:480px;
    }
}
@media (max-width:760px){
    .bv23-hero{
        min-height:auto;
        padding:108px 0 56px;
    }
    .bv23-copy h1{
        font-size:clamp(40px,12vw,58px);
    }
    .bv23-copy p{
        font-size:16px;
    }
    .bv23-mood-list,
    .bv23-story-card{
        grid-template-columns:1fr;
    }
    .bv23-visual-stage{
        min-height:310px;
        border-radius:24px;
    }
    .bv23-story-card h2,
    .bv23-story-card span{
        grid-column:auto;
        grid-row:auto;
    }
    .bv23-dots{
        left:16px;
        bottom:16px;
    }
    .bv23-dots i{
        width:22px;
    }
}


/* =========================================================
   HOME V24 — clean positioned hero with full rotating image
   and right-side translucent text panel on top of the image
========================================================= */
.bv24-hero{
    position:relative;
    overflow:hidden;
    min-height:100vh;
    padding:146px 0 74px;
    background:
        radial-gradient(circle at 78% 16%, rgba(242,183,5,.18), transparent 24%),
        linear-gradient(180deg, #fffaf0 0%, #f6f1e3 58%, #eef2e6 100%);
    color:#123b22;
}
.bv24-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);
    gap:44px;
    align-items:center;
}
.bv24-copy{
    max-width:700px;
}
.bv24-copy h1{
    margin:0;
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    font-size:clamp(42px,5.5vw,76px);
    line-height:1.02;
    letter-spacing:-.04em;
    color:#123b22;
}
.bv24-copy p{
    max-width:620px;
    margin:22px 0 0;
    color:#475746;
    font-size:clamp(17px,1.35vw,20px);
    line-height:1.68;
}
.bv24-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}
.bv24-mood-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:30px;
}
.bv24-mood-list div{
    padding:15px 16px;
    border-radius:18px;
    background:rgba(255,255,255,.74);
    border:1px solid rgba(18,59,34,.09);
    box-shadow:0 14px 34px rgba(18,59,34,.07);
}
.bv24-mood-list strong{
    display:block;
    color:#123b22;
    font-size:16px;
}
.bv24-mood-list span{
    display:block;
    margin-top:5px;
    color:#6a7563;
    font-size:13px;
    line-height:1.42;
}

.bv24-stage{
    position:relative;
    min-height:570px;
    overflow:hidden;
    border-radius:34px;
    background:#123b22;
    box-shadow:0 36px 90px rgba(18,59,34,.22);
    border:1px solid rgba(18,59,34,.14);
}
.bv24-slide{
    position:absolute;
    inset:0;
    margin:0;
    opacity:0;
    animation:bv24Slide 36s ease-in-out infinite;
}
.bv24-slide:before{
    content:"";
    position:absolute;
    inset:-24px;
    background-image:var(--bv24-img);
    background-size:cover;
    background-position:center;
    filter:blur(24px) brightness(.80) saturate(1.08);
    transform:scale(1.08);
}
.bv24-slide span{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(90deg, rgba(7,22,12,.12) 0%, rgba(7,22,12,.04) 45%, rgba(7,22,12,.26) 100%),
        linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.10) 100%);
}
.bv24-slide img{
    position:relative;
    z-index:2;
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
    object-position:center;
    animation:bv24PhotoBreath 12s ease-in-out infinite alternate;
}
.bv24-slide-1{animation-delay:0s}
.bv24-slide-2{animation-delay:6s}
.bv24-slide-3{animation-delay:12s}
.bv24-slide-4{animation-delay:18s}
.bv24-slide-5{animation-delay:24s}
.bv24-slide-6{animation-delay:30s}
@keyframes bv24Slide{
    0%{opacity:0}
    4%{opacity:1}
    16%{opacity:1}
    20%{opacity:0}
    100%{opacity:0}
}
@keyframes bv24PhotoBreath{
    from{transform:scale(.992)}
    to{transform:scale(1.016) translateY(-5px)}
}

.bv24-panel{
    position:absolute;
    right:24px;
    top:24px;
    bottom:24px;
    z-index:4;
    width:min(44%, 370px);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:26px;
    border-radius:28px;
    background:rgba(8,51,24,.66);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 22px 56px rgba(0,0,0,.22);
    backdrop-filter:blur(18px);
}
.bv24-kicker{
    margin:0 0 10px;
    color:#f2c52d;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-weight:950;
}
.bv24-panel h2{
    margin:0;
    color:#fff;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(28px,2.2vw,40px);
    line-height:1.06;
}
.bv24-panel > span{
    display:block;
    margin-top:14px;
    color:rgba(255,255,255,.82);
    font-size:14.5px;
    line-height:1.62;
}
.bv24-panel-points{
    display:grid;
    gap:10px;
    margin-top:18px;
}
.bv24-panel-points div{
    padding:12px 14px;
    border-radius:16px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
}
.bv24-panel-points strong{
    display:block;
    color:#fff;
    font-size:14px;
}
.bv24-panel-points small{
    display:block;
    margin-top:4px;
    color:rgba(255,255,255,.70);
    font-size:12.5px;
    line-height:1.4;
}

.bv24-dots{
    position:absolute;
    left:22px;
    bottom:20px;
    z-index:5;
    display:flex;
    gap:7px;
    padding:9px;
    border-radius:999px;
    background:rgba(0,0,0,.24);
    backdrop-filter:blur(12px);
}
.bv24-dots i{
    display:block;
    width:30px;
    height:3px;
    border-radius:999px;
    background:rgba(255,255,255,.35);
}

@media (prefers-reduced-motion:reduce){
    .bv24-slide,
    .bv24-slide img{
        animation:none !important;
    }
    .bv24-slide:first-child{opacity:1 !important;}
}
@media (max-width:1180px){
    .bv24-hero{
        min-height:auto;
        padding-top:132px;
    }
    .bv24-hero-grid{
        grid-template-columns:1fr;
        gap:28px;
    }
    .bv24-stage{
        min-height:520px;
    }
    .bv24-panel{
        width:min(48%, 360px);
    }
}
@media (max-width:760px){
    .bv24-hero{
        padding:108px 0 56px;
    }
    .bv24-copy h1{
        font-size:clamp(40px,12vw,58px);
    }
    .bv24-copy p{
        font-size:16px;
    }
    .bv24-mood-list{
        grid-template-columns:1fr;
    }
    .bv24-stage{
        min-height:360px;
        border-radius:24px;
    }
    .bv24-panel{
        position:absolute;
        left:14px;
        right:14px;
        bottom:14px;
        top:auto;
        width:auto;
        padding:18px;
        border-radius:20px;
    }
    .bv24-panel h2{
        font-size:26px;
    }
    .bv24-panel > span{
        font-size:13.5px;
    }
    .bv24-dots{
        left:14px;
        top:14px;
        bottom:auto;
        padding:7px;
    }
    .bv24-dots i{
        width:20px;
    }
}


/* =========================================================
   HOME V25 — luxury resort hero refinement
   More editorial, less template-like, image-led with elegant glass story panel.
========================================================= */
.bv25-hero{
    position:relative;
    overflow:hidden;
    min-height:100vh;
    padding:148px 0 78px;
    background:
        radial-gradient(circle at 77% 18%, rgba(242,183,5,.20), transparent 24%),
        radial-gradient(circle at 9% 76%, rgba(29,107,52,.10), transparent 28%),
        linear-gradient(180deg,#fffaf0 0%,#f6f0df 55%,#edf2e6 100%);
    color:#123b22;
}
.bv25-hero:before{
    content:"";
    position:absolute;
    inset:auto -10% -20% -10%;
    height:42%;
    background:
        linear-gradient(180deg, rgba(122,164,113,.22), rgba(18,59,34,.10)),
        radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.70), transparent 62%);
    border-radius:50% 50% 0 0 / 100% 100% 0 0;
    pointer-events:none;
}
.bv25-hero-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);
    gap:48px;
    align-items:center;
}
.bv25-copy{
    max-width:680px;
    padding-top:12px;
}
.bv25-kicker{
    margin:0 0 20px;
    color:#1d6b34;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.25em;
}
.bv25-copy h1{
    margin:0;
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    font-size:clamp(44px,5.3vw,74px);
    line-height:1.02;
    letter-spacing:-.045em;
    color:#123b22;
}
.bv25-lead{
    max-width:610px;
    margin:24px 0 0;
    color:#43533f;
    font-size:clamp(17px,1.32vw,20px);
    line-height:1.72;
}
.bv25-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:30px;
}
.bv25-actions .btn{
    min-width:154px;
}
.bv25-quiet-points{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
}
.bv25-quiet-points span{
    padding:11px 14px;
    border-radius:999px;
    color:#123b22;
    background:rgba(255,255,255,.70);
    border:1px solid rgba(18,59,34,.10);
    box-shadow:0 10px 24px rgba(18,59,34,.06);
    font-size:13px;
    font-weight:900;
}
.bv25-visual{
    position:relative;
    min-height:610px;
    overflow:hidden;
    border-radius:38px;
    background:#123b22;
    border:1px solid rgba(18,59,34,.14);
    box-shadow:0 40px 100px rgba(18,59,34,.25);
}
.bv25-slide{
    position:absolute;
    inset:0;
    margin:0;
    opacity:0;
    animation:bv25Slide 36s ease-in-out infinite;
}
.bv25-slide:before{
    content:"";
    position:absolute;
    inset:-30px;
    background-image:var(--bv25-img);
    background-size:cover;
    background-position:center;
    filter:blur(24px) brightness(.78) saturate(1.10);
    transform:scale(1.08);
}
.bv25-slide span{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(90deg, rgba(7,22,12,.05) 0%, rgba(7,22,12,.04) 43%, rgba(7,22,12,.34) 100%),
        linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(0,0,0,.12) 100%);
}
.bv25-slide img{
    position:relative;
    z-index:2;
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    animation:bv25PhotoBreath 12s ease-in-out infinite alternate;
}
.bv25-slide-1{animation-delay:0s}
.bv25-slide-2{animation-delay:6s}
.bv25-slide-3{animation-delay:12s}
.bv25-slide-4{animation-delay:18s}
.bv25-slide-5{animation-delay:24s}
.bv25-slide-6{animation-delay:30s}
@keyframes bv25Slide{
    0%{opacity:0}
    4%{opacity:1}
    16%{opacity:1}
    20%{opacity:0}
    100%{opacity:0}
}
@keyframes bv25PhotoBreath{
    from{transform:scale(.99)}
    to{transform:scale(1.018) translateY(-5px)}
}
.bv25-glass-panel{
    position:absolute;
    right:26px;
    top:26px;
    bottom:26px;
    z-index:5;
    width:min(42%, 375px);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:28px;
    border-radius:30px;
    background:rgba(7,51,24,.66);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 24px 70px rgba(0,0,0,.25);
    backdrop-filter:blur(20px);
}
.bv25-glass-panel:before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:radial-gradient(circle at 90% 8%, rgba(242,183,5,.22), transparent 30%);
    pointer-events:none;
}
.bv25-glass-panel>*{
    position:relative;
    z-index:1;
}
.bv25-glass-panel p{
    margin:0 0 10px;
    color:#f5cc40;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.17em;
    font-weight:950;
}
.bv25-glass-panel h2{
    margin:0;
    color:#fff;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(30px,2.4vw,42px);
    line-height:1.04;
    letter-spacing:-.025em;
}
.bv25-glass-panel em{
    display:block;
    margin-top:14px;
    color:rgba(255,255,255,.82);
    font-style:normal;
    line-height:1.62;
    font-size:15px;
}
.bv25-panel-lines{
    display:grid;
    gap:10px;
    margin-top:20px;
}
.bv25-panel-lines div{
    padding:12px 14px;
    border-radius:17px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
}
.bv25-panel-lines strong{
    display:block;
    color:#fff;
    font-size:14.5px;
}
.bv25-panel-lines span{
    display:block;
    margin-top:4px;
    color:rgba(255,255,255,.70);
    font-size:12.5px;
    line-height:1.4;
}
.bv25-dots{
    position:absolute;
    left:24px;
    bottom:22px;
    z-index:6;
    display:flex;
    gap:7px;
    padding:9px;
    border-radius:999px;
    background:rgba(0,0,0,.24);
    backdrop-filter:blur(12px);
}
.bv25-dots i{
    display:block;
    width:30px;
    height:3px;
    border-radius:999px;
    background:rgba(255,255,255,.36);
}
@media (prefers-reduced-motion:reduce){
    .bv25-slide,
    .bv25-slide img{animation:none!important}
    .bv25-slide:first-child{opacity:1!important}
}
@media (max-width:1180px){
    .bv25-hero{
        min-height:auto;
        padding-top:132px;
    }
    .bv25-hero-grid{
        grid-template-columns:1fr;
        gap:30px;
    }
    .bv25-visual{
        min-height:540px;
    }
    .bv25-glass-panel{
        width:min(48%, 390px);
    }
}
@media (max-width:760px){
    .bv25-hero{
        padding:108px 0 56px;
    }
    .bv25-copy h1{
        font-size:clamp(40px,12vw,58px);
    }
    .bv25-lead{
        font-size:16px;
    }
    .bv25-visual{
        min-height:390px;
        border-radius:26px;
    }
    .bv25-glass-panel{
        position:absolute;
        left:14px;
        right:14px;
        top:auto;
        bottom:14px;
        width:auto;
        padding:18px;
        border-radius:20px;
    }
    .bv25-glass-panel h2{
        font-size:26px;
    }
    .bv25-glass-panel em{
        font-size:13.5px;
        line-height:1.52;
    }
    .bv25-panel-lines{
        display:none;
    }
    .bv25-dots{
        left:14px;
        top:14px;
        bottom:auto;
        padding:7px;
    }
    .bv25-dots i{
        width:20px;
    }
}


/* =========================================================
   HOME V26 — full-width top hero image section
   Large hero visual across the top, with right translucent story panel.
========================================================= */
.bv26-hero{
    position:relative;
    overflow:hidden;
    padding:144px 0 78px;
    background:
        radial-gradient(circle at 76% 16%, rgba(242,183,5,.19), transparent 24%),
        radial-gradient(circle at 10% 76%, rgba(29,107,52,.08), transparent 30%),
        linear-gradient(180deg,#fffaf0 0%,#f6f0df 55%,#edf2e6 100%);
    color:#123b22;
}
.bv26-hero:before{
    content:"";
    position:absolute;
    inset:auto -12% -22% -12%;
    height:42%;
    background:linear-gradient(180deg, rgba(122,164,113,.18), rgba(18,59,34,.08));
    border-radius:50% 50% 0 0 / 100% 100% 0 0;
    pointer-events:none;
}
.bv26-hero-head{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,.82fr) minmax(320px,.58fr);
    gap:40px;
    align-items:end;
    margin-bottom:28px;
}
.bv26-kicker{
    grid-column:1 / -1;
    margin:0 0 -18px;
    color:#1d6b34;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.25em;
}
.bv26-hero-head h1{
    margin:0;
    max-width:760px;
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    font-size:clamp(44px,5.6vw,80px);
    line-height:1.02;
    letter-spacing:-.045em;
    color:#123b22;
}
.bv26-hero-head p{
    margin:0;
    max-width:520px;
    color:#43533f;
    font-size:clamp(17px,1.28vw,20px);
    line-height:1.72;
}
.bv26-stage-wrap{
    position:relative;
    z-index:2;
}
.bv26-stage{
    position:relative;
    min-height:680px;
    overflow:hidden;
    border-radius:42px;
    background:#123b22;
    border:1px solid rgba(18,59,34,.14);
    box-shadow:0 44px 110px rgba(18,59,34,.24);
}
.bv26-slide{
    position:absolute;
    inset:0;
    margin:0;
    opacity:0;
    animation:bv26Slide 36s ease-in-out infinite;
}
.bv26-slide:before{
    content:"";
    position:absolute;
    inset:-32px;
    background-image:var(--bv26-img);
    background-size:cover;
    background-position:center;
    filter:blur(24px) brightness(.78) saturate(1.08);
    transform:scale(1.08);
}
.bv26-slide span{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(90deg, rgba(7,22,12,.02) 0%, rgba(7,22,12,.05) 44%, rgba(7,22,12,.40) 100%),
        linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(0,0,0,.16) 100%);
}
.bv26-slide img{
    position:relative;
    z-index:2;
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    animation:bv26PhotoBreath 14s ease-in-out infinite alternate;
}
.bv26-slide-1{animation-delay:0s}
.bv26-slide-2{animation-delay:6s}
.bv26-slide-3{animation-delay:12s}
.bv26-slide-4{animation-delay:18s}
.bv26-slide-5{animation-delay:24s}
.bv26-slide-6{animation-delay:30s}
@keyframes bv26Slide{
    0%{opacity:0}
    4%{opacity:1}
    16%{opacity:1}
    20%{opacity:0}
    100%{opacity:0}
}
@keyframes bv26PhotoBreath{
    from{transform:scale(1)}
    to{transform:scale(1.055) translateY(-6px)}
}
.bv26-glass-panel{
    position:absolute;
    right:32px;
    top:32px;
    bottom:32px;
    z-index:5;
    width:min(34%, 420px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:32px;
    border-radius:34px;
    background:rgba(7,51,24,.66);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 26px 74px rgba(0,0,0,.26);
    backdrop-filter:blur(22px);
}
.bv26-glass-panel:before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:radial-gradient(circle at 90% 8%, rgba(242,183,5,.22), transparent 30%);
    pointer-events:none;
}
.bv26-glass-panel>*{
    position:relative;
    z-index:1;
}
.bv26-glass-panel p{
    margin:0 0 10px;
    color:#f5cc40;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.17em;
    font-weight:950;
}
.bv26-glass-panel h2{
    margin:0;
    color:#fff;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(32px,2.55vw,46px);
    line-height:1.04;
    letter-spacing:-.025em;
}
.bv26-glass-panel em{
    display:block;
    margin-top:14px;
    color:rgba(255,255,255,.84);
    font-style:normal;
    line-height:1.62;
    font-size:15px;
}
.bv26-panel-lines{
    display:grid;
    gap:10px;
    margin-top:22px;
}
.bv26-panel-lines div{
    padding:13px 15px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
}
.bv26-panel-lines strong{
    display:block;
    color:#fff;
    font-size:14.5px;
}
.bv26-panel-lines span{
    display:block;
    margin-top:4px;
    color:rgba(255,255,255,.70);
    font-size:12.5px;
    line-height:1.4;
}
.bv26-panel-actions{
    display:flex;
    gap:12px;
    margin-top:24px;
    flex-wrap:wrap;
}
.bv26-panel-actions .btn{
    min-width:126px;
}
.bv26-bottom-caption{
    position:absolute;
    left:32px;
    bottom:32px;
    z-index:5;
    max-width:430px;
    padding:20px 22px;
    border-radius:24px;
    background:rgba(255,255,255,.82);
    border:1px solid rgba(255,255,255,.40);
    box-shadow:0 22px 54px rgba(0,0,0,.16);
    backdrop-filter:blur(18px);
}
.bv26-bottom-caption strong{
    display:block;
    color:#123b22;
    font-family:Georgia,'Times New Roman',serif;
    font-size:26px;
    line-height:1.1;
}
.bv26-bottom-caption span{
    display:block;
    margin-top:7px;
    color:#52614d;
    font-size:14px;
    line-height:1.45;
    font-weight:800;
}
.bv26-dots{
    position:absolute;
    left:32px;
    top:32px;
    z-index:6;
    display:flex;
    gap:7px;
    padding:9px;
    border-radius:999px;
    background:rgba(0,0,0,.24);
    backdrop-filter:blur(12px);
}
.bv26-dots i{
    display:block;
    width:30px;
    height:3px;
    border-radius:999px;
    background:rgba(255,255,255,.36);
}
@media (prefers-reduced-motion:reduce){
    .bv26-slide,
    .bv26-slide img{animation:none!important}
    .bv26-slide:first-child{opacity:1!important}
}
@media (max-width:1180px){
    .bv26-hero{
        padding-top:132px;
    }
    .bv26-hero-head{
        grid-template-columns:1fr;
        gap:18px;
    }
    .bv26-kicker{
        margin-bottom:0;
    }
    .bv26-stage{
        min-height:600px;
    }
    .bv26-glass-panel{
        width:min(42%, 390px);
    }
}
@media (max-width:760px){
    .bv26-hero{
        padding:108px 0 56px;
    }
    .bv26-hero-head h1{
        font-size:clamp(40px,12vw,58px);
    }
    .bv26-hero-head p{
        font-size:16px;
    }
    .bv26-stage{
        min-height:520px;
        border-radius:26px;
    }
    .bv26-glass-panel{
        left:14px;
        right:14px;
        top:auto;
        bottom:14px;
        width:auto;
        padding:18px;
        border-radius:20px;
        justify-content:flex-end;
    }
    .bv26-glass-panel h2{
        font-size:26px;
    }
    .bv26-glass-panel em{
        font-size:13.5px;
        line-height:1.52;
    }
    .bv26-panel-lines{
        display:none;
    }
    .bv26-panel-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
    }
    .bv26-bottom-caption{
        display:none;
    }
    .bv26-dots{
        left:14px;
        top:14px;
        padding:7px;
    }
    .bv26-dots i{
        width:20px;
    }
}


/* =========================================================
   HOME V27 — hero composition cleanup from screenshot feedback
   Fixes: image coverage, panel balance, and sticky booking bar covering hero.
========================================================= */

/* make the first fold feel composed instead of pushed down */
.bv26-hero{
    padding-top:128px;
    padding-bottom:64px;
}
.bv26-hero-head{
    margin-bottom:22px;
    gap:34px;
}
.bv26-kicker{
    letter-spacing:.22em;
}
.bv26-hero-head h1{
    max-width:720px;
    font-size:clamp(42px,5.15vw,72px);
}
.bv26-hero-head p{
    max-width:500px;
}

/* fuller, cleaner image stage */
.bv26-stage{
    min-height:clamp(520px,58vh,620px);
    border-radius:36px;
}
.bv26-slide img{
    object-fit:cover;
    object-position:center;
}

/* story panel should feel like a designed overlay, not a card dropped on the image */
.bv26-glass-panel{
    right:28px;
    top:28px;
    bottom:28px;
    width:min(32%, 390px);
    padding:30px;
    justify-content:flex-end;
    background:rgba(7,51,24,.58);
    border-color:rgba(255,255,255,.20);
}
.bv26-glass-panel h2{
    font-size:clamp(30px,2.32vw,42px);
}
.bv26-glass-panel em{
    max-width:92%;
}
.bv26-panel-lines div{
    background:rgba(255,255,255,.075);
}

/* remove the extra bottom caption from the hero image; it competes with the story panel */
.bv26-bottom-caption{
    display:none !important;
}

/* sticky booking bar was covering the hero image in the screenshot */
body.page-home .bv-sticky-bookbar,
body.home .bv-sticky-bookbar,
.bv26-hero ~ .bv-sticky-bookbar{
    display:none !important;
}

/* fallback: if body class is different, make the sticky bar less intrusive on desktop */
@media (min-width:900px){
    .bv-sticky-bookbar{
        bottom:22px;
        width:min(640px, calc(100% - 48px));
        padding:9px 10px 9px 16px;
        opacity:.96;
    }
    .bv-sticky-bookbar strong{font-size:13px;}
    .bv-sticky-bookbar span{font-size:11px;}
    .bv-sticky-bookbar a{min-height:38px;padding:9px 14px;}
}

/* keep WhatsApp away from key visual content */
.floating-whatsapp{
    right:22px;
    bottom:28px;
}

/* make placeholder art less flat until real photos are added */
.bv26-slide:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:3;
    pointer-events:none;
    background:
        radial-gradient(circle at 76% 20%, rgba(242,183,5,.13), transparent 25%),
        linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.10) 100%);
}

@media (max-width:1180px){
    .bv26-hero{
        padding-top:118px;
    }
    .bv26-stage{
        min-height:540px;
    }
    .bv26-glass-panel{
        width:min(42%, 390px);
    }
}
@media (max-width:760px){
    .bv26-hero{
        padding-top:100px;
        padding-bottom:48px;
    }
    .bv26-hero-head{
        margin-bottom:18px;
    }
    .bv26-stage{
        min-height:500px;
        border-radius:24px;
    }
    .bv26-slide img{
        object-position:center;
    }
    .bv26-glass-panel{
        background:rgba(7,51,24,.68);
    }
    .floating-whatsapp{
        bottom:22px;
    }
}


/* =========================================================
   HOME V28 — coded version of the approved premium mockup
   Full visual hero, left editorial headline, right glass booking panel,
   bottom feature strip. Designed to feel like a luxury hill resort.
========================================================= */
.bv28-hero{
    position:relative;
    overflow:hidden;
    min-height:100vh;
    padding:150px 0 0;
    background:#0d2418;
    color:#123b22;
    isolation:isolate;
}
.bv28-bg,
.bv28-bg-slide{
    position:absolute;
    inset:0;
}
.bv28-bg{
    z-index:0;
    background:#0d2418;
}
.bv28-bg-slide{
    background-size:cover;
    background-position:center;
    opacity:0;
    transform:scale(1.05);
    animation:bv28Slide 36s ease-in-out infinite;
    will-change:opacity,transform;
    filter:saturate(1.06) contrast(1.02);
}
.bv28-bg-slide:after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(252,249,242,.88) 0%, rgba(252,249,242,.70) 31%, rgba(252,249,242,.18) 58%, rgba(4,20,11,.56) 100%),
        linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(0,0,0,.18) 65%, rgba(0,0,0,.44) 100%);
}
.bv28-bg-slide-1{animation-delay:0s}
.bv28-bg-slide-2{animation-delay:6s}
.bv28-bg-slide-3{animation-delay:12s}
.bv28-bg-slide-4{animation-delay:18s}
.bv28-bg-slide-5{animation-delay:24s}
.bv28-bg-slide-6{animation-delay:30s}
@keyframes bv28Slide{
    0%{opacity:0;transform:scale(1.05) translate3d(0,0,0)}
    4%{opacity:1}
    16%{opacity:1;transform:scale(1.11) translate3d(-1.2%,.4%,0)}
    20%{opacity:0;transform:scale(1.12) translate3d(1%,1%,0)}
    100%{opacity:0}
}
.bv28-hero-inner{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(390px,430px);
    gap:56px;
    align-items:center;
    min-height:calc(100vh - 280px);
}
.bv28-copy{
    max-width:780px;
}
.bv28-kicker{
    margin:0 0 22px;
    color:#123b22;
    font-size:13px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.22em;
}
.bv28-copy h1{
    margin:0;
    max-width:760px;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(52px,6.8vw,96px);
    line-height:.98;
    letter-spacing:-.055em;
    color:#10291a;
    font-weight:400;
    text-shadow:0 1px 0 rgba(255,255,255,.28);
}
.bv28-copy h1 em{
    display:block;
    font-style:italic;
    color:#0d3a22;
}
.bv28-copy p{
    max-width:590px;
    margin:24px 0 0;
    color:#26392e;
    font-size:clamp(18px,1.45vw,21px);
    line-height:1.64;
    font-weight:500;
}
.bv28-glass-card{
    position:relative;
    overflow:hidden;
    padding:32px;
    border-radius:30px;
    background:rgba(10,33,21,.76);
    border:1px solid rgba(255,255,255,.22);
    color:#fff;
    box-shadow:0 28px 90px rgba(0,0,0,.30);
    backdrop-filter:blur(20px);
}
.bv28-glass-card:before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 88% 8%, rgba(242,183,5,.22), transparent 30%);
    pointer-events:none;
}
.bv28-glass-card>*{
    position:relative;
    z-index:1;
}
.bv28-card-kicker{
    margin:0 0 12px;
    color:#f2c52d;
    font-size:12px;
    font-weight:950;
    letter-spacing:.18em;
    text-transform:uppercase;
}
.bv28-glass-card h2{
    margin:0;
    color:#fff;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(36px,3.2vw,52px);
    line-height:1.06;
    letter-spacing:-.035em;
    font-weight:400;
}
.bv28-glass-card h2 em{
    color:#f2c52d;
    font-style:italic;
}
.bv28-divider{
    width:150px;
    height:1px;
    background:#d5aa19;
    margin:24px 0 18px;
}
.bv28-highlight-list{
    display:grid;
    gap:12px;
}
.bv28-highlight-list div{
    display:grid;
    grid-template-columns:48px 1fr;
    gap:12px 14px;
    align-items:center;
    padding:14px 16px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
}
.bv28-icon{
    grid-row:1 / span 2;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(0,78,39,.58);
    color:#f2c52d;
    font-size:21px;
}
.bv28-highlight-list strong{
    display:block;
    color:#fff;
    font-size:16px;
    line-height:1.1;
}
.bv28-highlight-list small{
    color:rgba(255,255,255,.76);
    font-size:13px;
    line-height:1.36;
}
.bv28-card-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin-top:18px;
}
.bv28-card-actions .btn{
    width:100%;
    justify-content:center;
}
.bv28-card-actions .btn-glass{
    color:#fff;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(242,197,45,.42);
}
.bv28-trust-note{
    margin:14px 0 0;
    color:rgba(255,255,255,.76);
    font-size:13px;
    line-height:1.4;
}
.bv28-feature-strip{
    position:relative;
    z-index:3;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:32px;
    padding:22px;
    border-radius:26px 26px 0 0;
    background:rgba(252,249,242,.92);
    border:1px solid rgba(255,255,255,.76);
    box-shadow:0 -10px 50px rgba(0,0,0,.12);
    backdrop-filter:blur(18px);
}
.bv28-feature-strip article{
    display:grid;
    grid-template-columns:1fr 190px;
    gap:18px;
    align-items:stretch;
    min-height:154px;
    padding:18px;
    border-radius:20px;
    background:rgba(255,255,255,.68);
    border:1px solid rgba(18,59,34,.08);
}
.bv28-feature-copy{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.bv28-feature-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    border-radius:50%;
    background:#123b22;
    color:#f2c52d;
    font-weight:900;
    margin-bottom:12px;
}
.bv28-feature-strip h3{
    margin:0;
    color:#123b22;
    font-family:Georgia,'Times New Roman',serif;
    font-size:24px;
    line-height:1.1;
}
.bv28-feature-strip p{
    margin:10px 0 0;
    color:#3d4e42;
    line-height:1.5;
    font-size:15px;
}
.bv28-feature-strip a{
    margin-top:auto;
    color:#c79500;
    font-size:26px;
    line-height:1;
    text-decoration:none;
}
.bv28-feature-strip img{
    width:100%;
    height:100%;
    min-height:130px;
    object-fit:cover;
    border-radius:14px;
}

/* Ensure old sticky book bar does not cover this premium hero */
.bv-sticky-bookbar{
    display:none!important;
}
.floating-whatsapp{
    bottom:30px;
    right:24px;
}

@media (prefers-reduced-motion:reduce){
    .bv28-bg-slide{animation:none!important}
    .bv28-bg-slide:first-child{opacity:1!important}
}
@media (max-width:1180px){
    .bv28-hero{
        padding-top:132px;
    }
    .bv28-hero-inner{
        grid-template-columns:1fr;
        min-height:auto;
    }
    .bv28-glass-card{
        max-width:620px;
    }
    .bv28-feature-strip{
        grid-template-columns:1fr;
        border-radius:26px;
        margin-bottom:24px;
    }
}
@media (max-width:760px){
    .bv28-hero{
        padding-top:108px;
    }
    .bv28-copy h1{
        font-size:clamp(42px,12vw,64px);
    }
    .bv28-copy p{
        font-size:16px;
    }
    .bv28-glass-card{
        padding:22px;
        border-radius:24px;
    }
    .bv28-highlight-list div{
        grid-template-columns:40px 1fr;
        padding:12px;
    }
    .bv28-icon{
        width:36px;
        height:36px;
        font-size:18px;
    }
    .bv28-feature-strip{
        padding:14px;
    }
    .bv28-feature-strip article{
        grid-template-columns:1fr;
    }
    .bv28-feature-strip img{
        min-height:180px;
    }
}



/* =========================================================
   V44 Resources + footer spacing refinement
========================================================= */
.bv-footer-booking{display:none!important}
.bv-footer-clean{margin-top:clamp(44px,5vw,84px)}
.page-home .bv-footer-clean{margin-top:0}
main > section:last-child:not(.bv36-hero){margin-bottom:clamp(44px,5vw,84px)}
.bv21-final-cta,.resource-cta-band{padding-bottom:clamp(72px,7vw,110px)!important}

.resources-intro-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:42px;align-items:start}
.resources-category-box{padding:30px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--soft-shadow)}
.resources-category-box h3{font-size:26px;margin-bottom:18px}
.resource-chips{display:flex;flex-wrap:wrap;gap:10px}
.resource-chips span{display:inline-flex;padding:9px 12px;border-radius:999px;background:var(--sand);color:var(--forest);font-weight:800;font-size:13px}

.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:18px}
.resource-card{position:relative;min-height:330px;padding:28px;border-radius:28px;background:#fff;border:1px solid rgba(32,59,43,.10);box-shadow:var(--soft-shadow);display:flex;flex-direction:column;overflow:hidden}
.resource-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--gold),#efd486)}
.resource-count{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:rgba(32,59,43,.08);color:var(--forest);font-weight:900;margin-bottom:18px}
.resource-category{font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:900;color:var(--gold);margin-bottom:10px}
.resource-card h2{font-size:clamp(24px,2vw,30px);line-height:1.12;margin-bottom:14px}
.resource-card p:not(.resource-category){font-size:15px;line-height:1.62}
.resource-read{margin-top:auto;color:var(--forest);font-weight:900;border-bottom:1px solid currentColor;width:max-content;padding-top:22px}

.resource-cta-band{background:var(--cream);padding-top:0}
.resource-cta-card{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:42px;border-radius:34px;background:linear-gradient(135deg,var(--forest),#0c2a19);color:#fff;box-shadow:0 26px 80px rgba(16,36,26,.22)}
.resource-cta-card h2,.resource-cta-card p{color:#fff}.resource-cta-card p:not(.eyebrow){opacity:.82;max-width:720px;margin-top:10px}

.resource-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:54px;align-items:start}
.resource-article{padding:46px;border-radius:34px;background:#fff;border:1px solid rgba(32,59,43,.10);box-shadow:var(--soft-shadow)}
.article-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.article-meta a,.article-meta span{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--sand);color:var(--forest);font-weight:800;font-size:13px}
.article-lead{font-size:21px;line-height:1.65;color:var(--forest);margin-bottom:36px}
.article-section{padding-top:28px;margin-top:28px;border-top:1px solid rgba(32,59,43,.10)}
.article-section h2{font-size:clamp(28px,3vw,42px);margin-bottom:14px}
.article-section p{font-size:18px;line-height:1.78;color:#49584e}
.article-direct-box{margin-top:42px;padding:34px;border-radius:28px;background:var(--sand);border:1px solid rgba(32,59,43,.10)}
.article-direct-box h2{font-size:34px;margin-bottom:12px}
.resource-sidebar{position:sticky;top:118px;display:grid;gap:20px}
.sidebar-card{padding:26px;border-radius:26px;background:#fff;border:1px solid rgba(32,59,43,.10);box-shadow:var(--soft-shadow)}
.sidebar-card h3{font-size:24px;margin-bottom:16px}
.sidebar-card ul{display:grid;gap:12px}
.sidebar-card li a{color:var(--forest);font-weight:800;line-height:1.35}
.sidebar-contact{background:linear-gradient(135deg,var(--forest),#0b2a18);color:#fff}.sidebar-contact h3,.sidebar-contact p{color:#fff}.sidebar-contact p{opacity:.78;margin-bottom:18px}

@media (max-width:1080px){
  .resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .resource-detail-layout{grid-template-columns:1fr}
  .resource-sidebar{position:static}
}
@media (max-width:760px){
  .resources-intro-grid{grid-template-columns:1fr;gap:22px}
  .resource-grid{grid-template-columns:1fr}
  .resource-card{min-height:auto}
  .resource-cta-card{display:grid;padding:28px;border-radius:26px}
  .resource-article{padding:26px;border-radius:26px}
  .article-section p{font-size:16px}
  .article-lead{font-size:18px}
  main > section:last-child:not(.bv36-hero){margin-bottom:34px}
  .bv-footer-clean{margin-top:34px}
}



/* V46: SEO resources polish fallback */
.page-resources .site-footer,
.page-resource-detail .site-footer{margin-top:0!important}
.page-resources main,
.page-resource-detail main{background:#fbf7ef}
.page-resources .resources-premium-wrap + .site-footer{margin-top:0}



/* =========================================================
   V50 — Header polish and Resources moved to footer only
========================================================= */

/* Slightly more refined top ribbon */
.top-ribbon{
    min-height:30px!important;
    font-size:12px!important;
    letter-spacing:.015em!important;
    background:linear-gradient(90deg,#063714,#075f25)!important;
}
.ribbon-inner{
    height:30px!important;
    line-height:1.25!important;
    gap:18px!important;
}
.ribbon-inner span,
.ribbon-inner a{
    font-weight:800!important;
}

/* Slimmer, less bulky navigation shell */
.nav-shell{
    height:70px!important;
    border-radius:0 0 24px 24px!important;
    padding:0 18px!important;
    gap:14px!important;
}

/* More compact logo block */
.brand{
    min-width:132px!important;
}
.brand img{
    height:50px!important;
    width:auto!important;
}

/* Cleaner nav spacing after removing Resources from top */
.main-nav{
    gap:4px!important;
}
.main-nav a{
    padding:10px 12px!important;
    font-size:14px!important;
    line-height:1!important;
    border-radius:999px!important;
}
.main-nav a.is-active{
    padding:12px 15px!important;
}

/* Keep Book Direct strong but not oversized */
.nav-actions .btn,
.nav-actions .btn-small{
    min-height:48px!important;
    padding:12px 26px!important;
    border-radius:999px!important;
}

/* Header spacing balance over hero */
.site-header .container.nav-shell{
    width:min(1180px, calc(100% - 44px))!important;
}

/* Resources is intentionally footer-only now */
.main-nav a[href$="/resources/"]{
    display:none!important;
}

/* Footer Resources link should remain visible and clean */
.bv-footer-col a[href$="/resources/"]{
    font-weight:850!important;
}

/* Responsive header cleanup */
@media (max-width:1080px){
    .nav-shell{
        height:68px!important;
    }
    .brand img{
        height:48px!important;
    }
    .nav-actions .btn,
    .nav-actions .btn-small{
        min-height:46px!important;
        padding:11px 22px!important;
    }
}

@media (max-width:860px){
    .top-ribbon{
        min-height:34px!important;
    }
    .ribbon-inner{
        height:34px!important;
        font-size:11px!important;
    }
    .nav-shell{
        height:72px!important;
        border-radius:0 0 22px 22px!important;
    }
    .brand{
        min-width:auto!important;
    }
    .brand img{
        height:48px!important;
    }
    .main-nav a[href$="/resources/"]{
        display:block!important;
    }
}

/* On mobile, Resources may still appear inside hamburger only if the menu is generated from nav.
   Since config removes it, this is a harmless fallback. */
@media (max-width:640px){
    .site-header .container.nav-shell{
        width:min(100% - 28px, 1180px)!important;
    }
    .ribbon-contact{
        display:none!important;
    }
}



/* =========================================================
   V52 — WhatsApp floating button corrected branded style
========================================================= */
.floating-whatsapp{
    position:fixed!important;
    right:22px!important;
    bottom:92px!important;
    z-index:1002!important;
    width:64px!important;
    height:64px!important;
    min-width:64px!important;
    min-height:64px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    border-radius:999px!important;
    background:linear-gradient(180deg,#25D366 0%, #1EBE5A 100%)!important;
    color:transparent!important;
    text-decoration:none!important;
    border:1px solid rgba(255,255,255,.28)!important;
    box-shadow:0 18px 40px rgba(10,82,34,.34), 0 4px 14px rgba(0,0,0,.18)!important;
    overflow:visible!important;
    transition:transform .22s ease, box-shadow .22s ease!important;
    animation:bvWhatsappPulse 2.6s infinite!important;
}
.floating-whatsapp:hover{
    transform:translateY(-2px) scale(1.03)!important;
    box-shadow:0 22px 48px rgba(10,82,34,.40), 0 6px 16px rgba(0,0,0,.22)!important;
}
.floating-whatsapp:active{
    transform:translateY(0) scale(.98)!important;
}
.floating-whatsapp span{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}
.floating-whatsapp::before{
    content:"✆";
    display:flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    color:#ffffff;
    font-size:28px;
    line-height:1;
    font-weight:900;
    transform:translateX(1px) translateY(-1px);
    text-shadow:0 1px 0 rgba(0,0,0,.08);
}
.floating-whatsapp::after{
    content:"WhatsApp";
    position:absolute;
    right:74px;
    top:50%;
    transform:translateY(-50%) translateX(6px);
    background:rgba(6,28,15,.90);
    color:#fff;
    padding:10px 14px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.01em;
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    transition:all .22s ease;
    box-shadow:0 12px 30px rgba(0,0,0,.20);
    pointer-events:none;
}
.floating-whatsapp:hover::after{
    opacity:1;
    visibility:visible;
    transform:translateY(-50%) translateX(0);
}
@keyframes bvWhatsappPulse{
    0%{box-shadow:0 0 0 0 rgba(37,211,102,.34), 0 18px 40px rgba(10,82,34,.34), 0 4px 14px rgba(0,0,0,.18)}
    70%{box-shadow:0 0 0 14px rgba(37,211,102,0), 0 18px 40px rgba(10,82,34,.34), 0 4px 14px rgba(0,0,0,.18)}
    100%{box-shadow:0 0 0 0 rgba(37,211,102,0), 0 18px 40px rgba(10,82,34,.34), 0 4px 14px rgba(0,0,0,.18)}
}
@media (prefers-reduced-motion:reduce){
    .floating-whatsapp{animation:none!important}
}
@media (max-width:760px){
    .floating-whatsapp{
        right:16px!important;
        bottom:96px!important;
        width:58px!important;
        height:58px!important;
        min-width:58px!important;
        min-height:58px!important;
    }
    .floating-whatsapp::before{
        width:28px;
        height:28px;
        font-size:24px;
    }
    .floating-whatsapp::after{
        display:none!important;
    }
}

/* SEO/GEO content additions */
.bv21-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.bv21-faq-grid details{background:#fff;border:1px solid rgba(20,57,38,.12);border-radius:16px;padding:18px 20px;box-shadow:0 12px 30px rgba(20,57,38,.06)}
.bv21-faq-grid summary{cursor:pointer;font-weight:700;color:#173a29;line-height:1.4}
.bv21-faq-grid details p{margin:12px 0 0;color:#53665d;line-height:1.7}
.bv-footer-credit a{color:inherit;text-decoration:underline;text-underline-offset:3px}
@media (max-width:760px){.bv21-faq-grid{grid-template-columns:1fr}}
