/* ============================================================
   LA MÉTHODE ANIME — FREEBIE (page 3 étapes)
   Brutaliste éditorial · N&B + rouge sang · screentones manga
   ============================================================ */
@import url('assets/colors_and_type.css');

html, body { margin: 0; padding: 0; background: var(--bg); color: var(--fg); }
body { font-family: var(--font-body); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }

/* ---------- LAYOUT ---------- */
.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; position: relative; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; position: relative; }
.section { position: relative; padding: 104px 0; overflow: hidden; }
.section-dark { background: var(--ink-000); color: var(--white); }
.section-darker { background: #050505; color: var(--white); }
.section-paper { background: var(--paper); color: var(--ink-000); }
.section-blood { background: var(--blood); color: var(--white); }

/* ============================================================
   EYEBROW + TAGS  (repris du design system)
   ============================================================ */
.eyebrow {
  font-family: var(--font-mono); font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.22em;
  font-weight: 700; display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: "//"; opacity: 0.6; }
.eyebrow-red { color: var(--blood); }
.eyebrow-sun { color: var(--sun); }
.eyebrow-ghost { color: var(--ink-700); }
.eyebrow-ink  { color: var(--ink-000); }

.tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.15em;
  padding: 6px 10px; border: 2px solid currentColor;
}
.tag-pill { border-radius: 999px; }
.tag-blood { background: var(--blood); color: var(--white); border-color: var(--blood); }
.tag-sun { background: var(--sun); color: var(--ink-000); border-color: var(--ink-000); }
.tag-ghost { color: var(--ink-700); border-color: var(--ink-400); }
.tag-ink { background: var(--ink-000); color: var(--white); border-color: var(--ink-000); }

/* ============================================================
   BUTTONS (repris du design system)
   ============================================================ */
.btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-ultra);
  text-transform: uppercase; letter-spacing: 0.01em;
  border: 3px solid var(--white);
  cursor: pointer;
  background: transparent; color: inherit;
  transition: transform var(--t-fast) var(--ease-snap), box-shadow var(--t-fast) var(--ease-snap);
  text-decoration: none;
  white-space: nowrap;
}
.btn-md { padding: 16px 22px; font-size: 16px; }
.btn-lg { padding: 22px 30px; font-size: 22px; }
.btn-primary {
  background: var(--blood); color: var(--white); border-color: var(--white);
  box-shadow: 8px 8px 0 0 var(--white) !important;
}
.btn-lg.btn-primary { box-shadow: 10px 10px 0 0 var(--white) !important; }
.btn-light {
  background: var(--ink-000); color: var(--white); border-color: var(--ink-000);
  box-shadow: 8px 8px 0 0 var(--blood) !important;
}
.btn-secondary {
  background: transparent; color: var(--white); border-color: var(--white);
  box-shadow: 8px 8px 0 0 var(--blood) !important;
}
.btn:hover { transform: translate(-3px, -3px); }
.btn-primary:hover { box-shadow: 11px 11px 0 0 var(--white) !important; }
.btn-light:hover { box-shadow: 11px 11px 0 0 var(--blood) !important; }
.btn-secondary:hover { box-shadow: 11px 11px 0 0 var(--blood) !important; }
.btn:active { transform: translate(0, 0); box-shadow: 0 0 0 0 currentColor !important; }

/* ============================================================
   HEADER STICKY
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ink-300);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 32px; max-width: 1180px; margin: 0 auto; gap: 24px; }
.header-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.header-brand img { width: 38px; height: 38px; }
.header-brand .wm { font-family: var(--font-ultra); font-size: 17px; text-transform: uppercase; letter-spacing: -0.02em; color: var(--white); line-height: 1; }
.header-brand .wm small { color: var(--blood); }
.header-nav { display: flex; gap: 22px; align-items: center; }
.header-nav a {
  font-family: var(--font-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--ink-700); text-decoration: none;
  padding: 6px 0; transition: color var(--t-fast);
}
.header-nav a:hover { color: var(--white); }
.header-nav .nav-cta {
  color: var(--white); border: 2px solid var(--blood);
  padding: 8px 14px; background: var(--blood);
}
.header-nav .nav-cta:hover { color: var(--white); background: var(--blood-dark); }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 72px 0 88px; overflow: hidden; }
.hero-bg-kata {
  position: absolute; font-family: var(--font-jp);
  font-size: 340px; color: var(--ink-100); line-height: 0.9;
  z-index: 0; user-select: none; pointer-events: none; white-space: nowrap;
  top: -60px; right: -40px;
}
.hero-inner { position: relative; z-index: 3; }
.hero-eyebrow-row { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; flex-wrap: wrap; }
.hero-title {
  font-family: var(--font-ultra);
  font-size: clamp(60px, 10vw, 150px);
  line-height: 0.84; letter-spacing: -0.04em;
  text-transform: uppercase; margin: 0; max-width: 14ch;
}
.hero-title .accent { color: var(--blood); display: inline-block; position: relative; }
.hero-title .accent::after {
  content: ""; position: absolute; bottom: -6px; left: 0; right: 0; height: 8px; background: var(--blood);
}
.hero-sub {
  font-family: var(--font-body); font-size: clamp(18px, 2.4vw, 24px); line-height: 1.5;
  color: var(--ink-700); max-width: 620px; margin: 34px 0 28px;
}
.hero-sub strong { color: var(--white); font-weight: 600; }
.hero-byline {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-600); margin-bottom: 44px;
}
.hero-byline .dot { color: var(--blood); }
.hero-byline strong { color: var(--white); font-weight: 700; }

/* video panel */
.video-panel {
  position: relative; aspect-ratio: 16/9; width: 100%;
  background: var(--ink-100);
  border: 3px solid var(--white);
  box-shadow: 16px 16px 0 0 var(--blood);
  overflow: hidden; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.video-panel-poster {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #2a0a2a 0%, #0a0a16 60%, #0a0a0a 100%);
}
.video-panel-poster::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.4) 1.5px, transparent 1.8px);
  background-size: 9px 9px;
  mask-image: linear-gradient(135deg, white, transparent 72%);
  -webkit-mask-image: linear-gradient(135deg, white, transparent 72%);
  opacity: 0.5;
}
.video-panel .play {
  position: relative; z-index: 3;
  width: 104px; height: 104px;
  background: var(--blood); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  border: 4px solid var(--white);
  transition: transform var(--t-fast) var(--ease-snap);
}
.video-panel:hover .play { transform: scale(1.08); }
.video-panel-tag {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  font-family: var(--font-mono); font-size: 10px;
  background: var(--ink-000); color: var(--white); padding: 5px 9px;
  letter-spacing: 0.2em; font-weight: 700; border: 1px solid var(--white);
}
.video-panel-meta {
  position: absolute; bottom: 16px; right: 16px; z-index: 3;
  font-family: var(--font-mono); font-size: 10px; color: var(--white);
  letter-spacing: 0.18em; background: rgba(0,0,0,0.7); padding: 5px 9px;
}
.video-panel-kata {
  position: absolute; right: 18px; top: 14px; z-index: 2;
  font-family: var(--font-jp); font-size: 46px; color: var(--white); opacity: 0.35;
}
.video-panel--active { cursor: default; }
.video-panel-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block; z-index: 2;
}
.video-play-btn {
  position: absolute; z-index: 4;
  width: 104px; height: 104px;
  background: var(--blood); color: var(--white);
  border: 4px solid var(--white);
  box-shadow: 8px 8px 0 0 var(--ink-000);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: transform var(--t-fast) var(--ease-snap), opacity var(--t-fast);
}
.video-play-btn:hover { transform: scale(1.08); }
.video-play-btn.hidden { opacity: 0; pointer-events: none; }

/* disclaimer */
.disclaimer {
  display: flex; gap: 18px; align-items: flex-start;
  margin-top: 40px;
  background: var(--ink-100); border: 2px solid var(--ink-400);
  border-left: 6px solid var(--sun);
  padding: 22px 24px;
}
.disclaimer .ic {
  flex-shrink: 0; width: 30px; height: 30px; color: var(--sun);
}
.disclaimer p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink-700); }
.disclaimer strong { color: var(--sun); font-weight: 700; }

/* ============================================================
   INTRO NARRATIVE (paper)
   ============================================================ */
.intro-lead {
  font-family: var(--font-body);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.4; font-weight: 500;
  color: var(--ink-000); margin: 18px 0 0; max-width: 22ch;
}
.intro-body {
  font-size: clamp(17px, 1.6vw, 20px); line-height: 1.65;
  color: var(--ink-200); margin: 28px 0 0; max-width: 60ch;
}
.intro-body em { font-style: italic; }
.intro-body strong { background: var(--ink-000); color: var(--paper); padding: 1px 8px; font-weight: 600; }
.intro-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: start; }
.intro-grid.intro-single { grid-template-columns: 1fr; max-width: 760px; }
.intro-single .intro-body { font-size: clamp(19px, 1.9vw, 24px); max-width: 64ch; }
.intro-frags { display: flex; flex-direction: column; gap: 10px; }
.intro-frag {
  font-family: var(--font-display); font-size: clamp(20px, 2.3vw, 30px);
  text-transform: uppercase; line-height: 1.02; letter-spacing: -0.01em;
  color: var(--ink-000); display: flex; align-items: baseline; gap: 12px;
}
.intro-frag .n { font-family: var(--font-mono); font-size: 12px; color: var(--blood); letter-spacing: 0.1em; }
.intro-frag.dim { color: var(--ink-500); }

/* ============================================================
   OVERVIEW — système en un coup d'œil
   ============================================================ */
.overview-title {
  font-family: var(--font-ultra); font-size: clamp(40px, 6vw, 84px);
  text-transform: uppercase; line-height: 0.9; letter-spacing: -0.03em;
  margin: 14px 0 56px;
}
.overview-title .red { color: var(--blood); }
.flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 0; align-items: stretch; }
.flow-step {
  position: relative; background: var(--ink-100);
  border: 2px solid var(--white); padding: 30px 26px;
  box-shadow: 8px 8px 0 0 var(--blood);
  display: flex; flex-direction: column; gap: 12px;
}
.flow-step .n {
  font-family: var(--font-ultra); font-size: 64px; line-height: 0.8;
  letter-spacing: -0.05em; color: var(--white);
}
.flow-step h3 {
  font-family: var(--font-display); font-size: 23px;
  text-transform: uppercase; line-height: 1.05; margin: 0;
}
.flow-step .tool { font-family: var(--font-mono); font-size: 11px; color: var(--blood); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; }
.flow-arrow {
  display: flex; align-items: center; justify-content: center;
  color: var(--blood); width: 64px;
}
.flow-arrow svg { width: 40px; height: 40px; }

/* ============================================================
   STEP SECTIONS
   ============================================================ */
.step-head { display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: start; margin-bottom: 44px; }
.step-num {
  font-family: var(--font-ultra);
  font-size: clamp(120px, 18vw, 240px);
  line-height: 0.74; letter-spacing: -0.06em;
  color: transparent; -webkit-text-stroke: 3px var(--blood);
  user-select: none;
}
.step-head-text { padding-top: 8px; }
.step-h {
  font-family: var(--font-ultra); font-size: clamp(34px, 5vw, 64px);
  text-transform: uppercase; line-height: 0.92; letter-spacing: -0.03em;
  margin: 14px 0 0; max-width: 18ch;
}
.step-intro {
  font-size: clamp(17px, 1.6vw, 20px); line-height: 1.65; color: var(--ink-700);
  max-width: 64ch; margin: 24px 0 0;
}
.step-intro strong { color: var(--white); font-weight: 600; }

.subhead {
  font-family: var(--font-body); font-size: 22px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.2;
  margin: 56px 0 14px; display: flex; align-items: center; gap: 14px;
}
.subhead::before {
  content: ""; display: inline-block; width: 26px; height: 4px; background: var(--blood); flex-shrink: 0;
}
.step-p { font-size: 17px; line-height: 1.65; color: var(--ink-700); max-width: 64ch; margin: 0 0 8px; }
.step-p strong { color: var(--white); font-weight: 600; }

/* callout — ce que tu obtiens / règle d'or */
.callout {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--ink-100); border: 2px solid var(--white);
  border-left: 6px solid var(--blood);
  box-shadow: 8px 8px 0 0 var(--ink-000);
  padding: 24px 26px; margin-top: 36px;
}
.callout.sun { border-left-color: var(--sun); }
.callout .label {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.18em; color: var(--blood);
  flex-shrink: 0; white-space: nowrap; padding-top: 2px;
}
.callout.sun .label { color: var(--sun); }
.callout p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--ink-700); }
.callout p strong { color: var(--white); font-weight: 600; }

/* ============================================================
   PROMPT BLOCK — copiable
   ============================================================ */
.prompt-block {
  border: 2px solid var(--white);
  background: var(--ink-100);
  box-shadow: 8px 8px 0 0 var(--ink-000);
  margin: 22px 0 8px;
}
.prompt-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 14px 12px 18px;
  background: var(--ink-200);
  border-bottom: 2px solid var(--white);
}
.prompt-bar .title {
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em; color: var(--white);
  display: flex; align-items: center; gap: 10px;
}
.prompt-bar .title::before { content: ">"; color: var(--blood); }
.copy-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  background: var(--blood); color: var(--white);
  border: 2px solid var(--white); padding: 8px 12px;
  cursor: pointer; white-space: nowrap;
  transition: transform var(--t-fast) var(--ease-snap), background var(--t-fast);
}
.copy-btn:hover { transform: translate(-2px,-2px); }
.copy-btn:active { transform: translate(0,0); }
.copy-btn.copied { background: var(--success); color: var(--ink-000); border-color: var(--ink-000); }
.copy-btn svg { width: 14px; height: 14px; }
.prompt-body {
  position: relative;
  padding: 20px 22px;
  font-family: var(--font-mono); font-size: 13.5px; line-height: 1.7;
  color: var(--ink-800); white-space: pre-wrap; word-break: break-word;
  max-height: 360px; overflow: auto;
}
.prompt-body.tall { max-height: 460px; }
.prompt-body::-webkit-scrollbar { width: 10px; }
.prompt-body::-webkit-scrollbar-track { background: var(--ink-000); }
.prompt-body::-webkit-scrollbar-thumb { background: var(--ink-400); border: 2px solid var(--ink-000); }
.prompt-collapsed .prompt-body { max-height: 220px; }
.prompt-fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 64px;
  background: linear-gradient(to bottom, transparent, var(--ink-100));
  pointer-events: none; display: none;
}
.prompt-collapsed .prompt-fade { display: block; }
.prompt-expand {
  display: none; width: 100%;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.16em;
  background: var(--ink-200); color: var(--blood);
  border: 0; border-top: 2px solid var(--white);
  padding: 12px; cursor: pointer;
}
.prompt-has-toggle .prompt-expand { display: block; }
.prompt-expand:hover { background: var(--ink-300); }

/* ============================================================
   STEP 03 — install steps inline
   ============================================================ */
.inline-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 22px 0 8px; }
.inline-step {
  background: var(--ink-100); border: 2px solid var(--ink-400);
  padding: 20px 22px; display: flex; gap: 16px; align-items: flex-start;
}
.inline-step .n {
  font-family: var(--font-ultra); font-size: 32px; color: var(--blood); line-height: 1; flex-shrink: 0;
}
.inline-step p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--ink-700); }
.inline-step strong { color: var(--white); font-weight: 600; }

/* ============================================================
   FINAL CTA — vers produit payant
   ============================================================ */
.final-cta { position: relative; background: var(--blood); color: var(--white); padding: 130px 0; overflow: hidden; }
.final-cta::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(0,0,0,0.18) 1.5px, transparent 1.8px);
  background-size: 10px 10px; pointer-events: none;
}
.final-cta .kata {
  font-family: var(--font-jp); font-size: clamp(120px, 22vw, 320px);
  color: rgba(0,0,0,0.16); line-height: 0.85;
  position: absolute; top: 46%; left: 50%; transform: translate(-50%,-50%);
  white-space: nowrap; z-index: 1; user-select: none; pointer-events: none;
}
.final-cta-inner { position: relative; z-index: 3; text-align: center; }
.final-cta .eyebrow { justify-content: center; color: var(--ink-000); margin-bottom: 24px; }
.final-cta .eyebrow::before { opacity: 0.7; }
.final-cta h2 {
  font-family: var(--font-ultra); font-size: clamp(56px, 9vw, 140px);
  line-height: 0.86; letter-spacing: -0.04em; text-transform: uppercase;
  margin: 0 0 26px;
}
.final-cta h2 .stroke { -webkit-text-stroke: 3px var(--white); color: transparent; }
.final-cta p { font-size: clamp(18px, 2vw, 22px); max-width: 660px; margin: 0 auto 42px; line-height: 1.5; }
.final-cta p strong { font-weight: 700; }
.final-cta .row { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; align-items: center; }
.final-cta .seats {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.2em;
  text-transform: uppercase; margin-top: 28px; color: var(--ink-000);
}
.final-cta .seats b { background: var(--ink-000); color: var(--sun); padding: 3px 8px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #050505; color: var(--ink-600); padding: 56px 0 36px; border-top: 1px solid var(--ink-300); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand img { width: 50px; height: 50px; }
.footer-brand .wm { font-family: var(--font-ultra); font-size: 20px; text-transform: uppercase; color: var(--white); letter-spacing: -0.02em; line-height: 1; }
.footer-tags { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-500); display: flex; gap: 10px; align-items: center; }
.footer-tags .dot { color: var(--blood); }
.footer-back {
  font-family: var(--font-mono); font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.16em; color: var(--ink-700); text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.footer-back:hover { color: var(--white); }
.footer-kata {
  font-family: var(--font-jp); font-size: clamp(64px, 11vw, 150px);
  color: var(--ink-200); line-height: 0.9; white-space: nowrap;
  margin-top: 40px; overflow: hidden; letter-spacing: 0.05em;
}

/* ============================================================
   MARQUEE divider
   ============================================================ */
.marquee {
  background: var(--blood); color: var(--white);
  padding: 16px 0; overflow: hidden;
  border-top: 2px solid var(--white); border-bottom: 2px solid var(--white);
}
.marquee-track {
  display: flex; gap: 0; white-space: nowrap;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee-group {
  display: inline-flex; gap: 32px; align-items: center;
  padding-right: 32px;
  font-family: var(--font-ultra); font-size: 26px;
  text-transform: uppercase; letter-spacing: -0.01em;
}
.marquee-track .dot { display: inline-block; width: 12px; height: 12px; background: var(--white); flex-shrink: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* --- Tablette large → 920px --- */
@media (max-width: 920px) {
  .container, .container-narrow { padding: 0 20px; }
  .section { padding: 72px 0; }
  .header-nav .nav-link { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .flow { grid-template-columns: 1fr; gap: 16px; }
  .flow-arrow { width: 100%; height: 48px; transform: rotate(90deg); }
  .step-head { grid-template-columns: 1fr; gap: 8px; }
  .step-num { font-size: 110px; }
  .inline-steps { grid-template-columns: 1fr; }
  .hero-bg-kata { font-size: 180px; }
  .video-panel { box-shadow: 10px 10px 0 0 var(--blood); }
}

/* --- Téléphone → 640px --- */
@media (max-width: 640px) {
  /* Layout */
  .container, .container-narrow { padding: 0 16px; }
  .section { padding: 56px 0; }

  /* Header */
  .header-inner { padding: 12px 16px; }
  .header-brand .wm { font-size: 14px; }
  .header-brand img { width: 32px; height: 32px; }
  .header-nav { gap: 0; }
  .header-nav .nav-cta { font-size: 10px; padding: 7px 11px; }

  /* Hero */
  .hero { padding: 48px 0 64px; }
  .hero-bg-kata { font-size: 110px; top: -20px; right: -20px; }
  .hero-eyebrow-row { gap: 8px; margin-bottom: 20px; }
  .hero-title { font-size: clamp(48px, 13vw, 80px); }
  .hero-sub { font-size: 16px; margin: 24px 0 20px; }
  .hero-byline { font-size: 10px; gap: 8px; margin-bottom: 32px; flex-wrap: wrap; }
  .video-panel { box-shadow: 6px 6px 0 0 var(--blood); }
  .video-play-btn { width: 72px; height: 72px; }
  .video-play-btn svg { width: 26px; height: 26px; }
  .disclaimer { flex-direction: column; gap: 12px; padding: 16px; }
  .disclaimer .ic { width: 24px; height: 24px; }

  /* Intro */
  .intro-single .intro-body { font-size: 17px; }

  /* Overview flow */
  .overview-title { font-size: clamp(32px, 9vw, 56px); margin-bottom: 36px; }
  .flow-step { padding: 20px 18px; }
  .flow-step .n { font-size: 48px; }
  .flow-step h3 { font-size: 18px; }
  .flow-arrow { height: 36px; }

  /* Steps */
  .step-num { font-size: 80px; -webkit-text-stroke: 2px var(--blood); }
  .step-h { font-size: clamp(28px, 7vw, 44px); }
  .step-intro { font-size: 16px; }
  .subhead { font-size: 20px; margin: 40px 0 12px; }
  .subhead::before { width: 18px; }
  .step-p { font-size: 15px; }

  /* Callout */
  .callout { flex-direction: column; gap: 10px; padding: 18px; box-shadow: 4px 4px 0 0 var(--ink-000); }
  .callout .label { white-space: normal; }

  /* Prompt blocks */
  .prompt-block { box-shadow: 4px 4px 0 0 var(--ink-000); }
  .prompt-bar { flex-wrap: wrap; gap: 10px; padding: 10px 12px; }
  .prompt-bar .title { font-size: 10px; }
  .copy-btn { font-size: 10px; padding: 7px 10px; }
  .prompt-body { font-size: 12px; padding: 14px 14px; }

  /* Final CTA */
  .final-cta { padding: 80px 0; }
  .final-cta h2 { font-size: clamp(44px, 12vw, 80px); margin-bottom: 20px; }
  .final-cta p { font-size: 16px; margin-bottom: 32px; }
  .btn-lg { font-size: 17px; padding: 18px 22px; }
  .final-cta .kata { font-size: clamp(80px, 20vw, 160px); }

  /* Footer */
  .footer { padding: 40px 0 28px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-brand .wm { font-size: 16px; }
  .footer-tags { flex-wrap: wrap; }
  .footer-kata { font-size: clamp(44px, 12vw, 90px); margin-top: 24px; }
}

/* --- Petit téléphone → 380px --- */
@media (max-width: 380px) {
  .hero-title { font-size: clamp(40px, 12vw, 64px); }
  .step-num { font-size: 64px; }
  .header-nav .nav-cta { font-size: 9px; padding: 6px 9px; }
  .btn-lg { font-size: 15px; padding: 16px 18px; }
  .video-play-btn { width: 60px; height: 60px; border-width: 3px; }
  .video-play-btn svg { width: 22px; height: 22px; }
}
