/* ============================================================
   OMP GROUP — La précision au service de l'image
   Studio photo/vidéo + matériel pro · Palette cinéma :
   graphite #14171c · ambre studio #E8A13A · cuivre #C9772E
   ============================================================ */
:root {
  --navy: #14171c;          /* graphite profond (ex-navy) */
  --navy-2: #0b0d10;        /* presque noir */
  --blue: #C9772E;          /* cuivre — accent principal (ex-blue) */
  --blue-bright: #E8A13A;   /* ambre studio (ex-blue-bright) */
  --blue-light: #f6ede1;    /* crème chaud (ex-blue-light) */
  --steel: #8b8578;         /* taupe */
  --gold: #E8A13A;          /* accent chaud promos */
  --bg: #f7f5f1;            /* papier chaud */
  --ink: #17140f;
  --muted: #6b665c;
  --line: #e7e1d6;
  --grad: linear-gradient(120deg, #14171c 0%, #7a4a22 60%, #E8A13A 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: var(--bg); color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,.font-display { font-family: "Space Grotesk","Inter",sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; font-size:13px;
  font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--blue); }
.eyebrow .dot { width:8px;height:8px;border-radius:50%;background:var(--blue-bright); }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: .7s cubic-bezier(.22,.61,.36,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"]{transition-delay:.08s}.reveal[data-d="2"]{transition-delay:.16s}
.reveal[data-d="3"]{transition-delay:.24s}.reveal[data-d="4"]{transition-delay:.32s}

/* ---------- Boutons ---------- */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-weight:600; font-size:15px; border-radius:999px; padding:13px 24px;
  cursor:pointer; border:2px solid transparent; transition:.18s ease; white-space:nowrap; }
.btn-fill { background: var(--grad); color:#fff; box-shadow:0 10px 24px rgba(13,87,184,.28); }
.btn-fill:hover { filter:brightness(1.07); transform:translateY(-2px); }
.btn-navy { background: var(--navy); color:#fff; }
.btn-navy:hover { background: var(--navy-2); }
.btn-out { background:#fff; color:var(--blue); border-color:var(--blue); }
.btn-out:hover { background:var(--blue-light); }
.btn-ghost { background:rgba(255,255,255,.12); color:#fff; border-color:rgba(255,255,255,.4); }
.btn-ghost:hover { background:rgba(255,255,255,.22); }
.btn-wa { background:#25d366; color:#fff; }
.btn-wa:hover { background:#1eb558; }
.btn-block { width:100%; } .btn-lg { padding:15px 26px; font-size:16px; }

/* ---------- Header ---------- */
.site-header { background:rgba(255,255,255,.92); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line); position:sticky; top:0; z-index:60; }
.site-header .bar { display:flex; align-items:center; gap:18px; height:72px; }
.logo { display:flex; align-items:center; gap:11px; font-family:"Space Grotesk"; font-weight:800; font-size:19px; color:var(--navy); }
.logo img { width:44px; height:44px; border-radius:11px; object-fit:contain; }
.logo small { display:block; font-size:10.5px; font-weight:600; color:var(--steel); letter-spacing:.04em; }
.main-nav { display:flex; align-items:center; gap:4px; margin-left:8px; padding:5px;
  background:#fff; border:1px solid var(--line); border-radius:999px; box-shadow:0 1px 2px rgba(2,12,30,.05); }
.main-nav a { font-weight:600; font-size:14.5px; color:var(--ink); padding:8px 16px; border-radius:999px; transition:.18s; white-space:nowrap; }
.main-nav a:hover { background:var(--bg); color:var(--navy); }
.main-nav a.active { background:var(--navy); color:#fff; box-shadow:0 6px 16px rgba(1,42,96,.28); }
@media (max-width:1040px){ .main-nav { display:none; } }
.header-act { margin-left:auto; display:flex; align-items:center; gap:12px; }
.search { flex:1; max-width:340px; display:flex; align-items:center; gap:8px; background:var(--bg);
  border:1px solid var(--line); border-radius:999px; padding:9px 16px; color:var(--muted); }
.search input { border:0; background:transparent; outline:none; flex:1; font-size:14.5px; color:var(--ink); }

/* ---------- HERO ---------- */
.hero { position:relative; overflow:hidden; color:#fff;
  background: radial-gradient(110% 130% at 78% 8%, #0d57b8 0%, #012a60 48%, #01173d 100%); }
.hero::before { content:""; position:absolute; inset:0;
  background-image:radial-gradient(circle, rgba(255,255,255,.10) 1.3px, transparent 1.4px);
  background-size:30px 30px; opacity:.5; }
.hero .wrap { position:relative; display:grid; grid-template-columns:1.05fr .95fr; gap:30px;
  align-items:center; min-height:auto; padding-top:64px; padding-bottom:64px; }
.hero .eyebrow { color:#bcd6ff; }
.hero h1 { font-size:46px; line-height:1.05; margin:14px 0 16px; font-weight:800; letter-spacing:-.01em; }
.hero h1 .hl { position:relative; color:#8fc0ff; white-space:nowrap; }
.hero h1 .hl::after { content:""; position:absolute; left:0; right:0; bottom:4px; height:10px;
  background:rgba(143,192,255,.28); border-radius:4px; z-index:-1; }
.hero p.sub { font-size:17px; line-height:1.6; color:#d4e2f7; max-width:520px; margin:0 0 26px; }
.hero-cta { display:flex; gap:13px; flex-wrap:wrap; }
.hero-stats { display:flex; gap:34px; margin-top:38px; padding-top:26px; border-top:1px solid rgba(255,255,255,.16); }
.hero-stats .n { font-family:"Space Grotesk"; font-size:30px; font-weight:800; }
.hero-stats .l { font-size:12.5px; color:#a9c2e6; text-transform:uppercase; letter-spacing:.05em; }

/* visuel hero : cartes flottantes */
.hero-visual { position:relative; height:400px; }
.float-card { position:absolute; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.18);
  border-radius:18px; backdrop-filter:blur(8px); box-shadow:0 24px 52px rgba(0,8,30,.45);
  padding:12px; width:190px; }
.float-card img { width:100%; height:118px; object-fit:contain; border-radius:11px; background:rgba(255,255,255,.9); }
.float-card .fc-name { font-weight:700; font-size:13px; margin-top:9px; }
.float-card .fc-price { color:#8fc0ff; font-weight:800; font-family:"Space Grotesk"; margin-top:2px; font-size:13px; }
.float-card.big { width:246px; top:54px; left:64px; z-index:3; }
.float-card.big img { height:164px; }
.float-card.c2 { width:146px; top:0; right:0; z-index:2; animation:floaty 6s ease-in-out infinite; }
.float-card.c2 img { height:92px; }
.float-card.c3 { width:154px; bottom:10px; right:24px; z-index:4; animation:floaty 7s ease-in-out .8s infinite; }
.float-card.c3 img { height:100px; }
.float-card.big { animation:floaty 8s ease-in-out infinite; }
.chip-float { position:absolute; background:#fff; color:var(--navy); border-radius:999px;
  padding:8px 14px; font-size:13px; font-weight:700; display:flex; align-items:center; gap:7px;
  box-shadow:0 14px 30px rgba(0,8,30,.3); }
.chip-float .ic { color:var(--blue); display:flex; }
.chip-float.f1 { top:24px; left:-6px; animation:floaty 5s ease-in-out infinite; }
.chip-float.f2 { bottom:70px; left:0; animation:floaty 6s ease-in-out .5s infinite; }
@keyframes floaty { 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-16px) } }

/* ---------- Sections génériques ---------- */
.section { padding:74px 0; }
.section.alt { background:#fff; }
.sec-head { text-align:center; max-width:680px; margin:0 auto 44px; }
.sec-head h2 { font-size:34px; margin:12px 0 12px; letter-spacing:-.01em; }
.sec-head p { color:var(--muted); font-size:16px; line-height:1.6; margin:0; }
.sec-head.left { text-align:left; margin-left:0; }

/* ---------- Catégories ---------- */
.cat-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.cat-card { background:#fff; border:1px solid var(--line); border-radius:18px; padding:24px 18px;
  text-align:center; transition:.2s; cursor:pointer; }
.cat-card:hover { transform:translateY(-6px); box-shadow:0 20px 40px rgba(1,42,96,.12); border-color:transparent; }
.cat-card .ic { width:52px; height:52px; margin:0 auto 14px; display:grid; place-items:center;
  color:var(--blue); transition:.2s; }
.cat-card:hover .ic { color:var(--blue-bright); transform:translateY(-2px); }
.cat-card .ct { font-weight:700; font-size:15.5px; }
.cat-card .cs { color:var(--muted); font-size:13px; margin-top:4px; }

/* ---------- Filtres + grille produits ---------- */
.toolbar { display:flex; align-items:center; justify-content:space-between; gap:14px;
  flex-wrap:wrap; margin-bottom:22px; }
.cats { display:flex; gap:10px; flex-wrap:wrap; }
.chip { background:#fff; border:1px solid var(--line); color:var(--ink); padding:9px 16px;
  border-radius:999px; font-size:14px; font-weight:600; cursor:pointer; transition:.15s; }
.chip:hover { border-color:var(--blue); color:var(--blue); }
.chip.active { background:var(--navy); color:#fff; border-color:var(--navy); }

.grid { display:grid; gap:20px; grid-template-columns:repeat(4,1fr); }
.card { background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden;
  transition:.2s; display:flex; flex-direction:column; position:relative; color:inherit; text-decoration:none; }
.card:hover { box-shadow:0 18px 40px rgba(1,42,96,.13); transform:translateY(-5px); }
.card .thumb { aspect-ratio:1/1; background:#fff; position:relative; overflow:hidden; }
.card .thumb img { width:100%; height:100%; object-fit:contain; padding:12px; transition:.35s; }
.card:hover .thumb img { transform:scale(1.06); }
.card .tag { position:absolute; top:11px; left:11px; background:var(--navy); color:#fff;
  font-size:11px; font-weight:700; padding:4px 11px; border-radius:999px; }
.card .tag.promo { background:var(--gold); color:#3a2a00; }
.card .tag.srv { background:var(--blue); }
.card .qa { position:absolute; right:11px; bottom:11px; transform:translateY(8px); opacity:0;
  transition:.2s; }
.card:hover .qa { transform:none; opacity:1; }
.card .qa .btn { padding:10px 16px; font-size:13.5px; }
.card .body { padding:14px 15px 17px; display:flex; flex-direction:column; gap:6px; flex:1; }
.card .body .cat { font-size:11.5px; font-weight:700; color:var(--blue); text-transform:uppercase; letter-spacing:.04em; }
.card .body .name { font-weight:600; font-size:14.5px; line-height:1.35; min-height:40px;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.card .body .price { color:var(--navy); font-weight:800; font-size:19px; font-family:"Space Grotesk";
  display:flex; align-items:baseline; gap:8px; }
.card .body .price .old { color:var(--steel); font-size:13px; font-weight:600; text-decoration:line-through; }
.card .body .meta { color:var(--muted); font-size:12.5px; margin-top:auto; }

/* ---------- Services ---------- */
.srv-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.srv-card { position:relative; background:#fff; border:1px solid var(--line); border-radius:18px;
  padding:26px 26px 26px 28px; transition:.2s; }
.srv-card::before { content:""; position:absolute; left:0; top:22px; bottom:22px; width:3px;
  border-radius:3px; background:var(--blue-bright); opacity:.85; }
.srv-card:hover { transform:translateY(-5px); box-shadow:0 18px 40px rgba(20,23,28,.10); border-color:transparent; }
.srv-card .ic { width:44px; height:44px; color:var(--blue); display:grid; place-items:center;
  margin-bottom:16px; }
.srv-card:hover .ic { color:var(--blue-bright); }
.srv-card h3 { margin:0 0 8px; font-size:18px; }
.srv-card p { color:var(--muted); font-size:14px; line-height:1.6; margin:0 0 14px; }
.srv-card .from { font-family:"Space Grotesk"; font-weight:800; color:var(--navy); font-size:17px; }

/* ---------- Réassurance ---------- */
.values { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.value { text-align:center; padding:10px; }
.value .ic { width:52px; height:52px; margin:0 auto 14px; color:var(--blue); display:grid; place-items:center; }
.value h4 { margin:0 0 6px; font-size:16px; }
.value p { color:var(--muted); font-size:13.5px; line-height:1.55; margin:0; }

/* ---------- Bandeau promo ---------- */
.promo-band { background:var(--grad); color:#fff; border-radius:24px; padding:40px 44px;
  display:flex; align-items:center; justify-content:space-between; gap:24px; overflow:hidden; position:relative; }
.promo-band::after { content:""; position:absolute; right:-60px; top:-60px; width:240px; height:240px;
  border-radius:50%; background:rgba(255,255,255,.10); }
.promo-band h2 { margin:0 0 8px; font-size:30px; }
.promo-band p { margin:0; color:#e3edfb; max-width:560px; }
.promo-band .tag-deadline { display:inline-block; background:var(--gold); color:#3a2a00;
  font-weight:700; font-size:13px; padding:5px 13px; border-radius:999px; margin-bottom:12px; }

/* ---------- Contact ---------- */
.contact-grid { display:grid; grid-template-columns:1.1fr 1fr; gap:30px; align-items:start; }
.contact-card { background:#fff; border:1px solid var(--line); border-radius:18px; padding:28px; }
.contact-row { display:flex; gap:14px; padding:14px 0; border-bottom:1px solid var(--line); }
.contact-row:last-child { border-bottom:0; }
.contact-row .ic { width:44px; height:44px; flex:none; border-radius:12px; background:var(--blue-light);
  color:var(--blue); display:grid; place-items:center; }
.contact-row .ct b { display:block; font-size:15px; }
.contact-row .ct span { color:var(--muted); font-size:14px; }
.map-card { background:var(--navy); color:#fff; border-radius:18px; padding:30px; min-height:300px;
  display:flex; flex-direction:column; justify-content:flex-end;
  background-image:radial-gradient(circle, rgba(255,255,255,.08) 1px, transparent 1.4px);
  background-size:24px 24px; }
.map-card .pin { width:50px;height:50px;border-radius:50%;background:var(--blue-bright);
  display:grid;place-items:center;margin-bottom:auto; box-shadow:0 0 0 8px rgba(31,122,224,.25); }
.map-card h3 { margin:14px 0 6px; }
.map-card p { color:#c2d4ee; margin:0; font-size:14px; line-height:1.6; }

/* ---------- Footer ---------- */
.site-footer { background:var(--navy-2); color:#aebfd8; margin-top:0; }
.site-footer .wrap { padding:50px 20px 30px; }
.foot-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1.3fr; gap:30px; }
.foot-grid h4 { color:#fff; margin:0 0 14px; font-size:15px; }
.foot-grid a, .foot-grid p { display:block; color:#94a8c8; font-size:14px; margin:7px 0; }
.foot-grid a:hover { color:#fff; }
.foot-brand { display:flex; align-items:center; gap:11px; margin-bottom:14px; }
.foot-brand img { width:46px; height:46px; border-radius:11px; object-fit:contain; }
.foot-brand b { font-family:"Space Grotesk"; font-size:18px; color:#fff; }
.foot-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:34px; padding-top:20px;
  font-size:13px; color:#7589a8; display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; }

/* ============================================================
   FICHE PRODUIT — layout type eBay
   ============================================================ */
.breadcrumb { color:var(--muted); font-size:13px; margin:20px 0 6px; }
.breadcrumb a:hover { color:var(--blue); }
.product { display:grid; grid-template-columns:58% 42%; gap:36px; margin:12px 0 30px; }
.gallery { display:flex; gap:14px; }
.thumbs { display:flex; flex-direction:column; gap:10px; }
.thumbs .t { width:72px; height:72px; border-radius:10px; border:2px solid var(--line);
  background:#fff; padding:5px; cursor:pointer; transition:.15s; overflow:hidden; }
.thumbs .t img { width:100%; height:100%; object-fit:contain; }
.thumbs .t:hover { border-color:var(--blue); }
.thumbs .t.active { border-color:var(--navy); }
.stage { position:relative; flex:1; aspect-ratio:1/1; background:#fff; border:1px solid var(--line);
  border-radius:16px; overflow:hidden; display:grid; place-items:center; }
.stage img { width:100%; height:100%; object-fit:contain; padding:26px; transition:opacity .15s; }
.stage .nav { position:absolute; top:50%; transform:translateY(-50%); width:42px; height:42px;
  border-radius:999px; background:#fff; border:1px solid var(--line); display:grid; place-items:center;
  cursor:pointer; box-shadow:0 4px 14px rgba(1,42,96,.14); color:var(--navy); transition:.15s; }
.stage .nav:hover { background:var(--navy); color:#fff; border-color:var(--navy); }
.stage .nav.prev { left:12px; } .stage .nav.next { right:12px; }
.stage .tools { position:absolute; top:12px; right:12px; display:flex; flex-direction:column; gap:10px; }
.stage .tool { width:40px; height:40px; border-radius:999px; background:#fff; border:1px solid var(--line);
  display:grid; place-items:center; cursor:pointer; box-shadow:0 4px 14px rgba(1,42,96,.12);
  color:var(--navy); transition:.15s; }
.stage .tool:hover { background:var(--blue-light); color:var(--blue); }
.stage .tool.fav.on { background:#e23744; color:#fff; border-color:#e23744; }
.stage .counter { position:absolute; bottom:12px; left:50%; transform:translateX(-50%);
  background:rgba(1,23,61,.82); color:#fff; font-size:12px; font-weight:600; padding:5px 12px; border-radius:999px; }
.lightbox { position:fixed; inset:0; background:rgba(1,12,33,.93); display:none; place-items:center; z-index:100; padding:30px; }
.lightbox.open { display:grid; }
.lightbox img { max-width:92vw; max-height:88vh; object-fit:contain; }
.lightbox .close { position:absolute; top:20px; right:26px; color:#fff; font-size:34px; cursor:pointer; line-height:1; }

.info h1 { font-size:25px; line-height:1.3; margin:2px 0 14px;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.hr { height:1px; background:var(--line); border:0; margin:16px 0; }
.seller { display:flex; align-items:center; gap:12px; }
.seller .av { width:46px; height:46px; border-radius:999px; background:var(--grad); color:#fff;
  display:grid; place-items:center; font-weight:800; font-family:"Space Grotesk"; font-size:17px; flex:none; }
.seller .s-name { font-weight:700; display:flex; align-items:center; gap:7px; }
.badge-verified { background:var(--blue-light); color:var(--blue); font-size:11px; font-weight:700;
  padding:3px 9px; border-radius:999px; display:inline-flex; align-items:center; gap:4px; }
.seller .s-sub { font-size:13px; color:var(--muted); margin-top:2px; }
.seller .s-sub b { color:var(--navy); }
.seller-actions { margin-left:auto; display:flex; gap:8px; }
.seller-links { display:flex; gap:14px; margin-top:10px; font-size:13.5px; }
.seller-links a { color:var(--blue); font-weight:600; }
.price-big { font-family:"Space Grotesk"; font-size:38px; font-weight:800; color:var(--navy); line-height:1;
  display:flex; align-items:baseline; gap:12px; }
.price-big .old { font-size:19px; color:var(--steel); text-decoration:line-through; font-weight:600; }
.price-big .save { font-size:13px; background:var(--gold); color:#3a2a00; padding:3px 10px; border-radius:999px; }
.price-unit { color:var(--muted); font-size:13px; margin-top:7px; }
.cond-row { display:flex; align-items:center; gap:10px; font-size:15px; }
.cond-row .lbl { color:var(--muted); } .cond-row .val { font-weight:700; }
.tip { position:relative; cursor:help; color:var(--muted); display:inline-flex; }
.tip .tip-box { position:absolute; bottom:130%; left:50%; transform:translateX(-50%); background:var(--navy);
  color:#fff; font-size:12px; font-weight:500; padding:8px 11px; border-radius:8px; width:210px; line-height:1.4;
  opacity:0; pointer-events:none; transition:.15s; z-index:5; }
.tip:hover .tip-box { opacity:1; }
.qty-block { margin:16px 0; }
.qty-block .lbl { font-size:14px; font-weight:600; margin-bottom:8px; }
.qty { display:inline-flex; align-items:center; border:1px solid var(--line); border-radius:999px; overflow:hidden; }
.qty button { width:42px; height:42px; border:0; background:#fff; font-size:20px; cursor:pointer; color:var(--navy); }
.qty button:hover { background:var(--blue-light); color:var(--blue); }
.qty input { width:52px; height:42px; border:0; text-align:center; font-size:16px; font-weight:700; outline:none; }
.qty-stock { color:var(--muted); font-size:13.5px; margin-left:12px; }
.qty-stock b { color:var(--navy); }
.spec-list { margin:16px 0; }
.spec-list .lbl { font-size:14px; font-weight:600; margin-bottom:10px; }
.spec-list ul { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:8px 18px; }
.spec-list li { position:relative; padding-left:20px; font-size:14px; color:var(--ink); line-height:1.4; }
.spec-list li::before { content:""; position:absolute; left:0; top:7px; width:8px; height:8px;
  border-radius:2px; background:var(--blue-bright); }
@media (max-width:520px){ .spec-list ul { grid-template-columns:1fr; } }

.cta-stack { display:flex; flex-direction:column; gap:11px; margin:18px 0; }
.social { background:#fff; border:1px solid var(--line); border-radius:12px; padding:14px 16px;
  display:flex; flex-direction:column; gap:9px; font-size:14px; }
.social .row { display:flex; align-items:center; gap:9px; } .social .row b { color:var(--ink); }
.guarantees { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:16px; }
.guarantees .g { background:#fff; border:1px solid var(--line); border-radius:12px; padding:14px 10px; text-align:center; }
.guarantees .g .ic { width:38px; height:38px; margin:0 auto 8px; border-radius:999px; background:var(--blue-light);
  color:var(--blue); display:grid; place-items:center; }
.guarantees .g .gt { font-weight:700; font-size:13px; } .guarantees .g .gs { color:var(--muted); font-size:11.5px; margin-top:2px; }
.desc-block { margin:8px 0 60px; }
.desc-block h3 { font-size:19px; margin:0 0 12px; }
.desc-block p { color:#334155; line-height:1.7; font-size:15px; max-width:800px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1040px){
  .hero .wrap { grid-template-columns:1fr; min-height:auto; padding-top:46px; }
  .hero h1 { font-size:42px; }
  .hero-visual { height:380px; margin-top:10px; }
  .cat-grid { grid-template-columns:repeat(3,1fr); }
  .grid { grid-template-columns:repeat(3,1fr); }
  .values { grid-template-columns:repeat(2,1fr); }
  .foot-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:820px){
  .main-nav, .search { display:none; }
  .product { grid-template-columns:1fr; gap:22px; }
  .gallery { flex-direction:column; }
  .thumbs { flex-direction:row; overflow-x:auto; padding-bottom:4px; order:2; }
  .thumbs .t { flex:none; }
  .srv-grid { grid-template-columns:1fr; }
  .cat-grid { grid-template-columns:repeat(2,1fr); }
  .grid { grid-template-columns:repeat(2,1fr); }
  .contact-grid { grid-template-columns:1fr; }
  .promo-band { flex-direction:column; text-align:center; }
  .hero h1 { font-size:34px; }
  .float-card.big{ left:50%; transform:translateX(-50%);}
}
@media (max-width:480px){
  .hero h1 { font-size:28px; }
  .hero-stats { gap:20px; }
  .grid { grid-template-columns:1fr 1fr; gap:12px; }
  .cat-grid { grid-template-columns:1fr 1fr; }
  .values { grid-template-columns:1fr 1fr; }
  .price-big { font-size:30px; }
  .section { padding:54px 0; }
  .sec-head h2 { font-size:26px; }
}

/* ============================================================
   PANIER — bouton header, badge, tiroir, lignes, toast
   ============================================================ */
.cart-btn { position:relative; display:grid; place-items:center; width:44px; height:44px;
  border-radius:12px; border:1px solid var(--line); background:#fff; color:var(--navy);
  cursor:pointer; transition:.2s; }
.cart-btn:hover { background:var(--navy); color:#fff; border-color:var(--navy); transform:translateY(-1px); }
.cart-badge { position:absolute; top:-6px; right:-6px; min-width:20px; height:20px; padding:0 5px;
  background:#e11d48; color:#fff; font-size:12px; font-weight:800; border-radius:999px;
  display:flex; align-items:center; justify-content:center; box-shadow:0 2px 6px rgba(225,29,72,.5); }

.cart-overlay { position:fixed; inset:0; background:rgba(2,12,30,.5); opacity:0; visibility:hidden;
  transition:.3s; z-index:90; backdrop-filter:blur(2px); }
.cart-overlay.open { opacity:1; visibility:visible; }
.cart-drawer { position:fixed; top:0; right:0; height:100%; width:400px; max-width:92vw; background:#fff;
  z-index:95; display:flex; flex-direction:column; transform:translateX(100%); transition:transform .32s cubic-bezier(.4,0,.2,1);
  box-shadow:-12px 0 40px rgba(2,12,30,.22); }
.cart-drawer.open { transform:none; }
.cart-head { display:flex; align-items:center; justify-content:space-between; padding:18px 20px;
  border-bottom:1px solid var(--line); font-family:"Space Grotesk"; font-size:18px; color:var(--navy); }
.cart-close { background:none; border:0; font-size:28px; line-height:1; color:var(--muted); cursor:pointer; }
.cart-close:hover { color:var(--ink); }
.cart-items { flex:1; overflow-y:auto; padding:14px 16px; display:flex; flex-direction:column; gap:12px; }
.cart-empty { text-align:center; color:var(--muted); padding:48px 12px; font-weight:600; }
.cart-empty span { font-size:13px; font-weight:500; }
.cart-row { display:grid; grid-template-columns:64px 1fr auto; gap:12px; align-items:start;
  border:1px solid var(--line); border-radius:14px; padding:10px; }
.cart-row img { width:64px; height:64px; object-fit:contain; background:var(--bg); border-radius:10px; }
.cr-name { font-weight:700; font-size:13.5px; color:var(--ink); line-height:1.3; }
.cr-price { font-size:12.5px; color:var(--muted); margin-top:2px; }
.cr-note { font-size:11.5px; color:var(--muted); }
.cr-qty { display:flex; align-items:center; gap:8px; margin-top:8px; }
.cr-qty button { width:26px; height:26px; border:1px solid var(--line); background:#fff; border-radius:8px;
  cursor:pointer; font-size:16px; line-height:1; color:var(--navy); }
.cr-qty button:hover { background:var(--bg); }
.cr-qty span { min-width:20px; text-align:center; font-weight:700; }
.cr-del { width:auto !important; padding:0 8px; font-size:11.5px !important; color:#e11d48 !important; border:0 !important; }
.cr-sub { font-weight:800; font-size:13.5px; color:var(--navy); white-space:nowrap; }
.cart-foot { border-top:1px solid var(--line); padding:16px 18px; display:flex; flex-direction:column; gap:10px; }
.cart-total { display:flex; align-items:center; justify-content:space-between; font-size:15px; }
.cart-total b { font-family:"Space Grotesk"; font-size:20px; color:var(--navy); }
.btn-block { width:100%; justify-content:center; }
.cart-clear { background:none; border:0; color:var(--muted); font-size:13px; cursor:pointer; text-decoration:underline; }
.cart-clear:hover { color:#e11d48; }

.cart-toast { position:fixed; bottom:24px; left:50%; transform:translateX(-50%); background:var(--navy);
  color:#fff; padding:12px 22px; border-radius:999px; font-weight:600; z-index:200;
  box-shadow:0 8px 24px rgba(1,42,96,.35); animation:cartToast .25s ease; }
@keyframes cartToast { from { opacity:0; transform:translate(-50%,10px); } }

/* cartes : 2 boutons (Panier + Voir) ; visibles au tactile */
.card .qa { display:flex; gap:8px; }
.card .qa .add-cart { padding:10px 14px; }
@media (hover:none) {
  .card .qa { position:static; opacity:1; transform:none; margin-top:10px; }
}
@media (max-width:560px) {
  .cart-drawer { width:100%; }
}

/* ============================================================
   CONFIANCE & AVIS (fiche produit)
   ============================================================ */
.stars { display:inline-flex; gap:1px; letter-spacing:1px; }
.stars .st { color:#d7deea; font-size:15px; line-height:1; }
.stars .st.on { color:#f5a623; }

.trust { display:flex; align-items:center; gap:16px; flex-wrap:wrap; padding:4px 0; }
.trust-rating { display:inline-flex; align-items:center; gap:7px; color:var(--ink); }
.trust-rating b { font-size:15px; color:var(--ink); }
.trust-count { color:var(--blue); font-size:13.5px; font-weight:600; }
.trust-meta { display:flex; align-items:center; gap:8px; font-size:13.5px; color:var(--muted); }
.trust-meta b { color:var(--navy); }
.trust-meta .sep { color:var(--line); }
.trust .btn-out { margin-left:auto; padding:8px 18px; }

.reviews { margin:34px 0 64px; }
.rv-head { display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
  border-bottom:1px solid var(--line); padding-bottom:16px; margin-bottom:18px; }
.rv-head h3 { font-family:"Space Grotesk"; font-size:21px; color:var(--navy); margin:0; }
.rv-score { display:flex; align-items:center; gap:14px; }
.rv-num { font-family:"Space Grotesk"; font-size:34px; font-weight:800; color:var(--navy); line-height:1; }
.rv-num span { font-size:16px; color:var(--muted); font-weight:600; }
.rv-based { font-size:12.5px; color:var(--muted); margin-top:3px; }
.rv-list { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.rv-item { border:1px solid var(--line); border-radius:14px; padding:16px; background:#fff; }
.rv-top { display:flex; align-items:center; gap:11px; }
.rv-ava { width:38px; height:38px; border-radius:999px; background:var(--grad); color:#fff;
  display:grid; place-items:center; font-weight:800; font-family:"Space Grotesk"; flex-shrink:0; }
.rv-name { font-weight:700; font-size:14px; color:var(--ink); display:flex; align-items:center; gap:6px; }
.rv-check { color:#16a34a; }
.rv-when { font-size:12px; color:var(--muted); margin-top:1px; }
.rv-stars { margin-left:auto; }
.rv-text { margin:11px 0 0; font-size:14px; color:#41506b; line-height:1.55; }
@media (max-width:760px){ .rv-list { grid-template-columns:1fr; } }

/* note sur les cartes catalogue */
.card .meta .c-rate { color:#f5a623; font-weight:700; }

/* ============================================================
   OMP GROUP — surcouches (hero photo, portfolio, cinéma)
   ============================================================ */
/* Logo SVG (ouverture d'objectif) */
.logo .mark { width:44px; height:44px; border-radius:11px; background:var(--grad);
  display:grid; place-items:center; color:#fff; flex:none; }
.logo .mark svg { width:26px; height:26px; }

/* HERO : vraie photo studio en fond + voile sombre pour lisibilité */
.hero { background:#0b0d10; }
.hero::before {
  background-image:
    linear-gradient(90deg, rgba(9,11,14,.90) 0%, rgba(9,11,14,.72) 44%, rgba(9,11,14,.30) 100%),
    url('../img/hero.jpg');
  background-size:cover; background-position:center; opacity:1;
}
.hero::after {
  content:""; position:absolute; inset:0; z-index:0;
  background-image:radial-gradient(circle, rgba(232,161,58,.10) 1.2px, transparent 1.3px);
  background-size:30px 30px; opacity:.5;
}
.hero .wrap { position:relative; z-index:2; }
.hero h1 .hl { color:var(--blue-bright); }
.hero h1 .hl::after { background:rgba(232,161,58,.24); }
.hero p.sub { color:#d9d2c6; }
.hero .eyebrow { color:var(--blue-bright); }
.hero-stats .l { color:#b7ab97; }
.float-card .fc-price { color:var(--blue-bright); }
.float-card .fc-tag { color:#cbbfa9; font-size:12px; margin-top:2px; }

/* Cartes matériel : fond neutre clair pour produits sur blanc */
.card .thumb { background:#f4f1ea; }

/* Portfolio réalisations (bandeau sombre) */
.showreel { background:var(--navy); color:#fff; }
.showreel .sec-head h2 { color:#fff; }
.showreel .sec-head p { color:#b7ab97; }
.reel-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.reel { position:relative; border-radius:16px; overflow:hidden; aspect-ratio:4/3;
  background:#0f1114; }
.reel img { width:100%; height:100%; object-fit:cover; transition:.5s; }
.reel:hover img { transform:scale(1.06); }
.reel .ov { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end;
  padding:18px; background:linear-gradient(0deg, rgba(8,9,11,.9), rgba(8,9,11,.05) 60%, transparent); }
.reel .rk { font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--blue-bright); }
.reel .rn { font-weight:700; font-size:15.5px; margin-top:3px; }
.reel.tall { grid-row:span 2; aspect-ratio:auto; }
@media (max-width:820px){ .reel-grid { grid-template-columns:1fr 1fr; } .reel.tall{ grid-row:auto; } }
@media (max-width:480px){ .reel-grid { grid-template-columns:1fr; } }

/* formulaire "laisser un avis" */
.rv-add { margin-top:22px; border:1px solid var(--line); border-radius:16px; padding:20px; background:var(--blue-light); }
.rv-add h4 { margin:0 0 14px; font-size:16px; color:var(--navy); }
.rv-form { display:flex; flex-direction:column; gap:10px; }
.rv-row { display:flex; gap:10px; flex-wrap:wrap; }
.rv-form input, .rv-form select, .rv-form textarea { font-family:inherit; font-size:14.5px; color:var(--ink);
  background:#fff; border:1px solid var(--line); border-radius:10px; padding:11px 13px; outline:none; }
.rv-form input { flex:1; min-width:180px; }
.rv-form select { min-width:190px; }
.rv-form textarea { resize:vertical; }
.rv-form input:focus, .rv-form select:focus, .rv-form textarea:focus { border-color:var(--blue); }
.rv-form .btn { align-self:flex-start; }
.rv-disclaimer { margin:2px 0 0; font-size:12px; color:var(--muted); }
