/* ============================================
   B.EVENT — Style Principal
   Inspiré de barry-music-service.com
   Palette : Blanc Épuré Éditorial + sections sombres
   ============================================ */

/* --- Variables --- */
:root {
    --white: #FAFAF8;
    --black: #1A1A1A;
    --dark: #111110;
    --beige: #E8E2D8;
    --taupe: #9C9488;
    --bg: #FAFAF8;
    --text: #1A1A1A;
    --text-light: #6B6560;

    --font-title: 'Playfair Display', Georgia, serif;
    --font-body: 'DM Sans', -apple-system, sans-serif;

    --section-pad-y: clamp(80px, 10vw, 140px);
    --container-max: 1200px;
    --container-pad: clamp(20px, 5vw, 40px);

    --transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* --- Reset --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--text);
    background-color: var(--bg);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

em {
    font-style: italic;
}

/* --- Container --- */
.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
}

/* --- Boutons --- */
.btn {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 16px 44px;
    transition: background-color var(--transition), color var(--transition), border-color var(--transition);
}

.btn--outline {
    border: 1px solid var(--text);
    color: var(--text);
}

.btn--outline:hover {
    background-color: var(--text);
    color: var(--white);
}

.btn--with-icon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn__icon {
    width: 18px;
    height: 16px;
    flex-shrink: 0;
}

.btn--outline.btn--light {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.btn--outline.btn--light:hover {
    background-color: #fff;
    color: var(--black);
    border-color: #fff;
}

.btn--white {
    border: 1px solid #fff;
    color: #fff;
}

.btn--white:hover {
    background-color: #fff;
    color: var(--dark);
}

/* --- Section Commun --- */
.section {
    padding: var(--section-pad-y) 0;
}

.section__header {
    text-align: center;
    margin-bottom: clamp(48px, 6vw, 80px);
}

.section__label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--taupe);
    margin-bottom: 20px;
}

.section__label--light {
    color: rgba(255, 255, 255, 0.5);
}

.section__title {
    font-family: var(--font-title);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.15;
    color: var(--text);
}

.section__title--light {
    color: #fff;
}

.section__title em {
    font-style: normal;
    font-weight: 700;
}

.section__title--light em {
    color: #C9A96E;
}

/* ============================================
   NAVIGATION
   ============================================ */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 24px 0;
    transition: background-color 0.4s ease, padding 0.4s ease, backdrop-filter 0.4s ease;
}

.nav--scrolled {
    background-color: rgba(250, 250, 248, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 16px 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}

.nav__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo nav en texte pur */
.nav__logo-text {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--text);
    transition: color var(--transition);
}

.nav:not(.nav--scrolled) .nav__logo-text {
    color: #fff;
}

.nav__links {
    display: flex;
    align-items: center;
    gap: 36px;
}

.nav__links a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color var(--transition), opacity var(--transition);
    opacity: 0.85;
}

.nav:not(.nav--scrolled) .nav__links a {
    color: #fff;
}

.nav__links a:hover {
    opacity: 1;
}

.nav__cta {
    padding: 10px 24px;
    border: 1px solid currentColor;
    transition: background-color var(--transition), color var(--transition);
}

.nav__cta:hover {
    background-color: var(--text);
    color: var(--white) !important;
}

.nav:not(.nav--scrolled) .nav__cta:hover {
    background-color: #fff;
    color: var(--text) !important;
}

/* Instagram shared gradient style */
.instagram-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
    transition: transform var(--transition), opacity var(--transition);
}

.instagram-icon svg {
    width: 100%;
    height: 100%;
}

.instagram-icon:hover {
    transform: scale(1.12);
    opacity: 0.9;
}

/* Instagram nav icon */
.nav__instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 3px;
    margin-left: 12px;
    border-radius: 5px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
    transition: transform var(--transition), opacity var(--transition);
}

.nav__instagram svg {
    width: 100%;
    height: 100%;
}

.nav__instagram:hover {
    transform: scale(1.12);
    opacity: 0.9;
}

.nav--scrolled .nav__instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
}

/* Language switcher */
.nav__lang {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 20px;
}

.nav__lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 20px;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0.4;
    transition: opacity var(--transition), transform var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.nav__lang-btn svg {
    width: 100%;
    height: 100%;
    display: block;
}

.nav__lang-btn--active {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4);
}

.nav__lang-btn:hover {
    opacity: 0.9;
    transform: scale(1.08);
}

.nav--scrolled .nav__lang-btn {
    border-color: rgba(26, 26, 26, 0.15);
}

.nav--scrolled .nav__lang-btn--active {
    border-color: rgba(26, 26, 26, 0.4);
}

/* Hamburger */
.nav__toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    width: 28px;
    padding: 4px 0;
    z-index: 1001;
}

.nav__toggle span {
    display: block;
    height: 1.5px;
    width: 100%;
    background-color: var(--text);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.nav:not(.nav--scrolled) .nav__toggle span {
    background-color: #fff;
}

.nav__toggle.active span:first-child {
    transform: rotate(45deg) translate(3px, 3px);
}

.nav__toggle.active span:last-child {
    transform: rotate(-45deg) translate(3px, -3px);
}

/* ============================================
   HERO — Immersif Enrichi (vidéo + Logo 1 grand)
   ============================================ */
.hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero__video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('../assets/Image/hero/hero-poster.jpg') center/cover no-repeat;
}

.hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(10, 10, 10, 0.35) 0%,
        rgba(10, 10, 10, 0.55) 60%,
        rgba(10, 10, 10, 0.65) 100%
    );
}

/* Grain texture overlay for luxury depth */
.hero__grain {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 200px;
    pointer-events: none;
    z-index: 1;
}

.hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 var(--container-pad);
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Logo 1 — Taille harmonieuse avec le hero */
.hero__logo {
    height: clamp(140px, 22vw, 260px);
    width: auto;
    margin-bottom: 16px;
}

/* Ligne décorative horizontale avec point central */
.hero__line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(120px, 20vw, 240px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    margin-bottom: 28px;
    position: relative;
}

.hero__line span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
}

.hero__title {
    font-family: var(--font-title);
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.01em;
    line-height: 1.15;
    margin-bottom: 28px;
}

/* Liste de services */
.hero__services {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--font-body);
    font-size: clamp(10px, 1.2vw, 13px);
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 8px;
}

.hero__dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    display: inline-block;
}

.hero__subtitle {
    font-family: var(--font-body);
    font-size: clamp(11px, 1.2vw, 14px);
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 40px;
}

.hero__cta {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 16px 44px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    transition: background-color var(--transition), border-color var(--transition);
}

.hero__cta:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

/* Bas du hero : socials + scroll */
.hero__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 var(--container-pad) 40px;
}

.hero__socials {
    display: flex;
    gap: 20px;
}

.hero__socials .instagram-icon,
.hero__socials .mariagesnet-icon {
    width: 28px;
    height: 28px;
    padding: 4px;
}

.mariagesnet-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: linear-gradient(45deg, #E84E6E, #D63B5C, #C22850);
    color: #fff;
    transition: transform var(--transition), opacity var(--transition);
}

.mariagesnet-icon svg {
    width: 100%;
    height: 100%;
}

.mariagesnet-icon:hover {
    transform: scale(1.12);
    opacity: 0.9;
}

.hero__socials a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    transition: color var(--transition);
}

.hero__socials a:hover {
    color: #fff;
}

.hero__scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__scroll-line {
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
}

.hero__scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    animation: scrollLine 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes scrollLine {
    0% { top: -100%; }
    50% { top: 100%; }
    100% { top: 100%; }
}

/* ============================================
   NOTRE UNIVERS — Texte + Vidéo portrait
   ============================================ */
.section--univers {
    background:
        linear-gradient(
            150deg,
            var(--bg) 0%,
            var(--bg) 15%,
            var(--beige) 15%,
            var(--beige) 40%,
            var(--bg) 40%,
            var(--bg) 55%,
            var(--beige) 55%,
            var(--beige) 80%,
            var(--bg) 80%,
            var(--bg) 95%
        );
}

.univers__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 100px);
    align-items: center;
}

.text-gold {
    color: #C9A96E;
}

.univers__text .section__label {
    text-align: left;
}

.univers__text .section__title {
    text-align: left;
    margin-bottom: 32px;
}

.univers__text p {
    margin-bottom: 20px;
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.8;
}

.univers__text .univers__intro {
    font-family: var(--font-title);
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 500;
    line-height: 1.5;
    color: var(--text);
    margin-bottom: 24px;
}

.univers__text strong {
    font-weight: 500;
    color: var(--text);
}

.univers__text .btn {
    margin-top: 16px;
}

/* Vidéo portrait */
.univers__media {
    position: relative;
    overflow: hidden;
}

.univers__video {
    width: 110%;
    margin-left: -5%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

/* ============================================
   PRESTATIONS — Fond sombre, grid colonnes (style Barry)
   ============================================ */
.section--prestations {
    background-color: var(--dark);
    color: #fff;
    padding-top: clamp(30px, 4vw, 50px);
}

.section--prestations .section__header {
    margin-bottom: clamp(20px, 3vw, 36px);
}

.section--prestations .section__title {
    font-size: clamp(26px, 4vw, 44px);
}

/* (ancienne grille statique supprimée — remplacée par le ticker) */

/* ============================================
   PRESTATIONS TICKER — Bande défilante avec cartes
   ============================================ */
.prestations-ticker {
    overflow: hidden;
    padding: clamp(16px, 2vw, 24px) 0 clamp(40px, 5vw, 64px);
}

.prestations-ticker__track {
    display: flex;
    gap: clamp(20px, 2.5vw, 32px);
    animation: tickerScroll 45s linear infinite;
    width: max-content;
}

/* Carte dans le ticker */
.ticker-card {
    flex-shrink: 0;
    width: clamp(320px, 26vw, 400px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: clamp(20px, 2vw, 28px);
    transition: border-color var(--transition), background-color var(--transition);
}

.ticker-card:hover {
    border-color: rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.04);
}

.ticker-card__img {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    margin-bottom: 20px;
}

.ticker-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity var(--transition);
}

.ticker-card:hover .ticker-card__img img {
    transform: scale(1.05);
    opacity: 1;
}

.ticker-card__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
    color: #fff;
}

.ticker-card__list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    list-style: none;
}

.ticker-card__list li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    padding-left: 14px;
    position: relative;
    line-height: 1.6;
}

.ticker-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.prestations-ticker__track.is-interactive {
    cursor: grab;
}

.prestations-ticker__track.is-dragging {
    cursor: grabbing;
}

.prestations-ticker__track.is-dragging .ticker-card {
    pointer-events: none;
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ============================================
   MATÉRIEL DJ — Cartes compactes
   ============================================ */
.section--materiel {
    background-color: var(--beige);
    padding: clamp(24px, 3vw, 40px) 0 clamp(48px, 5vw, 70px);
}

.materiel__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
}

/* Slider photo */
.materiel__slider {
    position: relative;
    overflow: hidden;
}

.materiel__slider-wrap {
    position: relative;
    aspect-ratio: 1;
}

.materiel__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.materiel__slide.active {
    opacity: 1;
}

.materiel__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    border: none;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 1;
    color: var(--dark);
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.materiel__arrow:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.08);
}

.materiel__arrow--prev {
    left: 12px;
}

.materiel__arrow--next {
    right: 12px;
}

.materiel__dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.materiel__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: background 0.3s ease;
}

.materiel__dot.active {
    background: rgba(255, 255, 255, 0.9);
}

/* Description */
.materiel__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.materiel__title {
    font-family: var(--font-title);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
}

.materiel__text {
    font-family: var(--font-body);
    font-size: clamp(15px, 1.4vw, 17px);
    line-height: 1.8;
    color: var(--text-light);
}

/* ============================================
   GALERIE — Deux bandes défilantes (gauche + droite)
   ============================================ */
.section--galerie {
    background-color: var(--bg);
    padding: 10px 0;
    overflow: hidden;
}

.galerie-ticker {
    margin-bottom: 8px;
}

.galerie-ticker:last-child {
    margin-bottom: 0;
}

.galerie-ticker__track {
    display: flex;
    gap: 8px;
    width: max-content;
}

/* Gauche */
.galerie-ticker--left .galerie-ticker__track {
    animation: galeriScrollLeft 40s linear infinite;
}

/* Droite */
.galerie-ticker--right .galerie-ticker__track {
    animation: galeriScrollRight 45s linear infinite;
}

.galerie-ticker__item {
    flex-shrink: 0;
    width: clamp(240px, 20vw, 340px);
    overflow: hidden;
    background-color: var(--beige);
}

.galerie-ticker__item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity var(--transition);
    opacity: 0.9;
}

.galerie-ticker__item:hover img {
    transform: scale(1.06);
    opacity: 1;
}

@keyframes galeriScrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes galeriScrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* ============================================
   TÉMOIGNAGES — Fond sombre
   ============================================ */
.section--temoignages {
    background-color: var(--dark);
    color: #fff;
}

/* Grille de cartes témoignages */
.temoignages__cta {
    text-align: center;
    margin-top: 48px;
}

/* Slider wrapper */
.temoignages__slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 700px;
    margin: 0 auto;
}

.temoignages__track {
    flex: 1;
    position: relative;
    min-height: 280px;
    overflow: hidden;
}

/* Card */
.temoignage-card {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: clamp(32px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.temoignage-card.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

/* Avatar initiales */
.temoignage-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #C9A96E;
    color: #fff;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
}

/* Stars style Mariages.net */
.temoignage-card__stars {
    display: flex;
    align-items: center;
    gap: 8px;
}

.temoignage-card__star-icons {
    color: #F5A623;
    font-size: 18px;
    letter-spacing: 2px;
}

.temoignage-card__rating {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.temoignage-card__quote {
    font-family: var(--font-title);
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 300;
    font-style: italic;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    border: none;
    margin: 0;
    padding: 0;
}

.temoignage-card__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
}

.temoignage-card__name {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.temoignage-card__date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.05em;
}

/* Arrows */
.temoignages__arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    transition: border-color var(--transition), color var(--transition), background-color var(--transition);
}

.temoignages__arrow svg {
    width: 20px;
    height: 20px;
}

.temoignages__arrow:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
}

/* Dots */
.temoignages__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.temoignages__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    cursor: pointer;
    padding: 0;
    transition: background-color var(--transition), border-color var(--transition);
}

.temoignages__dot.active {
    background-color: #F5A623;
    border-color: #F5A623;
}

.temoignages__dot:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ============================================
   CTA — Section d'appel (style Barry "Wanna party?")
   ============================================ */
.section--cta {
    background-color: var(--dark);
    padding: clamp(80px, 12vw, 160px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cta__content {
    text-align: center;
}

.cta__title {
    font-family: var(--font-title);
    font-size: clamp(36px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.cta__title em {
    font-style: normal;
    font-weight: 800;
}

.cta__subtitle {
    font-size: clamp(14px, 1.6vw, 17px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
    letter-spacing: 0.04em;
}

/* ============================================
   CONTACT
   ============================================ */
.section--contact {
    background-color: var(--bg);
}

.contact__grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: start;
}

.contact__text {
    font-family: var(--font-title);
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
}

.contact__details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact__detail-label {
    display: block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--taupe);
    margin-bottom: 6px;
}

.contact__socials {
    display: flex;
    gap: 16px;
}

.contact__socials a {
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: border-color var(--transition);
}

.contact__socials a:hover {
    border-color: var(--text);
}

/* Form */
.contact__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form__group label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--taupe);
}

.form__group input,
.form__group textarea,
.form__group select {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 300;
    padding: 14px 0;
    border: none;
    border-bottom: 1px solid rgba(26, 26, 26, 0.15);
    background: transparent;
    color: var(--text);
    outline: none;
    transition: border-color var(--transition);
}

.form__group input:focus,
.form__group textarea:focus {
    border-color: var(--text);
}

.form__group textarea {
    resize: vertical;
    min-height: 100px;
}

.form__checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding-top: 4px;
}

.form__checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
    color: var(--text);
    cursor: pointer;
}

.form__checkbox input[type="checkbox"],
.form__checkbox input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: var(--text);
}

.form__submit {
    align-self: flex-start;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 18px 48px;
    border: 1px solid var(--text);
    background: var(--text);
    color: var(--white);
    cursor: pointer;
    transition: background-color var(--transition), color var(--transition);
    margin-top: 12px;
}

.form__submit:hover {
    background: transparent;
    color: var(--text);
}

/* ============================================
   FOOTER — Multi-colonnes (style Barry)
   ============================================ */
.footer {
    background-color: var(--dark);
    color: rgba(255, 255, 255, 0.6);
    padding: clamp(80px, 10vw, 120px) 0 40px;
}

/* Logo centré + tagline fondue */
.footer__brand {
    text-align: center;
    margin-bottom: clamp(48px, 6vw, 80px);
}

.footer__logo {
    height: clamp(80px, 12vw, 140px);
    width: auto;
    margin: 0 auto 24px;
    display: block;
}

.footer__tagline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(16px, 1.8vw, 20px);
    font-style: italic;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.3);
    max-width: 480px;
    margin: 0 auto;
}

/* Colonnes nav/contact centrées */
.footer__columns {
    display: flex;
    justify-content: center;
    gap: clamp(60px, 10vw, 140px);
    margin-bottom: 60px;
}

.footer__col {
    text-align: center;
}

.footer__heading {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 16px;
}

.footer__divider {
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 auto 20px;
}

.footer__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__nav li,
.footer__nav a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    transition: color var(--transition);
}

.footer__nav a:hover {
    color: #fff;
}

.footer__social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer__social-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.footer__bottom a {
    color: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid transparent;
    transition: border-color var(--transition), color var(--transition);
}

.footer__bottom a:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5);
}

.footer__instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
    border: none !important;
    transition: transform var(--transition), opacity var(--transition);
}

.footer__instagram svg {
    width: 100%;
    height: 100%;
}

.footer__instagram:hover {
    transform: scale(1.15);
    opacity: 0.9;
}

.footer__socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__mariagesnet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    background: linear-gradient(45deg, #E84E6E, #D63B5C, #C22850);
    color: #fff;
    border: none !important;
    transition: transform var(--transition), opacity var(--transition);
}

.footer__mariagesnet svg {
    width: 100%;
    height: 100%;
}

.footer__mariagesnet:hover {
    transform: scale(1.15);
    opacity: 0.9;
}

/* Scroll to top button */
.scroll-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--black);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, background-color 0.3s;
    cursor: pointer;
    z-index: 999;
}

.scroll-top svg {
    width: 20px;
    height: 20px;
}

.scroll-top.visible {
    opacity: 1;
    pointer-events: auto;
}

.scroll-top:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* --- Cookie Banner --- */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgba(17, 17, 16, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px var(--container-pad);
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-banner.visible {
    transform: translateY(0);
}

.cookie-banner__content {
    max-width: var(--container-max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cookie-banner__content p {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
    margin: 0;
}

.cookie-banner__content a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-banner__content a:hover {
    color: var(--beige);
}

.cookie-banner__actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-banner__btn {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cookie-banner__btn--decline {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.cookie-banner__btn--decline:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.cookie-banner__btn--accept {
    background: #fff;
    color: var(--black);
    border: 1px solid #fff;
}

.cookie-banner__btn--accept:hover {
    background: var(--beige);
    border-color: var(--beige);
}

@media (max-width: 600px) {
    .cookie-banner__content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-banner__content p {
        font-size: 13px;
    }
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Tablette */
@media (max-width: 1024px) {
    .contact__grid {
        grid-template-columns: 1fr;
    }

    .footer__columns {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    /* Nav mobile */
    .nav__instagram {
        position: absolute;
        top: 50%;
        right: 100px;
        transform: translateY(-50%);
        margin-left: 0;
    }

    .nav__lang {
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
        margin-left: 0;
    }

    .nav__toggle {
        display: flex;
    }

    .nav__links {
        position: fixed;
        inset: 0;
        background-color: var(--bg);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 32px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s ease;
    }

    .nav__links.open {
        opacity: 1;
        pointer-events: all;
    }

    .nav__links.open a {
        color: var(--text) !important;
    }

    .nav__toggle.active span {
        background-color: var(--text) !important;
    }

    /* Hero mobile */
    .hero__bottom {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .hero__socials {
        order: 1;
    }

    .hero__services {
        gap: 10px;
    }

    /* Univers */
    .univers__grid {
        grid-template-columns: 1fr;
    }

    .univers__media {
        order: -1;
    }

    .univers__video {
        aspect-ratio: 9 / 12;
    }

    .univers__text .section__title,
    .univers__text .section__label {
        text-align: center;
    }

    /* Matériel */
    .materiel__content {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .materiel__description {
        text-align: center;
    }

    /* Témoignages slider */
    .temoignages__slider {
        gap: 12px;
    }

    .temoignages__arrow {
        width: 36px;
        height: 36px;
    }

    .temoignages__arrow svg {
        width: 16px;
        height: 16px;
    }

    /* Form */
    .form__row {
        grid-template-columns: 1fr;
    }

    .form__submit {
        width: 100%;
        text-align: center;
    }

    /* Footer */
    .footer__bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .galerie-ticker__item {
        width: 180px;
    }
}
