/* Anti-Poux Nord — palette inspirée du flyer */

:root {

  --green-950: #022c2b;

  --green-900: #003b35;

  --green-800: #064842;

  --green-700: #0c5a51;

  --cream: #f3eee8;

  --cream-2: #fbf8f3;

  --gold: #b6a36c;

  --gold-light: #d4c58d;

  --ink: #153331;

  --muted: #6e7773;

  --white: #fffdf9;

  --shadow: 0 22px 60px rgba(2,44,43,.12);

  --radius: 24px;

}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {

  margin: 0;

  color: var(--ink);

  background: var(--cream-2);

  font-family: "DM Sans", sans-serif;

  line-height: 1.6;

}

a { color: inherit; text-decoration: none; }

.container { width: min(1120px, calc(100% - 40px)); margin: auto; }

.site-header {

  position: sticky; top: 0; z-index: 20;

  background: rgba(251,248,243,.94);

  backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(2,44,43,.08);

}

.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }

.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--green-950); }

.brand-mark {

  width: 42px; height: 42px; display: grid; place-items: center;

  border: 2px solid var(--gold); border-radius: 50%;

  font-family: "Playfair Display", serif; font-weight: 600; color: var(--green-900);

}

.brand strong { display: block; font-size: 16px; letter-spacing: .14em; line-height: 1; }

.brand small { display: block; margin-top: 4px; letter-spacing: .34em; font-size: 9px; color: var(--green-700); }

.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }

.nav-links a:not(.nav-cta) { transition: color .2s; }

.nav-links a:not(.nav-cta):hover { color: var(--gold); }

.nav-cta { padding: 12px 20px; background: var(--green-900); color: white; border-radius: 999px; }

.menu-toggle { display: none; border: 0; background: none; padding: 8px; }

.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--green-950); margin: 5px; }

.hero {

  position: relative; overflow: hidden; min-height: 690px;

  display: grid; align-items: center;

  /* background: #fbf8f3; */

    /* radial-gradient(circle at 85% 15%, rgba(182,163,108,.2), transparent 28%),

    linear-gradient(135deg, var(--cream) 0%, #f8f4ee 48%, #e9e5dc 100%); */

}

/* .hero:after {

  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;

  background: rgba(0,59,53,.96); right: -160px; bottom: -230px;

} */

 .hero:after {

  display: none;

}.hero:after {

  display: none;

}

/* .hero-grid {

    display: grid;

    grid-template-columns: 1.1fr .9fr;

    gap: 100px;

    align-items: center;

} */

.hero-grid {

    display: grid;

    grid-template-columns: 1.5fr 2fr;

    gap: 50px;

    align-items: center;

}

 /* .hero-grid {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    gap: 40px;

    padding: 80px 0;

} */

 /* .hero-card {

    position: relative;

    width: min(330px, 90vw);

    aspect-ratio: 1 / 1;

    margin: 0 auto;

    border-radius: 50% 50% 30% 30%;

    background: var(--green-900);

    box-shadow: 0 25px 60px rgba(2,44,43,.25);

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    color: white;

    overflow: hidden;

}

.hero-copy {

    width: 100%;

    max-width: 850px;

    display: flex;

    flex-direction: column;

    align-items: center;

} */

.hero-text {

    max-width: 700px;

    margin-left: auto;

    margin-right: auto;

}

.eyebrow { margin: 0 0 14px; color: var(--green-700); font-size: 22px; font-weight: 800; letter-spacing: .22em; }

h1,h2,h3,p { margin-top: 0; }

h1,h2 { font-family: "Playfair Display", serif; font-weight: 300; color: var(--green-950); }

/* h1 { font-size: clamp(32px, 4vw, 54px); line-height: 1.12; margin-bottom: 24px; } */

/* .hero h1 {

    font-size: clamp(32px, 3.5vw, 50px);

    line-height: 1.05;

    margin-bottom: 20px;

} */

 .hero h1 {

    font-size: clamp(22px, 2vw, 36px);

    line-height: 1.1;

    margin-bottom: 10px;

}

h1 em, h2 em { color: var(--gold); font-style: normal; }

.hero-text { max-width: 500px; font-size: 17px; color: #4f5d58; }

.hero-actions { display: flex; gap: 12px; margin: 30px 0 24px; flex-wrap: wrap; }

.btn { display: inline-flex; justify-content: center; align-items: center; border: 0; cursor: pointer; padding: 14px 24px; border-radius: 999px; font: inherit; font-weight: 700; transition: transform .2s, box-shadow .2s; }

.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(2,44,43,.15); }

.btn-primary { background: var(--green-900); color: white; }

.btn-light { background: rgba(255,255,255,.75); border: 1px solid rgba(2,44,43,.12); }

.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: var(--green-800); font-size: 12px; font-weight: 700; }

.hero-card {

  position: relative;

  width: min(430px, 100%);

  aspect-ratio: 1 / 1;

  margin: auto;

  border-radius: 50% 50% 30% 30%;

  overflow: hidden;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: flex-start;

  text-align: center;

  padding-top: 110px;

  box-sizing: border-box;

}

/* TEXTE AU-DESSUS DE L'IMAGE */

.hero-badge,

.hero-card p,

.hero-card span {

    position: relative;

    z-index: 10;

}

/* POUX EXPERTS */

.hero-badge {

    background: rgba(0, 59, 53, 0.88);

    padding: 1px ;

    border-radius: 10px;

    color: #ffffff;

    font-size: 22px;

    font-weight: 400;

    letter-spacing: 4px;

    text-shadow: 0 2px 3px rgba(0,0,0,.8);

}

/* AIR THERAPY CARE */

.hero-badge small {

    display: block;

    margin-top: 7px;

    color: #f0ce72;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 3px;

}

/* TRAITEMENT ANTI-POUX */

.hero-card p {

    background: rgba(0, 0, 0, 0.70);

    padding: 10px 20px;

    border-radius: 5px;

    color: #ffffff;

    font-weight: 800;

    letter-spacing: 2px;

    text-shadow: 0 2px 5px rgba(0,0,0,1);

}

/* ANTI-POUX */

.hero-card p strong {

    color: #f0ce72;

    font-size: 28px;

    font-weight: 900;

}

/* À domicile & en structure */

.hero-card span {

    background: rgba(255,255,255,.92);

    color: #003b35;

    padding: 7px 15px;

    border-radius: 20px;

    font-size: 12px;

    font-weight: 800;

}



/* L'IMAGE RESTE DERRIÈRE */

.hero-image {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}

.hero-image img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

/* FILTRE SOMBRE SUR L'IMAGE */

.hero-card::before {

  content: "";

  position: absolute;

  inset: 0;

  z-index: 2;

}

/* TOUT LE TEXTE DEVANT */

.hero-orbit,

.hero-badge,

.hero-card p,

.hero-card span {

  position: relative;

  z-index: 3;

}

/* .hero-card {

  position: relative; width: min(430px, 100%); aspect-ratio: 1/1; margin: auto;

  border-radius: 50% 50% 30% 30%;

   background: var(--green-900);

  box-shadow: 0 35px 80px rgba(2,44,43,.28);

   display: flex; flex-direction: column;

  align-items: center; justify-content: center; text-align: center; color: #003b35;

   overflow: hidden;

   text-align: center;

  color: #0a2502;

font-size: small;

 flex-direction: column;

} */

 /* .hero-card {

  position: relative;

  width: min(430px, 100%);

  aspect-ratio: 1 / 1;

  margin: auto;

  border-radius: 50% 50% 30% 30%;

  overflow: hidden;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: flex-start;

  text-align: center;

  color: #0a2502;

  padding: 80px 30px 30px;

  box-sizing: border-box;

} */

.hero-card:before { content:""; position:absolute; inset: 28px; border: 1px solid rgba(212,197,141,.55); border-radius: 50%; }

.hero-orbit { position:absolute; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }

.hero-badge { position: absolute; top: 50px; letter-spacing: .16em; font-weight: 800; font-size: 13px; }

.hero-badge small { color: var(--gold-light); font-size: 8px; letter-spacing: .18em; }

.hero-icon { font-size: 90px; margin-top: 30px; filter: grayscale(1) brightness(2); }

.hero-card p { font-family: "Playfair Display", serif; font-size: 28px; line-height: 1.05; margin: 4px 0 8px; }

.hero-card p strong { color: var(--gold-light); }

.hero-card > span { font-size: 12px; opacity: .8; }

.hero-leaf { position: absolute; color: rgba(2,44,43,.18); font-size: 150px; line-height: 1; transform: rotate(-25deg); }

.leaf-1 { left: 2%; top: 7%; }

.leaf-2 { left: 46%; bottom: 3%; transform: rotate(150deg); }

.section { padding: 105px 0; }

.section-heading { max-width: 690px; margin-bottom: 46px; }

.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }

h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.08; margin-bottom: 16px; }

.section-heading > p:last-child { color: var(--muted); max-width: 620px; }

.centered > p:last-child { margin-left: auto; margin-right: auto; }

.cards.three { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

.info-card { background: white; padding: 34px; border: 1px solid rgba(2,44,43,.08); border-radius: var(--radius); box-shadow: 0 15px 45px rgba(2,44,43,.05); }

.card-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--cream); color: var(--green-900); display: grid; place-items: center; font-size: 22px; margin-bottom: 22px; }

.info-card h3 { font-size: 21px; color: var(--green-950); }

.info-card p { color: var(--muted); margin-bottom: 0; }

.dark-section { background: var(--green-950); color: white; }

.dark-section h2 { color: white; }

.dark-section .eyebrow { color: var(--gold-light); }

.dark-section .section-heading > p:last-child { color: rgba(255,255,255,.68); }

.price-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.price-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); padding: 30px; }

.price-card.featured { background: var(--cream); color: var(--ink); }

.price-tag { display: inline-block; padding: 8px 13px; border-radius: 999px; background: rgba(182,163,108,.18); color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .13em; margin-bottom: 12px; }

.featured .price-tag { color: var(--green-900); }

.price-row { display:flex; align-items:center; justify-content:space-between; gap:20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }

.featured .price-row { border-bottom-color: rgba(2,44,43,.1); }

.price-row:last-child { border-bottom: 0; }

.price-row strong { display:block; font-size: 16px; }

.price-row small { display:block; opacity:.62; font-size:11px; margin-top:2px; }

.price-row b { font-size: 24px; color: var(--gold-light); white-space: nowrap; }

.featured .price-row b { color: var(--green-900); }

.family-box { margin-top: 20px; padding: 22px 26px; border: 1px solid rgba(212,197,141,.3); border-radius: 18px; display:flex; justify-content:space-between; align-items:center; gap:20px; }

.family-box strong { display:block; color: var(--gold-light); letter-spacing:.12em; font-size:12px; }

.family-box span { font-size:12px; opacity:.72; }

.family-box a { white-space:nowrap; font-weight:800; color: var(--gold-light); }

.products-grid { display:grid; grid-template-columns: .85fr 1.15fr; gap:70px; align-items:start; }

.product-list { display:grid; gap: 8px; }

.product-item { display:grid; grid-template-columns: 44px 1fr; gap:16px; align-items:center; background:white; padding: 18px; border-radius: 15px; border:1px solid rgba(2,44,43,.07); }

.product-item > span { width: 38px; height:38px; border-radius:50%; background:var(--cream); color:var(--green-900); display:grid; place-items:center; font-weight:800; font-size:12px; }

.product-item strong { display:block; font-size:14px; color:var(--green-950); }

.product-item small { display:block; color:var(--muted); font-size:11px; margin-top:2px; }

.process-section { background: var(--cream); }

.steps { display:grid; grid-template-columns: repeat(5,1fr); gap: 12px; }

.step { background:white; padding:24px 18px; border-radius:20px; border:1px solid rgba(2,44,43,.07); }

.step > span { display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:var(--green-900); color:white; font-weight:800; margin-bottom:22px; }

.step h3 { font-size:15px; line-height:1.25; }

.step p { color:var(--muted); font-size:12px; margin-bottom:0; }

.contact-section { background: var(--green-900); color:white; }

.contact-grid { display:grid; grid-template-columns: 1fr .85fr; gap:70px; align-items:start; }

.contact-copy .eyebrow { color:var(--gold-light); }

.contact-copy h2 { color:white; font-size:64px; margin-bottom:12px; }

.contact-copy > p:not(.eyebrow) { color:rgba(255,255,255,.72); max-width:520px; }

.contact-details { display:grid; gap:20px; margin-top:34px; }

.contact-details a, .contact-details div { display:grid; grid-template-columns:44px 1fr; column-gap:15px; align-items:center; }

.contact-details span { width:42px; height:42px; border-radius:50%; border:1px solid rgba(212,197,141,.4); display:grid; place-items:center; color:var(--gold-light); grid-row:span 2; }

.contact-details strong, .contact-details a { font-weight:700; }

.contact-details small { color:rgba(255,255,255,.62); }

.contact-form { background:var(--cream); color:var(--ink); padding:34px; border-radius:var(--radius); box-shadow:var(--shadow); }

.contact-form h3 { font-family:"Playfair Display",serif; font-size:30px; color:var(--green-950); }

.contact-form label { display:block; font-size:12px; font-weight:800; margin-top:18px; }

.contact-form input, .contact-form textarea { width:100%; margin-top:7px; border:1px solid rgba(2,44,43,.14); border-radius:12px; padding:13px 14px; font:inherit; background:white; color:var(--ink); outline:none; }

.contact-form input:focus, .contact-form textarea:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(182,163,108,.16); }

.contact-form button { margin-top:20px; width:100%; }

.form-note { min-height:20px; margin:10px 0 0; font-size:12px; color:var(--green-700); }

footer { background:#012523; color:rgba(255,255,255,.7); padding:25px 0; }

.footer-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; font-size:12px; }

.footer-brand { color:white; }

.footer-inner > a { color:var(--gold-light); font-weight:700; }

.reveal { opacity:0; transform:translateY(22px); transition: opacity .7s ease, transform .7s ease; }

.reveal.visible { opacity:1; transform:none; }

@media (max-width: 900px) {

  .hero-grid, .products-grid, .contact-grid { grid-template-columns:1fr; }

  .hero { padding: 90px 0; }

  .hero-card { max-width:390px; }

  .cards.three { grid-template-columns:1fr; }

  .steps { grid-template-columns: repeat(2,1fr); }

  .products-grid { gap:35px; }

}

@media (max-width: 700px) {

  .container { width:min(100% - 28px, 1120px); }

  .nav { min-height:72px; }

  .menu-toggle { display:block; }

  .nav-links {

    position:absolute; top:72px; left:14px; right:14px; display:none;

    flex-direction:column; align-items:stretch; gap:5px; padding:12px;

    background:var(--cream-2); border:1px solid rgba(2,44,43,.1); border-radius:18px; box-shadow:var(--shadow);

  }

  .nav-links.open { display:flex; }

  .nav-links a { padding:12px 14px; }

  .nav-cta { text-align:center; }

  h1 { font-size:42px; }

  .hero-card { max-width:310px; }

  .hero-card p { font-size:22px; }

  .hero-icon { font-size:70px; }

  .price-layout { grid-template-columns:1fr; }

  .family-box { align-items:flex-start; flex-direction:column; }

  .steps { grid-template-columns:1fr; }

  .contact-grid { gap:45px; }

  .contact-copy h2 { font-size:50px; }

  .section { padding:78px 0; }

  .footer-inner { flex-direction:column; text-align:center; }

}

/* ========================================

   DIAPORAMA HERO

======================================== */

/* .hero-slider {

    position: relative;

    width: 100%;

    max-width: 520px;

    height: 320px;

    margin: 30px 0;

    border-radius: 24px;

    overflow: hidden;

    box-shadow: 0 20px 50px rgba(0, 59, 53, 0.18);

    background: #eee;

} */

/* .hero-slider {

    position: relative;

    width: 100%;

    max-width: 700px;

    height: 400px;

    margin: 25px 0;

    border-radius: 24px;

    overflow: hidden;

    box-shadow: 0 20px 50px rgba(0, 59, 53, 0.18);

    background: #eee;

} */

 .hero-slider {

    position: relative;

    width: 100%;

    max-width: 850px;

    height: 480px;

    margin: 25px auto;

    border-radius: 24px;

    overflow: hidden;

    box-shadow: 0 20px 50px rgba(0, 59, 53, 0.18);

    background: #eee;

}

.slide {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    visibility: hidden;

    transition: opacity 0.8s ease;

}

.slide.active {

    opacity: 1;

    visibility: visible;

    z-index: 1;

}

.slide.active {

    opacity: 1;

    visibility: visible;

}

.slide img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}



/* BOUTONS */

.slider-btn {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 42px;

    height: 42px;

    border: none;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.9);

    color: #003b35;

    font-size: 30px;

    line-height: 1;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 5;

    transition: 0.3s ease;

}

.slider-btn:hover {

    background: #d4c58d;

    transform: translateY(-50%) scale(1.08);

}

.slider-btn.prev {

    left: 15px;

}

.slider-btn.next {

    right: 15px;

}



/* POINTS */

.slider-dots {

    position: absolute;

    bottom: 15px;

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    gap: 8px;

    z-index: 5;

}

.dot {

    width: 9px;

    height: 9px;

    padding: 0;

    border: none;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.6);

    cursor: pointer;

    transition: 0.3s ease;

}

.dot.active {

    width: 25px;

    border-radius: 10px;

    background: #d4c58d;

}



/* MOBILE */

@media (max-width: 700px) {

    .hero-slider {

        height: 260px;

        margin: 25px auto;

    }

    .slider-btn {

        width: 36px;

        height: 36px;

        font-size: 25px;

    }

}

/* ========================================

   SECTION PRODUITS

======================================== */

.products-section {

    padding: 100px 20px;

    background: #f7f5f1;

}



/* TITRE */

.products-header {

    max-width: 800px;

    margin: 0 auto 60px;

    text-align: center;

}

.products-eyebrow {

    display: inline-block;

    margin-bottom: 15px;

    color: #2f6254;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 3px;

}

.products-header h2 {

    margin-bottom: 18px;

    color: #243c3f;

    font-size: clamp(32px, 5vw, 52px);

    line-height: 1.1;

}

.products-header p {

    max-width: 650px;

    margin: auto;

    color: #687174;

    font-size: 18px;

    line-height: 1.7;

}



/* GRILLE PRODUITS */

.products-grid {

    width: 100%;

    max-width: 1200px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

}



/* CARTE */

.product-card {

    position: relative;

    display: flex;

    flex-direction: column;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e5e2dc;

    border-radius: 25px;

    box-shadow: 0 15px 40px rgba(36, 60, 63, 0.08);

    transition: 

        transform 0.35s ease,

        box-shadow 0.35s ease;

}

.product-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 25px 50px rgba(36, 60, 63, 0.15);

}



/* NUMERO */

.product-number {

    position: absolute;

    top: 18px;

    left: 18px;

    z-index: 2;

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, 0.92);

    border-radius: 50%;

    color: #244b45;

    font-weight: 800;

    font-size: 15px;

    backdrop-filter: blur(5px);

}



/* IMAGE */

.product-image {

    width: 100%;

    height: 280px;

    overflow: hidden;

    background: #eeece7;

}

.product-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: contain;

    padding: 20px;

    transition: transform 0.5s ease;

}

.product-card:hover .product-image img {

    transform: scale(1.08);

}



/* CONTENU */

.product-content {

    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 28px;

}

.product-content h3 {

    margin-bottom: 12px;

    color: #243c3f;

    font-size: 22px;

    line-height: 1.3;

}

.product-content p {

    margin-bottom: 25px;

    color: #687174;

    font-size: 16px;

    line-height: 1.6;

}



/* BAS DE LA CARTE */

.product-footer {

    margin-top: auto;

    display: flex;

    flex-direction: column;

    gap: 18px;

}



/* PRIX */

.product-price {

    color: #2f6254;

    font-size: 28px;

    font-weight: 800;

}



/* BOUTON */

.product-button {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 15px 20px;

    background: #2f6254;

    color: #ffffff;

    border-radius: 12px;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;

    transition:

     background 0.3s ease,

        transform 0.3s ease;

}

.product-button:hover {

    background: #243c3f;

    transform: translateY(-2px);

}



/* ========================================

   RESPONSIVE TABLETTE

======================================== */

@media (max-width: 950px) {

    .products-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}



/* ========================================

   RESPONSIVE MOBILE

======================================== */

@media (max-width: 650px) {

    .products-section {

        padding: 70px 15px;

    }

    .products-header {

        margin-bottom: 40px;

    }

    .products-header h2 {

        font-size: 34px;

    }

    .products-grid {

        grid-template-columns: 1fr;

        gap: 20px;

    }

    .product-image {

        height: 250px;

    }

}

/* ========================================

   GUIDE DES LONGUEURS DE CHEVEUX

======================================== */

.hair-lengths {

    width: 100%;

    padding: 60px 20px;

    position: relative;

    z-index: 2;

}

.hair-lengths-content {

    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.8fr 1.2fr;

    align-items: center;

    gap: 50px;

    background: rgb(255, 255, 255);

    border-radius: 25px;

    padding: 35px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

}

/* TEXTE */

.hair-lengths-text {

    text-align: left;

}

.hair-lengths-label {

    display: inline-block;

    margin-bottom: 10px;

    color: var(--green-700);

    font-size: 35px;

    font-weight: 800;

    letter-spacing: 0.18em;

}

.hair-lengths-text h2 {

    margin: 0 0 15px;

    font-size: clamp(26px, 3vw, 40px);

    line-height: 1.1;

    color: #003b35;

}

.hair-lengths-text p {

    margin: 0;

    color: #666;

    font-size: 16px;

    line-height: 1.6;

}

/* IMAGE */

.hair-lengths-image {

    width: 100%;

    display: flex;

    justify-content: center;

}

.hair-lengths-image img {

    display: block;

    width: 100%;

    max-width: 650px;

    height: auto;

    border-radius: 18px;

    object-fit: contain;

}

/* ========================================

   RESPONSIVE

======================================== */

@media (max-width: 800px) {

    .hair-lengths {

        padding: 40px 15px;

    }

    .hair-lengths-content {

        grid-template-columns: 1fr;

        gap: 25px;

        padding: 25px;

    }

    .hair-lengths-text {

        text-align: center;

    }

    .hair-lengths-image img {

        max-width: 100%;

    }
}
/*  avis google */
.google-reviews {
    padding: 100px 20px;
    background: #f8f5ef;
}

.reviews-container {
    max-width: 1100px;
    margin: auto;

    background: #003b35;

    border-radius: 30px;

    padding: 60px;

    display: flex;
    align-items: flex-start;

    gap: 55px;

    position: relative;

    overflow: hidden;

    box-shadow: 0 25px 70px rgba(0, 59, 53, 0.18);
}


/* EFFET DECORATIF */

.reviews-container::before {
    content: "★";

    position: absolute;

    right: -40px;
    top: -70px;

    font-size: 300px;

    color: rgba(255, 255, 255, 0.025);
}


/* ========================================
   LOGO GOOGLE
======================================== */

.google-logo-box {
    min-width: 180px;
    width: 180px;
    height: 180px;

    background: white;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);

    position: sticky;
    top: 120px;
}

.google-logo {
    width: 100px;
    height: 100px;
}


/* CONTENU */

.reviews-content {
    flex: 1;

    position: relative;
    z-index: 2;
}


/* TITRE */

.google-title {
    color: #d4c58d;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 3px;

    margin-bottom: 12px;
}


.reviews-content h2 {
    color: white;

    font-size: 42px;

    line-height: 1.2;

    margin: 0 0 15px;
}


.reviews-content h2 span {
    color: #d4c58d;
}


/* ETOILES PRINCIPALES */

.stars {
    color: #fbbc04;

    font-size: 26px;

    letter-spacing: 4px;

    margin-bottom: 18px;
}


/* DESCRIPTION */

.reviews-description {
    color: rgba(255, 255, 255, 0.75);

    max-width: 650px;

    line-height: 1.7;

    margin-bottom: 25px;
}


/* ========================================
   LISTE DES AVIS
======================================== */

.client-reviews {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;

    margin: 30px 0;
}


/* CARTE AVIS */

.client-review {
    background: white;

    color: #003b35;

    padding: 20px;

    border-radius: 18px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);

    transition: all 0.3s ease;
}


.client-review:hover {
    transform: translateY(-5px);

    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
}


/* HAUT CARTE */

.review-header {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 15px;
}


/* AVATAR */

.client-avatar {
    width: 42px;
    height: 42px;

    min-width: 42px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #003b35;

    color: #d4c58d;

    font-weight: bold;

    font-size: 16px;
}


/* INFOS CLIENT */

.client-info {
    flex: 1;
}


.client-info strong {
    display: block;

    color: #003b35;

    font-size: 14px;
}


/* ETOILES */

.google-review-stars {
    color: #fbbc04;

    font-size: 14px;

    letter-spacing: 1px;

    margin-top: 2px;
}


/* PETIT GOOGLE */

.mini-google {
    width: 30px;
    height: 30px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1f3f4;

    color: #4285f4;

    font-family: Arial, sans-serif;

    font-size: 18px;

    font-weight: bold;
}


/* TEXTE AVIS */

.client-review p {
    color: #66736f !important;

    font-size: 13px;

    line-height: 1.6;

    margin: 0;
}


/* TEXTE AVANT BOUTON */

.reviews-highlight {
    color: #d4c58d !important;

    font-weight: 700;

    margin-top: 25px;
}


/* ========================================
   BOUTON GOOGLE
======================================== */

.google-btn {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 20px;

    padding: 16px 25px;

    background: white;

    color: #003b35;

    font-weight: 700;

    border-radius: 50px;

    transition: all 0.3s ease;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


.google-btn svg {
    width: 28px;
    height: 28px;
}


.google-btn .arrow {
    font-size: 22px;

    margin-left: 5px;

    transition: transform 0.3s ease;
}


.google-btn:hover {
    transform: translateY(-4px);

    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
}


.google-btn:hover .arrow {
    transform: translateX(5px);
}


/* ========================================
   VERSION TABLETTE
======================================== */

@media (max-width: 1000px) {

    .reviews-container {
        flex-direction: column;
    }

    .google-logo-box {
        position: relative;
        top: auto;
    }

    .client-reviews {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ========================================
   VERSION MOBILE
======================================== */

@media (max-width: 700px) {

    .google-reviews {
        padding: 70px 15px;
    }

    .reviews-container {
        padding: 40px 20px;

        text-align: center;

        gap: 25px;
    }

    .google-logo-box {
        min-width: 130px;

        width: 130px;
        height: 130px;
    }

    .google-logo {
        width: 75px;
        height: 75px;
    }

    .reviews-content h2 {
        font-size: 32px;
    }

    .client-reviews {
        grid-template-columns: 1fr;

        text-align: left;
    }

    .reviews-highlight {
        text-align: center;
    }

    .google-btn {
        width: 100%;

        justify-content: center;
    }

}
