.about-photo {
    width: 100%;
    max-width: 450px;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    border: 3px solid var(--gold);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 24px rgba(201, 169, 98, 0.2);
    align-self: start;
}

.about-subsections {
    max-width: 1100px;
    width: 100%;
    margin-top: 3rem;
    padding: 0;
}

.subsection {
    margin-top: 2.5rem;
}

.subsection:first-child {
    margin-top: 0;
}

.subsection-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 3vw, 1.9rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--gold-light);
}
