.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__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(.92rem,1vw,1.1rem);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(.72rem,.74vw,.92rem);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(.7rem,.66vw,.86rem)}}@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:.69rem;letter-spacing:.015em}}@media(max-width:920px){.site-header__content{flex-direction:column;align-items:flex-start;gap:.7rem;min-height:auto;padding:.78rem 3vw}.site-header__nav{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:.55rem .85rem}.site-header__nav a{font-size:.77rem;letter-spacing:.02em}}@media(max-width:520px){.site-header__brand-logo{width:30px;height:30px}.site-header__content{padding:.8rem 6vw}.site-header__nav a{font-size:.82rem}}.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}.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:has(.hero__atmosphere[data-webgl=on]) .hero__constellation{display:none}.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}@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{height:34px;padding:.2rem;gap:.3rem}.language-switcher__button,.theme-switcher__button{height:24px;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--whatsapp{border-color:#c26b1be6}.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:40px;height:40px}.hero__linkedin-icon{width:22px;height:22px}.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:clamp(12rem,18vh,15rem);padding-bottom:clamp(12rem,18vh,15rem)}.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:.8rem;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.7rem 1.9rem}.skills__group+.skills__group{border-left:1px solid var(--skills-divider)}.skills__group-title{margin:0 0 .9rem;padding-bottom:.7rem;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.9}@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:1.1rem;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 18s 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}.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%;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){.skills-pin__panel.skills,#soft-skills.skills-pin__panel{padding-top:clamp(4rem,14vh,9rem)}}@media(min-width:901px){#soft-skills.skills-pin__panel{align-items: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:.3rem}.section-arrows__button{width:34px;height:34px}.section-arrows__button svg{width:20px;height:20px}.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(1300px,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:220px;padding:.45rem;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:90%;height:calc(100% - 18px);object-fit:contain;display:block;margin:0 auto;padding:.35rem .2rem .45rem;transform:scale(1.02);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.04)}.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__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(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:182px}}@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:164px}.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(5.5rem,9vh,7rem) 6vw 1.6rem}.projects .projects__header,.projects .projects__belt{width:min(1300px,100%);margin-inline:auto}.projects .projects__belt{flex:1 1 auto;min-height:0;overflow:hidden;margin-top:2.2rem;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 var(--belt-fade-top, 0px),#000 calc(100% - var(--belt-fade-bottom, 0px)),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 var(--belt-fade-top, 0px),#000 calc(100% - var(--belt-fade-bottom, 0px)),transparent 100%)}.projects .projects__grid{margin-top:0;will-change:transform}}.certifications{padding:clamp(12rem,18vh,15rem) 6vw clamp(14rem,21vh,17rem);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)}@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)}@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(3,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)}@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}.pin-pair__cubes{display:none}@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__cubes{display:block;position:absolute;inset:0;z-index:2;pointer-events:none}.pin-pair__track{position:relative;z-index:1;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: #6e6e73;--apple-border: rgba(15, 23, 42, .1);--apple-accent: #138a4c;--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 .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)}.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(1100px 560px at 72% -8%,rgba(var(--apple-bright-rgb),.22),transparent 60%),radial-gradient(820px 520px at 12% 4%,rgba(166,226,192,.4),transparent 58%),linear-gradient(180deg,#ebf6ef,#e6f2ea);color:var(--apple-text);position:relative}.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}.theme-light .hero__button--whatsapp .hero__button-icon,.hero--light .hero__button--whatsapp .hero__button-icon{color:var(--apple-bright)}.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__showcase,.hero--light .hero__showcase{position:relative;z-index:1;width:min(1080px,100%);margin:2.8rem auto 0}.theme-light .hero__light-panel,.hero--light .hero__light-panel{position:relative;z-index:1;width:100%;border-radius:28px;border:1.5px solid rgba(var(--apple-bright-rgb),.5);padding:clamp(1.8rem,3vw,2.9rem);background:radial-gradient(120% 80% at 82% -12%,rgba(var(--apple-bright-rgb),.16),transparent 56%),linear-gradient(150deg,#fff,#f3faf6);box-shadow:0 0 0 1px rgba(var(--apple-bright-rgb),.22),0 28px 64px #0f172a1a,0 0 46px rgba(var(--apple-bright-rgb),.2),inset 0 1px #ffffffbf}.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:1rem 0 0;font-size:clamp(2rem,4.2vw,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:.85rem;max-width:60ch;font-size:1.02rem;color:var(--apple-muted)}.theme-light .hero__light-links,.hero--light .hero__light-links{margin-top:1.2rem;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 .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 .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-panel,.hero--light .hero__light-panel{border-radius:22px}.hero__decor,.hero__constellation{display:none}}.hero__constellation{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.hero__constellation svg{position:absolute;top:-6%;right:-4%;width:min(1220px,100%);height:105%;opacity:.42}.hero--light .hero__atmosphere,.theme-light .hero__atmosphere,.hero--light .hero__constellation,.theme-light .hero__constellation{-webkit-mask-image:radial-gradient(58% 42% at 24% 17%,transparent 0%,transparent 50%,#000 82%);mask-image:radial-gradient(58% 42% at 24% 17%,transparent 0%,transparent 50%,#000 82%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.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)}.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{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}}.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}.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}.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}.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}}
