@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";
:root{--background:#fafaf8;--foreground:#1a1a1a;--muted:#f5f3f0;--muted-foreground:#6b6b6b;--accent:#b8860b;--accent-secondary:#d4a84b;--accent-muted:#b8860b0f;--accent-foreground:#fff;--border:#e8e4df;--border-hover:#d4cec7;--card:#fff;--ring:#b8860b;--bg-color:var(--background);--bg-secondary:var(--card);--card-bg:var(--card);--text-primary:var(--foreground);--text-secondary:var(--muted-foreground);--text-light:var(--muted-foreground);--accent-hover:var(--accent-secondary);--accent-soft:var(--accent-muted);--border-strong:var(--border-hover);--font-display:"Playfair Display",Georgia,serif;--font-body:"Source Sans 3",system-ui,sans-serif;--font-mono:"IBM Plex Mono",monospace;--font-main:var(--font-body);--shadow-sm:0 1px 2px #1a1a1a0a;--shadow-md:0 4px 12px #1a1a1a0f;--shadow-lg:0 8px 24px #1a1a1a14;--transition:all .2s ease-out}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-body);background-color:var(--background);color:var(--foreground);scroll-behavior:smooth;letter-spacing:.01em;line-height:1.75;overflow-x:hidden}body:before{content:"";opacity:.03;pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:fixed;inset:0}body:after{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at 30% 20%,#b8860b05 0%,#0000 50%);width:200%;height:200%;position:fixed;top:-50%;left:-50%}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--foreground);font-weight:400;line-height:1.2}h1{letter-spacing:-.02em;font-size:4.5rem}h2{letter-spacing:-.01em;font-size:2.5rem}h3{font-size:1.25rem;font-weight:600}p{color:var(--muted-foreground);line-height:1.75}.small-caps,.section-label{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);font-size:.75rem;font-weight:500}a{color:var(--accent);transition:var(--transition);text-decoration:none}a:hover{color:var(--accent-secondary)}.container{max-width:64rem;margin:0 auto;padding:0 2rem}header{z-index:1000;border-bottom:1px solid var(--border);background:#fafaf8f2;padding:1.25rem 0;position:sticky;top:0}nav{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-display);color:var(--foreground);letter-spacing:-.01em;font-size:1.5rem;font-weight:600}.logo:hover{color:var(--accent)}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{font-family:var(--font-body);letter-spacing:.05em;color:var(--muted-foreground);transition:var(--transition);font-size:.875rem;font-weight:500;text-decoration:none;position:relative}.nav-links a:after{content:"";background:var(--accent);width:0;height:1px;transition:width .2s ease-out;position:absolute;bottom:-4px;left:0}.nav-links a:hover,.nav-links a.active{color:var(--accent)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.menu-toggle span{background-color:var(--foreground);width:24px;height:2px;transition:var(--transition);display:block}.hero{text-align:center;background:var(--background);padding:8rem 0 6rem;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";background:var(--border);width:100px;height:1px;position:absolute;left:50%;transform:translate(-50%)}.hero:before{top:3rem}.hero:after{bottom:3rem}.hero h1{font-family:var(--font-display);color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:4.5rem;font-weight:400;line-height:1.1;animation:.8s ease-out fadeIn}.hero p{font-family:var(--font-body);color:var(--muted-foreground);max-width:700px;margin:0 auto 2rem;font-size:1.25rem;line-height:1.75;animation:.8s ease-out .2s backwards fadeIn}.contact-info{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem;animation:.8s ease-out .4s backwards fadeIn;display:flex}.contact-item{color:var(--muted-foreground);background:var(--card);border:1px solid var(--border);transition:var(--transition);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;display:flex}.contact-item:hover{border-color:var(--accent);color:var(--foreground);background:var(--muted)}.cta-container{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.cta-primary{font-family:var(--font-body);letter-spacing:.02em;background:var(--accent);color:var(--accent-foreground);transition:var(--transition);border-radius:6px;align-items:center;gap:.5rem;min-height:44px;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.cta-primary:hover{background:var(--accent-secondary);box-shadow:var(--shadow-md);color:var(--accent-foreground);transform:translateY(-1px)}.cta-secondary{font-family:var(--font-body);letter-spacing:.02em;color:var(--foreground);border:1px solid var(--foreground);transition:var(--transition);background:0 0;border-radius:6px;align-items:center;gap:.5rem;min-height:44px;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.cta-secondary:hover{background:var(--muted);border-color:var(--accent);color:var(--accent)}section{padding:6rem 0}section h2{font-family:var(--font-display);text-align:center;letter-spacing:-.01em;margin-bottom:3rem;font-size:2.5rem;font-weight:400;position:relative}.section-header{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.section-header .rule-line{background:var(--border);flex:1;max-width:100px;height:1px}.skill-category,.job-card,.edu-card,.testimonial-card,.insight-card{background:var(--card);border:1px solid var(--border);transition:var(--transition);border-radius:8px;padding:2rem;position:relative}.skill-category:before,.edu-card:before{content:"";background:var(--accent);opacity:0;border-radius:8px 8px 0 0;height:2px;transition:opacity .2s ease-out;position:absolute;top:0;left:0;right:0}.skill-category:hover:before,.edu-card:hover:before{opacity:1}.skill-category:hover,.job-card:hover,.edu-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-hover)}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.skill-category{overflow:hidden}.skill-category h3{font-family:var(--font-display);color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.125rem;font-weight:600;display:flex}.skill-category h3 i{color:var(--accent)}.tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{background:var(--muted);color:var(--foreground);transition:var(--transition);border:1px solid #0000;border-radius:4px;padding:.375rem .75rem;font-size:.875rem}.tag:hover{border-color:var(--accent);color:var(--accent)}.timeline{border-left:1px solid var(--border);margin-left:20px;padding-left:40px;position:relative}.job-card{margin-bottom:1.5rem}.job-card:before{content:"";background:var(--background);border:2px solid var(--accent);border-radius:50%;width:16px;height:16px;position:absolute;top:2rem;left:-49px}.job-card:hover{transform:translate(4px)}.job-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.job-title{font-family:var(--font-display);color:var(--foreground);font-size:1.125rem;font-weight:600}.company{color:var(--accent);font-weight:500}.date{font-family:var(--font-mono);color:var(--muted-foreground);letter-spacing:.05em;font-size:.8125rem}.job-details ul{color:var(--muted-foreground);list-style-position:inside}.job-details li{margin-bottom:.5rem;line-height:1.6}.edu-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;gap:1.5rem;display:grid}.edu-card{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:.5rem;height:100%;display:flex;overflow:hidden}.edu-card img{object-fit:contain;opacity:.9;width:auto;max-width:100%;height:auto;max-height:80px;margin-bottom:1rem}.edu-card h3{font-family:var(--font-display);font-size:1rem;font-weight:600}.edu-school{color:var(--muted-foreground);font-size:.875rem;font-style:italic}.testimonial-card{text-align:left;border-left:2px solid var(--accent)}.testimonial-card:before{content:"\"";font-family:var(--font-display);color:var(--accent);opacity:.3;margin-bottom:-1.5rem;font-size:4rem;line-height:1;display:block}.testimonial-text{font-family:var(--font-body);color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1.0625rem;font-style:italic;line-height:1.75}.testimonial-author{align-items:center;gap:1rem;display:flex}.testimonial-avatar{background:var(--accent);width:40px;height:40px;color:var(--accent-foreground);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;display:flex}.insight-card{border-left:2px solid var(--accent)}.insight-category{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:500}.insight-title{font-family:var(--font-display);color:var(--foreground);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.insight-excerpt{color:var(--muted-foreground);margin-bottom:1rem;font-size:.9375rem;line-height:1.7}.insight-meta{font-family:var(--font-mono);color:var(--muted-foreground);letter-spacing:.03em;font-size:.8125rem}footer{text-align:center;color:var(--muted-foreground);border-top:1px solid var(--border);margin-top:4rem;padding:4rem 0;position:relative}footer:before{content:"";background:var(--accent);width:60px;height:1px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}footer p{letter-spacing:.02em;font-size:.875rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;padding:2rem 0;display:grid}.flip-card{perspective:1000px;background-color:#0000;width:100%;height:420px}.flip-card-inner{text-align:center;width:100%;height:100%;transform-style:preserve-3d;box-shadow:var(--shadow-sm);border-radius:8px;transition:transform .6s ease-out;position:relative}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{backface-visibility:hidden;border:1px solid var(--border);background:var(--card);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1.75rem;display:flex;position:absolute}.flip-card-back{text-align:left;background:linear-gradient(145deg,var(--card),var(--muted));justify-content:flex-start;align-items:flex-start;overflow-y:auto;transform:rotateY(180deg)}.flip-card-back::-webkit-scrollbar{width:4px}.flip-card-back::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:2px}.project-icon-wrapper{background:var(--accent-muted);width:80px;height:80px;color:var(--accent);transition:var(--transition);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.project-icon-wrapper svg{width:40px;height:40px}.flip-card:hover .project-icon-wrapper{background:var(--accent);color:var(--accent-foreground);transform:scale(1.05)}.featured-icon-wrapper{background:var(--card);border:1px solid var(--border);width:180px;height:180px;color:var(--accent);box-shadow:var(--shadow-lg);transition:var(--transition);border-radius:28px;justify-content:center;align-items:center;display:flex}.featured-icon-wrapper svg{width:90px;height:90px}.featured-icon-wrapper:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1a1a1a1f}.featured-case-study-card{text-align:left}@media (max-width:768px){.featured-case-study-card{padding:2.5rem 1.5rem!important}.featured-icon-wrapper{width:140px;height:140px}.featured-icon-wrapper svg{width:70px;height:70px}}.flip-card-front img{box-shadow:var(--shadow-md);object-fit:contain;border-radius:6px;width:auto;max-width:100%;height:auto;max-height:160px;margin-bottom:1.5rem}.flip-card-front h3{font-family:var(--font-display);color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem}.flip-card-front .category{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-size:.75rem}.flip-card-back h3{font-family:var(--font-display);color:var(--accent);margin-bottom:.75rem;font-size:1rem}.flip-card-back p{color:var(--muted-foreground);margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.flip-card-back ul{width:100%;margin-bottom:1.5rem;margin-left:0;list-style:none}.flip-card-back li{color:var(--muted-foreground);border-bottom:1px solid var(--border);margin-bottom:.5rem;padding-bottom:.375rem;font-size:.875rem}.flip-card-back li:last-child{border-bottom:none}.view-btn{background:var(--accent);color:var(--accent-foreground);font-family:var(--font-body);transition:var(--transition);text-align:center;border-radius:6px;justify-content:center;align-self:center;align-items:center;width:100%;min-height:44px;margin-top:auto;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.view-btn:hover{background:var(--accent-secondary);color:var(--accent-foreground)}.photo-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.photo-card{box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--border);border-radius:8px;height:280px;position:relative;overflow:hidden}.photo-card img{object-fit:cover;width:100%;height:100%;transition:transform .4s ease-out}.photo-card:hover{box-shadow:var(--shadow-md)}.photo-card:hover img{transform:scale(1.03)}.about-text{font-family:var(--font-body);color:var(--muted-foreground);text-align:center;max-width:700px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;width:0}to{opacity:1;width:100px}}.animate-slide-up{opacity:0;animation:.5s ease-out forwards slideUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}input,textarea,select{font-family:var(--font-body);border:1px solid var(--border);color:var(--foreground);transition:var(--transition);background:0 0;border-radius:6px;min-height:44px;padding:.75rem 1rem;font-size:1rem}input:hover,textarea:hover,select:hover{border-color:var(--border-hover)}input:focus,textarea:focus,select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #b8860b1a}input::placeholder,textarea::placeholder{color:var(--muted-foreground);opacity:.6}@media (max-width:768px){.menu-toggle{display:flex}.nav-links{background:var(--card);width:75%;max-width:320px;height:100vh;box-shadow:var(--shadow-lg);z-index:1000;border-left:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;top:0;right:0}.nav-links.active{display:flex}.nav-links a:after{display:none}h1,.hero h1{font-size:2.5rem}h2,section h2{font-size:2rem}section{padding:4rem 0}.hero{padding:6rem 0 4rem}.hero:before,.hero:after{width:60px}.timeline{border-left:none;margin-left:0;padding-left:0}.job-card:before{display:none}.job-card:hover{transform:none}.flip-card{perspective:none;height:auto}.flip-card-inner{flex-direction:column;height:auto;display:flex;transform:none!important}.flip-card-front,.flip-card-back{backface-visibility:visible;width:100%;height:auto;padding:1.5rem;position:relative;transform:none!important}.flip-card-back{border-top:none;border-radius:0 0 8px 8px}.flip-card-front{border-bottom:none;border-radius:8px 8px 0 0}.cta-container{flex-direction:column;align-items:stretch}.cta-primary,.cta-secondary{justify-content:center}.contact-info{gap:.75rem}.contact-item{padding:.5rem .875rem;font-size:.8125rem}}@media (max-width:480px){.container{padding:0 1.25rem}h1,.hero h1{font-size:2rem}.skills-grid,.edu-grid{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{text-align:center;color:var(--muted-foreground);border-top:1px solid var(--border);background:var(--background);margin-top:4rem;padding:4rem 0;position:relative}.Footer-module__S6Hkya__footer:before{content:"";background:var(--accent);width:60px;height:1px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__title{font-family:var(--font-display);color:var(--foreground);margin-bottom:1rem;font-size:1rem}.Footer-module__S6Hkya__grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;width:100%;max-width:800px;margin:0 auto 2rem;display:grid}.Footer-module__S6Hkya__column{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__columnTitle{color:var(--foreground);font-size:.875rem;font-weight:600;font-family:var(--font-display);margin-bottom:.5rem}.Footer-module__S6Hkya__link{color:var(--muted-foreground);transition:var(--transition);font-size:.8125rem;text-decoration:none}.Footer-module__S6Hkya__link:hover{color:var(--accent)}.Footer-module__S6Hkya__copyright{font-family:var(--font-mono);letter-spacing:.05em;color:var(--muted-foreground);font-size:.75rem}
