:root {
  --bg: #070a0e;
  --bg-soft: #0b1015;
  --panel: rgba(13, 20, 27, .82);
  --panel-solid: #0d141b;
  --line: rgba(136, 159, 172, .18);
  --line-bright: rgba(136, 159, 172, .34);
  --text: #e8f0f1;
  --muted: #8a9aa3;
  --dim: #52636c;
  --green: #b7f34a;
  --green-soft: #74b93d;
  --cyan: #79e6d0;
  --orange: #ffb86b;
  --mono: "SFMono-Regular", "Cascadia Code", "Roboto Mono", Consolas, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Arial Narrow", "Avenir Next Condensed", var(--sans);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
::selection { color: var(--bg); background: var(--green); }

.matrix { position: fixed; inset: 0; z-index: -3; width: 100%; height: 100%; opacity: .17; pointer-events: none; }
.noise { position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .04; 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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.shell { position: relative; width: min(100% - 40px, var(--max)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 92px; border-bottom: 1px solid var(--line); gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--mono); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--green); color: var(--green); font-size: 10px; letter-spacing: -.08em; box-shadow: 3px 3px 0 rgba(183, 243, 74, .18); }
.brand-copy { font-size: 13px; letter-spacing: -.03em; }.brand-copy small { color: var(--green); font-size: inherit; }
.nav { display: flex; align-items: center; gap: 31px; color: var(--muted); font: 11px var(--mono); text-transform: lowercase; }.nav a, .site-footer a { transition: color .2s ease; }.nav a:hover, .site-footer a:hover { color: var(--green); }
.status-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 99px; padding: 7px 12px; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .07em; transition: border-color .2s, color .2s; }.status-pill:hover { color: var(--green); border-color: var(--green-soft); }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }

.section-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: clamp(40px, 8vw, 125px); align-items: center; }
.hero { min-height: min(760px, calc(100vh - 92px)); padding: 90px 0 110px; }.eyebrow, .section-index, .project-number, .stack-label, .console-top, .signal-label, .signal-value, .hero-meta, .footer-signal { font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }.eyebrow { color: var(--muted); }.prompt { color: var(--green); margin-right: 9px; }.cursor { display: inline-block; width: 6px; height: 12px; margin-left: 3px; vertical-align: -2px; background: var(--green); animation: blink 1.1s steps(2, jump-none) infinite; }
h1, h2, h3, p { margin-top: 0; }h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.075em; line-height: .93; }h1 { margin: 27px 0 30px; font-size: clamp(72px, 10.5vw, 151px); }h1 em, h2 em { color: var(--green); font-style: normal; }h1 em { text-shadow: 0 0 30px rgba(183, 243, 74, .16); }.hero-lede { max-width: 490px; margin-bottom: 34px; color: var(--muted); font-size: 17px; line-height: 1.6; }.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 159px; gap: 28px; padding: 13px 16px; border: 1px solid var(--line-bright); font: 11px var(--mono); transition: transform .2s, background .2s, border-color .2s, color .2s; }.button:hover { transform: translate(-3px, -3px); }.button-primary { color: var(--bg); background: var(--green); border-color: var(--green); box-shadow: 4px 4px 0 rgba(183, 243, 74, .19); }.button-primary:hover { background: #d0ff73; }.button-ghost { color: var(--text); }.button-ghost:hover { border-color: var(--green); color: var(--green); }.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 52px; color: var(--dim); letter-spacing: .05em; }.meta-icon { color: var(--green-soft); font-style: normal; margin-right: 6px; }

.hero-console { border: 1px solid var(--line-bright); background: linear-gradient(135deg, rgba(19, 30, 36, .85), rgba(8, 13, 17, .9)); box-shadow: 16px 18px 0 rgba(0, 0, 0, .16), inset 0 0 80px rgba(121, 230, 208, .025); transform: perspective(1100px) rotateY(-6deg) rotateX(2deg); }.console-top { display: flex; justify-content: space-between; padding: 14px 17px; color: var(--dim); border-bottom: 1px solid var(--line); }.console-lights { display: flex; gap: 5px; }.console-lights i { width: 6px; height: 6px; border: 1px solid var(--dim); border-radius: 50%; }.console-lights i:first-child { background: var(--orange); border-color: var(--orange); }.console-body { padding: 29px 24px 28px; font: 12px/2 var(--mono); color: var(--muted); }.console-line { min-height: 24px; }.line-number { display: inline-block; width: 27px; margin-right: 13px; color: var(--dim); font-size: 10px; }.green { color: var(--green); }.key { color: var(--cyan); }.string { color: var(--orange); }.indent { padding-left: 40px; }.indent-2 { padding-left: 73px; }.console-divider { height: 1px; margin: 22px 0 17px; background: var(--line); }.signal-row { display: flex; justify-content: space-between; gap: 12px; }.signal-label { color: var(--dim); font-size: 9px; }.signal-value { color: var(--cyan); font-size: 9px; text-align: right; }.signal-text { color: var(--green); text-transform: none; letter-spacing: 0; }.health-bar { height: 3px; margin: 7px 0 18px; background: rgba(183, 243, 74, .12); }.health-bar span { display: block; width: 99%; height: 100%; background: var(--green); box-shadow: 0 0 12px var(--green); }

.marquee { width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--dim); white-space: nowrap; }.marquee-track { display: flex; align-items: center; width: max-content; gap: 28px; padding: 16px 0; animation: marquee 35s linear infinite; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .16em; }.marquee b { color: var(--green); font-size: 13px; font-weight: 400; }
.content-section { padding: 150px 0 30px; }.section-heading { position: relative; display: grid; grid-template-columns: 65px minmax(0, 1fr) minmax(220px, 28%); align-items: end; gap: 15px; margin-bottom: 72px; }.section-index { align-self: start; padding-top: 12px; color: var(--green); }.section-heading h2 { margin: 0; font-size: clamp(56px, 7.2vw, 102px); }.heading-note { max-width: 250px; margin: 0 0 8px auto; color: var(--muted); font-size: 13px; line-height: 1.7; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: 12%; padding-left: 80px; }.about-lede .large-copy { max-width: 680px; margin-bottom: 28px; font-size: clamp(27px, 3.5vw, 48px); font-weight: 350; letter-spacing: -.055em; line-height: 1.1; }.highlight { color: var(--green); }.about-layout p:not(.large-copy) { color: var(--muted); font-size: 14px; }.about-details { padding-top: 7px; }.about-details p { margin-bottom: 21px; }.text-link { display: inline-flex; gap: 11px; margin-top: 9px; padding-bottom: 5px; border-bottom: 1px solid var(--green-soft); color: var(--green); font: 11px var(--mono); }.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 84px 0 0 80px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.stat { padding: 23px 12px 21px 0; border-right: 1px solid var(--line); }.stat + .stat { padding-left: 24px; }.stat:last-child { border: 0; }.stat strong { display: block; margin-bottom: 5px; color: var(--text); font: 38px var(--display); letter-spacing: -.07em; }.stat strong span { color: var(--green); }.stat small { color: var(--dim); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding-left: 80px; }.project-card { display: flex; flex-direction: column; min-height: 515px; border: 1px solid var(--line); background: rgba(10, 16, 21, .65); transition: transform .35s ease, border-color .35s ease, background .35s ease; overflow: hidden; }.project-card:hover { border-color: var(--green-soft); background: rgba(17, 26, 29, .9); transform: translateY(-7px); }.project-top { display: flex; justify-content: space-between; padding: 18px 19px; color: var(--dim); }.project-arrow { color: var(--green); font-size: 18px; line-height: 10px; }.project-art { position: relative; display: flex; align-items: center; justify-content: center; height: 205px; margin: 0 10px; border: 1px solid var(--line); background-color: #0a1115; overflow: hidden; }.project-art:after { position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 23px, rgba(136, 159, 172, .06) 24px), repeating-linear-gradient(90deg, transparent 0 23px, rgba(136, 159, 172, .06) 24px); content: ""; pointer-events: none; }.project-content { flex: 1; padding: 25px 20px 21px; }.project-content h3 { margin-bottom: 9px; font-family: var(--display); font-size: 28px; font-weight: 500; letter-spacing: -.05em; }.project-content p { max-width: 490px; color: var(--muted); font-size: 13px; line-height: 1.65; }.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 19px; }.tags span { padding: 4px 7px; border: 1px solid var(--line); color: var(--dim); font: 9px var(--mono); text-transform: uppercase; }.pong-art { border-color: rgba(183, 243, 74, .24); }.pong-paddle { position: absolute; z-index: 1; width: 7px; height: 52px; background: var(--green); box-shadow: 0 0 14px rgba(183, 243, 74, .7); }.pong-paddle.left { left: 19%; }.pong-paddle.right { right: 19%; background: var(--cyan); box-shadow: 0 0 14px rgba(121, 230, 208, .6); }.pong-ball { z-index: 1; width: 9px; height: 9px; background: var(--text); box-shadow: 0 0 15px var(--text); animation: ball 2.7s ease-in-out infinite alternate; }.pong-score { position: absolute; top: 22px; color: var(--dim); font: 10px var(--mono); letter-spacing: .2em; }.terminal-art { align-items: flex-start; flex-direction: column; gap: 8px; padding: 28px 32px; color: var(--muted); font: 11px/1.4 var(--mono); }.terminal-art .faint { color: var(--dim); }.architecture-art { gap: 9px; }.arch-node { z-index: 1; padding: 12px 10px; border: 1px solid var(--line-bright); color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }.arch-node.bright { border-color: var(--green); color: var(--green); box-shadow: 0 0 18px rgba(183, 243, 74, .16); }.architecture-art i { z-index: 1; width: 32px; height: 1px; background: var(--green-soft); }.notes-art { justify-content: flex-start; align-items: flex-start; gap: 26px; padding: 31px; color: var(--dim); font: 14px var(--mono); }.notes-art > span:not(.notes-line) { z-index: 1; }.notes-art > span:nth-child(2) { color: var(--green); }.notes-art > span:nth-child(3) { color: var(--cyan); }.notes-line { position: absolute; z-index: 1; left: 31px; right: 31px; bottom: 40px; height: 1px; background: var(--line-bright); }.notes-line:after { display: block; width: 44%; height: 100%; background: var(--green); content: ""; }
.stack-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 12%; padding-left: 80px; }.stack-list { border-top: 1px solid var(--line); }.stack-row { display: grid; grid-template-columns: 140px 1fr; gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--line); }.stack-label { padding-top: 4px; color: var(--green-soft); font-size: 9px; }.stack-row strong { display: block; margin-bottom: 5px; font-size: 15px; font-weight: 500; }.stack-row p { margin: 0; color: var(--muted); font-size: 12px; }.quote-card { position: relative; align-self: start; padding: 35px 31px 31px; border: 1px solid var(--line-bright); background: var(--panel); }.quote-mark { display: block; margin-bottom: 10px; color: var(--green); font: 61px/.7 Georgia, serif; }.quote-card blockquote { margin: 0 0 24px; color: var(--text); font-size: 21px; letter-spacing: -.04em; line-height: 1.35; }.quote-attribution { color: var(--dim); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.contact { padding-top: 180px; padding-bottom: 110px; }.contact-card { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: 55px 65px; border: 1px solid var(--green-soft); background: radial-gradient(circle at 85% 20%, rgba(183, 243, 74, .12), transparent 35%), rgba(13, 21, 24, .84); box-shadow: 11px 11px 0 rgba(183, 243, 74, .1); }.contact-card h2 { margin: 21px 0 0; font-size: clamp(54px, 7vw, 88px); }.contact-action { max-width: 230px; }.contact-action p { color: var(--muted); font-size: 13px; }.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 22px 0 29px; border-top: 1px solid var(--line); color: var(--dim); font: 10px var(--mono); }.footer-signal { display: flex; align-items: center; gap: 8px; color: var(--green-soft); font-size: 9px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay-1 { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .2s; }.reveal-delay-3 { transition-delay: .28s; }
@keyframes blink { 50% { opacity: 0; } }@keyframes marquee { to { transform: translateX(-50%); } }@keyframes ball { to { transform: translateX(120px); } }

@media (max-width: 900px) { .section-grid { grid-template-columns: 1fr; }.hero { min-height: auto; padding-top: 80px; }.hero-console { width: min(100%, 560px); margin: 10px auto 0; }.section-heading { grid-template-columns: 55px minmax(0, 1fr); }.heading-note { grid-column: 2; margin: 20px 0 0; }.about-layout, .stack-layout { padding-left: 55px; gap: 45px; }.project-grid { padding-left: 55px; }.stat-grid { margin-left: 55px; }.contact-card { padding: 45px; } }
@media (max-width: 650px) { .shell { width: min(100% - 28px, var(--max)); }.site-header { min-height: 75px; }.nav { display: none; }.status-pill { padding: 6px 8px; font-size: 8px; }.hero { padding: 65px 0 85px; }.hero-lede { font-size: 15px; }.hero-meta { gap: 10px; margin-top: 38px; font-size: 8px; }.hero-console { transform: none; }.console-body { padding: 22px 15px; font-size: 10px; }.indent { padding-left: 28px; }.indent-2 { padding-left: 51px; }.content-section { padding-top: 105px; }.section-heading { grid-template-columns: 42px minmax(0, 1fr); margin-bottom: 45px; gap: 8px; }.section-heading h2 { font-size: 57px; }.about-layout, .stack-layout { display: block; padding-left: 42px; }.about-details { margin-top: 37px; }.stat-grid { grid-template-columns: repeat(2, 1fr); margin: 55px 0 0 42px; }.stat:nth-child(2) { border-right: 0; }.stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--line); }.stat:nth-child(3) { padding-left: 0; }.project-grid { grid-template-columns: 1fr; padding-left: 42px; }.project-card { min-height: 0; }.project-art { height: 180px; }.stack-row { grid-template-columns: 1fr; gap: 8px; }.quote-card { margin-top: 45px; }.contact { padding-top: 125px; }.contact-card { display: block; padding: 32px 25px; }.contact-action { margin-top: 35px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 12px; padding-bottom: 25px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.matrix, .marquee-track { display: none; }.cursor, .pong-ball { animation: none; }.reveal { opacity: 1; transform: none; transition: none; }.button, .project-card { transition: none; } }
