:root {
  --sif-blue: #3e5b9f;
  --sif-blue-dark: #17366e;
  --sif-blue-ink: #12264a;
  --sif-blue-soft: #e8eefb;
  --sif-blue-mist: #f4f7fe;
  --sif-red: #cf5133;
  --sif-red-dark: #ab3920;
  --sif-red-soft: #fbe8e4;
  --sif-white: #ffffff;
  --sif-line: rgba(18, 38, 74, 0.1);
  --sif-line-strong: rgba(18, 38, 74, 0.18);
  --sif-text: #18304f;
  --sif-muted: #5c6f8f;
  --sif-shadow: 0 24px 80px rgba(23, 54, 110, 0.12);
  --sif-shadow-soft: 0 16px 36px rgba(23, 54, 110, 0.08);
  --site-max: 1220px;
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
}

body.club-refresh {
  background:
    radial-gradient(circle at top left, rgba(62, 91, 159, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(207, 81, 51, 0.12), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f2f6fd 100%);
  color: var(--sif-text);
  font-family: "Lato", sans-serif;
  transition:
    opacity 320ms ease,
    transform 320ms var(--ease-smooth);
}

body.club-refresh,
body.club-refresh #wrap_all,
body.club-refresh #main,
body.club-refresh .main_color,
body.club-refresh .alternate_color,
body.club-refresh .footer_color,
body.club-refresh .socket_color {
  background-color: transparent;
}

body.club-refresh a {
  color: var(--sif-blue-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  transition:
    color 180ms ease,
    opacity 180ms ease,
    transform 220ms var(--ease-smooth),
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 220ms var(--ease-smooth);
}

body.club-refresh a:hover,
body.club-refresh a:focus-visible {
  color: var(--sif-red-dark);
}

body.club-refresh p,
body.club-refresh li {
  line-height: 1.72;
}

body.club-refresh h1,
body.club-refresh h2,
body.club-refresh h3,
body.club-refresh h4,
body.club-refresh h5,
body.club-refresh h6,
body.club-refresh .av-special-heading-tag,
body.club-refresh .widgettitle,
body.club-refresh .iconbox_content_title {
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
}

body.club-refresh #header {
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(23, 54, 110, 0.08);
  box-shadow: 0 10px 32px rgba(20, 44, 82, 0.06);
  backdrop-filter: blur(16px);
}

body.club-refresh #header .header_bg {
  display: none;
}

body.club-refresh #header_main > .container,
body.club-refresh #footer .container,
body.club-refresh #socket .container {
  max-width: var(--site-max);
}

body.club-refresh #header_main > .container,
body.club-refresh #header_main > .container .main_menu .av-main-nav > li > a,
body.club-refresh #header_main #menu-item-shop .cart_dropdown_link {
  height: 82px;
  line-height: 82px;
}

body.club-refresh #header_main .inner-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(16px, 2vw, 28px);
}

body.club-refresh .html_top_nav_header .av-logo-container {
  height: 82px;
}

body.club-refresh .logo {
  flex: 0 0 auto;
}

body.club-refresh .logo img {
  height: auto;
  max-height: 64px;
  width: auto;
}

body.club-refresh .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
  position: relative;
}

body.club-refresh .main_menu .avia-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  padding: 7px;
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 34px rgba(18, 38, 74, 0.1);
  backdrop-filter: blur(14px);
}

body.club-refresh .main_menu .av-main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: nowrap;
}

body.club-refresh .main_menu .social_bookmarks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  padding: 6px;
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 34px rgba(18, 38, 74, 0.1);
  backdrop-filter: blur(14px);
}

body.club-refresh .main_menu .av-main-nav > li > a,
body.club-refresh .sub_menu_socket a {
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

body.club-refresh .sub_menu_socket a:hover {
  color: var(--sif-red);
}

body.club-refresh .social_bookmarks a {
  color: var(--sif-blue-dark);
}

body.club-refresh .main_menu .social_bookmarks li {
  margin: 0;
}

body.club-refresh .main_menu .social_bookmarks a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(232, 238, 251, 0.78);
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 220ms var(--ease-smooth);
}

body.club-refresh .main_menu .social_bookmarks a:hover,
body.club-refresh .main_menu .social_bookmarks a:focus-visible {
  background: linear-gradient(135deg, rgba(62, 91, 159, 0.14), rgba(207, 81, 51, 0.12));
  color: var(--sif-red);
  transform: translateY(-1px);
}

body.club-refresh #avia-menu > .sub-menu,
body.club-refresh #avia3-menu > .sub-menu {
  display: none !important;
}

body.club-refresh .main_menu .av-main-nav > li {
  position: relative;
}

body.club-refresh .main_menu .av-main-nav > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  height: auto;
  padding: 0 16px;
  border-radius: 15px;
  line-height: 1;
  white-space: nowrap;
}

body.club-refresh .main_menu .av-main-nav > li > a .avia-menu-fx,
body.club-refresh .main_menu .av-main-nav > li > a .avia-arrow-wrap,
body.club-refresh .main_menu .av-main-nav > li > a .avia-arrow {
  display: none !important;
}

body.club-refresh .main_menu .av-main-nav > li.menu-item-has-children > a {
  padding-right: 18px;
}

body.club-refresh .main_menu .av-main-nav > li.menu-item-has-children > a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
  opacity: 0.66;
  flex: 0 0 auto;
}

body.club-refresh .main_menu .av-main-nav > li > a::after,
body.club-refresh .sub_menu_socket a::after {
  display: none;
}

body.club-refresh .main_menu .av-main-nav > li.current-menu-item > a::after,
body.club-refresh .main_menu .av-main-nav > li > a:hover::after,
body.club-refresh .main_menu .av-main-nav > li > a:focus-visible::after,
body.club-refresh .main_menu .av-main-nav > li > a.is-current::after,
body.club-refresh .sub_menu_socket .current-menu-item > a::after,
body.club-refresh .sub_menu_socket a:hover::after,
body.club-refresh .sub_menu_socket a:focus-visible::after,
body.club-refresh .sub_menu_socket a.is-current::after {
  display: none;
}

body.club-refresh .main_menu .av-main-nav > li.current-menu-item > a:not(.is-current)::after,
body.club-refresh .sub_menu_socket .current-menu-item > a:not(.is-current)::after {
  display: none;
}

body.club-refresh .main_menu .av-main-nav > li.current-menu-item > a,
body.club-refresh .main_menu .av-main-nav > li > a.is-current,
body.club-refresh .main_menu .av-main-nav > li > a:hover,
body.club-refresh .main_menu .av-main-nav > li > a:focus-visible,
body.club-refresh .main_menu .av-main-nav > li:focus-within > a {
  background: linear-gradient(135deg, rgba(62, 91, 159, 0.12), rgba(207, 81, 51, 0.08));
  box-shadow: inset 0 0 0 1px rgba(23, 54, 110, 0.08);
  color: var(--sif-blue-ink);
  transform: translateY(-1px);
}

body.club-refresh .sub_menu_socket a.is-current,
body.club-refresh .sub_menu_socket .current-menu-item > a {
  color: var(--sif-blue);
  font-weight: 700;
}

body.club-refresh .main_menu .av-main-nav > li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  z-index: 30;
  min-width: 252px;
  margin: 0;
  padding: 16px 0 6px;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 254, 0.96));
  box-shadow: 0 20px 44px rgba(18, 38, 74, 0.12);
  backdrop-filter: blur(14px);
  overflow: hidden;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 180ms ease,
    transform 220ms var(--ease-smooth),
    visibility 180ms ease;
}

body.club-refresh .main_menu .av-main-nav > li.menu-item-has-children > .sub-menu::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sif-blue), var(--sif-red));
  opacity: 0.82;
}

body.club-refresh .main_menu .av-main-nav > li:hover > .sub-menu,
body.club-refresh .main_menu .av-main-nav > li:focus-within > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  transform: translateY(0);
}

body.club-refresh .main_menu .av-main-nav > li > .sub-menu li {
  margin: 0;
  list-style: none;
}

body.club-refresh .main_menu .av-main-nav > li > .sub-menu li + li {
  border-top: 1px solid rgba(23, 54, 110, 0.08);
}

body.club-refresh .main_menu .av-main-nav > li > .sub-menu a {
  display: block;
  position: relative;
  border-radius: 0;
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 14px 18px 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    padding 220ms var(--ease-smooth);
}

body.club-refresh .main_menu .av-main-nav > li > .sub-menu a::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 0;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sif-blue), var(--sif-red));
  opacity: 0;
  transform: translateY(-50%);
  transition:
    width 220ms var(--ease-smooth),
    opacity 180ms ease;
}

body.club-refresh .main_menu .av-main-nav > li > .sub-menu a:hover,
body.club-refresh .main_menu .av-main-nav > li > .sub-menu a:focus-visible,
body.club-refresh .main_menu .av-main-nav > li > .sub-menu a.is-current {
  background: linear-gradient(90deg, rgba(62, 91, 159, 0.08), rgba(207, 81, 51, 0.04));
  color: var(--sif-red);
  padding-left: 34px;
}

body.club-refresh .main_menu .av-main-nav > li > .sub-menu a:hover::before,
body.club-refresh .main_menu .av-main-nav > li > .sub-menu a:focus-visible::before,
body.club-refresh .main_menu .av-main-nav > li > .sub-menu a.is-current::before {
  width: 6px;
  opacity: 1;
}

body.club-refresh .main_menu .dropdown_available {
  display: none;
}

body.club-refresh .site-menu-checkin {
  margin-left: 2px;
}

body.club-refresh .main_menu .av-main-nav > li.site-menu-checkin > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
}

body.club-refresh .main_menu .av-main-nav > li.site-menu-checkin > a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sif-red), var(--sif-blue));
  box-shadow: 0 0 0 6px rgba(207, 81, 51, 0.1);
  flex: 0 0 auto;
}

body.club-refresh .main_menu .av-main-nav > li.site-menu-checkin > a:hover,
body.club-refresh .main_menu .av-main-nav > li.site-menu-checkin > a:focus-visible {
  color: var(--sif-blue-ink);
  transform: translateY(-1px);
}

body.club-refresh .main_menu .av-main-nav > li.site-menu-checkin > a .avia-menu-text {
  color: inherit;
  letter-spacing: 0.09em;
}

body.club-refresh#top .av-burger-menu-main > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-top: 14px;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(18, 38, 74, 0.12);
  text-decoration: none;
}

body.club-refresh#top .av-burger-menu-main > a:hover,
body.club-refresh#top .av-burger-menu-main > a:focus-visible {
  color: inherit;
  transform: translateY(-1px);
}

body.club-refresh#top .av-hamburger-inner,
body.club-refresh#top .av-hamburger-inner::before,
body.club-refresh#top .av-hamburger-inner::after {
  background-color: var(--sif-blue-ink);
}

html.av-burger-overlay-active body.club-refresh .site-checkin-fab,
html.site-mobile-nav-open body.club-refresh .site-checkin-fab {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

body.club-refresh .site-mobile-nav {
  display: none;
}

body.club-refresh .site-mobile-menu-trigger {
  display: none;
}

body.club-refresh .site-mobile-nav-fallback {
  display: none;
}

body.club-refresh .main_menu .av-main-nav > li.av-burger-menu-main {
  display: none !important;
}

body.club-refresh .site-mobile-nav-fallback {
  position: relative;
  width: auto;
  margin-left: auto;
  z-index: 80;
}

body.club-refresh .site-mobile-nav-fallback > summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 54px;
  padding: 0 16px 0 14px;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(18, 38, 74, 0.12);
  color: var(--sif-blue-ink);
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  list-style: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

body.club-refresh .site-mobile-nav-fallback > summary::-webkit-details-marker {
  display: none;
}

body.club-refresh .site-mobile-nav-fallback > summary::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--sif-blue-ink);
  box-shadow:
    0 -6px 0 var(--sif-blue-ink),
    0 6px 0 var(--sif-blue-ink);
  flex: 0 0 auto;
}

body.club-refresh .site-mobile-nav-fallback > summary::after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
  transition: transform 180ms ease;
}

body.club-refresh .site-mobile-nav-fallback > summary:hover,
body.club-refresh .site-mobile-nav-fallback > summary:focus-visible,
body.club-refresh .site-mobile-nav-fallback[open] > summary {
  border-color: rgba(207, 81, 51, 0.2);
  color: var(--sif-red);
  box-shadow: 0 18px 38px rgba(18, 38, 74, 0.15);
  transform: translateY(-1px);
}

body.club-refresh .site-mobile-nav-fallback[open] > summary::before {
  background: var(--sif-red);
  box-shadow:
    0 -6px 0 var(--sif-red),
    0 6px 0 var(--sif-red);
}

body.club-refresh .site-mobile-nav-fallback[open] > summary::after {
  transform: rotate(-135deg) translateY(-1px);
}

body.club-refresh .site-mobile-nav-fallback-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(calc(100vw - 24px), 420px);
  max-height: calc(100vh - 112px);
  margin-top: 0;
  padding: 16px 0 8px;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(244, 247, 254, 0.98) 58%,
      rgba(251, 232, 228, 0.92)
    );
  box-shadow: 0 22px 44px rgba(18, 38, 74, 0.14);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.club-refresh .site-mobile-nav-fallback-panel::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sif-blue), var(--sif-red));
  opacity: 0.82;
}

body.club-refresh .site-mobile-nav-fallback-links,
body.club-refresh .site-mobile-nav-fallback-submenu {
  display: grid;
  gap: 0;
}

body.club-refresh .site-mobile-nav-fallback-link {
  position: relative;
  display: block;
  min-height: 0;
  padding: 14px 18px 14px 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    padding 220ms var(--ease-smooth);
}

body.club-refresh .site-mobile-nav-fallback-link::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 0;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sif-blue), var(--sif-red));
  opacity: 0;
  transform: translateY(-50%);
  transition:
    width 220ms var(--ease-smooth),
    opacity 180ms ease;
}

body.club-refresh .site-mobile-nav-fallback-link:hover,
body.club-refresh .site-mobile-nav-fallback-link:focus-visible,
body.club-refresh .site-mobile-nav-fallback-link.is-current {
  background: linear-gradient(90deg, rgba(62, 91, 159, 0.08), rgba(207, 81, 51, 0.04));
  color: var(--sif-red);
  padding-left: 34px;
}

body.club-refresh .site-mobile-nav-fallback-link:hover::before,
body.club-refresh .site-mobile-nav-fallback-link:focus-visible::before,
body.club-refresh .site-mobile-nav-fallback-link.is-current::before {
  width: 6px;
  opacity: 1;
}

body.club-refresh .site-mobile-nav-fallback-link.is-checkin {
  padding-left: 40px;
}

body.club-refresh .site-mobile-nav-fallback-link.is-checkin::before {
  left: 19px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: linear-gradient(135deg, var(--sif-red), var(--sif-blue));
  box-shadow: 0 0 0 6px rgba(207, 81, 51, 0.1);
}

body.club-refresh .site-mobile-nav-fallback-links .site-mobile-nav-fallback-link + .site-mobile-nav-fallback-link,
body.club-refresh .site-mobile-nav-fallback-submenu .site-mobile-nav-fallback-link + .site-mobile-nav-fallback-link {
  border-top: 1px solid rgba(23, 54, 110, 0.08);
}

body.club-refresh .site-mobile-nav-fallback-group + .site-mobile-nav-fallback-group,
body.club-refresh .site-mobile-nav-fallback-links + .site-mobile-nav-fallback-group {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 54, 110, 0.08);
}

body.club-refresh .site-mobile-nav-fallback-title {
  margin: 0 0 8px;
  padding: 0 18px;
  color: var(--sif-muted);
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.club-refresh .site-mobile-nav-fallback-title::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sif-blue), var(--sif-red));
}

body.club-refresh .site-mobile-nav-fallback-submenu .site-mobile-nav-fallback-link {
  min-height: 0;
  padding: 12px 18px 12px 28px;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0.07em;
}

body.club-refresh .site-mobile-nav-fallback-submenu .site-mobile-nav-fallback-link:hover,
body.club-refresh .site-mobile-nav-fallback-submenu .site-mobile-nav-fallback-link:focus-visible,
body.club-refresh .site-mobile-nav-fallback-submenu .site-mobile-nav-fallback-link.is-current {
  padding-left: 34px;
}

body.club-refresh.page-secondary #av_section_1 {
  display: none;
}

body.club-refresh.page-secondary #after_section_1,
body.club-refresh.page-secondary #av_section_2 {
  width: min(calc(100% - 32px), var(--site-max));
  margin: 28px auto 0;
  border: 1px solid rgba(23, 54, 110, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--sif-shadow);
  overflow: hidden;
}

body.club-refresh.page-secondary #after_section_1 > .container,
body.club-refresh.page-secondary #av_section_2 > .container {
  max-width: none;
  width: auto;
  padding: clamp(24px, 4vw, 36px);
}

body.club-refresh.page-secondary .template-page.content {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.club-refresh.page-secondary .entry-content-wrapper {
  display: grid;
  gap: 22px;
}

body.club-refresh.page-secondary .flex_column {
  margin: 0;
}

body.club-refresh.page-secondary .avia_textblock > :first-child,
body.club-refresh.page-secondary .entry-content-wrapper > :first-child {
  margin-top: 0;
}

body.club-refresh.page-secondary .avia_textblock h1,
body.club-refresh.page-secondary .avia_textblock h2,
body.club-refresh.page-secondary .avia_textblock h3,
body.club-refresh.page-secondary .avia_textblock h4,
body.club-refresh.page-secondary .avia_textblock h5 {
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
  margin-top: 0;
  text-transform: uppercase;
}

body.club-refresh.page-secondary .avia_textblock h1,
body.club-refresh.page-secondary .avia_textblock h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

body.club-refresh.page-secondary .avia_textblock p,
body.club-refresh.page-secondary .avia_textblock li {
  color: var(--sif-text);
  line-height: 1.72;
}

body.club-refresh.page-secondary .avia_textblock ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

body.club-refresh.page-secondary .avia_textblock li + li {
  margin-top: 10px;
}

body.club-refresh.page-secondary .avia-image-container {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--sif-shadow-soft);
}

body.club-refresh.page-secondary .avia-image-overlay-wrap {
  border-radius: inherit;
}

body.club-refresh.page-secondary .avia-image-container img {
  display: block;
  width: 100%;
  height: auto;
}

body.club-refresh.page-secondary .avia-button-wrap {
  margin: 0;
}

body.club-refresh.page-secondary .avia-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sif-red), var(--sif-red-dark));
  box-shadow: var(--sif-shadow-soft);
  color: var(--sif-white);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

body.club-refresh.page-secondary .avia-button:hover,
body.club-refresh.page-secondary .avia-button:focus-visible {
  color: var(--sif-white);
  transform: translateY(-3px);
}

body.club-refresh .site-metrics-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.club-refresh .site-metric-card,
body.club-refresh .site-price-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--sif-shadow-soft);
  padding: 24px;
}

body.club-refresh .site-metric-card::before,
body.club-refresh .site-price-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--sif-blue), var(--sif-red));
}

body.club-refresh .site-metric-card strong,
body.club-refresh .site-price-value {
  display: block;
  color: var(--sif-blue-dark);
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 12px;
  text-transform: uppercase;
}

body.club-refresh .site-price-value {
  color: var(--sif-red);
}

body.club-refresh .site-metric-card span,
body.club-refresh .site-price-card .site-label {
  color: var(--sif-red);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.club-refresh .site-metric-card p,
body.club-refresh .site-price-card p {
  margin: 10px 0 0;
  color: var(--sif-muted);
}

body.club-refresh .site-price-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.club-refresh .site-link-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

body.club-refresh .site-link-rail a {
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--sif-shadow-soft);
  color: var(--sif-blue-dark);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 11px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

body.club-refresh #main {
  padding-bottom: 48px;
}

body.club-refresh .site-shell,
body.club-refresh .site-section {
  width: min(calc(100% - 32px), var(--site-max));
  margin-left: auto;
  margin-right: auto;
}

body.club-refresh .site-hero,
body.club-refresh .site-section,
body.club-refresh .site-page-hero,
body.club-refresh .site-band,
body.club-refresh .site-surface {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 54, 110, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--sif-shadow);
}

body.club-refresh .site-hero,
body.club-refresh .site-page-hero {
  margin-top: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 238, 251, 0.94) 56%, rgba(207, 81, 51, 0.12)),
    radial-gradient(circle at right top, rgba(62, 91, 159, 0.18), transparent 28%);
}

body.club-refresh .site-hero::before,
body.club-refresh .site-page-hero::before,
body.club-refresh .site-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 14%, rgba(62, 91, 159, 0.16), transparent 22%),
    radial-gradient(circle at 86% 22%, rgba(207, 81, 51, 0.18), transparent 24%),
    linear-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: auto, auto, 36px 36px, 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%);
  pointer-events: none;
}

body.club-refresh .site-page-hero > *,
body.club-refresh .site-hero > *,
body.club-refresh .site-band > * {
  position: relative;
  z-index: 1;
}

body.club-refresh .site-hero-grid,
body.club-refresh .site-split-grid,
body.club-refresh .site-grid,
body.club-refresh .site-contact-grid,
body.club-refresh .site-cta-grid {
  display: grid;
  gap: 24px;
}

body.club-refresh .site-hero-copy,
body.club-refresh .site-split-grid > div {
  min-width: 0;
}

body.club-refresh .site-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  padding: clamp(34px, 5vw, 68px);
}

body.club-refresh .site-page-hero {
  padding: clamp(30px, 5vw, 58px);
}

body.club-refresh .site-grid-2,
body.club-refresh .site-contact-grid,
body.club-refresh .site-cta-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.club-refresh .site-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.club-refresh .site-flow-map {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

body.club-refresh .site-flow-map a {
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--sif-shadow-soft);
  color: var(--sif-blue-dark);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

body.club-refresh .site-flow-map a::before {
  content: attr(data-step);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--sif-blue-soft);
  color: var(--sif-blue-dark);
  font-size: 12px;
}

body.club-refresh .site-flow-map a[aria-current="page"] {
  border-color: rgba(207, 81, 51, 0.26);
  background: linear-gradient(135deg, rgba(207, 81, 51, 0.12), rgba(62, 91, 159, 0.1));
  color: var(--sif-red-dark);
}

body.club-refresh .site-flow-map a[aria-current="page"]::before {
  background: var(--sif-red);
  color: var(--sif-white);
}

body.club-refresh .site-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--sif-red);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.club-refresh .site-kicker::before {
  content: "";
  width: 46px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sif-red), var(--sif-blue));
}

body.club-refresh .site-title {
  margin: 0 0 18px;
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.1rem, 7vw, 6rem);
  line-height: 0.92;
  text-transform: uppercase;
}

body.club-refresh .site-page-hero .site-title {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
}

body.club-refresh .site-lead {
  margin: 0;
  color: var(--sif-text);
  font-size: clamp(1.05rem, 1.8vw, 1.26rem);
  max-width: 43rem;
}

body.club-refresh .site-meta-row,
body.club-refresh .site-button-group,
body.club-refresh .site-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.club-refresh .site-button-group {
  margin-top: 28px;
}

body.club-refresh .site-chip-row {
  margin-top: 22px;
}

body.club-refresh .site-chip {
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--sif-muted);
  padding: 10px 14px;
}

body.club-refresh .site-button,
body.club-refresh #main .avia-button,
body.club-refresh #main button,
body.club-refresh #main input[type="submit"] {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sif-red), #e76b4d);
  box-shadow: 0 18px 34px rgba(207, 81, 51, 0.2);
  color: var(--sif-white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

body.club-refresh .site-button:hover,
body.club-refresh .site-button:focus-visible,
body.club-refresh #main .avia-button:hover,
body.club-refresh #main button:hover,
body.club-refresh #main input[type="submit"]:hover {
  color: var(--sif-white);
  transform: translateY(-2px);
}

body.club-refresh .site-button.secondary {
  border: 1px solid rgba(23, 54, 110, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--sif-shadow-soft);
  color: var(--sif-blue-dark);
}

body.club-refresh .site-button.secondary:hover,
body.club-refresh .site-button.secondary:focus-visible {
  color: var(--sif-red-dark);
}

body.club-refresh .site-checkin-fab {
  position: fixed;
  right: 22px;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 230px;
  padding: 16px 18px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(18, 38, 74, 0.98), rgba(62, 91, 159, 0.96) 52%, rgba(207, 81, 51, 0.96));
  box-shadow: 0 24px 44px rgba(18, 38, 74, 0.26);
  color: var(--sif-white);
  text-decoration: none;
}

body.club-refresh .site-checkin-fab:hover,
body.club-refresh .site-checkin-fab:focus-visible {
  color: var(--sif-white);
  transform: translateY(-3px);
}

body.club-refresh .site-checkin-fab-eyebrow {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.club-refresh .site-checkin-fab-title {
  color: var(--sif-white);
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.05;
  text-transform: uppercase;
}

body.club-refresh .site-checkin-fab-text {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.35;
  max-width: 24ch;
}

body.club-refresh .site-hero-media,
body.club-refresh .site-photo-stack {
  position: relative;
  min-height: 510px;
}

body.club-refresh .site-photo-main,
body.club-refresh .site-photo-secondary,
body.club-refresh .site-floating-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  box-shadow: var(--sif-shadow);
  background: var(--sif-white);
}

body.club-refresh .site-photo-main {
  inset: 10px 48px 66px 0;
}

body.club-refresh .site-photo-secondary {
  right: 0;
  bottom: 0;
  width: 48%;
  height: 42%;
}

body.club-refresh .site-floating-card {
  top: 0;
  right: 4%;
  width: min(260px, 46%);
  padding: 18px 18px 16px;
  background: rgba(23, 54, 110, 0.94);
  color: rgba(255, 255, 255, 0.92);
}

body.club-refresh .site-floating-card strong {
  color: var(--sif-white);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

body.club-refresh .site-floating-card p {
  margin: 0;
}

body.club-refresh .site-achievement-figure {
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: var(--radius-lg);
  background: var(--sif-white);
  box-shadow: var(--sif-shadow);
}

body.club-refresh .site-achievement-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: linear-gradient(180deg, rgba(244, 247, 254, 0.96), rgba(232, 238, 251, 0.92));
}

body.club-refresh .site-achievement-caption {
  display: grid;
  gap: 6px;
  padding: 18px 22px 20px;
  border-top: 1px solid rgba(23, 54, 110, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 254, 0.94));
}

body.club-refresh .site-achievement-caption strong {
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.club-refresh .site-achievement-caption span {
  color: var(--sif-text);
  line-height: 1.58;
}

body.club-refresh .site-photo-main img,
body.club-refresh .site-photo-secondary img,
body.club-refresh .site-card img,
body.club-refresh .site-gallery-grid img,
body.club-refresh .site-map-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.club-refresh .site-section {
  margin-top: 28px;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.9);
}

body.club-refresh .site-section.is-blue,
body.club-refresh .site-band {
  background:
    linear-gradient(135deg, rgba(23, 54, 110, 0.98), rgba(62, 91, 159, 0.92) 64%, rgba(207, 81, 51, 0.42));
  color: rgba(255, 255, 255, 0.92);
}

body.club-refresh .site-section.is-blue h2,
body.club-refresh .site-section.is-blue h3,
body.club-refresh .site-section.is-blue h4,
body.club-refresh .site-section.is-blue .site-kicker,
body.club-refresh .site-band h2,
body.club-refresh .site-band h3,
body.club-refresh .site-band .site-kicker {
  color: var(--sif-white);
}

body.club-refresh .site-section.is-blue p,
body.club-refresh .site-section.is-blue li,
body.club-refresh .site-band p {
  color: rgba(255, 255, 255, 0.88);
}

body.club-refresh .site-section-head {
  margin-bottom: 22px;
}

body.club-refresh .site-section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  text-transform: uppercase;
}

body.club-refresh .site-section-head p {
  margin: 0;
  max-width: 50rem;
}

body.club-refresh .site-card,
body.club-refresh .site-schedule-card,
body.club-refresh .site-note-card,
body.club-refresh .site-resource-card,
body.club-refresh .site-map-card,
body.club-refresh .site-quote-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: var(--radius-lg);
  background: var(--sif-white);
  box-shadow: var(--sif-shadow-soft);
  padding: 24px;
}

body.club-refresh .site-section.is-blue .site-card,
body.club-refresh .site-section.is-blue .site-schedule-card,
body.club-refresh .site-section.is-blue .site-note-card,
body.club-refresh .site-section.is-blue .site-resource-card,
body.club-refresh .site-section.is-blue .site-map-card,
body.club-refresh .site-section.is-blue .site-quote-card {
  border-color: rgba(23, 54, 110, 0.14);
  background: rgba(255, 255, 255, 0.98);
  color: var(--sif-text);
}

body.club-refresh .site-card::before,
body.club-refresh .site-schedule-card::before,
body.club-refresh .site-note-card::before,
body.club-refresh .site-resource-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--sif-blue), var(--sif-red));
}

body.club-refresh .site-card h3,
body.club-refresh .site-schedule-card h3,
body.club-refresh .site-note-card h3,
body.club-refresh .site-resource-card h3,
body.club-refresh .site-quote-card h3 {
  font-size: 1.75rem;
  margin: 14px 0 10px;
  text-transform: uppercase;
}

body.club-refresh .site-section.is-blue .site-card h3,
body.club-refresh .site-section.is-blue .site-schedule-card h3,
body.club-refresh .site-section.is-blue .site-note-card h3,
body.club-refresh .site-section.is-blue .site-resource-card h3,
body.club-refresh .site-section.is-blue .site-map-card h3,
body.club-refresh .site-section.is-blue .site-quote-card h3,
body.club-refresh .site-section.is-blue .site-card h4,
body.club-refresh .site-section.is-blue .site-schedule-card h4,
body.club-refresh .site-section.is-blue .site-note-card h4,
body.club-refresh .site-section.is-blue .site-resource-card h4,
body.club-refresh .site-section.is-blue .site-map-card h4,
body.club-refresh .site-section.is-blue .site-quote-card h4 {
  color: var(--sif-blue-ink);
}

body.club-refresh .site-card p,
body.club-refresh .site-schedule-card p,
body.club-refresh .site-note-card p,
body.club-refresh .site-resource-card p,
body.club-refresh .site-map-card p,
body.club-refresh .site-quote-card p {
  color: var(--sif-text);
}

body.club-refresh .site-section.is-blue .site-card p,
body.club-refresh .site-section.is-blue .site-schedule-card p,
body.club-refresh .site-section.is-blue .site-note-card p,
body.club-refresh .site-section.is-blue .site-resource-card p,
body.club-refresh .site-section.is-blue .site-map-card p,
body.club-refresh .site-section.is-blue .site-quote-card p,
body.club-refresh .site-section.is-blue .site-card li,
body.club-refresh .site-section.is-blue .site-schedule-card li,
body.club-refresh .site-section.is-blue .site-note-card li,
body.club-refresh .site-section.is-blue .site-resource-card li,
body.club-refresh .site-section.is-blue .site-map-card li,
body.club-refresh .site-section.is-blue .site-quote-card li {
  color: var(--sif-text);
}

body.club-refresh .site-card .eyebrow,
body.club-refresh .site-label {
  color: var(--sif-red);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.club-refresh .site-card ul,
body.club-refresh .site-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

body.club-refresh .site-card li,
body.club-refresh .site-list li,
body.club-refresh .site-step-list li {
  border-top: 1px solid rgba(23, 54, 110, 0.08);
  color: var(--sif-text);
  margin: 0;
  padding: 13px 0 0;
}

body.club-refresh .site-card li + li,
body.club-refresh .site-list li + li {
  margin-top: 12px;
}

body.club-refresh .site-step-list strong,
body.club-refresh .site-list strong {
  color: var(--sif-blue-ink);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

body.club-refresh .site-section.is-blue .site-step-list strong,
body.club-refresh .site-section.is-blue .site-list strong {
  color: var(--sif-blue-ink);
}

body.club-refresh .site-step-list span,
body.club-refresh .site-list span {
  color: var(--sif-muted);
  display: block;
}

body.club-refresh .site-section.is-blue .site-step-list span,
body.club-refresh .site-section.is-blue .site-list span {
  color: var(--sif-muted);
}

body.club-refresh .site-band {
  margin-top: 28px;
  padding: clamp(28px, 4vw, 40px);
}

body.club-refresh .site-band-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.club-refresh .site-band-step {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--sif-white);
  padding: 18px;
  text-decoration: none;
}

body.club-refresh .site-band-step strong {
  display: block;
  color: var(--sif-white);
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

body.club-refresh .site-band-step span {
  color: rgba(255, 255, 255, 0.82);
}

body.club-refresh .site-band-step:hover,
body.club-refresh .site-band-step:focus-visible {
  color: var(--sif-white);
  transform: translateY(-3px);
}

body.club-refresh .site-split-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  align-items: center;
}

body.club-refresh .site-split-media {
  min-height: 430px;
}

body.club-refresh .site-split-media .site-photo-main {
  inset: 0 24px 60px 0;
}

body.club-refresh .site-split-media .site-photo-secondary {
  width: 44%;
  height: 38%;
}

body.club-refresh .site-gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-auto-rows: 250px;
}

body.club-refresh .site-range-gallery {
  margin-top: 24px;
}

body.club-refresh .site-gallery-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  box-shadow: var(--sif-shadow-soft);
}

body.club-refresh .site-gallery-grid figure:first-child {
  grid-row: span 2;
}

body.club-refresh .site-gallery-grid figcaption {
  position: absolute;
  inset: auto 16px 16px 16px;
  border-radius: 18px;
  background: rgba(18, 38, 74, 0.82);
  color: var(--sif-white);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.06em;
  padding: 12px 14px;
  text-transform: uppercase;
}

body.club-refresh .site-schedule-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.club-refresh .site-schedule-card .site-time {
  color: var(--sif-blue-dark);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.1rem, 4vw, 2.8rem);
  letter-spacing: 0.04em;
  margin-top: 12px;
}

body.club-refresh .site-schedule-card .site-day {
  color: var(--sif-red);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

body.club-refresh .site-schedule-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 24px;
  background: var(--sif-white);
  box-shadow: var(--sif-shadow-soft);
}

body.club-refresh .site-schedule-table th,
body.club-refresh .site-schedule-table td {
  border-bottom: 1px solid rgba(23, 54, 110, 0.08);
  padding: 14px 16px;
  text-align: left;
}

body.club-refresh .site-schedule-table th {
  background: var(--sif-blue-soft);
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.club-refresh .site-schedule-table tr:last-child td {
  border-bottom: 0;
}

body.club-refresh .site-contact-grid {
  align-items: stretch;
}

body.club-refresh .site-map-preview {
  overflow: hidden;
  border-radius: 26px;
  min-height: 100%;
  box-shadow: var(--sif-shadow-soft);
}

body.club-refresh .site-map-preview a {
  display: block;
  height: 100%;
}

body.club-refresh .site-map-preview img {
  min-height: 100%;
}

body.club-refresh .site-direction-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

body.club-refresh .site-direction-list li {
  position: relative;
  padding-left: 18px;
}

body.club-refresh .site-direction-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sif-red);
}

body.club-refresh .site-resource-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.club-refresh .site-resource-card {
  text-decoration: none;
}

body.club-refresh .site-resource-card:hover,
body.club-refresh .site-resource-card:focus-visible,
body.club-refresh .site-card:hover,
body.club-refresh .site-schedule-card:hover {
  transform: translateY(-4px);
}

body.club-refresh .site-cta-section {
  margin-top: 28px;
  padding: clamp(24px, 4vw, 38px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(251, 232, 228, 0.9));
}

body.club-refresh .site-cta-panel {
  border: 1px solid rgba(23, 54, 110, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--sif-shadow);
  padding: clamp(24px, 4vw, 38px);
}

body.club-refresh .site-cta-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.15rem);
  text-transform: uppercase;
}

body.club-refresh .site-cta-panel p {
  margin: 0;
  max-width: 48rem;
}

body.club-refresh #main form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

body.club-refresh .trial-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.club-refresh .trial-form-grid .full {
  grid-column: 1 / -1;
}

body.club-refresh #main label {
  color: var(--sif-blue-ink);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 0.96rem;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

body.club-refresh #main input,
body.club-refresh #main select,
body.club-refresh #main textarea {
  width: 100%;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 18px;
  background: rgba(244, 247, 254, 0.82);
  color: var(--sif-blue-ink);
  font: inherit;
  padding: 14px 16px;
}

body.club-refresh #main input:focus,
body.club-refresh #main select:focus,
body.club-refresh #main textarea:focus {
  outline: 2px solid rgba(62, 91, 159, 0.28);
  outline-offset: 2px;
}

body.club-refresh .trial-qr-output {
  display: grid;
  gap: 14px;
  justify-items: start;
  margin-top: 18px;
}

body.club-refresh .site-note {
  color: var(--sif-muted);
  margin: 14px 0 0;
}

body.club-refresh .trial-qr-output[hidden] {
  display: none;
}

body.club-refresh .site-tag {
  color: var(--sif-red);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.club-refresh #qrcode {
  border-radius: 22px;
  background: var(--sif-white);
  box-shadow: var(--sif-shadow-soft);
  padding: 12px;
}

body.club-refresh #footer,
body.club-refresh #socket {
  border-top: 1px solid rgba(23, 54, 110, 0.08);
}

body.club-refresh #footer {
  margin-top: 34px;
  padding-top: 18px;
}

body.club-refresh #footer .widgettitle {
  color: var(--sif-blue-ink);
  font-size: 1rem;
  text-transform: uppercase;
}

body.club-refresh #footer .textwidget,
body.club-refresh #socket .copyright,
body.club-refresh #socket nav a {
  color: var(--sif-muted);
}

body.club-refresh #footer a,
body.club-refresh #socket .copyright a {
  color: var(--sif-blue-dark);
}

body.club-refresh #scroll-top-link {
  border-radius: 999px;
  background: rgba(62, 91, 159, 0.14);
  color: var(--sif-blue-dark);
}

html.js-enhanced body.club-refresh::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(62, 91, 159, 0.18), transparent 22%),
    radial-gradient(circle at bottom right, rgba(207, 81, 51, 0.18), transparent 24%),
    rgba(244, 247, 254, 0.56);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
  z-index: 9999;
}

html.js-enhanced body.club-refresh.is-leaving {
  opacity: 0.12;
  transform: translateY(14px);
}

html.js-enhanced body.club-refresh.is-leaving::after {
  opacity: 1;
}

html.js-enhanced body.club-refresh [data-reveal] {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition:
    opacity 620ms var(--ease-smooth),
    transform 620ms var(--ease-smooth);
  transition-delay: var(--reveal-delay, 0ms);
}

html.js-enhanced body.club-refresh [data-reveal].in-view {
  opacity: 1;
  transform: none;
}

body.club-refresh .site-photo-secondary,
body.club-refresh .site-floating-card {
  animation: siteFloat 10s ease-in-out infinite;
}

body.club-refresh .site-photo-main {
  animation: siteDrift 16s ease-in-out infinite;
}

@keyframes siteFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes siteDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.club-refresh .site-photo-main,
  body.club-refresh .site-photo-secondary,
  body.club-refresh .site-floating-card {
    animation: none;
  }

  html.js-enhanced body.club-refresh,
  html.js-enhanced body.club-refresh [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1080px) {
  body.club-refresh .site-hero-grid,
  body.club-refresh .site-split-grid,
  body.club-refresh .site-grid-3,
  body.club-refresh .site-metrics-grid,
  body.club-refresh .site-price-grid,
  body.club-refresh .site-resource-grid,
  body.club-refresh .site-band-grid,
  body.club-refresh .site-schedule-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.club-refresh .site-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.club-refresh .site-gallery-grid figure:first-child {
    grid-row: span 1;
  }
}

@media (max-width: 880px) {
  body.club-refresh .site-hero-grid,
  body.club-refresh .site-grid-2,
  body.club-refresh .site-contact-grid,
  body.club-refresh .site-cta-grid,
  body.club-refresh .site-split-grid,
  body.club-refresh .site-grid-3,
  body.club-refresh .site-metrics-grid,
  body.club-refresh .site-price-grid,
  body.club-refresh .site-resource-grid,
  body.club-refresh .site-band-grid,
  body.club-refresh .site-schedule-grid,
  body.club-refresh .trial-form-grid {
    grid-template-columns: 1fr;
  }

  body.club-refresh .site-hero-media,
  body.club-refresh .site-photo-stack,
  body.club-refresh .site-split-media {
    min-height: 430px;
  }

  body.club-refresh .site-photo-main {
    inset: 0 24px 74px 0;
  }

  body.club-refresh .site-photo-secondary {
    width: 56%;
    height: 38%;
  }

  body.club-refresh .site-floating-card {
    width: min(270px, 64%);
  }
}

@media (max-width: 1180px) {
  body.club-refresh #header {
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.club-refresh .main_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }

  body.club-refresh .main_menu .avia-menu,
  body.club-refresh .main_menu .social_bookmarks,
  body.club-refresh .site-mobile-nav,
  body.club-refresh .site-mobile-menu-trigger {
    display: none !important;
  }

  body.club-refresh .site-mobile-nav-fallback {
    display: block;
    position: relative;
    width: auto;
    margin-left: auto;
    z-index: 80;
  }

  body.club-refresh .site-mobile-nav-fallback > summary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-height: 54px;
    padding: 0 16px 0 14px;
    border: 1px solid rgba(23, 54, 110, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 34px rgba(18, 38, 74, 0.12);
    color: var(--sif-blue-ink);
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1;
    list-style: none;
    text-transform: uppercase;
    transition:
      color 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  body.club-refresh .site-mobile-nav-fallback > summary::-webkit-details-marker {
    display: none;
  }

  body.club-refresh .site-mobile-nav-fallback > summary::before {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--sif-blue-ink);
    box-shadow:
      0 -6px 0 var(--sif-blue-ink),
      0 6px 0 var(--sif-blue-ink);
    flex: 0 0 auto;
  }

  body.club-refresh .site-mobile-nav-fallback > summary::after {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    margin-left: auto;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transform-origin: center;
    transition: transform 180ms ease;
  }

  body.club-refresh .site-mobile-nav-fallback > summary:hover,
  body.club-refresh .site-mobile-nav-fallback > summary:focus-visible,
  body.club-refresh .site-mobile-nav-fallback[open] > summary {
    border-color: rgba(207, 81, 51, 0.2);
    color: var(--sif-red);
    box-shadow: 0 18px 38px rgba(18, 38, 74, 0.15);
    transform: translateY(-1px);
  }

  body.club-refresh .site-mobile-nav-fallback[open] > summary::before {
    background: var(--sif-red);
    box-shadow:
      0 -6px 0 var(--sif-red),
      0 6px 0 var(--sif-red);
  }

  body.club-refresh .site-mobile-nav-fallback[open] > summary::after {
    transform: rotate(-135deg) translateY(-1px);
  }

  body.club-refresh .site-mobile-nav-fallback-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(calc(100vw - 24px), 420px);
    max-height: calc(100vh - 112px);
    margin-top: 0;
    padding: 16px 0 8px;
    border: 1px solid rgba(23, 54, 110, 0.12);
    border-radius: 22px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98),
        rgba(244, 247, 254, 0.98) 58%,
        rgba(251, 232, 228, 0.92)
      );
    box-shadow: 0 22px 44px rgba(18, 38, 74, 0.14);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.club-refresh .site-mobile-nav-fallback-panel::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sif-blue), var(--sif-red));
    opacity: 0.82;
  }

  body.club-refresh .site-mobile-nav-fallback-links,
  body.club-refresh .site-mobile-nav-fallback-submenu {
    display: grid;
    gap: 0;
  }

  body.club-refresh .site-mobile-nav-fallback-link {
    position: relative;
    display: block;
    min-height: 0;
    padding: 14px 18px 14px 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--sif-blue-ink);
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
    transition:
      color 180ms ease,
      background-color 180ms ease,
      padding 220ms var(--ease-smooth);
  }

  body.club-refresh .site-mobile-nav-fallback-link::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 0;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--sif-blue), var(--sif-red));
    opacity: 0;
    transform: translateY(-50%);
    transition:
      width 220ms var(--ease-smooth),
      opacity 180ms ease;
  }

  body.club-refresh .site-mobile-nav-fallback-link:hover,
  body.club-refresh .site-mobile-nav-fallback-link:focus-visible,
  body.club-refresh .site-mobile-nav-fallback-link.is-current {
    background: linear-gradient(90deg, rgba(62, 91, 159, 0.08), rgba(207, 81, 51, 0.04));
    color: var(--sif-red);
    padding-left: 34px;
  }

  body.club-refresh .site-mobile-nav-fallback-link:hover::before,
  body.club-refresh .site-mobile-nav-fallback-link:focus-visible::before,
  body.club-refresh .site-mobile-nav-fallback-link.is-current::before {
    width: 6px;
    opacity: 1;
  }

  body.club-refresh .site-mobile-nav-fallback-link.is-checkin {
    padding-left: 40px;
  }

  body.club-refresh .site-mobile-nav-fallback-link.is-checkin::before {
    left: 19px;
    width: 10px;
    height: 10px;
    opacity: 1;
    background: linear-gradient(135deg, var(--sif-red), var(--sif-blue));
    box-shadow: 0 0 0 6px rgba(207, 81, 51, 0.1);
  }

  body.club-refresh .site-mobile-nav-fallback-links .site-mobile-nav-fallback-link + .site-mobile-nav-fallback-link,
  body.club-refresh .site-mobile-nav-fallback-submenu .site-mobile-nav-fallback-link + .site-mobile-nav-fallback-link {
    border-top: 1px solid rgba(23, 54, 110, 0.08);
  }

  body.club-refresh .site-mobile-nav-fallback-group + .site-mobile-nav-fallback-group,
  body.club-refresh .site-mobile-nav-fallback-links + .site-mobile-nav-fallback-group {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(23, 54, 110, 0.08);
  }

  body.club-refresh .site-mobile-nav-fallback-title {
    margin: 0 0 8px;
    padding: 0 18px;
    color: var(--sif-muted);
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  body.club-refresh .site-mobile-nav-fallback-title::before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    margin-bottom: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sif-blue), var(--sif-red));
  }

  body.club-refresh .site-mobile-nav-fallback-submenu .site-mobile-nav-fallback-link {
    min-height: 0;
    padding: 12px 18px 12px 28px;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0.07em;
  }

  body.club-refresh .site-mobile-nav-fallback-submenu .site-mobile-nav-fallback-link:hover,
  body.club-refresh .site-mobile-nav-fallback-submenu .site-mobile-nav-fallback-link:focus-visible,
  body.club-refresh .site-mobile-nav-fallback-submenu .site-mobile-nav-fallback-link.is-current {
    padding-left: 34px;
  }

  html.site-mobile-nav-enabled body.club-refresh#top .av-burger-overlay {
    display: none !important;
  }

  html.site-mobile-nav-enabled body.club-refresh#top .av-burger-menu-main {
    display: none !important;
  }

  html.site-mobile-nav-open,
  html.site-mobile-nav-open body.club-refresh {
    overflow: hidden;
  }

  body.club-refresh .main_menu .avia-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }

  body.club-refresh .site-mobile-menu-trigger {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid rgba(23, 54, 110, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(18, 38, 74, 0.12);
    color: var(--sif-blue-ink);
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  body.club-refresh .site-mobile-menu-trigger-label {
    line-height: 1;
  }

  body.club-refresh .site-mobile-menu-trigger-icon {
    position: relative;
    width: 18px;
    height: 14px;
    flex: 0 0 auto;
  }

  body.club-refresh .site-mobile-menu-trigger-bar,
  body.club-refresh .site-mobile-menu-trigger-icon::before,
  body.club-refresh .site-mobile-menu-trigger-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--sif-blue-ink);
    transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
  }

  body.club-refresh .site-mobile-menu-trigger-bar {
    top: 6px;
  }

  body.club-refresh .site-mobile-menu-trigger-icon::before {
    top: 0;
  }

  body.club-refresh .site-mobile-menu-trigger-icon::after {
    top: 12px;
  }

  body.club-refresh .site-mobile-menu-trigger.is-active .site-mobile-menu-trigger-bar {
    opacity: 0;
  }

  body.club-refresh .site-mobile-menu-trigger.is-active .site-mobile-menu-trigger-icon::before {
    top: 6px;
    transform: rotate(45deg);
  }

  body.club-refresh .site-mobile-menu-trigger.is-active .site-mobile-menu-trigger-icon::after {
    top: 6px;
    transform: rotate(-45deg);
  }

  body.club-refresh .site-mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 13000;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  body.club-refresh .site-mobile-nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  body.club-refresh .site-mobile-nav-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(10, 27, 56, 0.34);
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  body.club-refresh .site-mobile-nav-panel {
    position: relative;
    width: min(100vw, 390px);
    height: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding:
      calc(18px + env(safe-area-inset-top, 0px))
      18px
      calc(24px + env(safe-area-inset-bottom, 0px));
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98),
        rgba(244, 247, 254, 0.98) 58%,
        rgba(251, 232, 228, 0.92)
      );
    border-left: 1px solid rgba(23, 54, 110, 0.12);
    box-shadow: -24px 0 54px rgba(18, 38, 74, 0.18);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(104%);
    transition: transform 260ms var(--ease-smooth);
  }

  body.club-refresh .site-mobile-nav.is-open .site-mobile-nav-panel {
    transform: translateX(0);
  }

  body.club-refresh .site-mobile-nav-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
  }

  body.club-refresh .site-mobile-nav-heading {
    display: grid;
    gap: 4px;
  }

  body.club-refresh .site-mobile-nav-kicker {
    color: var(--sif-muted);
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  body.club-refresh .site-mobile-nav-title {
    margin: 0;
    color: var(--sif-blue-ink);
    font-size: 1.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  body.club-refresh .site-mobile-nav-close {
    appearance: none;
    border: 1px solid rgba(23, 54, 110, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--sif-blue-dark);
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    letter-spacing: 0.12em;
    min-height: 48px;
    padding: 0 16px;
    text-transform: uppercase;
  }

  body.club-refresh .site-mobile-nav-list,
  body.club-refresh .site-mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  body.club-refresh .site-mobile-nav-list {
    display: grid;
    gap: 10px;
  }

  body.club-refresh .site-mobile-item {
    display: grid;
    gap: 8px;
  }

  body.club-refresh .site-mobile-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  body.club-refresh .site-mobile-link {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 16px 18px;
    border: 1px solid rgba(23, 54, 110, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 28px rgba(18, 38, 74, 0.08);
    color: var(--sif-blue-ink);
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.club-refresh .site-mobile-link:hover,
  body.club-refresh .site-mobile-link:focus-visible,
  body.club-refresh .site-mobile-link.is-current,
  body.club-refresh .site-mobile-item.is-current-trail > .site-mobile-row .site-mobile-link {
    background: linear-gradient(135deg, rgba(62, 91, 159, 0.12), rgba(207, 81, 51, 0.12));
    border-color: rgba(207, 81, 51, 0.22);
    color: var(--sif-red);
  }

  body.club-refresh .site-mobile-item.site-menu-checkin > .site-mobile-row .site-mobile-link {
    background: linear-gradient(135deg, rgba(207, 81, 51, 0.16), rgba(62, 91, 159, 0.15));
    border-color: rgba(207, 81, 51, 0.22);
  }

  body.club-refresh .site-mobile-toggle {
    position: relative;
    width: 58px;
    min-height: 58px;
    border: 1px solid rgba(23, 54, 110, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 14px 28px rgba(18, 38, 74, 0.08);
    cursor: pointer;
    flex: 0 0 auto;
  }

  body.club-refresh .site-mobile-toggle::before,
  body.club-refresh .site-mobile-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: var(--sif-blue-dark);
    transform: translate(-50%, -50%);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  body.club-refresh .site-mobile-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  body.club-refresh .site-mobile-item.is-open > .site-mobile-row .site-mobile-toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0.3);
  }

  body.club-refresh .site-mobile-submenu {
    display: grid;
    gap: 8px;
    padding-left: 16px;
  }

  body.club-refresh .site-mobile-submenu[hidden] {
    display: none;
  }

  body.club-refresh .site-mobile-submenu .site-mobile-link {
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(232, 238, 251, 0.72);
    box-shadow: none;
    font-size: 13px;
    letter-spacing: 0.07em;
  }

  html.site-mobile-nav-enabled body.club-refresh#top #wrap_all .av-burger-overlay-scroll,
  body.club-refresh#top #wrap_all .av-burger-overlay-scroll,
  html.site-mobile-nav-enabled body.club-refresh#top .av-burger-overlay-scroll,
  body.club-refresh#top .av-burger-overlay-scroll {
    background-color: rgba(255, 255, 255, 0.98) !important;
    background-image:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98),
        rgba(244, 247, 254, 0.98) 58%,
        rgba(251, 232, 228, 0.92)
      ) !important;
  }

  html.site-mobile-nav-enabled body.club-refresh#top #wrap_all .av-burger-overlay-bg,
  body.club-refresh#top #wrap_all .av-burger-overlay-bg,
  html.site-mobile-nav-enabled body.club-refresh#top .av-burger-overlay-bg,
  body.club-refresh#top .av-burger-overlay-bg {
    background: rgba(10, 27, 56, 0.34) !important;
    opacity: 1 !important;
  }

  html.site-mobile-nav-enabled body.club-refresh#top #wrap_all .av-burger-overlay #av-burger-menu-ul li a,
  body.club-refresh#top #wrap_all .av-burger-overlay #av-burger-menu-ul li a,
  html.site-mobile-nav-enabled body.club-refresh#top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li a,
  body.club-refresh#top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li a {
    color: var(--sif-blue-ink) !important;
    background: rgba(255, 255, 255, 0.82) !important;
    border-color: rgba(23, 54, 110, 0.12) !important;
  }

  html.site-mobile-nav-enabled body.club-refresh#top #wrap_all .av-burger-overlay #av-burger-menu-ul li a:hover,
  body.club-refresh#top #wrap_all .av-burger-overlay #av-burger-menu-ul li a:hover,
  html.site-mobile-nav-enabled body.club-refresh#top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li a:hover,
  body.club-refresh#top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li a:hover {
    color: var(--sif-red) !important;
    background: linear-gradient(135deg, rgba(62, 91, 159, 0.12), rgba(207, 81, 51, 0.12)) !important;
  }

  body.club-refresh#top .av-burger-overlay {
    inset: 0;
    z-index: 12000;
  }

  body.club-refresh#top .av-burger-overlay-bg {
    background: rgba(10, 27, 56, 0.34);
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  body.club-refresh#top .av-burger-overlay-scroll {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: min(100vw, 390px);
    background-color: rgba(255, 255, 255, 0.98) !important;
    background-image:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98),
        rgba(244, 247, 254, 0.98) 58%,
        rgba(251, 232, 228, 0.92)
      ) !important;
    border-left: 1px solid rgba(23, 54, 110, 0.12);
    box-shadow: -24px 0 54px rgba(18, 38, 74, 0.18);
  }

  body.club-refresh#top .av-burger-overlay-inner {
    display: block;
    min-height: 100%;
    text-align: left;
  }

  body.club-refresh#top #av-burger-menu-ul {
    margin: 0;
    padding-top: calc(86px + env(safe-area-inset-top, 0px)) !important;
    padding-right: 18px !important;
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px)) !important;
    padding-left: 18px !important;
  }

  body.club-refresh#top #av-burger-menu-ul > li {
    margin: 0 0 10px;
  }

  body.club-refresh#top #av-burger-menu-ul li {
    font-size: 1rem;
    line-height: 1.2;
  }

  body.club-refresh#top #av-burger-menu-ul li > a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 16px 18px;
    border: 1px solid rgba(23, 54, 110, 0.1);
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 14px 28px rgba(18, 38, 74, 0.08);
    border-color: rgba(23, 54, 110, 0.1) !important;
    color: var(--sif-blue-ink) !important;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.club-refresh#top #av-burger-menu-ul li > a:hover,
  body.club-refresh#top #av-burger-menu-ul li > a:focus-visible,
  body.club-refresh#top #av-burger-menu-ul li > a.is-current,
  body.club-refresh#top #av-burger-menu-ul li.av-show-submenu > a {
    background-image: linear-gradient(135deg, rgba(62, 91, 159, 0.12), rgba(207, 81, 51, 0.12)) !important;
    border-color: rgba(207, 81, 51, 0.22) !important;
    color: var(--sif-red) !important;
    transform: none;
  }

  body.club-refresh#top #av-burger-menu-ul li.site-menu-checkin > a {
    background-image: linear-gradient(135deg, rgba(207, 81, 51, 0.16), rgba(62, 91, 159, 0.15)) !important;
    border-color: rgba(207, 81, 51, 0.22) !important;
  }

  body.club-refresh#top #av-burger-menu-ul li > a .avia-bullet {
    display: none;
  }

  body.club-refresh#top #av-burger-menu-ul li > a .avia-menu-text {
    flex: 1 1 auto;
    color: inherit;
  }

  body.club-refresh#top #av-burger-menu-ul li ul.sub-menu {
    margin: 8px 0 0;
    padding: 0 0 0 14px;
  }

  body.club-refresh#top #av-burger-menu-ul li li {
    margin-bottom: 8px;
  }

  body.club-refresh#top #av-burger-menu-ul li li > a {
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    background-color: rgba(232, 238, 251, 0.72) !important;
    box-shadow: none;
    font-size: 13px;
    letter-spacing: 0.07em;
  }

  body.club-refresh#top #av-burger-menu-ul .av-submenu-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: auto;
    border-radius: 12px;
    background: rgba(23, 54, 110, 0.08);
    color: var(--sif-blue-dark);
    flex: 0 0 auto;
  }

  body.club-refresh#top #av-burger-menu-ul .av-submenu-indicator::before {
    content: "+";
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }

  body.club-refresh#top #av-burger-menu-ul li.av-show-submenu > a .av-submenu-indicator::before {
    content: "-";
  }
}

@media (max-width: 767px) {
  body.club-refresh .site-mobile-nav-fallback {
    width: auto;
  }

  body.club-refresh .site-mobile-nav-fallback-panel {
    width: min(calc(100vw - 20px), 420px);
  }

  body.club-refresh .site-shell,
  body.club-refresh .site-section {
    width: min(calc(100% - 20px), var(--site-max));
  }

  body.club-refresh.page-secondary #after_section_1,
  body.club-refresh.page-secondary #av_section_2 {
    width: min(calc(100% - 20px), var(--site-max));
  }

  body.club-refresh #header_main > .container,
  body.club-refresh #header_main > .container .main_menu .av-main-nav > li > a,
  body.club-refresh #header_main #menu-item-shop .cart_dropdown_link {
    height: 76px;
    line-height: 76px;
  }

  body.club-refresh .html_top_nav_header .av-logo-container {
    height: 76px;
  }

  body.club-refresh .site-title {
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  body.club-refresh .site-hero,
  body.club-refresh .site-page-hero,
  body.club-refresh .site-section,
  body.club-refresh .site-band,
  body.club-refresh .site-surface,
  body.club-refresh .site-cta-panel {
    border-radius: 28px;
  }

  body.club-refresh .site-photo-main {
    inset: 0 0 102px 0;
  }

  body.club-refresh .site-photo-secondary {
    width: 72%;
    height: 30%;
  }

  body.club-refresh .site-floating-card {
    top: auto;
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  body.club-refresh .site-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  body.club-refresh .site-checkin-fab {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    min-width: 0;
    padding: 14px 16px;
  }

  body.club-refresh .site-checkin-fab-text {
    max-width: none;
  }

  body.club-refresh .main_menu .av-main-nav > li.menu-item-has-children > .sub-menu {
    left: auto;
    right: 0;
    min-width: min(88vw, 280px);
  }
}

body.club-refresh #header_main > .container,
body.club-refresh .html_top_nav_header .av-logo-container {
  height: auto;
  min-height: 84px;
}

body.club-refresh #header_main .inner-container {
  min-height: 84px;
  gap: clamp(12px, 1.8vw, 24px);
}

body.club-refresh .logo {
  display: flex;
  align-items: center;
  flex: 0 1 clamp(156px, 24vw, 300px);
  min-width: 0;
  position: relative;
  z-index: 3;
}

body.club-refresh .logo a {
  display: block;
  width: 100%;
  max-width: 300px;
}

body.club-refresh .logo img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: none;
}

body.club-refresh nav.main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

body.club-refresh nav.main_menu > .social_bookmarks,
body.club-refresh nav.main_menu > .site-mobile-nav-fallback,
body.club-refresh nav.main_menu .av-main-nav > li.av-burger-menu-main,
body.club-refresh nav.main_menu .av-burger-menu-main {
  display: none !important;
}

body.club-refresh nav.main_menu > .avia-menu {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.club-refresh nav.main_menu > .avia-menu > .av-main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: nowrap;
  min-width: 0;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(18, 38, 74, 0.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
}

body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li > a {
  display: flex;
  align-items: center;
  min-height: 48px;
  height: auto;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li > a .avia-bullet,
body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li > a .avia-menu-fx,
body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li > a .avia-arrow-wrap,
body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li > a .avia-arrow,
body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li > a::after,
body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li.current-menu-item > a::after,
body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li > a.is-current::after {
  display: none !important;
}

body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li.menu-item-has-children > a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.6;
  flex: 0 0 auto;
}

body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li.current-menu-item > a,
body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li > a.is-current,
body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li > a:hover,
body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li > a:focus-visible,
body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li:focus-within > a {
  background: linear-gradient(135deg, rgba(62, 91, 159, 0.12), rgba(207, 81, 51, 0.08));
  box-shadow: inset 0 0 0 1px rgba(23, 54, 110, 0.08);
  color: var(--sif-blue-ink);
  transform: none;
}

body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li.site-menu-checkin > a {
  gap: 10px;
  background: linear-gradient(135deg, rgba(207, 81, 51, 0.14), rgba(62, 91, 159, 0.1));
  box-shadow: inset 0 0 0 1px rgba(207, 81, 51, 0.14);
}

body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li.site-menu-checkin > a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sif-red), var(--sif-blue));
  box-shadow: 0 0 0 5px rgba(207, 81, 51, 0.1);
  flex: 0 0 auto;
}

body.club-refresh nav.main_menu > .avia-menu > .av-main-nav > li.menu-item-has-children > .sub-menu {
  top: calc(100% + 12px);
}

body.club-refresh .site-mobile-menu-trigger {
  appearance: none;
  display: none !important;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(18, 38, 74, 0.12);
  color: var(--sif-blue-ink);
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

body.club-refresh .site-mobile-menu-trigger-label {
  line-height: 1;
}

body.club-refresh .site-mobile-menu-trigger-icon {
  position: relative;
  width: 18px;
  height: 14px;
  flex: 0 0 auto;
}

body.club-refresh .site-mobile-menu-trigger-bar,
body.club-refresh .site-mobile-menu-trigger-icon::before,
body.club-refresh .site-mobile-menu-trigger-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--sif-blue-ink);
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

body.club-refresh .site-mobile-menu-trigger-bar {
  top: 6px;
}

body.club-refresh .site-mobile-menu-trigger-icon::before {
  top: 0;
}

body.club-refresh .site-mobile-menu-trigger-icon::after {
  top: 12px;
}

body.club-refresh .site-mobile-menu-trigger.is-active .site-mobile-menu-trigger-bar {
  opacity: 0;
}

body.club-refresh .site-mobile-menu-trigger.is-active .site-mobile-menu-trigger-icon::before {
  top: 6px;
  transform: rotate(45deg);
}

body.club-refresh .site-mobile-menu-trigger.is-active .site-mobile-menu-trigger-icon::after {
  top: 6px;
  transform: rotate(-45deg);
}

body.club-refresh .site-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

body.club-refresh .site-mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.club-refresh .site-mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(10, 27, 56, 0.34);
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body.club-refresh .site-mobile-nav-panel {
  position: relative;
  width: min(100vw, 390px);
  height: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding:
    calc(18px + env(safe-area-inset-top, 0px))
    18px
    calc(24px + env(safe-area-inset-bottom, 0px));
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(244, 247, 254, 0.98) 58%,
      rgba(251, 232, 228, 0.92)
    );
  border-left: 1px solid rgba(23, 54, 110, 0.12);
  box-shadow: -24px 0 54px rgba(18, 38, 74, 0.18);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(104%);
  transition: transform 260ms var(--ease-smooth);
}

body.club-refresh .site-mobile-nav.is-open .site-mobile-nav-panel {
  transform: translateX(0);
}

body.club-refresh .site-mobile-nav-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

body.club-refresh .site-mobile-nav-heading {
  display: grid;
  gap: 4px;
}

body.club-refresh .site-mobile-nav-kicker,
body.club-refresh .site-mobile-nav-meta-title {
  color: var(--sif-muted);
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.club-refresh .site-mobile-nav-title {
  margin: 0;
  color: var(--sif-blue-ink);
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.club-refresh .site-mobile-nav-close {
  appearance: none;
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--sif-blue-dark);
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  min-height: 48px;
  padding: 0 16px;
  text-transform: uppercase;
}

body.club-refresh .site-mobile-nav-list,
body.club-refresh .site-mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.club-refresh .site-mobile-nav-list {
  display: grid;
  gap: 10px;
}

body.club-refresh .site-mobile-item {
  display: grid;
  gap: 8px;
}

body.club-refresh .site-mobile-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

body.club-refresh .site-mobile-link {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 16px 18px;
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 28px rgba(18, 38, 74, 0.08);
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

body.club-refresh .site-mobile-link:hover,
body.club-refresh .site-mobile-link:focus-visible,
body.club-refresh .site-mobile-link.is-current,
body.club-refresh .site-mobile-item.is-current-trail > .site-mobile-row .site-mobile-link {
  background: linear-gradient(135deg, rgba(62, 91, 159, 0.12), rgba(207, 81, 51, 0.12));
  border-color: rgba(207, 81, 51, 0.22);
  color: var(--sif-red);
}

body.club-refresh .site-mobile-item.site-menu-checkin > .site-mobile-row .site-mobile-link {
  background: linear-gradient(135deg, rgba(207, 81, 51, 0.16), rgba(62, 91, 159, 0.15));
  border-color: rgba(207, 81, 51, 0.22);
}

body.club-refresh .site-mobile-toggle {
  position: relative;
  width: 58px;
  min-height: 58px;
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 28px rgba(18, 38, 74, 0.08);
  cursor: pointer;
  flex: 0 0 auto;
}

body.club-refresh .site-mobile-toggle::before,
body.club-refresh .site-mobile-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--sif-blue-dark);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

body.club-refresh .site-mobile-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.club-refresh .site-mobile-item.is-open > .site-mobile-row .site-mobile-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.3);
}

body.club-refresh .site-mobile-submenu {
  display: grid;
  gap: 8px;
  padding-left: 16px;
}

body.club-refresh .site-mobile-submenu[hidden] {
  display: none;
}

body.club-refresh .site-mobile-submenu .site-mobile-link {
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(232, 238, 251, 0.72);
  box-shadow: none;
  font-size: 13px;
  letter-spacing: 0.07em;
}

body.club-refresh .site-mobile-nav-meta {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 54, 110, 0.08);
  display: grid;
  gap: 12px;
}

body.club-refresh .site-mobile-nav-meta .social_bookmarks {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.club-refresh .site-mobile-nav-meta .social_bookmarks li {
  margin: 0;
}

body.club-refresh .site-mobile-nav-meta .social_bookmarks a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(18, 38, 74, 0.08);
}

@media (max-width: 720px) {
  body.club-refresh #header_main > .container,
  body.club-refresh .html_top_nav_header .av-logo-container,
  body.club-refresh #header_main .inner-container {
    min-height: 76px;
  }

  body.club-refresh .logo {
    flex-basis: min(182px, 52vw);
  }

  body.club-refresh .logo a,
  body.club-refresh .logo img {
    max-width: 100%;
  }

  body.club-refresh .site-mobile-menu-trigger {
    min-height: 48px;
    padding: 0 14px;
  }

  body.club-refresh .site-mobile-nav-panel {
    width: min(calc(100vw - 8px), 390px);
  }
}

body.club-refresh.site-header-ready #header_main > .container,
body.club-refresh.site-header-ready .html_top_nav_header .av-logo-container {
  height: auto;
  min-height: 84px;
}

body.club-refresh.site-header-ready #header_main .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: clamp(14px, 2vw, 28px);
}

body.club-refresh.site-header-ready .logo {
  flex: 0 0 auto;
  width: clamp(156px, 20vw, 300px);
  max-width: min(48vw, 300px);
  min-width: 132px;
}

body.club-refresh.site-header-ready .logo a {
  display: block;
  width: 100%;
}

body.club-refresh.site-header-ready .logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: none;
}

body.club-refresh.site-header-ready nav.main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
  position: relative;
}

body.club-refresh.site-header-ready nav.main_menu > .avia-menu,
body.club-refresh.site-header-ready nav.main_menu > .social_bookmarks,
body.club-refresh.site-header-ready nav.main_menu > .site-mobile-nav-fallback,
body.club-refresh.site-header-ready nav.main_menu .av-burger-menu-main {
  display: none !important;
}

body.club-refresh.site-header-ready nav.main_menu > .site-header-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
}

body.club-refresh.site-header-ready .site-header-desktop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
}

body.club-refresh.site-header-ready .site-header-desktop-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.5vw, 22px);
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

body.club-refresh.site-header-ready .site-nav-item,
body.club-refresh.site-header-ready .site-nav-dropdown-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.club-refresh.site-header-ready .site-nav-item {
  position: relative;
  flex: 0 0 auto;
}

body.club-refresh.site-header-ready .site-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 0 2px;
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

body.club-refresh.site-header-ready .site-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sif-blue), var(--sif-red));
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: center;
  transition:
    opacity 180ms ease,
    transform 220ms var(--ease-smooth);
}

body.club-refresh.site-header-ready .site-nav-item.has-children > .site-nav-link {
  padding-right: 16px;
}

body.club-refresh.site-header-ready .site-nav-item.has-children > .site-nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  opacity: 0.6;
}

body.club-refresh.site-header-ready .site-nav-item.is-current > .site-nav-link,
body.club-refresh.site-header-ready .site-nav-item.is-current-trail > .site-nav-link,
body.club-refresh.site-header-ready .site-nav-link:hover,
body.club-refresh.site-header-ready .site-nav-link:focus-visible {
  color: var(--sif-red-dark);
}

body.club-refresh.site-header-ready .site-nav-item.is-current > .site-nav-link::after,
body.club-refresh.site-header-ready .site-nav-item.is-current-trail > .site-nav-link::after,
body.club-refresh.site-header-ready .site-nav-link:hover::after,
body.club-refresh.site-header-ready .site-nav-link:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

body.club-refresh.site-header-ready .site-nav-item.site-menu-checkin > .site-nav-link {
  margin-left: 6px;
  padding-left: 20px;
  border-left: 1px solid rgba(18, 38, 74, 0.12);
  color: var(--sif-red-dark);
}

body.club-refresh.site-header-ready .site-nav-item.site-menu-checkin > .site-nav-link::before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sif-red), var(--sif-blue));
  box-shadow: 0 0 0 5px rgba(207, 81, 51, 0.12);
  transform: translateY(-50%);
  opacity: 1;
}

body.club-refresh.site-header-ready .site-nav-item.has-children.site-menu-checkin > .site-nav-link::before {
  left: 0;
  right: auto;
}

body.club-refresh.site-header-ready .site-nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 250px;
  padding: 12px;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 48px rgba(18, 38, 74, 0.14);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 180ms ease,
    transform 220ms var(--ease-smooth),
    visibility 180ms ease;
}

body.club-refresh.site-header-ready .site-nav-dropdown-list {
  display: grid;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.club-refresh.site-header-ready .site-nav-dropdown-link {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--sif-blue-ink);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

body.club-refresh.site-header-ready .site-nav-dropdown-link:hover,
body.club-refresh.site-header-ready .site-nav-dropdown-link:focus-visible,
body.club-refresh.site-header-ready .site-nav-dropdown-link.is-current,
body.club-refresh.site-header-ready .site-nav-dropdown-link.is-current-trail {
  background: linear-gradient(135deg, rgba(62, 91, 159, 0.1), rgba(207, 81, 51, 0.08));
  color: var(--sif-red-dark);
}

body.club-refresh.site-header-ready .site-nav-item:hover > .site-nav-dropdown,
body.club-refresh.site-header-ready .site-nav-item:focus-within > .site-nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger {
  appearance: none;
  display: none;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(18, 38, 74, 0.12);
  color: var(--sif-blue-ink);
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

body.club-refresh.site-header-ready .site-mobile-nav-meta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.club-refresh.site-header-ready .site-mobile-nav-meta-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 22px rgba(18, 38, 74, 0.08);
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

body.club-refresh.site-header-ready .site-mobile-nav-meta-link:hover,
body.club-refresh.site-header-ready .site-mobile-nav-meta-link:focus-visible {
  color: var(--sif-red-dark);
  transform: translateY(-1px);
}

body.club-refresh.site-header-ready:not(.header-menu-collapsed) .site-header-desktop {
  display: flex;
}

body.club-refresh.site-header-ready:not(.header-menu-collapsed) .site-mobile-menu-trigger {
  display: none !important;
}

body.club-refresh.site-header-ready.header-menu-collapsed .site-header-desktop {
  display: none !important;
}

body.club-refresh.site-header-ready.header-menu-collapsed .site-mobile-menu-trigger {
  display: inline-flex !important;
}

@media (max-width: 720px) {
  body.club-refresh.site-header-ready #header_main > .container,
  body.club-refresh.site-header-ready .html_top_nav_header .av-logo-container,
  body.club-refresh.site-header-ready #header_main .inner-container {
    min-height: 76px;
  }

  body.club-refresh.site-header-ready .logo {
    width: min(184px, 52vw);
    max-width: 52vw;
  }

  body.club-refresh.site-header-ready .site-mobile-menu-trigger {
    min-height: 48px;
    padding: 0 14px;
  }
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger {
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 255, 0.92));
  box-shadow: 0 16px 34px rgba(18, 38, 74, 0.1);
}

body.club-refresh.site-header-ready .site-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

body.club-refresh.site-header-ready .site-mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.club-refresh.site-header-ready .site-mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(11, 24, 48, 0.28);
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

body.club-refresh.site-header-ready .site-mobile-nav-panel {
  position: relative;
  width: min(100vw, 420px);
  height: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding:
    calc(18px + env(safe-area-inset-top, 0px))
    18px
    calc(22px + env(safe-area-inset-bottom, 0px));
  background:
    linear-gradient(
      180deg,
      rgba(249, 251, 255, 0.98),
      rgba(241, 246, 255, 0.97) 52%,
      rgba(251, 236, 232, 0.94)
    );
  box-shadow: -18px 0 52px rgba(18, 38, 74, 0.16);
  overflow: auto;
}

body.club-refresh.site-header-ready .site-mobile-nav-header {
  display: grid;
  gap: 18px;
}

body.club-refresh.site-header-ready .site-mobile-nav-brand {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding-top: 6px;
}

body.club-refresh.site-header-ready .site-mobile-nav-brand-link {
  display: block;
  width: min(198px, 58vw);
}

body.club-refresh.site-header-ready .site-mobile-nav-brand-image {
  display: block;
  width: 100%;
  height: auto;
}

body.club-refresh.site-header-ready .site-mobile-nav-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

body.club-refresh.site-header-ready .site-mobile-nav-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(18, 38, 74, 0.08);
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

body.club-refresh.site-header-ready .site-mobile-nav-social-link:hover,
body.club-refresh.site-header-ready .site-mobile-nav-social-link:focus-visible {
  color: var(--sif-red-dark);
  transform: translateY(-1px);
}

body.club-refresh.site-header-ready .site-mobile-nav-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
}

body.club-refresh.site-header-ready .site-mobile-nav-back,
body.club-refresh.site-header-ready .site-mobile-nav-close {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  color: var(--sif-blue-ink);
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1;
}

body.club-refresh.site-header-ready .site-mobile-nav-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

body.club-refresh.site-header-ready .site-mobile-nav-back[hidden] {
  display: none !important;
}

body.club-refresh.site-header-ready .site-mobile-nav-back-label,
body.club-refresh.site-header-ready .site-mobile-nav-toolbar-title {
  font-family: "Oswald", sans-serif;
  font-size: 29px;
  letter-spacing: 0.03em;
  line-height: 1.05;
  color: var(--sif-blue-ink);
}

body.club-refresh.site-header-ready .site-mobile-nav-toolbar-title[hidden] {
  display: none !important;
}

body.club-refresh.site-header-ready .site-mobile-nav-stage {
  position: relative;
  overflow: hidden;
  transition: height 260ms var(--ease-smooth);
}

body.club-refresh.site-header-ready .site-mobile-nav-track {
  display: flex;
  align-items: flex-start;
  width: 100%;
  transition: transform 280ms var(--ease-smooth);
}

body.club-refresh.site-header-ready .site-mobile-screen {
  flex: 0 0 100%;
  min-width: 100%;
}

body.club-refresh.site-header-ready .site-mobile-screen-list {
  display: grid;
  gap: 10px;
}

body.club-refresh.site-header-ready .site-mobile-screen-row {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 64px;
  padding: 14px 18px;
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(18, 38, 74, 0.08);
  color: var(--sif-blue-ink);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

body.club-refresh.site-header-ready .site-mobile-screen-row:hover,
body.club-refresh.site-header-ready .site-mobile-screen-row:focus-visible {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 238, 251, 0.98));
  border-color: rgba(62, 91, 159, 0.18);
  color: var(--sif-red-dark);
  transform: translateY(-1px);
}

body.club-refresh.site-header-ready .site-mobile-screen-row.is-current,
body.club-refresh.site-header-ready .site-mobile-screen-row.is-current-trail {
  border-color: rgba(62, 91, 159, 0.2);
  background: linear-gradient(135deg, rgba(62, 91, 159, 0.12), rgba(207, 81, 51, 0.1));
}

body.club-refresh.site-header-ready .site-mobile-screen-row.site-menu-checkin {
  border-color: rgba(207, 81, 51, 0.16);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(251, 232, 228, 0.96));
}

body.club-refresh.site-header-ready .site-mobile-screen-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.club-refresh.site-header-ready .site-mobile-screen-row-title {
  color: inherit;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 1.15;
}

body.club-refresh.site-header-ready .site-mobile-screen-row-meta {
  color: var(--sif-muted);
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

body.club-refresh.site-header-ready .site-mobile-screen-row-chevron {
  flex: 0 0 auto;
  color: rgba(18, 38, 74, 0.5);
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 720px) {
  body.club-refresh.site-header-ready .site-mobile-nav-panel {
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.club-refresh.site-header-ready .site-mobile-nav-back-label,
  body.club-refresh.site-header-ready .site-mobile-nav-toolbar-title {
    font-size: 26px;
  }
}

body.club-refresh.site-header-ready {
  --ios-menu-font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}

body#top.club-refresh.site-header-ready nav.main_menu > .site-header-bar {
  display: flex !important;
}

body#top.club-refresh.site-header-ready nav.main_menu > .avia-menu,
body#top.club-refresh.site-header-ready nav.main_menu > .social_bookmarks,
body#top.club-refresh.site-header-ready nav.main_menu > .site-mobile-nav-fallback,
body#top.club-refresh.site-header-ready nav.main_menu .av-burger-menu-main {
  display: none !important;
}

body.club-refresh.site-header-ready .site-header-desktop-list {
  gap: 20px;
}

body.club-refresh.site-header-ready .site-header-desktop-list.is-submenu {
  gap: 0;
  padding: 4px 10px;
  border: 1px solid rgba(60, 60, 67, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(18, 38, 74, 0.08);
}

body.club-refresh.site-header-ready .site-header-desktop-list.is-submenu .site-nav-item + .site-nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background: rgba(60, 60, 67, 0.12);
  transform: translateY(-50%);
}

body.club-refresh.site-header-ready .site-nav-link {
  appearance: none;
  border: 0;
  background: none;
  min-height: 44px;
  padding: 0;
  color: #1d1d1f;
  font-family: var(--ios-menu-font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

body.club-refresh.site-header-ready .site-header-desktop-list.is-submenu .site-nav-link {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: 14px;
}

body.club-refresh.site-header-ready .site-nav-link::after,
body.club-refresh.site-header-ready .site-nav-item.site-menu-checkin > .site-nav-link::before {
  display: none !important;
}

body.club-refresh.site-header-ready .site-nav-item.has-children > .site-nav-link {
  padding-right: 14px;
}

body.club-refresh.site-header-ready .site-nav-item.has-children > .site-nav-link::before {
  width: 6px;
  height: 6px;
  right: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  opacity: 0.35;
}

body.club-refresh.site-header-ready .site-nav-item.is-current > .site-nav-link,
body.club-refresh.site-header-ready .site-nav-item.is-current-trail > .site-nav-link,
body.club-refresh.site-header-ready .site-nav-link:hover,
body.club-refresh.site-header-ready .site-nav-link:focus-visible {
  color: #007aff;
}

body.club-refresh.site-header-ready .site-header-desktop-list.is-submenu .site-nav-link:hover,
body.club-refresh.site-header-ready .site-header-desktop-list.is-submenu .site-nav-link:focus-visible {
  background: rgba(0, 122, 255, 0.08);
  color: #005ecb;
}

body.club-refresh.site-header-ready .site-header-desktop-list.is-submenu .site-nav-item.is-back > .site-nav-link {
  color: #007aff;
  font-weight: 600;
}

body.club-refresh.site-header-ready .site-header-desktop-list.is-submenu .site-nav-item.is-context > .site-nav-link {
  color: #1d1d1f;
  font-weight: 700;
}

body.club-refresh.site-header-ready .site-header-desktop-list.is-submenu .site-nav-item.is-current > .site-nav-link {
  background: rgba(207, 81, 51, 0.1);
  color: var(--sif-red-dark);
}

body.club-refresh.site-header-ready .site-header-desktop-list.is-submenu .site-nav-item.is-current-trail > .site-nav-link {
  color: var(--sif-blue-ink);
}

body.club-refresh.site-header-ready .site-nav-item.site-menu-checkin > .site-nav-link {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  color: #cf5133;
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(60, 60, 67, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  color: #007aff;
  font-family: var(--ios-menu-font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger-bar,
body.club-refresh.site-header-ready .site-mobile-menu-trigger-icon::before,
body.club-refresh.site-header-ready .site-mobile-menu-trigger-icon::after {
  background: #007aff;
}

body.club-refresh.site-header-ready .site-mobile-nav-backdrop {
  background: rgba(15, 23, 42, 0.22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body.club-refresh.site-header-ready .site-mobile-nav-panel {
  gap: 14px;
  background: #f2f2f7;
  box-shadow: -18px 0 48px rgba(15, 23, 42, 0.14);
}

body.club-refresh.site-header-ready .site-mobile-nav-header {
  gap: 16px;
  padding: 4px 18px 0;
}

body.club-refresh.site-header-ready .site-mobile-nav-brand {
  gap: 10px;
  padding-top: 2px;
}

body.club-refresh.site-header-ready .site-mobile-nav-brand-link {
  width: min(182px, 52vw);
}

body.club-refresh.site-header-ready .site-mobile-nav-social {
  display: inline-flex;
  align-self: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(60, 60, 67, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}

body.club-refresh.site-header-ready .site-mobile-nav-social-link {
  min-width: 0;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  color: #007aff;
  font-family: var(--ios-menu-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.club-refresh.site-header-ready .site-mobile-nav-social-link:hover,
body.club-refresh.site-header-ready .site-mobile-nav-social-link:focus-visible {
  background: rgba(0, 122, 255, 0.08);
  color: #005ecb;
  transform: none;
}

body.club-refresh.site-header-ready .site-mobile-nav-toolbar {
  min-height: 36px;
}

body.club-refresh.site-header-ready .site-mobile-nav-back,
body.club-refresh.site-header-ready .site-mobile-nav-close {
  color: #007aff;
  font-family: var(--ios-menu-font);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
}

body.club-refresh.site-header-ready .site-mobile-nav-back-label {
  font-family: var(--ios-menu-font);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  color: #007aff;
}

body.club-refresh.site-header-ready .site-mobile-nav-toolbar-title {
  font-family: var(--ios-menu-font);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: #111827;
}

body.club-refresh.site-header-ready .site-mobile-nav-stage {
  padding: 0 16px 8px;
}

body.club-refresh.site-header-ready .site-mobile-screen-list {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(60, 60, 67, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}

body.club-refresh.site-header-ready .site-mobile-screen-row {
  min-height: 56px;
  padding: 14px 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #1d1d1f;
}

body.club-refresh.site-header-ready .site-mobile-screen-row + .site-mobile-screen-row {
  border-top: 1px solid rgba(60, 60, 67, 0.13);
}

body.club-refresh.site-header-ready .site-mobile-screen-row:hover,
body.club-refresh.site-header-ready .site-mobile-screen-row:focus-visible {
  background: rgba(120, 120, 128, 0.08);
  border-color: transparent;
  color: #1d1d1f;
  transform: none;
}

body.club-refresh.site-header-ready .site-mobile-screen-row.is-current,
body.club-refresh.site-header-ready .site-mobile-screen-row.is-current-trail {
  background: rgba(0, 122, 255, 0.08);
}

body.club-refresh.site-header-ready .site-mobile-screen-row.site-menu-checkin .site-mobile-screen-row-title {
  color: #cf5133;
  font-weight: 600;
}

body.club-refresh.site-header-ready .site-mobile-screen-copy {
  gap: 2px;
}

body.club-refresh.site-header-ready .site-mobile-screen-row-title {
  font-family: var(--ios-menu-font);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

body.club-refresh.site-header-ready .site-mobile-screen-row-meta {
  color: #8e8e93;
  font-family: var(--ios-menu-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

body.club-refresh.site-header-ready .site-mobile-screen-row-chevron {
  color: #c7c7cc;
  font-family: var(--ios-menu-font);
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 720px) {
  body.club-refresh.site-header-ready .site-mobile-nav-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.club-refresh.site-header-ready .site-mobile-nav-toolbar-title {
    font-size: 30px;
  }
}

body.club-refresh.site-header-ready .site-mobile-nav {
  justify-content: center;
  align-items: flex-start;
  padding:
    calc(84px + env(safe-area-inset-top, 0px))
    16px
    24px;
}

body.club-refresh.site-header-ready .site-mobile-nav-panel {
  width: min(460px, calc(100vw - 32px));
  max-height: min(calc(100vh - 112px), 840px);
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden auto;
}

body.club-refresh.site-header-ready .site-mobile-nav-close[hidden] {
  display: none !important;
}

body.club-refresh.site-header-ready .site-mobile-nav-stage {
  padding-bottom: 18px;
}

body.club-refresh.site-header-ready .site-mobile-nav-track {
  will-change: transform;
}

body.club-refresh.site-header-ready .site-mobile-screen {
  padding-right: 0;
}

body.club-refresh.site-header-ready .site-mobile-screen-row {
  border-radius: 0;
}

body.club-refresh.site-header-ready .site-mobile-screen-row:focus-visible,
body.club-refresh.site-header-ready .site-mobile-nav-back:focus-visible,
body.club-refresh.site-header-ready .site-mobile-nav-close:focus-visible,
body.club-refresh.site-header-ready .site-mobile-nav-social-link:focus-visible {
  outline: 2px solid rgba(0, 122, 255, 0.28);
  outline-offset: -2px;
}

@media (max-width: 720px) {
  body.club-refresh.site-header-ready .site-mobile-nav {
    padding:
      env(safe-area-inset-top, 0px)
      0
      0;
  }

  body.club-refresh.site-header-ready .site-mobile-nav-panel {
    width: 100vw;
    max-height: 100vh;
    border-radius: 0;
  }
}

body.club-refresh.site-header-ready #header_main > .container {
  padding-left: clamp(14px, 2.2vw, 28px);
  padding-right: clamp(14px, 2.2vw, 28px);
}

body.club-refresh.site-header-ready #header_main .inner-container {
  display: grid;
  grid-template-columns: minmax(138px, 220px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  width: 100%;
}

body.club-refresh.site-header-ready .logo {
  justify-self: start;
  width: clamp(138px, 18vw, 220px);
  max-width: min(44vw, 220px);
  min-width: 138px;
}

body.club-refresh.site-header-ready nav.main_menu {
  justify-self: end;
  width: 100%;
}

body.club-refresh.site-header-ready nav.main_menu > .site-header-bar {
  width: 100%;
}

body.club-refresh.site-header-ready .site-header-desktop {
  justify-content: flex-end;
  width: 100%;
}

body.club-refresh.site-header-ready .site-header-desktop-list {
  gap: clamp(12px, 1.6vw, 22px);
  width: auto;
  max-width: 100%;
}

body.club-refresh.site-header-ready .site-nav-link {
  appearance: none;
  border: 0;
  background: none;
  min-height: 46px;
  padding: 0 2px;
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

body.club-refresh.site-header-ready .site-nav-item.has-children > .site-nav-link {
  padding-right: 18px;
}

body.club-refresh.site-header-ready .site-nav-item.has-children > .site-nav-link::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  opacity: 0.58;
}

body.club-refresh.site-header-ready .site-nav-item.is-current > .site-nav-link,
body.club-refresh.site-header-ready .site-nav-item.is-current-trail > .site-nav-link,
body.club-refresh.site-header-ready .site-nav-link:hover,
body.club-refresh.site-header-ready .site-nav-link:focus-visible {
  color: var(--sif-red-dark);
}

body.club-refresh.site-header-ready .site-nav-item.site-menu-checkin > .site-nav-link {
  margin-left: 6px;
  padding-left: 18px;
  border-left: 1px solid rgba(18, 38, 74, 0.12);
  color: var(--sif-red-dark);
}

body.club-refresh.site-header-ready .site-nav-item.site-menu-checkin > .site-nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sif-red), var(--sif-blue));
  box-shadow: 0 0 0 5px rgba(207, 81, 51, 0.12);
  transform: translateY(-50%);
  opacity: 1;
}

body.club-refresh.site-header-ready .site-nav-dropdown {
  --site-nav-dropdown-shift: 10px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 40;
  min-width: 260px;
  max-width: min(90vw, 340px);
  padding: 10px;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 48px rgba(18, 38, 74, 0.14);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(var(--site-nav-dropdown-shift));
  transition:
    opacity 180ms ease,
    transform 220ms var(--ease-smooth),
    visibility 180ms ease;
}

body.club-refresh.site-header-ready .site-nav-dropdown-list {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: min(70vh, 420px);
  overflow: auto;
}

body.club-refresh.site-header-ready .site-nav-dropdown-item {
  position: relative;
}

body.club-refresh.site-header-ready .site-nav-dropdown-link {
  position: relative;
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--sif-blue-ink);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

body.club-refresh.site-header-ready .site-nav-dropdown-item.has-children > .site-nav-dropdown-link {
  padding-right: 34px;
}

body.club-refresh.site-header-ready .site-nav-dropdown-item.has-children > .site-nav-dropdown-link::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.58;
}

body.club-refresh.site-header-ready .site-nav-dropdown-item.is-current > .site-nav-dropdown-link,
body.club-refresh.site-header-ready .site-nav-dropdown-item.is-current-trail > .site-nav-dropdown-link,
body.club-refresh.site-header-ready .site-nav-dropdown-link:hover,
body.club-refresh.site-header-ready .site-nav-dropdown-link:focus-visible {
  background: linear-gradient(135deg, rgba(62, 91, 159, 0.1), rgba(207, 81, 51, 0.08));
  color: var(--sif-red-dark);
}

body.club-refresh.site-header-ready .site-nav-dropdown-item > .site-nav-dropdown {
  top: -10px;
  left: calc(100% - 18px);
  --site-nav-dropdown-shift: 10px;
  transform: translateX(var(--site-nav-dropdown-shift));
}

body.club-refresh.site-header-ready .site-nav-item:hover > .site-nav-dropdown,
body.club-refresh.site-header-ready .site-nav-item:focus-within > .site-nav-dropdown,
body.club-refresh.site-header-ready .site-nav-dropdown-item:hover > .site-nav-dropdown,
body.club-refresh.site-header-ready .site-nav-dropdown-item:focus-within > .site-nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0);
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger {
  margin-left: auto;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(18, 38, 74, 0.1);
  color: var(--sif-blue-ink);
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger.is-active {
  color: var(--sif-red-dark);
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger-bar,
body.club-refresh.site-header-ready .site-mobile-menu-trigger-icon::before,
body.club-refresh.site-header-ready .site-mobile-menu-trigger-icon::after {
  background: currentColor;
}

body.club-refresh.site-header-ready .site-mobile-nav {
  justify-content: center;
  align-items: flex-start;
  padding:
    calc(84px + env(safe-area-inset-top, 0px))
    16px
    24px;
}

body.club-refresh.site-header-ready .site-mobile-nav-panel {
  width: min(460px, calc(100vw - 32px));
  max-height: min(calc(100vh - 112px), 840px);
  height: auto;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden auto;
  gap: 16px;
}

body.club-refresh.site-header-ready .site-mobile-nav-header {
  gap: 16px;
  padding: 8px 16px 0;
}

body.club-refresh.site-header-ready .site-mobile-nav-brand {
  justify-items: start;
  gap: 10px;
}

body.club-refresh.site-header-ready .site-mobile-nav-brand-link {
  width: min(182px, 48vw);
}

body.club-refresh.site-header-ready .site-mobile-nav-social {
  justify-content: flex-start;
}

body.club-refresh.site-header-ready .site-mobile-nav-toolbar {
  min-height: 44px;
}

body.club-refresh.site-header-ready .site-mobile-nav-toolbar-title {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.05;
  color: var(--sif-blue-ink);
}

body.club-refresh.site-header-ready .site-mobile-nav-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(23, 54, 110, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(18, 38, 74, 0.08);
  color: var(--sif-blue-ink);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.club-refresh.site-header-ready .site-mobile-nav-body {
  padding: 0 16px 18px;
  overflow: auto;
}

body.club-refresh.site-header-ready .site-mobile-panel-list,
body.club-refresh.site-header-ready .site-mobile-panel-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.club-refresh.site-header-ready .site-mobile-panel-list {
  display: grid;
  gap: 12px;
}

body.club-refresh.site-header-ready .site-mobile-panel-item {
  margin: 0;
  border: 1px solid rgba(23, 54, 110, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(18, 38, 74, 0.08);
  overflow: hidden;
}

body.club-refresh.site-header-ready .site-mobile-panel-item.is-current,
body.club-refresh.site-header-ready .site-mobile-panel-item.is-current-trail {
  border-color: rgba(62, 91, 159, 0.22);
}

body.club-refresh.site-header-ready .site-mobile-panel-item.site-menu-checkin {
  border-color: rgba(207, 81, 51, 0.22);
}

body.club-refresh.site-header-ready .site-mobile-panel-row {
  display: flex;
  align-items: stretch;
  min-height: 58px;
}

body.club-refresh.site-header-ready .site-mobile-panel-link {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 16px 18px;
  color: var(--sif-blue-ink);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

body.club-refresh.site-header-ready .site-mobile-panel-item[data-depth="0"] > .site-mobile-panel-row .site-mobile-panel-link {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
}

body.club-refresh.site-header-ready .site-mobile-panel-item[data-depth="1"] > .site-mobile-panel-row .site-mobile-panel-link {
  font-size: 15px;
}

body.club-refresh.site-header-ready .site-mobile-panel-item[data-depth="2"] > .site-mobile-panel-row .site-mobile-panel-link {
  font-size: 14px;
}

body.club-refresh.site-header-ready .site-mobile-panel-link.is-current,
body.club-refresh.site-header-ready .site-mobile-panel-item.is-current-trail > .site-mobile-panel-row .site-mobile-panel-link,
body.club-refresh.site-header-ready .site-mobile-panel-link:hover,
body.club-refresh.site-header-ready .site-mobile-panel-link:focus-visible {
  background: linear-gradient(135deg, rgba(62, 91, 159, 0.1), rgba(207, 81, 51, 0.08));
  color: var(--sif-red-dark);
}

body.club-refresh.site-header-ready .site-mobile-panel-item.site-menu-checkin > .site-mobile-panel-row .site-mobile-panel-link {
  color: var(--sif-red-dark);
}

body.club-refresh.site-header-ready .site-mobile-panel-toggle {
  appearance: none;
  flex: 0 0 56px;
  border: 0;
  border-left: 1px solid rgba(23, 54, 110, 0.1);
  background: transparent;
  color: var(--sif-blue-ink);
  cursor: pointer;
  position: relative;
}

body.club-refresh.site-header-ready .site-mobile-panel-toggle::before,
body.club-refresh.site-header-ready .site-mobile-panel-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition:
    opacity 180ms ease,
    transform 220ms var(--ease-smooth);
}

body.club-refresh.site-header-ready .site-mobile-panel-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.club-refresh.site-header-ready .site-mobile-panel-item.is-open > .site-mobile-panel-row .site-mobile-panel-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

body.club-refresh.site-header-ready .site-mobile-panel-toggle:hover,
body.club-refresh.site-header-ready .site-mobile-panel-toggle:focus-visible {
  background: rgba(62, 91, 159, 0.04);
  color: var(--sif-red-dark);
}

body.club-refresh.site-header-ready .site-mobile-panel-sublist {
  display: grid;
  gap: 8px;
  padding: 0 12px 12px 18px;
  border-top: 1px solid rgba(23, 54, 110, 0.08);
  background: rgba(244, 247, 254, 0.88);
}

body.club-refresh.site-header-ready .site-mobile-panel-sublist[hidden] {
  display: none;
}

body.club-refresh.site-header-ready .site-mobile-panel-sublist > .site-mobile-panel-item {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.92);
}

body.club-refresh.site-header-ready .site-nav-link:focus-visible,
body.club-refresh.site-header-ready .site-nav-dropdown-link:focus-visible,
body.club-refresh.site-header-ready .site-mobile-panel-link:focus-visible,
body.club-refresh.site-header-ready .site-mobile-panel-toggle:focus-visible,
body.club-refresh.site-header-ready .site-mobile-menu-trigger:focus-visible,
body.club-refresh.site-header-ready .site-mobile-nav-close:focus-visible,
body.club-refresh.site-header-ready .site-mobile-nav-social-link:focus-visible {
  outline: 2px solid rgba(62, 91, 159, 0.28);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  body.club-refresh.site-header-ready #header_main .inner-container {
    grid-template-columns: minmax(132px, 200px) minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  body.club-refresh.site-header-ready #header_main > .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.club-refresh.site-header-ready #header_main .inner-container {
    grid-template-columns: minmax(132px, 1fr) auto;
    gap: 12px;
  }

  body.club-refresh.site-header-ready .logo {
    width: min(168px, 52vw);
    max-width: 52vw;
    min-width: 132px;
  }

  body.club-refresh.site-header-ready .site-mobile-menu-trigger {
    min-height: 44px;
    padding: 0 14px;
  }

  body.club-refresh.site-header-ready .site-mobile-nav {
    padding:
      env(safe-area-inset-top, 0px)
      0
      0;
  }

  body.club-refresh.site-header-ready .site-mobile-nav-panel {
    width: 100vw;
    max-height: 100vh;
    border-radius: 0;
  }

  body.club-refresh.site-header-ready .site-mobile-nav-body {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 20px;
  }
}

body.club-refresh.site-header-ready #header_main > .container,
body.club-refresh.site-header-ready .html_top_nav_header .av-logo-container {
  min-height: 78px;
}

body.club-refresh.site-header-ready #header_main .inner-container {
  grid-template-columns: minmax(132px, 210px) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

body.club-refresh.site-header-ready .logo {
  width: clamp(132px, 17vw, 210px);
  max-width: min(44vw, 210px);
  min-width: 132px;
}

body.club-refresh.site-header-ready .site-header-desktop-list {
  gap: clamp(18px, 2vw, 28px);
}

body.club-refresh.site-header-ready .site-nav-link {
  min-height: 46px;
  padding: 0;
  color: #08080e;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.club-refresh.site-header-ready .site-nav-link::after {
  display: none !important;
}

body.club-refresh.site-header-ready .site-nav-item.has-children > .site-nav-link {
  padding-right: 14px;
}

body.club-refresh.site-header-ready .site-nav-item.has-children > .site-nav-link::before {
  right: 0;
  width: 6px;
  height: 6px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  opacity: 0.46;
}

body.club-refresh.site-header-ready .site-nav-item.is-current > .site-nav-link,
body.club-refresh.site-header-ready .site-nav-item.is-current-trail > .site-nav-link {
  color: #7a7c8d;
}

body.club-refresh.site-header-ready .site-nav-link:hover,
body.club-refresh.site-header-ready .site-nav-link:focus-visible {
  color: #0089f7;
}

body.club-refresh.site-header-ready .site-nav-item.site-menu-checkin > .site-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sif-blue-dark), var(--sif-blue));
  box-shadow: 0 12px 26px rgba(23, 54, 110, 0.16);
  color: var(--sif-white);
  font-weight: 700;
}

body.club-refresh.site-header-ready .site-nav-item.site-menu-checkin > .site-nav-link::before {
  display: none !important;
}

body.club-refresh.site-header-ready .site-nav-item.site-menu-checkin > .site-nav-link:hover,
body.club-refresh.site-header-ready .site-nav-item.site-menu-checkin > .site-nav-link:focus-visible {
  background: linear-gradient(135deg, #2d4b8b, #4f71be);
  color: var(--sif-white);
}

body.club-refresh.site-header-ready .site-nav-dropdown {
  left: 0;
  min-width: 280px;
  max-width: min(92vw, 430px);
  padding: 16px;
  border: 1px solid rgba(8, 8, 14, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 54px rgba(8, 8, 14, 0.12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transform: translateY(8px);
}

body.club-refresh.site-header-ready .site-nav-item:hover > .site-nav-dropdown,
body.club-refresh.site-header-ready .site-nav-item:focus-within > .site-nav-dropdown {
  transform: translateY(0);
}

body.club-refresh.site-header-ready .site-nav-dropdown-grid {
  display: grid;
  gap: 14px;
}

body.club-refresh.site-header-ready .site-nav-dropdown-list,
body.club-refresh.site-header-ready .site-nav-dropdown-group-list {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.club-refresh.site-header-ready .site-nav-dropdown-group {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(244, 247, 254, 0.82);
}

body.club-refresh.site-header-ready .site-nav-dropdown-group.is-current-trail {
  background: rgba(232, 238, 251, 0.96);
}

body.club-refresh.site-header-ready .site-nav-dropdown-group-link {
  color: #08080e;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

body.club-refresh.site-header-ready .site-nav-dropdown-group-link.is-current,
body.club-refresh.site-header-ready .site-nav-dropdown-group-link:hover,
body.club-refresh.site-header-ready .site-nav-dropdown-group-link:focus-visible {
  color: #0089f7;
}

body.club-refresh.site-header-ready .site-nav-dropdown-link {
  padding: 10px 12px;
  border-radius: 12px;
  color: #08080e;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

body.club-refresh.site-header-ready .site-nav-dropdown-item.is-current > .site-nav-dropdown-link,
body.club-refresh.site-header-ready .site-nav-dropdown-item.is-current-trail > .site-nav-dropdown-link,
body.club-refresh.site-header-ready .site-nav-dropdown-link:hover,
body.club-refresh.site-header-ready .site-nav-dropdown-link:focus-visible {
  background: rgba(0, 137, 247, 0.08);
  color: #0089f7;
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger {
  min-width: 46px;
  min-height: 46px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #00032a;
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger-label {
  display: none;
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger-icon {
  width: 22px;
  height: 16px;
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger-bar,
body.club-refresh.site-header-ready .site-mobile-menu-trigger-icon::before,
body.club-refresh.site-header-ready .site-mobile-menu-trigger-icon::after {
  background: currentColor;
  border-radius: 999px;
}

body.club-refresh.site-header-ready .site-mobile-menu-trigger:hover,
body.club-refresh.site-header-ready .site-mobile-menu-trigger:focus-visible,
body.club-refresh.site-header-ready .site-mobile-menu-trigger.is-active {
  color: #0089f7;
}

body.club-refresh.site-header-ready .site-mobile-nav {
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
}

body.club-refresh.site-header-ready .site-mobile-nav-panel {
  width: min(360px, 100vw);
  max-width: 100vw;
  max-height: none;
  height: 100%;
  margin-left: auto;
  border-radius: 0;
  background: #ffffff;
  box-shadow: -18px 0 48px rgba(8, 8, 14, 0.14);
  transform: translateX(100%);
  transition: transform 260ms var(--ease-smooth);
}

body.club-refresh.site-header-ready .site-mobile-nav.is-open .site-mobile-nav-panel {
  transform: translateX(0);
}

body.club-refresh.site-header-ready .site-mobile-nav-header {
  gap: 18px;
  padding: 22px 20px 0;
}

body.club-refresh.site-header-ready .site-mobile-nav-brand {
  gap: 14px;
}

body.club-refresh.site-header-ready .site-mobile-nav-brand-link {
  width: min(164px, 48vw);
}

body.club-refresh.site-header-ready .site-mobile-nav-social {
  justify-content: flex-start;
  gap: 8px;
}

body.club-refresh.site-header-ready .site-mobile-nav-social-link {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(8, 8, 14, 0.08);
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: #08080e;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.club-refresh.site-header-ready .site-mobile-nav-social-link:hover,
body.club-refresh.site-header-ready .site-mobile-nav-social-link:focus-visible {
  background: rgba(0, 137, 247, 0.08);
  color: #0089f7;
}

body.club-refresh.site-header-ready .site-mobile-nav-toolbar {
  min-height: 40px;
  padding-top: 14px;
  border-top: 1px solid rgba(8, 8, 14, 0.08);
}

body.club-refresh.site-header-ready .site-mobile-nav-toolbar-title {
  color: #7a7c8d;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.club-refresh.site-header-ready .site-mobile-nav-close {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #00032a;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

body.club-refresh.site-header-ready .site-mobile-nav-body {
  padding: 0 20px 28px;
}

body.club-refresh.site-header-ready .site-mobile-panel-list,
body.club-refresh.site-header-ready .site-mobile-panel-sublist,
body.club-refresh.site-header-ready .site-mobile-panel-group-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.club-refresh.site-header-ready .site-mobile-panel-list {
  display: block;
}

body.club-refresh.site-header-ready .site-mobile-panel-item {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  border-bottom: 1px solid rgba(8, 8, 14, 0.08);
}

body.club-refresh.site-header-ready .site-mobile-panel-item.is-current,
body.club-refresh.site-header-ready .site-mobile-panel-item.is-current-trail {
  border-color: rgba(0, 137, 247, 0.18);
}

body.club-refresh.site-header-ready .site-mobile-panel-row {
  min-height: 58px;
}

body.club-refresh.site-header-ready .site-mobile-panel-link {
  padding: 16px 0;
  color: #08080e;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

body.club-refresh.site-header-ready .site-mobile-panel-item[data-depth="0"] > .site-mobile-panel-row .site-mobile-panel-link {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
}

body.club-refresh.site-header-ready .site-mobile-panel-item[data-depth="1"] > .site-mobile-panel-row .site-mobile-panel-link,
body.club-refresh.site-header-ready .site-mobile-panel-item[data-depth="2"] > .site-mobile-panel-row .site-mobile-panel-link {
  font-size: 15px;
}

body.club-refresh.site-header-ready .site-mobile-panel-link.is-current,
body.club-refresh.site-header-ready .site-mobile-panel-item.is-current-trail > .site-mobile-panel-row .site-mobile-panel-link,
body.club-refresh.site-header-ready .site-mobile-panel-link:hover,
body.club-refresh.site-header-ready .site-mobile-panel-link:focus-visible {
  background: transparent;
  color: #0089f7;
}

body.club-refresh.site-header-ready .site-mobile-panel-item.site-menu-checkin > .site-mobile-panel-row .site-mobile-panel-link {
  color: #2d4b8b;
  font-weight: 700;
}

body.club-refresh.site-header-ready .site-mobile-panel-toggle {
  flex: 0 0 34px;
  border-left: 0;
}

body.club-refresh.site-header-ready .site-mobile-panel-toggle::before,
body.club-refresh.site-header-ready .site-mobile-panel-toggle::after {
  width: 10px;
  background: currentColor;
}

body.club-refresh.site-header-ready .site-mobile-panel-sublist {
  display: grid;
  gap: 0;
  padding: 0 0 12px 14px;
  border-top: 0;
  background: transparent;
}

body.club-refresh.site-header-ready .site-mobile-panel-group {
  display: grid;
  gap: 8px;
  padding: 10px 0 14px;
  border-bottom: 1px solid rgba(8, 8, 14, 0.08);
}

body.club-refresh.site-header-ready .site-mobile-panel-group:last-child {
  border-bottom: 0;
}

body.club-refresh.site-header-ready .site-mobile-panel-group-link {
  color: #7a7c8d;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

body.club-refresh.site-header-ready .site-mobile-panel-group.is-current-trail > .site-mobile-panel-group-link,
body.club-refresh.site-header-ready .site-mobile-panel-group-link.is-current,
body.club-refresh.site-header-ready .site-mobile-panel-group-link:hover,
body.club-refresh.site-header-ready .site-mobile-panel-group-link:focus-visible {
  color: #0089f7;
}

body.club-refresh.site-header-ready .site-mobile-panel-group-list {
  display: block;
}

body.club-refresh.site-header-ready .site-mobile-panel-group-list > .site-mobile-panel-item {
  padding-left: 12px;
}

body.club-refresh.site-header-ready .site-mobile-panel-group-list > .site-mobile-panel-item:last-child {
  border-bottom: 0;
}

@media (min-width: 640px) {
  body.club-refresh.site-header-ready .site-nav-dropdown-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media (max-width: 960px) {
  body.club-refresh.site-header-ready #header_main .inner-container {
    grid-template-columns: minmax(132px, 1fr) auto;
  }
}

@media (max-width: 720px) {
  body.club-refresh.site-header-ready #header_main > .container {
    min-height: 72px;
  }

  body.club-refresh.site-header-ready .logo {
    width: min(160px, 50vw);
    max-width: 50vw;
  }

  body.club-refresh.site-header-ready .site-mobile-nav-panel {
    width: 100vw;
  }

  body.club-refresh.site-header-ready .site-mobile-nav-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

body.club-refresh.site-simple-nav-ready #header_main > .container,
body.club-refresh.site-simple-nav-ready #header_main > .container .main_menu .av-main-nav > li > a,
body.club-refresh.site-simple-nav-ready #header_main #menu-item-shop .cart_dropdown_link {
  height: auto;
  line-height: normal;
}

body.club-refresh.site-simple-nav-ready #header_main > .container {
  width: min(1200px, calc(100% - 32px));
  max-width: 1200px;
  padding: 0;
}

body.club-refresh.site-simple-nav-ready #header_main .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 80px;
}

body.club-refresh.site-simple-nav-ready #header .logo {
  flex: 0 0 auto;
  margin: 0;
  position: relative;
  z-index: 20;
}

body.club-refresh.site-simple-nav-ready #header .logo a,
body.club-refresh.site-simple-nav-ready #header .logo img {
  display: block;
}

body.club-refresh.site-simple-nav-ready #header .logo img {
  width: clamp(150px, 18vw, 220px);
  height: auto;
}

body.club-refresh.site-simple-nav-ready nav.main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}

body.club-refresh.site-simple-nav-ready nav.main_menu > .social_bookmarks,
body.club-refresh.site-simple-nav-ready nav.main_menu > .avia-menu,
body.club-refresh.site-simple-nav-ready nav.main_menu .av-burger-menu-main {
  display: none !important;
}

body.club-refresh.site-simple-nav-ready .site-simple-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex: 1 1 auto;
  width: 100%;
  margin-left: auto;
}

body.club-refresh.site-simple-nav-ready .site-simple-desktop {
  display: block;
}

body.club-refresh.site-simple-nav-ready .site-simple-list,
body.club-refresh.site-simple-nav-ready .site-simple-submenu,
body.club-refresh.site-simple-nav-ready .site-simple-mobile-list,
body.club-refresh.site-simple-nav-ready .site-simple-mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.club-refresh.site-simple-nav-ready .site-simple-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

body.club-refresh.site-simple-nav-ready .site-simple-item {
  position: relative;
}

body.club-refresh.site-simple-nav-ready .site-simple-link,
body.club-refresh.site-simple-nav-ready .site-simple-sublink {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #14213d;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.club-refresh.site-simple-nav-ready .site-simple-link {
  min-height: 32px;
  padding: 0 9px;
  border-radius: 5px;
  font-size: 13px;
}

body.club-refresh.site-simple-nav-ready .site-simple-item.has-children > .site-simple-link {
  padding-right: 24px;
}

/* Transparent bridge fills the gap so mouse can reach the submenu without losing hover */
body.club-refresh.site-simple-nav-ready .site-simple-item.has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -8px;
  right: -8px;
  height: 14px;
}

body.club-refresh.site-simple-nav-ready .site-simple-item.has-children > .site-simple-link::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

body.club-refresh.site-simple-nav-ready .site-simple-link:hover,
body.club-refresh.site-simple-nav-ready .site-simple-link:focus-visible,
body.club-refresh.site-simple-nav-ready .site-simple-item.is-current > .site-simple-link,
body.club-refresh.site-simple-nav-ready .site-simple-item.is-current-trail > .site-simple-link {
  background: rgba(15, 107, 207, 0.1);
  color: #0f6bcf;
}

body.club-refresh.site-simple-nav-ready .site-simple-item.site-menu-checkin > .site-simple-link {
  background: #0f6bcf;
  color: #ffffff;
  padding: 0 18px;
}

body.club-refresh.site-simple-nav-ready .site-simple-item.site-menu-checkin > .site-simple-link:hover,
body.club-refresh.site-simple-nav-ready .site-simple-item.site-menu-checkin > .site-simple-link:focus-visible {
  background: #0c57a8;
  color: #ffffff;
}

body.club-refresh.site-simple-nav-ready .site-simple-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  display: grid;
  gap: 2px;
  padding: 20px 8px 8px;  /* top padding creates visual gap; no dead zone */
  border: 1px solid rgba(20, 33, 61, 0.12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
  z-index: 50;
}

body.club-refresh.site-simple-nav-ready .site-simple-item:hover > .site-simple-submenu,
body.club-refresh.site-simple-nav-ready .site-simple-item:focus-within > .site-simple-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

body.club-refresh.site-simple-nav-ready .site-simple-sublink {
  width: 100%;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
}

body.club-refresh.site-simple-nav-ready .site-simple-sublink:hover,
body.club-refresh.site-simple-nav-ready .site-simple-sublink:focus-visible,
body.club-refresh.site-simple-nav-ready .site-simple-subitem.is-current > .site-simple-sublink,
body.club-refresh.site-simple-nav-ready .site-simple-subitem.is-current-trail > .site-simple-sublink {
  background: rgba(15, 107, 207, 0.08);
  color: #0f6bcf;
}

body.club-refresh.site-simple-nav-ready .site-simple-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(20, 33, 61, 0.16);
  border-radius: 8px;
  background: #ffffff;
  color: #14213d;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

body.club-refresh.site-simple-nav-ready .site-simple-toggle:hover,
body.club-refresh.site-simple-nav-ready .site-simple-toggle:focus-visible,
body.club-refresh.site-simple-nav-ready .site-simple-shell.is-open .site-simple-toggle {
  border-color: rgba(15, 107, 207, 0.28);
  color: #0f6bcf;
}

body.club-refresh.site-simple-nav-ready .site-simple-toggle-icon {
  position: relative;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(340px, calc(100vw - 24px));
  padding: 12px 16px;
  border: 1px solid rgba(20, 33, 61, 0.12);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(17, 24, 39, 0.16);
  z-index: 60;
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-menu[hidden],
body.club-refresh.site-simple-nav-ready .site-simple-mobile-submenu[hidden] {
  display: none !important;
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-item + .site-simple-mobile-item {
  border-top: 1px solid rgba(20, 33, 61, 0.08);
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-link {
  flex: 1 1 auto;
  display: block;
  padding: 14px 0;
  text-decoration: none;
  color: #14213d;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-link:hover,
body.club-refresh.site-simple-nav-ready .site-simple-mobile-link:focus-visible,
body.club-refresh.site-simple-nav-ready .site-simple-mobile-item.is-current > .site-simple-mobile-row > .site-simple-mobile-link,
body.club-refresh.site-simple-nav-ready .site-simple-mobile-item.is-current-trail > .site-simple-mobile-row > .site-simple-mobile-link {
  color: #0f6bcf;
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-item.site-menu-checkin > .site-simple-mobile-row > .site-simple-mobile-link {
  color: #0f6bcf;
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-toggle {
  position: relative;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #14213d;
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-toggle::before,
body.club-refresh.site-simple-nav-ready .site-simple-mobile-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  margin-left: -6px;
  margin-top: -1px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-toggle::after {
  transform: rotate(90deg);
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-item.is-open > .site-simple-mobile-row > .site-simple-mobile-toggle::after {
  opacity: 0;
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-submenu {
  padding: 0 0 12px 14px;
}

body.club-refresh.site-simple-nav-ready .site-simple-mobile-item[data-depth="1"] > .site-simple-mobile-row > .site-simple-mobile-link {
  font-size: 15px;
  font-weight: 600;
}

body.club-refresh.site-simple-nav-ready #socket .avia3-menu {
  width: 100%;
}

body.club-refresh.site-simple-nav-ready #socket #avia3-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}

body.club-refresh.site-simple-nav-ready #socket #avia3-menu > li,
body.club-refresh.site-simple-nav-ready #socket #avia3-menu > li > a {
  float: none;
}

body.club-refresh.site-simple-nav-ready #socket #avia3-menu > li > a {
  padding: 0;
  color: inherit;
}

@media (max-width: 960px) {
  body.club-refresh.site-simple-nav-ready #header_main .inner-container {
    min-height: 74px;
    gap: 16px;
  }

  body.club-refresh.site-simple-nav-ready nav.main_menu {
    flex: 0 0 auto;
    width: auto;
  }

  body.club-refresh.site-simple-nav-ready .site-simple-shell {
    flex: 0 0 auto;
    width: auto;
  }

  body.club-refresh.site-simple-nav-ready .site-simple-desktop {
    display: none;
  }

  body.club-refresh.site-simple-nav-ready .site-simple-toggle {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  body.club-refresh.site-simple-nav-ready #header_main > .container {
    width: calc(100% - 24px);
  }

  body.club-refresh.site-simple-nav-ready #header .logo img {
    width: clamp(138px, 46vw, 180px);
  }

  body.club-refresh.site-simple-nav-ready .site-simple-mobile-menu {
    width: min(320px, calc(100vw - 24px));
  }
}
