:root {
  --navy: #2459ad;
  --navy-dark: #153f82;
  --gold: #e2b13c;
  --cream: #fff4b8;
  --paper: #ffffff;
  --ink: #1d2b3a;
  --muted: #657182;
  --line: #d7dde4;
  --placeholder: #e6e9ed;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: white; font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 15px; top: 15px; z-index: 50; padding: 10px; background: white; }

.utility { background: var(--navy-dark); color: white; font-size: 12px; }
.utility .wrap { display: flex; justify-content: space-between; padding-block: 7px; }
.utility a { color: #f4d788; }
.nav-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
header { border-bottom: 4px solid var(--navy); }
.logo { display: flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.logo span { width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid var(--gold); background: var(--navy); color: white; font-weight: 700; }
.logo > img { width: 80px; height: 48px; display: block; object-fit: contain; background: #3158c4; border: 1px solid #d5b24c; }
.logo strong { font-size: 19px; }
.nav-row > nav { display: flex; gap: 25px; }
.nav-row > nav a { padding: 29px 0 25px; border-bottom: 4px solid transparent; color: #334155; font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-row > nav a:hover, .nav-row > nav a.current { border-color: var(--gold); color: var(--navy); }
.menu { display: none; border: 0; padding: 10px 14px; background: var(--navy); color: white; font: inherit; }

.intro { padding: 62px 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: center; }
.intro-copy { padding: 12px 0 12px 28px; border-left: 7px solid var(--navy); }
.label { margin: 0 0 12px; color: #8a6400; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 600px; margin-bottom: 20px; color: var(--navy); font-size: clamp(42px, 5.5vw, 68px); line-height: 1.03; letter-spacing: -.04em; }
h2 { margin-bottom: 20px; color: var(--navy); font-size: clamp(30px, 4vw, 44px); line-height: 1.12; letter-spacing: -.025em; }
.lead { max-width: 590px; margin-bottom: 27px; color: #4f5f72; font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 2px solid transparent; text-decoration: none; font-size: 14px; font-weight: 700; }
.button.primary { background: var(--navy); color: white; }
.button.outline { border-color: var(--navy); color: var(--navy); }
.placeholder { display: grid; place-items: center; align-content: center; border: 2px dashed #a7b0bb; background: repeating-linear-gradient(135deg, #e4e7eb, #e4e7eb 14px, #edf0f2 14px, #edf0f2 28px); color: #5a6675; text-align: center; }
.placeholder span { display: block; padding: 7px 12px; background: rgba(255,255,255,.86); font-weight: 700; }
.placeholder small { display: block; padding: 0 12px 7px; background: rgba(255,255,255,.86); }
.hero-placeholder { min-height: 395px; }
.slideshow { position: relative; min-width: 0; overflow: hidden; border: 5px solid var(--navy); background: var(--navy-dark); box-shadow: 6px 6px 0 rgba(226,177,60,.3), 0 16px 32px rgba(16,45,80,.2); }
.slides { height: auto; aspect-ratio: 3 / 2; }
.slide { position: relative; width: 100%; height: 100%; margin: 0; overflow: hidden; background: var(--navy-dark); }
.slide[hidden] { display: none; }
.slide img { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.slide figcaption { position: absolute; z-index: 2; inset: auto 0 0; display: flex; justify-content: space-between; gap: 15px; padding: 16px 20px; background: linear-gradient(0deg, rgba(4,18,34,.96), rgba(4,18,34,.72)); color: white; font-size: 12px; }
.slide figcaption strong, .slide figcaption span { display: block; }
.slide figcaption strong { font-size: 14px; }
.slide figcaption span { color: #dbe4ed; text-align: right; }
.basketball-slide img { height: calc(100% - 54px); object-position: center 32%; }
.basketball-slide figcaption { min-height: 54px; background: var(--navy-dark); }
.slide-arrow { position: absolute; top: 42%; z-index: 2; width: 42px; height: 54px; border: 1px solid rgba(255,255,255,.65); background: rgba(4,18,34,.72); color: white; font-size: 34px; line-height: 1; cursor: pointer; }
.slide-arrow:hover, .slide-arrow:focus { background: var(--gold); color: var(--navy-dark); }
.slide-arrow.previous { left: 10px; }
.slide-arrow.next { right: 10px; }
.slide-controls { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 13px; background: white; }
.slide-dots { display: flex; gap: 8px; }
.slide-dots button { width: 11px; height: 11px; padding: 0; border: 1px solid var(--navy); border-radius: 50%; background: white; cursor: pointer; }
.slide-dots button.active { background: var(--gold); box-shadow: 0 0 0 2px white, 0 0 0 3px var(--navy); }
.pause { border: 0; background: transparent; color: var(--navy); font: inherit; font-size: 12px; font-weight: 700; text-decoration: underline; cursor: pointer; }

.section { padding: 68px 0; }
#explore { padding-top: 42px; padding-bottom: 42px; }
#about { padding-bottom: 42px; }
#alumni { padding-top: 42px; }
.section-title { max-width: 670px; margin-bottom: 30px; }
.section-title h2 { margin-bottom: 0; }
.destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.destination { min-height: 285px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-top: 5px solid var(--gold); background: white; text-decoration: none; }
.destination:hover { border-color: var(--navy); }
.icon-box { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid #d2aa32; border-radius: 50%; background: #ffe995; color: var(--navy); }
.icon-box i { font-size: 27px; line-height: 1; }
.destination strong { margin-bottom: 8px; color: var(--navy); font-size: 21px; }
.destination small { color: var(--muted); font-size: 13px; }
.destination b { margin-top: auto; padding-top: 22px; color: var(--navy); font-size: 13px; }
.lists-callout { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 20px; margin-top: 20px; padding: 22px 26px; border: 1px solid #bfd0ec; border-left: 6px solid var(--navy); background: #f6f9ff; text-decoration: none; }
.lists-callout:hover { border-color: var(--navy); background: #edf3ff; }
.lists-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; box-shadow: 0 0 0 4px rgba(36,89,173,.12); font-size: 23px; }
.lists-callout strong, .lists-callout small { display: block; }
.lists-callout strong { color: var(--navy); font-size: 19px; }
.lists-callout small { color: var(--muted); font-size: 13px; }
.lists-callout b { color: var(--navy); font-size: 13px; white-space: nowrap; }

.soft { background: #fff9de; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.about-placeholder { min-height: 400px; }
.archive-gallery { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border: 4px solid var(--navy); background: var(--navy-dark); box-shadow: 6px 6px 0 rgba(226,177,60,.25); }
.archive-slide { position: relative; width: 100%; height: 100%; margin: 0; }
.archive-slide[hidden] { display: none; }
.archive-slide img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.archive-slide:first-child img { object-position: center 34%; }
.archive-slide:nth-child(2) img { object-position: center 38%; }
.archive-slide figcaption { position: absolute; inset: auto 0 0; padding: 13px 18px; background: rgba(13,63,130,.92); color: white; font-size: 13px; font-weight: 700; }
.archive-arrow { position: absolute; top: 43%; z-index: 2; width: 38px; height: 50px; border: 1px solid rgba(255,255,255,.65); background: rgba(21,63,130,.78); color: white; font-size: 30px; cursor: pointer; }
.archive-arrow:hover, .archive-arrow:focus { background: var(--gold); color: var(--navy-dark); }
.archive-previous { left: 9px; }
.archive-next { right: 9px; }
.archive-dots { position: absolute; z-index: 3; right: 14px; bottom: 14px; display: flex; gap: 7px; }
.archive-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid white; border-radius: 50%; background: transparent; cursor: pointer; }
.archive-dots button.active { background: var(--gold); }
.about-copy p:not(.label) { color: #526174; }
.mission-statement { margin: 18px 0; padding: 15px 17px; border-left: 5px solid var(--gold); background: #fff9dc; }
.mission-statement strong { color: var(--navy); font-size: 14px; text-transform: uppercase; letter-spacing: .05em; }
.mission-statement p { margin: 6px 0 0; line-height: 1.6; }
.mission-statement ul { margin: 10px 0 0; padding-left: 20px; }
.mission-statement li { margin: 8px 0; color: #526174; line-height: 1.55; }
.text-link { color: var(--navy); font-weight: 700; }
.about-copy .explore-invitation { margin-top: 20px; padding-left: 14px; border-left: 4px solid var(--gold); color: var(--navy); font-weight: 700; }
.centered { margin-inline: auto; text-align: center; }
.alumni-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.alumni-grid a { min-height: 255px; display: flex; flex-direction: column; align-items: center; padding: 25px 28px 22px; border-top: 5px solid var(--navy); border-right: 1px solid var(--line); text-align: center; text-decoration: none; transition: background .2s, transform .2s; }
.alumni-grid a:last-child { border-right: 0; }
.alumni-grid a:hover { background: #f3f7ff; transform: translateY(-3px); }
.alumni-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 50%; background: var(--navy); color: #ffe272; box-shadow: 0 0 0 4px rgba(36,89,173,.1); font-size: 23px; }
.alumni-grid strong { margin-bottom: 8px; color: var(--navy); font-size: 19px; }
.alumni-grid small { color: var(--muted); }
.alumni-grid b { margin-top: auto; padding-top: 15px; color: var(--navy); font-size: 13px; }

.help-band { padding: 40px 0; background: var(--navy); color: white; }
.help-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 42px; align-items: center; }
.help-band h2 { margin-bottom: 12px; color: white; font-size: clamp(27px, 3vw, 34px); }
.help-band p:not(.label) { max-width: 710px; margin-bottom: 0; color: #dbe4ed; }
.label.light { color: #f0cf77; }
.help-actions { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; justify-content: center; }
.help-actions .button { min-height: 46px; padding: 10px 16px; white-space: nowrap; }
.button.gold { background: var(--gold); color: var(--navy-dark); }
.button.light-outline { border-color: white; color: white; }

footer { padding: 28px 0; background: var(--navy-dark); color: #c9d4df; font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.1fr; gap: 34px; }
.footer-logo { margin-bottom: 8px; color: white; }
.footer-logo strong { line-height: 1.3; }
footer h3 { margin-bottom: 9px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
footer a { display: block; margin-bottom: 4px; color: #d7e0e9; text-decoration: none; }
footer a:hover { color: #ffe272; text-decoration: underline; }
footer p { color: #aebdcc; }
.footer-email { display: inline-block; padding: 7px 11px; border: 1px solid #8cace1; color: white; font-weight: 700; }
.appointment-note { margin-top: 9px; max-width: 250px; }
.social-links { display: flex; gap: 8px; margin-top: 8px; }
.social-links a { width: 33px; height: 33px; display: grid; place-items: center; margin: 0; border: 1px solid #789bd3; border-radius: 50%; color: white; font-size: 16px; }
.social-links a:hover { background: #ffe272; color: var(--navy-dark); text-decoration: none; }
main > .section:last-child { padding-bottom: 20px; }
.historical-notice { padding: 24px 0 30px; background: white; }
.historical-notice strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.historical-notice p { max-width: 1080px; margin: 0; color: #667385; font-size: 12px; line-height: 1.7; }
.copyright { margin-top: -10px; margin-bottom: 0; color: #8192a5; font-size: 11px; text-align: center; }

@media (max-width: 900px) {
  header { position: relative; }
  .menu { display: block; }
  .nav-row > nav { display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 10; padding: 12px 20px 20px; flex-direction: column; gap: 0; background: white; box-shadow: 0 12px 25px rgba(0,0,0,.14); }
  .nav-row > nav.open { display: flex; }
  .nav-row > nav a { padding: 12px 0; border: 0; }
  .intro-grid, .about-grid, .help-grid { grid-template-columns: 1fr; }
  .intro { padding: 42px 0; }
  .intro-grid { gap: 28px; }
  .intro-copy { max-width: 720px; }
  .slideshow { width: min(680px, 100%); margin-inline: auto; }
  .slides { aspect-ratio: 16 / 9; }
  .help-actions { align-items: flex-start; justify-content: flex-start; }
  .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .utility span { display: none; }
  .utility .wrap { justify-content: center; }
  .logo strong { font-size: 16px; }
  .intro { padding: 30px 0 34px; }
  .intro-grid { gap: 22px; }
  .intro-copy { padding-left: 18px; border-left-width: 5px; }
  .intro h1 { margin-bottom: 14px; font-size: clamp(34px, 11vw, 46px); }
  .intro .lead { margin-bottom: 18px; font-size: 16px; line-height: 1.5; }
  .hero-placeholder { min-height: 240px; }
  .slides { height: auto; aspect-ratio: 16 / 10; }
  .slide figcaption { padding: 10px 13px; font-size: 11px; }
  .slide figcaption strong { font-size: 12px; }
  .slide-controls { min-height: 41px; padding-block: 6px; }
  .slide-arrow { width: 34px; height: 44px; font-size: 28px; }
  .slide figcaption { display: block; }
  .slide figcaption span { text-align: left; }
  .actions .button { width: 100%; }
  .help-actions .button { width: 100%; }
  .section { padding: 50px 0; }
  #explore { padding-top: 34px; padding-bottom: 34px; }
  #about { padding-bottom: 34px; }
  #alumni { padding-top: 34px; }
  .destination-grid, .alumni-grid, .footer-grid { grid-template-columns: 1fr; }
  .lists-callout { grid-template-columns: 52px 1fr; }
  .lists-callout b { grid-column: 2; white-space: normal; }
  .alumni-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
}
