@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--font-body:"Space Grotesk",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-heading:"Outfit",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--text-dark:#e5e7eb;--text-light:#020617;--bg-dark:radial-gradient(circle at top,#1f2933,#020617 55%);--bg-light:#f3f4f6;--blue:#2563eb;--blue-2:#3b82f6;--green:#22c55e;scroll-behavior:smooth}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}body.dark{background:var(--bg-dark);color:var(--text-dark)}body.light{background:var(--bg-light);color:var(--text-light)}.app{min-height:100vh}h1,h2,h3,h4,.section-title,.contact-title,.publication-title,.hero-title{font-family:var(--font-heading);letter-spacing:-.02em}a{color:inherit}.navbar{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020617e6;border-bottom:1px solid #94a3b833;justify-content:space-between;align-items:center;padding:1rem 5vw;display:flex;position:sticky;top:0}.logo{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;font-size:.95rem;font-weight:800}.nav-links{align-items:center;gap:1.1rem;display:flex}.nav-links a{color:#cbd5f5;opacity:.85;font-size:1rem;text-decoration:none;transition:opacity .15s}.nav-links a:hover{opacity:1}.nav-links{align-items:center;gap:.75rem;display:flex;position:relative}.nav-pill{background:#02061759;border:1px solid #94a3b82e;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem;display:flex}.nav-pill a{color:#e2e8f0d9;border-radius:999px;padding:.55rem .95rem;font-size:.95rem;font-weight:650;text-decoration:none;transition:background .18s,color .18s}.nav-pill a:hover{color:#fff;background:#3b82f624}.nav-pill a.active{color:#fff;background:#2563eb;box-shadow:0 10px 22px #2563eb40}.nav-pill .theme-toggle{margin-left:.2rem}body.light .nav-pill{background:#ffffffbf;border-color:#d1d5dbbf}body.light .nav-pill a{color:#111827d9}body.light .nav-pill a:hover{color:#111827;background:#2563eb1a}body.light .nav-pill a.active{color:#fff;background:#2563eb}.theme-toggle{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.2rem;transition:background .3s;display:flex}.theme-toggle:hover{background:#ffffff1a}body.light .theme-toggle{color:#111827}body.light .theme-toggle:hover{background:#00000014}.mobile-menu-toggle,.mobile-menu-panel{display:none}@media (max-width:980px){.desktop-nav{display:none}.mobile-menu-toggle{color:#e2e8f0;min-width:82px;font-family:var(--font-heading);cursor:pointer;background:#02061759;border:1px solid #94a3b873;border-radius:999px;justify-content:center;align-items:center;padding:.55rem 1rem;font-weight:700;display:inline-flex}.mobile-menu-panel{z-index:30;background:#020617f5;border:1px solid #94a3b852;border-radius:.9rem;width:min(300px,88vw);padding:.55rem;position:absolute;top:calc(100% + .55rem);right:0;box-shadow:0 16px 35px #02061766}.mobile-menu-panel.open{gap:.35rem;display:grid}.mobile-menu-panel a{color:#e2e8f0eb;border-radius:.6rem;padding:.6rem .75rem;font-weight:650;text-decoration:none;display:block}.mobile-menu-panel a.active{color:#fff;background:#2563ebe6}.mobile-theme-toggle{justify-self:start;width:40px;height:40px;margin-top:.2rem}body.light .mobile-menu-toggle{color:#0f172a;background:#ffffffe6;border-color:#94a3b8a6}body.light .mobile-menu-panel{background:#fffffff7;border-color:#94a3b873}body.light .mobile-menu-panel a{color:#0f172a}body.light .mobile-menu-panel a.active{color:#fff}}.hero{background:linear-gradient(#020617 0%,#0b1120 100%);padding:5rem 5vw 4rem;position:relative;overflow:hidden}body.light .hero{background:linear-gradient(#dae5ff 0%,#c9d6ff 50%,#b8c7ff 100%)}.hero-inner{z-index:1;justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1300px;padding:0 3rem;display:flex;position:relative}.hero-left{flex:1.2;margin-top:-20px;padding-left:2rem}.hero-kicker{text-transform:uppercase;letter-spacing:.22em;color:var(--green);margin-bottom:.75rem;font-size:.95rem;font-weight:700}.hero-title{margin:0 0 .6rem;font-size:clamp(3.2rem,5.5vw,4.3rem);font-weight:900;line-height:1.05}.hero-title span{color:var(--blue-2)}.hero-tagline{color:#a5b4fc;margin:0 0 1.1rem;font-size:1.35rem;font-weight:600;line-height:1.6}.tagline-highlight{background:linear-gradient(135deg,#22c55e 0%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:.3rem;font-size:1.25rem;font-weight:700;display:block}.accent-text{color:#22c55e;font-weight:600;position:relative}.accent-text:after{content:"";background:#22c55e4d;border-radius:1px;height:2px;position:absolute;bottom:-2px;left:0;right:0}.accent-bold{color:#3b82f6;font-weight:700}.hero-badge{color:#22c55e;letter-spacing:.01em;background:#22c55e1a;border:1.5px solid #22c55e66;border-radius:999px;align-items:center;gap:.5rem;margin:0 0 1.2rem;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.hero-badge:hover{background:#22c55e26;border-color:#22c55e99;box-shadow:0 0 20px #22c55e33}.badge-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite badgePulse;display:inline-block}@keyframes badgePulse{0%,to{opacity:1;box-shadow:0 0 #22c55eb3}50%{opacity:.8;box-shadow:0 0 0 6px #22c55e00}}body.light .hero-badge{color:#047857;background:#04785714;border-color:#04785761}body.light .hero-badge:hover{background:#16a34a1f;border-color:#16a34a80;box-shadow:0 0 20px #16a34a26}body.light .badge-dot{background:#047857;box-shadow:0 0 8px #04785759}.hero-description{color:#e5e7eb;opacity:.9;max-width:40rem;font-size:1.15rem;line-height:1.8}.hero-buttons{flex-wrap:nowrap;align-items:center;gap:1rem;margin:1.75rem 0 1.25rem;display:flex}.hero-right{flex:.9;justify-content:center;margin-right:40px;display:flex}.hero-photo-wrapper{background:radial-gradient(circle at top,#1e293b,#020617);border:5px solid #3b82f6e6;border-radius:50%;width:300px;height:300px;overflow:hidden;box-shadow:0 25px 50px #00000080}.hero-photo{object-fit:cover;width:100%;height:100%}body.light .hero-kicker{color:#047857}body.light .hero-title{color:#020617}body.light .hero-title span{color:#1d4ed8}body.light .hero-tagline{color:#0f172a}body.light .tagline-highlight{background:linear-gradient(135deg,#047857 0%,#065f46 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}body.light .hero-description{color:#334155;opacity:1}body.light .accent-text{color:#047857}body.light .accent-text:after{background:#04785740}body.light .accent-bold{color:#1e40af}@media (max-width:900px){.hero{padding-top:4rem}.hero-inner{text-align:center;flex-direction:column-reverse;padding:0 1rem}.hero-left{text-align:center;padding-left:0}.hero-badge{margin:0 auto 1rem}.hero-title{font-size:clamp(2.3rem,10vw,3rem)}.hero-tagline{font-size:1.1rem}.tagline-highlight{font-size:1.05rem}.hero-description{margin:0 auto}.hero-right{justify-content:center;margin-right:0}.hero-photo-wrapper{width:240px;height:240px}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:.8rem}}@media (max-width:600px){.hero{padding:3.25rem 1rem 2.5rem}.hero-inner{gap:2rem;padding:0}.hero-kicker{letter-spacing:.14em;font-size:.8rem}.hero-description{font-size:1rem;line-height:1.65}.btn.primary{width:100%;max-width:230px;margin:0 auto}.social-icons-inline a{width:44px;height:44px;font-size:1.25rem}.hero-photo-wrapper{width:200px;height:200px}}.btn{cursor:pointer;border:1px solid #94a3b899;border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1.6rem;font-size:1rem;text-decoration:none;display:inline-flex}.btn.primary{background:var(--blue);color:#fff;border:none;border-radius:10px;padding:.95rem 1.9rem;font-size:1.05rem;font-weight:800;transition:transform .2s,box-shadow .2s}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #2563eb4d}.social-icons-inline{align-items:center;gap:.9rem;margin-top:0;display:flex}.social-icons-inline a{background:var(--blue);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.social-icons-inline a:hover{transform:translateY(-2px);box-shadow:0 6px 18px #2563eb4d}.section{max-width:1000px;margin:0 auto;padding:3.5rem 5vw}.section-title{letter-spacing:-.03em;margin-bottom:2rem;font-size:2.1rem;font-weight:900}.section p{color:#d1d5db;font-size:1.12rem;line-height:1.85}.about-section{max-width:1240px;margin-top:1.5rem}.about-header{margin-bottom:1.4rem}.about-chip,.about-pillar-label,.about-tags span{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;font-size:.72rem;font-weight:800;display:inline-flex}.about-chip{color:#c7d2fe;background:#0f172a80;border:1px solid #94a3b859;margin-bottom:.9rem;padding:.35rem .8rem}.about-title{letter-spacing:-.03em;margin:0;font-size:clamp(2.05rem,4vw,2.9rem);line-height:1.15}.about-intro{color:#cbd5e1;max-width:58rem;margin:1rem 0 0}.about-pillars{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.8rem 0 2.2rem;display:grid}.about-pillar-card{background:linear-gradient(160deg,#0f172ac7 0%,#1e293bcc 100%);border:1px solid #94a3b840;border-radius:1rem;padding:1.1rem 1.1rem 1.2rem}.about-pillar-label{color:#bfdbfe;background:#1e40af4d;border:1px solid #60a5fa59;padding:.3rem .65rem}.about-pillar-card h3{margin:.8rem 0 .45rem;font-size:1.18rem}.about-pillar-card p{color:#cbd5e1;margin:0;line-height:1.55}.about-pillar-card .current-role-line{color:inherit;font-size:1.18rem;font-weight:700;line-height:1.35;font-family:var(--font-heading);letter-spacing:-.02em;margin:.2rem 0 0}.about-pillar-points{margin:.7rem 0 0;padding-left:0;list-style:none}.about-pillar-points li{color:#cbd5e1;margin:.2rem 0;line-height:1.45}.about-focus-wrap{background:linear-gradient(160deg,#0f172adb,#1e293bc7);border:1px solid #94a3b833;border-radius:1.9rem;padding:1.8rem}.about-focus-title{letter-spacing:-.02em;margin:.3rem 0 1.3rem;font-size:clamp(1.6rem,2.8vw,2.2rem);line-height:1.2}.about-focus-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.about-focus-card{background:#02061780;border:1px solid #94a3b847;border-radius:1rem;padding:1rem}.about-focus-card h4{margin:0;font-size:1.2rem}.about-focus-card p{color:#cbd5e1;margin:.7rem 0 0;line-height:1.6}.about-tags{flex-wrap:wrap;gap:.45rem;margin-top:1rem;display:flex}.about-tags span{color:#bfdbfe;background:#2563eb33;border:1px solid #60a5fa66;padding:.28rem .58rem}.about-cta-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}.about-cta-card{background:#0f172ab3;border:1px solid #94a3b840;border-radius:1.1rem;padding:1.1rem}.about-cta-card h4{letter-spacing:-.02em;margin:0;font-size:1.45rem}.about-cta-card p{color:#cbd5e1;margin:.6rem 0 1rem;line-height:1.6}.about-cta-card a{color:#e2e8f0;border:1px solid #94a3b873;border-radius:999px;padding:.5rem .95rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.about-cta-card a:hover{background:#2563eb38;transform:translateY(-1px)}body.light .about-chip{color:#1e293b;background:#ffffffb8;border-color:#94a3b899}body.light .about-intro,body.light .about-pillar-card p,body.light .about-focus-card p,body.light .about-cta-card p{color:#475569}body.light .about-pillar-card,body.light .about-focus-wrap,body.light .about-focus-card,body.light .about-cta-card{background:#ffffffb8;border-color:#94a3b859}body.light .about-pillar-points li{color:#475569}body.light .about-pillar-card .current-role-line{color:inherit}body.light .about-pillar-label{color:#1d4ed8;background:#3b82f61f;border-color:#3b82f64d}body.light .about-tags span{color:#1d4ed8;background:#3b82f61a;border-color:#3b82f640}body.light .about-cta-card a{color:#0f172a;background:#f8fafce6;border-color:#64748b73}body.light .about-cta-card a:hover{background:#dbeafee6}@media (max-width:1024px){.about-pillars,.about-focus-grid,.about-cta-row{grid-template-columns:1fr}.about-focus-wrap{padding:1.2rem}}.experience-section{max-width:1100px}.timeline{margin-top:1rem;padding-left:2.5rem;position:relative}.timeline:before{content:"";background:#94a3b866;width:2px;position:absolute;top:.4rem;bottom:0;left:1rem}.timeline-item{margin-bottom:2.5rem;position:relative}.timeline-marker{background:#020617;border:3px solid #e5e7eb;border-radius:50%;width:14px;height:14px;position:absolute;top:1.1rem;left:.6rem;box-shadow:0 0 0 3px #0f172ab3}.timeline-content{background:#0f172af2;border:1px solid #94a3b859;border-radius:1rem;margin-left:2.5rem;padding:1.5rem 1.75rem}.timeline-role{font-size:1.25rem;font-weight:800;font-family:var(--font-heading);margin:0 0 .4rem}.timeline-meta{color:#9ca3af;margin:0 0 .9rem;font-size:.95rem}.timeline-points{color:#d1d5db;margin:0;padding-left:1.1rem;font-size:1.02rem;line-height:1.75}.timeline-points li+li{margin-top:.3rem}body.light .timeline:before{background:#94a3b899}body.light .timeline-marker{background:#fff;border-color:#4b5563;box-shadow:0 0 0 3px #d1d5dbcc}body.light .timeline-content{background:#fff;border-color:#d1d5dbe6}body.light .timeline-points{color:#4b5563}body.light .timeline-meta{color:#6b7280}.publications-section{max-width:1100px}.publications-list{flex-direction:column;gap:1.8rem;display:flex}.publication-card{background:#fffffff2;border:1px solid #d1d5dbe6;border-radius:16px;padding:1.8rem 2rem;box-shadow:0 14px 30px #0f172a1f}body.dark .publication-card{background:#0f172af2;border-color:#94a3b859;box-shadow:0 16px 40px #00000059}.publication-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.publication-title{margin:0;font-size:1.35rem;font-weight:900}.publication-badge{color:#15803d;white-space:nowrap;background:#22c55e26;border-radius:8px;padding:.35rem .7rem;font-size:.8rem;font-weight:700}body.dark .publication-badge{color:#4ade80;background:#22c55e2e}.publication-venue{color:#334155;margin:.6rem 0 .2rem;font-weight:700}body.dark .publication-venue{color:#cbd5f5}.publication-date{color:#64748b;margin:0 0 1rem;font-size:.9rem}body.dark .publication-date{color:#94a3b8}.publication-description{margin-bottom:1rem;font-size:1rem;line-height:1.7}.publication-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem;display:flex}.publication-tag{color:#1d4ed8;background:#3b82f61f;border-radius:8px;padding:.35rem .6rem;font-size:.85rem;font-weight:700}body.dark .publication-tag{color:#bfdbfe;background:#3b82f62e}.publication-actions{gap:.8rem;display:flex}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(70px,1fr));justify-items:center;gap:1.2rem;margin-top:1.6rem;display:grid}.skill-tile{text-align:center;background:linear-gradient(#0f172aeb,#020617eb);border:1px solid #94a3b82e;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;width:65px;height:65px;padding:.35rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 22px #00000059,inset 0 1px #ffffff0f}.skill-icon{filter:drop-shadow(0 6px 10px #00000059);font-size:1.35rem;line-height:1}.skill-name{text-align:center;color:#e5e7eb;white-space:normal;-webkit-box-orient:vertical;font-size:.62rem;font-weight:600;line-height:1.1;display:-webkit-box;overflow:hidden}.skill-tile:focus-visible{outline-offset:3px;outline:2px solid #3b82f6}.skill-tile:hover{border-color:#818cf88c;transform:translateY(-4px)scale(1.03);box-shadow:0 16px 35px #00000073,0 0 0 4px #3b82f614}.skill-tile:after{content:"";opacity:0;background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:60%;height:180%;transition:opacity .2s,left .35s;position:absolute;top:-40%;left:-60%;transform:rotate(25deg)}.skill-tile:hover:after{opacity:1;left:130%}.skill-card{display:none!important}body.light .skill-tile{background:#fffffff2;border-color:#c8d2dc99;box-shadow:0 8px 18px #0f172a1a}body.light .skill-name{color:#111827}body.light .skill-tile:hover{border-color:#818cf8e6;box-shadow:0 14px 26px #2563eb38}.research-section{max-width:1100px;margin:0 auto 2rem}.research-grid{grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:1.8rem;margin-top:1.5rem;display:grid}.research-card{background:#0f172af2;border:1px solid #94a3b859;border-radius:1.2rem;padding:1.7rem 1.9rem;box-shadow:0 10px 30px #0000002e}.research-role{font-size:1.4rem;font-weight:900;font-family:var(--font-heading);margin-bottom:.4rem}.research-meta{color:#94a3b8;margin-bottom:1rem;font-size:1rem}.research-points{color:#e2e8f0;padding-left:1.2rem;font-size:1.05rem;line-height:1.7}.research-points li+li{margin-top:.4rem}body.light .research-card{background:#fff;border-color:#cbd5e1e6}body.light .research-meta{color:#475569}body.light .research-points{color:#374151}.research-card,.timeline-content{transition:transform .18s,box-shadow .18s,border-color .18s}.research-card:hover,.timeline-content:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 18px 45px #3b82f647}body.light .timeline-content:hover,body.light .research-card:hover{border-color:#818cf8cc;box-shadow:0 16px 35px #0f172a1f}#experience.section{padding-top:2rem}.projects-section{max-width:1200px}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.6rem;margin-top:1.2rem;display:grid}.project-card{color:inherit;background:#0f172aeb;border:1px solid #94a3b847;border-radius:16px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden;box-shadow:0 12px 28px #00000059}.project-card:hover{border-color:#3b82f6e6;transform:translateY(-5px);box-shadow:0 18px 42px #3b82f638}.project-image{background:#02061799;justify-content:center;align-items:center;width:100%;height:195px;display:flex}.project-image img{object-fit:cover;width:100%;height:100%}.project-image-placeholder{background:linear-gradient(135deg,#3b82f61a,#818cf80f,#0f172a00);width:100%;height:100%}.project-body{padding:1.25rem 1.35rem 1.35rem}.project-title{letter-spacing:-.02em;font-size:1.35rem;font-weight:900;font-family:var(--font-heading);margin:0 0 .55rem}.project-subtitle{color:#e2e8f0e6;opacity:.95;margin:0 0 .9rem;font-size:1rem}.project-description{color:#e2e8f0e6;margin:0 0 1rem;font-size:1rem;line-height:1.7}.project-tags{flex-wrap:wrap;gap:.5rem;display:flex}.project-tag{color:#bfdbfef2;background:#3b82f624;border:1px solid #3b82f62e;border-radius:10px;padding:.35rem .6rem;font-size:.85rem;font-weight:700}body.light .project-card{background:#fff;border-color:#d1d5dbf2;box-shadow:0 10px 22px #0f172a1a}body.light .project-card:hover{border-color:#3b82f6bf;box-shadow:0 16px 32px #2563eb2e}body.light .project-image{background:#f3f4f6e6}body.light .project-subtitle{color:#334155}body.light .project-description{color:#4b5563}body.light .project-tag{color:#1d4ed8;background:#2563eb1a;border-color:#2563eb24}.contact-section{max-width:1180px}.contact-title{letter-spacing:-.03em;margin:0 0 2rem;font-size:2.6rem;font-weight:900;line-height:1.05}.contact-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:2.2rem;display:grid}.contact-form,.contact-aside{background:#02061752;border:1px solid #94a3b83d;border-radius:1.1rem;flex-direction:column;padding:1rem;display:flex}.contact-form{box-sizing:border-box;width:100%}.contact-aside{width:100%;max-width:none}.contact-label{font-size:1.02rem;font-weight:800;font-family:var(--font-heading);margin:0 0 .55rem;display:block}.contact-input,.contact-textarea{box-sizing:border-box;width:100%;color:inherit;background:#0206176b;border:1px solid #94a3b859;border-radius:12px;outline:none;margin-bottom:1.2rem;padding:.85rem 1rem;transition:border-color .18s,box-shadow .18s}.contact-input{height:44px}.contact-textarea{resize:vertical;min-height:150px}.contact-input:focus,.contact-textarea:focus{border-color:#3b82f6cc;box-shadow:0 0 0 4px #3b82f61a}.contact-send{background:var(--blue);color:#fff;cursor:pointer;width:220px;font-size:1.05rem;font-weight:900;font-family:var(--font-heading);border:none;border-radius:12px;padding:.95rem 1.35rem;transition:transform .18s,box-shadow .18s}.contact-send:hover{transform:translateY(-2px);box-shadow:0 12px 26px #2563eb4d}.contact-heading{letter-spacing:-.02em;font-size:1.85rem;font-weight:900;font-family:var(--font-heading);margin:0 0 .4rem}.contact-subtext{color:#e2e8f0c7;max-width:38ch;margin:0 0 .85rem;line-height:1.7}.contact-info{gap:.55rem;margin-bottom:.95rem;display:grid}.contact-info-row{color:inherit;align-items:center;gap:.85rem;font-weight:650;text-decoration:none;display:flex}.contact-info-row:hover{text-decoration:underline}.contact-info-icon{color:#60a5fa;font-size:1.05rem}.contact-block{margin-top:.95rem}.contact-calendly{background:var(--blue);color:#fff;width:fit-content;font-weight:900;font-family:var(--font-heading);border-radius:10px;justify-content:center;align-items:center;margin-top:.6rem;padding:.75rem 1.15rem;text-decoration:none;display:inline-flex}.contact-calendly:hover{transform:translateY(-1px);box-shadow:0 12px 26px #2563eb4d}.contact-social{gap:.8rem;margin-top:.45rem;display:flex}.contact-social-btn{color:#e2e8f0f2;background:#02061740;border:1px solid #94a3b847;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.25rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex}.contact-social-btn:hover{border-color:#3b82f6a6;transform:translateY(-2px);box-shadow:0 14px 28px #3b82f62e}body.light .contact-input,body.light .contact-textarea{color:#111827;background:#fff;border-color:#cbd5e1f2}body.light .contact-form,body.light .contact-aside{background:#ffffffc7;border-color:#94a3b861}body.light .contact-subtext{color:#4b5563}body.light .contact-heading,body.light .contact-label,body.light .contact-info-row{color:#0f172a}body.light .contact-social-btn{color:#111827;background:#2563eb14;border-color:#2563eb2e}@media (max-width:980px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-aside{max-width:100%}.contact-send{width:100%}}.footer{text-align:center;color:#9ca3af;border-top:1px solid #94a3b833;padding:1.5rem 5vw 2rem;font-size:.85rem}body.light .navbar{background:#f9fafbe6;border-bottom-color:#94a3b866}body.light .logo{color:#020617}body.light .nav-links a,body.light .theme-toggle{color:#111827}body.light .section p{color:#4b5563}body.light .footer{color:#6b7280;border-top-color:#d1d5dbe6}
