:root{
  --ink:#171613;
  --navy:#111725;
  --cream:#f5f1e9;
  --gold:#c8a96b;
  --line:#ded8cc;
  --muted:#746f66;
  --white:#fff;
}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--ink);background:#fff}
.font-display{font-family:Georgia,"Times New Roman",serif}
.luxury-link{position:relative}
.luxury-link:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--gold);transition:right .25s}
.luxury-link:hover:after{right:0}
.section-kicker{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--gold)}
.image-placeholder{background:#d9d3c7}
.card-lift{transition:transform .25s ease,box-shadow .25s ease}
.card-lift:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(23,22,19,.10)}
.address-menu{box-shadow:0 18px 45px rgba(0,0,0,.16);border:1px solid var(--line)}
.address-option:hover{background:var(--cream)}
.gallery-track{display:flex;gap:18px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}
.gallery-track::-webkit-scrollbar{display:none}
.gallery-item{min-width:min(76vw,540px);height:430px;position:relative;overflow:hidden;scroll-snap-align:start}
.gallery-item img{transition:transform .6s ease}
.gallery-item:hover img{transform:scale(1.03)}
.gallery-caption{position:absolute;left:0;right:0;bottom:0;padding:80px 28px 28px;color:white;background:linear-gradient(transparent,rgba(0,0,0,.85))}
.timeline{border-left:1px solid var(--line)}
.timeline-step{position:relative}
.timeline-step:before{content:"";position:absolute;left:-6px;top:7px;width:11px;height:11px;border-radius:50%;background:var(--gold)}


/* ---------- Mobile header / hero CTA polish ---------- */
@media (max-width: 767px){
  .site-header-inner{
    height:72px;
    padding-left:18px;
    padding-right:18px;
  }
  .site-logo{
    max-width:150px;
  }
  .site-logo-main{
    font-size:20px !important;
    letter-spacing:.13em !important;
    white-space:nowrap;
  }
  .site-logo-sub{
    font-size:7px !important;
    letter-spacing:.20em !important;
    white-space:nowrap;
    margin-top:5px !important;
  }
  .site-header-cta{
    padding:12px 15px !important;
    font-size:12px !important;
    line-height:1.15 !important;
    text-align:center;
    min-width:118px;
  }

  .hero-content{
    padding-top:118px !important;
    padding-bottom:54px !important;
  }
  .hero-actions{
    width:100%;
    max-width:340px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:10px !important;
  }
  .hero-action{
    width:100%;
    min-height:56px;
    justify-content:center;
    text-align:center;
    display:flex;
    align-items:center;
    border-radius:0;
    padding:15px 18px !important;
  }
  .hero-action-primary{
    box-shadow:0 10px 28px rgba(0,0,0,.18);
  }
  .hero-action-phone{
    background:rgba(255,255,255,.04);
    border-color:rgba(255,255,255,.42) !important;
  }
  .hero-action-phone .hero-phone-number{
    margin-left:7px;
    opacity:.82;
    font-weight:500;
  }
  .hero-action-circuits{
    border-color:rgba(255,255,255,.24) !important;
    color:rgba(255,255,255,.82);
  }
}

@media (min-width: 768px){
  .hero-actions{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
  }
}


/* Premium rounded CTA treatment */
.hero-action,
.site-header-cta{
  border-radius:9999px;
}

.hero-action{
  transition:transform .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.hero-action:hover{
  transform:translateY(-2px);
}

.hero-action-primary:hover{
  box-shadow:0 12px 30px rgba(0,0,0,.22);
  filter:brightness(1.04);
}

.hero-action-phone:hover,
.hero-action-circuits:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.62) !important;
}

@media (max-width:767px){
  .hero-action{
    min-height:58px;
    border-radius:9999px;
  }
  .site-header-cta{
    border-radius:9999px;
  }
}


/* Service reassurance strip */
.feature-icon{
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#c8a96b;
}
.feature-icon svg{
  width:40px;
  height:40px;
}

.phone-cta-icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
}
.hero-action-phone{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:194px;
  padding-left:20px !important;
  padding-right:20px !important;
  white-space:nowrap;
  flex:0 0 auto;
}
.hero-action-phone [data-phone-label]{
  display:block;
  white-space:nowrap;
  line-height:1.2;
}
@media(max-width:767px){
  .hero-action-phone{
    width:100%;
    min-width:0;
  }
}

/* Reassurance cards: horizontal carousel on mobile, four-column strip on desktop */
.feature-carousel{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(255,255,255,.10);
}
.feature-slide{
  min-height:220px;
  padding:36px 28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.10);
}
.feature-slide:last-child{border-right:0}
.feature-slide h3{margin-top:18px;font-weight:700;font-size:1.05rem}
.feature-slide p{margin-top:8px;color:rgba(255,255,255,.45);font-size:.875rem;line-height:1.55;max-width:220px}
.feature-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;color:#c8a96b}
.feature-icon svg{width:40px;height:40px}
.feature-dots{display:none}

@media(max-width:767px){
  .feature-carousel-wrap{margin-left:-24px;margin-right:-24px}
  .feature-carousel{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    border:0;
    gap:12px;
    padding:0 24px 4px;
  }
  .feature-carousel::-webkit-scrollbar{display:none}
  .feature-slide{
    flex:0 0 calc(100vw - 72px);
    min-height:205px;
    padding:32px 22px;
    border:1px solid rgba(255,255,255,.10);
    scroll-snap-align:center;
    background:rgba(255,255,255,.018);
  }
  .feature-slide:last-child{border-right:1px solid rgba(255,255,255,.10)}
  .feature-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:7px;
    margin-top:18px;
  }
  .feature-dot{
    width:7px;height:7px;border-radius:9999px;
    border:0;background:rgba(255,255,255,.28);
    padding:0;
    transition:all .2s ease;
  }
  .feature-dot.active{width:22px;background:#c8a96b}
}


/* Editorial services section */
.service-all-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#171613;
  font-size:.875rem;
  font-weight:600;
  border-bottom:1px solid rgba(23,22,19,.35);
  padding-bottom:5px;
  transition:gap .2s ease,border-color .2s ease;
}
.service-all-link:hover{gap:15px;border-color:#c8a96b}

.services-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.service-card{
  position:relative;
  display:block;
  min-height:420px;
  overflow:hidden;
  background:#171613;
  color:#fff;
  border-radius:18px;
}
.service-card-image{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transition:transform .65s cubic-bezier(.2,.7,.2,1);
}

.service-card-content{
  position:absolute;
  inset:auto 0 0 0;
  padding:28px 28px 25px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:end;
  gap:18px;
}
.service-number{
  color:#c8a96b;
  font-size:.78rem;
  letter-spacing:.18em;
  font-weight:700;
  padding-bottom:4px;
}
.service-card h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.9rem;
  line-height:1.05;
  font-weight:500;
}
.service-card p{
  margin-top:8px;
  color:rgba(255,255,255,.72);
  font-size:.83rem;
  line-height:1.5;
}
.service-arrow{
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:9999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.1rem;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.service-card:hover .service-card-image{transform:scale(1.035)}
.service-card:hover .service-arrow{
  background:#c8a96b;
  border-color:#c8a96b;
  color:#171613;
  transform:translate(2px,-2px);
}
.services-dots{display:none}

@media(max-width:767px){
  .services-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    padding:0 4px 5px;
    margin:0 -4px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .services-grid::-webkit-scrollbar{display:none}
  .service-card{
    flex:0 0 calc(100vw - 56px);
    min-height:430px;
    border-radius:16px;
    scroll-snap-align:center;
  }
  .service-card-content{
    padding:24px 22px 21px;
    gap:13px;
  }
  .service-card h3{font-size:1.65rem}
  .service-card p{font-size:.78rem}
  .service-arrow{width:38px;height:38px}
  .services-dots{
    display:flex;
    justify-content:center;
    gap:7px;
    margin-top:18px;
  }
  .services-dot{
    width:7px;
    height:7px;
    padding:0;
    border:0;
    border-radius:9999px;
    background:rgba(23,22,19,.22);
    transition:all .2s ease;
  }
  .services-dot.active{
    width:22px;
    background:#c8a96b;
  }
}


/* ================================================================
   PREMIUM SERVICES PAGE
   ================================================================ */

.services-page{overflow:hidden}

.services-hero-media{
  background:
    linear-gradient(120deg,rgba(12,12,11,.1),rgba(12,12,11,.0)),
    url("../images/services-hero.jpg") center/cover no-repeat;
  transform:scale(1.035);
  animation:servicesHeroZoom 12s ease-out forwards;
}
.services-hero-overlay{
  background:linear-gradient(to top,rgba(12,12,11,.94) 0%,rgba(12,12,11,.42) 55%,rgba(12,12,11,.2) 100%);
}
@keyframes servicesHeroZoom{from{transform:scale(1.08)}to{transform:scale(1.035)}}

.services-reveal{
  opacity:0;
  transform:translateY(22px);
  animation:servicesReveal .75s cubic-bezier(.2,.7,.2,1) forwards;
}
.services-reveal-delay-1{animation-delay:.12s}
.services-reveal-delay-2{animation-delay:.22s}
.services-reveal-delay-3{animation-delay:.34s}
@keyframes servicesReveal{to{opacity:1;transform:translateY(0)}}

.services-scroll-cue{
  position:absolute;
  right:clamp(24px,6vw,80px);
  bottom:36px;
  display:flex;
  align-items:center;
  gap:12px;
  color:rgba(255,255,255,.72);
  font-size:.72rem;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.services-scroll-line{
  width:56px;
  height:1px;
  background:#c8a96b;
  transform-origin:left;
  animation:scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine{0%,100%{transform:scaleX(.45);opacity:.5}50%{transform:scaleX(1);opacity:1}}

.services-nav{
  position:sticky;
  top:80px;
  z-index:30;
  background:rgba(245,241,233,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(23,22,19,.10);
}
.services-nav-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(22px,5vw,70px);
  min-height:62px;
}
.services-nav-link{
  position:relative;
  display:flex;
  align-items:center;
  gap:8px;
  color:rgba(23,22,19,.48);
  font-size:.76rem;
  font-weight:600;
  transition:color .2s ease;
}
.services-nav-link span{
  color:#b38e4b;
  font-size:.65rem;
  letter-spacing:.1em;
}
.services-nav-link:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-21px;
  height:2px;
  background:#c8a96b;
  transform:scaleX(0);
  transition:transform .25s ease;
}
.services-nav-link:hover,.services-nav-link.active{color:#171613}
.services-nav-link.active:after{transform:scaleX(1)}

.service-detail{
  padding:clamp(90px,10vw,150px) 0;
}
.service-detail-light{background:#fff}
.service-detail-cream{background:#f5f1e9}
.service-detail-dark{background:#171613;color:#fff}
.service-detail-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  align-items:center;
  gap:clamp(48px,7vw,110px);
}
.service-detail-grid-reverse{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}
.service-detail-copy h2{
  margin-top:18px;
  font-size:clamp(2.5rem,4.4vw,5rem);
  line-height:.98;
  color:#171613;
  max-width:720px;
}
.service-detail-dark .service-detail-copy h2{color:#fff}
.service-lead{
  margin-top:24px;
  color:#777067;
  font-size:1.05rem;
  line-height:1.75;
  max-width:600px;
}
.service-detail-dark .service-lead{color:rgba(255,255,255,.58)}

.service-detail-media{
  position:relative;
  min-height:clamp(480px,52vw,690px);
  overflow:hidden;
  border-radius:18px;
}
.service-image{
  position:absolute;
  inset:-2%;
  background-size:cover;
  background-position:center;
  transition:transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.service-detail-media:hover .service-image{transform:scale(1.045)}
.service-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(12,12,11,.52),transparent 45%);
}
.service-image-transfers{background-image:url("../images/service-transferts.jpg")}
.service-image-weddings{background-image:url("../images/service-mariages.jpg")}
.service-image-disposition{background-image:url("../images/service-mise-a-disposition.jpg")}
.service-image-circuits{background-image:url("../images/service-circuits.jpg")}
.service-image-caption{
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:22px;
  color:rgba(255,255,255,.84);
  font-size:.76rem;
  letter-spacing:.06em;
}

.service-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin-top:38px;
  border-top:1px solid rgba(23,22,19,.12);
}
.service-option{
  display:flex;
  align-items:center;
  gap:12px;
  padding:17px 4px;
  border-bottom:1px solid rgba(23,22,19,.12);
  color:#34312c;
  font-size:.9rem;
  transition:color .2s ease,transform .2s ease;
}
.service-option:nth-child(odd){margin-right:22px}
.service-option:hover{color:#9e7e3f;transform:translateX(4px)}
.service-option-icon{color:#c8a96b;font-size:.75rem}

.service-cta{
  margin-top:34px;
  display:inline-flex;
  align-items:center;
  gap:28px;
  padding:15px 21px;
  border:1px solid #c8a96b;
  color:#171613;
  font-size:.8rem;
  font-weight:700;
  border-radius:9999px;
  transition:background .2s ease,color .2s ease,gap .2s ease;
}
.service-cta:hover{background:#c8a96b;gap:36px}
.service-cta-dark{color:#171613;border-color:#171613}
.service-cta-dark:hover{background:#171613;color:#fff}

.service-interlude{
  background:#171613;
  color:#fff;
  padding:clamp(95px,12vw,170px) 24px;
}
.service-quote{
  margin-top:22px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.3rem,5vw,5rem);
  line-height:1.05;
}
.service-quote span{color:rgba(255,255,255,.45)}

.service-icon-list{
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  border-top:1px solid rgba(23,22,19,.12);
}
.service-icon-list > div{
  position:relative;
  padding:21px 10px 21px 0;
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:center;
  border-bottom:1px solid rgba(23,22,19,.12);
}
.line-icon{color:#c8a96b;font-size:1.35rem}
.service-icon-list strong{font-size:.9rem}
.service-icon-list small{grid-column:2;color:#777067;font-size:.74rem;margin-top:3px;line-height:1.45}

.time-line{
  margin-top:42px;
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.time-line:before{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:18px;
  height:1px;
  background:rgba(200,169,107,.45);
}
.time-item{position:relative;z-index:1}
.time-item span{
  width:36px;height:36px;border-radius:9999px;
  display:flex;align-items:center;justify-content:center;
  background:#171613;border:1px solid #c8a96b;color:#c8a96b;
  font-size:.65rem;font-weight:700;
}
.time-item strong{display:block;margin-top:16px;font-size:.9rem}
.time-item small{display:block;margin-top:4px;color:rgba(255,255,255,.42);font-size:.72rem;line-height:1.5;max-width:130px}

.destination-mini-grid{
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.destination-mini-grid a{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  padding:17px 14px;
  border:1px solid rgba(23,22,19,.12);
  transition:border-color .2s ease,transform .2s ease,background .2s ease;
}
.destination-mini-grid a:hover{border-color:#c8a96b;transform:translateY(-2px);background:rgba(255,255,255,.45)}
.destination-mini-grid span{color:#b38e4b;font-size:.62rem}
.destination-mini-grid strong{font-size:.82rem}
.destination-mini-grid small{grid-column:2;color:#777067;font-size:.67rem;line-height:1.4}
.destination-mini-grid b{grid-column:3;grid-row:1/3;color:#b38e4b;font-weight:400}

.services-final-cta{
  background:#171613;
  padding:clamp(100px,13vw,180px) 24px;
}
.services-final-cta h2{
  margin-top:18px;
  font-size:clamp(2.8rem,5.8vw,6rem);
  line-height:.98;
}
.services-final-cta p{
  margin:24px auto 32px;
  color:rgba(255,255,255,.52);
  max-width:520px;
  line-height:1.7;
}
.services-final-cta .hero-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  border-radius:9999px;
  padding:16px 24px;
}

@media(max-width:767px){
  .services-hero{min-height:72vh}
  .services-hero h1{font-size:3.15rem}
  .services-scroll-cue{right:24px;bottom:24px}
  .services-nav{
    top:72px;
    overflow-x:auto;
  }
  .services-nav-inner{
    justify-content:flex-start;
    gap:26px;
    min-width:max-content;
    min-height:54px;
  }
  .services-nav-link{font-size:.7rem}
  .services-nav-link:after{bottom:-18px}
  .service-detail{padding:78px 0}
  .service-detail-grid,
  .service-detail-grid-reverse{
    display:flex;
    flex-direction:column;
    gap:38px;
  }
  .service-detail-copy{order:1}
  .service-detail-media{order:2;width:100%;min-height:390px}
  .service-detail-copy h2{font-size:2.65rem}
  .service-lead{font-size:.94rem}
  .service-options{grid-template-columns:1fr;margin-top:28px}
  .service-option:nth-child(odd){margin-right:0}
  .service-icon-list{grid-template-columns:1fr;margin-top:28px}
  .time-line{gap:10px;margin-top:34px}
  .time-line:before{left:5%;right:5%;top:17px}
  .time-item small{font-size:.66rem}
  .destination-mini-grid{grid-template-columns:1fr;margin-top:28px}
  .service-interlude{padding:92px 24px}
  .service-quote{font-size:2.5rem}
  .services-final-cta{padding:100px 24px}
  .services-final-cta h2{font-size:3rem}
}

.service-reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1);
}
.service-reveal.is-visible{opacity:1;transform:translateY(0)}
.service-reveal-delay-1{transition-delay:.12s}

/* ================================================================
   SERVICES PAGE — refinement pass
   ================================================================ */

/* Smaller, more restrained desktop typography */
.services-hero h1{
  font-size:clamp(3.9rem,5.6vw,5.8rem);
  line-height:.96;
  max-width:1050px;
}
.service-detail-copy h2{
  font-size:clamp(2.35rem,3.35vw,4rem);
  line-height:1.02;
  max-width:650px;
}

/* Navigation uses discreet symbols instead of section numbers */
.service-nav-symbol{
  color:#c8a96b !important;
  font-size:.95rem !important;
  letter-spacing:0 !important;
  line-height:1;
}
.services-nav-link span.service-nav-symbol{
  width:16px;
  display:inline-flex;
  justify-content:center;
}

/* Transfer list: meaningful groups */
.service-options{
  display:grid;
  grid-template-columns:1fr 1.18fr;
  gap:34px;
  border-top:0;
  margin-top:34px;
}
.service-option-group{
  border-top:1px solid rgba(23,22,19,.12);
}
.service-option-group-title{
  padding:14px 0 5px;
  color:#b38e4b;
  font-size:.65rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.service-option-group .service-option{
  padding:13px 0;
}
.service-option-group .service-option:last-child{
  border-bottom:1px solid rgba(23,22,19,.12);
}
.service-option:nth-child(odd){margin-right:0}

/* Correct CTA contrast on dark service */
.service-detail-dark .service-cta{
  color:#fff;
  background:transparent;
}
.service-detail-dark .service-cta:hover{
  color:#171613;
  background:#c8a96b;
}

/* Make the final signature visually distinct from the footer */
.services-final-cta{
  background:
    radial-gradient(circle at 50% 15%,rgba(200,169,107,.18),transparent 38%),
    #f5f1e9;
  color:#171613;
  border-top:1px solid rgba(23,22,19,.08);
  border-bottom:1px solid rgba(23,22,19,.08);
}
.services-final-cta h2{color:#171613}
.services-final-cta p{color:#6f6a62}
.services-final-cta .section-kicker{color:#b38e4b}
.services-final-cta .hero-action-primary{
  background:#c8a96b;
  color:#171613;
}
.services-final-cta .hero-action-primary:hover{
  background:#b89450;
}

/* Desktop footer should remain clearly separate */
.services-final-cta + footer{
  border-top:0;
}

@media(max-width:767px){
  .services-hero h1{
    font-size:clamp(2.8rem,12.5vw,3.6rem);
    line-height:.98;
  }
  .service-detail-copy h2{
    font-size:2.55rem;
    line-height:1.01;
  }
  .service-options{
    grid-template-columns:1fr;
    gap:24px;
  }
}

/* Luxury Drive signature — compact transition before final CTA */
.service-interlude{
  padding:clamp(58px,7vw,92px) 24px;
}
.service-interlude .service-quote{
  font-size:clamp(2rem,3.4vw,3.25rem);
  line-height:1.08;
  margin-top:16px;
}
@media(max-width:767px){
  .service-interlude{
    padding:62px 24px;
  }
  .service-interlude .service-quote{
    font-size:2.15rem;
    line-height:1.08;
  }
}

/* ================================================================
   DESTINATIONS — harmonisation des cartes avec la page Services
   ================================================================ */

/* Cartes de la section "Découvrez la Provence..." */
.destination-card,
.destinations-card,
.destination-grid .card{
  border-radius:18px;
  overflow:hidden;
}

/* Si les cartes utilisent une classe dédiée dans la version actuelle */
.destinations-page .destination-card,
.destinations-section .destination-card{
  border-radius:18px;
  overflow:hidden;
}

/* Préserve les coins arrondis pendant les effets de zoom image */
.destination-card img,
.destinations-card img,
.destination-grid .card img{
  border-radius:inherit;
}

/* Mobile : même rayon, sans changement de structure */
@media(max-width:767px){
  .destination-card,
  .destinations-card,
  .destination-grid .card,
  .destinations-page .destination-card,
  .destinations-section .destination-card{
    border-radius:16px;
  }
}


/* ================================================================
   HOMEPAGE DESTINATIONS — same card language as Nos services
   ================================================================ */
.destinations-home-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.destination-home-card{
  position:relative;
  display:block;
  min-height:380px;
  overflow:hidden;
  background:#171613;
  color:#fff;
  border-radius:18px;
}
.destination-home-card-image{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transition:transform .65s cubic-bezier(.2,.7,.2,1);
}
.destination-home-card-content{
  position:absolute;
  inset:auto 0 0 0;
  padding:28px 28px 25px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:end;
  gap:18px;
}
.destination-home-number{
  color:#c8a96b;
  font-size:.78rem;
  letter-spacing:.18em;
  font-weight:700;
  padding-bottom:4px;
}
.destination-home-card h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.9rem;
  line-height:1.05;
  font-weight:500;
}
.destination-home-card p{
  margin-top:8px;
  color:rgba(255,255,255,.72);
  font-size:.83rem;
  line-height:1.5;
}
.destination-home-arrow{
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:9999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.1rem;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.destination-home-card:hover .destination-home-card-image{transform:scale(1.035)}
.destination-home-card:hover .destination-home-arrow{
  background:#c8a96b;
  border-color:#c8a96b;
  color:#171613;
  transform:translate(2px,-2px);
}
@media(max-width:767px){
  .destinations-home-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    padding:0 4px 5px;
    margin:0 -4px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .destinations-home-grid::-webkit-scrollbar{display:none}
  .destination-home-card{
    flex:0 0 calc(100vw - 56px);
    min-height:430px;
    border-radius:16px;
    scroll-snap-align:center;
  }
  .destination-home-card-content{
    padding:24px 22px 21px;
    gap:13px;
  }
  .destination-home-card h3{font-size:1.65rem}
  .destination-home-card p{font-size:.78rem}
  .destination-home-arrow{width:38px;height:38px}
}

/* ================================================================
   HOME — FLEET CAROUSEL ON MOBILE
   ================================================================ */
.fleet-carousel{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.fleet-slide{
  border-radius:18px;
}
.fleet-slide img{
  display:block;
}
.fleet-dots{display:none}

@media(max-width:767px){
  .fleet-carousel-wrap{
    margin-left:-24px;
    margin-right:-24px;
  }
  .fleet-carousel{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    gap:12px;
    padding:0 24px 4px;
  }
  .fleet-carousel::-webkit-scrollbar{display:none}
  .fleet-slide{
    flex:0 0 calc(100vw - 72px);
    scroll-snap-align:center;
    border-radius:16px;
  }
  .fleet-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:7px;
    margin-top:18px;
  }
  .fleet-dot{
    width:7px;
    height:7px;
    border-radius:9999px;
    border:0;
    background:#c8c1b5;
    padding:0;
    transition:all .2s ease;
  }
  .fleet-dot.active{
    width:22px;
    background:#c8a96b;
  }
}


/* ================================================================
   HOME DESTINATIONS — MOBILE CAROUSEL CONTROLS
   ================================================================ */
.destinations-dots{display:none}

@media(max-width:767px){
  .destinations-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:7px;
    margin-top:18px;
  }
  .destinations-dot{
    width:7px;
    height:7px;
    padding:0;
    border:0;
    border-radius:9999px;
    background:rgba(255,255,255,.28);
    transition:all .2s ease;
  }
  .destinations-dot.active{
    width:22px;
    background:#c8a96b;
  }
}

/* ================================================================
   RESERVATION — PREMIUM FORM
   ================================================================ */
.reservation-section{
  background:var(--ink);
  color:#fff;
  padding:clamp(72px,9vw,128px) 0;
}
.reservation-shell{
  width:min(1240px,calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(250px,.62fr) minmax(0,1.38fr);
  gap:clamp(42px,6vw,88px);
  align-items:start;
}
.reservation-intro{padding-top:14px}
.reservation-title{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(42px,4.5vw,68px);
  line-height:.98;
  letter-spacing:-.035em;
  margin:18px 0 0;
}
.reservation-lead{
  margin-top:28px;
  max-width:410px;
  color:rgba(255,255,255,.62);
  font-size:16px;
  line-height:1.8;
}
.reservation-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:34px;
  color:rgba(255,255,255,.4);
  font-size:12px;
  line-height:1.6;
}
.reservation-meta-dot{width:4px;height:4px;border-radius:50%;background:var(--gold)}
.booking-form{
  background:#f8f6f1;
  color:var(--ink);
  border:1px solid rgba(255,255,255,.08);
  border-radius:30px;
  padding:clamp(24px,3.2vw,42px);
  box-shadow:0 28px 80px rgba(0,0,0,.22);
}
.booking-form-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  padding-bottom:24px;
  margin-bottom:4px;
  border-bottom:1px solid #e4dfd5;
}
.booking-eyebrow{
  display:block;
  color:#9e7e3f;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:800;
}
.booking-form-head h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.05;
  margin:8px 0 0;
}
.booking-required{font-size:11px;color:#8b867e;white-space:nowrap}
.booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px;padding-top:22px}
.booking-field{position:relative;display:block;font-size:13px;font-weight:600}
.booking-field-wide{grid-column:1/-1}
.booking-field>span{display:block;margin-bottom:8px;color:#34322d}
.booking-field b{color:#b18d4e;font-weight:700}
.booking-field em{font-style:normal;font-weight:500;color:#a09a91}
.booking-field input,
.booking-field select,
.booking-field textarea{
  display:block;
  width:100%;
  min-height:54px;
  border:1px solid #d9d3c8;
  border-radius:14px;
  background:#fff;
  color:var(--ink);
  padding:14px 16px;
  outline:none;
  font:inherit;
  font-weight:500;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.booking-field textarea{min-height:116px;resize:vertical;line-height:1.55}
.booking-field select{cursor:pointer;appearance:auto}
.booking-field input::placeholder,.booking-field textarea::placeholder{color:#aaa49b}
.booking-field input:focus,.booking-field select:focus,.booking-field textarea:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 4px rgba(200,169,107,.13);
  background:#fffdf9;
}
/* Stable iOS-friendly display for native date/time controls. The actual
   native inputs remain interactive and open the platform picker, while their
   segmented text is visually hidden to prevent duplicate placeholders. */
.native-date-field,.native-time-field{position:relative;min-height:54px;border:1px solid #d9d3c8;border-radius:14px;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.native-date-field:focus-within,.native-time-field:focus-within{border-color:var(--gold);box-shadow:0 0 0 4px rgba(200,169,107,.13);background:#fffdf9}
.native-date-field input,.native-time-field input{position:relative;inset:auto;display:block;width:100%;height:54px;min-height:54px;border:0!important;border-radius:0!important;background:transparent!important;padding:14px 54px 14px 16px!important;opacity:1;cursor:pointer;z-index:2;box-shadow:none!important;color:transparent!important;-webkit-text-fill-color:transparent!important;caret-color:transparent!important;font:inherit;font-weight:500;-webkit-appearance:auto;appearance:auto}
.native-date-field input::-webkit-calendar-picker-indicator,.native-time-field input::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:52px;height:100%;cursor:pointer}
.native-date-display,.native-time-display{display:flex;align-items:center;position:absolute;inset:0;padding:14px 54px 14px 16px;color:#aaa49b;font:inherit;font-weight:500;pointer-events:none;z-index:1}
.native-date-display.has-value,.native-time-display.has-value{color:var(--ink)}
.native-date-icon,.native-time-icon{position:absolute;right:16px;top:50%;width:22px;height:22px;transform:translateY(-50%);display:grid;place-items:center;color:#68645d;pointer-events:none;z-index:3}
.native-date-icon svg,.native-time-icon svg{width:100%;height:100%}
.booking-field .native-date-field input.is-invalid,.booking-field .native-time-field input.is-invalid{border:0!important;box-shadow:none!important}
.booking-field:has(.native-date-field input.is-invalid) .native-date-field,.booking-field:has(.native-time-field input.is-invalid) .native-time-field{border-color:#b84e42;box-shadow:0 0 0 4px rgba(184,78,66,.08)}
@media(max-width:767px){.native-date-field,.native-time-field{min-height:52px;border-radius:13px}.native-date-field input,.native-time-field input{height:52px;min-height:52px}.native-date-display,.native-time-display{padding-left:16px;padding-right:50px}}

.booking-field input.is-invalid,.booking-field select.is-invalid,.booking-field textarea.is-invalid{
  border-color:#b84e42;
  box-shadow:0 0 0 4px rgba(184,78,66,.08);
}
.field-error{display:block;min-height:0;margin-top:6px;color:#b84e42;font-size:11px;font-weight:600}

.passenger-stepper{
  display:grid;
  grid-template-columns:54px 1fr 54px;
  align-items:center;
  min-height:54px;
  border:1px solid #d9d3c8;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.passenger-stepper:focus-within{
  border-color:var(--gold);
  box-shadow:0 0 0 4px rgba(200,169,107,.13);
  background:#fffdf9;
}
.passenger-stepper input{
  min-height:52px !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  padding:12px 8px !important;
  text-align:center;
  font-size:16px;
  font-weight:700;
  appearance:textfield;
  -moz-appearance:textfield;
}
.passenger-stepper input::-webkit-inner-spin-button,
.passenger-stepper input::-webkit-outer-spin-button{
  -webkit-appearance:none;
  appearance:none;
  display:none;
  margin:0;
}
.passenger-stepper-btn{
  width:54px;
  height:54px;
  border:0;
  background:transparent;
  color:var(--ink);
  font-size:25px;
  line-height:1;
  cursor:pointer;
  transition:background .2s ease,color .2s ease;
}
.passenger-stepper-btn:hover{background:var(--cream);color:#9e7e3f}
.passenger-stepper-btn:focus-visible{outline:2px solid var(--gold);outline-offset:-2px}
.address-field{z-index:4}
.address-field.is-autocomplete-open{z-index:30}
.address-input-wrap{position:relative}
.address-input-wrap input{padding-left:46px}
.address-input-icon{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
  font-size:20px;
  line-height:1;
  pointer-events:none;
}
.address-menu{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% - 1px);
  overflow:hidden;
  border:1px solid #ded8cc;
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 45px rgba(23,22,19,.15);
  padding:6px;
  z-index:50;
  max-height:320px;
  overflow-y:auto;
}
.address-option{
  width:100%;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 11px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:var(--ink);
  text-align:left;
  cursor:pointer;
}
.address-option:hover,.address-option.is-active{background:var(--cream)}
.address-option-pin{
  flex:0 0 34px;
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#f2ecdf;
  color:#9e7e3f;
  font-size:17px;
}
.address-option-copy{min-width:0}
.address-option-copy strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.address-option-copy small{display:block;margin-top:3px;color:#8b867e;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.booking-form-footer{margin-top:26px;padding-top:22px;border-top:1px solid #e4dfd5}
.booking-form-footer>p{margin:0 0 14px;color:#8b867e;font-size:11px;line-height:1.5}
.booking-form-footer>p span{color:#188b55;font-weight:800;margin-right:5px}
.whatsapp-submit{
  width:100%;
  min-height:58px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  border:0;
  border-radius:9999px;
  background:#20c86a;
  color:#fff;
  padding:15px 22px;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(32,200,106,.2);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.whatsapp-submit:hover{transform:translateY(-2px);background:#1fbd64;box-shadow:0 16px 34px rgba(32,200,106,.28)}
.whatsapp-submit:focus-visible{outline:3px solid rgba(32,200,106,.3);outline-offset:3px}
.whatsapp-icon{width:23px;height:23px;display:inline-flex;justify-self:start}
.whatsapp-icon svg{width:100%;height:100%}
.whatsapp-submit > span:nth-child(2){justify-self:center;text-align:center}
.whatsapp-arrow{justify-self:end;font-size:19px;line-height:1}

@media(max-width:767px){
  .reservation-section{padding:72px 0}
  .reservation-shell{width:min(100% - 32px,620px);grid-template-columns:1fr;gap:36px}
  .reservation-intro{padding-top:0}
  .reservation-title{font-size:46px}
  .reservation-lead{font-size:15px;margin-top:20px}
  .reservation-meta{margin-top:24px}
  .booking-form{border-radius:24px;padding:22px 18px}
  .booking-form-head{align-items:flex-start;flex-direction:column;gap:8px}
  .booking-form-head h3{font-size:27px}
  .booking-required{font-size:10px}
  .booking-grid{grid-template-columns:1fr;gap:16px;padding-top:20px}
  .booking-field-wide{grid-column:auto}
  .booking-field input,.booking-field select,.booking-field textarea{min-height:52px;border-radius:13px}
  .passenger-stepper{min-height:52px;border-radius:13px}
  .passenger-stepper-btn{height:52px;width:52px}
  .booking-form-footer{margin-top:22px;padding-top:18px}
  .whatsapp-submit{min-height:58px;padding:14px 17px;font-size:13px}
  .whatsapp-arrow{font-size:18px}
}


/* ================================================================
   INTERNATIONAL PHONE INPUT — Luxury Drive
   Powered by intl-tel-input
   ================================================================ */
.iti {
  display: block;
  width: 100%;
}

.iti input[type="tel"] {
  width: 100%;
}

.iti__country-container {
  padding: 0 0 0 1px;
}

.iti__selected-country {
  height: 100%;
  padding: 0 12px;
  border-radius: 13px 0 0 13px;
  background: transparent;
  color: #34322d;
}

.iti__selected-country:hover,
.iti__selected-country:focus {
  background: rgba(200,169,107,.08);
}

.iti__selected-dial-code {
  margin-left: 7px;
  font-weight: 600;
  color: #34322d;
}

.iti__arrow {
  border-top-color: #b18d4e;
}

.iti__dropdown-content {
  z-index: 1000;
  border: 1px solid #ded7ca;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(23,22,19,.14);
  overflow: hidden;
}

.iti__search-input {
  height: 46px;
  margin: 10px;
  width: calc(100% - 20px);
  border: 1px solid #ded7ca;
  border-radius: 10px;
  padding: 0 12px;
  outline: none;
  color: #34322d;
}

.iti__search-input:focus {
  border-color: #d8cfbf;
  box-shadow: none;
}

.iti__country {
  padding: 11px 14px;
}

.iti__country:hover,
.iti__country[aria-selected="true"] {
  background: #f6f1e8;
}

.iti__country-name {
  color: #34322d;
}

.iti__dial-code {
  color: #8c7a58;
}

.booking-field .iti + .field-error {
  margin-top: 7px;
}

.booking-field input.is-invalid.iti__tel-input {
  border-color: #c94b3f;
}

@media (max-width: 767px) {
  .iti__dropdown-content {
    border-radius: 18px;
  }

  .iti--fullscreen-popup .iti__dropdown-content {
    border-radius: 0;
  }

  .iti--fullscreen-popup .iti__country-list {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* ================================================================
   INTERNATIONAL PHONE — PREMIUM REFINEMENT
   ================================================================ */
.iti {
  --iti-hover-color: rgba(200,169,107,.10);
  --iti-border-color: #ded7ca;
  --iti-country-selector-bg: #fbfaf7;
  --iti-icon-color: #8c7a58;
  --iti-spacer-horizontal: 7px;
  --iti-border-width: 1px;
  --iti-arrow-padding: 8px;
  --iti-flag-width: 22px;
}

/* Keep the selected-country control visually distinct from the phone value. */
.iti__selected-country {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 13px 0 0 13px;
  color: #34322d;
}

.iti__selected-country-primary {
  height: calc(100% - 2px);
  margin: 1px 0;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f3efe7;
  border-right: 1px solid #e1d9cb;
  border-radius: 12px 0 0 12px;
  transition: background-color .2s ease;
}

.iti__selected-country:hover .iti__selected-country-primary,
.iti__selected-country:focus-visible .iti__selected-country-primary,
.iti__selected-country[aria-expanded="true"] .iti__selected-country-primary {
  background: #eee8dc;
}

.iti__selected-flag {
  margin: 0;
}

/* Dial code remains neutral instead of looking like part of the selected-country highlight. */
.iti__selected-dial-code {
  margin: 0 7px 0 5px !important;
  color: #4a463f;
  font-weight: 650;
  letter-spacing: .01em;
}

.iti__arrow {
  margin-left: 2px;
}

.iti input[type="tel"] {
  /* intl-tel-input calculates this inline from the selected country width.
     Keep it automatic so +1, +33 and +971 all get the correct offset. */
  color: #272522;
  font-weight: 500;
}

/* Country search: more breathing room around the magnifying glass and text. */
.iti__search-wrapper {
  margin: 12px 14px !important;
  position: relative;
}

.iti__search-input {
  width: 100% !important;
  height: 50px;
  margin: 0 !important;
  padding: 0 16px 0 50px !important;
  border: 1px solid #d8cfbf;
  border-radius: 13px;
  background: #fffdfa;
  color: #34322d;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
}

.iti__search-input::placeholder {
  color: #9a948a;
  opacity: 1;
}

.iti__search-input:focus {
  border-color: #d8cfbf !important;
  box-shadow: none !important;
}

.iti__search-icon {
  left: 18px !important;
  color: #6d685f;
}

/* Softer country list rows and cleaner selected state. */
.iti__country {
  min-height: 52px;
  padding: 11px 16px;
  gap: 10px;
}

.iti__country:hover,
.iti__country[aria-selected="true"] {
  background: #f6f1e8;
}

.iti__country-name {
  font-weight: 550;
}

.iti__dial-code {
  font-weight: 550;
}

@media (max-width: 767px) {
  .iti__selected-country-primary {
    padding: 0 10px;
  }

  .iti__search-wrapper {
    margin: 12px !important;
  }
}

/* ================================================================
   INTERNATIONAL PHONE — DROPDOWN CLEANUP
   Keep the country picker as ONE rounded surface. The intl-tel-input
   inline dropdown has a more specific selector in its core CSS, so
   these rules intentionally target that wrapper as well.
   ================================================================ */
.iti--inline-dropdown .iti__dropdown-content {
  background: #fffdfa !important;
  border: 1px solid #ded7ca !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 45px rgba(23,22,19,.12) !important;
  overflow: hidden !important;
}

.iti--inline-dropdown .iti__search-input {
  box-sizing: border-box;
  margin: 12px 14px !important;
  width: calc(100% - 28px) !important;
  height: 52px;
  border: 1px solid #d8cfbf !important;
  border-radius: 14px !important;
  background: #fffdfa !important;
  box-shadow: none !important;
}

.iti--inline-dropdown .iti__search-input:focus {
  border-color: #d8cfbf !important;
  box-shadow: none !important;
}

.iti--inline-dropdown .iti__country-list {
  border-top: 1px solid #e5ded2;
  background: #fffdfa;
}

.iti--inline-dropdown .iti__country {
  background: transparent;
}

.iti--inline-dropdown .iti__country:hover,
.iti--inline-dropdown .iti__country[aria-selected="true"] {
  background: #f6f1e8;
}

@media (max-width: 767px) {
  .iti--inline-dropdown .iti__dropdown-content {
    border-radius: 18px !important;
  }
}

/* ---------- V5 client feedback: mobile navigation / WhatsApp hero ---------- */
.site-header-actions{display:flex;align-items:center;gap:10px}
.mobile-menu-toggle{display:none;width:46px;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.04);align-items:center;justify-content:center;flex-direction:column;gap:4px;color:#fff;cursor:pointer}
.mobile-menu-toggle span{display:block;width:17px;height:1.5px;background:currentColor;border-radius:2px;transition:transform .22s ease,opacity .22s ease}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}
.mobile-menu{background:rgba(23,22,19,.985);border-top:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px rgba(0,0,0,.22)}
.mobile-menu-inner{display:flex;flex-direction:column;padding:10px 22px 24px}
.mobile-menu-inner a{padding:16px 2px;border-bottom:1px solid rgba(255,255,255,.08);font-size:15px;color:rgba(255,255,255,.86)}
.mobile-menu-inner .mobile-menu-cta{margin-top:14px;border:0;border-radius:999px;background:var(--gold);color:var(--ink);text-align:center;font-weight:700}
body.mobile-menu-open{overflow:hidden}
.hero-action-whatsapp{background:#25D366;color:#fff;border:1px solid #25D366;box-shadow:0 10px 28px rgba(37,211,102,.16);display:inline-flex;align-items:center;justify-content:center;gap:10px}
.hero-action-whatsapp:hover{background:#20bd5a;border-color:#20bd5a}
.hero-action-whatsapp .whatsapp-icon{width:19px;height:19px;display:inline-flex}
.hero-action-whatsapp .whatsapp-icon svg{width:100%;height:100%}
.social-instagram:hover{color:#fff}
.service-note{display:flex;gap:14px;align-items:flex-start;margin-top:28px;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.46)}
.service-note-icon{color:var(--gold);font-size:12px;margin-top:3px}.service-note strong{display:block;font-size:14px}.service-note p{margin-top:5px;color:var(--muted);font-size:13px;line-height:1.65}
@media(max-width:1023px){
  .site-header-inner{height:72px}
  .site-header-inner nav{display:none}
  .mobile-menu-toggle{display:inline-flex}
  .site-header-cta{display:none}
}
@media(max-width:767px){
  .site-header-actions{margin-left:auto}
  .mobile-menu-toggle{width:44px;height:44px}
  .hero-actions{max-width:360px}
  .hero-action-whatsapp{min-height:56px}
}

/* ================================================================
   RESERVATION SEND ACTIONS + WHATSAPP FLOATING
   ================================================================ */
.reservation-send-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.reservation-send-button{min-width:0!important;width:100%;min-height:58px!important}
.email-submit{width:100%;min-height:58px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border:0;border-radius:9999px;background:#d93025;color:#fff;padding:15px 22px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 12px 28px rgba(217,48,37,.18);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.email-submit:hover{transform:translateY(-2px);background:#c5221f;box-shadow:0 16px 34px rgba(217,48,37,.26)}
.email-submit:focus-visible{outline:3px solid rgba(217,48,37,.25);outline-offset:3px}
.email-submit:disabled{opacity:.65;cursor:wait;transform:none}
.email-icon{width:23px;height:23px;display:grid;place-items:center;justify-self:start;font-size:20px;line-height:1}
.email-submit > span:nth-child(2){justify-self:center;text-align:center}
.email-arrow{justify-self:end;font-size:19px;line-height:1}
.email-status{margin-top:12px;border-radius:12px;padding:11px 14px;text-align:center;font-size:13px;font-weight:700}
.email-status.success{background:#eaf8f0;color:#137a46}
.email-status.error{background:#fff0ee;color:#b42318}
.email-submit.is-loading{position:relative}
.email-submit.is-loading > span:nth-child(2)::after{content:" …"}
.whatsapp-floating{position:fixed;right:24px;bottom:24px;z-index:80;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.25);transition:transform .2s ease,box-shadow .2s ease}
.whatsapp-floating:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 18px 40px rgba(0,0,0,.3)}
.whatsapp-floating:focus-visible{outline:3px solid rgba(37,211,102,.35);outline-offset:4px}
.whatsapp-floating svg{width:29px;height:29px}
@media(max-width:767px){
  .reservation-send-actions{gap:8px}
  .reservation-send-button{min-height:54px!important;padding:12px 10px!important;font-size:11px!important}
  .reservation-send-button .whatsapp-icon,.reservation-send-button .email-icon{width:19px;height:19px;font-size:17px}
  .reservation-send-button .whatsapp-arrow,.reservation-send-button .email-arrow{font-size:16px}
  .whatsapp-floating{right:16px;bottom:16px;width:56px;height:56px}
  .whatsapp-floating svg{width:28px;height:28px}
}

/* ================================================================
   LANGUAGE SWITCHER — V5 multilingual
   ================================================================ */
.language-switcher{position:relative;display:inline-flex;align-items:center;margin-left:4px}
.language-switcher-button{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.035);color:#fff;padding:9px 13px;font-size:12px;font-weight:700;letter-spacing:.08em;cursor:pointer;transition:background .2s ease,border-color .2s ease}
.language-switcher-button:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28)}
.language-switcher-menu{position:absolute;right:0;top:calc(100% + 10px);min-width:150px;padding:7px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#211f1b;box-shadow:0 18px 45px rgba(0,0,0,.3);z-index:100}
.language-switcher-menu button{display:block;width:100%;border:0;border-radius:10px;background:transparent;color:rgba(255,255,255,.78);padding:10px 12px;text-align:left;font-size:13px;cursor:pointer}
.language-switcher-menu button:hover,.language-switcher-menu button.is-selected{background:rgba(200,169,107,.15);color:#fff}
.mobile-language-switcher{margin-top:10px;padding:20px 2px 0;border-top:1px solid rgba(255,255,255,.08)}
.mobile-language-label{display:block;margin-bottom:10px;color:rgba(255,255,255,.42);font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}
.mobile-language-options{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.mobile-language-options button{padding:11px 8px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:999px!important;background:rgba(255,255,255,.03)!important;color:rgba(255,255,255,.65)!important;text-align:center!important;font-size:12px!important;border-bottom:1px solid rgba(255,255,255,.1)!important}
.mobile-language-options button.is-selected{background:rgba(200,169,107,.18)!important;border-color:rgba(200,169,107,.45)!important;color:#fff!important}
@media(max-width:1023px){.desktop-language-switcher{display:none!important}}
@media(min-width:1024px){.mobile-language-switcher{display:none!important}}


/* ================================================================
   FINAL CLEANUP — LANGUAGE FLAG + NATIVE FORM CONTROLS
   ================================================================ */
.language-switcher-button{
  min-width:48px;
  height:44px;
  padding:0 11px;
  justify-content:center;
  gap:0;
  font-size:22px;
  letter-spacing:0;
}
.language-current-flag{
  display:block;
  line-height:1;
  transform:translateY(-1px);
}
.language-option-flag{
  display:inline-block;
  width:24px;
  margin-right:7px;
  font-size:17px;
  line-height:1;
  vertical-align:-2px;
}
.language-switcher-menu button{
  display:flex;
  align-items:center;
}

/* Use the browser's native date/time controls directly. This avoids
   duplicated placeholder text and iOS-specific rendering conflicts. */
.booking-field input[type="date"],
.booking-field input[type="time"]{
  appearance:auto;
  -webkit-appearance:auto;
  color:#272522;
  -webkit-text-fill-color:#272522;
  color-scheme:light;
  min-height:54px;
}
.booking-field input[type="date"]::-webkit-calendar-picker-indicator,
.booking-field input[type="time"]::-webkit-calendar-picker-indicator{
  opacity:.72;
  cursor:pointer;
}

/* Keep the phone selector deliberately simple: flag + dial code,
   without the extra highlighted panel used by the previous styling. */
.iti{
  width:100%;
}
.iti__selected-country{
  padding:0 10px !important;
  background:transparent !important;
  border-radius:13px 0 0 13px !important;
}
.iti__selected-country-primary{
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  background:transparent !important;
  border-right:0 !important;
  border-radius:0 !important;
}
.iti__selected-dial-code{
  margin:0 4px 0 6px !important;
  color:#34322d !important;
  font-weight:600 !important;
}
.iti__arrow{
  margin-left:4px !important;
}
@media(max-width:767px){
  .language-switcher-button{width:46px;height:44px;min-width:46px}
  .booking-field input[type="date"],
  .booking-field input[type="time"]{
    min-height:54px;
    height:54px;
    font-size:16px;
  }
  .iti__selected-country{padding:0 9px !important}
}
