:root {
  --blue: #0c4a89;
  --blue-dark: #07345f;
  --purple: #503aa8;
  --yellow: #fff8ba;
  --cream: #fbfaf3;
  --white: #fff;
  --ink: #17202a;
  --muted: #5b6570;
  --line: #dce3e8;
  --shadow: 0 18px 48px rgba(6, 35, 64, .14);
  --radius: 18px;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: var(--blue); text-underline-offset: .2em; }
a:hover { color: var(--purple); }
h1, h2, h3 { margin: 0 0 .7em; color: var(--blue); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
h1 { font-size: clamp(2.75rem, 7vw, 5.75rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.25em; }
.container { width: min(var(--content), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 800px; }
.centered { margin-inline: auto; text-align: center; }
.section { padding: clamp(72px, 9vw, 120px) 0; }
.section-tint { background: var(--cream); }
.section-heading { margin-bottom: 48px; }
.lead { color: #34404c; font-size: clamp(1.15rem, 2vw, 1.35rem); }
.eyebrow { margin-bottom: 12px; color: var(--purple); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--blue); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 100; border-bottom: 5px solid var(--yellow); background: rgba(255,255,255,.98); }
.nav-wrap { display: flex; width: min(1350px, calc(100% - 40px)); min-height: 94px; margin-inline: auto; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 183px; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 34px); }
.site-nav a { position: relative; padding: 34px 0 29px; color: var(--ink); font-size: .96rem; font-weight: 700; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: 23px; left: 0; height: 3px; border-radius: 3px; background: var(--purple); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--blue); }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.nav-toggle { display: none; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--blue); background: var(--white); font-size: 1.7rem; line-height: 1; }

.hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); }
.hero-home { min-height: min(720px, calc(100vh - 99px)); }
.hero-image, .page-hero > img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,25,48,.9) 0%, rgba(5,34,65,.66) 48%, rgba(5,28,50,.18) 100%); }
.hero-content { display: flex; min-height: min(720px, calc(100vh - 99px)); padding-block: 90px; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-content h1, .page-hero h1, .vision-hero h1 { max-width: 850px; color: var(--white); }
.hero-content > p:not(.eyebrow) { max-width: 700px; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.button-row { display: flex; margin-top: 10px; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 50px; padding: 12px 22px; border: 2px solid var(--yellow); border-radius: 6px; align-items: center; justify-content: center; color: var(--blue-dark); background: var(--yellow); font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { color: var(--blue-dark); background: #fff17a; transform: translateY(-2px); }
.button-outline-light { color: var(--white); background: transparent; }
.button-outline-light:hover { color: var(--blue-dark); background: var(--yellow); }
.button-secondary { border-color: var(--blue); color: var(--white); background: var(--blue); }
.button-secondary:hover { color: var(--white); background: var(--purple); }
.button-outline { border-color: var(--blue); color: var(--blue); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--blue); }
.text-link { color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(42px, 7vw, 90px); }
.split.align-start { align-items: start; }
.image-collage { position: relative; padding: 0 54px 54px 0; }
.collage-main { width: 100%; aspect-ratio: 4 / 5; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; }
.collage-small { position: absolute; right: 0; bottom: 0; width: 42%; aspect-ratio: 1; border: 8px solid var(--cream); border-radius: 50%; object-fit: cover; }
.campus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.image-card { position: relative; min-height: 570px; border-radius: var(--radius); isolation: isolate; overflow: hidden; }
.image-card > img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.image-card:hover > img { transform: scale(1.025); }
.image-card-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(5,28,50,.92), rgba(5,28,50,.08) 70%); }
.image-card-content { position: absolute; right: 36px; bottom: 34px; left: 36px; color: var(--white); }
.image-card h3 { margin-bottom: 8px; color: var(--white); font-size: 2rem; }
.image-card a { color: var(--yellow); font-weight: 800; text-decoration: none; }
.schedule-section { color: var(--white); background: linear-gradient(125deg, rgba(7,52,95,.97), rgba(12,74,137,.91)), url("images/calendar.jpg") center / cover; }
.schedule-section h2 { color: var(--white); }
.schedule-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(42px, 7vw, 90px); }
.date-list { display: grid; gap: 12px; }
.date-card { display: grid; padding: 16px 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; grid-template-columns: 105px 1fr; align-items: center; background: rgba(255,255,255,.08); }
.date-card time { display: flex; border-right: 1px solid rgba(255,255,255,.3); flex-direction: column; }
.date-card time strong { color: var(--yellow); font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.date-card time span { font-size: .8rem; }
.date-card p { margin: 0; padding-left: 22px; font-weight: 700; }

.page-hero { min-height: 470px; }
.page-hero-content { display: flex; min-height: 470px; padding-block: 70px; flex-direction: column; align-items: flex-start; justify-content: center; }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(2.8rem, 6vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 740px; font-size: 1.25rem; }
.rounded-image { width: 100%; max-height: 620px; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; }
.rounded-image.portrait { max-height: 760px; aspect-ratio: 4 / 5; }
.rounded-image.portrait-wide { max-height: 660px; aspect-ratio: 4 / 5; }
.value-list { display: grid; margin: 0; gap: 16px; }
.value-list > div { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.value-list dt { color: var(--blue); font-weight: 800; }
.value-list dd { margin: 2px 0 0; color: var(--muted); }
.timeline { display: grid; margin: 32px 0 0; padding: 0; gap: 0; list-style: none; }
.timeline li { display: grid; padding: 0 0 26px 24px; border-left: 3px solid var(--yellow); grid-template-columns: 70px 1fr; gap: 14px; }
.timeline strong { color: var(--purple); }
.leadership-section { color: var(--white); background: var(--blue-dark); }
.leadership-section h2 { color: var(--white); }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.person-card { overflow: hidden; border-radius: var(--radius); color: var(--ink); background: var(--white); }
.person-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.person-card div { padding: 22px; }
.person-card h3 { margin-bottom: 7px; }
.person-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.cta-strip { padding: 56px 0; color: var(--white); background: var(--purple); }
.cta-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-strip h2 { margin: 0; color: var(--white); }

.vision-hero { padding: clamp(70px, 9vw, 120px) 0; color: var(--white); background: linear-gradient(135deg, var(--blue-dark), var(--purple)); }
.vision-hero img { border: 8px solid rgba(255,255,255,.14); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-card { padding: clamp(30px, 5vw, 54px); border-radius: var(--radius); color: var(--white); background: var(--purple); box-shadow: var(--shadow); }
.quote-card p { font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.35; }
.quote-card span { color: var(--yellow); font-weight: 800; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar-grid article { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.pillar-grid span { color: var(--purple); font-size: .85rem; font-weight: 900; }
.donate-banner { padding: clamp(80px, 10vw, 130px) 0; color: var(--white); background: var(--blue); }
.donate-banner h2 { color: var(--white); }

.steps-grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(5, 1fr); gap: 14px; list-style: none; }
.steps-grid li { padding: 24px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.steps-grid span { display: grid; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 50%; place-items: center; color: var(--white); background: var(--purple); font-weight: 900; }
.steps-grid h3 { font-size: 1.2rem; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .93rem; }
.check-list { display: grid; margin: 26px 0; padding: 0; gap: 14px; list-style: none; }
.check-list li { position: relative; padding-left: 36px; }
.check-list li::before { position: absolute; top: 1px; left: 0; display: grid; width: 24px; height: 24px; border-radius: 50%; place-items: center; color: var(--white); background: var(--blue); content: "✓"; font-size: .75rem; font-weight: 900; }
.small-note { color: var(--muted); font-size: .9rem; }
.info-panel { padding: clamp(30px, 5vw, 54px); border-radius: var(--radius); color: var(--white); background: var(--blue); box-shadow: var(--shadow); }
.info-panel h2, .info-panel h3 { color: var(--white); }
.contact-panel { background: var(--purple); }
.faq-section { color: var(--white); background: var(--blue-dark); }
.faq-section h2 { color: var(--white); }
details { margin-bottom: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(255,255,255,.07); }
summary { padding: 19px 24px; cursor: pointer; color: var(--white); font-weight: 800; }
details p { padding: 0 24px 20px; color: #e7eef5; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.contact-card { padding: 34px 24px; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; box-shadow: 0 12px 35px rgba(7,52,95,.08); }
.contact-card p { margin: 0; }
.contact-icon { display: grid; width: 56px; height: 56px; margin: 0 auto 20px; border-radius: 50%; place-items: center; color: var(--white); background: var(--purple); font-size: 1.4rem; }
.break-word { overflow-wrap: anywhere; }
.large-address { margin-bottom: 22px; color: var(--purple); font-size: 1.25rem; font-style: normal; font-weight: 800; }

.site-footer { padding-top: 64px; border-top: 10px solid var(--yellow); color: #eaf0f6; background: #062b50; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 50px; }
.site-footer h2 { color: var(--yellow); font-family: inherit; font-size: 1.15rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: var(--white); }
.site-footer address { font-style: normal; }
.footer-bottom { display: flex; margin-top: 42px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.2); align-items: center; justify-content: space-between; gap: 20px; font-size: .9rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 94px; right: 0; left: 0; display: none; padding: 14px 20px 24px; border-bottom: 5px solid var(--yellow); flex-direction: column; align-items: stretch; gap: 0; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .split, .schedule-layout { grid-template-columns: 1fr; }
  .values-layout > div:first-child { max-width: 520px; margin-inline: auto; }
  .people-grid, .pillar-grid, .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container, .nav-wrap { width: min(100% - 28px, var(--content)); }
  .nav-wrap { min-height: 82px; }
  .brand img { width: 150px; }
  .site-nav { top: 82px; }
  .hero-home, .hero-content { min-height: 620px; }
  .hero-shade { background: rgba(4,25,48,.72); }
  .campus-grid, .people-grid, .pillar-grid, .contact-grid, .steps-grid { grid-template-columns: 1fr; }
  .image-card { min-height: 470px; }
  .date-card { grid-template-columns: 82px 1fr; padding: 14px; }
  .date-card p { padding-left: 14px; }
  .cta-strip .container, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
