@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--red:#dc2626;--red-hover:#b91c1c;--black:#000;--white:#fff;--gray:#333;--muted:#666;--light:#f5f5f5}html{scroll-behavior:smooth}body{background-color:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle,#00000014 1px,#0000 1px);background-size:24px 24px;font-family:Inter,sans-serif;line-height:1.6}.nav{z-index:1000;background:var(--white);border-bottom:2px solid var(--black);padding:1.2rem 2rem;position:fixed;top:0;left:0;right:0}.nav .container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.nav-logo{letter-spacing:.05em;color:var(--black);flex-shrink:0;font-family:Space Mono,monospace;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{flex:1;justify-content:center;align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links button{color:var(--black);cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;transition:all .2s}.nav-links button:hover{color:var(--red);text-decoration:underline}.nav-right{align-items:center;gap:1.5rem;display:flex}.nav-sub{z-index:100;background:var(--white);border-bottom:2px solid var(--black);padding:1.2rem 2rem;position:sticky;top:0}.nav-sub .container{align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.nav-back{color:var(--black);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-back:hover{color:var(--red)}.nav-spacer{flex:1}.lang-toggle{border:2px solid var(--black);border-radius:.5rem;gap:.25rem;padding:.4rem;display:flex}.lang-btn{cursor:pointer;color:var(--black);background:0 0;border:none;border-radius:.35rem;padding:.4rem .8rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:all .2s}.lang-btn.active{background:var(--red);color:var(--white)}.lang-btn:not(.active):hover{background:var(--light)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.35rem;padding:.25rem;display:none}.hamburger span{background:var(--black);width:24px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(9px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.mobile-menu{background:var(--white);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu button{color:var(--black);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;transition:color .2s}.mobile-menu button:hover{color:var(--red)}.mobile-menu-close{cursor:pointer;color:var(--black);background:0 0;border:none;font-size:1.5rem;position:absolute;top:1.5rem;right:2rem}.hero-bg-text{color:#0000000a;letter-spacing:-.05em;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;font-family:Space Mono,monospace;font-size:clamp(8rem,20vw,18rem);font-weight:700;position:absolute;top:50%;right:-2rem;transform:translateY(-50%)}.hero{flex-direction:column;justify-content:center;gap:4rem;max-width:1400px;min-height:100vh;margin:0 auto;padding:10rem 2rem 3rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-left h1{letter-spacing:-.02em;color:var(--black);margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-school{color:var(--black);margin-bottom:1.5rem;font-size:1.1rem;font-weight:500}.hero-school a{color:var(--black);font-weight:600;text-decoration:underline;transition:all .2s}.hero-school a:hover{background:var(--red);color:var(--white);padding:0 .2rem;text-decoration:none}.hero-hook{color:var(--black);max-width:500px;font-size:1.3rem;font-weight:600;line-height:1.4}.hero-photo{aspect-ratio:3/4;background:var(--white);border:3px solid var(--black);border-radius:1.5rem;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 0 0 8px #f0f0f0,0 0 0 16px #e8e8e8}.hero-photo img{object-fit:cover;width:100%;height:100%;display:block}.hero-photo-placeholder{width:100%;height:100%;color:var(--muted);text-align:center;background:var(--light);background-image:linear-gradient(#0000000a 1px,#0000 1px),linear-gradient(90deg,#0000000a 1px,#0000 1px);background-size:24px 24px;justify-content:center;align-items:center;padding:2rem;font-size:1rem;font-weight:500;display:flex}.scroll-indicator{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:1rem;animation:2s infinite bounce;display:flex;position:relative}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.scroll-arrow{border-right:2px solid var(--red);border-bottom:2px solid var(--red);width:24px;height:24px;transform:rotate(45deg)}.section{max-width:1400px;margin:0 auto;padding:6rem 2rem}.section--alt{background:var(--light)}.section--alt .section{max-width:1400px;margin:0 auto}.section-alt-wrapper{background:var(--light)}.section-heading{text-align:center;letter-spacing:-.01em;color:var(--black);margin-bottom:4rem;font-size:2.5rem;font-weight:800;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.section-heading:after{content:"";background:var(--red);border-radius:2px;width:48px;height:3px;position:absolute;bottom:-.6rem;left:50%;transform:translate(-50%)}.about-content{text-align:center;max-width:700px;margin:0 auto}.about-content p{color:var(--black);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.skills-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.skill-card{aspect-ratio:1;border:2px solid var(--black);background:var(--white);cursor:pointer;color:inherit;border-radius:1.2rem;flex-direction:column;justify-content:flex-end;padding:2rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.skill-card:hover{border-color:var(--red);transform:translateY(-8px);box-shadow:0 8px 20px #00000026}.skill-card-icon{background:var(--white);border:2px solid var(--black);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;transition:border-color .3s;display:flex}.skill-card:hover .skill-card-icon{border-color:var(--red)}.skill-card h3{color:var(--black);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.skill-card p{color:var(--gray);flex-grow:1;align-items:flex-end;margin-bottom:1.5rem;font-size:.95rem;display:flex}.skill-card-link{background:var(--black);color:var(--white);border:2px solid var(--black);cursor:pointer;border-radius:.5rem;align-self:flex-start;padding:.7rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-block}.skill-card:hover .skill-card-link{background:var(--red);border-color:var(--red);color:var(--white)}.skill-card-arrow{margin-left:.4rem;transition:transform .3s;display:inline-block}.skill-card:hover .skill-card-arrow{transform:translate(4px)}.plans-content{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto;display:grid}.plan-card{background:var(--white);border:2px solid var(--black);border-left:5px solid var(--red);border-radius:1rem;padding:2rem;transition:box-shadow .2s}.plan-card:hover{box-shadow:0 4px 16px #0000001a}.plan-card h3{color:var(--black);margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.plan-card p{color:var(--gray);line-height:1.6}.contact-layout{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;max-width:900px;margin:0 auto;display:grid}.contact-info{flex-direction:column;gap:1rem;display:flex}.contact-info--centered{max-width:520px;margin:0 auto}.contact-sub{color:var(--gray);margin-bottom:1rem;font-size:1rem;line-height:1.7}.contact-card{border:2px solid var(--black);color:var(--black);border-radius:.75rem;align-items:center;gap:.75rem;padding:.85rem 1rem;text-decoration:none;transition:all .2s;display:flex}.contact-card:hover{border-color:var(--red);color:var(--red)}.contact-card:hover .contact-arrow{color:var(--red);transform:translate(4px)}.contact-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);min-width:52px;font-size:.7rem;font-weight:700}.contact-val{word-break:break-all;flex:1;font-size:.85rem}.contact-arrow{font-size:1rem;transition:transform .2s}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field label{color:var(--black);font-size:.85rem;font-weight:600}.form-field input,.form-field textarea{background:var(--white);border:2px solid var(--black);color:var(--black);resize:vertical;border-radius:.5rem;outline:none;padding:.7rem .9rem;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s}.form-field input:focus,.form-field textarea:focus{border-color:var(--red)}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--muted)}.form-submit{background:var(--black);color:var(--white);border:2px solid var(--black);cursor:pointer;border-radius:.5rem;align-self:flex-start;padding:.85rem 2rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s}.form-submit:hover:not(:disabled){background:var(--red);border-color:var(--red)}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-status{border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.form-status--ok{color:#16a34a;background:#dcfce7;border:1px solid #86efac}.form-status--err{color:var(--red);background:#fee2e2;border:1px solid #fca5a5}.footer{background:var(--black);color:var(--white);padding:4rem 2rem}.footer-content{border-bottom:1px solid #333;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto 2rem;padding-bottom:2rem;display:grid}.footer-section h4{text-transform:uppercase;letter-spacing:.05em;color:var(--white);margin-bottom:1rem;font-size:.9rem;font-weight:700}.footer-section p{color:#ccc;font-size:.85rem;line-height:1.6}.footer-section a{color:var(--white);text-decoration:underline;transition:all .2s}.footer-section a:hover{color:var(--red);text-decoration:none}.footer-bottom{text-align:center;color:#999;max-width:1400px;margin:0 auto;font-size:.8rem}.footer-simple{background:var(--black);color:var(--white);text-align:center;padding:3rem 2rem}.footer-simple a{color:var(--white);font-size:.9rem;font-weight:500;text-decoration:underline;transition:color .2s}.footer-simple a:hover{color:var(--red);text-decoration:none}.page-section{max-width:1000px;margin:0 auto;padding:4rem 2rem}.page-title{letter-spacing:-.01em;color:var(--black);margin-bottom:.75rem;font-size:3rem;font-weight:800}.page-subtitle{color:var(--muted);margin-bottom:3rem;font-size:1.2rem}.project-card{background:var(--white);border:2px solid var(--black);border-radius:1rem;margin-bottom:2.5rem;padding:2rem;transition:box-shadow .2s,border-color .2s}.project-card:hover{border-color:var(--red);box-shadow:0 4px 16px #00000026}.project-card h2{color:var(--black);margin-bottom:.4rem;font-size:1.4rem;font-weight:700}.project-meta{color:var(--muted);margin-bottom:.75rem;font-size:.9rem}.project-desc{color:var(--gray);margin-bottom:.5rem;line-height:1.7}.project-tags{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;margin-bottom:1.5rem;display:flex}.tag{color:var(--gray);background:var(--light);border:1px solid #ddd;border-radius:.35rem;padding:.25rem .65rem;font-size:.78rem;font-weight:500}.project-links{flex-wrap:wrap;gap:1rem;display:flex}.project-link{background:var(--black);color:var(--white);border:2px solid var(--black);border-radius:.5rem;padding:.6rem 1.3rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.project-link:hover{background:var(--red);border-color:var(--red)}.project-link--secondary{background:var(--white);color:var(--black);border:2px solid var(--black)}.project-link--secondary:hover{background:var(--red);border-color:var(--red);color:var(--white)}.project-preview{aspect-ratio:16/9;border:2px solid var(--black);cursor:pointer;background:var(--light);border-radius:.75rem;width:100%;margin-bottom:.75rem;position:relative;overflow:hidden}.project-preview img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.project-preview:hover img{transform:scale(1.03)}.preview-overlay{background:0 0;align-items:flex-end;padding:1rem;transition:background .3s;display:flex;position:absolute;inset:0}.project-preview:hover .preview-overlay{background:#00000061}.preview-overlay span{color:#fff;opacity:0;font-size:.9rem;font-weight:600;transition:all .3s;transform:translateY(6px)}.project-preview:hover .preview-overlay span{opacity:1;transform:translateY(0)}.thumb-strip{scrollbar-width:thin;scrollbar-color:#ccc transparent;gap:.5rem;margin-bottom:1rem;padding:.25rem 0 .75rem;display:flex;overflow-x:auto}.thumb{object-fit:cover;cursor:pointer;opacity:.55;border:2px solid #0000;border-radius:.4rem;flex-shrink:0;width:80px;height:55px;transition:border-color .2s,opacity .2s}.thumb:hover,.thumb.active{border-color:var(--black);opacity:1}.thumb.active{border-color:var(--red)}.skill-item{background:var(--white);border:2px solid var(--black);border-radius:1rem;margin-bottom:2rem;padding:2rem;transition:box-shadow .2s,border-color .2s}.skill-item:hover{border-color:var(--red);box-shadow:0 4px 16px #0000001f}.skill-item h2{color:var(--black);margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.skill-item p{color:var(--gray);line-height:1.7}.lightbox{z-index:2000;background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lb-img{object-fit:contain;border:2px solid #333;border-radius:.5rem;max-width:90vw;max-height:85vh}.lb-close{color:var(--white);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;transition:all .15s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.lb-close:hover{background:var(--red);border-color:var(--red)}.lb-prev,.lb-next{color:var(--white);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;transition:all .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lb-prev{left:1.5rem}.lb-next{right:1.5rem}.lb-prev:hover,.lb-next:hover{background:var(--red);border-color:var(--red)}.lb-counter{color:#ccc;background:#0009;border:1px solid #ffffff26;border-radius:100px;padding:.3rem .85rem;font-size:.8rem;position:absolute;top:1.5rem;left:50%;transform:translate(-50%)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.skill-card{opacity:0;animation:.6s forwards fadeInUp}.skill-card:first-child{animation-delay:.1s}.skill-card:nth-child(2){animation-delay:.2s}.skill-card:nth-child(3){animation-delay:.3s}.skill-card:nth-child(4){animation-delay:.4s}.skill-card:nth-child(5){animation-delay:.5s}.skill-card:nth-child(6){animation-delay:.6s}.plan-card{opacity:0;animation:.6s forwards fadeInUp}.plan-card:first-child{animation-delay:.1s}.plan-card:nth-child(2){animation-delay:.2s}@media (width<=1024px){.skills-grid{grid-template-columns:repeat(2,1fr)}.hero-content{grid-template-columns:1fr}.hero-left h1{font-size:2.5rem}.plans-content{grid-template-columns:1fr}.footer-content{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr;gap:2rem}}@media (width<=640px){.skills-grid{grid-template-columns:1fr}.nav-links{display:none}.hamburger{display:flex}.nav-logo{font-size:1.2rem}.hero-left h1{font-size:2rem}.hero-hook{font-size:1.1rem}.section-heading{font-size:1.8rem}.footer-content{grid-template-columns:1fr}.nav,.nav-sub{padding:1rem}.section{padding:4rem 1rem}.page-section{padding:2.5rem 1rem}.page-title{font-size:2rem}.hero{padding-top:8rem;padding-left:1rem;padding-right:1rem}.lb-prev{left:.5rem}.lb-next{right:.5rem}}
