/* ==========================================================================
   Poêles Provence (Proweltek) — feuille de style principale
   Base commune avec le site proweltek.com (PWT2) : mêmes tokens, header,
   footer, boutons, formulaires. Ajouts : coloris, fiche technique, FAQ, vidéo.
   ========================================================================== */

:root {
  --color-primary: #0b2a4a;
  --color-primary-dark: #071b30;
  --color-primary-light: #133b66;
  --color-accent: #ff7a1a;          /* décoratif, texte sur fond sombre */
  --color-accent-strong: #b84d08;   /* boutons et texte sur fond clair (AA) */
  --color-accent-strong-dark: #973f06;
  --color-bg: #ffffff;
  --color-bg-alt: #f4f7fa;
  --color-bg-warm: #faf6ef;
  --color-bg-warm-2: #f3ece0;
  --color-text: #1c2b39;
  --color-text-muted: #5b6b7a;
  --color-border: #e1e7ec;
  --color-border-warm: #e8dfd0;
  --radius: 10px;
  --shadow: 0 6px 24px rgba(11, 42, 74, 0.08);
  --container-width: 1180px;
  --font-heading: "Poppins", "Segoe UI", Arial, sans-serif;
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 84px; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--color-primary);
  line-height: 1.25;
  margin: 0 0 .6em;
}

h1 { font-size: clamp(2rem, 4vw, 2.9rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.2rem; }

p { margin: 0 0 1em; color: var(--color-text-muted); }
strong { color: var(--color-primary); }

a { color: var(--color-primary); text-decoration: none; }
a:hover { color: var(--color-accent-strong); }

:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 2px; }

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--color-accent-strong);
  color: #fff;
  padding: 10px 16px;
  z-index: 2000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  padding: .8em 1.6em;
  border-radius: 999px;
  font-weight: 600;
  font-family: var(--font-heading);
  font-size: .95rem;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-2px); }

.btn-cta {
  background: var(--color-accent-strong);
  color: #fff;
  box-shadow: 0 8px 20px rgba(184, 77, 8, .28);
}
.btn-cta:hover { background: var(--color-accent-strong-dark); color: #fff; }

.btn-outline {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-outline:hover { background: var(--color-primary); color: #fff; }

.btn-outline-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.6);
}
.btn-outline-light:hover { background: #fff; color: var(--color-primary); }

.btn-block { display: block; width: 100%; }
.btn-small { padding: .6em 1.2em; font-size: .88rem; }

/* ---- Top bar (distributeur exclusif) ---- */
.topbar {
  background: var(--color-primary-dark);
  color: rgba(255,255,255,.85);
  font-size: .82rem;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 7px 20px;
}
.topbar p { margin: 0; color: inherit; }
.topbar strong { color: #ffb27a; font-weight: 600; }
.topbar a { color: #fff; font-weight: 600; white-space: nowrap; }
.topbar a:hover { color: #ffb27a; }
@media (max-width: 640px) {
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-phone { display: none; }
}

/* ---- Header ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid var(--color-border);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 20px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--color-primary);
  white-space: nowrap;
  line-height: 1.1;
}
.logo svg { width: 34px; height: 34px; flex-shrink: 0; }
.logo-text span { color: var(--color-accent-strong); }
.logo small {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .68rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-top: 3px;
}
.logo:hover { color: var(--color-primary); }

.main-nav { margin-left: auto; }
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.main-nav a {
  white-space: nowrap;
  font-weight: 600;
  color: var(--color-primary);
  font-size: .93rem;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--color-accent-strong);
  border-bottom-color: var(--color-accent);
}

.header-cta { flex-shrink: 0; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 8px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--color-primary);
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1140px) {
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--color-border);
    box-shadow: var(--shadow);
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
  }
  .main-nav.is-open { max-height: 460px; }
  .main-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 10px 20px 20px;
  }
  .main-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--color-border); }
  .nav-toggle { display: flex; }
}
@media (max-width: 640px) {
  .header-cta { display: none; }
  .nav-toggle { margin-left: auto; }
}

/* ---- Hero (accueil) ---- */
.hero-provence {
  background: linear-gradient(180deg, var(--color-bg-warm) 0%, var(--color-bg-warm-2) 100%);
  padding: 56px 0 0;
  text-align: center;
}
.hero-provence h1 { max-width: 22ch; margin-left: auto; margin-right: auto; }
.hero-provence .lead {
  font-size: 1.15rem;
  max-width: 62ch;
  margin: 0 auto 26px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.hero-visual-wide {
  margin: 44px auto 0;
  max-width: 1400px;
  padding: 0 20px;
}
.hero-visual-wide img {
  width: 100%;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 -10px 40px rgba(11, 42, 74, .10);
}
.hero-visual-wide figcaption {
  font-size: .8rem;
  color: var(--color-text-muted);
  padding: 10px 0 0;
}

.key-figures {
  background: var(--color-primary);
  color: #fff;
  padding: 26px 0;
}
.key-figures ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}
.key-figures strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--color-accent);
  line-height: 1.2;
}
.key-figures span { color: rgba(255,255,255,.8); font-size: .88rem; }
@media (max-width: 800px) {
  .key-figures ul { grid-template-columns: repeat(2, 1fr); }
  .key-figures li:last-child { grid-column: 1 / -1; }
}

/* ---- Page header (pages internes) ---- */
.page-header {
  background: var(--color-primary);
  color: #fff;
  padding: 54px 0;
  text-align: center;
}
.page-header h1 { color: #fff; margin-bottom: .3em; }
.page-header p { color: rgba(255,255,255,.82); max-width: 62ch; margin: 0 auto; }
.breadcrumb {
  font-size: .85rem;
  color: rgba(255,255,255,.7);
  margin-bottom: 14px;
}
.breadcrumb a { color: rgba(255,255,255,.9); }
.breadcrumb a:hover { color: #ffb27a; }

/* ---- Sections ---- */
section { padding: 70px 0; }
.section-alt { background: var(--color-bg-alt); }
.section-warm { background: var(--color-bg-warm); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-accent-strong);
  margin-bottom: 10px;
}

/* ---- Grids / cards ---- */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 900px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
}

.card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.card h3 { font-size: 1.08rem; margin-bottom: .4em; }
.card p { margin: 0; font-size: .95rem; }

.card-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(255, 122, 26, .12);
  color: var(--color-accent-strong);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.card-icon svg { width: 26px; height: 26px; }

/* ---- Bloc texte + image ---- */
.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  align-items: center;
}
.split--reverse { grid-template-columns: .95fr 1.05fr; }
.split--reverse .split-media { order: -1; }
.split-media img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.split-text h2 { margin-bottom: .5em; }
.split-text p strong { color: var(--color-primary); }
.check-list { list-style: none; padding: 0; margin: 0 0 1.2em; display: grid; gap: 10px; }
.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--color-text-muted);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0; top: .3em;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--color-accent-strong) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 10.5l3.2 3L15 7'/%3E%3C/svg%3E") center / 12px no-repeat;
}
@media (max-width: 860px) {
  .split, .split--reverse { grid-template-columns: 1fr; gap: 30px; }
  .split--reverse .split-media { order: 0; }
}

/* ---- Sélecteur de coloris ---- */
.swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 36px;
  padding: 0;
  list-style: none;
}
.swatch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  border: 2px solid var(--color-border-warm);
  background: #fff;
  font: 600 .92rem var(--font-heading);
  color: var(--color-primary);
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.swatch:hover { border-color: var(--color-accent); }
.swatch[aria-selected="true"] {
  border-color: var(--color-accent-strong);
  box-shadow: 0 0 0 3px rgba(255, 122, 26, .18);
}
.swatch-dot {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,.12);
  flex-shrink: 0;
  background: var(--dot, #ccc);
}

.color-panel {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  align-items: start;
}
.color-panel + .color-panel { margin-top: 60px; padding-top: 60px; border-top: 1px solid var(--color-border-warm); }
.js .color-panel + .color-panel { margin-top: 0; padding-top: 0; border-top: 0; }
.js .color-panel[hidden] { display: none; }

.color-stage {
  background: #fff;
  border: 1px solid var(--color-border-warm);
  border-radius: 14px;
  overflow: hidden;
}
.color-stage img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.color-thumbs {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}
.color-thumbs button {
  display: block;
  width: 100%;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.color-thumbs button[aria-current="true"] { border-color: var(--color-accent-strong); }
.color-thumbs img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
@media (max-width: 600px) { .color-thumbs { grid-template-columns: repeat(4, 1fr); } }

.color-info h3 { font-size: 1.6rem; margin-bottom: .2em; }
.color-info .color-tag {
  display: inline-block;
  font-size: .8rem;
  font-weight: 600;
  color: var(--color-accent-strong);
  background: rgba(255,122,26,.1);
  border-radius: 999px;
  padding: 3px 12px;
  margin-bottom: 16px;
}
.color-refs {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 18px;
  margin: 20px 0 24px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--color-border-warm);
  border-radius: var(--radius);
  font-size: .9rem;
}
.color-refs dt { font-weight: 600; color: var(--color-primary); }
.color-refs dd { margin: 0; color: var(--color-text-muted); font-variant-numeric: tabular-nums; }
.color-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 860px) {
  .color-panel { grid-template-columns: 1fr; gap: 26px; }
}

/* ---- Vidéo (façade légère, YouTube chargé au clic) ---- */
.video-wrap { max-width: 900px; margin: 0 auto; }
.video-facade {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.video-facade img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: opacity .2s ease; }
.video-facade:hover img { opacity: 1; }
.video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--color-accent-strong);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: transform .15s ease;
}
.video-facade:hover .video-play { transform: scale(1.07); }
.video-play svg { width: 34px; height: 34px; margin-left: 5px; fill: #fff; }
.video-facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-note { font-size: .82rem; text-align: center; margin-top: 12px; }

/* ---- Mosaïque d'ambiance ---- */
.mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  gap: 14px;
}
.mosaic figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; }
.mosaic picture { display: block; width: 100%; height: 100%; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 50% 50%); }
.mosaic figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 14px 10px;
  color: #fff;
  font: 600 .88rem var(--font-heading);
  background: linear-gradient(180deg, rgba(7,27,48,0), rgba(7,27,48,.78));
}
.mosaic .m-wide { grid-column: span 2; }
.mosaic .m-tall { grid-row: span 2; }
@media (max-width: 900px) {
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
}

/* ---- Encadré sécurité / note ---- */
.notice {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff7ef;
  border: 1px solid #f6d6b8;
  border-left: 4px solid var(--color-accent-strong);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin-top: 26px;
}
.notice svg { width: 26px; height: 26px; flex-shrink: 0; color: var(--color-accent-strong); margin-top: 2px; }
.notice p { margin: 0; color: var(--color-text); font-size: .93rem; }

/* ---- Fiche technique ---- */
.spec-layout {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 44px;
  align-items: start;
}
.spec-layout--even { grid-template-columns: 1fr 1fr; }
@media (max-width: 900px) { .spec-layout, .spec-layout--even { grid-template-columns: 1fr; } }
.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  font-size: .95rem;
}
.spec-table caption {
  text-align: left;
  font: 700 1.15rem var(--font-heading);
  color: var(--color-primary);
  padding-bottom: 14px;
}
.spec-table th,
.spec-table td {
  text-align: left;
  padding: 12px 18px;
  border-bottom: 1px solid var(--color-border);
  vertical-align: top;
}
.spec-table tr:last-child th,
.spec-table tr:last-child td { border-bottom: 0; }
.spec-table th { width: 42%; font-weight: 600; color: var(--color-primary); background: var(--color-bg-alt); }
.spec-table td { color: var(--color-text); }
.spec-table + .spec-table { margin-top: 36px; }

.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ref-table { min-width: 860px; }
.ref-table thead th { background: var(--color-primary); color: #fff; width: auto; }
.ref-table tbody th { width: auto; }
.ref-table td { font-variant-numeric: tabular-nums; }
.ref-table .swatch-dot { display: inline-block; width: 16px; height: 16px; vertical-align: -3px; margin-right: 8px; border-width: 1px; }

.aside-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 22px;
  text-align: center;
}
.aside-card + .aside-card { margin-top: 22px; }
.aside-card img { margin: 0 auto 12px; max-height: 420px; width: auto; }
.aside-card p { font-size: .88rem; margin: 0; }
.dim-figure svg { width: 100%; height: auto; max-width: 260px; margin: 0 auto 10px; display: block; }

/* ---- FAQ ---- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-group + .faq-group { margin-top: 44px; }
.faq-group h2 { font-size: 1.3rem; }
.faq-item {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  margin-bottom: 12px;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 54px 18px 22px;
  position: relative;
  font: 600 1rem var(--font-heading);
  color: var(--color-primary);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 22px; top: 50%;
  width: 11px; height: 11px;
  border-right: 2px solid var(--color-accent-strong);
  border-bottom: 2px solid var(--color-accent-strong);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq-item .faq-answer { padding: 0 22px 18px; }
.faq-item .faq-answer p:last-child { margin-bottom: 0; }

/* ---- CTA band ---- */
.cta-band {
  background: linear-gradient(120deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
  text-align: center;
  padding: 60px 0;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 60ch; margin: 0 auto 26px; }
.cta-band .cta-band-label { color: #ffb27a; margin: 0 auto 18px; }

.solutions { text-align: left; }
.solution-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.solution-card h3 { font-size: 1.1rem; }
.cta-band .solution-card p { color: var(--color-text-muted); max-width: none; margin: 0 0 1em; }
.solution-card .btn { margin-top: auto; }
@media (max-width: 900px) {
  .solutions { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
}

/* ---- Forms ---- */
.form-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
}
@media (max-width: 600px) { .form-card { padding: 24px 18px; } }
.form-grid { display: grid; gap: 20px; }
.form-grid.cols-2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 640px) { .form-grid.cols-2 { grid-template-columns: 1fr; } }

.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-weight: 600;
  font-size: .9rem;
  color: var(--color-primary);
}
.field .required { color: var(--color-accent-strong); }
.field input,
.field select,
.field textarea {
  font: inherit;
  padding: .75em .9em;
  border: 1px solid #cfd8e0;
  border-radius: 8px;
  background: #fbfcfd;
  color: var(--color-text);
  width: 100%;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 1px;
  border-color: var(--color-accent);
}
.field textarea { resize: vertical; min-height: 130px; }
.field-hint { font-size: .8rem; color: var(--color-text-muted); }
.field-checkbox { flex-direction: row; align-items: flex-start; gap: 10px; }
.field-checkbox input { margin-top: 4px; width: auto; }
.field-checkbox label { font-weight: 400; color: var(--color-text-muted); font-size: .88rem; }

.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.form-feedback {
  margin: 0;
  font-weight: 600;
  font-size: .92rem;
}
.form-feedback:empty { display: none; }
.form-feedback[data-state="success"] { color: #1c7a3d; }
.form-feedback[data-state="error"] { color: #c0392b; }

/* ---- Newsletter (footer) ---- */
.newsletter-field { display: flex; gap: 8px; }
.newsletter-field input {
  flex: 1;
  min-width: 0;
  padding: .65em .9em;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: #fff;
  font: inherit;
}
.newsletter-field input::placeholder { color: rgba(255,255,255,.6); }
.newsletter-field button {
  padding: .65em 1.1em;
  border-radius: 8px;
  border: none;
  background: var(--color-accent-strong);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.newsletter-field button:hover { background: var(--color-accent-strong-dark); }
.site-footer .form-feedback { margin-top: 10px; }
.site-footer .form-feedback[data-state="success"] { color: #8fe0a8; }
.site-footer .form-feedback[data-state="error"] { color: #ffb4a8; }

/* ---- Footer ---- */
.site-footer {
  background: var(--color-primary-dark);
  color: rgba(255,255,255,.75);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}
.footer-col h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
}
.footer-col p { color: rgba(255,255,255,.7); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { color: rgba(255,255,255,.8); }
.footer-col a:hover { color: #ffb27a; }
.logo-footer { color: #fff; margin-bottom: 14px; }
.logo-footer .logo-text span { color: #ffb27a; }
.logo-footer small { color: rgba(255,255,255,.6); }
.logo-footer:hover { color: #fff; }
address { font-style: normal; color: rgba(255,255,255,.7); margin-bottom: 10px; }
.page-content address { color: var(--color-text-muted); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 20px;
  font-size: .85rem;
}
.footer-bottom p { margin: 0; color: rgba(255,255,255,.6); }
.legal-links { list-style: none; display: flex; flex-wrap: wrap; gap: 20px; margin: 0; padding: 0; }
.legal-links a { color: rgba(255,255,255,.75); }
.legal-links a:hover { color: #ffb27a; }

/* ---- Pages de contenu simple (mentions légales…) ---- */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose ul { color: var(--color-text-muted); }

/* ---- Accueil : les deux gammes ---- */
.hero-home {
  background: linear-gradient(180deg, var(--color-bg-warm) 0%, var(--color-bg-warm-2) 100%);
  padding: 56px 0 90px;
  text-align: center;
}
.hero-home h1 { max-width: 24ch; margin: 0 auto .5em; }
.hero-home .lead { font-size: 1.12rem; max-width: 64ch; margin: 0 auto; }
.ranges { padding-top: 0; margin-top: -60px; }
.range-grid { align-items: stretch; gap: 30px; }
.range-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--color-border-warm);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(11, 42, 74, .10);
}
.range-card-img img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; transition: transform .4s ease; }
.range-card-img { display: block; overflow: hidden; }
.range-card:hover .range-card-img img { transform: scale(1.03); }
.range-card-body { display: flex; flex-direction: column; padding: 26px 28px 30px; flex: 1; }
.range-card-body h2 { margin-bottom: .35em; }
.range-card-body .btn { margin-top: auto; }
.mini-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--color-border);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  margin: 0 0 18px;
}
.mini-specs div { background: var(--color-bg-alt); padding: 10px 14px; }
.mini-specs dt { font-size: .76rem; text-transform: uppercase; letter-spacing: .05em; color: var(--color-text-muted); }
.mini-specs dd { margin: 2px 0 0; font: 600 .98rem var(--font-heading); color: var(--color-primary); }
.range-dots { display: flex; align-items: center; gap: 6px; margin: 0 0 22px; font-size: .88rem; font-weight: 600; color: var(--color-primary); }
.range-dots .swatch-dot { width: 22px; height: 22px; }
.range-dots span[aria-hidden] { margin-left: 8px; }

.common-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.common-strip li {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 20px 12px;
  text-align: center;
}
.common-strip svg { width: 28px; height: 28px; color: var(--color-accent-strong); margin: 0 auto 10px; display: block; }
.common-strip strong { display: block; font-family: var(--font-heading); }
.common-strip span { font-size: .86rem; color: var(--color-text-muted); }
@media (max-width: 900px) { .common-strip { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .common-strip { grid-template-columns: repeat(2, 1fr); } }

.compare-teaser { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
@media (max-width: 900px) { .compare-teaser { grid-template-columns: 1fr; } }

/* ---- Tableaux comparatifs ---- */
.compare-table thead th { background: var(--color-primary); color: #fff; width: auto; }
.compare-table th[scope="row"] { width: 30%; }
.compare-table td { width: 35%; }
.compare-table .group-row th {
  background: var(--color-bg-warm-2);
  color: var(--color-accent-strong);
  font: 700 .78rem var(--font-heading);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.compare-table tr.is-diff td { background: #fff5eb; }
.compare-table tr.is-diff th[scope="row"] { box-shadow: inset 4px 0 0 var(--color-accent); }
.compare-table--full { min-width: 640px; }
.diff-legend { display: inline-block; width: 14px; height: 14px; border-radius: 3px; background: #fff5eb; border: 1px solid #f6d6b8; box-shadow: inset 3px 0 0 var(--color-accent); vertical-align: -2px; margin-right: 6px; }

.versus { gap: 30px; }
.versus-card {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-border-warm);
  box-shadow: var(--shadow);
}
.versus-card img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.versus-card span { display: block; padding: 16px 20px; color: var(--color-text-muted); }
.versus-card strong { display: block; font: 700 1.2rem var(--font-heading); color: var(--color-primary); }
.versus-card:hover strong { color: var(--color-accent-strong); }
.diff-card p { font-size: .95rem; margin-bottom: .8em; }
.choice-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--color-border-warm);
  border-top: 4px solid var(--color-accent);
  border-radius: var(--radius);
  padding: 28px;
}
.choice-card .btn { margin-top: auto; align-self: flex-start; }

/* ---- Pages de gamme ---- */
.breadcrumb--dark { color: var(--color-text-muted); }
.breadcrumb--dark a { color: var(--color-primary); }
.breadcrumb--dark a:hover { color: var(--color-accent-strong); }
.sub-nav { background: #fff; border-bottom: 1px solid var(--color-border); }
.sub-nav ul {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.sub-nav a {
  display: block;
  white-space: nowrap;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--color-bg-alt);
  font: 600 .86rem var(--font-heading);
  color: var(--color-primary);
}
.sub-nav a:hover { background: var(--color-primary); color: #fff; }
.hero-actions--left { justify-content: flex-start; }
.color-shop-label { font-size: .82rem; font-weight: 600; color: var(--color-primary); margin: 0 0 10px; }
.color-pro { margin: 16px 0 0; font-size: .9rem; }
.color-pro a { color: var(--color-accent-strong); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

.versions .version-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.version-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #fff; padding: 12px; }
.version-card > div { padding: 18px 22px 22px; border-top: 1px solid var(--color-border); }
.version-card h3 { margin-bottom: .3em; }
.version-card p { margin: 0; font-size: .94rem; }
.links-table { min-width: 640px; }
.links-table caption { text-align: center; }
.links-table thead th { background: var(--color-primary); color: #fff; width: auto; }
.links-table tbody th { width: auto; white-space: nowrap; }
.links-table td a { font-weight: 600; color: var(--color-accent-strong); text-decoration: underline; text-underline-offset: 3px; }
.links-table .ean { display: block; font-size: .78rem; color: var(--color-text-muted); font-variant-numeric: tabular-nums; }
.links-table .na { color: var(--color-text-muted); }
.links-table .swatch-dot, .ref-table .swatch-dot { display: inline-block; width: 16px; height: 16px; vertical-align: -3px; margin-right: 8px; border-width: 1px; }

.other-range-img img { width: 100%; border-radius: var(--radius); margin-bottom: 16px; box-shadow: var(--shadow); }

.faq-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.faq-nav a { padding: 7px 14px; border-radius: 999px; background: var(--color-bg-alt); font: 600 .86rem var(--font-heading); }
.faq-nav a:hover { background: var(--color-primary); color: #fff; }

.form-card--narrow { max-width: 860px; margin: 0 auto; }
.contact-grid { max-width: 1040px; margin: 0 auto; align-items: start; }

@media (max-width: 600px) {
  .spec-table th, .spec-table td { padding: 10px 12px; }
  .compare-table th[scope="row"], .compare-table td { width: auto; }
  .compare-teaser .compare-table { font-size: .88rem; }
}

/* ---- Utilities ---- */
.text-center { text-align: center; }
.mt-lg { margin-top: 40px; }
.mt-md { margin-top: 24px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
