.header__container{width:100%;max-width:1200px;margin:0 auto;padding:1rem}.header__grid{display:flex;justify-content:space-between;align-items:center}.header__logo a{display:block;padding:.25rem}.header__logo a:hover{background-color:#c39565;-webkit-clip-path:polygon(0 10%,99% 6%,100% 83%,89% 92%,8% 96%,.6% 90%,.3% 80%);clip-path:polygon(0 10%,99% 6%,100% 83%,89% 92%,8% 96%,.6% 90%,.3% 80%)}.header__logo img{max-width:100px;height:auto}@media screen and (min-width:768px){.header__logo img{max-width:162px}}.header__nav ul{display:flex;list-style:none;gap:.5rem;font-family:var(--font-varela),"arial","helvetica",sans-serif;font-style:normal;font-weight:700;font-size:1.5rem;line-height:1.75rem;letter-spacing:-.01em;text-transform:uppercase}@media screen and (min-width:1024px){.header__nav ul{font-size:1.7rem;line-height:2.2rem}}@media screen and (min-width:768px){.header__nav ul{gap:2rem}}.header__nav ul a{color:#1f170f;-webkit-clip-path:polygon(0 10%,99% 6%,100% 83%,89% 92%,8% 96%,.6% 90%,.3% 80%);clip-path:polygon(0 10%,99% 6%,100% 83%,89% 92%,8% 96%,.6% 90%,.3% 80%);padding:.25rem;background-color:#f7f3e9;transition:all .3s;display:block;font-family:var(--font-anton),"arial","helvetica",sans-serif;font-style:normal;font-weight:700;font-size:1.3rem;line-height:1.3rem}@media screen and (min-width:1024px){.header__nav ul a{font-size:1.6rem;line-height:1.6rem}}.header__nav ul a:hover{background-color:#c39565}