:root {
  --ink: #171719;
  --paper: #f5f1e8;
  --white: #fffdf8;
  --orange: #ed5a2a;
  --pink: #ef8ca9;
  --blue: #245bd7;
  --acid: #d9ed65;
  --muted: #6e6b67;
  --line: rgba(23, 23, 25, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif; line-height: 1.65; }
a { color: inherit; }
.site-header { display: flex; height: 80px; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 1px solid var(--line); background: var(--white); }
.brand img { display: block; width: 205px; height: 62px; object-fit: contain; }
.header-link { font-size: 13px; font-weight: 850; text-decoration: none; border-bottom: 2px solid var(--orange); }
.hero { position: relative; display: grid; min-height: 670px; grid-template-columns: 1.15fr .85fr; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-copy { z-index: 2; align-self: center; max-width: 720px; margin-left: max(24px, calc((100vw - 1180px) / 2)); padding: 85px 35px 120px 0; }
.eyebrow, .kicker { margin: 0 0 11px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.kicker.light { color: var(--acid); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(51px, 7.5vw, 94px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
h1 em { color: var(--pink); font-style: italic; }
.lead { max-width: 630px; margin: 30px 0 35px; color: #d1cbc0; font-size: clamp(17px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid currentColor; font-weight: 850; text-decoration: none; transition: transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.primary { border-color: var(--orange); color: #fff; background: var(--orange); }
.ghost { color: #fff; background: transparent; }
.hero-art { position: relative; overflow: hidden; background: var(--blue); }
.shape { position: absolute; display: block; }
.shape-one { top: -11%; right: -12%; width: 82%; aspect-ratio: 1; border-radius: 50%; background: var(--pink); }
.shape-two { right: 10%; bottom: -12%; width: 76%; aspect-ratio: 1; transform: rotate(26deg); background: var(--acid); clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.shape-three { top: 18%; left: -16%; width: 58%; aspect-ratio: 1; border: 55px solid var(--orange); border-radius: 50%; }
.art-word { position: absolute; right: 7%; bottom: 7%; color: var(--ink); font: 900 clamp(62px, 9vw, 140px)/.8 Arial, sans-serif; letter-spacing: -.09em; }
.hero-note { position: absolute; z-index: 3; right: 0; bottom: 0; padding: 16px 28px; color: var(--ink); background: var(--acid); font-size: 13px; font-weight: 900; }
.section-nav { position: sticky; top: 0; z-index: 10; display: flex; justify-content: center; gap: 35px; overflow-x: auto; padding: 15px 24px; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.94); backdrop-filter: blur(12px); }
.section-nav a { flex: 0 0 auto; font-size: 12px; font-weight: 850; text-decoration: none; }
.pathways, .level-section, .cta { width: min(1180px, calc(100% - 48px)); margin: auto; }
.pathways { padding: 110px 0; }
.section-heading { max-width: 740px; margin-bottom: 50px; }
h2 { margin: 0; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(37px, 5vw, 62px); font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }
.section-heading > p:last-child { max-width: 600px; color: var(--muted); }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.path-grid article { min-height: 330px; padding: 35px; border: 1px solid var(--line); background: var(--white); }
.path-grid article.featured { color: #fff; background: var(--blue); transform: translateY(-18px); }
.path-grid span, .degree-options span, .tag { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.path-grid .featured span { color: var(--acid); }
.path-grid h3 { margin: 68px 0 12px; font: 500 30px Georgia, serif; }
.path-grid p { color: var(--muted); font-size: 14px; }
.path-grid .featured p { color: #d8e1ff; }
.path-grid a, .requirement a, .degree-options a, .text-link { display: inline-block; margin-top: 12px; padding-bottom: 2px; border-bottom: 1px solid currentColor; color: var(--orange); font-size: 13px; font-weight: 850; text-decoration: none; }
.inline-download { display: inline-block; margin-left: 6px; border-bottom: 1px solid currentColor; color: var(--orange); font-weight: 850; text-decoration: none; white-space: nowrap; }
.path-grid .featured a { color: #fff; }
.programme-strip { padding: 34px 24px; color: #fff; background: var(--orange); }
.programme-strip > div { display: flex; max-width: 1180px; align-items: center; justify-content: center; gap: 14px; margin: auto; flex-wrap: wrap; }
.programme-label { flex: 1 1 240px; min-width: 220px; margin-right: 10px; }
.programme-label span { display: block; color: #ffd8cd; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.programme-label strong { display: block; margin-top: 5px; font: 500 27px/1.18 Georgia, "Noto Serif SC", serif; letter-spacing: -.03em; }
.programme-strip a { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 18px; border: 2px solid rgba(255,255,255,.88); color: var(--ink); background: var(--white); box-shadow: 6px 6px 0 rgba(23,23,25,.22); font-size: 14px; font-weight: 900; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.programme-strip a:hover { transform: translate(-2px, -2px); background: var(--acid); box-shadow: 9px 9px 0 rgba(23,23,25,.28); }
.level-section { display: grid; grid-template-columns: 310px 1fr; gap: 65px; padding: 115px 0; scroll-margin-top: 48px; }
.level-intro { position: relative; }
.level-intro > p:last-of-type { color: var(--muted); }
.level-number { display: block; color: rgba(23,23,25,.1); font: 900 100px/1 Arial, sans-serif; letter-spacing: -.08em; }
.requirements { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.undergraduate { grid-template-columns: minmax(250px, .95fr) minmax(275px, 1fr) minmax(275px, 1fr); gap: 28px; align-items: start; }
.undergraduate .level-intro { align-self: start; min-height: 255px; padding: 28px 24px; background: #eee9df; }
.undergraduate .requirements { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-column: 2 / 4; gap: 28px; align-items: start; }
.undergraduate .checklist { grid-row: 1 / 3; min-height: 520px; }
.undergraduate .requirement.major { grid-column: 2; grid-row: 1; min-height: 245px; }
.undergraduate .requirement:not(.major):not(.checklist) { grid-column: 2; grid-row: 2; min-height: 245px; }
.undergraduate .portfolio-example-one { grid-column: 1; grid-row: 3; }
.undergraduate .portfolio-example-two { grid-column: 2; grid-row: 3; }
.requirement { padding: 30px; border: 1px solid var(--line); background: var(--white); }
.requirement.major { color: #fff; background: var(--orange); }
.requirement.major .tag { color: #ffd9ce; }
.requirement h3 { margin: 35px 0 10px; font: 500 27px Georgia, serif; line-height: 1.2; }
.requirement p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.requirement.major p { color: #ffe4dc; }
.requirement ul, .doctor-requirements ul { margin: 25px 0 0; padding: 0; list-style: none; }
.requirement li, .doctor-requirements li { padding: 9px 0 9px 20px; border-bottom: 1px solid var(--line); }
.requirement li::before, .doctor-requirements li::before { content: "•"; margin-left: -18px; margin-right: 11px; color: var(--orange); }
figure { margin: 0; }
.portfolio-example { position: relative; min-height: 430px; overflow: hidden; background: #ddd; }
.portfolio-example img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-example .portfolio-note { padding: 0 0 12px; color: var(--ink); background: transparent; font-size: 14px; font-weight: 850; }
.undergraduate .portfolio-example { height: 480px; min-height: 0; }
.undergraduate .portfolio-example-one { display: flex; flex-direction: column; padding-top: 25px; background: transparent; }
.undergraduate .portfolio-example-one img { flex: 1; min-height: 0; }
.undergraduate .portfolio-example-one img { object-position: center 45%; }
.undergraduate .portfolio-example-two img { object-position: center top; }
figcaption { padding: 11px 14px; color: var(--muted); background: var(--white); font-size: 12px; }
.postgraduate { width: 100%; grid-template-columns: minmax(230px, calc((100vw - 1180px) / 2 + 310px)) 1fr; gap: 65px; padding: 115px max(24px, calc((100vw - 1180px) / 2)); color: #fff; background: var(--ink); }
.postgraduate .level-intro > p:last-of-type { color: #aaa49a; }
.postgraduate .level-number { color: rgba(255,255,255,.08); }
.degree-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.degree-options article { padding: 30px; border: 1px solid #43413d; background: #242426; }
.degree-options h3 { min-height: 90px; font: 500 24px/1.25 Georgia, serif; }
.degree-options a { color: var(--pink); }
.dark-grid { grid-column: 2; display: grid; grid-template-columns: 1fr; gap: 15px; }
.dark-grid > div { padding: 32px; color: var(--ink); background: var(--acid); }
.dark-grid > div:last-child { background: var(--pink); }
.dark-grid h3 { margin: 0; font: 500 27px Georgia, serif; }
.dark-grid ol { margin: 20px 0 0; padding: 0; list-style: none; }
.dark-grid li { display: grid; grid-template-columns: 32px 1fr; gap: 8px; padding: 10px 0; border-top: 1px solid rgba(23,23,25,.18); font-size: 14px; }
.dark-grid li span { font-weight: 900; }
.schedule-section { grid-column: 1 / -1; margin-top: 35px; padding-top: 55px; border-top: 1px solid #43413d; }
.schedule-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 28px; }
.schedule-heading h3 { margin: 0; font: 500 clamp(30px, 4vw, 48px)/1.1 Georgia, serif; }
.schedule-heading > p { margin: 0; color: #aaa49a; font-size: 12px; }
.schedule-list { display: grid; gap: 30px; }
.schedule-list figure { overflow: hidden; border: 1px solid #43413d; background: #fff; }
.schedule-list figcaption { display: flex; align-items: center; gap: 18px; padding: 20px 24px; border-bottom: 1px solid #dedbd3; color: var(--ink); }
.schedule-list figcaption > span { display: grid; flex: 0 0 46px; width: 46px; height: 46px; place-items: center; color: #fff; background: var(--orange); font-size: 12px; font-weight: 900; }
.schedule-list figcaption strong, .schedule-list figcaption small { display: block; }
.schedule-list figcaption strong { font: 500 22px/1.25 Georgia, "Noto Serif SC", serif; }
.schedule-list figcaption small { margin-top: 4px; color: var(--muted); }
.schedule-list a { display: block; padding: clamp(18px, 3vw, 38px); background: #f4f1ea; cursor: zoom-in; }
  .schedule-list img { display: block; width: min(100%, 1024px); height: auto; margin: auto; box-shadow: 0 12px 35px rgba(0,0,0,.1); }
.wide-visual img { display: block; width: 100%; height: auto; }
.doctoral-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.doctor-requirements { padding: 35px; border: 1px solid var(--line); background: var(--white); }
.doctor-requirements h3, .graduation-mode h3 { margin: 0 0 20px; font: 500 29px Georgia, serif; }
.doctor-requirements li { font-size: 14px; }
.note { padding: 15px; background: #f0eadf; color: var(--muted); font-size: 13px; }
.graduation-mode { padding: 35px; color: #fff; background: var(--blue); }
.graduation-mode > div { display: grid; grid-template-columns: 105px 1fr; gap: 15px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.25); }
.graduation-mode strong { color: var(--acid); }
.graduation-mode span { line-height: 1.45; }
.graduation-mode > p:last-child { color: #d8e1ff; font-size: 13px; }
.wide-visual { grid-column: 2; padding: 24px; border: 1px solid var(--line); background: var(--white); }
.doctoral-summary { grid-column: 2; margin: 0; padding: 25px; text-align: center; background: var(--acid); font-weight: 750; }
.cta { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 50px; padding: 85px max(24px, calc((100vw - 1180px) / 2)); background: var(--pink); }
.cta > div:last-child { text-align: right; }
.cta a:not(.button) { display: block; margin-bottom: 18px; font-size: 18px; font-weight: 850; }
.cta .button { display: inline-flex; }
footer { padding: 28px 24px; color: #9c978e; background: var(--ink); font-size: 12px; text-align: center; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr .55fr; }
  .path-grid { grid-template-columns: 1fr; }
  .path-grid article { min-height: 0; }
  .path-grid article.featured { transform: none; }
  .path-grid h3 { margin-top: 35px; }
  .level-section, .postgraduate { grid-template-columns: 1fr; }
  .undergraduate .requirements { grid-column: 1; }
  .dark-grid, .schedule-section, .wide-visual, .doctoral-summary { grid-column: 1; }
}

@media (max-width: 650px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand img { width: 160px; }
  .header-link { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { margin: 0; padding: 70px 20px 90px; }
  .hero-art { min-height: 260px; }
  .hero-note { right: auto; left: 0; }
  .section-nav { justify-content: flex-start; }
  .programme-strip { padding: 28px 16px; }
  .programme-strip > div { justify-content: flex-start; }
  .programme-label { flex-basis: 100%; margin-right: 0; }
  .programme-strip a { width: 100%; }
  .pathways, .level-section { width: min(100% - 32px, 1180px); padding: 75px 0; }
  .requirements, .degree-options, .dark-grid, .doctoral-layout { grid-template-columns: 1fr; }
  .undergraduate .level-intro { min-height: 0; }
  .undergraduate .requirements { grid-template-columns: 1fr; gap: 16px; }
  .undergraduate .checklist,
  .undergraduate .requirement.major,
  .undergraduate .requirement:not(.major):not(.checklist),
  .undergraduate .portfolio-example-one,
  .undergraduate .portfolio-example-two { grid-column: 1; min-height: 0; }
  .postgraduate { width: 100%; padding: 75px 16px; }
  .schedule-section { margin-top: 20px; padding-top: 40px; }
  .schedule-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .schedule-list { gap: 20px; }
  .schedule-list figcaption { align-items: flex-start; padding: 16px; }
  .schedule-list figcaption > span { flex-basis: 38px; width: 38px; height: 38px; }
  .schedule-list figcaption strong { font-size: 18px; }
  .schedule-list a { padding: 10px; }
  .portfolio-example, .undergraduate .portfolio-example { height: auto; min-height: 350px; }
  .cta { align-items: flex-start; flex-direction: column; padding: 70px 20px; }
  .cta > div:last-child { text-align: left; }
}
