.header{position:fixed;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 7rem;background:#111418;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:997;border-bottom:.5px solid hsla(0,0%,75%,.3)}@media (max-width:768px){.header{padding:1rem}}.header-left{gap:.75rem;cursor:pointer}.header-left,.header-logo-box{display:flex;align-items:center}.header-logo-box{background:linear-gradient(135deg,#d4af37,#f5e78a);color:#111;font-weight:700;font-family:Merriweather,serif;font-size:1rem;width:40px;height:38px;border-radius:10px;justify-content:center;box-shadow:0 0 10px rgba(255,215,0,.4);letter-spacing:.5px}.header-logo-gloss-container{position:relative;display:inline-block;height:40px;width:auto;overflow:hidden}@media (max-width:768px){.header-logo-gloss-container{height:30px}}.header-logo-gloss-container img{display:block;height:100%;width:auto}.header-logo-gloss-container:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.55) 50%,hsla(0,0%,100%,0));transform:skewX(-20deg);animation:headerLogoGloss 3.5s infinite;pointer-events:none;z-index:2}@keyframes headerLogoGloss{0%{left:-75%}to{left:125%}}.header-logo-img{height:40px;width:auto;display:block}.header-title{font-family:Merriweather,serif;font-weight:700;font-size:1.25rem;color:#fff;letter-spacing:0}@media (max-width:768px){.header-title{font-size:1rem}}.header-right{gap:1.5rem}.header-contact,.header-right{display:flex;align-items:center}.header-contact{gap:1.25rem;color:#ccc;font-size:.9rem;font-family:Roboto,sans-serif}.header-contact-item{display:flex;align-items:center;gap:6px}.header-contact-item svg{color:gold}@media (max-width:1024px){.header-contact{display:none}}.header-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;background-color:gold;color:#000;border:none;padding:10px 20px;font-size:.8rem;border-radius:5px;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease;font-family:Roboto,sans-serif;font-weight:700}.header-button:hover{background-color:#e6c200;box-shadow:0 0 10px rgba(255,215,0,.4)}.header-loader{display:flex;align-items:center;justify-content:center;height:38px}