
/* __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-colombia.lat — registre « orchidée cattleya » : le mauve de la fleur nationale (#9c3ea8, favicon),
   le blanc crème de ses pétales, une encre prune. Logo dans un cartouche, nav en pilules à droite, filet courbe
   sous l'en-tête, médaillons (âge, icônes), cartes arrondies 18 px à ombre douce, pied sur une ligne.
   Next · reassurance · filtres plein. */
html:root {
  --or: #9c3ea8;
  --or-deep: #7a2c85;
  --or-soft: #f5e8f6;
  --or-pale: #e7cdea;
  --ink: #2a1a2e;
  --ink-2: #463649;
  --muted: #65566a;
  --crema: #fbf6f0;
  --crema-2: #f4ebe1;
  --line: #eadbd0;
  --primary-color: #9c3ea8;
  --secondary-color: #9c3ea8;
  --or-filet: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='14' viewBox='0 0 160 14' preserveAspectRatio='none'%3E%3Cpath d='M0 3 C40 3 50 12 80 12 S120 3 160 3' fill='none' stroke='%239c3ea8' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  --or-petal: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='M12 3c2.5 3 2.5 6 0 9-2.5-3-2.5-6 0-9zM21 12c-3 2.5-6 2.5-9 0 3-2.5 6-2.5 9 0zM12 21c-2.5-3-2.5-6 0-9 2.5 3 2.5 6 0 9zM3 12c3-2.5 6-2.5 9 0-3 2.5-6 2.5-9 0z' fill='%239c3ea8'/%3E%3C/svg%3E");
}
body { background: var(--crema) !important; color: var(--ink); }
main.min-h-screen { background: transparent !important; }

/* ---------------------------------------------------------------- header : clair, cartouche, pilules à droite */
header.sticky {
  background: rgba(251, 246, 240, .96) !important; border-bottom: 0 !important;
  box-shadow: 0 14px 28px -26px rgba(122, 44, 133, .55);
}
header.sticky::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 14px; pointer-events: none;
  background: var(--or-filet) repeat-x left top / 160px 14px; opacity: .75;
}
header.sticky a.font-bold[href="/"] {
  color: var(--or-deep) !important; font-family: Georgia, "Times New Roman", serif; font-weight: 700 !important;
  background: #fff; border: 1.5px solid var(--or-pale); border-radius: 14px;
  padding: .3rem .95rem; box-shadow: 0 8px 18px -14px rgba(122, 44, 133, .7), inset 0 0 0 3px var(--crema);
}
header.sticky .text-zinc-700, header.sticky button { color: var(--ink-2) !important; }
@media (min-width: 768px) {
  header.sticky .container > div.flex.h-16 { height: 80px; gap: 1rem; }
  header.sticky a.font-bold[href="/"] { font-size: 1.4rem !important; }
  header.sticky .container > div.flex.h-16 > nav { margin-left: auto; }
  header.sticky nav button {
    border: 1.5px solid var(--or) !important; border-radius: 999px; padding: .5rem 1.15rem; font-weight: 600;
    background: #fff; color: var(--or-deep) !important; transition: background-color .2s ease, color .2s ease;
  }
  header.sticky nav button * { color: inherit !important; }
  header.sticky nav button:hover { background: var(--or) !important; color: #fff !important; }
  header.sticky button[aria-label="Iniciar sesión"], header.sticky button[aria-label="Buscar"] {
    width: 44px; height: 44px; padding: 0 !important; display: flex; align-items: center; justify-content: center;
    border-radius: 50%; background: var(--or) !important; color: #fff !important;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4.5px var(--or-pale), 0 10px 18px -10px rgba(122, 44, 133, .8);
    transition: background-color .2s ease;
  }
  header.sticky button[aria-label="Iniciar sesión"]:hover, header.sticky button[aria-label="Buscar"]:hover { background: var(--or-deep) !important; }
  header.sticky nav input { border-radius: 999px !important; background: #fff !important; color: var(--ink) !important; border: 1.5px solid var(--line) !important; }
  header.sticky nav input::placeholder { color: var(--muted) !important; }
  header.sticky .absolute.top-full {
    background: #fff !important; border: 1px solid var(--line) !important; border-radius: 18px !important;
    box-shadow: 0 24px 44px -26px rgba(42, 26, 46, .5) !important; color: var(--ink);
  }
  header.sticky .absolute.top-full a, header.sticky .absolute.top-full button { color: var(--ink) !important; }
  header.sticky .absolute.top-full a:hover { background: var(--or-soft) !important; }
  .ds-liste { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  header.sticky .md\:hidden a[href="/"] { font-size: .98rem !important; padding: .22rem .7rem; max-width: 62vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  header.sticky .md\:hidden button:not([aria-label="Menú"]) {
    min-height: 40px; min-width: 40px; justify-content: center; border-radius: 50%;
    background: var(--or) !important; color: #fff !important;
  }
}
header.sticky [role="tooltip"], header.sticky .absolute.whitespace-nowrap {
  background: var(--or) !important; color: #fff !important; border-color: var(--or) !important; border-radius: 999px !important;
}

/* ---------------------------------------------------------------- hero, fil d'Ariane */
main > div.bg-gradient-to-b { background: linear-gradient(to bottom, var(--or-soft) 0, var(--crema) 340px) !important; padding-top: 16px; }
main > div.bg-gradient-to-b > nav[aria-label] { background: transparent !important; border-bottom: 0 !important; }
main > div.bg-gradient-to-b > nav[aria-label] a { color: var(--muted) !important; }
main > div.bg-gradient-to-b > nav[aria-label] span[aria-current] { color: var(--or-deep) !important; font-weight: 600; }
main header.text-center h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 600 !important; color: var(--ink) !important; }
main header.text-center h1::before {
  content: ""; display: block; width: 18px; height: 18px; margin: 0 auto .6rem; background: var(--or-petal) no-repeat center / 18px 18px;
}
main header.text-center h1::after { content: ""; display: block; width: 150px; height: 14px; margin: .7rem auto 0; background: var(--or-filet) no-repeat center / 150px 14px; }
main header.text-center p, main header.text-center .text-zinc-600, main header.text-center .text-zinc-700 { color: var(--muted) !important; }

/* ---------------------------------------------------------------- sections */
main section.rounded-2xl.shadow-lg, main div.rounded-2xl.mb-8 {
  background: #fff !important; border: 1px solid var(--line); border-radius: 26px !important;
  box-shadow: 0 22px 44px -36px rgba(122, 44, 133, .5) !important;
}
main section.rounded-2xl h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600 !important; color: var(--ink) !important; }
main section.rounded-2xl:not(.text-center) h2::after { content: ""; display: block; width: 90px; height: 14px; margin-top: .35rem; background: var(--or-filet) no-repeat left center / 90px 14px; }
main .text-zinc-900 { color: var(--ink) !important; }
main .text-zinc-700, main .text-zinc-600 { color: var(--ink-2) !important; }
main .text-zinc-500 { color: var(--muted) !important; }
main a:hover { color: var(--or-deep); }
main input[type="text"] {
  border-radius: 999px !important; border: 1.5px solid var(--line) !important; background: var(--crema) !important;
  color: var(--ink) !important; padding-left: 1.3rem !important;
}
main input[type="text"]::placeholder { color: var(--muted) !important; }
main input[type="text"]:focus { border-color: var(--or) !important; box-shadow: 0 0 0 4px rgba(156, 62, 168, .12); }

/* filtres plein : tri en onglet arrondi */
main div.rounded-lg.shadow-sm { background: var(--crema-2) !important; border: 0 !important; border-radius: 18px !important; box-shadow: inset 0 0 0 1px var(--line) !important; }
main div.rounded-lg.shadow-sm select { border-radius: 12px !important; border: 1.5px solid var(--line) !important; background-color: #fff !important; color: var(--ink) !important; min-height: 42px; }
main div.rounded-lg.shadow-sm select:focus { border-color: var(--or) !important; }
main div.rounded-lg.shadow-sm button { border-radius: 12px !important; background: var(--or) !important; color: #fff !important; min-height: 42px; }
main div.rounded-lg.shadow-sm label { color: var(--ink-2) !important; }
main div.rounded-lg.shadow-sm button, main div.rounded-lg.shadow-sm button * { color: #fff !important; }
main div.rounded-lg.shadow-sm button { padding-left: 1.1rem !important; padding-right: 1.1rem !important; }

/* ---------------------------------------------------------------- cartes profil : 18 px, ombre douce, médaillon d'âge */
main .w-40.sm\:w-64.bg-zinc-50 {
  background: #fff !important; border: 0 !important; border-radius: 18px !important; padding: .55rem .55rem .8rem !important;
  box-shadow: 0 16px 30px -22px rgba(122, 44, 133, .45), 0 1px 0 var(--line); transition: box-shadow .25s ease, transform .25s ease;
}
main .w-40.sm\:w-64.bg-zinc-50:hover { transform: translateY(-3px); box-shadow: 0 22px 36px -20px rgba(122, 44, 133, .55); }
main .w-40.sm\:w-64.bg-zinc-50 > div.relative { border-radius: 14px; overflow: hidden; }
main .w-40.sm\:w-64.bg-zinc-50 img.aspect-square { border-radius: 14px !important; transition: transform .45s ease; }
main .w-40.sm\:w-64.bg-zinc-50:hover img.aspect-square { transform: scale(1.04); }
main .w-40.sm\:w-64.bg-zinc-50 div.absolute.top-2.right-2 {
  right: auto !important; left: 8px; top: 8px !important;
  width: 42px; height: 42px; padding: 2px !important; border-radius: 50% !important;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; text-align: center;
  font-size: 10px !important; line-height: 1.05; font-weight: 700 !important;
  background: #fff !important; color: var(--or-deep) !important; border: 2px solid var(--or); box-shadow: 0 6px 12px -6px rgba(42, 26, 46, .6);
}
main .w-40.sm\:w-64.bg-zinc-50 > h3 { color: var(--ink) !important; font-family: Georgia, "Times New Roman", serif; padding: 0 .25rem; }
main .w-40.sm\:w-64.bg-zinc-50 > p { padding: 0 .25rem; }
main .w-40.sm\:w-64.bg-zinc-50 p.text-zinc-500 { color: var(--or-deep) !important; font-weight: 600; }
main .w-40.sm\:w-64.bg-zinc-50 p.text-zinc-600 { color: var(--ink-2) !important; }

/* ---------------------------------------------------------------- bloc de réassurance (socle, 9 règles) */
.ds-bloc { margin: 24px 0; padding: 24px; border-radius: 16px; }
.ds-titre { margin: 0 0 6px; font-size: 1.35rem; line-height: 1.25; }
.ds-sous { margin: 0 0 16px; opacity: .85; }
.ds-liste { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.ds-item { display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: start; }
.ds-ico { grid-row: 1 / 3; width: 28px; height: 28px; }
.ds-ico svg { width: 28px; height: 28px; display: block; }
.ds-item-t { display: block; font-weight: 700; }
.ds-item-p { display: block; font-size: .93rem; opacity: .85; }
/* habillage cattleya : titre à gauche, items en colonnes à médaillon centré au-dessus */
.ds-bloc {
  background: #fff; color: var(--ink); border-radius: 26px; padding: 2rem 1.6rem 1.8rem; border: 1px solid var(--line);
  box-shadow: 0 22px 44px -36px rgba(122, 44, 133, .5);
}
.ds-titre { font-family: Georgia, "Times New Roman", serif; font-weight: 600; font-size: 1.5rem; color: var(--ink); }
.ds-titre::after { content: ""; display: block; width: 110px; height: 14px; margin-top: .35rem; background: var(--or-filet) no-repeat left center / 110px 14px; }
.ds-sous { opacity: 1; color: var(--muted); max-width: 40rem; margin-bottom: 1.5rem; }
.ds-liste { gap: 18px; }
.ds-item {
  grid-template-columns: 1fr; grid-template-rows: auto auto auto; text-align: center; justify-items: center;
  background: var(--crema); border-radius: 18px; padding: 18px 16px 16px;
}
.ds-ico {
  grid-row: auto; width: 52px; height: 52px; border-radius: 50%; background: var(--or); color: #fff;
  display: flex; align-items: center; justify-content: center; margin-bottom: 10px;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5.5px var(--or-pale);
}
.ds-ico svg { width: 24px; height: 24px; }
.ds-item-t { color: var(--ink); margin-bottom: 4px; }
.ds-item-p { opacity: 1; color: var(--ink-2); line-height: 1.5; }

/* ---------------------------------------------------------------- CTA : carte de rencontre centrée */
main section.rounded-2xl.text-center {
  max-width: 580px; width: 100%; margin-left: auto !important; margin-right: auto !important;
  padding: 2.3rem 1.6rem 2.5rem !important;
  background: radial-gradient(120% 90% at 50% 0%, var(--or-soft) 0, #fff 62%) !important;
  border: 1px solid var(--or-pale) !important; border-radius: 30px !important;
  box-shadow: 0 28px 50px -34px rgba(122, 44, 133, .6) !important;
}
main section.rounded-2xl.text-center h2 { font-size: clamp(1.5rem, 3.3vw, 2rem) !important; color: var(--ink) !important; }
main section.rounded-2xl.text-center h2::before { content: ""; display: block; width: 18px; height: 18px; margin: 0 auto .5rem; background: var(--or-petal) no-repeat center / 18px 18px; }
main section.rounded-2xl.text-center p { color: var(--ink-2) !important; }
main section.text-center button.inline-block {
  min-height: 50px; padding: .8rem 2.2rem !important; border-radius: 999px !important;
  background-color: var(--or) !important; color: #fff !important; font-weight: 700 !important;
  box-shadow: 0 16px 28px -14px rgba(156, 62, 168, .8) !important; transition: transform .2s ease, background-color .2s ease;
}
main section.text-center button.inline-block:hover { transform: translateY(-2px); background-color: var(--or-deep) !important; }

/* ---------------------------------------------------------------- villes / régions */
nav[aria-label] a[style*="border-left"] {
  border: 0 !important; border-radius: 14px !important; background: #fff; color: var(--ink-2) !important;
  box-shadow: inset 0 0 0 1px var(--line); padding-left: .9rem !important;
}
nav[aria-label] a[style*="border-left"]::before {
  content: ""; display: inline-block; width: 12px; height: 12px; margin-right: .45rem; vertical-align: -1px;
  background: var(--or-petal) no-repeat center / 12px 12px;
}
nav[aria-label] a[style*="border-left"]:hover { background: var(--or-soft) !important; color: var(--or-deep) !important; }
section.bg-zinc-100 { background: var(--crema-2) !important; }
section.bg-zinc-100 .from-zinc-100 { --tw-gradient-from: var(--crema-2) !important; }
section.bg-zinc-100 a.rounded-full { background: #fff !important; border: 1.5px solid var(--or-pale) !important; color: var(--ink) !important; }
section.bg-zinc-100 a.rounded-full:hover { background: var(--or) !important; color: #fff !important; border-color: var(--or) !important; }
main section#departements a:not([style]) { color: var(--ink-2); }

/* FAQ */
section:has(> div.space-y-0) button { color: var(--ink) !important; border-radius: 14px; }
section:has(> div.space-y-0) button:hover { background: var(--or-soft) !important; }
section:has(> div.space-y-0) div.space-y-0 > * { border-color: var(--line) !important; }
section:has(> div.space-y-0) svg { color: var(--or) !important; }

/* texte long */
section:has(.prose) .prose, section:has(.prose) .prose p { color: var(--ink-2) !important; }
section:has(.prose) .prose h2, section:has(.prose) .prose h3 { color: var(--ink) !important; }
section:has(.prose) .prose a { color: var(--or-deep) !important; }

/* bandeau de confiance : médaillons */
section.border-t.border-b.py-12 { background: #fff !important; border-color: var(--line) !important; }
section.border-t.border-b.py-12 .w-16.h-16.rounded-full {
  background: var(--or-soft) !important; color: var(--or-deep) !important; box-shadow: 0 0 0 4px #fff, 0 0 0 5.5px var(--or-pale);
}
section.border-t.border-b.py-12 .w-16.h-16.rounded-full svg { color: var(--or-deep) !important; }
section.border-t.border-b.py-12 p, section.border-t.border-b.py-12 h3 { color: var(--ink-2) !important; }

/* ---------------------------------------------------------------- footer : une ligne */
footer.border-t { background: var(--crema-2) !important; border-top: 0 !important; position: relative; }
footer.border-t::before {
  content: ""; position: absolute; left: 0; right: 0; top: -2px; height: 14px; pointer-events: none;
  background: var(--or-filet) repeat-x left top / 160px 14px; opacity: .7;
}
footer.border-t > .container { padding-top: 2rem !important; padding-bottom: 1.4rem !important; }
footer .grid.mb-8 { display: flex !important; flex-wrap: wrap; align-items: center; gap: .6rem 1.4rem !important; margin-bottom: 1rem !important; }
footer .grid.mb-8 > div { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .9rem; }
footer .grid.mb-8 > div > h3, footer .grid.mb-8 > div > p { margin: 0 !important; }
footer .grid.mb-8 > div > p.text-sm { display: none; }
footer .grid.mb-8 ul { display: flex; flex-wrap: wrap; gap: .3rem .9rem; margin: 0; }
footer .grid.mb-8 ul > li { margin: 0 !important; }
footer h3[style] {
  color: var(--or-deep) !important; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem !important;
  background: #fff; border: 1.5px solid var(--or-pale); border-radius: 12px; padding: .2rem .75rem;
}
footer h3.uppercase { color: var(--or-deep) !important; font-size: .72rem !important; letter-spacing: .08em; }
footer h3.uppercase::after { content: " ·"; }
footer .text-zinc-600, footer a { color: var(--ink-2) !important; }
footer .text-zinc-500 { color: var(--muted) !important; }
footer a:hover { color: var(--or-deep) !important; }
footer .border-zinc-200 { border-color: var(--line) !important; }
footer .border-t.pt-8 { padding-top: 1rem !important; }

/* retour en haut */
button.fixed.bottom-6.right-6 {
  background-color: var(--or) !important; color: #fff !important;
  box-shadow: 0 0 0 3px #fff, 0 12px 24px -10px rgba(122, 44, 133, .8) !important;
}

/* ---------------------------------------------------------------- pop-ups : couleurs et rayons */
.prelinker-embed { border-radius: 20px; }
.prelinker-embed button, .prelinker-embed input[type="submit"] { border-radius: 999px !important; }
div.fixed.inset-0 button.rounded-lg, div.fixed.inset-0 button.rounded-md { border-radius: 999px !important; }

/* ---------------------------------------------------------------- menu mobile */
@media (max-width: 767px) {
  .ds-mburger { background: #fff; color: var(--or-deep); border-radius: 12px; box-shadow: inset 0 0 0 1.5px var(--or-pale), 0 6px 14px -8px rgba(42, 26, 46, .5); }
  .ds-moverlay { background: rgba(42, 26, 46, .5); }
  .ds-mdrawer { background: var(--crema); color: var(--ink); border-radius: 0 24px 24px 0; box-shadow: 10px 0 34px rgba(42, 26, 46, .35); }
  .ds-mhead { background: #fff; color: var(--or-deep); border-bottom: 0; position: relative; padding: 18px 16px 22px; }
  .ds-mhead::after { content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 14px; background: var(--or-filet) repeat-x left top / 160px 14px; }
  .ds-mbrand { font-family: Georgia, "Times New Roman", serif; color: var(--or-deep); border: 1.5px solid var(--or-pale); border-radius: 12px; padding: .2rem .6rem; }
  .ds-mclose { background: var(--or); color: #fff; width: 40px; height: 40px; border-radius: 50%; }
  .ds-msec { padding-top: 18px; }
  .ds-msec-t { color: var(--muted); opacity: 1; font-weight: 700; }
  .ds-mlink { min-height: 40px; display: inline-flex; align-items: center; border: 1.5px solid var(--or-pale); background: #fff; color: var(--ink); }
  .ds-mnav .ds-mlink { border-color: var(--or); color: var(--or-deep); }
  .ds-mcta { background: var(--or); color: #fff; border-radius: 999px; box-shadow: 0 14px 24px -14px rgba(156, 62, 168, .85); }
  .ds-bloc { padding: 1.8rem 1.1rem 1.3rem; }
  main section.rounded-2xl.text-center { padding: 2rem 1.1rem 2.2rem !important; border-radius: 26px !important; }
  footer .grid.mb-8 > div { gap: .35rem .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  main .w-40.sm\:w-64.bg-zinc-50, main .w-40.sm\:w-64.bg-zinc-50 img.aspect-square, main section.text-center button.inline-block,
  header.sticky nav button, header.sticky button[aria-label="Iniciar sesión"], header.sticky button[aria-label="Buscar"] { transition: none !important; }
  main .w-40.sm\:w-64.bg-zinc-50:hover, main section.text-center button.inline-block:hover { transform: none !important; }
  main .w-40.sm\:w-64.bg-zinc-50:hover img.aspect-square { transform: none !important; }
}

/* 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__ */
