/* One-page academic CV treatment. Loaded only by index.html. */
.resume-home {
  --resume-ink: #181818;
  --resume-muted: #505050;
  --resume-rule: #a8a8a8;
  --resume-light-rule: #d8d8d8;
  --resume-link: #214f73;
  background: #fff;
  color: var(--resume-ink);
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 1rem;
  line-height: 1.45;
}

.resume-home .container {
  width: min(calc(100% - 2.25rem), 58rem);
}

.resume-home a {
  color: var(--resume-link);
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.14em;
}

.resume-home h1,
.resume-home h2,
.resume-home h3 {
  color: var(--resume-ink);
  font-family: inherit;
  text-wrap: pretty;
}

.resume-home .site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.resume-home .site-nav {
  justify-content: center;
  min-height: 2.8rem;
  border-bottom: 1px solid var(--resume-rule);
}

.resume-home .site-name {
  display: none;
}

.resume-home .nav-list {
  justify-content: center;
  gap: 0.25rem 1.15rem;
}

.resume-home .nav-list a {
  padding: 0.2rem 0;
  border: 0;
  color: var(--resume-muted);
  font-family: Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.resume-home .nav-list a:hover {
  color: var(--resume-link);
  text-decoration: underline;
}

.resume-home section[id] {
  scroll-margin-top: 3.35rem;
}

.resume-home .hero {
  padding: 0;
  border: 0;
  background: #fff;
}

.resume-home .hero-grid {
  grid-template-columns: minmax(0, 1fr) clamp(7rem, 13vw, 7.6rem);
  align-items: stretch;
  gap: 1.35rem;
}

.resume-home .hero-copy {
  padding: 0.9rem 0 0.75rem;
}

.resume-home .identity-grid {
  display: block;
}

.resume-home .hero .eyebrow {
  display: none;
}

.resume-home .hero h1 {
  margin: 0 0 0.25rem;
  font-size: clamp(2.05rem, 4vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

.resume-home .lede {
  max-width: none;
  margin: 0 0 0.45rem;
  color: var(--resume-ink);
  font-family: inherit;
  font-size: 0.98rem;
  line-height: 1.35;
}

.resume-home .interest-summary {
  margin: 0 0 0.5rem;
  color: var(--resume-muted);
  font-size: 0.88rem;
}

.resume-home .interest-label {
  display: inline;
  margin: 0;
  color: var(--resume-ink);
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.resume-home .interest-label::after {
  content: ": ";
}

.resume-home .interest-list {
  display: inline;
  margin: 0;
  padding: 0;
}

.resume-home .interest-list li {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

.resume-home .interest-list li:not(:last-child)::after {
  color: var(--resume-muted);
  content: "; ";
}

.resume-home .button-row {
  gap: 0.85rem;
}

.resume-home .hero .button {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--resume-link);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.14em;
}

.resume-home .hero .button:hover {
  background: transparent;
  color: #102f49;
}

.resume-home .portrait-wrap {
  position: relative;
  display: block;
  align-self: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
}

.resume-home .portrait-wrap::before {
  display: none;
}

.resume-home .portrait-wrap .portrait {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0.16rem;
  background: #fff;
  box-shadow: none;
  object-fit: contain;
  object-position: right top;
}

.resume-home .portrait-mobile {
  display: none;
}

.resume-home .section,
.resume-home .section.alt {
  padding: 0.95rem 0;
  border: 0;
  background: #fff;
}

.resume-home #research {
  padding-top: 0.5rem;
}

.resume-home .section-heading {
  display: block;
  margin: 0 0 0.35rem;
  padding: 0 0 0.18rem;
  border-bottom: 1.3px solid var(--resume-ink);
}

.resume-home .section-heading h2 {
  margin: 0;
  font-size: 1.08rem;
  font-variant: small-caps;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: lowercase;
}

.resume-home .section-heading > p {
  display: none;
}

.resume-home .paper-list {
  display: block;
}

.resume-home .paper-card {
  position: relative;
  padding: 0.68rem 0 0.72rem;
  border: 0;
  border-bottom: 1px solid var(--resume-light-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.resume-home #research .paper-list {
  counter-reset: publication;
}

.resume-home #research .paper-card {
  padding-left: 2.05rem;
}

.resume-home #research .paper-card::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  color: var(--resume-muted);
  content: "[" counter(publication) "]";
  counter-increment: publication;
  font-size: 0.82rem;
  font-weight: 700;
}

.resume-home .paper-card-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 0.85rem;
  margin: 0;
}

.resume-home .paper-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.28;
}

.resume-home .paper-card-header .button {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--resume-link);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: underline;
}

.resume-home .paper-card-header .button::before {
  content: "[";
}

.resume-home .paper-card-header .button::after {
  content: "]";
}

.resume-home .paper-card-header .button:hover {
  background: transparent;
  color: #102f49;
}

.resume-home .paper-meta {
  margin: 0.18rem 0 0;
  color: var(--resume-muted);
  font-size: 0.86rem;
  line-height: 1.38;
}

.resume-home .paper-meta strong {
  color: var(--resume-ink);
}

.resume-home .status {
  margin: 0 0.25rem 0 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--resume-ink);
  font-size: inherit;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
}

.resume-home .abstract-disclosure {
  margin: 0.3rem 0 0;
  padding: 0;
  border: 0;
}

.resume-home .abstract-disclosure summary {
  gap: 0.28rem;
  color: var(--resume-link);
  font-size: 0.8rem;
  font-weight: 700;
}

.resume-home .abstract-disclosure summary::before {
  width: 0.65rem;
  color: var(--resume-link);
  font-size: 0.82rem;
}

.resume-home .abstract-disclosure[open] summary {
  margin-bottom: 0.35rem;
}

.resume-home .abstract {
  margin-left: 0.15rem;
  padding: 0.08rem 0 0.05rem 0.8rem;
  border-left: 1.5px solid var(--resume-rule);
  color: #333;
  font-size: 0.86rem;
  line-height: 1.43;
}

.resume-home .abstract p {
  margin-bottom: 0.48rem;
}

.resume-home .editor-note {
  margin: 0.38rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--resume-muted);
  font-size: 0.79rem;
  font-style: italic;
}

.resume-home .fact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2.2rem;
}

.resume-home .fact-card,
.resume-home .course-card,
.resume-home .link-card {
  padding: 0.45rem 0 0.55rem;
  border: 0;
  border-bottom: 1px solid var(--resume-light-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.resume-home .fact-card h3,
.resume-home .course-card h3,
.resume-home .link-card h3 {
  margin: 0 0 0.18rem;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.3;
}

.resume-home .fact-card p,
.resume-home .course-card p,
.resume-home .link-card p {
  margin-bottom: 0.38rem;
  font-size: 0.86rem;
  line-height: 1.42;
}

.resume-home .fact-card ul,
.resume-home .course-card ol,
.resume-home .course-card ul {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.86rem;
}

.resume-home .resume-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.8rem;
}

.resume-home .resume-entry + .resume-entry {
  margin-top: 0.42rem;
}

.resume-home .resume-entry p {
  margin: 0;
}

.resume-home .resume-date {
  color: var(--resume-muted);
  font-size: 0.79rem;
  font-style: italic;
  white-space: nowrap;
}

.resume-home .resume-entry-list {
  padding: 0;
  list-style: none;
}

.resume-home .resume-entry-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
}

.resume-home .resume-entry-list li + li {
  margin-top: 0.28rem;
}

.resume-home .background-disclosure {
  margin-top: 0.18rem;
  padding: 0;
  border: 0;
}

.resume-home .background-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.08rem 0;
  cursor: pointer;
  color: var(--resume-link);
  list-style: none;
}

.resume-home .background-disclosure summary::-webkit-details-marker {
  display: none;
}

.resume-home .background-disclosure summary::before {
  content: "▾";
  font-size: 0.9rem;
  line-height: 1;
}

.resume-home .background-disclosure[open] summary::before {
  content: "▴";
}

.resume-home .disclosure-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.resume-home .background-detail {
  margin-top: 0.2rem;
  padding: 0;
  border: 0;
}

.resume-home .course-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.75rem;
}

.resume-home .subsection-heading {
  margin: 0.85rem 0 0.15rem;
  padding: 0;
  border: 0;
  font-size: 0.94rem;
  font-variant: small-caps;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.resume-home .section-heading + .subsection-heading {
  margin-top: 0.45rem;
}

.resume-home .teaching-feature {
  grid-template-columns: minmax(0, 1.2fr) minmax(14rem, 0.8fr);
  gap: 1.2rem;
  margin: 0.45rem 0 0;
}

.resume-home .teaching-feature .eyebrow,
.resume-home .link-card .eyebrow {
  display: block;
  margin-bottom: 0.12rem;
  color: var(--resume-muted);
  font-family: Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.resume-home .feedback-disclosure {
  margin: 0.35rem 0 0;
  padding: 0;
  border: 0;
}

.resume-home .feedback-disclosure summary {
  color: var(--resume-link);
  font-size: 0.78rem;
}

.resume-home .feedback-disclosure blockquote {
  margin-top: 0.38rem;
  padding: 0.45rem 0.7rem;
  border-left: 1.5px solid var(--resume-rule);
  background: transparent;
  font-family: inherit;
  font-size: 0.81rem;
}

.resume-home .more-grid {
  gap: 0 1.75rem;
  margin-bottom: 0.35rem;
}

.resume-home .link-card .button {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--resume-link);
  font-family: inherit;
  font-size: 0.82rem;
  text-decoration: underline;
}

.resume-home .link-card .button::before {
  content: "[";
}

.resume-home .link-card .button::after {
  content: "]";
}

.resume-home .photography-intro {
  border-bottom: 0;
}

.resume-home .resume-photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.resume-home .photo-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.resume-home .photo-card img {
  height: 4.75rem;
  aspect-ratio: auto;
  border: 0;
  background: transparent;
  object-fit: contain;
  object-position: center;
}

.resume-home .photo-caption {
  padding: 0.22rem 0;
  font-size: 0.72rem;
  font-weight: 400;
  text-align: center;
}

.resume-home .site-footer {
  margin-top: 0.8rem;
  padding: 0.9rem 0 1.2rem;
  border-top: 1px solid var(--resume-rule);
  background: #fff;
  color: var(--resume-muted);
  font-size: 0.78rem;
}

.resume-home .site-footer a {
  color: var(--resume-link);
}

@media (max-width: 42rem) {
  .resume-home .container {
    width: min(calc(100% - 1.4rem), 58rem);
  }

  .resume-home .site-nav {
    min-height: 2.35rem;
    padding: 0.25rem 0;
  }

  .resume-home section[id] {
    scroll-margin-top: 2.85rem;
  }

  .resume-home .nav-list {
    gap: 0.15rem 0.75rem;
  }

  .resume-home .nav-list a {
    font-size: 0.66rem;
  }

  .resume-home .hero {
    padding: 0;
  }

  .resume-home .hero-grid {
    grid-template-columns: minmax(0, 1fr) clamp(6.2rem, 27vw, 7.2rem);
    align-items: stretch;
    gap: 0.75rem;
  }

  .resume-home .identity-grid {
    display: block;
  }

  .resume-home .portrait-wrap {
    display: block;
    width: 100%;
    min-height: 100%;
  }

  .resume-home .hero-copy {
    padding: 0.68rem 0 0.58rem;
  }

  .resume-home .hero h1 {
    margin-bottom: 0.2rem;
    font-size: clamp(1.8rem, 8.5vw, 2.15rem);
    line-height: 0.98;
  }

  .resume-home .lede {
    margin-bottom: 0.38rem;
    font-size: 0.84rem;
    line-height: 1.32;
  }

  .resume-home .interest-summary {
    margin-bottom: 0.35rem;
    font-size: 0.77rem;
    line-height: 1.32;
  }

  .resume-home .button-row {
    gap: 0.65rem;
  }

  .resume-home .hero .button {
    font-size: 0.78rem;
  }

  .resume-home .section,
  .resume-home .section.alt {
    padding: 0.72rem 0;
  }

  .resume-home .section-heading {
    margin-bottom: 0.22rem;
  }

  .resume-home .section-heading h2 {
    font-size: 1rem;
  }

  .resume-home .paper-card {
    padding: 0.55rem 0 0.58rem;
  }

  .resume-home #research .paper-card {
    padding-left: 1.65rem;
  }

  .resume-home #research .paper-card::before {
    top: 0.56rem;
    font-size: 0.75rem;
  }

  .resume-home .paper-card-header {
    gap: 0.5rem;
  }

  .resume-home .paper-card h3 {
    font-size: 0.92rem;
    line-height: 1.23;
  }

  .resume-home .paper-card-header .button {
    font-size: 0.72rem;
  }

  .resume-home .paper-meta {
    font-size: 0.77rem;
    line-height: 1.32;
  }

  .resume-home .abstract-disclosure summary {
    font-size: 0.75rem;
  }

  .resume-home .abstract {
    padding-left: 0.6rem;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .resume-home .fact-grid,
  .resume-home .course-grid,
  .resume-home .teaching-feature {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .resume-home .resume-entry {
    gap: 0.5rem;
  }

  .resume-home .resume-date {
    font-size: 0.72rem;
  }

  .resume-home .fact-card,
  .resume-home .course-card,
  .resume-home .link-card {
    padding: 0.35rem 0 0.42rem;
  }

  .resume-home .more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 0.9rem;
  }

  .resume-home .photo-card img {
    height: 3.7rem;
  }

  .resume-home .photo-caption {
    font-size: 0.64rem;
  }
}

@media print {
  .resume-home .site-header,
  .resume-home .portrait-wrap,
  .resume-home .portrait-mobile,
  .resume-home .site-footer {
    display: none;
  }

  .resume-home .container {
    width: 100%;
  }

  .resume-home .hero,
  .resume-home .section,
  .resume-home .section.alt {
    padding: 0.35rem 0;
  }
}
