:root{--bg: #FDF9EE;--text: #2A1F14;--muted: #7A7268;--border: #C9B48A;--chip: #EFE7D6;--link: #624800;--link-hover: #7A5A2E}[data-theme=dark]{--bg: #0f172a;--text: #e5e7eb;--muted: #9ca3af;--border: #aed207;--link: #CEDCFF;--chip: #1f2937}*,*:before,*:after{box-sizing:border-box}html,body{transition:background-color .3s ease,color .3s ease}body{margin:0;font-family:system-ui,sans-serif;background-color:var(--bg);color:var(--text);font-size:16.5px;line-height:1.7}h2{font-size:2.2rem;margin-top:5rem;padding-bottom:.5rem;border-bottom:1px solid color-mix(in srgb,var(--border) 35%,transparent);transition:border-bottom-color .25s ease}[data-theme=dark] section:hover h2{border-bottom-color:var(--border)}p{font-size:1rem;color:var(--muted)}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button{background:none;border:none;cursor:pointer}main{max-width:960px;margin:0 auto;padding:3rem 1.5rem}.site-header{position:sticky;top:0;z-index:1000;background-color:var(--bg);border-bottom:1px solid var(--border);margin-bottom:3rem;transition:background .3s ease,border-color .3s ease}.nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:.75rem 1rem}.logo{font-weight:600;font-size:1rem}.nav-links{list-style:none;display:flex;justify-content:center;gap:1.5rem;margin:0;padding:0}.nav-actions{display:flex;align-items:center;gap:.75rem}.nav-lang{font-size:.9rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:6px}.theme-toggle img{width:18px;height:18px;transition:transform .2s ease,filter .2s ease}:root .theme-toggle img[src*=moon]{filter:brightness(0) saturate(100%) invert(36%) sepia(60%) saturate(400%) hue-rotate(20deg)}[data-theme=dark] .theme-toggle img[src*=sun]{filter:brightness(0) saturate(100%) invert(90%) sepia(90%) saturate(1200%) hue-rotate(10deg)}.nav-toggle{display:none;width:24px;height:16px;position:relative;cursor:pointer;z-index:1100}.nav-toggle span{position:absolute;left:0;width:100%;height:2px;background:var(--text);border-radius:2px;transition:top .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),opacity .2s ease}.nav-toggle span:nth-child(1){top:0}.nav-toggle span:nth-child(2){top:7px}.nav-toggle span:nth-child(3){top:14px}.nav-toggle[aria-expanded=true] span:nth-child(1){top:7px;transform:rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){top:7px;transform:rotate(-45deg)}.nav-mobile{list-style:none;margin:0;display:flex;flex-direction:column;gap:1rem;text-align:center;padding:20px 0;position:absolute;top:100%;left:0;width:100%;height:900px;background-color:var(--bg);border-top:1px solid var(--border);max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .35s ease;z-index:1050}.nav-mobile.open{max-height:900px;opacity:1}@media(max-width:640px){.nav{grid-template-columns:auto auto}.nav-links{display:none}.nav-toggle{display:block;margin-right:-100px}}.hero{display:flex;align-items:center;justify-content:space-between;gap:4rem;margin-bottom:6rem}.hero-content{max-width:480px}.hero-content h1{font-size:clamp(3.5rem,6vw,3.2rem);margin:0;line-height:1.1;text-align:center}.hero-content h2{font-size:clamp(2.5rem,6vw,2.8rem);margin:.25rem 0 1.5rem;font-weight:400;color:var(--muted);text-align:center;border-bottom:none;padding-bottom:0}.hero-content h2:before,.hero-content h2:after{content:none}.hero-content p{font-size:1.15rem;line-height:1.7;margin:0}.hero-avatar img{width:270px;height:270px;border-radius:50%;object-fit:cover}.socials{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem}.socials a{width:52px;height:52px;border-radius:50%;background:var(--chip);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,background-color .2s ease}.socials a:hover{transform:translateY(-3px);background:var(--border)}.socials img{width:24px;height:24px}[data-theme=dark] .socials img{filter:invert(100%) brightness(150%)}@media(max-width:640px){.hero{flex-direction:column-reverse;text-align:center;gap:2.5rem;margin-bottom:4.5rem}.hero-avatar img{width:190px;height:190px}}#projects{margin-top:6rem}#projects h2{font-size:2.2rem}.projects-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4rem}.project-card{display:flex;align-items:flex-start;gap:2rem;padding:2rem 0;transition:transform .25s ease}.project-card:hover{transform:translateY(-4px)}.project-media{width:340px;height:190px;flex-shrink:0;border-radius:12px;overflow:hidden;background:var(--chip)}.project-video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.project-content{display:flex;flex-direction:column;gap:.75rem}.project-content h3{margin:0;font-size:1.35rem;font-weight:600}.project-content p{margin:0;font-size:1rem;line-height:1.6;color:var(--muted)}.project-tech,.project-result{font-size:.9rem;color:var(--text)}.project-links{display:flex;gap:1.25rem;margin-top:1rem}.project-links a{font-size:.9rem;font-weight:500;color:var(--link);padding-bottom:2px;border-bottom:1px solid transparent}@media(max-width:640px){.projects-list{gap:3rem}.project-card{flex-direction:column;gap:1.25rem}.project-media{width:100%;height:200px}}.services{margin-top:7rem}.services-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{padding:2rem;border-radius:12px;background:var(--bg);border:1px solid var(--border);transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translate(-4px,-4px);box-shadow:6px 6px 0 var(--border)}.service-card h3{margin:0 0 .75rem;font-size:1.25rem;transition:color .2s ease,letter-spacing .2s ease}[data-theme=dark] .service-card:hover h3{color:var(--border);letter-spacing:.3px}.service-card p{margin:0;font-size:1rem;color:var(--muted);line-height:1.6}@media(max-width:640px){.services-grid{grid-template-columns:1fr}}.site-footer{margin-top:6rem;padding:2rem 0;border-top:1px solid var(--border);text-align:center}.site-footer p{margin:0;font-size:.85rem;color:var(--muted)}.site-footer a{color:var(--link);text-decoration:none}.site-footer a:hover{text-decoration:underline}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}.project-media[data-astro-cid-amng4zvp]{position:relative;width:340px;height:190px;border-radius:12px;overflow:hidden;background:var(--chip)}.project-overlay-link[data-astro-cid-amng4zvp]{position:relative;display:block;width:100%;height:100%}.project-video[data-astro-cid-amng4zvp]{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.project-cta[data-astro-cid-amng4zvp]{position:absolute;bottom:14px;right:14px;font-size:.75rem;padding:6px 10px;border-radius:999px;background:#0000008c;color:#fff;opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.project-media[data-astro-cid-amng4zvp]:hover .project-cta[data-astro-cid-amng4zvp],.project-card[data-astro-cid-amng4zvp].is-active .project-cta[data-astro-cid-amng4zvp]{opacity:1;transform:translateY(0)}.progress-bar[data-astro-cid-amng4zvp]{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:calc(110% - 24px);height:5px;border-radius:999px;overflow:hidden;pointer-events:none;backdrop-filter:blur(4px)}.progress-fill[data-astro-cid-amng4zvp]{height:100%;width:0%;background:var(--border);border-radius:inherit;transition:width .12s linear}
