@charset "UTF-8";

/*
 * Clean academic theme
 * This file intentionally changes presentation only. The CV content and
 * document structure remain in index.md. Screen and print overrides below
 * keep the same visual language while cv.css supplies the compact A4 layout.
 */

@media screen {
  :root {
    --paper: #faf7f8;
    --paper-deep: #f3ecee;
    --surface: #ffffff;
    --ink: #2b1d21;
    --muted: #74656a;
    --line: #eadde0;
    --line-strong: #d8c2c8;
    --forest: #6b1d2a;
    --forest-light: #862633;
    --coral: #a13a4d;
    --gold: #d0a0a9;
    --sage: #f7ecef;
    --shadow: 0 10px 30px rgba(82, 25, 36, 0.06);
    --serif: "Avenir Next", Avenir, "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --radius-lg: 14px;
    --radius-md: 12px;
    --max-width: 1180px;
  }

  body {
    background: var(--paper);
    font-size: 15.5px;
    line-height: 1.65;
  }

  body::before {
    display: none;
  }

  .topbar {
    border-bottom-color: var(--line);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .topbar__inner {
    min-height: 64px;
    gap: 24px;
  }

  .brand {
    gap: 10px;
    color: var(--ink);
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .brand__mark {
    width: 34px;
    height: 34px;
    background: var(--forest);
    border-radius: 9px;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 750;
    letter-spacing: -0.02em;
  }

  .topbar nav {
    gap: 20px;
  }

  .topbar nav a {
    font-size: 0.67rem;
    letter-spacing: 0.06em;
  }

  .topbar nav a::after {
    bottom: -6px;
    height: 1px;
    background: var(--coral);
  }

  .print-button {
    min-height: 36px;
    padding: 0 14px;
    gap: 7px;
    color: var(--forest);
    background: transparent;
    border-color: var(--line-strong);
    border-radius: 8px;
    font-size: 0.66rem;
  }

  .print-button:hover {
    color: var(--surface);
    background: var(--forest);
    border-color: var(--forest);
    transform: none;
  }

  .hero {
    --portrait-size: clamp(260px, 22vw, 312px);
    grid-template-columns: minmax(0, 1fr) var(--portrait-size);
    min-height: 0;
    padding: 82px 0 64px;
    align-items: start;
    gap: clamp(44px, 5.5vw, 72px);
  }

  .hero__content {
    padding-top: 8px;
  }

  .eyebrow {
    margin-bottom: 20px;
    color: var(--muted);
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .eyebrow > span {
    width: 28px;
    background: var(--line-strong);
  }

  .display-name {
    font-size: clamp(4rem, 7.6vw, 6.7rem);
    font-weight: 650;
    letter-spacing: -0.065em;
    line-height: 0.95;
  }

  .role-line {
    margin-top: 24px;
    gap: 9px;
    color: var(--forest-light);
    font-size: 0.92rem;
    font-weight: 650;
    letter-spacing: 0.02em;
  }

  .role-line span {
    color: var(--line-strong);
  }

  .biography {
    grid-template-columns: 88px minmax(0, 1fr);
    max-width: 760px;
    margin-top: 32px;
    padding-top: 24px;
    gap: 18px;
    border-top-color: var(--line);
  }

  .biography__text {
    color: var(--muted);
    font-family: var(--sans);
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .eyebrow,
  .micro-label,
  .section-kicker,
  .entry-type {
    letter-spacing: 0.13em;
  }

  .hero__actions {
    margin-top: 28px;
    gap: 9px;
  }

  .button {
    min-height: 42px;
    padding: 0 16px;
    gap: 12px;
    border-radius: 8px;
    font-size: 0.67rem;
    letter-spacing: 0.06em;
  }

  .button:hover {
    transform: none;
  }

  .button--primary {
    box-shadow: none;
  }

  .button--primary:hover {
    background: var(--forest-light);
    box-shadow: none;
  }

  .portrait-column {
    width: var(--portrait-size);
    max-width: var(--portrait-size);
    align-self: center;
    justify-self: end;
  }

  .portrait-frame {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    background: var(--surface);
    border-color: var(--line);
    border-radius: 12px;
    box-shadow: none;
  }

  .portrait-photo {
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 11px;
    object-fit: cover;
    object-position: center top;
  }

  .portrait-frame figcaption,
  .metric-grid {
    display: none;
  }

  .contact-band {
    margin-bottom: 24px;
    background: var(--surface);
    border-color: var(--line);
    border-radius: 12px;
    box-shadow: none;
  }

  .contact-heading,
  .contact-card {
    min-height: 96px;
    padding: 20px;
  }

  .contact-heading {
    background: var(--sage);
  }

  .contact-heading > p:last-child {
    margin-top: 7px;
    color: var(--forest-light);
    font-family: var(--sans);
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .contact-card span {
    margin-bottom: 5px;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .contact-card strong {
    font-size: 0.72rem;
    font-weight: 650;
  }

  .contact-card i {
    top: 15px;
    right: 15px;
    color: var(--muted);
  }

  a.contact-card:hover {
    color: var(--ink);
    background: var(--sage);
  }

  a.contact-card:hover span,
  a.contact-card:hover i {
    color: var(--coral);
  }

  .focus-band {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    padding: clamp(32px, 4vw, 46px);
    color: var(--ink);
    background: var(--sage);
    border: 1px solid var(--line);
    border-radius: 14px;
    gap: clamp(34px, 6vw, 72px);
  }

  .focus-band::before,
  .focus-band::after {
    display: none;
  }

  .focus-band .micro-label {
    color: var(--coral);
  }

  .focus-band h2 {
    margin-top: 13px;
    color: var(--ink);
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    font-weight: 650;
    letter-spacing: -0.04em;
    line-height: 1.2;
  }

  .focus-list {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .focus-list span {
    padding: 8px 11px;
    color: var(--forest);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-family: var(--sans);
    font-size: 0.73rem;
    font-weight: 650;
    line-height: 1.2;
  }

  .focus-list span::after {
    display: none;
  }

  .content-section {
    padding: clamp(74px, 8vw, 96px) 0;
    border-bottom-color: var(--line);
  }

  .appointment-section {
    padding-top: clamp(80px, 9vw, 106px);
  }

  .section-heading {
    grid-template-columns: 46px minmax(0, 1fr);
    margin-bottom: clamp(38px, 5vw, 54px);
    align-items: center;
    gap: 20px;
  }

  .section-number {
    width: 36px;
    height: 36px;
    color: var(--coral);
    background: var(--sage);
    border: 0;
    font-family: var(--sans);
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 750;
  }

  .section-heading h2 {
    margin-top: 5px;
    color: var(--ink);
    font-size: clamp(2.35rem, 4.5vw, 3.65rem);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 1;
  }

  .section-intro {
    padding-left: 18px;
    color: var(--muted);
    border-left: 1px solid var(--line-strong);
    font-family: var(--sans);
    font-size: 0.86rem;
    line-height: 1.6;
  }

  .faculty-appointment {
    background: var(--surface);
    border-color: var(--line);
    border-radius: 12px;
    box-shadow: none;
  }

  .faculty-appointment::before {
    display: none;
  }

  .faculty-appointment__role,
  .faculty-appointment__institution,
  .faculty-appointment__date {
    padding: clamp(28px, 3.5vw, 40px);
  }

  .faculty-appointment__role .institution-mark {
    width: 58px;
    height: 58px;
    background: var(--forest);
    font-size: 0.72rem;
  }

  .faculty-appointment__role h3 {
    font-size: clamp(2rem, 3.4vw, 2.9rem);
    font-weight: 650;
    letter-spacing: -0.045em;
  }

  .faculty-appointment__institution h4 {
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 650;
  }

  .faculty-appointment__date {
    color: var(--ink);
    background: var(--sage);
    border-left: 1px solid var(--line);
  }

  .faculty-appointment__date > span {
    color: var(--coral);
  }

  .faculty-appointment__date strong {
    color: var(--ink);
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    font-style: normal;
    font-weight: 650;
  }

  .faculty-appointment__date p {
    color: var(--muted);
  }

  .timeline {
    gap: 16px;
  }

  .timeline::before {
    left: 48px;
    background: var(--line);
  }

  .timeline-item {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .timeline-rail {
    padding-top: 26px;
    gap: 14px;
  }

  .timeline-rail .institution-mark {
    width: 44px;
    height: 44px;
    border-width: 4px;
  }

  .timeline-card {
    padding: clamp(26px, 3.5vw, 38px);
    background: var(--surface);
    border-color: var(--line);
    border-radius: 12px;
    box-shadow: none;
  }

  .timeline-card h3 {
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    font-weight: 650;
    letter-spacing: -0.04em;
  }

  .institution {
    margin: 7px 0 24px;
    color: var(--coral);
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }

  .detail-list > div {
    grid-template-columns: 118px minmax(0, 1fr);
    padding: 15px 0;
    border-bottom-color: var(--line);
  }

  .subsection-heading {
    margin-bottom: 12px;
    padding-bottom: 13px;
    border-bottom-color: var(--line-strong);
  }

  .subsection-heading h3 {
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 650;
  }

  .subsection-heading--spaced {
    margin-top: clamp(48px, 6vw, 72px);
  }

  .publication-list > li {
    border-bottom-color: var(--line);
  }

  .publication-list > li::before {
    top: 25px;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 750;
  }

  .publication {
    min-height: 0;
    padding: 24px 0 24px 52px;
    gap: 24px;
  }

  .publication h4,
  .publication-list--compact .publication h4 {
    font-family: var(--sans);
    font-size: clamp(1.02rem, 1.55vw, 1.25rem);
    font-weight: 650;
    letter-spacing: -0.015em;
    line-height: 1.42;
  }

  .publication-meta {
    margin-bottom: 9px;
    font-size: 0.59rem;
    letter-spacing: 0.07em;
  }

  .authors {
    margin-top: 10px;
  }

  .publication-link {
    min-width: 98px;
    min-height: 34px;
    padding: 0 12px;
    border-color: var(--line-strong);
    border-radius: 7px;
    font-size: 0.58rem;
  }

  .manuscript-card {
    margin-top: 24px;
    padding: clamp(26px, 3.5vw, 38px);
    color: var(--ink);
    background: var(--surface);
    border: 1px solid var(--line);
    border-left: 4px solid var(--coral);
    border-radius: 12px;
  }

  .manuscript-card::before {
    display: none;
  }

  .manuscript-card h3 {
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    font-weight: 650;
  }

  .manuscript-card .publication-meta,
  .manuscript-card .authors {
    color: var(--muted);
  }

  .manuscript-card .authors strong {
    color: var(--ink);
  }

  .manuscript-mark {
    width: 54px;
    height: 54px;
    color: var(--coral);
    border-color: var(--line-strong);
    font-family: var(--sans);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
  }

  .teaching-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .teaching-card--wide {
    grid-column: auto;
  }

  .course-list--columns {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .teaching-card,
  .teaching-card--featured {
    padding: clamp(24px, 3vw, 32px);
    background: var(--surface);
    border-color: var(--line);
    border-radius: 12px;
  }

  .teaching-card h4 {
    font-size: clamp(1.15rem, 1.8vw, 1.4rem);
    font-weight: 650;
  }

  .appointment-date {
    margin: 20px 0 18px;
    border-color: var(--line);
  }

  .experience-list,
  .experience-list article {
    border-color: var(--line);
  }

  .experience-list article {
    padding: 26px 0;
  }

  .experience-list h4 {
    font-size: 1.3rem;
    font-weight: 650;
  }

  .honors-grid {
    gap: 14px;
  }

  .honor-card,
  .honor-card:first-child {
    min-height: 220px;
    padding: clamp(28px, 3.5vw, 38px);
    color: var(--ink);
    background: var(--surface);
    border-color: var(--line);
    border-radius: 12px;
  }

  .honor-card::after {
    display: none;
  }

  .honor-card:first-child .honor-year,
  .honor-card:first-child .entry-type,
  .honor-card:first-child .honor-mark,
  .honor-year,
  .honor-mark {
    color: var(--coral);
  }

  .honor-card h3 {
    font-size: clamp(1.3rem, 2.2vw, 1.7rem);
    font-weight: 650;
  }

  .honor-card:first-child p:last-child,
  .honor-card p:last-child {
    color: var(--muted);
  }

  .language-grid {
    gap: 12px;
  }

  .language-grid article {
    padding: 20px;
    background: var(--surface);
    border-color: var(--line);
    border-radius: 10px;
  }

  .language-code {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    font-family: var(--sans);
    font-style: normal;
  }

  .language-grid h3 {
    font-size: 1.05rem;
    font-weight: 650;
  }

  .institution-mark--logo {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 13px;
    box-shadow: 0 4px 14px rgba(82, 25, 36, 0.08);
  }

  .faculty-appointment__role .institution-mark--logo {
    width: 64px;
    height: 64px;
    padding: 6px;
    background: var(--surface);
    border: 1px solid var(--line);
  }

  .timeline-rail .institution-mark--logo {
    width: 48px;
    height: 48px;
    padding: 4px;
    border-width: 1px;
  }

  .teaching-card .institution-mark--logo {
    width: 56px;
    height: 56px;
    padding: 5px;
    border: 1px solid var(--line);
  }

  .site-footer {
    padding: 40px 0 48px;
    border-top-color: var(--line);
  }
}

@media screen and (max-width: 1060px) {
  .hero {
    --portrait-size: clamp(220px, 23vw, 252px);
    grid-template-columns: minmax(0, 1fr) var(--portrait-size);
    gap: 42px;
  }

  .portrait-column {
    width: var(--portrait-size);
    max-width: var(--portrait-size);
  }

  .display-name {
    font-size: clamp(3.8rem, 8vw, 5.5rem);
  }

  .contact-heading,
  .contact-card {
    min-height: 88px;
  }
}

@media screen and (max-width: 820px) {
  .topbar__inner,
  main,
  .site-footer {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) var(--portrait-size);
    padding: 60px 0 52px;
    align-items: start;
    gap: 30px;
  }

  .portrait-column {
    width: var(--portrait-size);
    max-width: var(--portrait-size);
    justify-self: end;
  }

  .display-name {
    font-size: clamp(3.3rem, 10vw, 4.6rem);
  }

  .biography {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .focus-band {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-heading {
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
  }

  .section-intro {
    grid-column: 2;
    padding-left: 0;
    border-left: 0;
  }

  .faculty-appointment__date {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media screen and (max-width: 620px) {
  .topbar__inner,
  main,
  .site-footer {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .hero {
    --portrait-size: clamp(164px, 40vw, 196px);
    grid-template-columns: 1fr;
    padding: 42px 0 44px;
    gap: 26px;
  }

  .portrait-column {
    order: -1;
    width: var(--portrait-size);
    max-width: var(--portrait-size);
    align-self: start;
    justify-self: center;
  }

  .portrait-frame {
    border-radius: 10px;
  }

  .portrait-photo {
    border-radius: 9px;
  }

  .display-name {
    font-size: clamp(3rem, 16vw, 4rem);
  }

  .role-line {
    margin-top: 18px;
    font-size: 0.84rem;
  }

  .biography {
    margin-top: 26px;
    padding-top: 20px;
  }

  .biography__text {
    font-size: 0.91rem;
  }

  .hero__actions {
    margin-top: 24px;
  }

  .button {
    width: auto;
    min-height: 40px;
  }

  .contact-heading,
  .contact-card {
    min-height: 82px;
    padding: 17px;
  }

  .focus-band {
    padding: 28px 22px;
    border-radius: 12px;
  }

  .focus-band h2 {
    font-size: 1.65rem;
  }

  .content-section,
  .appointment-section {
    padding: 64px 0;
  }

  .section-heading {
    grid-template-columns: 34px minmax(0, 1fr);
    margin-bottom: 36px;
    gap: 13px;
  }

  .section-number {
    width: 32px;
    height: 32px;
  }

  .section-heading h2 {
    font-size: clamp(2.1rem, 12vw, 2.8rem);
  }

  .section-intro {
    grid-column: 1 / -1;
    margin-top: 3px;
  }

  .faculty-appointment {
    border-radius: 10px;
  }

  .faculty-appointment__role,
  .faculty-appointment__institution,
  .faculty-appointment__date {
    padding: 26px;
  }

  .faculty-appointment__date {
    min-height: 0;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .timeline-rail .institution-mark {
    width: 38px;
    height: 38px;
    border-width: 3px;
  }

  .timeline-rail .institution-mark--logo {
    padding: 2px;
    border-width: 1px;
  }

  .timeline-card {
    padding: 24px 21px;
  }

  .publication {
    padding: 52px 0 24px;
  }

  .publication-list > li::before {
    top: 22px;
  }

  .teaching-card,
  .teaching-card--featured,
  .honor-card,
  .honor-card:first-child {
    padding: 24px 21px;
  }
}

/*
 * Keep cv.css's compact A4 geometry and pagination, but carry the current
 * clean screen theme into the browser's Print / Save as PDF preview.
 */
@media print {
  :root {
    --paper: #ffffff;
    --paper-deep: #edf0f2;
    --surface: #ffffff;
    --ink: #17212b;
    --muted: #66727d;
    --line: #dfe4e8;
    --line-strong: #cdd4da;
    --forest: #173e4d;
    --forest-light: #315b69;
    --coral: #2f6f7e;
    --gold: #9bb5bc;
    --sage: #eff4f5;
    --shadow: none;
    --serif: var(--sans);
  }

  body {
    color: var(--ink);
    background: #ffffff;
    font-family: var(--sans);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 125pt;
    padding-bottom: 18pt;
    align-items: start;
    gap: 18pt;
  }

  .display-name {
    color: var(--ink);
    font-size: 46pt;
    font-weight: 650;
    letter-spacing: -0.06em;
    line-height: 0.96;
  }

  .role-line {
    margin-top: 10pt;
    color: var(--forest-light);
  }

  .role-line span {
    color: var(--line-strong);
  }

  .biography {
    grid-template-columns: 58pt minmax(0, 1fr);
    margin-top: 14pt;
    padding-top: 10pt;
    gap: 10pt;
    border-top-color: var(--line);
  }

  .biography__text {
    color: var(--muted);
    font-family: var(--sans);
  }

  .portrait-column {
    width: 125pt;
    max-width: 125pt;
  }

  .portrait-frame {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8pt;
    box-shadow: none;
  }

  .portrait-photo {
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 7pt;
    object-fit: cover;
    object-position: center top;
  }

  .contact-band {
    background: var(--surface);
    border-color: var(--line);
    border-radius: 8pt;
  }

  .contact-card {
    border-color: var(--line);
  }

  .focus-band {
    padding: 14pt;
    color: var(--ink);
    background: var(--sage);
    border: 1px solid var(--line);
    border-radius: 9pt;
    gap: 16pt;
  }

  .focus-band::before,
  .focus-band::after,
  .faculty-appointment::before,
  .manuscript-card::before,
  .honor-card::after {
    display: none;
  }

  .focus-band .micro-label {
    color: var(--coral);
  }

  .focus-band h2 {
    margin-top: 8pt;
    color: var(--ink);
    font-size: 20pt;
    font-weight: 650;
    letter-spacing: -0.04em;
    line-height: 1.15;
  }

  .focus-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4pt;
  }

  .focus-list span {
    padding: 4pt 6pt;
    color: var(--forest);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-family: var(--sans);
    font-size: 7pt;
    font-weight: 650;
    line-height: 1.2;
  }

  .focus-list span::after {
    display: none;
  }

  .content-section {
    border-bottom-color: var(--line);
  }

  .section-number {
    color: var(--coral);
    background: var(--sage);
    border: 0;
    font-family: var(--sans);
    font-style: normal;
    font-weight: 750;
  }

  .section-heading h2 {
    color: var(--ink);
    font-size: 28pt;
    font-weight: 650;
    letter-spacing: -0.05em;
  }

  .section-intro {
    grid-column: 2;
    margin-top: 3pt;
    padding-left: 0;
    color: var(--muted);
    border-left: 0;
    font-family: var(--sans);
  }

  .faculty-appointment,
  .timeline-card,
  .manuscript-card,
  .teaching-card,
  .honor-card,
  .language-grid article {
    background: var(--surface);
    border-color: var(--line);
    border-radius: 8pt;
    box-shadow: none;
  }

  .faculty-appointment__date {
    color: var(--ink);
    background: var(--sage);
    border-color: var(--line);
  }

  .faculty-appointment__date > span {
    color: var(--coral);
  }

  .faculty-appointment__date strong {
    color: var(--ink);
    font-style: normal;
    font-weight: 650;
  }

  .faculty-appointment__date p {
    color: var(--muted);
  }

  .faculty-appointment__role h3,
  .faculty-appointment__institution h4,
  .timeline-card h3,
  .subsection-heading h3,
  .publication h4,
  .manuscript-card h3,
  .teaching-card h4,
  .experience-list h4,
  .honor-card h3,
  .language-grid h3 {
    font-family: var(--sans);
    font-weight: 650;
  }

  .publication-list > li {
    border-color: var(--line);
  }

  .publication-list > li::before {
    font-family: var(--sans);
    font-style: normal;
    font-weight: 750;
  }

  .publication-link {
    border-color: var(--line-strong);
    border-radius: 5pt;
  }

  .manuscript-card {
    color: var(--ink);
    border: 1px solid var(--line);
    border-left: 3pt solid var(--coral);
  }

  .manuscript-card .publication-meta,
  .manuscript-card .authors {
    color: var(--muted);
  }

  .manuscript-card .authors strong {
    color: var(--ink);
  }

  .manuscript-mark {
    color: var(--coral);
    border-color: var(--line-strong);
    font-family: var(--sans);
    font-style: normal;
  }

  .teaching-card--featured,
  .honor-card:first-child {
    color: var(--ink);
    background: var(--surface);
  }

  .honor-card:first-child .honor-year,
  .honor-card:first-child .entry-type,
  .honor-card:first-child .honor-mark,
  .honor-year,
  .honor-mark {
    color: var(--coral);
  }

  .honor-card:first-child p:last-child,
  .honor-card p:last-child {
    color: var(--muted);
  }

  .institution-mark--logo,
  .faculty-appointment__role .institution-mark--logo {
    background: var(--surface);
    border-color: var(--line);
    border-radius: 8pt;
  }

  .language-code {
    border-radius: 6pt;
    font-family: var(--sans);
    font-style: normal;
  }
}
