:root {
  --paper: #f8f8ef;
  --paper-soft: #fbfaf4;
  --ink: #171712;
  --muted: #6f6b5f;
  --fine: #d9d5c8;
  --fine-strong: #c7c2b3;
  --blush: #ead1c8;
  --sage: #dfe5d8;
  --sidebar: 244px;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --hand: "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(23, 23, 18, 0.025) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(0deg, rgba(23, 23, 18, 0.018) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--paper);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.6;
  min-width: 320px;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.54), transparent 24rem),
    radial-gradient(circle at 80% 65%, rgba(255, 255, 255, 0.32), transparent 28rem);
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  color: var(--paper-soft);
  background: var(--ink);
}

.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 20;
  display: flex;
  width: var(--sidebar);
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--fine);
  background: rgba(248, 248, 239, 0.86);
  padding: 62px 52px 38px;
  backdrop-filter: blur(14px);
}

.mark {
  display: inline-flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  margin-left: -8px;
}

.logo-image {
  width: 74px;
  height: 74px;
  object-fit: contain;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, 0.72) 62%, transparent 82%);
  mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, 0.72) 62%, transparent 82%);
}

.mark svg,
.socials svg,
.value-row svg,
.achievement-list svg {
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.mark .wash {
  stroke: var(--blush);
  stroke-width: 7;
  opacity: 0.7;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 72px;
}

.nav-links a {
  position: relative;
  display: inline-block;
  width: max-content;
  color: rgba(23, 23, 18, 0.74);
  font-family: var(--hand);
  font-size: 1.16rem;
  line-height: 1.25;
  transition: color 160ms ease;
}

.nav-links a::after,
.text-link::after,
h2::after {
  display: block;
  width: 45px;
  height: 1px;
  margin-top: 8px;
  content: "";
  background: var(--fine-strong);
  transform-origin: left center;
  transition: width 180ms ease, background 180ms ease;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--ink);
}

.nav-links a.active::after,
.nav-links a:hover::after,
.text-link:hover::after {
  width: 64px;
  background: var(--ink);
}

.sidebar-footer {
  color: var(--muted);
  font-family: var(--hand);
  font-size: 0.74rem;
}

.socials {
  display: flex;
  gap: 18px;
  margin-bottom: 78px;
}

.socials a {
  display: inline-flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
}

.socials svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.9;
}

.page-shell {
  min-height: 100vh;
  margin-left: var(--sidebar);
}

.section {
  position: relative;
  min-height: 680px;
  border-bottom: 1px solid var(--fine);
  padding: 92px 7% 86px;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: 76px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.section-grid > * {
  min-width: 0;
}

.section-copy {
  max-width: 560px;
}

.section-copy.wide {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: 5rem;
  font-weight: 400;
  line-height: 0.96;
}

h2 {
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: 2.35rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.28;
}

.lead {
  max-width: 550px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.88;
}

.body-large {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 2.05;
}

.text-link {
  display: inline-block;
  border: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font-family: var(--hand);
  font-size: 1.02rem;
  line-height: 1.4;
  cursor: pointer;
}

.text-link span {
  margin-left: 12px;
}

.hero-section {
  display: block;
  min-height: 100vh;
  padding-top: 76px;
  padding-bottom: 42px;
}

.menu-doodle {
  position: absolute;
  top: 58px;
  right: 56px;
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
}

.menu-doodle span {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--ink);
}

.menu-doodle span + span {
  margin-top: -16px;
}

.hero-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(330px, 0.82fr);
  gap: 48px;
  align-items: center;
  max-width: 950px;
  min-height: 54vh;
  margin: 0 auto;
}

.hero-copy {
  justify-self: center;
  font-family: var(--hand);
  text-align: center;
}

.hello-line {
  display: inline-block;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--fine-strong);
  font-size: 1.15rem;
  line-height: 1.5;
  transform: rotate(-2deg);
}

.hero-section h1 {
  margin-bottom: 24px;
  font-size: clamp(4.6rem, 7.2vw, 6.8rem);
}

.hero-slogan {
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  line-height: 1.3;
  transform: rotate(-1.4deg);
}

.hero-slogan::before {
  position: absolute;
  right: 8%;
  bottom: -4px;
  left: 7%;
  height: 9px;
  border-bottom: 1px solid rgba(23, 23, 18, 0.22);
  border-radius: 0 0 58% 46%;
  content: "";
  transform: rotate(0.4deg);
}

.hero-slogan::after {
  display: block;
  width: 88%;
  height: 9px;
  margin: -3px auto 0;
  border-bottom: 1.4px solid rgba(23, 23, 18, 0.64);
  border-radius: 0 0 52% 42%;
  content: "";
  background: transparent;
  transform: rotate(-1.2deg) skewX(-7deg);
}

.hero-primary {
  margin-top: 12px;
}

.hero-primary::after {
  margin-right: auto;
  margin-left: auto;
}

.hero-copy .lead {
  margin-right: auto;
  margin-left: auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.hero-portrait {
  position: relative;
  margin: 0;
  justify-self: end;
}

.portrait-image {
  width: min(100%, 440px);
  margin: 0 auto 10px;
  transform: rotate(-1deg);
}

.hero-portrait figcaption {
  max-width: 230px;
  margin: -22px auto 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  transform: rotate(-4deg);
}

.hero-preview-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 940px;
  margin: 42px auto 0;
  border-top: 1px solid transparent;
}

.hero-preview-row article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 24px;
  min-height: 150px;
  border-left: 1px solid var(--fine);
  padding: 0 26px;
}

.hero-preview-row article:first-child {
  border-left: 0;
}

.hero-preview-row svg {
  width: 54px;
  height: 54px;
  margin-top: 18px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.hero-preview-row h2 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.hero-preview-row h2::after {
  display: none;
}

.hero-preview-row p {
  margin-bottom: 14px;
  color: var(--muted);
  font-family: var(--hand);
  font-size: 0.86rem;
  line-height: 1.65;
}

.hero-art,
.line-art,
.project-visual {
  position: relative;
}

.art-note {
  position: absolute;
  z-index: 2;
  display: inline-block;
  color: rgba(23, 23, 18, 0.78);
  font-family: var(--hand);
  font-size: 1.05rem;
  line-height: 1.35;
  white-space: nowrap;
  transform: rotate(-4deg);
}

.art-note::after {
  display: block;
  width: 96%;
  height: 6px;
  margin-top: -2px;
  border-bottom: 1px solid rgba(23, 23, 18, 0.36);
  border-radius: 0 0 60% 48%;
  content: "";
  background: transparent;
  transform: rotate(0.8deg);
}

.art-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 52%, rgba(0, 0, 0, 0.85) 67%, transparent 86%);
  mask-image: radial-gradient(ellipse at center, #000 52%, rgba(0, 0, 0, 0.85) 67%, transparent 86%);
}

.hero-art svg,
.line-art svg,
.project-visual svg {
  width: 100%;
  overflow: visible;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.hero-art {
  max-width: 640px;
  justify-self: end;
}

.hero-image {
  transform: translateX(1%);
}

.soft-fill {
  fill: none;
  stroke: none;
  opacity: 0.7;
}

.soft-fill.blush {
  fill: var(--blush);
}

.soft-fill.sage {
  fill: var(--sage);
}

.hand-note {
  position: absolute;
  right: 12px;
  bottom: 22px;
  color: rgba(23, 23, 18, 0.82);
  font-family: "Segoe Print", "Bradley Hand ITC", var(--serif);
  font-size: 0.95rem;
  line-height: 1.55;
  transform: rotate(-5deg);
}

.scroll-cue {
  position: absolute;
  top: auto;
  bottom: 32px;
  right: 26px;
  display: grid;
  gap: 10px;
  justify-items: center;
  color: var(--ink);
  font-size: 0.8rem;
  writing-mode: vertical-rl;
}

.scroll-cue svg {
  width: 16px;
  height: 70px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.about-section {
  padding-bottom: 0;
}

.desk-art {
  max-width: 540px;
  justify-self: end;
}

.value-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1120px;
  margin: 92px auto 0;
  border-top: 1px solid transparent;
}

.value-row article {
  min-height: 110px;
  border-left: 1px solid var(--fine);
  padding: 0 34px 34px;
  text-align: center;
}

.value-row article:first-child {
  border-left: 0;
}

.value-row svg {
  width: 27px;
  height: 27px;
  margin: 0 auto 14px;
}

.value-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.education-section {
  padding-top: 80px;
}

.education-section .section-grid,
.research-section .section-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
}

.education-section h2,
.research-section h2 {
  margin-bottom: 14px;
  font-size: 2.85rem;
}

.education-section h2::after,
.research-section h2::after {
  width: 58px;
  margin-top: 12px;
}

.section-kicker {
  display: inline-block;
  margin: 0 0 34px;
  color: rgba(23, 23, 18, 0.76);
  font-family: var(--hand);
  font-size: 1.14rem;
  line-height: 1.4;
  transform: rotate(-1.5deg);
}

.timeline {
  position: relative;
  display: grid;
  gap: 30px;
  margin: 6px 0 42px;
  padding-left: 32px;
}

.timeline::before {
  position: absolute;
  top: 9px;
  bottom: 50px;
  left: 9px;
  width: 1px;
  content: "";
  background: var(--fine-strong);
}

.timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 116px minmax(160px, 190px) minmax(220px, 1fr);
  gap: 42px;
  align-items: start;
}

.timeline article::before {
  position: absolute;
  top: 6px;
  left: -29px;
  width: 12px;
  height: 12px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  content: "";
  background: var(--paper);
}

.timeline time {
  color: var(--muted);
  font-family: var(--hand);
  font-size: 0.92rem;
  line-height: 1.4;
}

.timeline h3 {
  margin-bottom: 10px;
  font-size: 1.36rem;
  line-height: 1.25;
}

.timeline p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.timeline article > div p {
  line-height: 1.55;
}

.timeline article > p {
  max-width: 32rem;
}

.mountain-art {
  max-width: 640px;
  justify-self: end;
  padding-bottom: 34px;
}

.mountain-art .art-note-top {
  top: 14%;
  left: 10%;
}

.mountain-art .art-note-bottom {
  right: 17%;
  bottom: 2px;
  transform: rotate(3deg);
}

.section-heading {
  display: flex;
  max-width: 1120px;
  align-items: start;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto 44px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  max-width: 930px;
  margin: 0 auto;
}

.project-item {
  min-width: 0;
}

.project-visual {
  aspect-ratio: 1.28;
  margin-bottom: 22px;
}

.project-visual .art-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-visual svg {
  height: 100%;
}

.project-item h3 {
  margin-bottom: 5px;
}

.project-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.project-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.project-dots span {
  width: 6px;
  height: 6px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.project-dots .active {
  background: var(--ink);
}

.achievement-list {
  display: grid;
  gap: 42px;
  margin: 10px 0 42px;
}

.achievement-list article {
  display: grid;
  grid-template-columns: 62px minmax(110px, 152px) minmax(220px, 1fr);
  gap: 30px;
  align-items: center;
}

.achievement-list svg {
  width: 56px;
  height: 56px;
  color: var(--ink);
  stroke-width: 1.4;
}

.achievement-list strong {
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1;
}

.achievement-list h3 {
  margin-bottom: 10px;
  font-size: 1.32rem;
}

.achievement-list p {
  margin: 0;
  color: var(--muted);
  max-width: 34rem;
  font-size: 1.06rem;
  line-height: 1.75;
}

.plant-art {
  max-width: 540px;
  justify-self: end;
  padding-bottom: 34px;
}

.plant-art .art-note-top {
  top: 2%;
  left: 2%;
}

.plant-art .art-note-bottom {
  right: 12%;
  bottom: 4px;
  transform: rotate(3.5deg);
}

.plant-art text {
  fill: var(--ink);
  stroke: none;
  font-family: "Segoe Print", "Bradley Hand ITC", var(--serif);
  font-size: 15px;
}

.contact-section {
  min-height: 620px;
  padding-bottom: 34px;
}

.contact-form-wrap {
  max-width: 560px;
}

.contact-form-wrap > p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.96rem;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 0.78rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--fine-strong);
  border-radius: 0;
  outline: none;
  padding: 9px 0 10px;
  color: var(--ink);
  background: transparent;
  font: inherit;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--ink);
}

.contact-form button {
  justify-self: start;
  margin-top: 4px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.contact-side {
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 70px;
}

.resume-link {
  justify-self: start;
  margin-top: 14px;
}

.cup-art {
  max-width: 460px;
}

.page-footer {
  display: flex;
  max-width: 1120px;
  justify-content: space-between;
  gap: 24px;
  margin: 64px auto 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.page-footer a:hover {
  color: var(--ink);
}

@media (max-width: 1100px) {
  .sidebar {
    width: 210px;
    padding-right: 34px;
    padding-left: 38px;
  }

  .page-shell {
    margin-left: 210px;
  }

  .section {
    padding-right: 6%;
    padding-left: 6%;
  }

  .timeline article {
    grid-template-columns: 88px minmax(120px, 150px);
  }

  .timeline article > p {
    grid-column: 2 / -1;
  }
}

@media (max-width: 860px) {
  .sidebar {
    position: sticky;
    top: 0;
    display: grid;
    width: 100%;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid var(--fine);
    padding: 14px 20px;
  }

  .mark {
    width: 44px;
    height: 44px;
    margin-left: 0;
  }

  .logo-image {
    width: 44px;
    height: 44px;
  }

  .nav-links {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    margin-top: 0;
    min-width: 0;
    overflow-x: auto;
    padding: 4px 2px 7px;
  }

  .nav-links a {
    flex: 0 0 auto;
    font-size: 0.98rem;
  }

  .nav-links a::after {
    width: 30px;
    margin-top: 4px;
  }

  .sidebar-footer {
    display: none;
  }

  .page-shell {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .section {
    min-height: auto;
    width: 100%;
    max-width: 100%;
    padding: 68px 24px;
  }

  .section-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    width: 100%;
    max-width: 100%;
  }

  .education-section .section-grid,
  .research-section .section-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .section-copy,
  .contact-form-wrap {
    width: 100%;
    max-width: 100%;
  }

  .lead,
  .body-large {
    max-width: 100%;
  }

  .hero-section {
    min-height: calc(100vh - 73px);
  }

  .menu-doodle {
    display: none;
  }

  .hero-showcase {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: auto;
  }

  .hero-section h1 {
    font-size: 3.8rem;
  }

  .hero-slogan {
    font-size: 1.65rem;
  }

  .hero-portrait {
    justify-self: center;
  }

  .hero-art,
  .hero-portrait,
  .desk-art,
  .mountain-art,
  .plant-art,
  .cup-art {
    width: 100%;
    justify-self: center;
    max-width: 440px;
  }

  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .education-section h2,
  .research-section h2 {
    font-size: 2.4rem;
  }

  .section-kicker {
    margin-bottom: 28px;
    font-size: 1.06rem;
  }

  .lead,
  .body-large {
    font-size: 1.04rem;
    line-height: 1.85;
  }

  .scroll-cue {
    display: none;
  }

  .value-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 56px;
    border-top: 1px solid var(--fine);
  }

  .value-row article {
    border-left: 0;
    border-bottom: 1px solid var(--fine);
    padding: 28px 18px;
  }

  .value-row article:nth-child(even) {
    border-left: 1px solid var(--fine);
  }

  .section-heading {
    display: grid;
  }

  .hero-preview-row {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-top: 44px;
    border-top: 1px solid var(--fine);
  }

  .hero-preview-row article {
    grid-template-columns: 58px minmax(0, 1fr);
    border-left: 0;
    border-bottom: 1px solid var(--fine);
    padding: 26px 0;
  }

  .hero-preview-row svg {
    margin-top: 4px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .project-visual {
    margin-bottom: 16px;
  }

  .contact-side {
    gap: 30px;
  }

  .page-footer {
    display: grid;
    margin-top: 44px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .sidebar {
    padding-right: 14px;
    padding-left: 14px;
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links a {
    font-size: 0.92rem;
  }

  .section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .education-section h2,
  .research-section h2 {
    font-size: 2.12rem;
  }

  .section-kicker {
    margin-bottom: 24px;
    font-size: 0.98rem;
  }

  h1 {
    font-size: 2.85rem;
  }

  .hero-section h1 {
    font-size: 3rem;
  }

  .hello-line {
    margin-bottom: 18px;
    font-size: 1rem;
  }

  .hero-slogan {
    max-width: 19rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.25rem;
  }

  .hero-slogan::after {
    width: 16rem;
    margin-right: auto;
    margin-left: auto;
  }

  .lead,
  .body-large {
    max-width: 18.5rem;
    font-size: 1rem;
  }

  .hero-actions {
    gap: 18px;
  }

  .hero-art {
    max-width: 300px;
  }

  .hero-image {
    transform: none;
  }

  .portrait-image {
    width: min(100%, 330px);
  }

  .hero-preview-row article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .value-row {
    grid-template-columns: 1fr;
  }

  .value-row article:nth-child(even) {
    border-left: 0;
  }

  .timeline {
    padding-left: 22px;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .timeline h3 {
    font-size: 1.22rem;
  }

  .timeline p {
    font-size: 1rem;
  }

  .timeline article > p {
    grid-column: auto;
  }

  .achievement-list article {
    grid-template-columns: 48px 60px minmax(0, 1fr);
    gap: 14px;
  }

  .achievement-list strong {
    font-size: 1.9rem;
  }

  .achievement-list h3 {
    font-size: 1.12rem;
  }

  .achievement-list p {
    font-size: 0.98rem;
  }

  .art-note {
    font-size: 0.88rem;
  }
}
