:root{--ink:#111;--muted:#707070;--line:#e9e9e9;--bg:#fafafa;--card:#fff;--accent:#111}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:inherit}.header{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:36px;padding:0 5vw;position:sticky;top:0;z-index:20}.logo{font-size:25px;font-weight:900;letter-spacing:-1.5px}.logo span{font-size:30px}.search{height:44px;flex:1;max-width:650px;background:#f3f3f3;border-radius:24px;display:flex;padding:0 14px}.search input{border:0;background:transparent;outline:0;flex:1;font-size:15px}.search button{border:0;background:transparent;font-size:23px}nav{display:flex;gap:24px;font-size:14px;font-weight:600}.hero{margin:22px 5vw 0;min-height:430px;border-radius:28px;background:#111;color:#fff;padding:65px 7%;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:800;color:#777}.hero .eyebrow{color:#aaa}.hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-4px;margin:14px 0}.hero p{max-width:500px;color:#bbb;font-size:17px;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111;padding:15px 24px;border-radius:10px;font-weight:800;margin-top:20px}.hero-card{width:290px;height:290px;border:1px solid #333;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(4deg)}.hero-card span{font-size:11px;letter-spacing:2px;color:#aaa}.hero-card b{font-size:90px;letter-spacing:-6px}.hero-card small{color:#aaa}.section{padding:55px 5vw}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.section-head h1,.section-head h2{margin:0;letter-spacing:-1.5px}.section-head a{font-weight:700;font-size:14px}.chips{display:flex;gap:10px;overflow:auto}.chip{background:#fff;border:1px solid var(--line);padding:12px 18px;border-radius:30px;white-space:nowrap;font-weight:650}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:#fff;border-radius:16px;overflow:hidden;transition:.2s;box-shadow:0 1px 0 #eee}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000000d}.product-img{aspect-ratio:1/1;background:#eee;position:relative;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:12px;left:12px;background:#111;color:#fff;border-radius:20px;padding:6px 9px;font-size:10px;font-weight:800}.pc-body{padding:15px}.pc-body h3{font-size:15px;margin:0 0 7px}.rating{font-size:11px;letter-spacing:1px}.rating span{color:#888;letter-spacing:0}.pc-price{font-size:19px;font-weight:850;margin-top:8px}.pc-price del{font-size:12px;color:#999;margin-left:7px;font-weight:500}.mini-btn{display:block;text-align:center;background:#111;color:#fff;padding:11px;border-radius:8px;margin-top:12px;font-size:12px;font-weight:800}.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:7vw;padding:55px 8vw}.product-media>img{width:100%;max-height:650px;object-fit:contain;background:#eee;border-radius:24px}.thumbs{display:flex;gap:10px;margin-top:12px}.thumbs img{width:70px;height:70px;object-fit:cover;border-radius:10px;cursor:pointer}.product-info{padding-top:25px}.product-info h1{font-size:48px;line-height:1;letter-spacing:-3px;margin:12px 0}.product-info .rating{margin:15px 0}.price{font-size:34px;font-weight:900;margin:25px 0}.price del{font-size:16px;color:#999;margin-left:10px}.description{color:#666;line-height:1.7}.qty label{display:block;font-weight:700;margin-bottom:8px}.qty>div{display:flex;align-items:center}.qty button{width:44px;height:44px;border:1px solid var(--line);background:#fff;font-size:22px}.qty input{width:55px;height:44px;text-align:center;border:1px solid var(--line);border-left:0;border-right:0}.summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:25px 0;padding:18px 0;display:grid;gap:10px}.summary div{display:flex;justify-content:space-between}.summary span{color:#777}.btn-wide{width:100%;border:0;cursor:pointer}.checkout{padding:60px 8vw}.checkout-intro{margin-bottom:35px}.checkout-intro h1{font-size:46px;letter-spacing:-2px;margin:10px 0}.checkout-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:25px;max-width:1050px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px}.card label{display:block;font-weight:750;margin-bottom:20px}.card input,.card select{display:block;width:100%;height:50px;margin-top:8px;border:1px solid #ddd;border-radius:10px;padding:0 14px;background:#fff;font-size:15px}.order-card img{width:110px;height:110px;object-fit:cover;border-radius:14px;margin-bottom:15px}.order-card h3{margin-top:0}.order-card>div{display:flex;justify-content:space-between;padding:9px 0}.order-card hr{border:0;border-top:1px solid var(--line);margin:10px 0}.total{font-size:21px}.success{text-align:center;max-width:650px;margin:110px auto;padding:30px}.success-icon{width:76px;height:76px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:36px;margin:0 auto 25px}.success h1{font-size:50px;letter-spacing:-3px;margin:10px}.success p{color:#666;line-height:1.7}footer{margin-top:50px;padding:45px 5vw;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#777;font-size:13px}footer b{color:#111;font-size:22px}footer p{max-width:300px}@media(max-width:850px){.header{padding:0 18px;gap:15px}.header nav{display:none}.search{order:3;position:absolute;top:70px;left:18px;right:18px;max-width:none}.header{margin-bottom:55px}.hero{margin:15px 18px 0;min-height:500px;padding:40px 28px;align-items:flex-start}.hero-card{display:none}.hero h1{letter-spacing:-2.5px}.section{padding:40px 18px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-page{grid-template-columns:1fr;padding:25px 18px;gap:20px}.product-info h1{font-size:39px}.checkout{padding:35px 18px}.checkout-intro h1{font-size:38px}.checkout-layout{grid-template-columns:1fr}.order-card{order:-1}footer{padding:35px 18px;display:block}.success{margin:70px auto 0;padding:20px}.success h1{font-size:39px}}
/* ===== Boutons rouges (surcharge) ===== */
:root{--accent:#e11d48}
.btn{background:#e11d48;color:#fff;border:0}
.btn:hover{background:#be123c;color:#fff}
.mini-btn{background:#e11d48;color:#fff}
.mini-btn:hover{background:#be123c}
.badge{background:#e11d48;color:#fff}
/* Formulaire de commande seul */
.order-form{max-width:560px;margin:0 auto}
.order-form h1{font-size:32px;letter-spacing:-1.5px;margin:0 0 20px}

/* Confirmation : récap commande */
.success-card{margin:26px auto 0;max-width:420px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px 26px;text-align:left}
.success-card .meta{display:flex;justify-content:space-between;padding:8px 0;font-size:15px}
.success-card .meta span{color:var(--muted)}
.success-card .meta b{font-weight:800}
.success-card .meta.total{border-top:1px solid var(--line);margin-top:8px;padding-top:14px;font-size:17px}
.success .btn{margin-top:28px}
.req-note{font-size:13px;color:#888;margin:18px 0 8px}

/* Confirmation : séparateur + note frais de livraison */
.success-card hr{border:0;border-top:1px solid var(--line);margin:12px 0}

.delivery-note strong{color:#4c3f1a}
.delivery-hint{margin-top:14px;padding-top:12px;border-top:1px dashed var(--line);font-size:13px;color:#888;line-height:1.5;text-align:left}
.delivery-hint strong{color:#6f5e2a}

/* Espacement du récap confirmation (plus aéré) */
.success-card{padding:26px 28px}
.success-card .meta{padding:11px 2px;gap:14px;line-height:1.5}
.delivery-hint{margin-top:16px;padding-top:14px;line-height:1.6;font-size:13.5px}

/* Récapitulatif en tableau */
.recap-title{font-size:15px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);font-weight:800;margin:0 0 10px}
.table-order-hint{}
.order-table{width:100%;border-collapse:collapse}
.order-table th,.order-table td{padding:10px 4px;text-align:left;font-size:15px}
.order-table th{color:var(--muted);font-weight:600;width:46%;letter-spacing:.2px}
.order-table td{text-align:right;font-weight:700}
.order-table tr.sep th,.order-table tr.sep td{border-top:1px solid var(--line);padding-top:14px;color:var(--ink)}
.order-table tr.total th,.order-table tr.total td{border-top:2px solid var(--line);font-weight:800;font-size:17px;padding-top:14px}
.order-table tr.total td{color:#b99334}
