:root {
  --navy: #0b1f3a;
  --navy-2: #132d50;
  --ink: #102036;
  --muted: #667085;
  --cream: #fbf8f2;
  --white: #ffffff;
  --line: #e7e1d6;
  --saffron: #f57c1f;
  --green: #118b4f;
  --gold: #c9a35a;
  --shadow: 0 20px 60px rgba(11, 31, 58, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; padding: 10px 14px; background: var(--navy); color: #fff; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(251,248,242,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(11,31,58,.07); transition: box-shadow .2s, background .2s; }
.site-header.is-scrolled { box-shadow: 0 10px 40px rgba(11,31,58,.08); background: rgba(255,255,255,.96); }
.header-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 250px; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; letter-spacing: .01em; }
.brand-copy small { color: var(--muted); margin-top: 5px; font-size: .78rem; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { text-decoration: none; padding: 10px 11px; border-radius: 999px; font-size: .91rem; font-weight: 650; color: #3f4c5d; transition: .2s; }
.site-nav a:hover, .site-nav a.is-active { background: #fff; color: var(--navy); box-shadow: 0 6px 18px rgba(11,31,58,.07); }
.site-nav .nav-cta { background: var(--navy); color: #fff; padding-inline: 18px; margin-left: 4px; }
.site-nav .nav-cta:hover, .site-nav .nav-cta.is-active { background: var(--navy-2); color: #fff; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 11px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(145deg, #fdfaf5 0%, #f4efe5 54%, #eef5f1 100%); }
.hero::before { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; border: 70px solid rgba(245,124,31,.09); right: -120px; top: -150px; }
.hero::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; border: 54px solid rgba(17,139,79,.08); left: -140px; bottom: -170px; }
.hero-grid { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; padding-block: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; color: var(--navy); }
.eyebrow::before { content: ""; width: 36px; height: 2px; background: linear-gradient(90deg, var(--saffron), var(--green)); }
.hero h1, .page-hero h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.035em; color: var(--navy); margin: 18px 0 20px; line-height: 1.03; }
.hero h1 { font-size: clamp(3.2rem, 6.2vw, 6.2rem); max-width: 760px; }
.hero .role { font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 700; color: var(--navy-2); max-width: 700px; margin: 0 0 16px; }
.lead { font-size: 1.08rem; color: #536174; max-width: 670px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; border-radius: 999px; text-decoration: none; font-weight: 750; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 14px 32px rgba(11,31,58,.18); }
.btn-light { background: rgba(255,255,255,.8); border-color: rgba(11,31,58,.12); color: var(--navy); }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: end center; }
.portrait-card { position: relative; width: min(100%, 480px); height: 525px; border-radius: 40px 40px 16px 16px; background: linear-gradient(180deg, #fff 0%, #e8e3d7 100%); box-shadow: var(--shadow); overflow: hidden; display: flex; align-items: flex-end; justify-content: center; border: 1px solid rgba(255,255,255,.8); }
.portrait-card::before { content: ""; position: absolute; inset: 22px 22px auto; height: 6px; background: linear-gradient(90deg, var(--saffron) 0 33%, #fff 33% 66%, var(--green) 66%); border-radius: 99px; z-index: 2; }
.portrait-card img { width: 95%; max-height: 92%; object-fit: contain; object-position: bottom center; position: relative; z-index: 1; filter: drop-shadow(0 24px 28px rgba(11,31,58,.18)); }
.hero-quote { position: absolute; left: -30px; bottom: 56px; z-index: 3; width: 250px; background: rgba(11,31,58,.96); color: white; padding: 20px 22px; border-radius: 18px; box-shadow: 0 18px 40px rgba(11,31,58,.22); }
.hero-quote strong { display: block; font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.25; }
.hero-quote span { display: block; margin-top: 6px; font-size: .8rem; color: rgba(255,255,255,.7); }

.section { padding-block: 96px; }
.section-white { background: #fff; }
.section-dark { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.section-dark::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; border: 50px solid rgba(245,124,31,.08); right: -80px; bottom: -120px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.section-head h2, .content-title { font-family: Georgia, serif; color: var(--navy); font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.025em; margin: 9px 0 0; }
.section-dark .section-head h2 { color: #fff; }
.section-head p { max-width: 600px; color: var(--muted); margin: 0; }
.section-dark .section-head p { color: rgba(255,255,255,.68); }

.stats { margin-top: -38px; position: relative; z-index: 5; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid rgba(11,31,58,.07); overflow: hidden; }
.stat { padding: 28px 30px; min-height: 145px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { font-family: Georgia, serif; font-size: 2.25rem; line-height: 1; color: var(--navy); }
.stat span { margin-top: 10px; color: var(--muted); font-size: .9rem; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.image-frame { background: linear-gradient(150deg, #ece6da, #fff); border-radius: 30px; min-height: 500px; position: relative; display: grid; place-items: end center; overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 90%; max-height: 500px; object-fit: contain; }
.kicker { color: var(--saffron); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .76rem; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; color: #4e5d70; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; background: #e8f5ee; color: var(--green); display: grid; place-items: center; font-size: .74rem; font-weight: 900; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: #fff; border-radius: 20px; border: 1px solid rgba(11,31,58,.08); padding: 28px; box-shadow: 0 10px 30px rgba(11,31,58,.05); }
.card .num { font-family: Georgia, serif; color: var(--gold); font-size: 2rem; }
.card h3 { margin: 12px 0 8px; color: var(--navy); font-size: 1.18rem; }
.card p { color: var(--muted); margin: 0; font-size: .95rem; }
.program-card { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; }
.program-card .tag { display: inline-flex; width: fit-content; padding: 6px 10px; border-radius: 999px; background: #f3f5f8; color: var(--muted); font-size: .74rem; font-weight: 700; }

.timeline { position: relative; margin-top: 12px; }
.timeline::before { content: ""; position: absolute; left: 17px; top: 8px; bottom: 8px; width: 2px; background: rgba(255,255,255,.16); }
.timeline-item { position: relative; padding-left: 58px; padding-bottom: 34px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ""; position: absolute; left: 8px; top: 5px; width: 18px; height: 18px; border-radius: 50%; background: var(--saffron); box-shadow: 0 0 0 8px rgba(245,124,31,.12); }
.timeline-item small { color: #f6b279; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.timeline-item h3 { margin: 5px 0 5px; color: #fff; font-size: 1.23rem; }
.timeline-item p { margin: 0; color: rgba(255,255,255,.68); max-width: 760px; }

.page-hero { background: linear-gradient(145deg, #faf7f1, #f0eee8); border-bottom: 1px solid var(--line); }
.page-hero .container { padding-block: 78px 64px; }
.page-hero h1 { font-size: clamp(3rem, 5vw, 5.3rem); max-width: 850px; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.breadcrumb { display: flex; align-items: center; gap: 8px; color: #7a8594; font-size: .86rem; }
.breadcrumb a { text-decoration: none; color: var(--navy); font-weight: 700; }

.profile-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 34px; }
.profile-panel { background: var(--navy); color: #fff; border-radius: 26px; padding: 34px; position: sticky; top: 110px; align-self: start; }
.profile-panel .portrait-mini { background: linear-gradient(#fff, #eee8dc); border-radius: 18px; overflow: hidden; height: 330px; display: grid; place-items: end center; margin-bottom: 24px; }
.profile-panel .portrait-mini img { max-height: 320px; width: 96%; object-fit: contain; }
.profile-panel h2 { font-family: Georgia, serif; font-size: 1.9rem; line-height: 1.08; margin: 0; }
.profile-panel p { color: rgba(255,255,255,.7); }
.fact-row { border-top: 1px solid rgba(255,255,255,.13); padding: 14px 0; display: grid; gap: 2px; }
.fact-row span { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.48); }
.fact-row strong { font-size: .92rem; font-weight: 700; }
.content-stack { display: grid; gap: 22px; }
.info-box { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px; }
.info-box h2, .info-box h3 { color: var(--navy); margin-top: 0; }
.info-box h2 { font-family: Georgia, serif; font-size: 2rem; }
.info-box p:last-child { margin-bottom: 0; }
.pill-list { display: flex; gap: 10px; flex-wrap: wrap; padding: 0; list-style: none; }
.pill-list li { background: #f1f4f7; border: 1px solid #e7ebef; color: #425168; padding: 8px 12px; border-radius: 999px; font-weight: 650; font-size: .86rem; }

.legacy-list { display: grid; gap: 18px; }
.legacy-item { display: grid; grid-template-columns: 88px 1fr; gap: 24px; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 24px; }
.legacy-item .year { width: 70px; height: 70px; border-radius: 18px; background: var(--navy); color: #fff; display: grid; place-items: center; font-family: Georgia, serif; text-align: center; line-height: 1.05; }
.legacy-item h3 { margin: 0 0 7px; color: var(--navy); }
.legacy-item p { margin: 0; color: var(--muted); }

.gallery-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.gallery-item { background: #fff; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(11,31,58,.07); }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery-item.profile { min-height: 550px; background: linear-gradient(#f5f1e8, #fff); display: grid; place-items: end center; }
.gallery-item.profile img { object-fit: contain; max-height: 540px; width: 95%; }
.gallery-item.doc { aspect-ratio: 3/4; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; }
.contact-card { background: var(--navy); color: #fff; border-radius: 26px; padding: 34px; }
.contact-card h2 { font-family: Georgia, serif; margin-top: 0; font-size: 2rem; }
.contact-card p, .contact-card span { color: rgba(255,255,255,.72); }
.contact-line { display: grid; gap: 4px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.contact-line a { text-decoration: none; font-weight: 700; color: #fff; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 34px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .86rem; font-weight: 750; color: var(--navy); }
.field input, .field textarea { width: 100%; border: 1px solid #d9dee6; border-radius: 12px; padding: 12px 14px; background: #fff; color: var(--ink); outline: none; transition: border .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { border-color: #8394aa; box-shadow: 0 0 0 4px rgba(11,31,58,.07); }
.field textarea { min-height: 150px; resize: vertical; }
.alert { padding: 13px 15px; border-radius: 12px; margin-bottom: 18px; font-size: .92rem; }
.alert-success { background: #eaf7ef; color: #196a3e; border: 1px solid #caead7; }
.alert-error { background: #fff0ef; color: #982a20; border: 1px solid #f2d3d0; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.cta-band { padding-block: 70px; background: linear-gradient(115deg, var(--navy) 0%, #173a63 100%); color: white; }
.cta-wrap { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.cta-wrap h2 { font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.07; margin: 0 0 8px; }
.cta-wrap p { margin: 0; color: rgba(255,255,255,.68); max-width: 620px; }
.cta-wrap .btn { background: #fff; color: var(--navy); flex: 0 0 auto; }

.prose { max-width: 900px; margin: 0 auto; }
.prose h2 { font-family: Georgia, serif; color: var(--navy); font-size: 2rem; margin-top: 42px; }
.prose p, .prose li { color: #536174; }
.prose a { color: var(--navy); }

.site-footer { background: #07182d; color: #fff; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .75fr 1fr .75fr; gap: 34px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 52px; height: 52px; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: Georgia, serif; font-size: 1.2rem; }
.footer-brand span { color: rgba(255,255,255,.55); font-size: .8rem; margin-top: 4px; }
.footer-note { max-width: 420px; color: rgba(255,255,255,.58); font-size: .9rem; }
.footer-grid h2 { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: #f0c184; margin: 0 0 16px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.7); text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; margin-top: 44px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: .78rem; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .site-nav { position: fixed; inset: 82px 16px auto; display: none; padding: 14px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); border: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav a { border-radius: 12px; padding: 12px 14px; }
  .site-nav .nav-cta { margin-left: 0; text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-quote { left: 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.profile { grid-column: 1 / -1; min-height: 500px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-wrap { min-height: 74px; }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 46px; }
  .brand-copy strong { font-size: .94rem; }
  .brand-copy small { font-size: .7rem; }
  .site-nav { inset: 74px 14px auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 54px 68px; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 4.8rem); }
  .hero-visual { min-height: 480px; }
  .portrait-card { height: 455px; border-radius: 32px 32px 14px 14px; }
  .hero-quote { left: 12px; bottom: 22px; width: 225px; }
  .stats { margin-top: -26px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { min-height: 125px; padding: 22px; }
  .stat strong { font-size: 1.9rem; }
  .section { padding-block: 70px; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .two-col, .profile-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .image-frame { min-height: 410px; }
  .profile-panel { position: static; }
  .cards { grid-template-columns: 1fr; }
  .page-hero .container { padding-block: 54px 48px; }
  .page-hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .legacy-item { grid-template-columns: 64px 1fr; gap: 16px; padding: 20px; }
  .legacy-item .year { width: 58px; height: 58px; font-size: .88rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item.profile { grid-column: auto; min-height: 440px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .cta-wrap { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 460px) {
  .brand-copy small { display: none; }
  .hero h1 { font-size: 3.1rem; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .hero-visual { min-height: 420px; }
  .portrait-card { height: 400px; }
  .hero-quote { position: relative; left: auto; bottom: auto; margin-top: -50px; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
