
:root {
  --bg: #071017;
  --bg-soft: #0d1922;
  --panel: #101f29;
  --panel-2: #152832;
  --text: #f5f1e8;
  --muted: #9aa9b1;
  --line: rgba(255,255,255,.13);
  --blue: #56c8ff;
  --blue-deep: #138ac2;
  --amber: #e9a755;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Manrope, Arial, sans-serif; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 12px 16px; background: var(--text); color: var(--bg); }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.is-scrolled { height: 76px; background: rgba(7,16,23,.9); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: "Space Grotesk", sans-serif; font-weight: 700; letter-spacing: .16em; font-size: .95rem; }
.brand-role { color: rgba(255,255,255,.63); font-size: .66rem; margin-top: 7px; letter-spacing: .03em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .83rem; font-weight: 600; }
.site-nav a { color: rgba(255,255,255,.74); transition: color .2s; }
.site-nav a:hover, .site-nav a.is-current { color: white; }
.site-nav .nav-cta { border: 1px solid rgba(255,255,255,.35); padding: 10px 18px; border-radius: 999px; }
.site-nav .nav-cta:hover { background: white; color: var(--bg); }
.menu-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 9px; position: relative; z-index: 60; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 5px 0; transition: .25s; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media, .page-hero-media { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.02); }
.hero-home .hero-media { background-image: url('../images/hero-main.webp'); background-position: center 42%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,9,14,.9) 0%, rgba(3,9,14,.55) 45%, rgba(3,9,14,.12) 78%), linear-gradient(0deg, rgba(3,9,14,.88) 0%, transparent 47%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 9vh; }
.eyebrow { margin: 0 0 18px; color: var(--blue); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 700; }
h1,h2,h3 { font-family: "Space Grotesk", sans-serif; line-height: 1.03; margin-top: 0; }
.hero h1 { font-size: clamp(4.2rem, 9vw, 9rem); letter-spacing: -.065em; max-width: 900px; margin-bottom: 30px; }
.hero-lead { font-size: clamp(1.05rem, 1.5vw, 1.35rem); color: rgba(255,255,255,.78); max-width: 660px; margin: 0 0 32px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 700; font-size: .82rem; transition: .25s ease; }
.button-primary { background: var(--blue); color: #061019; }
.button-primary:hover { background: white; transform: translateY(-2px); }
.button-ghost { border: 1px solid rgba(255,255,255,.33); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: white; }
.hero-facts { list-style: none; display: flex; flex-wrap: wrap; gap: 0; padding: 0; margin: 48px 0 0; color: rgba(255,255,255,.56); font-size: .77rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-facts li + li::before { content: "·"; margin: 0 16px; color: var(--amber); }
.scroll-cue { position: absolute; right: 4vw; bottom: 6vh; z-index: 3; width: 42px; height: 64px; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; display: grid; place-items: start center; padding-top: 12px; }
.scroll-cue span { width: 3px; height: 9px; background: white; border-radius: 4px; animation: scrollcue 1.8s infinite; }
@keyframes scrollcue { 0%{transform:translateY(0);opacity:1} 70%{transform:translateY(24px);opacity:0} 100%{transform:translateY(0);opacity:0} }

.section { padding: 120px 0; }
.split-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12vw; align-items: start; }
.section-heading h2, .section-intro h2, .offer-header h2 { font-size: clamp(3rem, 5.5vw, 6.2rem); letter-spacing: -.055em; margin-bottom: 0; }
.large-copy { font-size: clamp(1.25rem, 2vw, 1.9rem); line-height: 1.55; color: rgba(255,255,255,.82); }
.large-copy p:first-child { margin-top: 0; }
.large-copy p + p { color: var(--muted); }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: var(--blue); font-size: .86rem; font-weight: 700; margin-top: 18px; border-bottom: 1px solid rgba(86,200,255,.35); padding-bottom: 6px; }
.section-manifesto { background: radial-gradient(circle at 18% 20%, rgba(28,118,156,.16), transparent 32%); }
.section-doors { background: #09141c; border-block: 1px solid var(--line); }
.section-intro { max-width: 900px; margin-bottom: 58px; }
.door-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.door-card { padding: 34px 34px 18px 0; min-height: 330px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.door-card + .door-card { padding-left: 34px; }
.door-card:last-child { border-right: 0; }
.door-index { color: var(--amber); font-size: .72rem; letter-spacing: .15em; }
.door-card h3 { font-size: 2.2rem; margin: 52px 0 18px; }
.door-card p { color: var(--muted); margin: 0; }
.door-card a { margin-top: auto; padding-top: 35px; color: var(--blue); font-weight: 700; font-size: .84rem; }
.featured-release { background: var(--bg-soft); }
.feature-grid { display: grid; grid-template-columns: minmax(300px,.82fr) 1.18fr; gap: 9vw; align-items: center; }
.album-visual { position: relative; }
.album-visual::before { content: ""; position: absolute; inset: 8% -10% -8% 10%; border: 1px solid rgba(86,200,255,.22); z-index: 0; }
.album-visual img { position: relative; z-index: 1; box-shadow: var(--shadow); }
.feature-copy h2 { font-size: clamp(3.2rem, 6vw, 6.8rem); letter-spacing: -.06em; margin-bottom: 30px; }
.feature-copy > p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 1.17rem; max-width: 660px; }
.feature-copy .credits { color: var(--muted); font-size: .82rem; margin: 30px 0; }
.studio-teaser { padding: 0; position: relative; min-height: 760px; display: flex; align-items: end; }
.studio-image { position: absolute; inset: 0; }
.studio-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,12,17,.96), rgba(5,12,17,.25)), linear-gradient(0deg, rgba(5,12,17,.92), transparent 50%); }
.studio-image img { width: 100%; height: 100%; object-fit: cover; }
.studio-copy-wrap { position: relative; z-index: 2; padding-bottom: 90px; }
.studio-copy { max-width: 650px; }
.studio-copy h2 { font-size: clamp(3.2rem, 6vw, 6.5rem); letter-spacing: -.06em; }
.studio-copy p:not(.eyebrow) { color: rgba(255,255,255,.75); font-size: 1.12rem; margin-bottom: 30px; }

.page-hero { min-height: 82svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero-collab .page-hero-media { background-image: url('../images/hero-collaborations.webp'); background-position: center; }
.page-hero-studio .page-hero-media { background-image: url('../images/hero-studio.webp'); background-position: center; }
.page-hero-content { position: relative; z-index: 2; padding-bottom: 9vh; }
.page-hero h1 { font-size: clamp(4rem, 8vw, 8.3rem); letter-spacing: -.065em; margin-bottom: 24px; }
.page-hero-content > p:last-child { color: rgba(255,255,255,.75); max-width: 680px; font-size: 1.18rem; }
.offer-section { background: var(--bg-soft); }
.offer-header { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin-bottom: 75px; }
.offer-lead { color: var(--muted); font-size: 1.12rem; margin-bottom: 5px; }
.info-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.info-card { padding: 32px 26px 32px 0; border-right: 1px solid var(--line); }
.info-card + .info-card { padding-left: 26px; }
.info-card:last-child { border-right: 0; }
.info-card h3 { font-size: 1.45rem; margin: 12px 0 18px; }
.info-card p { color: var(--muted); font-size: .91rem; }
.practical-panel { margin-top: 70px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; display: grid; grid-template-columns: 1fr 1.3fr 1fr auto; gap: 34px; align-items: center; }
.practical-panel .label { display:block; color: var(--blue); text-transform: uppercase; font-size: .65rem; letter-spacing: .15em; margin-bottom: 9px; }
.practical-panel strong { font-family: "Space Grotesk"; display:block; font-size: 1.03rem; }
.practical-panel p { color: var(--muted); font-size: .78rem; margin: 5px 0 0; }
.collaboration-section { background: #071017; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 70px .85fr 1.15fr; gap: 30px; align-items: baseline; border-bottom: 1px solid var(--line); padding: 29px 0; }
.service-row > span { color: var(--amber); font-size: .7rem; letter-spacing: .15em; }
.service-row h3 { font-size: 1.6rem; margin: 0; }
.service-row p { margin: 0; color: var(--muted); }
.references-section { background: var(--bg-soft); }
.reference-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.reference-card { background: var(--panel); border: 1px solid var(--line); display: grid; grid-template-columns: 44% 56%; overflow: hidden; }
.reference-card img { width: 100%; height: 100%; object-fit: cover; }
.reference-card > div { padding: 36px; }
.reference-card h3 { font-size: 2rem; margin: 0 0 18px; }
.reference-card p:not(.eyebrow) { color: var(--muted); }

.studio-intro { background: radial-gradient(circle at 75% 30%, rgba(233,167,85,.09), transparent 30%); }
.capability-section { background: var(--bg-soft); border-block: 1px solid var(--line); }
.capability-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.capability-grid span { padding: 27px 20px 27px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: "Space Grotesk"; font-size: 1.25rem; }
.capability-grid span:nth-child(4n+1):not(:first-child) { padding-left: 20px; }
.capability-grid span:nth-child(4n) { border-right: 0; padding-left: 20px; }
.capability-grid span:nth-child(4n+2), .capability-grid span:nth-child(4n+3) { padding-left:20px; }
.studio-gallery { display: grid; grid-template-columns: 1fr 1fr; }
.studio-gallery img { width: 100%; aspect-ratio: 16/8; object-fit: cover; }
.session-section { background: var(--blue); color: #061019; }
.session-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; }
.session-grid .eyebrow { color: rgba(6,16,25,.6); }
.session-grid h2 { font-size: clamp(4rem,8vw,8rem); letter-spacing: -.07em; margin: 0; }
.session-grid h2 small { font-size: .28em; letter-spacing: -.02em; }
.session-copy { font-size: 1.15rem; }
.session-copy .fine-print { font-size: .82rem; color: rgba(6,16,25,.68); }
.session-section .button-primary { background: #061019; color: white; margin-top: 20px; }
.equipment-section { background: #071017; }
.equipment-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); margin-bottom: 56px; }
.equipment-card { padding: 32px 28px 20px 0; border-right: 1px solid var(--line); }
.equipment-card + .equipment-card { padding-left: 28px; }
.equipment-card:last-child { border-right: 0; }
.equipment-card > span { color: var(--amber); font-size: .7rem; }
.equipment-card h3 { font-size: 1.45rem; margin: 45px 0 18px; }
.equipment-card p { color: var(--muted); font-size: .9rem; }
.equipment-details { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--bg-soft); }
.equipment-details summary { list-style: none; cursor: pointer; padding: 24px 28px; display:flex; justify-content:space-between; font-weight:700; }
.equipment-details summary::-webkit-details-marker { display:none; }
.equipment-details summary span { color: var(--blue); font-size: 1.4rem; transition:.2s; }
.equipment-details[open] summary span { transform: rotate(45deg); }
.equipment-details-content { padding: 10px 28px 30px; border-top: 1px solid var(--line); columns: 2; column-gap: 48px; }
.equipment-details-content h3 { font-size: 1.1rem; break-after: avoid; margin-top: 25px; }
.equipment-details-content p { color: var(--muted); font-size: .84rem; break-inside: avoid; }

.discography-hero { padding: 180px 0 0; overflow: hidden; background: radial-gradient(circle at 30% 15%, rgba(86,200,255,.13), transparent 30%); }
.discography-hero h1 { font-size: clamp(4rem,8vw,8.2rem); letter-spacing: -.065em; margin-bottom: 28px; }
.discography-hero .container > p:last-child { max-width: 720px; font-size: 1.15rem; color: var(--muted); }
.cover-strip { display: flex; width: max-content; gap: 16px; margin-top: 80px; transform: translateX(-4vw) rotate(-2.2deg); }
.cover-strip img { width: clamp(190px, 21vw, 340px); aspect-ratio:1; object-fit:cover; box-shadow: var(--shadow); }
.discography-section { background: var(--bg-soft); }
.filters { display:flex; flex-wrap:wrap; gap:10px; margin-bottom: 30px; }
.filter-button { border: 1px solid var(--line); background: transparent; color: var(--muted); border-radius:999px; padding:10px 17px; cursor:pointer; transition:.2s; font-size:.8rem; font-weight:700; }
.filter-button:hover, .filter-button.is-active { background: white; color: var(--bg); border-color:white; }
.streaming-note { color: var(--muted); max-width: 760px; font-size: .83rem; margin: 0 0 55px; }
.streaming-note strong { color: var(--text); }
.album-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:36px 24px; }
.album-card { min-width:0; }
.album-card[hidden] { display:none; }
.album-cover { display:block; position:relative; width:100%; aspect-ratio:1; overflow:hidden; background:var(--panel); }
.album-cover img { width:100%; height:100%; aspect-ratio:1; object-fit:cover; transition:transform .45s ease, filter .45s ease; }
.album-action { position:absolute; inset:auto 14px 14px; display:flex; align-items:center; justify-content:space-between; padding:13px 15px; background:rgba(7,16,23,.88); backdrop-filter:blur(12px); border:1px solid rgba(255,255,255,.16); border-radius:10px; transform:translateY(140%); transition:.3s; font-size:.72rem; font-weight:700; }
.album-cover:hover img { transform:scale(1.035); filter:brightness(.72); }
.album-cover:hover .album-action { transform:translateY(0); }
.album-meta { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; padding-top:17px; }
.album-meta p { margin:0 0 5px; color:var(--amber); font-size:.62rem; font-weight:700; letter-spacing:.11em; text-transform:uppercase; }
.album-meta h3 { margin:0; font-size:1.18rem; line-height:1.15; letter-spacing:-.025em; }
.album-meta > span { flex:0 0 auto; color:var(--muted); font-size:.72rem; padding-top:3px; }
.album-description { display:block; margin:11px 0 0; color:var(--muted); font-size:.82rem; line-height:1.55; }
.empty-state { color:var(--muted); padding:60px 0; }

.site-footer { background: #040a0e; border-top: 1px solid var(--line); padding-top: 100px; }
.footer-main { display:grid; grid-template-columns:1.15fr .85fr; gap:80px; align-items:end; padding-bottom:90px; }
.footer-main h2 { font-size:clamp(3.2rem,6vw,6.7rem); letter-spacing:-.06em; margin:0; }
.footer-actions { display:flex; flex-direction:column; align-items:flex-start; gap:22px; }
.mail-link { color:var(--muted); font-size:.9rem; border-bottom:1px solid var(--line); }
.footer-bottom { border-top:1px solid var(--line); min-height:90px; display:flex; align-items:center; justify-content:space-between; gap:30px; color:#67757c; font-size:.7rem; }
.social-links { display:flex; flex-wrap:wrap; gap:25px; }
.social-links a:hover { color:white; }

.reveal { opacity:0; transform:translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.scroll-cue span{animation:none}*{transition-duration:.01ms!important} }

@media (max-width: 1050px) {
  .site-nav { gap:18px; }
  .info-grid, .equipment-grid { grid-template-columns:repeat(2,1fr); }
  .info-card:nth-child(2), .equipment-card:nth-child(2) { border-right:0; }
  .info-card:nth-child(3), .info-card:nth-child(4), .equipment-card:nth-child(3), .equipment-card:nth-child(4) { border-top:1px solid var(--line); }
  .info-card:nth-child(3), .equipment-card:nth-child(3) { padding-left:0; }
  .practical-panel { grid-template-columns:1fr 1fr; }
  .reference-card { grid-template-columns:1fr; }
  .reference-card img { aspect-ratio:16/10; }
  .album-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .container { width:min(var(--max), calc(100% - 32px)); }
  .site-header { height:76px; padding:0 20px; }
  .brand-role { display:none; }
  .menu-toggle { display:block; cursor:pointer; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .site-nav { position:fixed; inset:0; background:#071017; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:22px; padding:80px 24px; transform:translateX(100%); transition:.3s ease; font-size:1.55rem; }
  .site-nav.is-open { transform:none; }
  .site-nav .nav-cta { font-size:.9rem; margin-top:18px; }
  .hero h1 { font-size:clamp(3.8rem,17vw,6.6rem); }
  .hero-content { padding-bottom:11vh; }
  .hero-overlay { background:linear-gradient(90deg,rgba(3,9,14,.85),rgba(3,9,14,.25)),linear-gradient(0deg,rgba(3,9,14,.95),transparent 65%); }
  .scroll-cue { display:none; }
  .section { padding:85px 0; }
  .split-grid, .feature-grid, .offer-header, .session-grid, .footer-main { grid-template-columns:1fr; gap:48px; }
  .door-grid { grid-template-columns:1fr; }
  .door-card, .door-card + .door-card { padding:28px 0; min-height:260px; border-right:0; border-bottom:1px solid var(--line); }
  .door-card:last-child { border-bottom:0; }
  .door-card h3 { margin-top:35px; }
  .album-visual { max-width:520px; }
  .studio-teaser { min-height:700px; }
  .page-hero { min-height:74svh; }
  .page-hero h1 { font-size:clamp(3.7rem,15vw,6.8rem); }
  .practical-panel { grid-template-columns:1fr; }
  .service-row { grid-template-columns:45px 1fr; }
  .service-row p { grid-column:2; }
  .reference-grid { grid-template-columns:1fr; }
  .capability-grid { grid-template-columns:repeat(2,1fr); }
  .capability-grid span:nth-child(odd) { padding-left:0; border-right:1px solid var(--line); }
  .capability-grid span:nth-child(even) { padding-left:20px; border-right:0; }
  .studio-gallery { grid-template-columns:1fr; }
  .equipment-details-content { columns:1; }
  .album-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .footer-main { padding-bottom:60px; }
  .footer-bottom { padding:26px 0; flex-direction:column; align-items:flex-start; }
}
@media (max-width: 560px) {
  .hero h1 { font-size:3.6rem; }
  .hero-home .hero-media { background-position:60% center; }
  .hero-facts { display:block; line-height:2.2; }
  .hero-facts li + li::before { content:none; }
  .button-row .button { width:100%; }
  .section-heading h2, .section-intro h2, .offer-header h2 { font-size:3.1rem; }
  .feature-copy h2, .studio-copy h2 { font-size:3.5rem; }
  .info-grid, .equipment-grid { grid-template-columns:1fr; }
  .info-card, .info-card + .info-card, .equipment-card, .equipment-card + .equipment-card { padding:28px 0; border-right:0; border-top:1px solid var(--line); }
  .info-card:first-child, .equipment-card:first-child { border-top:0; }
  .capability-grid { grid-template-columns:1fr; }
  .capability-grid span, .capability-grid span:nth-child(n) { padding:20px 0; border-right:0; }
  .album-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
  .album-action { inset:auto 8px 8px; padding:9px 10px; font-size:.61rem; transform:none; }
  .cover-strip { margin-top:55px; }
  .discography-hero { padding-top:135px; }
  .discography-hero h1 { font-size:3.7rem; }
  .footer-main h2 { font-size:3.3rem; }
}

/* ==========================================================
   CORRECTION DISCOGRAPHIE — pochettes carrées + textes visibles
   Ces règles finales priment sur d'éventuelles anciennes versions.
   ========================================================== */
.album-grid {
  align-items: start;
}

.album-card {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
}

.album-cover {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

.album-cover img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

.album-meta {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.album-description {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 11px 0 0 !important;
  color: var(--muted) !important;
  font-size: .82rem !important;
  line-height: 1.55 !important;
}

/* Correction indispensable pour le filtrage :
   le JavaScript applique l'attribut hidden aux albums à masquer. */
.album-card[hidden] {
  display: none !important;
}
