/* ===================================================
   PAGE PRATIQUE — Gertrude Festival 2026
   Palette : #00007C · #000026 · #FFDE00 · #FEC00E
             #EF5CA1 · #ED0980 · #83F379 · #2AC255
   =================================================== */

/* ── HERO ────────────────────────────────────────── */
.info-hero {
  position: relative;
  min-height: 68vh;
  background: #000026;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0 6vw 8vh;
}

.info-hero .arches-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.info-hero .hero-arches {
  width: 100%;
  height: 100%;
}

/* Dégradé de lisibilité côté gauche */
.info-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 38, 0.80) 0%,
    rgba(0, 0, 38, 0.40) 45%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 1;
}

.info-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  animation: infoFadeUp 0.8s ease both;
}

@keyframes infoFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.info-hero .hero-eyebrow {
  font-family: 'Roboto Flex', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(0.68rem, 1.3vw, 0.82rem);
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #EF5CA1;
  margin-bottom: 18px;
}

.info-hero .hero-title {
  font-family: 'Classica', Georgia, serif;
  font-weight: 700;
  font-size: clamp(4.5rem, 13vw, 11rem);
  line-height: 0.85;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #FFDE00;
  margin-bottom: 24px;
}

.info-hero .hero-title .line2 {
  display: block;
  margin-left: clamp(2rem, 10vw, 8rem);
  margin-top: -0.06em;
}

.info-hero .hero-sub {
  font-family: 'Classica', sans-serif;
  font-weight: 400;
  font-size: clamp(0.8rem, 1.6vw, 1.1rem);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72); /* contraste AA sur fond navy */
}

/* ── SECTION PRINCIPALE ──────────────────────────── */
.info-section {
  background: #fff;
  padding: 80px 6vw 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/* ── BLOCS INFO ──────────────────────────────────── */
.info-block {
  width: 100%;
  max-width: 1000px;
}

.block-label {
  font-family: 'Classica', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(0, 0, 38, 0.35);
  padding: 40px 0 16px;
  border-top: 1px solid rgba(0, 0, 38, 0.1);
  margin-top: 8px;
}

/* ── DATE & HORAIRES ─────────────────────────────── */
/* Carte duo arrondie : même langage que les cartes de l'accueil */
.date-hero {
  display: flex;
  align-items: stretch;
  gap: 3px;
  margin-bottom: 3px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 38, 0.1);
}

.date-number-block {
  background: #FFDE00;
  padding: 36px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.date-number-block .day {
  font-family: 'Classica', sans-serif;
  font-weight: 700;
  font-size: clamp(5rem, 12vw, 9rem);
  line-height: 1;
  color: #00007C;
  letter-spacing: -4px;
}

.date-number-block .month-year {
  font-family: 'Classica', sans-serif;
  font-weight: 700;
  font-size: clamp(0.9rem, 2vw, 1.3rem);
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #00007C;
  margin-top: 4px;
}

.date-info-block {
  background: #00007C;
  flex: 1;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.schedule-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.schedule-row:last-child {
  border-bottom: none;
}

.schedule-label {
  font-family: 'Classica', sans-serif;
  font-weight: 400;
  font-size: clamp(0.8rem, 1.8vw, 1rem);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  flex: 1;
}

.schedule-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(255, 222, 0, 0.3);
  margin: 0 12px;
  transform: translateY(-4px);
  min-width: 20px;
}

.schedule-time {
  font-family: 'Classica', sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 2rem);
  color: #FFDE00;
  letter-spacing: 1px;
  flex-shrink: 0;
}

/* ── LIEU ────────────────────────────────────────── */
.lieu-card {
  background: #f5f5f5;
  display: flex;
  flex-direction: row;
  gap: 3px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 38, 0.07);
}

.lieu-main {
  flex: 1;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #f5f5f5;
}

.lieu-address {
  font-family: 'Classica', sans-serif;
}

.lieu-address .street {
  font-weight: 700;
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  text-transform: uppercase;
  color: #00007C;
  letter-spacing: 1px;
  line-height: 1;
  display: block;
}

.lieu-address .city {
  font-weight: 400;
  font-size: clamp(0.85rem, 1.8vw, 1.05rem);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(0, 0, 38, 0.45);
  display: block;
  margin-top: 8px;
}

.maps-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ED0980;
  color: white;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: 'Classica', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: flex-start;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.maps-link:hover {
  background: #EF5CA1;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(237, 9, 128, 0.3);
}

.maps-link:focus-visible {
  outline: 3px solid #00007C;
  outline-offset: 3px;
}

.maps-icon {
  height: 18px;
  width: auto;
  filter: brightness(0) invert(1);
}

/* ── TRANSPORT ───────────────────────────────────── */
.transport-block {
  width: 100%;
  max-width: 1000px;
  background: #000026;
  padding: 40px 44px 44px;
  margin-top: 3px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 38, 0.15);
}

.transport-title {
  font-family: 'Classica', sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #FFDE00;
  margin-bottom: 32px;
}

.transport-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.transport-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.transport-item:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255, 222, 0, 0.35);
  transform: translateY(-2px);
}

/* Pastille circulaire : écho au motif d'arches du festival */
.transport-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFDE00;
  background: rgba(255, 222, 0, 0.08);
  border: 1px solid rgba(255, 222, 0, 0.22);
  border-radius: 50%;
}

.transport-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.transport-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.transport-main {
  font-family: 'Classica', sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.transport-main a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,222,0,0.4);
  transition: border-color 0.2s, color 0.2s;
}

.transport-main a:hover {
  color: #FFDE00;
  border-color: #FFDE00;
}

.transport-detail {
  font-family: 'Classica', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 1px;
}

.transport-badge {
  font-family: 'Classica', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFDE00;
  background: rgba(255,222,0,0.1);
  border: 1px solid rgba(255,222,0,0.3);
  padding: 5px 12px;
  border-radius: 999px;
  flex-shrink: 0;
  white-space: nowrap;
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1024px) {
  .info-hero {
    min-height: 60vh;
    padding: 0 6vw 6vh;
  }

  .info-hero .hero-title {
    font-size: clamp(3.5rem, 16vw, 6rem);
  }

  .info-hero .hero-title .line2 {
    margin-left: clamp(1.5rem, 8vw, 4rem);
  }

  .info-section {
    padding: 60px 5vw 80px;
  }

  .date-hero {
    flex-direction: column;
  }

  .date-number-block {
    padding: 28px 36px;
    flex-direction: row;
    gap: 20px;
    align-items: baseline;
  }

  .date-number-block .day {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .date-info-block {
    padding: 24px 24px;
  }

  .lieu-main {
    padding: 28px 24px;
  }

  .transport-block {
    padding: 32px 24px 36px;
  }

  .transport-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .transport-item {
    padding: 16px 14px;
    gap: 14px;
  }

  .maps-link {
    align-self: stretch;
    justify-content: center;
  }

  .schedule-dots {
    display: none;
  }

  .schedule-row {
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .info-hero {
    min-height: 52vh;
  }

  .info-section {
    padding: 44px 16px 64px;
  }

  .date-hero,
  .lieu-card,
  .transport-block {
    border-radius: 16px;
  }

  .date-number-block {
    padding: 22px 24px;
  }

  .lieu-main {
    padding: 24px 18px;
  }

  .transport-block {
    padding: 24px 14px 26px;
  }

  /* Le badge passe sous le texte, aligné sur le contenu (pas sous la pastille) */
  .transport-item {
    flex-wrap: wrap;
  }

  .transport-badge {
    margin-left: 62px;
  }

  .transport-icon {
    width: 44px;
    height: 44px;
  }
}

/* ── Mouvement réduit : on coupe les animations décoratives ── */
@media (prefers-reduced-motion: reduce) {
  .info-hero .hero-content {
    animation: none;
  }

  .maps-link,
  .transport-item {
    transition: none;
  }

  .maps-link:hover,
  .transport-item:hover {
    transform: none;
  }
}
