.experience .timeline{align-items:stretch;gap:var(--exp-gap);flex-flow:column;display:flex}.experience .exp-card{background-color:var(--white-color);border:var(--exp-border)solid transparent;border-radius:var(--radius-card);width:100%;transition:border-color var(--t-slow)var(--ease),box-shadow var(--t-base)var(--ease);flex-flow:column;padding:10px;display:flex;position:relative}.experience .exp-card.open{border-color:var(--muted-color)}.experience .exp-card:not(.open):hover{box-shadow:var(--shadow-card)}.experience .exp-head{text-align:left;flex-flow:row;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:0;display:flex}.experience .exp-head .identity{flex-flow:row;align-items:center;gap:8px;min-width:0;display:flex}.experience .exp-head .badge{border-radius:var(--radius-inner);background-color:var(--surface-color);width:60px;height:60px;font-size:24px;font-weight:var(--fw-bold);color:var(--ink-color);transition:background-color var(--t-base)var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}.experience .exp-card:hover .badge{background-color:var(--surface-deep-color)}.experience .exp-head .titles{flex-flow:column;gap:3px;min-width:0;display:flex}.experience .exp-head .titles .company{font-size:14px;font-weight:var(--fw-medium);color:var(--muted-color);line-height:1.2}.experience .exp-head .titles .role{font-size:20px;font-weight:var(--fw-bold);color:var(--ink-color);line-height:1.2}.experience .exp-head .meta{flex-flow:row;flex-shrink:0;align-items:center;gap:6px;display:flex}.experience .exp-head .when{text-align:right;flex-flow:column;align-items:flex-end;display:flex}.experience .exp-head .when .period{font-size:16px;font-weight:var(--fw-bold);color:var(--ink-color);white-space:nowrap;line-height:1.2}.experience .exp-head .when .location{font-size:14px;font-weight:var(--fw-regular);color:var(--muted-color);white-space:nowrap;line-height:1.2}.experience .exp-head .expand{border:1px solid var(--surface-deep-color);border-radius:var(--radius-round);background-color:var(--white-color);width:45px;height:45px;color:var(--ink-color);transition:transform var(--t-slow)var(--ease),background-color var(--t-base)var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}.experience .exp-head .expand svg{width:20px;height:20px}.experience .exp-card.open .exp-head .expand{background-color:var(--surface-color);transform:rotate(180deg)}.experience .exp-head:hover .expand{background-color:var(--surface-color)}.experience .exp-panel{transition:grid-template-rows var(--t-slow)var(--ease),opacity var(--t-slow)var(--ease);opacity:0;grid-template-rows:0fr;display:grid;overflow:hidden}.experience .exp-card.open .exp-panel{opacity:1;grid-template-rows:1fr}.experience .exp-panel-inner{flex-flow:column;gap:10px;min-height:0;display:flex}.experience .exp-panel-inner>:first-child{margin-top:10px}.experience .tags{flex-flow:wrap;gap:8px;display:flex}.experience .tags .tag{border-radius:var(--radius-pill);background-color:var(--surface-color);font-size:12px;font-weight:var(--fw-medium);color:var(--muted-color);white-space:nowrap;padding:6px 13px}.experience .highlights{flex-flow:column;gap:10px;padding:10px;display:flex}.experience .highlights li{flex-flow:row;align-items:flex-start;gap:12px;display:flex}.experience .highlights li .dot{background-color:var(--muted-color);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.experience .highlights li .text{font-size:14.5px;font-weight:var(--fw-regular);color:var(--ink-color);flex:auto;line-height:22px}.experience .connector{left:50%;top:calc((var(--exp-gap) + var(--exp-border))*-1);width:var(--exp-dot);height:var(--exp-gap);pointer-events:none;z-index:2;position:absolute;transform:translate(-50%)}.experience .connector .line{background-color:var(--muted-color);z-index:0;width:3px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.experience .connector .dot-top,.experience .connector .dot-bottom{width:var(--exp-dot);height:var(--exp-dot);margin-left:calc(var(--exp-dot)/-2);background-color:var(--muted-color);z-index:1;box-shadow:0 0 0 var(--exp-ring)rgba(89,103,127,.18);animation:dot-ring 1s var(--ease-sine)infinite alternate;border-radius:50%;position:absolute;left:50%}.experience .connector .dot-top{top:calc(var(--exp-dot)/-2)}.experience .connector .dot-bottom{bottom:calc(var(--exp-dot)/-2);animation-delay:.5s}@keyframes dot-ring{0%{box-shadow:0 0 0 var(--exp-ring)rgba(89,103,127,.18)}to{box-shadow:0 0 0 var(--exp-ring-max)rgba(89,103,127,.18)}}@media only screen and (max-width:860px){.experience .exp-head{align-items:center}.experience .exp-head .when .period{font-size:14px}.experience .exp-head .when .location{font-size:12px}}@media only screen and (max-width:620px){.experience .exp-head .badge{border-radius:10px;width:46px;height:46px;font-size:19px}.experience .exp-head .titles .company{font-size:12px}.experience .exp-head .titles .role{font-size:16px}.experience .exp-head .expand{width:34px;height:34px}.experience .exp-head .expand svg{width:16px;height:16px}.experience .exp-head .when .period{font-size:13px}.experience .exp-head .when .location{font-size:11px}.experience .highlights{padding:6px 0 0}.experience .highlights li .text{font-size:13.5px;line-height:20px}}@media only screen and (max-width:520px){.experience .exp-head{grid-template-columns:1fr auto;grid-template-areas:"identity expand""when when";align-items:center;gap:8px 10px;display:grid}.experience .exp-head .meta{display:contents}.experience .exp-head .identity{grid-area:identity;min-width:0}.experience .exp-head .expand{grid-area:expand}.experience .exp-head .when{text-align:left;flex-flow:row;grid-area:when;justify-content:flex-start;align-items:baseline;gap:8px;min-width:0}.experience .exp-head .when .period,.experience .exp-head .when .location{white-space:normal}.experience .exp-head .when .location{text-overflow:ellipsis;overflow:hidden}.experience .exp-head .titles{min-width:0}.experience .exp-head .titles .company,.experience .exp-head .titles .role{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}
.footer{background-color:var(--white-color);width:100%;padding:10px}.footer .footer-inner{border-radius:var(--radius-lg);width:100%;min-height:368px;padding:55px var(--page-gutter);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.footer .footer-inner .bg{z-index:0;object-fit:cover;object-position:center 67%;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.footer .content{z-index:1;width:100%;max-width:var(--content-max);text-align:center;flex-flow:column;justify-content:center;align-items:center;gap:12px;display:flex;position:relative}.footer .brand{flex-flow:column;align-items:center;gap:12px;display:flex}.footer .brand .logo-mark{transition:transform var(--t-base)var(--ease),box-shadow var(--t-base)var(--ease)}.footer .brand .logo-mark:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)rotate(-4deg)}.footer .brand .names{flex-flow:column;align-items:center;gap:4px;display:flex}.footer .brand .names .name{font-size:30px;font-weight:var(--fw-bold);color:var(--white-color);line-height:1.2}.footer .brand .names .tagline{font-size:22px;font-weight:var(--fw-regular);color:var(--footer-muted-color);line-height:1.3}.footer .contact{flex-flow:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.footer .contact .email{transition:transform var(--t-base)var(--ease);flex-flow:row;align-items:center;gap:3px;display:flex}.footer .contact .email span{font-size:14px;font-weight:var(--fw-semibold);color:var(--footer-muted-color);transition:color var(--t-base)var(--ease)}.footer .contact .email:hover{transform:translateY(-2px)}.footer .contact .email:hover span{color:var(--white-color)}.footer .contact .divider{background-color:var(--footer-muted-color);opacity:.8;border-radius:10px;flex-shrink:0;width:1px;height:10px}.footer .contact .socials{flex-flow:row;align-items:center;gap:8px;display:flex}.footer .contact .socials a{transition:transform var(--t-base)var(--ease),filter var(--t-base)var(--ease);display:flex}.footer .contact .socials a:hover{filter:brightness(1.15);transform:translateY(-3px)}.footer .contact .socials img,.footer .contact .email img{width:28px;height:28px}.footer .rule{background-color:var(--footer-muted-color);opacity:.5;width:300px;max-width:100%;height:1px;margin-top:13px}.footer .copyright{font-size:13px;font-weight:var(--fw-regular);color:var(--footer-muted-color)}@media only screen and (max-width:900px){.footer .footer-inner{min-height:330px;padding:44px var(--page-gutter)}.footer .brand .names .name{font-size:24px}.footer .brand .names .tagline{font-size:17px}}@media only screen and (max-width:620px){.footer{padding:8px}.footer .footer-inner{border-radius:var(--radius-card);min-height:300px}.footer .brand .names .name{font-size:20px}.footer .brand .names .tagline{font-size:14px}.footer .contact{gap:10px}.footer .contact .email span{font-size:12.5px}.footer .contact .divider{display:none}.footer .contact .socials{gap:10px}}
.logo-mark{width:var(--logo-size);height:var(--logo-size);border-radius:var(--radius-logo);transition:background-color var(--t-base)var(--ease),box-shadow var(--t-base)var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}.logo-mark.dark{background-color:var(--ink-color)}.logo-mark.light{background-color:var(--white-color)}.logo-mark img{object-fit:contain;width:66.6%;height:58.3%}
.hero{width:100%;height:100vh;height:100svh;min-height:600px;padding:calc(var(--nav-height) + var(--nav-inset) + 30px)var(--page-gutter)var(--section-py);background-image:radial-gradient(115.7% 115.7% at 50% 100%,var(--gradient-from-color)0%,var(--gradient-to-color)100%);flex-flow:column;justify-content:center;align-items:center;gap:max(20px,min(4vh,45px));display:flex;position:relative;overflow:hidden}.hero .pattern{z-index:0;pointer-events:none;opacity:.4;background-image:repeating-linear-gradient(to right,var(--pattern-color)0 1px,transparent 1px 60px),repeating-linear-gradient(to bottom,var(--pattern-color)0 1px,transparent 1px 60px);background-position:40px 0;position:absolute;top:0;bottom:0;left:0;right:0}.hero .hero-inner{z-index:1;width:100%;max-width:var(--content-max);flex-flow:row;flex:0 auto;justify-content:space-between;align-items:center;gap:10px;min-height:0;display:flex;position:relative}.hero .content{flex-flow:column;flex:530px;justify-content:center;align-items:flex-start;gap:2px;max-width:530px;display:flex}.hero .content .greeting{font-size:var(--fs-hero-lead);font-weight:var(--fw-regular);color:var(--muted-color);line-height:1.2}.hero .content .name{font-size:var(--fs-hero-name);font-weight:var(--fw-bold);color:var(--ink-color);line-height:1.2}.hero .content .name .lead{font-size:var(--fs-hero-lead);font-weight:var(--fw-regular);color:var(--muted-color)}.hero .content .tagline{font-size:var(--fs-hero-tagline);font-weight:var(--fw-bold);color:var(--muted-color);line-height:1.25}.hero .content .description{font-size:var(--fs-hero-desc);font-weight:var(--fw-regular);color:var(--muted-color);line-height:var(--lh-body);padding-top:10px}.hero .content .ctas{flex-flow:wrap;align-items:center;gap:10px;padding:20px 0;display:flex}.hero .picture{min-width:0;max-width:480px;animation:hero-float 3.4s var(--ease-sine)infinite;flex:0 480px;justify-content:center;align-self:stretch;align-items:flex-end;display:flex;position:relative}.hero .picture:before{content:"";aspect-ratio:1;width:78%;animation:hero-halo 5.8s var(--ease-sine)infinite;z-index:-1;background-image:radial-gradient(circle,rgba(255,255,255,.55) 0%,rgba(255,255,255,0) 65%);border-radius:50%;position:absolute;bottom:6%;left:50%;transform:translate(-50%)}.hero .picture img{object-fit:contain;object-position:bottom;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:100%;animation:hero-sway 4.6s var(--ease-sine)infinite;transform-origin:50% 100%}@keyframes hero-float{0%{transform:translateY(0)}50%{transform:translateY(-13px)}to{transform:translateY(0)}}@keyframes hero-sway{0%{transform:translate(0)rotate(0)scale(1)}25%{transform:translate(5px)rotate(.6deg)scale(1.015)}50%{transform:translate(0)rotate(0)scale(1.024)}75%{transform:translate(-5px)rotate(-.6deg)scale(1.015)}to{transform:translate(0)rotate(0)scale(1)}}@keyframes hero-halo{0%{opacity:.5;transform:translate(-50%)scale(1)}50%{opacity:.92;transform:translate(-50%)scale(1.1)}to{opacity:.5;transform:translate(-50%)scale(1)}}.hero .stats{z-index:1;width:100%;max-width:var(--content-max);flex-flow:row;flex-shrink:0;align-items:center;gap:max(12px,min(3vw,35px));display:flex;position:relative}.hero .stats .stat{border-radius:var(--radius-card);background-color:var(--surface-color);min-width:0;transition:transform var(--t-base)var(--ease),box-shadow var(--t-base)var(--ease);flex-flow:row;flex:1 0 0;align-items:center;gap:8px;padding:5px 20px 5px 5px;display:flex}.hero .stats .stat:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.hero .stats .stat .value{min-width:var(--stat-box);height:var(--stat-box);border-radius:var(--radius-inner);background-color:var(--white-color);font-size:var(--fs-stat);font-weight:var(--fw-bold);color:var(--ink-color);text-align:center;flex-shrink:0;justify-content:center;align-items:center;padding:6px;display:flex}.hero .stats .stat .label{flex-flow:column;min-width:0;display:flex}.hero .stats .stat .label span{font-size:var(--fs-stat-label);font-weight:var(--fw-semibold);color:var(--muted-color);white-space:nowrap;line-height:1.15}@media only screen and (max-width:1100px){.hero .content{flex-basis:440px}.hero .picture{flex-basis:380px}}@media only screen and (max-width:900px){.hero{justify-content:space-between}.hero .hero-inner{flex-flow:column-reverse;justify-content:center;gap:max(6px,min(2vh,18px))}.hero .content{text-align:center;flex:none;align-items:center;max-width:560px}.hero .content .ctas{justify-content:center;padding:14px 0 0}.hero .picture{flex:auto;align-self:center;width:min(70vw,380px);min-height:0}.hero .stats{flex-flow:row;gap:10px}.hero .stats .stat{flex:1 1 0;gap:6px;padding:5px 10px 5px 5px}}@media only screen and (max-width:760px){.hero .stats{flex-flow:row;gap:8px}.hero .stats .stat{flex:1 1 0;gap:5px;padding:5px 8px 5px 5px}.hero .stats .stat .label span{white-space:normal}}@media only screen and (max-width:460px){.hero .picture{width:min(72vw,250px)}.hero .content .ctas{gap:8px;width:100%}.hero .content .ctas .btn{flex:1 1 0;min-width:0}.hero .stats{gap:6px}.hero .stats .stat{text-align:center;flex-flow:column;justify-content:center;gap:3px;padding:6px 4px}.hero .stats .stat .label{align-items:center}}@media only screen and (max-height:560px) and (max-width:900px){.hero .picture{display:none}}
.nav-bar{top:var(--nav-inset);left:var(--nav-inset);right:var(--nav-inset);z-index:100;height:var(--nav-height);background-color:var(--glass-color);-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-card);box-shadow:var(--shadow-nav);transition:background-color var(--t-base)var(--ease),box-shadow var(--t-base)var(--ease);flex-flow:row;justify-content:space-between;align-items:center;gap:10px;padding:5px 15px 5px 5px;display:flex;position:fixed}.nav-bar.scrolled{box-shadow:var(--shadow-card-hover);background-color:rgba(255,255,255,.85)}.nav-bar .logo{transition:transform var(--t-base)var(--ease);flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.nav-bar .logo:hover{transform:scale(1.06)rotate(-4deg)}.nav-bar .logo:hover .logo-mark{background-color:var(--ink-hover-color);box-shadow:var(--shadow-btn-hover)}.nav-bar .tabs{flex-flow:row;flex:1 0 0;justify-content:center;align-items:center;gap:15px;min-width:0;padding:0 15px;display:flex}.nav-bar .tabs .tab{white-space:nowrap;padding:4px 2px;position:relative}.nav-bar .tabs .tab span{font-size:var(--fs-tab);font-weight:var(--fw-bold);color:var(--ink-color);transition:color var(--t-fast)var(--ease)}.nav-bar .tabs .tab:after{content:"";border-radius:var(--radius-round);background-color:var(--ink-color);width:0;height:2px;transition:width var(--t-base)var(--ease);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-bar .tabs .tab:hover:after{width:100%}.nav-bar .actions{flex-flow:row;flex-shrink:0;align-items:center;display:flex}.nav-bar .actions .contact-me{border:2px solid var(--ink-color);border-radius:var(--radius-round);background-color:var(--ink-color);height:38px;transition:background-color var(--t-base)var(--ease),box-shadow var(--t-base)var(--ease),transform var(--t-base)var(--ease);justify-content:center;align-items:center;padding:0 15px;display:flex}.nav-bar .actions .contact-me span{font-size:var(--fs-btn-sm);font-weight:var(--fw-semibold);color:var(--white-color);white-space:nowrap}.nav-bar .actions .contact-me:hover{background-color:var(--ink-hover-color);border-color:var(--ink-hover-color);box-shadow:var(--shadow-btn-hover);transform:translateY(-2px)}.nav-bar .actions .contact-me:active{transform:translateY(0)}@media only screen and (max-width:760px){.nav-bar .tabs{display:none}}
.projects .cards{gap:var(--grid-gap);grid-template-columns:repeat(3,1fr);align-items:stretch;display:grid}.projects .project-card{background-color:var(--white-color);border-radius:var(--radius-card);box-shadow:var(--shadow-card);transition:transform var(--t-base)var(--ease),box-shadow var(--t-base)var(--ease);flex-flow:column;gap:10px;padding:10px;display:flex;overflow:hidden}.projects .project-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.project-banner,.projects .project-card .banner{background-image:radial-gradient(115.7% 115.7% at 50% 100%,var(--gradient-from-color)0%,var(--gradient-to-color)100%);border-radius:10px;flex-flow:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;height:160px;padding:20px;display:flex;position:relative;overflow:hidden}.project-banner .pattern,.projects .project-card .banner .pattern{pointer-events:none;opacity:.4;background-image:repeating-linear-gradient(to right,var(--pattern-color)0 1px,transparent 1px 40px),repeating-linear-gradient(to bottom,var(--pattern-color)0 1px,transparent 1px 40px);position:absolute;top:0;bottom:0;left:0;right:0}.project-banner .logo,.projects .project-card .banner .logo{object-fit:contain;width:84px;height:84px;transition:transform var(--t-base)var(--ease);margin:-17px 0;position:relative}.projects .project-card:hover .banner .logo{transform:scale(1.09)}.project-banner .names,.projects .project-card .banner .names{text-align:center;flex-flow:column;align-items:center;display:flex;position:relative}.project-banner .names .name,.projects .project-card .banner .names .name{font-size:var(--fs-card-title);font-weight:var(--fw-bold);color:var(--ink-color);line-height:1.25}.project-banner .names .tagline,.projects .project-card .banner .names .tagline{font-size:13px;font-weight:var(--fw-bold);color:var(--muted-color);line-height:1.3}.projects .project-card .body{flex-flow:column;flex:1 0 auto;justify-content:space-between;align-items:center;gap:10px;display:flex}.projects .project-card .body .description{font-size:var(--fs-hero-desc);font-weight:var(--fw-medium);color:var(--muted-color);text-align:center;flex:1 0 auto;padding:0 5px;line-height:1.35}.projects .project-card .body .explore{flex-shrink:0;width:100%}.project-popup{z-index:200;background-color:var(--overlay-color);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity var(--t-popup)var(--ease),visibility var(--t-popup)var(--ease);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.project-popup.open{opacity:1;visibility:visible}.project-popup .panel{background-color:var(--white-color);border-radius:var(--radius-lg);width:min(1120px,100%);height:auto;max-height:min(760px,90vh);box-shadow:var(--shadow-card-hover);opacity:0;transition:opacity var(--t-popup)var(--ease),transform var(--t-popup)var(--ease);outline:none;grid-template:"head info""media info"minmax(0,1fr)/minmax(0,1.35fr) minmax(0,1fr);gap:16px 22px;padding:16px;display:grid;position:relative;transform:scale(.8)}.project-popup.open .panel{opacity:1;transform:scale(1)}.project-popup .head{flex-flow:column;grid-area:head;justify-content:center;gap:12px;display:flex}.project-popup .head .ident{flex-flow:row;align-items:center;gap:12px;display:flex}.project-popup .head .logo{object-fit:contain;flex-shrink:0;width:58px;height:58px}.project-popup .head .titles{flex:auto;min-width:0}.project-popup .head .name{font-size:25px;font-weight:var(--fw-bold);color:var(--ink-color);line-height:1.15}.project-popup .head .tagline{font-size:13px;font-weight:var(--fw-medium);color:var(--muted-color);line-height:1.3}.project-popup .head .status{border-radius:var(--radius-pill);background-color:var(--surface-color);color:var(--muted-color);font-size:11px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0;padding:5px 12px}.project-popup .head .status.live{background-color:var(--ink-color);color:var(--white-color)}.project-popup .head .meta{flex-flow:wrap;align-items:center;gap:8px;display:flex}.project-popup .head .meta .pill{border:1px solid var(--surface-color);border-radius:var(--radius-round);background-color:var(--white-color);font-size:12.5px;font-weight:var(--fw-semibold);color:var(--muted-color);white-space:nowrap;transition:border-color var(--t-base)var(--ease),background-color var(--t-base)var(--ease);align-items:center;padding:7px 14px;display:flex}.project-popup .head .meta .pill.link{border-color:var(--surface-deep-color);padding:0}.project-popup .head .meta .pill.link a{color:var(--ink-color);font-size:inherit;font-weight:inherit;padding:7px 14px}.project-popup .head .meta .pill.link:hover{border-color:var(--ink-color);background-color:var(--surface-color)}.project-popup .body{display:contents}.project-popup .project-media{flex-flow:column;grid-area:media;justify-content:center;gap:12px;min-width:0;min-height:0;display:flex}.project-popup .project-media.empty{border-radius:var(--radius-card);background-color:var(--surface-color);color:var(--muted-color);font-size:var(--fs-note);font-weight:var(--fw-medium);justify-content:center;align-items:center}.project-popup .frame{aspect-ratio:16/10;border-radius:var(--radius-card);background-color:var(--surface-color);width:100%;max-height:100%;position:relative;overflow:hidden}.project-popup .track{transition:transform var(--t-slide)cubic-bezier(.4,0,.2,1);flex-flow:row;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.project-popup .cell{flex:0 0 100%;justify-content:center;align-items:center;min-width:0;display:flex;position:relative;overflow:hidden}.project-popup .cell.mobile,.project-popup .cell.print{background-image:radial-gradient(115.7% 115.7% at 50% 100%,var(--gradient-from-color)0%,var(--gradient-to-color)100%)}.project-popup .cell img{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.project-popup .cell.tall{overscroll-behavior:contain;scrollbar-width:none;align-items:flex-start;overflow-y:auto}.project-popup .cell.tall::-webkit-scrollbar{width:0;height:0}.project-popup .cell.tall img{width:100%;height:auto;max-height:none}.project-popup .scroller{z-index:2;border-radius:var(--radius-round);background-color:var(--scroll-track-color);width:6px;position:absolute;top:8px;bottom:8px;right:8px}.project-popup .scroller .thumb{border-radius:var(--radius-round);background-color:var(--scroll-thumb-color);cursor:grab;width:100%;transition:background-color var(--t-fast)var(--ease);position:absolute;top:0;left:0}.project-popup .scroller .thumb:hover,.project-popup .scroller .thumb:active{background-color:var(--ink-color)}.project-popup .scroller .thumb:active{cursor:grabbing}.project-popup .pan-hint{z-index:2;border-radius:var(--radius-pill);color:var(--white-color);font-size:11px;font-weight:var(--fw-medium);pointer-events:none;opacity:.85;transition:background-color var(--t-base)var(--ease);background-color:rgba(26,37,64,.72);padding:5px 10px;position:absolute;bottom:10px;right:22px}.project-popup .pan-hint.paused{background-color:rgba(89,103,127,.8)}.project-popup .shot-bar{flex-flow:row;flex-shrink:0;align-items:center;gap:10px;display:flex}.project-popup .shot-bar .step{border-radius:var(--radius-round);background-color:var(--surface-color);width:40px;height:40px;color:var(--ink-color);transition:background-color var(--t-base)var(--ease),transform var(--t-base)var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}.project-popup .shot-bar .step svg{width:18px;height:18px}.project-popup .shot-bar .step:hover:not(:disabled){background-color:var(--surface-deep-color)}.project-popup .shot-bar .step:disabled{opacity:.35;cursor:default}.project-popup .capsule{border-radius:var(--radius-round);background-color:var(--surface-color);flex-flow:column;flex:1 1 0;justify-content:center;align-items:center;gap:6px;min-width:0;padding:10px 18px;display:flex}.project-popup .capsule .label{max-width:100%;font-size:var(--fs-card-body);font-weight:var(--fw-semibold);color:var(--ink-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.project-popup .capsule .dots{align-items:center;gap:5px;display:flex}.project-popup .capsule .dot{width:6px;height:6px;transition:width var(--t-fast)var(--ease),background-color var(--t-fast)var(--ease),border-radius var(--t-fast)var(--ease);background-color:rgba(89,103,127,.25);border-radius:50%}.project-popup .capsule .dot.on{border-radius:var(--radius-round);background-color:var(--muted-color);width:18px}.project-popup .info{flex-flow:column;grid-area:info;justify-content:safe center;gap:26px;min-width:0;min-height:0;padding-bottom:26px;padding-right:6px;display:flex;overflow-y:auto}.project-popup .info .block h4{font-size:15px;font-weight:var(--fw-bold);color:var(--ink-color);letter-spacing:.2px;margin-bottom:16px;padding-bottom:9px;line-height:1.2;display:block;position:relative}.project-popup .info .block h4:after{content:"";border-radius:var(--radius-round);background-color:var(--muted-color);width:30px;height:3px;position:absolute;bottom:0;left:0}.project-popup .info .block:first-child h4{padding-right:40px}.project-popup .info .summary{font-size:var(--fs-card-body);font-weight:var(--fw-regular);color:var(--muted-color);line-height:22px}.project-popup .info .highlights{flex-flow:column;gap:7px;display:flex}.project-popup .info .highlights li{font-size:13.5px;font-weight:var(--fw-regular);color:var(--ink-color);flex-flow:row;align-items:flex-start;gap:9px;line-height:20px;display:flex}.project-popup .info .highlights .dot{background-color:var(--muted-color);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:8px}.project-popup .info .stack{flex-flow:wrap;gap:6px;display:flex}.project-popup .info .stack .chip{border-radius:var(--radius-pill);background-color:var(--surface-color);font-size:12px;font-weight:var(--fw-medium);color:var(--ink-color);padding:6px 12px}.project-popup .panel .close{z-index:3;border-radius:var(--radius-round);background-color:var(--surface-color);width:34px;height:34px;color:var(--ink-color);transition:background-color var(--t-base)var(--ease),transform var(--t-base)var(--ease);justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}.project-popup .panel .close:hover{background-color:var(--surface-deep-color);transform:rotate(90deg)}.project-popup .panel .close svg{width:18px;height:18px}@media only screen and (max-width:1100px){.projects .cards{grid-template-columns:repeat(2,1fr);max-width:720px}}@media only screen and (max-width:760px){.projects .cards{grid-template-columns:1fr;max-width:420px}}@media only screen and (max-width:940px){.project-popup{padding:14px}.project-popup .panel{grid-template:"head""body"minmax(0,1fr)/minmax(0,1fr);gap:14px;max-height:min(860px,94vh)}.project-popup .body{flex-flow:column;grid-area:body;gap:16px;min-height:0;padding-right:6px;display:flex;overflow-y:auto}.project-popup .info{justify-content:flex-start;padding-right:0;overflow:visible}.project-popup .project-media{flex-shrink:0}.project-popup .head{padding-right:44px}}@media only screen and (max-width:620px){.project-popup{padding:10px}.project-popup .panel{border-radius:var(--radius-card);gap:12px;max-height:95vh;padding:12px}.project-popup .head{gap:10px;padding-right:40px}.project-popup .head .ident{gap:10px}.project-popup .head .logo{width:46px;height:46px}.project-popup .head .name{font-size:20px}.project-popup .head .tagline{font-size:12px}.project-popup .head .meta .pill,.project-popup .head .meta .pill.link a{padding:6px 11px;font-size:11.5px}.project-popup .shot-bar .step{width:34px;height:34px}.project-popup .capsule{padding:8px 14px}.project-popup .capsule .label{font-size:12.5px}}
.services{background-color:var(--white-color)}.services .cards{gap:var(--grid-gap);grid-template-columns:repeat(3,1fr);align-items:stretch;display:grid}.services .service-card{background-color:var(--white-color);border:1px solid var(--surface-color);border-radius:var(--radius-card);box-shadow:var(--shadow-card);transition:transform var(--t-base)var(--ease),box-shadow var(--t-base)var(--ease),border-color var(--t-base)var(--ease);flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:10px;padding:15px;display:flex}.services .service-card:hover{border-color:var(--surface-deep-color);box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.services .service-card .head{flex-flow:row;justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}.services .service-card .head .icon{object-fit:cover;width:56px;height:56px;transition:transform var(--t-base)var(--ease);flex-shrink:0}.services .service-card:hover .head .icon{transform:scale(1.08)}.services .service-card .head .text{flex-flow:column;gap:2px;min-width:0;display:flex}.services .service-card .head .text .title{font-size:var(--fs-card-title);font-weight:var(--fw-bold);color:var(--black-color);line-height:1.2}.services .service-card .head .text .subtitle{font-size:var(--fs-card-subtitle);font-weight:var(--fw-regular);color:var(--muted-color);line-height:var(--lh-tight)}.services .service-card .divider{border-radius:var(--radius-tiny);background-color:var(--surface-color);flex-shrink:0;width:100%;height:1px}.services .service-card .features{flex-flow:column;align-items:flex-start;width:100%;display:flex}.services .service-card .features li{flex-flow:row;align-items:center;gap:4px;width:100%;display:flex}.services .service-card .features li img{object-fit:cover;flex-shrink:0;width:30px;height:30px}.services .service-card .features li span{font-size:var(--fs-card-body);font-weight:var(--fw-medium);color:var(--ink-color);line-height:var(--lh-tight)}@media only screen and (max-width:900px){.services .cards{grid-template-columns:1fr;max-width:560px}}@media only screen and (max-width:460px){.services .service-card{padding:12px}.services .service-card .head .icon{width:46px;height:46px}.services .service-card .features li img{width:26px;height:26px}}
.tech-stack{background-color:var(--white-color)}.tech-stack .grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}.tech-stack .aos-item.wide{grid-column:1/-1}.tech-stack .stack-card{background-color:var(--surface-color);border-radius:var(--radius-card);transition:transform var(--t-base)var(--ease),border-color var(--t-base)var(--ease),box-shadow var(--t-base)var(--ease);border:1px solid transparent;flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:10px;padding:15px;display:flex}.tech-stack .stack-card:hover{border-color:var(--surface-deep-color);box-shadow:var(--shadow-card);transform:translateY(-4px)}.tech-stack .stack-card .head{flex-flow:row;align-items:center;gap:5px;display:flex}.tech-stack .stack-card .head .badge{background-color:var(--ink-color);width:36px;height:36px;font-size:16px;font-weight:var(--fw-bold);color:var(--white-color);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;padding-top:3px;display:flex}.tech-stack .stack-card .head .title{font-size:18px;font-weight:var(--fw-bold);color:var(--ink-color);line-height:1.2}.tech-stack .stack-card .items{flex-flow:wrap;place-content:flex-start;align-items:flex-start;gap:8px;width:100%;display:flex}.tech-stack .stack-card .chip{border-radius:var(--radius-pill);background-color:var(--white-color);font-size:13px;font-weight:var(--fw-medium);color:var(--ink-color);white-space:nowrap;transition:transform var(--t-fast)var(--ease);align-items:center;padding:8px 14px;display:flex}.tech-stack .stack-card .chip:hover{transform:translateY(-2px)}.tech-stack .stack-card.wide{align-items:center}.tech-stack .stack-card.wide .items{justify-content:center}@media only screen and (max-width:1000px){.tech-stack .grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:700px){.tech-stack .grid{grid-template-columns:1fr;max-width:460px}.tech-stack .stack-card,.tech-stack .stack-card.wide{align-items:flex-start}.tech-stack .stack-card.wide .items{justify-content:flex-start}}@media only screen and (max-width:460px){.tech-stack .stack-card{padding:12px}.tech-stack .stack-card .chip{white-space:normal;padding:7px 12px;font-size:12px}}
.testimonials{background-color:var(--white-color)}.testimonials .carousel{border-radius:var(--radius-card);flex-flow:column;align-items:flex-start;gap:38px;display:flex}.testimonials .progress{background-color:var(--surface-color);border-radius:2px;width:100%;height:3px;display:flex;overflow:hidden}.testimonials .progress .fill{background-color:var(--ink-color);height:100%;animation:testimonial-fill var(--t-progress)var(--ease-sine)infinite alternate;border-radius:2px;display:block}.testimonials .progress.bottom{justify-content:flex-end}@keyframes testimonial-fill{0%{width:0%}to{width:var(--progress-reach)}}.testimonials .quote{flex-flow:row;align-items:flex-start;gap:28px;width:100%;display:flex}.testimonials .quote .mark{font-size:130px;font-weight:var(--fw-bold);color:var(--muted-color);opacity:.28;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;line-height:.8}.testimonials .quote .mark.close{align-self:flex-end;transform:rotate(180deg)}.testimonials .quote .swap{flex:auto}.testimonials .quote-body{flex-flow:column;align-items:flex-start;gap:14px;min-width:0;display:flex}.testimonials .quote .text{-webkit-line-clamp:3;line-clamp:3;min-width:0;font-size:30px;font-weight:var(--fw-medium);color:var(--ink-color);-webkit-box-orient:vertical;line-height:44px;display:-webkit-box;overflow:hidden}.testimonials .quote .more{border-radius:var(--radius-pill);background-color:var(--surface-color);font-size:13px;font-weight:var(--fw-medium);color:var(--muted-color);transition:background-color var(--t-fast)var(--ease),color var(--t-fast)var(--ease);flex-shrink:0;padding:7px 16px;line-height:1}.testimonials .quote button.more:hover:not(.ghost){background-color:var(--surface-deep-color);color:var(--ink-color)}.testimonials .quote .more.ghost{visibility:hidden;pointer-events:none}.testimonials .foot{flex-flow:column;gap:10px;width:100%;display:flex}.testimonials .author-row{flex-flow:row;justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.testimonials .author{flex-flow:row;align-items:center;gap:7px;min-width:0;display:flex}.testimonials .author .avatar{background-color:var(--ink-color);width:56px;height:56px;font-size:16px;font-weight:var(--fw-bold);color:var(--white-color);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.testimonials .author .who{flex-flow:column;gap:3px;min-width:0;display:flex}.testimonials .author .who .name{font-size:20px;font-weight:var(--fw-bold);color:var(--ink-color);line-height:1.2}.testimonials .author .who .role{font-size:15px;font-weight:var(--fw-regular);color:var(--muted-color);letter-spacing:.6px;text-transform:uppercase;line-height:1.2}.testimonials .swap{min-width:0;display:grid}.testimonials .swap>*{grid-area:1/1}.testimonials .author-swap{min-width:0}.testimonials .entering{animation:testimonial-in var(--t-fade)var(--ease)both}.testimonials .entering.staggered{animation-delay:var(--t-fade-delay)}.testimonials .leaving{animation:testimonial-out var(--t-fade)var(--ease)both;pointer-events:none}@keyframes testimonial-in{0%{opacity:0}to{opacity:1}}@keyframes testimonial-out{0%{opacity:1}to{opacity:0}}.testimonials .controls{flex-flow:row;flex-shrink:0;align-items:center;gap:10px;display:flex}.testimonials .nav{border-radius:var(--radius-inner);width:50px;height:50px;transition:background-color var(--t-base)var(--ease),border-color var(--t-base)var(--ease),transform var(--t-base)var(--ease);border:2px solid transparent;justify-content:center;align-items:center;display:flex}.testimonials .nav img{width:18px;height:16px}.testimonials .nav.next img{transform:scaleX(-1)}.testimonials .nav:focus{outline:none}.testimonials .nav:focus-visible{outline:2px solid var(--ink-color);outline-offset:2px}.testimonials .nav.prev{color:var(--ink-color);background-color:transparent}.testimonials .nav.prev:hover{background-color:var(--surface-color);transform:translate(-3px)}.testimonials .nav.next{background-color:var(--ink-color);border-color:var(--ink-color);color:var(--white-color)}.testimonials .nav.next:hover{background-color:var(--ink-hover-color);border-color:var(--ink-hover-color);transform:translate(3px)}@media only screen and (max-width:900px){.testimonials .carousel{gap:26px}.testimonials .quote{gap:14px}.testimonials .quote .mark{font-size:84px}.testimonials .quote .text{font-size:22px;line-height:34px}}@media only screen and (max-width:620px){.testimonials .quote .mark{font-size:60px}.testimonials .quote .text{font-size:17px;line-height:27px}.testimonials .author .avatar{border-radius:11px;width:44px;height:44px;font-size:14px}.testimonials .author .who .name{font-size:16px}.testimonials .author .who .role{font-size:12px}.testimonials .nav{width:40px;height:40px}.testimonials .nav img{width:15px;height:13px}}.testimonials .quote-popup{z-index:100;background-color:var(--overlay-color);opacity:0;pointer-events:none;transition:opacity var(--t-popup)var(--ease);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.testimonials .quote-popup.open{opacity:1;pointer-events:auto}.testimonials .quote-popup .panel{overscroll-behavior:contain;background-color:var(--white-color);border-radius:var(--radius-lg);width:min(760px,100%);max-height:min(680px,88vh);box-shadow:var(--shadow-card-hover);opacity:0;transition:opacity var(--t-popup)var(--ease),transform var(--t-popup)var(--ease);flex-flow:column;align-items:flex-start;gap:22px;padding:32px;display:flex;position:relative;overflow-y:auto;transform:scale(.8)}.testimonials .quote-popup.open .panel{opacity:1;transform:scale(1)}.testimonials .quote-popup button.close{border-radius:var(--radius-round);background-color:var(--surface-color);width:38px;height:38px;color:var(--ink-color);transition:background-color var(--t-fast)var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.testimonials .quote-popup button.close:hover{background-color:var(--surface-deep-color)}.testimonials .quote-popup button.close svg{width:18px;height:18px}.testimonials .quote-popup .quote{gap:20px}.testimonials .quote-popup .quote .mark{font-size:88px}.testimonials .quote-popup .full{min-width:0;font-size:20px;font-weight:var(--fw-medium);color:var(--ink-color);flex:auto;line-height:34px}.testimonials .quote-popup .author{border-top:1px solid var(--surface-color);width:100%;padding-top:4px}@media only screen and (max-width:760px){.testimonials .quote-popup{padding:16px}.testimonials .quote-popup .panel{gap:16px;padding:24px 20px}.testimonials .quote-popup .quote{gap:12px}.testimonials .quote-popup .quote .mark{font-size:58px}.testimonials .quote-popup .full{font-size:16px;line-height:27px}.testimonials .quote-popup .full:before{content:"";float:right;width:48px;height:36px}}@media only screen and (max-width:460px){.testimonials .quote-popup .quote{gap:8px}.testimonials .quote-popup .quote .mark{font-size:44px}.testimonials .quote-popup .full{font-size:15px;line-height:25px}}
