/* === from Accueil.html === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --nude: #A97C5F; --nude-light: #E8D5C4; --nude-pale: #2C1F18;
    --gold: #B8924A; --gold-light: #E8D5B0;
    --bg: #FFFFFF; --bg-alt: #F8F5F2; --bg-section: #F2EBE3;
    --dark: #2C1F18; --text: #2C1F18; --muted: #555555; --white: #FFFFFF;
    --font: 'Montserrat', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font); background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.7; font-weight: 400; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1rem 3rem; background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(169,124,95,0.15); transition: padding 0.3s; }
  .nav-logo { font-family: var(--font); font-size: 1.1rem; font-weight: 700; color: var(--nude); letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
  .nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
  .nav-links > li { position: relative; }
  .nav-links > li > a { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dark); text-decoration: none; transition: color 0.3s; padding: 0.3rem 0; display: block; }
  .nav-links > li > a:hover { color: var(--nude); }
  .nav-links > li > a.active { color: var(--nude); }

  /* Dropdown */
  .dropdown { position: relative; }
  .dropdown-menu { display: none; position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); background: var(--white); border: 1px solid #E8E4DF; border-radius: 8px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); min-width: 220px; padding: 0.5rem 0; z-index: 200; }
  .dropdown:hover .dropdown-menu { display: block; }
  .dropdown-menu::before { content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: var(--white); border-left: 1px solid #E8E4DF; border-top: 1px solid #E8E4DF; transform: translateX(-50%) rotate(45deg); }
  .dropdown-menu a { display: block; padding: 0.65rem 1.2rem; font-size: 0.82rem; font-weight: 500; color: var(--dark); text-decoration: none; transition: background 0.2s, color 0.2s; }
  .dropdown-menu a:hover { background: var(--bg-alt); color: var(--nude); }
  .dropdown-menu a.active { color: var(--nude); font-weight: 700; }

  .nav-social-link { display: flex; align-items: center; color: var(--muted); transition: color 0.3s; }
  .nav-social-link:hover { color: var(--nude); }

  .btn-rdv { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white) !important; background: var(--nude); padding: 0.9rem 2rem; text-decoration: none; border: none; cursor: pointer; transition: background 0.3s; display: inline-block; border-radius: 2px; }
  .btn-rdv:hover { background: var(--gold); }
  .btn-outline { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--nude); background: transparent; padding: 0.7rem 1.4rem; text-decoration: none; border: 2px solid var(--nude); cursor: pointer; transition: all 0.3s; display: inline-block; border-radius: 2px; }
  .btn-outline:hover { background: var(--nude); color: var(--white); }

  /* HERO */
  #hero { min-height: 100vh; background: #1A1A1A; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; text-align: left; padding: 8rem 6rem 5rem; position: relative; overflow: hidden; }
  #hero::before { content: ''; display: none; background: url('assets/images/body-mind-care-cabinet-de-soins-technico-1-8c5797d3e1.jpg') center/cover no-repeat; opacity: 0.22; }
  .hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.5rem; position: relative; font-weight: 500; }
  .hero-title { font-size: clamp(2.2rem, 5vw, 4.2rem); font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 1.5rem; position: relative; max-width: 800px; }
  .hero-title em { font-style: italic; color: var(--gold-light); font-weight: 300; } .hero-title-sub { font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 300; color: var(--gold-light); font-style: italic; margin-bottom: 1.8rem; position: relative; max-width: 640px; } .hero-sub { font-size: 0.98rem; font-weight: 400; color: rgba(255,255,255,0.92); margin-bottom: 2.5rem; position: relative; max-width: 580px; line-height: 1.85; }
  .hero-sub { font-size: 1rem; font-weight: 400; color: rgba(255,255,255,0.85); margin-bottom: 3rem; position: relative; }
  .hero-sub strong { color: var(--white); font-weight: 700; } .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-start; position: relative; }
  .btn-hero { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark); background: var(--white); padding: 1rem 2rem; text-decoration: none; transition: background 0.3s; display: inline-block; border-radius: 2px; }
  .btn-hero:hover { background: var(--gold-light); }
  .btn-hero-outline { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); background: transparent; padding: 1rem 2rem; text-decoration: none; border: 2px solid rgba(255,255,255,0.6); transition: all 0.3s; display: inline-block; border-radius: 2px; }
  .btn-hero-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }

  /* REASSURANCE */
  #reassurance { background: var(--dark); padding: 2rem 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .reassurance-item { display: flex; align-items: center; gap: 1.2rem; }
  .reassurance-icon { width: 2px; height: 36px; background: var(--gold); flex-shrink: 0; }
  .reassurance-label { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 0.2rem; font-weight: 600; }
  .reassurance-text { font-size: 0.9rem; font-weight: 500; color: var(--white); }

  /* SECTIONS */
  section { padding: 5rem 3rem; }
  .section-eyebrow { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; font-weight: 600; }
  .section-title { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 700; color: var(--dark); line-height: 1.2; margin-bottom: 1rem; }
  .section-title em { font-style: italic; color: var(--nude); font-weight: 400; }
  .section-subtitle { font-size: 0.98rem; font-weight: 400; color: var(--muted); max-width: 520px; line-height: 1.8; }

  /* SOINS GRID */
  #soins { background: var(--bg-alt); }
  .soins-header { text-align: center; margin-bottom: 3rem; }
  .soins-header .section-subtitle { margin: 0 auto; }
  .soins-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .soin-card { background: var(--white); overflow: hidden; cursor: pointer; text-decoration: none; display: flex; flex-direction: column; border-radius: 8px; border: 1px solid #E8E4DF; transition: transform 0.3s, box-shadow 0.3s; }
  .soin-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.09); }
  .soin-card-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform 0.5s; }
  .soin-card:hover .soin-card-img { transform: scale(1.04); }
  .soin-card-body { padding: 1.2rem 1.4rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
  .soin-card-num { font-size: 0.62rem; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 0.3rem; font-weight: 600; text-transform: uppercase; }
  .soin-card-name { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
  .soin-card-desc { font-size: 0.84rem; font-weight: 400; color: var(--muted); line-height: 1.6; flex: 1; }
  .soin-card-cta { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--nude); margin-top: 0.8rem; font-weight: 600; }

  /* SOIN PAGE HERO */
  .soin-hero-block { position: relative; width: 100%; height: 80vh; min-height: 480px; overflow: hidden; margin-bottom: 2rem; border-radius: 8px; }
  .soin-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .soin-hero-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(26,16,10,0.6) 0%, rgba(26,16,10,0.25) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; }
  .soin-hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1rem; font-weight: 500; }
  .soin-hero-title { font-size: clamp(2rem, 5vw, 4rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 1rem; }
  .soin-hero-title em { font-style: italic; color: var(--gold-light); font-weight: 300; }
  .soin-hero-sub { font-size: clamp(0.95rem, 1.6vw, 1.15rem); font-weight: 400; color: rgba(255,255,255,0.9); margin-bottom: 2rem; }
  .btn-hero-white { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark); background: var(--white); padding: 0.9rem 2rem; text-decoration: none; border-radius: 2px; display: inline-block; transition: background 0.3s; }
  .btn-hero-white:hover { background: var(--gold-light); }

  /* DETAIL BLOCKS */
  #soins-detail { background: var(--bg); }
  .soin-detail-block { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 2rem; background: var(--bg-alt); border: 1.5px solid #E0DBD5; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 20px rgba(0,0,0,0.05); }
  .soin-detail-block.reverse .soin-detail-img { order: 2; }
  .soin-detail-block.reverse .soin-detail-content { order: 1; }
  .soin-detail-img { overflow: hidden; background: var(--nude-light); }
  .soin-detail-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s; }
  .soin-detail-block:hover .soin-detail-img img { transform: scale(1.03); }
  .soin-detail-content { background: var(--white); padding: 3rem 2.5rem; display: flex; flex-direction: column; justify-content: center; }
  .soin-detail-title { font-size: 1.6rem; font-weight: 700; color: var(--dark); margin-bottom: 0.3rem; }
  .soin-detail-tech { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; font-weight: 600; }
  .soin-detail-desc { font-size: 0.95rem; font-weight: 400; color: var(--muted); line-height: 1.9; margin-bottom: 1.5rem; }

  /* TECHNO BLOCK */
  .laser-techno-block { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; text-align: center; }
  .laser-techno-title { font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-weight: 700; color: var(--dark); margin-bottom: 1.2rem; max-width: 680px; margin-left: auto; margin-right: auto; line-height: 1.3; }
  .laser-techno-text { font-size: 0.96rem; font-weight: 400; color: var(--muted); line-height: 1.9; max-width: 760px; margin: 0 auto 2.5rem; }
  .laser-perf-title { font-size: 1rem; font-weight: 600; color: var(--nude); margin-bottom: 1.8rem; }
  .laser-perfs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; text-align: left; }
  .laser-perf-item { background: var(--bg-alt); border-radius: 8px; padding: 1.3rem; border: 1px solid #E8E4DF; }
  .laser-perf-name { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--nude-light); }
  .laser-perf-desc { font-size: 0.86rem; font-weight: 400; color: var(--dark); line-height: 1.7; }

  /* FAQ/DARK BLOCK */
  .laser-faq-block { background: var(--dark); border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; }
  .laser-faq-block .section-eyebrow { color: var(--gold-light); }
  .laser-faq-block .laser-techno-title { color: var(--white); }
  .laser-faq-grid { display: flex; flex-direction: column; }
  .laser-faq-item { padding: 1.8rem 0; border-top: 1px solid rgba(255,255,255,0.12); }
  .laser-faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .laser-faq-header { display: flex; align-items: flex-start; gap: 1.5rem; margin-bottom: 0.8rem; }
  .laser-faq-num { font-size: 1.5rem; font-weight: 700; color: var(--gold); min-width: 40px; line-height: 1; }
  .laser-faq-title { font-size: 1.05rem; font-weight: 600; color: var(--white); line-height: 1.4; }
  .laser-faq-text { font-size: 0.9rem; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.9; padding-left: 3.5rem; }

  /* FAQ ACCORDÉON */
  .faq-list { display: flex; flex-direction: column; }
  .faq-item { border-top: 1px solid rgba(255,255,255,0.12); }
  .faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .faq-question { width: 100%; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.4rem 0; text-align: left; }
  .faq-question span:first-child { font-size: 0.96rem; font-weight: 600; color: var(--white); line-height: 1.4; }
  .faq-icon { font-size: 1.4rem; font-weight: 300; color: var(--gold); flex-shrink: 0; transition: transform 0.3s; min-width: 24px; text-align: center; }
  .faq-icon.open { transform: rotate(45deg); }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
  .faq-answer.open { max-height: 300px; padding-bottom: 1.2rem; }
  .faq-answer p { font-size: 0.9rem; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.9; }

  /* AVIS WIDGET */
  .avis-widget-block { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; text-align: center; overflow: hidden; }

  /* AUTRES SOINS */
  .autres-soins-block { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; text-align: center; }
  .autres-soins-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
  .autre-soin-card { text-decoration: none; border-radius: 8px; overflow: hidden; background: var(--bg-alt); border: 1px solid #E8E4DF; transition: transform 0.3s, box-shadow 0.3s; display: block; }
  .autre-soin-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .autre-soin-img { aspect-ratio: 1; overflow: hidden; }
  .autre-soin-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
  .autre-soin-card:hover .autre-soin-img img { transform: scale(1.06); }
  .autre-soin-info { padding: 0.9rem; text-align: left; }
  .autre-soin-name { font-size: 0.9rem; font-weight: 700; color: var(--dark); margin-bottom: 0.25rem; }
  .autre-soin-desc { font-size: 0.78rem; font-weight: 400; color: var(--muted); line-height: 1.5; }

  /* BOTTOM BLOCK */
  .bottom-laser-block { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 2rem; align-items: stretch; }
  .bottom-soins, .bottom-contact, .bottom-map { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 2rem; height: 100%; }
  .bottom-soins-list { list-style: none; display: flex; flex-direction: column; }
  .bottom-soins-list li { border-bottom: 1px solid #F0EDE9; }
  .bottom-soins-list li:last-child { border-bottom: none; }
  .bottom-soins-list a { display: block; font-size: 0.9rem; font-weight: 500; color: var(--dark); text-decoration: none; padding: 0.8rem 0; transition: color 0.2s, padding-left 0.2s; }
  .bottom-soins-list a:hover { color: var(--nude); padding-left: 0.5rem; }
  .bottom-contact-item { display: flex; flex-direction: column; gap: 0.25rem; margin-bottom: 1.2rem; }
  .bottom-contact-item:last-child { margin-bottom: 0; }
  .bottom-contact-label { font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
  .bottom-contact-value { font-size: 0.92rem; font-weight: 500; color: var(--dark); text-decoration: none; line-height: 1.6; transition: color 0.2s; }
  a.bottom-contact-value:hover { color: var(--nude); }
  .bottom-horaires { display: grid; grid-template-columns: auto 1fr; gap: 0.2rem 1rem; margin-top: 0.3rem; }
  .bottom-horaires span:nth-child(odd) { font-size: 0.84rem; font-weight: 500; color: var(--dark); }
  .bottom-horaires span:nth-child(even) { font-size: 0.84rem; font-weight: 400; color: var(--muted); }
  .bottom-map-visual { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 0.5rem; }
  .bottom-map-iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 12px; box-shadow: 0 2px 12px rgba(44,31,24,0.08); display: block; }
  .bottom-map-address { font-size: 0.9rem; font-weight: 500; color: var(--dark); line-height: 1.7; margin-bottom: 0.8rem; }
  .bottom-map-link { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; color: var(--nude); text-decoration: none; border-bottom: 1px solid var(--nude-light); transition: color 0.2s; }
  .bottom-map-link:hover { color: var(--gold); }

  /* À PROPOS */
  #apropos { background: var(--dark); display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
  .apropos-img-side { position: relative; min-height: 600px; overflow: hidden; }
  .apropos-img-side img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.75; }
  .apropos-img-overlay { position: absolute; inset: 0; background: linear-gradient(to right, transparent 60%, var(--dark) 100%); }
  .apropos-content { padding: 5rem 4rem 5rem 3rem; display: flex; flex-direction: column; justify-content: center; }
  .apropos-content .section-eyebrow { color: var(--gold-light); }
  .apropos-content .section-title { color: var(--white); }
  .apropos-content .section-title em { color: var(--gold-light); }
  .apropos-bio { font-size: 0.98rem; font-style: italic; color: rgba(255,255,255,0.85); line-height: 1.9; margin: 1.5rem 0; padding-left: 1.2rem; border-left: 3px solid var(--gold); }
  .formations { display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 2rem; }
  .formation-item { display: flex; align-items: flex-start; gap: 1rem; }
  .formation-year { font-size: 0.7rem; letter-spacing: 0.12em; color: var(--gold); min-width: 36px; padding-top: 0.1rem; font-weight: 600; }
  .formation-text { font-size: 0.88rem; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.6; }

  /* AVIS */
  #avis { background: var(--bg-alt); }
  .avis-header { text-align: center; margin-bottom: 1rem; }
  .avis-note { text-align: center; margin-bottom: 2.5rem; }
  .avis-note-stars { display: flex; align-items: center; justify-content: center; gap: 0.3rem; margin-bottom: 0.4rem; }
  .star { color: var(--gold); font-size: 1.1rem; }
  .avis-note-label { font-size: 0.85rem; font-weight: 500; color: var(--muted); }
  .avis-note-num { font-size: 1.8rem; font-weight: 700; color: var(--dark); margin-right: 0.3rem; }
  .avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
  .avis-card { background: var(--white); padding: 1.8rem; border-radius: 8px; border: 1px solid #E8E4DF; }
  .avis-card-stars { display: flex; gap: 0.2rem; margin-bottom: 0.8rem; }
  .avis-card-text { font-size: 0.93rem; font-style: italic; color: var(--dark); line-height: 1.8; margin-bottom: 1rem; }
  .avis-card-author { font-size: 0.76rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--nude); }
  .avis-cta { text-align: center; }

  /* INSTAGRAM */
  #instagram { background: var(--dark); padding: 3.5rem; }
  .insta-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
  .insta-header .section-title { color: var(--white); margin-bottom: 0; }
  .insta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; border-radius: 8px; overflow: hidden; }
  .insta-tile { aspect-ratio: 1; overflow: hidden; position: relative; background: var(--nude); }
  .insta-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; opacity: 0.8; }
  .insta-tile:hover img { transform: scale(1.06); opacity: 1; }

  /* CONTACT */
  #contact { background: var(--bg); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
  .contact-info-block { margin-bottom: 1.8rem; }
  .contact-info-label { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; font-weight: 600; }
  .contact-info-value { font-size: 1rem; font-weight: 500; color: var(--dark); text-decoration: none; transition: color 0.2s; }
  a.contact-info-value:hover { color: var(--nude); }
  .horaires-grid { display: grid; grid-template-columns: auto 1fr; gap: 0.25rem 1.2rem; margin-top: 0.4rem; }
  .horaire-jour { font-size: 0.88rem; font-weight: 500; color: var(--dark); }
  .horaire-heure { font-size: 0.88rem; font-weight: 400; color: var(--muted); }
  .contact-form { display: flex; flex-direction: column; gap: 1rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .form-group { display: flex; flex-direction: column; gap: 0.35rem; }
  .form-label { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
  .form-input, .form-textarea { font-family: var(--font); font-size: 0.9rem; font-weight: 400; color: var(--dark); background: var(--white); border: 1.5px solid #E0DBD5; padding: 0.8rem 1rem; outline: none; transition: border-color 0.3s; width: 100%; border-radius: 4px; }
  .form-input:focus, .form-textarea:focus { border-color: var(--nude); }
  .form-textarea { resize: vertical; min-height: 110px; }

  /* FOOTER */
  footer { background: #120D0A; padding: 3.5rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; align-items: start; }
  .footer-tagline { font-size: 0.88rem; font-style: italic; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.7; margin-bottom: 1.2rem; max-width: 240px; }
  .footer-socials { display: flex; gap: 0.8rem; }
  .social-link { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: border-color 0.3s, background 0.3s; border-radius: 4px; }
  .social-link:hover { border-color: var(--gold); background: rgba(184,146,74,0.15); }
  .social-link svg { width: 15px; height: 15px; fill: none; stroke: rgba(255,255,255,0.6); stroke-width: 1.5; }
  .social-link:hover svg { stroke: var(--gold-light); }
  .footer-col-title { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; font-weight: 700; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
  .footer-links a { font-size: 0.86rem; font-weight: 400; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.3s; }
  .footer-links a:hover { color: var(--nude-light); }
  .footer-address { font-size: 0.86rem; font-weight: 400; color: rgba(255,255,255,0.5); line-height: 1.8; }
  .footer-address a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.3s; }
  .footer-address a:hover { color: var(--nude-light); }
  .footer-bottom { background: #0A0705; padding: 1rem 3.5rem; display: flex; align-items: center; justify-content: space-between; }
  .footer-bottom-text { font-size: 0.73rem; font-weight: 400; color: rgba(255,255,255,0.3); }
  .footer-bottom-links { display: flex; gap: 1.5rem; }
  .footer-bottom-links a { font-size: 0.73rem; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.3s; }
  .footer-bottom-links a:hover { color: var(--gold-light); }

  /* RESPONSIVE */
  @media (max-width: 1024px) {
    nav { padding: 1rem 1.5rem; }
    section { padding: 3.5rem 1.5rem; }
    #reassurance { padding: 1.5rem; grid-template-columns: 1fr; }
    .soins-grid { grid-template-columns: repeat(2, 1fr); }
    .soin-detail-block { grid-template-columns: 1fr; }
    .soin-detail-block.reverse .soin-detail-img { order: 0; }
    .soin-detail-block.reverse .soin-detail-content { order: 0; }
    #apropos { grid-template-columns: 1fr; }
    .apropos-img-side { min-height: 320px; }
    .avis-grid { grid-template-columns: 1fr; }
    .insta-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    footer { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; gap: 0.8rem; text-align: center; }
    .laser-perfs { grid-template-columns: repeat(2, 1fr); }
    .laser-techno-block, .laser-faq-block, .avis-widget-block, .autres-soins-block { padding: 2rem 1.5rem; }
    .autres-soins-grid { grid-template-columns: repeat(2, 1fr); }
    .bottom-laser-block { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 680px) {
    .nav-links { display: none; }
    .soins-grid { grid-template-columns: 1fr; }
    .laser-perfs { grid-template-columns: 1fr; }
    .laser-faq-text { padding-left: 0; }
    .bottom-laser-block { grid-template-columns: 1fr; }
    .autres-soins-grid { grid-template-columns: repeat(2, 1fr); }
    footer { grid-template-columns: 1fr; }
    .footer-bottom { padding: 1rem 1.5rem; }
    #instagram { padding: 2.5rem 1.5rem; }
    .apropos-content { padding: 3rem 1.5rem; }
  }

/* === from apropos-13-5.html === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --nude: #A97C5F; --nude-light: #E8D5C4; --nude-pale: #2C1F18;
    --gold: #B8924A; --gold-light: #E8D5B0;
    --bg: #FFFFFF; --bg-alt: #F8F5F2; --bg-section: #F2EBE3;
    --dark: #2C1F18; --text: #2C1F18; --muted: #555555; --white: #FFFFFF;
    --font: 'Montserrat', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font); background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.7; font-weight: 400; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1rem 3rem; background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(169,124,95,0.15); transition: padding 0.3s; }
  .nav-logo { font-family: var(--font); font-size: 1.1rem; font-weight: 700; color: var(--nude); letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
  .nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
  .nav-links > li { position: relative; }
  .nav-links > li > a { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dark); text-decoration: none; transition: color 0.3s; padding: 0.3rem 0; display: block; }
  .nav-links > li > a:hover { color: var(--nude); }
  .nav-links > li > a.active { color: var(--nude); }

  /* Dropdown */
  .dropdown { position: relative; }
  .dropdown-menu { display: none; position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); background: var(--white); border: 1px solid #E8E4DF; border-radius: 8px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); min-width: 220px; padding: 0.5rem 0; z-index: 200; }
  .dropdown:hover .dropdown-menu { display: block; }
  .dropdown-menu::before { content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: var(--white); border-left: 1px solid #E8E4DF; border-top: 1px solid #E8E4DF; transform: translateX(-50%) rotate(45deg); }
  .dropdown-menu a { display: block; padding: 0.65rem 1.2rem; font-size: 0.82rem; font-weight: 500; color: var(--dark); text-decoration: none; transition: background 0.2s, color 0.2s; }
  .dropdown-menu a:hover { background: var(--bg-alt); color: var(--nude); }
  .dropdown-menu a.active { color: var(--nude); font-weight: 700; }

  .nav-social-link { display: flex; align-items: center; color: var(--muted); transition: color 0.3s; }
  .nav-social-link:hover { color: var(--nude); }

  .btn-rdv { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white) !important; background: var(--nude); padding: 0.7rem 1.4rem; text-decoration: none; border: none; cursor: pointer; transition: background 0.3s; display: inline-block; border-radius: 2px; }
  .btn-rdv:hover { background: var(--gold); }
  .btn-outline { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--nude); background: transparent; padding: 0.7rem 1.4rem; text-decoration: none; border: 2px solid var(--nude); cursor: pointer; transition: all 0.3s; display: inline-block; border-radius: 2px; }
  .btn-outline:hover { background: var(--nude); color: var(--white); }

  /* HERO */
  #hero { min-height: 100vh; background: #2C1F18; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; text-align: left; padding: 8rem 6rem 5rem; position: relative; overflow: hidden; }
  #hero::before { content: ''; position: absolute; inset: 0; background: url('assets/images/a-propos-clotilde-martin-body-mind-care--1-0f0e839cdb.jpg') center/cover no-repeat; opacity: 0.35; }
  .hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.5rem; position: relative; font-weight: 500; }
  .hero-title { font-size: clamp(2.2rem, 5vw, 4.2rem); font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 1.5rem; position: relative; max-width: 800px; }
  .hero-title em { font-style: italic; color: var(--gold-light); font-weight: 300; } .hero-title-sub { font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 300; color: var(--gold-light); font-style: italic; margin-bottom: 1.8rem; position: relative; max-width: 640px; } .hero-sub { font-size: 0.98rem; font-weight: 400; color: rgba(255,255,255,0.92); margin-bottom: 2.5rem; position: relative; max-width: 580px; line-height: 1.85; }
  .hero-sub { font-size: 1rem; font-weight: 400; color: rgba(255,255,255,0.85); margin-bottom: 3rem; position: relative; }
  .hero-sub strong { color: var(--white); font-weight: 700; } .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-start; position: relative; }
  .btn-hero { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark); background: var(--white); padding: 1rem 2rem; text-decoration: none; transition: background 0.3s; display: inline-block; border-radius: 2px; }
  .btn-hero:hover { background: var(--gold-light); }
  .btn-hero-outline { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); background: transparent; padding: 1rem 2rem; text-decoration: none; border: 2px solid rgba(255,255,255,0.6); transition: all 0.3s; display: inline-block; border-radius: 2px; }
  .btn-hero-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }

  /* REASSURANCE */
  #reassurance { background: var(--dark); padding: 2rem 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .reassurance-item { display: flex; align-items: center; gap: 1.2rem; }
  .reassurance-icon { width: 2px; height: 36px; background: var(--gold); flex-shrink: 0; }
  .reassurance-label { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 0.2rem; font-weight: 600; }
  .reassurance-text { font-size: 0.9rem; font-weight: 500; color: var(--white); }

  /* SECTIONS */
  section { padding: 5rem 3rem; }
  .section-eyebrow { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; font-weight: 600; }
  .section-title { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 700; color: var(--dark); line-height: 1.2; margin-bottom: 1rem; }
  .section-title em { font-style: italic; color: var(--nude); font-weight: 400; }
  .section-subtitle { font-size: 0.98rem; font-weight: 400; color: var(--muted); max-width: 520px; line-height: 1.8; }

  /* SOINS GRID */
  #soins { background: var(--bg-alt); }
  .soins-header { text-align: center; margin-bottom: 3rem; }
  .soins-header .section-subtitle { margin: 0 auto; }
  .soins-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .soin-card { background: var(--white); overflow: hidden; cursor: pointer; text-decoration: none; display: flex; flex-direction: column; border-radius: 8px; border: 1px solid #E8E4DF; transition: transform 0.3s, box-shadow 0.3s; }
  .soin-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.09); }
  .soin-card-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform 0.5s; }
  .soin-card:hover .soin-card-img { transform: scale(1.04); }
  .soin-card-body { padding: 1.2rem 1.4rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
  .soin-card-num { font-size: 0.62rem; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 0.3rem; font-weight: 600; text-transform: uppercase; }
  .soin-card-name { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
  .soin-card-desc { font-size: 0.84rem; font-weight: 400; color: var(--muted); line-height: 1.6; flex: 1; }
  .soin-card-cta { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--nude); margin-top: 0.8rem; font-weight: 600; }

  /* SOIN PAGE HERO */
  .soin-hero-block { position: relative; width: 100%; height: 80vh; min-height: 480px; overflow: hidden; margin-bottom: 2rem; border-radius: 8px; }
  .soin-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .soin-hero-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(26,16,10,0.6) 0%, rgba(26,16,10,0.25) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; }
  .soin-hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1rem; font-weight: 500; }
  .soin-hero-title { font-size: clamp(2rem, 5vw, 4rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 1rem; }
  .soin-hero-title em { font-style: italic; color: var(--gold-light); font-weight: 300; }
  .soin-hero-sub { font-size: clamp(0.95rem, 1.6vw, 1.15rem); font-weight: 400; color: rgba(255,255,255,0.9); margin-bottom: 2rem; }
  .btn-hero-white { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark); background: var(--white); padding: 0.9rem 2rem; text-decoration: none; border-radius: 2px; display: inline-block; transition: background 0.3s; }
  .btn-hero-white:hover { background: var(--gold-light); }

  /* DETAIL BLOCKS */
  #soins-detail { background: var(--bg); }
  .soin-detail-block { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 2rem; background: var(--bg-alt); border: 1.5px solid #E0DBD5; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 20px rgba(0,0,0,0.05); }
  .soin-detail-block.reverse .soin-detail-img { order: 2; }
  .soin-detail-block.reverse .soin-detail-content { order: 1; }
  .soin-detail-img { overflow: hidden; background: var(--nude-light); }
  .soin-detail-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s; }
  .soin-detail-block:hover .soin-detail-img img { transform: scale(1.03); }
  .soin-detail-content { background: var(--white); padding: 3rem 2.5rem; display: flex; flex-direction: column; justify-content: center; }
  .soin-detail-title { font-size: 1.6rem; font-weight: 700; color: var(--dark); margin-bottom: 0.3rem; }
  .soin-detail-tech { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; font-weight: 600; }
  .soin-detail-desc { font-size: 0.95rem; font-weight: 400; color: var(--muted); line-height: 1.9; margin-bottom: 1.5rem; }

  /* TECHNO BLOCK */
  .laser-techno-block { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; text-align: center; }
  .laser-techno-title { font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-weight: 700; color: var(--dark); margin-bottom: 1.2rem; max-width: 680px; margin-left: auto; margin-right: auto; line-height: 1.3; }
  .laser-techno-text { font-size: 0.96rem; font-weight: 400; color: var(--muted); line-height: 1.9; max-width: 760px; margin: 0 auto 2.5rem; }
  .laser-perf-title { font-size: 1rem; font-weight: 600; color: var(--nude); margin-bottom: 1.8rem; }
  .laser-perfs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; text-align: left; }
  .laser-perf-item { background: var(--bg-alt); border-radius: 8px; padding: 1.3rem; border: 1px solid #E8E4DF; }
  .laser-perf-name { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--nude-light); }
  .laser-perf-desc { font-size: 0.86rem; font-weight: 400; color: var(--dark); line-height: 1.7; }

  /* FAQ/DARK BLOCK */
  .laser-faq-block { background: var(--dark); border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; }
  .laser-faq-block .section-eyebrow { color: var(--gold-light); }
  .laser-faq-block .laser-techno-title { color: var(--white); }
  .laser-faq-grid { display: flex; flex-direction: column; }
  .laser-faq-item { padding: 1.8rem 0; border-top: 1px solid rgba(255,255,255,0.12); }
  .laser-faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .laser-faq-header { display: flex; align-items: flex-start; gap: 1.5rem; margin-bottom: 0.8rem; }
  .laser-faq-num { font-size: 1.5rem; font-weight: 700; color: var(--gold); min-width: 40px; line-height: 1; }
  .laser-faq-title { font-size: 1.05rem; font-weight: 600; color: var(--white); line-height: 1.4; }
  .laser-faq-text { font-size: 0.9rem; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.9; padding-left: 3.5rem; }

  /* FAQ ACCORDÉON */
  .faq-list { display: flex; flex-direction: column; }
  .faq-item { border-top: 1px solid rgba(255,255,255,0.12); }
  .faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .faq-question { width: 100%; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.4rem 0; text-align: left; }
  .faq-question span:first-child { font-size: 0.96rem; font-weight: 600; color: var(--white); line-height: 1.4; }
  .faq-icon { font-size: 1.4rem; font-weight: 300; color: var(--gold); flex-shrink: 0; transition: transform 0.3s; min-width: 24px; text-align: center; }
  .faq-icon.open { transform: rotate(45deg); }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
  .faq-answer.open { max-height: 300px; padding-bottom: 1.2rem; }
  .faq-answer p { font-size: 0.9rem; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.9; }

  /* AVIS WIDGET */
  .avis-widget-block { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; text-align: center; overflow: hidden; }

  /* AUTRES SOINS */
  .autres-soins-block { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; text-align: center; }
  .autres-soins-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
  .autre-soin-card { text-decoration: none; border-radius: 8px; overflow: hidden; background: var(--bg-alt); border: 1px solid #E8E4DF; transition: transform 0.3s, box-shadow 0.3s; display: block; }
  .autre-soin-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .autre-soin-img { aspect-ratio: 1; overflow: hidden; }
  .autre-soin-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
  .autre-soin-card:hover .autre-soin-img img { transform: scale(1.06); }
  .autre-soin-info { padding: 0.9rem; text-align: left; }
  .autre-soin-name { font-size: 0.9rem; font-weight: 700; color: var(--dark); margin-bottom: 0.25rem; }
  .autre-soin-desc { font-size: 0.78rem; font-weight: 400; color: var(--muted); line-height: 1.5; }

  /* BOTTOM BLOCK */
  .bottom-laser-block { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 2rem; align-items: stretch; }
  .bottom-soins, .bottom-contact, .bottom-map { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 2rem; height: 100%; }
  .bottom-soins-list { list-style: none; display: flex; flex-direction: column; }
  .bottom-soins-list li { border-bottom: 1px solid #F0EDE9; }
  .bottom-soins-list li:last-child { border-bottom: none; }
  .bottom-soins-list a { display: block; font-size: 0.9rem; font-weight: 500; color: var(--dark); text-decoration: none; padding: 0.8rem 0; transition: color 0.2s, padding-left 0.2s; }
  .bottom-soins-list a:hover { color: var(--nude); padding-left: 0.5rem; }
  .bottom-contact-item { display: flex; flex-direction: column; gap: 0.25rem; margin-bottom: 1.2rem; }
  .bottom-contact-item:last-child { margin-bottom: 0; }
  .bottom-contact-label { font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
  .bottom-contact-value { font-size: 0.92rem; font-weight: 500; color: var(--dark); text-decoration: none; line-height: 1.6; transition: color 0.2s; }
  a.bottom-contact-value:hover { color: var(--nude); }
  .bottom-horaires { display: grid; grid-template-columns: auto 1fr; gap: 0.2rem 1rem; margin-top: 0.3rem; }
  .bottom-horaires span:nth-child(odd) { font-size: 0.84rem; font-weight: 500; color: var(--dark); }
  .bottom-horaires span:nth-child(even) { font-size: 0.84rem; font-weight: 400; color: var(--muted); }
  .bottom-map-visual { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 0.5rem; }
  .bottom-map-iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 12px; box-shadow: 0 2px 12px rgba(44,31,24,0.08); display: block; }
  .bottom-map-address { font-size: 0.9rem; font-weight: 500; color: var(--dark); line-height: 1.7; margin-bottom: 0.8rem; }
  .bottom-map-link { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; color: var(--nude); text-decoration: none; border-bottom: 1px solid var(--nude-light); transition: color 0.2s; }
  .bottom-map-link:hover { color: var(--gold); }

  /* À PROPOS */
  #apropos { background: var(--dark); display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
  .apropos-img-side { position: relative; min-height: 600px; overflow: hidden; }
  .apropos-img-side img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.75; }
  .apropos-img-overlay { position: absolute; inset: 0; background: linear-gradient(to right, transparent 60%, var(--dark) 100%); }
  .apropos-content { padding: 5rem 4rem 5rem 3rem; display: flex; flex-direction: column; justify-content: center; }
  .apropos-content .section-eyebrow { color: var(--gold-light); }
  .apropos-content .section-title { color: var(--white); }
  .apropos-content .section-title em { color: var(--gold-light); }
  .apropos-bio { font-size: 0.98rem; font-style: italic; color: rgba(255,255,255,0.85); line-height: 1.9; margin: 1.5rem 0; padding-left: 1.2rem; border-left: 3px solid var(--gold); }
  .formations { display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 2rem; }
  .formation-item { display: flex; align-items: flex-start; gap: 1rem; }
  .formation-year { font-size: 0.7rem; letter-spacing: 0.12em; color: var(--gold); min-width: 36px; padding-top: 0.1rem; font-weight: 600; }
  .formation-text { font-size: 0.88rem; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.6; }

  /* AVIS */
  #avis { background: var(--bg-alt); }
  .avis-header { text-align: center; margin-bottom: 1rem; }
  .avis-note { text-align: center; margin-bottom: 2.5rem; }
  .avis-note-stars { display: flex; align-items: center; justify-content: center; gap: 0.3rem; margin-bottom: 0.4rem; }
  .star { color: var(--gold); font-size: 1.1rem; }
  .avis-note-label { font-size: 0.85rem; font-weight: 500; color: var(--muted); }
  .avis-note-num { font-size: 1.8rem; font-weight: 700; color: var(--dark); margin-right: 0.3rem; }
  .avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
  .avis-card { background: var(--white); padding: 1.8rem; border-radius: 8px; border: 1px solid #E8E4DF; }
  .avis-card-stars { display: flex; gap: 0.2rem; margin-bottom: 0.8rem; }
  .avis-card-text { font-size: 0.93rem; font-style: italic; color: var(--dark); line-height: 1.8; margin-bottom: 1rem; }
  .avis-card-author { font-size: 0.76rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--nude); }
  .avis-cta { text-align: center; }

  /* INSTAGRAM */
  #instagram { background: var(--dark); padding: 3.5rem; }
  .insta-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
  .insta-header .section-title { color: var(--white); margin-bottom: 0; }
  .insta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; border-radius: 8px; overflow: hidden; }
  .insta-tile { aspect-ratio: 1; overflow: hidden; position: relative; background: var(--nude); }
  .insta-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; opacity: 0.8; }
  .insta-tile:hover img { transform: scale(1.06); opacity: 1; }

  /* CONTACT */
  #contact { background: var(--bg); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
  .contact-info-block { margin-bottom: 1.8rem; }
  .contact-info-label { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; font-weight: 600; }
  .contact-info-value { font-size: 1rem; font-weight: 500; color: var(--dark); text-decoration: none; transition: color 0.2s; }
  a.contact-info-value:hover { color: var(--nude); }
  .horaires-grid { display: grid; grid-template-columns: auto 1fr; gap: 0.25rem 1.2rem; margin-top: 0.4rem; }
  .horaire-jour { font-size: 0.88rem; font-weight: 500; color: var(--dark); }
  .horaire-heure { font-size: 0.88rem; font-weight: 400; color: var(--muted); }
  .contact-form { display: flex; flex-direction: column; gap: 1rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .form-group { display: flex; flex-direction: column; gap: 0.35rem; }
  .form-label { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
  .form-input, .form-textarea { font-family: var(--font); font-size: 0.9rem; font-weight: 400; color: var(--dark); background: var(--white); border: 1.5px solid #E0DBD5; padding: 0.8rem 1rem; outline: none; transition: border-color 0.3s; width: 100%; border-radius: 4px; }
  .form-input:focus, .form-textarea:focus { border-color: var(--nude); }
  .form-textarea { resize: vertical; min-height: 110px; }

  /* FOOTER */
  footer { background: #120D0A; padding: 3.5rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; align-items: start; }
  .footer-tagline { font-size: 0.88rem; font-style: italic; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.7; margin-bottom: 1.2rem; max-width: 240px; }
  .footer-socials { display: flex; gap: 0.8rem; }
  .social-link { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: border-color 0.3s, background 0.3s; border-radius: 4px; }
  .social-link:hover { border-color: var(--gold); background: rgba(184,146,74,0.15); }
  .social-link svg { width: 15px; height: 15px; fill: none; stroke: rgba(255,255,255,0.6); stroke-width: 1.5; }
  .social-link:hover svg { stroke: var(--gold-light); }
  .footer-col-title { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; font-weight: 700; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
  .footer-links a { font-size: 0.86rem; font-weight: 400; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.3s; }
  .footer-links a:hover { color: var(--nude-light); }
  .footer-address { font-size: 0.86rem; font-weight: 400; color: rgba(255,255,255,0.5); line-height: 1.8; }
  .footer-address a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.3s; }
  .footer-address a:hover { color: var(--nude-light); }
  .footer-bottom { background: #0A0705; padding: 1rem 3.5rem; display: flex; align-items: center; justify-content: space-between; }
  .footer-bottom-text { font-size: 0.73rem; font-weight: 400; color: rgba(255,255,255,0.3); }
  .footer-bottom-links { display: flex; gap: 1.5rem; }
  .footer-bottom-links a { font-size: 0.73rem; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.3s; }
  .footer-bottom-links a:hover { color: var(--gold-light); }

  /* RESPONSIVE */
  @media (max-width: 1024px) {
    nav { padding: 1rem 1.5rem; }
    section { padding: 3.5rem 1.5rem; }
    #reassurance { padding: 1.5rem; grid-template-columns: 1fr; }
    .soins-grid { grid-template-columns: repeat(2, 1fr); }
    .soin-detail-block { grid-template-columns: 1fr; }
    .soin-detail-block.reverse .soin-detail-img { order: 0; }
    .soin-detail-block.reverse .soin-detail-content { order: 0; }
    #apropos { grid-template-columns: 1fr; }
    .apropos-img-side { min-height: 320px; }
    .avis-grid { grid-template-columns: 1fr; }
    .insta-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    footer { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; gap: 0.8rem; text-align: center; }
    .laser-perfs { grid-template-columns: repeat(2, 1fr); }
    .laser-techno-block, .laser-faq-block, .avis-widget-block, .autres-soins-block { padding: 2rem 1.5rem; }
    .autres-soins-grid { grid-template-columns: repeat(2, 1fr); }
    .bottom-laser-block { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 680px) {
    .nav-links { display: none; }
    .soins-grid { grid-template-columns: 1fr; }
    .laser-perfs { grid-template-columns: 1fr; }
    .laser-faq-text { padding-left: 0; }
    .bottom-laser-block { grid-template-columns: 1fr; }
    .autres-soins-grid { grid-template-columns: repeat(2, 1fr); }
    footer { grid-template-columns: 1fr; }
    .footer-bottom { padding: 1rem 1.5rem; }
    #instagram { padding: 2.5rem 1.5rem; }
    .apropos-content { padding: 3rem 1.5rem; }
  }


  /* ── À PROPOS PAGE ── */
  .apropos-page-hero {
    background: var(--dark);
    padding: 9rem 6rem 5rem;
    position: relative;
    overflow: hidden;
  }
  .apropos-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('assets/images/a-propos-clotilde-martin-body-mind-care--2-e73e3e4081.jpg') center/cover no-repeat;
    opacity: 0.12;
  }
  .apropos-hero-content {
    position: relative;
    max-width: 640px;
  }
  .apropos-hero-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .apropos-hero-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  .apropos-hero-sub {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    color: var(--gold-light);
    margin-bottom: 0;
  }

  /* MAIN CONTENT */
  .apropos-main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 5rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 5rem;
    align-items: start;
  }

  /* PHOTO SIDE */
  .apropos-photo-side {
    position: sticky;
    top: 100px;
  }
  .apropos-photo-frame {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: var(--nude-light);
    border: 1.5px solid #E0DBD5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .apropos-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .apropos-photo-placeholder {
    text-align: center;
    padding: 2rem;
    color: var(--muted);
  }
  .apropos-photo-placeholder-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.4;
  }
  .apropos-photo-placeholder-text {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--nude);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .apropos-photo-placeholder-sub {
    font-size: 0.78rem;
    font-weight: 400;
    color: var(--muted);
    margin-top: 0.4rem;
    font-style: italic;
  }
  .apropos-photo-caption {
    margin-top: 1.2rem;
    text-align: center;
  }
  .apropos-photo-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.2rem;
  }
  .apropos-photo-title {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.6;
  }

  /* TEXT SIDE */
  .apropos-text-side {}

  .apropos-text-block {
    margin-bottom: 2rem;
  }
  .apropos-paragraph {
    font-size: 0.97rem;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.95;
    margin-bottom: 1.5rem;
  }
  .apropos-paragraph strong {
    color: var(--dark);
    font-weight: 700;
  }
  .apropos-quote {
    border-left: 3px solid var(--gold);
    padding: 1.2rem 1.5rem;
    background: var(--bg-alt);
    border-radius: 0 8px 8px 0;
    margin: 2rem 0;
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    color: var(--dark);
    line-height: 1.8;
  }

  /* FORMATIONS */
  .apropos-formations {
    background: var(--dark);
    border-radius: 12px;
    padding: 2.5rem;
    margin-top: 2.5rem;
  }
  .apropos-formations-title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
  }
  .formation-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .formation-row {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .formation-row:last-child { border-bottom: none; padding-bottom: 0; }
  .formation-year {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--gold);
    min-width: 36px;
    padding-top: 0.15rem;
    letter-spacing: 0.1em;
  }
  .formation-name {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1.5;
  }
  .formation-detail {
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(255,255,255,0.55);
    margin-top: 0.15rem;
  }

  /* VALEURS */
  .apropos-valeurs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
  }
  .valeur-card {
    background: var(--white);
    border: 1.5px solid #E0DBD5;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
  }
  .valeur-icon {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    display: block;
  }
  .valeur-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
  }
  .valeur-desc {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.6;
  }

  /* CTA */
  .apropos-cta {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #E8E4DF;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }

  @media (max-width: 1024px) {
    .apropos-main { grid-template-columns: 1fr; gap: 3rem; padding: 3rem 2rem; }
    .apropos-photo-side { position: static; }
    .apropos-photo-frame { aspect-ratio: 4/3; max-height: 420px; }
    .apropos-valeurs { grid-template-columns: 1fr; }
    .apropos-page-hero { padding: 8rem 2rem 4rem; }
  }

/* === from cryolipolyse-7.html === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --nude: #A97C5F; --nude-light: #E8D5C4; --nude-pale: #F5EDE6;
    --gold: #B8924A; --gold-light: #E8D5B0;
    --bg: #FFFFFF; --bg-alt: #F8F5F2; --bg-section: #F2EBE3;
    --dark: #1A1A1A; --text: #1A1A1A; --muted: #555555; --white: #FFFFFF;
    --font: 'Montserrat', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font); background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.7; font-weight: 400; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1rem 3rem; background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(169,124,95,0.15); transition: padding 0.3s; }
  .nav-logo { font-family: var(--font); font-size: 1.1rem; font-weight: 700; color: var(--nude); letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
  .nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
  .nav-links > li { position: relative; }
  .nav-links > li > a { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dark); text-decoration: none; transition: color 0.3s; padding: 0.3rem 0; display: block; }
  .nav-links > li > a:hover { color: var(--nude); }
  .nav-links > li > a.active { color: var(--nude); }

  /* Dropdown */
  .dropdown { position: relative; }
  .dropdown-menu { display: none; position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); background: var(--white); border: 1px solid #E8E4DF; border-radius: 8px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); min-width: 220px; padding: 0.5rem 0; z-index: 200; }
  .dropdown:hover .dropdown-menu { display: block; }
  .dropdown-menu::before { content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: var(--white); border-left: 1px solid #E8E4DF; border-top: 1px solid #E8E4DF; transform: translateX(-50%) rotate(45deg); }
  .dropdown-menu a { display: block; padding: 0.65rem 1.2rem; font-size: 0.82rem; font-weight: 500; color: var(--dark); text-decoration: none; transition: background 0.2s, color 0.2s; }
  .dropdown-menu a:hover { background: var(--bg-alt); color: var(--nude); }
  .dropdown-menu a.active { color: var(--nude); font-weight: 700; }

  .nav-social-link { display: flex; align-items: center; color: var(--muted); transition: color 0.3s; }
  .nav-social-link:hover { color: var(--nude); }

  .btn-rdv { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white) !important; background: var(--nude); padding: 0.7rem 1.4rem; text-decoration: none; border: none; cursor: pointer; transition: background 0.3s; display: inline-block; border-radius: 2px; }
  .btn-rdv:hover { background: var(--gold); }
  .btn-outline { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--nude); background: transparent; padding: 0.7rem 1.4rem; text-decoration: none; border: 2px solid var(--nude); cursor: pointer; transition: all 0.3s; display: inline-block; border-radius: 2px; }
  .btn-outline:hover { background: var(--nude); color: var(--white); }

  /* HERO */
  #hero { min-height: 100vh; background: #2C1F18; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 8rem 2rem 4rem; position: relative; overflow: hidden; }
  #hero::before { content: ''; position: absolute; inset: 0; background: url('assets/images/body-mind-care-cabinet-de-soins-technico-1-8c5797d3e1.jpg') center/cover no-repeat; opacity: 0.35; }
  .hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.5rem; position: relative; font-weight: 500; }
  .hero-title { font-size: clamp(2.2rem, 5vw, 4.2rem); font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 1.5rem; position: relative; max-width: 800px; }
  .hero-title em { font-style: italic; color: var(--gold-light); font-weight: 300; }
  .hero-sub { font-size: 1rem; font-weight: 400; color: rgba(255,255,255,0.85); margin-bottom: 3rem; position: relative; }
  .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; position: relative; }
  .btn-hero { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark); background: var(--white); padding: 1rem 2rem; text-decoration: none; transition: background 0.3s; display: inline-block; border-radius: 2px; }
  .btn-hero:hover { background: var(--gold-light); }
  .btn-hero-outline { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); background: transparent; padding: 1rem 2rem; text-decoration: none; border: 2px solid rgba(255,255,255,0.6); transition: all 0.3s; display: inline-block; border-radius: 2px; }
  .btn-hero-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }

  /* REASSURANCE */
  #reassurance { background: var(--dark); padding: 2rem 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .reassurance-item { display: flex; align-items: center; gap: 1.2rem; }
  .reassurance-icon { width: 2px; height: 36px; background: var(--gold); flex-shrink: 0; }
  .reassurance-label { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 0.2rem; font-weight: 600; }
  .reassurance-text { font-size: 0.9rem; font-weight: 500; color: var(--white); }

  /* SECTIONS */
  section { padding: 5rem 3rem; }
  .section-eyebrow { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; font-weight: 600; }
  .section-title { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 700; color: var(--dark); line-height: 1.2; margin-bottom: 1rem; }
  .section-title em { font-style: italic; color: var(--nude); font-weight: 400; }
  .section-subtitle { font-size: 0.98rem; font-weight: 400; color: var(--muted); max-width: 520px; line-height: 1.8; }

  /* SOINS GRID */
  #soins { background: var(--bg-alt); }
  .soins-header { text-align: center; margin-bottom: 3rem; }
  .soins-header .section-subtitle { margin: 0 auto; }
  .soins-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .soin-card { background: var(--white); overflow: hidden; cursor: pointer; text-decoration: none; display: flex; flex-direction: column; border-radius: 8px; border: 1px solid #E8E4DF; transition: transform 0.3s, box-shadow 0.3s; }
  .soin-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.09); }
  .soin-card-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform 0.5s; }
  .soin-card:hover .soin-card-img { transform: scale(1.04); }
  .soin-card-body { padding: 1.2rem 1.4rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
  .soin-card-num { font-size: 0.62rem; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 0.3rem; font-weight: 600; text-transform: uppercase; }
  .soin-card-name { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
  .soin-card-desc { font-size: 0.84rem; font-weight: 400; color: var(--muted); line-height: 1.6; flex: 1; }
  .soin-card-cta { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--nude); margin-top: 0.8rem; font-weight: 600; }

  /* SOIN PAGE HERO */
  .soin-hero-block { position: relative; width: 100%; height: 80vh; min-height: 480px; overflow: hidden; margin-bottom: 2rem; border-radius: 8px; }
  .soin-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .soin-hero-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(26,16,10,0.6) 0%, rgba(26,16,10,0.25) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; }
  .soin-hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1rem; font-weight: 500; }
  .soin-hero-title { font-size: clamp(2rem, 5vw, 4rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 1rem; }
  .soin-hero-title em { font-style: italic; color: var(--gold-light); font-weight: 300; }
  .soin-hero-sub { font-size: clamp(0.95rem, 1.6vw, 1.15rem); font-weight: 400; color: rgba(255,255,255,0.9); margin-bottom: 2rem; }
  .btn-hero-white { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark); background: var(--white); padding: 0.9rem 2rem; text-decoration: none; border-radius: 2px; display: inline-block; transition: background 0.3s; }
  .btn-hero-white:hover { background: var(--gold-light); }

  /* DETAIL BLOCKS */
  #soins-detail { background: var(--bg); }
  .soin-detail-block { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 2rem; background: var(--bg-alt); border: 1.5px solid #E0DBD5; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 20px rgba(0,0,0,0.05); }
  .soin-detail-block.reverse .soin-detail-img { order: 2; }
  .soin-detail-block.reverse .soin-detail-content { order: 1; }
  .soin-detail-img { overflow: hidden; background: var(--nude-light); }
  .soin-detail-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s; }
  .soin-detail-block:hover .soin-detail-img img { transform: scale(1.03); }
  .soin-detail-content { background: var(--white); padding: 3rem 2.5rem; display: flex; flex-direction: column; justify-content: center; }
  .soin-detail-title { font-size: 1.6rem; font-weight: 700; color: var(--dark); margin-bottom: 0.3rem; }
  .soin-detail-tech { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; font-weight: 600; }
  .soin-detail-desc { font-size: 0.95rem; font-weight: 400; color: var(--muted); line-height: 1.9; margin-bottom: 1.5rem; }

  /* TECHNO BLOCK */
  .laser-techno-block { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; text-align: center; }
  .laser-techno-title { font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-weight: 700; color: var(--dark); margin-bottom: 1.2rem; max-width: 680px; margin-left: auto; margin-right: auto; line-height: 1.3; }
  .laser-techno-text { font-size: 0.96rem; font-weight: 400; color: var(--muted); line-height: 1.9; max-width: 760px; margin: 0 auto 2.5rem; }
  .laser-perf-title { font-size: 1rem; font-weight: 600; color: var(--nude); margin-bottom: 1.8rem; }
  .laser-perfs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; text-align: left; }
  .laser-perf-item { background: var(--bg-alt); border-radius: 8px; padding: 1.3rem; border: 1px solid #E8E4DF; }
  .laser-perf-name { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--nude-light); }
  .laser-perf-desc { font-size: 0.86rem; font-weight: 400; color: var(--dark); line-height: 1.7; }

  /* FAQ/DARK BLOCK */
  .laser-faq-block { background: #2C1F18; border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; } .laser-faq-block.alt { background: #F5EDE6; }
  .laser-faq-block.alt .section-eyebrow { color: var(--gold); }
  .laser-faq-block.alt .laser-techno-title { color: var(--dark); }
  .laser-faq-block.alt .faq-item { border-top: 1px solid rgba(0,0,0,0.1); }
  .laser-faq-block.alt .faq-item:last-child { border-bottom: 1px solid rgba(0,0,0,0.1); }
  .laser-faq-block.alt .faq-question span:first-child { color: var(--dark); }
  .laser-faq-block.alt .faq-answer p { color: var(--muted); }
  .laser-faq-block .section-eyebrow { color: var(--gold-light); }
  .laser-faq-block .laser-techno-title { color: var(--white); }
  .laser-faq-grid { display: flex; flex-direction: column; }
  .laser-faq-item { padding: 1.8rem 0; border-top: 1px solid rgba(255,255,255,0.12); }
  .laser-faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .laser-faq-header { display: flex; align-items: flex-start; gap: 1.5rem; margin-bottom: 0.8rem; }
  .laser-faq-num { font-size: 1.5rem; font-weight: 700; color: var(--gold); min-width: 40px; line-height: 1; }
  .laser-faq-title { font-size: 1.05rem; font-weight: 600; color: var(--white); line-height: 1.4; }
  .laser-faq-text { font-size: 0.9rem; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.9; padding-left: 3.5rem; }

  /* FAQ ACCORDÉON */
  .faq-list { display: flex; flex-direction: column; }
  .faq-item { border-top: 1px solid rgba(255,255,255,0.12); }
  .faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .faq-question { width: 100%; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.4rem 0; text-align: left; }
  .faq-question span:first-child { font-size: 0.96rem; font-weight: 600; color: var(--white); line-height: 1.4; }
  .faq-icon { font-size: 1.4rem; font-weight: 300; color: var(--gold); flex-shrink: 0; transition: transform 0.3s; min-width: 24px; text-align: center; }
  .faq-icon.open { transform: rotate(45deg); }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
  .faq-answer.open { max-height: 300px; padding-bottom: 1.2rem; }
  .faq-answer p { font-size: 0.9rem; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.9; }

  /* AVIS WIDGET */
  .avis-widget-block { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; text-align: center; overflow: hidden; }

  /* AUTRES SOINS */
  .autres-soins-block { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 3.5rem; margin-bottom: 2rem; text-align: center; }
  .autres-soins-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
  .autre-soin-card { text-decoration: none; border-radius: 8px; overflow: hidden; background: var(--bg-alt); border: 1px solid #E8E4DF; transition: transform 0.3s, box-shadow 0.3s; display: block; }
  .autre-soin-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .autre-soin-img { aspect-ratio: 1; overflow: hidden; }
  .autre-soin-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
  .autre-soin-card:hover .autre-soin-img img { transform: scale(1.06); }
  .autre-soin-info { padding: 0.9rem; text-align: left; }
  .autre-soin-name { font-size: 0.9rem; font-weight: 700; color: var(--dark); margin-bottom: 0.25rem; }
  .autre-soin-desc { font-size: 0.78rem; font-weight: 400; color: var(--muted); line-height: 1.5; }

  /* BOTTOM BLOCK */
  .bottom-laser-block { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 2rem; align-items: stretch; }
  .bottom-soins, .bottom-contact, .bottom-map { background: var(--white); border: 1.5px solid #E0DBD5; border-radius: 12px; padding: 2rem; height: 100%; }
  .bottom-soins-list { list-style: none; display: flex; flex-direction: column; }
  .bottom-soins-list li { border-bottom: 1px solid #F0EDE9; }
  .bottom-soins-list li:last-child { border-bottom: none; }
  .bottom-soins-list a { display: block; font-size: 0.9rem; font-weight: 500; color: var(--dark); text-decoration: none; padding: 0.8rem 0; transition: color 0.2s, padding-left 0.2s; }
  .bottom-soins-list a:hover { color: var(--nude); padding-left: 0.5rem; }
  .bottom-contact-item { display: flex; flex-direction: column; gap: 0.25rem; margin-bottom: 1.2rem; }
  .bottom-contact-item:last-child { margin-bottom: 0; }
  .bottom-contact-label { font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
  .bottom-contact-value { font-size: 0.92rem; font-weight: 500; color: var(--dark); text-decoration: none; line-height: 1.6; transition: color 0.2s; }
  a.bottom-contact-value:hover { color: var(--nude); }
  .bottom-horaires { display: grid; grid-template-columns: auto 1fr; gap: 0.2rem 1rem; margin-top: 0.3rem; }
  .bottom-horaires span:nth-child(odd) { font-size: 0.84rem; font-weight: 500; color: var(--dark); }
  .bottom-horaires span:nth-child(even) { font-size: 0.84rem; font-weight: 400; color: var(--muted); }
  .bottom-map-visual { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 0.5rem; }
  .bottom-map-iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 12px; box-shadow: 0 2px 12px rgba(44,31,24,0.08); display: block; }
  .bottom-map-address { font-size: 0.9rem; font-weight: 500; color: var(--dark); line-height: 1.7; margin-bottom: 0.8rem; }
  .bottom-map-link { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; color: var(--nude); text-decoration: none; border-bottom: 1px solid var(--nude-light); transition: color 0.2s; }
  .bottom-map-link:hover { color: var(--gold); }

  /* À PROPOS */
  #apropos { background: var(--dark); display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
  .apropos-img-side { position: relative; min-height: 600px; overflow: hidden; }
  .apropos-img-side img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.75; }
  .apropos-img-overlay { position: absolute; inset: 0; background: linear-gradient(to right, transparent 60%, var(--dark) 100%); }
  .apropos-content { padding: 5rem 4rem 5rem 3rem; display: flex; flex-direction: column; justify-content: center; }
  .apropos-content .section-eyebrow { color: var(--gold-light); }
  .apropos-content .section-title { color: var(--white); }
  .apropos-content .section-title em { color: var(--gold-light); }
  .apropos-bio { font-size: 0.98rem; font-style: italic; color: rgba(255,255,255,0.85); line-height: 1.9; margin: 1.5rem 0; padding-left: 1.2rem; border-left: 3px solid var(--gold); }
  .formations { display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 2rem; }
  .formation-item { display: flex; align-items: flex-start; gap: 1rem; }
  .formation-year { font-size: 0.7rem; letter-spacing: 0.12em; color: var(--gold); min-width: 36px; padding-top: 0.1rem; font-weight: 600; }
  .formation-text { font-size: 0.88rem; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.6; }

  /* AVIS */
  #avis { background: var(--bg-alt); }
  .avis-header { text-align: center; margin-bottom: 1rem; }
  .avis-note { text-align: center; margin-bottom: 2.5rem; }
  .avis-note-stars { display: flex; align-items: center; justify-content: center; gap: 0.3rem; margin-bottom: 0.4rem; }
  .star { color: var(--gold); font-size: 1.1rem; }
  .avis-note-label { font-size: 0.85rem; font-weight: 500; color: var(--muted); }
  .avis-note-num { font-size: 1.8rem; font-weight: 700; color: var(--dark); margin-right: 0.3rem; }
  .avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
  .avis-card { background: var(--white); padding: 1.8rem; border-radius: 8px; border: 1px solid #E8E4DF; }
  .avis-card-stars { display: flex; gap: 0.2rem; margin-bottom: 0.8rem; }
  .avis-card-text { font-size: 0.93rem; font-style: italic; color: var(--dark); line-height: 1.8; margin-bottom: 1rem; }
  .avis-card-author { font-size: 0.76rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--nude); }
  .avis-cta { text-align: center; }

  /* INSTAGRAM */
  #instagram { background: var(--dark); padding: 3.5rem; }
  .insta-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
  .insta-header .section-title { color: var(--white); margin-bottom: 0; }
  .insta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; border-radius: 8px; overflow: hidden; }
  .insta-tile { aspect-ratio: 1; overflow: hidden; position: relative; background: var(--nude); }
  .insta-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; opacity: 0.8; }
  .insta-tile:hover img { transform: scale(1.06); opacity: 1; }

  /* CONTACT */
  #contact { background: var(--bg); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
  .contact-info-block { margin-bottom: 1.8rem; }
  .contact-info-label { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; font-weight: 600; }
  .contact-info-value { font-size: 1rem; font-weight: 500; color: var(--dark); text-decoration: none; transition: color 0.2s; }
  a.contact-info-value:hover { color: var(--nude); }
  .horaires-grid { display: grid; grid-template-columns: auto 1fr; gap: 0.25rem 1.2rem; margin-top: 0.4rem; }
  .horaire-jour { font-size: 0.88rem; font-weight: 500; color: var(--dark); }
  .horaire-heure { font-size: 0.88rem; font-weight: 400; color: var(--muted); }
  .contact-form { display: flex; flex-direction: column; gap: 1rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .form-group { display: flex; flex-direction: column; gap: 0.35rem; }
  .form-label { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
  .form-input, .form-textarea { font-family: var(--font); font-size: 0.9rem; font-weight: 400; color: var(--dark); background: var(--white); border: 1.5px solid #E0DBD5; padding: 0.8rem 1rem; outline: none; transition: border-color 0.3s; width: 100%; border-radius: 4px; }
  .form-input:focus, .form-textarea:focus { border-color: var(--nude); }
  .form-textarea { resize: vertical; min-height: 110px; }

  /* FOOTER */
  footer { background: #120D0A; padding: 3.5rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; align-items: start; }
  .footer-tagline { font-size: 0.88rem; font-style: italic; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.7; margin-bottom: 1.2rem; max-width: 240px; }
  .footer-socials { display: flex; gap: 0.8rem; }
  .social-link { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: border-color 0.3s, background 0.3s; border-radius: 4px; }
  .social-link:hover { border-color: var(--gold); background: rgba(184,146,74,0.15); }
  .social-link svg { width: 15px; height: 15px; fill: none; stroke: rgba(255,255,255,0.6); stroke-width: 1.5; }
  .social-link:hover svg { stroke: var(--gold-light); }
  .footer-col-title { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; font-weight: 700; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
  .footer-links a { font-size: 0.86rem; font-weight: 400; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.3s; }
  .footer-links a:hover { color: var(--nude-light); }
  .footer-address { font-size: 0.86rem; font-weight: 400; color: rgba(255,255,255,0.5); line-height: 1.8; }
  .footer-address a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.3s; }
  .footer-address a:hover { color: var(--nude-light); }
  .footer-bottom { background: #0A0705; padding: 1rem 3.5rem; display: flex; align-items: center; justify-content: space-between; }
  .footer-bottom-text { font-size: 0.73rem; font-weight: 400; color: rgba(255,255,255,0.3); }
  .footer-bottom-links { display: flex; gap: 1.5rem; }
  .footer-bottom-links a { font-size: 0.73rem; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.3s; }
  .footer-bottom-links a:hover { color: var(--gold-light); }

  /* RESPONSIVE */
  @media (max-width: 1024px) {
    nav { padding: 1rem 1.5rem; }
    section { padding: 3.5rem 1.5rem; }
    #reassurance { padding: 1.5rem; grid-template-columns: 1fr; }
    .soins-grid { grid-template-columns: repeat(2, 1fr); }
    .soin-detail-block { grid-template-columns: 1fr; }
    .soin-detail-block.reverse .soin-detail-img { order: 0; }
    .soin-detail-block.reverse .soin-detail-content { order: 0; }
    #apropos { grid-template-columns: 1fr; }
    .apropos-img-side { min-height: 320px; }
    .avis-grid { grid-template-columns: 1fr; }
    .insta-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    footer { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; gap: 0.8rem; text-align: center; }
    .laser-perfs { grid-template-columns: repeat(2, 1fr); }
    .laser-techno-block, .laser-faq-block, .avis-widget-block, .autres-soins-block { padding: 2rem 1.5rem; }
    .autres-soins-grid { grid-template-columns: repeat(2, 1fr); }
    .bottom-laser-block { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 680px) {
    .nav-links { display: none; }
    .soins-grid { grid-template-columns: 1fr; }
    .laser-perfs { grid-template-columns: 1fr; }
    .laser-faq-text { padding-left: 0; }
    .bottom-laser-block { grid-template-columns: 1fr; }
    .autres-soins-grid { grid-template-columns: repeat(2, 1fr); }
    footer { grid-template-columns: 1fr; }
    .footer-bottom { padding: 1rem 1.5rem; }
    #instagram { padding: 2.5rem 1.5rem; }
    .apropos-content { padding: 3rem 1.5rem; }
  }

/* === ENHANCEMENTS — navigation + scroll animations === */

/* Navbar : état "scrolled" + masquage au scroll-down */
nav#navbar { transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.35s ease; will-change: transform, padding; }
nav#navbar.scrolled { padding: 0.55rem 3rem; background: rgba(255,255,255,0.92); box-shadow: 0 6px 20px rgba(44,31,24,0.06); }
nav#navbar.nav-hidden { transform: translateY(-110%); }

/* Lien actif (souligné discret) */
.nav-links > li > a.active,
.dropdown-menu a.active { color: var(--nude); }
.nav-links > li > a.active::after {
  content: ''; display: block; height: 1px; width: 100%;
  background: var(--nude); margin-top: 6px; opacity: 0.6;
}

/* Hamburger button — caché sur desktop */
.nav-burger {
  display: none; background: transparent; border: 0; padding: 0.5rem;
  width: 40px; height: 40px; cursor: pointer; color: var(--dark);
  align-items: center; justify-content: center; border-radius: 4px;
}
.nav-burger:hover { background: rgba(169,124,95,0.08); }
.nav-burger span {
  display: block; width: 22px; height: 1.5px; background: currentColor;
  position: relative; transition: transform 0.3s ease, opacity 0.2s ease;
}
.nav-burger span::before,
.nav-burger span::after {
  content: ''; position: absolute; left: 0; width: 22px; height: 1.5px;
  background: currentColor; transition: transform 0.3s ease, top 0.3s ease;
}
.nav-burger span::before { top: -7px; }
.nav-burger span::after  { top:  7px; }
.nav-burger[aria-expanded="true"] span { background: transparent; }
.nav-burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-burger[aria-expanded="true"] span::after  { top: 0; transform: rotate(-45deg); }

/* Tiroir mobile */
@media (max-width: 880px) {
  .nav-burger { display: inline-flex; }
  nav#navbar { padding: 0.9rem 1.25rem; }
  .nav-links {
    position: fixed; top: 64px; right: 0; left: 0;
    background: rgba(255,255,255,0.98); backdrop-filter: blur(10px);
    flex-direction: column; align-items: flex-start; gap: 0;
    padding: 1rem 1.5rem 1.5rem; border-bottom: 1px solid rgba(169,124,95,0.15);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform 0.28s ease, opacity 0.22s ease;
    max-height: calc(100vh - 64px); overflow-y: auto;
    display: flex !important;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links > li { width: 100%; border-bottom: 1px solid rgba(0,0,0,0.04); }
  .nav-links > li:last-child { border-bottom: 0; }
  .nav-links > li > a { padding: 1rem 0; font-size: 0.92rem; }
  .nav-links .dropdown-menu {
    display: block; position: static; transform: none; box-shadow: none;
    border: 0; border-radius: 0; min-width: 0; padding: 0 0 0.5rem 1rem;
    background: transparent;
  }
  .nav-links .dropdown-menu::before { display: none; }
  .nav-links .dropdown-menu a { padding: 0.55rem 0; font-size: 0.86rem; }
  .nav-social-link { padding: 0.6rem 0; }
  .btn-rdv { width: 100%; text-align: center; margin-top: 0.4rem; }
  body.nav-open { overflow: hidden; }
}

/* === AVIS — CAROUSEL === */
#avis { padding: 5rem 1.5rem; }
.avis-header { text-align: center; margin-bottom: 3rem; }
.avis-header .section-title { margin-bottom: 0; }
.avis-carousel { position: relative; max-width: 1180px; margin: 0 auto; padding: 0 3.2rem; }
.avis-viewport { overflow: hidden; padding: 0.5rem 0.3rem; }
.avis-track {
  display: flex; gap: 1.5rem;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.avis-track .avis-card {
  flex: 0 0 calc((100% - 3rem) / 3);
  display: flex; flex-direction: column;
  min-height: 280px;
  background: var(--white);
  padding: 1.8rem 1.6rem;
  border-radius: 10px;
  border: 1px solid #E8E4DF;
  box-shadow: 0 1px 4px rgba(44,31,24,0.03);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.avis-track .avis-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(44,31,24,0.09);
  border-color: #DCD1C2;
}
.avis-card-stars { display: flex; gap: 0.2rem; margin-bottom: 0.9rem; }
.avis-card .star { color: var(--gold); font-size: 1.05rem; }
.avis-card .star-empty { color: #E0DBD5; }
.avis-card-text {
  flex: 1;
  font-size: 0.92rem; font-style: italic; color: var(--dark);
  line-height: 1.75; margin-bottom: 1.2rem;
  display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical;
  overflow: hidden;
}
.avis-card-author {
  font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--nude);
  margin: 0;
}
.avis-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 3;
  width: 42px; height: 42px;
  background: var(--white);
  border: 1px solid #E0DBD5;
  border-radius: 50%;
  cursor: pointer;
  color: var(--nude);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(44,31,24,0.08);
  transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.avis-arrow:hover {
  background: var(--nude); color: var(--white); border-color: var(--nude);
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 6px 18px rgba(169,124,95,0.28);
}
.avis-arrow:active { transform: translateY(-50%) scale(0.96); }
.avis-arrow-prev { left: 0; }
.avis-arrow-next { right: 0; }
.avis-dots {
  display: flex; justify-content: center; gap: 0.55rem;
  margin-top: 2.2rem;
}
.avis-dot {
  width: 8px; height: 8px;
  border: none; padding: 0;
  background: #D9D2CB; border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s, width 0.35s ease, border-radius 0.35s ease;
}
.avis-dot:hover { background: var(--nude-light); }
.avis-dot.active {
  background: var(--gold);
  width: 26px; border-radius: 4px;
}

/* Reveal stagger pour les cartes du carrousel */
.avis-track > .avis-card.reveal { transition-delay: calc(var(--reveal-delay, 0) * 80ms); }
.avis-track > .avis-card:nth-child(1) { --reveal-delay: 0; }
.avis-track > .avis-card:nth-child(2) { --reveal-delay: 1; }
.avis-track > .avis-card:nth-child(3) { --reveal-delay: 2; }

/* Étoiles : petit pop d'apparition */
@keyframes bmcStarPop {
  0%   { opacity: 0; transform: scale(0.4) rotate(-12deg); }
  60%  { opacity: 1; transform: scale(1.18) rotate(4deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
.avis-card.reveal.in-view .avis-card-stars .star {
  animation: bmcStarPop 0.55s cubic-bezier(.22,.61,.36,1) both;
}
.avis-card.reveal.in-view .avis-card-stars .star:nth-child(1) { animation-delay: 0.10s; }
.avis-card.reveal.in-view .avis-card-stars .star:nth-child(2) { animation-delay: 0.18s; }
.avis-card.reveal.in-view .avis-card-stars .star:nth-child(3) { animation-delay: 0.26s; }
.avis-card.reveal.in-view .avis-card-stars .star:nth-child(4) { animation-delay: 0.34s; }
.avis-card.reveal.in-view .avis-card-stars .star:nth-child(5) { animation-delay: 0.42s; }

@media (max-width: 900px) {
  .avis-track .avis-card { flex: 0 0 calc((100% - 1.5rem) / 2); }
}
@media (max-width: 600px) {
  #avis { padding: 3.5rem 1rem; }
  .avis-carousel { padding: 0 0.5rem; }
  .avis-track { gap: 1rem; }
  .avis-track .avis-card { flex: 0 0 100%; padding: 1.5rem 1.3rem; min-height: 260px; }
  .avis-arrow { width: 36px; height: 36px; }
  .avis-arrow-prev { left: -6px; }
  .avis-arrow-next { right: -6px; }
}

@media (prefers-reduced-motion: reduce) {
  .avis-track { transition: none; }
  .avis-card.reveal.in-view .avis-card-stars .star { animation: none; }
}

/* Reveal au scroll */
.reveal {
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.in-view { opacity: 1; transform: none; }
.soins-grid .reveal,
.autres-soins-grid .reveal,
.avis-grid .reveal,
.insta-grid .reveal { transition-delay: calc(var(--reveal-delay, 0) * 60ms); }

/* Décalage automatique pour effet stagger */
.soins-grid > *:nth-child(2) { --reveal-delay: 1; }
.soins-grid > *:nth-child(3) { --reveal-delay: 2; }
.soins-grid > *:nth-child(4) { --reveal-delay: 3; }
.soins-grid > *:nth-child(5) { --reveal-delay: 4; }
.avis-grid > *:nth-child(2) { --reveal-delay: 1; }
.avis-grid > *:nth-child(3) { --reveal-delay: 2; }
.autres-soins-grid > *:nth-child(2) { --reveal-delay: 1; }
.autres-soins-grid > *:nth-child(3) { --reveal-delay: 2; }
.autres-soins-grid > *:nth-child(4) { --reveal-delay: 3; }

/* Hero : entrée à l'arrivée */
@keyframes bmcHeroIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
#hero .hero-title,
#hero .hero-title-sub,
#hero .hero-sub,
#hero .hero-ctas {
  animation: bmcHeroIn 0.9s ease both;
}
#hero .hero-title-sub { animation-delay: 0.12s; }
#hero .hero-sub       { animation-delay: 0.22s; }
#hero .hero-ctas      { animation-delay: 0.34s; }

/* Hover plus tactile sur cartes */
.soin-card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(44,31,24,0.10); }
.soin-card:hover .soin-card-img { transform: scale(1.04); }
.autre-soin-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(44,31,24,0.08); }

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* === REDESIGN NAVBAR (override final) === */

nav#navbar {
  padding: 0.85rem 2rem;
  gap: 2rem;
  background: rgba(255,255,255,0.94);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
}

/* Logo : mark + texte */
.nav-logo {
  display: inline-flex; align-items: center; gap: 0.7rem;
  text-decoration: none; color: var(--dark);
  font-family: var(--font); font-weight: 700;
  font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase;
  flex-shrink: 0;
}
.nav-logo-mark {
  width: 34px; height: 34px; border-radius: 50%; object-fit: cover;
  border: 1px solid rgba(169,124,95,0.25);
  box-shadow: 0 2px 6px rgba(44,31,24,0.08);
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}
.nav-logo:hover .nav-logo-mark { transform: rotate(-6deg) scale(1.04); box-shadow: 0 4px 12px rgba(44,31,24,0.12); }
.nav-logo-text { color: var(--nude); }

/* Liste */
.nav-links {
  display: flex; align-items: center; gap: 1.6rem;
  list-style: none; margin-left: auto;
}
.nav-links > li { position: relative; }
.nav-links > li > a:not(.btn-rdv):not(.nav-social-link) {
  position: relative; display: inline-block;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--dark); text-decoration: none;
  padding: 0.35rem 0; transition: color 0.25s ease;
}

/* Soulignement de hover */
.nav-links > li > a:not(.btn-rdv):not(.nav-social-link)::after {
  content: ''; position: absolute; left: 0; bottom: -2px;
  height: 1.5px; width: 100%;
  background: var(--nude); transform-origin: left;
  transform: scaleX(0); transition: transform 0.32s cubic-bezier(0.22,0.61,0.36,1);
}
.nav-links > li > a:not(.btn-rdv):not(.nav-social-link):hover { color: var(--nude); }
.nav-links > li > a:not(.btn-rdv):not(.nav-social-link):hover::after,
.nav-links > li > a.active:not(.btn-rdv):not(.nav-social-link)::after { transform: scaleX(1); }
.nav-links > li > a.active:not(.btn-rdv):not(.nav-social-link) { color: var(--nude); }

/* Chevron du dropdown */
.dropdown-toggle { display: inline-flex; align-items: center; gap: 0.35rem; }
/* Pont invisible : maintient le :hover en traversant le gap vers le menu */
.dropdown::after {
  content: '';
  position: absolute;
  top: 100%; left: 0; right: 0;
  height: 16px;
}
.dropdown-toggle .chevron { transition: transform 0.3s ease; opacity: 0.85; }
.dropdown:hover .dropdown-toggle .chevron,
.dropdown:focus-within .dropdown-toggle .chevron { transform: rotate(180deg); }

/* Dropdown : entrée animée */
.dropdown-menu {
  display: block !important;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
  top: calc(100% + 14px);
}
.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.22,0.61,0.36,1), visibility 0s;
}

/* Séparateur vertical */
.nav-divider {
  width: 1px; height: 18px;
  background: rgba(44,31,24,0.12);
  list-style: none;
}

/* Icônes sociales : taille hit-box */
.nav-social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  color: var(--muted); transition: color 0.25s ease, background 0.25s ease;
}
.nav-social-link:hover { color: var(--nude); background: rgba(169,124,95,0.08); }

/* CTA Rendez-vous */
.nav-links .btn-rdv {
  font-size: 0.74rem; padding: 0.7rem 1.3rem; letter-spacing: 0.12em;
  border-radius: 999px; box-shadow: 0 4px 14px rgba(169,124,95,0.25);
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.nav-links .btn-rdv:hover { background: var(--gold); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(184,146,74,0.3); }

@media (max-width: 380px) {
  .btn-rdv-suffix { display: none; }
}

/* État scrolled : encore plus compact */
nav#navbar.scrolled { padding: 0.55rem 2rem; }
nav#navbar.scrolled .nav-logo-mark { width: 30px; height: 30px; }
nav#navbar.scrolled .nav-logo-text { font-size: 0.95rem; }

/* Mobile */
@media (max-width: 980px) {
  nav#navbar { padding: 0.75rem 1.1rem; gap: 0.5rem; }
  .nav-divider { display: none; }
  .nav-logo-text { font-size: 0.9rem; }
  .nav-links {
    position: fixed; top: 60px; right: 0; left: 0;
    background: rgba(255,255,255,0.98); backdrop-filter: blur(12px);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 0.6rem 1.25rem 1.4rem; margin: 0;
    border-bottom: 1px solid rgba(169,124,95,0.15);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform 0.3s ease, opacity 0.22s ease;
    max-height: calc(100vh - 60px); overflow-y: auto;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links > li { width: 100%; border-bottom: 1px solid rgba(0,0,0,0.05); }
  .nav-links > li:last-child { border-bottom: 0; padding-top: 0.8rem; }
  .nav-links > li > a:not(.btn-rdv):not(.nav-social-link) {
    padding: 0.95rem 0; font-size: 0.95rem; letter-spacing: 0.05em;
    display: block;
  }
  .nav-links > li > a:not(.btn-rdv):not(.nav-social-link)::after { display: none; }

  /* Dropdown plat */
  .dropdown-menu {
    display: block !important; position: static; transform: none !important;
    opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
    box-shadow: none; border: 0; padding: 0 0 0.4rem 1.1rem;
    background: transparent; min-width: 0; top: auto;
  }
  .dropdown-menu::before { display: none; }
  .dropdown::after { display: none; }
  .dropdown-menu a { padding: 0.55rem 0; font-size: 0.85rem; color: var(--muted); }

  /* Sociaux groupés */
  .nav-social-link { display: inline-flex; }
  .nav-links li:has(.nav-social-link) { display: inline-block; width: auto; border: 0; padding: 0.6rem 0.6rem 0 0; }

  .nav-links .btn-rdv { width: 100%; text-align: center; padding: 0.95rem; font-size: 0.8rem; }
}

/* Burger placé à droite */
.nav-burger { margin-left: auto; }
@media (min-width: 981px) { .nav-burger { display: none !important; } }

/* ---------- Bandeau "Offre lancement" ---------- */
.promo-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 250;
  background: linear-gradient(90deg, #2C1F18 0%, #3a2a20 100%);
  color: #fff;
  border-top: 1px solid rgba(184,146,74,0.35);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.18);
  transform: translateY(0);
  transition: transform 0.35s ease, opacity 0.3s ease;
}
.promo-bar-hidden { transform: translateY(110%); opacity: 0; pointer-events: none; }
.promo-bar-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 1rem;
  padding: 0.7rem 1.2rem;
  font-size: 0.9rem;
}
.promo-bar-tag {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: #1a120d;
  background: linear-gradient(90deg, #E8D5C4 0%, #B8924A 100%);
  padding: 0.35rem 0.7rem; border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}
.promo-bar-text {
  flex: 1;
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.promo-bar-text strong { color: #E8D5C4; font-weight: 700; }
.promo-bar-cta {
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.6rem 1.2rem; border-radius: 999px;
  background: #B8924A; color: #fff; text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.promo-bar-cta:hover { background: #A97C5F; transform: translateY(-1px); }
.promo-bar-close {
  background: transparent; border: 0; color: rgba(255,255,255,0.7);
  font-size: 1.4rem; line-height: 1; cursor: pointer; padding: 0.2rem 0.4rem;
  transition: color 0.2s ease;
  flex-shrink: 0;
}
.promo-bar-close:hover { color: #fff; }

/* Évite que la barre masque le contenu en bas de page */
body.has-promo-bar { padding-bottom: 64px; }

@media (max-width: 720px) {
  .promo-bar-inner {
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0.65rem 0.9rem;
  }
  .promo-bar-text { width: 100%; order: 3; font-size: 0.82rem; }
  .promo-bar-tag { order: 1; }
  .promo-bar-cta { order: 2; margin-left: auto; padding: 0.5rem 0.95rem; font-size: 0.68rem; }
  .promo-bar-close { order: 0; position: absolute; top: 4px; right: 6px; }
  body.has-promo-bar { padding-bottom: 96px; }
}


/* =====================================================================
   RESPONSIVE FIXES — Override final, breakpoints unifiés (1024/768/480)
   Ne pas modifier au-dessus de cette ligne sans relire ce bloc.
   ===================================================================== */

html, body { overflow-x: hidden; max-width: 100%; }
img, video { max-width: 100%; height: auto; }

/* Texte long : casse intelligente pour emails / URLs */
a, p { overflow-wrap: anywhere; word-break: break-word; }
.nav-logo-text, .btn-rdv, .btn-hero, .btn-hero-outline, .btn-hero-white,
.btn-cta, .section-eyebrow { overflow-wrap: normal; word-break: normal; }

/* Cible tactile minimale 44px (WCAG) */
.avis-arrow { width: 44px; height: 44px; }
.avis-dot { position: relative; }
.avis-dot::after {
  content: ''; position: absolute; inset: -16px;
}
.nav-burger { width: 44px; height: 44px; }

/* Fix bug visuel : flèche du dropdown — translateX écrasé */
.dropdown-menu::before {
  transform: translateX(-50%) rotate(45deg) !important;
}

/* FAQ : on autorise une grande hauteur SEULEMENT à l'ouverture
   (sinon l'accordéon ne se replie plus jamais) */
.faq-answer.open { max-height: 1500px !important; }

/* Cohérence offset navbar mobile */
.nav-links { max-height: calc(100vh - 60px); }

/* ---------- TABLET (≤ 1024px) ---------- */
@media (max-width: 1024px) {
  #hero, .apropos-page-hero { padding: 7rem 2rem 4rem; }
  section { padding: 4rem 1.5rem; }
  .apropos-content { padding: 3rem 2rem; }
  #instagram { padding: 3rem 1.5rem; }
  .laser-techno-block, .laser-faq-block, .autres-soins-block, .avis-widget-block {
    padding: 2rem 1.5rem;
  }
  .laser-faq-text { padding-left: 2.5rem; }
  .laser-faq-num { min-width: 28px; }
  footer { grid-template-columns: 1fr 1fr; gap: 2rem; padding: 3rem 1.5rem; }
}

/* ---------- TABLET PORTRAIT / GRAND MOBILE (≤ 768px) ---------- */
@media (max-width: 768px) {
  #hero, .apropos-page-hero { padding: 6.5rem 1.5rem 3rem; }
  section { padding: 3.5rem 1.25rem; }
  .soin-hero-block { height: 65vh; min-height: 400px; }
  footer { grid-template-columns: 1fr; gap: 2.2rem; padding: 2.5rem 1.5rem; text-align: left; }
  .footer-socials { justify-content: flex-start; }
  .contact-grid { gap: 2rem; }
  .form-row { grid-template-columns: 1fr; gap: 0.8rem; }
}

/* ---------- MOBILE (≤ 480px) ---------- */
@media (max-width: 480px) {
  /* Hero */
  #hero, .apropos-page-hero { padding: 5.5rem 1rem 2.5rem; }
  .hero-title { font-size: clamp(1.8rem, 8vw, 2.6rem); line-height: 1.15; }
  .hero-title-sub { font-size: clamp(1rem, 4.5vw, 1.4rem); }
  .hero-sub { font-size: 0.92rem; line-height: 1.7; }
  .hero-ctas {
    display: flex; flex-direction: column; align-items: stretch;
    gap: 0.7rem; width: 100%;
  }
  .btn-hero, .btn-hero-outline, .btn-hero-white {
    width: 100%; text-align: center;
    padding: 0.95rem 1.2rem;
    box-sizing: border-box;
  }

  /* Sections */
  section { padding: 3rem 1rem; }
  .section-title { font-size: clamp(1.5rem, 6vw, 2rem); }
  .section-subtitle { font-size: 0.92rem; line-height: 1.7; }

  /* Soin pages */
  .soin-hero-block { height: 55vh; min-height: 340px; }
  .soin-detail-block { padding: 0; }
  .soin-detail-desc { font-size: 0.92rem; line-height: 1.75; }
  .laser-techno-block, .laser-faq-block, .autres-soins-block, .avis-widget-block {
    padding: 1.5rem 1rem; border-radius: 8px;
  }
  .laser-faq-text { padding-left: 0; }
  .laser-faq-num { min-width: 0; margin-right: 0.5rem; }

  /* Apropos */
  .apropos-img-side { min-height: 260px; }
  .apropos-content { padding: 2.5rem 1.25rem; }
  .apropos-bio { font-size: 0.95rem; line-height: 1.8; }

  /* Bottom block / Contact */
  #contact { padding: 2.5rem 1rem !important; }
  .bottom-laser-block { gap: 2rem; }
  .bottom-soins, .bottom-contact, .bottom-map { padding: 1.25rem; }

  /* Footer */
  footer { padding: 2rem 1.25rem; gap: 2rem; }
  .footer-tagline { max-width: 100%; }
  .footer-bottom-links a { padding: 0.4rem 0.5rem; display: inline-block; }

  /* Avis carrousel */
  .avis-carousel { padding: 0 0.25rem; }
  .avis-arrow { width: 40px; height: 40px; }
  .avis-arrow-prev { left: -4px; }
  .avis-arrow-next { right: -4px; }
  .avis-card-text { font-size: 0.9rem; -webkit-line-clamp: 10; }

  /* Instagram */
  #instagram { padding: 2.5rem 1rem; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .insta-header { flex-direction: column; align-items: flex-start; gap: 0.8rem; }

  /* Navbar */
  nav#navbar { padding: 0.75rem 1rem; }
  .nav-logo-text { font-size: 0.95rem; }
  .nav-logo-mark { width: 30px; height: 30px; }

  /* Lisibilité : labels minuscules remontés à 12px min */
  .soin-card-num,
  .bottom-contact-label,
  .footer-bottom-text,
  .footer-bottom-links a,
  .avis-card-author { font-size: 0.75rem; }

  /* Promo bar : recalibrage offset bottom */
  body.has-promo-bar { padding-bottom: 110px; }

  /* Formulaire contact full-width */
  .contact-form { width: 100%; }
  .form-input, .form-textarea { font-size: 16px; /* évite zoom iOS */ }

  /* Tableaux / longs textes pages légales */
  .legal-page { padding: 5rem 1.1rem 3rem !important; }
  .legal-page h1 { font-size: 1.8rem !important; }
  .legal-page h2 { font-size: 1.05rem !important; }
}

/* ---------- TRÈS PETIT MOBILE (≤ 360px) ---------- */
@media (max-width: 360px) {
  .hero-title { font-size: 1.7rem; }
  .section-title { font-size: 1.4rem; }
  section { padding: 2.5rem 0.85rem; }
  nav#navbar { padding: 0.65rem 0.85rem; }
}

/* ---------- ORIENTATION PAYSAGE MOBILE ---------- */
@media (max-height: 500px) and (orientation: landscape) {
  #hero, .apropos-page-hero { padding-top: 5rem; padding-bottom: 2.5rem; }
  .soin-hero-block { height: auto; min-height: 320px; padding: 4rem 1.5rem; }
}

/* ---------- BRAND TYPOGRAPHY (Tenor Sans) ---------- */
.hero-title {
  font-family: 'Tenor Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.nav-logo-text {
  font-family: 'Tenor Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.04em;
}

/* ============================================================
   Task 5 — Centered section titles + balanced wrap
   Prevents French double-punctuation orphans on their own line.
   Pair with U+202F (NARROW NO-BREAK SPACE) before ? ! : ; » in HTML.
   ============================================================ */
.laser-techno-title,
.laser-perf-title {
  text-align: center;
  max-width: 28ch;
  margin-inline: auto;
  text-wrap: balance;
}

/* ============================================================
   MOBILE WIDTH PASS — élargit le contenu sur petits écrans
   en neutralisant les paddings inline (3rem) et en compactant
   les "bulles". Charger après tout le reste.
   ============================================================ */
@media (max-width: 768px) {
  /* Neutralise les paddings inline 3rem sur les sections de pages soins,
     contact et la barre légale du footer */
  section#soins-detail[style] { padding: 1.25rem 0.85rem 2.5rem !important; }
  section#contact[style]      { padding: 2.5rem 0.85rem !important; }
  /* Barre légale en bas de page (style inline padding:1rem 3rem) */
  body > div[style*="border-top:1px solid #E8E4DF"] { padding: 1rem 0.85rem !important; }
  /* Sections inline padding:3rem (pages légales) */
  section[style*="padding:3rem"]:not(#soins-detail):not(#contact) { padding: 2.5rem 0.85rem !important; }
  main[style*="padding-top:80px"] { padding-top: 72px !important; }

  /* Les "bulles" — réduire le padding pour donner plus de place au texte */
  .laser-techno-block,
  .laser-faq-block,
  .autres-soins-block,
  .avis-widget-block {
    padding: 1.5rem 1rem !important;
    margin-bottom: 1.25rem;
    border-radius: 10px;
  }
  .bottom-soins,
  .bottom-contact,
  .bottom-map { padding: 1.25rem 1rem !important; border-radius: 10px; }

  /* Hero des pages soins : moins de marges et texte qui ne se coupe pas */
  .soin-hero-block { margin-bottom: 1.25rem; border-radius: 8px; }
  .soin-hero-overlay { padding: 1.25rem 1rem; }

  /* Bloc image + texte hero : padding intérieur réduit */
  .soin-detail-content { padding: 1.75rem 1.25rem !important; }
  .soin-detail-block { margin-bottom: 1.25rem; }

  /* Cartes "perfs" : grille 2 col plus aérée */
  .laser-perfs { grid-template-columns: repeat(2, 1fr) !important; gap: 0.7rem; }
  .laser-perf-item { padding: 0.95rem 0.85rem; }

  /* FAQ — chiffres collés au texte, plus de place pour la question */
  .laser-faq-header { gap: 0.7rem; }
  .laser-faq-num { font-size: 1.2rem; min-width: 28px; }
  .laser-faq-title { font-size: 0.98rem; }
  .laser-faq-text { padding-left: 0; font-size: 0.88rem; }
  .laser-faq-item { padding: 1.2rem 0; }

  /* Autres soins : 2 colonnes serrées */
  .autres-soins-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 0.7rem; }
  .autre-soin-info { padding: 0.7rem 0.6rem; }

  /* Section accueil : hero & cartes */
  #hero { padding: 6rem 1rem 3rem !important; }
  #soins { padding: 3rem 0.85rem !important; }
  .soins-grid { gap: 0.9rem; }

  /* À propos : pleine largeur, plus de respiration */
  #apropos { grid-template-columns: 1fr !important; }
  .apropos-img-side { min-height: 240px; }
  .apropos-content { padding: 2.25rem 1rem !important; }
  .apropos-bio { padding-left: 0.9rem; font-size: 0.95rem; }
  .formations { gap: 0.6rem; }

  /* Bloc bottom (soins/contact/horaires/map) : 1 col, padding global */
  #contact .bottom-laser-block { grid-template-columns: 1fr !important; gap: 0.9rem; margin-bottom: 0; }

  /* Réassurance plus compact */
  #reassurance { padding: 1.2rem 1rem !important; gap: 0.9rem; }
  .reassurance-text { font-size: 0.85rem; }

  /* Avis : padding section réduit */
  #avis { padding: 3rem 0.85rem !important; }
  .avis-carousel { padding: 0 0.25rem !important; }

  /* Footer légal : retour à la ligne propre */
  .footer-legal { font-size: 0.72rem !important; gap: 0.35rem 0.7rem !important; }
}

@media (max-width: 480px) {
  section#soins-detail[style] { padding: 1rem 0.6rem 2rem !important; }
  section#contact[style]      { padding: 2rem 0.6rem !important; }
  body > div[style*="border-top:1px solid #E8E4DF"] { padding: 0.9rem 0.6rem !important; }
  section[style*="padding:3rem"]:not(#soins-detail):not(#contact) { padding: 2rem 0.6rem !important; }

  .laser-techno-block,
  .laser-faq-block,
  .autres-soins-block,
  .avis-widget-block {
    padding: 1.25rem 0.85rem !important;
  }
  .bottom-soins,
  .bottom-contact,
  .bottom-map { padding: 1.1rem 0.85rem !important; }

  .soin-detail-content { padding: 1.5rem 1rem !important; }
  .soin-hero-overlay   { padding: 1rem 0.75rem; }

  #hero  { padding: 5.5rem 0.85rem 2.5rem !important; }
  #soins { padding: 2.5rem 0.6rem !important; }
  #avis  { padding: 2.5rem 0.6rem !important; }

  /* Texte hero : tailles plus contenues, pas de coupe */
  .hero-title { font-size: clamp(1.7rem, 7vw, 2.3rem); }
  .hero-title-sub { font-size: clamp(0.95rem, 4vw, 1.2rem); }
  .hero-sub { font-size: 0.9rem; line-height: 1.65; }

  /* Titre de section : balance pour éviter mot orphelin */
  .section-title, .soin-hero-title { text-wrap: balance; }

  /* Boutons hero : empilés, pleine largeur */
  .hero-ctas { flex-direction: column; align-items: stretch; gap: 0.6rem; width: 100%; }
  .btn-hero, .btn-hero-outline, .btn-hero-white {
    width: 100%; text-align: center; padding: 0.9rem 1rem; box-sizing: border-box;
  }

  /* Cartes soins : padding interne resserré */
  .soin-card-body { padding: 1rem 1rem 1.25rem; }

  /* Horaires : police compacte */
  .bottom-horaires span { font-size: 0.82rem !important; }
  .bottom-horaires { gap: 0.15rem 0.6rem; }

  /* Réassurance : 1 colonne déjà appliquée plus haut, juste un nettoyage */
  .reassurance-label { font-size: 0.62rem; }

  /* Page À propos : légères tailles */
  .apropos-content { padding: 2rem 0.85rem !important; }
}

/* Très petit mobile : ultra-compact */
@media (max-width: 360px) {
  section#soins-detail[style] { padding: 0.8rem 0.45rem 1.75rem !important; }
  section#contact[style]      { padding: 1.75rem 0.45rem !important; }
  .laser-techno-block,
  .laser-faq-block,
  .autres-soins-block,
  .avis-widget-block { padding: 1rem 0.7rem !important; }
  .bottom-soins, .bottom-contact, .bottom-map { padding: 0.95rem 0.7rem !important; }
  .laser-perfs { grid-template-columns: 1fr !important; }
  .autres-soins-grid { grid-template-columns: 1fr !important; }
  .soin-hero-block { min-height: 320px; height: 50vh; }
  .soin-hero-title { font-size: 1.55rem; }
}

/* Empêche tout débordement horizontal qui pourrait masquer du texte */
html, body { overflow-x: hidden; }
* { min-width: 0; }
img, video, iframe { max-width: 100%; }

/* Sécurité : si JS bloqué, contenu visible (pas figé en opacity:0) */
.no-js .reveal { opacity: 1 !important; transform: none !important; }
