:root {
  --paper: #f4f2ec;
  --ink: #242622;
  --muted: #62665e;
  --line: #cccfc4;
  --blue: #294db5;
  --wash: #e9ece3;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
a:hover {
  color: var(--blue);
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 6px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure,
p,
h1,
h2,
h3,
ul {
  margin: 0;
}
button {
  font: inherit;
}
::selection {
  background: #d6ddf3;
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -90px;
  left: 1rem;
  background: var(--paper);
  padding: 1rem;
  z-index: 20;
}
.skip-link:focus {
  top: 1rem;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.wordmark {
  font-size: 18px;
  letter-spacing: -0.035em;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark-dot {
  color: var(--blue);
  margin-left: 8px;
  font-size: 26px;
  line-height: 0;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
}
.site-header nav a {
  text-decoration: none;
}
.eyebrow,
.figure-label,
.credentials,
.tags,
.project-number,
.services > article > span,
figcaption,
.site-footer,
.back-link,
.article-meta,
.elsewhere-end {
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.65;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--muted);
}
h1,
h2,
h3 {
  font-weight: 400;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(46px, 4.8vw, 70px);
  line-height: 1.09;
}
h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
h2 {
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.16;
}
h3 {
  font-size: 28px;
  line-height: 1.25;
}
p {
  max-width: 65ch;
}
.hero {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 7%;
  padding-top: 84px;
  padding-bottom: 80px;
  align-items: center;
}
.hero-copy > .eyebrow {
  margin-bottom: 29px;
}
.hero-description {
  font-size: 17px;
  line-height: 1.75;
  max-width: 490px;
  margin-top: 26px;
  color: #4b5047;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
  font-size: 13px;
}
.button {
  background: var(--blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding: 13px 18px;
  text-decoration: none;
  border: 1px solid var(--blue);
}
.button:hover {
  background: #203e95;
  color: #fff;
}
.text-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}
.text-link span {
  margin-left: 10px;
}
.credentials {
  margin-top: 34px;
  color: var(--muted);
  font-size: 10px;
}
.hero-figure {
  position: relative;
  align-self: center;
  padding-bottom: 18px;
}
.figure-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.035em;
}
.hero-photo {
  display: block;
  overflow: hidden;
}
.hero-photo img {
  width: 100%;
  height: 365px;
  object-fit: cover;
  object-position: 55% 50%;
}
.figure-note {
  position: relative;
  margin: -30px -12px 0 33%;
  padding: 17px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.25;
  transform: rotate(-3deg);
}
.crosshair {
  font-family: var(--mono);
  font-style: normal;
  color: var(--blue);
  font-size: 36px;
  font-weight: 300;
}
.hero-figure figcaption {
  font-size: 10px;
  margin-top: 16px;
  color: var(--muted);
}
.hero-figure figcaption a {
  color: var(--ink);
  text-decoration: none;
}
.experience-strip {
  border-block: 1px solid var(--line);
  padding-block: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.experience-strip p {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--muted);
  max-width: 190px;
}
.experience-strip ul {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  font-size: 16px;
  letter-spacing: -0.025em;
}
.section {
  padding-block: 96px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10%;
  margin-bottom: 42px;
  align-items: end;
}
.section-heading > .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 21px;
}
.section-heading > p:last-child {
  max-width: 360px;
  font-size: 14px;
  color: var(--muted);
  padding-bottom: 5px;
}
.featured-project {
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  gap: 7%;
  align-items: center;
  padding-bottom: 47px;
}
.project-image img {
  width: 100%;
  height: 355px;
  object-fit: cover;
}
.project-image-diagram img {
  object-fit: contain;
  background: var(--wash);
}
.availability {
  max-width: 65ch;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}
.resume-link {
  margin-top: 18px;
  font-size: 13px;
}
.project-copy h3 {
  font-size: 35px;
  margin-top: 18px;
}
.project-copy h3 a {
  text-decoration: none;
}
.project-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 18px;
}
.tags {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-block: 22px;
}
.tags li {
  padding: 3px 8px;
  border: 1px solid var(--line);
  font-size: 10px;
  color: var(--muted);
}
.project-row {
  position: relative;
  display: grid;
  grid-template-columns: 65px 1fr 28px;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-block: 28px;
  text-decoration: none;
  align-items: start;
}
.project-row:last-child {
  border-bottom: 1px solid var(--line);
}
.project-number {
  color: var(--muted);
  padding-top: 4px;
}
.project-row h3 {
  font-size: 25px;
  margin-top: 4px;
}
.project-row p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 9px;
  max-width: 75ch;
}
.row-arrow {
  font-size: 27px;
  font-weight: 300;
}
.project-row:hover h3 {
  color: var(--blue);
}
.project-preview {
  display: none;
}
.project-teaser {
  margin-top: 32px;
  padding: 24px 28px;
  border-left: 2px solid var(--blue);
  background: var(--wash);
}
.project-teaser h3 {
  margin-top: 8px;
  font-size: 25px;
}
.project-teaser > p:last-child {
  margin-top: 12px;
  max-width: 70ch;
  font-size: 14px;
  color: var(--muted);
}
@media screen and (min-width: 1000px) {
  .project-row {
    min-height: 160px;
  }
  .project-row > div {
    padding-right: 205px;
  }
  .project-preview {
    display: block;
    position: absolute;
    right: 48px;
    top: 50%;
    width: 176px;
    height: 112px;
    padding: 4px;
    border: 1px solid var(--line);
    background: var(--paper);
    opacity: 0;
    visibility: hidden;
    transform: translate(6px, -50%);
    transition:
      opacity 140ms ease,
      transform 140ms ease,
      visibility 140ms;
    pointer-events: none;
  }
  .project-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: var(--wash);
  }
  .project-row:focus-visible .project-preview {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .project-row:hover .project-preview {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .project-preview {
    transition: none;
  }
}
.consulting-section {
  background: var(--wash);
  border-block: 1px solid var(--line);
}
.consulting-inner {
  padding-block: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
.consulting-inner h2 {
  margin-top: 21px;
}
.section-intro {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin-block: 24px;
  max-width: 380px;
}
.services > article {
  display: flex;
  gap: 23px;
  padding-block: 24px;
  border-top: 1px solid #bfc4b6;
}
.services > article:first-child {
  padding-top: 0;
  border: 0;
}
.services > article > span {
  color: var(--muted);
  padding-top: 4px;
}
.services h3 {
  font-size: 23px;
}
.services p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 10px;
}
.background-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
.background-intro h2 {
  margin-top: 21px;
}
.background-intro > div:last-child {
  padding-top: 39px;
}
.background-intro > div > p:not(.eyebrow) {
  font-size: 15px;
  margin-bottom: 19px;
  color: var(--muted);
}
.inline-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  margin-top: 26px;
}
.elsewhere-section {
  border-top: 1px solid var(--line);
  padding-top: 78px;
  padding-bottom: 60px;
}
.collage {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 32px;
  align-items: start;
  padding-top: 12px;
}
.collage figure {
  margin: 0;
}
.collage figure a {
  display: block;
}
.collage img {
  width: 100%;
  object-fit: cover;
}
.collage figcaption {
  color: var(--muted);
  font-size: 10px;
  margin-top: 10px;
}
.collage figcaption span {
  margin-right: 8px;
  color: var(--blue);
}
.collage-stars {
  grid-column: 1;
  grid-row: 1/3;
  padding-top: 44px;
  transform: rotate(-2deg);
}
.collage-stars img {
  aspect-ratio: 3/4;
}
.collage-trail {
  grid-column: 2;
  grid-row: 1;
}
.collage-trail img {
  aspect-ratio: 4/3;
  object-position: 50% 32%;
}
.collage-mushrooms {
  grid-column: 3;
  grid-row: 1/3;
  padding-top: 84px;
  transform: rotate(2deg);
}
.collage-mushrooms img {
  aspect-ratio: 4/5;
}
.music-note {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  padding: 24px 8px;
}
.music-types {
  font-size: 21px;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 1.5;
  margin-block: 18px;
}
.music-note > p:not(.eyebrow):not(.music-types) {
  font-size: 13px;
  color: var(--muted);
  max-width: 270px;
}
.music-mark {
  position: absolute;
  right: 3px;
  top: 12px;
  font-size: 45px;
  color: var(--blue);
  transform: rotate(10deg);
}
.music-note-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  font-size: 12px;
}
.music-index {
  display: grid;
  gap: 10px;
  font-size: 13px;
}
.music-page > section + section {
  margin-top: 48px;
}
.music-page > section > p {
  font-size: 16px;
  color: #4b5047;
  margin-bottom: 20px;
  line-height: 1.8;
}
.performance-link {
  display: block;
  max-width: 600px;
  margin-block: 24px;
  border: 1px solid var(--line);
  text-decoration: none;
}
.performance-link > img {
  display: block;
  width: 100%;
  height: auto;
}
.performance-link > span {
  display: grid;
  gap: 4px;
  padding: 16px 20px;
  font-size: 14px;
}
.performance-link > span > span {
  color: var(--blue);
  font-size: 12px;
}
.concert-note {
  padding: 28px;
  margin-block: 24px;
  background: var(--wash);
  border-left: 2px solid var(--blue);
}
.concert-note .concert-title {
  font-family: Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  margin-block: 12px;
}
.concert-note > p:last-child {
  font-size: 13px;
  color: var(--muted);
}
.elsewhere-end {
  font-size: 10px;
  color: var(--muted);
  margin-top: 40px;
}
.contact-section {
  border-top: 1px solid var(--line);
  padding-block: 77px;
}
.contact-section h2 {
  margin-top: 20px;
  font-size: clamp(40px, 4.5vw, 63px);
}
.contact-link {
  font-size: clamp(20px, 2.6vw, 36px);
  letter-spacing: -0.025em;
  display: inline-block;
  color: var(--blue);
  margin-top: 24px;
  text-decoration: none;
  border-bottom: 1px solid var(--blue);
}
.contact-link span {
  margin-left: 20px;
}
.contact-section > p:last-child {
  color: var(--muted);
  font-size: 14px;
  margin-top: 17px;
}
.site-footer {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 25px;
  color: var(--muted);
  font-size: 10px;
}
.site-footer div {
  display: flex;
  gap: 24px;
}
.site-footer a {
  text-decoration: none;
}
.site-footer p span {
  margin-inline: 6px;
}
/* Project notes and the printable background page. */
.article-header {
  padding-top: 48px;
  padding-bottom: 46px;
}
.back-link {
  display: inline-block;
  text-decoration: none;
  color: var(--muted);
  margin-bottom: 45px;
}
.article-header .eyebrow {
  margin-bottom: 20px;
}
.article-header h1 {
  max-width: 1000px;
  font-size: clamp(40px, 5vw, 68px);
}
.article-deck {
  font-size: 20px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 730px;
  margin-top: 26px;
}
.article-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 27px;
  color: var(--muted);
}
.article-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 8%;
  padding-block: 48px 80px;
  border-top: 1px solid var(--line);
}
.article-aside p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 20px;
}
.article-aside .eyebrow {
  margin-bottom: 8px;
}
.article-body {
  max-width: 810px;
}
.article-body h2 {
  font-size: 33px;
  margin-top: 42px;
  margin-bottom: 17px;
}
.article-body h2:first-child {
  margin-top: 0;
}
.article-body h3 {
  font-size: 23px;
  margin-block: 30px 12px;
}
.article-body > p,
.article-body > ul {
  font-size: 16px;
  color: #4b5047;
  margin-bottom: 20px;
  line-height: 1.8;
}
.article-body li + li {
  margin-top: 8px;
}
.article-body ul {
  padding-left: 22px;
}
.article-body figure {
  margin-block: 32px;
}
.article-body figcaption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 12px;
}
.article-body figure img {
  width: 100%;
  height: auto;
}
.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-block: 32px;
}
.project-gallery figure {
  margin: 0;
}
.moke-comparison {
  align-items: center;
}
.simulation-toggle {
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.article-body .portrait-figure {
  max-width: 460px;
  margin-inline: auto;
}
.elsewhere-recent {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  max-width: 850px;
  margin: 60px auto 0;
}
.elsewhere-recent figure {
  margin: 0;
}
.elsewhere-recent figure img {
  width: 100%;
  height: auto;
}
.elsewhere-recent figcaption {
  margin-top: 12px;
  font-size: 11px;
  color: var(--muted);
}
.elsewhere-recent figcaption span {
  margin-right: 8px;
  color: var(--blue);
}
.ceramics-note h3 {
  font-size: 28px;
}
.ceramics-note > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
}
.ceramics-note .performance-link {
  max-width: none;
}
@media (max-width: 600px) {
  .project-gallery {
    grid-template-columns: 1fr;
  }
  .elsewhere-recent {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 420px;
  }
}
.article-hero-image {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}
.article-hero-caption {
  margin-top: 12px;
  color: var(--muted);
}
.note-box {
  padding: 22px 26px;
  border-left: 2px solid var(--blue);
  background: var(--wash);
  margin-block: 30px;
}
.note-box p {
  font-size: 15px;
}
.workflow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0 !important;
  gap: 8px;
  margin-block: 30px !important;
}
.workflow li {
  padding: 20px 14px;
  border: 1px solid var(--line);
  margin: 0 !important;
  font-size: 13px;
}
.workflow strong {
  display: block;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 12px;
}
.article-next {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 45px;
}
.career-entry {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 24px;
}
.career-entry h3 {
  margin-top: 0;
}
.career-entry .eyebrow {
  margin-bottom: 12px;
}
.career-entry > p {
  font-size: 15px;
  color: var(--muted);
}
.print-button {
  padding: 10px 15px;
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  font-size: 12px;
}
.print-button:hover {
  border-color: var(--blue);
  color: var(--blue);
}
/* Image links work normally without JavaScript. */
.image-dialog {
  border: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  max-width: min(1100px, 94vw);
  max-height: 94dvh;
  width: max-content;
}
.image-dialog::backdrop {
  background: #181d18d9;
}
.dialog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 13px 20px;
}
.dialog-toolbar p {
  font-family: var(--mono);
  font-size: 11px;
}
.dialog-close {
  background: transparent;
  border: 1px solid var(--line);
  font-size: 13px;
  padding: 7px 12px;
  cursor: pointer;
  white-space: nowrap;
}
.image-dialog img {
  width: auto;
  max-width: 100%;
  max-height: calc(94dvh - 75px);
  object-fit: contain;
  margin: auto;
}
@media (min-width: 1450px) {
  .hero {
    padding-block: 100px;
  }
  .hero-photo img {
    height: 420px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 5%;
    grid-template-columns: 1.4fr 1fr;
  }
  .hero-photo img {
    height: 330px;
  }
  .hero-actions {
    gap: 17px;
  }
  .experience-strip ul {
    gap: 22px;
    font-size: 14px;
  }
  .credentials {
    max-width: 300px;
  }
  .section-heading {
    column-gap: 6%;
  }
  .project-image img {
    height: 310px;
  }
  .project-copy h3 {
    font-size: 30px;
  }
  .collage {
    gap: 20px;
  }
  .music-types {
    font-size: 18px;
  }
  .article-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 5%;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 20px;
    gap: 16px;
  }
  .site-header nav {
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    font-size: 12px;
  }
  .wordmark {
    font-size: 19px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 44px;
    gap: 42px;
  }
  h1 {
    font-size: clamp(42px, 8.7vw, 64px);
  }
  .hero-description {
    font-size: 16px;
    max-width: 540px;
  }
  .hero-copy > .eyebrow {
    margin-bottom: 22px;
  }
  .hero-actions {
    gap: 24px;
  }
  .credentials {
    max-width: none;
    margin-top: 24px;
  }
  .hero-figure {
    max-width: 510px;
    width: 100%;
    margin-left: auto;
  }
  .hero-photo img {
    height: 340px;
  }
  .figure-note {
    max-width: 245px;
    margin-left: auto;
    margin-right: 5px;
  }
  .hero-figure figcaption {
    margin-top: 7px;
  }
  .experience-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    padding-block: 20px;
  }
  .experience-strip p {
    max-width: none;
  }
  .experience-strip ul {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 23px;
    font-size: 14px;
  }
  .section {
    padding-block: 60px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }
  .section-heading > .eyebrow {
    margin-bottom: 0;
  }
  .section-heading > p:last-child {
    max-width: 500px;
  }
  .featured-project {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 35px;
  }
  .project-image img {
    height: auto;
    aspect-ratio: 3/2;
  }
  .project-copy h3 {
    font-size: 32px;
  }
  .project-copy > p:not(.eyebrow) {
    max-width: 560px;
  }
  .project-row {
    grid-template-columns: 34px 1fr 20px;
    gap: 12px;
    padding-block: 24px;
  }
  .project-row h3 {
    font-size: 23px;
  }
  .project-row .eyebrow {
    font-size: 9px;
  }
  .project-row p:not(.eyebrow) {
    font-size: 13px;
  }
  .consulting-inner {
    grid-template-columns: 1fr;
    padding-block: 54px;
    gap: 38px;
  }
  .section-intro {
    max-width: 540px;
  }
  .services > article:first-child {
    border-top: 1px solid #bfc4b6;
    padding-top: 24px;
  }
  .background-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .background-intro > div:last-child {
    padding-top: 0;
  }
  .elsewhere-section {
    padding-top: 55px;
  }
  .collage {
    grid-template-columns: 1fr 1fr;
    gap: 24px 18px;
  }
  .collage-stars {
    grid-column: 1;
    grid-row: 1;
    padding-top: 0;
  }
  .collage-trail {
    grid-column: 2;
    grid-row: 1;
    padding-top: 35px !important;
  }
  .collage-trail img {
    aspect-ratio: 3/4;
  }
  .collage-mushrooms {
    grid-column: 1;
    grid-row: 2;
    padding-top: 0;
    transform: rotate(-1deg);
  }
  .music-note {
    grid-column: 2;
    grid-row: 2;
    padding: 8px 0;
  }
  .music-types {
    font-size: 17px;
    margin-block: 14px;
  }
  .music-note > p:not(.eyebrow):not(.music-types) {
    font-size: 12px;
  }
  .music-note .eyebrow {
    font-size: 9px;
  }
  .music-mark {
    display: none;
  }
  .collage figcaption {
    font-size: 9px;
  }
  .contact-section {
    padding-block: 55px;
  }
  .site-footer {
    flex-direction: column;
    gap: 14px;
  }
  .article-header {
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .back-link {
    margin-bottom: 30px;
  }
  .article-deck {
    font-size: 18px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 30px 50px;
  }
  .article-aside {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  .article-aside p {
    max-width: 230px;
    margin-bottom: 8px;
  }
  .article-body h2 {
    font-size: 30px;
  }
  .workflow {
    grid-template-columns: 1fr;
  }
  .workflow li {
    padding: 15px 18px;
  }
  .workflow strong {
    margin-bottom: 5px;
  }
  .article-meta {
    gap: 8px 20px;
    font-size: 10px;
  }
}
@media (max-width: 380px) {
  .wrap {
    width: calc(100% - 32px);
  }
  h1 {
    font-size: 40px;
  }
  .hero-actions {
    gap: 15px;
    font-size: 12px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .button {
    gap: 15px;
    padding: 12px;
  }
  .hero-photo img {
    height: 280px;
  }
  .collage {
    gap: 20px 12px;
  }
  .music-types {
    font-size: 16px;
  }
  .contact-link {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.print-contact {
  display: none;
}
@media print {
  .print-contact {
    display: block;
    font-size: 11px;
    margin-top: 12px;
  }
  body {
    background: white;
    color: black;
  }
  .site-header nav,
  .site-footer,
  .back-link,
  .print-button,
  .skip-link,
  .image-dialog {
    display: none !important;
  }
  .wrap {
    width: 100%;
  }
  .site-header {
    padding-block: 0 15px;
  }
  .article-header {
    padding-block: 20px;
  }
  .article-header h1 {
    font-size: 32px;
  }
  .article-deck {
    font-size: 14px;
  }
  .article-layout {
    display: block;
    padding-top: 20px;
  }
  .article-aside {
    display: none;
  }
  .article-body {
    max-width: none;
  }
  .article-body h2 {
    font-size: 23px;
    margin-top: 25px;
  }
  .article-body h3 {
    font-size: 18px;
  }
  .article-body p,
  .article-body li,
  .career-entry > p {
    font-size: 11px;
  }
  .career-entry {
    break-inside: avoid;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  .contact-section {
    display: none;
  }
}

/* Contact, publication list, and the restored undergraduate lab resources. */
.publications {
  list-style: decimal;
  padding-left: 24px;
}
.publications li {
  padding: 18px 0 20px 8px;
  border-bottom: 1px solid var(--line);
}
.publications p {
  font-size: 14px;
  line-height: 1.75;
}
.publications a {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 11px;
}
.contact-form {
  max-width: 780px;
}
.contact-form label,
.wavemeter-calculator label,
.orbital-controls label {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 25px;
}
input,
textarea,
select {
  width: 100%;
  border: 1px solid #999f91;
  padding: 12px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  border-radius: 0;
}
textarea {
  resize: vertical;
  min-height: 180px;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.form-hint {
  color: var(--muted);
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.7;
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}
.form-actions .button {
  font-size: 13px;
  cursor: pointer;
}
.form-actions .form-hint {
  margin: 0;
}
.form-status {
  margin-top: 22px;
  font-size: 14px;
  color: var(--blue);
}
.form-status:empty {
  margin: 0;
}
.form-status.is-error {
  color: #9b2c24;
}
.form-status:focus {
  outline: none;
}
button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.orbital-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 18px 0;
}
.orbital-controls[hidden] {
  display: none;
}
.orbital-controls label {
  margin: 0;
}
.orbital-controls select {
  width: auto;
  font-family: var(--mono);
  font-size: 12px;
}
.orbital-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.orbital-panels figure {
  margin: 10px 0 20px;
}
.orbital-panels img {
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
}
.archive-details {
  padding: 18px 0;
  border-block: 1px solid var(--line);
  margin-bottom: 22px;
  font-size: 13px;
}
.archive-details summary {
  cursor: pointer;
}
.archive-details p {
  margin-top: 16px;
  line-height: 2;
}
.resource-list {
  list-style: none;
  padding: 0 !important;
}
.resource-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.resource-list a {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  text-decoration: none;
}
.resource-list p {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.equation {
  font-family: Georgia, serif;
  font-size: 24px !important;
  padding: 20px 0;
}
.wavemeter-calculator {
  border: 1px solid var(--line);
  padding: 25px;
  margin-block: 25px;
}
.wavemeter-calculator .form-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.calculator-result {
  font-family: var(--mono);
  font-size: 14px;
}
.calculator-result output {
  color: var(--blue);
}
.archive-animation {
  max-width: 400px;
}
.archive-animation button {
  margin-top: 12px;
}
@media (max-width: 760px) {
  .form-row,
  .wavemeter-calculator .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .form-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .orbital-controls {
    gap: 12px;
  }
  .orbital-panels {
    grid-template-columns: 1fr;
  }
  .wavemeter-calculator {
    padding: 20px;
  }
  .equation {
    font-size: 20px !important;
  }
}
