:root {
  --navy: #061a33;
  --blue: #0499d5;
  --sky: #79d8f6;
  --cream: #f8f5ee;
  --orange: #ff6a31;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--navy); font-family: Montserrat, Arial, sans-serif; }
.hero { min-height: 810px; position: relative; overflow: hidden; color: white; padding: 28px 8vw 45px; background: radial-gradient(circle at 72% 43%, #2dbce9 0, #0d77b9 24%, transparent 24.4%), linear-gradient(135deg, #03152d 0%, #073c70 62%, #05204b 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(115deg, transparent 0 42%, #fff 42.2% 42.5%, transparent 42.7% 100%), repeating-linear-gradient(-30deg, transparent 0 58px, rgba(255,255,255,.3) 59px 60px); }
.hero__glow { position: absolute; width: 55vw; height: 55vw; border-radius: 50%; right: -20vw; bottom: -27vw; border: 1px solid rgba(255,255,255,.25); box-shadow: 0 0 0 45px rgba(255,255,255,.04), 0 0 0 120px rgba(255,255,255,.025); }
.nav, .student-card, .hero__content, .scroll { position: relative; z-index: 1; }
.nav { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.24); padding-bottom: 20px; }
.brand, .nav__link { color: white; text-decoration: none; font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.brand { font-size: .9rem; } .brand span, footer span { color: var(--orange); }
.student-card { margin-top: 6.2rem; max-width: 670px; border-left: 5px solid var(--orange); padding: 8px 0 8px 24px; }
.student-card__label, .eyebrow { margin: 0; color: var(--sky); font-size: .68rem; letter-spacing: .21em; font-weight: 800; }
.student-card h1 { font-size: clamp(2.9rem, 7vw, 6.2rem); line-height: .95; margin: 10px 0 15px; font-weight: 900; letter-spacing: -.06em; }
.student-card__details { display: flex; gap: 13px; align-items: center; font-size: .78rem; font-weight: 700; letter-spacing: .12em; }.dot { width: 5px; height: 5px; background: var(--orange); border-radius: 50%; }
.hero__content { position: absolute; right: 8vw; bottom: 85px; text-align: right; }.hero__content .eyebrow { color: white; opacity: .85; }
.number { position: absolute; right: -22px; bottom: -73px; margin: 0; font: 700 clamp(12rem, 31vw, 28rem)/.75 Oswald, sans-serif; color: rgba(255,255,255,.1); }
.hero__title { position: relative; margin-top: 20px; font: 600 clamp(3rem, 8vw, 7.5rem)/.78 Oswald, sans-serif; letter-spacing: -.04em; }.hero__title p, .hero__title h2 { margin: 0; }.hero__title h2 { color: var(--orange); }
.hero__quote { position: relative; margin: 28px 2px 0 0; font-size: .82rem; font-style: italic; }
.scroll { position: absolute; bottom: 27px; left: 8vw; font-size: .59rem; letter-spacing: .13em; font-weight: 700; }.scroll span { color: var(--orange); font-size: 1.1rem; margin-left: 7px; }
.story { padding: 115px 8vw 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px 8vw; }.section-heading h2, .clubs h2 { font: 700 clamp(2.8rem, 6vw, 5.4rem)/.91 Oswald, sans-serif; letter-spacing: -.035em; margin: 16px 0 0; }.section-heading em { color: var(--blue); font-style: normal; }.story__text { align-self: end; margin: 0; color: #42546a; font-size: 1rem; line-height: 1.9; max-width: 520px; }
.stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c5d1d8; padding-top: 30px; }.stats article { border-right: 1px solid #c5d1d8; padding-left: 23px; }.stats article:first-child { padding-left: 0; }.stats article:last-child { border: 0; }.stats strong { font: 700 clamp(3rem, 5vw, 5.2rem)/1 Oswald, sans-serif; }.stats strong span { color: var(--orange); }.stats p { color: #63768c; font-size: .61rem; font-weight: 800; letter-spacing: .13em; }
.career { background: var(--navy); color: white; padding: 95px 8vw 105px; }.career .eyebrow { color: var(--sky); }.career h2 { margin: 16px 0 18px; }.career h2 em { color: var(--orange); font-style: normal; }.career__intro { max-width: 560px; color: #b7c6d5; font-size: .9rem; line-height: 1.8; margin: 0 0 48px; }.timeline { border-top: 1px solid rgba(255,255,255,.25); }.timeline article { display: grid; grid-template-columns: 185px 1fr; gap: 25px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.2); position: relative; }.timeline article::before { content: ""; width: 9px; height: 9px; border: 2px solid var(--orange); border-radius: 50%; background: var(--navy); position: absolute; left: 167px; top: 27px; }.timeline time { color: var(--sky); font: 600 .86rem Oswald, sans-serif; letter-spacing: .08em; }.timeline h3 { margin: 0 0 6px; font-size: 1.1rem; }.timeline p { margin: 0; color: #b7c6d5; font-size: .8rem; line-height: 1.55; }
footer { background: #041328; color: #dce8ef; padding: 20px 8vw; text-align: center; font-size: .61rem; letter-spacing: .15em; font-weight: 800; }
@media (max-width: 650px) { .hero { min-height: 720px; padding-inline: 7vw; }.student-card { margin-top: 4.6rem; }.hero__content { right: 7vw; }.story { padding: 78px 7vw 64px; display: block; }.story__text { margin-top: 35px; }.stats { margin-top: 45px; grid-template-columns: 1fr; gap: 19px; }.stats article, .stats article:first-child { border-right: 0; border-bottom: 1px solid #c5d1d8; padding: 0 0 18px; }.stats article:last-child { border: 0; }.career { padding: 70px 7vw; }.timeline article { grid-template-columns: 1fr; gap: 8px; padding-left: 19px; }.timeline article::before { left: 0; top: 28px; }.student-card__details { flex-wrap: wrap; }.nav__link { display: none; } }
