:root {
  --white: #ffffff;
  --black: #000000;
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #e5e5e5;
  --gray-400: #a3a3a3;
  --gray-600: #525252;
  --gray-900: #171717;
  --font: "Onest", system-ui, -apple-system, sans-serif;
  --mono: ui-monospace, "SF Mono", monospace;
  --radius-panel: 32px;
  --radius-card: 20px;
  --radius-pill: 999px;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --figma-cursor: url("assets/figma-cursor-outline.svg") 5 4, default;
}

html {
  scroll-behavior: smooth;
  background: var(--white);
}

body {
  font-family: var(--font) !important;
  background: var(--white) !important;
  color: var(--black) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  -webkit-font-smoothing: antialiased;
}

/* —— Curseurs (comportement Windows) —— */
html,
body {
  cursor: default;
}

/* Texte sélectionnable */
:where(
  p,
  blockquote,
  li:not(summary),
  dd,
  dt,
  figcaption,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .section-lead,
  .hero-lead,
  .hero-title,
  .hero-pillar-d,
  .hero-pillar-t,
  .svc-card-v2-desc,
  .svc-card-v2-title,
  .price-v2-desc,
  .test-v2-quote,
  .test-v2-role,
  .legal-prose,
  .faq-item p,
  .foot-copy,
  .page-hero-lead,
  .page-hero-title,
  .tarif-plan-desc,
  .creations-preview-lead,
  .contact-card-d,
  .skills-section-title,
  .section-title,
  .page-flow-link-k,
  .stat .l,
  .stat .v
) {
  cursor: text;
}

/* Champs de saisie */
:where(
  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  textarea
) {
  cursor: text;
}

/* Éléments cliquables */
:where(
  a[href],
  button:not(:disabled),
  summary,
  label[for],
  select,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  input[type="checkbox"],
  input[type="radio"],
  [role="button"]:not([aria-disabled="true"]),
  .btn,
  .btn-interactive,
  .nav-link,
  .nav-cta,
  .nav .brand,
  .mobile-dock-item,
  .page-flow-link,
  .page-flow-card,
  .page-flow-all,
  .contact-card,
  .foot-brand,
  .foot-nav a,
  .foot-link,
  .foot-legal a,
  .link-arrow,
  .creations-gallery-link,
  .tool-badge,
  .gallery-tile-link,
  a.gallery-tile,
  .svc-card-v2,
  .showroom-stage-btn,
  .showroom-stage-img-btn,
  .showroom-thumb,
  .showroom-nav-btn,
  .gallery-viewer-nav,
  .gallery-viewer-close,
  .tarif-plan-cta,
  .price-v2-cta,
  .sp-logo-wrap,
  .sp-cursor-hint
) {
  cursor: pointer;
}

:where(a[href], button, summary, label[for]) * {
  cursor: inherit;
}

:where(button:disabled, [disabled], [aria-disabled="true"]) {
  cursor: not-allowed;
}

:where(.figma-sel, .figma-cursor-deco, .figma-hero-layer, .hero-peers-scatter, .gallery-tile-static) {
  cursor: default;
}

@media (hover: hover) and (pointer: fine) {
  .nav .brand,
  .nav-link,
  .nav-cta {
    user-select: none;
    -webkit-user-select: none;
  }
}

.figma-cursor-follow {
  display: none !important;
}

.shell {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  background: var(--white);
  min-height: 100vh;
  min-height: 100dvh;
}

.shell > .sweep.zone-dark + .sweep.zone-light,
.shell > .sweep.zone-light + .sweep.zone-dark,
.shell > .sweep.zone-light + .sweep.zone-gray,
.shell > .sweep.zone-gray + .sweep.zone-light,
.shell > .sweep.zone-dark + .sweep.zone-gray,
.shell > .sweep.zone-gray + .sweep.zone-dark {
  margin-top: -1px;
}

.bg-scene, .shader-scene, .particle-field, .grid-patch, .bg-grid-scoped,
.intro-bloom, .bg-ambient, .kana-side, .hero-cursor-deco {
  display: none !important;
}

.glass:not(.glass-panel):not(.glass-frame)::before,
.glass:not(.glass-panel):not(.glass-frame)::after,
.sheen { display: none !important; }

.sweep {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.sweep-body {
  position: relative;
  z-index: 2;
}

.sweep-compact.zone,
.sweep-compact {
  padding-top: clamp(48px, 7vw, 72px) !important;
  padding-bottom: clamp(48px, 7vw, 72px) !important;
}

.sweep-edge-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--z-border), transparent);
  z-index: 3;
  pointer-events: none;
}

.sweep-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.sweep-void .sweep-ambient {
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(255, 255, 255, 0.07), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 60%, rgba(255, 255, 255, 0.04), transparent 50%);
}

.sweep-stripe .sweep-ambient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 40%);
}

.sweep-stage .sweep-ambient {
  background:
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(255, 255, 255, 0.06), transparent 60%),
    radial-gradient(ellipse 40% 30% at 20% 20%, rgba(255, 255, 255, 0.03), transparent 50%);
}

.sweep-daylight .sweep-ambient {
  background: radial-gradient(ellipse 90% 60% at 50% -10%, rgba(0, 0, 0, 0.04), transparent 55%);
}

.sweep-gallery .sweep-ambient {
  background: radial-gradient(ellipse 70% 50% at 100% 0%, rgba(0, 0, 0, 0.03), transparent 50%);
}

.sweep-workflow .sweep-ambient {
  background: radial-gradient(ellipse 60% 40% at 0% 50%, rgba(0, 0, 0, 0.03), transparent 50%);
}

.sweep-mono .sweep-ambient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%, rgba(255, 255, 255, 0.02));
}

.sweep-voices .sweep-ambient {
  background: radial-gradient(ellipse 50% 40% at 50% 100%, rgba(0, 0, 0, 0.03), transparent 55%);
}

.sweep-paper .sweep-ambient {
  background: radial-gradient(ellipse 80% 45% at 50% 0%, rgba(0, 0, 0, 0.025), transparent 50%);
}

.zone-light.sweep + .zone-dark.sweep .sweep-edge-top,
.zone-dark.sweep + .zone-light.sweep .sweep-edge-top {
  opacity: 1;
}

.zone {
  position: relative;
  padding: clamp(80px, 11vw, 128px) 0;
}

.zone-dark {
  --z-bg: var(--black);
  --z-fg: var(--white);
  --z-muted: var(--gray-400);
  --z-card: var(--gray-900);
  --z-border: rgba(255, 255, 255, 0.12);
  --z-panel: var(--white);
  --z-panel-fg: var(--black);
  background: var(--black) !important;
  color: var(--white) !important;
}

.zone-light {
  --z-bg: var(--white);
  --z-fg: var(--black);
  --z-muted: var(--gray-600);
  --z-card: var(--white);
  --z-border: rgba(0, 0, 0, 0.1);
  --z-panel: var(--white);
  --z-panel-fg: var(--black);
  background: var(--white) !important;
  color: var(--black) !important;
}

.zone-gray {
  --z-bg: var(--gray-50);
  --z-fg: var(--black);
  --z-muted: var(--gray-600);
  --z-card: var(--white);
  --z-border: rgba(0, 0, 0, 0.08);
  background: var(--gray-50) !important;
  color: var(--black) !important;
}

.container {
  width: min(1200px, 92vw) !important;
  margin: 0 auto !important;
}

.nav-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 200 !important;
  display: flex !important;
  justify-content: center !important;
  pointer-events: none !important;
  padding: max(14px, env(safe-area-inset-top, 0px)) clamp(12px, 3vw, 24px) 0 !important;
  transition: padding 0.3s ease !important;
}

.nav-wrap.is-scrolled {
  padding-top: max(10px, env(safe-area-inset-top, 0px)) !important;
}

.nav {
  pointer-events: auto !important;
  width: 100% !important;
  max-width: min(1120px, 96vw) !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 6px 8px 6px 14px !important;
  border-radius: 999px !important;
  background: rgba(10, 10, 10, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(18px) saturate(1.25) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.25) !important;
  box-shadow:
    0 14px 48px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
  overflow: visible !important;
  transition:
    background 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease !important;
}

.nav-wrap.is-scrolled .nav {
  background: rgba(6, 6, 6, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.5) !important;
}

.nav::after {
  display: none !important;
}

.nav .brand {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  gap: 10px !important;
  padding: 6px 14px 6px 4px !important;
  margin-right: 2px !important;
  border: none !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  text-decoration: none !important;
  overflow: visible !important;
}

.brand-mark {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  filter: none !important;
  transition: transform 0.4s var(--ease) !important;
}

.nav .brand:hover .brand-mark {
  filter: none !important;
  transform: rotate(12deg) scale(1.04) !important;
}


img.brand-mark,
img[src*="logo.png"],
.sp-logo-wrap > img,
.sp-logo-wrap:hover > img {
  filter: none !important;
  box-shadow: none !important;
}

.sp-logo-halo,
.sp-logo-ring {
  display: none !important;
}

.sp-logo-wrap > img {
  animation: none !important;
}

.nav .brand-word {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  color: var(--white) !important;
}

.nav .brand-word-soft {
  font-weight: 400 !important;
  opacity: 0.5 !important;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  margin-right: 6px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-link {
  position: relative !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.62) !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color 0.22s ease, background 0.22s ease !important;
}

.nav-link::after {
  display: none !important;
}

.nav-link:hover {
  color: var(--white) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.nav-link-active {
  color: var(--white) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.nav-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  padding: 9px 16px 9px 18px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  background: var(--accent, #ff005e) !important;
  color: var(--white) !important;
  border-radius: 999px !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(255, 0, 94, 0.35) !important;
  transition:
    background 0.25s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease !important;
}

.nav-cta svg {
  flex-shrink: 0;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-cta:hover {
  background: #ff1a6e !important;
  color: var(--white) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 28px rgba(255, 0, 94, 0.45) !important;
}

.nav-cta:hover svg {
  transform: translateX(2px);
}

@media (max-width: 1080px) {
  .nav-link {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 960px) {
  .nav-links,
  .nav-cta {
    display: none !important;
  }

  .nav {
    padding: 8px 14px 8px 12px !important;
    justify-content: space-between !important;
  }

  .nav .brand {
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 400px) {
  .nav-cta-label {
    display: none;
  }
}

.chrome, .outline, .magenta-fill, .cond, .wide, .it, .serif-it, .hl, .accent {
  background: none !important;
  -webkit-text-fill-color: inherit !important;
  font-style: normal !important;
  font-weight: inherit !important;
  text-transform: none !important;
  filter: none !important;
  color: inherit !important;
  letter-spacing: inherit !important;
}

.hero-panel .hero-title {
  text-align: left !important;
  margin: 0 0 20px !important;
  font-size: clamp(36px, 5vw, 64px) !important;
  font-weight: 600 !important;
}

.hero-title,
.section-title,
.cta-final-title {
  font-family: var(--font) !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.08 !important;
  color: inherit !important;
}

.hero-title {
  font-size: clamp(40px, 6.5vw, 72px) !important;
  font-weight: 600 !important;
  margin: 0 0 20px !important;
}

.section-title {
  font-size: clamp(32px, 4.5vw, 52px) !important;
  font-weight: 600 !important;
  margin: 0 0 16px !important;
  max-width: 14ch;
}

.pro-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-600);
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

.zone-dark .pro-label { color: var(--gray-400); }

.hero-sub,
.section-lead {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: var(--z-muted) !important;
  max-width: 42rem;
  margin: 0 0 28px !important;
}

.hero-sub .em,
.section-lead .em {
  color: var(--z-fg) !important;
  font-weight: 500 !important;
}

.hero {
  min-height: auto !important;
  padding: 96px 0 80px !important;
  display: block !important;
  place-items: unset !important;
  overflow: visible !important;
}

.hero-shell {
  position: relative;
  padding-top: 64px;
  z-index: 2;
  width: 100%;
}

.hero-peers-scatter {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  overflow: visible;
}

.hero-home .hero-peers-scatter {
  display: block;
  z-index: 9;
}

@media (max-width: 899px) {
  .hero-home .hero-peers-scatter {
    display: none;
  }
}

@media (max-width: 1099px) {
  .hero-home .hero-peers-scatter .fp-l6,
  .hero-home .hero-peers-scatter .fp-l7,
  .hero-home .hero-peers-scatter .fp-r5,
  .hero-home .hero-peers-scatter .fp-r6 {
    display: none;
  }
}

.hero-peers-scatter .figma-peer {
  position: absolute;
  margin: 0;
}

.hero-peers-scatter .fp-l1 { top: 12%; left: 4%; right: auto; bottom: auto; }
.hero-peers-scatter .fp-l2 { top: 42%; left: 2%; right: auto; bottom: auto; }
.hero-peers-scatter .fp-r1 { top: 8%; right: 4%; left: auto; bottom: auto; }
.hero-peers-scatter .fp-r2 { top: 46%; right: 6%; left: auto; bottom: auto; }

@media (min-width: 1280px) {
  .hero-peers-scatter .fp-l1 { top: 14%; left: 7%; }
  .hero-peers-scatter .fp-l2 { top: 50%; left: 4%; }
  .hero-peers-scatter .fp-r1 { top: 10%; right: 6%; }
  .hero-peers-scatter .fp-r2 { top: 52%; right: 8%; }
}

.hero-scroll-hint {
  display: none !important;
}

.design-tools-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 2.5vw, 24px);
  margin-top: 24px;
  padding-top: 0;
  border-top: none;
}

.design-tools-row .tool-badge {
  flex-direction: row;
  gap: 10px;
}

.design-tools-row .tool-badge-tile {
  width: 48px;
  height: 48px;
}

.design-tools-row .tool-badge-tile {
  background: var(--white) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
}

.design-tools-row .tool-badge-label {
  color: rgba(255, 255, 255, 0.6);
}

.hero-panel {
  background: var(--white) !important;
  color: var(--black) !important;
  border-radius: var(--radius-panel);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: clamp(32px, 5vw, 52px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
  overflow: visible;
}

.hero-panel-intro {
  overflow: visible !important;
}

.glass-node,
.glass-frame-meta {
  display: none !important;
}

.pro-eyebrow {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  color: var(--gray-600);
  margin: 0 0 20px;
}

.hero-panel-copy .pro-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gray-600);
  margin: 0 0 8px;
}

.hero-panel-copy .hero-title {
  color: var(--black) !important;
}

.hero-panel-copy .hero-sub {
  color: var(--gray-600) !important;
}

.hero-panel-copy .hero-sub .em {
  color: var(--black) !important;
}

.hero-panel .btn-primary {
  background: var(--black) !important;
  color: var(--white) !important;
}

.hero-panel .btn-ghost {
  border-color: rgba(0, 0, 0, 0.15) !important;
  color: var(--black) !important;
}

.hero-panel-visual {
  position: relative;
  min-height: 0;
  overflow: visible;
}

.hero-mb-wrap .mb-cards {
  display: none !important;
}

.hero .mb-present-label {
  position: relative;
  z-index: 5;
  margin-bottom: 8px;
  display: inline-block;
}

.tool-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  --tool-accent: #18a0fb;
}

.tool-badge-tile {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 20px color-mix(in srgb, var(--tool-accent) 25%, transparent);
  transition: transform 0.35s var(--ease);
}

html.is-chromium .tool-badge-tile {
  background: rgba(30, 30, 30, 0.85);
  backdrop-filter: none;
}

.tool-badge:hover .tool-badge-tile {
  transform: translateY(-3px) scale(1.05);
}

.tool-letter {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--tool-accent);
}

.tool-letter-xd {
  color: #d77aff;
}

.tool-badge-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.figma-peer {
  display: flex;
  align-items: flex-start;
  gap: 0;
  --peer: #18a0fb;
  animation: figma-peer-drift 7s ease-in-out infinite;
}

.figma-peer-flip {
  flex-direction: row-reverse;
}

.figma-peer-flip .figma-peer-label {
  margin-left: 0;
  margin-right: -2px;
}

.figma-peer-icon {
  display: block;
  flex-shrink: 0;
  overflow: visible;
  pointer-events: none;
}

.figma-peer-arrow {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  /* PNG ref. : fond noir + contour blanc arrondi — fond invisible sur hero sombre */
  mix-blend-mode: screen;
}

.figma-peer-hand {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
  mix-blend-mode: screen;
}

.figma-peer-label {
  margin-top: 1px;
  margin-left: -3px;
  padding: 5px 11px;
  border-radius: 6px;
  background: var(--peer);
  color: #fff;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 4px 18px color-mix(in srgb, var(--peer) 42%, transparent);
}

.figma-peer-label-round {
  border-radius: 999px;
  padding: 5px 12px;
}

.figma-peer-label-wide {
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 11px;
}

@keyframes figma-peer-drift {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(4px, -6px); }
}

.fc-mb-label {
  top: 0;
  left: 4%;
}

.fc-mb-dots {
  bottom: 2px;
  right: 8%;
}

html.is-chromium .figma-peer:not(.hero-peers-scatter .figma-peer) {
  animation: none;
}

.hero-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.anim-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.anim-icon-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 56;
  stroke-dashoffset: 56;
  animation: icon-draw 1.15s var(--ease) forwards, icon-breathe 2.6s ease-in-out infinite 1.15s;
}

@keyframes icon-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes icon-breathe {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.section-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--z-fg) !important;
  animation: icon-box-pulse 3.2s ease-in-out infinite;
}

@keyframes icon-box-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

.presentation-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.presentation-badge .anim-icon {
  color: var(--z-muted) !important;
}

.section-head-figma .figma-sel-frame,
.section-head-figma .figma-sel-handle,
.section-head-figma .figma-sel-dim {
  display: none !important;
}

.section-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--z-muted) !important;
  margin-bottom: 20px !important;
  border: none !important;
  padding: 0 !important;
}

.section-tag::before { display: none !important; }

.section-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 8px !important;
  border: 1px solid var(--z-border) !important;
  background: transparent !important;
}

.section { padding: 0 !important; }

.sweep.fan-section {
  padding-top: clamp(64px, 8vw, 96px) !important;
}

.marquee.sweep-stripe {
  padding: 24px 0 !important;
}

.btn {
  font-family: var(--font) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: var(--radius-pill) !important;
  padding: 12px 22px !important;
  letter-spacing: -0.01em !important;
}

.btn-primary {
  background: var(--black) !important;
  color: var(--white) !important;
  border: none !important;
  box-shadow: none !important;
}

.hero-panel .btn-primary {
  background: var(--black) !important;
  color: var(--white) !important;
}

.btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  color: var(--black) !important;
}

.zone-dark .btn-primary {
  background: var(--white) !important;
  color: var(--black) !important;
}

.zone-dark .btn-ghost {
  border-color: var(--z-border) !important;
  color: var(--white) !important;
}

.live-dot {
  width: 6px !important;
  height: 6px !important;
  background: var(--black) !important;
  box-shadow: none !important;
  animation: none !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0 !important;
}

.hero-mb-wrap {
  position: relative;
  z-index: 4;
  margin-top: 0 !important;
  max-width: 100% !important;
}

.mb-glow,
.mb-float,
.mb-scanline,
.mb-shadow,
.mb-screen::after,
.fan-stage::before,
.fan-card-ring,
.fan-card-inner::before {
  display: block !important;
}

.zone-light .mb-glow {
  background: radial-gradient(ellipse 60% 50%, rgba(0, 0, 0, 0.06), transparent 65%) !important;
}

.mb-present-label {
  background: var(--black) !important;
  color: var(--white) !important;
  font-family: var(--mono) !important;
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
}

.hero-mb-dot.active {
  background: var(--black) !important;
}

.svc-card,
.show-card,
.proc-step,
.test,
.price-card,
.stats {
  background: var(--z-card) !important;
  border: 1px solid var(--z-border) !important;
  border-radius: var(--radius-card) !important;
  box-shadow: none !important;
}

.zone-light .svc-card,
.zone-light .show-card,
.zone-light .price-card {
  background: var(--white) !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

.zone-dark .svc-card,
.zone-dark .proc-step,
.zone-dark .test {
  background: var(--gray-900) !important;
  border-color: var(--z-border) !important;
}

.svc-title {
  font-weight: 600 !important;
  font-size: 22px !important;
  letter-spacing: -0.02em !important;
}

.svc-card .sheen { display: none !important; }

.fan-section {
  padding-top: 0 !important;
}

.fan-stage {
  height: 480px !important;
  margin-top: 40px !important;
}

.presentation-badge {
  border: 1px solid var(--z-border);
  border-radius: var(--radius-pill);
  padding: 8px 16px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--z-muted);
  background: transparent;
  margin-bottom: 24px;
}

.marquee {
  padding: 28px 0 !important;
  border-top: 1px solid var(--z-border) !important;
  border-bottom: 1px solid var(--z-border) !important;
}

.marquee-item {
  font-size: clamp(28px, 4vw, 40px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
  color: var(--z-fg) !important;
}

.marquee-item .dot {
  background: var(--z-fg) !important;
  opacity: 0.2;
}

.stats {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1px !important;
  background: var(--z-border) !important;
  border: 1px solid var(--z-border) !important;
  border-radius: var(--radius-card) !important;
  overflow: hidden;
}

.stat {
  background: var(--z-card) !important;
  padding: 32px 24px !important;
}

.stat .v {
  font-size: clamp(28px, 4vw, 40px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
}

.cta-final {
  text-align: center;
}

.cta-final .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-final .section-title {
  max-width: none;
}

.foot-copy {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--z-muted);
  font-family: var(--font);
  font-weight: 500;
}

html.is-chromium .glass,
html.is-chromium .svc-card,
html.is-chromium .show-card,
html.is-chromium .proc-step,
html.is-chromium .test,
html.is-chromium .price-card,
html.is-chromium .stats,
html.is-chromium .lock-icon {
  backdrop-filter: none !important;
  background: var(--z-card) !important;
}

html.is-chromium .zone-light .svc-card,
.zone-light .svc-card {
  background: var(--white) !important;
}

.zone-light .show-locked {
  background: var(--gray-100) !important;
}

.hero-mb-wrap::before {
  display: none !important;
}

footer.site-foot.zone-dark {
  position: relative;
  margin-top: 0 !important;
  padding: clamp(40px, 6vw, 64px) 0 clamp(28px, 4vw, 40px) !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.9) !important;
  background: #000000 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 -20px 40px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  isolation: isolate;
}

/* Bord haut saillant + reflet verre */
footer.site-foot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.65) 18%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.65) 82%,
    transparent 100%
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.5),
    0 2px 24px rgba(255, 255, 255, 0.45),
    0 8px 48px rgba(255, 255, 255, 0.18);
  pointer-events: none;
  z-index: 3;
}

footer.site-foot::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  height: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  pointer-events: none;
  z-index: 1;
}

.site-foot-inner {
  position: relative;
  z-index: 2;
}

.site-foot .foot {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.site-foot .foot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.site-foot .foot-row-meta {
  padding-top: clamp(16px, 2.5vw, 22px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-foot .foot-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  text-decoration: none !important;
  background: none !important;
  border-radius: 0 !important;
}

.site-foot .foot-brand:hover .foot-brand-mark {
  transform: rotate(8deg) scale(1.03);
}

.site-foot .foot-brand-mark {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.35s var(--ease);
}

.site-foot .foot-brand-word {
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
}

.site-foot .foot-brand-soft {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.site-foot .foot-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 20px;
  flex: 1 1 auto;
  margin: 0;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.site-foot .foot-nav a {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none;
  padding: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  transition: color 0.22s var(--ease);
}

.site-foot .foot-nav a::after {
  display: none !important;
}

.site-foot .foot-nav a:hover {
  color: rgba(255, 255, 255, 0.95) !important;
  background: none !important;
}

.site-foot .foot-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px 20px;
  flex-shrink: 0;
}

.site-foot .foot-link {
  color: rgba(255, 255, 255, 0.62) !important;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}

.site-foot .foot-link:hover {
  color: var(--accent, #ff005e) !important;
}

.site-foot .foot-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12.5px;
}

.site-foot .foot-legal a {
  color: rgba(255, 255, 255, 0.52) !important;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}

.site-foot .foot-legal a:hover {
  color: var(--accent, #ff005e) !important;
}

.site-foot .foot-legal span {
  color: rgba(255, 255, 255, 0.28);
}

.site-foot .foot-copy {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.42) !important;
  text-align: right;
}

html.is-chromium footer.site-foot.zone-dark {
  background: #000000 !important;
}

@media (max-width: 900px) {
  footer.site-foot.zone-dark {
    padding: clamp(32px, 7vw, 48px) 0 clamp(24px, 5vw, 36px) !important;
  }

  .site-foot .foot-row-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-foot .foot-nav {
    justify-content: flex-start;
  }

  .site-foot .foot-contact {
    justify-content: flex-start;
  }

  .site-foot .foot-row-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-foot .foot-copy {
    text-align: left;
  }
}

.show-fsc-big::after {
  font-family: var(--mono) !important;
  font-size: 10px !important;
  background: var(--black) !important;
  color: var(--white) !important;
  border-radius: 6px !important;
}

.zone-light .show-fsc-big::after {
  background: var(--black) !important;
  color: var(--white) !important;
}

.intro-cover {
  background: var(--black) !important;
}

html.is-chromium .glass:not(.svc-card):not(.show-card):not(.proc-step):not(.test):not(.price-card):not(.stats) {
  backdrop-filter: none !important;
  background: transparent !important;
}

html.is-chromium .reveal {
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
}

html.is-chromium .fan-card.active {
  animation: active-card-pulse 1.8s ease-in-out infinite !important;
}

@media (max-width: 960px) {
  .hero-panel-grid {
    grid-template-columns: 1fr;
  }
  .hero { min-height: auto !important; padding-bottom: 88px !important; }
  .hero-panel-visual { order: -1; }
  .hero-peers-scatter,
  .hero-home .figma-hero-layer { display: none; }
  .section-title { max-width: none; }
  .design-tools-row { gap: 12px; margin-top: 20px; }
  .design-tools-row .tool-badge-label { display: none; }
}

@media (max-width: 760px) {
  .hero { padding-top: 88px !important; min-height: auto !important; }
  .stats { grid-template-columns: repeat(2, 1fr) !important; }
  .hero-figma-gutters { display: none; }
  .hero-scroll-hint { display: none; }
}

.pricing-section .price-card,
.pricing-section .price-card * {
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
}

.pricing-section .price-card {
  background: var(--white) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06) !important;
}

.pricing-section .price-card-pop {
  background: var(--white) !important;
  border: 2px solid var(--black) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-8px);
}

.pricing-section .price-card-tag-pop {
  background: var(--black) !important;
  color: var(--white) !important;
  box-shadow: none !important;
}

.pricing-section .price-card-code {
  color: var(--gray-600) !important;
  padding: 0 !important;
}

.pricing-section .price-card-code::before,
.pricing-section .price-card-code::after {
  display: none !important;
}

.pricing-section .price-card-tag {
  color: var(--gray-600) !important;
}

.pricing-section .price-card-currency,
.pricing-section .price-card-suffix {
  color: var(--gray-600) !important;
}

.pricing-section .price-card-desc {
  color: var(--gray-600) !important;
}

.pricing-section .price-card-feat li {
  color: var(--black) !important;
}

.pricing-section .price-card-check {
  background: var(--black) !important;
  color: var(--white) !important;
}

.pricing-section .price-card-cta {
  background: var(--black) !important;
  color: var(--white) !important;
  border: none !important;
}

.pricing-section .price-card-cta-pop {
  background: var(--black) !important;
  color: var(--white) !important;
}

.pricing-section .price-foot {
  color: var(--gray-600) !important;
}

.pricing-section .price-foot a {
  color: var(--black) !important;
}

.sweep-ambient {
  opacity: 0.5;
}

.section-tag {
  background: transparent !important;
}

.section-icon {
  width: 32px !important;
  height: 32px !important;
  border-radius: 10px !important;
  border: 1px solid var(--z-border) !important;
  background: var(--z-bg) !important;
  animation: none !important;
}

.zone-light .section-icon {
  background: var(--gray-100) !important;
  color: var(--black) !important;
}

.anim-icon-stroke {
  animation: icon-draw 0.8s var(--ease) forwards;
}

.svc-card,
.proc-step,
.test,
.show-card {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04) !important;
}

.zone-light .test {
  background: var(--white) !important;
  padding: 28px !important;
}

.test .quote,
.test .name,
.test .role {
  color: var(--black) !important;
}

.test .role {
  color: var(--gray-600) !important;
}

.proc-step h5,
.proc-step p {
  color: var(--black) !important;
}

.proc-step p {
  color: var(--gray-600) !important;
}

.svc-desc {
  color: var(--gray-600) !important;
}

.svc-title {
  color: var(--black) !important;
}

.zone-dark .stat .v,
.zone-dark .stat .l {
  color: var(--white) !important;
}

.cta-final .section-tag,
.cta-final .section-title,
.cta-final .cta-final-sub {
  color: var(--white) !important;
}

.cta-final .cta-final-sub .em {
  color: var(--white) !important;
}

.cta-final .hero-eyebrow {
  color: var(--gray-400) !important;
  background: var(--gray-900) !important;
  border: 1px solid var(--z-border);
  border-radius: var(--radius-pill);
  padding: 8px 16px;
}

@media (prefers-reduced-motion: reduce) {
  .anim-icon-stroke,
  .figma-peer {
    animation: none !important;
    stroke-dashoffset: 0 !important;
  }
}

.marquee,
.marquee-track,
.fan-section,
.fan-stage,
.show-grid,
.show-grid-v2,
.show-fsc-big,
.show-locked,
.price-grid,
.price-card,
.tests:not(.tests-v2-grid),
.proc {
  display: none !important;
}

.zone-dark-text,
.zone-dark .section-lead {
  color: var(--gray-400) !important;
}

.zone-dark .section-lead .em {
  color: var(--white) !important;
}

.showroom-v2 .section-title,
.showroom-v2 .section-tag {
  color: var(--white) !important;
}

.ui-canvas {
  background: var(--white);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.4);
}

.ui-canvas-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--gray-100);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ui-canvas-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ui-canvas-dot-r { background: #ff5f57; }
.ui-canvas-dot-y { background: #febc2e; }
.ui-canvas-dot-g { background: #28c840; }

.ui-canvas-title {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.01em;
}

.ui-canvas-badge {
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-600);
  font-variant-numeric: tabular-nums;
}

.ui-canvas-body {
  padding: 20px;
  background: #f0f0f0;
}

.showroom-carousel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.showroom-active-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-600);
}

.showroom-active-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin: 4px 0 0;
  letter-spacing: -0.02em;
}

.showroom-carousel-nav {
  display: flex;
  gap: 8px;
}

.showroom-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--white);
  color: var(--black);
  font-size: 18px;
  cursor: pointer;
}

.showroom-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}

.showroom-track::-webkit-scrollbar {
  height: 6px;
}

.showroom-track::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 99px;
}

.showroom-slide {
  flex: 0 0 min(320px, 78vw);
  scroll-snap-align: center;
  text-align: left;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.showroom-slide-frame {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  background: var(--black);
  aspect-ratio: 16 / 10;
  transition: border-color 0.25s var(--ease);
}

.showroom-slide.is-active .showroom-slide-frame,
.showroom-slide:hover .showroom-slide-frame {
  border-color: var(--black);
}

.showroom-slide-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.showroom-slide-label {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}

.showroom-slide-tag {
  display: block;
  font-size: 11px;
  color: var(--gray-600);
  margin-top: 2px;
}

.services-v2 {
  background: var(--gray-50) !important;
}

.svc-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}

@media (min-width: 900px) {
  .svc-grid-v2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.svc-card-v2 {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-card);
  padding: 26px 28px 28px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s var(--ease), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}

.svc-card-v2::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: var(--black);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-card-v2:hover {
  border-color: rgba(255, 0, 94, 0.28);
  box-shadow: 0 26px 56px rgba(255, 0, 94, 0.1), 0 18px 40px rgba(0, 0, 0, 0.1);
}

.svc-card-v2.tilt-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-8px) scale(1.01);
}

.svc-card-v2:hover::before {
  transform: scaleX(1);
}

.svc-card-v2-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.svc-card-v2-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--gray-100);
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: background 0.4s var(--ease), color 0.4s var(--ease);
}

.svc-card-v2:hover .svc-card-v2-icon {
  background: var(--black);
  color: var(--white);
}

.svc-card-v2-icon .anim-icon-stroke {
  stroke: currentColor;
}

.svc-card-v2-num {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gray-200);
}

.svc-card-v2-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: var(--black);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.4s var(--ease), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-card-v2:hover .svc-card-v2-arrow {
  opacity: 1;
  transform: translateX(0);
}

.svc-card-v2-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--black);
  margin: 0 0 10px;
}

.svc-card-v2-desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--gray-600);
  margin: 0 0 16px;
  flex: 1;
}

.svc-card-v2-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.svc-card-v2-tags span {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  background: var(--gray-100);
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.showcase-v2 {
  background: var(--white) !important;
}

.showcase-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
  align-items: stretch;
}

.showcase-v2-grid-single {
  grid-template-columns: minmax(0, 380px);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.showcase-v2-grid-single .showcase-v2-featured {
  grid-column: 1;
}

.showcase-v2-grid > .reveal {
  display: flex;
  min-width: 0;
}

.showcase-v2-grid > .reveal > * {
  flex: 1;
  width: 100%;
  min-width: 0;
}

.showcase-v2-featured {
  flex-direction: column;
}

.showcase-v2-thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #0a0a0a;
  overflow: hidden;
  min-height: 0;
  flex-shrink: 0;
}

.showcase-v2-thumb img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.showcase-v2-featured .showcase-v2-meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}

.showcase-v2-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-card);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s var(--ease);
}

.showcase-v2-featured.tilt-card:hover .showcase-v2-thumb img {
  transform: scale(1.06);
  filter: brightness(1.05);
}

.showcase-v2-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: opacity 0.35s ease;
}

.showcase-v2-featured:hover .showcase-v2-hover {
  opacity: 1;
}

.showcase-v2-hover-pill {
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  background: var(--accent, #ff005e);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  box-shadow: 0 8px 24px rgba(255, 0, 94, 0.35);
}

.showcase-v2-featured:hover .showcase-v2-hover-pill {
  transform: translateY(0);
  opacity: 1;
}

.showcase-v2-featured.tilt-card:hover {
  border-color: rgba(255, 0, 94, 0.4);
  box-shadow: 0 28px 56px rgba(255, 0, 94, 0.12), 0 18px 40px rgba(0, 0, 0, 0.1);
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-8px) scale(1.02);
}

a.showcase-v2-card:hover {
  border-color: var(--black);
}

.showcase-v2-preview {
  aspect-ratio: 4 / 3;
  background: var(--gray-100);
  overflow: hidden;
}

.showcase-v2-featured .showcase-v2-preview {
  display: none;
}

.showcase-v2-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-v2-meta {
  padding: 20px;
}

.showcase-v2-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: var(--black);
  color: var(--white);
  margin-bottom: 10px;
}

.showcase-v2-meta h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 4px;
}

.showcase-v2-meta p {
  font-size: 13px;
  color: var(--gray-600);
  margin: 0;
}

.showcase-v2-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
}

.tests-v2 {
  background: var(--gray-50) !important;
}

.tests-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.test-v2-card {
  margin: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-card);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.35s ease, opacity 0.4s ease;
}

.test-v2-card.tilt-card:hover {
  border-color: rgba(255, 0, 94, 0.25);
  box-shadow: 0 22px 48px rgba(255, 0, 94, 0.08), 0 14px 32px rgba(0, 0, 0, 0.08);
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-6px);
}

.test-v2-card.tilt-card:hover .test-v2-av {
  background: var(--accent, #ff005e);
  transform: scale(1.06);
}

.test-v2-av {
  transition: background 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.test-v2-card p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--black);
  margin: 0 0 16px;
}

.test-v2-order {
  flex: 1;
  margin-bottom: 20px;
}

.test-v2-pack {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent, #ff005e);
  background: rgba(255, 0, 94, 0.08);
  border: 1px solid rgba(255, 0, 94, 0.22);
  border-radius: 999px;
}

.test-v2-services {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.test-v2-services li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--gray-600);
}

.test-v2-services li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent, #ff005e);
}

.test-v2-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.test-v2-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}

.test-v2-meta {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.test-v2-name {
  display: block;
  font-size: 14px;
  color: var(--black);
}

.test-v2-role {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--gray-600);
  text-align: left;
}

.pricing-v2 {
  background: var(--white) !important;
}

.price-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
  align-items: stretch;
}

.price-v2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-card);
  color: var(--black);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.35s ease, opacity 0.4s ease;
}

.price-v2-card.tilt-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-8px);
  border-color: rgba(255, 0, 94, 0.3);
  box-shadow: 0 24px 52px rgba(255, 0, 94, 0.1), 0 16px 36px rgba(0, 0, 0, 0.08);
}

.price-v2-pop.tilt-card:hover {
  border-color: var(--black);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.14);
}

.price-v2-pop {
  border: 2px solid var(--black);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.price-v2-pop-tag {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 12px;
  background: var(--black);
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
}

.price-v2-code {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gray-600);
}

.price-v2-label {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  margin: 8px 0 4px;
  letter-spacing: -0.02em;
}

.price-v2-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-600);
}

.price-v2-amount {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin: 20px 0 12px;
}

.price-v2-eur {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
}

.price-v2-num {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--black);
  line-height: 1;
}

.price-v2-dash {
  color: var(--gray-600);
  margin: 0 4px;
}

.price-v2-suffix {
  width: 100%;
  font-size: 13px;
  color: var(--gray-600);
  margin-bottom: 16px;
}

.price-v2-desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray-600);
  margin: 0 0 16px;
}

.price-v2-feat {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}

.price-v2-feat li {
  font-size: 14px;
  color: var(--black);
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.price-v2-feat li::before {
  content: "✓ ";
  font-weight: 600;
}

.price-v2-cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.price-v2-foot {
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
  color: var(--gray-600);
}

.price-v2-foot a {
  color: var(--black);
  font-weight: 600;
}

.showroom-lightbox,
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.92);
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 32px);
  box-sizing: border-box;
}

.showroom-lightbox-panel {
  max-width: min(1200px, 96vw);
  max-height: 92vh;
  width: 100%;
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.showroom-lightbox-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.showroom-lightbox-count {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gray-600);
  font-variant-numeric: tabular-nums;
}

.showroom-lightbox-stage {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 0;
}

.showroom-lightbox-stage img {
  width: 100%;
  max-height: min(72vh, 820px);
  object-fit: contain;
  display: block;
  border-radius: 8px;
  background: #0a0a0a;
}

.showroom-lightbox-nav {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--white);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.showroom-lightbox-nav:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  transform: scale(1.05);
}

.showroom-lightbox-close {
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
  font-weight: 600;
  font-family: var(--font);
}

.showroom-lightbox-close:hover {
  border-color: var(--accent, #ff005e);
  color: var(--accent, #ff005e);
}

.showroom-lightbox-meta {
  margin-top: 12px;
  font-size: 14px;
  color: var(--black);
}

@media (max-width: 640px) {
  .showroom-lightbox-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
  }

  .showroom-lightbox-nav {
    width: 100%;
    border-radius: 10px;
    height: 40px;
  }

  .showroom-lightbox-prev { order: 2; }
  .showroom-lightbox-stage img { order: 1; }
  .showroom-lightbox-next { order: 3; }
}

@media (max-width: 960px) {
  .svc-grid-v2,
  .tests-v2-grid,
  .price-v2-grid {
    grid-template-columns: 1fr;
  }
  .showcase-v2-grid {
    grid-template-columns: 1fr;
  }
}

.shell-home {
  --page-w: min(1200px, 92vw);
  --page-pad-x: clamp(16px, 3vw, 40px);
  --section-pad-y: clamp(64px, 8vw, 112px);
  --home-section-title: clamp(32px, 4.2vw, 52px);
  --home-section-lead: clamp(15px, 1.75vw, 19px);
  --home-grid-gap: clamp(20px, 3vw, 40px);
  --home-pillar-title: clamp(19px, 2.2vw, 23px);
  --home-pillar-body: clamp(14px, 1.5vw, 16px);
  --home-skills-title: clamp(22px, 3vw, 32px);
}

.shell-home .container {
  width: var(--page-w) !important;
  max-width: var(--page-w);
  padding-left: var(--page-pad-x);
  padding-right: var(--page-pad-x);
  box-sizing: border-box;
}

.shell-home .nav {
  max-width: var(--page-w) !important;
}

.shell-home .section-title {
  font-size: var(--home-section-title) !important;
  max-width: 16ch;
}

.shell-home .section-lead,
.shell-home .hero-sub {
  font-size: var(--home-section-lead) !important;
}

.shell-home .intro-pillars .intro-pillars-grid {
  gap: var(--home-grid-gap);
}

.shell-home .intro-pillar-t {
  font-size: var(--home-pillar-title);
}

.shell-home .intro-pillar-d {
  font-size: var(--home-pillar-body);
}

.shell-home .skills-section-title,
.shell-home .creations-preview .skills-section-title {
  font-size: var(--home-skills-title);
}

.shell-home .sweep.zone,
.shell-home .skills-section,
.shell-home .creations-preview {
  padding-top: var(--section-pad-y) !important;
  padding-bottom: var(--section-pad-y) !important;
}

.creations-preview {
  background: var(--white) !important;
  overflow: visible !important;
  text-align: center;
}

.creations-preview .sweep-body {
  width: 100%;
  max-width: 100%;
}

.creations-preview .skills-section-label {
  display: block;
  text-align: center;
  width: 100%;
}

.creations-preview .skills-section-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(12px, 2vw, 20px);
}

.creations-preview-lead {
  margin: 0 auto clamp(20px, 3vw, 32px);
  max-width: 42rem;
  text-align: center;
}

.creations-preview-wide .container.sweep-body {
  max-width: min(920px, 92vw) !important;
}

.creations-preview-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 clamp(10px, 2vw, 28px);
  box-sizing: border-box;
}

.creations-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
  width: 100%;
  align-items: start;
}

/* Tuile galerie — Créations + Travaux */
.gallery-tile {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: var(--font);
  text-align: left;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(0) scale(1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.gallery-tile:focus,
.gallery-tile:focus-visible {
  outline: none;
}

.gallery-tile-frame {
  position: relative;
  display: block;
  padding: clamp(8px, 1vw, 12px);
  border-radius: 16px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.09);
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transition:
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease;
}

.gallery-tile-media {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: var(--gray-100);
  line-height: 0;
}

.gallery-tile-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

.gallery-tile:hover {
  z-index: 6;
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-8px) scale(1.02);
}

.gallery-tile:hover .gallery-tile-frame {
  border-color: rgba(255, 0, 94, 0.28);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.1),
    0 8px 20px rgba(255, 0, 94, 0.06);
}

.gallery-tile:hover .gallery-tile-media img {
  transform: scale(1.03);
}

.gallery-tile:active {
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-4px) scale(1.01);
  transition-duration: 0.1s;
}

a.gallery-tile-link {
  text-decoration: none;
  color: inherit;
}

.gallery-tile-static {
  cursor: default;
}

.gallery-tile-static:active {
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(0) scale(1);
}

.gallery-tile-go {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--white);
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.gallery-tile-link:hover .gallery-tile-go {
  opacity: 1;
}

.creations-preview-foot {
  margin: clamp(20px, 3vw, 28px) 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

/* Galerie swipe — Créations & Travaux (pas de plein écran) */
.gallery-swipe {
  width: 100%;
}

.gallery-swipe-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(14px, 2vw, 20px);
  padding: 0 clamp(4px, 1vw, 8px);
}

.gallery-swipe-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 600;
  color: var(--gray-600);
}

.gallery-swipe-hint svg {
  flex-shrink: 0;
  color: var(--accent, #ff005e);
  animation: gallery-swipe-hint-nudge 2.2s ease-in-out infinite;
}

@keyframes gallery-swipe-hint-nudge {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

.gallery-swipe-count {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
  color: var(--black);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.gallery-swipe-stage {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: clamp(6px, 1vw, 12px);
}

.gallery-swipe-stage::before,
.gallery-swipe-stage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(28px, 5vw, 56px);
  z-index: 3;
  pointer-events: none;
}

.gallery-swipe-stage::before {
  left: 44px;
  background: linear-gradient(90deg, var(--white) 0%, transparent 100%);
}

.gallery-swipe-stage::after {
  right: 44px;
  background: linear-gradient(270deg, var(--white) 0%, transparent 100%);
}

.gallery-swipe-nav {
  flex-shrink: 0;
  align-self: center;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.22s ease;
}

.gallery-swipe-nav:hover:not(:disabled) {
  border-color: rgba(255, 0, 94, 0.35);
  background: rgba(255, 0, 94, 0.06);
  transform: scale(1.06);
  box-shadow: 0 10px 28px rgba(255, 0, 94, 0.12);
}

.gallery-swipe-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.gallery-swipe-track {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: clamp(14px, 2vw, 22px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: clamp(12px, 3vw, 24px);
  padding: 6px clamp(12px, 3vw, 24px) clamp(16px, 2.5vw, 24px);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  outline: none;
}

.gallery-swipe-track::-webkit-scrollbar {
  display: none;
}

.gallery-swipe-track:active {
  cursor: grabbing;
}

.gallery-swipe-slide {
  flex: 0 0 min(82vw, 680px);
  margin: 0;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.gallery-swipe-frame {
  padding: clamp(10px, 1.4vw, 14px);
  border-radius: 16px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.gallery-swipe-slide.is-active .gallery-swipe-frame {
  border-color: rgba(255, 0, 94, 0.32);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.1),
    0 6px 16px rgba(255, 0, 94, 0.08);
}

.gallery-swipe-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.travaux-swipe-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 clamp(10px, 2vw, 28px);
  box-sizing: border-box;
}

.travaux-section-swipe .travaux-gallery-count {
  margin-bottom: 8px;
}

@media (min-width: 900px) {
  .gallery-swipe-slide {
    flex-basis: min(72vw, 760px);
  }
}

@media (max-width: 640px) {
  .gallery-swipe-stage::before,
  .gallery-swipe-stage::after {
    display: none;
  }

  .gallery-swipe-nav {
    width: 40px;
    height: 40px;
  }

  .gallery-swipe-toolbar {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-swipe-hint svg {
    animation: none;
  }
}

@media (min-width: 640px) {
  .creations-mosaic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .creations-mosaic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (min-width: 1200px) {
  .creations-mosaic {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1600px) {
  .creations-mosaic {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width: 2200px) {
  .creations-mosaic {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-tile,
  .gallery-tile:hover,
  .gallery-tile:active {
    transform: none;
  }

  .gallery-tile:hover .gallery-tile-media img {
    transform: none;
    filter: none;
  }
}

.creations-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--accent, #ff005e) !important;
  transition: gap 0.3s var(--ease), opacity 0.3s ease;
}

.creations-gallery-link svg {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.creations-gallery-link:hover {
  gap: 10px;
}

.creations-gallery-link:hover svg {
  transform: translateX(3px);
}

#top.hero-home,
.hero.hero-home {
  --hero-nav-pad: max(72px, calc(64px + env(safe-area-inset-top, 0px)));
  --hero-stack-w: min(780px, 88vw);
  --hero-gap: clamp(18px, 2.5vh, 40px);
  --hero-title-size: clamp(30px, 5.2vmin + 0.45vh, 64px);
  --hero-lead-size: clamp(14px, 1.8vmin + 0.2vh, 19px);
  --hero-lead-max: 44ch;
  --hero-title-max: 24ch;
  --hero-copy-gap: clamp(12px, 2vh, 24px);
  --hero-tool-size: 36px;
  --hero-btn-pad-y: 12px;
  --hero-btn-pad-x: 20px;
  --hero-btn-font: 14px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 100svh !important;
  min-height: 100dvh !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding: var(--hero-nav-pad) clamp(12px, 2vw, 20px) clamp(20px, 3vh, 40px) !important;
  margin-bottom: 0 !important;
  position: relative;
  isolation: isolate;
  background: var(--black) !important;
}

.hero-home-inner {
  position: relative;
  z-index: 3;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vh, 40px);
  width: 100%;
  min-height: 0;
}

.hero.hero-home > .container.hero-home-stack {
  flex: 0 1 auto;
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.hero-home-pillars-wrap {
  flex-shrink: 0;
  width: var(--page-w) !important;
  max-width: var(--page-w);
  padding-left: var(--page-pad-x);
  padding-right: var(--page-pad-x);
  box-sizing: border-box;
}

.hero-home-pillars {
  width: 100%;
}

.hero-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
  text-align: left;
}

.hero-pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: clamp(18px, 2.5vw, 24px) clamp(16px, 2vw, 22px);
  border-radius: 18px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  contain: layout style;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

@media (hover: hover) and (pointer: fine) {
  .hero-pillar:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 0, 94, 0.35);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 0, 94, 0.18);
  }

  .hero-pillar:hover .hero-pillar-icon {
    background: var(--accent, #ff005e);
  }
}

.hero-pillars-grid.stagger-grid.is-active > .hero-pillar {
  animation: hero-pillar-in 0.48s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  animation-delay: calc(var(--stagger-i, 0) * 0.055s + 0.02s);
}

@keyframes hero-pillar-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-pillar-num {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gray-200);
}

.hero-pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--black);
  color: var(--white);
  transition: background 0.28s ease;
}

.hero-pillar-icon .anim-icon-stroke {
  stroke: var(--white);
}

.hero-pillar-k {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-400);
}

.hero-pillar-t {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--black);
  margin: 0;
  line-height: 1.2;
}

.hero-pillar-d {
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 1.55;
  color: var(--gray-600);
  margin: 0;
}

.hero-home-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(255, 255, 255, 0.07), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 60%, rgba(255, 255, 255, 0.04), transparent 50%);
}

.hero-home-stack {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0 clamp(12px, 3vw, 24px);
}

.hero-home-stack:not(.hero-split) .hero-mb-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 52px 72px !important;
  overflow: visible !important;
  box-sizing: border-box;
}

.hero-panel-main .hero-title {
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(32px, 5.5vw, 52px) !important;
  line-height: 1.08 !important;
}

.hero-panel-main {
  text-align: center;
  margin-bottom: 0;
  padding: clamp(24px, 4vw, 40px) clamp(20px, 4vw, 36px) !important;
}

.hero-home-stack .home-pillars {
  margin-bottom: 20px;
}

.hero-panel-main .hero-title-figma.figma-sel {
  display: inline-flex !important;
  justify-content: center;
  margin: 18px auto 24px !important;
  max-width: 100%;
  width: auto;
}

.hero-panel-main .hero-title-figma .figma-sel-frame {
  width: auto;
  height: auto;
  padding: 10px 14px 12px;
  border: 2px solid #7b61ff !important;
  border-radius: 2px;
  box-shadow: none !important;
}

.hero-panel-main .hero-title-figma .figma-sel-handle {
  display: block !important;
  border-color: #7b61ff !important;
  background: #fff !important;
}

.hero-panel-main .hero-title-figma .figma-sel-dim {
  display: block !important;
  bottom: -24px;
  font-family: var(--font);
  font-size: 10px;
}

.hero-panel-main .hero-title-figma .hero-title {
  margin: 0;
  max-width: none;
  text-align: center;
}

.hero-home-stack .mb-arrow {
  color: var(--white) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.hero-home-stack .mb-arrow:hover svg {
  color: var(--white) !important;
}

.hero-home-stack .hero-mb-dot.active {
  background: var(--white) !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35) !important;
}

.figma-preview-screen {
  display: flex !important;
  flex-direction: column !important;
  aspect-ratio: 16 / 10 !important;
  background: #1e1e1e !important;
  overflow: hidden !important;
}

.figma-preview-screen .mb-scanline {
  z-index: 4;
}

.figma-preview-chrome {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 30px;
  padding: 0 12px;
  background: #2c2c2c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 11px;
}

.figma-traffic {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}

.figma-traffic span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.figma-traffic-r { background: #ff5f57; }
.figma-traffic-y { background: #febc2e; }
.figma-traffic-g { background: #28c840; }

.figma-preview-title {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: -0.02em;
}

.figma-preview-file {
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  text-align: right;
}

.figma-preview-media {
  flex: 1 1 auto;
  min-height: 0;
  height: 0;
  position: relative;
  background: #141414;
  overflow: hidden;
}

.figma-preview-media .mb-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block !important;
  opacity: 0;
  transition: opacity 0.35s ease;
  animation: none !important;
  transform: none !important;
  will-change: opacity;
  pointer-events: none;
}

.figma-preview-media .mb-img.is-active {
  opacity: 1;
  z-index: 1;
}


.hero-mb-caption {
  text-align: center;
  margin-top: 16px;
  min-height: 2.6em;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}

.hero-mb-caption span {
  color: var(--gray-400);
  font-weight: 400;
}

html.is-chromium .hero-home-stack .mb-glow {
  opacity: 0.45;
  animation: none;
}

html.is-chromium .hero-mb-device {
  animation: none !important;
  transform: translateY(-6px);
}

.hero-lead {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  color: var(--gray-600) !important;
  max-width: 52ch;
  margin: 0 auto 28px;
}

.hero-lead .em {
  color: var(--black) !important;
  font-weight: 500;
}

.home-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  text-align: left;
  margin-bottom: 28px;
}

.home-pillar {
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background: var(--gray-50);
}

.home-pillar-k {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-600);
  margin-bottom: 8px;
}

.home-pillar-t {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.home-pillar-d {
  font-size: 13px;
  line-height: 1.5;
  color: var(--gray-600);
  margin: 0;
}

.hero-actions-center {
  justify-content: center;
}

.showcase-v2-preview-fit {
  display: none !important;
}

.shell-showroom {
  background: var(--black);
}

.showroom-page-head {
  padding: 108px 0 24px;
  text-align: center;
}

.showroom-page-head .container {
  max-width: 720px;
}

.showroom-page-title {
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 12px 0 0;
  line-height: 1.1;
}

.showroom-page-lead {
  margin-top: 16px;
}

.showroom-page-body {
  padding: 0 0 80px;
}

.showroom-stage {
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}

.showroom-stage-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.showroom-stage-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gray-400);
}

.showroom-stage-count {
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-400);
  font-variant-numeric: tabular-nums;
}

.showroom-stage-img-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: #0a0a0a;
  cursor: zoom-in;
}

.showroom-stage-img-btn img {
  width: 100%;
  height: auto;
  max-height: min(72vh, 720px);
  object-fit: contain;
  object-position: center top;
  display: block;
  margin: 0 auto;
}

.showroom-stage-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px 20px;
  flex-wrap: wrap;
}

.showroom-stage-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.02em;
}

.showroom-stage-hint {
  font-size: 12px;
  color: var(--gray-400);
  margin: 6px 0 0;
}

.showroom-stage-nav {
  display: flex;
  gap: 8px;
}

.showroom-stage-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
}

.showroom-stage-btn:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.showroom-thumb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
  margin-bottom: 48px;
}

.showroom-thumb {
  text-align: left;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: #111;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.25s var(--ease);
}

.showroom-thumb.is-active,
.showroom-thumb:hover {
  border-color: var(--white);
}

.showroom-thumb-img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 120px;
  max-height: 160px;
  background: #0a0a0a;
  overflow: hidden;
}

.showroom-thumb-img img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
  object-position: top center;
}

.showroom-thumb-label {
  display: block;
  padding: 10px 12px 2px;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
}

.showroom-thumb-tag {
  display: block;
  padding: 0 12px 12px;
  font-size: 11px;
  color: var(--gray-400);
}

.showroom-lightbox-panel img {
  object-fit: contain !important;
  max-height: 82vh !important;
  width: 100%;
  background: #0a0a0a;
}

@media (max-width: 900px) {
  .home-pillars {
    grid-template-columns: 1fr;
  }
  .hero-panel-main .hero-title {
    max-width: none;
  }
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1.4px);
  background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 0%, transparent 75%);
          mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 0%, transparent 75%);
  opacity: 0.9;
}

.hero-home-stack.hero-home-split {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--hero-gap);
  width: var(--hero-stack-w) !important;
  max-width: var(--hero-stack-w);
  min-height: 0;
  text-align: center;
  transform: none;
  overflow: visible;
}

.hero-home-split .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  gap: var(--hero-copy-gap);
  overflow: visible;
  padding: 0;
}

.hero-home-split .hero-title {
  margin: 0 auto !important;
  max-width: var(--hero-title-max) !important;
  text-align: center !important;
  font-size: var(--hero-title-size) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.hero-home-split .hero-lead {
  margin: 0 auto !important;
  max-width: var(--hero-lead-max);
  text-align: center;
  font-size: var(--hero-lead-size) !important;
  line-height: 1.45;
  color: var(--gray-400) !important;
}

.hero-home-split .hero-lead .em {
  color: var(--white) !important;
  font-weight: 600;
}

.hero-home-split .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  justify-content: center;
  flex-shrink: 0;
}

.hero-home-split .design-tools-row {
  justify-content: center;
  margin-top: 0;
  gap: clamp(10px, 1.8vw, 18px);
  flex-shrink: 0;
}

.hero-home-split .design-tools-row .tool-badge-tile {
  width: var(--hero-tool-size);
  height: var(--hero-tool-size);
}

.hero-home-split .hero-actions .btn {
  padding: var(--hero-btn-pad-y) var(--hero-btn-pad-x);
  font-size: var(--hero-btn-font);
}

.hero-home-split .hero-title-figma.figma-sel {
  display: inline-block;
  margin: 0 auto 36px;
  max-width: 100%;
  overflow: visible;
  pointer-events: none;
  flex-shrink: 0;
}

.hero-home-split .hero-title-figma .figma-sel-frame {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  height: auto;
  min-width: 0;
  min-height: 0;
  overflow: visible;
  padding: 14px 22px 20px;
  border: 1.5px solid var(--hero-figma) !important;
  border-radius: 2px;
  background: transparent;
  box-shadow: none !important;
  box-sizing: border-box;
}

.hero-home-split .hero-title-figma .figma-sel-handle {
  display: block !important;
  width: 9px;
  height: 9px;
  background: #fff !important;
  border: 1.5px solid var(--hero-figma) !important;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.hero-home-split .hero-title-figma .figma-sel-tl { top: -5px; left: -5px; }
.hero-home-split .hero-title-figma .figma-sel-tr { top: -5px; right: -5px; }
.hero-home-split .hero-title-figma .figma-sel-bl { bottom: -5px; left: -5px; }
.hero-home-split .hero-title-figma .figma-sel-br { bottom: -5px; right: -5px; }

.hero-home-split .hero-title-figma .figma-sel-dim {
  display: block !important;
  left: -1px;
  bottom: -26px;
  top: auto;
  right: auto;
  transform: none;
  padding: 4px 10px;
  border-radius: 5px;
  background: var(--hero-figma) !important;
  color: #fff !important;
  font-family: var(--font) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
  z-index: 10;
  animation: hero-figma-dim-pulse 10s ease-in-out infinite;
}

@keyframes hero-figma-dim-pulse {
  0%, 22%, 100% {
    opacity: 0.92;
  }
  28%, 54% {
    opacity: 1;
    box-shadow: 0 4px 16px color-mix(in srgb, var(--hero-figma, #ff005e) 40%, transparent);
  }
}

.hero-home-split .hero-title-figma .hero-title {
  margin: 0 !important;
  max-width: var(--hero-title-max) !important;
  width: auto;
  text-align: center !important;
  padding: 0.02em 0 0.1em;
  overflow: visible;
}

/* —— Hero : curseur Figma animé sur le H1 —— */
.hero-title-stage {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.hero-figma-play {
  position: absolute;
  inset: -12px -16px -28px -16px;
  z-index: 8;
  pointer-events: none;
  overflow: visible;
}

.hero-figma-play-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(44px, 5.5vw, 58px);
  height: clamp(44px, 5.5vw, 58px);
  /* Hotspot = pointe du curseur (comme assets/figma-cursor-peer.png 4 3) */
  transform-origin: 4px 3px;
  will-change: transform;
  animation: hero-figma-cursor-path 10s cubic-bezier(0.4, 0.08, 0.15, 1) infinite;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.55));
}

.hero-figma-play-cursor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
  pointer-events: none;
}

/* Ripple collé à la pointe du curseur (bouge avec lui) */
.hero-figma-play-ripple {
  position: absolute;
  left: 4px;
  top: 3px;
  width: 16px;
  height: 16px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid var(--hero-figma, #ff005e);
  box-shadow: 0 0 12px color-mix(in srgb, var(--hero-figma, #ff005e) 45%, transparent);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.35);
  animation: hero-figma-ripple-tip 10s ease-out infinite;
}

.hero-home-split .hero-title-figma .figma-sel-frame {
  animation: hero-figma-frame-pulse 10s ease-in-out infinite;
}

.hero-figma-hit-a,
.hero-figma-hit-b {
  transition: none;
}

.hero-figma-hit-a {
  animation: hero-figma-text-hit-a 10s ease infinite;
}

.hero-platform-chip.hero-figma-hit-b {
  animation: hero-figma-chip-hit 10s ease infinite;
}

@keyframes hero-figma-cursor-path {
  0% {
    transform: translate(-18%, -42%) scale(1.05);
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  18% {
    transform: translate(6%, 8%) scale(1);
  }
  26% {
    transform: translate(6%, 8%) scale(0.82);
  }
  28% {
    transform: translate(6%, 8%) scale(1);
  }
  42% {
    transform: translate(38%, 38%) scale(1);
  }
  50% {
    transform: translate(38%, 38%) scale(0.82);
  }
  52% {
    transform: translate(38%, 38%) scale(1);
  }
  68% {
    transform: translate(52%, 58%) scale(1);
  }
  76% {
    transform: translate(52%, 58%) scale(0.85);
  }
  78% {
    transform: translate(52%, 58%) scale(1);
  }
  90% {
    transform: translate(72%, 78%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(95%, 105%) scale(0.95);
    opacity: 0;
  }
}

@keyframes hero-figma-ripple-tip {
  0%, 22%, 44%, 64%, 84%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.35);
  }
  26% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
  }
  32% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.3);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
  }
  56% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.3);
  }
  76% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(1);
  }
  82% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.2);
  }
}

@keyframes hero-figma-frame-pulse {
  0%, 24%, 100% {
    box-shadow: none;
    border-color: var(--hero-figma, #ff005e);
  }
  28% {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--hero-figma, #ff005e) 22%, transparent);
  }
  52% {
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--hero-figma, #ff005e) 18%, transparent);
  }
  78% {
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--hero-figma, #ff005e) 12%, transparent);
  }
}

@keyframes hero-figma-text-hit-a {
  0%, 24%, 100% {
    filter: none;
  }
  28%, 40% {
    filter: drop-shadow(0 0 18px color-mix(in srgb, var(--hero-figma, #ff005e) 35%, transparent));
  }
}

@keyframes hero-figma-chip-hit {
  0%, 48%, 100% {
    border-color: rgba(255, 255, 255, 0.2);
  }
  52%, 64% {
    border-color: color-mix(in srgb, var(--hero-figma, #ff005e) 55%, rgba(255, 255, 255, 0.25));
    box-shadow:
      0 8px 28px rgba(0, 0, 0, 0.35),
      0 0 22px color-mix(in srgb, var(--hero-figma, #ff005e) 38%, transparent),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 720px) {
  .hero-figma-play-cursor {
    width: 40px;
    height: 40px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .hero-figma-play {
    display: none;
  }

  .hero-home-split .hero-title-figma .figma-sel-frame,
  .hero-home-split .hero-title-figma .figma-sel-dim,
  .hero-figma-hit-a,
  .hero-platform-chip.hero-figma-hit-b {
    animation: none !important;
  }
}

html.is-chromium .hero-figma-play-cursor {
  animation: hero-figma-cursor-path 10s cubic-bezier(0.4, 0.08, 0.15, 1) infinite;
}

@media (min-width: 1200px) {
  .shell-home {
    --page-w: min(1280px, 90vw);
    --home-section-title: clamp(36px, 3.6vw, 56px);
    --home-skills-title: clamp(26px, 2.6vw, 36px);
  }

  .hero.hero-home {
    --hero-stack-w: min(900px, 72vw);
    --hero-gap: clamp(22px, 3vh, 44px);
    --hero-title-size: clamp(38px, 4.8vmin + 0.5vh, 68px);
    --hero-lead-size: clamp(15px, 1.6vmin + 0.25vh, 20px);
    --hero-title-max: 20ch;
  }
}

@media (min-width: 1536px) {
  .shell-home {
    --page-w: min(1400px, 88vw);
    --home-grid-gap: clamp(24px, 2.5vw, 48px);
    --home-pillar-title: clamp(21px, 1.8vw, 26px);
    --home-pillar-body: clamp(15px, 1.2vw, 17px);
  }

  .hero.hero-home {
    --hero-stack-w: min(960px, 68vw);
    --hero-title-size: clamp(44px, 4.4vmin + 0.55vh, 76px);
    --hero-lead-size: clamp(16px, 1.4vmin + 0.3vh, 22px);
    --hero-lead-max: 46ch;
    --hero-title-max: 18ch;
    --hero-tool-size: 40px;
    --hero-btn-font: 15px;
  }
}

@media (min-width: 1920px) {
  .shell-home {
    --page-w: min(1560px, 86vw);
    --section-pad-y: clamp(80px, 7vw, 140px);
    --home-section-title: clamp(44px, 3.2vw, 64px);
    --home-section-lead: clamp(17px, 1.1vw, 22px);
    --home-skills-title: clamp(30px, 2.2vw, 42px);
  }

  .shell-home .stat .v {
    font-size: clamp(40px, 3.2vw, 56px) !important;
  }

  .shell-home .price-v2-num {
    font-size: clamp(48px, 3.2vw, 64px);
  }

  .shell-home .svc-card-v2-title {
    font-size: clamp(22px, 1.4vw, 28px);
  }

  .hero.hero-home {
    --hero-stack-w: min(1040px, 62vw);
    --hero-gap: clamp(28px, 3.5vh, 56px);
    --hero-title-size: clamp(52px, 4vmin + 0.6vh, 88px);
    --hero-lead-size: clamp(17px, 1.2vmin + 0.35vh, 26px);
    --hero-lead-max: 48ch;
    --hero-title-max: 16ch;
    --hero-copy-gap: clamp(14px, 2vh, 28px);
    --hero-tool-size: 44px;
    --hero-btn-pad-y: 14px;
    --hero-btn-pad-x: 24px;
    --hero-btn-font: 16px;
  }
}

@media (min-width: 2560px) {
  .shell-home {
    --page-w: min(1880px, 84vw);
    --home-section-title: clamp(52px, 2.8vw, 76px);
    --home-section-lead: clamp(19px, 0.95vw, 26px);
    --home-skills-title: clamp(36px, 1.8vw, 48px);
    --home-pillar-title: clamp(24px, 1.4vw, 32px);
    --home-pillar-body: clamp(17px, 0.9vw, 20px);
  }

  .shell-home .stat .v {
    font-size: clamp(48px, 2.8vw, 68px) !important;
  }

  .shell-home .price-v2-num {
    font-size: clamp(56px, 2.8vw, 72px);
  }

  .shell-home .svc-card-v2 {
    min-height: 260px;
    padding: 36px 38px 38px;
  }

  .hero.hero-home {
    --hero-stack-w: min(1180px, 58vw);
    --hero-gap: clamp(32px, 3.5vh, 64px);
    --hero-title-size: clamp(64px, 3.6vmin + 0.65vh, 104px);
    --hero-lead-size: clamp(20px, 1vmin + 0.38vh, 30px);
    --hero-lead-max: 50ch;
    --hero-title-max: 14ch;
    --hero-tool-size: 52px;
    --hero-btn-pad-y: 16px;
    --hero-btn-pad-x: 28px;
    --hero-btn-font: 18px;
  }

  .hero-home-split .hero-title-figma .figma-sel-handle {
    width: 11px;
    height: 11px;
  }

  .hero-home-split .hero-title-figma .figma-sel-dim {
    font-size: 12px !important;
  }
}

@media (min-width: 3840px) {
  .shell-home {
    --page-w: min(2400px, 82vw);
    --section-pad-y: clamp(100px, 6vw, 180px);
    --home-section-title: clamp(64px, 2.2vw, 96px);
    --home-section-lead: clamp(22px, 0.75vw, 32px);
    --home-skills-title: clamp(44px, 1.5vw, 56px);
    --home-grid-gap: clamp(32px, 2vw, 64px);
  }

  .hero.hero-home {
    --hero-nav-pad: max(88px, calc(72px + env(safe-area-inset-top, 0px)));
    --hero-stack-w: min(1320px, 52vw);
    --hero-gap: clamp(40px, 3vh, 80px);
    --hero-title-size: clamp(80px, 3vmin + 0.7vh, 120px);
    --hero-lead-size: clamp(24px, 0.9vmin + 0.4vh, 38px);
    --hero-lead-max: 52ch;
    --hero-title-max: 13ch;
    --hero-copy-gap: clamp(16px, 1.8vh, 32px);
    --hero-tool-size: 60px;
    --hero-btn-pad-y: 18px;
    --hero-btn-pad-x: 32px;
    --hero-btn-font: 20px;
  }

  .hero-home-split .hero-title-figma .figma-sel-frame {
    padding: 14px 20px 18px;
  }

  .hero-home-split .hero-title-figma .figma-sel-handle {
    width: 12px;
    height: 12px;
  }

  .hero-home-split .hero-title-figma .figma-sel-dim {
    font-size: 13px !important;
    padding: 4px 11px;
  }
}

@media (min-width: 5120px) {
  .shell-home {
    --page-w: min(3000px, 80vw);
    --home-section-title: clamp(80px, 1.8vw, 112px);
  }

  .hero.hero-home {
    --hero-stack-w: min(1480px, 48vw);
    --hero-title-size: clamp(96px, 2.6vmin + 0.75vh, 136px);
    --hero-lead-size: clamp(28px, 0.8vmin + 0.42vh, 44px);
    --hero-tool-size: 68px;
    --hero-btn-font: 22px;
  }
}

@media (max-height: 820px) {
  .hero.hero-home {
    --hero-title-size: clamp(22px, 3.8vmin, 40px);
    --hero-lead-size: clamp(12px, 1.5vmin, 15px);
    --hero-copy-gap: clamp(4px, 0.8vh, 10px);
    --hero-tool-size: 32px;
    --hero-btn-font: 13px;
    --hero-btn-pad-y: 10px;
    --hero-btn-pad-x: 16px;
  }
}

.hero-home-stack.hero-split {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  width: min(1280px, 94vw) !important;
  max-width: 1280px;
  text-align: left;
  transform: translateX(18px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  min-width: 0;
}

.hero-split .hero-eyebrow.pill {
  margin: 0;
}

.hero-split .hero-title {
  margin: 0 !important;
  max-width: 16ch !important;
  text-align: left !important;
  font-size: clamp(36px, 4.4vw, 58px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.hero-home-split .hero-title-line {
  display: block;
}

.hero-title-mark {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.2vw, 14px);
  margin-top: clamp(14px, 2vh, 22px);
  width: 100%;
}

/* Badges plateformes — glass + pastille (plus de rectangles gris plats) */
.hero-platform-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 18px 9px 12px;
  border-radius: 999px;
  font-size: clamp(13px, 1.35vw, 17px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.03) 55%,
    rgba(0, 0, 0, 0.15) 100%
  );
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-platform-dot {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.hero-platform-chip[data-platform="gmod"] .hero-platform-dot {
  background: linear-gradient(135deg, #18a0fb 0%, #0d99ff 100%);
  box-shadow: 0 0 12px rgba(24, 160, 251, 0.55);
}

.hero-platform-chip[data-platform="fivem"] .hero-platform-dot {
  background: linear-gradient(135deg, #7b61ff 0%, #ff7262 100%);
  box-shadow: 0 0 12px rgba(123, 97, 255, 0.5);
}

.hero-platform-chip[data-platform="nanos"] .hero-platform-dot {
  background: linear-gradient(135deg, #5ce1e6 0%, #0acf83 100%);
  box-shadow: 0 0 12px rgba(92, 225, 230, 0.45);
}

.hero-home-split .hero-platform-chip {
  font-size: clamp(12px, 1.15vw, 16px);
}

html.is-chromium .hero-platform-chip {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: rgba(18, 18, 22, 0.72);
  border-color: rgba(255, 255, 255, 0.16);
}

.hero-split .hero-lead {
  margin: 0 !important;
  max-width: 46ch;
  text-align: left;
  color: var(--gray-400) !important;
}

.hero-split .hero-lead .em {
  color: var(--white) !important;
  font-weight: 600;
}

.hero-split .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 2px 0 0;
  justify-content: flex-start;
}

.hero-split .design-tools-row {
  justify-content: flex-start;
  margin-top: 6px;
  gap: clamp(12px, 2vw, 20px);
}

.hero-split .design-tools-row .tool-badge-tile {
  width: 40px;
  height: 40px;
}

.hero-visual {
  min-width: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
  padding-bottom: 40px;
  position: relative;
  z-index: 4;
  isolation: isolate;
  transform: translate(10px, 44px);
}

.hero-split .hero-mb-wrap {
  width: 172% !important;
  max-width: none !important;
  padding: 0 18px clamp(40px, 5vw, 56px) !important;
  margin: 0 !important;
  overflow: visible !important;
  box-sizing: border-box;
}

.hero-split .mb-arrow-l,
.hero-home-stack .mb-arrow-l {
  left: 0 !important;
}

.hero-split .mb-arrow-r,
.hero-home-stack .mb-arrow-r {
  right: 0 !important;
}

.hero-home .hero-mb-wrap .mb-glow {
  display: none !important;
}

.hero-mb-device {
  position: relative;
  width: 150%;
  max-width: none;
  margin-left: -25%;
  margin-right: 0;
  animation: hero-mb-float-subtle 9s ease-in-out infinite;
  line-height: 0;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.48));
}

.hero-mb-frame {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.hero-mb-screen {
  position: absolute;
  z-index: 1;
  top: 6.15%;
  left: 25.35%;
  width: 40.8%;
  height: 54.4%;
  overflow: hidden;
  border-radius: 10px 14px 3px 6px;
  background: #0a0a0a;
  clip-path: polygon(0% 0%, 96.8% 10.2%, 100% 99.4%, 3.2% 95.2%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  line-height: 0;
}

.hero-mb-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.17), transparent 22%, transparent 72%, rgba(255, 255, 255, 0.07)),
    radial-gradient(ellipse 90% 55% at 54% 0%, rgba(255, 255, 255, 0.10), transparent 62%);
  mix-blend-mode: screen;
}

.hero-mb-slide {
  position: absolute;
  top: -3%;
  left: -3%;
  width: 106%;
  height: 106%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  display: block;
}

.hero-mb-slide.is-active {
  opacity: 1;
  z-index: 1;
}

@keyframes hero-mb-float-subtle {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

.hero-split .hero-mb-caption {
  margin-top: 14px;
}

.hero-split .hero-mb-static {
  width: 128% !important;
  padding: 0 20px clamp(40px, 5vw, 56px) !important;
  pointer-events: none;
}

.hero-mb-static .mb-arrow,
.hero-mb-static .hero-mb-screen,
.hero-mb-static .hero-mb-dots,
.hero-mb-static .hero-mb-caption {
  display: none !important;
}

.hero-mb-static .hero-mb-device {
  width: 100%;
  max-width: min(980px, 100%);
  margin: 0 auto;
}

.hero-mb-static .hero-mb-frame {
  z-index: 1;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.48));
}

@media (max-width: 920px) {
  .shell-home {
    --page-w: min(100%, 92vw);
    --page-pad-x: clamp(14px, 4vw, 20px);
    --section-pad-y: clamp(48px, 10vw, 72px);
    --home-section-title: clamp(28px, 7vw, 40px);
    --home-skills-title: clamp(20px, 5.5vw, 28px);
    --home-grid-gap: clamp(16px, 4vw, 24px);
  }

  #top.hero-home,
  .hero.hero-home {
    --hero-nav-pad: max(68px, calc(56px + env(safe-area-inset-top, 0px)));
    --hero-stack-w: min(100%, 90vw);
    --hero-gap: clamp(14px, 3vh, 28px);
    --hero-title-size: clamp(26px, 8vmin, 42px);
    --hero-lead-size: clamp(13px, 3.8vmin, 17px);
    --hero-lead-max: 34ch;
    --hero-title-max: 16ch;
    --hero-copy-gap: clamp(10px, 2vh, 18px);
    --hero-tool-size: 34px;
    --hero-btn-font: 14px;
    padding-bottom: clamp(8px, 1.5vh, 14px) !important;
  }

  .shell-home .sweep.zone,
  .shell-home .skills-section {
    padding-top: var(--section-pad-y) !important;
    padding-bottom: var(--section-pad-y) !important;
  }
}

@media (max-width: 480px) {
  .shell-home {
    --page-pad-x: 16px;
    --home-section-title: clamp(24px, 8vw, 32px);
  }

  .hero.hero-home {
    --hero-title-size: clamp(24px, 9vmin, 34px);
    --hero-title-max: 14ch;
    --hero-lead-max: 30ch;
    --hero-btn-pad-x: 16px;
  }

  .hero-home-split .hero-actions {
    width: 100%;
    justify-content: stretch;
  }

  .hero-home-split .hero-actions .btn {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
  }

  .hero-pillars-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (min-width: 700px) {
  .hero-pillars-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }
}

@media (min-width: 1920px) {
  .hero-pillar {
    padding: clamp(22px, 2vw, 32px) clamp(20px, 1.8vw, 28px);
  }

  .hero-pillar-t {
    font-size: clamp(18px, 1.2vw, 24px);
  }

  .hero-pillar-d {
    font-size: clamp(13px, 0.9vw, 16px);
  }
}

  .hero-home-stack.hero-split {
    grid-template-columns: 1fr;
    gap: clamp(28px, 6vw, 44px);
    text-align: left;
    width: min(620px, 92vw) !important;
    transform: none;
  }
  .hero-copy {
    align-items: center;
    text-align: center;
  }
  .hero-split .hero-title {
    max-width: 18ch !important;
    text-align: center !important;
  }
  .hero-split .hero-lead {
    text-align: center;
    margin: 0 auto !important;
  }
  .hero-split .hero-actions,
  .hero-split .design-tools-row {
    justify-content: center;
  }
  .hero-visual {
    order: -1;
    width: 100%;
    max-width: min(560px, 94vw);
    margin: 0 auto;
    transform: none;
  }
  .hero-split .hero-mb-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-left: 44px !important;
    padding-right: 44px !important;
    padding-bottom: clamp(32px, 6vw, 48px) !important;
  }
  .hero-mb-device {
    width: 100%;
    max-width: min(560px, 100%);
    margin: 0 auto;
  }
  .hero-split .hero-mb-wrap .mb-float {
    max-width: 100% !important;
  }
  .hero-home .hero-peers-scatter .fp-l2 { bottom: 22%; }
}

@media (max-width: 560px) {
  #top.hero-home,
  .hero.hero-home {
    padding-top: clamp(88px, 18vw, 108px) !important;
    padding-bottom: clamp(48px, 12vw, 64px) !important;
  }
  .hero-split .hero-mb-wrap {
    padding-bottom: 28px !important;
  }
  .hero-split .mb-shadow {
    bottom: -8px !important;
    height: 32px !important;
  }
}

.hero-home { --hero-figma: #ff005e; }

.hero-split .hero-title-figma.figma-sel {
  display: inline-block;
  margin: 0 0 18px;
  max-width: 100%;
  pointer-events: none;
}

.hero-split .hero-title-figma .figma-sel-frame {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  padding: 10px 16px 14px;
  border: 1.5px solid var(--hero-figma);
  border-radius: 2px;
  background: transparent;
}

.hero-split .hero-title-figma .figma-sel-handle {
  display: block !important;
  width: 9px;
  height: 9px;
  background: #fff !important;
  border: 1.5px solid var(--hero-figma) !important;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.hero-split .hero-title-figma .figma-sel-tl { top: -5px; left: -5px; }
.hero-split .hero-title-figma .figma-sel-tr { top: -5px; right: -5px; }
.hero-split .hero-title-figma .figma-sel-bl { bottom: -5px; left: -5px; }
.hero-split .hero-title-figma .figma-sel-br { bottom: -5px; right: -5px; }

.hero-split .hero-title-figma .figma-sel-dim {
  display: block !important;
  left: -1px;
  bottom: -24px;
  transform: none;
  padding: 3px 9px;
  border-radius: 5px;
  background: var(--hero-figma) !important;
  color: #fff !important;
  font-family: var(--font) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.hero-split .hero-title-figma .hero-title {
  margin: 0 !important;
}

.hero-home .figma-hero-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.hero-home .figma-cursor-deco {
  animation: figma-cursor-float 7s ease-in-out infinite;
}

.hero-home .figma-cursor-deco-2 { animation-delay: -1.2s; }
.hero-home .figma-cursor-deco-3 { animation-delay: -2.4s; }
.hero-home .figma-cursor-deco-4 { animation-delay: -3.1s; }
.hero-home .figma-cursor-deco-5 { animation-delay: -4s; }

@keyframes figma-cursor-float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(5px, -7px); }
}

.hero-home .figma-cursor-deco-2,
.hero-home .figma-cursor-deco-5 {
  animation-name: figma-cursor-float-flip;
}

.hero-home .figma-cursor-deco-4 {
  animation-name: figma-cursor-float-sm;
}

@keyframes figma-cursor-float-flip {
  0%, 100% { transform: scaleX(-1) translate(0, 0); }
  50% { transform: scaleX(-1) translate(-5px, -7px); }
}

@keyframes figma-cursor-float-sm {
  0%, 100% { transform: scale(0.92) translate(0, 0); }
  50% { transform: scale(0.92) translate(4px, -6px); }
}

/* —— Hero : popups Figma plus visibles + animations —— */
.hero-home .hero-peers-scatter .figma-peer {
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.5));
  opacity: 0;
  will-change: transform, opacity;
}

.hero-home .hero-peers-scatter .figma-peer-arrow,
.hero-home .hero-peers-scatter .figma-peer-hand {
  width: 38px !important;
  height: 38px !important;
}

.hero-home .hero-peers-scatter .figma-peer-label {
  opacity: 1;
  margin-top: 2px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  animation: hero-peer-label-pulse 4s ease-in-out infinite;
}

.hero-home .hero-peers-scatter .figma-peer-label-round {
  padding: 9px 18px;
  border-radius: 999px;
}

.hero-home .hero-peers-scatter .figma-peer-label-wide {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  max-width: min(200px, 28vw);
  white-space: normal;
  text-align: left;
}

.hero-home .hero-peers-scatter .fp-l1 {
  top: 10%;
  left: clamp(8px, 2.5vw, 40px);
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards,
    hero-peer-float-a 7s ease-in-out 0.7s infinite;
}
.hero-home .hero-peers-scatter .fp-l2 {
  top: 32%;
  left: clamp(4px, 1.5vw, 28px);
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards,
    hero-peer-float-b 8s ease-in-out 0.9s infinite;
}
.hero-home .hero-peers-scatter .fp-l3 {
  top: auto;
  bottom: 22%;
  left: clamp(12px, 3vw, 48px);
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.55s forwards,
    hero-peer-float-c 7.5s ease-in-out 1.1s infinite;
}
/* Zone centrale gauche (vide entre titre et bord) */
.hero-home .hero-peers-scatter .fp-l6 {
  top: 40%;
  left: clamp(72px, 11vw, 200px);
  right: auto;
  bottom: auto;
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards,
    hero-peer-float-c 7.4s ease-in-out 1.05s infinite;
}
.hero-home .hero-peers-scatter .fp-l7 {
  top: 56%;
  left: clamp(88px, 13vw, 220px);
  right: auto;
  bottom: auto;
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards,
    hero-peer-float-b 8.2s ease-in-out 1.25s infinite;
}

.hero-home .hero-peers-scatter .fp-l4 {
  top: 52%;
  left: clamp(16px, 4vw, 56px);
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.75s forwards,
    hero-peer-float-d 8.5s ease-in-out 1.3s infinite;
}
.hero-home .hero-peers-scatter .fp-l5 {
  top: auto;
  bottom: 8%;
  left: clamp(24px, 5vw, 72px);
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.95s forwards,
    hero-peer-float-a 9s ease-in-out 1.5s infinite;
}
.hero-home .hero-peers-scatter .fp-r1 {
  top: 8%;
  right: clamp(8px, 2.5vw, 40px);
  left: auto;
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.25s forwards,
    hero-peer-float-c 7.2s ease-in-out 0.8s infinite;
}
.hero-home .hero-peers-scatter .fp-r2 {
  top: 30%;
  right: clamp(4px, 1.5vw, 28px);
  left: auto;
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards,
    hero-peer-float-d 8s ease-in-out 1s infinite;
}
/* Zone centrale droite */
.hero-home .hero-peers-scatter .fp-r5 {
  top: 38%;
  right: clamp(72px, 11vw, 200px);
  left: auto;
  bottom: auto;
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards,
    hero-peer-float-d 7.6s ease-in-out 1.15s infinite;
}
.hero-home .hero-peers-scatter .fp-r6 {
  top: 54%;
  right: clamp(88px, 13vw, 220px);
  left: auto;
  bottom: auto;
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards,
    hero-peer-float-a 8.4s ease-in-out 1.35s infinite;
}

.hero-home .hero-peers-scatter .fp-r3 {
  top: auto;
  bottom: 24%;
  right: clamp(12px, 3vw, 48px);
  left: auto;
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.65s forwards,
    hero-peer-float-b 7.8s ease-in-out 1.2s infinite;
}
.hero-home .hero-peers-scatter .fp-r4 {
  top: auto;
  bottom: 6%;
  right: clamp(20px, 4.5vw, 64px);
  left: auto;
  animation:
    hero-peer-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.85s forwards,
    hero-peer-float-a 8.2s ease-in-out 1.4s infinite;
}

@keyframes hero-peer-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.82);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes hero-peer-float-a {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(10px, -12px) rotate(-2deg); }
  66% { transform: translate(6px, 8px) rotate(1deg); }
}

@keyframes hero-peer-float-b {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(-12px, -8px) rotate(2deg); }
  66% { transform: translate(-6px, 14px) rotate(-1deg); }
}

@keyframes hero-peer-float-c {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40% { transform: translate(-10px, 10px) scale(1.04); }
  70% { transform: translate(8px, -6px) scale(0.98); }
}

@keyframes hero-peer-float-d {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(12px, -14px); }
}

@keyframes hero-peer-label-pulse {
  0%, 100% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.08);
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-home .hero-peers-scatter .figma-peer,
  .hero-home .hero-peers-scatter .figma-peer-label {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (min-width: 1100px) {
  .hero-home .hero-peers-scatter .fp-l6 { left: clamp(96px, 10vw, 220px); top: 42%; }
  .hero-home .hero-peers-scatter .fp-l7 { left: clamp(112px, 12vw, 240px); top: 58%; }
  .hero-home .hero-peers-scatter .fp-r5 { right: clamp(96px, 10vw, 220px); top: 40%; }
  .hero-home .hero-peers-scatter .fp-r6 { right: clamp(112px, 12vw, 240px); top: 56%; }
}

@media (min-width: 1280px) {
  .hero-home .hero-peers-scatter .fp-l1 { top: 15%; left: 3%; }
  .hero-home .hero-peers-scatter .fp-l2 { bottom: 24%; left: 2.5%; }
  .hero-home .hero-peers-scatter .fp-l6 { left: 12%; top: 41%; }
  .hero-home .hero-peers-scatter .fp-l7 { left: 14%; top: 57%; }
  .hero-home .hero-peers-scatter .fp-r1 { top: 10%; right: 3.5%; }
  .hero-home .hero-peers-scatter .fp-r5 { right: 12%; top: 39%; }
  .hero-home .hero-peers-scatter .fp-r6 { right: 14%; top: 55%; }
}

@media (min-width: 1920px) {
  .hero-home .hero-peers-scatter .fp-l1 { top: 16%; left: 4%; }
  .hero-home .hero-peers-scatter .fp-l2 { bottom: 26%; left: 3.5%; }
  .hero-home .hero-peers-scatter .fp-r1 { top: 11%; right: 4.5%; }
}

@media (min-width: 2560px) {
  .hero-home .hero-peers-scatter .fp-l1 { top: 18%; left: 6%; }
  .hero-home .hero-peers-scatter .fp-l2 { bottom: 28%; left: 5%; }
  .hero-home .hero-peers-scatter .fp-r1 { top: 12%; right: 6%; }
}

@media (min-width: 3840px) {
  .hero-home .hero-peers-scatter .fp-l1 { top: 20%; left: 8%; }
  .hero-home .hero-peers-scatter .fp-l2 { bottom: 30%; left: 7%; }
  .hero-home .hero-peers-scatter .fp-r1 { top: 14%; right: 8%; }
}

@media (min-width: 2100px) {
  #top.hero-home,
  .hero.hero-home {
    padding-bottom: clamp(80px, 7vw, 128px) !important;
  }
  .hero-split .hero-mb-wrap {
    padding-bottom: clamp(40px, 4vw, 64px) !important;
  }
}

.intro-pillars.zone-light {
  position: relative;
  z-index: 2;
  background: var(--white) !important;
}

.intro-pillars .intro-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
}

.intro-pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 28px 24px 26px;
  border-radius: 20px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.5s ease;
}

.intro-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.10);
}

.intro-pillar-num {
  position: absolute;
  top: 22px;
  right: 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gray-200);
}

.intro-pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--black);
  color: var(--white);
  margin-bottom: 4px;
}

.intro-pillar-icon .anim-icon-stroke {
  stroke: var(--white);
}

.intro-pillar-k {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-400);
}

.intro-pillar-t {
  font-size: clamp(19px, 2.2vw, 23px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--black);
  margin: 0;
}

.intro-pillar-d {
  font-size: 14.5px;
  line-height: 1.62;
  color: var(--gray-600);
  margin: 0;
}

.skills-section {
  text-align: center;
  padding-top: clamp(48px, 6vw, 72px) !important;
  padding-bottom: clamp(48px, 6vw, 72px) !important;
}

.skills-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-600);
  margin: 0 0 12px;
}

.skills-section-title {
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--black);
  margin: 0 auto 32px;
  max-width: 20em;
}

.skills-section-title .em {
  color: var(--accent, #ff005e);
}

.skills-marquee-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 calc(-1 * clamp(12px, 3vw, 24px)) 36px;
  padding: 20px 0;
  border-block: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.skills-marquee-row {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.skills-marquee-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  width: max-content;
  animation: skills-scroll 42s linear infinite;
  will-change: transform;
}

.skills-marquee-row.is-reverse .skills-marquee-track {
  animation-direction: reverse;
  animation-duration: 48s;
}

.skills-marquee-row:hover .skills-marquee-track {
  animation-play-state: paused;
}

@keyframes skills-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.skill-marquee-chip,
.skill-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--black);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  transition:
    transform 0.35s var(--ease),
    border-color 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    background 0.35s var(--ease);
}

.skill-marquee-chip {
  background: var(--gray-100);
  pointer-events: none;
}

.skill-marquee-dot,
.skill-chip-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--skill-accent, var(--accent, #ff005e));
  flex-shrink: 0;
  box-shadow: 0 0 10px color-mix(in srgb, var(--skill-accent, #ff005e) 55%, transparent);
  animation: skill-dot-pulse 2.8s ease-in-out infinite;
  animation-delay: calc(var(--skill-i, 0) * 0.15s);
}

.skill-marquee-dot {
  font-style: normal;
}

.skill-chip-dot {
  font-style: normal;
}

@keyframes skill-dot-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.75; }
}

.skills-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 920px;
  margin: 0 auto;
}

.skills-grid .skill-chip {
  cursor: default;
  opacity: 0;
  transform: translateY(12px) scale(0.96);
}

.reveal.in .skills-grid .skill-chip {
  animation: skill-chip-in 0.55s var(--ease) forwards;
  animation-delay: calc(var(--skill-i, 0) * 0.05s);
}

@keyframes skill-chip-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.skill-chip:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: color-mix(in srgb, var(--skill-accent, #ff005e) 45%, rgba(0, 0, 0, 0.1));
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.08),
    0 0 0 1px color-mix(in srgb, var(--skill-accent, #ff005e) 12%, transparent);
}

.skill-chip:hover .skill-chip-dot {
  animation-duration: 1.4s;
}

.hero-skill-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.hero-split .hero-skill-pills {
  justify-content: flex-start;
}

.hero-skill-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(8px);
  animation: hero-pill-in 0.5s var(--ease) forwards;
  animation-delay: calc(0.35s + var(--pill-i, 0) * 0.07s);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease);
}

.hero-skill-pill i {
  font-style: normal;
  font-size: 10px;
  opacity: 0.5;
  color: var(--accent, #ff005e);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}

.hero-skill-pill:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 0, 94, 0.35);
}

.hero-skill-pill:hover i {
  opacity: 1;
  transform: rotate(90deg);
}

@keyframes hero-pill-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html.is-chromium .skills-marquee-track {
  animation-duration: 56s;
}

html.is-chromium .skills-marquee-row.is-reverse .skills-marquee-track {
  animation-duration: 62s;
}

@media (prefers-reduced-motion: reduce) {
  .skills-marquee-track {
    animation: none !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  .skills-marquee-row {
    -webkit-mask-image: none;
            mask-image: none;
  }
  .skills-marquee-wrap {
    gap: 8px;
  }
  .skills-grid .skill-chip,
  .reveal.in .skills-grid .skill-chip {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .hero-skill-pill {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .skill-marquee-dot,
  .skill-chip-dot {
    animation: none;
  }
}

@media (max-width: 920px) {
  .hero-split .hero-skill-pills {
    justify-content: center;
  }
}

@media (max-width: 860px) {
  .intro-pillars .intro-pillars-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin: 0 auto;
  }
}

@media (min-width: 1700px) {
  .container { width: min(1360px, 90vw) !important; }
  .hero-home-stack.hero-split {
    width: min(1340px, 90vw) !important;
    max-width: 1340px !important;
    gap: clamp(64px, 5vw, 88px);
  }
}

@media (min-width: 2100px) {
  body { font-size: 17px; }
  .container { width: min(1640px, 88vw) !important; }
  .shell-home .zone { padding: var(--section-pad-y) 0; }
  .hero-home-stack.hero-split {
    width: min(1600px, 88vw) !important;
    max-width: 1600px !important;
    gap: clamp(80px, 5vw, 112px);
  }
  .zone { padding: clamp(128px, 9vw, 184px) 0; }

  .hero-split .hero-title { font-size: clamp(64px, 4.2vw, 78px) !important; }
  .hero-split .hero-lead { font-size: 21px !important; max-width: 50ch; }
  .section-title { font-size: clamp(56px, 4.4vw, 68px) !important; }
  .hero-sub,
  .section-lead { font-size: 20px !important; max-width: 48rem; }

  .intro-pillar-t { font-size: 25px; }
  .intro-pillar-d { font-size: 16px; }
  .svc-card-v2-title { font-size: 26px; }
  .svc-card-v2-desc { font-size: 16.5px; }
  .svc-card-v2 { min-height: 240px; padding: 34px 36px 36px; }
  .stat .v { font-size: clamp(44px, 4vw, 56px) !important; }
  .price-v2-num { font-size: clamp(52px, 4vw, 62px); }
}

@media (min-width: 2560px) {
  body { font-size: 18px; }
  .container { width: min(1880px, 86vw) !important; }
  .hero-home-stack.hero-split { width: min(1840px, 86vw) !important; max-width: 1840px !important; }
  .zone { padding: clamp(160px, 8.5vw, 216px) 0; }

  .hero-split .hero-title { font-size: clamp(78px, 4.2vw, 96px) !important; }
  .hero-split .hero-lead { font-size: 24px !important; }
  .section-title { font-size: clamp(68px, 4.4vw, 84px) !important; }
  .hero-sub,
  .section-lead { font-size: 22px !important; }

  .intro-pillar-t { font-size: 29px; }
  .svc-card-v2-title { font-size: 30px; }
}

@media (min-width: 3400px) {
  body { font-size: 22px; }
  .container { width: min(2560px, 84vw) !important; }
  .hero-home-stack.hero-split { width: min(2480px, 84vw) !important; max-width: 2480px !important; }
  .zone { padding: clamp(220px, 8vw, 300px) 0; }

  .hero-split .hero-title { font-size: clamp(104px, 4.2vw, 132px) !important; }
  .hero-split .hero-lead { font-size: 30px !important; max-width: 50ch; }
  .section-title { font-size: clamp(92px, 4.4vw, 116px) !important; }
  .hero-sub,
  .section-lead { font-size: 28px !important; }

}

html.is-chromium .mb-scanline,
html.is-chromium .mb-shadow { animation: none !important; }

.figma-peer-icon path {
  vector-effect: non-scaling-stroke;
}

.figma-peer,
.hero-home-stack .hero-mb-device { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --accent: #ff005e;
  --accent-strong: #c4004b;
  --accent-soft: rgba(255, 0, 94, 0.12);
  --accent-on: #ffffff;
}

.hero-home { --hero-figma: #ff005e; }

.live-dot {
  background: var(--accent) !important;
  box-shadow: 0 0 12px rgba(255, 0, 94, 0.55) !important;
}

.zone-dark .btn-primary:hover {
  background: var(--accent) !important;
  color: var(--accent-on) !important;
}
.btn-primary:hover {
  background: var(--accent-strong) !important;
  color: #fff !important;
}
.zone-dark .btn-ghost:hover,
.btn-ghost:hover {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
}

.section-lead a,
.price-v2-foot a {
  color: var(--accent-strong) !important;
  text-decoration: none;
  border-bottom: 1px solid var(--accent-soft);
  transition: border-color 0.25s var(--ease);
}
.section-lead a:hover,
.price-v2-foot a:hover { border-bottom-color: var(--accent-strong) !important; }

.foot-link:hover { color: var(--accent) !important; }

.intro-pillar:hover .intro-pillar-icon,
.svc-card-v2:hover .svc-card-v2-icon {
  background: var(--accent) !important;
  color: var(--accent-on) !important;
}
.intro-pillar:hover .intro-pillar-icon .anim-icon-stroke,
.svc-card-v2:hover .svc-card-v2-icon .anim-icon-stroke {
  stroke: var(--accent-on) !important;
}
.svc-card-v2::before { background: var(--accent) !important; }

.nav .brand:hover .brand-word-soft {
  color: var(--accent, #ff005e) !important;
  opacity: 1 !important;
}

.price-v2-grid { grid-template-columns: repeat(4, 1fr); }

.price-v2-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--accent-strong);
}

@media (max-width: 1080px) {
  .price-v2-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .price-v2-grid { grid-template-columns: 1fr; }
}

.foot-legal {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
}
.foot-legal a {
  color: var(--z-muted) !important;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}
.foot-legal a:hover { color: var(--accent) !important; }
.foot-legal span { color: rgba(255, 255, 255, 0.25); }

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(132px, 15vw, 196px) 0 clamp(56px, 8vw, 92px) !important;
}
.page-hero-inner { position: relative; z-index: 3; max-width: 880px; }
.page-hero-title {
  font-size: clamp(38px, 5.2vw, 66px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--white);
  margin: 18px 0 0;
  max-width: 18ch;
}
.page-hero-lead {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.6;
  color: var(--gray-400);
  margin: 18px 0 0;
  max-width: 60ch;
}

/* Page Services */
.shell-services .page-hero-title {
  max-width: 22ch;
}

.svc-section-title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--black);
  margin: 14px 0 0;
  max-width: 22ch;
}

.svc-ingame-section {
  padding-top: clamp(48px, 6vw, 72px) !important;
  padding-bottom: clamp(56px, 7vw, 88px) !important;
}

.svc-ingame-head {
  max-width: 720px;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.svc-ingame-title {
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--white);
  margin: 16px 0 0;
  max-width: 18ch;
}

.svc-ingame-title .em {
  color: var(--accent, #ff005e);
}

.svc-ingame-lead {
  margin: 16px 0 0;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.65;
  color: var(--gray-400);
  max-width: 58ch;
}

.svc-ingame-lead .em {
  color: var(--white);
  font-weight: 600;
}

.svc-ingame-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  padding-top: clamp(8px, 1vw, 12px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.svc-ingame-scope-k,
.svc-ingame-offer-k {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.svc-ingame-scope-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: svc-scope;
}

.svc-ingame-scope-list li {
  counter-increment: svc-scope;
  display: grid;
  grid-template-columns: 2.75rem 1fr;
  gap: 12px 16px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

.svc-ingame-scope-list li::before {
  content: counter(svc-scope, decimal-leading-zero);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  color: rgba(255, 0, 94, 0.55);
}

.svc-ingame-scope-list li:last-child {
  border-bottom: none;
}

.svc-ingame-offer {
  padding-left: clamp(20px, 3vw, 28px);
  border-left: 2px solid var(--accent, #ff005e);
}

.svc-ingame-offer-title {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--white);
}

.svc-ingame-offer-desc {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--gray-400);
  max-width: 42ch;
}

.svc-ingame-offer-points {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-ingame-offer-points li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.svc-ingame-offer-points li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--accent, #ff005e);
}

.svc-ingame-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}

.svc-ingame-actions .link-arrow {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 600;
}

.svc-ingame-actions .link-arrow:hover {
  color: var(--white);
}

.svc-ingame-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 20px;
  margin: clamp(40px, 5vw, 56px) 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.svc-ingame-foot strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-right: 6px;
}

.svc-ingame-foot-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
  align-self: center;
}

.svc-addon-section {
  padding-top: clamp(48px, 6vw, 64px) !important;
}

.svc-addon-lead {
  margin-top: 12px;
  max-width: 52ch;
}

.svc-addon-list {
  margin-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.svc-addon-row {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 16px 24px;
  padding: clamp(22px, 3vw, 28px) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.svc-addon-num {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  color: var(--accent, #ff005e);
  opacity: 0.7;
  padding-top: 2px;
}

.svc-addon-title {
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--black);
}

.svc-addon-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--gray-600);
  max-width: 62ch;
}

.svc-addon-meta {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-400);
}

@media (max-width: 900px) {
  .svc-ingame-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .svc-ingame-offer {
    padding-left: 0;
    border-left: none;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .svc-ingame-foot-sep {
    display: none;
  }

  .svc-ingame-foot {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .svc-ingame-scope-list li {
    grid-template-columns: 2rem 1fr;
    gap: 8px 12px;
  }

  .svc-addon-row {
    grid-template-columns: 2.5rem 1fr;
  }
}

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.process-step {
  padding: 26px 24px;
  border-radius: 18px;
  background: var(--z-card);
  border: 1px solid var(--z-border);
}
.process-step-n {
  font-size: clamp(28px, 3vw, 38px); font-weight: 700; letter-spacing: -0.03em;
  color: var(--accent); display: block; margin-bottom: 10px;
}
.process-step-t { font-size: 18px; font-weight: 600; color: var(--white); margin: 0 0 8px; }
.process-step-d { font-size: 14px; line-height: 1.6; color: var(--gray-400); margin: 0; }
@media (max-width: 860px) { .process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .process-grid { grid-template-columns: 1fr; } }

.shell-travaux {
  --page-w: min(100%, 96vw);
  --travaux-pad-x: clamp(10px, 2vw, 32px);
  --travaux-gap: clamp(14px, 2vw, 22px);
}

.shell-travaux .travaux-section .container {
  width: var(--page-w) !important;
  max-width: 96vw !important;
  padding-left: var(--travaux-pad-x) !important;
  padding-right: var(--travaux-pad-x) !important;
}

.shell-travaux .travaux-section .sweep-body {
  width: 100% !important;
  max-width: 100% !important;
}

.travaux-section.zone.sweep {
  padding-top: clamp(28px, 4vw, 48px) !important;
  padding-bottom: clamp(40px, 5vw, 72px) !important;
  overflow: visible !important;
}

.travaux-gallery-count {
  margin: 0 0 clamp(12px, 2vw, 20px);
  font-size: 14px;
  color: var(--gray-600);
}

.travaux-gallery-count strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-right: 6px;
}

.travaux-mosaic {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--travaux-gap);
  width: 100%;
  align-items: start;
}

@media (min-width: 560px) {
  .travaux-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .shell-travaux {
    --page-w: min(94vw, 1520px);
  }

  .travaux-mosaic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .shell-travaux {
    --page-w: min(92vw, 1680px);
    --travaux-gap: 18px;
  }
}

@media (min-width: 1920px) {
  .shell-travaux {
    --page-w: min(90vw, 1800px);
    --travaux-gap: 20px;
  }
}

@media (min-width: 2560px) {
  .shell-travaux {
    --page-w: min(88vw, 2000px);
  }
}

@media (max-width: 559px) {
  .shell-travaux {
    --travaux-pad-x: 12px;
    --travaux-gap: 16px;
  }

  .gallery-tile-frame {
    border-radius: 12px;
  }
}

/* Page Tarifs — layout dédié */
.shell-tarifs .page-hero-title {
  max-width: 24ch;
}

.tarif-section-title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--black);
  margin: 14px 0 0;
  max-width: 22ch;
}

.tarif-flow-section {
  padding-top: clamp(40px, 5vw, 56px) !important;
}

.tarif-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: clamp(28px, 4vw, 40px);
}

.tarif-flow-step {
  padding: clamp(20px, 2.5vw, 26px);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.tarif-flow-grid.is-active .tarif-flow-step:hover {
  border-color: rgba(255, 0, 94, 0.25);
  box-shadow: 0 16px 36px rgba(255, 0, 94, 0.06);
  transform: translateY(-3px);
}

.tarif-flow-n {
  display: block;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--accent, #ff005e);
  margin-bottom: 8px;
}

.tarif-flow-t {
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.tarif-flow-d {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--gray-600);
}

.tarif-plans-section {
  padding-top: clamp(48px, 6vw, 72px) !important;
}

.tarif-plans-lead {
  margin-top: 12px;
  max-width: 58ch;
}

.tarif-plan-featured {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  margin: clamp(28px, 4vw, 40px) 0 20px;
  padding: clamp(28px, 4vw, 40px);
  background: var(--black);
  color: var(--white);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.18);
}

.tarif-plan-featured-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--accent, #ff005e);
  border-radius: 999px;
}

.tarif-plan-code {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gray-400);
  margin-bottom: 6px;
}

.tarif-plan-featured .tarif-plan-code {
  color: rgba(255, 255, 255, 0.45);
}

.tarif-plan-featured-title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}

.tarif-plan-featured-desc {
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.6;
  color: var(--gray-400);
  margin: 0 0 20px;
  max-width: 48ch;
}

.tarif-plan-amount {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  margin-bottom: 20px;
}

.tarif-plan-eur {
  font-size: 22px;
  font-weight: 600;
}

.tarif-plan-num {
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.tarif-plan-featured .tarif-plan-num {
  color: var(--white);
}

.tarif-plan-suffix {
  font-size: 14px;
  color: var(--gray-600);
  width: 100%;
}

.tarif-plan-featured .tarif-plan-suffix {
  color: var(--gray-400);
  width: auto;
  margin-left: 4px;
}

.tarif-plan-meta {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent, #ff005e);
}

.tarif-plan-featured .tarif-plan-meta {
  width: auto;
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.55);
}

.tarif-plan-featured-feats {
  list-style: none;
  margin: 0;
  padding: clamp(20px, 2.5vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.tarif-plan-featured-feats li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.tarif-plan-featured-feats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--accent, #ff005e);
  border-bottom: 2px solid var(--accent, #ff005e);
  transform: rotate(-45deg);
}

.tarif-plan-cta {
  width: fit-content;
}

.tarif-plan-featured .tarif-plan-cta {
  margin-top: 4px;
}

.tarif-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.tarif-plan-card {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.5vw, 28px);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.35s ease;
}

.tarif-plan-card.tilt-card:hover {
  border-color: rgba(255, 0, 94, 0.28);
  box-shadow: 0 22px 48px rgba(255, 0, 94, 0.08), 0 14px 32px rgba(0, 0, 0, 0.08);
}

.tarif-plan-card-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
  color: var(--black);
}

.tarif-plan-card-tag {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-600);
}

.tarif-plan-card-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--gray-600);
  margin: 0 0 14px;
  flex: 1;
}

.tarif-plan-card-feats {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tarif-plan-card-feats li {
  font-size: 13px;
  color: var(--black);
  padding-left: 16px;
  position: relative;
}

.tarif-plan-card-feats li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--accent-strong, #ff005e);
}

.tarif-plan-card .tarif-plan-cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.tarif-plans-note {
  margin: clamp(24px, 3vw, 32px) 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-600);
}

.tarif-pay-section {
  padding-top: clamp(48px, 6vw, 72px) !important;
  padding-bottom: clamp(56px, 7vw, 88px) !important;
}

.tarif-pay-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.tarif-pay-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--white);
  margin: 14px 0 0;
  max-width: 16ch;
}

.tarif-pay-title .em {
  color: var(--accent, #ff005e);
}

.tarif-pay-lead {
  margin-top: 14px;
  max-width: 48ch;
}

.tarif-pay-lead strong {
  color: var(--white);
  font-weight: 700;
}

.tarif-pay-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}

.tarif-pay-paypal-icon {
  color: #6ea8ff;
}

.tarif-pay-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tarif-pay-point-wrap {
  display: block;
}

.tarif-pay-point {
  padding: clamp(18px, 2.2vw, 22px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.tarif-pay-point:hover {
  background: rgba(255, 0, 94, 0.08);
  border-color: rgba(255, 0, 94, 0.28);
}

.tarif-pay-point-t {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 6px;
}

.tarif-pay-point-d {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--gray-400);
}

@media (max-width: 1080px) {
  .tarif-flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tarif-plan-featured {
    grid-template-columns: 1fr;
  }

  .tarif-plans-grid {
    grid-template-columns: 1fr;
  }

  .tarif-pay-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .tarif-flow-grid {
    grid-template-columns: 1fr;
  }

  .tarif-plan-featured .tarif-plan-cta,
  .tarif-plan-card .tarif-plan-cta {
    width: 100%;
    justify-content: center;
  }
}

.tarif-extra-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.tarif-block-title { font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; letter-spacing: -0.02em; margin: 14px 0 22px; color: var(--black); }
.tarif-inclus-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.tarif-inclus-list li { position: relative; padding-left: 30px; font-size: 15.5px; color: var(--black); line-height: 1.5; }
.tarif-inclus-list li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent-soft);
}
.tarif-inclus-list li::after {
  content: ""; position: absolute; left: 5px; top: 7px; width: 8px; height: 5px;
  border-left: 2px solid var(--accent-strong); border-bottom: 2px solid var(--accent-strong); transform: rotate(-45deg);
}
.faq-list { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.faq-item {
  background: var(--white); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 14px;
  padding: 4px 18px; transition: border-color 0.3s var(--ease);
}
.faq-item[open] { border-color: rgba(0, 0, 0, 0.18); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 16px 0; font-size: 15.5px; font-weight: 600;
  color: var(--black); display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 20px; font-weight: 400; color: var(--accent-strong); transition: transform 0.3s var(--ease); flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0 0 16px; font-size: 14.5px; line-height: 1.65; color: var(--gray-600); }
@media (max-width: 820px) { .tarif-extra-grid { grid-template-columns: 1fr; } }

.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card {
  position: relative; display: flex; flex-direction: column; gap: 8px;
  padding: clamp(28px, 4vw, 44px); border-radius: 22px; text-decoration: none;
  background: var(--white); border: 1px solid rgba(0, 0, 0, 0.1); color: var(--black);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s var(--ease);
}
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 26px 56px rgba(0, 0, 0, 0.12); border-color: rgba(0, 0, 0, 0.16); }
.contact-card-primary { background: var(--black); color: var(--white); border-color: transparent; }
.contact-card-k { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-400); }
.contact-card-primary .contact-card-k { color: var(--accent); }
.contact-card-t { font-size: clamp(26px, 3vw, 34px); font-weight: 700; letter-spacing: -0.02em; margin: 2px 0 4px; }
.contact-card-d { font-size: 15px; line-height: 1.6; color: var(--gray-600); margin: 0 0 6px; }
.contact-card-primary .contact-card-d { color: rgba(255, 255, 255, 0.7); }
.contact-card-cta { margin-top: auto; font-size: 14.5px; font-weight: 600; color: var(--accent-strong); }
.contact-card-primary .contact-card-cta { color: var(--accent); }
@media (max-width: 720px) { .contact-cards { grid-template-columns: 1fr; } }

.legal-prose { max-width: 70ch; }
.legal-prose h2 { font-size: clamp(19px, 2.2vw, 24px); font-weight: 700; letter-spacing: -0.02em; color: var(--black); margin: 36px 0 12px; }
.legal-prose h2:first-child { margin-top: 0; }
.legal-prose p { font-size: 15.5px; line-height: 1.7; color: var(--gray-600); margin: 0 0 14px; }
.legal-prose ul { margin: 0 0 14px; padding-left: 20px; }
.legal-prose li { font-size: 15.5px; line-height: 1.7; color: var(--gray-600); margin-bottom: 6px; }
.legal-prose strong { color: var(--black); font-weight: 600; }
.legal-prose a { color: var(--accent-strong); text-decoration: none; border-bottom: 1px solid var(--accent-soft); }
.legal-prose a:hover { border-bottom-color: var(--accent-strong); }

.page-flow-section {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.page-flow-section.page-flow-minimal {
  background: var(--white) !important;
}

.page-flow-section.page-flow-minimal .sweep-ambient {
  opacity: 0;
}

.page-flow-section.sweep-compact {
  padding-top: clamp(28px, 4vw, 40px) !important;
  padding-bottom: clamp(28px, 4vw, 40px) !important;
}

.page-flow-section.page-flow-minimal.sweep-compact {
  padding-top: clamp(14px, 2.2vw, 20px) !important;
  padding-bottom: clamp(14px, 2.2vw, 20px) !important;
}

.page-flow-title {
  margin: 0 0 14px;
  text-align: center;
}

.page-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.page-flow-grid > .reveal {
  display: flex;
  min-width: 0;
}

.page-flow-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-width: 0;
  padding: 10px 12px 10px 10px;
  border-radius: var(--radius-pill);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  overflow: visible;
  transition:
    border-color 0.35s var(--ease),
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}

.page-flow-card-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.page-flow-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--gray-100);
  color: var(--black);
}

.page-flow-card-icon .anim-icon-stroke {
  stroke: var(--black);
}

.page-flow-card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-flow-card-label .skill-chip-dot {
  flex-shrink: 0;
}

.page-flow-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--skill-accent, var(--accent-strong));
  transition: transform 0.35s var(--ease), color 0.35s var(--ease);
}

.page-flow-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--skill-accent, #ff005e) 40%, rgba(0, 0, 0, 0.1));
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.07),
    0 0 0 1px color-mix(in srgb, var(--skill-accent, #ff005e) 10%, transparent);
}

.page-flow-card:hover .page-flow-card-arrow {
  transform: translateX(3px);
}

.page-flow-card:hover .page-flow-card-icon .anim-icon-stroke {
  animation: icon-draw 0.7s var(--ease) forwards, icon-breathe 2.6s ease-in-out infinite 0.7s;
}

.reveal.in .page-flow-card {
  animation: skill-chip-in 0.5s var(--ease) backwards;
  animation-delay: calc(var(--skill-i, 0) * 0.06s);
}

/* —— Navigation fin de page —— */
.page-flow-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: 100%;
}

.page-flow-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.page-flow-pair.only-prev,
.page-flow-pair.only-next {
  grid-template-columns: minmax(0, 1fr);
}

.page-flow-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: clamp(14px, 2.2vw, 18px) clamp(16px, 2.5vw, 20px);
  border-radius: 16px;
  text-decoration: none;
  color: var(--black);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    background 0.28s var(--ease);
}

.page-flow-link--next {
  flex-direction: row-reverse;
  text-align: right;
}

.page-flow-link:hover {
  transform: translateY(-2px);
  background: var(--white);
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.page-flow-link-arrow {
  flex-shrink: 0;
  width: 28px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--gray-400);
  transition: color 0.25s var(--ease), transform 0.28s var(--ease);
}

.page-flow-link:hover .page-flow-link-arrow {
  color: var(--black);
}

.page-flow-link--prev:hover .page-flow-link-arrow {
  transform: translateX(-4px);
}

.page-flow-link--next:hover .page-flow-link-arrow {
  transform: translateX(4px);
}

.page-flow-link-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.page-flow-link--next .page-flow-link-body {
  align-items: flex-end;
}

.page-flow-link-k {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--gray-500);
}

.page-flow-link-label {
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.page-flow-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  font-size: 13px;
  color: var(--gray-500);
}

.page-flow-pos {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--gray-600);
}

.page-flow-meta-sep {
  color: var(--gray-300);
  user-select: none;
}

.page-flow-all {
  font-weight: 600;
  color: var(--gray-600);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.page-flow-all:hover {
  color: var(--black);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

html.is-chromium .page-flow-link {
  background: var(--white) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.mobile-dock {
  display: none;
}

@media (max-width: 960px) {
  .page-flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-flow-pair {
    grid-template-columns: 1fr;
  }

  .page-flow-link--next {
    flex-direction: row;
    text-align: left;
  }

  .page-flow-link--next .page-flow-link-body {
    align-items: flex-start;
  }

  .mobile-dock {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    padding: 8px clamp(8px, 2vw, 16px) max(10px, env(safe-area-inset-bottom));
    gap: 4px;
    background: rgba(0, 0, 0, 0.94);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .mobile-dock-item {
    flex: 1;
    min-width: 0;
    padding: 8px 4px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.2s var(--ease), background 0.2s var(--ease);
  }

  .mobile-dock-item.is-active {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
  }

  .shell-has-dock {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
}

@media (min-width: 961px) {
  .page-flow-link:hover .page-flow-link-k {
    color: var(--gray-600);
  }
}

@media (max-width: 480px) {
  .page-flow-grid {
    grid-template-columns: 1fr;
  }

  .mobile-dock-item {
    font-size: 9px;
    padding: 8px 2px;
  }
}

/* —— Site interactions (tilt, stagger, focus grids) —— */

.tilt-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  will-change: transform;
}

.stagger-grid.is-active > * {
  animation: stagger-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  animation-delay: calc(var(--stagger-i, 0) * 0.08s + 0.04s);
}

.stagger-grid.is-active.stats > .stat {
  animation: stagger-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  animation-delay: calc(var(--stagger-i, 0) * 0.07s);
}

@keyframes stagger-in {
  from {
    filter: blur(5px);
    transform: perspective(900px) translateY(28px) scale(0.94) rotateX(6deg);
  }
  to {
    filter: blur(0);
    transform: perspective(900px) translateY(0) scale(1) rotateX(0deg);
  }
}

@media (hover: hover) and (pointer: fine) {
  .focus-grid.is-active:hover > *:not(:hover) {
    opacity: 0.58;
    filter: saturate(0.85);
  }

  .focus-grid.is-active:hover > *:hover {
    opacity: 1 !important;
    filter: none;
    z-index: 2;
  }

  .page-flow-grid.focus-grid.is-active:hover .page-flow-card:not(:hover) {
    opacity: 0.65;
    transform: perspective(900px) rotateX(0) rotateY(0) translateY(0) scale(0.98);
  }
}

.page-flow-card.tilt-card {
  transform: perspective(800px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

.page-flow-card.tilt-card:hover {
  transform: perspective(800px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-4px) scale(1.02);
}

.page-flow-grid.stagger-grid.is-active > .page-flow-card {
  animation: stagger-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  animation-delay: calc(var(--stagger-i, 0) * 0.06s);
}

.stats-interactive .stat {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease;
}

.stats-interactive .stat:hover {
  transform: scale(1.04);
  z-index: 1;
  background: #1f1f1f !important;
}

.zone-dark .stats-interactive .stat:hover .v {
  color: var(--accent, #ff005e) !important;
}

.card-media-shine {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.2) 48%,
    transparent 58%
  );
  transform: translateX(-120%);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.showcase-v2-featured:hover .card-media-shine {
  transform: translateX(120%);
}

.btn-interactive {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s var(--ease), color 0.28s var(--ease), border-color 0.28s var(--ease) !important;
}

.btn-interactive:hover {
  transform: translateY(-2px) !important;
}

.btn-interactive::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.28) 50%, transparent 60%);
  transform: translateX(-130%);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.btn-interactive:hover::after {
  transform: translateX(130%);
}

.link-arrow,
.creations-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  transition: gap 0.3s var(--ease);
}

.link-arrow svg,
.creations-gallery-link svg {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.link-arrow:hover,
.creations-gallery-link:hover {
  gap: 10px;
}

.link-arrow:hover svg,
.creations-gallery-link:hover svg {
  transform: translateX(3px);
}

.tool-badge {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.tool-badge:hover {
  transform: translateY(-2px);
}

.tool-badge:hover .tool-badge-tile {
  transform: translateY(-4px) scale(1.08) rotate(-2deg);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.4),
    0 0 28px color-mix(in srgb, var(--tool-accent) 45%, transparent);
}


@media (prefers-reduced-motion: reduce) {
  .tilt-card,
  .tilt-card:hover,
  .svc-card-v2.tilt-card:hover,
  .hero-pillar:hover,
  .test-v2-card.tilt-card:hover,
  .price-v2-card.tilt-card:hover,
  .showcase-v2-featured.tilt-card:hover,
  .page-flow-card.tilt-card:hover,
  .page-flow-link:hover,
  .gallery-tile:hover {
    transform: none !important;
  }

  .stagger-grid.is-active > *,
  .stagger-grid.is-active.stats > .stat,
  .page-flow-grid.stagger-grid.is-active > .page-flow-card,
  .hero-pillars-grid.stagger-grid.is-active > .hero-pillar {
    animation: none !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .focus-grid.is-active:hover > *:not(:hover) {
    opacity: 1 !important;
    filter: none !important;
  }

  .btn-interactive:hover {
    transform: none !important;
  }

  .btn-interactive::after {
    display: none;
  }
}

/* Visionneuse plein écran — Créations & Travaux */
.gallery-viewer {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.97);
  cursor: zoom-out;
  animation: gallery-viewer-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes gallery-viewer-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes gallery-viewer-img-in {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.gallery-viewer-stage {
  position: relative;
  z-index: 1;
  max-width: min(96vw, 2200px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  padding: 0 clamp(48px, 8vw, 80px);
  box-sizing: border-box;
}

.gallery-viewer-img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  animation: gallery-viewer-img-in 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gallery-viewer-close {
  position: fixed;
  top: max(16px, env(safe-area-inset-top, 0px));
  right: max(16px, env(safe-area-inset-right, 0px));
  z-index: 4;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: background 0.22s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-viewer-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.06);
}

.gallery-viewer-footer {
  position: fixed;
  bottom: max(20px, env(safe-area-inset-bottom, 0px));
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: none;
  user-select: none;
}

.gallery-viewer-count {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.85);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.8);
}

.gallery-viewer-hint {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.85);
}

.gallery-viewer-nav {
  position: fixed;
  top: 50%;
  z-index: 4;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  transform: translateY(-50%);
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.22s ease;
}

.gallery-viewer-nav-prev {
  left: max(16px, env(safe-area-inset-left, 0px));
}

.gallery-viewer-nav-next {
  right: max(16px, env(safe-area-inset-right, 0px));
}

.gallery-viewer-nav:hover {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
}

.gallery-viewer-nav:active {
  transform: translateY(-50%) scale(0.98);
  background: rgba(255, 0, 94, 0.35);
  border-color: rgba(255, 0, 94, 0.6);
}

@media (max-width: 640px) {
  .gallery-viewer-stage {
    padding: 0 56px;
    max-height: 86vh;
  }

  .gallery-viewer-img {
    max-height: 86vh;
  }

  .gallery-viewer-nav {
    width: 48px;
    height: 48px;
  }

  .gallery-viewer-nav svg {
    width: 20px;
    height: 20px;
  }

  .gallery-viewer-close {
    top: max(12px, env(safe-area-inset-top, 0px));
    right: max(12px, env(safe-area-inset-right, 0px));
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-viewer,
  .gallery-viewer-img {
    animation: none;
  }
}
