:root{--bg:#f7f7f7;--bg-elevated:#ffffff;--bg-card:#ffffff;--bg-dark:#062c33;--bg-dark-elevated:#0a3a44;--border:rgba(6,44,51,0.12);--text:#333333;--text-muted:#777777;--accent:#e85850;--accent-hover:#d04a3d;--accent-soft:rgba(232,88,80,0.12);--teal:#86cfda;--teal-soft:rgba(134,207,218,0.2);--highlight:#e85850;--highlight-soft:rgba(232,88,80,0.1);--radius:4px;--radius-lg:8px;--shadow:0 8px 32px rgba(6,44,51,0.08);--font-sans:"Open Sans",system-ui,sans-serif;--font-display:"Open Sans",system-ui,sans-serif;--max-width:1120px;--nav-height:72px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;font-size:1rem}body:before{display:none}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}.wrap{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}nav{position:fixed;top:0;left:0;right:0;height:var(--nav-height);z-index:100;background:rgba(17,17,17,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}nav .wrap{display:flex;align-items:center;justify-content:space-between;height:100%}.logo{font-weight:700;font-size:.875rem;letter-spacing:.12em;text-transform:uppercase;color:#fff}.logo span{color:var(--accent)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:rgba(255,255,255,.75);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.nav-links a:hover{color:#fff}.nav-cta{padding:.5rem 1.25rem;background:var(--accent);color:#fff!important;border-radius:4px;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.nav-cta:hover{background:var(--accent-hover);color:#fff!important}.menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}img{max-width:100%;height:auto;display:block}.hero{padding:calc(var(--nav-height) + 4rem) 0 5rem;background:linear-gradient(135deg,var(--bg-dark) 0,#0a4a55 50%,var(--bg-dark) 100%);color:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 80% 20%,rgba(232,88,80,.15),transparent);pointer-events:none}.hero .wrap{position:relative;z-index:1}.hero .hero-lead,.hero .stat-label,.hero .stat-value,.hero h1{color:inherit}.hero .hero-badge{background:rgba(232,88,80,.2);border-color:rgba(232,88,80,.45);color:#fff}.hero .hero-badge:before{background:var(--accent)}.hero .btn-secondary{color:#fff;border-color:rgba(255,255,255,.35);background:transparent}.hero .btn-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.hero-stats{border-top-color:rgba(255,255,255,.15)}.hero .stat-label{color:rgba(255,255,255,.65)}.hero-layout{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.hero-content{min-width:0}.headshot{display:flex;flex-direction:column;align-items:center;width:100%;max-width:180px;margin:0 auto}.headshot-frame{position:relative;width:100%;aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow),0 0 0 1px rgba(232,88,80,.2);background:var(--bg-card)}.headshot-frame:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);pointer-events:none;z-index:2}.headshot-frame img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.headshot-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(160deg,var(--bg-card) 0,var(--bg-elevated) 100%);color:var(--text-muted);z-index:0}.headshot-frame.has-photo .headshot-placeholder{display:none}.headshot-initials{font-family:var(--font-display);font-size:3rem;color:var(--highlight);line-height:1}.headshot-placeholder svg{width:40px;height:40px;opacity:.45}.headshot-hint{margin-top:.75rem;font-size:.75rem;color:var(--text-muted);text-align:center;line-height:1.4;max-width:16rem}.headshot-frame.has-photo+.headshot-hint{display:none}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .9rem;background:var(--highlight-soft);border:1px solid rgba(232,88,80,.3);border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--highlight);margin-bottom:1.75rem}.hero-badge:before{content:"";width:6px;height:6px;background:var(--highlight);border-radius:50%;animation:pulse 2s ease infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-family:var(--font-display);font-size:clamp(2rem,5vw + .5rem,3.5rem);font-weight:300;line-height:1.15;letter-spacing:.08em;text-transform:uppercase;max-width:20ch;margin-bottom:1.5rem}.hero h1 em{font-style:normal;color:var(--teal)}.hero-lead{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-muted);max-width:42rem;margin-bottom:2rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;border:none;transition:transform .2s,box-shadow .2s,background .2s;min-height:48px;-webkit-tap-highlight-color:transparent}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 12px 32px rgba(232,88,80,.35)}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:rgba(255,255,255,.2);background:var(--bg-elevated)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem 2rem;gap:1.25rem 2rem;padding-top:2rem;border-top:1px solid var(--border)}.stat-value{font-family:var(--font-display);font-size:2rem;color:var(--text);line-height:1.2}.stat-label{font-size:.8125rem;color:var(--text-muted);margin-top:.25rem}section{padding:clamp(3rem,8vw,5rem) 0}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:300;line-height:1.3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text)}section{border-bottom:1px solid var(--border)}#contact{background:var(--bg-dark);color:#fff;border-bottom:none}#contact .section-label{color:var(--teal)}#contact .contact-item span:first-child,#contact .section-title,#contact p{color:rgba(255,255,255,.85)}#contact .contact-item a{color:#fff}#contact .contact-item .contact-value{font-weight:600;color:#fff}#contact .engagement-box{background:transparent;border:none;box-shadow:none}.section-intro{color:var(--text-muted);max-width:36rem;margin-bottom:3rem;font-size:1.0625rem}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:4rem;gap:4rem;align-items:start}.about-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow)}.about-card h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.about-card p{color:var(--text-muted);font-size:.9375rem;margin-bottom:1rem}.about-card p:last-child{margin-bottom:0}.pill-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.skill-group .pill-list,.timeline-item .pill-list{margin-top:0}.project-card .pill-list{margin-top:1rem}.pill{padding:.4rem .85rem;background:var(--accent-soft);border-radius:100px;font-size:.8125rem;font-weight:500;color:var(--accent)}.pill.azure{background:var(--teal-soft);color:#0a4a55;border:1px solid rgba(134,207,218,.6)}.trait-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem}.trait-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.trait-card .trait-score{font-family:var(--font-display);font-size:1.75rem;color:var(--highlight);line-height:1;margin-bottom:.35rem}.trait-card h4{font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.trait-card p{font-size:.8125rem;color:var(--text-muted);line-height:1.5}.working-list{display:grid;grid-gap:1.25rem;gap:1.25rem}.working-item h4{font-size:.9375rem;font-weight:600;margin-bottom:.35rem;color:var(--text)}.working-item p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.interests-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem}.interest-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.interest-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.interest-card p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.azure-banner{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;padding:1.25rem 1.5rem;margin-bottom:2rem;background:linear-gradient(135deg,var(--teal-soft) 0,var(--bg-elevated) 100%);border:1px solid rgba(134,207,218,.5);border-left:4px solid var(--accent);border-radius:var(--radius)}.azure-banner strong{color:var(--bg-dark);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.azure-banner span{font-size:.875rem;color:var(--text-muted)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem}.service-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:border-color .25s,transform .25s}.service-card:hover{border-color:rgba(232,88,80,.35);transform:translateY(-2px)}.service-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);border-radius:10px;margin-bottom:1.25rem;font-size:1.25rem}.service-card h3{font-size:1.0625rem;font-weight:600;margin-bottom:.5rem}.service-card p{font-size:.875rem;color:var(--text-muted);line-height:1.65}.approach-steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;counter-reset:step}.step{position:relative;padding:1.5rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius)}.step:before{counter-increment:step;content:counter(step,decimal-leading-zero);display:block;font-family:var(--font-display);font-size:1.5rem;color:var(--highlight);margin-bottom:.75rem}.step h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.step p{font-size:.8125rem;color:var(--text-muted)}.timeline{border-left:1px solid var(--border);margin-left:.5rem;padding-left:2rem}.timeline-item{position:relative;padding-bottom:2.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:"";position:absolute;left:calc(-2rem - 5px);top:.35rem;width:10px;height:10px;background:var(--accent);border-radius:50%;box-shadow:0 0 0 4px var(--bg)}.timeline-meta{font-size:.8125rem;color:var(--highlight)}.timeline-item h3,.timeline-meta{font-weight:600;margin-bottom:.35rem}.timeline-item h3{font-size:1.0625rem}.timeline-item p,.timeline-list{font-size:.875rem;color:var(--text-muted)}.timeline-list{margin:.75rem 0 1rem;padding-left:1.25rem}.timeline-list li{margin-bottom:.4rem;line-height:1.55}.tech-label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:.5rem 0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem}.skill-group{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.skill-group h3{font-size:.9375rem;font-weight:600;margin-bottom:.75rem;color:var(--highlight)}.skill-group-full{grid-column:1/-1}.project-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;margin-bottom:1.25rem}.project-card:last-child{margin-bottom:0}.project-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.35rem}.project-card .project-tagline{font-size:.875rem;color:var(--highlight);margin-bottom:1rem;line-height:1.5}.project-card .project-phase,.project-card p{font-size:.875rem;color:var(--text-muted);line-height:1.65;margin-bottom:.75rem}.project-card .project-phase strong{color:var(--text);font-weight:600}.projects-grid{display:flex;flex-direction:column;gap:0}.engagement-box{background:linear-gradient(135deg,var(--bg-card) 0,var(--bg-elevated) 100%);border:1px solid var(--border);border-radius:var(--radius-lg);padding:clamp(1.75rem,5vw,3rem);text-align:center;box-shadow:var(--shadow)}.engagement-box .btn{width:100%;max-width:100%;word-break:break-all}.engagement-box .section-title{margin-bottom:.75rem}.engagement-box p{color:var(--text-muted);max-width:32rem;margin:0 auto 2rem}.contact-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2.5rem;margin-top:2rem}.contact-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.contact-item span:first-child{font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.contact-item a{font-weight:600;color:var(--text)}.contact-item a:hover{color:var(--accent)}footer{padding:2rem 0 3rem;border-top:1px solid rgba(255,255,255,.1);margin-top:0;background:#111}footer .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}footer p{font-size:.8125rem;color:rgba(255,255,255,.55)}footer a{color:var(--teal)}@media (min-width:640px){.wrap{padding:0 2rem}.hero{padding-top:calc(var(--nav-height) + 4rem)}.headshot{max-width:200px}.hero-actions .btn{width:auto}.engagement-box .btn{width:auto;max-width:none;word-break:normal}}@media (min-width:768px){.hero-layout{grid-template-columns:1fr minmax(140px,200px);gap:3rem}.headshot{margin:0;max-width:200px;justify-self:end}.hero-layout.headshot-first{grid-template-columns:minmax(140px,200px) 1fr}.hero-layout.headshot-first .headshot{order:-1;justify-self:start}.hero-layout.headshot-first .hero-content{order:0}.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hero-layout{grid-template-columns:1.15fr minmax(180px,220px);gap:4rem}.headshot{max-width:220px}.hero{padding:calc(var(--nav-height) + 5rem) 0 6rem}.hero-actions{margin-bottom:3.5rem}.hero-stats{gap:2rem;padding-top:2.5rem}.skills-grid{grid-template-columns:repeat(3,1fr)}.about-grid{gap:4rem}}@media (max-width:767px){:root{--nav-height:64px}.nav-links{display:none;position:absolute;top:var(--nav-height);left:0;right:0;flex-direction:column;gap:0;background:#111;border-bottom:1px solid rgba(255,255,255,.08);padding:1rem 1.5rem max(1rem,env(safe-area-inset-bottom))}.nav-links.open{display:flex}.nav-links li{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.nav-links a{color:rgba(255,255,255,.85)}.nav-links li:last-child{border-bottom:none}.nav-links .nav-cta{display:inline-flex;width:100%;margin-top:.25rem;min-height:48px}.menu-toggle,.nav-links .nav-cta{justify-content:center;align-items:center}.menu-toggle{display:flex;min-width:44px;min-height:44px}.hero-layout{gap:2rem}.headshot{order:-1}.hero h1{max-width:none}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-stats{grid-template-columns:1fr;gap:1.25rem}.stat-value{font-size:1.75rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-card{padding:1.5rem}.skills-grid{grid-template-columns:1fr}.section-intro{margin-bottom:2rem}.contact-links{flex-direction:column;align-items:stretch;gap:1.25rem}.contact-item{align-items:flex-start;padding:.75rem 0;border-bottom:1px solid var(--border)}.contact-item:last-child{border-bottom:none}.contact-item a{word-break:break-word}footer .wrap{flex-direction:column;align-items:flex-start;text-align:left}.timeline{margin-left:0;padding-left:1.5rem}.timeline-item:before{left:calc(-1.5rem - 5px)}}@media (max-width:380px){.wrap{padding:0 1rem}.logo{font-size:.875rem}.pill{font-size:.75rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-badge:before{animation:none}.btn-primary:hover,.service-card:hover{transform:none}}@media print{nav{position:static}body,nav{background:#fff}body{color:#111}.btn,.nav-cta,body:before{display:none}}.sign-out-btn{position:fixed;top:calc(var(--nav-height) + .75rem);right:1rem;z-index:90;padding:.5rem 1rem;font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);background:rgba(255,255,255,.95);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;transition:color .2s,border-color .2s}.sign-out-btn:hover:not(:disabled){color:var(--accent);border-color:rgba(232,88,80,.35)}.sign-out-btn:disabled{opacity:.6;cursor:wait}body:has(.landing-page) .sign-out-btn{top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.access-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:linear-gradient(135deg,var(--bg-dark) 0,#0a4a55 50%,var(--bg-dark) 100%);color:#fff}.access-gate-card{width:100%;max-width:28rem;background:var(--bg-card);color:var(--text);border-radius:var(--radius-lg);padding:2.5rem 2rem;box-shadow:var(--shadow),0 24px 48px rgba(6,44,51,.2);border:1px solid var(--border)}.access-gate-label{font-size:.75rem;font-weight:700;letter-spacing:.14em;color:var(--accent)}.access-gate-card h1,.access-gate-label{text-transform:uppercase;margin-bottom:.75rem}.access-gate-card h1{font-size:1.5rem;font-weight:300;letter-spacing:.06em;color:var(--text)}.access-gate-lead{font-size:.9375rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.75rem}.access-gate-form{display:flex;flex-direction:column;gap:.75rem}.access-gate-form input{width:100%;padding:.75rem 1rem;font-family:var(--font-sans);font-size:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text)}.access-gate-form input:focus{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}.access-gate-form .btn{width:100%;justify-content:center}.access-gate-error{margin-top:1rem;font-size:.875rem;color:var(--accent);line-height:1.5}.landing-page{min-height:100vh;display:flex;flex-direction:column}.landing-page main{flex:1 1;padding:clamp(2.5rem,6vw,4rem) 1.5rem 4rem}.landing-hero{text-align:center;padding:clamp(4rem,12vw,6rem) 1.5rem clamp(3rem,8vw,5rem)}.landing-hero .hero-inner{position:relative;z-index:1;max-width:960px;margin:0 auto}.landing-hero .hero-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:1.25rem}.landing-hero .hero-lead{color:inherit;opacity:.85;max-width:36rem;margin:0 auto}.landing-hero h1{font-size:clamp(1.75rem,4vw + .5rem,2.75rem);line-height:1.2;max-width:none;margin-left:auto;margin-right:auto;margin-bottom:1rem}.landing-wrap{max-width:960px}.landing-wrap .section-label,.landing-wrap .section-title{text-align:center}.landing-wrap .section-title{margin-bottom:2.5rem}.landing-footer{padding:2rem 1.5rem;text-align:center;background:var(--bg);border-top:1px solid var(--border)}.landing-footer p{font-size:.8125rem;color:var(--text-muted)}.profiles-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:640px){.profiles-grid{grid-template-columns:1fr 1fr;gap:2rem}}.profile-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s,border-color .2s;color:inherit;text-decoration:none}.profile-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(6,44,51,.12);border-color:rgba(232,88,80,.25);color:inherit}.profile-card h2{font-size:1.25rem;font-weight:600;margin-bottom:.35rem;color:var(--text)}.profile-role{font-size:.875rem;font-weight:600;color:var(--accent);margin-bottom:1rem}.profile-card .profile-summary{font-size:.9375rem;color:var(--text-muted);flex:1 1;margin-bottom:1.5rem}.profile-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.profile-tags span{padding:.35rem .75rem;background:rgba(232,88,80,.1);border-radius:100px;font-size:.75rem;font-weight:500;color:var(--accent)}.profile-tags span.teal{background:rgba(134,207,218,.25);color:#0a4a55}.profile-cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent)}.profile-cta svg{width:1rem;height:1rem;flex-shrink:0;transition:transform .2s}.profile-card:hover .profile-cta{color:var(--accent-hover)}.profile-card:hover .profile-cta svg{transform:translateX(4px)}.profile-headshot{width:100%;max-width:140px;margin:0 auto 1.25rem}.profile-headshot-frame{position:relative;width:100%;aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow),0 0 0 1px rgba(232,88,80,.15);background:var(--bg-card)}.profile-headshot-frame:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);pointer-events:none;z-index:1}.profile-headshot-frame img{width:100%;height:100%;object-fit:cover;display:block}.profile-headshot-frame img.bimal-photo{object-position:center 25%}.profile-headshot-frame img.lucas-photo{object-position:center 35%}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);font-weight:300;opacity:.75;margin-bottom:1rem;letter-spacing:.04em}.headshot--lucas img{object-position:center 35%}.muted-lead{color:var(--text-muted);margin-bottom:1.5rem}