:root {
  --ink: #171717;
  --paper: #f4f2ed;
  --lime: #d9ff36;
  --orange: #ff5a36;
  --line: rgba(23, 23, 23, .2);
  --mono: "DM Mono", monospace;
  --sans: "Noto Sans SC", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
.grain { position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' 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)' opacity='.19'/%3E%3C/svg%3E"); }
.section-shell { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }
.site-header { height: 88px; width: min(1328px, calc(100% - 64px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { color: var(--ink); text-decoration: none; font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .1em; display: flex; align-items: center; gap: 10px; }
.brand-mark { background: var(--ink); color: var(--lime); display: grid; place-items: center; height: 28px; width: 28px; font-family: var(--sans); font-size: 16px; font-weight: 800; letter-spacing: 0; }
.nav { display: flex; gap: 30px; }
.nav a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 600; position: relative; }
.nav a::after { content: ""; display: block; height: 2px; width: 0; background: var(--orange); transition: width .25s ease; }
.nav a:hover::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; width: 40px; height: 36px; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s ease; }

.hero { min-height: 650px; padding: 82px 0 52px; position: relative; display: grid; grid-template-columns: 1fr 250px; column-gap: 70px; }
.eyebrow, .section-kicker { margin: 0; font: 500 12px var(--mono); letter-spacing: .08em; }
.eyebrow { display: flex; gap: 10px; align-items: center; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; display: inline-block; }
.hero h1 { font-size: clamp(65px, 8vw, 112px); letter-spacing: -.075em; line-height: .96; margin: 28px 0; font-weight: 800; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 540px; color: #4d4d49; font-size: 17px; margin: 0; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 14px 18px; min-width: 158px; font-weight: 700; font-size: 14px; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--lime); }
.button span { font-size: 21px; line-height: 1; }
.text-link { color: var(--ink); font-weight: 700; text-decoration: none; font-size: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.text-link span { margin-left: 5px; }
.hero-art { width: 250px; height: 330px; justify-self: end; align-self: start; position: relative; overflow: hidden; background: var(--ink); isolation: isolate; box-shadow: 16px 16px 0 var(--lime); }
.profile-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 17%; filter: saturate(.88) contrast(1.02); }
.profile-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(18,18,18,.03) 45%, rgba(18,18,18,.82) 100%), linear-gradient(90deg, rgba(23,23,23,.16), transparent 35%); }
.hero-art::after { content: ""; position: absolute; z-index: 2; width: 110px; height: 5px; right: 26px; bottom: 25px; background: var(--lime); }
.art-caption { position: absolute; z-index: 2; right: 26px; top: 25px; margin: 0; color: var(--ink); text-align: right; font: 12px/1.35 var(--mono); letter-spacing: .06em; }
.profile-label { position: absolute; z-index: 3; left: 24px; bottom: 20px; display: flex; flex-direction: column; color: #fff; }
.profile-label span { font: 11px var(--mono); color: var(--lime); letter-spacing: .06em; }
.profile-label strong { font-size: 25px; line-height: 1.15; letter-spacing: -.05em; }
.hero-foot { grid-column: 1 / -1; align-self: end; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding-top: 56px; }
.hero-foot div { border-top: 1px solid var(--ink); padding-top: 10px; display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.hero-foot span { font-size: 13px; color: #575753; }.hero-foot strong { font: 500 12px var(--mono); }

.intro { padding: 120px 0; }.section-kicker { display: flex; gap: 16px; align-items: center; }.section-kicker > span { display: inline-grid; place-items: center; width: 30px; height: 30px; background: var(--ink); color: var(--lime); font-size: 11px; }.intro-grid { margin: 52px 0 80px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; }.intro h2, .section-head h2, .workflow h2, .skills h2, .closing h2 { font-size: clamp(39px, 5vw, 68px); line-height: 1.12; letter-spacing: -.06em; margin: 0; font-weight: 800; }.intro h2 span, .skills h2 span { color: var(--orange); }.intro-text { padding-top: 6px; color: #4d4d49; font-size: 17px; }.intro-text p { margin: 0 0 20px; }.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }.stat-grid article { padding: 21px 20px 0 0; min-height: 145px; border-right: 1px solid var(--ink); margin-right: 22px; display: flex; flex-direction: column; justify-content: space-between; }.stat-grid article:last-child { border: 0; }.stat-grid strong { font-size: 47px; line-height: 1; letter-spacing: -.08em; }.stat-grid strong span { font-size: 24px; }.stat-grid article > span { font-size: 13px; color: #575753; }

.projects { background: var(--ink); color: #f8f7f1; padding: 116px 0 35px; }.section-kicker.light > span { background: var(--lime); color: var(--ink); }.section-head { display: grid; grid-template-columns: 1fr 1.2fr .58fr; align-items: end; gap: 30px; padding-bottom: 58px; }.section-head h2 { font-size: clamp(38px, 4.6vw, 61px); }.section-head > p { font-size: 14px; line-height: 1.7; margin: 0 0 4px; color: #bfbfb9; }.project { display: grid; grid-template-columns: 68px 260px 1fr; gap: 28px; padding: 28px 0; border-top: 1px solid #52524f; }.project-index { font: 12px var(--mono); padding-top: 3px; color: var(--lime); }.project-visual { height: 205px; position: relative; overflow: hidden; padding: 14px; display: flex; justify-content: flex-end; flex-direction: column; isolation: isolate; }.project-visual strong { position: relative; z-index: 2; font-size: 33px; line-height: .95; letter-spacing: -.08em; color: #fff; }.visual-cover { height: 360px; padding: 0; background: #2b2b29; }.visual-cover img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .45s ease; }.project:hover .visual-cover img { transform: scale(1.025); }.visual-cover::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }.tag { z-index: 2; position: absolute; top: 14px; left: 14px; font-size: 11px; padding: 3px 7px; background: rgba(20,20,20,.72); border: 1px solid rgba(255,255,255,.6); }.visual-urban { background: linear-gradient(125deg,#731542, #dc495b 42%, #f4a23a); }.visual-urban::before { content: ""; position: absolute; inset: 34px -20px -5px 45%; background: repeating-linear-gradient(90deg,rgba(17,17,17,.9) 0 16px,transparent 17px 32px), linear-gradient(#4c2052,transparent); transform: skew(-8deg); }.visual-lines { position: absolute; height: 2px; width: 250px; background: var(--lime); top: 90px; left: -40px; transform: rotate(-34deg); box-shadow: 0 27px 0 var(--lime), 0 54px 0 var(--lime); }.visual-ancient { background: linear-gradient(145deg,#5a1c19,#a54c35 42%, #d09a62); }.visual-ancient::after { content: ""; position: absolute; width: 150%; height: 85px; bottom: -33px; left: -25%; background: #241a20; border-radius: 50% 50% 0 0; }.moon { position: absolute; right: 32px; top: 31px; height: 80px; width: 80px; border: 1px solid #ffe4a6; border-radius: 50%; box-shadow: 0 0 35px #fec873; }.visual-wolf { background: linear-gradient(130deg,#173c4a,#355a51 44%, #bbc98c); }.visual-wolf::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,20,25,.8),transparent 58%), repeating-linear-gradient(122deg,transparent 0 23px, rgba(216,255,54,.15) 24px 25px); }.wolf-mark { position: absolute; right: 26px; top: 36px; z-index: 2; font-size: 102px; color: var(--lime); line-height: .7; transform: rotate(20deg); }.project-info { max-width: 690px; padding-top: 6px; }.project-type { color: var(--lime); font: 11px var(--mono); letter-spacing: .06em; margin: 0; }.project-info h3 { margin: 8px 0 10px; font-size: 24px; letter-spacing: -.04em; }.project-info > p:not(.project-type) { font-size: 14px; color: #c2c2bc; line-height: 1.8; margin: 0; }.chips { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 7px; }.chips span { border: 1px solid #666661; padding: 2px 8px; font-size: 11px; color: #e4e4dc; }.project-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--lime); text-decoration: none; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(217,255,54,.55); padding-bottom: 2px; }.project-link span { font-size: 18px; transition: transform .2s; }.project-link:hover span { transform: translate(2px,-2px); }

.workflow { padding: 120px 0; }.workflow-head { display: flex; justify-content: space-between; gap: 50px; margin: 48px 0 75px; align-items: end; }.workflow-head p { max-width: 285px; margin: 0 0 4px; font-size: 15px; color: #575753; }.steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--ink); }.steps li { display: grid; grid-template-columns: 25% 1fr; padding: 20px 0 22px; border-bottom: 1px solid var(--line); }.steps li > span { font: 12px var(--mono); color: var(--orange); }.steps h3 { font-size: 28px; letter-spacing: -.04em; margin: 0 0 5px; }.steps p { margin: 0; color: #575753; font-size: 15px; }

.experience { background: #e9e7e0; padding: 110px 0; }.experience .section-kicker { margin-bottom: 44px; }.experience-row { display: grid; grid-template-columns: 190px 1fr auto; gap: 30px; padding: 24px 0; border-top: 1px solid var(--ink); }.experience-row:last-child { border-bottom: 1px solid var(--ink); }.date, .company { font: 12px var(--mono); margin: 0; }.company { color: #555550; }.experience-row h3 { margin: 3px 0 10px; font-size: 23px; letter-spacing: -.03em; }.description { color: #4d4d49; max-width: 670px; margin: 0; font-size: 14px; }.role-tag { height: fit-content; border: 1px solid var(--ink); padding: 2px 6px; font: 11px var(--mono); }.current .role-tag { color: var(--ink); border-color: var(--lime); background: var(--lime); }

.skills { padding: 120px 0; }.skills-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; margin-top: 50px; }.skills-title p { max-width: 260px; color: #575753; font-size: 15px; margin-top: 22px; }.skill-groups { border-top: 1px solid var(--ink); }.skill-groups article { padding: 19px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 160px 1fr; }.skill-groups p { margin: 0; font: 12px var(--mono); color: var(--orange); }.skill-groups ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 6px 18px; }.skill-groups li { font-weight: 700; font-size: 16px; }.skill-groups li::before { content: "•"; color: var(--orange); margin-right: 6px; }.education { padding: 35px 0 110px; border-top: 1px solid var(--ink); display: flex; justify-content: space-between; align-items: end; }.education .section-kicker { margin-bottom: 22px; }.education h3 { font-size: 28px; letter-spacing: -.04em; margin: 0; }.education p { color: #575753; margin: 5px 0 0; }.license { display: flex; flex-direction: column; text-align: right; }.license span { font-size: 13px; color: #575753; }.license strong { font: 500 13px var(--mono); margin-top: 4px; }

.closing { padding: 100px 0 95px; background: var(--orange); color: var(--ink); }.closing h2 { margin: 28px 0 25px; }.closing h2 em { color: #f5f4ee; }.closing > .section-shell > p:not(.eyebrow) { margin: 0 0 35px; line-height: 1.9; font-size: 15px; }.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); margin: 46px 0 34px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.contact-grid > * { display: flex; flex-direction: column; min-height: 94px; justify-content: center; padding: 12px 20px 12px 0; color: var(--ink); text-decoration: none; border-right: 1px solid var(--ink); }.contact-grid > *:not(:first-child) { padding-left: 20px; }.contact-grid > *:last-child { border-right: 0; }.contact-grid span { font: 11px var(--mono); letter-spacing: .06em; margin-bottom: 5px; }.contact-grid strong { font-size: 17px; overflow-wrap: anywhere; }.contact-grid a:hover strong { text-decoration: underline; text-underline-offset: 4px; }.button-light { background: var(--ink); color: #fff; } footer { min-height: 70px; display: flex; justify-content: space-between; align-items: center; padding: 0 max(32px, calc((100vw - 1200px)/2)); background: var(--ink); color: #9c9c95; font: 11px var(--mono); letter-spacing: .04em; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 760px) { .section-shell, .site-header { width: min(100% - 40px, 1200px); }.site-header { height: 70px; }.nav { position: absolute; top: 65px; right: 0; padding: 16px; flex-direction: column; gap: 12px; background: var(--ink); min-width: 160px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s; }.nav a { color: #fff; }.nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }.menu-toggle { display: block; }.menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }.hero { padding: 58px 0 40px; min-height: auto; grid-template-columns: 1fr; gap: 52px; }.hero h1 { font-size: clamp(58px, 17vw, 84px); }.hero-lead { font-size: 15px; }.hero-art { width: 185px; height: 245px; min-height: 0; justify-self: end; box-shadow: 11px 11px 0 var(--lime); }.profile-photo { object-position: 50% 18%; }.art-caption { display: none; }.profile-label { left: 14px; bottom: 12px; }.profile-label strong { font-size: 20px; }.hero-foot { grid-template-columns: 1fr; padding-top: 0; gap: 10px; }.hero-foot div { padding-top: 7px; }.intro, .workflow, .skills { padding: 82px 0; }.intro-grid, .skills-layout { grid-template-columns: 1fr; gap: 28px; margin: 35px 0 52px; }.intro h2, .section-head h2, .workflow h2, .skills h2, .closing h2 { font-size: 40px; }.stat-grid { grid-template-columns: 1fr 1fr; gap: 0 18px; }.stat-grid article { margin: 0; min-height: 115px; border-right: 0; border-bottom: 1px solid var(--line); padding: 15px 0; }.stat-grid article:nth-child(odd) { margin-right: 16px; }.stat-grid strong { font-size: 38px; }.projects, .experience { padding: 82px 0 25px; }.section-head { display: block; padding-bottom: 35px; }.section-head .section-kicker { margin-bottom: 30px; }.section-head > p { margin-top: 20px; }.project { grid-template-columns: 30px 1fr; gap: 15px; }.project-visual { height: 180px; }.project-visual.visual-cover { height: min(116vw, 500px); }.project-info { grid-column: 2; }.project-info h3 { font-size: 21px; }.workflow-head { display: block; margin: 35px 0 50px; }.workflow-head p { margin-top: 20px; }.steps li { grid-template-columns: 45px 1fr; }.steps h3 { font-size: 23px; }.experience-row { grid-template-columns: 1fr auto; gap: 12px; padding: 20px 0; }.experience-row > div { grid-row: 2; grid-column: 1 / -1; }.experience-row h3 { font-size: 21px; }.skill-groups article { grid-template-columns: 1fr; gap: 13px; }.education { display: block; padding-bottom: 82px; }.license { margin-top: 30px; text-align: left; }.closing { padding: 75px 0; }.contact-grid { grid-template-columns: 1fr; }.contact-grid > * { min-height: 75px; padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--ink); }.contact-grid > *:not(:first-child) { padding-left: 0; }.contact-grid > *:last-child { border-bottom: 0; } footer { padding: 0 20px; font-size: 9px; } }
