@font-face {
  font-family: Manrope;
  src: url("/fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: Newsreader;
  src: url("/fonts/newsreader-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --blue: #1335b5;
  --deep: #102471;
  --ink: #162342;
  --paper: #f6f5f0;
  --line: #d7dbdf;
  --muted: #566176;
  --yellow: #f6d667;
  --ease: cubic-bezier(0.2, 0.7, 0.3, 1);
}
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.045em;
}
em {
  font-family: Newsreader, Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.05em;
}
p {
  max-width: 70ch;
}
a,
summary {
  touch-action: manipulation;
}
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid #d19400;
  outline-offset: 6px;
}
::selection {
  background: var(--yellow);
  color: var(--deep);
}
.wrap {
  width: min(1376px, calc(100% - 100px));
  margin-inline: auto;
}
.eyebrow {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.skip {
  position: fixed;
  top: 8px;
  left: 16px;
  padding: 12px 20px;
  background: var(--yellow);
  z-index: 1000;
  transform: translateY(-180%);
}
.skip:focus {
  transform: none;
}
.utility {
  background: var(--deep);
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
.utility .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
}
.utility nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.utility i {
  font-style: normal;
  margin: 0 9px;
  color: #94a8e7;
}
.utility a:hover {
  text-decoration: underline;
}
.preview-label {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ced6f5;
  border-left: 1px solid #6675ac;
  padding-left: 22px;
}
.brand img {
  width: 143px;
  height: auto;
}
.pill-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  border: 1px solid var(--blue);
  border-radius: 60px;
  padding: 16px 25px;
  background: var(--blue);
  color: white;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.5;
  transition:
    background 0.2s,
    transform 0.2s;
}
.pill-button span {
  font-size: 1.3125rem;
  line-height: 1;
}
.pill-button:hover,
.button:hover {
  background: var(--deep);
  transform: translateY(-2px);
}
.pill-button.light {
  background: var(--paper);
  color: var(--blue);
  border-color: var(--paper);
}
.pill-button.light:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
}
.text-link:hover {
  color: var(--blue);
}
.blue-dot {
  width: 7px;
  height: 7px;
  background: var(--blue);
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.discovery-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}
.hero-type {
  padding: 60px 48px 28px max(50px, calc((100vw - 1376px) / 2));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-type h1 {
  font-size: clamp(4.0625rem, 6.9vw, 7.375rem);
  line-height: 0.97;
  letter-spacing: -0.07em;
  color: var(--blue);
  margin: 30px 0 26px;
}
.hero-type h1 em {
  line-height: 0.88;
  letter-spacing: -0.06em;
}
.hero-summary {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 350px;
  margin-bottom: 26px;
}
.hero-foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.875rem;
  width: 100%;
  padding-top: 40px;
  margin-top: auto;
}
.hero-foot > a {
  display: flex;
  gap: 16px;
}
.hero-visual {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #10247128, transparent 30%, #05142d80);
}
.hero-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 54% center;
  position: absolute;
  inset: 0;
  z-index: -2;
  animation: photo-arrive 1.2s var(--ease) both;
}
.hero-location {
  position: absolute;
  left: 35px;
  top: 35px;
  color: white;
  font-size: 0.875rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  padding-left: 26px;
}
.hero-location strong {
  font-weight: 500;
}
.location-cross {
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 1.4375rem;
}
.hero-seal {
  position: absolute;
  right: 35px;
  top: 35px;
  width: 114px;
  height: 114px;
  background: var(--yellow);
  border-radius: 50%;
  display: grid;
  place-content: center;
  color: var(--deep);
  transform: rotate(12deg);
}
.hero-seal svg {
  width: 59px;
  height: 59px;
  margin: auto;
}
.hero-seal span {
  font-size: 0.875rem;
  margin-top: 3px;
  letter-spacing: -0.01em;
}
.hero-photo-caption {
  position: absolute;
  bottom: 28px;
  left: 35px;
  right: 35px;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 0.875rem;
  padding-top: 17px;
  border-top: 1px solid #ffffff6b;
}
.school-manifesto {
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 50px;
}
.section-label {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.small-orbit {
  font-size: 5rem;
  font-weight: 300;
  color: var(--blue);
  line-height: 1;
}
.school-manifesto h2 {
  font-size: clamp(1.75rem, 3vw, 3.125rem);
  line-height: 1.22;
  color: var(--blue);
}
.school-manifesto h2 span {
  color: var(--ink);
}
.manifesto-bottom {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 75px;
  margin-top: 30px;
  align-items: end;
}
.manifesto-bottom p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.9;
}
.manifesto-bottom > a {
  justify-self: start;
  white-space: nowrap;
}
.identity-notes {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
  margin-top: 45px;
}
.identity-notes span {
  font-size: 0.875rem;
  color: var(--muted);
}
.identity-notes b {
  display: block;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 4px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
  margin-bottom: 48px;
}
.section-heading h2 {
  font-size: clamp(2.25rem, 4.3vw, 4.25rem);
  line-height: 1.03;
  margin-top: 18px;
}
.section-heading > p,
.section-heading > div + div > p {
  font-size: 1rem;
  line-height: 1.9;
  max-width: 330px;
}
.section-heading > div + div .text-link {
  margin-top: 18px;
}
.stages-section {
  padding: 90px 0 100px;
  background: #e8ebee;
}
.stages-section .section-heading h2 {
  color: var(--blue);
}
.stages {
  border-top: 1px solid #aeb8c9;
}
.stage {
  border-bottom: 1px solid #aeb8c9;
}
.stage summary {
  display: grid;
  grid-template-columns: 65px 1fr 160px 45px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  padding: 22px 0;
}
.stage-number {
  font-size: 0.875rem;
  color: var(--muted);
}
.stage h3 {
  font-size: 2.375rem;
  letter-spacing: -0.05em;
}
.stage-verb {
  font-size: 0.875rem;
  color: var(--muted);
}
.stage-toggle {
  width: 34px;
  height: 34px;
  border: 1px solid #98a6c2;
  border-radius: 50%;
  text-align: center;
  line-height: 31px;
  font-size: 1.4375rem;
  font-weight: 300;
  justify-self: end;
  transition: transform 0.2s;
}
.stage[open] .stage-toggle {
  transform: rotate(45deg);
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.stage[open] h3 {
  color: var(--blue);
}
.stage-body {
  padding: 10px 0 36px 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.stage-body > div {
  padding-block: 16px;
}
.stage-body .eyebrow {
  color: var(--blue);
}
.stage-body h4 {
  font-size: 1.8125rem;
  max-width: 390px;
  margin-top: 14px;
}
.stage-body p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.9;
  max-width: 400px;
  margin: 18px 0 22px;
}
.stage-body img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.stage-admissions {
  display: block;
  font-size: 0.875rem;
  margin-top: 17px;
  color: var(--muted);
}
.stage-admissions:hover {
  color: var(--blue);
}
.life-section {
  padding-top: 110px;
  padding-bottom: 110px;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}
.editorial-photo {
  position: relative;
  overflow: hidden;
  min-height: 375px;
  background: var(--deep);
  color: #fff;
  isolation: isolate;
}
.editorial-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, #06142bc7);
  z-index: -1;
}
.editorial-photo img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.7s var(--ease);
}
.editorial-photo:hover img {
  transform: scale(1.04);
}
.editorial-photo > div {
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px;
}
.editorial-photo h3 {
  font-size: 2.125rem;
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin-top: 12px;
}
.editorial-photo .eyebrow {
  font-size: 0.875rem;
}
.photo-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  font-size: 1.3125rem;
}
.editorial-tall {
  grid-row: span 2;
}
.editorial-tall img {
  object-position: 42%;
}
.values-panel {
  background: var(--yellow);
  padding: 35px;
  position: relative;
  overflow: hidden;
  min-height: 310px;
}
.values-panel h3 {
  font-size: 3rem;
  line-height: 1.04;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.values-panel svg {
  position: absolute;
  width: 225px;
  height: 225px;
  right: -15px;
  top: 40px;
  color: #a08c4673;
  transform: rotate(-18deg);
}
.values-panel .text-link {
  margin-top: 26px;
  position: relative;
  font-size: 0.875rem;
}
.editorial-community {
  grid-column: 1/-1;
  min-height: 400px;
}
.editorial-community img {
  object-position: center 40%;
}
.editorial-community h3 {
  font-size: 2.8125rem;
}
.campus-feature {
  position: relative;
  min-height: 620px;
  isolation: isolate;
  color: white;
  display: flex;
  align-items: center;
  padding: 60px max(50px, calc((100% - 1376px) / 2));
}
.campus-feature > img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center 58%;
  z-index: -2;
}
.campus-feature:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #091940eb 0%,
    #09194095 36%,
    #09194000 80%
  );
  z-index: -1;
}
.campus-feature h2 {
  font-size: 4.6875rem;
  line-height: 1.02;
  margin: 24px 0;
}
.campus-feature p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 28px;
}
.campus-caption {
  position: absolute;
  right: 35px;
  bottom: 25px;
  font-size: 0.875rem;
}
.admission-path {
  padding-block: 110px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
}
.admission-path h2 {
  font-size: 3.5625rem;
  line-height: 1.05;
  margin-top: 22px;
}
.admission-path > div > p:not(.eyebrow) {
  font-size: 1rem;
  margin: 28px 0;
  line-height: 1.9;
}
.admission-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.admission-steps li {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 48px 1fr;
}
.admission-steps li > span {
  font-size: 0.875rem;
  color: var(--blue);
}
.admission-steps h3 {
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}
.admission-steps p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 13px 0;
  max-width: 360px;
  color: var(--muted);
}
.admission-steps a {
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 600;
}
.family-shortcut {
  padding: 60px 0;
  background: #e8ebee;
}
.family-shortcut > .wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
  align-items: center;
}
.family-shortcut h2 {
  font-size: 3.125rem;
  line-height: 1.05;
  margin-top: 18px;
}
.family-quicklinks {
  border-top: 1px solid #aeb8c9;
}
.family-quicklinks a {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #aeb8c9;
  font-size: 1rem;
}
.family-quicklinks b {
  font-size: 1.1875rem;
  font-weight: 400;
}
.family-quicklinks a:hover {
  color: var(--blue);
}
.site-footer {
  background: var(--blue);
  color: #fff;
  padding: 80px 0 20px;
}
.footer-invitation {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  align-items: end;
  padding-bottom: 65px;
  border-bottom: 1px solid #ffffff50;
}
.footer-invitation h2 {
  font-size: clamp(4.0625rem, 7.2vw, 6.875rem);
  line-height: 0.98;
  margin-top: 20px;
}
.footer-invitation > div + div {
  max-width: 310px;
}
.footer-invitation p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.9;
  color: #e5eaff;
}
.round-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  font-size: 1rem;
}
.round-link b {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #ffffff8c;
  border-radius: 50%;
  font-size: 1.8125rem;
  font-weight: 400;
  transition: background 0.2s;
}
.round-link:hover b {
  background: var(--yellow);
  color: var(--deep);
  border-color: var(--yellow);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  padding: 50px 0;
}
.footer-brand > span {
  font-size: 1.5625rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  display: block;
}
.footer-brand p {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #d8e1ff;
  margin-top: 18px;
}
.footer-grid h3 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.footer-grid > div > a {
  display: block;
  font-size: 0.875rem;
  color: #e5eaff;
  margin: 9px 0;
}
.footer-grid a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-bottom {
  border-top: 1px solid #ffffff50;
  padding-top: 20px;
  font-size: 0.875rem;
  color: #d8e1ff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
/* Shared interiors retain all imported school content in a readable, consistent frame. */
.page-hero {
  position: relative;
  padding: 75px 0 70px;
  background: #e8ebee;
  overflow: hidden;
  isolation: isolate;
}
.page-hero h1 {
  font-size: clamp(2.8125rem, 6vw, 5.375rem);
  line-height: 1.02;
  max-width: 1040px;
  color: var(--blue);
  margin: 25px 0;
}
.page-hero p:not(.eyebrow) {
  font-size: 1.125rem;
  line-height: 1.9;
  max-width: 680px;
}
.page-hero .eyebrow a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page-hero.with-photo {
  min-height: 440px;
  display: flex;
  align-items: center;
  color: white;
  background: var(--deep);
}
.page-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.page-hero.with-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #061738eb, #061738a1 50%, #06173830);
  z-index: -1;
}
.with-photo h1 {
  color: white;
}
.with-photo p:not(.eyebrow) {
  max-width: 600px;
}
.section {
  padding: 70px 0;
}
.section + .section {
  padding-top: 0;
}
.section h2 {
  font-size: clamp(1.8125rem, 3.2vw, 2.875rem);
  margin-bottom: 20px;
}
.section .section-heading h2 {
  margin-bottom: 0;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.split h2 {
  margin-top: 17px;
}
.split p {
  font-size: 1.125rem;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 24px;
}
.split h3 {
  font-size: 1.625rem;
  margin-bottom: 14px;
}
.resource {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.resource strong {
  font-weight: 500;
  font-size: 1.4375rem;
  letter-spacing: -0.04em;
}
.resource span {
  font-size: 0.875rem;
}
.resource:hover {
  color: var(--blue);
}
.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.resource-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  background: #eceeea;
  border-top: 2px solid var(--blue);
  min-height: 245px;
  transition: background 0.2s;
}
.resource-card:hover {
  background: #e0e5ed;
}
.resource-card .eyebrow {
  color: var(--blue);
  font-size: 0.875rem;
}
.resource-card h3 {
  font-size: 1.75rem;
  line-height: 1.16;
  margin: 20px 0 14px;
}
.resource-card p:not(.eyebrow) {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
}
.resource-card .arrow {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: auto;
  padding-top: 27px;
}
.article-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 65px;
}
.article-nav {
  align-self: start;
  position: sticky;
  top: 126px;
  font-size: 1rem;
}
.article-nav > .eyebrow {
  margin-bottom: 17px;
}
.article-nav > a:not(.button) {
  display: block;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.article-nav a[aria-current] {
  color: var(--blue);
  font-weight: 800;
}
.article-nav > .button {
  margin-top: 25px;
  font-size: 0.875rem;
}
.aside-note {
  padding: 22px 0;
  color: var(--muted);
  font-size: 0.875rem;
}
.aside-note a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 6px;
}
.article-main {
  min-width: 0;
}
.entry-feature {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  margin-bottom: 40px;
}
.imported-content {
  font-size: 1.125rem;
  line-height: 1.85;
  overflow-wrap: anywhere;
}
.imported-content h1,
.imported-content h2 {
  font-size: 2.125rem;
  margin: 42px 0 22px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.imported-content h3 {
  font-size: 1.5625rem;
  margin: 32px 0 16px;
  line-height: 1.25;
}
.imported-content h4,
.imported-content h5,
.imported-content h6 {
  font-size: 1.25rem;
  margin: 24px 0 12px;
  line-height: 1.4;
}
.imported-content p {
  margin: 16px 0;
}
.imported-content a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.imported-content img {
  margin: 24px auto;
  height: auto;
  max-width: 100%;
  border-radius: 2px;
}
.imported-content div > img + img {
  margin-top: 24px;
}
.imported-content ul,
.imported-content ol {
  padding-left: 22px;
  margin: 20px 0;
}
.imported-content li {
  margin: 8px 0;
}
.imported-content table {
  border-collapse: collapse;
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.imported-content td,
.imported-content th {
  border: 1px solid var(--line);
  padding: 12px;
}
.imported-content .gallery,
.imported-content .et_pb_gallery_items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.imported-content .gallery img,
.imported-content .et_pb_gallery_items img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin: 0;
}
.imported-content .gallery-item {
  margin: 0;
}
.imported-content figure {
  margin: 22px 0;
}
.imported-content figcaption {
  font-size: 1rem;
  color: var(--muted);
}
.source-note {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.875rem;
}
.source-note a {
  text-decoration: underline;
}
.archive-index {
  margin-bottom: 50px;
}
.archive-index h2 {
  margin: 25px 0;
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}
.archive-grid > a {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  font-size: 1rem;
}
.archive-grid > a:hover {
  color: var(--blue);
}
.directory-group {
  margin-bottom: 55px;
}
.directory-group h2 {
  font-size: 1.875rem;
}
.empty-entry {
  padding: 28px;
  background: #e8ebee;
  font-size: 1.125rem;
  margin-bottom: 30px;
}
.empty-entry a {
  display: inline-block;
  margin-top: 16px;
  text-decoration: underline;
}
.contact-location {
  margin-top: 45px;
}
.contact-location p {
  margin-bottom: 22px;
}
.search-box {
  display: block;
  max-width: 750px;
  margin-top: 30px;
}
.search-box > span {
  display: block;
  font-size: 0.875rem;
  font-weight: 650;
  margin-bottom: 10px;
}
.search-box input {
  width: 100%;
  border: 1px solid #a9b4cc;
  border-radius: 0;
  padding: 17px 20px;
  background: var(--paper);
  color: var(--ink);
  font-size: 1.125rem;
}
.search-status {
  font-size: 0.875rem;
  color: var(--muted);
  padding-top: 12px;
}
.page-contents {
  padding: 22px 25px;
  background: #e8ebee;
  margin-bottom: 35px;
}
.page-contents summary {
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}
.page-contents ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-height: 320px;
  overflow-y: auto;
  gap: 12px 25px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
.page-contents .heading-level-2 {
  grid-column: 1 / -1;
  font-weight: 750;
  padding-top: 8px;
}
.stage-next {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.page-contents a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
[hidden] {
  display: none !important;
}
@keyframes photo-arrive {
  from {
    transform: scale(1.035);
    opacity: 0.6;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@media (min-width: 1700px) {
  .discovery-hero {
    min-height: 810px;
  }
  .hero-type {
    padding-top: 80px;
  }
  .hero-type h1 {
    margin-top: 40px;
  }
  .hero-summary {
    font-size: 1.125rem;
    max-width: 410px;
  }
  .hero-visual {
    max-height: 900px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 60px);
  }
  .brand img {
    width: 125px;
  }
  .hero-type {
    padding: 45px 28px 25px 30px;
  }
  .discovery-hero {
    min-height: 615px;
  }
  .hero-type h1 {
    font-size: 4.6875rem;
  }
  .hero-foot {
    font-size: 0.875rem;
    gap: 10px;
  }
  .hero-summary {
    font-size: 1rem;
  }
  .hero-seal {
    right: 25px;
    top: 25px;
    width: 95px;
    height: 95px;
  }
  .hero-seal svg {
    width: 48px;
    height: 48px;
  }
  .hero-seal span {
    font-size: 0.875rem;
  }
  .hero-location {
    left: 25px;
    top: 25px;
    font-size: 0.875rem;
  }
  .school-manifesto {
    grid-template-columns: 1fr 3.6fr;
    gap: 25px;
    padding-block: 85px;
  }
  .manifesto-bottom {
    gap: 35px;
  }
  .section-heading {
    gap: 35px;
  }
  .stage-body {
    gap: 40px;
  }
  .campus-feature {
    padding-inline: 30px;
  }
  .admission-path {
    gap: 55px;
  }
  .admission-path h2 {
    font-size: 2.875rem;
  }
  .footer-grid {
    gap: 25px;
  }
  .footer-invitation {
    gap: 55px;
  }
  .article-layout {
    grid-template-columns: 185px minmax(0, 1fr);
    gap: 35px;
  }
  .hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .family-shortcut > .wrap {
    gap: 55px;
  }
}
@media (max-width: 850px) {
  .brand img {
    width: 122px;
  }
  .hero-type h1 {
    font-size: 4rem;
  }
  .hero-summary {
    font-size: 0.875rem;
  }
  .hero-foot > span {
    display: none;
  }
  .discovery-hero {
    min-height: 560px;
  }
  .hero-type {
    padding-top: 35px;
  }
  .hero-type > .eyebrow {
    font-size: 0.875rem;
  }
  .hero-type > .pill-button {
    font-size: 0.875rem;
    padding: 14px 18px;
    gap: 17px;
  }
  .hero-seal {
    top: 95px;
    right: 20px;
  }
  .hero-photo-caption {
    left: 25px;
    right: 25px;
    font-size: 0.875rem;
  }
  .school-manifesto {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 70px;
  }
  .section-label {
    display: block;
  }
  .small-orbit {
    display: none;
  }
  .school-manifesto h2 {
    font-size: 2.1875rem;
  }
  .manifesto-bottom {
    grid-template-columns: 1.8fr 1fr;
    gap: 35px;
  }
  .section-heading h2 {
    font-size: 2.875rem;
  }
  .stage-body {
    gap: 30px;
    padding-left: 45px;
  }
  .stage summary {
    grid-template-columns: 45px 1fr 105px 40px;
  }
  .stage h3 {
    font-size: 2.0625rem;
  }
  .stage-body h4 {
    font-size: 1.5625rem;
  }
  .stage-body img {
    height: 265px;
  }
  .stages-section,
  .life-section {
    padding-block: 70px;
  }
  .editorial-photo h3 {
    font-size: 1.8125rem;
  }
  .editorial-photo {
    min-height: 315px;
  }
  .editorial-photo > div {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
  .values-panel {
    padding: 25px;
    min-height: 295px;
  }
  .values-panel h3 {
    font-size: 2.4375rem;
  }
  .values-panel svg {
    width: 180px;
    right: -40px;
    top: 70px;
  }
  .editorial-community {
    min-height: 340px;
  }
  .campus-feature {
    min-height: 520px;
  }
  .campus-feature h2 {
    font-size: 3.875rem;
  }
  .admission-path {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 70px;
  }
  .admission-path h2 {
    font-size: 3.375rem;
  }
  .admission-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .admission-steps li {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .admission-steps h3 {
    font-size: 1.375rem;
  }
  .family-shortcut h2 {
    font-size: 2.625rem;
  }
  .footer-invitation {
    gap: 45px;
  }
  .footer-grid {
    grid-template-columns: 1.4fr 1fr;
    gap: 35px;
  }
  .footer-invitation h2 {
    font-size: 4.5625rem;
  }
  .page-hero {
    padding-block: 55px;
  }
  .page-hero.with-photo {
    min-height: 390px;
  }
  .page-hero h1 {
    font-size: 3.75rem;
  }
  .article-layout {
    grid-template-columns: 1fr;
  }
  .article-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
  }
  .article-nav > .eyebrow {
    width: 100%;
    margin-bottom: 0;
  }
  .article-nav > a:not(.button) {
    border: 0;
    padding: 0;
  }
  .article-nav > .button {
    margin: 0;
    padding: 5px 13px;
    font-size: 0.875rem;
  }
  .aside-note {
    display: none;
  }
  .section {
    padding-block: 50px;
  }
  .split {
    gap: 45px;
  }
  .resource {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .imported-content .gallery,
  .imported-content .et_pb_gallery_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 580px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .utility .wrap {
    min-height: 30px;
    justify-content: flex-end;
  }
  .utility .wrap > span {
    display: none;
  }
  .utility nav {
    gap: 19px;
    font-size: 0.875rem;
    justify-content: space-between;
    width: 100%;
  }
  .preview-label {
    font-size: 0.875rem;
    padding-left: 13px;
  }
  .brand img {
    width: 109px;
  }
  .discovery-hero {
    grid-template-columns: 1fr;
  }
  .hero-type {
    padding: 34px 20px 27px;
  }
  .hero-type > .eyebrow {
    font-size: 0.875rem;
  }
  .hero-type h1 {
    font-size: clamp(2.75rem, 14vw, 5rem);
    margin: 27px 0 20px;
    line-height: 0.96;
  }
  .hero-summary {
    font-size: 1rem;
    max-width: 330px;
    margin-bottom: 23px;
  }
  .hero-type > .pill-button {
    font-size: 0.875rem;
    padding: 15px 20px;
    gap: 34px;
  }
  .hero-foot {
    padding-top: 28px;
    font-size: 0.875rem;
  }
  .hero-foot > span {
    display: block;
  }
  .hero-visual {
    height: 390px;
  }
  .hero-image {
    object-position: center 55%;
  }
  .hero-location {
    top: 22px;
    left: 20px;
  }
  .hero-seal {
    top: 23px;
    right: 20px;
    width: 95px;
    height: 95px;
  }
  .hero-photo-caption {
    left: 20px;
    right: 20px;
    bottom: 22px;
    font-size: 0.875rem;
  }
  .school-manifesto {
    padding-block: 60px;
    gap: 24px;
  }
  .section-label {
    font-size: 0.875rem;
  }
  .school-manifesto h2 {
    font-size: 1.875rem;
    line-height: 1.22;
    letter-spacing: -0.04em;
  }
  .school-manifesto h2 br {
    display: none;
  }
  .manifesto-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 25px;
  }
  .manifesto-bottom p {
    font-size: 1rem;
  }
  .identity-notes {
    grid-template-columns: 1fr 1fr;
    gap: 22px 15px;
    padding-top: 22px;
    margin-top: 30px;
  }
  .identity-notes span:last-child {
    grid-column: 1/-1;
  }
  .identity-notes b {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }
  .identity-notes span {
    font-size: 0.875rem;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 2.625rem;
    margin-top: 17px;
    line-height: 1.04;
  }
  .section-heading > p,
  .section-heading > div + div > p {
    margin-top: 22px;
    font-size: 1rem;
  }
  .eyebrow {
    font-size: 0.875rem;
  }
  .stages-section,
  .life-section {
    padding-block: 58px;
  }
  .stage summary {
    grid-template-columns: 33px 1fr 32px;
    padding-block: 23px;
  }
  .stage h3 {
    font-size: 1.875rem;
  }
  .stage-number {
    font-size: 0.875rem;
  }
  .stage-verb {
    display: none;
  }
  .stage-toggle {
    width: 28px;
    height: 28px;
    font-size: 1.25rem;
    line-height: 25px;
  }
  .stage-body {
    padding: 0 0 25px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .stage-body > div {
    padding: 0 0 0 33px;
  }
  .stage-body h4 {
    font-size: 1.625rem;
    margin-top: 13px;
  }
  .stage-body p:not(.eyebrow) {
    font-size: 1rem;
    margin: 14px 0 20px;
  }
  .stage-body img {
    height: 235px;
  }
  .stage-admissions {
    font-size: 0.875rem;
  }
  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .editorial-tall {
    grid-row: auto;
  }
  .editorial-photo {
    min-height: 355px;
  }
  .editorial-photo h3 {
    font-size: 2.0625rem;
  }
  .editorial-tall img {
    object-position: center;
  }
  .values-panel {
    min-height: 290px;
    padding: 28px;
  }
  .values-panel h3 {
    font-size: 2.6875rem;
  }
  .values-panel svg {
    width: 190px;
    right: -5px;
    top: 65px;
  }
  .editorial-community {
    grid-column: auto;
    min-height: 355px;
  }
  .campus-feature {
    min-height: 560px;
    padding: 50px 20px;
    align-items: flex-start;
  }
  .campus-feature:after {
    background: linear-gradient(180deg, #091940d6, #0919405c 80%);
  }
  .campus-feature > img {
    object-position: 65%;
  }
  .campus-feature h2 {
    font-size: 3.5625rem;
    line-height: 1.02;
    margin: 24px 0 20px;
  }
  .campus-feature p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .campus-caption {
    bottom: 22px;
    left: 20px;
    right: 20px;
    font-size: 0.875rem;
  }
  .admission-path {
    padding-block: 60px;
    gap: 40px;
  }
  .admission-path h2 {
    font-size: 2.5625rem;
    margin-top: 18px;
  }
  .admission-path > div > p:not(.eyebrow) {
    font-size: 1rem;
    margin: 23px 0;
  }
  .admission-path > div > p br {
    display: none;
  }
  .admission-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .admission-steps li {
    grid-template-columns: 40px 1fr;
    padding: 22px 0;
    gap: 0;
  }
  .admission-steps h3 {
    font-size: 1.4375rem;
  }
  .family-shortcut {
    padding-block: 50px;
  }
  .family-shortcut > .wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .family-shortcut h2 {
    font-size: 2.625rem;
  }
  .family-quicklinks a {
    font-size: 1rem;
  }
  .site-footer {
    padding-top: 55px;
  }
  .footer-invitation {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 35px;
  }
  .footer-invitation h2 {
    font-size: 4.6875rem;
  }
  .footer-invitation > div + div {
    max-width: none;
  }
  .footer-invitation p:not(.eyebrow) {
    font-size: 1rem;
    max-width: 320px;
  }
  .round-link {
    max-width: 320px;
    margin-top: 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
    padding-block: 35px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand > span {
    font-size: 1.75rem;
  }
  .footer-brand p {
    font-size: 0.875rem;
    margin-top: 12px;
  }
  .footer-grid h3 {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
  .footer-grid > div > a {
    font-size: 0.875rem;
  }
  .footer-bottom {
    font-size: 0.875rem;
    flex-wrap: wrap;
    gap: 15px;
  }
  .page-hero {
    padding-block: 42px;
  }
  .page-hero h1 {
    font-size: 2.6875rem;
    line-height: 1.07;
    margin: 23px 0;
  }
  .page-hero p:not(.eyebrow) {
    font-size: 1rem;
  }
  .page-hero.with-photo {
    min-height: 390px;
  }
  .with-photo .page-photo {
    object-position: 60%;
  }
  .section {
    padding-block: 40px;
  }
  .section h2 {
    font-size: 1.9375rem;
    line-height: 1.15;
  }
  .section .section-heading {
    margin-bottom: 27px;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .split p {
    font-size: 1rem;
  }
  .resource {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .resource strong {
    font-size: 1.4375rem;
  }
  .resource span {
    font-size: 0.875rem;
    text-align: right;
  }
  .hub-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .resource-card {
    padding: 25px;
    min-height: 220px;
  }
  .resource-card h3 {
    font-size: 1.8125rem;
  }
  .resource-card p:not(.eyebrow) {
    font-size: 1rem;
  }
  .article-layout {
    gap: 30px;
  }
  .article-nav {
    font-size: 0.875rem;
    gap: 12px 20px;
  }
  .imported-content {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .imported-content h1,
  .imported-content h2 {
    font-size: 1.75rem;
    margin: 32px 0 18px;
  }
  .imported-content h3 {
    font-size: 1.4375rem;
    margin: 25px 0 15px;
  }
  .imported-content .gallery img,
  .imported-content .et_pb_gallery_items img {
    height: 145px;
  }
  .imported-content .gallery,
  .imported-content .et_pb_gallery_items {
    gap: 10px;
  }
  .archive-grid {
    grid-template-columns: 1fr;
  }
  .archive-grid > a {
    font-size: 1rem;
    padding-block: 14px;
  }
  .directory-group {
    margin-bottom: 38px;
  }
  .source-note {
    font-size: 0.875rem;
    margin-top: 40px;
  }
  .entry-feature {
    max-height: 350px;
  }
  .search-box input {
    font-size: 1rem;
    padding: 15px;
  }
  .page-contents {
    padding: 20px;
  }
  .page-contents ul {
    display: block;
  }
  .page-contents li + li {
    margin-top: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
/* Reading sizes respect the browser's default font and zoom settings. */
html {
  font-size: 100%;
}
button:focus-visible {
  outline: 3px solid #d19400;
  outline-offset: 6px;
}
@media (max-width: 580px) {
  .utility .preview-label {
    display: none;
  }
  .utility .wrap {
    min-height: 2.5rem;
  }
  .utility nav {
    gap: 1rem;
  }
  .pill-button,
  .button {
    gap: 1.5rem;
  }
}
@media (max-width: 360px) {
  .brand img {
    width: 5.5rem;
  }
  .nav-actions {
    gap: 0.5rem;
  }
  .admissions-button {
    gap: 0.4rem;
  }
  .header-row {
    gap: 0.6rem;
  }
  .nav-trigger {
    padding-left: 0.5rem;
  }
}
@media (max-width: 360px) {
  .admissions-button .button-orbit {
    display: none;
  }
  .brand {
    flex-shrink: 0;
  }
}
