:root{--color-bg: #ffffff;--color-bg-alt: #f8f9fa;--color-surface: #f1f3f4;--color-text: #202124;--color-text-secondary: #5f6368;--color-text-muted: #9aa0a6;--color-border: #dadce0;--color-black: #202124;--color-white: #ffffff;--color-blue: #4285f4;--color-red: #ea4335;--color-yellow: #fbbc04;--color-green: #34a853;--color-focus: #4285f4;--color-link: #1a73e8;--color-nav-bg: rgba(255, 255, 255, .95);--font-sans: "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-display: clamp(2.5rem, 5vw, 4.5rem);--text-headline: clamp(1.75rem, 3.5vw, 3rem);--text-title: clamp(1.25rem, 2vw, 1.5rem);--text-body-lg: 1.125rem;--text-body: 1rem;--text-body-sm: .875rem;--text-label: .75rem;--leading-tight: 1.1;--leading-snug: 1.3;--leading-normal: 1.6;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-9: 36px;--space-10: 40px;--space-11: 44px;--space-12: 48px;--space-13: 52px;--space-14: 56px;--space-15: 60px;--space-16: 64px;--space-17: 72px;--space-18: 80px;--space-19: 88px;--space-20: 96px;--space-21: 112px;--space-22: 128px;--space-23: 144px;--space-24: 160px;--section-padding: 8rem 0;--container-max: 1200px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-pill: 999px}[data-theme=dark]{--color-bg: #1f1f1f;--color-bg-alt: #121212;--color-surface: #2d2d30;--color-text: #e8eaed;--color-text-secondary: #9aa0a6;--color-text-muted: #70757a;--color-border: #3c4043;--color-black: #ffffff;--color-white: #202124;--color-blue: #8ab4f8;--color-red: #f28b82;--color-yellow: #fdd663;--color-green: #81c995;--color-focus: #8ab4f8;--color-link: #8ab4f8;--color-nav-bg: rgba(31, 31, 31, .95)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:var(--leading-normal);transition:background-color .3s ease,color .3s ease,border-color .3s ease}body,.nav,.project-card,.gallery-card,.input,.btn,.section__divider,.footer,.icon-circle,.mobile-menu{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease,transform .3s ease}img{max-width:100%;display:block}.container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}.section{padding:var(--section-padding)}.section--alt{background-color:var(--color-bg-alt)}.section__label{display:inline-flex;align-items:center;align-self:flex-start;padding:.375rem 1rem;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);font-size:var(--text-label);font-weight:600;letter-spacing:.08em;color:var(--color-text-secondary);margin-bottom:1.5rem}.section__headline{font-size:var(--text-headline);font-weight:400;letter-spacing:-.015em;line-height:var(--leading-tight);color:var(--color-text);margin-bottom:1.5rem}.section__divider{width:100%;height:1px;background-color:var(--color-border);margin:0}.btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:.75rem 1.75rem;font-size:var(--text-body-sm);font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s cubic-bezier(.34,1.56,.64,1),opacity .2s ease;text-decoration:none;border:none;line-height:1.4}.btn:hover{transform:scale(1.04)}.btn:active{transform:scale(.96)}.btn--primary{background-color:var(--color-black);color:var(--color-white)}.btn--primary:hover{opacity:.85}.btn--secondary{background-color:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn--secondary:hover{background-color:var(--color-surface);border-color:var(--color-text-muted)}.btn--sm{padding:.5rem 1.25rem;font-size:var(--text-label)}.nav{position:sticky;top:0;z-index:100;background:var(--color-nav-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1rem 0;transition:border-color .3s ease;border-bottom:1px solid transparent}.nav.scrolled{border-bottom:1px solid var(--color-border)}.nav .container{display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-text)}.nav__logo-mark{width:36px;height:36px;background-color:var(--color-black);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.nav__logo-text{font-weight:600;font-size:.875rem;letter-spacing:.02em}.nav__links{display:flex;gap:2rem;list-style:none}.nav__links a{text-decoration:none;font-size:var(--text-body-sm);font-weight:500;color:var(--color-text-secondary);transition:color .2s ease;position:relative}.nav__links a:hover,.nav__links a.active{color:var(--color-text)}.nav__cta{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:.75rem 1.75rem;font-size:var(--text-body-sm);font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:all .2s ease;text-decoration:none;border:none;background-color:var(--color-black);color:var(--color-white)}.nav__cta:hover{opacity:.85}.nav__hamburger{display:none;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--color-text);transition:transform .2s cubic-bezier(.34,1.56,.64,1),color .2s ease}.nav__hamburger:hover{transform:scale(1.1)}.nav__hamburger:active{transform:scale(.9)}.nav__hamburger span{display:block;width:22px;height:2px;background-color:var(--color-text);position:relative}.nav__hamburger span:before,.nav__hamburger span:after{content:"";display:block;width:22px;height:2px;background-color:var(--color-text);position:absolute;left:0}.nav__hamburger span:before{top:-7px}.nav__hamburger span:after{top:7px}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:6rem 0 3rem}.hero__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;width:100%}.hero__pfp-area{display:flex;justify-content:center;align-items:center;position:relative;z-index:2;top:-1.5rem}.hero__pfp-wrapper{position:relative;width:250px;height:250px;display:flex;justify-content:center;align-items:center;animation:float-slow 18s ease-in-out infinite}.hero__pfp-image{width:225px;height:225px;border-radius:50%;object-fit:cover;border:4px solid var(--color-bg);box-shadow:0 8px 30px #00000014;position:relative;z-index:2;transition:border-color .3s ease,transform .4s cubic-bezier(.165,.84,.44,1)}[data-theme=dark] .hero__pfp-image{border-color:var(--color-surface);box-shadow:0 8px 30px #0000004d}.hero__pfp-wrapper:hover .hero__pfp-image{transform:scale(1.08)}.hero__pfp-ring{position:absolute;inset:-8px;border-radius:50%;border:3px dashed var(--color-blue);opacity:.3;animation:spin 30s linear infinite;z-index:1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__content{position:relative;z-index:1;text-align:center;max-width:650px}.hero__text-floating-wrapper{animation:float-text 6s ease-in-out infinite}@keyframes float-text{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__greeting{font-size:clamp(.875rem,2vw,1.125rem);font-weight:500;letter-spacing:.15em;color:var(--color-blue);margin-bottom:.6rem;margin-left:.6rem}.hero__name{font-size:clamp(3rem,7vw,5rem);font-weight:700;line-height:var(--leading-tight);letter-spacing:.02em;color:var(--color-text);margin-bottom:.5rem;margin-left:-1rem}.hero__title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:500;color:var(--color-blue);margin-bottom:1.5rem;letter-spacing:-.01em}.hero__catchy{font-size:clamp(1.125rem,2.2vw,1.35rem);font-weight:400;color:var(--color-text-secondary);max-width:650px;margin:0 auto 3rem;line-height:var(--leading-relaxed);white-space:pre-line}.hero__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}#hero-social{justify-content:center}.social-links{display:flex;gap:1rem}.social-links a{width:44px;height:44px;border-radius:50%;border:1px solid var(--color-border);display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-secondary);text-decoration:none;transition:all .3s ease}.social-links a:hover{border-color:var(--color-text);color:var(--color-text);background-color:var(--color-surface);transform:translateY(-3px)}@media(min-width:769px){.hero{padding:0}.hero__container{flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:4rem}.hero__content{text-align:left;margin:0}.hero__catchy{margin:0 0 3rem}.hero__buttons,#hero-social{justify-content:flex-start}.hero__pfp-area{top:-3rem}.hero__pfp-wrapper{width:400px;height:400px}.hero__pfp-image{width:375px;height:375px}.hero__pfp-ring{inset:-12px}}.about__statement{font-size:clamp(1.25rem,2.5vw,2rem);font-weight:400;line-height:var(--leading-snug);color:var(--color-text);max-width:800px;margin-bottom:4rem}.about__tech{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.about__tech-pill{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);font-size:var(--text-body-sm);font-weight:500;color:var(--color-text-secondary);transition:background-color .3s ease,color .3s ease,border-color .3s ease,transform .3s ease;cursor:default}.about__tech-pill:hover{background-color:var(--color-black);color:var(--color-white);border-color:var(--color-black);transform:translateY(-2px)}.featured__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:1.5rem .5rem}.project-card{background-color:var(--color-surface);border-radius:28px;padding:3rem;position:relative;overflow:visible;transition:transform .5s cubic-bezier(.165,.84,.44,1),box-shadow .3s ease,background-color .3s ease;z-index:1;border:2px solid transparent;transform-style:preserve-3d}.project-card:after{content:"";position:absolute;inset:2px;background-color:var(--color-surface);border-radius:26px;z-index:-1;transition:background-color .3s ease}.project-card:before{content:"";position:absolute;inset:0;border-radius:28px;background:radial-gradient(300px circle at var(--mouse-x, 0) var(--mouse-y, 0),var(--project-glow-color, var(--color-blue)),transparent 80%);z-index:-2;opacity:0;transition:opacity .3s ease;pointer-events:none}.project-card:hover{transition:transform .08s ease-out,box-shadow .3s ease,background-color .3s ease;background-color:transparent;box-shadow:0 20px 40px #0000001f}.project-card:hover:before{opacity:.85}.project-card:hover:after{background-image:radial-gradient(400px circle at var(--mouse-x, 0) var(--mouse-y, 0),var(--project-glow-bg, rgba(66, 133, 244, .05)),transparent 60%)}[data-theme=dark] .project-card:hover{box-shadow:0 20px 40px #ffffff0d}[data-theme=dark] .project-card:hover:after{background-color:var(--color-border)}.project-card__label{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-pill);font-size:var(--text-label);font-weight:500;letter-spacing:.05em;color:var(--color-text-secondary);margin-bottom:1.5rem;margin-left:-.6rem;transform:translateZ(16px)}.project-card__title{font-size:var(--text-title);font-weight:500;color:var(--color-text);margin-bottom:1rem;transform:translateZ(32px)}.project-card__description{font-size:var(--text-body);color:var(--color-text-secondary);line-height:var(--leading-normal);margin-bottom:1.5rem;transform:translateZ(24px)}.project-card__tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;transform:translateZ(20px)}.tech-badge{display:inline-flex;padding:.25rem .75rem;background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:999px;font-size:var(--text-label);color:var(--color-text-secondary);font-weight:500}.project-card__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text);font-size:var(--text-body-sm);font-weight:500;text-decoration:none;transition:color .2s ease,transform .2s ease;transform:translateZ(40px)}.project-card__link:hover{color:var(--color-link)}.project-card__bg-clip{position:absolute;inset:2px;border-radius:26px;overflow:hidden;pointer-events:none;z-index:0;transform:translateZ(12px)}.project-card__decoration{position:absolute;top:-30px;right:-30px;width:160px;height:160px;pointer-events:none;z-index:0}.project-card__decoration circle{fill:none;stroke:var(--color-blue);stroke-opacity:.2;stroke-width:1.5;stroke-dasharray:4 4}.resume__content{text-align:center;max-width:600px;margin:0 auto}.resume__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact__info,.contact__form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:var(--text-body-sm);font-weight:500;color:var(--color-text);margin-bottom:.5rem}.input{width:100%;padding:.875rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-body);font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);transition:border-color .2s ease}.input:focus{outline:none;border-color:var(--color-focus);box-shadow:0 0 0 3px #4285f426}.input--textarea{min-height:150px;resize:vertical}.footer{border-top:1px solid var(--color-border);padding:2rem 0}.footer .container{display:flex;justify-content:space-between;align-items:center}.footer__text{font-size:var(--text-body-sm);color:var(--color-text-muted)}.footer__social{display:flex;gap:1.5rem}.footer__social a{color:var(--color-text-muted);text-decoration:none;font-size:var(--text-body-sm);transition:color .2s ease}.footer__social a:hover{color:var(--color-text)}.hero__decoration{position:absolute;pointer-events:none;z-index:0;opacity:.6}.hero__decoration--1{top:10%;left:5%;animation:float-slow 20s ease-in-out infinite}.hero__decoration--2{top:60%;right:8%;animation:float-slow 25s ease-in-out infinite reverse}.hero__decoration--3{bottom:5%;left:50%;transform:translate(-50%);animation:float-slow 30s ease-in-out infinite}@keyframes float-slow{0%,to{transform:translate(0)}25%{transform:translate(10px,-15px)}50%{transform:translate(-5px,10px)}75%{transform:translate(8px,5px)}}.contact__description{font-size:var(--text-body);color:var(--color-text-secondary);line-height:var(--leading-normal);margin-bottom:2rem}.contact__social{display:flex;gap:1rem;flex-wrap:wrap}.resume__description{font-size:var(--text-body);color:var(--color-text-secondary);line-height:var(--leading-normal);margin-bottom:2rem}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.mobile-menu{position:fixed;top:0;right:0;width:300px;height:100vh;background-color:var(--color-white);z-index:200;transform:translate(100%);transition:transform .3s ease;padding:2rem;box-shadow:-4px 0 20px #0000001a}.mobile-menu.open{transform:translate(0)}.mobile-menu__overlay{position:fixed;inset:0;background:#0000004d;z-index:199;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu__overlay.open{opacity:1;pointer-events:auto}.mobile-menu__links{list-style:none;display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.mobile-menu__links a{font-size:1.125rem;font-weight:500;color:var(--color-text);text-decoration:none}.mobile-menu__links a.mobile-menu__cta{color:var(--color-white)}.mobile-menu__close{background:none;border:none;font-size:1.5rem;cursor:pointer;position:absolute;top:1.5rem;right:1.5rem;color:var(--color-text);transition:transform .2s cubic-bezier(.34,1.56,.64,1),color .2s ease}.mobile-menu__close:hover{transform:scale(1.1)}.mobile-menu__close:active{transform:scale(.9)}@media(max-width:1024px){.section{padding:5rem 0}.featured__grid{grid-template-columns:1fr}.gallery__grid{grid-template-columns:repeat(2,1fr)}.contact__grid{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.nav__links,.nav__right-wrapper{display:none}.nav__hamburger{display:flex}.gallery__grid{grid-template-columns:1fr}.hero__headline{font-size:clamp(2rem,6vw,3rem)}.icon-circle{width:48px;height:48px;font-size:1.25rem}.gallery__header{flex-direction:column;align-items:flex-start;gap:1rem}.footer .container{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:480px){.container{padding:0 1.25rem}.section{padding:3.5rem 0}.hero__headline{font-size:clamp(1.75rem,7vw,2.5rem)}.section__headline{font-size:clamp(1.5rem,5vw,2rem)}.about__statement{font-size:clamp(1.125rem,4vw,1.5rem)}.hero__buttons{flex-direction:column}.hero__buttons .btn{width:100%;justify-content:center}.project-card{padding:2rem}.contact__grid{gap:2rem}}.theme-toggle{background:none;border:1px solid var(--color-border);border-radius:50%;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text-secondary);transition:border-color .2s ease,color .2s ease,background-color .2s ease,transform .2s cubic-bezier(.34,1.56,.64,1);padding:0}.theme-toggle:hover{border-color:var(--color-text);color:var(--color-text);background-color:var(--color-surface);transform:scale(1.08)}.theme-toggle:active{transform:scale(.92)}.theme-toggle svg{transition:transform .5s ease;width:20px;height:20px;fill:currentColor}.theme-toggle:hover svg{transform:rotate(30deg)}.nav__right-wrapper{display:flex;align-items:center;gap:1rem}.nav__mobile-actions{display:none;align-items:center;gap:.75rem}@media(max-width:768px){.nav__mobile-actions{display:flex}}.project-card--more{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:var(--color-bg-alt);border:2px dashed var(--color-border)}.project-card--more:after{background-color:var(--color-bg-alt)}.project-card--more:hover{border-color:transparent;background-color:transparent}.project-card--more:hover:after{background-color:var(--color-surface)}[data-theme=dark] .project-card--more:hover:after{background-color:var(--color-border)}.project-card--more .project-card__title{margin-top:1rem}@media(max-width:768px){.nav__right-wrapper{display:none}}
