:root {
    --bg: #080909;
    --bg-soft: #111312;
    --bg-card: #151716;
    --text: #f4f0e8;
    --muted: #b9b2a7;
    --muted-2: #7f786e;
    --gold: #cba24a;
    --gold-soft: #e6c66f;
    --red: #b71f2a;
    --line: rgba(255, 255, 255, .11);
    --shadow: 0 24px 80px rgba(0, 0, 0, .45);
    --container: 1180px;
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.55;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(840px, calc(100% - 40px)); }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--gold); color: #111; padding: 10px 14px; z-index: 999; }
.skip-link:focus { left: 10px; }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    background: rgba(5, 6, 6, .82);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    transition: background .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { background: rgba(5, 6, 6, .94); box-shadow: 0 12px 45px rgba(0,0,0,.35); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 210px; }
.brand-mark { font-family: Kalam, cursive; font-size: 58px; line-height: .7; color: #fff; transform: translateY(-3px); }
.brand-text { display: grid; gap: 0; line-height: 1; text-transform: uppercase; letter-spacing: .08em; }
.brand-text strong { font-size: 17px; }
.brand-text strong span { color: var(--red); }
.brand-text em { font-style: normal; font-size: 10px; color: var(--muted); letter-spacing: .32em; margin-top: 5px; }
.brand-logo {
    display: block;
    width: 190px;
    height: auto;
}
.main-nav { display: flex; align-items: center; justify-content: center; gap: 22px; flex: 1; }
.main-nav a { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: #eee; padding: 31px 0 27px; border-bottom: 2px solid transparent; white-space: nowrap; }
.main-nav a:hover, .main-nav a.is-active { color: var(--gold-soft); border-bottom-color: var(--gold); }
.social-mini { display: flex; gap: 14px; align-items: center; }
.social-mini a { font-weight: 900; color: #fff; opacity: .9; }
.social-mini a:hover { color: var(--gold-soft); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: 12px; margin-left: auto; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: #fff; margin: 5px auto; }

.hero {
    min-height: 760px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 194px;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,6,6,.98) 0%, rgba(5,6,6,.88) 28%, rgba(5,6,6,.35) 58%, rgba(5,6,6,.74) 100%),
        radial-gradient(circle at 72% 30%, rgba(203,162,74,.22), transparent 28%),
        linear-gradient(135deg, #171312 0%, #0a0b0b 40%, #2a190f 100%);
}
.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image: radial-gradient(circle at 70% 35%, rgba(255,255,255,.16), transparent 0 1px, transparent 2px);
    background-size: 4px 4px;
}
.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 500px) minmax(440px, 1fr);
    gap: clamp(34px, 5vw, 76px);
    align-items: center;
}
.hero-content {
    max-width: 500px;
    padding: 58px 0 70px;
}
.hero-mosaic {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    aspect-ratio: 16 / 10;
}
.hero-mosaic__item {
    position: relative;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(203, 162, 74, .62);
    box-shadow: 0 18px 54px rgba(0,0,0,.34);
}
.hero-mosaic__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.hero-mosaic__item:nth-child(1) img { object-position: center center; }
.hero-mosaic__item:nth-child(2) img { object-position: center center; }
.hero-mosaic__item:nth-child(3) img { object-position: center center; }
.hero-mosaic__item:nth-child(4) img { object-position: center center; }
.eyebrow, .section-kicker { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .28em; font-weight: 900; font-size: 13px; margin: 0 0 18px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6.2vw, 68px); line-height: .97; letter-spacing: .01em; margin-bottom: 8px; text-transform: uppercase; }
.script { font-family: Kalam, cursive; font-size: clamp(30px, 3.6vw, 44px); line-height: 1; color: var(--gold-soft); margin-bottom: 34px; }
.hero-text { color: #eee7dc; max-width: 430px; margin-bottom: 28px; }
.hero-actions, .center-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 25px; border-radius: 0; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; font-size: 13px; border: 1px solid transparent; cursor: pointer; }
.btn-primary { background: var(--gold); color: #100f0d; }
.btn-primary:hover { background: var(--gold-soft); }
.btn-outline { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-outline:hover, .btn-outline-gold:hover { border-color: var(--gold); color: var(--gold-soft); }
.btn-outline-gold { border-color: rgba(203,162,74,.65); color: var(--gold-soft); }
.hero-socials { margin-top: 28px; display: flex; gap: 22px; flex-wrap: wrap; color: #f4f0e8; font-size: 14px; }
.hero-socials a:hover { color: var(--gold-soft); }

.intro-section, .services-section, .videos-section, .gallery-section, .cta-section { padding: 70px 0; }
.intro-section { background: #0c0d0d; text-align: center; }
.intro-section h2, .section-heading h2, .cta-box h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 18px; }
.intro-section p:not(.section-kicker), .section-heading p:not(.section-kicker), .cta-box p { color: var(--muted); }

.services-section { background: linear-gradient(180deg, #0d0e0e, #111311); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--bg-card); border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.service-visual { min-height: 210px; background-size: cover; background-position: center; position: relative; }
.service-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,.58)); }
.studio-visual { background: radial-gradient(circle at 70% 35%, rgba(203,162,74,.38), transparent 16%), linear-gradient(135deg, #231a13, #080909 55%, #2a2118); }
.mobile-visual { background: radial-gradient(circle at 45% 35%, rgba(203,162,74,.44), transparent 20%), linear-gradient(135deg, #352315, #0e0e0d 60%, #2a120e); }
.dance-visual { background: radial-gradient(circle at 65% 35%, rgba(255,255,255,.30), transparent 14%), linear-gradient(135deg, #0b1a22, #070808 55%, #2c2d33); }
.service-body { text-align: center; padding: 0 28px 34px; position: relative; }
.round-icon { display: inline-flex; justify-content: center; align-items: center; width: 58px; height: 58px; border-radius: 999px; background: var(--gold); color: #111; font-size: 25px; margin-top: -29px; position: relative; z-index: 2; box-shadow: 0 12px 35px rgba(0,0,0,.35); }
.service-body h3 { margin: 24px 0 12px; text-transform: uppercase; letter-spacing: .07em; font-size: 22px; }
.service-body p { color: var(--muted); }
.service-body a { display: inline-flex; gap: 8px; margin-top: 12px; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .08em; font-size: 13px; font-weight: 900; }

.videos-section { background: #0b0c0c; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 36px; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.video-card { min-width: 0; }
.video-thumb { width: 100%; border: 1px solid var(--line); background: transparent; padding: 0; cursor: pointer; overflow: hidden; }
.ratio { position: relative; display: block; background: #111; }
.ratio-16x9 { aspect-ratio: 16 / 9; }
.ratio-9x16 { aspect-ratio: 9 / 16; max-width: 260px; margin: 0 auto; }
.fake-poster { position: absolute; inset: 0; background: linear-gradient(135deg, #24190f, #080909); }
.fake-poster[class~="9x16"] { background: linear-gradient(160deg, #111820, #090909 55%, #2a1e13); }
.play-icon { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 58px; height: 58px; border-radius: 999px; border: 2px solid #fff; display: grid; place-items: center; padding-left: 4px; background: rgba(0,0,0,.25); }
.video-duration { position: absolute; right: 10px; bottom: 8px; background: rgba(0,0,0,.72); padding: 4px 7px; font-size: 12px; }
.video-info { padding: 16px 5px 0; }
.video-info h3 { font-size: 18px; margin-bottom: 3px; }
.artist { color: var(--muted); margin-bottom: 8px; }
.video-info p { color: var(--muted); font-size: 14px; }
.views { color: var(--muted-2) !important; }
.center-actions { justify-content: center; margin-top: 36px; }

.gallery-section { background: linear-gradient(180deg, #111311, #090a0a); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { position: relative; min-height: 240px; overflow: hidden; border: 1px solid var(--line); background: #141414; }
.gallery-img { position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(203,162,74,.24), transparent 20%), linear-gradient(135deg, #2a1d12, #0b0c0c); transition: transform .35s ease; }
.gallery-item:nth-child(2n) .gallery-img { background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.16), transparent 20%), linear-gradient(135deg, #151719, #2b2117); }
.gallery-item:hover .gallery-img { transform: scale(1.05); }
.gallery-caption { position: absolute; inset: auto 0 0 0; padding: 38px 18px 18px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.84)); }
.gallery-caption span { display: block; color: var(--gold-soft); text-transform: uppercase; font-size: 12px; letter-spacing: .14em; font-weight: 800; }
.gallery-caption strong { display: block; font-size: 18px; margin-top: 3px; }

.cta-section { background: radial-gradient(circle at 85% 50%, rgba(203,162,74,.18), transparent 25%), #0b0c0c; }
.cta-box { text-align: center; border: 1px solid var(--line); padding: 52px 28px; background: rgba(255,255,255,.035); box-shadow: var(--shadow); }
.cta-box p { max-width: 760px; margin-left: auto; margin-right: auto; }

.video-modal[hidden] { display: none; }
.video-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.video-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.86); }
.video-modal-dialog { position: relative; width: min(980px, 100%); background: #000; border: 1px solid var(--line); box-shadow: var(--shadow); }
.video-modal-dialog video { width: 100%; max-height: 82vh; background: #000; }
.video-modal-close { position: absolute; right: -10px; top: -46px; width: 40px; height: 40px; border: 1px solid var(--line); background: #111; color: #fff; border-radius: 50%; font-size: 28px; cursor: pointer; }

.site-footer { background: #050606; border-top: 1px solid var(--line); color: var(--muted); padding: 48px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-brand { color: #fff; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.footer-brand span { color: var(--red); }
.footer-title { color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a:hover, .site-footer a:hover { color: var(--gold-soft); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 18px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
    .header-inner { gap: 18px; }
    .main-nav { gap: 13px; }
    .main-nav a { font-size: 11px; }
    .social-mini { display: none; }
}

@media (max-width: 860px) {
    .header-inner { height: 74px; }
    .brand { min-width: auto; }
    .brand-mark { font-size: 48px; }
    .nav-toggle { display: block; }
    .main-nav {
        position: absolute; left: 20px; right: 20px; top: 82px;
        display: none; flex-direction: column; align-items: stretch; gap: 0;
        background: rgba(10, 11, 11, .98); border: 1px solid var(--line); padding: 12px;
    }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
    .hero { min-height: auto; padding-top: 96px; }
    .hero-inner { display: block; }
    .hero-content { padding: 54px 0 30px; }
    .hero-mosaic { aspect-ratio: 1 / 1; margin-bottom: 42px; gap: 10px; }
    .hero-mosaic__item { box-shadow: 0 14px 38px rgba(0,0,0,.32); }
    .cards-grid, .video-grid, .gallery-grid, .footer-grid { grid-template-columns: 1fr; }
    .ratio-9x16 { max-width: 320px; }
}

@media (max-width: 520px) {
    .container, .narrow { width: min(100% - 28px, var(--container)); }
    .hero-actions .btn { width: 100%; }
    .hero-socials { gap: 14px; font-size: 13px; }
    .intro-section, .services-section, .videos-section, .gallery-section, .cta-section { padding: 52px 0; }
    .service-body { padding-left: 20px; padding-right: 20px; }
}


/* Correctif hero mosaïque : affichage lisible sur tablette et mobile */
@media (max-width: 920px) {
    .hero { min-height: auto; padding-top: 84px; }
    .hero-inner { display: block; }
    .hero-content { padding: 54px 0 28px; }
    .hero-mosaic { margin-bottom: 42px; }
}

@media (max-width: 520px) {
    .hero { min-height: auto; padding-top: 76px; }
    .hero-mosaic { aspect-ratio: 1 / 1.12; gap: 8px; margin-bottom: 32px; }
}
