:root {
  --wni-orange: #ff7a59;
  --wni-ink: #090a09;
  --wni-paper: #f7f5ef;
  --wni-line: rgba(255, 255, 255, .2);
}

.nav {
  z-index: 220 !important;
  border-bottom: 1px solid var(--wni-line) !important;
  background: rgba(9, 10, 9, .96) !important;
  color: #fff !important;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.nav-inner {
  min-height: 72px;
}

.brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 11px !important;
  color: #fff !important;
  text-decoration: none !important;
}

.brand-mark,
.brand-mark-v48 {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 8px !important;
  background: #fff;
  object-fit: cover !important;
}

.brand-name {
  color: #fff !important;
  font: 850 12px/1.1 Arial, sans-serif !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

.brand-name .brand-punctuation {
  color: var(--wni-orange);
}

.workbench-brand-mark,
.wni-auth-mark {
  overflow: hidden;
}

.workbench-brand-mark img,
.wni-auth-mark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.nav-links a,
.nav-menu-button,
.nav-pill {
  color: rgba(255, 255, 255, .78) !important;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-menu-button:hover,
.nav-menu-button:focus-visible,
.nav-links [aria-current="page"] {
  color: #fff !important;
}

.nav-links [aria-current="page"]::after,
.nav-links a:hover::after {
  background: var(--wni-orange) !important;
}

.nav-pill {
  border-color: rgba(255, 255, 255, .55) !important;
}

.nav-pill:hover,
.nav-pill:focus-visible {
  border-color: var(--wni-orange) !important;
  color: var(--wni-orange) !important;
}

.resume-nav {
  border-color: var(--wni-orange) !important;
  background: var(--wni-orange) !important;
  color: var(--wni-ink) !important;
}

.resume-nav:hover,
.resume-nav:focus-visible {
  background: #fff !important;
  color: var(--wni-ink) !important;
}

.beta-badge {
  border-color: var(--wni-orange) !important;
  background: transparent !important;
  color: var(--wni-orange) !important;
}

.menu-button {
  border-color: rgba(255, 255, 255, .5) !important;
  color: #fff !important;
}

.menu-button span,
.menu-button span::before,
.menu-button span::after {
  background: #fff !important;
}

.nav-dropdown {
  border-color: rgba(255, 255, 255, .16) !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28) !important;
}

.nav-dropdown a:hover {
  background: rgba(255, 122, 89, .1) !important;
}

.nav-dropdown span {
  color: rgba(255, 255, 255, .62) !important;
}

.social-chat,
[data-social-chat] {
  display: none !important;
}

.hubspot-contact-card {
  border-top: 4px solid var(--wni-orange) !important;
}

.hubspot-contact-heading > span {
  color: var(--wni-orange) !important;
}

.hubspot-form-shell {
  position: relative;
  min-height: 680px;
  padding: 28px;
}

.hubspot-form-shell .hs-form-frame {
  min-height: 620px;
}

.hubspot-form-shell .hs-form-frame iframe,
.hubspot-direct-frame {
  display: block;
  width: 100%;
  min-height: 640px;
  border: 0;
}

.hubspot-load-state {
  position: absolute;
  inset: 28px;
  display: grid;
  place-items: center;
  margin: 0;
  color: #696862;
  font-size: .82rem;
  pointer-events: none;
}

.hubspot-form-shell.is-ready .hubspot-load-state {
  display: none;
}

footer a:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--wni-orange) !important;
  outline-offset: 3px;
}

@media (max-width: 1060px) {
  .brand-name { display: inline !important; }
  .nav-actions { display: none !important; }
}

@media (max-width: 860px) {
  .nav-inner { min-height: 64px; }
  .brand-mark,
  .brand-mark-v48 { width: 38px !important; height: 38px !important; flex-basis: 38px; }
  .nav-links {
    border: 1px solid rgba(255, 255, 255, .15) !important;
    background: #101110 !important;
    color: #fff !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .3) !important;
  }
  .nav-links a,
  .nav-menu-button { color: #fff !important; }
}

@media (max-width: 420px) {
  .brand-name { font-size: 10px !important; letter-spacing: .12em !important; }
  .hubspot-form-shell { min-height: 740px; padding: 18px 16px 22px; }
  .hubspot-form-shell .hs-form-frame,
  .hubspot-form-shell .hs-form-frame iframe,
  .hubspot-direct-frame { min-height: 700px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
