:root{color-scheme:light}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f4f5;color:#111827}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:hsla(240,5%,96%,.98);border-bottom:1px solid #e5e7eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{max-width:960px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.wordmark{font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:#4b5563}.header-nav{display:flex;gap:.75rem;font-size:.8rem}.header-nav a{padding:.3rem .6rem;border-radius:999px}.header-nav a:hover{background:#e5e7eb}.section{padding:3rem 1.25rem}.section-inner{max-width:960px;margin:0 auto}.section-header h2{font-size:1.5rem;margin:0 0 .4rem}.section-header p{margin:0;font-size:.9rem;color:#6b7280}.hero{padding-top:4rem}.hero-layout{display:grid;grid-gap:2.5rem;gap:2.5rem;align-items:start}@media (min-width:768px){.hero-layout{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:center}}.eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#9ca3af;margin-bottom:.4rem}.hero-title{font-size:2.4rem;margin:0 0 .25rem}.hero-subtitle{font-size:1rem;color:#4b5563;margin:0 0 1.25rem}.hero-bio{margin-bottom:1.75rem}.hero-bio p{font-size:.95rem;line-height:1.75;color:#374151;margin:0 0 1rem;max-width:60ch}.hero-bio p:last-child{margin-bottom:0}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.hero-image{display:flex;justify-content:flex-end}.hero-image-frame{width:280px;max-width:100%;border-radius:1rem;overflow:hidden;border:1px solid #e5e7eb;background:#f9fafb}.hero-image-frame img{display:block;width:100%;height:auto}.btn{font-size:.8rem;padding:.55rem 1.1rem;border-radius:999px;border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.3rem}.btn-primary{background:#111827;color:#f9fafb}.btn-primary:hover{background:#020617}.btn-outline{border-color:#d1d5db;color:#111827}.btn-outline:hover{background:#e5e7eb}.timeline{margin-top:1.75rem;border-top:1px solid #e5e7eb}.timeline-item{display:grid;grid-template-columns:80px minmax(0,1fr);grid-gap:1rem;gap:1rem;padding:1.25rem 0;border-bottom:1px solid #e5e7eb}.timeline-year{font-size:.8rem;font-weight:500;color:#6b7280}.timeline-body h3{margin:0 0 .25rem;font-size:1rem}.timeline-body p{margin:0;font-size:.9rem;color:#4b5563}.card-grid{margin-top:1.75rem;display:grid;grid-gap:1.25rem;gap:1.25rem}@media (min-width:768px){.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.card{border-radius:.75rem;border:1px solid #e5e7eb;background:#fff;overflow:hidden}.card-body{padding:.85rem 1rem 1rem}.card-header{padding:.85rem 1rem .3rem}.card-header h3{margin:0 0 .3rem;font-size:.98rem}.card-meta{margin:0;font-size:.8rem;color:#6b7280}.card-text{margin:0;font-size:.9rem;color:#4b5563}.card-link{margin-top:.6rem;font-size:.85rem}.card-media iframe{display:block}.ig-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3px;gap:3px;margin-top:1.75rem;background:#fff;border-radius:.75rem;overflow:hidden;border:1px solid #e5e7eb}@media (max-width:500px){.ig-grid{grid-template-columns:repeat(3,1fr);gap:2px}}.ig-cell{position:relative;aspect-ratio:1/1;overflow:hidden;cursor:pointer;background:#f3f4f6}.ig-cell-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s cubic-bezier(.16,1,.3,1)}.ig-cell:hover .ig-cell-img{transform:scale(1.05)}.ig-cell-overlay{position:absolute;inset:0;background:rgba(15,23,42,0);display:flex;align-items:center;justify-content:center;gap:1.4rem;transition:background .22s ease}.ig-cell:hover .ig-cell-overlay{background:rgba(15,23,42,.42)}.ig-cell-stat{display:flex;align-items:center;gap:.35rem;color:#fff;font-size:.92rem;font-weight:700;opacity:0;transition:opacity .2s ease;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ig-cell:hover .ig-cell-stat{opacity:1}.ig-cell-link{width:100%;height:100%;align-items:center;background:#f3f4f6;color:#9ca3af;font-size:.8rem}.ig-cell-link,.lightbox-backdrop{display:flex;justify-content:center}.lightbox-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.86);align-items:flex-start;overflow-y:auto;padding:48px 12px 24px;z-index:40;opacity:0;pointer-events:none;transition:opacity .2s cubic-bezier(.16,1,.3,1)}.lightbox-backdrop.visible{opacity:1;pointer-events:auto}.lightbox-inner{position:relative;display:flex;flex-direction:column;align-items:center;max-width:min(480px,96vw);width:100%;transform:translateY(18px) scale(.97);transition:transform .2s cubic-bezier(.16,1,.3,1)}.lightbox-backdrop.visible .lightbox-inner{transform:translateY(0) scale(1)}.lightbox-card{width:100%;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.55)}.lightbox-card-header{display:flex;align-items:center;gap:.6rem;padding:.7rem .85rem;border-bottom:1px solid #f3f4f6}.lightbox-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#f9a825,#e91e8c 50%,#9c27b0);flex-shrink:0}.lightbox-handle{font-size:.85rem;font-weight:700;color:#111827;flex:1 1}.lightbox-card-media{width:100%;background:#000;display:flex;align-items:center;justify-content:center}.lightbox-card-media img{width:100%;height:auto;display:block;object-fit:contain}.lightbox-card-media iframe{width:100%;aspect-ratio:1/1;border:none}.lightbox-card-footer{padding:.7rem .85rem}.lightbox-caption-text{font-size:.88rem;color:#111827;line-height:1.5;margin:0}.lightbox-close{position:absolute;top:-38px;right:0;background:none;border:none;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;padding:.25rem;opacity:.8;transition:opacity .15s ease}.lightbox-close:hover{opacity:1}.lightbox-arrow{position:fixed;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.12);border:none;color:#fff;font-size:1.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;z-index:50}.lightbox-arrow:hover{background:hsla(0,0%,100%,.24)}.lightbox-arrow-prev{left:12px}.lightbox-arrow-next{right:12px}@media (min-width:600px){.lightbox-arrow-prev{left:calc(50% - 280px)}.lightbox-arrow-next{right:calc(50% - 280px)}}.contact-layout{display:grid;grid-gap:2rem;gap:2rem}@media (min-width:768px){.contact-layout{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}}.contact-list{margin-top:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff;padding:1rem 1.25rem}.contact-row{display:grid;grid-template-columns:130px minmax(0,1fr);grid-gap:.5rem;gap:.5rem;padding:.35rem 0;font-size:.9rem}.contact-label{color:#6b7280}.contact-value{color:#111827}.contact-side{margin-top:2.2rem;font-size:.9rem;color:#4b5563}.contact-side h3{margin:0 0 .4rem;font-size:1rem}.site-footer{border-top:1px solid #e5e7eb;padding:1.25rem 1.25rem 1.75rem;background:#f9fafb}.footer-inner{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;gap:.4rem;justify-content:space-between;font-size:.8rem;color:#6b7280}.card-media-btn{display:block;padding:0;margin:0;border:none;background:transparent;width:100%;text-align:inherit;cursor:zoom-in}.card-media-btn:focus-visible{outline:2px solid #111827;outline-offset:2px}