/**
 * Acheter « Cité des collectionneurs » — overlay premium sur bundle-acheter.css.
 * Scope : body.lt-acheter-gl
 */
body.lt-acheter-gl {
  --gl-gold:     #d4a017;
  --gl-gold-l:   #f0c842;
  --gl-gold-xl:  #ffe680;
  --gl-gold-glow: var(--lt-premium-gold-glow);
  --gl-red:      #c0392b;
  --gl-red-b:    #e63946;
  --gl-ocean-0:  var(--lt-premium-ink);
  --gl-ocean-1:  #0a1628;
  --gl-ocean-2:  #0d1f3c;
  background: var(--gl-ocean-0) !important;
  color: var(--lt-premium-text);
  font-family: Rajdhani, system-ui, sans-serif;
}

/* ── CANVAS PARTICULES ─────────────────────────────────────── */
body.lt-acheter-gl #lt-gl-pc {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

/* ── NAV OVERRIDE ───────────────────────────────────────────── */
body.lt-acheter-gl .lt26-nav {
  background: linear-gradient(180deg, rgba(5, 10, 26, 0.75) 0%, transparent 100%);
  border-bottom: none;
  transition: background 0.4s, backdrop-filter 0.4s, padding 0.4s;
}
body.lt-acheter-gl .lt26-nav.is-scrolled {
  background: rgba(5, 10, 26, 0.92) !important;
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--lt-premium-gold-line);
}

/* ── HERO ───────────────────────────────────────────────────── */
body.lt-acheter-gl .ae-hero {
  position: relative;
  min-height: max(52vh, 420px);
  background: radial-gradient(ellipse at top, var(--gl-ocean-2) 0%, var(--gl-ocean-0) 65%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem 5rem;
  text-align: center;
  overflow: hidden;
}
body.lt-acheter-gl .ae-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 50%, var(--lt-premium-gold-line-subtle) 0%, transparent 45%),
    radial-gradient(circle at 82% 18%, rgba(192, 57, 43, 0.09) 0%, transparent 45%);
  pointer-events: none;
}

/* Grid lines décoratives */
body.lt-acheter-gl .ae-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--lt-premium-gold-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--lt-premium-gold-grid) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}

body.lt-acheter-gl .ae-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

body.lt-acheter-gl .ae-eyebrow {
  font-family: Cinzel, serif;
  font-size: 0.72rem;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: var(--gl-gold);
  margin-bottom: 1rem;
  opacity: 0;
  animation: ae-fadeUp 0.8s forwards 0.3s;
}

body.lt-acheter-gl .ae-title {
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(2.2rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  background: linear-gradient(135deg, #fff8e1 0%, var(--gl-gold-xl) 20%, var(--gl-gold) 50%, var(--gl-gold-xl) 80%, #fff8e1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 32px var(--lt-premium-gold-title-glow));
  opacity: 0;
  animation: ae-titleIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.55s;
}
body.lt-acheter-gl .ae-title em { font-style: normal; }

body.lt-acheter-gl .ae-lead {
  font-family: Rajdhani, sans-serif;
  font-size: 1.05rem;
  color: var(--lt-premium-text-soft);
  max-width: 580px;
  margin: 1.4rem auto 0;
  line-height: 1.85;
  opacity: 0;
  animation: ae-fadeUp 0.7s forwards 1.2s;
}

/* Vague basse du hero */
body.lt-acheter-gl .ae-hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 5;
  pointer-events: none;
}

@keyframes ae-fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: none; }
}
@keyframes ae-titleIn {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to   { opacity: 1; transform: none; }
}

/* ── TOOLBAR TRI ────────────────────────────────────────────── */
body.lt-acheter-gl .ae-toolbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 10, 26, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--lt-premium-gold-line);
  padding: 0.85rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.lt-acheter-gl .ae-results-count {
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--lt-premium-text-muted);
}
body.lt-acheter-gl .ae-results-count strong {
  font-family: "Cinzel Decorative", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gl-gold);
}

body.lt-acheter-gl .ae-sort { display: flex; gap: 0.5rem; flex-wrap: wrap; }

body.lt-acheter-gl .ae-sort-pill {
  font-family: Cinzel, serif;
  font-size: 0.62rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.38rem 1rem;
  background: transparent;
  border: 1px solid var(--lt-premium-gold-line);
  color: var(--lt-premium-text-muted);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}
body.lt-acheter-gl .ae-sort-pill:hover {
  border-color: var(--lt-premium-gold-line-hover);
  color: var(--gl-gold);
}
body.lt-acheter-gl .ae-sort-pill.is-active {
  background: var(--lt-premium-gold-surface);
  border-color: var(--gl-gold);
  color: var(--gl-gold);
}
body.lt-acheter-gl .ae-sort-pill:focus-visible {
  outline: 2px solid var(--gl-gold);
  outline-offset: 3px;
}

/* ── PAGE WRAPPER ───────────────────────────────────────────── */
body.lt-acheter-gl .acheter-page-edition {
  background: var(--gl-ocean-0);
  position: relative;
  z-index: 2;
}
body.lt-acheter-gl .acheter-layout-flex {
  background: var(--gl-ocean-0);
}

/* ── SIDEBAR FILTRES ────────────────────────────────────────── */
body.lt-acheter-gl .filters-section-acheter {
  background: rgba(8, 18, 36, 0.97);
  border-right: 1px solid var(--lt-premium-gold-line);
}
body.lt-acheter-gl .filters-section-acheter-header {
  border-bottom: 1px solid var(--lt-premium-gold-line);
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.lt-acheter-gl .filters-title-acheter {
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gl-gold);
  margin: 0;
}
body.lt-acheter-gl .acheter-filters-close-btn {
  font-family: Cinzel, serif;
  font-size: 0.6rem;
  letter-spacing: 2px;
  color: var(--lt-premium-text-faint);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}
body.lt-acheter-gl .acheter-filters-close-btn:hover { color: var(--gl-gold); }

body.lt-acheter-gl .filter-group-acheter-label {
  font-family: Cinzel, serif;
  font-size: 0.6rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lt-premium-text-muted);
  display: block;
  margin-bottom: 0.4rem;
}

body.lt-acheter-gl .filter-group-acheter-select,
body.lt-acheter-gl .filter-group-acheter-input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--lt-premium-gold-line);
  color: var(--lt-premium-text);
  font-family: Rajdhani, system-ui, sans-serif;
}
body.lt-acheter-gl .filter-group-acheter-select:focus,
body.lt-acheter-gl .filter-group-acheter-input:focus {
  border-color: var(--lt-premium-gold-line-focus);
  outline: none;
  box-shadow: 0 0 0 2px var(--lt-premium-gold-focus);
}
body.lt-acheter-gl .filter-group-acheter-select-disabled {
  opacity: 0.3;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--lt-premium-gold-line-subtle);
  color: var(--lt-premium-text-disabled);
}
body.lt-acheter-gl .filter-group-acheter-select option {
  background: var(--gl-ocean-1);
  color: var(--lt-premium-text);
}

/* Filter submenu trigger */
body.lt-acheter-gl .filter-submenu-trigger,
body.lt-acheter-gl .filter-submenu-trigger-select-style {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid var(--lt-premium-gold-line) !important;
  color: var(--lt-premium-text) !important;
  font-family: Rajdhani, system-ui, sans-serif !important;
}
body.lt-acheter-gl .filter-submenu-trigger:focus-visible {
  outline: 2px solid var(--gl-gold);
  outline-offset: 2px;
}
body.lt-acheter-gl .filter-submenu-panel {
  background: rgba(5, 10, 26, 0.99) !important;
  border: 1px solid var(--lt-premium-gold-line-medium) !important;
}
body.lt-acheter-gl .filter-submenu-search {
  background: rgba(255, 255, 255, 0.04) !important;
  border-bottom: 1px solid var(--lt-premium-gold-line-soft) !important;
  color: var(--lt-premium-text) !important;
}
body.lt-acheter-gl .filter-submenu-search:focus { outline: none !important; }
body.lt-acheter-gl .filter-submenu-item {
  color: var(--lt-premium-text-readable, rgba(232, 224, 208, 0.7)) !important;
  font-family: Rajdhani, system-ui, sans-serif !important;
}
body.lt-acheter-gl .filter-submenu-item:hover,
body.lt-acheter-gl .filter-submenu-item.is-selected {
  color: var(--gl-gold) !important;
  background: var(--lt-premium-gold-surface) !important;
}

/* Bouton filtrer */
body.lt-acheter-gl .filter-button-acheter {
  font-family: Cinzel, serif;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.85rem 1.5rem;
  background: linear-gradient(135deg, var(--gl-gold-l), #b8860b);
  color: var(--lt-premium-ink);
  border: none;
  cursor: pointer;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: transform 0.3s, filter 0.3s;
  width: 100%;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
body.lt-acheter-gl .filter-button-acheter::before {
  content: '';
  position: absolute;
  top: -50%; left: -80%;
  width: 50%; height: 200%;
  background: rgba(255, 255, 255, 0.18);
  transform: skewX(-25deg);
  transition: left 0.5s;
}
body.lt-acheter-gl .filter-button-acheter:hover { transform: translateY(-2px); filter: drop-shadow(0 0 14px var(--lt-premium-gold-line-hover)); }
body.lt-acheter-gl .filter-button-acheter:hover::before { left: 135%; }
body.lt-acheter-gl .filter-button-acheter:focus-visible { outline: 2px solid var(--gl-gold); outline-offset: 4px; }

/* Toggle mobile */
body.lt-acheter-gl .acheter-filters-toggle-btn {
  background: var(--lt-premium-gold-surface);
  border: 1px solid var(--lt-premium-gold-line);
  color: var(--gl-gold);
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}
body.lt-acheter-gl .acheter-filters-toggle-btn:hover { background: var(--lt-premium-gold-surface-strong); }
body.lt-acheter-gl .acheter-filters-badge {
  background: var(--gl-gold);
  color: var(--lt-premium-ink);
}

/* ── ZONE RÉSULTATS ─────────────────────────────────────────── */
body.lt-acheter-gl .bibliotheque-section-acheter,
body.lt-acheter-gl .container-acheter {
  background: var(--gl-ocean-0);
}

/* Masquer titres redondants dans le mode GL */
body.lt-acheter-gl .acheter-page-title,
body.lt-acheter-gl .acheter-page-intro,
body.lt-acheter-gl h2.results-title {
  display: none;
}

/* ── FILTER CHIPS ───────────────────────────────────────────── */
body.lt-acheter-gl .acheter-filter-chip {
  font-family: Cinzel, serif;
  font-size: 0.6rem;
  letter-spacing: 2px;
  background: var(--lt-premium-gold-surface);
  border: 1px solid var(--lt-premium-gold-line-strong);
  color: var(--gl-gold);
  transition: background 0.3s;
}
body.lt-acheter-gl .acheter-filter-chip:hover { background: var(--lt-premium-gold-surface-strong); }

/* ── BANNER PROMO ───────────────────────────────────────────── */
body.lt-acheter-gl .banner-promo-wrap { margin-bottom: 2rem; }
body.lt-acheter-gl .banner-promo {
  background: linear-gradient(135deg, rgba(13, 31, 60, 0.85), rgba(10, 22, 40, 0.95));
  border: 1px solid var(--lt-premium-gold-line);
}
body.lt-acheter-gl .banner-promo-text {
  font-family: Cinzel, serif;
  color: rgba(232, 224, 208, 0.65);
}
body.lt-acheter-gl .banner-promo-question {
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gl-gold);
}
body.lt-acheter-gl .banner-promo-btn {
  background: var(--lt-premium-gold-surface);
  border: 1px solid var(--lt-premium-gold-line);
  color: rgba(232, 224, 208, 0.6);
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
body.lt-acheter-gl .banner-promo-btn:hover {
  background: var(--lt-premium-gold-surface-strong);
  border-color: var(--gl-gold);
  color: var(--gl-gold);
}

body.lt-acheter-gl .banner-promo-btn.is-active,
body.lt-acheter-gl .banner-promo-btn[aria-current="true"] {
  background: var(--lt-premium-gold-surface-strong) !important;
  border-color: var(--gl-gold) !important;
  color: var(--gl-gold) !important;
  box-shadow: 0 0 22px var(--lt-premium-gold-card-haze);
}

/* ── LISTING CARDS ──────────────────────────────────────────── */
body.lt-acheter-gl .statues-grid-acheter { background: var(--gl-ocean-0); }

body.lt-acheter-gl .listing-card-acheter-wrap {
  background: rgba(8, 18, 36, 0.88);
  border: 1px solid var(--lt-premium-gold-line);
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s, box-shadow 0.4s;
}

/* Filet doré top */
body.lt-acheter-gl .listing-card-acheter-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gl-gold), transparent);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

/* Sweep shine */
body.lt-acheter-gl .listing-card-acheter-wrap::after {
  content: '';
  position: absolute;
  top: 0; left: -110%;
  width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}

body.lt-acheter-gl .listing-card-acheter-wrap:hover {
  border-color: var(--lt-premium-gold-line-strong);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 20px var(--lt-premium-gold-card-haze);
}
body.lt-acheter-gl .listing-card-acheter-wrap:hover::before { opacity: 1; }
body.lt-acheter-gl .listing-card-acheter-wrap:hover::after { left: 150%; }

/* Image */
body.lt-acheter-gl .listing-card-acheter-img,
body.lt-acheter-gl .listing-card-acheter-media { transition: transform 0.4s ease; }
body.lt-acheter-gl .listing-card-acheter-wrap:hover .listing-card-acheter-img,
body.lt-acheter-gl .listing-card-acheter-wrap:hover .listing-card-acheter-media {
  transform: scale(1.04);
}

/* Textes */
body.lt-acheter-gl .listing-card-acheter-title,
body.lt-acheter-gl .listing-card-acheter-name {
  font-family: Cinzel, serif;
  color: var(--lt-premium-text);
}
body.lt-acheter-gl .listing-card-acheter-price {
  font-family: "Cinzel Decorative", serif;
  color: var(--gl-gold);
  font-weight: 700;
}
body.lt-acheter-gl .listing-card-acheter-city,
body.lt-acheter-gl .listing-card-acheter-location {
  font-family: Cinzel, serif;
  font-size: 0.58rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(232, 224, 208, 0.38);
}
body.lt-acheter-gl .listing-card-acheter-meta {
  background: rgba(5, 10, 26, 0.5);
}

/* Badges */
body.lt-acheter-gl .listing-badge-featured,
body.lt-acheter-gl .listing-badge {
  font-family: Cinzel, serif;
  font-size: 0.52rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--lt-premium-gold-surface);
  border: 1px solid var(--lt-premium-gold-line-strong);
  color: var(--gl-gold);
}

/* CTA card */
body.lt-acheter-gl .listing-card-acheter-cta,
body.lt-acheter-gl .listing-card-acheter-link {
  font-family: Cinzel, serif;
  font-size: 0.6rem;
  letter-spacing: 2px;
  color: var(--lt-premium-gold-text-soft);
  text-decoration: none;
  transition: color 0.3s;
}
body.lt-acheter-gl .listing-card-acheter-wrap:hover .listing-card-acheter-cta,
body.lt-acheter-gl .listing-card-acheter-wrap:hover .listing-card-acheter-link {
  color: var(--gl-gold);
}

/* Focus card link */
body.lt-acheter-gl .listing-card-acheter-wrap a:focus-visible {
  outline: 2px solid var(--gl-gold);
  outline-offset: 3px;
}

/* ── PAGINATION ─────────────────────────────────────────────── */
body.lt-acheter-gl .pagination-acheter { margin-top: 3rem; }

body.lt-acheter-gl .pagination-acheter a,
body.lt-acheter-gl .pagination-acheter button {
  font-family: Cinzel, serif;
  font-size: 0.62rem;
  letter-spacing: 2px;
  background: transparent;
  border: 1px solid var(--lt-premium-gold-line);
  color: var(--gl-gold);
  transition: background 0.3s, border-color 0.3s, color 0.3s;
  clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
}
body.lt-acheter-gl .pagination-acheter a:hover,
body.lt-acheter-gl .pagination-acheter button:hover {
  background: var(--lt-premium-gold-surface);
  border-color: var(--gl-gold);
  color: var(--gl-gold);
}
body.lt-acheter-gl .pagination-acheter .is-active,
body.lt-acheter-gl .pagination-acheter [aria-current="page"] {
  background: var(--lt-premium-gold-surface-strong);
  border-color: var(--gl-gold);
  color: var(--gl-gold);
}

/* ── FOOTER OVERRIDE ────────────────────────────────────────── */
body.lt-acheter-gl .lt26-footer {
  background: var(--gl-ocean-0) !important;
  border-top: 1px solid var(--lt-premium-gold-line) !important;
  color: var(--lt-premium-text);
  margin-top: 0 !important;
  padding: 80px max(24px, 8vw) 40px !important;
}

body.lt-acheter-gl .lt26-footer__top {
  max-width: 1480px !important;
  background: transparent !important;
  border-bottom: 1px solid var(--lt-premium-gold-line) !important;
  padding: 0 0 56px !important;
  margin: 0 auto 56px !important;
}

body.lt-acheter-gl .lt26-footer__big,
body.lt-acheter-gl .lt26-footer__big em {
  font-family: "Cinzel Decorative", serif !important;
  background: linear-gradient(135deg, #ffe680, #d4a017, #f0c842) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: normal !important;
}

body.lt-acheter-gl .lt26-footer__col-title {
  font-family: Cinzel, serif !important;
  font-size: 0.68rem !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: var(--gl-gold) !important;
  border-bottom: 1px solid var(--lt-premium-gold-line) !important;
  padding-bottom: 0.6rem !important;
  margin-bottom: 1rem !important;
}
body.lt-acheter-gl .lt26-footer__links a,
body.lt-acheter-gl .lt26-footer__desc {
  color: var(--lt-premium-text-soft) !important;
  transition: color 0.3s !important;
}
body.lt-acheter-gl .lt26-footer__links a:hover { color: var(--gl-gold) !important; text-decoration: none !important; }

body.lt-acheter-gl .lt26-footer__logo-img {
  filter: brightness(0.9) sepia(0.2) saturate(1.4) !important;
}

body.lt-acheter-gl .lt26-footer__top .lt26-btn--coral {
  background: linear-gradient(135deg, var(--gl-gold-l), #b8860b) !important;
  color: var(--lt-premium-ink) !important;
  border: none !important;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%) !important;
}

body.lt-acheter-gl .lt26-footer__top .lt26-btn--ghost {
  border-color: var(--lt-premium-gold-line-strong) !important;
  color: var(--gl-gold) !important;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%) !important;
}

body.lt-acheter-gl .lt26-footer__top .lt26-btn--ghost:hover {
  background: var(--lt-premium-gold-surface) !important;
}

body.lt-acheter-gl .lt26-footer__social-btn {
  border-color: var(--lt-premium-gold-line-strong) !important;
  color: var(--gl-gold) !important;
}

body.lt-acheter-gl .lt26-footer__social-btn:hover {
  background: var(--lt-premium-gold-surface) !important;
  border-color: var(--gl-gold) !important;
  color: var(--gl-gold) !important;
}

body.lt-acheter-gl .lt26-footer__legal {
  max-width: 1480px !important;
  border-top: 1px solid var(--lt-premium-gold-line) !important;
  color: rgba(232, 224, 208, 0.22) !important;
  font-family: Cinzel, serif !important;
  font-size: 0.6rem !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
}

body.lt-acheter-gl .lt26-footer__legal-links a {
  color: rgba(232, 224, 208, 0.22) !important;
}

body.lt-acheter-gl .lt26-footer__legal-links a:hover {
  color: var(--gl-gold) !important;
}

/* ── ACCESSIBILITÉ CURSEUR ──────────────────────────────────── */
body.lt-acheter-gl.lt-gl-cursor-ready,
body.lt-acheter-gl.lt-gl-cursor-ready * { cursor: none; }
body.lt-acheter-gl #lt-gl-cur,
body.lt-acheter-gl #lt-gl-cur2 {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
body.lt-acheter-gl #lt-gl-cur {
  width: 22px; height: 22px;
  border: 1.5px solid var(--gl-gold);
  transition: width 0.2s, height 0.2s, border-color 0.2s;
}
body.lt-acheter-gl #lt-gl-cur2 {
  width: 5px; height: 5px;
  background: var(--gl-gold);
}

/* ── REDUCED MOTION ─────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  body.lt-acheter-gl .ae-eyebrow,
  body.lt-acheter-gl .ae-title,
  body.lt-acheter-gl .ae-lead {
    animation: none !important;
    opacity: 1 !important;
  }
  body.lt-acheter-gl .listing-card-acheter-wrap,
  body.lt-acheter-gl .ae-sort-pill {
    transition: none !important;
  }
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  body.lt-acheter-gl .ae-hero { padding: 6rem 1.2rem 3.5rem; }
  body.lt-acheter-gl .ae-toolbar { padding: 0.75rem 1rem; }
}

/* Refonte /acheter alignee avec l'accueil Grand Line */
body.lt-acheter-gl .acheter-page-edition {
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 18% 12%, var(--lt-premium-gold-wash-medium), transparent 30rem),
    radial-gradient(circle at 82% 18%, rgba(192, 57, 43, 0.065), transparent 28rem),
    linear-gradient(180deg, var(--gl-ocean-0) 0%, var(--gl-ocean-1) 42%, var(--gl-ocean-0) 100%);
}

body.lt-acheter-gl .ae-hero {
  min-height: max(680px, 72svh);
  padding: calc(var(--gl-nav-h, 76px) + 4.5rem) 2rem 8.5rem;
  background:
    linear-gradient(var(--lt-premium-gold-grid-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--lt-premium-gold-grid-soft) 1px, transparent 1px),
    radial-gradient(ellipse at top, var(--gl-ocean-2) 0%, var(--gl-ocean-0) 65%);
  background-size: 58px 58px, 58px 58px, 100% 100%;
}

body.lt-acheter-gl .ae-hero::before {
  background:
    radial-gradient(circle at 18% 50%, var(--lt-premium-gold-wash) 0%, transparent 45%),
    radial-gradient(circle at 82% 18%, rgba(192, 57, 43, 0.07) 0%, transparent 45%);
}

body.lt-acheter-gl .ae-hero::after {
  opacity: 0.75;
}

body.lt-acheter-gl .ae-hero-inner {
  max-width: 980px;
  z-index: 10;
}

body.lt-acheter-gl .ae-eyebrow {
  letter-spacing: 7px;
  color: var(--gl-gold);
}

body.lt-acheter-gl .ae-title {
  font-size: clamp(3rem, 8.5vw, 7rem);
  line-height: 1.02;
  padding: 0.08em 0;
}

body.lt-acheter-gl .ae-title em {
  background: linear-gradient(135deg, var(--gl-gold-xl), var(--gl-gold), var(--gl-gold-xl));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.lt-acheter-gl .ae-lead {
  max-width: 680px;
  font-size: 1.12rem;
}

body.lt-acheter-gl .ae-hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.2rem;
  position: relative;
  z-index: 12;
}

body.lt-acheter-gl .ae-hero-btn {
  min-height: 48px;
  padding: 0.9rem 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Cinzel, serif;
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

body.lt-acheter-gl .ae-hero-btn--primary {
  color: var(--lt-premium-ink);
  background: linear-gradient(135deg, var(--gl-gold-l), #b8860b);
  box-shadow: 0 14px 36px var(--lt-premium-gold-shadow);
}

body.lt-acheter-gl .ae-hero-btn--ghost {
  color: var(--gl-gold);
  border: 1px solid var(--lt-premium-gold-line-emphasis);
  background: rgba(5, 10, 26, 0.32);
}

body.lt-acheter-gl .ae-hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 28px var(--lt-premium-gold-card-glow);
}

body.lt-acheter-gl .ae-hero-stats {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  position: relative;
  z-index: 12;
}

body.lt-acheter-gl .ae-hero-stats span {
  padding: 0.45rem 0.75rem;
  font-family: Cinzel, serif;
  font-size: 0.58rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(232, 224, 208, 0.45);
  border: 1px solid var(--lt-premium-gold-line);
  background: rgba(5, 10, 26, 0.35);
}

body.lt-acheter-gl .ae-hero-stats strong {
  color: var(--gl-gold);
}

body.lt-acheter-gl .ae-hero-wave svg {
  display: block;
  width: 100%;
  height: 110px;
}

body.lt-acheter-gl .ae-hero-wave {
  z-index: 5;
}

body.lt-acheter-gl .ae-hero-wave path {
  fill: var(--gl-ocean-1);
}

body.lt-acheter-gl .ae-toolbar {
  top: var(--gl-nav-h, 76px);
  margin: -2.4rem auto 0;
  width: min(1180px, calc(100% - 3rem));
  background: rgba(5, 10, 26, 0.92);
  border: 1px solid var(--lt-premium-gold-line);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

body.lt-acheter-gl .ae-results-count {
  margin: 0;
}

body.lt-acheter-gl .ae-sort {
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body.lt-acheter-gl .ae-sort::-webkit-scrollbar {
  display: none;
}

body.lt-acheter-gl .ae-sort-pill {
  min-height: 36px;
  white-space: nowrap;
}

body.lt-acheter-gl .ae-category-rail {
  width: min(1180px, calc(100% - 3rem));
  margin: 1rem auto 2rem;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 0.65rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0.25rem 0 0.6rem;
}

body.lt-acheter-gl .ae-category-rail::-webkit-scrollbar {
  display: none;
}

body.lt-acheter-gl .ae-category-rail a {
  min-height: 38px;
  padding: 0.62rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Cinzel, serif;
  font-size: 0.64rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(232, 224, 208, 0.55);
  border: 1px solid var(--lt-premium-gold-line-control);
  background: rgba(5, 10, 26, 0.72);
  clip-path: polygon(7px 0%, 100% 0%, calc(100% - 7px) 100%, 0% 100%);
}

body.lt-acheter-gl .ae-category-rail a:hover {
  color: var(--gl-gold);
  border-color: var(--lt-premium-gold-line-hover);
}

body.lt-acheter-gl .ae-category-rail a.is-active,
body.lt-acheter-gl .ae-category-rail a[aria-current="true"] {
  color: var(--gl-gold);
  border-color: var(--gl-gold);
  background: var(--lt-premium-gold-surface-strong);
  box-shadow: 0 0 22px var(--lt-premium-gold-card-haze);
}

body.lt-acheter-gl .acheter-layout-flex {
  width: min(1280px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 0 0 5rem;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(260px, 310px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

body.lt-acheter-gl .acheter-filters-toggle-btn {
  display: none;
}

body.lt-acheter-gl .filters-section-acheter {
  position: sticky;
  top: calc(var(--gl-nav-h, 76px) + 1rem);
  max-height: calc(100svh - var(--gl-nav-h, 76px) - 2rem);
  overflow: auto;
  padding: 0;
  background:
    linear-gradient(var(--lt-premium-gold-grid-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--lt-premium-gold-grid-faint) 1px, transparent 1px),
    rgba(5, 10, 26, 0.92);
  background-size: 36px 36px, 36px 36px, 100% 100%;
  border: 1px solid var(--lt-premium-gold-line);
  border-radius: 0;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.3);
  scrollbar-width: thin;
  scrollbar-color: var(--lt-premium-gold-scrollbar) transparent;
}

body.lt-acheter-gl .filters-form-acheter {
  padding: 1.25rem;
}

body.lt-acheter-gl .filter-group-acheter {
  margin-bottom: 1rem;
}

body.lt-acheter-gl .filter-group-acheter-select,
body.lt-acheter-gl .filter-group-acheter-input,
body.lt-acheter-gl .filter-submenu-trigger,
body.lt-acheter-gl .filter-submenu-trigger-select-style {
  min-height: 44px;
  border-radius: 8px !important;
  padding: 0.72rem 0.9rem !important;
  background: rgba(5, 10, 26, 0.78) !important;
}

body.lt-acheter-gl .filter-group-acheter-select-disabled {
  min-height: 44px;
  border-radius: 8px;
  padding: 0.72rem 0.9rem;
}

body.lt-acheter-gl .filter-submenu-panel {
  border-radius: 8px !important;
  padding: 0.65rem !important;
}

body.lt-acheter-gl .bibliotheque-section-acheter {
  min-width: 0;
}

body.lt-acheter-gl .container-acheter {
  max-width: none;
  padding: 0;
}

body.lt-acheter-gl .banner-ad-wrap {
  display: none;
}

body.lt-acheter-gl .acheter-filters-chips {
  margin: 0 0 1rem;
}

body.lt-acheter-gl .banner-promo-wrap {
  margin: 0 0 1.5rem;
}

body.lt-acheter-gl .banner-promo {
  padding: 1.25rem;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 15% 50%, var(--lt-premium-gold-surface), transparent 42%),
    linear-gradient(135deg, rgba(10, 22, 40, 0.94), rgba(5, 10, 26, 0.98)) !important;
  border-color: var(--lt-premium-gold-line-promo) !important;
  box-shadow: inset 0 0 42px rgba(0, 0, 0, 0.26);
}

body.lt-acheter-gl .banner-promo-actions {
  gap: 0.55rem;
}

body.lt-acheter-gl .banner-promo-btn {
  min-height: 38px;
  border-radius: 0;
  background: var(--lt-premium-gold-wash) !important;
  border-color: var(--lt-premium-gold-line-control) !important;
  color: rgba(232, 224, 208, 0.62) !important;
  font-family: Rajdhani, system-ui, sans-serif;
  font-weight: 700;
}

body.lt-acheter-gl .statues-grid-acheter,
body.lt-acheter-gl .statues-grid-acheter.tsume-style {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

body.lt-acheter-gl .listing-card-acheter-wrap {
  border-radius: 0;
  min-width: 0;
  background: rgba(8, 18, 36, 0.88);
  border-color: var(--lt-premium-gold-line-muted);
}

body.lt-acheter-gl .listing-card-acheter {
  height: 100%;
  border-radius: 0 !important;
  background: rgba(8, 18, 36, 0.88) !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.lt-acheter-gl .listing-card-acheter-image {
  aspect-ratio: 4 / 5;
  /* min-height supprimé : l'aspect-ratio gouverne seul (zéro CLS, pas de
     letterbox forcé sur les petites cartes mobile) */
  min-height: 0;
  max-height: none;
  border-radius: 0 !important;
  background: radial-gradient(ellipse at center, var(--lt-premium-gold-surface), rgba(5, 10, 26, 0.88));
}

body.lt-acheter-gl .listing-card-acheter-image img {
  width: 100%;
  height: 100%;
  /* contain : ne jamais rogner une figurine */
  object-fit: contain;
  border-radius: 0 !important;
}

body.lt-acheter-gl .listing-card-acheter-content {
  padding: 1rem;
  background: rgba(5, 10, 26, 0.72);
}

body.lt-acheter-gl .listing-card-acheter-price {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
}

body.lt-acheter-gl .listing-card-acheter-title {
  min-height: 2.7em;
  margin: 0 0 0.55rem;
  font-size: 0.96rem;
  line-height: 1.35;
}

body.lt-acheter-gl .listing-card-acheter-meta {
  margin: 0;
  padding: 0;
  background: transparent;
}

body.lt-acheter-gl .listing-card-favori {
  top: 0.7rem;
  right: 0.7rem;
  background: rgba(5, 10, 26, 0.75);
  border: 1px solid var(--lt-premium-gold-line-card);
  color: var(--gl-gold);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

body.lt-acheter-gl .listing-card-acheter-footer {
  padding: 0 1rem 1rem;
  background: rgba(5, 10, 26, 0.72);
}

body.lt-acheter-gl .listing-card-acheter-direct {
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Cinzel, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--lt-premium-ink);
  background: linear-gradient(135deg, var(--gl-gold-l), #b8860b);
  border: 0;
  border-radius: 0;
}

body.lt-acheter-gl .acheter-loading,
body.lt-acheter-gl .acheter-empty,
body.lt-acheter-gl .acheter-error,
body.lt-acheter-gl .listing-card-skeleton {
  color: rgba(232, 224, 208, 0.55);
  background: rgba(8, 18, 36, 0.82);
  border: 1px solid var(--lt-premium-gold-line-soft);
}

body.lt-acheter-gl .pagination-acheter {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  body.lt-acheter-gl .ae-toolbar,
  body.lt-acheter-gl .ae-category-rail,
  body.lt-acheter-gl .acheter-layout-flex {
    width: min(100% - 2rem, 860px);
  }

  body.lt-acheter-gl .acheter-layout-flex {
    grid-template-columns: 1fr;
  }

  body.lt-acheter-gl .acheter-filters-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 46px;
    margin: 0;
    border-radius: 0;
  }

  body.lt-acheter-gl .filters-section-acheter {
    position: static;
    max-height: none;
    display: none;
  }

  body.lt-acheter-gl .acheter-layout-flex.filters-open .filters-section-acheter {
    display: block !important;
  }
}

@media (max-width: 640px) {
  body.lt-acheter-gl {
    overflow-x: hidden;
  }

  body.lt-acheter-gl .ae-hero {
    min-height: 82svh;
    padding: calc(var(--gl-nav-h, 64px) + 3.25rem) 1rem 5.5rem;
  }

  body.lt-acheter-gl .ae-eyebrow {
    font-size: 0.6rem;
    letter-spacing: 3px;
    line-height: 1.55;
  }

  body.lt-acheter-gl .ae-title {
    font-size: clamp(2.5rem, 16vw, 4.5rem);
    line-height: 1.05;
  }

  body.lt-acheter-gl .ae-lead {
    max-width: 34ch;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  body.lt-acheter-gl .ae-hero-actions {
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    gap: 0.8rem;
  }

  body.lt-acheter-gl .ae-hero-btn {
    width: 100%;
    min-height: 48px;
    padding: 0.85rem 1rem;
    font-size: 0.72rem;
    letter-spacing: 2px;
  }

  body.lt-acheter-gl .ae-hero-stats span {
    font-size: 0.54rem;
    letter-spacing: 1.6px;
  }

  body.lt-acheter-gl .ae-toolbar {
    position: relative;
    top: auto;
    width: calc(100% - 1.5rem);
    margin-top: -2rem;
    padding: 0.8rem;
    align-items: flex-start;
  }

  body.lt-acheter-gl .ae-sort {
    width: 100%;
    flex-wrap: nowrap;
  }

  body.lt-acheter-gl .ae-category-rail {
    width: calc(100% - 1.5rem);
    margin-bottom: 1.25rem;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 1rem), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 1rem), transparent 100%);
  }

  body.lt-acheter-gl .acheter-layout-flex {
    width: calc(100% - 1.5rem);
    padding-bottom: 3rem;
    gap: 1rem;
  }

  body.lt-acheter-gl .filters-form-acheter {
    padding: 1rem;
  }

  body.lt-acheter-gl .filters-section-acheter-header {
    padding: 1rem;
  }

  body.lt-acheter-gl .filter-group-acheter-select,
  body.lt-acheter-gl .filter-group-acheter-input,
  body.lt-acheter-gl .filter-submenu-trigger,
  body.lt-acheter-gl .filter-submenu-trigger-select-style {
    min-height: 44px;
    font-size: 0.96rem !important;
  }

  body.lt-acheter-gl .banner-promo {
    padding: 1rem;
  }

  body.lt-acheter-gl .banner-promo-text {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  body.lt-acheter-gl .banner-promo-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.lt-acheter-gl .statues-grid-acheter,
  body.lt-acheter-gl .statues-grid-acheter.tsume-style {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  body.lt-acheter-gl .listing-card-acheter-image {
    min-height: 0;
    aspect-ratio: 1;
  }

  body.lt-acheter-gl .listing-card-acheter-content {
    padding: 0.75rem;
  }

  body.lt-acheter-gl .listing-card-acheter-price {
    font-size: 1rem;
  }

  body.lt-acheter-gl .listing-card-acheter-title {
    font-size: 0.78rem;
    min-height: 2.45em;
  }

  body.lt-acheter-gl .listing-card-acheter-meta {
    font-size: 0.66rem;
    letter-spacing: 1px;
  }

  body.lt-acheter-gl .listing-card-favori {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 420px) {
  body.lt-acheter-gl .banner-promo-actions {
    grid-template-columns: 1fr;
  }

  body.lt-acheter-gl .statues-grid-acheter,
  body.lt-acheter-gl .statues-grid-acheter.tsume-style {
    gap: 0.55rem;
  }

  body.lt-acheter-gl .listing-card-acheter-content {
    padding: 0.65rem;
  }
}

@media (hover: none), (pointer: coarse) {
  body.lt-acheter-gl.lt-gl-cursor-ready,
  body.lt-acheter-gl.lt-gl-cursor-ready * {
    cursor: auto;
  }

  body.lt-acheter-gl #lt-gl-cur,
  body.lt-acheter-gl #lt-gl-cur2 {
    display: none !important;
  }

  body.lt-acheter-gl .listing-card-acheter-wrap:hover,
  body.lt-acheter-gl .ae-hero-btn:hover,
  body.lt-acheter-gl .filter-button-acheter:hover {
    transform: none;
  }
}

/* Polish Achat: extension visuelle de l'accueil */
body.lt-acheter-gl .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.lt-acheter-gl .ae-hero {
  isolation: isolate;
  min-height: max(760px, 86svh);
  background:
    linear-gradient(var(--lt-premium-gold-grid-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--lt-premium-gold-grid-soft) 1px, transparent 1px),
    radial-gradient(circle at 50% 18%, rgba(212, 160, 23, 0.12), transparent 24rem),
    radial-gradient(circle at 14% 56%, rgba(212, 160, 23, 0.08), transparent 26rem),
    radial-gradient(circle at 82% 30%, rgba(192, 57, 43, 0.07), transparent 28rem),
    linear-gradient(180deg, #050a1a 0%, #081224 48%, #0a1628 100%);
  background-size: 58px 58px, 58px 58px, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
}

body.lt-acheter-gl .ae-hero::before {
  z-index: 0;
  background:
    radial-gradient(ellipse at center, transparent 0 18%, rgba(5, 10, 26, 0.24) 56%, rgba(5, 10, 26, 0.86) 100%),
    linear-gradient(180deg, transparent 0%, rgba(5, 10, 26, 0.52) 100%);
}

body.lt-acheter-gl .ae-hero-inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 72px;
  margin: 0 auto 1.25rem;
  background: linear-gradient(180deg, transparent, var(--gl-gold), transparent);
  box-shadow: 0 0 26px var(--lt-premium-gold-glow);
}

body.lt-acheter-gl .ae-title {
  max-width: 11ch;
  margin-inline: auto;
}

body.lt-acheter-gl .ae-lead {
  color: rgba(232, 224, 208, 0.68);
}

body.lt-acheter-gl .ae-search {
  width: min(760px, 100%);
  margin: 2rem auto 0;
  padding: 0.45rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.45rem;
  position: relative;
  z-index: 12;
  background:
    linear-gradient(90deg, var(--lt-premium-gold-line-muted), transparent 20%, transparent 80%, var(--lt-premium-gold-line-muted)),
    rgba(5, 10, 26, 0.78);
  border: 1px solid var(--lt-premium-gold-line-medium);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), inset 0 0 34px rgba(212, 160, 23, 0.035);
  clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
}

body.lt-acheter-gl .ae-search input {
  min-height: 54px;
  width: 100%;
  padding: 0 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--lt-premium-text);
  font-family: Rajdhani, system-ui, sans-serif;
  font-size: 1.05rem;
  outline: none;
}

body.lt-acheter-gl .ae-search input::placeholder {
  color: rgba(232, 224, 208, 0.36);
}

body.lt-acheter-gl .ae-search:focus-within {
  border-color: var(--lt-premium-gold-line-focus);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4), 0 0 0 3px var(--lt-premium-gold-focus);
}

body.lt-acheter-gl .ae-search-submit {
  min-height: 48px;
  padding: 0 1.35rem;
  border: 0;
  color: var(--lt-premium-ink);
  background: linear-gradient(135deg, var(--gl-gold-l), #b8860b);
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

body.lt-acheter-gl .ae-search-submit:hover,
body.lt-acheter-gl .ae-search-submit:focus-visible {
  filter: drop-shadow(0 0 16px var(--lt-premium-gold-card-glow));
}

body.lt-acheter-gl .ae-universe-band {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto 2.25rem;
  padding: 1.2rem;
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: 1rem;
  align-items: center;
  background:
    radial-gradient(ellipse at 12% 50%, var(--lt-premium-gold-surface), transparent 44%),
    linear-gradient(135deg, rgba(8, 18, 36, 0.86), rgba(5, 10, 26, 0.94));
  border: 1px solid var(--lt-premium-gold-line);
  box-shadow: inset 0 0 42px rgba(0, 0, 0, 0.22);
}

body.lt-acheter-gl .ae-band-kicker {
  margin: 0 0 0.45rem;
  color: var(--gl-gold);
  font-family: Cinzel, serif;
  font-size: 0.62rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}

body.lt-acheter-gl .ae-universe-head h2 {
  margin: 0;
  max-width: 13ch;
  color: var(--lt-premium-text);
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(1.3rem, 2.8vw, 2.1rem);
  line-height: 1.08;
}

body.lt-acheter-gl .ae-universe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

body.lt-acheter-gl .ae-universe-grid a {
  min-height: 58px;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(232, 224, 208, 0.62);
  background: rgba(5, 10, 26, 0.52);
  border: 1px solid var(--lt-premium-gold-line-control);
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: transform 0.25s, color 0.25s, border-color 0.25s, background 0.25s;
}

body.lt-acheter-gl .ae-universe-grid a:hover,
body.lt-acheter-gl .ae-universe-grid a:focus-visible {
  color: var(--gl-gold);
  border-color: var(--gl-gold);
  background: var(--lt-premium-gold-surface);
  transform: translateY(-2px);
}

body.lt-acheter-gl .filters-section-acheter {
  border-left-color: var(--lt-premium-gold-line-medium);
}

body.lt-acheter-gl .filters-title-acheter::after {
  content: "Affiner la vitrine";
  display: block;
  margin-top: 0.35rem;
  color: rgba(232, 224, 208, 0.34);
  font-family: Rajdhani, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: none;
}

body.lt-acheter-gl .bibliotheque-section-acheter {
  position: relative;
}

body.lt-acheter-gl .bibliotheque-section-acheter::before {
  content: "Pieces disponibles";
  display: block;
  margin: 0 0 1rem;
  color: var(--gl-gold);
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}

body.lt-acheter-gl .statues-grid-acheter.tsume-style {
  align-items: stretch;
}

body.lt-acheter-gl .listing-card-acheter-wrap {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

body.lt-acheter-gl .listing-card-acheter-image {
  position: relative;
}

body.lt-acheter-gl .listing-card-acheter-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(5, 10, 26, 0.28));
}

body.lt-acheter-gl .listing-card-acheter-direct {
  transition: transform 0.25s, filter 0.25s;
}

body.lt-acheter-gl .listing-card-acheter-direct:hover,
body.lt-acheter-gl .listing-card-acheter-direct:focus-visible {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 14px var(--lt-premium-gold-card-glow));
}

@media (max-width: 900px) {
  body.lt-acheter-gl .ae-universe-band {
    grid-template-columns: 1fr;
  }

  body.lt-acheter-gl .ae-universe-head h2 {
    max-width: 20ch;
  }
}

@media (max-width: 640px) {
  body.lt-acheter-gl .ae-hero {
    min-height: 92svh;
  }

  body.lt-acheter-gl .ae-hero-inner::before {
    height: 46px;
    margin-bottom: 0.9rem;
  }

  body.lt-acheter-gl .ae-search {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
    padding: 0.55rem;
    clip-path: none;
  }

  body.lt-acheter-gl .ae-search input {
    min-height: 46px;
    text-align: center;
    font-size: 0.98rem;
  }

  body.lt-acheter-gl .ae-search-submit {
    width: 100%;
    min-height: 44px;
  }

  body.lt-acheter-gl .ae-universe-band {
    width: calc(100% - 1.5rem);
    margin-bottom: 1.25rem;
    padding: 1rem;
  }

  body.lt-acheter-gl .ae-universe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  body.lt-acheter-gl .ae-universe-grid a {
    min-height: 48px;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
  }

  body.lt-acheter-gl .bibliotheque-section-acheter::before {
    text-align: center;
  }
}

/* Theme Acheter: vrai mode clair / sombre */
[data-theme="dark"] body.lt-acheter-gl,
body.lt-acheter-gl.theme-dark {
  --gl-gold: #d4a017;
  --gl-gold-l: #f0c842;
  --gl-gold-xl: #ffe680;
  --gl-ocean-0: #050a1a;
  --gl-ocean-1: #0a1628;
  --gl-ocean-2: #0d1f3c;
  --lt-premium-ink: #050a1a;
  --lt-premium-text: #e8e0d0;
  --lt-premium-text-soft: rgba(232, 224, 208, 0.68);
  --lt-premium-text-muted: rgba(232, 224, 208, 0.48);
  --lt-premium-text-faint: rgba(232, 224, 208, 0.34);
  --lt-premium-text-disabled: rgba(232, 224, 208, 0.24);
  --lt-premium-panel: rgba(5, 10, 26, 0.92);
  --lt-premium-panel-strong: rgba(5, 10, 26, 0.98);
  --lt-premium-card: rgba(8, 18, 36, 0.88);
  --lt-premium-card-soft: rgba(10, 22, 40, 0.72);
  --lt-premium-input: rgba(5, 10, 26, 0.78);
  --lt-premium-gold-line: rgba(212, 160, 23, 0.18);
  --lt-premium-gold-line-soft: rgba(212, 160, 23, 0.14);
  --lt-premium-gold-line-muted: rgba(212, 160, 23, 0.12);
  --lt-premium-gold-line-medium: rgba(212, 160, 23, 0.25);
  --lt-premium-gold-line-strong: rgba(212, 160, 23, 0.38);
  --lt-premium-gold-line-control: rgba(212, 160, 23, 0.2);
  --lt-premium-gold-line-hover: rgba(212, 160, 23, 0.46);
  --lt-premium-gold-line-focus: rgba(212, 160, 23, 0.55);
  --lt-premium-gold-surface: rgba(212, 160, 23, 0.08);
  --lt-premium-gold-surface-strong: rgba(212, 160, 23, 0.16);
  --lt-premium-gold-wash: rgba(212, 160, 23, 0.06);
  --lt-premium-gold-wash-medium: rgba(212, 160, 23, 0.055);
  --lt-premium-gold-grid-soft: rgba(212, 160, 23, 0.035);
  --lt-premium-gold-grid-faint: rgba(212, 160, 23, 0.025);
  --lt-premium-gold-card-haze: rgba(212, 160, 23, 0.1);
  --lt-premium-gold-card-glow: rgba(212, 160, 23, 0.22);
  --lt-premium-gold-title-glow: rgba(212, 160, 23, 0.65);
  --lt-premium-gold-focus: rgba(212, 160, 23, 0.12);
  --lt-premium-gold-shadow: rgba(212, 160, 23, 0.24);
  --lt-premium-gold-scrollbar: rgba(212, 160, 23, 0.4);
}

[data-theme="light"] body.lt-acheter-gl,
body.lt-acheter-gl.theme-light {
  --gl-gold: #a86f12;
  --gl-gold-l: #d9a441;
  --gl-gold-xl: #fff1c2;
  --gl-ocean-0: #f4efe3;
  --gl-ocean-1: #fffaf0;
  --gl-ocean-2: #e9ddc6;
  --lt-premium-ink: #1f2933;
  --lt-premium-text: #253341;
  --lt-premium-text-soft: rgba(37, 51, 65, 0.72);
  --lt-premium-text-muted: rgba(37, 51, 65, 0.56);
  --lt-premium-text-faint: rgba(37, 51, 65, 0.4);
  --lt-premium-text-disabled: rgba(37, 51, 65, 0.28);
  --lt-premium-panel: rgba(255, 250, 240, 0.9);
  --lt-premium-panel-strong: rgba(255, 250, 240, 0.98);
  --lt-premium-card: rgba(255, 252, 246, 0.92);
  --lt-premium-card-soft: rgba(255, 248, 234, 0.8);
  --lt-premium-input: rgba(255, 255, 255, 0.82);
  --lt-premium-gold-line: rgba(168, 111, 18, 0.2);
  --lt-premium-gold-line-soft: rgba(168, 111, 18, 0.16);
  --lt-premium-gold-line-muted: rgba(168, 111, 18, 0.14);
  --lt-premium-gold-line-medium: rgba(168, 111, 18, 0.28);
  --lt-premium-gold-line-strong: rgba(168, 111, 18, 0.42);
  --lt-premium-gold-line-control: rgba(168, 111, 18, 0.24);
  --lt-premium-gold-line-hover: rgba(168, 111, 18, 0.52);
  --lt-premium-gold-line-focus: rgba(168, 111, 18, 0.58);
  --lt-premium-gold-surface: rgba(168, 111, 18, 0.08);
  --lt-premium-gold-surface-strong: rgba(168, 111, 18, 0.15);
  --lt-premium-gold-wash: rgba(168, 111, 18, 0.08);
  --lt-premium-gold-wash-medium: rgba(168, 111, 18, 0.07);
  --lt-premium-gold-grid-soft: rgba(168, 111, 18, 0.055);
  --lt-premium-gold-grid-faint: rgba(168, 111, 18, 0.04);
  --lt-premium-gold-card-haze: rgba(168, 111, 18, 0.14);
  --lt-premium-gold-card-glow: rgba(168, 111, 18, 0.22);
  --lt-premium-gold-title-glow: rgba(168, 111, 18, 0.24);
  --lt-premium-gold-focus: rgba(168, 111, 18, 0.14);
  --lt-premium-gold-shadow: rgba(168, 111, 18, 0.16);
  --lt-premium-gold-scrollbar: rgba(168, 111, 18, 0.45);
  background: var(--gl-ocean-0) !important;
  color: var(--lt-premium-text);
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.9) 0%, rgba(255, 250, 240, 0.35) 100%);
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav.is-scrolled,
[data-theme="light"] body.lt-acheter-gl .lt26-nav.lt-gl-scrolled {
  background: rgba(255, 250, 240, 0.94) !important;
  border-bottom-color: var(--lt-premium-gold-line-medium);
  box-shadow: 0 10px 34px rgba(37, 51, 65, 0.08);
}

[data-theme="light"] body.lt-acheter-gl .acheter-page-edition {
  background:
    radial-gradient(circle at 18% 12%, rgba(168, 111, 18, 0.08), transparent 30rem),
    radial-gradient(circle at 82% 18%, rgba(192, 57, 43, 0.035), transparent 28rem),
    linear-gradient(180deg, #f4efe3 0%, #fffaf0 42%, #f4efe3 100%);
}

[data-theme="light"] body.lt-acheter-gl .ae-hero {
  background:
    linear-gradient(var(--lt-premium-gold-grid-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--lt-premium-gold-grid-soft) 1px, transparent 1px),
    radial-gradient(circle at 50% 18%, rgba(168, 111, 18, 0.12), transparent 24rem),
    radial-gradient(circle at 14% 56%, rgba(168, 111, 18, 0.08), transparent 26rem),
    radial-gradient(circle at 82% 30%, rgba(192, 57, 43, 0.035), transparent 28rem),
    linear-gradient(180deg, #f8f1e3 0%, #fffaf0 48%, #efe4cf 100%);
}

[data-theme="light"] body.lt-acheter-gl .ae-hero::before {
  background:
    radial-gradient(ellipse at center, transparent 0 20%, rgba(255, 250, 240, 0.16) 58%, rgba(244, 239, 227, 0.86) 100%),
    linear-gradient(180deg, transparent 0%, rgba(244, 239, 227, 0.5) 100%);
}

[data-theme="light"] body.lt-acheter-gl .ae-title {
  filter: drop-shadow(0 14px 28px rgba(168, 111, 18, 0.16));
}

[data-theme="light"] body.lt-acheter-gl .ae-title,
[data-theme="light"] body.lt-acheter-gl .ae-title em,
[data-theme="light"] body.lt-acheter-gl .lt26-footer__big,
[data-theme="light"] body.lt-acheter-gl .lt26-footer__big em {
  background: linear-gradient(135deg, #2d3742 0%, #a86f12 42%, #253341 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

[data-theme="light"] body.lt-acheter-gl .ae-search,
[data-theme="light"] body.lt-acheter-gl .ae-toolbar,
[data-theme="light"] body.lt-acheter-gl .filters-section-acheter,
[data-theme="light"] body.lt-acheter-gl .banner-promo,
[data-theme="light"] body.lt-acheter-gl .listing-card-acheter-wrap,
[data-theme="light"] body.lt-acheter-gl .listing-card-acheter {
  color: var(--lt-premium-text);
  box-shadow: 0 18px 44px rgba(37, 51, 65, 0.08);
}

[data-theme="light"] body.lt-acheter-gl .ae-search {
  background:
    linear-gradient(90deg, var(--lt-premium-gold-line-muted), transparent 20%, transparent 80%, var(--lt-premium-gold-line-muted)),
    rgba(255, 250, 240, 0.9) !important;
}

[data-theme="light"] body.lt-acheter-gl .ae-toolbar {
  background: rgba(255, 250, 240, 0.92) !important;
}

[data-theme="light"] body.lt-acheter-gl .filters-section-acheter {
  background:
    linear-gradient(var(--lt-premium-gold-grid-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--lt-premium-gold-grid-faint) 1px, transparent 1px),
    rgba(255, 250, 240, 0.92) !important;
  background-size: 36px 36px, 36px 36px, 100% 100%;
}

[data-theme="light"] body.lt-acheter-gl .banner-promo {
  background:
    radial-gradient(ellipse at 15% 50%, rgba(168, 111, 18, 0.09), transparent 42%),
    linear-gradient(135deg, rgba(255, 252, 246, 0.94), rgba(255, 248, 234, 0.98)) !important;
}

[data-theme="light"] body.lt-acheter-gl .listing-card-acheter-wrap,
[data-theme="light"] body.lt-acheter-gl .listing-card-acheter {
  background: rgba(255, 252, 246, 0.92) !important;
}

[data-theme="light"] body.lt-acheter-gl .filters-section-acheter,
[data-theme="light"] body.lt-acheter-gl .banner-promo,
[data-theme="light"] body.lt-acheter-gl .listing-card-acheter-wrap {
  border-color: var(--lt-premium-gold-line-medium);
}

[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-select,
[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-input,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-trigger,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-trigger-select-style,
[data-theme="light"] body.lt-acheter-gl .ae-search input {
  background: var(--lt-premium-input) !important;
  color: var(--lt-premium-text) !important;
}

[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-select option {
  background: #fffaf0;
  color: var(--lt-premium-text);
}

[data-theme="light"] body.lt-acheter-gl .filter-submenu-panel {
  background: var(--lt-premium-panel-strong) !important;
  box-shadow: 0 18px 38px rgba(37, 51, 65, 0.12);
}

[data-theme="light"] body.lt-acheter-gl .listing-card-acheter-content,
[data-theme="light"] body.lt-acheter-gl .listing-card-acheter-footer,
[data-theme="light"] body.lt-acheter-gl .listing-card-acheter-meta {
  background: var(--lt-premium-card-soft);
}

[data-theme="light"] body.lt-acheter-gl .listing-card-acheter-image {
  background: radial-gradient(ellipse at center, rgba(168, 111, 18, 0.12), rgba(255, 250, 240, 0.88));
}

[data-theme="light"] body.lt-acheter-gl .lt26-footer {
  background: #f4efe3 !important;
  color: var(--lt-premium-text);
  border-top-color: var(--lt-premium-gold-line-medium) !important;
}

[data-theme="light"] body.lt-acheter-gl .lt26-footer__links a,
[data-theme="light"] body.lt-acheter-gl .lt26-footer__desc,
[data-theme="light"] body.lt-acheter-gl .lt26-footer__legal,
[data-theme="light"] body.lt-acheter-gl .lt26-footer__legal-links a {
  color: rgba(37, 51, 65, 0.58) !important;
}

[data-theme="light"] body.lt-acheter-gl #lt-gl-pc,
[data-theme="light"] body.lt-acheter-gl #lt-gl-cur,
[data-theme="light"] body.lt-acheter-gl #lt-gl-cur2 {
  opacity: 0.28;
}

/* Light contrast pass: rendre /acheter lisible */
[data-theme="light"] body.lt-acheter-gl {
  --lt-premium-text: #17202a;
  --lt-premium-text-soft: rgba(23, 32, 42, 0.78);
  --lt-premium-text-muted: rgba(23, 32, 42, 0.66);
  --lt-premium-text-faint: rgba(23, 32, 42, 0.5);
  --lt-premium-card: #fffaf0;
  --lt-premium-card-soft: #f8f0de;
}

[data-theme="light"] body.lt-acheter-gl .ae-results-count,
[data-theme="light"] body.lt-acheter-gl .ae-results-count strong,
[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-label,
[data-theme="light"] body.lt-acheter-gl .filters-title-acheter,
[data-theme="light"] body.lt-acheter-gl .bibliotheque-section-acheter::before {
  color: #8a5a0f !important;
  text-shadow: none !important;
}

[data-theme="light"] body.lt-acheter-gl .filters-title-acheter::after {
  color: rgba(23, 32, 42, 0.48) !important;
}

[data-theme="light"] body.lt-acheter-gl .ae-toolbar {
  background: #fffaf0 !important;
  border-color: rgba(138, 90, 15, 0.28) !important;
  box-shadow: 0 14px 34px rgba(23, 32, 42, 0.08);
}

[data-theme="light"] body.lt-acheter-gl .ae-sort-pill {
  color: #3f4652;
  border-color: rgba(23, 32, 42, 0.2);
  background: rgba(255, 255, 255, 0.7);
}

[data-theme="light"] body.lt-acheter-gl .ae-sort-pill.is-active {
  color: #8a5a0f;
  border-color: #b98220;
  background: rgba(184, 134, 11, 0.1);
}

[data-theme="light"] body.lt-acheter-gl .ae-category-rail a,
[data-theme="light"] body.lt-acheter-gl .banner-promo-btn {
  color: #2d3440 !important;
  background: #ffffff !important;
  border-color: rgba(138, 90, 15, 0.28) !important;
}

[data-theme="light"] body.lt-acheter-gl .ae-category-rail a:hover,
[data-theme="light"] body.lt-acheter-gl .ae-category-rail a.is-active,
[data-theme="light"] body.lt-acheter-gl .ae-category-rail a[aria-current="true"],
[data-theme="light"] body.lt-acheter-gl .banner-promo-btn:hover,
[data-theme="light"] body.lt-acheter-gl .banner-promo-btn.is-active,
[data-theme="light"] body.lt-acheter-gl .banner-promo-btn[aria-current="true"] {
  color: #8a5a0f !important;
  background: #fff4d8 !important;
  border-color: #b98220 !important;
}

[data-theme="light"] body.lt-acheter-gl .filters-section-acheter {
  background:
    linear-gradient(rgba(138, 90, 15, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(138, 90, 15, 0.035) 1px, transparent 1px),
    #fffaf0 !important;
  background-size: 36px 36px, 36px 36px, 100% 100%;
  border-color: rgba(138, 90, 15, 0.3) !important;
  box-shadow: 0 18px 40px rgba(23, 32, 42, 0.08);
}

[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-select,
[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-input,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-trigger,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-trigger-select-style,
[data-theme="light"] body.lt-acheter-gl .ae-search input {
  background: #ffffff !important;
  border-color: rgba(138, 90, 15, 0.25) !important;
  color: #17202a !important;
}

[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-select:hover,
[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-input:hover,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-trigger:hover,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-trigger-select-style:hover {
  border-color: rgba(138, 90, 15, 0.42) !important;
  box-shadow: 0 0 0 3px rgba(184, 130, 32, 0.08);
}

[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-select:focus,
[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-input:focus,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-trigger:focus-visible,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-search:focus {
  border-color: #b98220 !important;
  box-shadow: 0 0 0 3px rgba(184, 130, 32, 0.16) !important;
  outline: none !important;
}

[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-label {
  color: #7a5418 !important;
  opacity: 1 !important;
}

[data-theme="light"] body.lt-acheter-gl .filter-submenu-selected,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-trigger-arrow {
  color: #17202a !important;
  opacity: 1 !important;
}

[data-theme="light"] body.lt-acheter-gl .filter-submenu-selected:empty::before {
  color: rgba(23, 32, 42, 0.62) !important;
}

[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-select::placeholder,
[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-input::placeholder,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-search::placeholder,
[data-theme="light"] body.lt-acheter-gl .ae-search input::placeholder {
  color: rgba(23, 32, 42, 0.58) !important;
}

[data-theme="light"] body.lt-acheter-gl .filter-submenu-panel {
  background: #fffdf7 !important;
  border: 1px solid rgba(184, 130, 32, 0.34) !important;
  box-shadow: 0 18px 42px rgba(23, 32, 42, 0.16) !important;
}

[data-theme="light"] body.lt-acheter-gl .filter-submenu-search {
  background: #ffffff !important;
  border: 1px solid rgba(184, 130, 32, 0.28) !important;
  color: #17202a !important;
}

[data-theme="light"] body.lt-acheter-gl .filter-submenu-list {
  scrollbar-color: #8a5a0f #f4ead7;
}

[data-theme="light"] body.lt-acheter-gl .filter-submenu-list::-webkit-scrollbar-track {
  background: #f4ead7;
}

[data-theme="light"] body.lt-acheter-gl .filter-submenu-list::-webkit-scrollbar-thumb {
  background: #8a5a0f;
  border-radius: 999px;
}

[data-theme="light"] body.lt-acheter-gl .filter-submenu-item {
  color: #2d3440 !important;
  opacity: 1 !important;
}

[data-theme="light"] body.lt-acheter-gl .filter-submenu-item-clear {
  color: #7a5418 !important;
  font-weight: 700;
}

[data-theme="light"] body.lt-acheter-gl .filter-submenu-item:hover,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-item:focus,
[data-theme="light"] body.lt-acheter-gl .filter-submenu-item.is-selected {
  background: #fff1cd !important;
  color: #17202a !important;
}

[data-theme="light"] body.lt-acheter-gl .filter-group-acheter-select-disabled {
  opacity: 0.58;
  background: #f2eadb !important;
  color: rgba(23, 32, 42, 0.48) !important;
}

[data-theme="light"] body.lt-acheter-gl .container-acheter,
[data-theme="light"] body.lt-acheter-gl .bibliotheque-section-acheter {
  background: transparent !important;
}

[data-theme="light"] body.lt-acheter-gl .banner-promo {
  background:
    linear-gradient(135deg, #fff6df 0%, #f7ead0 100%) !important;
  border-color: rgba(138, 90, 15, 0.26) !important;
  box-shadow: 0 16px 40px rgba(138, 90, 15, 0.1);
}

[data-theme="light"] body.lt-acheter-gl .banner-promo-text {
  color: #17202a !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

[data-theme="light"] body.lt-acheter-gl .banner-promo-question {
  color: #8a5a0f !important;
  opacity: 1 !important;
}

[data-theme="light"] body.lt-acheter-gl .acheter-filter-chip {
  color: #8a5a0f !important;
  background: #fff4d8 !important;
  border-color: rgba(138, 90, 15, 0.32) !important;
}

[data-theme="light"] body.lt-acheter-gl .statues-grid-acheter,
[data-theme="light"] body.lt-acheter-gl .statues-grid-acheter.tsume-style {
  padding: 1.25rem;
  background: rgba(255, 250, 240, 0.72) !important;
  border: 1px solid rgba(138, 90, 15, 0.16);
}

[data-theme="light"] body.lt-acheter-gl .empty-state {
  background: #ffffff !important;
  border: 1px solid rgba(23, 32, 42, 0.14) !important;
  box-shadow: 0 18px 38px rgba(23, 32, 42, 0.08);
}

[data-theme="light"] body.lt-acheter-gl .empty-state-title {
  color: #17202a !important;
}

[data-theme="light"] body.lt-acheter-gl .empty-state-text {
  color: rgba(23, 32, 42, 0.68) !important;
}

[data-theme="light"] body.lt-acheter-gl .empty-state-actions .primary {
  background: #080b16 !important;
  color: #ffffff !important;
}

[data-theme="light"] body.lt-acheter-gl .empty-state-actions .secondary {
  background: #ffffff !important;
  color: #17202a !important;
  border-color: rgba(23, 32, 42, 0.18) !important;
}

[data-theme="light"] body.lt-acheter-gl .ae-hero-btn {
  border-radius: 0;
  text-shadow: none;
  box-shadow: 0 14px 30px rgba(138, 90, 15, 0.14);
}

[data-theme="light"] body.lt-acheter-gl .ae-hero-btn--primary {
  color: #17120a !important;
  background: linear-gradient(135deg, #d99a18 0%, #f1c45d 52%, #b9780d 100%) !important;
  border: 1px solid rgba(138, 90, 15, 0.24) !important;
}

[data-theme="light"] body.lt-acheter-gl .ae-hero-btn--ghost {
  color: #8a5a0f !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(138, 90, 15, 0.34) !important;
  box-shadow: 0 14px 30px rgba(23, 32, 42, 0.08);
}

[data-theme="light"] body.lt-acheter-gl .ae-hero-btn:hover,
[data-theme="light"] body.lt-acheter-gl .ae-hero-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(138, 90, 15, 0.18);
}

[data-theme="light"] body.lt-acheter-gl .ae-hero-stats span {
  color: #394452;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(138, 90, 15, 0.24);
  box-shadow: 0 10px 24px rgba(23, 32, 42, 0.06);
}

[data-theme="light"] body.lt-acheter-gl .ae-hero-stats strong {
  color: #8a5a0f;
}

[data-theme="light"] body.lt-acheter-gl .ae-search-submit {
  color: #17120a;
  background: linear-gradient(135deg, #d99a18 0%, #f1c45d 55%, #b9780d 100%);
  border: 1px solid rgba(138, 90, 15, 0.22);
}

/* Header Grand Line en mode soleil */
[data-theme="light"] body.lt-acheter-gl .lt26-nav.lt26-nav--grand-line {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96) 0%, rgba(255, 250, 240, 0.82) 100%) !important;
  border-bottom: 1px solid rgba(138, 90, 15, 0.18) !important;
  box-shadow: 0 10px 30px rgba(23, 32, 42, 0.06);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav.lt26-nav--grand-line.is-scrolled,
[data-theme="light"] body.lt-acheter-gl .lt26-nav.lt26-nav--grand-line.lt-gl-scrolled {
  background: rgba(255, 250, 240, 0.98) !important;
  box-shadow: 0 12px 34px rgba(23, 32, 42, 0.08);
}

[data-theme="light"] body.lt-acheter-gl .lt-gl-nav__brand {
  color: #a86f12 !important;
  text-shadow: none !important;
}

[data-theme="light"] body.lt-acheter-gl .lt-gl-nav__brand:hover {
  color: #7c4d08 !important;
}

[data-theme="light"] body.lt-acheter-gl .lt-gl-nlink {
  color: rgba(23, 32, 42, 0.56) !important;
  text-shadow: none !important;
}

[data-theme="light"] body.lt-acheter-gl .lt-gl-nlink:hover,
[data-theme="light"] body.lt-acheter-gl .lt-gl-nlink.is-active,
[data-theme="light"] body.lt-acheter-gl .lt-gl-nlink[aria-current="page"] {
  color: #8a5a0f !important;
}

[data-theme="light"] body.lt-acheter-gl .lt-gl-nlink::after {
  background: #b98220 !important;
}

[data-theme="light"] body.lt-acheter-gl .lt-gl-nav__search .lt26-nav__search-input {
  background: #ffffff !important;
  border-color: rgba(23, 32, 42, 0.18) !important;
  color: #17202a !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

[data-theme="light"] body.lt-acheter-gl .lt-gl-nav__search .lt26-nav__search-input::placeholder {
  color: rgba(23, 32, 42, 0.48) !important;
}

[data-theme="light"] body.lt-acheter-gl .lt-gl-nav__search .lt26-nav__search-input:focus {
  border-color: #b98220 !important;
  box-shadow: 0 0 0 3px rgba(184, 130, 32, 0.16) !important;
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav__search-btn {
  background: linear-gradient(135deg, #d99a18, #b9780d) !important;
  color: #17120a !important;
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav--grand-line .lt26-nav__icon {
  color: rgba(23, 32, 42, 0.5) !important;
  background: transparent !important;
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav--grand-line .lt26-nav__icon:hover {
  color: #8a5a0f !important;
  background: rgba(184, 130, 32, 0.1) !important;
}

[data-theme="light"] body.lt-acheter-gl .lt-gl-nav__explore {
  color: #17120a !important;
  background: linear-gradient(135deg, #d99a18 0%, #f1c45d 55%, #b9780d 100%) !important;
  border: 1px solid rgba(138, 90, 15, 0.22) !important;
  box-shadow: 0 10px 24px rgba(138, 90, 15, 0.14);
}

[data-theme="light"] body.lt-acheter-gl .lt-gl-nav__deposit {
  color: #8a5a0f !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(138, 90, 15, 0.3) !important;
}

[data-theme="light"] body.lt-acheter-gl .lt-gl-nav__deposit:hover {
  background: #fff4d8 !important;
  border-color: #b98220 !important;
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav--grand-line .lt26-nav__user-btn {
  color: #17202a !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: rgba(23, 32, 42, 0.18) !important;
  box-shadow: 0 10px 24px rgba(23, 32, 42, 0.08);
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav--grand-line .lt26-nav__user-btn:hover {
  border-color: #b98220 !important;
  box-shadow: 0 0 0 3px rgba(184, 130, 32, 0.14);
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav__dropdown {
  background: #fffaf0 !important;
  border-color: rgba(138, 90, 15, 0.22) !important;
  box-shadow: 0 18px 42px rgba(23, 32, 42, 0.12) !important;
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav__dropdown-info strong,
[data-theme="light"] body.lt-acheter-gl .lt26-nav__dropdown a {
  color: #17202a !important;
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav__dropdown-info small {
  color: rgba(23, 32, 42, 0.58) !important;
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav__dropdown a:hover {
  background: rgba(184, 130, 32, 0.1) !important;
  color: #8a5a0f !important;
}

[data-theme="light"] body.lt-acheter-gl .lt26-nav__hamburger span {
  background: #17202a !important;
}

/* Acheter : hero plus compacte, pour laisser les annonces visibles plus vite. */
body.lt-acheter-gl .ae-hero {
  min-height: clamp(500px, 58svh, 620px);
  padding: calc(var(--gl-nav-h, 76px) + 2.5rem) 2rem 4.6rem;
}

body.lt-acheter-gl .ae-hero-inner {
  max-width: 760px;
}

body.lt-acheter-gl .ae-hero-inner::before {
  height: 44px;
  margin-bottom: 0.8rem;
}

body.lt-acheter-gl .ae-eyebrow {
  margin-bottom: 0.7rem;
  font-size: 0.66rem;
  letter-spacing: 6px;
}

body.lt-acheter-gl .ae-title {
  font-size: clamp(2.45rem, 5.7vw, 5.1rem);
  line-height: 1;
}

body.lt-acheter-gl .ae-lead {
  max-width: 560px;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.65;
}

body.lt-acheter-gl .ae-search {
  width: min(620px, 100%);
  margin-top: 1.25rem;
  padding: 0.35rem;
}

body.lt-acheter-gl .ae-search input {
  min-height: 46px;
  font-size: 0.98rem;
}

body.lt-acheter-gl .ae-search-submit {
  min-height: 40px;
  padding-inline: 1.1rem;
  font-size: 0.62rem;
}

body.lt-acheter-gl .ae-hero-actions {
  margin-top: 1.35rem;
  gap: 0.8rem;
}

body.lt-acheter-gl .ae-hero-btn {
  min-height: 42px;
  padding: 0.7rem 1.35rem;
  font-size: 0.68rem;
}

body.lt-acheter-gl .ae-hero-stats {
  margin-top: 1.1rem;
}

body.lt-acheter-gl .ae-hero-stats span {
  padding: 0.36rem 0.64rem;
}

body.lt-acheter-gl .ae-hero-wave svg {
  height: 72px;
}

body.lt-acheter-gl .ae-toolbar {
  margin-top: -1.35rem;
}

@media (max-width: 640px) {
  body.lt-acheter-gl .ae-hero {
    min-height: clamp(520px, 74svh, 620px);
    padding: calc(var(--gl-nav-h, 64px) + 2rem) 1rem 4.1rem;
  }

  body.lt-acheter-gl .ae-title {
    font-size: clamp(2.15rem, 12vw, 3.75rem);
  }

  body.lt-acheter-gl .ae-search {
    margin-top: 1rem;
  }

  body.lt-acheter-gl .ae-toolbar {
    margin-top: -1.2rem;
  }
}

/* ============================================================
   Bottom sheet filtres mobile — peau Grand Line.
   Aligné sur bundle-acheter.css (source du comportement) : la peau GL
   posait position:sticky (base) + display:none (mobile) qui cassaient
   le panneau coulissant. Placé en FIN de fichier pour gagner la cascade.
   ============================================================ */
@media (max-width: 900px) {
  body.lt-acheter-gl .filters-section-acheter {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: var(--lt-z-overlay, 500);
    margin: 0;
    max-height: 82dvh; /* dvh : suit la barre d'adresse mobile */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    border-right: 0;
    border-radius: 20px 20px 0 0;
    background: rgba(8, 18, 36, 0.97);
    box-shadow: 0 -18px 48px rgba(4, 8, 18, 0.55);
    padding: 0 0 calc(var(--lt-space-lg, 1.5rem) + env(safe-area-inset-bottom, 0px));
    transform: translateY(103%);
    visibility: hidden;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 320ms;
  }

  body.lt-acheter-gl .acheter-layout-flex.filters-open .filters-section-acheter {
    display: block !important;
    transform: translateY(0);
    visibility: visible;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  /* Poignée de préhension */
  body.lt-acheter-gl .filters-section-acheter::before {
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    margin: 10px auto 4px;
    border-radius: 2px;
    background: var(--lt-premium-gold-line-medium, rgba(212, 160, 23, 0.25));
  }

  @media (prefers-reduced-motion: reduce) {
    body.lt-acheter-gl .filters-section-acheter {
      transition: none;
    }
  }
}
