/* web/src/css/site-foundation.css */
body.wv-body #wpadminbar,
body.wv-mode #wpadminbar {
  display: none !important;
}
body.wv-body.admin-bar,
body.wv-mode.admin-bar {
  margin-top: 0 !important;
  --wv-sticky-nav-top: clamp(12px, 1.6vw, 18px);
  --wv-sticky-nav-mobile-top: 10px;
}
body.wv-design-scope--site,
body.wv-design-scope--site #wv-app,
body.wv-design-scope--site .wv-root {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  min-height: 0;
  height: auto;
  background-color: var(--wv-bg, #020305) !important;
  overflow-x: hidden;
}
body.wv-design-scope--site > p:empty,
body.wv-body > p:empty {
  display: none !important;
  margin: 0 !important;
}
body.wv-design-scope--site,
body.wv-design-scope--site .wv-root {
  font-family: var(--wv-font-sans);
  color: var(--wv-text);
  --accent: var(--wv-accent, var(--wv-green));
  --wv-public-shell-gap: clamp(12px, 1.8vw, 24px);
  --wv-public-panel-inset: clamp(22px, 3.6vw, 52px);
  --wv-public-panel-radius: clamp(24px, 2.2vw, 34px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.wv-design-scope--site *,
body.wv-design-scope--site *::before,
body.wv-design-scope--site *::after {
  box-sizing: border-box;
}
body.wv-design-scope--site button,
body.wv-design-scope--site input,
body.wv-design-scope--site textarea,
body.wv-design-scope--site select {
  font-family: inherit;
}
body.wv-design-scope--site h1,
body.wv-design-scope--site h2,
body.wv-design-scope--site h3,
body.wv-design-scope--site .wv-hero__title,
body.wv-design-scope--site .wv-products-title,
body.wv-design-scope--site .wv-spec-title,
body.wv-design-scope--site .wv-what-copy h2 {
  font-weight: 700;
}
body.wv-design-scope--site .wv-root h1,
body.wv-design-scope--site .wv-root h2,
body.wv-design-scope--site .wv-root h3,
body.wv-design-scope--site .wv-root .wv-hero__title,
body.wv-design-scope--site .wv-root .wv-products-title,
body.wv-design-scope--site .wv-root .wv-panel-label,
body.wv-design-scope--site .wv-root .wv-product-title,
body.wv-design-scope--site .wv-root .wv-btn,
body.wv-design-scope--site .wv-root button,
body.wv-design-scope--site .wv-root input,
body.wv-design-scope--site .wv-root select,
body.wv-design-scope--site .wv-root textarea {
  font-family: var(--wv-font-sans) !important;
}
body.wv-design-scope--site .wv-root h1,
body.wv-design-scope--site .wv-root h2,
body.wv-design-scope--site .wv-root h3,
body.wv-design-scope--site .wv-root .wv-hero__title,
body.wv-design-scope--site .wv-root .wv-section h2,
body.wv-design-scope--site .wv-root .wv-panel-base h1,
body.wv-design-scope--site .wv-root .wv-panel-base h2 {
  color: var(--wv-text, #f5f5f5);
}
body.wv-design-scope--site button {
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}
@media (max-width: 900px) {
  body.wv-design-scope--site .wv-calc {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  body.wv-design-scope--site {
    --wv-public-shell-gap: 10px;
    --wv-public-panel-inset: 22px;
    --wv-public-panel-radius: 22px;
  }
}

/* web/src/css/liquid-glass-system.css */
:root {
  --wv-glass-soft-bg:
    radial-gradient(
      90% 80% at 15% 0%,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0) 58%),
    linear-gradient(
      145deg,
      rgba(24, 33, 42, 0.78),
      rgba(3, 8, 13, 0.72)),
    rgba(5, 9, 13, 0.66);
  --wv-glass-medium-bg:
    radial-gradient(
      86% 82% at 16% 0%,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0) 54%),
    linear-gradient(
      145deg,
      rgba(22, 32, 42, 0.95),
      rgba(3, 8, 13, 0.94)),
    rgba(5, 9, 13, 0.9);
  --wv-glass-heavy-bg:
    radial-gradient(
      84% 76% at 15% 0%,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0) 50%),
    linear-gradient(
      145deg,
      rgba(20, 31, 42, 0.98),
      rgba(2, 7, 12, 0.98)),
    rgba(3, 7, 11, 0.96);
  --wv-glass-hero-bg:
    radial-gradient(
      118% 108% at 15% 0%,
      rgba(255, 255, 255, 0.105),
      rgba(255, 255, 255, 0) 42%),
    radial-gradient(
      100% 92% at 86% 10%,
      rgba(126, 202, 255, 0.075),
      rgba(126, 202, 255, 0) 54%),
    linear-gradient(
      145deg,
      rgba(24, 37, 50, 0.99),
      rgba(1, 6, 11, 0.995)),
    rgba(2, 7, 11, 0.98);
  --wv-glass-border-strong: rgba(188, 236, 255, 0.32);
  --wv-glass-border-rim: rgba(226, 244, 255, 0.55);
  --wv-glass-rim-low: rgba(232, 248, 255, 0.2);
  --wv-glass-rim-medium: rgba(188, 236, 255, 0.42);
  --wv-glass-rim-high: rgba(232, 248, 255, 0.58);
  --wv-glass-rim-strong: rgba(255, 255, 255, 0.78);
  --wv-glass-rim-ring: rgba(188, 236, 255, 0.2);
  --wv-glass-rim-glow: rgba(125, 205, 255, 0.18);
  --wv-glass-edge-top: rgba(255, 255, 255, 0.28);
  --wv-glass-edge-side: rgba(188, 236, 255, 0.2);
  --wv-glass-face-glow: rgba(255, 255, 255, 0.08);
  --wv-glass-face-falloff: rgba(0, 0, 0, 0.36);
  --wv-glass-inner-depth:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(0, 0, 0, 0.56),
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    inset 0 -36px 74px rgba(0, 0, 0, 0.26);
  --wv-glass-depth-inner: var(--wv-glass-inner-depth);
  --wv-glass-elev-1: 0 16px 36px rgba(0, 0, 0, 0.32), inset 0 -14px 26px rgba(0, 0, 0, 0.12);
  --wv-glass-elev-2:
    0 34px 86px rgba(0, 0, 0, 0.58),
    0 10px 30px rgba(0, 0, 0, 0.38),
    inset 0 -28px 48px rgba(0, 0, 0, 0.25);
  --wv-glass-elev-3:
    0 56px 128px rgba(0, 0, 0, 0.72),
    0 0 62px var(--wv-glass-rim-glow),
    inset 0 -48px 78px rgba(0, 0, 0, 0.42);
  --wv-glass-etch-soft:
    radial-gradient(
      56% 74% at 12% 0%,
      rgba(210, 232, 244, 0.065),
      rgba(210, 232, 244, 0) 64%),
    radial-gradient(
      74% 84% at 82% 12%,
      rgba(126, 202, 255, 0.028),
      rgba(126, 202, 255, 0) 68%),
    linear-gradient(
      145deg,
      rgba(210, 232, 244, 0.036),
      rgba(210, 232, 244, 0) 42%);
  --wv-glass-etch-crisp:
    radial-gradient(
      52% 68% at 12% 0%,
      rgba(210, 232, 244, 0.078),
      rgba(210, 232, 244, 0) 62%),
    linear-gradient(
      145deg,
      rgba(210, 232, 244, 0.052),
      rgba(210, 232, 244, 0) 34%),
    radial-gradient(
      72% 88% at 84% 14%,
      rgba(126, 202, 255, 0.038),
      rgba(126, 202, 255, 0) 60%);
  --wv-glass-etch-micro:
    radial-gradient(
      54% 72% at 12% 0%,
      rgba(210, 232, 244, 0.072),
      rgba(210, 232, 244, 0) 62%),
    linear-gradient(
      140deg,
      rgba(210, 232, 244, 0.044),
      rgba(210, 232, 244, 0) 30%),
    radial-gradient(
      92% 110% at 80% 18%,
      rgba(188, 236, 255, 0.028),
      rgba(188, 236, 255, 0) 64%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.018),
      rgba(255, 255, 255, 0) 22%);
  --wv-glass-blur-heavy: blur(22px) saturate(150%) contrast(1.04);
  --wv-matte-backdrop:
    radial-gradient(
      70% 50% at 18% 8%,
      rgba(81, 168, 122, 0.14),
      rgba(81, 168, 122, 0) 62%),
    radial-gradient(
      72% 48% at 88% 18%,
      rgba(95, 160, 196, 0.11),
      rgba(95, 160, 196, 0) 64%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.025),
      rgba(255, 255, 255, 0) 38%);
  --wv-btn-radius-sm: 13px;
  --wv-btn-radius: 16px;
  --wv-btn-radius-md: var(--wv-btn-radius);
  --wv-btn-radius-lg: 18px;
  --wv-btn-height-sm: 38px;
  --wv-btn-height-md: 48px;
  --wv-btn-height-lg: 56px;
  --wv-btn-pad-sm: 14px;
  --wv-btn-pad-md: 20px;
  --wv-btn-pad-lg: 26px;
  --wv-btn-bg:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.035)),
    rgba(3, 8, 12, 0.5);
  --wv-btn-border: rgba(232, 248, 255, 0.2);
  --wv-btn-fg: rgba(255, 255, 255, 0.94);
  --wv-btn-hover-bg:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.14),
      rgba(255, 255, 255, 0.055)),
    rgba(125, 205, 255, 0.09);
  --wv-btn-hover-fg: #ffffff;
  --wv-btn-primary-bg:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(184, 195, 207, 0.94));
  --wv-btn-primary-hover-bg:
    linear-gradient(
      180deg,
      #ffffff,
      rgba(214, 224, 235, 0.98));
  --wv-btn-primary-fg: #071018;
  --wv-btn-primary-border: rgba(255, 255, 255, 0.46);
  --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);
  --wv-btn-primary-shadow:
    0 16px 34px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22);
  --wv-transition-premium: 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
body.wv-design-scope--site .wv-foundation::after,
body.wv-design-scope--site .wv-root::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--wv-matte-backdrop);
  opacity: 0.72;
  mix-blend-mode: screen;
}
body.wv-design-scope--site .wv-root > :not(.wv-foundation) {
  position: relative;
  z-index: 1;
}
@keyframes wv-bloom-drift-near {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate3d(2.2rem, -1.4rem, 0) scale(1.05);
    opacity: 0.62;
  }
}
@keyframes wv-bloom-drift-mid {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translate3d(-1.6rem, 1.8rem, 0) scale(1.04);
    opacity: 0.5;
  }
}
@keyframes wv-bloom-drift-far {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.32;
  }
  50% {
    transform: translate3d(1.1rem, 2rem, 0) scale(1.03);
    opacity: 0.4;
  }
}
body.wv-design-scope--site .wv-bloom {
  will-change: transform, opacity;
}
body.wv-design-scope--site .wv-bloom--green {
  animation: wv-bloom-drift-near 18s ease-in-out infinite;
}
body.wv-design-scope--site .wv-bloom--yellow {
  animation: wv-bloom-drift-mid 24s ease-in-out infinite;
}
body.wv-design-scope--site .wv-bloom--red {
  animation: wv-bloom-drift-far 30s ease-in-out infinite;
}
body.wv-design-scope--site .wv-panel-base,
body.wv-design-scope--site .wv-grid-surface,
body.wv-design-scope--site .wv-what-panel,
body.wv-design-scope--site .wv-nav-optic,
body.wv-design-scope--site .wv-product-tile,
body.wv-design-scope--site .wv-faq-card,
body.wv-design-scope--site .wv-contact-card,
body.wv-design-scope--site .wv-partner-card,
body.wv-design-scope--site .wv-vv-frame,
body.wv-design-scope--site [data-wv-page=resources] .wv-resource-card,
body.wv-design-scope--site [data-wv-page=resources] .wv-resource-stat,
body.wv-design-scope--site [data-wv-page=resources] .wv-resources-form__panel,
:is(.wv-page--customer-login, .wv-page--dealer-login) .wv-login-shell,
:is(.wv-page--customer-login, .wv-page--dealer-login) .wv-login-card,
.wv-dealer-blueprint .dealer-landing-stage,
.wv-dealer-blueprint .dealer-landing-copy,
.wv-dealer-blueprint .dealer-landing-portals,
.wv-dealer-blueprint .wv-dealer-content,
.wv-dealer-blueprint .wv-dealer-nav,
.wv-dealer-blueprint .wv-issue-panel,
[data-wv-dealer-blueprint="1"] .wv-rfq-panel,
[data-wv-dealer-blueprint="1"] .wv-rfq-summary {
  background: var(--wv-glass-medium-bg);
  border-color: var(--wv-glass-border-strong);
  box-shadow:
    0 0 0 1px var(--wv-glass-rim-ring),
    var(--wv-glass-elev-2),
    var(--wv-glass-inner-depth);
  backdrop-filter: var(--wv-glass-blur-heavy);
  -webkit-backdrop-filter: var(--wv-glass-blur-heavy);
}
body.wv-design-scope--site .wv-panel-base,
body.wv-design-scope--site .wv-grid-surface,
body.wv-design-scope--site .wv-product-tile,
body.wv-design-scope--site .wv-faq-card,
body.wv-design-scope--site .wv-contact-card,
body.wv-design-scope--site .wv-partner-card,
body.wv-design-scope--site .wv-vv-frame,
body.wv-design-scope--site [data-wv-page=resources] .wv-resource-card,
body.wv-design-scope--site [data-wv-page=resources] .wv-resource-stat,
.wv-dealer-blueprint .dealer-landing-stage,
.wv-dealer-blueprint .dealer-landing-portals {
  transition:
    transform var(--wv-transition-premium),
    box-shadow var(--wv-transition-premium),
    border-color var(--wv-transition-premium),
    background var(--wv-transition-premium),
    filter var(--wv-transition-premium);
}
body.wv-design-scope--site .wv-panel-base::before,
body.wv-design-scope--site .wv-grid-surface::before,
body.wv-design-scope--site .wv-product-tile::before,
body.wv-design-scope--site .wv-faq-card::before,
body.wv-design-scope--site .wv-contact-card::before,
body.wv-design-scope--site .wv-partner-card::before,
body.wv-design-scope--site .wv-vv-frame::before,
body.wv-design-scope--site [data-wv-page=resources] .wv-resource-card::before,
.wv-dealer-blueprint .dealer-landing-stage::before,
.wv-dealer-blueprint .dealer-landing-portals::before {
  background:
    linear-gradient(
      90deg,
      transparent 0,
      var(--wv-glass-edge-side) 1px,
      transparent 2px),
    linear-gradient(
      180deg,
      var(--wv-glass-edge-top) 0,
      rgba(255, 255, 255, 0) 3px),
    radial-gradient(
      70% 50% at 18% 0%,
      var(--wv-glass-face-glow),
      rgba(255, 255, 255, 0) 62%);
  opacity: 0.62;
}
body.wv-design-scope--site .wv-panel-base::after,
body.wv-design-scope--site .wv-grid-surface::after,
body.wv-design-scope--site .wv-product-tile::after,
body.wv-design-scope--site .wv-faq-card::after,
body.wv-design-scope--site .wv-contact-card::after,
body.wv-design-scope--site .wv-partner-card::after,
body.wv-design-scope--site .wv-vv-frame::after,
body.wv-design-scope--site [data-wv-page=resources] .wv-resource-card::after,
.wv-dealer-blueprint .dealer-landing-stage::after,
.wv-dealer-blueprint .dealer-landing-portals::after {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    inset 0 24px 42px rgba(255, 255, 255, 0.024),
    inset 0 -38px 60px var(--wv-glass-face-falloff);
  background: var(--wv-glass-etch-soft);
  opacity: 0.58;
}
body.wv-design-scope--site .wv-panel-base:hover,
body.wv-design-scope--site .wv-grid-surface:hover,
body.wv-design-scope--site .wv-product-tile:hover,
body.wv-design-scope--site .wv-faq-card:hover,
body.wv-design-scope--site .wv-contact-card:hover,
body.wv-design-scope--site .wv-partner-card:hover,
body.wv-design-scope--site .wv-vv-frame:hover,
body.wv-design-scope--site [data-wv-page=resources] .wv-resource-card:hover,
.wv-dealer-blueprint .dealer-landing-portals:hover {
  transform: translateY(-3px);
  border-color: var(--wv-glass-rim-high);
  box-shadow:
    0 0 0 2px rgba(188, 236, 255, 0.24),
    var(--wv-glass-elev-3),
    var(--wv-glass-inner-depth);
  background: var(--wv-glass-heavy-bg);
}
body.wv-design-scope--site .wv-hero .wv-panel-base,
body.wv-design-scope--site .wv-hero-panel,
.wv-dealer-blueprint .dealer-landing-stage {
  background: var(--wv-glass-hero-bg);
  border-color: var(--wv-glass-border-rim);
  box-shadow:
    0 0 0 2px rgba(188, 236, 255, 0.24),
    var(--wv-glass-elev-3),
    var(--wv-glass-inner-depth);
}
body.wv-design-scope--site .wv-btn,
.portal-btn,
.wv-dealer-blueprint button,
[data-wv-page=resources] button,
[data-wv-page=resources] .wv-button,
:is(.wv-page--customer-login, .wv-page--dealer-login) .wv-login-cta {
  border-color: var(--wv-btn-border);
  background: var(--wv-btn-bg);
  color: var(--wv-btn-fg);
  min-height: var(--wv-btn-height-md);
  padding-inline: var(--wv-btn-pad-md);
  border-radius: var(--wv-btn-radius);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: var(--wv-btn-shadow);
  transition:
    transform var(--wv-transition-premium),
    box-shadow var(--wv-transition-premium),
    border-color var(--wv-transition-premium),
    background var(--wv-transition-premium),
    color var(--wv-transition-premium);
}
body.wv-design-scope--site .wv-btn--primary,
.portal-btn--primary,
.wv-dealer-blueprint .wv-btn--primary,
:is(.wv-page--customer-login, .wv-page--dealer-login) .wv-login-cta {
  background: var(--wv-btn-primary-bg);
  color: var(--wv-btn-primary-fg);
  border-color: var(--wv-btn-primary-border);
  box-shadow: var(--wv-btn-primary-shadow);
}
body.wv-design-scope--site .wv-btn:hover,
body.wv-design-scope--site .wv-btn:focus-visible,
.portal-btn:hover,
.portal-btn:focus-visible,
.wv-dealer-blueprint button:hover,
.wv-dealer-blueprint button:focus-visible,
[data-wv-page=resources] button:hover,
[data-wv-page=resources] button:focus-visible,
[data-wv-page=resources] .wv-button:hover,
[data-wv-page=resources] .wv-button:focus-visible,
:is(.wv-page--customer-login, .wv-page--dealer-login) .wv-login-cta:hover,
:is(.wv-page--customer-login, .wv-page--dealer-login) .wv-login-cta:focus-visible {
  transform: translateY(-2px);
  background: var(--wv-btn-hover-bg);
  color: var(--wv-btn-hover-fg);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    0 0 0 1px var(--wv-glass-rim-ring),
    0 0 28px var(--wv-glass-rim-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 18px 42px rgba(0, 0, 0, 0.44);
}
body.wv-design-scope--site .wv-btn--primary:hover,
body.wv-design-scope--site .wv-btn--primary:focus-visible,
.portal-btn--primary:hover,
.portal-btn--primary:focus-visible,
.wv-dealer-blueprint .wv-btn--primary:hover,
.wv-dealer-blueprint .wv-btn--primary:focus-visible,
:is(.wv-page--customer-login, .wv-page--dealer-login) .wv-login-cta:hover,
:is(.wv-page--customer-login, .wv-page--dealer-login) .wv-login-cta:focus-visible {
  background: var(--wv-btn-primary-hover-bg);
  color: rgba(2, 5, 7, 0.98);
}
body.wv-design-scope--site .wv-btn:active,
.portal-btn:active,
.wv-dealer-blueprint button:active,
[data-wv-page=resources] button:active,
[data-wv-page=resources] .wv-button:active,
:is(.wv-page--customer-login, .wv-page--dealer-login) .wv-login-cta:active {
  transform: translateY(0) scale(0.99);
}
body.wv-design-scope--site .wv-btn--small,
.portal-btn--small {
  min-height: var(--wv-btn-height-sm);
  padding-inline: var(--wv-btn-pad-sm);
  border-radius: var(--wv-btn-radius-sm);
  font-size: 0.72rem;
}
body.wv-design-scope--site .wv-btn--large,
.portal-btn--large,
:is(.wv-page--customer-login, .wv-page--dealer-login) .wv-login-cta {
  min-height: var(--wv-btn-height-lg);
  padding-inline: var(--wv-btn-pad-lg);
  border-radius: var(--wv-btn-radius-lg);
}
body.wv-design-scope--site .wv-btn--ghost,
.portal-btn--ghost,
body.wv-design-scope--site .wv-btn--secondary,
.portal-btn--secondary {
  background: var(--wv-btn-bg);
  color: var(--wv-btn-fg);
  border-color: var(--wv-btn-border);
  box-shadow: var(--wv-btn-shadow);
}
body.wv-design-scope--site .wv-btn--quiet,
.portal-btn--quiet {
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
body.wv-design-scope--site .wv-btn:focus-visible,
.portal-btn:focus-visible,
.wv-dealer-blueprint button:focus-visible,
[data-wv-page=resources] button:focus-visible,
[data-wv-page=resources] .wv-button:focus-visible,
:is(.wv-page--customer-login, .wv-page--dealer-login) .wv-login-cta:focus-visible {
  outline: 3px solid rgba(129, 217, 255, 0.78);
  outline-offset: 3px;
}
body.wv-design-scope--site .wv-btn:disabled,
.portal-btn:disabled,
.wv-dealer-blueprint button:disabled,
[data-wv-page=resources] button:disabled {
  cursor: not-allowed;
  opacity: 0.54;
  transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
body.wv-design-scope--site .wv-input,
body.wv-design-scope--site .wv-form input,
body.wv-design-scope--site .wv-form textarea,
body.wv-design-scope--site .wv-form select,
body.wv-design-scope--site [data-wv-page=resources] input,
body.wv-design-scope--site [data-wv-page=resources] textarea,
body.wv-design-scope--site [data-wv-page=resources] select,
.wv-dealer-blueprint input,
.wv-dealer-blueprint textarea,
.wv-dealer-blueprint select {
  background:
    linear-gradient(
      180deg,
      rgba(4, 7, 10, 0.78),
      rgba(13, 18, 23, 0.62));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(0, 0, 0, 0.22);
}
body.wv-design-scope--site .wv-input:focus,
body.wv-design-scope--site .wv-form input:focus,
body.wv-design-scope--site .wv-form textarea:focus,
body.wv-design-scope--site .wv-form select:focus,
body.wv-design-scope--site [data-wv-page=resources] input:focus,
body.wv-design-scope--site [data-wv-page=resources] textarea:focus,
body.wv-design-scope--site [data-wv-page=resources] select:focus,
.wv-dealer-blueprint input:focus,
.wv-dealer-blueprint textarea:focus,
.wv-dealer-blueprint select:focus {
  border-color: rgba(129, 217, 255, 0.58);
  box-shadow: 0 0 0 3px rgba(81, 190, 226, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  body.wv-design-scope--site .wv-bloom {
    animation: none !important;
  }
  body.wv-design-scope--site .wv-panel-base,
  body.wv-design-scope--site .wv-grid-surface,
  body.wv-design-scope--site .wv-product-tile,
  body.wv-design-scope--site .wv-faq-card,
  body.wv-design-scope--site .wv-contact-card,
  body.wv-design-scope--site .wv-partner-card,
  body.wv-design-scope--site .wv-vv-frame,
  body.wv-design-scope--site [data-wv-page=resources] .wv-resource-card,
  .wv-dealer-blueprint .dealer-landing-stage,
  .wv-dealer-blueprint .dealer-landing-portals,
  body.wv-design-scope--site .wv-btn,
  .portal-btn {
    transition: none !important;
  }
  body.wv-design-scope--site .wv-panel-base:hover,
  body.wv-design-scope--site .wv-grid-surface:hover,
  body.wv-design-scope--site .wv-product-tile:hover,
  body.wv-design-scope--site .wv-faq-card:hover,
  body.wv-design-scope--site .wv-contact-card:hover,
  body.wv-design-scope--site .wv-partner-card:hover,
  body.wv-design-scope--site .wv-vv-frame:hover,
  body.wv-design-scope--site [data-wv-page=resources] .wv-resource-card:hover,
  .wv-dealer-blueprint .dealer-landing-portals:hover,
  body.wv-design-scope--site .wv-btn:hover,
  .portal-btn:hover {
    transform: none !important;
  }
}

/* web/src/css/wv-core-design-system.css */
:root {
  color-scheme: dark;
  --wv-bg: #020305;
  --wv-green: #90cd43;
  --wv-yellow: #fde100;
  --wv-red: #fe0000;
  --wv-text: #f5f5f5;
  --wv-muted: rgba(245, 245, 245, 0.68);
  --wv-accent: var(--wv-green);
  --wv-panel: rgba(255, 255, 255, 0.05);
  --wv-panel-border: rgba(255, 255, 255, 0.08);
  --wv-glow: rgba(255, 255, 255, 0.35);
  --wv-grid: rgba(255, 255, 255, 0.08);
  --wv-radius: 22px;
  --wv-r-sm: 14px;
  --wv-r-md: 18px;
  --wv-r-lg: 22px;
  --wv-gap-1: 10px;
  --wv-gap-2: 14px;
  --wv-gap-3: 18px;
  --wv-gap-4: 24px;
  --wv-gap-5: 34px;
  --wv-font-sans:
    "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
  --wv-sticky-nav-top: clamp(12px, 1.6vw, 18px);
  --wv-sticky-nav-mobile-top: 10px;
}
body.admin-bar {
  --wv-sticky-nav-top: 48px;
  --wv-sticky-nav-mobile-top: 56px;
}
body.wv-body #wpadminbar,
body.wv-mode #wpadminbar {
  display: none !important;
}
body.wv-body.admin-bar,
body.wv-mode.admin-bar {
  margin-top: 0 !important;
  --wv-sticky-nav-top: clamp(12px, 1.6vw, 18px);
  --wv-sticky-nav-mobile-top: 10px;
}
html,
body.wv-body {
  margin: 0;
  font-family: var(--wv-font-sans);
  background: var(--wv-bg);
  color: var(--wv-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.wv-body > p:empty,
body.wv-body > .wp-block-paragraph:empty {
  display: none !important;
  margin: 0 !important;
}
body.wv-body {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
body.wv-body > #wv-app {
  min-height: 100svh;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
body.wv-body > #wv-app > .wv-root {
  flex: 1 0 auto;
}
body.wv-body > #wv-app > #wv-footer {
  margin-top: auto;
}
button,
input,
textarea,
select {
  font-family: inherit;
}
.wv-root {
  min-height: 0;
  height: auto;
  position: relative;
  background-color: #020305;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 80px 6vw 120px;
}
body.admin-bar .wv-root {
  padding-top: 80px;
}
#wv-header,
#wv-footer {
  width: 100%;
  display: block;
}
#wv-header {
  width: 100%;
  z-index: 5000;
  background: transparent !important;
  background-color: transparent !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible;
}
#wv-header,
.wv-header__inner,
.wv-nav {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.wv-container {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: transparent !important;
}
.wv-container-sync,
.wv-nav-optic,
.wv-footer-content {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: transparent !important;
}
.wv-panel-label {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  opacity: 0.3;
  z-index: 2;
  display: none;
}
body.wv-debug .wv-panel-label {
  display: block;
}
.wv-foundation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}
.wv-foundation::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      250px 210px at var(--wv-mouse-x, 50%) var(--wv-mouse-y, 50%),
      rgba(144, 205, 67, 0.06),
      transparent 70%);
  opacity: 0.3;
  pointer-events: none;
}
.wv-bloom {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.12;
  transform: translate(-50%, -50%);
}
.wv-bloom--green {
  width: 600px;
  height: 600px;
  top: 20%;
  left: 15%;
  background:
    radial-gradient(
      circle,
      var(--wv-green) 0%,
      transparent 70%);
}
.wv-bloom--yellow {
  width: 700px;
  height: 700px;
  top: 60%;
  left: 85%;
  background:
    radial-gradient(
      circle,
      var(--wv-yellow) 0%,
      transparent 70%);
}
.wv-bloom--red {
  width: 800px;
  height: 800px;
  top: 90%;
  left: 25%;
  background:
    radial-gradient(
      circle,
      var(--wv-red) 0%,
      transparent 70%);
}
.wv-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      to right,
      var(--wv-grid) 1px,
      transparent 1px),
    linear-gradient(
      to bottom,
      var(--wv-grid) 1px,
      transparent 1px);
  background-size: 80px 80px;
  opacity: 0.25;
  mask-image:
    radial-gradient(
      circle at 50% 30%,
      rgba(0, 0, 0, 0.8),
      transparent 70%);
  pointer-events: none;
}
.wv-main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-top: calc(var(--wv-sticky-nav-top) + 96px) !important;
  padding-bottom: 0 !important;
}
.wv-stack {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin-top: var(--wv-gap-5) !important;
  padding-bottom: 0 !important;
  z-index: 10;
}
.wv-root .wv-page {
  display: none;
  width: 100%;
}
.wv-root .wv-page.is-active {
  display: flex;
}
.wv-home-teasers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--wv-gap-4);
  width: 100%;
}
.wv-home-teasers h3 {
  margin: 0 0 12px;
}
.wv-teaser-list {
  margin: 0 0 16px;
  padding-left: 18px;
  color: var(--wv-muted);
  display: grid;
  gap: 6px;
}
.wv-teaser-email {
  font-weight: 600;
  margin: 0 0 16px;
}
.wv-teaser-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--wv-text);
  text-decoration: none;
  font-size: 0.85rem;
}
.wv-teaser-dealer p {
  color: var(--wv-muted);
}
@media (max-width: 1100px) {
  .wv-home-teasers {
    grid-template-columns: 1fr;
  }
}
.wv-header,
.wv-footer {
  position: relative;
  z-index: 1;
}
.wv-header {
  position: fixed;
  top: var(--wv-sticky-nav-top);
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: clamp(12px, 6vw, 72px);
  padding-right: clamp(12px, 6vw, 72px);
  margin-bottom: 36px;
  transform: none;
  background: transparent !important;
  background-color: transparent !important;
  outline: none !important;
  overflow: visible;
  z-index: 5000;
}
.wv-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 24px;
  border-radius: var(--wv-r-lg);
  transform-style: preserve-3d;
  transform: perspective(2000px) rotateX(var(--wv-tilt-x, 0deg)) rotateY(var(--wv-tilt-y, 0deg));
  transform-origin: center;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
.wv-header__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  outline: none !important;
  min-width: 0;
}
.wv-header__logoLink {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}
.wv-header__logo {
  height: 28px;
  width: auto;
  max-width: 160px;
  display: block;
  align-self: center;
  vertical-align: middle;
  object-fit: contain;
}
.wv-header__wordmark {
  font-family: inherit;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--wv-muted);
}
.wv-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  border-radius: var(--wv-r-lg);
  overflow: visible;
  outline: none !important;
}
.wv-nav__dropdown-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.wv-nav__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  max-width: min(280px, calc(100vw - 24px));
  padding: 10px;
  border-radius: 14px;
  background: rgba(12, 14, 18, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 50;
}
.wv-nav__dropdown.is-open {
  display: grid;
  gap: 8px;
}
.wv-nav-optic {
  width: 100% !important;
  max-width: 1440px !important;
  height: 72px !important;
  margin: 0 auto !important;
  position: relative;
  border-radius: var(--wv-r-lg);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.025)),
    rgba(4, 9, 14, 0.9) !important;
  backdrop-filter: blur(28px) saturate(150%) contrast(1.04);
  -webkit-backdrop-filter: blur(28px) saturate(150%) contrast(1.04);
  border: 1px solid rgba(226, 244, 255, 0.28) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 5100;
  overflow: visible;
}
.wv-nav-optic {
  margin-top: 0 !important;
  background:
    radial-gradient(
      90% 160% at 12% 0%,
      rgba(226, 244, 255, 0.095),
      rgba(226, 244, 255, 0) 42%),
    linear-gradient(
      180deg,
      rgba(21, 31, 42, 0.96),
      rgba(3, 8, 13, 0.94)) !important;
  backdrop-filter: blur(28px) saturate(150%) contrast(1.04);
  -webkit-backdrop-filter: blur(28px) saturate(150%) contrast(1.04);
  border: 1px solid rgba(226, 244, 255, 0.28) !important;
  border-radius: var(--wv-r-lg);
  height: 72px !important;
  box-shadow:
    0 0 0 1px rgba(126, 202, 255, 0.12),
    0 18px 46px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -18px 34px rgba(0, 0, 0, 0.22);
}
.wv-nav-optic,
.wv-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  height: 72px;
}
.wv-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  opacity: 0;
  pointer-events: none;
}
.wv-nav__tab {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 1;
  padding: 0 16px;
}
.wv-nav__tab[type=button] {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.wv-nav-inner a {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #fff;
  padding: 0 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.2s ease;
  text-decoration: none;
}
.wv-nav-inner {
  display: contents;
  height: 100%;
  backdrop-filter: none;
}
.wv-nav-inner a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--wv-r-sm);
}
.wv-header .wv-nav__tab,
.wv-header .wv-nav-inner a,
.wv-header .wv-nav__dropdown-item,
.wv-header .wv-nav__dropdown-item span {
  font-family: var(--wv-font-sans);
  color: #fff !important;
}
.wv-nav__dropdown-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}
.wv-nav__dropdown-item--text {
  display: flex;
  grid-template-columns: none;
  align-items: center;
}
.wv-nav__tab--dropdown::after {
  pointer-events: none;
}
.wv-nav__dropdown-item:hover,
.wv-nav__dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.wv-nav__dropdown-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  padding: 4px;
}
@media (max-width: 480px) {
  .wv-header {
    top: var(--wv-sticky-nav-mobile-top);
    width: min(calc(100vw - 10vw), 1440px);
  }
  .wv-nav-optic {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    height: 72px;
    gap: 12px;
    padding-inline: 12px;
    position: relative;
    margin-top: 0 !important;
    z-index: 5100;
  }
  .wv-nav__left,
  .wv-header__brand {
    display: flex;
    align-items: center;
    min-width: 0;
  }
  .wv-nav__center.wv-nav {
    position: absolute;
    top: 72px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
    background:
      linear-gradient(
        180deg,
        rgba(21, 31, 42, 0.98),
        rgba(3, 8, 13, 0.97));
    border: 1px solid rgba(226, 244, 255, 0.22);
    box-shadow: 0 0 0 1px rgba(126, 202, 255, 0.1), 0 18px 40px rgba(0, 0, 0, 0.58);
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transform: translateY(-8px);
    transition:
      max-height 0.25s ease,
      opacity 0.2s ease,
      transform 0.25s ease;
  }
  .wv-nav__center.wv-nav::-webkit-scrollbar {
    display: none;
  }
  .wv-nav__tab {
    height: 40px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
  }
  .wv-header.is-open .wv-nav__center.wv-nav {
    max-height: 70vh !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transform: translateY(0) !important;
  }
  .wv-nav__right {
    margin-left: 0;
  }
  .wv-nav__toggle {
    display: inline-flex;
  }
}
.wv-form {
  display: grid;
  gap: var(--wv-gap-3, 12px);
}
.wv-form-row {
  display: grid;
  gap: var(--wv-gap-3, 12px);
}
.wv-form-row--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .wv-form-row--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wv-form-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.wv-label {
  font-family: var(--wv-font-sans, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.76);
}
.wv-field-help {
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--wv-muted, rgba(255, 255, 255, 0.62));
}
.wv-field-error {
  font-size: 0.85rem;
  line-height: 1.35;
  color: var(--wv-red, #ef4444);
}
:is(.wv-input, .wv-textarea, .wv-select, .wv-file-input) {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 8, 12, 0.62);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--wv-font-sans, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  font-size: 14px;
  line-height: 1.2;
  outline: none;
}
.wv-textarea {
  min-height: 110px;
  resize: vertical;
}
.wv-select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image:
    linear-gradient(
      45deg,
      transparent 50%,
      rgba(255, 255, 255, 0.72) 50%),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.72) 50%,
      transparent 50%),
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.10),
      rgba(255, 255, 255, 0.10));
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%,
    calc(100% - 42px) 50%;
  background-size:
    6px 6px,
    6px 6px,
    1px 18px;
  background-repeat: no-repeat;
}
:is(.wv-input, .wv-textarea, .wv-select, .wv-file-input):focus-visible {
  border-color: rgba(126, 202, 255, 0.32);
  box-shadow: 0 0 0 1px rgba(126, 202, 255, 0.18), 0 0 24px rgba(126, 202, 255, 0.12);
}
:is(.wv-input, .wv-textarea, .wv-select, .wv-file-input)::placeholder {
  color: rgba(255, 255, 255, 0.50);
}
:is(.wv-input, .wv-textarea, .wv-select, .wv-file-input):disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wv-file {
  display: grid;
  gap: 8px;
}
.wv-file-input {
  padding: 10px 12px;
}
.wv-file-input::file-selector-button {
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  padding: 8px 10px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  cursor: pointer;
}
.wv-file-input::file-selector-button:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}
.wv-checkbox {
  accent-color: var(--wv-green, #14f1a6);
}

/* web/src/css/styles-first-wave-surfaces.css */
.wv-design-scope--site .wv-header .wv-nav-optic {
  --wv-header-rail-top-alpha: 0.34;
  --wv-header-rail-bottom-alpha: 0.2;
  --wv-header-rail-base-alpha: 0.24;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}
.wv-design-scope--site .wv-header.is-scrolled .wv-nav-optic {
  background:
    linear-gradient(
      180deg,
      rgba(21, 31, 42, var(--wv-header-rail-top-alpha)),
      rgba(3, 8, 13, var(--wv-header-rail-bottom-alpha))),
    rgba(4, 9, 14, var(--wv-header-rail-base-alpha)) !important;
  border-color: rgba(226, 244, 255, 0.14) !important;
  box-shadow:
    0 0 0 1px rgba(126, 202, 255, 0.06),
    0 10px 26px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.wv-design-scope--site .wv-header.is-scrolling-up .wv-nav-optic {
  border-color: rgba(226, 244, 255, 0.2) !important;
}
@media (prefers-reduced-motion: reduce) {
  .wv-design-scope--site .wv-header .wv-nav-optic {
    transition: none;
  }
}
.wv-nav__tab:hover {
  color: var(--wv-text);
}
.wv-nav__dropdown-wrap {
  position: relative;
  display: inline-flex;
}
.wv-nav__tab--dropdown::after {
  content: "\25be";
  font-size: 10px;
  margin-left: 6px;
  opacity: 0.7;
}
.wv-nav__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(12, 14, 18, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 50;
}
.wv-nav__dropdown.is-open {
  display: grid;
  gap: 8px;
}
.wv-nav__dropdown-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
}
.wv-nav__dropdown-item--text {
  display: flex;
  grid-template-columns: none;
  align-items: center;
}
.wv-nav__dropdown-item:hover,
.wv-nav__dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.wv-design-scope--site .wv-nav__dropdown {
  background: var(--wv-glass-medium-bg) !important;
  border: 1px solid var(--wv-glass-border-strong) !important;
  border-radius: var(--wv-r-lg, 18px) !important;
  box-shadow:
    0 0 0 1px var(--wv-glass-rim-ring),
    var(--wv-glass-elev-2),
    var(--wv-glass-inner-depth) !important;
  backdrop-filter: var(--wv-glass-blur-heavy);
  -webkit-backdrop-filter: var(--wv-glass-blur-heavy);
}
.wv-design-scope--site .wv-nav__dropdown-item {
  background: var(--wv-glass-etch-micro), rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(188, 236, 255, 0.12);
  color: var(--wv-text) !important;
}
.wv-design-scope--site .wv-nav__dropdown-item:hover,
.wv-design-scope--site .wv-nav__dropdown-item:focus-visible {
  background: var(--wv-glass-etch-crisp), rgba(126, 202, 255, 0.14) !important;
  border-color: var(--wv-glass-rim-medium);
  color: #fff !important;
}
.wv-nav__tab--enabled {
  background:
    linear-gradient(
      135deg,
      rgba(182, 237, 84, 0.2),
      rgba(141, 228, 239, 0.12));
  border: 1px solid rgba(182, 237, 84, 0.42);
  color: rgba(237, 255, 219, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 18px rgba(182, 237, 84, 0.05);
}
.wv-nav__tab--enabled::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: #b6ed54;
  box-shadow: 0 0 0 3px rgba(182, 237, 84, 0.1), 0 0 12px rgba(182, 237, 84, 0.56);
}
.wv-nav__tab--enabled:hover,
.wv-nav__tab--enabled:focus-visible {
  background:
    linear-gradient(
      135deg,
      rgba(205, 248, 120, 0.3),
      rgba(141, 228, 239, 0.2));
  border-color: rgba(205, 248, 120, 0.64);
  color: #fff;
}
.wv-design-scope--site .wv-nav__tab--dropdown::after {
  content: none !important;
}
.wv-design-scope--site .wv-nav__dropdown-caret {
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  line-height: 1;
  opacity: 0.7;
  pointer-events: none;
}
.wv-nav__dropdown-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  padding: 4px;
}
.wv-nav-optic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wv-nav__left {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.wv-nav__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wv-nav__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  min-height: 1px;
}
.wv-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 12, 18, 0.7);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.wv-nav__toggle:hover {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}
.wv-nav__toggle:focus-visible {
  outline: 2px solid rgba(120, 255, 135, 0.6);
  outline-offset: 3px;
}
.wv-nav__toggle-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-image: var(--wv-favicon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}
.wv-header__logoLink {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.wv-cta {
  text-decoration: none;
  padding: 10px 18px;
  border-radius: var(--wv-r-sm);
  background:
    linear-gradient(
      135deg,
      var(--wv-green),
      var(--wv-yellow));
  color: #0a0a0a;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1);
}
.wv-cta:hover {
  transform: scale(1.05);
}
.wv-panel {
  position: relative;
  padding: 32px;
  border-radius: var(--wv-r-lg);
  background: var(--wv-panel);
  border: 1px solid var(--wv-panel-border);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease, box-shadow 220ms ease;
  overflow: hidden;
}
.wv-footer {
  margin-top: 60px;
  padding-bottom: 24px;
}
.wv-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wv-muted);
  font-size: 0.85rem;
}
.wv-footer-content {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 40px;
}
.wv-footer__brand {
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
}
.wv-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at var(--glow-x, 50%) var(--glow-y, 50%),
      var(--wv-glow),
      transparent 55%);
  opacity: var(--glow-active, 0);
  transition: opacity 200ms ease;
  pointer-events: none;
}
.wv-hero__eyebrow {
  font-family: inherit;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--wv-muted);
}
.wv-logo-img {
  width: auto;
  height: 34px;
  display: block;
}
.wv-hero__title {
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 800;
  margin: 0;
  line-height: 1.06;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}
.wv-hero {
  padding: 32px;
  margin-top: 0 !important;
  padding-top: 12px !important;
  padding-bottom: 48px;
}
.wv-hero__top {
  margin-bottom: var(--wv-gap-4);
}
.wv-hero__body {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: var(--wv-gap-4);
  align-items: start;
}
.wv-hero__info {
  display: grid;
  gap: calc(var(--wv-gap-5) + 4px);
  min-width: 0;
}
.wv-hero__media {
  align-self: start;
  min-width: 0;
}
@media (min-width: 901px) {
  .wv-hero__media {
    align-self: end;
  }
}
.wv-hero-video {
  position: relative;
}
.wv-hero-video::before {
  content: "";
  position: absolute;
  inset: -12px;
  background:
    radial-gradient(
      160% 120% at 60% 40%,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.35) 55%,
      transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.wv-hero-video__frame {
  position: relative;
  border-radius: var(--wv-r-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
  aspect-ratio: 16 / 9;
  min-height: 360px;
  z-index: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 18px 40px rgba(0, 0, 0, 0.6);
}
.wv-hero-video__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 28px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}
.wv-hero-video__frame::before {
  content: "";
  position: absolute;
  inset: -8%;
  background:
    radial-gradient(
      120% 140% at 20% 10%,
      rgba(255, 255, 255, 0.08),
      transparent 55%),
    radial-gradient(
      140% 120% at 80% 90%,
      rgba(0, 0, 0, 0.65),
      transparent 60%);
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.wv-hero-video__frame .wv-video {
  position: relative;
  z-index: 0;
}
.wv-hero__lede {
  color: rgba(255, 255, 255, 0.78);
  max-width: 640px;
  font-size: 1.2rem;
}
.wv-beacon {
  --wv-beacon-status: 86px;
  --wv-beacon-status-active: 102px;
  display: block;
  max-width: 520px;
}
.wv-beacon__housing {
  display: none;
}
.wv-beacon__housing::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 26px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0) 24%),
    linear-gradient(
      135deg,
      rgba(188, 236, 255, 0.08),
      rgba(188, 236, 255, 0) 36%);
  opacity: 0.82;
  pointer-events: none;
}
.wv-beacon__housing::after {
  content: "";
  position: absolute;
  inset: 16px 18px 18px;
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0) 18%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.18),
      rgba(0, 0, 0, 0.42));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -14px 24px rgba(0, 0, 0, 0.34);
  pointer-events: none;
}
.wv-beacon__header {
  position: relative;
  z-index: 1;
  padding-left: 4px;
  font-size: 0.55rem;
  line-height: 1.35;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(232, 248, 255, 0.5);
  font-weight: 800;
}
.wv-beacon__fasteners {
  position: absolute;
  inset: 10px;
  pointer-events: none;
  z-index: 2;
}
.wv-beacon__fastener {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(255, 255, 255, 0.84),
      rgba(255, 255, 255, 0.24) 52%,
      rgba(0, 0, 0, 0.72));
  position: absolute;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, 0.5);
}
.wv-beacon__fastener:nth-child(1) {
  top: 2px;
  left: 2px;
}
.wv-beacon__fastener:nth-child(2) {
  top: 2px;
  right: 2px;
}
.wv-beacon__fastener:nth-child(3) {
  bottom: 2px;
  left: 2px;
}
.wv-beacon__fastener:nth-child(4) {
  bottom: 2px;
  right: 2px;
}
.wv-beacon__rail {
  position: absolute;
  top: 54px;
  bottom: 24px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.22),
      rgba(255, 255, 255, 0.03));
  opacity: 0.34;
  z-index: 1;
}
.wv-beacon__status {
  width: var(--wv-beacon-row-status, var(--wv-beacon-status));
  height: var(--wv-beacon-row-status, var(--wv-beacon-status));
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition:
    transform 0.35s ease,
    filter 0.35s ease,
    opacity 0.35s ease;
  opacity: 1;
  margin-left: 0;
}
.wv-beacon__status::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 50%,
      currentColor 0,
      rgba(255, 255, 255, 0) 68%);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.35s ease;
}
.wv-beacon__status-shell {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 30% 24%,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0) 38%),
    linear-gradient(
      180deg,
      rgba(24, 26, 31, 0.98),
      rgba(6, 7, 10, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -10px 18px rgba(0, 0, 0, 0.42),
    0 8px 18px rgba(0, 0, 0, 0.34);
}
.wv-beacon__status-shell::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 30% 22%,
      rgba(255, 255, 255, 0.28),
      rgba(255, 255, 255, 0) 26%),
    radial-gradient(
      circle at 50% 112%,
      rgba(0, 0, 0, 0.52),
      rgba(0, 0, 0, 0) 54%);
  pointer-events: none;
  z-index: 2;
}
.wv-beacon__status-image {
  width: 90%;
  height: 90%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  filter: saturate(0.94) contrast(1.08) brightness(0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 18px rgba(0, 0, 0, 0.32);
}
.wv-beacon__status--red {
  color: rgba(255, 88, 76, 0.84);
}
.wv-beacon__status--yellow {
  color: rgba(244, 201, 64, 0.84);
}
.wv-beacon__status--green {
  color: rgba(138, 214, 96, 0.84);
}
.wv-hero[data-wv-state=red] .wv-beacon__status--red,
.wv-hero[data-wv-state=yellow] .wv-beacon__status--yellow,
.wv-hero[data-wv-state=green] .wv-beacon__status--green {
  opacity: 1;
  transform: translateY(-1px) scale(1.03);
  filter: saturate(1.05);
}
.wv-hero[data-wv-state=red] .wv-beacon__status--red::before,
.wv-hero[data-wv-state=yellow] .wv-beacon__status--yellow::before,
.wv-hero[data-wv-state=green] .wv-beacon__status--green::before {
  opacity: 0.66;
}
.wv-beacon__rows {
  display: grid;
  grid-template-rows: repeat(3, auto);
  align-content: start;
  gap: 14px;
}
.wv-beacon__row {
  --wv-beacon-row-status: var(--wv-beacon-status);
  position: relative;
  display: grid;
  grid-template-columns: var(--wv-beacon-row-status) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 22px;
  background:
    radial-gradient(
      120% 90% at 0% 0%,
      rgba(255, 255, 255, 0.11),
      rgba(255, 255, 255, 0) 56%),
    linear-gradient(
      180deg,
      rgba(16, 20, 26, 0.64),
      rgba(6, 8, 12, 0.56));
  border: 1px solid rgba(232, 248, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 16px 34px rgba(0, 0, 0, 0.28);
  opacity: 0.72;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.4;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
  white-space: normal;
}
.wv-beacon__row::before {
  display: none;
}
.wv-beacon__copy {
  display: grid;
  gap: 2px;
}
.wv-beacon__text {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 850;
  letter-spacing: 0.01em;
}
.wv-hero[data-wv-state=green] .wv-beacon__row[data-state=green],
.wv-hero[data-wv-state=yellow] .wv-beacon__row[data-state=yellow],
.wv-hero[data-wv-state=red] .wv-beacon__row[data-state=red] {
  --wv-beacon-row-status: var(--wv-beacon-status-active);
  opacity: 1;
  transform: translateX(4px) translateY(-2px) scale(1.02);
  color: rgba(255, 255, 255, 0.96);
  border-color: rgba(220, 248, 255, 0.42);
  box-shadow:
    0 0 0 1px rgba(188, 236, 255, 0.12),
    0 18px 46px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(
      120% 90% at 0% 0%,
      rgba(188, 236, 255, 0.18),
      rgba(188, 236, 255, 0) 58%),
    linear-gradient(
      180deg,
      rgba(18, 22, 30, 0.72),
      rgba(6, 8, 12, 0.6));
}
.wv-hero[data-wv-state=green] .wv-beacon__row[data-state=green] .wv-beacon__text,
.wv-hero[data-wv-state=yellow] .wv-beacon__row[data-state=yellow] .wv-beacon__text,
.wv-hero[data-wv-state=red] .wv-beacon__row[data-state=red] .wv-beacon__text {
  color: rgba(255, 255, 255, 0.9);
}
.wv-beacon__key {
  min-width: 0;
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(232, 248, 255, 0.62);
}
.wv-beacon__key--green {
  color: #90cd43;
}
.wv-beacon__key--yellow {
  color: #fde100;
}
.wv-beacon__key--red {
  color: #fe0000;
}
.wv-reduced .wv-beacon__row {
  opacity: 0.6;
}
.wv-reduced .wv-hero[data-wv-state=green] .wv-beacon__row[data-state=green] {
  opacity: 1;
}
@media (max-width: 900px) {
  .wv-beacon {
    --wv-beacon-status: 78px;
    --wv-beacon-status-active: 92px;
    max-width: 520px;
  }
  .wv-beacon__housing {
    display: none;
  }
  .wv-beacon__rows {
    gap: 12px;
  }
  .wv-beacon__row {
    font-size: 0.96rem;
  }
}
@media (max-width: 560px) {
  .wv-beacon {
    --wv-beacon-status: 76px;
    --wv-beacon-status-active: 88px;
    max-width: none;
  }
  .wv-beacon__housing {
    display: none;
  }
  .wv-beacon__rail {
    display: none;
  }
  .wv-beacon__rows {
    min-height: auto;
    gap: 12px;
  }
  .wv-beacon__row {
    min-height: 44px;
    padding: 12px 12px;
  }
  .wv-beacon__row::before {
    display: none;
  }
  .wv-beacon__status {
    margin-left: 0;
  }
}
.wv-reveal__header h2 {
  margin: 0 0 8px;
  font-family: inherit;
}
.wv-reveal__header p {
  margin: 0 0 20px;
  color: var(--wv-muted);
}
.wv-reveal__media {
  position: relative;
  width: 100%;
  height: clamp(260px, 35vw, 420px);
  border-radius: var(--wv-r-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.wv-reveal__layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.wv-reveal__before {
  clip-path: circle(var(--reveal-size, 140px) at var(--reveal-x, 50%) var(--reveal-y, 50%));
}
.wv-reveal__ring {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.4);
  left: var(--reveal-x, 50%);
  top: var(--reveal-y, 50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.wv-reveal__labels {
  display: flex;
  justify-content: space-between;
  color: var(--wv-muted);
  margin-top: 12px;
  font-size: 0.9rem;
}
.wv-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.wv-reveal.wv-reveal--in {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 900px) {
  .wv-panel {
    transform: none;
  }
  .wv-panel::before {
    opacity: 0 !important;
  }
  .wv-reveal__ring {
    display: none;
  }
}
.wv-what-panel {
  width: 100%;
  border-radius: var(--wv-r-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 14, 0.65);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}
.wv-what-panel h2 {
  margin: 0 0 8px;
  font-family: inherit;
}
.wv-what-panel p {
  margin: 0 0 16px;
  color: var(--wv-muted);
}
.wv-what-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: var(--wv-gap-4);
  align-items: center;
}
.wv-what-video__frame {
  border-radius: var(--wv-r-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  background: #000;
  aspect-ratio: 16 / 9;
}
.wv-rotator {
  position: relative;
  width: 100%;
  height: 100%;
}
.wv-rotator__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.wv-rotator__image.is-active {
  opacity: 1;
}
.wv-rotator__dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}
.wv-rotator__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}
.wv-rotator__dot.is-active {
  background: rgba(255, 255, 255, 0.9);
}
.wv-what-video__frame .wv-video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: inherit;
}
.wv-what-video__frame .wv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wv-what-copy {
  display: flex;
  flex-direction: column;
  gap: var(--wv-gap-3);
}
.wv-what-copy h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 600;
}
.wv-what-copy p {
  margin: 0;
  line-height: 1.6;
}
.wv-what-chips {
  display: grid;
  gap: var(--wv-gap-2);
  margin-bottom: var(--wv-gap-3);
}
.wv-chip--static {
  cursor: default;
}
.wv-chip {
  border-radius: var(--wv-r-sm);
}
.wv-what-bookend {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: var(--wv-gap-2);
}
@media (max-width: 900px) {
  .wv-root {
    padding: 118px 7vw 100px;
  }
  .wv-hero__body {
    grid-template-columns: 1fr;
  }
  .wv-hero__title {
    white-space: normal;
  }
  .wv-hero-video__frame {
    min-height: 260px;
  }
}
@media (max-width: 520px) {
  .wv-root {
    padding: 112px 5vw 90px;
  }
  .wv-hero {
    padding: 22px;
    padding-top: 8px !important;
    padding-bottom: 32px;
  }
  .wv-hero__body {
    gap: 22px;
  }
  .wv-hero-video::before {
    inset: -6px;
  }
  .wv-hero-video__frame {
    min-height: 200px;
    aspect-ratio: 16 / 10;
  }
  .wv-hero__lede {
    font-size: 1.05rem;
  }
}
@media (max-width: 900px) {
  .wv-what-grid {
    grid-template-columns: 1fr;
  }
}
.wv-faq-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--wv-gap-4);
}
.wv-faq-title {
  font-size: clamp(2.2rem, 3vw, 3rem);
  margin: 0;
}
.wv-faq-subtitle {
  margin: 8px 0 0;
  color: var(--wv-muted);
}
.wv-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
  gap: var(--wv-gap-4);
  align-items: start;
}
.wv-faq-list {
  display: grid;
  gap: var(--wv-gap-3);
}
.wv-faq-item {
  border-radius: var(--wv-r-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}
.wv-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--wv-text);
  text-align: left;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.wv-faq-question:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
  border-radius: var(--wv-r-md);
}
.wv-faq-icon {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  transition: transform 0.2s ease;
}
.wv-faq-item.is-open .wv-faq-icon {
  transform: rotate(45deg);
}
.wv-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0 20px;
}
.wv-faq-answer p {
  margin: 0 0 18px;
  color: var(--wv-muted);
  line-height: 1.6;
}
.wv-faq-card {
  border-radius: var(--wv-r-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 20px;
  display: grid;
  gap: var(--wv-gap-3);
}
.wv-faq-card__label {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.wv-faq-card__title {
  font-size: 1.1rem;
  font-weight: 700;
}
.wv-faq-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--wv-text);
  text-decoration: none;
  font-size: 0.85rem;
}
.wv-faq-disclaimer {
  margin-top: var(--wv-gap-4);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}
@media (max-width: 900px) {
  .wv-faq-layout {
    grid-template-columns: 1fr;
  }
}
.wv-contact-hero {
  margin-bottom: var(--wv-gap-4);
}
.wv-contact-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin: 0;
}
.wv-contact-subtitle {
  margin: 8px 0 0;
  color: var(--wv-muted);
}
.wv-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--wv-gap-4);
  align-items: start;
}
.wv-contact-card {
  border-radius: var(--wv-r-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 20px;
  display: grid;
  gap: var(--wv-gap-3);
}
.wv-contact-card__label {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.wv-contact-email {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}
.wv-copy-btn {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--wv-text);
  cursor: pointer;
}
.wv-contact-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.wv-contact-chip {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: var(--wv-text);
  cursor: pointer;
}
.wv-contact-hours {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
.wv-support-form {
  border-radius: var(--wv-r-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 20px;
  display: grid;
  gap: var(--wv-gap-3);
}
.wv-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--wv-gap-3);
}
.wv-form-grid label {
  display: grid;
  gap: 6px;
  color: var(--wv-muted);
  font-size: 0.9rem;
}
.wv-form-grid input,
.wv-form-grid select,
.wv-form-grid textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: var(--wv-text);
}
.wv-form-grid input:focus,
.wv-form-grid select:focus,
.wv-form-grid textarea:focus {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 1px;
}
.wv-form-full {
  grid-column: 1 / -1;
}
.wv-form-submit {
  min-height: var(--wv-btn-height-md);
  padding: 0 var(--wv-btn-pad-md);
  border-radius: var(--wv-btn-radius-md);
  border: 1px solid var(--wv-btn-primary-border);
  background: var(--wv-btn-primary-bg);
  color: var(--wv-btn-primary-fg);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: var(--wv-btn-primary-shadow);
  transition:
    transform var(--wv-transition-premium),
    box-shadow var(--wv-transition-premium),
    border-color var(--wv-transition-premium),
    background var(--wv-transition-premium);
}
.wv-form-submit:hover,
.wv-form-submit:focus-visible {
  transform: translateY(-2px);
  background: var(--wv-btn-primary-hover-bg);
  color: var(--wv-btn-primary-fg);
  border-color: var(--wv-glass-rim-strong);
  box-shadow:
    0 0 0 1px var(--wv-glass-rim-ring),
    0 0 28px var(--wv-glass-rim-glow),
    var(--wv-btn-primary-shadow);
}
.wv-form-submit:focus-visible {
  outline: 3px solid rgba(129, 217, 255, 0.78);
  outline-offset: 3px;
}
.wv-form-response {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}
.wv-form-mailto {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  text-decoration: none;
}
.wv-contact-next {
  margin-top: var(--wv-gap-3);
  color: var(--wv-muted);
  font-size: 0.9rem;
}
.wv-contact-next__title {
  font-weight: 700;
  color: var(--wv-text);
  margin-bottom: 8px;
}
.wv-contact-next ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}
@media (max-width: 900px) {
  .wv-contact-layout {
    grid-template-columns: 1fr;
  }
  .wv-form-grid {
    grid-template-columns: 1fr;
  }
}
.wv-products-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}
.wv-products-label {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0.30);
  font-size: 0.7rem;
  margin-bottom: 10px;
}
.wv-products-grid {
  display: grid;
  gap: var(--wv-gap-4);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.wv-product-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  text-decoration: none;
  color: var(--wv-text);
  border-radius: var(--wv-r-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  padding: 16px;
  transition:
    transform 0.35s cubic-bezier(0.2, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.2, 0, 0.2, 1),
    border-color 0.35s cubic-bezier(0.2, 0, 0.2, 1),
    background 0.35s cubic-bezier(0.2, 0, 0.2, 1),
    color 0.35s cubic-bezier(0.2, 0, 0.2, 1);
}
.wv-product-tile:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
}
.wv-product-tile:hover .wv-product-title {
  color: #90cd43;
}
.wv-product-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--wv-r-md);
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.wv-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #000;
}
.wv-product-meta {
  margin-top: 12px;
}
.wv-product-title {
  font-weight: 700;
  min-height: 22px;
}
.wv-product-desc {
  opacity: 0.75;
  min-height: 38px;
  color: var(--wv-muted);
  font-size: 0.85rem;
}
@media (max-width: 1100px) {
  .wv-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .wv-products-grid {
    grid-template-columns: 1fr;
  }
}
.wv-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--wv-gap-4);
}
.wv-product-tile {
  padding: 16px;
  border-radius: var(--wv-r-md);
}
.wv-product-media {
  border-radius: var(--wv-r-md);
}
.wv-products-inner {
  margin: 0 auto;
  padding-bottom: var(--wv-gap-4);
}
.wv-section > .wv-container > .wv-panel-base,
.wv-section > .wv-container > .wv-grid-surface,
.wv-section > .wv-container > .wv-panel-base.wv-products-shell {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.wv-product-tile {
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.40);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 16px;
  border-radius: var(--wv-r-md);
}
.wv-product-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--wv-r-md);
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.wv-product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.wv-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: var(--wv-r-md);
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.wv-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}
.wv-section,
.wv-container {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.wv-section {
  background: transparent !important;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-block: var(--wv-gap-5);
}
.wv-grid-surface {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: var(--wv-r-lg);
  overflow: visible;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
.wv-panel-base {
  background: var(--wv-glass-bg) !important;
  backdrop-filter: var(--wv-glass-blur);
  border: 1px solid var(--wv-glass-border);
  border-radius: var(--wv-glass-radius);
  position: relative;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 0;
  width: 100% !important;
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}
.wv-panel-base > * {
  position: relative;
  z-index: 3;
}
.wv-panel-base::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  mix-blend-mode: screen;
  background:
    radial-gradient(
      circle at var(--mx, 50%) var(--my, 50%),
      rgba(255, 255, 255, 0.06),
      transparent 55%);
  transition: opacity 180ms ease;
}
.wv-panel-base::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}
.wv-panel-base[data-wv-hover="1"]::before {
  opacity: 0.06;
}
.wv-panel-base[data-wv-hover="1"] {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
}
@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .wv-panel-base::before {
    opacity: 0 !important;
  }
  .wv-panel-base {
    transition: none;
  }
}
.wv-panel-lg,
.wv-panel-md {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
.wv-panel-md {
  padding: var(--wv-gap-4);
}
.wv-inset {
  padding-left: 24px;
  padding-right: 24px;
}
.wv-deploy-panel {
  padding: 32px;
}
.wv-deploy-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 24px;
  align-items: stretch;
}
.wv-map {
  position: relative;
  border-radius: inherit;
  background: transparent;
  border: 0;
  padding: 10px;
  min-height: 320px;
  overflow: hidden;
}
.wv-globe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  position: relative;
  aspect-ratio: 1 / 1;
}
.wv-globe-stage {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  cursor: grab;
  touch-action: none;
}
.wv-globe-sizer {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}
.wv-globe-stage.is-dragging {
  cursor: grabbing;
}
.wv-globe-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.wv-globe-sphere {
  fill: rgba(255, 255, 255, 0.02);
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1.2;
}
.wv-globe-glow {
  opacity: 0.6;
}
.wv-globe-land {
  fill: rgba(255, 255, 255, 0.06);
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 0.7;
}
.wv-globe-graticule {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 0.6;
}
.wv-globe--engaged .wv-globe-graticule {
  stroke: rgba(255, 255, 255, 0.14);
}
.wv-globe--engaged .wv-globe-glow {
  opacity: 0.9;
}
.wv-pin-ring {
  stroke: rgba(144, 205, 67, 0.45);
  stroke-width: 1;
  fill: none;
}
.wv-pin-dot {
  fill: rgba(255, 255, 255, 0.9);
}
.wv-pin {
  pointer-events: auto;
  cursor: default;
}
.wv-pin.is-hover .wv-pin-ring,
.wv-pin.is-active .wv-pin-ring {
  stroke: rgba(144, 205, 67, 0.9);
}
.wv-pin.is-hover .wv-pin-dot,
.wv-pin.is-active .wv-pin-dot {
  fill: rgba(255, 255, 255, 1);
}
.wv-pin:hover .wv-pin-ring {
  animation: wv-pin-pulse 1.4s ease-out infinite;
}
.wv-globe-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -120%);
  padding: 10px 12px;
  border-radius: var(--wv-r-sm);
  background: rgba(10, 12, 16, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  line-height: 1.3;
  min-width: 170px;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}
.wv-globe-tooltip.is-active {
  opacity: 1;
  transform: translate(-50%, -135%);
}
.wv-tooltip-title {
  font-weight: 700;
  font-size: 12px;
}
.wv-tooltip {
  position: fixed;
  z-index: 9999;
  max-width: 260px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(8, 10, 14, 0.95);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  transform: translateY(6px);
}
.wv-tooltip.is-visible {
  opacity: 1;
  pointer-events: none;
  transform: translateY(0);
}
.wv-tooltip__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}
.wv-tooltip__text {
  font-size: 0.85rem;
  line-height: 1.35;
}
.wv-region-signal {
  align-self: flex-start;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 10, 14, 0.6);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
  display: grid;
  gap: 8px;
  min-width: 240px;
  max-width: 360px;
}
.wv-region-label {
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(123, 196, 255, 0.7);
  font-weight: 600;
}
.wv-region-sub {
  font-size: 0.7rem;
  color: rgba(230, 240, 255, 0.6);
}
.wv-region-title {
  font-weight: 700;
  font-size: 1rem;
}
.wv-region-city {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}
.wv-region-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.wv-region-chip {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.7rem;
}
.wv-region-fact {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  line-height: 1.4;
}
.wv-region-callouts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.wv-region-callout {
  padding: 12px 12px 10px;
  border-radius: 14px;
  background: rgba(12, 14, 18, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}
.wv-region-callout.is-active {
  border-color: rgba(123, 196, 255, 0.28);
  box-shadow: 0 10px 22px rgba(3, 8, 20, 0.45), inset 0 0 0 1px rgba(123, 196, 255, 0.12);
}
.wv-region-callout__title {
  font-size: 0.82rem;
  font-weight: 600;
  color: #f6fbff;
}
.wv-region-callout__city {
  margin-top: 4px;
  font-size: 0.72rem;
  color: rgba(210, 220, 235, 0.7);
}
.wv-region-callout__fact {
  margin-top: 8px;
  font-size: 0.72rem;
  color: rgba(220, 230, 240, 0.72);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wv-intel-panel {
  position: relative;
}
.wv-intel-kicker {
  margin-top: 8px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: rgba(145, 210, 255, 0.65);
  font-weight: 600;
}
.wv-intel-grid {
  margin-top: 18px;
  gap: 28px;
}
.wv-intel-controls {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.wv-intel-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wv-intel-filter {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.wv-intel-filter.is-active {
  background: rgba(123, 196, 255, 0.25);
  border-color: rgba(123, 196, 255, 0.5);
  color: #f8fbff;
}
.wv-intel-rotate-toggle {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.wv-intel-rotate-toggle.is-active {
  background: rgba(144, 205, 67, 0.18);
  border-color: rgba(144, 205, 67, 0.5);
  color: #dff8b9;
}
.wv-intel-drawer {
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 12, 16, 0.72);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}
.wv-intel-drawer__title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: rgba(210, 230, 255, 0.6);
  font-weight: 600;
}
.wv-intel-fact {
  display: none;
  margin-top: 12px;
}
.wv-intel-fact.is-active {
  display: block;
}
.wv-intel-fact__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}
.wv-intel-fact__city {
  margin-top: 4px;
  font-size: 0.85rem;
  color: rgba(210, 220, 235, 0.7);
}
.wv-intel-fact__minerals {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wv-intel-chip {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.85);
}
.wv-intel-fact__list {
  margin-top: 12px;
  padding-left: 18px;
  color: rgba(230, 240, 255, 0.8);
  font-size: 0.88rem;
  line-height: 1.5;
}
.wv-intel-sources {
  margin-top: 10px;
  font-size: 0.7rem;
  color: rgba(210, 220, 235, 0.65);
}
.wv-intel-sources summary {
  cursor: pointer;
  color: rgba(144, 205, 255, 0.7);
}
.wv-intel-sources a {
  color: rgba(220, 240, 255, 0.85);
  text-decoration: none;
}
.wv-intel-sources a:hover {
  text-decoration: underline;
}
.wv-intel-pin,
.wv-intel-token {
  pointer-events: auto;
  cursor: pointer;
}
.wv-intel-pin__ring {
  fill: rgba(10, 12, 16, 0.7);
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.wv-intel-pin.is-active .wv-intel-pin__ring,
.wv-intel-pin:hover .wv-intel-pin__ring {
  stroke: rgba(123, 196, 255, 0.7);
}
.wv-intel-pin.is-active .wv-intel-pin__ring {
  animation: wv-pin-pulse 1.6s ease-out infinite;
}
.wv-intel-pin__icon {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.55));
}
.wv-intel-token__ring {
  fill: rgba(12, 14, 18, 0.85);
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.wv-intel-token__text {
  font-size: 8px;
  fill: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.wv-intel-token__label {
  font-size: 7px;
  fill: rgba(210, 230, 255, 0.75);
  opacity: 0;
  transform: translateX(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.wv-intel-token.is-active .wv-intel-token__label,
.wv-intel-token:hover .wv-intel-token__label {
  opacity: 1;
  transform: translateX(0);
}
.wv-intel-token.is-active .wv-intel-token__ring,
.wv-intel-token:hover .wv-intel-token__ring {
  stroke: rgba(144, 205, 67, 0.7);
}
.wv-partner-card.is-region-match {
  border-color: rgba(123, 196, 255, 0.45);
  box-shadow: 0 12px 26px rgba(6, 16, 36, 0.45);
}
.wv-partner-card.is-dimmed,
.wv-intel-pin.is-dimmed,
.wv-intel-token.is-dimmed {
  opacity: 0.35;
}
.wv-pin-icon,
.wv-region-icon {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
}
.wv-pin-ring,
.wv-region-ring {
  fill: rgba(8, 10, 12, 0.75);
  stroke: rgba(255, 255, 255, 0.28);
  stroke-width: 1.4;
}
.wv-region-dot {
  fill: rgba(144, 205, 67, 0.9);
}
.wv-region-pin.is-active .wv-region-ring,
.wv-region-pin:hover .wv-region-ring {
  stroke: rgba(255, 255, 255, 0.9);
}
.wv-globe-callout-line {
  stroke: rgba(144, 205, 67, 0.7);
  stroke-width: 1;
  stroke-linecap: round;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.wv-globe-callout-line.is-active {
  opacity: 1;
}
.wv-globe-callout {
  position: absolute;
  max-width: 240px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(12, 14, 18, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
.wv-globe-callout.is-active {
  opacity: 1;
  transform: translateY(0);
}
.wv-globe-callout__title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(144, 205, 67, 0.9);
}
.wv-globe-callout__city {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
.wv-globe-callout__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.wv-globe-chip {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
}
.wv-globe-callout__fact {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
}
.wv-tooltip-sub {
  margin-top: 4px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.wv-partners {
  position: relative;
  display: grid;
  gap: 14px;
}
[data-wv-globe-mode=dealers_regions_simple] .wv-deploy-grid {
  column-gap: 56px;
  align-items: start;
}
[data-wv-globe-mode=dealers_regions_simple] .wv-panel-base.wv-deploy-panel {
  padding-bottom: 6px;
}
.wv-partner-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: var(--wv-r-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}
.wv-partner-logo {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.wv-partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
.wv-partner-card.is-hover,
.wv-partner-card.is-active {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}
.wv-partner-title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}
.wv-partner-location {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 6px;
}
.wv-partner-email {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}
.wv-partner-btn {
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.wv-partner-btn:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 1);
}
@keyframes wv-pin-pulse {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
.wv-telemetry {
  position: relative;
  border-radius: var(--wv-r-md);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 14, 0.6);
  overflow: hidden;
}
.wv-telemetry-list {
  display: grid;
  gap: 14px;
  max-height: 360px;
  overflow: hidden;
  mask-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 65%,
      rgba(0, 0, 0, 0));
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 65%,
      rgba(0, 0, 0, 0));
}
.wv-telemetry-card {
  position: relative;
  padding: 12px 14px;
  border-radius: var(--wv-r-sm);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}
.wv-telemetry-title {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}
.wv-telemetry-meta {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 4px;
}
.wv-telemetry-status {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #90cd43;
}
.wv-animate-ping {
  position: absolute;
  width: 14px;
  height: 14px;
}
.wv-animate-ping::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(88, 247, 155, 0.55);
  animation: wv-ping 2.4s ease-out infinite;
}
@keyframes wv-ping {
  0% {
    transform: scale(0.7);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.6);
    opacity: 0;
  }
}
@media (max-width: 900px) {
  .wv-deploy-grid {
    grid-template-columns: 1fr;
  }
  .wv-map {
    min-height: 300px;
  }
  .wv-telemetry-list {
    max-height: none;
  }
  .wv-intel-controls {
    flex-direction: column;
    align-items: flex-start;
  }
  .wv-intel-rotate-toggle {
    width: 100%;
    text-align: left;
  }
}
.wv-specs-panel {
  padding: 32px;
}
.wv-gator-panel {
  --wv-gator-accent: #b9f22a;
  --wv-gator-muted: rgba(226, 244, 255, 0.64);
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(185, 242, 42, 0.12),
      transparent 30%),
    linear-gradient(
      135deg,
      rgba(21, 31, 42, 0.82),
      rgba(3, 8, 13, 0.92));
}
.wv-gator-panel__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 8px 0 20px;
}
.wv-gator-panel__intro h2 {
  margin: 0 0 8px;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.wv-gator-panel__intro p {
  max-width: 520px;
  margin: 0;
  color: var(--wv-gator-muted);
}
.wv-gator-panel__mark {
  flex: 0 0 auto;
  color: var(--wv-gator-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.wv-gator-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
}
.wv-gator-card {
  --wv-gator-card-accent: #b9f22a;
  min-width: 0;
  height: 470px;
  perspective: 1200px;
}
.wv-gator-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 560ms cubic-bezier(0.2, 0.72, 0.2, 1);
}
.wv-gator-card[data-flipped=true] .wv-gator-card__inner {
  transform: rotateY(180deg);
}
.wv-gator-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(226, 244, 255, 0.17);
  border-radius: 22px;
  background:
    linear-gradient(
      180deg,
      rgba(19, 29, 39, 0.88),
      rgba(3, 8, 13, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 18px -12px rgba(0, 0, 0, 0.55);
  backface-visibility: hidden;
}
.wv-gator-card__face--back {
  transform: rotateY(180deg);
}
.wv-gator-card--chem {
  --wv-gator-card-accent: #52cfff;
}
.wv-gator-card--flex {
  --wv-gator-card-accent: #ffbf45;
}
.wv-gator-card__face:hover {
  border-color: color-mix(in srgb, var(--wv-gator-card-accent) 64%, rgba(226, 244, 255, 0.2));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 12px 22px -14px rgba(0, 0, 0, 0.62),
    0 0 18px color-mix(in srgb, var(--wv-gator-card-accent) 10%, transparent);
}
.wv-gator-card__topline,
.wv-gator-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--wv-gator-card-accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.wv-gator-card__topline {
  padding: 14px 16px 11px;
}
.wv-gator-card__topline span:first-child {
  color: rgba(226, 244, 255, 0.42);
}
.wv-gator-card__media {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-top: 1px solid rgba(226, 244, 255, 0.1);
  border-bottom: 1px solid rgba(226, 244, 255, 0.12);
  background: #05080b;
}
.wv-gator-card__media video,
.wv-gator-card__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.05);
  transition: transform 300ms ease, filter 300ms ease;
}
.wv-gator-card__media video {
  z-index: 1;
  opacity: 0;
  transition:
    opacity 160ms ease,
    transform 300ms ease,
    filter 300ms ease;
}
.wv-gator-card__media img.wv-gator-card__poster {
  z-index: 1;
  opacity: 1;
  transition:
    opacity 160ms ease,
    transform 300ms ease,
    filter 300ms ease;
}
.wv-gator-card.is-playing .wv-gator-card__media video {
  opacity: 1;
}
.wv-gator-card.is-playing .wv-gator-card__media img.wv-gator-card__poster {
  opacity: 0;
}
.wv-gator-card--hide .wv-gator-card__media video,
.wv-gator-card--hide .wv-gator-card__media img {
  object-position: 52% 42%;
}
.wv-gator-card--chem .wv-gator-card__media video,
.wv-gator-card--chem .wv-gator-card__media img {
  object-position: center 44%;
}
.wv-gator-card--flex .wv-gator-card__media video,
.wv-gator-card--flex .wv-gator-card__media img {
  object-position: center 52%;
}
.wv-gator-card__face--front:hover .wv-gator-card__media video,
.wv-gator-card__face--front:hover .wv-gator-card__media img {
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.04);
}
.wv-gator-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
.wv-gator-card__body h3 {
  margin: 0;
  color: var(--wv-gator-card-accent);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  letter-spacing: -0.03em;
}
.wv-gator-card__body > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.35;
}
.wv-gator-card__fit {
  display: grid;
  gap: 8px;
  margin: 0;
}
.wv-gator-card__fit div {
  padding-top: 8px;
  border-top: 1px solid rgba(226, 244, 255, 0.1);
}
.wv-gator-card__fit dt {
  margin-bottom: 2px;
  color: var(--wv-gator-card-accent);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.wv-gator-card__fit dd {
  margin: 0;
  color: var(--wv-gator-muted);
  font-size: 0.82rem;
  line-height: 1.25;
}
.wv-gator-card__footer {
  justify-content: flex-start;
  min-height: 58px;
  padding: 12px 16px 14px;
  border-top: 1px solid rgba(226, 244, 255, 0.1);
}
.wv-gator-card__footer > span:nth-child(2) {
  margin-right: auto;
  color: var(--wv-gator-card-accent);
}
.wv-gator-card__flip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--wv-gator-card-accent) 58%, rgba(226, 244, 255, 0.25));
  border-radius: 999px;
  color: #f5fbff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}
.wv-gator-card__flip:hover,
.wv-gator-card__flip:focus-visible {
  border-color: var(--wv-gator-card-accent);
  background: color-mix(in srgb, var(--wv-gator-card-accent) 18%, rgba(255, 255, 255, 0.08));
}
.wv-gator-card__flip:focus-visible {
  outline: 2px solid var(--wv-gator-card-accent);
  outline-offset: 3px;
}
.wv-gator-card__flip:active {
  transform: scale(0.96);
}
.wv-gator-card__signal {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--wv-gator-card-accent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--wv-gator-card-accent) 70%, transparent);
}
.wv-gator-panel__note {
  margin: 16px 0 0;
  color: rgba(226, 244, 255, 0.5);
  font-size: 0.78rem;
  line-height: 1.5;
}
@media (max-width: 1050px) {
  .wv-gator-grid {
    grid-template-columns: 1fr;
  }
  .wv-gator-card {
    height: 460px;
  }
  .wv-gator-card__media {
    height: auto;
  }
}
@media (max-width: 600px) {
  .wv-gator-panel__intro {
    align-items: flex-start;
    flex-direction: column;
  }
  .wv-gator-panel__mark {
    margin-top: -8px;
  }
  .wv-gator-card {
    height: 430px;
  }
  .wv-gator-card__media {
    height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wv-gator-card__inner,
  .wv-gator-card__flip,
  .wv-gator-card__media video,
  .wv-gator-card__media img {
    transition: none;
  }
}
.wv-specs-grid {
  display: none;
}
.wv-spec-explain {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--wv-gap-4);
}
.wv-spec-card {
  padding: var(--wv-gap-4);
  border-radius: var(--wv-r-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  gap: var(--wv-gap-3);
  min-height: 100%;
}
.wv-spec-card--tall {
  min-height: 320px;
}
.wv-spec-title {
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: var(--wv-gap-3);
}
.wv-spec-hero-metric {
  display: grid;
  gap: var(--wv-gap-1);
}
.wv-spec-hero-value {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  color: var(--wv-text);
}
.wv-spec-hero-label {
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.wv-spec-secondary {
  font-size: 0.95rem;
  color: var(--wv-muted);
}
.wv-spec-subtitle {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: var(--wv-gap-3) 0 var(--wv-gap-2);
}
.wv-spec-list {
  display: grid;
  gap: var(--wv-gap-2);
}
.wv-spec-row {
  display: flex;
  justify-content: space-between;
  gap: var(--wv-gap-2);
  font-size: 0.9rem;
  color: var(--wv-muted);
}
.wv-spec-row strong {
  color: var(--wv-text);
  font-weight: 600;
  text-align: right;
}
.wv-spec-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wv-gap-2);
}
.wv-spec-chip {
  padding: 4px 8px;
  border-radius: var(--wv-r-sm);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.8);
}
.wv-chip-ok,
.wv-chip-warn,
.wv-chip-bad {
  border-color: rgba(255, 255, 255, 0.18);
}
.wv-spec-safety {
  display: grid;
  gap: var(--wv-gap-1);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
.wv-meter {
  display: grid;
  gap: var(--wv-gap-1);
}
.wv-meter__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.55);
}
.wv-meter__bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.wv-meter__seg {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}
.wv-meter__seg.is-on {
  background: rgba(255, 255, 255, 0.6);
}
.wv-meter__value {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}
.wv-spec-disclaimer {
  margin-top: var(--wv-gap-4);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.wv-specs-pill {
  position: absolute;
  left: 22px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: var(--wv-r-sm);
  border: 1px solid rgba(88, 247, 155, 0.35);
  background: rgba(8, 12, 10, 0.7);
  box-shadow: 0 0 18px rgba(88, 247, 155, 0.18);
}
.wv-specs-pill__text {
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.wv-animate-pulse {
  animation: wv-pulse 2.4s ease-in-out infinite;
}
.wv-nav-optic {
  outline: none !important;
}
@keyframes wv-pulse {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.35);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
@media (max-width: 900px) {
  .wv-spec-explain {
    grid-template-columns: 1fr;
  }
  .wv-specs-panel {
    padding-bottom: 56px;
  }
}
.wv-debug-rail {
  position: fixed;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  display: none;
  gap: 8px;
  z-index: 2000;
  pointer-events: none;
}
body.wv-debug .wv-debug-rail {
  display: flex;
  flex-direction: column;
}
.wv-debug-rail__item {
  pointer-events: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 14, 0.7);
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  padding: 6px 10px;
  border-radius: var(--wv-r-sm);
  text-align: left;
  cursor: pointer;
}
.wv-vv-panel-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--wv-gap-5);
  align-items: start;
}
.wv-vv-hero__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--wv-gap-5);
  align-items: center;
}
.wv-vv-hero__title {
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: 1.05;
  margin: 0 0 var(--wv-gap-3);
}
.wv-vv-hero__sub {
  font-size: 18px;
  line-height: 1.5;
  color: var(--wv-muted);
  margin: 0 0 var(--wv-gap-4);
}
.wv-vv-chips,
.wv-vv-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wv-gap-2);
}
.wv-vv-frame {
  border-radius: var(--wv-r-lg);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.10);
}
.wv-vv-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.wv-vv-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.wv-mode #site-header,
body.wv-mode .site-header,
body.wv-mode .header__inner,
body.wv-mode .header__title-nav,
body.wv-mode .header__titles,
body.wv-mode .site-title,
body.wv-mode .site-description,
body.wv-mode .header__extras,
body.wv-mode .header__search-toggle {
  display: none !important;
}
body.wv-mode .wv-container {
  width: min(1440px, 100%);
  max-width: 1440px;
  margin-inline: auto;
}
body.wv-mode .entry-title,
body.wv-mode .wp-block-post-title,
body.wv-mode .page-title {
  display: none !important;
}
body.wv-mode .entry-content > h1,
body.wv-mode .entry-content > .wp-block-post-title {
  display: none !important;
}
body.wv-mode .entry-content,
body.wv-mode .site-content,
body.wv-mode .content-area,
body.wv-mode .wp-site-blocks,
body.wv-mode .wp-block-post-content,
body.wv-mode .wp-block-group {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.wv-mode #wv-header,
body.wv-mode .wv-header {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
body.wv-mode .wv-nav-optic {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.wv-panel-base,
.wv-grid-surface,
.wv-vv-panel-grid,
.wv-deploy-grid,
.wv-products-grid,
.wv-contact-layout,
.wv-dealer-layout {
  min-width: 0;
}
.wv-panel-base img,
.wv-panel-base video,
.wv-vv-frame img,
.wv-vv-frame video,
.wv-map svg,
.wv-globe svg {
  max-width: 100%;
}
@media (max-width: 480px) {
  #wv-header {
    top: var(--wv-sticky-nav-mobile-top);
  }
  .wv-main {
    padding-top: calc(var(--wv-sticky-nav-mobile-top) + 92px) !important;
  }
  .wv-header {
    top: var(--wv-sticky-nav-mobile-top);
    width: min(calc(100vw - 10vw), 1440px);
  }
  .wv-nav-optic {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    height: 72px;
    gap: 12px;
    padding-inline: 12px;
    position: relative;
    margin-top: 0 !important;
    z-index: 5100;
  }
  .wv-nav__left,
  .wv-header__brand {
    display: flex;
    align-items: center;
    min-width: 0;
  }
  .wv-header__logoLink {
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }
  .wv-header__logo {
    width: auto;
    height: 28px;
    max-width: 160px;
    object-fit: contain;
    display: block;
  }
  .wv-nav__center.wv-nav {
    position: absolute;
    top: 72px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
    background:
      linear-gradient(
        180deg,
        rgba(21, 31, 42, 0.98),
        rgba(3, 8, 13, 0.97));
    border: 1px solid rgba(226, 244, 255, 0.22);
    box-shadow: 0 0 0 1px rgba(126, 202, 255, 0.1), 0 18px 40px rgba(0, 0, 0, 0.58);
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transform: translateY(-8px);
    transition:
      max-height 0.25s ease,
      opacity 0.2s ease,
      transform 0.25s ease;
  }
  .wv-nav__center.wv-nav::-webkit-scrollbar {
    display: none;
  }
  .wv-nav__tab {
    height: 40px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
  }
  .wv-header.is-open .wv-nav__center.wv-nav {
    max-height: 70vh !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transform: translateY(0) !important;
  }
  .wv-nav__right {
    margin-left: 0;
  }
  .wv-nav__toggle {
    display: inline-flex;
  }
}
@media (max-width: 768px) {
  .wv-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .wv-products-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.wv-vv-frame--hero {
  aspect-ratio: 16 / 9;
}
.wv-vv-frame--wide {
  aspect-ratio: 16 / 9;
}
.wv-vv-frame--tall {
  aspect-ratio: 4 / 5;
}
.wv-vv-frame--lg {
  max-height: 520px;
}
.wv-vv-frame--md {
  max-height: 420px;
}
.wv-vv-cap-list {
  display: grid;
  gap: var(--wv-gap-3);
}
.wv-vv-cap {
  padding: var(--wv-gap-3);
  border-radius: var(--wv-r-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 600;
}
.wv-vv-cta__inner {
  display: flex;
  justify-content: space-between;
  gap: var(--wv-gap-4);
  align-items: center;
  flex-wrap: wrap;
}
.wv-vv-cta__buttons {
  display: flex;
  gap: var(--wv-gap-3);
  flex-wrap: wrap;
}
.wv-vv-cta__inner p {
  margin: var(--wv-gap-2) 0 0;
  color: var(--wv-muted);
}
@media (max-width: 960px) {
  .wv-vv-panel-grid,
  .wv-vv-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .wv-vv-frame--tall {
    aspect-ratio: 16 / 9;
  }
}
.wv-vv-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wv-muted);
  font-size: 14px;
  min-height: 220px;
}
.wv-vv-frame--train {
  aspect-ratio: 16 / 9;
  margin: var(--wv-gap-2) 0 var(--wv-gap-3);
}
.wv-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wv-vv-hero__logo img {
  display: block;
  max-height: 72px;
  width: auto;
}
.wv-vv-copy {
  max-width: 560px;
  display: grid;
  gap: 12px;
}
.wv-vv-copy h2,
.wv-vv-copy h3 {
  margin: 0;
}
.wv-vv-copy p,
.wv-vv-copy ul {
  margin: 0;
  line-height: 1.3;
}
.wv-vv-copy ul {
  padding-left: 18px;
  display: grid;
  gap: 10px;
}
.wv-vv-chip-row {
  margin-top: var(--wv-gap-3);
}
@media (max-width: 960px) {
  .wv-vv-copy {
    max-width: 100%;
  }
}
.wv-media__img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center !important;
  display: block;
}
.wv-media svg,
.wv-media__img svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
[data-allow-crop="1"] img,
[data-allow-crop="1"] .wv-media__img {
  object-fit: cover !important;
}
.wv-media--portal {
  aspect-ratio: 16 / 10;
}
.wv-media--family {
  aspect-ratio: 1 / 1;
}
.wv-media--card {
  aspect-ratio: 4 / 3;
}
.wv-media--hero {
  aspect-ratio: 16 / 9;
}
.wv-interactive {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    filter 220ms ease;
  will-change: transform;
  cursor: pointer;
}
.wv-interactive:hover,
.wv-interactive:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 14px 30px rgba(0, 0, 0, 0.18);
  border-color: rgba(255, 255, 255, 0.18);
}
:root {
  --wv-btn-hover-bg:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.06)),
    rgba(188, 236, 255, 0.08);
  --wv-btn-hover-fg: #fff;
}
.wv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: var(--wv-btn-radius);
  background: var(--wv-btn-bg);
  border: 1px solid var(--wv-btn-border);
  color: var(--wv-btn-fg);
  min-height: var(--wv-btn-height-md);
  padding-inline: var(--wv-btn-pad-md);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: var(--wv-btn-shadow);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  transition:
    transform var(--wv-transition-premium),
    box-shadow var(--wv-transition-premium),
    border-color var(--wv-transition-premium),
    background var(--wv-transition-premium),
    color var(--wv-transition-premium);
}
.wv-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      160px 160px at var(--wv-btn-x, 50%) var(--wv-btn-y, 50%),
      rgba(255, 255, 255, 0.22),
      rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
}
.wv-btn:hover,
.wv-btn:focus-visible {
  transform: translateY(-2px);
  background: var(--wv-btn-hover-bg);
  color: var(--wv-btn-hover-fg);
  border-color: var(--wv-glass-rim-strong);
  box-shadow:
    0 0 0 1px var(--wv-glass-rim-ring),
    0 0 28px var(--wv-glass-rim-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 18px 42px rgba(0, 0, 0, 0.44);
}
.wv-btn:hover::before,
.wv-btn:focus-visible::before {
  opacity: 0.9;
}
.wv-btn:focus-visible {
  outline: 3px solid rgba(129, 217, 255, 0.78);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .wv-interactive,
  .wv-btn {
    transition: none;
  }
  .wv-interactive:hover,
  .wv-interactive:focus-visible,
  .wv-btn:hover,
  .wv-btn:focus-visible {
    transform: none;
  }
  .wv-btn::before {
    opacity: 0 !important;
  }
}

/* web/src/css/home-page.css */
body.wv-page--home .wv-product-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  background:
    radial-gradient(
      70% 55% at 18% 12%,
      rgba(89, 168, 126, 0.12),
      rgba(89, 168, 126, 0) 62%),
    rgba(3, 5, 8, 0.72) !important;
  backdrop-filter: blur(6px) saturate(120%);
  -webkit-backdrop-filter: blur(6px) saturate(120%);
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 240ms ease;
  z-index: 1200 !important;
}
body.wv-page--home .wv-product-overlay.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
}
body.wv-page--home .wv-product-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  width: min(520px, 92vw) !important;
  height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  transform: translateX(105%) !important;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
  background:
    radial-gradient(
      110% 85% at 0% 0%,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0) 45%),
    linear-gradient(
      145deg,
      rgba(24, 32, 40, 0.96),
      rgba(8, 11, 16, 0.92)) !important;
  backdrop-filter: blur(24px) saturate(150%) contrast(1.04);
  -webkit-backdrop-filter: blur(24px) saturate(150%) contrast(1.04);
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.24) !important;
  box-shadow:
    -34px 0 86px rgba(0, 0, 0, 0.66),
    inset 1px 0 0 rgba(255, 255, 255, 0.18),
    inset 0 -42px 90px rgba(0, 0, 0, 0.22) !important;
  z-index: 1300 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--wv-text) !important;
  font-family: var(--wv-font-sans) !important;
}
body.wv-page--home .wv-product-drawer.is-open {
  transform: translateX(0) !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-panel > .wv-inset {
  padding: var(--wv-public-panel-inset) 24px !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-inner {
  padding-bottom: 0 !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-panel h2 {
  margin: 0 0 8px !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-inner {
  margin: 0 auto !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  position: relative;
  color: var(--wv-text);
  text-decoration: none;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
body.wv-page--home [data-wv-home-section=products] .wv-product-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
body.wv-page--home [data-wv-home-section=products] .wv-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #000;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-meta {
  margin-top: 12px;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-title {
  min-height: 22px;
  font-weight: 700;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-desc {
  min-height: 38px;
  color: var(--wv-muted);
  font-size: 0.85rem;
  opacity: 0.75;
}
body.wv-page--home .wv-products-carousel .wv-products-viewport {
  position: relative;
  overflow: visible;
  padding-inline: 0;
  margin-inline: auto;
}
body.wv-page--home .wv-products-carousel .wv-products-clip {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 12px;
  margin: -12px;
}
body.wv-page--home .wv-products-carousel .wv-products-track {
  display: flex;
  gap: var(--gap);
  box-sizing: border-box;
  overflow-x: auto;
  padding: 20px 12px 24px;
  margin: -12px;
  scroll-behavior: smooth;
  scroll-snap-type: none;
  scrollbar-width: none;
}
body.wv-page--home .wv-products-carousel .wv-products-track::-webkit-scrollbar {
  display: none;
}
body.wv-page--home .wv-products-carousel .wv-products-nav {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 14px auto 0;
  pointer-events: auto;
  transform: none !important;
}
body.wv-page--home .wv-products-carousel .wv-products-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  pointer-events: auto;
  color: #f5fbff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    opacity 160ms ease,
    box-shadow 160ms ease;
}
body.wv-page--home .wv-products-carousel .wv-products-nav__btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}
body.wv-page--home .wv-products-carousel .wv-products-nav__btn:disabled {
  cursor: not-allowed;
  opacity: 0.32;
  box-shadow: none;
}
body.wv-page--home .wv-products-carousel .wv-products-nav__btn:hover:not(:disabled) {
  border-color: rgba(167, 231, 255, 0.78) !important;
  background:
    linear-gradient(
      145deg,
      rgba(49, 78, 92, 0.94),
      rgba(7, 17, 24, 0.92)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 16px 34px rgba(0, 0, 0, 0.36),
    0 0 20px rgba(125, 205, 255, 0.14);
  transform: translateY(-3px);
}
body.wv-page--home .wv-products-carousel .wv-products-nav__btn:focus-visible {
  outline: 2px solid #a7e7ff;
  outline-offset: 4px;
}
body.wv-page--home .wv-products-carousel .wv-products-nav__status {
  display: none !important;
}
body.wv-page--home .wv-products-carousel .wv-product-info-btn {
  align-self: flex-start;
  margin-top: 12px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--wv-text);
  cursor: pointer;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body.wv-page--home .wv-products-carousel .wv-product-info {
  position: absolute;
  inset: 16px;
  display: none;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(6, 8, 12, 0.92);
}
body.wv-page--home .wv-products-carousel .wv-product-card.is-info-open .wv-product-info {
  display: grid;
}
body.wv-page--home .wv-products-carousel .wv-spec-modal__topline,
body.wv-page--home .wv-products-carousel .wv-spec-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
body.wv-page--home .wv-products-carousel .wv-spec-modal__title {
  margin: 4px 0 0;
  font-size: 1.15rem;
}
body.wv-page--home .wv-products-carousel .wv-spec-modal__desc {
  margin: 2px 0 10px;
  color: var(--wv-muted);
  font-size: 0.85rem;
}
body.wv-page--home .wv-products-carousel .wv-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(10, 12, 18, 0.65);
}
body.wv-page--home .wv-products-carousel .wv-spec-cell {
  padding: 12px 12px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
body.wv-page--home .wv-products-carousel .wv-spec-cell:nth-child(2n) {
  border-right: 0;
}
body.wv-page--home .wv-products-carousel .wv-spec-cell:nth-last-child(-n+2) {
  border-bottom: 0;
}
body.wv-page--home .wv-products-carousel .wv-spec-value {
  margin-top: 6px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
body.wv-page--home .wv-products-carousel .wv-spec-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(10, 14, 20, 0.6);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
body.wv-page--home .wv-products-carousel .wv-products-viewport {
  --stage-width: min(100%, 1140px) !important;
  --gap: clamp(18px, 2vw, 40px) !important;
  width: var(--stage-width) !important;
  margin-inline: auto !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}
body.wv-page--home .wv-products-carousel .wv-products-track {
  padding: 20px 0 24px !important;
  margin: 0 !important;
}
body.wv-page--home .wv-products-carousel .wv-product-card {
  flex: 0 0 calc((var(--stage-width) - (2 * var(--gap))) / 3) !important;
  flex-basis: calc((var(--stage-width) - (2 * var(--gap))) / 3) !important;
  width: calc((var(--stage-width) - (2 * var(--gap))) / 3) !important;
  padding: 16px !important;
  border-radius: 22px !important;
}
body.wv-page--home .wv-products-carousel .wv-product-media {
  border-radius: 20px !important;
}
body.wv-page--home .wv-products-carousel .wv-products-nav {
  width: 100% !important;
}
body.wv-page--home .wv-products-carousel .wv-products-nav__btn {
  position: static !important;
  min-width: 124px !important;
  height: 48px !important;
  border-radius: 14px !important;
  background:
    linear-gradient(
      145deg,
      rgba(28, 43, 53, 0.96),
      rgba(4, 10, 15, 0.96)) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
@media (min-width: 901px) {
  body.wv-page--home .wv-products-carousel .wv-products-nav__btn {
    position: static !important;
    inset: auto !important;
    transform: none;
  }
}
@media (max-width: 900px) {
  body.wv-page--home .wv-products-carousel .wv-products-viewport {
    --stage-width: 100% !important;
    --gap: 18px !important;
    width: 100% !important;
  }
  body.wv-page--home .wv-products-carousel .wv-products-nav {
    width: min(100%, var(--stage-width)) !important;
    margin-inline: auto;
  }
  body.wv-page--home .wv-products-carousel .wv-products-nav__btn {
    min-width: 96px !important;
    height: 52px !important;
  }
}
body.wv-page--home [data-wv-home-section=products] .wv-products-panel > .wv-inset,
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-panel > .wv-inset {
  padding: var(--wv-home-content-inset) !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-panel .wv-product-card {
  display: flex !important;
  grid-template-rows: none !important;
  gap: 0 !important;
  overflow: visible !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-panel .wv-product-card::before,
body.wv-page--home [data-wv-home-section=products] .wv-products-panel .wv-product-card::after {
  content: none !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-panel .wv-products-nav,
body.wv-page--home [data-wv-home-section=products] .wv-products-panel .wv-products-nav__btn {
  position: static !important;
  inset: auto !important;
  transform: none;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero::before,
body.wv-page--home [data-wv-home-section=hero] .wv-hero::after,
body.wv-page--home [data-wv-home-section=what-we-do] .wv-what-panel::before,
body.wv-page--home [data-wv-home-section=what-we-do] .wv-what-panel::after,
body.wv-page--home [data-wv-home-section=products] .wv-products-panel::before,
body.wv-page--home [data-wv-home-section=products] .wv-products-panel::after,
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-panel::before,
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-panel::after {
  content: none !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}
body.wv-page--home .wv-product-drawer__close {
  align-self: flex-end !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 18px 18px 0 !important;
  padding: 8px 11px !important;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0.04)) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  color: var(--wv-text) !important;
  font-family: var(--wv-font-sans) !important;
  font-size: 20px !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 10px 24px rgba(0, 0, 0, 0.32) !important;
  cursor: pointer;
  transition:
    transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}
body.wv-page--home .wv-product-drawer__close:hover,
body.wv-page--home .wv-product-drawer__close:focus-visible {
  transform: translateY(-1px);
  background:
    linear-gradient(
      135deg,
      rgba(83, 190, 226, 0.3),
      rgba(255, 255, 255, 0.12)) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  outline: 3px solid rgba(129, 217, 255, 0.55);
  outline-offset: 3px;
}
body.wv-page--home .wv-product-drawer__content {
  display: grid !important;
  gap: 16px !important;
  overflow-y: auto !important;
  padding: 18px 24px 28px !important;
  color: var(--wv-text) !important;
}
body.wv-page--home .wv-product-drawer__media {
  border-radius: var(--wv-r-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 16px 38px rgba(0, 0, 0, 0.36);
}
body.wv-page--home .wv-product-drawer__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
body.wv-page--home .wv-product-drawer__value {
  color: rgba(245, 245, 245, 0.86);
}
body.wv-page--home .wv-product-drawer__label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.55);
  margin-bottom: 6px;
}
body.wv-page--home .wv-product-drawer__section ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(245, 245, 245, 0.8);
}
body.wv-page--home .wv-product-drawer__form {
  display: grid;
  gap: 10px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--wv-r-md);
  padding: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 -1px 0 rgba(0, 0, 0, 0.36);
}
body.wv-page--home .wv-product-drawer__form label {
  display: grid;
  gap: 6px;
  font-size: 0.85rem;
  color: rgba(245, 245, 245, 0.7);
}
body.wv-page--home .wv-product-drawer__form input,
body.wv-page--home .wv-product-drawer__form textarea {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  background:
    linear-gradient(
      180deg,
      rgba(2, 5, 8, 0.72),
      rgba(12, 16, 20, 0.64)) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: var(--wv-r-sm) !important;
  color: var(--wv-text) !important;
  font-family: var(--wv-font-sans) !important;
  font-size: 0.9rem !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(0, 0, 0, 0.18) !important;
}
body.wv-page--home .wv-product-drawer__form input:focus,
body.wv-page--home .wv-product-drawer__form textarea:focus {
  border-color: rgba(129, 217, 255, 0.62) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(81, 190, 226, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}
body.wv-page--home .wv-product-drawer__send {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 0 !important;
  margin-top: 6px !important;
  padding: 10px 12px !important;
  background:
    linear-gradient(
      135deg,
      rgba(144, 205, 67, 0.9),
      rgba(253, 225, 0, 0.84)) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: var(--wv-r-sm) !important;
  color: rgba(2, 5, 7, 0.96) !important;
  font-family: var(--wv-font-sans) !important;
  font-size: 0.9rem !important;
  line-height: 1.2 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 14px 28px rgba(0, 0, 0, 0.32) !important;
  cursor: pointer;
  transition:
    transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 220ms ease,
    filter 220ms ease;
}
body.wv-page--home .wv-product-drawer__send:hover,
body.wv-page--home .wv-product-drawer__send:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.12) brightness(1.06);
  outline: 3px solid rgba(129, 217, 255, 0.62);
  outline-offset: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 18px 38px rgba(0, 0, 0, 0.4) !important;
}
body.wv-page--home .wv-product-drawer__helper {
  font-size: 0.8rem;
  color: rgba(245, 245, 245, 0.6);
}
body.wv-page--home .wv-product-drawer__status {
  font-size: 0.8rem;
  color: rgba(245, 245, 245, 0.7);
}
body.wv-page--home .wv-product-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.26);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.085),
      rgba(255, 255, 255, 0.035));
}
body.wv-page--home .wv-product-tile:hover .wv-product-title {
  color: rgba(244, 255, 232, 0.98);
}
body.wv-page--home .wv-product-tile.is-active .wv-product-media {
  transform: scale(1.02);
  transition: transform 220ms ease;
}
@media (prefers-reduced-motion: reduce) {
  body.wv-page--home .wv-product-drawer,
  body.wv-page--home .wv-product-drawer__close,
  body.wv-page--home .wv-product-drawer__send,
  body.wv-page--home .wv-product-tile {
    transition: none !important;
  }
  body.wv-page--home .wv-product-drawer__close:hover,
  body.wv-page--home .wv-product-drawer__close:focus-visible,
  body.wv-page--home .wv-product-drawer__send:hover,
  body.wv-page--home .wv-product-drawer__send:focus-visible,
  body.wv-page--home .wv-product-tile:hover {
    transform: none !important;
  }
}
body.wv-page--home.wv-drawer-open {
  overflow: hidden;
}
@media (max-width: 900px) {
  body.wv-page--home .wv-product-drawer {
    width: 100% !important;
    height: auto !important;
    top: auto !important;
    bottom: 0 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 18px 18px 0 0 !important;
    transform: translateY(105%) !important;
  }
  body.wv-page--home .wv-product-drawer.is-open {
    transform: translateY(0) !important;
  }
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card {
  width: auto !important;
  max-width: none !important;
  height: 540px !important;
  perspective: 1600px !important;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.5vw, 18px) !important;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__inner {
  transform-style: preserve-3d;
  transform-origin: center center;
  transition: transform 680ms cubic-bezier(0.18, 0.78, 0.2, 1);
  will-change: transform;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__inner::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 0;
  border: 0 !important;
  border-radius: 24px;
  background:
    linear-gradient(
      145deg,
      rgba(68, 88, 101, 0.82),
      rgba(2, 7, 12, 0.98));
  box-shadow:
    0 6px 0 rgba(12, 19, 25, 0.96),
    0 12px 0 rgba(2, 7, 12, 0.92),
    0 22px 32px rgba(0, 0, 0, 0.38);
  transform: translate(7px, 7px) translateZ(-18px);
  pointer-events: none;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card[data-flipped=true] .wv-gator-card__inner {
  transform: rotateY(180deg);
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__face {
  z-index: 1;
  transform: translateZ(18px);
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__face--back {
  transform: rotateY(180deg) translateZ(18px);
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__body {
  gap: 10px;
  padding: 20px;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-panel__intro h2.wv-products-title {
  color: #f5f5f5 !important;
  opacity: 1 !important;
  filter: none !important;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__body > p {
  min-height: 0;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__lead {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 800;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__best-fit {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(226, 244, 255, 0.1);
  color: rgba(226, 244, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.35;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__best-fit strong {
  color: var(--wv-gator-card-accent);
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__fit {
  gap: 8px;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__fit div {
  padding-top: 7px;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__fit dd {
  font-size: 0.78rem;
  line-height: 1.24;
}
@media (max-width: 1050px) {
  body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-grid {
    grid-template-columns: 1fr !important;
  }
  body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card {
    height: 580px !important;
  }
}
@media (max-width: 600px) {
  body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-grid {
    grid-template-columns: 1fr !important;
  }
  body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card {
    height: 600px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__inner {
    transition: none;
  }
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero {
  position: relative !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero > .wv-inset {
  position: relative;
  z-index: 1;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero__workflow,
body.wv-page--home .wv-hero .wv-hero__workflow {
  display: grid;
  gap: 8px;
  margin: 0 0 2px;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero__workflow-step,
body.wv-page--home .wv-hero .wv-hero__workflow-step {
  display: grid;
  grid-template-columns: minmax(5.5rem, 6.5rem) minmax(0, 1fr);
  align-items: baseline;
  column-gap: 12px;
  padding: 10px 12px;
  border-left: 2px solid rgba(174, 244, 61, 0.68);
  background:
    linear-gradient(
      90deg,
      rgba(174, 244, 61, 0.08),
      rgba(174, 244, 61, 0));
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero__workflow-step strong,
body.wv-page--home .wv-hero .wv-hero__workflow-step strong {
  display: block;
  min-width: 0;
  white-space: nowrap;
  color: #d4ff57;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero__workflow-step span,
body.wv-page--home .wv-hero .wv-hero__workflow-step span {
  display: block;
  min-width: 0;
  color: rgba(226, 244, 255, 0.72);
  font-size: 0.9rem;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__frame {
  background: #091117 !important;
  border: 1px solid rgba(226, 244, 255, 0.32) !important;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.54),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 0 0 1px rgba(126, 202, 255, 0.08) !important;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__frame::before {
  background:
    linear-gradient(
      180deg,
      rgba(4, 10, 15, 0.02) 0%,
      rgba(4, 10, 15, 0.04) 56%,
      rgba(4, 10, 15, 0.72) 100%),
    linear-gradient(
      90deg,
      rgba(4, 10, 15, 0.28),
      transparent 48%);
  opacity: 1;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__frame::after {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), inset 0 0 0 1px rgba(126, 202, 255, 0.08) !important;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero__media {
  align-self: start !important;
  min-width: 0;
  display: grid;
  gap: 10px;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__frame {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9;
  border-radius: 22px !important;
  border-color: rgba(226, 244, 255, 0.36) !important;
  background: rgba(5, 12, 18, 0.88) !important;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 0 0 1px rgba(126, 202, 255, 0.09) !important;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__frame::before {
  opacity: 0.24;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__frame::after {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), inset 0 0 0 1px rgba(126, 202, 255, 0.08) !important;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__caption {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 14px;
  border-top: 1px solid rgba(226, 244, 255, 0.18);
  border-bottom: 1px solid rgba(226, 244, 255, 0.08);
  color: rgba(226, 244, 255, 0.72);
  font-size: 0.74rem;
  line-height: 1.2;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__caption-kicker {
  color: #d4ff57;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__caption-copy {
  color: rgba(226, 244, 255, 0.68);
}
@media (max-width: 700px) {
  body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px;
  }
}
@media (max-width: 900px) {
  body.wv-page--home .wv-header {
    top: var(--wv-sticky-nav-mobile-top);
    width: min(calc(100vw - 10vw), 1440px);
  }
  body.wv-page--home .wv-nav-optic {
    display: grid !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    height: 72px;
    gap: 12px;
    padding-inline: 12px;
    position: relative;
    margin-top: 0 !important;
    z-index: 5100;
  }
  body.wv-page--home .wv-nav__left,
  body.wv-page--home .wv-header__brand {
    display: flex;
    align-items: center;
    min-width: 0;
  }
  body.wv-page--home .wv-nav__center.wv-nav {
    position: absolute;
    top: 72px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
    background:
      linear-gradient(
        180deg,
        rgba(21, 31, 42, 0.98),
        rgba(3, 8, 13, 0.97));
    border: 1px solid rgba(226, 244, 255, 0.22);
    box-shadow: 0 0 0 1px rgba(126, 202, 255, 0.1), 0 18px 40px rgba(0, 0, 0, 0.58);
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transform: translateY(-8px);
    transition:
      max-height 0.25s ease,
      opacity 0.2s ease,
      transform 0.25s ease;
  }
  body.wv-page--home .wv-nav__center.wv-nav::-webkit-scrollbar {
    display: none;
  }
  body.wv-page--home .wv-nav__tab {
    height: 40px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
  }
  body.wv-page--home .wv-header.is-open .wv-nav__center.wv-nav {
    max-height: 70vh !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transform: translateY(0) !important;
  }
  body.wv-page--home .wv-nav__right {
    margin-left: 0;
  }
  body.wv-page--home .wv-nav__toggle {
    display: inline-flex !important;
  }
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card {
  position: relative !important;
  overflow: visible !important;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__face {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-card {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
  transform-style: preserve-3d;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-media,
body.wv-page--home [data-wv-home-section=products] .wv-product-meta,
body.wv-page--home [data-wv-home-section=products] .wv-product-info-btn {
  transition: opacity 180ms ease, transform 320ms cubic-bezier(0.2, 0.72, 0.2, 1);
  backface-visibility: hidden;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-info {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4;
  display: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 20px;
  transform: rotateY(90deg) scale(0.98);
  transform-origin: center;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  transition: opacity 180ms ease, transform 320ms cubic-bezier(0.2, 0.72, 0.2, 1);
}
body.wv-page--home [data-wv-home-section=products] .wv-product-card.is-info-open .wv-product-info {
  display: grid !important;
  transform: rotateY(0) scale(1) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-card.is-info-open > .wv-product-media,
body.wv-page--home [data-wv-home-section=products] .wv-product-card.is-info-open > .wv-product-meta,
body.wv-page--home [data-wv-home-section=products] .wv-product-card.is-info-open > .wv-product-info-btn {
  opacity: 0;
  transform: rotateY(-90deg) scale(0.98);
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  body.wv-page--home [data-wv-home-section=products] .wv-product-media,
  body.wv-page--home [data-wv-home-section=products] .wv-product-meta,
  body.wv-page--home [data-wv-home-section=products] .wv-product-info-btn,
  body.wv-page--home [data-wv-home-section=products] .wv-product-info {
    transition: none !important;
  }
}

/* web/src/css/home-containers.css */
body.wv-page--home {
  --wv-home-rail-max: 1800px;
  --wv-home-rail-width: min(100%, var(--wv-home-rail-max));
  --wv-home-rail-inset: clamp(12px, 2.6vw, 44px);
  --wv-home-rail-content-width: calc(var(--wv-home-rail-width) - (2 * var(--wv-home-rail-inset)));
  --wv-home-room-width: var(--wv-home-rail-width);
  --wv-home-room-inset: 0px;
  --wv-home-panel-width: var(--wv-home-rail-content-width);
  --wv-home-header-width: 100%;
  --wv-home-shell-padding: clamp(16px, 2.5vw, 42px);
  --wv-home-content-inset: clamp(18px, 2.5vw, 32px);
  --wv-home-floating-gap: clamp(40px, 3.2vw, 56px);
  --wv-panel-surface-top: rgba(16, 31, 44, 0.34);
  --wv-panel-surface-bottom: rgba(3, 9, 16, 0.5);
  --wv-panel-saturation: 1.34;
  --wv-panel-contrast: 1.04;
  --wv-panel-accent:
    126,
    202,
    255;
  --wv-panel-refraction: 0.72;
}
body.wv-page--home .wv-foundation {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  pointer-events: none;
}
body.wv-page--home .wv-main {
  position: relative;
  z-index: 1;
}
body.wv-page--home #wv-header,
body.wv-page--home #wv-header .wv-nav-optic,
body.wv-page--home #wv-footer .wv-footer-content {
  width: var(--wv-home-rail-width) !important;
  max-width: var(--wv-home-rail-width) !important;
  margin-inline: auto !important;
}
body.wv-page--home .wv-header {
  padding-inline: var(--wv-site-rail-gutter) !important;
}
body.wv-page--home #wv-header .wv-nav-optic {
  width: 100% !important;
  max-width: var(--wv-site-rail-max) !important;
}
body.wv-page--home main.wv-main.wv-home-layout {
  display: flex !important;
  flex-direction: column !important;
  gap: var(--wv-home-floating-gap) !important;
}
body.wv-page--home .wv-home-room {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}
body.wv-page--home .wv-home-container {
  display: flex;
  flex-direction: column;
  gap: var(--wv-home-floating-gap);
  width: var(--wv-home-room-width) !important;
  max-width: 1800px !important;
  inline-size: var(--wv-home-room-width) !important;
  max-inline-size: 1800px !important;
  box-sizing: border-box;
  margin-inline: auto;
  padding-inline: var(--wv-home-room-inset) !important;
}
body.wv-page--home .wv-home-shell {
  position: relative;
  isolation: isolate;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: var(--wv-home-shell-padding);
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.wv-page--home .wv-home-room > .wv-home-container > .wv-home-shell {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.wv-page--home .wv-home-shell::before,
body.wv-page--home .wv-home-shell::after {
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}
body.wv-page--home #wv-header .wv-nav-optic,
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__frame {
  border: 1px solid rgba(226, 244, 255, 0.22) !important;
  box-shadow:
    0 0 0 1px rgba(126, 202, 255, 0.08),
    0 14px 32px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}
body.wv-page--home #wv-header .wv-nav-optic {
  border-radius: 22px !important;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__frame {
  border: 0 !important;
  box-shadow: none !important;
}
body.wv-page--home .wv-hero-video__frame,
body.wv-page--home .wv-hero-video__frame .wv-video,
body.wv-page--home .wv-what-video__frame {
  border: 0 !important;
  box-shadow: none !important;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero-video__frame::after {
  box-shadow: none !important;
}
body.wv-page--home .wv-home-panel {
  --wv-home-panel-accent: rgba(150, 216, 239, 0.26);
  position: relative;
  isolation: isolate;
  min-width: 0;
  width: 100%;
  overflow: visible;
  border: 1px solid var(--wv-home-panel-accent);
  border-radius: clamp(18px, 2vw, 30px);
  background: rgba(8, 15, 21, 0.48);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.wv-page--home .wv-home-panel::before,
body.wv-page--home .wv-home-panel::after {
  content: none;
}
body.wv-page--home .wv-home-panel {
  border: 1px solid var(--wv-home-panel-accent) !important;
}
body.wv-page--home [data-wv-home-section=hero] .wv-home-panel--hero,
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-home-panel--mining {
  border: 1px solid var(--wv-home-panel-accent) !important;
  border-radius: clamp(18px, 2vw, 30px) !important;
}
body.wv-page--home .wv-home-panel > .wv-inset {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: var(--wv-home-content-inset);
}
body.wv-page--home .wv-home-panel--hero {
  --wv-home-panel-accent: rgba(161, 218, 246, 0.34);
  background: rgba(9, 20, 28, 0.5);
}
body.wv-page--home .wv-home-panel--what {
  --wv-home-panel-accent: rgba(126, 215, 196, 0.3);
  background: rgba(7, 23, 24, 0.46);
}
body.wv-page--home .wv-home-panel--products,
body.wv-page--home .wv-home-panel--gator {
  --wv-home-panel-accent: rgba(205, 226, 238, 0.24);
  background: rgba(8, 15, 21, 0.36);
}
body.wv-page--home .wv-home-panel--mining {
  --wv-home-panel-accent: rgba(150, 216, 239, 0.24);
  background: rgba(3, 8, 13, 0.42);
}
body.wv-page--home [data-wv-home-section] .wv-home-panel {
  background:
    linear-gradient(
      145deg,
      var(--wv-panel-surface-top),
      var(--wv-panel-surface-bottom)) !important;
  border: 1px solid color-mix(in srgb, rgb(var(--wv-panel-accent)) calc(var(--wv-backdrop-rim, 0.42) * 100%), rgba(226, 244, 255, 0.14)) !important;
  border-radius: clamp(18px, 2vw, 30px) !important;
  box-shadow:
    0 0 0 1px color-mix(in srgb, rgb(var(--wv-panel-accent)) 16%, transparent),
    0 22px 56px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(var(--wv-material-blur, 20px)) saturate(var(--wv-panel-saturation, 1.34)) contrast(var(--wv-panel-contrast, 1.03)) !important;
  -webkit-backdrop-filter: blur(var(--wv-material-blur, 20px)) saturate(var(--wv-panel-saturation, 1.34)) contrast(var(--wv-panel-contrast, 1.03)) !important;
}
body.wv-page--home [data-wv-home-section] .wv-home-panel::before {
  content: none !important;
  display: none !important;
  background: none !important;
}
body.wv-page--home [data-wv-home-section] .wv-home-panel::after {
  content: none !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-panel,
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-panel {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-panel::before,
body.wv-page--home [data-wv-home-section=products] .wv-products-panel::after,
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-panel::before,
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-panel::after {
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-tile,
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-card__face {
  background:
    linear-gradient(
      145deg,
      var(--wv-panel-surface-top),
      var(--wv-panel-surface-bottom)) !important;
  border: 1px solid color-mix(in srgb, rgb(var(--wv-panel-accent)) calc(var(--wv-backdrop-rim, 0.42) * 100%), rgba(226, 244, 255, 0.14)) !important;
  box-shadow:
    0 0 0 1px color-mix(in srgb, rgb(var(--wv-panel-accent)) 14%, transparent),
    0 18px 42px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(var(--wv-material-blur, 20px)) saturate(var(--wv-panel-saturation, 1.34)) contrast(var(--wv-panel-contrast, 1.03)) !important;
  -webkit-backdrop-filter: blur(var(--wv-material-blur, 20px)) saturate(var(--wv-panel-saturation, 1.34)) contrast(var(--wv-panel-contrast, 1.03)) !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-clip {
  padding-inline: 24px !important;
  margin-inline: 0 !important;
  overflow: hidden !important;
}
body.wv-page--home [data-wv-home-section=products] > .wv-home-container,
body.wv-page--home [data-wv-home-section=gatorcoil] > .wv-home-container {
  gap: clamp(14px, 1.4vw, 20px) !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-home-shell,
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-home-shell {
  padding-top: 0 !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-panel > .wv-inset,
body.wv-page--home [data-wv-home-section=gatorcoil] .wv-gator-panel > .wv-inset {
  padding-top: 16px !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-products-track {
  padding-inline: 24px !important;
  margin-inline: 0 !important;
  scroll-padding-inline: 24px;
  overflow-y: visible !important;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-card {
  overflow: visible !important;
  isolation: isolate;
}
body.wv-page--home [data-wv-home-section=products] .wv-product-media {
  overflow: hidden !important;
  isolation: isolate;
}
body.wv-page--home [data-wv-home-section=hero] .wv-beacon__row {
  background:
    linear-gradient(
      180deg,
      rgba(16, 20, 26, 0.58),
      rgba(6, 8, 12, 0.52)) !important;
  border: 1px solid rgba(var(--wv-beacon-state-rgb), 0.34) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22) !important;
}
body.wv-page--home [data-wv-home-section=hero] .wv-beacon__row[data-state=red] {
  --wv-beacon-state-rgb:
    254,
    0,
    0;
  --wv-beacon-state-color: #fe0000;
}
body.wv-page--home [data-wv-home-section=hero] .wv-beacon__row[data-state=yellow] {
  --wv-beacon-state-rgb:
    253,
    225,
    0;
  --wv-beacon-state-color: #fde100;
}
body.wv-page--home [data-wv-home-section=hero] .wv-beacon__row[data-state=green] {
  --wv-beacon-state-rgb:
    144,
    205,
    67;
  --wv-beacon-state-color: #90cd43;
}
body.wv-page--home [data-wv-home-section=hero] .wv-beacon__row[data-state] {
  border-color: rgba(var(--wv-beacon-state-rgb), 0.34) !important;
  box-shadow: 0 0 0 1px rgba(var(--wv-beacon-state-rgb), 0.08), 0 12px 28px rgba(0, 0, 0, 0.22) !important;
}
body.wv-page--home [data-wv-home-section=hero] .wv-beacon__row[data-state=green] {
  background:
    linear-gradient(
      180deg,
      rgba(18, 22, 30, 0.66),
      rgba(6, 8, 12, 0.56)) !important;
}
body.wv-page--home [data-wv-home-section=hero] .wv-beacon__row[data-state] .wv-beacon__status-shell {
  border-color: rgba(var(--wv-beacon-state-rgb), 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -10px 18px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(var(--wv-beacon-state-rgb), 0.16),
    0 8px 18px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(var(--wv-beacon-state-rgb), 0.12);
}
body.wv-page--home [data-wv-home-section=hero] .wv-beacon__row[data-state] .wv-beacon__status {
  color: var(--wv-beacon-state-color);
}
body.wv-page--home [data-wv-home-section=hero] .wv-beacon__row[data-state] .wv-beacon__status-shell::after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(var(--wv-beacon-state-rgb), 0.22);
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
}
body.wv-page--home [data-wv-home-section=hero] .wv-hero[data-wv-state=red] .wv-beacon__row[data-state=red],
body.wv-page--home [data-wv-home-section=hero] .wv-hero[data-wv-state=yellow] .wv-beacon__row[data-state=yellow],
body.wv-page--home [data-wv-home-section=hero] .wv-hero[data-wv-state=green] .wv-beacon__row[data-state=green] {
  border-color: rgba(var(--wv-beacon-state-rgb), 0.72) !important;
  box-shadow:
    0 0 0 1px rgba(var(--wv-beacon-state-rgb), 0.18),
    0 18px 46px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 28px rgba(var(--wv-beacon-state-rgb), 0.1) !important;
}
body.wv-page--home .wv-home-panel h1,
body.wv-page--home .wv-home-panel h2,
body.wv-page--home .wv-home-panel h3,
body.wv-page--home .wv-home-panel p {
  max-width: 100%;
}
@media (max-width: 760px) {
  body.wv-page--home {
    --wv-home-floating-gap: clamp(24px, 6vw, 32px);
    --wv-home-shell-padding: 10px;
  }
  body.wv-page--home .wv-home-container {
    padding-inline: 10px;
  }
  body.wv-page--home .wv-home-shell {
    padding: 10px;
    border-radius: 0;
  }
  body.wv-page--home .wv-home-panel > .wv-inset {
    padding: var(--wv-home-content-inset) 16px;
  }
}
@media (min-width: 761px) and (max-width: 1100px) {
  body.wv-page--home {
    --wv-home-floating-gap: clamp(32px, 4vw, 44px);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.wv-page--home .wv-home-panel,
  body.wv-page--home .wv-home-shell {
    transition: none !important;
  }
}
body.wv-page--home .wv-home-heading {
  width: 100%;
  box-sizing: border-box;
  padding-inline: calc(var(--wv-home-shell-padding) + var(--wv-home-content-inset));
}
body.wv-page--home .wv-home-heading h1,
body.wv-page--home .wv-home-heading h2 {
  margin: 0;
  max-width: 100%;
  color: var(--wv-text);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.98;
}
@media (max-width: 760px) {
  body.wv-page--home .wv-home-heading {
    padding-inline: calc(var(--wv-home-shell-padding) + var(--wv-home-content-inset));
  }
}

/* web/src/css/home-globe.css */
body.wv-page--home [data-wv-home-section=mining-intelligence] > .wv-container > .wv-grid-surface {
  position: relative;
  isolation: isolate;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] > .wv-container > .wv-grid-surface::before,
body.wv-page--home [data-wv-home-section=mining-intelligence] > .wv-container > .wv-grid-surface::after {
  content: none !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}
body.wv-page--home .wv-panel-base.wv-deploy-panel,
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-home-panel--mining {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-home-panel--mining > .wv-inset {
  padding: clamp(20px, 2.4vw, 38px) clamp(20px, 3.8vw, 72px) !important;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2,
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__globe {
  position: relative;
  isolation: isolate;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2 {
  z-index: 1;
  min-height: 660px;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  gap: clamp(34px, 4.5vw, 72px);
  background: transparent !important;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] > .wv-container {
  gap: clamp(12px, 1.2vw, 18px) !important;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-home-panel--mining > .wv-inset {
  padding-top: clamp(12px, 1.6vw, 22px) !important;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-home-panel--mining {
  padding-top: 0 !important;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-home-shell:hover,
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-home-panel--mining:hover {
  transform: none !important;
  transition: none !important;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__masthead {
  min-height: 0;
  margin-bottom: 0;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__globe {
  min-height: 660px;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__globe::before {
  content: none !important;
  display: none !important;
  background: none !important;
  filter: none !important;
  opacity: 0 !important;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__globe::after {
  content: none !important;
  background: none !important;
  border: 0 !important;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__callout {
  position: absolute !important;
  z-index: 5;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__callout,
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__region-panel {
  position: relative;
  z-index: 2;
  isolation: isolate;
  background-image: none;
  background: rgba(4, 10, 16, 0.9);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-color: rgba(214, 236, 247, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__dealer {
  position: relative;
  z-index: 2;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__globe,
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__sidebar {
  z-index: 1;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__sizer {
  width: min(100%, 660px);
  max-width: 660px;
  aspect-ratio: 1 / 1;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 28px 46px rgba(0, 0, 0, 0.62));
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__sphere {
  --wv-earth-sphere-fill: url(#wv-intel-v2-surface);
  fill: var(--wv-earth-sphere-fill);
  stroke: var(--wv-earth-sphere-stroke, rgba(154, 218, 245, 0.34));
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__land {
  fill: var(--wv-earth-land-fill, rgba(59, 104, 125, 0.15));
  stroke: var(--wv-earth-land-stroke, rgba(177, 224, 245, 0.1));
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__land-depth {
  fill: var(--wv-earth-land-depth, rgba(2, 14, 21, 0.84));
  stroke: var(--wv-earth-land-depth-stroke, rgba(0, 5, 9, 0.82));
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__land-wire {
  stroke: var(--wv-earth-polyline, rgba(199, 236, 246, 0.24));
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__country-borders {
  stroke: var(--wv-earth-country-border, rgba(226, 242, 242, 0.56));
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2 {
  --wv-earth-night-opacity: 0.82;
  --wv-earth-sheen-opacity: 0.24;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2[data-earth-theme=industrial-relief] {
  --wv-earth-sphere-fill: url(#wv-intel-v2-surface-industrial);
  --wv-earth-land-fill: url(#wv-intel-v2-land-industrial);
  --wv-earth-sphere-stroke: rgba(214, 221, 210, 0.55);
  --wv-earth-land-stroke: rgba(231, 228, 209, 0.2);
  --wv-earth-land-depth: rgba(29, 33, 29, 0.9);
  --wv-earth-land-depth-stroke: rgba(6, 8, 7, 0.9);
  --wv-earth-polyline: rgba(237, 232, 208, 0.28);
  --wv-earth-country-border: rgba(229, 234, 216, 0.62);
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2[data-earth-theme=operations-terminator] {
  --wv-earth-sphere-fill: url(#wv-intel-v2-surface);
  --wv-earth-land-fill: url(#wv-intel-v2-land-operations);
  --wv-earth-sphere-stroke: rgba(125, 175, 191, 0.42);
  --wv-earth-land-stroke: rgba(196, 230, 236, 0.14);
  --wv-earth-land-depth: rgba(2, 10, 15, 0.86);
  --wv-earth-land-depth-stroke: rgba(0, 8, 14, 0.76);
  --wv-earth-polyline: rgba(159, 205, 218, 0.14);
  --wv-earth-country-border: rgba(178, 215, 223, 0.32);
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2[data-earth-theme=mineral-atlas] {
  --wv-earth-sphere-fill: url(#wv-intel-v2-surface-mineral);
  --wv-earth-land-fill: url(#wv-intel-v2-land-mineral);
  --wv-earth-sphere-stroke: rgba(222, 193, 145, 0.54);
  --wv-earth-land-stroke: rgba(227, 196, 139, 0.2);
  --wv-earth-land-depth: rgba(43, 26, 17, 0.9);
  --wv-earth-land-depth-stroke: rgba(15, 8, 5, 0.92);
  --wv-earth-polyline: rgba(246, 215, 165, 0.28);
  --wv-earth-country-border: rgba(247, 220, 171, 0.64);
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__graticule {
  stroke: var(--wv-earth-polyline, rgba(199, 236, 246, 0.22));
  stroke-width: 0.55;
  stroke-dasharray: 2 8;
  opacity: 0.24;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__stage,
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__sizer,
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__svg {
  overflow: visible;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__masthead-copy {
  max-width: 100%;
  white-space: normal;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-top: 14px;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__topic-links a,
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__dealer-link {
  background: transparent;
  background-image: none;
  box-shadow: none;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__night {
  opacity: var(--wv-earth-night-opacity, 0.58);
  pointer-events: none;
}
body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__surface-sheen {
  opacity: var(--wv-earth-sheen-opacity, 0.72);
  mix-blend-mode: screen;
  pointer-events: none;
}
@media (max-width: 1100px) {
  body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__sizer {
    width: min(100%, 540px);
    max-width: 540px;
  }
}
@media (max-width: 900px) {
  body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__sizer {
    margin-inline: auto;
  }
}
@media (max-width: 760px) {
  body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-home-panel--mining > .wv-inset {
    padding: 20px 16px !important;
  }
  body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__masthead-copy {
    white-space: normal;
  }
  body.wv-page--home [data-wv-home-section=mining-intelligence] .wv-intel-v2__sizer {
    width: 100%;
    max-width: 540px;
  }
}

/* web/src/css/nav-rail-standard.css */
:root {
  --wv-site-panel-outer-max: 1800px;
  --wv-site-panel-gutter: clamp(16px, 2.5vw, 42px);
  --wv-site-panel-max: calc( var(--wv-site-panel-outer-max) - (2 * var(--wv-site-panel-gutter)) );
  --wv-site-panel-width: min( var(--wv-site-panel-max), calc(100vw - (2 * var(--wv-site-panel-gutter))) );
  --wv-site-rail-max: var(--wv-site-panel-max);
  --wv-site-rail-gutter: var(--wv-site-panel-gutter);
  --wv-site-rail-width: var(--wv-site-panel-width);
  --wv-site-rail-height: 72px;
}
html body.wv-design-scope--site .wv-header,
html body.wv-page--dealer-login .wv-header,
html body.wv-page--customer-login .wv-header,
html body.wv-page--dealer-portal .wv-header {
  width: 100% !important;
  max-width: var(--wv-site-panel-outer-max) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
  box-sizing: border-box !important;
}
html body.wv-design-scope--site #wv-header,
html body.wv-page--dealer-login #wv-header,
html body.wv-page--customer-login #wv-header,
html body.wv-page--dealer-portal #wv-header {
  max-width: var(--wv-site-panel-outer-max) !important;
}
html body.wv-design-scope--site .wv-header .wv-nav-optic,
html body.wv-page--dealer-login .wv-header .wv-nav-optic,
html body.wv-page--customer-login .wv-header .wv-nav-optic,
html body.wv-page--dealer-portal .wv-header .wv-nav-optic {
  width: var(--wv-site-rail-width) !important;
  max-width: var(--wv-site-rail-max) !important;
  height: var(--wv-site-rail-height) !important;
  margin: 0 auto !important;
  border: 1px solid rgba(226, 244, 255, 0.22) !important;
  border-radius: var(--wv-r-lg) !important;
  background:
    radial-gradient(
      90% 160% at 12% 0%,
      rgba(226, 244, 255, 0.094),
      rgba(226, 244, 255, 0) 42%),
    linear-gradient(rgba(21, 31, 42, 0.96), rgba(3, 8, 13, 0.94)) !important;
  backdrop-filter: blur(16px) saturate(1.28) contrast(1.04) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.28) contrast(1.04) !important;
  box-shadow:
    0 0 0 1px rgba(126, 202, 255, 0.08),
    0 14px 32px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease !important;
}
html body.wv-design-scope--site .wv-header.is-scrolled .wv-nav-optic,
html body.wv-page--dealer-login .wv-header.is-scrolled .wv-nav-optic,
html body.wv-page--customer-login .wv-header.is-scrolled .wv-nav-optic,
html body.wv-page--dealer-portal .wv-header.is-scrolled .wv-nav-optic {
  background-image:
    linear-gradient(
      180deg,
      rgba(21, 31, 42, 0.34),
      rgba(3, 8, 13, 0.2)),
    none !important;
  background-color: rgba(4, 9, 14, 0.24) !important;
  border-color: rgba(226, 244, 255, 0.22) !important;
  box-shadow:
    0 0 0 1px rgba(126, 202, 255, 0.08),
    0 14px 32px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}
html body.wv-design-scope--site .wv-header.is-scrolling-up .wv-nav-optic,
html body.wv-page--dealer-login .wv-header.is-scrolling-up .wv-nav-optic,
html body.wv-page--customer-login .wv-header.is-scrolling-up .wv-nav-optic,
html body.wv-page--dealer-portal .wv-header.is-scrolling-up .wv-nav-optic {
  border-color: rgba(226, 244, 255, 0.2) !important;
}
@media (prefers-reduced-motion: reduce) {
  html body.wv-design-scope--site .wv-header .wv-nav-optic,
  html body.wv-page--dealer-login .wv-header .wv-nav-optic,
  html body.wv-page--customer-login .wv-header .wv-nav-optic,
  html body.wv-page--dealer-portal .wv-header .wv-nav-optic {
    transition: none !important;
  }
}
html body.wv-design-scope--site:not(.wv-page--home) .wv-section > .wv-container {
  width: var(--wv-site-panel-width) !important;
  max-width: var(--wv-site-panel-max) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}
html body.wv-design-scope--site:not(.wv-page--home) .wv-main.wv-container-sync {
  width: min(100%, var(--wv-site-panel-outer-max)) !important;
  max-width: var(--wv-site-panel-outer-max) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}
html body.wv-design-scope--site:not(.wv-page--home) .wv-main.wv-container-sync > .wv-section {
  width: var(--wv-site-panel-width) !important;
  max-width: var(--wv-site-panel-max) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}
html body.wv-design-scope--site.wv-page--home .wv-main.wv-container-sync {
  width: min(100%, var(--wv-site-panel-outer-max)) !important;
  max-width: var(--wv-site-panel-outer-max) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}
html body.wv-design-scope--site.wv-page--home .wv-main.wv-container-sync > .wv-page,
html body.wv-design-scope--site.wv-page--home .wv-main.wv-container-sync > .wv-page > .wv-section,
html body.wv-design-scope--site.wv-page--home .wv-main.wv-container-sync > .wv-page > .wv-section > .wv-container {
  width: var(--wv-site-panel-width) !important;
  max-width: var(--wv-site-panel-max) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}
html body.wv-design-scope--site.wv-page--home .wv-main.wv-container-sync > .wv-page > .wv-section > .wv-container > .wv-grid-surface {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
  box-sizing: border-box !important;
}
html body.wv-design-scope--site.wv-page--home .wv-main.wv-container-sync .wv-home-panel {
  width: var(--wv-site-panel-width) !important;
  max-width: var(--wv-site-panel-max) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}
html body.wv-page--customer-login .wv-login-room,
html body.wv-page--dealer-login .wv-login-room {
  width: var(--wv-site-panel-width) !important;
  max-width: var(--wv-site-panel-max) !important;
  box-sizing: border-box !important;
}
html body.wv-page--customer-login .wv-login-stage {
  width: var(--wv-site-panel-outer-max) !important;
  max-width: var(--wv-site-panel-outer-max) !important;
  margin-inline: auto !important;
  padding-inline: var(--wv-site-panel-gutter) !important;
  box-sizing: border-box !important;
}
html body.wv-page--dealer-portal.wv-design-scope--dealer .wv-dealer-blueprint {
  width: 100% !important;
  max-width: var(--wv-site-panel-outer-max) !important;
  margin-inline: auto !important;
  padding-inline: var(--wv-site-panel-gutter) !important;
  box-sizing: border-box !important;
}
html body.wv-page--dealer-portal.wv-design-scope--dealer .wv-dealer-families > .wv-container {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  box-sizing: border-box !important;
}
@media (max-width: 900px) {
  :root {
    --wv-site-panel-gutter: 16px;
  }
  html body.wv-design-scope--site.wv-page--home .wv-main.wv-container-sync {
    width: calc(100vw - (2 * var(--wv-site-panel-gutter))) !important;
    max-width: none !important;
  }
  html body.wv-design-scope--site .wv-header .wv-nav-optic,
  html body.wv-page--dealer-login .wv-header .wv-nav-optic,
  html body.wv-page--customer-login .wv-header .wv-nav-optic,
  html body.wv-page--dealer-portal .wv-header .wv-nav-optic {
    width: calc(100vw - (2 * var(--wv-site-panel-gutter))) !important;
  }
}

/* web/src/blocks/miningIntelGlobeV2.css */
.wv-intel-v2 {
  --wv-earth-sphere-fill: rgba(255,255,255,0.02);
  --wv-earth-sphere-stroke: rgba(255,255,255,0.14);
  --wv-earth-land-fill: rgba(255,255,255,0.06);
  --wv-earth-land-stroke: rgba(255,255,255,0.1);
  --wv-earth-land-depth: rgba(2, 12, 18, 0.82);
  --wv-earth-land-depth-stroke: rgba(0, 0, 0, 0.7);
  --wv-earth-polyline: rgba(198, 236, 246, 0.22);
  --wv-earth-country-border: rgba(226, 242, 242, 0.56);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 56px;
  align-items: start;
}
.wv-intel-v2__heading {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  margin: 0 0 0.35rem;
}
.wv-intel-v2__lede {
  margin: 0 0 1.15rem;
  max-width: 72ch;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}
.wv-intel-v2__masthead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.wv-intel-v2__masthead-copy {
  min-width: 0;
}
.wv-intel-v2__stats {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.wv-intel-v2__stats strong {
  color: rgba(198, 249, 71, 0.92);
  font-size: 1.1em;
}
.wv-intel-v2__sidebar-intro {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}
.wv-intel-v2__sidebar-note {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.wv-intel-v2__seo-details {
  display: none !important;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.wv-intel-v2__seo-summary {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  letter-spacing: 0.22em;
  list-style: none;
  text-transform: uppercase;
}
.wv-intel-v2__seo-summary::-webkit-details-marker {
  display: none;
}
.wv-intel-v2__seo-summary:focus-visible {
  outline: 2px solid rgba(144, 205, 67, 0.7);
  outline-offset: 4px;
  border-radius: 10px;
}
.wv-intel-v2__seo-details[open] .wv-intel-v2__seo-summary {
  margin-bottom: 12px;
}
.wv-intel-v2__region-seo-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
  list-style: none;
}
.wv-intel-v2__region-seo-list strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 650;
}
.wv-intel-v2__topic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.wv-intel-v2__topic-links a {
  color: rgba(198, 249, 71, 0.9);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.wv-intel-v2__topic-links a:hover {
  text-decoration: underline;
}
.wv-intel-v2__globe {
  position: relative;
  min-height: 360px;
}
.wv-intel-v2__stage {
  width: 100%;
  display: grid;
  place-items: center;
  cursor: grab;
  touch-action: none;
}
.wv-intel-v2__stage.is-dragging {
  cursor: grabbing;
}
.wv-intel-v2__sizer {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 1 / 1;
  filter: none;
}
.wv-intel-v2__svg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.wv-intel-v2__three-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.wv-intel-v2__sizer.is-three-earth .wv-intel-v2__land-depth,
.wv-intel-v2__sizer.is-three-earth .wv-intel-v2__surface-sheen,
.wv-intel-v2__sizer.is-three-earth .wv-intel-v2__night {
  display: none;
}
.wv-intel-v2__sphere {
  fill: var(--wv-earth-sphere-fill);
  stroke: var(--wv-earth-sphere-stroke);
  stroke-width: 1.2;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.48));
}
.wv-intel-v2__land {
  fill: var(--wv-earth-land-fill);
  stroke: var(--wv-earth-land-stroke);
  stroke-width: 0.7;
}
.wv-intel-v2__land-depth {
  fill: var(--wv-earth-land-depth);
  stroke: var(--wv-earth-land-depth-stroke);
  stroke-width: 0.8;
  stroke-linejoin: round;
  opacity: 0.52;
  filter: none;
}
.wv-intel-v2__country-borders {
  fill: none;
  stroke: var(--wv-earth-country-border);
  stroke-width: 0.58;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.9;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}
.wv-intel-v2__land-wire {
  fill: none;
  stroke: var(--wv-earth-polyline);
  stroke-width: 0.72;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1.4 3.6;
  opacity: 0.58;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}
.wv-intel-v2__graticule {
  fill: none;
  stroke: var(--wv-earth-polyline);
  stroke-width: 0.55;
  stroke-dasharray: 2 7;
  opacity: 0.42;
  vector-effect: non-scaling-stroke;
}
.wv-intel-v2__dealer-layer {
  pointer-events: none;
}
.wv-intel-v2__dealer-marker {
  pointer-events: auto;
  cursor: pointer;
}
.wv-intel-v2__dealer-leader {
  stroke: rgba(209, 221, 222, 0.72);
  stroke-width: 1.4;
  stroke-linecap: round;
  opacity: 0;
  transition: opacity 160ms ease;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.55));
}
.wv-intel-v2__dealer-marker-plate {
  fill: rgba(25, 31, 34, 0.96);
  stroke: rgba(212, 224, 223, 0.78);
  stroke-width: 1.2;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.52));
}
.wv-intel-v2__dealer-marker-inset {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 0.8;
}
.wv-intel-v2__dealer-marker-bolt {
  fill: rgba(6, 10, 12, 0.96);
  stroke: rgba(215, 225, 224, 0.62);
  stroke-width: 0.7;
}
.wv-intel-v2__dealer-marker-core {
  fill: #b9f22a;
  stroke: rgba(250, 255, 255, 0.9);
  stroke-width: 0.9;
  filter: drop-shadow(0 0 5px rgba(185, 242, 42, 0.4));
}
.wv-intel-v2__dealer-sign {
  pointer-events: auto;
}
.wv-intel-v2__dealer-sign-face {
  pointer-events: auto;
  fill: rgba(25, 31, 34, 0.98);
  stroke: rgba(221, 232, 230, 0.78);
  stroke-width: 1.15;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.52));
}
.wv-intel-v2__dealer-marker.is-active .wv-intel-v2__dealer-sign-face,
.wv-intel-v2__dealer-marker:focus-visible .wv-intel-v2__dealer-sign-face {
  stroke: rgba(198, 249, 71, 0.94);
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 8px rgba(198, 249, 71, 0.28));
}
.wv-intel-v2__dealer-marker.is-active .wv-intel-v2__dealer-leader,
.wv-intel-v2__dealer-marker:focus-visible .wv-intel-v2__dealer-leader {
  opacity: 1;
}
.wv-intel-v2__dealer-marker:focus-visible {
  outline: none;
}
.wv-intel-v2__dealer-sign-inset {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 0.75;
}
.wv-intel-v2__dealer-sign-bolt {
  fill: rgba(6, 10, 12, 0.98);
  stroke: rgba(218, 228, 226, 0.72);
  stroke-width: 0.75;
}
.wv-intel-v2__dealer-sign-accent {
  fill: #b9f22a;
  filter: drop-shadow(0 0 3px rgba(185, 242, 42, 0.4));
}
.wv-intel-v2__dealer-sign-name {
  fill: rgba(255, 255, 255, 0.96);
  stroke: none;
  font-size: 8.8px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.wv-intel-v2__dealer-sign-location {
  fill: rgba(205, 220, 226, 0.72);
  stroke: none;
  font-size: 7.5px;
  font-weight: 500;
}
.wv-intel-v2__pin-ring,
.wv-intel-v2__region-ring {
  fill: rgba(8, 10, 12, 0.75);
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 1;
}
.wv-intel-v2__pin-hit,
.wv-intel-v2__region-hit {
  fill: transparent;
  stroke: none;
}
.wv-intel-v2__pin-icon {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}
.wv-intel-v2__pin-stem {
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 2;
  stroke-linecap: round;
}
.wv-intel-v2__pin-base {
  fill: rgba(255, 255, 255, 0.85);
  stroke: rgba(15, 19, 28, 0.6);
  stroke-width: 1;
}
.wv-intel-v2__pin {
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.55));
}
.wv-intel-v2__region-ring {
  stroke: rgba(144, 205, 67, 0.5);
  filter: drop-shadow(0 0 6px rgba(144, 205, 67, 0.35));
}
.wv-intel-v2__region-dot {
  fill: rgba(144, 205, 67, 0.9);
}
.wv-intel-v2__region.is-active .wv-intel-v2__region-ring {
  stroke: rgba(144, 205, 67, 0.9);
  filter: drop-shadow(0 0 10px rgba(144, 205, 67, 0.6));
}
.wv-intel-v2__region:focus-visible {
  outline: none;
}
.wv-intel-v2__region:focus-visible .wv-intel-v2__region-ring {
  stroke: rgba(214, 236, 247, 0.95);
  filter: drop-shadow(0 0 10px rgba(214, 236, 247, 0.7));
}
.wv-intel-v2__pin,
.wv-intel-v2__region {
  cursor: pointer;
  pointer-events: auto;
}
.wv-intel-v2__callout-line {
  stroke: rgba(144, 205, 67, 0.7);
  stroke-width: 1;
  stroke-linecap: round;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.wv-intel-v2__callout-line.is-active {
  opacity: 1;
}
.wv-intel-v2__callout {
  position: absolute;
  max-width: 240px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(12, 14, 18, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
.wv-intel-v2__callout.is-active {
  opacity: 1;
  transform: translateY(0);
}
.wv-intel-v2__callout-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(144, 205, 67, 0.9);
}
.wv-intel-v2__callout-city {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
.wv-intel-v2__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.wv-intel-v2__chip {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
}
.wv-intel-v2__fact {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
}
.wv-intel-v2__fact.is-pending {
  color: rgba(255, 255, 255, 0.55);
}
.wv-intel-v2__callout-source {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.48);
}
.wv-intel-v2__sidebar-title {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}
.wv-intel-v2__region-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 14px;
  padding: 0;
  list-style: none;
}
.wv-intel-v2__region-jump-item {
  margin: 0;
  padding: 0;
}
.wv-intel-v2__region-jump {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}
.wv-intel-v2__region-jump:hover {
  transform: translateY(-1px);
  border-color: rgba(144, 205, 67, 0.5);
  background: rgba(144, 205, 67, 0.10);
}
.wv-intel-v2__region-jump:focus-visible {
  outline: 2px solid rgba(144, 205, 67, 0.7);
  outline-offset: 2px;
}
.wv-intel-v2__region-panels {
  display: grid;
  gap: 12px;
}
.wv-intel-v2__region-panel {
  padding: 14px 16px;
  border-radius: var(--wv-r-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.wv-intel-v2__region-panel.is-active {
  border-color: rgba(144, 205, 67, 0.55);
  background: rgba(144, 205, 67, 0.08);
}
.wv-intel-v2__region-title {
  margin: 0;
  font-size: 14px;
  font-weight: 650;
}
.wv-intel-v2__region-city {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}
.wv-intel-v2__region-desc {
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.5;
}
.wv-intel-v2__dealer-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 4px 0 4px 20px;
  position: relative;
  list-style: none;
}
.wv-intel-v2__dealer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 10px 0 10px 20px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, transform 0.2s ease;
}
.wv-intel-v2__dealer-list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(144, 205, 67, 0.5) 18%,
      rgba(144, 205, 67, 0.22) 82%,
      transparent);
}
.wv-intel-v2__dealer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(198, 249, 71, 0.8);
  border-radius: 50%;
  background: #071116;
  box-shadow: 0 0 0 3px rgba(198, 249, 71, 0.08), 0 0 10px rgba(198, 249, 71, 0.38);
  transform: translateY(-50%);
}
.wv-intel-v2__dealer:last-child {
  border-bottom-color: transparent;
}
.wv-intel-v2__dealer:hover {
  background:
    linear-gradient(
      90deg,
      rgba(144, 205, 67, 0.09),
      transparent 78%);
  transform: translateX(3px);
}
.wv-intel-v2__dealer.is-active {
  background:
    linear-gradient(
      90deg,
      rgba(144, 205, 67, 0.14),
      transparent 78%);
}
.wv-intel-v2__dealer-logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(10, 12, 16, 0.46);
  padding: 5px;
}
.wv-intel-v2__dealer-copy {
  min-width: 0;
}
.wv-intel-v2__dealer-title {
  font-size: 14px;
  font-weight: 600;
}
.wv-intel-v2__dealer-location {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.wv-intel-v2__dealer-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.wv-intel-v2__dealer-link span {
  color: rgba(198, 249, 71, 0.9);
  font-size: 1.15em;
  margin-left: 3px;
}
.wv-intel-v2__dealer-link:hover {
  color: rgba(255, 255, 255, 0.98);
}
@media (max-width: 980px) {
  .wv-intel-v2 {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .wv-intel-v2__sizer {
    max-width: 520px;
  }
}

/* web/src/css/public-backdrop-controller.css */
body.wv-design-scope--site .wv-foundation::before,
body.wv-design-scope--site .wv-foundation::after,
body.wv-design-scope--site .wv-root::before,
body.wv-design-scope--site .wv-root::after,
body.wv-design-scope--site .wv-foundation .wv-grid,
body.wv-design-scope--site .wv-foundation .wv-bloom,
body.wv-design-scope--site .wv-foundation .wv-pe-backdrop,
body.wv-design-scope--dealer .wv-foundation::before,
body.wv-design-scope--dealer .wv-foundation::after,
body.wv-design-scope--dealer .wv-root::before,
body.wv-design-scope--dealer .wv-root::after,
body.wv-design-scope--dealer .wv-foundation .wv-grid,
body.wv-design-scope--dealer .wv-foundation .wv-bloom,
body.wv-design-scope--dealer .wv-foundation .wv-pe-backdrop,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-foundation::before,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-foundation::after,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-root::before,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-root::after,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-foundation .wv-grid,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-foundation .wv-bloom,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-foundation .wv-pe-backdrop {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  animation: none !important;
}
body.wv-design-scope--site .wv-public-backdrop-surface,
body.wv-design-scope--dealer .wv-public-backdrop-surface,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-public-backdrop-surface {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
body.wv-design-scope--site .wv-public-backdrop-controller,
body.wv-design-scope--dealer .wv-public-backdrop-controller,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-public-backdrop-controller {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}
body.wv-design-scope--site .wv-refraction-layer,
body.wv-design-scope--dealer .wv-refraction-layer,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-refraction-layer {
  display: block !important;
  visibility: visible !important;
  opacity: 0.36 !important;
  mix-blend-mode: normal !important;
}
body.wv-design-scope--site[data-wv-backdrop-zone=space] .wv-refraction-layer {
  opacity: var(--wv-space-refraction-opacity, 0.18) !important;
}
body.wv-design-scope--site .wv-public-backdrop-surface::before,
body.wv-design-scope--dealer .wv-public-backdrop-surface::before,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-public-backdrop-surface::before {
  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-hero-video__frame,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-video,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-product-media,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-gator-card__media,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-what-video__frame {
  position: relative;
  z-index: 1;
  isolation: isolate;
}
body.wv-design-scope--site[data-wv-backdrop-page] .wv-hero-video__frame {
  background: #000 !important;
}
body.wv-design-scope--site[data-wv-backdrop-page] .wv-hero-video__frame .wv-video {
  background: #000 !important;
}
body.wv-design-scope--site[data-wv-backdrop-page] .wv-foundation::after,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-root::after {
  content: none !important;
  display: none !important;
}
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;
  animation: none !important;
}
body.wv-design-scope--site[data-wv-backdrop-page] .wv-foundation::before {
  display: none !important;
}
body.wv-design-scope--site.wv-page--home .wv-panel::before,
body.wv-design-scope--site.wv-page--home .wv-panel-base::before,
body.wv-design-scope--site.wv-page--home .wv-btn::before {
  content: none !important;
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}
.wv-public-backdrop-surface {
  position: absolute;
  inset: 0;
  pointer-events: none;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(3, 8, 13, 0.82),
      rgba(1, 4, 7, 0.97));
}
.wv-public-backdrop-surface::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.82;
  mix-blend-mode: screen;
  filter: blur(0.35px);
  background:
    radial-gradient(
      circle at 6% 16%,
      rgba(255, 255, 255, 0.48) 0 0.75px,
      transparent 1.9px),
    radial-gradient(
      circle at 15% 58%,
      rgba(255, 255, 255, 0.34) 0 0.65px,
      transparent 1.8px),
    radial-gradient(
      circle at 29% 11%,
      rgba(255, 255, 255, 0.42) 0 0.7px,
      transparent 1.9px),
    radial-gradient(
      circle at 41% 67%,
      rgba(255, 255, 255, 0.3) 0 0.65px,
      transparent 1.8px),
    radial-gradient(
      circle at 56% 16%,
      rgba(255, 255, 255, 0.44) 0 0.75px,
      transparent 1.9px),
    radial-gradient(
      circle at 68% 46%,
      rgba(255, 255, 255, 0.32) 0 0.65px,
      transparent 1.8px),
    radial-gradient(
      circle at 82% 14%,
      rgba(255, 255, 255, 0.4) 0 0.7px,
      transparent 1.9px),
    radial-gradient(
      circle at 94% 62%,
      rgba(255, 255, 255, 0.36) 0 0.7px,
      transparent 1.9px),
    radial-gradient(
      circle at 12% 24%,
      rgba(202, 255, 91, 0.24) 0 1px,
      transparent 2.4px),
    radial-gradient(
      circle at 20% 68%,
      rgba(240, 194, 91, 0.21) 0 1px,
      transparent 2.7px),
    radial-gradient(
      circle at 32% 38%,
      rgba(255, 76, 76, 0.17) 0 1px,
      transparent 2.2px),
    radial-gradient(
      circle at 44% 78%,
      rgba(202, 255, 91, 0.19) 0 1px,
      transparent 2.8px),
    radial-gradient(
      circle at 58% 22%,
      rgba(240, 194, 91, 0.19) 0 1px,
      transparent 2.5px),
    radial-gradient(
      circle at 67% 58%,
      rgba(255, 76, 76, 0.16) 0 1px,
      transparent 2.6px),
    radial-gradient(
      circle at 78% 31%,
      rgba(202, 255, 91, 0.21) 0 1px,
      transparent 2.4px),
    radial-gradient(
      circle at 88% 74%,
      rgba(240, 194, 91, 0.18) 0 1px,
      transparent 2.8px),
    radial-gradient(
      ellipse at 26% 42%,
      rgba(202, 255, 91, 0.065),
      transparent 18%),
    radial-gradient(
      ellipse at 72% 62%,
      rgba(240, 194, 91, 0.06),
      transparent 20%),
    radial-gradient(
      ellipse at 54% 30%,
      rgba(255, 76, 76, 0.05),
      transparent 16%);
  transform: translate3d(0, 0, 0) scale(1.02);
  animation: wv-status-sprinkle-drift 28s ease-in-out infinite alternate;
}
@keyframes wv-status-sprinkle-drift {
  from {
    transform: translate3d(-0.6%, -0.35%, 0) scale(1.02);
  }
  to {
    transform: translate3d(0.7%, 0.45%, 0) scale(1.035);
  }
}
body.wv-design-scope--site[data-wv-backdrop-zone=space] .wv-public-backdrop-surface {
  background:
    linear-gradient(
      180deg,
      rgba(3, 8, 13, 0.82),
      rgba(1, 4, 7, 0.97)) !important;
}
body.wv-design-scope--site[data-wv-backdrop-zone=space] .wv-public-backdrop-surface::before {
  opacity: 0.82;
  animation: wv-status-sprinkle-drift 28s ease-in-out infinite alternate;
}
.wv-public-backdrop-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(4, 9, 14, var(--wv-backdrop-matte));
}
.wv-public-backdrop-controller {
  position: fixed !important;
  right: 18px;
  bottom: 18px;
  z-index: 1000 !important;
  display: grid;
  gap: 8px;
  width: min(300px, calc(100vw - 36px));
  padding: 14px;
  color: rgba(239, 247, 250, 0.92);
  background: rgba(6, 12, 18, 0.92);
  border: 1px solid rgba(206, 235, 246, 0.28);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
  font: 12px/1.35 system-ui, sans-serif;
  pointer-events: auto;
}
.wv-public-backdrop-controller__heading,
.wv-public-backdrop-controller__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.wv-public-backdrop-controller__system,
.wv-public-backdrop-controller__room {
  display: grid;
  gap: 3px;
  padding: 9px 10px;
  border: 1px solid rgba(206, 235, 246, 0.14);
  border-radius: 11px;
  background: rgba(11, 20, 28, 0.48);
}
.wv-public-backdrop-controller__system strong {
  color: rgba(230, 249, 255, 0.96);
  letter-spacing: 0.04em;
}
.wv-public-backdrop-controller__system small,
.wv-public-backdrop-controller__room small,
.wv-public-backdrop-controller__room span {
  color: rgba(181, 202, 211, 0.72);
}
.wv-public-backdrop-controller__room strong {
  color: rgba(202, 255, 91, 0.92);
  font-size: 13px;
}
.wv-public-backdrop-controller__theme-previews {
  display: grid;
  gap: 5px;
}
.wv-public-backdrop-controller__theme-previews > small {
  color: rgba(181, 202, 211, 0.7);
}
.wv-public-backdrop-controller__theme-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.wv-public-backdrop-controller__theme-preview {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-height: 68px !important;
  padding: 7px 4px !important;
  color: rgba(239, 247, 250, 0.84) !important;
  font-size: 10px !important;
  line-height: 1.15 !important;
  text-align: center;
}
.wv-public-backdrop-controller__theme-preview[data-selected=true] {
  border-color: #caff5b !important;
  box-shadow: 0 0 0 1px rgba(202, 255, 91, 0.22), 0 0 18px rgba(202, 255, 91, 0.12);
}
.wv-public-backdrop-controller__theme-globe {
  width: 31px;
  height: 31px;
  border: 1px solid rgba(206, 235, 246, 0.62);
  border-radius: 50%;
  box-shadow: inset -6px -5px 10px rgba(0, 0, 0, 0.4), 0 0 8px rgba(126, 202, 255, 0.12);
}
.wv-public-backdrop-controller__theme-globe[data-earth-preview=industrial-relief] {
  background:
    radial-gradient(
      circle at 34% 28%,
      #6d91a0 0 16%,
      #31556a 43%,
      #102331 75%);
}
.wv-public-backdrop-controller__theme-globe[data-earth-preview=operations-terminator] {
  background:
    linear-gradient(
      110deg,
      #071019 0 44%,
      #31566b 45% 100%);
}
.wv-public-backdrop-controller__theme-globe[data-earth-preview=mineral-atlas] {
  background:
    radial-gradient(
      circle at 35% 28%,
      #b38b55 0 14%,
      #596d63 42%,
      #26363b 76%);
}
.wv-public-backdrop-controller__toggle {
  min-height: 0 !important;
  padding: 0 !important;
  color: rgba(181, 202, 211, 0.7) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font: inherit !important;
  cursor: pointer;
}
.wv-public-backdrop-controller[data-collapsed=true] {
  width: auto;
  min-width: 122px;
  padding: 9px 12px;
  border-radius: 999px;
  opacity: 0.86;
}
.wv-public-backdrop-controller[data-collapsed=true] .wv-public-backdrop-controller__heading {
  justify-content: center;
}
.wv-public-backdrop-controller[data-collapsed=true] .wv-public-backdrop-controller__toggle::after {
  content: "  +";
  color: #caff5b;
}
.wv-public-backdrop-controller__heading span,
.wv-public-backdrop-controller small {
  color: rgba(181, 202, 211, 0.7);
}
.wv-public-backdrop-controller label {
  display: grid;
  gap: 4px;
}
.wv-public-backdrop-controller select,
.wv-public-backdrop-controller button {
  min-height: 32px;
  padding: 6px 9px;
  color: inherit;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(206, 235, 246, 0.24);
  border-radius: 9px;
}
.wv-public-backdrop-controller button {
  cursor: pointer;
}
.wv-public-backdrop-controller button:hover,
.wv-public-backdrop-controller button:focus-visible,
.wv-public-backdrop-controller select:focus-visible {
  border-color: rgba(181, 246, 255, 0.72);
  outline: 2px solid rgba(181, 246, 255, 0.22);
  outline-offset: 1px;
}
.wv-public-backdrop-controller[data-saved=true] [data-backdrop-save]::after {
  content: "  Saved";
  color: #caff5b;
}
@media (prefers-reduced-motion: reduce), (hover: none) {
  .wv-public-backdrop-surface::before {
    animation: none;
  }
}
body.wv-design-scope--site .wv-public-backdrop-surface::before,
body.wv-design-scope--dealer .wv-public-backdrop-surface::before,
body.wv-design-scope--portal:not(.wv-portal--bhp-owned) .wv-public-backdrop-surface::before {
  opacity: 0.82 !important;
  mix-blend-mode: screen !important;
  animation: wv-status-sprinkle-drift 28s ease-in-out infinite alternate !important;
  background:
    radial-gradient(
      circle at 6% 16%,
      rgba(255, 255, 255, 0.48) 0 0.75px,
      transparent 1.9px),
    radial-gradient(
      circle at 15% 58%,
      rgba(255, 255, 255, 0.34) 0 0.65px,
      transparent 1.8px),
    radial-gradient(
      circle at 29% 11%,
      rgba(255, 255, 255, 0.42) 0 0.7px,
      transparent 1.9px),
    radial-gradient(
      circle at 41% 67%,
      rgba(255, 255, 255, 0.3) 0 0.65px,
      transparent 1.8px),
    radial-gradient(
      circle at 56% 16%,
      rgba(255, 255, 255, 0.44) 0 0.75px,
      transparent 1.9px),
    radial-gradient(
      circle at 68% 46%,
      rgba(255, 255, 255, 0.32) 0 0.65px,
      transparent 1.8px),
    radial-gradient(
      circle at 82% 14%,
      rgba(255, 255, 255, 0.4) 0 0.7px,
      transparent 1.9px),
    radial-gradient(
      circle at 94% 62%,
      rgba(255, 255, 255, 0.36) 0 0.7px,
      transparent 1.9px);
}

/* web/src/css/public-material-runtime.css */
body.wv-design-scope--site.wv-page--home [data-wv-material-lens=true] {
  position: relative;
  isolation: isolate;
  backdrop-filter: blur(var(--wv-material-blur, 20px)) saturate(138%) contrast(1.035);
  -webkit-backdrop-filter: blur(var(--wv-material-blur, 20px)) saturate(138%) contrast(1.035);
}
body.wv-design-scope--site.wv-page--home [data-wv-material-backdrop=false] [data-wv-material-lens=true] {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.wv-design-scope--site.wv-page--home [data-wv-material-lens=true] > * {
  position: relative;
  z-index: 1;
}
body.wv-design-scope--site.wv-page--home .wv-nav-optic[data-wv-material-lens=true] {
  backdrop-filter: blur(16px) saturate(128%) contrast(1.04);
  -webkit-backdrop-filter: blur(16px) saturate(128%) contrast(1.04);
}

/* web/src/css/public-refraction-runtime.css */
body.wv-design-scope--site[data-wv-backdrop-page] .wv-foundation {
  isolation: isolate;
}
body.wv-design-scope--site[data-wv-backdrop-page] .wv-refraction-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: screen;
}
body.wv-design-scope--site[data-wv-backdrop-zone=space] .wv-refraction-layer {
  opacity: var(--wv-space-refraction-opacity, 0.18);
  mix-blend-mode: normal;
}
body.wv-design-scope--site[data-wv-backdrop-page] .wv-hero-video__frame,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-video,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-product-media,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-what-video__frame,
body.wv-design-scope--site[data-wv-backdrop-page] .wv-gator-card__media {
  position: relative;
  z-index: 2;
  isolation: isolate;
}
body.wv-design-scope--site[data-wv-refraction-mode=css-fallback] .wv-refraction-layer,
body.wv-design-scope--site[data-wv-material-reduced-motion=true] .wv-refraction-layer {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  body.wv-design-scope--site .wv-refraction-layer {
    display: none;
  }
}
