:root{--bg:#070707;--surface:#111214;--surface2:#17191c;--text:#f7f7f4;--muted:#b5b7bb;--line:#2a2d31;--orange:#ff7a00;--orange2:#ff9a2a;--max:1180px;--radius:24px;--shadow:0 24px 70px rgba(0,0,0,.42)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 36px));margin:auto}.skip-link{position:fixed;left:12px;top:12px;z-index:999;background:#fff;color:#000;padding:10px 14px;border-radius:10px;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-nav{position:sticky;top:0;z-index:30;background:rgba(7,7,7,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:210px;max-height:48px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:19px;color:#d7d8da;font-size:.92rem}.nav-links a:hover{color:#fff}.cart-link{display:inline-flex;gap:8px;align-items:center}.cart-count{display:grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:var(--orange);color:#090909;font-weight:900}.eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);font-weight:850}.btn{display:inline-flex;min-height:48px;padding:0 22px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;font-weight:850;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#080808}.btn-outline{border-color:#3b3e42;background:rgba(255,255,255,.02);color:#fff}.btn:disabled{opacity:.48;cursor:not-allowed}.page-hero{padding:84px 0 56px;background:radial-gradient(circle at 80% 20%,rgba(255,122,0,.14),transparent 30%)}.page-hero h1{max-width:850px;margin:12px 0 18px;font-size:clamp(3rem,7vw,6.5rem);line-height:.92;letter-spacing:-.055em}.page-hero p{max-width:760px;color:var(--muted);font-size:1.08rem}.section{padding:68px 0}.section-head{margin-bottom:28px}.section-head h2{font-size:clamp(2rem,4vw,3.8rem);line-height:1;margin:8px 0 12px;letter-spacing:-.04em}.section-head p{color:var(--muted);margin:0}.catalog-section{padding:38px 0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#15171a,#0e0f11)}.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#0b0c0e}.product-card-body{display:flex;flex:1;flex-direction:column;padding:22px}.product-card h3{margin:6px 0 8px;font-size:1.35rem}.product-card p{margin:0 0 16px;color:var(--muted)}.status{align-self:flex-start;margin-bottom:8px;padding:6px 10px;border:1px solid #3a3d41;border-radius:999px;color:#d0d2d5;font-size:.75rem;font-weight:800}.status.available{border-color:rgba(255,122,0,.55);color:#ffb163}.product-price{margin-top:auto;font-size:1.55rem;font-weight:900}.card-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.feedback{margin-top:12px;color:#9ee0a7;font-weight:750}.empty-category{padding:22px;border:1px dashed #383b40;border-radius:18px;color:var(--muted)}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:70px 0}.product-gallery{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#111;box-shadow:var(--shadow)}.product-gallery>img{width:100%;aspect-ratio:4/5;object-fit:cover}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px}.thumbs button{padding:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#111;cursor:pointer}.thumbs img{width:100%;aspect-ratio:1;object-fit:cover}.product-copy h1{font-size:clamp(2.8rem,5vw,5.5rem);line-height:.92;letter-spacing:-.05em;margin:12px 0 18px}.lead{color:var(--muted);font-size:1.08rem}.facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.fact{padding:16px;border:1px solid var(--line);border-radius:15px;background:var(--surface)}.fact strong{display:block}.fact span{color:var(--muted);font-size:.88rem}.product-buy{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.product-buy input{width:78px;min-height:48px;border:1px solid #3a3d41;border-radius:999px;background:#0f1012;color:#fff;text-align:center}.content-card{padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--surface)}.content-card h2{margin-top:0}.content-card li{margin:8px 0;color:#d5d7da}.cart-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);gap:28px;align-items:start}.panel{padding:26px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.cart-item{display:grid;grid-template-columns:96px 1fr auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item:first-child{padding-top:0}.cart-item img{width:96px;height:96px;object-fit:cover;border-radius:14px;background:#0b0c0d}.cart-item h2{font-size:1.08rem;margin:0 0 4px}.cart-item p{margin:0;color:var(--muted);font-size:.86rem}.quantity-control{display:flex;align-items:center;border:1px solid #3a3d41;border-radius:999px;overflow:hidden;margin-top:12px;width:max-content}.quantity-control button{width:38px;height:38px;border:0;background:#202226;color:#fff;cursor:pointer}.quantity-control span{width:42px;text-align:center}.remove-item{margin-top:9px;padding:0;border:0;background:none;color:#aaa;text-decoration:underline;cursor:pointer}.line-price{font-weight:900}.totals{margin-top:22px}.total-line{display:flex;justify-content:space-between;gap:20px;padding:8px 0;color:#c6c9cd}.total-line.final{margin-top:9px;padding-top:17px;border-top:1px solid var(--line);color:#fff;font-size:1.25rem;font-weight:900}.cart-empty{padding:42px 10px;text-align:center}.cart-empty p{color:var(--muted)}.checkout-panel{margin-top:28px}.checkout-panel h2{margin:0 0 8px}.checkout-panel>.intro{margin:0 0 22px;color:var(--muted)}.form-section{margin:22px 0;padding-top:22px;border-top:1px solid var(--line)}.form-section h3{margin:0 0 14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}label{display:grid;gap:7px;color:#e5e6e7;font-size:.9rem}input,select{width:100%;min-height:48px;padding:0 13px;border:1px solid #3a3d41;border-radius:12px;background:#0b0c0e;color:#fff}input:focus,select:focus{outline:2px solid var(--orange);outline-offset:1px}.choice-row{display:flex;gap:14px;flex-wrap:wrap}.choice-row label,.check-row{display:flex;align-items:flex-start;gap:9px}.choice-row input,.check-row input{width:18px;min-height:18px;margin-top:3px;accent-color:var(--orange)}.company-fields[hidden],.billing-fields[hidden]{display:none}.relay-box{padding:18px;border:1px solid rgba(255,122,0,.35);border-radius:16px;background:rgba(255,122,0,.06)}.relay-selected{display:grid;gap:4px}.relay-selected button{justify-self:start;margin-top:8px}.relay-widget{margin-top:14px;padding:10px;border-radius:12px;background:#fff;color:#222;overflow:hidden}.checkout-actions{display:grid;gap:12px;margin-top:22px}.checkout-actions .btn{width:100%;min-height:56px}.secure{color:#aeb1b5;font-size:.83rem;text-align:center}.notice{display:none;padding:13px 15px;border-radius:12px;background:#1d3b28;color:#c9f6d5;margin-bottom:16px}.notice.show{display:block}.notice.error{background:#4a2020;color:#ffd1d1}.site-footer{margin-top:70px;padding:42px 0;border-top:1px solid var(--line);color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap}.footer-links{display:flex;gap:16px;flex-wrap:wrap}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #fff;outline-offset:3px}
@media(max-width:900px){.product-grid{grid-template-columns:1fr 1fr}.product-hero,.cart-layout{grid-template-columns:1fr}.nav-links{gap:12px}.nav-links .optional{display:none}}
@media(max-width:620px){.container{width:min(var(--max),calc(100% - 26px))}.nav-inner{min-height:68px}.brand img{width:155px}.nav-links>a:not(.cart-link){display:none}.page-hero{padding-top:58px}.product-grid,.facts,.form-grid{grid-template-columns:1fr}.product-hero{padding-top:42px;gap:28px}.cart-item{grid-template-columns:78px 1fr}.cart-item img{width:78px;height:78px}.line-price{grid-column:2}.panel{padding:18px}.form-grid .full{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}


/* Catalogue SQLite et carrousel produit */
.product-card h3 a:hover{color:var(--orange2)}
.product-main-image{position:relative;background:#0b0c0d}
.product-main-image>img{width:100%;aspect-ratio:1/1;object-fit:contain}
.gallery-arrow{position:absolute;top:50%;z-index:2;width:46px;height:46px;transform:translateY(-50%);border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(7,7,7,.76);color:#fff;font-size:2rem;line-height:1;cursor:pointer}
.gallery-arrow:hover{background:var(--orange);color:#080808}.gallery-arrow.previous{left:14px}.gallery-arrow.next{right:14px}
.thumbs button[aria-current="true"]{border-color:var(--orange);box-shadow:0 0 0 2px rgba(255,122,0,.24)}
.product-copy>.status{display:block;width:max-content;margin-top:12px;margin-bottom:8px}.product-unavailable{padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--muted)}
.content-card h3{margin:26px 0 8px}.content-card p{color:#d5d7da}
@media(max-width:620px){.gallery-arrow{width:40px;height:40px}.product-main-image>img{aspect-ratio:1/1}}

.product-back-link{display:inline-flex;align-items:center;width:max-content;margin-bottom:18px;padding:8px 12px;border:1px solid #34373b;border-radius:999px;color:#d7d8da;background:rgba(255,255,255,.025);font-size:.84rem;font-weight:800;transition:.2s ease}
.product-back-link:hover{border-color:rgba(255,122,0,.7);color:#ffad55;background:rgba(255,122,0,.08);transform:translateX(-2px)}

.product-copy{align-self:start}
.product-reference{color:#fff}

/* Navigation cohérente sur le parcours commercial. */
.commerce-nav-inner .brand img{width:180px}
.commerce-nav-links{gap:11px;font-size:.78rem}
.commerce-nav-links .nav-buy{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#080808;font-weight:900}
.commerce-nav-links .nav-buy:hover{color:#080808}
.commerce-nav-links a[aria-current="page"]{font-weight:900}
@media(max-width:900px){.commerce-nav-inner .brand img{width:170px}.commerce-nav-links{gap:12px;font-size:.86rem}}
@media(max-width:620px){.commerce-nav-inner{gap:10px}.commerce-nav-inner .brand img{width:142px}.commerce-nav-links>a:not(.cart-link):not(.nav-buy){display:none}.commerce-nav-links{gap:8px}.commerce-nav-links>a.nav-buy{display:inline-flex;min-height:38px;padding:0 11px;font-size:.74rem}.commerce-nav-links .cart-link{font-size:.78rem}.commerce-nav-links .cart-count{min-width:21px;height:21px;padding:0 6px}}

/* Accès rapide à l’achat sur les petites fiches produit. */
.product-sticky-buy{display:none}
@media(max-width:620px){
  .has-product-sticky-buy{padding-bottom:96px}
  .product-sticky-buy{position:fixed;z-index:40;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 12px;padding:11px 12px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(15,16,18,.94);box-shadow:0 18px 54px rgba(0,0,0,.58);backdrop-filter:blur(18px)}
  .product-sticky-info{min-width:0;line-height:1.2}
  .product-sticky-info span{display:block;overflow:hidden;color:#f7f7f4;font-size:.82rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
  .product-sticky-info strong{display:block;margin-top:4px;color:#ffad55;font-size:.9rem}
  .product-sticky-buy .btn{min-height:46px;padding:0 15px;white-space:nowrap}
  .product-sticky-buy .btn:disabled{max-width:150px;line-height:1.15;white-space:normal}
  .product-sticky-feedback{grid-column:1/-1;margin:0;color:#aeeab8;font-size:.78rem;font-weight:750}
  .product-sticky-feedback[hidden]{display:none}
}
@media(max-width:380px){
  .product-sticky-info span{font-size:.76rem}
  .product-sticky-buy .btn{padding:0 12px;font-size:.78rem}
}


/* Informations essentielles visibles avant l’ajout au panier. */
.product-shipping-note{margin:2px 0 13px;color:#aeb1b5;font-size:.82rem}
.purchase-reassurance{display:grid;gap:9px;margin-top:20px}
.purchase-reassurance a{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:center;padding:11px 13px;border:1px solid #303338;border-radius:13px;background:rgba(255,255,255,.025);transition:border-color .2s ease,background .2s ease}
.purchase-reassurance a:hover{border-color:rgba(255,122,0,.6);background:rgba(255,122,0,.055)}
.assurance-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(255,122,0,.14);color:#ff9b3d;font-weight:900}
.purchase-reassurance strong,.purchase-reassurance small{display:block}
.purchase-reassurance strong{font-size:.86rem}
.purchase-reassurance small{margin-top:2px;color:#aeb1b5;font-size:.75rem;line-height:1.35}
@media(min-width:621px){.purchase-reassurance{grid-template-columns:repeat(3,minmax(0,1fr));grid-column:1/-1}.product-copy .purchase-reassurance{grid-template-columns:1fr}}


/* Compatibilité visible avant l’achat. */
.product-fit-check{margin:17px 0 19px;padding:15px 16px;border:1px solid rgba(255,122,0,.45);border-radius:16px;background:linear-gradient(135deg,rgba(255,122,0,.09),rgba(255,255,255,.018))}
.product-fit-check>div{display:grid;gap:2px}
.fit-check-label{color:#ff9b3d;font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.product-fit-check strong{font-size:1rem}
.product-fit-check p{margin:9px 0;color:#d2d4d7;font-size:.84rem;line-height:1.5}
.product-fit-check a{color:#ffad55;font-size:.8rem;font-weight:850;text-decoration:underline;text-underline-offset:3px}


/* Réassurance compacte en tête de boutique. */
.shop-confidence{padding:0 0 26px}
.shop-confidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.shop-confidence a{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;align-items:center;padding:15px 17px;border:1px solid #303338;border-radius:16px;background:#111214;transition:border-color .2s ease,transform .2s ease}
.shop-confidence a:hover{border-color:rgba(255,122,0,.65);transform:translateY(-2px)}
.shop-confidence strong,.shop-confidence small{display:block}
.shop-confidence strong{font-size:.9rem}
.shop-confidence small{margin-top:2px;color:#aeb1b5;font-size:.78rem;line-height:1.35}
@media(max-width:760px){.shop-confidence-grid{grid-template-columns:1fr}.shop-confidence{padding-bottom:10px}}
