/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg: #fff7fc;
  --ink: #221f20;
  --muted: rgba(34, 31, 32, 0.74);
  --accent: #732549;
  --accent-deep: #9c0f50;
  --line: rgba(115, 37, 73, 0.22);
  --soft-line: rgba(34, 31, 32, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 42%, rgba(150, 32, 85, 0.07), transparent 32%),
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.9), transparent 34%),
    var(--bg);
}

.hero {
  position: relative;
  width: 100%;
  min-height: clamp(860px, 100svh, 941px);
  padding: 38px clamp(48px, 4.35vw, 76px) 48px;
  isolation: isolate;
}

.hero-header {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  align-items: center;
  grid-gap: clamp(28px, 3vw, 52px);
  gap: clamp(28px, 3vw, 52px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.brand-mark {
  display: block;
  width: 128px;
  height: 128px;
  flex: 0 0 128px;
  object-fit: contain;
}

.brand-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--ink);
  line-height: 0.86;
  letter-spacing: 0;
}

.brand-type span:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-style: italic;
}

.brand-type span:last-child {
  font-size: 33px;
  font-weight: 500;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(34px, 3.1vw, 52px);
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--accent);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.header-cta {
  min-height: 56px;
  padding: 0 31px;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: var(--bg);
  font-size: 17px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.header-cta:hover,
.button-primary:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #a41455, #67213f);
}

.menu-button {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(540px, 1fr) minmax(520px, 1.05fr);
  grid-column-gap: clamp(24px, 2vw, 48px);
  column-gap: clamp(24px, 2vw, 48px);
  align-items: center;
  min-height: 600px;
  margin-top: 34px;
}

.hero-copy {
  align-self: center;
  max-width: 640px;
  padding-top: 18px;
}

.eyebrow {
  margin: 0 0 28px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 640px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 4.4vw, 72px);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.04;
}

h1 span {
  display: block;
}

h1 em {
  color: var(--accent);
  font-style: normal;
}

.hero-lede {
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--ink);
  font-size: clamp(20px, 1.3vw, 22px);
  font-weight: 400;
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.button {
  min-height: 60px;
  padding: 0 27px;
  font-size: 18px;
  font-weight: 600;
}

.button-primary {
  min-width: 240px;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: var(--bg);
}

.button-secondary {
  min-width: 265px;
  border-color: var(--accent);
  color: var(--accent);
  background: transparent;
}

.button-secondary:hover {
  transform: translateY(-1px);
  background: rgba(115, 37, 73, 0.055);
}

.button-arrow {
  margin-left: 18px;
  font-size: 28px;
  font-weight: 300;
  line-height: 0;
}

.hero-visual {
  position: relative;
  align-self: center;
  justify-self: end;
  width: min(620px, 46vw);
  margin-top: 8px;
  margin-right: clamp(72px, 6.4vw, 108px);
}

.hero-visual picture,
.radar-image {
  display: block;
  width: 100%;
  height: auto;
}


.radar-label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}

.radar-label span {
  width: 68px;
  height: 1px;
  background: rgba(115, 37, 73, 0.42);
}

.radar-label-funding {
  top: 20.8%;
  right: -64px;
}

.radar-label-recruiting {
  top: 47.3%;
  right: -90px;
}

.radar-label-it {
  right: -8px;
  bottom: 21.8%;
}

.signal-chips {
  display: none;
}

.trust-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 8px;
  color: var(--ink);
}

.trust-label {
  flex: 0 0 auto;
  color: rgba(34, 31, 32, 0.58);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.trust-marquee {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}

.trust-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: trust-marquee 36s linear infinite;
}

.trust-track:hover {
  animation-play-state: paused;
}

.trust-track .trust-logo {
  flex: 0 0 auto;
  padding: 0 42px;
  color: rgba(34, 31, 32, 0.85);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

@keyframes trust-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-track {
    animation: none;
  }
}

@media (max-width: 1320px) {
  .hero {
    padding-inline: 52px;
  }

  .hero-content {
    grid-template-columns: minmax(500px, 1fr) minmax(460px, 1fr);
    column-gap: 32px;
  }

  h1 {
    font-size: 64px;
  }

  .hero-visual {
    width: min(500px, 40vw);
    margin-right: clamp(70px, 6vw, 100px);
  }

  .radar-label {
    font-size: 16px;
  }
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 26px;
    font-size: 16px;
  }

  .header-cta {
    min-height: 52px;
    padding-inline: 24px;
  }

  .hero-content {
    grid-template-columns: 1fr 0.9fr;
    column-gap: 24px;
  }

  h1 {
    font-size: 56px;
  }

  .hero-lede {
    font-size: 19px;
  }

  .button {
    min-width: auto;
    padding-inline: 22px;
  }

  .hero-visual {
    width: min(440px, 38vw);
    margin-right: clamp(60px, 5vw, 80px);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 100svh;
    padding: 18px 22px 20px;
    display: flex;
    flex-direction: column;
  }

  .hero-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }

  .brand {
    gap: 6px;
  }

  .brand-mark {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }

  .brand-type span:first-child {
    font-size: 18px;
  }

  .brand-type span:last-child {
    font-size: 19px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    width: 28px;
    height: 22px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
  }

  .menu-button span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--ink);
  }

  .radar-label {
    display: none;
  }

  .hero-content {
    display: flex;
    min-height: auto;
    flex-direction: column;
    margin-top: 44px;
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .eyebrow {
    margin: 0 0 16px;
    font-size: 10.5px;
    letter-spacing: 0.14em;
  }

  h1 {
    max-width: 100%;
    margin: 0 auto;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.005em;
  }

  .hero-lede {
    width: 100%;
    margin: 18px auto 0;
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(34, 31, 32, 0.78);
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin: 24px auto 0;
  }

  .button {
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
    font-size: 14.5px;
  }

  .button-primary .button-arrow {
    display: none;
  }

  .button-arrow {
    margin-left: 10px;
    font-size: 18px;
  }

  .hero-visual {
    position: relative;
    width: 210px;
    height: 210px;
    margin: 28px auto 0;
  }

  .hero-visual picture,
  .hero-visual .radar-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .radar-image {
    opacity: 0.95;
  }

  .signal-chips {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .signal-chips span {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border: 1px solid rgba(115, 37, 73, 0.2);
    border-radius: 999px;
    background: rgba(255, 247, 252, 0.92);
    color: var(--accent);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(115, 37, 73, 0.08);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    pointer-events: auto;
  }

  .signal-chips i {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--accent-deep);
  }

  .signal-chip {
    padding: 4px 9px;
    font-size: 10.5px;
  }

  .signal-chip-1 {
    top: -2px;
    right: -28px;
  }

  .signal-chip-2 {
    top: 52%;
    right: -40px;
    transform: translateY(-50%);
  }

  .signal-chip-3 {
    bottom: 4px;
    left: -26px;
  }

  .trust-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: auto;
    padding-top: 24px;
  }

  .trust-label {
    align-self: center;
    color: rgba(34, 31, 32, 0.5);
    font-size: 9.5px;
    letter-spacing: 0.14em;
    text-align: center;
  }

  .trust-track {
    animation-duration: 28s;
  }

  .trust-track .trust-logo {
    padding: 0 18px;
    font-size: 13.5px;
    font-weight: 700;
  }
}

@media (max-width: 380px) {
  .hero {
    padding: 20px 20px 24px;
  }

  h1 {
    font-size: 30px;
  }

  .hero-lede {
    font-size: 14px;
  }

  .hero-visual {
    width: 180px;
    margin-top: 28px;
  }
}

/* ============================================
   Hero entrance animations
   ============================================ */

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-soften {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hero-accent {
  from {
    color: var(--ink);
  }
  to {
    color: var(--accent);
  }
}

@keyframes hero-pop {
  from {
    opacity: 0;
    transform: translate3d(0, 6px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.hero-header,
.eyebrow,
h1,
.hero-lede,
.hero-actions,
.signal-chip,
.radar-label,
.trust-row {
  opacity: 0;
  animation: hero-rise 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  will-change: opacity, transform;
}

.hero-header {
  animation-delay: 0.05s;
}

.eyebrow {
  animation-delay: 0.18s;
}

h1 {
  animation-delay: 0.28s;
  animation-duration: 1s;
}

h1 em {
  animation: hero-accent 0.9s 1.05s cubic-bezier(0.22, 0.65, 0.3, 1) both;
}

.hero-lede {
  animation-delay: 0.45s;
}

.hero-actions {
  animation-delay: 0.6s;
}

.hero-visual picture,
.hero-visual .radar-image {
  animation: hero-soften 1.2s 0.55s cubic-bezier(0.22, 0.65, 0.3, 1) both;
  will-change: opacity;
}

.radar-label {
  animation-name: hero-pop;
  animation-duration: 0.7s;
}

.radar-label-funding {
  animation-delay: 1s;
}

.radar-label-recruiting {
  animation-delay: 1.15s;
}

.radar-label-it {
  animation-delay: 1.3s;
}

.signal-chip {
  animation-name: hero-pop;
  animation-duration: 0.7s;
}

.signal-chip-1 {
  animation-delay: 1s;
}

.signal-chip-2 {
  animation-delay: 1.15s;
}

.signal-chip-3 {
  animation-delay: 1.3s;
}

.trust-row {
  animation-delay: 0.95s;
}

@media (prefers-reduced-motion: reduce) {
  .hero-header,
  .eyebrow,
  h1,
  .hero-lede,
  .hero-actions,
  .signal-chip,
  .radar-label,
  .trust-row,
  .hero-visual picture,
  .hero-visual .radar-image,
  h1 em {
    animation: none;
    opacity: 1;
    transform: none;
  }

  h1 em {
    color: var(--accent);
  }
}

/* ============================================
   Section 2 — Infrastructure qui connecte tout
   ============================================ */

.section-2 {
  --s2-pink-top: #fff7fc;
  --s2-bordeaux: #4a1a35;
  --s2-bg-deep: #110510;
  --s2-text: #fff7fc;
  --s2-text-soft: rgba(255, 247, 252, 0.74);
  --s2-text-faint: rgba(255, 247, 252, 0.5);
  --s2-accent: #ff5fa0;
  --s2-accent-warm: #e94883;
  --s2-accent-deep: #732549;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: clamp(80px, 8vw, 130px) clamp(48px, 5vw, 76px) clamp(72px, 7vw, 104px);
  color: var(--s2-text);
  /* Photo bg fills the whole section + soft top fade for fluid transition
     out of section 1 (light pink). */
  background:
    url("/section2-assets/bg-violet.webp") center / cover no-repeat,
    var(--s2-bg-deep);
}

.section-2-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(540px, 1.35fr) minmax(460px, 0.85fr);
  grid-gap: clamp(40px, 4vw, 72px);
  gap: clamp(40px, 4vw, 72px);
  align-items: center;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  min-height: clamp(560px, 50vw, 700px);
}

.section-2-copy {
  max-width: 720px;
  padding-block: clamp(20px, 3vw, 48px);
}

.section-2-eyebrow {
  margin: 0 0 32px;
  color: var(--s2-accent);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-2-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.3vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--s2-text);
}

.section-2-title span {
  display: block;
}

.section-2-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--s2-accent), var(--s2-accent-warm));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-2-rule {
  display: block;
  width: 56px;
  height: 2px;
  margin: 36px 0 26px;
  background: linear-gradient(90deg, var(--s2-accent), var(--s2-accent-deep));
  border-radius: 2px;
}

.section-2-lede {
  margin: 0;
  max-width: 440px;
  color: var(--s2-text-soft);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.6;
}

/* Hub visual */

.section-2-hub {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1 / 1;
}

.section-2-hub .hub-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section-2-hub .hub-image img {
  display: block;
  width: 85%;
  height: 85%;
  object-fit: contain;
  pointer-events: none;
  filter: brightness(1.6) contrast(1.1) drop-shadow(0 0 24px rgba(233, 72, 131, 0.35));
}


.hub-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 5;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: auto;
  padding: 8px;
}

/* Final desktop positions (locked from drag). Top label above icon, bottom
   label below icon — keeps the icon as close as possible to the branch tip. */
.hub-node--intent    { top: 0%;     left: 49.94%; flex-direction: column-reverse; }
.hub-node--targeting { top: 57.52%; left: 7.05%;  }
.hub-node--sequences { top: 61.29%; left: 93.04%; }
.hub-node--scoring   { top: 100%;   left: 50.33%; }

.hub-icon {
  display: block;
  width: clamp(78px, 9.5vw, 112px);
  height: clamp(78px, 9.5vw, 112px);
  flex: 0 0 auto;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-drag: none;
}

.hub-label {
  min-width: 0;
  max-width: 170px;
  margin-top: 4px;
  pointer-events: none;
}

.hub-label-title {
  margin: 0 0 2px;
  color: var(--s2-text);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.005em;
}

.hub-label-index {
  color: var(--s2-accent);
  font-weight: 600;
  margin-right: 2px;
}

.hub-label-desc {
  margin: 0;
  color: var(--s2-text-faint);
  font-size: clamp(11.5px, 0.85vw, 13px);
  line-height: 1.35;
}

@media (max-width: 1080px) {
  .hub-label {
    max-width: 150px;
  }
  .hub-label-desc {
    font-size: 12px;
  }
}

/* ============================================
   Section 2 — Mobile
   ============================================ */

@media (max-width: 900px) {
  .section-2 {
    padding: 40px 24px 72px;
  }

  .section-2-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: 0;
  }

  .section-2-copy {
    order: 1;
    max-width: 100%;
    text-align: center;
  }

  .section-2-hub {
    order: 2;
  }

  .section-2-eyebrow {
    margin: 0 0 18px;
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .section-2-title {
    font-size: clamp(38px, 10vw, 50px);
    line-height: 1.06;
  }

  .section-2-rule {
    width: 48px;
    margin: 26px auto 20px;
  }

  .section-2-lede {
    margin: 0 auto;
    max-width: 32ch;
    font-size: 17px;
    line-height: 1.5;
  }

  .section-2-hub {
    max-width: min(92vw, 400px);
    margin-top: 24px;
  }

  .hub-icon {
    width: 56px;
    height: 56px;
  }

  .hub-label-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
  }

  .hub-label-desc {
    display: none;
  }

  .hub-label-index {
    display: none;
  }

  .hub-label {
    max-width: 90px;
  }

  /* Mobile positions: dialed in via the #drag helper on a 390px viewport. */
  .hub-node--intent    { top: 4.57%;  left: 50.01%; flex-direction: column-reverse; }
  .hub-node--targeting { top: 55.11%; left: 8.8%;   flex-direction: column; }
  .hub-node--sequences { top: 57.59%; left: 91.34%; flex-direction: column; }
  .hub-node--scoring   { top: 95.23%; left: 50.15%; flex-direction: column; }
}

@media (max-width: 420px) {
  .section-2 {
    padding: 28px 20px 56px;
  }

  .section-2-title {
    font-size: 32px;
  }

  .hub-icon {
    width: 54px;
    height: 54px;
  }
}

/* ============================================
   Section 2 entrance animations
   ============================================ */

@keyframes hub-node-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.section-2-eyebrow,
.section-2-title,
.section-2-rule,
.section-2-lede {
  opacity: 0;
  animation: hero-rise 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  will-change: opacity, transform;
}

.hub-node {
  opacity: 0;
  animation: hub-node-in 0.45s 0.3s ease-out forwards;
  will-change: opacity;
}

.section-2-eyebrow {
  animation-delay: 0.05s;
}

.section-2-title {
  animation-delay: 0.15s;
}

.section-2-rule {
  animation-delay: 0.3s;
}

.section-2-lede {
  animation-delay: 0.4s;
}

/* hub image: no entrance animation, it just renders */

@media (prefers-reduced-motion: reduce) {
  .section-2-eyebrow,
  .section-2-title,
  .section-2-rule,
  .section-2-lede,
  .hub-node,
  .section-2-hub .hub-image img,
  .section-2::before,
  .section-2::after {
    animation: none;
    opacity: 1;
  }

  .hub-node {
    transform: translate(-50%, -50%);
  }
}

/* ============================================
   Section 3 — Stack de prospection
   ============================================ */

.section-3 {
  --s3-bg: #fff7fc;
  --s3-ink: #221f20;
  --s3-muted: rgba(34, 31, 32, 0.68);
  --s3-accent: #732549;
  --s3-accent-deep: #9c0f50;
  --s3-pink-soft: #fbeaf2;
  --s3-pink-strong: #f7dce8;
  --s3-line: rgba(115, 37, 73, 0.16);
  --s3-line-soft: rgba(115, 37, 73, 0.1);
  --s3-shadow: 0 14px 40px -22px rgba(115, 37, 73, 0.32),
    0 4px 14px -8px rgba(115, 37, 73, 0.18);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: clamp(90px, 8vw, 120px) clamp(48px, 5vw, 76px) clamp(80px, 7vw, 110px);
  color: var(--s3-ink);
  background:
    radial-gradient(
      ellipse at 78% 50%,
      rgba(247, 220, 232, 0.55),
      rgba(255, 247, 252, 0) 55%
    ),
    radial-gradient(
      ellipse at 22% 25%,
      rgba(255, 255, 255, 0.7),
      rgba(255, 247, 252, 0) 50%
    ),
    var(--s3-bg);
}

/* Pattern intentionally omitted — the funnel asset already provides ambient
   sparkles, and dot/grid backgrounds were rendering as a visible checker. */

.s3-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(180px, 0.6fr) minmax(560px, 1.6fr);
  grid-template-rows: 1fr auto;
  grid-gap: clamp(24px, 3vw, 56px);
  gap: clamp(24px, 3vw, 56px);
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.s3-copy { grid-column: 1 / 2; grid-row: 1 / 2; }
.s3-tools-wrap { grid-column: 2 / 3; grid-row: 1 / 3; align-self: center; }
.s3-funnel { grid-column: 3 / 4; grid-row: 1 / 3; }
.s3-note { grid-column: 1 / 2; grid-row: 2 / 3; align-self: start; }

/* Copy column */

.s3-copy {
  max-width: 520px;
  padding-block: clamp(16px, 2vw, 32px);
}

.s3-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(50px, 4.6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.012em;
  color: var(--s3-ink);
}

.s3-title span {
  display: block;
}

.s3-title em {
  font-style: normal;
  color: var(--s3-accent);
}

.s3-rule {
  display: block;
  width: 54px;
  height: 2px;
  margin: 28px 0 22px;
  background: var(--s3-accent);
  border-radius: 2px;
}

.s3-lede {
  margin: 0;
  max-width: 380px;
  color: var(--s3-muted);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.45;
}

.s3-note {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 0;
  padding: 14px 22px 14px 16px;
  min-height: 84px;
  max-width: 340px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  border: 1px solid var(--s3-line);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: var(--s3-shadow);
}

.s3-note-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--s3-accent);
}

.s3-note-spark {
  width: 100%;
  height: 100%;
}

.s3-note p {
  margin: 0;
  color: var(--s3-ink);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
}

/* Tools column */

.s3-tools-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.s3-tools-eyebrow {
  margin: 0 0 4px;
  padding: 0 4px;
  color: var(--s3-accent);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.s3-tools {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

/* Mobile-only carousel scroll indicator. Hidden on desktop where tools are
   a vertical stack. Position rules and visibility flip happen in the
   mobile media block below. */
.s3-tools-indicator {
  display: none;
}

.s3-tool {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px 8px 8px;
  height: 62px;
  border-radius: 18px;
  border: 1px solid var(--s3-line-soft);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px -18px rgba(115, 37, 73, 0.28);
  color: var(--s3-ink);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

/* Subtle line from each tool card toward the funnel (desktop only).
   Hidden under 900px where the layout becomes a horizontal carousel. */
.s3-tool::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: clamp(70px, 7vw, 110px);
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(115, 37, 73, 0.32),
    rgba(115, 37, 73, 0)
  );
  pointer-events: none;
}

.s3-tool--link {
  cursor: pointer;
}

.s3-tool--link:hover,
.s3-tool--link:focus-visible {
  transform: translateY(-2px);
  border-color: var(--s3-line);
  box-shadow: 0 14px 30px -16px rgba(115, 37, 73, 0.4);
  outline: none;
}

.s3-tool--link:focus-visible {
  outline: 2px solid var(--s3-accent);
  outline-offset: 3px;
}

.s3-tool-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
}

.s3-tool-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s3-tool-name {
  color: var(--s3-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.005em;
  white-space: nowrap;
}

/* Funnel column */

.s3-funnel {
  position: relative;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 820px;
}

.s3-funnel-stage {
  position: relative;
  width: 100%;
  display: block;
  /* Reserve space below the funnel image for the absolutely-positioned RDV
     badge and step 4, which both overflow the frame's content box. */
  padding-bottom: clamp(60px, 7vw, 90px);
}

/* Frame holds the funnel image + absolutely-positioned step labels. The
   image is left-anchored at 65% width on desktop so labels can sit to its
   right inside the same frame width. */
.s3-funnel-frame {
  position: relative;
  width: 100%;
}

.s3-funnel-image {
  display: block;
  width: 65%;
}

.s3-funnel-image img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(115, 37, 73, 0.18));
  pointer-events: none;
  -webkit-user-drag: none;
}

.s3-steps {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.s3-step {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--s3-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 26px -18px rgba(115, 37, 73, 0.4);
  pointer-events: auto;
  white-space: nowrap;
  transform: translateY(-50%);
}

.s3-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
  font-weight: 700;
  color: var(--s3-accent-deep);
  background: rgba(255, 247, 252, 0.95);
  border: 1px solid rgba(156, 15, 80, 0.28);
  border-radius: 8px;
  /* hexagon-ish soft tile via clip-path */
  -webkit-clip-path: polygon(
    25% 6%,
    75% 6%,
    98% 50%,
    75% 94%,
    25% 94%,
    2% 50%
  );
          clip-path: polygon(
    25% 6%,
    75% 6%,
    98% 50%,
    75% 94%,
    25% 94%,
    2% 50%
  );
}

.s3-step-label {
  color: var(--s3-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

/* Desktop step positions (drag-mode calibrated). Frame height = funnel image
   height. Labels sit to the right of the 65%-wide funnel image. Step 4 sits
   below the funnel image, aligned with the RDV badge. */
.s3-step-1 { top: 41.24%; left: 65.84%; }
.s3-step-2 { top: 63.98%; left: 61.14%; }
.s3-step-3 { top: 83.59%; left: 56.16%; }
.s3-step-4 { top: 116.28%; left: 46.43%; }

.s3-step-label {
  max-width: 220px;
  white-space: nowrap;
}

/* RDV badge — soft halo + rounded white card with calendar. Positioned
   absolutely inside .s3-funnel-frame (same coordinate system as the steps,
   so it's draggable via the #drag dev panel). Anchored at its center via
   translate(-50%, -50%); top/left are relative to the frame and refer to
   the badge's visual center. */
.s3-rdv-badge {
  position: absolute;
  top: 115.34%;
  left: 32.13%;
  transform: translate(-50%, -50%);
  width: clamp(72px, 7vw, 96px);
  aspect-ratio: 1 / 1;
  pointer-events: none;
}

.s3-rdv-halo {
  position: absolute;
  inset: -36% -36%;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(247, 200, 222, 0.55),
    rgba(247, 220, 232, 0) 65%
  );
  pointer-events: none;
}

.s3-rdv-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--s3-line);
  box-shadow:
    0 14px 30px -16px rgba(115, 37, 73, 0.4),
    0 4px 10px -6px rgba(115, 37, 73, 0.18);
  color: var(--s3-accent);
}

.s3-rdv-icon {
  display: block;
  width: 58%;
  height: 58%;
  color: inherit;
}

/* Drag mode (URL hash #drag): a fixed dev panel + a hint that steps move. */
.s3-step--dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  box-shadow: 0 18px 36px -14px rgba(115, 37, 73, 0.45);
}

.s3-drag-panel {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 999;
  background: rgba(255, 247, 252, 0.92);
  border: 1px solid rgba(115, 37, 73, 0.2);
  border-radius: 14px;
  padding: 14px 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  color: #221f20;
  box-shadow: 0 14px 32px -10px rgba(115, 37, 73, 0.25);
  min-width: 240px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  /* Pass touches THROUGH the panel to the draggable elements underneath; the
     copy button re-enables pointer events on itself. */
  pointer-events: none;
}

.s3-drag-panel button {
  pointer-events: auto;
}

@media (max-width: 900px) {
  .s3-drag-panel {
    bottom: 8px;
    right: 8px;
    left: 8px;
    padding: 8px 10px;
    min-width: 0;
    font-size: 10.5px;
  }

  .s3-drag-panel header {
    margin: 0 0 4px;
    padding-bottom: 4px;
  }

  .s3-drag-panel header span {
    display: none;
  }

  .s3-drag-panel table {
    margin: 0 0 6px;
  }

  .s3-drag-panel th,
  .s3-drag-panel td {
    padding: 1px 4px;
  }

  .s3-drag-panel button {
    padding: 6px 10px;
  }
}

.s3-drag-panel header {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(115, 37, 73, 0.15);
}

.s3-drag-panel header strong {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #732549;
  text-transform: uppercase;
}

.s3-drag-panel header span {
  font-size: 10.5px;
  color: rgba(34, 31, 32, 0.6);
}

.s3-drag-panel table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px;
}

.s3-drag-panel th,
.s3-drag-panel td {
  text-align: left;
  padding: 3px 6px;
  font-weight: 500;
}

.s3-drag-panel th {
  color: rgba(34, 31, 32, 0.55);
  font-weight: 600;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.s3-drag-panel td {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.s3-drag-panel button {
  width: 100%;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: #732549;
  color: #fff7fc;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.s3-drag-panel button:hover {
  background: #9c0f50;
}

/* ============================================
   Section 3 — Mobile
   ============================================ */

@media (max-width: 1180px) {
  .s3-inner {
    grid-template-columns: minmax(320px, 1fr) minmax(170px, auto) minmax(440px, 1.4fr);
    gap: clamp(20px, 2.4vw, 40px);
  }

  .s3-title {
    font-size: clamp(46px, 4.6vw, 62px);
  }

  .s3-tool {
    height: 58px;
    padding: 8px 14px 8px 8px;
  }

  .s3-tool-name {
    font-size: 14px;
  }

  .s3-step-label {
    font-size: 14px;
  }

  .s3-step {
    padding: 8px 14px 8px 10px;
  }

  .s3-step-num {
    width: 28px;
    height: 28px;
    font-size: 13.5px;
  }
}

@media (max-width: 900px) {
  .section-3 {
    padding: clamp(60px, 9vw, 88px) 22px clamp(72px, 10vw, 100px);
  }

  .section-3::before {
    background-size: 22px 22px;
  }

  .s3-inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: stretch;
    max-width: 540px;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .s3-copy,
  .s3-tools-wrap,
  .s3-funnel,
  .s3-note {
    grid-column: auto;
    grid-row: auto;
  }

  .s3-copy {
    order: 1;
    max-width: 100%;
    padding-block: 0;
  }

  .s3-title {
    font-size: clamp(34px, 8.4vw, 42px);
    line-height: 1.12;
  }

  .s3-rule {
    width: 44px;
    margin: 22px 0 18px;
  }

  .s3-lede {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.4;
  }

  .s3-note {
    order: 4;
    align-self: center;
    max-width: 88%;
    width: 100%;
    margin-top: 12px;
    padding: 16px 20px 16px 16px;
  }

  .s3-note p {
    font-size: 15.5px;
  }

  /* Mobile: full-width 3×2 grid of tool cards (no scroll, no clipping). */
  .s3-tools-wrap {
    order: 2;
    max-width: none;
    width: 100%;
    gap: 14px;
  }

  .s3-tools-eyebrow {
    text-align: left;
    padding: 0;
    margin: 0 0 2px;
  }

  .s3-tools {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    gap: 10px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .s3-tool {
    flex-direction: column;
    gap: 6px;
    width: auto;
    min-width: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 10px 8px;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .s3-tool::after {
    display: none;
  }

  .s3-tools-indicator {
    display: none;
  }

  .s3-tool-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .s3-tool-name {
    font-size: 12.5px;
    text-align: center;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  /* Funnel becomes the centerpiece, labels inside each layer */
  .s3-funnel {
    order: 3;
    max-width: 460px;
    /* The mobile funnel asset has ~30% empty space above the first layer.
       Pull it up to close the visible gap with the stack technique grid. */
    margin: -72px auto 0;
  }

  .s3-funnel-frame {
    width: 100%;
  }

  .s3-funnel-image {
    width: 100%;
  }

  .s3-rdv-badge {
    top: 112.65%;
    left: 49.37%;
    width: clamp(72px, 18vw, 90px);
  }

  .s3-step {
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 22px -16px rgba(115, 37, 73, 0.35);
    padding: 7px 14px 7px 8px;
    animation: s3-step-rise-mobile 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  }

  @keyframes s3-step-rise-mobile {
    from { opacity: 0; transform: translate(-50%, calc(-50% + 14px)); }
    to   { opacity: 1; transform: translate(-50%, -50%); }
  }

  .s3-step-label {
    font-size: 13.5px;
    white-space: normal;
    max-width: 140px;
    line-height: 1.18;
  }

  .s3-step-num {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  /* Mobile asset (cropped 1100×1060) layer peaks → % of frame height:
     L1≈40%, L2≈56%, L3≈72%, L4≈89%. */
  .s3-step-1 { top: 40%; left: 50%; }
  .s3-step-2 { top: 56%; left: 50%; }
  .s3-step-3 { top: 72%; left: 50%; }
  .s3-step-4 { top: 89%; left: 50%; }

}

@media (max-width: 420px) {
  .s3-title {
    font-size: 32px;
  }

  .s3-tools {
    gap: 8px;
  }

  .s3-tool {
    padding: 8px 6px;
    border-radius: 14px;
  }

  .s3-tool-icon {
    width: 34px;
    height: 34px;
  }

  .s3-tool-name {
    font-size: 11.5px;
  }

  .s3-step-label {
    font-size: 12.5px;
    max-width: 120px;
  }
}

/* ============================================
   Section 3 entrance animations
   ============================================ */

@keyframes s3-step-rise {
  from { opacity: 0; transform: translate(0, calc(-50% + 14px)); }
  to   { opacity: 1; transform: translateY(-50%); }
}

@keyframes s3-rdv-rise {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 10px)); }
  to   { opacity: 1; transform: translate(-50%, -50%); }
}

.s3-title,
.s3-rule,
.s3-lede,
.s3-note,
.s3-tools-eyebrow,
.s3-tool,
.s3-funnel-image {
  opacity: 0;
  animation: hero-rise 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  will-change: opacity, transform;
}

.s3-step {
  opacity: 0;
  animation: s3-step-rise 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  will-change: opacity, transform;
}

.s3-rdv-badge {
  opacity: 0;
  animation: s3-rdv-rise 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  will-change: opacity, transform;
}

.s3-title { animation-delay: 0.08s; }
.s3-rule { animation-delay: 0.22s; }
.s3-lede { animation-delay: 0.3s; }
.s3-tools-eyebrow { animation-delay: 0.22s; }
.s3-note { animation-delay: 0.5s; }

.s3-tool:nth-child(1) { animation-delay: 0.28s; }
.s3-tool:nth-child(2) { animation-delay: 0.34s; }
.s3-tool:nth-child(3) { animation-delay: 0.4s; }
.s3-tool:nth-child(4) { animation-delay: 0.46s; }
.s3-tool:nth-child(5) { animation-delay: 0.52s; }
.s3-tool:nth-child(6) { animation-delay: 0.58s; }

.s3-funnel-image {
  animation-name: hero-soften;
  animation-duration: 1.1s;
  animation-delay: 0.35s;
}

.s3-step:nth-child(1) { animation-delay: 0.55s; }
.s3-step:nth-child(2) { animation-delay: 0.65s; }
.s3-step:nth-child(3) { animation-delay: 0.75s; }
.s3-step:nth-child(4) { animation-delay: 0.85s; }

.s3-rdv-badge { animation-delay: 0.95s; }

@media (prefers-reduced-motion: reduce) {
  .s3-title,
  .s3-rule,
  .s3-lede,
  .s3-note,
  .s3-tools-eyebrow,
  .s3-tool,
  .s3-funnel-image,
  .s3-step,
  .s3-rdv-badge {
    animation: none;
    opacity: 1;
  }
}

/* ============================================================
   Section 4 — Cas clients (dark business intelligence)
   ============================================================ */

.section-4 {
  --s4-ink: #fff7fc;
  --s4-muted: rgba(255, 247, 252, 0.72);
  --s4-muted-soft: rgba(255, 247, 252, 0.55);
  --s4-accent: #d85b85;
  --s4-accent-bright: #e76b95;
  --s4-bordeaux: #732549;
  --s4-line: rgba(255, 247, 252, 0.14);
  --s4-line-soft: rgba(255, 247, 252, 0.08);
  --s4-card-bg: rgba(15, 8, 18, 0.55);
  --s4-card-bg-hover: rgba(20, 10, 24, 0.65);
  --s4-card-shadow:
    0 30px 80px -50px rgba(0, 0, 0, 0.85),
    0 1px 0 rgba(255, 247, 252, 0.04) inset;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: clamp(820px, 80vh, 920px);
  padding: clamp(40px, 3.8vw, 60px) clamp(28px, 4.6vw, 76px)
    clamp(56px, 5.4vw, 80px);
  color: var(--s4-ink);
  background:
    url("/section2-assets/bg-violet.webp") center / cover no-repeat,
    #110510;
}

.section-4::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.55), transparent 55%),
    radial-gradient(ellipse at 85% 100%, rgba(115, 37, 73, 0.28), transparent 60%),
    radial-gradient(ellipse at 12% 75%, rgba(216, 91, 133, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(11, 4, 12, 0.55), rgba(11, 4, 12, 0.78));
  pointer-events: none;
}


.s4-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(20px, 1.8vw, 28px);
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  min-height: inherit;
}

/* Brand mark top-right */

.s4-brand {
  position: absolute;
  z-index: 3;
  top: clamp(22px, 2.4vw, 36px);
  right: clamp(28px, 4.6vw, 76px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff7fc;
  opacity: 0;
  animation: s4-brand-in 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) 0.05s forwards;
  transition: opacity 200ms ease;
}

.s4-brand:hover { opacity: 1; }

@keyframes s4-brand-in {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 0.94; transform: translateY(0); }
}

.s4-brand-mark {
  display: block;
  width: 104px;
  height: 104px;
  object-fit: contain;
  filter: brightness(0) invert(1)
    drop-shadow(0 0 18px rgba(255, 247, 252, 0.35));
  animation: s4-brand-pulse 4.2s ease-in-out 1s infinite;
}

@keyframes s4-brand-pulse {
  0%, 100% {
    transform: scale(1);
    filter: brightness(0) invert(1)
      drop-shadow(0 0 18px rgba(255, 247, 252, 0.3));
  }
  50% {
    transform: scale(1.05);
    filter: brightness(0) invert(1)
      drop-shadow(0 0 28px rgba(255, 247, 252, 0.55));
  }
}

.s4-brand-type {
  display: flex;
  flex-direction: column;
  line-height: 0.92;
  letter-spacing: 0;
  color: #fff7fc;
}

.s4-brand-type span:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-style: italic;
}

.s4-brand-type span:last-child {
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .s4-brand { gap: 12px; top: 22px; right: 28px; }
  .s4-brand-mark { width: 76px; height: 76px; }
  .s4-brand-type span:first-child,
  .s4-brand-type span:last-child { font-size: 22px; }
}

@media (max-width: 540px) {
  .s4-brand { gap: 8px; top: 16px; right: 20px; }
  .s4-brand-mark { width: 52px; height: 52px; }
  .s4-brand-type span:first-child,
  .s4-brand-type span:last-child { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .s4-brand {
    animation: none !important;
    opacity: 0.92 !important;
    transform: none !important;
  }
  .s4-brand-mark { animation: none !important; transform: none !important; }
}

/* Editorial header */

.s4-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: end;
  grid-column-gap: clamp(28px, 3vw, 56px);
  column-gap: clamp(28px, 3vw, 56px);
  grid-row-gap: clamp(8px, 0.8vw, 14px);
  row-gap: clamp(8px, 0.8vw, 14px);
}

.s4-eyebrow {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(28px, 2.8vw, 38px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--s4-accent-bright);
  line-height: 1;
}

.s4-title {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.012em;
  color: var(--s4-ink);
}

.s4-title span { display: block; }

.s4-title em {
  font-style: normal;
  color: var(--s4-accent-bright);
}

.s4-lede {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  align-self: end;
  justify-self: end;
  margin: 0 0 6px;
  max-width: 360px;
  color: var(--s4-muted);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.5;
  text-align: right;
}

/* Cards grid */

.s4-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(16px, 1.4vw, 22px);
  gap: clamp(16px, 1.4vw, 22px);
}

.s4-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(16px, 1.4vw, 22px) clamp(18px, 1.6vw, 24px);
  border: 1px solid var(--s4-line);
  border-radius: 22px;
  background: var(--s4-card-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--s4-card-shadow);
  isolation: isolate;
  overflow: hidden;
  transition: transform 320ms ease, border-color 320ms ease,
    background 320ms ease;
}

.s4-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(
    ellipse at 18% 110%,
    rgba(115, 37, 73, 0.22),
    transparent 55%
  );
  opacity: 0.8;
  pointer-events: none;
}

.s4-card:hover {
  border-color: rgba(255, 247, 252, 0.2);
  background: var(--s4-card-bg-hover);
  transform: translateY(-2px);
}

/* Card header */

.s4-card-head {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: baseline;
  grid-column-gap: 12px;
  column-gap: 12px;
  grid-row-gap: 6px;
  row-gap: 6px;
  margin-bottom: clamp(8px, 1vw, 14px);
}

.s4-wordmark {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(26px, 2.3vw, 36px);
  line-height: 1;
  letter-spacing: 0.005em;
  background: linear-gradient(
    180deg,
    rgba(255, 247, 252, 1) 0%,
    rgba(255, 247, 252, 0.78) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.s4-card-sector {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--s4-muted-soft);
  justify-self: end;
  text-align: right;
}

.s4-card-rule {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--s4-accent-bright) 0%,
    var(--s4-accent) 36%,
    rgba(255, 247, 252, 0) 100%
  );
  opacity: 0.65;
}

/* Card body */

.s4-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(100px, 0.7fr);
  align-items: center;
  grid-gap: clamp(12px, 1.4vw, 18px);
  gap: clamp(12px, 1.4vw, 18px);
  flex: 1 1;
  margin-bottom: clamp(12px, 1.3vw, 18px);
}

.s4-card-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(19px, 1.5vw, 26px);
  line-height: 1.16;
  letter-spacing: -0.005em;
  color: var(--s4-ink);
  max-width: 24ch;
}

.s4-card-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 170px;
  height: clamp(70px, 6.4vw, 92px);
  margin-left: auto;
  filter: drop-shadow(0 8px 22px rgba(216, 91, 133, 0.22));
}

.s4-vis {
  width: 100%;
  height: 100%;
  display: block;
}

/* Metrics */

.s4-card-metrics {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: clamp(8px, 1vw, 14px);
  gap: clamp(8px, 1vw, 14px);
  margin: 0;
  padding: clamp(10px, 1.1vw, 14px) 0 0;
  border-top: 1px solid var(--s4-line-soft);
}

.s4-metric {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-right: clamp(6px, 0.8vw, 12px);
}

.s4-metric-value {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(20px, 1.75vw, 28px);
  line-height: 1;
  letter-spacing: -0.012em;
  color: var(--s4-accent-bright);
  white-space: nowrap;
}

.s4-metric-label {
  font-size: clamp(11px, 0.84vw, 13px);
  line-height: 1.3;
  color: var(--s4-muted);
  letter-spacing: 0.005em;
}

.s4-metric-divider {
  position: absolute;
  top: 8%;
  right: 0;
  width: 1px;
  height: 84%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 247, 252, 0.16),
    transparent
  );
}

/* ---------- Responsive ---------- */

@media (max-width: 1120px) {
  .s4-copy {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .s4-eyebrow,
  .s4-title,
  .s4-lede {
    grid-column: 1 / -1;
  }

  .s4-lede {
    grid-row: auto;
  }

  .s4-lede {
    justify-self: start;
    text-align: left;
    margin-top: 4px;
    max-width: 460px;
  }
}

@media (max-width: 900px) {
  .section-4 {
    min-height: clamp(820px, 88vh, 1080px);
  }

  .s4-card-body {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 0.65fr);
    gap: 12px;
  }

  .s4-card-visual {
    max-width: 130px;
    height: 80px;
  }

  .s4-card-sector { font-size: 10px; }
}

/* 2x2 maintained on small tablets / large phones */
@media (max-width: 700px) {
  .s4-grid { gap: 12px; }

  .s4-card {
    padding: 16px 16px 14px;
    border-radius: 18px;
  }

  .s4-wordmark { font-size: clamp(20px, 5.4vw, 26px); }

  .s4-card-sector { display: none; }

  .s4-card-body {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    margin-bottom: 12px;
  }

  .s4-card-title {
    font-size: clamp(15px, 3.6vw, 17px);
    line-height: 1.2;
    max-width: 100%;
  }

  .s4-card-visual {
    max-width: 120px;
    height: 56px;
    margin: 0;
  }

  .s4-card-metrics { gap: 6px; padding-top: 10px; }

  .s4-metric { padding-right: 4px; gap: 2px; }

  .s4-metric-value { font-size: clamp(15px, 3.8vw, 18px); }

  .s4-metric-label { font-size: 10px; line-height: 1.2; }

  .s4-metric-divider { display: none; }
}

@media (max-width: 480px) {
  .section-4 {
    padding: clamp(56px, 12vw, 80px) clamp(20px, 5vw, 28px)
      clamp(64px, 12vw, 84px);
    min-height: auto;
  }

  .s4-inner { gap: 26px; min-height: auto; }

  .s4-eyebrow {
    font-size: clamp(22px, 6.6vw, 28px);
    letter-spacing: 0.14em;
  }

  .s4-title {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.05;
  }

  .s4-lede { margin-top: 12px; font-size: 14.5px; }

  .s4-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .s4-card { padding: 18px 18px 16px; border-radius: 18px; }

  .s4-card-head {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 6px;
    margin-bottom: 12px;
  }

  .s4-wordmark {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    font-size: clamp(22px, 6.2vw, 28px);
  }

  .s4-card-rule { grid-row: 2 / 3; }

  .s4-card-body {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }

  .s4-card-title {
    font-size: clamp(17px, 4.4vw, 20px);
    max-width: 100%;
  }

  .s4-card-visual {
    margin: 0;
    max-width: 96px;
    height: 60px;
  }

  .s4-card-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-top: 12px;
  }

  .s4-metric-value { font-size: clamp(17px, 4.8vw, 22px); }

  .s4-metric-label { font-size: 10.5px; line-height: 1.25; }

  .s4-metric { padding-right: 4px; }

  .s4-metric-divider {
    display: block;
    top: 14%;
    height: 72%;
  }
}

@media (max-width: 360px) {
  .s4-card-metrics { gap: 6px; }
  .s4-metric-value { font-size: 16px; }
  .s4-metric-label { font-size: 10px; }
}

/* ---------- Entry animations ---------- */

@keyframes s4-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.s4-eyebrow,
.s4-title,
.s4-lede,
.s4-card {
  opacity: 0;
  animation: s4-rise 0.8s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
}

.s4-eyebrow { animation-delay: 0.08s; }
.s4-title { animation-delay: 0.22s; }
.s4-lede { animation-delay: 0.32s; }

.s4-card:nth-child(1) { animation-delay: 0.42s; }
.s4-card:nth-child(2) { animation-delay: 0.5s; }
.s4-card:nth-child(3) { animation-delay: 0.58s; }
.s4-card:nth-child(4) { animation-delay: 0.66s; }

@media (prefers-reduced-motion: reduce) {
  .s4-eyebrow,
  .s4-title,
  .s4-lede,
  .s4-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =====================================================================
   Méthode page — /methode
   Six-step scroll-lit timeline.
   ===================================================================== */

.methode-page {
  --mt-rail: rgba(115, 37, 73, 0.16);
  --mt-rail-active: linear-gradient(180deg, #9c0f50, #d85b85);
  --mt-dot: #9c0f50;
  --mt-card-shadow: 0 24px 60px -32px rgba(115, 37, 73, 0.42);
  position: relative;
  isolation: isolate;
}

/* ---------- Hero ---------- */

.methode-hero {
  position: relative;
  padding: 38px clamp(48px, 4.35vw, 76px) clamp(64px, 7vw, 120px);
  isolation: isolate;
}

.methode-header {
  margin-bottom: clamp(60px, 7vw, 110px);
}

.desktop-nav a.is-active {
  color: var(--accent);
  position: relative;
}

.desktop-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-deep), var(--accent));
  border-radius: 2px;
}

.methode-hero-content {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.methode-hero-content .eyebrow {
  margin-bottom: 22px;
}

.methode-hero-content h1 {
  margin: 0 auto;
  max-width: 820px;
  font-size: clamp(48px, 5.4vw, 84px);
}

.methode-hero-content h1 span {
  display: block;
}

.methode-hero-content h1 em {
  color: var(--accent);
  font-style: italic;
}

.methode-lede {
  max-width: 640px;
  margin: 28px auto 0;
  color: var(--ink);
  font-size: clamp(18px, 1.25vw, 21px);
  line-height: 1.55;
  opacity: 0.78;
}

.methode-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.methode-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  color: rgba(34, 31, 32, 0.55);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.methode-scroll-line {
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, rgba(115, 37, 73, 0), rgba(115, 37, 73, 0.55));
  border-radius: 2px;
  animation: mt-scroll-pulse 1.8s ease-in-out infinite;
  transform-origin: top;
}

@keyframes mt-scroll-pulse {
  0%, 100% { transform: scaleY(0.4); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* ---------- Timeline section ---------- */

.methode-timeline-section {
  position: relative;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 4vw, 64px) clamp(80px, 9vw, 160px);
}

.methode-timeline-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(216, 91, 133, 0.10), transparent 38%),
    radial-gradient(circle at 82% 78%, rgba(115, 37, 73, 0.08), transparent 42%);
  pointer-events: none;
  z-index: 0;
}

.mt-track {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  --mt-progress: 0;
}

.mt-spine {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}

.mt-spine-base {
  position: absolute;
  inset: 0;
  background: var(--mt-rail);
  border-radius: 2px;
}

.mt-spine-fill {
  position: absolute;
  inset: 0;
  height: calc(var(--mt-progress, 0) * 100%);
  background: var(--mt-rail-active);
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(216, 91, 133, 0.32);
  transition: height 280ms cubic-bezier(0.22, 0.65, 0.3, 1);
}

.mt-spine-dot {
  position: absolute;
  left: 50%;
  top: calc(var(--mt-progress, 0) * 100%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--mt-dot);
  border: 3px solid var(--bg);
  box-shadow:
    0 0 0 1px rgba(115, 37, 73, 0.18),
    0 0 24px rgba(156, 15, 80, 0.35);
  transform: translate(-50%, -50%);
  transition: top 280ms cubic-bezier(0.22, 0.65, 0.3, 1);
  z-index: 2;
}

.mt-steps {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-row-gap: clamp(28px, 3.5vw, 60px);
  row-gap: clamp(28px, 3.5vw, 60px);
  z-index: 2;
}

.mt-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  min-height: 280px;
}

.mt-anchor {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.mt-step--right .mt-visual-col { grid-column: 1; }
.mt-step--right .mt-text-col { grid-column: 3; }
.mt-step--left .mt-visual-col { grid-column: 3; order: 2; }
.mt-step--left .mt-text-col { grid-column: 1; }

.mt-visual-col,
.mt-text-col {
  position: relative;
}

/* ---------- Text card ---------- */

.mt-text-col {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(115, 37, 73, 0.10);
  border-radius: 18px;
  padding: clamp(28px, 2.6vw, 44px);
  box-shadow: var(--mt-card-shadow);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  max-width: 460px;
}

.mt-step--right .mt-text-col { justify-self: start; margin-left: clamp(8px, 2vw, 32px); }
.mt-step--left .mt-text-col { justify-self: end; margin-right: clamp(8px, 2vw, 32px); }

.mt-index {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
}

.mt-title {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 500;
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.mt-lede {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 500;
  line-height: 1.45;
}

.mt-body {
  margin: 0;
  color: rgba(34, 31, 32, 0.74);
  font-size: 15px;
  line-height: 1.65;
}

/* ---------- Step illustration ---------- */

.mt-visual {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  margin-inline: auto;
}

.mt-step--right .mt-visual { margin-right: clamp(8px, 2vw, 32px); margin-left: auto; }
.mt-step--left .mt-visual { margin-left: clamp(8px, 2vw, 32px); margin-right: auto; }

.mt-visual-glow {
  position: absolute;
  inset: 10% 4% 4% 10%;
  background:
    radial-gradient(circle at 50% 60%, rgba(216, 91, 133, 0.22), transparent 62%);
  filter: blur(28px);
  border-radius: 40px;
  z-index: 0;
  pointer-events: none;
}

.mt-visual-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: mt-float 7s ease-in-out infinite;
  will-change: transform;
}

.mt-step:nth-child(even) .mt-visual-image { animation-delay: -2.4s; }
.mt-step:nth-child(3n) .mt-visual-image { animation-delay: -4.2s; }

@keyframes mt-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ---------- Step highlight ----------
   Steps stay visible at all times. The currently focused step gets a subtle lift
   on its text card and a deeper accent color on its index number. */

.mt-step .mt-text-col {
  transition:
    transform 500ms cubic-bezier(0.22, 0.65, 0.3, 1),
    box-shadow 500ms cubic-bezier(0.22, 0.65, 0.3, 1),
    border-color 500ms cubic-bezier(0.22, 0.65, 0.3, 1);
}

.mt-step:has([data-step-anchor][data-state="active"]) .mt-text-col {
  transform: translateY(-4px);
  box-shadow: 0 36px 80px -36px rgba(115, 37, 73, 0.55);
  border-color: rgba(115, 37, 73, 0.20);
}

.mt-step:has([data-step-anchor][data-state="active"]) .mt-index {
  color: var(--accent-deep);
}

/* ---------- CTA section ---------- */

.methode-cta {
  position: relative;
  padding: clamp(80px, 9vw, 140px) clamp(24px, 5vw, 80px);
  background:
    radial-gradient(circle at 30% 30%, rgba(156, 15, 80, 0.10), transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(216, 91, 133, 0.10), transparent 50%),
    var(--bg);
  border-top: 1px solid rgba(115, 37, 73, 0.08);
}

.methode-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.methode-cta-inner h2 {
  margin: 18px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.005em;
  color: var(--ink);
}

.methode-cta-inner h2 span { display: block; }
.methode-cta-inner h2 em { color: var(--accent); font-style: italic; }

.methode-cta-lede {
  margin: 0 auto 36px;
  max-width: 560px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
  opacity: 0.78;
}

/* ---------- Responsive: tablet ---------- */

@media (max-width: 1024px) {
  .mt-step {
    grid-template-columns: 1fr 60px 1fr;
  }
  .mt-text-col { padding: 28px; }
  .mt-visual { max-width: 380px; }
}

/* ---------- Responsive: mobile ---------- */

@media (max-width: 760px) {
  .methode-hero {
    padding: 32px 20px clamp(48px, 8vw, 80px);
  }

  .methode-header {
    grid-template-columns: 1fr auto;
    margin-bottom: 40px;
  }

  .methode-header .desktop-nav,
  .methode-header .header-cta { display: none; }

  .methode-header .menu-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(115, 37, 73, 0.18);
    border-radius: 10px;
    cursor: pointer;
  }
  .methode-header .menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: var(--ink);
    border-radius: 2px;
  }

  .methode-hero-content h1 {
    font-size: clamp(36px, 9vw, 52px);
  }

  .methode-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .methode-hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .methode-scroll-hint { display: none; }

  /* Timeline: single column, spine on the left */
  .methode-timeline-section {
    padding: clamp(40px, 8vw, 60px) 20px clamp(60px, 10vw, 100px);
  }

  .mt-spine {
    left: 22px;
    transform: none;
  }

  .mt-step {
    grid-template-columns: 1fr;
    row-gap: 24px;
    padding-left: 48px;
    min-height: 0;
  }

  .mt-step--right .mt-visual-col,
  .mt-step--left .mt-visual-col {
    grid-column: 1;
    order: 1;
  }
  .mt-step--right .mt-text-col,
  .mt-step--left .mt-text-col {
    grid-column: 1;
    order: 2;
    justify-self: stretch;
    margin: 0;
    max-width: none;
  }

  .mt-visual {
    margin: 0;
    max-width: 340px;
    aspect-ratio: 4 / 3;
  }
  .mt-step--right .mt-visual,
  .mt-step--left .mt-visual {
    margin: 0;
  }

  .mt-text-col { padding: 24px; }
  .mt-title { font-size: clamp(24px, 6vw, 30px); }
}

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  .mt-visual-image,
  .methode-scroll-line { animation: none !important; }
  .mt-spine-fill,
  .mt-spine-dot { transition: none !important; }
  .mt-step .mt-text-col { transition: none !important; transform: none !important; }
}


