@charset "UTF-8";@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}body{font-family:Plus Jakarta Sans,sans-serif;font-size:16px;line-height:1.6;color:#001f3f}h1{font-family:Spectral,serif;font-size:72px;font-weight:700;letter-spacing:.05em}@media(max-width:768px){h1{font-size:56px}}@media(max-width:480px){h1{font-size:40px}}h2{font-family:Spectral,serif;font-size:42px;font-weight:600;letter-spacing:.05em}@media(max-width:768px){h2{font-size:36px}}@media(max-width:480px){h2{font-size:28px}}h3{font-family:Spectral,serif;font-size:28px;font-weight:500}@media(max-width:480px){h3{font-size:22px}}p{font-family:Plus Jakarta Sans,sans-serif;font-size:18px}@media(max-width:480px){p{font-size:16px}}body{background-color:#fdf6e3;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-title{margin-bottom:20px}.section-title--centered{text-align:center}.section-title--centered .section-title__line{margin-left:auto;margin-right:auto}.section-title__subtitle{display:block;font-size:14px;text-transform:uppercase;letter-spacing:.15em;color:#8b4513;font-weight:500;margin-bottom:8px}.section-title__heading{color:#001f3f}.section-title__line{width:60px;height:2px;background:gold;margin-top:16px;transform-origin:left}::selection{background:gold;color:#001f3f}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:20px 0;transition:all .3s ease}.navbar--scrolled{background:#fdf6e3eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:14px 0;box-shadow:0 2px 30px #0000000f}.navbar__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.navbar__logo{font-size:26px;font-weight:700;color:#001f3f;letter-spacing:.08em;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.navbar__logo:hover{color:gold}.navbar__right{display:flex;align-items:center;gap:32px}@media(max-width:768px){.navbar__right{gap:20px}}.navbar__links{display:flex;gap:40px}@media(max-width:768px){.navbar__links{display:none}}.navbar__link{font-size:15px;font-weight:500;color:#001f3f;position:relative;letter-spacing:.03em;transition:all .3s ease}.navbar__link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:gold;transition:width .3s ease}.navbar__link:hover{color:#8b4513}.navbar__link:hover:after{width:100%}.navbar__burger{display:none;flex-direction:column;gap:6px;cursor:pointer;z-index:1002;padding:4px}@media(max-width:768px){.navbar__burger{display:flex}}.navbar__burger span{display:block;width:28px;height:2px;background:#001f3f;border-radius:2px;transition:all .3s ease;transform-origin:center}.navbar__burger--open span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.burger-menu__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000040;z-index:998}.burger-menu__panel{position:fixed;top:0;right:0;width:300px;height:100vh;background:#fdf6e3;z-index:999;padding:110px 40px 40px;box-shadow:-8px 0 40px #00000014;display:flex;flex-direction:column}@media(max-width:480px){.burger-menu__panel{width:100%}}.burger-menu__links{display:flex;flex-direction:column;gap:32px}.burger-menu__link{font-size:22px;font-weight:500;color:#001f3f;letter-spacing:.03em;transition:all .3s ease;background:none;border:none;text-align:left;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif}.burger-menu__link:hover{color:gold;transform:translate(8px)}.burger-menu__footer{margin-top:auto;padding-top:32px;border-top:1px solid rgba(255,215,0,.2)}.hero{min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;background-color:#fdf6e3;overflow:hidden}.hero__texture{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.05;pointer-events:none;object-fit:cover}.hero__content{text-align:center;position:relative;z-index:1;padding:0 24px}.hero__greeting{font-size:28px;font-weight:400;color:#8b4513;margin-bottom:20px;font-style:italic}@media(max-width:480px){.hero__greeting{font-size:22px}}.hero__name{font-size:72px;font-weight:700;color:#001f3f;letter-spacing:.05em;cursor:default;position:relative;display:inline-block}@media(max-width:768px){.hero__name{font-size:52px}}@media(max-width:480px){.hero__name{font-size:34px}}.hero__name:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#001f3f,gold,#001f3f 90%);background-size:300% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;opacity:0;transition:opacity .8s ease;animation:shimmer 6s ease-in-out infinite;pointer-events:none}@media(hover:hover){.hero__name:hover:after{opacity:1}}.hero__line{width:120px;height:2px;background:gold;margin:28px auto;transform-origin:center}.hero__title{font-size:20px;font-weight:400;color:silver;letter-spacing:.12em;text-transform:uppercase}@media(max-width:480px){.hero__title{font-size:14px;letter-spacing:.08em}}.about{padding:100px 0;background:#fdf6e3}.about__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:auto 1fr;gap:80px;align-items:center}@media(max-width:768px){.about__inner{grid-template-columns:1fr;gap:40px;justify-items:center;text-align:center}}.about__photo-wrapper{display:flex;justify-content:center;align-items:center}.about__photo{width:280px;height:280px;border-radius:50%;border:3px solid #ffd700;object-fit:cover;box-shadow:0 12px 40px #0000001a}@media(max-width:480px){.about__photo{width:200px;height:200px}}.about__text .section-title{margin-bottom:28px}@media(max-width:768px){.about__text .section-title{text-align:center}.about__text .section-title .section-title__line{margin-left:auto;margin-right:auto}}.about__text p{color:#001f3fcc;margin-bottom:14px;line-height:1.8}.about__text p:first-of-type{font-size:22px;font-weight:500;color:#001f3f}@media(max-width:480px){.about__text p:first-of-type{font-size:18px}}.current-focus{padding:100px 0;background:#eae0c8}.current-focus__inner{max-width:1200px;margin:0 auto;padding:0 24px}.current-focus__grid{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;margin-top:50px}@media(max-width:768px){.current-focus__grid{grid-template-columns:1fr;gap:40px;justify-items:center;text-align:center}}.current-focus__text .section-title{margin-bottom:28px}@media(max-width:768px){.current-focus__text .section-title{text-align:center}.current-focus__text .section-title .section-title__line{margin-left:auto;margin-right:auto}}.current-focus__ecosystem-subtitle{font-size:16px;font-weight:500;color:#8b4513;letter-spacing:.04em;margin-bottom:18px}@media(max-width:480px){.current-focus__ecosystem-subtitle{font-size:14px}}.current-focus__description{font-size:18px;color:#001f3fcc;line-height:1.85;margin-bottom:28px}.current-focus__description strong{color:#001f3f;font-weight:600}@media(max-width:480px){.current-focus__description{font-size:16px}}.current-focus__ecosystem-label{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:#8b4513;font-weight:500;margin-bottom:14px}@media(max-width:768px){.current-focus__ecosystem-label{text-align:center}}.current-focus__links{display:flex;flex-wrap:wrap;gap:16px}@media(max-width:768px){.current-focus__links{justify-content:center}}@media(max-width:480px){.current-focus__links{flex-direction:column;align-items:center}}.current-focus__link{display:inline-flex;align-items:center;gap:6px;font-size:16px;font-weight:600;color:#001f3f;padding:10px 24px;border:2px solid #ffd700;border-radius:6px;letter-spacing:.03em;transition:all .3s ease;background:transparent}.current-focus__link:hover{background:gold;color:#001f3f;transform:translateY(-2px);box-shadow:0 6px 20px #ffd7004d}@media(max-width:480px){.current-focus__link{width:100%;justify-content:center;max-width:260px}}.current-focus__link-arrow{display:inline-block;transition:transform .3s ease}.current-focus__link:hover .current-focus__link-arrow{transform:translate(4px)}.current-focus__image-wrapper{position:relative;max-width:560px;width:100%}@media(max-width:768px){.current-focus__image-wrapper{max-width:440px}}@media(max-width:480px){.current-focus__image-wrapper{max-width:340px}}.current-focus__image-container{position:relative}.current-focus__image{width:100%;height:auto;display:block}.skills{padding:100px 0;background:#eae0c8}.skills__inner{max-width:1200px;margin:0 auto;padding:0 24px}.skills__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;margin-top:50px}@media(max-width:480px){.skills__grid{grid-template-columns:repeat(2,1fr);gap:14px}}.skill-card{background:#fff;border-radius:14px;padding:28px 18px 22px;text-align:center;border:1px solid rgba(255,215,0,.08);position:relative;transition:all .3s ease}.skill-card:after{content:"";position:absolute;bottom:0;left:10%;width:80%;height:2px;background:gold;transform:scaleX(0);transform-origin:center;transition:transform .3s ease;border-radius:1px}.skill-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #00000014;border-color:#ffd7004d}.skill-card:hover:after{transform:scaleX(1)}.skill-card__icon{width:48px;height:48px;margin:0 auto 14px}.skill-card__icon img{width:100%;height:100%;object-fit:contain}.skill-card__name{font-size:18px;font-weight:600;color:#001f3f;margin-bottom:10px}@media(max-width:480px){.skill-card__name{font-size:16px}}.skill-card__level{display:flex;justify-content:center;gap:5px;margin-bottom:10px}.skill-card__bar{width:22px;height:3px;background:#c0c0c059;border-radius:2px}.skill-card__bar--active{background:gold}.skill-card__bar--glow{background:gold;box-shadow:0 0 6px #ffd7008c,0 0 12px #ffd70040}.skill-card__description{font-size:14px;color:#001f3f8c;line-height:1.5}@media(max-width:480px){.skill-card__description{font-size:12px}}.projects{padding:100px 0;background:#fdf6e3}.projects__inner{max-width:1200px;margin:0 auto;padding:0 24px}.projects__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}@media(max-width:1200px){.projects__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.projects__grid{grid-template-columns:1fr}}.project-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid rgba(234,224,200,.6);position:relative;transition:all .3s ease;display:flex;flex-direction:column}.project-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:gold;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.project-card:hover{transform:scale(1.02);box-shadow:0 20px 60px #0000001a}.project-card:hover:after{transform:scaleX(1)}.project-card:hover .project-card__image img{transform:scale(1.05)}.project-card__image{width:100%;height:200px;display:flex;justify-content:center;align-items:center;background:#eae0c8;padding:30px;overflow:hidden}.project-card__image img{max-height:100%;max-width:80%;object-fit:contain;transition:all .3s ease}.project-card__content{padding:24px;flex:1;display:flex;flex-direction:column}.project-card__title{font-size:22px;font-weight:600;color:#001f3f;margin-bottom:12px}@media(max-width:480px){.project-card__title{font-size:20px}}.project-card__stack{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.project-card__tag{font-size:12px;padding:4px 12px;background:#eae0c899;color:#8b4513;border-radius:20px;font-weight:500;letter-spacing:.02em}.project-card__description{font-size:16px;color:#001f3fa6;line-height:1.6;margin-bottom:20px;flex:1}@media(max-width:480px){.project-card__description{font-size:14px}}.project-card__link{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:#001f3f;transition:all .3s ease;align-self:flex-start}.project-card__link:after{content:"→";display:inline-block;transition:transform .3s ease}.project-card__link:hover{color:gold}.project-card__link:hover:after{transform:translate(6px)}.footer{background:#000;padding:80px 0 40px}.footer__inner{max-width:1200px;margin:0 auto;padding:0 24px;text-align:center}.footer__text{font-size:28px;font-weight:400;color:#fff;font-style:italic;margin-bottom:40px;letter-spacing:.02em}@media(max-width:480px){.footer__text{font-size:20px}}.footer__contacts{display:flex;justify-content:center;gap:24px;margin-bottom:48px}.footer__contact-link{display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:50%;transition:all .3s ease}.footer__contact-link img{width:24px;height:24px;filter:brightness(0) invert(1);transition:all .3s ease}.footer__contact-link--gitverse img{filter:none}.footer__contact-link:hover{transform:scale(1.15);background:#ffd7001a}.footer__contact-link:hover img{filter:brightness(0) invert(1) drop-shadow(0 0 6px rgba(255,215,0,.8))}.footer__contact-link:hover.footer__contact-link--gitverse img{filter:drop-shadow(0 0 6px rgba(255,215,0,.8))}.footer__copyright{font-size:13px;color:#ffffff59;padding-top:32px;border-top:1px solid rgba(255,255,255,.08);letter-spacing:.02em}.lang-switcher{display:flex;align-items:center;gap:4px}.lang-switcher__btn{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:500;color:silver;letter-spacing:.06em;padding:4px 8px;cursor:pointer;transition:all .3s ease;position:relative;background:none;border:none}.lang-switcher__btn--active{color:#001f3f}.lang-switcher__btn--active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:16px;height:2px;background:gold;border-radius:1px}.lang-switcher__btn:hover:not(.lang-switcher__btn--active){color:#8b4513}.lang-switcher__divider{color:silver;font-size:14px;-webkit-user-select:none;user-select:none}
