.sb-faculty-breadcrumbs { background: var(--blue-pale); border-bottom: 1px solid var(--border); }
.sb-faculty-breadcrumbs .sb-container { display: flex; overflow: hidden; gap: 8px; padding-top: 10px; padding-bottom: 10px; color: var(--muted); font-size: 0.8125rem; white-space: nowrap; }
.sb-faculty-breadcrumbs a { color: var(--blue); text-decoration: none; }
.sb-faculty-hero { position: relative; padding: 88px 0; color: var(--white); background: var(--blue-dark); text-align: center; }
.sb-faculty-hero.has-background-image { background-image: linear-gradient(rgba(14, 38, 80, 0.78), rgba(14, 38, 80, 0.78)), var(--sb-faculty-hero-image); background-position: center; background-size: cover; }
.sb-faculty-hero .sb-container { position: relative; z-index: 1; }
.sb-faculty-hero .sb-eyebrow { color: var(--blue-light); }
.sb-faculty-hero h1 { margin-bottom: 18px; color: var(--white); font-size: clamp(2.5rem, 6vw, 4.5rem); }
.sb-faculty-hero > .sb-container > p:last-child { max-width: 680px; margin: 0 auto; color: rgba(255, 255, 255, 0.8); font-size: 1rem; line-height: 1.75; }
.sb-faculty-directory { padding: 88px 0; background: var(--section); }
.sb-faculty-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.sb-faculty-card { overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 2px 12px rgba(var(--blue-rgb), 0.06); transition: box-shadow 0.2s ease, transform 0.2s ease; }
.sb-faculty-card:hover { box-shadow: 0 12px 36px rgba(var(--blue-rgb), 0.14); transform: translateY(-3px); }
.sb-faculty-card__portrait { position: relative; display: grid; overflow: hidden; aspect-ratio: 4 / 3; color: var(--blue); font: 600 3rem/1 Fraunces, Georgia, serif; background: var(--blue-pale); place-items: center; }
.sb-faculty-card__portrait img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sb-faculty-card__content { padding: 26px; }
.sb-faculty-card h2 { margin-bottom: 5px; font-size: 1.45rem; }
.sb-faculty-card h2 a { color: inherit; text-decoration: none; }
.sb-faculty-card__role { margin: 0 0 8px; color: var(--blue); font-size: 0.78rem; font-weight: 700; }
.sb-faculty-card__specialties { margin: 0 0 14px; color: var(--muted); font-size: 0.75rem; font-weight: 600; }
.sb-faculty-card__content > p:not([class]) { color: var(--muted); font-size: 0.875rem; line-height: 1.7; }
.sb-faculty-empty { padding: 64px 24px; text-align: center; background: var(--white); border-radius: 16px; }
.sb-faculty-callout { padding: 72px 0; }
.sb-faculty-callout > .sb-container { display: flex; justify-content: space-between; gap: 48px; align-items: center; }
.sb-faculty-callout h2 { max-width: 720px; margin-bottom: 12px; }
.sb-faculty-callout div > p:last-child { max-width: 720px; margin-bottom: 0; }
.sb-faculty-callout .sb-btn { flex: 0 0 auto; }
.sb-faculty-profile__hero { padding: 72px 0; background: var(--blue-dark); }
.sb-faculty-profile__hero > .sb-container { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 48px; align-items: center; }
.sb-faculty-profile__portrait { display: grid; overflow: hidden; width: 220px; height: 220px; color: var(--blue); font: 600 4rem/1 Fraunces, Georgia, serif; background: var(--blue-pale); border: 6px solid rgba(255, 255, 255, 0.18); border-radius: 50%; place-items: center; }
.sb-faculty-profile__portrait img { width: 100%; height: 100%; object-fit: cover; }
.sb-faculty-profile__hero .sb-eyebrow { color: var(--blue-light); }
.sb-faculty-profile__hero h1 { margin-bottom: 10px; color: var(--white); font-size: clamp(2.5rem, 5vw, 4rem); }
.sb-faculty-profile__role { margin: 0 0 8px; color: var(--blue-light); font-size: 1rem; font-weight: 700; }
.sb-faculty-profile__specialties { margin: 0; color: rgba(255, 255, 255, 0.78); }
.sb-faculty-profile__layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; align-items: start; padding-top: 72px; padding-bottom: 88px; }
.sb-faculty-profile__bio { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.sb-faculty-profile__bio h2 { color: var(--ink); }
.sb-faculty-profile__details, .sb-faculty-profile__programs { padding: 26px; margin-bottom: 20px; background: var(--section); border: 1px solid var(--border); border-radius: 16px; }
.sb-faculty-profile aside h2 { margin-bottom: 16px; font-size: 1.25rem; }
.sb-faculty-profile__details div { padding: 12px 0; border-bottom: 1px solid var(--border); }
.sb-faculty-profile__details div span, .sb-faculty-profile__details div strong { display: block; }
.sb-faculty-profile__details div span { margin-bottom: 4px; color: var(--muted); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.sb-faculty-profile__details div strong { font-size: 0.85rem; line-height: 1.5; }
.sb-faculty-profile__details > a { display: inline-block; margin-top: 16px; }
.sb-faculty-profile__details .sb-faculty-profile__links { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 0; border-bottom: 0; }
.sb-faculty-profile__links a { display: grid; width: 38px; height: 38px; color: var(--blue); background: var(--blue-pale); border-radius: 50%; place-items: center; transition: color 0.15s ease, background-color 0.15s ease; }
.sb-faculty-profile__links a:hover, .sb-faculty-profile__links a:focus { color: var(--white); background: var(--blue); }
.sb-faculty-profile__links svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sb-faculty-profile__programs a { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; color: var(--blue); font-size: 0.85rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--border); }
@media (max-width: 900px) { .sb-faculty-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sb-faculty-profile__layout { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .sb-faculty-grid { grid-template-columns: 1fr; } .sb-faculty-callout > .sb-container { display: block; } .sb-faculty-callout .sb-btn { margin-top: 24px; } .sb-faculty-profile__hero > .sb-container { grid-template-columns: 1fr; gap: 28px; text-align: center; } .sb-faculty-profile__portrait { width: 180px; height: 180px; margin: 0 auto; } }
