:root {
    --emerald-950: #062f29;
    --emerald-900: #073d35;
    --emerald-800: #0a4c40;
    --emerald-700: #0d6452;
    --emerald-100: #dcebe5;
    --gold-600: #a9803e;
    --gold-500: #c29b57;
    --gold-400: #dabf82;
    --gold-200: #eee0be;
    --ink: #15221e;
    --muted: #65716c;
    --line: #d9ddd9;
    --ivory: #f7f4ec;
    --cream: #efeadf;
    --white: #fffefb;
    --shadow: 0 24px 70px rgba(6, 47, 41, .14);
    --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --display: "Playfair Display", Georgia, serif;
    --heading: "Manrope", var(--sans);
    --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open, body.chat-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.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: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); color: var(--emerald-900); padding: 10px 16px; border: 1px solid var(--emerald-900); }
.skip-link:focus { transform: translateY(0); }

.announcement { position: relative; z-index: 51; color: #fff; background: var(--emerald-950); font-size: 12px; letter-spacing: .03em; }
.announcement__inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; }
.announcement__inner a { color: var(--gold-400); font-weight: 600; }
.announcement__dot { display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 0 4px rgba(218, 191, 130, .12); }

.public-announcement-bar { position: relative; z-index: 52; display: flex; min-height: 39px; overflow: hidden; color: #fff; background: var(--emerald-950); font-size: 12px; letter-spacing: .02em; }
.public-announcement-bar__label { position: relative; z-index: 2; display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; padding: 0 max(20px, calc((100vw - 1180px) / 2)); padding-right: 20px; color: var(--gold-200); background: var(--emerald-900); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.public-announcement-bar__label span { color: var(--gold-400); font-size: 7px; }
.public-announcement-bar__viewport { display: flex; min-width: 0; flex: 1; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent); }
.public-announcement-bar__track { display: flex; width: max-content; animation: announcement-scroll var(--announcement-duration, 24s) linear infinite; will-change: transform; }
.public-announcement-bar:hover .public-announcement-bar__track, .public-announcement-bar:focus-within .public-announcement-bar__track { animation-play-state: paused; }
.public-announcement-bar__set { display: flex; align-items: center; flex: 0 0 auto; }
.public-announcement-bar__item { display: inline-flex; align-items: center; gap: 8px; padding: 0 36px; white-space: nowrap; }
.public-announcement-bar__item::after { content: "◆"; margin-left: 28px; color: var(--gold-500); font-size: 6px; }
.public-announcement-bar__item strong:empty { display: none; }
.public-announcement-bar__item strong { color: var(--gold-200); }
.public-announcement-bar__item a { color: var(--gold-400); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
@keyframes announcement-scroll { to { transform: translateX(-50%); } }

body.announcement-modal-open { overflow: hidden; }
.public-announcement-modal[hidden] { display: none; }
.public-announcement-modal { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 22px; opacity: 0; transition: opacity .18s ease; }
.public-announcement-modal.is-visible { opacity: 1; }
.public-announcement-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(3, 28, 24, .76); backdrop-filter: blur(5px); cursor: default; }
.public-announcement-modal__dialog { position: relative; width: min(520px, 100%); padding: 42px; overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid rgba(218, 191, 130, .5); box-shadow: 0 30px 90px rgba(2, 28, 24, .34); transform: translateY(15px) scale(.985); transition: transform .2s ease; outline: 0; }
.public-announcement-modal.is-visible .public-announcement-modal__dialog { transform: none; }
.public-announcement-modal__dialog::before { content: ""; position: absolute; width: 170px; height: 170px; right: -100px; top: -105px; border: 1px solid var(--gold-200); border-radius: 50%; box-shadow: 0 0 0 25px rgba(218,191,130,.08); }
.public-announcement-modal__close { position: absolute; z-index: 2; right: 16px; top: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #66736e; background: #edf1ee; font-size: 24px; line-height: 1; cursor: pointer; }
.public-announcement-modal__eyebrow { color: var(--gold-600); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.public-announcement-modal__mark { display: grid; place-items: center; width: 48px; height: 48px; margin: 22px 0 17px; color: var(--gold-400); background: var(--emerald-900); border-radius: 50%; font: 600 italic 26px/1 var(--display); }
.public-announcement-modal h2 { margin: 0 35px 13px 0; color: var(--emerald-950); font: 600 clamp(27px, 5vw, 38px)/1.08 var(--display); letter-spacing: -.025em; }
.public-announcement-modal__message { max-height: min(42vh, 360px); margin: 0 0 25px; overflow-y: auto; color: #53615c; line-height: 1.7; }
.public-announcement-modal__message p { margin: 0 0 14px; }
.public-announcement-modal__message p:last-child { margin-bottom: 0; }
.public-announcement-modal__message h2, .public-announcement-modal__message h3, .public-announcement-modal__message h4 { margin: 18px 0 8px; color: var(--emerald-950); font-family: var(--heading); line-height: 1.3; }
.public-announcement-modal__message h2 { font-size: 21px; }.public-announcement-modal__message h3 { font-size: 18px; }.public-announcement-modal__message h4 { font-size: 16px; }
.public-announcement-modal__message ul, .public-announcement-modal__message ol { margin: 10px 0 14px; padding-left: 22px; }
.public-announcement-modal__message blockquote { margin: 14px 0; padding: 10px 14px; color: var(--emerald-900); background: var(--ivory); border-left: 3px solid var(--gold-500); }
.public-announcement-modal__message a { color: var(--emerald-700); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.public-announcement-modal__action { display: inline-flex; align-items: center; gap: 13px; min-height: 45px; padding: 0 19px; color: #fff; background: var(--emerald-900); font-size: 12px; font-weight: 700; }
.public-announcement-modal__later { margin-left: 10px; padding: 10px 13px; border: 0; color: #66736e; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
@media (prefers-reduced-motion: reduce) { .public-announcement-bar__track { animation: none; } .public-announcement-modal, .public-announcement-modal__dialog { transition: none; } }
@media (max-width: 620px) { .public-announcement-bar__label { padding-left: 14px; padding-right: 14px; font-size: 9px; } .public-announcement-bar__item { padding: 0 22px; } .public-announcement-modal__dialog { padding: 34px 24px 28px; } .public-announcement-modal__later { margin: 8px 0 0; display: block; } }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(247, 244, 236, .94); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: rgba(6, 47, 41, .1); box-shadow: 0 10px 35px rgba(6, 47, 41, .06); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { position: relative; width: 46px; height: 46px; display: grid; place-items: center; color: var(--gold-400); background: var(--emerald-900); transform: rotate(45deg); border: 1px solid rgba(218, 191, 130, .45); }
.brand__mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(218, 191, 130, .45); }
.brand__mark span { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 20px; transform: rotate(-45deg); }
.brand__copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand__copy strong { color: var(--emerald-950); font: 700 15px/1.2 var(--heading); letter-spacing: -.02em; }
.brand__copy small { margin-top: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.primary-nav a { position: relative; color: #3e4a46; font-size: 13px; font-weight: 600; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--gold-500); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.header-action { display: inline-flex; align-items: center; gap: 8px; margin-left: 6px; padding: 11px 17px; color: #fff; background: var(--emerald-900); border: 1px solid var(--emerald-900); font-size: 12px; font-weight: 700; transition: color .2s, background .2s; }
.header-action:hover { color: var(--emerald-900); background: transparent; }
.spark { color: var(--gold-400); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 12px; margin-left: auto; background: transparent; border: 0; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--emerald-950); transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--emerald-900); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -320px; top: 60px; border: 1px solid rgba(218, 191, 130, .1); border-radius: 50%; box-shadow: 0 0 0 65px rgba(218,191,130,.025), 0 0 0 130px rgba(218,191,130,.018); }
.hero__pattern, .impact__pattern, .admissions__pattern, .studio-hero__pattern, .article-hero__pattern { position: absolute; inset: 0; opacity: .08; pointer-events: none; background-image: linear-gradient(30deg, transparent 24%, currentColor 25%, currentColor 26%, transparent 27%, transparent 74%, currentColor 75%, currentColor 76%, transparent 77%), linear-gradient(150deg, transparent 24%, currentColor 25%, currentColor 26%, transparent 27%, transparent 74%, currentColor 75%, currentColor 76%, transparent 77%); background-size: 90px 156px; color: var(--gold-400); mask-image: linear-gradient(90deg, rgba(0,0,0,.8), transparent 68%); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; min-height: 670px; padding-top: 54px; padding-bottom: 78px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-400); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 38px; height: 1px; background: currentColor; }
.eyebrow--dark { color: var(--gold-600); }
.hero h1, .section-heading h2, .impact h2, .admissions h2 { margin: 22px 0 25px; font: 600 clamp(46px, 5.35vw, 76px)/1.03 var(--display); letter-spacing: -.045em; }
.hero h1 em, .section-heading h2 em, .impact h2 em, .admissions h2 em { color: var(--gold-400); font-weight: 600; }
.hero__lead { max-width: 610px; margin: 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 22px; border: 1px solid transparent; border-radius: 2px; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: var(--emerald-950); background: var(--gold-400); border-color: var(--gold-400); }
.button--gold:hover { background: #e6cd94; }
.button--outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.45); }
.button--outline-light:hover { color: var(--emerald-950); background: #fff; border-color: #fff; }
.button--ink { color: #fff; background: var(--emerald-900); border-color: var(--emerald-900); }
.text-action { display: inline-flex; align-items: center; gap: 10px; padding: 0 0 6px; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); cursor: pointer; font-size: 13px; font-weight: 600; }
.text-action__icon { width: 28px; height: 28px; display: grid; place-items: center; color: var(--gold-400); border: 1px solid rgba(218,191,130,.4); border-radius: 50%; }
.text-action--dark { color: var(--emerald-900); border-color: rgba(7,61,53,.25); }
.hero__trust { display: flex; align-items: center; gap: 16px; margin-top: 42px; }
.avatar-stack { display: flex; padding-left: 10px; }
.avatar-stack span { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -10px; color: var(--emerald-950); background: var(--gold-200); border: 2px solid var(--emerald-900); border-radius: 50%; font-size: 9px; font-weight: 700; }
.hero__trust p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.5; }
.hero__trust strong { color: rgba(255,255,255,.86); font-size: 12px; }
.hero__visual { position: relative; min-height: 520px; }
.hero-photo { position: absolute; inset: 0 20px 0 0; overflow: hidden; background: linear-gradient(180deg, transparent 45%, rgba(6,47,41,.88)), url("https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=1200&q=86") center/cover; border-radius: 180px 180px 3px 3px; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.hero-photo::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 170px 170px 1px 1px; }
.hero-photo__quote { position: absolute; right: 38px; bottom: 42px; left: 38px; display: flex; gap: 13px; align-items: flex-start; }
.quote-mark { color: var(--gold-400); font: 600 48px/.8 var(--display); }
.hero-photo__quote p { margin: 0; max-width: 270px; font: italic 600 20px/1.35 var(--display); }
.hero-badge { position: absolute; z-index: 2; right: -8px; top: 90px; width: 145px; min-height: 145px; display: flex; flex-direction: column; justify-content: center; padding: 20px; color: var(--emerald-950); background: var(--gold-400); box-shadow: 0 16px 40px rgba(0,0,0,.15); }
.hero-badge strong { font: 700 22px var(--display); }
.hero-badge span { margin-top: 5px; font-size: 10px; line-height: 1.5; }
.hero-orbit { position: absolute; z-index: 2; left: -27px; bottom: 60px; width: 64px; height: 64px; display: grid; place-items: center; color: var(--gold-400); background: var(--emerald-950); border: 1px solid rgba(218,191,130,.5); border-radius: 50%; font-size: 28px; }
.stats-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: -48px; color: var(--ink); background: var(--white); border: 1px solid rgba(6,47,41,.08); box-shadow: var(--shadow); }
.stat { display: flex; align-items: center; gap: 14px; padding: 25px 30px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { color: var(--emerald-900); font: 700 31px var(--display); }
.stat span { max-width: 110px; color: var(--muted); font-size: 10px; line-height: 1.45; }

.section { position: relative; padding: 120px 0; }
.intro { padding-top: 180px; background: var(--ivory); }
.intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.section-heading h2 { color: var(--emerald-950); font-size: clamp(39px, 4.35vw, 61px); }
.section-heading h2 em { color: var(--gold-600); }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 58px; }
.section-heading--split h2 { margin-bottom: 0; }
.section-heading--split > p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 15px; }
.intro__copy { padding-top: 42px; }
.intro__copy p { color: var(--muted); }
.intro__copy .lead-copy { margin-top: 0; color: var(--ink); font: 500 22px/1.7 var(--display); }
.underlined-link { display: inline-flex; gap: 32px; align-items: center; margin-top: 18px; padding-bottom: 7px; color: var(--emerald-900); border-bottom: 1px solid rgba(7,61,53,.35); font-size: 13px; font-weight: 700; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border: 1px solid var(--line); }
.pillar { position: relative; min-height: 315px; padding: 35px; background: rgba(255,254,251,.6); border-right: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.pillar:last-child { border-right: 0; }
.pillar:hover { z-index: 1; transform: translateY(-7px); box-shadow: 0 20px 45px rgba(6,47,41,.1); }
.pillar--featured { color: #fff; background: var(--emerald-900); }
.pillar__number { color: var(--gold-600); font-size: 10px; letter-spacing: .16em; }
.pillar__symbol { margin: 42px 0 28px; color: var(--gold-500); font: 400 34px var(--display); }
.pillar h3 { margin: 0 0 14px; font: 700 18px var(--heading); letter-spacing: -.03em; }
.pillar p { margin: 0; color: var(--muted); font-size: 13px; }
.pillar--featured p { color: rgba(255,255,255,.65); }
.profile-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.profile-preview article { position: relative; min-height: 225px; padding: 34px 36px; overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.profile-preview article:last-child { color: #fff; background: var(--emerald-900); border-color: var(--emerald-900); }
.profile-preview article::after { content: ""; position: absolute; width: 150px; height: 150px; right: -95px; top: -95px; border: 1px solid var(--gold-200); border-radius: 50%; box-shadow: 0 0 0 24px rgba(218,191,130,.08); }
.profile-preview article > span { color: var(--gold-600); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.profile-preview h3 { margin: 10px 0 8px; color: var(--emerald-950); font: 600 27px var(--display); }
.profile-preview article:last-child h3 { color: #fff; }
.profile-preview p { max-width: 420px; margin: 0; color: var(--muted); font-size: 12px; }
.profile-preview article:last-child p { color: rgba(255,255,255,.62); }
.profile-preview a { display: inline-flex; gap: 25px; align-items: center; margin-top: 23px; padding-bottom: 4px; color: var(--emerald-800); border-bottom: 1px solid rgba(7,61,53,.25); font-size: 10px; font-weight: 700; }
.profile-preview article:last-child a { color: var(--gold-400); border-color: rgba(218,191,130,.35); }

.academic { overflow: hidden; color: #fff; background: var(--emerald-950); }
.academic__ornament { position: absolute; width: 600px; height: 600px; right: -330px; top: -260px; border: 1px solid rgba(218,191,130,.15); border-radius: 50%; box-shadow: 0 0 0 65px rgba(218,191,130,.025), 0 0 0 130px rgba(218,191,130,.018); }
.academic .section-heading h2 { color: #fff; }
.academic .section-heading--split > p { color: rgba(255,255,255,.62); }
.curriculum-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.curriculum-feature { padding: 48px; background: #fff; color: var(--ink); }
.label { color: var(--gold-600); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.curriculum-feature > h3 { max-width: 510px; margin: 18px 0 44px; color: var(--emerald-950); font: 600 32px/1.25 var(--display); }
.semester-row { display: grid; grid-template-columns: 125px 110px 1fr; gap: 15px; align-items: start; padding: 24px 0; border-top: 1px solid var(--line); }
.semester-row > span { color: var(--gold-600); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.semester-row strong { color: var(--emerald-900); font-size: 13px; }
.semester-row p { margin: 0; color: var(--muted); font-size: 12px; }
.curriculum-side { display: grid; grid-template-rows: auto 1fr; gap: 22px; }
.curriculum-card { min-height: 255px; padding: 38px; }
.curriculum-card--gold { color: var(--emerald-950); background: var(--gold-400); }
.curriculum-card--gold .label { color: var(--emerald-800); }
.curriculum-card ol { margin: 22px 0 0; padding: 0; list-style: none; }
.curriculum-card li { display: flex; align-items: center; gap: 18px; padding: 10px 0; border-top: 1px solid rgba(7,61,53,.18); font: 600 14px var(--heading); }
.curriculum-card li span { font: 600 11px var(--sans); opacity: .6; }
.curriculum-card--photo { position: relative; min-height: 300px; display: flex; align-items: end; background: linear-gradient(180deg, rgba(6,47,41,.05), rgba(6,47,41,.9)), url("https://images.unsplash.com/photo-1524178232363-1fb2b075b655?auto=format&fit=crop&w=1000&q=82") center/cover; }
.photo-caption span { display: block; margin-bottom: 7px; color: var(--gold-400); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.photo-caption strong { display: block; max-width: 380px; font: 600 22px/1.35 var(--display); }
.career-line { display: grid; grid-template-columns: 160px 1fr; gap: 25px; margin-top: 55px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
.career-line > span { color: var(--gold-400); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.career-line div { display: flex; flex-wrap: wrap; gap: 10px 25px; color: rgba(255,255,255,.72); font-size: 12px; }
.career-line div span::before { content: "·"; margin-right: 10px; color: var(--gold-400); }

.faculty { background: var(--cream); }
.faculty-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.faculty-card { flex: 0 0 calc((100% - 88px) / 5); min-width: 0; background: var(--white); border-bottom: 3px solid var(--gold-500); }
.faculty-card__portrait { position: relative; height: 240px; display: grid; place-items: center; overflow: hidden; }
.faculty-card__portrait::before, .faculty-card__portrait::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.25); transform: rotate(45deg); }
.faculty-card__portrait::before { width: 190px; height: 190px; }
.faculty-card__portrait::after { width: 125px; height: 125px; }
.faculty-card--one .faculty-card__portrait { background: linear-gradient(145deg, #a7b9ac, #365d51); }
.faculty-card--two .faculty-card__portrait { background: linear-gradient(145deg, #d0b47e, #795d31); }
.faculty-card--three .faculty-card__portrait { background: linear-gradient(145deg, #bbc5c1, #535e5a); }
.faculty-card__portrait span { position: relative; z-index: 1; width: 82px; height: 82px; display: grid; place-items: center; color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font: 600 26px var(--display); letter-spacing: .08em; }
.faculty-card > div:last-child { padding: 21px 20px 25px; }
.faculty-card > div:last-child > span { color: var(--gold-600); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.faculty-card h3 { margin: 7px 0 3px; color: var(--emerald-950); font: 600 18px var(--display); }
.faculty-card p { margin: 0; color: var(--muted); font-size: 11px; }

.impact { overflow: hidden; color: #fff; background: var(--emerald-800); }
.impact__pattern { opacity: .12; mask-image: linear-gradient(90deg, transparent 25%, #000); }
.impact__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.impact h2 { margin-top: 22px; font-size: clamp(44px, 5vw, 68px); }
.impact__content > p { max-width: 470px; color: rgba(255,255,255,.68); }
.impact__content .button { margin-top: 25px; }
.impact__projects { border-top: 1px solid rgba(255,255,255,.18); }
.impact__projects article { position: relative; padding: 29px 60px 29px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.impact__projects article > span { color: var(--gold-400); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.impact__projects h3 { margin: 8px 0 5px; font: 600 22px var(--display); }
.impact__projects p { margin: 0; color: rgba(255,255,255,.57); font-size: 12px; }
.impact__projects b { position: absolute; right: 10px; top: 50%; color: var(--gold-400); font-size: 22px; transform: translateY(-50%); transition: transform .2s; }
.impact__projects article:hover b { transform: translate(5px, -50%); }

.insight { background: var(--ivory); }
.article-carousel { min-width: 0; }
.article-carousel__viewport { overflow-x: auto; padding-bottom: 4px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.article-carousel__viewport::-webkit-scrollbar { display: none; }
.article-carousel__viewport:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 7px; }
.article-grid { display: flex; gap: 24px; }
.article-card { flex: 0 0 calc((100% - 72px) / 4); min-width: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(6,47,41,.1); scroll-snap-align: start; box-shadow: 0 12px 34px rgba(6,47,41,.055); transition: transform .25s, box-shadow .25s; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(6,47,41,.1); }
.article-card__visual { position: relative; height: 205px; display: block; overflow: hidden; }
.article-card--emerald .article-card__visual { color: var(--gold-400); background: var(--emerald-800); }
.article-card--gold .article-card__visual { color: var(--emerald-900); background: var(--gold-400); }
.article-card--ink .article-card__visual { color: var(--gold-400); background: #27342f; }
.article-card__visual img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.article-card:hover .article-card__visual img { transform: scale(1.045); }
.article-card__visual::before, .article-card__visual::after { content: ""; position: absolute; width: 200px; height: 200px; border: 1px solid currentColor; opacity: .25; transform: rotate(45deg); transition: transform .5s; }
.article-card__visual::before { right: -30px; top: -70px; }
.article-card__visual::after { left: -70px; bottom: -90px; }
.article-card:hover .article-card__visual::before { transform: rotate(55deg) scale(1.08); }
.article-card__glyph { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; font: 400 63px var(--display); }
.article-card__type { position: absolute; z-index: 2; left: 16px; bottom: 15px; padding: 6px 9px; color: var(--emerald-950); background: var(--gold-400); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.article-card__body { flex: 1; display: flex; flex-direction: column; padding: 21px 20px 23px; }
.article-card__meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--gold-600); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.article-card__meta span + span::before { content: "·"; margin-right: 12px; }
.article-card h3 { margin: 10px 0; font: 600 20px/1.3 var(--display); }
.article-card h3 a:hover { color: var(--emerald-700); }
.article-card__body > p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.article-card__link { align-self: flex-start; display: inline-flex; gap: 20px; margin-top: auto; padding-top: 20px; padding-bottom: 4px; border-bottom: 1px solid rgba(7,61,53,.22); color: var(--emerald-900); font-size: 10px; font-weight: 700; }
.article-carousel__controls { display: flex; align-items: center; gap: 8px; padding-bottom: 6px; }
.article-carousel__controls button { width: 42px; height: 42px; display: grid; place-items: center; color: var(--emerald-900); background: transparent; border: 1px solid rgba(7,61,53,.25); transition: color .2s, background .2s, opacity .2s; }
.article-carousel__controls button:hover:not(:disabled) { color: #fff; background: var(--emerald-900); }
.article-carousel__controls button:disabled { opacity: .35; cursor: default; }
.article-carousel__status { margin-right: 7px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.article-carousel__empty { margin: 0; padding: 40px; color: var(--muted); background: rgba(255,255,255,.5); border: 1px solid var(--line); text-align: center; }

.editorial { overflow: hidden; color: #fff; background: var(--emerald-950); }
.editorial__pattern { position: absolute; inset: 0; opacity: .08; pointer-events: none; background-image: linear-gradient(135deg, transparent 47%, var(--gold-400) 48%, var(--gold-400) 49%, transparent 50%); background-size: 92px 92px; mask-image: linear-gradient(90deg, transparent 15%, #000); }
.editorial .container { position: relative; z-index: 1; }
.editorial__heading h2 { color: #fff; }
.editorial__heading > p { color: rgba(255,255,255,.62); }
.editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.editorial-card { min-width: 0; display: flex; flex-direction: column; color: var(--ink); background: var(--white); border-top: 3px solid var(--gold-500); box-shadow: 0 20px 48px rgba(0,0,0,.16); transition: transform .25s; }
.editorial-card:hover { transform: translateY(-5px); }
.editorial-card__visual { position: relative; height: 190px; display: grid; place-items: center; overflow: hidden; }
.editorial-card__visual--emerald { color: var(--gold-400); background: var(--emerald-700); }
.editorial-card__visual--gold { color: var(--emerald-950); background: var(--gold-400); }
.editorial-card__visual--ink { color: var(--gold-400); background: #27342f; }
.editorial-card__visual::before { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid currentColor; border-radius: 50%; opacity: .28; box-shadow: 0 0 0 35px rgba(255,255,255,.035); }
.editorial-card__visual img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.editorial-card:hover .editorial-card__visual img { transform: scale(1.045); }
.editorial-card__visual > span { position: relative; z-index: 1; font: italic 600 58px var(--display); }
.editorial-card__visual > small { position: absolute; z-index: 2; left: 17px; bottom: 15px; padding: 6px 9px; color: var(--emerald-950); background: var(--gold-400); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.editorial-card__body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.editorial-card__meta { display: flex; flex-wrap: wrap; gap: 7px; color: var(--gold-600); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.editorial-card__meta span + span::before { content: "·"; margin-right: 7px; }
.editorial-card h3 { margin: 12px 0 10px; color: var(--emerald-950); font: 600 23px/1.3 var(--display); }
.editorial-card h3 a:hover { color: var(--emerald-700); }
.editorial-card__body > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.editorial-card__link { align-self: flex-start; display: inline-flex; gap: 20px; margin-top: auto; padding-top: 22px; padding-bottom: 4px; color: var(--emerald-900); border-bottom: 1px solid rgba(7,61,53,.24); font-size: 10px; font-weight: 700; }
.editorial-empty { grid-column: 1 / -1; margin: 0; padding: 42px; color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.16); text-align: center; }

.student-voice { padding-top: 70px; background: var(--cream); }
.student-voice__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 95px; }
.student-voice__portrait { min-height: 490px; padding: 28px; background: var(--emerald-900); }
.portrait-frame { position: relative; min-height: 434px; display: grid; place-items: center; border: 1px solid rgba(218,191,130,.35); background: radial-gradient(circle at 50% 35%, rgba(218,191,130,.22), transparent 30%), linear-gradient(145deg, #315f52, #092e28); }
.portrait-frame::before { content: ""; width: 240px; height: 240px; border: 1px solid rgba(218,191,130,.45); border-radius: 50%; }
.portrait-monogram { position: absolute; font: 600 54px var(--display); color: var(--gold-400); }
.portrait-caption { position: absolute; left: 25px; bottom: 22px; color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.55; }
.student-voice blockquote { margin: 0; }
.student-voice blockquote > .quote-mark { display: block; margin-bottom: 22px; font-size: 70px; }
.student-voice blockquote > p { margin: 0; color: var(--emerald-950); font: italic 600 clamp(29px, 3.25vw, 45px)/1.45 var(--display); }
.student-voice blockquote footer { display: flex; flex-direction: column; margin-top: 32px; }
.student-voice blockquote footer strong { color: var(--emerald-900); font-size: 13px; }
.student-voice blockquote footer span { color: var(--muted); font-size: 11px; }

.admissions { overflow: hidden; padding-bottom: 0; color: #fff; background: var(--emerald-900); }
.admissions__pattern { opacity: .1; mask-image: linear-gradient(90deg, #000, transparent); }
.admissions__inner { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.admissions h2 { margin-bottom: 0; font-size: clamp(40px, 4.7vw, 64px); }
.admissions__actions { display: flex; flex-direction: column; gap: 12px; min-width: 245px; padding-bottom: 8px; }
.admissions__facts { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; border-top: 1px solid rgba(255,255,255,.17); }
.admissions__facts div { padding: 27px 30px 30px; border-right: 1px solid rgba(255,255,255,.17); }
.admissions__facts div:first-child { padding-left: 0; }
.admissions__facts div:last-child { border: 0; }
.admissions__facts span { display: block; color: var(--gold-400); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.admissions__facts strong { display: block; margin-top: 6px; font-size: 13px; }

.site-footer { padding: 76px 0 24px; color: rgba(255,255,255,.65); background: var(--emerald-950); }
.site-footer__grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 70px; }
.brand--footer .brand__copy strong { color: #fff; }
.brand--footer .brand__copy small { color: rgba(255,255,255,.45); }
.site-footer__grid > div:first-child > p { max-width: 280px; margin-top: 28px; font: italic 600 17px/1.6 var(--display); color: rgba(255,255,255,.55); }
.site-footer h3 { margin: 3px 0 20px; color: var(--gold-400); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.site-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.site-footer a, .site-footer button, .site-footer p { color: rgba(255,255,255,.58); font-size: 11px; }
.site-footer button { padding: 0; background: transparent; border: 0; cursor: pointer; }
.site-footer a:hover, .site-footer button:hover { color: var(--gold-400); }
.site-footer__grid p { margin: 0 0 8px; }
.site-footer__bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer--compact { padding-top: 30px; }
.site-footer--compact .site-footer__bottom { margin-top: 0; }

.chat-launcher { position: fixed; z-index: 80; right: 24px; bottom: 24px; min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 9px 18px 9px 10px; color: #fff; background: var(--emerald-900); border: 1px solid rgba(218,191,130,.55); border-radius: 28px; box-shadow: 0 14px 45px rgba(6,47,41,.28); cursor: pointer; }
.chat-launcher__icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--emerald-950); background: var(--gold-400); border-radius: 50%; }
.chat-launcher__label { font-size: 12px; font-weight: 700; }
.chat-panel { position: fixed; z-index: 90; right: 24px; bottom: 92px; width: min(400px, calc(100vw - 32px)); height: min(620px, calc(100vh - 125px)); display: flex; flex-direction: column; color: var(--ink); background: var(--white); border: 1px solid rgba(6,47,41,.13); box-shadow: 0 25px 80px rgba(6,47,41,.25); opacity: 0; transform: translateY(22px) scale(.97); pointer-events: none; transition: opacity .22s, transform .22s; transform-origin: bottom right; }
.chat-panel.is-open { opacity: 1; transform: none; pointer-events: auto; }
.chat-panel__header { min-height: 76px; display: flex; align-items: center; gap: 12px; padding: 14px 17px; color: #fff; background: var(--emerald-900); }
.assistant-avatar { width: 42px; height: 42px; display: grid; place-items: center; color: var(--emerald-950); background: var(--gold-400); border-radius: 50%; }
.chat-panel__header > div:nth-child(2) { display: flex; flex-direction: column; }
.chat-panel__header strong { font-size: 14px; }
.chat-panel__header span { color: rgba(255,255,255,.6); font-size: 9px; }
.chat-panel__header i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: #75d9a8; border-radius: 50%; }
.chat-panel__header button { width: 36px; height: 36px; margin-left: auto; color: rgba(255,255,255,.75); background: transparent; border: 0; cursor: pointer; font-size: 25px; font-weight: 300; }
.chat-panel__messages { flex: 1; overflow-y: auto; padding: 20px 17px 10px; background: #f9f7f1; }
.message { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 14px; }
.message > span { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; margin-top: 2px; color: var(--emerald-950); background: var(--gold-400); border-radius: 50%; font-size: 10px; }
.message > div { max-width: 84%; padding: 11px 13px; background: #fff; border: 1px solid #e8e5dc; border-radius: 2px 12px 12px 12px; font-size: 12px; line-height: 1.6; white-space: pre-line; }
.message--user { justify-content: flex-end; }
.message--user > div { color: #fff; background: var(--emerald-800); border: 0; border-radius: 12px 2px 12px 12px; }
.message--assistant > div .message__link { color: var(--emerald-700); font-weight: 700; text-decoration: underline; text-decoration-color: var(--gold-500); text-underline-offset: 3px; overflow-wrap: anywhere; }
.message--assistant > div .message__link:hover, .message--assistant > div .message__link:focus-visible { color: var(--emerald-950); text-decoration-thickness: 2px; outline: none; }
.message--typing > div { display: flex; gap: 4px; padding-block: 15px; }
.message--typing i { width: 5px; height: 5px; background: var(--gold-500); border-radius: 50%; animation: typing 1s infinite alternate; }
.message--typing i:nth-child(2) { animation-delay: .2s; }
.message--typing i:nth-child(3) { animation-delay: .4s; }
@keyframes typing { to { opacity: .25; transform: translateY(-3px); } }
.chat-suggestions { display: flex; gap: 6px; overflow-x: auto; padding: 10px 17px; background: #f9f7f1; scrollbar-width: none; }
.chat-suggestions button { flex: 0 0 auto; padding: 6px 9px; color: var(--emerald-800); background: #fff; border: 1px solid #dfe4e0; border-radius: 14px; cursor: pointer; font-size: 9px; }
.chat-form { display: flex; gap: 8px; align-items: end; padding: 12px 13px 7px; border-top: 1px solid #e2e5e1; }
.chat-form textarea { flex: 1; max-height: 110px; resize: none; padding: 9px 4px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 12px; }
.chat-form button { flex: 0 0 38px; width: 38px; height: 38px; color: #fff; background: var(--emerald-900); border: 0; border-radius: 50%; cursor: pointer; }
.chat-form button:disabled { opacity: .45; }
.chat-disclaimer { margin: 0; padding: 2px 15px 9px; color: #959c98; font-size: 8px; text-align: center; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal--delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Studio AI */
.studio-page { background: #ece8de; }
.studio-header { background: var(--ivory); border-bottom: 1px solid rgba(6,47,41,.12); }
.studio-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.studio-back { display: inline-flex; align-items: center; gap: 12px; color: var(--emerald-900); font-size: 12px; font-weight: 700; }
.studio-hero { position: relative; overflow: hidden; color: #fff; background: var(--emerald-900); }
.studio-hero__inner { position: relative; z-index: 1; min-height: 320px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.studio-hero h1 { margin: 17px 0 10px; font: 600 clamp(44px, 5vw, 67px)/1.05 var(--display); letter-spacing: -.04em; }
.studio-hero h1 em { color: var(--gold-400); }
.studio-hero p { max-width: 670px; margin: 0; color: rgba(255,255,255,.65); }
.studio-hero__badge { flex: 0 0 175px; min-height: 175px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--emerald-950); background: var(--gold-400); transform: rotate(3deg); }
.studio-hero__badge span { font-size: 28px; }
.studio-hero__badge strong { margin-top: 8px; font: 600 19px var(--display); }
.studio-hero__badge small { margin-top: 3px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.studio-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; gap: 24px; margin-top: -28px; align-items: start; }
.editor-panel, .preview-panel { background: var(--white); border: 1px solid rgba(6,47,41,.1); box-shadow: 0 17px 50px rgba(6,47,41,.08); }
.editor-panel { padding: 36px; }
.preview-panel { min-height: 720px; }
.editor-panel__head, .preview-panel__head { display: flex; gap: 17px; align-items: flex-start; margin-bottom: 32px; }
.editor-panel__head > span, .preview-panel__head > span { color: var(--gold-600); font-size: 10px; letter-spacing: .12em; }
.editor-panel__head h2, .preview-panel__head h2 { margin: 0; color: var(--emerald-950); font: 600 25px var(--display); }
.editor-panel__head p, .preview-panel__head p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.preview-panel__head { padding: 36px 38px 29px; margin: 0; border-bottom: 1px solid var(--line); }
.editor-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--emerald-950); font-size: 11px; font-weight: 700; }
.field textarea, .field select { width: 100%; color: var(--ink); background: #f7f5ee; border: 1px solid #dddcd5; border-radius: 2px; outline: none; }
.field textarea { padding: 14px; resize: vertical; font-size: 12px; line-height: 1.6; }
.field select { height: 46px; padding: 0 12px; font-size: 11px; }
.field textarea:focus, .field select:focus { border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(194,155,87,.12); }
.field-hint { display: flex; justify-content: space-between; color: #929994; font-size: 8px; }
.tone-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.tone-options input { position: absolute; opacity: 0; }
.tone-options span { display: block; padding: 9px 11px; color: var(--muted); background: #f7f5ee; border: 1px solid #dfded7; cursor: pointer; font-size: 10px; text-align: center; }
.tone-options input:checked + span { color: var(--emerald-900); background: var(--emerald-100); border-color: var(--emerald-700); font-weight: 700; }
.button--generate { grid-column: 1 / -1; margin-top: 5px; }
.generation-status { display: flex; gap: 16px; align-items: center; margin-top: 25px; padding: 17px; background: var(--emerald-100); }
.generation-status > div:last-child { display: flex; flex-direction: column; }
.generation-status strong { color: var(--emerald-900); font-size: 11px; }
.generation-status div:last-child span { color: var(--muted); font-size: 9px; }
.generation-orbit { width: 36px; height: 36px; display: grid; place-items: center; color: var(--gold-500); border: 1px solid var(--emerald-700); border-radius: 50%; animation: spin 1.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.preview-empty { min-height: 580px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; text-align: center; }
.preview-empty__glyph { width: 110px; height: 110px; display: grid; place-items: center; margin-bottom: 22px; color: var(--gold-500); border: 1px solid var(--gold-200); border-radius: 50%; font-size: 43px; }
.preview-empty h3 { margin: 0; color: var(--emerald-950); font: 600 21px var(--display); }
.preview-empty p { max-width: 350px; margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.draft-preview { padding: 42px 48px 48px; }
.draft-preview__meta { display: flex; gap: 17px; color: var(--gold-600); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.draft-preview__meta span + span::before { content: "·"; margin-right: 17px; }
.draft-preview > h2 { margin: 15px 0 13px; color: var(--emerald-950); font: 600 clamp(29px, 3vw, 39px)/1.2 var(--display); }
.draft-excerpt { margin: 0 0 28px; color: var(--muted); font: italic 500 16px/1.65 var(--display); }
.draft-body { padding-top: 23px; border-top: 1px solid var(--line); }
.draft-body p { color: #3e4945; font-size: 13px; }
.draft-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 27px; }
.draft-tags span, .article-tags span { padding: 5px 10px; color: var(--emerald-800); background: var(--emerald-100); border-radius: 20px; font-size: 9px; }
.draft-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.studio-recent { padding: 75px 0 110px; }
.studio-recent__head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 25px; }
.studio-recent__head > div span { color: var(--gold-600); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.studio-recent__head h2 { margin: 3px 0 0; color: var(--emerald-950); font: 600 32px var(--display); }
.studio-recent__head > a { padding-bottom: 4px; color: var(--emerald-900); border-bottom: 1px solid rgba(7,61,53,.3); font-size: 11px; font-weight: 700; }
.studio-recent__list { background: var(--white); border: 1px solid rgba(6,47,41,.1); }
.studio-recent__list > a { display: grid; grid-template-columns: 12px 1fr auto; gap: 18px; align-items: center; padding: 19px 24px; border-bottom: 1px solid var(--line); }
.studio-recent__list > a:last-child { border-bottom: 0; }
.studio-recent__list > a:hover { background: #f7f5ee; }
.studio-recent__list div { display: flex; flex-direction: column; }
.studio-recent__list small { color: var(--gold-600); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.studio-recent__list strong { color: var(--emerald-950); font: 600 15px var(--display); }
.recent-dot { width: 8px; height: 8px; border-radius: 50%; }
.recent-dot--emerald { background: var(--emerald-700); }
.recent-dot--gold { background: var(--gold-500); }
.recent-dot--ink { background: var(--ink); }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: 390px; padding: 15px 18px; color: #fff; background: var(--emerald-900); border-left: 4px solid var(--gold-400); box-shadow: var(--shadow); opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s; font-size: 11px; }
.toast.is-visible { opacity: 1; transform: none; }
.toast.is-error { background: #7a2e25; border-left-color: #eab6a8; }

/* Article */
.article-page { background: var(--white); }
.article-hero { position: relative; overflow: hidden; color: #fff; background: var(--emerald-900); }
.article-hero--gold { background: #8b6a35; }
.article-hero--ink { background: #27342f; }
.article-hero__pattern { opacity: .12; }
.article-hero__inner { position: relative; z-index: 1; max-width: 930px; padding-top: 115px; padding-bottom: 105px; }
.article-kicker { display: flex; flex-wrap: wrap; gap: 12px; color: var(--gold-400); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.article-kicker span + span::before { content: "·"; margin-right: 12px; }
.article-hero h1 { max-width: 900px; margin: 22px 0; font: 600 clamp(44px, 5.8vw, 75px)/1.09 var(--display); letter-spacing: -.04em; }
.article-hero__inner > p { max-width: 760px; margin: 0; color: rgba(255,255,255,.68); font: italic 500 18px/1.7 var(--display); }
.article-byline { display: flex; align-items: center; gap: 12px; margin-top: 32px; }
.byline-avatar { width: 38px; height: 38px; display: grid; place-items: center; color: var(--emerald-950); background: var(--gold-400); border-radius: 50%; font-weight: 700; }
.article-byline div { display: flex; flex-direction: column; }
.article-byline strong { font-size: 11px; }
.article-byline div span { color: rgba(255,255,255,.5); font-size: 9px; }
.article-featured-image { position: relative; z-index: 2; height: clamp(320px, 49vw, 660px); margin-top: -45px; margin-bottom: -25px; padding: 0; overflow: hidden; background: var(--cream); box-shadow: 0 22px 65px rgba(6,47,41,.14); }
.article-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 160px minmax(0, 720px); justify-content: center; gap: 75px; padding-top: 90px; padding-bottom: 110px; }
.article-aside { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding-top: 12px; }
.article-aside > span { margin-bottom: 5px; color: var(--gold-600); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.article-aside a, .article-aside button { padding: 0 0 3px; color: var(--emerald-800); background: transparent; border: 0; border-bottom: 1px solid rgba(7,61,53,.2); cursor: pointer; font-size: 10px; }
.article-rich-text { color: #394640; font-size: 16px; line-height: 1.9; }
.article-rich-text > p:first-child { margin-top: 0; color: var(--emerald-950); font: 500 24px/1.7 var(--display); }
.article-rich-text h2, .article-rich-text h3, .article-rich-text h4 { margin: 1.6em 0 .55em; color: var(--emerald-950); font-family: var(--display); line-height: 1.25; }
.article-rich-text h2 { font-size: 32px; }.article-rich-text h3 { font-size: 25px; }.article-rich-text h4 { font-size: 20px; }
.article-rich-text ul, .article-rich-text ol { padding-left: 24px; }.article-rich-text li { margin-bottom: 7px; }
.article-rich-text blockquote { margin: 30px 0; padding: 18px 22px; color: var(--emerald-900); background: var(--ivory); border-left: 3px solid var(--gold-500); font: italic 500 19px/1.7 var(--display); }
.article-rich-text a { color: var(--emerald-700); text-decoration: underline; text-underline-offset: 3px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); }
.article-note { display: flex; gap: 18px; margin-top: 45px; padding: 24px; background: var(--ivory); border-left: 3px solid var(--gold-500); }
.article-note > span { color: var(--gold-500); }
.article-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.article-note strong { display: block; color: var(--emerald-900); }
.article-cta { padding: 72px 0; color: #fff; background: var(--emerald-900); }
.article-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.article-cta span { color: var(--gold-400); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.article-cta h2 { margin: 5px 0 0; font: 600 34px var(--display); }

/* Public contact form */
.public-contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 110px); align-items: start; padding-top: 92px; padding-bottom: 92px; }
.public-contact h3 { margin: 17px 0 19px; color: var(--emerald-950); font: 600 clamp(36px, 4.2vw, 56px)/1.08 var(--display); letter-spacing: -.035em; }
.public-contact > div > p { max-width: 430px; color: var(--muted); line-height: 1.8; }
.public-contact form { position: relative; display: grid; gap: 18px; padding: clamp(28px, 4vw, 46px); background: var(--white); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(6,47,41,.08); }
.public-contact form > div { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.public-contact label { display: grid; gap: 8px; color: var(--emerald-900); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.public-contact input:not(.contact-honeypot), .public-contact textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #fbfaf6; border: 1px solid rgba(6,47,41,.14); border-radius: 0; outline: 0; font: 500 12px/1.5 var(--sans); text-transform: none; letter-spacing: 0; transition: border-color .2s, box-shadow .2s; }
.public-contact textarea { resize: vertical; min-height: 118px; }
.public-contact input:focus, .public-contact textarea:focus { border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(177,139,72,.12); }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.contact-feedback { margin: 0; padding: 12px 14px; color: var(--emerald-800); background: rgba(39,131,104,.09); border-left: 3px solid var(--emerald-600); font-size: 11px; }
.contact-feedback--error { color: #7a2e25; background: rgba(122,46,37,.08); border-left-color: #a84134; }
.public-contact .button { justify-self: start; border: 0; cursor: pointer; }

@media (max-width: 1080px) {
    .primary-nav { gap: 19px; }
    .hero__grid { grid-template-columns: 1fr .82fr; gap: 40px; }
    .hero__visual { min-height: 470px; }
    .stats-strip .stat { padding-inline: 20px; }
    .intro__grid { gap: 65px; }
    .faculty-card { flex-basis: calc((100% - 44px) / 3); }
    .impact__grid { gap: 60px; }
    .site-footer__grid { gap: 35px; }
}

@media (max-width: 900px) {
    :root { --container: min(100% - 36px, 760px); }
    .header-action { display: none; }
    .nav-toggle { display: block; }
    .primary-nav { position: fixed; inset: 82px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 24px 30px; background: var(--ivory); border-bottom: 1px solid var(--line); box-shadow: 0 25px 50px rgba(6,47,41,.12); opacity: 0; transform: translateY(-15px); pointer-events: none; transition: .2s; }
    .primary-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
    .primary-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
    .hero__grid { grid-template-columns: 1fr; padding-top: 85px; padding-bottom: 110px; }
    .hero__visual { width: min(100%, 540px); min-height: 560px; margin: 10px auto 0; }
    .stats-strip { grid-template-columns: 1fr 1fr; margin-bottom: -80px; }
    .stat:nth-child(2) { border-right: 0; }
    .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .intro { padding-top: 200px; }
    .intro__grid { grid-template-columns: 1fr; gap: 15px; }
    .intro__copy { padding-top: 0; }
    .pillars { grid-template-columns: 1fr; }
    .profile-preview { grid-template-columns: 1fr; }
    .pillar { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
    .pillar:last-child { border-bottom: 0; }
    .pillar__symbol { margin: 25px 0 16px; }
    .section-heading--split { display: block; }
    .section-heading--split > p { margin-top: 24px; }
    .curriculum-grid { grid-template-columns: 1fr; }
    .faculty-card { flex-basis: calc((100% - 22px) / 2); }
    .impact__grid { grid-template-columns: 1fr; }
    .article-card { flex-basis: calc((100% - 24px) / 2); }
    .editorial-grid { grid-template-columns: 1fr 1fr; }
    .student-voice__grid { grid-template-columns: 1fr; }
    .student-voice__portrait { max-width: 550px; }
    .admissions__inner { display: block; }
    .admissions__actions { width: 260px; margin-top: 40px; }
    .site-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .site-footer__grid > div:last-child { grid-column: 2 / -1; }
    .studio-layout { grid-template-columns: 1fr; }
    .preview-panel { min-height: 0; }
    .article-layout { grid-template-columns: 1fr; gap: 30px; }
    .article-aside { flex-direction: row; align-items: center; }
    .article-aside > span { margin: 0 10px 0 0; }
    .public-contact { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 640px) {
    :root { --container: calc(100% - 30px); }
    .announcement__inner { justify-content: center; }
    .announcement__inner a { display: none; }
    .site-header__inner, .studio-header__inner { min-height: 72px; }
    .brand__mark { width: 40px; height: 40px; }
    .brand__copy strong { font-size: 13px; }
    .brand__copy small { max-width: 190px; font-size: 7px; }
    .primary-nav { top: 72px; }
    .section { padding: 88px 0; }
    .hero__grid { min-height: 0; padding-top: 70px; padding-bottom: 95px; }
    .hero h1 { font-size: 43px; }
    .hero__lead { font-size: 15px; }
    .hero__actions { flex-direction: column; align-items: flex-start; }
    .hero__visual { min-height: 450px; }
    .hero-photo { right: 0; border-radius: 120px 120px 2px 2px; }
    .hero-badge { right: -4px; width: 120px; min-height: 120px; }
    .hero-orbit { left: -7px; bottom: 40px; }
    .stats-strip { grid-template-columns: 1fr; margin-bottom: -140px; }
    .stat { border-right: 0; border-bottom: 1px solid var(--line); }
    .stat:last-child { border-bottom: 0; }
    .intro { padding-top: 230px; }
    .section-heading h2 { font-size: 38px; }
    .intro__copy .lead-copy { font-size: 19px; }
    .curriculum-feature, .curriculum-card { padding: 27px; }
    .semester-row { grid-template-columns: 1fr; gap: 5px; }
    .career-line { grid-template-columns: 1fr; }
    .faculty-card { flex-basis: 100%; }
    .faculty-card__portrait { height: 330px; }
    .article-card { flex-basis: 100%; }
    .article-carousel__controls { margin-top: 24px; }
    .editorial-grid { grid-template-columns: 1fr; }
    .student-voice { padding-top: 60px; }
    .student-voice__grid { gap: 50px; }
    .student-voice__portrait { min-height: 390px; }
    .portrait-frame { min-height: 334px; }
    .admissions__facts { grid-template-columns: 1fr; }
    .admissions__facts div, .admissions__facts div:first-child { padding-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__grid > div:first-child { grid-column: 1 / -1; }
    .site-footer__grid > div:last-child { grid-column: auto; }
    .site-footer__bottom { flex-direction: column; gap: 8px; }
    .chat-launcher { right: 15px; bottom: 15px; }
    .chat-panel { right: 15px; bottom: 80px; height: calc(100vh - 100px); }
    .studio-back { font-size: 0; }
    .studio-back span { font-size: 18px; }
    .studio-hero__inner { min-height: 400px; }
    .studio-hero__badge { display: none; }
    .editor-panel { padding: 27px 20px; }
    .editor-form { grid-template-columns: 1fr; }
    .field { grid-column: 1 / -1; }
    .tone-options { grid-template-columns: 1fr 1fr; }
    .draft-preview { padding: 32px 22px; }
    .draft-actions { align-items: stretch; flex-direction: column; }
    .article-header .brand__copy small { display: none; }
    .article-hero__inner { padding-top: 80px; padding-bottom: 75px; }
    .article-hero h1 { font-size: 42px; }
    .article-featured-image { height: 280px; margin-top: -28px; margin-bottom: 0; }
    .article-layout { padding-top: 65px; padding-bottom: 80px; }
    .article-content .article-lead { font-size: 21px; }
    .article-cta .container { display: block; }
    .article-cta .button { margin-top: 25px; }
    .public-contact { padding-top: 72px; padding-bottom: 72px; }
    .public-contact form > div { grid-template-columns: 1fr; }
}

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