/* WearVue Enabled registration: one industrial access composition. */
:root {
  --wve-ink: #f2f1ed;
  --wve-muted: rgba(242, 241, 237, 0.7);
  --wve-soft: rgba(242, 241, 237, 0.48);
  --wve-line: rgba(212, 225, 222, 0.18);
  --wve-lime: #a8e855;
  --wve-yellow: #f1c735;
  --wve-red: #ef3b35;
  --wve-charcoal: #121719;
  --wve-steel: #1d2528;
}

html {
  background: var(--wv-bg, #020305);
  overflow-y: auto;
}

body.wv-page--enabled-registration-preview {
  --wv-home-rail-max: 1800px;
  --wv-home-rail-width: min(100%, var(--wv-home-rail-max));
  --wv-home-room-width: var(--wv-home-rail-width);
  --wv-home-floating-gap: clamp(40px, 3.2vw, 56px);
  min-width: 320px;
  min-height: 100dvh;
  display: flex !important;
  flex-direction: column;
  overflow-x: hidden;
  color: var(--wve-ink);
  background: var(--wv-bg, #020305);
}

body.wv-page--enabled-registration-preview .wv-foundation {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: transparent;
}

body.wv-page--enabled-registration-preview #wv-header {
  position: fixed;
  top: var(--wv-sticky-nav-top, 18px);
  right: 0;
  left: 0;
  z-index: 4;
  width: var(--wv-home-rail-width) !important;
  max-width: var(--wv-home-rail-width) !important;
  margin: 0 auto !important;
  padding-inline: var(--wv-site-rail-gutter, clamp(16px, 2.5vw, 42px)) !important;
}

body.wv-page--enabled-registration-preview #wv-header .wv-nav-optic,
body.wv-page--enabled-registration-preview #wv-header .wv-header__inner {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

body.wv-page--enabled-registration-preview #wv-header .wv-header__inner {
  min-height: 0;
  padding: 0 24px;
}

body.wv-page--enabled-registration-preview .wv-header__logo {
  width: auto;
  max-width: 160px;
  height: 28px;
}

body.wv-page--enabled-registration-preview .wve-standalone-header__status {
  color: rgba(242, 241, 237, 0.7);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.wv-page--enabled-registration-preview .wve-standalone-header__status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 9px 1px 0;
  border-radius: 50%;
  background: var(--wve-lime);
  box-shadow: 0 0 0 4px rgba(168, 232, 85, 0.1), 0 0 16px rgba(168, 232, 85, 0.45);
}

body.wv-page--enabled-registration-preview .wve-registration-root {
  position: relative;
  display: flex !important;
  flex: 1 0 auto;
  flex-direction: column;
  z-index: 1;
  min-height: 0 !important;
  height: auto !important;
}

body.wv-page--enabled-registration-preview .wve-registration-main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 1 0 auto;
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  padding: calc(max(18px, var(--wv-sticky-nav-top, 18px)) + 72px + var(--wv-home-floating-gap)) 0 24px;
}

body.wv-page--enabled-registration-preview #wv-footer {
  flex: 0 0 auto;
  margin-top: 0;
}

body.wv-page--enabled-registration-preview #wv-footer .wv-footer {
  margin-top: 0;
  padding-bottom: 24px;
}

body.wv-page--enabled-registration-preview #wv-footer .wv-footer__inner {
  justify-content: space-between;
}

body.wv-page--enabled-registration-preview .wve-registration-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(400px, 1fr);
  width: 100%;
  max-width: var(--wv-home-room-width);
  height: min(780px, calc(100dvh - 170px));
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(185, 220, 224, 0.28);
  border-radius: 24px;
  background: var(--wve-charcoal);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.wv-page--enabled-registration-preview .wve-registration-shell::after {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 15%;
  height: 2px;
  content: '';
  background: linear-gradient(90deg, var(--wve-lime), rgba(168, 232, 85, 0));
  pointer-events: none;
}

body.wv-page--enabled-registration-preview .wve-registration-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  background: #101517;
}

body.wv-page--enabled-registration-preview .wve-registration-visual__image,
body.wv-page--enabled-registration-preview .wve-registration-visual__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.wv-page--enabled-registration-preview .wve-registration-visual__image {
  display: block;
  object-fit: cover;
  object-position: 50% 51%;
  filter: saturate(0.82) contrast(1.08) brightness(0.74);
  transform: scale(1.012);
}

body.wv-page--enabled-registration-preview .wve-registration-visual__veil {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 7, 8, 0.26), transparent 30%, rgba(4, 7, 8, 0.8) 84%, rgba(4, 7, 8, 0.94)),
    linear-gradient(90deg, rgba(4, 7, 8, 0.04), rgba(4, 7, 8, 0.22));
  pointer-events: none;
}

body.wv-page--enabled-registration-preview .wve-registration-visual__top,
body.wv-page--enabled-registration-preview .wve-registration-visual__copy {
  position: absolute;
  z-index: 2;
  right: clamp(30px, 4vw, 58px);
  left: clamp(30px, 4vw, 58px);
}

body.wv-page--enabled-registration-preview .wve-registration-visual__top {
  top: clamp(28px, 4vh, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.wv-page--enabled-registration-preview .wve-registration-kicker,
body.wv-page--enabled-registration-preview .wve-registration-code,
body.wv-page--enabled-registration-preview .wve-registration-visual__meta {
  color: rgba(242, 241, 237, 0.82);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.wv-page--enabled-registration-preview .wve-registration-kicker {
  margin: 0;
  color: var(--wve-ink);
}

body.wv-page--enabled-registration-preview .wve-registration-kicker::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 9px 1px 0;
  content: '';
  background: var(--wve-lime);
  box-shadow: 0 0 14px rgba(168, 232, 85, 0.58);
}

body.wv-page--enabled-registration-preview .wve-registration-code {
  color: rgba(242, 241, 237, 0.68);
}

body.wv-page--enabled-registration-preview .wve-registration-plate {
  position: absolute;
  z-index: 3;
  top: clamp(88px, 13%, 126px);
  right: clamp(28px, 4vw, 58px);
  width: min(340px, 37%);
  margin: 0;
  padding: 7px;
  border: 1px solid rgba(168, 232, 85, 0.7);
  border-radius: 5px;
  background: rgba(7, 10, 11, 0.82);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(0, 0, 0, 0.3);
}

body.wv-page--enabled-registration-preview .wve-registration-plate img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.545 / 1;
  object-fit: contain;
}

body.wv-page--enabled-registration-preview .wve-registration-visual__copy {
  bottom: clamp(34px, 5vh, 64px);
  max-width: 720px;
}

body.wv-page--enabled-registration-preview .wve-registration-visual h1 {
  max-width: calc(100% - 8px);
  margin: 0;
  color: var(--wve-ink);
  font-family: 'Arial Narrow', 'Roboto Condensed', 'DIN Condensed', Impact, sans-serif;
  font-size: clamp(3rem, 4.8vw, 5.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

body.wv-page--enabled-registration-preview .wve-registration-visual h1 span,
body.wv-page--enabled-registration-preview .wve-registration-visual h1 em {
  display: block;
  white-space: nowrap;
  font-style: normal;
}

body.wv-page--enabled-registration-preview .wve-registration-visual h1 em {
  color: var(--wve-lime);
}

body.wv-page--enabled-registration-preview .wve-registration-visual__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 24px;
  color: rgba(242, 241, 237, 0.78);
}

body.wv-page--enabled-registration-preview .wve-registration-visual__meta span + span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 17px 2px 0;
  content: '';
  border-radius: 50%;
  background: var(--wve-yellow);
}

body.wv-page--enabled-registration-preview .wve-registration-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(34px, 4vw, 58px) clamp(30px, 4vw, 56px) 30px;
  background: #171d1e;
  border-left: 1px solid rgba(212, 225, 222, 0.14);
}

body.wv-page--enabled-registration-preview .wve-registration-record {
  display: grid;
  gap: 4px;
  padding-left: 15px;
  border-left: 3px solid var(--wve-lime);
}

body.wv-page--enabled-registration-preview .wve-registration-record p,
body.wv-page--enabled-registration-preview .wve-registration-record strong,
body.wv-page--enabled-registration-preview .wve-registration-record span {
  margin: 0;
}

body.wv-page--enabled-registration-preview .wve-registration-record p {
  color: var(--wve-lime);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.wv-page--enabled-registration-preview .wve-registration-record strong {
  color: var(--wve-ink);
  font-size: 1.2rem;
  line-height: 1.1;
  text-transform: uppercase;
}

body.wv-page--enabled-registration-preview .wve-registration-record span {
  color: var(--wve-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.wv-page--enabled-registration-preview .wve-registration-intro {
  padding: clamp(44px, 6vh, 76px) 0 30px;
}

body.wv-page--enabled-registration-preview .wve-registration-intro h2 {
  margin: 0;
  color: var(--wve-ink);
  font-family: 'Arial Narrow', 'Roboto Condensed', 'DIN Condensed', Impact, sans-serif;
  font-size: clamp(2.8rem, 4.25vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 0.96;
  text-transform: uppercase;
}

body.wv-page--enabled-registration-preview .wve-registration-form {
  display: grid;
  gap: 16px;
}

body.wv-page--enabled-registration-preview .wve-registration-fields {
  display: grid;
  gap: 14px;
}

body.wv-page--enabled-registration-preview .wve-registration-fields--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.wv-page--enabled-registration-preview .wve-registration-fields label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

body.wv-page--enabled-registration-preview .wve-registration-fields label > span {
  color: rgba(242, 241, 237, 0.78);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.wv-page--enabled-registration-preview .wve-registration-fields input,
body.wv-page--enabled-registration-preview .wve-registration-fields select {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(212, 225, 222, 0.2);
  border-radius: 7px;
  outline: 0;
  background: #0e1416;
  color: var(--wve-ink);
  font: inherit;
  font-size: 0.83rem;
}

body.wv-page--enabled-registration-preview .wve-registration-fields input::placeholder {
  color: rgba(242, 241, 237, 0.35);
}

body.wv-page--enabled-registration-preview .wve-registration-fields select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--wve-lime) 50%), linear-gradient(135deg, var(--wve-lime) 50%, transparent 50%);
  background-position: calc(100% - 16px) 20px, calc(100% - 11px) 20px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

body.wv-page--enabled-registration-preview .wve-registration-fields input:focus,
body.wv-page--enabled-registration-preview .wve-registration-fields select:focus {
  border-color: var(--wve-lime);
  box-shadow: 0 0 0 3px rgba(168, 232, 85, 0.12);
}

body.wv-page--enabled-registration-preview .wve-registration-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  width: 100%;
  padding: 0 18px 0 20px;
  border: 0;
  border-radius: 16px;
  background: var(--wv-btn-bg, linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)), rgba(3, 8, 12, 0.5));
  color: var(--wv-btn-fg, rgba(255, 255, 255, 0.94));
  cursor: pointer;
  font: inherit;
  text-align: left;
  box-shadow: var(--wv-btn-shadow, 0 16px 34px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -1px 0 rgba(0, 0, 0, 0.24));
}

body.wv-page--enabled-registration-preview .wve-registration-submit:hover,
body.wv-page--enabled-registration-preview .wve-registration-submit:focus-visible {
  filter: brightness(1.07) saturate(1.05);
  outline: 2px solid var(--wve-ink);
  outline-offset: 3px;
}

body.wv-page--enabled-registration-preview .wve-registration-submit strong {
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.wv-page--enabled-registration-preview .wve-registration-submit b {
  font-size: 1.5rem;
  font-weight: 500;
}

body.wv-page--enabled-registration-preview .wve-registration-form-status {
  min-height: 0;
  margin: 0;
  color: var(--wve-lime);
  font-size: 0.72rem;
  line-height: 1.35;
}

body.wv-page--enabled-registration-preview .wve-registration-form-status:empty {
  display: none;
}

body.wv-page--enabled-registration-preview .wve-registration-note {
  margin: auto 0 0;
  padding-top: 22px;
  color: var(--wve-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Standalone registration pages use the same public backdrop owner as local
 * WearVue pages. Retire the legacy bloom/grid layer so the page cannot drift
 * to the older green/yellow/red treatment when the page bundle is deployed. */
body.wv-design-scope--site[data-wv-backdrop-page] .wv-foundation::before,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-foundation::after,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-root::before,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-root::after,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-foundation .wv-grid,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-foundation .wv-bloom {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  animation: none !important;
}

body.wv-design-scope--site[data-wv-backdrop-page] .wv-foundation {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  isolation: isolate;
}

body.wv-design-scope--site[data-wv-backdrop-page] .wv-public-backdrop-surface {
  position: absolute;
  inset: 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(3, 8, 13, 0.82), rgba(1, 4, 7, 0.97));
}

body.wv-design-scope--site[data-wv-backdrop-page] .wv-public-backdrop-surface::before {
  content: '';
  position: absolute;
  inset: -8%;
  z-index: 0;
  pointer-events: none;
  opacity: 0 !important;
  animation: none !important;
}

body.wv-design-scope--site[data-wv-backdrop-page] .wv-public-backdrop-surface::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(4, 9, 14, 0.12);
}

body.wv-page--enabled-registration-preview .wve-registration-footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: var(--wv-home-room-width) !important;
  max-width: var(--wv-home-room-width) !important;
  margin: 0 auto !important;
  padding: 0 0 12px;
  color: rgba(242, 241, 237, 0.4);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  body.wv-page--enabled-registration-preview .wve-registration-shell {
    grid-template-columns: minmax(0, 1.4fr) minmax(360px, 1fr);
  }

  body.wv-page--enabled-registration-preview .wve-registration-panel {
    padding-inline: 30px;
  }

  body.wv-page--enabled-registration-preview .wve-registration-visual h1 {
    font-size: clamp(3.3rem, 6vw, 5.4rem);
  }
}

@media (max-width: 900px) {
  html {
    overflow-y: auto;
  }

  body.wv-page--enabled-registration-preview {
    overflow-y: auto;
  }

  body.wv-page--enabled-registration-preview .wve-registration-main {
    min-height: 0;
    padding: calc(max(18px, var(--wv-sticky-nav-top, 18px)) + 72px + 32px) 18px 28px;
  }

  body.wv-page--enabled-registration-preview .wve-registration-shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  body.wv-page--enabled-registration-preview .wve-registration-visual {
    min-height: 600px;
  }

  body.wv-page--enabled-registration-preview .wve-registration-panel {
    min-height: 560px;
    border-top: 1px solid rgba(212, 225, 222, 0.14);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  body.wv-page--enabled-registration-preview #wv-header {
    top: 14px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-inline: 14px !important;
  }

  body.wv-page--enabled-registration-preview #wv-header .wv-header__inner {
    min-height: 58px;
    padding-inline: 18px;
  }

  body.wv-page--enabled-registration-preview .wv-header__logo {
    width: 86px;
  }

  body.wv-page--enabled-registration-preview .wve-standalone-header__status {
    font-size: 0.53rem;
    letter-spacing: 0.1em;
  }

  body.wv-page--enabled-registration-preview .wve-registration-main {
    padding: calc(var(--wv-sticky-nav-top, 14px) + 72px + 24px) 12px 22px;
  }

  body.wv-page--enabled-registration-preview .wve-registration-shell {
    border-radius: 16px;
  }

  body.wv-page--enabled-registration-preview .wve-registration-visual {
    min-height: 520px;
  }

  body.wv-page--enabled-registration-preview .wve-registration-visual__top,
  body.wv-page--enabled-registration-preview .wve-registration-visual__copy {
    right: 22px;
    left: 22px;
  }

  body.wv-page--enabled-registration-preview .wve-registration-code {
    font-size: 0.55rem;
  }

  body.wv-page--enabled-registration-preview .wve-registration-plate {
    top: 76px;
    right: 22px;
    width: min(270px, 55%);
  }

  body.wv-page--enabled-registration-preview .wve-registration-visual__copy {
    bottom: 26px;
  }

  body.wv-page--enabled-registration-preview .wve-registration-visual h1 {
    font-size: clamp(2.2rem, 9.5vw, 3.6rem);
  }

  body.wv-page--enabled-registration-preview .wve-registration-visual h1 span,
  body.wv-page--enabled-registration-preview .wve-registration-visual h1 em {
    white-space: normal;
  }

  body.wv-page--enabled-registration-preview .wve-registration-visual__meta {
    gap: 8px 14px;
    margin-top: 18px;
    font-size: 0.55rem;
  }

  body.wv-page--enabled-registration-preview .wve-registration-visual__meta span + span::before {
    margin-right: 10px;
  }

  body.wv-page--enabled-registration-preview .wve-registration-panel {
    min-height: 0;
    padding: 30px 22px 26px;
  }

  body.wv-page--enabled-registration-preview .wve-registration-intro {
    padding: 38px 0 25px;
  }

  body.wv-page--enabled-registration-preview .wve-registration-intro h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  body.wv-page--enabled-registration-preview .wve-registration-fields--two,
  body.wv-page--enabled-registration-preview .wve-registration-options {
    grid-template-columns: 1fr;
  }

  body.wv-page--enabled-registration-preview .wve-registration-footer {
    width: calc(100% - 28px);
    font-size: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.wv-page--enabled-registration-preview *,
  body.wv-page--enabled-registration-preview *::before,
  body.wv-page--enabled-registration-preview *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
