:root {
  --brown: #602b0f;
  --orange: #ce6c14;
  --orange-light: #f59c25;
  --ink: #1a0d08;
  --black: #080706;
  --cream: #fce9cf;
  --sand: #f5d5a9;
  --white: #fffdf9;
  --zero: #2dadf6;
  --power: #f40505;
  --glut1: #7c3aed;
  --muted: #76665d;
  --line: rgba(96, 43, 15, 0.14);
  --shadow: 0 28px 80px rgba(56, 25, 8, 0.14);
}

/* Typographie verrouillée : deux familles uniquement sur toute la vitrine. */
html, body, button, input, select, textarea {
  font-family: "Poppins", Arial, sans-serif;
  font-synthesis: none;
}
h1, h2, h3, h4, h5, h6,
.brand-copy strong, .section-heading h2, .story-copy h2,
.range-card h3, .learn-card h3, .info-hero h1, .info-intro h2,
.info-fact h3, .ratio-panel h2, .care-note h3, .product-bridge h2,
.sources h2, .dialog-head h2, .dialog-body h3, .legal-block > strong,
.prototype-note strong, .cookie-banner strong, .wp-content-card h1,
.entry-content h2, .entry-content h3 {
  font-family: "Comfortaa", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 200; top: 8px; left: 8px; transform: translateY(-150%);
  padding: 10px 16px; border-radius: 12px; background: white; color: var(--ink);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto 0; height: 88px;
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1440px; margin: 0 auto; padding: 0 5vw; color: white;
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header::before {
  content: ""; position: fixed; z-index: -1; inset: 0 0 auto; height: 88px;
  background: linear-gradient(180deg, rgba(8,7,6,.74), transparent); pointer-events: none;
}
.site-header.is-scrolled { height: 72px; background: rgba(16, 9, 5, .94); box-shadow: 0 10px 35px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.site-header.is-scrolled::before { opacity: 0; }
.admin-bar .site-header { top: 32px; }
.admin-bar .site-header::before { top: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-logo { display: block; width: 190px; height: auto; object-fit: contain; }
.brand-mark {
  width: 42px; aspect-ratio: 1; position: relative; overflow: hidden; border-radius: 11px;
  background: #cf761c; border: 2px solid rgba(255,255,255,.75); transform: rotate(-6deg);
  box-shadow: inset 0 0 0 3px rgba(96,43,15,.4);
}
.brand-mark::before, .brand-mark::after, .brand-mark span::before, .brand-mark span::after {
  content: ""; position: absolute; background: rgba(96,43,15,.55); border-radius: 2px;
}
.brand-mark::before { width: 4px; inset: 5px auto 5px 12px; }
.brand-mark::after { width: 4px; inset: 5px 12px 5px auto; }
.brand-mark span::before { height: 4px; inset: 12px 5px auto; }
.brand-mark span::after { height: 4px; inset: auto 5px 12px; }
.brand-copy { display: flex; flex-direction: column; line-height: .92; letter-spacing: .03em; }
.brand-copy strong { font-family: "Comfortaa", Arial, sans-serif; font-size: 18px; }
.brand-copy small { margin-top: 6px; font-size: 9px; letter-spacing: .34em; color: var(--orange-light); font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 34px; font-family: "Poppins", Arial, sans-serif; font-size: 13px; font-weight: 600; }
.main-nav a { text-decoration: none; position: relative; }
.main-nav > a:not(.nav-shop)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--orange-light); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-shop { padding: 12px 17px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; transition: background .2s ease, border-color .2s ease; }
.nav-shop:hover, .nav-shop:focus-visible { background: white; border-color: white; color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: white; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; border-radius: 4px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero {
  min-height: 760px; height: min(920px, 100svh); overflow: hidden; position: relative;
  display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 4vw;
  padding: 120px max(6vw, calc((100vw - 1320px) / 2)) 70px;
  color: white;
  background:
    radial-gradient(circle at 76% 44%, rgba(245,156,37,.13), transparent 23%),
    linear-gradient(117deg, #0c0907 0%, #1e1009 48%, #311607 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .12; pointer-events: none;
  background-image: linear-gradient(30deg, transparent 45%, rgba(255,255,255,.08) 48%, transparent 51%), linear-gradient(-40deg, transparent 46%, rgba(255,255,255,.06) 49%, transparent 52%);
  background-size: 120px 160px, 170px 110px;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(6px); opacity: .2; }
.hero-glow-one { width: 420px; height: 420px; right: -160px; top: -180px; background: var(--orange-light); }
.hero-glow-two { width: 260px; height: 260px; left: 32%; bottom: -180px; background: var(--brown); }
.hero-copy { position: relative; z-index: 3; max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #ffd8a3; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange-light); }
.eyebrow-dark { color: var(--orange); }
.hero h1, .section-heading h2, .story-copy h2 {
  margin: 0; font-family: "Comfortaa", Arial, sans-serif; font-weight: 700; letter-spacing: -.055em; line-height: 1.02;
}
.hero h1 { font-size: clamp(54px, 6.7vw, 100px); max-width: 760px; }
.hero h1 em, .story-copy h2 em { color: var(--orange-light); font-style: normal; font-weight: 700; }
.hero-text { max-width: 590px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-family: "Poppins", Arial, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: -.01em; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--orange-light), var(--orange)); color: white; box-shadow: 0 15px 32px rgba(206,108,20,.28); }
.button-primary:hover { box-shadow: 0 20px 40px rgba(206,108,20,.4); }
.button-ghost { border: 1px solid rgba(255,255,255,.25); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 15px; max-width: 660px; margin: 27px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 600; }
.hero-points li { display: inline-flex; align-items: center; white-space: nowrap; }
.hero-points span { color: var(--orange-light); margin-right: 4px; }

.hero-visual { position: relative; z-index: 2; width: min(43vw, 540px); aspect-ratio: 1; justify-self: center; }
.hero-visual::before {
  content: ""; position: absolute; inset: 7%; border-radius: 50%;
  background: radial-gradient(circle at 45% 38%, #7b4018, #3b1d0b 55%, #160b05 70%);
  box-shadow: inset -25px -30px 80px rgba(0,0,0,.35), 0 50px 100px rgba(0,0,0,.35);
}
.orbit { position: absolute; z-index: 0; border: 1px solid rgba(245,156,37,.24); border-radius: 50%; }
.orbit-one { inset: 1%; }
.orbit-two { inset: -8%; border-style: dashed; animation: orbit 35s linear infinite; }
@keyframes orbit { to { transform: rotate(360deg); } }
.waffle { position: absolute; z-index: 2; width: 48%; aspect-ratio: 1; border-radius: 17%; transform: rotate(10deg); background: #c46a18; box-shadow: inset 0 0 0 5px #e09436, inset -18px -24px 35px rgba(84,34,4,.45), 0 35px 55px rgba(0,0,0,.3); overflow: hidden; }
.waffle::before, .mini-waffle::before, .story-waffle::before {
  content: ""; position: absolute; inset: 8%; border-radius: 10%;
  background-image: linear-gradient(90deg, rgba(88,35,5,.68) 18%, transparent 18%, transparent 82%, rgba(255,188,83,.23) 82%), linear-gradient(rgba(88,35,5,.68) 18%, transparent 18%, transparent 82%, rgba(255,188,83,.23) 82%);
  background-size: 25% 25%; box-shadow: inset 0 0 18px rgba(63,25,2,.34);
}
.waffle::after, .story-waffle::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.16), transparent 38%, rgba(76,27,3,.22)); }
.hero-waffle { position: absolute; z-index: 2; display: block; object-fit: contain; }
.hero-waffle-back { left: 10%; top: 17%; width: 55%; aspect-ratio: 1; transform: rotate(-12deg); filter: brightness(.78) saturate(.85) drop-shadow(0 28px 32px rgba(0,0,0,.34)); }
.hero-waffle-front { z-index: 3; right: 4%; top: 20%; width: 63%; height: 65%; transform: rotate(7deg); filter: drop-shadow(0 30px 34px rgba(0,0,0,.38)); }
.product-badge { position: absolute; z-index: 5; left: 50%; bottom: 9%; transform: translateX(-50%) rotate(-2deg); min-width: 180px; padding: 13px 24px; color: var(--brown); text-align: center; background: var(--cream); border-radius: 8px; box-shadow: 0 15px 30px rgba(0,0,0,.25); }
.product-badge small, .product-badge strong { display: block; }
.product-badge small { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.product-badge strong { margin-top: 4px; font-family: "Poppins", Arial, sans-serif; font-size: 20px; }
.floating-chip { position: absolute; z-index: 7; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; background: rgba(10,8,6,.72); backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.floating-chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--chip); box-shadow: 0 0 12px var(--chip); }
.chip-zero { --chip: var(--zero); left: 1%; top: 22%; animation: float 5.5s ease-in-out infinite; }
.chip-power { --chip: var(--power); right: -2%; top: 34%; animation: float 6.5s ease-in-out .8s infinite; }
.chip-glut1 { --chip: var(--glut1); right: 4%; bottom: 21%; animation: float 6s ease-in-out 1.4s infinite; }
@keyframes float { 50% { transform: translateY(-10px); } }
.scroll-cue { position: absolute; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.38); font-size: 9px; text-transform: uppercase; letter-spacing: .2em; transform: translateX(-50%); }
.scroll-cue span { width: 32px; height: 1px; background: currentColor; }

.range-section { padding: 110px max(5vw, calc((100vw - 1260px) / 2)); background: #fffaf4; }
.section-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { font-size: clamp(42px, 5vw, 70px); }
.section-heading > p:last-child { max-width: 590px; margin: 22px auto 0; color: var(--muted); line-height: 1.7; }
.need-selector { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; max-width: 1160px; margin: 54px auto 0; padding: 8px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 16px 45px rgba(80,42,16,.07); }
.need-button { display: flex; align-items: center; gap: 12px; min-height: 74px; padding: 12px 14px; border: 0; border-radius: 18px; color: var(--ink); text-align: left; background: transparent; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.need-button:hover { background: #fff4e5; }
.need-button:focus-visible { outline: 3px solid rgba(245,156,37,.45); outline-offset: 2px; }
.need-button.is-active { color: white; background: var(--ink); }
.need-icon { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 12px; color: var(--orange); background: var(--cream); font-family: "Poppins", Arial, sans-serif; font-size: 15px; font-weight: 800; }
.need-button span:last-child { display: flex; flex-direction: column; }
.need-button strong { font-size: 12px; font-weight: 600; }
.need-button small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.need-button.is-active small { color: rgba(255,255,255,.62); }
.match-message { min-height: 26px; margin: 28px auto 16px; color: var(--orange); text-align: center; font-family: "Poppins", Arial, sans-serif; font-size: 17px; font-style: italic; }
.range-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1260px; margin: 0 auto; }
.range-card { --accent: var(--orange); position: relative; overflow: hidden; padding: 26px 28px 30px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 18px 50px rgba(71,39,17,.07); transition: opacity .28s ease, transform .28s ease, box-shadow .28s ease, filter .28s ease; }
.range-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.range-card::after { content: ""; position: absolute; z-index: 0; width: 160px; height: 160px; top: 50px; right: -90px; border-radius: 50%; background: var(--accent); opacity: .08; filter: blur(5px); }
.range-card > * { position: relative; z-index: 2; }
.range-card.is-muted { opacity: .24; filter: grayscale(.8); transform: scale(.975); pointer-events: none; }
.range-card.is-match { box-shadow: 0 20px 65px color-mix(in srgb, var(--accent) 24%, transparent); border-color: color-mix(in srgb, var(--accent) 50%, white); transform: translateY(-6px); }
.range-zero { --accent: var(--zero); }
.range-power { --accent: var(--power); }
.range-glut1 { --accent: var(--glut1); }
.range-topline { display: flex; align-items: center; justify-content: space-between; color: #a9988d; font-family: "Poppins", Arial, sans-serif; font-size: 13px; }
.range-pill { padding: 7px 12px; border-radius: 999px; color: white; background: var(--accent); font-family: "Poppins", Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.product-showcase { margin: 20px 0 26px; }
.product-image-link { position: relative; display: block; width: min(100%, 235px); margin: 0 auto; overflow: hidden; border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line)); border-radius: 22px; background: var(--black); box-shadow: 10px 13px 0 color-mix(in srgb, var(--accent) 13%, transparent); text-decoration: none; }
.product-image-link:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 54%, white); outline-offset: 4px; }
.product-pack { display: block; width: 100%; aspect-ratio: 400 / 459; object-fit: contain; transition: opacity .16s ease, transform .22s ease; }
.product-image-link:hover .product-pack { transform: scale(1.025); }
.product-pack.is-switching { opacity: .25; }
.product-image-link > span { position: absolute; right: 11px; bottom: 11px; display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; background: rgba(8,7,6,.84); font-family: "Poppins", Arial, sans-serif; font-size: 10px; font-weight: 600; backdrop-filter: blur(8px); }
.product-image-link > span b { color: var(--accent); font-size: 13px; }
.product-choices { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 16px; }
.product-choices button { min-height: 36px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: white; font-family: "Poppins", Arial, sans-serif; font-size: 11px; font-weight: 600; line-height: 1.2; cursor: pointer; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.product-choices button:hover { color: var(--ink); border-color: color-mix(in srgb, var(--accent) 45%, white); transform: translateY(-1px); }
.product-choices button:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 35%, white); outline-offset: 2px; }
.product-choices button.is-active { color: white; border-color: var(--accent); background: var(--accent); }
.product-choices-glut1 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-choices-glut1 button { padding: 7px 8px; }
.product-choices-glut1 button strong { font-weight: 700; }
.range-kicker { margin: 0 0 7px; color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.range-card h3 { margin: 0; font-family: "Comfortaa", Arial, sans-serif; font-size: 28px; font-weight: 700; letter-spacing: -.035em; }
.range-card h3 strong { color: var(--accent); }
.range-card > p:not(.range-kicker):not(.range-proof) { min-height: 82px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.range-card ul { margin: 22px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.range-card li { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; font-size: 12px; }
.range-card li::before { content: ""; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--accent); }
.range-card li strong { margin-left: auto; color: var(--accent); }
.range-proof { display: flex; align-items: center; gap: 11px; min-height: 48px; margin: 0 0 22px; }
.range-proof strong { color: var(--accent); font-family: "Poppins", Arial, sans-serif; font-size: 34px; line-height: 1; }
.range-proof span { max-width: 100px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
.range-card > a { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); font-family: "Poppins", Arial, sans-serif; font-size: 12px; font-weight: 600; text-decoration: none; }
.range-card > a span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: white; background: var(--accent); transition: transform .2s ease; }
.range-card > a:hover span { transform: translateX(4px); }
.medical-note { max-width: 800px; margin: 25px auto 0; color: #8a7b72; text-align: center; font-size: 10px; line-height: 1.6; }

.learn-section { padding: 105px max(5vw, calc((100vw - 1260px) / 2)); background: white; }
.learn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 1080px; margin: 48px auto 0; }
.learn-card { --learn-accent: var(--orange); position: relative; overflow: hidden; display: grid; grid-template-columns: 60px 1fr 44px; align-items: center; gap: 20px; min-height: 215px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: #fffaf4; box-shadow: 0 18px 50px rgba(71,39,17,.07); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.learn-card::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 220px; aspect-ratio: 1; border-radius: 50%; background: var(--learn-accent); opacity: .08; }
.learn-card:hover, .learn-card:focus-visible { transform: translateY(-6px); border-color: color-mix(in srgb, var(--learn-accent) 46%, white); box-shadow: var(--shadow); }
.learn-card > * { position: relative; z-index: 1; }
.learn-keto { --learn-accent: var(--orange); }
.learn-glut1 { --learn-accent: var(--glut1); }
.learn-number { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; color: white; background: var(--learn-accent); font-family: "Comfortaa", Arial, sans-serif; font-size: 13px; font-weight: 700; }
.learn-card p { margin: 0 0 7px; color: var(--learn-accent); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.learn-card h3 { margin: 0; font-family: "Comfortaa", Arial, sans-serif; font-size: 25px; letter-spacing: -.035em; }
.learn-card div > span { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.learn-card b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: white; background: var(--learn-accent); font-size: 17px; transition: transform .2s ease; }
.learn-card:hover b { transform: translateX(4px); }
.learn-disclaimer { max-width: 760px; margin: 24px auto 0; color: #8a7b72; text-align: center; font-size: 10px; line-height: 1.6; }

.info-page { background: #fffaf4; }
.info-page .site-header { max-width: none; background: rgba(16,9,5,.97); box-shadow: 0 10px 35px rgba(0,0,0,.18); }
.info-page .site-header::before { display: none; }
.info-main { min-height: 100vh; padding-top: 88px; }
.info-hero { position: relative; overflow: hidden; padding: 92px max(6vw, calc((100vw - 1180px) / 2)) 86px; color: white; background: linear-gradient(126deg, #100905, #351707 72%, #5d2a0f); }
.info-hero-glut1 { background: linear-gradient(126deg, #12091d, #321653 68%, #5d2396); }
.info-hero::after { content: ""; position: absolute; right: -100px; top: -150px; width: 470px; aspect-ratio: 1; border: 1px dashed rgba(245,156,37,.28); border-radius: 50%; box-shadow: 0 0 0 55px rgba(245,156,37,.035), 0 0 0 115px rgba(245,156,37,.025); }
.info-hero-glut1::after { border-color: rgba(205,173,255,.28); box-shadow: 0 0 0 55px rgba(124,58,237,.05), 0 0 0 115px rgba(124,58,237,.03); }
.info-hero-inner { position: relative; z-index: 2; max-width: 860px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: rgba(255,255,255,.55); font-size: 10px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: white; }
.info-hero h1 { max-width: 790px; margin: 0; font-family: "Comfortaa", Arial, sans-serif; font-size: clamp(48px, 7vw, 86px); line-height: 1.02; letter-spacing: -.055em; }
.info-hero h1 em { color: var(--orange-light); font-style: normal; }
.info-hero-glut1 h1 em { color: #d8b4fe; }
.info-hero-lead { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.7; }
.info-content { padding: 72px max(5vw, calc((100vw - 1100px) / 2)) 95px; }
.info-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.info-label { margin: 0; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.info-label-glut1 { color: var(--glut1); }
.info-intro h2 { margin: 10px 0 0; font-family: "Comfortaa", Arial, sans-serif; font-size: clamp(34px, 4.5vw, 57px); line-height: 1.08; letter-spacing: -.045em; }
.info-intro-text p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.info-intro-text strong { color: var(--ink); }
.info-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 46px; }
.info-fact { padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.info-fact span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; color: white; background: var(--orange); font-family: "Comfortaa", Arial, sans-serif; font-size: 10px; font-weight: 700; }
.info-page-glut1 .info-fact span { background: var(--glut1); }
.info-fact h3 { margin: 17px 0 8px; font-family: "Comfortaa", Arial, sans-serif; font-size: 16px; }
.info-fact p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.ratio-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 62px; padding: 38px; border-radius: 30px; color: white; background: var(--ink); }
.ratio-panel h2 { margin: 0; font-family: "Comfortaa", Arial, sans-serif; font-size: 31px; line-height: 1.2; }
.ratio-panel p { margin: 14px 0 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.75; }
.ratio-examples { display: grid; gap: 8px; }
.ratio-examples div { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 15px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.05); }
.ratio-examples strong { color: var(--orange-light); font-family: "Comfortaa", Arial, sans-serif; font-size: 16px; }
.ratio-examples span { color: rgba(255,255,255,.7); font-size: 10px; line-height: 1.5; }
.care-note { display: grid; grid-template-columns: 48px 1fr; gap: 18px; margin-top: 32px; padding: 25px 28px; border-left: 4px solid var(--orange); border-radius: 0 18px 18px 0; background: var(--cream); }
.care-note-glut1 { border-left-color: var(--glut1); background: #f3eafe; }
.care-note > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: white; background: var(--orange); font-weight: 700; }
.care-note-glut1 > span { background: var(--glut1); }
.care-note h3 { margin: 0 0 6px; font-family: "Comfortaa", Arial, sans-serif; font-size: 15px; }
.care-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.product-bridge { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 28px; margin-top: 56px; padding: 30px 34px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 18px 50px rgba(71,39,17,.07); }
.product-bridge img { width: 105px; height: 105px; object-fit: contain; filter: drop-shadow(8px 12px 0 rgba(124,58,237,.12)); }
.product-bridge h2 { margin: 0; font-family: "Comfortaa", Arial, sans-serif; font-size: 23px; }
.product-bridge p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.sources { margin-top: 62px; padding-top: 28px; border-top: 1px solid var(--line); }
.sources h2 { margin: 0 0 14px; font-family: "Comfortaa", Arial, sans-serif; font-size: 18px; }
.sources ul { display: grid; gap: 8px; margin: 0; padding-left: 20px; }
.sources li { color: var(--muted); font-size: 10px; line-height: 1.6; }
.sources a { color: var(--brown); font-weight: 600; }
.page-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 52px; }
.page-nav a { display: inline-flex; align-items: center; min-height: 48px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: white; font-size: 10px; font-weight: 600; text-decoration: none; }

.story-section { padding: 38px max(4vw, calc((100vw - 1320px) / 2)) 90px; background: #fffaf4; }
.story-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: .78fr 1.22fr; min-height: 720px; border-radius: 38px; color: white; background: linear-gradient(135deg, #1a0d08, #3b1c0b 66%, #602b0f); box-shadow: var(--shadow); }
.story-panel::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(40deg, transparent 44%, rgba(255,255,255,.09) 47%, transparent 50%); background-size: 130px 110px; }
.story-visual { position: relative; display: grid; place-items: center; min-height: 520px; overflow: hidden; background: #140b07; }
.story-visual::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(8,7,6,.2), transparent 36%, rgba(26,13,8,.6)), linear-gradient(0deg, rgba(8,7,6,.7), transparent 44%, rgba(8,7,6,.12)); }
.story-marie-art { position: absolute; z-index: 1; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.02); }
.marie-signature { position: absolute; z-index: 3; right: 6%; bottom: 8%; left: auto; top: auto; display: flex; flex-direction: column; align-items: flex-end; max-width: 76%; padding: 11px 17px 12px 15px; border-right: 2px solid var(--orange-light); border-radius: 14px 0 0 14px; background: rgba(0,0,0,.5); text-align: right; backdrop-filter: blur(3px); }
.marie-signature strong { font-family: "Poppins", Arial, sans-serif; font-size: 34px; font-style: italic; font-weight: 400; }
.marie-signature span { margin-top: 4px; color: rgba(255,255,255,.86); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.artisan-seal { position: absolute; z-index: 5; left: 7%; bottom: 7%; display: block; width: 118px; aspect-ratio: 1; overflow: hidden; border: 4px solid white; border-radius: 50%; background: white; box-shadow: 0 16px 38px rgba(0,0,0,.34); transition: transform .2s ease, box-shadow .2s ease; }
.artisan-seal:hover, .artisan-seal:focus-visible { transform: rotate(-3deg) scale(1.04); box-shadow: 0 20px 44px rgba(0,0,0,.42); }
.artisan-seal img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.story-copy { position: relative; z-index: 2; align-self: center; max-width: 720px; padding: 64px 6vw 64px 35px; }
.story-copy h2 { font-size: clamp(52px, 6vw, 82px); }
.story-copy > p:not(.eyebrow) { margin: 20px 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.75; }
.birth-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 25px 0 20px; }
.birth-steps div { min-height: 120px; padding: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.045); }
.birth-steps span, .birth-steps strong, .birth-steps small { display: block; }
.birth-steps span { color: var(--orange-light); font-family: "Poppins", Arial, sans-serif; font-size: 13px; }
.birth-steps strong { margin-top: 11px; color: #ffd8a3; font-family: "Poppins", Arial, sans-serif; font-size: 16px; }
.birth-steps small { margin-top: 6px; color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.5; }
.story-copy blockquote { margin: 20px 0 26px; padding: 0 0 0 18px; border-left: 2px solid var(--orange-light); color: rgba(255,255,255,.68); font-family: "Poppins", Arial, sans-serif; font-size: 15px; font-style: italic; line-height: 1.55; }
.story-copy blockquote strong { color: white; }
.story-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0 34px; }
.story-facts div { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.17); }
.story-facts strong, .story-facts span { display: block; }
.story-facts strong { color: #ffd8a3; font-family: "Poppins", Arial, sans-serif; font-size: 17px; }
.story-facts span { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 10px; }
.button-light { color: var(--ink); background: white; }
.button-light:hover { background: var(--cream); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 32px max(5vw, calc((100vw - 1260px) / 2)); color: rgba(255,255,255,.6); background: #080706; font-size: 10px; }
.site-footer p { margin: 0; }
.brand-footer { color: white; }
.brand-footer .brand-logo { width: 155px; }
.footer-center { text-align: center; }
.legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 15px; margin-top: 10px; }
.legal-links button, .legal-links a { padding: 0; border: 0; color: rgba(255,255,255,.55); background: transparent; font: inherit; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; cursor: pointer; transition: color .2s ease, text-decoration-color .2s ease; }
.legal-links button:hover, .legal-links button:focus-visible, .legal-links a:hover, .legal-links a:focus-visible { color: white; text-decoration-color: var(--orange-light); }
.footer-shop { color: white; font-weight: 600; text-decoration: none; }

.info-dialog { width: min(760px, calc(100vw - 28px)); max-height: min(86svh, 820px); padding: 0; overflow: hidden; border: 0; border-radius: 28px; color: var(--ink); background: #fffaf4; box-shadow: 0 35px 120px rgba(0,0,0,.45); }
.info-dialog::backdrop { background: rgba(8,7,6,.78); backdrop-filter: blur(7px); }
.dialog-head { position: sticky; z-index: 2; top: 0; display: grid; grid-template-columns: 54px 1fr 44px; align-items: center; gap: 15px; padding: 20px 24px; color: white; background: linear-gradient(135deg, #1a0d08, #602b0f); }
.dialog-head img { width: 52px; height: 52px; object-fit: contain; }
.dialog-head span { display: block; color: #ffd8a3; font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.dialog-head h2 { margin: 3px 0 0; font-family: "Comfortaa", Arial, sans-serif; font-size: 25px; letter-spacing: -.035em; }
.dialog-close { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: white; background: rgba(255,255,255,.08); font-size: 25px; cursor: pointer; }
.dialog-close:hover, .dialog-close:focus-visible { background: rgba(255,255,255,.18); }
.dialog-body { max-height: calc(min(86svh, 820px) - 94px); padding: 28px 30px 34px; overflow-y: auto; }
.dialog-body h3 { margin: 28px 0 8px; color: var(--brown); font-family: "Comfortaa", Arial, sans-serif; font-size: 16px; }
.dialog-body > p { color: var(--muted); font-size: 12px; line-height: 1.75; }
.dialog-body a { color: var(--brown); font-weight: 700; }
.dialog-lead { margin-top: 0; color: var(--ink) !important; font-size: 14px !important; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.legal-block { padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.legal-block > span { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.legal-block > strong { display: block; margin-top: 7px; font-family: "Comfortaa", Arial, sans-serif; font-size: 14px; }
.legal-block p { margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.prototype-note { display: flex; gap: 14px; margin-top: 25px; padding: 15px 17px; border-left: 3px solid var(--orange-light); border-radius: 0 12px 12px 0; background: var(--cream); }
.prototype-note strong { flex: 0 0 135px; font-family: "Comfortaa", Arial, sans-serif; font-size: 11px; }
.prototype-note span { color: var(--muted); font-size: 9px; line-height: 1.6; }
.dialog-source { margin: 24px 0 0 !important; padding-top: 17px; border-top: 1px solid var(--line); font-size: 10px !important; }
.privacy-list { display: grid; gap: 9px; margin-top: 24px; }
.privacy-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.privacy-list > div > span { color: var(--orange); font-family: "Comfortaa", Arial, sans-serif; font-size: 11px; font-weight: 700; }
.privacy-list p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.privacy-list strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 11px; }
.cookie-status-list { display: grid; gap: 8px; margin-top: 22px; }
.cookie-status-list > div { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 13px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.cookie-status-list p { margin: 0; }
.cookie-status-list strong, .cookie-status-list small { display: block; }
.cookie-status-list strong { font-size: 11px; }
.cookie-status-list small { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.cookie-status-list b { color: var(--muted); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #c7c0bb; }
.status-on { background: #2daa00; box-shadow: 0 0 0 4px rgba(45,170,0,.12); }
.dialog-actions { display: flex; justify-content: flex-end; margin-top: 22px; }
.dialog-actions .button { border: 0; cursor: pointer; }

.cookie-banner { position: fixed; z-index: 150; right: 22px; bottom: 22px; display: grid; grid-template-columns: 48px minmax(210px, 1fr); gap: 12px 14px; width: min(520px, calc(100vw - 30px)); padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; color: white; background: rgba(17,9,5,.96); box-shadow: 0 22px 70px rgba(0,0,0,.42); backdrop-filter: blur(14px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner > img { width: 46px; height: 46px; object-fit: contain; }
.cookie-banner strong { display: block; font-family: "Comfortaa", Arial, sans-serif; font-size: 14px; }
.cookie-banner p { margin: 5px 0 0; color: rgba(255,255,255,.59); font-size: 9px; line-height: 1.5; }
.cookie-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 8px; }
.cookie-actions button { min-height: 38px; padding: 0 14px; border-radius: 999px; font-family: "Poppins", Arial, sans-serif; font-size: 9px; font-weight: 600; cursor: pointer; }
.cookie-details { border: 1px solid rgba(255,255,255,.2); color: white; background: transparent; }
.cookie-accept { border: 0; color: white; background: var(--orange); }

.wp-content-shell { min-height: 70vh; padding: 150px max(5vw, calc((100vw - 980px) / 2)) 80px; background: var(--white); }
.wp-content-card { padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.wp-content-card h1 { margin: 0 0 28px; color: var(--brown); font-family: "Comfortaa", Arial, sans-serif; font-size: clamp(36px, 6vw, 62px); letter-spacing: -.04em; }
.entry-content { color: var(--muted); font-size: 15px; line-height: 1.8; }
.entry-content h2, .entry-content h3 { color: var(--brown); font-family: "Comfortaa", Arial, sans-serif; }
.entry-content img { max-width: 100%; height: auto; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 960px) {
  .site-header { height: 72px; padding: 0 22px; }
  .site-header::before { height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 6px; padding: 95px 28px 42px; color: white; background: rgba(15,8,5,.98); transform: translateX(105%); transition: transform .28s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav a { padding: 16px 8px; border-bottom: 1px solid rgba(255,255,255,.12); font-family: "Comfortaa", Arial, sans-serif; font-size: 25px; }
  .nav-shop { margin-top: 18px; border: 0; border-radius: 14px; color: white; text-align: center; background: var(--orange); }
  .hero { grid-template-columns: 1fr 1fr; gap: 0; height: auto; min-height: 760px; padding: 110px 30px 70px; }
  .hero-visual { width: 48vw; }
  .need-selector { grid-template-columns: 1fr 1fr; }
  .range-grid { grid-template-columns: 1fr; max-width: 610px; }
  .range-card > p:not(.range-kicker):not(.range-proof) { min-height: auto; }
  .story-panel { grid-template-columns: .72fr 1.28fr; }
  .story-copy { padding: 55px 35px 55px 20px; }
  .info-facts { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .site-header::before { top: 46px; }
}

@media (max-width: 680px) {
  .brand-logo { width: 165px; }
  .hero { display: flex; flex-direction: column; justify-content: center; min-height: 850px; padding: 112px 21px 54px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero .eyebrow { justify-content: center; margin-bottom: 18px; font-size: 9px; }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-text { margin-top: 20px; font-size: 15px; line-height: 1.6; }
  .hero-actions { width: 100%; margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .hero-points { justify-content: center; gap: 7px 12px; margin-top: 20px; font-size: 9px; }
  .hero-visual { order: -1; width: min(78vw, 330px); margin: 0 auto 25px; }
  .floating-chip { padding: 7px 10px; font-size: 8px; }
  .chip-zero { left: -3%; }
  .chip-power { right: -4%; }
  .scroll-cue { display: none; }
  .range-section { padding: 78px 17px; }
  .section-heading h2 { font-size: 43px; }
  .section-heading > p:last-child { font-size: 14px; }
  .need-selector { grid-template-columns: 1fr; margin-top: 35px; border-radius: 20px; }
  .need-button { min-height: 62px; }
  .range-grid { gap: 14px; max-width: 390px; }
  /* Sur téléphone, les cartes ZERO / POWER / GLUT1 sont de vrais carrés. */
  .range-card {
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 17px;
    border-radius: 24px;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto auto auto;
    gap: 7px;
  }
  .range-topline { min-height: 28px; font-size: 11px; }
  .range-pill { padding: 6px 10px; font-size: 8px; }
  .product-showcase {
    min-height: 0;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(105px, .92fr) minmax(105px, 1.08fr);
    gap: 11px;
    align-items: center;
  }
  .product-image-link { width: 100%; max-width: 145px; aspect-ratio: 1 / 1; border-radius: 18px; box-shadow: 7px 8px 0 color-mix(in srgb, var(--accent) 13%, transparent); }
  .product-pack { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .product-image-link > span { display: none; }
  .product-choices, .product-choices-glut1 {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }
  .product-choices button, .product-choices-glut1 button {
    min-height: 28px;
    padding: 4px 6px;
    font-size: 8.5px;
    line-height: 1.05;
  }
  .range-kicker { margin: 0; font-size: 8px; letter-spacing: .11em; line-height: 1.2; }
  .range-card h3 { margin: 0; font-size: clamp(21px, 7vw, 27px); line-height: 1.03; }
  /* Les détails restent disponibles via le bouton Découvrir ; on évite les cartes verticales interminables sur mobile. */
  .range-card > p:not(.range-kicker), .range-card > ul { display: none; }
  .range-card > a { min-height: 34px; padding-top: 6px; border-top: 1px solid var(--line); font-size: 10px; }
  .range-card > a span { width: 28px; height: 28px; }
  .range-card.is-muted { display: none; }
  .learn-section { padding: 75px 17px; }
  .learn-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .learn-card { grid-template-columns: 48px 1fr 38px; gap: 14px; min-height: 180px; padding: 22px 19px; }
  .learn-number { width: 46px; height: 46px; border-radius: 14px; }
  .learn-card h3 { font-size: 21px; }
  .learn-card b { width: 36px; height: 36px; }
  .story-section { padding: 12px 12px 55px; }
  .story-panel { display: flex; flex-direction: column; min-height: auto; border-radius: 29px; }
  .story-visual { min-height: 420px; }
  .story-marie-art { object-position: center 40%; }
  .artisan-seal { left: 6%; bottom: 4%; width: 92px; }
  .marie-signature { right: 5%; bottom: 9%; left: auto; top: auto; max-width: 70%; padding: 10px 14px 11px 13px; }
  .marie-signature strong { font-size: 31px; }
  .marie-signature span { font-size: 7px; }
  .story-copy { padding: 28px 25px 44px; text-align: center; }
  .story-copy .eyebrow { justify-content: center; }
  .story-copy h2 { font-size: 55px; }
  .story-copy > p:not(.eyebrow) { font-size: 14px; }
  .birth-steps { grid-template-columns: 1fr; }
  .birth-steps div { min-height: auto; text-align: left; }
  .story-facts { grid-template-columns: 1fr; text-align: left; }
  .button-light { width: 100%; }
  .site-footer { display: flex; flex-direction: column; padding: 34px 20px; text-align: center; }
  .legal-links { max-width: 330px; }
  .footer-shop { margin-top: 2px; }
  .legal-grid { grid-template-columns: 1fr; }
  .dialog-head { grid-template-columns: 42px 1fr 38px; gap: 10px; padding: 16px; }
  .dialog-head img { width: 40px; height: 40px; }
  .dialog-head h2 { font-size: 20px; }
  .dialog-close { width: 36px; height: 36px; }
  .dialog-body { padding: 22px 18px 26px; }
  .prototype-note { flex-direction: column; gap: 6px; }
  .prototype-note strong { flex-basis: auto; }
  .cookie-status-list > div { grid-template-columns: 10px 1fr; }
  .cookie-status-list b { grid-column: 2; }
  .cookie-banner { right: 15px; bottom: 15px; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions button { flex: 1; }
  .info-main { padding-top: 72px; }
  .info-hero { padding: 65px 21px 60px; }
  .info-hero::after { right: -250px; top: -130px; }
  .info-hero h1 { font-size: 49px; }
  .info-content { padding: 55px 18px 72px; }
  .info-intro { grid-template-columns: 1fr; gap: 25px; }
  .info-intro h2 { font-size: 38px; }
  .info-facts { margin-top: 35px; }
  .ratio-panel { grid-template-columns: 1fr; gap: 26px; margin-top: 42px; padding: 26px 21px; }
  .care-note { grid-template-columns: 38px 1fr; padding: 20px 18px; }
  .care-note > span { width: 36px; height: 36px; }
  .product-bridge { grid-template-columns: 70px 1fr; gap: 16px; padding: 22px 18px; }
  .product-bridge img { width: 68px; height: 68px; }
  .product-bridge .button { grid-column: 1 / -1; width: 100%; }
  .page-nav { flex-direction: column; }
  .page-nav a { justify-content: center; }
}



/* --- Correctifs v1.5.0 : desktop intact, cartes carrées seulement sur téléphone --- */
@media (min-width: 681px) {
  .range-card {
    aspect-ratio: auto !important;
    display: block !important;
    overflow: hidden;
  }
  .product-showcase {
    display: block !important;
    margin: 20px 0 26px !important;
  }
  .product-image-link {
    width: min(100%, 245px) !important;
    aspect-ratio: 400 / 459 !important;
    margin-inline: auto !important;
  }
  .product-pack {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 400 / 459 !important;
    object-fit: contain !important;
  }
  .product-choices {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 7px !important;
    margin-top: 16px !important;
  }
  .product-choices-glut1 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .range-card > p:not(.range-kicker):not(.range-proof) { display: block !important; }
  .range-card ul { display: block !important; }
  .range-proof { display: flex !important; }
}

@media (max-width: 680px) {
  .range-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    max-width: 390px !important;
    margin-inline: auto !important;
  }
  .range-card {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 16px !important;
    border-radius: 24px !important;
    display: grid !important;
    grid-template-rows: 26px minmax(0, 1fr) auto auto !important;
    gap: 7px !important;
  }
  .range-topline {
    min-height: 26px !important;
    margin: 0 !important;
    font-size: 10px !important;
  }
  .range-pill {
    padding: 5px 9px !important;
    font-size: 8px !important;
  }
  .product-showcase {
    min-height: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .82fr) !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .product-image-link {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 17px !important;
    box-shadow: 6px 7px 0 color-mix(in srgb, var(--accent) 13%, transparent) !important;
  }
  .product-pack {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  .product-image-link > span { display: none !important; }
  .product-choices,
  .product-choices-glut1 {
    width: 100% !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    align-content: center !important;
  }
  .product-choices button,
  .product-choices-glut1 button {
    width: 100% !important;
    min-height: 27px !important;
    padding: 4px 6px !important;
    font-size: 8px !important;
    line-height: 1.05 !important;
  }
  .range-kicker {
    margin: 0 !important;
    font-size: 7.5px !important;
    line-height: 1.15 !important;
    letter-spacing: .09em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .range-card h3 {
    margin: 0 !important;
    font-size: clamp(19px, 6.2vw, 24px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  .range-card > p:not(.range-kicker),
  .range-card > ul,
  .range-proof {
    display: none !important;
  }
  .range-card > a {
    min-height: 32px !important;
    margin: 0 !important;
    padding-top: 5px !important;
    border-top: 1px solid var(--line) !important;
    font-size: 9.5px !important;
  }
  .range-card > a span {
    width: 27px !important;
    height: 27px !important;
  }
  .range-card.is-muted { display: none !important; }
}


/* --- Correctifs v1.6.0 : cartes normales sur desktop, carrées uniquement sur mobile --- */
@media (min-width: 681px) {
  .range-card {
    aspect-ratio: auto !important;
    min-height: 0;
    display: block !important;
    padding: 26px 28px 30px !important;
  }
  .product-showcase {
    margin: 20px 0 26px !important;
    display: block !important;
  }
  .product-image-link {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: auto !important;
  }
  .product-pack { width: 100% !important; height: auto !important; aspect-ratio: 400 / 459 !important; object-fit: contain !important; }
  .product-choices {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 7px !important;
    margin-top: 16px !important;
  }
  .product-choices-glut1 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }
  .range-card > p:not(.range-kicker), .range-card > ul { display: block !important; }
  .range-proof { display: flex !important; }
}

@media (max-width: 680px) {
  .range-grid { gap: 14px; max-width: 390px; }
  .range-card {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    padding: 17px !important;
    border-radius: 24px !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) auto auto auto !important;
    gap: 7px !important;
  }
  .range-topline { min-height: 28px; font-size: 11px; }
  .range-pill { padding: 6px 10px; font-size: 8px; }
  .product-showcase {
    min-height: 0;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(105px, .92fr) minmax(105px, 1.08fr) !important;
    gap: 11px !important;
    align-items: center !important;
  }
  .product-image-link {
    width: 100% !important;
    max-width: 145px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 18px !important;
    box-shadow: 7px 8px 0 color-mix(in srgb, var(--accent) 13%, transparent) !important;
  }
  .product-pack { width: 100% !important; height: 100% !important; aspect-ratio: auto !important; object-fit: contain !important; object-position: center !important; }
  .product-image-link > span { display: none !important; }
  .product-choices, .product-choices-glut1 {
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }
  .product-choices button, .product-choices-glut1 button {
    min-height: 28px !important;
    padding: 4px 6px !important;
    font-size: 8.5px !important;
    line-height: 1.05 !important;
  }
  .range-kicker { margin: 0 !important; font-size: 8px !important; letter-spacing: .11em !important; line-height: 1.2 !important; }
  .range-card h3 { margin: 0 !important; font-size: clamp(21px, 7vw, 27px) !important; line-height: 1.03 !important; }
  .range-card > p:not(.range-kicker), .range-card > ul { display: none !important; }
  .range-proof { display: none !important; }
  .range-card > a { min-height: 34px !important; padding-top: 6px !important; border-top: 1px solid var(--line) !important; font-size: 10px !important; }
  .range-card > a span { width: 28px !important; height: 28px !important; }
}


/* Contenus pilotés depuis Pages > Modifier dans WordPress. */
.story-editable-content p { margin: 0 0 18px; }
.dialog-editable-page { margin-bottom: 20px; }
.dialog-editable-page h2, .dialog-editable-page h3 { margin: 18px 0 8px; }
.dialog-editable-page p { margin: 0 0 12px; }
/* Les coordonnées éditables sont maintenant dans la page Mentions légales ;
   on conserve seulement le bloc hébergeur dynamique du thème. */
.legal-grid-theme-details .legal-block:not(:last-child) { display: none; }
