/* Axia shared header, dropdown menus, mobile menu, and footer. Used by every page. */
@font-face { font-family: "Outfit"; font-style: normal; font-weight: 300 700; font-display: swap; src: url("/fonts/outfit-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Outfit"; font-style: normal; font-weight: 300 700; font-display: swap; src: url("/fonts/outfit-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
.site-header { position: sticky; top: 0; z-index: 60; font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: rgba(255, 255, 255, .8); -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px);
  transition: box-shadow .3s ease, background .3s ease; }
.site-header.scrolled, .site-header.menu-open { background: rgba(255, 255, 255, .95); box-shadow: 0 1px 0 #e2e6f0, 0 10px 30px rgba(14, 19, 48, .06); }
/* a blur on the header would trap the fixed mobile menu inside it, so drop the blur while the menu is open */
.site-header.menu-open { background: #fff; -webkit-backdrop-filter: none; backdrop-filter: none; }
.site-header .progress { position: absolute; left: 0; top: 0; height: 3px; width: 100%; transform-origin: 0 50%; transform: scaleX(var(--p, 0)); background: #d4a24c; }
.site-nav { max-width: 1180px; margin: 0 auto; padding: 18px 20px; display: flex; align-items: center; gap: 20px; transition: padding .3s ease; }
.site-header.scrolled .site-nav { padding-block: 11px; }
.site-logo { display: block; flex: none; padding: 14px 6px; margin: -14px -6px; }
.site-logo svg { width: 84px; display: block; color: #161d2c; }

.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-item { position: relative; }
.nav-top { position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 10px 13px; border-radius: 999px; border: 0; background: none;
  font: 500 15px/1 "Outfit", system-ui, sans-serif; color: #525a73; text-decoration: none; cursor: pointer; transition: color .2s ease, background .2s ease; }
.nav-top:hover, .nav-item.has-menu:focus-within > .nav-top, .nav-item.open > .nav-top { color: #161d2c; background: #f4f6fb; }
.nav-top[aria-current] { color: #161d2c; }
.nav-top[aria-current]::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 3px; height: 2px; border-radius: 2px; background: #d4a24c; }
.nav-item.has-menu .nav-top[aria-current]::after { right: 31px; }
.nav-top svg { width: 11px; height: 11px; transition: transform .25s ease; }
.nav-item.has-menu:hover .nav-top svg, .nav-item.has-menu:focus-within .nav-top svg, .nav-item.open .nav-top svg { transform: rotate(180deg); }

.nav-menu { position: absolute; top: calc(100% + 10px); left: -8px; width: max-content; min-width: 320px; padding: 8px; background: #fff; border: 1px solid #e2e6f0; border-radius: 18px;
  box-shadow: 0 24px 60px rgba(14, 19, 48, .14); opacity: 0; visibility: hidden; translate: 0 8px;
  transition: opacity .2s ease, translate .25s cubic-bezier(.2, .7, .2, 1), visibility .2s; }
.nav-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-item.has-menu:hover .nav-menu, .nav-item.has-menu:focus-within .nav-menu, .nav-item.open .nav-menu { opacity: 1; visibility: visible; translate: 0 0; }
.nav-menu a { display: block; padding: 10px 14px; border-radius: 12px; text-decoration: none; transition: background .15s ease; }
.nav-menu a:hover, .nav-menu a:focus-visible { background: #eef1f8; outline: none; }
.nav-menu a[aria-current="page"] { background: #f4f6fb; }
.nav-menu b { display: block; font-size: 15px; font-weight: 600; color: #161d2c; }
.nav-menu span { display: block; margin-top: 2px; font-size: 13.5px; line-height: 1.4; color: #525a73; white-space: nowrap; }
.nav-menu .menu-overview { margin-bottom: 8px; padding: 12px 14px; background: #f4f6fb; border: 1px solid #e7ecf6; border-radius: 12px; }
.nav-menu .menu-overview:hover, .nav-menu .menu-overview:focus-visible { background: #e7ecf6; }
.nav-menu .menu-overview span { color: #525a73; }
.nav-menu .menu-overview b::after { content: " →"; color: #1f3a7a; }

.nav-cta { flex: none; display: inline-flex; align-items: center; margin-left: 8px; padding: 11px 18px; border-radius: 999px; background: #1f3a7a; color: #fff;
  font: 500 14.5px/1 "Outfit", system-ui, sans-serif; text-decoration: none; transition: transform .2s ease, background .25s ease, box-shadow .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: #d4a24c; color: #161d2c; box-shadow: 0 10px 26px rgba(212, 162, 76, .35); }

.nav-toggle { display: none; flex: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #f4f6fb; cursor: pointer; place-items: center; }
.nav-toggle i { display: block; width: 18px; height: 2px; border-radius: 2px; background: #161d2c; transition: transform .3s ease, opacity .2s ease; }
.nav-toggle i + i { margin-top: 4px; }
.menu-open .nav-toggle i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .nav-toggle i:nth-child(2) { opacity: 0; }
.menu-open .nav-toggle i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu { position: fixed; left: 0; right: 0; top: var(--hh, 68px); bottom: 0; overflow: auto; background: #fff; padding: 6px 20px 40px;
  border-top: 1px solid #e2e6f0; animation: menu-in .25s ease; }
.mobile-menu[hidden] { display: none; }
.mobile-menu h2 { margin: 22px 0 6px; font-size: 12.5px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: #1f3a7a; }
.mobile-menu a { display: block; padding: 12px 0; border-bottom: 1px solid #eef1f6; font-size: 17px; color: #161d2c; text-decoration: none; }
.mobile-menu a.solo { font-weight: 600; }
.mobile-menu a[aria-current="page"] { color: #1f3a7a; font-weight: 600; }
.mobile-menu .nav-cta { display: flex; justify-content: center; margin: 28px 0 0; padding: 15px 18px; font-size: 16px; color: #fff; border: 0; }
.mobile-menu .nav-cta:hover { color: #161d2c; }
html.menu-lock { overflow: hidden; }
@keyframes menu-in { from { opacity: 0; transform: translateY(-6px); } }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .nav-toggle { display: grid; }
}
@media (max-width: 380px) { .site-nav > .nav-cta { display: none; } .nav-toggle { margin-left: auto; } }

/* footer */
.site-footer { font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif; margin-top: 56px; padding-inline: 20px; color: #aab3c7;
  background-color: #161d2c; background-image: radial-gradient(780px 380px at 86% -20%, rgba(52, 74, 124, .55), transparent 62%); }
.footer-inner { max-width: 1140px; margin: 0 auto; }

.footer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px 40px; padding-block: 46px 42px; }
.footer-eyebrow { display: block; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #d4a24c; }
.footer-line { margin: 14px 0 0; max-width: 460px; font-size: 27px; line-height: 1.25; font-weight: 600; letter-spacing: -.02em; color: #fff; }
.footer-actions { display: flex; flex-wrap: wrap; gap: 14px 30px; }
.footer-action { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 15.5px; text-decoration: none; cursor: pointer; }
.footer-action i { width: 40px; height: 40px; flex: none; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .2); display: grid; place-items: center;
  transition: background .25s ease, border-color .25s ease, color .25s ease; }
.footer-action svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-action span { border-bottom: 1px solid rgba(255, 255, 255, .34); padding-bottom: 3px; transition: border-color .2s ease; }
.footer-action:hover i { background: #d4a24c; border-color: #d4a24c; color: #161d2c; }
.footer-action:hover span { border-color: #d4a24c; }

.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 64px; padding-block: 40px; border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-sign { display: inline-flex; align-items: center; gap: 18px; }
.footer-logo { display: inline-block; padding: 10px 6px; margin: -10px -6px; }
.footer-logo svg { width: 66px; height: auto; display: block; color: #fff; opacity: .9; }
.footer-logo:hover svg { opacity: 1; }
.footer-col h2 { margin: 3px 0 18px; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #79839c; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-col a { font-size: 15px; color: #dfe4ef; text-decoration: none; transition: color .2s ease; }
.footer-col a:hover { color: #d4a24c; }

.footer-base { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; padding-block: 22px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 13.5px; color: #79839c; }
.footer-ends { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 26px; }
.footer-base a { color: #aab3c7; text-decoration: none; transition: color .2s ease; }
.footer-base a:hover { color: #fff; }
.footer-note { margin: 0; padding-bottom: 26px; font-size: 12.5px; line-height: 1.5; color: #6b7490; }
@media (max-width: 1099px) { .footer-grid { gap: 32px 40px; } }
@media (max-width: 760px) { .footer-top { display: block; padding-block: 42px 36px; } .footer-line { font-size: 23px; } .footer-actions { margin-top: 26px; gap: 16px 24px; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; padding-block: 36px; } .footer-sign { gap: 14px; } }
@media (max-width: 380px) { .footer-grid { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) {
  .nav-menu, .nav-top svg, .nav-toggle i, .nav-cta, .footer-action i { transition: none; }
  .mobile-menu { animation: none; }
  .nav-cta:hover { transform: none; }
}
