@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("assets/fonts/dm-mono-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("assets/fonts/dm-mono-medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
:root {
  --bg: #080b09;
  --surface: #111512;
  --surface2: #171c18;
  --paper: #f1f0e8;
  --muted: #929a92;
  --acid: #c8f85c;
  --line: #2a302b;
  --orange: #ee7950;
  --blue: #8ab8ff;
  --gold: #e5c96c;
  --max: 1240px;
}
* {
  box-sizing: border-box;
}
html {
  background: var(--bg);
  scroll-padding-top: 92px;
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--paper);
  font-family: Manrope, Arial, sans-serif;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: -60px;
  left: 16px;
  padding: 12px 16px;
  background: var(--acid);
  color: var(--bg);
  font:
    500 12px "DM Mono",
    monospace;
  text-decoration: none;
}
.skip-link:focus {
  top: 16px;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 5px;
}
.section-wrap {
  width: min(var(--max), calc(100% - 64px));
  margin: auto;
}
.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  background: #080b09ef;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 64px));
  height: 84px;
  margin: auto;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--paper);
  font:
    500 11px "DM Mono",
    monospace;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.wordmark b {
  color: var(--acid);
  font-size: 18px;
}
.mark {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--acid);
  color: var(--bg);
  font:
    700 13px Manrope,
    sans-serif;
  letter-spacing: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font:
    400 11px "DM Mono",
    monospace;
}
.nav-links a,
.socials a {
  color: var(--paper);
  text-decoration: none;
}
.nav-links a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--acid);
  border-color: var(--acid);
}
.nav-contact {
  margin-left: 6px;
  padding-left: 28px !important;
  border-left: 1px solid var(--line) !important;
}
.reading-progress {
  height: 2px;
  background: var(--line);
}
.reading-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: left;
}
.menu-toggle {
  display: none;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 92px;
  align-items: center;
  min-height: 670px;
  padding: 104px 0 92px;
}
.eyebrow,
.section-label,
.project-index,
.project-kicker,
.visual-kicker,
.visual-code,
.proof,
.source-private,
.tags,
.portrait-caption,
.site-footer,
.stack-groups h3,
.timeline time,
.timeline span,
.approach-grid article > span {
  font:
    400 10px "DM Mono",
    monospace;
  letter-spacing: 0.09em;
}
.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: var(--acid);
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 15px var(--acid);
}
h1 {
  max-width: 920px;
  margin: 25px 0 27px;
  font-size: clamp(50px, 7.2vw, 102px);
  line-height: 0.94;
  letter-spacing: 0;
}
h1 em,
h2 em {
  color: var(--acid);
  font-style: normal;
}
.hero-intro {
  max-width: 570px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 39px;
}
.button {
  display: inline-flex;
  gap: 26px;
  align-items: center;
  padding: 16px 18px;
  background: var(--acid);
  color: var(--bg);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.button:hover {
  transform: translateY(-3px);
}
.text-link,
.project-link {
  padding-bottom: 7px;
  color: var(--paper);
  border-bottom: 1px solid var(--line);
  font:
    400 11px "DM Mono",
    monospace;
  text-decoration: none;
}
.text-link:hover,
.project-link:hover {
  color: var(--acid);
  border-color: var(--acid);
}
.hero-aside {
  width: 252px;
  justify-self: end;
}
.portrait-frame {
  position: relative;
  padding: 10px;
  background: var(--surface);
  border: 1px solid var(--line);
  transform: rotate(2.5deg);
  transition: transform 0.3s ease;
}
.portrait-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
  transition: filter 0.45s ease;
}
.portrait-fallback {
  position: absolute;
  inset: 10px;
  display: grid;
  place-items: center;
  background: var(--surface2);
  color: var(--acid);
  font-size: 44px;
}
.portrait-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  color: var(--muted);
  line-height: 1.7;
}
.credibility-rail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  border-top: 1px solid var(--line);
}
.credibility-rail div {
  padding: 19px 16px 16px 0;
  border-right: 1px solid var(--line);
}
.credibility-rail div + div {
  padding-left: 16px;
}
.credibility-rail dt {
  color: var(--acid);
  font:
    500 26px "DM Mono",
    monospace;
  letter-spacing: -0.08em;
}
.credibility-rail dd {
  margin: 5px 0 0;
  color: var(--muted);
  font:
    400 10px "DM Mono",
    monospace;
  line-height: 1.45;
}
.throughline,
.work,
.record,
.approach,
.about,
.contact {
  padding-top: 142px;
}
.section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 22px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.section-label a {
  color: var(--acid);
  text-decoration: none;
}
.throughline-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 120px;
  padding: 61px 0 15px;
}
.throughline h2,
.about h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(34px, 4.7vw, 64px);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: 0;
}
.throughline h2 span {
  color: var(--muted);
}
.throughline-grid p,
.about-copy p {
  align-self: end;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.project {
  display: grid;
  grid-template-columns: 115px minmax(0, 1.04fr) minmax(310px, 0.96fr);
  gap: 30px;
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}
.project-index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--muted);
}
.project-index span:first-child {
  color: var(--acid);
  font-size: 22px;
  letter-spacing: -0.07em;
}
.project-story {
  padding-right: 20px;
}
.project-kicker {
  margin-bottom: 12px;
  color: var(--acid);
}
.project h3 {
  margin-bottom: 14px;
  font-size: clamp(31px, 3.5vw, 48px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.project-lead {
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.55;
}
.project-copy {
  display: grid;
  gap: 13px;
}
.project-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}
.project-copy strong {
  color: var(--paper);
}
.proof-row {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 27px;
}
.proof {
  color: var(--acid);
}
.source-private {
  padding: 6px 8px;
  color: var(--muted);
  border: 1px solid var(--line);
}
.project-link {
  margin-left: auto;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 21px 0 0;
  list-style: none;
}
.tags li {
  padding: 6px 7px;
  color: var(--muted);
  border: 1px solid var(--line);
  font-size: 9px;
}
.project-visual {
  position: relative;
  min-height: 415px;
  overflow: hidden;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  transition:
    transform 0.3s,
    border-color 0.3s;
}
.project:hover .project-visual {
  border-color: var(--acid);
  transform: translateY(-5px);
}
.visual-kicker {
  position: relative;
  z-index: 3;
  color: var(--acid);
}
.visual-code {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  color: var(--paper);
  line-height: 1.65;
}
.radar-visual {
  background: #101913;
}
.radar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 275px;
  height: 275px;
  border: 1px solid #416747;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    repeating-radial-gradient(circle, transparent 0 42px, #2b4931 43px 44px),
    linear-gradient(90deg, transparent 49.7%, #345d3d 50%, transparent 50.3%),
    linear-gradient(0deg, transparent 49.7%, #345d3d 50%, transparent 50.3%);
}
.radar:before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 50%;
  background: conic-gradient(
    from 45deg,
    transparent 0 73%,
    #c8f85c33 75%,
    transparent 82%
  );
  animation: spin 5s linear infinite;
}
.radar i {
  position: absolute;
  top: 30%;
  left: 32%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 15px var(--acid);
}
.radar i:nth-child(2) {
  top: 62%;
  left: 67%;
}
.radar i:nth-child(3) {
  top: 70%;
  left: 22%;
}
.radar-label {
  position: absolute;
  z-index: 2;
  padding: 5px 7px;
  background: #17281a;
  color: var(--acid);
  font:
    400 8px "DM Mono",
    monospace;
}
.radar-label.one {
  top: 31%;
  right: 8%;
}
.radar-label.two {
  bottom: 25%;
  left: 6%;
}
.niro-visual {
  background: #171311;
}
.medical-grid,
.telemetry-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#372b28 1px, transparent 1px),
    linear-gradient(90deg, #372b28 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.55;
}
.pulse {
  position: absolute;
  top: 44%;
  right: 8%;
  left: 8%;
  height: 100px;
  border-bottom: 1px solid var(--orange);
  background: linear-gradient(
    90deg,
    transparent 0 5%,
    var(--orange) 5.2% 5.6%,
    transparent 5.8% 18%,
    var(--orange) 18.2% 18.6%,
    transparent 18.8% 35%,
    var(--orange) 35.2% 35.6%,
    transparent 35.8% 52%,
    var(--orange) 52.2% 52.6%,
    transparent 52.8% 75%,
    var(--orange) 75.2% 75.6%,
    transparent 75.8%
  );
  transform: skewY(-7deg);
  animation: pulse 3s ease-in-out infinite;
}
.pulse i {
  position: absolute;
  top: 65px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 13px var(--orange);
}
.pulse i:nth-child(1) {
  left: 18%;
}
.pulse i:nth-child(2) {
  left: 53%;
}
.pulse i:nth-child(3) {
  left: 76%;
}
.patient-node {
  position: absolute;
  top: 25%;
  right: 9%;
  display: grid;
  gap: 6px;
  padding: 15px;
  border: 1px solid #714534;
  background: #221815;
}
.patient-node b {
  color: var(--orange);
  font:
    500 21px "DM Mono",
    monospace;
}
.patient-node span {
  color: var(--muted);
  font:
    400 8px "DM Mono",
    monospace;
}
.autopilot-visual {
  background: #10151c;
}
.telemetry-grid {
  background:
    linear-gradient(#273649 1px, transparent 1px),
    linear-gradient(90deg, #273649 1px, transparent 1px);
  background-size: 32px 32px;
}
.telemetry-trace {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  height: 82px;
  background: linear-gradient(
    169deg,
    transparent 0 10%,
    #8ab8ff 10.3% 10.8%,
    transparent 11% 29%,
    #8ab8ff 29.3% 29.8%,
    transparent 30% 47%,
    #8ab8ff 47.3% 47.8%,
    transparent 48% 65%,
    #8ab8ff 65.3% 65.8%,
    transparent 66%
  );
  opacity: 0.8;
}
.countdown {
  position: absolute;
  top: 48%;
  left: 50%;
  display: grid;
  transform: translate(-50%, -50%);
  text-align: center;
}
.countdown b {
  color: var(--blue);
  font:
    500 75px "DM Mono",
    monospace;
  letter-spacing: -0.12em;
}
.countdown span {
  color: var(--acid);
  font:
    400 8px "DM Mono",
    monospace;
  letter-spacing: 0.13em;
}
.loop-label {
  position: absolute;
  color: var(--blue);
  font:
    400 9px "DM Mono",
    monospace;
}
.loop-label.a {
  top: 25%;
  left: 15%;
}
.loop-label.b {
  top: 43%;
  right: 15%;
}
.loop-label.c {
  bottom: 26%;
  left: 18%;
}
.mentor-visual {
  background: #18160e;
}
.signal-bars {
  position: absolute;
  right: 12%;
  bottom: 23%;
  left: 12%;
  display: flex;
  align-items: end;
  gap: 9px;
  height: 220px;
  border-bottom: 1px solid var(--gold);
}
.signal-bars i {
  display: block;
  flex: 1;
  height: 80%;
  background: var(--acid);
  animation: bar 3.5s ease-in-out infinite alternate;
}
.signal-bars i:nth-child(1) {
  height: 41%;
  background: #9bab6f;
}
.signal-bars i:nth-child(2) {
  height: 67%;
  animation-delay: -0.4s;
}
.signal-bars i:nth-child(3) {
  height: 51%;
  background: var(--gold);
  animation-delay: -0.9s;
}
.signal-bars i:nth-child(4) {
  height: 83%;
  animation-delay: -1.3s;
}
.signal-bars i:nth-child(5) {
  height: 64%;
  background: #9bab6f;
  animation-delay: -1.8s;
}
.signal-bars i:nth-child(6) {
  height: 93%;
  background: var(--gold);
  animation-delay: -2.1s;
}
.signal-bars i:nth-child(7) {
  height: 56%;
  animation-delay: -2.4s;
}
.signal-bars i:nth-child(8) {
  height: 76%;
  background: #9bab6f;
  animation-delay: -2.8s;
}
.score-card {
  position: absolute;
  top: 24%;
  right: 9%;
  display: grid;
  padding: 12px 14px;
  background: #29240f;
  border: 1px solid #7a6927;
}
.score-card span,
.score-card small {
  color: var(--gold);
  font:
    400 8px "DM Mono",
    monospace;
}
.score-card b {
  margin: 5px 0;
  color: var(--acid);
  font:
    500 39px "DM Mono",
    monospace;
  letter-spacing: -0.1em;
}
.record-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 110px;
  padding-top: 57px;
}
.record-number {
  margin: 0 0 29px;
  color: var(--acid);
  font:
    500 clamp(118px, 16vw, 195px) "DM Mono",
    monospace;
  line-height: 0.7;
  letter-spacing: -0.17em;
}
.record-summary {
  max-width: 250px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.timeline {
  padding: 0;
  margin: 0;
  list-style: none;
}
.timeline li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.timeline li:first-child {
  border-top: 1px solid var(--line);
}
.timeline time {
  color: var(--muted);
}
.timeline b {
  font:
    500 11px "DM Mono",
    monospace;
}
.timeline li:first-child b,
.timeline li:nth-child(2) b {
  color: var(--acid);
}
.timeline p {
  margin: 8px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.timeline span {
  color: var(--acid);
  font-size: 9px;
}
.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line);
}
.approach-grid article {
  min-height: 245px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.approach-grid article > span {
  color: var(--acid);
}
.approach-grid h3 {
  margin: 56px 0 13px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}
.approach-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  padding-top: 58px;
}
.about h2 {
  margin-bottom: 35px;
  font-size: clamp(35px, 4vw, 56px);
}
.about-copy p + p {
  margin-top: 18px;
}
.stack-groups {
  border-top: 1px solid var(--line);
}
.stack-groups div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.stack-groups h3 {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
}
.stack-groups p {
  margin: 0;
  font-size: 15px;
}
.stack-groups p span {
  margin-left: 12px;
  color: var(--acid);
}
.contact {
  padding-bottom: 100px;
}
.contact-main {
  padding: 64px 0 86px;
}
.contact h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(48px, 7.5vw, 100px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}
.contact-email {
  display: inline-flex;
  gap: 22px;
  margin-top: 53px;
  padding-bottom: 9px;
  color: var(--acid);
  border-bottom: 1px solid var(--acid);
  font:
    400 17px "DM Mono",
    monospace;
  text-decoration: none;
}
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font:
    400 11px "DM Mono",
    monospace;
}
.socials a:hover {
  color: var(--acid);
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--max), calc(100% - 64px));
  padding: 24px 0 31px;
  margin: auto;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.site-footer b {
  color: var(--acid);
}
.site-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer a:hover {
  color: var(--acid);
}
.motion-ok .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s,
    transform 0.7s;
}
.motion-ok .reveal.is-visible {
  opacity: 1;
  transform: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    transform: skewY(-7deg) translateY(-8px);
    opacity: 0.6;
  }
}
@keyframes bar {
  to {
    transform: scaleY(0.82);
    transform-origin: bottom;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hero-aside:hover .portrait-frame {
    transform: rotate(0) translateY(-8px);
  }
  .portrait-frame:hover img {
    filter: grayscale(0) contrast(1);
  }
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 48px;
  }
  .project {
    grid-template-columns: 85px minmax(0, 1fr);
    gap: 26px;
  }
  .project-visual {
    grid-column: 2;
    min-height: 350px;
  }
  .project-story {
    padding-right: 0;
  }
  .record-layout,
  .about-grid {
    gap: 60px;
  }
  .throughline-grid {
    gap: 65px;
  }
  .approach-grid article {
    padding: 25px;
  }
  .approach-grid h3 {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  html {
    scroll-padding-top: 72px;
  }
  .section-wrap,
  .header-inner,
  .site-footer {
    width: calc(100% - 36px);
  }
  .header-inner {
    height: 70px;
  }
  .wordmark {
    font-size: 10px;
  }
  .nav-links {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 18px 26px;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a {
    padding: 15px 0;
    font-size: 12px;
  }
  .nav-contact {
    margin: 0;
    padding-left: 0 !important;
    border-left: 0 !important;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
    border: 0;
    background: none;
  }
  .menu-toggle span {
    width: 23px;
    height: 1px;
    background: var(--paper);
  }
  .menu-open {
    overflow: hidden;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
    min-height: 0;
    padding: 82px 0 150px;
  }
  .hero-aside {
    width: 190px;
    align-self: flex-end;
    margin-right: 9px;
  }
  .hero-intro {
    font-size: 14px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }
  .credibility-rail {
    grid-template-columns: 1fr 1fr;
  }
  .credibility-rail div:nth-child(2) {
    border-right: 0;
  }
  .credibility-rail div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .credibility-rail div {
    padding: 13px 10px 12px 0;
  }
  .credibility-rail div + div {
    padding-left: 11px;
  }
  .credibility-rail dt {
    font-size: 23px;
  }
  .throughline,
  .work,
  .record,
  .approach,
  .about,
  .contact {
    padding-top: 88px;
  }
  .section-label {
    font-size: 9px;
  }
  .section-label a {
    white-space: nowrap;
  }
  .throughline-grid {
    display: block;
    padding-top: 40px;
  }
  .throughline h2 {
    font-size: 37px;
  }
  .throughline-grid p {
    margin-top: 35px;
  }
  .project {
    display: block;
    padding: 48px 0;
  }
  .project-index {
    flex-direction: row;
    margin-bottom: 20px;
  }
  .project h3 {
    font-size: 39px;
  }
  .project-lead {
    font-size: 16px;
  }
  .project-visual {
    min-height: 300px;
    margin-top: 30px;
  }
  .project-link {
    margin-left: 0;
  }
  .radar {
    width: 230px;
    height: 230px;
  }
  .countdown b {
    font-size: 60px;
  }
  .record-layout,
  .about-grid {
    display: block;
    padding-top: 42px;
  }
  .record-summary {
    margin-top: 40px;
  }
  .timeline {
    margin-top: 60px;
  }
  .timeline li {
    grid-template-columns: 84px 1fr;
  }
  .approach-grid {
    display: block;
    border-left: 0;
  }
  .approach-grid article {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
  }
  .approach-grid h3 {
    margin: 34px 0 12px;
  }
  .about h2 {
    font-size: 39px;
  }
  .stack-groups {
    margin-top: 52px;
  }
  .stack-groups div {
    grid-template-columns: 118px 1fr;
    gap: 10px;
  }
  .stack-groups p {
    font-size: 14px;
  }
  .contact-main {
    padding: 49px 0 65px;
  }
  .contact h2 {
    font-size: 50px;
  }
  .socials {
    gap: 17px;
  }
  .site-footer {
    font-size: 8px;
    flex-wrap: wrap;
  }
  .site-footer span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 380px) {
  h1 {
    font-size: 45px;
  }
  .hero {
    padding-top: 65px;
  }
  .project-visual {
    min-height: 270px;
  }
  .project-lead {
    font-size: 15px;
  }
  .contact h2 {
    font-size: 44px;
  }
  .score-card {
    top: 19%;
    right: 5%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
