/* Redesigned Profile Section (Generic for Groom & Bride) */
.profile-section.redesigned {
    background-image: none !important;
    /* Override specific background images */
    background-color: #F9F9F9;
    text-align: center;
    color: #333;
    justify-content: center;
    padding: 80px 20px;
}

.profile-section.redesigned::before {
    display: none;
}

.profile-section.redesigned .section-subtitle {
    font-family: var(--font-legan);
    font-size: 14px;
    letter-spacing: 3px;
    color: #999;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.profile-section.redesigned .section-title.italic {
    font-family: var(--font-primary);
    font-style: italic;
    font-size: 60px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1;
}

.profile-redesigned-image-wrapper {
    width: 280px;
    height: 380px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.profile-redesigned-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-redesigned-name {
    font-family: var(--font-primary);
    font-size: 28px;
    color: #888;
    margin-bottom: 15px;
    font-weight: 400;
}

.profile-redesigned-details {
    margin-bottom: 40px;
}

.profile-redesigned-meta {
    font-family: var(--font-legan);
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.profile-redesigned-bio {
    font-family: var(--font-secondary);
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.btn-instagram {
    display: inline-block;
    background-color: #D3D3D3;
    color: #444;
    padding: 14px 35px;
    font-family: var(--font-legan);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
}

.btn-instagram:hover {
    background-color: #bbb;
    color: #000;
}