/* STAFF MEMBERS — editable page styles.
   Shared palette/navigation: style.css and executive-summary.css. */
.staff-page {
    --st-card-radius: 12px;     /* Profile card corners */
    --st-profile-gap: 30px;    /* Space between staff profiles */
    --st-profile-padding: 28px; /* Profile text inset */
    --st-portrait-width: 215px; /* Portrait column on larger screens */
    --st-portrait-ratio: 3 / 4; /* Portrait display proportions */
}
.st-hero { background: var(--navy-950); color: white; padding: 25px 0 52px; }
.st-hero .summary-breadcrumb { margin-bottom: 40px; }
.st-hero-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: 65px; align-items: center; }
.st-hero .summary-eyebrow { color: #91c5e3; margin-bottom: 17px; }
.st-hero h1 { font-size: clamp(40px,4.8vw,66px); font-weight: 550; line-height: 1.08; letter-spacing: -.045em; margin: 0 0 22px; }
.st-hero h1 > span { color: #65b5e1; }
.st-hero-lead { font-size: clamp(20px,2vw,25px); color: #c2d2de; line-height: 1.45; letter-spacing: -.025em; margin: 0; }
.st-hero-note { border-left: 1px solid #355066; padding-left: 32px; }
.st-hero-note > span { display: block; color: #80bedf; font-size: 34px; line-height: 1; margin-bottom: 17px; }
.st-hero-note > p { color: #d0dfe9; font-size: 21px; line-height: 1.6; letter-spacing: -.02em; margin: 0 0 25px; }
.st-hero-note a { display: inline-flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 600; border-bottom: 1px solid #5a7487; padding-bottom: 8px; }
.st-hero-note a:hover { color: #a5d7f4; }
.st-layout { padding-top: 60px; }
.st-directory, .st-profile { scroll-margin-top: calc(var(--summary-header-height) + 24px); }
.st-directory { border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 32px; }
.st-directory .summary-eyebrow { margin: 0 0 15px; }
.st-directory a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 0; color: var(--blue); font-size: 14px; font-weight: 550; }
.st-directory a:hover > span:first-child { text-decoration: underline; text-underline-offset: 4px; }
.st-directory a + a { border-top: 1px solid var(--line); }
.st-profiles { display: grid; gap: var(--st-profile-gap); }
.st-profile { min-width: 0; border: 1px solid var(--line); border-radius: var(--st-card-radius); overflow: hidden; background: white; }
.st-profile-top { display: grid; grid-template-columns: var(--st-portrait-width) minmax(0,1fr); gap: var(--st-profile-padding); padding: var(--st-profile-padding); align-items: start; }
.st-portrait { margin: 0; background: var(--paper-2); border-radius: max(0px,calc(var(--st-card-radius) - 5px)); overflow: hidden; }
.st-portrait img { display: block; width: 100%; height: auto; aspect-ratio: var(--st-portrait-ratio); object-fit: cover; object-position: center top; }
.st-profile-label { color: var(--blue); font-size: 9px; font-weight: 650; letter-spacing: .075em; line-height: 1.6; margin: 1px 0 13px; }
.st-profile h2 { font-size: clamp(25px,2.35vw,32px); line-height: 1.15; letter-spacing: -.035em; font-weight: 550; margin: 0 0 12px; overflow-wrap: anywhere; }
.st-role { color: var(--blue); font-size: 12px; font-weight: 600; line-height: 1.6; margin: 0 0 22px; }
.st-biography-intro, .st-biography-body p { color: var(--muted); font-size: 14px; line-height: 1.85; margin: 0; }
.st-biography { border-top: 1px solid var(--line); }
.st-biography summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px var(--st-profile-padding); color: var(--blue); background: var(--paper); font-size: 12px; font-weight: 650; cursor: pointer; list-style: none; }
.st-biography summary::-webkit-details-marker { display: none; }
.st-biography summary:hover { background: var(--blue-light); }
.st-expand { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border: 1px solid #a7c5d8; border-radius: 50%; font-size: 19px; font-weight: 400; line-height: 1; transition: transform 150ms; }
.st-biography[open] .st-expand { transform: rotate(45deg); }
.st-biography-body { border-top: 1px solid var(--line); padding: var(--st-profile-padding); }
.st-biography-body p + p { margin-top: 20px; }
.st-related { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 36px; border: 1px solid var(--line); border-radius: var(--st-card-radius); overflow: hidden; }
.st-related a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px; font-size: 15px; font-weight: 600; color: var(--blue); }
.st-related a + a { border-left: 1px solid var(--line); }
.st-related a:hover { background: var(--paper); }
.st-related small { display: block; font-size: 9px; letter-spacing: .08em; color: var(--muted); margin-bottom: 8px; }
@media (max-width: 1100px) {
    .staff-page { --st-portrait-width: 165px; --st-profile-padding: 23px; }
    .st-hero-grid { gap: 36px; }
}
@media (max-width: 900px) {
    .staff-page { --st-portrait-width: 200px; }
    .st-layout { padding-top: 32px; }
    .st-hero-grid { gap: 25px; }
    .st-hero-note { padding-left: 25px; }
    .st-hero-note > p { font-size: 18px; }
}
@media (max-width: 600px) {
    .staff-page { --st-profile-padding: 23px; --st-profile-gap: 24px; }
    .st-hero { padding-bottom: 36px; }
    .st-hero .summary-breadcrumb { margin-bottom: 28px; }
    .st-hero-grid { grid-template-columns: 1fr; gap: 28px; }
    .st-hero h1 { font-size: 43px; }
    .st-hero-note { border-left: 0; border-top: 1px solid #355066; padding: 23px 0 0; }
    .st-hero-note > span { display: none; }
    .st-profile-top { grid-template-columns: minmax(0,1fr); gap: 25px; }
    .st-portrait { width: min(100%,260px); }
    .st-profile h2 { font-size: 30px; }
    .st-related { grid-template-columns: 1fr; }
    .st-related a + a { border-left: 0; border-top: 1px solid var(--line); }
}
@media (prefers-reduced-motion: reduce) { .st-expand { transition: none; } }
@media print {
    .staff-page .summary-sidebar, .staff-page .st-directory, .staff-page .summary-cta, .staff-page .st-related { display: none; }
    .staff-page .summary-layout { display: block; padding-block: 20px; }
    .st-profile { break-inside: avoid; }
}
