*{margin:0;padding:0;box-sizing:border-box}:root{--color-orange:#FF6B35;--color-yellow:#F7B801;--color-dark:#1a1a1a;--color-medium:#2d2d2d;--color-light:#f5f5f5;--color-gray:#b0b0b0;--spacing:1rem}.brand-fox{background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-yellow) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background-color:var(--color-dark);color:var(--color-light);line-height:1.6}.skip-link{position:absolute;top:-40px;left:0;background:var(--color-orange);color:white;padding:8px 16px;text-decoration:none;z-index:100}.skip-link:focus{top:0}.hero{background:linear-gradient(135deg,var(--color-dark) 0%,var(--color-medium) 100%);color:white;padding:4rem 2rem;text-align:center;min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.fox-logo{width:100px;height:100px;margin-bottom:2rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem}.hero .tagline{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:300;background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-yellow) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.hero .subtitle{font-size:clamp(1rem,2vw,1.125rem);color:var(--color-gray);max-width:600px}.inline-logo{height:1.2em;width:auto;vertical-align:middle;margin:0 0.1em}.cta-button{display:inline-block;margin-top:2rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-yellow) 100%);color:white;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.125rem;transition:transform 0.2s,box-shadow 0.2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(255,107,53,0.3)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:4rem 0}section h2{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem;text-align:center;color:var(--color-light)}section .section-intro{text-align:center;max-width:700px;margin:0 auto 3rem;color:var(--color-gray);font-size:1.125rem}.projects-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:3rem}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.project-card{background:var(--color-medium);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.3);transition:transform 0.2s,box-shadow 0.2s}.project-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,0.15)}.project-screenshot{width:100%;height:250px;object-fit:cover;border-bottom:3px solid var(--color-orange)}.project-content{padding:2rem}.project-card h3{font-size:1.75rem;margin-bottom:0.5rem;color:var(--color-light)}.project-card .project-link{color:var(--color-orange);text-decoration:none;font-weight:600;font-size:0.875rem;text-transform:uppercase;letter-spacing:0.5px}.project-card .project-link:hover{text-decoration:underline}.project-description{margin:1rem 0;color:var(--color-gray);line-height:1.7}.project-features{list-style:none;margin:1rem 0}.project-features li{padding:0.25rem 0;color:var(--color-gray)}.project-features li::before{content:"✓ ";color:var(--color-orange);font-weight:bold;margin-right:0.5rem}.project-cta{display:inline-block;margin-top:1rem;padding:0.75rem 1.5rem;background:var(--color-orange);color:white;text-decoration:none;border-radius:6px;font-weight:600;transition:background 0.2s}.project-cta:hover{background:#e55a25}footer{background:var(--color-dark);color:white;padding:2rem 0;text-align:center}footer p{margin-bottom:1rem;color:var(--color-gray)}footer a{color:var(--color-orange);text-decoration:none}footer a:hover{text-decoration:underline}.footer-brand{display:flex;align-items:center;justify-content:center;gap:0.5rem;margin-bottom:1rem}.footer-logo{width:24px;height:24px}.footer-name{font-weight:600;color:white}.footer-tagline{color:var(--color-gray)}.footer-links{margin-top:1rem}.footer-links a{margin:0 1rem;color:var(--color-gray);font-size:0.875rem}.footer-links a i{color:var(--color-orange)}.footer-links a:hover{color:white}@media (max-width:768px){.hero{padding:3rem 1rem;min-height:50vh}section{padding:3rem 0}.container{padding:0 1rem}}