:root{--bg:#050505;--bg-soft:#0a0a0a;--ink:#f3f4f6;--muted:#c5c5c5;--tagline:#d0d0d0;--line:#ffffff14;--accent:#14b8a6;--accent-mid:#0d9488;--accent-bright:#2dd4bf;--accent-deep:#0f766e;--accent-glow:#14b8a673;--accent-soft:#2dd4bf33;--banner:#0f766e;--banner-ink:#ecfeff;--font-display:"Syne", "Space Grotesk", sans-serif;--font-anton:"Anton", sans-serif;--font-script:"Sacramento", cursive;--font-body:"Space Grotesk", sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--max:1180px;--header-h:5rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{min-height:100vh;color:var(--ink);font-family:var(--font-mono);background:radial-gradient(circle at 20% 20%,#1a1a1a,#050505 60%);margin:0;font-size:.95rem;line-height:1.6;overflow-x:hidden}body:after{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle at 30% 30%,#ffffff0a,#0000 40%);position:fixed;inset:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.1}p{margin:0}ul,ol,dl{margin:0;padding:0;list-style:none}#app{z-index:2;position:relative;overflow-x:hidden}main{overflow-x:hidden}.dot-grid{pointer-events:none;z-index:0;opacity:.85;background-image:radial-gradient(#ffffff2e 1.5px,#0000 1.5px);background-size:42px 42px;animation:60s linear infinite gridDrift;position:fixed;inset:0}.arc{pointer-events:none;z-index:1;opacity:.55;position:fixed}@keyframes gridDrift{0%{background-position:0 0}to{background-position:0 60px}}@keyframes moveArc{0%{stroke-dasharray:10 251;stroke-dashoffset:0;opacity:0}20%{opacity:.55}50%{stroke-dasharray:80 251}to{stroke-dasharray:120 251;stroke-dashoffset:-251px;opacity:0}}@keyframes fadeOnly{0%{opacity:0}30%{opacity:.45}to{opacity:0}}@keyframes textReveal{to{opacity:1;transform:translateY(0)}}.site-header{z-index:1000;pointer-events:none;justify-content:space-between;align-items:center;padding:1.35rem 2.5rem;display:flex;position:fixed;top:0;left:0;right:0}.site-header>*{pointer-events:auto}.logo{font-family:var(--font-script);color:#fff;text-shadow:0 0 12px var(--accent-glow);font-size:2.15rem;line-height:1;transition:transform .3s,text-shadow .3s}.logo:hover{text-shadow:0 0 16px #2dd4bfd9;transform:scale(1.08)}.nav{align-items:center;gap:1.75rem;display:flex}.nav a{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:#ffffff94;z-index:1;padding:.25rem .4rem;font-size:.78rem;font-weight:300;transition:color .3s;position:relative}.nav a:before,.nav a:after{content:"";z-index:-1;transition:transform .3s;position:absolute;inset:.1rem -.45rem;transform:scaleX(0)}.nav a:before{background:var(--accent);transform-origin:0;transform:rotate(-2deg)scaleX(0)}.nav a:after{background:var(--accent-bright);transform-origin:100%;opacity:.75;z-index:-2;transform:rotate(1.5deg)scaleX(0)}.nav a:hover,.nav a.is-active{color:#04110f}.nav a:hover:before,.nav a.is-active:before{transform:rotate(-2deg)scaleX(1)}.nav a:hover:after,.nav a.is-active:after{transform:rotate(1.5deg)scaleX(1)}.nav-toggle{flex-direction:column;justify-content:center;gap:.4rem;width:2.5rem;height:2.5rem;display:none}.nav-toggle span{background:#fff;width:100%;height:2px;display:block}.viewport{min-height:100dvh;padding:calc(var(--header-h) + 1.5rem) 2.5rem 3rem;align-items:center;display:flex;position:relative}.section__label{font-family:var(--font-mono);letter-spacing:.28em;text-transform:uppercase;color:var(--accent-bright);margin-bottom:.75rem;font-size:.72rem}.section__head{margin-bottom:2.5rem}.section__head--center{text-align:center;width:100%}.section__head h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}.reveal{opacity:0;filter:blur(4px);transition:opacity .7s,transform .7s,filter .7s;transform:translateY(36px)}.reveal.is-visible{opacity:1;filter:none;transform:none}.cursor-dot{background:var(--accent-bright);pointer-events:none;z-index:9999;border-radius:50%;width:8px;height:8px;position:fixed;top:0;left:0;transform:translate(-50%,-50%);box-shadow:0 0 10px #2dd4bfd9}@media (hover:none),(pointer:coarse){.cursor-dot{display:none!important}}.btn{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.35rem;font-size:.78rem;transition:transform .25s,background .25s,border-color .25s,box-shadow .25s;display:inline-flex}.btn--primary{background:linear-gradient(90deg, var(--accent-bright), var(--accent-deep));color:#04110f;font-weight:500;box-shadow:0 12px 30px #14b8a647,0 0 28px #2dd4bf2e}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px #2dd4bf61,0 0 36px #2dd4bf47}.btn--ghost{color:var(--accent-bright);background:0 0;border-color:#2dd4bf73}.btn--ghost:hover{border-color:var(--accent-bright);background:#2dd4bf14;transform:translateY(-2px)}.hero{width:100%;max-width:none;padding-top:calc(var(--header-h) + .75rem);justify-content:center;align-items:center;margin:0;padding-bottom:1.5rem;display:flex;overflow:visible}.hero-layout{grid-template-columns:minmax(0,1.05fr) minmax(260px,380px);align-items:center;gap:clamp(1.75rem,5vw,4.5rem);width:min(100%,1280px);display:grid}.hero-left{min-width:0;max-width:36rem}.name-tapes{flex-direction:column;align-items:flex-start;gap:.65rem;margin-bottom:1.35rem;display:flex}.tape{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;text-shadow:0 2px 10px #0006;padding:.2em .42em;font-size:clamp(2.4rem,6.5vw,4.4rem);font-weight:800;line-height:1;display:inline-block;position:relative}.tape:before{content:"";background:linear-gradient(90deg, var(--accent-bright), var(--accent-deep));z-index:-1;position:absolute;inset:0;box-shadow:0 10px 28px #14b8a659}.tape--one{transform:rotate(-2deg)}.tape--one:before{transform:rotate(-3deg)scaleX(1.05)}.tape--two{margin-left:1.2rem;transform:rotate(1.5deg)}.tape--two:before{transform:rotate(2deg)scaleX(1.08)}.hero-intro{font-family:var(--font-mono);color:var(--tagline);max-width:24rem;font-size:.92rem;line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:1.35rem;display:flex}.hero-stats{max-width:28rem;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#2dd4bfb8;flex-wrap:wrap;align-items:center;gap:.35rem .55rem;margin-top:1.25rem;font-size:.68rem;font-weight:300;line-height:1.55;display:flex}.hero-stats__dot{color:#c5c5c58c;letter-spacing:0}.hero-right{justify-content:center;justify-self:end;align-items:center;display:flex}.scene{aspect-ratio:380/460;perspective:1000px;width:min(340px,34vw,100%);height:auto}.tilt-card{width:100%;height:100%;transform-style:preserve-3d;background:linear-gradient(160deg,#134e4a,#0c0f12);border-radius:1.25rem;transition:transform .15s ease-out;position:relative;overflow:hidden;box-shadow:0 40px 80px #14b8a638,0 0 40px #2dd4bf24}.portrait-img{object-fit:cover;filter:contrast(1.05)brightness(1.04);width:100%;height:100%}.shine{opacity:0;pointer-events:none;z-index:2;background:linear-gradient(120deg,#0000,#ffffff47,#0000);width:100%;height:100%;transition:opacity .2s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.education-section{min-height:auto;padding-top:calc(var(--header-h) + 2rem);align-items:flex-start;padding-bottom:4rem}.education-shell{flex-direction:column;gap:clamp(2.5rem,5vw,4rem);width:min(100%,1180px);margin:0 auto;display:flex}.education-story__title{max-width:22ch;margin-bottom:1rem;font-size:clamp(1.85rem,4vw,3rem)}.education-story__title em{color:var(--accent-bright);font-style:normal}.education-story__lead{font-family:var(--font-body);color:var(--muted);max-width:38rem;font-size:1.05rem;line-height:1.65}.education-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.education-panel{border-left:3px solid var(--accent);padding:1.5rem 0 0 1.35rem}.education-panel__kicker{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:#ffffff73;margin-bottom:.65rem;font-size:.72rem}.education-panel__title{margin-bottom:1.25rem;font-size:clamp(1.35rem,2.4vw,1.85rem)}.education-meta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:1rem;margin-bottom:1.35rem;padding:1.1rem 0;display:grid}.education-meta dt{letter-spacing:.2em;text-transform:uppercase;color:#fff6;margin-bottom:.2rem;font-size:.68rem}.education-meta dd{font-family:var(--font-body);color:#fff;font-size:1rem}.education-panel__note{color:var(--muted);font-family:var(--font-body);max-width:28rem}.career-path__title{margin-bottom:.35rem;font-size:clamp(1.45rem,2.6vw,2rem)}.career-path__hint{letter-spacing:.08em;color:#fff6;margin-bottom:1.75rem;font-size:.75rem}.path-map{--path-shift:clamp(2.75rem, 14%, 5.25rem);--path-row-gap:1.55rem;position:relative;overflow:visible}.path-map__svg{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.path-map__curve{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;opacity:.55}.path-map__spark{fill:#2dd4bf59}.path-map__spark--bright{fill:#2dd4bf8c}.path-map__spark-cross{fill:none;stroke:#2dd4bf47;stroke-width:1px;stroke-linecap:round}.path-track{z-index:1;align-items:stretch;gap:var(--path-row-gap);flex-direction:column;margin:0;padding:.35rem 0 .5rem;list-style:none;display:flex;position:relative}.path-node{z-index:1;align-self:stretch;width:100%;position:relative}.path-node--zig-center{transform:translate(0)}.path-node--zig-right{transform:translateX(var(--path-shift))}.path-node--zig-left{transform:translateX(calc(-1 * var(--path-shift)))}.path-node--zig-center-right{transform:translateX(calc(.45 * var(--path-shift)))}.path-node__hit{text-align:left;border-radius:999px;grid-template-columns:1fr 2.5rem 1fr;align-items:center;column-gap:.85rem;width:100%;padding:.35rem 0;transition:transform .2s;display:grid}.path-node__hit:hover,.path-node__hit:focus-visible{transform:translateY(-2px)}.path-node__orb{width:2.5rem;height:2.5rem;font-family:var(--font-mono);border:2px solid #0000;border-radius:50%;flex:0 0 2.5rem;grid-area:1/2;justify-self:center;place-items:center;font-size:.75rem;font-weight:500;transition:box-shadow .25s,transform .25s,background .25s;display:grid}.path-node--done .path-node__orb{background:var(--accent-deep);color:#ecfeff;box-shadow:0 0 0 4px #0f766e40}.path-node--current .path-node__orb{background:linear-gradient(145deg, var(--accent-bright), var(--accent));color:#042f2e;animation:2.4s ease-in-out infinite pulseOrb;box-shadow:0 0 0 5px #2dd4bf47,0 0 24px #2dd4bf8c}.path-node--upcoming .path-node__orb{color:#ffffff8c;background:#111;border-color:#2dd4bf59}.path-node__label{font-family:var(--font-body);color:#ffffffe0;grid-area:1/3;justify-self:start;font-size:1rem;font-weight:500}.path-node--zig-right .path-node__label,.path-node--zig-center-right .path-node__label{text-align:right;grid-column:1;justify-self:end}.path-node--upcoming .path-node__label{color:#ffffff7a}.path-node--current .path-node__label{color:#fff}.path-tip{z-index:20;opacity:0;visibility:hidden;pointer-events:none;background:#081210f5;border:1px solid #2dd4bf59;border-radius:.85rem;width:min(18rem,50% - 2.5rem);min-width:12rem;padding:.9rem 1rem;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;box-shadow:0 18px 40px #0000008c,0 0 24px #14b8a626}.path-node--zig-center .path-tip{width:min(20rem,90%);top:calc(100% + .45rem);left:50%;transform:translate(-50%)translateY(6px)}.path-node--zig-right .path-tip,.path-node--zig-center-right .path-tip{top:50%;left:auto;right:calc(50% + 1.9rem);transform:translateY(-50%)translate(6px)}.path-node--zig-left .path-tip{top:50%;left:calc(50% + 1.9rem);transform:translateY(-50%)translate(-6px)}.path-tip__status{letter-spacing:.16em;text-transform:uppercase;color:var(--accent-bright);margin-bottom:.35rem;font-size:.68rem}.path-tip p:last-child{font-family:var(--font-body);color:#ffffffc7;font-size:.9rem;line-height:1.45}.path-node.is-tip-open{z-index:30}.path-node.is-tip-open .path-tip{opacity:1;visibility:visible}.path-node--zig-center.is-tip-open .path-tip{transform:translate(-50%)translateY(0)}.path-node--zig-right.is-tip-open .path-tip,.path-node--zig-center-right.is-tip-open .path-tip,.path-node--zig-left.is-tip-open .path-tip{transform:translateY(-50%)translate(0)}.path-node.is-tip-open .path-node__orb{transform:scale(1.08)}@keyframes pulseOrb{0%,to{box-shadow:0 0 0 5px #2dd4bf38,0 0 20px #2dd4bf66}50%{box-shadow:0 0 0 8px #2dd4bf59,0 0 32px #2dd4bfa6}}.skills-fall{isolation:isolate;cursor:default;background:radial-gradient(at 70% 20%,#14b8a61f,#0000 55%),linear-gradient(165deg,#08100ff2,#040808fa);border:1px solid #2dd4bf38;outline:none;min-height:22rem;padding:2rem 1.25rem 2.5rem;position:relative;overflow:hidden}.skills-fall:focus-visible{border-color:#2dd4bfa6;box-shadow:0 0 0 3px #14b8a640}.skills-fall__bg{font-family:var(--font-anton);letter-spacing:.04em;color:#ecfeff0f;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;place-items:center;margin:0;font-size:clamp(5.5rem,18vw,11rem);line-height:.9;display:grid;position:absolute;inset:0}.skills-fall__intro{z-index:2;pointer-events:none;max-width:18rem;position:relative}.skills-fall__intro h3{margin-bottom:.4rem;font-size:clamp(1.35rem,2.5vw,1.85rem)}.skills-fall__intro p:last-child{font-family:var(--font-body);color:var(--muted);font-size:.9rem}.skills-fall__stage{z-index:1;pointer-events:none;position:absolute;inset:0}.skill-pill{left:var(--sx);transform:translate(-50%, -120%) rotate(calc(var(--rot) * .35)) scale(.92);opacity:0;color:#ecfeff;font-family:var(--font-body);letter-spacing:.02em;white-space:nowrap;transition:top .7s cubic-bezier(.22,1.4,.36,1),transform .7s cubic-bezier(.22,1.4,.36,1),opacity .35s;transition-delay:var(--delay);background:#061210eb;border:1.5px solid #5eead48c;border-radius:999px;padding:.55rem 1.15rem;font-size:clamp(.78rem,1.4vw,.95rem);font-weight:500;position:absolute;top:-18%;box-shadow:0 8px 24px #00000059}.skills-fall.is-fallen .skill-pill{top:var(--sy);opacity:1;transform:translate(-50%, -50%) rotate(var(--rot)) scale(1)}.skills-fall.is-fallen .skill-pill:nth-child(odd){transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.certs-band__head{margin-bottom:1.35rem}.certs-band__head h3{font-size:clamp(1.35rem,2.5vw,1.85rem)}.cert-rail{flex-wrap:wrap;gap:.75rem;display:flex}.cert-chip{background:linear-gradient(135deg,#0f766e38,#080c0cd9);border:1px solid #2dd4bf47;align-items:center;gap:.7rem;padding:.55rem .95rem .55rem .55rem;transition:transform .25s,border-color .25s,box-shadow .25s;display:inline-flex}.cert-chip:hover{border-color:#2dd4bf8c;transform:translateY(-3px)rotate(-1deg);box-shadow:0 12px 28px #00000059}.cert-chip__mark{height:2.1rem;font-family:var(--font-mono);letter-spacing:.06em;color:#042f2e;background:linear-gradient(145deg, var(--accent-bright), var(--accent));flex:0 0 2.1rem;place-items:center;font-size:.68rem;display:grid}.cert-chip__body{flex-direction:column;gap:.1rem;line-height:1.2;display:flex}.cert-chip__body strong{font-family:var(--font-body);color:#fff;font-size:.92rem;font-weight:600}.cert-chip__body em{font-style:normal;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;font-size:.68rem}.projects-section{flex-direction:column;justify-content:center;gap:2.5rem;width:100%;max-width:1280px;margin:0 auto}.projects-head{width:100%;max-width:36rem}.projects-head h2{margin-bottom:.65rem;font-size:clamp(1.75rem,3.5vw,2.75rem)}.projects-head__sub{font-family:var(--font-body);color:var(--muted);font-size:1rem}.project-stage{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(1.25rem,3vw,2.5rem);width:100%;display:grid}.project-feature{flex-direction:column;gap:1rem;display:flex;position:relative}.project-feature--left{margin-top:0}.project-feature--right{margin-top:clamp(2.5rem,6vw,5rem)}.project-feature__index{z-index:2;font-family:var(--font-anton);color:#2dd4bf2e;pointer-events:none;letter-spacing:-.02em;font-size:clamp(3.5rem,8vw,5.5rem);line-height:.8;position:absolute;top:-.35rem;right:.25rem}.project-feature--right .project-feature__index{left:.25rem;right:auto}.project-feature__role{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--accent-bright);font-size:.72rem}.project-feature__media{aspect-ratio:16/10;background:#061210;border:1px solid #2dd4bf33;transition:transform .4s,box-shadow .4s,border-color .4s;position:relative;overflow:hidden;transform:rotate(-1.25deg)}.project-feature--right .project-feature__media{transform:rotate(1.5deg)}.project-feature:hover .project-feature__media{border-color:#2dd4bf8c;transform:rotate(0)translateY(-6px)scale(1.02);box-shadow:0 28px 60px #00000073,0 0 36px #14b8a638}.project-feature__media img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-feature:hover .project-feature__media img{transform:scale(1.05)}.project-feature__copy h3{margin-bottom:.55rem;font-size:clamp(1.25rem,2.2vw,1.65rem)}.project-feature__narrative{font-family:var(--font-body);color:var(--muted);max-width:34rem;margin-bottom:1rem;font-size:.98rem;line-height:1.55}.tags{flex-wrap:wrap;gap:.45rem;display:flex}.tags li{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--accent-bright);background:#14b8a61a;border:1px solid #2dd4bf61;padding:.4rem .7rem;font-size:.68rem}.about-section{padding:calc(var(--header-h) + clamp(1.75rem, 5vw, 3.5rem)) 0 0;background:0 0;justify-content:flex-start;align-items:stretch;min-height:auto;overflow:visible}.about-band{background:linear-gradient(160deg,#14b8a6 0%,#0d9488 42%,#0f766e 100%);flex-direction:column;flex:none;justify-content:flex-start;width:100%;padding:clamp(2.75rem,6vw,4.75rem) clamp(1.25rem,4.5vw,3.75rem) clamp(5.5rem,16vw,11rem);display:flex;overflow:visible}.about-panel{color:#ecfeff;background:#0a0e0d;width:100%;padding:clamp(2rem,4.5vw,3.25rem) clamp(1.5rem,4vw,3rem) clamp(3.25rem,6vw,4.5rem);position:relative;overflow:visible}.about-panel__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:clamp(1.5rem,4vw,3rem);display:grid;overflow:visible}.about-panel__copy{z-index:2;position:relative}.about-chat{font-family:var(--font-display);letter-spacing:-.025em;color:#fff;margin-bottom:.85rem;font-size:clamp(1.55rem,3.2vw,2.15rem);font-weight:800;line-height:1.15}.about-sub{font-family:var(--font-body);color:#ecfeffb8;max-width:28rem;margin-bottom:1.35rem;font-size:1rem;line-height:1.6}.about-sub a{color:var(--accent-bright);text-underline-offset:3px;text-decoration:underline}.about-social{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.about-social__link{color:#ecfeff;opacity:.88;justify-content:center;align-items:center;transition:color .2s,opacity .2s,transform .2s;display:inline-flex}.about-social__link svg{width:1.35rem;height:1.35rem}.about-social__link:hover{color:var(--accent-bright);opacity:1;transform:scale(1.08)}.hey-there{z-index:3;font-family:var(--font-display);letter-spacing:-.03em;color:#fff;text-shadow:0 8px 28px #00000047;pointer-events:none;white-space:nowrap;margin:0;font-size:clamp(3rem,8.5vw,5.5rem);font-weight:800;line-height:.85;position:absolute;bottom:-.42em;left:clamp(1.25rem,3.5vw,2.75rem)}.about-panel__avatar{z-index:4;justify-content:flex-end;align-self:start;align-items:flex-start;margin-top:clamp(-5.25rem,-9vw,-3.5rem);margin-right:clamp(-2rem,-4vw,-1rem);display:flex;position:relative}.avatar-blob{aspect-ratio:1;background:linear-gradient(160deg,#2dd4bf 0%,#0f766e 55%,#134e4a 100%);border-radius:58% 42% 48% 52%/48% 55% 45% 52%;width:min(340px,78vw);animation:8s ease-in-out infinite blobMorph;overflow:hidden;box-shadow:0 24px 50px #0006,inset 0 0 0 3px #ecfeff1f}.avatar-blob img,.avatar-blob .avatar-lottie{object-fit:cover;object-position:center top;mix-blend-mode:normal;width:100%;height:100%}.avatar-blob .avatar-lottie{display:block}.avatar-blob .avatar-lottie svg{width:100%;height:100%;display:block}@keyframes blobMorph{0%,to{border-radius:58% 42% 48% 52%/48% 55% 45% 52%}33%{border-radius:48% 52% 42% 58%/55% 45%}66%{border-radius:52% 48% 55% 45%/42% 58%}}.site-footer{text-align:center;color:#fff6;letter-spacing:.06em;padding:1.5rem 2.5rem 2.25rem;font-size:.78rem}@media (width<=900px){.hero{min-height:auto;padding-top:calc(var(--header-h) + 1.5rem);align-items:flex-start;padding-bottom:3rem}.hero-layout{grid-template-columns:1fr;justify-items:start;gap:2.25rem}.hero-right{justify-self:start}.scene{width:min(280px,72vw)}.education-grid,.project-stage,.about-panel__inner{grid-template-columns:1fr}.project-feature--right{margin-top:0}.about-panel__avatar{order:-1;justify-content:center;margin-top:clamp(-4.25rem,-12vw,-2.75rem);margin-bottom:.5rem;margin-right:0}.hey-there{bottom:-.38em;left:clamp(1rem,4vw,1.5rem)}.skills-fall{min-height:26rem}}@media (width<=720px){.site-header{padding:1rem 1.15rem}.nav-toggle{display:flex}.nav{opacity:0;visibility:hidden;background:#080c0cf5;border:1px solid #2dd4bf40;border-radius:1rem;flex-direction:column;align-items:stretch;gap:.35rem;margin:0 1rem;padding:1rem;transition:opacity .25s,transform .25s,visibility .25s;position:fixed;inset:4.25rem 0 auto;transform:translateY(-8px)}.nav.is-open{opacity:1;visibility:visible;transform:none}.viewport{padding-left:1.15rem;padding-right:1.15rem}.tape--two{margin-left:.4rem}.path-map{--path-shift:.7rem;--path-row-gap:1.15rem}.path-node--zig-right .path-node__label,.path-node--zig-center-right .path-node__label{text-align:left;grid-column:3;justify-self:start}.path-node--zig-center .path-tip,.path-node--zig-right .path-tip,.path-node--zig-center-right .path-tip,.path-node--zig-left .path-tip{width:min(100% - 2.9rem,18rem);top:calc(100% + .4rem);left:2.9rem;right:auto;transform:translateY(6px)}.path-node--zig-center.is-tip-open .path-tip,.path-node--zig-right.is-tip-open .path-tip,.path-node--zig-center-right.is-tip-open .path-tip,.path-node--zig-left.is-tip-open .path-tip{transform:translateY(0)}.hey-there{white-space:normal;font-size:clamp(2.4rem,14vw,3.4rem);bottom:-.32em}.about-band{padding:2.5rem 1rem clamp(4.5rem,22vw,7.5rem)}.about-panel{padding:1.5rem 1.15rem 3rem}.skill-pill{padding:.45rem .85rem;font-size:.72rem}}@media (prefers-reduced-motion:reduce){.dot-grid,.path-node--current .path-node__orb,.avatar-blob,.reveal{transition:none!important;animation:none!important}.reveal{opacity:1;filter:none;transform:none}.skill-pill{opacity:1;top:var(--sy);transform:translate(-50%, -50%) rotate(var(--rot));transition:none!important}.cursor-dot{display:none!important}}
