.nav{-webkit-user-select:none;user-select:none;z-index:100;border-bottom:1px solid #0000;transition:background .4s cubic-bezier(.22,1,.36,1),border-color .4s cubic-bezier(.22,1,.36,1),-webkit-backdrop-filter .4s cubic-bezier(.22,1,.36,1),backdrop-filter .4s cubic-bezier(.22,1,.36,1);position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0d0cb8;border-bottom-color:#262b27}.nav__inner{width:100%;max-width:1080px;margin:0 auto;padding-inline:1.5rem}@media (max-width:640px){.nav__inner{padding-inline:1.25rem}}.nav__inner{justify-content:space-between;align-items:center;height:68px;display:flex}.nav__brand{letter-spacing:-.01em;align-items:baseline;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.nav__brand span{color:#4fbf7b;font-size:1.2rem;line-height:0}.nav__links{align-items:center;gap:2rem;display:flex}@media (max-width:768px){.nav__links{display:none}}.nav__link{color:#899089;font-size:.9rem;transition:color .3s cubic-bezier(.22,1,.36,1);position:relative}.nav__link:after{content:"";background:#4fbf7b;width:0;height:1px;transition:width .35s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-4px;left:0}.nav__link:hover{color:#f0f2ee}.nav__link:hover:after{width:100%}.nav__link.is-active{color:#f0f2ee}.nav__link.is-active:after{background:#4fbf7b;width:100%}.nav__cta{color:#f0f2ee;border:1px solid #262b27;border-radius:999px;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.85rem;transition:border-color .3s cubic-bezier(.22,1,.36,1),background .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.nav__cta:hover,.nav__cta.is-active{background:#4fbf7b1f;border-color:#4fbf7b;transform:translateY(-1px)}.nav__toggle{color:#f0f2ee;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;display:none}@media (max-width:768px){.nav__toggle{display:inline-flex}}.nav__progress{transform-origin:0;will-change:transform;background:linear-gradient(90deg,#37a866,#4fbf7b);width:100%;height:2px;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav__mobile{display:none}@media (max-width:768px){.nav__mobile{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0d0cf5;border-bottom:1px solid #0000;flex-direction:column;gap:.25rem;max-height:0;transition:max-height .45s cubic-bezier(.22,1,.36,1),border-color .45s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden}.nav__mobile.open{border-bottom-color:#262b27;max-height:320px}}.nav__mobile a{color:#899089;border-top:1px solid #262b27;padding:.9rem 1.5rem;font-size:1rem}.nav__mobile a:first-child{border-top:none}.nav__mobile a:active,.nav__mobile a.is-active{color:#4fbf7b}
.reveal{opacity:0;will-change:opacity,transform;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:translateY(0)}
.hero{-webkit-user-select:none;user-select:none;--mx:50%;--my:40%;align-items:center;min-height:100vh;padding-top:68px;display:flex;position:relative;overflow:hidden}.hero__spotlight{z-index:0;pointer-events:none;background:radial-gradient(380px circle at var(--mx) var(--my), #7ef50f1a, transparent 60%);transition:background .15s linear;position:absolute;inset:0}.hero__grid{z-index:0;pointer-events:none;opacity:.25;background-image:linear-gradient(#262b27 1px,#0000 1px),linear-gradient(90deg,#262b27 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 40%,#000 0%,#0000 72%);mask-image:radial-gradient(circle at 50% 40%,#000 0%,#0000 72%)}.hero__inner{width:100%;max-width:1080px;margin:0 auto;padding-inline:1.5rem}@media (max-width:640px){.hero__inner{padding-inline:1.25rem}}.hero__inner{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hero__title{letter-spacing:-.04em;text-wrap:balance;margin-bottom:1.75rem;font-size:clamp(3rem,11vw,8.5rem);font-weight:600;line-height:.95}.hero__subtitle{color:#4fbf7b;letter-spacing:-.02em;font-weight:800;display:block}.hero__role{color:#f0f2ee;flex-direction:row;align-items:flex-start;gap:0;margin-top:-3ch;margin-bottom:1.75rem;font-size:.9rem;font-weight:500;display:flex}.hero__role>span:first-child{color:#899089}.hero__role-rotator{min-width:8.5ch;display:inline-grid;position:relative}.hero__role-rotator .hero__role-word{color:#4fbf7b;opacity:0;filter:blur(4px);grid-area:1/1;transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1),filter .5s cubic-bezier(.22,1,.36,1);transform:translateY(.5em)}.hero__role-rotator .hero__role-word.active{opacity:1;filter:blur();transform:translateY(0)}.hero__lead{color:#899089;text-wrap:pretty;max-width:46ch;margin-bottom:2.5rem;font-size:clamp(1rem,2.2vw,1.2rem);line-height:1.65}.hero__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero__btn{border-radius:999px;align-items:center;gap:.6rem;padding:.9rem 1.5rem;font-size:.95rem;font-weight:500;transition:transform .3s cubic-bezier(.22,1,.36,1),background .3s cubic-bezier(.22,1,.36,1),border-color .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.hero__btn--primary{color:#0b0d0c;background:#4fbf7b}.hero__btn--primary:hover{background:#65c78c;transform:translateY(-2px)}.hero__btn--ghost{color:#f0f2ee;border:1px solid #262b27}.hero__btn--ghost:hover{border-color:#899089;transform:translateY(-2px)}.hero__socials{gap:.75rem;margin-left:.5rem;display:flex}.hero__socials a{color:#899089;border:1px solid #262b27;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;transition:color .3s cubic-bezier(.22,1,.36,1),border-color .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.hero__socials a:hover{color:#4fbf7b;border-color:#4fbf7b;transform:translateY(-2px)}@keyframes pulse{0%{box-shadow:0 0 #4fbf7b1f}70%{box-shadow:0 0 0 10px #d9a06600}to{box-shadow:0 0 #d9a06600}}@keyframes scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom}to{transform-origin:bottom;transform:scaleY(0)}}
.about{padding-block:7rem}.about__inner{width:100%;max-width:1080px;margin:0 auto;padding-inline:1.5rem}@media (max-width:640px){.about__inner{padding-inline:1.25rem}}.about__inner{grid-template-columns:.8fr 1.2fr;align-items:start;gap:4rem;display:grid}@media (max-width:768px){.about__inner{grid-template-columns:1fr;gap:2.5rem}}.about__kicker{letter-spacing:.18em;text-transform:uppercase;color:#565d57;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.75rem;font-weight:500;display:inline-flex}.about__heading{text-wrap:balance;font-size:clamp(1.75rem,4vw,2.6rem);line-height:1.1}.about__heading em{font-family:var(--font-serif),Georgia,serif;color:#4fbf7b;font-style:italic;font-weight:400}.about__body p{color:#899089;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.7}.about__body p+p{margin-top:1.5rem}.about__body p strong{color:#f0f2ee;font-weight:500}.about__stat .num{color:#f0f2ee;letter-spacing:-.02em;font-size:2rem;font-weight:600;display:block}.about__stat .label{color:#565d57;font-size:.85rem}
.education{padding-block:6rem}.education__inner{width:100%;max-width:1080px;margin:0 auto;padding-inline:1.5rem}@media (max-width:640px){.education__inner{padding-inline:1.25rem}}.education__head{margin-bottom:3rem}.education__kicker{letter-spacing:.18em;text-transform:uppercase;color:#565d57;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:500;display:inline-flex}.education__title{font-size:clamp(1.9rem,3vw,3rem)}.education__list{gap:1rem;display:grid}.education__item{background:#131614;border:1px solid #262b27;border-radius:14px;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;padding:1.75rem;transition:border-color .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1),background .4s cubic-bezier(.22,1,.36,1);display:grid}.education__item:hover{background:#181c19;border-color:#4fbf7b;transform:translateY(-3px)}@media (max-width:640px){.education__item{grid-template-columns:1fr;gap:.75rem}}.education__degree{margin-bottom:.35rem;font-size:1.2rem;font-weight:600}.education__school{color:#899089;font-size:.95rem}.education__year{color:#4fbf7b;white-space:nowrap;background:#4fbf7b1f;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.8rem;font-weight:500;display:inline-flex}
.skills{padding-block:6rem}.skills__inner{width:100%;max-width:1080px;margin:0 auto;padding-inline:1.5rem}@media (max-width:640px){.skills__inner{padding-inline:1.25rem}}.skills__head{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;display:flex}@media (max-width:640px){.skills__head{flex-direction:column;align-items:flex-start;gap:1rem}}.skills__kicker{letter-spacing:.18em;text-transform:uppercase;color:#565d57;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:500;display:inline-flex}.skills__title{font-size:clamp(1.9rem,5vw,3rem)}.skills__title em{font-family:var(--font-serif),Georgia,serif;color:#4fbf7b;font-style:italic;font-weight:400}.skills__note{color:#899089;max-width:30ch;font-size:.95rem}.skills__grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (max-width:768px){.skills__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.skills__grid{grid-template-columns:1fr}}.skills__card{cursor:pointer;background:#131614;border:1px solid #262b27;border-radius:10px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:border-color .4s cubic-bezier(.22,1,.36,1),background .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1),transform .25s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.skills__card:before{content:"";background:radial-gradient(200px circle at var(--mx,50%) var(--my,50%), #4fbf7b1f, transparent 65%);opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.skills__card:hover{background:#181c19;border-color:#4fbf7b73;box-shadow:0 18px 40px -24px #000000e6}.skills__card:hover:before{opacity:1}.skills__card:hover .skills__icon{transform:scale(1.12)translateZ(20px)}.skills__card:hover .skills__icon img{filter:grayscale(0)saturate()}.skills__card:hover .skills__icon:after{opacity:.9;transform:scale(1.3)}.skills__card:hover .skills__level{color:#4fbf7b;border-color:#4fbf7b66}.skills__glow{display:none}.skills__icon{width:46px;height:46px;transform-style:preserve-3d;background:#181c19;border:1px solid #262b27;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.22,1,.36,1);display:inline-flex;position:relative}.skills__icon:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(circle,#4fbf7b1f,#0000 70%);transition:opacity .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:scale(1)}.skills__icon img{object-fit:contain;filter:grayscale(.35)saturate(.85);width:24px;height:24px;transition:filter .4s cubic-bezier(.22,1,.36,1)}.skills__text{flex-direction:column;gap:.15rem;display:flex}.skills__name{font-size:1rem;font-weight:500}.skills__level{letter-spacing:.04em;color:#565d57;border:1px solid #262b27;border-radius:999px;margin-left:auto;padding:.2rem .55rem;font-size:.7rem;font-weight:500;transition:color .4s cubic-bezier(.22,1,.36,1),border-color .4s cubic-bezier(.22,1,.36,1)}
.projects{padding-block:6rem}.projects__inner{width:100%;max-width:1080px;margin:0 auto;padding-inline:1.5rem}@media (max-width:640px){.projects__inner{padding-inline:1.25rem}}.projects__head{max-width:640px;margin-bottom:3.5rem}.projects__kicker{letter-spacing:.18em;text-transform:uppercase;color:#565d57;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:500;display:inline-flex}.projects__title{margin-bottom:1rem;font-size:clamp(1.9rem,5vw,3rem)}.projects__title em{font-family:var(--font-serif),Georgia,serif;color:#4fbf7b;font-style:italic;font-weight:400}.projects__intro{color:#899089;font-size:1.05rem;line-height:1.65}.projects__list{gap:2rem;display:grid}.projects__card{background:#131614;border:1px solid #262b27;border-radius:14px;grid-template-columns:1.1fr 1fr;gap:0;transition:border-color .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);display:grid;overflow:hidden}.projects__card:hover{border-color:#4fbf7b;transform:translateY(-4px)}.projects__card:hover .projects__media img{transform:scale(1.05)}@media (max-width:768px){.projects__card{grid-template-columns:1fr}}.projects__card--reverse .projects__media{order:2}@media (max-width:768px){.projects__card--reverse .projects__media{order:0}}.projects__media{aspect-ratio:16/11;background:#181c19;position:relative;overflow:hidden}.projects__media img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1)}.projects__content{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}@media (max-width:640px){.projects__content{padding:1.75rem}}.projects__tag{letter-spacing:.18em;text-transform:uppercase;color:#4fbf7b;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:500;display:inline-flex}.projects__name{margin-bottom:1rem;font-size:clamp(1.2rem,2vw,1.25rem)}.projects__desc{color:#899089;margin-bottom:1.5rem;line-height:1.65}.projects__stack{flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem;display:flex}.projects__chip{color:#899089;border:1px solid #262b27;border-radius:999px;align-items:center;gap:.45rem;padding:.4rem .85rem;font-size:.8rem;display:inline-flex}.projects__links{gap:1rem;display:flex}.projects__link{color:#f0f2ee;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:color .3s cubic-bezier(.22,1,.36,1),gap .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.projects__link .fa-icon{color:#4fbf7b}.projects__link:hover{color:#4fbf7b;gap:.75rem}
.contact{padding-block:7rem}.contact__inner{width:100%;max-width:1080px;margin:0 auto;padding-inline:1.5rem}@media (max-width:640px){.contact__inner{padding-inline:1.25rem}}.contact__inner{text-align:justify;flex-direction:column;align-items:center;gap:4rem;display:flex}@media (max-width:768px){.contact__inner{grid-template-columns:1fr;gap:2.5rem}}.contact__kicker{letter-spacing:.18em;text-transform:uppercase;color:#565d57;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.75rem;font-weight:500;display:inline-flex}.contact__title{text-wrap:balance;text-align:center;margin-bottom:1.5rem;font-size:clamp(2rem,6vw,3.5rem);line-height:1.05}.contact__lead{color:#899089;max-width:40ch;margin-bottom:2rem;font-size:1.05rem;line-height:1.65}.contact__socials{justify-content:center;gap:.75rem;display:flex}.contact__social{-webkit-user-select:none;user-select:none;color:#899089;border:1px solid #262b27;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;text-decoration:none;transition:color .3s cubic-bezier(.22,1,.36,1),border-color .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1);display:flex}.contact__social:hover{color:#4fbf7b;border-color:#4fbf7b;transform:translateY(-3px)}
.footer{-webkit-user-select:none;user-select:none;border-top:1px solid #262b27;padding-block:1rem}.footer__inner{width:100%;max-width:1080px;margin:0 auto;padding-inline:1.5rem}@media (max-width:640px){.footer__inner{padding-inline:1.25rem}}.footer__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.footer__meta{color:#565d57;text-align:right;font-size:.85rem}
