/* TR Motion — overrides distilled from the previous static-site `assets/css/cart.css`
   (padding scales) plus a few WordPress/WooCommerce-shaped adjustments. */

:root {
  --tr-page-pad: 16px;
}
@media (min-width: 750px) { :root { --tr-page-pad: 24px; } }
@media (min-width: 990px) { :root { --tr-page-pad: 32px; } }

.page-width,
.main-content,
.site-header__wrapper,
.site-footer .grid,
.hero__inner {
  padding-left: var(--tr-page-pad) !important;
  padding-right: var(--tr-page-pad) !important;
}

/* Inter font (only the woff/woff2 widths SiteSucker grabbed for us). */
@font-face {
  font-family: Inter;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/inter/inter_n8.d15c916037fee1656886aab64725534609d62cc8.woff2') format('woff2'),
       url('../fonts/inter/inter_n8.c88637171fecf10ab2d88c89dbf06f41a1ae8be5.woff') format('woff');
}
:root {
  --typeHeaderPrimary: Inter;
  --typeHeaderFallback: sans-serif;
  --typeHeaderSize: 27px;
  --typeHeaderWeight: 800;
  --typeHeaderLineHeight: 1.2;
  --typeHeaderSpacing: 0.0em;
  --typeBasePrimary: Helvetica;
  --typeBaseFallback: Arial, sans-serif;
  --typeBaseSize: 14px;
  --typeBaseWeight: 400;
  --typeBaseLineHeight: 1.6;
  --typeBaseSpacing: 0.025em;
  --iconWeight: 3px;
  --iconLinecaps: miter;
}

/* ---------- Header (TR Motion port) ---------- */
.tr-header { background: #1B3464; color: #fff; }
.tr-header a { color: inherit; text-decoration: none; }
.tr-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; padding-bottom: 14px; gap: 16px;
}
.tr-header__logo img { display: block; height: 42px; width: auto; }
.tr-header__icons { display: flex; align-items: center; gap: 16px; }
.tr-header__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; color: #fff; border: 0; background: transparent;
  cursor: pointer; padding: 0; position: relative;
}
.tr-header__cart-count {
  position: absolute; top: -2px; right: -4px;
  min-width: 18px; height: 18px; padding: 0 5px;
  border-radius: 9px; background: #111; color: #fff;
  font-size: 11px; line-height: 18px; text-align: center; font-weight: 700;
}
.tr-nav { background: #fff; border-bottom: 1px solid #e5e7eb; }
.tr-nav__list {
  list-style: none; margin: 0; padding: 14px 0;
  display: flex; flex-wrap: nowrap; gap: 22px;
  font-weight: 700; font-size: 15px;
  overflow-x: auto; white-space: nowrap;
  scrollbar-width: none; -ms-overflow-style: none;
}
.tr-nav__list::-webkit-scrollbar { display: none; }
.tr-nav__list li { flex: 0 0 auto; }
.tr-nav__list a { color: #111827; text-decoration: none; }
.tr-nav__list a:hover { color: #1B3464; }
@media (max-width: 600px) {
  .tr-nav__list { gap: 14px; font-size: 12px; padding: 10px 0; }
  /* Logo wordmark large (≈10:1) : on réduit la hauteur + on resserre les icônes
     pour qu'il tienne sans déborder sur les petits écrans. */
  .tr-header__logo img { height: 20px; }
  .tr-header__icon { width: 32px; }
  .tr-header__icons { gap: 12px; }
}
@media (max-width: 380px) {
  .tr-nav__list { gap: 10px; font-size: 11.5px; }
  .tr-header__logo img { height: 17px; }
}

.tr-search { background: #fff; border-bottom: 1px solid #e5e7eb; padding: 14px 0; }
.tr-search__form { display: flex; gap: 8px; }
.tr-search__input {
  flex: 1; padding: 10px 14px; border: 1px solid #d1d5db;
  border-radius: 6px; font-size: 15px;
}
.tr-search__submit {
  padding: 10px 18px; border: 0; border-radius: 6px;
  background: #111827; color: #fff; font-weight: 700; cursor: pointer;
}

/* ---------- Product cards (Motion fc-card) ---------- */
.products.columns-4, ul.products { list-style: none; padding: 0; margin: 0; }
.grid.grid--uniform {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 750px) {
  .grid.grid--uniform { grid-template-columns: repeat(4, 1fr); gap: 24px; }
}
.grid.grid--uniform > .grid__item,
.grid.grid--uniform > li.grid__item {
  width: auto !important; float: none !important; margin: 0 !important;
  padding: 0 !important; list-style: none;
}
.fc-card { padding: 0; background: #fff; border-radius: 8px; overflow: hidden; }
.fc-card__content { display: flex; flex-direction: column; height: 100%; }
.fc-card__link { display: flex; flex-direction: column; color: inherit; text-decoration: none; height: 100%; }
.fc-card__media {
  aspect-ratio: 1 / 1; overflow: hidden; background: #f3f4f6;
}
.fc-card__media img {
  display: block; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.fc-card__meta { padding: 10px 12px 16px; }
.fc-card__title {
  font-weight: 800; line-height: 1.25; margin: 6px 0 10px;
  font-size: 14px; color: #0f172a;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}
.fc-card__badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 4px 0 10px; }
.fc-badge {
  display: inline-block; padding: 3px 8px; border-radius: 4px;
  background: #e8eef9; color: #1B3464; font-size: 11px; font-weight: 700;
  white-space: nowrap;
}
.fc-card__price { font-weight: 800; font-size: 14px; color: #0f172a; }
.fc-card__price .woocommerce-Price-amount { color: inherit; font-weight: 800; }

/* Kill Woo default wrappers that don't belong here. */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-loop-product__title { display: none !important; }

/* ---------- Single product (Motion-style) ---------- */
.tr-product { padding: 14px 0 24px; }
.tr-product__layout { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 900px) { .tr-product__layout { grid-template-columns: 5fr 7fr; gap: 28px; } }
.tr-product__hero { display: block; width: 100%; height: auto; border-radius: 6px; }
.tr-product__thumbs { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.tr-product__thumbs img { width: 60px; height: 60px; object-fit: cover; border-radius: 4px; }

/* Mobile : image produit en carré 1:1 (croppée, pas déformée) et collée au header,
   pour qu'au-dessus de la ligne de flottaison le client voie plus de contenu sans scroller. */
@media (max-width: 749px) {
  .tr-product { padding-top: 0; }
  .tr-product__media { margin-top: 0; }
  .tr-product__hero {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center 25%;
  }
}

.product-single__title { font-size: 22px; font-weight: 900; margin: 0 0 6px; color: #0f172a; line-height: 1.25; }
.pt-badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 4px 0 10px; }
.pt-badge { display: inline-block; padding: 3px 8px; border-radius: 4px; background: #e8eef9; color: #1B3464; font-size: 11px; font-weight: 700; }

.ev-mini { margin: 8px 0 12px; padding: 10px 14px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; }
.ev-mini__price { font-size: 20px; font-weight: 900; color: #0f172a; }
.ev-mini__price .woocommerce-Price-amount { font-weight: 900; color: inherit; }

.tr-variant-form { display: flex; flex-direction: column; gap: 10px; }
.tr-variant { border: 1px solid #e5e7eb; border-radius: 8px; padding: 10px 12px; margin: 0; }
.tr-variant__legend { font-weight: 800; font-size: 13px; color: #0f172a; padding: 0 4px; }
.tr-variant__options { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.tr-variant__opt {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 11px; border: 1.5px solid #d1d5db; border-radius: 999px;
  cursor: pointer; font-size: 12px; font-weight: 700; color: #0f172a;
  background: #fff; transition: border-color .12s, background .12s, color .12s;
}
.tr-variant__opt input { position: absolute; opacity: 0; pointer-events: none; }
.tr-variant__opt:has(input:checked),
.tr-variant__opt.is-selected { border-color: #1B3464; background: #1B3464; color: #fff; }
.tr-variant__opt.is-unavailable { opacity: .4; cursor: not-allowed; }
.tr-variant__opt-price { font-weight: 800; color: inherit; font-size: 11px; }

.tr-variant__cta { display: flex; flex-direction: column; gap: 6px; margin-top: 2px; }
.tr-variant__total { font-size: 15px; color: #0f172a; }
.tr-variant__total strong { font-weight: 900; }
.tr-add-to-cart {
  width: 100%; min-height: 44px; padding: 10px 16px;
  border: 0; border-radius: 10px; background: #111827; color: #fff;
  font-weight: 900; font-size: 15px; letter-spacing: .2px;
  cursor: pointer; box-shadow: 0 10px 20px rgba(0,0,0,.16);
  transition: transform .08s, filter .18s, box-shadow .18s;
}
.tr-add-to-cart:hover { filter: brightness(1.05); }
.tr-add-to-cart:active { transform: translateY(1px); }
.tr-add-to-cart:disabled { background: #cbd5e1; box-shadow: none; cursor: not-allowed; }
.tr-variant__hint { color: #64748b; font-size: 12px; margin: 2px 0 0; }
.tr-product__description, .tr-product__long { margin: 14px 0; color: #334155; font-size: 14.5px; line-height: 1.55; }
.tr-product__long h2, .tr-product__long h3 { color: #0f172a; }

/* ---------- Sticky bottom add-to-cart (always visible when inline CTA is off-screen) ---------- */
.tr-sticky-atc {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  background: #fff; border-top: 1px solid #e5e7eb;
  box-shadow: 0 -8px 22px rgba(0,0,0,.10);
  transform: translateY(100%); transition: transform .25s ease;
  pointer-events: none;
}
.tr-sticky-atc.is-visible { transform: translateY(0); pointer-events: auto; }
.tr-sticky-atc__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding-top: 10px; padding-bottom: 10px;
}
.tr-sticky-atc__info { flex: 1; min-width: 0; }
.tr-sticky-atc__title {
  font-size: 12px; font-weight: 700; color: #475569;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tr-sticky-atc__price { font-size: 14px; color: #0f172a; }
.tr-sticky-atc__price strong { font-weight: 900; }
.tr-sticky-atc__btn { width: auto; min-width: 200px; padding: 12px 22px; flex: 0 0 auto; }
@media (max-width: 600px) {
  .tr-sticky-atc__btn { min-width: 0; padding: 12px 16px; font-size: 14px; }
  .tr-sticky-atc__title { font-size: 11px; }
}
/* Leave room at the bottom of the page so the sticky bar doesn't cover content. */
body.single-product { padding-bottom: 80px; }

/* Sections on front page. */
.tr-section { margin: 32px 0 48px; }
.tr-section__title { font-size: 24px; font-weight: 800; margin: 12px 0 16px; }
.tr-section__more { text-align: center; margin-top: 16px; }

/* Page (legal). */
.tr-page__title { margin: 28px 0 18px; }
.tr-page__body p { margin: 10px 0; }

/* Cart bubble. */
.cart-link__bubble { display: inline-block; min-width: 18px; padding: 0 6px; border-radius: 9px; background: #111; color: #fff; font-size: 12px; line-height: 18px; text-align: center; }

/* ---------- Cart drawer ---------- */
html.tr-no-scroll, html.tr-no-scroll body { overflow: hidden; }
.tr-drawer {
  position: fixed; inset: 0; z-index: 99999;
  pointer-events: none; visibility: hidden;
}
.tr-drawer.is-open { pointer-events: auto; visibility: visible; }
.tr-drawer__backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,.45);
  opacity: 0; transition: opacity .25s ease;
}
.tr-drawer.is-open .tr-drawer__backdrop { opacity: 1; }
.tr-drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(420px, 92vw); background: #fff;
  display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .28s ease;
  box-shadow: -10px 0 30px rgba(0,0,0,.18);
}
.tr-drawer.is-open .tr-drawer__panel { transform: translateX(0); }
.tr-drawer__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid #e5e7eb;
}
.tr-drawer__title { font-weight: 800; font-size: 17px; color: #0f172a; }
.tr-drawer__close {
  background: transparent; border: 0; cursor: pointer; color: #0f172a;
  padding: 6px; line-height: 0;
}
.tr-drawer__body { flex: 1; overflow-y: auto; padding: 12px 16px; }

/* Woo mini-cart inside the drawer. Scoped to .tr-drawer so it survives Woo's
   fragment-replacement of the inner .widget_shopping_cart_content node. */
.tr-drawer ul.woocommerce-mini-cart,
.tr-drawer .woocommerce-mini-cart { list-style: none; padding: 0; margin: 0; }
.tr-drawer .woocommerce-mini-cart__empty-message { color: #475569; padding: 24px 8px; text-align: center; }

.tr-drawer li.woocommerce-mini-cart-item {
  position: relative !important;
  display: block !important;
  padding: 14px 26px 16px 96px !important;
  margin: 0 !important;
  border-bottom: 1px solid #f1f5f9 !important;
  min-height: 86px !important;
  list-style: none !important;
}
.tr-drawer li.woocommerce-mini-cart-item > a.remove {
  position: absolute !important;
  top: 16px !important;
  left: 0 !important;
  right: auto !important;
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #94a3b8 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  z-index: 2;
}
.tr-drawer li.woocommerce-mini-cart-item > a.remove:hover { color: #ef4444 !important; }

.tr-drawer li.woocommerce-mini-cart-item > a:not(.remove) {
  display: block !important;
  color: #0f172a !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  padding: 0 !important;
}
.tr-drawer li.woocommerce-mini-cart-item > a:not(.remove) img {
  position: absolute !important;
  left: 28px !important;
  top: 14px !important;
  width: 56px !important;
  height: 56px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  float: none !important;
  max-width: none !important;
}

.tr-drawer .woocommerce-mini-cart-item .variation {
  margin: 6px 0 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}
.tr-drawer .woocommerce-mini-cart-item .variation dt,
.tr-drawer .woocommerce-mini-cart-item .variation dd {
  display: inline;
  margin: 0;
  font-weight: 400;
}
.tr-drawer .woocommerce-mini-cart-item .variation dt { font-weight: 700; color: #475569; }
.tr-drawer .woocommerce-mini-cart-item .variation dt::after { content: " "; }
.tr-drawer .woocommerce-mini-cart-item .variation dd { margin-right: 2px; }
.tr-drawer .woocommerce-mini-cart-item .variation dd::after { content: " · "; color: #cbd5e1; padding: 0 2px; }
.tr-drawer .woocommerce-mini-cart-item .variation dd:last-child::after { content: ""; }
.tr-drawer .woocommerce-mini-cart-item .variation dd p { display: inline; margin: 0; }

.tr-drawer .woocommerce-mini-cart-item .quantity {
  display: block;
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}
.tr-drawer .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount,
.tr-drawer .woocommerce-mini-cart-item .quantity .amount {
  color: #1B3464;
  font-weight: 800;
}

.tr-drawer .woocommerce-mini-cart__total,
.tr-drawer .woocommerce-mini-cart__buttons {
  margin-left: 0;
  margin-right: 0;
}
.tr-drawer__body .woocommerce-mini-cart__total {
  display: flex; justify-content: space-between; padding: 14px 0;
  font-weight: 800; color: #0f172a; border-top: 1px solid #e5e7eb; margin-top: 6px;
}
.tr-drawer__body .woocommerce-mini-cart__buttons { display: flex; flex-direction: column; gap: 8px; margin: 12px 0 0; }
.tr-drawer__body .woocommerce-mini-cart__buttons .button {
  display: block; text-align: center; padding: 12px 14px; border-radius: 10px;
  background: #111827; color: #fff; font-weight: 800; text-decoration: none;
  border: 0;
}
.tr-drawer__body .woocommerce-mini-cart__buttons .button.checkout { background: #1B3464; }
.tr-drawer__body .woocommerce-mini-cart__buttons .wc-forward { background: #fff; color: #0f172a; border: 1.5px solid #0f172a; }

/* ---------- Trustpilot reviews block ---------- */
.tr-product__meta, .tr-product__media { min-width: 0; }
.tp-block { margin: 22px 0 6px; padding: 22px 18px 18px; background: #f8fafc; border-radius: 10px; max-width: 100%; overflow: hidden; }
.tp-slider { max-width: 100%; }
.tp-header { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; margin-bottom: 18px; }
.tp-heading { color: #555; font-size: 14px; font-weight: 700; letter-spacing: .05em; margin: 0; text-transform: uppercase; }
.tp-score-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; }
.tp-stars-main { display: flex; gap: 3px; }
.tp-excellent { color: #111; font-size: 24px; font-weight: 800; line-height: 1; }
.tp-score-num { color: #00b67a; font-size: 24px; font-weight: 800; line-height: 1; }
.tp-logo-row { display: flex; align-items: center; gap: 8px; }
.tp-count { color: #777; font-size: 13px; }

.tp-slider { position: relative; }
.tp-slider__track {
  display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 4px 2px 14px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.tp-slider__track::-webkit-scrollbar { display: none; }
.tp-card {
  flex: 0 0 100%; scroll-snap-align: center;
  background: #fff; border-radius: 10px; padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  display: flex; flex-direction: column; gap: 10px; min-height: 240px;
}
.tp-card__stars { display: flex; gap: 2px; }
.tp-card__title { font-size: 15px; font-weight: 800; color: #0f172a; margin: 0; line-height: 1.3; }
.tp-card__body { font-size: 13.5px; color: #475569; line-height: 1.5; margin: 0; flex: 1; }
.tp-card__footer { display: flex; align-items: center; gap: 10px; margin-top: 6px; }
.tp-card__avatar {
  width: 36px; height: 36px; border-radius: 50%; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px; flex: 0 0 36px;
}
.tp-card__author { display: flex; flex-direction: column; line-height: 1.3; }
.tp-card__author strong { color: #0f172a; font-size: 13px; font-weight: 800; }
.tp-card__meta { color: #64748b; font-size: 11.5px; }
.tp-card__verified { color: #00b67a; font-weight: 700; }

.tp-slider__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 32px; height: 32px; border-radius: 50%; border: 0;
  background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.18);
  color: #0f172a; font-size: 14px; cursor: pointer; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  transition: opacity .15s, transform .1s;
}
.tp-slider__nav:hover { transform: translateY(-50%) scale(1.05); }
.tp-slider__nav--prev { left: -10px; }
.tp-slider__nav--next { right: -10px; }
.tp-slider__nav:disabled { opacity: .35; cursor: default; }

.tp-slider__dots { display: flex; justify-content: center; gap: 6px; margin-top: 6px; }
.tp-slider__dot {
  width: 8px; height: 8px; border-radius: 50%; border: 0;
  background: #cbd5e1; cursor: pointer; padding: 0;
  transition: background .15s, transform .15s;
}
.tp-slider__dot.is-active { background: #1B3464; transform: scale(1.25); }

@media (min-width: 700px) {
  .tp-card { flex: 0 0 calc(50% - 7px); }
}
@media (max-width: 480px) {
  .tp-excellent, .tp-score-num { font-size: 20px; }
  .tp-heading { font-size: 13px; }
  .tp-slider__nav { display: none; }
}

/* ---------- App steps (Wallet / app explainer) ---------- */
.app-steps { margin: 24px 0 6px; max-width: 100%; }
.app-steps__row {
  display: grid; grid-template-columns: 1fr; gap: 16px;
  align-items: center; padding: 16px 0;
  border-bottom: 1px solid #f1f5f9;
}
.app-steps__row:last-child { border-bottom: 0; }
.app-steps__title { font-size: 17px; font-weight: 800; color: #0f172a; margin: 0 0 8px; line-height: 1.3; }
.app-steps__p { font-size: 14px; color: #475569; line-height: 1.55; margin: 0 0 8px; }
.app-steps__p:last-child { margin-bottom: 0; }
.app-steps__media { display: flex; justify-content: center; }
.app-steps__media img { width: 100%; max-width: 320px; height: auto; border-radius: 10px; display: block; }
@media (min-width: 700px) {
  .app-steps__row { grid-template-columns: 1fr 1fr; gap: 28px; }
  .app-steps__row--reverse .app-steps__text { order: 2; }
  .app-steps__row--reverse .app-steps__media { order: 1; }
}

/* ---------- Footer (purple brand bar) ---------- */
.site-footer {
  background: #1B3464;
  color: #fff;
  margin-top: 48px;
  padding: 36px 0 22px;
}
.site-footer .grid { display: flex; flex-wrap: wrap; gap: 24px; }
.site-footer .grid__item { flex: 1 1 280px; min-width: 0; }
.site-footer .site-footer__linklist { list-style: none; padding: 0; margin: 0; }
.site-footer .site-footer__linklist li { margin: 0 0 8px; }
.site-footer .site-footer__linklist a {
  color: #fff; text-decoration: none; font-size: 14px; font-weight: 600;
  opacity: .92; transition: opacity .15s;
}
.site-footer .site-footer__linklist a:hover { opacity: 1; text-decoration: underline; }
.site-footer__bottom {
  margin-top: 24px; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.25);
  font-size: 12px; color: rgba(255,255,255,.85);
}

/* ---------- Festival info (long-form) + FAQ ---------- */
.festival-info { margin: 28px 0 6px; max-width: 100%; }
.festival-info__title { font-size: 22px; font-weight: 800; color: #0f172a; margin: 0 0 4px; line-height: 1.25; }
.festival-info__edition { font-size: 13px; font-weight: 700; color: #1B3464; letter-spacing: .02em; text-transform: uppercase; margin: 0 0 16px; }
.festival-info__p { font-size: 15px; color: #334155; line-height: 1.65; margin: 0 0 14px; }
.festival-info__p:last-child { margin-bottom: 0; }

.festival-faq { margin: 24px 0 10px; max-width: 100%; }
.festival-faq__title { font-size: 20px; font-weight: 800; color: #0f172a; margin: 0 0 14px; line-height: 1.25; }
.festival-faq__list { display: flex; flex-direction: column; gap: 8px; }
.festival-faq__item {
  background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px;
  padding: 0; overflow: hidden;
}
.festival-faq__item[open] { background: #fff; border-color: #1B3464; }
.festival-faq__q {
  list-style: none; cursor: pointer; padding: 14px 44px 14px 16px;
  font-size: 15px; font-weight: 700; color: #0f172a; line-height: 1.4;
  position: relative; user-select: none;
}
.festival-faq__q::-webkit-details-marker { display: none; }
.festival-faq__q::after {
  content: '+'; position: absolute; right: 16px; top: 50%;
  transform: translateY(-50%); font-size: 22px; font-weight: 400; color: #1B3464;
  line-height: 1; transition: transform .2s ease;
}
.festival-faq__item[open] .festival-faq__q::after { content: '−'; }
.festival-faq__a { padding: 0 16px 14px; }
.festival-faq__a p { font-size: 14px; color: #475569; line-height: 1.6; margin: 0; }
@media (min-width: 700px) {
  .festival-info__title { font-size: 26px; }
  .festival-faq__title { font-size: 22px; }
  .festival-info__p { font-size: 15.5px; }
}

/* ============================================================
 * Bloc en-tête événement (style billetterie) — ev-head
 * ============================================================ */
.ev-head { margin: 4px 0 14px; display: flex; flex-direction: column; gap: 10px; }

.ev-head__rating {
  display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  padding: 7px 12px; border-radius: 999px;
  background: #fff8e6; border: 1px solid #f5d98a; color: #92670a;
  font-size: 13px; font-weight: 600;
}
.ev-head__rating svg { color: #f59e0b; flex: 0 0 auto; }
.ev-head__rating strong { font-weight: 800; }

.ev-head__demand { display: flex; flex-wrap: wrap; gap: 8px; }
.ev-chip { display: inline-block; padding: 7px 13px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.ev-chip--hot  { background: #fdecec; border: 1px solid #f5c2c2; color: #c0392b; }
.ev-chip--soft { background: #f1f5f9; border: 1px solid #e2e8f0; color: #475569; }

.ev-head__line { display: flex; align-items: center; gap: 8px; color: #475569; font-size: 14px; font-weight: 600; }
.ev-head__line svg { color: #64748b; flex: 0 0 auto; }
.ev-head__line--loc { color: #334155; font-weight: 700; letter-spacing: .01em; font-size: 13px; }
.ev-pin { width: 10px; height: 10px; border-radius: 50%; background: #1B3464; flex: 0 0 auto; }

.ev-guarantees { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.ev-guar {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 13px; border-radius: 10px; font-size: 13px; font-weight: 700; line-height: 1;
}
.ev-guar svg { flex: 0 0 auto; }
.ev-guar--green  { background: #eaf7ef; border: 1px solid #bfe6cd; color: #15803d; }
.ev-guar--blue   { background: #eaf1fb; border: 1px solid #c3d8f5; color: #1d4ed8; }
.ev-guar--purple { background: #f1ecfb; border: 1px solid #d8c8f2; color: #6d28d9; }

.ev-price { display: flex; align-items: baseline; gap: 12px; margin-top: 6px; flex-wrap: wrap; }
.ev-price__label { font-size: 13px; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: .04em; }
.ev-price__amount { font-size: 40px; font-weight: 900; color: #1B3464; line-height: 1; }
.ev-price__amount .woocommerce-Price-amount { color: inherit; font-weight: 900; }
.ev-price__note { font-size: 13px; color: #64748b; margin: 2px 0 0; }

.ev-info-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 6px; padding: 13px 16px; border-radius: 10px;
  border: 1px solid #e2e8f0; background: #fff; color: #0f172a;
  font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer;
  transition: border-color .15s, background .15s;
}
.ev-info-btn:hover { border-color: #1B3464; background: #f8fafc; }
.ev-trust { font-size: 12.5px; color: #94a3b8; text-align: center; margin: 2px 0 0; }

.ev-anchor { display: block; position: relative; top: -90px; visibility: hidden; }

/* ============================================================
 * Bloc réassurance — ev-secure
 * ============================================================ */
.ev-secure {
  display: flex; gap: 14px; margin: 16px 0 6px;
  padding: 18px 18px; border-radius: 12px;
  background: #f0faf4; border: 1px solid #cdecd8;
}
.ev-secure__icon {
  flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #dcf3e5; color: #15803d;
}
.ev-secure__eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #15803d; }
.ev-secure__title { font-size: 16px; font-weight: 800; color: #14532d; margin: 3px 0 8px; line-height: 1.3; }
.ev-secure__list { margin: 0; padding: 0 0 0 2px; list-style: none; display: flex; flex-direction: column; gap: 6px; }
.ev-secure__list li { position: relative; padding-left: 18px; font-size: 14px; color: #2f4538; line-height: 1.45; }
.ev-secure__list li::before { content: ''; position: absolute; left: 2px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: #22c55e; }

/* ============================================================
 * Plan de salle interactif — ev-seatmap
 * ============================================================ */
.ev-seatmap { margin: 18px 0 6px; border: 1px solid #e2e8f0; border-radius: 12px; padding: 14px; background: #f8fafc; }
.ev-seatmap__viewport {
  position: relative; border-radius: 10px; overflow: hidden;
  background: #0c1018; cursor: grab; touch-action: none;
  aspect-ratio: 7 / 5;
}
.ev-seatmap__viewport.is-grabbing { cursor: grabbing; }
.ev-seatmap__svg { display: block; width: 100%; height: 100%; user-select: none; }
.ev-seatmap__svg text { font-family: Inter, sans-serif; font-weight: 800; pointer-events: none; }

.ev-stage { fill: #e5e7eb; }
.ev-stage__t { fill: #0f172a; font-size: 12px; letter-spacing: .08em; }

.ev-zone { cursor: pointer; }
.ev-zone:focus { outline: none; }
.ev-zone rect, .ev-zone circle, .ev-z rect, .ev-c circle { transition: fill .12s, opacity .12s; }
.ev-zone:hover rect, .ev-zone:hover circle, .ev-zone:focus rect, .ev-zone:focus circle { opacity: .82; }

.ev-z--avail rect { fill: #16a34a; } .ev-z--avail text { fill: #fff; }
.ev-z--low   rect { fill: #f59e0b; } .ev-z--low text { fill: #3a2700; }
.ev-z--out   rect { fill: url(#evHach); stroke: #475569; stroke-width: 1; } .ev-z--out text { fill: #8595ab; }
.ev-c--avail circle { fill: #16a34a; } .ev-c--avail text { fill: #fff; }
.ev-c--low   circle { fill: #f59e0b; } .ev-c--low text { fill: #3a2700; }
.ev-c--out   circle { fill: url(#evHach); stroke: #475569; stroke-width: 1; } .ev-c--out text { fill: #8595ab; }

.ev-zone.is-selected rect, .ev-zone.is-selected circle { fill: #1B3464; stroke: #fff; stroke-width: 2; }
.ev-zone.is-selected text { fill: #fff; }

.ev-seatmap__zoom { position: absolute; top: 12px; right: 12px; display: flex; flex-direction: column; gap: 8px; }
.ev-seatmap__zoom button {
  width: 42px; height: 42px; border-radius: 12px; border: 0;
  background: #fff; color: #0f172a; font-size: 20px; font-weight: 700;
  cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.18);
  display: flex; align-items: center; justify-content: center;
}
.ev-seatmap__zoom button:last-child { font-size: 14px; font-weight: 800; }
.ev-seatmap__zoom button:hover { background: #f1f5f9; }

.ev-seatmap__legend { display: flex; flex-wrap: wrap; gap: 14px 18px; justify-content: center; margin: 14px 0 6px; }
.ev-seatmap__legend span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: #334155; font-weight: 600; }
.ev-dot { width: 13px; height: 13px; border-radius: 50%; flex: 0 0 auto; }
.ev-dot--avail { background: #16a34a; }
.ev-dot--low   { background: #f59e0b; }
.ev-dot--out   { background: #cbd5e1; background-image: repeating-linear-gradient(45deg, #94a3b8 0 2px, transparent 2px 4px); }
.ev-dot--sel   { background: #1B3464; }
.ev-seatmap__cap { font-size: 12px; color: #94a3b8; text-align: center; margin: 4px 0 0; }

@media (min-width: 700px) {
  .ev-price__amount { font-size: 46px; }
}
@media (max-width: 480px) {
  .ev-price__amount { font-size: 34px; }
  .ev-seatmap__zoom button { width: 38px; height: 38px; }
  .ev-guar { font-size: 12px; padding: 8px 11px; }
}
