/* Structure autonome du header et du footer. */
.vvv-mariyabeautytheme-hf-header{position:fixed;left:0;right:0;z-index:9990;transition:height .2s,background .2s}
.vvv-mariyabeautytheme-hf-header a,.vvv-mariyabeautytheme-hf-footer a{text-decoration:none}
.vvv-mariyabeautytheme-hf-logo{display:inline-flex}
.vvv-mariyabeautytheme-hf-nav{display:flex}
.vvv-mariyabeautytheme-hf-menu-toggle{display:none;border:1px solid var(--vvv-hf-line);border-radius:50%;background:#ffffff;color:var(--vvv-hf-ink)}
.vvv-mariyabeautytheme-hf-menu-toggle span{display:block;height:2px;background:currentColor;margin:5px auto;transition:transform .2s}
.vvv-mariyabeautytheme-hf-menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.vvv-mariyabeautytheme-hf-menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.vvv-mariyabeautytheme-hf-mobile{position:fixed;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s,visibility .2s}
.vvv-mariyabeautytheme-hf-mobile.is-open{visibility:visible;opacity:1;pointer-events:auto}
body.vvv-mariyabeautytheme-v10-menu-open{overflow:hidden}
/* Le panneau fixe ne doit pas être enfermé par le backdrop-filter du header. */
.vvv-mariyabeautytheme-hf-header:has(.vvv-mariyabeautytheme-hf-mobile.is-open){backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.vvv-mariyabeautytheme-hf-header:has(.vvv-mariyabeautytheme-hf-mobile.is-open) .vvv-mariyabeautytheme-hf-actions{z-index:9991}
.vvv-mariyabeautytheme-hf-mobile-logo,.vvv-mariyabeautytheme-hf-footer-logo{display:inline-flex;flex-direction:column;gap:12px}
.vvv-mariyabeautytheme-hf-footer-shell{margin-inline:auto}
.vvv-mariyabeautytheme-hf-footer-links{display:grid}
.vvv-mariyabeautytheme-hf-footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:0}
.vvv-mariyabeautytheme-hf-footer-links small{font:700 10px/1.4 var(--vvv-hf-ui);text-transform:uppercase;letter-spacing:.12em;color:var(--vvv-hf-hot)}
.vvv-mariyabeautytheme-hf-footer-bottom{display:flex;justify-content:space-between;gap:20px;font:400 11px/1.6 var(--vvv-hf-ui);color:var(--vvv-hf-copy)}
.vvv-mariyabeautytheme-skip-link{position:fixed;left:16px;top:-100px;z-index:100000;padding:12px;background:#ffffff;color:#31272f}
.vvv-mariyabeautytheme-skip-link:focus{top:12px}
.vvv-mariyabeautytheme-hf-header :focus-visible,.vvv-mariyabeautytheme-hf-footer :focus-visible{outline:2px solid var(--vvv-hf-hot);outline-offset:4px}
/* ============================================================
   MARIYABEAUTY V10.1 — HEADER / FOOTER / FLOATING BOOKING CTA
   Toutes les classes custom restent préfixées vvv-mariyabeautytheme-
   ============================================================ */

:root{
  --vvv-hf-bg:#fff5fb;
  --vvv-hf-white:#ffffff;
  --vvv-hf-blush:#fff5fb;
  --vvv-hf-pink:#fecfe7;
  --vvv-hf-hot:#fb7bbf;
  --vvv-hf-deep:#31272f;
  --vvv-hf-butter:#fff0aa;
  --vvv-hf-ink:#31272f;
  --vvv-hf-copy:#31272f;
  --vvv-hf-line:rgba(49,39,47,.12);
  --vvv-hf-display:var(--mb10-display,"Bodoni Moda",serif);
  --vvv-hf-script:var(--mb10-script,"Italianno",cursive);
  --vvv-hf-ui:var(--mb10-ui,"Montserrat",Arial,sans-serif);
}

/* ---------- HEADER ---------- */
.vvv-mariyabeautytheme-hf-header,
.vvv-mariyabeautytheme-hf-header *{
  box-sizing:border-box;
}

.vvv-mariyabeautytheme-hf-header{
  top:0!important;
  height:88px!important;
  overflow:visible!important;
  background:rgba(255,245,251,.88)!important;
  border-bottom:1px solid rgba(255,255,255,.86)!important;
  box-shadow:none!important;
  backdrop-filter:blur(24px) saturate(165%)!important;
  -webkit-backdrop-filter:blur(24px) saturate(165%)!important;
}

.vvv-mariyabeautytheme-hf-header.is-scrolled{
  height:76px!important;
  background:rgba(255,245,251,.965)!important;
  border-color:var(--vvv-hf-line)!important;
  box-shadow:0 14px 42px rgba(49,39,47,.07)!important;
}

body.admin-bar .vvv-mariyabeautytheme-hf-header{
  top:32px!important;
}

.vvv-mariyabeautytheme-hf-header-inner{
  width:min(1640px,calc(100% - 48px))!important;
  max-width:none!important;
  height:100%!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(192px,auto) minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:clamp(18px,2vw,36px)!important;
}

/* logo */
.vvv-mariyabeautytheme-hf-logo{
  gap:7px!important;
  align-items:flex-end!important;
  min-width:0;
  white-space:nowrap;
  position:relative;
  z-index:2;
}

.vvv-mariyabeautytheme-hf-logo span{
  font:400 44px/.76 var(--vvv-hf-script)!important;
  color:var(--vvv-hf-deep)!important;
  letter-spacing:.005em!important;
}

.vvv-mariyabeautytheme-hf-logo b{
  font:400 18px/.9 var(--vvv-hf-display)!important;
  color:var(--vvv-hf-ink)!important;
  letter-spacing:.14em!important;
}

.vvv-mariyabeautytheme-hf-logo i{
  width:16px;
  height:16px;
  margin:0 0 1px 1px!important;
  display:grid;
  place-items:center;
}

.vvv-mariyabeautytheme-hf-logo i svg{
  width:13px;height:13px;
  fill:none;
  stroke:var(--vvv-hf-hot);
  stroke-width:1.5;
}

/* desktop nav */
.vvv-mariyabeautytheme-hf-nav{
  min-width:0;
  width:100%;
  justify-content:center!important;
  align-items:center;
  gap:clamp(14px,1.45vw,26px)!important;
  white-space:nowrap;
}

.vvv-mariyabeautytheme-hf-nav a{
  flex:0 0 auto;
  font:600 10px/1 var(--vvv-hf-ui)!important;
  letter-spacing:.055em!important;
  color:var(--vvv-hf-ink)!important;
}

/* actions */
.vvv-mariyabeautytheme-hf-actions{
  min-width:max-content;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  position:relative;
  z-index:3;
}

.vvv-mariyabeautytheme-hf-instagram{
  height:44px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid var(--vvv-hf-line);
  border-radius:999px;
  color:var(--vvv-hf-ink);
  background:rgba(255,255,255,.75);
  text-decoration:none;
  font:600 9px/1 var(--vvv-hf-ui);
  letter-spacing:.04em;
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}

.vvv-mariyabeautytheme-hf-instagram:hover{
  transform:translateY(-2px);
  background:#ffffff;
  border-color:rgba(251,123,191,.3);
}

.vvv-mariyabeautytheme-hf-instagram svg{
  width:17px;height:17px;
  fill:none;
  stroke:var(--vvv-hf-hot);
  stroke-width:1.55;
  flex:0 0 auto;
}

.vvv-mariyabeautytheme-hf-lang{
  flex:0 0 auto;
  max-width:102px!important;
}

.vvv-mariyabeautytheme-hf-lang .gtranslate_wrapper,
.vvv-mariyabeautytheme-hf-lang .gt_switcher,
.vvv-mariyabeautytheme-hf-lang select{
  max-width:102px!important;
}

.vvv-mariyabeautytheme-hf-lang select{
  min-height:42px!important;
  padding:0 26px 0 11px!important;
  border:1px solid var(--vvv-hf-line)!important;
  border-radius:999px!important;
  background:#ffffff!important;
  color:var(--vvv-hf-ink)!important;
  font:600 9px/1 var(--vvv-hf-ui)!important;
}

/* heart booking */
.vvv-mariyabeautytheme-hf-book{
  height:44px!important;
  padding:0 17px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border:1px solid var(--vvv-hf-hot)!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#fecfe7,#fb7bbf)!important;
  color:#31272f!important;
  box-shadow:0 12px 30px rgba(251,123,191,.19)!important;
  white-space:nowrap;
}

.vvv-mariyabeautytheme-hf-book .vvv-mariyabeautytheme-hf-heart{
  width:15px!important;
  height:15px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.65!important;
}

.vvv-mariyabeautytheme-hf-book-label{
  font:700 10px/1 var(--vvv-hf-ui);
  letter-spacing:.055em;
}

.vvv-mariyabeautytheme-hf-book:hover{
  transform:translateY(-2px);
  background:var(--vvv-hf-ink)!important;
  border-color:var(--vvv-hf-ink)!important;
}

/* burger */
.vvv-mariyabeautytheme-hf-menu-toggle{
  position:relative;
  z-index:9993;
  flex:0 0 44px;
  width:44px!important;
  height:44px!important;
  padding:0!important;
  cursor:pointer;
  align-items:center;
  justify-content:center;
}

.vvv-mariyabeautytheme-hf-menu-toggle span{
  width:17px!important;
}

/* mobile overlay */
.vvv-mariyabeautytheme-hf-mobile{
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:100%!important;
  height:100dvh!important;
  max-height:100dvh!important;
  overflow:hidden!important;
  z-index:9989!important;
  background:
    radial-gradient(circle at 90% 12%,rgba(255,240,170,.40),transparent 22%),
    radial-gradient(circle at 15% 80%,rgba(254,207,231,.24),transparent 28%),
    #fff5fb!important;
}

body.admin-bar .vvv-mariyabeautytheme-hf-mobile{
  top:32px!important;
  height:calc(100dvh - 32px)!important;
}

.vvv-mariyabeautytheme-hf-mobile-inner{
  width:min(920px,calc(100% - 40px))!important;
  height:100%!important;
  margin:auto!important;
  padding:calc(112px + env(safe-area-inset-top)) 0 max(28px,env(safe-area-inset-bottom))!important;
  display:flex!important;
  flex-direction:column!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}

.vvv-mariyabeautytheme-hf-mobile-top{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:28px;
}

.vvv-mariyabeautytheme-hf-mobile-logo{
  margin:0!important;
}

.vvv-mariyabeautytheme-hf-mobile-logo span{
  font:400 clamp(46px,9vw,68px)/.76 var(--vvv-hf-script)!important;
  color:var(--vvv-hf-deep)!important;
}

.vvv-mariyabeautytheme-hf-mobile-logo b{
  font:400 clamp(17px,3.8vw,25px)/1 var(--vvv-hf-display)!important;
  letter-spacing:.12em!important;
}

.vvv-mariyabeautytheme-hf-mobile-lang select{
  max-width:112px!important;
  min-height:42px!important;
  border:1px solid var(--vvv-hf-line)!important;
  border-radius:999px!important;
  background:#ffffff!important;
  color:var(--vvv-hf-ink)!important;
  font:600 9px/1 var(--vvv-hf-ui)!important;
}

.vvv-mariyabeautytheme-hf-mobile-nav{
  display:flex!important;
  flex-direction:column!important;
}

.vvv-mariyabeautytheme-hf-mobile-nav a{
  min-height:72px;
  display:grid!important;
  grid-template-columns:42px 1fr!important;
  gap:14px!important;
  align-items:center!important;
  padding:0!important;
  border-bottom:1px solid var(--vvv-hf-line)!important;
  color:var(--vvv-hf-ink)!important;
  text-decoration:none!important;
}

.vvv-mariyabeautytheme-hf-mobile-nav small{
  font:700 9px/1 var(--vvv-hf-ui)!important;
  color:var(--vvv-hf-hot)!important;
  letter-spacing:.13em!important;
}

.vvv-mariyabeautytheme-hf-mobile-nav span{
  font:400 clamp(34px,7vw,56px)/1 var(--vvv-hf-display)!important;
  letter-spacing:-.02em!important;
}

.vvv-mariyabeautytheme-hf-mobile-foot{
  margin-top:auto!important;
  padding-top:28px!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:12px!important;
  align-items:center!important;
}

.vvv-mariyabeautytheme-hf-mobile-instagram{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  color:var(--vvv-hf-ink)!important;
  text-decoration:none!important;
  font:600 10px/1.2 var(--vvv-hf-ui)!important;
}

.vvv-mariyabeautytheme-hf-mobile-instagram svg{
  width:18px;height:18px;
  fill:none;stroke:var(--vvv-hf-hot);stroke-width:1.55;
}

.vvv-mariyabeautytheme-hf-mobile-book{
  min-height:50px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  border-radius:999px!important;
  background:var(--vvv-hf-hot)!important;
  color:#ffffff!important;
}

.vvv-mariyabeautytheme-hf-mobile-book svg{
  width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.6;
}

/* ---------- FOOTER ---------- */
.vvv-mariyabeautytheme-hf-footer{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 88% 12%,rgba(255,240,170,.42),transparent 18%),
    radial-gradient(circle at 12% 24%,rgba(254,207,231,.20),transparent 23%),
    linear-gradient(180deg,#ffffff,#fff5fb 66%,#fff5fb)!important;
  border-top:1px solid var(--vvv-hf-line)!important;
  color:var(--vvv-hf-ink)!important;
}

.vvv-mariyabeautytheme-hf-footer-glow{
  position:absolute;
  width:480px;height:480px;
  right:-180px;top:80px;
  border-radius:50%;
  background:rgba(254,207,231,.16);
  filter:blur(20px);
  pointer-events:none;
}

.vvv-mariyabeautytheme-hf-footer-shell{
  position:relative;
  z-index:2;
  width:min(1540px,calc(100% - 64px))!important;
  padding:94px 0 24px!important;
}

.vvv-mariyabeautytheme-hf-footer-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:40px;
  align-items:end;
  padding-bottom:68px;
  border-bottom:1px solid var(--vvv-hf-line);
}

.vvv-mariyabeautytheme-hf-footer-cta-copy p{
  margin:0 0 14px;
  color:var(--vvv-hf-hot);
  font:700 9px/1 var(--vvv-hf-ui);
  letter-spacing:.18em;
  text-transform:uppercase;
}

.vvv-mariyabeautytheme-hf-footer-cta-copy h2{
  max-width:850px;
  margin:0;
  font:400 clamp(54px,5.6vw,96px)/.98 var(--vvv-hf-display)!important;
  letter-spacing:-.025em!important;
}

.vvv-mariyabeautytheme-hf-footer-cta-copy h2 em{
  font:400 .82em/1 var(--vvv-hf-script)!important;
  color:var(--vvv-hf-hot)!important;
}

.vvv-mariyabeautytheme-hf-footer-book{
  min-width:300px;
  min-height:72px;
  padding:0 12px 0 25px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border:1px solid rgba(251,123,191,.22);
  border-radius:999px;
  background:linear-gradient(180deg,#fecfe7,#fb7bbf);
  color:#31272f;
  text-decoration:none;
  box-shadow:0 22px 55px rgba(251,123,191,.22);
  transition:transform .3s ease,box-shadow .3s ease;
}

.vvv-mariyabeautytheme-hf-footer-book:hover{
  transform:translateY(-4px);
  box-shadow:0 28px 66px rgba(251,123,191,.27);
}

.vvv-mariyabeautytheme-hf-footer-book>span{
  display:flex;
  align-items:center;
  gap:9px;
  font:700 11px/1 var(--vvv-hf-ui);
  letter-spacing:.04em;
}

.vvv-mariyabeautytheme-hf-footer-book>span svg{
  width:16px;height:16px;
  fill:none;stroke:currentColor;stroke-width:1.6;
}

.vvv-mariyabeautytheme-hf-footer-book>i{
  width:48px;height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.20);
}

.vvv-mariyabeautytheme-hf-footer-book>i svg{
  width:19px;height:19px;
  fill:none;stroke:currentColor;stroke-width:1.7;
}

.vvv-mariyabeautytheme-hf-footer-main{
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(500px,1.1fr);
  gap:clamp(60px,8vw,140px);
  align-items:start;
  padding:66px 0 32px;
}

.vvv-mariyabeautytheme-hf-footer-logo{
  margin:0 0 24px!important;
}

.vvv-mariyabeautytheme-hf-footer-logo span{
  font:400 clamp(72px,7.8vw,126px)/.72 var(--vvv-hf-script)!important;
  color:var(--vvv-hf-deep)!important;
}

.vvv-mariyabeautytheme-hf-footer-logo b{
  font:400 clamp(31px,3.5vw,56px)/.9 var(--vvv-hf-display)!important;
  letter-spacing:.09em!important;
}

.vvv-mariyabeautytheme-hf-footer-tagline{
  max-width:480px;
  margin:0 0 30px;
  color:var(--vvv-hf-copy);
  font:400 13px/1.8 var(--vvv-hf-ui);
}

.vvv-mariyabeautytheme-hf-footer-instagram{
  display:inline-flex;
  align-items:center;
  gap:13px;
  color:var(--vvv-hf-ink);
  text-decoration:none;
}

.vvv-mariyabeautytheme-hf-footer-instagram-icon{
  width:46px;height:46px;
  display:grid;place-items:center;
  border:1px solid var(--vvv-hf-line);
  border-radius:50%;
  background:#ffffff;
}

.vvv-mariyabeautytheme-hf-footer-instagram-icon svg{
  width:20px;height:20px;
  fill:none;stroke:var(--vvv-hf-hot);stroke-width:1.55;
}

.vvv-mariyabeautytheme-hf-footer-instagram small{
  display:block;
  color:var(--vvv-hf-copy);
  font:600 9px/1.2 var(--vvv-hf-ui);
  letter-spacing:.11em;
  text-transform:uppercase;
}

.vvv-mariyabeautytheme-hf-footer-instagram strong{
  display:block;
  margin-top:4px;
  font:600 13px/1.2 var(--vvv-hf-ui);
}

.vvv-mariyabeautytheme-hf-footer-links{
  grid-template-columns:repeat(3,1fr)!important;
  gap:36px!important;
  padding:10px 0 0!important;
  border:0!important;
}

.vvv-mariyabeautytheme-hf-footer-links small{
  margin-bottom:13px!important;
}

.vvv-mariyabeautytheme-hf-footer-links a{
  font-size:12px!important;
  transition:color .22s ease,transform .22s ease;
}

.vvv-mariyabeautytheme-hf-footer-links a:hover{
  color:var(--vvv-hf-hot)!important;
  transform:translateX(3px);
}

.vvv-mariyabeautytheme-hf-footer-word{
  position:relative;
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:clamp(10px,2vw,28px);
  margin:30px 0 36px;
  white-space:nowrap;
  overflow:visible;
}

.vvv-mariyabeautytheme-hf-footer-word span{
  font:400 clamp(96px,15vw,235px)/.70 var(--vvv-hf-script);
  color:#a71668;
  letter-spacing:-.02em;
}

.vvv-mariyabeautytheme-hf-footer-word b{
  font:500 clamp(74px,12vw,190px)/.75 var(--vvv-hf-display);
  color:#fecfe7;
  letter-spacing:-.025em;
}

.vvv-mariyabeautytheme-hf-footer-word i{
  width:clamp(28px,3vw,48px);
  aspect-ratio:1;
  position:absolute;
  right:3%;
  top:5%;
}

.vvv-mariyabeautytheme-hf-footer-word i svg{
  width:100%;height:100%;
  fill:none;stroke:var(--vvv-hf-hot);stroke-width:1.15;
}

.vvv-mariyabeautytheme-hf-footer-bottom{
  padding-top:22px!important;
  border-top:1px solid var(--vvv-hf-line)!important;
}

/* ---------- FLOATING BOOKING CTA ---------- */
.vvv-mariyabeautytheme-hf-floating-book{
  position:fixed;
  right:max(22px,env(safe-area-inset-right));
  bottom:max(22px,env(safe-area-inset-bottom));
  z-index:9978;
  display:flex;
  align-items:center;
  gap:7px;
  opacity:0;
  visibility:hidden;
  transform:translateY(24px) scale(.96);
  pointer-events:none;
  transition:opacity .34s ease,transform .34s cubic-bezier(.2,.8,.2,1),visibility .34s;
}

.vvv-mariyabeautytheme-hf-floating-book.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
  pointer-events:auto;
}

.vvv-mariyabeautytheme-hf-floating-book-link{
  min-height:70px;
  padding:8px 9px 8px 12px;
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid rgba(255,255,255,.74);
  border-radius:999px;
  background:rgba(255,245,251,.90);
  color:var(--vvv-hf-ink);
  text-decoration:none;
  box-shadow:0 22px 60px rgba(49,39,47,.18);
  backdrop-filter:blur(22px) saturate(170%);
  -webkit-backdrop-filter:blur(22px) saturate(170%);
}

.vvv-mariyabeautytheme-hf-floating-book-heart{
  width:48px;height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(180deg,#fecfe7,#fb7bbf);
  color:#31272f;
  flex:0 0 auto;
}

.vvv-mariyabeautytheme-hf-floating-book-heart svg{
  width:19px;height:19px;
  fill:none;stroke:currentColor;stroke-width:1.65;
}

.vvv-mariyabeautytheme-hf-floating-book-copy{
  min-width:0;
}

.vvv-mariyabeautytheme-hf-floating-book-copy small{
  display:block;
  color:var(--vvv-hf-copy);
  font:600 8px/1.2 var(--vvv-hf-ui);
  letter-spacing:.11em;
  text-transform:uppercase;
}

.vvv-mariyabeautytheme-hf-floating-book-copy strong{
  display:block;
  margin-top:4px;
  white-space:nowrap;
  font:600 13px/1.1 var(--vvv-hf-ui);
}

.vvv-mariyabeautytheme-hf-floating-book-arrow{
  width:42px;height:42px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#ffffff;
  color:var(--vvv-hf-hot);
  flex:0 0 auto;
}

.vvv-mariyabeautytheme-hf-floating-book-arrow svg{
  width:18px;height:18px;
  fill:none;stroke:currentColor;stroke-width:1.7;
}

.vvv-mariyabeautytheme-hf-floating-book-close{
  width:36px;height:36px;
  padding:0;
  border:1px solid rgba(255,255,255,.74);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,245,251,.90);
  color:var(--vvv-hf-ink);
  box-shadow:0 14px 36px rgba(49,39,47,.13);
  backdrop-filter:blur(20px);
  cursor:pointer;
}

.vvv-mariyabeautytheme-hf-floating-book-close svg{
  width:15px;height:15px;
  fill:none;stroke:currentColor;stroke-width:1.7;
  stroke-linecap:round;
}

/* ---------- RESPONSIVE HEADER ---------- */
@media(max-width:1380px) and (min-width:1121px){
  .vvv-mariyabeautytheme-hf-header-inner{
    width:calc(100% - 34px)!important;
    gap:18px!important;
  }
  .vvv-mariyabeautytheme-hf-nav{
    gap:14px!important;
  }
  .vvv-mariyabeautytheme-hf-nav a{
    font-size:9px!important;
  }
  .vvv-mariyabeautytheme-hf-instagram{
    width:44px;
    padding:0;
    justify-content:center;
  }
  .vvv-mariyabeautytheme-hf-instagram span{
    display:none;
  }
  .vvv-mariyabeautytheme-hf-lang{
    max-width:88px!important;
  }
  .vvv-mariyabeautytheme-hf-lang .gtranslate_wrapper,
  .vvv-mariyabeautytheme-hf-lang .gt_switcher,
  .vvv-mariyabeautytheme-hf-lang select{
    max-width:88px!important;
  }
}

@media(max-width:1120px){
  .vvv-mariyabeautytheme-hf-nav{
    display:none!important;
  }

  .vvv-mariyabeautytheme-hf-menu-toggle{
    display:block!important;
  }

  .vvv-mariyabeautytheme-hf-header-inner{
    grid-template-columns:auto 1fr auto!important;
  }

  .vvv-mariyabeautytheme-hf-actions{
    grid-column:3!important;
  }

  .vvv-mariyabeautytheme-hf-instagram{
    width:44px;
    padding:0;
    justify-content:center;
  }

  .vvv-mariyabeautytheme-hf-instagram span{
    display:none;
  }
}

@media(max-width:860px){
  .vvv-mariyabeautytheme-hf-header,
  .vvv-mariyabeautytheme-hf-header.is-scrolled{
    height:72px!important;
  }

  .vvv-mariyabeautytheme-hf-header-inner{
    width:calc(100% - 24px)!important;
    gap:7px!important;
  }

  .vvv-mariyabeautytheme-hf-logo span{
    font-size:35px!important;
  }

  .vvv-mariyabeautytheme-hf-logo b{
    font-size:14px!important;
  }

  .vvv-mariyabeautytheme-hf-lang{
    display:none!important;
  }

  .vvv-mariyabeautytheme-hf-book{
    width:44px!important;
    padding:0!important;
  }

  .vvv-mariyabeautytheme-hf-book-label{
    display:none!important;
  }

  .vvv-mariyabeautytheme-hf-footer-main{
    grid-template-columns:1fr!important;
    gap:52px;
  }

  .vvv-mariyabeautytheme-hf-footer-cta{
    grid-template-columns:1fr!important;
    align-items:start;
  }

  .vvv-mariyabeautytheme-hf-footer-book{
    min-width:0;
    width:min(100%,360px);
  }

  .vvv-mariyabeautytheme-hf-footer-links{
    grid-template-columns:repeat(3,1fr)!important;
  }

  .vvv-mariyabeautytheme-hf-footer-word{
    display:block;
    text-align:center;
  }

  .vvv-mariyabeautytheme-hf-footer-word span,
  .vvv-mariyabeautytheme-hf-footer-word b{
    display:block;
  }
}

@media screen and (max-width:782px){
  body.admin-bar .vvv-mariyabeautytheme-hf-header{
    top:46px!important;
  }
  body.admin-bar .vvv-mariyabeautytheme-hf-mobile{
    top:46px!important;
    height:calc(100dvh - 46px)!important;
  }
}

@media(max-width:640px){
  .vvv-mariyabeautytheme-hf-header-inner{
    grid-template-columns:minmax(0,1fr) auto!important;
  }

  .vvv-mariyabeautytheme-hf-actions{
    grid-column:2!important;
  }

  .vvv-mariyabeautytheme-hf-logo{
    max-width:calc(100vw - 162px);
  }

  .vvv-mariyabeautytheme-hf-logo span{
    font-size:32px!important;
  }

  .vvv-mariyabeautytheme-hf-logo b{
    font-size:12px!important;
    letter-spacing:.10em!important;
  }

  .vvv-mariyabeautytheme-hf-logo i{
    display:none;
  }

  .vvv-mariyabeautytheme-hf-instagram,
  .vvv-mariyabeautytheme-hf-book,
  .vvv-mariyabeautytheme-hf-menu-toggle{
    width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
  }

  .vvv-mariyabeautytheme-hf-mobile-inner{
    width:calc(100% - 28px)!important;
    padding-top:calc(94px + env(safe-area-inset-top))!important;
  }

  .vvv-mariyabeautytheme-hf-mobile-top{
    align-items:center;
    margin-bottom:22px;
  }

  .vvv-mariyabeautytheme-hf-mobile-logo span{
    font-size:46px!important;
  }

  .vvv-mariyabeautytheme-hf-mobile-logo b{
    font-size:17px!important;
  }

  .vvv-mariyabeautytheme-hf-mobile-nav a{
    min-height:61px;
  }

  .vvv-mariyabeautytheme-hf-mobile-nav span{
    font-size:clamp(30px,8.7vw,40px)!important;
  }

  .vvv-mariyabeautytheme-hf-mobile-foot{
    grid-template-columns:1fr!important;
  }

  .vvv-mariyabeautytheme-hf-mobile-book{
    justify-content:center;
    min-height:52px!important;
  }

  .vvv-mariyabeautytheme-hf-footer-shell{
    width:calc(100% - 28px)!important;
    padding-top:72px!important;
  }

  .vvv-mariyabeautytheme-hf-footer-cta{
    padding-bottom:54px;
  }

  .vvv-mariyabeautytheme-hf-footer-cta-copy h2{
    font-size:clamp(46px,13vw,64px)!important;
  }

  .vvv-mariyabeautytheme-hf-footer-book{
    min-height:64px;
    width:100%;
  }

  .vvv-mariyabeautytheme-hf-footer-main{
    padding-top:54px;
  }

  .vvv-mariyabeautytheme-hf-footer-logo span{
    font-size:82px!important;
  }

  .vvv-mariyabeautytheme-hf-footer-logo b{
    font-size:33px!important;
  }

  .vvv-mariyabeautytheme-hf-footer-links{
    grid-template-columns:1fr 1fr!important;
    gap:34px 18px!important;
  }

  .vvv-mariyabeautytheme-hf-footer-links>div:last-child{
    grid-column:1/-1;
  }

  .vvv-mariyabeautytheme-hf-footer-word{
    margin:14px -10px 26px;
    overflow:hidden;
  }

  .vvv-mariyabeautytheme-hf-footer-word span{
    font-size:clamp(86px,28vw,124px);
  }

  .vvv-mariyabeautytheme-hf-footer-word b{
    font-size:clamp(64px,22vw,94px);
  }

  .vvv-mariyabeautytheme-hf-footer-word i{
    display:none;
  }

  .vvv-mariyabeautytheme-hf-footer-bottom{
    flex-direction:column!important;
    gap:7px!important;
  }

  /* CTA fixe devient une barre compacte mobile */
  .vvv-mariyabeautytheme-hf-floating-book{
    left:max(10px,env(safe-area-inset-left));
    right:max(10px,env(safe-area-inset-right));
    bottom:max(10px,env(safe-area-inset-bottom));
    gap:6px;
  }

  .vvv-mariyabeautytheme-hf-floating-book-link{
    flex:1 1 auto;
    min-width:0;
    min-height:60px;
    padding:6px 7px 6px 8px;
  }

  .vvv-mariyabeautytheme-hf-floating-book-heart{
    width:44px;height:44px;
  }

  .vvv-mariyabeautytheme-hf-floating-book-copy{
    flex:1 1 auto;
    min-width:0;
  }

  .vvv-mariyabeautytheme-hf-floating-book-copy strong{
    font-size:11px;
    white-space:normal;
  }

  .vvv-mariyabeautytheme-hf-floating-book-copy small{
    font-size:7px;
  }

  .vvv-mariyabeautytheme-hf-floating-book-arrow{
    width:38px;height:38px;
  }

  .vvv-mariyabeautytheme-hf-floating-book-close{
    width:34px;height:34px;
    flex:0 0 34px;
  }
}

@media(max-width:390px){
  .vvv-mariyabeautytheme-hf-header-inner{
    width:calc(100% - 18px)!important;
  }

  .vvv-mariyabeautytheme-hf-logo span{
    font-size:29px!important;
  }

  .vvv-mariyabeautytheme-hf-logo b{
    font-size:10px!important;
  }

  .vvv-mariyabeautytheme-hf-instagram{
    display:none!important;
  }

  .vvv-mariyabeautytheme-hf-logo{
    max-width:calc(100vw - 112px);
  }

  .vvv-mariyabeautytheme-hf-footer-links{
    grid-template-columns:1fr!important;
  }

  .vvv-mariyabeautytheme-hf-footer-links>div:last-child{
    grid-column:auto;
  }
}

@media(prefers-reduced-motion:reduce){
  .vvv-mariyabeautytheme-hf-floating-book,
  .vvv-mariyabeautytheme-hf-footer-book,
  .vvv-mariyabeautytheme-hf-instagram{
    transition:none!important;
  }
}
/* Contraste des actions et confort tactile. */
:root{--vvv-hf-hot:#31272f;--vvv-hf-copy:#31272f}
:is(.vvv-mariyabeautytheme-hf-book,.vvv-mariyabeautytheme-hf-footer-book,.vvv-mariyabeautytheme-hf-mobile-book,.vvv-mariyabeautytheme-hf-floating-book-link){background:#31272f!important;color:#ffffff!important}
:is(.vvv-mariyabeautytheme-hf-book,.vvv-mariyabeautytheme-hf-footer-book,.vvv-mariyabeautytheme-hf-mobile-book,.vvv-mariyabeautytheme-hf-floating-book-link):is(:hover,:focus-visible,:active){background:#31272f!important;color:#ffffff!important}
.vvv-mariyabeautytheme-hf-floating-book-copy small{color:#ffffff;opacity:1}
.vvv-mariyabeautytheme-hf-floating-book-close{color:#31272f;background:#ffffff;min-width:44px;min-height:44px}
.vvv-mariyabeautytheme-hf-menu-toggle:is(:hover,:focus-visible){background:#fff5fb;color:#31272f}
.vvv-mariyabeautytheme-hf-footer-links a{min-height:44px;display:inline-flex;align-items:center;line-height:1.5}
.vvv-mariyabeautytheme-hf-footer-links>div{gap:4px}
.vvv-mariyabeautytheme-hf-footer-bottom{flex-wrap:wrap}
.vvv-mariyabeautytheme-hf-footer-book{max-width:100%}
.vvv-mariyabeautytheme-hf-footer-book>span{line-height:1.5}
.vvv-mariyabeautytheme-hf-floating-book-arrow{flex-shrink:0}
@media(max-width:640px){
 .vvv-mariyabeautytheme-hf-footer-cta-copy h2{font-size:clamp(36px,10vw,60px)!important;line-height:1.1!important}
 .vvv-mariyabeautytheme-hf-footer-book{padding:12px 16px;gap:12px}
 .vvv-mariyabeautytheme-hf-footer-book>i{flex:0 0 40px}
 .vvv-mariyabeautytheme-hf-footer-logo span{font-size:clamp(60px,19vw,82px)!important}
 .vvv-mariyabeautytheme-hf-footer-word span{font-size:clamp(60px,23vw,124px)}
 .vvv-mariyabeautytheme-hf-footer-word b{font-size:clamp(50px,19vw,94px)}
 .vvv-mariyabeautytheme-hf-floating-book-heart{display:none}
 .vvv-mariyabeautytheme-hf-floating-book-copy strong{font-size:13px}
 .vvv-mariyabeautytheme-hf-floating-book-copy small{font-size:10px;white-space:normal;line-height:1.4}
 .vvv-mariyabeautytheme-hf-mobile-book{white-space:normal;font-size:14px;text-align:center}
}
@media(max-height:500px) and (orientation:landscape){
 .vvv-mariyabeautytheme-hf-mobile-inner{padding-top:80px!important}
 .vvv-mariyabeautytheme-hf-mobile-top{display:none}
 .vvv-mariyabeautytheme-hf-mobile-nav a{min-height:48px}
 .vvv-mariyabeautytheme-hf-mobile-nav span{font-size:30px!important}
}

/* Réservation mobile : espace intérieur équilibré après retrait du cœur. */
@media(max-width:640px){
 .vvv-mariyabeautytheme-hf-floating-book{left:max(14px,env(safe-area-inset-left));right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));gap:8px}
 .vvv-mariyabeautytheme-hf-floating-book-link{padding:12px 12px 12px 22px;min-height:68px;gap:12px}
 .vvv-mariyabeautytheme-hf-floating-book-copy{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}
 .vvv-mariyabeautytheme-hf-floating-book-copy small{font-size:9px;line-height:1.4;letter-spacing:.08em}
 .vvv-mariyabeautytheme-hf-floating-book-copy strong{margin:0;font-size:13px;line-height:1.35;text-wrap:balance}
 .vvv-mariyabeautytheme-hf-floating-book-arrow{width:34px;height:34px;flex:0 0 34px}
 .vvv-mariyabeautytheme-hf-floating-book-close{width:44px;height:44px;flex:0 0 44px}
}
@media(max-width:360px){
 .vvv-mariyabeautytheme-hf-floating-book-link{padding-left:18px;padding-right:10px;gap:8px}
 .vvv-mariyabeautytheme-hf-floating-book-copy strong{font-size:12px}
}
