/* Shared editorial treatment for practical About pages. */
.about-masthead { background: var(--light-pink); color: var(--burgandy); }
.about-masthead:not(.about-masthead--photo)::after { display: none; }
.about-masthead .profile-masthead__inner { padding-block: clamp(40px, 6vw, 80px); }
.about-masthead h1 { color: var(--burgandy); margin: 0; max-width: 1000px; font-size: clamp(2.25rem, 5vw, 4.5rem); overflow-wrap: break-word; }
.about-masthead--photo .profile-masthead__inner { padding-block: clamp(72px, 10vw, 140px); }
.about-masthead--photo h1 { color: #fff; }
.about-index a[aria-current="page"] { color: var(--burgandy); font-weight: 600; border-color: var(--burgandy); }
.about-content { max-width: 780px; }
.about-content h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.about-content h3 { color: var(--burgandy); font-size: 1.6rem; margin: 36px 0 20px; }
.about-content .profile-lead { margin-bottom: 40px; }
.about-content .profile-lead strong { font-weight: 400; }
.about-content p:empty { display: none; }
.about-content .wp-block-image { margin: 24px 0; text-align: left; }
.about-content .wp-block-image img { max-width: 100%; height: auto; }
.about-content .wp-block-image .wp-image-3158 { width: 130px !important; }
.about-content .wp-block-image .wp-image-3021 { width: 260px; }
.about-content .wp-block-buttons { margin-top: 28px; }
.about-content .wp-block-button__link { display: inline-flex; align-items: center; min-height: 48px; padding: 14px 20px; border: 1px solid var(--burgandy); border-radius: 0; background: var(--burgandy); color: #fff; box-shadow: none; font-size: .9375rem; font-weight: 600; text-decoration: none; line-height: 1.5; transition: background .18s ease; }
.about-content .wp-block-button__link:hover { background: var(--light-burgandy); }
.about-content .about-status { padding: 24px; background: var(--light-pink); border-left: 3px solid var(--burgandy); }
.about-contact { border-top: 1px solid var(--light-pink); padding: 40px 0; }
.about-contact__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.about-contact h2 { color: var(--burgandy); font-size: 2rem; margin: 0; }
/* Film Club uses the same editorial layout with uncropped, full-column media. */
.film-club-page .about-masthead h1 { text-wrap: balance; }
.film-club-page .wp-block-image { float: none; width: 100%; margin: 32px 0; }
.film-club-page .wp-block-image img { display: block; width: 100%; height: auto; }
.film-club-page .about-index a { align-items: flex-start; }
.film-club-page .about-index a span { flex-shrink: 0; }
@media (max-width: 991px) {
    .about-content { grid-row: 1; }
    .about-index { grid-row: 2; border-top: 1px solid var(--light-pink); padding-top: 32px; }
    .about-index a { align-items: flex-start; }
}
@media (max-width: 575px) {
    .about-masthead h1 { font-size: clamp(2.2rem, 9vw, 3rem); }
    .about-contact__inner { flex-direction: column; align-items: flex-start; }
    .about-index { column-gap: 20px; }
    .about-index a { font-size: .8125rem; }
    .film-club-page .about-index { grid-template-columns: 1fr; }
}
