.hero-profiles{background-image:url('/assets/images/profiles-hero-banner.webp');background-position:center 30%;background-size:cover}.hero-stats-wrapper{margin-top:var(--space-6);max-width:40rem}.hero-cta-row{margin-top:var(--space-4);display:flex;flex-wrap:wrap;gap:var(--space-3)}.profiles-key-grid{align-items:stretch}.profiles-link{display:inline-flex;align-items:center;margin-top:var(--space-3);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:0.12em}.profiles-link::after{content:"\2197";margin-left:0.35rem;font-size:0.9em}.profiles-career-grid{align-items:start}.profiles-career-stats{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-4);font-size:var(--text-sm)}.profiles-career-label{color:var(--gray-600)}.profiles-career-value{font-family:var(--font-serif);font-size:var(--text-lg);color:var(--color-heading)}.profiles-career-cta{margin-top:var(--space-2);width:100%}.profiles-moments-grid{align-items:stretch}.profiles-interview-grid{align-items:center;gap:var(--space-6)}.profiles-interview-media figure{padding:0;overflow:hidden}.profiles-interview-media img{border-radius:var(--radius-lg) var(--radius-lg) 0 0}.profiles-interview-media figcaption{padding:var(--space-4);font-size:var(--text-sm);color:var(--gray-600)}.profiles-interview-content .section-header{margin-bottom:var(--space-3)}.profiles-interview-list{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-3)}.profiles-interview-item h3{font-size:var(--text-lg);margin-bottom:var(--space-2)}.profiles-perf-grid{align-items:stretch}.profiles-perf-list{display:flex;flex-direction:column;gap:var(--space-3);font-size:var(--text-sm)}.profiles-perf-name{font-weight:600;color:var(--color-heading)}.profiles-perf-detail{color:var(--gray-600)}.profiles-perf-strip{margin-top:var(--space-3)}.profiles-perf-cta{margin-top:var(--space-3);width:100%}.profiles-table-note{margin-top:var(--space-3);font-size:var(--text-sm);color:var(--gray-600)}.profiles-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-6);align-items:stretch}.profiles-gallery-item{overflow:hidden;padding:0;background:rgba(255,255,255,0.86)}.profiles-gallery-item img{width:100%;height:auto;object-fit:cover}.profiles-gallery-item figcaption{padding:var(--space-4);font-size:var(--text-sm);color:var(--gray-700)}.profiles-bio-grid{align-items:stretch}.profiles-honors-grid{align-items:stretch}.profiles-honors-list{display:flex;flex-direction:column;gap:var(--space-4);font-size:var(--text-sm)}.profiles-clubs-list{display:flex;flex-direction:column;gap:var(--space-4);font-size:var(--text-sm)}.profiles-clubs-cta{margin-top:var(--space-2);width:100%}.profiles-quote-section{background:radial-gradient(circle at top,rgba(214,177,90,0.16),transparent)}.profiles-quote-card{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--space-6);padding:var(--space-6);border-radius:var(--radius-xl);background:rgba(255,255,255,0.9)}.profiles-quote-content blockquote{margin-top:var(--space-3);font-family:var(--font-serif);font-size:var(--text-xl);color:var(--color-heading);line-height:var(--leading-relaxed)}.profiles-quote-content blockquote footer{margin-top:var(--space-3);font-family:var(--font-sans);font-size:var(--text-sm);color:var(--gray-600)}.profiles-quote-meta{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-4);font-size:var(--text-sm);color:var(--gray-700)}.profiles-cta-nav{padding-top:var(--space-6);padding-bottom:var(--space-8)}.profiles-cta-grid{align-items:stretch}.profiles-cta-grid .card{cursor:pointer}.profiles-cta-link{display:inline-flex;margin-top:var(--space-2);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:0.14em}.profiles-cta-link::after{content:"\2192";margin-left:0.4rem}.profiles-gallery-item,.profiles-quote-card,.profiles-key-grid .card,.profiles-moments-grid .card,.profiles-bio-grid .card,.profiles-honors-grid .card,.profiles-perf-grid .card{animation:profiles-fade 600ms var(--transition-normal) both}.profiles-gallery-item{animation-delay:120ms}@keyframes profiles-fade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.profiles-quote-card{grid-template-columns:1fr}}@media (max-width:768px){.hero-stats-wrapper{max-width:100%}.profiles-interview-grid{grid-template-columns:1fr;display:grid}.profiles-gallery-grid{grid-template-columns:1fr}.profiles-quote-card{grid-template-columns:1fr;padding:var(--space-5)}.profiles-cta-grid{grid-template-columns:1fr;display:grid}}@media (max-width:480px){.hero-cta-row{flex-direction:column}.profiles-quote-content blockquote{font-size:var(--text-lg)}}