/* Kreaktif Agency — v2 « Plateau ». Tokens : ./ds/*.css (Design System Kreaktif). */
@import url('./ds/fonts.css');
@import url('./ds/colors.css');
@import url('./ds/typography.css');
@import url('./ds/spacing.css');
@import url('./ds/effects.css');
@import url('./ds/variants.css');
@import url('./ds/base.css');

:root { --nav-h: 76px; --dark: #07232a; --dark-2: #0a2e35; --paper: #fdfaf3; }
html { scroll-behavior: smooth; }
body { background: var(--surface-page); color: var(--text-body); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
section, main { scroll-margin-top: var(--nav-h); }
.ic { width: 1em; height: 1em; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; vertical-align: -0.125em; flex: none; }
.tc { font-family: var(--font-mono); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-600); }
.sec-dark .tc, .hero .tc, .foot .tc, .contact .tc { color: var(--gold-400); }
.tags { display: flex; gap: 8px; flex-wrap: wrap; }
.tag { font-size: 12px; font-weight: 600; color: var(--teal-700); background: var(--teal-50); padding: 5px 11px; border-radius: 99px; }
.sec-dark .tag { color: var(--teal-100); background: rgba(255,255,255,.08); }

/* Cursor REC */
.cursor { position: fixed; top: 0; left: 0; width: 14px; height: 14px; pointer-events: none; z-index: 999; mix-blend-mode: difference; transform: translate(-50%,-50%); display: none; }
.cursor span { display: block; width: 100%; height: 100%; border-radius: 50%; background: var(--gold-400); transition: transform .18s var(--ease-out), background .18s; }
.cursor.hover span { transform: scale(3.2); background: var(--gold-300); }
.cursor.play span { transform: scale(4); }
@media (hover:hover) and (pointer:fine) { .cursor { display: block; } }

/* Reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .wall-track, .marquee-track, .rec i { animation: none !important; } }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; transition: background .3s, box-shadow .3s; }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); gap: 20px; }
.nav.scrolled { background: rgba(7,35,42,.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.nav-logo { height: 30px; width: auto; }
.nav-links { display: flex; gap: 30px; }
.nav-links a { color: var(--teal-100); font-weight: 600; font-size: 14px; transition: color .2s; display: inline-flex; gap: 7px; align-items: baseline; }
.nb { font-family: var(--font-mono); font-size: 10px; color: var(--gold-400); letter-spacing: .1em; }
.nav-links a:hover { color: var(--gold-400); }
.nav-cta { background: var(--gold-500); color: var(--teal-900); font-weight: 700; font-size: 14px; padding: 11px 20px; border-radius: var(--radius-md); transition: background .2s, transform .15s; }
.nav-cta:hover { background: var(--gold-400); transform: translateY(-1px); }
.menu-btn { display: none; background: none; border: none; color: var(--teal-100); font-size: 26px; cursor: pointer; padding: 6px; }
.mobile-menu { display: none; position: fixed; inset: var(--nav-h) 0 0 0; background: var(--dark); z-index: 49; padding: 28px 22px; flex-direction: column; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--teal-50); font-family: var(--font-display); font-weight: 700; font-size: 28px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); display: flex; gap: 14px; align-items: baseline; }
.mobile-menu a:last-child { border: none; color: var(--gold-400); }
@media (max-width: 900px){ .nav-links, .nav .nav-cta { display: none; } .menu-btn { display: block; } }
/* Nav sur fond clair (pages projets, mentions) : le sticky devient sombre au scroll ; en haut il est posé sur le bandeau sombre .proj-top */
body.page .nav { background: var(--dark); }

/* Hero */
.hero { position: relative; overflow: hidden; margin-top: calc(-1 * var(--nav-h)); background: var(--dark); color: var(--text-on-dark); min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.wall { position: absolute; inset: -10% -10% 0 -10%; transform: rotate(-6deg); opacity: .34; pointer-events: none; -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 25%, #000 70%, transparent 100%); mask-image: linear-gradient(180deg, transparent 0, #000 25%, #000 70%, transparent 100%); }
.wall-track { display: grid; grid-template-columns: repeat(8, 1fr); gap: 14px; width: 200%; animation: wall 90s linear infinite; }
.wall-track img { aspect-ratio: 16/10; object-fit: cover; width: 100%; border-radius: 6px; filter: saturate(.75); }
@keyframes wall { from { transform: translateX(0);} to { transform: translateX(-50%);} }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 70% at 20% 40%, rgba(7,35,42,.9) 0%, rgba(7,35,42,.45) 55%, rgba(7,35,42,.1) 100%); pointer-events: none; }
.hero-in { position: relative; z-index: 1; padding: 150px 40px 110px; }
.slate { display: inline-grid; grid-template-columns: auto auto; gap: 6px 22px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; border: 1px solid rgba(249,178,51,.45); border-left: 6px solid var(--gold-500); padding: 12px 18px; margin-bottom: 34px; background: rgba(7,35,42,.5); }
.slate-row { display: contents; }
.slate-row span { color: var(--teal-300); }
.slate-row b { color: var(--gold-200); font-weight: 600; }
.rec i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #ff4d4d; margin: 0 4px 1px 6px; animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 50% { opacity: .15; } }
.hero h1 { font-family: var(--font-display); font-weight: 900; font-size: clamp(42px, 7vw, 96px); line-height: 1.02; letter-spacing: -.03em; color: var(--paper); margin: 0; max-width: 14ch; }
.hero h1 em { font-style: normal; color: var(--gold-400); }
.hero-lead { font-size: 20px; line-height: 1.55; color: var(--teal-100); max-width: 54ch; margin: 28px 0 0; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.marquee { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(7,35,42,.6); overflow: hidden; padding: 12px 0; font-family: var(--font-mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--teal-200); white-space: nowrap; }
.marquee-track { display: inline-block; animation: marquee 60s linear infinite; }
.marquee-track span { padding-right: 8px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 16px; padding: 15px 26px; border-radius: var(--radius-md); cursor: pointer; border: none; transition: transform .15s, background .2s, border-color .2s, color .2s; font-family: var(--font-body); }
.btn-primary { background: var(--gold-500); color: var(--dark); }
.btn-primary:hover { background: var(--gold-400); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #f3efe6; border: 1.5px solid rgba(243,239,230,.3); }
.btn-ghost:hover { border-color: var(--gold-400); color: var(--gold-400); }
.btn-outline { background: transparent; color: var(--teal-800); border: 1.5px solid var(--teal-300); }
.btn-outline:hover { border-color: var(--gold-600); color: var(--gold-700); }

/* Sections */
.sec { padding: 110px 0; }
.sec-dark { background: var(--dark-2); color: var(--text-on-dark); }
.sec-head { max-width: 720px; margin-bottom: 52px; }
.sec-head h2, .abo h2, .contact h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(32px, 4.4vw, 56px); line-height: 1.04; letter-spacing: -.02em; color: var(--text-strong); margin: 14px 0 0; }
.sec-dark .sec-head h2, .abo h2, .contact h2 { color: var(--paper); }
.sec-head p, .abo p, .contact p { font-size: 18px; color: var(--text-muted); margin: 18px 0 0; line-height: 1.6; }
.sec-dark .sec-head p, .abo p, .contact p { color: var(--teal-100); }

/* Talents */
.talents { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.talent { background: var(--surface-card); border: 1px solid var(--hairline); border-radius: var(--radius-xl); overflow: hidden; display: flex; flex-direction: column; transition: transform .25s var(--ease-out), box-shadow .25s; }
.talent:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.talent-photo { aspect-ratio: 4/5; background: linear-gradient(160deg, var(--teal-700), var(--dark)); position: relative; display: flex; align-items: center; justify-content: center; }
.talent-photo .mono { font-family: var(--font-display); font-weight: 900; font-size: 72px; letter-spacing: -.04em; color: rgba(249,178,51,.9); }
.talent-photo .tc { position: absolute; left: 16px; top: 14px; color: var(--teal-200); }
.talent-photo::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; pointer-events: none; }
.talent-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.talent h3 { font-family: var(--font-display); font-weight: 800; font-size: 22px; margin: 0; color: var(--text-strong); }
.talent .role { font-size: 14px; font-weight: 600; color: var(--gold-700); }
.talent p { font-size: 14px; line-height: 1.55; color: var(--text-muted); margin: 0; }
.talent .links { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: auto; padding-top: 8px; }
.talent .links a { font-size: 13px; font-weight: 600; color: var(--teal-700); border-bottom: 1px solid var(--teal-200); }
.talent .links a:hover { color: var(--gold-700); border-color: var(--gold-500); }
.talents.compact { grid-template-columns: 1fr; gap: 14px; }
.talents.compact .talent { flex-direction: row; align-items: stretch; }
.talents.compact .talent-photo { width: 92px; aspect-ratio: auto; flex: none; }
.talents.compact .talent-photo .mono { font-size: 28px; }
.talents.compact .talent-photo .tc { display: none; }
.talents.compact .talent-body { padding: 16px 18px; gap: 6px; }
.talents.compact .talent h3 { font-size: 17px; }
.partner { margin-top: 44px; border: 1px solid var(--hairline); border-left: 6px solid var(--gold-500); border-radius: var(--radius-lg); padding: 24px 28px; background: var(--surface-card); max-width: 860px; }
.partner h3 { font-family: var(--font-display); font-size: 24px; margin: 8px 0 8px; }
.partner h3 a:hover { color: var(--gold-700); }
.partner p { font-size: 15px; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* Formats : grille de programme */
.fmts { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.12); }
.fmt { display: grid; grid-template-columns: 90px 1fr 300px; gap: 28px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.12); align-items: start; transition: background .2s; }
.fmt:hover { background: rgba(255,255,255,.03); }
.fmt-n { font-family: var(--font-display); font-weight: 900; font-size: 44px; line-height: 1; color: var(--gold-400); letter-spacing: -.03em; }
.fmt h3 { font-family: var(--font-display); font-weight: 800; font-size: 26px; margin: 0 0 8px; color: var(--paper); }
.fmt p { font-size: 16px; color: var(--teal-100); line-height: 1.55; margin: 0; }
.fmt-ex { font-family: var(--font-mono); font-size: 13px; color: var(--teal-200); line-height: 1.5; }
.fmt-ex .lbl { color: var(--gold-400); margin-right: 6px; }

/* Rushes */
.filters { display: flex; gap: 10px; margin: -20px 0 34px; flex-wrap: wrap; }
.filter { font-family: var(--font-body); font-weight: 600; font-size: 14px; padding: 9px 18px; border-radius: 99px; border: 1.5px solid var(--border-default); background: transparent; color: var(--text-muted); cursor: pointer; transition: all .18s; }
.filter:hover { border-color: var(--teal-400); color: var(--teal-600); }
.filter.on { background: var(--teal-800); border-color: var(--teal-800); color: var(--text-on-dark); }
.rushes { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; grid-auto-flow: dense; gap: 18px; }
.rush { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--dark); display: block; grid-column: span 1; grid-row: span 1; transition: transform .25s var(--ease-out), box-shadow .25s; }
.rush.wide { grid-column: span 2; grid-row: span 2; }
.rush.tall { grid-row: span 2; }
.rush:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.rush.hide { display: none; }
.rush-media { position: absolute; inset: 0; }
.rush-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out), filter .3s; }
.rush:hover .rush-media img { transform: scale(1.06); }
.rush-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,35,42,.1) 30%, rgba(7,35,42,.92) 100%); }
.rush-tc { position: absolute; top: 12px; left: 14px; z-index: 1; font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; color: var(--gold-200); }
.rush-play { position: absolute; top: 10px; right: 12px; z-index: 1; width: 34px; height: 34px; border-radius: 50%; background: var(--gold-500); color: var(--dark); display: flex; align-items: center; justify-content: center; font-size: 14px; opacity: 0; transform: scale(.7); transition: opacity .2s, transform .2s; }
.rush:hover .rush-play { opacity: 1; transform: none; }
.rush-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 16px 18px; color: var(--paper); }
.rush-cat { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-400); }
.rush h3 { font-family: var(--font-display); font-weight: 800; font-size: 19px; margin: 4px 0 2px; color: var(--paper); line-height: 1.15; }
.rush.wide h3 { font-size: 30px; }
.rush-client { font-family: var(--font-mono); font-size: 12px; color: var(--teal-200); }
.more { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }

/* Abonnement */
.abo { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.abo .btn { margin-top: 28px; }
.abo-pts { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.abo-pts li { display: flex; gap: 14px; align-items: flex-start; font-size: 17px; color: var(--teal-50); padding: 18px 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); }
.abo-pts .ic { color: var(--gold-400); margin-top: 3px; font-size: 18px; }

/* Contact */
.contact { background: radial-gradient(120% 130% at 20% 0%, #144d4f, var(--dark)); color: var(--text-on-dark); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact .line { display: flex; align-items: center; gap: 12px; color: var(--teal-100); font-size: 15px; margin-top: 16px; }
.contact .line a { color: var(--teal-50); font-weight: 600; }
.contact .line a:hover { color: var(--gold-400); }
.contact .line .ic { color: var(--gold-400); font-size: 18px; }
.form { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl); padding: 30px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--teal-200); margin-bottom: 7px; }
.field input, .field textarea, .field select { width: 100%; background: rgba(7,35,42,.4); border: 1.5px solid rgba(255,255,255,.14); border-radius: var(--radius-md); padding: 13px 15px; color: #f3efe6; font-family: var(--font-body); font-size: 15px; transition: border-color .2s; }
.field select option { color: var(--ink); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold-400); }
.field textarea { resize: vertical; min-height: 110px; }
.form .btn { width: 100%; justify-content: center; }
.form-hint { font-size: 12px; color: var(--teal-300); margin: 12px 0 0; text-align: center; }

/* Footer */
.foot { background: var(--dark); color: var(--teal-200); padding: 64px 0 32px; }
.foot-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; }
.foot-logo { height: 32px; width: auto; margin-bottom: 16px; }
.foot p { font-size: 14px; line-height: 1.6; max-width: 34ch; }
.foot h4 { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-400); margin: 0 0 14px; }
.foot ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; font-size: 14px; }
.foot a:hover { color: var(--gold-300); }
.foot-bot { display: flex; align-items: center; justify-content: space-between; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; font-family: var(--font-mono); color: var(--teal-300); flex-wrap: wrap; gap: 12px; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 24px; }
.lightbox[hidden] { display: none; }
.lb-bg { position: absolute; inset: 0; background: rgba(7,35,42,.92); backdrop-filter: blur(6px); }
.lb-box { position: relative; width: min(1100px, 100%); background: var(--dark-2); border-radius: var(--radius-xl); overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lb-head { display: flex; align-items: center; gap: 16px; padding: 12px 14px 12px 20px; color: var(--paper); font-family: var(--font-display); font-weight: 700; }
.lb-title { flex: 1; font-size: 17px; }
.lb-page { font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--gold-400); display: inline-flex; gap: 6px; align-items: center; }
.lb-close { background: rgba(255,255,255,.08); border: none; color: var(--paper); width: 36px; height: 36px; border-radius: 50%; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.lb-frame { aspect-ratio: 16/9; background: #000; }
.lb-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Page projet */
.proj { padding: 120px 0 90px; }
.back { display: inline-flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 600; color: var(--teal-700); margin-bottom: 28px; }
.back .ic { transform: rotate(180deg); }
.back:hover { color: var(--gold-700); }
.proj-head { max-width: 860px; margin-bottom: 30px; }
.proj-head h1 { font-family: var(--font-display); font-weight: 900; font-size: clamp(34px, 5vw, 64px); letter-spacing: -.025em; line-height: 1.02; margin: 12px 0 8px; }
.proj-head .client { font-family: var(--font-mono); font-size: 14px; color: var(--text-muted); margin: 0; }
.player { position: relative; aspect-ratio: 16/9; border-radius: var(--radius-xl); overflow: hidden; background: var(--dark); box-shadow: var(--shadow-lg); cursor: pointer; }
.player img { width: 100%; height: 100%; object-fit: cover; }
.player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.player-btn { position: absolute; inset: 0; margin: auto; width: 84px; height: 84px; border-radius: 50%; border: none; background: var(--gold-500); color: var(--dark); font-size: 30px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: transform .2s, background .2s; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.player:hover .player-btn { transform: scale(1.08); background: var(--gold-400); }
.proj-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; margin: 56px 0 72px; }
.proj-grid h2 { font-family: var(--font-display); font-size: 22px; margin: 0 0 12px; }
.proj-grid h2 + .tags { margin-bottom: 28px; }
.proj-grid .lead { font-size: 18px; line-height: 1.65; color: var(--text-body); margin: 0 0 30px; }
.proj-grid .ext a { font-size: 14px; font-weight: 600; color: var(--teal-700); }
.rel-title { margin: 0 0 18px; }
.proj .rushes { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 220px; }
.proj .rushes .rush.wide, .proj .rushes .rush.tall { grid-column: span 1; grid-row: span 1; }
.proj .rushes .rush.wide h3 { font-size: 19px; }

/* Page légale */
.legal { padding: 140px 0 96px; max-width: 760px; }
.legal h1 { font-size: clamp(32px, 4vw, 44px); margin-bottom: 24px; }
.legal h2 { font-size: 22px; margin: 36px 0 10px; }
.legal p, .legal li { font-size: 16px; line-height: 1.6; color: var(--text-body); }
.legal a { color: var(--teal-700); text-decoration: underline; }

/* Responsive */
@media (max-width: 1100px){ .talents { grid-template-columns: repeat(2, 1fr); } .rushes { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px){ .fmt { grid-template-columns: 60px 1fr; } .fmt-ex { grid-column: 2; } .abo { grid-template-columns: 1fr; gap: 36px; } .contact-grid { grid-template-columns: 1fr; gap: 36px; } .proj-grid { grid-template-columns: 1fr; gap: 36px; } .proj .rushes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px){ .wrap { padding: 0 22px; } .hero-in { padding: 130px 22px 80px; } .hero { min-height: auto; } .sec { padding: 80px 0; } .rushes { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; } .rush.wide { grid-column: span 2; grid-row: span 1; } .rush.tall { grid-row: span 1; } .rush.wide h3 { font-size: 19px; } .foot-top { grid-template-columns: 1fr 1fr; } .slate { grid-template-columns: auto 1fr; font-size: 11px; } }
@media (max-width: 560px){ .talents { grid-template-columns: 1fr; } .rushes { grid-template-columns: 1fr; grid-auto-rows: 210px; } .rush.wide { grid-column: span 1; } .proj .rushes { grid-template-columns: 1fr; } .lightbox { padding: 0; align-items: flex-end; } .lb-box { border-radius: 16px 16px 0 0; } }

/* ---- fiche projet v3 ---- */
.meta { list-style: none; margin: 22px 0 34px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.meta li.wide { grid-column: span 2; }
.meta li { background: #fff; border: 1px solid rgba(7,35,42,.08); border-radius: 12px; padding: 14px 16px; display: flex; flex-direction: column; gap: 6px; }
.meta li b { font-family: var(--font-display); font-weight: 700; font-size: 15px; line-height: 1.25; }
.steps { list-style: none; margin: 0 0 26px; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 22px; }
.steps li { display: flex; gap: 12px; align-items: baseline; padding: 9px 0; border-bottom: 1px solid rgba(7,35,42,.08); font-weight: 600; font-size: 15px; }
.steps li .tc { color: var(--gold-700); }
.crew { display: flex; flex-direction: column; gap: 10px; }
.crew-card { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid rgba(7,35,42,.08); border-radius: 12px; padding: 10px 14px 10px 10px; color: inherit; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.crew-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.crew-photo { width: 58px; height: 58px; border-radius: 10px; overflow: hidden; background: var(--teal-700); flex: none; display: flex; align-items: center; justify-content: center; }
.crew-photo img { width: 100%; height: 100%; object-fit: cover; }
.crew-photo .mono { color: var(--gold-300); font-size: 20px; }
.crew-card b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 15px; }
.crew-card i { display: block; font-style: normal; font-size: 12.5px; color: var(--text-muted); margin-top: 2px; }
.seasons { display: flex; flex-direction: column; gap: 22px; margin: 4px 0 26px; }
.season-h { display: flex; align-items: baseline; gap: 12px; margin-bottom: 10px; }
.season-h b { font-family: var(--font-display); font-weight: 800; font-size: 17px; }
.season-h .d { margin-left: auto; font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); }
.season-eps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ep-thumb { display: block; border-radius: 10px; overflow: hidden; background: var(--dark); position: relative; color: #fff; text-decoration: none; aspect-ratio: 16/9; }
.ep-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out); }
.ep-thumb:hover img { transform: scale(1.05); }
.ep-thumb span { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 12px 10px; background: linear-gradient(180deg, transparent, rgba(7,35,42,.9)); font-family: var(--font-display); font-weight: 700; font-size: 13px; line-height: 1.2; }
.ep-thumb small { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; color: var(--gold-300); margin-bottom: 3px; }
.proj-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 40px 0 50px; }
.proj-nav a { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px; border: 1px solid rgba(7,35,42,.1); border-radius: 12px; color: inherit; text-decoration: none; background: #fff; }
.proj-nav a.nx { text-align: right; }
.proj-nav a b { font-family: var(--font-display); font-weight: 800; font-size: 18px; }
.proj-nav a:hover { border-color: var(--gold-500); }
@media (max-width: 860px) { .meta { grid-template-columns: repeat(2, 1fr); } .steps { grid-template-columns: 1fr; } .season-eps { grid-template-columns: repeat(2, 1fr); } .proj-nav { grid-template-columns: 1fr; } .proj-nav a.nx { text-align: left; } }

.season-crew { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 18px; margin: 14px 0 0; padding: 14px 16px; background: #fff; border: 1px solid rgba(7,35,42,.08); border-radius: 12px; }
.season-crew div { min-width: 0; }
.season-crew dt { font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-700); margin-bottom: 2px; }
.season-crew dd { margin: 0; font-family: var(--font-display); font-weight: 700; font-size: 14px; line-height: 1.25; }
.season-crew .cast { grid-column: 1 / -1; padding-top: 10px; border-top: 1px solid rgba(7,35,42,.08); }
.season-crew .cast dd { font-weight: 500; font-family: inherit; font-size: 14px; }
@media (max-width: 860px) { .season-crew { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Fiche projet « création sonore » : lecteur d'extraits ---------- */
.proj-cover { width: 100%; border-radius: var(--radius-lg, 14px); display: block; }
.snd-t { margin-top: 26px; }
.proj .tracks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.proj .track { display: flex; align-items: center; gap: 14px; padding: 12px 14px; background: rgba(7,35,42,.05); border: 1px solid rgba(7,35,42,.14); border-radius: 12px; }
.proj .track.on { border-color: rgba(249,178,51,.75); background: rgba(249,178,51,.10); }
.proj .tr-play { flex: none; width: 44px; height: 44px; border-radius: 50%; border: none; background: var(--gold-500, #f9b233); color: #07232a; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s, transform .15s; }
.proj .tr-play:hover { transform: scale(1.05); }
.proj .tr-body { flex: 1; min-width: 0; }
.proj .tr-body b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: #07232a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.proj .tr-body span { display: block; font-family: var(--font-mono); font-size: 11px; color: #4f9498; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.proj .tr-bar { height: 3px; background: rgba(7,35,42,.14); border-radius: 2px; margin-top: 9px; overflow: hidden; cursor: pointer; }
.proj .tr-bar i { display: block; height: 100%; width: 0; background: var(--gold-500, #f9b233); }
.proj .tr-time { font-family: var(--font-mono); font-size: 11px; color: #4f9498; flex: none; }
@media (max-width: 780px) { .proj .tracks { grid-template-columns: 1fr; } }
