:root {
  --dcx-brand-gold: #d5b24c;
  --dcx-brand-ink: #f4f1ea;
}

.dcx-brand-logo-patched {
  object-fit: contain !important;
  object-position: left center !important;
  transform: scale(0.75) !important;
  transform-origin: left center !important;
}

.dcx-brand-host-patched {
  overflow: visible !important;
}

.dcx-brand-shell-patched {
  width: 172px !important;
  height: 50px !important;
  min-width: 172px !important;
}

.dcx-dms-brand {
  align-items: center;
  border: 0;
  border-radius: 0;
  color: rgba(244, 241, 234, 0.5);
  display: inline-flex;
  gap: 6px;
  height: 42px;
  justify-content: flex-end;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  backdrop-filter: none;
  flex: 0 0 auto;
  position: relative;
  width: 172px;
  z-index: 4;
}

.dcx-dms-brand:hover {
  color: var(--dcx-brand-ink);
}

.dcx-dms-brand span {
  font: 600 7px/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.1em;
  opacity: 0.58;
  text-transform: uppercase;
}

.dcx-dms-brand img {
  display: block;
  height: auto;
  max-width: 139px;
  object-fit: contain;
  opacity: 0.76;
  width: 139px;
  filter: brightness(0) invert(1);
}

.dcx-framer-nav-hidden {
  display: none !important;
}

.dcx-primary-nav {
  align-items: center;
  display: inline-flex;
  flex: 0 0 318px;
  gap: 0;
  justify-content: space-between;
  min-width: 318px;
  position: relative;
  width: 318px;
  z-index: 3;
}

.dcx-primary-nav a {
  color: rgba(244, 241, 234, 0.52);
  font: 500 12px/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.06em;
  padding: 14px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 160ms ease,
    opacity 160ms ease;
  white-space: nowrap;
}

.dcx-primary-nav a:hover,
.dcx-primary-nav a:focus-visible {
  color: var(--dcx-brand-ink);
  outline: none;
}

.dcx-action-cluster {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 52px;
  justify-content: center;
  margin-left: auto;
  position: relative;
  z-index: 5;
}

.dcx-action-cluster [data-framer-name="Action"] {
  flex: 0 0 auto !important;
}

.dcx-action-cluster [data-framer-name="Action"] a {
  min-height: 40px !important;
  min-width: 248px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.dcx-showroom-link {
  align-items: center;
  background: linear-gradient(180deg, #f5dd83 0%, #cba438 100%);
  border: 1px solid rgba(255, 232, 151, 0.76);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(213, 178, 76, 0.16);
  color: #14110a;
  display: inline-flex;
  font: 700 12px/1 "IBM Plex Mono", monospace;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 40px;
  min-width: 176px;
  overflow: visible;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    filter 180ms ease;
  white-space: nowrap;
}

.dcx-showroom-link::before,
.dcx-showroom-link::after {
  border-color: rgba(245, 221, 131, 0.95);
  content: "";
  height: 18px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  width: 18px;
}

.dcx-showroom-link::before {
  border-left: 1px solid;
  border-top: 1px solid;
  left: -12px;
  top: -12px;
  transform: translate(5px, 5px);
}

.dcx-showroom-link::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  bottom: -12px;
  right: -12px;
  transform: translate(-5px, -5px);
}

.dcx-showroom-link:hover,
.dcx-showroom-link:focus-visible {
  background: linear-gradient(180deg, #fff1ad 0%, #d9b64d 100%);
  border-color: rgba(255, 241, 173, 0.95);
  box-shadow:
    0 18px 42px rgba(213, 178, 76, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #080704;
  filter: brightness(1.04);
  outline: none;
}

.dcx-showroom-link:hover::before,
.dcx-showroom-link:hover::after,
.dcx-showroom-link:focus-visible::before,
.dcx-showroom-link:focus-visible::after {
  opacity: 1;
  transform: translate(0, 0);
}

@media (min-width: 1440px) {
  .dcx-nav-row-patched {
    align-items: center !important;
    column-gap: 0 !important;
    display: grid !important;
    justify-content: space-between !important;
    grid-template-columns:
      180px
      318px
      520px
      172px;
  }

  .dcx-nav-row-patched > [data-framer-name="Brand wrapper"] {
    grid-column: 1;
    justify-self: start;
  }

  .dcx-nav-row-patched > .dcx-primary-nav {
    grid-column: 2;
    justify-self: center;
    min-width: 318px;
    position: relative;
    z-index: 3;
  }

  .dcx-nav-row-patched > .dcx-action-cluster {
    grid-column: 3;
    justify-self: center;
    margin-left: 0;
  }

  .dcx-nav-row-patched > .dcx-dms-brand {
    grid-column: 4;
    justify-self: end;
    margin-left: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .dcx-nav-row-patched {
    column-gap: 0 !important;
    display: grid !important;
    grid-template-columns: 170px 300px 500px;
    justify-content: space-between !important;
  }

  .dcx-primary-nav {
    flex-basis: 300px;
    min-width: 300px;
    width: 300px;
  }

  .dcx-nav-row-patched > .dcx-primary-nav {
    grid-column: 2;
    justify-self: center;
  }

  .dcx-nav-row-patched > .dcx-action-cluster {
    grid-column: 3;
    justify-self: end;
    margin-left: 0;
  }

  .dcx-nav-row-patched > .dcx-dms-brand {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .dcx-nav-row-patched {
    column-gap: 28px !important;
    display: grid !important;
    grid-template-columns: minmax(160px, 1fr) auto;
  }

  .dcx-nav-row-patched > .dcx-primary-nav,
  .dcx-nav-row-patched > .dcx-dms-brand {
    display: none !important;
  }

  .dcx-nav-row-patched > .dcx-action-cluster {
    grid-column: 2;
    justify-self: end;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .dcx-brand-shell-patched {
    width: 150px !important;
    height: 44px !important;
    min-width: 150px !important;
  }

  .dcx-action-cluster {
    margin-left: 0;
  }

  .dcx-primary-nav,
  .dcx-dms-brand {
    display: none !important;
  }

  .dcx-showroom-link {
    display: none !important;
  }
}
