
/* __DESIGN_SITE__ */
/* socle filtres (ajouté par design_site.py) */
.ds-hide { display: none !important; }
body[data-ds-filtres="aucun"] .filters { display: none !important; }
body[data-ds-filtres="sans-genre"] .filters .filter-btn[data-filter="type"] { display: none !important; }
body[data-ds-filtres="sans-age"] .filters .filter-btn[data-filter="age"] { display: none !important; }
body[data-ds-filtres="ligne"] .filters { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto; gap: 8px; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
body[data-ds-filtres="ligne"] .filters::-webkit-scrollbar { display: none; }
body[data-ds-filtres="ligne"] .filters .filter-btn { flex: 0 0 auto; white-space: nowrap; }
.filters select.ds-fsel { appearance: none; -webkit-appearance: none; font: inherit; cursor: pointer; padding-right: 2.1em; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='currentColor' stroke-width='2'/></svg>"); background-repeat: no-repeat; background-position: right .7em center; background-size: 12px 8px; }
.filters .ds-fgroup { display: contents; }
/* Next : barre React (div.shadow-sm > div.scrollbar-hide > .form-group > select ×2 + bouton Recherche) */
body[data-ds-filtres="aucun"] div.rounded-lg.shadow-sm:has(> div.scrollbar-hide > div.form-group > select) { display: none !important; }
body[data-ds-filtres="sans-genre"] div.scrollbar-hide > div.form-group:first-child:has(> select) { display: none !important; }
body[data-ds-filtres="sans-tri"] div.scrollbar-hide > div.form-group:nth-child(2):has(> select) { display: none !important; }
body[data-ds-filtres="sans-recherche"] div.scrollbar-hide > div.relative.flex-shrink-0:has(> button) { display: none !important; }
/* Next `chips` : pastilles d'âge construites par design_filtres.js (le select natif est caché) */
.ds-fnext { display: flex; gap: 8px; flex-wrap: nowrap; }
.ds-fnext .ds-fchip { flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--secondary-color, #999); background: transparent; color: inherit; font: inherit; font-size: .85rem; cursor: pointer; white-space: nowrap; }
.ds-fnext .ds-fchip.active { background: var(--secondary-color, #18181b); color: #fff; border-color: transparent; }

/* socle menu mobile Next (ajouté par design_site.py) */
@media (max-width: 767px) {
  .ds-mburger { position: fixed; top: 12px; left: 10px; z-index: 60; display: flex; flex-direction: column; justify-content: center; gap: 4px; width: 40px; height: 40px; padding: 0 10px; border-radius: 10px; background: #18181b; color: #fff; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
  .ds-mburger span { display: block; height: 2px; border-radius: 2px; background: currentColor; }
  .ds-moverlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 65; }
  .ds-mdrawer { position: fixed; top: 0; left: 0; bottom: 0; width: min(86vw, 340px); z-index: 70; overflow-y: auto; background: #fff; color: #18181b; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 8px 0 30px rgba(0,0,0,.3); padding-bottom: 24px; }
  body:has(#ds-mcb:checked) .ds-moverlay { display: block; }
  body:has(#ds-mcb:checked) .ds-mdrawer { transform: none; }
  body:has(#ds-mcb:checked) { overflow: hidden; }
  .ds-mhead { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid rgba(0,0,0,.1); font-weight: 700; font-size: 1.05rem; }
  .ds-mclose { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; font-size: 26px; line-height: 1; cursor: pointer; background: rgba(0,0,0,.06); }
  .ds-msec { padding: 12px 16px 4px; }
  .ds-msec-t { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; opacity: .7; margin-bottom: 8px; }
  .ds-mlinks { display: flex; flex-wrap: wrap; gap: 8px; }
  .ds-mlink { display: inline-block; padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(0,0,0,.15); background: rgba(0,0,0,.03); color: inherit; text-decoration: none; font-size: .9rem; line-height: 1.2; }
  .ds-mnav .ds-mlink { font-weight: 600; }
  .ds-mfoot { padding: 18px 16px 0; }
  .ds-mcta { display: block; width: 100%; min-height: 48px; border: 0; border-radius: 12px; background: var(--secondary-color, #18181b); color: #fff; font-weight: 700; font-size: 1rem; cursor: pointer; }
}
@media (min-width: 768px) { .ds-mburger, .ds-mdrawer, .ds-moverlay { display: none !important; } }
@media (prefers-reduced-motion: reduce) { .ds-mdrawer { transition: none; } }

/* sexo-casual-chile.lat — habillage unique (gabarit Next, national Chili)
   Registre : cuivre chilien. Un accent cuivre (#b0582a, celui du favicon),
   un neutre chaud couleur sable du désert / lin, une encre brun terre.
   Composition : en-tête léger transparent sur le sable, filet de cuivre dessous
   (lame martelée) ; titres en cartouche ; photos de profil en ARCHE ; cartes à
   bord haut épais ; âge en cartouche en bas de photo ; filtres en onglets ;
   CTA en carte à sommet d'arche ; footer en 2 blocs (plaque cuivre + carte sable). */

html:root{
  --cu:#b0582a;
  --cu-fonce:#8a4019;
  --cu-doux:#f6e3d4;
  --cu-lueur:rgba(176,88,42,.38);
  --sable:#f7efe4;
  --sable-2:#efe2d0;
  --lin:#fffaf3;
  --encre:#2b1d16;
  --encre-2:#5b4436;
  --bord:#e6d3bd;
  --primary-color:#b0582a;
  --secondary-color:#b0582a;
  color-scheme:light;
}
body{ background:var(--sable) !important; color:var(--encre); }
main.min-h-screen.bg-white{ background:transparent !important; }

/* ===================== EN-TÊTE : léger, transparent, filet de cuivre ===================== */
header.sticky{
  background:rgba(247,239,228,.9) !important;
  border-bottom:0 !important;
  -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px);
}
header.sticky::after{
  content:""; position:absolute; left:0; right:0; bottom:-3px; height:3px; pointer-events:none;
  background:linear-gradient(90deg, transparent 0, var(--cu-fonce) 12%, #d98a5c 50%, var(--cu-fonce) 88%, transparent 100%);
}
@media (min-width:768px){
  header.sticky .flex.h-16{ height:4.2rem; gap:2rem; }
  header.sticky nav.hidden.md\:flex{ margin-left:auto; margin-right:.4rem; }
  header.sticky a.font-bold[href="/"]{
    color:var(--encre) !important; font-size:1.35rem !important; font-weight:650 !important;
    letter-spacing:.005em; display:inline-flex; align-items:center; gap:.6rem;
  }
  /* médaillon en arche devant le nom */
  header.sticky a.font-bold[href="/"]::before{
    content:""; width:22px; height:28px; flex:0 0 22px; border-radius:11px 11px 3px 3px;
    background:linear-gradient(160deg,#d98a5c 0%, var(--cu) 55%, var(--cu-fonce) 100%);
    box-shadow:0 6px 12px -6px var(--cu-lueur), inset 0 1px 0 rgba(255,255,255,.35);
  }
  header.sticky nav .relative > button{
    color:var(--encre-2) !important; padding:.45rem 1rem; border-radius:8px;
    border:1px solid transparent; transition:border-color .2s, color .2s, background .2s;
  }
  header.sticky nav .relative > button:hover{ border-color:var(--bord); background:var(--lin); color:var(--cu-fonce) !important; }
  header.sticky .hidden.md\:flex.items-center.gap-4 button{
    color:var(--encre) !important; width:42px; height:42px; display:inline-flex;
    align-items:center; justify-content:center; border-radius:12px 12px 6px 6px;
    border:1px solid var(--bord); background:var(--lin); transition:background .2s, color .2s;
  }
  header.sticky .hidden.md\:flex.items-center.gap-4 button:hover{ background:var(--cu-doux); color:var(--cu-fonce) !important; }
}
header.sticky .absolute.bg-white, header.sticky div[class*="shadow-xl"]{
  background:var(--lin) !important; border-color:var(--bord) !important; border-radius:14px;
  box-shadow:0 22px 40px -24px rgba(43,29,22,.45) !important;
}
header.sticky .absolute a{ color:var(--encre) !important; }
header.sticky .absolute a:hover{ color:var(--cu-fonce) !important; background:var(--cu-doux) !important; }
header.sticky .absolute h3, header.sticky .absolute p{ color:var(--encre-2) !important; }

/* barre mobile */
@media (max-width:767px){
  header.sticky .flex.h-16{ height:3.7rem; }
  header.sticky a.font-bold[href="/"]{ color:var(--encre) !important; font-weight:650 !important; }
  header.sticky .md\:hidden.flex > button:last-child{
    min-height:40px; padding:0 .85rem; border-radius:14px 14px 6px 6px; color:#fff !important;
    background:var(--cu); box-shadow:0 8px 16px -10px var(--cu-lueur);
  }
  header.sticky .md\:hidden.flex > button:last-child svg{ color:#fff; }
}

/* ===================== TITRES : cartouches ===================== */
main h1{ color:var(--encre) !important; font-weight:700 !important; letter-spacing:-.01em; }
main h1::after{
  content:""; display:block; width:74px; height:6px; margin-top:.8rem; border-radius:3px;
  background:linear-gradient(90deg, var(--cu-fonce), #d98a5c);
}
main h2{ color:var(--encre) !important; font-weight:650 !important; }
main section.rounded-2xl.shadow-lg:not(.text-center) > h2:first-child,
main section.rounded-2xl.shadow-lg:not(.text-center) h2.font-semibold{
  display:inline-block; padding:.35rem 1.1rem .4rem; border-radius:6px;
  background:var(--cu-doux); border-left:4px solid var(--cu); border-right:4px solid var(--cu);
}
main section.rounded-2xl.shadow-lg:not(.text-center),
main div.rounded-2xl.shadow-lg{
  background:var(--lin) !important; border:1px solid var(--bord);
  box-shadow:0 20px 44px -34px rgba(43,29,22,.5) !important; border-radius:20px !important;
}
main .text-zinc-600, main .text-zinc-700, main .text-zinc-500{ color:var(--encre-2) !important; }
main .prose, main .prose p, main .prose li{ color:var(--encre-2) !important; }
main .prose h2, main .prose h3, main .prose strong{ color:var(--encre) !important; }
main .prose a, main a.text-blue-600, main a.underline{ color:var(--cu-fonce) !important; }
nav[aria-label] a:not([style*="border-left"]){ color:var(--encre-2); }

/* ===================== CARTES PROFIL : bord haut épais + photo en arche ===================== */
main div.flex-shrink-0.w-40{
  background:var(--lin) !important; border:1px solid var(--bord) !important;
  border-top:6px solid var(--cu) !important; border-radius:4px 4px 16px 16px !important;
  padding:8px 8px 0 !important;
  box-shadow:0 14px 26px -20px rgba(43,29,22,.6); transition:transform .25s ease, box-shadow .25s ease;
}
main div.flex-shrink-0.w-40:hover{ transform:translateY(-4px); box-shadow:0 24px 36px -22px var(--cu-lueur); }
main div.flex-shrink-0.w-40 .relative{ overflow:hidden; border-radius:999px 999px 10px 10px / 58% 58% 10px 10px; }
main div.flex-shrink-0.w-40 img{ border-radius:inherit; transition:transform .5s ease; }
main div.flex-shrink-0.w-40:hover img{ transform:scale(1.05); }
/* âge en cartouche, bas de photo */
main div.flex-shrink-0.w-40 .absolute.top-2.right-2{
  top:auto !important; bottom:8px !important; right:50% !important; translate:50% 0;
  padding:.18rem .75rem !important; border-radius:4px !important;
  background:var(--lin) !important; color:var(--cu-fonce) !important;
  border-left:3px solid var(--cu); border-right:3px solid var(--cu);
  font-weight:700 !important; font-size:.72rem !important; line-height:1.3;
  box-shadow:0 4px 10px -4px rgba(43,29,22,.55); text-shadow:none !important; white-space:nowrap;
}
main div.flex-shrink-0.w-40 h3{ color:var(--encre) !important; }
main div.flex-shrink-0.w-40 p.text-zinc-500{ color:var(--cu-fonce) !important; font-weight:600; }
main div.flex-shrink-0.w-40 p.line-clamp-2{ color:var(--encre-2) !important; }

/* ===================== FILTRES : en onglets ===================== */
main div.rounded-lg.shadow-sm{
  background:transparent !important; border:0 !important; box-shadow:none !important;
  border-bottom:2px solid var(--bord) !important; border-radius:0 !important; padding-bottom:0 !important;
}
main div.rounded-lg.shadow-sm select{
  border:1px solid var(--bord) !important; border-bottom:0 !important;
  border-radius:12px 12px 0 0 !important; min-height:42px;
  color:var(--encre) !important; background-color:var(--lin) !important; margin-bottom:-2px;
}
main div.rounded-lg.shadow-sm select:focus{ border-color:var(--cu) !important; box-shadow:inset 0 3px 0 var(--cu) !important; outline:none; }
main div.rounded-lg.shadow-sm label{ color:var(--encre-2) !important; }
main div.rounded-lg.shadow-sm button{ border-radius:12px 12px 0 0 !important; min-height:42px; margin-bottom:-2px; }
main div.rounded-lg.shadow-sm button[style]:not(.ds-fchip), main div.rounded-lg.shadow-sm button.bg-zinc-900{
  background:var(--cu) !important; color:#fff !important; border-color:var(--cu) !important;
}
.ds-fnext .ds-fchip.ds-fchip{ border:1px solid var(--bord) !important; border-bottom:0 !important; border-radius:12px 12px 0 0 !important; background:var(--lin) !important; color:var(--encre) !important; min-height:40px; }
.ds-fnext .ds-fchip.ds-fchip.active{ background:var(--cu) !important; color:#fff !important; border-color:var(--cu) !important; }

/* ===================== défilement de régions / départements / maillage ===================== */
section.bg-zinc-100{ background:var(--sable-2) !important; border:0 !important; }
section.bg-zinc-100 a.rounded-full{
  background:var(--lin) !important; color:var(--encre) !important; border:1px solid var(--bord) !important;
  border-radius:14px 14px 6px 6px !important;
}
section.bg-zinc-100 a.rounded-full:hover{ border-color:var(--cu) !important; color:var(--cu-fonce) !important; }
section#departements{ background:transparent !important; border:0 !important; }
section#departements a{ color:var(--encre) !important; }
section#departements a:hover{ color:var(--cu-fonce) !important; }
main section.border-t.border-b{ background:var(--lin) !important; border-color:var(--bord) !important; }
nav[aria-label] a[style*="border-left"]{
  border-left-color:var(--cu) !important; color:var(--encre) !important;
  border-radius:0 10px 10px 0; background:var(--lin);
}
nav[aria-label] a[style*="border-left"]:hover{ background:var(--cu-doux) !important; }

/* ===================== CTA : carte de rencontre à sommet d'arche ===================== */
main section.text-center.rounded-2xl{
  position:relative; overflow:hidden;
  background:radial-gradient(90% 70% at 50% 0%, #fff6ec 0%, var(--cu-doux) 100%) !important;
  border:1px solid #e8c3a6; border-radius:180px 180px 22px 22px / 120px 120px 22px 22px !important;
  box-shadow:0 28px 54px -32px var(--cu-lueur) !important;
  padding-top:3.2rem !important; padding-bottom:2.4rem !important;
}
main section.text-center.rounded-2xl::before{
  content:""; position:absolute; left:50%; top:16px; width:44px; height:6px; margin-left:-22px;
  border-radius:3px; background:linear-gradient(90deg, var(--cu-fonce), #d98a5c);
}
main section.text-center.rounded-2xl h2{ color:var(--encre) !important; font-weight:700 !important; }
main section.text-center.rounded-2xl p{ color:var(--encre-2) !important; }
main section.text-center.rounded-2xl button{
  background:var(--cu) !important; color:#fff !important;
  border-radius:999px !important; min-height:50px; padding-inline:2.3rem !important;
  box-shadow:0 16px 28px -14px rgba(138,64,25,.9) !important; transition:transform .2s ease, background .2s ease;
}
main section.text-center.rounded-2xl button:hover{ transform:translateY(-2px); background:var(--cu-fonce) !important; }

@media (max-width:767px){
  main section.rounded-2xl.shadow-lg:not(.text-center) > h2:first-child,
  main section.rounded-2xl.shadow-lg:not(.text-center) h2.font-semibold{ font-size:1.3rem !important; line-height:1.3; }
}
@media (min-width:992px){
  body.design-v-cta-faq main.space-y-12:has(section#departements) > section.text-center{ grid-column:1 / -1; justify-self:center; width:min(620px,100%); }
}
main section.text-center.rounded-2xl h2{ display:block; background:none !important; border:0 !important; padding:0 !important; }

/* ===================== FAQ ===================== */
main section:has(> div.space-y-0){ background:var(--lin) !important; border-radius:20px !important; border:1px solid var(--bord); }
main div.space-y-0 > div{ border-color:var(--bord) !important; }
main div.space-y-0 h3, main div.space-y-0 button{ color:var(--encre) !important; }
main div.space-y-0 button:hover{ background:var(--cu-doux) !important; }
main div.space-y-0 svg{ color:var(--cu) !important; }
main div.space-y-0 p{ color:var(--encre-2) !important; }

/* retour en haut : arche cuivre */
button.fixed.bottom-6.right-6{
  background:var(--cu) !important; color:#fff !important; border-radius:22px 22px 8px 8px !important;
  box-shadow:0 12px 22px -10px rgba(138,64,25,.85) !important; border:2px solid var(--lin);
}

/* ===================== FOOTER : 2 blocs (plaque cuivre + carte sable) ===================== */
footer.border-t{ background:var(--sable) !important; border-top:0 !important; position:relative; }
footer.border-t::before{
  content:""; position:absolute; left:0; right:0; top:0; height:3px;
  background:linear-gradient(90deg, transparent 0, var(--cu-fonce) 12%, #d98a5c 50%, var(--cu-fonce) 88%, transparent 100%);
}
footer .grid.mb-8{ gap:0 !important; row-gap:0 !important; }
footer .grid.mb-8 > div{ padding:1.6rem 1.5rem; background:var(--lin); border:1px solid var(--bord); }
footer .grid.mb-8 > div:first-child{
  background:linear-gradient(165deg, #c46a38 0%, var(--cu) 45%, var(--cu-fonce) 100%) !important;
  border-color:transparent; border-radius:120px 120px 18px 18px / 70px 70px 18px 18px;
  padding-top:2.6rem; margin-bottom:1rem; box-shadow:0 22px 40px -26px rgba(138,64,25,.8);
}
footer .grid.mb-8 > div:first-child h3{ color:#fff !important; }
footer .grid.mb-8 > div:first-child p{ color:#fdeee2 !important; }
footer .grid.mb-8 > div:nth-child(2){ border-radius:18px 18px 0 0; border-bottom:0; }
footer .grid.mb-8 > div:nth-child(3){ border-top:0; border-bottom:0; }
footer .grid.mb-8 > div:last-child{ border-radius:0 0 18px 18px; border-top:0; }
@media (min-width:1024px){
  footer .grid.mb-8{ grid-template-columns:minmax(0,1.15fr) repeat(3,minmax(0,1fr)) !important; align-items:stretch; }
  footer .grid.mb-8 > div:first-child{ margin:0 1.5rem 0 0; align-self:start; padding-bottom:2.4rem; }
  footer .grid.mb-8 > div:nth-child(2){ border-radius:18px 0 0 18px; border-bottom:1px solid var(--bord); border-right:0; }
  footer .grid.mb-8 > div:nth-child(3){ border:1px solid var(--bord); border-left:0; border-right:0; }
  footer .grid.mb-8 > div:last-child{ border-radius:0 18px 18px 0; border-top:1px solid var(--bord); border-left:0; }
}
@media (min-width:768px) and (max-width:1023px){
  footer .grid.mb-8 > div:first-child{ grid-column:1 / -1; }
  footer .grid.mb-8 > div:nth-child(2){ border-radius:18px 0 0 0; border-bottom:0; border-right:0; }
  footer .grid.mb-8 > div:nth-child(3){ border-radius:0 18px 0 0; border-top:1px solid var(--bord); border-left:0; }
  footer .grid.mb-8 > div:last-child{ grid-column:1 / -1; border-top:0; }
}
footer h3.font-semibold, footer h3[style]{ color:var(--encre) !important; }
footer h3.text-sm.font-semibold{ color:var(--cu-fonce) !important; letter-spacing:.08em; }
footer p, footer .text-zinc-500, footer .text-zinc-600{ color:var(--encre-2) !important; }
footer a{ color:var(--encre) !important; transition:color .2s; }
footer a:hover{ color:var(--cu-fonce) !important; }
footer .grid.mb-8 > div:first-child a{ color:#fff !important; }
footer .border-t.border-zinc-200{ border-top-color:var(--bord) !important; }

/* ===================== POP-UPS : couleurs / rayons ===================== */
.fixed.inset-0 .rounded-2xl.shadow-2xl, .fixed.inset-0 .bg-white.rounded-xl{ border-radius:24px !important; }
.fixed.inset-0 h1, .fixed.inset-0 h2{ color:var(--encre) !important; }
.z-\[9999\] .w-16.h-1{ background:var(--cu) !important; }
.z-\[9999\] button:first-of-type{ background:var(--cu) !important; color:#fff !important; border-radius:999px !important; }
.prelinker-embed button[type="submit"], .prelinker-embed input[type="submit"]{
  background:var(--cu) !important; color:#fff !important; border-radius:999px !important;
}
.prelinker-embed input:focus, .prelinker-embed select:focus{ border-color:var(--cu) !important; }

/* ===================== MENU MOBILE ===================== */
@media (max-width:767px){
  .ds-mburger{ background:var(--lin); color:var(--encre); border:1px solid var(--bord); border-radius:14px 14px 6px 6px; box-shadow:0 6px 12px -8px rgba(43,29,22,.55); }
  .ds-moverlay{ background:rgba(43,29,22,.5); }
  .ds-mdrawer{ background:var(--sable); color:var(--encre); }
  .ds-mhead{ background:linear-gradient(165deg,#c46a38 0%, var(--cu) 50%, var(--cu-fonce) 100%); color:#fff; border-bottom:0; border-radius:0 0 22px 22px; }
  .ds-mbrand{ color:#fff; }
  .ds-mclose{ background:rgba(255,255,255,.18); color:#fff; }
  .ds-msec-t{ color:var(--cu-fonce); opacity:1; font-weight:700; }
  .ds-mlink{ min-height:40px; display:inline-flex; align-items:center; background:var(--lin); border-color:var(--bord); color:var(--encre); }
  .ds-mnav .ds-mlink{ background:var(--cu-doux); border-color:#e8c3a6; border-radius:14px 14px 6px 6px; }
  .ds-mcta{ background:var(--cu); color:#fff; border-radius:999px; box-shadow:0 12px 22px -12px rgba(138,64,25,.9); }
}

/* ===================== recette Next · cta-faq (copiée telle quelle) ===================== */
@media (min-width: 992px) {
  body.design-v-cta-faq main.space-y-12 { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; row-gap: 3rem; align-items: start; }
  body.design-v-cta-faq main.space-y-12 > * { grid-column: 1 / -1; margin: 0; order: 6; }
  body.design-v-cta-faq main.space-y-12 > section:has(.min-h-\[500px\]) { order: 1; }
  body.design-v-cta-faq main.space-y-12 > div.rounded-2xl.mb-8 { order: 2; }
  body.design-v-cta-faq main.space-y-12 > div.space-y-8 { display: contents; }
  body.design-v-cta-faq main.space-y-12 > div.space-y-8 > * { grid-column: 1 / -1; margin: 0; order: 6; }
  body.design-v-cta-faq main.space-y-12 > div.space-y-8 > section:has(.prose) { order: 3; }
  body.design-v-cta-faq main.space-y-12 > .ds-bloc { order: 3; }
  body.design-v-cta-faq main.space-y-12 > section.text-center { order: 4; grid-column: auto; align-self: center; margin-top: 2.5rem; margin-bottom: 2.5rem; display: flex; flex-direction: column; justify-content: center; }
  body.design-v-cta-faq main.space-y-12 > div.space-y-8 > section:has(> div.space-y-0) { order: 5; grid-column: auto; align-self: stretch; }
}

@media (prefers-reduced-motion: reduce){
  main div.flex-shrink-0.w-40, main div.flex-shrink-0.w-40 img,
  main section.text-center.rounded-2xl button, header.sticky nav .relative > button,
  header.sticky .hidden.md\:flex.items-center.gap-4 button, footer a{ transition:none !important; }
  main div.flex-shrink-0.w-40:hover, main div.flex-shrink-0.w-40:hover img,
  main section.text-center.rounded-2xl button:hover{ transform:none; }
}

/* garde menu Next (design_site.py) */
.ds-mdrawer, .ds-mburger, .ds-moverlay { position: fixed !important; }

/* garde-fou design_site.py (Next, 17/09) : le logo mobile est un <a> absolu centré ; un nom de site
   allemand long (« Kostenlose Sexdates in Deutschland ») débordait ou s'empilait sur 3 lignes
   par-dessus les icônes (capture du 17/09). Une ligne, ellipse, place réservée aux boutons. */
@media (max-width: 767px) {
  header .md\:hidden a[href="/"] {
    max-width: 56% !important; white-space: nowrap !important; overflow: hidden !important;
    text-overflow: ellipsis !important; font-size: clamp(.95rem, 4.4vw, 1.25rem) !important; line-height: 1.2 !important;
    position: absolute !important; /* lot 21 : un `position: relative` posé pour un ::after l'avait mis dans le flux → bouton par-dessus */
  }
  header nav.hidden { display: none !important; }
}
/* garde-fou 18/09 : la carte des pages ville tombait en repli avec un texte FRANÇAIS (« Carte indisponible (fallback) ») —
   corrigé à la source (VilleMap.tsx), masqué ici tant que le dist n'est pas reconstruit. */
main.space-y-12 > div.rounded-2xl.mb-8 > div.mb-3.text-sm.text-zinc-600 { display: none !important; }
@media (max-width: 767px) { /* lot 21 : `display:flex` posé sur nav.hidden.md:flex la faisait sortir sur mobile, par-dessus le logo */
  /* 19/09 (capture de Lucas, pop-up profil mobile) : le bouton « Registrieren… » remonté sous la photo touchait le
     titre « Bio » (bio.top == cta.bottom, toutes variantes pm-v) ; corrigé à la source (popup_skins.css / globals.css),
     posé ici pour les dists déjà construits. */
  .pm-modal .pm-cta { margin-bottom: .9rem !important; }
}
/* __END_DESIGN_SITE__ */
