:root{--dark-red: #780000;--bright-red: #c1121f;--cream: #fdf0d5;--dark-blue: #003049;--light-blue: #669bbc}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background-color:#fff;color:var(--dark-blue)}.container{max-width:1200px;margin:0 auto;padding:2rem}nav{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;background-color:#fff}.logo{display:flex;align-items:center;text-decoration:none}.lettering{width:60px;height:60px;display:flex;align-items:center}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:var(--dark-blue)}.nav-links a:hover{color:var(--bright-red)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin:4rem 0 6rem;align-items:center;min-height:500px}.hero-content{display:flex;flex-direction:column;justify-content:center}.hero-text{max-width:600px}.hero-label{display:inline-block;font-size:.875rem;font-weight:600;color:var(--dark-red);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;padding:.5rem 1rem;background:linear-gradient(145deg,#fef2f2 0%,#fee2e2 100%);border-radius:2rem}.hero-visual{display:flex;flex-direction:column;gap:2rem;position:relative}.visual-card{background:linear-gradient(145deg,#1e293b 0%,#0f172a 100%);border-radius:1.5rem;padding:2rem;box-shadow:0 20px 50px #0003}.code-snippet{font-family:Monaco,Courier New,monospace;font-size:.875rem;line-height:1.6;color:#e2e8f0}.code-line{display:block;color:#cbd5e1}.keyword{color:#c084fc;font-weight:600}.pixel-showcase{background:linear-gradient(145deg,#f3f4ff 0%,#e8eaff 100%);border-radius:1.5rem;padding:2rem;min-height:150px;display:flex;align-items:center;justify-content:center}.pixel-grid{width:100%;height:100%;background-image:linear-gradient(rgba(120,0,0,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(120,0,0,.1) 1px,transparent 1px);background-size:20px 20px;border-radius:.5rem}h1{font-size:3rem;margin-bottom:1.5rem;line-height:1.2;color:var(--dark-blue);font-weight:800}p{color:#666;margin-bottom:2rem;line-height:1.8;font-size:1.125rem}.hero-cta{display:flex;gap:1rem;margin-top:1rem}.cta-primary{background:var(--dark-red);color:#fff;padding:1rem 2rem;border-radius:.75rem;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.cta-primary:hover{background:var(--bright-red);transform:translateY(-2px);box-shadow:0 10px 25px #78000033}.cta-secondary{padding:1rem 2rem;border-radius:.75rem;text-decoration:none;font-weight:600;color:var(--dark-blue);border:2px solid var(--dark-blue);transition:all .3s ease;display:inline-block}.cta-secondary:hover{background:var(--dark-blue);color:#fff;transform:translateY(-2px)}.social-links{display:flex;gap:1rem;margin-top:1rem}.contact-btn{background:var(--dark-red);color:#fff;padding:.8rem 2rem;border-radius:2rem;text-decoration:none;display:inline-block;margin-right:1rem}.contact-btn:hover{background:var(--bright-red)}.social-icon{width:40px;height:40px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.projects{max-width:1200px;margin:0 auto;padding:1rem 2rem}.section-title{font-size:2.5rem;font-weight:800;margin-bottom:3rem;color:var(--dark-blue)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.project-card{background:var(--card-bg);border-radius:24px;padding:2rem;transition:transform .3s ease;cursor:pointer;height:100%;display:flex;flex-direction:column;justify-content:space-between}.project-card:hover{transform:translateY(-5px)}.project-info{flex:1;margin-bottom:1.5rem}.project-info h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.project-card img{width:100%;height:200px;object-fit:contain;border-radius:12px;margin-bottom:1.5rem;image-rendering:crisp-edges;image-rendering:pixelated}.project-card img.pixel-art-preview{background:rgba(0,0,0,.02)}.project-card.purple{background:linear-gradient(145deg,#f3f4ff 0%,#e8eaff 100%)}.project-card.light{background:linear-gradient(145deg,#ffffff 0%,#f5f5f5 100%)}.project-card.dark{background:linear-gradient(145deg,#2a2a2a 0%,#363636 100%);color:#fff}@media (max-width: 768px){.hero{grid-template-columns:1fr;gap:3rem;margin:2rem 0 4rem;min-height:auto}h1{font-size:2rem}.hero-cta{flex-direction:column}.cta-primary,.cta-secondary{text-align:center}.featured-card{grid-template-columns:1fr;gap:2rem;padding:2rem}.featured-content h3{font-size:1.5rem}.about-content{grid-template-columns:1fr;gap:3rem}.projects{padding:2rem 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}}.welcome{width:80px;height:40px;display:block}.welcome .letters{opacity:1;fill-opacity:1}.welcome path{fill:#780000;stroke:#780000;stroke-width:1;opacity:1;fill-opacity:1}.welcome:hover path{fill:#c1121f;stroke:#c1121f;opacity:1;fill-opacity:1}.mask{fill:#fff}.featured-projects{max-width:1200px;margin:0 auto 6rem;padding:0 2rem}.featured-grid{display:grid;gap:2rem}.featured-card{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;background:linear-gradient(145deg,#f3f4ff 0%,#e8eaff 100%);border-radius:2rem;padding:3rem;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.featured-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #78000026}.featured-image{border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 30px #0000001a}.featured-image img{width:100%;height:100%;object-fit:cover;display:block}.featured-content{display:flex;flex-direction:column;gap:1rem}.project-tag{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--dark-red);background:white;padding:.5rem 1rem;border-radius:2rem;align-self:flex-start}.featured-content h3{font-size:2rem;font-weight:800;color:var(--dark-blue);margin:0}.featured-content p{font-size:1.125rem;line-height:1.7;color:#475569;margin:.5rem 0 1.5rem}.project-link{color:var(--dark-red);font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.project-link:hover{color:var(--bright-red);transform:translate(5px)}.arrow-icon{display:flex;align-items:center;gap:.5rem;font-size:24px;color:inherit;text-decoration:none;transition:all .3s ease;align-self:flex-end;padding:.5rem 1rem;border-radius:12px}.arrow-icon:hover{transform:translate(5px);background-color:#ffffff1a}.project-card.purple .arrow-icon{color:#fff}.project-card.light .arrow-icon{color:#333}.project-card.dark .arrow-icon{color:#fff}.project-card.light .arrow-icon:hover{background-color:#0000000d}.contact-section{background-color:var(--dark-blue);padding:6rem 2rem;margin-top:4rem;width:100%;border-radius:1rem}.contact-content{max-width:800px;margin:0 auto;text-align:center}.contact-description{color:var(--cream);margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.contact-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-button{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;background-color:var(--dark-red);color:var(--cream);text-decoration:none;border-radius:1rem;transition:all .3s ease}.contact-button:hover{background-color:var(--bright-red);transform:translateY(-2px)}.contact-button svg{width:20px;height:20px}@media (max-width: 768px){.contact-section{padding:4rem 1rem}.contact-links{flex-direction:column;align-items:center}}.about-section{max-width:1200px;margin:6rem auto;padding:4rem 2rem;background:linear-gradient(145deg,#ffffff 0%,#f8fafc 100%);border-radius:2rem}.about-content{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start}.about-text{max-width:700px}.about-text p{font-size:1.125rem;line-height:1.8;color:#475569;margin-bottom:1.5rem}.skills-grid{display:flex;flex-direction:column;gap:2rem}.skill-item{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease}.skill-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.skill-item h4{font-size:1.125rem;font-weight:700;color:var(--dark-red);margin-bottom:.5rem}.skill-item p{font-size:.875rem;color:#64748b;margin:0;line-height:1.6}.contact-section .section-title{color:var(--cream);font-size:2.5rem;margin-bottom:2rem}
