nav{position:fixed;top:0;left:0;width:100%;z-index:50;background:#f4f3ef;border-bottom:4px solid black;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;letter-spacing:-1px}.nav-links{display:none;gap:2rem;font-weight:700;font-size:1.125rem}.nav-links a{color:var(--ink-color);text-decoration:none}.nav-link:hover{text-decoration:line-through;text-decoration-thickness:3px;text-decoration-color:var(--accent-color)}.mobile-menu-btn{padding:.25rem .75rem;font-weight:700;background:#fff;cursor:pointer;border:none;font-family:Space Mono,monospace}.mobile-menu{position:fixed;top:76px;left:0;width:100%;background:#fff;border-bottom:4px solid black;padding:1rem;display:flex;flex-direction:column;gap:1rem;z-index:40}.mobile-menu a{padding-bottom:.5rem;border-bottom:2px solid black;color:var(--ink-color);text-decoration:none;font-weight:700}.mobile-menu.hidden{display:none}@media (min-width: 768px){.nav-links{display:flex}.mobile-menu-btn{display:none}.mobile-menu{display:none!important}}header{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:5rem 1rem 1rem}.hero-content{max-width:1200px;width:100%;position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width: 768px){.hero-content{flex-direction:row;justify-content:space-between;gap:4rem}}.hero-text{flex:1;text-align:center}@media (min-width: 768px){.hero-text{text-align:left}}.badge{display:inline-block;padding:.5rem 1rem;background:#000;color:#fff;font-weight:700;margin-bottom:1rem;transform:rotate(-2deg);font-family:Gochi Hand,cursive;font-size:1.25rem}h1{font-size:3.5rem;margin-bottom:1.5rem;line-height:.9}@media (min-width: 768px){h1{font-size:5rem}}.bio{font-size:1.25rem;max-width:40rem;margin-bottom:2.5rem;font-weight:700;background:#fff;border:2px solid black;padding:1rem;border-radius:255px 15px 225px/15px 225px 15px 255px;box-shadow:4px 4px #000;margin-left:auto;margin-right:auto}@media (min-width: 768px){.bio{font-size:1.5rem;margin-left:0;margin-right:0}}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width: 768px){.cta-buttons{justify-content:flex-start}}.btn{padding:1rem 2rem;font-size:1.25rem;font-weight:700;text-decoration:none;color:#000;display:inline-flex;align-items:center;gap:.5rem}.profile-container{position:relative;width:14rem;height:14rem;flex-shrink:0;margin-bottom:2rem;order:-1}@media (min-width: 768px){.profile-container{width:18rem;height:18rem;margin-bottom:0;order:0}}.tape{position:absolute;top:-1rem;left:50%;transform:translate(-50%) rotate(2deg);width:6rem;height:1.5rem;background:#ffeb3be6;z-index:20;box-shadow:0 1px 2px #0000001a}.profile-image{width:100%;height:100%;background:#fff;border:4px solid black;box-shadow:8px 8px 0 0 var(--accent-color);position:relative;z-index:10;overflow:hidden;transform:rotate(3deg);transition:all .3s}.profile-image:hover{transform:rotate(0)}.profile-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .5s}.profile-image:hover img{filter:grayscale(0%)}section{padding:5rem 1rem;border-top:4px solid black;position:relative}.section-container{max-width:1200px;margin:0 auto}.section-title{font-size:3rem;margin-bottom:4rem;position:relative;display:inline-block}@media (min-width: 768px){.section-title{font-size:4.5rem}}.project-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.project-grid{grid-template-columns:repeat(3,1fr)}}.project-card{padding:1.5rem;display:flex;flex-direction:column;height:100%}.project-img{width:100%;height:10rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid black;font-weight:700;font-size:2.5rem}.project-img img{width:100%;height:100%;object-fit:cover}.project-card h3{font-size:1.5rem;margin-bottom:.5rem}.project-card p{font-size:.875rem;margin-bottom:1rem;flex-grow:1}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:700}.tag{padding:.25rem .5rem;border:1px solid black}.project-link{margin-top:auto;border:2px solid black;background:#fff;color:#000;padding:.5rem;text-align:center;font-weight:700;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.project-link:hover{background:#000;color:#fff}.skills-section{background:#fff}.skills-container{max-width:1000px;margin:0 auto;text-align:center}.skills-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.skill-tag{padding:.75rem 1.5rem;font-size:1.25rem;font-weight:700;cursor:default;transition:transform .2s}.skill-tag:hover{transform:scale(1.1)}.resume-section{background:#ff5e5e;text-align:center;position:relative;overflow:hidden}.resume-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;background-image:linear-gradient(#000 2px,transparent 2px),linear-gradient(90deg,#000 2px,transparent 2px);background-size:40px 40px}.resume-box{max-width:48rem;margin:0 auto;position:relative;z-index:10;background:#fff;border:4px solid black;padding:2rem;box-shadow:12px 12px #000}@media (min-width: 768px){.resume-box{padding:3rem}}.resume-section h2{font-size:2.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.resume-section h2{font-size:3.75rem}}.resume-section p{font-size:1.25rem;margin-bottom:2rem}.download-btn{background:#000;color:#000;padding:1rem 2rem;font-size:1.25rem;font-weight:700;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .2s;text-decoration:none}.download-btn:hover{background:#ffeb3b;color:#000}footer{background:#000;color:#fff;padding:3rem 1rem;border-top:4px solid white}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}@media (min-width: 768px){.footer-content{flex-direction:row}}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#fff;text-decoration:none;font-weight:700;font-size:1.125rem;transition:color .2s}.footer-links a:hover{color:#ffeb3b}:root{--bg-color: #f4f3ef;--ink-color: #1a1a1a;--accent-color: #ff5e5e;--highlight-color: #ffeb3b;--shadow-offset: 6px;--border-width: 3px}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-color);color:var(--ink-color);font-family:Space Mono,monospace;background-image:radial-gradient(var(--ink-color) 1px,transparent 1px);background-size:20px 20px;overflow-x:hidden}html{scroll-behavior:smooth}h1,h2,h3{font-family:Archivo Black,sans-serif;text-transform:uppercase;letter-spacing:-1px}.handwritten{font-family:Gochi Hand,cursive}.brutal-box{background:#fff;border:var(--border-width) solid var(--ink-color);box-shadow:var(--shadow-offset) var(--shadow-offset) 0 var(--ink-color);transition:all .15s ease-in-out;position:relative}.brutal-box:hover{transform:translate(-2px,-2px);box-shadow:calc(var(--shadow-offset) + 2px) calc(var(--shadow-offset) + 2px) 0 var(--ink-color)}.doodle-border{border:var(--border-width) solid var(--ink-color);border-radius:255px 15px 225px/15px 225px 15px 255px}.highlight{position:relative;z-index:1;white-space:nowrap}.highlight:before{content:"";position:absolute;z-index:-1;top:60%;left:-5px;right:-5px;bottom:5px;background:var(--highlight-color);transform:rotate(-1deg);opacity:.8}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}to{transform:translateY(0) rotate(0)}}.animate-float{animation:float 4s ease-in-out infinite}.svg-doodle{position:absolute;pointer-events:none;z-index:0}
