.about-container{width:min(1180px,calc(100% - 2rem));margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:2.2rem;align-items:center;padding:4rem 0 3rem;position:relative}.about-image{display:flex;align-items:center;justify-content:center;position:relative;width:min(420px,100%);margin:0}.about-image:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:28px;border:3px solid rgba(148,95,160,.16);box-shadow:0 18px 40px #945fa00f;pointer-events:none;background:transparent}.about-image img{display:block;width:100%;height:auto;border-radius:20px;object-fit:cover;box-shadow:0 28px 48px #7a2d6b0f;border:none}.about-me{background:linear-gradient(180deg,#fffaf7f2,#fff);border-radius:18px;padding:3.2rem 2.6rem;border:1px solid rgba(122,45,107,.06);box-shadow:0 22px 44px #4d2e490f;position:relative}.about-me p{margin-top:.7rem;color:var(--text-secondary);line-height:1.8}.about-me h3{font-family:var(--display);font-size:1.9rem;color:var(--plum-dark);margin-bottom:.6rem}.about-me h4{margin-top:1.2rem;font-weight:700;font-size:1.25rem;color:var(--plum-dark)}.about-intro{margin:.25rem 0 1rem;font-family:var(--serif);font-size:1.35rem;line-height:1.45;font-weight:600;font-style:italic;color:var(--plum-dark);letter-spacing:.01em}.education-section{width:100%;padding:4rem 0;display:flex;justify-content:center}.education-inner{width:min(780px,calc(100% - 2rem));display:grid;gap:1.4rem}.education-section h3{font-family:var(--display);font-size:1.9rem;color:var(--plum-dark);margin:0 auto 1.4rem}.education-timeline{position:relative;padding-left:3rem;display:grid;gap:1.6rem}.education-timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:2px;background:#7a2d6b24}.education-item{position:relative;display:flex;gap:1rem}.education-icon{position:absolute;left:-.85rem;top:.25rem;width:2rem;height:2rem;display:grid;place-items:center;background:var(--surface);border-radius:50%;color:var(--plum-dark);border:1px solid rgba(122,45,107,.16);box-shadow:0 10px 18px #7a2d6b14;font-size:.95rem}.education-card{width:100%;background:#fff;border:1px solid rgba(122,45,107,.08);border-radius:18px;padding:1rem 1.2rem;box-shadow:0 16px 36px #4d2e490d;transition:transform .25s ease,box-shadow .25s ease}.education-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px #4d2e4914}.education-card time{display:block;margin-bottom:.65rem;color:var(--rose);font-size:.86rem;letter-spacing:.08em;text-transform:uppercase}.education-card h4{margin:0;font-size:1.1rem;color:var(--plum-dark)}.education-card p{margin:.5rem 0 .8rem;color:var(--text-secondary);line-height:1.7}.education-meta{display:flex;flex-wrap:wrap;gap:.5rem}.education-meta span{padding:.45rem .75rem;border-radius:999px;background:#e8d5f573;color:var(--plum-dark);font-size:.9rem}.about-me span{font-size:.95rem;color:var(--text-muted)}@media (max-width: 768px){.about-container{grid-template-columns:1fr;padding:2.5rem 0 2rem}.about-me{padding:1.6rem;margin-top:1.2rem}}@media (max-width: 560px){.about-container{padding:2rem 0 1.6rem}.about-me{padding:1.4rem}.about-intro{font-size:1.18rem}.education-section{padding:2rem 0}.education-inner{width:calc(100% - 1rem)}.education-card{padding:1.2rem 1rem}}.contact-container{width:min(1160px,calc(100% - 2rem));margin:0 auto 3rem;padding:2.5rem;border-radius:32px;background:linear-gradient(135deg,var(--plum-dark),var(--plum));color:#fffaf4;box-shadow:0 20px 45px #4a34212e;animation:fadeInUp 1s ease forwards;transition:transform .25s ease,box-shadow .25s ease}.contact-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;max-width:1100px;margin:0 auto}.contact-info{flex:1;min-width:280px}.contact-heading{margin-bottom:1.5rem}.contact-heading h3{font-family:var(--display);font-size:1.8rem;margin-bottom:.6rem}.contact-heading p{font-size:.98rem;line-height:1.8;color:#fffaf4db}.contact-details{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.contact-details a{display:flex;align-items:center;gap:.7rem;text-decoration:none;color:#fffaf4;font-size:.95rem}.contact-details i{color:var(--lavender)}.contact-form{flex:1;min-width:300px;background:#fffaf41f;padding:1.2rem;border-radius:22px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.form-group{margin-bottom:1rem;display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:14px;font-size:.95rem;font-family:inherit;background:#fffffff5;color:#2f241d;resize:vertical;min-height:3.2rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#2f241da6;font-family:inherit;opacity:1}.form-group textarea{min-height:10rem;line-height:1.6}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e8ccad;box-shadow:0 0 0 3px #e8ccad33}button[type=submit]{width:100%;display:block;margin-top:1rem;padding:.9rem 1rem;background:linear-gradient(135deg,var(--plum),var(--rose));color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 10px 18px #00000026}.contact-container:hover{transform:translateY(-6px);box-shadow:0 30px 60px #4a342138}.popup{position:fixed;top:30%;left:50%;transform:translate(-50%,-50%);background:#fffaf4;padding:2rem 2.5rem;border-radius:16px;box-shadow:0 16px 35px #00000026;z-index:1000;animation:fadeInPopup .4s ease-in}.popup-inner{text-align:center}.popup-inner p{font-size:1rem;color:#2f241d;margin-bottom:1rem}.popup-inner button{background:var(--plum);color:#fff;border:none;padding:.6rem 1rem;border-radius:999px;cursor:pointer}@keyframes fadeInPopup{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}@media (max-width: 768px){.contact-container{padding:2rem 1.2rem}.contact-content{flex-direction:column;align-items:stretch}.contact-details{align-items:flex-start}}@media (max-width: 480px){.contact-container{padding:1.5rem 1rem 2rem}.contact-form{padding:1rem}.form-group input,.form-group textarea{padding:.8rem .9rem}button[type=submit]{padding:.85rem 1rem;font-size:.95rem}}.experience-section{width:100%;padding:4rem 0;display:flex;justify-content:center;background:#f3ecf2bf}.experience-inner{width:min(780px,calc(100% - 2rem));display:grid;gap:1.2rem}.experience-section h3{font-family:var(--display);font-size:1.9rem;color:var(--plum-dark);margin:0 auto 1rem}.experience-card{background:#fff;border:1px solid rgba(122,45,107,.08);border-radius:22px;padding:2rem 2.2rem;box-shadow:0 24px 52px #4d2e490f;transition:transform .25s ease,box-shadow .25s ease}.experience-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px #4d2e4914}.experience-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.experience-role{margin:0;font-size:1.15rem;font-weight:700;color:var(--plum-dark)}.experience-company{margin:.45rem 0 0;color:var(--text-secondary)}.experience-date{color:var(--rose);font-size:.87rem;letter-spacing:.08em;text-transform:uppercase}.experience-card ul{margin:0;padding-left:1.35rem;display:grid;gap:.75rem;color:var(--text-secondary);line-height:1.75}.experience-card li{position:relative}.experience-card li::marker{color:var(--plum-dark)}.selected-projects{display:grid;gap:1.4rem;margin-top:1.8rem}.selected-projects h4{margin:0;font-size:1.15rem;font-weight:700;color:var(--plum-dark)}.project-item{background:#f2e2eee6;border:1px solid rgba(122,45,107,.12);border-radius:18px;padding:1.35rem 1.3rem;display:grid;gap:.8rem;transition:transform .22s ease,box-shadow .22s ease}.project-item:hover{transform:translateY(-6px);box-shadow:0 20px 40px #4d2e490f}.project-summary{display:flex;flex-direction:column;gap:.25rem}.project-title{margin:0;font-size:1rem;font-weight:700;color:var(--plum-dark)}.project-tag{margin:0;color:var(--text-secondary);font-size:.95rem}.project-stack{margin:0;color:var(--text-secondary);font-size:.95rem;line-height:1.7}.project-links{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}.icon-link{display:inline-flex;justify-content:center;align-items:center;width:3.4rem;height:3.4rem;border-radius:50%;background:#fff;border:1px solid rgba(122,45,107,.16);color:var(--plum-dark);text-decoration:none;box-shadow:0 14px 30px #7a2d6b14;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.icon-link:hover{transform:translateY(-2px);background:#eedceef2;box-shadow:0 18px 34px #7a2d6b1f}.project-link-icon{font-size:1.15rem}@media (max-width: 768px){.experience-section{padding:3rem 0}.experience-inner{width:calc(100% - 2rem)}.experience-card{padding:1.6rem}}@media (max-width: 640px){.experience-card{padding:1.4rem 1.2rem}.experience-header{flex-direction:column;align-items:flex-start}.project-links{gap:.65rem}}@media (max-width: 520px){.experience-card{padding:1.15rem 1rem}.experience-section{padding:2rem 0}.project-links{justify-content:flex-start}}.footer-container{min-height:10rem;background:linear-gradient(135deg,var(--plum-dark),var(--plum));color:#fffaf4;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 3rem;opacity:0;animation:fadeInUp .8s ease-in-out forwards;position:relative;width:100%}.footer-content{margin-bottom:1rem;text-align:center}.footer-content p{font-size:.95rem;line-height:1.7}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.footer-links a{display:flex;align-items:center;color:#fffaf4;text-decoration:none;font-size:.95rem;transition:all .3s ease}.footer-links i{margin-right:.4rem}.footer-links a:hover{color:var(--lavender);transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.footer-container{padding:2rem 1.2rem}}@media (max-width: 480px){.footer-container{padding:1.5rem 1rem}.footer-content p{font-size:.92rem}}.hackathons-section{width:100%;padding:4rem 1rem;background:#f3ecf2d9}.hackathons-inner{width:min(1100px,calc(100% - 2rem));margin:0 auto;display:grid;gap:1.8rem}.hackathons-inner h3{font-family:var(--display);font-size:1.9rem;color:var(--plum-dark);margin:0 0 .9rem;text-align:center}.hackathon-list{display:block;position:relative;padding:0 1rem}.hackathon-list:before{content:"";position:absolute;left:50%;top:.8rem;bottom:.8rem;width:2px;background:linear-gradient(180deg,#7a2d6b0f,#7a2d6b2e);transform:translate(-50%);z-index:1}.hackathon-entry{background:#fff;border:1px solid rgba(122,45,107,.08);border-radius:22px;padding:1.8rem;box-shadow:0 20px 40px #4d2e490d;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.hackathon-entry{transition:transform .25s ease,box-shadow .25s ease}.hackathon-entry:hover{transform:translateY(-6px);box-shadow:0 28px 60px #4d2e4914}.hackathon-entry{position:relative;padding:1.8rem;width:calc(50% - 48px);margin:1.6rem 0}.hackathon-entry:after{content:"";position:absolute;top:1.6rem;width:14px;height:14px;border-radius:50%;background:var(--plum-dark);box-shadow:0 6px 18px #7a2d6b24;z-index:3}.hackathon-entry:nth-child(odd){margin-left:0;margin-right:auto}.hackathon-entry:nth-child(2n){margin-left:auto;margin-right:0}.hackathon-entry:nth-child(odd):after{right:-26px}.hackathon-entry:nth-child(2n):after{left:-26px}.hackathon-entry:before{content:"";position:absolute;top:1.675rem;height:2px;width:26px;background:#7a2d6b1f;border-radius:2px;z-index:2}.hackathon-entry:nth-child(odd):before{right:-26px}.hackathon-entry:nth-child(2n):before{left:-26px}.hackathon-entry:hover:after{transform:scale(1.18);box-shadow:0 10px 30px #7a2d6b2e}.hackathon-entry{z-index:4}.hackathon-entry h4{margin:0 0 .4rem;font-size:1.2rem;color:var(--plum-dark)}.hackathon-meta{margin:0;color:var(--plum-dark);font-size:.96rem}.hackathon-result{margin:.6rem 0 0;font-weight:700;color:var(--plum-dark)}.hackathon-description{margin:.8rem 0 0;color:var(--text-secondary);line-height:1.8}.hackathon-tech{margin:.7rem 0 0;color:var(--text-secondary);line-height:1.7}.hackathon-label{font-weight:700;color:var(--plum-dark)}.hackathon-links{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:.5rem}.hackathon-icon{display:inline-flex;justify-content:center;align-items:center;width:3.4rem;height:3.4rem;border-radius:50%;border:1px solid rgba(122,45,107,.14);background:#fff;color:var(--plum-dark);box-shadow:0 10px 24px #7a2d6b14;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hackathon-icon svg{width:1.1rem;height:1.1rem}.hackathon-icon:hover{transform:translateY(-2px);background:#eedceeeb;box-shadow:0 12px 26px #7a2d6b1f}@media (max-width: 960px){.hackathon-list{padding:0}.hackathon-list:before{display:none}.hackathon-entry{width:100%;margin:1rem 0}.hackathon-entry:after,.hackathon-entry:before{display:none}}@media (max-width: 640px){.hackathon-entry{padding:1.4rem}.hackathon-links{gap:.6rem}}.hero-section{min-height:90vh;width:100%;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;position:relative;text-align:center;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(255,255,255,.35),transparent 50%);pointer-events:none}.hero-section:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:min(780px,calc(100% - 2rem));height:2px;background:linear-gradient(90deg,transparent,rgba(74,25,66,.65),transparent);box-shadow:0 0 18px #4a194229}.hero-content{max-width:760px;display:flex;flex-direction:column;gap:1rem;z-index:1;margin:0 auto}.hero-content>p:first-of-type{font-family:var(--serif);font-size:1rem;color:var(--plum);text-transform:uppercase;letter-spacing:.32em;font-weight:700;margin-bottom:.35rem;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.hero-content h2{margin-top:.15rem;font-family:var(--display);font-size:clamp(3rem,6vw,4.8rem);line-height:1.02;color:var(--plum-dark);letter-spacing:-.03em}.hero-content p{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--text-secondary);max-width:660px;margin:0 auto}.hero-button{display:inline-flex;gap:1rem;flex-wrap:wrap;margin:1.5rem auto 0;justify-content:center;align-items:center}.download-btn,.contact-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border-radius:999px;font-weight:700;font-size:.95rem;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;cursor:pointer;padding:.9rem 1.4rem;border:1px solid transparent}.download-btn svg,.contact-btn svg{width:1.1rem;height:1.1rem}.download-btn{background:linear-gradient(135deg,var(--plum),var(--rose));color:#fff;box-shadow:0 12px 25px #8b5e3c33}.download-btn:hover,.contact-btn:hover{transform:translateY(-3px)}.contact-btn{background:var(--surface);color:var(--plum-dark);border-color:#7a2d6b29}.hero-subtext{font-size:.95rem;color:var(--text-muted);font-weight:600}@media (max-width: 768px){.hero-section{flex-direction:column;padding:6rem 1.2rem 3rem;text-align:center;gap:1.5rem}.hero-content{align-items:center}.hero-button{justify-content:center;gap:.8rem}.hero-icon-wrapper{justify-content:center}}@media (max-width: 520px){.hero-section{padding:5rem 1rem 2.5rem}.hero-content h2{font-size:clamp(2.4rem,10vw,3.4rem)}.hero-content p{max-width:100%;font-size:1rem}.hero-content>p:first-of-type{white-space:normal;letter-spacing:.18em}.download-btn,.contact-btn{width:100%;padding:.95rem 1rem}}.journey-section{width:100%;padding:4rem 1rem;background:#fff8f6f2;animation:softGlow 10s ease-in-out infinite}.journey-inner{width:min(1300px,calc(100% - 2rem));margin:0 auto;display:grid;gap:1.4rem}.journey-header h3{font-family:var(--display);font-size:1.9rem;color:var(--plum-dark);margin:0;text-align:center}.journey-header p{margin:.65rem auto 0;max-width:720px;color:var(--text-secondary);text-align:center}.journey-carousel{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;overflow:hidden}.journey-slide{width:min(750px,100%);max-width:750px;aspect-ratio:16 / 9;border-radius:24px;overflow:hidden;box-shadow:0 24px 60px #4d2e4914;position:relative}.journey-slide{transition:transform .18s ease,box-shadow .18s ease}.journey-slide:hover{transform:translateY(-6px);box-shadow:0 34px 80px #4d2e491a}.journey-slide img{width:100%;height:100%;object-fit:cover;display:block}.journey-nav{width:52px;height:52px;border-radius:50%;border:1px solid rgba(122,45,107,.18);background:#fff;color:var(--plum-dark);font-size:1.75rem;line-height:1;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.journey-nav:hover{transform:translateY(-2px);background:#eedceeeb;box-shadow:0 10px 24px #7a2d6b1f}.journey-dots{display:flex;justify-content:center;gap:.65rem}.journey-dot{width:.75rem;height:.75rem;border-radius:50%;background:#7a2d6b2e;border:none;cursor:pointer;transition:transform .2s ease,background .2s ease}.journey-dot.active{background:var(--plum-dark);transform:scale(1.1)}@media (max-width: 960px){.journey-slide{min-height:320px}.journey-nav{width:46px;height:46px}}@media (max-width: 680px){.journey-carousel{flex-direction:column}.journey-nav{width:46px;height:46px}}@media (max-width: 540px){.journey-inner{gap:1rem}.journey-slide{width:100%;min-height:260px}.journey-nav{width:42px;height:42px}}.leadership-section{width:100%;padding:4rem 1rem;background:#f3ecf2e6}.leadership-inner{width:min(1100px,calc(100% - 2rem));margin:0 auto;display:grid;gap:1.6rem}.leadership-heading h3{font-family:var(--display);font-size:1.9rem;color:var(--plum-dark);margin:0;text-align:center}.leadership-grid{display:grid;grid-template-columns:1fr;gap:1.4rem}.leadership-card{background:#fff;border:1px solid rgba(122,45,107,.08);border-radius:22px;padding:1.8rem;box-shadow:0 20px 40px #4d2e490d;display:flex;flex-direction:column;gap:1rem;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.leadership-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px #4d2e4914;border-color:#7a2d6b2e}.leadership-card h4{margin:0;font-size:1.18rem;color:var(--plum-dark)}.leadership-role{margin:.3rem 0 0;color:var(--plum-dark);font-weight:700}.leadership-description{margin:.9rem 0 0;color:var(--text-secondary);line-height:1.75}.leadership-list-title{margin:0 0 .55rem;font-weight:700;color:var(--plum-dark)}.leadership-list ul{margin:0;padding-left:1.25rem;color:var(--text-secondary);line-height:1.7}.leadership-list li{margin-bottom:.65rem}.leadership-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.leadership-icon-button{display:inline-flex;justify-content:center;align-items:center;width:3.4rem;height:3.4rem;border-radius:50%;border:1px solid rgba(122,45,107,.14);background:#fff;color:var(--plum-dark);box-shadow:0 14px 30px #7a2d6b14;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.leadership-icon-button:hover{transform:translateY(-2px);background:#eedceef2;box-shadow:0 18px 34px #7a2d6b1f}@media (max-width: 960px){.leadership-inner{width:calc(100% - 2rem)}.leadership-grid{grid-template-columns:1fr}}@media (max-width: 640px){.leadership-section{padding:3.2rem .8rem 3rem}.leadership-card{padding:1.4rem}.leadership-icon-button{width:3rem;height:3rem}}.navbar{width:100%;position:fixed;top:0;left:0;right:0;z-index:999;padding:.75rem .75rem 0;display:flex;justify-content:center;align-items:center;background:transparent}.navbar-list{display:flex;justify-content:center;align-items:center;gap:.7rem;list-style:none;max-width:min(1180px,calc(100vw - 1.5rem));width:fit-content;margin:0 auto;padding:.7rem .8rem;background:#fffaf7f5;border:1px solid var(--border);border-radius:999px;box-shadow:0 10px 30px #4d2e4914;flex-wrap:wrap}.navbar-list li a{text-decoration:none;color:var(--text-primary);font-size:.95rem;font-weight:600;padding:.4rem .7rem;border-radius:999px;transition:background .25s ease,color .25s ease;white-space:nowrap}.navbar-list li a:hover{background:var(--blush-light);color:var(--plum)}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;border:none;background:#fffaf7f5;padding:0;width:3rem;height:3rem;border-radius:14px;border:1px solid rgba(122,45,107,.14);box-shadow:0 10px 24px #4d2e4914}.hamburger .bar{height:2px;width:20px;background-color:#3d2b1f;margin:3px 0;border-radius:2px;transition:all .3s ease}@media (max-width: 1024px){.navbar{justify-content:flex-end;padding:.7rem .7rem 0}.navbar-list{max-width:none;width:auto}.navbar-list{display:none;position:absolute;top:calc(100% + .5rem);right:.7rem;left:.7rem;width:auto;flex-direction:column;align-items:stretch;gap:.55rem;padding:.8rem;border-radius:20px;background:#fffaf7fa;box-shadow:0 20px 40px #4d2e4924}.navbar-list.active{display:flex}.navbar-list li{width:100%}.navbar-list li a{display:block;width:100%;text-align:center;padding:.8rem .9rem;border-radius:14px}.hamburger{display:flex}}@media (max-width: 480px){.navbar{padding:.6rem .6rem 0}.navbar-list{right:.6rem;left:.6rem;padding:.7rem}.navbar-list li a{padding:.75rem .85rem;font-size:.9rem}}@keyframes fadeInNavbar{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.projects-container{width:100%;padding:4rem 1rem 4.5rem}.projects-content{width:min(1200px,100%);margin:0 auto}.projects-content h3{font-family:var(--display);font-size:1.8rem;color:#2f241d;margin-bottom:.6rem;text-align:center}.projects-content i{margin-right:.7rem;color:var(--rose)}.project-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem;align-items:stretch}.project-box{border-radius:22px;box-shadow:0 20px 40px #4d2e490d;background:#fff;border:1px solid rgba(122,45,107,.08);padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s ease,box-shadow .25s ease;min-height:100%;will-change:auto;contain:layout paint}.project-box:hover{cursor:pointer;transform:translateY(-6px);box-shadow:0 24px 50px #4d2e4914}.project-details h4{display:flex;justify-content:center;font-size:1.1rem;margin-bottom:.7rem;color:#2f241d}.project-details img{height:180px;width:100%;margin:.6rem 0 .9rem;border-radius:14px;object-fit:cover}.project-details p{color:#5b4b3d;font-size:.95rem}.project-features{margin:.9rem 0 0 1rem;padding:0;list-style:disc;color:#5b4b3d;line-height:1.6}.project-features li{margin-bottom:.55rem}.project-action-row{margin-top:1rem;display:flex;gap:.85rem}.project-icon-link{display:inline-flex;justify-content:center;align-items:center;width:3.4rem;height:3.4rem;border-radius:50%;background:#fff;border:1px solid rgba(122,45,107,.14);color:var(--plum-dark);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.project-icon-link:hover{transform:translateY(-2px);background:#eedceeeb;box-shadow:0 12px 26px #7a2d6b1f}.project-icon-link svg{width:1.1rem;height:1.1rem}@media (max-width: 1024px){.project-card{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.projects-container{padding:3rem 1rem 3.5rem}.projects-content{width:calc(100% - 2rem)}.project-card{grid-template-columns:1fr}}@media (max-width: 540px){.projects-content{padding:0 .5rem}.project-box{padding:1rem}.project-details h4{font-size:1.05rem}.project-details img{height:auto}.project-features{padding-left:.95rem}.project-action-row{flex-direction:column;align-items:stretch}.project-icon-link{width:3rem;height:3rem}}@media (max-width: 420px){.projects-container{padding:2rem 0 2.5rem}.project-box{border-radius:18px}}*{margin:0;padding:0;box-sizing:border-box}.skills-container{width:min(1160px,calc(100% - 2rem));margin:1rem auto 4rem;border-radius:28px;background:#fffaf7e6;border:1px solid var(--border);padding:2.5rem 1.5rem;box-shadow:var(--shadow)}.skills-heading{text-align:center;margin-bottom:2rem}.skills-heading h3{font-family:var(--display);font-size:1.8rem;color:#2f241d;margin-bottom:.6rem}.skills-heading p{color:var(--text-secondary);max-width:700px;margin:0 auto}.skills-heading i{margin-right:.7rem;color:var(--rose)}.skills-content{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem 1rem;margin:0 auto}.skill-pill{display:inline-flex;align-items:center;gap:.7rem;padding:.55rem 1.1rem;border-radius:999px;border:1px solid rgba(122,45,107,.14);background:linear-gradient(180deg,#ffffff05,#ffffff03);color:var(--plum-dark);box-shadow:0 8px 20px #7a2d6b0a;cursor:pointer;opacity:0;animation:fadeInUp .6s ease forwards;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.skill-pill:hover{transform:translateY(-6px);box-shadow:0 18px 36px #7a2d6b29;background:#fffffffa}.skill-pill:nth-child(1){animation-delay:.05s}.skill-pill:nth-child(2){animation-delay:.08s}.skill-pill:nth-child(3){animation-delay:.11s}.skill-pill:nth-child(4){animation-delay:.14s}.skill-pill:nth-child(5){animation-delay:.17s}.skill-pill:nth-child(6){animation-delay:.2s}.skill-pill:nth-child(7){animation-delay:.23s}.skill-pill:hover{transform:translateY(-4px);box-shadow:0 12px 28px #7a2d6b17}.skill-icon{width:1.1rem;height:1.1rem}.skill-label{font-weight:600;font-size:.95rem}@media (max-width: 768px){.skills-container{padding:2rem 1rem}.skills-heading h3{font-size:1.7rem}}@media (max-width: 480px){.skills-container{padding:1.8rem 1rem}.skills{flex:0 0 96px;height:96px}.skills img{height:58px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.certifications-section{width:100%;padding:5.5rem 1rem 4rem;background:#fffaf8ed}.certifications-inner{width:min(1160px,calc(100% - 2rem));margin:0 auto;display:grid;gap:1.6rem;margin-top:.6rem}.certifications-heading h3{font-family:var(--display);font-size:1.95rem;color:var(--plum-dark);margin:0 auto;text-align:center}.certifications-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}.certification-card{background:#fff;border:1px solid rgba(122,45,107,.08);border-radius:22px;padding:1.8rem;box-shadow:0 18px 34px #4d2e490d;display:grid;gap:1.1rem;transition:transform .25s ease,box-shadow .25s ease}.certification-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px #4d2e4914}.certification-card-top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.certification-card h4{margin:0;font-size:1.18rem;color:var(--plum-dark)}.certification-skills{margin:.75rem 0 0;color:var(--text-secondary);line-height:1.7}.certification-icon-button{width:3.4rem;height:3.4rem;display:inline-flex;justify-content:center;align-items:center;border-radius:50%;background:#fff;border:1px solid rgba(122,45,107,.14);color:var(--plum-dark);box-shadow:0 14px 30px #7a2d6b14;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.certification-icon-button:hover{transform:translateY(-2px);background:#eedceef2;box-shadow:0 18px 34px #7a2d6b1f}.certification-footer{margin-top:.6rem}.certification-credential{margin:0;color:var(--plum-dark);line-height:1.65}.certification-link{display:inline-flex;align-items:center;gap:.6rem;margin-top:.6rem;color:var(--plum-dark);font-weight:700;text-decoration:none;background:transparent}.certification-link-icon{width:1.05rem;height:1.05rem}.certification-link:hover{color:var(--plum-dark);text-decoration:underline}.certification-footer .certification-icon-button{margin-top:.6rem}@media (max-width: 1060px){.certifications-inner{width:calc(100% - 2rem)}.certifications-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (max-width: 840px){.certification-card{padding:1.5rem}.certification-card-top{flex-direction:column;align-items:flex-start}}@media (max-width: 720px){.certifications-grid{grid-template-columns:1fr}.certifications-section{padding:4rem .8rem 3rem}}@media (max-width: 540px){.certification-card{padding:1.25rem}.certification-card-top{gap:.75rem}}:root{color:var(--text-primary);background:var(--warm-white);font-family:var(--sans);line-height:1.7;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--blush: #f2d1d9;--blush-light: #fdf0f3;--lavender: #e8d5f5;--lavender-deep: #c9a0dc;--plum: #7a2d6b;--plum-dark: #4a1942;--cream: #fef9f4;--warm-white: #fffaf7;--rose: #d4788c;--rose-gold: #b76e79;--text-primary: #2d1b33;--text-secondary: #6b5270;--text-muted: #9d8ba3;--accent-glow: rgba(201, 160, 220, .3);--serif: "Cormorant Garamond", Georgia, serif;--sans: "DM Sans", -apple-system, sans-serif;--display: "Playfair Display", Georgia, serif;--surface: #fffaf7;--surface-strong: #fdf0f3;--border: rgba(122, 45, 107, .14);--shadow: 0 18px 45px rgba(77, 46, 73, .11);--cursor-x: 50vw;--cursor-y: 50vh}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,var(--accent-glow),transparent 30%),linear-gradient(135deg,var(--blush-light) 0%,var(--warm-white) 42%,var(--cream) 100%);color:var(--text-primary);overflow-x:hidden;position:relative}body:before,body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .35s ease}body:before{background:radial-gradient(circle at var(--cursor-x) var(--cursor-y),rgba(255,255,255,.15),transparent 16%)}body:after{background:radial-gradient(circle at var(--cursor-x) var(--cursor-y),rgba(255,255,255,.1),transparent 22%)}body.cursor-bubble-active:before,body.cursor-bubble-active:after{opacity:1}@keyframes bubbleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}button,input,textarea,select{transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,color .25s ease}button:hover,input:hover,textarea:hover,select:hover{transform:translateY(-1.5px)}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{max-width:100%}button,input,textarea,select{min-width:0}section{position:relative;width:100%}::selection{background:var(--lavender);color:var(--plum-dark)}
