/*==================================================
                SECTION TITLE
==================================================*/

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:var(--primary);
    font-weight:600;
    letter-spacing:2px;
    font-size:13px;
}

.section-title h2{
    font-family:var(--font-display);
    font-size:42px;
    font-weight:600;
    margin:20px 0;
    color:var(--ink);
}

.section-title p{
    color:var(--ink-soft);
    max-width:600px;
    margin:auto;
    line-height:1.8;
    font-weight:300;
}

/*==================================================
                MUSIK PAGE
==================================================*/

.musik-section{
    padding:160px 0 100px;
    min-height:100vh;
}

.musik-card{
    max-width:560px;
    margin:auto;
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:22px;
    padding:30px;
    box-shadow:var(--shadow-sm);
}

.musik-embed{
    border-radius:14px;
    display:block;
}

.musik-note{
    margin-top:22px;
    font-size:14.5px;
    line-height:1.8;
    color:var(--ink-soft);
    font-weight:300;
}
