:root {
  --navy-950: #061126;
  --navy-900: #091a3b;
  --navy-800: #102b5d;
  --blue-700: #145fc4;
  --blue-500: #2b82e6;
  --sky-300: #8ecaff;
  --gold-500: #e7b736;
  --gold-300: #f2d36e;
  --cream: #f4f0e7;
  --paper: #fbfaf7;
  --white: #ffffff;
  --ink: #101b30;
  --muted: #5e6877;
  --line: #dfe3e8;
  --container: 1240px;
  --header-height: 88px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --shadow: 0 28px 80px rgb(8 23 51 / 14%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: 120px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 60;
  inset-block-start: 0;
  inset-inline: 0;
  height: var(--header-height);
  color: var(--white);
  background: rgb(2 8 20 / 94%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  box-shadow: 0 12px 32px rgb(2 8 20 / 20%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  min-width: 250px;
  align-items: center;
  gap: 13px;
}

.brand img {
  width: 58px;
  height: 61px;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand-copy strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  letter-spacing: 0.1em;
}

.brand-copy small {
  color: #c3d0e1;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  margin-inline: auto;
}

.main-nav a {
  position: relative;
  padding-block: 12px;
  color: #d9e3f2;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav a::after {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 4px;
  height: 2px;
  content: "";
  background: var(--gold-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.main-nav .nav-fees {
  color: var(--gold-300);
}

.header-cta {
  display: inline-flex;
  min-width: 118px;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  color: var(--navy-950);
  background: var(--gold-500);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.header-cta:hover {
  background: var(--gold-300);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin-block: 4px;
  background: var(--white);
  border-radius: 99px;
}

.hero {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgb(4 14 34 / 99%) 0%, rgb(5 17 42 / 92%) 28%, rgb(6 20 47 / 48%) 58%, rgb(6 20 47 / 12%) 100%),
    linear-gradient(180deg, rgb(3 10 25 / 25%) 0%, transparent 50%, rgb(3 10 25 / 68%) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 830px;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.37fr);
  align-items: end;
  gap: 70px;
  padding-block: 190px 100px;
}

.hero-copy {
  align-self: center;
  max-width: 730px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--blue-700);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--gold-300);
}

.eyebrow span {
  width: 38px;
  height: 1px;
  background: currentColor;
}

.section-label.light {
  color: var(--gold-300);
}

.hero h1,
.manifesto h2,
.section-heading h2,
.learning-copy h2,
.pathway-top h2,
.fees-heading h2,
.support-copy h2,
.admissions-copy h2,
.campus-copy h2,
.faq-heading h2,
.contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.hero h1 {
  max-width: 760px;
  margin-block: 28px 26px;
  font-size: clamp(68px, 7.5vw, 112px);
}

.hero h1 em,
.manifesto h2 em,
.section-heading h2 em,
.fees-heading h2 em {
  color: var(--gold-300);
  font-style: italic;
}

.hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #c9d4e3;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-block-start: 37px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 14px 25px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-gold {
  color: var(--navy-950);
  background: var(--gold-500);
}

.button-gold:hover {
  background: var(--gold-300);
  transform: translateY(-2px);
}

.button-glass {
  color: var(--white);
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 24%);
  backdrop-filter: blur(12px);
}

.button-glass:hover {
  background: rgb(255 255 255 / 13%);
  transform: translateY(-2px);
}

.hero-note {
  align-self: end;
  max-width: 340px;
  padding: 28px;
  background: rgb(4 16 39 / 72%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--radius-md);
  backdrop-filter: blur(14px);
}

.hero-note > span {
  color: var(--gold-300);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-note strong {
  display: block;
  margin-block: 8px 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
}

.hero-note p {
  margin: 0;
  color: #b7c5d8;
  font-size: 12px;
  line-height: 1.65;
}

.image-disclaimer,
.section-image-note {
  color: #808a98;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-disclaimer {
  position: absolute;
  z-index: 3;
  inset-inline-end: 28px;
  inset-block-end: 18px;
  color: rgb(255 255 255 / 72%);
}

.fee-ribbon {
  position: relative;
  z-index: 8;
  color: var(--white);
  background: var(--blue-700);
}

.fee-ribbon-grid {
  display: grid;
  min-height: 132px;
  grid-template-columns: 1.25fr repeat(3, 1fr);
}

.fee-ribbon-title,
.ribbon-fee {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  padding: 24px 34px;
  border-inline-end: 1px solid rgb(255 255 255 / 20%);
}

.fee-ribbon-title {
  background: var(--gold-500);
  color: var(--navy-950);
}

.fee-ribbon-title span,
.ribbon-fee span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fee-ribbon-title strong {
  margin-block: 3px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.fee-ribbon-title small {
  font-size: 10px;
  font-weight: 700;
}

.ribbon-fee {
  position: relative;
  background: var(--blue-700);
}

.ribbon-fee strong {
  margin-block: 5px 1px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.ribbon-fee small {
  color: #b9d8ff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.manifesto {
  background: var(--paper);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 100px;
}

.manifesto h2,
.learning-copy h2,
.support-copy h2,
.campus-copy h2,
.faq-heading h2 {
  margin-block-start: 24px;
  color: var(--navy-950);
  font-size: clamp(48px, 5.6vw, 78px);
}

.manifesto h2 em {
  color: var(--blue-700);
}

.manifesto-copy .lead {
  margin: 0;
  color: #2d3748;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.45;
}

.manifesto-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-block-start: 48px;
}

.manifesto-points article {
  padding-block-start: 22px;
  border-top: 2px solid var(--line);
}

.manifesto-points article > span {
  color: var(--blue-700);
  font-size: 10px;
  font-weight: 900;
}

.manifesto-points h3 {
  margin: 11px 0 7px;
  color: var(--navy-900);
  font-size: 15px;
}

.manifesto-points p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.editorial-collage {
  position: relative;
  display: grid;
  min-height: 590px;
  grid-template-columns: 1.22fr 0.78fr;
  grid-template-rows: 1fr auto;
  gap: 18px;
  margin-block-start: 90px;
}

.editorial-collage figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--navy-900);
  border-radius: var(--radius-md);
}

.editorial-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms ease;
}

.editorial-collage figure:hover img {
  transform: scale(1.025);
}

.collage-primary {
  grid-row: 1 / 3;
}

.collage-secondary {
  min-height: 340px;
}

.editorial-collage figcaption,
.learning-image figcaption,
.support-visual figcaption {
  position: absolute;
  inset-inline-start: 17px;
  inset-block-end: 17px;
  padding: 9px 12px;
  color: var(--white);
  background: rgb(4 15 37 / 78%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 8px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.collage-statement {
  display: flex;
  min-height: 190px;
  align-items: center;
  gap: 24px;
  padding: 26px 32px;
  color: var(--white);
  background: var(--blue-700);
  border-radius: var(--radius-md);
}

.collage-statement strong {
  flex: 0 0 auto;
  color: var(--gold-300);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-weight: 400;
}

.collage-statement span {
  max-width: 210px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.editorial-collage > .image-disclaimer {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -32px;
  margin: 0;
}

.programme {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 5%, rgb(43 130 230 / 20%), transparent 33%),
    var(--navy-950);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  align-items: end;
  gap: 80px;
}

.section-heading h2,
.pathway-top h2,
.fees-heading h2,
.admissions-copy h2,
.contact h2 {
  margin-block-start: 20px;
  font-size: clamp(49px, 5.8vw, 82px);
}

.section-heading > p,
.fees-heading > p {
  margin: 0;
  color: #aebdd1;
  font-size: 14px;
  line-height: 1.75;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 360px 320px;
  gap: 16px;
  margin-block-start: 62px;
}

.pillar {
  position: relative;
  grid-column: span 4;
  min-width: 0;
  overflow: hidden;
  background: var(--navy-800);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--radius-md);
}

.pillar-feature {
  grid-column: span 8;
}

.pillar:nth-child(2) {
  grid-column: span 4;
}

.pillar:nth-child(3),
.pillar:nth-child(4),
.pillar:nth-child(5) {
  grid-column: span 4;
}

.pillar > img,
.pillar-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pillar > img {
  object-fit: cover;
  transition: transform 700ms ease;
}

.pillar:hover > img {
  transform: scale(1.04);
}

.pillar-overlay {
  background: linear-gradient(180deg, transparent 16%, rgb(3 12 29 / 18%) 45%, rgb(3 12 29 / 94%) 100%);
}

.pillar-content {
  position: absolute;
  z-index: 2;
  inset-inline: 25px;
  inset-block-end: 23px;
}

.pillar-content > span {
  color: var(--gold-300);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.pillar-content h3 {
  margin: 8px 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.pillar-feature .pillar-content h3 {
  font-size: 31px;
}

.pillar-content p {
  max-width: 510px;
  margin: 0;
  color: #c3cede;
  font-size: 11px;
  line-height: 1.6;
}

.section-image-note {
  margin: 18px 0 0;
  color: #75859d;
}

.learning {
  background: var(--cream);
}

.learning-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 100px;
}

.learning-copy > p,
.support-copy > p,
.campus-copy > p {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.subject-list {
  margin: 40px 0 0;
  padding: 0;
  border-top: 1px solid #cad0d7;
  list-style: none;
}

.subject-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 17px 4px;
  border-bottom: 1px solid #cad0d7;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.subject-list span {
  color: var(--blue-700);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  font-weight: 900;
}

.learning-visuals {
  position: relative;
  display: grid;
  min-height: 630px;
  grid-template-columns: 1.32fr 0.68fr;
  grid-template-rows: 1fr 0.7fr;
  gap: 16px;
}

.learning-image {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.learning-image-main {
  grid-row: 1 / 3;
}

.learning-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learning-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 27px;
  color: var(--white);
  background: var(--blue-700);
  border-radius: var(--radius-md);
}

.learning-stat strong {
  color: var(--gold-300);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 0.9;
}

.learning-stat span {
  margin-block-start: 13px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.learning-visuals > .image-disclaimer {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -33px;
  margin: 0;
}

.pathway {
  color: var(--white);
  background: var(--blue-700);
}

.pathway-top {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  align-items: start;
  gap: 70px;
}

.pathway-top h2 {
  margin: 0;
}

.pathway-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-block-start: 75px;
  border-top: 1px solid rgb(255 255 255 / 28%);
  border-bottom: 1px solid rgb(255 255 255 / 28%);
}

.pathway-steps article {
  min-height: 250px;
  padding: 32px 28px;
  border-inline-end: 1px solid rgb(255 255 255 / 22%);
}

.pathway-steps article:last-child {
  border-inline-end: 0;
}

.pathway-steps article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-500);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
}

.pathway-steps h3 {
  margin: 33px 0 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.pathway-steps p {
  margin: 0;
  color: #cce2ff;
  font-size: 11px;
  line-height: 1.65;
}

.fees {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}

.fees-spark {
  position: absolute;
  inset-block-start: -300px;
  inset-inline-end: -200px;
  width: 760px;
  height: 760px;
  background: radial-gradient(circle, rgb(43 130 230 / 25%), transparent 68%);
  border-radius: 999px;
}

.fees .container {
  position: relative;
  z-index: 1;
}

.fees-heading {
  display: grid;
  grid-template-columns: 0.82fr 0.58fr;
  align-items: end;
  gap: 100px;
}

.fee-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-block-start: 62px;
}

.fee-card {
  position: relative;
  display: flex;
  min-height: 410px;
  flex-direction: column;
  padding: 31px;
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.fee-card::before {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  height: 4px;
  content: "";
  background: var(--blue-500);
}

.fee-card.featured {
  color: var(--navy-950);
  background: var(--gold-500);
  border-color: var(--gold-500);
  transform: translateY(-10px);
}

.fee-card.featured::before {
  background: var(--white);
}

.fee-badge {
  position: absolute;
  inset-block-start: 24px;
  inset-inline-end: 24px;
  padding: 7px 9px;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fee-grade {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.fee-grade > span {
  color: #93a4bc;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fee-card.featured .fee-grade > span {
  color: #735c1e;
}

.fee-grade > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
}

.fee-amount {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-block: 62px 8px;
}

.fee-amount strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 67px);
  font-weight: 400;
  letter-spacing: -0.06em;
}

.fee-amount span {
  color: var(--gold-300);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.fee-card.featured .fee-amount span {
  color: #6f5719;
}

.fee-card > p {
  margin: 0;
  color: #9caac0;
  font-size: 11px;
}

.fee-card.featured > p {
  color: #69551d;
}

.fee-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: auto;
  padding-block-start: 22px;
  border-top: 1px solid rgb(255 255 255 / 16%);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
}

.fee-card.featured > a {
  color: var(--navy-950);
  border-top-color: rgb(6 17 38 / 18%);
}

.fee-card > a span {
  font-size: 20px;
}

.fee-note {
  margin: 20px 0 0;
  color: #7c8ba2;
  font-size: 10px;
}

.support {
  background: var(--paper);
}

.support-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 100px;
}

.support-visual {
  position: relative;
  display: grid;
  min-height: 580px;
  grid-template-columns: 1.13fr 0.87fr;
  gap: 16px;
}

.support-visual figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.support-visual figure:nth-child(2) {
  margin-block: 80px -30px;
}

.support-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-visual > .image-disclaimer {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -60px;
}

.support-list {
  margin-block-start: 42px;
  border-top: 1px solid var(--line);
}

.support-list div {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 18px 2px;
  border-bottom: 1px solid var(--line);
  color: var(--navy-900);
  font-size: 13px;
  font-weight: 800;
}

.support-list span {
  color: var(--blue-700);
  font-size: 9px;
  font-weight: 900;
}

.admissions {
  color: var(--white);
  background:
    linear-gradient(115deg, rgb(7 22 50 / 96%), rgb(12 45 92 / 92%)),
    url("assets/hero-student-athletes-v2.webp") center / cover;
}

.admissions-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: center;
  gap: 100px;
}

.admissions-copy > p {
  max-width: 580px;
  margin: 25px 0 34px;
  color: #bdc9da;
  font-size: 15px;
  line-height: 1.75;
}

.admissions-panel {
  overflow: hidden;
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--radius-md);
  backdrop-filter: blur(16px);
}

.admissions-panel > div {
  padding: 27px 30px;
  border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.admissions-panel > div:last-child {
  border-bottom: 0;
}

.admissions-panel span {
  display: block;
  margin-block-end: 10px;
  color: #91a2b9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.available-grades > div {
  display: flex;
  gap: 10px;
}

.available-grades strong {
  display: grid;
  width: 61px;
  height: 49px;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-500);
  border-radius: 10px;
  font-size: 12px;
}

.admissions-email a,
.admissions-phone a {
  color: var(--sky-300);
  font-size: clamp(15px, 2vw, 21px);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.admissions-phone a {
  color: var(--gold-300);
}

.admissions-location address {
  max-width: 430px;
  color: var(--white);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.65;
}

.admissions-location > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-block-start: 12px;
  color: var(--sky-300);
  font-size: 11px;
  font-weight: 900;
}

.admissions-location > a b {
  color: var(--gold-300);
  font-size: 15px;
}

.admissions-year strong {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.admissions-year i {
  width: 28px;
  height: 1px;
  background: var(--gold-500);
}

.campus {
  background: var(--cream);
}

.campus-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: 95px;
}

.campus-image {
  position: relative;
  margin: 0;
}

.campus-image::before {
  position: absolute;
  z-index: 0;
  inset-block-start: -17px;
  inset-inline-start: -17px;
  width: 52%;
  height: 58%;
  content: "";
  background: var(--gold-500);
  border-radius: var(--radius-md);
}

.campus-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.campus-image figcaption {
  position: absolute;
  z-index: 2;
  inset-inline-start: 17px;
  inset-block-end: 17px;
  max-width: calc(100% - 34px);
  padding: 10px 13px;
  color: var(--white);
  background: rgb(4 15 37 / 82%);
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  position: relative;
  padding: 25px 48px 25px 2px;
  color: var(--navy-900);
  font-size: 15px;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before,
.accordion summary::after {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 10px;
  width: 15px;
  height: 2px;
  content: "";
  background: var(--blue-700);
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.accordion summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion details[open] summary::after {
  transform: translateY(-50%);
}

.accordion p {
  margin: -5px 0 0;
  padding: 0 48px 24px 2px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.accordion p a {
  color: var(--blue-700);
  font-weight: 800;
}

.contact {
  padding-block: 82px;
  color: var(--white);
  background: var(--blue-700);
}

.contact-inner {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
  gap: 80px;
}

.contact h2 {
  margin-block-start: 15px;
  font-size: clamp(42px, 5vw, 66px);
}

.contact-link {
  position: relative;
  display: block;
  padding: 28px 62px 28px 30px;
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 19%);
  border-radius: var(--radius-md);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.contact-link:hover {
  background: rgb(255 255 255 / 16%);
  transform: translateY(-2px);
}

.contact-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-location {
  grid-column: 1 / 3;
}

.contact-link > span {
  display: block;
  margin-block-end: 7px;
  color: #c8e1ff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-link strong {
  display: block;
  color: var(--white);
  font-size: clamp(16px, 2vw, 24px);
  overflow-wrap: anywhere;
}

.contact-link small {
  display: block;
  max-width: 520px;
  margin-block-start: 7px;
  color: #c8e1ff;
  font-size: 10px;
  line-height: 1.55;
}

.contact-link i {
  position: absolute;
  inset-inline-end: 25px;
  inset-block-start: 50%;
  font-size: 28px;
  font-style: normal;
  transform: translateY(-50%);
}

.site-footer {
  padding-block: 38px;
  color: var(--white);
  background: var(--navy-950);
  border-top: 1px solid rgb(255 255 255 / 8%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 35px;
}

.footer-brand img {
  width: 50px;
  height: 53px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.footer-links a {
  color: #9caac0;
  font-size: 11px;
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--gold-300);
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  color: #6f7f97;
  font-size: 9px;
}

.floating-contact {
  position: fixed;
  z-index: 50;
  inset-inline-end: 20px;
  inset-block-end: 20px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-500);
  border: 4px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 16px 35px rgb(6 17 38 / 25%);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.floating-contact:hover {
  background: var(--gold-300);
  transform: translateY(-3px);
}

.floating-contact svg {
  width: 22px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pillar-grid .reveal:nth-child(2),
.pathway-steps .reveal:nth-child(2),
.fee-cards .reveal:nth-child(2) {
  transition-delay: 70ms;
}

.pillar-grid .reveal:nth-child(3),
.pathway-steps .reveal:nth-child(3),
.fee-cards .reveal:nth-child(3) {
  transition-delay: 140ms;
}

.pillar-grid .reveal:nth-child(4),
.pathway-steps .reveal:nth-child(4) {
  transition-delay: 210ms;
}

.pillar-grid .reveal:nth-child(5) {
  transition-delay: 280ms;
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--white);
  background: var(--navy-950);
}

.error-page main {
  width: min(600px, 100%);
  text-align: center;
}

.error-page main img {
  width: 110px;
  height: 114px;
  margin-inline: auto;
  object-fit: contain;
}

.error-page main h1 {
  margin: 20px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 10vw, 72px);
}

.error-page main p {
  margin: 0 0 26px;
  color: #aebbd0;
}

.error-page main a {
  display: inline-block;
  padding: 13px 22px;
  color: var(--navy-950);
  background: var(--gold-500);
  border-radius: 999px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .main-nav {
    gap: 18px;
  }

  .main-nav a {
    font-size: 11px;
  }

  .brand {
    min-width: 205px;
  }

  .brand-copy small {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(250px, 0.3fr);
    gap: 45px;
  }

  .manifesto-grid,
  .learning-grid,
  .support-grid,
  .campus-grid {
    gap: 60px;
  }

  .pillar-grid {
    grid-template-rows: 340px 300px;
  }

  .fee-card {
    padding: 26px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 76px;
  }

  .section {
    padding-block: 90px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 50px;
    height: 53px;
  }

  .main-nav {
    position: fixed;
    z-index: 61;
    inset-block-start: var(--header-height);
    inset-inline: 0;
    display: flex;
    height: calc(100dvh - var(--header-height));
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 34px 28px;
    background: var(--navy-950);
    transform: translateX(105%);
    transition: transform 220ms ease;
  }

  .main-nav.is-open {
    transform: translateX(0);
  }

  .main-nav a {
    padding: 17px 3px;
    color: var(--white);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    font-size: 16px;
  }

  .main-nav a::after {
    display: none;
  }

  .header-cta {
    margin-inline-start: auto;
  }

  .menu-toggle {
    display: block;
  }

  .hero,
  .hero-inner {
    min-height: 780px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-content: end;
    gap: 38px;
    padding-block: 170px 75px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(64px, 10vw, 90px);
  }

  .hero-note {
    align-self: auto;
    max-width: 500px;
  }

  .fee-ribbon-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .fee-ribbon-title {
    grid-column: 1 / 4;
    min-height: 90px;
  }

  .ribbon-fee {
    min-height: 110px;
  }

  .manifesto-grid,
  .learning-grid,
  .support-grid,
  .admissions-grid,
  .campus-grid,
  .faq-grid,
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .editorial-collage {
    min-height: 520px;
  }

  .section-heading,
  .fees-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-heading > p,
  .fees-heading > p {
    max-width: 620px;
  }

  .pillar-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 390px 320px 320px;
  }

  .pillar,
  .pillar-feature,
  .pillar:nth-child(2),
  .pillar:nth-child(3),
  .pillar:nth-child(4) {
    grid-column: span 1;
  }

  .pillar-feature {
    grid-column: 1 / 3;
  }

  .pillar:nth-child(5) {
    grid-column: 1 / 3;
  }

  .learning-visuals {
    min-height: 560px;
  }

  .pathway-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .pathway-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .pathway-steps article:nth-child(2) {
    border-inline-end: 0;
  }

  .pathway-steps article:nth-child(-n + 2) {
    border-bottom: 1px solid rgb(255 255 255 / 22%);
  }

  .fee-cards {
    grid-template-columns: 1fr;
  }

  .fee-card {
    min-height: 330px;
  }

  .fee-card.featured {
    transform: none;
  }

  .fee-amount {
    margin-block: 40px 8px;
  }

  .support-grid {
    padding-block-end: 25px;
  }

  .support-copy {
    grid-row: 1;
  }

  .support-visual {
    min-height: 520px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-meta {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .section {
    padding-block: 72px;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .header-cta {
    display: none;
  }

  .main-nav {
    inset-block-start: var(--header-height);
    height: calc(100dvh - var(--header-height));
  }

  .hero,
  .hero-inner {
    min-height: 760px;
  }

  .hero-media img {
    object-position: 61% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgb(4 14 34 / 94%) 0%, rgb(5 17 42 / 72%) 72%, rgb(6 20 47 / 30%) 100%),
      linear-gradient(180deg, rgb(3 10 25 / 25%) 0%, transparent 37%, rgb(3 10 25 / 87%) 100%);
  }

  .hero-inner {
    gap: 26px;
    padding-block: 165px 54px;
  }

  .hero h1 {
    margin-block: 22px 20px;
    font-size: clamp(52px, 15vw, 72px);
  }

  .hero-copy > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-actions {
    flex-direction: column;
    margin-block-start: 28px;
  }

  .button {
    width: 100%;
  }

  .hero-note {
    padding: 19px;
  }

  .hero-note strong {
    font-size: 25px;
  }

  .hero-disclaimer {
    display: none;
  }

  .fee-ribbon-grid {
    grid-template-columns: 1fr;
  }

  .fee-ribbon-title {
    grid-column: auto;
    min-height: 100px;
  }

  .fee-ribbon-title,
  .ribbon-fee {
    min-height: 96px;
    padding: 19px 22px;
    border-inline-end: 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
  }

  .ribbon-fee {
    display: grid;
    grid-template-columns: 0.72fr 1fr auto;
    align-items: center;
  }

  .ribbon-fee strong {
    margin: 0;
    font-size: 37px;
  }

  .manifesto h2,
  .section-heading h2,
  .learning-copy h2,
  .pathway-top h2,
  .fees-heading h2,
  .support-copy h2,
  .admissions-copy h2,
  .campus-copy h2,
  .faq-heading h2,
  .contact h2 {
    font-size: clamp(39px, 11.5vw, 53px);
  }

  .manifesto-points {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-block-start: 36px;
  }

  .manifesto-points article {
    display: grid;
    grid-template-columns: 32px 1fr;
  }

  .manifesto-points h3 {
    margin: 0 0 6px;
  }

  .manifesto-points p {
    grid-column: 2;
  }

  .editorial-collage {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 360px 260px auto;
    margin-block-start: 60px;
  }

  .collage-primary {
    grid-row: auto;
  }

  .collage-secondary {
    min-height: 0;
  }

  .collage-statement {
    min-height: 150px;
  }

  .collage-statement strong {
    font-size: 48px;
  }

  .pillar-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 330px);
  }

  .pillar,
  .pillar-feature,
  .pillar:nth-child(2),
  .pillar:nth-child(3),
  .pillar:nth-child(4),
  .pillar:nth-child(5) {
    grid-column: auto;
  }

  .pillar-content h3,
  .pillar-feature .pillar-content h3 {
    font-size: 25px;
  }

  .learning-visuals {
    grid-template-columns: 1fr;
    grid-template-rows: 390px 250px 160px;
    min-height: 0;
  }

  .learning-image-main {
    grid-row: auto;
  }

  .learning-stat strong {
    font-size: 56px;
  }

  .pathway-steps {
    grid-template-columns: 1fr;
  }

  .pathway-steps article,
  .pathway-steps article:nth-child(2) {
    min-height: 215px;
    border-inline-end: 0;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
  }

  .pathway-steps article:last-child {
    border-bottom: 0;
  }

  .fee-card {
    min-height: 315px;
  }

  .fee-amount strong {
    font-size: 50px;
  }

  .support-visual {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 350px 300px;
  }

  .support-visual figure:nth-child(2) {
    margin: 0;
  }

  .campus-image img {
    min-height: 350px;
  }

  .faq-grid {
    gap: 30px;
  }

  .accordion summary {
    padding-inline-end: 42px;
    font-size: 14px;
  }

  .contact {
    padding-block: 65px;
  }

  .contact-link {
    padding: 23px;
  }

  .contact-options {
    grid-template-columns: 1fr;
  }

  .contact-location {
    grid-column: auto;
  }

  .contact-link i {
    display: none;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .floating-contact {
    inset-inline-end: 13px;
    inset-block-end: 13px;
    width: 49px;
    height: 49px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .hero,
  .manifesto,
  .programme,
  .learning,
  .pathway,
  .support,
  .admissions,
  .campus,
  .faq,
  .contact,
  .site-footer,
  .floating-contact {
    display: none !important;
  }

  .fee-ribbon {
    color: var(--ink);
    background: var(--white);
  }

  .fees {
    display: block;
    padding-block: 30px;
    color: var(--ink);
    background: var(--white);
  }

  .fee-card,
  .fee-card.featured {
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    transform: none;
  }

  .fee-card > p,
  .fee-card.featured > p {
    color: var(--muted);
  }

  .fee-card > a {
    display: none;
  }
}
