.about-hero[data-astro-cid-zri5dsuh]{padding:var(--space-8) 0;background:linear-gradient(135deg,var(--bg) 0%,var(--muted) 100%);text-align:center}.about-hero[data-astro-cid-zri5dsuh] h1[data-astro-cid-zri5dsuh]{font-size:var(--font-size-hero);margin-bottom:var(--space-3);color:var(--text)}.about-content[data-astro-cid-zri5dsuh]{padding:var(--space-8) 0;background:var(--bg)}.bio-section[data-astro-cid-zri5dsuh]{margin-bottom:var(--space-8)}.bio-section[data-astro-cid-zri5dsuh] h2[data-astro-cid-zri5dsuh]{margin-bottom:var(--space-4);color:var(--primary)}.bio-text[data-astro-cid-zri5dsuh]{font-size:var(--font-size-lg);line-height:1.7;margin-bottom:var(--space-4)}.skills-section[data-astro-cid-zri5dsuh]{margin-bottom:var(--space-8)}.skills-section[data-astro-cid-zri5dsuh] h2[data-astro-cid-zri5dsuh]{margin-bottom:var(--space-6);text-align:center;color:var(--primary)}.skills-grid[data-astro-cid-zri5dsuh]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-6)}.skill-category[data-astro-cid-zri5dsuh] h3[data-astro-cid-zri5dsuh]{font-size:var(--font-size-lg);color:var(--primary);margin-bottom:var(--space-3);font-weight:var(--font-weight-bold)}.skills-list[data-astro-cid-zri5dsuh]{list-style:none;padding:0;margin:0}.skills-list[data-astro-cid-zri5dsuh] li[data-astro-cid-zri5dsuh]{padding:var(--space-2) 0;border-bottom:1px solid var(--border);font-size:var(--font-size-sm)}.skills-list[data-astro-cid-zri5dsuh] li[data-astro-cid-zri5dsuh]:last-child{border-bottom:none}.timeline-section[data-astro-cid-zri5dsuh]{margin-bottom:var(--space-8)}.timeline-section[data-astro-cid-zri5dsuh] h2[data-astro-cid-zri5dsuh]{margin-bottom:var(--space-6);text-align:center;color:var(--primary)}.timeline[data-astro-cid-zri5dsuh]{position:relative;padding-left:var(--space-6)}.timeline[data-astro-cid-zri5dsuh]:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:var(--border)}.timeline-item[data-astro-cid-zri5dsuh]{position:relative;margin-bottom:var(--space-6);padding-left:var(--space-6)}.timeline-item[data-astro-cid-zri5dsuh]:before{content:"";position:absolute;left:-21px;top:8px;width:12px;height:12px;border-radius:50%;background:var(--primary);border:3px solid var(--bg)}.timeline-date[data-astro-cid-zri5dsuh]{font-size:var(--font-size-sm);color:var(--primary);font-weight:var(--font-weight-bold);margin-bottom:var(--space-2)}.timeline-content[data-astro-cid-zri5dsuh] h3[data-astro-cid-zri5dsuh]{font-size:var(--font-size-lg);color:var(--text);margin-bottom:var(--space-1)}.timeline-company[data-astro-cid-zri5dsuh]{font-size:var(--font-size-sm);color:var(--primary);margin-bottom:var(--space-2);font-weight:var(--font-weight-bold)}.employer-reference[data-astro-cid-zri5dsuh]{margin-top:var(--space-3);margin-bottom:0}.download-link[data-astro-cid-zri5dsuh]{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--muted);border:1px solid var(--border);border-radius:var(--radius-m);color:var(--primary);text-decoration:none;font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);transition:all .2s ease}.download-link[data-astro-cid-zri5dsuh]:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-1px);box-shadow:var(--shadow-1)}.timeline-content[data-astro-cid-zri5dsuh] p[data-astro-cid-zri5dsuh]:last-child{margin-bottom:0}.profile-image[data-astro-cid-zri5dsuh]{text-align:center;margin-bottom:var(--space-6)}.headshot[data-astro-cid-zri5dsuh]{width:200px;height:200px;border-radius:50%;object-fit:cover;object-position:center top;border:3px solid var(--primary);box-shadow:var(--shadow-1)}@media (max-width: 600px){.skills-grid[data-astro-cid-zri5dsuh]{grid-template-columns:1fr}.timeline[data-astro-cid-zri5dsuh],.timeline-item[data-astro-cid-zri5dsuh]{padding-left:var(--space-4)}.timeline-item[data-astro-cid-zri5dsuh]:before{left:-17px}.headshot[data-astro-cid-zri5dsuh]{width:150px;height:150px}.awards-section[data-astro-cid-zri5dsuh]{margin-bottom:var(--space-8)}.awards-section[data-astro-cid-zri5dsuh] h2[data-astro-cid-zri5dsuh]{margin-bottom:var(--space-6);text-align:center;color:var(--primary);font-size:var(--font-size-2xl)}.awards-grid[data-astro-cid-zri5dsuh]{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:var(--space-6);max-width:var(--max-width);margin:0 auto var(--space-8) auto}.award-card[data-astro-cid-zri5dsuh]{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-l);padding:var(--space-6);box-shadow:var(--shadow-1);transition:all .3s ease;position:relative;overflow:hidden;text-align:center}.award-card[data-astro-cid-zri5dsuh]:hover{transform:translateY(-4px);box-shadow:var(--shadow-3);border-color:var(--primary)}.award-card[data-astro-cid-zri5dsuh].featured{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;border-color:var(--primary)}.award-card[data-astro-cid-zri5dsuh].featured .award-icon[data-astro-cid-zri5dsuh]{background:#fff3;color:#fff}.award-icon[data-astro-cid-zri5dsuh]{width:80px;height:80px;border-radius:50%;background:var(--muted);display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-4) auto;color:var(--primary);transition:all .3s ease}.award-card[data-astro-cid-zri5dsuh]:hover .award-icon[data-astro-cid-zri5dsuh]{transform:scale(1.1);background:var(--primary);color:#fff}.award-content[data-astro-cid-zri5dsuh] h3[data-astro-cid-zri5dsuh]{font-size:var(--font-size-xl);color:var(--text);margin-bottom:var(--space-3);font-weight:var(--font-weight-bold);line-height:1.3}.award-card[data-astro-cid-zri5dsuh].featured .award-content[data-astro-cid-zri5dsuh] h3[data-astro-cid-zri5dsuh]{color:#fff}.award-subtitle[data-astro-cid-zri5dsuh]{font-size:var(--font-size-base);color:var(--primary);margin-bottom:var(--space-2);font-weight:var(--font-weight-bold)}.award-card[data-astro-cid-zri5dsuh].featured .award-subtitle[data-astro-cid-zri5dsuh]{color:#ffffffe6}.award-date[data-astro-cid-zri5dsuh]{font-size:var(--font-size-sm);color:var(--primary);margin-bottom:var(--space-2);text-transform:uppercase;letter-spacing:.5px;font-weight:var(--font-weight-bold)}.award-card[data-astro-cid-zri5dsuh].featured .award-date[data-astro-cid-zri5dsuh]{color:#ffffffe6}.award-description[data-astro-cid-zri5dsuh]{font-size:var(--font-size-base);line-height:1.6;color:var(--text);opacity:.8;margin:0}.award-card[data-astro-cid-zri5dsuh].featured .award-description[data-astro-cid-zri5dsuh]{color:#ffffffe6}}
