:root{--ink:#121c18;--muted:#5a675f;--paper:#f5f2ea;--surface:#fffcf6;--line:#d6dbd4;--accent:#146348;--accent-dark:#0b4634;--dark:#10231c;--white:#fff;--shell:1180px;--radius:20px;--glow:#1463481f;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-size:17px;line-height:1.65}a{color:inherit}.shell{width:min(calc(100% - 40px), var(--shell));margin-inline:auto}.skip-link{z-index:100;background:var(--white);padding:10px 14px;position:fixed;top:12px;left:16px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:40;backdrop-filter:blur(18px)saturate(1.2);background:#f5f2eae0;border-bottom:1px solid #121c1814;position:sticky;top:0}.header-inner{align-items:center;gap:28px;min-height:78px;display:flex}.header-tools{align-items:center;gap:14px;margin-left:0;display:flex}.nav-toggle{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:none}.nav-toggle-bars,.nav-toggle-bars:before,.nav-toggle-bars:after{background:var(--ink);border-radius:999px;width:16px;height:1.5px;transition:transform .18s,opacity .18s;display:block}.nav-toggle-bars{position:relative}.nav-toggle-bars:before,.nav-toggle-bars:after{content:"";position:absolute;left:0}.nav-toggle-bars:before{top:-5px}.nav-toggle-bars:after{top:5px}.site-header.nav-open .nav-toggle-bars{background:0 0}.site-header.nav-open .nav-toggle-bars:before{top:0;transform:rotate(45deg)}.site-header.nav-open .nav-toggle-bars:after{top:0;transform:rotate(-45deg)}.mobile-nav{background:#fffcf6fa;border-top:1px solid #121c1814;flex-direction:column;gap:2px;padding:8px 20px 18px;display:none}.mobile-nav a{color:var(--ink);border-radius:12px;padding:14px 12px;font-size:15px;font-weight:680;text-decoration:none;display:block}.mobile-nav a:hover,.mobile-nav a:focus-visible{color:var(--accent);background:#14634814}.identity{letter-spacing:-.02em;align-items:center;gap:12px;font-weight:720;text-decoration:none;display:inline-flex}.identity-mark{background:var(--dark);width:42px;height:42px;color:var(--white);letter-spacing:.08em;border-radius:50%;place-items:center;font-size:13px;display:grid}.desktop-nav{align-items:center;gap:22px;margin-left:auto;display:flex}.header-inner>.header-tools{margin-left:0}.desktop-nav a{color:var(--muted);font-size:14px;font-weight:650;text-decoration:none}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--accent)}.language-switch{align-items:center;gap:7px;font-size:13px;font-weight:760;display:flex}.language-switch .active{color:var(--accent)}.language-switch a{color:var(--muted);text-decoration:none}.language-switch a:hover,.language-switch a:focus-visible{color:var(--accent)}.header-cv{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--ink);white-space:nowrap;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:720;text-decoration:none;display:inline-flex}.header-cv:hover,.header-cv:focus-visible{border-color:var(--accent);color:var(--accent)}.hero{isolation:isolate;padding:40px 0;position:relative;overflow:clip}.hero-ambiance{z-index:-1;pointer-events:none;background:radial-gradient(70% 55% at 12% 8%,#1463481c,#0000 60%),radial-gradient(50% 45% at 88% 18%,#121c180f,#0000 55%),linear-gradient(#fffcf68c,#0000 70%);position:absolute;inset:0}.hero-ambiance:after{opacity:.035;content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;position:absolute;inset:0}.hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(260px,.72fr);align-items:center;gap:40px;display:grid}.eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:780}h1,h2,h3,p{text-wrap:pretty}h1{letter-spacing:-.045em;max-width:760px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,4.8vw,58px);font-weight:500;line-height:1.02}.hero-lead{max-width:620px;color:var(--muted);margin:12px 0 0;font-size:clamp(16px,1.35vw,18px);line-height:1.5}.hero-priorities{flex-wrap:wrap;gap:8px;margin:16px 0 0;padding:0;list-style:none;display:flex}.hero-priorities li{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;line-height:1.3}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.hero-meta{gap:2px;margin-top:12px;display:grid}.hero-meta p{color:var(--muted);margin:0;font-size:13px}.hero-meta p+p{color:var(--accent);font-weight:700}.button{border:1px solid var(--ink);border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:13px;font-weight:720;text-decoration:none;display:inline-flex}.button-primary{background:var(--ink);color:var(--white)}.button-primary:hover,.button-primary:focus-visible{background:var(--accent-dark)}.button-secondary:hover,.button-secondary:focus-visible{border-color:var(--accent);color:var(--accent)}.hero-aside{justify-self:end;gap:0;width:100%;max-width:360px;display:grid}.profile-photo{border-radius:calc(var(--radius) + 4px);background:#e4e8e1;border:1px solid #121c181a;margin:0;position:relative;overflow:hidden;box-shadow:0 24px 60px #121c181f,inset 0 0 0 1px #ffffff59}.profile-photo img{aspect-ratio:1;object-fit:cover;object-position:center 18%;width:100%;height:auto;display:block}.hero-credentials-strip{background:linear-gradient(#fffcf6f5,#fffcf6e6);border:1px solid #121c1814;border-radius:18px;margin-top:28px;padding:16px;box-shadow:0 16px 40px #121c180f}.hero-credentials-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;padding:0 4px;display:flex}.featured-credentials{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.featured-credentials-label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:11px;font-weight:780}.featured-credentials>a{text-align:left;background:#ffffff8c;border:1px solid #121c180f;border-radius:14px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:10px;text-decoration:none;transition:border-color .16s,transform .16s,box-shadow .16s,background .16s;display:grid}.featured-credentials>a:hover,.featured-credentials>a:focus-visible{background:#1463480a;border-color:#14634847;transform:translateY(-1px);box-shadow:0 8px 20px #121c180f}.featured-credential-badge{background:#f0eee6;border-radius:12px;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.featured-credentials img,.credential-title-row img{object-fit:contain;display:block}.featured-credentials img{width:36px;height:36px}.credential-mark{width:48px;height:48px;color:var(--white);letter-spacing:.04em;background:#285bb9;border-radius:12px;place-items:center;font-size:13px;font-weight:800;display:grid}.featured-credential-copy{gap:2px;min-width:0;display:grid}.featured-credential-copy strong{letter-spacing:-.01em;font-size:13px;font-weight:760;line-height:1.2}.featured-credential-copy small{color:var(--muted);font-size:11px;line-height:1.3;display:block}.featured-credential-arrow{color:#8a958e;font-size:13px;font-weight:600}.featured-credentials>a:hover .featured-credential-arrow,.featured-credentials>a:focus-visible .featured-credential-arrow{color:var(--accent)}.hero-more-creds{color:var(--accent);text-underline-offset:4px;white-space:nowrap;margin-top:0;font-size:12px;font-weight:720;text-decoration:none;display:inline-flex}.hero-more-creds:hover,.hero-more-creds:focus-visible{text-decoration:underline}.status-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:30px;box-shadow:0 18px 50px #17221d12}.status-label{letter-spacing:.1em;text-transform:uppercase;margin:0 0 20px;font-size:13px;font-weight:760}.status-card dl{margin:0}.status-card dl div{border-top:1px solid var(--line);justify-content:space-between;gap:20px;padding:15px 0;display:flex}.status-card dt,.status-card dd{margin:0;font-size:14px}.status-card dt{color:var(--muted)}.status-card dd{text-align:right;font-weight:720}.section{padding:100px 0}.section-heading{grid-template-columns:minmax(0,1.1fr) minmax(280px,.65fr);align-items:end;gap:24px 80px;margin-bottom:46px;display:grid}.section-heading .eyebrow{grid-column:1/-1;margin-bottom:-4px}h2{letter-spacing:-.04em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,5vw,64px);font-weight:500;line-height:1.04}.section-heading>p:last-child,.split-section p,.contact-panel>p{color:var(--muted);margin:0}.profile-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.profile-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);min-height:270px;padding:28px}.profile-card span{color:var(--accent);letter-spacing:.12em;font-size:12px;font-weight:780}.profile-card h3{letter-spacing:-.025em;margin:64px 0 10px;font-size:22px}.profile-card p{color:var(--muted);margin:0;font-size:15px}.section-dark{background:var(--dark);color:var(--white)}.split-section{grid-template-columns:1fr .8fr;align-items:end;gap:80px;display:grid}.eyebrow-light{color:#7dd0ad}.section-dark .split-section p{color:#c6d2cc}.section-dark .quiet-note{color:#8fa39a;letter-spacing:.04em;margin-top:24px;font-size:13px;font-weight:650}.contact-section{padding-bottom:72px}.contact-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:1fr .7fr;align-items:end;gap:72px;padding:52px;display:grid}.site-footer{border-top:1px solid var(--line);padding:26px 0}.footer-inner{justify-content:space-between;gap:20px;display:flex}.footer-inner p{color:var(--muted);margin:0;font-size:13px}.hero-role{letter-spacing:-.03em;max-width:640px;margin:10px 0 0;font-size:clamp(17px,1.55vw,22px);font-weight:720;line-height:1.3}.expertise-line{display:none}.priority-list{counter-reset:priorities;gap:0;margin:0;padding:0;list-style:none;display:grid}.priority-list li{border-top:1px solid var(--line);grid-template-columns:36px 1fr;gap:8px;padding:16px 0;font-size:14px;font-weight:700;line-height:1.4;display:grid}.priority-list span{color:var(--accent);letter-spacing:.08em;font-size:11px}.status-contact{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.status-contact p{color:var(--muted);margin:0;font-size:13px}.status-contact p+p{color:var(--accent);margin-top:5px;font-weight:700}.proof-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.proof-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.proof-item{border-right:1px solid var(--line);min-height:158px;padding:34px 28px}.proof-item:first-child{border-left:1px solid var(--line)}.proof-item strong{letter-spacing:-.04em;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3vw,46px);font-weight:500;line-height:1;display:block}.proof-item span{color:var(--muted);margin-top:14px;font-size:13px;line-height:1.45;display:block}.story-section{padding-top:120px}.story-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.story-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-direction:column;min-height:430px;padding:34px;display:flex}.story-card>p:first-child{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:12px;font-weight:780}.story-card h3{letter-spacing:-.035em;margin:30px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,2.7vw,38px);font-weight:500;line-height:1.08}.story-rule{background:var(--accent);width:44px;height:1px;margin:auto 0 26px}.story-card>p:last-child{color:var(--muted);margin:0;font-size:15px}.expertise-heading>p:last-child,.recommendations-heading>p:last-child{color:#b9c8c0}.expertise-grid{border-top:1px solid #ffffff2e;border-left:1px solid #ffffff2e;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.expertise-card{border-bottom:1px solid #ffffff2e;border-right:1px solid #ffffff2e;min-height:380px;padding:30px}.expertise-card>span{color:#7dd0ad;letter-spacing:.12em;font-size:11px;font-weight:780}.expertise-card h3{letter-spacing:-.025em;min-height:68px;margin:42px 0 22px;font-size:22px;line-height:1.25}.expertise-card ul{margin:0;padding:0;list-style:none}.expertise-card li{color:#b9c8c0;padding:7px 0 7px 16px;font-size:14px;line-height:1.45;position:relative}.expertise-card li:before{content:"";background:#7dd0ad;border-radius:50%;width:5px;height:5px;position:absolute;top:16px;left:0}.career-list{border-top:1px solid var(--line)}.career-entry{border-bottom:1px solid var(--line)}.career-entry summary{cursor:pointer;grid-template-columns:160px minmax(0,1fr) 30px;align-items:start;gap:30px;padding:30px 0;list-style:none;display:grid}.career-entry summary::-webkit-details-marker{display:none}.career-period{color:var(--accent);padding-top:4px;font-size:13px;font-weight:760}.career-heading{gap:5px;display:grid}.career-heading strong{letter-spacing:-.03em;font-size:clamp(20px,2.3vw,29px);line-height:1.25}.career-heading>span{color:var(--muted);font-size:14px}.career-toggle{border:1px solid var(--line);border-radius:50%;width:28px;height:28px;margin-top:2px;position:relative}.career-toggle:before,.career-toggle:after{background:var(--ink);content:"";width:10px;height:1px;position:absolute;top:13px;left:8px}.career-toggle:after{transition:transform .18s;transform:rotate(90deg)}.career-entry[open] .career-toggle:after{transform:rotate(0)}.career-content{max-width:880px;margin-left:190px;padding:0 0 46px}.career-summary{margin:0 0 24px;font-size:18px;font-weight:620;line-height:1.55}.achievement-list{color:var(--muted);gap:10px;margin:0;padding-left:20px;display:grid}.achievement-list li::marker{color:var(--accent)}.subroles{background:var(--surface);border-radius:14px;margin-top:34px;padding:26px}.subroles>h3{letter-spacing:.04em;text-transform:uppercase;margin:0 0 18px;font-size:14px}.subrole{border-top:1px solid var(--line);grid-template-columns:120px 1fr;gap:20px;padding:18px 0;display:grid}.subrole>span{color:var(--accent);font-size:12px;font-weight:700}.subrole strong{font-size:15px}.subrole p{color:var(--muted);margin:5px 0 0;font-size:14px}.tag-list{flex-wrap:wrap;gap:7px;margin-top:28px;display:flex}.tag-list span{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:650}.ventures-section{border-top:1px solid var(--line);background:var(--surface)}.venture-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.venture-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);padding:34px}.venture-period{color:var(--accent);letter-spacing:.08em;margin:0;font-size:12px;font-weight:760}.venture-card h3{letter-spacing:-.025em;margin:28px 0 3px;font-size:22px}.venture-company{margin:0 0 22px;font-weight:700}.venture-company a{text-decoration-color:var(--accent);text-underline-offset:4px}.venture-card>p:not(.venture-period,.venture-company),.venture-card li{color:var(--muted);font-size:14px}.venture-card ul{margin:18px 0 0;padding-left:18px}.venture-card li+li{margin-top:7px}.qualification-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:72px;display:grid}.qualification-column>h3{letter-spacing:.08em;text-transform:uppercase;margin:0 0 24px;font-size:14px}.credential-list,.education-list{border-top:1px solid var(--line)}.credential-item{border-bottom:1px solid var(--line);grid-template-columns:110px 1fr;gap:20px;padding:22px 0;display:grid}.credential-item>span,.education-list article>span{color:var(--accent);font-size:12px;font-weight:720}.credential-item h4,.education-list h4{margin:0;font-size:16px;line-height:1.4}.credential-title-row{align-items:center;gap:11px;display:flex}.credential-title-row img{flex:0 0 34px;width:34px;height:34px}.credential-item p,.education-list p{color:var(--muted);margin:4px 0 0;font-size:13px}.credential-item small,.education-list small{color:#7b8780;margin-top:5px;font-size:11px;line-height:1.5;display:block}.credential-item .credential-details{margin-top:10px;font-size:12px}.certificate-link{color:var(--accent);text-underline-offset:4px;align-items:center;gap:5px;margin-top:12px;font-size:11px;font-weight:740;text-decoration-thickness:1px;display:inline-flex}.education-list article{border-bottom:1px solid var(--line);padding:22px 0}.education-list h4{margin-top:7px}.secondary-title{margin-top:54px!important}.language-list{border-top:1px solid var(--line)}.language-list>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:14px 0;display:flex}.language-list strong,.language-list span{font-size:13px}.language-list span{color:var(--muted);text-align:right}.award-list>div{border-top:1px solid var(--line);grid-template-columns:80px 1fr;gap:4px 14px;padding:16px 0;display:grid}.award-list span{color:var(--accent);font-size:12px;font-weight:700}.award-list strong{font-size:14px}.award-list p{color:var(--muted);grid-column:2;margin:0;font-size:12px}.module-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:56px;display:grid}.module-details details{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:20px}.module-details summary{cursor:pointer;font-size:13px;font-weight:720}.module-details ul{color:var(--muted);margin:18px 0 0;padding-left:18px;font-size:12px}.module-tags{margin-top:18px}.recommendation-grid{border-top:1px solid #ffffff2e;border-left:1px solid #ffffff2e;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.recommendation-grid figure{border-bottom:1px solid #ffffff2e;border-right:1px solid #ffffff2e;flex-direction:column;min-height:330px;margin:0;padding:34px;display:flex}.recommendation-grid blockquote{letter-spacing:-.025em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(20px,2vw,28px);line-height:1.42}.recommendation-grid figcaption{gap:4px;margin-top:auto;padding-top:30px;display:grid}.recommendation-grid figcaption strong{font-size:14px}.recommendation-grid figcaption span{color:#9db0a6;font-size:12px}.text-link{text-underline-offset:5px;margin-top:30px;font-size:13px;font-weight:720;display:inline-block}.light-link{color:#7dd0ad}.community-grid{grid-template-columns:.8fr 1.2fr;gap:80px;display:grid}.community-list{border-top:1px solid var(--line)}.community-list article{border-bottom:1px solid var(--line);padding:26px 0}.community-list span{color:var(--accent);font-size:12px;font-weight:720}.community-list h3{margin:12px 0 2px;font-size:20px}.community-list p{color:var(--muted);margin:7px 0 0;font-size:14px}.community-list .community-organization{color:var(--ink);margin-top:0;font-weight:650}.detailed-contact{align-items:start}.contact-location{color:var(--muted);margin:26px 0 0}.contact-links{border-top:1px solid var(--line);display:grid}.contact-links a{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:15px 0;font-size:14px;font-weight:680;text-decoration:none;display:flex}.contact-links a:hover,.contact-links a:focus-visible{color:var(--accent)}@media (width<=960px){.desktop-nav{display:none}.header-tools{margin-left:auto}.nav-toggle{display:inline-flex}.site-header.nav-open .mobile-nav,.mobile-nav:not([hidden]){display:flex}.mobile-nav[hidden]{display:none!important}.hero{padding-top:36px}.hero-grid,.section-heading,.split-section,.contact-panel{grid-template-columns:1fr}.hero-grid,.split-section{gap:36px}.hero-aside{justify-self:start;max-width:420px}.featured-credentials{grid-template-columns:repeat(2,minmax(0,1fr))}.status-card{max-width:520px}.profile-grid,.proof-grid,.story-grid,.expertise-grid,.module-details{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-item:nth-child(3){border-left:1px solid var(--line)}.proof-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.qualification-grid,.community-grid{grid-template-columns:1fr;gap:56px}}@media (width<=620px){body{font-size:16px}.shell{width:min(calc(100% - 28px), var(--shell))}.header-inner{min-height:68px}.identity-mark{width:36px;height:36px}.hero{padding:36px 0 56px}h1{font-size:clamp(36px,11vw,52px)}.hero-priorities li{font-size:11px}.hero-actions{flex-direction:column;align-items:stretch}.featured-credentials{grid-template-columns:1fr}.hero-credentials-head{flex-direction:column;align-items:flex-start;gap:6px}.header-cv{display:none}.section{padding:72px 0}.profile-grid,.proof-grid,.story-grid,.expertise-grid,.venture-list,.module-details,.recommendation-grid{grid-template-columns:1fr}.proof-item,.proof-item:first-child,.proof-item:nth-child(3){border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line);min-height:130px}.story-card,.expertise-card,.recommendation-grid figure{min-height:auto}.story-rule{margin-top:60px}.expertise-card h3{min-height:0}.career-entry summary{grid-template-columns:1fr 28px;gap:10px 18px}.career-period{grid-column:1/-1}.career-toggle{grid-area:2/2}.career-content{margin-left:0}.subrole,.credential-item{grid-template-columns:1fr;gap:7px}.venture-card{padding:28px 24px}.language-list>div{flex-direction:column;align-items:flex-start;gap:2px}.language-list span{text-align:left}.profile-card{min-height:230px}.contact-panel{gap:34px;padding:30px 24px}.footer-inner{flex-direction:column;gap:4px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.role-hub{padding-top:40px}.role-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.role-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-direction:column;gap:12px;min-height:280px;padding:32px;display:flex}.role-card-index{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:12px;font-weight:780}.role-card h3{letter-spacing:-.03em;margin:22px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.4vw,32px);font-weight:500;line-height:1.12}.role-card p{color:var(--muted);margin:0;font-size:15px;line-height:1.5}.role-card .button{align-self:flex-start;margin-top:auto;padding-top:0}.role-hero{padding:48px 0 12px;position:relative}.role-hero .hero-ambiance{opacity:.85}.breadcrumb{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 22px;padding:0;font-size:13px;font-weight:650;list-style:none;display:flex}.breadcrumb a{color:var(--muted);text-decoration:none}.breadcrumb a:hover,.breadcrumb a:focus-visible{color:var(--accent)}.breadcrumb li[aria-current=page]{color:var(--ink)}.breadcrumb-sep{color:var(--muted);font-weight:500}.role-lead{max-width:720px;color:var(--muted);margin:16px 0 0;font-size:clamp(16px,1.35vw,18px);line-height:1.55}.role-actions{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.role-layout{grid-template-columns:minmax(0,1.15fr) minmax(260px,.7fr);align-items:start;gap:36px 56px;display:grid}.role-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:32px}.role-panel h2{margin-bottom:16px;font-size:clamp(26px,3vw,36px)}.role-panel p,.role-panel li{color:var(--muted);font-size:15px;line-height:1.55}.role-panel ul{gap:10px;margin:0;padding-left:18px;display:grid}.role-stack{gap:18px;display:grid}.role-evidence{border-top:1px solid var(--line);padding-top:22px}.role-evidence:first-child{border-top:0;padding-top:0}.role-evidence .career-period{margin-bottom:6px;display:block}.role-evidence h3{letter-spacing:-.02em;margin:0 0 4px;font-size:20px;line-height:1.3}.role-evidence .org{color:var(--muted);margin:0 0 12px;font-size:14px}.role-aside .role-panel{background:var(--paper)}.role-aside h2{font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.related-roles{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.related-roles a{border:1px solid var(--line);border-radius:12px;padding:12px 14px;font-size:14px;font-weight:680;text-decoration:none;display:block}.related-roles a:hover,.related-roles a:focus-visible{border-color:var(--accent);color:var(--accent)}.role-cta .contact-panel{margin-top:0}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=960px){.role-layout,.role-hub-grid{grid-template-columns:1fr}}@media (width<=620px){.role-card{min-height:auto;padding:26px 22px}.role-panel{padding:26px 22px}}.role-hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(240px,.72fr);align-items:center;gap:36px 40px;display:grid}.role-hero-aside{justify-self:end;width:100%;max-width:400px;padding:40px 30px 52px 36px}.role-portrait{isolation:isolate;position:relative}.role-portrait-motif{z-index:0;pointer-events:none;border-radius:calc(var(--radius) + 14px);background-color:#fffcf6d9;position:absolute;inset:-32px -24px -40px -30px}.role-portrait .profile-photo{z-index:1;margin:0;position:relative;box-shadow:0 24px 60px #121c181f,0 0 0 1px #1463482e,inset 0 0 0 1px #ffffff59}.role-theme-cybersecurity .role-portrait-motif{background-image:radial-gradient(at 50% 36%,#14634833,#0000 62%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 260' fill='none'%3E%3Cpath d='M110 8 L204 38 V132 C204 192 164 232 110 252 C56 232 16 192 16 132 V38 Z' stroke='%23146348' stroke-opacity='.55' stroke-width='2'/%3E%3Cpath d='M110 28 L186 52 V130 C186 178 154 214 110 232 C66 214 34 178 34 130 V52 Z' stroke='%23146348' stroke-opacity='.28' stroke-width='1.3'/%3E%3Cpath d='M96 28 L110 14 L124 28' stroke='%23146348' stroke-opacity='.5' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:auto,100% 100%}.role-theme-project-management .role-portrait-motif{background-image:repeating-linear-gradient(90deg,#0000 0 22px,#14634814 22px 23px),repeating-linear-gradient(#0000 0 22px,#1463480d 22px 23px),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 70' fill='none'%3E%3Cpath d='M10 44 H250' stroke='%23146348' stroke-opacity='.55' stroke-width='2'/%3E%3Ccircle cx='28' cy='44' r='7' fill='%23146348' fill-opacity='.78'/%3E%3Ccircle cx='96' cy='44' r='7' fill='%23146348' fill-opacity='.62'/%3E%3Ccircle cx='164' cy='44' r='7' fill='%23146348' fill-opacity='.48'/%3E%3Ccircle cx='232' cy='44' r='7' stroke='%23146348' stroke-opacity='.62' stroke-width='1.8'/%3E%3Cpath d='M28 16 V36 M96 10 V36 M164 16 V36 M232 10 V36' stroke='%23146348' stroke-opacity='.38' stroke-width='1.5'/%3E%3Crect x='21' y='6' width='14' height='10' rx='2' fill='%23146348' fill-opacity='.18' stroke='%23146348' stroke-opacity='.45'/%3E%3Crect x='89' y='2' width='14' height='10' rx='2' fill='%23146348' fill-opacity='.18' stroke='%23146348' stroke-opacity='.45'/%3E%3Crect x='157' y='6' width='14' height='10' rx='2' fill='%23146348' fill-opacity='.18' stroke='%23146348' stroke-opacity='.45'/%3E%3Crect x='225' y='2' width='14' height='10' rx='2' fill='%23146348' fill-opacity='.18' stroke='%23146348' stroke-opacity='.45'/%3E%3C/svg%3E");background-position:50%,50%,50% 100%;background-repeat:no-repeat;background-size:auto,auto,94% 34%}.role-theme-requirements .role-portrait-motif{background-image:repeating-linear-gradient(#0000 0 11px,#14634818 11px 12px),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 240' fill='none'%3E%3Ccircle cx='14' cy='28' r='5.5' fill='%23146348' fill-opacity='.7'/%3E%3Ccircle cx='14' cy='96' r='5.5' fill='%23146348' fill-opacity='.55'/%3E%3Ccircle cx='14' cy='164' r='5.5' fill='%23146348' fill-opacity='.4'/%3E%3Ccircle cx='54' cy='62' r='5.5' stroke='%23146348' stroke-opacity='.6' stroke-width='1.6'/%3E%3Ccircle cx='54' cy='130' r='5.5' stroke='%23146348' stroke-opacity='.5' stroke-width='1.6'/%3E%3Ccircle cx='54' cy='198' r='5.5' stroke='%23146348' stroke-opacity='.4' stroke-width='1.6'/%3E%3Cpath d='M20 28 H34 C44 28 44 62 54 62 M20 96 H34 C44 96 44 130 54 130 M20 164 H34 C44 164 44 198 54 198' stroke='%23146348' stroke-opacity='.48' stroke-width='1.6'/%3E%3Cpath d='M54 68 V90 M54 136 V158' stroke='%23146348' stroke-opacity='.28' stroke-width='1.3' stroke-dasharray='3 5'/%3E%3C/svg%3E");background-position:50%,6%;background-repeat:no-repeat;background-size:auto,28% 92%}.role-theme-configuration-change .role-portrait-motif{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 260' fill='none'%3E%3Cpath d='M28 12 V92 C28 114 48 126 72 126 H148 C172 126 192 138 192 160 V248' stroke='%23146348' stroke-opacity='.55' stroke-width='2'/%3E%3Cpath d='M28 92 C28 110 12 118 12 138 V214' stroke='%23146348' stroke-opacity='.32' stroke-width='1.5'/%3E%3Cpath d='M12 62 H148 M12 176 H192' stroke='%23146348' stroke-opacity='.3' stroke-width='1.4' stroke-dasharray='5 6'/%3E%3Crect x='20' y='54' width='18' height='14' rx='2' fill='%23146348' fill-opacity='.12' stroke='%23146348' stroke-opacity='.55'/%3E%3Crect x='140' y='168' width='18' height='14' rx='2' fill='%23146348' fill-opacity='.12' stroke='%23146348' stroke-opacity='.5'/%3E%3Ccircle cx='72' cy='126' r='5' fill='%23146348' fill-opacity='.55'/%3E%3Ccircle cx='148' cy='126' r='5' fill='%23146348' fill-opacity='.42'/%3E%3Ccircle cx='192' cy='160' r='5' stroke='%23146348' stroke-opacity='.5' stroke-width='1.6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%}@media (width<=960px){.role-hero-grid{grid-template-columns:1fr}.role-hero-aside{order:-1;justify-self:start;max-width:420px;padding:18px 18px 28px}}.role-hero .hero-credentials-strip{margin-top:28px}.footer-legal{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.footer-legal a{color:var(--muted);font-size:13px;font-weight:650;text-decoration:none}.footer-legal a:hover,.footer-legal a:focus-visible{color:var(--accent)}.legal-prose{max-width:760px}.legal-prose h1{margin-bottom:12px}.legal-prose h2{letter-spacing:-.03em;margin:40px 0 12px;font-size:clamp(22px,2.4vw,32px)}.legal-prose p,.legal-prose li{color:var(--muted);font-size:16px;line-height:1.6}.legal-prose ul{padding-left:18px}.ask-root{z-index:45;justify-items:end;gap:10px;display:grid;position:fixed;bottom:20px;right:20px}.ask-toggle{border:1px solid var(--ink);background:var(--ink);color:var(--white);cursor:pointer;border-radius:999px;min-height:44px;padding:0 16px;font-size:13px;font-weight:720}.ask-toggle:hover,.ask-toggle:focus-visible{background:var(--accent-dark)}.ask-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);grid-template-rows:auto auto minmax(0,1fr) auto auto;gap:12px;width:min(420px,100vw - 32px);max-height:min(70vh,560px);padding:22px;display:grid;box-shadow:0 18px 50px #17221d1f}.ask-panel[hidden]{display:none}.ask-head{justify-content:space-between;align-items:start;gap:12px;display:flex}.ask-lead,.ask-contact-hint,.ask-msg p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.ask-close{border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:12px;width:36px;height:36px;font-size:20px;line-height:1}.ask-suggestions{flex-wrap:wrap;gap:8px;display:flex}.ask-chip{border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:650}.ask-chip:hover,.ask-chip:focus-visible{border-color:var(--accent);color:var(--accent)}.ask-log{border-top:1px solid var(--line);align-content:start;gap:10px;padding-top:10px;display:grid;overflow:auto}.ask-msg{border-radius:14px;padding:10px 12px}.ask-msg-user{background:#14634814}.ask-msg-reply{background:var(--paper);border:1px solid var(--line)}.ask-msg-unknown{border-color:#14634847}.ask-source{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:8px 0 0;font-size:11px;font-weight:780}.ask-fallback-links,.ask-contact-hint a{color:var(--accent);font-size:13px;font-weight:700}.ask-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.ask-form input{border:1px solid var(--line);background:var(--paper);min-height:44px;font:inherit;border-radius:12px;padding:0 12px}.ask-form input:focus{border-color:var(--accent);outline:2px solid #14634847}@media (width<=620px){.ask-root{justify-items:stretch;bottom:12px;left:12px;right:12px}.ask-toggle,.ask-panel{width:100%}.footer-inner{align-items:flex-start}}
