:root{--bg:#222;--bg-deep:#161616;--bg-card:#2a2a2a;--gold:#c9952a;--gold-lt:#e2b862;--white:#f5f0e8;--muted:#a89880;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Jost',sans-serif;--t:.35s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--white);font-family:var(--sans);font-weight:300;line-height:1.7;overflow-x:hidden}img{display:block;max-width:100%} a{color:inherit;text-decoration:none}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 5vw;background:rgba(18,18,18,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,149,42,.18);transition:padding var(--t)}nav.scrolled{padding:.65rem 5vw}.nav-logo{display:flex;align-items:center;gap:.8rem}.nav-logo img{height:42px;width:auto;object-fit:contain}.nav-logo-text{font-family:var(--serif);font-size:1.1rem;letter-spacing:.08em;color:var(--white);display:none}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);transition:color var(--t)}.nav-links a:hover{color:var(--gold-lt)}.nav-cta{padding:.5rem 1.4rem;border:1px solid var(--gold);color:var(--gold)!important;transition:background var(--t),color var(--t)!important}.nav-cta:hover{background:var(--gold)!important;color:var(--bg-deep)!important}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{display:block;width:22px;height:1px;background:var(--gold)}.mobile-menu{display:none;position:fixed;inset:0;background:rgba(18,18,18,.98);z-index:300;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-menu.open{display:flex}.mobile-menu a{font-family:var(--serif);font-size:2rem;color:var(--white)}.mobile-menu a:hover{color:var(--gold)}.mobile-close{position:absolute;top:1.6rem;right:1.4rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--gold);cursor:pointer;border:1px solid rgba(201,149,42,.35);border-radius:999px;background:rgba(255,255,255,.03);z-index:301}.btn-gold{padding:1rem 2.4rem;background:var(--gold);color:var(--bg-deep);font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;border:none;cursor:pointer;display:inline-block;transition:background var(--t),transform var(--t)}.btn-gold:hover{background:var(--gold-lt);transform:translateY(-2px)}.btn-ghost{padding:1rem 2.4rem;background:transparent;color:var(--white);font-family:var(--sans);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;border:1px solid rgba(255,255,255,.25);cursor:pointer;display:inline-block;transition:border-color var(--t),color var(--t),transform var(--t)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.div{width:56px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:0 auto 2rem}.div-l{margin-left:0;background:linear-gradient(90deg,var(--gold),transparent)}.label{font-size:.67rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.heading{font-family:var(--serif);font-size:clamp(1.9rem,3vw,3.2rem);font-weight:300;line-height:1.18;margin-bottom:1.5rem}.heading em{color:var(--gold-lt);font-style:italic}.body-text{color:var(--muted);font-size:.92rem;line-height:1.85;margin-bottom:1.4rem}#hero{min-height:100vh;display:grid;grid-template-columns:55% 45%;position:relative}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:130px 5vw 80px 6vw;background:linear-gradient(150deg,#111 0%,#1c1c1c 100%);position:relative;z-index:2}.hero-left::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(201,149,42,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(201,149,42,.04) 1px,transparent 1px);background-size:65px 65px}.hero-right{position:relative;overflow:hidden}.hero-right img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(.78) saturate(1.1);transition:transform 8s ease}.hero-right:hover img{transform:scale(1.06)}.hero-right::before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(28,28,28,.92) 0%,rgba(28,28,28,.2) 25%,transparent 50%)}.hero-right::after{content:'';position:absolute;top:12%;bottom:12%;left:0;width:2px;background:var(--gold);z-index:2}.hero-content{position:relative;z-index:2;max-width:580px}.eyebrow{font-size:.66rem;letter-spacing:.36em;text-transform:uppercase;color:var(--gold);margin-bottom:1.6rem;display:flex;align-items:center;gap:1rem;opacity:1;animation:fadeUp .8s .2s forwards}.eyebrow::before{content:'';display:inline-block;width:36px;height:1px;background:var(--gold)}.hero-title{font-family:var(--serif);font-size:clamp(3rem,4.8vw,5.4rem);font-weight:300;line-height:1.06;letter-spacing:-.01em;margin-bottom:1.6rem;opacity:1;animation:fadeUp .8s .4s forwards}.hero-title em{font-style:italic;color:var(--gold-lt)}.hero-sub{font-size:.95rem;color:var(--muted);max-width:440px;margin-bottom:.9rem;line-height:1.8;opacity:1;animation:fadeUp .8s .6s forwards}.hero-loc{font-size:.67rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-bottom:3rem;opacity:1;animation:fadeUp .8s .75s forwards}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;opacity:1;animation:fadeUp .8s .9s forwards}#philosophy{background:var(--bg-deep);border-top:1px solid rgba(201,149,42,.12);border-bottom:1px solid rgba(201,149,42,.12)}.phil-grid{display:grid;grid-template-columns:1fr 1fr;max-width:1300px;margin:0 auto;min-height:600px}.phil-img{position:relative;overflow:hidden}.phil-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 22%;filter:brightness(.75) saturate(.95);transition:transform 5s ease}.phil-img:hover img{transform:scale(1.04)}.phil-img::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 60%,var(--bg-deep) 100%),linear-gradient(180deg,rgba(22,22,22,.4) 0%,transparent 20%,transparent 78%,rgba(22,22,22,.6) 100%)}.phil-text{padding:6rem 5vw;display:flex;flex-direction:column;justify-content:center}.pstats{display:flex;flex-direction:column;gap:1.6rem;margin-top:2.5rem}.pstat{display:flex;align-items:flex-start;gap:1.2rem;border-left:2px solid rgba(201,149,42,.3);padding-left:1.2rem;transition:border-color var(--t)}.pstat:hover{border-left-color:var(--gold)}.pstat-word{font-family:var(--serif);font-size:1.7rem;color:var(--gold);line-height:1;flex-shrink:0;min-width:85px}.pstat-lbl{font-size:.83rem;color:var(--muted);line-height:1.55;padding-top:.2rem}#gallery{position:relative;overflow:hidden;height:540px}.gallery-img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:brightness(.52) saturate(1.05)}.gallery-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:2rem;background:linear-gradient(180deg,rgba(22,22,22,.5) 0%,rgba(22,22,22,.18) 50%,rgba(22,22,22,.65) 100%)}.gallery-overlay h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3.8rem);font-weight:300;line-height:1.15;margin-bottom:1rem}.gallery-overlay p{font-size:.92rem;color:var(--muted);max-width:520px}#services{padding:7rem 5vw}.s-center{text-align:center;margin-bottom:4.5rem}.svc-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5px;background:rgba(201,149,42,.08)}.svc{background:var(--bg-card);padding:3rem;position:relative;overflow:hidden;transition:background var(--t)}.svc::before{content:'';position:absolute;top:0;left:0;width:3px;height:0;background:var(--gold);transition:height .4s ease}.svc:hover{background:#333}.svc:hover::before{height:100%}.svc-num{position:absolute;top:1.8rem;right:2rem;font-family:var(--serif);font-size:4rem;font-weight:300;color:rgba(201,149,42,.05);line-height:1}.svc-icon{width:42px;height:42px;margin-bottom:1.4rem;color:var(--gold)}.svc-title{font-family:var(--serif);font-size:1.45rem;font-weight:400;margin-bottom:.8rem}.svc-body{color:var(--muted);font-size:.87rem;line-height:1.8}.svc-img-card{position:relative;overflow:hidden;min-height:320px}.svc-img-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 20%;filter:brightness(.55);transition:transform 5s ease,filter var(--t)}.svc-img-card:hover img{transform:scale(1.06);filter:brightness(.65)}.svc-img-card-content{position:absolute;inset:0;z-index:2;padding:2.5rem;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(0deg,rgba(22,22,22,.9) 0%,rgba(22,22,22,.3) 60%,transparent 100%)}#why{background:var(--bg-deep);border-top:1px solid rgba(201,149,42,.12)}.why-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;min-height:640px}.why-text{padding:7rem 5vw;display:flex;flex-direction:column;justify-content:center}.why-cols{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3.5rem}.why-col-title{font-family:var(--serif);font-size:1.25rem;font-weight:400;margin-bottom:1.4rem;color:var(--gold-lt)}.why-list{list-style:none;display:flex;flex-direction:column;gap:.9rem}.why-list li{display:flex;align-items:flex-start;gap:.8rem;font-size:.87rem;color:var(--muted);line-height:1.6}.why-list li::before{content:"\2014";color:var(--gold);flex-shrink:0}.why-img{position:relative;overflow:hidden}.why-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 15%;filter:brightness(.7) saturate(.95);transition:transform 5s ease}.why-img:hover img{transform:scale(1.04)}.why-img::before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,var(--bg-deep) 0%,transparent 28%),linear-gradient(0deg,var(--bg-deep) 0%,transparent 18%)}#boutique{background:var(--bg)}.boutique-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:42% 58%;min-height:680px}.boutique-img{position:relative;overflow:hidden}.boutique-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 12%;filter:brightness(.82) saturate(.95);transition:transform 5s ease}.boutique-img:hover img{transform:scale(1.04)}.boutique-img::before{content:'';position:absolute;top:2rem;left:2rem;width:64px;height:64px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);z-index:2}.boutique-img::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 58%,var(--bg) 100%),linear-gradient(0deg,rgba(34,34,34,.5) 0%,transparent 18%)}.boutique-text{padding:7rem 5vw;display:flex;flex-direction:column;justify-content:center}.boutique-list{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.boutique-list li{display:flex;align-items:flex-start;gap:.9rem;font-size:.88rem;color:var(--muted)}.boutique-list li::before{content:"\2736";color:var(--gold);font-size:.5rem;margin-top:.5em;flex-shrink:0}#experiences{padding:7rem 5vw;background:var(--bg-deep);border-top:1px solid rgba(201,149,42,.12)}.exp-grid{max-width:1200px;margin:4rem auto 0;display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:rgba(201,149,42,.08)}.exp-card{position:relative;overflow:hidden;height:500px}.exp-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:brightness(.6);transition:transform 6s ease,filter var(--t)}.exp-card:hover img{transform:scale(1.06);filter:brightness(.72)}.exp-card-content{position:absolute;inset:0;z-index:2;padding:2.5rem;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(0deg,rgba(22,22,22,.9) 0%,rgba(22,22,22,.2) 60%,transparent 100%)}.exp-card-tag{font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.exp-card-title{font-family:var(--serif);font-size:1.8rem;font-weight:300;line-height:1.2;margin-bottom:.5rem}.exp-card-sub{font-size:.83rem;color:var(--muted)}#location{background:var(--bg-deep);border-top:1px solid rgba(201,149,42,.12);border-bottom:1px solid rgba(201,149,42,.12);padding:7rem 5vw}.loc-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:4rem;align-items:start}.zone-list{display:flex;flex-direction:column;gap:.9rem;margin:2rem 0 2.5rem}.zone-item{display:flex;align-items:center;gap:1rem;padding:.85rem 1.1rem;background:rgba(201,149,42,.05);border:1px solid rgba(201,149,42,.12);border-radius:2px;cursor:pointer;transition:background var(--t),border-color var(--t)}.zone-item:hover{background:rgba(201,149,42,.11);border-color:rgba(201,149,42,.35)}.zone-dot{width:9px;height:9px;border-radius:50%;background:var(--gold);flex-shrink:0;box-shadow:0 0 0 3px rgba(201,149,42,.2)}.zone-name{font-family:var(--serif);font-size:1.1rem;color:var(--white)}.zone-tag{font-size:.72rem;color:var(--muted);margin-left:auto;letter-spacing:.06em}.loc-contact{display:flex;align-items:center;gap:.9rem;font-size:.85rem;color:var(--muted);margin-bottom:.8rem}.loc-contact a:hover{color:var(--gold-lt);transition:color var(--t)}.map-outer{position:relative;border-radius:3px;overflow:hidden;box-shadow:0 0 0 1px rgba(201,149,42,.25),0 24px 60px rgba(0,0,0,.55)}.map-outer::before{content:'';position:absolute;top:0;left:0;width:52px;height:52px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);z-index:10;pointer-events:none}.map-outer::after{content:'';position:absolute;bottom:0;right:0;width:52px;height:52px;border-bottom:2px solid var(--gold);border-right:2px solid var(--gold);z-index:10;pointer-events:none}#leafmap{width:100%;height:560px;z-index:1}.map-badge{position:absolute;bottom:1.2rem;left:1.2rem;background:rgba(18,18,18,.9);backdrop-filter:blur(8px);border:1px solid rgba(201,149,42,.28);padding:.55rem 1rem;font-size:.67rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-lt);z-index:20;pointer-events:none}.leaflet-popup-content-wrapper{background:#1e1e1e;border:1px solid rgba(201,149,42,.35);border-radius:3px;color:var(--white)}.leaflet-popup-tip{background:#1e1e1e}.leaflet-popup-content{margin:10px 14px;font-family:'Jost',sans-serif;font-size:.82rem;line-height:1.5}.leaflet-popup-content strong{font-family:'Cormorant Garamond',serif;font-size:1rem;color:#e2b862;display:block;margin-bottom:.25rem}#contact{background:var(--bg-deep);padding:7rem 5vw;border-top:1px solid rgba(201,149,42,.12)}.contact-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:6rem}.c-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;line-height:1.2;margin-bottom:1.5rem}.c-body{color:var(--muted);font-size:.9rem;line-height:1.8;margin-bottom:3rem}.c-details{display:flex;flex-direction:column;gap:1.2rem}.c-item{display:flex;align-items:center;gap:1rem;font-size:.88rem}.c-icon{width:36px;height:36px;flex-shrink:0;border:1px solid rgba(201,149,42,.3);display:flex;align-items:center;justify-content:center;color:var(--gold)}.c-item a:hover{color:var(--gold-lt)}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.fg{display:flex;flex-direction:column;gap:.5rem}.fg label{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.fg input,.fg textarea{background:rgba(255,255,255,.03);border:1px solid rgba(201,149,42,.15);color:var(--white);font-family:var(--sans);font-size:.9rem;font-weight:300;padding:.9rem 1rem;outline:none;resize:none;border-radius:2px;transition:border-color var(--t),background var(--t)}.fg input::placeholder,.fg textarea::placeholder{color:rgba(168,152,128,.4)}.fg input:focus,.fg textarea:focus{border-color:var(--gold);background:rgba(201,149,42,.03)}.fg textarea{height:130px}.form-btn{padding:1.05rem 2.5rem;background:var(--gold);color:var(--bg-deep);font-family:var(--sans);font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;border:none;cursor:pointer;align-self:flex-start;transition:background var(--t),transform var(--t)}.form-btn:hover{background:var(--gold-lt);transform:translateY(-2px)}.form-note{font-size:.78rem;color:var(--muted);margin-top:.3rem}footer{background:var(--bg-deep);border-top:1px solid rgba(201,149,42,.1);padding:3rem 5vw}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.8rem}.footer-logo img{height:44px;width:auto}.footer-sub{font-size:.7rem;color:var(--muted);letter-spacing:.1em;margin-top:.25rem}.footer-links{display:flex;gap:2rem;list-style:none}.footer-links a{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);transition:color var(--t)}.footer-links a:hover{color:var(--gold-lt)}.footer-copy{font-size:.7rem;color:rgba(168,152,128,.5)}@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .85s ease,transform .85s ease}.reveal.visible{opacity:1;transform:translateY(0)}.d1{transition-delay:.15s}.d2{transition-delay:.3s}.d3{transition-delay:.45s}@media(max-width:1080px){#hero{grid-template-columns:1fr}.hero-right{display:none}.hero-left{min-height:100vh}.phil-grid{grid-template-columns:1fr}.phil-img{min-height:440px}.why-grid{grid-template-columns:1fr}.why-img{min-height:440px}.boutique-grid{grid-template-columns:1fr}.boutique-img{min-height:520px}.contact-inner{grid-template-columns:1fr;gap:3.5rem}.form-row{grid-template-columns:1fr}.loc-inner{grid-template-columns:1fr}#leafmap{height:420px}.exp-grid{grid-template-columns:1fr}.nav-links{display:none}.hamburger{display:flex}}@media(max-width:768px){.nav-links{display:none}.hamburger{display:flex}.svc-grid{grid-template-columns:1fr}.why-cols{grid-template-columns:1fr;gap:2rem}#gallery{height:320px}.footer-inner{flex-direction:column;align-items:flex-start}}
/* WhatsApp Floating Button */
.whatsapp-float{
  position:fixed;
  bottom:2rem;
  right:2rem;
  z-index:999;
  width:60px;
  height:60px;
  background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(37,211,102,.4),0 8px 24px rgba(0,0,0,.3);
  cursor:pointer;
  transition:transform .3s ease,box-shadow .3s ease;
  animation:whatsappPulse 2s infinite;
}
.whatsapp-float:hover{
  transform:scale(1.1);
  box-shadow:0 6px 16px rgba(37,211,102,.6),0 12px 32px rgba(0,0,0,.4);
}
.whatsapp-float svg{
  width:32px;
  height:32px;
  fill:#fff;
}
@keyframes whatsappPulse{
  0%,100%{box-shadow:0 4px 12px rgba(37,211,102,.4),0 8px 24px rgba(0,0,0,.3)}
  50%{box-shadow:0 4px 12px rgba(37,211,102,.7),0 8px 24px rgba(0,0,0,.3),0 0 0 12px rgba(37,211,102,.2)}
}
@media(max-width:768px){
  .whatsapp-float{
    bottom:1.5rem;
    right:1.5rem;
    width:56px;
    height:56px;
  }
  .whatsapp-float svg{
    width:28px;
    height:28px;
  }
}


/* Email Floating Button */
.email-float{
  position:fixed;
  bottom:2rem;
  right:6rem;
  z-index:999;
  width:60px;
  height:60px;
  background:linear-gradient(135deg,var(--gold) 0%,var(--gold-lt) 100%);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(201,149,42,.4),0 8px 24px rgba(0,0,0,.3);
  cursor:pointer;
  transition:transform .3s ease,box-shadow .3s ease;
}
.email-float:hover{
  transform:scale(1.1);
  box-shadow:0 6px 16px rgba(201,149,42,.6),0 12px 32px rgba(0,0,0,.4);
}
.email-float svg{
  width:28px;
  height:28px;
  fill:var(--bg-deep);
}
@media(max-width:768px){
  .email-float{
    bottom:5.5rem;
    right:1.5rem;
    width:56px;
    height:56px;
  }
  .email-float svg{
    width:26px;
    height:26px;
  }
}



/* ===== Responsive polish update: larger logo + premium mobile layout ===== */
nav{
  min-height:86px;
  padding:.8rem 5vw;
}
nav.scrolled{
  min-height:78px;
}
.nav-logo img{
  height:68px;
  max-height:68px;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 8px 22px rgba(0,0,0,.42));
}

@media(max-width:1080px){
  #hero{
    display:block;
    min-height:auto;
  }
  .hero-right{
    display:none;
  }
  .hero-left{
    min-height:100svh;
    padding:145px 7vw 70px;
    justify-content:flex-end;
    background:
      linear-gradient(180deg,rgba(12,12,12,.55) 0%,rgba(18,18,18,.42) 34%,rgba(17,17,17,.94) 100%),
      linear-gradient(90deg,rgba(17,17,17,.97) 0%,rgba(17,17,17,.76) 56%,rgba(17,17,17,.44) 100%),
      url('images/costa-rica-coastline-vacation-home.jpg') center 36%/cover no-repeat;
  }
  .hero-left::before{
    background-image:linear-gradient(rgba(201,149,42,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(201,149,42,.045) 1px,transparent 1px);
    background-size:54px 54px;
    mask-image:linear-gradient(180deg,transparent 0%,#000 26%,#000 100%);
    pointer-events:none;
  }
  .hero-content{
    max-width:680px;
  }
}

@media(max-width:768px){
  body{
    line-height:1.65;
  }
  nav{
    min-height:96px;
    padding:.7rem 5vw .65rem;
    background:linear-gradient(180deg,rgba(14,14,14,.98) 0%,rgba(17,17,17,.92) 100%);
  }
  nav.scrolled{
    min-height:86px;
    padding:.55rem 5vw;
  }
  .nav-logo{
    flex:1;
  }
  .nav-logo img{
    height:76px;
    max-height:76px;
  }
  nav.scrolled .nav-logo img{
    height:66px;
    max-height:66px;
  }
  .hamburger{
    width:46px;
    height:46px;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(201,149,42,.24);
    border-radius:999px;
    background:rgba(255,255,255,.025);
  }
  .hamburger span{
    width:20px;
  }
  .mobile-menu{
    padding:7rem 7vw 4rem;
    background:radial-gradient(circle at 50% 0%,rgba(201,149,42,.16),transparent 34%),rgba(14,14,14,.985);
  }
  .mobile-menu a{
    font-size:clamp(1.7rem,8vw,2.4rem);
    line-height:1.1;
  }
  .hero-left{
    min-height:100svh;
    padding:150px 6vw 56px;
    background-position:center 28%;
    text-align:left;
  }
  .hero-content{
    width:100%;
  }
  .eyebrow{
    font-size:.58rem;
    letter-spacing:.23em;
    gap:.75rem;
    margin-bottom:1.15rem;
  }
  .eyebrow::before{
    width:28px;
  }
  .hero-title{
    font-size:clamp(2.45rem,11.5vw,3.75rem);
    line-height:1.01;
    margin-bottom:1.15rem;
    letter-spacing:-.025em;
  }
  .hero-sub{
    max-width:96%;
    font-size:.98rem;
    line-height:1.75;
    margin-bottom:.75rem;
  }
  .hero-loc{
    font-size:.58rem;
    letter-spacing:.16em;
    line-height:1.7;
    margin-bottom:1.8rem;
  }
  .hero-actions{
    width:100%;
    gap:.8rem;
  }
  .hero-actions a,
  .hero-actions .btn-gold,
  .hero-actions .btn-ghost{
    width:100% !important;
    max-width:360px;
    text-align:center;
    justify-content:center;
    padding:1rem 1.15rem !important;
    font-size:.66rem !important;
    letter-spacing:.17em !important;
  }
  .btn-gold,.btn-ghost{
    width:100%;
    text-align:center;
  }
  #philosophy,.why-text,.boutique-text,#services,#experiences,#location{
    padding-left:6vw;
    padding-right:6vw;
  }
  .phil-text,.why-text,.boutique-text{
    padding-top:4.5rem;
    padding-bottom:4.5rem;
  }
  .phil-img,.why-img,.boutique-img{
    min-height:360px;
  }
  .heading{
    font-size:clamp(2rem,9vw,2.85rem);
    line-height:1.08;
  }
  .body-text{
    font-size:.94rem;
  }
  .pstat{
    gap:.85rem;
  }
  .pstat-word{
    min-width:72px;
    font-size:1.45rem;
  }
  #gallery{
    height:390px;
  }
  .gallery-overlay{
    padding:2.4rem 6vw;
  }
  .svc{
    padding:2.2rem 1.6rem;
  }
  .svc-img-card{
    min-height:360px;
  }
  .why-cols{
    margin-top:2rem;
  }
  .boutique-list li{
    font-size:.88rem;
  }
  .exp-grid{
    gap:1.2rem;
  }
  .exp-card{
    min-height:400px;
  }
  .loc-inner{
    gap:2.5rem;
  }
  .map-outer{
    min-height:auto;
  }
  #leafmap{
    height:360px;
  }
  .footer-logo img{
    height:62px;
  }
}

@media(max-width:430px){
  nav{
    min-height:90px;
  }
  .nav-logo img{
    height:70px;
    max-height:70px;
  }
  nav.scrolled .nav-logo img{
    height:62px;
    max-height:62px;
  }
  .hero-left{
    padding-top:138px;
    padding-bottom:46px;
  }
  .hero-title{
    font-size:clamp(2.15rem,11vw,3.15rem);
  }
  .hero-actions a,
  .hero-actions .btn-gold,
  .hero-actions .btn-ghost{
    max-width:none;
  }
  .email-float,.whatsapp-float{
    width:52px!important;
    height:52px!important;
    right:1rem!important;
  }
  .email-float{
    bottom:5rem!important;
  }
  .whatsapp-float{
    bottom:1rem!important;
  }
}



/* ===== FINAL MOBILE PREMIUM PATCH - 2026-05-06 ===== */
@media(max-width:768px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;background:var(--bg)!important;}
  body{font-size:16px!important;}
  nav{min-height:104px!important;padding:.58rem 1.25rem!important;align-items:center!important;background:linear-gradient(180deg,rgba(13,13,13,.99) 0%,rgba(18,18,18,.96) 100%)!important;border-bottom:1px solid rgba(201,149,42,.22)!important;}
  nav.scrolled{min-height:88px!important;padding:.48rem 1.25rem!important;}
  .nav-logo{flex:1 1 auto!important;min-width:0!important;}
  .nav-logo img{height:84px!important;max-height:84px!important;width:auto!important;object-fit:contain!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.55))!important;}
  nav.scrolled .nav-logo img{height:72px!important;max-height:72px!important;}
  .hamburger{display:flex!important;width:50px!important;height:50px!important;flex:0 0 50px!important;align-items:center!important;justify-content:center!important;gap:4px!important;border:1px solid rgba(201,149,42,.32)!important;border-radius:999px!important;background:rgba(255,255,255,.025)!important;box-shadow:0 10px 28px rgba(0,0,0,.22)!important;}
  .hamburger span{width:19px!important;height:1.5px!important;background:var(--gold)!important;}
  .mobile-menu{padding:7rem 7vw 4rem!important;background:radial-gradient(circle at 50% 0%,rgba(201,149,42,.13),transparent 34%),rgba(13,13,13,.985)!important;}
  .mobile-menu a{font-size:clamp(1.55rem,7.3vw,2.25rem)!important;line-height:1.1!important;}
  .hero-left{min-height:100svh!important;padding:138px 6vw 48px!important;justify-content:center!important;background-position:center 32%!important;}
  .hero-title{font-size:clamp(2.35rem,10.6vw,3.65rem)!important;line-height:1.02!important;letter-spacing:-.03em!important;margin-bottom:1.05rem!important;}
  .hero-sub{font-size:.96rem!important;line-height:1.72!important;max-width:100%!important;margin-bottom:.85rem!important;}
  .hero-loc{font-size:.56rem!important;letter-spacing:.15em!important;line-height:1.75!important;margin-bottom:1.55rem!important;}
  .eyebrow{font-size:.56rem!important;letter-spacing:.21em!important;gap:.72rem!important;margin-bottom:1rem!important;}
  .eyebrow::before{width:28px!important;}
  .hero-actions{display:flex!important;flex-direction:column!important;width:100%!important;gap:.75rem!important;}
  .hero-actions a,.hero-actions .btn-gold,.hero-actions .btn-ghost{width:100%!important;max-width:100%!important;text-align:center!important;padding:1rem 1rem!important;font-size:.64rem!important;letter-spacing:.18em!important;}
  section{max-width:100%!important;overflow:hidden!important;}
  #philosophy .phil-grid,.why-grid,.boutique-grid,.contact-inner,.loc-inner{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important;min-height:unset!important;gap:0!important;}
  .phil-img,.why-img,.boutique-img{width:100%!important;min-height:360px!important;position:relative!important;}
  .phil-img img,.why-img img,.boutique-img img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;}
  .phil-text,.why-text,.boutique-text{padding:4rem 6vw!important;width:100%!important;}
  .heading{font-size:clamp(2.05rem,8.7vw,2.8rem)!important;line-height:1.08!important;}
  .body-text{font-size:.94rem!important;line-height:1.78!important;}
  .pstats{gap:1rem!important;margin-top:1.8rem!important;}
  .pstat{gap:.8rem!important;padding-left:1rem!important;}
  .pstat-word{font-size:1.35rem!important;min-width:68px!important;}
  #gallery{height:auto!important;min-height:0!important;position:relative!important;overflow:hidden!important;}
  .gallery-img{height:410px!important;width:100%!important;object-fit:cover!important;object-position:center 36%!important;filter:brightness(.48) saturate(1)!important;}
  .gallery-overlay{padding:3rem 6vw!important;align-items:center!important;justify-content:center!important;text-align:center!important;}
  .gallery-overlay h2{font-size:clamp(2.05rem,9vw,3rem)!important;line-height:1.08!important;max-width:100%!important;}
  .gallery-overlay p{font-size:.9rem!important;line-height:1.65!important;max-width:96%!important;}
  #services,#experiences,#location{padding:4.2rem 6vw!important;}
  .s-center{margin-bottom:2.4rem!important;}
  .svc-grid{display:block!important;background:transparent!important;}
  .svc{margin-bottom:1rem!important;border:1px solid rgba(201,149,42,.13)!important;border-radius:22px!important;padding:2rem 1.35rem!important;background:rgba(255,255,255,.025)!important;}
  .svc-title{font-size:1.42rem!important;line-height:1.2!important;}
  .svc-body{font-size:.9rem!important;line-height:1.75!important;}
  .svc-img-card{min-height:335px!important;border-radius:22px!important;}
  .why-cols{display:block!important;margin-top:2rem!important;}
  .why-cols>div+div{margin-top:2rem!important;}
  .boutique-list{gap:.85rem!important;}
  .boutique-list li{font-size:.89rem!important;line-height:1.65!important;}
  .exp-grid{display:flex!important;flex-direction:column!important;gap:1.5rem!important;}
  .exp-card{min-height:360px!important;margin-bottom:0!important;border-radius:24px!important;overflow:hidden!important;}
  #testimonials{padding:4.5rem 6vw!important;}
  #testimonials [style*="grid-template-columns:repeat"]{display:flex!important;flex-direction:column!important;gap:1.8rem!important;grid-template-columns:1fr!important;}
  .sel-quote{font-size:clamp(2rem,8.9vw,2.85rem)!important;line-height:1.08!important;letter-spacing:-.015em!important;max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important;}
  .sel-sub{max-width:100%!important;font-size:.94rem!important;line-height:1.78!important;}
  #leafmap{height:420px!important;border-radius:22px!important;overflow:hidden!important;}
  .map-outer{min-height:auto!important;width:100%!important;}
  .map-badge{left:1rem!important;right:1rem!important;text-align:center!important;font-size:.56rem!important;letter-spacing:.12em!important;}
  footer{padding:3.5rem 6vw!important;}
  .footer-inner{gap:1.6rem!important;}
  .footer-logo img{height:70px!important;}
  .email-float,.whatsapp-float{width:48px!important;height:48px!important;right:14px!important;z-index:998!important;opacity:.94!important;}
  .email-float{bottom:4.35rem!important;}
  .whatsapp-float{bottom:.95rem!important;}
  .email-float svg{width:21px!important;height:21px!important;}
  .whatsapp-float svg{width:25px!important;height:25px!important;}
}
@media(max-width:430px){
  nav{min-height:102px!important;padding:.55rem 1rem!important;}
  nav.scrolled{min-height:86px!important;}
  .nav-logo img{height:82px!important;max-height:82px!important;}
  nav.scrolled .nav-logo img{height:70px!important;max-height:70px!important;}
  .hamburger{width:48px!important;height:48px!important;flex-basis:48px!important;}
  .hero-left{padding:132px 6vw 42px!important;}
  .hero-title{font-size:clamp(2.25rem,11vw,3.18rem)!important;}
  .hero-actions a,.hero-actions .btn-gold,.hero-actions .btn-ghost{padding:.95rem .9rem!important;}
  .gallery-img{height:390px!important;}
  .phil-img,.why-img,.boutique-img{min-height:330px!important;}
  .exp-card{min-height:370px!important;}
  .email-float,.whatsapp-float{width:46px!important;height:46px!important;right:12px!important;}
  .email-float{bottom:4.15rem!important;}
  .whatsapp-float{bottom:.85rem!important;}
}
@media(max-width:380px){
  .nav-logo img{height:76px!important;max-height:76px!important;}
  .hamburger{width:46px!important;height:46px!important;flex-basis:46px!important;}
  .hero-title{font-size:2.15rem!important;}
  .hero-left{padding-top:126px!important;}
}



/* ===== FINAL UPDATE READY - MOBILE FLOATING BUTTON CLEANUP ===== */
@media (max-width: 768px) {
  .email-float {
    display: none !important;
  }

  .whatsapp-float {
    display: flex !important;
    width: 54px !important;
    height: 54px !important;
    right: 14px !important;
    bottom: 18px !important;
    z-index: 9999 !important;
    opacity: .96 !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .38), 0 0 28px rgba(37, 211, 102, .32) !important;
  }

  .whatsapp-float svg {
    width: 28px !important;
    height: 28px !important;
  }

  .hero-actions {
    padding-bottom: 2.35rem !important;
  }
}

@media (max-width: 430px) {
  .whatsapp-float {
    width: 52px !important;
    height: 52px !important;
    right: 12px !important;
    bottom: 16px !important;
  }

  .whatsapp-float svg {
    width: 27px !important;
    height: 27px !important;
  }
}



/* ===== iPhone mobile text bleed / overlap fix ===== */
@media (max-width: 768px) {
  #philosophy,
  #gallery,
  #services,
  #why,
  #boutique,
  #experiences,
  #selectivity,
  #location,
  footer {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
  }

  .gallery-overlay,
  .phil-text,
  .why-text,
  .boutique-text,
  .sel-content,
  .loc-info,
  .map-outer,
  .s-center,
  .svc-grid,
  .exp-grid,
  .footer-inner {
    position: relative !important;
    z-index: 2 !important;
  }

  .phil-img,
  .why-img,
  .boutique-img,
  .sel-bg {
    z-index: 1 !important;
  }

  /* Disable mobile reveal transforms to prevent iPhone rendering bleed */
  .reveal,
  .reveal.visible,
  .d1,
  .d2,
  .d3 {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .sel-quote,
  .heading,
  .body-text,
  .boutique-list,
  .why-cols,
  .exp-card-title,
  .exp-card-sub,
  .svc-title,
  .svc-body,
  .gallery-overlay h2,
  .gallery-overlay p {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  /* Keep only WhatsApp in mobile and move it away from CTAs */
  .email-float,
  .call-float,
  .floating-call {
    display: none !important;
  }

  .whatsapp-float {
    width: 56px !important;
    height: 56px !important;
    right: 14px !important;
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    z-index: 9999 !important;
  }

  .whatsapp-float svg {
    width: 28px !important;
    height: 28px !important;
  }
}



/* ===== FINAL HARD MOBILE OVERLAP FIX =====
   Removes the mobile-only text bleed caused by the selectivity quote layer.
   Desktop keeps the original section. Mobile hides it completely for a cleaner flow.
*/
@media (max-width: 768px) {
  #selectivity {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  #gallery {
    position: relative !important;
    z-index: 3 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clear: both !important;
  }

  #services {
    position: relative !important;
    z-index: 4 !important;
    clear: both !important;
    padding-top: 4.2rem !important;
  }

  .email-float,
  .call-float,
  .floating-call {
    display: none !important;
  }

  .whatsapp-float {
    width: 56px !important;
    height: 56px !important;
    right: 14px !important;
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    z-index: 9999 !important;
  }

  .whatsapp-float svg {
    width: 28px !important;
    height: 28px !important;
  }
}


/* ===== FINAL FIX: remove brown selectivity text bleed permanently ===== */
@media (max-width: 768px) {
  #selectivity,
  #selectivity *,
  .sel-bg,
  .sel-content,
  .sel-quote,
  .sel-sub {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  #gallery {
    position: relative !important;
    z-index: 3 !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
    clear: both !important;
  }

  #services {
    position: relative !important;
    z-index: 4 !important;
    clear: both !important;
    margin-top: 0 !important;
    padding-top: 4.5rem !important;
    background: var(--bg) !important;
  }

  .email-float,
  .call-float,
  .floating-call,
  .floating-buttons .email-float,
  .floating-buttons a:first-child {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .whatsapp-float {
    width: 56px !important;
    height: 56px !important;
    right: 14px !important;
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    z-index: 9999 !important;
  }

  .whatsapp-float svg {
    width: 28px !important;
    height: 28px !important;
  }
}


/* ===== FINAL GALLERY IMAGE FIX: removed embedded brown text from image ===== */
@media (max-width: 768px) {
  .gallery-img {
    object-position: center center !important;
  }
}


/* ===== Hero video update ===== */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(.78) saturate(1.1);
  transition: transform 8s ease;
}

.hero-right:hover .hero-video {
  transform: none;
}

@media (max-width: 1080px) {
  .hero-video {
    display: none;
  }
}


/* ===== Direct booking mobile fix ===== */
@media (max-width: 768px) {
  .direct-booking-section {
    padding: 4rem 6vw 5.5rem !important;
    overflow: hidden !important;
  }

  .direct-booking-inner {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    align-items: stretch !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .direct-booking-copy {
    width: 100% !important;
    max-width: 100% !important;
  }

  .direct-booking-label {
    display: block !important;
    font-size: .58rem !important;
    letter-spacing: .28em !important;
    line-height: 1.7 !important;
    margin-bottom: 1rem !important;
  }

  .direct-booking-title {
    font-size: clamp(2.1rem, 10vw, 3rem) !important;
    line-height: 1.08 !important;
    max-width: 100% !important;
    margin-bottom: 1.25rem !important;
    overflow-wrap: normal !important;
  }

  .direct-booking-text {
    max-width: 100% !important;
    font-size: .95rem !important;
    line-height: 1.75 !important;
    margin-bottom: 1.5rem !important;
  }

  .direct-booking-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1rem !important;
    margin-top: 1.7rem !important;
    width: 100% !important;
  }

  .direct-booking-button {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    padding: 1.15rem 1rem !important;
    font-size: .68rem !important;
    letter-spacing: .2em !important;
  }

  .direct-booking-badge {
    width: 100% !important;
    justify-content: flex-start !important;
    font-size: .82rem !important;
    line-height: 1.5 !important;
    gap: .7rem !important;
  }

  .direct-booking-badge svg {
    flex: 0 0 16px !important;
    width: 16px !important;
    height: 16px !important;
  }

  .direct-booking-stats {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    padding: 2rem 1.5rem !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  .direct-booking-stats div:first-child {
    font-size: 3rem !important;
  }

  .whatsapp-float {
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    right: 14px !important;
  }
}

@media (max-width: 430px) {
  .direct-booking-section {
    padding: 3.5rem 5vw 5rem !important;
  }

  .direct-booking-title {
    font-size: clamp(2rem, 10.5vw, 2.75rem) !important;
  }

  .direct-booking-stats {
    max-width: 100% !important;
  }
}



/* ===== Hero video anti-freeze / smooth start fix ===== */
.hero-right {
  background: #111 url('images/hero-video-poster-costa-rica.jpg') center center / cover no-repeat;
  overflow: hidden;
}
.hero-video {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}
.email-float svg {
  fill: none !important;
  stroke: var(--bg-deep) !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}


/* ===== MOBILE UX OPTIMIZATION 2026-07-28 ===== */
/* Anchors no quedan escondidos bajo el nav fijo */
section[id] {
  scroll-margin-top: 115px;
}

@media (max-width: 768px) {
  /* Nunca 2 fotos pegadas: en Boutique el texto va primero */
  .boutique-text { order: 1 !important; }
  .boutique-img { order: 2 !important; }

  /* Gallery: la imagen es un collage de 3 fotos.
     Zoom para mostrar SOLO la villa central, sin bordes cafés */
  .gallery-img {
    transform: scale(1.55) !important;
    object-position: center !important;
  }
  .gallery-overlay {
    z-index: 2 !important;
  }

  /* Testimonios: espaciado del título más compacto */
  #testimonials > div > div:first-child {
    margin-bottom: 2.5rem !important;
  }

  /* Separación clara entre secciones con imagen */
  .why-img { margin-top: .5rem !important; }
}

/* ===== FINAL: email + WhatsApp lado a lado en móvil, más chicos ===== */
@media (max-width: 768px) {
  .email-float, .whatsapp-float {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: 46px !important;
    height: 46px !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    z-index: 9999 !important;
  }
  .whatsapp-float { right: 14px !important; }
  .email-float { right: 68px !important; }
  .email-float svg, .whatsapp-float svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* ===== Map fallback text (shown only if the Leaflet CDN fails) ===== */
.map-fallback-text{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  height:100%;
  min-height:360px;
  padding:2rem;
  color:var(--muted);
  font-size:.85rem;
  line-height:1.7;
  background:var(--bg-deep);
}
.map-fallback-text a{
  color:var(--gold-lt);
  text-decoration:underline;
}
.map-fallback-text[hidden]{
  display:none;
}

/* ===== Accessibility: skip link, visible focus, reduced motion ===== */
.skip-link{
  position:absolute;
  top:-100px;
  left:1rem;
  z-index:1000;
  background:var(--gold);
  color:var(--bg-deep);
  padding:.85rem 1.4rem;
  font-family:var(--sans);
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  border-radius:2px;
  transition:top .2s ease;
}
.skip-link:focus{
  top:1rem;
}

/* Visible focus ring for keyboard users on every interactive element.
   Native outline is kept (never removed) except where a stronger
   themed replacement is provided below. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.hamburger:focus-visible,
.mobile-close:focus-visible,
.zone-item:focus-visible{
  outline:2px solid var(--gold-lt);
  outline-offset:3px;
  border-radius:2px;
}

/* Form inputs remove the native outline for a themed look — this
   replaces it with an explicit visible focus ring so keyboard users
   never lose focus visibility (WCAG 2.4.7 / 2.4.11). */
.fg input:focus,
.fg textarea:focus{
  outline:none;
  box-shadow:0 0 0 2px rgba(201,149,42,.55);
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal,
  .reveal.visible,
  .d1,.d2,.d3{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  .hero-video,
  .hero-right:hover img,
  .phil-img:hover img,
  .why-img:hover img,
  .boutique-img:hover img,
  .exp-card:hover img,
  .svc-img-card:hover img{
    transition:none !important;
    transform:none !important;
  }
  .whatsapp-float{
    animation:none !important;
  }
  *{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
  }
}

/* ===== Hero tagline (supporting line under the H1, phase 2 SEO pass) ===== */
.hero-tagline{
  font-family:var(--serif);
  font-size:clamp(1.15rem,2.1vw,1.55rem);
  font-style:italic;
  font-weight:300;
  color:var(--gold-lt);
  line-height:1.35;
  margin-bottom:1.1rem;
  opacity:1;
  animation:fadeUp .8s .5s forwards;
}
@media(max-width:768px){
  .hero-tagline{
    font-size:clamp(1.05rem,4.6vw,1.3rem)!important;
    margin-bottom:.9rem!important;
  }
}

/* ===== Example/demo content badge (phase 2 SEO pass) =====
   Marks pre-existing placeholder testimonials/listings as clearly
   illustrative rather than real, without removing or rewriting the
   underlying content (see docs/seo-implementation/09-client-content-dependencies.md). */
.example-badge{
  display:inline-block;
  font-family:var(--sans);
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--gold-lt);
  background:rgba(201,149,42,.12);
  border:1px solid rgba(201,149,42,.35);
  border-radius:2px;
  padding:.3rem .7rem;
  margin-bottom:.9rem;
}

