/* ============================================================
   WANTEDWISE : socle The Compass (ADN lesfrontaliers) recoloré
   Montserrat + JetBrains Mono · crème / encre / orange coucher de soleil / indigo nuit
   ============================================================ */

:root {
  /* Palette relevée dans le dégradé du logo GTA VI (fichier vectoriel Wikimedia Commons) */
  --cream: #FBF8F6;
  --cream-warm: #F8EEF3;
  --ink: #1B0A2A;           /* nuit violette, texte */
  --line: #ECDFE7;
  --accent: #BC0082;        /* magenta (texte accentué, contraste AA sur crème) */
  --accent-deep: #8B0179;   /* prune */
  --accent-bright: #FF49B9; /* rose néon */
  --gold: #FFBC24;          /* or coucher de soleil */
  --sunset: #E6953E;        /* orange */
  --vice-blue: #2B60DA;     /* bleu nuit Vice */
  --lagoon: #350054;        /* violet nuit */
  --lagoon-deep: #1F0033;
  --grad-sunset: linear-gradient(100deg, #FFBC24 0%, #FF49B9 38%, #BC0082 68%, #2B60DA 100%);
  --grad-ink: linear-gradient(100deg, #BC0082 0%, #C045B6 45%, #2B60DA 100%); /* même palette, lisible sur fond clair */
  /* Pastels : teintes éclaircies de la même palette GTA VI */
  --p-peach: #FFE9BD;     /* or #FFBC24 éclairci */
  --p-pink: #FFD6EE;      /* rose #FF49B9 éclairci */
  --p-lilac: #EBDCF7;     /* violet #C045B6 éclairci */
  --p-sky: #D8E3FB;       /* bleu #2B60DA éclairci */
  --p-coral: #FBDDC6;     /* orange #E6953E éclairci */
  --grad-pastel: linear-gradient(120deg, #FFE9BD 0%, #FFD6EE 38%, #EBDCF7 70%, #D8E3FB 100%);
  --grad-night: linear-gradient(135deg, #1F0033 0%, #350054 45%, #6D016D 100%);
  --ease-out: cubic-bezier(.2, .7, .2, 1);
  --font-body: "Montserrat", -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", "SF Mono", monospace;
  --w: 1400px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--font-body); font-size: 16px; line-height: 1.7;
  font-weight: 400; -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: none; padding: 0; color: inherit; }
h1, h2, h3, h4 { margin: 0 0 .5em; font-weight: 500; letter-spacing: -.02em; line-height: 1.15; }
p { margin: 0 0 1.1em; }
:focus-visible { outline: 3px solid var(--lagoon); outline-offset: 2px; border-radius: 2px; }
::selection { background: rgba(255, 73, 185, .18); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
[data-lucide], .lucide { width: 20px; height: 20px; }

.container { max-width: var(--w); margin: 0 auto; padding: 0 24px; }
@media (min-width: 1024px) { .container { padding: 0 40px; } }

/* ---------- Typo display (Montserrat swiss, accents em) ---------- */
.h-display {
  font-weight: 200; letter-spacing: -.045em; line-height: .97;
  font-size: clamp(38px, 6.2vw, 76px);
}
.h-display em { font-style: normal; color: var(--accent); font-weight: 600; }
.h-display em.on-dark { color: var(--accent-bright); }
.h-display strong { font-style: normal; font-weight: 600; }
.h2-display { font-weight: 200; letter-spacing: -.035em; line-height: 1.04; font-size: clamp(28px, 3.6vw, 46px); }
.h2-display em { font-style: normal; color: var(--accent); font-weight: 600; }

.line-mask { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .06em; }
.line-mask > span { display: inline-block; transform: translateY(110%); transition: transform 1.1s cubic-bezier(.2, .7, .2, 1); will-change: transform; }
.line-mask.in > span { transform: translateY(0); }

.kicker {
  display: flex; align-items: baseline; gap: 14px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--accent);
}
.kicker .k-note { color: rgba(27, 10, 42, .55); letter-spacing: .14em; text-transform: none; }

.noise {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .045 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.reveal { transform: translateY(28px); transition: transform .9s cubic-bezier(.2, .7, .2, 1); will-change: transform; }
.reveal.in { transform: translateY(0); }

/* ---------- Nav ---------- */
.nav-glass {
  position: fixed; inset-inline: 0; top: 0; z-index: 50;
  background: rgba(250, 246, 238, .72);
  backdrop-filter: saturate(140%) blur(18px); -webkit-backdrop-filter: saturate(140%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .4s, background .4s;
}
.nav-glass.scrolled { border-bottom-color: rgba(236, 223, 231, .9); background: rgba(250, 246, 238, .92); }
.nav-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: baseline; gap: 2px; }
.brand-name { font-weight: 300; letter-spacing: -.02em; font-size: 24px; line-height: 1; white-space: nowrap; }
.brand-name strong { font-weight: 600; }
.brand-dot { color: var(--accent); font-size: 24px; font-weight: 600; line-height: 1; }

.nav-pill {
  display: none; align-items: center; gap: 2px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 8px; font-size: 13.5px; letter-spacing: -.01em;
  box-shadow: 0 4px 18px -8px rgba(10, 10, 10, .10);
}
@media (min-width: 1240px) { .nav-pill { display: flex; } }
.nav-pill a { color: rgba(27, 10, 42, .85); padding: 7px 12px; border-radius: 999px; transition: background .25s, color .25s; }
.nav-pill a:hover { background: var(--cream); color: var(--ink); }
.nav-pill a[aria-current="true"] { background: var(--ink); color: #fff; }

.nav-right { display: flex; align-items: center; gap: 10px; }
.lang { position: relative; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 9px 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em;
  transition: border-color .25s;
}
.lang-btn:hover { border-color: var(--ink); }
.lang-btn [data-lucide] { width: 15px; height: 15px; }
.lang-menu {
  position: absolute; right: 0; top: calc(100% + 8px); min-width: 150px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 30px 80px -30px rgba(10, 10, 10, .25); padding: 6px;
  display: none; flex-direction: column;
}
.lang.open .lang-menu { display: flex; }
.lang-menu a { padding: 9px 12px; border-radius: 10px; font-size: 14px; color: rgba(27, 10, 42, .85); }
.lang-menu a:hover { background: var(--cream); }
.lang-menu a[aria-current="true"] { color: var(--accent); font-weight: 600; }

.burger { display: block; padding: 8px; }
@media (min-width: 1240px) { .burger { display: none; } }
@media (max-width: 700px) {
  .nav-inner .btn-accent { display: none; }   /* le CTA reste accessible dans le menu burger */
  .brand-name, .brand-dot { font-size: 20px; }
  .nav-inner { gap: 10px; }
}
.mobile-nav {
  display: none; position: fixed; inset: 78px 0 auto 0; z-index: 49;
  background: var(--cream); border-bottom: 1px solid var(--line);
  padding: 10px 24px 22px; flex-direction: column;
  box-shadow: 0 40px 80px -40px rgba(10, 10, 10, .3);
  max-height: calc(100dvh - 78px); overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 13px 4px; font-size: 16.5px; border-bottom: 1px solid rgba(236, 223, 231, .6); }
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a[aria-current="true"] { color: var(--accent); font-weight: 600; }

/* ---------- Boutons ---------- */
.btn {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; gap: 12px;
  border-radius: 999px; padding: 15px 26px;
  font-size: 14px; font-weight: 500; letter-spacing: -.01em;
  white-space: nowrap;
  transition: color .3s, border-color .3s;
}
.btn [data-lucide] { width: 16px; height: 16px; }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent::before {
  content: ""; position: absolute; inset: 0; background: var(--accent-deep);
  transform: translateY(101%); transition: transform .5s cubic-bezier(.2, .7, .2, 1); z-index: -1;
}
.btn-accent:hover::before { transform: translateY(0); }
.btn-accent .btn-bubble { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 999px; background: rgba(255, 255, 255, .15); margin-right: -8px; }
.btn-magnet { border: 1px solid rgba(27, 10, 42, .25); color: var(--ink); }
.btn-magnet::before {
  content: ""; position: absolute; inset: 0; background: var(--ink);
  transform: translateY(101%); transition: transform .55s cubic-bezier(.2, .7, .2, 1); z-index: -1;
}
.btn-magnet:hover::before { transform: translateY(0); }
.btn-magnet:hover { color: #fff; border-color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light::before {
  content: ""; position: absolute; inset: 0; background: var(--cream-warm);
  transform: translateY(101%); transition: transform .5s cubic-bezier(.2, .7, .2, 1); z-index: -1;
}
.btn-light:hover::before { transform: translateY(0); }
.btn-sm { padding: 11px 18px; font-size: 13px; }

/* ---------- Hero vidéo parallax ---------- */
.hero {
  position: relative; min-height: 92svh; display: flex; align-items: flex-end;
  overflow: hidden; color: #fff;
}
.hero-media { position: absolute; inset: -12% 0; z-index: 0; will-change: transform; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(27, 10, 42, .42) 0%, rgba(27, 10, 42, .18) 40%, rgba(27, 10, 42, .66) 100%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; padding-top: 140px; padding-bottom: clamp(48px, 8vh, 90px); }
.hero-eyebrow {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 28px;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .8);
}
.hero p.lead { max-width: 560px; font-size: clamp(15px, 1.6vw, 17px); font-weight: 300; line-height: 1.75; color: rgba(255, 255, 255, .92); margin-top: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 44px; font-size: 13px; color: rgba(255, 255, 255, .85); }
.hero-checks span { display: inline-flex; align-items: center; gap: 8px; }
.hero-checks [data-lucide] { width: 15px; height: 15px; color: var(--accent-bright); }
.hero-scroll {
  position: absolute; right: 40px; bottom: 34px; z-index: 2;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255, 255, 255, .7); display: none; align-items: center; gap: 10px;
}
@media (min-width: 1024px) { .hero-scroll { display: flex; } }

/* ---------- Sections ---------- */
.section { position: relative; padding: 90px 0; }
@media (min-width: 1024px) { .section { padding: 118px 0; } }
.section-warm { background: var(--cream-warm); border-block: 1px solid var(--line); }
.section-head {
  display: flex; flex-direction: column; gap: 16px;
  margin-bottom: 48px; padding-bottom: 30px; border-bottom: 1px solid var(--line);
}
@media (min-width: 768px) { .section-head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.section-head .lead { max-width: 560px; font-size: 16px; font-weight: 300; line-height: 1.6; color: rgba(27, 10, 42, .85); margin: 0; }
.section-head .lead em { font-style: normal; color: var(--accent); font-weight: 500; }
.watermark {
  position: absolute; right: -30px; bottom: 20px; pointer-events: none; user-select: none;
  font-weight: 200; letter-spacing: -.05em; font-size: 200px; line-height: 1; color: rgba(27, 10, 42, .04);
  display: none;
}
@media (min-width: 1280px) { .watermark { display: block; } }

/* ---------- Grille hairline (chiffres / verticales) ---------- */
.hairline-grid { display: grid; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.hairline-grid > * { background: var(--cream); padding: 30px 26px 28px; transition: background .5s; }
.hairline-grid > *:hover { background: #fff; }
.section-warm .hairline-grid > * { background: var(--cream-warm); }
.section-warm .hairline-grid > *:hover { background: #fff; }
@media (min-width: 640px) { .hairline-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .hairline-grid.cols-4 { grid-template-columns: repeat(4, 1fr); } }

.stat [data-lucide] { color: var(--accent); margin-bottom: 22px; }
.stat-top { display: flex; align-items: flex-start; justify-content: space-between; }
.stat-num { font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; color: rgba(27, 10, 42, .4); }
.stat-value { font-weight: 200; letter-spacing: -.04em; font-size: clamp(34px, 3vw, 44px); line-height: 1; }
.stat-value em { font-style: normal; color: var(--accent); font-weight: 500; }
.stat-label { font-size: 13px; color: rgba(27, 10, 42, .65); margin-top: 10px; line-height: 1.55; }

.vertical { display: flex; flex-direction: column; gap: 10px; min-height: 218px; }
.vertical [data-lucide] { color: var(--accent); width: 22px; height: 22px; }
.vertical h3 { font-size: 17px; font-weight: 600; letter-spacing: -.015em; margin: 14px 0 0; }
.vertical p { font-size: 13px; font-weight: 300; color: rgba(27, 10, 42, .65); line-height: 1.6; margin: 0; flex: 1; }
.vertical .go { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--accent); }
.vertical .go [data-lucide] { width: 14px; height: 14px; transition: transform .3s; }
.vertical:hover .go [data-lucide] { transform: translateX(4px); }

/* ---------- Cartes guides ---------- */
.cards { display: grid; gap: 22px; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cards { grid-template-columns: repeat(3, 1fr); } }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .4s cubic-bezier(.2, .7, .2, 1), box-shadow .4s;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 30px 60px -28px rgba(10, 10, 10, .22); }
.card-img { aspect-ratio: 16 / 9.4; overflow: hidden; background: var(--cream-warm); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2, .7, .2, 1); }
.card:hover .card-img img { transform: scale(1.05); }
.card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.card-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); font-weight: 500; }
.card h3 { font-size: 17px; font-weight: 600; letter-spacing: -.015em; line-height: 1.35; margin: 0; }
.card p { font-size: 13.5px; font-weight: 300; color: rgba(27, 10, 42, .65); line-height: 1.6; margin: 0; flex: 1; }
.card-meta { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; color: rgba(27, 10, 42, .45); }

/* ---------- Bande parallax ---------- */
.parallax-band { position: relative; height: 78vh; min-height: 520px; overflow: hidden; display: flex; align-items: center; color: #fff; }
.parallax-band .band-media { position: absolute; inset: -14% 0; will-change: transform; }
.parallax-band video, .parallax-band img { width: 100%; height: 100%; object-fit: cover; }
.parallax-band::after { content: ""; position: absolute; inset: 0; background: rgba(27, 10, 42, .48); }
.band-content { position: relative; z-index: 2; max-width: 780px; }
.band-content .kicker { color: var(--accent-bright); margin-bottom: 26px; }
.band-quote { font-weight: 200; letter-spacing: -.03em; line-height: 1.15; font-size: clamp(26px, 4vw, 48px); }
.band-quote em { font-style: normal; font-weight: 500; color: var(--accent-bright); }

/* ---------- Édito / listes ---------- */
.split { display: grid; gap: 44px; align-items: center; }
@media (min-width: 960px) { .split { grid-template-columns: 1.05fr .95fr; gap: 72px; } }
.split-img { border-radius: 20px; overflow: hidden; box-shadow: 0 40px 90px -40px rgba(10, 10, 10, .35); }
.checklist { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.checklist li { display: flex; gap: 13px; font-size: 14.5px; font-weight: 300; color: rgba(27, 10, 42, .8); line-height: 1.6; }
.checklist [data-lucide] { width: 17px; height: 17px; color: var(--accent); flex: none; margin-top: 4px; }
.checklist strong { font-weight: 600; color: var(--ink); }

/* ---------- CTA band (e-book / projet) ---------- */
.cta-panel {
  position: relative; overflow: hidden; border-radius: 24px; color: #fff;
  background: var(--grad-night);
  padding: clamp(36px, 5vw, 64px);
  display: grid; gap: 34px; align-items: center;
}
@media (min-width: 900px) { .cta-panel { grid-template-columns: 1.25fr .75fr; } }
.cta-panel .kicker { color: #FFBC24; }
.cta-panel h2 { font-weight: 200; letter-spacing: -.035em; font-size: clamp(26px, 3.4vw, 42px); }
.cta-panel h2 strong { font-weight: 600; }
.cta-panel p { font-weight: 300; color: rgba(255, 255, 255, .85); font-size: 15px; margin: 0; }
.cta-side { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }

/* ---------- Newsletter ---------- */
.newsletter-form { display: flex; gap: 10px; margin-top: 26px; max-width: 520px; }
@media (max-width: 560px) { .newsletter-form { flex-direction: column; } }
.newsletter-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.input {
  width: 100%; padding: 15px 18px; border-radius: 999px; border: 1px solid var(--line);
  background: #fff; font: inherit; font-size: 14.5px; color: var(--ink); min-width: 0;
}
textarea.input { border-radius: 18px; resize: vertical; min-height: 110px; }
.input:focus { outline: 3px solid var(--lagoon); outline-offset: 1px; border-color: var(--lagoon); }
.form-msg { font-size: 13.5px; color: var(--lagoon-deep); margin-top: 12px; min-height: 1.3em; }

/* ---------- Hub & article ---------- */
.page-head { padding-top: 150px; }
.page-head .h-display { font-size: clamp(34px, 5vw, 62px); }
.page-head .lead { max-width: 620px; font-weight: 300; font-size: 16.5px; color: rgba(27, 10, 42, .8); margin-top: 22px; }

.breadcrumb { font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; color: rgba(27, 10, 42, .5); padding-top: 108px; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: rgba(27, 10, 42, .3); }
.breadcrumb a:hover { color: var(--accent); }

.article-head { max-width: 760px; margin: 26px auto 0; padding: 0 24px; }
.article-head h1 { font-weight: 300; letter-spacing: -.03em; line-height: 1.12; font-size: clamp(30px, 4.4vw, 50px); text-wrap: balance; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 18px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: rgba(27, 10, 42, .5); }
.article-hero { max-width: 900px; margin: 40px auto 0; padding: 0 24px; }
.article-hero img { border-radius: 20px; box-shadow: 0 40px 90px -45px rgba(10, 10, 10, .4); }

.prose { max-width: 720px; margin: 0 auto; padding: 44px 24px 90px; font-weight: 300; font-size: 16.5px; line-height: 1.85; color: rgba(27, 10, 42, .92); }
.prose strong { font-weight: 600; color: var(--ink); }
.prose h2 { font-weight: 500; letter-spacing: -.025em; font-size: 27px; margin: 2.3em 0 .7em; }
.prose h3 { font-weight: 600; font-size: 19px; margin: 1.8em 0 .6em; }
.prose a { color: var(--lagoon); font-weight: 500; border-bottom: 1px solid rgba(53, 0, 84, .3); transition: border-color .25s; }
.prose a:hover { border-color: var(--lagoon); }

/* Un bouton place dans du contenu redactionnel ne doit pas heriter du style des liens :
   le texte devenait vert souligne sur fond orange, donc illisible. */
.prose a.btn { border-bottom: none; font-weight: 600; }
.prose a.btn-accent { color: #fff; }
.prose a.btn-accent:hover { color: #fff; }
.prose a.btn-light { color: var(--ink); }

.prose ul, .prose ol { padding-left: 22px; margin: 0 0 1.3em; }
.prose li { margin-bottom: .5em; }
.prose li::marker { color: var(--accent); font-weight: 600; }
.prose blockquote { margin: 1.8em 0; padding-left: 22px; border-left: 3px solid var(--accent); font-weight: 300; font-style: italic; color: rgba(27, 10, 42, .75); }
.prose table { width: 100%; border-collapse: collapse; margin: 1.8em 0; font-size: 14px; font-weight: 400; }
.prose th, .prose td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .14em; color: rgba(27, 10, 42, .6); font-weight: 500; }
.prose .table-scroll { overflow-x: auto; }
.prose hr { border: none; border-top: 1px solid var(--line); margin: 3em 0; }

.note { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--lagoon); border-radius: 14px; padding: 20px 24px; margin: 1.8em 0; font-size: 14.5px; }
.note--warn { border-left-color: var(--accent); }
.note strong:first-child { display: block; margin-bottom: 6px; font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .16em; font-weight: 600; }

.article-cta {
  background: var(--grad-night);
  color: #fff; border-radius: 18px; padding: 28px 30px; margin: 2.4em 0;
}
.article-cta h3 { color: #fff; font-weight: 500; font-size: 19px; margin: 0 0 .4em; }
.article-cta p { color: rgba(255, 255, 255, .85); font-size: 14px; font-weight: 300; margin-bottom: 1.2em; }

.prose details { border: 1px solid var(--line); border-radius: 14px; background: #fff; margin-bottom: 10px; }
.prose summary { cursor: pointer; font-weight: 500; font-size: 15.5px; padding: 17px 48px 17px 22px; list-style: none; position: relative; }
.prose summary::-webkit-details-marker { display: none; }
.prose summary::after { content: "+"; position: absolute; right: 20px; top: 14px; font-size: 21px; font-weight: 300; color: var(--accent); }
.prose details[open] summary::after { content: "\2013"; }
.prose details > p, .prose details > ul { padding: 0 22px; font-size: 14.5px; }
.prose details[open] { padding-bottom: 12px; }

/* ---------- Formulaire wizard (façon audit gratuit LF) ---------- */
.wizard-wrap { max-width: 720px; margin: 40px auto 0; padding: 0 24px 100px; }
.wizard {
  background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(10, 10, 10, .18);
}
.wizard-head { padding: 28px 32px 20px; border-bottom: 1px solid var(--line); }
.wizard-head-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.wizard-head-top .tag { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); font-weight: 500; }
.wizard-head-top .step-count { font-family: var(--font-mono); font-size: 11px; color: rgba(27, 10, 42, .45); }
.step-bar { display: flex; align-items: center; gap: 10px; }
.step-dot {
  width: 30px; height: 30px; border-radius: 999px; display: grid; place-items: center;
  font-family: var(--font-mono); font-size: 11px; border: 1px solid var(--line); color: rgba(27, 10, 42, .45);
  background: var(--cream); transition: all .3s;
}
.step-dot.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.step-dot.done { background: var(--ink); border-color: var(--ink); color: #fff; }
.step-line { flex: 1; height: 1px; background: var(--line); }
.form-step { padding: 30px 32px 34px; display: none; }
.form-step.active { display: block; }
.form-step h2 { font-size: 19px; font-weight: 500; letter-spacing: -.015em; }
.form-step .hint { font-size: 13px; font-weight: 300; color: rgba(27, 10, 42, .55); margin: 4px 0 0; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 22px; }
@media (min-width: 640px) { .topic-grid { grid-template-columns: repeat(3, 1fr); } }
.topic-pick input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.topic-pick > div {
  background: rgba(250, 246, 238, .5); border: 1px solid var(--line); border-radius: 14px;
  padding: 16px; cursor: pointer; transition: all .25s; height: 100%;
}
.topic-pick [data-lucide] { width: 20px; height: 20px; margin-bottom: 10px; }
.topic-pick .t-name { font-size: 14px; font-weight: 500; }
.topic-pick .t-sub { font-size: 11px; opacity: .65; margin-top: 2px; }
.topic-pick input:checked + div { background: var(--accent); border-color: var(--accent); color: #fff; }
.topic-pick input:focus-visible + div { outline: 3px solid var(--lagoon); outline-offset: 2px; }
.field { margin-top: 18px; }
.field label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 7px; }
.wizard .input { border-radius: 14px; }
.wizard select.input { appearance: none; border-radius: 14px; background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231E2A26' stroke-width='2'><path d='m6 9 6 6 6-6'/></svg>") no-repeat right 16px center; padding-right: 42px; }
.wizard-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 28px; }
.wizard-back { font-size: 13.5px; font-weight: 500; color: rgba(27, 10, 42, .55); display: inline-flex; align-items: center; gap: 7px; }
.wizard-back:hover { color: var(--ink); }
.wizard-success { padding: 44px 32px; text-align: center; display: none; }
.wizard-success.active { display: block; }
.wizard-success [data-lucide] { width: 42px; height: 42px; color: var(--lagoon); margin: 0 auto 16px; }

/* ---------- Villas ---------- */
.villa-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.villa-status {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--lagoon-deep); background: rgba(53, 0, 84, .1); border: 1px solid rgba(53, 0, 84, .25);
  padding: 4px 10px; border-radius: 999px;
}
.villa-chips { font-size: 12px; font-weight: 400; color: rgba(27, 10, 42, .55); }
.villa-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 6px; }
.villa-price { font-weight: 600; font-size: 14.5px; letter-spacing: -.01em; }
.villa-price.big { font-size: 19px; }
.villa-card .go { font-size: 12.5px; font-weight: 600; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; }
.villa-card .go [data-lucide] { width: 14px; height: 14px; }
.sell-card { border-style: dashed; background: rgba(255, 255, 255, .5); box-shadow: none; }
.sell-card .card-body { gap: 12px; align-items: flex-start; }
.sell-card [data-lucide] { width: 24px; height: 24px; color: var(--accent); }
.sell-card:hover { transform: none; box-shadow: none; }

.villa-head { display: grid; gap: 30px; padding-top: 26px; align-items: end; }
@media (min-width: 960px) { .villa-head { grid-template-columns: 1.3fr .7fr; } }
.villa-buy {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 24px;
  display: flex; flex-direction: column; gap: 12px; align-items: stretch;
  box-shadow: 0 30px 70px -35px rgba(10, 10, 10, .25);
}
.villa-buy .btn { justify-content: center; }
.villa-hero { max-width: var(--w); margin: 36px auto 0; padding: 0 24px; }
@media (min-width: 1024px) { .villa-hero { padding: 0 40px; } }
.villa-hero img { border-radius: 22px; box-shadow: 0 50px 100px -50px rgba(10, 10, 10, .45); width: 100%; object-fit: cover; max-height: 640px; }
.villa-body { display: grid; gap: 40px; padding-top: 56px; align-items: start; }
@media (min-width: 960px) { .villa-body { grid-template-columns: 1.25fr .75fr; gap: 72px; } }
.villa-desc { font-weight: 300; font-size: 16.5px; line-height: 1.85; color: rgba(27, 10, 42, .9); margin-top: 18px; }
.villa-specs { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 26px; position: sticky; top: 100px; }
.villa-specs h3 { font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .2em; font-weight: 500; color: var(--accent); margin-bottom: 4px; }
.gallery { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
.gallery .g-item { margin: 0; border-radius: 16px; overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.gallery .g-item:hover img { transform: scale(1.04); }

/* ---------- Activités (encarts façon LF) ---------- */
.act-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { .act-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .act-grid { grid-template-columns: repeat(4, 1fr); } }
.act-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color .35s, transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s;
}
.act-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--cream-warm); }
.act-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.act-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.act-head { display: flex; align-items: center; gap: 8px; margin-bottom: 2px; }
.act-card [data-lucide] { width: 17px; height: 17px; color: var(--accent); flex: none; }
.act-tag { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: rgba(27, 10, 42, .45); }
.act-card h3 { font-size: 16px; font-weight: 600; letter-spacing: -.015em; margin: 0; }
.act-card p { font-size: 12.5px; font-weight: 300; line-height: 1.55; color: rgba(27, 10, 42, .65); margin: 0; flex: 1; }
.act-link { font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; color: var(--accent); margin-top: 8px; }
.act-link [data-lucide] { width: 13px; height: 13px; }
.act-card:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 26px 55px -26px rgba(10, 10, 10, .25); }
.act-card:hover .act-img img { transform: scale(1.06); }

/* ---------- Money pages (hebergement) ---------- */
.tc-kicker { font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin: 0 0 10px; }
.tc-lead { font-size: 18px; line-height: 1.75; margin: 0 0 22px; }
.tc-h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 300; letter-spacing: -.01em; margin: 18px 0 26px; }
.tc-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.tc-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; }
.tc-table th { text-align: left; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--accent); padding: 16px 18px; border-bottom: 1px solid var(--line); }
.tc-table td { padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.tc-table tr:last-child td { border-bottom: none; }
.tc-cards { display: grid; gap: 18px; margin-top: 8px; }
@media (min-width: 820px) { .tc-cards { grid-template-columns: 1fr 1fr; } }
.tc-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 28px; }
.tc-card h3 { font-size: 21px; font-weight: 400; margin: 0 0 6px; }
.tc-card p { font-size: 14.5px; line-height: 1.75; margin: 0 0 14px; }
.tc-meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--soft); }
.tc-cons { color: var(--soft); }
.tc-card p a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.tc-card p a:hover { color: var(--accent-deep, var(--accent)); }
.tc-spot-grid { display: grid; gap: 26px; }
@media (min-width: 820px) { .tc-spot-grid { grid-template-columns: repeat(3, 1fr); } }
.tc-spot-group h3 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--accent); margin: 0 0 14px; }
.tc-spots { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.tc-spots li { font-size: 14.5px; line-height: 1.7; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.tc-spots li:last-child { border-bottom: none; }

/* une seule categorie d'adresses : la grille a trois colonnes laissait le texte
   comprime dans un tiers de la largeur, avec deux colonnes vides a cote. */
.tc-spot-grid:has(.tc-spot-group:only-child) { grid-template-columns: 1fr; max-width: 720px; }

.tc-spots .btn { margin-top: 12px; font-size: 13px; padding: 10px 18px; }
.tc-note { font-size: 14px; color: var(--soft); max-width: 720px; margin: 0 0 22px; }
.tc-trust { border-top: 1px solid var(--line); padding-top: 22px; font-size: 13px; color: var(--soft); max-width: 800px; }
.tc-trust p { margin: 0 0 8px; }
.tc-cta { margin-top: 4px; }
.tc-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(250,246,238,.94); backdrop-filter: blur(10px); border-top: 1px solid var(--line); display: none; }
.tc-sticky .btn { width: 100%; justify-content: center; }
@media (max-width: 820px) { .tc-sticky { display: block; } body { padding-bottom: 78px; } }


/* ---------- Carte des hebergements ---------- */
.tc-map { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #fff; min-height: 220px; display: grid; }
.tc-map-ph { place-self: center; text-align: center; padding: 40px 26px; max-width: 460px; }
.tc-map-ph p { margin: 0; }
.tc-map iframe { width: 100%; height: 520px; border: 0; display: block; }
@media (max-width: 720px) { .tc-map iframe { height: 420px; } }

/* ---------- Footer ---------- */
.footer { background: #1B0A2A; color: rgba(255, 255, 255, .68); margin-top: 40px; font-weight: 300; }
.footer a:hover { color: #fff; }
.footer-inner { display: grid; gap: 40px; padding: 72px 0 52px; }
@media (min-width: 640px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-inner { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }
.footer .brand-name { color: #fff; }
.footer .brand-dot { color: var(--accent-bright); }
.footer-about { font-size: 13.5px; line-height: 1.75; margin-top: 16px; max-width: 340px; }
.footer h4 { color: #fff; font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .2em; font-weight: 500; margin: 0 0 18px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; font-size: 13.5px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 22px 0; font-size: 11.5px; color: rgba(255, 255, 255, .45);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
}

.footer .footer-legal {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: row; flex-wrap: wrap; gap: 8px 18px; font-size: 11.5px;
}
.footer .footer-legal a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Météo + revue de presse ---------- */
.news-grid { display: grid; gap: 16px; }
@media (min-width: 960px) { .news-grid { grid-template-columns: .9fr 1.1fr; } }
.bloc-news { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px 26px;
  /* min-width:0 : un element de grille vaut min-width:auto par defaut et refuse de descendre
     sous la largeur de son contenu. A 320 px le bloc faisait 302 dans un parent de 272,
     et poussait la page a 326 (trouve le 23 sept. 2026 sur /news/ de la Thailande). */
  min-width: 0; }
.bloc-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; color: var(--accent); margin: 0 0 14px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.bloc-sub { font-family: var(--font-body); font-size: 12px; letter-spacing: 0; text-transform: none; color: rgba(27, 10, 42, .5); font-weight: 300; }
.wx-loading { font-size: 13px; font-weight: 300; color: rgba(27, 10, 42, .45); }
.wx-now { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.wx-now [data-lucide] { width: 44px; height: 44px; color: var(--accent); }
.wx-temp { font-weight: 200; font-size: 52px; letter-spacing: -.04em; line-height: 1; }
.wx-desc { font-size: 13.5px; font-weight: 400; }
.wx-meta { font-size: 12px; color: rgba(27, 10, 42, .55); font-weight: 300; }
.wx-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr));  /* minmax(0,1fr) : sept colonnes en 1fr ne rétrécissent pas sous leur contenu */ gap: 4px; border-top: 1px solid var(--line); padding-top: 14px; }
.wx-day { text-align: center; }
.wx-day .d { font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: rgba(27, 10, 42, .5); }
.wx-day [data-lucide] { width: 18px; height: 18px; color: var(--lagooon, #262B6B); color: var(--lagoon); margin: 6px auto 4px; display: block; }
.wx-day .t { font-size: 11.5px; font-weight: 500; }
.wx-day .t small { color: rgba(27, 10, 42, .45); font-weight: 300; }
.press-item { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); }
.press-item:last-child { border-bottom: none; }
.press-item .pt { font-size: 14px; font-weight: 500; line-height: 1.45; transition: color .2s; }
.press-item:hover .pt { color: var(--accent); }
.press-item .pm { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .08em; color: rgba(27, 10, 42, .45); margin-top: 3px; }
#wx-chip:not(:empty)::before { content: "/"; margin-right: 12px; color: rgba(255, 255, 255, .8); }

/* ============================================================
   WANTEDWISE : composants propres au site
   ============================================================ */
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; font-size: 14px; }
.skip-link:focus { top: 12px; }
@media (min-width: 760px) { .hairline-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } }

.tip-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.tip-row { display: grid; grid-template-columns: 20px 1fr 18px; gap: 16px; align-items: start; padding: 18px 4px; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.tip-row:hover { background: #fff; padding-left: 12px; }
.tip-row [data-lucide] { color: var(--accent); margin-top: 3px; }
.tip-row strong { display: block; font-weight: 600; font-size: 16px; line-height: 1.35; }
.tip-row small { display: block; margin-top: 4px; font-size: 14px; font-weight: 300; color: rgba(27, 10, 42, .7); line-height: 1.55; }

.verif-box { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 14px; padding: 18px 22px; margin: 0 0 2.2em; font-size: 14px; line-height: 1.55; }
.verif-title { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .16em; font-weight: 600; }
.verif-title [data-lucide] { width: 16px; height: 16px; color: var(--accent); }
.verif-box dl { margin: 0; display: grid; gap: 8px; }
.verif-box dl > div { display: grid; grid-template-columns: 1fr; gap: 2px; }
@media (min-width: 560px) { .verif-box dl > div { grid-template-columns: 190px 1fr; gap: 16px; } }
.verif-box dt { font-weight: 600; color: var(--ink); }
.verif-box dd { margin: 0; font-weight: 300; }

.prose table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: 14.5px; display: block; overflow-x: auto; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { font-weight: 600; background: var(--cream-warm); }
.sources { font-size: 14px; }
.sources a { word-break: break-word; }
.ai-notice { margin-top: 2.4em; padding-top: 1em; border-top: 1px solid var(--line); font-size: 13px; color: rgba(27, 10, 42, .62); }

.check-field { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; font-size: 13.5px; line-height: 1.5; font-weight: 300; }
.check-field input { margin-top: 3px; width: 18px; height: 18px; flex: none; accent-color: var(--accent); }
.check-field a { text-decoration: underline; text-underline-offset: 3px; }
.prose .tag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--accent); margin-right: 6px; white-space: nowrap; }


/* ============================================================
   WANTEDWISE : couche « Vice » (couleurs GTA VI + animations)
   ============================================================ */
::selection { background: rgba(255, 73, 185, .22); }
:focus-visible { outline-color: var(--vice-blue); }

/* Texte en dégradé coucher de soleil, balayé à l'apparition */
.h-display em, .h2-display em, .band-quote em, .grad-text {
  background: var(--grad-sunset); background-size: 220% 100%; background-position: 100% 0;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  transition: background-position 1.4s var(--ease-out);
}
.h-display em, .band-quote em { background-position: 0 0; }
/* Fond clair : dégradé foncé (contraste AA) ; le dégradé or/rose est réservé aux fonds sombres */
.h2-display em, .page-head .h-display em { background-image: var(--grad-ink); }
.cta-panel h2 strong { background: var(--grad-sunset); -webkit-background-clip: text; background-clip: text; color: transparent; }
.in .h2-display em, .reveal.in em, .h2-display.in em { background-position: 0 0; }
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .h-display em, .h2-display em, .band-quote em { color: var(--accent); }
}

/* Barre de progression de lecture */
.scroll-progress { position: fixed; left: 0; top: 0; right: 0; height: 3px; z-index: 120; background: var(--grad-sunset); transform-origin: 0 50%; transform: scaleX(0); pointer-events: none; }

/* Navigation : se cache en descendant, revient en remontant */
.nav-glass { transition: transform .35s var(--ease-out), background .3s, border-color .3s; }
.nav-glass.nav-hidden { transform: translateY(-110%); }
.nav-pill a { position: relative; }
.nav-pill a::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 6px; height: 2px; border-radius: 2px; background: var(--grad-sunset); transform: scaleX(0); transform-origin: 0 50%; transition: transform .3s var(--ease-out); }
.nav-pill a:hover::after { transform: scaleX(1); }

/* Hero : voile nuit violette + coucher de soleil */
.hero::after { background: linear-gradient(180deg, rgba(31, 0, 51, .55) 0%, rgba(53, 0, 84, .18) 42%, rgba(31, 0, 51, .78) 100%), linear-gradient(90deg, rgba(188, 0, 130, .28), rgba(43, 96, 218, .12)); }
.hero-checks [data-lucide] { color: var(--gold); }
.hero-eyebrow span:first-child { color: var(--gold); }

/* Boutons : dégradé + reflet au survol + retour au clic */
.btn { transition: color .3s, border-color .3s, transform .15s var(--ease-out), box-shadow .3s; touch-action: manipulation; }
.btn:active { transform: scale(.97); }
.btn-accent { background: linear-gradient(100deg, #BC0082 0%, #FF49B9 100%); box-shadow: 0 10px 30px -12px rgba(188, 0, 130, .6); }
.btn-accent::before { background: linear-gradient(100deg, #8B0179 0%, #BC0082 100%); }
.btn-accent::after { content: ""; position: absolute; top: 0; bottom: 0; left: -60%; width: 40%; z-index: 1; pointer-events: none; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .35), transparent); transform: skewX(-20deg); transition: left .7s var(--ease-out); }
.btn-accent:hover::after { left: 130%; }
.btn-accent:hover { box-shadow: 0 16px 40px -14px rgba(255, 73, 185, .75); }

/* Cartes : lueur coucher de soleil */
.card { transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out); }
.card:hover { box-shadow: 0 30px 60px -28px rgba(188, 0, 130, .35), 0 0 0 1px rgba(255, 73, 185, .35); }
.card:active { transform: translateY(-2px) scale(.99); }
.card-tag { color: var(--accent); }

/* Rubriques / profils */
.vertical { transition: background .35s var(--ease-out); }
.vertical:hover { background: #fff; }
.vertical [data-lucide] { transition: transform .35s var(--ease-out), color .35s; }
.vertical:hover [data-lucide] { transform: translateY(-3px) rotate(-6deg); color: var(--accent-bright); }
.vertical .go [data-lucide] { transition: transform .3s var(--ease-out); }
.vertical:hover .go [data-lucide] { transform: translateX(5px); }

.tip-row > [data-lucide]:last-child { transition: transform .3s var(--ease-out); }
.tip-row:hover > [data-lucide]:last-child { transform: translateX(5px); color: var(--accent-bright); }

/* Encarts coaching / ebook : nuit violette + halo */
.cta-panel::before { content: ""; position: absolute; width: 520px; height: 520px; right: -140px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 73, 185, .45), rgba(255, 188, 36, .12) 45%, transparent 70%); pointer-events: none; }
.cta-panel::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--grad-sunset); }
.cta-panel > * { position: relative; }

/* Bandeau défilant des rubriques */
.marquee { overflow: hidden; padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.marquee-track { display: flex; gap: 48px; width: max-content; will-change: transform; }
.marquee-track span { font-size: clamp(40px, 7vw, 96px); font-weight: 700; letter-spacing: -.04em; line-height: 1; white-space: nowrap; color: transparent; -webkit-text-stroke: 1.5px rgba(27, 10, 42, .22); }
.marquee-track span:nth-child(3n+2) { background: var(--grad-sunset); -webkit-background-clip: text; background-clip: text; -webkit-text-stroke: 0; }

/* Citation révélée mot par mot */
.band-quote .w { opacity: .18; transition: opacity .2s; }
.parallax-band::after { background: linear-gradient(180deg, rgba(31, 0, 51, .62), rgba(53, 0, 84, .45) 50%, rgba(31, 0, 51, .7)); }

/* Fiche de vérification et formulaires */
.verif-box, .note { border-left-color: var(--accent-bright); }
.topic-pick input:checked + div { border-color: var(--accent-bright); box-shadow: 0 0 0 3px rgba(255, 73, 185, .18); }
.topic-pick div { transition: border-color .25s, box-shadow .25s, transform .2s var(--ease-out); }
.topic-pick:active div { transform: scale(.97); }
.step-dot.active, .step-dot.done { background: var(--accent); border-color: var(--accent); }
.form-step.active { animation: stepIn .35s var(--ease-out); }
@keyframes stepIn { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }

/* Pied de page */
.footer { background: #14061F; position: relative; }
.footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--grad-sunset); }

/* Apparition au défilement (seulement pour ce qui est hors écran au chargement) */
.reveal.pre { opacity: 0; transform: translateY(34px); }
.reveal.in { opacity: 1; transform: none; transition: opacity .7s var(--ease-out), transform .9s var(--ease-out); }

@media (prefers-reduced-motion: reduce) {
  .reveal.pre { opacity: 1; transform: none; }
  .scroll-progress, .btn-accent::after { display: none; }
  .band-quote .w { opacity: 1; }
  .nav-glass.nav-hidden { transform: none; }
}


/* ============================================================
   WANTEDWISE : ambiance pastel (fonds et surfaces), textes foncés
   ============================================================ */
body { background: #FFF9F6; }
.nav-glass.scrolled { background: rgba(255, 246, 250, .9); border-bottom-color: rgba(255, 214, 238, .9); }
.section-warm { background: linear-gradient(180deg, #FFF0F7 0%, #F6EEFB 100%); border-block-color: var(--p-pink); }
.section-warm .hairline-grid > * { background: transparent; }

/* Chiffres clés et profils : une teinte pastel par case */
.hairline-grid { background: rgba(236, 223, 231, .8); }
.hairline-grid > *:nth-child(4n+1) { background: #FFF6E3; }
.hairline-grid > *:nth-child(4n+2) { background: #FFF0F8; }
.hairline-grid > *:nth-child(4n+3) { background: #F5EEFC; }
.hairline-grid > *:nth-child(4n+4) { background: #EEF3FD; }
.hairline-grid > *:hover { background: #fff; }

.marquee { background: var(--grad-pastel); border-color: transparent; }
.marquee-track span { -webkit-text-stroke-color: rgba(27, 10, 42, .28); }

.card { border-color: rgba(255, 214, 238, .9); }
.card-img { background: var(--p-lilac); }

/* Encarts coaching / ebook en pastel, texte encre */
.cta-panel { background: var(--grad-pastel); color: var(--ink); box-shadow: 0 30px 70px -40px rgba(188, 0, 130, .35); }
.cta-panel::before { background: radial-gradient(circle, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0) 70%); }
.cta-panel .kicker { color: var(--accent); }
.cta-panel h2 { color: var(--ink); }
.cta-panel h2 strong { background: var(--grad-ink); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cta-panel p { color: rgba(27, 10, 42, .78); }
.cta-panel .btn-light { background: var(--ink); color: #fff; }
.cta-panel .btn-light::before { background: var(--accent); }

/* Encadrés, fiche de vérification, formulaires */
.verif-box { background: #F8F1FD; border-color: var(--p-lilac); border-left-color: var(--accent-bright); }
.note { background: #FFF5E6; border-color: var(--p-peach); }
.note--warn { background: #FFEFF7; border-color: var(--p-pink); }
.prose th { background: var(--p-lilac); }
.prose tr:nth-child(even) td { background: rgba(255, 240, 248, .55); }
.wizard { border-color: var(--p-pink); box-shadow: 0 30px 70px -45px rgba(188, 0, 130, .4); }
.wizard-head { background: var(--grad-pastel); }
.topic-pick div { background: #fff; }
.topic-pick input:checked + div { background: #FFF0F8; }
.input:focus { border-color: var(--accent-bright); box-shadow: 0 0 0 3px rgba(255, 73, 185, .15); outline: none; }
.tip-row:hover { background: #FFF0F8; }
.breadcrumb, .article-meta { color: rgba(27, 10, 42, .6); }

/* Pied de page pastel lavande */
.footer { background: linear-gradient(180deg, #F3EAFB 0%, #EADCF6 100%); color: rgba(27, 10, 42, .72); }
.footer h4 { color: var(--accent); }
.footer a:hover { color: var(--accent); }
.footer .brand-name, .footer .brand { color: var(--ink); }
.footer-bottom { border-top-color: rgba(27, 10, 42, .12); color: rgba(27, 10, 42, .6); }

/* ============================================================
   RESPONSIVE : Android, iPad (portrait et paysage), écrans tactiles
   ============================================================ */
.split-img, .card-img { overflow: hidden; }
html { -webkit-tap-highlight-color: rgba(255, 73, 185, .15); }

/* Écrans tactiles : zones de 44 px minimum, libellés à 12 px minimum */
@media (pointer: coarse) {
  .nav-pill a, .mobile-nav a, .footer ul a, .breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; }
  .footer ul { gap: 2px; }
  .kicker, .card-meta, .card-tag, .verif-title, .prose th, .prose .tag, .t-sub, .hero-eyebrow,
  .stat-num, .footer h4, .breadcrumb, .article-meta, .step-count, .wizard .tag, .note strong:first-child { font-size: 12px; }
  .check-field { min-height: 44px; }
  .check-field input { width: 22px; height: 22px; }
  .tip-row { padding: 20px 4px; }
}

/* Tablettes (iPad mini, iPad Air, iPad Pro portrait) */
@media (min-width: 700px) and (max-width: 1239px) {
  .container { padding-left: 32px; padding-right: 32px; }
  .hero { min-height: 72svh; }
  .hero-inner { padding-top: 120px; }
  .h-display { font-size: clamp(46px, 7vw, 68px); }
  .section { padding: 84px 0; }
  .split { gap: 48px; }
  .cta-panel { padding: 44px; }
  .mobile-nav { padding-left: 32px; padding-right: 32px; }
  .mobile-nav a { font-size: 18px; }
  .prose { max-width: 680px; }
  .wizard-wrap { max-width: 680px; }
  .footer-inner { gap: 32px 48px; }
}
/* iPad en paysage et petits portables : 3 colonnes de cartes, promesse en 2 colonnes */
@media (min-width: 960px) and (max-width: 1239px) {
  .hairline-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
  .vertical { padding: 26px 22px; }
}

/* Petits Android (360 px et moins) */
@media (max-width: 380px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .h-display { font-size: 36px; }
  .h2-display { font-size: 27px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .cta-panel { padding: 28px 22px; border-radius: 20px; }
  .topic-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .form-step { padding: 24px 20px 28px; }
  .marquee-track span { font-size: 38px; }
}

/* Encoches et barre de geste (iPhone/Android plein écran) */
@supports (padding: max(0px)) {
  @media (max-width: 699px) { .nav-inner { padding-left: max(24px, env(safe-area-inset-left)); padding-right: max(24px, env(safe-area-inset-right)); } }
  .footer-bottom { padding-bottom: max(24px, env(safe-area-inset-bottom)); }
}
@media (pointer: coarse) { .footer-bottom, .footer-legal { font-size: 12.5px; } }
@media (pointer: coarse) { .topic-pick .t-sub { font-size: 12px; } }
@media (max-width: 560px) { .newsletter-form .btn { justify-content: center; } }

/* Logo WantedWise (avis de recherche) */
.brand-logo { display: block; height: 60px; width: auto; filter: drop-shadow(0 6px 14px rgba(27, 10, 42, .18)); }
.nav-glass .brand { display: flex; align-items: center; }
@media (max-width: 700px) { .brand-logo { height: 48px; } }
.footer .brand-logo { height: 96px; margin-bottom: 6px; }

/* Sélecteur de langue FR / ES */
.lang-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .75); }
.lang-switch a { min-width: 36px; min-height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; font-weight: 600; color: rgba(27, 10, 42, .6); transition: background .2s, color .2s; }
.lang-switch a:hover { color: var(--accent); }
.lang-switch a[aria-current="true"] { background: var(--ink); color: #fff; }
.nav-right { display: flex; align-items: center; gap: 12px; }
@media (pointer: coarse) { .lang-switch a { min-width: 44px; min-height: 40px; } }

/* Ebook gratuit */
.freebook-cover { width: 100%; max-width: 340px; height: auto; margin: 0 auto; border-radius: 18px; box-shadow: 0 40px 80px -40px rgba(188, 0, 130, .45); }
.freebook-form { flex-wrap: wrap; }
