:root {
  --modern-bg: #07080b;
  --modern-panel: #111217;
  --modern-panel-2: #17181e;
  --modern-text: #f8f6f2;
  --modern-muted: #a8a9af;
  --modern-red: #ff343d;
  --modern-line: rgba(255,255,255,.1);
  --modern-radius: 24px;
}

body {
  background: var(--modern-bg);
  color: var(--modern-text);
  font-family: Inter, system-ui, sans-serif;
}

body::before {
  animation: modernDjBackground 24s ease-in-out infinite alternate;
  background:
    linear-gradient(rgba(6,7,10,.32), rgba(6,7,10,.52)),
    url("assets/images/gallery-real-06.jpeg") center 42% / cover no-repeat;
  filter: saturate(1.18) contrast(1.08);
  inset: -7vh -7vw;
  opacity: .88;
  transform: scale(1.04);
}

body::after {
  animation: modernLightAtmosphere 14s ease-in-out infinite alternate;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,52,61,.12), transparent 30rem),
    radial-gradient(circle at 86% 62%, rgba(106,35,255,.08), transparent 32rem),
    linear-gradient(180deg, rgba(7,8,11,.12), rgba(7,8,11,.36));
}

.site-header {
  background: rgba(7,8,11,.84);
  border-bottom: 1px solid var(--modern-line);
  backdrop-filter: blur(24px);
}

.site-header::after { opacity: .35; }

.nav-wrap {
  column-gap: 20px;
  grid-template-columns: 74px minmax(0, 1fr);
  max-width: 1480px;
  min-height: 88px;
  padding: 9px 28px;
}

.brand img {
  height: 58px;
  width: 66px;
}

.main-nav {
  gap: clamp(12px, 1.2vw, 20px);
  justify-self: end;
}

.main-nav a {
  color: rgba(255,255,255,.64);
  font-size: .69rem;
  font-weight: 750;
  letter-spacing: .02em;
  padding: 14px 0;
  text-transform: none;
}

.main-nav a:hover,
.main-nav a:focus,
.main-nav a.is-active {
  color: #fff;
  text-shadow: none;
  transform: none;
}

.main-nav a.is-active { animation: none; }

.radio-player {
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  box-shadow: none;
  max-width: 380px;
  min-height: 66px;
}

.radio-player::before { opacity: .35; }

.radio-cover,
.radio-cover-wrap {
  border-radius: 12px;
}

.radio-toggle {
  background: var(--modern-red);
  box-shadow: 0 10px 24px rgba(255,52,61,.22);
}

.hero {
  background: rgba(7,8,11,.18) !important;
  min-height: 100svh;
  padding-top: 88px;
}

.hero::before {
  background:
    radial-gradient(circle at 50% 42%, transparent 0, rgba(7,8,11,.08) 46%, rgba(7,8,11,.28) 100%),
    linear-gradient(0deg, rgba(7,8,11,.34), transparent 32%);
}

.hero-inner {
  min-height: calc(100svh - 88px);
  padding: 54px 20px;
}

.hero-content {
  margin: 0 auto;
  max-width: 940px;
}

.hero-logo {
  filter: drop-shadow(0 20px 44px rgba(0,0,0,.5));
  max-height: 230px;
  width: min(260px, 54vw);
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .94;
  margin: 24px auto 0;
  max-width: 900px;
  text-transform: none;
  text-wrap: balance;
}

.hero-tags {
  color: rgba(255,255,255,.66);
  font-size: .72rem;
  gap: 8px;
  letter-spacing: .06em;
  margin-top: 24px;
}

.hero-tags span {
  background: rgba(8,9,12,.44);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 7px 12px;
  backdrop-filter: blur(12px);
}

.hero-tags span::after { display: none; }

.hero-actions { margin-top: 30px; }

.button {
  background: var(--modern-red);
  border: 1px solid var(--modern-red);
  border-radius: 999px;
  box-shadow: 0 15px 34px rgba(255,52,61,.22);
  font-size: .76rem;
  letter-spacing: .025em;
  min-height: 56px;
  padding: 0 28px;
  text-transform: none;
}

.hero-cta { animation: none; }

.side-social {
  right: 28px;
}

.side-social a {
  background: rgba(8,9,12,.5);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.section {
  background: rgba(7,8,11,.42);
  border-top: 1px solid rgba(255,255,255,.045);
  backdrop-filter: blur(1.5px);
  padding-block: clamp(88px, 9vw, 140px);
}

.section.alt {
  background: rgba(13,14,18,.5);
}

.container { max-width: 1260px; }

.section-head .eyebrow {
  color: var(--modern-red);
  font-size: .68rem;
  letter-spacing: .15em;
}

.section-head h2 {
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .96;
  text-transform: none;
  text-wrap: balance;
}

.section-head .lead {
  color: var(--modern-muted);
  line-height: 1.7;
}

.service-card,
.gallery-card,
.team-card,
.press-card,
.review-card,
.agenda-card,
.contact-panel,
.quote-form-card {
  background: linear-gradient(145deg, var(--modern-panel-2), var(--modern-panel));
  border: 1px solid var(--modern-line);
  border-radius: var(--modern-radius);
  box-shadow: none;
}

.service-card {
  min-height: 410px;
  overflow: hidden;
  transition: border-color .3s ease, transform .3s ease;
}

.service-card:hover {
  border-color: rgba(255,52,61,.38);
  transform: translateY(-6px);
}

.service-card h3,
.team-card h3,
.press-card h3 {
  font-size: 1.4rem;
  letter-spacing: -.03em;
  text-transform: none;
}

.gallery-card {
  min-height: 380px;
  overflow: hidden;
}

.photo-gallery .photo-slide {
  position: relative;
}

.photo-gallery .photo-copyright {
  background: rgba(5,6,9,.7);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  bottom: 14px;
  color: rgba(255,255,255,.78);
  font-size: .58rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .03em;
  padding: 6px 10px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  z-index: 4;
  backdrop-filter: blur(10px);
}

.team-card {
  padding: 0 0 26px;
  overflow: hidden;
}

.team-photo {
  border: 0;
  border-radius: 0;
  height: 340px;
  margin: 0 0 24px;
  width: 100%;
}

.team-photo img {
  border: 0;
  border-radius: 0;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.team-card h3,
.team-card p {
  padding-inline: 24px;
}

.team-card[role="button"] {
  cursor: pointer;
  outline: none;
}

.team-card[role="button"]:focus-visible {
  border-color: var(--modern-red);
  box-shadow: 0 0 0 4px rgba(255,52,61,.16);
}

.team-discover {
  align-items: center;
  color: rgba(255,255,255,.56);
  display: flex;
  font-size: .7rem;
  font-weight: 750;
  justify-content: space-between;
  letter-spacing: .02em;
  margin: 22px 24px 0;
  padding-top: 18px;
  border-top: 1px solid var(--modern-line);
}

.team-discover b {
  color: var(--modern-red);
  font-size: 1rem;
}

.team-modal {
  background: transparent;
  border: 0;
  color: var(--modern-text);
  max-height: min(760px, calc(100svh - 40px));
  max-width: min(980px, calc(100vw - 40px));
  overflow: visible;
  padding: 0;
  width: 100%;
}

.team-modal::backdrop {
  background: rgba(3,4,6,.84);
  backdrop-filter: blur(14px);
}

.team-modal-layout {
  background:
    radial-gradient(circle at 92% 8%, rgba(255,52,61,.1), transparent 18rem),
    #111217;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  box-shadow: 0 40px 120px rgba(0,0,0,.56);
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(360px, 1.15fr);
  overflow: hidden;
}

.team-modal-photo {
  min-height: 580px;
}

.team-modal-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.team-modal-copy {
  align-self: center;
  padding: clamp(36px, 6vw, 72px);
}

.team-modal-copy h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  letter-spacing: -.055em;
  line-height: .95;
  margin: 12px 0 8px;
  text-transform: none;
}

.team-modal-copy > strong {
  color: var(--modern-red);
  display: block;
  font-size: .78rem;
  letter-spacing: .08em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.team-modal-copy > p:not(.eyebrow) {
  color: var(--modern-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 32px;
}

.team-modal-close {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #090a0d;
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  height: 46px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -14px;
  top: -14px;
  width: 46px;
  z-index: 2;
}

.has-modal-open { overflow: hidden; }

@media (max-width: 760px) {
  .team-modal {
    max-height: calc(100svh - 24px);
    max-width: calc(100vw - 24px);
  }

  .team-modal-layout {
    border-radius: 22px;
    grid-template-columns: 1fr;
    max-height: calc(100svh - 24px);
    overflow-y: auto;
  }

  .team-modal-photo { min-height: 300px; }
  .team-modal-copy { padding: 30px 24px 34px; }

  .team-modal-close {
    right: 8px;
    top: 8px;
  }
}

@media (max-width: 720px) {
  .legal-body .footer-bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: center;
    text-align: center;
  }

  .legal-body .footer-bottom p {
    display: block !important;
    font-size: .7rem;
    margin: 0;
    text-align: center;
  }
}

/* Navigation lisible également sur la page des mentions légales */
@media (min-width: 1041px) {
  .site-header .main-nav {
    gap: clamp(10px,1.05vw,17px);
  }

  .site-header .main-nav a {
    font-size: clamp(.79rem,.78vw,.9rem);
    font-weight: 820;
    letter-spacing: .01em;
  }
}

@media (max-width: 1040px) {
  .site-header .main-nav a {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    min-height: 50px;
  }
}

/* Prestations — présentation premium */
#prestations {
  background:
    radial-gradient(circle at 85% 12%, rgba(255,52,61,.1), transparent 30rem),
    linear-gradient(180deg, rgba(6,7,10,.72), rgba(6,7,10,.88));
}

#prestations .section-head {
  align-items: end;
  display: grid;
  gap: 16px 60px;
  grid-template-columns: minmax(180px, .35fr) minmax(0, 1.65fr);
  text-align: left;
}

#prestations .section-head::after {
  display: none;
}

#prestations .section-head .eyebrow {
  align-self: start;
  border-top: 2px solid var(--modern-red);
  grid-column: 1;
  grid-row: 1;
  margin: 12px 0 0;
  padding-top: 18px;
}

#prestations .section-head h2 {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  max-width: 1050px;
}

#prestations .services-grid {
  counter-reset: service-number;
}

#prestations .service-card {
  counter-increment: service-number;
  isolation: isolate;
  overflow: hidden;
}

#prestations .service-card::before {
  background: none;
  color: rgba(255,255,255,.5);
  content: "0" counter(service-number);
  font-size: .65rem;
  font-weight: 900;
  height: auto;
  left: 34px;
  letter-spacing: .13em;
  position: absolute;
  right: auto;
  top: 270px;
  width: auto;
  z-index: 3;
}

#prestations .service-card::after {
  background: linear-gradient(90deg, var(--modern-red), transparent);
  content: "";
  height: 2px;
  inset: 301px auto auto 34px;
  opacity: 1;
  position: absolute;
  transform: none;
  width: 42px;
  z-index: 3;
}

#prestations .service-card-wide::before {
  top: 32px;
}

#prestations .service-card-wide::after {
  inset: 63px auto auto 34px;
}

#prestations .service-card-wide {
  align-content: end;
  display: grid;
  padding: 100px 34px 38px;
}

#prestations .service-card-wide h3,
#prestations .service-card-wide p,
#prestations .service-card-wide .service-icon {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

#prestations .service-card-wide .service-icon {
  display: none;
}

#prestations .service-card h3 {
  margin-top: 10px;
}

#prestations .service-card p {
  max-width: 620px;
}

#prestations .services-highlight {
  align-items: center;
  background:
    linear-gradient(110deg, rgba(255,52,61,.13), rgba(255,255,255,.025)),
    rgba(10,11,15,.78);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(26px, 4vw, 44px);
}

#prestations .services-highlight p {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1.55;
  max-width: 900px;
}

@media (max-width: 760px) {
  #prestations .section-head {
    display: block;
  }

  #prestations .section-head .eyebrow {
    border-top: 0;
    margin-bottom: 16px;
    padding-top: 0;
  }

  #prestations .service-card::before {
    top: 270px;
  }

  #prestations .service-card-wide::before {
    top: 32px;
  }

  #prestations .services-highlight {
    grid-template-columns: 1fr;
  }
}

/* Retour à la direction premium douce validée avant la refonte festival */
body:not(.legal-body) .site-header {
  background: rgba(7,8,11,.84);
}

body:not(.legal-body) .nav-wrap {
  grid-template-columns: 74px minmax(0, 1fr);
  min-height: 88px;
  padding: 9px 28px;
}

body:not(.legal-body) .brand img {
  height: 58px;
  width: 66px;
}

body:not(.legal-body) .main-nav {
  grid-column: auto;
  justify-self: end;
}

body:not(.legal-body) .main-nav a {
  font-size: .69rem;
  letter-spacing: .02em;
  text-transform: none;
}

body:not(.legal-body) .main-nav a::after {
  display: none;
}

body:not(.legal-body) .hero {
  align-items: center;
  background: rgba(7,8,11,.18) !important;
  min-height: 100svh;
  padding-top: 88px;
}

body:not(.legal-body) .hero::before {
  background:
    radial-gradient(circle at 50% 42%, transparent 0, rgba(7,8,11,.08) 46%, rgba(7,8,11,.28) 100%),
    linear-gradient(0deg, rgba(7,8,11,.34), transparent 32%);
  filter: none;
  opacity: 1;
}

body:not(.legal-body) .hero::after {
  display: none;
}

body:not(.legal-body) .hero-inner {
  align-items: center;
  justify-content: center;
  max-width: none;
  min-height: calc(100svh - 88px);
  padding: 54px 20px;
}

body:not(.legal-body) .hero-content {
  align-items: center;
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
}

body:not(.legal-body) .hero-logo {
  max-height: 230px;
  transform: none;
  width: min(260px, 54vw);
}

body:not(.legal-body) .hero h1 {
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: -.055em;
  line-height: .94;
  margin: 24px auto 0;
  max-width: 900px;
  text-align: center;
  text-transform: none;
}

body:not(.legal-body) .hero-tags {
  border-left: 0;
  justify-content: center;
  padding-left: 0;
}

body:not(.legal-body) .hero-tags span {
  color: rgba(255,255,255,.66);
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: none;
}

body:not(.legal-body) .button {
  border-radius: 999px;
  font-size: .76rem;
  letter-spacing: .025em;
  min-height: 56px;
  padding-inline: 28px;
  text-transform: none;
}

body:not(.legal-body) .section {
  padding-block: clamp(88px, 9vw, 140px);
}

body:not(.legal-body) .container {
  max-width: 1260px;
  padding-inline: 20px;
}

body:not(.legal-body) .section-head {
  margin-bottom: 0;
}

body:not(.legal-body) .section-head .eyebrow {
  font-size: .68rem;
  letter-spacing: .15em;
}

body:not(.legal-body) .section-head h2 {
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  letter-spacing: -.055em;
  line-height: .96;
  text-transform: none;
}

body:not(.legal-body) .services-grid {
  gap: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

body:not(.legal-body) .service-card,
body:not(.legal-body) .service-card:first-child,
body:not(.legal-body) .service-card:nth-child(2) {
  border-radius: var(--modern-radius);
  display: block;
  grid-column: auto;
  min-height: 410px;
  padding: 158px 26px 26px;
}

body:not(.legal-body) .service-card-wide {
  border-radius: var(--modern-radius);
  display: block;
  grid-column: 1 / -1;
  min-height: auto;
  padding: 158px 26px 26px;
}

body:not(.legal-body) .service-visual,
body:not(.legal-body) .service-card-wide .service-visual {
  filter: none;
  height: 132px;
  opacity: 1;
  transform: none;
}

body:not(.legal-body) .service-card::before {
  background: radial-gradient(circle, rgba(255,29,37,.18), transparent 64%);
  color: transparent;
  content: "";
  height: 160px;
  left: auto;
  right: -54px;
  top: -54px;
  width: 160px;
}

body:not(.legal-body) .service-card::after {
  display: none;
}

body:not(.legal-body) .service-card h3 {
  font-size: 1.4rem;
  margin-top: 0;
}

body:not(.legal-body) .service-card p {
  color: var(--modern-muted);
  font-size: initial;
  line-height: 1.6;
  max-width: none;
}

body:not(.legal-body) .service-card-wide .service-icon {
  display: inline-flex;
}

body:not(.legal-body) .service-icon {
  background: transparent;
  border: 1px solid rgba(255,29,37,.45);
  border-radius: 999px;
  color: var(--modern-red);
  font-size: 1.9rem;
  height: 56px;
  width: 56px;
}

#prestations {
  background: rgba(7,8,11,.42);
}

#prestations .section-head {
  display: block;
  text-align: center;
}

#prestations .section-head::after {
  display: block;
}

#prestations .section-head .eyebrow {
  border-top: 0;
  margin: 0 0 10px;
  padding-top: 0;
}

#prestations .services-highlight {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 26px;
}

body:not(.legal-body) .gallery-card,
body:not(.legal-body) .team-card,
body:not(.legal-body) .review-card,
body:not(.legal-body) .press-card,
body:not(.legal-body) .contact-panel,
body:not(.legal-body) .quote-form,
body:not(.legal-body) .agenda-card,
body:not(.legal-body) .photo-gallery,
body:not(.legal-body) .photo-slide,
body:not(.legal-body) .team-photo,
body:not(.legal-body) .footer-cta-block {
  border-radius: var(--modern-radius);
}

@media (max-width: 760px) {
  body:not(.legal-body) .nav-wrap {
    grid-template-columns: 72px 1fr auto;
    min-height: 88px;
  }

  body:not(.legal-body) .brand img {
    height: 58px;
    width: 66px;
  }

  body:not(.legal-body) .services-grid {
    grid-template-columns: 1fr;
  }

  body:not(.legal-body) .service-card,
  body:not(.legal-body) .service-card:first-child,
  body:not(.legal-body) .service-card:nth-child(2),
  body:not(.legal-body) .service-card-wide {
    grid-column: 1;
    min-height: 360px;
  }

  #prestations .services-highlight {
    grid-template-columns: 1fr;
  }
}

.reviews-summary {
  background: rgba(255,255,255,.05);
  border: 1px solid var(--modern-line);
  border-radius: 999px;
}

.reviews-carousel {
  overflow: visible;
  padding-inline: 58px;
}

.reviews-carousel::before,
.reviews-carousel::after {
  width: 74px;
}

.review-track {
  scroll-behavior: smooth;
}

.review-arrow {
  align-items: center;
  background: rgba(12,13,17,.88);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  height: 48px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
  width: 48px;
  z-index: 6;
}

.review-arrow:hover,
.review-arrow:focus-visible {
  background: var(--modern-red);
  border-color: var(--modern-red);
  transform: translateY(-50%) scale(1.06);
}

.review-arrow-prev { left: 0; }
.review-arrow-next { right: 0; }

/* Agenda moderne */
.agenda-card {
  background:
    radial-gradient(circle at 0 0, rgba(255,52,61,.12), transparent 24rem),
    rgba(11,12,16,.9);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  gap: 0;
  grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr);
  max-width: 1180px;
  padding: 0;
}

.agenda-card::before { display: none; }

.agenda-info-panel {
  background:
    linear-gradient(150deg, rgba(255,52,61,.13), transparent 52%),
    rgba(255,255,255,.025);
  border-right: 1px solid rgba(255,255,255,.09);
  padding: 42px 34px;
}

.agenda-kicker {
  align-items: center;
  color: var(--modern-red);
  display: flex;
  font-size: .66rem;
  gap: 9px;
  letter-spacing: .14em;
}

.agenda-kicker::before {
  background: var(--modern-red);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255,52,61,.12);
  content: "";
  height: 6px;
  width: 6px;
}

.agenda-info-panel h3 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: -.05em;
  line-height: 1;
  margin: 18px 0;
  text-transform: none;
}

.agenda-info-panel p {
  color: var(--modern-muted);
  line-height: 1.7;
}

.agenda-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.agenda-types span {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: rgba(255,255,255,.68);
  font-size: .62rem;
  padding: 7px 10px;
}

.agenda-frame {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.agenda-frame-top {
  background: rgba(255,255,255,.025);
  border-bottom: 1px solid rgba(255,255,255,.08);
  gap: 16px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  min-height: 64px;
  padding-inline: 24px;
}

.agenda-frame-top > span {
  background: var(--modern-red);
  border-radius: 50%;
  box-shadow: 14px 0 0 #f0bc56, 28px 0 0 #4fd197;
  display: block;
  height: 8px;
  width: 8px;
}

.agenda-frame-top > span::before,
.agenda-frame-top > span::after {
  display: none;
}

.agenda-frame-top strong {
  font-size: .7rem;
  letter-spacing: .08em;
}

.agenda-frame-top em {
  color: rgba(255,255,255,.4);
  font-size: .66rem;
}

.agenda-viewport {
  background: transparent;
  max-height: 520px;
  min-height: 460px;
}

.agenda-list {
  gap: 10px;
  max-height: 520px;
  padding: 18px;
}

.agenda-item {
  animation: none;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 18px;
  gap: 18px;
  grid-template-columns: 68px minmax(0, 1fr);
  padding: 12px 16px 12px 12px;
}

.agenda-item:hover,
.agenda-item:focus-within {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,52,61,.34);
  box-shadow: none;
  transform: translateX(3px);
}

.agenda-date {
  background: linear-gradient(145deg, rgba(255,52,61,.2), rgba(255,52,61,.08));
  border: 1px solid rgba(255,52,61,.3);
  border-radius: 14px;
  min-height: 68px;
}

.agenda-day {
  font-size: 1.45rem;
  letter-spacing: -.04em;
}

.agenda-month {
  color: rgba(255,255,255,.56);
  font-size: .58rem;
  letter-spacing: .12em;
}

.agenda-content h4 {
  font-size: .92rem;
  letter-spacing: -.015em;
  margin-bottom: 8px;
  text-transform: none;
}

.agenda-badges {
  gap: 7px;
}

.agenda-badge {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: rgba(255,255,255,.58);
  font-size: .56rem;
  padding: 5px 8px;
}

.agenda-badge.availability {
  background: rgba(255,52,61,.1);
  border-color: rgba(255,52,61,.22);
  color: #ff7278;
}

.agenda-item.is-past {
  background: rgba(255,255,255,.018);
  border-color: rgba(255,255,255,.055);
  filter: saturate(.45);
  opacity: .5;
}

.agenda-item.is-upcoming {
  background:
    linear-gradient(90deg, rgba(59,205,136,.055), transparent 38%),
    rgba(255,255,255,.04);
  border-color: rgba(77,212,150,.18);
}

.agenda-item.is-upcoming .agenda-date {
  background: linear-gradient(145deg, rgba(54,207,137,.18), rgba(54,207,137,.06));
  border-color: rgba(70,214,148,.3);
}

.agenda-item.is-upcoming .agenda-badge.upcoming {
  background: rgba(54,207,137,.1);
  border-color: rgba(54,207,137,.22);
  color: #72e4ad;
}

.agenda-item.is-next {
  background:
    linear-gradient(90deg, rgba(255,52,61,.11), transparent 45%),
    rgba(255,255,255,.055);
  border-color: rgba(255,69,77,.36);
  box-shadow: inset 3px 0 0 var(--modern-red);
}

.agenda-item.is-next .agenda-date {
  background: linear-gradient(145deg, rgba(255,52,61,.28), rgba(255,52,61,.1));
  border-color: rgba(255,52,61,.42);
}

.agenda-item.is-next .agenda-badge.upcoming {
  background: rgba(255,52,61,.13);
  border-color: rgba(255,52,61,.28);
  color: #ff858a;
}

.agenda-group-title {
  align-items: center;
  color: rgba(255,255,255,.48);
  display: flex;
  font-size: .62rem;
  font-weight: 800;
  gap: 9px;
  letter-spacing: .13em;
  padding: 8px 4px 3px;
  text-transform: uppercase;
}

.agenda-group-title span {
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.agenda-group-past span {
  background: #73747a;
}

.agenda-group-future {
  color: #72e4ad;
  margin-top: 8px;
}

.agenda-group-future span {
  background: #46d594;
  box-shadow: 0 0 0 5px rgba(70,213,148,.1);
}

@media (max-width: 900px) {
  .agenda-card { grid-template-columns: 1fr; }

  .agenda-info-panel {
    border-bottom: 1px solid rgba(255,255,255,.09);
    border-right: 0;
    padding: 30px 24px;
  }

  .agenda-viewport {
    min-height: 0;
  }
}

.site-footer {
  background: rgba(6,7,10,.9);
  border-top: 1px solid var(--modern-line);
  backdrop-filter: blur(12px);
}

/* Partenaires sobres et compacts */
.partners-section {
  padding-block: clamp(64px, 6vw, 90px);
}

.partners-section .section-head h2 {
  font-size: clamp(2.5rem, 4vw, 4.2rem);
}

.partners-marquee {
  margin-top: 34px;
  overflow: visible;
}

.partners-marquee::before,
.partners-marquee::after {
  display: none;
}

.partners-track {
  animation: none;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0;
  width: 100%;
}

.partner-card {
  animation: none;
  background:
    linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018)),
    rgba(11,12,16,.72);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  box-shadow: none;
  min-width: 0;
  padding: 20px;
}

.partner-card::before {
  background: var(--modern-red);
  height: 2px;
  left: 20px;
  right: auto;
  width: 28px;
}

.partner-card::after {
  display: none;
}

.partner-card:hover {
  border-color: rgba(255,52,61,.34);
  box-shadow: none;
  transform: translateY(-4px);
}

.partner-card span {
  color: rgba(255,255,255,.42);
  font-size: .6rem;
  letter-spacing: .1em;
  margin: 5px 0 10px;
}

.partner-card span::before {
  display: none;
}

.partner-card strong {
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .partners-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .partners-track {
    grid-template-columns: 1fr;
  }

  .partner-card:last-child {
    grid-column: auto;
  }
}

.site-footer .footer-inner {
  display: block;
  max-width: 1320px;
  padding: 0 clamp(22px, 4vw, 54px);
}

.footer-top {
  display: grid;
  gap: clamp(26px, 3vw, 44px);
  grid-template-columns: minmax(230px, 1.2fr) .65fr .75fr minmax(260px, 1fr);
  padding: clamp(38px, 4vw, 54px) 0 34px;
}

.footer-brand-block {
  max-width: 320px;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 12px;
}

.footer-brand img {
  height: 62px;
  object-fit: contain;
  width: 74px;
}

.footer-brand-block > p {
  color: rgba(255,255,255,.5);
  font-size: .84rem;
  line-height: 1.7;
  margin: 0 0 16px;
}

.footer-social {
  display: flex;
  gap: 9px;
}

.footer-social a {
  align-items: center;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex;
  height: 42px;
  justify-content: center;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
  width: 42px;
}

.footer-social a:hover {
  background: var(--modern-red);
  border-color: var(--modern-red);
  transform: translateY(-3px);
}

.footer-social svg {
  fill: currentColor;
  height: 17px;
  width: 17px;
}

.footer-links,
.footer-contact {
  align-content: start;
  display: grid;
  gap: 11px;
}

.footer-links h3,
.footer-contact h3 {
  color: #fff;
  font-size: .72rem;
  letter-spacing: .1em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: rgba(255,255,255,.5);
  font-size: .78rem;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-cta-block {
  background:
    radial-gradient(circle at 100% 0, rgba(255,52,61,.15), transparent 13rem),
    rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 22px;
  padding: 22px;
}

.footer-cta-block > span {
  color: var(--modern-red);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-cta-block h3 {
  font-size: 1.15rem;
  letter-spacing: -.035em;
  line-height: 1.2;
  margin: 10px 0 18px;
  text-transform: none;
}

.footer-cta-block .button {
  min-height: 44px;
  padding-inline: 20px;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  padding: 16px 0 18px;
}

.footer-bottom p,
.footer-bottom a {
  color: rgba(255,255,255,.4);
  font-size: .68rem;
  margin: 0;
  text-decoration: none;
}

.footer-bottom > div {
  display: flex;
  gap: 20px;
}

.footer-bottom a:hover { color: #fff; }

@media (max-width: 980px) {
  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand-block { margin-inline: auto; }
  .footer-social { justify-content: center; }
  .footer-links, .footer-contact { justify-items: center; }

  .footer-bottom {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
}

/* Partenaires — bandeau de références premium */
.partners-section {
  background:
    linear-gradient(90deg, rgba(7,8,11,.8), rgba(13,14,19,.62), rgba(7,8,11,.8));
  border-bottom: 1px solid rgba(255,255,255,.07);
  border-top: 1px solid rgba(255,255,255,.07);
  padding-block: clamp(58px, 6vw, 82px);
}

.partners-section .section-head {
  align-items: center;
  display: grid;
  gap: 10px 34px;
  grid-template-columns: auto 1fr;
  margin-bottom: 34px;
  text-align: left;
}

.partners-section .section-head::after {
  display: none;
}

.partners-section .section-head .eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.partners-section .section-head h2 {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  grid-column: 1;
  grid-row: 2;
  letter-spacing: -.06em;
  margin: 0;
}

.partners-section .section-head::before {
  background: linear-gradient(90deg, rgba(255,255,255,.18), transparent);
  content: "";
  grid-column: 2;
  grid-row: 1 / 3;
  height: 1px;
  width: 100%;
}

.partners-marquee {
  border-bottom: 1px solid rgba(255,255,255,.08);
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 0;
}

.partners-track {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.partner-card {
  align-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-right: 1px solid rgba(255,255,255,.08);
  min-height: 118px;
  padding: 24px clamp(16px, 2.2vw, 30px);
  position: relative;
  text-align: center;
}

.partner-card:last-child {
  border-right: 0;
}

.partner-card::before,
.partner-card::after {
  display: none;
}

.partner-card:hover {
  background: rgba(255,255,255,.025);
  border-color: rgba(255,255,255,.08);
  box-shadow: inset 0 -2px 0 var(--modern-red);
  transform: none;
}

.partner-card span {
  color: var(--modern-red);
  font-size: .56rem;
  letter-spacing: .14em;
  margin: 0 0 8px;
}

.partner-card strong {
  color: rgba(255,255,255,.78);
  font-size: clamp(.78rem, 1.1vw, .96rem);
  font-weight: 650;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .partners-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-card {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .partner-card:last-child {
    border-bottom: 0;
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .partners-section .section-head {
    display: block;
  }

  .partners-section .section-head h2 {
    margin-top: 8px;
  }

  .partners-track {
    grid-template-columns: 1fr;
  }

  .partner-card,
  .partner-card:last-child {
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-right: 0;
    grid-column: auto;
    min-height: 92px;
  }
}

/* Direction artistique DJ internationale */
body:not(.legal-body) .site-header {
  background: linear-gradient(180deg, rgba(5,6,8,.94), rgba(5,6,8,.72));
}

body:not(.legal-body) .nav-wrap {
  grid-template-columns: 104px minmax(0, 1fr) 104px;
  min-height: 104px;
  padding-inline: clamp(22px, 3vw, 48px);
}

body:not(.legal-body) .brand img {
  height: 82px;
  width: 94px;
}

body:not(.legal-body) .main-nav {
  grid-column: 2;
  justify-self: center;
}

body:not(.legal-body) .main-nav a {
  font-size: .66rem;
  letter-spacing: .08em;
  position: relative;
  text-transform: uppercase;
}

body:not(.legal-body) .main-nav a::after {
  background: var(--modern-red);
  bottom: 4px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transition: transform .25s ease;
  width: 20px;
}

body:not(.legal-body) .main-nav a:hover::after,
body:not(.legal-body) .main-nav a.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

body:not(.legal-body) .hero {
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(5,6,8,.86) 0%, rgba(5,6,8,.32) 55%, rgba(5,6,8,.14) 100%) !important;
  min-height: 100svh;
  overflow: hidden;
  padding-top: 104px;
  position: relative;
}

body:not(.legal-body) .hero::before {
  background:
    linear-gradient(180deg, rgba(5,6,8,.08), rgba(5,6,8,.18) 60%, rgba(5,6,8,.84)),
    url("assets/images/gallery-real-06.jpeg") center 38% / cover no-repeat;
  filter: contrast(1.08) saturate(1.2);
  inset: 0;
  opacity: 1;
}

body:not(.legal-body) .hero::after {
  -webkit-text-stroke: 1px rgba(255,255,255,.09);
  bottom: -2.5vw;
  color: transparent;
  content: "LIVE · DJ EVENT · LIVE · DJ EVENT";
  font-size: clamp(4.5rem, 11vw, 11rem);
  font-weight: 900;
  left: -1vw;
  letter-spacing: -.07em;
  line-height: .8;
  opacity: .75;
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
}

body:not(.legal-body) .hero-inner {
  align-items: end;
  justify-content: flex-start;
  max-width: 1480px;
  padding: clamp(100px, 13vh, 160px) clamp(24px, 7vw, 110px) clamp(110px, 13vh, 160px);
  width: 100%;
}

body:not(.legal-body) .hero-content {
  align-items: flex-start;
  max-width: 1050px;
  text-align: left;
}

body:not(.legal-body) .hero-logo {
  max-height: 150px;
  transform: translateX(-14px);
  width: 180px;
}

body:not(.legal-body) .hero h1 {
  font-size: clamp(4.4rem, 8.8vw, 9.8rem);
  letter-spacing: -.085em;
  line-height: .78;
  margin: 12px 0 34px;
  max-width: 1080px;
  text-align: left;
  text-shadow: 0 18px 60px rgba(0,0,0,.42);
  text-transform: uppercase;
}

body:not(.legal-body) .hero-tags {
  border-left: 2px solid var(--modern-red);
  justify-content: flex-start;
  padding-left: 18px;
}

body:not(.legal-body) .hero-tags span {
  color: rgba(255,255,255,.66);
  font-size: .67rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body:not(.legal-body) .hero-actions {
  margin-top: 36px;
}

body:not(.legal-body) .button {
  border-radius: 0;
  font-size: .68rem;
  letter-spacing: .11em;
  min-height: 54px;
  padding-inline: 30px;
  text-transform: uppercase;
}

body:not(.legal-body) .section {
  padding-block: clamp(90px, 10vw, 150px);
}

body:not(.legal-body) .container {
  max-width: 1380px;
  padding-inline: clamp(22px, 4vw, 60px);
}

body:not(.legal-body) .section-head {
  margin-bottom: clamp(46px, 6vw, 76px);
}

body:not(.legal-body) .section-head .eyebrow {
  font-size: .62rem;
  letter-spacing: .2em;
}

body:not(.legal-body) .section-head h2 {
  font-size: clamp(3.5rem, 7vw, 7.4rem);
  letter-spacing: -.078em;
  line-height: .84;
  text-transform: uppercase;
}

body:not(.legal-body) .services-grid {
  gap: 14px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

body:not(.legal-body) .service-card {
  border-radius: 0;
  grid-column: span 6;
  min-height: 480px;
  padding: 285px 34px 34px;
}

body:not(.legal-body) .service-card:first-child {
  grid-column: span 7;
}

body:not(.legal-body) .service-card:nth-child(2) {
  grid-column: span 5;
}

body:not(.legal-body) .service-card-wide {
  grid-column: 1 / -1;
  min-height: 380px;
}

body:not(.legal-body) .service-visual {
  height: 255px;
  transition: filter .4s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}

body:not(.legal-body) .service-card-wide .service-visual {
  height: 100%;
  opacity: .32;
}

body:not(.legal-body) .service-card:hover .service-visual {
  filter: saturate(1.25);
  transform: scale(1.04);
}

body:not(.legal-body) .service-card h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  letter-spacing: -.045em;
}

body:not(.legal-body) .service-card p {
  color: rgba(255,255,255,.5);
  font-size: .88rem;
  line-height: 1.65;
}

body:not(.legal-body) .service-icon {
  background: var(--modern-red);
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 1.2rem;
  height: 42px;
  width: 42px;
}

body:not(.legal-body) .gallery-card,
body:not(.legal-body) .team-card,
body:not(.legal-body) .review-card,
body:not(.legal-body) .press-card,
body:not(.legal-body) .contact-panel,
body:not(.legal-body) .quote-form,
body:not(.legal-body) .agenda-card {
  border-radius: 0;
}

body:not(.legal-body) .photo-gallery,
body:not(.legal-body) .photo-slide,
body:not(.legal-body) .team-photo {
  border-radius: 0;
}

body:not(.legal-body) .services-highlight {
  border-left: 3px solid var(--modern-red);
  border-radius: 0;
  margin-top: 14px;
}

body:not(.legal-body) .footer-cta-block {
  border-radius: 0;
}

@media (max-width: 1180px) {
  body:not(.legal-body) .nav-wrap {
    grid-template-columns: 90px 1fr auto;
  }

  body:not(.legal-body) .main-nav {
    grid-column: auto;
    justify-self: end;
  }
}

@media (max-width: 760px) {
  body:not(.legal-body) .nav-wrap {
    min-height: 88px;
  }

  body:not(.legal-body) .brand img {
    height: 70px;
    width: 80px;
  }

  body:not(.legal-body) .hero {
    padding-top: 88px;
  }

  body:not(.legal-body) .hero-inner {
    padding: 90px 22px 120px;
  }

  body:not(.legal-body) .hero-logo {
    width: 140px;
  }

  body:not(.legal-body) .hero h1 {
    font-size: clamp(3.6rem, 16vw, 6rem);
    line-height: .82;
  }

  body:not(.legal-body) .services-grid {
    grid-template-columns: 1fr;
  }

  body:not(.legal-body) .service-card,
  body:not(.legal-body) .service-card:first-child,
  body:not(.legal-body) .service-card:nth-child(2),
  body:not(.legal-body) .service-card-wide {
    grid-column: 1;
    min-height: 430px;
  }
}

@keyframes modernDjBackground {
  0% {
    background-position: 47% 48%;
    transform: scale(1.04);
  }
  50% {
    background-position: 53% 52%;
    transform: scale(1.09);
  }
  100% {
    background-position: 49% 45%;
    transform: scale(1.06);
  }
}

@keyframes modernLightAtmosphere {
  from {
    opacity: .72;
    transform: translate3d(-1.5%, -1%, 0) scale(1.02);
  }
  to {
    opacity: .96;
    transform: translate3d(1.5%, 1%, 0) scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .nav-wrap {
    grid-template-columns: 72px 1fr auto;
  }

  .main-nav {
    background: rgba(7,8,11,.98);
    border: 1px solid var(--modern-line);
    border-radius: 18px;
    padding: 18px;
  }

  .radio-player { max-width: 340px; }
}

@media (max-width: 760px) {
  .hero-inner {
    padding: 86px 18px 50px;
  }

  .hero-logo {
    max-height: 160px;
    width: 180px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 12vw, 4.6rem);
    line-height: .96;
  }

  .side-social { display: none; }
  .section-head h2 { font-size: clamp(2.5rem, 11vw, 4rem); }
  .service-card { min-height: 360px; }

  .reviews-carousel { padding-inline: 40px; }

  .review-arrow {
    height: 40px;
    width: 40px;
  }

  .agenda-card { border-radius: 22px; }
  .agenda-info-panel { padding: 26px 20px; }
  .agenda-frame-top { padding-inline: 16px; }
  .agenda-list { padding: 12px; }

  .agenda-item {
    gap: 12px;
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 10px;
  }

  .agenda-date { min-height: 58px; }
}

/* Mentions légales */
.legal-body main {
  position: relative;
  z-index: 1;
}

.legal-body .site-header {
  z-index: 20;
}

.legal-nav {
  grid-template-columns: 110px minmax(0, 1fr) 110px;
  min-height: 104px;
}

.legal-menu {
  align-items: center;
  display: flex;
  grid-column: 2;
  justify-content: center;
  justify-self: stretch;
}

.legal-social {
  align-items: center;
  display: flex;
  gap: 8px;
  grid-column: 3;
  justify-content: flex-end;
}

.legal-social a {
  align-items: center;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: .8rem;
  font-style: normal;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
  width: 42px;
}

.legal-social a:hover {
  background: var(--modern-red);
  border-color: var(--modern-red);
  transform: translateY(-2px);
}

.legal-nav .brand img {
  height: 82px;
  width: 94px;
}

.legal-menu .legal-nav-cta {
  background: var(--modern-red);
  border-radius: 999px;
  color: #fff;
  padding: 12px 18px;
}

.legal-page {
  background: linear-gradient(180deg, rgba(7,8,11,.34), rgba(7,8,11,.62));
  min-height: calc(100svh - 88px);
  padding: clamp(150px, 15vw, 190px) 0 clamp(72px, 9vw, 120px);
}

.legal-hero {
  max-width: 900px;
}

.legal-hero h1 {
  font-size: clamp(4rem, 9vw, 8rem);
  letter-spacing: -.075em;
  line-height: .78;
  margin: 20px 0 34px;
  text-transform: uppercase;
}

.legal-hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.45);
}

.legal-hero .lead {
  color: rgba(255,255,255,.64);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  max-width: 720px;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.legal-meta span {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: rgba(255,255,255,.65);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .06em;
  padding: 9px 13px;
  text-transform: uppercase;
}

.legal-grid {
  gap: 14px;
  margin-top: clamp(54px, 7vw, 90px);
}

.legal-card {
  background:
    radial-gradient(circle at 100% 0, rgba(255,52,61,.09), transparent 14rem),
    rgba(10,11,15,.8);
  border-color: rgba(255,255,255,.09);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
  min-height: 235px;
  padding: 30px;
  transition: border-color .25s ease, transform .25s ease;
}

.legal-card::before {
  background: var(--modern-red);
  left: 30px;
  right: auto;
  width: 30px;
}

.legal-card:hover {
  border-color: rgba(255,52,61,.3);
  transform: translateY(-4px);
}

.legal-card h2 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  letter-spacing: -.035em;
  margin: 32px 0 16px;
}

.legal-card p {
  color: rgba(255,255,255,.57);
  font-size: .92rem;
  line-height: 1.7;
}

.legal-card strong,
.legal-card a {
  color: #fff;
}

.legal-number {
  color: var(--modern-red);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.legal-card-featured {
  background:
    radial-gradient(circle at 100% 0, rgba(255,52,61,.18), transparent 17rem),
    rgba(13,14,18,.88);
}

.legal-details {
  border-top: 1px solid rgba(255,255,255,.09);
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-top: 18px;
}

.legal-details div {
  display: flex;
  justify-content: space-between;
}

.legal-details dt {
  color: rgba(255,255,255,.42);
  font-size: .76rem;
}

.legal-details dd {
  color: #fff;
  font-size: .78rem;
  font-weight: 750;
  margin: 0;
}

.legal-contact-link {
  display: inline-block;
  margin: 10px 0;
}

.legal-phones {
  line-height: 1.8 !important;
}

.legal-card-wide {
  grid-column: 1 / -1;
  min-height: 190px;
}

.legal-back {
  align-items: center;
  background: linear-gradient(120deg, rgba(255,52,61,.11), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding: 24px 30px;
}

.legal-back p {
  color: rgba(255,255,255,.62);
  margin: 0;
}

.legal-footer .footer-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 110px;
  padding-block: 18px;
}

.legal-footer .footer-brand {
  margin: 0;
}

.legal-footer .footer-brand img {
  height: 52px;
  width: 62px;
}

.legal-footer p,
.legal-footer .footer-inner > a:last-child {
  color: rgba(255,255,255,.46);
  font-size: .72rem;
  margin: 0;
  text-decoration: none;
}

.legal-footer .footer-inner > a:last-child:hover {
  color: #fff;
}

@media (max-width: 700px) {
  .legal-nav {
    grid-template-columns: 86px minmax(0, 1fr);
    min-height: 92px;
    padding-inline: 18px;
  }

  .legal-nav .brand img {
    height: 70px;
    width: 80px;
  }

  .legal-menu {
    grid-column: 2;
    justify-content: flex-end;
  }

  .legal-menu { display: none; }
  .legal-social {
    grid-column: 2;
    justify-self: end;
  }
  .legal-hero h1 { line-height: .85; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-card-wide { grid-column: auto; }

  .legal-back,
  .legal-footer .footer-inner {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }

  .legal-back { align-items: stretch; }
}

.legal-hero {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.legal-hero .lead {
  margin-left: auto;
  margin-right: auto;
}

.legal-meta {
  justify-content: center;
}

.legal-body .site-header {
  background: rgba(7,8,11,.48);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.legal-social a:first-child {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}

.legal-social a:nth-child(2) {
  background:
    linear-gradient(rgba(7,8,11,.72),rgba(7,8,11,.72)) padding-box,
    linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045) border-box;
  border-color: transparent;
  color: #e1306c;
}

.legal-social a:first-child:hover {
  background: #2d88ff;
  border-color: #2d88ff;
}

.legal-social svg {
  display: block;
  fill: currentColor;
  height: 20px;
  width: 20px;
}

.legal-social a:nth-child(2) svg {
  fill: #fff;
}

/* Même pied de page premium que l’accueil */
.legal-footer {
  background: transparent;
  border-top: 0;
  padding: 12px 18px;
}

.legal-footer .footer-inner {
  align-items: center;
  background:
    radial-gradient(circle at 100% 0,rgba(255,52,61,.13),transparent 16rem),
    linear-gradient(120deg,rgba(18,19,24,.94),rgba(8,9,12,.94));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px;
  box-shadow:
    0 20px 55px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.06);
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1220px;
  min-height: 76px;
  padding: 10px 20px;
}

.legal-footer .footer-bottom {
  align-items: center;
  border-top: 0;
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.legal-footer .footer-bottom p {
  color: rgba(255,255,255,.56);
  font-size: .7rem;
  margin: 0;
}

.legal-footer .footer-legal {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  color: rgba(255,255,255,.7);
  font-size: .66rem;
  padding: 8px 12px;
  text-decoration: none;
}

@media (max-width:520px) {
  .legal-footer {
    padding: 8px;
  }

  .legal-footer .footer-inner {
    border-radius: 20px;
    min-height: 62px;
    padding: 8px 12px;
  }

  .legal-footer .footer-bottom {
    gap: 8px;
  }
}

/* À propos — histoire et identité */
#apropos {
  background:
    linear-gradient(180deg, rgba(7,8,11,.3), rgba(7,8,11,.56)),
    radial-gradient(circle at 18% 40%, rgba(255,52,61,.08), transparent 32rem);
  overflow: hidden;
  position: relative;
}

#apropos .section-head {
  margin-bottom: clamp(42px, 6vw, 72px);
  max-width: 920px;
  text-align: left;
}

#apropos .section-head::after {
  margin-left: 0;
}

#apropos .section-head h2 {
  font-size: clamp(3.4rem, 7vw, 7rem);
  letter-spacing: -.075em;
  line-height: .9;
  max-width: 850px;
}

#apropos .section-head .lead {
  color: rgba(255,255,255,.58);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
  max-width: 720px;
}

#apropos .about-layout {
  align-items: start;
  gap: 16px;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, .55fr);
  margin-top: 0;
}

#apropos .about-story,
#apropos .about-facts {
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
    rgba(9,10,14,.78);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,.22);
}

#apropos .about-intro {
  background:
    radial-gradient(circle at 0 0, rgba(255,52,61,.18), transparent 24rem),
    rgba(255,255,255,.018);
  border-color: rgba(255,255,255,.08);
  padding: clamp(28px, 4vw, 46px);
}

#apropos .about-intro span {
  color: var(--modern-red);
  font-size: .68rem;
  letter-spacing: .16em;
  margin-bottom: 16px;
}

#apropos .about-intro p {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.45;
  max-width: 850px;
}

#apropos .about-timeline {
  counter-reset: about-step;
  gap: 0;
  padding: 12px clamp(28px, 4vw, 46px);
}

#apropos .about-timeline article {
  border-left-color: rgba(255,255,255,.11);
  counter-increment: about-step;
  min-height: 145px;
  padding: 28px 28px 28px 72px;
}

#apropos .about-timeline article > span {
  background: rgba(255,52,61,.12);
  border: 1px solid rgba(255,52,61,.34);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255,52,61,.05);
  height: 38px;
  left: -19px;
  top: 29px;
  width: 38px;
}

#apropos .about-timeline article > span::after {
  color: var(--modern-red);
  content: "0" counter(about-step);
  font-size: .59rem;
  font-weight: 900;
  left: 50%;
  letter-spacing: .04em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#apropos .about-timeline h3 {
  font-size: clamp(1.08rem, 1.8vw, 1.4rem);
  letter-spacing: -.025em;
  margin-bottom: 10px;
  text-transform: none;
}

#apropos .about-timeline p {
  color: rgba(255,255,255,.5);
  font-size: .91rem;
  line-height: 1.7;
  max-width: 750px;
}

#apropos .about-signature {
  background: linear-gradient(110deg, rgba(255,52,61,.16), rgba(255,52,61,.035));
  border-color: rgba(255,52,61,.22);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 650;
  line-height: 1.55;
  padding: 28px clamp(28px, 4vw, 46px);
}

#apropos .about-facts {
  overflow: hidden;
  padding: 0 28px 28px;
  position: sticky;
  top: 112px;
}

#apropos .about-facts::before {
  background:
    linear-gradient(180deg, transparent, rgba(9,10,14,.96)),
    url("assets/images/gallery-real-06.jpeg") center 38% / cover;
  content: "";
  display: block;
  height: 185px;
  margin: 0 -28px -84px;
}

#apropos .about-facts img {
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.5));
  margin: 0 auto 14px;
  max-width: 145px;
  position: relative;
}

#apropos .about-facts h3 {
  font-size: 1.15rem;
  letter-spacing: -.02em;
  margin-bottom: 25px;
  text-align: center;
  text-transform: none;
}

#apropos .about-facts dl {
  gap: 0;
}

#apropos .about-facts div {
  align-items: center;
  border-color: rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}

#apropos .about-facts dt {
  color: rgba(255,255,255,.38);
  font-size: .62rem;
  letter-spacing: .1em;
}

#apropos .about-facts dd {
  font-size: .78rem;
  margin: 0;
  text-align: right;
}

@media (max-width: 900px) {
  #apropos .about-layout {
    grid-template-columns: 1fr;
  }

  #apropos .about-facts {
    position: static;
  }
}

@media (max-width: 600px) {
  #apropos .about-story,
  #apropos .about-facts {
    border-radius: 22px;
  }

  #apropos .about-timeline article {
    min-height: 0;
    padding: 25px 0 25px 48px;
  }

  #apropos .about-timeline article > span {
    height: 32px;
    left: -16px;
    width: 32px;
  }
}

/* Taille finale du menu, y compris sur les mentions légales */
@media (min-width:1041px) {
  .site-header .main-nav a {
    font-size: 14px !important;
    font-weight: 820 !important;
  }
}

@media (max-width:1040px) {
  .site-header .main-nav a {
    font-size: 17px !important;
    font-weight: 800 !important;
  }
}
