/* ===================================================
   Soleil de Beauté — Massage · Hammam · Esthétique
   =================================================== */

:root{
  --bg: #F1E9D8;
  --bg-alt: #E7D9BE;
  --cream: #F8F2E6;
  --ink: #2B2420;
  --ink-soft: #746657;
  --terracotta: #C1633D;
  --terracotta-dark: #A24E2E;
  --gold: #C9A15A;
  --green: #3C4A3A;
  --line: rgba(43,36,32,0.12);

  --font-serif: 'Cormorant Garamond', serif;
  --font-sans: 'Jost', sans-serif;
  --font-brand: 'Fraunces', serif;

  --container: 1240px;
  --radius: 24px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:auto; overflow-x:hidden; width:100%; }
body{
  margin:0;
  width:100%;
  background:var(--bg);
  color:var(--ink);
  font-family:var(--font-sans);
  font-weight:400;
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
body::after{
  content:"";
  position:fixed; inset:0;
  z-index:400;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.15' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='discrete' tableValues='0 0.4 0 0.55 0 0.7 0 0.5'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)'/%3E%3C/svg%3E");
  background-size:120px 120px;
  opacity:0.22;
  mix-blend-mode:overlay;
}
.visually-hidden{
  position:absolute;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
button{ font-family:inherit; cursor:pointer; background:none; border:none; color:inherit; }
h1,h2,h3,h4{ font-family:var(--font-serif); font-weight:500; margin:0; line-height:1.08; letter-spacing:0.01em; }
p{ margin:0; }
.container{ max-width:var(--container); margin:0 auto; padding:0 32px; }

::selection{ background:var(--terracotta); color:#fff; }

/* ---------- scroll progress ---------- */
.scroll-progress{
  position:fixed; top:0; left:0; right:0; height:3px;
  z-index:700;
  background:rgba(43,36,32,0.06);
}
.scroll-progress span{
  display:block; width:100%; height:100%;
  background:linear-gradient(90deg, var(--terracotta), var(--gold));
  transform:scaleX(0);
  transform-origin:left center;
}

/* ---------- utility ---------- */
.label{
  font-family:var(--font-sans);
  text-transform:uppercase;
  letter-spacing:0.22em;
  font-size:12px;
  color:var(--terracotta);
  font-weight:600;
  margin:0 0 18px;
}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:0.28em;
  font-size:12px;
  color:var(--gold);
  font-weight:500;
  margin:0 0 22px;
}
.section-title{
  font-size:clamp(32px,4.4vw,52px);
  margin-bottom:16px;
}
.section-sub{
  color:var(--ink-soft);
  font-size:17px;
  max-width:480px;
}
.section-head{ margin-bottom:64px; }

/* kinetic section-head intro (blur/rise word reveal, scroll-scrubbed) */
.section-head--kinetic .label{ opacity:0; }
.section-head--kinetic .section-sub{ opacity:0; transform:translateY(22px); }
.section-head--kinetic .section-title{ overflow:visible; }
.section-head--kinetic .section-title .kinetic-word{
  display:inline-block;
  opacity:0;
  will-change:transform,opacity,filter;
}
.section-head--center{ text-align:center; max-width:640px; margin-left:auto; margin-right:auto; }
.section-head--center .section-sub{ margin-left:auto; margin-right:auto; }

.link-underline{
  display:inline-block;
  margin-top:28px;
  font-size:14px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-weight:600;
  color:var(--ink);
  position:relative;
  padding-bottom:4px;
}
.link-underline::after{
  content:"";
  position:absolute; left:0; bottom:0;
  width:100%; height:1px;
  background:var(--terracotta);
  transform-origin:left;
  transition:transform .4s cubic-bezier(.65,0,.35,1);
}
.link-underline:hover::after{ transform:scaleX(0.4); }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:16px 34px;
  font-size:13px;
  letter-spacing:0.12em;
  text-transform:uppercase;
  font-weight:600;
  border-radius:100px;
  transition:all .35s cubic-bezier(.65,0,.35,1);
  white-space:nowrap;
}
.btn--solid{
  background:var(--terracotta);
  color:#fff;
}
.btn--solid:hover{ background:var(--terracotta-dark); transform:translateY(-2px); }
.btn--outline{
  background:transparent;
  color:var(--ink);
  border:1px solid var(--line);
}
.btn--outline:hover{ background:var(--ink); color:var(--bg); border-color:var(--ink); }
.btn--sm{ padding:11px 24px; font-size:11px; }
.btn--full{ width:100%; }

/* ---------- preloader ---------- */
.preloader{
  position:fixed; inset:0; z-index:9999;
  background:var(--ink);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:18px;
  transition:opacity .8s ease, visibility .8s ease;
}
.preloader.is-hidden{ opacity:0; visibility:hidden; pointer-events:none; }
.preloader__sun{ width:320px; height:320px; max-width:70vw; max-height:70vw; color:var(--gold); }
.sun-baseline{ stroke-dasharray:104; stroke-dashoffset:104; animation:draw-sun .5s ease forwards .15s; }
.sun-dome{ opacity:0; transform:scale(.3); transform-origin:60px 76px; animation:dome-in .45s cubic-bezier(.34,1.56,.64,1) forwards .45s; }
.sun-rays line{ opacity:0; transform-origin:60px 76px; animation:ray-in .35s ease forwards; }
.sun-rays line:nth-child(1){ animation-delay:.55s; }
.sun-rays line:nth-child(2){ animation-delay:.585s; }
.sun-rays line:nth-child(3){ animation-delay:.62s; }
.sun-rays line:nth-child(4){ animation-delay:.655s; }
.sun-rays line:nth-child(5){ animation-delay:.69s; }
.sun-rays line:nth-child(6){ animation-delay:.725s; }
.sun-rays line:nth-child(7){ animation-delay:.76s; }
.sun-rays line:nth-child(8){ animation-delay:.795s; }
.sun-rays line:nth-child(9){ animation-delay:.83s; }
.sun-rays line:nth-child(10){ animation-delay:.865s; }
.sun-rays line:nth-child(11){ animation-delay:.9s; }
.sun-rays line:nth-child(12){ animation-delay:.935s; }
.sun-rays line:nth-child(13){ animation-delay:.97s; }
@keyframes draw-sun{ to{ stroke-dashoffset:0; } }
@keyframes dome-in{ to{ opacity:1; transform:scale(1); } }
@keyframes ray-in{ from{ opacity:0; transform:scale(.4);} to{ opacity:1; transform:scale(1);} }

/* ---------- custom cursor ---------- */
.cursor-dot{
  position:fixed; top:0; left:0;
  width:10px; height:10px;
  background:var(--terracotta);
  border-radius:50%;
  pointer-events:none;
  z-index:9998;
  transform:translate(-50%,-50%);
  transition:width .25s ease, height .25s ease, background .25s ease, opacity .25s ease;
  mix-blend-mode:normal;
  display:none;
}
@media(hover:hover) and (pointer:fine){
  .cursor-dot{ display:block; }
}
.cursor-dot.is-hover{
  width:44px; height:44px;
  background:rgba(193,99,61,0.18);
  border:1px solid var(--terracotta);
}

/* ---------- header ---------- */
.site-header{
  position:fixed; top:0; left:0; right:0;
  z-index:500;
  padding:26px 0;
  transition:padding .4s ease, background .4s ease, box-shadow .4s ease;
}
.site-header.is-scrolled{
  padding:14px 0;
  background:rgba(250,244,234,0.9);
  backdrop-filter:blur(10px);
  box-shadow:0 8px 30px rgba(43,36,32,0.06);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:24px;
}
.logo{ display:flex; align-items:center; gap:10px; color:var(--ink); }
.site-header:not(.is-scrolled) .logo{ color:#fff; }
.logo__mark{ width:34px; height:34px; flex-shrink:0; }
.logo__text{
  font-family:var(--font-brand);
  font-optical-sizing:auto;
  font-style:italic;
  font-weight:500;
  font-size:19px;
  letter-spacing:0.01em;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
  max-width:200px;
  margin-left:0;
  opacity:1;
  transform:translateX(0);
  transition:max-width 1.2s cubic-bezier(.65,0,.35,1), margin-left 1.2s cubic-bezier(.65,0,.35,1), transform 1.2s cubic-bezier(.65,0,.35,1), opacity .8s ease .25s;
}
.site-header:not(.is-scrolled) .logo__text{
  max-width:0;
  margin-left:-10px;
  opacity:0;
  transform:translateX(-20px);
  transition:max-width 1s cubic-bezier(.65,0,.35,1), margin-left 1s cubic-bezier(.65,0,.35,1), transform 1s cubic-bezier(.65,0,.35,1), opacity .5s ease;
}
.logo__text em{ font-style:italic; font-weight:600; color:var(--terracotta); margin:0 2px; }

.nav{ display:flex; align-items:center; gap:36px; }
.nav__link{
  position:relative;
  font-size:13px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#fff;
  font-weight:500;
  overflow:hidden;
  height:16px;
  display:block;
}
.site-header.is-scrolled .nav__link{ color:var(--ink); }
.nav__link .stack{ display:block; transition:transform .4s cubic-bezier(.65,0,.35,1); }
.nav__link .stack span{ display:block; height:16px; line-height:16px; }
.nav__link .stack span:last-child{ color:var(--terracotta); }
.nav__link:hover .stack{ transform:translateY(-16px); }
.nav__link.is-active .stack span:first-child{ color:var(--terracotta); }
.site-header:not(.is-scrolled) .nav__link.is-active .stack span:first-child{ color:var(--gold); }

.header__actions{ display:flex; align-items:center; gap:16px; }
.header__whatsapp{
  width:38px; height:38px;
  display:flex; align-items:center; justify-content:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.4);
  color:#fff;
  transition:all .3s ease;
}
.site-header.is-scrolled .header__whatsapp{ border-color:var(--line); color:var(--ink); }
.header__whatsapp:hover{ background:var(--terracotta); border-color:var(--terracotta); color:#fff; }
.header__actions .btn--outline{ color:#fff; border-color:rgba(255,255,255,0.4); }
.site-header.is-scrolled .header__actions .btn--outline{ color:var(--ink); border-color:var(--line); }
.header__actions .btn--outline:hover{ background:var(--terracotta); border-color:var(--terracotta); color:#fff; }

.menu-toggle{
  display:none;
  width:34px; height:20px;
  position:relative;
  flex-direction:column;
  justify-content:space-between;
}
.menu-toggle span{
  display:block; height:1px; width:100%;
  background:#fff;
  transition:all .35s ease;
}
.site-header.is-scrolled .menu-toggle span{ background:var(--ink); }
.menu-toggle.is-active span:nth-child(1){ transform:translateY(9.5px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2){ transform:translateY(-9.5px) rotate(-45deg); }

.mobile-menu{
  position:fixed; inset:0; z-index:490;
  background:var(--ink);
  display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  gap:48px;
  transform:translateY(-100%);
  transition:transform .6s cubic-bezier(.65,0,.35,1);
}
.mobile-menu.is-open{ transform:translateY(0); }
.mobile-menu__nav{ display:flex; flex-direction:column; align-items:center; gap:22px; }
.mobile-menu__nav a{
  font-family:var(--font-serif);
  font-size:34px;
  color:var(--cream);
  opacity:0;
  transform:translateY(20px);
  transition:color .3s ease;
}
.mobile-menu__nav a.is-active{ color:var(--gold); }
.mobile-menu.is-open .mobile-menu__nav a{
  animation:menu-link-in .6s cubic-bezier(.2,.8,.2,1) forwards;
}
.mobile-menu.is-open .mobile-menu__nav a:nth-child(1){ animation-delay:.15s; }
.mobile-menu.is-open .mobile-menu__nav a:nth-child(2){ animation-delay:.22s; }
.mobile-menu.is-open .mobile-menu__nav a:nth-child(3){ animation-delay:.29s; }
.mobile-menu.is-open .mobile-menu__nav a:nth-child(4){ animation-delay:.36s; }
.mobile-menu.is-open .mobile-menu__nav a:nth-child(5){ animation-delay:.43s; }
.mobile-menu.is-open .mobile-menu__nav a:nth-child(6){ animation-delay:.5s; }
@keyframes menu-link-in{ to{ opacity:1; transform:translateY(0); } }
.mobile-menu__cta{ opacity:0; }
.mobile-menu.is-open .mobile-menu__cta{ animation:menu-link-in .6s ease forwards .6s; }

/* ---------- hero ---------- */
.hero{
  position:relative;
  height:100vh;
  min-height:640px;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero__bg{
  position:absolute; inset:-40px 0 -60px;
  background-size:cover;
  background-position:center;
  will-change:transform;
}
.hero__overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(43,36,32,0.35) 0%, rgba(43,36,32,0.25) 45%, rgba(30,24,20,0.75) 100%);
}
.hero__inner{ position:relative; z-index:2; width:100%; text-align:center; }
.hero__title{
  color:#fff;
  font-size:clamp(52px,9vw,110px);
  overflow:visible;
  text-shadow:0 2px 28px rgba(20,14,10,0.4), 0 1px 3px rgba(20,14,10,0.3);
}
.hero__title .line{ display:block; overflow:hidden; }
.hero__title .line__inner{ display:block; transform:translateY(110%); }
.hero__title em{ font-style:italic; color:var(--gold); font-weight:400; }
.hero__title--statement{
  font-family:var(--font-brand);
  font-optical-sizing:auto;
  font-style:italic;
  font-weight:500;
  font-size:clamp(52px,9.4vw,124px);
  line-height:1.08;
  letter-spacing:0;
}
.hero__title--statement em{ font-weight:500; }
.hero__foot{
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:20px;
  margin-top:22px;
}
.hero__sub{
  color:#fff;
  font-family:var(--font-serif);
  font-style:italic;
  font-size:clamp(20px,2.4vw,26px);
  letter-spacing:0.02em;
  text-shadow:0 2px 16px rgba(15,10,8,0.55), 0 1px 4px rgba(15,10,8,0.5);
}
.hero__divider{
  display:block;
  width:1px; height:36px;
  background:linear-gradient(180deg, transparent, var(--gold) 45%, var(--gold) 55%, transparent);
  opacity:0.8;
}

/* ---------- reveal utilities (GSAP + ScrollTrigger driven) ---------- */
.reveal-up, .escape-reveal{ opacity:0; transform:translateY(36px); }
.split-reveal .word{ opacity:0.12; display:inline-block; }

/* ---------- decorative leaves ---------- */
.leaf-decor{
  position:absolute;
  z-index:0;
  pointer-events:none;
  width:120px;
  height:auto;
}
.leaf-decor--philosophy{ top:60px; right:-55px; width:200px; opacity:0.6; }
.leaf-decor--services{ top:0; right:4%; width:110px; opacity:0.45; }
.leaf-decor--menu{ top:60px; left:-55px; width:200px; opacity:0.55; }
.leaf-decor--contact{ top:20px; right:2%; width:150px; opacity:0.4; }
.leaf-decor--faq{ top:20px; left:2%; width:140px; opacity:0.4; }
.leaf-decor--footer{ bottom:0; right:6%; width:130px; opacity:0.8; }
@media(max-width:640px){
  .leaf-decor{ display:none; }
}

/* ---------- philosophy ---------- */
.philosophy{ padding:150px 0; overflow:hidden; background:var(--bg-alt); position:relative; }
.philosophy__grid{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:80px;
  align-items:start;
}
.philosophy__text h2{
  font-size:clamp(30px,3.6vw,44px);
  margin-bottom:26px;
}
.philosophy__text .split-reveal--body{
  font-family:var(--font-sans);
  font-size:17px;
  color:var(--ink-soft);
  line-height:1.85;
  max-width:480px;
}
.philosophy__island{
  margin-top:140px;
  padding-top:46px;
  border-top:1px solid var(--line);
  max-width:480px;
}
.philosophy__island h3{
  font-family:var(--font-serif);
  font-weight:500;
  font-size:clamp(24px,2.8vw,32px);
  margin:0 0 16px;
}
.philosophy__media{ position:relative; }
.philosophy__img-wrap{
  border-radius:var(--radius);
  overflow:hidden;
  aspect-ratio:4/5;
}
.philosophy__img-wrap img{
  width:100%; height:100%; object-fit:cover;
  clip-path:inset(0% 0% 100% 0%);
}
.philosophy__badge{
  position:absolute; left:-40px; bottom:-30px;
  background:var(--cream);
  border-radius:20px;
  padding:26px 30px;
  box-shadow:0 20px 50px rgba(43,36,32,0.12);
  display:flex; flex-direction:column; gap:2px;
}
.philosophy__badge-num{
  font-family:var(--font-serif);
  font-size:44px;
  color:var(--terracotta);
  line-height:1;
}
.philosophy__badge-txt{ font-size:12px; color:var(--ink-soft); letter-spacing:0.03em; margin-top:6px; }

/* ---------- services ---------- */
.services{ padding:60px 0 140px; position:relative; overflow:hidden; }
.services-pin{ overflow:hidden; position:relative; }
.services__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  max-width:var(--container);
  margin:0 auto;
  padding:0 32px;
}
.services-pin__hint{
  display:none;
  text-align:center;
  margin-top:32px;
  font-size:12px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--ink-soft);
}
.services-pin__progress{ display:none; }

/* Horizontal pinned mode — applied by JS (ScrollTrigger.matchMedia) on wide viewports only */
.services__grid--horizontal{
  display:flex;
  flex-wrap:nowrap;
  width:max-content;
  max-width:none;
  margin:0;
  padding:0 2vw;
  gap:48px;
}
.services__grid--horizontal .service-card{
  flex:0 0 min(560px, 84vw);
}
@media(min-width:1081px){
  /* While pinned, this section IS the entire viewport for the length of the
     horizontal scroll — without a full-viewport height here, the pinned
     element sits at its own (shorter) natural height and everything below
     it renders as blank page background for the whole pin duration. */
  .services-pin{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-top:70px; /* clears the fixed header so it doesn't overlap the cards */
  }
  .services-pin__hint{ display:block; }
  .services-pin__progress{
    display:block;
    max-width:420px; margin:36px auto 0; height:2px;
    background:var(--line); border-radius:2px; overflow:hidden;
  }
  .services-pin__progress span{
    display:block; height:100%; width:100%;
    background:var(--terracotta);
    transform:scaleX(0); transform-origin:left center;
  }
}
.service-card{ position:relative; }
.service-card__img{
  position:relative;
  overflow:hidden;
  aspect-ratio:4/6.5;
  background:var(--ink);
}
.service-card__img img{
  width:100%; height:100%; object-fit:cover;
  transform:scale(1.015);
  transition:transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.service-card__img::after{
  content:"";
  position:absolute; inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)'/%3E%3C/svg%3E");
  background-size:140px 140px;
  opacity:0.22;
  mix-blend-mode:overlay;
  pointer-events:none;
}
.service-card:hover .service-card__img img{
  transform:scale(1.06);
}
.service-card__caption{
  position:absolute;
  left:0; right:0; bottom:110px;
  z-index:2;
  margin-top:0;
  padding:32px 24px 26px;
  border-top:none;
  max-width:34ch;
}
.service-card h3{
  font-size:clamp(24px,2.3vw,30px);
  margin-bottom:12px;
  color:#fff;
}
.service-card p{ font-size:14.5px; color:rgba(255,255,255,0.85); line-height:1.7; }
.services__cta{ text-align:center; margin-top:64px; }

/* ---------- escape / cta ---------- */
.escape{ position:relative; padding:200px 0; overflow:hidden; }
@media(min-width:769px){
  /* Pinned on desktop — fill the viewport so the background zoom
     covers the full screen for the whole pin duration, not just
     this section's own (shorter) natural height. */
  .escape{
    min-height:100vh;
    padding:100px 0;
    display:flex;
    align-items:center;
    box-sizing:border-box;
  }
}
.escape__bg{
  position:absolute; inset:-40px 0;
  background-size:cover; background-position:center;
  will-change:transform;
  transform-origin:center center;
}
.escape__overlay{ position:absolute; inset:0; background:rgba(30,22,17,0.55); }
.escape__content{ position:relative; z-index:1; width:100%; max-width:1160px; margin:0 auto; text-align:center; color:#fff; }
.escape__content h2{ font-size:clamp(30px,3.8vw,48px); margin:10px 0 18px; }
.escape__content p{ font-size:17px; color:rgba(255,255,255,0.85); margin-bottom:36px; line-height:1.7; }
.escape .eyebrow{ text-align:center; margin-bottom:14px; }

.escape__map{
  max-width:1120px;
  margin:0 auto 22px;
  aspect-ratio:2/1;
  border-radius:20px;
  overflow:hidden;
  border:4px solid var(--cream);
  box-shadow:0 30px 70px rgba(0,0,0,0.4);
  position:relative;
}
.escape__map #escapeMap{
  width:100%; height:100%;
  /* Locked to a fixed view — see main.js — so no cursor affordance for
     dragging or zooming should be shown. */
  cursor:default;
  background:var(--line);
}
.escape__map .leaflet-control-zoom,
.escape__map .leaflet-control-attribution{ display:none; }
.escape__map-marker span{
  display:block; width:18px; height:18px; border-radius:50%;
  background:var(--terracotta);
  border:3px solid var(--cream);
  box-shadow:0 0 0 6px rgba(193,99,61,0.28);
}
.escape__map-credit{
  position:absolute; right:10px; bottom:8px; z-index:2;
  font-size:10.5px; color:rgba(43,36,32,0.55);
  background:rgba(255,253,248,0.75);
  padding:2px 8px; border-radius:100px;
}
.escape__map-credit a{ color:inherit; text-decoration:underline; }

.escape__zones{ margin-bottom:24px; }
.escape__pills{
  display:flex; flex-wrap:wrap; justify-content:center; gap:12px;
  max-width:700px; margin:0 auto;
}
.escape__pill{
  padding:10px 22px;
  border:1px solid rgba(255,255,255,0.3);
  border-radius:100px;
  font-size:13.5px;
  letter-spacing:0.02em;
  color:rgba(255,255,255,0.9);
  transition:all .3s ease;
}
.escape__pill:hover{ background:var(--terracotta); border-color:var(--terracotta); color:#fff; }
.escape__note{ margin-top:14px; font-size:13px; color:rgba(255,255,255,0.65); }

/* ---------- services menu (cart / booking) ---------- */
.services-menu{ padding:150px 0 100px; background:var(--bg-alt); position:relative; overflow:hidden; }
.services-menu__category{ margin-top:64px; }
.services-menu__category:first-of-type{ margin-top:0; }
.services-menu__category-title{
  font-size:clamp(22px,2.4vw,28px);
  font-style:italic;
  padding-bottom:16px;
  margin-bottom:8px;
  border-bottom:1px solid var(--line);
}
.services-menu__list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  column-gap:64px;
}
.services-menu__item{
  padding:28px 0;
  border-bottom:1px solid var(--line);
}
.services-menu__list .services-menu__item:nth-last-child(1):nth-child(odd){
  border-bottom:none;
}
.services-menu__item-top{
  display:flex; justify-content:space-between; align-items:flex-start;
  flex-wrap:wrap; gap:14px 24px; margin-bottom:14px;
}
.services-menu__item-top h4{ font-size:clamp(19px,2vw,23px); }
.services-menu__variants{ display:flex; flex-wrap:wrap; gap:8px; }
.services-menu__variant{
  display:flex; flex-direction:column; align-items:center; gap:3px;
  padding:8px 16px; border:1px solid var(--line); border-radius:12px;
  transition:border-color .25s ease, background .25s ease;
}
.services-menu__variant span{
  font-size:10.5px; text-transform:uppercase; letter-spacing:0.04em; color:var(--ink-soft);
}
.services-menu__variant b{
  font-family:var(--font-sans); font-weight:600; font-size:14px; letter-spacing:0.02em; color:var(--ink);
}
.services-menu__variant.is-selected{ border-color:var(--terracotta); background:rgba(193,99,61,0.06); }
.services-menu__variant.is-selected b{ color:var(--terracotta); }
.services-menu__desc{ color:var(--ink-soft); font-size:14.5px; line-height:1.65; max-width:62ch; margin-bottom:22px; }
.services-menu__actions{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.services-menu__add{ transition:all .3s ease; }
.services-menu__add.is-added{ background:var(--terracotta); color:#fff; border-color:var(--terracotta); }
.services-menu__note{ margin-top:44px; text-align:center; font-size:13px; color:var(--ink-soft); }

.qty-stepper{
  display:flex; align-items:center; gap:14px;
  border:1px solid var(--line); border-radius:100px; padding:5px;
}
.qty-stepper button{
  width:28px; height:28px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:16px; transition:background .2s ease, color .2s ease;
}
.qty-stepper button:hover{ background:var(--ink); color:var(--cream); }
.qty-stepper__val{ min-width:14px; text-align:center; font-size:14px; }

/* ---------- cart bar + modal ---------- */
.cart-bar{
  position:fixed; left:0; right:0; bottom:0; z-index:600;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  background:var(--ink); color:var(--cream);
  padding:16px 28px;
  transform:translateY(100%);
  transition:transform .45s cubic-bezier(.2,.8,.2,1);
  box-shadow:0 -10px 40px rgba(0,0,0,0.25);
}
.cart-bar.is-visible{ transform:translateY(0); }
.cart-bar__summary{ display:flex; align-items:center; gap:14px; text-align:left; }
.cart-bar__count{
  width:26px; height:26px; border-radius:50%; flex-shrink:0;
  background:var(--terracotta); color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-size:12.5px; font-weight:600;
}
.cart-bar__label{ font-size:13px; color:rgba(255,253,248,0.75); }
.cart-bar__total{ font-family:var(--font-serif); font-weight:600; font-size:19px; color:var(--gold); }
.cart-bar__cta{ flex-shrink:0; padding:12px 24px; font-size:11.5px; }

/* The cart bar spans the full bottom edge, which would otherwise sit
   right on top of the WhatsApp/back-to-top corner buttons. */
body:has(.cart-bar.is-visible) .whatsapp-float{ transform:translateY(-88px); }
body:has(.cart-bar.is-visible) .back-to-top.is-visible{ transform:translateY(-88px); }

.cart-modal{ position:fixed; inset:0; z-index:900; visibility:hidden; pointer-events:none; }
.cart-modal.is-open{ visibility:visible; pointer-events:auto; }
.cart-modal__backdrop{ position:absolute; inset:0; background:rgba(20,15,12,0.6); opacity:0; transition:opacity .35s ease; }
.cart-modal.is-open .cart-modal__backdrop{ opacity:1; }
.cart-modal__panel{
  position:absolute; right:0; top:0; bottom:0; width:min(440px, 100%);
  background:var(--cream); display:flex; flex-direction:column;
  padding:32px; overflow-y:auto;
  transform:translateX(100%);
  transition:transform .45s cubic-bezier(.2,.8,.2,1);
}
.cart-modal.is-open .cart-modal__panel{ transform:translateX(0); }
.cart-modal__header{ display:flex; justify-content:space-between; align-items:center; margin-bottom:28px; }
.cart-modal__header h3{ font-size:22px; }
.cart-modal__close{ font-size:26px; line-height:1; color:var(--ink-soft); transition:color .25s ease; }
.cart-modal__close:hover{ color:var(--ink); }
.cart-modal__quickadd{ display:flex; flex-direction:column; gap:10px; padding-bottom:24px; margin-bottom:24px; border-bottom:1px solid var(--line); }
.cart-modal__quickadd label{ font-size:11.5px; text-transform:uppercase; letter-spacing:0.05em; color:var(--ink-soft); }
.cart-modal__quickadd select{
  font-family:var(--font-sans);
  font-size:14.5px;
  color:var(--ink);
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:8px;
  padding:11px 14px;
  transition:border-color .25s ease;
}
.cart-modal__quickadd select:focus{ outline:none; border-color:var(--terracotta); }
.cart-modal__quickadd-row{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
.cart-modal__items{ display:flex; flex-direction:column; gap:20px; flex:1; }
.cart-modal__item{ display:flex; justify-content:space-between; align-items:flex-start; gap:12px; padding-bottom:20px; border-bottom:1px solid var(--line); }
.cart-modal__item-name{ font-family:var(--font-serif); font-size:16px; margin-bottom:5px; }
.cart-modal__item-name span{ font-family:var(--font-sans); font-size:11.5px; color:var(--ink-soft); text-transform:uppercase; letter-spacing:0.03em; margin-left:6px; }
.cart-modal__item-price{ font-size:12.5px; color:var(--ink-soft); }
.cart-modal__item-actions{ display:flex; flex-direction:column; align-items:flex-end; gap:10px; }
.qty-stepper--sm{ padding:4px; gap:10px; }
.qty-stepper--sm button{ width:22px; height:22px; font-size:13px; }
.qty-stepper--sm span{ font-size:13px; }
.cart-modal__remove{ font-size:18px; color:var(--ink-soft); transition:color .25s ease; }
.cart-modal__remove:hover{ color:var(--terracotta); }
.cart-modal__empty{ display:none; color:var(--ink-soft); font-size:14px; text-align:center; margin-top:40px; }
.cart-modal__contact{ margin-top:24px; padding-top:24px; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:14px; }
.cart-modal__contact-label{ font-size:11.5px; text-transform:uppercase; letter-spacing:0.05em; color:var(--ink-soft); }
.cart-modal__contact-label span{ text-transform:none; letter-spacing:0; font-style:italic; }
.cart-modal__field{ display:flex; flex-direction:column; gap:6px; }
.cart-modal__field label{ font-size:12px; color:var(--ink-soft); }
.cart-modal__field input{
  font-family:var(--font-sans);
  font-size:14.5px;
  color:var(--ink);
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:8px;
  padding:11px 14px;
  transition:border-color .25s ease;
}
.cart-modal__field input:focus{ outline:none; border-color:var(--terracotta); }
.cart-modal__field input::placeholder{ color:var(--ink-soft); opacity:0.6; }
.cart-modal__field input.is-invalid{ border-color:#B3261E; }
.cart-modal__footer{ margin-top:24px; padding-top:24px; border-top:1px solid var(--line); }
.cart-modal__total{ display:flex; justify-content:space-between; align-items:baseline; margin-bottom:18px; }
.cart-modal__total span{ font-size:12.5px; text-transform:uppercase; letter-spacing:0.05em; color:var(--ink-soft); }
.cart-modal__total strong{ font-family:var(--font-serif); font-weight:600; font-size:26px; color:var(--terracotta); }
.cart-modal__hint{ margin-top:14px; font-size:12px; color:var(--ink-soft); text-align:center; line-height:1.5; }


/* ---------- faq ---------- */
.faq{ padding:140px 0; position:relative; overflow:hidden; }
.faq__list{ max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:14px; }
.faq__item{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--cream);
  padding:6px 28px;
  transition:border-color .25s ease;
}
.faq__item[open]{ border-color:var(--terracotta); }
.faq__question{
  list-style:none;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding:22px 0;
  font-family:var(--font-serif);
  font-size:19px;
  cursor:pointer;
}
.faq__question::-webkit-details-marker{ display:none; }
.faq__icon{
  flex-shrink:0;
  width:30px; height:30px; border-radius:50%;
  border:1px solid var(--line);
  position:relative;
  transition:border-color .25s ease;
}
.faq__icon::before,.faq__icon::after{
  content:""; position:absolute; left:50%; top:50%;
  background:var(--ink); transition:background .25s ease, opacity .25s ease;
}
.faq__icon::before{ width:12px; height:1.5px; transform:translate(-50%,-50%); }
.faq__icon::after{ width:1.5px; height:12px; transform:translate(-50%,-50%); }
.faq__item[open] .faq__icon{ border-color:var(--terracotta); }
.faq__item[open] .faq__icon::before,
.faq__item[open] .faq__icon::after{ background:var(--terracotta); }
.faq__item[open] .faq__icon::after{ opacity:0; }
.faq__answer{ padding:0 0 26px; color:var(--ink-soft); font-size:15.5px; line-height:1.75; max-width:66ch; }

/* ---------- contact ---------- */
.contact{ padding:140px 0 160px; position:relative; overflow:hidden; }
.contact__grid{
  display:grid;
  grid-template-columns:0.85fr 1.15fr;
  gap:80px;
}
.contact__info h2{ font-size:clamp(32px,4vw,48px); margin-bottom:22px; }
.contact__info > p:nth-of-type(2){ color:var(--ink-soft); font-size:16px; max-width:420px; margin-bottom:36px; line-height:1.7; }
.contact__details{ margin-bottom:36px; }
.contact__details li{
  display:flex; justify-content:space-between; gap:20px;
  padding:16px 0;
  border-bottom:1px solid var(--line);
  font-size:14px;
}
.contact__details li strong{ color:var(--ink-soft); font-weight:500; text-transform:uppercase; letter-spacing:0.05em; font-size:12px; }

.contact__form{
  background:var(--cream);
  border-radius:var(--radius);
  padding:48px;
}
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.form-field{ margin-bottom:20px; }
.form-field label{
  display:block; font-size:12px; text-transform:uppercase; letter-spacing:0.06em;
  color:var(--ink-soft); margin-bottom:8px;
}
.form-field input, .form-field select, .form-field textarea{
  width:100%;
  border:none; border-bottom:1px solid var(--line);
  background:transparent;
  padding:10px 2px;
  font-family:var(--font-sans);
  font-size:15px;
  color:var(--ink);
  transition:border-color .3s ease;
  resize:vertical;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus{
  outline:none; border-color:var(--terracotta);
}
.form-success{
  margin-top:18px;
  font-size:13px;
  color:var(--green);
  text-align:center;
  opacity:0;
  height:0;
  overflow:hidden;
  transition:opacity .4s ease;
}
.form-success.is-visible{ opacity:1; height:auto; margin-top:18px; }

/* ---------- footer ---------- */
.site-footer{ background:var(--ink); color:var(--cream); padding-top:90px; position:relative; overflow:hidden; }
.footer__grid{
  display:grid;
  grid-template-columns:1.4fr 0.8fr 0.8fr 0.8fr;
  gap:40px;
  padding-bottom:70px;
  border-bottom:1px solid rgba(255,253,248,0.1);
}
.footer__brand p{ color:rgba(255,253,248,0.6); font-size:14px; margin:18px 0 24px; max-width:280px; }
.logo--footer{ color:var(--cream); }
.footer__social{ display:flex; gap:12px; }
.footer__social a{
  width:38px; height:38px; border-radius:50%;
  border:1px solid rgba(255,253,248,0.2);
  display:flex; align-items:center; justify-content:center;
  font-size:11px; letter-spacing:0.02em;
  transition:all .3s ease;
}
.footer__social a:hover{ background:var(--terracotta); border-color:var(--terracotta); }
.footer__col h4{
  font-family:var(--font-sans); text-transform:uppercase; letter-spacing:0.08em;
  font-size:12px; color:var(--gold); margin-bottom:22px; font-weight:600;
}
.footer__col{ display:flex; flex-direction:column; gap:13px; }
.footer__col a, .footer__col span{ font-size:14.5px; color:rgba(255,253,248,0.75); transition:color .3s ease; }
.footer__col a:hover{ color:var(--gold); }
.footer__bottom-inner{
  display:flex; justify-content:center; align-items:center;
  padding:26px 0; flex-wrap:wrap; gap:10px;
}
.footer__bottom-inner p{ font-size:12.5px; color:rgba(255,253,248,0.5); }

/* ---------- floating buttons ---------- */
.back-to-top{
  position:fixed; right:28px; bottom:28px; z-index:400;
  width:48px; height:48px; border-radius:50%;
  background:var(--ink); color:var(--cream);
  display:flex; align-items:center; justify-content:center;
  font-size:18px;
  opacity:0; visibility:hidden; transform:translateY(10px);
  transition:all .4s ease;
}
.back-to-top.is-visible{ opacity:1; visibility:visible; transform:translateY(0); }
.back-to-top:hover{ background:var(--terracotta); }

.whatsapp-float{
  position:fixed; left:28px; bottom:28px; z-index:400;
  width:56px; height:56px; border-radius:50%;
  background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 10px 30px rgba(37,211,102,0.4);
  transition:transform .35s ease;
}
.whatsapp-float::before{
  content:""; position:absolute; inset:0; border-radius:50%;
  background:#25D366; animation:pulse-ring 2.2s ease-out infinite;
  z-index:-1;
}
@keyframes pulse-ring{
  0%{ transform:scale(1); opacity:.6; }
  100%{ transform:scale(1.8); opacity:0; }
}

/* ===================================================
   Responsive
   =================================================== */
@media(max-width:1080px){
  .nav{ display:none; }
  .menu-toggle{ display:flex; }
  .philosophy__grid{ grid-template-columns:1fr; gap:60px; }
  .services__grid{ grid-template-columns:repeat(2,1fr); }
  .contact__grid{ grid-template-columns:1fr; gap:60px; }
  .services-menu__list{ grid-template-columns:1fr; }
  .services-menu__list .services-menu__item:nth-last-child(1):nth-child(odd){ border-bottom:1px solid var(--line); }
  .services-menu__list .services-menu__item:last-child{ border-bottom:none; }
}

@media(max-width:640px){
  .container{ padding:0 20px; }
  .header__actions .btn--sm{ display:none; }
  .btn{ white-space:normal; text-align:center; padding:15px 22px; font-size:12px; letter-spacing:0.07em; max-width:100%; }
  .philosophy{ padding:100px 0; }
  .philosophy__badge{ left:0; bottom:-24px; padding:20px 22px; }
  .services{ padding:40px 0 100px; }
  .services__grid{ grid-template-columns:1fr; padding:0 20px; }
  .escape{ padding:130px 0; }
  .services-menu{ padding:100px 0 70px; }
  .services-menu__item-top{ flex-direction:column; align-items:flex-start; gap:12px; }
  .services-menu__actions{ justify-content:space-between; }
  .faq{ padding:90px 0; }
  .faq__item{ padding:4px 20px; }
  .faq__question{ font-size:17px; gap:14px; }
  .contact{ padding:0 0 110px; }
  .contact__form{ padding:32px 24px; }
  .form-row{ grid-template-columns:1fr; gap:0; }
  .footer__grid{ grid-template-columns:1fr 1fr; gap:40px 24px; }
  .footer__brand{ grid-column:1/-1; }
  .whatsapp-float{ width:50px; height:50px; left:18px; bottom:18px; }
  .back-to-top{ width:42px; height:42px; right:18px; bottom:18px; }
  .cart-bar{ padding:14px 18px; }
  .cart-bar__label{ display:none; }
  body:has(.cart-bar.is-visible) .whatsapp-float{ transform:translateY(-78px); }
  body:has(.cart-bar.is-visible) .back-to-top.is-visible{ transform:translateY(-78px); }
}

/* ---------- venues (hotel / riad / villa / appartement) ---------- */
.venues{ padding:140px 0 100px; background:var(--bg); position:relative; }
.venues__grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.venues__card{
  background:var(--cream);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:34px 32px;
}
.venues__card h3{ font-family:var(--font-serif); font-size:clamp(22px,2.2vw,27px); margin:0 0 12px; }
.venues__card p{ margin:0; color:var(--ink-soft); font-size:15px; line-height:1.7; }
.venues__more{ max-width:820px; margin:64px auto 0; text-align:center; }
.venues__more h3{ font-family:var(--font-serif); font-size:clamp(24px,2.6vw,32px); margin:0 0 16px; }
.venues__more p{ color:var(--ink-soft); font-size:16px; line-height:1.75; margin:0 0 14px; }
.venues__more a{ color:var(--terracotta); text-decoration:underline; text-underline-offset:3px; }
.venues__en{ font-size:14px !important; }
@media(max-width:768px){
  .venues{ padding:100px 0 70px; }
  .venues__grid{ grid-template-columns:1fr; }
  .venues__card{ padding:26px 22px; }
}

/* ---------- language switch ---------- */
.lang-switch{ display:flex; align-items:center; border:1px solid rgba(255,255,255,0.4); border-radius:999px; padding:3px; font-size:12px; font-weight:600; letter-spacing:0.12em; }
.lang-switch a,.lang-switch__cur{ padding:5px 11px; border-radius:999px; line-height:1; color:#fff; transition:background .25s ease,color .25s ease; }
.lang-switch__cur{ background:var(--terracotta); }
.lang-switch a:hover{ background:rgba(255,255,255,0.18); }
.site-header.is-scrolled .lang-switch{ border-color:var(--line); }
.site-header.is-scrolled .lang-switch a{ color:var(--ink); }
.site-header.is-scrolled .lang-switch a:hover{ background:rgba(43,36,32,0.08); }
.site-header.is-scrolled .lang-switch__cur{ color:#fff; }

/* ---------- preloader skip (after first page of the visit) ---------- */
.no-preloader .preloader{ display:none; }

/* ---------- inner-page hero ---------- */
.hero--page{ height:auto; min-height:58vh; padding:170px 0 90px; }
.hero__eyebrow{ margin-bottom:18px; text-shadow:0 1px 8px rgba(15,10,8,0.5); }
.hero__title--page{
  font-family:var(--font-brand);
  font-style:italic;
  font-weight:500;
  font-size:clamp(38px,6vw,78px);
  line-height:1.1;
  max-width:980px;
  margin:0 auto;
}
.hero--page .hero__sub{ max-width:760px; margin:0 auto; }
@media(max-width:640px){
  .hero--page{ min-height:auto; padding:140px 0 70px; }
}

/* ---------- home: price teaser ---------- */
.price-teaser{ padding:120px 0; background:var(--bg-alt); position:relative; }
.price-teaser__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.price-teaser__card{
  background:var(--cream);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:32px 28px;
  text-align:center;
}
.price-teaser__card h3{ font-family:var(--font-serif); font-size:clamp(22px,2.2vw,27px); margin:0 0 6px; }
.price-teaser__price{ color:var(--terracotta); font-weight:600; letter-spacing:0.06em; margin:0 0 12px; }
.price-teaser__card p:last-child{ margin:0; color:var(--ink-soft); font-size:15px; line-height:1.65; }
.price-teaser__actions,.page-cta__actions{ display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin-top:44px; }
@media(max-width:900px){ .price-teaser__grid{ grid-template-columns:1fr; } }

/* ---------- closing CTA band ---------- */
.page-cta{ padding:110px 0; background:var(--green); color:var(--cream); text-align:center; }
.page-cta__inner{ max-width:720px; }
.page-cta h2{ font-size:clamp(30px,3.6vw,44px); margin:0 0 14px; color:var(--cream); }
.page-cta p{ color:rgba(248,242,230,0.8); margin:0; }
.page-cta__actions{ margin-top:32px; }
.page-cta .btn--outline{ color:var(--cream); border-color:rgba(248,242,230,0.4); }
.page-cta .btn--outline:hover{ background:var(--terracotta); border-color:var(--terracotta); }

/* ---------- blog list ---------- */
.blog{ padding:120px 0; }
.blog__grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.blog-card{ background:var(--cream); border:1px solid var(--line); border-radius:var(--radius); transition:border-color .25s ease, transform .25s ease; }
.blog-card:hover{ border-color:var(--terracotta); transform:translateY(-3px); }
.blog-card__link{ display:block; padding:36px 32px; }
.blog-card__meta{ font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--terracotta); margin:0 0 12px; }
.blog-card h2{ font-size:clamp(24px,2.4vw,30px); margin:0 0 12px; }
.blog-card p{ color:var(--ink-soft); font-size:15px; line-height:1.7; }
@media(max-width:768px){ .blog__grid{ grid-template-columns:1fr; } .blog{ padding:80px 0; } }

/* ---------- article ---------- */
.article{ padding:90px 0 110px; }
.article__inner{ max-width:780px; }
.article__meta{ font-size:13px; letter-spacing:0.08em; color:var(--ink-soft); margin:0 0 36px; }
.article__meta a{ color:var(--terracotta); }
.prose{ font-size:17px; line-height:1.8; }
.prose h2{ font-size:clamp(26px,3vw,36px); margin:48px 0 14px; }
.prose h3{ font-family:var(--font-serif); font-size:23px; margin:30px 0 8px; }
.prose p{ margin:0 0 18px; }
.prose ul{ list-style:disc; padding-left:22px; margin:0 0 20px; }
.prose li{ margin-bottom:10px; }
.prose a{ color:var(--terracotta); text-decoration:underline; text-underline-offset:3px; }

/* ---------- home hero: brand above the keyword H1 ---------- */
.hero__brand{
  font-family:var(--font-brand);
  font-style:italic;
  font-weight:500;
  font-size:clamp(22px,2.4vw,30px);
  color:#fff;
  margin:0 0 14px;
  text-shadow:0 2px 16px rgba(15,10,8,0.55);
}
.hero__brand em{ color:var(--gold); }
.hero__title--keyword{ font-size:clamp(44px,7.4vw,100px); line-height:1.05; }

/* ---------- cookie notice ---------- */
.cookie-note{
  position:fixed; left:50%; bottom:20px; z-index:450;
  display:flex; align-items:center; gap:14px;
  width:max-content; max-width:calc(100% - 32px);
  padding:10px 10px 10px 18px;
  background:rgba(43,36,32,0.92); color:var(--cream);
  border-radius:999px;
  font-size:13px; line-height:1.4;
  box-shadow:0 8px 30px rgba(20,14,10,0.25);
  opacity:0; transform:translate(-50%, 20px); pointer-events:none;
  transition:opacity .35s ease, transform .35s ease;
}
.cookie-note.is-visible{ opacity:1; transform:translate(-50%, 0); pointer-events:auto; }
.cookie-note p{ margin:0; }
.cookie-note__actions{ display:flex; gap:6px; flex-shrink:0; }
.cookie-note button{
  padding:7px 14px; border-radius:999px;
  font-size:12px; font-weight:500; letter-spacing:0.04em;
  color:var(--cream); border:1px solid rgba(248,242,230,0.3);
  transition:background .2s ease;
}
.cookie-note button:hover{ background:rgba(248,242,230,0.12); }
.cookie-note button.is-primary{ background:var(--terracotta); border-color:var(--terracotta); color:#fff; }
.cookie-note button.is-primary:hover{ background:var(--terracotta-dark); }
@media(max-width:640px){
  .cookie-note{ bottom:88px; border-radius:18px; flex-wrap:wrap; justify-content:center; text-align:center; padding:12px 14px; }
}
.cookie-note p a{ color:var(--gold); text-decoration:underline; text-underline-offset:2px; white-space:nowrap; }
.footer__bottom-inner a{ text-decoration:underline; text-underline-offset:2px; }

/* ---------- mobile tap targets (min ~44px, Google mobile guidelines) ---------- */
@media(max-width:768px){
  .menu-toggle::before{ content:""; position:absolute; inset:-14px -8px; }
  .lang-switch a,.lang-switch__cur{ padding:10px 13px; }
  .qty-stepper button{ width:38px; height:38px; font-size:18px; }
  .qty-stepper--sm button{ width:34px; height:34px; }
  .footer__col{ gap:1px; }
  .footer__col a{ padding:7px 0; }
}

/* ---------- in-text links (internal linking) ---------- */
.escape__note a{ color:var(--gold); text-decoration:underline; text-underline-offset:3px; }
.faq__answer a, .contact__info p a{ color:var(--terracotta); text-decoration:underline; text-underline-offset:3px; }
