@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;padding:1.5rem 3rem;background:#0b1215;display:flex;align-items:center;justify-content:space-between;z-index:50}.header__center{display:flex;background:#e5e5e5;border-radius:999px;gap:.3rem;width:auto}.header__left,.header__right{display:flex;gap:.5rem}.pill{display:inline-block;margin:0;padding:.7rem 1.6rem;background:#fff;color:#000;border-radius:50px;font-family:Playball,cursive;font-size:1.2rem;text-decoration:none;transition:.2s ease}.pill:hover{box-shadow:0 4px 12px #ffffff26;background:#0b1215}.pill--brand{font-weight:600;white-space:nowrap}.pill--red{background:#841d1d;color:#fff}.pill--red:hover{box-shadow:0 4px 12px #7a111380}.pinyon-script-regular{font-family:Pinyon Script,cursive;font-weight:400;font-style:normal}.parisienne-regular{font-family:Parisienne,cursive;font-weight:400;font-style:normal}.hero{background-color:#0b1215;color:#fff;min-height:100vh;padding:6rem 2rem;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}@media(max-width:768px){.hero{padding:5rem 1.5rem 3rem;min-height:auto}}.hero__content{max-width:1100px;margin:0 auto;z-index:2;position:relative}.hero__title{font-family:Parisienne,cursive;font-size:6.5rem;font-style:italic;font-weight:400;margin:1rem 0 .8rem;line-height:1.1}@media(max-width:768px){.hero__title{font-size:3.2rem}}@media(max-width:576px){.hero__title{font-size:2.4rem}}.hero__subtitle{font-family:Pinyon Script,cursive;font-size:3rem;color:#c41e3a;font-style:italic;margin:0;line-height:1.4}@media(max-width:768px){.hero__subtitle{font-size:1.2rem}}.hero__tattoo-icon{position:absolute;right:590px;top:50%;transform:translateY(-94%);width:220px;opacity:.7;pointer-events:none;z-index:1}.hero__tattoo-icon svg,.hero__tattoo-icon img{width:100%;height:auto;color:#c41e3a;filter:drop-shadow(0 0 10px rgba(196,30,58,.3))}@media(max-width:992px){.hero__tattoo-icon{right:-100px;width:190px}}@media(max-width:768px){.hero__tattoo-icon{position:static;transform:none;margin:2rem auto 0;width:160px;opacity:.8}}.infos-rdv{max-width:1200px;margin:5rem auto;padding:0 1rem}.infos-rdv__title{font-family:Playball,cursive;font-size:2rem;color:#fff;text-align:center;margin-bottom:1.5rem}.infos-rdv__box{background:#0b1215;border:2px solid #841D1D;border-radius:1.5rem;padding:2.5rem 3rem;color:#fff;box-shadow:0 18px 45px #0000004d;line-height:1.7;font-size:1.15rem}.infos-rdv h3{margin-top:2rem;margin-bottom:.6rem;color:#caa;font-weight:600;font-size:1.3rem}.infos-rdv ul{list-style:none;padding-left:1rem}.infos-rdv ul li{margin-bottom:.4rem;position:relative}.infos-rdv ul li:before{content:"•";position:absolute;left:-1rem;color:#841d1d}.footer{background-color:#0b1215;color:#fff;padding:3rem 2rem 1rem;border-top:2px solid #841D1D}.footer__container{max-width:1400px;margin:0 auto}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}@media(max-width:576px){.footer__content{grid-template-columns:1fr}}.footer__section h3,.footer__section h4{font-family:Brush Script MT,cursive;font-style:italic;color:#841d1d;margin-bottom:1rem}.footer__section h3,.footer__section h4{font-size:2rem}.footer__section p{margin:0;font-size:.95rem;line-height:1.6}.footer__section ul{list-style:none;margin:0;padding:0}.footer__section ul li{margin-bottom:.5rem}.footer__section ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.footer__section ul li a:hover{color:#841d1d}.footer__social{display:flex;gap:1rem}.footer__social li{margin-bottom:0!important}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;font-size:.9rem;color:#ffffffb3}.footer__bottom p{margin:0}.gallery{background:#0b1215;padding:4rem 3rem 5rem;position:relative;z-index:1;opacity:0;transform:translateY(60px);transition:opacity .6s ease-out,transform .6s ease-out}@media(max-width:768px){.gallery{padding:3rem 1.5rem}}.gallery__inner{max-width:1200px;margin:0 auto}.gallery__grid{column-width:260px;column-gap:1.5rem}@media(max-width:992px){.gallery__grid{column-count:2}}@media(max-width:576px){.gallery__grid{column-count:1}}.gallery__item{break-inside:avoid;margin-bottom:1.8rem;border-radius:1.5rem;overflow:hidden;box-shadow:0 18px 45px #00000040;background:#f5f5f5;transform:translateY(0);transition:transform .2s ease,box-shadow .2s ease;display:inline-block;width:100%}.gallery__item img{width:100%;height:auto;display:block}.gallery__item:hover{transform:translateY(-6px);box-shadow:0 22px 60px #00000059}.gallery__title{font-family:Playball,cursive;font-size:2.5rem;font-style:italic;color:#fff;text-align:center;margin-bottom:2rem}.gallery--visible{opacity:1;transform:translateY(0)}.playball-regular{font-family:Playball,cursive;font-weight:600;font-style:normal}.card-stack{position:relative}.card--stack{position:relative;top:0;opacity:0;transform:translateY(40px) scale(.97);transition:opacity .5s ease,transform .5s ease}.card--visible{opacity:1;transform:translateY(0) scale(1)}.card--hidden{opacity:0;transform:translateY(40px) scale(.97)}.card-stack .card--stack+.card--stack{margin-top:-120px}.card-stack .card--stack:nth-child(1){z-index:1}.card-stack .card--stack:nth-child(2){z-index:2}.card-stack .card--stack:nth-child(3){z-index:3}.card-stack .card--stack:nth-child(4){z-index:4}@media(max-width:768px){.card--stack{position:static;margin:2rem auto;opacity:1;transform:none}.card-stack .card--stack+.card--stack{margin-top:2rem}}.card{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;background:#0b1215;color:#fff;border:2px solid #841D1D;border-radius:1.5rem;padding:2rem 3rem;width:100%;max-width:1200px;margin:1.5rem auto}@media(max-width:768px){.card{flex-direction:column;text-align:left;padding:2rem}}.card__image{width:clamp(200px,30vw,350px);height:clamp(140px,20vw,220px);border-radius:1.5rem;overflow:hidden;flex-shrink:0}.card__image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.card__image{width:100%;height:auto}}.card .card__image--lips{aspect-ratio:3/2;width:clamp(200px,25vw,300px)}.card__content{flex:1;min-width:240px}.card__content h1{margin-bottom:1rem;font-size:2rem;font-weight:600;font-family:Playball,cursive;color:#841d1d}.card__content ul{list-style:none;padding:0;margin:0}.card__content ul li{font-family:Rubik,sans-serif;height:auto;margin-bottom:.4rem;margin-left:.6rem;border-radius:4px;width:100%;font-size:1.2rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#0b1215}#root{display:flex;flex-direction:column;min-height:100vh}main{flex:1}a{color:inherit;text-decoration:none}a:hover{color:#c41e3a}button{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border:none;padding:.7rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease}button:hover{transform:translateY(-2px)}button:active{transform:translateY(0)}h1,h2,h3,h4,h5,h6{line-height:1.2}img{max-width:100%;height:auto;display:block}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section{padding:5rem 2rem}@media(max-width:768px){.section{padding:3rem 2rem}}*{transition:background-color .3s ease,color .3s ease}.section-title{font-family:Brush Script MT,cursive;font-size:3rem;font-style:italic;color:#fff;text-align:center;margin-top:3rem}@media(max-width:768px){.section-title{font-size:2.2rem}}#soins-anchor,#gallery-anchor{position:relative;top:-200px}#infos-anchor{position:relative;top:-100px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#0b1215;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#841d1d}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
