
:root{
  --pink:#f36f98;
  --pink-dark:#e95d88;
  --pink-soft:#ffdce7;
  --pink-pale:#fff1f5;
  --cream:#fffafa;
  --ink:#171719;
  --muted:#5e5b60;
  --line:#f2cbd8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream)}
a{text-decoration:none;color:inherit}
.topbar{
  height:122px;display:flex;align-items:center;padding:0 4.8vw;gap:32px;
  background:#fff9fb;border-bottom:1px solid #f5dce4;position:sticky;top:0;z-index:30
}
.logo-link img{width:255px;display:block}
.topbar nav{display:flex;gap:56px;margin-left:auto;font-weight:700;font-size:16px}
.topbar nav a:hover{color:var(--pink-dark)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:17px 28px;border-radius:13px;font-weight:800}
.btn-pink{background:linear-gradient(135deg,var(--pink),#ff87aa);color:white;box-shadow:0 10px 22px rgba(243,111,152,.18)}
.btn-light{border:1.5px solid var(--pink);color:var(--pink-dark);background:#fff}
.header-cta{min-width:180px}

.hero{
  min-height:700px;position:relative;overflow:hidden;
  display:grid;grid-template-columns:1.15fr .85fr;align-items:center;
  padding:54px 5.7vw 34px;background:linear-gradient(120deg,#fffafa 0%,#fff5f8 55%,#ffeef3 100%)
}
.hero-watermark{
  position:absolute;left:38%;top:4%;font-family:Georgia,serif;font-style:italic;
  font-size:470px;line-height:1;color:rgba(243,111,152,.11);pointer-events:none
}
.hero-copy{position:relative;z-index:2}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:3px;color:var(--pink-dark);margin:0 0 25px}
.center{text-align:center}
.hero h1{font-family:Georgia,serif;font-size:70px;line-height:1.02;margin:0;letter-spacing:-2px}
.hero h1 em{font-style:normal;color:var(--pink)}
.pink-rule{width:55px;height:2px;background:var(--pink);margin:27px 0 20px}
.lead{font-size:17px;line-height:1.55;max-width:650px}
.actions{display:flex;gap:28px;margin:30px 0 26px}
.chips{display:flex;gap:12px;flex-wrap:wrap}
.chips span{background:#fff5f8;border:1px solid #f5d8e1;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:700}
.hero-visual{height:620px;position:relative;display:flex;align-items:flex-end;justify-content:flex-end}
.equipment{
  width:100%;height:100%;object-fit:cover;object-position:center;
  border-radius:0;mix-blend-mode:multiply;filter:saturate(1.05)
}
.hero-card{
  position:absolute;left:3%;top:155px;width:320px;background:rgba(255,255,255,.96);
  padding:43px 36px;border-radius:28px;box-shadow:0 22px 45px rgba(53,21,33,.16)
}
.card-sparkles{color:var(--pink);font-size:32px;letter-spacing:2px}
.card-brand{margin-top:25px;font-family:Georgia,serif;font-size:31px;font-weight:700}
.card-brand span{font-size:64px;font-style:italic;color:var(--pink);margin-right:9px}
.card-sub{font-size:17px;line-height:1.45}
.card-rule{width:55px;height:2px;background:var(--pink);margin:25px 0}
.card-need{font-size:16px;line-height:1.55}

.why{padding:42px 5.7vw 58px;background:#fff}
.why h2,.section>h2{font-family:Georgia,serif;font-size:42px;text-align:center;margin:8px 0 35px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.why-grid article{
  display:flex;gap:20px;align-items:flex-start;background:#fff9fb;border:1px solid #f5dde5;
  border-radius:17px;padding:28px;min-height:145px
}
.mark{font-weight:900;color:var(--pink);font-size:29px;min-width:34px}
.why-grid h3{margin:2px 0 10px;font-size:16px}
.why-grid p{margin:0;line-height:1.5;font-size:14px}

.section{padding:72px 5.7vw}
.about{background:
  radial-gradient(circle at 50% 50%,rgba(243,111,152,.08),transparent 40%),
  #fff;text-align:center}
.about p{max-width:1000px;margin:12px auto;font-size:17px;line-height:1.7}
.highlight{background:linear-gradient(90deg,#ffd6e2,#fff0f5);padding:17px 22px;border-radius:12px;border:1px solid #f4c5d5}

.prestations{background:linear-gradient(180deg,#fff5f8,#fff1f5)}
.prestations>h2,.tarifs>h2,.fonctionnement>h2,.hours>h2{text-align:left}
.service-grid,.price-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.service-grid article,.price-grid article{
  background:#fff;border:1px solid #efcad7;border-radius:18px;padding:25px;
  box-shadow:0 10px 25px rgba(94,35,58,.045)
}
.service-grid article{border-top:5px solid var(--pink)}
.service-grid h3,.price-grid h3{font-family:Georgia,serif;font-size:22px;margin:3px 0 11px}
.service-grid p{margin:0;color:var(--muted);line-height:1.5}

.tarifs{background:#fff}
.pill{display:inline-block;background:#ffe8ef;color:#a14f6b;padding:7px 11px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:1px;margin-bottom:16px}
.price-grid p{display:flex;justify-content:space-between;border-bottom:1px solid #f2e6ea;padding:12px 0;margin:0}
.price-grid .total{margin:12px -10px -4px;padding:13px 10px;border:0;background:linear-gradient(90deg,#ffd4e1,#ffeaf0);border-radius:10px}
.price-grid .small{display:block;border:0;font-size:12px;line-height:1.4;color:var(--muted)}
.extras{margin-top:25px;background:#fff4f7;border:1px solid #f4d2dc;border-radius:16px;padding:20px;display:flex;gap:12px;flex-wrap:wrap}
.extras h3{width:100%;margin:0 0 4px}
.extras span{background:#fff;border:1px solid #f0c7d4;border-radius:999px;padding:11px 15px}
.note{text-align:center;color:#686067;font-size:12px;margin-top:18px}

.gallery-section{background:linear-gradient(180deg,#fff8fa,#fff0f4)}
.gallery-section>h2{text-align:left}
.gallery-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.tab{border:1px solid #efc1d0;background:#fff;padding:11px 17px;border-radius:999px;font-weight:700;cursor:pointer}
.tab.active{background:var(--pink);color:#fff;border-color:var(--pink)}
.gallery-panel{display:none}.gallery-panel.active{display:block}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.gallery-item{border:0;padding:0;background:none;cursor:pointer;overflow:hidden;border-radius:16px;aspect-ratio:4/3;box-shadow:0 9px 20px rgba(96,43,60,.08)}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:.2s}
.gallery-item:hover img{transform:scale(1.02)}
.empty{background:#fff;border:1px dashed #eab7c8;border-radius:16px;padding:55px;text-align:center;color:#746a70}

.fonctionnement{background:#fff}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.steps article{border:1px solid #efcbd7;border-radius:18px;padding:27px;background:#fffafa}
.steps b{font-family:Georgia,serif;color:var(--pink);font-size:31px}
.steps h3{font-size:16px;margin:16px 0 8px}
.steps p{font-size:14px;line-height:1.5}
.requirements{margin-top:22px;background:linear-gradient(90deg,#ffcbd9,#ffe8ef);padding:17px;text-align:center;border-radius:13px}
.requirements span{margin:0 17px}

.hours{background:linear-gradient(180deg,#fff5f8,#fff0f5)}
.hours-card{max-width:780px;margin:auto;background:#fff;border:1px solid #edc6d2;border-radius:17px;overflow:hidden}
.hours-card p{display:flex;justify-content:space-between;padding:15px 20px;margin:0;border-bottom:1px solid #f2e6e9}
.hours-card p:last-child{border:0}
.hours-card b{color:#b05372}

.contact{background:#262126;color:#fff;text-align:center;padding:75px 5.7vw}
.contact .eyebrow{color:#ff8eae}
.contact h2{font-family:Georgia,serif;font-size:50px;margin:8px 0 10px}
.contact p{color:#eee}
.contact-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.contact-buttons a{background:var(--pink);padding:14px 20px;border-radius:10px;font-weight:800;color:#fff}
footer{text-align:center;padding:30px;background:#fff}
.footer-logo{width:220px}
footer p{font-size:12px;color:#666}

.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:99;display:none;align-items:center;justify-content:center;padding:35px}
.lightbox.open{display:flex}.lightbox img{max-width:94vw;max-height:90vh;object-fit:contain}
.close{position:absolute;top:18px;right:25px;background:none;border:0;color:#fff;font-size:44px;cursor:pointer}

@media(max-width:1050px){
  .topbar nav{gap:22px}.logo-link img{width:210px}
  .hero{grid-template-columns:1fr}.hero-visual{height:500px}.hero-card{left:8%}
  .service-grid,.price-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .topbar{height:84px;padding:0 18px}.logo-link img{width:150px}.topbar nav{display:none}.header-cta{min-width:auto;padding:12px 14px}
  .hero{padding:45px 20px}.hero h1{font-size:49px}.hero-watermark{font-size:270px;left:22%}
  .hero-visual{height:390px}.hero-card{width:260px;top:95px;left:0;padding:25px}.card-brand span{font-size:48px}
  .why,.section,.contact{padding-left:20px;padding-right:20px}
  .why-grid,.service-grid,.price-grid,.steps{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .actions{flex-direction:column;gap:10px}.actions .btn{width:100%}
  .contact h2{font-size:39px}.contact-buttons{flex-direction:column}.contact-buttons a{width:100%}
}
