:root {
  --ink: #111827;
  --navy: #071c35;
  --navy-soft: #123b61;
  --red: #c92035;
  --red-dark: #9d1427;
  --paper: #f7f6f2;
  --white: #fff;
  --muted: #677385;
  --line: #dfe3e7;
  --cream: #eeebe3;
  --shadow: 0 24px 60px rgba(7, 28, 53, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.72;
}
a { color: inherit; }
.site-header {
  display: flex;
  height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100% - 1180px) / 2));
  border-top: 7px solid var(--red);
  background: #fff;
}
.brand img { display: block; width: 210px; height: 62px; object-fit: contain; }
.site-header nav { display: flex; gap: 22px; }
.site-header nav a { color: var(--navy); font-size: 14px; font-weight: 850; text-decoration: none; }
.site-header nav a:last-child { color: var(--red); }
.overview-hero, .programme-hero {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 24%, rgba(48, 143, 196, .27), transparent 25rem),
    linear-gradient(125deg, #041426, var(--navy) 60%, var(--navy-soft));
}
.hero-inner, .programme-hero-inner {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
  padding: 96px 0 84px;
}
.programme-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: 70px;
}
.eyebrow {
  margin: 0 0 9px;
  color: #ef6f80;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow.light { color: #ffd0d6; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 {
  margin: 0;
  font-family: Georgia, "Noto Serif SC", serif;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.1;
}
h1 { max-width: 900px; font-size: clamp(47px, 7vw, 82px); }
h1 span { color: #eb6073; }
h2 { color: var(--navy); font-size: clamp(31px, 4.5vw, 49px); }
.english-title { margin: 14px 0 0; color: #f06f81; font-size: clamp(18px, 2.3vw, 25px); font-weight: 750; }
.lead { max-width: 740px; margin: 26px 0 31px; color: #cbd6e2; font-size: clamp(17px, 2vw, 20px); }
.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-radius: 7px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--red); box-shadow: 0 14px 30px rgba(201, 32, 53, .25); }
.button.primary:hover { background: var(--red-dark); }
.button.ghost { border: 1px solid rgba(255, 255, 255, .35); color: #fff; background: rgba(255, 255, 255, .07); }
.monogram {
  display: grid;
  width: 300px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle, rgba(201, 32, 53, .85) 0 28%, transparent 29% 100%);
  box-shadow: inset 0 0 0 52px rgba(255, 255, 255, .025), 0 0 70px rgba(30, 128, 180, .2);
  font: 700 17px Georgia, serif;
  letter-spacing: .11em;
  text-align: center;
}
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: rgba(0, 0, 0, .12);
}
.facts div { padding: 23px max(20px, calc((100vw - 1180px) / 8)); border-right: 1px solid rgba(255, 255, 255, .1); }
.facts span, .facts strong { display: block; }
.facts span { color: #91a6bb; font-size: 12px; }
.facts strong { margin-top: 2px; font-size: 16px; }
.intro-grid {
  position: relative;
  display: grid;
  width: min(1040px, calc(100% - 48px));
  grid-template-columns: repeat(4, 1fr);
  margin: -28px auto 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}
.intro-grid article { padding: 26px; border-right: 1px solid var(--line); text-align: center; }
.intro-grid article:last-child { border: 0; }
.intro-grid strong, .intro-grid span { display: block; }
.intro-grid strong { color: var(--red); font: 600 26px Georgia, serif; }
.intro-grid span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.catalogue, .highlights-section, .content-sections, .overview-notes, .apply-cta {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}
.catalogue { padding: 100px 0 0; }
.section-title { margin-bottom: 40px; }
.programme-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.programme-grid.three { grid-template-columns: repeat(3, 1fr); }
.programme-card {
  min-height: 240px;
  padding: 33px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 13px 35px rgba(7, 28, 53, .055);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.programme-card:hover { transform: translateY(-4px); border-color: #e8a7b0; box-shadow: var(--shadow); }
.programme-card > span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.programme-card h3 { margin: 26px 0 8px; color: var(--navy); font: 600 27px Georgia, "Noto Serif SC", serif; }
.programme-card p { margin: 0; color: var(--muted); font-size: 14px; }
.programme-card b { display: block; margin-top: 27px; color: var(--red); font-size: 13px; }
.phd-catalogue { padding-bottom: 100px; }
.overview-notes {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 70px;
  margin-bottom: 80px;
  padding: 68px;
  border-radius: 22px;
  color: #fff;
  background: var(--navy);
}
.overview-notes h2, .apply-cta h2 { color: #fff; }
.note-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.note-columns article { padding-top: 17px; border-top: 2px solid #315376; }
.note-columns strong { color: #f08c9a; }
.note-columns p { margin-bottom: 0; color: #c4d0dd; font-size: 14px; }
.official-links { display: flex; justify-content: center; gap: 30px; padding: 16px 24px; border-bottom: 1px solid var(--line); background: #fff; }
.official-links a { color: var(--red); font-size: 13px; font-weight: 850; }
.highlights-section { padding: 100px 0; }
.highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.highlight-grid article { min-height: 210px; padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.highlight-grid article:first-child { color: #fff; border-color: var(--red); background: var(--red); }
.highlight-grid span { color: var(--red); font-size: 12px; font-weight: 900; }
.highlight-grid article:first-child span { color: #fff; }
.highlight-grid p { margin: 24px 0 0; color: var(--navy); font-weight: 750; }
.highlight-grid article:first-child p { color: #fff; }
.content-sections { display: grid; gap: 18px; padding-bottom: 100px; }
.content-card {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 30px;
  padding: clamp(30px, 5vw, 55px);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 13px 40px rgba(7, 28, 53, .06);
}
.content-number { color: #e4a1aa; font: 600 42px Georgia, serif; }
.content-card h2 { font-size: clamp(28px, 3.5vw, 40px); }
.content-card ul { display: grid; gap: 12px; margin: 29px 0 0; padding: 0; list-style: none; }
.content-card li { position: relative; padding-left: 25px; color: #4f5e70; }
.content-card li::before { position: absolute; top: .72em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--red); content: ""; }
.content-card li a { display: inline-block; margin-left: 5px; color: var(--red); font-size: 13px; font-weight: 850; }
.section-image {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  margin-top: 32px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 28, 53, .08);
}
.section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button.bridge-course-button {
  min-height: 58px;
  padding: 0 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #f05a6d);
  box-shadow: 0 16px 36px rgba(201, 32, 53, .3);
}
.button.bridge-course-button:hover { background: linear-gradient(135deg, var(--red-dark), var(--red)); }
.reference-samples { margin-top: 52px; }
.reference-sample-group + .reference-sample-group { margin-top: 52px; }
.reference-samples h3 { margin: 0 0 18px; color: var(--navy); font: 600 25px Georgia, "Noto Serif SC", serif; }
.reference-sample-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(8px, 2vw, 18px); align-items: start; }
.reference-sample-grid img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 28, 53, .08);
}
.apply-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 75px;
  padding: clamp(38px, 6vw, 65px);
  border-radius: 22px;
  color: #fff;
  background: var(--red);
  box-shadow: var(--shadow);
}
.apply-cta p:not(.eyebrow) { margin-bottom: 0; color: #f8d5db; }
.cta-actions { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 12px; }
.button.white { color: var(--red); background: #fff; }
.cta-actions > a:last-child { color: #fff; font-size: 13px; }
.not-found { min-height: 65vh; padding: 100px 24px; text-align: center; }
.not-found h1 { margin: auto; color: var(--navy); }
.not-found a { color: var(--red); }
footer { padding: 28px 24px; color: #8291a0; background: #041426; font-size: 12px; text-align: center; }

@media (max-width: 940px) {
  .programme-hero-inner { grid-template-columns: 1fr 220px; gap: 35px; }
  .monogram { width: 210px; }
  .programme-grid.three, .highlight-grid { grid-template-columns: repeat(2, 1fr); }
  .overview-notes { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { height: 72px; padding: 0 18px; }
  .brand img { width: 155px; height: 52px; }
  .site-header nav a:first-child { display: none; }
  .hero-inner, .programme-hero-inner, .catalogue, .highlights-section, .content-sections, .overview-notes, .apply-cta { width: min(100% - 32px, 1180px); }
  .hero-inner, .programme-hero-inner { display: block; padding: 65px 0 55px; }
  h1 { font-size: 45px; }
  .monogram { display: none; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts div { padding: 18px 16px; }
  .intro-grid { width: calc(100% - 32px); grid-template-columns: repeat(2, 1fr); }
  .intro-grid article:nth-child(2) { border-right: 0; }
  .intro-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .catalogue { padding-top: 72px; }
  .programme-grid, .programme-grid.three, .highlight-grid, .note-columns { grid-template-columns: 1fr; }
  .programme-card { min-height: 0; }
  .phd-catalogue { padding-bottom: 72px; }
  .overview-notes { padding: 45px 25px; border-radius: 15px; }
  .highlights-section { padding: 72px 0; }
  .highlight-grid article { min-height: 0; }
  .content-sections { padding-bottom: 72px; }
  .content-card { grid-template-columns: 1fr; gap: 8px; }
  .content-number { font-size: 25px; }
  .apply-cta { align-items: flex-start; flex-direction: column; margin-bottom: 45px; border-radius: 15px; }
  .cta-actions { align-items: flex-start; }
  .official-links { justify-content: flex-start; overflow-x: auto; }
  .official-links a { flex: 0 0 auto; }
}


.copy-email-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.copy-email-address { font-weight: 800; color: inherit; }
.copy-email-button {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border: 0;
  border-radius: 4px;
  padding: 2px 8px;
  background: #c92035;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
}
.official-links a {
  border: 2px solid rgba(201, 32, 53, .25);
  background: #fff6f7;
  color: #a31327;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(14, 26, 51, .08);
}
