@charset "UTF-8";
@import url(main.css);
/*========================== CUSTOM FORMULAIRE DE CONTACT =======================*/
.display-5.fw-bold.lh-1.text-body-emphasis.mb-3.titles { color: white !important; }

form#formContact { background-color: transparent !important; border-radius: 0px !important; border: 1px solid rgba(255, 198, 57, 0.38) !important; }

.checkbox.mb-3 { color: white; }

/*========================== CUSTOM BLOC MAPS =======================*/
.col-sm-12.col-lg-6.col-xl-4.py-5.content.text-color-sixth { color: white !important; }

.maps-section .map-content { padding: 50px; }

/*========================== CUSTOM BLOC SEO =======================*/
.mx-auto.first-activity-div.col-lg-11.px-4.py-4.mb-5.mt-5.bg-primaryColor.text-color-primary.rounded-3.shadow-lg.position-relative, .mx-auto.second-activity-div.col-lg-11.px-4.py-4.mb-5.mt-5.rounded-3.shadow-lg.bg-primaryColor.text-color-primary.position-relative, .mx-auto.third-activity-div.col-lg-11.px-4.py-4.mb-4.mt-5.bg-primaryColor.text-color-primary.rounded-3.shadow-lg.position-relative { padding: 50px 20px !important; margin-top: 100px !important; margin-bottom: 100px !important; box-shadow: none !important; }

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { border-radius: 0px !important; background-color: transparent; }

.black-screen { display: none; }

/*=============================== CUSTOM AVIS GOOGLE ========================*/
.card.rounded-3.shadow-lg.mx-4.mb-4 { background-color: transparent !important; color: white !important; border-radius: 0px !important; border: 1px solid rgba(255, 198, 57, 0.38); padding: 10px; }

.card.p-2.rounded-3.shadow-lg.px-4.border-0.d-flex.justify-content-lg-between { background-color: transparent !important; color: white !important; border-radius: 0px !important; }

.d-lg-flex.align-items-center.justify-content-lg-between.text-center.text-lg-start.p-lg-4 { border: 1px solid rgba(255, 198, 57, 0.38); padding: 30px 50px !important; }

/*=============================== CUSTOM COOKIES ========================*/
div#termsfeed-com---nb { border-radius: 0px; margin: 10px; }

/*=============================== CUSTOM NAVBAR ========================*/
.spacer { display: none; }

.fs-6.animated-border-button.obftrucs { font-family: 'Urbanist'; text-transform: uppercase; color: #bbbbbb; font-weight: 800; }

button.w-100.btn.btn-outline-dark, a#maps-url, a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { padding: 14px 36px !important; font-family: 'Urbanist'; font-size: 1rem !important; font-weight: 800; text-transform: uppercase; border: 1px solid rgba(255, 198, 57, 0.38); background-color: transparent; color: white !important; border-radius: 0px !important; transition: all 0.35s ease; }

.animated-border-button:after { background-color: #ffc639; }

.navbar-brand { height: 9vh !important; width: 9vw !important; }

.logo_nav { height: 8vh !important; }

/* Navbar cachée au chargement */
nav#navigation-bar-show { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; opacity: 0; transform: translateY(-120%) scale(0.96); pointer-events: none; transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.35s ease, box-shadow 0.35s ease; background: rgba(0, 0, 0, 0.78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255, 198, 57, 0.22); }

/* Navbar visible au scroll */
nav#navigation-bar-show.nav-is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; box-shadow: 0 12px 35px rgba(0, 0, 0, 0.38); }

/* Petit effet doré qui glisse sous la navbar */
nav#navigation-bar-show::after { content: ""; position: absolute; left: -30%; bottom: 0; width: 30%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 198, 57, 0.8), transparent); opacity: 0; pointer-events: none; }

nav#navigation-bar-show.nav-is-visible::after { opacity: 1; animation: beauty-navbar-light 1.4s ease forwards; }

@keyframes beauty-navbar-light { from { left: -30%; }
  to { left: 100%; } }

/*=========================================================================================================== HERO D'ACCUEIL ==================================================================================================================*/
.beauty-hero { position: relative; min-height: 100vh; padding: 120px 7% 100px; background: #000000; color: #ffffff; overflow: hidden; display: flex; align-items: center; justify-content: center; }

.beauty-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; filter: grayscale(1) contrast(1.05) brightness(0.95); }

.beauty-hero__overlay { position: absolute; inset: 0; background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.48)), radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 36%); z-index: 1; }

.beauty-hero::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255, 198, 57, 0.36); box-shadow: inset 0 0 16px rgba(255, 198, 57, 0.06), 0 0 16px rgba(255, 198, 57, 0.06); pointer-events: none; z-index: 2; }

.beauty-hero__content { position: relative; z-index: 3; max-width: 1400px; margin: 0 auto; text-align: center; }

.beauty-hero__subtitle { display: block; margin-bottom: 20px; font-family: 'Urbanist', sans-serif; font-size: 1.5rem; text-transform: uppercase; font-weight: 400; color: rgba(255, 255, 255, 0.74); letter-spacing: 0.04em; }

.beauty-hero h1 { margin: 0; font-family: 'Cinzel Decorative', serif; font-size: clamp(3rem, 8vw, 7.2rem); line-height: 0.95; color: #ffffff; text-transform: uppercase; text-shadow: 0 0 16px rgba(255, 255, 255, 0.14); }

.beauty-hero p { max-width: 650px; margin: 24px auto 0; font-family: 'Urbanist', sans-serif; font-size: 1.2rem; line-height: 1.7; color: rgba(255, 255, 255, 0.72); }

.beauty-hero__btn { display: inline-flex; align-items: center; justify-content: center; margin-top: 34px; padding: 14px 36px; background: transparent; border: 1px solid rgba(255, 198, 57, 0.38); color: #ffffff; font-family: 'Urbanist', sans-serif; font-size: 0.9rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: all 0.35s ease; }

button.w-100.btn.btn-outline-dark:hover, a#maps-url:hover, a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover, .beauty-hero__btn:hover { background: rgba(255, 198, 57, 0.1); border-color: rgba(255, 198, 57, 0.68); color: #ffffff; transform: translateY(-3px); }

.beauty-scroll-arrow { position: absolute; left: 50%; bottom: 32px; width: 34px; height: 52px; transform: translateX(-50%); z-index: 4; }

.beauty-scroll-arrow span { position: absolute; left: 50%; width: 18px; height: 18px; border-right: 1px solid rgba(255, 198, 57, 0.64); border-bottom: 1px solid rgba(255, 198, 57, 0.64); transform: translateX(-50%) rotate(45deg); animation: beauty-scroll-down 1.8s infinite; }

.beauty-scroll-arrow span:first-child { top: 0; animation-delay: 0s; }

.beauty-scroll-arrow span:last-child { top: 15px; animation-delay: 0.22s; }

@keyframes beauty-scroll-down { 0% { opacity: 0;
    transform: translate(-50%, -8px) rotate(45deg); }
  45% { opacity: 1; }
  100% { opacity: 0;
    transform: translate(-50%, 14px) rotate(45deg); } }

@media (max-width: 768px) { .beauty-hero { min-height: 86vh; padding: 90px 6% 100px; } .beauty-hero__subtitle { font-size: 1rem; } .beauty-hero::after { inset: 12px; } .beauty-hero h1 { letter-spacing: 0.08em; } .beauty-hero p { font-size: 0.95rem; } .beauty-hero__btn { padding: 13px 30px; min-width: 190px; } }

/*================================================================================================================== PRESENTATION DU SALON ======================================================================================================*/
.beauty-about { position: relative; padding: 110px 7%; background: #000000; color: #ffffff; overflow: hidden; }

.beauty-about::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(255, 198, 57, 0.06), transparent 22%), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px); background-size: auto, 36px 36px, 36px 36px; opacity: 0.45; pointer-events: none; }

.beauty-about__inner { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; }

.beauty-about__top { margin-bottom: 28px; }

.beauty-about__label { display: inline-block; font-family: 'Urbanist', sans-serif; font-size: 1.5rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.04em; color: rgba(255, 255, 255, 0.74); }

.beauty-about__grid { display: grid; grid-template-columns: 360px 1fr; gap: 52px; align-items: stretch; }

.beauty-about__video { position: relative; overflow: hidden; border: 1px solid rgba(255, 198, 57, 0.45); aspect-ratio: 3 / 4; background: #000000; }

.beauty-about__video::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 198, 57, 0.22); pointer-events: none; z-index: 2; }

.beauty-about__video video { width: 100%; height: 100%; display: block; object-fit: cover; filter: grayscale(1) contrast(1.05) brightness(0.9); }

.beauty-about__content { min-height: 480px; display: flex; flex-direction: column; justify-content: space-between; gap: 34px; padding: 18px 0; position: relative; }

.beauty-about__content::before { content: ""; width: 86px; height: 1px; background: rgba(255, 198, 57, 0.42); }

.beauty-about__text-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }

.beauty-about__text-columns p { margin: 0; font-family: 'Urbanist', sans-serif; font-size: 1rem; line-height: 1.7; color: rgba(255, 255, 255, 0.74); }

.beauty-about__text-columns p span { color: #ffc639; }

.beauty-about__highlight { max-width: 720px; margin-top: auto; font-family: 'Cinzel Decorative', serif; font-size: clamp(1.2rem, 2vw, 2rem); line-height: 1.1; text-transform: uppercase; color: #ffffff; }

.beauty-about__highlight span { display: block; color: rgba(255, 255, 255, 0.72); }

.beauty-about__btn { display: inline-flex; align-items: center; justify-content: center; width: fit-content; padding: 14px 36px; background: transparent; border: 1px solid rgba(255, 198, 57, 0.38); color: #ffffff; font-family: 'Urbanist', sans-serif; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: all 0.35s ease; margin-top: 4px; }

.beauty-about__btn:hover { background: rgba(255, 198, 57, 0.1); border-color: rgba(255, 198, 57, 0.68); color: #ffffff; transform: translateY(-3px); }

@media (max-width: 992px) { .beauty-about { padding: 90px 6%; } .beauty-about__grid { grid-template-columns: 1fr; } .beauty-about__video { max-width: 340px; } .beauty-about__text-columns { grid-template-columns: 1fr; } }

@media (max-width: 600px) { .beauty-about { padding: 70px 6%; } .beauty-about__label { font-size: 1rem; } .beauty-about__text-columns p { font-size: 0.9rem; } .beauty-about__btn { width: 100%; } }

/*============================================================================================================== LES UNIVERS / SERVICES =========================================================================================================*/
.beauty-services { position: relative; padding: 110px 7%; background: #000000; color: #ffffff; overflow: hidden; }

.beauty-services::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 16% 20%, rgba(255, 198, 57, 0.055), transparent 26%), radial-gradient(circle at 86% 82%, rgba(255, 255, 255, 0.04), transparent 30%), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px); background-size: auto, auto, 38px 38px, 38px 38px; pointer-events: none; }

.beauty-services__inner { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; }

.beauty-services__intro { margin-bottom: 42px; text-align: center; }

.beauty-services__intro span { display: block; margin-bottom: 12px; font-family: 'Urbanist', sans-serif; font-size: 1.5rem; font-weight: 400; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255, 255, 255, 0.74); }

.beauty-services__intro h2 { margin: 0; font-family: 'Cinzel Decorative', serif; font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: 1; text-transform: uppercase; color: #ffffff; }

.beauty-services__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }

.beauty-service-card { position: relative; display: flex; min-height: 360px; overflow: hidden; text-decoration: none; color: #ffffff; border: 1px solid rgba(255, 198, 57, 0.36); box-shadow: inset 0 0 16px rgba(255, 198, 57, 0.06), 0 0 16px rgba(255, 198, 57, 0.06); }

.beauty-service-card::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255, 198, 57, 0.18); pointer-events: none; z-index: 3; transition: all 0.4s ease; }

.beauty-service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 0.8s ease, filter 0.8s ease; }

.beauty-service-card__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.24)), rgba(0, 0, 0, 0.15); opacity: 0; transition: opacity 0.45s ease; }

.beauty-service-card__content { position: relative; z-index: 2; width: 100%; max-width: 520px; min-height: 360px; padding: clamp(28px, 4vw, 42px); display: flex; flex-direction: column; justify-content: center; opacity: 0; transform: translateY(28px); transition: opacity 0.45s ease, transform 0.45s ease; box-sizing: border-box; }

.beauty-service-card__content span { display: block; margin-bottom: 14px; font-family: 'Urbanist', sans-serif; font-size: 0.86rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255, 198, 57, 0.78); }

.beauty-service-card__content h3 { margin: 0; font-family: 'Cinzel Decorative', serif; font-size: clamp(1.5rem, 2.6vw, 2.8rem); line-height: 1; text-transform: uppercase; color: #ffffff; }

.beauty-service-card__content p { max-width: 520px; margin: 22px 0 0; font-family: 'Urbanist', sans-serif; font-size: 1rem; line-height: 1.7; color: rgba(255, 255, 255, 0.75); overflow-wrap: anywhere; }

.beauty-service-card__content strong { display: inline-flex; width: fit-content; margin-top: 28px; padding-bottom: 7px; font-family: 'Urbanist', sans-serif; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: #ffffff; border-bottom: 1px solid rgba(255, 198, 57, 0.55); }

.beauty-service-card:hover img { transform: scale(1.08); filter: grayscale(1) contrast(1.12) brightness(0.9); }

.beauty-service-card:hover .beauty-service-card__overlay { opacity: 1; }

.beauty-service-card:hover .beauty-service-card__content { opacity: 1; transform: translateY(0); }

.beauty-service-card:hover::after { inset: 26px; border-color: rgba(255, 198, 57, 0.38); }

/* Mobile : texte visible directement */
/* Tablette */
@media (max-width: 1024px) { .beauty-services__grid { gap: 24px; } .beauty-service-card { min-height: 400px; } .beauty-service-card__content { min-height: 400px; } }

/* Mobile : texte visible directement */
@media (max-width: 768px) { .beauty-services { padding: 70px 5%; } .beauty-services__grid { grid-template-columns: 1fr; gap: 22px; } .beauty-services__intro { margin-bottom: 30px; } .beauty-service-card { min-height: auto; aspect-ratio: auto; } .beauty-service-card::before { content: ""; display: block; min-height: 420px; } .beauty-service-card img { filter: grayscale(1) contrast(1.05) brightness(0.68); } .beauty-service-card__overlay { opacity: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.9)), rgba(0, 0, 0, 0.2); } .beauty-service-card__content { position: absolute; inset: 0; max-width: none; min-height: 0; height: auto; padding: 34px 26px; justify-content: flex-end; opacity: 1; transform: none; } .beauty-service-card__content h3 { font-size: clamp(1.55rem, 8vw, 2.4rem); } .beauty-service-card__content p { margin-top: 16px; font-size: 0.96rem; line-height: 1.55; } .beauty-service-card__content strong { margin-top: 20px; } .beauty-service-card::after { inset: 12px; } .beauty-service-card:hover img { transform: scale(1.02); } .beauty-service-card:hover::after { inset: 12px; } }

/* Petit mobile */
@media (max-width: 480px) { .beauty-services { padding: 60px 4%; } .beauty-service-card::before { min-height: 460px; } .beauty-service-card__content { padding: 30px 22px; } .beauty-service-card__content p { font-size: 0.9rem; line-height: 1.5; } }

/* Très petit écran */
@media (max-width: 360px) { .beauty-service-card::before { min-height: 500px; } .beauty-service-card__content { padding: 28px 18px; } }

/*========================================================================================================= GALLERIE REAL : ACCUEIL ==========================================================================================================*/
.beauty-mini-gallery { position: relative; padding-block: 0 100px; padding-inline: 7%; background: #000000; color: #ffffff; overflow: hidden; }

.beauty-mini-gallery::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 22%, rgba(255, 198, 57, 0.055), transparent 25%), radial-gradient(circle at 82% 76%, rgba(255, 255, 255, 0.035), transparent 28%), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px); background-size: auto, auto, 38px 38px, 38px 38px; pointer-events: none; }

.beauty-mini-gallery__inner { position: relative; z-index: 1; max-width: 1450px; margin: 0 auto; }

.beauty-mini-gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.beauty-mini-gallery__item { position: relative; aspect-ratio: 1 / 1.18; overflow: hidden; background: #080808; border: 1px solid rgba(255, 198, 57, 0.34); box-shadow: inset 0 0 14px rgba(255, 198, 57, 0.05), 0 0 18px rgba(255, 198, 57, 0.04); }

.beauty-mini-gallery__item::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 198, 57, 0.14); pointer-events: none; z-index: 2; transition: inset 0.35s ease, border-color 0.35s ease; }

.beauty-mini-gallery__item img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 0.6s ease, filter 0.6s ease; }

.beauty-mini-gallery__actions { display: flex; justify-content: center; margin-top: 44px; }

.beauty-mini-gallery__btn { display: inline-flex; align-items: center; justify-content: center; padding-block: 14px; padding-inline: 36px; background: transparent; border: 1px solid rgba(255, 198, 57, 0.38); color: #ffffff; font-family: 'Urbanist', sans-serif; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: all 0.35s ease; }

.beauty-mini-gallery__btn:hover { background: rgba(255, 198, 57, 0.1); border-color: rgba(255, 198, 57, 0.68); color: #ffffff; transform: translateY(-3px); }

@media (max-width: 950px) { .beauty-mini-gallery { padding-block: 0 90px; padding-inline: 6%; } .beauty-mini-gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 18px; } }

@media (max-width: 520px) { .beauty-mini-gallery { padding-block: 0 70px; } .beauty-mini-gallery__grid { gap: 14px; } .beauty-mini-gallery__item { aspect-ratio: 1 / 1.25; } .beauty-mini-gallery__actions { margin-top: 34px; } }

/*========================================================================================================= RESEAUX SOCIAUX - BLOC FIXED ==========================================================================================================*/
.beauty-social-fixed { position: fixed; top: 50%; right: 26px; transform: translateY(-50%); z-index: 9998; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 18px 10px; background: rgba(255, 198, 57, 0.78); border: 1px solid rgba(255, 198, 57, 0.34); box-shadow: inset 0 0 14px rgba(255, 198, 57, 0.06), 0 0 22px rgba(0, 0, 0, 0.32); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

.beauty-social-fixed::before { content: ""; width: 1px; height: 34px; background: rgba(255, 198, 57, 0.38); }

.beauty-social-fixed::after { content: ""; width: 1px; height: 34px; background: rgba(255, 198, 57, 0.38); }

.beauty-social-fixed__label { writing-mode: vertical-rl; transform: rotate(180deg); font-family: 'Urbanist', sans-serif; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); }

.beauty-social-fixed a { position: relative; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; color: #ffffff; text-decoration: none; transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease; }

.beauty-social-fixed a::before { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(255, 198, 57, 0); background: transparent; transform: none; transition: all 0.35s ease; }

.beauty-social-fixed a:hover { color: #000000; background: rgba(255, 198, 57, 0.08); transform: translateX(-4px); }

.beauty-social-fixed a:hover::before { border-color: rgba(255, 198, 57, 0.78); transform: none; }

.beauty-social-fixed svg { position: relative; z-index: 1; width: 28px; height: 28px; fill: currentColor; }

/* Responsive : bloc en bas à droite */
@media (max-width: 768px) { .beauty-social-fixed { top: auto; right: 16px; bottom: 16px; transform: none; flex-direction: row; padding: 9px 12px; gap: 10px; } .beauty-social-fixed__label, .beauty-social-fixed::before, .beauty-social-fixed::after { display: none; } .beauty-social-fixed a { width: 34px; height: 34px; } .beauty-social-fixed a:hover { transform: translateY(-3px); } }

/*========================================================================================================== EN TETE - PAGE SECONDAIRE ===========================================================================================================*/
.beauty-page-header { position: relative; min-height: 40vh; padding: 90px 7% 70px; background: linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.68)), url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FMYwJKRxB2ePPiNS2D0JZJWUoQLy2%2Fimages%2FBG_en_tete_page_secondaire_gjzn.webp"); background-size: cover; background-position: center; color: #ffffff; overflow: hidden; display: flex; align-items: center; justify-content: center; }

.beauty-page-header__overlay { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 36%), rgba(0, 0, 0, 0.14); z-index: 0; }

.beauty-page-header::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255, 198, 57, 0.34); box-shadow: inset 0 0 14px rgba(255, 198, 57, 0.05), 0 0 14px rgba(255, 198, 57, 0.05); pointer-events: none; z-index: 2; }

.beauty-page-header__content { position: relative; z-index: 3; max-width: 1200px; margin: 0 auto; text-align: center; }

.beauty-page-header__content span { display: block; margin-bottom: 12px; font-family: 'Urbanist', sans-serif; font-size: 1.5rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255, 255, 255, 0.74); margin-bottom: 20px; }

.beauty-page-header h1 { margin: 0; font-family: 'Cinzel Decorative', serif; font-size: clamp(2.4rem, 5vw, 5rem); line-height: 1; text-transform: uppercase; color: #ffffff; text-shadow: 0 0 14px rgba(255, 255, 255, 0.12); }

.beauty-page-header p { max-width: 650px; margin: 22px auto 0; font-family: 'Urbanist', sans-serif; font-size: 1.2rem; line-height: 1.7; color: rgba(255, 255, 255, 0.72); }

@media (max-width: 768px) { .beauty-page-header { min-height: 42vh; padding: 80px 6% 65px; } .beauty-page-header::after { inset: 12px; } .beauty-page-header h1 { font-size: clamp(2rem, 10vw, 3.2rem); } .beauty-page-header p { font-size: 0.95rem; } }

/*=========================================================================================================== QUI SOMMES NOUS ? ==================================================================================================================*/
.beauty-story { position: relative; padding: 120px 7%; background: #000000; color: #ffffff; overflow: hidden; }

.beauty-story::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 22%, rgba(255, 198, 57, 0.06), transparent 25%), radial-gradient(circle at 82% 75%, rgba(255, 255, 255, 0.04), transparent 28%), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px); background-size: auto, auto, 38px 38px, 38px 38px; pointer-events: none; }

.beauty-story__inner { position: relative; z-index: 1; max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: 1fr 360px 1fr; gap: 52px; align-items: center; }

.beauty-story__left, .beauty-story__right { min-width: 0; }

.beauty-story__label { display: block; margin-bottom: 24px; font-family: 'Urbanist', serif; font-size: 1.5rem; line-height: 1; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.74); }

.beauty-story__gold-line { width: 115px; height: 1px; margin-bottom: 30px; background: rgba(255, 198, 57, 0.55); }

.beauty-story p { margin: 24px 0 0; font-family: 'Urbanist', sans-serif; font-size: 1rem; line-height: 1.8; color: rgba(255, 255, 255, 0.72); }

.beauty-story p span { color: #ffc639; }

.beauty-story__left p:first-of-type { margin-top: 0; }

.beauty-story__image { position: relative; overflow: hidden; aspect-ratio: 3 / 4.4; border: 1px solid rgba(255, 198, 57, 0.42); box-shadow: inset 0 0 16px rgba(255, 198, 57, 0.06), 0 0 22px rgba(255, 198, 57, 0.06); }

.beauty-story__image::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255, 198, 57, 0.2); pointer-events: none; z-index: 2; }

.beauty-story__image video { width: 100%; height: 100%; display: block; object-fit: cover; filter: grayscale(1) contrast(1.08) brightness(0.88); transition: transform 0.8s ease, filter 0.8s ease; }

.beauty-story__quote { max-width: 460px; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255, 198, 57, 0.28); font-family: 'Cinzel Decorative', serif; font-size: clamp(1.15rem, 1.6vw, 1.65rem); line-height: 1.3; text-transform: uppercase; color: rgba(255, 255, 255, 0.92); }

.beauty-story__quote span { display: block; margin-top: 6px; color: rgba(255, 255, 255, 0.68); }

@media (max-width: 1100px) { .beauty-story__inner { grid-template-columns: 1fr 320px 1fr; gap: 34px; } }

@media (max-width: 900px) { .beauty-story { padding: 90px 6%; } .beauty-story__inner { grid-template-columns: 1fr; gap: 34px; } .beauty-story__left { order: 1; } .beauty-story__image { order: 2; max-width: 420px; width: 100%; margin: 0 auto; } .beauty-story__right { order: 3; } .beauty-story__quote { max-width: 100%; margin-top: 26px; } }

@media (max-width: 600px) { .beauty-story { padding: 70px 6%; } .beauty-story__label { font-size: clamp(1.6rem, 10vw, 2.6rem); } .beauty-story__image { aspect-ratio: 1 / 1.25; } .beauty-story p { font-size: 0.95rem; } .beauty-story__quote { font-size: 1.15rem; padding-top: 20px; } }

/*=============================================================================================================== PRESENTATION DE L'EQUIPE =======================================================================================================*/
.beauty-team-simple { position: relative; padding: 50px 7%; background: #000000; color: #ffffff; overflow: hidden; }

.beauty-team-simple::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 22%, rgba(255, 198, 57, 0.055), transparent 25%), radial-gradient(circle at 82% 76%, rgba(255, 255, 255, 0.035), transparent 28%), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px); background-size: auto, auto, 38px 38px, 38px 38px; pointer-events: none; }

.beauty-team-simple__inner { position: relative; z-index: 1; max-width: 1250px; margin: 0 auto; }

.beauty-team-simple__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }

.beauty-member-card { position: relative; overflow: hidden; border: 1px solid rgba(255, 198, 57, 0.36); background: rgba(255, 255, 255, 0.025); box-shadow: inset 0 0 16px rgba(255, 198, 57, 0.05), 0 0 18px rgba(255, 198, 57, 0.04); }

.beauty-member-card::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255, 198, 57, 0.16); pointer-events: none; z-index: 3; transition: inset 0.4s ease, border-color 0.4s ease; }

.beauty-member-card__image { position: relative; height: 430px; overflow: hidden; }

.beauty-member-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: grayscale(1) contrast(1.08) brightness(0.84); transition: transform 0.8s ease, filter 0.8s ease; }

.beauty-member-card__content { position: relative; z-index: 4; padding: 34px 36px 42px; background: #000000; }

.beauty-member-card__content span { display: inline-block; margin-bottom: 10px; padding-bottom: 7px; border-bottom: 1px solid rgba(255, 198, 57, 0.48); font-family: 'Urbanist', sans-serif; font-size: 0.9rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255, 255, 255, 0.58); }

.beauty-member-card__content h3 { margin: 0; font-family: 'Cinzel Decorative', serif; font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: 1; text-transform: uppercase; color: #ffffff; }

.beauty-member-card__content p { margin: 18px 0 0; font-family: 'Urbanist', sans-serif; font-size: 1rem; line-height: 1.7; color: rgba(255, 255, 255, 0.7); }

.beauty-member-card__instagram { display: inline-flex; align-items: center; width: fit-content; margin-top: 22px; padding-bottom: 6px; border-bottom: 1px solid rgba(255, 198, 57, 0.55); color: rgba(255, 255, 255, 0.82); font-family: 'Urbanist', sans-serif; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: all 0.35s ease; }

.beauty-member-card__instagram::before { content: "@"; margin-right: 8px; color: rgba(255, 198, 57, 0.78); }

.beauty-member-card__instagram:hover { color: #ffc639; border-color: rgba(255, 198, 57, 0.9); transform: translateY(-2px); }

@media (max-width: 900px) { .beauty-team-simple { padding: 90px 6%; } .beauty-team-simple__grid { grid-template-columns: 1fr; } .beauty-member-card__image { height: 380px; } }

@media (max-width: 520px) { .beauty-team-simple { padding: 70px 6%; } .beauty-team-simple__intro { margin-bottom: 38px; } .beauty-member-card__image { height: 320px; } .beauty-member-card__content { padding: 30px 26px 36px; } .beauty-member-card::after { inset: 12px; } .beauty-member-card:hover::after { inset: 12px; } }

/*================================================================================================== INTRODUCTION TATOUAGE / PIERCING =============================================================================================================*/
.beauty-tattoo-presentation { position: relative; padding: 120px 7%; background: #000000; color: #ffffff; overflow: hidden; }

.beauty-tattoo-presentation::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 22%, rgba(255, 198, 57, 0.055), transparent 25%), radial-gradient(circle at 82% 76%, rgba(255, 255, 255, 0.035), transparent 28%), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px); background-size: auto, auto, 38px 38px, 38px 38px; pointer-events: none; }

.beauty-tattoo-presentation__inner { position: relative; z-index: 1; max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 80px; align-items: stretch; }

.beauty-tattoo-presentation__gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr 0.75fr 0.75fr 1.25fr; gap: 26px; align-items: stretch; /* Important : on enlève le carré */ aspect-ratio: auto; /* Hauteur proche du bloc texte */ height: 100%; max-height: 520px; }

.beauty-tattoo-presentation__img { position: relative; overflow: hidden; border: 1px solid rgba(255, 198, 57, 0.36); background: #080808; box-shadow: inset 0 0 14px rgba(255, 198, 57, 0.05), 0 0 18px rgba(255, 198, 57, 0.04); }

.beauty-tattoo-presentation__img::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 198, 57, 0.16); pointer-events: none; z-index: 2; transition: inset 0.35s ease, border-color 0.35s ease; }

.beauty-tattoo-presentation__img img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 0.7s ease, filter 0.7s ease; }

/* Bloc carré avec tailles différentes */
.beauty-tattoo-presentation__img--1 { grid-column: 1 / 2; grid-row: 1 / 4; }

.beauty-tattoo-presentation__img--2 { grid-column: 2 / 3; grid-row: 1 / 3; }

.beauty-tattoo-presentation__img--3 { grid-column: 1 / 2; grid-row: 4 / 5; }

.beauty-tattoo-presentation__img--4 { grid-column: 2 / 3; grid-row: 3 / 5; }

/* Texte */
.beauty-tattoo-presentation__content { max-width: 620px; }

.beauty-tattoo-presentation__suptitle { display: block; margin-bottom: 18px; font-family: 'Urbanist', sans-serif; font-size: 1.5rem; font-weight: 400; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255, 255, 255, 0.74); }

.beauty-tattoo-presentation__line { width: 115px; height: 1px; margin: 30px 0; background: rgba(255, 198, 57, 0.55); }

.beauty-tattoo-presentation p { margin: 22px 0 0; font-family: 'Urbanist', sans-serif; font-size: 1rem; line-height: 1.8; color: rgba(255, 255, 255, 0.72); }

.beauty-tattoo-presentation p span { color: #ffc639; }

.beauty-tattoo-presentation__btn { display: inline-flex; align-items: center; justify-content: center; margin-top: 34px; padding: 14px 36px; background: transparent; border: 1px solid rgba(255, 198, 57, 0.38); color: #ffffff; font-family: 'Urbanist', sans-serif; font-size: 0.9rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: all 0.35s ease; }

.beauty-tattoo-presentation__btn:hover { background: rgba(255, 198, 57, 0.1); border-color: rgba(255, 198, 57, 0.68); color: #ffffff; transform: translateY(-3px); }

/* Responsive */
@media (max-width: 1050px) { .beauty-tattoo-presentation__inner { grid-template-columns: 1fr; gap: 60px; } .beauty-tattoo-presentation__gallery { max-width: 760px; width: 100%; height: 520px; max-height: none; margin: 0 auto; } .beauty-tattoo-presentation__content { max-width: 760px; margin: 0 auto; text-align: center; } .beauty-tattoo-presentation__line { margin-left: auto; margin-right: auto; } }

@media (max-width: 768px) { .beauty-tattoo-presentation { padding: 90px 6%; } .beauty-tattoo-presentation__gallery { height: 420px; gap: 14px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.15fr 0.85fr 0.85fr 1.15fr; gap: 14px; aspect-ratio: 1 / 1; } .beauty-tattoo-presentation__img--1 { grid-column: 1 / 2; grid-row: 1 / 4; } .beauty-tattoo-presentation__img--2 { grid-column: 2 / 3; grid-row: 1 / 3; } .beauty-tattoo-presentation__img--3 { grid-column: 1 / 2; grid-row: 4 / 5; } .beauty-tattoo-presentation__img--4 { grid-column: 2 / 3; grid-row: 3 / 5; } .beauty-tattoo-presentation__content { text-align: left; } .beauty-tattoo-presentation__line { margin-left: 0; margin-right: 0; } }

@media (max-width: 520px) { .beauty-tattoo-presentation { padding: 70px 6%; } .beauty-tattoo-presentation__gallery { height: 360px; gap: 10px; } .beauty-tattoo-presentation__img::after { inset: 8px; } .beauty-tattoo-presentation__btn { width: 100%; } }

/*======================================================================================================== GALERIE D'IMAGES (REALISATIONS) AVEC FILTRES ==========================================================================================*/
.beauty-realisations-section { position: relative; padding: 50px 7%; background: #000000; color: #ffffff; overflow: hidden; }

.beauty-realisations-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 22%, rgba(255, 198, 57, 0.055), transparent 25%), radial-gradient(circle at 82% 76%, rgba(255, 255, 255, 0.035), transparent 28%), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px); background-size: auto, auto, 38px 38px, 38px 38px; pointer-events: none; }

.beauty-realisations__overlay { position: relative; z-index: 1; max-width: 1450px; margin: 0 auto; }

.beauty-realisations__intro { max-width: 760px; margin: 0 auto 48px; text-align: center; }

.beauty-realisations__intro span { display: block; margin-bottom: 14px; font-family: 'Urbanist', sans-serif; font-size: 0.86rem; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255, 255, 255, 0.58); }

.beauty-realisations__intro h2 { margin: 0; font-family: 'Cinzel Decorative', serif; font-size: clamp(2.2rem, 5vw, 5rem); line-height: 1; text-transform: uppercase; color: #ffffff; }

.beauty-realisations__line { width: 115px; height: 1px; margin: 26px auto 0; background: rgba(255, 198, 57, 0.55); }

.beauty-realisations__intro p { max-width: 680px; margin: 26px auto 0; font-family: 'Urbanist', sans-serif; font-size: 1rem; line-height: 1.8; color: rgba(255, 255, 255, 0.72); }

/* Filtres */
.beauty-filter-tabs { display: flex; justify-content: center; gap: 16px; margin-bottom: 46px; flex-wrap: wrap; }

.beauty-filter-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 160px; padding: 14px 30px; background: transparent; border: 1px solid rgba(255, 198, 57, 0.32); color: rgba(255, 255, 255, 0.78); font-family: 'Urbanist', sans-serif; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; transition: all 0.35s ease; }

.beauty-filter-btn::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255, 198, 57, 0); pointer-events: none; transition: all 0.35s ease; }

.beauty-filter-btn:hover { color: #ffffff; border-color: rgba(255, 198, 57, 0.62); background: rgba(255, 198, 57, 0.08); transform: translateY(-2px); }

.beauty-filter-btn:hover::after { border-color: rgba(255, 198, 57, 0.22); }

.beauty-filter-btn.active { background: rgba(255, 198, 57, 0.78); border-color: rgba(255, 198, 57, 0.9); color: #000000; }

.beauty-filter-btn.active::after { border-color: rgba(0, 0, 0, 0.22); }

/* Grille */
.beauty-realisations-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.beauty-realisation-card { position: relative; overflow: hidden; height: 340px; border: 1px solid rgba(255, 198, 57, 0.28); background: #080808; box-shadow: inset 0 0 14px rgba(255, 198, 57, 0.04), 0 0 18px rgba(255, 198, 57, 0.03); transition: transform 0.35s ease, border-color 0.35s ease, opacity 0.35s ease; }

.beauty-realisation-card:nth-child(4n + 2), .beauty-realisation-card:nth-child(4n + 4) { margin-top: 38px; }

.beauty-realisation-card::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 198, 57, 0.14); pointer-events: none; z-index: 2; transition: inset 0.35s ease, border-color 0.35s ease; }

.beauty-realisation-card:hover { transform: translateY(-6px); border-color: rgba(255, 198, 57, 0.48); }

.beauty-realisation-card:hover::after { inset: 18px; border-color: rgba(255, 198, 57, 0.36); }

.beauty-realisation-card img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: pointer; transition: transform 0.7s ease; }

.beauty-realisation-card:hover img { transform: scale(1.07); }

.beauty-realisation-card.hidden { display: none; }

/* Modal */
.beauty-modal { display: none; position: fixed; z-index: 99999; inset: 0; width: 100%; height: 100%; background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 38%), rgba(0, 0, 0, 0.92); align-items: center; justify-content: center; padding: 40px; }

.beauty-modal-content { max-width: 900px; max-height: 84vh; width: auto; height: auto; object-fit: contain; border: 1px solid rgba(255, 198, 57, 0.42); box-shadow: 0 0 30px rgba(255, 198, 57, 0.08), 0 0 80px rgba(0, 0, 0, 0.8); }

.beauty-modal-close { position: absolute; top: 28px; right: 36px; color: #ffffff; font-size: 42px; font-weight: 300; line-height: 1; cursor: pointer; z-index: 100000; transition: color 0.35s ease, transform 0.35s ease; }

.beauty-modal-close:hover { color: #ffc639; transform: rotate(90deg); }

/* Responsive */
@media (max-width: 1100px) { .beauty-realisations-grid { grid-template-columns: repeat(3, 1fr); } .beauty-realisation-card:nth-child(4n + 2), .beauty-realisation-card:nth-child(4n + 4) { margin-top: 0; } .beauty-realisation-card:nth-child(3n + 2) { margin-top: 34px; } }

@media (max-width: 768px) { .beauty-realisations-section { padding: 90px 6%; } .beauty-filter-tabs { gap: 10px; margin-bottom: 34px; } .beauty-filter-btn { min-width: auto; padding: 12px 22px; font-size: 0.7rem; } .beauty-realisations-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } .beauty-realisation-card { min-height: 260px; } .beauty-realisation-card img { height: 100%; } .beauty-realisation-card:nth-child(3n + 2) { margin-top: 0; } .beauty-realisation-card:nth-child(even) { margin-top: 26px; } .beauty-modal { padding: 24px; } .beauty-modal-close { top: 18px; right: 22px; font-size: 38px; } }

@media (max-width: 520px) { .beauty-realisations-section { padding: 70px 6%; } .beauty-realisations__intro { margin-bottom: 34px; } .beauty-realisations-grid { gap: 12px; } .beauty-realisation-card { height: 220px; } .beauty-realisation-card img { height: 100%; } .beauty-realisation-card::after { inset: 8px; } .beauty-filter-btn { width: 100%; } }

/*==================================================================================================================== LES GUESTS =============================================================================================================*/
.beauty-guest { position: relative; padding: 50px 7%; background: #000000; color: #ffffff; overflow: hidden; }

.beauty-guest__inner { position: relative; z-index: 1; max-width: 1450px; margin: 0 auto; }

.beauty-guest__header { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; align-items: end; margin-bottom: 44px; }

.beauty-guest__title span { display: block; margin-bottom: 14px; font-family: 'Urbanist', sans-serif; font-size: 1.5rem; font-weight: 400; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255, 255, 255, 0.74); }

.beauty-guest__title h2 { margin: 0; font-family: 'Cinzel Decorative', serif; font-size: clamp(3rem, 7vw, 7rem); line-height: 0.95; text-transform: uppercase; color: #ffffff; }

.beauty-guest__description { max-width: 720px; }

.beauty-guest__line { width: 115px; height: 1px; margin-bottom: 24px; background: rgba(255, 198, 57, 0.55); }

.beauty-guest__description p { margin: 0; font-family: 'Urbanist', sans-serif; font-size: 1rem; line-height: 1.75; color: rgba(255, 255, 255, 0.72); }

.beauty-guest__instagram { display: inline-flex; align-items: center; width: fit-content; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid rgba(255, 198, 57, 0.55); color: rgba(255, 255, 255, 0.84); font-family: 'Urbanist', sans-serif; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: all 0.35s ease; }

.beauty-guest__instagram::before { content: "@"; margin-right: 8px; color: rgba(255, 198, 57, 0.78); }

.beauty-guest__instagram:hover { color: #ffc639; border-color: rgba(255, 198, 57, 0.9); transform: translateY(-2px); }

/* Galerie sur une seule ligne */
.beauty-guest__gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; width: 100%; }

.beauty-guest__item { position: relative; overflow: hidden; aspect-ratio: 1 / 1.15; border: 1px solid rgba(255, 198, 57, 0.32); background: #080808; box-shadow: inset 0 0 14px rgba(255, 198, 57, 0.05), 0 0 18px rgba(255, 198, 57, 0.04); }

.beauty-guest__item::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255, 198, 57, 0.15); pointer-events: none; z-index: 2; transition: inset 0.35s ease, border-color 0.35s ease; }

.beauty-guest__item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 0.7s ease, filter 0.7s ease; }

/*================================================================================================================= LES POINTS FORTS ============================================================================================================*/
.beauty-proof { position: relative; padding: 0px 7% 100px 7%; background: #000000; color: #ffffff; overflow: hidden; }

.beauty-proof::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(255, 198, 57, 0.06), transparent 24%), radial-gradient(circle at 84% 76%, rgba(255, 255, 255, 0.035), transparent 28%), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px); background-size: auto, auto, 38px 38px, 38px 38px; pointer-events: none; }

.beauty-proof__inner { position: relative; z-index: 1; max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 90px; align-items: center; }

.beauty-proof__suptitle { display: block; margin-bottom: 24px; font-family: 'Urbanist', sans-serif; font-size: 1.5rem; font-weight: 400; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255, 255, 255, 0.74); }

.beauty-proof__line { width: 115px; height: 1px; margin-bottom: 34px; background: rgba(255, 198, 57, 0.55); }

.beauty-proof__left p { max-width: 620px; margin: 22px 0 0; font-family: 'Urbanist', sans-serif; font-size: 1rem; line-height: 1.85; color: rgba(255, 255, 255, 0.72); }

.beauty-proof__left p span { color: #ffc639; }

.beauty-proof__left p:first-of-type { margin-top: 0; }

.beauty-proof__right { display: flex; flex-direction: column; border-top: 1px solid rgba(255, 198, 57, 0.22); }

.beauty-proof-item { position: relative; display: grid; grid-template-columns: 95px 1fr; gap: 32px; padding: 36px 0; border-bottom: 1px solid rgba(255, 198, 57, 0.22); overflow: hidden; }

.beauty-proof-item::before { content: ""; position: absolute; inset: 12px -30px; background: linear-gradient(90deg, rgba(255, 198, 57, 0.08), transparent 70%); opacity: 0; transform: translateX(-30px); transition: opacity 0.35s ease, transform 0.35s ease; }

.beauty-proof-item:hover::before { opacity: 1; transform: translateX(0); }

.beauty-proof-item__number { position: relative; z-index: 1; font-family: 'Cinzel Decorative', serif; font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1; color: rgba(255, 198, 57, 0.72); }

.beauty-proof-item div { position: relative; z-index: 1; }

.beauty-proof-item h3 { margin: 0; font-family: 'Cinzel Decorative', serif; font-size: clamp(1.35rem, 2vw, 2.1rem); line-height: 1.1; text-transform: uppercase; color: #ffffff; }

.beauty-proof-item p { max-width: 620px; margin: 14px 0 0; font-family: 'Urbanist', sans-serif; font-size: 0.98rem; line-height: 1.7; color: rgba(255, 255, 255, 0.68); }

@media (max-width: 1050px) { .beauty-proof { padding: 80px 6% 90px; } .beauty-proof__inner { grid-template-columns: 1fr; gap: 54px; align-items: start; } .beauty-proof__left p { max-width: 850px; } .beauty-proof__right { max-width: 850px; width: 100%; } .beauty-proof-item { grid-template-columns: 80px 1fr; gap: 26px; padding: 32px 0; } }

@media (max-width: 768px) { .beauty-proof { padding: 70px 6% 80px; } .beauty-proof__inner { gap: 44px; } .beauty-proof__suptitle { font-size: 1.25rem; margin-bottom: 20px; } .beauty-proof__line { width: 95px; margin-bottom: 28px; } .beauty-proof__left p { font-size: 0.96rem; line-height: 1.75; } .beauty-proof-item { grid-template-columns: 64px 1fr; gap: 20px; padding: 28px 0; } .beauty-proof-item__number { font-size: 2.2rem; } .beauty-proof-item h3 { font-size: 1.35rem; } .beauty-proof-item p { font-size: 0.94rem; line-height: 1.65; } }

@media (max-width: 520px) { .beauty-proof { padding: 60px 6% 70px; } .beauty-proof__inner { gap: 36px; } .beauty-proof__suptitle { font-size: 1.05rem; line-height: 1.4; } .beauty-proof-item { grid-template-columns: 1fr; gap: 12px; padding: 26px 0; } .beauty-proof-item__number { font-size: 1.8rem; } .beauty-proof-item::before, .beauty-proof-item:hover::before { display: none; } }

/*================================================================================================================ STYLE DE TATOUAGES =========================================================================================================*/
.beauty-tattoo-styles { position: relative; padding: 0px 7% 200px 7%; background: #000000; color: #ffffff; overflow: hidden; }

.beauty-tattoo-styles::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 22%, rgba(255, 198, 57, 0.055), transparent 25%), radial-gradient(circle at 82% 76%, rgba(255, 255, 255, 0.035), transparent 28%), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px); background-size: auto, auto, 38px 38px, 38px 38px; pointer-events: none; }

.beauty-tattoo-styles__inner { position: relative; z-index: 1; max-width: 1450px; margin: 0 auto; }

.beauty-tattoo-styles__header { max-width: 760px; margin-bottom: 54px; }

.beauty-tattoo-styles__header span { display: inline-block; font-family: 'Urbanist', sans-serif; font-size: 1.5rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.04em; color: rgba(255, 255, 255, 0.74); }

.beauty-tattoo-styles__line { width: 115px; height: 1px; margin: 26px 0 0; background: rgba(255, 198, 57, 0.55); }

.beauty-tattoo-styles__header p { margin: 26px 0 0; max-width: 680px; font-family: 'Urbanist', sans-serif; font-size: 1rem; line-height: 1.85; color: rgba(255, 255, 255, 0.72); }

.beauty-tattoo-styles__grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-auto-rows: 280px; gap: 22px; }

.beauty-style-card { position: relative; overflow: hidden; border: 1px solid rgba(255, 198, 57, 0.34); background: #080808; box-shadow: inset 0 0 14px rgba(255, 198, 57, 0.05), 0 0 18px rgba(255, 198, 57, 0.04); }

.beauty-style-card--large { grid-row: span 2; }

.beauty-style-card::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255, 198, 57, 0.16); pointer-events: none; z-index: 3; transition: inset 0.35s ease, border-color 0.35s ease; }

.beauty-style-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 0.75s ease, filter 0.75s ease; }

.beauty-style-card__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.86)), rgba(0, 0, 0, 0.16); }

.beauty-style-card__content { position: absolute; left: 34px; right: 34px; bottom: 34px; z-index: 2; }

.beauty-style-card__content span { display: block; margin-bottom: 12px; font-family: 'Cinzel Decorative', serif; font-size: 1rem; color: rgba(255, 198, 57, 0.75); }

.beauty-style-card__content h3 { margin: 0; font-family: 'Cinzel Decorative', serif; font-size: clamp(1.45rem, 2.2vw, 2.5rem); line-height: 1; text-transform: uppercase; color: #ffffff; }

.beauty-style-card__content p { max-width: 420px; margin: 14px 0 0; font-family: 'Urbanist', sans-serif; font-size: 0.95rem; line-height: 1.65; color: rgba(255, 255, 255, 0.72); }

.beauty-style-card:hover img { transform: scale(1.08); filter: grayscale(1) contrast(1.1) brightness(0.9); }

.beauty-style-card:hover::after { inset: 22px; border-color: rgba(255, 198, 57, 0.36); }

@media (max-width: 1050px) { .beauty-tattoo-styles__grid { grid-template-columns: repeat(2, 1fr); } .beauty-style-card--large { grid-row: span 1; } }

@media (max-width: 768px) { .beauty-tattoo-styles { padding: 90px 6%; } .beauty-tattoo-styles__grid { grid-template-columns: 1fr; grid-auto-rows: 340px; } }

@media (max-width: 520px) { .beauty-tattoo-styles { padding: 70px 6%; } .beauty-style-card__content { left: 26px; right: 26px; bottom: 28px; } .beauty-style-card::after { inset: 10px; } .beauty-style-card:hover::after { inset: 10px; } }

/*# sourceMappingURL=custom.css.map */