/* Content-driven layout keeps the original type, imagery and section order. */
:root { --content-width: 1120px; --header-height: 88px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; color: #000; background: #fff; font-family: cormorantgaramond-semibold, 'Cormorant Garamond', Garamond, serif; font-size: 18px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,p,ul { margin: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
a:focus-visible,button:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.container { width: min(var(--content-width), calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 64px; }
#SITE_HEADER { position: fixed; inset: 0 0 auto; z-index: 10; color: white; transition: background-color .25s ease; }
#SITE_HEADER.copy-scrolled { background: rgb(0 0 0 / 72%); backdrop-filter: blur(6px); }
.header-inner { max-width: 1280px; min-height: var(--header-height); padding: 16px 40px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { text-decoration: none; font-size: 32px; letter-spacing: .35em; line-height: 1; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 22px; text-decoration: none; white-space: nowrap; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero { min-height: 650px; height: min(840px, 100svh); position: relative; display: grid; align-items: end; padding: 120px 32px 150px; background: #111; color: #fff; text-align: center; }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(rgb(0 0 0 / 30%), transparent 35%, rgb(0 0 0 / 55%)); }
.hero-copy { position: relative; z-index: 1; max-width: 1100px; margin-inline: auto; }
.hero h1 { font-size: 36px; line-height: 1.25; letter-spacing: .05em; }
.hero p { margin-top: 12px; font: 24px/1.5 'Times New Roman', serif; letter-spacing: .05em; }
.section-title { font-size: 42px; line-height: 1.2; text-align: center; max-width: 610px; margin: 0 auto 32px; padding-bottom: 14px; border-bottom: 1px solid #333; }
.about { text-align: center; }
.about-intro { font-size: 22px; font-weight: 700; line-height: 1.5; }
.stats { max-width: 940px; margin: 40px auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; }
.stat-number { font-size: 80px; line-height: 1.1; margin-bottom: 12px; }
.stat > p:last-child { max-width: 260px; margin-inline: auto; }
.about-description { max-width: 1050px; margin-inline: auto; line-height: 1.8; }
.team { padding-top: 16px; }
.board + .board, .advisors, .members { margin-top: 64px; }
.board h3, .subsection-title { font-size: 24px; line-height: 1.4; font-weight: 600; text-align: center; margin-bottom: 32px; }
.board-grid { max-width: 780px; margin-inline: auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 36px 28px; }
.profile { width: calc((100% - 56px) / 3); min-width: 0; text-align: center; }
.profile img { width: 100%; height: auto; aspect-ratio: 238 / 232; object-fit: cover; }
.profile-info { margin-top: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.profile-info p:first-child { font-size: 24px; font-weight: 700; line-height: 1.25; margin-bottom: 4px; }
.profile-info a { text-underline-offset: 3px; }
.subsection-title { max-width: 610px; margin-inline: auto; padding-bottom: 12px; border-bottom: 1px solid #333; }
.alumni { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px 24px; text-align: center; }
.alum { font-size: 16px; line-height: 1.4; overflow-wrap: anywhere; }
.alum div:first-child { font-weight: 700; }
.cohort + .cohort { margin-top: 40px; padding-top: 32px; border-top: 1px solid #e3e3e3; }
.cohort h4 { font-size: 20px; line-height: 1.4; margin-bottom: 20px; }
.member-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); column-gap: 28px; align-items: start; }
.member-list li { grid-column: var(--col-5); grid-row: var(--row-5); min-width: 0; font-size: 16px; line-height: 1.65; padding-bottom: 3px; overflow-wrap: anywhere; }
.join { display: grid; grid-template-columns: 1fr 2fr; align-items: stretch; }
.join > img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.join-copy { align-self: center; padding: 64px clamp(40px,8vw,120px); max-width: 900px; }
.join h2 { font-size: 52px; line-height: 1.2; }
.join h2::after { content: ''; display: block; width: 60px; height: 1px; background: currentColor; margin-block: 26px 36px; }
.join p { line-height: 1.8; }
.join p + p { margin-top: 28px; }
.interest-button { display: inline-block; margin-top: 32px; background: #000; color: #fff; border: 1px solid #000; padding: 9px 18px; letter-spacing: .08em; font-size: 16px; }
#SITE_FOOTER { text-align: center; padding: 48px 32px 24px; border-top: 1px solid #e3e3e3; }
.footer-contact { display: grid; grid-template-columns: 36px auto; column-gap: 18px; row-gap: 6px; align-items: center; justify-content: center; text-align: left; }
#SITE_FOOTER svg { display: block; grid-row: 1 / 3; width: 36px; height: 28px; }
#SITE_FOOTER h2 { font-size: 28px; line-height: 1.25; }
.contact-email { grid-column: 2; font-size: 22px; line-height: 1.5; overflow-wrap: anywhere; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.copyright { max-width: 1120px; margin: 32px auto 0; padding-top: 20px; border-top: 1px solid #e3e3e3; font-size: 14px; color: #555; letter-spacing: .02em; }
@media (max-width: 900px) {
 .container { width: calc(100% - 48px); }
 .header-inner { padding-inline: 24px; }
 nav { gap: 20px; }
 .alumni { grid-template-columns: repeat(3,minmax(0,1fr)); }
 .member-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
 .member-list li { grid-column: var(--col-3); grid-row: var(--row-3); }
 .join-copy { padding: 48px 32px; }
 .join > img { min-height: 520px; }
}
@media (max-width: 600px) {
 :root { --header-height: 108px; }
 .header-inner { flex-direction: column; justify-content: center; gap: 14px; padding: 14px 16px; }
 .wordmark { font-size: 26px; }
 nav { width: 100%; justify-content: center; gap: 20px; }
 nav a { font-size: 17px; }
 .container { width: calc(100% - 40px); }
 .section { padding-block: 48px; }
 .team { padding-top: 8px; }
 .section-title { font-size: 36px; margin-bottom: 28px; }
 .hero { min-height: 100vh; min-height: 100lvh; height: 100vh; height: 100lvh; padding: 140px 24px max(64px, env(safe-area-inset-bottom)); }
 .hero h1 { font-size: 30px; }
 .hero p { font-size: 20px; }
 .about-intro { font-size: 20px; }
 .stats { grid-template-columns: 1fr; gap: 28px; margin-block: 32px; }
 .stat-number { font-size: 64px; margin-bottom: 6px; }
 .board-grid { gap: 32px 20px; }
 .profile { width: calc((100% - 20px) / 2); }
 .profile-info { font-size: 16px; }
 .profile-info a { font-size: 14px; }
 .profile-info p:first-child { font-size: 22px; }
 .board + .board, .advisors, .members { margin-top: 48px; }
 .alumni { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 20px; }
 .member-list { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 20px; }
 .member-list li { grid-column: var(--col-2); grid-row: var(--row-2); }
 .cohort + .cohort { margin-top: 32px; padding-top: 28px; }
 .join { grid-template-columns: 1fr; }
 .join > img { min-height: 0; height: 340px; object-position: center 55%; }
 .join-copy { padding: 40px 24px 48px; }
 .join h2 { font-size: 42px; }
 #SITE_FOOTER { padding: 36px 20px 20px; }
 .footer-contact { grid-template-columns: 28px minmax(0,auto); column-gap: 12px; }
 #SITE_FOOTER svg { width: 28px; height: 22px; }
 #SITE_FOOTER h2 { font-size: 26px; }
 .contact-email { font-size: 19px; }
 .copyright { margin-top: 28px; font-size: 13px; }
}
@media (max-width: 360px) {
 nav { gap: 14px; }
 .board-grid { max-width: 260px; }
 .profile { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 #SITE_HEADER { transition: none; }
}
