/* ============================================================
   Vitrine publique d'une écurie — /club/{slug}-{token}
   vue des visiteurs et des non-membres.

   Reprend les jetons globaux du site (--green, --gold, --cream, --line,
   --radius, --shadow) : la maquette a été dessinée sur cette palette, il n'y
   a donc aucune couleur nouvelle à introduire ici.

   Tout est scopé sous body.club-vitrine. L'espace membre garde sa propre
   direction (assets/css/club.css, body.club-page) : les deux vues coexistent
   sans se marcher dessus.
   ============================================================ */
body.club-vitrine { background: var(--cream); }

/* ---------- structure ---------- */
.vt-wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px 80px; }
.vt-crumb { padding: 16px 0; font-size: .86rem; color: var(--muted); }
.vt-crumb a { color: var(--muted); }
.vt-crumb span.sep { opacity: .5; }
.vt-crumb .here { color: var(--ink); }

.vt-cols { display: flex; flex-wrap: wrap; gap: 28px; align-items: stretch; margin-top: 28px; }
.vt-main { display: grid; gap: 24px; min-width: 0; flex: 1 1 460px; }
.vt-side { flex: 1 1 300px; max-width: 340px; min-width: 0; }
.vt-side-inner { position: sticky; top: 76px; display: grid; gap: 16px; }

.vt-card { background: var(--surface); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.vt-card h2 { margin: 0 0 4px; font-size: 1.5rem; }
.vt-card > p.vt-sub { margin: 0 0 20px; color: var(--muted); font-size: .9rem; }
.vt-side .vt-card { padding: 24px; }
.vt-side .vt-card h2 { font-size: 1.15rem; margin-bottom: 14px; }

/* ---------- hero ---------- */
.vt-hero { background: var(--surface); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.vt-cover { position: relative; height: 340px; background: linear-gradient(135deg, var(--green) 0%, #111D36 60%, #0c1526 100%); display: grid; place-items: center; }
.vt-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vt-cover::after { content: ""; position: absolute; inset: auto 0 0 0; height: 120px; background: linear-gradient(transparent, rgba(0,0,0,.45)); pointer-events: none; }
.vt-cover-empty { text-align: center; color: rgba(255,255,255,.5); font-size: 2.6rem; }
.vt-hero-body { padding: 26px 30px 30px; }

.vt-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.vt-badge { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 600; padding: 5px 12px; border-radius: 999px; background: var(--green-soft); color: var(--green); }
.vt-badge.ok { background: var(--fir-soft); color: var(--fir); }
.vt-badge.gold { background: var(--gold-soft); color: var(--gold-dark); }
.vt-badge.warn { background: #FBEAE7; color: #C0392B; }

.vt-hero-body h1 { margin: 0 0 8px; font-size: clamp(2rem, 4.4vw, 2.9rem); line-height: 1.08; }
.vt-facts { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; color: var(--muted); font-size: .96rem; }
.vt-facts .rate { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); }
.vt-facts .rate strong { color: var(--gold-dark); font-size: 1.05rem; }

.vt-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }

/* Boutons : min 44px de haut pour rester confortables au doigt. */
.vt-btn { padding: 14px 26px; border-radius: 999px; font-weight: 600; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1.5px solid transparent; cursor: pointer; font: inherit; font-weight: 600; text-decoration: none; }
.vt-btn:hover { text-decoration: none; }
.vt-btn.primary { background: var(--green); color: #fff; }
.vt-btn.primary:hover { background: #111D36; color: #fff; }
.vt-btn.gold { background: var(--gold); color: #fff; }
.vt-btn.gold:hover { background: var(--gold-dark); color: #fff; }
.vt-btn.ghost { background: var(--surface); color: var(--green); border-color: var(--line); }
.vt-btn.ghost:hover { border-color: var(--gold); color: var(--gold-dark); }
.vt-btn.block { width: 100%; }

/* Bandeau « club privé » sous le hero */
.vt-note { margin-top: 16px; background: var(--green-soft); border-radius: 12px; padding: 14px 18px; font-size: .92rem; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.vt-note > span.t { flex: 1; min-width: 240px; }

/* ---------- à propos ---------- */
.vt-lead { margin: 0 0 14px; font-size: 1.06rem; }
.vt-keyfacts { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; gap: 26px; flex-wrap: wrap; font-size: .94rem; }
.vt-keyfacts .k { color: var(--muted); font-size: .82rem; }

/* ---------- tarifs ---------- */
.vt-prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 14px; }
.vt-price { border: 1px solid var(--line); border-radius: 14px; padding: 20px; position: relative; }
.vt-price.best { border: 1.5px solid var(--gold); background: var(--gold-soft); }
.vt-price .tag { position: absolute; top: -11px; left: 16px; background: var(--gold); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .05em; padding: 3px 10px; border-radius: 999px; }
.vt-price .lbl { font-size: .86rem; color: var(--muted); font-weight: 600; }
.vt-price.best .lbl { color: var(--gold-dark); }
.vt-price .amt { font-family: 'Fraunces', Georgia, serif; font-size: 2.1rem; line-height: 1.1; margin: 6px 0 2px; }
.vt-price .sub { font-size: .88rem; color: var(--muted); }
.vt-price.best .sub { color: var(--gold-dark); }
.vt-price .sub s { opacity: .6; }

/* ---------- listes (séances, pensions) ---------- */
.vt-rows { display: grid; gap: 10px; }
.vt-row { display: flex; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; flex-wrap: wrap; }
.vt-row .body { flex: 1; min-width: 200px; }
.vt-row .body strong { font-size: 1.05rem; }
.vt-row .body .meta { color: var(--muted); font-size: .92rem; }
.vt-row .price { text-align: right; }
.vt-row .price .amt { font-family: 'Fraunces', Georgia, serif; font-size: 1.5rem; line-height: 1; }
.vt-row .price .per { color: var(--muted); font-size: .85rem; }

.vt-date { text-align: center; background: var(--green-soft); border-radius: 10px; padding: 8px 14px; min-width: 64px; flex: none; }
.vt-date .dow { font-size: .72rem; color: var(--green); text-transform: uppercase; letter-spacing: .06em; }
.vt-date .day { font-family: 'Fraunces', Georgia, serif; font-size: 1.5rem; line-height: 1; color: var(--green); }
.vt-date .mon { font-size: .72rem; color: var(--green); }

.vt-ico { width: 56px; height: 56px; border-radius: 12px; background: var(--green-soft); display: grid; place-items: center; font-size: 1.4rem; flex: none; }
.vt-ico.gold { background: var(--gold-soft); }

.vt-chip { background: var(--green-soft); color: var(--green); font-size: .78rem; font-weight: 600; padding: 6px 12px; border-radius: 999px; }
.vt-chip.gold { background: var(--gold-soft); color: var(--gold-dark); }

.vt-empty { border: 1.5px dashed var(--line); border-radius: 14px; padding: 22px; text-align: center; }
.vt-empty p { margin: 0 0 6px; font-weight: 600; }
.vt-empty p.sub { margin: 0; color: var(--muted); font-size: .93rem; max-width: 52ch; margin-inline: auto; font-weight: 400; }

/* ---------- cavalerie ---------- */
.vt-horses { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
.vt-horse { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.vt-horse .pic { height: 118px; background: var(--green-soft); display: grid; place-items: center; color: var(--green); opacity: .45; font-size: 1.6rem; }
.vt-horse .pic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vt-horse .pic.has-img { opacity: 1; }
.vt-horse .txt { padding: 12px 14px; }
.vt-horse .txt div { color: var(--muted); font-size: .86rem; }

/* ---------- avis ---------- */
.vt-rate-head { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-bottom: 22px; }
.vt-rate-big { margin-left: auto; text-align: center; background: var(--gold-soft); border-radius: 14px; padding: 14px 24px; }
.vt-rate-big .n { font-family: 'Fraunces', Georgia, serif; font-size: 2.2rem; line-height: 1; color: var(--gold-dark); }
.vt-rate-big .s { color: var(--gold-dark); font-size: .85rem; }
.vt-reviews { display: grid; gap: 14px; }
.vt-review { margin: 0; border-left: 3px solid var(--line); padding: 4px 0 4px 18px; }
.vt-review.hi { border-left-color: var(--gold); }
.vt-review .stars { color: var(--gold-dark); font-size: .9rem; }
.vt-review p { margin: 4px 0 6px; font-size: 1.04rem; }
.vt-review p.none { color: var(--muted); font-size: 1rem; }
.vt-review cite { color: var(--muted); font-size: .86rem; font-style: normal; }

/* ---------- carte ---------- */
.vt-map { height: 280px; border-radius: 14px; border: 1px solid var(--line); z-index: 0; }
.vt-map-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; align-items: center; }

/* ---------- maillage interne ---------- */
.vt-links { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; }
.vt-links a { display: block; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; font-size: .92rem; min-height: 44px; }
.vt-links a:hover { border-color: var(--gold); text-decoration: none; }
.vt-links a span { color: var(--muted); display: block; font-size: .85rem; }

/* ---------- colonne de droite ---------- */
.vt-contact { display: grid; gap: 10px; }
.vt-contact a { display: flex; gap: 12px; align-items: center; border: 1.5px solid var(--line); color: var(--green); padding: 13px 18px; border-radius: 12px; font-weight: 600; min-height: 44px; }
.vt-contact a:hover { border-color: var(--gold); text-decoration: none; }
.vt-contact a.solid { background: var(--green); color: #fff; border-color: var(--green); }
.vt-contact a.solid:hover { background: #111D36; color: #fff; }

.vt-hours { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; font-size: .93rem; }
.vt-hours dt { color: var(--muted); }
.vt-hours dd { margin: 0; text-align: right; }
.vt-hours dd.closed { color: var(--muted); }
.vt-open { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 600; padding: 4px 11px; border-radius: 999px; margin-bottom: 10px; }
.vt-open.yes { background: var(--fir-soft); color: var(--fir); }
.vt-open.no { background: var(--green-soft); color: var(--muted); }

.vt-tags { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; font-size: .86rem; }
.vt-tags li { background: var(--surface); padding: 6px 13px; border-radius: 999px; }
.vt-side .vt-card.soft { background: var(--green-soft); }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .vt-side { max-width: none; flex-basis: 100%; }
  .vt-side-inner { position: static; }
  .vt-cover { height: 220px; }
  .vt-card { padding: 22px; }
  .vt-hero-body { padding: 20px; }
}
@media (max-width: 560px) {
  .vt-cta .vt-btn { width: 100%; }
}
