.collection-view{position:fixed;inset:0;z-index:8;display:none;overflow:auto;padding:clamp(24px,4vw,64px);background:#10100ff9;color:#fff}
.collection-view.open{display:block}
.collection-view-header{display:flex;justify-content:space-between;align-items:start;gap:24px;max-width:1500px;margin:0 auto 38px;padding-bottom:24px;border-bottom:1px solid #ffffff38}
.collection-view-header h2{font:400 clamp(2.2rem,5vw,5rem)/1.08 Italiana,Georgia,serif;margin:12px 0;color:#eae6df}
.collection-view-header p{font-size:1rem;color:#e1d7c9;margin:8px 0 0}
.collection-view-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,290px),1fr));gap:28px;max-width:1500px;margin:auto}
.collection-view-grid .album-card{width:100%;max-width:420px}
.collection-view-grid .album-stack{height:270px}
.collection-card .album-meta span{font-size:.8rem;letter-spacing:.13em;text-transform:uppercase;color:#d7c2a0}
@media(max-width:700px){.collection-view-grid{grid-template-columns:1fr}.collection-view-grid .album-stack{height:290px}}
