.header{position:fixed;inset:0 0 auto;z-index:50;display:flex;min-height:74px;align-items:center;justify-content:center;border-bottom:1px solid rgba(152,45,149,.12);background:hsla(0,0%,100%,.96);box-shadow:0 8px 30px rgba(68,22,67,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-container{display:grid;width:min(100% - 2rem,1200px);grid-template-columns:150px 1fr auto;align-items:center;gap:1.5rem}.header-brand{display:inline-flex;align-items:center}.header-logo{width:132px;height:auto}.header-nav{display:flex;align-items:center;justify-content:center;gap:clamp(.5rem,1.6vw,1.5rem)}.header-nav a{position:relative;padding:.75rem .25rem;color:#6a1e69;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.header-nav a:after{position:absolute;right:50%;bottom:.4rem;left:50%;height:2px;border-radius:999px;background:#982d95;content:"";transition:right .18s ease,left .18s ease}.header-nav a:focus-visible:after,.header-nav a:hover:after{right:.25rem;left:.25rem}.header-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:.5rem;border:1px solid #982d95;border-radius:999px;background:#982d95;padding:.7rem 1rem;color:#fff;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 8px 20px rgba(152,45,149,.24)}.header-menu-button{display:none}@media (max-width:900px){.header-container{grid-template-columns:auto 1fr auto;gap:.75rem}.header-brand{justify-self:center}.header-logo{width:112px}.header-menu-button{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgba(152,45,149,.18);border-radius:50%;color:#982d95;font-size:1.2rem}.header-nav{position:absolute;top:calc(100% + .5rem);left:1rem;display:none;width:min(310px,calc(100vw - 2rem));flex-direction:column;align-items:stretch;gap:0;border:1px solid rgba(152,45,149,.12);border-radius:18px;background:hsla(0,0%,100%,.98);padding:.65rem;box-shadow:0 18px 40px rgba(68,22,67,.16)}.header-nav.is-open{display:flex}.header-nav a{padding:.9rem 1rem}.header-nav a:after{display:none}}@media (max-width:520px){.header{min-height:68px}.header-container{width:min(100% - 1rem,1200px)}.header-logo{width:96px}.header-button{width:44px;padding:0;border-radius:50%;font-size:1.15rem}.header-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}}