/*
Theme Name: Unuzual Theme
Theme URI: https://unuzual.com
Author: Amélie Lesieur
Description: Custom WordPress theme for Unuzual – Business & Brand Architecture
Version: 19.0
*/

/* ===========================
   RESET
=========================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: none; background: none; cursor: pointer; }
ul, ol { list-style: none; }

/* ===========================
   TOKENS
=========================== */
:root {
  --black:  #0A0A0C;
  --white:  #F5F3EF;
  --rose:   #C8006E;
  --rose-d: #9E0057;
  --lime:   #D4FF4E;

  --max: 1200px;
  --pad: clamp(20px, 5vw, 72px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ===========================
   BASE
=========================== */
html, body { height: 100%; }
body {
  font-family: "DM Sans", system-ui, sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ===========================
   LAYOUT
=========================== */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }

/* ===========================
   FOCUS
=========================== */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ===========================
   GRAIN
=========================== */
.grain::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .045;
  pointer-events: none;
  z-index: 1;
}

/* ===========================
   TYPOGRAPHY UTILS
=========================== */
.f-archivo { font-family: "Archivo Black", system-ui; }

/* ===========================
   SCROLL REVEALS
=========================== */
.clip-wrap { overflow: hidden; }
.clip-inner {
  display: block;
  transform: translateY(110%);
  transition: transform .9s var(--ease);
}
.clip-inner.in { transform: translateY(0); }

.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.fade-up.in { opacity: 1; transform: translateY(0); }

.d1 { transition-delay: .08s; }
.d2 { transition-delay: .16s; }
.d3 { transition-delay: .24s; }
.d4 { transition-delay: .32s; }
.d5 { transition-delay: .42s; }

/* ===========================
   NAV
=========================== */
.nav {
  position: fixed; top: 0; left: 0; width: 100%;
  z-index: 200;
  padding: 0 var(--pad);
  transition: background .3s ease;
}
.nav.scrolled { background: rgba(10,10,12,.92); backdrop-filter: blur(14px); }
.navInner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: padding .3s ease, border-color .3s ease;
}
.nav.scrolled .navInner { padding: 14px 0; border-color: transparent; }

.brandText {
  font-family: "Archivo Black", system-ui;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--white);
}
/* Pour remplacer par une image logo :
   <img src="..." alt="Unuzual" height="28"> */

/* ===========================
   BUTTONS
=========================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px;
  font-family: "Archivo Black", system-ui;
  font-size: 11px; text-transform: uppercase; letter-spacing: .12em;
  border: 2px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: transform .15s var(--ease), background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap; flex-shrink: 0;
}
.btn:hover { transform: translateY(-2px); }

.btn-white { background: var(--white); color: var(--black); border-color: var(--white); }
.btn-white:hover { background: var(--rose); border-color: var(--rose); color: var(--white); }

.btn-rose  { background: var(--rose); color: var(--white); border-color: var(--rose); }
.btn-rose:hover { background: var(--rose-d); border-color: var(--rose-d); }

.btn-outline-w { background: transparent; color: var(--white); border-color: rgba(255,255,255,.35); }
.btn-outline-w:hover { border-color: var(--white); background: rgba(255,255,255,.07); }

.btn-outline-b { background: transparent; color: var(--black); border-color: rgba(0,0,0,.35); }
.btn-outline-b:hover { background: rgba(0,0,0,.06); border-color: var(--black); }

.link-arr {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Archivo Black", system-ui;
  font-size: 11px; text-transform: uppercase; letter-spacing: .12em;
  cursor: pointer;
}
.arr-circle {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1.5px solid currentColor;
  display: grid; place-items: center;
  transition: transform .2s var(--spring);
}
.link-arr:hover .arr-circle { transform: scale(1.15) rotate(45deg); }
.arr-circle svg { width: 12px; height: 12px; }

/* ===========================
   HERO
=========================== */
.hero {
  position: relative;
  min-height: 100svh;
  background: var(--black);
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-top: 100px; /* Espace sous la nav fixe */
  padding-bottom: clamp(40px, 6vw, 80px);
}

/* Nom Unuzual massif en arrière-plan */
.hero-bg-word {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Archivo Black", system-ui;
  font-size: clamp(120px, 24vw, 340px);
  text-transform: uppercase;
  letter-spacing: -.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.07);
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}

/* Photo placeholder en bloc */
.hero-graphic {
  position: absolute;
  top: 0; right: 0;
  width: 42%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  /* Fondu sur les bords gauche + bas */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 25%),
                      linear-gradient(0deg, transparent 0%, black 25%);
  mask-image: linear-gradient(90deg, transparent 0%, black 25%),
              linear-gradient(0deg, transparent 0%, black 25%);
  -webkit-mask-composite: intersect;
  mask-composite: intersect;
}
.hero-svg {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* Contenu hero */
.hero-content {
  position: relative; z-index: 3;
  padding: 0 var(--pad);
  max-width: var(--max); margin: 0 auto; width: 100%;
}

.hero-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.15);
  font-size: 9px; font-weight: 900;
  text-transform: uppercase; letter-spacing: .16em;
  color: rgba(255,255,255,.55);
  margin-bottom: 24px;
}
.hero-kicker-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--rose); }

.hero-h1 {
  font-family: "Archivo Black", system-ui;
  font-size: clamp(52px, 9.5vw, 138px);
  line-height: .88; letter-spacing: -.03em;
  text-transform: uppercase;
  margin-bottom: 32px;
  max-width: 14ch;
}
.hero-h1 .outline {
  -webkit-text-stroke: 0.8px rgba(200,0,110,.70);
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
  paint-order: stroke fill;
  text-shadow: none !important;
  background: transparent !important;
}


.hero-bottom {
  display: flex; align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap; gap: 24px;
  padding-right: 80px; /* Espace pour le SCROLL vertical à droite */
}
.hero-sub {
  font-weight: 700; font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.75; color: rgba(255,255,255,.60);
  max-width: 46ch;
}
.hero-sub strong { color: var(--white); }
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }

/* Scroll bar latérale */
.hero-scroll {
  position: absolute; bottom: 40px; right: var(--pad);
  z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em;
  color: rgba(255,255,255,.55);
  writing-mode: vertical-rl;
}
.hero-scroll-bar {
  width: 1px; height: 48px;
  background: rgba(255,255,255,.15);
  position: relative; overflow: hidden;
}
.hero-scroll-bar::after {
  content: '';
  position: absolute; top: -100%; left: 0; width: 1px; height: 100%;
  background: var(--rose);
  animation: scrollbar 2s ease-in-out infinite;
}
@keyframes scrollbar { 0%{top:-100%} 60%{top:100%} 100%{top:100%} }

/* ===========================
   MARQUEE
=========================== */
.marquee-band {
  background: var(--black);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 14px 0;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marq 22s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
@keyframes marq { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.marquee-item {
  display: inline-flex; align-items: center; gap: 16px;
  font-family: "Archivo Black", system-ui;
  font-size: clamp(11px, 1.5vw, 13px);
  text-transform: uppercase; letter-spacing: .12em;
  color: rgba(255,255,255,.55);
  padding: 0 24px;
  white-space: nowrap;
}
.marquee-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--rose); opacity: .6; flex-shrink: 0; }

/* ===========================
   PROBLEMS — Rose block + dark
=========================== */
.problems {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}
@media(max-width: 860px) { .problems { grid-template-columns: 1fr; } }

.problems-left {
  background: var(--rose);
  padding: clamp(48px, 7vw, 100px) var(--pad);
  display: flex; flex-direction: column; justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden; /* Empêche l'hémorragie de déborder sur le noir */
}
/* Gros chiffre décoratif */
.problems-left::before {
  content: '!';
  position: absolute; bottom: -40px; right: -10px;
  font-family: "Archivo Black", system-ui;
  font-size: 320px; line-height: 1;
  color: var(--rose-d);
  opacity: .25;
  pointer-events: none;
  user-select: none;
}

.problems-title {
  font-family: "Archivo Black", system-ui;
  font-size: clamp(30px, 4.2vw, 66px);
  line-height: .92; letter-spacing: -.03em;
  text-transform: uppercase;
  color: var(--black);
  hyphens: none;
  word-break: keep-all;
  overflow-wrap: normal;
}
.problems-lead {
  font-weight: 700; font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.80; color: rgba(0,0,0,.72);
  max-width: 46ch;
}
.problems-ctas { display: flex; gap: 10px; flex-wrap: wrap; }

.problems-right {
  background: var(--black);
  padding: clamp(48px, 7vw, 100px) var(--pad);
  display: flex; align-items: center;
}

.panels { display: grid; gap: 8px; width: 100%; }
details.panel {
  border: 1px solid rgba(255,255,255,.10);
  overflow: hidden;
  transition: border-color .18s ease, background .18s ease;
}
details.panel[open] { border-color: var(--rose); background: rgba(200,0,110,.07); }
details.panel summary {
  list-style: none; cursor: pointer;
  padding: 16px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  font-family: "Archivo Black", system-ui;
  text-transform: uppercase; letter-spacing: .12em; font-size: 10px;
  color: var(--white); user-select: none;
}
details.panel summary::-webkit-details-marker { display: none; }
.pchev {
  width: 9px; height: 9px; flex-shrink: 0;
  border-right: 2px solid rgba(255,255,255,.30); border-bottom: 2px solid rgba(255,255,255,.30);
  transform: rotate(45deg);
  transition: transform .18s ease, border-color .18s ease;
}
details.panel[open] .pchev { transform: rotate(-135deg); border-color: var(--rose); }
.pBody { padding: 0 18px 18px; }
.pList { display: grid; gap: 10px; font-weight: 700; font-size: 13px; line-height: 1.55; color: rgba(255,255,255,.80); }
.pList li { display: flex; gap: 10px; align-items: flex-start; }
.ptick { width: 5px; height: 5px; border-radius: 50%; background: var(--rose); flex-shrink: 0; margin-top: 5px; }

/* ===========================
   FRAMEWORK
=========================== */
.how {
  background: #111114;
  padding: clamp(64px, 9vw, 140px) 0;
  position: relative; overflow: hidden;
}
/* Mot "Framework" décoratif */
.how-bg-text {
  position: absolute;
  bottom: -20px; left: var(--pad);
  font-family: "Archivo Black", system-ui;
  font-size: clamp(80px, 16vw, 220px);
  text-transform: uppercase; letter-spacing: -.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.05);
  pointer-events: none; user-select: none;
  white-space: nowrap; line-height: 1;
}

.howGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  position: relative; z-index: 2;
}
@media(max-width: 860px) { .howGrid { grid-template-columns: 1fr; } }

/* Ticket — design plus brutal */
.ticketWrap { display: flex; justify-content: center; }
.ticket {
  width: min(460px, 94%);
  background: var(--white);
  color: var(--black);
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transform: rotate(-2deg);
  transition: transform .6s var(--spring);
  opacity: 0;
}
.ticket.in { opacity: 1; }
.ticket:hover { transform: rotate(0deg) scale(1.02); }

/* Bord gauche rose */
.ticket::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--rose); }

/* Perforations haut/bas */
/* Perforations retirées - ticket propre avec code-barre */
.ticket-perf { display: none; }

.ticketInner { padding: 24px 22px 20px 28px; }
.ticketTitle {
  font-family: "Archivo Black", system-ui;
  text-transform: uppercase; letter-spacing: .16em; font-size: 14px;
  margin-bottom: 14px; text-align: center;
}
.ticketRule { height: 1px; background: rgba(0,0,0,.10); width: 60%; margin: 0 auto 18px; }
.tStep { display: grid; grid-template-columns: 38px 1fr; gap: 12px; margin: 12px 0; align-items: flex-start; }
.tNum {
  width: 34px; height: 34px; border-radius: 0;
  border: 2px solid var(--black);
  display: grid; place-items: center;
  font-family: "Archivo Black", system-ui; font-size: 14px;
  background: var(--rose); color: var(--white);
  flex-shrink: 0;
}
.tHead { font-weight: 900; font-size: 16px; margin-bottom: 3px; }
.tText { font-weight: 700; opacity: .68; line-height: 1.6; font-size: 13px; }
.ticketFooter { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(0,0,0,.08); display: flex; justify-content: center; }
.barcode {
  width: 70%; height: 26px;
  background: repeating-linear-gradient(90deg, #000 0 1px, transparent 1px 2.5px, #000 2.5px 4px, transparent 4px 5.5px, #000 5.5px 7px, transparent 7px 9px);
  opacity: .45;
}

.howRight {
  display: flex; flex-direction: column; gap: 24px;
}
.how-label {
  font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .20em;
  color: var(--rose);
}
.how-title {
  font-family: "Archivo Black", system-ui;
  font-size: clamp(36px, 5vw, 72px);
  line-height: .94; letter-spacing: -.025em;
  text-transform: uppercase;
}
.how-title .outline { -webkit-text-stroke: 0.8px rgba(200,0,110,.70); color: transparent; paint-order: stroke fill; }
.how-body { font-weight: 700; font-size: clamp(14px, 1.4vw, 16px); line-height: 1.80; color: rgba(255,255,255,.65); max-width: 48ch; }
.how-ctas { display: flex; gap: 10px; flex-wrap: wrap; }

/* ===========================
   OFFERS — Dark editorial grid
=========================== */
.offers {
  background: var(--black);
  padding: clamp(64px, 9vw, 120px) 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.offers-head { margin-bottom: clamp(32px, 5vw, 56px); }
.offers-eyebrow {
  font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .20em;
  color: var(--rose); margin-bottom: 12px;
}
.offers-title {
  font-family: "Archivo Black", system-ui;
  font-size: clamp(40px, 7vw, 110px);
  line-height: .88; letter-spacing: -.03em;
  text-transform: uppercase;
}
/* Un mot en outline */
.offers-title .outline { -webkit-text-stroke: 0.8px rgba(200,0,110,.70); color: transparent; paint-order: stroke fill; }

.offerGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255,255,255,.10);
}
@media(max-width: 860px) { .offerGrid { grid-template-columns: 1fr; } }

.offerCard {
  padding: clamp(24px, 3vw, 36px);
  border-right: 1px solid rgba(255,255,255,.10);
  display: flex; flex-direction: column; gap: 16px;
  transition: background .2s ease;
}
.offerCard:last-child { border-right: none; }
.offerCard:hover { background: rgba(255,255,255,.03); }
@media(max-width: 860px) {
  .offerCard { border-right: none; border-bottom: 1px solid rgba(255,255,255,.10); }
  .offerCard:last-child { border-bottom: none; }
}

.offer-tag {
  display: inline-flex; width: fit-content;
  padding: 4px 10px;
  font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em;
  background: var(--rose); color: var(--white);
}
.offer-tag-teal { background: #00A9A5; }
.offer-tag-blue { background: #2A6BFF; }

.offer-name {
  font-family: "Archivo Black", system-ui;
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: .96; text-transform: uppercase; letter-spacing: -.02em;
}
.offer-tagline { font-weight: 700; font-size: 13px; line-height: 1.55; color: rgba(255,255,255,.60); }
.offer-rule { height: 1px; background: rgba(255,255,255,.08); }
.offer-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  font-family: "Archivo Black", system-ui;
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -.025em;
  line-height: 1;
}
.offer-price-prefix {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
}
.offer-price-amount { display: inline-block; }
.offer-meta { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.30); }
.offer-feats { display: grid; gap: 9px; }
.offer-feats li { display: flex; gap: 10px; font-weight: 700; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.75); }
.feat-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--rose); flex-shrink: 0; margin-top: 5px; }
.offerCard .btn { margin-top: auto; width: 100%; justify-content: center; font-size: 10px; }

/* ===========================
   ABOUT — Split pleine hauteur
=========================== */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
}
@media(max-width: 860px) { .about { grid-template-columns: 1fr; } }

/* Photo col — vraie photo B&W pleine hauteur */
.about-photo-col {
  position: relative; overflow: hidden;
  background: #1a1a1e;
  min-height: 480px;
}
.about-photo-col img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  /* Photo déjà en N&B — pas de filtre CSS supplémentaire */
  display: block;
}
/* Overlay gradient bas */
.about-photo-col::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 50%;
  background: linear-gradient(0deg, rgba(10,10,12,.85) 0%, transparent 100%);
  z-index: 1;
}
/* Placeholder photo */
.about-photo-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px;
  color: rgba(255,255,255,.15);
  font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 900;
}
.about-photo-placeholder svg { width: 44px; height: 44px; }
.about-photo-placeholder img { display: none; }

/* Kicker flottant sur la photo */
.about-photo-kicker {
  position: absolute; bottom: 28px; left: 24px;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: var(--rose);
  font-family: "Archivo Black", system-ui;
  font-size: 10px; text-transform: uppercase; letter-spacing: .12em;
  color: var(--white);
}

/* Contenu col */
.about-content-col {
  background: var(--black);
  padding: clamp(48px, 7vw, 100px) var(--pad);
  display: flex; flex-direction: column; justify-content: center; gap: 28px;
}
.about-name {
  font-family: "Archivo Black", system-ui;
  font-size: clamp(36px, 5vw, 72px);
  line-height: .90; letter-spacing: -.03em;
  text-transform: uppercase;
}
.about-role {
  font-size: 10px; font-weight: 900; text-transform: uppercase;
  letter-spacing: .18em; color: var(--rose);
  margin-top: 8px;
}
.about-bio {
  font-weight: 700; font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.82; color: rgba(255,255,255,.65);
  max-width: 52ch;
}
.about-bio p + p { margin-top: 14px; }
.about-quote {
  border-left: 3px solid var(--rose);
  padding: 12px 18px;
  background: rgba(200,0,110,.08);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55; color: var(--white);
  font-weight: 700;
}
.about-stats { display: flex; flex-wrap: wrap; gap: 0; }
.stat-item {
  flex: 1; min-width: 100px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.08);
  display: flex; flex-direction: column; gap: 4px;
}
.stat-num {
  font-family: "Archivo Black", system-ui;
  font-size: 26px; letter-spacing: -.02em;
  color: var(--rose); line-height: 1;
}
.stat-label { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .10em; color: rgba(255,255,255,.35); }
.about-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ===========================
   FAQ
=========================== */
.faq {
  background: var(--white);
  color: var(--black);
  padding: clamp(64px, 9vw, 120px) 0;
}
.faqGrid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
@media(max-width: 860px) { .faqGrid { grid-template-columns: 1fr; } }

.faqLeft { position: sticky; top: 100px; }
@media(max-width: 860px) { .faqLeft { position: static; } }
.faq-eyebrow {
  font-size: 9px; font-weight: 900; text-transform: uppercase;
  letter-spacing: .20em; color: var(--rose); margin-bottom: 12px;
}
.faqBig {
  font-family: "Archivo Black", system-ui;
  font-size: clamp(44px, 6vw, 88px);
  line-height: .90; letter-spacing: -.03em;
  text-transform: uppercase; color: var(--black);
}

.faqRight { border-top: 2px solid var(--black); }
.faqLine { border-bottom: 1px solid rgba(0,0,0,.12); }
.faqQ {
  width: 100%; background: transparent; color: var(--black); border: none;
  padding: 20px 0;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 14px;
  text-align: left; cursor: pointer;
  font-weight: 900; font-size: clamp(13px, 1.4vw, 15px); line-height: 1.3;
  transition: color .14s ease;
}
.faqQ:hover { color: var(--rose); }
.smallArrow {
  width: 9px; height: 9px; flex-shrink: 0;
  border-right: 2px solid rgba(0,0,0,.30); border-bottom: 2px solid rgba(0,0,0,.30);
  transform: rotate(45deg); margin-top: 4px;
  transition: transform .18s ease, border-color .18s ease;
}
.faqLine[aria-expanded="true"] .smallArrow { transform: rotate(-135deg); border-color: var(--rose); }
.faqA { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faqAInner {
  padding: 0 0 20px;
  font-weight: 700; font-size: 14px; line-height: 1.80;
  color: rgba(0,0,0,.65); max-width: 60ch;
}
.faqLine[aria-expanded="true"] .faqA { max-height: 400px; }

/* ===========================
   CONTACT
=========================== */
.contact {
  background: var(--black);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: clamp(64px, 9vw, 120px) 0;
  position: relative; overflow: hidden;
}
/* Rose blob décoratif */
/* Blob décoratif supprimé */

.contact-inner { max-width: 640px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.contact-annotation {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  background: var(--rose);
  font-family: "Archivo Black", system-ui;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--white);
  margin-bottom: 22px;
}
.contact-title {
  font-family: "Archivo Black", system-ui;
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: .92; letter-spacing: -.03em;
  text-transform: uppercase; margin-bottom: 20px;
}
.contact-lead {
  font-weight: 700; font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.80; color: rgba(255,255,255,.55); margin-bottom: 40px;
}

/* Form */
.contactForm { text-align: left; display: flex; flex-direction: column; gap: 12px; }
.formRow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media(max-width: 540px) { .formRow { grid-template-columns: 1fr; } }

.formGroup { display: flex; flex-direction: column; gap: 5px; }
.formGroup label {
  font-size: 9px; font-weight: 900; text-transform: uppercase;
  letter-spacing: .16em; color: rgba(255,255,255,.35);
}
.formGroup input, .formGroup textarea, .formGroup select {
  width: 100%; padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  font-family: inherit; font-size: 14px; font-weight: 700;
  color: var(--white); outline: none; border-radius: 0;
  -webkit-appearance: none;
  transition: border-color .14s ease, background .14s ease;
}
.formGroup input:focus, .formGroup textarea:focus, .formGroup select:focus {
  border-color: var(--rose);
  background: rgba(200,0,110,.06);
}
.formGroup select option { background: var(--black); }
.formGroup textarea { resize: vertical; min-height: 110px; }

.formSubmit { display: flex; justify-content: center; margin-top: 6px; }
.formNotice { padding: 12px 16px; font-weight: 800; font-size: 13px; border: 1px solid; }
.formNotice--ok { border-color: var(--lime); color: var(--lime); background: rgba(212,255,78,.06); }
.formNotice--error { border-color: var(--rose); color: var(--rose); background: rgba(200,0,110,.06); }

/* ===========================
   FOOTER
=========================== */
.footer {
  background: var(--black);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 28px 0;
  text-align: center;
}
.footer small { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.20); }

/* ===========================
   MOBILE GLOBAL
=========================== */
@media(max-width: 640px) {
  .hero { padding-top: 90px; }
  .hero-photo-block { display: none; }
  .hero-h1 { font-size: clamp(44px, 12vw, 72px); }
  .hero-scroll { display: none; }
  

.hero-bottom { padding-right: 0; }
  

.hero-bottom { flex-direction: column; align-items: flex-start; }

  .problems-left::before { font-size: 180px; }

  .ticket { transform: none; }
  .ticket:hover { transform: scale(1.01); }

  .about-actions { flex-direction: column; }
  .stat-item { min-width: calc(50% - 0.5px); }
}

/* ===========================
   REDUCE MOTION
=========================== */
@media(prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

/* Sur fond rose, pas d'outline noir : tout est plein */
.problems-title { color: var(--black); }

/* Références (clients) - bandeau sous Framework */
.refs-band {
  background: var(--rose);
  padding: 16px 0;
  overflow: hidden;
}
.refs-label { display: none; }
.refs-track-wrap { overflow: hidden; }
.refs-track {
  display: flex;
  width: max-content;
  animation: refsScroll 30s linear infinite;
}
.refs-track:hover { animation-play-state: paused; }
@keyframes refsScroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.refs-chip {
  display: inline-flex; align-items: center;
  padding: 0 22px;
  font-family: "Archivo Black", system-ui;
  font-weight: 900; font-size: clamp(10px, 1.3vw, 12px);
  text-transform: uppercase; letter-spacing: .10em;
  white-space: nowrap; color: var(--black);
}
.refs-sep { font-family: "Archivo Black", system-ui; font-size: 10px; color: var(--black); opacity: .30; padding: 0 2px; flex-shrink: 0; }


/* ===========================
   OFFER NOTE
=========================== */
.offer-note {
  margin: 0 0 16px;

  margin-top: 16px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,.58);
}

/* ===========================
   NEWSLETTER
=========================== */
.newsletter {
  padding: clamp(56px, 9vw, 104px) 0;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}
.newsletterCard {
  border: 1px solid rgba(255,255,255,.10);
  padding: clamp(24px, 4vw, 42px);
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.02);
}
.newsletterCopy { max-width: 700px; }
.newsletterEyebrow {
  font-family: "Archivo Black", system-ui;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,.55);
  margin-bottom: 12px;
}
.newsletterTitle {
  font-family: "Archivo Black", system-ui;
  font-size: clamp(34px, 6vw, 68px);
  line-height: .92;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.newsletterText {
  max-width: 56ch;
  color: rgba(255,255,255,.68);
  line-height: 1.75;
  font-weight: 700;
}
.newsletterActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* ===========================
   FOOTER LINKS
=========================== */
.footerInner {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(255,255,255,.62);
}
.footerLinks a:hover { color: var(--white); }

/* ===========================
   RESPONSIVE ADDITIONS
=========================== */
@media (max-width: 900px) {
  .newsletterCard {
    flex-direction: column;
    align-items: flex-start;
  }
  .newsletterActions { justify-content: flex-start; }
}


.footerLinks--stack {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: flex-start;
  justify-content: flex-end;
}
.footerMenu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin: 0;
  padding: 0;
}
.footerMenu li { margin: 0; }
.footerMenu a { color: rgba(255,255,255,.50); }
.footerMenu a:hover { color: var(--white); }

.legalPage {
  background: var(--black);
  min-height: 100vh;
  padding: 140px 0 80px;
}
.legalPageInner { max-width: 960px; }
.legalPageTop { margin-bottom: 28px; }
.legalEyebrow {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--rose);
  margin-bottom: 10px;
}
.legalTitle {
  font-family: "Archivo Black", system-ui;
  font-size: clamp(36px, 6vw, 72px);
  line-height: .92;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.legalCard {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  padding: clamp(24px, 4vw, 48px);
}
.legalCard h2,
.legalCard h3 {
  font-family: "Archivo Black", system-ui;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin: 28px 0 12px;
}
.legalCard p,
.legalCard li {
  color: rgba(255,255,255,.72);
  line-height: 1.8;
  font-weight: 700;
}
.legalCard ul { padding-left: 18px; }
@media(max-width: 860px) {
  .footerLinks--stack { justify-content: flex-start; }
}

.offer-note {
  order: 98;
  margin: 18px 0 12px;
}
.offerCard .btn {
  order: 99;
}
