:root {
  --black: #090a0d;
  --night: #111621;
  --ink: #191918;
  --paper: #eeebe5;
  --warm: #d8d2c6;
  --muted: #9d9b98;
  --line: rgba(238, 235, 229, .18);
  --blue: #7786ee;
  --copper: #c88964;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--paper); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: -100%; left: 1rem; padding: .8rem 1rem; background: var(--paper); color: var(--black); }
.skip-link:focus { top: 1rem; }
.eyebrow { margin-bottom: 1.25rem; color: var(--copper); font-size: .62rem; font-weight: 700; letter-spacing: .2em; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; display: flex; width: 100%; height: 82px; align-items: center; justify-content: space-between; padding: 0 clamp(1.3rem, 5vw, 5.5rem); border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, height .35s ease; }
.site-header.is-scrolled { height: 68px; border-color: var(--line); background: rgba(9,10,13,.84); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; width: 155px; }
.brand img { width: 100%; height: auto; filter: brightness(1.13) contrast(1.03); }
.main-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.6vw, 2.7rem); color: #d9d7d1; font-size: .64rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.main-nav > a:not(.nav-campus) { position: relative; }
.main-nav > a:not(.nav-campus)::after { position: absolute; bottom: -.45rem; left: 0; width: 0; height: 1px; background: var(--copper); content: ""; transition: width .25s ease; }
.main-nav > a:not(.nav-campus):hover::after { width: 100%; }
.nav-campus { padding: .78rem .95rem; border: 1px solid rgba(238,235,229,.37); transition: border-color .2s, background .2s; }
.nav-campus:hover { border-color: var(--copper); background: rgba(200,137,100,.12); }
.menu-button { display: none; }

.hero { position: relative; display: grid; min-height: min(860px, 100vh); grid-template-columns: minmax(0, 1.12fr) minmax(290px, .88fr); gap: clamp(2rem, 7vw, 8rem); align-items: center; padding: 8.8rem clamp(1.3rem, 9vw, 10rem) 5rem; background: radial-gradient(ellipse 48% 65% at 85% 42%, rgba(119,134,238,.15), transparent 76%), linear-gradient(118deg, #0b0c11 0%, #0b0d13 57%, #151827 100%); }
.hero::before { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(238,235,229,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(238,235,229,.04) 1px, transparent 1px); background-size: 92px 92px; content: ""; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-copy, .hero-image-wrap { position: relative; z-index: 1; }
.hero-copy { max-width: 720px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; }
h1 { max-width: 780px; margin-bottom: 1.85rem; font-size: clamp(3.9rem, 7.1vw, 7.5rem); line-height: .81; letter-spacing: -.06em; }
h1 em, h2 em { color: #e7c0a9; font-weight: 600; }
.hero-text { max-width: 460px; margin-bottom: 2.1rem; color: #c3c1c0; font-size: clamp(1rem, 1.2vw, 1.12rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.15rem; padding: .95rem 1.12rem; font-size: .63rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--copper); color: #19100e; }
.button-primary:hover { background: #ecc0a4; }
.button-quiet { border: 1px solid rgba(238,235,229,.34); color: var(--paper); }
.button-quiet:hover { border-color: var(--paper); }
.hero-image-wrap { align-self: stretch; min-height: 490px; max-height: 650px; overflow: hidden; border-radius: 2px; box-shadow: -22px 24px 0 rgba(119,134,238,.12); }
.hero-image-wrap::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 43%, rgba(4,5,8,.78)); content: ""; pointer-events: none; }
.hero-image { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.09); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.hero-image-wrap:hover .hero-image { transform: scale(1.04); }
.image-caption { position: absolute; z-index: 1; right: 1.2rem; bottom: 1.15rem; left: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--paper); font-size: .53rem; letter-spacing: .16em; }
.hero-facts { position: absolute; z-index: 1; right: clamp(1.3rem, 9vw, 10rem); bottom: 2rem; left: clamp(1.3rem, 9vw, 10rem); display: flex; justify-content: space-between; color: #8d909a; font-size: .54rem; letter-spacing: .19em; }

.manifesto { display: grid; grid-template-columns: .77fr 1.5fr .7fr; gap: 3.5rem; align-items: end; padding: clamp(5rem, 10vw, 10rem) clamp(1.3rem, 9vw, 10rem); background: var(--paper); color: var(--ink); }
.manifesto .eyebrow { color: #806448; }
.manifesto h2 { margin: 0; font-size: clamp(3.3rem, 5.6vw, 6.5rem); line-height: .83; letter-spacing: -.055em; }
.manifesto h2 em { color: #6c6077; }
.manifesto-copy { max-width: 280px; margin: 0; color: #5f5c59; font-size: .94rem; line-height: 1.7; }

.programs { padding: clamp(5rem, 10vw, 9.5rem) 0; overflow: hidden; background: #d8d3ca; color: var(--ink); }
.section-heading { display: grid; grid-template-columns: .8fr 1.45fr .75fr; gap: 3rem; align-items: end; padding: 0 clamp(1.3rem, 9vw, 10rem); margin-bottom: 3.5rem; }
.section-heading .eyebrow { color: #806448; }
.section-heading h2 { margin: 0; font-size: clamp(3.1rem, 5.4vw, 6.1rem); line-height: .82; letter-spacing: -.06em; }
.section-heading > p:last-child { max-width: 270px; margin: 0; color: #57534e; font-size: .91rem; line-height: 1.65; }
.course-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding: 0 clamp(1.3rem, 9vw, 10rem); }
.course-card { display: flex; min-height: 590px; flex-direction: column; overflow: hidden; background: #f1eee8; }
.course-image { position: relative; height: 245px; overflow: hidden; background: #252a34; }
.course-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(7,8,11,.48)); content: ""; }
.course-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.08); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.course-card--editing .course-image img { object-position: center bottom; transform-origin: center bottom; }
.course-card:hover .course-image img { transform: scale(1.07); filter: saturate(1) contrast(1.05); }
.course-image span { position: absolute; z-index: 1; top: 1rem; right: 1.1rem; color: white; font-family: var(--serif); font-size: 2.3rem; font-weight: 600; }
.course-content { display: flex; height: 100%; flex: 1; flex-direction: column; padding: 1.75rem; }
.course-label { margin-bottom: 1.1rem; color: #8e6549; font-size: .58rem; font-weight: 700; letter-spacing: .17em; }
.course-content h3 { margin-bottom: 1.15rem; font-size: clamp(2.25rem, 3vw, 3.45rem); line-height: .85; letter-spacing: -.05em; }
.course-content > p:not(.course-label) { max-width: 320px; color: #625e58; font-size: .87rem; line-height: 1.65; }
.course-interest { width: max-content; margin-top: auto; padding: 1rem 0 0; border: 0; border-bottom: 1px solid #25221f; background: none; color: #25221f; cursor: pointer; font-size: .6rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transition: color .2s, border-color .2s; }
.course-interest:hover { border-color: var(--copper); color: #9d583a; }

.method { display: grid; grid-template-columns: .89fr 1.11fr; min-height: 720px; background: var(--night); }
.method-image { position: relative; min-height: 570px; overflow: hidden; }
.method-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 45%, var(--night)); content: ""; }
.method-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.05); }
.vertical-caption { position: absolute; z-index: 1; bottom: 1.3rem; left: 1.3rem; color: #d5d0c9; font-size: .53rem; letter-spacing: .16em; }
.method-copy { padding: clamp(5rem, 10vw, 9.5rem) clamp(2rem, 9vw, 10rem) clamp(5rem, 10vw, 9.5rem) 0; }
.method-copy h2, .academy h2, .enquiry h2 { margin-bottom: 3rem; font-size: clamp(3.2rem, 5.3vw, 6rem); line-height: .82; letter-spacing: -.06em; }
.method-list { padding: 0; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.method-list li { display: grid; grid-template-columns: 60px 1fr; gap: 1rem; padding: 1.55rem 0; border-bottom: 1px solid var(--line); }
.method-list li > span { color: var(--copper); font-size: .64rem; letter-spacing: .14em; }
.method-list h3 { margin-bottom: .45rem; font-size: 2.15rem; line-height: .9; }
.method-list p { max-width: 370px; margin: 0; color: #aaa9ab; font-size: .86rem; line-height: 1.6; }

.academy { display: grid; grid-template-columns: 1fr 1fr; min-height: 630px; background: #9a725c; color: #170e0c; }
.academy-copy { display: flex; max-width: 620px; flex-direction: column; justify-content: center; padding: clamp(5rem, 10vw, 9.5rem) clamp(1.3rem, 9vw, 10rem); }
.academy .eyebrow { color: #51362c; }
.academy h2 { margin-bottom: 1.8rem; }
.academy-copy > p:not(.eyebrow) { max-width: 455px; color: #36251f; font-size: .96rem; line-height: 1.7; }
.text-link { width: max-content; margin-top: 1.4rem; padding-bottom: .28rem; border-bottom: 1px solid currentColor; font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.academy-image { position: relative; min-height: 450px; overflow: hidden; }
.academy-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(154,114,92,.35), transparent 45%); content: ""; }
.academy-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.6) contrast(1.08); }
.academy-stamp { position: absolute; z-index: 1; right: clamp(1.3rem, 4vw, 4rem); bottom: clamp(1.3rem, 4vw, 4rem); display: grid; width: 125px; height: 125px; place-content: center; border: 1px solid rgba(238,235,229,.75); border-radius: 50%; color: var(--paper); text-align: center; font-family: var(--serif); font-size: 1rem; line-height: .9; letter-spacing: .04em; }
.academy-stamp b { margin-top: .35rem; font-family: var(--sans); font-size: .75rem; }

.enquiry { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 12rem); padding: clamp(5rem, 9vw, 8.5rem) clamp(1.3rem, 15vw, 16rem); background: #0a0b0e; }
.enquiry-card { align-self: center; padding: clamp(1.7rem, 3vw, 3rem); background: var(--paper); color: var(--ink); }
.enquiry-card p { color: #575451; font-size: .96rem; line-height: 1.65; }
.enquiry-card .button { width: 100%; margin: .8rem 0 1.3rem; }
.enquiry-card small { color: #716e6a; font-size: .7rem; line-height: 1.5; }
.site-footer { display: grid; grid-template-columns: 170px 1fr auto; gap: 3rem; padding: 3rem clamp(1.3rem, 5vw, 5.5rem) 2rem; border-top: 1px solid var(--line); color: #a5a3a2; font-size: .78rem; }
.footer-logo { width: 145px; }
.footer-logo img { width: 100%; filter: brightness(1.1); }
.site-footer p { max-width: 240px; margin: 0; line-height: 1.5; }
.footer-links { display: flex; gap: 1.4rem; justify-content: flex-end; color: #d9d7d2; font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-footer small { grid-column: 1 / -1; margin-top: 1.7rem; color: #777675; font-size: .58rem; letter-spacing: .06em; line-height: 1.65; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }
.reveal-delay-2 { transition-delay: .25s; }

@media (max-width: 900px) {
  .site-header { height: 68px; }.brand { width: 135px; }.main-nav { display: none; }.menu-button { display: flex; width: 42px; height: 38px; flex-direction: column; justify-content: center; gap: 6px; padding: 0; border: 0; background: transparent; cursor: pointer; }.menu-button span:not(.sr-only) { display: block; width: 27px; height: 1px; margin-left: auto; background: var(--paper); }.main-nav.is-open { position: absolute; top: 68px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1.3rem 1.3rem; border-bottom: 1px solid var(--line); background: #101216; }.main-nav.is-open a { padding: 1rem 0; border-bottom: 1px solid var(--line); }.main-nav.is-open .nav-campus { border: 0; color: #ecc0a4; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 8.5rem; }.hero-image-wrap { min-height: 390px; max-width: 620px; }.hero-facts { position: relative; right: auto; bottom: auto; left: auto; grid-column: 1 / -1; margin-top: .5rem; }.manifesto, .section-heading { grid-template-columns: 1fr; gap: 1.3rem; }.method { grid-template-columns: 1fr; }.method-image { min-height: 420px; max-height: 560px; }.method-image::after { background: linear-gradient(180deg, transparent 45%, var(--night)); }.method-copy { padding: clamp(5rem, 10vw, 8rem) clamp(1.3rem, 9vw, 10rem); }.academy { grid-template-columns: 1fr; }.academy-copy { padding-bottom: 4rem; }.academy-image { min-height: 410px; }.academy-image::after { background: linear-gradient(180deg, rgba(154,114,92,.38), transparent 50%); }.enquiry { gap: 1.5rem; }.course-rail { grid-auto-columns: minmax(285px, 72vw); grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; padding-bottom: .4rem; scroll-snap-type: x mandatory; }.course-card { scroll-snap-align: start; }
}
@media (max-width: 580px) {
  .hero { gap: 3.3rem; padding-bottom: 2rem; }.hero-image-wrap { min-height: 340px; }.hero-facts { gap: .7rem; flex-wrap: wrap; font-size: .5rem; line-height: 1.5; }.hero-actions { flex-direction: column; }.button { width: 100%; }.manifesto h2, .section-heading h2, .method-copy h2, .academy h2, .enquiry h2 { font-size: 3.55rem; }.course-rail { grid-auto-columns: 85vw; }.course-card { min-height: 555px; }.course-image { height: 230px; }.enquiry { grid-template-columns: 1fr; }.site-footer { grid-template-columns: 1fr; gap: 1.5rem; }.footer-links { flex-wrap: wrap; justify-content: flex-start; }.site-footer small { margin-top: .5rem; }.image-caption { flex-direction: column; gap: .35rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
