@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("assets/fonts/dm-serif-display-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
:root {
  --paper: #fbfaf6;
  --white: #fffefa;
  --ink: #292b25;
  --muted: #686a60;
  --line: #e3e3d9;
  --yellow: #f4df82;
  --yellow-light: #f8edbd;
  --green: #526647;
  --sans: "DM Sans", "Segoe UI", sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
  --container: 1160px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 5px;
}
img,
svg {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
button,
h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1.13;
}
::selection {
  background: var(--yellow);
  color: var(--ink);
}
:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 6px;
  border-radius: 3px;
}
[tabindex="-1"]:focus {
  outline: none;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(var(--container), calc(100% - 96px));
  margin-inline: auto;
}
.serif {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.65px;
  text-transform: uppercase;
}
.status-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  transition:
    background 180ms,
    transform 180ms,
    box-shadow 180ms;
}
.button span {
  font-size: 22px;
  line-height: 1;
}
.button-dark {
  background: var(--ink);
  color: var(--white);
}
.button-light {
  background: var(--white);
  border-color: var(--line);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  font-size: 13px;
  font-weight: 600;
}
.text-link > span {
  font-size: 21px;
  font-weight: 400;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 20;
  padding: 10px 18px;
  border-radius: 5px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}

/* Navigation is available without JavaScript. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgb(251 250 246 / 96%);
  backdrop-filter: blur(12px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.8px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  margin-right: 11px;
  border-radius: 9px;
  background: var(--yellow);
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3px;
  padding-right: 4px;
  padding-bottom: 4px;
}
.brand-period {
  color: #857123;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 500;
}
.site-nav > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  position: relative;
}
.site-nav > a:not(.nav-contact)::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms;
}
.site-nav > a[aria-current="location"]::after {
  transform: scaleX(1);
}
.site-nav .nav-contact {
  min-height: 40px;
  gap: 28px;
  padding: 7px 16px;
  margin-left: 2px;
  border: 1px solid #cccec2;
  border-radius: 5px;
}
.nav-contact span {
  font-size: 21px;
}
.menu-toggle {
  display: none;
}

/* Portrait composition and introduction. */
.hero {
  display: grid;
  grid-template-columns: 1.33fr 1fr;
  column-gap: 52px;
  padding-top: 78px;
}
.hero-copy {
  padding-top: 5px;
}
.eyebrow-divider {
  margin-inline: 2px;
  color: #aaa99d;
}
.hero h1 {
  margin: 24px 0 27px;
  font-size: clamp(60px, 6.05vw, 85px);
  font-weight: 500;
  line-height: 1.035;
  letter-spacing: -4.5px;
}
.highlight {
  display: inline-block;
  position: relative;
  z-index: 0;
  letter-spacing: -3.5px;
  white-space: nowrap;
}
.highlight::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: -7px;
  bottom: 2px;
  height: 16px;
  border-radius: 46% 18% 35% 22%;
  background: var(--yellow);
  transform: rotate(-1.3deg);
}
.hero-description {
  max-width: 440px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}
.hero-description strong {
  color: var(--ink);
  font-weight: 600;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 28px;
}
.hero-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 27px;
  color: var(--muted);
  font-size: 12px;
}
.hero-socials > span {
  color: #72746a;
}
.hero-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  color: var(--ink);
}
.hero-visual {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 448px;
  height: 480px;
  margin-top: -10px;
}
.portrait-backdrop {
  position: absolute;
  inset: 23px -6px 29px 24px;
  overflow: hidden;
  border-radius: 44% 44% 12px 12px;
  background: var(--yellow-light);
  transform: rotate(7deg);
}
.portrait-backdrop::after {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgb(155 133 65 / 20%);
  border-radius: 50%;
  content: "";
  top: 80px;
  left: 87px;
  box-shadow:
    0 0 0 35px rgb(155 133 65 / 4%),
    0 0 0 70px rgb(155 133 65 / 4%);
}
.backdrop-cross {
  position: absolute;
  color: #93834a;
  font-size: 22px;
}
.cross-one {
  bottom: 12px;
  right: 21px;
}
.cross-two {
  top: 40px;
  left: 20px;
}
.portrait-card {
  position: absolute;
  inset: 28px 32px 32px 29px;
  padding: 12px 12px 0;
  background: #fff;
  border: 1px solid #ecebe3;
  border-radius: 5px;
  transform: rotate(-4deg);
  box-shadow: 0 14px 30px rgb(55 50 25 / 8%);
}
.portrait-window {
  height: calc(100% - 68px);
  overflow: hidden;
  background: #e3e7cc;
  border-radius: 2px;
}
.portrait-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% 70%;
  transform: scale(1.55);
  transform-origin: 57% 77%;
}
.portrait-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 66px;
  padding: 6px 5px 7px;
}
.portrait-card figcaption > span:first-child {
  display: grid;
  gap: 2px;
}
.portrait-card strong {
  font-size: 14px;
  font-weight: 600;
}
.portrait-card figcaption > span > span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1px;
}
.portrait-signature {
  font-family: var(--serif);
  font-style: italic;
  font-size: 34px;
  letter-spacing: -2px;
}
.sun-doodle {
  position: absolute;
  z-index: 2;
  right: -19px;
  top: -6px;
  transform: rotate(12deg);
}
.portrait-note {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  z-index: 2;
  left: -22px;
  bottom: 100px;
  padding: 15px 18px;
  border: 1px solid #f5e7aa;
  border-radius: 6px;
  background: #fff5c9;
  box-shadow: 0 5px 15px rgb(60 46 9 / 5%);
  transform: rotate(-5deg);
  font-size: 10px;
  line-height: 1.6;
}
.portrait-note strong {
  font-weight: 600;
}
.note-icon {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -3px;
  padding-right: 5px;
}
.photo-note {
  position: absolute;
  bottom: -3px;
  left: 94px;
  font-family: var(--serif);
  font-style: italic;
  color: var(--muted);
  font-size: 17px;
  transform: rotate(-4deg);
}
.hero-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: 1 / -1;
  gap: 24px;
  padding: 45px 0 26px;
  margin-top: 17px;
  color: var(--muted);
  font-size: 11px;
}
.hero-footer strong {
  font-weight: 500;
  color: var(--ink);
}
.hero-footer a {
  display: flex;
  align-items: center;
  min-height: 38px;
  gap: 21px;
}
.hero-footer a span {
  font-size: 22px;
  color: var(--ink);
}
.stack-strip {
  border-block: 1px solid var(--line);
  background: #f5f4eb;
}
.stack-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 89px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.stack-inner .stack-caption {
  width: 180px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.stack-inner .stack-star {
  color: #968550;
  font-size: 20px;
  font-weight: 400;
}

/* Project illustrations use HTML and SVG instead of heavy image libraries. */
.section {
  padding-block: 96px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}
.section-label {
  margin-bottom: 17px;
}
.section-label > span {
  margin-right: 7px;
  font-size: 10px;
  color: #6d7063;
}
h2 {
  font-size: clamp(38px, 3.7vw, 51px);
  letter-spacing: -1.8px;
  font-weight: 500;
}
.section-heading > p {
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}
.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}
.project-visual {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 292px;
  padding: 22px 25px 20px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.food-visual {
  background-color: #eef0df;
  background-image:
    linear-gradient(#687a3e07 1px, transparent 1px),
    linear-gradient(90deg, #687a3e07 1px, transparent 1px);
  background-size: 26px 26px;
}
.visual-topline,
.visual-bottomline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.visual-topline > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.6px;
}
.tiny-mark {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #4d6444;
  color: #fff;
  font-size: 21px;
}
.visual-topline > span:last-child {
  font-size: 7px;
  letter-spacing: 1px;
}
.food-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}
.food-node {
  display: grid;
  justify-items: center;
  gap: 6px;
  width: 102px;
  padding: 15px 10px 12px;
  border: 1px solid #cfd7ba;
  border-radius: 9px;
  background: #fffef7;
  color: #435b37;
  box-shadow: 0 5px 12px rgb(50 60 20 / 3%);
}
.food-node svg {
  width: 30px;
  height: 30px;
}
.food-node > span {
  color: #4d5847;
  font-size: 10px;
  font-weight: 500;
}
.diagram-line {
  flex: 1;
  max-width: 60px;
  height: 1px;
  position: relative;
  background: #9eae86;
}
.diagram-line::after {
  position: absolute;
  right: 0;
  top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #9eae86;
  border-right: 1px solid #9eae86;
  transform: rotate(45deg);
  content: "";
}
.match-node {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid #cbd1b9;
  outline: 8px solid #e6e9d7;
  border-radius: 50%;
  background: #f7f8ec;
  color: #526747;
}
.match-node svg {
  width: 32px;
  height: 32px;
}
.matching-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 18px;
  color: #546341;
  font-size: 9px;
}
.matching-label .status-dot {
  width: 5px;
  height: 5px;
}
.visual-bottomline {
  margin-top: auto;
  padding-top: 25px;
  color: #5c6850;
  font-size: 8px;
}
.chat-visual {
  background: #f4ebd4;
}
.echo-mark {
  background: #ae8549;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}
.chat-composition {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(100%, 374px);
  margin: 28px auto 0;
}
.chat-bubble {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
}
.chat-avatar {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  background: #d7cdb5;
  color: #665631;
  border: 2px solid #f9f2e2;
  border-radius: 50%;
  font-size: 10px;
}
.chat-bubble > span:not(.chat-avatar) {
  min-width: 220px;
  padding: 12px 17px 10px;
  background: #fffefa;
  border-radius: 10px 10px 10px 1px;
  box-shadow: 0 3px 7px rgb(90 74 38 / 3%);
}
.chat-bubble small {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 4px;
  color: #5d594b;
  font-size: 7px;
}
.chat-bubble small span {
  color: #526747;
}
.bubble-two {
  align-self: flex-end;
}
.bubble-two > span:not(.chat-avatar) {
  background: #e7d59d;
  border-radius: 10px 10px 1px 10px;
}
.bubble-two .chat-avatar {
  background: #b9c1a6;
  color: #38462e;
}
.typing-bubble {
  display: flex;
  gap: 4px;
  width: max-content;
  margin-left: 39px;
  padding: 10px 13px;
  border-radius: 7px 7px 7px 1px;
  background: #fffefa;
}
.typing-bubble span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b2ab98;
}
.chat-visual .visual-bottomline {
  padding-top: 14px;
  color: #746343;
}
.visual-bottomline > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.visual-bottomline .status-dot {
  width: 5px;
  height: 5px;
}
.project-body {
  padding: 27px 29px 10px;
}
.project-category {
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}
.project-body h3 {
  margin-block: 13px 15px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 1.2;
}
.project-body > p:not(.project-category) {
  min-height: 76px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-block: 23px 20px;
  padding: 0;
  list-style: none;
}
.tags li {
  padding: 3px 9px;
  border: 1px solid #e3e4db;
  border-radius: 4px;
  color: #5f6258;
  font-size: 10px;
  line-height: 1.6;
}
.project-details {
  border-top: 1px solid var(--line);
}
.project-details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 46px;
  cursor: pointer;
  list-style: none;
  font-size: 11px;
  font-weight: 500;
}
.project-details summary::-webkit-details-marker {
  display: none;
}
.project-details summary > span {
  font-size: 20px;
  font-weight: 400;
  transition: transform 180ms;
}
.project-details[open] summary > span {
  transform: rotate(45deg);
}
.project-details ul {
  padding: 0 0 6px 17px;
  margin-top: 0;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.project-details li + li {
  margin-top: 8px;
}
.project-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 2px;
}
.project-links > a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  font-size: 11px;
}
.project-links > a:last-child {
  color: var(--muted);
}
.work-footnote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 23px;
  font-size: 11px;
  color: var(--muted);
}
.work-footnote .text-link {
  font-size: 11px;
  color: var(--ink);
}

.experience-section {
  padding-block: 84px;
  border-block: 1px solid var(--line);
  background: #f4f4ec;
}
.experience-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 100px;
}
.experience-intro > p:not(.eyebrow) {
  max-width: 260px;
  margin-block: 23px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}
.experience-intro > .text-link {
  font-size: 12px;
}
.experience-item {
  position: relative;
  padding: 0 0 34px 28px;
  border-left: 1px solid #d6d9ca;
}
.experience-item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #f4f4ec;
  background: #89937b;
}
.experience-item:first-child::before {
  background: #627749;
  outline: 4px solid #e6eada;
}
.experience-item:last-child {
  padding-top: 29px;
  padding-bottom: 0;
}
.experience-item:last-child::before {
  top: 35px;
}
.experience-item + .experience-item::after {
  position: absolute;
  top: 0;
  left: 28px;
  right: 0;
  height: 1px;
  background: #dcdfd2;
  content: "";
}
.experience-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 10px;
}
.role-date {
  color: var(--muted);
}
.current-badge {
  padding: 2px 9px;
  border: 1px solid #d5debf;
  border-radius: 3px;
  background: #e7edd8;
  color: #536441;
  font-size: 8px;
  line-height: 1.8;
}
.experience-item h3 {
  margin-block: 13px 8px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.company {
  font-size: 13px;
}
.company span {
  color: var(--muted);
  white-space: nowrap;
}
.experience-item ul {
  margin-block: 18px;
  padding-left: 15px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.experience-item li {
  padding-left: 2px;
}
.experience-item li + li {
  margin-top: 7px;
}
.experience-item li::marker {
  color: #9a9f8e;
}
.experience-tech {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #606655;
  font-size: 10px;
}
.experience-tech span {
  color: #a4a896;
}
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.about-copy {
  padding-top: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.about-copy p + p {
  margin-top: 16px;
}
.skills-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-block: 57px 23px;
}
.skills-heading h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.skills-heading > span {
  font-size: 10px;
  color: var(--muted);
}
.skills-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  padding-block: 25px;
}
.skill-group {
  padding: 0 25px;
  border-left: 1px solid var(--line);
}
.skill-group:first-child {
  padding-left: 0;
  border-left: 0;
}
.skill-group:last-child {
  padding-right: 0;
}
.skill-number {
  color: #707162;
  font-size: 10px;
}
.skill-group h4 {
  margin-block: 12px 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.skill-group > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}
.learning-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  margin-top: 43px;
}
.education-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 30px;
  background: #f0efe6;
  border-radius: 8px;
}
.education-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border: 1px solid #d4d5c7;
  border-radius: 7px;
}
.education-icon svg {
  width: 24px;
  height: 24px;
}
.education-card .eyebrow {
  font-size: 8px;
  letter-spacing: 1px;
  margin: 2px 0 13px;
}
.education-card h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.education-card h3 + p {
  color: var(--muted);
  font-size: 10px;
  margin-block: 12px 17px;
}
.education-grade {
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 10px;
}
.education-grade strong {
  color: var(--ink);
  font-weight: 500;
}
.practice-card > .eyebrow {
  font-size: 9px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.practice-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
}
.practice-card > a > span:first-child {
  display: flex;
  gap: 21px;
  align-items: center;
}
.practice-card strong {
  min-width: 65px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
}
.practice-card a > span {
  font-size: 11px;
}
.practice-card small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}
.practice-card > a > span:last-child {
  font-size: 21px;
}
.practice-card > .certificate-link {
  border-bottom: 0;
  padding-bottom: 0;
}
.practice-card > .certificate-link > span:first-child {
  display: block;
  font-size: 11px;
}

.contact-section {
  background: var(--yellow-light);
  border-block: 1px solid #eadea8;
}
.contact-inner {
  padding-block: 49px 0;
}
.contact-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.contact-top .section-label {
  margin: 0;
  color: #635c43;
}
.contact-top .section-label > span {
  color: #6c613d;
}
.availability {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #596242;
  font-size: 10px;
}
.contact-inner h2 {
  position: relative;
  width: max-content;
  max-width: 100%;
  font-size: clamp(44px, 5.4vw, 74px);
  letter-spacing: -2.7px;
  line-height: 1.075;
}
.contact-spark {
  position: absolute;
  width: 57px;
  height: 57px;
  top: 18px;
  right: -142px;
  transform: rotate(8deg);
}
.contact-description {
  color: #71674b;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 24px;
}
.contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 26px;
}
.contact-email {
  font-size: 15px;
  text-decoration: underline;
  text-decoration-color: #c7b67b;
}
.copy-email {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  margin-left: -13px;
  border: 1px solid #c7b67b;
  border-radius: 5px;
  background: transparent;
}
.contact-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 53px;
  padding-block: 20px;
  border-top: 1px solid #dcd09e;
  font-size: 11px;
}
.contact-bottom > div {
  display: flex;
  align-items: center;
  gap: 28px;
}
.contact-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 30px;
}
.contact-bottom a span {
  font-size: 16px;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 101px;
}
.footer-brand {
  font-size: 17px;
}
.site-footer p {
  color: var(--muted);
  font-size: 10px;
}
.back-top {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  font-size: 10px;
}
.back-top span {
  font-size: 18px;
}
.toast {
  position: fixed;
  z-index: 30;
  bottom: 24px;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 40px);
  padding: 12px 22px;
  border: 1px solid #595d4a;
  border-radius: 6px;
  background: var(--ink);
  color: white;
  box-shadow: 0 8px 24px #0002;
  font-size: 13px;
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
  transition:
    opacity 180ms,
    transform 180ms;
}
.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Printable, accessible résumé. */
.resume-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 24px;
}
.resume-toolbar > div {
  display: flex;
  gap: 12px;
}
.resume-toolbar .button {
  min-height: 42px;
  font-size: 12px;
  padding: 9px 15px;
}
.resume-page {
  max-width: 900px;
  margin: 10px auto 60px;
  padding: 56px 65px;
  border: 1px solid var(--line);
  background: #fff;
}
.resume-header {
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 22px;
}
.resume-header h1 {
  font-size: 38px;
  letter-spacing: -1px;
}
.resume-header > p {
  margin-top: 5px;
  font-size: 16px;
}
.resume-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
  margin-top: 15px;
  font-size: 11px;
}
.resume-contact a {
  text-decoration: underline;
  text-decoration-color: var(--line);
}
.resume-page section {
  margin-top: 23px;
}
.resume-page h2 {
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
}
.resume-page section p,
.resume-page li,
.resume-page dd {
  font-size: 12px;
  line-height: 1.65;
}
.resume-page h3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 15px;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}
.resume-page h3 span {
  font-size: 10px;
  font-weight: 400;
  white-space: nowrap;
}
.resume-role {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-weight: 500;
}
.resume-role span {
  font-weight: 400;
  font-size: 10px;
}
.resume-page ul {
  padding-left: 17px;
  margin-block: 6px 12px;
}
.resume-page li + li {
  margin-top: 3px;
}
.resume-project-links {
  display: flex;
  gap: 12px;
  font-size: 10px;
}
.resume-project-links a {
  text-decoration: underline;
}
.resume-page .resume-stack {
  font-size: 10px;
}
.resume-skills {
  margin: 0;
}
.resume-skills > div {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}
.resume-skills dt {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 11px;
}
.resume-skills dd {
  margin: 0;
  font-size: 11px;
}
.not-found {
  max-width: 650px;
  padding-block: 110px;
}
.not-found h1 {
  font-size: clamp(42px, 7vw, 72px);
  letter-spacing: -2px;
  margin-block: 18px;
}
.not-found p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 30px;
}

@media (hover: hover) {
  .button-dark:hover {
    background: #454a39;
    box-shadow: 0 5px 12px #292b2510;
    transform: translateY(-2px);
  }
  .button-light:hover {
    background: var(--yellow-light);
  }
  .text-link:hover,
  .hero-socials a:hover,
  .project-links a:hover,
  .contact-bottom a:hover,
  .contact-email:hover,
  .back-top:hover,
  .resume-contact a:hover {
    text-decoration: underline;
  }
  .site-nav > a:hover::after {
    transform: scaleX(1);
  }
  .site-nav .nav-contact:hover {
    background: var(--yellow-light);
  }
  .practice-card a:hover > span:last-child {
    transform: translate(2px, -2px);
  }
  .copy-email:hover {
    background: var(--yellow);
  }
  .project-details summary:hover {
    color: var(--green);
  }
}

@media (min-width: 1700px) {
  :root {
    --container: 1280px;
  }
  .hero {
    grid-template-columns: 1.35fr 1fr;
    padding-top: 100px;
  }
  .hero-visual {
    justify-self: center;
  }
  .hero h1 {
    font-size: 94px;
  }
}

@media (max-width: 1100px) {
  .container {
    width: calc(100% - 72px);
  }
  .hero {
    column-gap: 28px;
    grid-template-columns: 1.2fr 1fr;
    padding-top: 65px;
  }
  .hero h1 {
    font-size: clamp(55px, 6.8vw, 76px);
    letter-spacing: -3px;
  }
  .highlight {
    letter-spacing: -3px;
  }
  .hero-visual {
    height: 440px;
  }
  .portrait-card {
    inset: 40px 15px 38px;
  }
  .portrait-backdrop {
    inset: 39px 0 38px 10px;
  }
  .portrait-note {
    left: -6px;
    bottom: 100px;
    padding: 12px 13px;
  }
  .sun-doodle {
    right: -10px;
    top: 11px;
    width: 74px;
  }
  .photo-note {
    left: 50px;
    bottom: 11px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.1px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    padding-inline: 20px;
    gap: 18px;
  }
  .stack-inner {
    gap: 15px;
    font-size: 16px;
  }
  .stack-inner .stack-caption {
    width: 130px;
    font-size: 9px;
  }
  .experience-layout,
  .about-intro {
    gap: 58px;
  }
  .project-visual {
    padding-inline: 20px;
  }
  .visual-topline > span:last-child {
    font-size: 6px;
    letter-spacing: 0.5px;
  }
  .project-body {
    padding-inline: 23px;
  }
  .project-body h3 {
    font-size: 25px;
  }
  .chat-bubble > span:not(.chat-avatar) {
    min-width: 190px;
    padding-inline: 12px;
  }
  .skill-group {
    padding-inline: 18px;
  }
  .learning-row {
    gap: 32px;
  }
  .education-card {
    gap: 14px;
    padding: 24px;
  }
  .education-card h3 {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 96px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 74px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand {
    min-height: 60px;
    font-size: 19px;
  }
  .brand-mark {
    width: 31px;
    height: 31px;
    font-size: 26px;
  }
  .site-nav {
    width: 100%;
    padding: 5px 0 16px;
    justify-content: space-between;
    gap: 15px;
  }
  .site-nav .nav-contact {
    margin: 0;
    padding-inline: 12px;
    gap: 14px;
  }
  .navigation-ready .menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 4px 8px 14px;
    border: 0;
    background: transparent;
    font-size: 12px;
  }
  .menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 19px;
    height: 20px;
    gap: 5px;
  }
  .menu-icon > span {
    width: 19px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms;
  }
  .menu-toggle[aria-expanded="true"] .menu-icon > span:first-child {
    transform: translateY(3px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] .menu-icon > span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }
  .navigation-ready .site-nav {
    display: none;
    padding: 7px 0 20px;
  }
  .navigation-ready .site-nav.is-open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
  }
  .hero-copy {
    max-width: 520px;
  }
  .hero h1 {
    font-size: clamp(55px, 9.6vw, 75px);
    line-height: 1.06;
    letter-spacing: -2.8px;
    margin-block: 21px 24px;
  }
  .highlight {
    letter-spacing: -2.4px;
  }
  .highlight::after {
    height: 12px;
  }
  .hero .eyebrow {
    font-size: 9px;
    gap: 9px;
    letter-spacing: 1.25px;
  }
  .hero-description {
    max-width: 420px;
    font-size: 14px;
  }
  .hero-actions {
    gap: 25px;
    margin-top: 24px;
  }
  .hero-socials {
    margin-top: 18px;
    gap: 23px;
  }
  .hero-visual {
    width: min(100% - 24px, 400px);
    height: 448px;
    justify-self: center;
    margin-top: 34px;
  }
  .portrait-card {
    inset: 23px 24px 36px;
  }
  .portrait-backdrop {
    inset: 28px 6px 35px 13px;
  }
  .sun-doodle {
    top: -5px;
    right: -2px;
  }
  .portrait-note {
    left: -7px;
    bottom: 100px;
  }
  .photo-note {
    bottom: 0;
    left: 76px;
  }
  .hero-footer {
    gap: 15px;
    padding: 26px 0 18px;
    margin-top: 16px;
    font-size: 9px;
  }
  .hero-footer a {
    gap: 10px;
    text-align: right;
  }
  .stack-inner {
    justify-content: center;
    gap: 20px;
    padding-block: 18px;
    flex-wrap: wrap;
    min-height: auto;
    font-size: 14px;
  }
  .stack-inner .stack-caption {
    width: 100%;
    text-align: center;
    font-size: 9px;
  }
  .stack-inner .stack-star {
    font-size: 14px;
  }
  .section {
    padding-block: 62px;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
    margin-bottom: 27px;
  }
  h2 {
    font-size: 39px;
    letter-spacing: -1.3px;
  }
  .section-heading > p {
    font-size: 12px;
  }
  .desktop-break {
    display: none;
  }
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .project-visual {
    min-height: 280px;
    padding-inline: 24px;
  }
  .visual-topline > span:last-child {
    font-size: 7px;
    letter-spacing: 0.6px;
  }
  .food-diagram {
    margin-top: 37px;
  }
  .food-node {
    width: 98px;
  }
  .chat-composition {
    max-width: 350px;
  }
  .chat-bubble > span:not(.chat-avatar) {
    min-width: 214px;
  }
  .project-body {
    padding: 25px 25px 8px;
  }
  .project-body h3 {
    font-size: 27px;
  }
  .project-body > p:not(.project-category) {
    min-height: auto;
  }
  .work-footnote {
    align-items: flex-start;
    gap: 8px;
  }
  .work-footnote > span {
    max-width: 55%;
    font-size: 10px;
    padding-top: 12px;
  }
  .experience-section {
    padding-block: 58px;
  }
  .experience-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .experience-intro h2 br {
    display: none;
  }
  .experience-intro > p:not(.eyebrow) {
    max-width: 360px;
    margin-block: 17px 10px;
  }
  .experience-list {
    padding-left: 5px;
  }
  .experience-item {
    padding-left: 24px;
  }
  .experience-item h3 {
    font-size: 21px;
  }
  .about-intro {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .about-copy {
    font-size: 14px;
    max-width: 580px;
  }
  .skills-heading {
    margin-top: 37px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .skills-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 0;
    padding-block: 24px;
  }
  .skill-group {
    padding: 0 19px;
  }
  .skill-group:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
  .skill-group:nth-child(2) {
    padding-right: 0;
  }
  .learning-row {
    grid-template-columns: 1fr;
    gap: 31px;
    margin-top: 30px;
  }
  .education-card {
    padding: 26px;
  }
  .education-card h3 {
    font-size: 18px;
  }
  .education-card .eyebrow {
    font-size: 9px;
  }
  .education-card h3 + p {
    font-size: 11px;
  }
  .practice-card {
    padding-inline: 4px;
  }
  .practice-card > a {
    min-height: 64px;
  }
  .contact-inner {
    padding-top: 34px;
  }
  .contact-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 26px;
  }
  .contact-inner h2 {
    font-size: clamp(38px, 7.6vw, 58px);
    letter-spacing: -1.4px;
  }
  .contact-spark {
    right: -87px;
    top: 14px;
    width: 40px;
    height: 40px;
  }
  .contact-description {
    max-width: 380px;
    font-size: 12px;
    margin-top: 23px;
  }
  .contact-actions {
    display: grid;
    grid-template-columns: max-content 38px;
    justify-content: start;
    gap: 16px 12px;
  }
  .contact-actions .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .contact-email {
    font-size: 14px;
  }
  .copy-email {
    margin-left: 0;
  }
  .contact-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 32px;
    padding-block: 17px;
  }
  .contact-bottom > div {
    gap: 25px;
    flex-wrap: wrap;
  }
  .site-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 16px;
    row-gap: 0;
    min-height: auto;
    padding-block: 20px;
  }
  .site-footer .brand {
    min-height: 35px;
  }
  .site-footer p {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-top: 5px;
    font-size: 9px;
  }
  .site-footer .back-top {
    grid-column: 2;
    grid-row: 1;
  }
  .resume-toolbar {
    flex-wrap: wrap;
    padding-block: 16px;
  }
  .resume-toolbar > div {
    flex-wrap: wrap;
  }
  .resume-page {
    margin-top: 0;
    padding: 30px 24px;
  }
  .resume-page h3 {
    flex-direction: column;
    gap: 1px;
  }
  .resume-skills > div {
    display: block;
  }
  .resume-role {
    flex-wrap: wrap;
    gap: 4px;
  }
  .not-found {
    padding-block: 70px;
  }
}

@media (max-width: 440px) {
  .hero h1 {
    font-size: clamp(44px, 12.4vw, 55px);
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
    gap: 7px;
  }
  .hero h1 .highlight {
    letter-spacing: -2.2px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero-actions .button {
    font-size: 12px;
    gap: 17px;
    padding-inline: 17px;
  }
  .resume-link {
    font-size: 12px;
    gap: 9px;
  }
  .hero-visual {
    height: 400px;
  }
  .portrait-card {
    inset: 23px 13px 36px;
  }
  .portrait-backdrop {
    inset: 23px -1px 36px 3px;
  }
  .sun-doodle {
    width: 63px;
    right: -12px;
  }
  .portrait-note {
    left: -16px;
    font-size: 9px;
  }
  .photo-note {
    left: 53px;
    font-size: 15px;
  }
  .hero-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
  }
  .hero-footer a {
    align-self: flex-end;
  }
  .stack-inner {
    column-gap: 12px;
    row-gap: 10px;
    font-size: 12px;
  }
  .stack-inner .stack-star {
    font-size: 10px;
  }
  h2 {
    font-size: 35px;
  }
  .section-label {
    font-size: 9px;
  }
  .project-visual {
    padding-inline: 16px;
    min-height: 260px;
  }
  .visual-topline > span:first-child {
    font-size: 15px;
  }
  .visual-topline > span:last-child {
    font-size: 6px;
    letter-spacing: 0.25px;
  }
  .food-node {
    width: 78px;
    padding-inline: 5px;
  }
  .match-node {
    width: 48px;
    height: 48px;
    outline-width: 5px;
  }
  .diagram-line {
    min-width: 13px;
  }
  .chat-bubble {
    gap: 7px;
    font-size: 9px;
  }
  .chat-avatar {
    width: 24px;
    height: 24px;
  }
  .chat-bubble > span:not(.chat-avatar) {
    min-width: 194px;
    padding-inline: 11px;
  }
  .visual-bottomline {
    font-size: 7px;
    gap: 8px;
  }
  .project-body {
    padding-inline: 20px;
  }
  .project-body h3 {
    font-size: 25px;
  }
  .project-category {
    font-size: 8px;
  }
  .project-body > p:not(.project-category) {
    font-size: 14px;
  }
  .contact-spark {
    display: none;
  }
  .contact-inner h2 {
    font-size: clamp(35px, 9.65vw, 43px);
  }
  .site-nav {
    gap: 10px;
    font-size: 11px;
  }
  .site-nav .nav-contact {
    padding-inline: 9px;
    gap: 8px;
  }
  .education-card {
    padding: 21px 18px;
    gap: 13px;
  }
  .education-icon {
    width: 31px;
    height: 31px;
  }
  .education-card h3 {
    font-size: 16px;
  }
  .contact-bottom > div {
    gap: 19px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media (forced-colors: active) {
  .button,
  .brand-mark,
  .food-node,
  .match-node,
  .current-badge,
  .toast {
    border: 1px solid CanvasText;
  }
  .status-dot,
  .menu-icon > span {
    background: CanvasText;
  }
}
@page {
  size: A4;
  margin: 10mm 14mm;
}
@media print {
  body {
    background: #fff;
    color: #111;
    font-size: 10pt;
  }
  .site-header,
  .skip-link,
  .hero-visual,
  .hero-socials,
  .hero-footer,
  .stack-strip,
  .project-visual,
  .hero-actions,
  .work-footnote,
  .contact-section,
  .site-footer,
  .toast,
  .resume-toolbar {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .hero {
    display: block;
    padding-top: 0;
  }
  .hero h1 {
    font-size: 30pt;
    margin-block: 12pt;
  }
  .hero h1 br {
    display: none;
  }
  .hero h1 .highlight {
    white-space: normal;
  }
  .highlight::after {
    display: none;
  }
  .section,
  .experience-section {
    padding-block: 20pt;
    background: white;
  }
  .section-heading {
    margin-bottom: 16pt;
  }
  h2 {
    font-size: 24pt;
  }
  .project-card,
  .experience-item,
  .skill-group,
  .education-card,
  .practice-card {
    break-inside: avoid;
  }
  .project-body {
    padding: 15pt;
  }
  .project-details {
    display: none;
  }
  .experience-layout,
  .about-intro {
    gap: 24pt;
  }
  .learning-row {
    gap: 20pt;
  }
  .education-card {
    background: white;
    border: 1px solid #ddd;
  }
  .resume-page {
    width: 100%;
    max-width: none;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .resume-header {
    padding-bottom: 8pt;
  }
  .resume-header h1 {
    font-size: 25pt;
  }
  .resume-header > p {
    display: none;
  }
  .resume-contact {
    font-size: 8pt;
    gap: 2pt 12pt;
    margin-top: 6pt;
  }
  .resume-page section {
    margin-top: 6pt;
  }
  .resume-page h2 {
    font-size: 8.5pt;
    padding-bottom: 3pt;
    margin-bottom: 5pt;
    break-after: avoid;
  }
  .resume-page h3 {
    font-size: 9pt;
    margin-top: 4pt;
    margin-bottom: 2pt;
    break-after: avoid;
  }
  .resume-page h3 span,
  .resume-role span {
    font-size: 8pt;
  }
  .resume-page section p,
  .resume-page li {
    font-size: 8pt;
    line-height: 1.3;
  }
  .resume-page ul {
    margin-block: 3pt 4pt;
  }
  .resume-page li + li {
    margin-top: 1.5pt;
  }
  .resume-page article {
    break-inside: avoid;
  }
  .resume-page .resume-stack {
    font-size: 7.5pt;
  }
  .resume-skills > div {
    margin-top: 2pt;
  }
  .resume-skills dt,
  .resume-skills dd {
    font-size: 8pt;
    line-height: 1.3;
  }
  .resume-project-links {
    font-size: 8pt;
  }
}
