/* Shared Topbar Variant 2 */

:root {
  --header-offset: 126px;
}

html body .site-header.topbar-v2 {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-height: 118px;
  overflow: hidden;
  isolation: isolate;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  color: #fffaf4;
  background:
    linear-gradient(180deg, rgba(5, 18, 27, 0.96), rgba(7, 30, 42, 0.93)),
    radial-gradient(circle at 18% -120%, rgba(184, 138, 76, 0.30), transparent 34%),
    radial-gradient(circle at 84% -120%, rgba(136, 206, 217, 0.28), transparent 34%),
    linear-gradient(#fff, #fff);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: none;
}

html body .site-header.topbar-v2::after {
  content: none;
  display: none;
}

html body .site-header.topbar-v2 > .container.header-inner {
  width: min(1360px, calc(100% - 40px));
  max-width: none;
  min-height: 118px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

html body .site-header.topbar-v2 .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  padding: 10px 18px 10px 12px;
  border: 0;
  border-radius: 24px;
  color: #122633;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(245, 237, 226, 0.82));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  opacity: 1;
  backdrop-filter: none;
}

html body .site-header.topbar-v2 .brand:hover,
html body .site-header.topbar-v2 .brand:focus-visible {
  opacity: 1;
}

html body .site-header.topbar-v2 .brand-logo,
html body .site-header.topbar-v2[data-surface] .brand-logo {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
  filter: none;
}

html body .site-header.topbar-v2 .brand-lockup,
html body .site-header.topbar-v2[data-surface] .brand-lockup {
  display: grid;
  gap: 3px;
  max-width: none;
  padding-left: 13px;
  border-left: 1px solid rgba(18, 38, 51, 0.13);
}

html body .site-header.topbar-v2 .brand-name {
  color: #122633;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

html body .site-header.topbar-v2 .brand-subtitle {
  display: block;
  color: rgba(18, 38, 51, 0.44);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

html body .site-header.topbar-v2 .nav,
html body .site-header.topbar-v2[data-surface] .nav {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 3px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 32px rgba(0, 0, 0, 0.16);
  backdrop-filter: none;
}

html body .site-header.topbar-v2 .nav-link,
html body .site-header.topbar-v2[data-surface] .nav-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.68);
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transform: none;
}

html body .site-header.topbar-v2 .nav-link:first-child,
html body .site-header.topbar-v2 .nav-link:first-child:hover,
html body .site-header.topbar-v2 .nav-link:first-child:focus-visible {
  color: #08202d;
  background: #fffaf4;
  box-shadow: 0 11px 24px rgba(0, 0, 0, 0.18);
}

html body .site-header.topbar-v2 .nav-link:hover,
html body .site-header.topbar-v2 .nav-link:focus-visible {
  color: rgba(255, 250, 244, 0.88);
  background: transparent;
}

html body .site-header.topbar-v2 .nav-link[aria-current] {
  color: rgba(255, 250, 244, 0.68);
  background: transparent;
  box-shadow: none;
}

html body .site-header.topbar-v2 .nav-link::after {
  content: none;
  display: none;
}

html body .site-header.topbar-v2 .btn.btn-primary {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #08202d;
  background: linear-gradient(135deg, #f3d096, #b88a4c);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  transform: none;
}

html body .site-header.topbar-v2 .btn.btn-primary:hover,
html body .site-header.topbar-v2 .btn.btn-primary:focus-visible,
html body .site-header.topbar-v2 .btn.btn-primary:active {
  color: #08202d;
  background: linear-gradient(135deg, #f3d096, #b88a4c);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  transform: none;
}

html body .site-header.topbar-v2 .btn.btn-primary::before,
html body .site-header.topbar-v2 .btn.btn-primary::after {
  content: none;
  display: none;
}

html body .site-header.topbar-v2 .topbar-arrow {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

html body .site-header.topbar-v2 .nav-toggle {
  display: none;
}

html body .site-header.topbar-v2 .mobile-nav {
  display: none;
}

html body .site-header.topbar-v2[data-surface],
html body .site-header.topbar-v2[data-elevate] {
  min-height: 118px !important;
  overflow: hidden !important;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
  color: #fffaf4 !important;
  background:
    linear-gradient(180deg, rgba(5, 18, 27, 0.96), rgba(7, 30, 42, 0.93)),
    radial-gradient(circle at 18% -120%, rgba(184, 138, 76, 0.30), transparent 34%),
    radial-gradient(circle at 84% -120%, rgba(136, 206, 217, 0.28), transparent 34%),
    linear-gradient(#fff, #fff) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

html body .site-header.topbar-v2[data-surface]::after,
html body .site-header.topbar-v2[data-elevate]::after {
  content: none !important;
  display: none !important;
}

html body .site-header.topbar-v2[data-surface] > .container.header-inner,
html body .site-header.topbar-v2[data-elevate] > .container.header-inner {
  width: min(1360px, calc(100% - 40px)) !important;
  max-width: none !important;
  min-height: 118px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 16px !important;
}

html body .site-header.topbar-v2[data-surface] .brand,
html body .site-header.topbar-v2[data-elevate] .brand {
  gap: 10px !important;
  padding: 10px 18px 10px 12px !important;
  border: 0 !important;
  border-radius: 24px !important;
  color: #122633 !important;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(245, 237, 226, 0.82)) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: none !important;
}

html body .site-header.topbar-v2[data-surface] .brand-logo,
html body .site-header.topbar-v2[data-elevate] .brand-logo {
  width: 44px !important;
  height: 44px !important;
  filter: none !important;
}

html body .site-header.topbar-v2[data-surface] .brand-lockup,
html body .site-header.topbar-v2[data-elevate] .brand-lockup {
  display: grid !important;
  gap: 3px !important;
  padding-left: 13px !important;
  border-left: 1px solid rgba(18, 38, 51, 0.13) !important;
}

html body .site-header.topbar-v2[data-surface] .nav,
html body .site-header.topbar-v2[data-elevate] .nav {
  display: inline-flex !important;
  justify-self: center !important;
  gap: 3px !important;
  padding: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 32px rgba(0, 0, 0, 0.16) !important;
}

html body .site-header.topbar-v2[data-surface] .nav-link,
html body .site-header.topbar-v2[data-elevate] .nav-link {
  min-height: 44px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  color: rgba(255, 250, 244, 0.68) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transform: none !important;
}

html body .site-header.topbar-v2[data-surface] .nav-link:first-child,
html body .site-header.topbar-v2[data-elevate] .nav-link:first-child {
  color: #08202d !important;
  background: #fffaf4 !important;
  box-shadow: 0 11px 24px rgba(0, 0, 0, 0.18) !important;
}

html body .site-header.topbar-v2[data-surface] .btn.btn-primary,
html body .site-header.topbar-v2[data-elevate] .btn.btn-primary {
  min-height: 50px !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #08202d !important;
  background: linear-gradient(135deg, #f3d096, #b88a4c) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

@media (max-width: 1100px) {
  html body .site-header.topbar-v2 > .container.header-inner {
    width: min(100% - 48px, 1040px) !important;
    gap: 18px !important;
  }

  html body .site-header.topbar-v2 .nav-link {
    padding: 0 11px !important;
    font-size: 11px !important;
  }

  html body .site-header.topbar-v2 .btn.btn-primary {
    padding: 0 20px !important;
  }
}

@media (min-width: 1181px) and (max-width: 1320px) {
  html body .site-header.topbar-v2 > .container.header-inner,
  html body .site-header.topbar-v2[data-surface] > .container.header-inner,
  html body .site-header.topbar-v2[data-elevate] > .container.header-inner {
    gap: 14px !important;
  }

  html body .site-header.topbar-v2 .brand,
  html body .site-header.topbar-v2[data-surface] .brand,
  html body .site-header.topbar-v2[data-elevate] .brand {
    padding: 9px 14px 9px 10px !important;
  }

  html body .site-header.topbar-v2 .brand-logo,
  html body .site-header.topbar-v2[data-surface] .brand-logo,
  html body .site-header.topbar-v2[data-elevate] .brand-logo {
    width: 38px !important;
    height: 38px !important;
  }

  html body .site-header.topbar-v2 .brand-lockup,
  html body .site-header.topbar-v2[data-surface] .brand-lockup,
  html body .site-header.topbar-v2[data-elevate] .brand-lockup {
    padding-left: 10px !important;
  }

  html body .site-header.topbar-v2 .brand-name {
    font-size: 15px !important;
  }

  html body .site-header.topbar-v2 .brand-subtitle {
    font-size: 9px !important;
    letter-spacing: 0.16em !important;
  }

  html body .site-header.topbar-v2 .nav-link,
  html body .site-header.topbar-v2[data-surface] .nav-link,
  html body .site-header.topbar-v2[data-elevate] .nav-link {
    padding: 0 8px !important;
    font-size: 11px !important;
    letter-spacing: 0.06em !important;
  }

  html body .site-header.topbar-v2 .btn.btn-primary,
  html body .site-header.topbar-v2[data-surface] .btn.btn-primary,
  html body .site-header.topbar-v2[data-elevate] .btn.btn-primary {
    padding: 0 18px !important;
    font-size: 13px !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  html body .site-header.topbar-v2 > .container.header-inner,
  html body .site-header.topbar-v2[data-surface] > .container.header-inner,
  html body .site-header.topbar-v2[data-elevate] > .container.header-inner {
    width: calc(100% - 32px) !important;
    gap: 8px !important;
  }

  html body .site-header.topbar-v2 .brand,
  html body .site-header.topbar-v2[data-surface] .brand,
  html body .site-header.topbar-v2[data-elevate] .brand {
    gap: 7px !important;
    padding: 8px 10px 8px 8px !important;
  }

  html body .site-header.topbar-v2 .brand-logo,
  html body .site-header.topbar-v2[data-surface] .brand-logo,
  html body .site-header.topbar-v2[data-elevate] .brand-logo {
    width: 32px !important;
    height: 32px !important;
  }

  html body .site-header.topbar-v2 .brand-lockup,
  html body .site-header.topbar-v2[data-surface] .brand-lockup,
  html body .site-header.topbar-v2[data-elevate] .brand-lockup {
    gap: 2px !important;
    padding-left: 8px !important;
  }

  html body .site-header.topbar-v2 .brand-name {
    font-size: 12px !important;
  }

  html body .site-header.topbar-v2 .brand-subtitle {
    display: none !important;
  }

  html body .site-header.topbar-v2 .nav,
  html body .site-header.topbar-v2[data-surface] .nav,
  html body .site-header.topbar-v2[data-elevate] .nav {
    gap: 1px !important;
    padding: 4px !important;
  }

  html body .site-header.topbar-v2 .nav-link,
  html body .site-header.topbar-v2[data-surface] .nav-link,
  html body .site-header.topbar-v2[data-elevate] .nav-link {
    min-height: 40px !important;
    padding: 0 4px !important;
    font-size: 10px !important;
    letter-spacing: 0.035em !important;
  }

  html body .site-header.topbar-v2 .btn.btn-primary,
  html body .site-header.topbar-v2[data-surface] .btn.btn-primary,
  html body .site-header.topbar-v2[data-elevate] .btn.btn-primary {
    min-height: 44px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 980px) {
  :root {
    --header-offset: 88px;
  }

  html body .site-header.topbar-v2 {
    position: fixed;
    left: 0;
    right: 0;
    min-height: 84px !important;
    overflow: visible !important;
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    pointer-events: none;
  }

  html body .site-header.topbar-v2 > .container.header-inner {
    width: calc(100% - 20px) !important;
    min-height: 68px !important;
    margin-top: 8px;
    padding: 7px 8px !important;
    grid-template-columns: auto auto !important;
    justify-content: space-between !important;
    gap: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(7, 27, 38, 0.92), rgba(8, 32, 45, 0.84)),
      radial-gradient(circle at 16% -80%, rgba(184, 138, 76, 0.16), transparent 38%),
      radial-gradient(circle at 90% -90%, rgba(136, 206, 217, 0.16), transparent 36%),
      linear-gradient(#071a24, #071a24);
    box-shadow:
      0 18px 40px rgba(4, 18, 27, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    pointer-events: auto;
  }

  html body .site-header.topbar-v2 .brand {
    gap: 8px !important;
    max-width: calc(100vw - 96px);
    min-width: 0;
    padding: 7px 14px 7px 9px !important;
    border-radius: 22px !important;
    box-shadow:
      0 12px 26px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
  }

  html body .site-header.topbar-v2 .brand-logo,
  html body .site-header.topbar-v2[data-surface] .brand-logo {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 auto;
  }

  html body .site-header.topbar-v2 .brand-lockup {
    min-width: 0;
    max-width: 124px;
    padding-left: 9px !important;
    overflow: hidden;
  }

  html body .site-header.topbar-v2 .brand-name {
    max-width: 100%;
    overflow: hidden;
    color: #122633;
    font-size: 13px !important;
    letter-spacing: -0.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html body .site-header.topbar-v2 .brand-subtitle {
    display: none !important;
  }

  html body .site-header.topbar-v2 .nav {
    display: none !important;
  }

  html body .site-header.topbar-v2 .topbar-cta {
    display: none !important;
  }

  html body .site-header.topbar-v2 .nav-toggle {
    width: 46px;
    min-width: 46px;
    min-height: 46px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    color: rgba(255, 250, 244, 0.92);
    background: rgba(255, 255, 255, 0.07);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 12px 24px rgba(0, 0, 0, 0.16);
    transition:
      background 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease;
  }

  html body .site-header.topbar-v2 .nav-toggle-bars::before,
  html body .site-header.topbar-v2 .nav-toggle-bars::after,
  html body .site-header.topbar-v2 .nav-toggle-bars span {
    background: rgba(255, 250, 244, 0.9);
    transition:
      transform 180ms ease,
      opacity 160ms ease;
  }

  html body .site-header.topbar-v2 .nav-toggle[aria-expanded="true"] {
    border-color: rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.12);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      0 14px 28px rgba(0, 0, 0, 0.20);
  }

  html body .site-header.topbar-v2 .nav-toggle[aria-expanded="true"] .nav-toggle-bars::before {
    transform: translateY(7px) rotate(45deg);
  }

  html body .site-header.topbar-v2 .nav-toggle[aria-expanded="true"] .nav-toggle-bars::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  html body .site-header.topbar-v2 .nav-toggle[aria-expanded="true"] .nav-toggle-bars span {
    opacity: 0;
  }

  html body .site-header.topbar-v2 .mobile-nav {
    display: block;
    width: calc(100% - 20px);
    max-height: min(calc(100svh - 98px), 432px);
    margin: 7px auto 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(8, 29, 40, 0.98), rgba(11, 38, 50, 0.94)),
      radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.14), transparent 34%);
    box-shadow:
      0 24px 56px rgba(4, 18, 27, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
    pointer-events: auto;
  }

  html body .site-header.topbar-v2 .mobile-nav[hidden] {
    display: none;
  }

  html body .site-header.topbar-v2 .mobile-nav-inner {
    width: auto;
    max-height: inherit;
    padding: 12px;
    display: grid;
    gap: 7px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  html body .site-header.topbar-v2 .mobile-link {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 17px;
    color: rgba(255, 250, 244, 0.86);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-decoration: none;
  }

  html body .site-header.topbar-v2 .mobile-link::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 14px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    opacity: 0.48;
    transform: rotate(-45deg);
  }

  html body .site-header.topbar-v2 .mobile-link:first-child {
    color: #08202d;
    background: #fffaf4;
    border-color: rgba(255, 250, 244, 0.92);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }

  html body .site-header.topbar-v2 .mobile-nav .btn.btn-primary {
    width: 100%;
    min-height: 54px !important;
    margin-top: 4px;
    padding: 0 20px !important;
    border-radius: 19px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 520px) {
  html body .site-header.topbar-v2 .brand-lockup {
    max-width: 112px;
    padding-left: 9px;
  }

  html body .site-header.topbar-v2 .brand-name {
    font-size: 12px;
  }

  html body .site-header.topbar-v2 .brand-subtitle {
    display: none;
  }
}

@media (max-width: 980px) {
  html body .site-header.topbar-v2[data-surface],
  html body .site-header.topbar-v2[data-elevate] {
    min-height: 84px !important;
    overflow: visible !important;
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  html body .site-header.topbar-v2[data-surface] > .container.header-inner,
  html body .site-header.topbar-v2[data-elevate] > .container.header-inner {
    width: calc(100% - 20px) !important;
    min-height: 68px !important;
    grid-template-columns: auto auto !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  html body .site-header.topbar-v2[data-surface] .brand,
  html body .site-header.topbar-v2[data-elevate] .brand {
    padding: 7px 14px 7px 9px !important;
    border-radius: 22px !important;
  }

  html body .site-header.topbar-v2[data-surface] .brand-logo,
  html body .site-header.topbar-v2[data-elevate] .brand-logo {
    width: 34px !important;
    height: 34px !important;
  }

  html body .site-header.topbar-v2[data-surface] .nav,
  html body .site-header.topbar-v2[data-elevate] .nav,
  html body .site-header.topbar-v2[data-surface] .topbar-cta,
  html body .site-header.topbar-v2[data-elevate] .topbar-cta {
    display: none !important;
  }

  html body .site-header.topbar-v2[data-surface] .nav-toggle,
  html body .site-header.topbar-v2[data-elevate] .nav-toggle {
    display: inline-flex !important;
  }
}

/* Home hero reconstruction override: keep the home topbar aligned with hero-variation-01. */
html body.page-home .site-header.topbar-v2,
html body.page-home .site-header.topbar-v2[data-surface],
html body.page-home .site-header.topbar-v2[data-elevate] {
  min-height: 96px !important;
  overflow: visible !important;
  background: linear-gradient(180deg, rgba(2, 8, 12, 0.68), rgba(2, 8, 12, 0.08)) !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

html body.page-home .site-header.topbar-v2::after,
html body.page-home .site-header.topbar-v2[data-surface]::after,
html body.page-home .site-header.topbar-v2[data-elevate]::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -58px !important;
  height: 58px !important;
  background: linear-gradient(180deg, rgba(2, 8, 12, 0.2), rgba(2, 8, 12, 0)) !important;
  pointer-events: none !important;
}

html body.page-home .site-header.topbar-v2 > .container.header-inner,
html body.page-home .site-header.topbar-v2[data-surface] > .container.header-inner,
html body.page-home .site-header.topbar-v2[data-elevate] > .container.header-inner {
  width: min(1576px, calc(100% - 96px)) !important;
  min-height: 96px !important;
  padding: 20px 0 12px !important;
  gap: 34px !important;
}

html body.page-home .site-header.topbar-v2 .brand,
html body.page-home .site-header.topbar-v2[data-surface] .brand,
html body.page-home .site-header.topbar-v2[data-elevate] .brand {
  gap: 14px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: #fbf7ef !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.page-home .site-header.topbar-v2 .brand::before {
  content: "R";
  display: block;
  margin-right: 7px;
  color: #e2ad59;
  font-family: "Newsreader", Georgia, serif;
  font-size: 54px;
  line-height: 0.82;
  font-weight: 600;
  letter-spacing: -0.08em;
  text-shadow: 0 0 24px rgba(226, 173, 89, 0.14);
}

html body.page-home .site-header.topbar-v2 .brand-logo,
html body.page-home .site-header.topbar-v2[data-surface] .brand-logo,
html body.page-home .site-header.topbar-v2[data-elevate] .brand-logo {
  display: none !important;
}

html body.page-home .site-header.topbar-v2 .brand-lockup,
html body.page-home .site-header.topbar-v2[data-surface] .brand-lockup,
html body.page-home .site-header.topbar-v2[data-elevate] .brand-lockup {
  gap: 7px !important;
  padding-left: 4px !important;
  border-left: 0 !important;
}

html body.page-home .site-header.topbar-v2 .brand-name {
  color: #fbf7ef !important;
  font-size: 19px !important;
  letter-spacing: 0.17em !important;
  text-transform: uppercase !important;
}

html body.page-home .site-header.topbar-v2 .brand-subtitle {
  color: rgba(235, 183, 92, 0.86) !important;
  font-size: 11px !important;
  letter-spacing: 0.32em !important;
}

html body.page-home .site-header.topbar-v2 .nav,
html body.page-home .site-header.topbar-v2[data-surface] .nav,
html body.page-home .site-header.topbar-v2[data-elevate] .nav {
  justify-self: start !important;
  gap: clamp(34px, 4.4vw, 64px) !important;
  margin-left: clamp(96px, 10vw, 158px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.page-home .site-header.topbar-v2 .nav-link,
html body.page-home .site-header.topbar-v2[data-surface] .nav-link,
html body.page-home .site-header.topbar-v2[data-elevate] .nav-link,
html body.page-home .site-header.topbar-v2 .nav-link:first-child,
html body.page-home .site-header.topbar-v2[data-surface] .nav-link:first-child,
html body.page-home .site-header.topbar-v2[data-elevate] .nav-link:first-child {
  min-height: 42px !important;
  padding: 8px 0 !important;
  border-radius: 0 !important;
  color: rgba(255, 250, 243, 0.88) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-weight: 600 !important;
}

html body.page-home .site-header.topbar-v2 .btn.btn-primary,
html body.page-home .site-header.topbar-v2[data-surface] .btn.btn-primary,
html body.page-home .site-header.topbar-v2[data-elevate] .btn.btn-primary {
  min-height: 50px !important;
  padding: 0 25px !important;
  border-radius: 8px !important;
  color: #fff7eb !important;
  background: rgba(5, 12, 18, 0.38) !important;
  border: 1px solid rgba(224, 171, 91, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 36px rgba(0, 0, 0, 0.18) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  transform: translateX(-30px) !important;
}

@media (max-width: 860px) {
  html body.page-home .site-header.topbar-v2,
  html body.page-home .site-header.topbar-v2[data-surface],
  html body.page-home .site-header.topbar-v2[data-elevate] {
    min-height: 76px !important;
  }

  html body.page-home .site-header.topbar-v2 > .container.header-inner,
  html body.page-home .site-header.topbar-v2[data-surface] > .container.header-inner,
  html body.page-home .site-header.topbar-v2[data-elevate] > .container.header-inner {
    width: calc(100% - 24px) !important;
    min-height: 72px !important;
    padding: 8px 0 !important;
  }
}
