.portfolio-root{--bg:#0e0e0e;--bg-subtle:#131313;--surface:#1a1919;--surface-high:#201f1f;--surface-top:#262626;--border:#2a2a2a;--border-hover:#3a3a3a;--text:#fff;--text-secondary:#adaaaa;--text-muted:#777575;--accent:#a1faff;--accent-hover:#00e5ee;--accent-dim:#a1faff26;--accent-glow:#a1faff40;--on-accent:#006165;--shadow-sm:0 1px 3px #0000004d;--shadow:0 4px 12px #0006;--shadow-md:0 8px 24px #00000080;--shadow-lg:0 20px 40px #0009;--shadow-glow:0 0 30px #a1faff26;--radius-sm:6px;--radius:10px;--radius-lg:16px;--radius-xl:24px;--nav-height:64px;--max-width:1100px;--transition:.2s ease;--transition-slow:.4s ease;--font-display:var(--font-space-grotesk),"Space Grotesk",system-ui,sans-serif;--font-body:var(--font-newsreader),"Newsreader",Georgia,serif}.portfolio-root *,.portfolio-root :before,.portfolio-root :after{box-sizing:border-box;margin:0;padding:0}.portfolio-root{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}.portfolio-root ::selection{background:var(--accent);color:var(--on-accent)}.portfolio-root img{max-width:100%;height:auto;display:block}.portfolio-root ul{list-style:none}.portfolio-root a{color:inherit;text-decoration:none}.portfolio-root button{cursor:pointer;background:0 0;border:none;font-family:inherit}.portfolio-root .skip-link{background:var(--accent);color:var(--on-accent);border-radius:var(--radius-sm);z-index:9999;transition:top var(--transition);padding:.5rem 1rem;font-size:.875rem;font-weight:500;position:absolute;top:-100%;left:1rem}.portfolio-root .skip-link:focus{top:1rem}.portfolio-root .container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.portfolio-root .navbar{z-index:1000;height:var(--nav-height);width:calc(100% - 2rem);max-width:var(--max-width);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);transition:background var(--transition-slow),border-color var(--transition),box-shadow var(--transition-slow);background:#1a1919bf;border-radius:100px;position:fixed;top:.75rem;left:50%;transform:translate(-50%)}.portfolio-root .navbar.scrolled{border-color:var(--border-hover);background:#0e0e0ee6;box-shadow:0 4px 30px #0006}.portfolio-root .nav-inner{height:var(--nav-height);align-items:center;gap:2rem;padding:0 1.75rem;display:flex}.portfolio-root .logo{font-family:var(--font-display);color:var(--text);letter-spacing:-.02em;white-space:nowrap;transition:opacity var(--transition);flex-shrink:0;font-size:1.15rem;font-weight:700}.portfolio-root .logo span{color:var(--accent)}.portfolio-root .logo:hover{opacity:.8}.portfolio-root .nav-links{flex:1;justify-content:center;align-items:center;gap:.25rem;display:flex}.portfolio-root .nav-link{font-size:.9rem;font-weight:500;font-family:var(--font-display);color:var(--text-muted);border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition);padding:.4rem .75rem}.portfolio-root .nav-link:hover{color:var(--accent);background:#a1faff0d}.portfolio-root .nav-link.active{color:var(--accent);background:var(--accent-dim)}.portfolio-root .nav-actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.portfolio-root .language-selector{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:2px;padding:3px;display:flex}.portfolio-root .lang-btn{font-size:.75rem;font-weight:600;font-family:var(--font-display);color:var(--text-muted);transition:color var(--transition),background var(--transition);letter-spacing:.03em;border-radius:4px;padding:3px 8px}.portfolio-root .lang-btn:hover{color:var(--text-secondary);background:var(--surface-high)}.portfolio-root .lang-btn.active{color:var(--accent);background:var(--surface-high);box-shadow:var(--shadow-sm)}.portfolio-root .nav-cta{font-size:.85rem;font-weight:600;font-family:var(--font-display);color:var(--on-accent);background:var(--accent);border:1.5px solid var(--accent);transition:background var(--transition),box-shadow var(--transition),transform var(--transition);border-radius:100px;align-items:center;gap:.375rem;padding:.45rem 1.25rem;display:inline-flex}.portfolio-root .nav-cta:hover{background:var(--accent-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.portfolio-root .nav-cta:active{transform:scale(.97)}.portfolio-root .nav-cta svg{transition:transform var(--transition);flex-shrink:0}.portfolio-root .nav-cta:hover svg{transform:translate(2px)}.portfolio-root .hamburger{border-radius:var(--radius-sm);width:36px;height:36px;transition:background var(--transition);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;display:none}.portfolio-root .hamburger:hover{background:var(--surface)}.portfolio-root .ham-line{background:var(--text);width:20px;height:2px;transition:transform var(--transition),opacity var(--transition);border-radius:2px;display:block}.portfolio-root .hamburger.open .ham-line:first-child{transform:translateY(7px)rotate(45deg)}.portfolio-root .hamburger.open .ham-line:nth-child(2){opacity:0;transform:scaleX(0)}.portfolio-root .hamburger.open .ham-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.portfolio-root .section{padding:6rem 0}.portfolio-root .section-alt{background:var(--bg-subtle)}.portfolio-root .section-header{text-align:center;margin-bottom:3.5rem}.portfolio-root .section-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.portfolio-root .section-line{background:var(--accent);border-radius:2px;width:60px;height:2px;margin:.75rem auto}.portfolio-root .section-subtitle{color:var(--text-secondary);max-width:480px;margin:0 auto;font-size:1.05rem;font-style:italic}.portfolio-root .hero{padding-top:calc(var(--nav-height) + 5rem);align-items:center;min-height:100svh;padding-bottom:6rem;display:flex;position:relative;overflow:hidden}.portfolio-root .hero-dots{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.portfolio-root .hero:after{content:"";background:radial-gradient(ellipse 70% 55% at 50% 45%,transparent 30%,var(--bg)100%);pointer-events:none;z-index:0;position:absolute;inset:0}.portfolio-root .hero-inner{z-index:1;text-align:center;max-width:760px;margin:0 auto;position:relative}.portfolio-root .hero-eyebrow{font-size:.8rem;font-weight:500;font-family:var(--font-display);color:var(--accent);letter-spacing:.1em;text-transform:uppercase;background:var(--surface-top);border:1px solid #a1faff1a;border-radius:100px;margin-bottom:1.5rem;padding:.35rem 1rem;display:inline-block}.portfolio-root .hero-title{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text);text-shadow:0 0 40px #a1faff26;margin-bottom:1.25rem;font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1}.portfolio-root .hero-subtitle{color:var(--text-secondary);max-width:540px;margin:0 auto 2.25rem;font-size:clamp(1.05rem,2.5vw,1.25rem);font-style:italic;font-weight:400;line-height:1.7}.portfolio-root .hero-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:.875rem;margin-bottom:3.5rem;display:flex}.portfolio-root .hero-stats{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-wrap:wrap;justify-content:center;align-items:center;gap:0;padding:1.5rem 2rem;display:inline-flex}.portfolio-root .hero-stat{flex-direction:column;align-items:center;padding:0 2rem;display:flex}.portfolio-root .hero-stat-value{font-family:var(--font-display);letter-spacing:-.03em;color:var(--accent);margin-bottom:.25rem;font-size:1.75rem;font-weight:800;line-height:1}.portfolio-root .hero-stat-label{font-size:.75rem;font-weight:500;font-family:var(--font-display);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.portfolio-root .hero-stat-divider{background:var(--border);flex-shrink:0;width:1px;height:36px}.portfolio-root .btn{font-size:.9375rem;font-weight:600;font-family:var(--font-display);border-radius:var(--radius);transition:background var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition),transform var(--transition);white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;display:inline-flex}.portfolio-root .btn:active{transform:translateY(1px)}.portfolio-root .btn-primary{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.portfolio-root .btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px);box-shadow:0 0 30px #a1faff59}.portfolio-root .btn-outline{color:var(--accent);background:0 0;border-color:#a1faff33}.portfolio-root .btn-outline:hover{background:#a1faff0d;border-color:#a1faff66;transform:translateY(-1px)}.portfolio-root .about-grid{grid-template-columns:220px 1fr 300px;align-items:start;gap:3rem;display:grid}.portfolio-root .about-photo{flex-direction:column;align-items:center;display:flex}.portfolio-root .about-avatar{object-fit:cover;border:3px solid var(--border);width:210px;height:210px;box-shadow:var(--shadow-md);filter:grayscale();border-radius:50%;margin-bottom:.75rem;transition:filter .7s,box-shadow .4s}.portfolio-root .about-avatar:hover{filter:grayscale(0%);box-shadow:var(--shadow-glow)}.portfolio-root .about-role{font-size:.8125rem;font-weight:500;font-family:var(--font-display);color:var(--text-muted);text-align:center;letter-spacing:.02em}.portfolio-root .about-text .lead{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1.1rem;font-weight:400;line-height:1.75}.portfolio-root .about-text p{color:var(--text-secondary);margin-bottom:1rem;font-size:.9375rem;line-height:1.75}.portfolio-root .about-text p:last-of-type{margin-bottom:1.75rem}.portfolio-root .about-links{flex-wrap:wrap;gap:.75rem;display:flex}.portfolio-root .about-link{font-size:.875rem;font-weight:500;font-family:var(--font-display);color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:color var(--transition),border-color var(--transition),background var(--transition),transform var(--transition);align-items:center;gap:.5rem;padding:.5rem 1rem;display:inline-flex}.portfolio-root .about-link:hover{color:var(--accent);background:var(--accent-dim);border-color:#a1faff4d;transform:translateY(-1px)}.portfolio-root .about-link svg{flex-shrink:0}.portfolio-root .about-stats-panel{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.portfolio-root .stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),border-color var(--transition),transform var(--transition);padding:1.5rem 1.25rem}.portfolio-root .stat-card:hover{box-shadow:var(--shadow);border-color:var(--border-hover);transform:translateY(-2px)}.portfolio-root .stat-value{font-family:var(--font-display);letter-spacing:-.04em;color:var(--accent);margin-bottom:.4rem;font-size:2.25rem;font-weight:800;line-height:1;display:block}.portfolio-root .stat-label{font-size:.75rem;font-weight:500;font-family:var(--font-display);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;line-height:1.3;display:block}.portfolio-root .skills-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.portfolio-root .skill-card{background:var(--surface-high);border:1px solid var(--border);border-radius:var(--radius-lg);transition:box-shadow var(--transition-slow),border-color var(--transition),transform var(--transition),background var(--transition);padding:2rem 1.75rem}.portfolio-root .skill-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-hover);background:var(--surface-top);transform:translateY(-3px)}.portfolio-root .skill-icon-wrap{background:var(--accent-dim);width:44px;height:44px;color:var(--accent);border-radius:var(--radius);transition:box-shadow var(--transition);justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.1rem;display:flex}.portfolio-root .skill-card:hover .skill-icon-wrap{box-shadow:0 0 20px #a1faff33}.portfolio-root .skill-title{font-family:var(--font-display);color:var(--text);letter-spacing:-.01em;margin-bottom:.625rem;font-size:1rem;font-weight:700}.portfolio-root .skill-desc{color:var(--text-secondary);font-size:.875rem;line-height:1.65}.portfolio-root .portfolio-showcase{flex-direction:column;gap:2rem;display:flex}@media (min-width:900px){.portfolio-root .portfolio-showcase{gap:0}.portfolio-root .stick-wrap{margin-bottom:35vh;position:sticky;top:100px}.stick-wrap:first-child{z-index:1}.stick-wrap:nth-child(2){z-index:2}.stick-wrap:nth-child(3){z-index:3}.stick-wrap:nth-child(4){z-index:4}.stick-wrap:nth-child(5){z-index:5}.stick-wrap:nth-child(6){z-index:6}.portfolio-root .stick-wrap:last-child{margin-bottom:0}}.portfolio-root .project-card{background:var(--surface-high);border:1px solid var(--border);border-radius:var(--radius-xl);transition:box-shadow var(--transition-slow),border-color var(--transition),transform var(--transition);flex-direction:column;display:flex;overflow:hidden}.portfolio-root .project-card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-hover);transform:translateY(-4px)}.portfolio-root .project-img{aspect-ratio:16/9;object-fit:cover;object-position:center;width:100%;display:block}@media (min-width:900px){.portfolio-root .project-card{flex-direction:row;align-items:stretch}.portfolio-root .project-card:nth-child(2n){flex-direction:row-reverse}.portfolio-root .project-img{aspect-ratio:auto;width:50%;height:auto}.portfolio-root .portfolio-showcase .project-body{justify-content:center;width:50%;padding:3.5rem 4rem}.portfolio-root .portfolio-showcase .project-title{font-size:1.45rem}}.portfolio-root .project-body{flex-direction:column;flex:1;padding:1.75rem;display:flex}.portfolio-root .project-meta{margin-bottom:.75rem}.portfolio-root .project-company{font-size:.75rem;font-weight:600;font-family:var(--font-display);color:var(--accent);text-transform:uppercase;letter-spacing:.06em}.portfolio-root .project-title{font-family:var(--font-display);color:var(--text);letter-spacing:-.01em;transition:color var(--transition);margin-bottom:.75rem;font-size:1.05rem;font-weight:700;line-height:1.35}.portfolio-root .project-card:hover .project-title{color:var(--accent)}.portfolio-root .project-desc{color:var(--text-secondary);flex:1;margin-bottom:1.25rem;font-size:.875rem;line-height:1.65}.portfolio-root .project-tags{flex-wrap:wrap;gap:.375rem;margin-top:auto;display:flex}.portfolio-root .tag{font-size:.725rem;font-weight:500;font-family:var(--font-display);color:var(--accent);background:var(--accent-dim);letter-spacing:.02em;border:1px solid #a1faff1a;border-radius:100px;padding:.25rem .625rem;display:inline-block}.portfolio-root .education-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:1rem;display:grid}.education-card--wide{grid-column:span 2}.education-card--tall{grid-row:span 2}.portfolio-root .education-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:box-shadow var(--transition),border-color var(--transition),transform var(--transition);align-items:flex-start;gap:1.25rem;padding:1.75rem;display:flex}.portfolio-root .education-card:hover{box-shadow:var(--shadow);border-color:var(--border-hover);transform:translateY(-2px)}.portfolio-root .education-card--tall{flex-direction:column;justify-content:center}.portfolio-root .education-card--tall .edu-icon{width:48px;height:48px;margin-bottom:.25rem;font-size:1.1rem}.portfolio-root .education-card--tall .edu-degree{font-size:1.05rem}.portfolio-root .edu-icon{background:var(--accent-dim);width:40px;height:40px;color:var(--accent);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;display:flex}.portfolio-root .edu-body{flex:1;min-width:0}.portfolio-root .edu-degree{font-family:var(--font-display);color:var(--text);letter-spacing:-.01em;margin-bottom:.3rem;font-size:.9375rem;font-weight:700;line-height:1.35}.portfolio-root .edu-institution{color:var(--text-secondary);margin-bottom:.2rem;font-size:.8125rem;font-weight:500}.portfolio-root .edu-year{color:var(--text-muted);font-size:.75rem;font-weight:500;font-family:var(--font-display);margin-bottom:.625rem}.portfolio-root .edu-desc{color:var(--text-muted);font-size:.8125rem;line-height:1.6}.portfolio-root .contact-grid{grid-template-columns:2fr 1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.portfolio-root .contact-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:box-shadow var(--transition),border-color var(--transition),transform var(--transition);color:var(--text);align-items:flex-start;gap:1.25rem;padding:1.75rem;display:flex}.portfolio-root .contact-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-hover);transform:translateY(-3px)}.portfolio-root .contact-card--primary{background:#a1faff0d;border-color:#a1faff33}.portfolio-root .contact-card--primary:hover{border-color:var(--accent);box-shadow:var(--shadow-glow)}.portfolio-root .contact-card-icon{background:var(--accent);width:44px;height:44px;color:var(--on-accent);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.portfolio-root .contact-card:not(.contact-card--primary) .contact-card-icon{background:var(--surface-high);color:var(--text-secondary);border:1px solid var(--border)}.portfolio-root .contact-card-body{flex:1;min-width:0}.portfolio-root .contact-card-header{flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:.375rem;display:flex}.portfolio-root .contact-card-body h3{font-size:1rem;font-weight:700;font-family:var(--font-display);color:var(--text)}.portfolio-root .contact-badge{font-size:.7rem;font-weight:600;font-family:var(--font-display);color:var(--accent);background:var(--accent-dim);letter-spacing:.03em;border-radius:100px;padding:.15rem .5rem;display:inline-block}.portfolio-root .contact-card-body p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.8375rem;line-height:1.5}.portfolio-root .contact-action{font-size:.8375rem;font-weight:600;font-family:var(--font-display);color:var(--accent);transition:letter-spacing var(--transition)}.portfolio-root .contact-card:hover .contact-action{letter-spacing:.02em}.portfolio-root .contact-meta{color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;font-size:.875rem;display:flex}.portfolio-root .contact-meta span{align-items:center;gap:.4rem;display:flex}.portfolio-root .contact-meta svg{color:var(--accent);flex-shrink:0}.portfolio-root .blog-grid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.portfolio-root .blog-card--featured{grid-row:1/3}.portfolio-root .blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:box-shadow var(--transition-slow),border-color var(--transition),transform var(--transition);color:var(--text);display:flex;overflow:hidden}.portfolio-root .blog-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-hover);transform:translateY(-3px)}.portfolio-root .blog-card-inner{flex-direction:column;flex:1;padding:2rem;display:flex}.portfolio-root .blog-card--featured .blog-card-inner{justify-content:center;padding:2.25rem}.portfolio-root .blog-card-meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.portfolio-root .blog-card-tag{font-size:.7rem;font-weight:600;font-family:var(--font-display);color:var(--accent);background:var(--accent-dim);letter-spacing:.02em;text-transform:uppercase;border:1px solid #a1faff26;border-radius:100px;padding:.2rem .625rem;display:inline-block}.portfolio-root .blog-card-date{color:var(--text-muted);font-size:.75rem;font-weight:500;font-family:var(--font-display)}.portfolio-root .blog-card-title{font-family:var(--font-display);color:var(--text);letter-spacing:-.01em;transition:color var(--transition);margin-bottom:.75rem;font-size:1.05rem;font-weight:700;line-height:1.4}.portfolio-root .blog-card:hover .blog-card-title{color:var(--accent)}.portfolio-root .blog-card--featured .blog-card-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:1.375rem;line-height:1.3}.portfolio-root .blog-card-summary{color:var(--text-secondary);flex:1;margin-bottom:1.25rem;font-size:.8375rem;line-height:1.65}.portfolio-root .blog-card--featured .blog-card-summary{font-size:.9375rem;line-height:1.7}.portfolio-root .blog-card-read{font-size:.8125rem;font-weight:600;font-family:var(--font-display);color:var(--accent);transition:gap var(--transition);align-items:center;gap:.375rem;margin-top:auto;display:inline-flex}.portfolio-root .blog-card-read svg{transition:transform var(--transition);flex-shrink:0}.portfolio-root .blog-card:hover .blog-card-read svg{transform:translate(3px)}.portfolio-root .blog-view-all{text-align:center;margin-top:2rem}.portfolio-root .blog-loading,.portfolio-root .blog-fallback{text-align:center;color:var(--text-muted);grid-column:1/-1;padding:3rem 1.5rem;font-size:.9375rem}.portfolio-root .blog-fallback p{color:var(--text-secondary);margin-bottom:1.25rem}@media (max-width:700px){.portfolio-root .blog-grid{grid-template-columns:1fr}.portfolio-root .blog-card--featured{grid-row:auto}.portfolio-root .blog-card--featured .blog-card-title{font-size:1.15rem}}.portfolio-root .footer{background:var(--bg);padding:2rem 0}.portfolio-root .footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.portfolio-root .footer-name{font-size:.9375rem;font-weight:700;font-family:var(--font-display);color:var(--text);letter-spacing:-.01em}.portfolio-root .footer-copy{color:var(--text-muted);font-size:.8125rem}.portfolio-root .footer-links{align-items:center;gap:1rem;display:flex}.portfolio-root .footer-links a{color:var(--text-muted);transition:color var(--transition),transform var(--transition);font-size:1rem}.portfolio-root .footer-links a:hover{color:var(--accent);transform:translateY(-1px)}.portfolio-root .fade-in{opacity:1;filter:none;transform:none}@media (prefers-reduced-motion:reduce){.portfolio-root .fade-in{opacity:1;filter:none;transform:none}}@media (max-width:900px){.portfolio-root .about-grid{grid-template-columns:1fr;gap:2rem}.portfolio-root .about-photo{flex-direction:row;align-items:center;gap:1.5rem}.portfolio-root .about-avatar{width:110px;height:110px;margin-bottom:0}.portfolio-root .about-stats-panel{grid-template-columns:repeat(4,1fr)}.portfolio-root .skills-grid,.portfolio-root .bento-grid{grid-template-columns:repeat(2,1fr)}.portfolio-root .bento-featured{grid-area:auto/span 2}.portfolio-root .bento-wide{grid-column:span 2}.portfolio-root .education-grid{grid-template-columns:repeat(2,1fr)}.education-card--wide{grid-column:span 2}.education-card--tall{grid-row:auto}.portfolio-root .contact-grid{grid-template-columns:1fr 1fr}.portfolio-root .contact-grid .contact-card--primary{grid-column:1/-1}}@media (max-width:768px){.portfolio-root .navbar{border-radius:16px;width:calc(100% - 1rem);height:56px;top:.5rem}.portfolio-root .nav-inner{height:56px;padding:0 1rem}.portfolio-root .nav-links{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:999;border-radius:16px;flex-direction:column;align-items:stretch;gap:0;padding:.75rem;display:none;position:fixed;top:calc(56px + 1rem);left:.5rem;right:.5rem}.portfolio-root .nav-links.open{display:flex}.portfolio-root .nav-link{padding:.75rem 1rem;font-size:.9375rem}.portfolio-root .nav-actions{gap:.5rem;margin-left:auto}.portfolio-root .nav-cta{display:none}.portfolio-root .hamburger{display:flex}.portfolio-root .logo{font-size:1rem}.portfolio-root .hero{padding-top:calc(56px + 4rem)}.portfolio-root .hero-title{font-size:clamp(2.25rem,10vw,3.5rem)}.portfolio-root .hero-eyebrow{padding:.3rem .75rem;font-size:.7rem}.portfolio-root .hero-subtitle{font-size:1rem}.portfolio-root .hero-stats{flex-wrap:wrap;gap:0}.portfolio-root .hero-stat{padding:.75rem 1.25rem}.portfolio-root .hero-stat-divider{width:100%;height:1px}.portfolio-root .bento-featured{border-left:none;border-top:3px solid var(--accent)}}@media (max-width:600px){.portfolio-root .container{padding:0 1rem}.portfolio-root .section{padding:3.5rem 0}.portfolio-root .section-title{font-size:1.5rem}.portfolio-root .section-subtitle{font-size:.9375rem}.portfolio-root .hero{padding-top:calc(56px + 3rem);padding-bottom:3rem}.portfolio-root .hero-cta{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:2rem}.portfolio-root .btn{justify-content:center}.portfolio-root .skills-grid{grid-template-columns:1fr}.portfolio-root .skill-card{padding:1.5rem 1.25rem}.portfolio-root .about-stats-panel{grid-template-columns:1fr 1fr}.portfolio-root .about-photo{text-align:center;flex-direction:column}.portfolio-root .about-avatar{width:130px;height:130px}.portfolio-root .about-links{justify-content:center}.portfolio-root .portfolio-showcase{gap:2rem}.portfolio-root .portfolio-showcase .project-img{aspect-ratio:16/9}.portfolio-root .education-grid{grid-template-columns:1fr}.education-card--wide{grid-column:auto}.education-card--tall{grid-row:auto}.portfolio-root .contact-grid{grid-template-columns:1fr}.portfolio-root .contact-grid .contact-card--primary{grid-column:auto}.portfolio-root .footer-inner{text-align:center;flex-direction:column;gap:.75rem}.portfolio-root .hero-stats{width:100%}.portfolio-root .hero-stat-divider{display:none}.portfolio-root .hero-stat{flex:1;min-width:100px}.portfolio-root .contact-meta{text-align:center;flex-direction:column;gap:.75rem}.portfolio-root .language-selector{padding:2px}.portfolio-root .lang-btn{padding:2px 6px;font-size:.7rem}}@media print{.portfolio-root .navbar,.portfolio-root .hamburger,.portfolio-root .footer-links{display:none!important}.portfolio-root .hero{min-height:auto;padding:2rem 0}.portfolio-root .section{padding:2rem 0}.portfolio-root .fade-in{opacity:1!important;transform:none!important}}
