:root{--bg-color: #f4f1ea;--bg-secondary: #ffffff;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--accent-color: #d62828;--highlight-color: #ffcc00;--border-color: #000000;--paper-shadow: 4px 4px 0px rgba(0, 0, 0, 1);--font-main: "Courier Prime", monospace;--font-display: "Special Elite", monospace;--font-hand: "Permanent Marker", cursive;--section-spacing: 60px;--container-width: 1000px}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E"),radial-gradient(circle at 50% 50%,#fff0,#00000008);pointer-events:none;z-index:9998;mix-blend-mode:multiply}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-main);line-height:1.5;overflow-x:hidden}a,button,.icon-box,.project-card,.social-icon{cursor:pointer}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.section{min-height:auto;padding:var(--section-spacing) 0;position:relative;border-bottom:2px dashed #ccc}.section:last-child{border-bottom:none}.btn{display:inline-block;padding:10px 25px;font-family:var(--font-display);font-weight:700;text-transform:uppercase;border:2px solid var(--border-color);background:#fff;color:#000;box-shadow:var(--paper-shadow);transition:all .2s ease;position:relative;cursor:pointer}.btn:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.btn-paper:hover{background:var(--highlight-color);color:#000}h1,h2,h3{font-family:var(--font-display);color:var(--text-primary);text-transform:uppercase}.section-title{font-size:2.5rem;margin-bottom:2rem;text-align:center;position:relative;width:100%}.marker-underline{display:inline-block;position:relative}.marker-underline:after{content:"";position:absolute;bottom:5px;left:-10px;width:calc(100% + 20px);height:12px;background:var(--highlight-color);opacity:.8;z-index:-1;transform:rotate(-1deg);border-radius:20px 5px}.hero-section{text-align:center;display:flex;flex-direction:column;justify-content:center;min-height:80vh;background:linear-gradient(#e5e5e5 1px,transparent 1px),linear-gradient(90deg,#e5e5e5 1px,transparent 1px);background-size:20px 20px}.hero-name{font-size:4rem;margin-bottom:.5rem;font-family:var(--font-display);letter-spacing:-1px;color:var(--accent-color)}.typewriter-text{font-family:var(--font-main);font-size:1.5rem;color:var(--text-primary);margin-bottom:1.5rem;min-height:1.5em;background-color:var(--highlight-color);display:inline-block;padding:0 5px}.paper-note{font-family:var(--font-hand);font-size:1.3rem;color:#555;transform:rotate(-2deg);margin-bottom:2rem}.sticky-nav{position:fixed;top:0;left:0;width:100%;padding:15px 40px;display:flex;justify-content:space-between;align-items:center;z-index:1000;background:#f4f1eaf2;border-bottom:2px solid #000}.logo{font-family:var(--font-display);font-weight:900;font-size:1.5rem;border:2px solid #000;padding:2px 8px;background:var(--highlight-color)}.nav-links{display:flex;gap:25px}.nav-links a{font-family:var(--font-main);font-weight:700;font-size:.9rem;text-transform:uppercase}.nav-links a:hover{text-decoration:line-through;text-decoration-color:var(--accent-color);text-decoration-thickness:3px}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1002;position:relative;padding:10px}.nav-toggle span{display:block;width:25px;height:3px;background:#000;transition:all .3s ease}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.paper-sheet{background:#fff;border:2px solid #000;padding:2.5rem;position:relative;box-shadow:var(--paper-shadow);max-width:800px;margin:0 auto}.tape-strip{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:120px;height:35px;background:#fffc;border:1px solid #ccc;box-shadow:0 1px 3px #0000001a;opacity:.8}.about-content{display:flex;align-items:center;gap:3rem}.profile-frame{flex-shrink:0;width:200px;height:200px;border:3px solid #000;padding:10px;background:#fff;box-shadow:4px 4px #0003;transform:rotate(-2deg);display:flex;align-items:center;justify-content:center;position:relative;z-index:10}.profile-frame:after{content:"";position:absolute;top:4px;left:4px;right:4px;bottom:4px;border:1px solid #000;pointer-events:none}.profile-img-placeholder{width:100%;height:100%;background:#e5e5e5;border:2px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;z-index:2}.profile-img-placeholder i{font-size:4rem;color:#aaa}.profile-img-placeholder img{width:100%;height:100%;object-fit:cover}.about-text{flex:1;text-align:left}.about-card p{margin-bottom:1rem;font-size:1.1rem}.highlights{display:flex;flex-direction:row;align-items:center;gap:2rem;margin-top:2rem;border-top:1px dashed #000;padding-top:1.5rem}.highlight-item{display:flex;flex-direction:row;align-items:center;gap:10px;font-weight:700;text-align:left}.highlight-item span{font-family:var(--font-hand);font-size:1.2rem}@media (max-width: 768px){.highlights{flex-direction:column;justify-content:center;gap:1.5rem}.highlight-item{flex-direction:column;text-align:center}.about-text{text-align:center}}.highlight-item i{color:var(--accent-color)}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.skill-category h3{text-align:center;margin-bottom:1.5rem;font-family:var(--font-hand);font-size:1.8rem;color:var(--accent-color)}.skill-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.icon-box{width:70px;height:70px;background:#fff;border:2px solid #000;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:3px 3px #000c;transition:transform .2s}.icon-box:hover{transform:rotate(5deg) scale(1.1);background:var(--highlight-color)}.icon-box i{font-size:2rem;color:#000}.devicon-shopify-plain.colored,.devicon-html5-plain-wordmark.colored{color:#000}.colored{color:#000!important}.icon-label{font-size:.6rem;margin-top:4px;font-family:var(--font-main);text-transform:uppercase}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:900px;margin:0 auto}.project-card{background:#fff;border:2px solid #000;padding:1rem 1rem 3rem;box-shadow:var(--paper-shadow);transition:transform .3s;display:flex;flex-direction:column;align-items:center;height:100%}.project-card:nth-child(1){transform:rotate(-1deg)}.project-card:nth-child(2){transform:rotate(1deg)}.project-card:nth-child(3){transform:rotate(1.5deg)}.project-card:nth-child(4){transform:rotate(-.5deg)}.project-card:hover{transform:scale(1.02) rotate(0)!important;z-index:10}.project-image{width:100%;height:250px;background:#333;filter:grayscale(100%);border:1px solid #000;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:#fff}.project-card:hover .project-image{filter:grayscale(0%)}.project-content{text-align:center;width:100%}.project-content h3{font-family:var(--font-hand);font-size:1.8rem;margin-bottom:.5rem}.project-tech span{display:inline-block;padding:2px 8px;border:1px solid #000;margin:0 2px;font-size:.8rem;background:var(--highlight-color)}.contact-wrapper{background:#fff;border:2px solid #000;box-shadow:var(--paper-shadow);padding:2rem;max-width:600px;margin:0 auto;position:relative;background-image:repeating-linear-gradient(#fff,#fff 29px,#ccc 30px)}.contact-info{background:#fff;padding:1.5rem;border:1px solid #000;margin:1rem 0;text-align:center;display:flex;flex-direction:column;align-items:center}.contact-email{font-family:var(--font-display);font-size:1.5rem;text-decoration:underline;font-weight:700;color:var(--accent-color);word-break:break-all}.email-wrapper{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:1rem;flex-wrap:wrap}.copy-btn{background:none;border:none;cursor:pointer;font-size:1.2rem;color:#000;transition:transform .2s;padding:5px}.copy-btn:hover{transform:scale(1.1);color:var(--highlight-color)}.form-group input,.form-group textarea{width:100%;padding:10px;border:none;border-bottom:2px solid #000;background:transparent;font-family:var(--font-main);margin-bottom:1rem;outline:none}.form-group input:focus,.form-group textarea:focus{background:#ff83}.social-links{display:flex;flex-wrap:wrap;justify-content:center;margin-top:2rem;gap:15px;width:100%}.social-icon{font-size:1.5rem;color:#000;width:45px;height:45px;background:#fff;border:2px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s,background .2s;box-shadow:2px 2px #0003}.social-icon:hover{background:var(--highlight-color);color:#000;transform:translateY(-3px) rotate(5deg);box-shadow:4px 4px #0000004d}@media (max-width: 768px){.skills-grid,.projects-grid{grid-template-columns:1fr}.hero-name{font-size:2.5rem}.container{width:100%;padding:0 15px}.section-title{font-size:2rem}.nav-links{position:fixed;top:0;right:-100%;background:#f4f1ea;border-right:2px solid #000;height:100vh;width:70%;max-width:300px;padding-top:4rem;box-shadow:-4px 0 #0000001a;display:flex;flex-direction:column;align-items:center;gap:2rem;transition:right .3s ease-in-out;z-index:999}.nav-links.nav-open{right:0}.sticky-nav{padding:10px 20px}.nav-toggle{display:flex}.about-content{flex-direction:column;text-align:center;gap:2rem}.highlights,.about-text{justify-content:center;text-align:center}.highlight-item{flex-direction:column;text-align:center}.paper-cursor{display:none}body,a,button{cursor:auto}}
