:root{--bg:#05080a;--bg-deep:#030506;--bg-elevated:#080e10b8;--line:#7a8f88;--muted:#8fa8a0;--text:#e8f5f0;--accent:#6ee7a0;--accent-soft:#6ee7a02e;--cyan:#2dd4bf;--cyan-soft:#2dd4bf24;--tag-orange:#e8953a;--tag-yellow:#d4c04a;--tag-blue:#4a8fd4;--font-mono:"Fira Code", "JetBrains Mono", ui-monospace, monospace;color:var(--text);background:var(--bg);font-family:var(--font-mono);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);min-height:100dvh}a{color:inherit}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.page{z-index:0;min-height:100dvh;color:var(--text);background:radial-gradient(70% 50% at 15% 10%,#10b9811f,#0000 55%),radial-gradient(55% 45% at 90% 20%,#22d3ee14,#0000 50%),radial-gradient(60% 50% at 50% 100%,#064e3b38,#0000 55%),linear-gradient(#040708 0%,#050a0c 45%,#030506 100%);position:relative;overflow-x:clip}.neural-field{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;inset:0}.page>:not(.neural-field){z-index:1}.hash,.accent{color:var(--accent)}.social-rail{z-index:40;color:var(--muted);flex-direction:column;align-items:center;gap:.75rem;display:none;position:fixed;top:0;left:clamp(.75rem,2.5vw,1.25rem)}.social-rail-line{background:var(--muted);opacity:.7;width:1px;height:12rem;display:block}.social-rail a{place-items:center;transition:color .2s,transform .2s;display:grid}.social-rail a:hover{color:var(--accent);transform:translateY(-2px)}.site-header{z-index:30;background:color-mix(in srgb, var(--bg) 82%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;gap:1rem;width:min(72rem,100% - 2rem);margin:0 auto;padding:1.15rem 0;display:flex;position:sticky;top:0}.logo{letter-spacing:.02em;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.logo-mark{color:var(--accent);font-weight:600}.nav{flex-wrap:wrap;justify-content:flex-end;gap:1.35rem;font-size:.95rem;display:none}.nav a{color:var(--text);text-decoration:none;transition:color .2s}.nav a:hover{color:var(--accent)}main{width:min(72rem,100% - 2rem);margin:0 auto}.section{padding:clamp(3rem,8vw,5rem) 0}.section--tight{padding-top:.5rem}.section-head{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;margin-bottom:2rem;display:grid}.section-title{margin:0;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:500;line-height:1.2}.section-rule{background:var(--accent);opacity:.85;min-width:2rem;height:1px;display:block}.section-action{color:var(--text);white-space:nowrap;font-size:.95rem;text-decoration:none;transition:color .2s}.section-action:hover{color:var(--accent)}.section-lede{max-width:40rem;color:var(--muted);margin:-.75rem 0 1.75rem;font-size:.98rem;line-height:1.6}.btn{border:1px solid var(--text);color:var(--text);font:inherit;background:0 0;justify-content:center;align-items:center;padding:.55rem 1rem;font-size:.92rem;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.btn:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.btn--primary{border-color:var(--accent);color:var(--text)}.btn--primary:hover{background:var(--accent);color:var(--bg-deep)}.btn:focus-visible,.nav a:focus-visible,.logo:focus-visible,.social-rail a:focus-visible,.section-action:focus-visible,.contact-row:focus-visible,.footer-media a:focus-visible,.project-tag:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.hero{align-items:center;gap:2.5rem;min-height:calc(100dvh - 4.5rem);padding:clamp(1.5rem,5vw,3rem) 0 clamp(2.5rem,6vw,4rem);display:grid}.hero-copy{max-width:34rem;animation:.9s both rise}.hero-title{letter-spacing:-.01em;margin:0;font-size:clamp(1.85rem,5.2vw,2.85rem);font-weight:600;line-height:1.25}.hero-lede{color:var(--muted);max-width:28rem;margin:1.25rem 0 0;font-size:1rem;line-height:1.65}.hero-copy .btn{margin-top:1.75rem}.hero-visual{justify-self:center;width:min(100%,10.5rem);animation:1s .15s both fade;position:relative}.hero-frame{aspect-ratio:1;border:1px solid var(--muted);opacity:.55;pointer-events:none;width:72%;animation:1.1s .35s both frame-in;position:absolute;inset:8% 6% auto auto}.hero-frame--offset{width:58%;animation-delay:.5s;inset:auto auto 18% 4%}.hero-photo{z-index:1;aspect-ratio:1;object-fit:cover;object-position:center 20%;border:1px solid color-mix(in srgb, var(--muted) 55%, transparent);background:var(--bg-deep);width:100%;display:block;position:relative}.hero-status{z-index:2;border:1px solid var(--muted);background:var(--bg);width:108%;color:var(--muted);align-items:center;gap:.45rem;margin:-.45rem 0 0 -4%;padding:.4rem .5rem;font-size:.7rem;line-height:1.3;display:flex;position:relative}.hero-status strong{color:var(--text);font-weight:500}.status-dot{background:var(--accent);width:.7rem;height:.7rem;box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 40%, transparent);flex:none}.dots{background-image:radial-gradient(var(--muted) 1.1px, transparent 1.2px);opacity:.55;pointer-events:none;background-size:12px 12px;width:5rem;height:5rem;position:absolute}.dots--hero{z-index:2;bottom:2.5rem;right:-.75rem}.dots--skills{width:6rem;height:6rem;margin:.5rem 0;position:relative}.dots--about{z-index:2;top:1rem;right:-.5rem}.quote-section{padding:1rem 0 3rem}.quote{border:1px solid var(--muted);max-width:42rem;margin:0 auto;padding:1.75rem 1.5rem 1.25rem;position:relative}.quote p{text-align:center;margin:0;font-size:clamp(1.05rem,2.5vw,1.25rem);line-height:1.55}.quote-mark{background:var(--bg);width:1.6rem;height:1.35rem;color:var(--muted);place-items:center;font-size:2rem;line-height:1;display:grid;position:absolute}.quote-mark--open{top:-.7rem;left:1rem}.quote-mark--close{bottom:1.6rem;right:1rem}.quote-attr{border:1px solid var(--muted);background:var(--bg);color:var(--muted);margin:0;padding:.4rem .7rem;font-size:.9rem;position:absolute;bottom:-1.55rem;right:-1px}.project-lanes{flex-direction:column;gap:.85rem;display:flex}.project-lane{--lane:var(--tag-orange);grid-template-columns:auto minmax(0,1fr);align-items:end;gap:.75rem .9rem;display:grid}.project-lane--orange{--lane:var(--tag-orange)}.project-lane--yellow{--lane:var(--tag-yellow)}.project-lane--blue{--lane:var(--tag-blue)}.project-lane.is-open{align-items:stretch}.project-tag{border:1px solid var(--lane);background:color-mix(in srgb, var(--lane) 12%, transparent);color:var(--lane);font:inherit;letter-spacing:.04em;text-transform:lowercase;cursor:pointer;white-space:nowrap;align-self:end;margin:0;padding:.35rem .65rem;font-size:.78rem;font-weight:500;transition:background .25s,color .25s,border-color .25s,transform .25s}.project-lane.is-open .project-tag{background:var(--lane);color:var(--bg-deep);border-color:var(--lane);align-self:start}.project-tag:hover{background:color-mix(in srgb, var(--lane) 28%, transparent)}.project-lane.is-open .project-tag:hover{background:color-mix(in srgb, var(--lane) 88%, white)}.project-lane-bar{background:var(--lane);height:3px;min-height:3px;transition:height .55s cubic-bezier(.22,1,.36,1),min-height .55s cubic-bezier(.22,1,.36,1),background .35s;position:relative;overflow:hidden}.project-lane.is-open .project-lane-bar{background:linear-gradient(180deg, color-mix(in srgb, var(--lane) 22%, var(--bg-deep)) 0%, color-mix(in srgb, var(--lane) 10%, var(--bg)) 55%, color-mix(in srgb, var(--lane) 16%, var(--bg-deep)) 100%);border:1px solid var(--lane);height:90dvh;min-height:16rem;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--lane) 25%, transparent)}.project-lane-card{opacity:0;visibility:hidden;pointer-events:none;grid-template-rows:auto 1fr;height:100%;min-height:100%;transition:opacity .35s .12s,transform .45s cubic-bezier(.22,1,.36,1) 80ms,visibility 0s linear .5s;display:grid;transform:translate(-12px)}.project-lane.is-open .project-lane-card{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .4s .18s,transform .5s cubic-bezier(.22,1,.36,1) .12s,visibility linear;transform:translate(0)}.project-lane-card .project-tech{border-bottom:1px solid color-mix(in srgb, var(--lane) 45%, transparent);color:color-mix(in srgb, var(--text) 78%, var(--lane));margin:0;padding:.85rem 1.15rem .65rem;font-size:.82rem;line-height:1.4}.project-lane-card .project-body{flex-direction:column;flex:1;gap:.85rem;padding:1.15rem 1.15rem 1.35rem;display:flex}.project-lane-card .project-title{margin:0;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:500}.project-lane-card .project-blurb{max-width:36rem;color:var(--muted);flex:1;margin:0;font-size:.98rem;line-height:1.6}.project-lane-card .btn{border-color:var(--lane);align-self:flex-start}.project-lane-card .btn:hover{background:color-mix(in srgb, var(--lane) 22%, transparent);border-color:var(--lane);color:var(--text)}.skills-layout{gap:1.5rem;display:grid}.skills-deco{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:.5rem;display:none}.deco-box{border:1px solid var(--muted)}.deco-box--lg{width:5.5rem;height:5.5rem}.deco-box--sm{width:3.25rem;height:3.25rem;margin-left:2rem}.deco-box--accent{border-color:var(--accent);width:4.25rem;height:4.25rem;margin-left:.75rem}.skills-grid{grid-template-columns:1fr 1fr;align-content:start;gap:1rem;display:grid}.skill-card{border:1px solid var(--muted);min-height:100%}.skill-card-title{border-bottom:1px solid var(--muted);color:var(--accent);margin:0;padding:.55rem .75rem;font-size:.95rem;font-weight:500}.skill-list{color:var(--muted);flex-wrap:wrap;gap:.35rem .85rem;margin:0;padding:.65rem .75rem .85rem;font-size:.88rem;line-height:1.45;list-style:none;display:flex}.about{align-items:center;gap:2.5rem;display:grid}.about-copy .section-head{margin-bottom:1.25rem}.about-copy p{color:var(--muted);max-width:34rem;margin:0 0 1rem;line-height:1.65}.about-copy .btn{margin-top:.5rem}.about-visual{justify-self:center;width:min(100%,10rem);position:relative}.about-frame{border:1px solid var(--muted);padding:.65rem;position:relative}.about-photo{aspect-ratio:1;object-fit:cover;object-position:center 18%;filter:grayscale(.15)contrast(1.05);width:100%;display:block}.contacts{align-items:start;gap:2rem;padding-bottom:clamp(3.5rem,9vw,5.5rem);display:grid}.contacts-copy p{max-width:28rem;color:var(--muted);margin:0;line-height:1.65}.contact-box{border:1px solid var(--muted);justify-self:start;width:min(100%,22rem);padding:1rem 1.1rem 1.15rem}.contact-box-title{margin:0 0 .85rem;font-size:1rem;font-weight:500}.contact-row{color:var(--muted);align-items:center;gap:.55rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:inline-flex}.contact-row:hover{color:var(--accent)}.site-footer{border-top:1px solid color-mix(in srgb, var(--muted) 55%, transparent);width:min(72rem,100% - 2rem);margin:0 auto;padding:1.75rem 0 2.25rem}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:1.5rem;margin-bottom:1.75rem;display:flex}.footer-brand{margin:0 0 .35rem;font-weight:600}.footer-tag{color:var(--muted);margin:0;font-size:.9rem}.footer-media-label{margin:0 0 .45rem;font-size:.95rem}.footer-media a{color:var(--muted);transition:color .2s}.footer-media a:hover{color:var(--accent)}.footer-copy{text-align:center;color:var(--muted);margin:0;font-size:.85rem}[data-reveal]{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(18px)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes frame-in{0%{opacity:0;transform:translate(8px,8px)}to{opacity:.55;transform:translate(0)}}@media (width>=720px){.nav{display:flex}.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about,.contacts{grid-template-columns:1.15fr .85fr}.contact-box{justify-self:end}}@media (width>=960px){.social-rail{display:flex}.hero{grid-template-columns:1fr auto;gap:2.5rem}.hero-visual{justify-self:end;width:min(100%,11.5rem)}.skills-layout{grid-template-columns:10rem 1fr;gap:2rem}.skills-deco{display:flex}.skills-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=719px){.section-head{grid-template-columns:auto 1fr}.section-action{grid-column:1/-1}.skills-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.hero-copy,.hero-visual,.hero-frame{opacity:1;animation:none;transform:none}.btn:hover{transform:none}.project-lane-bar,.project-lane-card,.project-tag{transition:none}.project-lane-card{transform:none}[data-reveal]{opacity:1;transition:none;transform:none}}
