/* ================= HERO BANNER ================= */
  .hero{ position:relative; height:74vh; min-height:480px; overflow:hidden; }
  .hero .photo-ph{ position:absolute; inset:0; height:100%; }
  .hero::after{
    content:""; position:absolute; inset:0;
    background:linear-gradient(0deg, rgba(20,15,12,.72) 0%, rgba(20,15,12,.15) 55%, rgba(20,15,12,.05) 100%);
  }
  .hero-content{
    position:relative; z-index:2; height:100%;
    max-width:1200px; margin:0 auto; padding:0 32px 56px;
    display:flex; flex-direction:column; justify-content:flex-end;
  }
  .hero-date-tag{
    display:inline-flex; align-items:center; gap:8px; align-self:flex-start;
    background:var(--header); color:#fff; font-weight:700; font-size:13px;
    padding:9px 16px; border-radius:4px; margin-bottom:22px; letter-spacing:.02em;
  }
  .hero-content h1{
    color:#fff; font-size:clamp(32px,4.6vw,56px); font-weight:800; letter-spacing:-.02em; line-height:1.06;
    max-width:760px; margin-bottom:24px;
  }
  .hero-actions{ display:flex; gap:14px; flex-wrap:wrap; }
  .hero-dots{ position:absolute; bottom:24px; right:32px; z-index:2; display:flex; gap:8px; }
  .hero-dots span{ width:7px;height:7px;border-radius:50%; background:rgba(255,255,255,.4); }
  .hero-dots span:first-child{ background:#fff; width:20px; border-radius:4px; }

  /* ================= CHIFFRES CLÉS ================= */
  .chiffres{ background:var(--paper); border-bottom:1px solid var(--line); }
  .chiffres .wrap{ display:flex; justify-content:space-between; padding:52px 32px; flex-wrap:wrap; gap:32px; }
  .chiffre{ text-align:center; flex:1; min-width:130px; }
  .chiffre .num{ font-family:var(--font-num); font-weight:900; font-size:clamp(28px,3.4vw,44px); color:var(--header); letter-spacing:-.01em; line-height:1; }
  .chiffre .lbl{ margin-top:8px; font-size:13px; color:var(--ink-soft); font-weight:600; }

  /* ================= SECTION HEADERS ================= */
 .sec-head{
    margin-bottom:40px;
    max-width:640px;
}

.sec-head h2{
    font-size:clamp(26px,3vw,38px);
    font-weight:800;
    line-height:1.1;
    letter-spacing:-.02em;
    margin-top:10px;
    white-space:normal;
}

.sec-head h2 span{
    display:block;
}

.sec-head p{
    margin-top:14px;
    color:var(--ink-soft);
    font-size:15px;
    line-height:1.6;
}

section.pad{
    padding:96px 0;
}
  @media (max-width:700px){ section.pad{ padding:60px 0; } }

  /* ================= UNIVERS — grille conventionnelle ================= */
  .univers-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px 24px; }
  @media (max-width:900px){ .univers-grid{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width:560px){ .univers-grid{ grid-template-columns:1fr; } }
  .u-card{ display:block; }
  .u-photo{ height:190px; border-radius:var(--radius); overflow:hidden; margin-bottom:16px; position:relative; }
  .u-photo .swatch{ position:absolute; top:12px; left:12px; width:34px; height:34px; border-radius:50%; border:2px solid #fff; box-shadow:0 2px 6px rgba(0,0,0,.2); }
  .u-card h3{ font-size:18px; font-weight:800; margin-bottom:8px; letter-spacing:-.01em; }
  .u-card p{ font-size:13.5px; color:var(--ink-soft); line-height:1.55; margin-bottom:12px; }

  /* ================= VILLAGE HDF — bandeau événement ================= */
  .village{ background:var(--paper); }
  .village-grid{ display:grid; grid-template-columns:1fr 1fr; align-items:center; }
  @media (max-width:900px){ .village-grid{ grid-template-columns:1fr; } }
  .village-photo{ height:460px; }
  @media (max-width:900px){ .village-photo{ height:300px; order:-1; } }
  .village-copy{ padding:64px; }
  @media (max-width:900px){ .village-copy{ padding:44px 32px; } }
  .village-copy .eyebrow{ display:inline-block; background:var(--u-village); color:#fff; padding:6px 13px; border-radius:4px; margin-bottom:20px; }
  .village-copy h2{ font-size:clamp(26px,3.2vw,38px); font-weight:800; letter-spacing:-.02em; margin-bottom:18px; }
  .village-copy p.lead{ font-size:15px; color:var(--ink-soft); line-height:1.65; margin-bottom:24px; max-width:460px; }
  .village-list{ margin-bottom:28px; }
  .village-list li{ display:flex; gap:10px; align-items:flex-start; font-size:14px; padding:9px 0; border-top:1px solid var(--line); }
  .village-list li:first-child{ border-top:none; }
  .village-list li::before{ content:"—"; color:var(--u-village); font-weight:700; flex-shrink:0; }
  .village-partner-note{
    display:flex; align-items:center; gap:14px; margin-top:8px;
    border:1px solid var(--line); border-radius:var(--radius); padding:14px 16px; background:#fff;
  }
  .partner-slot{ width:90px;height:40px;border-radius:4px; background:var(--paper); display:flex;align-items:center;justify-content:center; font-size:10px; font-weight:700; color:var(--ink-soft); text-align:center; }
  .village-partner-note span{ font-size:12.5px; color:var(--ink-soft); }

  /* ================= CTA BILLETTERIE ================= */
  .cta-band{ background:var(--blue); }
  .cta-grid{ display:grid; grid-template-columns:1.1fr .9fr; align-items:center; }
  @media (max-width:900px){ .cta-grid{ grid-template-columns:1fr; } }
  .cta-copy{ padding:70px 64px; }
  @media (max-width:900px){ .cta-copy{ padding:48px 32px; } }
  .cta-copy h2{ font-size:clamp(24px,3vw,34px); font-weight:800; letter-spacing:-.02em; margin-bottom:14px; max-width:420px; }
  .cta-copy p{ font-size:14.5px; color:var(--ink-soft); max-width:400px; margin-bottom:26px; line-height:1.6; }
  .cta-photo{ height:340px; }
  @media (max-width:900px){ .cta-photo{ height:220px; order:-1; } }

  /* ================= GALERIE ================= */
  /* ---- exemples exposants + partner note (page Univers) ---- */
  .u-exemples{ margin-top:40px; }
  .u-ex-label{ display:block; font-size:11.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:16px; }
  .u-ex-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
  @media (max-width:700px){ .u-ex-row{ grid-template-columns:1fr; } }
  .u-ex-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:16px 18px; }
  @media (max-width:700px){.u-ex-card{padding:10px;} }
  .u-ex-card b{ display:block; font-size:14px; font-weight:800; margin-bottom:4px; }
  .u-ex-card span{ font-size:12.5px; color:var(--ink-soft); display:block; }
  .u-ex-card span + span{ margin-top:2px; }
  .u-ex-card.u-ex-dark{ background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.22); }
  .u-ex-card.u-ex-dark b{ color:#fff; }
  .u-ex-card.u-ex-dark span{ color:rgba(255,255,255,.75); }
  .u-partner-note{ display:flex; align-items:center; gap:16px; flex-wrap:wrap; margin-top:28px; border:1px dashed rgba(255,255,255,.4); border-radius:var(--radius); padding:16px 20px; }
  .u-partner-note .partner-slot{ width:100px;height:44px;border-radius:6px; background:rgba(255,255,255,.9); display:flex;align-items:center;justify-content:center; color:var(--u-village); font-weight:800; font-size:11px; text-align:center; }
  .u-partner-note p{ font-size:12.5px; color:rgba(255,255,255,.85); max-width:340px; }

  .galerie-grid{
    display:grid; grid-template-columns:repeat(4, 1fr); grid-auto-rows:150px; gap:14px;
  }
  .galerie-grid .g-item:nth-child(1){ grid-column:span 2; grid-row:span 2; }
  .galerie-grid .g-item:nth-child(4){ grid-column:span 2; }
  @media (max-width:860px){
    .galerie-grid{ grid-template-columns:repeat(2,1fr); grid-auto-rows:130px; }
    .galerie-grid .g-item:nth-child(4){ grid-column:span 1; }
  }
  .g-item{ border-radius:var(--radius); overflow:hidden; }

  /* ================= INFOS PRATIQUES ================= */
  .infos{ background:var(--paper); }
  .infos-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
  @media (max-width:900px){ .infos-grid{ grid-template-columns:1fr; gap:32px; } }
  .infos-list{ display:grid; grid-template-columns:1fr 1fr; gap:28px 24px; }
  @media (max-width:480px){ .infos-list{ grid-template-columns:1fr; } }
  .infos-item h4{ font-size:12.5px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; color:var(--header); margin-bottom:8px; }
  .infos-item p{ font-size:15px; font-weight:600; line-height:1.4; }
  .infos-item span{ display:block; font-size:12.5px; color:var(--ink-soft); font-weight:400; margin-top:4px; }
  .infos-photo{ height:420px; border-radius:var(--radius); overflow:hidden; }
  @media (max-width:900px){ .infos-photo{ height:280px; } }

  /* ================= NOCTURNES ================= */
  /* ---- offre tarifs (page Espace pro) ---- */
  .tarifs-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
  @media (max-width:900px){ .tarifs-grid{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width:560px){ .tarifs-grid{ grid-template-columns:1fr; } }
  .tarif-card{
    border:2px solid var(--line); border-radius:var(--radius); padding:24px;
    display:flex; flex-direction:column; gap:12px; min-height:220px;
    transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
  }
  .tarif-card-01{background:var(--u-halle);--u-color:var(--u-halle);}
  .tarif-card-02{background:var(--u-village);--u-color:var(--u-village);}
  .tarif-card-03{background:var(--u-terroirs);--u-color:var(--u-terroirs);}
  .tarif-card-04{background:var(--u-food);--u-color:var(--u-food);}
  .tarif-card-05{background:var(--u-maison);--u-color:var(--u-maison);}
  .tarif-card-06{background:var(--u-auto);--u-color:var(--u-auto);}
  .tarif-card:hover{
    border-color:var(--u-color, var(--header));
    transform:translateY(-3px);
    box-shadow:0 14px 26px -16px rgba(0,0,0,.25);
  }
  .tarif-top{ display:flex; align-items:center; gap:10px; }
  .tarif-top .dot{background:#fff; width:10px;height:10px;border-radius:50%; flex-shrink:0; }
  .tarif-top h4{ color:#fff;font-size:15.5px; font-weight:800; }
  .tarif-tags{ font-size:12.5px; color:#fff; line-height:1.5; min-height:38px; }
  .tarif-price{ font-weight:900; font-size:22px; color:#fff; }
  .tarif-price b{ font-size:26px; }
  .tarif-note{ font-size:11px; color:#fff; font-style:italic; }
  .tarif-link{
    display:inline-flex; align-items:center; gap:6px; font-size:12.5px; font-weight:700;
    color:#fff; margin-top:auto; padding-top:4px; transition:color .15s ease, gap .15s ease;
  }
  .tarif-link .arrow{ transition:transform .15s ease; }
  .tarif-card:hover .tarif-link{ color:#fff; }
  .tarif-card:hover .tarif-link .arrow{ transform:translateX(3px); }

  /* ---- FAQ accordeon (page Infos pratiques) — HTML/CSS pur, sans JS ---- */
  .faq-list{ max-width:760px; }
  .faq-item{ border-bottom:1px solid var(--line); }
  .faq-item summary{
    display:flex; align-items:center; justify-content:space-between; gap:16px; cursor:pointer; list-style:none;
    padding:20px 0; font-size:15px; font-weight:700;
  }
  .faq-item summary::-webkit-details-marker{ display:none; }
  .faq-item summary .chev{ font-size:13px; color:var(--ink-soft); transition:transform .2s ease; flex-shrink:0; }
  .faq-item[open] summary .chev{ transform:rotate(180deg); }
  .faq-item p{ font-size:14px; color:var(--ink-soft); line-height:1.65; padding:0 0 20px; max-width:640px; }

  .noct-band{ background:var(--ink); color:#fff; }
  .noct-grid{ display:flex; align-items:center; justify-content:space-between; gap:32px; padding:44px 0; flex-wrap:wrap; }
  .noct-copy h3{ font-size:22px; font-weight:800; margin-bottom:8px; }
  .noct-copy p{ font-size:14px; opacity:.7; max-width:420px; }
  .noct-dates{ display:flex; gap:14px; }
  .noct-date{ background:rgba(255,255,255,.08); border-radius:var(--radius); padding:16px 22px; text-align:center; }
  .noct-date .d{ font-family:var(--font-num); font-weight:900; font-size:24px; }
  .noct-date .m{ font-size:11px; opacity:.65; text-transform:uppercase; letter-spacing:.06em; margin-top:2px; }

  /* ================= JOURNAL ================= */
  /* ---- article a la une + pagination (page Journal) ---- */
  .j-featured{ display:grid; grid-template-columns:1.1fr .9fr; gap:36px; align-items:center; margin-bottom:56px; padding-bottom:48px; border-bottom:1px solid var(--line); }
  @media (max-width:860px){ .j-featured{ grid-template-columns:1fr; } }
  .j-featured-photo{ height:320px; border-radius:var(--radius); }
  .j-featured-body .j-tag{ margin-bottom:16px; }
  .j-featured-body h3{ font-size:clamp(20px,2.4vw,28px); font-weight:800; letter-spacing:-.01em; line-height:1.2; margin-bottom:12px; }
  .j-featured-body p{ font-size:14px; color:var(--ink-soft); line-height:1.6; margin-bottom:16px; }
  .j-pagination{ display:flex; justify-content:center; align-items:center; gap:8px; margin-top:52px; }
  .j-page{ width:36px;height:36px;border-radius:50%; display:flex;align-items:center;justify-content:center; font-size:13px; font-weight:700; color:var(--ink-soft); border:1px solid var(--line); }
  .j-page.active{ background:var(--ink); border-color:var(--ink); color:#fff; }

  .j-filters{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:40px; }
  .j-filter{ padding:9px 17px; border-radius:4px; font-size:13px; font-weight:700; border:1px solid var(--line); background:#fff; color:var(--ink-soft); cursor:pointer; }
  .j-filter.active{ background:var(--ink); border-color:var(--ink); color:#fff; }
  .j-tag{ display:inline-flex; align-items:center; gap:6px; font-size:10.5px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; padding:5px 11px; border-radius:4px; }
  .j-tag.t-actu{ background:var(--blue); color:var(--ink); }
  .j-tag.t-annonce{ background:var(--yellow); color:var(--ink); }
  .j-tag.t-exclu{ background:var(--header); color:#fff; }
  .j-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
  @media (max-width:860px){ .j-grid{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width:560px){ .j-grid{ grid-template-columns:1fr; } }
  .j-card-photo{ height:180px; border-radius:var(--radius); margin-bottom:16px; }
  .j-card .j-tag{ margin-bottom:12px; }
  .j-card h4{ font-size:16px; font-weight:800; line-height:1.3; margin-bottom:8px; }
  .j-card p{ font-size:13px; color:var(--ink-soft); line-height:1.55; margin-bottom:12px; }
  .j-meta{ font-size:11.5px; color:var(--ink-soft); }
  .j-more{ text-align:center; margin-top:48px; }

  /* ================= REJOINDRE / ESPACE PRO ================= */
  .join-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
  @media (max-width:700px){ .join-grid{ grid-template-columns:1fr; } }
  .join-card{ border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
  .join-photo{ height:200px; }
  .join-photo img{ width:100%; height:100%; object-fit:cover; }
  .join-body{ padding:30px; }
  .join-body h3{ font-size:20px; font-weight:800; margin-bottom:10px; }
  .join-body p{ font-size:14px; color:var(--ink-soft); line-height:1.6; margin-bottom:20px; }

  /* ================= EXPOSANTS ================= */
  .exposants{ border-radius:var(--radius); border:1.5px dashed var(--line); padding:56px 40px; text-align:center; }
  .exposants .lock{ width:48px;height:48px;border-radius:50%; background:var(--yellow); margin:0 auto 18px; display:flex;align-items:center;justify-content:center; font-size:18px; }
  .exposants h3{ font-size:20px; font-weight:800; margin-bottom:10px; }
  .exposants p{ font-size:14px; color:var(--ink-soft); max-width:420px; margin:0 auto 20px; }
  .exposants-note{ display:inline-block; font-size:11.5px; font-weight:700; color:var(--header); background:rgba(206,75,56,.08); padding:6px 14px; border-radius:4px; }



.sec-head .contact-title{
    display:block !important;
    width:100% !important;
    margin:10px 0 0 !important;
    font-size:clamp(26px,3vw,38px) !important;
    font-weight:800 !important;
    line-height:1.1 !important;
    letter-spacing:-.02em !important;
    white-space:normal !important;
}

.sec-head .contact-title span{
    display:block !important;
    width:100% !important;
    white-space:normal !important;
}