/* Shared CSS for industry titan bio pages */
.container { max-width: 100%; margin: 0; padding: 0 5vw; }
.biohead { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; padding: 6rem 0 4rem; align-items: center; }
@media (max-width: 900px) { .biohead { grid-template-columns: 1fr; gap: 2.5rem; } }
.biohead-img { width: 100%; max-height: 600px; object-fit: cover; object-position: center top; filter: grayscale(20%); border: 1px solid var(--border); }
.biohead-info .role { font-family: 'Bebas Neue'; letter-spacing: 4px; color: var(--accent); font-size: 0.9rem; margin-bottom: 1rem; }
.biohead-info h1 { font-family: 'Playfair Display'; font-size: clamp(3rem, 6vw, 4.5rem); font-weight: 900; line-height: 1; margin: 0.5rem 0 1.2rem; }
.biohead-info h1 em { font-style: italic; color: var(--gold); font-weight: 400; }
.biohead-info .dates { font-family: 'Bebas Neue'; letter-spacing: 3px; color: var(--muted-light); font-size: 0.85rem; margin-bottom: 2rem; }
.biohead-info p { font-size: 1.2rem; color: #444; line-height: 1.7; }
.biohead-info p:not(:last-child) { margin-bottom: 1.2rem; }
.bio-facts { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.bio-fact-label { font-family: 'Bebas Neue'; letter-spacing: 3px; font-size: 0.7rem; color: var(--muted-light); margin-bottom: 0.3rem; display: block; }
.bio-fact-value { font-family: 'Playfair Display'; font-weight: 700; color: var(--ink); font-size: 0.95rem; }

.bio-section { padding: 4rem 0; border-top: 1px solid var(--border); }
.bio-section h2 { font-family: 'Playfair Display'; font-size: 2.3rem; margin-bottom: 1.8rem; font-weight: 900; }
.bio-section h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.bio-section p { margin-bottom: 1.4rem; font-size: 1.15rem; color: #333; }
.bio-section p:last-child { margin-bottom: 0; }
.bio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
@media (max-width: 768px) { .bio-grid { grid-template-columns: 1fr; gap: 2rem; } }
.bio-img { width: 100%; height: 360px; object-fit: cover; display: block; margin-bottom: 1rem; }
.bio-img-caption { font-family: 'Bebas Neue'; letter-spacing: 2px; font-size: 0.7rem; color: var(--muted-light); text-align: right; }
.bio-pull-quote { background: var(--paper); padding: 3rem 3.5rem; border-left: 5px solid var(--accent); font-family: 'Playfair Display'; font-style: italic; font-size: 1.35rem; line-height: 1.6; margin: 2.5rem 0; color: #333; }
.bio-pull-quote cite { display: block; margin-top: 1rem; font-family: 'Bebas Neue'; font-style: normal; font-size: 0.78rem; letter-spacing: 3px; color: var(--gold); }
.bio-timeline { list-style: none; padding: 0; }
.bio-timeline li { padding: 1.5rem 0; border-bottom: 1px dashed var(--border); display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; }
.bio-timeline li:last-child { border-bottom: none; }
.bio-timeline span { font-family: 'Bebas Neue'; color: var(--accent); font-size: 1.1rem; flex-shrink: 0; }
