.navbar{z-index:100;background-color:#0000;justify-content:space-between;align-items:center;width:100%;padding:2.5rem 4rem 1rem;transition:all .3s ease-in-out;display:flex;position:fixed;top:0;left:0;right:0}.nav-brand{background:linear-gradient(135deg,#5848f5,#9d94ff);-webkit-text-fill-color:transparent;opacity:0;pointer-events:none;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;transition:opacity .3s,transform .3s;transform:translateY(-10px)}.nav-brand.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links{align-items:center;gap:2.2rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--text-light-secondary);letter-spacing:.3px;padding:.25rem 0;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:linear-gradient(90deg,#5848f5,#9d94ff);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:#5848f5}.btn-nav{color:#fff;cursor:pointer;white-space:nowrap;background-color:#000;border:none;border-radius:999px;margin-left:.5rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s}.btn-nav:hover{background-color:#5848f5;transform:translateY(-2px);box-shadow:0 8px 25px #5848f54d}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffeb;padding:1rem 4rem;transition:all .3s ease-in-out;box-shadow:0 4px 20px #0000000d}@media (width<=992px){.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffeb;padding:1.5rem 2rem;box-shadow:0 2px 10px #0000000d}.navbar.scrolled{padding:1rem 2rem}.nav-links{gap:1.5rem}}@media (width<=768px){.navbar{padding:1rem 1.5rem}.navbar.scrolled{padding:.8rem 1.5rem}.nav-links{gap:1rem}.nav-links a{font-size:.75rem}.btn-nav{padding:.4rem 1rem;font-size:.7rem}}@media (width<=480px){.navbar{padding:.8rem 1rem}.navbar.scrolled{padding:.6rem 1rem}.nav-links{gap:.6rem}.nav-links a{letter-spacing:.2px;font-size:.6rem}.btn-nav{padding:.3rem .7rem;font-size:.6rem}}.hero-section{width:100vw;min-height:100vh;display:flex;overflow:hidden}.hero-section-left{background-color:var(--bg-dark);width:50%;color:var(--text-dark-primary);background-image:radial-gradient(circle at 80% 60%,#635bff26 0%,#0000 50%);flex-direction:column;justify-content:center;padding:8rem 5rem 5rem 6rem;display:flex;position:relative}.hero-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--text-dark-secondary);opacity:0;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.72rem;font-weight:600;animation:.8s forwards fadeInUp;display:inline-flex}.hero-badge .dot{background-color:var(--accent-purple);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.hero-headline{font-family:var(--font-serif);letter-spacing:-.02em;opacity:0;margin-bottom:2rem;font-size:clamp(3rem,5vw,4.8rem);font-weight:400;line-height:1.05;animation:.8s .2s forwards fadeInUp}.hero-headline em,.hero-headline .serif-italic{color:var(--text-dark-secondary);font-style:italic}.hero-description{color:var(--text-dark-secondary);opacity:0;max-width:460px;margin-bottom:3rem;font-size:1.02rem;font-weight:300;line-height:1.65;animation:.8s .4s forwards fadeInUp}.hero-actions{opacity:0;align-items:center;gap:1rem;animation:.8s .6s forwards fadeInUp;display:flex}.btn{cursor:pointer;box-sizing:border-box;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.9rem;font-weight:500;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{background-color:var(--accent-purple);color:#fff;border:none}.btn-outline{color:var(--text-dark-primary);background-color:#0000;border:1px solid #fff3}.btn-outline:hover{background-color:#ffffff0d;border-color:#ffffff80}.hero-section-right{background:linear-gradient(135deg,#f8f8f6 0%,#efefec 100%);justify-content:center;align-items:center;width:50%;padding:4rem 3rem;display:flex;position:relative}.hero-image-wrapper{opacity:0;justify-content:center;align-items:center;width:100%;max-width:500px;transition:all 1.2s cubic-bezier(.16,1,.3,1);display:flex;transform:scale(.8)translate(50px)}.hero-image-wrapper.animate-in{opacity:1;transform:scale(1)translate(0)}.hero-image-container{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:450px;display:flex;position:relative}.hero-image-border{background:conic-gradient(#5848f5,#766bff,#9d94ff,#5848f5,#766bff,#9d94ff,#5848f5) 0 0/200% 200%;border-radius:50%;width:100%;height:100%;padding:4px;transition:all .6s cubic-bezier(.16,1,.3,1);animation:4s linear infinite rotateBorder;position:relative;box-shadow:0 0 40px #5848f533,0 0 80px #5848f51a,inset 0 0 40px #5848f50d}.hero-section-right-img{object-fit:cover;filter:brightness(.98)saturate(1.05);border-radius:50%;width:100%;height:100%;transition:all .6s cubic-bezier(.16,1,.3,1);display:block}.hero-image-ring{pointer-events:none;border:2px solid #5848f54d;border-radius:50%;animation:2s ease-out infinite ringPulse;position:absolute;inset:-8px}.hero-image-ring:before{content:"";pointer-events:none;border:2px solid #5848f526;border-radius:50%;animation:2s ease-out .5s infinite ringPulse;position:absolute;inset:-8px}.hero-image-wrapper:hover .hero-image-border{transform:scale(1.05);box-shadow:0 0 60px #5848f54d,0 0 120px #5848f526,inset 0 0 60px #5848f514}.hero-image-wrapper:hover .hero-section-right-img{filter:brightness(1.02)saturate(1.1);transform:scale(1.04)}.hero-image-wrapper:hover .hero-image-ring{animation:1.5s ease-out infinite ringPulseHover}.hero-image-wrapper.animate-in .hero-image-container{animation:6s ease-in-out infinite float}.scroll-hint{letter-spacing:.15em;color:var(--text-light-secondary);font-size:.68rem;font-weight:600;animation:2s ease-in-out infinite bounceDown;position:absolute;bottom:2rem;left:3rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes rotateBorder{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes ringPulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@keyframes ringPulseHover{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}@keyframes bounceDown{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(5px)}}@media (width<=992px){.hero-section{flex-direction:column}.hero-section-left,.hero-section-right{width:100%}.hero-section-left{min-height:50vh;padding:6rem 2rem 4rem}.hero-section-right{min-height:50vh;padding:3rem 2rem}.hero-image-wrapper{max-width:350px}.hero-image-container{max-width:320px}.hero-headline{font-size:clamp(2.5rem,8vw,3.5rem)}.scroll-hint{bottom:1.5rem;left:2rem}}@media (width<=480px){.hero-section-left{min-height:40vh;padding:4rem 1.5rem 3rem}.hero-section-right{min-height:40vh;padding:2rem 1.5rem}.hero-image-wrapper{max-width:250px}.hero-image-container{max-width:220px}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{justify-content:center;width:100%}.hero-description{font-size:.9rem}}@media (width<=768px){.hero-section-right{display:none}.hero-section-left{width:100%;min-height:100vh;padding:4rem 2rem}}.projects-section{background-color:var(--bg-light);padding:8rem 6rem}.projects-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.section-title{font-family:var(--font-serif);letter-spacing:-.02em;font-size:2.5rem;font-weight:400}.section-subtitle{color:var(--text-light-secondary);max-width:250px;font-size:.85rem;line-height:1.5}.projects-list{grid-template-columns:1fr 1fr;gap:2rem;max-width:1100px;margin:0 auto;display:grid}.project-card{cursor:pointer;background-color:#ededeb;border:2px solid #0000;border-radius:20px;flex-direction:column;max-width:100%;margin:0;transition:all .3s;display:flex;overflow:hidden}.project-card:hover{border-color:#5848f5;transform:translateY(-8px);box-shadow:0 12px 30px #5848f526}.project-preview{width:100%;max-width:100%;min-height:220px;box-shadow:none;background-color:#d8d8d5;justify-content:center;align-items:center;padding:.5rem;display:flex;overflow:hidden}.preview-image{object-fit:contain;border-radius:12px;width:98%;height:auto;max-height:220px;transition:transform .3s;display:block}.project-card:hover .preview-image{transform:scale(1.05)}.preview-placeholder{color:#999;background-color:#fff;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;min-height:180px;font-size:.9rem;display:flex}.project-content{background-color:#0000;flex-direction:column;flex:1;padding:1.5rem 1.5rem 2rem;transition:background-color .3s;display:flex}.project-card:hover .project-content{background-color:#fff}.project-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.project-number{color:var(--accent-purple);background-color:#e2e0fb;border-radius:6px;padding:.2rem .6rem;font-size:.7rem;font-weight:700;transition:all .3s}.tech-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tech-badge{color:#55555e;background-color:#fff;border:1px solid #0000000d;border-radius:6px;padding:.2rem .6rem;font-size:.65rem;font-weight:500;transition:all .3s}.project-title{color:var(--text-light-primary);margin-bottom:.25rem;font-family:Instrument Serif,Georgia,serif;font-size:2rem;font-weight:400;line-height:1.1;transition:color .3s}.project-card:hover .project-title{color:#5848f5}.project-category{color:#888884;letter-spacing:.05em;margin-bottom:1rem;font-family:monospace;font-size:.8rem}.project-description{color:#666662;flex:1;max-width:100%;margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.case-study-link{color:#121214;align-items:center;gap:.5rem;width:fit-content;margin-top:auto;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.case-study-link:hover{color:#5848f5}.arrow-circle{width:24px;height:24px;color:var(--text-light-primary);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;transition:all .2s;display:flex;box-shadow:0 2px 5px #0000000d}.case-study-link:hover .arrow-circle{color:#fff;background-color:#5848f5;transform:translate(2px)}@media (width<=768px){.projects-section{padding:4rem 1.5rem}.projects-list{grid-template-columns:1fr;gap:1.5rem}.projects-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.section-title{font-size:2rem}.section-subtitle{max-width:100%;font-size:.8rem}.project-preview{min-height:180px;padding:.5rem}.preview-image{width:98%;max-height:180px}.project-title{font-size:1.6rem}}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#000000a6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.modal-card{background-color:#fcfcfb;border-radius:24px;flex-direction:column;width:100%;max-width:720px;max-height:85vh;display:flex;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-header{z-index:10;background-color:#fcfcfb;border-bottom:1px solid #f0f0ec;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.modal-title-group{align-items:center;gap:.5rem;display:flex}.modal-number{color:#5848f5;background-color:#edeefd;border-radius:999px;padding:.2rem .5rem;font-family:monospace;font-size:.75rem;font-weight:600}.modal-name{color:#121214;font-family:Instrument Serif,Georgia,serif;font-size:1.6rem;font-weight:600}.modal-divider,.modal-category{color:#888884;font-size:.85rem}.modal-header-actions{align-items:center;gap:.75rem;display:flex}.modal-github-btn{color:#fff;background-color:#121214;border-radius:999px;align-items:center;gap:.3rem;padding:.45rem .85rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.modal-github-btn:hover{background-color:#5848f5}.modal-close-btn{cursor:pointer;color:#666662;background-color:#f0f0ec;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;transition:all .2s;display:flex}.modal-close-btn:hover{color:#fff;background-color:#121214}.modal-body{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.modal-preview{background-color:#fff;border:1px solid #e5e5e0;border-radius:16px;padding:1rem;overflow:hidden}.modal-placeholder{background-color:#fafafa;border-radius:12px;min-height:220px;display:flex;overflow:hidden}.placeholder-sidebar{background-color:#121214;width:45px;padding:1rem .75rem}.active-dot{background-color:#5848f5;border-radius:4px;width:12px;height:12px;display:block}.placeholder-content{flex:1;padding:1.25rem}.placeholder-label{color:#a1a19c;letter-spacing:.1em;font-size:.65rem;font-weight:700}.placeholder-cards{gap:.75rem;margin:.75rem 0 1.25rem;display:flex}.card-stat{border-radius:8px;flex-direction:column;flex:1;padding:.75rem;font-size:1.1rem;font-weight:700;display:flex}.card-stat span{color:#666662;font-size:.65rem;font-weight:400}.card-stat.purple{color:#5848f5;background-color:#edeefd}.card-stat.green{color:#10b981;background-color:#e6f9f0}.card-stat.yellow{color:#eab308;background-color:#fef9c3}.placeholder-rows .row{color:#666662;background-color:#fff;border:1px solid #e5e5e0;border-radius:6px;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.75rem}.modal-tech-list{flex-wrap:wrap;gap:.5rem;display:flex}.modal-section{flex-direction:column;gap:.4rem;display:flex}.modal-label{color:#a1a19c;letter-spacing:.1em;font-size:.7rem;font-weight:700}.modal-section p{color:#666662;font-size:.9rem;line-height:1.6}.modal-img{object-fit:contain;width:100%;height:auto;display:block}.modal-preview{width:100%;overflow:hidden}.ticker-wrapper{white-space:nowrap;background-color:#f7f7f5;border-top:1px solid #e5e5e0;border-bottom:1px solid #e5e5e0;width:100%;padding:1rem 0;overflow:hidden}.ticker-track{width:fit-content;animation:25s linear infinite marquee;display:flex}.ticker-wrapper:hover .ticker-track{animation-play-state:paused}.ticker-group{align-items:center;gap:3rem;padding-right:3rem;display:flex}.ticker-item{letter-spacing:.15em;color:#66666e;align-items:center;gap:.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.7rem;font-weight:600;display:flex}.ticker-star{color:#5848f5;font-size:.85rem}@keyframes marquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}.about-section{color:#121214;background-color:#f7f7f5;padding:8rem 6rem}.about-container{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.about-heading{letter-spacing:-.02em;margin-bottom:3.5rem;font-family:Instrument Serif,Georgia,serif;font-size:3.8rem;font-weight:400;line-height:1.1}.serif-italic-gray{color:#888884;font-style:italic}.highlight-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.highlight-card{background-color:#fff;border:1px solid #ebebe6;border-radius:16px;padding:1.5rem 1.25rem;transition:border-color .3s;box-shadow:0 2px 8px #00000005}.highlight-card:hover{border:1px solid #5848f5}.card-label{letter-spacing:.1em;color:#888884;margin-bottom:.75rem;font-size:.65rem;font-weight:400;display:block}.card-value{color:#121214;font-size:.95rem;font-weight:500;line-height:1.3;transition:color .3s}.highlight-card:hover p{color:#5848f5}.bio-text{flex-direction:flex-column;gap:1.25rem;display:flex}.bio-text p{color:#666662;font-size:.98rem;font-weight:400;line-height:1.65}.stats-divider{background-color:#e5e5e0;height:1px;margin:3rem 0 2rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.stat-item{flex-direction:column;display:flex}.stat-number{color:#5848f5;margin-bottom:.5rem;font-family:Instrument Serif,Georgia,serif;font-size:2.8rem;font-weight:500;line-height:1}.stat-label{letter-spacing:.12em;color:#888884;font-size:.68rem;font-weight:700}@media (width<=992px){.about-container{grid-template-columns:1fr;gap:3.5rem}.about-section{padding:5rem 2rem}}.skills-section{color:#121214;background-color:#f7f7f5;padding:8rem 6rem}.skills-header{justify-content:space-between;align-items:flex-end;max-width:1100px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;display:flex}.skills-subtitle{color:#666662;max-width:340px;font-size:.95rem;line-height:1.5}.skills-dashboard{background-color:#0d0d0f;border-radius:24px;max-width:1100px;margin:0 auto;padding:2.5rem;box-shadow:0 20px 40px #00000026}.dashboard-meta{letter-spacing:.15em;color:#71717a;align-items:center;gap:.6rem;margin-bottom:2rem;font-size:.7rem;font-weight:700;display:flex}.dot-purple{background-color:#635bff;border-radius:50%;width:8px;height:8px;display:inline-block}.separator{color:#3f3f46}.tools-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.tool-card{background-color:#141417;border:1px solid #27272a;border-radius:16px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.tool-card:hover{background-color:#18181c;border-color:#635bff;transform:translateY(-2px);box-shadow:0 0 0 1px #635bff,0 8px 25px #635bff40}.tool-left{align-items:center;gap:1.25rem;display:flex}.tool-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 4px 12px #0000004d}.tool-info{flex-direction:column;gap:.25rem;display:flex}.tool-name{color:#fff;font-size:1.1rem;font-weight:600}.tool-category{color:#71717a;letter-spacing:.1em;font-size:.65rem;font-weight:700}.tool-right{flex-direction:column;align-items:flex-end;gap:.6rem;display:flex}.badge{color:#a1a1aa;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:.25rem .75rem;font-size:.7rem;font-weight:600}.badge.advanced{color:#4ade80;background-color:#4ade801a;border-color:#4ade8033}.badge.proficient{color:#818cf8;background-color:#818cf81a;border-color:#818cf833}.badge.familiar{color:#38bdf8;background-color:#38bdf81a;border-color:#38bdf833}.badge.learning{color:#facc15;background-color:#faccd41a;border-color:#faccd433}.dots-row{gap:.3rem;display:flex}.rating-dot{background-color:#27272a;border-radius:50%;width:6px;height:6px}.rating-dot.filled{background-color:#635bff;box-shadow:0 0 6px #635bffcc}@media (width<=1024px){.skills-section{padding:6rem 3rem}.tools-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.skills-section{padding:4rem 1.25rem}.skills-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.skills-dashboard{border-radius:18px;padding:1.25rem}.tools-grid{grid-template-columns:1fr;gap:.85rem}.tool-card{padding:1rem}.tool-left{gap:.85rem}.tool-icon{width:40px;height:40px;font-size:.95rem}.tool-name{font-size:.98rem}.badge{padding:.2rem .55rem;font-size:.65rem}}@media (width<=380px){.tool-card{flex-direction:column;align-items:flex-start;gap:.75rem}.tool-right{flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;width:100%}}.services-section{color:#121214;background-color:#f7f7f5;padding:8rem 6rem}.services-container{max-width:1100px;margin:0 auto}.services-header{margin-bottom:4rem}.services-title{color:#121214;font-family:Instrument Serif,Georgia,serif;font-size:3.8rem;font-weight:400;line-height:1}.services-list{border-top:1px solid #e5e5e0;border-bottom:1px solid #e5e5e0}.service-item{cursor:pointer;background-color:#0000;border-bottom:1px solid #e5e5e0;padding:2.25rem 2rem;transition:background-color .3s,padding .3s,border-radius .3s}.service-item:last-child{border-bottom:none}.service-item.active{background-color:#edeefd;border-bottom-color:#0000;border-radius:16px;box-shadow:0 4px 20px #5848f50a}.service-main{justify-content:space-between;align-items:center;display:flex}.service-left{align-items:center;gap:3.5rem;display:flex}.service-number{color:#a1a19c;font-family:monospace;font-size:.9rem;font-weight:600}.service-item.active .service-number{color:#5848f5;font-weight:700}.service-title{color:#121214;font-family:Instrument Serif,Georgia,serif;font-size:1.6rem;font-weight:700;transition:color .2s}.service-item.active .service-title{color:#5848f5}.service-arrow-btn{color:#666662;cursor:pointer;background-color:#fff;border:1px solid #e5e5e0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;transition:all .3s;display:flex}.service-item.active .service-arrow-btn{color:#fff;background-color:#5848f5;border-color:#5848f5;transform:scale(1.05)}.service-description{color:#666662;max-width:650px;margin-top:1rem;padding-left:5.25rem;font-size:.65rem;line-height:1.6;animation:.3s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.services-section{padding:5rem 2rem}.service-left{gap:1.5rem}.service-title{font-size:1.6rem}.service-description{margin-top:1.25rem;padding-left:0}}.education-section{color:#121214;background-color:#f7f7f5;padding:8rem 6rem}.education-container{max-width:900px;margin:0 auto}.education-header{margin-bottom:4rem}.section-label{letter-spacing:.15em;color:#888884;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.education-title{color:#121214;font-family:Instrument Serif,Georgia,serif;font-size:3.8rem;font-weight:400;line-height:1}.timeline-wrapper{flex-direction:column;gap:3.5rem;padding-left:2rem;display:flex;position:relative}.timeline-line{background-color:#e5e5e0;width:1px;position:absolute;top:.5rem;bottom:.5rem;left:5px}.timeline-item{flex-direction:column;display:flex;position:relative}.timeline-dot{z-index:2;background-color:#121214;border-radius:50%;width:11px;height:11px;transition:all .3s;position:absolute;top:.35rem;left:-2rem;transform:translate(-50%)}.timeline-dot.current{background-color:#5848f5;box-shadow:0 0 0 4px #5848f526}.timeline-period{color:#888884;letter-spacing:.05em;margin-bottom:.5rem;font-family:monospace;font-size:.8rem;font-weight:600;display:block}.timeline-degree{color:#121214;margin-bottom:.35rem;font-family:Instrument Serif,Georgia,serif;font-size:1.5rem;font-weight:700;line-height:1.2}.timeline-institution{color:#888884;margin-bottom:1rem;font-size:.8rem;font-weight:600}.timeline-description{color:#666662;max-width:680px;font-size:.8rem;line-height:1.65}@media (width<=768px){.education-section{padding:5rem 2rem}.education-title{font-size:2.8rem}.timeline-degree{font-size:1.75rem}.timeline-wrapper{padding-left:1.5rem}.timeline-dot{left:-1.5rem}}@media (width<=480px){.education-section{padding:3.5rem 1rem}.section-label{margin-bottom:.5rem;font-size:.7rem}.education-title{font-size:2.1rem}.timeline-wrapper{gap:2rem;padding-left:1rem}.timeline-dot{width:8px;height:8px;left:-1rem}.timeline-degree{font-size:1.2rem}.timeline-period{font-size:.75rem}}.contact-section{background-color:#f7f7f5;justify-content:center;padding:6rem 2rem;display:flex}.contact-card{background-color:#0d0d0f;border-radius:28px;width:100%;max-width:1100px;padding:4.5rem 4rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}.contact-glow{pointer-events:none;z-index:1;background:radial-gradient(circle,#5848f538 0%,#5848f50d 50%,#0000 70%);width:600px;height:600px;position:absolute;top:-20%;right:-10%}.contact-content{z-index:2;position:relative}.contact-label{letter-spacing:.18em;color:#71717a;margin-bottom:2rem;font-size:.7rem;font-weight:700;display:block}.contact-heading{color:#fff;margin-bottom:1.5rem;font-family:Instrument Serif,Georgia,serif;font-size:4rem;font-weight:400;line-height:1.05}.serif-italic-purple{color:#7c65ff;font-style:italic}.contact-description{color:#a1a1aa;max-width:500px;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.btn-primary{color:#fff;background-color:#5848f5;border-radius:999px;align-items:center;gap:.75rem;margin-bottom:4.5rem;padding:.85rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary:hover{background-color:#6957ff;transform:translateY(-2px);box-shadow:0 0 25px #5848f580}.arrow{font-size:1rem;transition:transform .2s}.btn-primary:hover .arrow{transform:translate(4px)}.contact-links-grid{border-top:1px solid #27272a;gap:4rem;padding-top:2rem;display:flex}.link-group{flex-direction:column;gap:.5rem;display:flex}.link-title{letter-spacing:.15em;color:#71717a;font-size:.65rem;font-weight:700}.contact-link{color:#fff;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s}.contact-link:hover{color:#7c65ff}@media (width<=768px){.contact-section{padding:3rem 1rem}.contact-card{border-radius:20px;padding:3rem 2rem}.contact-heading{font-size:2.8rem}.contact-description{font-size:.92rem}.contact-links-grid{flex-direction:column;gap:1.5rem}.btn-primary{justify-content:center;width:100%;margin-bottom:3rem}}@media (width<=480px){.contact-card{padding:2.5rem 1.25rem}.contact-heading{font-size:2.2rem}}.footer{color:#121214;background-color:#f7f7f5;border-top:1px solid #e5e5e0;width:100%;padding:3rem 6rem}.footer-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.footer-brand{flex-direction:column;gap:.35rem;display:flex}.footer-name{color:#121214;margin:0;font-family:Instrument Serif,Georgia,serif;font-size:1.5rem;font-weight:600;line-height:1}.footer-title{letter-spacing:.1em;color:#888884;font-family:monospace;font-size:.7rem;font-weight:600}.footer-links{align-items:center;gap:2rem;display:flex}.footer-link{color:#666662;font-family:monospace;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#5848f5}.footer-copyright{color:#888884;font-family:monospace;font-size:.85rem}@media (width<=768px){.footer{padding:2.5rem 1.5rem}.footer-container{flex-direction:column;align-items:flex-start;gap:2rem}.footer-links{gap:1.5rem}}.testimonials-list{flex-direction:row;gap:1.5rem;width:100%;display:flex}.testimonials-section{color:#121214;background-color:#f7f7f5;justify-content:center;padding:8rem 2rem;display:flex}.testimonials-container{text-align:center;width:100%;max-width:700px}.testimonials-subtitle{letter-spacing:.15em;color:#888884;text-transform:uppercase;margin-bottom:.75rem;font-family:monospace;font-size:.75rem;display:block}.testimonials-title{color:#121214;margin-bottom:3.5rem;font-family:Instrument Serif,Georgia,serif;font-size:3.5rem;font-weight:400;line-height:1.1}.testimonials-card{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e0;border-radius:24px;flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;height:280px;padding:3.5rem 2.5rem;display:flex;box-shadow:0 10px 30px #00000008}.testimonials-card.is-placeholder{box-shadow:none;background-color:#0000;border:1.5px dashed #c0c0ba}.testimonial-content{flex-direction:column;align-items:center;gap:2rem;max-width:580px;display:flex}.testimonial-quote{color:#27272a;max-height:120px;margin:0;font-size:1.1rem;font-style:italic;line-height:1.6;overflow-y:auto}.testimonial-author{text-align:left;align-items:center;gap:.85rem;margin-top:auto;display:flex}.testimonials-slider-wrapper{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.author-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.author-details{flex-direction:column;display:flex}.author-name{color:#121214;margin:0;font-size:.95rem;font-weight:600}.author-role{color:#71717a;font-size:.78rem}.quote-icon{color:#a0a09a;background-color:#eeeeea;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.testimonials-text{color:#666662;max-width:520px;margin:0;font-size:.95rem;line-height:1.6}.testimonials-link{color:#5848f5;font-size:.9rem;font-weight:600;text-decoration:none}.slider-controls{align-items:center;gap:1.25rem;margin-top:.5rem;display:flex}.slider-arrow{cursor:pointer;color:#121214;background-color:#fff;border:1px solid #e5e5e0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;transition:all .2s;display:flex;box-shadow:0 4px 12px #00000008}.slider-arrow:hover{color:#fff;background-color:#5848f5;border-color:#5848f5;transform:translateY(-1px)}.slider-dots{align-items:center;gap:.5rem;display:flex}.slider-dot{cursor:pointer;background-color:#d1d1cc;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.slider-dot.active{background-color:#5848f5;border-radius:999px;width:20px}@media (width<=768px){.testimonials-section{padding:5rem 1.25rem}.testimonials-title{margin-bottom:2.5rem;font-size:2.5rem}.testimonials-card{border-radius:18px;padding:2.5rem 1.5rem}.testimonial-quote{font-size:.98rem}}:root{--bg-dark:#0a0a0c;--bg-light:#f6f6f4;--text-dark-primary:#fff;--text-dark-secondary:#94949e;--text-light-primary:#121214;--text-light-secondary:#66666e;--accent-purple:#635bff;--accent-purple-hover:#5248e5;--font-serif:"Instrument Serif", Georgia, serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-light);color:var(--text-light-primary);-webkit-font-smoothing:antialiased;overflow-x:hidden}html{scroll-behavior:smooth}
