:root{--blue:#0d376b;--green:#5f7f3b;--green2:#84a857;--cream:#fbf7ed;--sand:#eadfc9;--ink:#1f2933;--muted:#5d6773;--white:#fff;--shadow:0 18px 40px rgba(13,55,107,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--cream);color:var(--ink);line-height:1.6}img{max-width:100%;display:block}a{color:var(--blue);text-decoration:none}.container{width:min(1120px,92%);margin:auto}.topbar{background:var(--blue);color:#fff;font-size:.92rem;padding:.55rem 0;text-align:center}.site-header{position:sticky;top:0;z-index:20;background:rgba(251,247,237,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(13,55,107,.08)}.nav{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0}.brand{display:flex;gap:.75rem;align-items:center;font-weight:800;color:var(--blue)}.brand img{width:58px;height:58px;object-fit:contain;border-radius:50%}.links{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.links a{font-weight:700;color:var(--ink);font-size:.95rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;background:var(--green);color:#fff!important;border-radius:999px;padding:.85rem 1.2rem;font-weight:800;border:0;cursor:pointer;box-shadow:var(--shadow)}.btn.alt{background:var(--blue)}.btn.light{background:#fff;color:var(--blue)!important;border:1px solid rgba(13,55,107,.12);box-shadow:none}.hero{padding:4.5rem 0 3rem;background:linear-gradient(135deg,#fff 0%,var(--cream) 48%,#eef4e5 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--green);font-weight:900;font-size:.78rem}.hero h1,.page-title{font-family:Georgia,serif;color:var(--blue);font-size:clamp(2.4rem,6vw,5rem);line-height:.95;margin:.4rem 0 1rem}.hero p.lead{font-size:1.22rem;color:#334155;max-width:640px}.hero-card{background:#fff;border-radius:2rem;padding:1rem;box-shadow:var(--shadow);border:1px solid rgba(13,55,107,.08)}.hero-card img{border-radius:1.4rem;height:520px;object-fit:cover;object-position:left center}.badges{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.5rem 0}.badge{background:#fff;border:1px solid rgba(95,127,59,.18);border-radius:999px;padding:.55rem .85rem;font-weight:800;color:var(--green)}section{padding:4rem 0}.section-title{font-family:Georgia,serif;color:var(--blue);font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin:0 0 1rem}.intro{max-width:760px;color:var(--muted);font-size:1.08rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.card{background:#fff;border-radius:1.5rem;padding:1.4rem;box-shadow:var(--shadow);border:1px solid rgba(13,55,107,.07)}.card h3{color:var(--blue);font-size:1.35rem;margin:.2rem 0}.product{display:grid;grid-template-columns:.8fr 1.2fr;gap:1.4rem;align-items:center}.price{font-size:1.7rem;font-weight:900;color:var(--green);margin:.3rem 0}.small{font-size:.92rem;color:var(--muted)}.list{padding-left:1.1rem}.list li{margin:.35rem 0}.steps{counter-reset:step}.step{display:flex;gap:1rem;margin:1rem 0}.step:before{counter-increment:step;content:counter(step);width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:white;font-weight:900;flex:0 0 38px}.form{display:grid;gap:1rem}.field{display:grid;gap:.35rem}.field label{font-weight:800}.field input,.field select,.field textarea{width:100%;padding:.9rem 1rem;border:1px solid rgba(13,55,107,.18);border-radius:1rem;background:#fff;font:inherit}.options{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}.option{background:#fff;border:1px solid rgba(13,55,107,.14);border-radius:1rem;padding:.75rem}.notice{background:#fff8e6;border:1px solid #f1d69c;border-radius:1.25rem;padding:1rem;color:#66512a}.footer{background:var(--blue);color:#fff;padding:2rem 0}.footer a{color:#fff;text-decoration:underline}.legal{font-size:.9rem;color:#4b5563}.popup{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:50;display:none;align-items:center;justify-content:center;padding:1rem}.popup.show{display:flex}.popup-box{background:#fff;border-radius:1.5rem;padding:1.5rem;max-width:680px;box-shadow:0 24px 80px rgba(0,0,0,.28)}.popup-box h2{color:var(--blue);margin-top:0}.popup-actions{display:flex;justify-content:flex-end;margin-top:1rem}@media(max-width:820px){.hero-grid,.grid-2,.grid-3,.product{grid-template-columns:1fr}.links{display:none}.hero{padding:2.5rem 0}.hero-card img{height:auto}.options{grid-template-columns:1fr}.nav{padding:.5rem 0}.brand img{width:50px;height:50px}section{padding:2.7rem 0}}

.hair-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}.hair-card{background:#fff;border-radius:1.35rem;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(13,55,107,.07)}.hair-card img{width:100%;height:190px;object-fit:cover}.hair-card div{padding:1rem}.hair-card h3{margin:.1rem 0 .35rem;color:var(--blue)}.hair-card p{margin:0;color:var(--muted);font-size:.94rem}.about-mini{display:grid;grid-template-columns:.9fr 1.1fr;gap:1.3rem;align-items:center}.about-mini img{border-radius:1.4rem;box-shadow:var(--shadow);max-height:420px;width:100%;object-fit:cover}.insta-link{font-weight:800;color:var(--green)!important}.type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.type-tile{border:1px solid rgba(13,55,107,.12);border-radius:1rem;overflow:hidden;background:#fff}.type-tile img{height:120px;width:100%;object-fit:cover}.type-tile span{display:block;padding:.55rem;font-weight:800;color:var(--blue);text-align:center}
@media(max-width:900px){.hair-gallery{grid-template-columns:repeat(2,1fr)}.about-mini{grid-template-columns:1fr}.type-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.hair-gallery{grid-template-columns:1fr}.hair-card img{height:230px}.type-grid{grid-template-columns:1fr}}

/* v4.7 : produits uniformes + zoom + page aloe enrichie */
.product-img-wrap{background:#fff;border:1px solid rgba(13,55,107,.08);border-radius:1.25rem;padding:1rem;display:flex;align-items:center;justify-content:center;min-height:310px}
.product-img{width:100%;height:280px;object-fit:contain;margin:auto}
.card>img.product-img{height:280px;object-fit:contain;margin:0 auto 1rem;background:#fff;border-radius:1rem}
.zoom-link{margin:.55rem 0 1rem;display:inline-flex}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.76);z-index:80;display:none;align-items:center;justify-content:center;padding:1rem}
.lightbox.show{display:flex}.lightbox-inner{background:#fff;border-radius:1.4rem;padding:1rem;max-width:min(760px,94vw);max-height:92vh;box-shadow:0 24px 90px rgba(0,0,0,.35);position:relative}.lightbox-inner img{max-height:75vh;width:100%;object-fit:contain}.lightbox-close{position:absolute;right:.75rem;top:.75rem;border:0;background:var(--blue);color:#fff;border-radius:999px;width:38px;height:38px;font-weight:900;cursor:pointer}.aloe-hero{background:linear-gradient(135deg,#fff 0%,#eef4e5 100%);padding:3.6rem 0}.aloe-visual{border-radius:2rem;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(13,55,107,.08);background:#fff}.aloe-visual img{width:100%;height:460px;object-fit:cover}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.feature-card{background:#fff;border-radius:1.35rem;padding:1.15rem;box-shadow:var(--shadow);border:1px solid rgba(13,55,107,.07)}.feature-icon{font-size:2rem;line-height:1}.split-visual{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}.faq details{background:#fff;border:1px solid rgba(13,55,107,.08);border-radius:1rem;padding:1rem;margin:.75rem 0;box-shadow:0 8px 22px rgba(13,55,107,.06)}.faq summary{font-weight:900;color:var(--blue);cursor:pointer}
@media(max-width:820px){.product-img-wrap{min-height:240px}.product-img,.card>img.product-img{height:230px}.aloe-visual img{height:auto}.feature-grid,.split-visual{grid-template-columns:1fr}}


/* v4.8 : style plus vivant, tropical et moderne */
.topbar{background:linear-gradient(90deg,#0f4d24,#2f7d2e);display:flex;justify-content:center;gap:2rem;align-items:center;color:#fff;font-weight:700}.topbar::before{content:'☘  +596 696 73 35 99';position:absolute;left:clamp(1rem,4vw,3rem)}.site-header{background:#fff;box-shadow:0 8px 24px rgba(14,75,38,.08)}.brand img{border-radius:0;width:150px;height:auto}.brand span{display:none}.links .btn{background:#39a935;border-radius:.55rem}.hero{min-height:520px;padding:0;background:linear-gradient(90deg,rgba(7,29,55,.72),rgba(7,29,55,.30),rgba(7,29,55,.05)),url('img/aloe-vera-martinique-photo.jpg') center/cover no-repeat;color:#fff;display:flex;align-items:center}.hero-grid{display:block}.hero h1{color:#fff;text-shadow:0 3px 14px rgba(0,0,0,.18);max-width:760px}.hero p.lead{color:#fff;max-width:620px}.hero-card{display:none}.eyebrow{color:#dceec9}.badge{background:rgba(255,255,255,.92);color:#205f2e}.btn{border-radius:.55rem}.quick-benefits{background:#fff;padding:1.3rem 0;box-shadow:0 12px 30px rgba(14,75,38,.08)}.quick-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.quick-benefit{display:flex;gap:.75rem;align-items:center}.quick-benefit .ico{font-size:1.9rem;color:var(--green)}.quick-benefit strong{display:block;color:var(--ink)}.quick-benefit span{color:var(--muted);font-size:.92rem}.aloe-card-accent{background:linear-gradient(135deg,#f4faef,#fff);border:1px solid rgba(95,127,59,.13);text-align:center}.aloe-card-accent img{width:70px;height:70px;object-fit:contain;margin:0 auto 1rem}.product-card-modern{display:grid;grid-template-columns:180px 1fr;gap:1.4rem;align-items:center}.product-card-modern .product-img-wrap{min-height:260px}.product-card-modern .product-img{height:235px}.section-soft{background:linear-gradient(180deg,#fff,#f8fbf4)}.aloe-photo-banner{border-radius:1.7rem;overflow:hidden;box-shadow:var(--shadow);margin-top:1.5rem}.aloe-photo-banner img{width:100%;height:360px;object-fit:cover}.cookie-banner{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:120;display:flex;align-items:flex-end;justify-content:center;padding:1rem}.cookie-box{background:#fff;border-radius:1.4rem;padding:1.25rem;max-width:920px;width:min(920px,96vw);box-shadow:0 24px 80px rgba(0,0,0,.28);border:1px solid rgba(13,55,107,.08)}.cookie-box h2{color:var(--blue);margin:.2rem 0 .5rem;font-family:Georgia,serif}.cookie-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap;margin-top:1rem}.cookie-prefs{margin-top:1rem;background:#f8fafc;border-radius:1rem;padding:1rem}.cookie-prefs label{display:block;margin:.45rem 0;font-weight:700}.floating-whatsapp{position:fixed;right:1.2rem;bottom:1.2rem;z-index:40;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff!important;box-shadow:0 12px 28px rgba(37,211,102,.35);font-size:1.8rem}
@media(max-width:900px){.topbar::before{position:static}.topbar{font-size:.82rem;gap:.7rem;flex-wrap:wrap}.quick-benefits-grid{grid-template-columns:repeat(2,1fr)}.product-card-modern{grid-template-columns:1fr}.hero{min-height:560px;background-position:center}.brand img{width:120px}}
@media(max-width:560px){.quick-benefits-grid{grid-template-columns:1fr}.cookie-actions{justify-content:stretch}.cookie-actions .btn{width:100%}.hero{min-height:520px}.hero h1{font-size:2.4rem}.product-card-modern .product-img{height:220px}}
