@font-face{font-family:DM Sans;src:url(/fonts/dm-sans-latin.woff2) format("woff2");font-style:normal;font-weight:400 800;font-display:swap}@font-face{font-family:Outfit;src:url(/fonts/outfit-latin.woff2) format("woff2");font-style:normal;font-weight:400 800;font-display:swap}:root{font-family:DM Sans,sans-serif;color:#2b3040;background:#f7f5f4;--ink:#25283a;--muted:#778096;--line:#eae8ed;--accent:#ed6964;--purple:#7257d7;--teal:#159c91}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 5% 5%,#ffe5dd,transparent 28%),radial-gradient(circle at 93% 88%,#dbf8ee,transparent 29%),#f7f5f4}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}svg{width:18px;height:18px;stroke-width:1.8}#app{min-height:100vh;padding:55px 24px 18px}.vcard-app{width:min(1170px,100%);height:min(760px,calc(100vh - 112px));min-height:690px;margin:auto;display:grid;grid-template-columns:340px minmax(0,1fr) 100px;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 28px 80px #7a4b6c26,0 5px 14px #594c6b12}.mobile-brand{display:none}.identity-panel{background:linear-gradient(155deg,#ff826c,#ed6964 52%,#c85272);color:#fff;padding:31px 31px 0;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.identity-panel:before{content:"";position:absolute;width:350px;height:350px;border:1px solid #ffffff2d;border-radius:50%;top:245px;left:-195px}.identity-panel:after{content:"";position:absolute;width:250px;height:250px;border:1px solid #ffffff20;border-radius:50%;top:80px;right:-175px}.identity-top{width:100%;display:flex;align-items:center;justify-content:space-between;z-index:1}.brand-mini{font:800 32px/.8 Outfit,sans-serif;letter-spacing:-.12em}.brand-mini span{color:#fff3a1}.availability{display:flex;align-items:center;gap:7px;font-size:8px;letter-spacing:.08em;font-weight:700}.availability b{width:6px;height:6px;border-radius:50%;background:#b7ffc7;box-shadow:0 0 0 4px #b7ffc733}.portrait-wrap{position:relative;margin-top:41px;z-index:1}.portrait-ring{width:204px;height:204px;padding:8px;border-radius:50%;background:#ffffff3d;box-shadow:0 14px 40px #8c31424c}.portrait-ring img{width:100%;height:100%;object-fit:cover;object-position:center 31%;border-radius:50%;border:5px solid white;display:block}.portrait-spark{position:absolute;right:-17px;top:-5px;color:#ffdf88;font:35px Outfit}.identity-panel h1{font:800 31px/1.08 Outfit,sans-serif;letter-spacing:-.045em;text-align:center;margin:27px 0 9px;z-index:1}.identity-panel h1 strong{font-weight:800}.identity-role{font-size:14px;font-weight:700;margin:3px 0}.identity-company{font-size:11px;margin:0;color:#fff1ed}.identity-social{display:flex;gap:10px;margin-top:23px;z-index:1}.identity-social a{width:36px;height:36px;border:1px solid #ffffffa8;border-radius:50%;display:grid;place-items:center;transition:transform .2s,background .2s}.identity-social a:hover{background:#ffffff2c;transform:translateY(-2px)}.identity-social svg{width:16px;height:16px}.identity-bottom{width:calc(100% + 62px);min-height:94px;margin-top:auto;padding:0 29px;background:#923a5940;display:flex;align-items:center;justify-content:space-between;gap:8px;z-index:1}.identity-bottom>span,.identity-bottom>a{display:flex;align-items:center;gap:5px;font-size:8px;font-weight:700;letter-spacing:.03em;white-space:nowrap}.identity-bottom svg{width:12px;height:12px}.page-navigation{background:#fff;border-left:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;gap:4px;padding:14px 11px}.nav-item{border:0;border-radius:9px;background:transparent;color:#a3a0ae;padding:16px 0;display:grid;justify-items:center;gap:7px;position:relative;transition:background .2s,color .2s}.nav-item svg{width:22px;height:22px}.nav-item span{font-size:9px;font-weight:800}.nav-item:hover{color:var(--purple);background:#f3efff}.nav-item.active{color:var(--purple);background:#f1edff}.nav-item.active:before{content:"";width:3px;position:absolute;top:17px;bottom:17px;left:-11px;border-radius:0 3px 3px 0;background:var(--purple)}.page-panel{overflow:auto;scrollbar-width:thin;scrollbar-color:#d5cedd transparent}.page{min-height:100%;padding:56px clamp(34px,5vw,72px) 60px}.page[hidden]{display:none!important}.page-eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;font-weight:800;letter-spacing:.14em;color:var(--teal)}.eyebrow-line{width:22px;height:2px;background:var(--accent)}.page-title{font:800 clamp(37px,4vw,52px)/1.13 "Outfit",sans-serif;letter-spacing:-.055em;color:var(--ink);margin:18px 0}.hero-title{font-size:clamp(38px,3.75vw,50px);margin:28px 0 20px}.hero-title em{font-style:normal;color:var(--purple)}.hero-intro,.page-lead{font-size:14px;line-height:1.8;color:#70778a;margin:0;max-width:620px}.hero-intro strong{color:var(--ink)}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:27px}.action-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:12px 18px;border-radius:6px;font-size:11px;font-weight:800;transition:transform .2s,background .2s}.action-button:hover{transform:translateY(-2px)}.action-button svg{width:15px;height:15px}.action-button.primary{background:var(--purple);color:#fff;border:1px solid var(--purple);box-shadow:0 7px 16px #7257d733}.action-button.primary:hover{background:#5d42c4}.action-button.secondary{background:#fff;border:1px solid #dcd6ea;color:#5c4f96}.action-button.secondary:hover{background:#f7f3ff}.thin-divider,.page-rule{height:1px;background:var(--line);margin:36px 0 26px}.subheading{display:flex;justify-content:space-between;color:var(--ink);font:800 11px Outfit;letter-spacing:.08em;margin-bottom:9px}.subheading-count{font-size:9px;color:#aaa2b4}.experience-list{display:grid}.experience-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.experience-row:last-child{border-bottom:0}.job-icon{flex:none;width:40px;height:40px;background:#f5efff;color:var(--purple);border-radius:10px;display:grid;place-items:center}.job-icon.current{background:#e8f8f3;color:var(--teal)}.job-icon svg{width:18px;height:18px}.experience-row>div{min-width:0}.experience-row h3{font:700 13px Outfit;color:#34384d;margin:0 0 3px}.experience-row p{font-size:11px;color:#888da0;margin:0}.experience-row small{margin-left:auto;font-size:10px;color:#a5a8b5;white-space:nowrap}.role-current{font:700 8px DM Sans;background:#e6faf3;color:var(--teal);border-radius:20px;padding:4px 6px;margin-left:5px}.home-note{display:flex;gap:9px;align-items:center;color:#686e81;background:#f9f6ff;padding:12px 14px;border-radius:6px;font-size:10px;margin-top:17px}.home-note svg{flex:none;width:16px;height:16px;color:var(--purple)}.inner-page-header{background:transparent;height:auto;display:block}.inner-page-header .page-title{margin:16px 0}.inner-page-header>span{display:block;color:var(--teal);font-size:10px;font-weight:800;letter-spacing:.13em;position:relative;padding-left:31px;order:-1}.inner-page-header>span:before{content:"";position:absolute;left:0;top:6px;width:22px;height:2px;background:var(--accent)}.inner-page-header{display:flex;flex-direction:column-reverse;align-items:flex-start}.inner-page-body{padding:0}.page-lead{font-size:13px}.page-rule{margin:26px 0}.section-mini-title{font:800 14px Outfit;color:var(--ink);letter-spacing:.04em;margin-bottom:12px}.education-timeline{margin:20px 0 0 6px;border-left:2px solid #e7e0ed}.education-entry{margin-left:23px;margin-bottom:18px;padding:17px 20px;background:#fff;border-left:3px solid var(--purple);box-shadow:0 2px 12px #483b7418;position:relative}.education-entry:last-child{margin-bottom:0}.timeline-point{width:12px;height:12px;border:2px solid var(--purple);background:#fff;border-radius:50%;position:absolute;left:-31px;top:22px}.education-entry:before{content:"";width:29px;height:2px;background:var(--purple);position:absolute;left:-29px;top:27px}.entry-top{display:flex;align-items:center;gap:9px}.entry-year{font-size:10px;font-weight:800;color:var(--purple)}.entry-badge{font-size:8px;background:#e8f8f3;color:var(--teal);padding:4px 7px;border-radius:20px}.education-entry h3{font:700 16px Outfit;margin:8px 0 5px}.education-entry strong{font-size:12px;color:#697185}.education-entry p{font-size:11px;color:#9398a5;margin:7px 0}.entry-location{display:flex;align-items:flex-start;gap:5px;font-size:10px;color:#9398a5}.entry-location svg{width:13px;height:13px;flex:none}.earlier-title{margin-top:30px}.compact-education{display:grid;gap:10px}.compact-education>div{border:1px solid var(--line);padding:13px 15px;display:grid;grid-template-columns:1fr auto;gap:4px}.compact-education strong{font-size:11px}.compact-education span{font-size:10px;color:#8f96a5;grid-column:1}.compact-education b{font-size:10px;color:var(--purple);grid-column:2;grid-row:1/3;align-self:center}.skills-groups{display:grid}.skill-group{display:grid;grid-template-columns:45px 1fr;gap:17px;padding:18px 0;border-bottom:1px solid var(--line)}.skill-group:first-child{padding-top:0}.group-icon,.service-icon,.method-icon{width:43px;height:43px;border-radius:10px;display:grid;place-items:center;flex:none}.group-icon svg,.service-icon svg,.method-icon svg{width:21px;height:21px}.coral{background:#ffefeb;color:#ee7563}.blue{background:#f1edff;color:var(--purple)}.green{background:#e7f8f3;color:var(--teal)}.amber{background:#fff2dc;color:#d89932}.skill-group h3{font:700 14px Outfit;margin:1px 0 3px}.skill-group p{font-size:11px;color:#9399a6;margin:0}.tag-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.tag-list span{border:1px solid #e9e5ee;background:#faf9fc;border-radius:4px;padding:6px 8px;font-size:10px;color:#75798d}.language-panel{display:flex;justify-content:space-between;background:#faf7ff;border-radius:9px;padding:18px 22px;margin-top:27px}.language-panel>div:first-child{display:grid;gap:6px}.language-panel strong{font-size:11px}.language-panel small{font-weight:400;color:#9095a5;margin-left:9px}.language-decoration{font-size:50px;line-height:1;color:#d5c8fb}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.service-card{min-height:190px;padding:20px;position:relative;border:1px solid var(--line);border-radius:9px;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-3px);box-shadow:0 9px 22px #6650851c}.service-number{position:absolute;right:17px;top:17px;font-size:10px;color:#b3aec1}.service-icon{margin-bottom:16px;width:40px;height:40px}.service-icon svg{width:20px;height:20px}.service-card h3{font:700 14px Outfit;margin:0 0 7px}.service-card p{font-size:11px;line-height:1.65;color:#898fa0;margin:0}.projects-label{margin-top:28px}.mini-projects>div{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);padding:12px 0}.mini-projects span{font-size:10px;color:var(--accent)}.mini-projects strong{font-size:11px}.mini-projects small{font-size:9px;color:#a0a5b1;margin-left:auto;white-space:nowrap}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.contact-methods{display:grid;gap:10px}.contact-method{display:flex;align-items:center;gap:11px;min-height:62px;padding:10px 12px;border:1px solid var(--line);border-radius:7px}.contact-method[href]:hover{border-color:var(--purple);background:#faf8ff}.method-icon{width:38px;height:38px}.method-icon svg{width:18px;height:18px}.contact-method>span:nth-child(2){display:grid;gap:4px;min-width:0}.contact-method small{font-size:9px;font-weight:700;color:#a7a9b7;letter-spacing:.06em}.contact-method strong{font-size:11px;color:#53596a;overflow-wrap:anywhere}.contact-method>svg{width:15px;height:15px;color:#aaa6b8;margin-left:auto;flex:none}.contact-callout{background:linear-gradient(155deg,#795ee0,#ae69ce);color:#fff;border-radius:8px;padding:22px;display:flex;flex-direction:column}.contact-callout>span{font-size:9px;font-weight:700;letter-spacing:.08em}.contact-callout h3{font:700 23px/1.22 Outfit;margin:28px 0 9px}.contact-callout p{font-size:11px;line-height:1.65;color:#f2e9ff;margin:0}.contact-callout a{display:flex;align-items:center;justify-content:space-between;color:#fff;border-top:1px solid #ffffff66;padding-top:17px;margin-top:auto;font-size:11px;font-weight:700}.contact-callout a svg{width:16px;height:16px}.site-footer{width:min(1170px,100%);margin:15px auto 0;display:flex;justify-content:space-between;color:#a2a0ae;font-size:9px;font-weight:700;letter-spacing:.06em}@media(max-width:1100px){#app{padding:28px 18px 18px}.vcard-app{grid-template-columns:290px minmax(0,1fr) 82px;min-height:650px;height:calc(100vh - 90px)}.identity-panel{padding-inline:23px}.identity-bottom{width:calc(100% + 46px);padding-inline:19px}.portrait-ring{width:182px;height:182px}.nav-item{padding:15px 0}.page{padding:43px 34px}.hero-title{font-size:39px}.contact-grid{grid-template-columns:1fr}.contact-callout{min-height:200px}}@media(max-width:760px){#app{padding:14px 12px 20px}.vcard-app{height:auto;min-height:0;display:flex;flex-direction:column;overflow:visible;border-radius:12px}.mobile-brand{display:flex;align-items:center;justify-content:space-between;background:#fff;min-height:52px;padding:0 18px;border-radius:12px 12px 0}.mobile-brand strong{font:800 12px Outfit}.mobile-brand span{font-size:8px;font-weight:700;color:#a5a1af}.identity-panel{padding:24px 23px 0;min-height:320px}.identity-top{display:none}.portrait-wrap{margin-top:2px}.portrait-ring{width:130px;height:130px;padding:5px}.portrait-ring img{border-width:3px}.portrait-spark{font-size:25px;right:-10px}.identity-panel h1{font-size:24px;margin:15px 0 4px}.identity-role{font-size:12px}.identity-company{font-size:10px}.identity-social{margin-top:13px;gap:7px}.identity-social a{width:29px;height:29px}.identity-social svg{width:14px;height:14px}.identity-bottom{width:calc(100% + 46px);min-height:48px;margin-top:15px;padding:0 22px}.page-navigation{order:2;position:sticky;top:0;z-index:20;flex-direction:row;justify-content:space-around;padding:5px;border-left:0;border-bottom:1px solid var(--line);box-shadow:0 3px 12px #49384f0c}.nav-item{min-width:54px;padding:8px 5px;gap:3px}.nav-item svg{width:18px;height:18px}.nav-item span{font-size:8px}.nav-item.active:before{inset:auto 8px -5px;width:auto;height:2px}.page-panel{order:3;overflow:visible}.page{min-height:460px;padding:34px 26px 45px}.site-footer{padding:0 5px}.site-footer span{display:none}}@media(max-width:440px){.page{padding:30px 20px 42px}.page-title{font-size:38px}.hero-title{font-size:35px}.hero-intro,.page-lead{font-size:12px}.experience-row small{font-size:9px}.role-current{display:inline-block}.services-grid{gap:9px}.service-card{padding:14px;min-height:205px}.service-card h3{font-size:12px}.service-card p{font-size:10px}.service-number{right:12px;top:14px}.compact-education>div{grid-template-columns:1fr}.compact-education b{grid-column:1;grid-row:3}.identity-bottom>span,.identity-bottom>a{font-size:7px}.mini-projects small{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}:root{--ink:#172f42;--muted:#596d7e;--line:#dfebef;--accent:#ff9559;--purple:#3469c8;--teal:#078e83;color:#203446;background:#f5f8fa}body{background:radial-gradient(circle at 3% 4%,#dff5f1,transparent 27%),radial-gradient(circle at 93% 90%,#fff0df,transparent 30%),#f5f8fa}.vcard-app{box-shadow:0 28px 75px #123c4a20,0 4px 12px #123c4a0d}.identity-panel{background:linear-gradient(155deg,#16435e,#106877 53%,#0b8e84)}.identity-bottom{background:#063a5573}.portrait-ring{box-shadow:0 14px 38px #06304672}.portrait-spark,.brand-mini span{color:#ffc56e}.availability{font-size:10px}.identity-panel h1{font-size:33px}.identity-role{font-size:16px}.identity-company{font-size:13px}.identity-bottom>span,.identity-bottom>a{font-size:10px}.identity-social a:last-child{background:#fff}.identity-social .whatsapp-mark{width:19px;height:19px}.page-navigation{background:#fbfdfd}.nav-item{color:#657b88}.nav-item span{font-size:11px}.nav-item:hover{color:var(--teal);background:#e3f8f4}.nav-item.active{color:#087e77;background:#e0f6f1}.nav-item.active:before{background:#0aad94}.page-eyebrow,.inner-page-header>span{font-size:12px;color:var(--teal)}.hero-title em{color:#2671ce}.hero-intro,.page-lead{font-size:16px;color:#5c7080}.hero-intro strong{color:#183c57}.action-button{font-size:13px}.action-button.primary{background:#187d87;border-color:#187d87;box-shadow:0 7px 16px #187d8730}.action-button.primary:hover{background:#0d6a74}.action-button.secondary{color:#1c6682;border-color:#bddae0}.subheading,.section-mini-title{font-size:14px}.subheading-count{font-size:11px}.experience-row{gap:14px;padding:15px 0}.experience-row h3{font-size:15px}.experience-row p{font-size:13px}.experience-row small{font-size:12px}.role-current{font-size:10px}.home-note{font-size:12px;line-height:1.5}.home-note svg{color:var(--teal)}.org-logo{width:48px;height:48px;flex:none;border:1px solid #dce9ec;border-radius:11px;background:#fff;display:grid;place-items:center;overflow:hidden;padding:5px}.org-logo img{width:100%;height:100%;object-fit:contain}.org-logo img[src*=nagorik]{width:95%;height:auto}.org-logo img[src*=avery]{width:100%;height:100%}.org-logo.monogram{font:800 17px Outfit;letter-spacing:-.08em;color:#fff;border:0}.alo-mark{background:#544ac9}.org-logo img[src*=avery]{transform:scale(1.45)}.org-logo img[src*=nagorik]{transform:scale(1.18)}.education-row{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start}.edu-logo{width:54px;height:54px;border:1px solid #dde7ea;background:#fff;border-radius:10px;display:grid;place-items:center;padding:5px}.edu-logo img{width:100%;height:100%;object-fit:contain}.education-entry h3{font-size:18px}.education-entry strong{font-size:14px;line-height:1.5}.education-entry p,.entry-location,.entry-year{font-size:12px}.entry-badge{font-size:10px}.compact-education>div{display:flex;align-items:center;gap:12px}.compact-education>div>div{display:grid;gap:4px}.compact-education strong{font-size:13px}.compact-education span,.compact-education b{font-size:12px}.compact-education b{color:var(--teal)}.school-mark{flex:none;width:42px;height:42px;border-radius:9px;display:grid;place-items:center;background:#dff5ee;color:#087e77;font:800 13px Outfit}.school-mark-alt{background:#eaf0ff;color:#3469c8}.skill-group h3{font-size:16px}.skill-group p{font-size:13px}.tag-list span{font-size:12px}.language-panel strong{font-size:13px}.language-panel small{font-size:12px}.services-grid{gap:15px}.service-card{min-height:0;padding:19px;border-radius:11px}.service-number{font-size:11px}.service-icon{width:44px;height:44px;margin-bottom:11px}.service-icon svg{width:22px;height:22px}.service-card h3{font-size:16px}.service-card p{font-size:13px;line-height:1.55}.service-card ul{padding:0;margin:12px 0 0;list-style:none;display:grid;gap:6px}.service-card li{font-size:12px;color:#5e7080;display:flex;gap:8px;line-height:1.35}.service-card li:before{content:"✓";color:var(--teal);font-weight:800}.mini-projects strong{font-size:13px}.mini-projects small,.contact-method small{font-size:11px}.contact-method strong{font-size:13px}.contact-callout{background:linear-gradient(145deg,#1b7488,#0d9b91)}.contact-callout>span{font-size:11px}.contact-callout h3{font-size:25px}.contact-callout p,.contact-callout a{font-size:13px}.whatsapp-icon{background:#e1f9ea}.whatsapp-icon img{width:22px;height:22px}.site-footer{font-size:11px;color:#778995}@media(max-width:1100px){.vcard-app{min-height:700px}.page{padding:42px 31px}.hero-title{font-size:clamp(36px,4vw,48px)}}@media(max-width:760px){#app{padding:12px 12px 20px}.vcard-app{border-radius:16px;overflow:hidden}.mobile-brand{display:none}.identity-panel{display:grid;grid-template-columns:108px minmax(0,1fr);grid-template-areas:"photo name" "photo role" "photo company" "social social" "bottom bottom";column-gap:16px;align-items:center;min-height:0;padding:20px 20px 0}.portrait-wrap{grid-area:photo;margin:0;align-self:start}.portrait-ring{width:108px;height:108px;padding:4px}.portrait-ring img{border-width:3px}.portrait-spark{font-size:20px;right:-8px;top:-7px}.identity-panel h1{grid-area:name;text-align:left;font-size:24px;line-height:1.05;margin:0;align-self:end}.identity-role{grid-area:role;text-align:left;font-size:14px;margin:3px 0 0;align-self:center}.identity-company{grid-area:company;text-align:left;font-size:12px;align-self:start}.identity-social{grid-area:social;margin:17px 0 15px;justify-content:flex-start}.identity-social a{width:34px;height:34px}.identity-bottom{grid-area:bottom;width:calc(100% + 40px);margin:0 -20px;min-height:48px;padding:0 20px}.identity-bottom>span,.identity-bottom>a{font-size:9px}.page-navigation{order:2;position:sticky;top:0;padding:6px 4px}.nav-item{min-width:0;flex:1;padding:8px 2px}.nav-item span{font-size:10px}.nav-item svg{width:20px;height:20px}.page-panel{order:3}.page{padding:32px 23px 42px;min-height:0}.hero-title{font-size:clamp(34px,8vw,43px)}.hero-intro,.page-lead{font-size:15px}.experience-row h3{font-size:14px}.experience-row p{font-size:12px}.experience-row small{font-size:11px}.org-logo{width:43px;height:43px}.education-entry{padding:16px 14px}.education-row{grid-template-columns:43px minmax(0,1fr);gap:10px}.edu-logo{width:43px;height:43px}.education-entry h3{font-size:16px}.contact-callout{min-height:200px}}@media(max-width:440px){.identity-panel{grid-template-columns:94px minmax(0,1fr);column-gap:13px;padding:17px 16px 0}.portrait-ring{width:94px;height:94px}.identity-panel h1{font-size:21px}.identity-role{font-size:13px}.identity-company{font-size:11px}.identity-bottom{width:calc(100% + 32px);margin:0 -16px;padding:0 16px}.identity-bottom>span,.identity-bottom>a{font-size:8px}.page{padding:29px 18px 38px}.hero-title{font-size:35px}.hero-intro,.page-lead{font-size:14px}.experience-row{gap:9px}.experience-row h3{font-size:13px}.experience-row small{font-size:10px;max-width:90px;text-align:right;white-space:normal}.services-grid{grid-template-columns:1fr}.service-card{padding:18px}.service-card h3{font-size:16px}.service-card p{font-size:13px}.compact-education>div{padding:12px}.contact-method strong{font-size:12px}.nav-item span{font-size:9px}}@media(max-width:440px){.identity-bottom>span,.identity-bottom>a{font-size:9px}.experience-row small{font-size:11px}.nav-item span{font-size:10px}}.vcard-app{height:auto;min-height:690px;overflow:visible}.identity-panel{border-radius:18px 0 0 18px}.page-panel{overflow:visible;min-width:0}.page{min-height:690px}.page-navigation{border-radius:0 18px 18px 0}.portrait-ring{overflow:hidden;padding:0;border:5px solid #fff}.portrait-ring img{border:0;transform:scale(1.7);object-position:center 30%}.community-heading{margin-top:30px}.community-experience{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.community-experience>div{display:grid;gap:4px;padding:13px 15px;background:#f5fafb;border:1px solid #dfebef;border-radius:9px}.community-experience strong{font-size:13px;color:var(--ink)}.community-experience span{font-size:12px;line-height:1.4;color:#596d7e}@media(max-width:760px){.vcard-app{min-height:0;overflow:hidden}.identity-panel{border-radius:0}.page{min-height:0}.page-navigation{border-radius:0}.portrait-ring{border-width:4px}}@media(max-width:440px){.community-experience{grid-template-columns:1fr}.hero-title{line-height:1.18}}@media(max-width:360px){.hero-title{font-size:31px;line-height:1.22;letter-spacing:-.04em}}@media(max-width:360px){.hero-actions .action-button{width:100%}.experience-row{flex-wrap:wrap}.experience-row small{margin-left:52px;max-width:none;text-align:left}.identity-bottom>span,.identity-bottom>a{font-size:10px}}:where(a,button):focus-visible{outline:3px solid #ffaf58;outline-offset:3px}@media(min-width:761px){.vcard-app{align-items:start;overflow:visible}.identity-panel,.page-navigation{position:sticky;top:24px;height:min(760px,calc(100vh - 48px));min-height:0;align-self:start}.page-panel{min-height:690px}.page-navigation{justify-content:center}}:root{--ink:#183344;--muted:#4c6473;--line:#d7e7e9;--accent:#f4a05a;--purple:#167989;--teal:#087f78}body{background:radial-gradient(circle at 4% 3%,#e7f7f5,transparent 32%),radial-gradient(circle at 96% 97%,#f5efe7,transparent 32%),#f7faf9}.hero-title em{color:#117e85}.home-note,.language-panel{background:#edf8f7}.education-entry{border-left-color:var(--teal)}.education-entry:before{background:var(--teal)}.timeline-point{border-color:var(--teal)}.entry-year{color:#116c70}.contact-callout{background:linear-gradient(145deg,#176b7b,#0b827a)}.hero-intro,.page-lead{color:#4b6270}.experience-row p,.experience-row small,.service-card p,.service-card li,.education-entry p,.entry-location,.skill-group p,.tag-list span,.contact-method small,.site-footer{color:#516674}.experience-row h3{font-size:16px}.experience-row p,.experience-row small{font-size:13px}.service-card p,.service-card li,.skill-group p,.tag-list span,.education-entry p,.entry-location,.contact-method strong{font-size:14px}.nav-item span,.identity-bottom>span,.identity-bottom>a,.contact-method small,.service-number,.mini-projects small,.subheading-count{font-size:12px}.nav-item{min-height:70px}.action-button{font-size:14px;min-height:44px}.service-card{transition:box-shadow .2s}.service-card:hover{transform:none}.mini-projects>div{padding:16px 0}.mini-projects strong{font-size:14px}.mini-projects small,.site-footer{font-size:12px}@media(max-width:760px){.identity-panel,.page-navigation{position:relative;top:auto;height:auto;min-height:0}.page-navigation{position:sticky;top:0}.page{padding-top:27px}.identity-panel h1{line-height:1.18}.identity-bottom>span,.identity-bottom>a{font-size:11px}.nav-item{min-height:55px}.nav-item span{font-size:11px}.experience-row h3{font-size:15px}.experience-row p,.experience-row small{font-size:12px}}@media(max-width:440px){.identity-bottom>span,.identity-bottom>a{font-size:10px}.nav-item span{font-size:10px}.service-card p,.service-card li{font-size:13px}.contact-callout{min-height:0}.contact-callout h3{margin-top:15px}.hero-intro,.page-lead{font-size:15px}}.skip-link{position:fixed;z-index:1000;left:16px;top:-70px;background:#fff;color:#173c4c;padding:12px 16px;border:2px solid #0b817e;border-radius:8px;font-weight:700}.skip-link:focus{top:12px}.mini-projects .project-item{display:grid;grid-template-columns:24px 1fr auto;align-items:start;gap:5px 10px}.role-current,.entry-badge{font-size:12px}.subheading-count,.service-number,.mini-projects small,.compact-education span,.language-panel small{color:#425b68}.role-current,.entry-badge{color:#075f59}.nav-item{color:#49616d}.nav-item.active,.school-mark{color:#075f59}.school-mark-alt{color:#28529b}.mini-projects span{color:#914d1b;font-size:12px}.project-item p{grid-column:2/-1;margin:0;color:#516674;font-size:13px;line-height:1.55}@media(max-width:440px){.mini-projects .project-item{grid-template-columns:20px 1fr}.project-item p{grid-column:2}}
