:root{
  --bg:#f5f1e8;
  --bg-2:#efe9dc;
  --ink:#0c0c0c;
  --ink-soft:#1a1a1a;
  --muted:#6b6358;
  --line:#dfd6c4;
  --line-strong:#0c0c0c;
  --accent:#ffc700;
  --accent-deep:#f0b500;
  --green:#3d6a3a;
  --red:#c8412c;
  --card:#ffffff;
  --display: 'Bricolage Grotesque', system-ui, sans-serif;
  --body: 'Geist', ui-sans-serif, system-ui, sans-serif;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--body);
  background:var(--bg);
  color:var(--ink);
  font-size:15px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg{max-width:100%;display:block}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
a{color:inherit;text-decoration:none}

/* ---------- Topbar ---------- */
.topbar{
  background:var(--ink);
  color:#f5f1e8;
  font-size:12px;
  letter-spacing:.04em;
  padding:9px 24px;
  text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}
.topbar span{display:inline-flex;align-items:center;gap:8px}
.topbar svg{width:14px;height:14px;stroke:var(--accent)}

/* ---------- Header ---------- */
.header{
  position:sticky;top:0;z-index:50;
  background:var(--bg);
  border-bottom:1px solid var(--line);
  backdrop-filter:saturate(1.4) blur(6px);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 32px;
  max-width:1480px;margin:0 auto;
  gap:32px;
}
.logo{
  display:flex;align-items:center;gap:12px;
  font-family:var(--display);
  font-weight:700;
  font-size:18px;
  line-height:1;
}
.logo .sun{
  width:36px;height:36px;flex-shrink:0;
}
.logo .name{display:flex;flex-direction:column;line-height:1.05}
.logo .name small{font-size:11px;font-weight:500;letter-spacing:.06em;color:var(--muted);text-transform:uppercase}

.nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:500}
.nav a{position:relative;padding:6px 0}
.nav a:hover::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--ink)}
.nav a.has-mega{display:inline-flex;align-items:center;gap:5px}
.nav a.has-mega svg{width:12px;height:12px}

.header-actions{display:flex;align-items:center;gap:8px}
.icon-btn{
  width:42px;height:42px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid transparent;
  transition:background .15s,border-color .15s;
  position:relative;
}
.icon-btn:hover{background:var(--bg-2);border-color:var(--line)}
.icon-btn svg{width:20px;height:20px;stroke:var(--ink);stroke-width:1.6;fill:none}
.cart-count{
  position:absolute;top:4px;right:4px;
  min-width:18px;height:18px;border-radius:999px;
  background:var(--ink);color:var(--bg);
  font-size:10px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  padding:0 5px;
}
.cta-pill{
  background:var(--ink);color:var(--bg);
  padding:11px 18px;border-radius:999px;
  font-weight:500;font-size:13px;letter-spacing:.02em;
  display:inline-flex;align-items:center;gap:8px;
  transition:transform .15s, background .15s;
}
.cta-pill:hover{background:#222;transform:translateY(-1px)}
.cta-pill svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}

.burger{display:none}

/* ---------- Hero ---------- */
.hero{
  padding:60px 32px 100px;
  max-width:1480px;margin:0 auto;
  position:relative;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:48px;
  align-items:end;
}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:12px;letter-spacing:.12em;text-transform:uppercase;
  font-weight:500;color:var(--muted);
  margin-bottom:24px;
}
.hero-eyebrow .dot{width:8px;height:8px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px rgba(255,199,0,.2)}
.hero h1{
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(54px,7.5vw,108px);
  line-height:.92;
  letter-spacing:-.035em;
  margin-bottom:28px;
}
.hero h1 em{
  font-style:italic;font-weight:500;
  color:var(--muted);
}
.hero h1 .underline{
  display:inline-block;position:relative;
}
.hero h1 .underline::after{
  content:"";position:absolute;left:0;right:0;bottom:6px;
  height:14px;background:var(--accent);z-index:-1;
  transform:skewX(-10deg);
}
.hero p.lede{
  font-size:18px;color:var(--muted);
  max-width:48ch;line-height:1.5;
}
.hero-cta{
  margin-top:36px;display:flex;gap:14px;flex-wrap:wrap;
}
.btn-primary{
  background:var(--ink);color:var(--bg);
  padding:18px 28px;border-radius:999px;
  font-weight:500;font-size:15px;
  display:inline-flex;align-items:center;gap:10px;
  transition:transform .15s, background .15s;
}
.btn-primary:hover{background:#222;transform:translateY(-2px)}
.btn-primary svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}
.btn-secondary{
  border:1px solid var(--ink);
  padding:18px 28px;border-radius:999px;
  font-weight:500;font-size:15px;
  display:inline-flex;align-items:center;gap:10px;
  background:transparent;
  transition:background .15s,color .15s;
}
.btn-secondary:hover{background:var(--ink);color:var(--bg)}

/* Hero photo (replaces old hero-product) */
.hero-photo{
  position:relative;
  border-radius:32px;
  aspect-ratio:1/1.05;
  overflow:hidden;
  display:flex;flex-direction:column;justify-content:space-between;
  background:var(--bg-2);
}
.hero-photo img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
}
.hero-photo-overlay{
  position:relative;
  align-self:flex-start;margin:24px;
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;background:rgba(245,241,232,.95);
  border-radius:999px;font-size:12px;font-weight:500;
  backdrop-filter:blur(6px);
}
.hero-photo-overlay .dot{width:6px;height:6px;border-radius:999px;background:var(--green)}
.hero-photo-card{
  position:relative;
  margin:24px;
  background:var(--bg);
  border:1px solid var(--ink);
  border-radius:18px;
  padding:18px 20px;
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;
}
.hero-photo-card-info h4{
  font-family:var(--display);font-weight:600;font-size:17px;line-height:1.15;
  margin-bottom:4px;
}
.hero-photo-card-info span{font-size:11px;color:var(--muted)}
.hero-photo-card-price{text-align:right}
.hero-photo-card-price strong{
  font-family:var(--display);font-weight:700;font-size:22px;letter-spacing:-.01em;
}
.hero-photo-card-price small{display:block;font-size:11px;color:var(--muted);margin-top:2px}

/* Product image: photo instead of SVG illustration */
.product-image.photo{
  background:var(--bg-2);
  overflow:hidden;
}
.product-image.photo img{
  width:100%;height:100%;
  object-fit:contain;
  padding:20px;
  transition:transform .35s ease;
}
.product-card:hover .product-image.photo img{
  transform:scale(1.06);
}

/* Free battery ribbon */
.free-battery-ribbon{
  position:absolute;top:16px;right:16px;
  background:var(--accent);
  color:var(--ink);
  padding:8px 14px;border-radius:999px;
  font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  display:flex;align-items:center;gap:6px;
  z-index:3;
  box-shadow:0 6px 14px -4px rgba(255,199,0,.5);
}
.free-battery-ribbon svg{width:12px;height:12px;stroke:var(--ink);stroke-width:2.5;fill:none}

/* Featured products grid (4 main offers) */
.featured-products{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

/* Devis section (other powers) */
.devis-section{
  background:var(--ink);
  color:var(--bg);
  border-radius:32px;
  margin:0 32px;
  padding:64px 48px;
  max-width:1416px;
  margin-left:auto;margin-right:auto;
}
.devis-section .section-eyebrow{color:#a0998a}
.devis-section .section-eyebrow::before{background:var(--bg)}
.devis-section h2{color:var(--bg);font-family:var(--display);font-weight:600;font-size:clamp(32px,4vw,52px);line-height:.95;letter-spacing:-.025em;margin-bottom:16px}
.devis-section .devis-lede{color:#a0998a;font-size:16px;max-width:60ch;margin-bottom:40px}
.devis-table{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
}
.devis-row{
  background:#1a1a1a;border:1px solid #2a2a2a;
  border-radius:20px;padding:24px;
  display:flex;flex-direction:column;
  transition:border-color .2s,background .2s;
  cursor:pointer;
}
.devis-row:hover,.devis-row.active{border-color:var(--accent);background:#222}
.devis-table--page .devis-row.active{
  box-shadow:0 0 0 2px var(--accent);
}
.devis-row .devis-power{
  font-family:var(--display);font-weight:700;
  font-size:32px;letter-spacing:-.015em;line-height:1;
  margin-bottom:6px;
}
.devis-row .devis-power sup{font-size:14px;color:var(--accent);font-weight:600;vertical-align:top}
.devis-row .devis-type{
  font-size:11px;color:#a0998a;letter-spacing:.06em;text-transform:uppercase;
  margin-bottom:18px;
}
.devis-row .devis-batt{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;color:var(--bg);margin-bottom:18px;
}
.devis-row .devis-batt svg{width:14px;height:14px;stroke:var(--accent);stroke-width:1.7;fill:none}
.devis-row .devis-price{
  font-family:var(--display);font-weight:700;
  font-size:28px;letter-spacing:-.015em;line-height:1;
  margin-bottom:14px;
}
.devis-row .devis-cta{
  margin-top:auto;
  background:var(--accent);color:var(--ink);
  padding:11px 16px;border-radius:999px;
  font-size:13px;font-weight:500;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  width:100%;
  transition:background .15s;
}
.devis-row .devis-cta:hover{background:var(--bg)}
.devis-row .devis-cta svg{width:13px;height:13px;stroke:currentColor;stroke-width:2;fill:none}

/* Hero stats strip */
.hero-stats{
  display:grid;grid-template-columns:repeat(4,1fr);
  margin-top:80px;padding-top:30px;
  border-top:1px solid var(--line);
  gap:24px;
}
.hero-stat .num{
  font-family:var(--display);font-weight:600;
  font-size:42px;line-height:1;letter-spacing:-.02em;
  display:flex;align-items:baseline;gap:4px;
}
.hero-stat .num sup{font-size:18px;color:var(--accent-deep);font-weight:600}
.hero-stat .label{
  font-size:13px;color:var(--muted);margin-top:8px;line-height:1.3;max-width:24ch;
}

/* ---------- Marquee ---------- */
.marquee{
  background:var(--ink);color:var(--bg);
  overflow:hidden;
  padding:18px 0;
  font-family:var(--display);
  font-weight:500;font-size:28px;letter-spacing:-.01em;
}
.marquee-track{
  display:flex;gap:48px;
  animation:marquee 40s linear infinite;
  white-space:nowrap;
  width:max-content;
}
.marquee-track span{display:inline-flex;align-items:center;gap:48px}
.marquee-track .star{color:var(--accent);font-size:24px}
@keyframes marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* ---------- Categories ---------- */
.section{padding:90px 32px;max-width:1480px;margin:0 auto}
.section-head{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:24px;margin-bottom:48px;
}
.section-eyebrow{
  font-size:12px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--muted);font-weight:500;
  display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;
}
.section-eyebrow::before{
  content:"";width:24px;height:1px;background:var(--ink);
}
.section h2{
  font-family:var(--display);
  font-weight:600;font-size:clamp(38px,5vw,64px);line-height:.95;
  letter-spacing:-.025em;
  max-width:18ch;
}
.section-head .link-arrow{
  font-size:14px;font-weight:500;
  display:inline-flex;align-items:center;gap:8px;
  padding:12px 18px;border:1px solid var(--ink);border-radius:999px;
  flex-shrink:0;
}
.section-head .link-arrow:hover{background:var(--ink);color:var(--bg)}

.cat-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.cat-card{
  background:var(--card);
  border-radius:24px;
  padding:24px 24px 28px;
  display:flex;flex-direction:column;
  position:relative;overflow:hidden;
  transition:transform .25s,box-shadow .25s;
  cursor:pointer;
  min-height:280px;
  border:1px solid transparent;
}
.cat-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -20px rgba(12,12,12,.18);border-color:var(--line)}
.cat-card .num{
  font-family:var(--display);font-weight:700;
  font-size:88px;line-height:.85;letter-spacing:-.04em;
  margin-bottom:6px;
}
.cat-card .num sup{font-size:24px;color:var(--accent-deep);vertical-align:top;font-weight:600}
.cat-card h3{
  font-family:var(--display);font-weight:600;
  font-size:20px;letter-spacing:-.01em;line-height:1.15;
  margin-bottom:6px;
}
.cat-card p{font-size:13px;color:var(--muted)}
.cat-card .arrow{
  position:absolute;bottom:24px;right:24px;
  width:40px;height:40px;border-radius:999px;
  background:var(--bg);border:1px solid var(--ink);
  display:flex;align-items:center;justify-content:center;
  transition:background .2s,color .2s;
}
.cat-card:hover .arrow{background:var(--accent);border-color:var(--accent)}
.cat-card .arrow svg{width:16px;height:16px;stroke:var(--ink);stroke-width:2;fill:none}
.cat-card.featured{
  background:var(--ink);color:var(--bg);
}
.cat-card.featured .num sup{color:var(--accent)}
.cat-card.featured p{color:#a0998a}
.cat-card.featured .arrow{background:var(--accent);border-color:var(--accent)}
.cat-card.featured:hover .arrow{background:var(--bg);border-color:var(--bg)}

/* By Type chips section */
.types-section{padding:0 32px 30px;max-width:1480px;margin:0 auto;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.type-chip{
  padding:14px 22px;border:1px solid var(--ink);
  border-radius:999px;font-size:14px;font-weight:500;
  background:transparent;
  display:inline-flex;align-items:center;gap:10px;
  transition:background .15s,color .15s;
  cursor:pointer;
}
.type-chip:hover, .type-chip.active{background:var(--ink);color:var(--bg)}
.type-chip svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;fill:none}

/* ---------- Products grid ---------- */
.products{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.product-card{
  background:var(--card);
  border-radius:24px;
  overflow:hidden;
  position:relative;
  transition:transform .25s, box-shadow .25s;
  display:flex;flex-direction:column;
  border:1px solid transparent;
}
.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 40px -22px rgba(12,12,12,.2);border-color:var(--line)}
.product-image{
  aspect-ratio:1/1;
  background:var(--bg-2);
  position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
}
.product-image .badge{
  position:absolute;top:16px;left:16px;
  display:inline-flex;align-items:center;gap:6px;
  background:var(--ink);color:var(--bg);
  padding:6px 12px;border-radius:999px;
  font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;
  z-index:2;
}
.product-image .badge.bestseller{background:var(--accent);color:var(--ink)}
.product-image .badge.promo{background:var(--red);color:#fff}
.product-image .fav{
  position:absolute;top:16px;right:16px;z-index:2;
  width:38px;height:38px;border-radius:999px;
  background:rgba(255,255,255,.85);
  display:flex;align-items:center;justify-content:center;
  backdrop-filter:blur(6px);
  border:1px solid var(--line);
}
.product-image .fav svg{width:16px;height:16px;stroke:var(--ink);stroke-width:1.7;fill:none}
.product-image .fav:hover svg{fill:var(--red);stroke:var(--red)}
.product-image .panel-illu{
  width:80%;transform:rotate(-6deg);
  transition:transform .35s ease;
}
.product-card:hover .panel-illu{transform:rotate(-6deg) scale(1.06)}
.product-info{
  padding:20px 22px 22px;
  display:flex;flex-direction:column;flex-grow:1;
}
.product-meta{
  font-size:11px;letter-spacing:.08em;text-transform:uppercase;
  color:var(--muted);font-weight:500;margin-bottom:8px;
}
.product-info h3{
  font-family:var(--display);font-weight:600;
  font-size:19px;letter-spacing:-.015em;line-height:1.2;
  margin-bottom:10px;
}
.product-specs{
  display:flex;gap:14px;font-size:12px;color:var(--muted);
  margin-bottom:14px;flex-wrap:wrap;
}
.product-specs span{display:inline-flex;align-items:center;gap:5px}
.product-specs svg{width:13px;height:13px;stroke:var(--muted);stroke-width:1.7;fill:none}
.product-bottom{
  margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;
}
.product-price{
  font-family:var(--display);font-weight:700;
  font-size:24px;letter-spacing:-.015em;line-height:1;
}
.product-price small{
  display:block;font-size:11px;color:var(--muted);
  font-weight:400;font-family:var(--body);margin-top:6px;
}
.product-price del{
  display:block;font-size:13px;color:var(--muted);
  font-weight:400;font-family:var(--body);margin-bottom:4px;
}
.add-cart{
  width:46px;height:46px;border-radius:999px;
  background:var(--ink);color:var(--bg);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;transition:background .15s,transform .15s;
}
.add-cart:hover{background:var(--accent);color:var(--ink);transform:rotate(90deg)}
.add-cart svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}

/* ---------- Marques ---------- */
.brands-section{
  background:var(--ink);
  color:var(--bg);
  margin:60px 0 0;
  border-radius:40px 40px 0 0;
}
.brands-inner{padding:90px 32px;max-width:1480px;margin:0 auto}
.brands-section .section-eyebrow{color:#a0998a}
.brands-section .section-eyebrow::before{background:var(--bg)}
.brands-section h2{color:var(--bg)}
.brands-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:1px;background:#2a2a2a;
  border:1px solid #2a2a2a;border-radius:24px;overflow:hidden;
  margin-top:60px;
}
.brand-card{
  background:var(--ink);
  padding:48px 36px;
  display:flex;flex-direction:column;justify-content:space-between;
  min-height:260px;
  transition:background .2s;
}
.brand-card:hover{background:#1a1a1a}
.brand-name{
  font-family:var(--display);font-weight:700;
  font-size:36px;letter-spacing:-.02em;line-height:1;
}
.brand-card p{color:#a0998a;font-size:13px;line-height:1.5;margin-top:14px;max-width:30ch}
.brand-card .role{
  display:inline-block;
  font-size:11px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--accent);font-weight:600;margin-top:auto;
  padding-top:24px;
}

/* ---------- Process / How it works ---------- */
.process{padding:90px 32px;max-width:1480px;margin:0 auto}
.process-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
  margin-top:50px;
}
.step{
  position:relative;
  padding-top:30px;
}
.step::before{
  content:"";position:absolute;top:0;left:0;right:0;
  height:1px;background:var(--ink);
}
.step .step-num{
  font-family:var(--display);font-weight:600;
  font-size:13px;letter-spacing:.04em;
  margin-bottom:30px;
  display:flex;align-items:center;justify-content:space-between;
}
.step .step-num span:last-child{color:var(--muted);font-weight:400}
.step h4{
  font-family:var(--display);font-weight:600;
  font-size:24px;letter-spacing:-.015em;line-height:1.15;
  margin-bottom:12px;
}
.step p{font-size:14px;color:var(--muted);line-height:1.55}

/* ---------- Configurator strip ---------- */
.configurator{
  background:var(--accent);
  border-radius:32px;
  padding:60px 48px;
  margin:0 32px;
  max-width:1416px;
  margin-left:auto;margin-right:auto;
  display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;
  position:relative;overflow:hidden;
}
.configurator::before{
  content:"";position:absolute;
  top:-20%;right:-10%;width:50%;aspect-ratio:1;
  background:radial-gradient(circle,#fff 0%,transparent 60%);
  opacity:.5;pointer-events:none;
}
.configurator h2{
  font-family:var(--display);font-weight:600;
  font-size:clamp(36px,4.5vw,56px);line-height:.95;
  letter-spacing:-.025em;
  margin-bottom:18px;
}
.configurator p{font-size:16px;line-height:1.5;max-width:42ch;margin-bottom:28px}
.configurator .btn-primary{background:var(--ink);color:var(--accent)}
.config-mockup{
  background:var(--bg);border-radius:20px;padding:24px;
  position:relative;z-index:1;
  border:1px solid var(--ink);
}
.config-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;border-bottom:1px solid var(--line);
}
.config-row:last-of-type{border:none}
.config-row .lab{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:500}
.config-row .val{font-family:var(--display);font-weight:600;font-size:18px}
.config-total{
  display:flex;align-items:center;justify-content:space-between;
  margin-top:18px;padding-top:18px;border-top:2px solid var(--ink);
}
.config-total .lab{font-size:13px}
.config-total .val{font-size:32px}

/* ---------- Reviews / Testimonials ---------- */
.reviews{padding:90px 32px;max-width:1480px;margin:0 auto}
.reviews-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:50px;
}
.review-card{
  background:var(--card);
  border-radius:24px;
  padding:32px 30px;
  display:flex;flex-direction:column;
  border:1px solid var(--line);
}
.review-stars{color:var(--accent-deep);font-size:18px;margin-bottom:18px;letter-spacing:2px}
.review-card p{font-size:16px;line-height:1.55;margin-bottom:24px;font-family:var(--display);font-weight:400}
.review-author{
  margin-top:auto;display:flex;align-items:center;gap:14px;
  padding-top:18px;border-top:1px solid var(--line);
}
.review-author .avatar{
  width:44px;height:44px;border-radius:999px;
  background:var(--bg-2);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--display);font-weight:600;font-size:16px;
  flex-shrink:0;
}
.review-author .info strong{display:block;font-weight:600;font-size:14px}
.review-author .info span{font-size:12px;color:var(--muted)}

/* ---------- Blog teaser ---------- */
.blog-section{padding:90px 32px;max-width:1480px;margin:0 auto}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:50px}
.blog-card{
  display:flex;flex-direction:column;
}
.blog-image{
  aspect-ratio:4/3;
  background:var(--bg-2);
  border-radius:20px;overflow:hidden;
  margin-bottom:18px;
  position:relative;
  display:flex;align-items:center;justify-content:center;
}
.blog-image img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.blog-card:hover .blog-image img{transform:scale(1.04)}
.blog-tag{
  display:inline-block;
  font-size:11px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--muted);font-weight:500;margin-bottom:10px;
}
.blog-card h3{
  font-family:var(--display);font-weight:600;
  font-size:22px;letter-spacing:-.015em;line-height:1.2;
}
.blog-card:hover h3{text-decoration:underline}

/* ---------- FAQ ---------- */
.faq-section{padding:90px 32px;max-width:1100px;margin:0 auto}
.faq-section .section-head{flex-direction:column;align-items:center;text-align:center}
.faq-section .section-head h2{margin:0 auto}
.faq-list{margin-top:40px}
.faq-item{
  border-bottom:1px solid var(--line);
  padding:24px 0;
}
.faq-item summary{
  list-style:none;cursor:pointer;
  display:flex;align-items:flex-start;justify-content:space-between;gap:24px;
  font-family:var(--display);font-weight:600;font-size:20px;line-height:1.3;letter-spacing:-.01em;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .plus{
  flex-shrink:0;width:32px;height:32px;border-radius:999px;
  border:1px solid var(--ink);
  display:flex;align-items:center;justify-content:center;
  transition:background .2s,transform .25s;
}
.faq-item summary .plus svg{width:14px;height:14px;stroke:var(--ink);stroke-width:2;fill:none;transition:transform .25s}
.faq-item[open] summary .plus{background:var(--accent);border-color:var(--accent)}
.faq-item[open] summary .plus svg{transform:rotate(45deg)}
.faq-item p{
  margin-top:14px;color:var(--muted);font-size:15px;line-height:1.55;
  max-width:80ch;
}

/* ---------- Newsletter / Footer ---------- */
.newsletter{
  background:var(--ink);color:var(--bg);
  padding:80px 32px;
}
.newsletter-inner{
  max-width:1480px;margin:0 auto;
  display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;
}
.newsletter h2{
  font-family:var(--display);font-weight:600;
  font-size:clamp(36px,4.5vw,56px);line-height:.95;
  letter-spacing:-.025em;
}
.newsletter h2 em{font-style:italic;color:var(--accent);font-weight:500}
.newsletter-form{
  display:flex;background:#1a1a1a;border:1px solid #2a2a2a;
  border-radius:999px;padding:6px 6px 6px 24px;
}
.newsletter-form input{
  flex:1;background:transparent;border:none;outline:none;
  color:var(--bg);font-family:inherit;font-size:15px;
}
.newsletter-form input::placeholder{color:#6b6358}
.newsletter-form button{
  background:var(--accent);color:var(--ink);
  padding:14px 24px;border-radius:999px;
  font-weight:500;font-size:14px;
  transition:background .15s;
}
.newsletter-form button:hover{background:#fff}
.newsletter small{display:block;color:#6b6358;font-size:12px;margin-top:14px}

.footer{
  background:var(--ink);color:var(--bg);
  padding:0 32px 32px;
}
.footer-inner{
  max-width:1480px;margin:0 auto;
  border-top:1px solid #2a2a2a;
  padding:60px 0 30px;
  display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:40px;
}
.footer-brand .logo .name{color:var(--bg)}
.footer-brand .logo .name small{color:#6b6358}
.footer-brand p{color:#a0998a;font-size:14px;line-height:1.5;margin-top:18px;max-width:34ch}
.footer-col h5{
  font-family:var(--display);font-weight:600;font-size:14px;
  margin-bottom:18px;letter-spacing:.04em;
}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:10px}
.footer-col a{color:#a0998a;font-size:14px}
.footer-col a:hover{color:var(--bg)}
.footer-bottom{
  max-width:1480px;margin:0 auto;
  border-top:1px solid #2a2a2a;padding-top:24px;
  display:flex;justify-content:space-between;align-items:center;
  font-size:12px;color:#6b6358;flex-wrap:wrap;gap:14px;
}
.payment-icons{display:flex;gap:10px}
.payment-icons span{
  background:#1a1a1a;border:1px solid #2a2a2a;
  padding:6px 12px;border-radius:6px;
  font-size:11px;font-weight:600;letter-spacing:.04em;
  color:#a0998a;
}

/* ---------- Cart Drawer ---------- */
.overlay{
  position:fixed;inset:0;background:rgba(12,12,12,.5);
  opacity:0;pointer-events:none;
  transition:opacity .3s;z-index:90;
}
.overlay.open{opacity:1;pointer-events:all}
.cart-drawer{
  position:fixed;top:0;right:0;bottom:0;
  width:min(440px,100%);
  background:var(--bg);
  z-index:100;
  transform:translateX(100%);
  transition:transform .35s cubic-bezier(.6,.05,.2,1);
  display:flex;flex-direction:column;
}
.cart-drawer.open{transform:translateX(0)}
.cart-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:24px 28px;border-bottom:1px solid var(--line);
}
.cart-head h3{
  font-family:var(--display);font-weight:600;font-size:22px;letter-spacing:-.01em;
}
.cart-close{
  width:38px;height:38px;border-radius:999px;
  background:var(--bg-2);
  display:flex;align-items:center;justify-content:center;
}
.cart-close svg{width:16px;height:16px;stroke:var(--ink);stroke-width:2;fill:none}
.cart-items{
  flex:1;overflow-y:auto;padding:8px 28px;
}
.cart-empty{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  height:100%;text-align:center;color:var(--muted);gap:18px;
  padding:40px 20px;
}
.cart-empty svg{width:48px;height:48px;stroke:var(--muted);stroke-width:1.4;fill:none}
.cart-empty p{font-family:var(--display);font-size:18px;font-weight:500;color:var(--ink)}
.cart-empty span{font-size:14px}
.cart-item{
  display:flex;gap:16px;padding:20px 0;
  border-bottom:1px solid var(--line);
}
.cart-item-img{
  width:84px;height:84px;flex-shrink:0;
  background:var(--bg-2);border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.cart-item-img svg{width:80%}
.cart-item-info{flex:1;display:flex;flex-direction:column}
.cart-item-info .meta{font-size:11px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}
.cart-item-info h4{font-family:var(--display);font-weight:600;font-size:15px;line-height:1.2;margin-bottom:8px}
.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}
.qty-control{
  display:inline-flex;align-items:center;
  border:1px solid var(--line);border-radius:999px;overflow:hidden;
}
.qty-control button{
  width:28px;height:28px;display:flex;align-items:center;justify-content:center;
  font-size:14px;color:var(--ink);
}
.qty-control button:hover{background:var(--bg-2)}
.qty-control input{
  width:28px;border:none;background:transparent;
  text-align:center;font-family:var(--display);font-weight:600;font-size:13px;
}
.qty-control input:focus{outline:none}
.cart-item-price{font-family:var(--display);font-weight:700;font-size:15px}
.cart-item-remove{
  font-size:12px;color:var(--muted);text-decoration:underline;
  margin-top:6px;background:none;border:none;cursor:pointer;align-self:flex-start;
}
.cart-item-remove:hover{color:var(--red)}
.cart-foot{
  padding:24px 28px;border-top:1px solid var(--line);
  background:var(--bg);
}
.cart-summary{
  display:flex;flex-direction:column;gap:8px;margin-bottom:18px;
}
.cart-summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--muted)}
.cart-summary-row.total{
  font-size:18px;color:var(--ink);
  font-family:var(--display);font-weight:700;
  padding-top:12px;border-top:1px solid var(--line);margin-top:6px;
}
.cart-summary-row.total span:last-child{font-size:24px}
.cart-actions{display:flex;flex-direction:column;gap:10px}
.cart-actions .btn-primary{justify-content:center;width:100%}
.cart-actions .btn-secondary{justify-content:center;width:100%}

/* ---------- Page views (Boutique, Produit, Checkout) ---------- */
.view{display:none}
.view.active{display:block}
.view-home{display:block}
.view.active.view-home{display:block}
body.page-shop .view-home,body.page-product .view-home,body.page-checkout .view-home,body.page-devis .view-home,body.page-guides .view-home,body.page-article .view-home{display:none}
body.page-shop .view-shop,body.page-product .view-product,body.page-checkout .view-checkout,body.page-devis .view-devis,body.page-guides .view-guides,body.page-article .view-article{display:block}

/* Breadcrumb */
.breadcrumb{
  padding:24px 32px;max-width:1480px;margin:0 auto;
  display:flex;gap:8px;font-size:13px;color:var(--muted);align-items:center;
}
.breadcrumb a:hover{color:var(--ink);text-decoration:underline}

/* Shop view */
.shop-head{padding:20px 32px 40px;max-width:1480px;margin:0 auto}
.shop-head h1{
  font-family:var(--display);font-weight:600;
  font-size:clamp(48px,6vw,80px);line-height:.95;letter-spacing:-.025em;
  margin-bottom:16px;
}
.shop-head p{color:var(--muted);font-size:16px;max-width:60ch}
.shop-layout{
  max-width:1480px;margin:0 auto;padding:0 32px 100px;
  display:grid;grid-template-columns:260px 1fr;gap:40px;
}
.filters h4{
  font-family:var(--display);font-weight:600;font-size:14px;
  text-transform:uppercase;letter-spacing:.06em;
  padding-bottom:14px;margin-bottom:14px;
  border-bottom:1px solid var(--ink);
}
.filter-group{margin-bottom:32px}
.filter-group h5{font-family:var(--display);font-weight:600;font-size:14px;margin-bottom:12px}
.filter-options{display:flex;flex-direction:column;gap:10px}
.filter-option{
  display:flex;align-items:center;justify-content:space-between;
  font-size:14px;cursor:pointer;
  padding:6px 0;
}
.filter-option label{display:flex;align-items:center;gap:10px;cursor:pointer}
.filter-option input{
  appearance:none;width:18px;height:18px;
  border:1px solid var(--ink);border-radius:5px;
  position:relative;cursor:pointer;
}
.filter-option input:checked{background:var(--ink)}
.filter-option input:checked::after{
  content:"";position:absolute;top:3px;left:6px;
  width:4px;height:8px;border:solid var(--bg);
  border-width:0 2px 2px 0;transform:rotate(45deg);
}
.filter-option .count{color:var(--muted);font-size:12px}
.shop-results{display:flex;flex-direction:column}
.shop-toolbar{
  display:flex;justify-content:space-between;align-items:center;
  padding-bottom:24px;margin-bottom:24px;
  border-bottom:1px solid var(--line);
  gap:16px;flex-wrap:wrap;
}
.shop-toolbar .count{font-size:14px;color:var(--muted)}
.sort-select{
  padding:10px 16px;border:1px solid var(--ink);border-radius:999px;
  background:transparent;font-size:13px;font-weight:500;
  cursor:pointer;font-family:inherit;
}
.shop-results .products{grid-template-columns:repeat(3,1fr)}

/* Product detail view */
.product-view{padding:20px 32px 100px;max-width:1480px;margin:0 auto}
.product-detail{
  display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:flex-start;
}
.product-gallery{
  background:var(--bg-2);
  border-radius:32px;
  aspect-ratio:1/1;
  display:flex;align-items:center;justify-content:center;
  position:relative;overflow:hidden;
  padding:50px;
}
.product-gallery .main-illu{width:75%;transform:rotate(-4deg)}
.product-gallery .badge{
  position:absolute;top:24px;left:24px;
  background:var(--ink);color:var(--bg);
  padding:8px 14px;border-radius:999px;
  font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
}
.gallery-thumbs{
  position:absolute;bottom:24px;left:24px;
  display:flex;gap:10px;
}
.gallery-thumbs button{
  width:64px;height:64px;border-radius:14px;
  background:var(--bg);border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;
  padding:8px;
  transition:border-color .15s;
}
.gallery-thumbs button.active{border-color:var(--ink);border-width:2px}
.gallery-thumbs svg{width:80%}

.product-info-detail .breadcrumb{padding:0 0 12px;margin-bottom:0}
.product-info-detail h1{
  font-family:var(--display);font-weight:600;
  font-size:clamp(34px,4vw,52px);line-height:1;letter-spacing:-.025em;
  margin-bottom:14px;
}
.product-info-detail .product-meta-row{
  display:flex;gap:14px;align-items:center;margin-bottom:24px;color:var(--muted);font-size:13px;
}
.product-info-detail .review-stars-mini{color:var(--accent-deep);letter-spacing:1px}
.product-info-detail .price-block{
  display:flex;align-items:baseline;gap:14px;margin-bottom:24px;
}
.product-info-detail .price-main{
  font-family:var(--display);font-weight:700;
  font-size:48px;letter-spacing:-.02em;line-height:1;
}
.product-info-detail .price-old{
  color:var(--muted);text-decoration:line-through;font-size:18px;
}
.product-info-detail .price-discount{
  background:var(--red);color:#fff;
  padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;
}
.product-info-detail .lede{
  font-size:16px;line-height:1.55;color:var(--muted);margin-bottom:24px;
}
.product-options{margin-bottom:24px}
.product-options h5{
  font-family:var(--display);font-weight:600;font-size:14px;
  margin-bottom:10px;text-transform:uppercase;letter-spacing:.06em;
}
.option-buttons{display:flex;gap:10px;flex-wrap:wrap}
.option-btn{
  padding:12px 18px;border:1px solid var(--line);border-radius:14px;
  background:transparent;font-size:14px;font-weight:500;
  display:flex;flex-direction:column;align-items:flex-start;gap:2px;
  text-align:left;cursor:pointer;
  transition:border-color .15s;
}
.option-btn small{font-size:11px;color:var(--muted);font-weight:400}
.option-btn:hover, .option-btn.active{border-color:var(--ink);border-width:2px;padding:11px 17px}

.product-actions{
  display:grid;grid-template-columns:auto 1fr;gap:12px;margin-bottom:24px;
}
.qty-big{
  display:flex;align-items:center;border:1px solid var(--ink);border-radius:14px;
  overflow:hidden;
}
.qty-big button{
  width:48px;height:54px;display:flex;align-items:center;justify-content:center;font-size:18px;
}
.qty-big button:hover{background:var(--bg-2)}
.qty-big input{
  width:48px;border:none;background:transparent;text-align:center;
  font-family:var(--display);font-weight:600;font-size:16px;
}
.qty-big input:focus{outline:none}
.btn-add-to-cart{
  background:var(--ink);color:var(--bg);
  border-radius:14px;font-weight:500;font-size:15px;
  display:flex;align-items:center;justify-content:center;gap:10px;
  transition:background .15s;
}
.btn-add-to-cart:hover{background:var(--accent);color:var(--ink)}
.btn-add-to-cart svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}

.product-perks{
  display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px;
  padding-top:24px;border-top:1px solid var(--line);
}
.perk{display:flex;gap:12px;align-items:flex-start}
.perk svg{width:22px;height:22px;stroke:var(--ink);stroke-width:1.6;fill:none;flex-shrink:0;margin-top:2px}
.perk strong{font-family:var(--display);font-weight:600;font-size:14px;display:block}
.perk span{font-size:12px;color:var(--muted)}

.product-tabs{margin-top:80px}
.product-tabs-nav{
  display:flex;gap:0;border-bottom:1px solid var(--line);margin-bottom:32px;
}
.product-tabs-nav button{
  padding:16px 24px;font-size:15px;font-weight:500;
  border-bottom:2px solid transparent;font-family:inherit;
  color:var(--muted);
}
.product-tabs-nav button.active{color:var(--ink);border-color:var(--ink)}
.product-tab-panels{min-height:200px}
.product-tab-panel{display:none}
.product-tab-panel.active{display:block}
.product-tab-prose{font-size:15px;line-height:1.7;color:var(--ink)}
.product-tab-prose p{margin:0 0 1.1em}
.product-tab-prose p:last-child{margin-bottom:0}
.product-tab-prose ul{list-style:none;margin:0;padding:0}
.product-tab-prose li{
  display:flex;align-items:flex-start;gap:10px;
  padding:10px 0;border-bottom:1px solid var(--line);font-size:14px;
}
.product-tab-prose li:last-child{border:none}
.product-tab-prose li svg{width:18px;height:18px;stroke:var(--green);stroke-width:2;fill:none;flex-shrink:0;margin-top:2px}
.specs-table{display:flex;flex-direction:column}
.specs-table .row{
  display:flex;justify-content:space-between;
  padding:14px 0;border-bottom:1px solid var(--line);font-size:14px;
}
.specs-table .row .lab{color:var(--muted)}
.specs-table .row .val{font-weight:500}
.includes-card{
  background:var(--bg-2);border-radius:24px;padding:32px;
}
.includes-card h4{
  font-family:var(--display);font-weight:600;font-size:18px;margin-bottom:20px;
}
.includes-card ul{list-style:none}
.includes-card li{
  display:flex;align-items:flex-start;gap:10px;
  padding:10px 0;border-bottom:1px solid var(--line);font-size:14px;
}
.includes-card li:last-child{border:none}
.includes-card li svg{width:18px;height:18px;stroke:var(--green);stroke-width:2;fill:none;flex-shrink:0;margin-top:2px}

/* Checkout view */
.checkout-view{padding:20px 32px 100px;max-width:1480px;margin:0 auto}
.checkout-grid{
  display:grid;grid-template-columns:1.5fr 1fr;gap:48px;align-items:flex-start;
  margin-top:24px;
}
.checkout-form h2{
  font-family:var(--display);font-weight:600;font-size:36px;letter-spacing:-.02em;line-height:1;
  margin-bottom:6px;
}
.checkout-form .form-section{
  background:var(--card);border-radius:24px;padding:32px;margin-top:24px;
  border:1px solid var(--line);
}
.checkout-form .form-section h3{
  font-family:var(--display);font-weight:600;font-size:20px;margin-bottom:20px;letter-spacing:-.01em;
  display:flex;align-items:center;gap:10px;
}
.form-section h3 .step-circle{
  width:28px;height:28px;border-radius:999px;background:var(--ink);color:var(--bg);
  display:inline-flex;align-items:center;justify-content:center;
  font-size:13px;
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-grid.full{grid-template-columns:1fr}
.field{display:flex;flex-direction:column;gap:6px}
.field label{font-size:12px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}
.field input, .field select, .field textarea{
  padding:14px 16px;border:1px solid var(--line);border-radius:12px;
  font-size:15px;font-family:inherit;background:var(--bg);
  transition:border-color .15s;
}
.field input:focus, .field select:focus, .field textarea:focus{outline:none;border-color:var(--ink)}
.payment-options{display:flex;flex-direction:column;gap:10px}
.payment-option{
  border:1px solid var(--line);border-radius:14px;
  padding:18px 20px;display:flex;align-items:center;gap:14px;
  cursor:pointer;transition:border-color .15s,background .15s;
}
.payment-option:hover{border-color:var(--ink)}
.payment-option.active{border-color:var(--ink);border-width:2px;padding:17px 19px;background:var(--bg-2)}
.payment-option input[type="radio"]{
  width:20px;height:20px;
  appearance:none;border:1px solid var(--ink);border-radius:999px;
  position:relative;cursor:pointer;flex-shrink:0;
}
.payment-option input[type="radio"]:checked{background:var(--ink)}
.payment-option input[type="radio"]:checked::after{
  content:"";position:absolute;top:5px;left:5px;width:8px;height:8px;
  border-radius:999px;background:var(--accent);
}
.payment-option-info{flex:1}
.payment-option-info strong{font-family:var(--display);font-weight:600;font-size:15px;display:block}
.payment-option-info span{font-size:12px;color:var(--muted)}
.payment-option-logo{
  font-family:var(--display);font-weight:700;font-size:14px;letter-spacing:.04em;
  padding:6px 12px;border:1px solid var(--line);border-radius:8px;
  background:var(--bg);
}

.checkout-summary{
  position:sticky;top:100px;
  background:var(--bg-2);border-radius:24px;padding:32px;
}
.checkout-summary h3{
  font-family:var(--display);font-weight:600;font-size:18px;margin-bottom:20px;
  padding-bottom:14px;border-bottom:1px solid var(--line);
}
.checkout-summary-items{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}
.checkout-summary-item{display:flex;gap:12px}
.checkout-summary-item-img{
  width:60px;height:60px;background:var(--bg);border-radius:10px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
}
.checkout-summary-item-img svg{width:80%}
.checkout-summary-item-info{flex:1;font-size:13px}
.checkout-summary-item-info strong{display:block;font-family:var(--display);font-weight:600;font-size:14px}
.checkout-summary-item-info span{color:var(--muted)}
.checkout-summary-item-price{font-family:var(--display);font-weight:600;font-size:14px}
.checkout-totals{
  padding-top:18px;border-top:1px solid var(--line);
  display:flex;flex-direction:column;gap:8px;
}
.checkout-totals .row{display:flex;justify-content:space-between;font-size:14px;color:var(--muted)}
.checkout-totals .row.total{
  font-size:18px;color:var(--ink);font-family:var(--display);font-weight:700;
  padding-top:12px;border-top:1px solid var(--line);margin-top:6px;
}
.checkout-totals .row.total span:last-child{font-size:24px}
.checkout-summary .btn-primary{width:100%;justify-content:center;margin-top:20px}
.trust-strip{
  margin-top:18px;display:flex;flex-direction:column;gap:8px;
  font-size:12px;color:var(--muted);
}
.trust-strip span{display:flex;align-items:center;gap:8px}
.trust-strip svg{width:14px;height:14px;stroke:var(--green);stroke-width:2;fill:none}

/* Toast */
.toast{
  position:fixed;bottom:24px;left:50%;
  transform:translateX(-50%) translateY(12px);
  background:var(--ink);color:var(--bg);
  padding:14px 20px;border-radius:999px;
  font-size:14px;font-weight:500;
  display:flex;align-items:center;gap:10px;
  z-index:200;
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .35s cubic-bezier(.6,.05,.2,1),transform .35s cubic-bezier(.6,.05,.2,1),visibility .35s;
  box-shadow:0 18px 40px -10px rgba(12,12,12,.4);
}
.toast.show{
  opacity:1;visibility:visible;pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.toast svg{width:18px;height:18px;stroke:var(--accent);stroke-width:2.2;fill:none}

/* Animations */
@keyframes fadeUp{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:translateY(0)}
}
.fade-up{animation:fadeUp .8s cubic-bezier(.2,.8,.2,1) both}
.delay-1{animation-delay:.08s}
.delay-2{animation-delay:.16s}
.delay-3{animation-delay:.24s}
.delay-4{animation-delay:.32s}

/* ----- Responsive ----- */
@media (max-width:1100px){
  .hero-grid{grid-template-columns:1fr;gap:60px}
  .hero-photo{aspect-ratio:1.4/1}
  .hero-stats{grid-template-columns:repeat(2,1fr)}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .products{grid-template-columns:repeat(3,1fr)}
  .featured-products{grid-template-columns:repeat(2,1fr)}
  .devis-table{grid-template-columns:repeat(2,1fr)}
  .brands-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:1fr}
  .blog-grid{grid-template-columns:1fr 1fr}
  .footer-inner{grid-template-columns:1.4fr 1fr 1fr;gap:32px}
  .product-detail{grid-template-columns:1fr}
  .product-tabs-content{grid-template-columns:1fr}
  .checkout-grid{grid-template-columns:1fr}
  .checkout-summary{position:static}
  .shop-layout{grid-template-columns:1fr}
  .filters{display:none}
  .shop-results .products{grid-template-columns:repeat(2,1fr)}
  .configurator{grid-template-columns:1fr}
  .newsletter-inner{grid-template-columns:1fr}
}
@media (max-width:720px){
  .topbar{font-size:11px;gap:14px;padding:8px 16px}
  .topbar span:nth-child(2){display:none}
  .header-inner{padding:14px 18px}
  .nav, .cta-pill{display:none}
  .burger{display:flex;width:42px;height:42px;border-radius:999px;align-items:center;justify-content:center;border:1px solid var(--line)}
  .burger svg{width:20px;height:20px;stroke:var(--ink);stroke-width:2;fill:none}
  .hero{padding:32px 18px 60px}
  .section{padding:60px 18px}
  .types-section{padding:0 18px 30px}
  .cat-grid{grid-template-columns:1fr}
  .products{grid-template-columns:1fr 1fr;gap:12px}
  .featured-products{grid-template-columns:1fr 1fr;gap:12px}
  .devis-table{grid-template-columns:1fr 1fr;gap:10px}
  .devis-section{padding:48px 24px;margin:0 18px;border-radius:24px}
  .devis-page{padding:0 18px 60px}
  .brands-inner{padding:60px 18px}
  .brands-grid{grid-template-columns:1fr}
  .process{padding:60px 18px}
  .process-grid{grid-template-columns:1fr}
  .blog-section{padding:60px 18px}
  .blog-grid{grid-template-columns:1fr}
  .faq-section{padding:60px 18px}
  .reviews{padding:60px 18px}
  .configurator{padding:36px 24px;margin:0 18px;border-radius:24px}
  .newsletter{padding:60px 18px}
  .newsletter-form{flex-direction:column;border-radius:18px;padding:8px}
  .newsletter-form input{padding:14px 16px}
  .newsletter-form button{width:100%}
  .footer{padding:0 18px 24px}
  .footer-inner{grid-template-columns:1fr;padding:40px 0 30px}
  .hero-stats{margin-top:50px}
  .hero h1{font-size:48px}
  .section h2{font-size:36px}
  .product-image{aspect-ratio:1/1}
  .shop-head{padding:10px 18px 20px}
  .shop-layout{padding:0 18px 60px}
  .shop-results .products{grid-template-columns:1fr 1fr}
  .product-view{padding:10px 18px 60px}
  .product-gallery{padding:30px;border-radius:24px}
  .product-detail{gap:30px}
  .checkout-view{padding:10px 18px 60px}
  .form-grid{grid-template-columns:1fr}
  .checkout-form .form-section{padding:24px}
  .checkout-summary{padding:24px}
  .breadcrumb{padding:18px}
  .product-info-detail h1{font-size:32px}
}

/* --- Store API extras --- */
body.page-success .view-home,body.page-success .view-shop,body.page-success .view-product,body.page-success .view-checkout,body.page-success .view-devis,body.page-success .view-guides,body.page-success .view-article,body.page-success .view-track{display:none}
body.page-success .view-success{display:block}
body.page-track .view-home,body.page-track .view-shop,body.page-track .view-product,body.page-track .view-checkout,body.page-track .view-devis,body.page-track .view-guides,body.page-track .view-article,body.page-track .view-success{display:none}
body.page-track .view-track{display:block}
body.page-devis .view-shop,body.page-devis .view-product,body.page-devis .view-checkout,body.page-devis .view-success,body.page-devis .view-guides,body.page-devis .view-article,body.page-devis .view-track{display:none}
body.page-guides .view-shop,body.page-guides .view-product,body.page-guides .view-checkout,body.page-guides .view-success,body.page-guides .view-devis,body.page-guides .view-article,body.page-guides .view-track{display:none}
body.page-article .view-shop,body.page-article .view-product,body.page-article .view-checkout,body.page-article .view-success,body.page-article .view-devis,body.page-article .view-guides,body.page-article .view-track{display:none}
.view-success,.view-track,.view-devis,.view-guides,.view-article{display:none}
.blog-card{cursor:pointer}
.guides-page{max-width:1480px;margin:0 auto;padding:40px 32px 100px}
.guides-page h1{
  font-family:var(--display);font-weight:600;
  font-size:clamp(40px,5vw,64px);line-height:.95;letter-spacing:-.025em;
  margin:12px 0 16px;
}
.guides-lede{color:var(--muted);font-size:16px;max-width:52ch;margin-bottom:40px}
.article-page{max-width:820px;margin:0 auto;padding:0 32px 100px}
.article-hero{
  border-radius:24px;overflow:hidden;margin-bottom:32px;
  aspect-ratio:16/9;background:var(--bg-2);
}
.article-hero img{width:100%;height:100%;object-fit:cover}
.article-body .blog-tag{display:inline-block;margin-bottom:16px}
.article-body h1{
  font-family:var(--display);font-weight:600;
  font-size:clamp(32px,4vw,48px);line-height:1.05;letter-spacing:-.02em;
  margin-bottom:16px;
}
.article-excerpt{font-size:18px;color:var(--muted);line-height:1.5;margin-bottom:28px}
.article-content{font-size:16px;line-height:1.7;color:var(--ink)}
.article-content p{margin:0 0 1.2em}
.article-content p:last-child{margin-bottom:0}
.install-toggle{
  background:var(--bg-2);border:1px solid var(--line);border-radius:18px;
  padding:18px 20px;margin-bottom:24px;
}
.install-toggle label{display:flex;align-items:flex-start;gap:14px;cursor:pointer}
.install-toggle input{width:18px;height:18px;margin-top:3px;accent-color:var(--ink)}
.install-toggle strong{font-family:var(--display);font-weight:600;font-size:15px;display:block}
.install-toggle span{font-size:13px;color:var(--muted)}
.install-price{font-size:13px;color:var(--green);font-weight:600;margin-top:6px}
.cart-admin-fee,.checkout-admin-fee{font-size:13px;color:var(--muted)}
.success-view{padding:40px 32px 100px;max-width:900px;margin:0 auto;text-align:center}
.success-view .icon{
  width:72px;height:72px;border-radius:999px;background:var(--accent);
  display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px;
}
.success-view h1{font-family:var(--display);font-size:clamp(32px,5vw,48px);margin-bottom:12px}
.success-view p{color:var(--muted);font-size:16px;max-width:50ch;margin:0 auto 28px}
.success-box{
  background:var(--card);border:1px solid var(--line);border-radius:24px;
  padding:28px;text-align:left;margin:32px 0;
}
.success-box .row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}
.success-box .row:last-child{border:none;font-weight:600;font-size:16px}
.devis-page{
  max-width:720px;margin:0 auto;padding:0 32px 100px;
}
.devis-page-head{margin-bottom:32px}
.devis-page-head h1{
  font-family:var(--display);font-weight:600;
  font-size:clamp(36px,5vw,56px);line-height:.95;letter-spacing:-.025em;
  margin:12px 0 16px;
}
.devis-page-head p{color:var(--muted);font-size:16px;max-width:52ch}
.devis-kit-context{
  margin-top:12px;padding:12px 16px;border-radius:12px;
  background:var(--bg-2);border:1px solid var(--line);
  font-size:14px;font-weight:500;color:var(--ink);
}
.devis-page-form{
  margin-top:8px;
  max-width:100%;
}
.devis-page-form .form-row-2{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;
}
.devis-page-form .field{margin-bottom:0}
.devis-page-form .field + .field,
.devis-page-form .form-row-2 + .field{margin-top:14px}
.devis-page-form .devis-install-toggle{
  margin-top:18px;width:fit-content;max-width:100%;align-self:start;
  padding:14px 16px;
}
.devis-page-form .btn-primary{margin-top:22px;width:fit-content}
.devis-install-toggle label{
  display:inline-flex;align-items:flex-start;gap:12px;
}
.devis-install-toggle label > div{
  flex:0 1 auto;max-width:36ch;line-height:1.45;
}
.devis-install-toggle strong{font-size:14px}
.devis-install-toggle span{font-size:12px;display:block;margin-top:2px}
@media (max-width:640px){
  .devis-page-form .form-row-2{grid-template-columns:1fr}
}

.track-panel{
  max-width:560px;margin:40px auto;padding:32px;
  background:var(--card);border:1px solid var(--line);border-radius:24px;
}
.track-panel h3{font-family:var(--display);margin-bottom:16px}
.quote-form{display:grid;gap:14px;margin-top:24px;max-width:100%}
.quote-form .field label{display:block;font-size:12px;font-weight:500;margin-bottom:6px;color:var(--muted)}
.quote-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.quote-form select,.quote-form textarea{
  width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:12px;
  background:var(--card);font-family:inherit;font-size:14px;
}
.quote-form input[type="checkbox"],.quote-form input[type="radio"]{
  width:18px;height:18px;min-width:18px;padding:0;flex-shrink:0;
  margin:2px 0 0;accent-color:var(--ink);
}
.quote-form textarea{min-height:90px;resize:vertical}
.loading-overlay{
  position:fixed;inset:0;background:rgba(245,241,232,.7);
  display:none;align-items:center;justify-content:center;z-index:200;
}
.loading-overlay.show{display:flex}
.spinner{
  width:40px;height:40px;border:3px solid var(--line);border-top-color:var(--ink);
  border-radius:50%;animation:spin .8s linear infinite;
}
@keyframes spin{to{transform:rotate(360deg)}}
.alert-error{
  background:#fde8e4;color:var(--red);padding:12px 16px;border-radius:12px;
  font-size:14px;margin-bottom:16px;white-space:pre-wrap;line-height:1.45;
}
.checkout-error-banner{max-width:1480px;margin:16px auto 0;padding:12px 16px}
.checkout-summary .btn-primary:disabled{
  opacity:.55;cursor:not-allowed;transform:none;
}
.checkout-notice{
  font-size:13px;color:var(--ink);background:var(--accent-soft,#fff8e0);
  border:1px solid var(--accent,#ffc700);border-radius:12px;padding:12px 14px;
  margin-bottom:12px;line-height:1.45;
}
.toast.error{background:var(--red);color:#fff}
.toast.error svg{stroke:#fff}
.hidden{display:none!important}
