@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;1,500&display=swap";:root{--brand:#974f35;--brand-dark:#7e3e26;--brand-light:#f4ede9;--bg:#faf9f6;--surface:#fff;--surface-2:#f5f4f1;--border:#00000012;--text:#1c1b1a;--text-muted:#6a6865;--text-subtle:#a8a5a2;--radius-sm:.75rem;--radius-md:1.25rem;--radius-lg:2rem;--shadow-sm:0 4px 16px -4px #0000000f;--shadow-md:0 10px 40px -10px #0000001a;--shadow-brand:0 8px 32px -8px #974f354d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-sm{padding:3rem 0}.label{letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:inline-block}.badge{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:99px;align-items:center;gap:.35rem;padding:.3rem .8rem;font-size:.72rem;font-weight:500;display:inline-flex}.chip{background:var(--brand-light);color:var(--brand-dark);border-radius:.4rem;padding:.2rem .65rem;font-size:.72rem;font-weight:500;display:inline-block}.chip-neutral{background:var(--surface-2);color:var(--text-muted)}.btn-primary{background:var(--brand);color:#fff;box-shadow:var(--shadow-brand);border-radius:99px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 12px 40px -8px #974f3566}.btn-outline{color:var(--text);border:2px solid var(--border);background:0 0;border-radius:99px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.9rem;font-weight:600;transition:border-color .2s,color .2s,transform .15s;display:inline-flex}.btn-outline:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-1px)}.btn-ghost{color:var(--brand);border-radius:.5rem;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:background .15s;display:inline-flex}.btn-ghost:hover{background:var(--brand-light)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow .25s,transform .25s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--brand-light);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--brand)}::selection{background:var(--brand);color:#fff}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.fade-up{animation:.6s both fadeUp}.fade-up-d1{animation-delay:.1s}.fade-up-d2{animation-delay:.2s}.fade-up-d3{animation-delay:.3s}.fade-up-d4{animation-delay:.4s}.navbar{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#faf9f6d1;align-items:center;height:68px;display:flex;position:fixed;top:0;left:0;right:0}.navbar__inner{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar__logo{letter-spacing:-.03em;font-size:1.05rem;font-weight:800}.navbar__logo span{color:var(--brand)}.navbar__links{align-items:center;gap:2.5rem;list-style:none;display:flex}.navbar__links a{color:var(--text-muted);font-size:.88rem;font-weight:500;transition:color .2s;position:relative}.navbar__links a:after{content:"";background:var(--brand);border-radius:1px;height:2px;transition:transform .2s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.navbar__links a:hover{color:var(--text)}.navbar__links a:hover:after{transform:scaleX(1)}.hero{text-align:center;padding-top:140px;padding-bottom:5rem}.hero__eyebrow{background:var(--brand-light);color:var(--brand);letter-spacing:.1em;text-transform:uppercase;border-radius:99px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero__eyebrow .dot{background:var(--brand);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse-dot}.hero__heading{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:800;line-height:1.08}.hero__heading em{color:var(--brand);font-family:Playfair Display,serif;font-style:normal}.hero__sub{color:var(--text-muted);max-width:560px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7}.hero__cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero__scroll{color:var(--text-subtle);letter-spacing:.08em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;margin-top:5rem;font-size:.75rem;font-weight:500;display:flex}.hero__scroll-line{background:linear-gradient(to bottom, var(--border), transparent);width:1px;height:48px;animation:2.5s ease-in-out infinite float}.stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}.stats-bar__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-item{text-align:center}.stat-item__value{color:var(--brand);letter-spacing:-.04em;margin-bottom:.3rem;font-size:2.2rem;font-weight:800;line-height:1}.stat-item__label{color:var(--text-muted);font-size:.78rem;font-weight:500}.about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about__heading{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15}.about__heading em{color:var(--brand);font-family:Playfair Display,serif;font-style:normal}.about__bio{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.8}.about__contact{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.about__contact-item{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.88rem;display:flex}.about__contact-item svg{color:var(--brand);flex-shrink:0}.about__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;position:relative;overflow:hidden}.about__card:before{content:"";background:var(--brand-light);opacity:.5;border-radius:50%;width:240px;height:240px;position:absolute;top:-80px;right:-80px}.edu-item{margin-bottom:1.5rem}.edu-item__inst{margin-bottom:.2rem;font-size:1rem;font-weight:700}.edu-item__deg{color:var(--text-muted);margin-bottom:.2rem;font-size:.88rem}.edu-item__meta{color:var(--text-subtle);flex-wrap:wrap;gap:1rem;font-size:.78rem;display:flex}.edu-item__cgpa{background:var(--brand-light);color:var(--brand);border-radius:99px;margin-top:.5rem;padding:.2rem .75rem;font-size:.82rem;font-weight:700;display:inline-block}.coursework{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.skills__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.skill-category{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.75rem}.skill-category__title{text-transform:uppercase;letter-spacing:.1em;color:var(--brand);margin-bottom:1rem;font-size:.78rem;font-weight:700}.skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{background:var(--brand-light);color:var(--brand-dark);border-radius:.5rem;padding:.3rem .9rem;font-size:.82rem;font-weight:500;transition:background .15s,color .15s}.skill-tag:hover{background:var(--brand);color:#fff}.experience__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2.5rem;position:relative;overflow:hidden}.experience__card:after{content:"";background:var(--brand);border-radius:0 2px 2px 0;width:4px;position:absolute;top:0;bottom:0;left:0}.experience__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.experience__role{margin-bottom:.3rem;font-size:1.3rem;font-weight:700}.experience__company{color:var(--brand);font-size:.95rem;font-weight:600}.experience__meta{color:var(--text-muted);margin-top:.25rem;font-size:.82rem}.experience__tag{background:var(--brand-light);color:var(--brand);border-radius:99px;padding:.35rem 1rem;font-size:.78rem;font-weight:600}.experience__bullets{flex-direction:column;gap:.9rem;list-style:none;display:flex}.experience__bullets li{color:var(--text-muted);gap:.75rem;font-size:.9rem;line-height:1.65;display:flex}.experience__bullet-dot{background:var(--brand);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.55rem}.projects__filter{flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;display:flex}.filter-btn{border:1.5px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:99px;padding:.45rem 1.1rem;font-size:.82rem;font-weight:600;transition:all .2s}.filter-btn:hover,.filter-btn.active{background:var(--brand);border-color:var(--brand);color:#fff}.projects__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;padding:1.75rem;transition:box-shadow .25s,transform .25s;display:flex;position:relative;overflow:hidden}.project-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.project-card--featured{grid-column:span 2}.project-card__top{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.project-card__icon{border-radius:.875rem;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.project-card__cat{border-radius:99px;padding:.28rem .75rem;font-size:.72rem;font-weight:600}.project-card__name{margin-bottom:.2rem;font-size:1.15rem;font-weight:700}.project-card__subtitle{color:var(--text-muted);margin-bottom:.8rem;font-size:.8rem}.project-card__desc{color:var(--text-muted);flex:1;margin-bottom:1.25rem;font-size:.88rem;line-height:1.7}.project-card__stack{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.project-card__footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.project-card__status{color:var(--text-subtle);font-size:.75rem}.project-card__link{color:var(--brand);background:var(--brand-light);border-radius:.5rem;align-items:center;gap:.35rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;transition:background .15s;display:inline-flex}.project-card__link:hover{background:var(--brand);color:#fff}.project-card__stripe{height:3px;position:absolute;top:0;left:0;right:0}.quote-section{background:var(--brand);border-radius:var(--radius-lg);margin:4rem 0;padding:4rem;position:relative;overflow:hidden}.quote-section__mark{color:#ffffff14;pointer-events:none;font-family:Playfair Display,serif;font-size:12rem;line-height:1;position:absolute;top:-20px;right:2rem}.quote-section__text{color:var(--brand-light);z-index:1;max-width:700px;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(1.3rem,2.5vw,2rem);font-style:italic;line-height:1.5;position:relative}.quote-section__author{z-index:1;align-items:center;gap:.75rem;display:flex;position:relative}.quote-section__author-line{background:#fff6;width:32px;height:2px}.quote-section__author-name{color:#ffffffbf;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:600}.pub-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-items:flex-start;gap:1.5rem;padding:2rem;transition:box-shadow .2s,transform .2s;display:flex}.pub-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pub-card__icon{background:var(--brand-light);width:48px;height:48px;color:var(--brand);border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pub-card__title{margin-bottom:.3rem;font-size:1rem;font-weight:700;line-height:1.4}.pub-card__journal{color:var(--brand);margin-bottom:.25rem;font-size:.82rem;font-weight:600}.pub-card__date{color:var(--text-subtle);margin-bottom:.75rem;font-size:.78rem}.pub-card__desc{color:var(--text-muted);margin-bottom:1rem;font-size:.88rem;line-height:1.6}.cta-section{background:var(--brand-light);border-radius:var(--radius-lg);text-align:center;padding:4rem}.cta-section__heading{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.cta-section__sub{color:var(--text-muted);max-width:480px;margin:0 auto 2.5rem;font-size:1rem}.cta-form{gap:.75rem;max-width:440px;margin:0 auto;display:flex}.cta-form input{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);outline:none;flex:1;padding:.85rem 1.25rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.cta-form input:focus{border-color:var(--brand)}.footer{border-top:1px solid var(--border);padding:2.5rem 0}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer__brand{color:var(--brand);margin-bottom:.25rem;font-size:1rem;font-weight:800}.footer__copy{color:var(--text-subtle);font-size:.78rem}.footer__links{gap:1.5rem;display:flex}.footer__links a{color:var(--text-muted);font-size:.88rem;font-weight:500;transition:color .2s}.footer__links a:hover{color:var(--brand)}@media (width<=900px){.about__grid{grid-template-columns:1fr;gap:2.5rem}.skills__grid,.projects__grid{grid-template-columns:1fr}.project-card--featured{grid-column:span 1}.stats-bar__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.cta-form{flex-direction:column}.quote-section{padding:2.5rem}.cta-section{padding:2.5rem 1.5rem}}@media (width<=640px){.navbar__links{display:none}.hero__heading{font-size:2.4rem}.stats-bar__grid{grid-template-columns:repeat(2,1fr)}.pub-card{flex-direction:column}.footer__inner{text-align:center;flex-direction:column}}
