:root{
    --pink:#f70473;
    --pink2:#ff2d8d;
    --dark:#17212b;
    --dark2:#253241;
    --text:#1f2937;
    --muted:#667085;
    --soft:#f6f7f9;
    --line:rgba(23,33,43,.10);
    --white:#fff;
    --green:#19a463;
    --shadow:0 18px 48px rgba(23,33,43,.10);
    --shadow-soft:0 10px 28px rgba(23,33,43,.07);
    --radius:20px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    color:var(--text);
    background:
    radial-gradient(circle at 92% 0%,rgba(247,4,115,.08),transparent 28rem),
    linear-gradient(180deg,#fff 0,#f8f9fb 100%);
}

a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}

.wrap{width:min(1240px,calc(100% - 32px));margin:0 auto}

.topbar{
    position:sticky;
    top:0;
    z-index:50;
    border-bottom:1px solid rgba(23,33,43,.07);
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(16px);
}

.nav{
    min-height:82px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.logo img{
    display:block;
    width:min(240px,65vw);
    height:auto;
}

.nav-actions{
    display:flex;
    align-items:center;
    gap:12px;
}

.launch-pill{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:9px 13px;
    border-radius:999px;
    background:#fff3f8;
    color:var(--dark);
    font-size:12px;
    font-weight:850;
    white-space:nowrap;
}

.launch-pill i{
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--pink);
    box-shadow:0 0 0 5px rgba(247,4,115,.10);
}

.mini-wa{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 16px;
    border-radius:12px;
    background:var(--dark);
    color:#fff;
    font-size:13px;
    font-weight:800;
}

.hero{
    padding:72px 0 48px;
}

.hero-grid{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:54px;
    align-items:center;
}

.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
    color:var(--pink);
    font-size:12px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.eyebrow:before{
    content:"";
    width:30px;
    height:3px;
    border-radius:99px;
    background:var(--pink);
}

h1{
    margin:0;
    max-width:780px;
    color:var(--dark);
    font-size:clamp(44px,6vw,76px);
    line-height:.98;
    letter-spacing:-.055em;
}

h1 span{color:var(--pink)}

.lead{
    max-width:680px;
    margin:24px 0 0;
    color:#3e4a59;
    font-size:clamp(18px,1.8vw,22px);
    line-height:1.55;
}

.hero-points{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
}

.hero-point{
    padding:9px 12px;
    border:1px solid var(--line);
    border-radius:999px;
    background:rgba(255,255,255,.8);
    color:var(--dark2);
    font-size:13px;
    font-weight:700;
}

.audience-card{
    padding:28px;
    border:1px solid rgba(23,33,43,.08);
    border-radius:26px;
    background:#fff;
    box-shadow:var(--shadow);
}

.audience-card h2{
    margin:0 0 8px;
    color:var(--dark);
    font-size:26px;
    letter-spacing:-.03em;
}

.audience-card > p{
    margin:0 0 22px;
    color:var(--muted);
    line-height:1.5;
}

.audience-options{
    display:grid;
    gap:12px;
}

.audience-btn{
    width:100%;
    min-height:86px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:18px;
    border:1px solid rgba(23,33,43,.10);
    border-radius:16px;
    background:#fff;
    color:var(--dark);
    text-align:left;
    cursor:pointer;
    transition:.2s ease;
}

.audience-btn:hover{
    transform:translateY(-2px);
    border-color:rgba(247,4,115,.28);
    box-shadow:var(--shadow-soft);
}

.audience-btn.active{
    border-color:rgba(247,4,115,.45);
    background:#fff6fa;
    box-shadow:0 0 0 3px rgba(247,4,115,.07);
}

.audience-copy strong{
    display:block;
    margin-bottom:4px;
    font-size:17px;
}

.audience-copy span{
    display:block;
    color:var(--muted);
    font-size:13px;
    line-height:1.4;
}

.audience-arrow{
    width:38px;
    height:38px;
    flex:0 0 38px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--soft);
    color:var(--pink);
    font-size:20px;
    font-weight:900;
}

.selected-note{
    display:none;
    margin-top:16px;
    padding:13px 14px;
    border-radius:12px;
    background:#f8f9fb;
    color:#44505f;
    font-size:13px;
    line-height:1.45;
}

.selected-note.show{display:block}

.section{
    padding:56px 0;
}

.section-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:28px;
    margin-bottom:28px;
}

.section-head h2{
    margin:0;
    color:var(--dark);
    font-size:clamp(30px,4vw,46px);
    letter-spacing:-.04em;
}

.section-head p{
    max-width:700px;
    margin:10px 0 0;
    color:var(--muted);
    line-height:1.55;
}

.category-filters{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.filter-btn{
    min-height:40px;
    padding:0 14px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    color:var(--dark2);
    font-size:13px;
    font-weight:750;
    cursor:pointer;
}

.filter-btn.active{
    border-color:var(--dark);
    background:var(--dark);
    color:#fff;
}

.products{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.product{
    display:flex;
    flex-direction:column;
    min-width:0;
    border:1px solid rgba(23,33,43,.09);
    border-radius:20px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(23,33,43,.045);
}

.product-top{
    position:relative;
    height:280px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    background:#fff;
    overflow:hidden;
    border-bottom:1px solid rgba(23,33,43,.06);
}

.product-image{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    transition:transform .25s ease,opacity .18s ease;
}

.product:hover .product-image{
    transform:scale(1.04);
}

.product-tag{
    position:absolute;
    top:16px;
    left:16px;
    z-index:2;
    padding:7px 9px;
    border-radius:999px;
    background:#fff;
    color:var(--pink);
    font-size:11px;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
    box-shadow:0 6px 18px rgba(23,33,43,.05);
}

.product-body{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:20px;
}

.product-visual-placeholder{
    width:170px;
    height:170px;
    display:grid;
    place-items:center;
    text-align:center;
    border:1px solid rgba(23,33,43,.10);
    border-radius:22px;
    background:
        linear-gradient(90deg,rgba(23,33,43,.055) 1px,transparent 1px),
        linear-gradient(rgba(23,33,43,.055) 1px,transparent 1px),
        #fafbfc;
    background-size:14px 14px;
    color:var(--dark);
    font-size:28px;
    font-weight:900;
    line-height:1.05;
}

.product-visual-placeholder small{
    display:block;
    margin-top:7px;
    color:var(--pink);
    font-size:13px;
    font-weight:900;
    letter-spacing:.04em;
}

.product h3{
    margin:0 0 8px;
    color:var(--dark);
    font-size:19px;
    letter-spacing:-.025em;
    line-height:1.22;
}

.product-desc{
    margin:0;
    color:#586474;
    font-size:14px;
    line-height:1.55;
}

.product-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:15px;
}

.product-meta span{
    padding:6px 9px;
    border-radius:8px;
    background:var(--soft);
    color:#4e5b6b;
    font-size:11px;
    font-weight:750;
}

.product-variants{
    margin-top:16px;
}

.product-variants-label{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:9px;
    color:var(--dark2);
    font-size:12px;
    font-weight:850;
}

.product-variants-label strong{
    color:var(--dark);
    font-size:12px;
}

.variant-options{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.variant-btn{
    min-height:38px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:0 11px;
    border:1px solid var(--line);
    border-radius:10px;
    background:#fff;
    color:var(--dark2);
    font-size:12px;
    font-weight:800;
    cursor:pointer;
    transition:.18s ease;
}

.variant-btn:hover{
    border-color:rgba(247,4,115,.35);
    background:#fff8fb;
}

.variant-btn.active{
    border-color:var(--pink);
    background:#fff3f8;
    color:var(--pink);
    box-shadow:0 0 0 2px rgba(247,4,115,.06);
}

.variant-dot{
    width:13px;
    height:13px;
    flex:0 0 13px;
    border-radius:50%;
    border:1px solid rgba(23,33,43,.18);
}

.variant-dot.transparent{
    background:linear-gradient(135deg,#fff 0 45%,#e9edf2 45% 55%,#fff 55% 100%);
}

.variant-dot.white{
    background:#fff;
    box-shadow:inset 0 0 0 1px #d8dde5;
}

.variant-dot.grey{background:#858b91}
.variant-dot.anthracite{background:#383e42}

.product-image.is-changing{
    opacity:.25;
    transform:scale(.97);
}

/* Prix professionnels */
.pro-price-box,
.pro-buy-controls{
    display:block;
}

.private-request{
    display:none;
}

.pro-price-box{
    margin-top:16px;
    padding:14px;
    border:1px solid rgba(247,4,115,.16);
    border-radius:14px;
    background:linear-gradient(135deg,#fff7fb,#fff);
}

.pro-price-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:11px;
}

.pro-price-title{
    color:var(--dark);
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.055em;
}

.pro-price-badge{
    padding:5px 8px;
    border-radius:999px;
    background:var(--pink);
    color:#fff;
    font-size:10px;
    font-weight:900;
}

.pro-price-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
}

.pro-price-item{
    padding:11px;
    border:1px solid var(--line);
    border-radius:10px;
    background:#fff;
}

.pro-price-item small{
    display:block;
    margin-bottom:4px;
    color:var(--muted);
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
}

.pro-price-item strong{
    display:block;
    color:var(--dark);
    font-size:19px;
    line-height:1.15;
}

.pro-price-item em{
    display:block;
    margin-top:4px;
    color:var(--pink);
    font-size:11px;
    font-weight:850;
    font-style:normal;
}

.volume-price{
    margin-top:8px;
    padding:8px 10px;
    border-radius:9px;
    background:rgba(25,164,99,.08);
    color:#17794d;
    font-size:11px;
    line-height:1.4;
    font-weight:750;
}

.pro-price-note{
    margin-top:8px;
    color:var(--muted);
    font-size:10px;
    line-height:1.4;
}

.price-on-request{
    padding:11px;
    border:1px dashed rgba(247,4,115,.35);
    border-radius:10px;
    background:#fff;
    color:var(--dark);
    font-size:13px;
    font-weight:800;
}

.pro-buy-controls{
    margin-top:10px;
}

.buy-mode-options{
    display:flex;
    gap:7px;
    flex-wrap:wrap;
    margin-bottom:9px;
}

.buy-mode-btn{
    min-height:34px;
    padding:0 10px;
    border:1px solid var(--line);
    border-radius:9px;
    background:#fff;
    color:var(--dark2);
    font-size:11px;
    font-weight:850;
    cursor:pointer;
}

.buy-mode-btn.active{
    border-color:var(--dark);
    background:var(--dark);
    color:#fff;
}

.buy-row{
    display:grid;
    grid-template-columns:74px 1fr;
    gap:8px;
}

.buy-qty{
    width:100%;
    min-height:44px;
    padding:0 8px;
    border:1px solid var(--line);
    border-radius:11px;
    text-align:center;
    font-weight:850;
}

.product-actions{
    display:flex;
    gap:10px;
    margin-top:auto;
    padding-top:18px;
}

.btn{
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 16px;
    border:0;
    border-radius:12px;
    cursor:pointer;
    font-weight:800;
    transition:.2s ease;
}

.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--pink);color:#fff}
.btn-dark{background:var(--dark);color:#fff}
.btn-light{border:1px solid var(--line);background:#fff;color:var(--dark)}
.product-actions .btn{width:100%}

.pro-strip{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:30px;
    align-items:center;
    margin-top:24px;
    padding:34px;
    border-radius:24px;
    background:var(--dark);
    color:#fff;
    overflow:hidden;
    position:relative;
}

.pro-strip:after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    right:-120px;
    top:-160px;
    background:rgba(247,4,115,.22);
}

.pro-strip h3{
    margin:0 0 10px;
    font-size:30px;
    letter-spacing:-.035em;
}

.pro-strip p{
    margin:0;
    max-width:650px;
    color:#d8dee6;
    line-height:1.6;
}

.pro-strip-actions{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:flex-end;
    gap:10px;
    flex-wrap:wrap;
}

.pro-strip .btn-primary{
    background:#fff;
    color:var(--dark);
}

.contact{padding-bottom:80px}

.contact-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
    overflow:hidden;
}

.contact-item{
    min-height:112px;
    padding:24px;
    border-right:1px solid var(--line);
}

.contact-item:last-child{border-right:0}

.contact-item small{
    display:block;
    margin-bottom:8px;
    color:var(--muted);
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.07em;
    font-size:11px;
}

.contact-item strong{
    color:var(--dark);
    font-size:15px;
    line-height:1.45;
}

footer{
    padding:24px 0 40px;
    border-top:1px solid var(--line);
    color:#687486;
    font-size:13px;
}

.footer-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.footer-brand{
    color:var(--dark);
    font-weight:900;
}

.footer-brand span{color:var(--pink)}

.floating-wa{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:60;
    min-height:54px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:0 18px;
    border-radius:999px;
    background:#1faa68;
    color:#fff;
    box-shadow:0 16px 34px rgba(19,116,74,.28);
    font-size:14px;
    font-weight:850;
}

.floating-wa b{
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    font-size:16px;
}

/* Panier */
.cart-fab{
    position:fixed;
    left:18px;
    bottom:18px;
    z-index:61;
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:54px;
    padding:0 17px;
    border:0;
    border-radius:999px;
    background:var(--dark);
    color:#fff;
    box-shadow:0 16px 34px rgba(23,33,43,.25);
    font-weight:850;
    cursor:pointer;
}


.cart-count{
    min-width:25px;
    height:25px;
    display:grid;
    place-items:center;
    padding:0 7px;
    border-radius:999px;
    background:var(--pink);
    color:#fff;
    font-size:11px;
    font-weight:900;
}

.cart-backdrop{
    position:fixed;
    inset:0;
    z-index:120;
    display:none;
    justify-content:flex-end;
    background:rgba(10,18,26,.55);
    backdrop-filter:blur(4px);
}

.cart-backdrop.show{display:flex}

.cart-panel{
    width:min(520px,100%);
    height:100%;
    display:flex;
    flex-direction:column;
    background:#fff;
    box-shadow:-24px 0 70px rgba(0,0,0,.20);
}

.cart-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    padding:22px;
    border-bottom:1px solid var(--line);
}

.cart-head h3{
    margin:0 0 5px;
    color:var(--dark);
    font-size:24px;
}

.cart-head p{
    margin:0;
    color:var(--muted);
    font-size:12px;
}

.cart-items{
    flex:1;
    overflow:auto;
    padding:16px 22px;
}

.cart-empty{
    padding:32px 14px;
    text-align:center;
    color:var(--muted);
    font-size:14px;
}

.cart-line{
    padding:14px 0;
    border-bottom:1px solid var(--line);
}

.cart-line-top{
    display:flex;
    justify-content:space-between;
    gap:14px;
}

.cart-line-name{
    color:var(--dark);
    font-size:14px;
    font-weight:850;
    line-height:1.35;
}

.cart-line-mode{
    margin-top:4px;
    color:var(--muted);
    font-size:11px;
}

.cart-line-price{
    flex:0 0 auto;
    color:var(--dark);
    font-size:14px;
    font-weight:900;
    text-align:right;
}

.cart-line-actions{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:10px;
}

.qty-mini{
    display:inline-flex;
    align-items:center;
    border:1px solid var(--line);
    border-radius:9px;
    overflow:hidden;
}

.qty-mini button{
    width:32px;
    height:32px;
    border:0;
    background:#fff;
    cursor:pointer;
    font-weight:900;
}

.qty-mini span{
    min-width:30px;
    text-align:center;
    font-size:12px;
    font-weight:850;
}

.remove-line{
    border:0;
    background:transparent;
    color:#9b3a53;
    cursor:pointer;
    font-size:11px;
    font-weight:800;
}

.cart-footer{
    padding:18px 22px 22px;
    border-top:1px solid var(--line);
    background:#fff;
}

.cart-volume-note{
    display:none;
    margin-bottom:10px;
    padding:10px 12px;
    border-radius:10px;
    background:rgba(25,164,99,.09);
    color:#17794d;
    font-size:11px;
    font-weight:800;
    line-height:1.4;
}

.cart-volume-note.show{display:block}

.cart-unknown-note{
    display:none;
    margin-bottom:10px;
    padding:10px 12px;
    border-radius:10px;
    background:#fff7e8;
    color:#875f17;
    font-size:11px;
    font-weight:750;
    line-height:1.4;
}

.cart-unknown-note.show{display:block}

.cart-total{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:12px;
    margin-bottom:13px;
}

.cart-total span{
    color:var(--muted);
    font-size:12px;
    font-weight:800;
}

.cart-total strong{
    color:var(--dark);
    font-size:25px;
    letter-spacing:-.03em;
}

.cart-footer-actions{
    display:grid;
    grid-template-columns:1fr 2fr;
    gap:9px;
}


.privacy-note{
    margin:13px 0 0;
    color:#778293;
    font-size:11px;
    line-height:1.45;
}

.toast{
    position:fixed;
    left:50%;
    bottom:24px;
    z-index:150;
    transform:translate(-50%,16px);
    opacity:0;
    pointer-events:none;
    padding:12px 16px;
    border-radius:12px;
    background:var(--dark);
    color:#fff;
    box-shadow:var(--shadow);
    font-size:13px;
    font-weight:800;
    transition:.2s ease;
}

.toast.show{
    opacity:1;
    transform:translate(-50%,0);
}

@media(max-width:1020px){
    .hero-grid{grid-template-columns:1fr}
    .products{grid-template-columns:repeat(2,minmax(0,1fr))}
    .pro-strip{grid-template-columns:1fr}
    .pro-strip-actions{justify-content:flex-start}
    .contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .contact-item:nth-child(2){border-right:0}
    .contact-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
}

@media(max-width:680px){
    .wrap{width:min(100% - 24px,1240px)}
    .nav{min-height:72px}
    .logo img{width:190px}
    .launch-pill{display:none}
    .mini-wa{padding:0 12px}
    .hero{padding:44px 0 32px}
    h1{font-size:clamp(40px,13vw,56px)}
    .audience-card{padding:20px}
    .section{padding:42px 0}
    .section-head{display:block}
    .category-filters{margin-top:18px}
    .products{grid-template-columns:1fr}
    .pro-strip{padding:24px}
    .contact-grid{grid-template-columns:1fr}
    .contact-item{border-right:0;border-bottom:1px solid var(--line)}
    .contact-item:last-child{border-bottom:0}
    .floating-wa span{display:none}
    .floating-wa{width:56px;padding:0;justify-content:center}
    .floating-wa b{background:transparent}
    .cart-fab span.cart-label{display:none}
    .cart-fab{width:56px;padding:0;justify-content:center}
    .cart-footer-actions{grid-template-columns:1fr}
}

@media(max-width:380px){
    .pro-price-grid{grid-template-columns:1fr}
    .buy-row{grid-template-columns:68px 1fr}
}
