@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/CormorantGaramond-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/CormorantGaramond-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/CormorantGaramond-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Huninn';
  src: url('/assets/fonts/Iansui-subset.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+4E0B, U+4E16, U+4E4B, U+4EAB, U+4EE3, U+4F5C, U+4F9D, U+5074, U+508D, U+50B3, U+5100, U+5149, U+5167, U+5171, U+52D5, U+53CB, U+53E4, U+5404, U+5802, U+592B, U+5982, U+5B78, U+5B9B, U+5C0D, U+5C71, U+5DE5, U+5E74, U+5F0F, U+5F71, U+606F, U+6084, U+60A0, U+60B6, U+60C5, U+61B6, U+61F8, U+6211, U+6292, U+63DB, U+65BC, U+6642, U+66F8, U+6703, U+6708, U+670B, U+676F, U+6848, U+6B72, U+6BB5, U+6C34, U+6C89, U+6EEF, U+6EF2, U+6EFF, U+7121, U+7136, U+71B1, U+7236, U+751F, U+7554, U+7576, U+7684, U+76DB, U+76DE, U+76F8, U+7701, U+77AC, U+7897, U+7956, U+7AE5, U+7B11, U+7B8F, U+7BC6, U+7C73, U+7DE3, U+7E8C, U+8001, U+8207, U+8336, U+84CB, U+898B, U+8A18, U+8A71, U+8A9E, U+8AB2, U+8DB3, U+8DEF, U+8FB6, U+8FF7, U+900F, U+9019, U+9023, U+9047, U+9577, U+975C, U+9ED8; /* 96 sinogrammes — site complet */ /* 97 sinogrammes — site complet */
}

@font-face {
  font-family: 'Jost';
  src: url('/assets/fonts/Jost-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('/assets/fonts/Jost-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('/assets/fonts/Jost-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root{
  --color-bamboo: #5C7A6E;
  --color-cream: #F4EFE8;
  --color-terre: #B85C38;
  --color-text: #222;
  --color-text-soft: #444;
  --color-text-mid: #555;
  --color-text-muted: #777;
  --color-text-faint: #aaa;
  --color-border-light: #ccc;
  --color-bamboo-sage: #8a9e6e;
  --color-cream-overlay: rgba(244, 239, 232, .6);

  /* Variantes semi-transparentes (usage fréquent) */
  --color-bamboo-10: rgba(92, 122, 110, .1);
  --color-bamboo-15: rgba(92, 122, 110, .15);
  --color-terre-15: rgba(184, 92, 56, .15);
  --color-terre-30: rgba(184, 92, 56, .3);

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 1rem;
  --space-4: 2rem;
  --space-5: 2.5rem;

  --font-body: 'Jost', 'Huninn', sans-serif;
  --font-title: 'Cormorant Garamond', 'Huninn', serif;
  --font-hanzi: 'Huninn', serif;
}

/* === Communiqué de presse — BEM prefix .cp === */
/* Direction : typographie éditoriale raffinée, style presse culturelle */

.cp-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 50px 50px 60px;
  background-color: #faf8f4;
  color: #1e1e1e;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.75;
  box-sizing: border-box;
}

.cp-page h1,
.cp-page h2,
.cp-page h3,
.cp-page h4 {
  font-family: var(--font-title);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #1e1e1e;
  letter-spacing: 0.01em;
}

.cp-page h1 {
  font-size: 3rem;
  line-height: 1.1;
  color: #6b2d3e;
  text-align: center;
  margin-top: 0;
}

.cp-page h2 {
  font-size: 1.55rem;
  color: #6b2d3e;
  border-bottom: 1px solid #c9a96e;
  padding-bottom: 8px;
  margin-bottom: 22px;
  margin-top: 2em;
}

.cp-page h3 {
  font-size: 1.25rem;
  color: #6b2d3e;
  margin-bottom: 6px;
  margin-top: 1.4em;
}

.cp-page p {
  margin-bottom: 1em;
  text-align: justify;
  hyphens: auto;
}

.cp-page strong {
  font-weight: 500;
}

.cp-page em {
  font-family: var(--font-title);
  font-style: italic;
}

/* Liens */
.cp-page a {
  color: #6b2d3e;
  text-decoration: none;
  border-bottom: 1px dotted #c9a96e;
  transition: border-bottom-color 0.15s, opacity 0.15s;
}

.cp-page a:hover {
  border-bottom-color: #6b2d3e;
  opacity: 0.75;
}

/* Listes sémantiques — sans style de liste par défaut */
.cp__speakers,
.cp__gallery-grid,
.cp__tickets {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ─── HEADER ──────────────────────────────────────────────────── */

.cp__header {
  text-align: center;
  margin-bottom: 28px;
  padding-bottom: 20px;
  position: relative;
}

.cp__border-top {
  height: 3px;
  background: linear-gradient(90deg, transparent, #c9a96e 20%, #6b2d3e 50%, #c9a96e 80%, transparent);
  margin-bottom: 28px;
  width: 100%;
}

.cp__badge {
  display: inline-block;
  background-color: transparent;
  color: #6b2d3e;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.68rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 6px 22px;
  border: 1px solid rgba(107, 45, 62, 0.4);
  margin-bottom: 14px;
}

.cp__embargo {
  font-family: var(--font-title);
  font-style: italic;
  color: #888;
  font-size: 0.95rem;
  margin-bottom: 22px;
  letter-spacing: 0.02em;
}

.cp__subtitle {
  font-family: var(--font-title);
  font-size: 1.2rem;
  font-style: italic;
  color: #666;
  margin-top: 10px;
  letter-spacing: 0.02em;
}

/* Filet décoratif sous le header */
.cp__header::after {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a96e 30%, #c9a96e 70%, transparent);
  margin-top: 20px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

/* ─── CITATION ────────────────────────────────────────────────── */

.cp__quote {
  margin: 28px 0 0;
  padding: 28px 36px 24px;
  background-color: transparent;
  border: none;
  border-top: 1px solid #c9a96e;
  border-bottom: 1px solid #c9a96e;
  position: relative;
}

.cp__quote::before {
  content: '"';
  position: absolute;
  top: -0.55em;
  left: 50%;
  transform: translateX(-50%);
  background: #faf8f4;
  padding: 0 12px;
  font-family: var(--font-title);
  font-size: 2.2rem;
  color: #c9a96e;
  line-height: 1;
}

.cp__quote p {
  font-family: var(--font-title);
  font-style: italic;
  font-size: 1.18rem;
  line-height: 1.6;
  color: #3a2018;
  margin-bottom: 14px;
  text-align: center;
  letter-spacing: 0.01em;
}

.cp__quote cite {
  display: block;
  text-align: center;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #c9a96e;
}

/* ─── INTRO ───────────────────────────────────────────────────── */

.cp__intro {
  background-color: #f5f1e8;
  padding: 26px 32px 28px;
  margin-bottom: 28px;
  border-left: 3px solid #c9a96e;
  position: relative;
}

.cp__intro-title {
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6b2d3e;
  margin-bottom: 16px;
  font-size: 0.78rem;
  text-align: center;
}

/* ─── INFO BOX ────────────────────────────────────────────────── */

.cp__info-box {
  background-color: #f5f1e8;
  border: 1px solid #d8cfbe;
  border-top: 3px solid #6b2d3e;
  padding: 22px 26px;
  margin: 28px 0;
}

.cp__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
}

.cp__info-item {
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 6px 0;
  border-bottom: 1px solid #ddd6c8;
}

.cp__info-label {
  font-weight: 500;
  color: #6b2d3e;
  margin-right: 6px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  filter: grayscale(1) opacity(0.6);
}

/* ─── SECTION BLANCHE ─────────────────────────────────────────── */

.cp__section-white {
  background-color: #fff;
  padding: 28px 50px;
  margin: 28px -50px;
}

/* ─── INTERVENANTS ────────────────────────────────────────────── */

.cp__speakers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 28px;
  background-color: #e8e2d8;
}

.cp__speaker {
  background-color: #faf8f4;
  padding: 22px 24px;
  border-left: 3px solid transparent;
  transition: border-left-color 0.2s, background-color 0.2s;
  position: relative;
}

.cp__speaker:hover {
  border-left-color: #c9a96e;
  background-color: #fff;
}

.cp__speaker-name {
  font-family: var(--font-title);
  font-size: 1.2rem;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 2px;
}

.cp__speaker-role {
  font-family: var(--font-body);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #b8965a;
  margin-bottom: 10px;
  display: block;
}

.cp__speaker p {
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 0;
  color: #444;
}

/* ─── GALERIE ─────────────────────────────────────────────────── */

.cp__gallery {
  background-color: #f5f1e8;
  padding: 28px 50px;
  margin: 28px -50px;
}

.cp__gallery h2 {
  color: #6b2d3e;
  border-bottom-color: #c9a96e;
  text-align: center;
  margin-top: 0;
}

.cp__gallery-subtitle {
  text-align: center;
  font-family: var(--font-title);
  font-style: italic;
  margin-bottom: 28px;
  color: #777;
  font-size: 0.95rem;
}

.cp__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  background-color: #d8d0c4;
}

.cp__gallery-item {
  position: relative;
  overflow: hidden;
  background: #e8e2d8;
}

.cp__gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: saturate(0.9);
}

.cp__gallery-item:hover img {
  transform: scale(1.05);
  filter: saturate(1.1);
}

.cp__gallery-caption {
  font-family: var(--font-title);
  font-style: italic;
  font-size: 0.78rem;
  padding: 7px 10px;
  text-align: center;
  background: rgba(250, 248, 244, 0.92);
  color: #3a3a3a;
  letter-spacing: 0.01em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.cp__gallery-item:hover .cp__gallery-caption {
  transform: translateY(0);
}

.cp__gallery-link {
  text-align: center;
  margin-top: 22px;
  font-family: var(--font-title);
  font-style: italic;
}

.cp__gallery-link a {
  color: #6b2d3e;
  border-bottom: 1px solid #c9a96e;
  font-size: 0.95rem;
}

.cp__gallery-rights {
  display: block;
  margin-top: 6px;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}

/* ─── BILLETS ─────────────────────────────────────────────────── */

.cp__tickets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-bottom: 28px;
  background-color: #ddd8ce;
  border: 1px solid #ddd8ce;
}

.cp__ticket {
  background-color: #fff;
  padding: 18px 20px;
  text-align: center;
}

.cp__ticket p {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0;
  text-align: center;
}

.cp__ticket--full {
  grid-column: 1 / -1;
  background-color: #f5f1e8;
}

.cp__ticket--full p {
  color: #555;
}

.cp__ticket-type {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6b2d3e;
  display: block;
  margin-bottom: 6px;
}

.cp__tickets-cta {
  text-align: center;
  margin: 24px 0 44px;
}

.cp__tickets-cta a {
  display: inline-block;
  background-color: #6b2d3e;
  color: #faf8f4;
  padding: 11px 32px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s;
}

.cp__tickets-cta a:hover {
  background-color: #56232f;
  opacity: 1;
}

/* ─── NOCTURNE ────────────────────────────────────────────────── */

.cp__nocturne {
  background-color: #4a3d32;
  color: #ede8de;
  padding: 28px 50px;
  margin: 28px -50px;
  background-image: radial-gradient(circle at 1px 1px, rgba(200,169,110,0.1) 1px, transparent 0);
  background-size: 24px 24px;
  position: relative;
}

.cp__nocturne::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c9a96e 30%, #c9a96e 70%, transparent);
}

.cp__nocturne h2 {
  color: #c9a96e;
  border-bottom: 1px solid rgba(201, 169, 110, 0.35);
  margin-top: 0;
}

.cp__nocturne h3 {
  color: #c9a96e;
  font-size: 1.1rem;
  margin-top: 1.6em;
}

.cp__nocturne p {
  color: #ccc5b8;
}

.cp__nocturne a {
  color: #c9a96e;
  border-bottom-color: rgba(201, 169, 110, 0.5);
}

.cp__nocturne a:hover {
  border-bottom-color: #c9a96e;
  opacity: 0.8;
}

.cp__nocturne strong {
  color: #ede8de;
  font-weight: 500;
}

.cp__nocturne-meta {
  font-family: var(--font-title);
  font-style: italic;
  color: #a09580;
  font-size: 1rem;
  margin-bottom: 1em;
}

/* ─── RESTAURATION ────────────────────────────────────────────── */

.cp__restauration {
  background-color: #f5f1e8;
  padding: 28px 32px;
  margin-bottom: 32px;
  border-left: 3px solid #c9a96e;
}

.cp__restauration h2 {
  margin-top: 0;
}

/* ─── À PROPOS ────────────────────────────────────────────────── */

.cp__about {
  background-color: #ece7dc;
  padding: 28px 32px;
  margin-bottom: 32px;
}

.cp__about h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #888;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-weight: 500;
}

.cp__about p {
  font-size: 0.88rem;
  line-height: 1.7;
}

/* ─── CONTACT ─────────────────────────────────────────────────── */

.cp__contact {
  border: 1px solid #6b2d3e;
  border-top: 3px solid #6b2d3e;
  padding: 28px 32px;
  background-color: #fff;
  text-align: center;
}

.cp__contact h3 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #888;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--font-body);
  font-weight: 500;
}

.cp__contact-field {
  display: inline-block;
  width: 220px;
  text-align: left;
  color: #999;
  font-size: 0.88rem;
  padding: 8px 0;
  border-bottom: 1px solid #ece8e0;
  margin: 2px 0;
}

/* ─── SÉPARATEUR ──────────────────────────────────────────────── */

.cp__separator {
  border: none;
  text-align: center;
  margin: 36px 0;
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a96e 30%, #c9a96e 70%, transparent);
}

.cp__separator::before {
  content: '✦';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #faf8f4;
  padding: 0 14px;
  color: #c9a96e;
  font-size: 0.8rem;
}

/* ─── FOOTER ──────────────────────────────────────────────────── */

.cp__footer {
  text-align: center;
  margin-top: 52px;
  padding-top: 20px;
  font-family: var(--font-title);
  font-style: italic;
  font-size: 0.88rem;
  color: #888;
  letter-spacing: 0.02em;
}

.cp__footer__rule {
  margin-top: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a96e 30%, #c9a96e 70%, transparent);
  width: 100%;
}

/* ─── RESPONSIVE ──────────────────────────────────────────────── */

@media (max-width: 640px) {
  .cp-page {
    padding: 24px 22px 40px;
  }

  .cp-page h1 {
    font-size: 2.2rem;
  }

  .cp__info-grid {
    grid-template-columns: 1fr;
  }

  .cp__speakers {
    grid-template-columns: 1fr;
  }

  .cp__gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cp__tickets {
    grid-template-columns: 1fr;
  }

  .cp__section-white {
    margin: 44px -22px;
    padding: 30px 22px;
  }

  .cp__gallery {
    margin: 44px -22px;
    padding: 30px 22px;
  }

  .cp__nocturne {
    margin: 44px -22px;
    padding: 30px 22px;
  }

  .cp__gallery-caption {
    transform: translateY(0);
    position: static;
  }
}

@media (max-width: 400px) {
  .cp__gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── IMPRESSION ──────────────────────────────────────────────── */

@page {
  margin: 12mm 15mm;
}

@media print {
  .cp-page {
    background-color: #fff !important;
    max-width: 100%;
    padding: 0;
    font-size: 9.5pt;
    color: #000;
  }

  .cp-page h1 { font-size: 22pt; }
  .cp-page h2 { font-size: 14pt; }
  .cp-page h3 { font-size: 11pt; }

  .cp__gallery,
  .cp__nocturne,
  .cp__info-box,
  .cp__about,
  .cp__intro {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .cp__info-box,
  .cp__speaker,
  .cp__ticket,
  .cp__nocturne,
  .cp__contact,
  .cp__quote {
    break-inside: avoid;
  }

  section {
    margin-bottom: 6mm;
  }

  .cp__section-white,
  .cp__gallery,
  .cp__nocturne {
    margin-top: 8mm;
    margin-bottom: 4mm;
  }

  .cp__gallery-item img {
    height: 120px;
  }

  .cp__gallery-caption {
    transform: translateY(0);
    position: static;
    background: #f0ede8;
  }

  .cp__speaker:hover {
    border-left-color: transparent;
    background-color: #faf8f4;
  }

  .cp__tickets {
    display: block;
    background-color: transparent;
    border: none;
  }

  .cp__ticket {
    border: 1px solid #ddd8ce;
    margin-bottom: 4px;
    padding: 10px 16px;
    text-align: left;
  }

  .cp__ticket--full {
    grid-column: auto;
  }

  .cp__speakers {
    display: block;
  }

  .cp__speaker {
    border-bottom: 1px solid #e8e2d8;
    margin-bottom: 0;
  }

  .cp__nocturne {
    background-image: none;
    background-color: #4a3d32;
  }
}

