/* =========================================================
   Music FM — Albums 2026
   Hero בסגנון artists.php + עמוד אלבומים V2
========================================================= */

.albums-2026-page{
    direction:rtl;
    padding-top:24px;
    padding-bottom:76px;
    color:#111827;
}

.albums-2026-page a{
    color:inherit;
    text-decoration:none;
}

/* Hero */
.albums-2026-hero{
    position:relative;
    display:grid;
    grid-template-columns:1fr 300px;
    gap:24px;
    align-items:stretch;
    margin-bottom:18px;
    overflow:hidden;
    border:1px solid rgba(20,124,255,.18);
    border-radius:4px;
    background:
        radial-gradient(circle at 18% 0%,rgba(89,199,255,.20),transparent 34%),
        radial-gradient(circle at 80% 20%,rgba(20,124,255,.18),transparent 34%),
        linear-gradient(135deg,#071832 0%,#08295b 52%,#031126 100%);
    color:#fff;
    box-shadow:
        0 14px 36px rgba(15,35,70,.13),
        inset 0 1px 0 rgba(255,255,255,.06);
}

.albums-2026-hero::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0,rgba(255,255,255,.018) 1px,transparent 1px,transparent 118px);
    opacity:.52;
}

.albums-2026-hero-content,
.albums-2026-counter{
    position:relative;
    z-index:2;
}

.albums-2026-hero-content{
    padding:44px;
}

.albums-2026-hero-content > span,
.albums-2026-feature-content > span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 11px;
    border-radius:3px;
    background:#147cff;
    color:#fff;
    font-size:12px;
    line-height:1;
    font-weight:950;
}

.albums-2026-hero h1{
    margin:18px 0 12px;
    color:#fff;
    font-size:64px;
    line-height:.95;
    font-weight:950;
    letter-spacing:-2px;
}

.albums-2026-hero p{
    max-width:760px;
    margin:0;
    color:rgba(255,255,255,.83);
    font-size:18px;
    line-height:1.68;
    font-weight:760;
}

.albums-2026-search{
    display:grid;
    grid-template-columns:1fr 118px;
    gap:10px;
    max-width:720px;
    margin-top:24px;
}

.albums-2026-search input{
    min-height:54px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:3px;
    background:rgba(255,255,255,.95);
    color:#111827;
    padding:0 18px;
    font:inherit;
    font-weight:850;
    outline:0;
}

.albums-2026-search input:focus{
    border-color:#59c7ff;
    box-shadow:0 0 0 3px rgba(89,199,255,.18);
}

.albums-2026-search button{
    min-height:54px;
    border:0;
    border-radius:3px;
    background:#147cff;
    color:#fff;
    font:inherit;
    font-weight:950;
    cursor:pointer;
}

.albums-2026-counter{
    display:grid;
    place-items:center;
    align-content:center;
    text-align:center;
    padding:30px;
    background:rgba(3,8,18,.24);
    border-inline-start:1px solid rgba(255,255,255,.10);
}

.albums-2026-counter strong{
    color:#59c7ff;
    font-size:62px;
    line-height:1;
    font-weight:950;
}

.albums-2026-counter small{
    margin-top:8px;
    color:rgba(255,255,255,.78);
    font-weight:850;
}

/* Tools */
.albums-2026-tools{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin:0 0 18px;
    padding:12px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 9px 24px rgba(15,35,70,.055);
}

.albums-2026-years{
    display:flex;
    gap:7px;
    overflow-x:auto;
    scrollbar-width:none;
}

.albums-2026-years::-webkit-scrollbar{display:none;}

.albums-2026-years button,
.albums-2026-tools > a,
.albums-2026-tags button{
    flex:0 0 auto;
    min-height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 13px;
    border:1px solid #dfe7f3;
    border-radius:3px;
    background:#f8fbff;
    color:#111827;
    font:inherit;
    font-size:14px;
    font-weight:950;
    cursor:pointer;
}

.albums-2026-years button.active{
    background:#147cff;
    border-color:#147cff;
    color:#fff;
}

.albums-2026-tools > a{
    color:#147cff;
}

/* Featured */
.albums-2026-feature{
    overflow:hidden;
    margin-bottom:20px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 14px 34px rgba(15,35,70,.07);
}

.albums-2026-feature a{
    display:grid;
    grid-template-columns:330px minmax(0,1fr);
    min-height:320px;
}

.albums-2026-feature-cover{
    position:relative;
    overflow:hidden;
    background:#071832;
}

.albums-2026-feature-cover::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 42%,rgba(3,8,18,.50));
    pointer-events:none;
}

.albums-2026-feature-cover img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transform:scale(1.01);
    transition:transform .5s ease;
}

.albums-2026-feature:hover img{transform:scale(1.06);}

.albums-2026-feature-content{
    display:grid;
    align-content:center;
    gap:13px;
    padding:38px;
    background:
        radial-gradient(circle at 14% 10%,rgba(89,199,255,.12),transparent 30%),
        linear-gradient(180deg,#fff,#f8fbff);
}

.albums-2026-feature h2{
    margin:0;
    color:#071832;
    font-size:44px;
    line-height:1.04;
    font-weight:950;
    letter-spacing:-1.2px;
    text-wrap:balance;
}

.albums-2026-feature p{
    max-width:720px;
    margin:0;
    color:#475569;
    font-size:17px;
    line-height:1.75;
    font-weight:760;
}

.albums-2026-feature-content div{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    color:#667085;
    font-weight:850;
}

.albums-2026-feature-content b{
    color:#111827;
}

.albums-2026-feature-content em{
    font-style:normal;
}

.albums-2026-feature-content strong{
    width:max-content;
    min-height:42px;
    display:inline-flex;
    align-items:center;
    padding:0 18px;
    border-radius:3px;
    background:#071832;
    color:#fff;
    font-size:14px;
    font-weight:950;
}

/* Section */
.albums-2026-section{
    padding:20px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 10px 26px rgba(15,35,70,.045);
}

.albums-2026-section > header{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
}

.albums-2026-section > header span{
    height:1px;
    background:#111827;
    opacity:.20;
}

.albums-2026-section h2,
.albums-2026-sidebox h2{
    margin:0;
    color:#071832;
    font-size:28px;
    line-height:1;
    font-weight:950;
    white-space:nowrap;
}

/* Grid */
.albums-2026-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:16px;
}

.albums-2026-card{
    position:relative;
    overflow:hidden;
    min-height:332px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    color:#111827;
    box-shadow:0 9px 24px rgba(15,35,70,.055);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.albums-2026-card:hover{
    transform:translateY(-3px);
    border-color:rgba(20,124,255,.32);
    box-shadow:0 18px 38px rgba(15,35,70,.10);
}

.albums-2026-cover{
    position:relative;
    aspect-ratio:1/1;
    overflow:hidden;
    background:#071832;
}

.albums-2026-cover::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg,transparent 46%,rgba(3,8,18,.72) 100%),
        radial-gradient(circle at 20% 10%,rgba(20,124,255,.18),transparent 32%);
    pointer-events:none;
}

.albums-2026-cover img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    border-radius:0 !important;
    transform:scale(1.01);
    transition:transform .45s ease, filter .35s ease;
}

.albums-2026-card:hover .albums-2026-cover img{
    transform:scale(1.06);
    filter:saturate(1.08);
}

.albums-2026-cover span{
    position:absolute;
    right:12px;
    top:12px;
    z-index:2;
    min-width:36px;
    height:28px;
    display:grid;
    place-items:center;
    border-radius:3px;
    background:#147cff;
    color:#fff;
    font-size:13px;
    font-weight:950;
}

.albums-2026-card-body{
    padding:14px 15px 9px;
}

.albums-2026-card-body small{
    display:block;
    color:#147cff;
    font-size:12px;
    font-weight:950;
}

.albums-2026-card strong{
    display:block;
    margin-top:7px;
    color:#111827;
    font-size:19px;
    line-height:1.22;
    font-weight:950;
}

.albums-2026-card em{
    display:block;
    margin-top:6px;
    color:#667085;
    font-style:normal;
    font-weight:800;
}

.albums-2026-card-foot{
    display:flex;
    justify-content:space-between;
    gap:8px;
    padding:0 15px 15px;
    color:#667085;
    font-size:12px;
    font-weight:850;
}

.albums-2026-card-foot span{color:#147cff;font-weight:950;}
.albums-2026-card-foot b{font-weight:850;}

/* Bottom */
.albums-2026-bottom{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:16px;
    margin-top:18px;
}

.albums-2026-sidebox{
    padding:18px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 10px 26px rgba(15,35,70,.045);
}

.albums-2026-sidebox header{
    padding-bottom:14px;
    margin-bottom:12px;
    border-bottom:3px double #111827;
}

.albums-2026-sidebox > a{
    min-height:58px;
    display:grid;
    grid-template-columns:36px minmax(0,1fr);
    align-items:center;
    gap:10px;
    padding:10px 0;
    border-bottom:1px solid #e4ebf5;
}

.albums-2026-sidebox > a b{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:4px;
    background:#071832;
    color:#fff;
    font-weight:950;
}

.albums-2026-sidebox > a span{display:grid;gap:4px;}
.albums-2026-sidebox > a strong{color:#111827;font-size:14px;line-height:1.35;font-weight:900;}
.albums-2026-sidebox > a small{color:#667085;font-size:12px;font-weight:850;}

.albums-2026-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.albums-2026-tags button{
    gap:8px;
}

.albums-2026-tags button strong{
    color:#147cff;
}

/* Empty */
.albums-2026-empty{
    padding:34px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 9px 24px rgba(15,35,70,.055);
}

.albums-2026-empty span{color:#147cff;font-size:12px;font-weight:950;}
.albums-2026-empty h2{margin:8px 0;color:#111827;font-size:30px;font-weight:950;}
.albums-2026-empty p{margin:0;color:#667085;line-height:1.65;font-weight:750;}
.albums-2026-empty a{
    display:inline-flex;
    align-items:center;
    min-height:40px;
    margin-top:16px;
    padding:0 14px;
    border-radius:3px;
    background:#147cff;
    color:#fff;
    font-weight:950;
}

/* JS states */
[data-albums-page].is-filtering [data-albums-grid]{opacity:.35; transform:translateY(8px); pointer-events:none;}
[data-albums-grid]{transition:opacity .22s ease, transform .22s ease;}
[data-album-card]{transition:opacity .22s ease, transform .22s ease, box-shadow .18s ease, border-color .18s ease !important;}
[data-album-card].is-hidden{display:none !important;}
[data-album-card].is-entering{opacity:0; transform:translateY(10px);}
[data-albums-page].is-leaving{opacity:.35; transform:translateY(8px); transition:opacity .18s ease, transform .18s ease;}

/* Responsive */
@media(max-width:1200px){
    .albums-2026-grid{grid-template-columns:repeat(4,1fr);}
    .albums-2026-bottom{grid-template-columns:1fr 1fr;}
}

@media(max-width:980px){
    .albums-2026-hero{grid-template-columns:1fr;}
    .albums-2026-counter{min-height:120px;border-inline-start:0;border-top:1px solid rgba(255,255,255,.10);}
    .albums-2026-grid{grid-template-columns:repeat(3,1fr);}
    .albums-2026-feature a{grid-template-columns:1fr;}
    .albums-2026-feature-cover{height:310px;}
}

@media(max-width:720px){
    .albums-2026-page{padding-top:16px;}
    .albums-2026-hero{margin-inline:-9px;border-radius:0 0 4px 4px;}
    .albums-2026-hero-content{padding:28px 22px;}
    .albums-2026-hero h1{font-size:42px;letter-spacing:-1px;}
    .albums-2026-hero p{font-size:15px;}
    .albums-2026-search{grid-template-columns:1fr;}
    .albums-2026-search input,
    .albums-2026-search button{min-height:50px;}
    .albums-2026-tools{display:block;}
    .albums-2026-tools > a{margin-top:10px;}
    .albums-2026-feature-content{padding:24px 20px;}
    .albums-2026-feature h2{font-size:31px;}
    .albums-2026-feature p{font-size:15px;}
    .albums-2026-section{padding:15px;}
    .albums-2026-section h2,
    .albums-2026-sidebox h2{font-size:22px;}
    .albums-2026-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
    .albums-2026-card{min-height:286px;}
    .albums-2026-card strong{font-size:16px;}
    .albums-2026-card-foot{display:grid;gap:4px;}
    .albums-2026-bottom{grid-template-columns:1fr;}
}

@media(max-width:420px){
    .albums-2026-grid{grid-template-columns:1fr;}
    .albums-2026-card{min-height:auto;}
}

@media(prefers-reduced-motion: reduce){
    .albums-2026-page *,
    .albums-2026-page *::before,
    .albums-2026-page *::after{
        animation:none !important;
        transition:none !important;
        transform:none !important;
    }
}
