@font-face {
  font-family: "Bricolage Grotesque";
  src: url("./fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("./fonts/ibm-plex-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f4f1e9;
  --paper-deep: #eae6dc;
  --ink: #252820;
  --muted: #62645b;
  --rule: #d1d0c3;
  --rule-dark: #a4a798;
  --red: #ad3c25;
  --red-light: #f0dfd6;
  --sans: "Bricolage Grotesque", Arial, sans-serif;
  --mono: "IBM Plex Mono", "Courier New", monospace;
  --serif: Georgia, "Times New Roman", serif;
  --page: 1248px;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 112px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--red-light); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 6px;
}
svg { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; }
ol, ul { margin: 0; padding: 0; }
[hidden] { display: none !important; }
.wrap { width: min(var(--page), calc(100% - 112px)); margin-inline: auto; }
.mono, .eyebrow, .section-label {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .025em;
}
.eyebrow, .section-label { text-transform: uppercase; }
.muted { color: var(--muted); }
.red { color: var(--red); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
main:focus { outline: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--paper);
}
.header-inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--ink);
}
.wordmark {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.045em;
  flex-shrink: 0;
}
.wordmark svg { width: 26px; height: 26px; }
.header-place { color: var(--muted); margin-right: auto; margin-left: 32px; }
.header-place time { display: block; color: var(--ink); }
.site-nav { display: flex; gap: 29px; align-items: center; }
.site-nav a { font-size: 14px; padding-block: 12px; }
.site-nav a:hover, .site-nav a[aria-current] { color: var(--red); }
.site-nav a[aria-current] { text-decoration: underline; text-underline-offset: 6px; }
.hero { padding: 42px 0 64px; }
.hero-overline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: var(--muted);
}
.edition { display: flex; align-items: center; gap: 8px; color: var(--red); }
.edition::before { content: ""; width: 6px; height: 6px; background: currentColor; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  margin-top: 42px;
}
.hero-title {
  font-size: clamp(78px, 8.75vw, 126px);
  line-height: .91;
  letter-spacing: -.05em;
  font-weight: 600;
}
.hero-title span { display: block; }
.hero-title .name-dot { display: inline; color: var(--red); }
.hero-deck { max-width: 530px; margin-top: 34px; font-size: 20px; line-height: 1.55; }
.hero-deck strong { font-weight: 500; color: var(--red); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; margin-top: 28px; }
.feedback { max-width: 530px; margin-top: 30px; border-top: 1px solid var(--rule); padding-top: 19px; }
.feedback-heading { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 4px 16px; }
.feedback-heading h2 { font-size: 19px; letter-spacing: -.02em; }
.feedback-count { color: var(--muted); font-variant-numeric: tabular-nums; }
.feedback-controls { display: flex; gap: 14px; margin-top: 13px; }
.feedback-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  font-size: 13px;
  line-height: 1.5;
}
.feedback-button svg { width: 18px; height: 18px; flex-shrink: 0; }
.feedback-button[data-like-button] { width: 112px; align-self: start; }
.feedback-button[data-like-button]:not(:disabled):hover,
.feedback-button.is-liked { border-color: var(--red); color: var(--red); background: var(--red-light); }
.dislike-slot { flex: 0 0 112px; height: 44px; }
.dislike-button { width: 112px; border-color: var(--rule-dark); }
.dislike-button.is-escaping { position: fixed; top: 0; left: 0; z-index: 30; margin: 0; transition: transform .14s ease-out; }
.feedback-result { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; margin-top: 5px; }
.feedback-status { max-width: 100%; color: var(--red); }
.feedback-status:empty { display: none; }
.feedback-retry { min-height: 28px; border: 0; padding: 2px 0; background: transparent; color: var(--red); text-decoration: underline; text-underline-offset: 4px; }
.feedback-retry:hover { color: var(--red); text-decoration-thickness: 2px; }
.primary-link {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  color: var(--paper);
  padding: 13px 18px;
  font-size: 14px;
  transition: background .18s ease;
}
.primary-link:hover { background: var(--red); }
.text-link { font-size: 14px; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: var(--rule-dark); }
.text-link:hover { color: var(--red); text-decoration-color: currentColor; }
.link-arrow { display: inline-block; transition: transform .2s ease; }
a:hover .link-arrow { transform: translate(2px, -2px); }
.sketch { padding-bottom: 3px; }
.sketch-header { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 12px 0; border-block: 1px solid var(--rule); }
.sketch-header span:last-child { color: var(--muted); }
.sketch-drawing { width: 100%; margin-top: 8px; }
.sketch-drawing text { font-family: var(--mono); font-size: 10px; fill: var(--ink); }
.sketch-drawing .drawing-label { fill: var(--muted); font-size: 9px; letter-spacing: .05em; }
.route { fill: none; stroke: var(--rule-dark); stroke-width: 1.3; }
.route.is-active { stroke: var(--red); stroke-width: 2; }
.route.is-offline { stroke: var(--rule-dark); stroke-dasharray: 4 5; opacity: .45; }
.region rect { fill: var(--paper); stroke: var(--ink); stroke-width: 1.2; }
.region .node-light { fill: var(--ink); }
.region.is-offline rect { stroke: var(--red); stroke-dasharray: 3 3; fill: var(--red-light); }
.region.is-offline .node-light { fill: var(--red); }
.region.is-offline text { fill: var(--red); }
.packet { fill: var(--red); stroke: var(--paper); stroke-width: 2; }
.sketch-heading { margin-top: 3px; font-family: var(--serif); font-size: 25px; font-style: italic; font-weight: 400; line-height: 1.25; }
.sketch-caption { font-size: 12px; color: var(--muted); margin-top: 9px; }
.sketch-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.sketch-controls button {
  background: transparent;
  border: 1px solid var(--rule-dark);
  border-radius: 0;
  padding: 10px 12px;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.4;
  transition: border-color .18s, background .18s;
}
.sketch-controls button:hover { border-color: var(--ink); background: var(--paper-deep); }
.sketch-controls button[aria-pressed="true"] { background: var(--red-light); border-color: var(--red); color: var(--red); }
.sketch-status { margin-top: 12px; min-height: 36px; font-size: 11px; color: var(--muted); }
.section { border-top: 1px solid var(--ink); padding-block: 48px 74px; }
.section-top { display: flex; align-items: baseline; justify-content: space-between; gap: 28px; margin-bottom: 35px; }
.section-label { color: var(--muted); }
.section-label .section-number { color: var(--red); margin-right: 22px; }
.section-title { font-size: clamp(34px, 3.8vw, 52px); letter-spacing: -.05em; line-height: 1.12; }
.section-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: end; margin-bottom: 40px; }
.section-intro p { max-width: 450px; font-size: 16px; color: var(--muted); }
.work-list { list-style: none; }
.work-item { border-top: 1px solid var(--rule); }
.work-item:last-child { border-bottom: 1px solid var(--rule); }
.work-link { display: grid; grid-template-columns: 44px 1.2fr 1fr 40px; gap: 25px; align-items: start; padding: 30px 0 32px; }
.work-number { padding-top: 6px; color: var(--red); }
.work-link h3 { max-width: 480px; font-size: clamp(25px, 2.55vw, 35px); line-height: 1.15; letter-spacing: -.035em; transition: color .18s; }
.work-link:hover h3 { color: var(--red); }
.work-category { display: block; margin-top: 13px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .025em; }
.work-copy p { color: var(--muted); font-size: 15px; line-height: 1.6; }
.work-scale { display: block; margin-top: 12px; font-family: var(--mono); font-size: 11px; }
.work-link > .link-arrow { font-size: 27px; text-align: right; line-height: 1.2; }
.work-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 24px; align-items: center; }
.work-bottom p { max-width: 560px; font-size: 11px; color: var(--muted); }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 110px; }
.about-copy .section-title { margin-bottom: 26px; }
.about-copy > p { margin-bottom: 20px; font-size: 18px; line-height: 1.7; }
.about-copy .personal-note { margin-top: 33px; padding-left: 20px; border-left: 2px solid var(--red); font-family: var(--serif); font-style: italic; font-size: 23px; line-height: 1.45; }
.tool-note { margin-top: 30px; font-size: 11px; color: var(--muted); }
.career { list-style: none; }
.career li { display: grid; grid-template-columns: 102px 1fr; gap: 18px; padding-block: 18px; border-bottom: 1px solid var(--rule); }
.career li:first-child { padding-top: 0; }
.career time { padding-top: 3px; color: var(--muted); font-size: 10px; }
.career h3 { font-size: 21px; letter-spacing: -.025em; line-height: 1.25; }
.career p { color: var(--muted); font-size: 13px; margin-top: 4px; }
.career .current-role h3 { color: var(--red); }
.education { margin-top: 27px; }
.education > p { margin-bottom: 14px; color: var(--muted); }
.education-line { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 15px; }
.education-line h3 { font-size: 15px; }
.education-line p { color: var(--muted); font-size: 12px; }
.education-line time { color: var(--muted); padding-top: 3px; font-size: 10px; }
.playground { background: var(--ink); color: var(--paper); padding-block: 48px 58px; }
.playground .section-label { color: #b9beb0; }
.playground .section-number { color: #ee987f; }
.playground .section-top { margin-bottom: 28px; }
.playground-intro { display: flex; justify-content: space-between; align-items: end; gap: 70px; }
.playground-intro p { max-width: 370px; font-size: 15px; color: #c0c3b8; }
.side-projects { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 42px; }
.side-project {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 26px;
  border-top: 1px solid #555a4e;
  padding-top: 26px;
}
.project-art { width: 150px; height: 132px; transition: transform .22s ease; }
.side-project:hover .project-art { transform: translateY(-4px) rotate(-2deg); }
.side-project h3 { font-size: 26px; letter-spacing: -.03em; line-height: 1.2; }
.side-project h3 .link-arrow { font-size: 20px; margin-left: 8px; }
.side-project p { color: #c0c3b8; font-size: 14px; margin-top: 10px; }
.project-address { display: block; color: #ee987f; font-size: 10px; margin-top: 17px; }
.playground a:focus-visible { outline-color: #ee987f; }
.contact { padding-block: 53px 66px; }
.contact-main { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-top: 26px; }
.contact-title { font-size: clamp(60px, 7vw, 94px); line-height: .95; letter-spacing: -.065em; }
.contact-title span { font-family: var(--serif); font-weight: 400; font-style: italic; }
.contact-copy { max-width: 365px; }
.contact-copy p { font-size: 17px; }
.contact-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 19px; }
.contact-links a { font-size: 14px; border-bottom: 1px solid var(--rule-dark); padding-bottom: 3px; }
.contact-links a:hover { color: var(--red); border-color: var(--red); }
.site-footer { display: flex; justify-content: space-between; gap: 24px; align-items: start; padding-block: 22px 30px; border-top: 1px solid var(--ink); color: var(--muted); }
.site-footer a { text-decoration: underline; text-underline-offset: 4px; }
.site-footer a:hover { color: var(--red); }
.footer-edition { text-align: right; }
.footer-edition span { color: var(--red); }

/* The notes use the same type and rules, but a quieter reading layout. */
.notes-hero { padding-block: 45px 56px; }
.back-link { display: inline-flex; align-items: center; min-height: 28px; gap: 8px; font-size: 12px; color: var(--muted); }
.back-link:hover { color: var(--red); }
.notes-hero .eyebrow { color: var(--red); margin-top: 34px; }
.notes-hero h1 { font-size: clamp(56px, 7vw, 96px); line-height: .98; letter-spacing: -.045em; margin-top: 17px; }
.notes-hero .notes-deck { max-width: 660px; font-size: 20px; margin-top: 26px; }
.notes-hero .notes-disclaimer { max-width: 630px; margin-top: 20px; color: var(--muted); font-size: 12px; }
.notes-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 82px; border-top: 1px solid var(--ink); padding-top: 38px; padding-bottom: 65px; }
.notes-index { align-self: start; position: sticky; top: 120px; }
.notes-index > p { color: var(--muted); margin-bottom: 17px; }
.notes-index ol { list-style: none; }
.notes-index li + li { margin-top: 7px; }
.notes-index a { display: grid; grid-template-columns: 25px 1fr; gap: 7px; align-items: baseline; font-size: 13px; line-height: 1.35; padding-block: 8px; }
.notes-index .mono { font-size: 10px; color: var(--muted); }
.notes-index a:hover, .notes-index a[aria-current] { color: var(--red); }
.notes-index a[aria-current] .mono { color: var(--red); }
.notes-index .index-footer { display: block; margin-top: 25px; padding-top: 17px; border-top: 1px solid var(--rule); font-size: 11px; }
.notes-body { max-width: 760px; }
.note { padding-bottom: 53px; }
.note + .note { border-top: 1px solid var(--rule-dark); padding-top: 45px; }
.note-meta { display: flex; gap: 22px; color: var(--muted); margin-bottom: 15px; }
.note-meta span:first-child { color: var(--red); }
.note h2 { max-width: 730px; font-size: clamp(31px, 3.5vw, 45px); line-height: 1.08; letter-spacing: -.04em; }
.note-lede { margin-top: 23px; font-size: 20px; line-height: 1.6; }
.note-section { margin-top: 29px; max-width: 680px; }
.note-section h3 { color: var(--red); font-family: var(--mono); font-size: 11px; font-weight: 400; text-transform: uppercase; margin-bottom: 10px; }
.note-section p { font-size: 16px; line-height: 1.75; }
.note-section p + p { margin-top: 13px; }
.note-section ul { padding-left: 19px; }
.note-section li { font-size: 16px; padding-left: 5px; margin-top: 9px; }
.note-section li::marker { color: var(--red); }
.note-result { margin-top: 28px; padding: 17px 0 17px 22px; border-left: 2px solid var(--red); }
.note-result p { font-family: var(--serif); font-size: 21px; line-height: 1.55; }
.note-tools { margin-top: 24px; color: var(--muted); font-size: 10px; }
.pipeline-figure { border-block: 1px solid var(--rule); margin-block: 28px 32px; padding-block: 21px; }
.pipeline-steps { display: flex; list-style: none; align-items: start; gap: 12px; }
.pipeline-steps li { flex: 1; position: relative; padding-right: 14px; font-size: 16px; font-weight: 500; }
.pipeline-steps li:not(:last-child)::after { content: "\2192"; position: absolute; right: 0; top: 0; color: var(--red); }
.pipeline-steps span { display: block; font-family: var(--mono); font-size: 9px; margin-top: 7px; color: var(--muted); font-weight: 400; }
.pipeline-figure figcaption { margin-top: 19px; color: var(--muted); font-size: 10px; }
.note-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-block: 30px; border-block: 1px solid var(--rule); padding-block: 20px; }
.note-stats strong { display: block; font-size: 38px; line-height: 1.1; font-weight: 500; letter-spacing: -.055em; }
.note-stats span { display: block; color: var(--muted); font-size: 10px; margin-top: 8px; }
.notes-end { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--ink); padding-top: 30px; }
.notes-end p { font-family: var(--serif); font-size: 24px; font-style: italic; }

@media (min-width: 1500px) {
  .hero { padding-top: 50px; }
  .hero-grid { margin-top: 54px; }
}

@media (max-width: 1100px) {
  .wrap { width: calc(100% - 72px); }
  .header-place { margin-left: 5px; }
  .site-nav { gap: 22px; }
  .hero-grid { gap: 28px; grid-template-columns: 1.25fr 1fr; }
  .hero-title { font-size: clamp(72px, 8.7vw, 102px); }
  .hero-deck { font-size: 18px; }
  .about-grid { gap: 58px; }
  .side-projects { gap: 34px; }
  .side-project { grid-template-columns: 112px 1fr; gap: 18px; }
  .project-art { width: 112px; height: 112px; }
  .side-project h3 { font-size: 23px; }
  .notes-layout { grid-template-columns: 195px minmax(0, 1fr); gap: 44px; }
}

@media (max-width: 800px) {
  .wrap { width: calc(100% - 48px); }
  .header-place { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 44px; margin-top: 36px; }
  .hero-title { font-size: clamp(86px, 14.5vw, 118px); }
  .hero-deck { max-width: 560px; font-size: 20px; }
  .sketch { display: grid; grid-template-columns: 1.2fr 1fr; column-gap: 32px; align-items: start; border-top: 1px solid var(--rule); padding-top: 15px; }
  .sketch-header { grid-column: 1 / -1; border: 0; padding-top: 0; }
  .sketch-drawing { grid-column: 1; grid-row: 2 / 6; }
  .sketch-heading { margin-top: 22px; }
  .sketch-controls { margin-top: 14px; }
  .sketch-status { margin-bottom: 0; }
  .section { padding-block: 34px 55px; }
  .section-intro { gap: 32px; }
  .work-link { grid-template-columns: 28px 1.1fr 1fr 24px; gap: 15px; }
  .work-link h3 { font-size: 26px; }
  .work-copy p { font-size: 14px; }
  .about-grid { gap: 44px; grid-template-columns: 1fr; }
  .about-copy { max-width: 600px; }
  .career-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; }
  .career li { grid-template-columns: 88px 1fr; gap: 8px; }
  .career h3 { font-size: 18px; }
  .education { margin-top: 0; }
  .playground-intro { gap: 30px; }
  .playground-intro p { max-width: 280px; font-size: 14px; }
  .side-project { grid-template-columns: 1fr; gap: 18px; }
  .project-art { width: 140px; height: 110px; }
  .contact-main { gap: 35px; }
  .contact-copy { max-width: 300px; }
  .notes-layout { grid-template-columns: 1fr; gap: 40px; }
  .notes-index { position: static; border-bottom: 1px solid var(--rule); padding-bottom: 25px; }
  .notes-index ol { display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; }
  .notes-index li + li { margin-top: 0; }
  .notes-index .index-footer { display: none; }
  .note { max-width: 690px; }
}

@media (max-width: 540px) {
  html { scroll-padding-top: 124px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 100px; flex-wrap: wrap; gap: 0; padding-top: 13px; padding-bottom: 6px; }
  .wordmark { font-size: 18px; }
  .wordmark svg { width: 24px; height: 24px; }
  .site-nav { width: 100%; justify-content: space-between; gap: 16px; }
  .site-nav a { font-size: 13px; padding-block: 9px; }
  .hero { padding-top: 24px; padding-bottom: 33px; }
  .hero-overline { gap: 10px; align-items: start; }
  .hero-overline .eyebrow { font-size: 9px; max-width: 175px; }
  .edition { font-size: 9px; white-space: nowrap; }
  .hero-grid { margin-top: 31px; gap: 34px; }
  .hero-title { font-size: clamp(56px, 16.6vw, 88px); letter-spacing: -.05em; }
  .hero-deck { font-size: 18px; margin-top: 24px; max-width: 400px; }
  .hero-actions { margin-top: 24px; gap: 22px; }
  .primary-link { font-size: 13px; gap: 25px; padding: 12px 15px; }
  .hero-actions .text-link { font-size: 13px; }
  .sketch { display: block; border-top: 0; padding-top: 0; }
  .sketch-header { border-block: 1px solid var(--rule); padding-block: 12px; }
  .sketch-drawing { max-height: 275px; margin-top: 0; }
  .sketch-heading { font-size: 25px; margin-top: -2px; }
  .sketch-caption { margin-top: 7px; }
  .sketch-controls { margin-top: 16px; }
  .sketch-status { min-height: 36px; margin-top: 10px; }
  .section { padding-top: 28px; padding-bottom: 40px; }
  .section-top { margin-bottom: 26px; }
  .section-label { font-size: 10px; }
  .section-label .section-number { margin-right: 15px; }
  .section-intro { display: block; margin-bottom: 29px; }
  .section-title { font-size: 38px; }
  .section-intro p { margin-top: 18px; font-size: 15px; }
  .work-link { grid-template-columns: 24px minmax(0, 1fr) 24px; gap: 11px; padding-block: 24px; }
  .work-number { font-size: 10px; }
  .work-link h3 { font-size: 27px; }
  .work-category { margin-top: 11px; font-size: 9px; }
  .work-copy { grid-column: 2; }
  .work-copy p { font-size: 14px; }
  .work-link > .link-arrow { grid-column: 3; grid-row: 1; font-size: 25px; }
  .work-scale { font-size: 10px; margin-top: 10px; }
  .work-bottom { display: block; margin-top: 23px; }
  .work-bottom p { margin-bottom: 18px; font-size: 10px; }
  .about-copy > p { font-size: 17px; }
  .about-copy .personal-note { font-size: 22px; margin-top: 26px; }
  .career-grid { display: block; }
  .career li { grid-template-columns: 104px 1fr; gap: 12px; }
  .career h3 { font-size: 20px; }
  .education { margin-top: 28px; }
  .playground { padding-top: 30px; padding-bottom: 37px; }
  .playground-intro { display: block; }
  .playground-intro p { margin-top: 20px; max-width: 370px; font-size: 15px; }
  .side-projects { grid-template-columns: 1fr; gap: 26px; margin-top: 31px; }
  .side-project { grid-template-columns: 95px 1fr; gap: 19px; padding-top: 23px; }
  .project-art { width: 95px; height: 105px; }
  .side-project h3 { font-size: 23px; }
  .side-project h3 .link-arrow { font-size: 17px; margin-left: 4px; }
  .side-project p { font-size: 13px; margin-top: 7px; }
  .project-address { font-size: 9px; margin-top: 12px; }
  .contact { padding-block: 34px 39px; }
  .contact-main { display: block; margin-top: 27px; }
  .contact-title { font-size: 65px; }
  .contact-copy { margin-top: 27px; max-width: none; }
  .contact-copy p { font-size: 16px; max-width: 340px; }
  .contact-links { gap: 23px; margin-top: 20px; }
  .site-footer { flex-direction: column; gap: 14px; padding-block: 20px 24px; font-size: 10px; }
  .footer-edition { text-align: left; }
  .notes-hero { padding-block: 25px 32px; }
  .notes-hero .eyebrow { margin-top: 24px; font-size: 10px; }
  .notes-hero h1 { font-size: clamp(51px, 12vw, 64px); }
  .notes-hero .notes-deck { font-size: 18px; margin-top: 21px; }
  .notes-hero .notes-disclaimer { font-size: 11px; }
  .notes-layout { padding-top: 27px; gap: 32px; padding-bottom: 40px; }
  .notes-index ol { column-gap: 16px; }
  .notes-index a { font-size: 12px; grid-template-columns: 18px 1fr; gap: 6px; }
  .note-meta { font-size: 10px; gap: 15px; }
  .note h2 { font-size: 35px; }
  .note-lede { font-size: 18px; margin-top: 20px; }
  .note-section p, .note-section li { font-size: 15px; }
  .note-result p { font-size: 20px; }
  .pipeline-steps { display: grid; grid-template-columns: 1fr 1fr; row-gap: 23px; }
  .pipeline-steps li { font-size: 16px; }
  .pipeline-steps li:nth-child(2)::after { content: "\2193"; }
  .note-stats { gap: 12px; }
  .note-stats strong { font-size: 30px; }
  .note-stats span { font-size: 9px; }
  .notes-end { display: block; }
  .notes-end p { font-size: 24px; margin-bottom: 20px; }
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .hero-title { animation: settle .65s ease-out both; }
  @keyframes settle { from { opacity: .2; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

@media print {
  :root { --paper: #fff; --ink: #000; --muted: #444; --red: #333; }
  body { font-size: 11pt; }
  .wrap { width: 100%; }
  .site-header { position: static; }
  .site-nav, .sketch-controls, .sketch-status, .feedback, .dislike-button, .notes-index, .skip-link, .footer-edition { display: none !important; }
  .hero-title { font-size: 65pt; }
  .hero-grid { grid-template-columns: 1.3fr 1fr; }
  .hero-deck { font-size: 12pt; }
  .notes-layout { display: block; }
  .note h2 { font-size: 24pt; }
  .note-section p, .note-section li { font-size: 11pt; }
  .note { break-inside: avoid; }
  .playground { color: #000; background: #fff; border-block: 1px solid #aaa; }
  .playground p, .playground .section-label, .project-address { color: #444; }
  .primary-link { background: none; color: #000; border: 1px solid; }
}
