/* ---------- Polices auto-hébergées ---------- */
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/montserrat-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/montserrat-latin-800-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/inter-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/inter-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/inter-latin-700-normal.woff2') format('woff2'); }

/* ============================================================
   AMOUR-O-TEL · VISIO — style.css v2
   Néon nuit · contrastes AA/AAA · blocs sombres + blocs clairs
   ============================================================ */

:root {
  --bg:        #0B0E1A;
  --panel:     #161B30;
  --panel-2:   #1D2440;
  --violet:    #7C4DFF;   /* fonds de boutons uniquement */
  --magenta:   #D946EF;
  --violet-t:  #B49BFF;   /* accents texte sur fond sombre (8.3:1) */
  --magenta-t: #F2A6FF;   /* accents texte sur fond sombre (10.7:1) */
  --cyan:      #22D3EE;   /* signature live (10.6:1) */
  --texte:     #F2F5FF;   /* texte principal — BLANC (17:1) */
  --soft:      #D8DEF2;   /* texte secondaire clair (12:1) */
  --grad:      linear-gradient(90deg, #7C4DFF, #D946EF);
  --grad-t:    linear-gradient(90deg, #B49BFF, #F2A6FF);

  /* Blocs clairs */
  --l-bg:      #F6F4FB;
  --l-panel:   #FFFFFF;
  --l-texte:   #191331;   /* bleu nuit sur clair (16:1) */
  --l-violet:  #6023C0;   /* violet sombre sur clair (8.4:1) */
  --l-magenta: #A61CB0;   /* magenta sombre sur clair (6.2:1) */
  --l-grad:    linear-gradient(90deg, #6023C0, #A61CB0);

  --ff-titre:  'Montserrat', sans-serif;
  --ff-corps:  'Inter', 'Segoe UI', sans-serif;
  --maxw: 1180px;
  --r: 16px;
  --header-h: 78px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  background: var(--bg);
  color: var(--texte);
  font-family: var(--ff-corps);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--magenta-t); text-decoration: none; }
/* Liens identifiables dans le texte (accessibilité) */
p a, .checklist li a, .faq .rep a { text-decoration: underline; text-underline-offset: 3px; }

a:hover { color: var(--cyan); }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 4px;
}
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* ---------- Typographie ---------- */
h1, h2, h3 { font-family: var(--ff-titre); line-height: 1.15; font-weight: 800; }
h1 { font-size: clamp(2rem, 5vw, 3.3rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 18px; }
h3 { font-size: 1.25rem; }
.grad-txt {
  background: var(--grad-t);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lead { font-size: 1.12rem; color: var(--texte); }
p + p { margin-top: 1em; }

/* ---------- Badge live ---------- */
.badge-live {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(34,211,238,.1);
  border: 1px solid rgba(34,211,238,.5);
  color: var(--cyan);
  font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 999px;
}
.badge-live .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); }
}

/* ---------- Fil d'Ariane ---------- */
.fil { font-size: .84rem; color: var(--soft); margin: 0 0 16px; }
.fil a { color: var(--soft); }
.fil a:hover { color: var(--cyan); }
.fil span[aria-current] { color: var(--magenta-t); }

/* ---------- Header sticky ---------- */
header.site {
  position: sticky; top: 0; z-index: 60;
  height: var(--header-h);
  background: rgba(11,14,26,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(124,77,255,.32);
}
.navrow { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { display: flex; align-items: center; }
.logo img { height: 46px; width: auto; display: block; }
nav.main { display: flex; gap: 28px; }
nav.main a {
  color: var(--texte); font-size: .84rem; font-weight: 600;
  letter-spacing: .09em; text-transform: uppercase;
  padding: 6px 0; border-bottom: 2px solid transparent;
}
nav.main a:hover { color: var(--cyan); }
nav.main a[aria-current="page"] { border-bottom-color: var(--magenta); color: var(--magenta-t); }
.head-num { text-align: right; line-height: 1.15; white-space: nowrap; }
.head-num .n { display: block; font-family: var(--ff-titre); font-weight: 800; font-size: 1.32rem; color: #fff; }
.head-num .t {
  display: block; font-size: .72rem; font-weight: 600; letter-spacing: .04em;
  background: var(--grad-t);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.burger {
  display: none; background: none; border: 1px solid rgba(180,155,255,.55);
  color: var(--texte); border-radius: 10px; padding: 9px 12px;
  font-size: 1.15rem; cursor: pointer; line-height: 1;
}

/* ---------- Bouton d'appel flottant (mobile) ---------- */
.call-float {
  position: fixed; right: 16px; bottom: 18px; z-index: 70;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--grad); opacity: .93;
  display: none; align-items: center; justify-content: center;
  box-shadow: 0 8px 22px rgba(124,77,255,.45);
  transform: translateY(80px); transition: transform .3s ease;
}
.call-float.on { transform: translateY(0); }
.call-float svg { width: 22px; height: 22px; fill: #fff; }

/* ---------- HERO image de fond ---------- */
.hero-img {
  position: relative; min-height: 620px;
  display: grid; place-items: center; text-align: center;
  padding: 80px 0 70px; isolation: isolate; overflow: hidden;
}
.hero-img picture.bg, .hero-img picture.bg img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
}
.hero-img::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(11,14,26,.52) 0%, rgba(11,14,26,.34) 45%, var(--bg) 100%),
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(124,77,255,.14), transparent 70%);
}
.hero-img .inner { max-width: 1160px; width: 100%; padding: 0 22px; }
.hero-img h1 { margin: 20px 0 14px; font-size: clamp(2rem, 5vw, 3.7rem); text-shadow: 0 2px 24px rgba(0,0,0,.55); }
.hero-img .lead { max-width: 880px; margin-left: auto; margin-right: auto; text-shadow: 0 1px 12px rgba(0,0,0,.65); }

/* ---------- HERO texte ---------- */
.hero-txt {
  padding: 62px 0 50px;
  background:
    radial-gradient(ellipse 55% 65% at 80% 0%, rgba(124,77,255,.16), transparent 65%),
    radial-gradient(ellipse 40% 50% at 10% 100%, rgba(34,211,238,.07), transparent 60%);
  border-bottom: 1px solid rgba(124,77,255,.18);
}
.hero-txt h1 { margin: 14px 0 12px; max-width: 840px; }
.hero-txt .lead { max-width: 740px; }

/* ---------- HERO clair centré (pages simples) ---------- */
.hero-light {
  background: var(--l-bg);
  color: var(--l-texte);
  border-bottom: 1px solid #E4DDF4;
  padding: 58px 0 52px;
  text-align: center;
}
.hero-light .fil { justify-content: center; display: flex; gap: 6px; flex-wrap: wrap; color: #4A4468; }
.hero-light .fil a { color: #4A4468; }
.hero-light .fil a:hover { color: var(--l-violet); }
.hero-light .fil span[aria-current] { color: var(--l-magenta); }
.hero-light h1 { color: var(--l-texte); margin: 16px 0 14px; max-width: none; }
.hero-light .lead { color: var(--l-texte); max-width: none; }
.hero-light .grad-txt { background: var(--l-grad); -webkit-background-clip: text; background-clip: text; }
.hero-light .badge-live {
  background: rgba(96,35,192,.07);
  border-color: rgba(96,35,192,.45);
  color: var(--l-violet);
}
.hero-light .badge-live .dot { background: var(--l-violet); }
}

/* ---------- Variantes fond clair : étapes & cartes hôtesses ---------- */
.light .step { background: var(--l-panel); border-color: #E4DCF6; color: var(--l-texte); box-shadow: 0 6px 22px rgba(35,20,80,.07); }
.light .step::before { color: var(--l-violet); border-color: rgba(96,35,192,.45); }
.light .girl { background: var(--l-panel); border-color: #E4DCF6; box-shadow: 0 6px 22px rgba(35,20,80,.07); }
.light .girl:hover { border-color: var(--l-violet); box-shadow: 0 16px 34px rgba(35,20,80,.16); }
.light .girl .name, .light .girl p { color: var(--l-texte); }
.light .girl .name a { color: inherit; text-decoration: none; }
.light .girl .name a:hover { color: var(--l-violet); }
.light .notice { background: rgba(96,35,192,.06); border-left-color: var(--l-violet); color: var(--l-texte); }
.light .notice strong { color: var(--l-violet); }
.light .faq details { background: var(--l-panel); border-color: #E4DCF6; }
.light .faq summary { color: var(--l-texte); }
.light .faq summary::after { color: var(--l-violet); }
.light .faq .rep { color: var(--l-texte); }

/* ---------- Bloc numéro ---------- */
.numbloc {
  display: inline-block; margin: 28px auto 8px;
  padding: 20px 34px;
  background: rgba(22,27,48,.78);
  border: 1px solid rgba(180,155,255,.45);
  border-radius: var(--r); backdrop-filter: blur(6px);
  text-align: center;
}
.numbloc .n { display: block; font-family: var(--ff-titre); font-weight: 800; font-size: clamp(1.8rem,5vw,2.7rem); color: #fff; letter-spacing: .02em; }
.numbloc .n a { color: inherit; }
.numbloc .n a:hover { color: var(--cyan); }
.numbloc .t {
  display: block; margin-top: 3px; font-size: .95rem; font-weight: 700;
  background: var(--grad-t);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.numbloc.small { padding: 13px 22px; margin: 18px 0 6px; }
.numbloc.small .n { font-size: 1.4rem; }
.numbloc.small .t { font-size: .8rem; }
/* Version fond clair */
.light .numbloc { background: var(--l-panel); border-color: var(--l-violet); }
.light .numbloc .n { color: var(--l-texte); }
.light .numbloc .n a:hover { color: var(--l-violet); }
.light .numbloc .t { background: var(--l-grad); -webkit-background-clip: text; background-clip: text; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-block; padding: 14px 30px; border-radius: 999px;
  font-family: var(--ff-titre); font-weight: 700; font-size: .95rem;
  border: 1px solid transparent; cursor: pointer; letter-spacing: .02em;
}
.btn-grad { background: var(--grad); color: #fff; box-shadow: 0 8px 26px rgba(124,77,255,.4); }
.btn-grad:hover { filter: brightness(1.12); color: #fff; }
.btn-line { border-color: rgba(180,155,255,.6); color: var(--texte); background: rgba(11,14,26,.4); }
.btn-line:hover { border-color: var(--cyan); color: var(--cyan); }
.light .btn-line { border-color: var(--l-violet); color: var(--l-violet); background: transparent; }
.light .btn-line:hover { background: var(--l-violet); color: #fff; }
.btnrow { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 24px; }
.btnrow.left { justify-content: flex-start; }
.btn-sm { padding: 11px 24px; font-size: .9rem; }
.cols3 .card { display: flex; flex-direction: column; }
.cols3 .card p:last-of-type { flex-grow: 1; }
.card .btn-card { margin-top: 18px; align-self: center; }

/* ---------- Sections ---------- */
section.bloc { padding: 72px 0; }
section.bloc.alt {
  background: linear-gradient(180deg, var(--panel) 0%, #131830 100%);
  border-top: 1px solid rgba(124,77,255,.16);
  border-bottom: 1px solid rgba(124,77,255,.16);
}
/* Bloc FOND CLAIR */
section.bloc.light { background: transparent; color: var(--l-texte); border: none; padding: 36px 0; }
section.bloc.light > .wrap {
  background: var(--l-bg);
  border: 1px solid #E4DDF4;
  border-radius: 26px;
  padding: 54px 46px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
@media (max-width: 700px) { section.bloc.light > .wrap { padding: 34px 22px; border-radius: 20px; } }
.light h1, .light h2, .light h3 { color: var(--l-texte); }
.light .lead, .light p { color: var(--l-texte); }
.light a { color: var(--l-violet); text-decoration: underline; text-underline-offset: 3px; }
.light a:hover { color: var(--l-magenta); }
.light a.btn { text-decoration: none; }
.light a.btn-grad { color: #fff; }
.light a.btn-grad:hover { color: #fff; filter: brightness(1.12); }
.light .grad-txt { background: var(--l-grad); -webkit-background-clip: text; background-clip: text; }
.light .eyebrow { color: var(--l-violet); }

.sechead { max-width: none; margin-bottom: 38px; }
.sechead.center { margin-inline: auto; text-align: center; }
.eyebrow {
  font-size: .76rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 12px;
}

.cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: stretch; }
.cols2.center { align-items: center; }
.cols3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

/* Colonne image calibrée : l'image remplit la hauteur du texte d'en face */
.imgfill { position: relative; border-radius: var(--r); overflow: hidden; border: 1px solid rgba(180,155,255,.3); min-height: 340px; }
.imgfill img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.imgfill > a { position: absolute; inset: 0; display: block; }
.light .imgfill { border-color: #E0D8F2; }

.card {
  background: var(--panel);
  border: 1px solid rgba(180,155,255,.22);
  border-radius: var(--r); padding: 30px;
}
.card h3 { margin-bottom: 12px; color: var(--magenta-t); }
.card p { color: var(--texte); font-size: .97rem; }
.light .card { background: var(--l-panel); border-color: #E4DCF6; box-shadow: 0 6px 22px rgba(35,20,80,.07); }
.light .card h3 { color: var(--l-violet); }
.light .card p { color: var(--l-texte); }

.steps { counter-reset: s; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--panel); border: 1px solid rgba(180,155,255,.22);
  border-radius: var(--r); padding: 22px 24px; color: var(--texte);
}
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }
.step::before {
  counter-increment: s; content: counter(s);
  font-family: var(--ff-titre); font-weight: 800; font-size: 1.05rem;
  color: var(--cyan);
  border: 1px solid rgba(34,211,238,.5); border-radius: 50%;
  width: 34px; height: 34px; flex-shrink: 0; display: grid; place-items: center;
}
.checklist { list-style: none; display: grid; gap: 12px; }
.checklist li { padding-left: 30px; position: relative; color: var(--texte); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .45em;
  width: 14px; height: 14px; border-radius: 4px; background: var(--grad);
}
.light .checklist li { color: var(--l-texte); }
.light .checklist li::before { background: var(--l-grad); }

.notice {
  border-left: 3px solid var(--cyan);
  background: rgba(34,211,238,.07);
  padding: 18px 22px; border-radius: 0 12px 12px 0;
  font-size: .96rem; color: var(--texte);
}
.notice strong { color: var(--cyan); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 14px; }
.faq details {
  background: var(--panel); border: 1px solid rgba(180,155,255,.22);
  border-radius: 12px; padding: 0;
}
.faq summary {
  cursor: pointer; list-style: none;
  padding: 18px 22px; font-weight: 700; font-family: var(--ff-titre);
  color: var(--texte); font-size: 1.02rem;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq summary::after { content: "+"; color: var(--cyan); font-size: 1.4rem; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq .rep { padding: 0 22px 20px; color: var(--texte); font-size: .97rem; }

/* ---------- Tchat visio (iframe) ---------- */
#iframe-container {
  max-width: 1400px; width: 100%; height: 90vh;
  margin: 0 auto;
  border: 1px solid var(--violet);
  border-radius: 12px; overflow: hidden;
  background: #000;
}
#iframe-tchat-visio { width: 100%; height: 100%; border: none; display: block; }
@media (orientation: landscape) and (max-width: 992px) and (pointer: coarse) {
  header.site, .call-float { visibility: hidden !important; }
  #iframe-container {
    position: fixed !important; top: 0 !important; left: 0 !important;
    width: 100vw !important; height: 100dvh !important;
    z-index: 2147483647 !important; background: #000 !important;
    padding: 0 !important; margin: 0 !important;
    border: none !important; border-radius: 0 !important;
  }
  #iframe-tchat-visio { width: 100% !important; height: 100% !important; border: none !important; display: block !important; }
  html, body { overflow: hidden !important; height: 100% !important; margin: 0 !important; padding: 0 !important; }
}

/* ---------- Cartes hôtesses ---------- */
.girls { display: grid; grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); gap: 24px; }
.girl {
  position: relative; background: var(--panel);
  border: 1px solid rgba(180,155,255,.22);
  border-radius: var(--r); overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.girl:hover { transform: translateY(-5px); border-color: rgba(34,211,238,.6); box-shadow: 0 16px 34px rgba(0,0,0,.4); }
.girl .name a::after { content: ""; position: absolute; inset: 0; z-index: 1; cursor: pointer; }
.girl .photo { aspect-ratio: 3/4; overflow: hidden; }
.girl .photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.girl .tag {
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center; gap: 7px;
  background: #FFFFFF;
  border: 2px solid #16A34A;
  color: #15803D; font-size: .68rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.girl .tag .dot { width: 7px; height: 7px; border-radius: 50%; background: #16A34A; }
.girl .body { padding: 18px 20px 22px; }
.girl .name { font-family: var(--ff-titre); font-weight: 800; font-size: 1.3rem; color: var(--texte); }
.girl .name a { color: inherit; }
.girl .name a:hover { color: var(--cyan); }
.girl p { color: var(--texte); font-size: .9rem; margin-top: 6px; }

/* ---------- Fiche hôtesse ---------- */
.fiche { display: grid; grid-template-columns: minmax(280px, 420px) 1fr; gap: 50px; align-items: start; padding: 40px 0 30px; }
.fiche .portrait {
  position: relative; border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(180,155,255,.38);
  box-shadow: 0 26px 60px rgba(0,0,0,.5);
}
.fiche .portrait img { width: 100%; height: auto; aspect-ratio: 3/4; object-fit: cover; object-position: top; }
.fiche .portrait .tag {
  position: absolute; top: 16px; left: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  background: #FFFFFF;
  border: 2px solid #16A34A;
  color: #15803D; font-size: .74rem; font-weight: 800;
  letter-spacing: .13em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.fiche .portrait .tag .dot { width: 8px; height: 8px; border-radius: 50%; background: #16A34A; }
.fiche h1 { font-size: clamp(2rem, 4.5vw, 2.9rem); margin: 10px 0 6px; }
.fiche .spec { font-size: .8rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--cyan); }
.fiche .desc { margin-top: 18px; color: var(--texte); }
.infos { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.infos span {
  background: var(--panel-2); border: 1px solid rgba(180,155,255,.3);
  padding: 7px 15px; border-radius: 999px; font-size: .84rem; color: var(--texte);
}

/* ---------- Footer ---------- */
footer.site {
  background: #080A13;
  border-top: 1px solid rgba(124,77,255,.3);
  padding: 56px 0 30px; margin-top: 50px;
  font-size: .93rem; color: var(--texte);
}
.footgrid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; margin-bottom: 34px; }
footer .logo img { height: 52px; }
footer .foot-title { font-size: .76rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--cyan); margin-bottom: 14px; }
footer ul { list-style: none; display: grid; gap: 9px; }
footer a { color: var(--texte); }
footer a:hover { color: var(--cyan); }
.footlegal {
  border-top: 1px solid rgba(124,77,255,.18);
  padding-top: 22px; font-size: .8rem; color: var(--soft);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; align-items: center;
}
.badge18 {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px; border-radius: 50%;
  border: 2px solid var(--magenta); color: var(--magenta-t);
  font-weight: 800; font-size: .8rem;
}

/* ---------- Age gate ---------- */

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  nav.main {
    display: none; position: absolute; top: var(--header-h); left: 0; right: 0;
    background: #0E1222; flex-direction: column; gap: 0;
    border-bottom: 1px solid rgba(124,77,255,.32);
  }
  nav.main.open { display: flex; }
  nav.main a { padding: 16px 24px; border-bottom: 1px solid rgba(124,77,255,.12); }
  .burger { display: block; }
  .cols2, .footgrid { grid-template-columns: 1fr; }
  .cols3 { grid-template-columns: 1fr 1fr; }
  .fiche { grid-template-columns: 1fr; gap: 30px; }
  .fiche .portrait { max-width: 420px; }
  .call-float { display: flex; }
  .head-num .n { font-size: 1.02rem; }
  .head-num .t { font-size: .63rem; }
  .logo img { height: 38px; }
  .imgfill { min-height: 260px; }
  #iframe-container { height: 78vh; }
}
@media (max-width: 560px) {
  .cols3 { grid-template-columns: 1fr; }
  body { font-size: 16px; }
  section.bloc { padding: 52px 0; }
  .hero-img { min-height: 560px; }
  .numbloc { padding: 16px 22px; }
}

/* ---------- Fiche : audio, note, planning ---------- */
.chips-live { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.chips-live span {
  background: var(--panel-2); border: 1px solid rgba(180,155,255,.35);
  padding: 7px 15px; border-radius: 999px; font-size: .86rem; font-weight: 600; color: var(--texte);
}
.audio-bloc {
  margin-top: 20px; padding: 16px 20px;
  background: var(--panel); border: 1px solid rgba(74,222,128,.35);
  border-radius: 14px;
}
.audio-bloc .titre { font-family: var(--ff-titre); font-weight: 700; font-size: .95rem; margin-bottom: 10px; display: block; }
.audio-bloc audio { width: 100%; height: 40px; }
.horaires { list-style: none; display: grid; gap: 8px; }
.horaires li { padding-left: 26px; position: relative; color: var(--l-texte); }
.horaires li::before { content: "\2022"; position: absolute; left: 8px; color: var(--l-violet); font-size: 1.3rem; line-height: 1; }

/* ---------- Statuts (badges fond blanc, texte & contour colorés) ---------- */
.tag.st-online  { border-color: #16A34A; color: #15803D; }
.tag.st-online .dot { background: #16A34A; }
.tag.st-busy    { border-color: #EA580C; color: #C2410C; }
.tag.st-busy .dot { background: #EA580C; animation: none; }
.tag.st-planned { border-color: #7C3AED; color: #6D28D9; }
.tag.st-planned .dot { background: #7C3AED; animation: none; }
.tag.st-offline { border-color: #111111; color: #111111; }
.tag.st-offline .dot { background: #111111; animation: none; }
}
/* Statut courant sur la fiche (bloc disponibilités) */
.dispo-now { font-weight: 700; }
.dispo-now.st-online  { color: #15803D; }
.dispo-now.st-busy    { color: #C2410C; }
.dispo-now.st-planned { color: #6D28D9; }
.dispo-now.st-offline { color: #4A4468; }

/* ---------- Maillage interne : pilules sous le numéro des héros ---------- */
.mesh { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 20px; }
.mesh a {
  border: 1px solid rgba(255,255,255,.5); color: #fff;
  padding: 8px 18px; border-radius: 999px;
  font-size: .84rem; font-weight: 600; letter-spacing: .03em;
  background: rgba(11,14,26,.35);
}
.mesh a:hover { border-color: var(--cyan); color: var(--cyan); }
.hero-light .mesh a { border-color: rgba(96,35,192,.5); color: var(--l-violet); background: transparent; }
.hero-light .mesh a:hover { background: var(--l-violet); color: #fff; }

/* ---------- Navigation entre fiches hôtesses ---------- */
.fichenav { display: flex; gap: 14px; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.fichenav .btn { flex: 1 1 200px; text-align: center; }

/* Pulsation composée GPU (transform/opacity) pour tous les points de statut */
.badge-live .dot, .girl .tag .dot, .fiche .portrait .tag .dot, .tag .dot { position: relative; }
.badge-live .dot::after, .girl .tag .dot::after, .fiche .portrait .tag .dot::after, .tag .dot::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: inherit; animation: pulse-ring 1.6s ease-out infinite; will-change: transform, opacity;
}
.tag.st-busy .dot::after, .tag.st-planned .dot::after, .tag.st-offline .dot::after { display: none; }
@keyframes pulse-ring {
  0%   { transform: scale(1); opacity: .5; }
  100% { transform: scale(2.8); opacity: 0; }
}
