﻿/* Reset & base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #243047;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.social:focus-visible,
.main-nav a:focus-visible {
  outline: 3px solid rgba(4, 78, 161, 0.45);
  outline-offset: 2px;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 3000;
  background: #ffffff;
  color: #000;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transform: translateY(-200%);
  transition: transform 0.2s ease;
}
.skip-link:focus {
  transform: translateY(0);
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Palette issue du logo */
:root {
  --blue-main: #044ea1; /* principal (logo) */
  --blue-dark: #00479c; /* sombre */
  --blue-light: #1160ae; /* clair  */
  --ink: #1a2740;
  --muted: #6b7b98;
  --paper: #f7f9fc;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.75)
  );
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(4, 78, 161, 0.12);
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.brand-logo {
  height: 54px;
}
.main-nav a {
  margin-left: 20px;
  color: var(--ink);
  font-weight: 600;
}
.main-nav a:hover {
  color: var(--blue-main);
}

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  background: radial-gradient(
    1200px 800px at 50% 35%,
    var(--blue-light) 0%,
    var(--blue-main) 45%,
    var(--blue-dark) 100%
  );
  color: #fff;
  min-height: 78vh;
  display: grid;
  place-items: center;
  text-align: center;
}
.hero-logo {
  height: min(28vh, 240px);
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.25));
}
.hero-lead {
  max-width: 820px;
  margin: 20px auto 28px;
  font-size: 1.15rem;
  opacity: 0.95;
}
.hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: #fff;
  color: var(--blue-main);
}
.btn-primary:hover {
  background: #f0f4ff;
}
.btn-outline {
  border: 2px solid #fff;
  color: #fff;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}
.cta-secondary-row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.hero-waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.15;
  background: repeating-linear-gradient(
    15deg,
    rgba(255, 255, 255, 0.35) 0 1px,
    transparent 1px 12px
  );
}

/* Section head */
.section-head {
  text-align: center;
  margin: 70px 0 32px;
}
.section-head h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  color: var(--ink);
}
.section-head p {
  color: var(--muted);
  margin-top: 10px;
}
.section-head.light h2 {
  color: #fff;
}
.section-head.light p {
  color: #e6edff;
}

/* Featured Article */
.featured-article {
  padding: 0;
  background: linear-gradient(180deg, var(--blue-dark), var(--blue-main));
  color: #fff;
  min-height: 100vh;
  display: grid;
  place-items: center;
}
.featured {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.featured-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}
.featured h3 {
  font-family: "Playfair Display", serif;
  margin: 0 0 8px;
  color: var(--ink);
}
.featured-meta {
  color: var(--muted);
  margin-bottom: 10px;
}
.featured-text {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.8;
}
.featured-text blockquote {
  margin: 12px 0;
  padding-left: 14px;
  border-left: 4px solid rgba(4, 78, 161, 0.2);
}
.featured-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
  align-items: center;
}
.featured-hero {
  position: relative;
  width: min(1200px, 96vw);
  height: min(100vh, 980px);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.25);
  background: #0a1530;
  cursor: pointer;
}
.featured-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  transform: translateX(0);
}
.featured-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 10, 25, 0.65);
  pointer-events: none;
}
.featured-hero:hover img {
  transform: translateX(0);
}
.featured-quote {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: min(820px, 88%);
  background: rgba(0, 16, 40, 0.7);
  color: #ffffff;
  padding: 22px 26px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 2;
  transition: left 600ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1), opacity 480ms ease;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.9;
}
.featured-hero.is-active img {
  transform: translateX(0);
}
.featured-hero.is-active .featured-quote {
  opacity: 1;
  white-space: pre-line;
}
.featured-quote a {
  color: #e6edff;
  text-decoration: underline;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
/* Textes liés aux images (sous-titres en gras) */
.news-headline h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.featured-communes {
  position: absolute;
  left: 50%;
  top: calc(50% + 170px);
  width: min(1000px, 90vw);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  opacity: 0;
  transform: translate(-50%, 10px);
  z-index: 2;
  transition: opacity 450ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.featured-hero.is-active .featured-communes {
  opacity: 1;
  transform: translate(-50%, 0);
}
.featured-communes-extra {
  position: absolute;
  left: 50%;
  top: calc(50% + 310px);
  width: min(1000px, 90vw);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  opacity: 0;
  transform: translate(-50%, 10px);
  z-index: 2;
  transition: opacity 450ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.featured-hero.is-active .featured-communes-extra {
  opacity: 1;
  transform: translate(-50%, 0);
}
.featured-communes-extra img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.featured-communes-extra img:hover {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
}
.featured-communes img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.featured-communes img:hover {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
}
/* Indication clic */
.click-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  font-size: 24px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: clickPulse 1.4s ease-in-out infinite;
}
.featured-hero.is-active .click-hint {
  display: none;
}
@keyframes clickPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.featured-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.featured-thumbs img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(4, 78, 161, 0.12);
}
.featured-actions {
  margin-top: 12px;
}

/* Filtres */
.filters {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  padding: 20px;
  background: rgba(4, 78, 161, 0.03);
  border-radius: var(--radius);
  border: 1px solid rgba(4, 78, 161, 0.1);
}
.input {
  padding: 1rem 1.2rem;
  border-radius: 999px;
  border: 2px solid rgba(4, 78, 161, 0.2);
  background: #fff;
  min-width: 240px;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.input:focus {
  outline: none;
  border-color: var(--blue-main);
  box-shadow: 0 0 0 3px rgba(4, 78, 161, 0.1);
}
.input::placeholder {
  color: var(--muted);
  opacity: 0.8;
}

/* Programme */
.program {
  padding: 60px 0;
  background: var(--paper);
}
.program-count {
  color: var(--muted);
  margin: 8px 0 22px;
  font-weight: 600;
  text-align: center;
  font-size: 1.1rem;
}
.program-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
/* décalage horizontal alterné pour dynamisme */
.program-list .day-block {
  transform: translateX(var(--offset, 0));
}
.program-list .day-block:nth-child(odd) {
  --offset: -10px;
}
.program-list .day-block:nth-child(even) {
  --offset: 10px;
}
.day-block {
  background: var(--blue-main);
  color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.day-block:hover {
  transform: translateX(var(--offset, 0)) translateY(-2px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.day-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  background: #fff;
  color: var(--blue-main);
  border-bottom: 1px solid rgba(4, 78, 161, 0.2);
}
.day-head h3 {
  font-family: "Playfair Display", serif;
  color: var(--blue-main);
  font-size: 1.4rem;
  margin: 0;
}
.day-head .tag {
  background: rgba(4, 78, 161, 0.1);
  color: var(--blue-main);
  border: 1px solid rgba(4, 78, 161, 0.3);
}
.event {
  display: grid;
  grid-template-columns: 100px 1fr 200px;
  gap: 20px;
  padding: 20px;
  border-top: 1px solid #eef3fb;
  align-items: flex-start;
  transition: background 0.2s ease;
}
.event:first-child {
  border-top: 0;
}
.event:hover {
  background: rgba(255, 255, 255, 0.08);
}
.time {
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin-top: 4px;
}
.event-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-info {
  flex: 1;
}
.title {
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 4px;
}
.meta {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.meta::before {
  content: "📍";
  font-size: 0.8rem;
}
.event-media {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-top: 8px;
}
.event-video {
  width: 50%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  transition: transform 0.2s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  background: #000;
  cursor: pointer;
}
.event-video:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.event-image {
  width: 50%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  transition: transform 0.2s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  background: #f0f0f0;
  cursor: pointer;
}
.event-image:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
}
.tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 12px;
  margin: 2px 4px 2px 0;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Inversion des couleurs au clic */
/* Inversion de l'en-tête du jour (day-head) */
.day-block.inverted .day-head {
  background: linear-gradient(
    135deg,
    var(--blue-main),
    var(--blue-dark)
  ) !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.day-block.inverted .day-head h3 {
  color: #fff !important;
}
.day-block.inverted .day-head .tag {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* Inversion de l'événement (event) */
.event.inverted {
  background: #fff !important;
  color: var(--ink) !important;
  transition: all 0.3s ease;
}
.event.inverted .time {
  background: rgba(4, 78, 161, 0.08) !important;
  color: var(--blue-main) !important;
  border-color: rgba(4, 78, 161, 0.2) !important;
}
.event.inverted .title {
  color: var(--ink) !important;
}
.event.inverted .meta {
  color: var(--muted) !important;
}
.event.inverted .tag {
  background: rgba(4, 78, 161, 0.08) !important;
  color: var(--blue-main) !important;
  border-color: rgba(4, 78, 161, 0.15) !important;
}
.event.inverted .event-info {
  color: var(--ink) !important;
}
.event.inverted .event-content {
  color: var(--ink) !important;
}

/* Mode plein écran */
.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: pointer;
}
.fullscreen-content {
  max-width: 95vw;
  max-height: 95vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullscreen-content img,
.fullscreen-content video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.fullscreen-caption {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.fullscreen-content video {
  background: #000;
  min-width: 300px;
  min-height: 200px;
}

/* About */
.about {
  padding: 70px 0;
  background: #fff;
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.about-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}
.about-card h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 8px;
  color: var(--ink);
}

/* Articles */
.articles {
  padding: 70px 0;
  background: var(--paper);
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.article-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.article-card h3 {
  font-family: "Playfair Display", serif;
  margin: 0;
  color: var(--ink);
}
.article-meta {
  color: var(--muted);
  font-size: 0.95rem;
}
.article-excerpt {
  color: var(--ink);
}
.article-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.article-thumbs img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(4, 78, 161, 0.12);
}
.article-actions {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}
/* Contact */
.contact {
  padding: 70px 0;
  background: linear-gradient(180deg, var(--blue-main), var(--blue-dark));
  color: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.contact-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 22px;
  backdrop-filter: blur(8px);
}

/* Footer */
.site-footer {
  background: #0f1430;
  color: #c7d2ff;
  text-align: center;
  padding: 22px 0;
}

/* Moodboard */
.moodboard {
  padding: 60px 0;
  background: linear-gradient(180deg, var(--blue-dark), var(--blue-main));
  color: #fff;
}
.moodboard .container {
  position: relative;
}
.news {
  padding: 40px 0 50px;
  background: linear-gradient(180deg, var(--blue-dark), var(--blue-main));
  color: #fff;
}
.news .section-head h2 {
  color: #fff;
}
.news-slider {
  position: relative;
  overflow: hidden;
}
.news-track {
  display: flex;
  transition: transform 350ms ease;
}
.news-slide {
  min-width: 100%;
  padding: 10px 0;
}
.news-headline {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
.news-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.news-photos img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.news-video-thumb {
  width: 100%;
  height: 210px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: #0a1530;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.news-video-thumb:hover {
  background: #11224a;
}
.news-thanks {
  margin-top: 18px;
  text-align: center;
  color: #e6edff;
  font-weight: 700;
}
.news-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.news-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}
.news-nav.prev {
  left: 0;
}
.news-nav.next {
  right: 0;
}
.moodboard-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  min-height: 280px;
  margin-bottom: 18px;
}
.mood-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  opacity: 0.95;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.mood-img:hover {
  transform: scale(1.02);
  opacity: 1;
}
.mood-img.i1 {
  grid-column: 1/4;
  grid-row: 1/3;
}
.mood-img.i2 {
  grid-column: 4/7;
  grid-row: 1/2;
}
.mood-img.i3 {
  grid-column: 7/10;
  grid-row: 1/3;
}
.mood-img.i4 {
  grid-column: 10/13;
  grid-row: 1/2;
}
.mood-img.i5 {
  grid-column: 2/5;
  grid-row: 3/4;
}
.mood-img.i6 {
  grid-column: 5/8;
  grid-row: 2/4;
}
.mood-img.i7 {
  grid-column: 9/12;
  grid-row: 2/4;
}

/* Social links */
.social-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 12px 0 8px;
}
.social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s;
}
.social:hover {
  transform: translateY(-2px);
  background: #fff;
  color: var(--blue-main);
}
.social.fb {
  background: rgba(24, 119, 242, 0.15);
  border-color: rgba(24, 119, 242, 0.35);
}
.social.ig {
  background: rgba(255, 255, 255, 0.12);
}
.social.tt {
  background: rgba(0, 0, 0, 0.2);
}

/* Season heading */
.season-head {
  text-align: center;
  margin: 16px 0 8px;
}
.season-head h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin: 0 0 6px;
}
.season-head p {
  opacity: 0.9;
  margin: 0;
  font-weight: 600;
}

/* Intro overlay */
.intro-overlay {
  position: fixed;
  inset: 0;
  background: var(--blue-main);
  z-index: 2000;
  display: grid;
  place-items: center;
  pointer-events: auto;
}
.intro-stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.intro-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
}
.intro-logo {
  position: absolute;
  inset: auto 50% 50% auto;
  height: min(28vh, 240px);
  width: auto;
  transform: translate(50%, 50%) scale(1);
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.6));
  z-index: 2;
}

/* Sequence classes */
.logo-rise {
  animation: logoRiseOut 1.1s ease forwards;
}
.logo-return {
  animation: logoReturn 0.9s ease forwards;
}
.video-reveal {
  animation: videoReveal 0.7s ease forwards;
}
.video-hide {
  animation: videoHide 0.5s ease forwards;
}

@keyframes logoRiseOut {
  0% {
    transform: translate(50%, 50%) scale(1);
  }
  100% {
    transform: translate(50%, -220%) scale(1);
  }
}
@keyframes logoReturn {
  0% {
    transform: translate(50%, -220%) scale(1);
  }
  100% {
    transform: translate(50%, 50%) scale(1);
  }
}
@keyframes videoReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes videoHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.body-intro-active {
  overflow: hidden;
}

/* Hide overlay after sequence */
.intro-overlay.hidden {
  animation: introOverlayFade 0.6s ease forwards;
}
@keyframes introOverlayFade {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

/* Responsive */
@media (max-width: 860px) {
  .program-list .day-block {
    --offset: 0;
    transform: translateX(0);
  }
  .event {
    grid-template-columns: 80px 1fr;
  }
  .event-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .event-media {
    flex-direction: column;
    gap: 8px;
  }
  .event-video {
    width: 100%;
    height: 220px;
  }
  .event-image {
    width: 100%;
    height: 220px;
  }
  .event-tags {
    justify-content: flex-start;
    margin-top: 8px;
  }
  .meta {
    grid-column: 1/-1;
  }
  .filters {
    flex-direction: column;
    align-items: stretch;
  }
  .input {
    min-width: auto;
  }
  .moodboard {
    padding: 40px 0;
  }
  .moodboard-grid {
    grid-template-columns: repeat(6, 1fr);
    min-height: 220px;
  }
  .mood-img.i1 {
    grid-column: 1/4;
    grid-row: 1/3;
  }
  .mood-img.i2 {
    grid-column: 4/7;
    grid-row: 1/2;
  }
  .mood-img.i3 {
    grid-column: 1/4;
    grid-row: 3/5;
  }
  .mood-img.i4 {
    grid-column: 4/7;
    grid-row: 2/4;
  }
  .mood-img.i5 {
    grid-column: 1/4;
    grid-row: 5/6;
  }
  .mood-img.i6 {
    grid-column: 4/7;
    grid-row: 4/6;
  }
  .mood-img.i7 {
    grid-column: 2/6;
    grid-row: 6/7;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Tickets / Billetterie */
.tickets {
  padding: 70px 0;
  background: var(--paper);
}
.tickets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.ticket-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}
.ticket-card h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
  color: var(--ink);
}
.ticket-list,
.pos-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ticket-list li strong {
  color: var(--blue-main);
}
.pos-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pos-list li::before {
  content: "📍";
  font-size: 0.95rem;
  color: var(--blue-main);
}
.ticket-qr {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ticket-qr-img {
  width: 140px;
  height: auto;
}
.ticket-qr-caption {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
}
