:root {
  --navy: #12295a;
  --navy-deep: #0c1d42;
  --gold: #f2b40a;
  --gold-deep: #c48f00;
  --cream: #faf6ec;
  --ink: #1d2433;
  --muted: #5d6576;
  --line: #e6dfcd;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; font-family: var(--sans); font-size: 17px; line-height: 1.65; color: var(--ink); background: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); }
.wrap { width: min(1120px, 100% - 40px); margin-inline: auto; }
.narrow { max-width: 780px; }
.center { text-align: center; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; color: var(--navy); line-height: 1.15; margin: 0 0 .5em; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); max-width: 22ch; }
.center h2 { margin-inline: auto; max-width: 26ch; }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1em; }
.lead { font-size: 1.1rem; color: var(--muted); max-width: 70ch; }
.eyebrow { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: .8em; }
.eyebrow.light { color: #ffe08a; }

/* top bar + header */
.topbar { background: var(--navy-deep); color: #dfe6f5; font-size: .82rem; }
.topbar-in { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; }
.topbar strong { color: var(--gold); font-weight: 600; }

.header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-name { display: block; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--navy); line-height: 1.1; }
.brand-sub { display: block; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.nav { display: flex; gap: 26px; }
.nav a { text-decoration: none; font-size: .95rem; color: var(--ink); padding: 6px 0; border-bottom: 2px solid transparent; }
.nav a:hover { border-color: var(--gold); }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; }

/* hero */
.hero { background: linear-gradient(rgba(12,29,66,.35), rgba(12,29,66,.78)), url(assets/campus.jpg) center 58% / cover no-repeat; color: #fff; text-align: center; border-bottom: 5px solid var(--gold); }
.hero-in { padding: clamp(90px, 16vw, 170px) 0 clamp(70px, 10vw, 110px); }
.hero h1 { color: #fff; font-size: clamp(2.4rem, 6.4vw, 4.4rem); font-weight: 500; margin-bottom: .3em; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.hero-lead { font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 46ch; margin-inline: auto; }
.hero-facts { font-size: .88rem; opacity: .9; margin-bottom: 1.8em; }
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.btn { display: inline-block; padding: 12px 26px; border-radius: 3px; font-weight: 600; font-size: .95rem; text-decoration: none; transition: transform .15s, background .15s; }
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--navy-deep); }
.btn-gold:hover { background: #ffc629; }
.btn-ghost { border: 1px solid rgba(255,255,255,.75); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); }

/* quote band */
.quote { background: var(--navy); color: #fff; text-align: center; padding: 44px 0 38px; }
.quote blockquote { margin: 0 0 .4em; font-family: var(--serif); font-size: clamp(1.5rem, 3.4vw, 2.2rem); }
.quote p { margin: 0; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }

/* sections */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.tint { background: var(--cream); }
.two-col { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }

.glance { background: var(--cream); border: 1px solid var(--line); border-top: 3px solid var(--gold); padding: 26px 26px 12px; }
.tint .glance { background: #fff; }
.glance h3 { font-size: 1.25rem; }
.glance dl { margin: 0; }
.glance dl div { display: grid; grid-template-columns: 96px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.glance dt { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; color: var(--navy); line-height: 1.3; }
.glance dd { margin: 0; font-size: .92rem; color: var(--muted); line-height: 1.5; }

.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { background: #fff; border: 1px solid var(--line); padding: 24px; }
.card p { margin: 0; font-size: .96rem; color: var(--muted); }
.card h3 { font-size: 1.3rem; }
.person .role { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: .5em; }

.sub { margin: 40px 0 14px; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
.chips li { border: 1px solid var(--line); background: var(--cream); padding: 6px 16px; border-radius: 99px; font-size: .92rem; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; background: var(--navy-deep); }
.gallery img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .4s; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption { position: absolute; inset: auto 0 0 0; padding: 28px 14px 10px; font-size: .85rem; color: #fff; background: linear-gradient(transparent, rgba(12,29,66,.85)); }

/* admissions */
.steps { padding: 0; margin: 0 0 1.4em; list-style: none; counter-reset: s; }
.steps li { counter-increment: s; position: relative; padding: 14px 0 14px 54px; border-top: 1px solid var(--line); }
.steps li::before { content: counter(s); position: absolute; left: 0; top: 12px; width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--serif); font-size: 1.2rem; display: grid; place-items: center; }
.note { font-size: .93rem; color: var(--muted); }
.ticks { list-style: none; padding: 0; margin: 0 0 14px; }
.ticks li { padding: 10px 0 10px 28px; border-top: 1px solid var(--line); position: relative; font-size: .96rem; }
.ticks li::before { content: "✓"; position: absolute; left: 2px; color: var(--gold-deep); font-weight: 700; }

/* people */
details { margin-top: 18px; background: #fff; border: 1px solid var(--line); }
summary { cursor: pointer; padding: 16px 22px; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--navy); }
summary:hover { background: #fffdf6; }
.staff { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 32px; padding: 6px 22px 22px; }
.staff h4 { font-size: 1.12rem; margin: 14px 0 4px; }
.staff ul { list-style: none; margin: 0; padding: 0; font-size: .92rem; color: var(--muted); }
.staff li { padding: 2px 0; }
.committee { margin: 0; padding: 6px 22px 22px 46px; font-size: .95rem; color: var(--muted); columns: 2; column-gap: 48px; }
.committee li { padding: 3px 0; break-inside: avoid; }

/* contact + footer */
address { font-style: normal; font-size: 1.08rem; margin-bottom: 1em; }
.contact-lines { font-size: 1.08rem; }
.contact-lines a { text-decoration: none; border-bottom: 1px solid var(--gold); }

.footer { background: var(--navy-deep); color: #c9d2e6; font-size: .9rem; padding: 32px 0; }
.footer-in { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 56px; height: 56px; object-fit: contain; background: #fff; border-radius: 50%; padding: 4px; }
.footer strong { color: #fff; font-family: var(--serif); font-size: 1.15rem; }
.footer p { margin: 0; }

@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; }
  .cards, .cards.three { grid-template-columns: repeat(2, 1fr); }
  .staff { grid-template-columns: repeat(2, 1fr); }
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 6px 20px 14px; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 32px); }
  .hide-sm { display: none; }
  .brand-name { font-size: 1.05rem; }
  .brand img { width: 44px; height: 44px; }
  .cards, .cards.three, .staff { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gallery figcaption { font-size: .75rem; padding: 20px 8px 6px; }
  .committee { columns: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .gallery img { transition: none; }
}
