/* ========================================
   ZEN HOLISTIQUES
   COMPLETE MULTIPAGE STYLES
======================================== */

:root{

  --sage:#a8bfae;
  --sage-medium:#91aa98;
  --sage-dark:#637d6d;
  --sage-soft:#dce8df;

  --eucalyptus:#8fae9a;
  --eucalyptus-dark:#557565;

  --terracotta:#c77a5d;
  --terracotta-dark:#a65f47;
  --terracotta-soft:#e6b7a3;

  --cream:#fbf7f2;
  --offwhite:#f7f4ef;

  --ink:#2e3b36;
  --ink2:#3f4f48;

  --muted:rgba(46,59,54,.74);

  --stroke:rgba(46,59,54,.14);

  --radius:22px;

  --shadow:
    0 16px 42px rgba(46,59,54,.13);

}


/* ========================================
   RESET
======================================== */

*{
  box-sizing:border-box;
}


html{
  scroll-behavior:smooth;
}


body{

  margin:0;

  color:var(--ink2);

  font-family:
    "Segoe UI",
    "Trebuchet MS",
    Arial,
    sans-serif;

  background:
    linear-gradient(
      rgba(251,247,242,.93),
      rgba(243,239,234,.97)
    ),
    url("room2.jpg");

  background-size:cover;
  background-position:center;
  background-attachment:fixed;

}


h1,
h2,
h3,
h4{

  margin-top:0;

  color:var(--ink);

  font-family:
    Papyrus,
    "Papyrus Std",
    "Segoe Print",
    cursive;

  line-height:1.2;

}


h1{
  font-size:clamp(42px,7vw,74px);
}


h2{
  font-size:clamp(30px,4vw,44px);
}


h3{
  font-size:23px;
}


p{
  line-height:1.7;
}


a{
  color:inherit;
  text-decoration:none;
}


img{
  display:block;
  max-width:100%;
}


.container{
  width:min(1120px,92%);
  margin-inline:auto;
}


.dot{
  margin:0 8px;
  opacity:.5;
}


.section__eyebrow{

  margin-bottom:8px;

  color:var(--terracotta-dark);

  font-size:13px;
  font-weight:800;

  letter-spacing:2px;

  text-transform:uppercase;

}


/* ========================================
   TOP BAR
======================================== */

.topbar{

  background:
    rgba(220,232,223,.95);

  border-bottom:
    1px solid var(--stroke);

}


.topbar__inner{

  display:flex;

  justify-content:space-between;
  align-items:center;

  gap:20px;

  padding:10px 0;

  font-size:14px;

}


.topbar__links{

  display:flex;
  align-items:center;
  flex-wrap:wrap;

}


.topbar a{
  font-weight:700;
}


/* ========================================
   HEADER
======================================== */

.header{

  position:sticky;

  top:0;

  z-index:50;

  background:
    rgba(251,247,242,.96);

  border-bottom:
    1px solid var(--stroke);

  backdrop-filter:blur(14px);

}


.header__inner{

  display:flex;

  align-items:center;
  justify-content:space-between;

  gap:20px;

  min-height:76px;

}


.brand{

  display:flex;

  align-items:center;

  gap:12px;

}


.brand__logo{

  width:52px;
  height:52px;

  border-radius:50%;

  object-fit:cover;

  box-shadow:
    0 6px 18px rgba(46,59,54,.15);

}


.brand strong{

  display:block;

  color:var(--ink);

  font-family:
    Papyrus,
    cursive;

  font-size:22px;

}


.brand small{

  display:block;

  color:var(--muted);

  font-size:12px;

}


/* ========================================
   NAVIGATION
======================================== */

.nav{

  display:flex;

  align-items:center;

  gap:15px;

}


.nav > a:not(.btn){

  position:relative;

  padding:27px 0;

  color:var(--ink2);

  font-size:13px;

  font-weight:700;

  white-space:nowrap;

}


.nav > a:not(.btn)::after{

  content:"";

  position:absolute;

  left:0;
  right:100%;

  bottom:19px;

  height:2px;

  background:var(--terracotta);

  transition:.25s ease;

}


.nav > a:not(.btn):hover::after,
.nav > a.active:not(.btn)::after{

  right:0;

}


.nav > a.active:not(.btn){

  color:var(--terracotta-dark);

}


/* ========================================
   BUTTONS
======================================== */

.btn{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  min-height:46px;

  padding:12px 19px;

  border:
    1px solid var(--stroke);

  border-radius:999px;

  font-weight:800;

  cursor:pointer;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;

}


.btn:hover{

  transform:
    translateY(-2px);

}


.btn--primary{

  color:#fff;

  border:none;

  background:
    linear-gradient(
      135deg,
      var(--terracotta),
      var(--terracotta-soft)
    );

  box-shadow:
    0 12px 30px
    rgba(199,122,93,.27);

}


.btn--primary:hover{

  box-shadow:
    0 16px 35px
    rgba(199,122,93,.36);

}


.btn--ghost{

  background:
    rgba(255,255,255,.78);

}


.btn--small{

  min-height:40px;

  padding:9px 15px;

}


/* ========================================
   IMPORTANT:
   CONSISTENT BOOK BUTTON
======================================== */

.nav .nav-book{

  display:inline-flex !important;

  align-items:center !important;
  justify-content:center !important;

  min-width:92px !important;
  min-height:52px !important;

  padding:11px 22px !important;

  color:#fff !important;

  background:
    linear-gradient(
      135deg,
      var(--terracotta),
      var(--terracotta-soft)
    ) !important;

  border:none !important;

  border-radius:999px !important;

  font-size:16px !important;

  font-weight:800 !important;

  line-height:1 !important;

  box-shadow:
    0 12px 30px
    rgba(199,122,93,.27) !important;

}


.nav .nav-book::after{
  display:none !important;
}


.nav .nav-book:hover{

  color:#fff !important;

  transform:
    translateY(-2px);

  box-shadow:
    0 16px 35px
    rgba(199,122,93,.36) !important;

}


.nav .nav-book.active{

  color:#fff !important;

  box-shadow:
    0 0 0 4px
      rgba(199,122,93,.18),
    0 12px 30px
      rgba(199,122,93,.30) !important;

}


/* ========================================
   MOBILE MENU BUTTON
======================================== */

.nav-toggle{

  display:none;

  width:46px;
  height:46px;

  border:
    1px solid var(--stroke);

  border-radius:14px;

  background:
    rgba(255,255,255,.75);

  cursor:pointer;

}


.nav-toggle span{

  display:block;

  width:21px;
  height:2px;

  margin:5px auto;

  background:var(--ink);

}


/* ========================================
   HERO
======================================== */

.hero{

  padding:70px 0 60px;

}


.hero__grid{

  display:grid;

  grid-template-columns:
    1.08fr .92fr;

  gap:40px;

  align-items:center;

}


.eyebrow{

  display:inline-flex;

  padding:8px 14px;

  background:
    rgba(168,191,174,.30);

  border-radius:999px;

  color:var(--eucalyptus-dark);

  font-weight:800;

}


.hero__subtitle{

  color:var(--sage-dark);

  font-size:
    clamp(23px,3vw,31px);

}


.lead{

  font-size:18px;

  line-height:1.8;

}


.hero__cta,
.hero__badges{

  display:flex;

  flex-wrap:wrap;

  gap:12px;

  margin:24px 0;

}


.badge{

  padding:13px 15px;

  background:
    rgba(255,255,255,.78);

  border:
    1px solid
    rgba(143,174,154,.25);

  border-radius:16px;

}


.badge strong{
  display:block;
}


.badge span{

  display:block;

  color:var(--muted);

  font-size:12px;

}


.note{

  color:var(--sage-dark);

  font-style:italic;

  font-weight:600;

}


.hero__card{

  position:relative;

  min-height:530px;

  overflow:hidden;

  border-radius:30px;

  background:
    linear-gradient(
      rgba(46,59,54,.02),
      rgba(46,59,54,.15)
    ),
    url("room2.jpg");

  background-size:cover;
  background-position:center;

  box-shadow:var(--shadow);

}


.hero__overlay{

  position:absolute;

  left:18px;
  right:18px;
  bottom:18px;

  padding:18px;

  background:
    rgba(251,247,242,.91);

  border-radius:20px;

}


.hero__slot{

  display:flex;

  align-items:center;
  justify-content:space-between;

  gap:10px;

}


.pill{

  padding:8px 12px;

  background:white;

  border-radius:999px;

  font-size:13px;

  font-weight:800;

}


.link{

  color:var(--terracotta-dark);

  font-weight:800;

}


/* ========================================
   PAGE HERO
======================================== */

.page-hero{

  padding:72px 0 60px;

  background:
    rgba(251,247,242,.84);

  border-bottom:
    1px solid var(--stroke);

}


.page-hero--sage{

  background:
    rgba(220,232,223,.86);

}


/* ========================================
   SECTIONS
======================================== */

.section{

  padding:82px 0;

}


.section--sage{

  background:
    rgba(220,232,223,.82);

}


.section--alt{

  background:
    rgba(251,247,242,.88);

}


.section__head{

  display:flex;

  justify-content:space-between;
  align-items:flex-end;

  gap:30px;

  margin-bottom:30px;

}


.section__head > p{

  max-width:520px;

  margin:0;

  color:var(--muted);

}


/* ========================================
   HOME
======================================== */

.home-grid{

  display:grid;

  grid-template-columns:
    repeat(4,1fr);

  gap:18px;

}


.home-card{

  padding:26px;

  background:
    rgba(255,255,255,.82);

  border:
    1px solid
    rgba(143,174,154,.28);

  border-radius:var(--radius);

  box-shadow:var(--shadow);

  transition:.25s ease;

}


.home-card:hover{

  transform:
    translateY(-4px);

}


.home-card > span{

  display:block;

  margin-bottom:12px;

  font-size:30px;

}


.home-card p{
  margin-bottom:0;
}


.home-cta{

  display:flex;

  justify-content:space-between;
  align-items:center;

  gap:30px;

  padding:34px;

  background:
    rgba(220,232,223,.84);

  border-radius:28px;

  box-shadow:
    0 10px 32px
    rgba(46,59,54,.08);

}


/* ========================================
   CARDS / TREATMENTS
======================================== */

.treatment-list,
.cards{

  display:grid;

  grid-template-columns:
    repeat(3,1fr);

  gap:18px;

}


.card{

  padding:25px;

  background:
    rgba(255,255,255,.82);

  border:
    1px solid
    rgba(143,174,154,.28);

  border-radius:var(--radius);

  box-shadow:
    0 12px 32px
    rgba(46,59,54,.09);

}


.treatment-icon{

  display:block;

  margin-bottom:12px;

  font-size:26px;

}


/* ========================================
   FACEBOOK PRICE LIST
======================================== */

.price-facebook{

  max-width:760px;

  margin:42px auto 0;

  padding:34px;

  text-align:center;

  background:
    rgba(220,232,223,.84);

  border-radius:28px;

  box-shadow:var(--shadow);

}


.price-facebook__icon{

  font-size:30px;

}


/* ========================================
   ABOUT
======================================== */

.about{

  display:grid;

  grid-template-columns:
    .9fr 1.1fr;

  gap:46px;

  align-items:center;

}


.about__media{

  min-height:590px;

  border-radius:30px;

  background:
    url("room6.jpg");

  background-size:cover;
  background-position:center;

  box-shadow:var(--shadow);

}


/* ========================================
   CANCELLATION POLICY
======================================== */

.cancellation-section{

  background:
    linear-gradient(
      135deg,
      rgba(251,247,242,.95),
      rgba(220,232,223,.85)
    );

}


.cancellation-card{

  max-width:900px;

  margin:0 auto;

  padding:38px;

  display:grid;

  grid-template-columns:
    auto 1fr;

  gap:24px;

  background:
    rgba(255,255,255,.88);

  border:
    1px solid
    rgba(143,174,154,.35);

  border-radius:28px;

  box-shadow:var(--shadow);

}


.cancellation-icon{

  display:grid;

  place-items:center;

  width:65px;
  height:65px;

  background:var(--sage-soft);

  border-radius:50%;

  font-size:28px;

}


.cancellation-notice{

  margin:25px 0;

  padding:20px 22px;

  background:
    rgba(230,183,163,.22);

  border-left:
    4px solid
    var(--terracotta);

  border-radius:14px;

}


.cancellation-thanks{

  color:var(--sage-dark);

  font-style:italic;

  font-weight:600;

}


/* ========================================
   GALLERY
======================================== */

.gallery-section{

  overflow:hidden;

}


.gallery-scroll{

  width:100%;

  overflow:hidden;

  padding:12px 0 20px;

}


.gallery-track{

  display:flex;

  width:max-content;

  gap:16px;

  animation:
    galleryScroll
    105s
    linear
    infinite;

}


.gallery-track:hover{

  animation-play-state:
    paused;

}


.gallery__tile{

  position:relative;

  flex:
    0 0 300px;

  width:300px;
  height:280px;

  overflow:hidden;

  border-radius:22px;

  box-shadow:var(--shadow);

}


.gallery__tile img{

  width:100%;
  height:100%;

  object-fit:cover;

  transition:.4s ease;

}


.gallery__tile:hover img{

  transform:
    scale(1.05);

}


.gallery__tile span,
.room-photo span{

  position:absolute;

  left:12px;
  bottom:12px;

  padding:8px 13px;

  background:
    rgba(46,59,54,.65);

  color:#fff;

  border-radius:999px;

  font-size:12px;

  font-weight:800;

}


.gallery-note{

  text-align:center;

  color:var(--muted);

  font-size:12px;

}


@keyframes galleryScroll{

  from{
    transform:translateX(0);
  }

  to{
    transform:
      translateX(
        calc(-50% - 8px)
      );
  }

}


/* ========================================
   FACEBOOK
======================================== */

.facebook-feature{

  display:flex;

  justify-content:space-between;
  align-items:center;

  gap:30px;

  padding:32px;

}


.facebook-feature__buttons{

  display:flex;

  flex-wrap:wrap;

  gap:10px;

}


/* ========================================
   REVIEWS
======================================== */

.reviews{

  display:grid;

  grid-template-columns:
    repeat(3,1fr);

  gap:18px;

}


.quote{

  margin:0;

  padding:26px;

  background:
    rgba(255,255,255,.82);

  border-radius:var(--radius);

  box-shadow:var(--shadow);

}


.stars{

  margin-bottom:15px;

  color:var(--terracotta);

  letter-spacing:2px;

}


.quote blockquote{

  margin:
    0 0 18px;

  line-height:1.8;

  font-style:italic;

}


/* ========================================
   BOOKING
======================================== */

.booking-wrapper{

  display:grid;

  grid-template-columns:
    .85fr 1.15fr;

  gap:42px;

}


.booking-details{

  padding-left:18px;

  border-left:
    3px solid
    var(--terracotta-soft);

}


.form{

  display:grid;

  gap:16px;

  padding:28px;

  background:
    rgba(255,255,255,.84);

  border-radius:26px;

  box-shadow:var(--shadow);

}


.form__row{

  display:grid;

  grid-template-columns:
    1fr 1fr;

  gap:14px;

}


label{

  display:grid;

  gap:7px;

  font-weight:800;

}


.field-help{

  color:var(--muted);

  font-size:11px;

  font-weight:500;

}


input,
textarea,
select{

  width:100%;

  padding:13px 14px;

  color:var(--ink);

  background:var(--cream);

  border:
    1px solid
    rgba(46,59,54,.15);

  border-radius:14px;

  font-family:inherit;

  font-size:15px;

}


input:focus,
textarea:focus,
select:focus{

  outline:none;

  border-color:var(--eucalyptus);

  box-shadow:
    0 0 0 4px
    rgba(168,191,174,.22);

}


select[multiple]{

  min-height:230px;

  background:#fff;

}


select option{

  color:var(--ink);

  background:#fff;

  padding:8px;

}


.booking-button{

  width:100%;

  min-height:52px;

}


.form__note{

  text-align:center;

  color:var(--sage-dark);

}


/* BOOKING CANCELLATION */

.booking-policy{

  margin:
    10px 0 6px;

  padding:22px;

  background:
    rgba(220,232,223,.45);

  border:
    1px solid
    rgba(143,174,154,.35);

  border-radius:18px;

}


.booking-policy h3{

  margin-bottom:12px;

  color:var(--sage-dark);

}


.policy-checkbox{

  display:flex;

  grid-template-columns:none;

  align-items:flex-start;

  gap:12px;

  margin-top:18px;

  padding:15px;

  background:
    rgba(255,255,255,.78);

  border-radius:12px;

  cursor:pointer;

}


.policy-checkbox input{

  width:20px;
  height:20px;

  flex-shrink:0;

  margin-top:2px;

  accent-color:
    var(--sage-dark);

}


.policy-checkbox span{

  line-height:1.5;

  font-weight:600;

}


/* ========================================
   360 TOUR
======================================== */

.tour360-wrapper{

  padding:14px;

  background:
    rgba(255,255,255,.84);

  border-radius:28px;

  box-shadow:var(--shadow);

}


.tour360{

  width:100%;

  height:600px;

  overflow:hidden;

  background:
    var(--sage-soft);

  border-radius:20px;

}


.tour360-help{

  display:flex;

  justify-content:center;

  flex-wrap:wrap;

  gap:20px;

  padding:14px;

  color:var(--sage-dark);

  font-size:13px;

  font-weight:700;

}


.tour360-note{

  text-align:center;

  color:var(--muted);

  font-size:13px;

}


.panorama-error{

  display:flex;

  flex-direction:column;

  align-items:center;
  justify-content:center;

  min-height:400px;

  padding:30px;

  text-align:center;

}


/* ========================================
   TREATMENT ROOM
======================================== */

.room-info{

  display:grid;

  grid-template-columns:
    1fr 1fr;

  gap:45px;

  align-items:center;

}


.room-feature-image{

  width:100%;

  height:550px;

  object-fit:cover;

  border-radius:28px;

  box-shadow:var(--shadow);

}


.room-benefits{

  display:grid;

  gap:12px;

  margin-top:25px;

}


.room-benefit{

  display:flex;

  align-items:center;

  gap:15px;

  padding:13px;

  background:
    rgba(255,255,255,.60);

  border-radius:15px;

}


.room-benefit > span{

  font-size:25px;

}


.room-benefit strong,
.room-benefit small{

  display:block;

}


.room-benefit small{

  color:var(--muted);

}


.room-photo-grid{

  display:grid;

  grid-template-columns:
    repeat(4,1fr);

  gap:14px;

}


.room-photo{

  position:relative;

  overflow:hidden;

  border-radius:20px;

  box-shadow:
    0 12px 30px
    rgba(46,59,54,.10);

}


.room-photo img{

  width:100%;

  height:300px;

  object-fit:cover;

}


.room-gallery-button{

  display:flex;

  justify-content:center;

  margin-top:28px;

}


/* ========================================
   FOOTER
======================================== */

.footer{

  padding:
    55px 0 25px;

  background:
    rgba(220,232,223,.90);

}


.footer__grid{

  display:grid;

  grid-template-columns:
    1.4fr 1fr 1fr;

  gap:30px;

}


.footer__bottom{

  margin-top:25px;

  padding-top:20px;

  border-top:
    1px solid
    var(--stroke);

  color:var(--muted);

}


/* ========================================
   FLOATING FACEBOOK
======================================== */

.floating-facebook{

  position:fixed;

  right:20px;
  bottom:20px;

  z-index:100;

  display:flex;

  align-items:center;

  gap:9px;

  padding:
    10px 15px
    10px 10px;

  color:#fff;

  background:
    var(--sage-dark);

  border-radius:999px;

  box-shadow:var(--shadow);

  font-weight:800;

}


.facebook-letter{

  display:grid;

  place-items:center;

  width:30px;
  height:30px;

  color:var(--sage-dark);

  background:#fff;

  border-radius:50%;

  font-family:Arial,sans-serif;

  font-size:21px;

  font-weight:900;

}


/* ========================================
   TABLET
======================================== */

@media(max-width:1100px){

  .nav{
    gap:9px;
  }


  .nav > a:not(.btn){
    font-size:12px;
  }


  .nav .nav-book{

    min-width:78px !important;

    padding:
      10px 17px !important;

  }

}


@media(max-width:1000px){

  .hero__grid,
  .about,
  .booking-wrapper,
  .room-info{

    grid-template-columns:1fr;

  }


  .home-grid,
  .treatment-list,
  .cards,
  .reviews{

    grid-template-columns:
      repeat(2,1fr);

  }


  .room-photo-grid{

    grid-template-columns:
      repeat(2,1fr);

  }

}


/* ========================================
   MOBILE
======================================== */

@media(max-width:820px){

  body{
    background-attachment:scroll;
  }


  .topbar__inner{

    flex-direction:column;

    align-items:flex-start;

    gap:5px;

  }


  .nav-toggle{
    display:block;
  }


  .nav{

    position:absolute;

    top:calc(100% + 8px);

    left:4%;
    right:4%;

    display:none;

    flex-direction:column;

    align-items:stretch;

    gap:0;

    padding:14px;

    background:
      rgba(251,247,242,.98);

    border-radius:20px;

    box-shadow:var(--shadow);

  }


  .nav.open{
    display:flex;
  }


  .nav > a:not(.btn){

    padding:13px;

    font-size:15px;

  }


  .nav > a:not(.btn)::after{
    display:none;
  }


  .nav .nav-book{

    width:100% !important;

    min-height:50px !important;

    margin-top:8px !important;

  }


  .section__head,
  .facebook-feature{

    flex-direction:column;

    align-items:flex-start;

  }

}


/* ========================================
   SMALL MOBILE
======================================== */

@media(max-width:650px){

  .section{
    padding:60px 0;
  }


  .page-hero{
    padding:55px 0 45px;
  }


  .brand small{
    display:none;
  }


  .brand__logo{

    width:45px;
    height:45px;

  }


  .hero{

    padding:
      48px 0 40px;

  }


  .hero__card{

    min-height:390px;

  }


  .hero__cta{

    display:grid;

  }


  .hero__cta .btn{

    width:100%;

  }


  .hero__badges{

    display:grid;

  }


  .hero__slot{

    flex-direction:column;

    align-items:flex-start;

  }


  .home-grid,
  .treatment-list,
  .cards,
  .reviews,
  .footer__grid,
  .form__row{

    grid-template-columns:1fr;

  }


  .home-cta{

    flex-direction:column;

    align-items:flex-start;

  }


  .home-cta .btn{

    width:100%;

  }


  .cancellation-card{

    grid-template-columns:1fr;

    padding:26px 20px;

  }


  .cancellation-icon{

    width:55px;
    height:55px;

  }


  .gallery__tile{

    flex-basis:250px;

    width:250px;
    height:235px;

  }


  .gallery-track{

    animation-duration:120s;

  }


  .tour360{

    height:430px;

  }


  .room-feature-image{

    height:380px;

  }


  .room-photo-grid{

    grid-template-columns:
      1fr 1fr;

    gap:8px;

  }


  .room-photo img{

    height:210px;

  }


  .form{

    padding:20px;

  }


  .facebook-feature__buttons{

    display:grid;

    width:100%;

  }


  .facebook-feature__buttons .btn{

    width:100%;

  }


  .floating-facebook{

    right:14px;
    bottom:14px;

    padding:9px;

  }


  .facebook-text{

    display:none;

  }

}


/* ========================================
   REDUCED MOTION
======================================== */

@media(prefers-reduced-motion:reduce){

  html{
    scroll-behavior:auto;
  }


  .gallery-track{
    animation:none;
  }

}