:root {
  --navy: #182d4a;
  --navy-dark: #112238;
  --red: #822d3b;
  --text: #303942;
  --muted: #5b646e;
  --line: #dce0e4;
  --light: #f4f5f6;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: break-word;
}
body.menu-open { overflow: hidden; }
a { color: var(--navy); text-underline-offset: 3px; }
a:hover { color: var(--red); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
address { font-style: normal; }
figure { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.22;
}
h1 { margin-bottom: 18px; font-size: 42px; }
h2 { margin-bottom: 18px; font-size: 32px; }
h3 { margin-bottom: 12px; font-size: 24px; }
p { margin-bottom: 18px; }
ul, ol { margin-top: 0; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #9f7128; outline-offset: 4px; }
[hidden] { display: none !important; }
.wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.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;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--white);
  color: var(--navy);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

/* School identity and everyday links. */
.topbar { background: var(--light); border-bottom: 1px solid #e8eaec; font-size: 12px; }
.topbar > .wrap { min-height: 33px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.topbar > .wrap > span { color: var(--muted); }
.utility-links { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.utility-links a { text-decoration: none; }
.utility-links a:hover { text-decoration: underline; }
.site-header { position: relative; z-index: 20; background: var(--white); }
.masthead { display: flex; min-height: 117px; align-items: center; justify-content: space-between; gap: 28px; padding-block: 13px; }
.brand { display: flex; align-items: center; gap: 20px; min-width: 0; color: var(--navy); text-decoration: none; }
.brand:hover { color: var(--navy); }
.seal-frame { position: relative; flex: 0 0 84px; width: 84px; height: 84px; overflow: hidden; }
.seal-frame > img { position: absolute; top: 0; left: 50%; width: 127px; max-width: none; height: 84px; transform: translateX(-50%); }
.wordmark { display: flex; flex-direction: column; min-width: 0; }
.wordmark > strong { font-family: var(--serif); font-size: 32px; line-height: 1.16; font-weight: 400; }
.wordmark > small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.4; letter-spacing: .09em; }
.header-contact { display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-end; line-height: 1.5; }
.header-contact > span { color: var(--muted); font-size: 12px; }
.header-contact > a { margin-top: 3px; font-size: 20px; text-decoration: none; }
.header-contact > a:hover { text-decoration: underline; }
.nav-band { position: relative; z-index: 30; background: var(--navy); }
.nav-row { display: flex; min-height: 50px; align-items: stretch; justify-content: space-between; gap: 20px; }
.desktop-nav { display: flex; align-items: stretch; margin-left: -19px; }
.desktop-nav a { display: flex; align-items: center; padding: 12px 19px; color: var(--white); font-size: 14px; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { background: #2b405d; }
.nav-inquire { display: flex; align-items: center; justify-content: center; flex-shrink: 0; gap: 12px; padding: 10px 22px; background: var(--red); color: var(--white); font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-inquire:hover { background: #6c2330; color: var(--white); }
.menu-button { display: none; width: 44px; height: 44px; margin-block: 3px; padding: 10px; border: 0; background: transparent; color: var(--white); }
.menu-button > span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .15s, opacity .15s; }
.menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100dvh - 190px); overflow-y: auto; padding: 10px 32px 20px; background: var(--navy); border-top: 1px solid #43536a; border-bottom: 3px solid var(--red); }
.mobile-nav a { display: block; padding: 11px 0; border-bottom: 1px solid #3b4d65; color: var(--white); text-decoration: none; }
.mobile-nav a:hover, .mobile-nav a[aria-current="page"] { text-decoration: underline; }

/* First visit: a short introduction, followed by useful destinations. */
.home-hero { position: relative; overflow: hidden; background: #eeece6; }
.hero-photo { position: absolute; inset: 0 0 0 30%; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wrap { position: relative; display: flex; min-height: 460px; align-items: center; padding-block: 38px; }
.hero-intro { width: 420px; max-width: 100%; padding: 31px 34px 34px; background: rgba(255, 255, 255, .97); border-top: 4px solid var(--red); }
.hero-intro h1 { font-size: 40px; line-height: 1.15; margin-bottom: 18px; }
.hero-intro > p:not(.kicker) { margin-bottom: 22px; color: #414b54; }
.kicker { margin-bottom: 10px; color: var(--red); font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: .11em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 42px; justify-content: center; align-items: center; gap: 10px; padding: 9px 20px; border: 1px solid var(--navy); background: var(--navy); color: var(--white); font-size: 14px; font-weight: 700; line-height: 1.5; text-align: center; text-decoration: none; }
.button:hover { border-color: var(--navy-dark); background: var(--navy-dark); color: var(--white); }
.text-link { color: var(--red); font-size: 14px; font-weight: 700; text-decoration: underline; }
.text-link:hover { color: var(--navy); }
.quick-links { border-bottom: 1px solid var(--line); background: var(--white); }
.quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.quick-grid > a { display: block; padding: 21px 28px; border-right: 1px solid var(--line); text-decoration: none; }
.quick-grid > a:first-child { padding-left: 0; }
.quick-grid > a:last-child { border-right: 0; }
.quick-grid strong { display: block; margin-bottom: 3px; color: var(--navy); font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.35; }
.quick-grid span { display: block; color: var(--muted); font-size: 13px; }
.quick-grid > a:hover strong { color: var(--red); text-decoration: underline; text-underline-offset: 4px; }
.section { padding-block: 54px; }
.home-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 76px; align-items: start; }
.welcome-copy { padding-top: 4px; }
.welcome-copy h2 { max-width: 620px; }
.lead { font-size: 18px; line-height: 1.65; color: #414b54; }
.office-panel { padding: 25px 26px 27px; border: 1px solid var(--line); border-top: 3px solid var(--navy); background: var(--light); }
.office-panel .label { margin-bottom: 10px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.office-panel h2 { font-size: 25px; margin-bottom: 14px; }
.office-panel p, .office-panel address { font-size: 14px; line-height: 1.6; }
.office-panel address { margin-bottom: 15px; }
.phone-link { display: block; margin: 10px 0; font-size: 21px; text-decoration: none; }
.phone-link:hover { text-decoration: underline; }
.office-panel .text-link { display: inline-block; margin-top: 5px; overflow-wrap: anywhere; }
.academics-overview { padding-block: 48px 51px; background: var(--light); border-block: 1px solid #e7e9eb; }
.section-title { margin-bottom: 27px; }
.section-title h2 { margin-bottom: 8px; }
.section-title > p { margin-bottom: 0; color: var(--muted); }
.academic-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 37px; }
.academic-columns article { border-top: 2px solid var(--navy); padding-top: 21px; }
.academic-columns h3 { margin-bottom: 11px; font-size: 25px; }
.academic-columns p { font-size: 15px; }
.family-section { padding-block: 47px 52px; }
.family-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 90px; align-items: start; }
.family-grid h2 { margin-bottom: 12px; }
.family-grid > div > p { max-width: 460px; margin-bottom: 0; }
.resource-list { border-top: 1px solid var(--line); }
.resource-list > a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.resource-list strong { display: block; color: var(--navy); font-size: 15px; font-weight: 700; }
.resource-list span { display: block; margin-top: 2px; color: var(--muted); font-size: 13px; }
.resource-list strong span { display: inline; margin: 0 0 0 5px; color: inherit; font-size: inherit; }
.resource-list > a:hover strong { color: var(--red); text-decoration: underline; }

/* Interior pages keep the section directory close to the content. */
.page-heading { padding-block: 24px 30px; background: var(--light); border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 14px; color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--muted); }
.page-heading h1 { margin-bottom: 10px; font-size: 40px; }
.page-heading > .wrap > p { max-width: 780px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.page-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 62px; align-items: start; }
.section-menu { border-top: 3px solid var(--navy); }
.section-menu > p { padding: 15px 14px 12px; margin: 0; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); background: var(--light); }
.section-menu nav { display: grid; }
.section-menu nav a { padding: 11px 14px; border-bottom: 1px solid var(--line); color: var(--text); font-size: 14px; line-height: 1.45; text-decoration: none; }
.section-menu nav a:hover, .section-menu nav a[aria-current="page"] { color: var(--red); background: #f8f8f8; text-decoration: underline; }
.sidebar-contact { margin-top: 24px; padding: 17px 14px; border-top: 1px solid var(--line); background: var(--light); font-size: 13px; }
.sidebar-contact strong { display: block; color: var(--navy); }
.sidebar-contact p { margin: 5px 0 8px; color: var(--muted); font-size: 13px; }
.sidebar-contact a { font-size: 15px; }
.page-copy { min-width: 0; }
.page-copy a { overflow-wrap: anywhere; }
.page-copy > section { margin-bottom: 35px; padding-bottom: 34px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.page-copy > section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.page-copy h2 { font-size: 30px; margin-bottom: 18px; }
.page-copy h3 { margin-top: 23px; font-size: 23px; }
.page-copy p { max-width: 800px; }
.page-copy p:last-child { margin-bottom: 0; }
.mission-statement { padding-left: 18px; border-left: 3px solid var(--red); color: var(--navy); font-family: var(--serif); font-size: 23px; line-height: 1.5; }
.role { margin-top: -5px; color: var(--muted); font-size: 14px; }
.detail-list, .contact-details { margin: 23px 0 0; }
.detail-list > div, .contact-details > div { display: grid; grid-template-columns: 155px minmax(0, 1fr); gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); }
.detail-list > div:last-child, .contact-details > div:last-child { border-bottom: 1px solid var(--line); }
.detail-list dt, .contact-details dt { color: var(--navy); font-size: 14px; font-weight: 700; }
.detail-list dd, .contact-details dd { margin: 0; min-width: 0; overflow-wrap: anywhere; }
.detail-list dd p, .contact-details dd p { margin-bottom: 0; }
.simple-list, .visit-checklist { padding-left: 21px; margin-bottom: 18px; }
.simple-list li, .visit-checklist li { padding-left: 4px; margin-bottom: 8px; }
.simple-list li::marker, .visit-checklist li::marker { color: var(--red); }
.steps-list { padding-left: 26px; margin: 21px 0 0; }
.steps-list > li { padding-left: 10px; margin-bottom: 23px; }
.steps-list > li::marker { color: var(--red); font-weight: 700; }
.steps-list h3 { margin-top: 0; margin-bottom: 7px; font-size: 23px; }
.steps-list p { margin-bottom: 0; }
.callout { margin-top: 25px; padding: 20px 23px; border-left: 3px solid var(--red); background: var(--light); }
.callout h3 { margin-top: 0; margin-bottom: 8px; font-size: 23px; }
.callout p { font-size: 15px; }
.callout > :last-child { margin-bottom: 0; }
.inline-seal { width: 250px; max-width: 100%; margin: 24px 0 8px; text-align: center; }
.inline-seal img { width: 250px; height: auto; }
.inline-seal figcaption { margin-top: 6px; color: var(--muted); font-size: 12px; }
.faq { margin-top: 22px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; display: list-item; padding: 16px 8px 16px 3px; color: var(--navy); font-size: 16px; font-weight: 700; line-height: 1.5; cursor: pointer; }
.faq summary::marker { color: var(--red); font-size: 13px; }
.faq details > p { margin: 0 0 19px; padding-left: 22px; font-size: 15px; }
.contact-details { margin-top: 0; }
.contact-details a { overflow-wrap: anywhere; }
.directions-box { margin-top: 25px; padding: 24px; background: var(--light); border: 1px solid var(--line); }
.directions-box h3 { margin-top: 0; }
.directions-box address { margin-bottom: 18px; }
.directions-box p { font-size: 15px; }
.directions-box .label { margin-bottom: 9px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.directions-box .button { margin-top: 4px; }

/* Contact information stays available at the end of every page. */
.site-footer { padding-top: 39px; background: var(--navy); color: #e8ecf1; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr 1fr; gap: 70px; padding-bottom: 34px; }
.footer-grid > div { min-width: 0; }
.footer-name { display: block; color: var(--white); font-family: var(--serif); font-size: 26px; font-weight: 400; line-height: 1.3; }
.footer-grid p { margin: 10px 0 11px; color: #cad2dd; font-size: 13px; }
.footer-grid small { color: #cad2dd; font-size: 12px; }
.footer-grid nav { display: grid; gap: 6px; }
.footer-grid a { color: #eef1f5; font-size: 13px; }
.footer-grid .footer-name { font-size: 26px; text-decoration: none; }
.footer-grid .footer-name:hover { text-decoration: underline; }
.footer-grid nav a { width: fit-content; text-decoration: none; }
.footer-grid nav a:hover { text-decoration: underline; }
.footer-grid address { color: #dbe1e9; font-size: 13px; line-height: 1.8; overflow-wrap: anywhere; }
.footer-grid address a { display: inline-block; }
.footer-grid h2, .footer-grid h3 { color: var(--white); font-family: var(--sans); font-size: 14px; font-weight: 700; margin-bottom: 13px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-block: 16px 18px; border-top: 1px solid #3b4c63; color: #bec8d5; font-size: 11px; }
.footer-bottom .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #dbe1e9; }

@media (min-width: 901px) {
  .mobile-nav { display: none !important; }
  body.menu-open { overflow: auto; }
}

@media (max-width: 1050px) {
  .masthead { gap: 20px; }
  .wordmark > strong { font-size: 29px; }
  .wordmark > small { font-size: 11px; letter-spacing: .07em; }
  .header-contact > a { font-size: 19px; }
  .desktop-nav { margin-left: -15px; }
  .desktop-nav a { padding-inline: 10px; }
  .home-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; }
  .page-layout { gap: 38px; }
  .family-grid { gap: 50px; }
  .footer-grid { gap: 40px; }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; order: -1; margin-left: -10px; }
  .nav-inquire { margin-left: auto; }
  .masthead { min-height: 105px; }
  .brand { gap: 13px; }
  .wordmark > strong { font-size: 27px; }
  .wordmark > small { max-width: 360px; }
  .header-contact > span { max-width: 120px; text-align: right; font-size: 11px; }
  .header-contact > a { font-size: 17px; }
  .hero-photo { left: 21%; }
  .hero-intro { width: 395px; padding: 27px 29px 29px; }
  .hero-intro h1 { font-size: 37px; }
  .hero-wrap { min-height: 440px; }
  .home-grid { grid-template-columns: minmax(0, 1fr) 270px; gap: 30px; }
  .office-panel { padding: 21px 22px; }
  .quick-grid > a { padding-inline: 20px; }
  .quick-grid strong { font-size: 20px; }
  .academic-columns { gap: 24px; }
  .academic-columns h3 { font-size: 23px; }
  .page-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 32px; }
  .detail-list > div, .contact-details > div { grid-template-columns: 115px minmax(0, 1fr); gap: 16px; }
  .family-grid { gap: 36px; }
  .footer-grid { grid-template-columns: 1.2fr .65fr 1fr; gap: 28px; }
  .footer-grid .footer-name { font-size: 24px; }
}

@media (max-width: 700px) {
  .header-contact { display: none; }
  .home-grid { grid-template-columns: 1fr; gap: 30px; }
  .office-panel { max-width: none; }
  .academic-columns { grid-template-columns: 1fr; gap: 25px; }
  .academic-columns article { padding-top: 17px; }
  .academic-columns p { margin-bottom: 13px; }
  .family-grid { grid-template-columns: 1fr; gap: 24px; }
  .page-layout { grid-template-columns: 1fr; gap: 30px; }
  .section-menu nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; }
  .section-menu nav a { padding-inline: 0; }
  .section-menu > p { padding-inline: 12px; }
  .sidebar-contact { margin-top: 15px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .wrap { width: calc(100% - 36px); }
  body { font-size: 16px; }
  h1 { font-size: 33px; }
  h2 { font-size: 29px; }
  h3 { font-size: 23px; }
  .topbar { font-size: 11px; }
  .topbar > .wrap { min-height: 34px; align-items: flex-start; gap: 10px; padding-block: 7px; line-height: 1.4; }
  .topbar > .wrap > span { display: none; }
  .utility-links { width: 100%; justify-content: space-between; column-gap: 13px; row-gap: 4px; font-size: 12px; }
  .masthead { min-height: 103px; padding-block: 10px; }
  .brand { gap: 10px; }
  .seal-frame { flex-basis: 69px; width: 69px; height: 69px; }
  .seal-frame > img { width: 104.3px; height: 69px; }
  .wordmark > strong { font-size: 26px; line-height: 1.16; }
  .wordmark > small { margin-top: 5px; font-size: 9px; letter-spacing: .055em; }
  .nav-row { min-height: 48px; }
  .nav-inquire { padding: 9px 15px; font-size: 13px; }
  .menu-button { height: 42px; }
  .mobile-nav { padding: 8px 18px 18px; max-height: calc(100dvh - 185px); }
  .home-hero { background: var(--white); border-bottom: 1px solid var(--line); }
  .hero-photo { position: relative; inset: auto; width: 100%; height: 200px; }
  .hero-photo img { object-position: center; }
  .hero-wrap { display: block; min-height: 0; padding-block: 0; }
  .hero-intro { width: 100%; padding: 24px 0 29px; border-top: 0; background: var(--white); }
  .hero-intro h1 { max-width: 370px; font-size: 34px; margin-bottom: 14px; }
  .hero-intro > p:not(.kicker) { margin-bottom: 20px; }
  .kicker { font-size: 10px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > a, .quick-grid > a:first-child { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid > a:last-child { border-bottom: 0; }
  .quick-grid strong { margin-bottom: 2px; font-size: 21px; }
  .quick-grid span { font-size: 13px; }
  .section { padding-block: 35px; }
  .lead { font-size: 17px; }
  .home-grid { gap: 27px; }
  .office-panel { padding: 21px; }
  .academics-overview { padding-block: 34px 37px; }
  .section-title { margin-bottom: 23px; }
  .academic-columns { gap: 24px; }
  .family-section { padding-block: 33px 36px; }
  .page-heading { padding-block: 19px 24px; }
  .page-heading h1 { font-size: 34px; margin-bottom: 10px; }
  .page-heading > .wrap > p { font-size: 15px; }
  .breadcrumb { margin-bottom: 12px; font-size: 11px; }
  .page-layout { gap: 28px; }
  .section-menu > p { font-size: 11px; }
  .section-menu nav { column-gap: 18px; }
  .section-menu nav a { font-size: 13px; }
  .page-copy h2 { font-size: 28px; }
  .page-copy h3 { font-size: 23px; }
  .page-copy > section { margin-bottom: 28px; padding-bottom: 27px; }
  .detail-list > div, .contact-details > div { grid-template-columns: 1fr; gap: 3px; padding-block: 11px; }
  .detail-list dt, .contact-details dt { font-size: 13px; }
  .steps-list { padding-left: 22px; }
  .steps-list > li { padding-left: 6px; }
  .callout { margin-top: 21px; padding: 18px; }
  .faq summary { font-size: 15px; padding-block: 15px; }
  .faq details > p { padding-left: 19px; }
  .directions-box { padding: 20px; }
  .site-footer { padding-top: 31px; }
  .footer-grid { gap: 25px; padding-bottom: 28px; }
  .footer-bottom { flex-direction: column; padding-block: 14px; }
  .footer-bottom .wrap { display: block; }
  .footer-bottom .wrap > :not(:last-child) { margin-bottom: 5px; }
}

@media (max-width: 360px) {
  .wrap { width: calc(100% - 30px); }
  .brand { gap: 7px; }
  .seal-frame { flex-basis: 60px; width: 60px; height: 60px; }
  .seal-frame > img { width: 90.9px; height: 60px; }
  .wordmark > strong { font-size: 23px; }
  .wordmark > small { font-size: 8px; letter-spacing: .035em; }
  .utility-links { gap: 4px 10px; }
  .topbar { font-size: 10px; }
  .hero-intro h1 { font-size: 32px; }
  .hero-photo { height: 175px; }
  .footer-grid { grid-template-columns: 1fr; gap: 23px; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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

/* Staff directory: text remains complete when no portrait is supplied. */
.staff-category + .staff-category { margin-top: 36px; }
.staff-category > h2 { margin-bottom: 22px; }
.staff-profile { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(0, 1.3fr); gap: 30px; padding-block: 27px; border-top: 2px solid var(--navy); scroll-margin-top: 24px; }
.staff-profile + .staff-profile { border-top: 1px solid var(--line); }
.staff-identity, .staff-biography { min-width: 0; }
.page-copy .staff-identity h3 { margin: 0 0 8px; font-size: 26px; line-height: 1.3; }
.staff-role { margin-bottom: 12px; color: var(--red); font-size: 15px; }
.staff-subjects { font-size: 14px; color: var(--muted); }
.staff-profile-link { font-size: 12px; color: var(--muted); }
.staff-biography > p { margin-bottom: 15px; }
.staff-contact { display: flex; flex-direction: column; gap: 4px; margin-top: 23px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 14px; }
.staff-contact > span { margin-bottom: 3px; color: var(--muted); font-size: 12px; }
.staff-contact a, .staff-office-grid a { overflow-wrap: anywhere; }
.staff-portrait { width: 180px; height: 220px; object-fit: cover; }
.staff-profile.has-portrait { grid-template-columns: 180px minmax(0, 1fr); }
.staff-profile.has-portrait .staff-biography { grid-column: 2; }
.staff-office-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; padding: 22px; background: var(--light); margin-top: 24px; }
.page-copy .staff-office-grid h3 { margin-top: 0; font-size: 21px; }
.staff-office-grid p { font-size: 14px; }
@media (max-width: 1050px) {
  .staff-profile { grid-template-columns: 1fr; gap: 17px; }
}
@media (max-width: 600px) {
  .staff-office-grid { grid-template-columns: 1fr; gap: 25px; padding: 20px; }
  .staff-profile.has-portrait { grid-template-columns: 1fr; }
  .staff-profile.has-portrait .staff-biography { grid-column: auto; }
}
