/* ============================================
   Polices auto-hébergées (RGPD : aucun appel à Google)
   ============================================ */
@font-face { font-family: 'Anton'; src: url('fonts/anton.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Knewave'; src: url('fonts/knewave.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nunito Sans'; src: url('fonts/nunito.woff2') format('woff2'); font-weight: 200 1000; font-stretch: 75% 125%; font-style: normal; font-display: swap; }
@font-face { font-family: 'Oswald'; src: url('fonts/oswald.woff2') format('woff2'); font-weight: 200 700; font-style: normal; font-display: swap; }

/* ============================================
   EYES OF DESIGN — styles.css — DA V1.1
   Système hérité du packaging "This is Not a Game"
   Palette : Ink #0B0B0B · Paper #F2EFE8 · White · Graphite · Signal Orange #FF4B23
   Voix typographiques : Anton (display condensée) · Knewave (manuscrite) · Nunito Sans (lecture)
   Ratio : 75% paper/white — 20% ink — 5% orange
   ============================================ */

:root {
  --ink: #0B0B0B;
  --paper: #F2EFE8;
  --white: #FFFFFF;
  --graphite: #72706B;
  --line: #DAD6CB;
  --accent: #FF4B23;
  --max: 1200px;
  --pad: clamp(20px, 4vw, 48px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  font-family: "Nunito Sans", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--accent); color: var(--white); }

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

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

.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ---------- Voix typographiques ---------- */
.display {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.hand {
  font-family: "Knewave", cursive;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0.01em;
}
.label {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.mono {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--graphite);
}

/* Eyebrow : index + filet — légende technique */
.eyebrow {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--ink);
}
.eyebrow::before {
  content: "";
  width: 28px; height: 2px;
  background: var(--ink);
  flex: none;
}
.eyebrow .idx { color: var(--accent); }

/* ---------- Titre empilé — BLOC / GESTE (code packaging) ---------- */
.title-stack { display: flex; flex-direction: column; align-items: flex-start; }
.t-solid, .t-outline {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(60px, 10.5vw, 148px);
  line-height: 0.92;
  letter-spacing: 0.005em;
}
.t-outline {
  color: transparent;
  -webkit-text-stroke: 2.5px var(--ink);
}
@media (max-width: 720px) { .t-outline { -webkit-text-stroke: 1.6px var(--ink); } }
.t-hand {
  font-family: "Knewave", cursive;
  text-transform: lowercase;
  color: var(--accent);
  font-size: clamp(28px, 4.2vw, 56px);
  line-height: 1;
  transform: rotate(-3deg);
  margin: -0.12em 0 -0.05em 0.6em;
}
.title-stack.sm .t-solid, .title-stack.sm .t-outline { font-size: clamp(46px, 8vw, 104px); }
.title-stack.sm .t-hand { font-size: clamp(24px, 3.4vw, 44px); }
.inverse .t-outline { -webkit-text-stroke-color: var(--paper); }
.inverse .t-hand { color: var(--accent); }

/* ---------- Header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: var(--paper);
  border-bottom: 1.5px solid var(--ink);
}
header.site .bar {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.logo {
  font-family: "Anton", sans-serif;
  font-weight: 400; font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
}
nav.main { display: flex; gap: 28px; align-items: center; }
nav.main a {
  text-decoration: none;
  font-weight: 700; font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase;
}
nav.main a:hover { color: var(--accent); }
nav.main a.active { color: var(--accent); }
@media (max-width: 760px) {
  nav.main a:not(.btn) { display: none; }
}

/* ---------- Boutons — nets, uppercase, sans arrondi ---------- */
.btn {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800; font-size: 12.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; text-align: center;
  padding: 16px 28px;
  border: 1.5px solid var(--ink);
  background: var(--ink); color: var(--paper);
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover { background: var(--accent); border-color: var(--accent); color: var(--white); }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn.inverse { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn.inverse:hover { background: var(--accent); color: var(--white); border-color: var(--accent); }

/* ---------- Hero ---------- */
.hero {
  padding: clamp(56px, 9vw, 116px) 0 clamp(40px, 6vw, 76px);
  border-bottom: 1.5px solid var(--ink);
}
.hero .grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 880px) { .hero .grid { grid-template-columns: 1fr; } }
.hero p.lede {
  font-size: clamp(17px, 1.9vw, 19px);
  max-width: 46ch;
  margin: 30px 0 36px;
  color: var(--ink);
}
.hero .ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Cartes — objet réel, sans ombre décorative ---------- */
.fan {
  position: relative;
  height: clamp(300px, 34vw, 420px);
  display: flex; align-items: center; justify-content: center;
}
.card {
  width: clamp(170px, 16vw, 216px);
  aspect-ratio: 63 / 88; /* format réel */
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  padding: 15px;
  display: flex; flex-direction: column;
}
.fan .card { position: absolute; transition: transform .25s ease; }
.fan .card:nth-child(1) { transform: rotate(-8deg) translateX(-58%); }
.fan .card:nth-child(2) { transform: rotate(0deg) translateY(-4%); z-index: 2; }
.fan .card:nth-child(3) { transform: rotate(8deg) translateX(58%); }
.fan:hover .card:nth-child(1) { transform: rotate(-11deg) translateX(-72%); }
.fan:hover .card:nth-child(3) { transform: rotate(11deg) translateX(72%); }
.card .cat {
  display: flex; justify-content: space-between; align-items: baseline;
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 7px;
}
.card .cat span:first-child {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800; font-size: 9.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
}
.card .cat .idx {
  font-family: "Anton", sans-serif;
  font-size: 21px; line-height: 1;
  letter-spacing: 0.02em;
}
.card .q {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(13.5px, 1.35vw, 16px);
  line-height: 1.3;
  margin: auto 0;
}
.card .foot {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700; font-size: 8.5px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--graphite);
  border-top: 1px solid var(--line);
  padding-top: 7px;
  display: flex; justify-content: space-between;
}
.card.dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.card.dark .cat { border-color: var(--paper); }
.card.dark .foot { color: #8F8D86; border-color: #333; }
.card .hand-note {
  font-family: "Knewave", cursive;
  font-size: 11px;
  color: var(--accent);
  transform: rotate(-2deg);
}

/* ---------- Bandeau specs — légende technique ---------- */
.specs {
  border-bottom: 1.5px solid var(--ink);
  background: var(--paper);
  overflow-x: auto;
}
.specs ul { list-style: none; display: flex; min-width: max-content; }
.specs li {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--graphite);
  padding: 15px 26px;
  border-right: 1px solid var(--line);
  white-space: nowrap;
}
.specs li:first-child { padding-left: var(--pad); }
.specs li strong { color: var(--accent); font-weight: 800; }

/* ---------- Sections ---------- */
section.block { padding: clamp(56px, 8vw, 104px) 0; }
section.block.alt { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
section.block.inverse { background: var(--ink); color: var(--paper); }
section.block h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 0.98;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin-bottom: 22px;
  max-width: 22ch;
}
section.block h2 .hand {
  font-size: 0.62em;
  color: var(--accent);
  display: inline-block;
  transform: rotate(-2deg);
  margin: 0 0.08em;
}
section.block p.intro { max-width: 60ch; margin-bottom: 42px; font-size: 17.5px; }
.inverse .eyebrow { color: var(--paper); }
.inverse .eyebrow::before { background: var(--paper); }

/* ---------- Grille éditoriale 3 colonnes ---------- */
.cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1.5px solid var(--ink);
}
.cols > div {
  padding: 28px 28px 32px 0;
  border-bottom: 1px solid var(--line);
}
.cols > div:not(:nth-child(3n)) { border-right: 1px solid var(--line); padding-right: 28px; }
.cols > div:not(:first-child):not(:nth-child(3n+1)) { padding-left: 28px; }
@media (max-width: 820px) {
  .cols { grid-template-columns: 1fr; }
  .cols > div { border-right: none !important; padding: 24px 0; }
}
.cols h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400; font-size: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 14px 0 10px;
}
.cols p { font-size: 15.5px; color: #3A3934; }
.inverse .cols p { color: #B8B5AC; }
.inverse .cols > div { border-color: #333; }
.inverse .cols { border-color: var(--paper); }

/* Grand numéro d'index — dispositif signature */
.num {
  font-family: "Anton", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: var(--accent);
  display: block;
}
.num.txt {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent);
}

/* ---------- Pioche interactive — motion : flip de carte ---------- */
.draw { text-align: center; }
.draw .stage {
  min-height: 370px;
  display: flex; align-items: center; justify-content: center;
  margin: 34px 0 10px;
}
.draw .card { width: 232px; cursor: default; }
.draw .card.flip { animation: cardflip .45s ease; }
@keyframes cardflip {
  0% { transform: rotateY(0); }
  50% { transform: rotateY(90deg); }
  100% { transform: rotateY(0); }
}
.draw .hand-cta {
  font-family: "Knewave", cursive;
  color: var(--accent);
  font-size: 17px;
  display: block;
  transform: rotate(-2deg);
  margin-bottom: 18px;
}

/* ---------- Offres ---------- */
.offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 880px) { .offers { grid-template-columns: 1fr; } }
.offer {
  border: 1.5px solid var(--ink);
  padding: 30px 26px;
  background: var(--white);
  display: flex; flex-direction: column;
}
.offer.featured { background: var(--ink); color: var(--paper); }
.offer .tag {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800; font-size: 10.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.offer h3 {
  font-family: "Anton", sans-serif; font-weight: 400;
  font-size: 26px; letter-spacing: 0.02em; text-transform: uppercase;
  margin-bottom: 6px;
}
.offer .qty { font-size: 14.5px; color: var(--graphite); margin-bottom: 18px; }
.offer.featured .qty { color: #A5A29A; }
.offer ul { list-style: none; margin-bottom: 26px; flex: 1; }
.offer li {
  font-size: 15px;
  padding: 9px 0 9px 22px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.offer.featured li { border-color: #333; }
.offer li::before { content: "→"; position: absolute; left: 0; color: var(--accent); }
.offer .price {
  font-family: "Nunito Sans", sans-serif; font-weight: 800; font-size: 15px;
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 16px;
}

/* ---------- FAQ ---------- */
.faq { max-width: 760px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-of-type { border-top: 1.5px solid var(--ink); }
.faq summary {
  font-family: "Nunito Sans", sans-serif; font-weight: 800; font-size: 16.5px;
  padding: 20px 40px 20px 0;
  cursor: pointer; list-style: none;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute; right: 4px; top: 50%;
  transform: translateY(-50%);
  font-family: "Anton", sans-serif;
  color: var(--accent); font-size: 20px;
}
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 0 22px; max-width: 62ch; color: #3A3934; }

/* ---------- Bande CTA ---------- */
.cta-band .ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }

/* ---------- Footer ---------- */
footer.site { background: var(--ink); color: var(--paper); padding: 56px 0 40px; }
footer.site .top {
  display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}
footer.site .brand {
  font-family: "Anton", sans-serif; font-weight: 400;
  font-size: 22px; letter-spacing: 0.05em; text-transform: uppercase;
}
footer.site .brand-line {
  color: #8F8D86; font-size: 14px; max-width: 34ch; margin-top: 10px;
}
footer.site nav { display: flex; flex-direction: column; gap: 10px; }
footer.site nav .head {
  font-weight: 800; font-size: 10.5px; letter-spacing: 0.16em;
  text-transform: uppercase; color: #6E6C66; margin-bottom: 4px;
}
footer.site nav a { color: #B8B5AC; text-decoration: none; font-size: 14px; }
footer.site nav a:hover { color: var(--paper); }
footer.site .legal {
  padding-top: 24px;
  font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #6E6C66;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}

/* ---------- Pages légales ---------- */
.prose { max-width: 720px; padding: 64px 0 96px; }
.prose h1 {
  font-family: "Anton", sans-serif; font-weight: 400;
  font-size: clamp(32px, 5vw, 50px);
  letter-spacing: 0.01em; text-transform: uppercase;
  margin-bottom: 28px;
}
.prose h2 {
  font-family: "Anton", sans-serif; font-weight: 400;
  font-size: 19px; letter-spacing: 0.03em; text-transform: uppercase;
  margin: 32px 0 10px;
}
.prose p, .prose li { color: #3A3934; margin-bottom: 12px; }
.prose .todo {
  background: var(--white); border-left: 3px solid var(--accent);
  padding: 14px 18px; font-size: 14px; margin: 20px 0;
}

/* ---------- Steps ---------- */
.steps { border-top: 1.5px solid var(--ink); }
.steps > div {
  display: grid; grid-template-columns: 90px 1fr;
  gap: 20px; padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.steps .n {
  font-family: "Anton", sans-serif; font-weight: 400;
  font-size: 44px; color: var(--accent); line-height: 0.9;
}
.steps h3 {
  font-family: "Anton", sans-serif; font-weight: 400;
  font-size: 19px; letter-spacing: 0.02em; text-transform: uppercase;
  margin-bottom: 4px;
}
.steps p { font-size: 15.5px; color: #3A3934; max-width: 62ch; }

/* ============================================
   V1.2 — Intégration assets réels (logo SVG, carte QCM, versos)
   ============================================ */

/* Logo — script manuscrit officiel */
a.logo { display: flex; align-items: center; }
a.logo img { height: 46px; width: auto; display: block; }
footer.site .brand img { height: 74px; width: auto; display: block; }

/* ---------- Carte QCM — modèle réel ---------- */
.card.qcm { justify-content: flex-start; }
.card.qcm .cat { margin-bottom: 9px; }
.card.qcm .q {
  margin: 0 0 9px;
  font-size: clamp(10px, 1vw, 12px);
  line-height: 1.35;
}
.card.qcm .opts {
  list-style: none;
  display: flex; flex-direction: column; gap: 2px;
  font-weight: 700;
  font-size: clamp(9px, 0.9vw, 11px);
  line-height: 1.35;
}
.card.qcm .ans {
  margin-top: auto;
  transform: rotate(180deg);
  font-weight: 700;
  font-size: 8.5px;
  color: var(--graphite);
}
/* Carte noire : voix condensée, comme le modèle verso */
.card.dark.qcm .q, .card.dark.qcm .opts {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.card.dark.qcm .ans { color: #8F8D86; }

/* ---------- Verso "THIS is not a GAME" ---------- */
.card.back-this {
  background: var(--ink); border-color: var(--ink);
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 14px 12px;
}
.card.back-this .bt, .card.back-this .bg {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: clamp(38px, 3.8vw, 50px);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--paper);
  display: block;
}
.card.back-this .bg { align-self: flex-start; }
.card.back-this .bh {
  font-family: "Knewave", cursive;
  color: var(--paper);
  font-size: clamp(12px, 1.2vw, 15px);
  transform: rotate(-4deg);
  align-self: flex-end;
  margin: 3px 4px 2px 0;
}
.card.back-this .mini {
  position: absolute; bottom: 9px; left: 50%;
  transform: translateX(-50%);
  height: 24px; width: auto; opacity: 0.95;
}

/* ---------- Verso script logo (cropped bleed) ---------- */
.card.back-logo { padding: 0; overflow: hidden; position: relative; background: var(--white); }
.card.back-logo img {
  position: absolute;
  width: 165%; max-width: none;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-6deg);
}
.card.back-logo.dark { background: var(--ink); }

/* ---------- Quiz — pioche jouable ---------- */
.quiz-card {
  width: min(330px, 88vw);
  aspect-ratio: 63 / 88;
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: 8px;
  padding: 22px 20px 16px;
  display: flex; flex-direction: column;
  text-align: left;
  color: var(--ink);
  margin: 0 auto;
}
.quiz-card.flip { animation: cardflip .45s ease; }
.quiz-card .cat {
  display: flex; justify-content: space-between; align-items: baseline;
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 8px; margin-bottom: 14px;
}
.quiz-card .cat span:first-child {
  font-weight: 800; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
}
.quiz-card .cat .idx { font-family: "Anton", sans-serif; font-size: 22px; line-height: 1; }
.quiz-card .q { font-weight: 800; font-size: 15.5px; line-height: 1.4; margin-bottom: 16px; }
.quiz-card .opts { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.quiz-card .opts button {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700; font-size: 13.5px;
  text-align: left;
  background: none;
  border: 1px solid var(--line);
  padding: 8px 10px;
  cursor: pointer;
  color: var(--ink);
  transition: border-color .12s ease, background .12s ease, color .12s ease;
}
.quiz-card .opts button:hover:not(:disabled) { border-color: var(--ink); }
.quiz-card .opts button.ok { background: var(--accent); border-color: var(--accent); color: var(--white); }
.quiz-card .opts button.ko { color: var(--graphite); text-decoration: line-through; }
.quiz-card .opts button:disabled { cursor: default; }
.quiz-card .ans {
  margin-top: auto;
  transform: rotate(180deg);
  font-weight: 700; font-size: 10.5px;
  color: var(--graphite);
  visibility: hidden;
}
.quiz-card .ans.show { visibility: visible; }
.quiz-verdict {
  font-family: "Knewave", cursive;
  color: var(--accent);
  font-size: 18px;
  min-height: 26px;
  display: block;
  margin: 16px 0 12px;
  transform: rotate(-1.5deg);
}

/* ---------- Grille 4 catégories ---------- */
.cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1.5px solid var(--ink);
}
.cats > div {
  padding: 24px 20px 26px 0;
  border-bottom: 1px solid var(--line);
}
.cats > div:not(:last-child) { border-right: 1px solid var(--line); }
.cats > div + div { padding-left: 20px; }
.cats h3 {
  font-family: "Anton", sans-serif; font-weight: 400;
  font-size: 19px; letter-spacing: 0.02em; text-transform: uppercase;
  margin: 12px 0 8px;
}
.cats p { font-size: 14.5px; color: #3A3934; }
@media (max-width: 860px) {
  .cats { grid-template-columns: repeat(2, 1fr); }
  .cats > div:nth-child(2) { border-right: none; }
  .cats > div:nth-child(3) { padding-left: 0; }
}
@media (max-width: 520px) {
  .cats { grid-template-columns: 1fr; }
  .cats > div { border-right: none !important; padding-left: 0 !important; }
}

/* ============================================
   V1.3 — UI ARRONDIE, STYLE APPLE
   Enveloppe adoucie : rayons, pilules, verre dépoli,
   tuiles à ombres douces. Identité EOD conservée
   (palette, 3 voix typo, outline, cartes réelles).
   ============================================ */

:root {
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
  --hairline: rgba(11, 11, 11, 0.08);
  --shadow-1: 0 2px 8px rgba(11,11,11,.05), 0 12px 32px rgba(11,11,11,.08);
  --shadow-2: 0 10px 30px rgba(11,11,11,.12);
}

/* Header — verre dépoli */
header.site {
  background: rgba(242, 239, 232, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--hairline);
}
nav.main a { text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: 600; }

/* Boutons — pilules */
.btn {
  border-radius: 980px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 26px;
  border-color: transparent;
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(11,11,11,.15); }
.btn.ghost { border-color: rgba(11, 11, 11, 0.28); }
.btn.inverse { border-color: transparent; }
a:focus-visible, button:focus-visible { border-radius: 8px; }

/* Filets durs adoucis */
.hero { border-bottom: none; }
section.block.alt { border-top: none; border-bottom: none; }
.eyebrow::before { width: 22px; border-radius: 2px; }

/* Specs — puces pilules */
.specs { border-bottom: none; }
.specs ul { gap: 10px; padding: 4px var(--pad) 28px; }
.specs li {
  border: none;
  background: var(--white);
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 1px 4px rgba(11,11,11,.06);
}
.specs li:first-child { padding-left: 18px; }

/* Grilles éditoriales — tuiles bento */
.cols, .cats { border-top: none; gap: 16px; }
.cols > div, .cats > div {
  background: var(--white);
  border: none !important;
  border-radius: var(--r-md);
  padding: 28px !important;
  box-shadow: var(--shadow-1);
}
.alt .cols > div, .alt .cats > div { background: var(--paper); box-shadow: none; }
.inverse .cols > div { background: #151513; box-shadow: none; }

.steps { border-top: none; }
.steps > div {
  background: var(--white);
  border: none;
  border-radius: var(--r-md);
  padding: 26px !important;
  box-shadow: var(--shadow-1);
  margin-bottom: 14px;
}
.alt .steps > div { background: var(--paper); box-shadow: none; }

/* Offres — cartes arrondies */
.offer {
  border: none;
  border-radius: var(--r-md);
  padding: 32px 28px;
  box-shadow: var(--shadow-1);
}
.alt .offer { background: var(--paper); box-shadow: none; }
.alt .offer.featured { background: var(--ink); box-shadow: var(--shadow-1); }

/* FAQ — groupe arrondi façon liste iOS */
.faq {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 6px 26px;
  box-shadow: var(--shadow-1);
}
.faq details:first-of-type { border-top: none; }

/* Cartes produit — coins doux, ombre portée légère */
.card {
  border-radius: 14px;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-2);
}
.card.dark, .card.back-this { border-color: transparent; }
.card.back-logo { border-color: var(--hairline); }

/* Quiz */
.quiz-card {
  border-radius: 22px;
  border: 1px solid var(--hairline);
  box-shadow: 0 16px 40px rgba(11,11,11,.14);
  padding: 24px 22px 18px;
}
.quiz-card .opts button {
  border-radius: var(--r-sm);
  border-color: rgba(11, 11, 11, 0.14);
  padding: 10px 12px;
  transition: border-color .15s ease, background .15s ease, color .15s ease, transform .15s ease;
}
.quiz-card .opts button:hover:not(:disabled) { transform: translateY(-1px); }
.quiz-card .opts button.ok { border-color: transparent; }

/* Divers */
.prose .todo { border-radius: var(--r-sm); }
footer.site { border-radius: var(--r-lg) var(--r-lg) 0 0; margin-top: 8px; }

/* ============================================
   V1.3.1 — Correction éventail de cartes
   Translation AVANT rotation : écartement garanti.
   Variante .four : 4 cartes (recto + les 2 versos).
   ============================================ */

.fan .card:nth-child(1) { transform: translateX(-80%) translateY(4%) rotate(-9deg); z-index: 1; }
.fan .card:nth-child(2) { transform: translateY(-3%); z-index: 3; }
.fan .card:nth-child(3) { transform: translateX(80%) translateY(4%) rotate(9deg); z-index: 1; }
.fan:hover .card:nth-child(1) { transform: translateX(-92%) translateY(5%) rotate(-12deg); }
.fan:hover .card:nth-child(3) { transform: translateX(92%) translateY(5%) rotate(12deg); }

/* Éventail 4 cartes — hero */
.fan.four .card { width: clamp(140px, 12.5vw, 184px); }
.fan.four .card:nth-child(1) { transform: translateX(-124%) translateY(7%) rotate(-12deg); z-index: 1; }
.fan.four .card:nth-child(2) { transform: translateX(-42%) translateY(-2%) rotate(-4deg);  z-index: 3; }
.fan.four .card:nth-child(3) { transform: translateX(42%) translateY(-2%) rotate(4deg);    z-index: 4; }
.fan.four .card:nth-child(4) { transform: translateX(124%) translateY(7%) rotate(12deg);   z-index: 1; }
.fan.four:hover .card:nth-child(1) { transform: translateX(-136%) translateY(9%) rotate(-15deg); }
.fan.four:hover .card:nth-child(2) { transform: translateX(-46%) translateY(-4%) rotate(-5deg); }
.fan.four:hover .card:nth-child(3) { transform: translateX(46%) translateY(-4%) rotate(5deg); }
.fan.four:hover .card:nth-child(4) { transform: translateX(136%) translateY(9%) rotate(15deg); }

/* Mobile : retour à 3 cartes lisibles */
@media (max-width: 620px) {
  .fan.four .card:nth-child(4) { display: none; }
  .fan.four .card { width: clamp(150px, 34vw, 180px); }
  .fan.four .card:nth-child(1) { transform: translateX(-72%) translateY(4%) rotate(-9deg); }
  .fan.four .card:nth-child(2) { transform: translateY(-2%); z-index: 3; }
  .fan.four .card:nth-child(3) { transform: translateX(72%) translateY(4%) rotate(9deg); z-index: 1; }
}

/* ============================================
   V1.3.2 — Éventail déterministe et resserré
   Fix Safari : ancrage explicite au centre (top/left 50%)
   au lieu du centrage flex des enfants absolus.
   ============================================ */

.fan .card { position: absolute; top: 50%; left: 50%; }

/* Éventail 3 cartes */
.fan .card:nth-child(1) { transform: translate(-50%,-50%) translateX(-68%) translateY(3%) rotate(-9deg); z-index: 1; }
.fan .card:nth-child(2) { transform: translate(-50%,-50%) translateY(-2%); z-index: 3; }
.fan .card:nth-child(3) { transform: translate(-50%,-50%) translateX(68%) translateY(3%) rotate(9deg); z-index: 1; }
.fan:hover .card:nth-child(1) { transform: translate(-50%,-50%) translateX(-76%) translateY(4%) rotate(-11deg); }
.fan:hover .card:nth-child(3) { transform: translate(-50%,-50%) translateX(76%) translateY(4%) rotate(11deg); }

/* Éventail 4 cartes — hero, resserré */
.fan.four .card:nth-child(1) { transform: translate(-50%,-50%) translateX(-93%) translateY(6%) rotate(-11deg); z-index: 1; }
.fan.four .card:nth-child(2) { transform: translate(-50%,-50%) translateX(-32%) translateY(-2%) rotate(-4deg); z-index: 3; }
.fan.four .card:nth-child(3) { transform: translate(-50%,-50%) translateX(32%) translateY(-2%) rotate(4deg); z-index: 4; }
.fan.four .card:nth-child(4) { transform: translate(-50%,-50%) translateX(93%) translateY(6%) rotate(11deg); z-index: 1; }
.fan.four:hover .card:nth-child(1) { transform: translate(-50%,-50%) translateX(-101%) translateY(8%) rotate(-13deg); }
.fan.four:hover .card:nth-child(2) { transform: translate(-50%,-50%) translateX(-35%) translateY(-4%) rotate(-5deg); }
.fan.four:hover .card:nth-child(3) { transform: translate(-50%,-50%) translateX(35%) translateY(-4%) rotate(5deg); }
.fan.four:hover .card:nth-child(4) { transform: translate(-50%,-50%) translateX(101%) translateY(8%) rotate(13deg); }

/* Mobile : 3 cartes */
@media (max-width: 620px) {
  .fan.four .card:nth-child(4) { display: none; }
  .fan.four .card:nth-child(1) { transform: translate(-50%,-50%) translateX(-62%) translateY(3%) rotate(-9deg); z-index: 1; }
  .fan.four .card:nth-child(2) { transform: translate(-50%,-50%) translateY(-2%); z-index: 3; }
  .fan.four .card:nth-child(3) { transform: translate(-50%,-50%) translateX(62%) translateY(3%) rotate(9deg); z-index: 1; }
}

/* V1.3.3 — Logo header agrandi */
header.site .bar { height: 72px; }
a.logo img { height: 56px; }

/* ============================================
   V1.3.4 — Logo recadré sur le dessin réel (ratio 3,5:1)
   Le logotype occupe désormais toute la hauteur affichée.
   ============================================ */
a.logo img { height: 38px; width: auto; }
footer.site .brand img { height: 50px; width: auto; }
.card.back-this .mini { height: 11px; width: auto; }
.card.back-logo img {
  position: absolute;
  width: 175%; height: auto; max-width: none;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
}
@media (max-width: 760px) { a.logo img { height: 32px; } }

/* ============================================
   V1.4 — Page contact & formulaire
   ============================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }

.form {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 34px 30px;
  box-shadow: var(--shadow-1);
  display: flex; flex-direction: column; gap: 20px;
}
.form .field label {
  display: block;
  font-weight: 800; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 8px;
}
.form input, .form select, .form textarea {
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15.5px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(11, 11, 11, 0.15);
  border-radius: var(--r-sm);
  padding: 13px 15px;
  transition: border-color .15s ease, box-shadow .15s ease;
  -webkit-appearance: none;
  appearance: none;
}
.form select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230B0B0B' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 75, 35, 0.12);
}
.form textarea { min-height: 160px; resize: vertical; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form .row2 { grid-template-columns: 1fr; } }
.form .field.masque { display: none; }
.form .hint { font-size: 13.5px; color: var(--graphite); }
.form .btn { align-self: flex-start; }

.info-tiles { display: flex; flex-direction: column; gap: 14px; }
.info-tiles > div {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 24px 22px;
  box-shadow: var(--shadow-1);
}
.info-tiles h3 {
  font-family: "Anton", sans-serif; font-weight: 400;
  font-size: 17px; letter-spacing: 0.03em; text-transform: uppercase;
  margin-bottom: 6px;
}
.info-tiles p { font-size: 14.5px; color: #3A3934; }
.info-tiles a { color: var(--ink); font-weight: 700; }
.info-tiles a:hover { color: var(--accent); }

/* ============================================
   V1.5 — Fiche produit
   ============================================ */
.pdp-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}
@media (max-width: 880px) { .pdp-grid { grid-template-columns: 1fr; } }

.gallery .main {
  background: var(--white);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
  padding: clamp(22px, 3vw, 42px);
  display: flex; justify-content: center; align-items: center;
}
.gallery .main img {
  max-height: 520px; width: auto; max-width: 100%;
  border-radius: 10px;
  box-shadow: var(--shadow-2);
}
.gallery .thumbs { display: flex; gap: 12px; margin-top: 14px; }
.gallery .thumbs button {
  background: var(--white);
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 8px;
  cursor: pointer;
  box-shadow: var(--shadow-1);
  transition: border-color .15s ease, transform .15s ease;
}
.gallery .thumbs button:hover { transform: translateY(-2px); }
.gallery .thumbs button.on { border-color: var(--accent); }
.gallery .thumbs img { height: 82px; width: auto; border-radius: 6px; display: block; }
.gallery .note { margin-top: 12px; }

.pdp-price {
  display: flex; align-items: baseline; gap: 10px;
  margin: 18px 0 6px;
}
.pdp-price .amount { font-family: "Anton", sans-serif; font-size: 38px; line-height: 1; }
.pdp-price .tax { font-weight: 700; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--graphite); }
.pdp-bullets { list-style: none; margin: 20px 0 26px; }
.pdp-bullets li {
  font-size: 15.5px;
  padding: 9px 0 9px 24px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.pdp-bullets li::before { content: "→"; position: absolute; left: 0; color: var(--accent); }

/* ============================================
   V1.6 — Cartes réelles détourées (photos)
   ============================================ */
.card.photo {
  padding: 0; border: none; background: transparent; box-shadow: none;
}
.card.photo img {
  width: 100%; height: 100%;
  display: block; object-fit: cover;
  filter: drop-shadow(0 10px 26px rgba(11, 11, 11, 0.22));
}

/* Carte quiz alignée sur le design réel : pas de bandeau ni de numéro */
.quiz-card .cat { border-bottom: none; padding-bottom: 0; margin-bottom: 12px; }
.quiz-card .cat .idx { display: none; }
.quiz-card .cat span:first-child { color: var(--graphite); }

/* ============================================
   V2.1 — L'Envers des cartes (espace acheteurs)
   ============================================ */
.premium-lock {
  max-width: 460px; margin: 0 auto; text-align: center;
  background: var(--white); border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
  padding: clamp(28px, 4vw, 48px);
}
.premium-lock h2 { margin-bottom: 10px; }
.premium-lock p { color: var(--graphite); font-size: 15px; }
.premium-form { display: flex; gap: 10px; margin-top: 22px; }
.premium-form input {
  flex: 1; min-width: 0;
  font: 700 16px/1 "Nunito Sans", sans-serif;
  letter-spacing: 0.12em; text-transform: uppercase; text-align: center;
  padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 999px;
  background: var(--paper); color: var(--ink);
}
.premium-form input:focus { outline: none; border-color: var(--ink); }
.premium-error { color: var(--accent); font-weight: 700; margin-top: 14px; }
.premium-note { color: var(--graphite); margin: 10px 0 26px; }

.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 30px; }
.chip {
  font: 700 12px/1 "Nunito Sans", sans-serif;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 10px 18px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid var(--line); background: var(--white); color: var(--ink);
  transition: all .15s ease;
}
.chip:hover { border-color: var(--ink); }
.chip.on { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.fiches { display: grid; gap: 22px; }
.fiche {
  background: var(--white); border-radius: var(--r-lg);
  box-shadow: var(--shadow-1); overflow: hidden;
}
.f-head { padding: clamp(20px, 3vw, 30px) clamp(20px, 3vw, 34px) 0; }
.f-cat {
  display: inline-block;
  font: 700 11px/1 "Nunito Sans", sans-serif;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 12px;
}
.f-q { font-size: clamp(17px, 2vw, 20px); line-height: 1.35; }
.f-body {
  display: grid; grid-template-columns: 150px 1fr;
  gap: clamp(18px, 3vw, 30px);
  padding: clamp(18px, 3vw, 26px) clamp(20px, 3vw, 34px) clamp(22px, 3vw, 32px);
  align-items: start;
}
@media (max-width: 640px) { .f-body { grid-template-columns: 1fr; } .f-illu { max-width: 150px; } }
.f-illu {
  background: var(--paper); border-radius: 16px; padding: 18px;
  color: var(--ink);
}
.f-illu svg { width: 100%; height: auto; display: block; }
.f-rep { font-size: 15px; margin-bottom: 12px; }
.f-rep strong { color: var(--accent); }
.f-ctx { font-size: 15px; color: #3D3C39; margin-bottom: 16px; }
.f-retenir {
  background: var(--paper); border-left: 3px solid var(--accent);
  border-radius: 0 12px 12px 0;
  padding: 14px 18px; font-size: 14.5px; font-weight: 600;
}
.f-retenir span {
  display: block;
  font: 700 11px/1 "Nunito Sans", sans-serif;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 6px;
}

.premium-form input.bad {
  border-color: var(--accent);
  animation: eod-shake 0.3s ease;
}
@keyframes eod-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  75% { transform: translateX(6px); }
}

.f-watermark {
  font: 700 11px/1.4 "Nunito Sans", sans-serif;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--graphite);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px;
  display: inline-block;
  margin-bottom: 20px;
}
.f-mark {
  font: 600 10px/1 "Nunito Sans", sans-serif;
  letter-spacing: 0.14em;
  color: #B9B6AE;
  text-align: right;
  margin-top: 12px;
  user-select: none;
}

/* Sélecteur de point relais */
.relais {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md, 18px);
  padding: 18px 20px;
  margin-bottom: 22px;
}
.relais-title { font-size: 14.5px; margin-bottom: 12px; }
.relais-row { display: flex; gap: 10px; flex-wrap: wrap; }
.relais-row input {
  flex: 1; min-width: 140px;
  font: 600 15px/1 "Nunito Sans", sans-serif;
  padding: 12px 16px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
}
.relais-row input:focus { outline: none; border-color: var(--ink); }
.relais-chosen { margin-top: 12px; }
