@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal,.hero-reveal{opacity:1!important;transform:none!important}}
@media (min-width:1500px){.section{padding-block:30px}.hero{padding-top:calc(var(--header-h) + 64px)}}
@media (max-width:560px){.container{width:calc(100% - 40px)}.btn{padding-inline:18px}.section{padding:58px 0}.hero h1{letter-spacing:-.05em}.logo-box{min-height:92px;font-size:13px}.footer-card{padding:18px}.legal-tile{padding:16px}.age-dialog{padding:26px 18px}.rating-score{font-size:68px}}

/* ======================================================================
   V14-B — Correctifs responsive mobile et stabilité largeur
   ====================================================================== */
html, body {
  max-width: 100%;
  overflow-x: clip;
}

@media (max-width: 900px) {
  .site-header {
    width: 100%;
  }

  .header-inner {
    padding-inline: 20px;
    width: 100%;
    max-width: 100%;
    gap: 14px;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
    overflow: visible;
  }

  .brand img,
  .brand svg {
    width: min(124px, 34vw);
    max-width: 124px;
    height: auto;
  }

  .nav-toggle {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }

  .nav {
    max-width: 100vw;
    box-sizing: border-box;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 100svh;
    padding-top: calc(var(--header-h) + 34px);
    padding-bottom: 46px;
    overflow: hidden;
  }

  .hero .container,
  .hero-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero h1 {
    font-size: clamp(44px, 12vw, 62px);
    line-height: .96;
    letter-spacing: -0.04em;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero h1 span {
    display: inline;
  }

  .hero h1 span:not(:last-child)::after {
    content: " ";
  }

  .hero h1 .nowrap {
    white-space: normal;
  }

  .hero .lead {
    font-size: clamp(17px, 4.8vw, 20px);
    line-height: 1.55;
  }

  .hero-kicker {
    font-size: 11px;
    letter-spacing: .14em;
  }

  .proofs {
    margin: 24px 0;
    gap: 12px 0;
  }

  .proofs span {
    width: 100%;
    font-size: 13px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    padding-inline: 16px;
    white-space: normal;
  }

  .menu-section__inner,
  .carte-top,
  .contact-grid,
  .footer-grid,
  .legal-grid,
  .events-grid,
  .prestation-cards,
  .animations-grid,
  .avis-grid {
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .container {
    width: calc(100% - 32px);
  }

  .header-inner {
    padding-inline: 16px;
  }
}

@media (max-width: 760px) {
  .cocktail-card.slot-edge-left,
  .cocktail-card.slot-edge-right,
  .cocktail-card.slot-enter-left,
  .cocktail-card.slot-enter-right,
  .cocktail-card.slot-out-left,
  .cocktail-card.slot-out-right {
    display: none;
  }
}


/* V14-C — marge de sécurité hero mobile et H1 stable. */
@media (max-width: 760px) {
  .hero-content,
  .hero-copy {
    padding-inline: 16px;
  }
}

/* ======================================================================
   V14-D1 — Correctif strict header + hero : accent #75151E, H1, CTA
   ====================================================================== */
.site-header,
.hero {
  --hero-accent: #A10000;
  --hero-accent-hover: #A40000;
  --hero-accent-pressed: #5F1018;
  --hero-accent-glow: rgba(117, 21, 30, 0.28);
  --hero-accent-border: rgba(255, 255, 255, 0.55);
}

.site-header {
  border-bottom-color: rgba(255, 255, 255, .42);
}

.site-header .nav a[aria-current="true"],
.site-header .nav a:hover,
.site-header .nav a:focus-visible {
  color: var(--hero-accent-hover);
}

.site-header .header-cta,
.site-header .nav-toggle {
  border-color: var(--hero-accent-border);
}

.site-header .header-cta:hover,
.site-header .header-cta:focus-visible,
.site-header .nav-toggle:hover,
.site-header .nav-toggle:focus-visible {
  border-color: var(--hero-accent-hover);
  box-shadow: 0 0 0 3px rgba(117, 21, 30, .16);
}

.hero {
  border-bottom-color: rgba(255, 255, 255, .36);
}

.hero-overlay {
  background:
    radial-gradient(circle at 68% 38%, rgba(117, 21, 30, .18), transparent 27rem),
    linear-gradient(90deg, rgba(5, 6, 8, .99) 0%, rgba(5, 6, 8, .90) 36%, rgba(5, 6, 8, .56) 70%, rgba(5, 6, 8, .88) 100%),
    linear-gradient(180deg, transparent 72%, #090A0C 100%);
}

.hero-content {
  max-width: 860px;
}

.hero-kicker {
  color: var(--hero-accent);
}

.hero h1 {
  max-width: 850px;
  line-height: .98;
  letter-spacing: -0.04em;
  margin-bottom: 26px;
}

.hero h1 span {
  display: block;
}

.hero h1 .nowrap {
  white-space: nowrap;
}

.hero .proofs span::before {
  border-color: var(--hero-accent-border);
  box-shadow: inset 0 0 0 5px rgba(117, 21, 30, .10);
}

.hero-cta-group {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.hero .btn-primary {
  background: var(--hero-accent);
  border-color: rgba(117, 21, 30, .72);
  color: #fff;
}

.hero .btn-primary:hover,
.hero .btn-primary:focus-visible {
  background: #A40000;
  border-color: #A40000;
  color: #fff;
  box-shadow:
    0 20px 52px rgba(117, 21, 30, .32),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.hero .btn-primary:active {
  background: var(--hero-accent-pressed);
  color: #fff;
}

.hero .btn-primary:focus-visible,
.hero .btn-secondary:focus-visible,
.hero-map-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .45);
  outline-offset: 2px;
}

.hero .btn-secondary {
  border-color: var(--hero-accent-border);
}

.hero .btn-secondary:hover,
.hero .btn-secondary:focus-visible {
  border-color: var(--hero-accent-hover);
  color: var(--text-ivory);
  box-shadow: 0 14px 34px rgba(117, 21, 30, .14);
}

.hero-map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hero-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateX(0);
  transition: color .22s var(--ease), transform .22s var(--ease);
}

.hero-map-link:hover,
.hero-map-link:focus-visible {
  color: var(--hero-accent-hover);
  transform: translateX(4px);
}


@media (max-width: 760px) {
  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    line-height: .98;
    letter-spacing: -0.04em;
  }

  .hero h1 span {
    display: inline;
  }

  .hero h1 span:not(:last-child)::after {
    content: " ";
  }

  .hero h1 .nowrap {
    white-space: normal;
  }

  .hero-cta-group {
    gap: 13px;
    width: 100%;
  }

  .hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .hero-map-link {
    margin-top: 2px;
  }
}

/* ======================================================================
   V14-D2 — Hero mobile only: H1 réduit, espaces propres, respiration
   Périmètre strict : ne modifie pas desktop / La Carte / reveal.
   ====================================================================== */
@media (max-width: 760px) {
  .hero-content,
  .hero-copy {
    padding-inline: 24px;
  }

  .hero h1 {
    font-size: clamp(46px, 10.5vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.035em;
    max-width: 100%;
  }

  .hero h1 span {
    display: inline;
  }

  .hero h1 span:not(:last-child)::after {
    content: " ";
  }

  .hero h1 .nowrap {
    white-space: normal;
  }

  .hero .lead {
    font-size: clamp(20px, 5vw, 26px);
    line-height: 1.42;
  }

  .hero-proofs,
  .hero-usps,
  .proofs {
    gap: 16px;
  }

  .hero-actions .btn,
  .hero .hero-actions .btn {
    min-height: 58px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(42px, 10.2vw, 52px);
    line-height: 1;
  }
}

/* ======================================================================
   V14-D3 — Hero USP line only: replace round bullets with premium SVGs.
   ====================================================================== */
.hero .proofs {
  list-style: none;
  padding: 0;
  align-items: center;
}

.hero .proofs .hero-usp-item {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  color: var(--text-muted);
  font-size: 14px;
}

.hero .proofs .hero-usp-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #A10000;
}

.hero .proofs .hero-usp-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.58;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero .proofs .hero-usp-text {
  min-width: 0;
}

.hero .proofs .hero-usp-icon::before,
.hero .proofs .hero-usp-text::before,
.hero .proofs .hero-usp-item::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 760px) {
  .hero .proofs {
    align-items: flex-start;
  }

  .hero .proofs .hero-usp-item {
    width: 100%;
    gap: 10px;
    font-size: 14px;
    line-height: 1.35;
  }

  .hero .proofs .hero-usp-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    margin-top: 1px;
  }
}

@media (max-width: 420px) {
  .hero .proofs .hero-usp-icon {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
  }
}
