.album-hero {
    max-width: 820px;
    margin: 0 auto 2rem;
    padding: 2.2rem 1rem 0.6rem;
    text-align: center;
}

.album-hero h4 {
    margin: 0;
    color: #3e3835;
    font-family: 'Noto Serif SC', serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0;
}

.album-kicker {
    margin: 0 0 0.45rem;
    color: #d8586b;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.album-subtitle {
    max-width: 560px;
    margin: 0.65rem auto 0;
    color: #928680;
    font-size: 0.98rem;
    line-height: 1.8;
}

.album-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto 4rem;
    padding: 0 1rem 0 2.6rem;
}

.album-timeline::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 1.55rem;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(216, 88, 107, 0.35), rgba(119, 172, 160, 0.35));
}

.album-item {
    position: relative;
    margin-bottom: 1.25rem;
}

.timeline-dot {
    position: absolute;
    top: 2.15rem;
    left: -1.62rem;
    z-index: 2;
    width: 0.82rem;
    height: 0.82rem;
    border: 3px solid #ffffff;
    border-radius: 999px;
    background: #d8586b;
    box-shadow: 0 4px 14px rgba(216, 88, 107, 0.28);
}

.album-summary {
    display: grid;
    grid-template-columns: 7.8rem minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    width: 100%;
    min-height: 7.6rem;
    padding: 0.9rem 1.1rem;
    border: 1px solid rgba(95, 79, 73, 0.1);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 12px 35px rgba(95, 79, 73, 0.1);
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.album-summary:hover {
    transform: translateY(-2px);
    border-color: rgba(216, 88, 107, 0.26);
    box-shadow: 0 16px 45px rgba(95, 79, 73, 0.16);
}

.album-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.8rem;
    height: 5.9rem;
    overflow: hidden;
    border-radius: 0.9rem;
    background: #efe9e6;
}

.album-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.album-summary:hover .album-cover img {
    transform: scale(1.04);
}

.album-cover-empty {
    color: #b4aaa4;
    font-size: 0.78rem;
    font-weight: 700;
}

.album-info {
    display: block;
    min-width: 0;
}

.album-info time {
    display: inline-flex;
    margin-bottom: 0.45rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    color: #d8586b;
    background: rgba(216, 88, 107, 0.1);
    font-size: 0.82rem;
    font-weight: 700;
}

.album-info strong {
    display: block;
    color: #3f3835;
    font-family: 'Noto Serif SC', serif;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.45;
    word-break: break-word;
}

.album-info em {
    display: block;
    margin-top: 0.36rem;
    color: #958982;
    font-size: 0.9rem;
    font-style: normal;
}

.album-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.5rem;
    min-height: 2.4rem;
    padding: 0 0.9rem;
    border-radius: 999px;
    color: #ffffff;
    background: #d8586b;
    font-size: 0.88rem;
    font-weight: 700;
    white-space: nowrap;
}

.album-panel {
    display: none;
    margin: 0.75rem 0 0.15rem;
    padding: 1rem;
    border: 1px solid rgba(95, 79, 73, 0.08);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 28px rgba(95, 79, 73, 0.08);
}

.album-item.is-open .album-panel {
    display: block;
}

.album-item.is-open .timeline-dot {
    background: #77aca0;
}

.album-item.is-open .album-toggle {
    background: #77aca0;
}

.love_img_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.7rem;
}

.love_img_grid.count-1 {
    display: block;
    max-width: 420px;
}

.love_img_grid.count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.love_img_grid img {
    display: block;
    width: 100%;
    height: 11.5rem;
    border-radius: 0.85rem;
    object-fit: cover;
    background: #eee8e4;
    box-shadow: 0 6px 20px rgba(61, 51, 46, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.love_img_grid img:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(61, 51, 46, 0.22);
}

.love_img_grid.count-1 img {
    height: auto;
    max-height: 30rem;
}

.spl-button,
.spl-description,
.spl-title {
    margin-bottom: 20px;
    font-family: 'Noto Serif SC', serif;
    font-weight: 400;
}

@media (max-width: 768px) {
    .album-hero {
        padding-top: 1.7rem;
    }

    .album-timeline {
        padding-left: 2rem;
    }

    .album-timeline::before {
        left: 1rem;
    }

    .timeline-dot {
        left: -1.35rem;
    }

    .album-summary {
        grid-template-columns: 5.8rem minmax(0, 1fr);
        gap: 0.8rem;
        padding: 0.8rem;
    }

    .album-cover {
        width: 5.8rem;
        height: 5rem;
    }

    .album-toggle {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 2.2rem;
    }

    .love_img_grid,
    .love_img_grid.count-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .love_img_grid img {
        height: 9.2rem;
    }
}
