.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 2rem;transition:all .3s ease}.navbar.scrolled{background:#0a0a0acc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(212,197,185,.1);padding:1rem 2rem;box-shadow:0 4px 20px #0000004d}.navbar.mobile-open{background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(212,197,185,.1)}.navbar-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{text-decoration:none;font-size:1.8rem;font-weight:800;font-family:Playfair Display,serif;color:var(--color-beige-light);padding:.5rem 1rem;border-radius:12px;background:linear-gradient(135deg,#8b5a3c33,#2d4a3e33);border:1px solid rgba(212,197,185,.2);transition:all .3s ease}.navbar-logo:hover{background:linear-gradient(135deg,#8b5a3c4d,#2d4a3e4d);box-shadow:0 4px 20px #8b5a3c4d}.logo-text{background:linear-gradient(135deg,var(--color-beige-light),var(--color-leather-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-menu{display:flex;gap:.5rem;align-items:center}.navbar-menu.desktop{display:none}.navbar-link{text-decoration:none;color:var(--color-beige);font-weight:500;font-size:.95rem;padding:.7rem 1.3rem;border-radius:10px;transition:all .3s ease;position:relative;overflow:hidden}.navbar-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,197,185,.1),transparent);transition:left .5s ease}.navbar-link:hover:before{left:100%}.navbar-link:hover{color:var(--color-beige-light);background:#d4c5b914;transform:translateY(-2px)}.mobile-menu-toggle{display:block;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;gap:5px;width:28px}.hamburger span{display:block;width:100%;height:2px;background-color:var(--color-beige);transition:all .3s ease;border-radius:2px}.hamburger.open span:nth-child(1){transform:rotate(45deg) translateY(7px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(212,197,185,.1);overflow:hidden}.mobile-menu-link{display:block;padding:1.2rem 2rem;color:var(--color-beige);text-decoration:none;font-weight:500;font-size:1.1rem;border-bottom:1px solid rgba(212,197,185,.05);transition:all .3s ease}.mobile-menu-link:hover{background:#d4c5b914;color:var(--color-beige-light);padding-left:2.5rem}@media(min-width:768px){.navbar-menu.desktop{display:flex}.mobile-menu-toggle{display:none}.navbar{padding:2rem 3rem}.navbar.scrolled{padding:1.2rem 3rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:6rem 2rem 2rem;overflow:hidden}.hero-content{max-width:1200px;text-align:center;z-index:2;position:relative}.hero-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.5rem;background:#2d4a3e4d;border:1px solid rgba(212,197,185,.2);border-radius:50px;color:var(--color-beige-light);font-size:.85rem;font-weight:500;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-dot{width:8px;height:8px;background:var(--color-forest-green);border-radius:50%;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 10px var(--color-forest-light)}.hero-title{font-size:clamp(2.5rem,8vw,7rem);line-height:1.1;margin-bottom:1.5rem;font-weight:900;display:flex;flex-direction:column;gap:.5rem}.hero-greeting{font-size:clamp(1.5rem,4vw,3rem);color:var(--color-text-muted);font-weight:400;font-family:Inter,sans-serif}.hero-name{letter-spacing:-.03em;position:relative}.hero-subtitle{font-size:clamp(1rem,2vw,1.4rem);color:var(--color-text-muted);max-width:700px;margin:0 auto 3rem;line-height:1.7;font-weight:400}.hero-subtitle .highlight{color:var(--color-beige-light);font-weight:600;position:relative}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:5rem}.cta-button{padding:1.2rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;border:2px solid transparent}.cta-button.primary{background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));color:var(--color-beige-light);box-shadow:0 4px 20px #8b5a3c4d}.cta-button.secondary{background:transparent;color:var(--color-beige-light);border-color:var(--color-beige);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#d4c5b91a;border-color:var(--color-beige-light)}.hero-scroll{display:flex;justify-content:center}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--color-text-muted);font-size:.85rem;font-weight:500}.scroll-line{width:2px;height:40px;background:linear-gradient(to bottom,var(--color-beige),transparent);border-radius:2px}.hero-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.decoration-circle{position:absolute;border-radius:50%;border:1px solid rgba(212,197,185,.1)}.circle-1{width:600px;height:600px;top:50%;left:50%;transform:translate(-50%,-50%);border-width:2px}.circle-2{width:400px;height:400px;top:50%;left:50%;transform:translate(-50%,-50%);border-width:1px}@media(max-width:768px){.hero{padding:5rem 1rem 1rem}.hero-badge{margin-bottom:1.5rem;font-size:.75rem;padding:.5rem 1.2rem}.hero-cta{flex-direction:column;align-items:center;margin-bottom:3rem}.cta-button{width:100%;max-width:300px}.circle-1{width:400px;height:400px}.circle-2{width:250px;height:250px}}.about{min-height:100vh;padding:8rem 2rem;position:relative}.about-container{max-width:1400px;margin:0 auto}.about-header-intro-group{margin-bottom:4rem}.about-header{text-align:center;margin-bottom:2rem}.section-label{display:inline-block;padding:.5rem 1.5rem;background:#8b5a3c33;border:1px solid rgba(212,197,185,.2);border-radius:50px;color:var(--color-beige-light);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.section-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem;font-weight:800}.section-description{font-size:1.1rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.about-content{display:flex;flex-direction:column;gap:4rem}.about-intro{display:grid;grid-template-columns:1fr;gap:3rem;padding:3rem;border-radius:30px;position:relative;overflow:hidden}.intro-image{position:relative;margin:0 auto}.image-placeholder{width:250px;height:250px;border-radius:20px;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-forest-green));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.headshot-img{width:100%;height:100%;object-fit:cover;display:block}.placeholder-text{font-size:5rem;font-weight:900;color:var(--color-beige-light);font-family:Playfair Display,serif}.image-decoration{position:absolute;top:-10px;right:-10px;width:100px;height:100px;border:2px solid var(--color-leather-brown);border-radius:20px;opacity:.3}.intro-text h3{font-size:2rem;margin-bottom:1.5rem;color:var(--color-beige-light)}.intro-text p{font-size:1.05rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:1.2rem}.about-interests{margin:2rem 0}.interests-title{font-size:2rem;text-align:center;margin-bottom:3rem;color:var(--color-beige-light)}.interests-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.interest-card{padding:2.5rem;border-radius:20px;text-align:center;transition:all .3s ease;cursor:pointer}.interest-icon{font-size:3rem;color:var(--color-leather-light);margin-bottom:1.5rem;display:inline-block}.interest-card h4{font-size:1.4rem;margin-bottom:1rem;color:var(--color-beige-light)}.interest-card p{font-size:.95rem;color:var(--color-text-muted);line-height:1.7}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.stat-card{padding:3rem 2rem;border-radius:20px;text-align:center;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #8b5a3c33}.stat-number{font-size:3.5rem;font-weight:900;margin-bottom:.5rem;display:block}.stat-label{font-size:1rem;color:var(--color-text-muted);font-weight:500}@media(min-width:768px){.about-intro{grid-template-columns:auto 1fr;align-items:start}.intro-image{margin:0}.image-placeholder{width:300px;height:300px}}@media(max-width:768px){.about{padding:6rem 1rem}.about-intro{padding:2rem}.interests-grid,.about-stats{grid-template-columns:1fr}}.about-favorites{margin-top:2rem;padding-top:2rem;display:flex;gap:3rem}.favorites-group{flex:1;min-width:0}.favorites-group h4{font-size:1rem;color:var(--color-beige-light);margin-bottom:1rem;opacity:.9;font-weight:600;letter-spacing:.05em;text-transform:uppercase;font-family:Inter,sans-serif}.favorites-row{display:flex;gap:1rem}.favorite-item{display:flex;flex-direction:column;gap:.5rem;width:100px}.favorite-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;box-shadow:0 4px 10px #0003;transition:transform .3s ease;border:1px solid rgba(255,255,255,.1)}.favorite-item:hover img{transform:translateY(-3px)}.favorite-details{display:flex;flex-direction:column;gap:.1rem}.song-title{font-size:.8rem;color:var(--color-text-muted);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Inter,sans-serif}.song-artist{font-size:.7rem;color:var(--color-text-muted);opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Inter,sans-serif}.favorites-divider{width:100%;height:1px;background:#d4c5b91a;margin:1rem 0}@media(max-width:768px){.about-favorites{flex-direction:column;gap:2rem;padding-top:1.5rem}.favorites-row{overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.favorites-row::-webkit-scrollbar{display:none}.favorite-item{flex-shrink:0}}.projects{min-height:100vh;padding:8rem 2rem;position:relative}.projects-container{max-width:1400px;margin:0 auto}.projects-header{text-align:center;margin-bottom:4rem}.projects-filters{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}.filter-button{padding:.8rem 2rem;border-radius:50px;border:2px solid rgba(212,197,185,.2);background:#0d0d0d66;color:var(--color-beige);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-button:hover{border-color:var(--color-leather-light);background:#8b5a3c33}.filter-button.active{background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));border-color:var(--color-leather-light);color:var(--color-beige-light);box-shadow:0 4px 20px #8b5a3c4d}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}.project-card{border-radius:25px;overflow:hidden;cursor:pointer;transition:all .4s ease;display:flex;flex-direction:column}.project-card:hover{box-shadow:0 20px 60px #8b5a3c4d}.project-image{height:250px;position:relative;overflow:hidden;background:#000}.project-img-element{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-card:hover .project-img-element{transform:scale(1.05)}.gradient-1{background:linear-gradient(135deg,#8b5a3c,#2d4a3e)}.gradient-2{background:linear-gradient(135deg,#2d4a3e,#d4c5b9)}.gradient-3{background:linear-gradient(135deg,#d4c5b9,#8b5a3c)}.gradient-4{background:linear-gradient(135deg,#8b5a3c,#3d5a4e)}.gradient-5{background:linear-gradient(135deg,#3d5a4e,#a67c52)}.gradient-6{background:linear-gradient(135deg,#a67c52,#2d4a3e)}.project-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-icons{display:flex;gap:1.5rem}.tech-icon{font-size:2.5rem;color:var(--color-beige-light);opacity:.9}.project-content{padding:2rem;flex:1;display:flex;flex-direction:column}.project-title{font-size:1.5rem;margin-bottom:1rem;color:var(--color-beige-light)}.project-description{font-size:.95rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.5rem;flex:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{padding:.4rem 1rem;background:#8b5a3c33;border:1px solid rgba(212,197,185,.2);border-radius:20px;font-size:.8rem;color:var(--color-beige-light);font-weight:500}.project-links{display:flex;gap:1rem}.project-link{width:45px;height:45px;border-radius:12px;background:#8b5a3c33;border:1px solid rgba(212,197,185,.2);display:flex;align-items:center;justify-content:center;color:var(--color-beige-light);font-size:1.2rem;transition:all .3s ease;text-decoration:none}.project-link:hover{background:var(--color-leather-brown);box-shadow:0 4px 15px #8b5a3c66}.project-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.project-modal{max-width:900px;width:100%;max-height:90vh;overflow-y:auto;border-radius:30px;position:relative}.modal-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border-radius:50%;border:none;background:#ffffff1a;color:var(--color-beige-light);font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.modal-close:hover{background:#fff3;transform:rotate(90deg)}.modal-image{height:300px;border-radius:20px 20px 0 0;overflow:hidden;background:#000}.modal-img-element{width:100%;height:100%;object-fit:cover}.modal-content{padding:3rem}.modal-content h3{font-size:2.5rem;margin-bottom:1.5rem;color:var(--color-beige-light)}.modal-content p{font-size:1.1rem;color:var(--color-text-muted);line-height:1.8;margin-bottom:2rem}.modal-tech{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.5rem}.modal-actions{display:flex;gap:1rem;flex-wrap:wrap}.modal-button{padding:1rem 2rem;border-radius:50px;border:2px solid var(--color-beige);background:transparent;color:var(--color-beige-light);font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;text-decoration:none}.modal-button:hover{background:#d4c5b91a;transform:translateY(-2px)}.modal-button.primary{background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));border-color:var(--color-leather-light);box-shadow:0 4px 20px #8b5a3c4d}.modal-button.primary:hover{box-shadow:0 6px 30px #8b5a3c66}@media(max-width:768px){.projects{padding:6rem 1rem}.projects-grid{grid-template-columns:1fr}.modal-content{padding:2rem}.modal-content h3{font-size:2rem}.modal-actions{flex-direction:column}.modal-button{width:100%;justify-content:center}}.experience{min-height:100vh;padding:8rem 2rem;position:relative}.experience-container{max-width:1200px;margin:0 auto}.experience-header{text-align:center;margin-bottom:5rem}.experience-timeline{position:relative;padding:2rem 0}.experience-item{display:grid;grid-template-columns:auto 1fr;gap:2rem;margin-bottom:3rem;position:relative}.experience-item:last-child .marker-line{display:none}.experience-marker{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.marker-dot{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));box-shadow:0 0 0 4px #8b5a3c33,0 0 20px #8b5a3c66;position:relative;animation:pulse-dot 3s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 4px #8b5a3c33,0 0 20px #8b5a3c66}50%{box-shadow:0 0 0 8px #8b5a3c4d,0 0 30px #8b5a3c99}}.marker-line{width:2px;flex:1;min-height:100px;background:linear-gradient(to bottom,var(--color-leather-brown),transparent);margin-top:.5rem}.experience-card{padding:2.5rem;border-radius:25px;transition:all .4s ease}.experience-card:hover{box-shadow:0 20px 60px #8b5a3c4d}.experience-header-info{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.company-badge{width:60px;height:60px;border-radius:15px;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-forest-green));display:flex;align-items:center;justify-content:center;color:var(--color-beige-light);font-size:1.5rem;flex-shrink:0;box-shadow:0 8px 25px #8b5a3c4d;padding:.7rem;background-color:#fff;background-blend-mode:soft-light}.company-logo{width:100%;height:100%;object-fit:contain}.experience-title-section{flex:1}.experience-position{font-size:1.6rem;color:var(--color-beige-light);margin-bottom:.5rem;font-weight:700}.experience-company{font-size:1.2rem;color:var(--color-leather-light);font-weight:600}.experience-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(212,197,185,.1)}.meta-item{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.95rem}.meta-item svg{color:var(--color-leather-light)}.experience-description{font-size:1.05rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:1.5rem}.experience-achievements{margin-bottom:1.5rem}.experience-achievements h5{font-size:1.1rem;color:var(--color-beige-light);margin-bottom:1rem;font-weight:600}.experience-achievements ul{list-style:none;padding:0;margin:0}.experience-achievements li{padding-left:1.5rem;margin-bottom:.8rem;color:var(--color-text-muted);line-height:1.6;position:relative}.experience-achievements li:before{content:"▸";position:absolute;left:0;color:var(--color-leather-light);font-weight:700}.experience-tech{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(212,197,185,.1)}.experience-progression{margin-top:1.5rem}.experience-progression h5{font-size:1.05rem;color:var(--color-beige-light);margin-bottom:1rem;font-weight:700}.progression-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.8rem}.progress-item{padding:.8rem 1rem;border-radius:14px;background:#0d0d0d80;border:1px solid rgba(212,197,185,.06);color:var(--color-text)}.progress-item .progress-role{font-weight:700;color:var(--color-beige-light);margin-bottom:.3rem}.progress-item .progress-meta{font-size:.9rem;color:var(--color-text-muted)}.tech-badge{padding:.5rem 1.2rem;background:#2d4a3e4d;border:1px solid rgba(212,197,185,.2);border-radius:20px;font-size:.85rem;color:var(--color-beige-light);font-weight:500;transition:all .3s ease}.tech-badge:hover{background:#2d4a3e80;border-color:var(--color-forest-light);transform:translateY(-2px)}@media(max-width:768px){.experience{padding:6rem 1rem}.experience-item{grid-template-columns:auto 1fr;gap:1rem}.experience-card{padding:1.5rem}.experience-header-info{flex-direction:column;gap:1rem}.company-badge{width:50px;height:50px;font-size:1.2rem}.experience-position{font-size:1.3rem}.experience-company{font-size:1rem}.experience-meta{flex-direction:column;gap:.8rem}}.education{min-height:100vh;padding:8rem 2rem;position:relative}.education-container{max-width:1400px;margin:0 auto}.education-header{text-align:center;margin-bottom:5rem}.education-content{display:flex;flex-direction:column;gap:4rem}.education-degrees{display:flex;flex-direction:column;gap:3rem}.degree-card{display:grid;grid-template-columns:auto 1fr;gap:2.5rem;padding:3rem;border-radius:30px;transition:all .4s ease;align-items:start}.degree-card:hover{box-shadow:0 20px 60px #8b5a3c4d}.degree-icon{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,#0a0a0ae6,#2d4a3e99);display:flex;align-items:center;justify-content:center;color:var(--color-beige-light);font-size:2.5rem;flex-shrink:0;box-shadow:0 10px 30px #0009;padding:.6rem;border:1px solid rgba(212,197,185,.06)}.degree-logo{width:100%;height:100%;object-fit:contain}.degree-content{flex:1}.degree-title{font-size:1.8rem;color:var(--color-beige-light);margin-bottom:.5rem;font-weight:700}.degree-institution{font-size:1.3rem;color:var(--color-leather-light);margin-bottom:1.5rem;font-weight:600}.degree-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(212,197,185,.1)}.degree-meta span{color:var(--color-text-muted);font-size:.95rem;display:flex;align-items:center;gap:.3rem}.degree-gpa{padding:.3rem 1rem;background:#8b5a3c33;border-radius:20px;color:var(--color-beige-light)!important;font-weight:600}.degree-description{font-size:1.05rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:1.5rem}.degree-achievements{margin-top:1.5rem}.degree-achievements h5{font-size:1.1rem;color:var(--color-beige-light);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-weight:600}.degree-achievements h5 svg{color:var(--color-leather-light)}.degree-achievements ul{list-style:none;padding:0;margin:0}.degree-achievements li{padding-left:1.5rem;margin-bottom:.8rem;color:var(--color-text-muted);line-height:1.6;position:relative}.degree-achievements li:before{content:"✓";position:absolute;left:0;color:var(--color-forest-green);font-weight:700;font-size:1.2rem}.education-extra{display:grid;grid-template-columns:1fr;gap:3rem}.subsection-title{font-size:1.8rem;color:var(--color-beige-light);margin-bottom:2rem;display:flex;align-items:center;gap:.8rem;font-weight:700}.subsection-title svg{color:var(--color-leather-light)}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.certification-card{display:flex;align-items:flex-start;gap:1.2rem;padding:1.8rem;border-radius:20px;transition:all .3s ease;cursor:pointer}.cert-icon{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));display:flex;align-items:center;justify-content:center;color:var(--color-beige-light);font-size:1.5rem;flex-shrink:0}.cert-content{flex:1}.cert-content h4{font-size:1.1rem;color:var(--color-beige-light);margin-bottom:.5rem;font-weight:600}.cert-issuer{font-size:.9rem;color:var(--color-text-muted);margin-bottom:.5rem}.cert-date{display:inline-block;padding:.25rem .8rem;background:#2d4a3e4d;border-radius:12px;font-size:.8rem;color:var(--color-forest-light);font-weight:500}.courses-section{padding:3rem;border-radius:30px}.courses-grid{display:flex;flex-wrap:wrap;gap:1rem}.course-tag{padding:.8rem 1.5rem;background:#8b5a3c33;border:1px solid rgba(212,197,185,.2);border-radius:25px;color:var(--color-beige-light);font-size:.95rem;font-weight:500;transition:all .3s ease;cursor:pointer}.course-tag:hover{background:#8b5a3c4d;border-color:var(--color-leather-light);transform:translateY(-2px);box-shadow:0 4px 15px #8b5a3c4d}@media(min-width:1024px){.education-extra{grid-template-columns:2fr 1fr}}@media(max-width:768px){.education{padding:6rem 1rem}.degree-card{grid-template-columns:1fr;padding:2rem;gap:1.5rem}.degree-icon{width:60px;height:60px;font-size:2rem;margin:0 auto}.degree-title{font-size:1.5rem}.degree-institution{font-size:1.1rem}.degree-meta{flex-direction:column;gap:.8rem}.certifications-grid{grid-template-columns:1fr}.courses-section{padding:2rem}.subsection-title{font-size:1.5rem}}.contact{min-height:100vh;padding:8rem 2rem 2rem;position:relative}.contact-container{max-width:1400px;margin:0 auto}.contact-header{text-align:center;margin-bottom:5rem}.contact-content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:5rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{padding:3rem;border-radius:30px}.info-card h3{font-size:2rem;color:var(--color-beige-light);margin-bottom:1.5rem;font-weight:700}.info-card>p{font-size:1.05rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.detail-item{display:flex;align-items:flex-start;gap:1.5rem}.detail-icon{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));display:flex;align-items:center;justify-content:center;color:var(--color-beige-light);font-size:1.3rem;flex-shrink:0;padding:12px}.detail-item div h4{font-size:1.1rem;color:var(--color-beige-light);margin-bottom:.5rem;font-weight:600}.detail-item div a,.detail-item div p{color:var(--color-text-muted);text-decoration:none;transition:color .3s ease}.detail-item div a:hover{color:var(--color-leather-light)}.social-links h4{font-size:1.2rem;color:var(--color-beige-light);margin-bottom:1.5rem;font-weight:600}.social-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.social-link{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem;border-radius:20px;text-decoration:none;transition:all .3s ease;cursor:pointer}.social-icon{font-size:2rem;color:var(--color-leather-light)}.social-name{font-size:.9rem;color:var(--color-text-muted);font-weight:500}.social-link:hover .social-icon,.social-link:hover .social-name{color:var(--color-beige-light)}.contact-form{padding:3rem;border-radius:30px;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.8rem}.form-group label{font-size:.95rem;font-weight:600;color:var(--color-beige-light);letter-spacing:.02em}.form-group input,.form-group textarea{padding:1rem 1.5rem;border-radius:15px;border:2px solid rgba(212,197,185,.1);background:#0d0d0d80;color:var(--color-text);font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-leather-light);background:#0d0d0db3;box-shadow:0 0 0 4px #8b5a3c1a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-text-muted);opacity:.6}.submit-button{padding:1.2rem 2.5rem;border-radius:50px;border:none;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));color:var(--color-beige-light);font-size:1.05rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.8rem;transition:all .3s ease;box-shadow:0 4px 20px #8b5a3c4d;margin-top:1rem}.submit-button:hover:not(:disabled){box-shadow:0 6px 30px #8b5a3c66;transform:translateY(-2px)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{width:16px;height:16px;border:2px solid var(--color-beige-light);border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-message{padding:1rem 1.5rem;border-radius:15px;background:#2d4a3e4d;border:1px solid var(--color-forest-light);color:var(--color-beige-light);font-size:.95rem;text-align:center;font-weight:500}.footer{padding:3rem 0 2rem;border-top:1px solid rgba(212,197,185,.1);margin-top:4rem}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-text{color:var(--color-text-muted);font-size:.95rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--color-text-muted);text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:var(--color-leather-light)}@media(min-width:1024px){.contact-content{grid-template-columns:1fr 1.2fr}}@media(max-width:768px){.contact{padding:6rem 1rem 2rem}.info-card,.contact-form{padding:2rem}.social-grid{grid-template-columns:repeat(2,1fr)}.footer-content{flex-direction:column;text-align:center}.footer-links{flex-direction:column;gap:1rem}}.animated-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:var(--color-dark);overflow:hidden}.animated-background canvas{display:block;width:100%;height:100%}.mesh-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(139,90,60,.03) 0%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(45,74,62,.03) 0%,transparent 50%);pointer-events:none}.app{position:relative;width:100%;min-height:100vh}main{position:relative;z-index:1}.glass{background:#0d0d0d66;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(212,197,185,.1);box-shadow:0 8px 32px #0000005e}.glass-strong{background:#0d0d0db3;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(212,197,185,.15);box-shadow:0 8px 32px #00000080}.glass-light{background:#d4c5b90d;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(212,197,185,.08)}.gradient-text{background:linear-gradient(135deg,var(--color-beige-light),var(--color-leather-light),var(--color-forest-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse{animation:pulse 4s ease-in-out infinite}*{margin:0;padding:0;box-sizing:border-box}:root{--color-dark: #0a0a0a;--color-darker: #050505;--color-leather-brown: #8b5a3c;--color-leather-light: #a67c52;--color-forest-green: #2d4a3e;--color-forest-light: #3d5a4e;--color-beige: #d4c5b9;--color-beige-light: #e8dfd5;--color-text: #ffffff;--color-text-muted: #b8b8b8}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-darker);color:var(--color-text);overflow-x:hidden}#root{width:100%;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;letter-spacing:-.02em}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-darker)}::-webkit-scrollbar-thumb{background:var(--color-leather-brown);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-leather-light)}::selection{background-color:var(--color-forest-green);color:var(--color-beige-light)}::-moz-selection{background-color:var(--color-forest-green);color:var(--color-beige-light)}
