/*
Theme Name: Massage to Bond Signature
Theme URI: https://massagetobond.com
Author: Massage to Bond
Description: Premium light wellness theme with an editorial spa aesthetic, compact navigation, refined spacing, subtle motion, and WooCommerce support.
Version: 8.5.0
Text Domain: massage-to-bond
*/

:root{
  --mtb-bg:#fbfaf7;
  --mtb-paper:#ffffff;
  --mtb-mist:#f2f6ef;
  --mtb-sage:#dfe8d8;
  --mtb-eucalyptus:#8ea080;
  --mtb-forest:#526250;
  --mtb-ink:#283129;
  --mtb-muted:#737c73;
  --mtb-line:rgba(82,98,80,.13);
  --mtb-gold:#b8a06b;
  --mtb-shadow:0 18px 60px rgba(68,82,65,.09);
  --mtb-shadow-soft:0 10px 30px rgba(68,82,65,.065);
  --mtb-radius:28px;
  --mtb-container:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--mtb-ink);
  background:var(--mtb-bg);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
body.admin-bar .site-header{top:32px}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:var(--mtb-container);margin-inline:auto}
.eyebrow{
  margin:0 0 12px;
  color:var(--mtb-forest);
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.display{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3rem,7vw,6.6rem);
  line-height:.96;
  letter-spacing:-.055em;
  font-weight:500;
}
.section-title{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.25rem,4.8vw,4.6rem);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:500;
}
.lead{font-size:clamp(1.05rem,1.8vw,1.26rem);color:var(--mtb-muted);max-width:680px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:0 22px;
  border:1px solid var(--mtb-forest);
  border-radius:999px;
  background:var(--mtb-forest);
  color:#fff;
  font-weight:800;
  box-shadow:0 10px 22px rgba(82,98,80,.14);
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(82,98,80,.18)}
.btn--ghost{background:rgba(255,255,255,.72);color:var(--mtb-forest);border-color:var(--mtb-line);box-shadow:none}
.btn--small{min-height:42px;padding:0 17px;font-size:.9rem}

/* Header */
.announcement{
  padding:8px 20px;
  text-align:center;
  background:#eef3ea;
  border-bottom:1px solid var(--mtb-line);
  color:var(--mtb-forest);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.03em;
}
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(251,250,247,.88);
  border-bottom:1px solid rgba(82,98,80,.08);
  backdrop-filter:blur(18px);
}
.header-inner{
  width:var(--mtb-container);
  margin:auto;
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{display:flex;align-items:center;gap:8px;min-width:170px}
.brand img,.brand .custom-logo{
  width:16px!important;
  height:16px!important;
  max-width:16px!important;
  max-height:16px!important;
  object-fit:contain;
}
.brand-name{font-size:.95rem;font-weight:850;letter-spacing:-.02em}
.site-nav{display:flex;align-items:center;gap:28px}
.site-nav a{font-size:.88rem;font-weight:750;color:#4d584e}
.site-nav a:hover{color:var(--mtb-forest)}
.header-actions{display:flex;align-items:center;gap:10px}
.menu-toggle{display:none;border:0;background:transparent;font-size:1.4rem}

/* Hero */
.hero{
  position:relative;
  overflow:hidden;
  padding:62px 0 44px;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 80% 15%,rgba(196,211,184,.43),transparent 29%),
    radial-gradient(circle at 8% 78%,rgba(239,232,217,.62),transparent 31%);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:54px;
  align-items:center;
}
.hero-copy{padding:22px 0}
.hero-copy .lead{margin:24px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-note{margin-top:22px;color:var(--mtb-muted);font-size:.86rem}
.hero-visual{
  position:relative;
  min-height:520px;
}
.hero-photo{
  position:absolute;
  inset:0 0 0 12%;
  border-radius:44px 44px 140px 44px;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(43,54,43,.13)),
    url('assets/images/hero-wellness.svg') center/cover no-repeat;
  box-shadow:var(--mtb-shadow);
}
.hero-card{
  position:absolute;
  left:0;
  bottom:28px;
  width:min(310px,85%);
  padding:24px;
  border:1px solid rgba(255,255,255,.68);
  border-radius:24px;
  background:rgba(255,255,255,.88);
  box-shadow:var(--mtb-shadow);
  backdrop-filter:blur(16px);
}
.hero-card strong{display:block;font-family:Georgia,serif;font-size:1.55rem;font-weight:500;margin-bottom:6px}
.hero-card p{margin:0;color:var(--mtb-muted);font-size:.92rem}

/* Trust strip */
.trust-strip{padding:18px 0 22px}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.trust-item{
  padding:18px 20px;
  border:1px solid var(--mtb-line);
  border-radius:18px;
  background:rgba(255,255,255,.7);
}
.trust-item b{display:block;font-size:.86rem}
.trust-item span{color:var(--mtb-muted);font-size:.78rem}

/* Sections */
.section{padding:78px 0}
.section--tight{padding:54px 0}
.section--mist{background:var(--mtb-mist)}
.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:34px;
}
.section-head .lead{margin:0}
.editorial-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:18px;
}
.feature-card{
  position:relative;
  min-height:430px;
  padding:38px;
  border:1px solid var(--mtb-line);
  border-radius:var(--mtb-radius);
  overflow:hidden;
  background:#fff;
  box-shadow:var(--mtb-shadow-soft);
}
.feature-card--image{
  color:#fff;
  background:
    linear-gradient(180deg,rgba(39,49,40,.06),rgba(39,49,40,.62)),
    url('assets/images/treatment.svg') center/cover no-repeat;
}
.feature-card-content{position:absolute;left:38px;right:38px;bottom:36px}
.feature-card h3{
  margin:0 0 8px;
  font-family:Georgia,serif;
  font-size:clamp(2rem,3.8vw,3.4rem);
  line-height:1;
  font-weight:500;
}
.feature-card p{margin:0;color:inherit;opacity:.9}
.service-stack{display:grid;gap:18px}
.service-card{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  min-height:131px;
  padding:26px 28px;
  border:1px solid var(--mtb-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--mtb-shadow-soft);
  transition:transform .25s ease,box-shadow .25s ease;
}
.service-card:hover{transform:translateY(-3px);box-shadow:var(--mtb-shadow)}
.service-card h3{margin:0 0 4px;font-family:Georgia,serif;font-size:1.65rem;font-weight:500}
.service-card p{margin:0;color:var(--mtb-muted);font-size:.9rem}
.service-card .arrow{
  width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  background:var(--mtb-mist);color:var(--mtb-forest);font-size:1.2rem
}

/* Booking */
.booking-showcase{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:28px;
  align-items:start;
}
.booking-panel{
  position:sticky;
  top:92px;
  padding:34px;
  border-radius:var(--mtb-radius);
  background:var(--mtb-forest);
  color:#fff;
  box-shadow:var(--mtb-shadow);
}
.booking-panel h2{margin:0 0 16px;font-family:Georgia,serif;font-size:clamp(2.5rem,4vw,4rem);line-height:1}
.booking-panel p{color:rgba(255,255,255,.78)}
.booking-points{display:grid;gap:12px;margin-top:24px}
.booking-points div{display:flex;gap:11px;align-items:flex-start}
.booking-points span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.13);font-size:.75rem}
.booking-embed{
  padding:12px;
  border:1px solid var(--mtb-line);
  border-radius:32px;
  background:#fff;
  box-shadow:var(--mtb-shadow-soft);
}

/* Reviews */
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-card{
  padding:28px;
  border:1px solid var(--mtb-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--mtb-shadow-soft);
}
.review-stars{color:var(--mtb-gold);letter-spacing:.12em}
.review-card blockquote{margin:16px 0 24px;font-family:Georgia,serif;font-size:1.35rem;line-height:1.35}
.review-card footer{color:var(--mtb-muted);font-size:.85rem}

/* CTA */
.cta{
  padding:74px 0;
  background:
    radial-gradient(circle at 90% 20%,rgba(255,255,255,.38),transparent 25%),
    linear-gradient(135deg,#e8efe3,#f7f3eb);
}
.cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  padding:38px 42px;
  border:1px solid rgba(82,98,80,.1);
  border-radius:30px;
  background:rgba(255,255,255,.72);
  box-shadow:var(--mtb-shadow-soft);
}
.cta-box h2{margin:0;font-family:Georgia,serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1}

/* Footer */
.site-footer{padding:56px 0 20px;background:#f3f5f1;border-top:1px solid var(--mtb-line)}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}
.footer-brand p{max-width:360px;color:var(--mtb-muted)}
.footer-grid h4{margin:0 0 14px;font-size:.78rem;text-transform:uppercase;letter-spacing:.13em}
.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:9px;color:var(--mtb-muted);font-size:.9rem}
.footer-bottom{margin-top:36px;padding-top:18px;border-top:1px solid var(--mtb-line);color:var(--mtb-muted);font-size:.8rem;display:flex;justify-content:space-between;gap:20px}

/* WooCommerce / plugin */
.woocommerce .button,.woocommerce button.button,.woocommerce input.button{border-radius:999px!important;background:var(--mtb-forest)!important;color:#fff!important}
.mtb-booking-note{margin:0 0 22px;padding:18px 20px;border:1px solid var(--mtb-line);border-radius:18px;background:var(--mtb-mist);color:var(--mtb-forest)}
.mtb-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.mtb-service-card{padding:28px;border:1px solid var(--mtb-line);border-radius:24px;background:#fff;box-shadow:var(--mtb-shadow-soft)}
.mtb-service-card h3{font-family:Georgia,serif;font-size:2rem;font-weight:500}
.mtb-service-card label{display:block;margin:16px 0 6px;font-size:.8rem;font-weight:800}
.mtb-service-card input,.mtb-service-card select,.mtb-service-card textarea{
  width:100%;padding:13px 14px;border:1px solid var(--mtb-line);border-radius:14px;background:#fbfcfa
}
.mtb-service-card small{display:block;margin-top:7px;color:var(--mtb-muted)}
.mtb-service-card .btn{width:100%;margin-top:20px}

/* Motion */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}
.floating-leaf{
  position:absolute;width:18px;height:32px;border-radius:100% 0 100% 0;
  background:linear-gradient(145deg,#d7e1d0,#9fb095);opacity:.18;
  animation:drift 13s linear infinite;pointer-events:none
}
@keyframes drift{from{transform:translate3d(0,-12vh,0) rotate(0)}to{transform:translate3d(70px,112vh,0) rotate(420deg)}}

@media(max-width:980px){
  .site-nav{display:none}
  .menu-toggle{display:block}
  .site-nav.is-open{display:flex;position:absolute;left:20px;right:20px;top:68px;flex-direction:column;align-items:flex-start;padding:20px;border:1px solid var(--mtb-line);border-radius:20px;background:#fff;box-shadow:var(--mtb-shadow)}
  .hero-grid,.editorial-grid,.booking-showcase{grid-template-columns:1fr}
  .hero-visual{min-height:430px}
  .booking-panel{position:relative;top:auto}
  .review-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  :root{--mtb-container:min(100% - 28px,1180px)}
  .announcement{font-size:.7rem}
  .header-actions .btn{display:none}
  .brand{min-width:auto}
  .hero{padding:38px 0 28px}
  .hero-visual{min-height:360px}
  .hero-photo{inset:0;border-radius:30px 30px 90px 30px}
  .hero-card{left:12px;bottom:12px}
  .trust-grid,.mtb-service-grid{grid-template-columns:1fr}
  .section{padding:58px 0}
  .section-head{align-items:flex-start;flex-direction:column}
  .feature-card{min-height:350px;padding:26px}
  .feature-card-content{left:26px;right:26px;bottom:26px}
  .cta-box{align-items:flex-start;flex-direction:column;padding:30px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}


/* v13 exact header-logo treatment */
.brand .header-logo{
  width:24px !important;
  height:18px !important;
  max-width:24px !important;
  max-height:18px !important;
  object-fit:contain;
  object-position:center;
  opacity:.72;
  filter:saturate(.82) brightness(.96);
  transform:translateY(-1px);
  transition:opacity .28s ease, transform .28s ease, filter .28s ease;
}
.brand:hover .header-logo{
  opacity:.95;
  filter:saturate(1) brightness(1);
  transform:translateY(-1px) scale(1.05);
}
.brand-name{
  transition:letter-spacing .28s ease, color .28s ease;
}
.brand:hover .brand-name{
  color:var(--mtb-forest);
  letter-spacing:-.01em;
}
.site-header{
  transition:background .32s ease, box-shadow .32s ease, border-color .32s ease;
}
.site-header.is-scrolled{
  background:rgba(251,250,247,.96);
  box-shadow:0 10px 30px rgba(68,82,65,.06);
  border-color:rgba(82,98,80,.1);
}
.site-nav a{
  position:relative;
  transition:color .25s ease, transform .25s ease;
}
.site-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-7px;
  height:1px;
  background:var(--mtb-forest);
  transition:right .3s ease;
}
.site-nav a:hover{
  transform:translateY(-1px);
}
.site-nav a:hover::after{
  right:0;
}
.hero-photo{
  transition:transform 1.2s cubic-bezier(.2,.7,.2,1), filter 1.2s ease;
}
.hero-visual:hover .hero-photo{
  transform:scale(1.025);
  filter:saturate(1.03);
}
.feature-card--image{
  transition:transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s ease;
}
.feature-card--image:hover{
  transform:translateY(-5px) scale(1.005);
  box-shadow:0 28px 70px rgba(68,82,65,.13);
}
.service-card .arrow{
  transition:transform .28s ease, background .28s ease;
}
.service-card:hover .arrow{
  transform:translateX(4px);
  background:var(--mtb-sage);
}
.btn{
  position:relative;
  overflow:hidden;
}
.btn::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-120%;
  width:70%;
  transform:skewX(-20deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
  transition:left .65s ease;
}
.btn:hover::before{
  left:140%;
}
@media(max-width:720px){
  .brand .header-logo{
    width:21px !important;
    height:16px !important;
    max-width:21px !important;
    max-height:16px !important;
  }
}


/* v14: balanced logo + watercolor botanical edge decoration */
.brand .header-logo{
  width:44px !important;
  height:34px !important;
  max-width:44px !important;
  max-height:34px !important;
  opacity:.82;
  filter:saturate(.88) contrast(.96);
}
.brand:hover .header-logo{
  opacity:1;
  transform:translateY(-1px) scale(1.035);
}
.header-inner{min-height:70px}
.brand{gap:11px}
.brand-name{font-size:1.02rem}

/* Transparent watercolor branches on the live website */
body::before,
body::after{
  content:"";
  position:fixed;
  z-index:8;
  top:88px;
  bottom:0;
  width:clamp(90px,10vw,185px);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:100% auto;
  opacity:.72;
  pointer-events:none;
  mix-blend-mode:multiply;
  transition:opacity .45s ease, transform .7s cubic-bezier(.2,.7,.2,1);
}
body::before{
  left:0;
  background-image:url('assets/images/watercolor-branch-left.svg');
  transform:translateX(-22%);
  margin-top:var(--mtb-scroll-shift,0px);
}
body::after{
  right:0;
  background-image:url('assets/images/watercolor-branch-right.svg');
  transform:translateX(22%);
  margin-top:calc(var(--mtb-scroll-shift,0px) * -1);
}
body:hover::before{transform:translateX(-17%)}
body:hover::after{transform:translateX(17%)}

.site-header,main,.site-footer,.cta{position:relative;z-index:10}
.hero,.section,.cta{overflow:hidden}

.hero::after{
  content:"";
  position:absolute;
  inset:8% 7% auto auto;
  width:34vw;
  height:34vw;
  max-width:520px;
  max-height:520px;
  border-radius:50%;
  background:
    radial-gradient(circle at 40% 35%,rgba(185,204,174,.20),transparent 53%),
    radial-gradient(circle at 67% 66%,rgba(235,219,188,.18),transparent 57%);
  filter:blur(12px);
  pointer-events:none;
}
.section--mist{
  background:
    radial-gradient(circle at 12% 24%,rgba(166,187,153,.13),transparent 24%),
    radial-gradient(circle at 88% 72%,rgba(232,218,188,.12),transparent 26%),
    var(--mtb-mist);
}
.section--mist::before,
.cta::before{
  content:"";
  position:absolute;
  left:-5%;
  right:-5%;
  top:-26px;
  height:58px;
  background:
    radial-gradient(70px 24px at 8% 50%,rgba(223,232,216,.9),transparent 72%),
    radial-gradient(95px 30px at 24% 55%,rgba(223,232,216,.84),transparent 72%),
    radial-gradient(120px 32px at 48% 48%,rgba(223,232,216,.82),transparent 72%),
    radial-gradient(90px 28px at 70% 58%,rgba(223,232,216,.86),transparent 72%),
    radial-gradient(80px 25px at 91% 50%,rgba(223,232,216,.9),transparent 72%);
  opacity:.72;
  pointer-events:none;
}
@media(max-width:980px){
  body::before,body::after{width:92px;opacity:.48}
}
@media(max-width:720px){
  .brand .header-logo{
    width:36px !important;
    height:28px !important;
    max-width:36px !important;
    max-height:28px !important;
  }
  .header-inner{min-height:62px}
  body::before,body::after{width:64px;opacity:.34;top:76px}
}


/* v15: animated WooCommerce cart button */
.mtb-cart-button{
  position:relative;
  width:43px;
  height:43px;
  display:inline-grid;
  place-items:center;
  flex:0 0 43px;
  border-radius:50%;
  background:#edf1ea;
  color:var(--mtb-forest);
  border:1px solid rgba(82,98,80,.13);
  box-shadow:0 6px 16px rgba(68,82,65,.07);
  transform:translateZ(0);
  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease,
    box-shadow .3s ease,
    transform .3s cubic-bezier(.2,.8,.2,1);
}
.mtb-cart-button:hover{
  transform:translateY(-2px) scale(1.035);
  box-shadow:0 10px 24px rgba(37,99,235,.16);
}
.mtb-cart-button.has-items{
  background:#2563eb;
  color:#fff;
  border-color:#2563eb;
  box-shadow:
    0 10px 24px rgba(37,99,235,.26),
    0 0 0 5px rgba(37,99,235,.09);
  animation:mtbCartGlow 2.2s ease-in-out infinite;
}
.mtb-cart-icon{
  display:grid;
  place-items:center;
  line-height:0;
}
.mtb-cart-count{
  position:absolute;
  top:-7px;
  right:-7px;
  min-width:22px;
  height:22px;
  padding:0 6px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#fff;
  color:#2563eb;
  border:2px solid #2563eb;
  font-size:.72rem;
  line-height:1;
  font-weight:900;
  box-shadow:0 4px 12px rgba(37,99,235,.18);
  transition:transform .28s cubic-bezier(.2,.8,.2,1);
}
.mtb-cart-button:not(.has-items) .mtb-cart-count{
  opacity:0;
  transform:scale(.65);
  pointer-events:none;
}
.mtb-cart-button.has-items .mtb-cart-count{
  opacity:1;
  transform:scale(1);
  animation:mtbCountPop .45s cubic-bezier(.2,.9,.2,1);
}
@keyframes mtbCartGlow{
  0%,100%{
    box-shadow:
      0 10px 24px rgba(37,99,235,.24),
      0 0 0 4px rgba(37,99,235,.08);
  }
  50%{
    box-shadow:
      0 14px 30px rgba(37,99,235,.31),
      0 0 0 8px rgba(37,99,235,.04);
  }
}
@keyframes mtbCountPop{
  0%{transform:scale(.5)}
  70%{transform:scale(1.16)}
  100%{transform:scale(1)}
}
@media(max-width:720px){
  .mtb-cart-button{
    width:40px;
    height:40px;
    flex-basis:40px;
  }
  .mtb-cart-count{
    min-width:20px;
    height:20px;
    font-size:.67rem;
  }
}

.mtb-cart-button.mtb-cart-pop{
  animation:mtbCartPop .5s cubic-bezier(.2,.9,.2,1);
}
@keyframes mtbCartPop{
  0%{transform:scale(.86)}
  55%{transform:scale(1.14)}
  100%{transform:scale(1)}
}

.homepage-booking{
  padding:18px;border:1px solid var(--mtb-line);border-radius:34px;
  background:rgba(255,255,255,.84);box-shadow:var(--mtb-shadow);backdrop-filter:blur(14px)
}
.homepage-booking .mtb-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.mtb-hourly-price{margin:12px 0 4px;color:var(--mtb-forest);font-size:1.15rem;font-weight:900}
.mtb-total-price{margin-top:14px;padding:13px 14px;border-radius:14px;background:var(--mtb-mist);color:var(--mtb-forest);font-weight:900}
@media(max-width:760px){
  .homepage-booking{padding:10px;border-radius:24px}
  .homepage-booking .mtb-service-grid{grid-template-columns:1fr}
}


/* v18: booking is the first section after the hero */
.hero + #book-online {
  padding-top: 34px;
}
#book-online .section-head {
  margin-bottom: 24px;
}
#book-online .homepage-booking {
  margin-top: 0;
}
@media (max-width: 760px) {
  .hero + #book-online {
    padding-top: 24px;
  }
}


/* v19 business essentials */
.business-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.business-feature-card{
  min-height:230px;
  display:flex;
  flex-direction:column;
  padding:26px;
  border:1px solid var(--mtb-line);
  border-radius:24px;
  background:rgba(255,255,255,.86);
  box-shadow:var(--mtb-shadow-soft);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.business-feature-card:hover{
  transform:translateY(-5px);
  border-color:rgba(82,98,80,.22);
  box-shadow:var(--mtb-shadow);
}
.business-feature-card span{
  color:var(--mtb-gold);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.14em;
}
.business-feature-card h3{
  margin:26px 0 8px;
  font-family:Georgia,serif;
  font-size:1.55rem;
  font-weight:500;
}
.business-feature-card p{
  margin:0;
  color:var(--mtb-muted);
  font-size:.9rem;
}
.faq-preview{
  display:grid;
  gap:12px;
  max-width:900px;
}
.faq-preview details{
  border:1px solid var(--mtb-line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--mtb-shadow-soft);
  overflow:hidden;
}
.faq-preview summary{
  cursor:pointer;
  padding:19px 22px;
  font-weight:850;
  list-style:none;
}
.faq-preview summary::-webkit-details-marker{display:none}
.faq-preview details p{
  margin:0;
  padding:0 22px 20px;
  color:var(--mtb-muted);
}
.mtb-policy-wrap,.mtb-refund-wrap{
  max-width:900px;
  margin:0 auto;
}
.mtb-policy-card{
  margin-bottom:18px;
  padding:26px;
  border:1px solid var(--mtb-line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--mtb-shadow-soft);
}
.mtb-policy-card h2,.mtb-policy-card h3{
  font-family:Georgia,serif;
  font-weight:500;
}
.mtb-refund-form{
  display:grid;
  gap:14px;
  padding:28px;
  border:1px solid var(--mtb-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--mtb-shadow-soft);
}
.mtb-refund-form label{font-weight:800;font-size:.86rem}
.mtb-refund-form input,.mtb-refund-form select,.mtb-refund-form textarea{
  width:100%;
  padding:13px 14px;
  border:1px solid var(--mtb-line);
  border-radius:14px;
  background:#fbfcfa;
}
.mtb-notice{
  margin:16px 0;
  padding:15px 18px;
  border-radius:14px;
  background:var(--mtb-mist);
  border:1px solid var(--mtb-line);
}
@media(max-width:980px){
  .business-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .business-feature-grid{grid-template-columns:1fr}
}


/* =====================================================
   v20 — Full watercolor visual system
   ===================================================== */
:root{
  --mtb-bg:#fffdf8;
  --mtb-paper:#fffefa;
  --mtb-mist:#f4f8f1;
  --mtb-sage:#dbe7d5;
  --mtb-eucalyptus:#91a484;
  --mtb-forest:#5b6d58;
  --mtb-ink:#39433b;
  --mtb-muted:#788178;
  --mtb-gold:#b69a67;
}

body{
  background:
    linear-gradient(rgba(255,253,248,.96),rgba(255,253,248,.96)),
    url('assets/images/watercolor-paper.svg') repeat;
  background-attachment:fixed;
}

/* soft painted wash behind the top of the site */
.hero{
  background:
    linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.16)),
    url('assets/images/watercolor-wash.svg') center/cover no-repeat;
}
.hero::before{
  opacity:.42;
}

/* painted edges around content */
.section{
  position:relative;
}
.section::after{
  content:"";
  position:absolute;
  inset:18px 0 auto auto;
  width:170px;
  height:170px;
  background:url('assets/images/watercolor-floral.svg') center/contain no-repeat;
  opacity:.12;
  pointer-events:none;
  transform:rotate(9deg);
}
.section:nth-of-type(even)::after{
  left:0;
  right:auto;
  transform:scaleX(-1) rotate(8deg);
}

/* hand-painted section separators */
.section + .section::before{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:-18px;
  height:38px;
  background:
    radial-gradient(70px 18px at 6% 50%,rgba(220,231,215,.82),transparent 72%),
    radial-gradient(105px 23px at 24% 56%,rgba(235,225,211,.72),transparent 72%),
    radial-gradient(130px 25px at 49% 44%,rgba(222,233,216,.74),transparent 72%),
    radial-gradient(105px 22px at 74% 56%,rgba(240,228,212,.7),transparent 72%),
    radial-gradient(76px 19px at 94% 48%,rgba(219,230,213,.8),transparent 72%);
  filter:blur(.3px);
  opacity:.72;
  pointer-events:none;
}

/* watercolor cards */
.feature-card,
.service-card,
.business-feature-card,
.review-card,
.mtb-service-card,
.faq-preview details,
.mtb-policy-card,
.mtb-refund-form,
.homepage-booking{
  background:
    linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,.9)),
    url('assets/images/watercolor-paper.svg') repeat;
  border-color:rgba(91,109,88,.12);
  box-shadow:
    0 18px 44px rgba(76,95,72,.07),
    inset 0 0 0 1px rgba(255,255,255,.55);
}

/* soft painted shadows under cards */
.feature-card::before,
.service-card::before,
.business-feature-card::before,
.review-card::before{
  content:"";
  position:absolute;
  inset:auto 10% -12px 10%;
  height:24px;
  background:radial-gradient(ellipse,rgba(100,118,96,.10),transparent 70%);
  filter:blur(8px);
  pointer-events:none;
}

/* more artistic typography treatment */
.display,
.section-title,
.feature-card h3,
.service-card h3,
.business-feature-card h3,
.review-card blockquote,
.mtb-service-card h3{
  text-shadow:0 1px 0 rgba(255,255,255,.7);
}

/* watercolor button treatment */
.btn{
  background:
    linear-gradient(135deg,rgba(101,123,96,.98),rgba(126,148,116,.94));
  border-color:rgba(91,109,88,.38);
  box-shadow:
    0 12px 26px rgba(76,95,72,.14),
    inset 0 1px 0 rgba(255,255,255,.16);
}
.btn--ghost{
  background:
    linear-gradient(rgba(255,255,255,.72),rgba(255,255,255,.72)),
    url('assets/images/watercolor-paper.svg') repeat;
}

/* painted highlights */
.eyebrow{
  position:relative;
  display:inline-block;
}
.eyebrow::after{
  content:"";
  position:absolute;
  left:-3px;
  right:-3px;
  bottom:0;
  height:7px;
  border-radius:50%;
  background:rgba(190,207,181,.32);
  filter:blur(2px);
  z-index:-1;
}

/* more natural botanical decoration on page sides */
body::before,
body::after{
  opacity:.82;
  filter:saturate(.78) contrast(.95);
}

/* watercolor accordion motion */
.faq-preview details{
  transition:transform .28s ease,box-shadow .28s ease,background .28s ease;
}
.faq-preview details[open]{
  transform:translateY(-2px);
  box-shadow:0 20px 44px rgba(76,95,72,.09);
  background:
    linear-gradient(rgba(250,253,248,.94),rgba(250,253,248,.94)),
    url('assets/images/watercolor-paper.svg') repeat;
}

/* watercolor footer */
.site-footer{
  background:
    linear-gradient(rgba(242,247,239,.92),rgba(242,247,239,.92)),
    url('assets/images/watercolor-wash.svg') center/cover no-repeat;
}

/* subtle painted focus states */
input:focus,
select:focus,
textarea:focus{
  outline:none;
  border-color:rgba(91,109,88,.46)!important;
  box-shadow:0 0 0 4px rgba(151,175,139,.12);
}

/* refined motion */
.reveal{
  transform:translateY(24px) scale(.992);
  filter:blur(2px);
}
.reveal.is-visible{
  transform:none;
  filter:none;
}

@media(max-width:760px){
  .section::after{
    width:100px;
    height:100px;
    opacity:.08;
  }
  body{
    background-attachment:scroll;
  }
}


/* =========================================================
   v21 — Strong, unmistakable watercolor identity
   ========================================================= */
body{
  background:
    linear-gradient(rgba(255,252,247,.94),rgba(255,252,247,.94)),
    url('assets/images/watercolor-paper.svg') repeat;
}
body::selection{background:rgba(169,190,157,.35)}
.hero{
  background:
    linear-gradient(rgba(255,255,255,.08),rgba(255,255,255,.08)),
    url('assets/images/watercolor-wash.svg') center/cover no-repeat,
    #fbfaf7;
}
.hero::after{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 20% 30%,rgba(208,226,198,.24),transparent 28%),
    radial-gradient(circle at 76% 22%,rgba(238,217,196,.24),transparent 30%),
    radial-gradient(circle at 68% 78%,rgba(194,213,183,.18),transparent 34%);
  filter:blur(18px);pointer-events:none;
}
body::before,body::after{
  width:clamp(125px,13vw,230px);opacity:.88;
  filter:saturate(.72) contrast(.92) blur(.15px);
}
.site-header{
  background:
    linear-gradient(rgba(255,253,248,.90),rgba(255,253,248,.90)),
    url('assets/images/watercolor-paper.svg') repeat;
  border-bottom:1px solid rgba(90,108,86,.10);
}
.display,.section-title{position:relative;z-index:1}
.display::after,.section-title::after{
  content:"";position:absolute;left:-2%;right:18%;bottom:.02em;height:.22em;z-index:-1;
  border-radius:50%;
  background:linear-gradient(90deg,rgba(184,207,172,.30),rgba(221,204,180,.23),rgba(184,207,172,.12));
  filter:blur(3px);transform:rotate(-1deg);
}
.eyebrow{padding:3px 8px 4px}
.eyebrow::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:
    radial-gradient(55px 12px at 12% 60%,rgba(190,211,179,.28),transparent 72%),
    radial-gradient(80px 14px at 48% 48%,rgba(226,211,188,.23),transparent 72%),
    radial-gradient(60px 12px at 88% 58%,rgba(190,211,179,.26),transparent 72%);
  filter:blur(.4px);
}
.feature-card,.service-card,.business-feature-card,.review-card,.mtb-service-card,.faq-preview details,.mtb-policy-card,.mtb-refund-form,.homepage-booking{
  position:relative;
  background:
    linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),
    url('assets/images/watercolor-paper.svg') repeat;
  box-shadow:0 18px 48px rgba(72,92,69,.07),0 2px 0 rgba(255,255,255,.85) inset;
}
.feature-card::after,.service-card::after,.business-feature-card::after,.review-card::after,.mtb-service-card::after{
  content:"";position:absolute;inset:-5px;z-index:-1;border-radius:inherit;
  background:
    radial-gradient(80px 22px at 8% 2%,rgba(201,218,191,.18),transparent 75%),
    radial-gradient(100px 28px at 92% 98%,rgba(231,214,192,.17),transparent 75%);
  filter:blur(5px);
}
.btn{
  background:linear-gradient(135deg,rgba(105,127,99,.96),rgba(140,160,130,.92)),url('assets/images/watercolor-paper.svg') repeat;
  border:1px solid rgba(80,101,76,.30);
  box-shadow:0 10px 24px rgba(77,96,72,.14),inset 0 1px 0 rgba(255,255,255,.18);
}
.btn:hover{background:linear-gradient(135deg,rgba(93,116,88,.98),rgba(125,148,116,.96)),url('assets/images/watercolor-paper.svg') repeat}
.btn--ghost{background:linear-gradient(rgba(255,255,255,.78),rgba(255,255,255,.78)),url('assets/images/watercolor-paper.svg') repeat}
input,select,textarea{
  background:linear-gradient(rgba(255,255,255,.82),rgba(255,255,255,.82)),url('assets/images/watercolor-paper.svg') repeat !important;
}
#book-online{
  background:
    radial-gradient(circle at 12% 18%,rgba(184,207,172,.22),transparent 25%),
    radial-gradient(circle at 85% 70%,rgba(234,213,190,.22),transparent 28%),
    linear-gradient(rgba(248,251,246,.88),rgba(248,251,246,.88)),
    url('assets/images/watercolor-paper.svg') repeat;
}
.homepage-booking{
  border:1px solid rgba(97,119,92,.12);
  box-shadow:0 28px 70px rgba(83,102,79,.10),inset 0 0 35px rgba(224,233,218,.22);
}
.site-footer{
  background:linear-gradient(rgba(244,248,241,.88),rgba(244,248,241,.88)),url('assets/images/watercolor-wash.svg') center/cover no-repeat,url('assets/images/watercolor-paper.svg') repeat;
}
.reveal{opacity:0;transform:translateY(26px) scale(.99);filter:blur(4px)}
.reveal.is-visible{opacity:1;transform:none;filter:blur(0);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.7,.2,1),filter .85s ease}
@media(max-width:760px){body::before,body::after{width:78px;opacity:.45}.display::after,.section-title::after{right:5%}}

html,body{overflow-x:hidden;overflow-y:visible}
.site-header{top:0;overflow:visible!important;min-height:74px;z-index:9999;transform:none!important;clip-path:none!important}
body.admin-bar .site-header{top:32px}
.header-inner{min-height:74px;overflow:visible!important;padding-top:6px;padding-bottom:6px}
.announcement{position:relative;z-index:10000;overflow:visible}
.brand,.brand .header-logo,.brand-name,.header-actions,.site-nav{position:relative;z-index:10001;overflow:visible!important}
body::before,body::after{z-index:2!important;top:110px!important}
.site-header,.announcement,main,.site-footer,.cta{z-index:20}
.reveal{opacity:0;transform:translateY(28px) scale(.985);filter:blur(5px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1),filter .7s ease;will-change:opacity,transform,filter}
.reveal.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
.reveal.is-exiting{opacity:0;transform:translateY(-22px) scale(.988);filter:blur(4px)}
.reveal:nth-child(2){transition-delay:.05s}
.reveal:nth-child(3){transition-delay:.1s}
.reveal:nth-child(4){transition-delay:.15s}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
@media(max-width:720px){.site-header,.header-inner{min-height:66px}.header-inner{padding-top:5px;padding-bottom:5px}}


/* =========================================================
   v23 PERFORMANCE MODE
   Keeps the watercolor look while removing expensive effects.
   ========================================================= */

/* Avoid expensive fixed-background repainting */
body{
  background-attachment:scroll !important;
}

/* Static side branches: no continuous parallax or hover shifting */
body::before,
body::after{
  position:absolute !important;
  top:110px !important;
  bottom:auto !important;
  height:1050px;
  transition:none !important;
  animation:none !important;
  margin-top:0 !important;
  will-change:auto !important;
}
body:hover::before,
body:hover::after{
  transform:translateX(-22%) !important;
}
body:hover::after{
  transform:translateX(22%) !important;
}

/* Remove high-cost blur and backdrop filters */
.site-header,
.hero-card,
.homepage-booking,
.nature-healing-inner{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.hero::after,
.feature-card::after,
.service-card::after,
.business-feature-card::after,
.review-card::after,
.mtb-service-card::after,
.feature-card::before,
.service-card::before,
.business-feature-card::before,
.review-card::before{
  filter:none !important;
}

/* Simpler shadows */
.feature-card,
.service-card,
.business-feature-card,
.review-card,
.mtb-service-card,
.faq-preview details,
.mtb-policy-card,
.mtb-refund-form,
.homepage-booking{
  box-shadow:0 10px 28px rgba(72,92,69,.065) !important;
}

/* Lightweight reveal animation: opacity + transform only */
.reveal{
  opacity:0;
  transform:translateY(16px);
  filter:none !important;
  transition:opacity .42s ease,transform .42s ease !important;
  will-change:auto !important;
}
.reveal.is-visible{
  opacity:1;
  transform:none;
}
.reveal.is-exiting{
  opacity:0;
  transform:translateY(-10px);
}

/* Remove stagger delays that can feel sluggish */
.reveal:nth-child(2),
.reveal:nth-child(3),
.reveal:nth-child(4){
  transition-delay:0s !important;
}

/* Reduce decorative paint layers on smaller devices */
@media(max-width:980px){
  body::before,
  body::after{
    opacity:.34 !important;
    width:72px !important;
  }
  .section::after{
    display:none !important;
  }
}

@media(max-width:720px){
  body::before,
  body::after{
    display:none !important;
  }
  .hero::after,
  .section + .section::before,
  .section--mist::before,
  .cta::before{
    display:none !important;
  }
}

/* Respect device/user performance preference */
@media(prefers-reduced-motion:reduce){
  .reveal,
  .reveal.is-visible,
  .reveal.is-exiting{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}

body{background:linear-gradient(rgba(255,252,246,.94),rgba(255,252,246,.94)),url('assets/images/watercolor-paper.svg') repeat!important;color:#39433b}
.hero,.section--mist,.cta,.site-footer,#book-online{background-color:transparent!important;background-image:linear-gradient(rgba(255,255,255,.22),rgba(255,255,255,.18)),url('assets/images/handpainted-wash.svg'),url('assets/images/watercolor-paper.svg')!important;background-repeat:no-repeat,no-repeat,repeat!important;background-position:center,center,center!important;background-size:cover,cover,auto!important}
.section:nth-of-type(odd){background-image:linear-gradient(rgba(255,255,255,.62),rgba(255,255,255,.54)),url('assets/images/handpainted-wash.svg'),url('assets/images/watercolor-paper.svg')!important}
.section:nth-of-type(even){background-image:linear-gradient(rgba(249,252,247,.56),rgba(249,252,247,.5)),url('assets/images/handpainted-wash.svg'),url('assets/images/watercolor-paper.svg')!important;background-position:center,65% center,center!important}
.section::before,.cta::before,.site-footer::before{content:"";position:absolute;left:0;right:0;top:-28px;height:58px;background:url('assets/images/brush-edge.svg') center/100% 100% no-repeat;opacity:.75;pointer-events:none}
.feature-card,.service-card,.business-feature-card,.review-card,.mtb-service-card,.faq-preview details,.mtb-policy-card,.mtb-refund-form,.homepage-booking{border:1px solid rgba(88,106,84,.11)!important;background:linear-gradient(rgba(255,255,255,.76),rgba(255,255,255,.72)),url('assets/images/watercolor-paper.svg') repeat!important;box-shadow:0 12px 28px rgba(72,92,69,.055),inset 0 0 28px rgba(222,232,216,.12)!important}
.feature-card::after,.service-card::after,.business-feature-card::after,.review-card::after,.mtb-service-card::after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 14% 16%,rgba(190,208,179,.15),transparent 26%),radial-gradient(circle at 84% 78%,rgba(235,216,193,.13),transparent 30%);pointer-events:none}
.btn{background:linear-gradient(105deg,rgba(95,118,91,.96),rgba(130,151,122,.9)),url('assets/images/watercolor-paper.svg') repeat!important;border-color:rgba(79,99,75,.26)!important;box-shadow:0 8px 18px rgba(72,92,69,.11)!important}
.btn--ghost{color:#5b6d58!important;background:linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.66)),url('assets/images/watercolor-paper.svg') repeat!important}
input,select,textarea{background:linear-gradient(rgba(255,255,255,.75),rgba(255,255,255,.72)),url('assets/images/watercolor-paper.svg') repeat!important;border-color:rgba(88,106,84,.16)!important}
.site-header{background:linear-gradient(rgba(255,253,248,.88),rgba(255,253,248,.82)),url('assets/images/watercolor-paper.svg') repeat!important;box-shadow:0 6px 18px rgba(72,92,69,.04)}
body::before,body::after{opacity:.62!important;filter:saturate(.72) contrast(.92)!important}
.reveal{filter:none!important;transition:opacity .42s ease,transform .42s ease!important}
@media(max-width:760px){.section::before,.cta::before,.site-footer::before{height:36px;top:-18px}}


/* =========================================================
   v25 — Illustrated storybook watercolor website
   Inspired by hand-painted editorial websites, not modern UI.
   ========================================================= */

:root{
  --mtb-bg:#fffaf0;
  --mtb-paper:#fffdf7;
  --mtb-ink:#2f342f;
  --mtb-muted:#686f68;
  --mtb-forest:#5f755a;
  --mtb-line:rgba(79,91,77,.17);
  --mtb-shadow:none;
  --mtb-shadow-soft:none;
  --mtb-radius:3px;
}

body{
  background:
    linear-gradient(rgba(255,250,240,.96),rgba(255,250,240,.96)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  font-family:Georgia,"Times New Roman",serif;
}

/* Classic illustrated header instead of a modern app bar */
.announcement{display:none}
.site-header{
  position:relative !important;
  top:auto !important;
  min-height:auto !important;
  padding:18px 0 10px;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.header-inner{
  min-height:auto !important;
  padding:0 !important;
  align-items:flex-end;
}
.brand .header-logo{
  width:88px !important;
  height:66px !important;
  max-width:88px !important;
  max-height:66px !important;
  opacity:.88;
}
.brand-name{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.22rem;
  letter-spacing:.01em;
}
.site-nav{gap:23px}
.site-nav a{
  font-family:Georgia,"Times New Roman",serif;
  font-size:.76rem;
  letter-spacing:.15em;
  text-transform:uppercase;
  font-weight:600;
}
.site-nav a::after{display:none}
.mtb-cart-button{
  border-radius:50%;
  box-shadow:none;
}

/* Full illustrated opening scene */
.hero{
  min-height:680px;
  padding:0 !important;
  background:
    linear-gradient(rgba(255,255,255,.04),rgba(255,255,255,.04)),
    url('assets/images/storybook-hero.svg') center/cover no-repeat !important;
  border:0;
}
.hero::before,.hero::after{display:none!important}
.hero-grid{
  min-height:680px;
  grid-template-columns:1fr;
  place-items:center;
  text-align:center;
}
.hero-copy{
  max-width:590px;
  padding:45px 55px;
  background:
    radial-gradient(ellipse,rgba(255,253,246,.96) 0%,rgba(255,253,246,.86) 58%,transparent 76%);
}
.hero-visual{display:none}
.hero-copy .eyebrow{
  letter-spacing:.2em;
  font-size:.7rem;
}
.display{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3.5rem,7vw,6.7rem);
  font-weight:500;
  line-height:.9;
  letter-spacing:-.055em;
}
.display::after,.section-title::after{display:none!important}
.hero-copy .lead{
  max-width:520px;
  margin:24px auto 26px;
  color:#4c534c;
}
.hero-note{font-style:italic}
.hero-actions{justify-content:center}

/* Remove modern trust strip and card-grid feeling */
.trust-strip{padding:22px 0 12px}
.trust-grid{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  border-top:1px solid var(--mtb-line);
  border-bottom:1px solid var(--mtb-line);
}
.trust-item{
  padding:12px 26px;
  border:0;
  border-right:1px solid var(--mtb-line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.trust-item:last-child{border-right:0}

/* Booking comes immediately after hero like an illustrated chapter */
#book-online{
  padding-top:48px !important;
  background:
    linear-gradient(rgba(255,250,240,.9),rgba(255,250,240,.9)),
    url('assets/images/storybook-botanical.svg') center top/100% auto no-repeat,
    url('assets/images/watercolor-paper.svg') repeat !important;
}
.section-head{
  display:block;
  max-width:760px;
  margin:0 auto 28px;
  text-align:center;
}
.section-title{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.3rem,4.8vw,4.5rem);
  font-weight:500;
}
.section-head .lead{margin:14px auto 0}
.homepage-booking{
  max-width:1000px;
  margin:0 auto;
  padding:28px 22px;
  border:0 !important;
  border-top:1px solid var(--mtb-line) !important;
  border-bottom:1px solid var(--mtb-line) !important;
  border-radius:0 !important;
  background:rgba(255,253,247,.76) !important;
  box-shadow:none !important;
}

/* Services read like illustrated book entries, not SaaS cards */
.editorial-grid{gap:42px}
.feature-card,
.service-card,
.business-feature-card,
.review-card,
.mtb-service-card,
.faq-preview details,
.mtb-policy-card,
.mtb-refund-form{
  border-radius:2px !important;
  box-shadow:none !important;
  border:0 !important;
  border-bottom:1px solid var(--mtb-line) !important;
  background:rgba(255,253,247,.54) !important;
}
.service-card,
.business-feature-card,
.review-card{
  min-height:auto;
  padding:22px 8px;
}
.service-card:hover,
.business-feature-card:hover{
  transform:none;
  box-shadow:none;
}
.service-card .arrow{
  background:transparent;
  font-family:Georgia,serif;
}
.feature-card--image{
  min-height:470px;
  border:8px double rgba(135,112,80,.34) !important;
  background:
    linear-gradient(rgba(50,60,50,.05),rgba(50,60,50,.22)),
    url('assets/images/storybook-hero.svg') 63% 60%/180% auto no-repeat !important;
}
.feature-card-content{
  background:rgba(255,252,244,.86);
  color:#303630;
  padding:18px 22px;
}
.feature-card-content .eyebrow{color:var(--mtb-forest)!important}

/* Painted typography and simple links */
.eyebrow{
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:.18em;
  background:none !important;
}
.eyebrow::before,.eyebrow::after{display:none!important}
.btn{
  min-height:auto;
  padding:10px 20px;
  border:1px solid #6d8068 !important;
  border-radius:1px !important;
  background:rgba(255,253,247,.66) !important;
  color:#4e624b !important;
  box-shadow:none !important;
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.74rem;
}
.btn:hover{
  transform:none;
  background:rgba(226,236,219,.64) !important;
}
.btn::before{display:none}

/* Forms resemble stationery */
input,select,textarea{
  border:0 !important;
  border-bottom:1px solid rgba(75,91,72,.32) !important;
  border-radius:0 !important;
  background:rgba(255,255,255,.36) !important;
  box-shadow:none !important;
}
.mtb-total-price{
  border-radius:0;
  background:rgba(220,232,212,.45);
  border-left:3px solid rgba(95,117,90,.42);
}

/* Remove overly modern decoration */
.section::before,.section::after,.cta::before,.site-footer::before{display:none!important}
body::before,body::after{display:none!important}

/* Reviews and FAQ look like printed text */
.review-grid{gap:32px}
.review-card blockquote{font-style:italic}
.faq-preview details{
  background:transparent !important;
}
.faq-preview summary{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.05rem;
}

/* Footer as a quiet book colophon */
.site-footer{
  background:
    linear-gradient(rgba(244,241,231,.9),rgba(244,241,231,.9)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  border-top:1px solid var(--mtb-line);
}
.footer-grid h4{font-family:Georgia,serif}
.footer-bottom{font-style:italic}

/* Keep motion subtle and painterly */
.reveal{
  opacity:0;
  transform:translateY(10px);
  transition:opacity .5s ease,transform .5s ease !important;
}
.reveal.is-visible{opacity:1;transform:none}
.reveal.is-exiting{opacity:0;transform:translateY(-6px)}

@media(max-width:760px){
  .site-header{padding-top:12px}
  .brand .header-logo{
    width:65px !important;
    height:48px !important;
    max-width:65px !important;
    max-height:48px !important;
  }
  .hero,.hero-grid{min-height:560px}
  .hero-copy{padding:34px 22px}
  .trust-grid{display:grid;grid-template-columns:1fr 1fr}
  .trust-item{border-right:0;border-bottom:1px solid var(--mtb-line)}
  .homepage-booking{padding:20px 8px}
}


/* =========================================================
   v26 — Light, authentic watercolor + booking first
   ========================================================= */

:root{
  --mtb-bg:#fffdf8;
  --mtb-paper:#fffefb;
  --mtb-ink:#3f443f;
  --mtb-muted:#777d77;
  --mtb-forest:#70806d;
  --mtb-line:rgba(95,107,92,.14);
}

/* Lighter watercolor canvas */
body{
  background:
    linear-gradient(rgba(255,253,248,.97),rgba(255,253,248,.97)),
    url('assets/images/watercolor-paper.svg') repeat !important;
}

/* Booking is the first thing customers see */
.hero--booking-first{
  min-height:auto !important;
  padding:34px 0 52px !important;
  background:
    linear-gradient(rgba(255,255,255,.58),rgba(255,255,255,.54)),
    url('assets/images/storybook-hero.svg') center 32%/cover no-repeat !important;
}
.hero-booking-layout{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:34px;
  align-items:start;
}
.hero-intro{
  padding:48px 24px 28px;
  text-align:left;
}
.hero-intro .display{
  font-size:clamp(3rem,6vw,5.6rem);
  color:#495149;
}
.hero-intro .lead{
  margin:22px 0 0;
  max-width:470px;
  color:#656d65;
}
.hero-booking-panel{
  padding:26px 28px;
  border:1px solid rgba(98,112,95,.13);
  background:
    linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.84)),
    url('assets/images/watercolor-paper.svg') repeat;
  box-shadow:0 12px 28px rgba(75,88,72,.055);
}
.hero-booking-panel > h2{
  margin:0 0 16px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:2rem;
  font-weight:500;
}
.hero-booking-panel .mtb-booking-note{
  background:rgba(238,244,234,.52);
  border:0;
  border-left:3px solid rgba(117,138,108,.35);
}
.hero-booking-panel .mtb-service-grid{
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.hero-booking-panel .mtb-service-card{
  padding:20px 18px;
  background:rgba(255,255,255,.54) !important;
}
.hero-booking-panel .mtb-service-card h3{
  font-size:1.45rem;
}

/* Authentic watercolor: less saturation, more transparency */
.hero,
.section,
.site-footer,
.cta{
  background-color:#fffdf8 !important;
}
.section:nth-of-type(odd),
.section:nth-of-type(even){
  background-image:
    linear-gradient(rgba(255,253,248,.86),rgba(255,253,248,.82)),
    url('assets/images/handpainted-wash.svg'),
    url('assets/images/watercolor-paper.svg') !important;
  background-size:cover,cover,auto !important;
  background-repeat:no-repeat,no-repeat,repeat !important;
}
.feature-card,
.service-card,
.business-feature-card,
.review-card,
.mtb-service-card,
.faq-preview details,
.mtb-policy-card,
.mtb-refund-form{
  background:
    linear-gradient(rgba(255,255,255,.68),rgba(255,255,255,.64)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  border-color:rgba(98,112,95,.10) !important;
}
.btn{
  background:
    linear-gradient(100deg,rgba(120,139,114,.88),rgba(150,168,143,.84)),
    url('assets/images/watercolor-paper.svg') repeat !important;
}
body::before,
body::after{
  opacity:.34 !important;
}

/* Remove any remaining large modern spacing */
.section{padding:58px 0}
.section-head{margin-bottom:24px}

/* Responsive */
@media(max-width:980px){
  .hero-booking-layout{grid-template-columns:1fr}
  .hero-intro{padding:20px 10px 4px;text-align:center}
  .hero-intro .lead{margin:16px auto 0}
}
@media(max-width:760px){
  .hero--booking-first{padding:22px 0 34px !important}
  .hero-booking-panel{padding:18px 12px}
  .hero-booking-panel .mtb-service-grid{grid-template-columns:1fr}
}

body{font-family:Georgia,"Times New Roman",serif;background:linear-gradient(rgba(255,253,248,.97),rgba(255,253,248,.97)),url('assets/images/watercolor-paper.svg') repeat!important}
.hero--booking-first{background:linear-gradient(rgba(255,255,255,.52),rgba(255,255,255,.46)),url('assets/images/journal-watercolor-wash.svg') center/cover no-repeat,url('assets/images/watercolor-paper.svg') repeat!important;overflow:visible!important}
.hero--booking-first:before,.hero--booking-first:after{content:"";position:absolute;top:20px;bottom:-80px;width:150px;background:url('assets/images/journal-branch.svg') top center/100% auto no-repeat;opacity:.5;pointer-events:none}
.hero--booking-first:before{left:-25px}.hero--booking-first:after{right:-25px;transform:scaleX(-1)}
.hero-booking-panel{border:0!important;background:transparent!important;box-shadow:none!important;padding:10px!important}
.hero-booking-panel .mtb-booking-note{border:0!important;background:radial-gradient(ellipse,rgba(229,239,223,.58),transparent 76%)!important}
.hero-booking-panel .mtb-service-card{border:0!important;border-bottom:1px solid rgba(100,114,96,.18)!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
.service-card,.business-feature-card,.review-card,.faq-preview details,.mtb-policy-card,.mtb-refund-form{border:0!important;border-bottom:1px solid rgba(100,114,96,.15)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
input,select,textarea{border:0!important;border-bottom:1px solid rgba(90,104,87,.28)!important;border-radius:0!important;background:rgba(255,255,255,.16)!important;box-shadow:none!important}
.btn{border-radius:0!important;box-shadow:none!important;font-family:Georgia,"Times New Roman",serif;font-style:italic;text-transform:none;letter-spacing:.02em;background:linear-gradient(rgba(239,246,235,.6),rgba(229,239,224,.48)),url('assets/images/watercolor-paper.svg') repeat!important;color:#5f725b!important}
.section{background:linear-gradient(rgba(255,253,248,.88),rgba(255,253,248,.84)),url('assets/images/journal-watercolor-wash.svg') center/cover no-repeat,url('assets/images/watercolor-paper.svg') repeat!important}
.reveal{opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease!important}.reveal.is-visible{opacity:1;transform:none}.reveal.is-exiting{opacity:0;transform:translateY(-4px)}
@media(max-width:760px){.hero--booking-first:before,.hero--booking-first:after{width:70px;opacity:.22}}


/* =========================================================
   v28 — True watercolor treatment
   Goal: light, imperfect, hand-painted, not modern/mechanical.
   ========================================================= */

:root{
  --mtb-bg:#fffdf8;
  --mtb-paper:#fffefb;
  --mtb-ink:#464b45;
  --mtb-muted:#767d75;
  --mtb-forest:#72816e;
  --mtb-line:rgba(95,108,92,.12);
  --mtb-gold:#b89b6d;
}

html,body{
  background:
    linear-gradient(rgba(255,253,248,.975),rgba(255,253,248,.975)),
    url('assets/images/watercolor-paper.svg') repeat !important;
}

body{
  font-family:Georgia,"Times New Roman",serif !important;
}

/* Remove app-like chrome */
.site-header{
  background:
    linear-gradient(rgba(255,253,248,.90),rgba(255,253,248,.86)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  border:0 !important;
  border-bottom:1px solid rgba(92,106,89,.09) !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.site-nav a{
  font-family:Georgia,"Times New Roman",serif !important;
  font-weight:600 !important;
  letter-spacing:.08em !important;
  text-transform:none !important;
}

/* Entire first screen is a watercolor page */
.hero,
.hero--booking-first{
  position:relative;
  background:
    linear-gradient(rgba(255,255,255,.40),rgba(255,255,255,.36)),
    url('assets/images/soft-watercolor-wash.svg') center/cover no-repeat,
    url('assets/images/watercolor-paper.svg') repeat !important;
}

/* Soft painted branches on the page edges */
.hero--booking-first::before,
.hero--booking-first::after{
  content:"";
  position:absolute;
  top:10px;
  bottom:-80px;
  width:170px;
  background:url('assets/images/watercolor-edge-branch.svg') top center/100% auto no-repeat !important;
  opacity:.48 !important;
  pointer-events:none;
  filter:none !important;
}
.hero--booking-first::before{left:-42px}
.hero--booking-first::after{right:-42px;transform:scaleX(-1)}

/* Typography should feel editorial and painted, not UI-like */
.display,
.section-title,
.hero-booking-panel > h2,
.mtb-service-card h3,
.service-card h3,
.business-feature-card h3{
  font-family:Georgia,"Times New Roman",serif !important;
  font-weight:500 !important;
  color:#465047 !important;
  letter-spacing:-.025em !important;
}

.display{
  text-shadow:none !important;
}

.eyebrow{
  font-family:Georgia,"Times New Roman",serif !important;
  letter-spacing:.14em !important;
  color:#7b8975 !important;
  background:none !important;
}
.eyebrow::before,.eyebrow::after{display:none !important}

/* Booking should appear as writing on the paper, not inside a card */
.hero-booking-panel,
.homepage-booking{
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}

.hero-booking-panel .mtb-booking-note,
.mtb-booking-note{
  background:
    radial-gradient(ellipse at center,rgba(224,235,216,.50),rgba(224,235,216,.16) 68%,transparent 82%) !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

/* Kill the modern card look */
.mtb-service-card,
.service-card,
.business-feature-card,
.review-card,
.faq-preview details,
.mtb-policy-card,
.mtb-refund-form,
.feature-card{
  position:relative;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

/* Use light painted separators instead of boxes */
.mtb-service-card,
.service-card,
.business-feature-card,
.review-card,
.faq-preview details,
.mtb-policy-card{
  border-bottom:1px solid rgba(91,105,88,.15) !important;
  padding-bottom:24px !important;
}

/* Very pale watercolor tint beneath content */
.mtb-service-card::after,
.service-card::after,
.business-feature-card::after,
.review-card::after{
  content:"";
  position:absolute;
  left:-4%;
  right:30%;
  bottom:-7px;
  height:18px;
  background:radial-gradient(ellipse,rgba(169,191,157,.15),transparent 72%);
  pointer-events:none;
}

/* Forms should look like handwriting lines on paper */
input,
select,
textarea{
  border:0 !important;
  border-bottom:1px solid rgba(86,101,83,.27) !important;
  border-radius:0 !important;
  background:rgba(255,255,255,.12) !important;
  box-shadow:none !important;
  color:#495149 !important;
  font-family:Georgia,"Times New Roman",serif !important;
}

input:focus,
select:focus,
textarea:focus{
  outline:none !important;
  border-bottom-color:rgba(91,115,85,.52) !important;
  box-shadow:none !important;
}

/* Buttons: thin ink border + watercolor wash, not pill buttons */
.btn,
.mtb-geo-check-btn{
  border:1px solid rgba(99,117,94,.30) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:
    linear-gradient(rgba(238,245,233,.54),rgba(229,239,224,.46)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  color:#60745c !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-style:italic !important;
  text-transform:none !important;
  letter-spacing:.02em !important;
}

.btn:hover,
.mtb-geo-check-btn:hover{
  transform:none !important;
  background:
    linear-gradient(rgba(224,236,218,.62),rgba(241,246,238,.52)),
    url('assets/images/watercolor-paper.svg') repeat !important;
}

/* No modern floating circles/glows */
.mtb-cart-button{
  box-shadow:none !important;
}

/* Section backgrounds should be translucent washes, not blocks */
.section,
.section--mist,
.cta,
.site-footer,
#book-online{
  position:relative;
  background:
    linear-gradient(rgba(255,253,248,.84),rgba(255,253,248,.80)),
    url('assets/images/soft-watercolor-wash.svg') center/cover no-repeat,
    url('assets/images/watercolor-paper.svg') repeat !important;
}

/* Organic brush transition between sections */
.section + .section::before,
.cta::before,
.site-footer::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-24px;
  height:48px;
  background:url('assets/images/watercolor-brush-divider.svg') center/100% 100% no-repeat !important;
  opacity:.56;
  pointer-events:none;
}

/* Fade stays subtle and lightweight */
.reveal{
  opacity:0;
  transform:translateY(7px);
  filter:none !important;
  transition:opacity .38s ease,transform .38s ease !important;
}
.reveal.is-visible{
  opacity:1;
  transform:none;
}
.reveal.is-exiting{
  opacity:0;
  transform:translateY(-4px);
}

/* Avoid decorative clutter on phones */
@media(max-width:760px){
  .hero--booking-first::before,
  .hero--booking-first::after{
    width:72px;
    opacity:.18 !important;
  }

  .section + .section::before,
  .cta::before,
  .site-footer::before{
    height:30px;
    top:-14px;
  }
}


/* v29 — lighter watercolor palette */
:root{
  --mtb-bg:#fffefb;
  --mtb-paper:#fffefa;
  --mtb-ink:#50564f;
  --mtb-muted:#858b84;
  --mtb-forest:#81917d;
  --mtb-line:rgba(113,126,109,.10);
  --mtb-gold:#c8b38e;
}

html,body{
  background:
    linear-gradient(rgba(255,254,250,.985),rgba(255,254,250,.985)),
    url('assets/images/watercolor-paper.svg') repeat !important;
}

.site-header{
  background:
    linear-gradient(rgba(255,254,250,.94),rgba(255,254,250,.90)),
    url('assets/images/watercolor-paper.svg') repeat !important;
}

.hero,
.hero--booking-first,
.section,
.section--mist,
.cta,
.site-footer,
#book-online{
  background-image:
    linear-gradient(rgba(255,255,255,.62),rgba(255,255,255,.58)),
    url('assets/images/soft-watercolor-wash.svg'),
    url('assets/images/watercolor-paper.svg') !important;
  background-color:#fffefb !important;
}

.hero--booking-first::before,
.hero--booking-first::after{
  opacity:.28 !important;
}

.btn,
.mtb-zip-check-btn,
.mtb-geo-check-btn{
  background:
    linear-gradient(rgba(245,249,242,.72),rgba(236,244,232,.62)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  color:#71806d !important;
  border-color:rgba(112,131,106,.22) !important;
}

input,
select,
textarea{
  color:#5c635b !important;
  border-bottom-color:rgba(113,126,109,.22) !important;
}

.mtb-booking-note{
  background:
    radial-gradient(ellipse at center,rgba(233,241,228,.34),rgba(233,241,228,.10) 70%,transparent 84%) !important;
}


/* v30 — readable watercolor: darker content, still light-painted */
:root{
  --mtb-ink:#343b35;
  --mtb-muted:#5f685f;
  --mtb-forest:#566b53;
  --mtb-line:rgba(74,91,71,.25);
  --mtb-gold:#9b7f55;
}

body,
p,
li,
label,
small,
.site-main{
  color:#414941 !important;
}

.site-nav a,
.site-header a{
  color:#344238 !important;
}

.display,
.section-title,
.hero-booking-panel > h2,
.mtb-service-card h3,
.service-card h3,
.business-feature-card h3{
  color:#344238 !important;
}

.eyebrow,
.mtb-booking-kicker{
  color:#62745e !important;
}

input,
select,
textarea{
  color:#333c34 !important;
  border-bottom-color:rgba(66,86,63,.42) !important;
}

input::placeholder,
textarea::placeholder{
  color:#7a8279 !important;
  opacity:1 !important;
}

.btn,
.mtb-zip-check-btn,
.mtb-geo-check-btn{
  color:#40583f !important;
  border-color:rgba(72,98,69,.40) !important;
  background:
    linear-gradient(rgba(239,246,235,.88),rgba(230,240,225,.82)),
    url('assets/images/watercolor-paper.svg') repeat !important;
}

.mtb-live-total-equation b,
.mtb-grand-total b,
.mtb-service-rate{
  color:#405b3f !important;
}

.mtb-geo-status,
.mtb-total-note,
.mtb-consent-intro,
.mtb-sensitive-note,
.mtb-license-line{
  color:#596359 !important;
}

.mtb-service-choice-copy small,
.mtb-field-pair label>span,
.mtb-full-field>span{
  color:#59675a !important;
}

/* Keep watercolor visible without washing out the content */
.hero,
.hero--booking-first,
.section,
.section--mist,
.cta,
.site-footer,
#book-online{
  background-image:
    linear-gradient(rgba(255,255,255,.47),rgba(255,255,255,.43)),
    url('assets/images/soft-watercolor-wash.svg'),
    url('assets/images/watercolor-paper.svg') !important;
}

.hero--booking-first::before,
.hero--booking-first::after{
  opacity:.38 !important;
}


/* v31 — Forest, herbs & healing. No white canvas. */
:root{
  --mtb-bg:#dce6d2;
  --mtb-paper:#e6ead8;
  --mtb-ink:#344436;
  --mtb-muted:#5e705e;
  --mtb-forest:#536f50;
  --mtb-line:rgba(67,91,65,.24);
  --mtb-gold:#9a865d;
}

html,body{
  background:
    linear-gradient(rgba(220,230,210,.80),rgba(230,234,216,.82)),
    url('assets/images/watercolor-paper.svg') repeat !important;
}

.site-header{
  background:
    linear-gradient(rgba(211,224,201,.90),rgba(224,231,211,.88)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  border-bottom-color:rgba(68,91,66,.15)!important;
}

.hero,
.hero--booking-first,
.section,
.section--mist,
.cta,
.site-footer,
#book-online{
  background-image:
    linear-gradient(rgba(214,226,203,.50),rgba(232,231,207,.45)),
    url('assets/images/soft-watercolor-wash.svg'),
    url('assets/images/watercolor-paper.svg') !important;
  background-color:#dce6d2 !important;
}

/* Forest edge foliage is visible, but still watercolor-soft. */
.hero--booking-first::before,
.hero--booking-first::after{
  opacity:.58!important;
  filter:saturate(.82) contrast(.92)!important;
}

body,p,li,label,small,.site-main{
  color:#3f5041!important;
}

.site-nav a,.site-header a,
.display,.section-title,
.hero-booking-panel>h2,
.mtb-service-card h3,
.service-card h3,
.business-feature-card h3{
  color:#304632!important;
}

.eyebrow,.mtb-booking-kicker{
  color:#597158!important;
}

input,select,textarea{
  color:#334636!important;
  background:rgba(226,235,216,.30)!important;
  border-bottom-color:rgba(65,91,64,.38)!important;
}

input::placeholder,textarea::placeholder{
  color:#708070!important;
}

.btn,.mtb-zip-check-btn,.mtb-geo-check-btn{
  color:#365238!important;
  border-color:rgba(66,95,64,.34)!important;
  background:
    linear-gradient(rgba(196,216,185,.68),rgba(216,226,199,.66)),
    url('assets/images/watercolor-paper.svg') repeat!important;
}

.btn:hover,.mtb-zip-check-btn:hover,.mtb-geo-check-btn:hover{
  background:
    linear-gradient(rgba(184,208,173,.76),rgba(208,222,191,.72)),
    url('assets/images/watercolor-paper.svg') repeat!important;
}

.mtb-booking-note{
  background:
    radial-gradient(ellipse at center,rgba(181,207,170,.40),rgba(205,220,188,.18) 68%,transparent 84%)!important;
}

.mtb-consent-box{
  background:rgba(213,226,202,.42)!important;
  border-color:rgba(74,99,71,.18)!important;
}

.mtb-live-total::before{
  background:
    radial-gradient(ellipse at 18% 42%,rgba(158,190,148,.34),transparent 45%),
    radial-gradient(ellipse at 74% 56%,rgba(202,190,145,.20),transparent 48%)!important;
}

.mtb-live-total-equation b,
.mtb-grand-total b,
.mtb-service-rate{
  color:#385a3a!important;
}

.site-footer{
  color:#425442!important;
}

/* No stark white surfaces anywhere in booking/content. */
.mtb-service-card,
.service-card,
.business-feature-card,
.review-card,
.faq-preview details,
.mtb-policy-card,
.mtb-refund-form,
.feature-card,
.hero-booking-panel,
.homepage-booking{
  background:rgba(222,231,210,.14)!important;
}


/* =========================================================
   v32 — GLOBAL FOREST / HERBAL WATERCOLOR PALETTE
   Applies to EVERY page, including WooCommerce shop, cart,
   checkout, account, product pages, policies, FAQ, and forms.
   ========================================================= */

:root{
  --mtb-bg:#dce6d2;
  --mtb-bg-deep:#c9d8bf;
  --mtb-paper:#e8ead9;
  --mtb-paper-soft:#eef0e2;
  --mtb-sage:#a8bd99;
  --mtb-sage-deep:#7e9972;
  --mtb-moss:#6d865f;
  --mtb-eucalyptus:#8fa789;
  --mtb-forest:#4f6a4e;
  --mtb-forest-deep:#314733;
  --mtb-herb:#718c69;
  --mtb-gold:#9c8a62;
  --mtb-ink:#354538;
  --mtb-muted:#617064;
  --mtb-line:rgba(63,88,61,.22);
  --mtb-success:#4d744d;
  --mtb-danger:#8d5b56;
}

/* GLOBAL PAGE CANVAS */
html,
body,
#page,
.site,
.site-content,
.site-main,
main,
main.site-main,
.content-area,
.entry-content,
.page,
.single,
.archive,
.blog,
.search,
.error404{
  background:
    linear-gradient(rgba(220,230,210,.78),rgba(232,234,216,.80)),
    url('assets/images/soft-watercolor-wash.svg') center/cover no-repeat,
    url('assets/images/watercolor-paper.svg') repeat !important;
  color:var(--mtb-ink) !important;
}

/* Every WordPress page/article */
article,
.page-content,
.entry,
.entry-content,
.entry-summary,
.wp-block-group,
.wp-site-blocks,
.wp-block-post-content{
  color:var(--mtb-ink) !important;
}

h1,h2,h3,h4,h5,h6,
.entry-title,
.page-title,
.woocommerce-products-header__title,
.woocommerce-loop-product__title,
.product_title,
.woocommerce-order-details__title,
.woocommerce-column__title{
  color:var(--mtb-forest-deep) !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-weight:500 !important;
}

/* Links */
a{
  color:var(--mtb-forest) !important;
}
a:hover{
  color:var(--mtb-forest-deep) !important;
}

/* HEADER / NAV */
.site-header,
header.site-header,
header{
  background:
    linear-gradient(rgba(205,220,194,.92),rgba(224,230,209,.90)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  color:var(--mtb-ink) !important;
  border-bottom:1px solid rgba(63,88,61,.16) !important;
}

.site-nav a,
.main-navigation a,
.menu a,
.nav-menu a{
  color:var(--mtb-forest-deep) !important;
}

/* FOOTER */
.site-footer,
footer,
footer.site-footer{
  background:
    linear-gradient(rgba(194,211,183,.88),rgba(214,224,199,.90)),
    url('assets/images/soft-watercolor-wash.svg') center/cover no-repeat,
    url('assets/images/watercolor-paper.svg') repeat !important;
  color:var(--mtb-ink) !important;
  border-top:1px solid rgba(63,88,61,.16) !important;
}

.site-footer a,
footer a{
  color:var(--mtb-forest-deep) !important;
}

/* ALL FORMS */
input,
select,
textarea,
button,
.wp-block-button__link{
  font-family:Georgia,"Times New Roman",serif !important;
}

input,
select,
textarea{
  color:var(--mtb-forest-deep) !important;
  background:rgba(228,235,217,.58) !important;
  border:0 !important;
  border-bottom:1px solid rgba(64,91,61,.38) !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

input::placeholder,
textarea::placeholder{
  color:#748171 !important;
  opacity:1 !important;
}

button,
.button,
.btn,
.wp-element-button,
.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"]{
  color:#344d34 !important;
  background:
    linear-gradient(rgba(190,211,181,.78),rgba(213,226,200,.74)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  border:1px solid rgba(63,91,61,.34) !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

button:hover,
.button:hover,
.btn:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover{
  background:
    linear-gradient(rgba(174,201,165,.84),rgba(203,220,192,.80)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  color:#2e472f !important;
}

/* =========================================================
   WOOCOMMERCE — SHOP / PRODUCTS
   ========================================================= */

.woocommerce,
.woocommerce-page,
.woocommerce main,
.woocommerce-page main{
  background:transparent !important;
  color:var(--mtb-ink) !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products{
  gap:24px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product,
.woocommerce-page div.product{
  background:
    linear-gradient(rgba(224,233,213,.52),rgba(232,235,216,.48)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  border:0 !important;
  border-bottom:1px solid rgba(63,88,61,.17) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  color:var(--mtb-ink) !important;
}

.woocommerce ul.products li.product{
  padding:16px !important;
}

.woocommerce ul.products li.product:hover{
  transform:none !important;
  box-shadow:none !important;
  background:
    linear-gradient(rgba(210,225,199,.60),rgba(226,232,209,.54)),
    url('assets/images/watercolor-paper.svg') repeat !important;
}

.woocommerce ul.products li.product img,
.woocommerce div.product div.images img{
  background:#dfe8d6 !important;
  border:1px solid rgba(67,92,65,.14) !important;
  box-shadow:none !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price{
  color:var(--mtb-forest-deep) !important;
  font-family:Georgia,"Times New Roman",serif !important;
}

.woocommerce span.onsale{
  background:var(--mtb-sage-deep) !important;
  color:#eef3e9 !important;
  border-radius:0 !important;
  min-height:auto !important;
  min-width:auto !important;
  padding:6px 10px !important;
  box-shadow:none !important;
}

/* Product tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs{
  padding:0 !important;
  border-bottom:1px solid var(--mtb-line) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background:rgba(207,221,197,.56) !important;
  border:0 !important;
  border-radius:0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  background:rgba(181,204,170,.70) !important;
}

/* =========================================================
   CART
   ========================================================= */

.woocommerce-cart table.cart,
.woocommerce table.shop_table{
  background:rgba(226,234,215,.52) !important;
  border:1px solid rgba(63,88,61,.16) !important;
  border-radius:0 !important;
  color:var(--mtb-ink) !important;
}

.woocommerce table.shop_table th{
  background:rgba(197,216,186,.62) !important;
  color:var(--mtb-forest-deep) !important;
}

.woocommerce table.shop_table td{
  border-color:rgba(63,88,61,.13) !important;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-checkout .woocommerce-checkout-review-order{
  background:
    linear-gradient(rgba(216,228,204,.60),rgba(231,234,216,.55)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  border:1px solid rgba(63,88,61,.16) !important;
  padding:20px !important;
  box-shadow:none !important;
}

/* =========================================================
   CHECKOUT
   ========================================================= */

.woocommerce-checkout,
.woocommerce-checkout #payment,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields{
  color:var(--mtb-ink) !important;
}

.woocommerce-checkout #payment{
  background:
    linear-gradient(rgba(213,226,201,.60),rgba(228,233,213,.60)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  border:1px solid rgba(63,88,61,.16) !important;
  border-radius:0 !important;
}

.woocommerce-checkout #payment div.payment_box{
  background:rgba(197,216,185,.52) !important;
  color:var(--mtb-ink) !important;
  border-radius:0 !important;
}

.woocommerce-checkout #payment div.payment_box::before{
  border-bottom-color:rgba(197,216,185,.52) !important;
}

.select2-container--default .select2-selection--single,
.select2-dropdown,
.select2-search__field{
  background:#dfe9d7 !important;
  border-color:rgba(63,88,61,.24) !important;
  color:var(--mtb-forest-deep) !important;
  border-radius:0 !important;
}

/* =========================================================
   WOOCOMMERCE MY ACCOUNT
   ========================================================= */

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
  background:
    linear-gradient(rgba(220,230,210,.48),rgba(231,234,216,.48)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  color:var(--mtb-ink) !important;
  border:0 !important;
  box-shadow:none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
  margin:0 !important;
  padding:0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
  list-style:none !important;
  border-bottom:1px solid rgba(63,88,61,.14) !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
  display:block;
  padding:12px 10px !important;
  color:var(--mtb-forest-deep) !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
  background:rgba(186,207,176,.56) !important;
}

/* =========================================================
   NOTICES / MESSAGES
   ========================================================= */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.mtb-notice{
  background:
    linear-gradient(rgba(212,226,201,.70),rgba(228,234,214,.70)),
    url('assets/images/watercolor-paper.svg') repeat !important;
  color:var(--mtb-ink) !important;
  border:0 !important;
  border-left:3px solid var(--mtb-sage-deep) !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.woocommerce-error{
  border-left-color:#8d625a !important;
}

/* =========================================================
   SEARCH / ARCHIVE / BLOG / POLICY / FAQ / CONTACT
   ========================================================= */

.entry,
.post,
.type-page,
.type-post,
.search-results article,
.archive article,
.mtb-policy-card,
.mtb-refund-form,
.faq-preview details,
.contact-form,
.wp-block-search{
  background:rgba(224,232,213,.24) !important;
  border:0 !important;
  border-bottom:1px solid rgba(63,88,61,.15) !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.wp-block-separator,
hr{
  border-color:rgba(63,88,61,.18) !important;
}

/* =========================================================
   TABLES / GENERIC BLOCKS
   ========================================================= */

table{
  background:rgba(224,232,213,.44) !important;
  color:var(--mtb-ink) !important;
  border-color:rgba(63,88,61,.16) !important;
}
th{
  background:rgba(194,213,184,.56) !important;
  color:var(--mtb-forest-deep) !important;
}
td,th{
  border-color:rgba(63,88,61,.13) !important;
}

/* =========================================================
   SIDEBARS / WIDGETS
   ========================================================= */

.widget,
.sidebar,
.widget-area{
  background:rgba(221,230,210,.26) !important;
  color:var(--mtb-ink) !important;
  border:0 !important;
  box-shadow:none !important;
}

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

@media(max-width:760px){
  .woocommerce ul.products li.product{
    padding:12px !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content{
    width:100% !important;
    float:none !important;
  }
}


/* v34 — GLOBAL TEXT VISIBILITY FIX */
:root{
  --mtb-readable:#263a2b;
  --mtb-readable-soft:#46594a;
  --mtb-readable-muted:#59695c;
}

html,body,
body p, body li, body label, body span,
.site-main, .entry-content, .entry-summary,
.woocommerce, .woocommerce-page{
  color:var(--mtb-readable-soft) !important;
}

h1,h2,h3,h4,h5,h6,
.entry-title,.page-title,
.section-title,.display,
.product_title,
.woocommerce-loop-product__title,
.woocommerce-products-header__title{
  color:var(--mtb-readable) !important;
}

.site-nav a,.main-navigation a,.menu a,.nav-menu a,
.site-header a,.site-footer a,
.woocommerce a{
  color:#304d35 !important;
}

small,
.eyebrow,
.mtb-booking-kicker,
.mtb-service-choice-copy small,
.mtb-total-note,
.mtb-consent-intro,
.mtb-sensitive-note,
.mtb-license-line,
.woocommerce-result-count,
.woocommerce-product-details__short-description{
  color:var(--mtb-readable-muted) !important;
  opacity:1 !important;
}

/* BOOKING PLUGIN */
.mtb-booking-shell,
.mtb-booking-shell p,
.mtb-booking-shell label,
.mtb-booking-shell span,
.mtb-booking-shell small,
.mtb-step-content,
.mtb-step-content p{
  color:#405445 !important;
}

.mtb-booking-shell h2,
.mtb-booking-shell h3,
.mtb-booking-shell h4,
.mtb-service-choice-copy strong{
  color:#263e2c !important;
}

.mtb-step-number{
  color:#617663 !important;
}

.mtb-field-pair label>span,
.mtb-full-field>span,
.mtb-equipment-question{
  color:#405845 !important;
}

input,select,textarea,
.woocommerce input,
.woocommerce select,
.woocommerce textarea{
  color:#253a2a !important;
  background:rgba(225,234,215,.72) !important;
  border-bottom:1px solid rgba(46,72,48,.52) !important;
}

input::placeholder,
textarea::placeholder{
  color:#657568 !important;
  opacity:1 !important;
}

/* SHOP / CART / CHECKOUT */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-Price-amount,
.amount{
  color:#294c31 !important;
  opacity:1 !important;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-checkout label,
.woocommerce-checkout p,
.woocommerce-checkout span{
  color:#304535 !important;
}

.woocommerce-checkout #payment,
.woocommerce-checkout #payment p,
.woocommerce-checkout #payment label{
  color:#304535 !important;
}

/* Buttons must remain readable */
button,.button,.btn,
.wp-element-button,
.wp-block-button__link,
input[type="submit"]{
  color:#263f2d !important;
  font-weight:600 !important;
}

/* Validation errors stay obviously red */
.mtb-error-message,
.mtb-form-error-banner,
.woocommerce-error{
  color:#8a3030 !important;
}

/* Prevent opacity/fade effects from making text unreadable */
.reveal.is-visible{
  opacity:1 !important;
}


/* v36 — HIGH-CONTRAST TEXT ON EVERY PUBLIC PAGE */
:root{
  --mtb-v36-ink:#203726;
  --mtb-v36-body:#334838;
  --mtb-v36-muted:#506153;
  --mtb-v36-link:#285933;
}

html,body,.site,.site-main,.entry-content,.entry-summary,.page-content,
.woocommerce,.woocommerce-page{
  color:var(--mtb-v36-body)!important;
}

body p,body li,body label,body legend,body td,body th,
body figcaption,body blockquote,body address,body dl,body dd,body dt,
body span:not(.screen-reader-text){
  opacity:1!important;
}

body p,body li,body label,body legend,body td,body th,
body figcaption,body blockquote,body address,
.entry-content,.entry-summary,
.woocommerce,.woocommerce p,.woocommerce label,.woocommerce td,.woocommerce th{
  color:var(--mtb-v36-body)!important;
}

h1,h2,h3,h4,h5,h6,
.entry-title,.page-title,.section-title,.display,
.product_title,.woocommerce-loop-product__title,
.woocommerce-products-header__title{
  color:var(--mtb-v36-ink)!important;
  opacity:1!important;
}

small,.eyebrow,.mtb-booking-kicker,
.mtb-service-choice-copy small,.mtb-total-note,
.mtb-consent-intro,.mtb-sensitive-note,.mtb-license-line,
.woocommerce-result-count,.woocommerce-product-details__short-description{
  color:var(--mtb-v36-muted)!important;
  opacity:1!important;
}

a,.site-nav a,.main-navigation a,.menu a,.nav-menu a,
.site-header a,.site-footer a,.woocommerce a{
  color:var(--mtb-v36-link)!important;
  opacity:1!important;
}

input,select,textarea,
.woocommerce input,.woocommerce select,.woocommerce textarea{
  color:#1d3123!important;
  background:rgba(226,235,216,.9)!important;
  border-color:rgba(44,70,47,.58)!important;
  opacity:1!important;
}

input::placeholder,textarea::placeholder{
  color:#59695c!important;
  opacity:1!important;
}

button,.button,.btn,.wp-element-button,.wp-block-button__link,
input[type="submit"],input[type="button"]{
  background:#526d50!important;
  border-color:#3e5941!important;
  color:#f5f1e4!important;
  font-weight:700!important;
  opacity:1!important;
  text-shadow:none!important;
}

button:hover,.button:hover,.btn:hover,.wp-element-button:hover,
.wp-block-button__link:hover,input[type="submit"]:hover,input[type="button"]:hover{
  background:#405b43!important;
  color:#fffaf0!important;
}

.woocommerce-Price-amount,.amount,.price,
.mtb-service-rate,.mtb-live-total-equation b,.mtb-grand-total b{
  color:#234b2e!important;
  opacity:1!important;
}

.woocommerce-message,.woocommerce-info{color:#2a4230!important}
.woocommerce-error,.mtb-form-error-banner,.mtb-required-message,.mtb-error-message{
  color:#8b2525!important;
  opacity:1!important;
}

.reveal.is-visible,.reveal.visible,.is-visible{opacity:1!important}

.mtb-booking-shell,
.mtb-booking-shell p,.mtb-booking-shell label,
.mtb-booking-shell span,.mtb-booking-shell small{
  color:#334838!important;
  opacity:1!important;
}
.mtb-booking-shell h2,.mtb-booking-shell h3,
.mtb-booking-shell h4,.mtb-booking-shell strong{
  color:#203726!important;
  opacity:1!important;
}
