@import "https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Patrick+Hand&family=Short+Stack&display=swap";
:root{--bg-sand:#f2e8cf;--ink-sepia:#3d2b1f;--paper-cream:#fcf9f2;--accent-terracotta:#bc4749;--accent-moss:#6a994e}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{background-color:var(--bg-sand);color:var(--ink-sepia);background-image:radial-gradient(var(--ink-sepia)1px,transparent 1px);background-size:30px 30px;font-family:Patrick Hand,cursive;overflow:hidden auto}.code-font{font-family:Short Stack,cursive}.heading-font{font-family:Gochi Hand,cursive}.app-shell{flex-direction:column;width:100vw;height:100vh;display:flex;position:relative}.home-shell{overflow:hidden auto}.sketchy-border{border:3px solid var(--ink-sepia);border-radius:255px 15px 225px/15px 225px 15px 255px}.sketchy-card{background:var(--paper-cream);border:3px solid var(--ink-sepia);border-radius:20px 40px 15px 35px;transition:all .3s;box-shadow:6px 8px #3d2b1f66}.sketchy-card:hover{transform:rotate(-1deg)scale(1.02);box-shadow:8px 10px #3d2b1f80}.sketchy-dock{background:var(--paper-cream);border:3px solid var(--ink-sepia);border-radius:50px;box-shadow:4px 6px #3d2b1f4d}.sketchy-underline{position:relative}.sketchy-underline:after{content:"";background:var(--ink-sepia);border-radius:100% 0;width:100%;height:4px;position:absolute;bottom:-5px;left:0}@keyframes wobble{0%,to{transform:rotate(-1deg)}50%{transform:rotate(1deg)}}.animate-wobble{animation:3s ease-in-out infinite wobble}@keyframes blink{50%{opacity:0}}.typewriter-cursor:after{content:"_";animation:.8s infinite blink}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.terracotta{color:var(--accent-terracotta)}.moss{color:var(--accent-moss)}.bg-doodles{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.doodle-top{opacity:.1;width:600px;height:600px;color:var(--ink-sepia);position:absolute;top:-10%;right:-10%}.doodle-top path{fill:none;stroke:currentColor;stroke-width:2px;stroke-dasharray:5 5}.doodle-bottom{opacity:.1;width:400px;height:400px;position:absolute;bottom:-5%;left:-5%}.doodle-bottom path{fill:var(--accent-moss);opacity:.2}.site-header{z-index:50;justify-content:space-between;align-items:center;width:100%;padding:2rem 3rem;display:flex;position:relative}.brand{color:var(--ink-sepia);align-items:center;gap:1rem;text-decoration:none;display:flex}.brand-icon{background:#fff;justify-content:center;align-items:center;width:3rem;height:3rem;transition:transform .2s;display:flex}.brand:hover .brand-icon{transform:rotate(6deg)}.brand-text{letter-spacing:-.01em;font-size:1.9rem;font-weight:700}.brand-dotdev{color:#fff;background:var(--ink-sepia);border-radius:.5rem;margin-left:.25rem;padding:0 .5rem}.header-actions{align-items:center;gap:1.5rem;display:flex}.social-links{gap:1rem;display:flex}.social-links a{color:var(--ink-sepia);transition:color .2s}.social-links a:hover{color:var(--accent-terracotta)}.header-divider{background:var(--ink-sepia);opacity:.2;width:2px;height:2.5rem;transform:rotate(12deg)}.chat-button{color:var(--ink-sepia);background:#fff;padding:.5rem 2rem;font-size:1.4rem;font-weight:700;text-decoration:none;transition:background-color .2s;box-shadow:0 1px 2px #00000014}.chat-button:hover{background:#f2e8cf}
.main-grid{z-index:10;flex:1;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:3rem;width:100%;max-width:80rem;margin:0 auto;padding:2.5rem 3rem 8rem;display:grid}.home-main-animate{animation:.3s ease-out both pageFadeIn}.hero-left{flex-direction:column;grid-column:span 7/span 7;justify-content:center;align-items:flex-start;gap:2.5rem;min-width:0;display:flex}.hero-left-animate{animation:.4s ease-out both homeSlideUp}.status-pill{background:#fcf9f2;align-items:center;gap:.75rem;padding:.55rem 1.35rem;font-size:1.125rem;font-weight:700;display:inline-flex;box-shadow:0 3px #3d2b1f33}.status-dot{background:var(--accent-moss);border-radius:50%;width:.75rem;height:.75rem;animation:1.4s ease-in-out infinite statusPulse;box-shadow:0 0 0 4px #6a994e33,0 0 14px #6a994eb3}.status-text{letter-spacing:.015em}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 0 4px #6a994e33,0 0 14px #6a994eb3}50%{opacity:.55;transform:scale(.75);box-shadow:0 0 0 8px #6a994e1a,0 0 18px #6a994ee6}}.hero-title-wrap{flex-direction:column;gap:.5rem;max-width:100%;display:flex}.hero-subtitle{opacity:.8;margin:0;font-size:2.4rem}.hero-title{white-space:nowrap;margin:0;font-size:clamp(5rem,11vw,10rem);line-height:.95}.hero-san,.hero-thosh{display:inline-block}.hero-thosh{color:#fff;text-shadow:3px 3px 0 var(--ink-sepia),-1px -1px 0 var(--ink-sepia),1px -1px 0 var(--ink-sepia),-1px 1px 0 var(--ink-sepia)}.role-tag{background:#fff;align-items:center;gap:1rem;padding:.6rem 1.5rem;font-size:1.875rem;font-weight:700;display:flex;transform:rotate(-1deg);box-shadow:0 4px 8px #00000026}.hero-quote{opacity:.9;text-wrap:pretty;overflow-wrap:normal;width:100%;max-width:32rem;margin:0;font-size:2rem;font-style:italic;line-height:1.3}.stats-row{gap:3rem;padding-top:1rem;display:flex}.single-experience{letter-spacing:.02em;word-spacing:.12em;margin:0;font-size:2.2rem;font-weight:700}.exp-plus{animation:1.8s ease-in-out infinite plusBlink;display:inline-block}.hero-right{grid-column:span 5/span 5;justify-content:center;align-items:center;height:500px;display:flex;position:relative}.hero-right-animate{animation:.45s ease-out both homeSlideLeft}.orbit-ring{border:2px solid var(--ink-sepia);opacity:.1;border-radius:40% 60% 70% 30%/40% 50% 60% 40%;width:450px;height:450px;animation:20s linear infinite spinSlow;position:absolute}.code-card{z-index:10;width:20rem;height:24rem;padding:2rem;position:relative;transform:rotate(2deg)}.window-dots{gap:.5rem;margin-bottom:1.2rem;display:flex}.window-dot-btn{border:2px solid var(--ink-sepia);cursor:pointer;background:0 0;border-radius:50%;width:.75rem;height:.75rem;padding:0;transition:transform .15s,background-color .15s}.window-dot-btn:hover{transform:scale(1.08)}.window-dot-btn.filled{background:var(--ink-sepia)}.editor-shell{background:#fcf9f2d9;border:2px solid #3d2b1f40;border-radius:12px;overflow:hidden}.editor-tabs{background:#ffffff8c;border-bottom:2px solid #3d2b1f2e;display:flex}.editor-tab{opacity:.65;color:inherit;cursor:pointer;background:0 0;border:0;padding:.45rem .65rem;font-family:inherit;font-size:.78rem}.editor-tab.active{opacity:1;border-bottom:2px solid var(--accent-terracotta);font-weight:700}.editor-body{scrollbar-width:thin;min-height:11.5rem;max-height:11.5rem;padding:.6rem .75rem .75rem;overflow:auto}.editor-line{gap:.65rem;margin:0;font-size:.82rem;line-height:1.65;display:flex}.editor-line-no{text-align:right;opacity:.45;min-width:1.45rem}.tok{white-space:pre}.tok-keyword{color:#a22f4d;font-weight:700}.tok-prop{color:#0b5f76}.tok-string{color:#2c7a3f}.tok-number{color:#8f4d14}.tok-symbol{color:#3d2b1fb8}.tok-command{color:#7a1c8f;font-weight:700}.tok-flag{color:#b4580f}.tok-plain{color:var(--ink-sepia)}.badge{color:#fff;border:3px solid var(--ink-sepia);border-radius:255px 15px 225px/15px 225px 15px 255px;justify-content:center;align-items:center;display:flex;position:absolute}.badge.js{background:var(--accent-terracotta);width:4rem;height:4rem;font-size:1.5rem;top:0;right:1rem;transform:rotate(12deg)}.badge.ts{background:var(--accent-moss);width:5rem;height:5rem;font-size:1.2rem;bottom:3rem;left:0;transform:rotate(-12deg)}.wave-doodle{opacity:.3;position:absolute;top:50%;left:-4rem}.wave-doodle svg{stroke:var(--ink-sepia)}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}@keyframes homeSlideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes homeSlideLeft{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes plusBlink{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.68;transform:translateY(-1px)}}
.dock-wrap{z-index:50;justify-content:center;padding:0 1rem;display:flex;position:fixed;bottom:2.5rem;left:0;right:0}.dock{align-items:center;gap:1rem;padding:.5rem 1.5rem;display:flex}.dock-item{color:var(--ink-sepia);flex-direction:column;align-items:center;padding:.5rem;text-decoration:none;transition:color .2s;display:flex}.dock-item:hover,.dock-item.active{color:var(--accent-terracotta)}.dock-item span{font-size:.75rem;font-weight:700}.dock-divider{background:var(--ink-sepia);opacity:.2;width:2px;height:2rem}
.projects-shell{height:auto;min-height:100dvh;padding-bottom:7rem;overflow:visible}.connect-shell{height:auto;min-height:100dvh;padding-bottom:5.5rem;overflow:visible}.projects-main{z-index:10;width:100%;max-width:80rem;margin:0 auto;padding:2.5rem 3rem 2rem}.connect-main{z-index:10;flex-direction:column;justify-content:center;gap:2rem;width:100%;max-width:78rem;min-height:calc(100dvh - 6rem);margin:0 auto;padding:1.5rem 2.25rem;display:flex;position:relative}.projects-intro{margin-bottom:4rem}.projects-intro-animate{animation:.55s ease-out both projectsIntroIn}.projects-heading{margin:0 0 .5rem;font-size:3rem}.projects-subtitle{opacity:.8;margin:0;font-size:1.75rem}.connect-intro{margin:0}.connect-intro-animate{animation:.55s ease-out both connectFadeUp}.connect-heading{margin:0 0 .5rem;font-size:3rem}.connect-subtitle{opacity:.82;max-width:50rem;margin:0;font-size:1.55rem;line-height:1.35}.connect-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem;width:100%;max-width:80rem;margin:.6rem auto 1.6rem;display:grid}.connect-card{color:inherit;flex-direction:column;gap:.5rem;padding:1.1rem 1.1rem 1rem;text-decoration:none;transition:transform .25s,box-shadow .25s;animation:.45s ease-out both connectCardIn;display:flex;position:relative;overflow:hidden}.connect-card:before{content:"";background:#3d2b1f2e;width:46%;height:2px;position:absolute;top:0;right:0}.connect-card:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff38,#0000 50%);position:absolute;inset:0}.connect-card.tilt-neg{transform:rotate(-.35deg)}.connect-card.tilt-pos{transform:rotate(.35deg)}.connect-card:hover{transform:translateY(-4px)rotate(0);box-shadow:9px 12px #3d2b1f73}.connect-card.tone-terracotta{background:linear-gradient(#f9f5ef 0%,#f2ebe1 100%)}.connect-card.tone-moss{background:linear-gradient(#f7f6ef 0%,#edf0e4 100%)}.connect-top{justify-content:space-between;align-items:center;display:flex}.connect-open{border:2px solid var(--ink-sepia);opacity:.75;border-radius:.45rem;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;display:inline-flex}.connect-icon{border:3px solid var(--ink-sepia);background:#fff;border-radius:255px 15px 225px/15px 225px 15px 255px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:inline-flex}.connect-icon.terracotta{color:var(--accent-terracotta)}.connect-icon.moss{color:var(--accent-moss)}.connect-icon-text{font-size:1rem;font-weight:700}.connect-title{margin:0;font-size:1.95rem}.connect-handle{opacity:.8;margin:0;font-size:.95rem}.connect-note{text-align:center;background:#f8f5ee;width:100%;max-width:none;margin:0 auto;padding:1.15rem 1.5rem 1.05rem}.connect-note-animate{animation:.7s ease-out both connectFloatIn}.connect-note-copy{opacity:.9;margin:0;font-size:1.45rem;font-style:italic;line-height:1.35}.connect-note-meta{letter-spacing:.01em;opacity:.75;margin:.75rem 0 0;font-size:1rem}.connect-ai-credit{opacity:.85;text-align:center;background:#fcf9f28c;border:2px dashed #3d2b1f80;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;width:fit-content;margin:.35rem auto 0;padding:.35rem .75rem;font-size:.95rem;display:flex}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;display:grid}.project-card{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.project-card-animate{opacity:0;transform:translateY(10px)scale(.985)}.project-card-animate.is-visible{animation:.45s ease-out both projectCardIn}.project-card.rotate-neg-1{transform:rotate(-1deg)}.project-card.rotate-1{transform:rotate(1deg)}.project-card.rotate-2{transform:rotate(2deg)}.project-card.rotate-neg-2{transform:rotate(-2deg)}.project-thumb{border:2px dashed var(--ink-sepia);border-radius:15px 50px 20px 45px;width:100%;height:12rem;display:block;position:relative;overflow:hidden}.project-thumb-icon{opacity:.35;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:absolute;inset:0}.project-thumb-glyph{color:var(--ink-sepia);stroke-width:2.4px}.project-overlay{text-align:center;background:#ffffffe6;padding:.5rem;transition:transform .3s;position:absolute;bottom:1rem;left:1rem;right:1rem;transform:translateY(5rem)}.group:hover .project-overlay{transform:translateY(0)}.project-overlay p{margin:0;font-size:.85rem;font-weight:700}.project-title{margin:0 0 .5rem;font-size:1.9rem}.project-copy{margin:0 0 1rem;font-size:1.125rem;line-height:1.2}.project-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag-sketch{border:2px solid var(--ink-sepia);background:#fff;border-radius:100% 10%/10% 100%;padding:.125rem .625rem;font-size:.875rem;font-weight:700}.add-project-card{background:#fff3;border-style:dashed;flex-direction:column;justify-content:center;align-items:center;min-height:23rem;padding:1.5rem;display:flex}.add-project-icon{background:#fff;border-radius:999px;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:.5rem;display:flex}.add-project-title{margin:0 0 .35rem;font-size:1.6rem}.add-project-link{text-underline-offset:4px;color:inherit;font-size:.875rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:4s ease-in-out infinite float}.text-right{text-align:right}.notfound-home-btn{color:#fff;background:var(--accent-terracotta);border:3px solid var(--ink-sepia);border-radius:255px 15px 225px/15px 225px 15px 255px;padding:.6rem 1.5rem;font-size:1.2rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:4px 5px #3d2b1f59}.notfound-home-btn:hover{transform:translateY(-2px)rotate(-1deg);box-shadow:6px 8px #3d2b1f73}@keyframes connectFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes projectsIntroIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes projectCardIn{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes connectCardIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes connectFloatIn{0%{opacity:0;transform:translateY(12px)}60%{opacity:1;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.home-main-animate,.hero-left-animate,.hero-right-animate,.about-hero-animate,.about-intro-animate,.about-photo-animate,.timeline-item-animate,.projects-intro-animate,.project-card-animate,.connect-intro-animate,.connect-card,.connect-note-animate{animation:none!important}.project-card-animate{opacity:1!important;transform:none!important}}
.about-shell{height:auto;min-height:100dvh;padding-bottom:5.5rem;overflow:visible}.about-shell .sketchy-card:hover{transform:none;box-shadow:6px 8px #3d2b1f66}.about-header{align-items:center}.about-back{color:var(--ink-sepia);align-items:center;gap:1rem;text-decoration:none;display:flex}.about-back-text{font-size:1.9rem;font-weight:700}.about-cv-tag{background:#fff;padding:.25rem 1rem;font-size:1.25rem;transform:rotate(-2deg)}.about-main{z-index:10;flex-direction:column;gap:5rem;width:100%;max-width:72rem;margin:0 auto;padding:2.5rem 1.5rem 0;display:flex;position:relative}.hello-note{border:3px solid var(--ink-sepia);background:#fff;border-radius:999px;align-self:flex-start;align-items:center;padding:.5rem 1.15rem;font-size:1.2rem;display:inline-flex;transform:rotate(-6deg);box-shadow:6px 6px #3d2b1f73}.about-hero{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:3.25rem;display:grid}.about-hero-animate{animation:.35s ease-out both aboutFadeIn}.about-hero-copy{flex-direction:column;gap:1.1rem;display:flex}.about-intro-card{background:#fcf9f2;padding:1.35rem 1.5rem;transform:rotate(-.5deg)}.about-intro-animate{animation:.4s ease-out both aboutSlideUp}.about-intro-card:hover{transform:rotate(-.5deg);box-shadow:6px 8px #3d2b1f66}.about-description{margin:0;font-size:1.48rem;line-height:1.45}.about-chips{flex-wrap:wrap;gap:.85rem;margin-top:.25rem;display:flex}.about-chip{background:#f9f1dc;border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .9rem;font-weight:700;display:inline-flex}.about-chip.sketchy-card:hover{transform:none;box-shadow:6px 8px #3d2b1f66}.about-photo-wrap{position:relative}.about-photo-animate{animation:.45s ease-out both aboutSlideLeft}.about-photo-card{background:#fff;padding:1rem;transform:rotate(2deg);box-shadow:8px 10px #3d2b1f59}.about-photo{object-fit:cover;border:2px solid var(--ink-sepia);border-radius:.75rem;width:100%;height:22rem}.about-photo-tag{background:var(--accent-terracotta);color:#fff;padding:.45rem 1.25rem;font-size:1.4rem;position:absolute;bottom:-1.25rem;right:-1.2rem;transform:rotate(-5deg);box-shadow:5px 5px #3d2b1f59}.about-timeline-section{flex-direction:column;gap:2.25rem;display:flex}.about-section-title{margin:0 auto;font-size:clamp(2.35rem,5vw,3rem);display:inline-block}.about-timeline{--timeline-gap:2rem;--timeline-dot-size:1.2rem;padding:3rem 0;position:relative}.timeline-line{background:var(--ink-sepia);opacity:.3;border-radius:100% 0;width:4px;margin-left:-2px;position:absolute;top:0;bottom:0;left:50%}.timeline-grid{z-index:2;flex-direction:column;gap:2rem;display:flex;position:relative}.timeline-item{width:100%;position:relative}.timeline-item-animate{opacity:0;transform:translateY(10px)}.timeline-item-animate.is-visible{animation:.32s ease-out both timelineReveal}.timeline-card{width:calc(50% - var(--timeline-gap));background:#fff;max-width:none;padding:1.1rem 1.25rem;position:relative}.timeline-card.left{margin-right:auto}.timeline-card.right{margin-left:auto}.timeline-period{font-weight:700}.timeline-title{margin:.25rem 0 .5rem;font-size:2rem}.timeline-company{margin:0 0 .45rem;font-weight:700}.timeline-company a{color:inherit;text-underline-offset:3px;text-decoration:underline}.timeline-card p{margin:0}.timeline-points{flex-direction:column;gap:.35rem;margin:0;padding-left:1.1rem;display:flex}.timeline-points li{margin:0;line-height:1.45}.timeline-dot{width:var(--timeline-dot-size);height:var(--timeline-dot-size);background:var(--ink-sepia);border-radius:999px;position:absolute;top:1.1rem;left:50%;transform:translate(-50%)}.about-skills-section{display:block}.about-section-heading{margin:0;font-size:3rem}.about-skills-column{flex-direction:column;gap:2rem;display:flex}.skills-blob-grid{flex-wrap:wrap;gap:1.5rem;display:flex}.skill-blob{border:2px solid var(--ink-sepia);cursor:default;background:#fff;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;transition:transform .2s;display:flex}.skill-blob:hover{transform:scale(1.1)}.skill-sm{width:8rem;height:8rem}.skill-md{width:9rem;height:9rem}.skill-lg{width:10rem;height:10rem}.skill-rotate-neg-3{transform:rotate(-3deg)}.skill-rotate-6{transform:rotate(6deg)}.skill-rotate-neg-3:hover{transform:rotate(-3deg)scale(1.1)}.skill-rotate-6:hover{transform:rotate(6deg)scale(1.1)}.skill-name{text-align:center;font-size:1.25rem}.skill-bar-track{background:#3d2b1f1a;border-radius:999px;width:100%;height:.5rem;margin-top:.5rem;overflow:hidden}.skill-bar-fill{height:100%}.skill-bar-fill.terracotta{background:var(--accent-terracotta)}.skill-bar-fill.moss{background:var(--accent-moss)}.about-stack-card{background:#fcf9f2;max-width:56rem;margin:0 auto;padding:2rem;position:relative;overflow:hidden}.about-stack-title{margin:0 0 1.5rem;font-size:2.5rem}.about-stack-intro{opacity:.9;max-width:44rem;margin:0 0 1.25rem;font-size:1.2rem}.about-stack-list{flex-direction:column;gap:1rem;margin:0;padding:0;font-size:1.3rem;list-style:none;display:flex}.about-stack-list li{align-items:center;gap:.75rem;display:flex}.about-stack-tags{flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;display:flex}.about-stack-palm{opacity:.1;position:absolute;bottom:-1rem;right:-1rem}@keyframes floating{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(2deg)}}.animate-floating{animation:4s ease-in-out infinite floating}@keyframes aboutFadeIn{0%{opacity:0}to{opacity:1}}@keyframes aboutSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes aboutSlideLeft{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}@keyframes timelineReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media (max-width:1100px){.site-header,.main-grid,.projects-main,.about-main,.connect-main{padding-left:1.5rem;padding-right:1.5rem}.hero-left{grid-column:span 12/span 12}.hero-right{grid-column:span 12/span 12;height:auto;min-height:22rem;margin-top:.25rem}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.connect-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.about-hero,.about-skills-section{grid-template-columns:1fr;gap:2rem}.orbit-ring{width:360px;height:360px}.code-card{width:min(20rem,92vw);height:auto;min-height:22rem}}@media (max-width:640px){body{overflow:hidden auto}.app-shell{height:auto;min-height:100vh}.site-header{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1.25rem}.header-actions{justify-content:space-between;width:100%}.brand-text{font-size:1.5rem}.hero-subtitle{font-size:2rem}.hero-title{white-space:nowrap;font-size:clamp(3.6rem,24vw,5rem)}.hero-quote{max-width:100%;font-size:1.6rem}.main-grid,.projects-main,.connect-main,.about-main{padding-left:1rem;padding-right:1rem}.main-grid{gap:2rem;padding-top:1.5rem;padding-bottom:7.5rem}.hero-right{min-height:20rem}.orbit-ring{width:300px;height:300px}.dock-wrap{bottom:1rem}.projects-main,.connect-main,.about-main{padding-top:1.5rem;padding-bottom:7.5rem}.about-main,.connect-main{padding-bottom:5.25rem}.connect-main{justify-content:flex-start;min-height:auto}.projects-heading{font-size:2.2rem}.projects-subtitle{font-size:1.25rem}.connect-heading{font-size:2.2rem}.connect-subtitle{font-size:1.25rem}.connect-grid{grid-template-columns:1fr}.connect-note{max-width:none;margin-top:0;padding:.9rem 1rem}.connect-note-copy{font-size:1.05rem}.connect-note-meta{font-size:.85rem}.connect-ai-credit{margin-top:0;font-size:.85rem}.projects-grid{grid-template-columns:1fr;gap:1.25rem}.about-back-text{font-size:1.5rem}.about-cv-tag{font-size:1rem}.about-main{gap:3rem}.hello-note{padding:.4rem .95rem;font-size:1.05rem}.about-description{font-size:1.25rem}.about-intro-card{padding:1rem 1rem 1.1rem}.about-photo{height:18rem}.about-timeline{padding:1rem 0}.timeline-line{margin-left:0;left:.75rem;transform:none}.timeline-grid{padding-left:2rem}.timeline-item.left,.timeline-item.right{width:100%;margin-left:0;margin-right:0}.timeline-card{width:100%;max-width:100%}.timeline-dot{top:1.1rem;left:-2rem;right:auto;transform:none}.about-section-title,.about-section-heading{font-size:2.2rem}}@media (max-width:480px){.status-pill{padding:.45rem .75rem;font-size:.95rem}.status-text{letter-spacing:0}.role-tag{padding:.5rem .95rem;font-size:1.45rem}.single-experience{word-spacing:.04em;font-size:1.85rem}.connect-main{gap:1.35rem}.connect-title{font-size:1.7rem}.project-title{font-size:1.65rem}.project-copy{font-size:1rem}.dock{justify-content:space-between;gap:.2rem;width:min(100%,22rem);padding:.45rem .65rem}.dock-item{padding:.35rem .3rem}.dock-item svg{width:20px;height:20px}.dock-item span{font-size:.68rem}}@media (max-width:360px){.site-header,.main-grid,.projects-main,.connect-main,.about-main{padding-left:.75rem;padding-right:.75rem}.hero-title{font-size:clamp(3.15rem,22vw,4.3rem)}.hero-subtitle{font-size:1.65rem}.hero-quote{max-width:100%;font-size:1.28rem;line-height:1.35}.status-pill{font-size:.84rem}.role-tag{font-size:1.2rem}.projects-heading,.connect-heading,.about-section-title{font-size:1.95rem}.connect-subtitle,.projects-subtitle{font-size:1.05rem}.connect-card{padding:.9rem}.connect-icon{width:3rem;height:3rem}.connect-title{font-size:1.5rem}.connect-handle{font-size:.86rem}.about-description{font-size:1.08rem}.about-photo{height:15rem}.about-photo-tag{font-size:1.1rem;bottom:-.9rem;right:-.7rem}.timeline-title{font-size:1.7rem}.timeline-points{gap:.25rem}.timeline-points li{line-height:1.35}.dock{width:min(100%,20rem);padding:.35rem .5rem}}@media (max-width:320px){.hero-title{font-size:clamp(2.2rem,16vw,3rem)}.status-pill{max-width:100%;padding:.4rem .55rem;font-size:.78rem}.role-tag{padding:.45rem .7rem;font-size:1.05rem}.single-experience{font-size:1.55rem}.project-card{padding:1rem}.project-thumb{height:10rem}.tag-sketch{padding:.1rem .45rem;font-size:.78rem}.connect-note-copy{font-size:.95rem}.hero-quote{max-width:100%;font-size:1.12rem;line-height:1.4}.connect-ai-credit{padding:.28rem .55rem;font-size:.75rem}.about-chip{padding:.35rem .65rem;font-size:.9rem}.timeline-card{padding:.9rem .9rem 1rem}.timeline-period{font-size:.82rem}.timeline-title{font-size:1.45rem}.dock{width:100%}.dock-item span{font-size:.62rem}}@media (max-width:400px){.main-grid{grid-template-columns:1fr;width:100%;min-width:0}.hero-left{width:100%;min-width:0}.hero-quote{white-space:normal;overflow-wrap:anywhere;word-break:break-word;text-wrap-style:balance;max-width:100%}}

