:root {
  --navy: #102b46; --blue: #167da5; --sky: #8bd4eb; --red: #b63042;
  --ink: #1b344a; --muted: #526475; --pale: #f1f5f8; --line: #d8e1e7;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
figure, blockquote, dl { margin: 0; }
p { margin: 0 0 1.2rem; }
h1, h2, h3 { margin: 0; color: var(--navy); font-weight: 400; }
h1, h2, .hero-message, .conviction-inner > p, .footer-name { font-family: Georgia, "Times New Roman", serif; }
h2 { font-size: clamp(2.1rem, 3.7vw, 3.25rem); line-height: 1.18; letter-spacing: -.035em; }
h2 em { font-style: normal; color: var(--blue); }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 100px; }
.eyebrow { margin: 0 0 1.35rem; color: var(--blue); font-size: .875rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; line-height: 1.5; }
.lead { color: var(--navy); font-size: 1.25rem; line-height: 1.65; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 18px; color: white; background: var(--navy); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 30; background: #fff; border-top: 4px solid var(--navy); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1320px, calc(100% - 64px)); min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: auto; }
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand-mark { display: grid; width: 48px; height: 52px; place-items: center; background: var(--navy); border-bottom: 4px solid var(--sky); color: white; font-family: Georgia, serif; font-size: 1.55rem; letter-spacing: -.06em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.4; }
.brand-copy strong { color: var(--navy); font-size: 1.15rem; letter-spacing: -.02em; }
.brand-copy small { font-size: .875rem; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .9375rem; font-weight: 600; }
.site-nav a { padding-block: 12px; }
.site-nav a:hover { color: var(--blue); }
.site-nav .nav-cta { padding: 10px 20px; border: 1px solid var(--navy); }
.site-nav .nav-cta:hover { color: white; background: var(--navy); }
.nav-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 64px; padding-block: 64px 70px; }
.hero-copy { padding-block: 16px; }
.hero .eyebrow { padding-left: 34px; position: relative; letter-spacing: .075em; }
.hero .eyebrow::before { content: ""; position: absolute; left: 0; top: .65em; width: 22px; height: 2px; background: var(--red); }
h1 { font-size: clamp(3.6rem, 5.8vw, 5.5rem); letter-spacing: -.055em; line-height: 1.06; }
h1 > span:first-child { display: block; margin-bottom: 5px; font-size: .37em; line-height: 1.4; letter-spacing: -.02em; }
.title-period { color: var(--blue); }
.hero-message { font-size: clamp(1.8rem, 2.5vw, 2.35rem); line-height: 1.22; margin: 28px 0 22px; color: var(--navy); }
.hero-intro { max-width: 510px; color: var(--muted); font-size: 1.0625rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 14px 22px; font-size: .9375rem; font-weight: 650; min-height: 52px; }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: #1b466d; }
.text-link { padding-block: 8px; border-bottom: 1px solid var(--blue); font-size: .9375rem; font-weight: 600; }
.text-link:hover { color: var(--blue); }
.hero-portrait { position: relative; align-self: stretch; min-height: 570px; background: #f4f5f7; overflow: hidden; border-bottom: 5px solid var(--sky); }
.hero-portrait img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center 30%; }
.hero-portrait figcaption { position: absolute; left: 0; bottom: 0; right: 0; padding: 70px 30px 26px; color: white; background: linear-gradient(0deg, rgba(11,32,54,.98), rgba(11,32,54,.8) 75%, rgba(11,32,54,0)); }
.hero-portrait figcaption span { display: block; font-size: .875rem; color: #cae2ee; margin-bottom: 5px; }
.hero-portrait figcaption strong { display: block; font-weight: 500; font-size: 1.25rem; line-height: 1.4; }
.conviction-band { background: var(--navy); color: white; }
.conviction-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 31px; }
.conviction-inner > p { margin: 0; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.3; }
.conviction-inner > span { color: #c4d8e7; font-size: .9375rem; }
.section-heading { margin-bottom: 44px; }
.profile-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 94px; }
.profile-copy p:not(.lead) { color: var(--muted); }
.profile-copy p:last-child { margin: 0; }
.profile-aside { min-width: 0; }
.student-photo { margin-bottom: 28px; }
.student-photo img { width: 100%; height: auto; }
.student-photo figcaption { margin-top: 10px; font-size: .875rem; line-height: 1.6; color: var(--muted); }
.profile-facts { padding: 24px 0 0; border-top: 1px solid var(--line); }
.profile-facts > div { padding: 18px 0 24px; border-bottom: 1px solid var(--line); }
.profile-facts > div:first-child { padding-top: 0; }
.profile-facts > div:last-child { border-bottom: 0; padding-bottom: 0; }
.profile-facts dt { color: var(--muted); font-size: .875rem; margin-bottom: 5px; }
.profile-facts dd { font-family: Georgia, serif; color: var(--navy); font-size: 1.75rem; line-height: 1.3; margin: 0 0 5px; }
.profile-facts span { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .9375rem; line-height: 1.65; color: var(--muted); display: block; margin-top: 6px; }
.service-section { background: var(--pale); padding-block: 80px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.service-photo { min-width: 0; }
.service-photo img { width: 100%; aspect-ratio: 1/1.08; object-fit: cover; object-position: 45% center; }
.service-photo figcaption { color: var(--muted); font-size: .875rem; padding-top: 14px; }
.service-copy h2 { margin-bottom: 26px; }
.service-copy > p:not(.lead):not(.eyebrow) { color: var(--muted); }
.service-principles { display: flex; flex-wrap: wrap; gap: 7px 20px; border-top: 1px solid #c8d4de; padding-top: 22px; margin-top: 28px; font-size: .875rem; font-weight: 650; color: var(--navy); }
.priorities-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; }
.priorities-heading > p { flex-basis: 420px; color: var(--muted); margin: 0 0 3px; }
.priority-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.priority-card { padding: 32px 30px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card-number { display: block; color: var(--blue); font-size: .875rem; font-weight: 650; margin-bottom: 21px; }
.priority-card h3 { font-family: Georgia, serif; font-size: 1.6rem; letter-spacing: -.025em; line-height: 1.25; margin-bottom: 22px; }
.priority-card p { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.priority-card .priority-detail { padding-top: 18px; margin: 22px 0 0; border-top: 1px solid var(--line); }
.moments-section { padding-top: 0; }
.moments-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.moments-heading > p { color: var(--muted); max-width: 390px; margin: 0; }
.photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.photo-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.photo-card .visitors-photo { object-position: 50% 60%; }
.photo-card figcaption { padding-top: 16px; }
.photo-card figcaption strong { display: block; font-size: 1.0625rem; line-height: 1.5; font-weight: 650; color: var(--navy); margin-bottom: 5px; }
.photo-card figcaption p { color: var(--muted); font-size: .9375rem; line-height: 1.6; margin: 0; }
.contact-section { background: var(--navy); color: white; padding-block: 80px; border-top: 5px solid var(--sky); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact-intro .eyebrow { color: var(--sky); }
.contact-intro h2 { color: white; margin-bottom: 23px; }
.contact-intro > p:not(.eyebrow) { color: #c4d6e5; max-width: 470px; }
.social-link { display: inline-flex; gap: 24px; color: var(--sky); font-size: .9375rem; font-weight: 600; padding-block: 6px; border-bottom: 1px solid #456b87; }
.social-link:hover { color: white; }
.contact-details { font-style: normal; min-width: 0; }
.contact-details a { display: block; padding-block: 20px; border-bottom: 1px solid #3c536a; }
.contact-details a:first-child { padding-top: 0; }
.contact-details a:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-details span { display: block; color: #bed0df; font-size: .875rem; margin-bottom: 5px; }
.contact-details strong { font-size: clamp(1.05rem, 1.55vw, 1.25rem); font-weight: 500; overflow-wrap: anywhere; }
.contact-details a:hover strong { color: var(--sky); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 32px; }
.footer-name { color: var(--navy); font-size: 1.65rem; letter-spacing: -.04em; line-height: 1.3; }
.footer-name span { color: var(--blue); }
.site-footer p { font-size: .875rem; color: var(--muted); margin: 0; }
.site-footer small { color: var(--muted); font-size: .8125rem; white-space: nowrap; }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 36px; }
  .hero-portrait { min-height: 540px; }
  .site-nav { gap: 22px; }
  .profile-grid, .service-grid { gap: 48px; }
  .priority-card { padding-inline: 23px; }
  .contact-grid { gap: 60px; }
}
@media (max-width: 900px) {
  .header-inner { min-height: 82px; }
  .brand-copy small { max-width: 220px; }
  .site-nav { gap: 16px; font-size: .875rem; }
  .site-nav .nav-cta { padding-inline: 14px; }
  .hero { padding-block: 46px; gap: 26px; }
  .hero-portrait { min-height: 530px; }
  .hero-actions { gap: 15px; }
  .section { padding-block: 76px; }
  .profile-grid, .service-grid { gap: 35px; }
  .service-photo img { aspect-ratio: 3/4; }
  .priority-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .priorities-heading { gap: 36px; }
  .priorities-heading > p { flex-basis: 340px; }
  .photo-grid { gap: 18px; }
  .moments-section { padding-top: 0; }
  .contact-grid { gap: 40px; }
  .site-footer { flex-wrap: wrap; gap: 12px 24px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 84px; }
  .container, .header-inner { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; }
  .header-inner { gap: 14px; }
  .brand { min-width: 0; flex-shrink: 1; }
  .brand-copy { min-width: 0; }
  .brand-mark { flex-shrink: 0; }
  .brand-mark { width: 40px; height: 45px; font-size: 1.35rem; }
  .brand-copy strong { font-size: 1.05rem; }
  .brand-copy small { font-size: .875rem; }
  .nav-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; height: 46px; width: 46px; background: transparent; border: 1px solid var(--line); cursor: pointer; color: var(--navy); flex-shrink: 0; }
  .nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; background: currentColor; transition: transform .18s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav { position: absolute; display: none; top: 100%; left: 0; right: 0; padding: 16px 20px 24px; background: white; box-shadow: 0 20px 25px #102b4614; border-bottom: 1px solid var(--line); max-height: calc(100dvh - 80px); overflow-y: auto; font-size: 1rem; }
  .site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav > a { padding: 14px 12px; }
  .site-nav .nav-cta { text-align: center; margin-top: 10px; }
  .hero { grid-template-columns: 1fr; padding-block: 38px 40px; gap: 32px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(3.7rem, 12vw, 5.5rem); }
  h1 > span:first-child { display: inline; margin: 0 5px 0 0; font-size: .45em; }
  .hero-message { font-size: 2rem; margin: 22px 0 18px; }
  .hero-message br { display: none; }
  .hero-intro { max-width: 600px; }
  .hero-actions { margin-top: 25px; gap: 24px; }
  .hero-portrait { min-height: 0; height: auto; aspect-ratio: 1/1; max-width: 540px; width: 100%; justify-self: center; }
  .hero-portrait img { object-position: center top; }
  .hero-portrait figcaption { padding: 50px 24px 22px; }
  .conviction-inner { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 26px; }
  .conviction-inner > p { font-size: 2rem; }
  .section { padding-block: 60px; }
  .section-heading { margin-bottom: 32px; }
  .profile-grid, .service-grid, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .profile-facts { padding: 25px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .profile-facts > div { padding-bottom: 20px; }
  .service-section { padding-block: 48px; }
  .service-photo img { aspect-ratio: 4/3; }
  .service-copy h2 { margin-bottom: 22px; }
  .priorities-heading, .moments-heading { display: block; }
  .priorities-heading > p, .moments-heading > p { margin-top: 22px; max-width: 560px; }
  .priority-card { padding: 26px 22px; }
  .priority-card h3 { font-size: 1.5rem; }
  .photo-grid { grid-template-columns: 1fr; gap: 32px; }
  .photo-card img { aspect-ratio: 3/2; }
  .moments-section { padding-top: 0; }
  .contact-section { padding-block: 54px; }
  .contact-details strong { font-size: 1.125rem; }
  .site-footer { align-items: flex-start; flex-direction: column; padding-block: 28px; }
}
@media (max-width: 500px) {
  .priority-grid { grid-template-columns: 1fr; }
  .priority-card { padding: 28px 24px; }
  .priority-card h3 br { display: none; }
  .priority-card h3 { font-size: 1.65rem; }
  .brand { gap: 10px; }
  .brand-copy small { max-width: 175px; }
  .hero .eyebrow { letter-spacing: .045em; }
  .hero-actions { gap: 17px; }
  .button { padding-inline: 18px; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
