:root {
  --ink: #202326;
  --muted: #62686d;
  --line: #d9dcdf;
  --link: #315b77;
  --paper: #ffffff;
  --soft: #f7f8f8;
  --warm: #faf9f6;
  --max: 1220px;
  --sans: "Source Sans 3", Arial, sans-serif;
  --serif: "Source Serif 4", Georgia, serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--link);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wrap {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px;
  z-index: 30;
}
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.site-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}
.top-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.top-nav a {
  font-size: 0.9rem;
  color: #51585e;
}
.hero {
  padding: 46px 0 50px;
  background: #fff;
}
.hero-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 300px;
  gap: 38px;
  align-items: start;
}
.portrait {
  display: block;
  width: 280px;
  height: 350px;
  object-fit: cover;
  object-position: center 14%;
  background: #eef0f2;
}
.hero-main {
  padding-top: 4px;
}
.hero h1 {
  font-family: var(--serif);
  font-size: 3.7rem;
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 500;
  margin: 0 0 16px;
}
.role {
  font-size: 1.08rem;
  line-height: 1.56;
  color: #3e4449;
  margin: 0 0 22px;
}

.role a {
  border-bottom: 1px solid #b6c1c8;
}

.hero-statement {
  font-family: var(--serif);
  font-size: 1.34rem;
  line-height: 1.28;
  margin: 0 0 20px;
  max-width: 680px;
}
.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  font-size: 0.94rem;
  margin: 0 0 17px;
}
.hero-links a {
  border-bottom: 1px solid #b6c1c8;
}
.hero-links a:hover {
  text-decoration: none;
  border-color: var(--link);
}
.opportunity {
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 600;
  color: #8a3d2f;
  margin: 22px 0 0;
  max-width: 680px;
  padding: 10px 13px;
  border-left: 3px solid #b45b47;
  background: #fbf4f1;
}
.hero-rail {
  border-left: 1px solid var(--line);
  padding-left: 24px;
  margin-top: 5px;
}
.rail-group + .rail-group {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 16px;
}
.rail-group h2 {
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: #70767b;
}
.rail-group p,
.rail-group address {
  font-size: 0.9rem;
  line-height: 1.58;
  color: #444a4f;
  margin: 0 0 8px;
  font-style: normal;
}
.rail-group strong {
  font-weight: 600;
  color: #272b2f;
}
.institution {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 11px;
  align-items: start;
  padding: 7px 0;
}
.institution img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}
.institution p {
  font-size: 0.82rem;
  line-height: 1.43;
  margin: 0;
}
.institution strong {
  font-size: 0.84rem;
}
.rail-background {
  padding-bottom: 2px;
}
.section-band {
  padding: 54px 0 58px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 20px;
}
.section-selected,
.section-students,
.section-background {
  background: #fff;
}
.section-news,
.section-teaching {
  background: var(--soft);
}
.section-projects {
  background: var(--warm);
}
.section-grid {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}
.section-label h2 {
  font-size: 0.98rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-weight: 600;
  color: #5d6469;
  margin: 4px 0 0;
}
.section-content {
  min-width: 0;
  max-width: 900px;
}
.section-intro {
  font-family: var(--serif);
  font-size: 1.13rem;
  line-height: 1.6;
  color: #303438;
  margin: 0 0 24px;
  max-width: 760px;
}
.compact-intro {
  margin-bottom: 18px;
}
.section-link {
  font-size: 0.88rem;
  margin: 18px 0 0;
}
.pub-showcase {
  border-top: 1px solid var(--line);
}
.pub-card {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 26px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.pub-thumb-link {
  display: block;
  background: #fff;
}
.pub-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  background: #fff;
}
.venue-line {
  font-size: 0.86rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  font-weight: 600;
  color: #667077;
  margin: 0 0 7px;
}
.pub-copy h3,
.pub-entry h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 0px;
}
.citation {
  font-size: 1.05rem;
  line-height: 1.57;
  color: #5a6268;
}
.citation b {
  font-weight: 600;
  color: #30353a;
}
.citation br {
  display: none;
}
.pub-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.89rem;
  margin: 9px 0 0;
}
.pub-links span {
  color: #a1a7ac;
}
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.news-list li {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 22px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.news-list time {
  font-size: 0.95rem;
  color: #697177;
  padding-top: 2px;
}
.news-list p {
  font-size: 1.1rem;
  line-height: 1.62;
  margin: 0;
}
.plain-details,
.archive-details {
  margin-top: 15px;
}
.plain-details summary,
.archive-details summary {
  cursor: pointer;
  font-size: 0.87rem;
  color: var(--link);
}
.older-news {
  margin-top: 12px;
}
.projects {
  border-top: 1px solid #ddd8cf;
}
.project {
  padding: 18px 0;
  border-bottom: 1px solid #ddd8cf;
}
.project-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 145px;
  gap: 24px;
}
.project h3 {
  font-family: var(--serif);
  font-size: 1.13rem;
  line-height: 1.46;
  font-weight: 600;
  margin: 0;
}
.project-head > span {
  font-size: 0.95rem;
  text-align: right;
  color: #6a7074;
}
.project-meta {
  font-size: 0.99rem;
  color: #5a6064;
  line-height: 1.58;
  margin: 6px 0 0;
}
.project-links {
  font-size: 0.92rem;
  margin: 7px 0 0;
}
.archived-projects {
  margin-top: 12px;
}
.students-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 50px;
  border-top: 1px solid var(--line);
  padding-top: 17px;
}
.students-grid h3,
.subhead,
.contact h3 {
  font-size: 0.98rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #666d72;
  margin: 0 0 9px;
}
.students-grid ul,
.alumni ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.students-grid li {
  font-size: 1rem;
  padding: 3px 0;
}
.alumni ul {
  columns: 2;
  column-gap: 34px;
  margin-top: 13px;
}
.alumni li {
  font-size: 0.88rem;
  color: #5b6267;
  break-inside: avoid;
  margin-bottom: 6px;
}
.course-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.course-list li {
  font-size: 1rem;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.past-courses {
  font-size: 0.9rem;
  color: #5d6367;
}
.past-courses h3 {
  display: none;
}
.past-courses h4 {
  font-size: 0.98rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 15px 0 6px;
}
.profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 46px;
}
.background-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.background-list li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5b6266;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.background-list b,
.background-list strong {
  display: block;
  font-size: 1.03rem;
  color: #282d31;
  font-weight: 600;
}
.contact {
  border-left: 1px solid var(--line);
  padding-left: 22px;
}
.contact dl {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 7px 10px;
  font-size: 0.88rem;
  line-height: 1.52;
  margin: 0;
}
.contact dt {
  color: #747a7f;
}
.contact dd {
  margin: 0;
  color: #444a4e;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 24px 0 34px;
  background: #fff;
}
.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.81rem;
  color: #747a7f;
}
/* Subpages */
.subpage-main {
  padding-bottom: 70px;
}
.page-title {
  padding: 52px 0 32px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 32px;
}
.page-title > p:first-child {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0 0 10px;
}
.page-title h1 {
  font-family: var(--serif);
  font-size: 2.85rem;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}
.page-title > p:last-child {
  font-size: 0.93rem;
  color: var(--muted);
  margin: 0;
}
.pub-tools {
  display: grid;
  grid-template-columns: 135px minmax(0, 500px) 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 34px;
}
.pub-tools label,
#pub-status {
  font-size: 0.82rem;
  color: var(--muted);
}
.pub-tools input {
  border: 0;
  border-bottom: 1px solid #bcc2c7;
  background: transparent;
  padding: 9px 0;
  font: inherit;
  font-size: 0.95rem;
  outline: none;
}
.pub-group {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 42px;
  margin-bottom: 48px;
}
.pub-group > h2 {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5d6469;
  margin: 4px 0 0;
}
.pub-group > ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.pub-entry {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.pub-entry[hidden],
.pub-group[hidden] {
  display: none;
}
.no-results {
  display: none;
}
.highlight-page-list {
  max-width: 760px;
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 220px 1fr;
    gap: 32px;
  }
  .portrait {
    width: 220px;
    height: 275px;
  }
  .hero-rail {
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 18px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 28px;
  }
  .rail-group + .rail-group {
    border-top: 0;
    border-left: 0;
    margin: 0;
    padding: 0;
  }
  .rail-group:nth-child(n + 3) {
    border-top: 1px solid var(--line);
    padding-top: 16px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 16px;
  }
  .wrap {
    width: min(var(--max), calc(100% - 32px));
  }
  .header-inner {
    padding: 13px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
  .top-nav {
    gap: 10px 15px;
  }
  .hero {
    padding: 32px 0 38px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .portrait {
    width: 190px;
    height: 238px;
  }
  .hero h1 {
    font-size: 3rem;
  }
  .hero-statement {
    font-size: 1.21rem;
  }
  .hero-rail {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .rail-group + .rail-group,
  .rail-group:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 14px 0 0;
    margin-top: 14px;
  }
  .section-band {
    padding: 40px 0 44px;
  }
  .section-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .section-label h2 {
    margin: 0;
  }
  .pub-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .pub-thumb {
    max-width: 420px;
  }
  .news-list li {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .project-head,
  .students-grid,
  .profile-grid,
  .pub-group {
    grid-template-columns: 1fr;
  }
  .project-head > span {
    text-align: left;
  }
  .alumni ul {
    columns: 1;
  }
  .contact {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 18px 0 0;
  }
  .pub-tools {
    display: block;
  }
  .pub-tools label,
  #pub-status {
    display: block;
    margin: 6px 0;
  }
  .site-footer .wrap {
    flex-direction: column;
    gap: 6px;
  }
}

/* Hero news refinement */
.opportunity {
  color: #8a3d2f;
  margin: 22px 0 0;
  padding: 8px 0 8px 13px;
  border-left: 3px solid #b45b47;
  background: transparent;
  font-weight: 600;
}
.hero-news {
  margin-top: 28px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
  max-width: 720px;
}
.hero-news h2 {
  font-size: 0.98rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-weight: 600;
  color: #62696f;
  margin: 0 0 10px;
}
.hero-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-news li {
  font-size: 2.78rem;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  padding: 7px 0;
}
.hero-news time {
  font-size: 0.79rem;
  line-height: 1.5;
  color: #72797e;
  padding-top: 1px;
}
.hero-news p {
  font-size: 0.94rem;
  line-height: 1.52;
  color: #383e43;
  margin: 0;
}
.hero-news-more {
  font-size: 1rem !important;
  margin: 10px 0 0 !important;
}
.rail-students p {
  margin-bottom: 5px;
}
.rail-link {
  font-size: 0.82rem !important;
}
@media (max-width: 760px) {
  .hero-news li {
    grid-template-columns: 1fr;
    gap: 1px;
  }
  .hero-news {
    margin-top: 24px;
  }
  .opportunity {
    padding-right: 0;
  }
}

/* Wide hero activity row: opportunity + recent news span photo and biography columns */
.hero-grid {
  grid-template-rows: auto auto;
}
.hero-photo {
  grid-column: 1;
  grid-row: 1;
}
.hero-main {
  grid-column: 2;
  grid-row: 1;
}
.hero-rail {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.hero-activity {
  grid-column: 1 / 3;
  grid-row: 2;
  margin-top: 2px;
  min-width: 0;
}
.hero-activity .opportunity {
  max-width: none;
  margin: 0;
  padding: 9px 0 9px 14px;
  font-size: 1.1rem;
  line-height: 1.55;
}
.hero-activity .hero-news {
  max-width: none;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.hero-activity .hero-news li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  padding: 4px 0;
}
.hero-activity .hero-news time {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  color: #72797e;
  padding-top: 1px;
}
.hero-activity .hero-news p {
  font-size: 1.05rem;
  line-height: 1.56;
  margin: 0;
  color: #383e43;
}
.hero-activity .hero-news-more {
  margin: 11px 0 0 !important;
}

@media (max-width: 980px) {
  .hero-photo {
    grid-column: 1;
    grid-row: 1;
  }
  .hero-main {
    grid-column: 2;
    grid-row: 1;
  }
  .hero-activity {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 8px;
  }
  .hero-rail {
    grid-column: 1 / -1;
    grid-row: 3;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 18px 0 0;
  }
}
@media (max-width: 760px) {
  .hero-photo,
  .hero-main,
  .hero-activity,
  .hero-rail {
    grid-column: 1;
    grid-row: auto;
  }
  .hero-activity {
    margin-top: 0;
  }
  .hero-activity .hero-news li {
    grid-template-columns: 1fr;
    gap: 1px;
  }
}
