/* ============================================================
   PAGE HERO — OVERRIDE (padding bottom réduit)
   ============================================================ */
.page-hero { padding: 180px 48px 80px; }

/* Coordonnées décoratives */
.hero-coords { position: absolute; right: 6%; bottom: 10%; font-family: 'Teko', sans-serif; font-size: 13px; letter-spacing: 0.2em; color: rgba(255,255,255,0.06); z-index: 1; line-height: 2; text-align: right; pointer-events: none; }

/* Adresse + actions hero */
.hero-address { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 500; color: rgba(255,255,255,0.6); margin-bottom: 32px; opacity: 0; animation: fadeUp 0.6s 0.8s ease forwards; }
.hero-address-pin { width: 32px; height: 32px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.6s 1s ease forwards; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--red); color: var(--white); padding: 13px 24px; border-radius: 2px; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; transition: all 0.25s; cursor: pointer; }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-outline { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.6); padding: 13px 24px; border-radius: 2px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; transition: all 0.2s; cursor: pointer; }
.btn-outline:hover { border-color: var(--white); color: var(--white); }

/* ============================================================
   SECTION PRINCIPALE : carte + infos
   ============================================================ */
.main-section { display: grid; grid-template-columns: 1fr 420px; min-height: 600px; }

.map-wrap { position: relative; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; border: none; filter: grayscale(100%) invert(90%) contrast(90%); transition: filter 0.4s ease; display: block; min-height: 500px; }
.map-wrap:hover iframe { filter: grayscale(80%) invert(85%) contrast(95%); }
.map-overlay { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to right, transparent 80%, rgba(10,10,10,0.6) 100%); }

.info-panel { background: var(--dark); padding: 48px 40px; display: flex; flex-direction: column; gap: 36px; border-left: 1px solid rgba(255,255,255,0.05); }
.info-block-title { font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.info-block-title::before { content: ''; width: 16px; height: 1px; background: var(--red); }

.address-lines { display: flex; flex-direction: column; gap: 6px; }
.address-line { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.5; }
.address-line strong { color: var(--white); font-weight: 600; }

.horaires-grid { display: flex; flex-direction: column; gap: 6px; }
.horaire-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.horaire-row:last-child { border-bottom: none; }
.horaire-jour { font-size: 13px; color: rgba(255,255,255,0.5); font-weight: 500; letter-spacing: 0.04em; }
.horaire-heure { font-size: 13px; color: var(--white); font-weight: 600; letter-spacing: 0.03em; }
.horaire-heure.closed { color: rgba(255,255,255,0.2); font-weight: 400; }

.status-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 6px rgba(34,197,94,0.6); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.status-text { color: #22c55e; }

.contact-list { display: flex; flex-direction: column; gap: 10px; }
.contact-item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.contact-item:hover { color: var(--white); }
.contact-icon { width: 34px; height: 34px; border-radius: 2px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; transition: border-color 0.2s; }
.contact-item:hover .contact-icon { border-color: var(--red); }

/* ============================================================
   SECTION ACCÈS
   ============================================================ */
.access-section { padding: 80px 48px; background: var(--black); border-top: 1px solid rgba(255,255,255,0.05); }
.section-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--red); display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.section-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--red); }
.section-title { font-family: 'Teko', sans-serif; font-size: clamp(40px, 4vw, 60px); line-height: 0.95; letter-spacing: 0.02em; color: var(--white); margin-bottom: 48px; }
.access-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.access-card { background: var(--dark2); padding: 36px 32px; position: relative; overflow: hidden; }
.access-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.access-card:hover::after { transform: scaleX(1); }
.access-icon { font-size: 36px; margin-bottom: 20px; }
.access-name { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--white); margin-bottom: 12px; }
.access-desc { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.65; }
.access-desc strong { color: rgba(255,255,255,0.7); font-weight: 600; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .main-section { grid-template-columns: 1fr; }
  .map-wrap { height: 400px; }
  .map-overlay { display: none; }
  .info-panel { padding: 36px 24px; }
  .access-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .page-hero { padding: 140px 24px 64px; }
  .access-section { padding: 60px 24px; }
  .hero-coords { display: none; }
}
