:root{--bg: #F5F5F4;--bg-alt: #EEEEEC;--surface: #FFFFFF;--border: #DDDDD8;--text: #0A0A0B;--text-muted: #666660;--accent: #0F766E;--accent-hover: #0D9488;--accent-dim: #CCFBF1;--font-head: "Archivo", sans-serif;--font-body: "Space Grotesk", sans-serif;--radius: 5px;--radius-lg: 10px;--nav-h: 60px;--transition: .2s ease}html.dark{--bg: #0D0D0F;--bg-alt: #111114;--surface: #161618;--border: #222226;--text: #F0F0EE;--text-muted: #7A7A80;--accent: #0D9488;--accent-hover: #14B8A6;--accent-dim: #021a18}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:1rem;line-height:1.65;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;transition:background var(--transition),color var(--transition)}img{max-width:100%;display:block}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.15;color:var(--text)}code{font-size:.85em;background:var(--bg-alt);border:.5px solid var(--border);border-radius:3px;padding:.1em .4em}.container{max-width:1120px;margin:0 auto;padding:0 2rem}.section{padding:5.5rem 0}.section-sm{padding:3rem 0}.main-content{padding-top:var(--nav-h);min-height:calc(100vh - var(--nav-h))}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 768px){.grid-2,.grid-3{grid-template-columns:1fr}.container{padding:0 1.25rem}}.text-display{font-family:var(--font-head);font-size:clamp(2.4rem,6vw,5.5rem);font-weight:700;letter-spacing:-.03em;line-height:1}.text-heading{font-family:var(--font-head);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:600;letter-spacing:-.015em}.text-subheading{font-family:var(--font-head);font-size:1.05rem;font-weight:600}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent)}.eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.85rem}.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem 1.4rem;border-radius:var(--radius);font-family:var(--font-body);font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:background var(--transition),color var(--transition),border-color var(--transition);white-space:nowrap;letter-spacing:.01em}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);color:#fff}.btn-ghost{background:transparent;color:var(--text);border:.5px solid var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color var(--transition)}.card:hover{border-color:var(--accent)}.tag{display:inline-block;padding:.22rem .7rem;border-radius:3px;font-size:.76rem;font-weight:500;background:var(--bg-alt);color:var(--text-muted);border:.5px solid var(--border)}.badge{display:inline-block;padding:.22rem .65rem;border-radius:3px;font-size:.72rem;font-weight:600;background:var(--accent-dim);color:var(--accent);letter-spacing:.03em}.divider{height:.5px;background:var(--border);border:none;margin:2rem 0}.navbar{position:fixed;top:0;left:0;right:0;height:var(--nav-h);z-index:50;background:var(--bg);border-bottom:.5px solid var(--border);transition:background var(--transition),border-color var(--transition)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.navbar-logo{font-family:var(--font-head);font-weight:700;font-size:.95rem;color:var(--text);letter-spacing:-.01em}.navbar-logo:hover{color:var(--accent)}.navbar-links{display:flex;align-items:center;gap:.1rem;list-style:none}.nav-link{font-size:.85rem;font-weight:500;color:var(--text-muted);padding:.4rem .8rem;border-radius:var(--radius);transition:color var(--transition),background var(--transition);cursor:pointer;letter-spacing:.01em}.nav-link:hover,.nav-link.active{color:var(--text);background:var(--bg-alt)}.navbar-actions{display:flex;align-items:center;gap:.5rem}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;color:var(--text);padding:.4rem}.nav-mobile-menu{display:none;flex-direction:column;background:var(--bg);border-bottom:.5px solid var(--border);padding:.75rem 1.5rem 1rem;gap:0;position:fixed;top:var(--nav-h);left:0;right:0;z-index:49}.nav-mobile-menu.open{display:flex}.nav-mobile-link{font-size:.95rem;font-weight:500;color:var(--text-muted);padding:.65rem 0;border-bottom:.5px solid var(--border);cursor:pointer;display:block}.nav-mobile-link:last-child{border-bottom:none}.nav-mobile-link:hover,.nav-mobile-link.active{color:var(--accent)}@media (max-width: 768px){.navbar-links{display:none}.nav-hamburger{display:flex}}.theme-toggle{background:none;border:.5px solid var(--border);border-radius:var(--radius);padding:.4rem;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:color var(--transition),border-color var(--transition)}.theme-toggle:hover{color:var(--text);border-color:var(--accent)}.hero{display:grid;grid-template-columns:55fr 45fr;min-height:calc(100vh - var(--nav-h));overflow:hidden}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem 5rem 2rem}.hero-right{position:relative;overflow:hidden;background:var(--surface)}.hero-photo-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.hero-photo-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--surface);font-family:var(--font-head);font-size:5rem;font-weight:700;color:var(--border);letter-spacing:-.04em;-webkit-user-select:none;user-select:none}.hero-photo-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 15%;z-index:1;transition:opacity .3s ease}.hero-photo-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--bg) 0%,transparent 18%);z-index:2;pointer-events:none}.hero-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.hero-name{font-family:var(--font-head);font-size:clamp(3rem,6.5vw,5.5rem);font-weight:700;letter-spacing:-.03em;line-height:1;margin-bottom:1.75rem}.hero-name span{display:block}.hero-name .accent-line{color:var(--accent)}.hero-tagline{font-size:clamp(.9rem,1.5vw,1.05rem);color:var(--text-muted);max-width:420px;line-height:1.75;margin-bottom:2.25rem}.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:3rem}.hero-stats{display:flex;gap:2.5rem;padding-top:2rem;border-top:.5px solid var(--border);flex-wrap:wrap}.hero-stat-value{font-family:var(--font-head);font-size:1.9rem;font-weight:700;color:var(--text);line-height:1;letter-spacing:-.02em}.hero-stat-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:5px;line-height:1.3}@media (max-width: 900px){.hero{grid-template-columns:1fr;grid-template-rows:1fr;min-height:calc(100vh - var(--nav-h))}.hero-right{display:none}.hero-left{padding:3.5rem 1.5rem 4rem;justify-content:center}.hero-name{font-size:clamp(2.6rem,10vw,3.8rem)}.hero-tagline{font-size:.95rem}.hero-stats{gap:1.75rem;padding-top:1.5rem}}.page-header{padding:4rem 0 3rem;border-bottom:.5px solid var(--border);margin-bottom:4rem}.about-hero{display:grid;grid-template-columns:44fr 56fr;min-height:calc(90vh - var(--nav-h));overflow:hidden}.about-hero-photo-col{position:relative;overflow:hidden}.about-hero-photo-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.about-hero-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 8%;display:block}.about-hero-photo-col:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent 55%,var(--bg) 100%),linear-gradient(to bottom,var(--bg) 0%,transparent 12%),linear-gradient(to top,var(--bg) 0%,transparent 18%);pointer-events:none;z-index:1}.about-photo-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--surface);font-family:var(--font-head);font-size:6rem;font-weight:700;color:var(--border);letter-spacing:-.04em;-webkit-user-select:none;user-select:none}.about-hero-content{display:flex;flex-direction:column;justify-content:center;padding:5rem 2rem 5rem 3.5rem;gap:0}.about-hero-name{font-size:clamp(2.4rem,5vw,4rem);margin:.75rem 0 1.5rem;line-height:1}.about-hero-name span{display:block}.about-hero-bio{font-size:clamp(.88rem,1.3vw,1rem);color:var(--text-muted);max-width:460px;line-height:1.8;margin-bottom:2rem}.about-credentials{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2.5rem;max-width:380px}.about-stats{display:flex;gap:2.25rem;padding-top:2rem;border-top:.5px solid var(--border);flex-wrap:wrap}.about-stat-value{font-family:var(--font-head);font-size:1.75rem;font-weight:700;color:var(--text);line-height:1;letter-spacing:-.02em}.about-stat-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:5px;line-height:1.3}@media (max-width: 900px){.about-hero{display:flex;flex-direction:column;min-height:unset}.about-hero-photo-col{position:relative;width:100%;height:70vw;min-height:300px;flex-shrink:0;overflow:hidden}.about-hero-photo-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.about-hero-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top}.about-hero-photo-col:after{background:linear-gradient(to bottom,transparent 60%,var(--bg) 100%)}.about-hero-content{padding:2rem 1.25rem 3rem}.about-hero-name{font-size:clamp(2rem,8vw,3rem)}}.value-number{font-family:var(--font-head);font-size:.68rem;font-weight:700;letter-spacing:.12em;color:var(--accent);margin-bottom:.8rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}@media (max-width: 768px){.about-grid{grid-template-columns:1fr;gap:3rem}}.section-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:1rem}.timeline{display:flex;flex-direction:column}.timeline-item{display:flex;gap:1.25rem;padding-bottom:2rem}.timeline-item:last-child{padding-bottom:0}.timeline-dot-col{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:18px}.timeline-dot{width:9px;height:9px;border-radius:50%;background:var(--border);border:2px solid var(--bg);margin-top:.4rem;flex-shrink:0;transition:background var(--transition)}.timeline-item.current .timeline-dot{background:var(--accent)}.timeline-line{flex:1;width:.5px;background:var(--border);margin-top:4px}.timeline-item:last-child .timeline-line{display:none}.timeline-period{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.2rem}.timeline-role{font-family:var(--font-head);font-size:.975rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.timeline-desc{font-size:.875rem;color:var(--text-muted);line-height:1.65}.projects-showcase{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem}.project-showcase-card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:var(--text);display:flex;flex-direction:column;transition:border-color var(--transition),transform var(--transition),box-shadow var(--transition)}.project-showcase-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 32px #0000002e;color:var(--text)}.project-thumbnail{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--bg-alt);flex-shrink:0}.project-thumbnail img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.project-showcase-card:hover .project-thumbnail img{transform:scale(1.04)}.project-thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface) 0%,var(--bg-alt) 100%);border-bottom:.5px solid var(--border)}.project-thumbnail-placeholder span{font-family:var(--font-head);font-size:3.5rem;font-weight:700;color:var(--accent);opacity:.35;-webkit-user-select:none;user-select:none}.project-showcase-body{padding:1.4rem 1.5rem 1.6rem;display:flex;flex-direction:column;flex:1}.project-showcase-number{font-family:var(--font-head);font-size:.72rem;font-weight:700;color:var(--accent);letter-spacing:.08em;margin-bottom:.3rem;opacity:.7}.project-showcase-meta{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.project-showcase-name{font-family:var(--font-head);font-size:1.1rem;font-weight:700;color:var(--text);line-height:1.25;margin-bottom:.5rem}.project-showcase-tagline{font-size:.875rem;color:var(--text-muted);line-height:1.6;flex:1;margin-bottom:1.1rem}.project-view-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--accent);transition:gap var(--transition)}.project-showcase-card:hover .project-view-link{gap:.6rem}.project-card-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.project-detail-image{width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-lg);overflow:hidden;border:.5px solid var(--border);margin-bottom:2.5rem}.project-detail-image img{width:100%;height:100%;object-fit:cover;display:block}.project-detail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface) 0%,var(--bg-alt) 100%)}.project-detail-placeholder span{font-family:var(--font-head);font-size:1.5rem;font-weight:700;color:var(--accent);opacity:.3;letter-spacing:.05em;-webkit-user-select:none;user-select:none}.project-detail-sections{display:flex;flex-direction:column;gap:2.5rem}.project-detail-section{border-top:.5px solid var(--border);padding-top:2rem}.project-section-heading{font-family:var(--font-head);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.85rem}.project-section-body{font-size:.95rem;color:var(--text-muted);line-height:1.8}@media (max-width: 600px){.projects-showcase{grid-template-columns:1fr}}.lang-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.lang-label{font-size:.76rem;color:var(--text-muted)}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--bg-alt) 50%,var(--surface) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.skill-category-name{font-family:var(--font-head);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:1rem;padding-bottom:.65rem;border-bottom:.5px solid var(--border)}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-featured-card{margin-bottom:0}.skill-icon-row{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;flex-wrap:nowrap}.skill-icon-tile{display:flex;flex-direction:column;align-items:center;gap:.6rem;cursor:default}.skill-icon-wrap-lg{width:80px;height:80px;background:var(--bg-alt);border:.5px solid var(--border);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;position:relative;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.skill-icon-tile:hover .skill-icon-wrap-lg{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 8px 24px #0d948833}.skill-icon-wrap-lg img{width:48px;height:48px;object-fit:contain;display:block}.skill-icon-fallback{display:none;align-items:center;justify-content:center;width:48px;height:48px;font-family:var(--font-head);font-size:1.4rem;font-weight:700;color:var(--accent)}.skill-icon-label{font-size:.75rem;font-weight:500;color:var(--text-muted);text-align:center;line-height:1.2;transition:color .2s ease}.skill-icon-tile:hover .skill-icon-label{color:var(--text)}@media (max-width: 600px) and (orientation: portrait){.skill-icon-row{flex-wrap:wrap;justify-content:flex-start;gap:.75rem}.skill-icon-tile{flex:0 0 calc(33.333% - .5rem);align-items:center}.skill-icon-wrap-lg{width:100%;aspect-ratio:1;height:auto;max-width:80px}.skill-icon-wrap-lg img{width:40px;height:40px}}@media (max-width: 900px) and (orientation: landscape){.skill-icon-wrap-lg{width:60px;height:60px}.skill-icon-wrap-lg img{width:32px;height:32px}.skill-icon-label{font-size:.68rem}}.paper-card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius-lg);padding:2rem;margin-bottom:1.25rem;transition:border-color var(--transition)}.paper-card:hover{border-color:var(--accent)}.paper-number{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem}.paper-title{font-family:var(--font-head);font-size:1.2rem;font-weight:600;margin-bottom:.6rem;line-height:1.35}.paper-meta{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem;display:flex;gap:.85rem;flex-wrap:wrap;align-items:center}.paper-abstract{font-size:.9rem;color:var(--text-muted);line-height:1.75}.exp-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:0;border:.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.exp-strip-item{padding:1.25rem 1.5rem;border-right:.5px solid var(--border);border-bottom:.5px solid var(--border);transition:background var(--transition)}.exp-strip-item:hover{background:var(--surface)}.exp-strip-period{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.35rem}.exp-strip-role{font-family:var(--font-head);font-size:.88rem;font-weight:600;color:var(--text);line-height:1.3;margin-bottom:.2rem}.exp-strip-company{font-size:.78rem;color:var(--text-muted)}@media (max-width: 700px){.exp-strip{grid-template-columns:1fr 1fr}}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;align-items:start}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}}.contact-links{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.contact-link{display:flex;align-items:center;gap:.85rem;font-size:.875rem;color:var(--text-muted);padding:.85rem 1.1rem;border:.5px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition),color var(--transition);cursor:pointer}.contact-link:hover{border-color:var(--accent);color:var(--accent)}.contact-form{display:flex;flex-direction:column;gap:1.1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.form-group input,.form-group textarea{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius);padding:.7rem 1rem;font-family:var(--font-body);font-size:.9rem;color:var(--text);transition:border-color var(--transition);width:100%;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted);opacity:.5}.form-note{font-size:.78rem;color:var(--text-muted);margin-top:-.25rem;line-height:1.6}.footer{border-top:.5px solid var(--border);padding:1.75rem 0;margin-top:4rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.8rem;color:var(--text-muted)}.footer-links{display:flex;gap:1.25rem}.footer-link{font-size:.8rem;color:var(--text-muted);cursor:pointer;transition:color var(--transition)}.footer-link:hover{color:var(--accent)}.error-box{background:var(--surface);border:.5px solid var(--border);border-left:2px solid #EF4444;border-radius:var(--radius);padding:1rem 1.25rem;font-size:.875rem;color:var(--text-muted);line-height:1.65}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-animate{opacity:0;animation:fadeUp .75s cubic-bezier(.16,1,.3,1) forwards}.delay-1{animation-delay:.05s}.delay-2{animation-delay:.18s}.delay-3{animation-delay:.31s}.delay-4{animation-delay:.44s}.delay-5{animation-delay:.57s}.delay-6{animation-delay:.72s}[data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-group]>*:nth-child(1){transition-delay:0s}[data-reveal-group]>*:nth-child(2){transition-delay:.1s}[data-reveal-group]>*:nth-child(3){transition-delay:.2s}[data-reveal-group]>*:nth-child(4){transition-delay:.3s}[data-reveal-group]>*:nth-child(5){transition-delay:.4s}[data-reveal-group]>*:nth-child(6){transition-delay:.5s}.btn:active{transform:scale(.97)}.skills-chart{display:flex;flex-direction:column;gap:.6rem;max-width:480px;margin-top:1.75rem}.skills-bar-row{display:grid;grid-template-columns:160px 1fr 28px;align-items:center;gap:.75rem}.skills-bar-label{font-size:.72rem;color:var(--text-muted);text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skills-bar-track{height:3px;background:var(--border);border-radius:2px;overflow:hidden}.skills-bar-fill{height:100%;background:var(--accent);border-radius:2px;transform-origin:left;transform:scaleX(0);transition:transform .8s cubic-bezier(.16,1,.3,1)}.skills-bar-fill.is-visible{transform:scaleX(1)}.skills-bar-count{font-size:.72rem;font-weight:600;color:var(--accent);font-family:var(--font-head)}.academic-pull-quote{padding:2rem 2rem 2rem 2.5rem;border-left:2px solid var(--accent);margin-top:1.75rem;max-width:600px;background:var(--surface);border-radius:0 var(--radius-lg) var(--radius-lg) 0}.academic-pull-quote p{font-family:var(--font-head);font-size:clamp(1rem,2vw,1.2rem);font-weight:400;font-style:italic;color:var(--text-muted);line-height:1.75}.academic-pull-quote cite{display:block;margin-top:.85rem;font-size:.75rem;font-style:normal;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.availability-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .9rem;background:var(--accent-dim);border:.5px solid var(--accent);border-radius:999px;font-size:.76rem;font-weight:600;color:var(--accent);letter-spacing:.03em;margin-bottom:1.5rem}.availability-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}.skills-bar-fill{transform:scaleX(1)}}
