@keyframes pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.site-header{width:100%;height:var(--header-h);z-index:10;background:#fffffff2;transition:transform .3s;position:fixed;top:0;left:0;box-shadow:0 2px 6px #0000000d}.site-header--hidden{transform:translateY(-100%)}.site-header__inner{height:100%;padding-inline:var(--page-gutter);align-items:center;gap:.5rem;display:flex}@media (min-width:1024px){.site-header__inner{grid-template-columns:1fr auto 1fr;justify-items:start;gap:1rem;display:grid}}.site-header__logo{flex-shrink:0;align-items:center;display:flex}.site-header__logo img{border-radius:50%;width:40px;height:40px}@media (min-width:1024px){.site-header__logo img{width:48px;height:48px}}.site-header__nav{display:none}@media (min-width:1024px){.site-header__nav{display:block}}.site-header__list{align-items:center;gap:2rem;list-style:none;display:flex}.site-header__link{white-space:nowrap;align-items:center;font-size:1rem;font-weight:500;transition:color .2s;display:inline-flex}.site-header__link:hover{color:#d8c18f}.site-header__link[aria-current=page]{color:#c2a14a;font-weight:700}.site-header__cta{color:#2e2e2e;white-space:nowrap;background-color:#c2a14a;border-radius:1.5rem;align-items:center;min-height:44px;margin-left:auto;padding:0 1rem;font-size:.8125rem;font-weight:600;transition:background-color .2s;display:inline-flex}.site-header__cta:hover{background-color:#a28537}@media (min-width:1024px){.site-header__cta{justify-self:end;margin-left:0;font-size:.875rem}}.site-header__menu-toggle{color:#2e2e2e;cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-right:-.5rem;display:inline-flex}.site-header__menu-toggle svg{width:24px;height:24px}@media (min-width:1024px){.site-header__menu-toggle{display:none}}html[data-nav-open] .site-header{transform:none}.mobile-nav{color:#2e2e2e;background:#fff;border:0;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0}.mobile-nav::backdrop{background:#0006}.mobile-nav:focus{outline:none}.mobile-nav__inner{flex-direction:column;height:100%;padding:0 1rem 1.5rem;display:flex}.mobile-nav__bar{height:var(--header-h);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.mobile-nav__logo{align-items:center;display:flex}.mobile-nav__logo img{border-radius:50%;width:40px;height:40px}.mobile-nav__close{color:#2e2e2e;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:44px;height:44px;margin-right:-.5rem;display:inline-flex}.mobile-nav__close svg{width:24px;height:24px}.mobile-nav__nav{flex:1;margin-top:1rem;overflow-y:auto}.mobile-nav__list{flex-direction:column;list-style:none;display:flex}.mobile-nav__link{border-bottom:1px solid #e3e0da;align-items:center;min-height:44px;padding:.5rem 0;font-size:1.125rem;font-weight:500;display:flex}.mobile-nav__link[aria-current=page]{color:#c2a14a;font-weight:700}.mobile-nav__cta{color:#2e2e2e;text-align:center;background-color:#c2a14a;border-radius:1.5rem;justify-content:center;align-items:center;min-height:48px;margin-top:1.5rem;padding:0 1rem;font-size:1rem;font-weight:600;display:flex}.site-header a:focus-visible,.site-header button:focus-visible,.mobile-nav a:focus-visible,.mobile-nav button:focus-visible{outline-offset:2px;outline:2px solid #c2a14a}@media (prefers-reduced-motion:reduce){.site-header,.site-header__link,.site-header__cta{transition:none}}
