/* Vivre Card — maquette néon turquoise / vagues Hokusai */
.page-vc {
  --vc-bg: #05080c;
  --vc-ink: #eef6f8;
  --vc-muted: #9bb0b8;
  --vc-vital: #e85d4c;
  --vc-vital-soft: rgba(232, 93, 76, 0.45);
  --vc-teal: #00f5d4;
  --vc-teal-bright: #7afcff;
  --vc-teal-glow: rgba(0, 245, 212, 0.55);
  --vc-teal-soft: rgba(0, 245, 212, 0.14);
  --vc-gold: #d4a84b;
  --vc-gold-bright: #f0d78a;
  --vc-gold-deep: #8a6420;
  --vc-gold-glow: rgba(212, 168, 75, 0.55);
  --vc-sea: #0a1e28;
  --vc-panel: rgba(8, 14, 18, 0.82);
  --vc-border: rgba(0, 245, 212, 0.22);
  --font-jp: "Noto Sans JP", "Bebas Neue", sans-serif;
  background: var(--vc-bg);
  color: var(--vc-ink);
}

.page-vc .nav {
  background: linear-gradient(180deg, rgba(5, 8, 12, 0.92), rgba(5, 8, 12, 0.35) 75%, transparent);
  border-bottom: 0;
  backdrop-filter: blur(12px);
}

.page-vc .nav-links a.active,
.page-vc .nav-links a:hover {
  color: var(--vc-teal);
}

.page-vc .btn-resa {
  border-color: var(--vc-teal) !important;
  color: var(--vc-teal) !important;
  box-shadow: 0 0 18px rgba(0, 245, 212, 0.25);
}

.page-vc .page-content {
  padding: 0 !important;
  max-width: none;
}

.vc-main {
  padding-bottom: 3rem;
  overflow-x: clip;
}

.vc-wrap {
  width: min(720px, calc(100% - 2rem));
  margin: 0 auto;
}

.vc-wrap--wide {
  width: min(1100px, calc(100% - 2rem));
}

/* ═══════════ STAGE ═══════════ */
.vc-stage {
  position: relative;
  min-height: 100dvh;
  min-height: 100svh;
  display: grid;
  align-content: center;
  padding:
    calc(var(--dmajin-nav-inset, 0px) + var(--dmajin-nav-inner-h, 3.25rem) + 0.85rem)
    max(1rem, env(safe-area-inset-right))
    2.75rem
    max(1rem, env(safe-area-inset-left));
  overflow: hidden;
}

.vc-stage-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #05080c;
}

/* Fond Gemini — vagues + Fuji (maquette) */
.vc-hero-art {
  position: absolute;
  inset: 0;
  background:
    url('assets/vivre-carde/hero-wave-bg.png?v=2') center bottom / cover no-repeat;
  opacity: 0.92;
  filter: saturate(1.05) contrast(1.05);
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 58%,
    rgba(0, 0, 0, 0.75) 78%,
    rgba(0, 0, 0, 0.35) 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 58%,
    rgba(0, 0, 0, 0.75) 78%,
    rgba(0, 0, 0, 0.35) 90%,
    transparent 100%
  );
}

.vc-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 50% 42%, transparent 35%, rgba(0, 0, 0, 0.55) 100%),
    linear-gradient(180deg, rgba(5, 8, 12, 0.35) 0%, transparent 28%, transparent 48%, rgba(5, 8, 12, 0.55) 78%, #05080c 100%);
}

/* Fondu bas stage → section noire */
.vc-stage::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(220px, 32vh);
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(5, 8, 12, 0.35) 35%,
    rgba(5, 8, 12, 0.82) 72%,
    #05080c 100%
  );
}

.vc-fog {
  position: absolute;
  inset: -25%;
  background: radial-gradient(ellipse at 40% 45%, rgba(0, 245, 212, 0.06), transparent 52%);
  filter: blur(48px);
  animation: vcFogDrift 26s ease-in-out infinite alternate;
}

.vc-fog--b {
  background: radial-gradient(ellipse at 70% 30%, rgba(20, 70, 90, 0.35), transparent 48%);
  animation-duration: 32s;
  animation-direction: alternate-reverse;
}

/* ECG plein-largeur (renforce celui du fond) */
.vc-ekg {
  position: absolute;
  left: -5%;
  right: -5%;
  top: 48%;
  width: 110%;
  height: 72px;
  color: var(--vc-teal);
  opacity: 0.55;
  filter: drop-shadow(0 0 8px rgba(0, 245, 212, 0.65));
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.vc-ekg svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.vc-ekg-line {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: vcEkgDraw 5.5s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(0, 245, 212, 0.75));
}

.vc-embers {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.vc-ember {
  position: absolute;
  bottom: -4%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--vc-gold-bright);
  opacity: 0.28;
  animation: vcEmberRise linear infinite;
  box-shadow: 0 0 10px var(--vc-gold-glow);
}

/* Orbit fragments */
.vc-stage-orbit {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.vc-shard {
  position: absolute;
  width: 28px;
  height: 38px;
  border-radius: 2px 10px 3px 12px;
  background:
    linear-gradient(155deg, #e8dcc4 0%, #cbb896 45%, #9a8564 100%);
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 245, 220, 0.35);
  opacity: 0.42;
  animation: vcShardFloat 16s ease-in-out infinite;
  will-change: transform, opacity;
}

.vc-shard--1 { top: 16%; left: 8%; animation-delay: 0s; }
.vc-shard--2 { top: 22%; right: 10%; width: 22px; height: 30px; animation-delay: -2.8s; animation-name: vcShardFloatAlt; }
.vc-shard--3 { bottom: 24%; left: 14%; width: 16px; height: 22px; animation-delay: -5.5s; animation-name: vcShardFloatAlt; opacity: 0.35; }
.vc-shard--4 { bottom: 30%; right: 12%; width: 24px; height: 32px; animation-delay: -8s; }
.vc-shard--5 { top: 58%; left: 48%; width: 12px; height: 18px; animation-delay: -10s; opacity: 0.28; }
.vc-shard--6 { top: 36%; right: 24%; width: 14px; height: 20px; animation-delay: -12s; animation-name: vcShardFloatAlt; opacity: 0.3; }

.vc-stage-core {
  position: relative;
  z-index: 2;
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1.75rem;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.vc-stage-core--split {
  align-items: start;
}

.vc-stage-left {
  display: grid;
  gap: 0.95rem;
  justify-items: center;
  width: 100%;
  align-content: start;
}

.vc-stage-right {
  width: 100%;
  max-width: 460px;
}

/* 3 infos sous la carte */
.vc-info-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 280px;
  display: grid;
  gap: 0.45rem;
}

.vc-info-strip li {
  display: grid;
  gap: 0.1rem;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 245, 212, 0.28);
  background: rgba(0, 245, 212, 0.06);
  box-shadow: 0 0 18px rgba(0, 245, 212, 0.06);
}

.vc-info-strip-label {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vc-teal);
  font-weight: 600;
}

.vc-info-strip strong {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--vc-ink);
  letter-spacing: 0.01em;
}

@media (min-width: 960px) {
  .vc-stage-core--split {
    grid-template-columns: minmax(220px, 300px) minmax(360px, 1fr);
    text-align: left;
    justify-items: stretch;
    gap: 1.75rem 2.25rem;
    align-items: start;
  }

  .vc-stage-left {
    justify-items: start;
  }

  .vc-stage-right {
    max-width: none;
  }

  .vc-stage-copy {
    text-align: left;
  }

  .vc-info-strip {
    max-width: 260px;
  }
}

.vc-form--panel {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.85rem 0.95rem 1rem;
  border-radius: 12px;
  background: rgba(8, 14, 18, 0.78);
  border: 1px solid rgba(0, 245, 212, 0.22);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.4),
    0 0 22px rgba(0, 245, 212, 0.05);
  backdrop-filter: blur(14px);
  display: grid;
  gap: 0.55rem;
}

.vc-form-head {
  display: grid;
  gap: 0.15rem;
}

.vc-form-kicker {
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vc-teal);
}

.vc-form-title {
  margin: 0;
  font-family: "Outfit", var(--font-display), sans-serif;
  font-size: clamp(1.1rem, 2.8vw, 1.3rem);
  letter-spacing: 0.03em;
  color: var(--vc-ink);
}

.vc-form--panel .vc-order-intro {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.35;
  color: var(--vc-muted);
}

.vc-form--panel .vc-field {
  gap: 0.28rem;
}

.vc-form--panel .vc-field label {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.vc-form--panel .vc-field input,
.vc-form--panel .vc-field textarea {
  min-height: 38px;
  padding: 0.45rem 0.65rem;
  font-size: 15px;
}

.vc-form--panel .vc-field textarea {
  min-height: 58px;
  resize: vertical;
}

.vc-form--panel .vc-hint {
  margin: 0.15rem 0 0;
  font-size: 0.68rem;
}

.vc-pay-fixed {
  margin: 0.1rem 0 0;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 245, 212, 0.22);
  background: rgba(0, 245, 212, 0.06);
  font-size: 0.78rem;
  color: var(--vc-ink);
}

.vc-pay-fixed strong {
  color: var(--vc-teal);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.66rem;
}

.vc-form--panel .vc-bank {
  margin: 0;
  padding: 0.55rem 0.65rem;
  gap: 0.45rem;
}

.vc-form--panel .vc-bank-dl {
  gap: 0.35rem 0.85rem;
  font-size: 0.78rem;
}

.vc-form--panel .vc-submit {
  min-height: 42px;
  margin-top: 0.15rem;
  font-size: 0.9rem;
}

.vc-form--panel .vc-form-msg {
  margin: 0;
  font-size: 0.78rem;
}

.vc-form--panel .vc-stub {
  margin: 0;
  padding: 0.55rem 0.65rem;
  font-size: 0.78rem;
}

.vc-field-grid {
  display: grid;
  gap: 0.5rem;
}

@media (min-width: 520px) {
  .vc-field-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vc-field-grid--3 {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .vc-field--span2 {
    grid-column: auto;
  }
}

.vc-stage--order {
  min-height: auto;
  padding-bottom: 2.5rem;
  align-content: start;
}

.vc-stage--order .vc-stage-scroll {
  display: none;
}

.vc-stage--order .vc-living-card-face {
  width: min(210px, 52vw);
}

.vc-stage--order .vc-title {
  font-size: clamp(1.85rem, 5.5vw, 2.6rem);
  margin-bottom: 0.45rem;
}

.vc-stage--order .vc-lead {
  font-size: 0.88rem;
  margin-bottom: 0.55rem;
  line-height: 1.45;
}

.vc-stage--order .vc-kicker {
  margin-bottom: 0.3rem;
  font-size: 0.66rem;
}

@media (min-width: 960px) {
  .vc-stage--order .vc-stage-copy {
    max-width: 18.5rem;
  }
}

/* ═══════════ CARTE PARCHEMIN (maquette) ═══════════ */
.vc-living-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: vcCardFloat 8s ease-in-out infinite;
}

.vc-living-card-glow {
  position: absolute;
  inset: -32% -22%;
  background: radial-gradient(ellipse at 50% 42%, rgba(0, 245, 212, 0.28), transparent 62%);
  filter: blur(18px);
  animation: vcVitalGlow 3.8s ease-in-out infinite;
  z-index: 0;
}

.vc-living-card-glow--soft {
  inset: -36% -28%;
  background: radial-gradient(ellipse at 78% 82%, rgba(232, 70, 60, 0.55), transparent 52%);
  filter: blur(26px);
  opacity: 0.75;
  animation-duration: 5.2s;
  animation-direction: reverse;
}

.vc-living-card-face {
  position: relative;
  z-index: 1;
  width: min(268px, 68vw);
  aspect-ratio: 5 / 7.2;
  transform: perspective(980px) rotateY(-8deg) rotateX(4deg);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
  filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.55));
}

@media (min-width: 860px) {
  .vc-living-card-face:hover {
    transform: perspective(980px) rotateY(-2deg) rotateX(1deg) scale(1.03);
  }
}

.vc-parchment {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.55rem 1.2rem 1.85rem;
  background: transparent;
  border-radius: 0;
  clip-path: none;
  box-shadow: none;
}

.vc-parchment-tex {
  position: absolute;
  inset: -1% -2%;
  background:
    url('assets/vivre-carde/parchment-face.png?v=2') center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 0;
  /* Bon cadeau doré — teinte or sur le parchemin existant */
  filter:
    drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35))
    sepia(0.55) saturate(1.35) hue-rotate(5deg) brightness(1.08);
}

.vc-parchment-fiber {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(90, 55, 15, 0.07) 3px),
    repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(120, 80, 20, 0.05) 4px);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

.vc-parchment-stain {
  position: absolute;
  inset: 12% 16% auto;
  height: 24%;
  background: radial-gradient(ellipse, rgba(110, 70, 30, 0.14), transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.vc-parchment-stain--b {
  inset: auto 10% 18% 36%;
  height: 20%;
  background: radial-gradient(ellipse, rgba(90, 50, 20, 0.12), transparent 70%);
}

.vc-parchment-edge {
  position: absolute;
  inset: 0;
  box-shadow:
    inset 0 0 0 1px rgba(90, 60, 30, 0.28),
    inset 0 0 28px rgba(60, 40, 15, 0.12);
  pointer-events: none;
  z-index: 1;
}

.vc-parchment-core {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin-top: -6%;
}

.vc-parchment-seal,
.vc-parchment-sub,
.vc-parchment-corner {
  display: none;
}

.vc-parchment-rune {
  margin: 0;
  font-family: var(--font-jp);
  font-size: clamp(3.6rem, 12vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
  color: #1a120c;
  letter-spacing: 0.02em;
  text-shadow:
    0 0 10px rgba(240, 215, 138, 0.55),
    0 0 28px rgba(212, 168, 75, 0.4),
    0 2px 0 rgba(255, 240, 200, 0.2);
  animation: vcRunePulse 3.2s ease-in-out infinite;
}

.vc-parchment-name {
  margin: 0;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  color: #2a1c0e;
  text-shadow: 0 1px 0 rgba(255, 236, 180, 0.35);
}

/* Pulse vital — disque rouge bas-droite (maquette) */
.vc-heartbeat {
  position: absolute;
  right: 9%;
  bottom: 8%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  z-index: 4;
}

.vc-heartbeat-glow {
  position: absolute;
  inset: -40%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 70, 55, 0.55), transparent 68%);
  filter: blur(6px);
  animation: vcBeat 1.15s ease-in-out infinite;
  pointer-events: none;
  will-change: transform;
}

.vc-heartbeat-disc {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 30%, #ff7a6a, #e23a2e 55%, #9a1810 100%);
  box-shadow:
    0 0 18px rgba(255, 70, 55, 0.75),
    0 0 36px rgba(232, 60, 50, 0.4),
    inset 0 1px 0 rgba(255, 200, 180, 0.45),
    inset 0 -6px 12px rgba(80, 10, 5, 0.35);
  animation: vcBeat 1.15s ease-in-out infinite;
  will-change: transform;
}

/* Gros battement unique après l’intro */
.vc-heartbeat.is-kick .vc-heartbeat-glow,
.vc-heartbeat.is-kick .vc-heartbeat-disc {
  animation: vcBeatKick 0.85s cubic-bezier(0.22, 1, 0.36, 1) 1;
}

.vc-heartbeat-ekg {
  width: 30px;
  height: 16px;
  color: #fff8f4;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.55));
}

.vc-heartbeat-core,
.vc-heartbeat-ring {
  display: none;
}

/* ═══════════ COPY ═══════════ */
.vc-stage-copy {
  max-width: 36rem;
}

.vc-kicker {
  margin: 0 0 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(238, 246, 248, 0.78);
}

.vc-title {
  margin: 0 0 0.85rem;
  font-family: "Outfit", var(--font-display), sans-serif;
  font-weight: 700;
  font-size: clamp(2.6rem, 8vw, 4.2rem);
  letter-spacing: 0.06em;
  line-height: 0.95;
  color: var(--vc-teal);
  text-shadow:
    0 0 24px rgba(0, 245, 212, 0.55),
    0 4px 40px rgba(0, 0, 0, 0.55);
}

.vc-title span {
  color: var(--vc-teal);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  filter: none;
}

.vc-lead {
  margin: 0 0 1.45rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgba(220, 232, 236, 0.88);
  max-width: 34rem;
}

.vc-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 860px) {
  .vc-cta-row { justify-content: flex-start; }
}

.vc-hero-cta {
  min-height: 48px;
  padding-inline: 1.55rem;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #7afcff, #00f5d4 55%, #00d4b8) !important;
  color: #061016 !important;
  border: 0 !important;
  box-shadow:
    0 0 28px rgba(0, 245, 212, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  font-weight: 700;
}

.vc-hero-cta:hover {
  filter: brightness(1.06);
}

.vc-stage-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.15rem;
}

.vc-impact-btn {
  min-height: 44px;
  border-color: rgba(240, 215, 138, 0.55) !important;
  color: var(--vc-gold-bright) !important;
  background: rgba(212, 168, 75, 0.1) !important;
  box-shadow: 0 0 18px rgba(212, 168, 75, 0.18);
}

.vc-impact-btn:hover {
  border-color: var(--vc-gold-bright) !important;
  background: rgba(212, 168, 75, 0.18) !important;
  filter: brightness(1.05);
}

.vc-link-ghost {
  color: rgba(238, 246, 248, 0.9);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(238, 246, 248, 0.35);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s, text-shadow 0.2s;
}

.vc-link-ghost:hover {
  color: var(--vc-teal-bright);
  border-color: var(--vc-teal);
  text-shadow: 0 0 12px rgba(0, 245, 212, 0.35);
}

.vc-hero-meta {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  justify-content: center;
}

@media (min-width: 860px) {
  .vc-hero-meta { justify-content: flex-start; }
}

.vc-hero-meta li {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232, 200, 114, 0.7);
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 200, 114, 0.2);
  background: rgba(232, 200, 114, 0.05);
}

.vc-stage-scroll {
  position: absolute;
  bottom: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.vc-stage-scroll span {
  display: block;
  width: 18px;
  height: 28px;
  border: 1.5px solid rgba(232, 200, 114, 0.4);
  border-radius: 10px;
  position: relative;
}

.vc-stage-scroll span::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  width: 3px;
  height: 6px;
  margin-left: -1.5px;
  border-radius: 2px;
  background: var(--vc-gold);
  animation: vcScrollDot 1.8s ease-in-out infinite;
}

/* ═══════════ SECTIONS ═══════════ */
.vc-section {
  position: relative;
  padding: 2.9rem 0;
}

.vc-section-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vc-gold);
}

.vc-section-title {
  margin: 0 0 1.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 5vw, 2.35rem);
  letter-spacing: 0.04em;
}

.vc-lore {
  margin-top: -4.5rem;
  padding-top: 5.5rem;
  background:
    linear-gradient(180deg, #05080c 0%, #05080c 18%, rgba(5, 8, 12, 0.96) 40%, transparent 70%),
    linear-gradient(180deg, transparent, rgba(10, 30, 40, 0.28) 55%, transparent);
}

.vc-lore-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

@media (min-width: 720px) {
  .vc-lore-rail { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {
  .vc-lore-rail {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.vc-lore-item {
  position: relative;
  padding: 1.2rem 1.15rem 1.3rem;
  border-radius: 14px;
  border: 1px solid var(--vc-border);
  background:
    linear-gradient(165deg, rgba(232, 200, 114, 0.08), rgba(10, 13, 17, 0.55));
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.vc-lore-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--vc-gold-bright), var(--vc-gold-deep));
  opacity: 0.85;
}

.vc-lore-item:hover {
  border-color: rgba(232, 200, 114, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.vc-lore-num {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--vc-gold);
  opacity: 0.9;
}

.vc-lore-item h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--vc-ink);
}

.vc-lore-item p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--vc-muted);
}

.vc-facts-banner {
  padding: 1.4rem 1.45rem;
  border-radius: 16px;
  border: 1px solid rgba(232, 200, 114, 0.32);
  background:
    radial-gradient(ellipse at 0% 0%, rgba(232, 200, 114, 0.14), transparent 50%),
    rgba(12, 16, 20, 0.88);
}

.vc-facts-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.vc-facts-pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.vc-facts-pills li {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 200, 114, 0.28);
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.84rem;
  color: var(--vc-ink);
}

/* Form */
.vc-order-intro {
  margin: 0 0 1.25rem;
  color: var(--vc-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.vc-order-intro a {
  color: var(--vc-gold);
}

.vc-form {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border-radius: 16px;
  border: 1px solid var(--vc-border);
  background: var(--vc-panel);
  backdrop-filter: blur(12px);
  box-shadow: 0 0 40px rgba(232, 200, 114, 0.04);
}

.vc-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.vc-field {
  display: grid;
  gap: 0.35rem;
}

.vc-field label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--vc-muted);
}

.vc-field input,
.vc-field textarea {
  width: 100%;
  min-height: 44px;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  border: 1px solid var(--vc-border);
  background: rgba(0, 0, 0, 0.4);
  color: var(--vc-ink);
  font-family: inherit;
  font-size: 16px;
}

.vc-field textarea {
  min-height: 96px;
  resize: vertical;
}

.vc-field input:focus,
.vc-field textarea:focus {
  outline: none;
  border-color: rgba(232, 200, 114, 0.55);
  box-shadow: 0 0 0 3px rgba(232, 200, 114, 0.12);
}

.vc-hint {
  margin: 0;
  font-size: 0.75rem;
  color: var(--vc-muted);
}

.vc-pay {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 0.55rem;
}

.vc-pay legend {
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--vc-muted);
}

.vc-pay-opt {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  border: 1px solid var(--vc-border);
  background: rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.vc-pay-opt:has(input:checked) {
  border-color: rgba(232, 200, 114, 0.5);
  background: rgba(232, 200, 114, 0.08);
}

.vc-pay-opt input {
  margin-top: 0.2rem;
  accent-color: var(--vc-gold);
}

.vc-pay-opt strong {
  display: block;
  font-size: 0.92rem;
}

.vc-pay-opt small {
  display: block;
  margin-top: 0.15rem;
  color: var(--vc-muted);
  font-size: 0.78rem;
}

.vc-bank {
  padding: 1rem;
  border-radius: 12px;
  border: 1px dashed rgba(232, 200, 114, 0.4);
  background: rgba(232, 200, 114, 0.05);
  display: grid;
  gap: 0.85rem;
}

.vc-bank-title {
  margin: 0;
  font-weight: 600;
  font-size: 0.9rem;
}

.vc-bank-dl {
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.vc-bank-dl > div {
  display: grid;
  gap: 0.15rem;
}

.vc-bank-dl dt {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--vc-muted);
}

.vc-bank-dl dd { margin: 0; }

.vc-bank-dl code {
  font-size: 0.95rem;
  color: var(--vc-gold-bright);
}

.vc-stub {
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(252, 211, 77, 0.35);
  background: rgba(252, 211, 77, 0.08);
  font-size: 0.88rem;
  line-height: 1.45;
}

.vc-proof-preview {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: var(--vc-muted);
}

.vc-proof-preview img {
  display: block;
  max-width: 180px;
  max-height: 120px;
  margin-top: 0.4rem;
  border-radius: 8px;
  border: 1px solid var(--vc-border);
  object-fit: cover;
}

.vc-form-msg {
  margin: 0;
  min-height: 1.2em;
  font-size: 0.88rem;
  color: #fca5a5;
}

.vc-form-msg.is-ok { color: #6ee7b7; }

.vc-submit {
  min-height: 48px;
  width: 100%;
  background: linear-gradient(135deg, #f0d78a, #d4af37 55%, #b8862d) !important;
  color: #1a1206 !important;
  border: 0 !important;
  font-weight: 700;
}

.vc-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.vc-success {
  margin-bottom: 1.25rem;
  padding: 1.15rem 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(232, 200, 114, 0.45);
  background: rgba(232, 200, 114, 0.1);
}

.vc-success h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
}

.vc-success p {
  margin: 0.25rem 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.hidden { display: none !important; }

/* ═══════════ KEYFRAMES ═══════════ */
@keyframes vcFogDrift {
  from { transform: translate3d(-1.2%, 0, 0) scale(1); }
  to { transform: translate3d(1.8%, 1.2%, 0) scale(1.03); }
}

@keyframes vcSeaPulse {
  from { opacity: 0.82; transform: translateY(0); }
  to { opacity: 1; transform: translateY(-3px); }
}

@keyframes vcRunePulse {
  0%, 100% { text-shadow: 0 0 16px rgba(0, 245, 212, 0.7), 0 0 36px rgba(0, 245, 212, 0.35); }
  50% { text-shadow: 0 0 26px rgba(0, 245, 212, 0.95), 0 0 54px rgba(0, 245, 212, 0.55); }
}

@keyframes vcEkgDraw {
  0% { stroke-dashoffset: 1400; opacity: 0.2; }
  35% { stroke-dashoffset: 0; opacity: 0.7; }
  70% { stroke-dashoffset: 0; opacity: 0.45; }
  100% { stroke-dashoffset: -1400; opacity: 0.15; }
}

@keyframes vcCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes vcVitalGlow {
  0%, 100% { opacity: 0.38; transform: scale(0.97); }
  50% { opacity: 0.78; transform: scale(1.04); }
}

@keyframes vcCardShine {
  0%, 55%, 100% { transform: translateX(-70%) rotate(8deg); opacity: 0; }
  65% { opacity: 0.7; }
  78% { transform: translateX(70%) rotate(8deg); opacity: 0; }
}

@keyframes vcBeat {
  0%, 100% { transform: scale(1); }
  14% { transform: scale(1.28); }
  28% { transform: scale(0.94); }
  42% { transform: scale(1.14); }
  58% { transform: scale(1); }
}

@keyframes vcBeatKick {
  0% { transform: scale(1); }
  18% { transform: scale(1.55); }
  36% { transform: scale(0.88); }
  55% { transform: scale(1.22); }
  100% { transform: scale(1); }
}

@keyframes vcBeatRing {
  0% { transform: scale(0.55); opacity: 0.75; }
  100% { transform: scale(1.25); opacity: 0; }
}

@keyframes vcIntroPaperFly {
  0% { transform: translate(-50%, -46%) rotate(-4deg) scale(1); opacity: 1; }
  55% { opacity: 1; }
  100% { transform: translate(-20%, -120%) rotate(18deg) scale(0.72); opacity: 0; }
}

@keyframes vcIntroBeatIn {
  0% { transform: scale(0.35); opacity: 0; }
  35% { transform: scale(1.15); opacity: 1; }
  55% { transform: scale(0.92); }
  72% { transform: scale(1.35); }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes vcIntroFadeOut {
  to { opacity: 0; visibility: hidden; }
}

@keyframes vcShardFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-16deg); opacity: 0.4; }
  50% { transform: translate3d(5px, -7px, 0) rotate(-12deg); opacity: 0.68; }
}

@keyframes vcShardFloatAlt {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(16deg); opacity: 0.35; }
  50% { transform: translate3d(-6px, 5px, 0) rotate(20deg); opacity: 0.62; }
}

@keyframes vcRingPulse {
  0%, 100% { opacity: 0.25; transform: translate(-50%, -50%) scale(0.98); }
  50% { opacity: 0.5; transform: translate(-50%, -50%) scale(1.025); }
}

@keyframes vcEmberRise {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  12% { opacity: 0.38; }
  100% { transform: translateY(-100vh) scale(0.35); opacity: 0; }
}

@keyframes vcScrollDot {
  0%, 100% { opacity: 0.3; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(8px); }
}

@keyframes vcDotPulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.25); }
}

@media (max-width: 768px) {
  body.page-vc { overflow-x: clip; }
  body.page-vc main.page-content { padding: 0 !important; }

  .vc-wrap,
  .vc-wrap--wide {
    width: min(100%, calc(100% - 1.5rem));
    max-width: 100%;
    box-sizing: border-box;
  }

  .vc-stage {
    align-content: flex-start;
    min-height: auto;
    padding-top: calc(var(--dmajin-nav-inset, 0px) + var(--dmajin-nav-inner-h, 3.25rem) + 0.7rem);
    padding-bottom: max(1.6rem, env(safe-area-inset-bottom));
  }

  .vc-stage-core {
    width: 100%;
    max-width: 100%;
  }

  .vc-living-card-face {
    transform: perspective(800px) rotateY(0deg) rotateX(2deg);
  }

  .vc-cta-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.55rem;
  }

  .vc-cta-row .btn,
  .vc-submit {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    box-sizing: border-box;
  }

  .vc-hero-meta { justify-content: center; }

  .vc-pay-opt {
    min-height: 48px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .vc-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .vc-ekg { opacity: 0.4; height: 56px; top: 52%; }
  .vc-hero-art { opacity: 0.88; background-position: center 70%; }
}

/* ═══════════ INTRO papier → battement ═══════════ */
html.vc-intro-lock,
html.vc-intro-lock body {
  overflow: hidden;
}

.vc-intro {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  background: #030508;
  overflow: hidden;
}

.vc-intro[hidden] {
  display: none !important;
}

.vc-intro.is-done {
  animation: vcIntroFadeOut 0.55s ease forwards;
  pointer-events: none;
}

.vc-intro-paper {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(220px, 52vw);
  aspect-ratio: 5 / 7;
  margin: 0;
  border-radius: 4px;
  background:
    linear-gradient(145deg, #f0d78a 0%, #d4a84b 42%, #a67c2a 78%, #6e5018 100%);
  box-shadow:
    0 0 40px rgba(212, 168, 75, 0.35),
    0 24px 48px rgba(0, 0, 0, 0.55);
  transform: translate(-50%, -46%) rotate(-4deg);
}

.vc-intro-paper::before {
  content: "M";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 4.5rem;
  color: #1a120c;
  letter-spacing: -0.04em;
  text-shadow: 0 1px 0 rgba(255, 236, 180, 0.35);
}

.vc-intro-paper::after {
  content: "";
  position: absolute;
  top: -2%;
  left: -3%;
  width: 45%;
  height: 30%;
  background:
    radial-gradient(ellipse at 25% 35%, rgba(255, 120, 30, 0.9), transparent 60%),
    radial-gradient(ellipse at 40% 55%, rgba(30, 12, 6, 0.8), transparent 70%);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 65% 100%, 0 80%);
  opacity: 0.8;
}

.vc-intro.is-fly .vc-intro-paper {
  animation: vcIntroPaperFly 1.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.vc-intro-beat {
  position: relative;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  opacity: 0;
  color: #fff4f0;
}

.vc-intro.is-beat .vc-intro-beat {
  animation: vcIntroBeatIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.vc-intro-beat-glow {
  position: absolute;
  inset: -50%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 70, 55, 0.65), transparent 68%);
  filter: blur(8px);
}

.vc-intro-beat::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ff7a6a, #e23a2e 55%, #9a1810 100%);
  box-shadow:
    0 0 28px rgba(255, 70, 55, 0.85),
    0 0 56px rgba(232, 60, 50, 0.45);
}

.vc-intro-beat-ekg {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 28px;
}

/* ═══════════ Modal Impact jeu ═══════════ */
.vc-impact-modal {
  position: fixed;
  inset: 0;
  z-index: 10040;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.vc-impact-modal[hidden] {
  display: none !important;
}

.vc-impact-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 10, 0.78);
  backdrop-filter: blur(6px);
}

.vc-impact-panel {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  max-height: min(88vh, 640px);
  overflow: auto;
  padding: 1.65rem 1.45rem 1.4rem;
  border-radius: 14px;
  background:
    linear-gradient(165deg, rgba(18, 22, 28, 0.96), rgba(8, 12, 16, 0.98));
  border: 1px solid rgba(212, 168, 75, 0.35);
  box-shadow:
    0 0 0 1px rgba(0, 245, 212, 0.08),
    0 24px 60px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(212, 168, 75, 0.12);
}

.vc-impact-close {
  position: absolute;
  top: 0.55rem;
  right: 0.65rem;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: rgba(238, 246, 248, 0.75);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.vc-impact-close:hover {
  color: var(--vc-gold-bright);
}

.vc-impact-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vc-gold);
}

.vc-impact-title {
  margin: 0 0 0.65rem;
  font-family: "Outfit", var(--font-display), sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--vc-ink);
}

.vc-impact-lead {
  margin: 0 0 1.1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(220, 232, 236, 0.88);
}

.vc-impact-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.vc-impact-list li {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  background: rgba(0, 245, 212, 0.06);
  border: 1px solid rgba(0, 245, 212, 0.12);
}

.vc-impact-list strong {
  color: var(--vc-gold-bright);
  font-size: 0.92rem;
}

.vc-impact-list span {
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(210, 222, 228, 0.88);
}

.vc-impact-list em {
  font-style: normal;
  color: var(--vc-teal);
  font-weight: 600;
}

.vc-impact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.vc-impact-actions .btn {
  min-height: 44px;
  flex: 1 1 auto;
  justify-content: center;
}

body.vc-impact-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .vc-fog,
  .vc-sea,
  .vc-deco,
  .vc-ekg-line,
  .vc-living-card,
  .vc-living-card-glow,
  .vc-parchment-shine,
  .vc-heartbeat-core,
  .vc-heartbeat-ring,
  .vc-heartbeat-glow,
  .vc-heartbeat-disc,
  .vc-shard,
  .vc-pull-ring,
  .vc-ember,
  .vc-kicker-dot,
  .vc-stage-scroll span::after,
  .vc-intro-paper,
  .vc-intro-beat {
    animation: none !important;
  }
  .vc-living-card-face { transform: none !important; }
  .vc-intro { display: none !important; }
}
