body>header{position:relative;z-index:99;padding:2.5555555556rem 0}body>header>.container{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 1rem}body>header .logo{flex:0 0 auto}body>header .logo img{width:11.5555555556rem;height:auto}body>header .navigation{display:flex;align-items:center;justify-content:space-between;width:75.4%;gap:2rem}body>header nav{padding:1rem 2.1666666667rem;border-radius:4rem;background:rgba(255,255,255,0.1)}body>header nav ul{display:flex;align-items:center;gap:2.5555555556rem;padding:0;list-style:none}body>header nav li{margin:0;white-space:nowrap}body>header nav a{color:#fff;font-size:1rem;line-height:1.3}body>header .menu-toggle{display:none}@media screen and (min-width:calc(1200px + 1px)) and (max-width:1500px){body>header nav{padding-left:1.6666666667rem;padding-right:1.6666666667rem}body>header nav ul{gap:1.6666666667rem}}@media screen and (max-width:1200px){body>header{padding:1.5rem 0}body>header .logo img{width:11rem}body>header .menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;border:1px solid rgba(255,255,255,0.4);border-radius:50%;background:transparent;cursor:pointer}body>header .menu-toggle span{width:18px;height:1px;background:#fff;transition:transform 0.2s,opacity 0.2s}body>header .navigation{display:none;position:absolute;top:100%;left:1rem;right:1rem;width:auto;padding:2rem;border:1px solid #333;border-radius:1rem;background:#101416}body>header nav{padding:0;background:none}body>header nav ul{flex-direction:column;align-items:flex-start;gap:1.25rem}body>header nav a{font-size:1.2rem}body>header.menu-open .navigation{display:flex;flex-direction:column;align-items:flex-start}body>header.menu-open .menu-toggle span:first-child{transform:translateY(6px) rotate(45deg)}body>header.menu-open .menu-toggle span:nth-child(2){opacity:0}body>header.menu-open .menu-toggle span:last-child{transform:translateY(-6px) rotate(-45deg)}}body[data-page-is-homepage]>header{position:absolute;inset:0 0 auto}body>footer .author-socials,body>header .author-socials{display:flex;align-items:center;gap:0.6666666667rem}body>footer .author-socials a,body>header .author-socials a{width:2.6666666667rem;height:2.6666666667rem;min-width:36px;min-height:36px;border:1px solid #898989;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.2s}body>footer .author-socials a:hover,body>header .author-socials a:hover{background:rgba(255,255,255,0.15)}body>footer .author-socials img,body>header .author-socials img{width:1.3333333333rem;height:1.3333333333rem;object-fit:contain}body>footer a:focus-visible,body>footer button:focus-visible,body>header a:focus-visible,body>header button:focus-visible{outline:2px solid var(--color-accent);outline-offset:5px}
/*# sourceMappingURL=header.css.map */