/* ============================================================
   NMAudio — Design system
   Un seul système visuel (typo, couleurs, composants) partagé
   par toutes les pages du site (index.php, mentions-legales.php).
   ============================================================ */

:root{
  --font:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Inter",Helvetica,Arial,sans-serif;
  --ink:#1d1d1f;
  --bg:#ffffff;
  --grey:#f5f5f7;
  --mute-l:#6e6e73;   /* secondaire sur fond clair */
  --mute-d:#a1a1a6;   /* secondaire sur fond sombre */
  --text-2:#424245;
  --card-bg:#ffffff;
  --shot-bg:#e8e8ed;
  --avatar-bg:#e0e0e6;
  --nav-bg:rgba(255,255,255,.72);
  --nav-bg-mobile:rgba(255,255,255,.96);
  --hl-04:rgba(0,0,0,.04);
  --hl-06:rgba(0,0,0,.06);
  --hl-08:rgba(0,0,0,.08);
  --hl-1:rgba(0,0,0,.1);
  --hl-12:rgba(0,0,0,.12);
  --hl-22:rgba(0,0,0,.22);
  --hl-3:rgba(0,0,0,.3);
  --hl-35:rgba(0,0,0,.35);
  --nav:48px;
}
[data-theme="dark"]{
  --ink:#f5f5f7;
  --bg:#000000;
  --grey:#1c1c1e;
  --mute-l:#a1a1a6;
  --text-2:#d1d1d6;
  --card-bg:#2c2c2e;
  --shot-bg:#2c2c2e;
  --avatar-bg:#3a3a3c;
  --nav-bg:rgba(0,0,0,.72);
  --nav-bg-mobile:rgba(0,0,0,.92);
  --hl-04:rgba(255,255,255,.06);
  --hl-06:rgba(255,255,255,.08);
  --hl-08:rgba(255,255,255,.1);
  --hl-1:rgba(255,255,255,.12);
  --hl-12:rgba(255,255,255,.14);
  --hl-22:rgba(255,255,255,.24);
  --hl-3:rgba(255,255,255,.3);
  --hl-35:rgba(255,255,255,.35);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background:var(--bg)}
body{font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background-color .25s ease,color .25s ease}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
:focus-visible{outline:2px solid currentColor;outline-offset:4px;border-radius:6px}
::selection{background:var(--ink);color:var(--bg)}
.nav,.nav-links,.white,.grey,.black,.foot,.opt,.tier,.logos a,.shot,.avatar,.spec-block,.btn{transition:background-color .25s ease,color .25s ease,border-color .25s ease}

/* ============ LOGO - un seul tracé, la couleur suit le fond ============ */
.logo{display:block;width:auto;fill:currentColor;aspect-ratio:1244/672}
.nav-logo{color:var(--ink)}
.nav-logo .logo{height:28px}
.hero-logo{height:80px;margin:0 auto 34px;color:var(--ink)}
.foot-logo{display:inline-block;color:#8e8e93;margin-bottom:22px;transition:color .25s}
.foot-logo .logo{height:26px}
.foot-logo:hover{color:var(--ink)}
@media(max-width:734px){.hero-logo{height:58px;margin-bottom:28px}}

/* ============ NAV - le seul verre de la page ============ */
.nav{
  position:fixed;top:0;left:0;right:0;height:var(--nav);z-index:900;
  background:var(--nav-bg);
  backdrop-filter:saturate(180%) blur(20px);
  -webkit-backdrop-filter:saturate(180%) blur(20px);
  border-bottom:1px solid var(--hl-1);
}
.nav-in{max-width:1024px;margin:0 auto;height:var(--nav);padding:0 22px;display:flex;align-items:center;justify-content:space-between}
.nav-logo{display:flex;align-items:center;height:100%}
.nav-links{display:flex;gap:34px;list-style:none}
.nav-links a{font-size:12px;color:var(--ink);opacity:.78;transition:opacity .2s}
.nav-links a:hover{opacity:1}
.nav-actions{display:flex;align-items:center;gap:4px}
.theme-toggle{
  display:flex;align-items:center;justify-content:center;width:32px;height:32px;
  border:0;background:none;color:var(--ink);cursor:pointer;border-radius:50%;
  transition:background-color .2s;
}
.theme-toggle:hover{background:var(--hl-08)}
.theme-toggle svg{width:17px;height:17px}
.theme-toggle .icon-moon{display:none}
[data-theme="dark"] .theme-toggle .icon-sun{display:none}
[data-theme="dark"] .theme-toggle .icon-moon{display:block}
.burger{display:none;background:none;border:0;color:var(--ink);padding:8px;cursor:pointer;margin:-8px -8px -8px 0}
.burger svg{width:18px;height:18px}
@media(max-width:833px){
  .nav-links{
    position:fixed;left:0;right:0;top:var(--nav);
    background:var(--nav-bg-mobile);
    backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
    flex-direction:column;gap:0;padding:0 22px 22px;
    transform:translateY(-130%);transition:transform .45s cubic-bezier(.4,0,.2,1);
    border-bottom:1px solid var(--hl-1);
  }
  .nav-links.open{transform:translateY(0)}
  .nav-links li{border-bottom:1px solid var(--hl-08)}
  .nav-links a{display:block;padding:17px 0;font-size:17px;opacity:1}
  .burger{display:block}
}

/* ============ PANNEAUX PLATS ============ */
.black{background:#000;color:#f5f5f7}
.white{background:var(--bg);color:var(--ink)}
.grey{background:var(--grey);color:var(--ink)}
.sec{padding:110px 0;position:relative}
.wrap{max-width:800px;margin:0 auto;padding:0 22px}
.wrap-wide{max-width:1140px;margin:0 auto;padding:0 22px}
.center{text-align:center}

/* ============ TYPO ============ */
.h1{font-size:clamp(44px,8.6vw,88px);font-weight:600;letter-spacing:-.035em;line-height:1.05}
.h2{font-size:clamp(36px,6vw,64px);font-weight:600;letter-spacing:-.035em;line-height:1.06}
.h3{font-size:clamp(26px,3.4vw,40px);font-weight:600;letter-spacing:-.03em;line-height:1.1}
.kicker{font-size:clamp(19px,2.4vw,28px);font-weight:600;letter-spacing:-.02em;margin-bottom:6px}
.sub{font-size:clamp(17px,2.2vw,21px);font-weight:400;line-height:1.4;letter-spacing:-.01em;color:var(--mute-d)}
.white .sub,.grey .sub{color:var(--mute-l)}
.fine{font-size:12px;line-height:1.55;color:var(--mute-l)}
.black .fine{color:#6e6e73}
.dim{color:#86868b}
.head{max-width:760px;margin-bottom:52px}
.head.center{margin-left:auto;margin-right:auto}

/* ============ LIENS / BOUTONS ============ */
.more{display:inline-flex;align-items:center;gap:3px;font-size:17px;letter-spacing:-.01em}
.more::after{content:"›";font-size:21px;line-height:0;transform:translateY(-1px)}
.more:hover{text-decoration:underline}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  font-size:17px;font-weight:400;letter-spacing:-.01em;
  padding:13px 26px;border-radius:980px;border:1px solid transparent;cursor:pointer;
  min-height:48px;transition:opacity .2s,background .2s,color .2s;
}
.black .btn{background:#f5f5f7;color:#000}
.black .btn:hover{opacity:.85}
.black .btn.alt{background:transparent;color:#f5f5f7;border-color:rgba(255,255,255,.4)}
.black .btn.alt:hover{background:#f5f5f7;color:#000;opacity:1}
.white .btn,.grey .btn{background:var(--ink);color:var(--bg)}
.white .btn:hover,.grey .btn:hover{opacity:.85}
.white .btn.alt,.grey .btn.alt{background:transparent;color:var(--ink);border-color:var(--hl-35)}
.white .btn.alt:hover,.grey .btn.alt:hover{background:var(--ink);color:var(--bg);opacity:1}
.btn[disabled],.btn.disabled{opacity:.4;cursor:not-allowed}
.row{display:flex;gap:12px;flex-wrap:wrap}
.center .row{justify-content:center}

/* ============ REVEAL ============ */
.rv{opacity:0;transform:translateY(22px);transition:opacity .8s cubic-bezier(.2,.6,.2,1),transform .8s cubic-bezier(.2,.6,.2,1)}
.rv.in{opacity:1;transform:none}
.rv[data-d="1"]{transition-delay:.08s}
.rv[data-d="2"]{transition-delay:.16s}
.rv[data-d="3"]{transition-delay:.24s}
@media(prefers-reduced-motion:reduce){.rv{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}

/* ============ HERO ============ */
.hero{
  min-height:100svh;padding:calc(var(--nav) + 72px) 0 0;
  display:flex;flex-direction:column;justify-content:center;text-align:center;
}
.hero .sub{max-width:560px;margin:16px auto 0}
.hero .row{margin-top:26px}
.badge{
  margin-top:24px;font-size:13px;letter-spacing:-.01em;color:#86868b;
  display:inline-flex;align-items:center;gap:7px;
}
.badge::before{
  content:"";width:15px;height:15px;flex-shrink:0;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5a1 1 0 0 0-1.4 1.4l4.2 4.2a1 1 0 0 0 1.4 0l10-10a1 1 0 0 0-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5a1 1 0 0 0-1.4 1.4l4.2 4.2a1 1 0 0 0 1.4 0l10-10a1 1 0 0 0-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.badge strong{color:var(--ink);font-weight:600}
.badge-logo{height:17px;width:auto;object-fit:contain;display:block}
[data-theme="dark"] .badge-logo{background:#fff;border-radius:4px;padding:2px 4px}
#wave{width:100%;max-width:1140px;height:210px;margin:48px auto 0;display:block;padding:0 22px}
@media(max-width:734px){
  .hero{padding-top:calc(var(--nav) + 56px)}
  #wave{height:140px;margin-top:36px}
}

/* ============ BANDEAU CHIFFRES ============ */
.figures{
  display:grid;grid-template-columns:repeat(4,1fr);
  background:var(--grey);border:1px solid var(--hl-06);
  border-radius:28px;overflow:hidden;
}
.fig{
  position:relative;padding:46px 20px;text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:9px;
}
.fig::after{content:"";position:absolute;right:0;top:24%;bottom:24%;width:1px;background:var(--hl-1)}
.fig:last-child::after{display:none}
.fig b{font-size:clamp(34px,4.4vw,48px);font-weight:600;letter-spacing:-.04em;line-height:1}
.fig span{font-size:12px;font-weight:600;color:var(--mute-l);letter-spacing:.06em;text-transform:uppercase}
.black .fig span{color:#6e6e73}
@media(max-width:734px){
  .figures{grid-template-columns:repeat(2,1fr);border-radius:22px}
  .fig{padding:36px 16px}
  .fig:nth-child(2n)::after{display:none}
  .fig:nth-child(n+3)::before{content:"";position:absolute;top:0;left:20%;right:20%;height:1px;background:var(--hl-1)}
}

/* ============ IMAGE PRODUIT / EMPLACEMENTS PHOTO ============ */
.shot{
  width:100%;aspect-ratio:16/9;border-radius:18px;overflow:hidden;
  background:#0a0a0a;position:relative;
}
.shot img{width:100%;height:100%;object-fit:cover}
.shot .empty{
  position:absolute;inset:0;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:8px;text-align:center;padding:22px;
  border:1px dashed rgba(255,255,255,.28);border-radius:18px;color:#86868b;
}
.white .shot,.grey .shot{background:var(--shot-bg)}
.white .shot .empty,.grey .shot .empty{border-color:var(--hl-22);color:var(--mute-l)}
.shot .empty b{font-size:14px;font-weight:600;letter-spacing:-.01em}
.shot .empty span{font-size:12px;max-width:280px;line-height:1.5}

/* ============ COMPARATEUR AVANT / APRÈS ============ */
.cmp{background:#0a0a0a;border-radius:18px 18px 0 0;border:1px solid rgba(255,255,255,.1);border-bottom:0;padding:8px;display:flex;flex-direction:column;gap:8px}
.lane{position:relative;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.03);border:1px solid transparent;transition:border-color .3s,background .3s;cursor:pointer}
.lane.on{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.28)}
.lane canvas{display:block;width:100%;height:132px;opacity:.4;transition:opacity .3s}
.lane.on canvas{opacity:1}
.lane-head{position:absolute;top:12px;left:14px;right:14px;z-index:3;display:flex;justify-content:space-between;align-items:center;gap:12px;pointer-events:none}
.lane-name{font-size:11.5px;letter-spacing:-.01em;color:#8e8e93;transition:color .3s;display:flex;align-items:center;gap:8px}
.lane.on .lane-name{color:#f5f5f7}
.lane-name .dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.5}
.lane.on .lane-name .dot{opacity:1}
.player{
  display:flex;align-items:center;gap:20px;margin-top:0;flex-wrap:nowrap;
  background:#0a0a0a;border:1px solid rgba(255,255,255,.1);border-top:0;border-radius:0 0 18px 18px;padding:18px 22px;
}
.play{
  width:46px;height:46px;border-radius:50%;border:0;background:#f5f5f7;color:#000;
  display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;
  transition:transform .2s;
}
.play:hover{transform:scale(1.06)}
.play svg{width:16px;height:16px;fill:currentColor}
.trk{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}
.trk-top{display:flex;justify-content:space-between;align-items:baseline;gap:14px}
.player .state{font-size:12.5px;color:#8e8e93;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.time{font-size:11px;color:#6e6e73;font-variant-numeric:tabular-nums;flex-shrink:0;letter-spacing:.02em}
.seek{position:relative;height:4px;border-radius:980px;background:rgba(255,255,255,.16);cursor:pointer}
.seek-fill{position:absolute;inset:0 auto 0 0;width:0;border-radius:980px;background:#f5f5f7}
.seek-dot{
  position:absolute;top:50%;left:0;width:11px;height:11px;border-radius:50%;background:#f5f5f7;
  transform:translate(-50%,-50%);opacity:0;transition:opacity .2s;
}
.seek:hover .seek-dot,.player.on .seek-dot{opacity:1}
.ab{display:flex;padding:3px;border-radius:980px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);flex-shrink:0}
.ab button{
  border:0;background:none;color:#c7c7cc;cursor:pointer;font-family:inherit;
  font-size:12.5px;padding:7px 16px;border-radius:980px;transition:.25s;min-height:34px;white-space:nowrap;
}
.ab button.on{background:#f5f5f7;color:#000}
.player-caption{width:100%;font-size:13px;color:var(--mute-l);margin-top:14px}
@media(max-width:734px){
  .lane canvas{height:104px}
  .player{flex-wrap:wrap;gap:14px}
  .trk{order:3;width:100%;flex:1 0 100%}
  .ab{margin-left:auto}
  .ab button{flex:1;padding:7px 12px}
}

/* ============ LECTEUR SPOTIFY (playlist intégrée) ============ */
.spot{max-width:1000px;margin:48px auto 0}
.spot-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:20px}
.spot .k{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--mute-l);margin-bottom:8px}
.spot h3{font-size:clamp(20px,2.4vw,26px);font-weight:600;letter-spacing:-.03em;line-height:1.1}
.spot .note{font-size:14px;line-height:1.5;color:var(--mute-l);max-width:340px}
.spot-frame{border-radius:16px;overflow:hidden;background:var(--grey);min-height:352px}
.spot-frame iframe{display:block;width:100%;height:352px;border:0}
@media(max-width:833px){.spot{margin-top:36px}}

/* ============ TARIFS ============ */
.plans{display:grid;gap:0;border-top:1px solid var(--hl-12);border-left:1px solid var(--hl-12);margin:0 auto}
.plans-3{grid-template-columns:repeat(3,1fr);max-width:1000px}
.plan{padding:40px 30px 34px;border-bottom:1px solid var(--hl-12);border-right:1px solid var(--hl-12);display:flex;flex-direction:column}
.plan-name{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--mute-l);margin-bottom:14px}
.plan h3{font-size:24px;font-weight:600;letter-spacing:-.03em;margin-bottom:4px}
.plan .kind{font-size:13px;line-height:1.4;color:var(--mute-l);margin-bottom:24px;min-height:36px}
.price{font-size:52px;font-weight:600;letter-spacing:-.045em;line-height:1}
.price sup{font-size:22px;font-weight:400;vertical-align:super;margin-left:2px}
.price-quote{font-size:38px;letter-spacing:-.035em}
.price-sub{font-size:13px;color:var(--mute-l);margin:8px 0 24px}
.tiers{list-style:none;display:flex;flex-direction:column;gap:0;margin-bottom:22px;border-top:1px solid var(--hl-1)}
.tiers li{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 0;border-bottom:1px solid var(--hl-1)}
.tiers span{font-size:14px;color:var(--text-2);letter-spacing:-.01em}
.tiers em{font-style:normal;color:var(--mute-l);font-size:12px}
.tiers b{font-size:16px;font-weight:600;letter-spacing:-.02em;white-space:nowrap}
.incl{font-size:12px;line-height:1.55;color:var(--mute-l);margin-bottom:26px}
.plan .btn{margin-top:auto;width:100%}

/* options & services */
.opts-wrap{max-width:1000px;margin:44px auto 0}
.opts-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--mute-l);margin-bottom:8px}
.opts-sub{font-size:14px;color:var(--mute-l);margin-bottom:18px}
.opts-title + .opts{margin-top:16px}
.opts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--hl-1);border:1px solid var(--hl-1)}
.opts-svc{grid-template-columns:repeat(3,1fr)}
.opt{background:var(--card-bg);padding:16px 20px;display:flex;justify-content:space-between;align-items:baseline;gap:12px}
.opt span{font-size:14px;color:var(--text-2);letter-spacing:-.01em}
.opt b{font-size:15px;font-weight:600;letter-spacing:-.02em;white-space:nowrap}
.opt em{font-style:normal;color:var(--mute-l);font-size:12px;font-weight:400}
@media(max-width:820px){.opts{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.opts,.opts-svc{grid-template-columns:1fr}}

/* bandeau partenaire */
.partner{max-width:1000px;margin:44px auto 0;padding:30px 34px;background:var(--grey);border-radius:16px;display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.partner-txt{flex:1;min-width:240px}
.partner h3{font-size:20px;font-weight:600;letter-spacing:-.03em;margin-bottom:6px}
.partner p{font-size:14px;line-height:1.5;color:var(--mute-l)}
.partner .btn{flex-shrink:0}

/* ============ TEMPO - programme fidélité mis en avant ============ */
.tempo{background:var(--grey);color:var(--ink);border-radius:24px;padding:40px 40px;margin:44px auto 0;max-width:1000px}
.tempo-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:26px}
.tempo .k{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--mute-l);margin-bottom:8px}
.tempo h3{font-size:clamp(22px,2.6vw,28px);font-weight:600;letter-spacing:-.03em;line-height:1.08}
.tempo .lead{font-size:14px;line-height:1.5;color:var(--mute-l);max-width:360px}
.tiers3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.tier{background:var(--card-bg);border:1px solid var(--hl-1);border-radius:16px;padding:22px 22px 20px;display:flex;flex-direction:column}
.tier .nm{font-size:15px;font-weight:600;letter-spacing:-.02em}
.tier .cond{font-size:12px;color:var(--mute-l);margin-bottom:14px}
.tier .pct{font-size:clamp(30px,3.6vw,38px);font-weight:600;letter-spacing:-.045em;line-height:1}
.tier .o{font-size:12px;color:var(--mute-l);margin-top:8px;padding-top:8px;border-top:1px solid var(--hl-08)}
@media(max-width:833px){.tempo{padding:32px 24px}.tiers3{grid-template-columns:1fr;gap:10px}}

.plan-note{margin-top:38px;max-width:1000px;margin-left:auto;margin-right:auto}
.plan-note a{border-bottom:1px solid var(--hl-3);white-space:nowrap}
@media(max-width:833px){
  .plans-3{grid-template-columns:1fr;max-width:440px}
}

/* ============ STUDIO · équipe ============ */
.duo{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:stretch}
.tcard{background:var(--grey);border-radius:26px;padding:44px 42px;display:flex;flex-direction:column}
.avatar{width:94px;height:94px;border-radius:50%;overflow:hidden;background:var(--avatar-bg);margin-bottom:26px;box-shadow:0 1px 0 var(--hl-04)}
.avatar img{width:100%;height:100%;object-fit:cover;display:block}
.avatar .mono{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:600;color:#86868b;letter-spacing:-.02em}
.q{font-size:clamp(16px,1.7vw,18px);line-height:1.6;letter-spacing:-.015em;margin-bottom:22px;flex:1}
.who .name{font-size:16px;font-weight:600;letter-spacing:-.02em}
.who .role{font-size:13px;color:var(--mute-l);margin-top:3px}
.tcard-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px}
.tcard-top .avatar{margin-bottom:0}
.brand-mark{height:42px;width:auto;max-width:110px;object-fit:contain;object-position:right center;opacity:.85;flex-shrink:0}
.brand-mark.wm{height:100px;width:auto;max-width:180px;object-fit:contain}
.spec-head .brand-mark{height:24px;max-width:74px;margin-left:auto;margin-right:14px}
@media(max-width:833px){.duo{grid-template-columns:1fr;gap:18px}.tcard{padding:36px 30px}}

/* ============ PARTENAIRES ============ */
.logos-mini{
  display:flex;justify-content:center;align-items:center;gap:36px;flex-wrap:wrap;
}
.logos-mini a{display:flex;align-items:center;justify-content:center;opacity:.72;transition:opacity .25s}
.logos-mini a:hover{opacity:1}
.logos-mini img{height:46px;width:auto;max-width:150px;object-fit:contain}

.marquee{
  position:relative;overflow:hidden;margin:0 auto 48px;max-width:1140px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);
}
.marquee-track{
  display:flex;align-items:center;gap:64px;width:max-content;
  animation:marqueeScroll 26s linear infinite;
}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee-track a{flex-shrink:0;display:flex;align-items:center;justify-content:center}
.marquee-track img{
  height:76px;width:auto;max-width:230px;object-fit:contain;
  filter:grayscale(1);opacity:.7;transition:filter .25s,opacity .25s;
}
.marquee-track a:hover img{filter:grayscale(0);opacity:1}
@keyframes marqueeScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.marquee-track{animation:none}}
@media(max-width:560px){.marquee-track img{height:58px;max-width:180px}}

.partners-sub{
  text-align:center;font-size:12px;font-weight:600;text-transform:uppercase;
  letter-spacing:.14em;color:var(--mute-l);margin-bottom:18px;
}

.logos{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  background:var(--hl-1);border:1px solid var(--hl-1);border-radius:2px;
}
.logos a{
  background:var(--grey);display:flex;align-items:center;justify-content:center;
  padding:22px 16px;transition:background .25s;min-height:104px;
}
.logos a:hover{background:var(--card-bg)}
.logos img{max-height:56px;max-width:100%;width:auto;object-fit:contain;filter:grayscale(1);opacity:.62;transition:filter .25s,opacity .25s}
.logos a:hover img{filter:grayscale(0);opacity:1}
@media(max-width:833px){.logos{grid-template-columns:repeat(2,1fr)}}

/* ============ SPECS ============ */
.spec-block{border-top:1px solid var(--hl-12)}
.spec-block:last-of-type{border-bottom:1px solid var(--hl-12)}
.spec-head{display:flex;align-items:center;gap:14px;padding:26px 0;cursor:pointer;user-select:none;min-height:72px}
.spec-head h3{font-size:21px;font-weight:600;letter-spacing:-.03em}
.spec-head .tag{font-size:12px;color:var(--mute-l)}
.spec-head .plus{margin-left:auto;width:20px;height:20px;position:relative;flex-shrink:0;transition:transform .4s}
.spec-head .plus::before,.spec-head .plus::after{content:"";position:absolute;background:var(--ink);left:50%;top:50%}
.spec-head .plus::before{width:12px;height:1.5px;margin:-.75px 0 0 -6px}
.spec-head .plus::after{width:1.5px;height:12px;margin:-6px 0 0 -.75px;transition:transform .4s}
.spec-block.open .plus{transform:rotate(90deg)}
.spec-block.open .plus::after{transform:scaleY(0)}
.spec-body{max-height:0;overflow:hidden;transition:max-height .55s cubic-bezier(.2,.6,.2,1)}
.specs{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:8px 0 40px}
.spec h4{font-size:12px;color:var(--mute-l);font-weight:400;margin-bottom:12px}
.spec ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.spec li{font-size:15px;letter-spacing:-.015em;color:var(--ink)}
@media(max-width:833px){.specs{grid-template-columns:repeat(2,1fr);gap:28px}}
@media(max-width:520px){.specs{grid-template-columns:1fr}}

/* ============ CONTACT ============ */
.info{display:grid;grid-template-columns:repeat(3,1fr);gap:44px 20px;margin-top:64px;text-align:center}
.info h4{font-size:12px;color:var(--mute-l);font-weight:400;margin-bottom:8px}
.info p,.info a{font-size:17px;letter-spacing:-.015em}
.info a:hover{text-decoration:underline}
.info .s{font-size:14px;color:var(--mute-l);margin-top:2px}
@media(max-width:734px){.info{grid-template-columns:1fr;gap:34px}}

/* ============ ATMOS ============ */
.atmos{padding:150px 0;text-align:center;overflow:hidden}
.atmos .h2{margin-bottom:18px}
.dolby{
  display:inline-block;font-size:11px;letter-spacing:.3em;text-indent:.3em;
  text-transform:uppercase;color:var(--mute-l);margin-bottom:22px;
}
.atmos .shot{max-width:900px;margin:56px auto 0;aspect-ratio:21/9}

/* ============ MENTIONS LÉGALES ============ */
.legal h2{font-size:clamp(24px,2.6vw,30px);font-weight:600;letter-spacing:-.03em;margin:52px 0 18px}
.legal h2:first-child{margin-top:0}
.legal h3{font-size:17px;font-weight:600;letter-spacing:-.02em;margin:26px 0 10px}
.legal p{font-size:15px;line-height:1.7;color:var(--text-2);margin-bottom:14px;max-width:700px}
.legal ul{list-style:none;margin:0 0 14px;display:flex;flex-direction:column;gap:6px}
.legal li{font-size:15px;line-height:1.6;color:var(--text-2)}
.legal a{border-bottom:1px solid var(--hl-3)}
.legal .block{background:var(--grey);border-radius:14px;padding:22px 26px;margin-bottom:20px}

/* ============ FOOTER ============ */
.foot{background:var(--grey);color:var(--mute-l);padding:42px 0 34px;font-size:12px;line-height:1.6}
.foot-top{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid var(--hl-1);margin-bottom:16px}
.foot-nav{display:flex;gap:22px;flex-wrap:wrap}
.foot-nav a:hover{text-decoration:underline;color:var(--ink)}
