/* Screenshot-supplied photography is framed in SVG viewports; all copy remains HTML. */
.about-section { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,1fr); gap: 48px; align-items: center; scroll-margin-top: 100px; }
.about-copy { min-width: 0; }
.about-copy .about-label { margin: 0 0 24px; color: var(--violet); font-size: 18px; font-weight: 600; letter-spacing: .1em; }
#main .about-copy h2 { margin: 0 0 8px; }
.about-copy .about-description,.about-copy .about-reach { margin: 0; color: #344150; font-size: clamp(18px,1.25vw,22px); line-height: 1.8; }
.about-collage { display: grid; grid-template-columns: 41fr 59fr; grid-template-rows: 61fr 39fr; gap: 8px; aspect-ratio: 1.56; min-width: 0; overflow: hidden; }
.about-collage > * { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.about-campus { grid-row: span 2; object-position: center bottom; }
.about-building { object-position: center 16%; }
@media (max-width: 1000px) {
 .about-section { grid-template-columns: minmax(0,1fr); gap: 40px; }
 .about-copy .about-label { margin-bottom: 20px; }
 .about-collage { width: 100%; }
}
@media (max-width: 680px) {
 .about-section { gap: 32px; }
 .about-copy .about-label { font-size: 16px; margin-bottom: 16px; }
 #main .about-copy h2 { margin-bottom: 20px; }
 .about-copy .about-description,.about-copy .about-reach { font-size: 16px; line-height: 1.9; }
 .about-copy .about-reach { margin-top: 12px; }
 .about-collage { aspect-ratio: 1.2; gap: 6px; }
}
.education-activities .section-title,
.education-endorsements .section-title,
.education-news .section-title { margin-bottom: 56px; }
.education-activities .education-subtitle,
.education-endorsements .education-subtitle,
.education-news .education-subtitle { margin: 24px auto 0; max-width: 920px; line-height: 1.9; }
#festival, #endorsements, #news { scroll-margin-top: 100px; }
.activity-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); gap: 32px; height: clamp(760px,64vw,1000px); }
.activity-card { position: relative; overflow: hidden; isolation: isolate; border-radius: 16px; background: #d8dee4; }
.activity-featured { grid-row: span 2; }
.education-photo { display: block; width: 100%; height: 100%; }
.activity-card > .education-photo { position: absolute; inset: 0; }
.activity-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 25%,rgba(17,31,42,.10) 43%,rgba(17,31,42,.80) 100%); pointer-events: none; }
.activity-featured::after { background: linear-gradient(180deg,transparent 48%,rgba(17,31,42,.15) 66%,rgba(17,31,42,.82) 100%); }
.activity-copy { position: absolute; inset: auto 0 0; z-index: 1; color: #fff; padding: 32px; }
.activity-copy h3 { color: inherit; font-size: clamp(26px,2vw,34px); line-height: 1.4; font-weight: 600; margin: 0 0 16px; }
.activity-copy p { color: #fff; font-size: 16px; line-height: 1.85; max-width: 42em; margin: 0; }
.endorsement-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); column-gap: 32px; row-gap: 40px; list-style: none; margin: 0; padding: 12px 0; }
.endorsement-item { display: flex; justify-content: center; align-items: center; gap: 12px; min-height: 82px; text-align: center; }
.endorsement-item > span { flex: 1; color: #344150; font-size: 18px; line-height: 1.6; font-weight: 500; }
.laurel { flex: 0 0 28px; width: 28px; height: 64px; color: #c4bed7; }
.laurel:last-child { transform: scaleX(-1); }
.education-news { background: #f6f8fa; }
.education-news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.education-news-card { border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 8px 20px #263d5908; }
.education-news-image { aspect-ratio: 1.85; overflow: hidden; background: #e8eef4; }
.education-news-copy { position: relative; padding: 54px 28px 36px; min-height: 248px; }
.news-symbol { position: absolute; display: grid; place-items: center; left: 28px; top: -28px; width: 56px; height: 56px; border-radius: 50%; }
.news-symbol .icon { width: 24px; height: 24px; }
.news-symbol-orange { background: #fff4e9; color: #bc641f; }
.news-symbol-green { background: #edfae9; color: #36803d; }
.news-symbol-teal { background: #eaf9f6; color: #277e78; }
.education-news-copy time { display: block; color: #b85b0c; font-size: 14px; line-height: 1.6; font-weight: 600; font-variant-numeric: tabular-nums; margin-bottom: 14px; }
.education-news-copy h3 { font-size: 20px; line-height: 1.6; font-weight: 600; color: #263344; margin: 0 0 12px; }
.education-news-copy p { font-size: 15px; line-height: 1.9; color: #657286; margin: 0; }
@media (max-width: 1000px) {
 .activity-grid { gap: 24px; }
 .activity-copy { padding: 24px; }
 .activity-copy h3 { font-size: 25px; }
 .activity-copy p { font-size: 15px; }
 .endorsement-grid { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 32px; row-gap: 28px; }
 .education-news-grid { gap: 20px; }
 .education-news-copy { padding: 44px 20px 28px; }
 .education-news-copy h3 { font-size: 18px; }
 .news-symbol { left: 20px; }
}
@media (max-width: 680px) {
 .education-activities .section-title,.education-endorsements .section-title,.education-news .section-title { margin-bottom: 36px; }
 .activity-grid { display: grid; grid-template-columns: minmax(0,1fr); grid-template-rows: none; height: auto; gap: 24px; }
 .activity-card { min-height: 390px; }
 .activity-featured { grid-row: auto; min-height: 510px; }
 .activity-copy { padding: 24px; }
 .activity-copy h3 { font-size: 25px; margin-bottom: 12px; }
 .activity-copy p { line-height: 1.8; }
 .endorsement-grid { column-gap: 16px; row-gap: 24px; }
 .endorsement-item { gap: 2px; }
 .endorsement-item > span { font-size: 14px; }
 .laurel { flex-basis: 16px; width: 16px; height: 48px; }
 .education-news-grid { grid-template-columns: minmax(0,1fr); gap: 28px; }
 .education-news-copy { padding: 48px 24px 32px; min-height: 220px; }
 .education-news-copy h3 { font-size: 20px; }
 .news-symbol { left: 24px; }
}
@media (max-width: 360px) {
 .activity-copy { padding: 20px; }
 .activity-copy h3 { font-size: 23px; }
 .activity-card { min-height: 420px; }
 .activity-featured { min-height: 520px; }
 .endorsement-grid { column-gap: 8px; }
 .endorsement-item > span { font-size: 13px; }
 .laurel { flex-basis: 12px; width: 12px; }
}
