﻿:root{--color-primary:#c04617;--color-secondary:#084791;--color-black:#000000;--color-white:#FFFFFF;--color-gray-900:#1a1a1a;--color-gray-800:#333333;--color-gray-700:#444444;--color-gray-600:#666666;--color-gray-500:#757575;--color-gray-400:#898F8F;--color-gray-300:#999999;--color-gray-200:#D0D3D6;--color-gray-100:#e8e8e8;--color-gray-50:#f5f5f5;--color-text-primary:var(--color-black);--color-text-secondary:var(--color-gray-400);--color-text-muted:var(--color-gray-500);--color-bg-primary:var(--color-white);--color-bg-dark:var(--color-black);--color-border:var(--color-gray-200);--gradient-primary:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%)}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Inter",sans-serif;overflow-x:hidden;opacity:0;transition:opacity 0.6s ease-in-out;min-height:100vh}@media (scripting:none){body{opacity:1 !important}}.page-loaded{opacity:1}p{text-wrap:balance}header{height:80px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;font-weight:bold;border-bottom:1px solid var(--color-white);z-index:100}.header-left{display:flex;gap:32px}.header-block{display:flex;flex-direction:column;gap:0;line-height:1.1}.header-label{color:var(--color-gray-200);font-size:16px;font-weight:bold;letter-spacing:0.02em}.header-value{color:var(--color-white);font-size:16px;font-weight:bold}.header-center{display:flex;gap:32px;font-size:16px;font-weight:bold}.header-right{font-size:16px;font-weight:bold;cursor:pointer;display:flex;gap:32px}.header-right a{text-decoration:none;transition:opacity 0.3s ease}.header-right a:hover{opacity:0.8}.header-right a[href*="linkedin"]:hover{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:1}.burger-menu{display:none;position:fixed;top:20px;right:20px;width:44px;height:44px;background-color:rgba(0,0,0,0.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:none;border-radius:50%;cursor:pointer;z-index:10001;padding:0;flex-direction:column;align-items:center;justify-content:center;gap:5px}.burger-menu span{display:block;width:20px;height:2px;background-color:var(--color-white);border-radius:2px;transition:all 0.3s cubic-bezier(0.22,1,0.36,1);transform-origin:center}.burger-menu.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger-menu.active span:nth-child(2){opacity:0;transform:scaleX(0)}.burger-menu.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (prefers-reduced-motion:reduce){.burger-menu span{transition:none}}.mobile-nav{position:fixed;inset:0;background-color:var(--color-black);z-index:9998;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;opacity:0;visibility:hidden;transition:opacity 0.35s ease-in-out,visibility 0.35s ease-in-out}.mobile-nav.is-open{opacity:1;visibility:visible}.mobile-nav a{color:var(--color-white);font-size:32px;font-weight:bold;text-decoration:none;transition:opacity 0.3s ease}.mobile-nav a:hover{opacity:0.7}@media (prefers-reduced-motion:reduce){.mobile-nav{transition:none}}footer{background-color:var(--color-black);color:var(--color-white);padding:64px 32px 32px 32px;display:flex;flex-direction:column;gap:48px;border-top:1px solid var(--color-white)}.footer-content{display:flex;justify-content:space-between;width:100%}.footer-left{display:flex;flex-direction:column;gap:8px}.footer-label{font-size:16px;font-weight:bold;color:var(--color-gray-500);letter-spacing:0.02em}.footer-value{font-size:16px;font-weight:bold;color:var(--color-white)}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.footer-links{display:flex;gap:32px}.footer-link{text-decoration:none;color:var(--color-gray-500);font-weight:bold;font-size:16px;letter-spacing:0.02em;transition:color 0.3s ease}.footer-link:hover{color:var(--color-white)}.footer-bottom{text-align:center;font-size:14px;color:var(--color-gray-500);letter-spacing:0.02em}.skip-to-main{position:absolute;top:-100px;left:32px;background:var(--color-secondary);color:var(--color-white);padding:12px 24px;text-decoration:none;font-weight:bold;border-radius:4px;z-index:10000;transition:top 0.3s ease}.skip-to-main:focus{top:16px;outline:3px solid var(--color-primary);outline-offset:4px}a:focus-visible,button:focus-visible{outline:3px solid var(--color-secondary);outline-offset:4px;border-radius:4px}.burger-menu:focus-visible{outline:3px solid var(--color-secondary);outline-offset:4px}.fade-up{opacity:0;transform:translateY(30px);transition:opacity 0.7s ease-out,transform 0.7s ease-out}.fade-up.is-visible{opacity:1;transform:translateY(0)}@keyframes fadeUpLoad{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto !important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}@media (hover:none) or (pointer:coarse){body{cursor:auto}}@media (max-width:768px){header{padding:0 16px}.header-left{gap:16px}.header-work-info,.header-center{display:none}.header-right{display:none}.burger-menu{display:flex}footer{padding:32px 16px;gap:32px}.footer-content{flex-direction:column;gap:32px}.footer-right{align-items:flex-start}.footer-links{flex-direction:column;gap:16px}}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.font-weight-500{font-weight:500}.site-footer{background-color:var(--color-white);color:var(--color-white);padding:64px 32px 32px 32px;width:100%}.site-footer .footer-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0}.site-footer .footer-left{display:flex;flex-direction:column;gap:4px}.site-footer .footer-center{display:flex;justify-content:center}.site-footer .footer-link{font-size:16px;font-weight:500;color:var(--color-gray-500);letter-spacing:0.02em;text-decoration:none;transition:color 0.3s ease}.site-footer .footer-link:hover{color:var(--color-black)}.site-footer .footer-label{font-size:16px;font-weight:500;color:var(--color-gray-500);letter-spacing:0.02em}.site-footer .footer-value{font-size:16px;font-weight:500;color:var(--color-black);letter-spacing:0.02em}.site-footer .footer-right{text-align:right;display:flex;flex-direction:column;gap:4px}@media (max-width:768px){.site-footer .footer-wrapper{flex-direction:column;gap:24px;text-align:left;padding:0;width:100%;align-items:flex-start}.site-footer .footer-center{justify-content:flex-start}.site-footer .footer-right{text-align:left}}