/* ------------------------------------------
   Contact Page Styling (Greyhouse Theme)
--------------------------------------------- */

.contact-section {
    margin-bottom: 40px;
    font-family: "Karla", sans-serif;
}

.contact-section h2 {
    font-family: "Domine", serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.intro {
    font-size: 17px;
    line-height: 26px;
    color: var(--text-soft);
    margin-bottom: 20px;
}

/* Contact list */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    background: var(--box);
    border: 1px solid var(--border);
    padding: 14px 16px;
    border-radius: 8px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
}

/* Icon + label bundle */
.icon-label {
    display: flex;
    align-items: center;
}

.icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    opacity: 0.85;
}

.contact-list .label {
    font-weight: 500;
    color: var(--text);
}

.contact-list .value {
    font-weight: 500;
}

/* Links */
.contact-list a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 500;
}

.contact-list a:hover {
    text-decoration: underline;
}

/* Music section */
.music-box h3 {
    font-family: "Domine", serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.music-box iframe {
    border-radius: 8px;
    margin-top: 10px;
}
