@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-sans-regular.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/dm-sans-bold.ttf") format("truetype");
}
@font-face {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-serif-italic.ttf") format("truetype");
}

:root {
  color-scheme: light dark;
  --paper: light-dark(#f8f7f2, #1c201c);
  --ink: light-dark(#292c29, #ecece1);
  --muted: light-dark(#65675e, #afb5a8);
  --line: light-dark(#ddded4, #3e453b);
  --coral: light-dark(#dc583b, #ee9174);
  --sage: light-dark(#e2eadc, #2f392d);
  --peach: light-dark(#f4ddd1, #3d302b);
  --lavender: light-dark(#ece8f4, #35313f);
  --blue: light-dark(#e4ecf3, #2c3640);
  --sand: light-dark(#eee9d9, #37352a);
  --card-text: light-dark(#555b51, #c2c5b7);
  --card-border: light-dark(#292c2926, #ecece130);
  --focus: light-dark(#a33720, #efac8e);
  --sans: "DM Sans", sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
}
:root[data-theme="light"] {
  color-scheme: light;
}
:root[data-theme="dark"] {
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #f1baa4;
  color: #292c29;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 6px;
  border-radius: 3px;
}
svg {
  display: block;
}
.wrap {
  width: min(1160px, calc(100% - 96px));
  margin-inline: auto;
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.icon.small {
  width: 15px;
  height: 15px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  padding: 12px 20px;
  background: var(--ink);
  color: var(--paper);
  z-index: 10;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
main.wrap {
  position: relative;
}
.theme-picker {
  position: absolute;
  top: 18px;
  right: 0;
  display: flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 24px;
}
.theme-picker[hidden] {
  display: none;
}
.theme-picker button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}
.theme-picker button:hover {
  color: var(--ink);
}
.theme-picker button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--line);
}
.theme-picker .icon {
  width: 16px;
  height: 16px;
}
.hero {
  padding-top: 83px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-dot {
  width: 7px;
  height: 7px;
  background: #6e8664;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #6e866411;
}
.hero-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 28px 0 22px;
}
h1 {
  font-size: clamp(58px, 7.8vw, 106px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -7px;
  margin: 0;
}
.heading-dot {
  color: var(--coral);
}
.hello-art {
  position: relative;
  width: 154px;
  flex-shrink: 0;
  margin-right: 31px;
  margin-top: -14px;
}
.sun {
  width: 100%;
  overflow: visible;
  transform: rotate(9deg);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}
.sun-rays {
  fill: #ed7855;
}
.sun-face {
  fill: none;
  stroke: #433b2d;
  stroke-width: 5;
  stroke-linecap: round;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .hello-art:hover .sun {
    transform: rotate(-9deg);
  }
}
.intro {
  font-size: 21px;
  line-height: 1.65;
  letter-spacing: -0.35px;
  color: var(--muted);
  margin: 0;
  max-width: 680px;
}
.intro a {
  position: relative;
  color: var(--ink);
  white-space: nowrap;
}
.underline {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 9px;
  fill: none;
  stroke: var(--coral);
  stroke-width: 2;
  transition: transform 0.2s;
}
.intro a:hover .underline {
  transform: translateY(3px);
}
.hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 51px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.browse-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  min-height: 44px;
}
.down-arrow {
  font-size: 24px;
  font-weight: 400;
  transition: transform 0.2s;
}
.browse-link:hover .down-arrow {
  transform: translateY(4px);
}
.projects {
  padding-top: 36px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  gap: 20px;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.project-card {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 16px;
  padding: 27px 30px 22px;
  min-width: 0;
  isolation: isolate;
}
.spm-card {
  background: var(--peach);
}
.skills-card {
  background: var(--sage);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.category {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-weight: 700;
}
.badge {
  font-size: 10px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid var(--card-border);
  border-radius: 20px;
  white-space: nowrap;
}
.live > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: light-dark(#426647, #a4c18e);
}
.project-art {
  height: 248px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.project-art,
.starter-art,
.designer-art {
  color: #292c29;
}
.terminal {
  background: #30362f;
  width: 92%;
  border-radius: 10px;
  transform: rotate(-3deg);
  box-shadow: 0 14px 20px #54361c15;
  transition: transform 0.35s;
  overflow: hidden;
}
.terminal-bar {
  height: 35px;
  background: #3a4038;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0 13px;
}
.terminal-bar > span:not(.terminal-title) {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #747b6c;
}
.terminal-bar > span:first-child {
  background: #db8d73;
}
.terminal-bar > span:nth-child(2) {
  background: #d9bf7d;
}
.terminal-bar > span:nth-child(3) {
  background: #97ac87;
}
.terminal-title {
  margin-left: auto;
  color: #c9ccbf;
  font:
    9px ui-monospace,
    monospace;
}
.terminal-body {
  padding: 24px 18px 17px;
  color: #f4f2e7;
  font:
    12px/2 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  white-space: nowrap;
}
.prompt {
  color: #eaa081;
  margin-right: 8px;
}
.terminal-result {
  color: #b7cbaa;
  font-size: 11px;
  margin-top: 5px;
}
.terminal-cursor {
  color: #c5cabc;
  margin-top: 13px;
}
.terminal-cursor span {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: #b9c3a7;
  vertical-align: middle;
}
.art-sticker {
  position: absolute;
  right: -3px;
  bottom: 20px;
  background: #f8edba;
  border: 1px solid #81703a24;
  padding: 13px 19px;
  font: italic 18px/1.1 var(--serif);
  transform: rotate(8deg);
  box-shadow: 0 3px 0 #493f1a08;
}
.project-kicker {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin: 0 0 7px;
  color: var(--card-text);
}
.card-copy {
  margin-bottom: 24px;
}
.card-copy h3 {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -1.8px;
  margin: 0 0 15px;
  font-weight: 700;
}
.card-copy > p:last-child {
  font-size: 14px;
  line-height: 1.7;
  color: var(--card-text);
  max-width: 380px;
  margin: 0;
}
.project-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.project-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  z-index: 1;
}
.project-link:focus-visible {
  outline: none;
}
.project-card:has(.project-link:focus-visible) {
  outline: 3px solid var(--focus);
  outline-offset: 5px;
}
.card-arrow {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--card-border);
  border-radius: 50%;
  transition:
    background 0.2s,
    transform 0.2s;
}
.project-card:has(.project-link:hover) .card-arrow {
  background: var(--ink);
  color: var(--paper);
  transform: rotate(6deg);
}
.project-card:has(.project-link:hover) .terminal {
  transform: rotate(0deg) translateY(-4px);
}
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--card-border);
  margin-top: auto;
  padding-top: 15px;
  min-height: 47px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tags > span {
  font-size: 10px;
  border: 1px solid var(--card-border);
  padding: 3px 9px;
  border-radius: 5px;
}
.source-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 4px;
  margin-block: -7px;
  font-size: 11px;
  border-radius: 4px;
}
.source-link .icon {
  width: 19px;
  height: 19px;
}
.source-link:hover {
  background: light-dark(#ffffff60, #ffffff10);
}
.skill-sheet {
  position: absolute;
  width: 208px;
  height: 175px;
  border: 1px solid #61715442;
  border-radius: 7px;
  background: #f8f8ee;
  box-shadow: 0 8px 12px #41523a08;
  padding: 16px 19px;
  transition: transform 0.35s;
}
.sheet-back {
  background: #afc5a1;
  transform: translate(30px, -12px) rotate(12deg);
  font-size: 8px;
  letter-spacing: 1px;
}
.sheet-middle {
  background: #d0ddc6;
  transform: translate(6px, 1px) rotate(-5deg);
  font-size: 8px;
  letter-spacing: 1px;
}
.sheet-front {
  transform: translate(-19px, 13px) rotate(-12deg);
}
.skill-spark {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: #66875b;
  stroke-width: 3;
}
.sheet-title {
  display: block;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-top: 5px;
}
.sheet-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 8px;
}
.sheet-lines i {
  height: 3px;
  width: 80%;
  background: #d7ddcf;
  border-radius: 4px;
}
.sheet-lines i:nth-child(2) {
  width: 60%;
}
.sheet-lines i:nth-child(3) {
  width: 72%;
}
.sheet-filename {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font:
    9px ui-monospace,
    monospace;
  color: #647358;
}
.floating-spark {
  position: absolute;
  right: 53px;
  top: 52px;
  width: 27px;
  height: 27px;
  stroke: #66875b;
}
.project-card:has(.project-link:hover) .sheet-front {
  transform: translate(-29px, 11px) rotate(-16deg);
}
.project-card:has(.project-link:hover) .sheet-back {
  transform: translate(38px, -16px) rotate(16deg);
}
.uno-card {
  background: var(--lavender);
}
.maui-card {
  background: var(--blue);
}
.starter-card .card-copy h3 {
  font-size: 29px;
  letter-spacing: -1px;
  margin-bottom: 13px;
}
.starter-art {
  height: 192px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.release-note {
  font-size: 10px;
  color: var(--card-text);
  display: flex;
  gap: 10px;
  align-items: center;
}
.release-note > span {
  font-size: 16px;
}
.app-window {
  width: 191px;
  height: 124px;
  border: 1.5px solid #8d81a9;
  border-radius: 8px;
  background: #fbfaff;
  transform: rotate(-5deg);
  overflow: hidden;
  box-shadow: 0 7px 0 #a99cbc20;
  margin-left: -20px;
}
.app-toolbar {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid #dcd5e7;
  padding: 9px;
}
.app-toolbar i {
  width: 4px;
  height: 4px;
  background: #b1a5c6;
  border-radius: 50%;
}
.app-layout {
  display: flex;
  height: calc(100% - 23px);
}
.app-sidebar {
  width: 43px;
  padding: 14px 9px;
  background: #f0ecf6;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.app-sidebar b {
  width: 12px;
  height: 12px;
  background: #9b87bb;
  border-radius: 3px;
  margin-bottom: 3px;
}
.app-sidebar i {
  height: 3px;
  background: #c6bad7;
  width: 22px;
}
.app-canvas {
  flex: 1;
  padding: 17px;
}
.app-tile {
  display: block;
  width: 33px;
  height: 28px;
  background: #c1b2d6;
  border-radius: 5px;
  margin-bottom: 10px;
}
.app-line {
  display: block;
  width: 78px;
  height: 4px;
  background: #d6cede;
  margin-top: 5px;
  border-radius: 2px;
}
.app-line.short {
  width: 53px;
}
.little-phone {
  position: absolute;
  width: 52px;
  height: 95px;
  border: 1.5px solid #8d81a9;
  background: #fbfaff;
  border-radius: 8px;
  transform: translate(87px, 23px) rotate(9deg);
  padding: 18px 8px;
}
.little-phone div {
  width: 21px;
  height: 25px;
  border-radius: 4px;
  background: #baa8d2;
  margin-bottom: 10px;
}
.little-phone i {
  display: block;
  height: 3px;
  background: #d6cede;
  margin-top: 5px;
}
.code-doodle {
  position: absolute;
  right: 63px;
  top: 35px;
  color: #8f7aac;
  font: italic 22px var(--serif);
  transform: rotate(10deg);
}
.maui-orbit {
  position: absolute;
  border: 1px dashed #9aafbf;
  width: 242px;
  height: 105px;
  border-radius: 50%;
  transform: rotate(-19deg);
}
.maui-tablet {
  position: relative;
  width: 148px;
  height: 110px;
  border: 1.5px solid #7f99b2;
  border-radius: 9px;
  background: #f8fbfd;
  transform: translate(-21px, -1px) rotate(-7deg);
  padding: 21px;
  box-shadow: 0 7px 0 #8ba4b120;
}
.mountain-mark {
  position: relative;
  height: 33px;
  width: 56px;
  margin-bottom: 10px;
  overflow: hidden;
}
.mountain-mark i {
  position: absolute;
  width: 33px;
  height: 33px;
  background: #9cb5c9;
  transform: rotate(45deg);
  top: 15px;
  left: 4px;
  border-radius: 4px;
}
.mountain-mark i + i {
  background: #c0d1df;
  left: 28px;
  top: 19px;
}
.maui-tablet > span,
.maui-phone > span {
  display: block;
  background: #d6e0e8;
  height: 4px;
  width: 70%;
  border-radius: 3px;
  margin-top: 6px;
}
.maui-tablet > span:last-child,
.maui-phone > span:last-child {
  width: 48%;
}
.maui-phone {
  position: absolute;
  width: 64px;
  height: 119px;
  border: 1.5px solid #7f99b2;
  border-radius: 10px;
  background: #f8fbfd;
  transform: translate(59px, 11px) rotate(9deg);
  padding: 28px 9px 10px;
}
.maui-phone .mountain-mark {
  transform: scale(0.72);
  transform-origin: left top;
  margin-bottom: 0;
}
.phone-notch {
  position: absolute;
  width: 21px;
  height: 4px;
  background: #a9becd;
  top: 8px;
  left: 20px;
  border-radius: 3px;
}
.maui-spark {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 73px;
  top: 35px;
  stroke: #7597b0;
}
.designer-card {
  grid-column: 1 / -1;
  background: var(--sand);
}
.designer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  margin: 24px 0;
}
.designer-card .card-copy {
  margin-bottom: 0;
}
.designer-card .card-copy h3 {
  font-size: 38px;
  letter-spacing: -1.4px;
}
.designer-card .card-copy > p:not(.project-kicker) {
  font-size: 14px;
  line-height: 1.7;
  color: var(--card-text);
  max-width: 400px;
  margin: 0;
}
.designer-card .card-copy > p.project-credit {
  margin-top: 14px;
  font-size: 11px;
}
.designer-art {
  min-width: 0;
  padding: 8px 0;
}
.designer-art svg {
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
  transform: rotate(2deg);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}
.designer-selection,
.designer-cursor {
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .designer-card:has(.project-link:is(:hover, :focus-visible))
    .designer-art
    svg {
    transform: rotate(-1deg) translateY(-3px);
  }
  .designer-card:has(.project-link:is(:hover, :focus-visible))
    .designer-selection {
    transform: translateY(-8px);
  }
  .designer-card:has(.project-link:is(:hover, :focus-visible))
    .designer-cursor {
    transform: translate(-3px, -8px);
  }
}
.designer-art text {
  font-family: var(--sans);
  font-size: 9px;
  fill: #65634f;
}
@media (max-width: 1050px) {
  .designer-main {
    gap: 24px;
  }
  .designer-card .card-copy h3 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .designer-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    margin-top: 20px;
  }
  .designer-art {
    order: -1;
  }
}
@media (max-width: 480px) {
  .designer-card .card-copy h3 {
    font-size: clamp(24px, 7vw, 32px);
    letter-spacing: -1px;
  }
  .designer-card .card-copy > p:not(.project-kicker) {
    font-size: 13px;
  }
  .designer-card .card-copy > p.project-credit {
    font-size: 10px;
  }
}
.next-project {
  border: 1px dashed var(--line);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 29px 32px;
}
.next-icon {
  font-size: 43px;
  color: #88957a;
  line-height: 1;
}
.next-project h3 {
  font-size: 16px;
  letter-spacing: -0.3px;
  margin: 0 0 3px;
  font-weight: 400;
}
.next-project p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.next-note {
  margin-left: auto;
  font: italic 19px var(--serif);
  color: var(--muted);
  white-space: nowrap;
  transform: rotate(-4deg);
}
.contribute {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 0 96px;
  margin-top: 30px;
}
.contribute h2 {
  font-size: 49px;
  line-height: 1.13;
  letter-spacing: -2px;
  margin: 0 0 19px;
  font-weight: 700;
}
.contribute h2 em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--coral);
  letter-spacing: -1px;
}
.contribute p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.contribute-link {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 33px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 12px;
  transition: background 0.2s;
}
.contribute-link:hover {
  background: light-dark(#526048, #c6d5b7);
}
.contribute-link .icon {
  width: 16px;
  height: 16px;
}

@media (min-width: 1500px) {
  .hero {
    padding-top: 100px;
  }
  .hero-heading {
    margin-top: 36px;
  }
  .hero-bottom {
    margin-top: 60px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  h1 {
    letter-spacing: -5px;
  }
  .hello-art {
    width: 120px;
    margin-right: 15px;
  }
  .project-card {
    padding: 23px;
  }
  .category {
    font-size: 9px;
    letter-spacing: 0.3px;
  }
  .badge {
    font-size: 9px;
    padding: 5px 7px;
  }
  .terminal-body {
    font-size: 10px;
    padding-inline: 13px;
  }
  .terminal-result {
    font-size: 10px;
  }
  .card-arrow {
    right: 23px;
    bottom: 161px;
  }
  .card-copy > p:last-child {
    max-width: 94%;
  }
  .release-note {
    font-size: 9px;
    gap: 5px;
  }
  .tags > span {
    font-size: 9px;
    padding-inline: 7px;
  }
  .code-doodle {
    right: 25px;
  }
  .maui-spark {
    right: 32px;
  }
  .floating-spark {
    right: 20px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .hero {
    padding-top: 76px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.4px;
  }
  .hero-heading {
    margin: 27px 0 25px;
    align-items: flex-start;
  }
  h1 {
    font-size: clamp(48px, 10vw, 75px);
    letter-spacing: -3.6px;
    max-width: 500px;
  }
  .hello-art {
    width: 85px;
    margin: 0 6px 0 0;
  }
  .intro {
    font-size: 18px;
    max-width: 530px;
  }
  .desktop-break {
    display: none;
  }
  .hero-bottom {
    margin-top: 32px;
    padding-bottom: 25px;
  }
  .section-heading {
    margin-bottom: 20px;
  }
  .project-grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .project-card {
    padding: 25px 28px;
  }
  .category {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
  .badge {
    font-size: 10px;
  }
  .project-art {
    height: 245px;
  }
  .terminal {
    max-width: 390px;
  }
  .terminal-body {
    font-size: 12px;
    padding: 21px;
  }
  .terminal-result {
    font-size: 11px;
  }
  .art-sticker {
    right: 8px;
    bottom: 17px;
  }
  .card-copy > p:last-child {
    max-width: 85%;
    font-size: 14px;
  }
  .card-arrow {
    right: 28px;
    bottom: 134px;
  }
  .tags > span {
    font-size: 10px;
  }
  .release-note {
    font-size: 10px;
  }
  .starter-art {
    height: 182px;
  }
  .starter-card .card-copy > p:last-child {
    max-width: 100%;
  }
  .floating-spark {
    right: 18%;
  }
  .code-doodle,
  .maui-spark {
    right: 23%;
  }
  .next-project {
    padding: 23px;
    gap: 17px;
  }
  .next-note {
    display: none;
  }
  .next-project h3 {
    font-size: 15px;
  }
  .next-project p {
    font-size: 12px;
  }
  .contribute {
    padding: 58px 0 72px;
    gap: 20px;
    margin-top: 10px;
  }
  .contribute h2 {
    font-size: 39px;
  }
  .contribute > div:first-child {
    flex: 1;
  }
}
@media (max-width: 480px) {
  .hero-heading {
    position: relative;
    display: block;
    margin-bottom: 28px;
  }
  h1 {
    font-size: clamp(48px, 15vw, 64px);
    line-height: 1.02;
    max-width: 100%;
  }
  .hello-art {
    position: absolute;
    right: 20px;
    bottom: 12px;
    width: 87px;
    margin: 0;
  }
  .intro {
    font-size: 17px;
    line-height: 1.75;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .section-heading {
    gap: 12px;
  }
  .project-card {
    padding: 22px;
  }
  .category {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .badge {
    font-size: 9px;
  }
  .project-art {
    height: 218px;
  }
  .terminal-body {
    font-size: 10px;
    padding: 18px 12px;
  }
  .terminal-result {
    font-size: 9px;
  }
  .terminal-title {
    font-size: 8px;
  }
  .art-sticker {
    font-size: 16px;
    right: -7px;
    bottom: 15px;
    padding: 11px 15px;
  }
  .card-copy h3 {
    font-size: 40px;
  }
  .card-copy > p:last-child {
    max-width: 100%;
    font-size: 13px;
  }
  .card-arrow {
    right: 22px;
    bottom: 146px;
    width: 36px;
    height: 36px;
  }
  .project-kicker {
    font-size: 9px;
  }
  .card-footer {
    margin-top: auto;
  }
  .skill-sheet {
    width: 185px;
    height: 166px;
  }
  .sheet-title {
    font-size: 21px;
  }
  .sheet-filename {
    margin-top: 11px;
  }
  .floating-spark {
    right: 6%;
    top: 40px;
  }
  .starter-card .card-copy h3 {
    font-size: 27px;
  }
  .starter-art {
    height: 173px;
  }
  .code-doodle,
  .maui-spark {
    right: 12%;
  }
  .release-note {
    font-size: 8px;
    gap: 5px;
  }
  .tags > span {
    font-size: 9px;
    padding: 3px 6px;
  }
  .next-project {
    padding: 22px 18px;
    gap: 16px;
  }
  .next-icon {
    font-size: 33px;
  }
  .next-project h3 {
    font-size: 14px;
  }
  .next-project p {
    font-size: 11px;
  }
  .contribute {
    position: relative;
    overflow: hidden;
    padding-bottom: 64px;
  }
  .contribute h2 {
    font-size: 39px;
  }
  .contribute p:not(.eyebrow) {
    max-width: 300px;
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .hello-art {
    width: 62px;
    right: 8px;
    bottom: 4px;
  }
  .terminal-body {
    font-size: 9px;
  }
  .terminal-result {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
