/* ============================================
   HOME.CSS — Styles spécifiques à la page Accueil
   ============================================ */

/* --- Hero --- */

.hero {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: calc(100svh - 7.5rem);
  padding: var(--space-xl) 0 var(--space-3xl);
  overflow: visible;
  background-color: var(--color-florale);
  background-image:
    linear-gradient(color-mix(in srgb, var(--color-rose-kiss) 36%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--color-rose-kiss) 36%, transparent) 1px, transparent 1px);
  background-size: 2rem 2rem;
}

/* Blur progressif — fort en bas, net en haut */
.hero-blur {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--color-florale);
  background-image:
    linear-gradient(color-mix(in srgb, var(--color-rose-kiss) 36%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--color-rose-kiss) 36%, transparent) 1px, transparent 1px);
  background-size: 2rem 2rem;
  filter: blur(0.30rem);
  transform: scale(1.05);
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 40%,
    black 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 40%,
    black 100%
  );
}

/* Grain / texture — par-dessus la grille */
.hero-grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.28;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 160px 160px;
  mix-blend-mode: multiply;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: start;
  gap: var(--space-lg);
  width: 100%;
  padding-top: var(--space-xl);
  max-width: 1400px;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 48rem;
  margin-top: var(--space-2xl);
  animation: hero-fade-up 0.9s ease both;
}

.hero-cta-wrap {
  position: relative;
  display: inline-flex;
  margin-top: var(--space-sm);
}

.hero-title {
  margin-bottom: var(--space-lg);
  font-family: var(--font-heading);
  font-size: var(--font-size-hero);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.hero-title-play {
  display: block;
}

.hero-typer {
  display: inline-block;
  min-width: 21ch;
  color: var(--color-harvest);
  text-align: left;
  vertical-align: baseline;
}

.hero-typer::after {
  content: '|';
  margin-left: 0.05em;
  color: var(--color-rose-kiss);
  animation: typer-blink 1s step-end infinite;
}

.hero-typer.is-static::after {
  content: none;
  animation: none;
}

.hero-subtitle {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  max-width: 34rem;
  margin-bottom: var(--space-xl);
  font-family: var(--font-heading);
  font-size: var(--font-size-xl);
  line-height: 1.35;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.hero-subtitle-line {
  display: block;
}

.hero-visual {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: calc(var(--space-2xl) * -1);
  animation: hero-fade-in 1.1s ease 0.15s both;
}

.hero-phone {
  --sticker-tilt: 5deg;

  position: relative;
  z-index: 2;
  width: min(100%, 30rem);
  max-width: 600px;
  height: auto;
  margin-top: calc(var(--space-xl) * -1);
  overflow: visible;
  transform: rotate(var(--sticker-tilt));
  transform-origin: top center;
  filter: drop-shadow(0 16px 24px rgba(42, 32, 23, 0.16));
  animation-delay: 0.08s;
}

.hero-deco {
  position: absolute;
  z-index: 3;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 6px 12px rgba(42, 32, 23, 0.12));
}

.hero-deco--star {
  top: 50%;
  left: -10%;
  width: 4.25rem;
  height: 4.0625rem;
  aspect-ratio: 28/27;
  animation:
    sticker-pop var(--sticker-pop-duration) var(--ease-pop) 0.18s both,
    float-soft 5.2s ease-in-out 0.9s infinite;
}

.hero-deco--bow {
  right: -10rem;
  bottom: -9rem;
  left: auto;
  width: 8.1175rem;
  height: 7.28619rem;
  --sticker-tilt: -9.289deg;
  aspect-ratio: 127/114;
  animation:
    sticker-pop var(--sticker-pop-duration) var(--ease-pop) 0.32s both,
    float-bow 5.6s ease-in-out 1.05s infinite;
}

/* --- Section Miroir (pinboard photoshoot) --- */

.miroir {
  position: relative;
  z-index: 2;
  padding:
    calc(var(--space-3xl) + var(--header-cloud-height) + var(--space-md))
    var(--space-xl)
    calc(var(--space-3xl) + var(--header-cloud-height) + var(--space-md));
  overflow: visible;
  background-color: var(--color-harvest-white);
}

/* Grain / texture — même effet que le hero */
.miroir-grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.28;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 160px 160px;
  mix-blend-mode: multiply;
}

/* Bande pleine — épaissit le bord avant les festons */
.miroir::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: var(--space-md);
  background-color: var(--color-rose-kiss);
  pointer-events: none;
}

/* Bord nuage — même motif que la navbar, sous la bande */
.miroir::after {
  content: '';
  position: absolute;
  top: calc(var(--space-md) - var(--cloud-seam));
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: var(--header-cloud-height);
  background-color: var(--color-rose-kiss);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' preserveAspectRatio='none'%3E%3Crect width='16' height='3' fill='black'/%3E%3Ccircle cx='8' cy='0' r='10' fill='black'/%3E%3C/svg%3E");
  mask-size: var(--header-cloud-width) var(--header-cloud-height);
  mask-repeat: repeat-x;
  mask-position: top left;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' preserveAspectRatio='none'%3E%3Crect width='16' height='3' fill='black'/%3E%3Ccircle cx='8' cy='0' r='10' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: var(--header-cloud-width) var(--header-cloud-height);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
  pointer-events: none;
}

/* Bord nuage bas — inversé : festons vers le haut, puis bande */
.miroir-cloud-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: none;
}

.miroir-cloud-bottom-edge {
  display: block;
  width: 100%;
  height: var(--header-cloud-height);
  transform: scaleY(-1);
  background-color: var(--color-rose-kiss);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' preserveAspectRatio='none'%3E%3Crect width='16' height='3' fill='black'/%3E%3Ccircle cx='8' cy='0' r='10' fill='black'/%3E%3C/svg%3E");
  mask-size: var(--header-cloud-width) var(--header-cloud-height);
  mask-repeat: repeat-x;
  mask-position: top left;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' preserveAspectRatio='none'%3E%3Crect width='16' height='3' fill='black'/%3E%3Ccircle cx='8' cy='0' r='10' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: var(--header-cloud-width) var(--header-cloud-height);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
}

.miroir-cloud-bottom-band {
  display: block;
  width: 100%;
  height: var(--space-md);
  background-color: var(--color-rose-kiss);
}

/* Bord nuage gauche — bande + festons verticaux vers l’intérieur */
.miroir-cloud-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}

.miroir-cloud-left-band {
  flex-shrink: 0;
  width: var(--space-md);
  height: 100%;
  background-color: var(--color-rose-kiss);
}

.miroir-cloud-left-edge {
  flex-shrink: 0;
  width: var(--header-cloud-height);
  height: 100%;
  background-color: var(--color-rose-kiss);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' preserveAspectRatio='none'%3E%3Crect width='3' height='16' fill='black'/%3E%3Ccircle cx='0' cy='8' r='10' fill='black'/%3E%3C/svg%3E");
  mask-size: var(--header-cloud-height) var(--header-cloud-width);
  mask-repeat: repeat-y;
  mask-position: top left;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' preserveAspectRatio='none'%3E%3Crect width='3' height='16' fill='black'/%3E%3Ccircle cx='0' cy='8' r='10' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: var(--header-cloud-height) var(--header-cloud-width);
  -webkit-mask-repeat: repeat-y;
  -webkit-mask-position: top left;
}

/* Bord nuage droit — inversé : festons vers l’intérieur, puis bande */
.miroir-cloud-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}

.miroir-cloud-right-edge {
  flex-shrink: 0;
  width: var(--header-cloud-height);
  height: 100%;
  transform: scaleX(-1);
  background-color: var(--color-rose-kiss);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' preserveAspectRatio='none'%3E%3Crect width='3' height='16' fill='black'/%3E%3Ccircle cx='0' cy='8' r='10' fill='black'/%3E%3C/svg%3E");
  mask-size: var(--header-cloud-height) var(--header-cloud-width);
  mask-repeat: repeat-y;
  mask-position: top left;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' preserveAspectRatio='none'%3E%3Crect width='3' height='16' fill='black'/%3E%3Ccircle cx='0' cy='8' r='10' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: var(--header-cloud-height) var(--header-cloud-width);
  -webkit-mask-repeat: repeat-y;
  -webkit-mask-position: top left;
}

.miroir-cloud-right-band {
  flex-shrink: 0;
  width: var(--space-md);
  height: 100%;
  background-color: var(--color-rose-kiss);
}

.miroir-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: var(--space-3xl);
  width: 100%;
  max-width: 1400px;
}

.miroir-board {
  position: relative;
  width: 100%;
  max-width: 36rem;
  aspect-ratio: 1 / 1.08;
  margin: 0 auto;
}

.miroir-polaroid {
  --sticker-tilt: var(--polaroid-tilt);
  position: absolute;
  display: block;
  margin: 0;
  padding: var(--space-sm);
  background-color: var(--color-florale);
  border: 2px solid var(--color-dark-coffee);
  box-shadow: var(--shadow-lg);
  transform: rotate(var(--polaroid-tilt));
  transition:
    transform var(--transition-base),
    opacity var(--transition-base);
}

.miroir-polaroid:hover,
.miroir-polaroid.is-popped:hover {
  transform: rotate(var(--polaroid-tilt)) translateY(-0.4rem);
}

.miroir-polaroid--hero {
  top: 0;
  left: 14%;
  z-index: 2;
  width: 58%;
  --polaroid-tilt: -3.5deg;
}

.miroir-polaroid--talon {
  right: 0;
  bottom: 16%;
  z-index: 3;
  width: 40%;
  --polaroid-tilt: 6deg;
}

.miroir-polaroid--pov {
  left: 0;
  bottom: 2%;
  z-index: 4;
  width: 38%;
  --polaroid-tilt: -7deg;
}

.miroir-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background-color: var(--color-journal-paper-warm);
}

.miroir-polaroid--hero .miroir-photo {
  object-position: center 82%;
}

.miroir-polaroid--talon .miroir-photo {
  object-position: center 58%;
}

.miroir-polaroid--pov .miroir-photo {
  object-position: center 48%;
}

.miroir-tape {
  position: absolute;
  z-index: 2;
  width: 3.25rem;
  height: 1.15rem;
  background-color: color-mix(in srgb, var(--color-rose-kiss-extra-light) 72%, transparent);
  box-shadow: var(--shadow-sm);
  pointer-events: none;
}

.miroir-tape--a {
  top: -0.45rem;
  left: 28%;
  transform: rotate(-8deg);
  background-color: color-mix(in srgb, var(--color-harvest-extra-light) 75%, transparent);
}

.miroir-tape--b {
  top: -0.4rem;
  right: 18%;
  transform: rotate(12deg);
}

.miroir-tape--c {
  top: -0.5rem;
  left: 32%;
  transform: rotate(6deg);
  background-color: color-mix(in srgb, var(--color-florale) 55%, var(--color-rose-kiss-light));
}

.miroir-sticker {
  position: absolute;
  z-index: 5;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 6px 12px color-mix(in srgb, var(--color-dark-coffee) 12%, transparent));
}

.miroir-sticker--star {
  top: 6%;
  right: 6%;
  width: 4.5rem;
  --sticker-tilt: 8deg;
}

.miroir-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-lg);
  max-width: 36rem;
}

.miroir-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--font-size-3xl);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.miroir-subtitle {
  margin: var(--space-sm) 0 0;
  font-family: var(--font-heading);
  font-size: var(--font-size-xl);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.miroir-text {
  margin: 0;
  max-width: 34rem;
  font-family: var(--font-body);
  font-size: var(--font-size-lg);
  line-height: 1.55;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

@media (prefers-reduced-motion: reduce) {
  .miroir-polaroid,
  .miroir-polaroid:hover {
    transition: none;
    transform: rotate(var(--polaroid-tilt));
  }

  [data-reveal],
  [data-reveal].is-in-view {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-typer::after {
    content: none;
    animation: none;
  }

  .hero-deco--star,
  .hero-deco--bow,
  .billie-deco--star,
  .billie-deco--bow,
  .billie-deco--ticket,
  .billie-deco--stamp {
    animation: none;
  }
}

/* --- Section Billie (présentation / collage) --- */

.billie {
  position: relative;
  z-index: 1;
  padding: var(--space-4xl) 0 var(--space-3xl);
  overflow: hidden;
  background-color: var(--color-florale);
  background-image:
    linear-gradient(color-mix(in srgb, var(--color-rose-kiss) 36%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--color-rose-kiss) 36%, transparent) 1px, transparent 1px);
  background-size: 2rem 2rem;
}

.billie-grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.28;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 160px 160px;
  mix-blend-mode: multiply;
}

.billie-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: var(--space-2xl);
  width: 100%;
  max-width: 1400px;
}

.billie-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-xl);
  max-width: 36rem;
  padding-left: var(--space-xl);
  padding-bottom: var(--space-3xl);
}

.billie-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--font-size-3xl);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.billie-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  max-width: 32rem;
}

.billie-text p {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--font-size-lg);
  line-height: 1.55;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.billie-link {
  margin-top: var(--space-sm);
}

.billie-visual {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.billie-collage {
  display: block;
  width: min(100%, 34.75rem);
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(42, 32, 23, 0.12));
}

.billie-deco {
  position: absolute;
  z-index: 3;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 6px 12px rgba(42, 32, 23, 0.1));
}

.billie-deco--star {
  top: 14%;
  left: 44%;
  width: 4.5rem;
  animation:
    sticker-pop var(--sticker-pop-duration) var(--ease-pop) 0.12s both,
    billie-float-star 5.4s ease-in-out 0.85s infinite;
}

.billie-deco--bow {
  top: 8%;
  right: 10%;
  width: 7rem;
  animation:
    sticker-pop var(--sticker-pop-duration) var(--ease-pop) 0.28s both,
    billie-float-bow 5.8s ease-in-out 1s infinite;
}

.billie-deco--ticket {
  bottom: 5%;
  left: 32%;
  width: 5.5rem;
  --sticker-tilt: -8deg;
  animation:
    sticker-pop var(--sticker-pop-duration) var(--ease-pop) 0.44s both,
    billie-float-ticket 5.2s ease-in-out 1.15s infinite;
}

.billie-deco--stamp {
  bottom: 3%;
  left: 3%;
  width: 5.25rem;
  --sticker-tilt: -6deg;
  animation:
    sticker-pop var(--sticker-pop-duration) var(--ease-pop) 0.6s both,
    billie-float-stamp 5.6s ease-in-out 1.3s infinite;
}

/* --- Section Parcours (coupons / étapes) --- */

.parcours {
  position: relative;
  z-index: 1;
  padding: var(--space-4xl) 0;
  overflow: hidden;
  background-color: var(--color-harvest-white);
}

.parcours-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3xl);
  width: 100%;
}

.parcours-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-lg);
  max-width: 42rem;
  text-align: center;
}

.parcours-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--font-size-3xl);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.parcours-lead {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--font-size-lg);
  line-height: 1.55;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.parcours-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3xl) var(--space-2xl);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.parcours-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  text-align: center;
}

.parcours-coupon-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 11.5rem;
  margin-bottom: var(--space-sm);
}

.parcours-coupon-shell {
  --coupon-tilt: 0deg;
  --coupon-height: 10.5rem;
  --coupon-mask: none;

  position: relative;
  display: inline-block;
  line-height: 0;
  transform-origin: center center;
  animation: parcours-float 5.5s ease-in-out infinite;
}

.parcours-coupon-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.14;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 90px 90px;
  mix-blend-mode: soft-light;
  -webkit-mask-image: var(--coupon-mask);
  mask-image: var(--coupon-mask);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.parcours-coupon {
  display: block;
  width: auto;
  height: var(--coupon-height);
  filter: drop-shadow(0 8px 16px rgba(42, 32, 23, 0.12));
}

/* Artboards SVG différents → hauteurs calibrées pour le même ticket visible */
.parcours-coupon--vert {
  --coupon-tilt: -2.5deg;
  --coupon-height: 9.55rem;
  --coupon-mask: url("/assets/images/couponvert.svg");
}

.parcours-coupon--rose {
  --coupon-height: 10.6rem;
  --coupon-mask: url("/assets/images/couponrose.svg");
}

.parcours-coupon--orange {
  --coupon-height: 10.5rem;
  --coupon-mask: url("/assets/images/couponorange.svg");
}

.parcours-coupon--rouge {
  --coupon-height: 11.45rem;
  --coupon-mask: url("/assets/images/couponrouge.svg");
}

.parcours-coupon--magenta {
  --coupon-tilt: -2.5deg;
  --coupon-height: 9.55rem;
  --coupon-mask: url("/assets/images/couponmagenta.svg");
}

.parcours-coupon--bleu {
  --coupon-height: 10.6rem;
  --coupon-mask: url("/assets/images/couponbleu.svg");
}

.parcours-step:nth-child(2) .parcours-coupon-shell {
  animation-delay: 0.4s;
  animation-duration: 6s;
}

.parcours-step:nth-child(3) .parcours-coupon-shell {
  animation-delay: 0.8s;
  animation-duration: 5.2s;
}

.parcours-step:nth-child(4) .parcours-coupon-shell {
  animation-delay: 0.2s;
  animation-duration: 5.8s;
}

.parcours-step:nth-child(5) .parcours-coupon-shell {
  animation-delay: 0.6s;
  animation-duration: 6.2s;
}

.parcours-step:nth-child(6) .parcours-coupon-shell {
  animation-delay: 1s;
  animation-duration: 5.4s;
}

.parcours-step-title {
  margin: 0;
  max-width: 16rem;
  font-family: var(--font-heading);
  font-size: var(--font-size-xl);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.parcours-step-text {
  margin: 0;
  max-width: 16rem;
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

/* --- Preuves d’amour (portfolio) --- */

.preuves {
  position: relative;
  z-index: 2;
  padding: var(--space-4xl) var(--space-xl);
  overflow: visible;
  background-color: var(--color-florale);
}

/* Bord nuage haut — même cadre que la section Miroir */
.preuves::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: var(--space-md);
  background-color: var(--color-rose-kiss);
  pointer-events: none;
}

.preuves::after {
  content: '';
  position: absolute;
  top: calc(var(--space-md) - var(--cloud-seam));
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: var(--header-cloud-height);
  background-color: var(--color-rose-kiss);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' preserveAspectRatio='none'%3E%3Crect width='16' height='3' fill='black'/%3E%3Ccircle cx='8' cy='0' r='10' fill='black'/%3E%3C/svg%3E");
  mask-size: var(--header-cloud-width) var(--header-cloud-height);
  mask-repeat: repeat-x;
  mask-position: top left;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' preserveAspectRatio='none'%3E%3Crect width='16' height='3' fill='black'/%3E%3Ccircle cx='8' cy='0' r='10' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: var(--header-cloud-width) var(--header-cloud-height);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
  pointer-events: none;
}

/* Bord nuage bas — inversé : festons vers le haut, puis bande */
.preuves-cloud-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: none;
}

.preuves-cloud-bottom-edge {
  display: block;
  width: 100%;
  height: var(--header-cloud-height);
  transform: scaleY(-1);
  background-color: var(--color-rose-kiss);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' preserveAspectRatio='none'%3E%3Crect width='16' height='3' fill='black'/%3E%3Ccircle cx='8' cy='0' r='10' fill='black'/%3E%3C/svg%3E");
  mask-size: var(--header-cloud-width) var(--header-cloud-height);
  mask-repeat: repeat-x;
  mask-position: top left;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' preserveAspectRatio='none'%3E%3Crect width='16' height='3' fill='black'/%3E%3Ccircle cx='8' cy='0' r='10' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: var(--header-cloud-width) var(--header-cloud-height);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
}

.preuves-cloud-bottom-band {
  display: block;
  width: 100%;
  height: var(--space-md);
  background-color: var(--color-rose-kiss);
}

/* Bord nuage gauche — bande + festons verticaux vers l’intérieur */
.preuves-cloud-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}

.preuves-cloud-left-band {
  flex-shrink: 0;
  width: var(--space-md);
  height: 100%;
  background-color: var(--color-rose-kiss);
}

.preuves-cloud-left-edge {
  flex-shrink: 0;
  width: var(--header-cloud-height);
  height: 100%;
  background-color: var(--color-rose-kiss);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' preserveAspectRatio='none'%3E%3Crect width='3' height='16' fill='black'/%3E%3Ccircle cx='0' cy='8' r='10' fill='black'/%3E%3C/svg%3E");
  mask-size: var(--header-cloud-height) var(--header-cloud-width);
  mask-repeat: repeat-y;
  mask-position: top left;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' preserveAspectRatio='none'%3E%3Crect width='3' height='16' fill='black'/%3E%3Ccircle cx='0' cy='8' r='10' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: var(--header-cloud-height) var(--header-cloud-width);
  -webkit-mask-repeat: repeat-y;
  -webkit-mask-position: top left;
}

/* Bord nuage droit — inversé : festons vers l’intérieur, puis bande */
.preuves-cloud-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}

.preuves-cloud-right-edge {
  flex-shrink: 0;
  width: var(--header-cloud-height);
  height: 100%;
  transform: scaleX(-1);
  background-color: var(--color-rose-kiss);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' preserveAspectRatio='none'%3E%3Crect width='3' height='16' fill='black'/%3E%3Ccircle cx='0' cy='8' r='10' fill='black'/%3E%3C/svg%3E");
  mask-size: var(--header-cloud-height) var(--header-cloud-width);
  mask-repeat: repeat-y;
  mask-position: top left;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' preserveAspectRatio='none'%3E%3Crect width='3' height='16' fill='black'/%3E%3Ccircle cx='0' cy='8' r='10' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: var(--header-cloud-height) var(--header-cloud-width);
  -webkit-mask-repeat: repeat-y;
  -webkit-mask-position: top left;
}

.preuves-cloud-right-band {
  flex-shrink: 0;
  width: var(--space-md);
  height: 100%;
  background-color: var(--color-rose-kiss);
}

.preuves-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
  width: 100%;
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}

.preuves-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-xl);
  width: 100%;
}

.preuves-intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  max-width: 36rem;
}

.preuves-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--font-size-3xl);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.preuves-lead {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--font-size-md);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

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

.preuves-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-2xl);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.preuves-item {
  min-width: 0;
}

.preuves-project {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  width: 100%;
}

.preuves-img {
  width: 100%;
  aspect-ratio: 310 / 385;
  margin-bottom: var(--space-md);
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius-img);
  outline: 2px dotted transparent;
  outline-offset: var(--space-xs);
  transition: outline-color var(--transition-base);
}

.preuves-img:hover {
  outline-color: var(--color-dark-coffee);
}

.preuves-project-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--font-size-xl);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.preuves-project-tagline {
  margin: 0;
  font-family: var(--font-whisper);
  font-size: var(--font-size-base);
  line-height: 1.45;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.preuves-project-meta{
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  line-height: 1.45;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.preuves-project-meta {
  font-size: var(--font-size-sm);
}

/* --- Dates — mixtape d’offres --- */

.dates {
  position: relative;
  z-index: 1;
  padding: var(--space-3xl) 0;
  overflow: visible;
  background-color: var(--color-florale);
  background-image:
    linear-gradient(color-mix(in srgb, var(--color-rose-kiss) 36%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--color-rose-kiss) 36%, transparent) 1px, transparent 1px);
  background-size: 2rem 2rem;
}

.dates-grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 160px 160px;
  mix-blend-mode: multiply;
}

.dates-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2xl);
  width: 100%;
  max-width: 1400px;
}

.dates-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  max-width: 42rem;
  text-align: center;
}

.dates-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--font-size-3xl);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.dates-lead {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--font-size-lg);
  line-height: 1.55;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.dates-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-xl);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dates-tape {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: var(--space-lg);
  text-align: center;
  text-decoration: none;
  color: var(--color-text);
  transition: color var(--transition-fast);
}

.dates-tape::before {
  content: '';
  position: absolute;
  top: 6%;
  left: 50%;
  z-index: 0;
  width: 80%;
  height: 58%;
  background-color: var(--tape-glow, transparent);
  border-radius: var(--radius-full);
  opacity: 0;
  transform: translateX(-50%);
  filter: blur(2.25rem);
  pointer-events: none;
  transition: opacity var(--transition-base);
}

.dates-tape--eau {
  --tape-glow: var(--color-balade-soft);
}

.dates-tape--foraine {
  --tape-glow: var(--color-foraine-soft);
}

.dates-tape--etoile {
  --tape-glow: var(--color-etoiles-soft);
}

.dates-tape:hover,
.dates-tape:focus-visible {
  color: var(--color-text);
}

.dates-tape:hover::before,
.dates-tape:focus-visible::before {
  opacity: 0.7;
}

.dates-cassette {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 18rem;
  height: auto;
  filter: drop-shadow(0 8px 16px color-mix(in srgb, var(--color-dark-coffee) 12%, transparent));
  transition:
    transform var(--transition-base),
    filter var(--transition-base);
}

.dates-cassette--eau {
  transform: rotate(-3deg);
}

.dates-cassette--foraine {
  transform: rotate(2deg);
}

.dates-cassette--etoile {
  transform: rotate(4deg);
}

.dates-tape:hover .dates-cassette--eau,
.dates-tape:focus-visible .dates-cassette--eau {
  transform: rotate(-1deg) translateY(-0.35rem);
  filter: drop-shadow(0 14px 24px color-mix(in srgb, var(--color-balade) 32%, transparent));
}

.dates-tape:hover .dates-cassette--foraine,
.dates-tape:focus-visible .dates-cassette--foraine {
  transform: rotate(0deg) translateY(-0.35rem);
  filter: drop-shadow(0 14px 24px color-mix(in srgb, var(--color-foraine) 32%, transparent));
}

.dates-tape:hover .dates-cassette--etoile,
.dates-tape:focus-visible .dates-cassette--etoile {
  transform: rotate(2deg) translateY(-0.35rem);
  filter: drop-shadow(0 14px 24px color-mix(in srgb, var(--color-etoiles) 32%, transparent));
}

.dates-tape-title {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 16rem;
  font-family: var(--font-heading);
  font-size: var(--font-size-xl);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: var(--letter-spacing-tight);
  color: inherit;
  text-align: center;
}

.dates-tape-text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 18rem;
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-tight);
  color: inherit;
  text-align: center;
}

.dates-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  width: 100%;
}

.dates-cue {
  margin: 0;
  font-size: var(--font-size-md);
  line-height: 1.4;
  color: color-mix(in srgb, var(--color-text) 65%, transparent);
  text-align: center;
}

.dates-note {
  margin: 0;
  max-width: 24rem;
  font-family: var(--font-body);
  font-size: var(--font-size-md);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
  text-align: center;
}

/* --- CTA finale (même carte que la page Services) --- */

.cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4xl) var(--space-xl) calc(var(--space-4xl) + var(--header-cloud-height) + var(--space-md));
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--color-florale);
  background-image: url('/assets/images/fondvague.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: var(--max-width-site);
}

.cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-xl);
  width: 100%;
  max-width: 42rem;
  margin-top: var(--space-2xl);
  padding: calc(var(--space-3xl) + var(--space-md)) var(--space-3xl) var(--space-3xl);
  background-color: var(--color-florale);
  box-shadow:
    0 0.75rem 2rem color-mix(in srgb, var(--color-dark-coffee) 16%, transparent),
    0 0.15rem 0.4rem color-mix(in srgb, var(--color-dark-coffee) 8%, transparent);
  text-align: center;
}

.cta-logo {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 3.75rem;
  height: auto;
  transform: translate(-50%, -40%);
  pointer-events: none;
  user-select: none;
}

.cta-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(var(--font-size-2xl), 4vw, var(--font-size-3xl));
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

.cta-text {
  margin: 0;
  max-width: 32rem;
  font-family: var(--font-body);
  font-size: var(--font-size-lg);
  line-height: 1.55;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-text);
}

/* Bord nuage bas — même motif navbar, inversé */
.cta-cloud-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: none;
}

.cta-cloud-bottom-edge {
  display: block;
  width: 100%;
  height: var(--header-cloud-height);
  transform: scaleY(-1);
  background-color: var(--color-rose-kiss);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' preserveAspectRatio='none'%3E%3Crect width='16' height='3' fill='black'/%3E%3Ccircle cx='8' cy='0' r='10' fill='black'/%3E%3C/svg%3E");
  mask-size: var(--header-cloud-width) var(--header-cloud-height);
  mask-repeat: repeat-x;
  mask-position: top left;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' preserveAspectRatio='none'%3E%3Crect width='16' height='3' fill='black'/%3E%3Ccircle cx='8' cy='0' r='10' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: var(--header-cloud-width) var(--header-cloud-height);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
}

.cta-cloud-bottom-band {
  display: block;
  width: 100%;
  height: var(--space-md);
  background-color: var(--color-rose-kiss);
}

/* --- Animations --- */

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-fade-in {
  from {
    opacity: 0;
    transform: translateY(0.75rem) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes typer-blink {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-0.75rem) rotate(3deg);
  }
}

@keyframes float-bow {
  0%,
  100% {
    transform: translateY(0) rotate(-9deg);
  }

  50% {
    transform: translateY(-0.75rem) rotate(-5deg);
  }
}

@keyframes billie-float-star {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }

  50% {
    transform: translateY(-0.6rem) rotate(6deg);
  }
}

@keyframes billie-float-bow {
  0%,
  100% {
    transform: translateY(0) rotate(4deg);
  }

  50% {
    transform: translateY(-0.7rem) rotate(-2deg);
  }
}

@keyframes billie-float-ticket {
  0%,
  100% {
    transform: translateY(0) rotate(-8deg);
  }

  50% {
    transform: translateY(-0.5rem) rotate(-3deg);
  }
}

@keyframes billie-float-stamp {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }

  50% {
    transform: translateY(-0.45rem) rotate(2deg);
  }
}

@keyframes parcours-float {
  0%,
  100% {
    transform: translateY(0) rotate(var(--coupon-tilt));
  }

  50% {
    transform: translateY(-0.5rem) rotate(var(--coupon-tilt));
  }
}

/* --- Responsive --- */

@media (max-width: 1024px) {
  .hero {
    min-height: auto;
    padding: var(--space-xl) 0 var(--space-2xl);
  }

  .hero-inner {
    gap: var(--space-lg);
  }

  .hero-content {
    max-width: 36rem;
  }

  .hero-title {
    font-size: var(--font-size-3xl);
  }

  .hero-subtitle {
    font-size: var(--font-size-lg);
  }

  .hero-visual {
    margin-top: calc(var(--space-xl) * -1);
  }

  .hero-phone {
    max-width: 280px;
    transform: rotate(8deg);
  }

  .miroir {
    padding:
      calc(var(--space-2xl) + var(--header-cloud-height) + var(--space-md))
      var(--space-md)
      calc(var(--space-2xl) + var(--header-cloud-height) + var(--space-md));
  }

  .miroir-inner {
    gap: var(--space-2xl);
  }

  .miroir-title {
    font-size: var(--font-size-2xl);
  }

  .miroir-subtitle {
    font-size: var(--font-size-lg);
  }

  .miroir-sticker--star {
    width: 3.75rem;
  }

  .billie {
    padding: var(--space-3xl) 0;
  }

  .billie-inner {
    gap: var(--space-xl);
  }

  .billie-content {
    max-width: 28rem;
    padding-left: var(--space-md);
  }

  .billie-title {
    font-size: var(--font-size-2xl);
  }

  .billie-text p {
    font-size: var(--font-size-md);
  }

  .billie-collage {
    width: min(100%, 28rem);
  }

  .billie-deco--star {
    top: 10%;
    left: 44%;
    width: 3.75rem;
  }

  .billie-deco--bow {
    top: 2%;
    right: 2%;
    width: 5.5rem;
  }

  .billie-deco--ticket {
    bottom: 12%;
    left: 44%;
    width: 4.5rem;
  }

  .billie-deco--stamp {
    bottom: 6%;
    left: 2%;
    width: 4.25rem;
  }

  .parcours {
    padding: var(--space-3xl) 0;
  }

  .parcours-inner {
    gap: var(--space-2xl);
  }

  .parcours-title {
    font-size: var(--font-size-2xl);
  }

  .parcours-lead {
    font-size: var(--font-size-md);
  }

  .parcours-grid {
    gap: var(--space-2xl) var(--space-lg);
  }

  .parcours-coupon-frame {
    width: 12rem;
    height: 10rem;
  }

  .parcours-coupon--vert,
  .parcours-coupon--magenta {
    --coupon-height: 8.25rem;
  }

  .parcours-coupon--rose,
  .parcours-coupon--bleu {
    --coupon-height: 9.15rem;
  }

  .parcours-coupon--orange {
    --coupon-height: 9.05rem;
  }

  .parcours-coupon--rouge {
    --coupon-height: 9.9rem;
  }

  .parcours-step-title {
    font-size: var(--font-size-lg);
  }

  .preuves {
    padding: var(--space-3xl) var(--space-md);
  }

  .preuves-inner {
    gap: var(--space-2xl);
  }

  .preuves-header {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--space-lg);
  }

  .preuves-title {
    font-size: var(--font-size-2xl);
  }

  .preuves-lead {
    font-size: var(--font-size-base);
  }

  .preuves-grid {
    gap: var(--space-xl);
  }

  .preuves-project-title {
    font-size: var(--font-size-lg);
  }

  .dates {
    padding: var(--space-2xl) 0;
  }

  .dates-inner {
    gap: var(--space-xl);
  }

  .dates-title {
    font-size: var(--font-size-2xl);
  }

  .dates-lead {
    font-size: var(--font-size-md);
  }

  .dates-grid {
    gap: var(--space-lg);
  }

  .dates-tape-title {
    font-size: var(--font-size-lg);
  }

  .dates-cassette {
    max-width: 15rem;
  }

  .cta {
    padding: var(--space-3xl) var(--space-lg) calc(var(--space-3xl) + var(--header-cloud-height) + var(--space-md));
  }

  .cta-card {
    gap: var(--space-lg);
    padding: calc(var(--space-2xl) + var(--space-md)) var(--space-2xl) var(--space-2xl);
  }

  .cta-logo {
    width: 3.25rem;
  }

  .cta-title {
    font-size: var(--font-size-2xl);
  }

  .cta-text {
    font-size: var(--font-size-md);
  }
}

@media (max-width: 768px) {
  /* --- Hero : composition centrée, décors retirés --- */
  .hero {
    padding: 0 0 var(--space-2xl);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    padding-top: 0;
  }

  .hero-content {
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    padding-inline: var(--space-md);
    order: 2;
    text-align: center;
  }

  .hero-title {
    margin-bottom: var(--space-md);
    font-size: var(--font-size-2xl);
    text-align: center;
  }

  .hero-subtitle {
    align-items: center;
    max-width: 22rem;
    margin-bottom: var(--space-lg);
    font-size: var(--font-size-md);
    text-align: center;
  }

  .hero-cta-wrap {
    width: 100%;
    max-width: 22rem;
    justify-content: center;
  }

  .hero-cta-wrap .btn {
    width: 100%;
  }

  .hero-deco--star,
  .hero-deco--bow {
    display: none;
  }

  .hero-visual {
    order: 1;
    margin-top: calc(var(--header-cloud-height) * -1);
    min-height: 0;
    justify-content: center;
    padding-inline: var(--space-md);
  }

  .hero-phone {
    max-width: 13.5rem;
    margin-top: 0;
    --sticker-tilt: 3deg;
    transform: rotate(var(--sticker-tilt));
    transform-origin: top center;
  }

  /* --- Miroir : cadre latéral retiré pour respirer --- */
  .miroir-cloud-left,
  .miroir-cloud-right {
    display: none;
  }

  /* --- Miroir : pinboard au-dessus du texte --- */
  .miroir {
    padding:
      calc(var(--space-2xl) + var(--header-cloud-height) + var(--space-md))
      var(--space-md)
      calc(var(--space-2xl) + var(--header-cloud-height) + var(--space-md));
  }

  .miroir-inner {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .miroir-board {
    display: flex;
    justify-content: center;
    max-width: 18rem;
    aspect-ratio: auto;
  }

  .miroir-polaroid--talon,
  .miroir-polaroid--pov,
  .miroir-sticker--star {
    display: none;
  }

  .miroir-polaroid--hero {
    position: relative;
    top: auto;
    left: auto;
    width: 86%;
  }

  .miroir-copy {
    align-items: center;
    max-width: 28rem;
    margin: 0 auto;
    text-align: center;
  }

  .miroir-title {
    font-size: var(--font-size-xl);
    text-align: center;
  }

  .miroir-subtitle {
    font-size: var(--font-size-md);
    text-align: center;
  }

  .miroir-text {
    max-width: 26rem;
    font-size: var(--font-size-base);
    text-align: center;
  }

  .miroir-copy .btn {
    width: 100%;
    max-width: 22rem;
  }

  .miroir-subtitle,
  .miroir-text + .miroir-text {
    display: none;
  }

  /* --- Billie : collage d’abord, stickers flottants retirés --- */
  .billie {
    padding: var(--space-2xl) 0;
  }

  .billie-deco {
    display: none;
  }

  .billie-inner {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .billie-content {
    align-items: center;
    max-width: 100%;
    padding: 0 var(--space-lg);
    padding-bottom: 0;
    order: 2;
    text-align: center;
  }

  .billie-title {
    font-size: var(--font-size-xl);
    text-align: center;
  }

  .billie-text {
    align-items: center;
  }

  .billie-text p {
    font-size: var(--font-size-base);
    text-align: center;
  }

  .billie-content .btn {
    width: 100%;
    max-width: 18rem;
    justify-content: center;
  }

  .billie-visual {
    order: 1;
    padding: 0 var(--space-md);
  }

  .billie-collage {
    width: min(100%, 22rem);
  }

  /* --- Parcours : une colonne, coupons lisibles --- */
  .parcours {
    padding: var(--space-2xl) var(--space-md);
  }

  .parcours-inner {
    gap: var(--space-xl);
  }

  .parcours-header {
    max-width: 28rem;
    padding-inline: var(--space-sm);
  }

  .parcours-title {
    font-size: var(--font-size-xl);
  }

  .parcours-lead {
    font-size: var(--font-size-base);
  }

  .parcours-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    max-width: 18rem;
    margin-inline: auto;
  }

  .parcours-coupon-frame {
    width: 11rem;
    height: 9rem;
    margin-bottom: 0;
  }

  .parcours-coupon--vert,
  .parcours-coupon--magenta {
    --coupon-height: 7.5rem;
  }

  .parcours-coupon--rose,
  .parcours-coupon--bleu {
    --coupon-height: 8.25rem;
  }

  .parcours-coupon--orange {
    --coupon-height: 8.15rem;
  }

  .parcours-coupon--rouge {
    --coupon-height: 8.9rem;
  }

  .parcours-step {
    align-items: center;
    gap: var(--space-sm);
    text-align: center;
  }

  .parcours-step-title {
    max-width: 16rem;
    font-size: var(--font-size-lg);
  }

  .parcours-step-text {
    max-width: 16rem;
    font-size: var(--font-size-base);
  }

  /* --- Preuves : cadre latéral retiré --- */
  .preuves-cloud-left,
  .preuves-cloud-right {
    display: none;
  }

  .preuves {
    padding: var(--space-2xl) var(--space-md) var(--space-3xl);
  }

  .preuves-inner {
    gap: var(--space-xl);
  }

  .preuves-header {
    align-items: center;
    flex-direction: column;
    gap: var(--space-lg);
    text-align: center;
  }

  .preuves-intro {
    align-items: center;
    max-width: 28rem;
  }

  .preuves-title {
    font-size: var(--font-size-xl);
    text-align: center;
  }

  .preuves-lead {
    font-size: var(--font-size-base);
    text-align: center;
  }

  .preuves-cta {
    width: 100%;
    max-width: 22rem;
  }

  .preuves-grid {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
    max-width: 20rem;
    margin-inline: auto;
  }

  .preuves-project {
    align-items: center;
    text-align: center;
  }

  .preuves-project-title {
    font-size: var(--font-size-lg);
  }

  .preuves-project-tagline {
    font-size: var(--font-size-md);
  }

  /* --- Dates : mixtape empilée --- */
  .dates {
    padding: var(--space-2xl) 0;
  }

  .dates-header {
    max-width: 28rem;
    padding: 0 var(--space-lg);
  }

  .dates-title {
    font-size: var(--font-size-xl);
  }

  .dates-lead {
    font-size: var(--font-size-base);
  }

  .dates-cue {
    display: none;
  }

  .dates-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    max-width: 22rem;
    margin-inline: auto;
    padding-inline: var(--space-md);
  }

  .dates-cassette {
    max-width: 16rem;
  }

  .dates-cue,
  .dates-note {
    font-size: var(--font-size-base);
    padding-inline: var(--space-md);
  }

  .dates-close .btn {
    width: 100%;
    max-width: 18rem;
    white-space: normal;
    text-align: center;
  }

  /* --- CTA : carte centrée comme Services --- */
  .cta {
    padding: var(--space-2xl) var(--space-md) calc(var(--space-2xl) + var(--header-cloud-height) + var(--space-md));
  }

  .cta-card {
    margin-top: var(--space-xl);
    padding: calc(var(--space-2xl) + var(--space-sm)) var(--space-xl) var(--space-xl);
  }

  .cta-logo {
    width: 3rem;
  }

  .cta-title {
    font-size: var(--font-size-xl);
  }

  .cta-text {
    font-size: var(--font-size-base);
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: var(--font-size-xl);
  }

  .hero-typer {
    min-width: 16ch;
  }

  .hero-subtitle {
    font-size: var(--font-size-base);
  }

  .hero-phone {
    max-width: 11.5rem;
  }

  .miroir {
    padding:
      calc(var(--space-xl) + var(--header-cloud-height) + var(--space-md))
      var(--space-sm)
      calc(var(--space-xl) + var(--header-cloud-height) + var(--space-md));
  }

  .miroir-title {
    font-size: var(--font-size-lg);
  }

  .miroir-board {
    max-width: 15.5rem;
  }

  .billie-title {
    font-size: var(--font-size-lg);
  }

  .billie-collage {
    width: min(100%, 18rem);
  }

  .parcours {
    padding: var(--space-xl) var(--space-sm);
  }

  .parcours-title {
    font-size: var(--font-size-lg);
  }

  .preuves-title {
    font-size: var(--font-size-lg);
  }

  .preuves-project-title {
    font-size: var(--font-size-md);
  }

  .preuves-project-tagline,
  .preuves-project-meta {
    font-size: var(--font-size-base);
  }

  .dates-title {
    font-size: var(--font-size-lg);
  }

  .dates-tape-title {
    font-size: var(--font-size-md);
  }

  .dates-cassette {
    max-width: 14rem;
  }

  .cta-title {
    font-size: var(--font-size-lg);
  }

  .cta-logo {
    width: 2.75rem;
  }
}
