.navbar{width:100%;height:var(--navbar-height);z-index:1000;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#050505f5;transition:transform .3s,background .3s,border-color .3s;position:fixed;top:0;left:0;transform:translateY(0)}.navbar--visible{transform:translateY(0)}.navbar--hidden{transform:translateY(-100%)}.navbar__content{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;height:100%;display:grid}.navbar__brand{white-space:nowrap;align-items:center;gap:.55rem;display:flex}.navbar__brand-name{color:var(--color-text-primary);font-family:var(--font-heading);letter-spacing:.08em;font-size:1.1rem;font-weight:700}.navbar__brand-separator{color:var(--color-accent);font-weight:700}.navbar__brand-role{color:var(--color-text-secondary);letter-spacing:.11em;font-size:.67rem;font-weight:600}.navbar__nav{justify-self:center}.navbar__links{align-items:center;gap:1.6rem;display:flex}.navbar__links a{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:600;transition:color .2s,transform .2s;position:relative}.navbar__links a:after{content:"";background:var(--color-accent);transform-origin:100%;width:100%;height:2px;transition:transform .25s;position:absolute;bottom:-7px;left:0;transform:scaleX(0)}.navbar__links a:hover,.navbar__links a:focus-visible{color:var(--color-text-primary)}.navbar__links a:hover:after,.navbar__links a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.navbar__cta{border:1px solid var(--color-accent);background:var(--color-accent);color:#050505;letter-spacing:.08em;border-radius:4px;justify-content:center;align-items:center;min-height:40px;padding:0 1.1rem;font-size:.72rem;font-weight:800;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.navbar__cta:hover,.navbar__cta:focus-visible{background:var(--color-accent-hover);border-color:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #f5a62329}.navbar__toggle{background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;display:none}.navbar__toggle span{background:var(--color-text-primary);width:24px;height:2px;transition:transform .25s,opacity .25s;display:block}@media (width<=1050px){.navbar__brand-role,.navbar__brand-separator{display:none}.navbar__links{gap:1.15rem}}@media (width<=900px){.navbar__content{justify-content:space-between;gap:1rem;display:flex}.navbar__cta{display:none}.navbar__toggle{display:flex}.navbar__nav{top:var(--navbar-height);background:#050505fa;border-bottom:1px solid #0000;width:100vw;max-height:0;transition:max-height .3s,border-color .3s;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}.navbar__nav--open{border-bottom-color:var(--color-border);max-height:450px}.navbar__links{flex-direction:column;align-items:stretch;gap:0;width:min(100% - 2rem,1180px);margin:auto;padding:1rem 0 1.5rem}.navbar__links li{width:100%}.navbar__links a{width:100%;padding:1rem 0;font-size:.9rem;display:block}.navbar__links a:after{display:none}.navbar__links a:hover{color:var(--color-accent)}.navbar__toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle--open span:nth-child(2){opacity:0}.navbar__toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}}.footer{background:var(--color-background-deep);border-top:1px solid var(--color-border);padding:2rem 0}.footer__content{justify-content:space-between;align-items:center;gap:2rem;display:flex}.footer__copyright{color:#aeb2b9;letter-spacing:.08em;font-size:.75rem;font-weight:500}.footer__links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.footer__links a{color:#aeb2b9;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600;transition:color .2s,transform .2s;position:relative}.footer__links a:hover,.footer__links a:focus-visible{color:var(--color-accent);transform:translateY(-1px)}@media (width<=700px){.footer__content{flex-direction:column;align-items:flex-start;gap:1.25rem}}@media (width<=480px){.footer{padding:1.5rem 0}.footer__links{flex-direction:column;align-items:flex-start;gap:.75rem}.footer__copyright{font-size:.7rem;line-height:1.6}}.hero{isolation:isolate;background:url(/images/gotham-city.jpg) 50%/cover no-repeat;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-2;background:linear-gradient(90deg,#000000f2 0%,#000000c7 45%,#00000080 75%,#000000a6 100%);position:absolute;inset:0}.hero:after{content:"";background:linear-gradient(180deg, #0000004d 0%, #0000001a 60%, var(--color-background) 100%);z-index:-1;position:absolute;inset:0}.hero__overlay{pointer-events:none;background:radial-gradient(circle at 75% 28%,#f5a6231c,#0000 28%);position:absolute;inset:0}.hero__content{width:100%;padding-top:calc(var(--navbar-height) + 4rem);padding-bottom:5rem;position:relative}.hero__text{max-width:820px}.hero__eyebrow{color:var(--color-text-secondary);letter-spacing:.22em;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;display:inline-block}.hero__title{letter-spacing:.01em;flex-direction:column;margin-bottom:1.75rem;font-size:clamp(3.5rem,7.5vw,7rem);font-weight:700;line-height:.95;display:flex}.hero__title span:first-child{color:var(--color-accent)}.hero__title span:last-child{color:var(--color-text-primary)}.hero__description{color:#b0b4bb;max-width:620px;margin-bottom:2.25rem;font-size:1.05rem;line-height:1.8}.hero__actions{align-items:center;gap:1rem;display:flex}.hero__button{border:1px solid var(--color-accent);background:var(--color-accent);color:#050505;letter-spacing:.1em;border-radius:4px;justify-content:center;align-items:center;min-height:50px;padding:0 1.75rem;font-size:.8rem;font-weight:800;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.hero__button:hover,.hero__button:focus-visible{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 10px 30px #f5a62333}.hero__socials{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:1.75rem;display:flex}.hero__socials a{color:#9ca3af;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:600;transition:color .2s,transform .2s}.hero__socials a:hover,.hero__socials a:focus-visible{color:var(--color-accent);transform:translateY(-1px)}.hero__scroll{flex-direction:column;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:1rem;right:0}.hero__scroll span{color:#a7abb2;letter-spacing:.2em;writing-mode:vertical-rl;font-size:.65rem}.hero__scroll-line{background:linear-gradient(#f5a623f2,#f5a62300);width:1px;height:60px}@media (width<=900px){.hero{min-height:90vh}.hero__content{padding-top:calc(var(--navbar-height) + 5rem)}.hero__text{max-width:700px}.hero__title{font-size:clamp(3.2rem,10vw,5.5rem)}.hero__scroll{display:none}}@media (width<=600px){.hero{background-position:62%;min-height:100svh}.hero__content{padding-top:calc(var(--navbar-height) + 4rem);padding-bottom:4rem}.hero__eyebrow{letter-spacing:.16em;margin-bottom:1.25rem;font-size:.72rem}.hero__title{margin-bottom:1.5rem;font-size:clamp(2.8rem,13vw,4.2rem);line-height:1}.hero__description{font-size:1rem;line-height:1.7}.hero__button{width:100%}.hero__socials{gap:1rem}}@media (width<=380px){.hero__title{font-size:2.6rem}.hero__description{font-size:.95rem}}.skills{background:0 0;position:relative}.skills__heading{text-align:center;max-width:720px;margin:0 auto 2.5rem}.skills__eyebrow{color:var(--color-accent);letter-spacing:.2em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.skills__title{color:var(--color-text-primary);letter-spacing:.04em;margin-bottom:1.5rem;font-size:clamp(2.5rem,4.4vw,3.6rem);font-weight:700}.skills__title:after{content:"";background:var(--color-accent);width:72px;height:2px;margin:1rem auto 0;display:block}.skills__description{max-width:650px;color:var(--color-text-secondary);margin:0 auto;font-size:1rem;line-height:1.8}.skills__categories{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-bottom:1.25rem;display:flex}.skills__category{border:1px solid var(--color-border);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.08em;background:#ffffff06;border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .9rem;font-size:.72rem;font-weight:700;transition:color .2s,border-color .2s,background .2s,transform .2s;display:inline-flex}.skills__category:hover{color:var(--color-text-primary);border-color:#f5a62373;transform:translateY(-2px)}.skills__category--active{color:var(--color-accent);background:#f5a62314;border-color:#f5a623a6}.skills__category-count{min-width:23px;height:20px;color:inherit;background:#ffffff0f;border-radius:999px;justify-content:center;align-items:center;padding-inline:.35rem;font-size:.65rem;display:inline-flex}.skills__category--active .skills__category-count{background:var(--color-accent);color:#050505}.skills__counter{color:#9ca3afb3;text-align:center;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:.72rem}.skills__grid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:.85rem;display:grid}.skill-card{--skill-color:var(--color-accent);border:1px solid var(--color-border);background:linear-gradient(145deg, #ffffff06, #ffffff03), var(--color-surface);cursor:default;min-height:145px;animation:.5s cubic-bezier(.22,1,.36,1) both skillCardEntrance;animation-delay:var(--skill-delay);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;padding:1.4rem 1rem 1.1rem;transition:transform .3s,border-color .3s,box-shadow .3s,background .3s;display:flex;position:relative;overflow:hidden}.skill-card:hover{background:linear-gradient(145deg, #f5a62311, #ffffff04), var(--color-surface);border-color:#f5a623a6;transform:translateY(-4px);box-shadow:0 18px 40px #0000004d,0 0 0 1px #f5a6230d}.skill-card__glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#f5a62324,#0000 70%);border-radius:50%;width:110px;height:110px;transition:opacity .3s;position:absolute;top:-55px;left:50%;transform:translate(-50%)}.skill-card:hover .skill-card__glow{opacity:1}.skill-card__accent{background:var(--color-accent);transform-origin:50%;opacity:0;height:2px;transition:transform .35s,opacity .35s;position:absolute;top:0;left:15%;right:15%;transform:scaleX(0)}.skill-card:hover .skill-card__accent{opacity:1;transform:scaleX(1)}.skill-card__icon{z-index:1;width:52px;height:52px;font-family:var(--font-heading);justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;transition:transform .3s cubic-bezier(.34,1.56,.64,1),filter .3s;display:flex;position:relative}.skill-card__icon i{font-size:2.5rem}.skill-card:hover .skill-card__icon{filter:drop-shadow(0 0 10px #f5a6232e);transform:translateY(-3px)scale(1.12)}.skill-card__name{z-index:1;color:#aeb2b9;font-family:var(--font-body);text-align:center;text-transform:none;letter-spacing:.03em;font-size:.78rem;font-weight:600;transition:color .25s;position:relative}.skill-card:hover .skill-card__name{color:var(--color-text-primary)}.skill-card__bar{z-index:1;background:#ffffff0f;border-radius:999px;width:100%;height:2px;position:relative;overflow:hidden}.skill-card__bar span{border-radius:inherit;background:linear-gradient(90deg, #f5a62359, var(--color-accent));width:0;height:100%;transition:width .55s cubic-bezier(.22,1,.36,1);display:block}.skill-card:hover .skill-card__bar span{width:100%}.skills__more{justify-content:center;margin-top:2rem;display:flex}.skills__more-button{color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;background:#f5a6230d;border:1px solid #f5a62359;border-radius:999px;padding:.75rem 1.5rem;font-size:.75rem;font-weight:700;transition:background .2s,border-color .2s,transform .2s}.skills__more-button:hover{border-color:var(--color-accent);background:#f5a6231a;transform:translateY(-2px)}@keyframes skillCardEntrance{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=900px){.skills__heading{margin-bottom:2.5rem}.skills__grid{grid-template-columns:repeat(auto-fill,minmax(125px,1fr))}}@media (width<=640px){.skills__categories{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.5rem;overflow-x:auto}.skills__categories::-webkit-scrollbar{display:none}.skills__category{flex:none}.skills__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.skill-card{min-height:145px;padding:1.2rem .8rem 1rem}}@media (width<=380px){.skills__title{font-size:2.3rem}.skills__grid{gap:.55rem}.skill-card{min-height:135px}.skill-card__icon,.skill-card__icon i{font-size:2.1rem}.skill-card__name{font-size:.72rem}}@media (prefers-reduced-motion:reduce){.skill-card{transition:none;animation:none}.skill-card__icon,.skill-card__accent,.skill-card__bar span,.skills__category,.skills__more-button{transition:none}}.projects{background:0 0;position:relative}.projects__heading{text-align:center;max-width:720px;margin:0 auto 3rem}.projects__eyebrow{color:var(--color-accent);letter-spacing:.2em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.projects__title{color:var(--color-text-primary);letter-spacing:.04em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.projects__title:after{content:"";background:var(--color-accent);width:72px;height:2px;margin:1rem auto 0;display:block}.projects__description{max-width:650px;color:var(--color-text-secondary);margin:0 auto;font-size:1rem;line-height:1.8}.projects__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.project-card{border:1px solid var(--color-border);background:linear-gradient(145deg, #ffffff06, #ffffff03), var(--color-surface);border-radius:12px;flex-direction:column;min-width:0;height:100%;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 34px #0000002e}.project-card:hover{border-color:#f5a62380;transform:translateY(-6px);box-shadow:0 20px 45px #0000004d,0 0 22px #f5a6230a}.project-card__image{background:#0c0e11;height:230px;position:relative;overflow:hidden}.project-card__image img{object-fit:cover;filter:brightness(.72)saturate(.8);width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1),filter .4s}.project-card__image .project-card__image-contain{object-fit:contain;padding:1.5rem}.project-card:hover .project-card__image img{filter:brightness(.48)saturate(.7);transform:scale(1.07)}.project-card__overlay{opacity:0;background:#050505b8;justify-content:center;align-items:center;gap:.75rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-card:hover .project-card__overlay,.project-card:focus-within .project-card__overlay{opacity:1}.project-card__action{width:46px;height:46px;color:var(--color-accent);font-family:var(--font-heading);background:#050505d9;border:1px solid #f5a62373;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1rem;font-weight:700;transition:transform .2s,color .2s,background .2s,border-color .2s;display:flex}.project-card__action:hover{border-color:var(--color-accent);background:var(--color-accent);color:#050505;transform:translateY(-3px)}.project-card__content{flex-direction:column;flex:1;padding:1.6rem;display:flex}.project-card__number{color:#f5a623b3;font-family:var(--font-heading);letter-spacing:.12em;margin-bottom:.65rem;font-size:.8rem;font-weight:700}.project-card__content h3{color:var(--color-text-primary);margin-bottom:.9rem;font-size:1.45rem;line-height:1.25;transition:color .25s}.project-card:hover .project-card__content h3,.project-card:focus-within .project-card__content h3{color:var(--color-accent)}.project-card__content>p{color:#aeb2b9;flex:1;margin-bottom:1.4rem;font-size:.93rem;line-height:1.7}.project-card__techs{border-top:1px solid var(--color-border);flex-wrap:wrap;gap:.5rem;padding-top:1rem;display:flex}.project-card__techs li{color:var(--color-accent);background:#f5a6230b;border:1px solid #f5a62333;border-radius:6px;padding:.4rem .65rem;font-size:.7rem;font-weight:600}.project-card__mobile-actions{flex-wrap:wrap;gap:1rem;margin-top:1.25rem;display:none}.project-card__mobile-actions a,.project-card__mobile-actions button{color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;background:0 0;align-items:center;gap:.35rem;padding:0;font-size:.78rem;font-weight:700;display:inline-flex}.project-modal{z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e0;justify-content:center;align-items:center;padding:1.5rem;animation:.2s projectModalFade;display:flex;position:fixed;inset:0}.project-modal__content{background:var(--color-surface);border:1px solid #f5a62333;border-radius:14px;width:min(820px,100%);max-height:88vh;animation:.3s cubic-bezier(.22,1,.36,1) projectModalEnter;position:relative;overflow-y:auto;box-shadow:0 30px 80px #0009}.project-modal__close{z-index:3;width:42px;height:42px;color:var(--color-text-primary);background:#050505d1;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;font-size:1.55rem;line-height:1;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex;position:absolute;top:1rem;right:1rem}.project-modal__close:hover{border-color:var(--color-accent);background:var(--color-accent);color:#050505;transform:rotate(90deg)}.project-modal__image{border-bottom:1px solid var(--color-border);background:#090a0c;width:100%;height:300px;overflow:hidden}.project-modal__image img{object-fit:cover;width:100%;height:100%}.project-modal__image .project-modal__image-contain{object-fit:contain;padding:2rem}.project-modal__body{padding:2rem}.project-modal__eyebrow{color:var(--color-accent);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:inline-block}.project-modal__body h3{color:var(--color-text-primary);margin-bottom:1.5rem;font-size:clamp(1.8rem,4vw,2.6rem)}.project-modal__description{gap:1rem;margin-bottom:2rem;display:grid}.project-modal__description p{color:var(--color-text-secondary);font-size:.97rem;line-height:1.8}.project-modal__stack{border-top:1px solid var(--color-border);padding-top:1.5rem}.project-modal__stack h4{color:var(--color-text-primary);font-family:var(--font-heading);text-transform:uppercase;margin-bottom:1rem;font-size:1.1rem}.project-modal__stack ul{flex-wrap:wrap;gap:.55rem;display:flex}.project-modal__stack li{color:var(--color-accent);background:#f5a6230d;border:1px solid #f5a62340;border-radius:6px;padding:.45rem .75rem;font-size:.75rem;font-weight:600}.project-modal__links{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.project-modal__links a{color:var(--color-accent);text-transform:uppercase;letter-spacing:.06em;border:1px solid #f5a62359;border-radius:6px;padding:.7rem 1.1rem;font-size:.75rem;font-weight:700;transition:color .2s,background .2s,border-color .2s}.project-modal__links a:hover{border-color:var(--color-accent);background:var(--color-accent);color:#050505}@keyframes projectModalFade{0%{opacity:0}to{opacity:1}}@keyframes projectModalEnter{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1000px){.projects__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.projects__heading{margin-bottom:3rem}.projects__grid{grid-template-columns:1fr}.project-card__overlay{display:none}.project-card__mobile-actions{display:flex}.project-card__image{height:220px}.project-modal{align-items:flex-end;padding:.75rem}.project-modal__content{max-height:92vh}.project-modal__image{height:220px}.project-modal__body{padding:1.5rem}}@media (width<=480px){.projects__title{font-size:2.4rem}.projects__description{font-size:.95rem}.project-card__content{padding:1.3rem}.project-card__image{height:190px}.project-modal__image{height:185px}.project-modal__body{padding:1.25rem}}@media (prefers-reduced-motion:reduce){.project-card,.project-card__image img,.project-card__overlay,.project-card__action,.project-modal,.project-modal__content,.project-modal__close{transition:none;animation:none}}.experience{background:0 0;position:relative;overflow:hidden}.experience__heading{text-align:center;max-width:760px;margin:0 auto 3.5rem}.experience__badge{color:var(--color-accent);letter-spacing:.12em;background:#f5a6230f;border:1px solid #f5a62340;border-radius:999px;align-items:center;margin-bottom:1rem;padding:.45rem .8rem;font-size:.72rem;font-weight:700;display:inline-flex}.experience__title{color:var(--color-text-primary);letter-spacing:.04em;margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.experience__description{max-width:650px;color:var(--color-text-secondary);margin:0 auto;font-size:1rem;line-height:1.8}.experience__columns{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.experience__column{min-width:0}.experience__column-title{color:var(--color-text-primary);letter-spacing:.08em;margin-bottom:2rem;font-size:1.25rem;font-weight:600}.experience__column-title:after{content:"";background:var(--color-accent);width:42px;height:2px;margin-top:.7rem;display:block}.timeline{gap:1.9rem;padding-left:2.4rem;display:grid;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, var(--color-accent), #f5a6232e, transparent);width:2px;position:absolute;top:.6rem;bottom:0;left:7px}.timeline__item{position:relative}.timeline__node{border:3px solid var(--color-surface);background:var(--color-background);width:15px;height:15px;box-shadow:0 0 0 2px var(--color-accent), 0 0 14px #f5a62359;z-index:2;border-radius:50%;transition:background .25s,box-shadow .25s;position:absolute;top:1.8rem;left:-2.43rem}.timeline__item:hover .timeline__node{background:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent), 0 0 20px #f5a62380}.timeline__card{border:1px solid var(--color-border);background:linear-gradient(145deg, #ffffff06, #ffffff03), var(--color-surface);border-radius:12px;padding:1.5rem;transition:transform .3s,border-color .3s,box-shadow .3s,background .3s;position:relative;box-shadow:0 12px 30px #0000002e}.timeline__card:before{content:"";background:var(--color-accent);opacity:0;border-radius:0 0 999px 999px;height:2px;transition:transform .35s,opacity .35s;position:absolute;top:0;left:10%;right:10%;transform:scaleX(0)}.timeline__item:hover .timeline__card{background:linear-gradient(145deg, #f5a6230b, #ffffff03), var(--color-surface);border-color:#f5a62373;transform:translateY(-5px);box-shadow:0 18px 40px #00000047,0 0 24px #f5a6230d}.timeline__item:hover .timeline__card:before{opacity:1;transform:scaleX(1)}.timeline__top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.timeline__identity{align-items:flex-start;gap:.9rem;min-width:0;display:flex}.timeline__icon{background:#f5a6230a;border:1px solid #f5a62333;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.6rem;transition:transform .3s,border-color .3s,background .3s;display:flex}.timeline__item:hover .timeline__icon{background:#f5a62314;border-color:#f5a62373;transform:scale(1.07)}.timeline__role{color:var(--color-text-primary);font-family:var(--font-heading);text-transform:uppercase;margin:0 0 .35rem;font-size:1.3rem;font-weight:600;line-height:1.25;transition:color .25s}.timeline__item:hover .timeline__role{color:var(--color-accent)}.timeline__company{color:var(--color-text-secondary);font-size:.78rem;font-weight:500;line-height:1.4;display:inline-block}.timeline__badges{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:.45rem;display:flex}.timeline__period,.timeline__current,.timeline__status{letter-spacing:.06em;white-space:nowrap;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .6rem;font-size:.66rem;font-weight:700;display:inline-flex}.timeline__period{border:1px solid var(--color-border);color:var(--color-text-secondary);background:#0000002e}.timeline__current,.timeline__status{color:#4ade80;text-transform:uppercase;background:#22c55e14;border:1px solid #22c55e59}.timeline__pulse{background:#4ade80;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite timelinePulse;box-shadow:0 0 8px #4ade80a6}.timeline__description{color:#aeb2b9;overflow-wrap:anywhere;font-size:.93rem;line-height:1.75}@keyframes timelinePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.85)}}@media (width<=1100px){.experience__columns{grid-template-columns:1fr;gap:4rem}}@media (width<=700px){.experience__heading{margin-bottom:3rem}.timeline{padding-left:2rem}.timeline__node{left:-2.03rem}.timeline__top{flex-direction:column}.timeline__badges{justify-content:flex-start}.timeline__card{padding:1.3rem}}@media (width<=480px){.experience__title{font-size:2.35rem}.experience__description{font-size:.95rem}.timeline{padding-left:1.6rem}.timeline:before{left:4px}.timeline__node{width:13px;height:13px;left:-1.76rem}.timeline__identity{gap:.75rem}.timeline__icon{width:46px;height:46px;font-size:1.4rem}.timeline__role{font-size:1.12rem}.timeline__card{padding:1.15rem}.timeline__description{font-size:.88rem}}@media (prefers-reduced-motion:reduce){.timeline__pulse{animation:none}.timeline__node,.timeline__card,.timeline__card:before,.timeline__icon,.timeline__role{transition:none}}.about-contact{background:0 0;padding-top:4.5rem;padding-bottom:4.5rem}.about-contact__heading{text-align:center;max-width:720px;margin:0 auto 3rem}.about-contact__eyebrow{color:var(--color-accent);letter-spacing:.2em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.about-contact__title{color:var(--color-text-primary);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.about-contact__title:after{content:"";background:var(--color-accent);width:72px;height:2px;margin:1rem auto 0;display:block}.about-contact__description{color:#aeb2b9;max-width:560px;margin:0 auto;font-size:.95rem;line-height:1.7}.about-contact__contact{justify-content:center;width:100%;display:flex}.contact-panel{border:1px solid var(--color-border);background:linear-gradient(145deg, #ffffff05, #ffffff02), var(--color-surface);border-radius:10px;width:100%;max-width:580px;padding:1.75rem;transition:border-color .3s,box-shadow .3s;box-shadow:0 18px 42px #0000002e}.contact-panel:hover{border-color:#f5a6234d;box-shadow:0 22px 50px #00000040}.contact-form{gap:1.15rem;display:grid}.contact-form__field{gap:.45rem;display:grid}.contact-form__field label{color:#aeb2b9;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:600}.contact-form__field input,.contact-form__field textarea{width:100%;color:var(--color-text-primary);background:0 0;border:0;border-bottom:1px solid #34383e;border-radius:0;outline:none;padding:.8rem 0;font-size:.95rem;transition:border-color .2s,color .2s}.contact-form__field textarea{resize:none;min-height:110px}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:#777c84}.contact-form__field input:focus-visible,.contact-form__field textarea:focus-visible{outline-offset:4px;border-bottom-color:var(--color-accent);outline:2px solid #f5a62373}.contact-form__button{border:1px solid var(--color-accent);background:var(--color-accent);color:#050505;letter-spacing:.1em;border-radius:5px;width:100%;min-height:46px;margin-top:.35rem;font-size:.78rem;font-weight:800;transition:transform .2s,background .2s,box-shadow .2s}.contact-form__button:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 10px 28px #f5a6232e}@media (width<=650px){.about-contact__heading{margin-bottom:2.5rem}.contact-panel{max-width:100%;padding:1.35rem}}@media (width<=480px){.about-contact__title{font-size:2.35rem}.about-contact__description{font-size:.9rem}.contact-panel{padding:1.2rem}.contact-form{gap:1rem}.contact-form__field textarea{min-height:100px}}.about{background:0 0;padding-top:4rem;padding-bottom:5rem;position:relative}.about__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.about-card{border:1px solid var(--color-border);background:linear-gradient(145deg, #ffffff06, #ffffff02), var(--color-surface);border-radius:16px;min-width:0;padding:1.75rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 18px 42px #0003}.about-card:hover{border-color:#f5a62366;transform:translateY(-5px);box-shadow:0 22px 50px #0000004d,0 0 24px #f5a6230a}.about-card__eyebrow{color:var(--color-accent);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.7rem;font-size:.7rem;font-weight:700;display:inline-block}.about-card--profile{background:linear-gradient(135deg, #f5a6230d, #ffffff03), var(--color-surface);grid-column:span 2;align-items:center;gap:2rem;min-height:270px;display:flex}.about-card__profile-glow{filter:blur(75px);pointer-events:none;background:#f5a62312;border-radius:50%;width:280px;height:280px;position:absolute;top:-100px;left:-80px}.about-card__photo-wrapper{flex-shrink:0;position:relative}.about-card__photo-glow{filter:blur(25px);background:#f5a62340;border-radius:50%;position:absolute;inset:8px}.about-card__photo{z-index:1;object-fit:cover;border:3px solid var(--color-surface);filter:grayscale(20%)contrast(1.05);border-radius:50%;width:155px;height:155px;position:relative;box-shadow:0 18px 35px #0006}.about-card__status-dot{z-index:2;border:4px solid var(--color-surface);background:#4ade80;border-radius:50%;width:17px;height:17px;position:absolute;bottom:13px;right:9px}.about-card__status-dot:after{content:"";z-index:-1;background:#4ade804d;border-radius:50%;animation:1.8s ease-out infinite statusPulse;position:absolute;inset:-4px}@keyframes statusPulse{0%{opacity:.7;transform:scale(.8)}70%{opacity:0;transform:scale(1.8)}to{opacity:0;transform:scale(1.8)}}.about-card__profile-content{z-index:1;min-width:0;position:relative}.about-card__name{color:var(--color-text-primary);margin-bottom:.25rem;font-size:clamp(2.3rem,4vw,3.7rem);line-height:1}.about-card__role{color:var(--color-accent);font-family:var(--font-heading);letter-spacing:.06em;margin-bottom:1rem;font-size:1.15rem;font-weight:600}.about-card__metadata{color:var(--color-text-secondary);flex-wrap:wrap;align-items:center;gap:.7rem 1rem;margin-bottom:1.5rem;font-size:.78rem;display:flex}.about-card__available{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e52;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .55rem;display:inline-flex}.about-card__available-dot{background:#4ade80;border-radius:50%;width:6px;height:6px;box-shadow:0 0 7px #4ade80a6}.about-card__actions{flex-wrap:wrap;gap:.75rem;display:flex}.about-card__button{text-transform:uppercase;letter-spacing:.08em;border-radius:6px;justify-content:center;align-items:center;min-height:42px;padding:.7rem 1rem;font-size:.72rem;font-weight:700;transition:transform .2s,color .2s,border-color .2s,background .2s;display:inline-flex}.about-card__button:hover,.about-card__button:focus-visible{transform:translateY(-2px)}.about-card__button--primary:hover,.about-card__button--primary:focus-visible{background:var(--color-accent-hover)}.about-card__button--secondary:hover,.about-card__button--secondary:focus-visible{color:var(--color-accent);border-color:#f5a6238c}.about-card__button--primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#050505}.about-card__button--primary:hover{background:var(--color-accent-hover)}.about-card__button--secondary{color:var(--color-text-primary);background:#ffffff06;border:1px solid #ffffff26}.about-card__button--secondary:hover{color:var(--color-accent);border-color:#f5a6238c}.about-card__decor{color:#f5a62309;font-family:var(--font-heading);pointer-events:none;font-size:9rem;font-weight:700;line-height:1;position:absolute;top:.5rem;right:1.5rem}.about-card--bio{flex-direction:column;justify-content:center;min-height:270px;display:flex}.about-card--bio h3,.about-card--focus h3{color:var(--color-text-primary);margin-bottom:1rem;font-size:1.45rem;line-height:1.3}.about-card--bio p{color:#aeb2b9;font-size:.9rem;line-height:1.75}.about-card--bio p+p{margin-top:.85rem}.about-card--focus{background:radial-gradient(circle at 90% 10%, #f5a62314, transparent 28%), linear-gradient(145deg, #f5a62309, #ffffff03), var(--color-surface);grid-column:span 3;padding-top:1.5rem;padding-bottom:1.5rem}.about-card__focus-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;display:flex}.about-card__focus-header h3{margin-bottom:0}.about-card__focus-symbol{color:#f5a62340;font-family:var(--font-heading);font-size:3rem;line-height:1}.about-card__technologies{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.about-card__technology{border:1px solid var(--color-border);color:var(--color-text-secondary);background:#ffffff05;border-radius:8px;align-items:center;gap:.7rem;padding:.8rem 1rem;transition:transform .25s,color .25s,border-color .25s,background .25s;display:flex}.about-card__technology:hover,.about-card__technology:focus-within{color:var(--color-text-primary);background:#f5a6230d;border-color:#f5a62366;transform:translateY(-3px)}.about-card__technology i{font-size:1.5rem}.about-card__technology span{font-size:.78rem;font-weight:700}@media (width<=900px){.about__grid{grid-template-columns:1fr 1fr}.about-card--profile,.about-card--bio,.about-card--focus{grid-column:span 2}.about-card__technologies{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.about__grid{grid-template-columns:1fr}.about-card--profile,.about-card--bio,.about-card--focus{grid-column:auto}.about-card--profile{text-align:center;flex-direction:column}.about-card__profile-content{width:100%}.about-card__metadata,.about-card__actions{justify-content:center}.about-card__photo{width:165px;height:165px}.about-card__decor{display:none}}@media (width<=420px){.about-card{border-radius:12px;padding:1.3rem}.about-card__technologies{grid-template-columns:1fr 1fr;gap:.55rem}.about-card__technology{padding:.7rem .75rem}.about-card__name{font-size:2.45rem}}@media (prefers-reduced-motion:reduce){.about-card,.about-card__button,.about-card__technology{transition:none}}*{box-sizing:border-box;margin:0;padding:0}:root{--color-background:#050505;--color-background-deep:#000;--color-surface:#111418;--color-surface-light:#161b22;--color-accent:#f5a623;--color-accent-hover:#ffb300;--color-text-primary:#f9fafb;--color-text-secondary:#9ca3af;--color-border:#9ca3af24;--font-heading:"Oswald", sans-serif;--font-body:"Inter", sans-serif;--navbar-height:80px}html{scroll-behavior:smooth;background:var(--color-background)}body{background:var(--color-background);min-width:320px;min-height:100vh;color:var(--color-text-primary);font-family:var(--font-body), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;overflow-x:hidden}#root{background:var(--color-background);min-height:100vh}main{background:var(--color-background)}body,button,input,textarea{font:inherit}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.02em}p{color:var(--color-text-secondary)}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0}img{max-width:100%;display:block}ul{list-style:none}.container{width:min(1180px,100% - 2rem);margin-inline:auto}.section{background:0 0;padding:5rem 0}section[id]{scroll-margin-top:calc(var(--navbar-height) + 1.5rem)}main>section:not(.hero){border-top:0}.section-title{text-align:center;margin-bottom:3rem;font-size:clamp(2rem,4vw,3.25rem)}.section-title:after{content:"";background:var(--color-accent);width:70px;height:2px;margin:1rem auto 0;display:block}::selection{background:var(--color-accent);color:#050505}:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}@media (width<=768px){.container{width:min(100% - 1.5rem,1180px)}.section{padding:4rem 0}}@media (width<=480px){.container{width:min(100% - 1.25rem,1180px)}.section{padding:3.5rem 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
