/*
 * bagneux.css — surcouche du site Bagneux (standalone).
 * Réutilise tout style.css (sections, cartes, boutons, footer) ; n'ajoute que
 * la top-bar légère, le hero fresque (direction basket) et les vraies photos ADN.
 * La palette reste celle de la marque (or + rouge sur nuit) ; la direction
 * « basketball » est portée par les fresques.
 */

body.bagneux { background: var(--night); }

/* ════════ TOP BAR (pas de .site-nav ici) ════════ */
.bg-topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.75rem;
  background: linear-gradient(to bottom, rgba(14,33,56,.88) 0%, transparent 100%);
  transition: background .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.bg-topbar.scrolled {
  background: var(--night);
  border-bottom-color: rgba(245,197,24,.25);
  box-shadow: 0 6px 24px rgba(0,0,0,.5);
}
.bg-back, .bg-topbar-city, .bg-order {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; font-size: 13px; text-decoration: none;
}
.bg-back { color: rgba(255,255,255,.82); transition: color .2s; }
.bg-back:hover, .bg-back:focus-visible { color: var(--gold); }
.bg-topbar-city { color: var(--gold); letter-spacing: 3px; display: none; }
@media (min-width: 700px) { .bg-topbar-city { display: inline; } }
.bg-order {
  background: var(--gold); color: var(--navy);
  padding: 9px 18px; border-radius: 4px; border: 2px solid var(--gold3);
  transition: all .2s;
}
.bg-order:hover, .bg-order:focus-visible { background: var(--gold3); transform: translateY(-1px); }

/* ════════ HERO FRESQUE ════════ */
.bg-hero {
  position: relative; min-height: 100svh; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  background-color: var(--night);
  background-image:
    linear-gradient(to bottom, rgba(14,33,56,.40) 0%, rgba(14,33,56,.30) 38%, rgba(14,33,56,.97) 100%),
    var(--hero-img);
  background-position: center top; background-size: cover; background-repeat: no-repeat;
}
@media (min-width: 1500px) {
  .bg-hero { background-image:
    linear-gradient(to bottom, rgba(14,33,56,.40) 0%, rgba(14,33,56,.30) 38%, rgba(14,33,56,.97) 100%),
    var(--hero-img-2x); }
}

.bg-hero-content {
  position: relative; z-index: 3; text-align: center;
  padding: 0 1.5rem 1.25rem; max-width: 880px; margin: 0 auto;
  animation: fadeIn .8s ease both;
}
.bg-hero-eyebrow {
  display: inline-block; font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 5px; text-transform: uppercase;
  color: var(--gold);
}
.bg-hero-city {
  font-family: 'Pacifico', cursive; line-height: .92;
  font-size: clamp(64px, 13vw, 140px); color: #fff;
  text-shadow: 3px 3px 0 var(--red), 6px 6px 0 rgba(232,21,27,.35), -2px -2px 0 rgba(245,197,24,.3);
  filter: drop-shadow(0 10px 34px rgba(0,0,0,.55));
  margin: .15rem 0 .35rem;
}
.bg-hero-tag {
  font-family: 'Barlow', sans-serif; font-size: clamp(15px, 2vw, 18px);
  color: rgba(255,248,236,.85); max-width: 540px; margin: 0 auto 1.25rem; line-height: 1.6;
}
.bg-hero-badge {
  display: inline-block; font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); background: rgba(245,197,24,.1);
  border: 1px solid rgba(245,197,24,.5); border-radius: 100px; padding: .4em 1.3em;
  margin-bottom: 1.5rem;
  animation: pulse-soon 2.8s ease-in-out infinite;
}
@keyframes pulse-soon {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245,197,24,.28); }
  50%      { box-shadow: 0 0 0 12px rgba(245,197,24,0); }
}
.bg-hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.bg-hero-strip {
  position: relative; z-index: 3;
  display: flex; align-items: center; justify-content: center; gap: 1.4rem 2.5rem; flex-wrap: wrap;
  padding: 1.1rem 1.5rem;
  background: rgba(0,0,0,.45); border-top: 2px solid var(--gold2);
  font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: var(--gold);
}
.bg-hero-strip span { white-space: nowrap; }

/* ════════ ADN : vraies fresques dans le collage ════════ */
body.bagneux .adn-photo { padding: 0; overflow: hidden; }
body.bagneux .adn-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.bagneux .adn-photo.tall { min-height: 320px; }

/* ════════ Petits utilitaires ════════ */
.bg-soon {
  display: inline-block; margin-top: 1rem;
  font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold);
}

@media (max-width: 640px) {
  .bg-hero-city { font-size: clamp(54px, 16vw, 90px); }
  .bg-hero-strip { gap: .6rem 1.4rem; font-size: 11px; }
  .bg-topbar { padding: .85rem 1.1rem; }
}

/* ════════════════════════════════════════
   AJOUTS — Bagneux (borne, histoire, UX lightening)
════════════════════════════════════════ */

/* ── Borne de commande (kiosk callout) ── */
.bg-kiosk-section { padding-top: 0; }
.bg-kiosk {
  display: flex; align-items: center; gap: 1rem;
  max-width: 640px; margin: 0 auto;
  padding: 1.1rem 1.4rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(245,197,24,.28); border-radius: 14px;
}
.bg-kiosk-ico { font-size: 30px; line-height: 1; flex: none; }
.bg-kiosk-text strong {
  display: block; font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; letter-spacing: .5px; color: var(--gold3); font-size: 17px;
}
.bg-kiosk-text p { margin: .2rem 0 0; color: rgba(255,248,236,.82); font-size: 14px; line-height: 1.5; }
.footer-kiosk { margin-top: .6rem; font-size: 13px; color: rgba(255,255,255,.6); }

/* ── Notre histoire ── */
.histoire-section { text-align: center; }
.histoire-body { max-width: 680px; margin: 1.5rem auto 0; }
.histoire-body p {
  font-family: 'Barlow', sans-serif; font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.75; color: rgba(255,248,236,.88); margin-bottom: 1.1rem;
}

/* ── UX lightening — Bagneux uniquement (plus clair, plus aéré).
   Scopé body.bagneux → Longjumeau (style.css) reste intact. ── */
body.bagneux { letter-spacing: .01em; }
body.bagneux .menu-card-desc,
body.bagneux .menu-section.is-arcade .menu-card-desc,
body.bagneux .adn-lead,
body.bagneux .contact-item-text p { color: rgba(255,248,236,.82); }
body.bagneux .menu-note { color: rgba(255,255,255,.6); }
body.bagneux .menu-card { background: #244A7D; }
body.bagneux .menu-card-body { padding: 1.4rem; }
body.bagneux .btn-gold,
body.bagneux .btn-white-red { box-shadow: 0 4px 14px rgba(0,0,0,.3); }

/* Bouton Deliveroo (livraison Bagneux) — affiché uniquement si l'URL est configurée. */
.ue-btn-deliveroo { background: #00CCBC; margin-top: 12px; }
.ue-btn-deliveroo .ue-deliveroo { color: #fff; font-weight: 800; letter-spacing: .5px; }
