/**
 * Accueil « cité des collectionneurs » — ambiance premium galerie / or (surcouche à LT26).
 * Dépendances : bundle-home.css (filtres), loguetown-design-2026.css.
 */
body.lt-accueil-gl {
  --gl-gold: #d4a017;
  --gl-gold-l: #f0c842;
  --gl-gold-xl: #ffe680;
  --gl-gold-glow: rgba(212, 160, 23, 0.45);
  --gl-red: #c0392b;
  --gl-red-b: #e63946;
  --gl-ocean-0: #050a1a;
  --gl-ocean-1: #0a1628;
  --gl-ocean-2: #0d1f3c;
}

body.lt-accueil-gl.lt26-grain {
  background: var(--gl-ocean-0);
  color: #e8e0d0;
}

body.lt-accueil-gl .lt-gl-home {
  position: relative;
  z-index: 2;
  font-family: Rajdhani, system-ui, sans-serif;
}

body.lt-accueil-gl #lt-gl-pc {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

body.lt-accueil-gl .lt-gl-hero {
  position: relative;
  min-height: max(100vh, 680px);
  min-height: max(100dvh, 680px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(ellipse at top, var(--gl-ocean-2) 0%, var(--gl-ocean-0) 65%);
  padding-top: 4.5rem;
}

body.lt-accueil-gl .lt-gl-h-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 50%, rgba(212, 160, 23, 0.06) 0%, transparent 45%),
    radial-gradient(circle at 82% 18%, rgba(192, 57, 43, 0.09) 0%, transparent 45%);
}

body.lt-accueil-gl .lt-gl-h-deco {
  position: absolute;
  font-size: clamp(4rem, 12vw, 9rem);
  opacity: 0.025;
  user-select: none;
  pointer-events: none;
  animation: lt-gl-float 7s ease-in-out infinite;
}

/* Décalage temporel sur le 2e symbole décoratif */
body.lt-accueil-gl .lt-gl-h-deco + .lt-gl-h-deco {
  animation-delay: 3s;
}

@keyframes lt-gl-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-18px); }
}

body.lt-accueil-gl .lt-gl-h-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 2rem;
  max-width: 900px;
}

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

body.lt-accueil-gl .lt-gl-h-title {
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(3rem, 9vw, 6.2rem);
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  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 40px rgba(212, 160, 23, 0.7));
  opacity: 0;
  animation: lt-gl-titleIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.55s;
  padding: 0.3em 0;
  display: block;
  width: 100%;
  overflow: visible;
  white-space: nowrap;
}

body.lt-accueil-gl .lt-gl-h-sub {
  font-family: Cinzel, serif;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: rgba(232, 224, 208, 0.85);
  letter-spacing: 5px;
  margin-top: 0.8rem;
  opacity: 0;
  animation: lt-gl-fadeUp 0.7s forwards 1.2s;
}

body.lt-accueil-gl .lt-gl-h-desc {
  font-size: 1.05rem;
  color: rgba(232, 224, 208, 0.55);
  max-width: 580px;
  margin: 1.4rem auto;
  line-height: 1.85;
  opacity: 0;
  animation: lt-gl-fadeUp 0.7s forwards 1.5s;
}

body.lt-accueil-gl .lt-gl-h-ctas {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  opacity: 0;
  animation: lt-gl-fadeUp 0.7s forwards 1.8s;
}

body.lt-accueil-gl .lt-gl-btn-p {
  font-family: Cinzel, serif;
  font-size: 0.82rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.85rem 2.2rem;
  background: linear-gradient(135deg, var(--gl-gold-l), #b8860b);
  color: #050a1a;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

body.lt-accueil-gl .lt-gl-btn-p:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 0 18px rgba(212, 160, 23, 0.6)) drop-shadow(0 0 40px rgba(212, 160, 23, 0.22));
}

body.lt-accueil-gl .lt-gl-btn-s {
  font-family: Cinzel, serif;
  font-size: 0.82rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.85rem 2.2rem;
  background: transparent;
  color: var(--gl-gold);
  border: 1px solid rgba(212, 160, 23, 0.45);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

body.lt-accueil-gl .lt-gl-btn-s:hover {
  background: rgba(212, 160, 23, 0.08);
  border-color: var(--gl-gold);
  transform: translateY(-3px);
}

body.lt-accueil-gl .lt-gl-h-scroll {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: lt-gl-fadeIn 1s forwards 2.4s;
}

body.lt-accueil-gl .lt-gl-h-scroll span {
  font-family: Cinzel, serif;
  font-size: 0.58rem;
  letter-spacing: 4px;
  color: rgba(212, 160, 23, 0.55);
  text-transform: uppercase;
}

body.lt-accueil-gl .lt-gl-h-sline {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--gl-gold), transparent);
  animation: lt-gl-sline 2s ease-in-out infinite;
}

body.lt-accueil-gl .lt-gl-ocean-ov {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(to top, var(--gl-ocean-1), transparent);
  z-index: 3;
  pointer-events: none;
}

body.lt-accueil-gl .lt-gl-section {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.lt-accueil-gl .lt-gl-section > * {
  max-width: 1280px;
  width: 100%;
}

body.lt-accueil-gl .lt-gl-section > * > * {
  max-width: 1280px;
  width: 100%;
}

body.lt-accueil-gl .lt-gl-eye {
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: var(--gl-gold);
  text-align: center;
  margin-bottom: 0.6rem;
}

body.lt-accueil-gl .lt-gl-stitle {
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  font-weight: 700;
  text-align: center;
  margin: 0;
  background: linear-gradient(135deg, var(--gl-gold-xl), var(--gl-gold), var(--gl-gold-xl));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 20px rgba(212, 160, 23, 0.4));
}

body.lt-accueil-gl .lt-gl-sdiv {
  width: 110px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gl-gold), transparent);
  margin: 1.4rem auto;
}

body.lt-accueil-gl #gl-stats {
  background: var(--gl-ocean-1);
  padding: 5rem 2rem;
  border-top: 1px solid rgba(212, 160, 23, 0.12);
  border-bottom: 1px solid rgba(212, 160, 23, 0.12);
}

body.lt-accueil-gl .lt-gl-sg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 2px;
  max-width: 960px;
  margin: 3rem auto 0;
}

body.lt-accueil-gl .lt-gl-sc {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border: 1px solid rgba(212, 160, 23, 0.18);
  background: rgba(212, 160, 23, 0.03);
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s, background 0.4s, transform 0.4s;
}

body.lt-accueil-gl .lt-gl-sc:hover {
  border-color: rgba(212, 160, 23, 0.5);
  background: rgba(212, 160, 23, 0.07);
  transform: translateY(-5px);
}

body.lt-accueil-gl .lt-gl-sn {
  font-family: "Cinzel Decorative", serif;
  font-size: 2.8rem;
  color: var(--gl-gold);
  font-weight: 700;
}

body.lt-accueil-gl .lt-gl-sl {
  font-family: Cinzel, serif;
  font-size: 0.65rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(232, 224, 208, 0.45);
  margin-top: 0.5rem;
}

body.lt-accueil-gl #gl-search {
  padding: 6rem 0 4rem;
  background: linear-gradient(180deg, var(--gl-ocean-1) 0%, var(--gl-ocean-0) 100%);
  position: relative;
  overflow: hidden;
}

/* ═════════════════════════════════════════════════════════
   CARTE AUX TRÉSORS — Redesign immersif Grand Line
   ═════════════════════════════════════════════════════════ */

body.lt-accueil-gl .gl-search-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

body.lt-accueil-gl .gl-search-stage {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0;
  align-items: stretch;
  min-height: 480px;
}

body.lt-accueil-gl .gl-search-figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

body.lt-accueil-gl .gl-search-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 55%, rgba(212, 160, 23, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

body.lt-accueil-gl .gl-search-figure img {
  max-height: 420px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 40px rgba(212, 160, 23, 0.15));
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s;
}

body.lt-accueil-gl .gl-search-figure:hover img {
  transform: scale(1.03) translateY(-4px);
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 60px rgba(212, 160, 23, 0.25));
}

body.lt-accueil-gl .gl-search-panel {
  position: relative;
  padding: 2rem 2.2rem;
  background: rgba(5, 10, 26, 0.7);
  border: 1px solid rgba(212, 160, 23, 0.2);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

body.lt-accueil-gl .gl-search-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 10%, var(--gl-gold) 50%, transparent 90%);
  opacity: 0.5;
}

body.lt-accueil-gl .gl-search-panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 10%, var(--gl-gold) 50%, transparent 90%);
  opacity: 0.2;
}

body.lt-accueil-gl .gl-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.lt-accueil-gl .gl-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-family: Rajdhani, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(232, 224, 208, 0.65);
  background: rgba(212, 160, 23, 0.04);
  border: 1px solid rgba(212, 160, 23, 0.15);
  cursor: pointer;
  transition: all 0.25s ease;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}

body.lt-accueil-gl .gl-cat-icon {
  display: flex;
  align-items: center;
  opacity: 0.7;
}

body.lt-accueil-gl .gl-cat:hover {
  color: var(--gl-gold-l);
  background: rgba(212, 160, 23, 0.1);
  border-color: rgba(212, 160, 23, 0.35);
}

body.lt-accueil-gl .gl-cat.active {
  color: #050a1a;
  background: linear-gradient(135deg, var(--gl-gold-l), var(--gl-gold));
  border-color: transparent;
  box-shadow: 0 2px 16px rgba(212, 160, 23, 0.35);
}

body.lt-accueil-gl .gl-cat.active .gl-cat-icon {
  opacity: 1;
}

body.lt-accueil-gl .gl-cat.active:hover {
  box-shadow: 0 4px 24px rgba(212, 160, 23, 0.5);
}

body.lt-accueil-gl .gl-filters-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex: 1;
}

body.lt-accueil-gl .gl-filters-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

body.lt-accueil-gl .gl-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  grid-column: span 2;
}

body.lt-accueil-gl .gl-field--half {
  grid-column: span 1;
}

body.lt-accueil-gl .gl-field--full {
  grid-column: span 2;
}

body.lt-accueil-gl .gl-field label {
  font-family: Cinzel, serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(212, 160, 23, 0.7);
}

body.lt-accueil-gl .gl-input {
  width: 100%;
  padding: 10px 14px;
  font-family: Rajdhani, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  color: #e8e0d0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 160, 23, 0.18);
  outline: none;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  appearance: none;
}

body.lt-accueil-gl .gl-input::placeholder {
  color: rgba(232, 224, 208, 0.25);
}

body.lt-accueil-gl .gl-input:focus {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--gl-gold);
  box-shadow: 0 0 0 2px rgba(212, 160, 23, 0.12), 0 0 20px rgba(212, 160, 23, 0.08);
}

body.lt-accueil-gl .gl-submit {
  margin-top: auto;
  padding: 12px 20px;
  font-family: Cinzel, serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #050a1a;
  background: linear-gradient(135deg, var(--gl-gold-l), #b8860b);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  box-shadow: 0 4px 20px rgba(212, 160, 23, 0.35);
}

body.lt-accueil-gl .gl-submit::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 ease;
}

body.lt-accueil-gl .gl-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(212, 160, 23, 0.5);
}

body.lt-accueil-gl .gl-submit:hover::before {
  left: 135%;
}

body.lt-accueil-gl .gl-submit-count {
  font-weight: 500;
  opacity: 0.75;
}

body.lt-accueil-gl #gl-search .content-filtres-centrale {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

body.lt-accueil-gl #gl-search .suggestions-list {
  background: rgba(5, 10, 26, 0.97);
  border: 1px solid rgba(212, 160, 23, 0.25);
  border-top: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

/* Suggestions marque / univers / localisation sur l'accueil GL :
   Le wrapper est sombre, on rend les items lisibles avec ivoire chaud
   sur fond translucide doré subtil. Le bug initial : les items
   n'avaient ni background propre ni color → texte pâle invisible. */
body.lt-accueil-gl .marque-suggestions-list,
body.lt-accueil-gl .univers-suggestions-list,
body.lt-accueil-gl #localisation-suggestions-centrale {
  background: rgba(5, 10, 26, 0.97) !important;
  border: 1px solid rgba(212, 160, 23, 0.32) !important;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55) !important;
  z-index: 50;
}

body.lt-accueil-gl .marque-suggestions-list .marque-suggestion-item,
body.lt-accueil-gl .univers-suggestions-list .univers-suggestion-item,
body.lt-accueil-gl #localisation-suggestions-centrale .suggestion-item {
  padding: 10px 14px !important;
  cursor: pointer;
  background: transparent !important;
  color: #f4ead7 !important;
  font-weight: 600 !important;
  font-family: Rajdhani, system-ui, sans-serif;
  border-bottom: 1px solid rgba(212, 160, 23, 0.14) !important;
}

body.lt-accueil-gl .marque-suggestions-list .marque-suggestion-item:hover,
body.lt-accueil-gl .univers-suggestions-list .univers-suggestion-item:hover,
body.lt-accueil-gl #localisation-suggestions-centrale .suggestion-item:hover {
  background: rgba(212, 160, 23, 0.18) !important;
  color: #fff8e1 !important;
}

body.lt-accueil-gl .marque-suggestions-list .marque-suggestion-item:last-child,
body.lt-accueil-gl .univers-suggestions-list .univers-suggestion-item:last-child {
  border-bottom: 0 !important;
}

body.lt-accueil-gl .gl-cat .type-button-label-short {
  display: none;
}

/* ═════════════════════════════════════════════════════════
   CARTE AUX TRÉSORS — Responsive
   ═════════════════════════════════════════════════════════ */

@media (max-width: 900px) {
  body.lt-accueil-gl .gl-search-stage {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  body.lt-accueil-gl .gl-search-figure {
    order: -1;
    padding: 1rem 2rem;
    min-height: 200px;
  }

  body.lt-accueil-gl .gl-search-figure img {
    max-height: 260px;
  }
}

@media (max-width: 640px) {
  body.lt-accueil-gl .lt-gl-nav__brand {
    letter-spacing: 1.5px;
    font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  }

  body.lt-accueil-gl #gl-search {
    padding: 4rem 1rem 3rem;
  }

  body.lt-accueil-gl .gl-search-header {
    margin-bottom: 2rem;
  }

  body.lt-accueil-gl .gl-search-figure {
    display: none;
  }

  body.lt-accueil-gl .gl-search-stage {
    max-width: 100%;
  }

  body.lt-accueil-gl .gl-search-panel {
    padding: 1.5rem 1.25rem;
    gap: 1.4rem;
  }

  body.lt-accueil-gl .gl-cats {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  body.lt-accueil-gl .gl-cats::-webkit-scrollbar {
    display: none;
  }

  body.lt-accueil-gl .gl-cat {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.78rem;
    padding: 7px 12px;
  }

  body.lt-accueil-gl .gl-filters-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.lt-accueil-gl .gl-field,
  body.lt-accueil-gl .gl-field--half,
  body.lt-accueil-gl .gl-field--full {
    grid-column: span 1;
  }

  body.lt-accueil-gl .gl-input {
    min-height: 48px;
    font-size: 1rem;
  }

  body.lt-accueil-gl .gl-submit {
    min-height: 50px;
    font-size: 0.82rem;
  }

  body.lt-accueil-gl .gl-cat .type-button-label-long {
    display: none;
  }
  body.lt-accueil-gl .gl-cat .type-button-label-short {
    display: inline;
  }
}

/* Legacy — hide old sidebar/image/filter elements on Grand Line */
body.lt-accueil-gl #gl-search .accueil-search-inner {
  display: none;
}

/* Old filter rules removed — replaced by .gl-* classes above */

/* ═════════════════════════════════════════════════════════
   CATEGORIES — Style Grand Line
   ═════════════════════════════════════════════════════════ */

body.lt-accueil-gl #gl-categories .accueil-categories-grid {
  gap: 1rem;
}

body.lt-accueil-gl #gl-categories .category-card {
  background: linear-gradient(180deg, rgba(8, 18, 36, 0.7) 0%, rgba(5, 10, 26, 0.8) 100%);
  border: 1px solid rgba(212, 160, 23, 0.2);
  color: rgba(232, 224, 208, 0.9);
  font-family: Cinzel, serif;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(212, 160, 23, 0.05) inset;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

body.lt-accueil-gl #gl-categories .category-card::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.3s ease;
}

body.lt-accueil-gl #gl-categories .category-card:hover {
  background: linear-gradient(180deg, rgba(212, 160, 23, 0.15) 0%, rgba(5, 10, 26, 0.85) 100%);
  border-color: var(--gl-gold);
  transform: translateY(-3px);
  box-shadow:
    0 8px 28px rgba(212, 160, 23, 0.15),
    0 0 0 1px rgba(212, 160, 23, 0.15) inset,
    0 0 40px rgba(212, 160, 23, 0.08);
  color: var(--gl-gold-l);
}

body.lt-accueil-gl #gl-categories .category-card:hover::before {
  opacity: 1;
}

@media (max-width: 768px) {
  body.lt-accueil-gl #gl-categories .accueil-categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  body.lt-accueil-gl #gl-categories .category-card {
    font-size: 0.78rem;
    padding: 1rem 0.75rem;
  }
}

/* Old type-button/search-button styles removed — replaced by .gl-* */

body.lt-accueil-gl #gl-products {
  padding: 6rem 2rem;
  background: linear-gradient(180deg, var(--gl-ocean-0) 0%, var(--gl-ocean-1) 100%);
}

/* Old image-centrale/content-filtres styles removed — replaced by .gl-* */

body.lt-accueil-gl .lt-gl-pg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

body.lt-accueil-gl .lt26-fcard.lt-gl-fcard {
  background: rgba(8, 18, 36, 0.9);
  border: 1px solid rgba(212, 160, 23, 0.15);
}

body.lt-accueil-gl .lt26-fcard.lt-gl-fcard:hover {
  border-color: rgba(212, 160, 23, 0.45);
}

body.lt-accueil-gl .lt26-fcard__media {
  position: relative !important;
  aspect-ratio: 4/5 !important;
  min-height: 350px !important;
  background: radial-gradient(ellipse at center, rgba(212, 160, 23, 0.08), transparent) !important;
  border: 1px dashed rgba(212, 160, 23, 0.2) !important;
}

body.lt-accueil-gl .lt26-fcard__img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

body.lt-accueil-gl #gl-community {
  padding: 8rem 2rem;
  background: var(--gl-ocean-1);
  position: relative;
  overflow: hidden;
}

body.lt-accueil-gl #gl-community .lt-gl-community-inner,
body.lt-accueil-gl #gl-community .lt-gl-eye,
body.lt-accueil-gl #gl-community .lt-gl-stitle,
body.lt-accueil-gl #gl-community .lt-gl-sdiv,
body.lt-accueil-gl #gl-community .lt-gl-community-lead {
  text-align: center !important;
}

body.lt-accueil-gl #gl-community .lt-gl-community-lead {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.lt-accueil-gl #gl-community .lt-gl-map-actions {
  max-width: 880px;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
  text-align: center !important;
}

body.lt-accueil-gl .lt-gl-map-c {
  position: relative;
  max-width: 880px;
  margin: 4rem auto 0;
  background:
    linear-gradient(rgba(212, 160, 23, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 160, 23, 0.025) 1px, transparent 1px),
    radial-gradient(ellipse 65% 45% at 50% 47%, rgba(13, 31, 60, 0.75) 0%, rgba(5, 10, 26, 0.95) 100%);
  background-size: 44px 44px, 44px 44px, 100% 100%;
  border: 1px solid rgba(212, 160, 23, 0.28);
  padding: 2.5rem;
  box-shadow:
    inset 0 0 80px rgba(0, 0, 0, 0.5),
    inset 0 0 30px rgba(212, 160, 23, 0.04),
    0 30px 70px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(212, 160, 23, 0.06),
    0 0 50px rgba(212, 160, 23, 0.06);
  overflow: visible;
}

body.lt-accueil-gl .lt-gl-map-c::before {
  content: "— WANTED —";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Cinzel, serif;
  font-size: 0.62rem;
  letter-spacing: 6px;
  color: var(--gl-gold);
  background: var(--gl-ocean-1);
  padding: 0 1rem;
  z-index: 4;
}

/* Corner decorations */
body.lt-accueil-gl .lt-gl-mcorner {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: rgba(212, 160, 23, 0.55);
  border-style: solid;
  z-index: 5;
  pointer-events: none;
}
body.lt-accueil-gl .lt-gl-mcorner--tl { top: 8px; left: 8px; border-width: 1px 0 0 1px; }
body.lt-accueil-gl .lt-gl-mcorner--tr { top: 8px; right: 8px; border-width: 1px 1px 0 0; }
body.lt-accueil-gl .lt-gl-mcorner--bl { bottom: 8px; left: 8px; border-width: 0 0 1px 1px; }
body.lt-accueil-gl .lt-gl-mcorner--br { bottom: 8px; right: 8px; border-width: 0 1px 1px 0; }

body.lt-accueil-gl .lt-gl-mpin {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--gl-gold);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

body.lt-accueil-gl .lt-gl-mpin--paris { top: 34%; left: 47%; }
body.lt-accueil-gl .lt-gl-mpin--tokyo { top: 30%; left: 78%; }
body.lt-accueil-gl .lt-gl-mpin--new-york { top: 36%; left: 22%; }
body.lt-accueil-gl .lt-gl-mpin--sao-paulo { top: 68%; left: 30%; }
body.lt-accueil-gl .lt-gl-mpin--dubai { top: 44%; left: 58%; }
body.lt-accueil-gl .lt-gl-mpin--sydney { top: 72%; left: 82%; }

/* Anneaux pulsés — positionnés avec inset comme la référence */
body.lt-accueil-gl .lt-gl-mpin::before,
body.lt-accueil-gl .lt-gl-mpin::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(212, 160, 23, 0.6);
  pointer-events: none;
  box-sizing: border-box;
  animation: lt-gl-pin-pulse 2.2s ease-out infinite;
}

body.lt-accueil-gl .lt-gl-mpin::before {
  inset: -6px;
}

body.lt-accueil-gl .lt-gl-mpin::after {
  inset: -14px;
  animation-delay: 0.6s;
}

/* Étiquette ville permanente */
body.lt-accueil-gl .lt-gl-mcity {
  display: none;
}

body.lt-accueil-gl .lt-gl-mpin:hover .lt-gl-mcity {
  color: var(--gl-gold);
}

@keyframes lt-gl-pin-pulse {
  0%   { transform: scale(1);   opacity: 0.8; }
  100% { transform: scale(2.6); opacity: 0;   }
}

body.lt-accueil-gl .lt-gl-mtip {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(5, 10, 26, 0.97);
  border: 1px solid rgba(212, 160, 23, 0.4);
  padding: 0.4rem 0.9rem;
  font-family: Cinzel, serif;
  font-size: 0.6rem;
  letter-spacing: 2px;
  color: var(--gl-gold);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 20;
}

body.lt-accueil-gl .lt-gl-mpin:hover .lt-gl-mtip {
  opacity: 1;
}

body.lt-accueil-gl .lt-gl-gl-line {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 3%,
    rgba(212, 160, 23, 0.5) 20%,
    rgba(212, 160, 23, 0.9) 50%,
    rgba(212, 160, 23, 0.5) 80%,
    transparent 97%
  );
  pointer-events: none;
}

body.lt-accueil-gl .lt-gl-gl-label {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Cinzel, serif;
  font-size: 0.52rem;
  letter-spacing: 5px;
  color: var(--gl-gold);
  text-transform: uppercase;
  white-space: nowrap;
}

body.lt-accueil-gl #gl-manifesto {
  padding: 10rem 2rem;
  background: linear-gradient(180deg, var(--gl-ocean-0) 0%, #07101f 50%, var(--gl-ocean-0) 100%);
}

body.lt-accueil-gl #gl-manifesto .lt-gl-manifesto-inner,
body.lt-accueil-gl #gl-manifesto .lt-gl-manifesto-inner > *,
body.lt-accueil-gl #gl-manifesto p {
  text-align: center !important;
}

body.lt-accueil-gl #gl-manifesto .lt-gl-manifesto-inner,
body.lt-accueil-gl #gl-manifesto p {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.lt-accueil-gl #gl-why {
  padding: 8rem 2rem;
  background: var(--gl-ocean-1);
}

body.lt-accueil-gl .lt-gl-wg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.8rem;
  max-width: 1200px;
  margin: 4rem auto 0;
}

body.lt-accueil-gl .lt-gl-wc {
  padding: 2.2rem;
  border: 1px solid rgba(212, 160, 23, 0.14);
  background: rgba(5, 10, 26, 0.45);
  transition: background 0.4s, border-color 0.4s, transform 0.4s;
  position: relative;
  overflow: hidden;
}

body.lt-accueil-gl .lt-gl-wc:hover {
  background: rgba(212, 160, 23, 0.06);
  border-color: rgba(212, 160, 23, 0.3);
  transform: translateX(6px);
}

body.lt-accueil-gl .lt-gl-wtitle {
  font-family: Cinzel, serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--gl-gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0.6rem 0;
}

body.lt-accueil-gl .lt-gl-wtext {
  color: rgba(232, 224, 208, 0.55);
  line-height: 1.75;
  font-size: 0.93rem;
}

body.lt-accueil-gl .accueil-trust .lt-trust-strip {
  background:
    linear-gradient(rgba(212, 160, 23, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 160, 23, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, rgba(8, 18, 36, 0.94), rgba(5, 10, 26, 0.98));
  background-size: 34px 34px, 34px 34px, 100% 100%;
  border-color: rgba(212, 160, 23, 0.24);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

body.lt-accueil-gl .accueil-trust .lt-trust-item__title {
  color: rgba(232, 224, 208, 0.9);
}

body.lt-accueil-gl .accueil-trust .lt-trust-item__desc {
  color: rgba(232, 224, 208, 0.62);
}

body.lt-accueil-gl .accueil-trust .lt-trust-item__icon {
  color: var(--gl-gold);
  background: rgba(212, 160, 23, 0.12);
  box-shadow: inset 0 0 0 1px rgba(212, 160, 23, 0.16);
}

[data-theme="light"] body.lt-accueil-gl .accueil-trust .lt-trust-strip {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(250, 246, 237, 0.78));
  border-color: rgba(168, 111, 18, 0.24);
  box-shadow: 0 18px 42px rgba(23, 32, 42, 0.08);
}

[data-theme="light"] body.lt-accueil-gl .accueil-trust .lt-trust-item__title {
  color: #17202a;
}

[data-theme="light"] body.lt-accueil-gl .accueil-trust .lt-trust-item__desc {
  color: rgba(23, 32, 42, 0.68);
}

[data-theme="light"] body.lt-accueil-gl .accueil-trust .lt-trust-item__icon {
  color: #a86f12;
  background: rgba(168, 111, 18, 0.11);
  box-shadow: inset 0 0 0 1px rgba(168, 111, 18, 0.14);
}

body.lt-accueil-gl #gl-cta-final {
  position: relative;
  padding: 12rem 2rem 14rem;
  text-align: center;
  overflow: visible;
  background: radial-gradient(ellipse at center, var(--gl-ocean-2) 0%, var(--gl-ocean-0) 70%);
}

body.lt-accueil-gl .lt-gl-ctitle {
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-weight: 900;
  margin: 0 0 1.5rem;
  background: linear-gradient(135deg, #fff 0%, var(--gl-gold-xl) 35%, var(--gl-gold) 65%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 50px rgba(212, 160, 23, 0.8));
  line-height: 1.3;
  display: block;
  width: 100%;
  overflow: visible;
  text-align: center;
}

body.lt-accueil-gl .lt-gl-rv {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

body.lt-accueil-gl .lt-gl-rv.lt-gl-vis {
  opacity: 1;
  transform: translateY(0);
}

body.lt-accueil-gl .lt-gl-d1 {
  transition-delay: 0.1s;
}
body.lt-accueil-gl .lt-gl-d2 {
  transition-delay: 0.2s;
}
body.lt-accueil-gl .lt-gl-d3 {
  transition-delay: 0.3s;
}
body.lt-accueil-gl .lt-gl-d4 {
  transition-delay: 0.4s;
}
body.lt-accueil-gl .lt-gl-d5 {
  transition-delay: 0.5s;
}

body.lt-accueil-gl #gl-nouveautes {
  padding: 5rem 1rem;
  background: var(--gl-ocean-0);
}

body.lt-accueil-gl #gl-faq.lt26-faq {
  padding-bottom: 6rem;
  background: var(--gl-ocean-0);
  color: #e8e0d0;
  --gl-faq-text: rgba(232, 224, 208, 0.86);
  --gl-faq-muted: rgba(232, 224, 208, 0.64);
  --gl-faq-line: rgba(212, 160, 23, 0.22);
}

body.lt-accueil-gl #gl-faq .lt26-section-kicker {
  color: var(--gl-gold);
}

body.lt-accueil-gl #gl-faq .lt26-section-title {
  color: var(--gl-faq-text);
}

body.lt-accueil-gl #gl-faq .lt26-faq__list {
  border-top-color: var(--gl-faq-line);
}

body.lt-accueil-gl #gl-faq .lt26-faq__row {
  border-bottom-color: var(--gl-faq-line);
}

body.lt-accueil-gl #gl-faq button.lt26-faq__q {
  color: var(--gl-faq-text);
}

body.lt-accueil-gl #gl-faq .lt26-faq__q-text {
  color: var(--gl-faq-text);
  opacity: 1;
}

body.lt-accueil-gl #gl-faq .lt26-faq__chevron {
  color: var(--gl-gold);
}

body.lt-accueil-gl #gl-faq .lt26-faq__num {
  color: var(--gl-gold);
}

body.lt-accueil-gl #gl-faq .lt26-faq__a {
  color: var(--gl-faq-muted);
}

body.lt-accueil-gl #gl-faq .lt26-faq__row:hover button.lt26-faq__q,
body.lt-accueil-gl #gl-faq .lt26-faq__row:hover .lt26-faq__q-text {
  color: var(--gl-gold);
}

[data-theme="light"] body.lt-accueil-gl #gl-faq.lt26-faq {
  --gl-faq-text: #17202a;
  --gl-faq-muted: rgba(23, 32, 42, 0.74);
  --gl-faq-line: rgba(168, 111, 18, 0.28);
  color: var(--gl-faq-text);
}

[data-theme="light"] body.lt-accueil-gl #gl-faq .lt26-section-kicker,
[data-theme="light"] body.lt-accueil-gl #gl-faq .lt26-faq__num,
[data-theme="light"] body.lt-accueil-gl #gl-faq .lt26-faq__chevron {
  color: #a86f12;
}

[data-theme="light"] body.lt-accueil-gl #gl-faq .lt26-faq__row:hover button.lt26-faq__q,
[data-theme="light"] body.lt-accueil-gl #gl-faq .lt26-faq__row:hover .lt26-faq__q-text {
  color: #8a5a0f;
}

@keyframes lt-gl-fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lt-gl-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lt-gl-titleIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes lt-gl-sline {
  0%,
  100% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

/* ——— Header style prototype (accueil cité des collectionneurs uniquement) ——— */
body.lt-accueil-gl .lt26-nav--grand-line {
  padding: 1.15rem 0;
  background: linear-gradient(180deg, rgba(5, 10, 26, 0.65) 0%, transparent 100%);
  border-bottom: none;
}

body.lt-accueil-gl .lt26-nav--grand-line.is-scrolled {
  padding: 0.65rem 0;
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  background: rgba(5, 10, 26, 0.92) !important;
  border-bottom: 1px solid rgba(212, 160, 23, 0.2);
}

/* Mode soleil : même barre claire que le reste du site (évite nav sombre + textes incohérents) */
[data-theme="light"] body.lt-accueil-gl .lt26-nav--grand-line,
[data-theme="light"] body.lt-accueil-gl .lt26-nav--grand-line.is-scrolled {
  background: rgba(255, 250, 240, 0.97) !important;
  border-bottom: 1px solid rgba(138, 90, 15, 0.2) !important;
  box-shadow: 0 8px 28px rgba(23, 32, 42, 0.06);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

[data-theme="light"] body.lt-accueil-gl a.lt-gl-nlink {
  color: rgba(35, 44, 56, 0.72);
}
[data-theme="light"] body.lt-accueil-gl a.lt-gl-nlink:hover,
[data-theme="light"] body.lt-accueil-gl a.lt-gl-nlink.is-active,
[data-theme="light"] body.lt-accueil-gl a.lt-gl-nlink[aria-current="page"] {
  color: #7a5100;
}
[data-theme="light"] body.lt-accueil-gl a.lt-gl-nlink::after {
  background: #b8860b;
}

[data-theme="light"] body.lt-accueil-gl .lt-gl-nav__brand {
  color: #8a5a0f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 0 20px rgba(184, 134, 11, 0.22);
}

[data-theme="light"] body.lt-accueil-gl .lt26-nav--grand-line .lt26-nav__icon {
  color: rgba(35, 44, 56, 0.55);
}
[data-theme="light"] body.lt-accueil-gl .lt26-nav--grand-line .lt26-nav__icon:hover {
  color: #7a5100;
  background: rgba(184, 134, 11, 0.12);
}

[data-theme="light"] body.lt-accueil-gl .lt-gl-nav__search .lt26-nav__search-input {
  background: #fffefb !important;
  border: 1px solid rgba(138, 90, 15, 0.24) !important;
  color: #1e2733 !important;
}
[data-theme="light"] body.lt-accueil-gl .lt-gl-nav__search .lt26-nav__search-input::placeholder {
  color: rgba(35, 44, 56, 0.48) !important;
}

[data-theme="light"] body.lt-accueil-gl .lt-gl-nav__deposit {
  background: rgba(255, 252, 246, 0.85) !important;
  color: #7a5100 !important;
  border-color: rgba(138, 90, 15, 0.38) !important;
}
[data-theme="light"] body.lt-accueil-gl .lt-gl-nav__deposit:hover {
  background: rgba(184, 134, 11, 0.12) !important;
  border-color: #b8860b !important;
}

[data-theme="light"] body.lt-accueil-gl .lt26-nav--grand-line .lt26-nav__user-btn {
  background: #fffefb !important;
  border: 1px solid rgba(138, 90, 15, 0.22) !important;
  color: #1e2733 !important;
  box-shadow: 0 2px 14px rgba(23, 32, 42, 0.06) !important;
}
[data-theme="light"] body.lt-accueil-gl .lt26-nav--grand-line .lt26-nav__user-btn:hover {
  border-color: rgba(184, 134, 11, 0.45) !important;
}

[data-theme="light"] body.lt-accueil-gl .lt26-nav--grand-line .lt26-nav__hamburger span {
  background: rgba(35, 44, 56, 0.75);
}

body.lt-accueil-gl .lt-gl-nav__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 0.9rem;
  flex-wrap: wrap;
}

body.lt-accueil-gl .lt-gl-nav__brand {
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  color: var(--gl-gold);
  letter-spacing: 3px;
  text-decoration: none;
  text-shadow: 0 0 24px var(--gl-gold-glow);
  flex-shrink: 0;
  white-space: nowrap;
}

body.lt-accueil-gl .lt-gl-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 200px;
  gap: 0.25rem 0.96rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

body.lt-accueil-gl a.lt-gl-nlink {
  font-family: Cinzel, serif;
  font-size: 0.72rem;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: rgba(232, 224, 208, 0.55);
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  white-space: nowrap;
  transition: color 0.3s;
}

body.lt-accueil-gl a.lt-gl-nlink::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gl-gold);
  transition: width 0.3s;
}

body.lt-accueil-gl a.lt-gl-nlink:hover,
body.lt-accueil-gl a.lt-gl-nlink.is-active {
  color: var(--gl-gold);
}

body.lt-accueil-gl a.lt-gl-nlink:hover::after,
body.lt-accueil-gl a.lt-gl-nlink.is-active::after {
  width: 100%;
}

body.lt-accueil-gl .lt-gl-nav__search.lt26-nav__search {
  margin: 0 6px;
}

/* ——— Vague animée bas du hero ——— */
body.lt-accueil-gl .hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 5;
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════════════
   PREMIUM ENHANCEMENTS — Curseur, effets et micro-interactions
   ═══════════════════════════════════════════════════════════ */

/* Curseur personnalisé (non-touch seulement) */
body.lt-accueil-gl.lt-gl-cursor-ready,
body.lt-accueil-gl.lt-gl-cursor-ready * { cursor: none; }
body.lt-accueil-gl #lt-gl-cur,
body.lt-accueil-gl #lt-gl-cur2 {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
body.lt-accueil-gl #lt-gl-cur {
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--gl-gold);
  transition: width .2s, height .2s, border-color .2s;
}
body.lt-accueil-gl #lt-gl-cur2 {
  width: 5px;
  height: 5px;
  background: var(--gl-gold);
}

/* Focus visible — accessibilité clavier */
body.lt-accueil-gl .lt-gl-btn-p:focus-visible,
body.lt-accueil-gl .lt-gl-btn-s:focus-visible {
  outline: 2px solid var(--gl-gold);
  outline-offset: 4px;
}
body.lt-accueil-gl a.lt-gl-nlink:focus-visible {
  outline: 2px solid var(--gl-gold);
  outline-offset: 3px;
  color: var(--gl-gold);
}
body.lt-accueil-gl .lt-gl-mpin:focus-visible {
  outline: 2px solid var(--gl-gold);
  outline-offset: 6px;
}

/* Stat card — filet doré en haut */
body.lt-accueil-gl .lt-gl-sc::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gl-gold), transparent);
}

/* Bouton primaire — sweep shine au hover */
body.lt-accueil-gl .lt-gl-btn-p::before {
  content: '';
  position: absolute;
  top: -50%; left: -80%;
  width: 50%; height: 200%;
  background: rgba(255, 255, 255, 0.16);
  transform: skewX(-25deg);
  transition: left .55s;
}
body.lt-accueil-gl .lt-gl-btn-p:hover::before { left: 135%; }

/* Why card — barre gauche dorée au hover */
body.lt-accueil-gl .lt-gl-wc::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 0;
  background: var(--gl-gold);
  transition: height 0.4s;
}
body.lt-accueil-gl .lt-gl-wc:hover::before { height: 100%; }

/* CTA titre — animation glow pulsée */
@keyframes lt-gl-ctaGlow {
  0%, 100% { filter: drop-shadow(0 0 40px rgba(212, 160, 23, 0.6)); }
  50%       { filter: drop-shadow(0 0 80px rgba(212, 160, 23, 1)); }
}
body.lt-accueil-gl .lt-gl-ctitle {
  animation: lt-gl-ctaGlow 3s ease-in-out infinite;
}

/* Featured card — glare + tilt */
body.lt-accueil-gl .lt26-fcard.lt-gl-fcard {
  transform-style: preserve-3d;
}
body.lt-accueil-gl .lt26-fcard__glare {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 25%, rgba(255, 255, 255, 0.06) 50%, transparent 80%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 5;
}
body.lt-accueil-gl .lt26-fcard.lt-gl-fcard:hover .lt26-fcard__glare {
  opacity: 1;
}

/* Sections — padding uniforme sur mobile */
@media (max-width: 640px) {
  body.lt-accueil-gl .lt-gl-section { padding-left: 1rem; padding-right: 1rem; }
  body.lt-accueil-gl #gl-cta-final { padding: 7rem 1rem; }
  body.lt-accueil-gl #gl-manifesto { padding: 6rem 1rem; }
  body.lt-accueil-gl .lt-gl-ctitle {
    font-size: clamp(2rem, 12vw, 5rem);
    line-height: 1.4;
    padding: 0.5rem 0;
  }
}

/* Hero title fix for specific breakpoint */
@media (min-width: 1400px) and (max-width: 1600px) {
  body.lt-accueil-gl .lt-gl-h-title {
    font-size: 6.2rem;
    line-height: 1.25;
    padding: 0.4em 0;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  body.lt-accueil-gl .lt-gl-h-title {
    font-size: 6.2rem;
    line-height: 1.2;
    padding: 0.35em 0;
  }
}

@media (min-width: 1000px) and (max-width: 1299px) {
  body.lt-accueil-gl .lt-gl-h-title {
    font-size: 5.5rem;
    line-height: 1.15;
    padding: 0.3em 0;
  }
}

/* ══════════════════════════════════════════════════════════
   FOOTER — style Grand Ligne (override du footer LT26)
   ══════════════════════════════════════════════════════════ */
body.lt-accueil-gl .lt26-footer {
  background: var(--gl-ocean-0) !important;
  border-top: 1px solid rgba(212, 160, 23, 0.15) !important;
  color: #e8e0d0;
}

/* Bandeau top "Le marché des collectionneurs" */
body.lt-accueil-gl .lt26-footer__top {
  background: var(--gl-ocean-0) !important;
  border-bottom: 1px solid rgba(212, 160, 23, 0.1) !important;
}
body.lt-accueil-gl .lt26-footer__big,
body.lt-accueil-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;
}

/* Titres de colonnes */
body.lt-accueil-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 rgba(212, 160, 23, 0.15) !important;
  padding-bottom: 0.6rem !important;
  margin-bottom: 1rem !important;
}

/* Liens du footer */
body.lt-accueil-gl .lt26-footer__links a,
body.lt-accueil-gl .lt26-footer__desc {
  color: rgba(232, 224, 208, 0.42) !important;
  transition: color 0.3s !important;
}
body.lt-accueil-gl .lt26-footer__links a:hover {
  color: var(--gl-gold) !important;
  text-decoration: none !important;
}

/* Logo footer */
body.lt-accueil-gl .lt26-footer__logo-img {
  filter: brightness(0.9) sepia(0.2) saturate(1.4) !important;
}

/* Boutons footer */
body.lt-accueil-gl .lt26-footer__top .lt26-btn--coral {
  background: linear-gradient(135deg, var(--gl-gold-l), #b8860b) !important;
  color: #050a1a !important;
  border: none !important;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%) !important;
}
body.lt-accueil-gl .lt26-footer__top .lt26-btn--ghost {
  border-color: rgba(212, 160, 23, 0.45) !important;
  color: var(--gl-gold) !important;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%) !important;
}
body.lt-accueil-gl .lt26-footer__top .lt26-btn--ghost:hover {
  background: rgba(212, 160, 23, 0.08) !important;
}

/* Réseaux sociaux */
body.lt-accueil-gl .lt26-footer__social-btn {
  border-color: rgba(212, 160, 23, 0.35) !important;
  color: rgba(212, 160, 23, 0.7) !important;
}
body.lt-accueil-gl .lt26-footer__social-btn:hover {
  background: rgba(212, 160, 23, 0.12) !important;
  border-color: var(--gl-gold) !important;
  color: var(--gl-gold) !important;
}

/* Barre légale */
body.lt-accueil-gl .lt26-footer__legal {
  border-top: 1px solid rgba(212, 160, 23, 0.1) !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-accueil-gl .lt26-footer__legal-links a {
  color: rgba(232, 224, 208, 0.22) !important;
}
body.lt-accueil-gl .lt26-footer__legal-links a:hover {
  color: var(--gl-gold) !important;
}

body.lt-accueil-gl .lt-gl-nav__search .lt26-nav__search-input {
  width: 150px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 160, 23, 0.28);
  color: #e8e0d0;
  font-family: Rajdhani, system-ui, sans-serif;
}

body.lt-accueil-gl .lt-gl-nav__search .lt26-nav__search-input::placeholder {
  color: rgba(232, 224, 208, 0.35);
}

body.lt-accueil-gl .lt-gl-nav__search .lt26-nav__search-input:focus {
  width: 190px;
  border-color: rgba(212, 160, 23, 0.55);
  box-shadow: 0 0 0 2px rgba(212, 160, 23, 0.15);
}

body.lt-accueil-gl .lt-gl-nav__actions.lt26-nav__actions {
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.lt-accueil-gl .lt26-nav--grand-line .lt26-nav__icon {
  color: rgba(232, 224, 208, 0.55);
}

body.lt-accueil-gl .lt26-nav--grand-line .lt26-nav__icon:hover {
  color: var(--gl-gold);
  background: rgba(212, 160, 23, 0.1);
}

body.lt-accueil-gl .lt-gl-nav__explore {
  font-family: Cinzel, serif;
  font-size: 0.72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.65rem 1.35rem;
  background: linear-gradient(135deg, var(--gl-gold-l), #b8860b);
  color: #050a1a;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  font-weight: 700;
}

body.lt-accueil-gl .lt-gl-nav__explore:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 22px var(--gl-gold-glow);
}

body.lt-accueil-gl .lt-gl-nav__deposit {
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.55rem 0.85rem;
  background: transparent;
  color: var(--gl-gold);
  border: 1px solid rgba(212, 160, 23, 0.45);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  transition: all 0.25s;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}

body.lt-accueil-gl .lt-gl-nav__deposit:hover {
  background: rgba(212, 160, 23, 0.1);
  border-color: var(--gl-gold);
}

body.lt-accueil-gl .lt26-nav--grand-line .lt26-nav__user-btn {
  color: rgba(232, 224, 208, 0.85);
  border-color: rgba(212, 160, 23, 0.25);
}

@media (max-width: 1100px) {
  body.lt-accueil-gl .lt-gl-nav__links {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(212, 160, 23, 0.12);
  }

  body.lt-accueil-gl .lt-gl-nav__search.lt26-nav__search {
    flex: 1;
    margin: 0;
  }

  body.lt-accueil-gl .lt-gl-nav__search .lt26-nav__search-input {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1100px) {
  body.lt-accueil-gl .lt-gl-nav__links {
    display: none;
  }
}

@media (max-width: 360px) {
  body.lt-accueil-gl .gl-hero,
  body.lt-accueil-gl .accueil-grand-line__hero {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  body.lt-accueil-gl .gl-kpi__grid,
  body.lt-accueil-gl .kpi-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px;
  }
  body.lt-accueil-gl .lt-gl-nav__inner {
    padding: 0 6px;
    gap: 3px;
  }
}

body.lt-accueil-gl .lt26-cursor-ring {
  border-color: rgba(212, 160, 23, 0.45);
}

body.lt-accueil-gl .lt26-cursor-dot {
  background: radial-gradient(circle, #f0c842 0%, #d4a017 100%);
}

@media (prefers-reduced-motion: reduce) {
  body.lt-accueil-gl .lt-gl-h-eye,
  body.lt-accueil-gl .lt-gl-h-title,
  body.lt-accueil-gl .lt-gl-h-sub,
  body.lt-accueil-gl .lt-gl-h-desc,
  body.lt-accueil-gl .lt-gl-h-ctas,
  body.lt-accueil-gl .lt-gl-h-scroll {
    animation: none !important;
    opacity: 1 !important;
  }
  body.lt-accueil-gl .lt-gl-rv {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  body.lt-accueil-gl .lt-gl-mpin::before,
  body.lt-accueil-gl .lt-gl-mpin::after {
    animation: none !important;
    opacity: 0 !important;
  }
}

/* ════════════════════════════════════════════════════════
   PINS CARTE — Animation via classes (compatible CSP)
   ════════════════════════════════════════════════════════ */

/* Les pins restent visibles meme si le JS de reveal ne se lance pas. */
body.lt-accueil-gl .lt-gl-map-c .lt-gl-mpin,
body.lt-accueil-gl .lt-gl-map-c.pins-visible .lt-gl-mpin {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Stagger reel : les pins sont les div 2 a 7, apres la ligne centrale. */
body.lt-accueil-gl .lt-gl-map-c.pins-visible .lt-gl-mpin:nth-of-type(2) { transition-delay: 0s; }
body.lt-accueil-gl .lt-gl-map-c.pins-visible .lt-gl-mpin:nth-of-type(3) { transition-delay: 0.18s; }
body.lt-accueil-gl .lt-gl-map-c.pins-visible .lt-gl-mpin:nth-of-type(4) { transition-delay: 0.36s; }
body.lt-accueil-gl .lt-gl-map-c.pins-visible .lt-gl-mpin:nth-of-type(5) { transition-delay: 0.54s; }
body.lt-accueil-gl .lt-gl-map-c.pins-visible .lt-gl-mpin:nth-of-type(6) { transition-delay: 0.72s; }
body.lt-accueil-gl .lt-gl-map-c.pins-visible .lt-gl-mpin:nth-of-type(7) { transition-delay: 0.9s; }

/* Light mode polish: keep the collector-city atmosphere without washing out content. */
[data-theme="light"] body.lt-accueil-gl #gl-community {
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.96) 0%, rgba(248, 240, 224, 0.92) 48%, rgba(255, 252, 246, 0.98) 100%),
    var(--gl-ocean-1);
}

[data-theme="light"] body.lt-accueil-gl #gl-community .lt-gl-eye {
  color: #b47a00;
  text-shadow: none;
}

[data-theme="light"] body.lt-accueil-gl #gl-community .lt-gl-stitle {
  background: linear-gradient(135deg, #5b4113 0%, #b47a00 48%, #4a3410 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 10px 26px rgba(126, 86, 14, 0.14));
}

[data-theme="light"] body.lt-accueil-gl #gl-community .lt-gl-community-lead {
  color: rgba(46, 40, 31, 0.76);
  text-shadow: none;
}

[data-theme="light"] body.lt-accueil-gl #gl-community .lt-gl-sdiv {
  background: linear-gradient(90deg, transparent, rgba(191, 132, 12, 0.92), transparent);
  box-shadow: 0 10px 22px rgba(191, 132, 12, 0.18);
}

[data-theme="light"] body.lt-accueil-gl .lt-gl-map-c {
  background:
    linear-gradient(rgba(212, 160, 23, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 160, 23, 0.045) 1px, transparent 1px),
    radial-gradient(ellipse 68% 50% at 50% 42%, rgba(32, 47, 75, 0.96) 0%, rgba(10, 16, 32, 0.98) 100%);
  background-size: 44px 44px, 44px 44px, 100% 100%;
  border-color: rgba(164, 108, 0, 0.62);
  box-shadow:
    inset 0 0 72px rgba(0, 0, 0, 0.48),
    inset 0 0 24px rgba(212, 160, 23, 0.08),
    0 24px 60px rgba(52, 36, 12, 0.2),
    0 8px 18px rgba(52, 36, 12, 0.1);
}

[data-theme="light"] body.lt-accueil-gl .lt-gl-map-c::before {
  color: #b98505;
  background: #fffaf0;
  text-shadow: none;
}

[data-theme="light"] body.lt-accueil-gl .lt-gl-map-c path,
[data-theme="light"] body.lt-accueil-gl .lt-gl-map-c polygon,
[data-theme="light"] body.lt-accueil-gl .lt-gl-map-c polyline,
[data-theme="light"] body.lt-accueil-gl .lt-gl-map-c line {
  stroke-opacity: 0.72;
}

[data-theme="light"] body.lt-accueil-gl .lt-gl-gl-line {
  background: linear-gradient(90deg, transparent 3%, rgba(212, 160, 23, 0.42) 20%, rgba(236, 183, 39, 0.9) 50%, rgba(212, 160, 23, 0.42) 80%, transparent 97%);
}

[data-theme="light"] body.lt-accueil-gl .lt-gl-gl-label,
[data-theme="light"] body.lt-accueil-gl .lt-gl-mtip {
  color: #f0bd35;
  text-shadow: 0 0 14px rgba(212, 160, 23, 0.35);
}

[data-theme="light"] body.lt-accueil-gl #gl-community .lt-gl-map-actions .lt-gl-btn-p {
  background: linear-gradient(135deg, #efbd28 0%, #c98c05 100%);
  color: #17120a;
  box-shadow: 0 14px 30px rgba(185, 122, 0, 0.24);
}

[data-theme="light"] body.lt-accueil-gl #gl-community .lt-gl-map-actions .lt-gl-btn-s {
  background: rgba(255, 252, 246, 0.88);
  border-color: rgba(177, 117, 0, 0.42);
  color: #9b6900;
  box-shadow: 0 14px 28px rgba(52, 36, 12, 0.1);
}

[data-theme="light"] body.lt-accueil-gl #gl-community .lt-gl-map-actions .lt-gl-btn-s:hover {
  background: rgba(255, 248, 232, 0.98);
  border-color: rgba(177, 117, 0, 0.68);
}

/* Carrousel : masqué sur desktop (grille classique) */
body.lt-accueil-gl .lt-gl-pg-carousel__nav,
body.lt-accueil-gl .lt-gl-pg-carousel__dots {
  display: none;
}

/* Mobile polish: accueil confortable jusqu'à 768px */
@media (max-width: 768px) {
  body.lt-accueil-gl {
    overflow-x: hidden;
  }

  body.lt-accueil-gl .lt-gl-home,
  body.lt-accueil-gl .lt-gl-section,
  body.lt-accueil-gl .lt26-footer {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  body.lt-accueil-gl .lt-gl-hero {
    min-height: 92svh;
    padding: calc(var(--gl-nav-h, 64px) + 1.25rem) 1rem 5rem;
  }

  body.lt-accueil-gl .lt-gl-h-content {
    width: min(100%, 430px);
    padding: 1rem 0;
  }

  body.lt-accueil-gl .lt-gl-h-deco {
    display: none;
  }

  body.lt-accueil-gl .lt-gl-h-eye,
  body.lt-accueil-gl .lt-gl-eye,
  body.lt-accueil-gl .lt26-section-kicker {
    font-size: 0.62rem;
    letter-spacing: 3px;
    line-height: 1.55;
    text-align: center;
  }

  body.lt-accueil-gl .lt-gl-h-title {
    font-size: clamp(2.45rem, 16vw, 4.4rem);
    line-height: 1.05;
    white-space: normal;
    overflow-wrap: anywhere;
    padding: 0.18em 0;
    filter: drop-shadow(0 0 26px rgba(212, 160, 23, 0.55));
  }

  body.lt-accueil-gl .lt-gl-h-sub {
    font-size: clamp(0.9rem, 4.6vw, 1.15rem);
    letter-spacing: 2.5px;
    line-height: 1.45;
  }

  body.lt-accueil-gl .lt-gl-h-desc {
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 33ch;
    margin: 1.1rem auto;
  }

  body.lt-accueil-gl .lt-gl-h-ctas,
  body.lt-accueil-gl #gl-cta-final .lt-gl-rv.lt-gl-d2,
  body.lt-accueil-gl .lt-gl-map-actions {
    width: min(100%, 360px);
    margin-left: auto !important;
    margin-right: auto !important;
    flex-direction: column;
    gap: 0.85rem !important;
  }

  body.lt-accueil-gl .lt-gl-btn-p,
  body.lt-accueil-gl .lt-gl-btn-s,
  body.lt-accueil-gl #gl-cta-final .lt-gl-btn-p,
  body.lt-accueil-gl #gl-cta-final .lt-gl-btn-s {
    width: 100%;
    min-height: 48px;
    padding: 0.82rem 1rem !important;
    font-size: 0.74rem !important;
    letter-spacing: 2px;
    line-height: 1.25;
    text-align: center;
  }

  body.lt-accueil-gl .lt-gl-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  body.lt-accueil-gl .lt-gl-stitle,
  body.lt-accueil-gl .lt26-section-title {
    font-size: clamp(1.85rem, 10vw, 3rem);
    line-height: 1.1;
    text-align: center !important;
    overflow-wrap: anywhere;
  }

  body.lt-accueil-gl .lt-gl-sdiv {
    margin-left: auto;
    margin-right: auto;
  }

  body.lt-accueil-gl .lt-gl-sg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    width: 100%;
  }

  body.lt-accueil-gl .lt-gl-sc {
    padding: 1.2rem 0.75rem;
    min-width: 0;
  }

  body.lt-accueil-gl .lt-gl-sn {
    font-size: clamp(1.7rem, 10vw, 2.45rem);
  }

  body.lt-accueil-gl .lt-gl-sl {
    font-size: 0.54rem;
    letter-spacing: 2px;
    overflow-wrap: anywhere;
  }

  body.lt-accueil-gl #gl-search {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  body.lt-accueil-gl .gl-search-stage,
  body.lt-accueil-gl #gl-search .content-filtres-centrale {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body.lt-accueil-gl .gl-search-panel {
    padding: 1rem;
    border-left-color: rgba(212, 160, 23, 0.16);
    border-right-color: rgba(212, 160, 23, 0.16);
    gap: 1rem;
    background: rgba(5, 10, 26, 0.86);
  }

  body.lt-accueil-gl .gl-cats {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 0.55rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 1rem 0.35rem;
    scroll-padding-inline: 1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -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-accueil-gl .gl-cat {
    min-height: 42px;
    padding: 0.65rem 0.85rem;
    font-size: 0.78rem;
    gap: 0.45rem;
  }

  body.lt-accueil-gl .gl-cat-icon svg {
    width: 18px;
    height: 18px;
  }

  body.lt-accueil-gl .gl-filters-form {
    gap: 0.95rem;
  }

  body.lt-accueil-gl .gl-filters-grid {
    gap: 0.85rem;
  }

  body.lt-accueil-gl .gl-field label {
    font-size: 0.58rem;
    letter-spacing: 2px;
    line-height: 1;
  }

  body.lt-accueil-gl .gl-input {
    min-height: 46px;
    padding: 0.72rem 0.9rem;
    border-radius: 8px;
    background: rgba(7, 19, 36, 0.92);
    font-size: 0.96rem;
  }

  body.lt-accueil-gl .gl-submit {
    min-height: 50px;
    margin-top: 0.2rem;
    padding: 0.85rem 1rem;
    font-size: 0.78rem;
    letter-spacing: 4px;
    border-radius: 0;
  }

  body.lt-accueil-gl .lt-gl-products-head {
    margin-bottom: 2rem !important;
  }

  body.lt-accueil-gl #gl-products {
    padding-left: 0;
    padding-right: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  body.lt-accueil-gl #gl-products > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* Carrousel horizontal — pièces remarquées */
  body.lt-accueil-gl .lt-gl-pg-carousel {
    position: relative;
    max-width: 100%;
  }

  body.lt-accueil-gl .lt-gl-pg-carousel__nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
    padding: 0 2px;
  }

  body.lt-accueil-gl .lt-gl-pg-carousel__btn {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(212, 160, 23, 0.45);
    background: rgba(5, 10, 26, 0.88);
    color: var(--gl-gold, #d4a017);
    font-size: 1.35rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
  }

  body.lt-accueil-gl .lt-gl-pg-carousel__btn:hover,
  body.lt-accueil-gl .lt-gl-pg-carousel__btn:focus-visible {
    background: rgba(212, 160, 23, 0.15);
    border-color: var(--gl-gold, #d4a017);
    outline: none;
  }

  body.lt-accueil-gl .lt-gl-pg-carousel__btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }

  body.lt-accueil-gl .lt-gl-pg.lt-gl-pg-carousel__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    /* 2 cartes par vue (cartes 44vw) — padding latéral simple,
       plus de centrage 1-carte (images pleine largeur trop grosses à 320px) */
    padding: 6px 14px 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0,
      #000 12px,
      #000 calc(100% - 12px),
      transparent 100%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0,
      #000 12px,
      #000 calc(100% - 12px),
      transparent 100%
    );
  }

  body.lt-accueil-gl .lt-gl-pg-carousel__track::-webkit-scrollbar {
    display: none;
  }

  /* 2 cartes visibles par vue : ~44vw chacune (images ≤ moitié d'écran,
     y compris à 320px), défilement par paire. */
  body.lt-accueil-gl .lt-gl-pg-carousel__track > .lt-gl-fcard {
    flex: 0 0 min(44vw, 220px);
    width: min(44vw, 220px);
    max-width: min(44vw, 220px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    margin: 0;
  }

  body.lt-accueil-gl .lt-gl-pg-carousel__track .lt26-fcard__media {
    min-height: 0 !important; /* l'aspect-ratio gouverne seul */
    aspect-ratio: 4 / 5 !important;
  }

  body.lt-accueil-gl .lt-gl-pg-carousel__dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    padding: 0 12px;
  }

  body.lt-accueil-gl .lt-gl-pg-carousel__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(212, 160, 23, 0.28);
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
  }

  body.lt-accueil-gl .lt-gl-pg-carousel__dot.is-active {
    background: var(--gl-gold, #d4a017);
    transform: scale(1.2);
  }

  body.lt-accueil-gl .lt-gl-pg-carousel__dot:focus-visible {
    outline: 2px solid var(--gl-gold, #d4a017);
    outline-offset: 2px;
  }

  body.lt-accueil-gl #gl-community {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  body.lt-accueil-gl #gl-community .lt-gl-community-lead {
    max-width: 34ch !important;
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
  }

  body.lt-accueil-gl .lt-gl-map-c {
    width: 100%;
    margin-top: 2.4rem;
    padding: 1.25rem 0.75rem;
    background-size: 28px 28px, 28px 28px, 100% 100%;
    box-shadow:
      inset 0 0 44px rgba(0, 0, 0, 0.55),
      0 18px 38px rgba(0, 0, 0, 0.32);
  }

  body.lt-accueil-gl .lt-gl-map-c svg {
    aspect-ratio: 880 / 400;
    min-height: 170px;
  }

  body.lt-accueil-gl .lt-gl-map-c::before {
    font-size: 0.54rem;
    letter-spacing: 4px;
    padding: 0 0.7rem;
  }

  body.lt-accueil-gl .lt-gl-gl-label {
    font-size: 0.44rem;
    letter-spacing: 3px;
  }

  body.lt-accueil-gl .lt-gl-mtip {
    display: none;
  }

  body.lt-accueil-gl #gl-manifesto {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  body.lt-accueil-gl #gl-manifesto .lt-gl-manifesto-inner {
    width: min(100%, 360px);
  }

  body.lt-accueil-gl #gl-manifesto .lt-gl-stitle {
    font-size: clamp(1.35rem, 7.5vw, 2.1rem) !important;
    line-height: 1.25 !important;
  }

  body.lt-accueil-gl #gl-manifesto p {
    max-width: 34ch;
  }

  body.lt-accueil-gl .lt-gl-wg {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  body.lt-accueil-gl .lt-gl-wc {
    padding: 1.35rem;
  }

  body.lt-accueil-gl #gl-cta-final {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  body.lt-accueil-gl .lt-gl-ctitle {
    font-size: clamp(2.3rem, 15vw, 4rem);
    line-height: 1.05;
  }

  body.lt-accueil-gl #gl-cta-final p {
    font-size: 0.85rem !important;
    letter-spacing: 2px !important;
    line-height: 1.65;
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
  }

  body.lt-accueil-gl #gl-faq .lt26-container {
    padding-left: 0;
    padding-right: 0;
  }

  body.lt-accueil-gl #gl-faq button.lt26-faq__q {
    gap: 0.75rem;
    padding: 1rem 0;
  }

  body.lt-accueil-gl #gl-faq .lt26-faq__q-text {
    font-size: 0.98rem;
    line-height: 1.35;
  }

  body.lt-accueil-gl .lt26-footer__big {
    font-size: clamp(2rem, 12vw, 3.4rem) !important;
    line-height: 1.05 !important;
  }
}

@media (max-width: 480px) {
  body.lt-accueil-gl .lt-gl-nav__inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    gap: 0.5rem;
  }

  body.lt-accueil-gl .lt-gl-nav__brand {
    flex: 0 0 auto;
    max-width: none;
    overflow: visible;
  }
  body.lt-accueil-gl .lt-gl-nav__brand .lt26-nav__logo {
    display: block;
    height: 26px;
    width: auto;
    max-width: min(150px, 44vw);
    object-fit: contain;
  }

  body.lt-accueil-gl .lt-gl-nav__search.lt26-nav__search {
    display: none;
  }

  body.lt-accueil-gl .lt-gl-nav__actions.lt26-nav__actions {
    flex: 0 0 auto;
    gap: 0.35rem;
  }

  body.lt-accueil-gl .lt-gl-nav__explore,
  body.lt-accueil-gl .lt-gl-nav__deposit {
    min-height: 36px;
    padding: 0.5rem 0.65rem;
    font-size: 0.58rem;
    letter-spacing: 1.2px;
  }

  body.lt-accueil-gl .lt26-nav--grand-line .lt26-nav__icon,
  body.lt-accueil-gl .lt26-nav--grand-line .lt26-nav__user-btn {
    width: 36px;
    height: 36px;
  }

  body.lt-accueil-gl .lt-gl-hero {
    min-height: 88svh;
  }

  body.lt-accueil-gl .lt-gl-h-title {
    font-size: clamp(2.35rem, 15vw, 3.65rem);
  }

  body.lt-accueil-gl .lt-gl-h-desc {
    max-width: 30ch;
  }

  body.lt-accueil-gl .lt-gl-sg {
    grid-template-columns: 1fr;
  }

  body.lt-accueil-gl .lt-gl-sc {
    padding: 1rem;
  }

  body.lt-accueil-gl .gl-search-panel {
    padding: 0.9rem 0.8rem 1rem;
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  body.lt-accueil-gl .gl-cats {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  body.lt-accueil-gl .gl-cat {
    min-height: 40px;
    padding: 0.6rem 0.78rem;
    font-size: 0.74rem;
  }

  body.lt-accueil-gl .gl-input {
    min-height: 44px;
  }

  body.lt-accueil-gl .gl-submit {
    letter-spacing: 3px;
    font-size: 0.74rem;
  }

  body.lt-accueil-gl .lt26-fcard__media {
    min-height: 230px !important;
  }

  body.lt-accueil-gl .lt-gl-map-c {
    padding: 1rem 0.55rem;
  }

  body.lt-accueil-gl .lt-gl-map-c svg {
    min-height: 145px;
  }

  body.lt-accueil-gl .lt-gl-mpin {
    width: 8px;
    height: 8px;
  }

  body.lt-accueil-gl .lt-gl-mpin::before {
    inset: -5px;
  }

  body.lt-accueil-gl .lt-gl-mpin::after {
    inset: -11px;
  }

  body.lt-accueil-gl .lt-gl-mcorner {
    width: 12px;
    height: 12px;
  }

}

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

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

  body.lt-accueil-gl .lt-gl-btn-p:hover,
  body.lt-accueil-gl .lt-gl-btn-s:hover,
  body.lt-accueil-gl .gl-submit:hover,
  body.lt-accueil-gl .lt26-fcard.lt-gl-fcard:hover,
  body.lt-accueil-gl .lt-gl-wc:hover {
    transform: none;
  }
}

/* ═════════════════════════════════════════════════════════
   CARTE AUX TRÉSORS — Option A : Figurine en BACKDROP sur smartphone
   La figurine devient un visuel atmosphérique derrière le panneau de
   recherche. Le formulaire reste 100% lisible et accessible.
   Override les règles ≤ 640px (figure cachée + cats scroll horizontal)
   et restructure le stage en stacking context.
   ═════════════════════════════════════════════════════════ */
@media (max-width: 700px) {
  body.lt-accueil-gl .gl-search-stage {
    display: block;
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    min-height: 600px;
    grid-template-columns: none;
  }

  /* Figurine : restaurée mais en backdrop absolu */
  body.lt-accueil-gl .gl-search-figure {
    display: flex !important;
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
    opacity: 0.42;
    filter: blur(1.5px) saturate(0.92);
    min-height: 0;
    transition: opacity 600ms ease;
  }

  /* On retire le glow radial existing (devient redondant sur backdrop) */
  body.lt-accueil-gl .gl-search-figure::before {
    display: none;
  }

  body.lt-accueil-gl .gl-search-figure img {
    max-height: 90%;
    max-width: 92%;
    object-fit: contain;
    /* Fade-out vers le bas pour fondre dans le fond du panel */
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 95%);
            mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 95%);
    /* Drop-shadow déjà appliqué par accueil-grand-line.css :370 — on l'amplifie un poil pour la lisibilité */
    filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 32px rgba(212, 160, 23, 0.10));
  }

  /* Hover désactivé en mode backdrop (la pièce ne doit pas bouger) */
  body.lt-accueil-gl .gl-search-figure:hover img {
    transform: none;
  }

  /* Panel : au-dessus du backdrop avec verre dépoli plus opaque */
  body.lt-accueil-gl .gl-search-panel {
    position: relative;
    z-index: 2;
    background: rgba(5, 10, 26, 0.88);
    backdrop-filter: blur(32px) saturate(160%);
    -webkit-backdrop-filter: blur(32px) saturate(160%);
    padding: 1.5rem 1.25rem;
    gap: 1.3rem;
  }

  /* Catégories : grille 3×2 propre (override le scroll horizontal du 640px) */
  body.lt-accueil-gl .gl-cats {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    padding-bottom: 0;
  }

  body.lt-accueil-gl .gl-cat {
    flex: unset;
    white-space: normal;
    text-align: center;
    justify-content: center;
    min-height: 46px;
    padding: 8px 6px;
    font-size: 0.72rem;
    gap: 4px;
  }

  body.lt-accueil-gl .gl-cat .gl-cat-icon {
    flex-shrink: 0;
  }

  /* La 6ème catégorie "Carte à collectionner" devient juste "Cartes" */
  body.lt-accueil-gl .gl-cat .type-button-label-long {
    display: none;
  }
  body.lt-accueil-gl .gl-cat .type-button-label-short {
    display: inline;
  }

  /* Header de la section : un peu plus compact */
  body.lt-accueil-gl .gl-search-header {
    margin-bottom: 1.6rem;
  }
}

/* Très petit (≤ 380px) : backdrop un cran plus discret, panel plus serré */
@media (max-width: 380px) {
  body.lt-accueil-gl .gl-search-figure {
    opacity: 0.32;
  }
  body.lt-accueil-gl .gl-search-panel {
    padding: 1.25rem 1rem;
  }
  body.lt-accueil-gl .gl-cats {
    gap: 6px;
  }
  body.lt-accueil-gl .gl-cat {
    min-height: 44px;
    padding: 7px 4px;
    font-size: 0.68rem;
  }
}

/* Light theme : on adapte le fond du panel pour la lisibilité */
[data-theme="light"] body.lt-accueil-gl .gl-search-panel {
  background: rgba(255, 250, 240, 0.88);
}
@media (max-width: 700px) {
  [data-theme="light"] body.lt-accueil-gl .gl-search-panel {
    background: rgba(255, 250, 240, 0.94);
  }
  [data-theme="light"] body.lt-accueil-gl .gl-search-figure {
    opacity: 0.32;
  }
}

/* Reduced motion : le mask reste valide mais on neutralise la transition */
@media (prefers-reduced-motion: reduce) {
  body.lt-accueil-gl .gl-search-figure {
    transition: none;
  }
}

/* ============================================================
   Conteneurs utilitaires — remplacent les styles inline du template
   includes/accueil-grand-line-main.php (mêmes valeurs, zéro changement
   visuel). Ajoutés au chantier responsive 2026-06-11.
   ============================================================ */
body.lt-accueil-gl .gl-wrap { max-width: 1280px; margin: 0 auto; }
body.lt-accueil-gl .gl-wrap--center { text-align: center; }
body.lt-accueil-gl .gl-wrap-narrow { max-width: 820px; margin: 0 auto; text-align: center; }
body.lt-accueil-gl .gl-cta-wrap { position: relative; z-index: var(--lt-z-raised, 10); max-width: 1200px; margin: 0 auto; padding: 1rem; }
body.lt-accueil-gl .gl-lead-note { color: rgba(232, 224, 208, .45); max-width: 560px; margin: 1rem auto 0; line-height: 1.75; }
body.lt-accueil-gl .gl-sub-note { text-align: center; color: rgba(232, 224, 208, .5); max-width: 480px; margin: 0 auto; }
body.lt-accueil-gl .gl-manifesto-note { text-align: center !important; color: rgba(232, 224, 208, .45); max-width: 560px; margin: 1.4rem auto; font-size: var(--lt-text-md, 1rem); line-height: 1.85; }

/* SVG pleine largeur + séparateur vertical or (ex-styles inline) */
body.lt-accueil-gl .gl-svg-full { display: block; width: 100%; }
body.lt-accueil-gl .gl-svg-full--dim { opacity: .45; }
body.lt-accueil-gl .gl-vline { width: 1px; height: 70px; margin: 0 auto; background: linear-gradient(to bottom, transparent, var(--gl-gold), transparent); }
