.site-header{position:fixed;top:0;left:0;right:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000b3;border-bottom:1px solid rgba(255,255,255,.08);transition:transform .22s ease,opacity .22s ease}.site-header.site-header--hidden{transform:translateY(-100%);opacity:.02;pointer-events:none}.site-header.site-header--menu-open{transform:none;opacity:1;pointer-events:auto}.site-header__menu-toggle,.site-header__backdrop,.site-header__nav-top,.site-header__nav-profile{display:none}.site-header{--header-control-size: 48px;--header-control-icon: 24px}.site-header__menu-bars,.site-header__nav-close svg,.site-header__nav-profile-link svg{flex-shrink:0}.site-header__menu-bars{position:relative;display:block;width:var(--header-control-icon);height:16px}.site-header__menu-bars span{position:absolute;left:0;width:100%;height:2px;border-radius:999px;background:currentColor;transition:transform .26s ease,opacity .18s ease,top .26s ease}.site-header__menu-bars span:nth-child(1){top:0}.site-header__menu-bars span:nth-child(2){top:7px}.site-header__menu-bars span:nth-child(3){top:14px}.site-header--menu-open .site-header__menu-bars span:nth-child(1){top:7px;transform:rotate(45deg)}.site-header--menu-open .site-header__menu-bars span:nth-child(2){opacity:0}.site-header--menu-open .site-header__menu-bars span:nth-child(3){top:7px;transform:rotate(-45deg)}.site-header__content{width:min(1240px,100%);margin:0 auto;padding:1rem 4vw;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-header__brand{display:inline-flex;align-items:center;gap:.6rem;font-size:clamp(1rem,1.1vw,1.2rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;text-decoration:none}.site-header__brand-logo{width:34px;height:34px;border-radius:999px;object-fit:cover;flex:0 0 auto}.site-header__brand-text{display:inline-flex;align-items:center;gap:.22rem;white-space:nowrap}.site-header__brand-accent{color:#c26b1b}.site-header__nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(.45rem,.85vw,1rem);flex-wrap:nowrap;flex:1 1 auto;min-width:0}.site-header__nav a{color:#ffffffd1;text-decoration:none;font-size:clamp(.84rem,.92vw,1.02rem);letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;transition:color .15s ease}.site-header__nav a:hover,.site-header__nav a:focus-visible{color:#c26b1b}.site-header__nav a{position:relative}.site-header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:-.4rem;height:2px;border-radius:999px;background:#c26b1bd9;transform:scaleX(0);transform-origin:left center;transition:transform .24s ease}.site-header__nav a:hover:after,.site-header__nav a:focus-visible:after{transform:scaleX(1)}@media(max-width:1280px){.site-header__content{padding:.9rem 2.8vw;gap:.85rem}.site-header__brand{letter-spacing:.06em}.site-header__nav a{font-size:clamp(.8rem,.84vw,.94rem)}}@media(max-width:1080px){.site-header__content{padding:.82rem 2.4vw;gap:.7rem}.site-header__brand{font-size:.9rem;letter-spacing:.04em}.site-header__brand-logo{width:30px;height:30px}.site-header__nav a{font-size:.78rem;letter-spacing:.015em}}@media(max-width:920px){.site-header{backdrop-filter:none;-webkit-backdrop-filter:none}.site-header__content{flex-direction:row;align-items:center;justify-content:space-between;gap:.85rem;min-height:auto;padding:.72rem 5vw}.site-header__menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:var(--header-control-size);height:var(--header-control-size);margin-right:-6px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#ffffff0a;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .16s ease,border-color .16s ease}.site-header__menu-toggle:hover,.site-header__menu-toggle:focus-visible{background:#c26b1b29;border-color:#c26b1bb3}.site-header__nav{--drawer-ink: rgba(255, 255, 255, .85);--drawer-ink-strong: #ffffff;--drawer-hover-bg: rgba(255, 255, 255, .06);--drawer-title: rgba(255, 255, 255, .4);--drawer-divider: rgba(255, 255, 255, .12);--drawer-control-border: rgba(255, 255, 255, .16);--drawer-control-bg: rgba(255, 255, 255, .04);position:fixed;top:0;right:0;bottom:0;z-index:2;width:min(320px,82vw);flex-direction:column;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;gap:.15rem;padding:calc(env(safe-area-inset-top,0px) + 1.3rem) 1.5rem calc(env(safe-area-inset-bottom,0px) + 1.5rem);background:linear-gradient(180deg,#0b0d12,#06080c);border-left:1px solid rgba(255,255,255,.1);box-shadow:-24px 0 60px #00000080;transform:translate(100%);transition:transform .34s cubic-bezier(.4,0,.2,1);overflow-y:auto;overscroll-behavior:contain}.site-header--menu-open .site-header__nav{transform:translate(0)}.site-header__nav-top{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin:0 0 .9rem}.site-header__nav-title{display:block;margin-left:.9rem;font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--drawer-title)}.site-header__nav-close{display:inline-flex;align-items:center;justify-content:center;width:var(--header-control-size);height:var(--header-control-size);flex:0 0 auto;border:1px solid var(--drawer-control-border);border-radius:12px;background:var(--drawer-control-bg);color:var(--drawer-ink-strong);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .16s ease,border-color .16s ease}.site-header__nav-close svg{width:var(--header-control-icon);height:var(--header-control-icon)}.site-header__nav-close:hover,.site-header__nav-close:focus-visible{background:var(--drawer-hover-bg)}.site-header__nav a{position:relative;display:flex;align-items:center;min-height:48px;padding:.5rem .6rem .5rem 1rem;font-size:1.02rem;letter-spacing:.03em;text-transform:uppercase;color:var(--drawer-ink);border-radius:10px;white-space:nowrap}.site-header__nav a:after{display:none}.site-header__nav a:hover,.site-header__nav a:focus-visible{color:var(--drawer-ink-strong);background:var(--drawer-hover-bg)}.site-header__nav-profile{display:flex;flex-direction:column;gap:.9rem;margin-top:auto;padding-top:1.2rem;border-top:1px solid var(--drawer-divider)}.site-header__nav-profile-row{display:flex;align-items:center;gap:.8rem}.site-header__nav-profile-logo{width:46px;height:46px;border-radius:999px;object-fit:cover;flex:0 0 auto}.site-header__nav-profile-text{min-width:0}.site-header__nav-profile-name{margin:0;font-size:.95rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--drawer-ink-strong)}.site-header__nav-profile-tagline{margin:.2rem 0 0;font-size:.85rem;line-height:1.45;color:var(--drawer-title)}.site-header__nav-profile-links{display:flex;gap:.6rem}.site-header__nav-profile-link{display:inline-flex;align-items:center;justify-content:center;width:var(--header-control-size);height:var(--header-control-size);border:1px solid var(--drawer-control-border);border-radius:12px;background:var(--drawer-control-bg);color:var(--drawer-ink);transition:background .16s ease,border-color .16s ease,color .16s ease}.site-header__nav-profile-link svg{display:block;width:var(--header-control-icon);height:var(--header-control-icon)}.site-header__nav-profile-link:hover,.site-header__nav-profile-link:focus-visible{background:var(--drawer-hover-bg);color:var(--drawer-ink-strong)}.site-header--menu-open .site-header__nav a{animation:headerNavItemIn .42s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.11s + var(--nav-index, 0) * 52ms)}.site-header__backdrop{display:block;position:fixed;inset:0;z-index:1;margin:0;padding:0;border:0;touch-action:none;background:#04060a8c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;pointer-events:none;cursor:pointer;transition:opacity .3s ease}.site-header--menu-open .site-header__backdrop{opacity:1;pointer-events:auto}}@keyframes headerNavItemIn{0%{transform:translate(18px)}to{transform:translate(0)}}@media(max-width:520px){.site-header__brand-logo{width:30px;height:30px}.site-header__content{padding:.8rem 6vw}.site-header__nav a{font-size:1rem}}.site-footer{padding:4rem 6vw 2.2rem;background:transparent;color:#fff;border-top:1px solid rgba(255,255,255,.08)}.site-footer__content{width:min(1100px,100%);margin:0 auto;display:grid;gap:.8rem}.site-footer__title{font-size:clamp(1.35rem,2vw,1.7rem);margin:0;text-transform:uppercase;letter-spacing:.07em;color:#c26b1b}.site-footer__text{margin:0;color:#ffffffb8;max-width:520px}.site-footer__to-top{display:inline-flex;width:fit-content;margin-top:.3rem;border:1px solid rgba(194,107,27,.85);border-radius:999px;padding:.4rem .9rem;color:#ffffffe6;text-decoration:none;transition:border-color .15s ease,background .15s ease,color .15s ease}.site-footer__to-top:hover,.site-footer__to-top:focus-visible{border-color:#c26b1b;background:#c26b1b1f;color:#fff}.site-footer__bottom{width:min(1100px,100%);margin:2rem auto 0;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.08);color:#ffffff8c;font-size:.9rem}@media(min-width:901px){footer.site-footer,.theme-light footer.site-footer.site-footer--light{background:linear-gradient(180deg,var(--duo-strong-lo) 0%,var(--duo-strong-lo) 100%) right / 53% 100% no-repeat,linear-gradient(180deg,var(--duo-soft-lo) 0%,var(--duo-soft-lo) 100%);border-top:none;color:var(--duo-meta-on-soft)}footer.site-footer .site-footer__title,.theme-light footer.site-footer .site-footer__title{color:var(--duo-kicker-on-soft)}footer.site-footer .site-footer__text,.theme-light footer.site-footer .site-footer__text{color:var(--duo-text-on-soft);max-width:26rem}footer.site-footer .site-footer__to-top,.theme-light footer.site-footer .site-footer__to-top{border-color:color-mix(in srgb,var(--duo-kicker-on-soft) 55%,transparent);background:color-mix(in srgb,var(--duo-kicker-on-soft) 9%,transparent);color:var(--duo-kicker-on-soft)}footer.site-footer .site-footer__to-top:hover,footer.site-footer .site-footer__to-top:focus-visible,.theme-light footer.site-footer .site-footer__to-top:hover,.theme-light footer.site-footer .site-footer__to-top:focus-visible{border-color:color-mix(in srgb,var(--duo-kicker-on-soft) 90%,transparent);background:color-mix(in srgb,var(--duo-kicker-on-soft) 16%,transparent);color:var(--duo-kicker-on-soft)}footer.site-footer .site-footer__bottom,.theme-light footer.site-footer .site-footer__bottom{border-top-color:color-mix(in srgb,var(--duo-kicker-on-soft) 22%,transparent);color:var(--duo-text-on-soft)}}.hero{min-height:60vh;padding:5rem 6vw;display:block;background:#000;color:#fff;padding-bottom:7rem;overflow:hidden;position:relative}.hero__atmosphere{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:0;transition:opacity .9s ease}.hero__atmosphere[data-webgl=on]{opacity:1}.hero__content{width:min(1240px,100%);position:relative;z-index:1}@media(min-width:1200px){.hero__content{width:100%}}.hero__headline{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;justify-content:flex-start}.hero__topbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:.7rem;gap:1.5rem;width:100%}.hero__language-float{display:flex;flex-direction:row;align-items:center;gap:.45rem;margin-left:auto;flex:0 0 auto;min-width:0;z-index:2}.hero__identity{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;flex:1 1 520px;min-width:0}.hero__socials{display:inline-flex;align-items:center;gap:.6rem;flex:0 0 auto}.hero__linkedin{flex:0 0 auto}.hero__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid rgba(194,107,27,.85);box-shadow:0 12px 28px #00000073}.hero__linkedin{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;border:1px solid rgba(194,107,27,.9);background:#ffffff0f;box-shadow:0 6px 16px #00000059;transition:border-color .15s ease,background .15s ease,transform .15s ease}.hero__linkedin:hover,.hero__linkedin:focus-visible{border-color:#c26b1bcc;background:#c26b1b1f;transform:translateY(-1px)}.hero__linkedin-icon{width:30px;height:30px;display:block}.language-switcher{display:flex;align-items:center;gap:.4rem;padding:.25rem;height:36px;border-radius:999px;border:1px solid rgba(194,107,27,.55);background:#ffffff0a}.language-switcher__button{border:0;border-radius:999px;padding:.25rem .65rem;min-width:42px;height:26px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;background:transparent;color:#ffffffbf;cursor:pointer;transition:color .15s ease,background .15s ease}.language-switcher__button:hover,.language-switcher__button:focus-visible{color:#fff}.language-switcher__button.is-active{background:#c26b1b33;color:#c26b1b}.theme-switcher{display:flex;align-items:center;gap:.4rem;padding:.25rem;height:36px;border-radius:999px;border:1px solid rgba(194,107,27,.55);background:#ffffff0a}.theme-switcher__button{border:0;border-radius:999px;padding:.25rem .65rem;min-width:56px;height:26px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;background:transparent;color:#ffffffbf;cursor:pointer;transition:color .15s ease,background .15s ease}.theme-switcher__button:hover,.theme-switcher__button:focus-visible{color:#fff}.theme-switcher__button.is-active{background:#c26b1b33;color:#c26b1b}.hero__tour-button{--tour-pulse: 194, 107, 27;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0a;color:#ffffff8c;font-family:inherit;font-size:.95rem;font-weight:700;line-height:1;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.hero__tour-button.is-tour-on{border-color:rgba(var(--tour-pulse),.85);color:#fff;background:rgba(var(--tour-pulse),.18);animation:heroTourPulse 2.4s ease-out infinite}.hero__tour-button:hover,.hero__tour-button:focus-visible{color:#fff;background:rgba(var(--tour-pulse),.2);border-color:rgba(var(--tour-pulse),.9)}@keyframes heroTourPulse{0%{box-shadow:0 0 rgba(var(--tour-pulse),.55)}70%{box-shadow:0 0 0 9px rgba(var(--tour-pulse),0)}to{box-shadow:0 0 rgba(var(--tour-pulse),0)}}@media(max-width:520px){.hero__language-float{margin-left:0;width:100%;justify-content:flex-start;flex-wrap:wrap;gap:.35rem}.language-switcher,.theme-switcher{padding:.2rem;gap:.3rem}.language-switcher__button,.theme-switcher__button{font-size:.68rem;letter-spacing:.05em}}@media(max-width:900px){.hero__topbar{flex-direction:column;align-items:flex-start;gap:.8rem}.hero__language-float{margin-left:0;width:100%;justify-content:flex-start}.hero__identity{flex:1 1 auto}}.hero__actions{display:inline-flex;align-items:center;gap:.8rem;flex-wrap:wrap}.hero__since{display:inline-flex;align-items:center;gap:.45rem;align-self:flex-start;margin-top:.1rem;padding:.32rem .8rem;border-radius:999px;font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#e0954f;border:1px solid rgba(194,107,27,.6);background:#c26b1b1f}.hero__since-dot{width:7px;height:7px;border-radius:50%;background:#c26b1b;box-shadow:0 0 #c26b1b99;animation:heroSincePulse 2.4s ease-out infinite}@keyframes heroSincePulse{0%{box-shadow:0 0 #c26b1b8c}70%{box-shadow:0 0 0 7px #c26b1b00}to{box-shadow:0 0 #c26b1b00}}@media(prefers-reduced-motion:reduce){.hero__since-dot{animation:none}}.hero__title{font-size:clamp(2.4rem,5vw,4.4rem);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.hero__subtitle{margin-top:.8rem;max-width:680px;line-height:1.6;font-size:1.15rem;color:#ffffffc7}.hero__subtitle--type{position:relative}.hero__subtitle-ghost{display:block;visibility:hidden}.hero__subtitle-typing{position:absolute;inset:0;display:block;overflow:hidden;color:#ffffffc7}.hero__subtitle--type-primary .hero__subtitle-typing{width:max-content;max-width:100%;white-space:nowrap}.hero__subtitle--type-secondary .hero__subtitle-typing{width:100%;white-space:normal}.hero__button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 1.2rem;border-radius:10px;border:1px solid rgba(194,107,27,.9);background:transparent;color:#fff;text-decoration:none;font-weight:600;letter-spacing:.04em;min-width:170px;height:42px;transition:border-color .15s ease,background .15s ease,transform .15s ease}.hero__button:hover,.hero__button:focus-visible{border-color:#c26b1b;background:#c26b1b26;transform:translateY(-1px)}.hero__button-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.hero__prompt{letter-spacing:.18em;text-transform:uppercase;font-weight:600;font-size:clamp(1rem,1.6vw,1.3rem);color:#c26b1ba6;text-shadow:0 0 18px rgba(0,0,0,.85)}.hero__prompt--overlay{position:absolute;left:50%;top:5.5%;transform:translate(-50%);margin:0;padding:.35rem .8rem;border:1px solid rgba(194,107,27,.55);border-radius:999px;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1;pointer-events:none;box-shadow:0 0 14px #c26b1b38;overflow:hidden;display:inline-block}.hero__prompt-size{display:inline-block;white-space:nowrap;opacity:0}.hero__prompt-track{position:absolute;left:.8rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;white-space:nowrap;animation:heroPromptCarousel 7s linear infinite;will-change:transform}.hero__prompt-item{display:inline-block;padding-right:2rem}@keyframes heroPromptCarousel{0%{transform:translateY(-50%)}to{transform:translate(-50%,-50%)}}.hero__subtitle-typing.is-cursor-active{padding-right:0}.hero__type-cursor{display:inline-block;margin-left:.08em;color:#c26b1bf2;opacity:1;animation:heroTypeCaret 1s step-end infinite}@keyframes heroTypeCaret{0%,49%{opacity:1}50%,to{opacity:0}}.hero__accent{color:#c26b1b}.hero__image{display:block;width:100%;margin-bottom:2.8rem;height:auto;max-height:58vh;object-fit:contain}.hero__image-wrap{position:relative;width:min(88vw,700px);margin:-.45rem auto 0;background:#000}.hero__image-wrap:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.98),transparent 60%),linear-gradient(0deg,rgba(0,0,0,.9),transparent 25%),linear-gradient(90deg,rgba(0,0,0,.9),transparent 20%),linear-gradient(270deg,rgba(0,0,0,.9),transparent 20%);pointer-events:none}.hero__image-wrap:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 18%,rgba(0,0,0,.96) 0,rgba(0,0,0,.85) 35%,transparent 60%);pointer-events:none}.hero__hotspot{position:absolute;display:block;width:28%;height:28%;border-radius:999px;background:transparent;opacity:1;cursor:pointer;z-index:2}.hero__hotspot:after{content:attr(data-label);position:absolute;left:50%;top:-2.2rem;transform:translate(-50%);padding:.35rem .7rem;border-radius:999px;background:#0000008c;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;opacity:1;transition:background .15s ease,color .15s ease,border-color .15s ease;pointer-events:none}.hero__hotspot:hover:after{background:#c26b1b40;color:#c26b1b;border-color:#c26b1bf2}.hero__hotspot:focus-visible:after{background:#c26b1b40;color:#c26b1b;border-color:#c26b1bf2}.hero__hotspot--red{left:8%;top:62%}.hero__hotspot--blue{right:8%;top:62%}@media(max-width:1024px){.hero{padding:4.5rem 6vw 6rem}.hero__image-wrap{width:min(94vw,680px)}.hero__prompt--overlay{top:8%}.hero__headline{flex-wrap:wrap;justify-content:flex-start}.hero__links{margin-left:0}}@media(max-width:900px){.hero__image-wrap{width:100%;margin-top:2rem}.hero__image{max-height:55vh}}@media(max-width:700px){.hero__avatar{width:80px;height:80px}.hero__identity{gap:.8rem}.hero__title{font-size:clamp(2.05rem,7.6vw,3rem)}.hero{padding:4rem 6vw 5rem}.hero__title{letter-spacing:.04em}.hero__subtitle{font-size:1.02rem}.hero__actions{width:100%}.hero__button{width:100%;min-width:0;justify-content:center}.hero__linkedin{width:44px;height:44px}.hero__linkedin-icon{width:24px;height:24px}.language-switcher,.theme-switcher{height:40px}.language-switcher__button,.theme-switcher__button{height:30px}.hero__tour-button{width:42px;height:42px}.hero__prompt--overlay{top:10%;font-size:.78rem}.hero__hotspot{width:34%;height:34%}.hero__hotspot--red{left:4%;top:66%}.hero__hotspot--blue{right:4%;top:66%}.hero__image{max-height:50vh}}@media(max-width:420px){.hero{padding:3.5rem 6vw 4.5rem}.hero__prompt--overlay{top:12%;padding:.25rem .6rem}.hero__image{max-height:45vh}}.skills{padding:clamp(6.5rem,10vh,8.5rem) 6vw;min-height:100vh;background:transparent;color:#fff;display:flex;align-items:flex-start}.skills+.skills{margin-top:0}#soft-skills{min-height:auto;padding-top:6rem;padding-bottom:6rem}.skills__content{width:min(1240px,100%);max-width:1240px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.skills .section-title-row{justify-content:center}.skills__title{font-size:clamp(2.1rem,3.4vw,3.1rem);text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#c26b1b}.skills__subtitle{margin-top:.6rem;color:#ffffffc7;line-height:1.6;font-size:1.12rem;max-width:760px}.skills__card{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.4rem 1.6rem;background:#ffffff05;width:min(900px,100%)}.skills__card ul{margin:0;padding-left:1.1rem;line-height:1.75;font-size:1.02rem;color:#ffffffd1;text-align:left}.skills__card--groups{--skills-divider: rgba(255, 255, 255, .12);width:100%;display:grid;grid-template-columns:repeat(3,1fr);padding:0}.skills__group{padding:1.3rem 1.9rem 1.45rem}.skills__group+.skills__group{border-left:1px solid var(--skills-divider)}.skills__group-title{margin:0 0 .7rem;padding-bottom:.55rem;border-bottom:1px solid var(--skills-divider);font-size:1.2rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#c26b1b}.skills__card--groups .skills__group ul{font-size:1.12rem;line-height:1.7}@media(max-width:860px){.skills__card--groups{grid-template-columns:1fr}.skills__group+.skills__group{border-left:none;border-top:1px solid var(--skills-divider)}}.skills__carousel-wrap{margin-top:.8rem;border:0;border-radius:0;padding:.15rem 0;background:transparent;width:min(900px,100%)}.skills__logo-carousel{overflow:hidden;width:100%;mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%)}.skills__logo-track{--logo-gap: 2.4rem;display:flex;align-items:center;gap:var(--logo-gap);width:max-content;animation:skillsLogoScroll 24s linear infinite}.skills__logo-item{flex:0 0 auto;width:74px;height:74px;display:inline-flex;align-items:center;justify-content:center}.skills__logo-item img{width:56px;height:56px;object-fit:contain;filter:grayscale(.15)}@keyframes skillsLogoScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - var(--logo-gap, 2.4rem) / 2))}}@media(max-width:900px){.skills{padding:6rem 6vw;align-items:flex-start}}@media(max-width:600px){.skills{padding:5rem 6vw;min-height:auto}#soft-skills{padding-top:5rem;padding-bottom:5rem}.skills__title{letter-spacing:.05em}.skills__subtitle{font-size:1.02rem}.skills__card ul{font-size:.98rem}.skills__card{padding:1.2rem 1.3rem}.skills__logo-track{--logo-gap: 1.8rem}.skills__logo-item{width:64px;height:64px}.skills__logo-item img{width:48px;height:48px}}.skills-pin{position:relative}.skills-pin__cubes{display:none}@media(min-width:901px){.skills-pin{height:240vh}.skills-pin__viewport{position:sticky;top:var(--site-header-offset, 64px);height:calc(100vh - var(--site-header-offset, 64px));overflow:hidden}.skills-pin__cubes{display:block;position:absolute;inset:0;z-index:2;pointer-events:none}.skills-pin__track{position:relative;z-index:1;display:flex;width:200%;height:100%;will-change:transform}.skills-pin__panel.skills,#soft-skills.skills-pin__panel{flex:0 0 50%;width:50%;min-height:0;height:100%;flex-direction:column;align-items:stretch;padding-top:clamp(2rem,4vh,3.5rem);padding-bottom:clamp(1.5rem,3vh,2.5rem);overflow:hidden}.skills-pin #hard-skills.skills{background:linear-gradient(180deg,var(--duo-soft-hi) 0%,var(--duo-soft-lo) 100%)}body.theme-light .skills-pin #hard-skills.skills{background:radial-gradient(120% 130% at 30% 0%,var(--duo-glow),transparent 58%) left / 47% 100% no-repeat,linear-gradient(180deg,var(--duo-strong-hi) 0%,var(--duo-strong-lo) 100%) left / 47% 100% no-repeat,linear-gradient(180deg,var(--duo-soft-hi) 0%,var(--duo-soft-lo) 100%)}.skills-pin #soft-skills.skills{background:linear-gradient(180deg,var(--duo-soft-hi) 0%,var(--duo-soft-lo) 100%)}.skills__split-header{position:relative;margin:0 -6vw;text-align:center}.skills__chrome{position:relative;z-index:2;pointer-events:none}.skills__chrome .section-arrows{pointer-events:auto}body.theme-light .skills-pin #hard-skills .skills__chrome .skills__title{color:transparent;background-image:none;animation:none}body.theme-light .skills-pin #hard-skills .skills__chrome .skills__subtitle{color:transparent}body:not(.theme-light) .skills-pin #hard-skills .skills__ghost{display:none}.skills__ghost{position:absolute;inset:0;z-index:1}.skills__ghost--left{clip-path:inset(0 53% 0 0)}.skills__ghost--right{clip-path:inset(0 0 0 47%)}.skills__ghost .section-arrows{visibility:hidden}.skills-pin .skills__ghost--left .skills__title{color:var(--duo-name-on-strong);background-image:var(--duo-sheen-on-strong)}.skills-pin .skills__ghost--left .skills__subtitle{color:var(--duo-text-on-strong)}.skills-pin .skills__ghost--right .skills__title{color:var(--duo-kicker-on-soft);background-image:var(--duo-sheen-on-soft)}.skills-pin .skills__ghost--right .skills__subtitle{color:var(--duo-text-on-soft)}.skills__split-header .skills__subtitle{max-width:760px;margin-inline:auto}.skills__split-header+.skills__content{margin-top:.9rem}.skills-pin .skills__card{background:#0d0f0fdb;border-color:#ffffff1f}}@media(min-width:901px)and (min-height:860px){.skills-pin__panel.skills,#soft-skills.skills-pin__panel{padding-top:clamp(2rem,4vh,3.5rem);padding-bottom:clamp(2rem,4vh,3.5rem)}.skills-pin__panel.skills>.skills__split-header{margin-top:auto}.skills-pin__panel.skills>.skills__content{margin-bottom:auto}}@media(min-width:901px){#soft-skills.skills-pin__panel{justify-content:center;padding-top:clamp(2rem,4vh,3.5rem);padding-bottom:clamp(2rem,4vh,3.5rem)}}.skills__card--soft{width:min(1000px,100%);padding:clamp(1.9rem,2.6vw,2.5rem) clamp(2rem,3vw,2.8rem)}.skills__card--soft ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 2.6rem;list-style:none;padding-left:0;font-size:1.12rem;line-height:1.7}.skills__card--soft li{position:relative;padding-left:1.5rem}.skills__card--soft li:before{content:"";position:absolute;left:0;top:.62em;width:9px;height:9px;border-radius:50%;background:#c26b1b}@media(max-width:600px){.skills__card--soft ul{grid-template-columns:1fr;gap:.55rem;font-size:1.04rem}}.section-arrows{display:inline-flex;align-items:center;gap:.4rem}.section-arrows__button{width:38px;height:38px;border-radius:999px;border:1px solid rgba(194,107,27,.75);background:#00000073;box-shadow:inset 0 0 0 1px #ffffff14;color:#fffffff5;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;padding:0;position:relative}.section-arrows__button svg{width:22px;height:22px;display:block}.section-arrows__button:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 9px);transform:translate(-50%) translateY(6px);opacity:0;pointer-events:none;white-space:nowrap;padding:.32rem .55rem;border-radius:8px;border:1px solid rgba(194,107,27,.7);background:#080808f5;color:#ffffffed;font-size:.72rem;line-height:1;letter-spacing:.02em;box-shadow:0 10px 24px #0006;transition:opacity .16s ease,transform .16s ease;z-index:20}.section-arrows__button:hover,.section-arrows__button:focus-visible{border-color:#c26b1b;background:#c26b1b40;box-shadow:0 8px 18px #00000059;transform:translateY(-1px)}.section-arrows__button:hover:after,.section-arrows__button:focus-visible:after{opacity:1;transform:translate(-50%) translateY(0)}@media(min-width:1024px){.section-arrows{gap:.55rem}.section-arrows__button{width:42px;height:42px}.section-arrows__button svg{width:24px;height:24px}}@media(max-width:700px){.section-arrows{gap:.35rem}.section-arrows__button{width:44px;height:44px}.section-arrows__button svg{width:22px;height:22px}.section-arrows__button:after{display:none}}.projects{padding:clamp(6.5rem,10vh,8.5rem) 6vw;min-height:100vh;background:#000;color:#fff;display:block}.projects__content{width:min(1560px,100%);margin:0 auto}.projects .spawn-item,.projects .spawn-item[data-spawn-direction]{opacity:1;transform:none;filter:none}.projects__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.projects__header .section-title-row{display:inline-flex;width:auto;max-width:100%;justify-content:flex-start}.projects__header .projects__title{flex:0 0 auto}.projects__title{font-size:clamp(2rem,3.4vw,3rem);text-transform:uppercase;letter-spacing:.08em;font-weight:700;flex:1 1 260px;min-width:0;overflow-wrap:break-word;color:#c26b1b}.projects__subtitle{margin:0;color:#ffffffbf;max-width:420px;flex:1 1 220px;min-width:0}.projects__grid{margin-top:2.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.7rem}.projects__card{border-radius:18px;padding:1.5rem 1.5rem 1.7rem;background:#091220db;border:1px solid rgba(130,225,195,.32);box-shadow:0 14px 34px #0000006b;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:.9rem;min-width:0;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.projects__card:hover,.projects__card:focus-within{border-color:#c26b1bcc;background:#0c1626f7;box-shadow:0 24px 52px #0000008c,0 0 28px #c26b1b24;transform:translateY(-4px)}.projects__name{transition:color .18s ease}.projects__card:hover .projects__name,.projects__card:focus-within .projects__name{color:#ffd9a0}.projects__card.projects__card--feature{grid-column:1 / -1;flex-direction:row;align-items:stretch;gap:1.8rem}.projects__card--feature .projects__media{flex:0 0 38%;height:auto;min-height:220px;align-self:stretch}.projects__card--feature .projects__card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.9rem;justify-content:center}@media(max-width:860px){.projects__card.projects__card--feature{flex-direction:column;gap:1rem}.projects__card--feature .projects__media{flex:none;height:200px}}.projects__eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;color:#ffffffc7}.projects__media{border-radius:14px;background:linear-gradient(135deg,#c26b1b38,#ffffff0d);border:1px solid rgba(255,255,255,.14);height:clamp(210px,26vh,272px);padding:.5rem;position:relative;overflow:hidden;isolation:isolate;perspective:820px;--media-rotate-x: 0deg;--media-rotate-y: 0deg;--media-glow-x: 50%;--media-glow-y: 50%}.projects__media:before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at var(--media-glow-x) var(--media-glow-y),rgba(255,255,255,.26),transparent 34%);opacity:0;transition:opacity .22s ease;pointer-events:none;z-index:0}.projects__media-shell{width:100%;height:100%;border-radius:10px;overflow:hidden;background:#0d0f12;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 32px #0006;transform:rotateX(var(--media-rotate-x)) rotateY(var(--media-rotate-y));transform-style:preserve-3d;transition:transform .18s ease,box-shadow .18s ease;position:relative;z-index:1}.projects__media-toolbar{height:18px;display:flex;align-items:center;gap:.32rem;padding:0 .45rem;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff0d}.projects__media-toolbar span{width:7px;height:7px;border-radius:999px;background:#ffffff5c}.projects__media-toolbar span:nth-child(1){background:#ff6057}.projects__media-toolbar span:nth-child(2){background:#ffbd2f}.projects__media-toolbar span:nth-child(3){background:#28c840}.projects__media-image{width:100%;height:calc(100% - 18px);object-fit:scale-down;display:block;margin:0 auto;padding:.4rem .35rem .5rem;transition:transform .22s ease}.projects__card:hover .projects__media:before,.projects__card:focus-within .projects__media:before{opacity:1}.projects__card:hover .projects__media-shell,.projects__card:focus-within .projects__media-shell{box-shadow:0 18px 36px #0000007a}.projects__card:hover .projects__media-image,.projects__card:focus-within .projects__media-image{transform:scale(1.03)}.projects__name{margin:0;font-size:1.4rem}.projects__description{margin:0;color:#ffffffeb;line-height:1.6}.projects__meta{font-size:.9rem;color:#ffffffc7}.projects__tags{display:flex;flex-wrap:wrap;gap:.6rem}.projects__tags span{border:1px solid rgba(255,255,255,.3);padding:.35rem .7rem;border-radius:999px;font-size:.85rem;color:#ffffffeb}.projects__cta{margin-top:.4rem;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1rem;border-radius:10px;border:1px solid rgba(194,107,27,.9);color:#fff;text-decoration:none;font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;width:100%;height:44px;transition:border-color .15s ease,background .15s ease,transform .15s ease}.projects__cta:hover,.projects__cta:focus-visible{border-color:#c26b1b;background:#c26b1b26;transform:translateY(-1px)}.projects__cta--static,.projects__cta--static:hover,.projects__cta--static:focus-visible{cursor:default;border-color:#c26b1be6;background:transparent;transform:none;height:auto;min-height:44px;text-align:center}.projects__actions{margin-top:.4rem;display:grid;grid-template-columns:1fr;gap:.6rem;margin-top:auto}.projects__actions .projects__cta{margin-top:0}.projects__card>.projects__cta{margin-top:auto}.projects__note{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .9rem;border-radius:10px;border:1px dashed rgba(255,255,255,.22);background:#ffffff08;color:#ffffff9e;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase}@media(min-width:1121px){.projects__card:nth-of-type(3n+1):nth-last-of-type(2){grid-column:2}}@media(max-width:1280px){.projects{padding-inline:4.5vw}.projects__card{padding:1.35rem 1.2rem 1.5rem}.projects__name{font-size:1.26rem}}@media(max-width:1120px){.projects__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.projects__grid{grid-template-columns:1fr}.projects__media{height:300px}}@media(max-width:700px){.projects{padding:6rem 6vw;align-items:flex-start}.projects__header{display:block}.projects__subtitle{margin-top:.7rem;max-width:none}}@media(max-width:520px){.projects__content{width:100%}.projects__grid{grid-template-columns:1fr;gap:1.1rem}.projects__media{height:200px}.projects__card{padding:1.2rem 1rem 1.35rem}.projects__tags span{font-size:.78rem}.projects__cta{width:100%}}@media(hover:none),(pointer:coarse){.projects__media{--media-rotate-x: 0deg;--media-rotate-y: 0deg}.projects__media-shell{transform:none}}.projects>.projects__scene{position:sticky;top:0;height:100vh;width:100vw;margin-left:calc(50% - 50vw);margin-bottom:-100vh;z-index:0;overflow:hidden;pointer-events:none;--scene-sky-top: #0a1730;--scene-sky-horizon: #0c2138;--scene-floor: #050b16;--scene-line: rgba(52, 224, 190, .5);--scene-line-soft: rgba(52, 224, 190, .16);--scene-glow: rgba(70, 235, 190, .9);--scene-horizon: 30%;background:linear-gradient(180deg,var(--scene-sky-top) 0%,var(--scene-sky-horizon) var(--scene-horizon),var(--scene-floor) 100%)}.projects__scene:before{content:"";position:absolute;left:-4%;right:-4%;top:var(--scene-horizon);height:2px;background:var(--scene-glow);box-shadow:0 0 22px 5px var(--scene-glow),0 0 70px 16px var(--scene-line-soft);opacity:.85}.projects__scene:after{content:"";position:absolute;left:50%;top:var(--scene-horizon);width:70%;height:34%;transform:translate(-50%,-100%);background:radial-gradient(60% 100% at 50% 100%,var(--scene-line-soft),transparent 72%);opacity:.7}.projects__scene-floor{position:absolute;left:50%;top:var(--scene-horizon);width:260%;height:150%;transform:translate(-50%) perspective(260px) rotateX(75deg);transform-origin:50% 0%;background-image:linear-gradient(var(--scene-line) 1.5px,transparent 1.5px),linear-gradient(90deg,var(--scene-line) 1.5px,transparent 1.5px);background-size:100% 32px,32px 100%;background-position:50% 0;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 9%,#000 74%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 9%,#000 74%,transparent 100%);animation:projectsFloorMove 7s linear infinite}@keyframes projectsFloorMove{to{background-position:50% 32px}}@media(prefers-reduced-motion:reduce){.projects__scene-floor{animation:none}}.projects__scene-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--scene-glow);box-shadow:0 0 9px 2px var(--scene-glow),0 0 20px 5px var(--scene-line-soft)}.projects__scene-dot--1{left:16%;top:52%}.projects__scene-dot--2{left:73%;top:64%}.projects__scene-dot--3{left:86%;top:26%}.projects__scene-dot--4{left:44%;top:80%}.projects__scene-canvas{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity .7s ease}.projects__scene-canvas[data-webgl=on]{opacity:1}.projects__scene:has(.projects__scene-canvas[data-webgl=on]) .projects__scene-floor,.projects__scene:has(.projects__scene-canvas[data-webgl=on]) .projects__scene-dot{display:none}.theme-light .projects__scene,.post-hero--light .projects__scene{--scene-sky-top: #2c6f58;--scene-sky-horizon: #185139;--scene-floor: #0d3a29;--scene-line: rgba(190, 255, 222, .42);--scene-line-soft: rgba(190, 255, 222, .16);--scene-glow: rgba(200, 255, 228, .85)}.theme-light .projects .projects__title,.post-hero--light .projects .projects__title{color:#ecfff6}.theme-light .projects .projects__subtitle,.post-hero--light .projects .projects__subtitle{color:#ecfff6d1}#projects:before{display:none}#projects{overflow:clip}@media(min-width:901px){.projects{padding:0}.projects .projects__content{position:sticky;top:0;height:100vh;width:100%;display:flex;flex-direction:column;padding:clamp(4.2rem,7vh,5.6rem) 6vw .9rem}.projects .projects__header,.projects .projects__belt{width:min(1560px,100%);margin-inline:auto}.projects .projects__belt{flex:1 1 auto;min-height:0;overflow:hidden;margin-top:.9rem;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 var(--belt-fade-top, 0px),#000 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 var(--belt-fade-top, 0px),#000 100%)}.projects .projects__grid{margin-top:0;will-change:transform}}.certifications{padding:6rem 6vw;min-height:auto;background:transparent;color:#fff;display:flex;align-items:flex-start}.certifications__content{width:min(1100px,100%);margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.certifications .section-title-row{justify-content:center}.certifications__title{font-size:clamp(2rem,3.4vw,3rem);text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#c26b1b;min-width:0;overflow-wrap:anywhere;line-height:1.12}.certifications__subtitle{margin-top:.8rem;color:#ffffffc7;line-height:1.6;font-size:1.1rem;max-width:760px;min-height:3.5rem}.certifications__grid{margin-top:1.7rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem;width:100%;text-align:left}.certifications__card{border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#ffffff08;display:flex;flex-direction:column;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.certifications__card:hover,.certifications__card:focus-within{border-color:#c26b1bb3;background:linear-gradient(135deg,#c26b1b29,#ffffff08);box-shadow:0 18px 40px #00000073;transform:translateY(-2px)}.certifications__media{position:relative;height:200px;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.06);background:linear-gradient(140deg,#fff,#e9f1f5)}.certifications__media img{max-width:60%;max-height:70%;width:auto;height:auto;object-fit:contain;display:block}.certifications__status{position:absolute;top:.9rem;right:.9rem;border-radius:999px;padding:.25rem .72rem;font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.certifications__status--completed{color:#0f2517;background:#b0ffd6e6}.certifications__body{flex:1;padding:1.05rem 1.3rem 1.15rem;display:flex;flex-direction:column;gap:.6rem}.certifications__kicker{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;color:#ffffff9e}.certifications__name{margin:0;font-size:1.3rem;line-height:1.2}.certifications__description{margin:0;color:#ffffffbd;line-height:1.58}.certifications__meta{display:grid;gap:.42rem;margin-top:.1rem}.certifications__meta-item{margin:0;display:flex;gap:.45rem;flex-wrap:wrap}.certifications__meta-label{color:#ffffff9e;font-size:.9rem}.certifications__meta-value{color:#ffffffe6;font-size:.95rem}.certifications__cta{margin-top:auto;display:inline-flex;justify-content:center;align-items:center;width:100%;min-height:44px;border-radius:10px;border:1px solid rgba(194,107,27,.9);text-decoration:none;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:600;color:#fff;transition:border-color .15s ease,background .15s ease,transform .15s ease}.certifications__cta:hover,.certifications__cta:focus-visible{border-color:#c26b1b;background:#c26b1b26;transform:translateY(-1px)}.certifications.certifications--duel{position:relative;flex-direction:column;align-items:stretch;padding:0;overflow:hidden}.certifications--duel>.certifications__chrome{position:relative;z-index:2;pointer-events:none}.certifications__chrome .section-arrows{pointer-events:auto}.certifications--duel .certifications__chrome .certifications__title,.certifications--duel .certifications__chrome .certifications__subtitle{color:transparent}.certifications__duel-header{width:100%;padding-top:clamp(2rem,4vh,3.5rem)}@media(min-width:901px)and (min-height:860px){.certifications__duel-header{padding-top:clamp(4rem,14vh,9rem)}}.certifications__side-header .section-arrows{visibility:hidden}.certifications--duel .certifications__chrome .certifications__title{background-image:none;animation:none}.certifications--duel .certifications__side--azure .certifications__title{color:var(--duo-kicker-on-soft);background-image:var(--duo-sheen-on-soft)}.certifications--duel .certifications__side--azure .certifications__subtitle{color:var(--duo-text-on-soft)}.certifications--duel .certifications__side--aws .certifications__title{color:var(--duo-name-on-strong);background-image:var(--duo-sheen-on-strong)}.certifications--duel .certifications__side--aws .certifications__subtitle{color:var(--duo-text-on-strong)}.certifications--duel>.certifications__side{position:absolute;inset:0;display:flex;flex-direction:column;transition:clip-path .56s cubic-bezier(.22,1,.36,1),visibility 0s 0s;will-change:clip-path}.certifications--duel>.certifications__side--azure{z-index:1;background:linear-gradient(210deg,var(--duo-soft-hi) 0%,var(--duo-soft-lo) 100%);clip-path:polygon(0 0,46% 0,53% 100%,0 100%)}.certifications--duel>.certifications__side--aws{z-index:0;color:var(--duo-meta-on-strong);background:radial-gradient(120% 130% at 70% 18%,var(--duo-glow),transparent 60%),linear-gradient(200deg,var(--duo-strong-hi) 0%,var(--duo-strong-lo) 100%);clip-path:polygon(45% 0,100% 0,100% 100%,52% 100%)}.certifications--duel>.certifications__side.is-active{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.certifications--duel>.certifications__side.is-muted{visibility:hidden;transition:clip-path .56s cubic-bezier(.22,1,.36,1),visibility 0s .56s}.certifications--duel>.certifications__side--azure.is-muted{clip-path:polygon(0 0,0 0,0 100%,0 100%)}.certifications--duel>.certifications__side--aws.is-muted{clip-path:polygon(99% 0,100% 0,100% 100%,100% 100%)}.certifications__side-stage{position:relative;flex:1 1 auto;min-height:0}.certifications__side-teaser{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.05rem;text-align:center;padding:0 2rem;transition:opacity .24s ease}.certifications__side--azure .certifications__side-teaser{left:0;width:46%}.certifications__side--aws .certifications__side-teaser{right:0;width:47%}.certifications__side.is-muted .certifications__side-teaser,.certifications__side.is-active .certifications__side-teaser .certifications__side-kicker,.certifications__side.is-active .certifications__side-teaser .certifications__side-name{opacity:0}.certifications__side-teaser .certifications__side-kicker,.certifications__side-teaser .certifications__side-name{transition:opacity .24s ease}.certifications__side-tile{position:relative;display:grid;place-items:center;width:clamp(200px,21vw,310px);aspect-ratio:1;border-radius:32px;background:linear-gradient(150deg,#fff,#e9f1f5);box-shadow:0 10px 18px #081e1229,0 34px 64px #081e124d,inset 0 1px #ffffffe6;cursor:pointer;transform:perspective(1100px) rotateY(-6deg) rotateX(1.5deg);transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s ease}.certifications__side--aws .certifications__side-tile{transform:perspective(1100px) rotateY(6deg) rotateX(1.5deg)}.certifications__side-tile:before{content:"";position:absolute;inset:-22%;z-index:-1;border-radius:50%;background:radial-gradient(50% 50% at 50% 50%,var(--duo-aura-on-soft),transparent 72%);opacity:.8;transition:opacity .32s ease;pointer-events:none}.certifications__side--aws .certifications__side-tile:before{background:radial-gradient(50% 50% at 50% 50%,var(--duo-aura-on-strong),transparent 72%)}.certifications__side.is-active .certifications__side-tile{transform:perspective(1100px) rotateY(0) rotateX(0) translateY(-8px) scale(1.02);box-shadow:0 16px 28px #081e1233,0 52px 96px #081e125c,inset 0 1px #ffffffe6}.certifications__side.is-active .certifications__side-tile:before{opacity:1}.certifications__side-tile img{width:62%;height:62%;object-fit:contain}.certifications__side-tooltip{pointer-events:none;position:absolute;top:calc(100% + .8rem);left:50%;transform:translate(-50%,8px);white-space:nowrap;padding:.5rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600;font-style:normal;letter-spacing:.02em;opacity:0;transition:opacity .24s ease,transform .32s cubic-bezier(.22,1,.36,1)}.certifications__side--azure .certifications__side-tooltip{background:var(--duo-tip-bg-on-soft);color:var(--duo-tip-ink-on-soft);box-shadow:0 12px 26px #00000059}.certifications__side--aws .certifications__side-tooltip{background:var(--duo-tip-bg-on-strong);color:var(--duo-tip-ink-on-strong);box-shadow:0 12px 26px #0006}.certifications__side.is-active .certifications__side-tooltip{opacity:1;transform:translate(-50%);transition-delay:.24s}.certifications__side-kicker{letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:700;color:var(--duo-kicker-on-soft)}.certifications__side--aws .certifications__side-kicker{color:var(--duo-kicker-on-strong)}.certifications__side-name{margin:0;max-width:24ch;font-size:clamp(1.1rem,1.6vw,1.45rem);line-height:1.2;font-style:italic;font-weight:700;color:var(--duo-name-on-soft)}.certifications__side--aws .certifications__side-name{color:var(--duo-name-on-strong)}.certifications__side-detail{position:absolute;top:0;bottom:0;display:flex;align-items:center;opacity:0;transform:translateY(14px);transition:opacity .3s ease,transform .42s cubic-bezier(.22,1,.36,1);pointer-events:none}.certifications__side--azure .certifications__side-detail{left:52%;right:clamp(2rem,6vw,6rem)}.certifications__side--aws .certifications__side-detail{left:clamp(2rem,6vw,6rem);right:52%;justify-content:flex-end}.certifications__side.is-active .certifications__side-detail{opacity:1;transform:none;transition-delay:.15s}.certifications__side-info{max-width:56ch;min-width:0}.certifications__side-kickers{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem}.certifications__side-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.22rem .7rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#0f2517;background:#b7f0cef2}.certifications__side-title{margin:.65rem 0 0;font-size:clamp(1.5rem,2.6vw,2.5rem);line-height:1.08;letter-spacing:-.02em;font-style:italic;font-weight:700;color:var(--duo-name-on-soft)}.certifications__side-text{margin:.8rem 0 0;color:var(--duo-text-on-soft);line-height:1.6;font-size:1.12rem}.certifications__side-meta{margin-top:.9rem;display:grid;gap:.3rem}.certifications__side-meta p{margin:0;display:flex;gap:.45rem;flex-wrap:wrap}.certifications__side-meta-label{color:var(--duo-text-on-soft);font-size:1.12rem}.certifications__side-meta-value{color:var(--duo-meta-on-soft);font-size:1.12rem;font-weight:600}.certifications__side--aws .certifications__side-title{color:var(--duo-name-on-strong)}.certifications__side--aws .certifications__side-text,.certifications__side--aws .certifications__side-meta-label{color:var(--duo-text-on-strong)}.certifications__side--aws .certifications__side-meta-value{color:var(--duo-meta-on-strong)}@media(max-width:900px){.certifications__grid{grid-template-columns:1fr}}@media(max-width:700px){.certifications{padding:6rem 6vw;align-items:flex-start}.certifications .section-title-row{justify-content:center;align-items:center;gap:.6rem;flex-wrap:wrap}.certifications__title{font-size:clamp(1.7rem,8vw,2.2rem);letter-spacing:.05em}.certifications__media{height:184px}}.education{padding:clamp(6.5rem,10vh,8.5rem) 6vw;min-height:100vh;background:transparent;color:#fff;display:flex;align-items:flex-start}.education__content{width:min(1100px,100%);margin:0 auto}.education__header{text-align:center}.education .section-title-row{justify-content:center}.education__title{font-size:clamp(2rem,3.4vw,3rem);text-transform:uppercase;letter-spacing:.08em;font-weight:700;line-height:1.12;color:#c26b1b}.education__subtitle{margin-top:.8rem;color:#ffffffc7;line-height:1.6;font-size:1.1rem;max-width:760px;margin-inline:auto;min-height:3.5rem}.education__grid{margin-top:1.7rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}.education__card{border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#ffffff08;display:flex;flex-direction:column;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.education__card:hover,.education__card:focus-within{border-color:#c26b1bb3;background:linear-gradient(135deg,#c26b1b29,#ffffff08);box-shadow:0 18px 40px #00000073;transform:translateY(-2px)}.education__media{position:relative;height:158px;border-bottom:1px solid rgba(255,255,255,.1)}.education__media img{width:100%;height:100%;object-fit:cover;display:block}.education__status{position:absolute;top:.9rem;right:.9rem;border-radius:999px;padding:.25rem .72rem;font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.education__status--completed{color:#0f2517;background:#b0ffd6e6}.education__status--progress{color:#2b1b03;background:#ffd08feb}.education__body{padding:.95rem 1.3rem 1.05rem;display:flex;flex-direction:column;gap:.48rem;min-height:210px}.education__kicker{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;color:#ffffff9e}.education__name{margin:0;font-size:1.34rem;line-height:1.18}.education__description{margin:0;color:#ffffffbd;line-height:1.58}.education__meta{display:grid;gap:.42rem;margin-top:.1rem}.education__meta-item{margin:0;display:flex;gap:.45rem;flex-wrap:wrap}.education__meta-label{color:#ffffff9e;font-size:.9rem}.education__meta-value{color:#ffffffe6;font-size:.95rem}.education__cta{margin-top:auto;display:inline-flex;justify-content:center;align-items:center;width:100%;min-height:44px;border-radius:10px;border:1px solid rgba(194,107,27,.9);text-decoration:none;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:600;color:#fff;transition:border-color .15s ease,background .15s ease,transform .15s ease}.education__cta:hover,.education__cta:focus-visible{border-color:#c26b1b;background:#c26b1b26;transform:translateY(-1px)}.education.education--band{position:relative;flex-direction:column;align-items:stretch;padding:0;min-height:0;overflow:hidden}.education--band .education__band.education__band{position:relative;z-index:1;flex:1 1 auto;min-height:0;display:flex;align-items:center;overflow:hidden;background:radial-gradient(120% 130% at 70% 18%,var(--duo-glow),transparent 60%),linear-gradient(160deg,var(--duo-strong-hi) 0%,var(--duo-strong-lo) 100%)}.education--band .education__band-media{position:absolute;top:0;bottom:0;left:0;width:54%;z-index:0;clip-path:polygon(0 0,100% 0,87% 100%,0 100%);overflow:hidden;pointer-events:none;display:grid;place-items:center;padding:0 7.4% 0 3.2%;background:linear-gradient(150deg,var(--duo-soft-hi) 0%,var(--duo-soft-lo) 100%)}.education__band-media-item{grid-area:1 / 1;width:min(40vw,900px);opacity:0;transform:translate(-24px);transition:opacity .38s ease,transform .46s cubic-bezier(.22,1,.36,1)}.education__band-media-item.is-active{opacity:1;transform:none}.education__band-media-item img{display:block;width:100%;height:auto;border-radius:24px;box-shadow:0 18px 40px #00000057,0 60px 110px #0000004d}.education--band .education__band-body{position:relative;z-index:1;margin-left:57%;flex:1 1 auto;min-width:0;padding:clamp(1.5rem,5vh,3.5rem) clamp(1.5rem,5vw,6rem) clamp(1.5rem,5vh,3.5rem) 0;display:flex;flex-direction:column;align-items:flex-start}.education--band .section-title-row{justify-content:flex-start}.education.education--band .education__title{color:var(--duo-name-on-strong);background-image:var(--duo-sheen-on-strong)}.education__band-stage{display:grid;width:100%;margin-top:clamp(1.2rem,3.4vh,2.4rem)}.education__band-state{grid-area:1 / 1;opacity:0;transform:translateY(10px);transition:opacity .24s ease,transform .36s cubic-bezier(.22,1,.36,1);pointer-events:none}.education__band-state.is-active{opacity:1;transform:none;transition-delay:90ms;pointer-events:auto}.education__band-kickers{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.education__band-kicker{letter-spacing:.18em;text-transform:uppercase;font-size:.76rem;font-weight:700;color:var(--duo-kicker-on-strong)}.education__band-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.22rem .7rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.education__band-badge--completed{color:#0f2517;background:#b7f0cef2}.education__band-badge--progress{color:#2b1b03;background:#ffd08ff0}.education__band-title{margin:.7rem 0 0;font-size:clamp(1.6rem,2.4vw,2.5rem);line-height:1.06;letter-spacing:-.02em;font-style:italic;font-weight:700;color:var(--duo-name-on-strong)}.education__band-text{margin:clamp(.8rem,1.8vh,1.2rem) 0 0;max-width:52ch;color:var(--duo-text-on-strong);line-height:1.6;font-size:1.12rem}.education__band-meta{margin-top:clamp(.8rem,1.8vh,1.2rem);display:flex;flex-wrap:wrap;column-gap:1.6rem;row-gap:.25rem}.education__band-meta p{margin:0;display:flex;gap:.4rem;flex-wrap:wrap}.education__band-meta-label{color:var(--duo-text-on-strong);font-size:1.02rem}.education__band-meta-value{color:var(--duo-meta-on-strong);font-size:1.02rem;font-weight:600}.education__band-cta{margin-top:clamp(1rem,2.4vh,1.6rem);display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:0 1.25rem;border-radius:999px;border:1px solid var(--duo-kicker-on-strong);color:var(--duo-kicker-on-strong);text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700;transition:background .16s ease,color .16s ease,transform .16s ease}.education__band-cta:hover,.education__band-cta:focus-visible{background:var(--duo-kicker-on-strong);color:var(--duo-strong-lo);transform:translateY(-1px)}.education__band-pills{margin-top:clamp(1.4rem,3.4vh,2.4rem);display:flex;flex-wrap:wrap;gap:.65rem}.education__band-pill{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 1.15rem;border-radius:999px;border:2px solid transparent;background:var(--duo-tip-bg-on-strong);color:var(--duo-tip-ink-on-strong);font-family:inherit;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;box-shadow:0 10px 24px #0000004d;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.education__band-pill:after{content:"";position:absolute;inset:-3px;border-radius:999px;border:2px solid var(--duo-kicker-on-strong);opacity:0;pointer-events:none;will-change:transform,opacity;animation:eduPillPulse 2.8s ease-out infinite}.education__band-pill:nth-of-type(2):after{animation-delay:.5s}.education__band-pill:nth-of-type(3):after{animation-delay:1s}@keyframes eduPillPulse{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.16);opacity:0}to{transform:scale(1.16);opacity:0}}.education__band-pill:hover,.education__band-pill:focus-visible{transform:translateY(-2px);box-shadow:0 14px 30px #0000005c}.education__band-pill[aria-pressed=true]{border-color:var(--duo-kicker-on-strong);color:var(--duo-kicker-on-soft);box-shadow:0 14px 32px #0006}@media(min-width:901px)and (max-width:1500px){.education--band .education__band-body{padding-right:clamp(1.5rem,3.6vw,4rem)}.education__band-pill{padding:0 .85rem;font-size:.72rem;letter-spacing:.06em}}@media(min-width:901px)and (max-height:820px){.education__band-title{font-size:clamp(1.5rem,2.1vw,2.1rem)}.education__band-text{font-size:1.02rem;max-width:56ch}.education__band-media-item{width:min(34vw,620px)}}@media(max-width:900px){.education{padding:6rem 6vw;align-items:flex-start}.education__grid{grid-template-columns:1fr}.education__media{height:196px}}@media(max-width:700px){.education{min-height:auto;padding:5.4rem 6vw}.education__title{letter-spacing:.05em}.education__subtitle{font-size:1.02rem}.education__media{height:190px}.education__body{min-height:auto}}.contact{padding:clamp(6.5rem,10vh,8.5rem) 6vw clamp(3rem,5vh,4.5rem);background:transparent;color:#fff;min-height:auto;display:flex;align-items:flex-start}.contact__content{width:min(1100px,100%);margin:0 auto;text-align:center}.contact__header{max-width:700px;margin:0 auto}.contact .section-title-row{justify-content:center}.contact__title{font-size:clamp(2rem,3.4vw,3rem);text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#c26b1b}.contact__subtitle{margin-top:.8rem;color:#ffffffc7;line-height:1.6;font-size:1.1rem}.contact__grid{margin-top:2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.contact__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at top,#c26b1b24,#ffffff05 48%);border-radius:18px;padding:1.3rem 1.1rem 1.1rem;transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}.contact__card:hover,.contact__card:focus-visible{border-color:#c26b1bcc;background:radial-gradient(circle at top,#c26b1b40,#ffffff08 52%);box-shadow:0 16px 28px #00000059;transform:translateY(-4px)}.contact__media{width:58px;height:58px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(194,107,27,.75);background:#00000073;box-shadow:inset 0 0 0 1px #ffffff14;margin-bottom:.25rem}.contact__media img{width:28px;height:28px;display:block}.contact__media svg{width:28px;height:28px;display:block;color:#fffffff2}.contact__label{text-transform:uppercase;font-size:.74rem;letter-spacing:.14em;color:#fff9}.contact__value{font-size:1rem;color:#ffffffe6;word-break:break-word;text-align:center}.contact__card-action{margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;min-width:170px;max-width:100%;padding:.62rem 1rem;border-radius:999px;border:1px solid rgba(194,107,27,.9);background:#c26b1b29;color:#fff;text-decoration:none;font-weight:500;letter-spacing:.04em;font-size:.86rem;text-transform:uppercase;transition:border-color .18s ease,background .18s ease,transform .18s ease}.contact__card-action:hover,.contact__card-action:focus-visible{border-color:#c26b1b;background:#c26b1b4d;transform:translateY(-2px)}section.contact.contact--split{flex-direction:column;align-items:stretch;background:radial-gradient(140% 120% at 60% 0%,var(--duo-glow),transparent 58%) right / 53% 100% no-repeat,linear-gradient(180deg,var(--duo-strong-hi) 0%,var(--duo-strong-lo) 100%) right / 53% 100% no-repeat,linear-gradient(180deg,var(--duo-soft-hi) 0%,var(--duo-soft-lo) 100%)}.contact.contact--split:before{display:none}.contact__split-header{position:relative;margin:0 -6vw;text-align:center}.contact__chrome{position:relative;z-index:2;pointer-events:none}.contact__chrome .section-arrows{pointer-events:auto}.contact__ghost{position:absolute;inset:0;z-index:1}.contact__ghost--left{clip-path:inset(0 53% 0 0)}.contact__ghost--right{clip-path:inset(0 0 0 47%)}.contact__ghost .section-arrows{visibility:hidden}.contact--split .contact__chrome .contact__title{color:transparent;background-image:none;animation:none}.contact--split .contact__chrome .contact__subtitle{color:transparent}.contact--split .contact__ghost--left .contact__title{color:var(--duo-kicker-on-soft);background-image:var(--duo-sheen-on-soft)}.contact--split .contact__ghost--left .contact__subtitle{color:var(--duo-text-on-soft)}.contact--split .contact__ghost--right .contact__title{color:var(--duo-name-on-strong);background-image:var(--duo-sheen-on-strong)}.contact--split .contact__ghost--right .contact__subtitle{color:var(--duo-text-on-strong)}.contact__trio{position:relative;margin-top:2.2rem;width:100%;min-height:clamp(17rem,36vh,23rem);--contact-line: min(41vw, 550px - 3vw)}.contact__panel{position:absolute;inset:0;display:block;text-decoration:none;background:transparent}.contact__panel--email{z-index:2;clip-path:inset(0 49.8% 0 0 round 26px 0 0 26px)}.contact__panel--linkedin{z-index:1;clip-path:inset(0 0 0 49.8% round 0 26px 26px 0)}.contact__panel-slice{position:absolute;inset:0;display:block}.contact__panel-slice--soft{clip-path:inset(0 calc(100% - var(--contact-line)) 0 0)}.contact__panel-slice--strong{clip-path:inset(0 0 0 var(--contact-line))}.contact__panel-slice--strong .contact__panel-label{color:var(--duo-text-on-strong)}.contact__panel-slice--strong .contact__panel-value{color:var(--duo-meta-on-strong)}.contact__panel-teaser{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1.5rem;text-align:center}.contact__panel--email .contact__panel-teaser{left:0;width:50.2%}.contact__panel--linkedin .contact__panel-teaser{left:49.8%;width:50.2%}.contact__panel-media{width:64px;height:64px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid color-mix(in srgb,var(--duo-kicker-on-soft) 45%,transparent);box-shadow:0 10px 22px #0003;color:var(--duo-kicker-on-soft);margin-bottom:.2rem}.contact__panel-media svg{width:30px;height:30px;display:block}.contact__panel-label{text-transform:uppercase;font-size:.74rem;letter-spacing:.14em;font-weight:700;color:var(--duo-text-on-soft)}.contact__panel-value{font-size:1.12rem;color:var(--duo-meta-on-soft);word-break:break-word}@media(max-width:1100px){.contact__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.contact{padding:6rem 6vw;min-height:auto}.contact__grid{grid-template-columns:1fr}}.pin-pair{position:relative}@media(min-width:901px){.pin-pair{height:240vh}.pin-pair__viewport{position:sticky;top:var(--site-header-offset, 64px);height:calc(100vh - var(--site-header-offset, 64px));overflow:hidden}.pin-pair__track{position:relative;display:flex;width:200%;height:100%;will-change:transform}.pin-pair__track--reverse{flex-direction:row-reverse}.pin-pair__track>section{flex:0 0 50%;width:50%;min-height:0;height:100%;align-items:flex-start;padding-top:clamp(2rem,4vh,3.5rem);padding-bottom:clamp(1.5rem,3vh,2.5rem);overflow:hidden}}@media(min-width:901px)and (min-height:860px){.pin-pair__track>section{padding-top:clamp(4rem,14vh,9rem)}}body.theme-light{--apple-bg: #e9f4ec;--apple-bg-soft: #eef6f0;--apple-surface: #ffffff;--apple-text: #1d1d1f;--apple-muted: #3c3c41;--apple-border: rgba(15, 23, 42, .1);--apple-accent: #0d7a41;--apple-accent-strong: #0c6437;--apple-bright: #1fb866;--apple-bright-rgb: 31, 184, 102;--apple-shadow: 0 16px 34px rgba(15, 23, 42, .08);background:var(--apple-bg);color:var(--apple-text)}.theme-light :focus-visible{outline:2px solid var(--apple-accent);outline-offset:2px}.theme-light .site-header{background:#fafafcc7;border-bottom:1px solid var(--apple-border);box-shadow:0 8px 24px #0f172a12}.theme-light .site-header__brand,.theme-light .site-header__nav a{color:var(--apple-text)}@media(max-width:920px){.theme-light .site-header__menu-toggle{color:var(--apple-text);border-color:#0f172a1f;background:#0f172a08}.theme-light .site-header__menu-toggle:hover,.theme-light .site-header__menu-toggle:focus-visible{background:rgba(var(--apple-bright-rgb),.12);border-color:rgba(var(--apple-bright-rgb),.6)}.theme-light .site-header__nav{--drawer-ink: var(--apple-text);--drawer-ink-strong: var(--apple-accent-strong);--drawer-hover-bg: rgba(15, 23, 42, .05);--drawer-title: var(--apple-muted);--drawer-divider: rgba(15, 23, 42, .1);--drawer-control-border: rgba(15, 23, 42, .12);--drawer-control-bg: rgba(15, 23, 42, .03);background:linear-gradient(180deg,#fff,#eef6f0);border-left-color:var(--apple-border);box-shadow:-24px 0 60px #0f172a29}.theme-light .site-header__backdrop{background:#0f172a42}}.theme-light .site-header__brand-accent,.theme-light .site-header__nav a:hover,.theme-light .site-header__nav a:focus-visible{color:var(--apple-accent)}.theme-light .site-header__nav a:after{background:#1f6a4ae6}.theme-light .hero,.hero--light{background:radial-gradient(1150px 640px at 86% -10%,rgba(255,255,255,.9),transparent 58%),radial-gradient(920px 560px at 74% 8%,rgba(var(--apple-bright-rgb),.18),transparent 62%),linear-gradient(164deg,transparent 30%,rgba(98,230,160,.26) 42%,rgba(13,122,65,.12) 50%,transparent 60%),linear-gradient(180deg,#f0f9f4,#e6f2ea);color:var(--apple-text);position:relative;padding-bottom:0;display:flex;flex-direction:column;--hero-fold: calc(100svh - var(--site-header-offset, 64px));--hero-gap-lg: clamp(.55rem, calc(var(--hero-fold) * .024), 1.4rem);--hero-gap-sm: clamp(.4rem, calc(var(--hero-fold) * .018), 1rem);--hero-band-pad: clamp(.85rem, calc(var(--hero-fold) * .03), 3.2rem);min-height:var(--hero-fold);padding-top:clamp(.75rem,calc(var(--hero-fold) * .034),3.5rem)}.theme-light .hero__headline,.hero--light .hero__headline{gap:var(--hero-gap-lg)}.theme-light .hero__subtitle,.hero--light .hero__subtitle{margin-top:var(--hero-gap-sm);font-size:clamp(.92rem,calc(var(--hero-fold) * .0245),1.08rem);line-height:1.5}.theme-light .hero__avatar,.hero--light .hero__avatar{width:clamp(54px,calc(var(--hero-fold) * .095),96px);height:clamp(54px,calc(var(--hero-fold) * .095),96px)}.theme-light .hero__title,.hero--light .hero__title{color:var(--apple-text)}.theme-light .hero__accent,.hero--light .hero__accent{color:var(--apple-accent)}.theme-light .hero__subtitle,.theme-light .hero__subtitle-typing,.hero--light .hero__subtitle,.hero--light .hero__subtitle-typing{color:var(--apple-muted)}.theme-light .hero__type-cursor,.hero--light .hero__type-cursor{color:var(--apple-accent)}.theme-light .hero__avatar,.hero--light .hero__avatar{border-color:rgba(var(--apple-bright-rgb),.85);box-shadow:0 0 0 4px rgba(var(--apple-bright-rgb),.18),0 0 30px 6px rgba(var(--apple-bright-rgb),.45),0 0 64px 16px rgba(var(--apple-bright-rgb),.22)}.theme-light .hero__linkedin,.hero--light .hero__linkedin{width:50px;height:50px;border-radius:50%;border:none;background:var(--apple-bright);color:#fff;box-shadow:0 10px 22px rgba(var(--apple-bright-rgb),.4)}.theme-light .hero__github,.hero--light .hero__github{background:#1b2129;color:#fff;box-shadow:0 10px 22px #0f172a47}.theme-light .hero__linkedin-icon,.hero--light .hero__linkedin-icon{width:26px;height:26px}.theme-light .hero__linkedin:hover,.theme-light .hero__linkedin:focus-visible,.hero--light .hero__linkedin:hover,.hero--light .hero__linkedin:focus-visible{background:var(--apple-bright);transform:translateY(-2px);box-shadow:0 14px 28px rgba(var(--apple-bright-rgb),.5)}.theme-light .hero__github:hover,.theme-light .hero__github:focus-visible,.hero--light .hero__github:hover,.hero--light .hero__github:focus-visible{background:#232b34;box-shadow:0 14px 28px #0f172a57}.theme-light .hero__button,.hero--light .hero__button{min-width:0;border:1px solid rgba(15,23,42,.1);color:var(--apple-text);background:#fff;box-shadow:0 8px 20px #0f172a14;padding-block:clamp(.6rem,calc(var(--hero-fold) * .016),.9rem)}.theme-light .hero__button:hover,.theme-light .hero__button:focus-visible,.hero--light .hero__button:hover,.hero--light .hero__button:focus-visible{border-color:rgba(var(--apple-bright-rgb),.6);background:rgba(var(--apple-bright-rgb),.08)}.theme-light .language-switcher,.theme-light .theme-switcher,.hero--light .language-switcher,.hero--light .theme-switcher{background:#0f172a0d;border-color:#0f172a14;box-shadow:none}.theme-light .language-switcher__button,.theme-light .theme-switcher__button,.hero--light .language-switcher__button,.hero--light .theme-switcher__button{color:var(--apple-muted)}.theme-light .language-switcher__button:hover,.theme-light .language-switcher__button:focus-visible,.theme-light .theme-switcher__button:hover,.theme-light .theme-switcher__button:focus-visible,.hero--light .language-switcher__button:hover,.hero--light .language-switcher__button:focus-visible,.hero--light .theme-switcher__button:hover,.hero--light .theme-switcher__button:focus-visible{color:var(--apple-text)}.theme-light .language-switcher__button.is-active,.theme-light .theme-switcher__button.is-active,.hero--light .language-switcher__button.is-active,.hero--light .theme-switcher__button.is-active{background:#fff;color:var(--apple-text);box-shadow:0 2px 6px #0f172a1f}.theme-light .hero__tour-button,.hero--light .hero__tour-button{--tour-pulse: var(--apple-bright-rgb);border-color:#0f172a14;background:#0f172a0d;color:var(--apple-muted)}.theme-light .hero__tour-button.is-tour-on,.hero--light .hero__tour-button.is-tour-on{color:var(--apple-accent-strong);background:rgba(var(--tour-pulse),.16);border-color:rgba(var(--tour-pulse),.7)}.theme-light .hero__tour-button:hover,.theme-light .hero__tour-button:focus-visible,.hero--light .hero__tour-button:hover,.hero--light .hero__tour-button:focus-visible{color:var(--apple-accent-strong);background:rgba(var(--apple-bright-rgb),.12);border-color:rgba(var(--apple-bright-rgb),.55)}.theme-light .hero__showcase,.hero--light .hero__showcase{position:relative;z-index:1;width:auto;margin:var(--hero-gap-lg) -6vw 0;padding-top:var(--hero-gap-sm);flex:1 0 auto;display:flex;flex-direction:column}.theme-light .hero__light-panel,.hero--light .hero__light-panel{position:relative;z-index:1;width:100%;overflow:hidden;background:linear-gradient(150deg,#fff,#f3faf6);flex:1 0 auto;display:flex;align-items:center}.theme-light .hero__light-kicker,.hero--light .hero__light-kicker{display:inline-flex;align-items:center;letter-spacing:.18em;text-transform:uppercase;font-size:.74rem;font-weight:700;color:var(--apple-accent);padding:0;background:none}.theme-light .hero__light-kickers,.hero--light .hero__light-kickers{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem}.theme-light .hero__light-since,.hero--light .hero__light-since{display:inline-flex;align-items:center;gap:.45rem;padding:0;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:700;color:var(--apple-accent);border:none;background:none}.theme-light .hero__light-since-dot,.hero--light .hero__light-since-dot{width:8px;height:8px;border-radius:50%;background:var(--apple-bright);box-shadow:0 0 rgba(var(--apple-bright-rgb),.6);animation:heroLightSincePulse 2.4s ease-out infinite}@keyframes heroLightSincePulse{0%{box-shadow:0 0 rgba(var(--apple-bright-rgb),.5)}70%{box-shadow:0 0 0 7px rgba(var(--apple-bright-rgb),0)}to{box-shadow:0 0 rgba(var(--apple-bright-rgb),0)}}@media(prefers-reduced-motion:reduce){.theme-light .hero__light-since-dot,.hero--light .hero__light-since-dot{animation:none}}.theme-light .hero__since,.hero--light .hero__since{color:var(--apple-accent-strong);border-color:rgba(var(--apple-bright-rgb),.55);background:rgba(var(--apple-bright-rgb),.14)}.theme-light .hero__since-dot,.hero--light .hero__since-dot{background:var(--apple-bright);box-shadow:0 0 rgba(var(--apple-bright-rgb),.6);animation:heroLightSincePulse 2.4s ease-out infinite}.theme-light .hero__light-title,.hero--light .hero__light-title{margin:var(--hero-gap-sm) 0 0;font-size:clamp(1.5rem,min(4.2vw,calc(var(--hero-fold) * .052)),3.1rem);line-height:1.06;letter-spacing:-.02em;font-style:italic;font-weight:700;color:var(--apple-text)}.theme-light .hero__light-text,.hero--light .hero__light-text{margin-top:var(--hero-gap-sm);max-width:60ch;font-size:clamp(.86rem,calc(var(--hero-fold) * .0245),1.02rem);color:var(--apple-muted)}.theme-light .hero__light-media,.hero--light .hero__light-media{position:absolute;top:0;bottom:0;left:0;width:54%;z-index:0;clip-path:polygon(0 0,100% 0,87% 100%,0 100%);overflow:hidden;pointer-events:none}.hero__light-media-item{position:absolute;inset:0;opacity:0;transform:translate(-24px);transition:opacity .38s ease,transform .46s cubic-bezier(.22,1,.36,1)}.hero__light-media-item img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform .7s cubic-bezier(.22,1,.36,1)}.hero__light-media-item.is-active{opacity:1;transform:translate(0)}.hero__light-media-item.is-active img{transform:scale(1)}.hero__light-media-item--brand{display:grid;place-items:center;background:radial-gradient(120% 130% at 30% 18%,rgba(31,184,102,.3),transparent 60%),linear-gradient(160deg,#0c2418,#071710)}.hero__light-media-item--brand img,.hero__light-media-item--brand.is-active img{width:clamp(96px,min(14vw,calc(var(--hero-fold) * .24)),190px);height:auto;object-fit:contain;transform:none}.theme-light .hero__light-body,.hero--light .hero__light-body{position:relative;z-index:1;margin-left:57%;flex:1 1 auto;min-width:0;padding:var(--hero-band-pad) clamp(1.25rem,5vw,6rem) var(--hero-band-pad) 0}.theme-light .hero__light-stage,.hero--light .hero__light-stage{display:grid}.theme-light .hero__light-state,.hero--light .hero__light-state{grid-area:1 / 1;opacity:0;transform:translateY(10px);transition:opacity .24s ease,transform .36s cubic-bezier(.22,1,.36,1);pointer-events:none}.theme-light .hero__light-state.is-active,.hero--light .hero__light-state.is-active{opacity:1;transform:none;transition-delay:90ms;pointer-events:auto}@media(min-width:901px)and (max-height:820px){.theme-light .hero__subtitle,.hero--light .hero__subtitle{max-width:min(100%,1000px)}.theme-light .hero__title,.hero--light .hero__title{font-size:clamp(2rem,3.6vw,3rem)}}.theme-light .hero__light-links,.hero--light .hero__light-links{margin-top:var(--hero-gap-lg);display:flex;flex-wrap:wrap;gap:.65rem}.theme-light .hero__light-link,.hero--light .hero__light-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;border:1px solid rgba(15,23,42,.12);color:var(--apple-text);padding:.5rem 1.05rem;background:#fff;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 6px 16px #0f172a0f;transition:background .16s ease,border-color .16s ease,transform .16s ease,color .16s ease}.theme-light .hero__light-link:hover,.theme-light .hero__light-link:focus-visible,.hero--light .hero__light-link:hover,.hero--light .hero__light-link:focus-visible{background:rgba(var(--apple-bright-rgb),.1);border-color:rgba(var(--apple-bright-rgb),.6);color:var(--apple-accent-strong);transform:translateY(-1px)}.theme-light .post-hero,.post-hero--light{background:transparent}.theme-light .skills,.theme-light .projects,.theme-light .certifications,.theme-light .education,.theme-light .contact,.post-hero--light .skills,.post-hero--light .projects,.post-hero--light .certifications,.post-hero--light .education,.post-hero--light .contact{color:var(--apple-text)}.theme-light #hard-skills,.theme-light #soft-skills,.theme-light .projects,.theme-light .certifications,.theme-light .education,.theme-light .contact,.post-hero--light #hard-skills,.post-hero--light #soft-skills,.post-hero--light .projects,.post-hero--light .certifications,.post-hero--light .education,.post-hero--light .contact{background:transparent}.theme-light .skills__title,.theme-light .projects__title,.theme-light .certifications__title,.theme-light .education__title,.theme-light .contact__title,.post-hero--light .skills__title,.post-hero--light .projects__title,.post-hero--light .certifications__title,.post-hero--light .education__title,.post-hero--light .contact__title{color:var(--apple-accent-strong)}.theme-light .skills__subtitle,.theme-light .projects__subtitle,.theme-light .certifications__subtitle,.theme-light .education__subtitle,.theme-light .contact__subtitle,.post-hero--light .skills__subtitle,.post-hero--light .projects__subtitle,.post-hero--light .certifications__subtitle,.post-hero--light .education__subtitle,.post-hero--light .contact__subtitle{color:var(--apple-muted)}.theme-light .skills__card,.theme-light .projects__card,.theme-light .certifications__card,.theme-light .education__card,.theme-light .contact__card,.post-hero--light .skills__card,.post-hero--light .projects__card,.post-hero--light .certifications__card,.post-hero--light .education__card,.post-hero--light .contact__card{border:1px solid var(--apple-border);background:#ffffffe6;box-shadow:var(--apple-shadow)}.theme-light .certifications__card,.theme-light .education__card,.theme-light .contact__card,.post-hero--light .certifications__card,.post-hero--light .education__card,.post-hero--light .contact__card,.theme-light .certifications__card h3,.theme-light .education__name,.post-hero--light .certifications__card h3,.post-hero--light .education__name{color:var(--apple-text)}.theme-light .projects__card:hover,.theme-light .projects__card:focus-within,.theme-light .certifications__card:hover,.theme-light .certifications__card:focus-visible,.theme-light .education__card:hover,.theme-light .education__card:focus-within,.theme-light .contact__card:hover,.theme-light .contact__card:focus-visible,.post-hero--light .projects__card:hover,.post-hero--light .projects__card:focus-within,.post-hero--light .certifications__card:hover,.post-hero--light .certifications__card:focus-visible,.post-hero--light .education__card:hover,.post-hero--light .education__card:focus-within,.post-hero--light .contact__card:hover,.post-hero--light .contact__card:focus-visible{border-color:#1f6a4a8c;background:#fff;transform:translateY(-2px)}.theme-light .certifications__card:hover,.theme-light .certifications__card:focus-visible,.theme-light .education__card:hover,.theme-light .education__card:focus-within,.theme-light .contact__card:hover,.theme-light .contact__card:focus-visible{box-shadow:0 20px 42px #0f172a21,0 0 22px rgba(var(--apple-bright-rgb),.12)}.theme-light .projects__card,.post-hero--light .projects__card{background:#ffffffeb;backdrop-filter:blur(18px) saturate(1.25);-webkit-backdrop-filter:blur(18px) saturate(1.25);border:1px solid rgba(31,106,74,.28);box-shadow:0 18px 40px #08281c3d}.theme-light .projects__card:hover,.theme-light .projects__card:focus-within,.post-hero--light .projects__card:hover,.post-hero--light .projects__card:focus-within{background:#fff;border-color:#1f6a4a8c;box-shadow:0 24px 52px #08281c42,0 0 28px #1fb86629}.theme-light .projects__card:hover .projects__name,.theme-light .projects__card:focus-within .projects__name,.post-hero--light .projects__card:hover .projects__name,.post-hero--light .projects__card:focus-within .projects__name{color:var(--apple-accent-strong)}.theme-light .skills__card ul,.theme-light .projects__description,.theme-light .certifications__card p,.theme-light .education__description,.theme-light .education__meta-value,.theme-light .contact__value,.post-hero--light .skills__card ul,.post-hero--light .projects__description,.post-hero--light .certifications__card p,.post-hero--light .education__description,.post-hero--light .education__meta-value,.post-hero--light .contact__value{color:#1d1d1ff0}.theme-light .projects__eyebrow,.theme-light .projects__meta,.theme-light .education__kicker,.theme-light .education__meta-label,.theme-light .contact__label,.post-hero--light .projects__eyebrow,.post-hero--light .projects__meta,.post-hero--light .education__kicker,.post-hero--light .education__meta-label,.post-hero--light .contact__label{color:var(--apple-muted)}.theme-light .education__media,.post-hero--light .education__media{border-bottom-color:var(--apple-border)}.theme-light .education__status--completed,.post-hero--light .education__status--completed{color:#0f2517;background:#b7f0cef2}.theme-light .education__status--progress,.post-hero--light .education__status--progress{color:#3e2b0d;background:#ffdca2f0}.theme-light .projects__media,.post-hero--light .projects__media{background:linear-gradient(180deg,#f8fcf8,#f1f7f1);border-color:var(--apple-border)}.theme-light .projects__tags span,.post-hero--light .projects__tags span{border-color:#1f6a4a4d;color:#1d1d1fd6;background:#1f6a4a0f}.theme-light .projects__note,.post-hero--light .projects__note{border-color:#1f6a4a66;background:#1f6a4a0f;color:var(--apple-muted)}.theme-light .projects__cta,.theme-light .education__cta,.theme-light .contact__card-action,.post-hero--light .projects__cta,.post-hero--light .education__cta,.post-hero--light .contact__card-action{color:#fff;background:var(--apple-accent);border-color:var(--apple-accent)}.theme-light .projects__cta:hover,.theme-light .projects__cta:focus-visible,.theme-light .education__cta:hover,.theme-light .education__cta:focus-visible,.theme-light .contact__card-action:hover,.theme-light .contact__card-action:focus-visible,.post-hero--light .projects__cta:hover,.post-hero--light .projects__cta:focus-visible,.post-hero--light .education__cta:hover,.post-hero--light .education__cta:focus-visible,.post-hero--light .contact__card-action:hover,.post-hero--light .contact__card-action:focus-visible{background:var(--apple-accent-strong);border-color:var(--apple-accent-strong)}.theme-light .projects__cta--static:hover,.theme-light .projects__cta--static:focus-visible,.post-hero--light .projects__cta--static:hover,.post-hero--light .projects__cta--static:focus-visible{background:var(--apple-accent);border-color:var(--apple-accent)}.theme-light .contact__media,.theme-light .section-arrows__button,.post-hero--light .contact__media,.post-hero--light .section-arrows__button{background:#ffffffeb;color:var(--apple-text);border-color:#1f6a4a73;box-shadow:inset 0 0 0 1px #0f172a0f}.theme-light .contact__media svg,.post-hero--light .contact__media svg{color:#1d1d1fe6}.theme-light .section-arrows__button:hover,.theme-light .section-arrows__button:focus-visible,.post-hero--light .section-arrows__button:hover,.post-hero--light .section-arrows__button:focus-visible{background:#1f6a4a1f;border-color:#1f6a4acc}.theme-light .section-arrows__button:after,.post-hero--light .section-arrows__button:after{background:#fff;color:var(--apple-text);border-color:#1f6a4a61;box-shadow:0 10px 24px #0f172a24}.theme-light #soft-skills .skills__logo-item img,.post-hero--light #soft-skills .skills__logo-item img{filter:invert(1) brightness(.18)}.theme-light .site-footer.site-footer--light,.site-footer.site-footer--light{background:transparent;color:var(--apple-text);border-top-color:var(--apple-border)}.site-footer.site-footer--light .site-footer__title{color:var(--apple-accent-strong)}.site-footer.site-footer--light .site-footer__text,.site-footer.site-footer--light .site-footer__to-top,.site-footer.site-footer--light .site-footer__bottom{color:#1d1d1fb8}.site-footer.site-footer--light .site-footer__to-top{border-color:#1f6a4a80;background:#1f6a4a1f}.site-footer.site-footer--light .site-footer__to-top:hover,.site-footer.site-footer--light .site-footer__to-top:focus-visible{background:#1f6a4a33;border-color:#1f6a4acc;color:var(--apple-text)}.site-footer.site-footer--light .site-footer__bottom{border-top-color:var(--apple-border)}@media(max-width:900px){.theme-light .hero__showcase,.hero--light .hero__showcase{margin-top:2rem}.theme-light .hero__light-media,.hero--light .hero__light-media{display:none}.theme-light .hero__light-body,.hero--light .hero__light-body{margin-left:0;padding:1.8rem 6vw 2rem}.hero__decor,.theme-light .hero__light-links,.hero--light .hero__light-links{display:none}}.hero__decor{position:absolute;inset:0;z-index:2;pointer-events:none;perspective:1100px}.hero__decor-stage{position:absolute;inset:0;transform-style:preserve-3d;transform:rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));transition:transform .32s ease-out;will-change:transform}.hero__decor-badge{position:absolute;width:54px;height:54px;display:grid;place-items:center;border-radius:16px;color:var(--apple-accent);background:linear-gradient(145deg,#fff,#e7f6ee);border:1px solid rgba(var(--apple-bright-rgb),.4);box-shadow:0 12px 26px #0f172a1f,0 0 18px rgba(var(--apple-bright-rgb),.22),inset 0 1px #ffffffd9;animation:heroFloat 7s ease-in-out infinite}.hero__decor-badge svg{width:27px;height:27px}.hero__decor-cube{position:absolute;width:38px;height:auto;filter:drop-shadow(0 10px 16px rgba(15,23,42,.16));transform-style:preserve-3d;animation:decorCubeAlive 9s ease-in-out infinite}.hero__decor-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:rgba(var(--apple-bright-rgb),.75);box-shadow:0 0 10px rgba(var(--apple-bright-rgb),.65)}.hero__decor-badge--chat{left:-44px;top:36%;animation-delay:-1.2s}.hero__decor-badge--hex{left:-22px;top:72%;animation-delay:-3s}.hero__decor-badge--code{right:-40px;top:30%;animation-delay:-2s}.hero__decor-badge--layers{right:-54px;top:4%;animation-delay:-.6s}.hero__decor-cube--a{left:52%;top:-56px;width:42px;animation-delay:-.4s}.hero__decor-cube--b{right:12%;top:-46px;width:30px;animation-delay:-2.4s}.hero__decor-cube--c{right:-64px;top:20%;width:30px;animation-delay:-1.6s}.hero__decor-cube--d{right:2%;top:-10px;width:24px;animation-delay:-3.2s}.hero__decor-cube--e{left:28%;bottom:-54px;width:34px;animation-delay:-2.8s}.hero__decor-cube--f{right:8%;bottom:-42px;width:26px;animation-delay:-1s}.hero__decor-cube--g{left:3%;top:-40px;width:24px;animation-delay:-4.4s}.hero__decor-dot--1{right:6%;top:14%}.hero__decor-dot--3{left:8%;bottom:8%}@keyframes heroFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(3deg)}}@keyframes decorCubeAlive{0%{transform:translateY(0) rotateX(0) rotateY(0) rotate(0) scale(1)}25%{transform:translateY(-9px) rotateX(16deg) rotateY(-18deg) rotate(3deg) scale(1.05)}50%{transform:translateY(-15px) rotateX(-12deg) rotateY(14deg) rotate(-4deg) scale(1)}75%{transform:translateY(-7px) rotateX(10deg) rotateY(20deg) rotate(3deg) scale(1.04)}to{transform:translateY(0) rotateX(0) rotateY(0) rotate(0) scale(1)}}@media(prefers-reduced-motion:reduce){.hero__decor-badge{animation:none}}@media(max-width:1200px){.hero__decor-badge--chat{left:-8px}.hero__decor-badge--hex{left:4px}.hero__decor-badge--layers{right:-18px}.hero__decor-cube--c{right:-22px}}.theme-light .skills__card--groups,.post-hero--light .skills__card--groups{--skills-divider: var(--apple-border)}.theme-light .skills__group-title,.post-hero--light .skills__group-title{color:var(--apple-accent-strong)}.theme-light .skills__card--soft li:before,.post-hero--light .skills__card--soft li:before{background:var(--apple-bright)}@media(max-width:900px){body.theme-light{background-image:radial-gradient(circle at 48px 72px,rgba(31,184,102,.13) 0,transparent 26px),radial-gradient(circle at 244px 44px,rgba(98,230,160,.16) 0,transparent 18px),radial-gradient(circle at 152px 214px,rgba(13,122,65,.1) 0,transparent 30px),radial-gradient(circle at 316px 154px,rgba(31,184,102,.12) 0,transparent 22px),radial-gradient(circle at 84px 308px,rgba(98,230,160,.12) 0,transparent 20px);background-size:384px 372px}}.theme-light .pin-pair__viewport,.post-hero--light .pin-pair__viewport,.theme-light .contact,.post-hero--light .contact{background:transparent}.theme-light .certifications__card .certifications__kicker,.theme-light .certifications__card .certifications__meta-label,.post-hero--light .certifications__card .certifications__kicker,.post-hero--light .certifications__card .certifications__meta-label{color:var(--apple-muted)}.theme-light .certifications__meta-value,.post-hero--light .certifications__meta-value{color:#1d1d1fdb}.theme-light .certifications__status--completed,.post-hero--light .certifications__status--completed{color:#0f2517;background:#b7f0cef2}.theme-light .certifications__cta,.post-hero--light .certifications__cta{color:#fff;background:var(--apple-accent);border-color:var(--apple-accent)}.theme-light .certifications__cta:hover,.theme-light .certifications__cta:focus-visible,.post-hero--light .certifications__cta:hover,.post-hero--light .certifications__cta:focus-visible{background:var(--apple-accent-strong);border-color:var(--apple-accent-strong)}:root{--section-cloud-height: clamp(82px, 9.5vw, 130px);--section-cloud-tile: 480px;--section-cloud-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 84' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' fill-opacity='.07' d='M0 25 C22 25 44 5 70 5 C96 5 104 24 130 24 C152 24 166 11 185 11 C208 11 220 25 240 25 L240 84 L0 84 Z'/%3E%3Cpath fill='%23ffffff' fill-opacity='.14' d='M0 30 C22 30 44 10 70 10 C96 10 104 29 130 29 C152 29 166 16 185 16 C208 16 220 30 240 30 L240 84 L0 84 Z'/%3E%3C/svg%3E")}body.theme-light{--section-cloud-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 84' preserveAspectRatio='none'%3E%3Cpath fill='%231f6a4a' fill-opacity='.10' d='M0 25 C22 25 44 5 70 5 C96 5 104 24 130 24 C152 24 166 11 185 11 C208 11 220 25 240 25 L240 84 L0 84 Z'/%3E%3Cpath fill='%231f6a4a' fill-opacity='.18' d='M0 30 C22 30 44 10 70 10 C96 10 104 29 130 29 C152 29 166 16 185 16 C208 16 220 30 240 30 L240 84 L0 84 Z'/%3E%3C/svg%3E")}.skills,.projects,.certifications,.education,.contact{position:relative;isolation:isolate;overflow:hidden}.skills>*,.projects>*,.certifications>*,.education>*,.contact>*{position:relative;z-index:1}.skills:before,.projects:before,.certifications:before,.education:before,.contact:before{content:"";position:absolute;left:-1px;right:-1px;top:0;height:var(--section-cloud-height);background-image:var(--section-cloud-shape);background-repeat:repeat-x;background-size:var(--section-cloud-tile) 100%;background-position:0 top;pointer-events:none;z-index:0;-webkit-mask-image:linear-gradient(to bottom,#000 46%,transparent 100%);mask-image:linear-gradient(to bottom,#000 46%,transparent 100%);animation:cloudDrift 16s linear infinite reverse;will-change:background-position}@keyframes cloudDrift{0%{background-position-x:0}to{background-position-x:var(--section-cloud-tile)}}#certifications:before,#education:before,#hard-skills:before,#soft-skills:before{display:none}@media(max-width:900px){.skills:before,.projects:before,.certifications:before,.education:before,.contact:before{--section-cloud-height: clamp(64px, 14vw, 100px);--section-cloud-tile: 340px}#certifications:before,#education:before,#hard-skills:before,#soft-skills:before{display:block}}.deep-space{position:fixed;inset:0;z-index:-1;pointer-events:none}.deep-space__canvas{width:100%;height:100%;display:block;opacity:0;transition:opacity 1.2s ease}.deep-space__canvas[data-webgl=on]{opacity:1}@media(max-width:900px){body:not(.theme-light){background-color:#000;background-image:radial-gradient(circle at 22px 34px,rgba(255,255,255,.5) 0,transparent 1.4px),radial-gradient(circle at 118px 96px,rgba(255,255,255,.32) 0,transparent 1.1px),radial-gradient(circle at 205px 42px,rgba(255,217,160,.4) 0,transparent 1.5px),radial-gradient(circle at 66px 158px,rgba(255,255,255,.28) 0,transparent 1px),radial-gradient(circle at 174px 190px,rgba(255,255,255,.44) 0,transparent 1.3px),radial-gradient(circle at 252px 132px,rgba(255,255,255,.24) 0,transparent 1px),radial-gradient(circle at 36px 214px,rgba(255,217,160,.3) 0,transparent 1.2px);background-size:280px 236px}}.cubes-canvas{width:100%;height:100%;display:block;opacity:0;transition:opacity .7s ease}.cubes-canvas[data-webgl=on]{opacity:1}.glow-card{position:relative;--glow-tint: rgba(255, 184, 110, .09);--glow-ring: rgba(255, 166, 84, .8)}.glow-card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:radial-gradient(280px circle at var(--glow-x, 50%) var(--glow-y, 50%),var(--glow-ring),transparent 70%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .26s ease;pointer-events:none;z-index:3}.glow-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(460px circle at var(--glow-x, 50%) var(--glow-y, 50%),var(--glow-tint),transparent 65%);opacity:0;transition:opacity .26s ease;pointer-events:none;z-index:2}.glow-card.is-glow-active:before,.glow-card.is-glow-active:after{opacity:1}.theme-light .glow-card{--glow-tint: rgba(31, 184, 102, .1);--glow-ring: rgba(19, 138, 76, .55)}.skills__title,.projects__title,.certifications__title,.education__title,.contact__title{padding-inline:.12em;margin-inline:-.12em;background-image:linear-gradient(100deg,#c26b1b 0% 45%,#ffd9a0 50%,#c26b1b 55% 100%);background-size:260% 100%;background-position:0% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:titleSheen 7s linear infinite}@keyframes titleSheen{0%{background-position:0% 0}to{background-position:100% 0}}.theme-light .skills__title,.theme-light .certifications__title,.theme-light .education__title,.theme-light .contact__title{background-image:linear-gradient(100deg,#0c6437 0% 45%,#2fcf85 50%,#0c6437 55% 100%)}.theme-light .projects__title{background-image:linear-gradient(100deg,#ecfff6 0% 45%,#8df5c2 50%,#ecfff6 55% 100%)}.projects__cta,.certifications__cta,.education__cta,.contact__card-action,.site-footer__to-top{position:relative;overflow:hidden}.projects__cta:after,.certifications__cta:after,.education__cta:after,.contact__card-action:after,.site-footer__to-top:after{content:"";position:absolute;top:-45%;bottom:-45%;left:-10%;width:38%;transform:skew(-22deg) translate(-160%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);opacity:0;transition:transform .65s cubic-bezier(.2,.6,.3,1),opacity .2s ease;pointer-events:none}.projects__cta:hover:after,.projects__cta:focus-visible:after,.certifications__cta:hover:after,.certifications__cta:focus-visible:after,.education__cta:hover:after,.education__cta:focus-visible:after,.contact__card-action:hover:after,.contact__card-action:focus-visible:after,.site-footer__to-top:hover:after,.site-footer__to-top:focus-visible:after{transform:skew(-22deg) translate(320%);opacity:1}.projects__cta--static:after{content:none}.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:30;pointer-events:none}.scroll-progress__bar{height:100%;width:100%;transform-origin:0 50%;transform:scaleX(0);opacity:0;transition:opacity .22s ease;background:linear-gradient(90deg,#8a4a12,#c26b1b 55%,#ffd9a0);box-shadow:0 0 14px #c26b1b80}.theme-light .scroll-progress__bar{background:linear-gradient(90deg,#0c6437,#138a4c 55%,#6fe3a5);box-shadow:0 0 14px #1fb86673}.skills__logo-carousel{padding-block:12px}.skills__logo-carousel:hover .skills__logo-track{animation-play-state:paused}.skills__logo-item img{transition:transform .22s ease,filter .22s ease}.skills__logo-item:hover img{transform:scale(1.22) translateY(-4px);filter:grayscale(0) drop-shadow(0 10px 18px rgba(194,107,27,.35))}.theme-light .skills__logo-item:hover img{filter:grayscale(0) drop-shadow(0 10px 18px rgba(19,138,76,.3))}.theme-light #soft-skills .skills__logo-item:hover img{filter:invert(1) brightness(.18) drop-shadow(0 10px 18px rgba(19,138,76,.3))}.education__media{overflow:hidden}.education__media img{transition:transform .42s ease}.education__card:hover .education__media img,.education__card:focus-within .education__media img{transform:scale(1.06)}.contact__media{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.contact__card:hover .contact__media,.contact__card:focus-visible .contact__media{transform:translateY(-4px) scale(1.05);border-color:#c26b1b;box-shadow:inset 0 0 0 1px #ffffff14,0 10px 24px #c26b1b47}.theme-light .contact__card:hover .contact__media,.theme-light .contact__card:focus-visible .contact__media{border-color:#138a4ce6;box-shadow:inset 0 0 0 1px #0f172a0f,0 10px 24px #138a4c40}.projects__tags span{transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.projects__tags span:hover{border-color:#c26b1bd9;background:#c26b1b24;transform:translateY(-1px)}.theme-light .projects__tags span:hover{border-color:#138a4cb3;background:#1fb8661f}@property --panel-angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.theme-light .hero__light-panel:after,.hero--light .hero__light-panel:after{content:"";position:absolute;inset:-1.5px;border-radius:inherit;padding:1.5px;background:conic-gradient(from var(--panel-angle),rgba(31,184,102,0) 0deg,rgba(31,184,102,.85) 38deg,rgba(133,240,184,1) 78deg,rgba(31,184,102,0) 132deg,rgba(31,184,102,0) 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:panelOrbit 7s linear infinite;pointer-events:none}@keyframes panelOrbit{to{--panel-angle: 360deg}}.post-hero{position:relative}@media(min-width:901px){.post-hero:after{content:"";position:absolute;inset:0;z-index:5;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.05;mix-blend-mode:overlay}.post-hero--light:after{opacity:.03}}::selection{background:#c26b1b8c;color:#fff}.theme-light ::selection{background:#1fb86666;color:#07301c}html{scrollbar-width:thin;scrollbar-color:rgba(194,107,27,.8) #0c0c0c}html:has(body.theme-light){scrollbar-color:rgba(19,138,76,.75) #dcebe2}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%;scroll-behavior:smooth;overflow-x:clip}body{background:#000;color:#fff;font-family:Space Grotesk,Segoe UI,Arial,sans-serif;font-size:1.05rem;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}img{max-width:100%;height:auto}:root{--duo-soft-hi: #141616;--duo-soft-lo: #0b0d0d;--duo-strong-hi: #4a2408;--duo-strong-lo: #2a1204;--duo-glow: rgba(255, 166, 84, .34);--duo-sheen-on-soft: linear-gradient(100deg, #c26b1b 0%, #c26b1b 45%, #ffd9a0 50%, #c26b1b 55%, #c26b1b 100%);--duo-sheen-on-strong: linear-gradient(100deg, #ffe3c2 0%, #ffe3c2 45%, #fff6ea 50%, #ffe3c2 55%, #ffe3c2 100%);--duo-kicker-on-soft: #e08b33;--duo-kicker-on-strong: #ffd9a0;--duo-name-on-soft: #f5f5f2;--duo-name-on-strong: #fff4e6;--duo-text-on-soft: rgba(245, 245, 242, .78);--duo-text-on-strong: rgba(255, 240, 220, .82);--duo-meta-on-soft: rgba(245, 245, 242, .92);--duo-meta-on-strong: #ffedd8;--duo-tip-bg-on-soft: #ffd9a0;--duo-tip-ink-on-soft: #2b1605;--duo-tip-bg-on-strong: #141616;--duo-tip-ink-on-strong: #ffd9a0;--duo-aura-on-soft: rgba(255, 166, 84, .14);--duo-aura-on-strong: rgba(255, 166, 84, .3)}body.theme-light{--duo-soft-hi: #ffffff;--duo-soft-lo: #f0f8f3;--duo-strong-hi: #0c2418;--duo-strong-lo: #071710;--duo-glow: rgba(31, 184, 102, .3);--duo-sheen-on-soft: linear-gradient(100deg, #0c6437 0%, #0c6437 45%, #2fcf85 50%, #0c6437 55%, #0c6437 100%);--duo-sheen-on-strong: linear-gradient(100deg, #ecfff6 0%, #ecfff6 45%, #8df5c2 50%, #ecfff6 55%, #ecfff6 100%);--duo-kicker-on-soft: #0d7a41;--duo-kicker-on-strong: #62e6a0;--duo-name-on-soft: #1d1d1f;--duo-name-on-strong: #ffffff;--duo-text-on-soft: #3c3c41;--duo-text-on-strong: rgba(242, 251, 246, .82);--duo-meta-on-soft: rgba(29, 29, 31, .94);--duo-meta-on-strong: #f2fbf6;--duo-tip-bg-on-soft: #0c2418;--duo-tip-ink-on-soft: #eafff3;--duo-tip-bg-on-strong: #ffffff;--duo-tip-ink-on-strong: #0f2517;--duo-aura-on-soft: rgba(13, 122, 65, .16);--duo-aura-on-strong: rgba(31, 184, 102, .4)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__main{flex:1;padding-top:var(--site-header-offset, 0px)}.post-hero{transition:background .22s ease,color .22s ease}section,footer{scroll-margin-top:120px}.section-title-row{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:nowrap;max-width:100%}.skills__title,.projects__title,.certifications__title,.education__title,.contact__title{font-style:italic}@media(max-width:1023px){.section-title-row{gap:.45rem}}@media(max-width:960px){.section-title-row{flex-wrap:wrap;justify-content:center}}button{background:#c26b1b;color:#fff;border:none;padding:.7rem 1.1rem;border-radius:6px;cursor:pointer}button:hover{filter:brightness(1.05)}.spawn-item{opacity:0;transform:translate3d(-104px,0,0);transition:transform .32s cubic-bezier(.18,.67,.32,1),opacity .32s ease;transition-delay:var(--spawn-delay, 0ms);will-change:transform,opacity}.spawn-item[data-spawn-direction=right]{transform:translate3d(96px,0,0)}.spawn-item[data-spawn-direction=up]{transform:translate3d(0,36px,0)}.spawn-item.is-spawn-visible{opacity:1;transform:translateZ(0)}@media(max-width:768px){.spawn-item,.spawn-item[data-spawn-direction=right],.spawn-item[data-spawn-direction=up]{opacity:1;transform:none;transition:none;filter:none;will-change:auto}}
