:root {
  --bordeaux: #3b0d18;
  --bordeaux-deep: #25070e;
  --bordeaux-soft: #531724;
  --ivory: #f7f2e8;
  --ivory-bright: #fffdf8;
  --paper: #fbf7ef;
  --gold: #b79655;
  --gold-dark: #8f6f35;
  --ink: #2a151a;
  --muted: #6f625f;
  --line: rgba(98, 65, 48, .2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 12px 18px; background: var(--ivory-bright); color: var(--bordeaux); border: 1px solid var(--gold); font-weight: 700; }
.skip-link:focus { top: 16px; }

.institution-strip { min-height: 35px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 7px 24px; background: var(--bordeaux); color: #f0dfbd; border-bottom: 1px solid rgba(183,150,85,.4); }
.institution-strip p { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.institution-strip i { padding: 0 9px; color: var(--gold); font-style: normal; }
.institution-strip > span { color: var(--gold); }

.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 13px clamp(28px, 5.1vw, 82px); background: var(--ivory); border-bottom: 1px solid rgba(183,150,85,.55); }
.brand { min-width: 0; display: flex; align-items: center; gap: 20px; text-decoration: none; }
.brand > img { width: 112px; height: 71px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; min-width: 0; padding-left: 20px; border-left: 1px solid var(--gold); }
.brand-copy strong { color: var(--bordeaux); font-family: var(--serif); font-size: clamp(24px, 2.15vw, 34px); letter-spacing: .07em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.brand-copy span { max-width: 350px; margin-top: 8px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .075em; line-height: 1.35; text-transform: uppercase; }

.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 38px); }
.desktop-nav a { position: relative; padding: 14px 0; color: var(--bordeaux); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--gold); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 59%) minmax(0, 41%); border-bottom: 1px solid rgba(183,150,85,.6); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 76px clamp(44px, 6.1vw, 98px); background: var(--ivory); }
.eyebrow { margin: 0 0 25px; color: var(--gold-dark); font-size: 13px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { padding: 0 8px; }
.hero h1 { max-width: 790px; margin: 0; color: var(--bordeaux); font-family: var(--serif); font-size: clamp(62px, 5.7vw, 91px); font-weight: 400; letter-spacing: -.025em; line-height: .98; }
.hero-lead { max-width: 650px; margin: 29px 0 0; color: var(--ink); font-size: clamp(18px, 1.55vw, 24px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 32px; }
.button { min-height: 60px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 29px; border: 1px solid var(--bordeaux); border-radius: 1px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: color .18s ease, background .18s ease, transform .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--bordeaux); color: var(--ivory-bright); }
.button-primary:hover, .button-primary:focus-visible { background: var(--bordeaux-soft); }
.button-secondary { background: transparent; color: var(--bordeaux); }
.button-secondary:hover, .button-secondary:focus-visible { background: #eee2cc; }
.button:focus-visible, .brand:focus-visible, .desktop-nav a:focus-visible, .menu-button:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.hero-art { position: relative; min-height: 650px; border-left: 1px solid rgba(183,150,85,.45); background: #f5eee1; overflow: hidden; }
.hero-architecture { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.hero-seal { position: absolute; left: 7%; bottom: 6%; width: clamp(90px, 9vw, 138px); opacity: .11; filter: sepia(1) saturate(.6); }

.proof-strip { min-height: 123px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(30px, 5.1vw, 82px); background: var(--ivory-bright); border-bottom: 1px solid var(--line); }
.proof-strip article { min-width: 0; display: flex; align-items: center; gap: 20px; padding: 26px clamp(17px, 2.2vw, 35px); border-right: 1px solid rgba(183,150,85,.55); }
.proof-strip article:first-child { padding-left: 0; }
.proof-strip article:last-child { padding-right: 0; border-right: 0; }
.proof-icon { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; color: var(--gold-dark); border: 1px solid rgba(183,150,85,.52); font-family: var(--serif); font-size: 21px; }
.proof-strip div { display: flex; flex-direction: column; gap: 6px; }
.proof-strip strong { color: var(--bordeaux); font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.proof-strip small { color: var(--muted); font-size: 11px; line-height: 1.4; }

.section { padding: 110px clamp(28px, 6.1vw, 98px) 120px; }
.section-heading { max-width: 770px; margin: 0 auto 58px; text-align: center; }
.section-heading-left { max-width: 790px; margin: 0 0 56px; text-align: left; }
.section-heading > p, .why-intro > p, .admissions-section > div > p { margin: 0 0 17px; color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.section-heading h2, .why-section h2, .admissions-section h2 { margin: 0; color: var(--bordeaux); font-family: var(--serif); font-size: clamp(43px, 4.5vw, 70px); font-weight: 400; letter-spacing: -.018em; line-height: 1.04; }
.section-heading > span { display: block; margin-top: 20px; color: var(--muted); font-size: 15px; line-height: 1.6; }

.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: clamp(55px, 8vw, 130px); align-items: center; }
.seal-panel { position: relative; min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 58px; background: #efe5d2; border: 1px solid rgba(183,150,85,.52); }
.seal-panel::before, .seal-panel::after { content: ""; position: absolute; pointer-events: none; border: 1px solid rgba(143,111,53,.2); }
.seal-panel::before { inset: 17px; }.seal-panel::after { inset: 28px; }
.seal-panel img { width: min(74%, 335px); height: auto; mix-blend-mode: multiply; }
.seal-panel-year { position: absolute; top: 34px; left: 50%; z-index: 2; padding: 0 13px; background: #efe5d2; color: var(--gold-dark); font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; transform: translateX(-50%); }
.seal-panel p { max-width: 330px; margin: 30px 0 0; color: var(--bordeaux); font-family: var(--serif); font-size: 15px; font-weight: 700; letter-spacing: .09em; line-height: 1.4; text-align: center; text-transform: uppercase; }
.about-lead { max-width: 780px; margin: 0 0 37px; color: var(--bordeaux); font-family: var(--serif); font-size: clamp(29px, 2.7vw, 42px); line-height: 1.3; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.about-columns p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 36px; padding: 8px 0; border-bottom: 1px solid var(--gold); color: var(--bordeaux); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }

.academics-section { background: var(--ivory); border-top: 1px solid var(--line); }
.subject-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(183,150,85,.55); border-left: 1px solid rgba(183,150,85,.55); }
.subject-card { position: relative; min-height: 270px; padding: 35px 33px 32px; border-right: 1px solid rgba(183,150,85,.55); border-bottom: 1px solid rgba(183,150,85,.55); background: rgba(255,253,248,.44); transition: background .2s ease, color .2s ease; }
.subject-card:hover { background: var(--bordeaux); color: var(--ivory); }
.subject-card > span { color: var(--gold-dark); font-family: var(--serif); font-size: 16px; }
.subject-card h3 { margin: 53px 0 12px; color: var(--bordeaux); font-family: var(--serif); font-size: 29px; transition: color .2s ease; }
.subject-card p { max-width: 310px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; transition: color .2s ease; }
.subject-card > a { position: absolute; right: 29px; top: 29px; width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(183,150,85,.6); color: var(--bordeaux); text-decoration: none; }
.subject-card:hover h3, .subject-card:hover p, .subject-card:hover > a { color: var(--ivory); }

.courses-section { background: var(--ivory-bright); }
.courses-heading { display: grid; grid-template-columns: 1fr minmax(300px, 460px); gap: 70px; align-items: end; margin-bottom: 58px; }
.courses-heading > p { margin: 0 0 56px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.course-card { min-height: 460px; display: flex; flex-direction: column; padding: 31px; background: var(--paper); border: 1px solid rgba(98,65,48,.22); box-shadow: 0 20px 55px rgba(59,13,24,.07); transition: transform .2s ease, border-color .2s ease; }
.course-card:hover { border-color: rgba(183,150,85,.75); transform: translateY(-5px); }
.course-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid rgba(183,150,85,.52); }
.course-top span { color: var(--gold-dark); font-family: var(--serif); font-size: 17px; }
.course-top strong { color: var(--bordeaux); font-size: 12px; letter-spacing: .13em; }
.course-subject { margin: 37px 0 15px; color: var(--gold-dark); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.course-card h3 { margin: 0; color: var(--bordeaux); font-family: var(--serif); font-size: clamp(28px, 2.4vw, 38px); line-height: 1.12; }
.course-description { margin: 24px 0 34px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.course-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 23px; border-top: 1px solid rgba(98,65,48,.17); }
.course-bottom span { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.course-bottom a { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; background: var(--bordeaux); color: var(--ivory); text-decoration: none; }

.why-section { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); background: var(--bordeaux); color: var(--ivory); }
.why-intro { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 100px clamp(35px, 6vw, 96px); border-right: 1px solid rgba(183,150,85,.4); overflow: hidden; }
.why-intro::after { content: "1997"; position: absolute; right: -15px; bottom: -37px; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 170px; line-height: 1; }
.why-intro > p { color: var(--gold); }
.why-section h2 { position: relative; z-index: 1; color: var(--ivory-bright); }
.why-content { padding: 100px clamp(35px, 6vw, 96px); }
.why-lead { max-width: 780px; margin: 0 0 50px; color: #eadfcf; font-family: var(--serif); font-size: clamp(23px, 2vw, 31px); line-height: 1.45; }
.why-points { border-top: 1px solid rgba(183,150,85,.4); }
.why-points article { display: grid; grid-template-columns: 54px 1fr; gap: 21px; padding: 27px 0; border-bottom: 1px solid rgba(183,150,85,.4); }
.why-points article > span { color: var(--gold); font-family: var(--serif); font-size: 17px; }
.why-points h3 { margin: 0 0 7px; color: var(--ivory-bright); font-family: var(--serif); font-size: 24px; }
.why-points p { margin: 0; color: #cfc1ba; font-size: 13px; line-height: 1.65; }

.admissions-section { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 90px; align-items: center; padding: 110px clamp(28px, 6.1vw, 98px); background: #eadfcf; border-bottom: 1px solid rgba(183,150,85,.55); }
.admissions-action { padding-left: clamp(30px, 5vw, 80px); border-left: 1px solid rgba(143,111,53,.45); }
.admissions-action > p { margin: 0 0 30px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.site-footer { padding: 74px clamp(28px, 6.1vw, 98px) 26px; background: var(--bordeaux-deep); color: var(--ivory); }
.footer-brand { display: flex; align-items: center; gap: 25px; padding-bottom: 52px; border-bottom: 1px solid rgba(183,150,85,.34); }
.footer-brand img { width: 112px; height: 71px; object-fit: contain; }
.footer-brand > div { display: flex; flex-direction: column; gap: 9px; padding-left: 25px; border-left: 1px solid var(--gold); }
.footer-brand strong { font-family: var(--serif); font-size: 27px; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand span { color: #cdbfba; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(230px, 330px)); gap: 80px; justify-content: end; padding: 53px 0; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links span { margin-bottom: 7px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.footer-links a { color: var(--ivory); font-size: 13px; text-decoration: none; }
.footer-links p { margin: 0; color: #cdbfba; font-size: 13px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(183,150,85,.34); color: #a99995; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a { color: var(--gold); text-decoration: none; }

@media (max-width: 1100px) {
  .brand > img { width: 90px; height: 57px; }
  .brand-copy strong { font-size: 24px; }
  .desktop-nav { gap: 18px; }
  .hero { grid-template-columns: 58% 42%; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip article:nth-child(2) { border-right: 0; }
  .proof-strip article:nth-child(-n+2) { border-bottom: 1px solid rgba(183,150,85,.55); }
  .subject-grid { grid-template-columns: repeat(2, 1fr); }
  .why-section { grid-template-columns: 1fr; }
  .why-intro { min-height: 470px; border-right: 0; border-bottom: 1px solid rgba(183,150,85,.4); }
}

@media (max-width: 860px) {
  .institution-strip p { font-size: 9px; letter-spacing: .1em; }
  .site-header { min-height: 88px; padding: 10px 20px; }
  .brand { gap: 12px; }
  .brand > img { width: 72px; height: 46px; }
  .brand-copy { padding-left: 12px; }
  .brand-copy strong { font-size: 19px; white-space: normal; }
  .brand-copy span { display: none; }
  .desktop-nav { display: none; }
  .menu-button { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 1px solid var(--gold); background: transparent; cursor: pointer; }
  .menu-button span { display: block; height: 1px; background: var(--bordeaux); transition: transform .2s ease, opacity .2s ease; }
  .menu-button.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 123px 0 auto; z-index: 50; display: flex; flex-direction: column; padding: 18px 24px 26px; background: var(--ivory-bright); border-bottom: 1px solid var(--gold); box-shadow: 0 22px 50px rgba(59,13,24,.18); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 17px 4px; border-bottom: 1px solid var(--line); color: var(--bordeaux); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 580px; padding: 70px 28px; }
  .hero-art { min-height: 440px; border-left: 0; border-top: 1px solid rgba(183,150,85,.45); }
  .proof-strip { padding: 0 24px; }
  .about-grid { grid-template-columns: 1fr; }
  .seal-panel { min-height: 430px; }
  .courses-heading { grid-template-columns: 1fr; gap: 25px; }
  .courses-heading > p { margin: -25px 0 0; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 390px; }
  .admissions-section { grid-template-columns: 1fr; gap: 45px; }
  .admissions-action { padding-left: 0; padding-top: 36px; border-left: 0; border-top: 1px solid rgba(143,111,53,.45); }
}

@media (max-width: 560px) {
  .institution-strip i { padding: 0 3px; }
  .institution-strip > span { display: none; }
  .site-header { min-height: 78px; }
  .brand > img { width: 62px; height: 40px; }
  .brand-copy strong { font-size: 16px; letter-spacing: .045em; }
  .mobile-nav { inset: 113px 0 auto; }
  .hero-copy { min-height: 540px; padding: 59px 21px; }
  .eyebrow { font-size: 10px; letter-spacing: .16em; }
  .hero h1 { font-size: clamp(48px, 14vw, 65px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .proof-strip { grid-template-columns: 1fr; padding: 0 21px; }
  .proof-strip article, .proof-strip article:nth-child(2) { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(183,150,85,.55); }
  .proof-strip article:last-child { border-bottom: 0; }
  .section { padding: 78px 21px 84px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .why-section h2, .admissions-section h2 { font-size: 42px; }
  .seal-panel { min-height: 360px; padding: 42px 28px; }
  .about-columns { grid-template-columns: 1fr; gap: 22px; }
  .subject-grid { grid-template-columns: 1fr; }
  .subject-card { min-height: 230px; }
  .course-card { min-height: 410px; padding: 24px; }
  .why-intro, .why-content { padding: 75px 21px; }
  .why-intro { min-height: 420px; }
  .why-points article { grid-template-columns: 42px 1fr; }
  .admissions-section { padding: 78px 21px; }
  .site-footer { padding: 64px 21px 24px; }
  .footer-brand { align-items: flex-start; }
  .footer-brand img { width: 79px; height: 50px; }
  .footer-brand > div { padding-left: 15px; }
  .footer-brand strong { font-size: 18px; }
  .footer-brand span { font-size: 8px; line-height: 1.5; }
  .footer-links { grid-template-columns: 1fr; gap: 37px; justify-content: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
}

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