/* Modern History page — isolated from the rest of the public site. */
.history-page { --history-green: #043d30; --history-deep: #022b21; --history-gold: #d5ad4d; --history-paper: #f6f5ef; --history-ink: #1a2a25; --history-muted: #65736d; --history-line: #d9e1dc; background: #fff; color: var(--history-ink); }
.history-page .history-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }.history-page .history-section { padding: clamp(76px, 9vw, 130px) 0; }.history-page h1, .history-page h2, .history-page h3, .history-page p { margin: 0; }.history-page h1, .history-page h2, .history-page h3 { font-family: 'DM Serif Display', Georgia, serif; letter-spacing: -.03em; }.history-page p, .history-page a { font-family: 'Manrope', sans-serif; }.history-page .history-kicker, .history-page .history-eyebrow { color: #a37c2b; font: 700 .68rem/1.3 'Manrope', sans-serif; text-transform: uppercase; letter-spacing: .14em; }

.history-hero { position: relative; min-height: 670px; display: grid; align-items: end; isolation: isolate; overflow: hidden; color: #fff; }.history-hero__image, .history-hero__overlay { position: absolute; inset: 0; }.history-hero__image { z-index: -2; background: url('../images/home/campus-exterior.webp') center / cover no-repeat; transform: scale(1.02); }.history-hero__overlay { z-index: -1; background: linear-gradient(90deg, rgba(2,35,26,.96), rgba(3,52,39,.83) 43%, rgba(3,48,36,.22) 79%), linear-gradient(0deg, rgba(0,22,16,.38), transparent 50%); }.history-hero__content { padding: 74px 0 66px; }.history-crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 42px; color: rgba(255,255,255,.74); font: 600 .72rem/1.3 'Manrope', sans-serif; }.history-crumb span { color: #f0c960; }.history-crumb a:hover { color: #f0c960; }.history-eyebrow { display: flex; align-items: center; gap: 8px; color: #f2cd65 !important; margin-bottom: 17px !important; }.history-hero h1 { max-width: 710px; font-size: clamp(3.4rem, 6vw, 5.65rem); line-height: .94; }.history-hero__subtitle { max-width: 600px; margin-top: 22px !important; color: #fff; font: 600 clamp(1rem, 1.5vw, 1.2rem)/1.55 'Manrope', sans-serif; }.history-hero__copy { margin-top: 7px !important; color: rgba(255,255,255,.72); font-size: .91rem; }.history-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; }.history-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font: 700 .76rem/1 'Manrope', sans-serif; transition: transform .2s ease, background .2s ease; }.history-button:hover { transform: translateY(-3px); }.history-button--gold { color: #243224; background: #efc65b; }.history-button--outline { color: #fff; border-color: rgba(255,255,255,.48); }.history-button--outline:hover { background: rgba(255,255,255,.12); }.history-hero__year { display: inline-flex; flex-direction: column; gap: 1px; margin-top: 50px; padding-left: 17px; border-left: 2px solid var(--history-gold); }.history-hero__year small, .history-hero__year span { color: rgba(255,255,255,.7); font: 600 .65rem/1.45 'Manrope', sans-serif; text-transform: uppercase; letter-spacing: .1em; }.history-hero__year strong { color: #f1cc65; font: 2.45rem/.95 'DM Serif Display', Georgia, serif; }

.history-intro { background: #fff; }.history-intro__grid, .history-heritage__grid { display: grid; grid-template-columns: minmax(320px,.9fr) 1fr; gap: clamp(54px, 9vw, 126px); align-items: center; }.history-intro__image { position: relative; margin: 0; }.history-intro__image img { display: block; width: 100%; aspect-ratio: .86; object-fit: cover; }.history-intro__image::after { content: ''; position: absolute; z-index: 0; width: 67%; height: 49%; left: -18px; bottom: -18px; border-left: 1px solid var(--history-gold); border-bottom: 1px solid var(--history-gold); }.history-intro__image img, .history-intro__image figcaption { position: relative; z-index: 1; }.history-intro__image figcaption { position: absolute; right: -21px; bottom: 24px; padding: 12px 15px; color: #fff; background: var(--history-green); font: 700 .66rem/1.3 'Manrope', sans-serif; }.history-intro__image figcaption i { color: #f1ca63; margin-right: 6px; }.history-intro__copy h2, .history-section-heading h2, .history-numbers h2, .history-cta h2 { color: var(--history-deep); font-size: clamp(2.25rem, 3.7vw, 3.5rem); line-height: 1.04; margin-top: 13px; }.history-intro__copy > p:not(.history-kicker) { color: var(--history-muted); font-size: .95rem; line-height: 1.9; margin-top: 19px; }.history-intro__copy > p:first-of-type:not(.history-kicker) { color: #2d453d; font-size: 1.09rem; font-weight: 600; line-height: 1.75; }.history-text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 29px; color: var(--history-green); font: 700 .75rem/1.2 'Manrope', sans-serif; }.history-text-link:hover { color: #a57d2d; }

.history-timeline-section { background: var(--history-paper); }.history-section-heading { max-width: 690px; }.history-section-heading > p:last-child { color: var(--history-muted); font-size: .92rem; line-height: 1.75; margin-top: 15px; }.history-timeline { position: relative; max-width: 920px; margin: 57px auto 0; padding: 0; list-style: none; }.history-timeline::before { content: ''; position: absolute; left: 70px; top: 8px; bottom: 9px; width: 1px; background: #cdd9d2; }.history-timeline > li { position: relative; display: grid; grid-template-columns: 142px 1fr; gap: 34px; padding-bottom: 25px; }.history-timeline > li:last-child { padding-bottom: 0; }.history-timeline__marker { position: relative; z-index: 1; display: flex; justify-content: flex-end; align-items: flex-start; padding-top: 24px; }.history-timeline__marker span { display: inline-flex; min-width: 70px; justify-content: center; padding: 7px 10px; color: #fff; background: var(--history-green); border: 4px solid var(--history-paper); border-radius: 999px; font: 700 .69rem/1.2 'Manrope', sans-serif; }.history-timeline__marker--today span { color: #313221; background: #f0c95f; }.history-timeline__card { display: grid; grid-template-columns: 46px minmax(0,1fr) 146px; gap: 20px; align-items: start; padding: 25px; border: 1px solid var(--history-line); background: #fff; }.history-timeline__card:has(img) { min-height: 178px; }.history-timeline__icon { display: grid; width: 44px; height: 44px; place-items: center; color: #9f792c; background: #f6edcf; border-radius: 50%; }.history-timeline__label { color: #a37c2b; font: 700 .61rem/1.3 'Manrope', sans-serif; text-transform: uppercase; letter-spacing: .12em; }.history-timeline__card h3 { color: var(--history-deep); font-size: 1.55rem; line-height: 1.15; margin-top: 8px; }.history-timeline__card div:nth-child(2) > p:last-child { color: var(--history-muted); font-size: .79rem; line-height: 1.72; margin-top: 10px; }.history-timeline__card img { display: block; width: 146px; height: 126px; object-fit: cover; }

.history-numbers { padding: clamp(74px, 9vw, 115px) 0; color: #fff; background: var(--history-deep); }.history-numbers h2 { color: #fff; }.history-numbers__heading > p:last-child { color: rgba(255,255,255,.65); margin-top: 15px; }.history-numbers__grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 45px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }.history-numbers__grid article { min-height: 203px; padding: 29px 22px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }.history-numbers__grid strong { display: block; color: #f0c963; font: clamp(2.3rem, 3.8vw, 3.45rem)/1 'DM Serif Display', Georgia, serif; }.history-numbers__grid h3 { color: white; font-size: 1.2rem; margin-top: 23px; }.history-numbers__grid p { color: rgba(255,255,255,.61); font-size: .72rem; line-height: 1.7; margin-top: 8px; }

.history-founders { background: #fff; }.history-founders__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; margin-top: 47px; }.history-founder { padding: 33px 29px 29px; border: 1px solid var(--history-line); }.history-founder__portrait { display: block; width: 88px; height: 88px; object-fit: cover; object-position: center; border: 4px solid #f3e7c4; border-radius: 50%; box-shadow: 0 5px 14px rgba(2,43,32,.12); }.history-founder h3 { color: var(--history-deep); font-size: 1.54rem; margin-top: 27px; }.history-founder__role { color: #a27a2a; font: 700 .62rem/1.4 'Manrope', sans-serif !important; letter-spacing: .11em; text-transform: uppercase; margin-top: 8px !important; }.history-founder > p:not(.history-founder__role) { color: var(--history-muted); font-size: .78rem; line-height: 1.77; margin-top: 19px; }.history-founder blockquote { margin: 21px 0 0; padding: 15px 0 0; border-top: 1px solid var(--history-line); color: var(--history-green); font: 1.02rem/1.48 'DM Serif Display', Georgia, serif; }

.history-facts { background: var(--history-paper); }.history-facts__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 47px; background: var(--history-line); border: 1px solid var(--history-line); }.history-facts__grid article { min-height: 183px; padding: 26px; background: #fff; }.history-facts__grid i { color: #a17a2a; font-size: 1.3rem; }.history-facts__grid h3 { color: var(--history-deep); font-size: 1.3rem; margin-top: 21px; }.history-facts__grid p { color: var(--history-muted); font-size: .76rem; line-height: 1.7; margin-top: 8px; }

.history-alumni { padding: clamp(75px, 9vw, 120px) 0; background: linear-gradient(100deg, rgba(2,40,30,.98), rgba(3,54,40,.91)), url('../images/home/classroom-teacher.webp') center / cover; color: #fff; }.history-section-heading--light h2 { color: #fff; }.history-section-heading--light > p:last-child { color: rgba(255,255,255,.66); }.history-alumni__carousel { margin-top: 48px; }.history-alumni__viewport { overflow: hidden; }.history-alumni__track { display: flex; gap: 20px; transition: transform .65s cubic-bezier(.22,.61,.36,1); will-change: transform; }.history-alumni__slide { display: flex; flex: 0 0 calc((100% - 20px) / 2); flex-direction: column; min-height: 308px; padding: 31px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); }.history-alumni__slide > i { color: #f0c962; font-size: 1.1rem; }.history-alumni blockquote { flex: 1; margin: 22px 0 27px; color: white; font: 1.3rem/1.48 'DM Serif Display', Georgia, serif; }.history-alumni__person { display: flex; align-items: center; gap: 13px; }.history-alumni__person img { width: 48px; height: 48px; object-fit: cover; object-position: center; border: 2px solid #f0c962; border-radius: 50%; }.history-alumni strong, .history-alumni span { display: block; font-family: 'Manrope', sans-serif; }.history-alumni strong { color: #f1cb64; font-size: .78rem; }.history-alumni span { color: rgba(255,255,255,.61); font-size: .69rem; margin-top: 4px; }.history-alumni__controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 25px; }.history-alumni__control, .history-alumni__dot { border: 0; cursor: pointer; }.history-alumni__control { display: grid; place-items: center; width: 37px; height: 37px; color: #f4d16f; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; transition: background .2s ease, color .2s ease; }.history-alumni__control:hover { color: var(--history-deep); background: #f0c962; }.history-alumni__dots { display: flex; gap: 8px; }.history-alumni__dot { width: 7px; height: 7px; padding: 0; border-radius: 50%; background: rgba(255,255,255,.35); }.history-alumni__dot.is-active { width: 22px; border-radius: 999px; background: #f0c962; }

.history-cta { padding: 0 0 clamp(74px, 9vw, 120px); background: #fff; }.history-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 38px; padding: clamp(38px, 6vw, 66px); background: #f1e6c5; }.history-cta h2 { max-width: 550px; }.history-cta p:not(.history-kicker) { max-width: 600px; color: #526159; font-size: .88rem; line-height: 1.75; margin-top: 16px; }.history-cta__actions { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }.history-cta__link { color: var(--history-green); font: 700 .74rem/1.2 'Manrope', sans-serif; margin-left: 9px; }.history-cta__link:hover { color: #a37c2b; }

@media (max-width: 940px) { .history-intro__grid, .history-heritage__grid { grid-template-columns: 1fr; gap: 58px; }.history-intro__image { max-width: 600px; }.history-intro__image img { aspect-ratio: 1.14; }.history-timeline__card { grid-template-columns: 46px minmax(0,1fr); }.history-timeline__card img { grid-column: 2; width: 100%; height: 190px; }.history-numbers__grid { grid-template-columns: repeat(2,1fr); }.history-founders__grid { grid-template-columns: 1fr; }.history-founder { display: grid; grid-template-columns: 80px 1fr; column-gap: 22px; }.history-founder__portrait { grid-row: span 4; }.history-founder h3 { margin-top: 0; }.history-founder blockquote { grid-column: 2; }.history-cta__inner { align-items: flex-start; flex-direction: column; }.history-cta__actions { flex-direction: row; align-items: center; flex-wrap: wrap; } }
@media (max-width: 620px) { .history-page .history-shell { width: min(100% - 32px, 1160px); }.history-hero { min-height: 630px; }.history-hero__image { background-position: 63% center; }.history-hero__overlay { background: linear-gradient(90deg, rgba(2,35,26,.93), rgba(3,47,35,.57)), linear-gradient(0deg, rgba(0,22,16,.44), transparent); }.history-hero__content { padding: 64px 0 39px; }.history-crumb { margin-bottom: 33px; }.history-hero h1 { font-size: clamp(3.2rem, 15vw, 4.2rem); }.history-hero__year { margin-top: 38px; }.history-intro__image figcaption { right: 9px; bottom: 12px; }.history-timeline { margin-top: 42px; }.history-timeline::before { left: 0; }.history-timeline > li { grid-template-columns: 1fr; gap: 12px; padding-left: 19px; }.history-timeline__marker { justify-content: flex-start; padding: 0; }.history-timeline__marker span { min-width: 69px; }.history-timeline__card { grid-template-columns: 39px minmax(0,1fr); gap: 14px; padding: 20px 17px; }.history-timeline__icon { width: 39px; height: 39px; }.history-timeline__card img { grid-column: 1 / -1; height: 170px; }.history-numbers__grid { grid-template-columns: 1fr; }.history-numbers__grid article { min-height: 168px; }.history-founder { display: block; }.history-founder h3 { margin-top: 25px; }.history-founder blockquote { margin-top: 21px; }.history-facts__grid { grid-template-columns: 1fr; }.history-facts__grid article { min-height: 0; }.history-alumni__slide { flex-basis: 100%; min-height: 292px; padding: 26px; }.history-cta__inner { padding: 33px 23px; }.history-cta__actions { align-items: flex-start; flex-direction: column; }.history-cta__link { margin-left: 3px; } }
