:root {
  --voy-color-bg-light: #f5f3ee;
  --voy-color-surface-light: #ffffff;
  --voy-color-panel-light: #ebf1f2;
  --voy-color-text-light: #152830;
  --voy-color-heading-light: #0d1e25;
  --voy-color-muted-light: #647983;
  --voy-color-line-light: rgba(13, 30, 37, 0.12);
  --voy-color-bg-dark: #07141b;
  --voy-color-surface-dark: #0f212a;
  --voy-color-panel-dark: #17303a;
  --voy-color-text-dark: #edf5f6;
  --voy-color-heading-dark: #f8fbfb;
  --voy-color-muted-dark: #99afb7;
  --voy-color-line-dark: rgba(237, 245, 246, 0.14);
  --voy-shadow-light: 0 24px 80px rgba(11, 36, 41, 0.08);
  --voy-shadow-dark: 0 32px 100px rgba(0, 0, 0, 0.34);
  --voy-color-bg: var(--voy-color-bg-light);
  --voy-color-surface: var(--voy-color-surface-light);
  --voy-color-panel: var(--voy-color-panel-light);
  --voy-color-text: var(--voy-color-text-light);
  --voy-color-heading: var(--voy-color-heading-light);
  --voy-color-muted: var(--voy-color-muted-light);
  --voy-color-line: var(--voy-color-line-light);
  --voy-shadow: var(--voy-shadow-light);
  --voy-admin-bar-offset: 0px;
  --voy-header-height: 84px;
  --voy-mobile-nav-top: calc(var(--voy-admin-bar-offset, 0px) + var(--voy-header-height, 84px) + 16px);
  --voy-mobile-nav-max-height: calc(100dvh - var(--voy-admin-bar-offset, 0px) - var(--voy-header-height, 84px) - 32px - env(safe-area-inset-bottom, 0px));
  --voy-page-transition-progress: 0;
  --voy-page-transition-float-delay: 0ms;
  --voy-page-transition-symbol-delay: 0ms;
  --voy-page-transition-backdrop:
    radial-gradient(circle at 50% 22%, rgba(228, 206, 164, 0.24) 0%, rgba(228, 206, 164, 0.11) 22%, rgba(228, 206, 164, 0) 42%),
    radial-gradient(circle at 50% 64%, rgba(255, 189, 74, 0.10) 0%, rgba(255, 189, 74, 0.05) 18%, rgba(255, 189, 74, 0) 36%),
    linear-gradient(180deg, #f9f6f0 0%, #f3ede4 56%, #ece4d8 100%);
  --voy-page-transition-glow-bg:
    radial-gradient(circle at center, rgba(224, 200, 156, 0.30) 0%, rgba(224, 200, 156, 0.16) 24%, rgba(224, 200, 156, 0.05) 42%, rgba(224, 200, 156, 0) 64%),
    radial-gradient(circle at center, rgba(255, 192, 73, 0.16) 0%, rgba(255, 192, 73, 0.08) 18%, rgba(255, 192, 73, 0) 44%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0) 62%);
  --voy-page-transition-shell-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 239, 229, 0.96));
  --voy-page-transition-shell-border: rgba(214, 186, 140, 0.34);
  --voy-page-transition-ring-1: rgba(226, 204, 164, 0.22);
  --voy-page-transition-ring-2: rgba(255, 194, 78, 0.08);
  --voy-page-transition-ring-1-strong: rgba(226, 204, 164, 0.28);
  --voy-page-transition-ring-2-strong: rgba(255, 194, 78, 0.12);
  --voy-page-transition-shell-shadow: rgba(92, 73, 37, 0.18);
  --voy-page-transition-shell-shadow-strong: rgba(92, 73, 37, 0.22);
  --voy-page-transition-symbol-halo: radial-gradient(circle, rgba(255, 181, 26, 0.48) 0%, rgba(255, 181, 26, 0.18) 44%, rgba(255, 181, 26, 0) 78%);
  --voy-page-transition-symbol-shadow-1: rgba(255, 181, 26, 0.26);
  --voy-page-transition-symbol-shadow-2: rgba(255, 181, 26, 0.16);
  --voy-page-transition-symbol-shadow-3: rgba(255, 201, 97, 0.14);
  --voy-ease-organic-out: cubic-bezier(0.16, 1, 0.3, 1);
  --voy-ease-organic-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --voy-ease-organic-spring: cubic-bezier(0.34, 1.42, 0.64, 1);
  --voy-ease-organic-in: cubic-bezier(0.55, 0, 0.8, 0.2);
}

[hidden] {
  display: none !important;
}

body.admin-bar {
  --voy-admin-bar-offset: 32px;
}

@media (max-width: 782px) {
  body.admin-bar {
    --voy-admin-bar-offset: 46px;
  }
}

[data-theme="dark"] {
  color-scheme: dark;
  --voy-color-bg: var(--voy-color-bg-dark);
  --voy-color-surface: var(--voy-color-surface-dark);
  --voy-color-panel: var(--voy-color-panel-dark);
  --voy-color-text: var(--voy-color-text-dark);
  --voy-color-heading: var(--voy-color-heading-dark);
  --voy-color-muted: var(--voy-color-muted-dark);
  --voy-color-line: var(--voy-color-line-dark);
  --voy-shadow: var(--voy-shadow-dark);
  --voy-page-transition-backdrop:
    radial-gradient(circle at 50% 30%, color-mix(in srgb, var(--voy-color-secondary) 16%, transparent), transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-bg) 94%, var(--voy-color-panel) 6%), var(--voy-color-bg));
  --voy-page-transition-glow-bg:
    radial-gradient(circle at center, color-mix(in srgb, var(--voy-color-secondary) 22%, transparent), transparent 28%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 60%);
  --voy-page-transition-shell-bg: color-mix(in srgb, var(--voy-color-surface) 88%, var(--voy-color-panel) 12%);
  --voy-page-transition-shell-border: color-mix(in srgb, var(--voy-color-line) 92%, transparent);
  --voy-page-transition-ring-1: color-mix(in srgb, var(--voy-color-secondary) 14%, transparent);
  --voy-page-transition-ring-2: color-mix(in srgb, var(--voy-color-secondary) 8%, transparent);
  --voy-page-transition-ring-1-strong: color-mix(in srgb, var(--voy-color-secondary) 15%, transparent);
  --voy-page-transition-ring-2-strong: color-mix(in srgb, var(--voy-color-secondary) 8%, transparent);
  --voy-page-transition-shell-shadow: rgba(0, 0, 0, 0.24);
  --voy-page-transition-shell-shadow-strong: rgba(0, 0, 0, 0.26);
  --voy-page-transition-symbol-halo: radial-gradient(circle, rgba(255, 176, 0, 0.48) 0%, rgba(255, 176, 0, 0.18) 48%, rgba(255, 176, 0, 0) 78%);
  --voy-page-transition-symbol-shadow-1: rgba(255, 176, 0, 0.42);
  --voy-page-transition-symbol-shadow-2: rgba(255, 176, 0, 0.26);
  --voy-page-transition-symbol-shadow-3: color-mix(in srgb, var(--voy-color-secondary) 18%, transparent);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--voy-admin-bar-offset, 0px) + var(--voy-header-height, 84px) + 24px);
  scrollbar-gutter: stable;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

body {
  margin: 0;
  font-family: var(--voy-font-body);
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--voy-color-secondary) 18%, transparent), transparent 30%),
    radial-gradient(circle at bottom left, color-mix(in srgb, var(--voy-color-primary) 16%, transparent), transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-bg) 92%, var(--voy-color-panel) 8%) 0%, var(--voy-color-bg) 100%),
    var(--voy-color-bg);
  color: var(--voy-color-text);
}

.voy-page-transition {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  overflow: clip;
  background: var(--voy-page-transition-backdrop);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 460ms var(--voy-ease-organic-soft), visibility 460ms var(--voy-ease-organic-soft);
}

.voy-js.voy-page-transition-pending .voy-page-transition {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.voy-js.voy-page-transition-pending,
.voy-js.voy-page-enter-pending,
.voy-js.voy-page-transition-pending body,
.voy-js.voy-page-enter-pending body {
  overflow-x: hidden;
  overflow-x: clip;
}

.voy-page-transition.is-ready {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.voy-page-transition__glow {
  position: absolute;
  inset: 0;
  background: var(--voy-page-transition-glow-bg);
  opacity: 0.92;
  transition:
    opacity 420ms var(--voy-ease-organic-soft),
    transform 620ms var(--voy-ease-organic-out);
}

.voy-page-transition__symbol-shell {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(104px, 13vw, 146px);
  aspect-ratio: 1;
  border-radius: 40px;
  background: var(--voy-page-transition-shell-bg);
  border: 1px solid var(--voy-page-transition-shell-border);
  box-shadow:
    0 0 0 10px var(--voy-page-transition-ring-1),
    0 0 0 26px var(--voy-page-transition-ring-2),
    0 26px 84px var(--voy-page-transition-shell-shadow);
  transition:
    transform 620ms var(--voy-ease-organic-spring),
    opacity 360ms var(--voy-ease-organic-soft),
    box-shadow 620ms var(--voy-ease-organic-soft);
}

.voy-page-transition__symbol-motion {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  animation: voy-page-transition-float 1.8s var(--voy-ease-organic-soft) infinite;
  animation-delay: var(--voy-page-transition-float-delay, 0ms);
}

.voy-page-transition__symbol-shell::after {
  content: "";
  position: absolute;
  inset: 22%;
  z-index: -1;
  border-radius: 999px;
  background: var(--voy-page-transition-symbol-halo);
  filter: blur(18px);
  opacity: 0.92;
  transform: scale(1);
  transition:
    opacity 420ms var(--voy-ease-organic-soft),
    transform 620ms var(--voy-ease-organic-out),
    filter 620ms var(--voy-ease-organic-soft);
}

.voy-page-transition__symbol {
  width: 50%;
  height: auto;
  filter:
    drop-shadow(0 0 12px var(--voy-page-transition-symbol-shadow-1))
    drop-shadow(0 0 28px var(--voy-page-transition-symbol-shadow-2))
    drop-shadow(0 10px 18px var(--voy-page-transition-symbol-shadow-3));
  animation: voy-page-transition-symbol 2s ease-in-out infinite;
  animation-delay: var(--voy-page-transition-symbol-delay, 0ms);
}

.voy-js.voy-page-transition-pending .voy-page-transition__symbol-shell {
  transform:
    translateY(calc(var(--voy-page-transition-progress, 0) * -9px))
    scale(calc(1 + (var(--voy-page-transition-progress, 0) * 0.22)))
    rotate(calc(var(--voy-page-transition-progress, 0) * 8deg));
  box-shadow:
    0 0 0 calc(10px + (var(--voy-page-transition-progress, 0) * 8px)) var(--voy-page-transition-ring-1-strong),
    0 0 0 calc(26px + (var(--voy-page-transition-progress, 0) * 20px)) var(--voy-page-transition-ring-2-strong),
    0 calc(26px + (var(--voy-page-transition-progress, 0) * 10px)) calc(84px + (var(--voy-page-transition-progress, 0) * 36px)) var(--voy-page-transition-shell-shadow-strong);
}

.voy-js.voy-page-transition-pending .voy-page-transition__glow {
  transform: scale(calc(1 + (var(--voy-page-transition-progress, 0) * 0.1)));
  opacity: calc(0.84 + (var(--voy-page-transition-progress, 0) * 0.16));
}

.voy-js.voy-page-transition-pending .voy-page-transition__symbol-shell::after {
  transform: scale(calc(1 + (var(--voy-page-transition-progress, 0) * 0.12)));
  opacity: calc(0.88 + (var(--voy-page-transition-progress, 0) * 0.12));
  filter: blur(calc(18px + (var(--voy-page-transition-progress, 0) * 8px)));
}

.voy-page-transition.is-ready .voy-page-transition__symbol-shell {
  opacity: 0;
  transform: scale(0.84);
}

.voy-page-transition.is-ready .voy-page-transition__glow {
  opacity: 0;
  transform: scale(1.12);
}

.voy-page-transition.is-ready .voy-page-transition__symbol-shell::after {
  opacity: 0;
  transform: scale(1.18);
  filter: blur(26px);
}

.voy-page-transition.is-ready .voy-page-transition__symbol-motion {
  animation-play-state: paused;
}

@supports (view-transition-name: root) {
  ::view-transition-group(root) {
    animation-duration: 720ms;
    animation-timing-function: var(--voy-ease-organic-out);
  }

  ::view-transition-image-pair(root) {
    isolation: auto;
  }

  ::view-transition-old(root) {
    animation: voy-view-transition-old 500ms var(--voy-ease-organic-in) both;
    transform-origin: 50% 50%;
  }

  ::view-transition-new(root) {
    animation: voy-view-transition-new 720ms var(--voy-ease-organic-out) both;
    transform-origin: 50% 50%;
  }
}

.voy-theme-transitioning,
.voy-theme-transitioning *,
.voy-theme-transitioning *::before,
.voy-theme-transitioning *::after {
  transition:
    background-color 260ms ease,
    color 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    fill 260ms ease,
    stroke 260ms ease !important;
}

.voy-js.voy-page-enter-pending:not(.voy-page-entering) .voy-site-header,
.voy-js.voy-page-enter-pending:not(.voy-page-entering) .voy-site-main,
.voy-js.voy-page-enter-pending:not(.voy-page-entering) .voy-site-footer {
  opacity: 0.001;
  filter: blur(10px);
  transform: translate3d(0, 14px, 0);
  transform-origin: 50% 0;
  will-change: opacity, filter, transform;
  backface-visibility: hidden;
  contain: paint;
}

.voy-js.voy-page-entering .voy-site-header,
.voy-js.voy-page-entering .voy-site-main,
.voy-js.voy-page-entering .voy-site-footer {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  transition:
    opacity 420ms var(--voy-ease-organic-soft),
    filter 560ms var(--voy-ease-organic-soft),
    transform 560ms var(--voy-ease-organic-out);
  will-change: opacity, filter, transform;
  backface-visibility: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.voy-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  font-size: 1.05rem;
}

.voy-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.voy-site-main {
  min-height: calc(100vh - 220px);
}

.voy-skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.voy-skip-link:focus {
  left: 16px;
  top: calc(var(--voy-admin-bar-offset, 0px) + 16px);
  z-index: 100;
  background: var(--voy-color-secondary);
  color: #001114;
  padding: 10px 14px;
  border-radius: var(--voy-radius-button);
}

.voy-site-header {
  --voy-nav-active-color: color-mix(in srgb, var(--voy-color-heading) 84%, var(--voy-color-secondary) 16%);
  --voy-nav-dot-core: color-mix(in srgb, var(--voy-color-secondary) 88%, white);
  --voy-nav-dot-glow: color-mix(in srgb, var(--voy-color-secondary) 40%, transparent);
  position: sticky;
  top: var(--voy-admin-bar-offset, 0px);
  z-index: 40;
  backdrop-filter: blur(18px);
  background: color-mix(in srgb, var(--voy-color-bg) 84%, transparent);
  border-bottom: 1px solid var(--voy-color-line);
}

[data-theme="dark"] .voy-site-header {
  --voy-nav-active-color: color-mix(in srgb, var(--voy-color-heading) 74%, var(--voy-color-secondary) 26%);
  --voy-nav-dot-core: color-mix(in srgb, var(--voy-color-secondary) 82%, white);
  --voy-nav-dot-glow: color-mix(in srgb, var(--voy-color-secondary) 54%, transparent);
  background: color-mix(in srgb, var(--voy-color-bg) 78%, transparent);
}

.voy-site-header__inner,
.voy-site-footer__bottom-inner,
.voy-header-actions,
.voy-menu,
.voy-section-heading,
.voy-hero__actions,
.voy-chip-row,
.voy-link-list,
.voy-card__head,
.voy-panel-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.voy-site-header__inner,
.voy-site-footer__bottom-inner,
.voy-section-heading,
.voy-panel-head {
  justify-content: space-between;
}

.voy-site-header__inner {
  min-height: 84px;
}

.voy-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-family: var(--voy-font-heading);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.voy-brand--has-logo {
  gap: 0;
}

.voy-brand__logos {
  display: inline-flex;
  align-items: center;
  width: min(var(--voy-brand-logo-width, 168px), 48vw);
  max-width: 100%;
  min-height: 40px;
}

.voy-brand__logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.voy-brand__logo--dark {
  display: none;
}

[data-theme="dark"] .voy-brand__logo--light {
  display: none;
}

[data-theme="dark"] .voy-brand__logo--dark {
  display: block;
}

.voy-brand__mark {
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--voy-color-secondary), #ffd76a);
  border-radius: 6px 14px 6px 14px;
  transform: rotate(45deg);
}

.voy-brand__text {
  white-space: nowrap;
}

.voy-menu,
.voy-menu ul,
.voy-filter-tree,
.voy-breadcrumbs ol,
.voy-selected-filters,
.voy-tech-list,
.voy-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.voy-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.voy-breadcrumbs {
  max-width: 100%;
}

.voy-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--voy-color-primary) 10%, var(--voy-color-surface));
  border: 1px solid color-mix(in srgb, var(--voy-color-primary) 10%, var(--voy-color-line));
}

.voy-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--voy-color-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.voy-breadcrumbs li:not(:last-child) {
  opacity: 0.82;
}

.voy-breadcrumbs li + li::before {
  content: "/";
  color: color-mix(in srgb, var(--voy-color-primary) 30%, var(--voy-color-muted));
}

.voy-breadcrumbs a,
.voy-breadcrumbs span[itemprop="name"] {
  min-width: 0;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.voy-breadcrumbs a:hover,
.voy-breadcrumbs a:focus-visible {
  color: var(--voy-color-primary);
}

.voy-breadcrumbs [aria-current="page"] {
  color: var(--voy-color-primary);
  font-weight: 800;
}

.voy-menu li {
  position: relative;
}

.voy-menu > li {
  display: flex;
  align-items: center;
}

.voy-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  color: var(--voy-color-text);
  font-weight: 600;
  transition: color 160ms ease, opacity 160ms ease;
}

.voy-menu > li > a::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 50%;
  height: 38px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--voy-color-primary) 10%, transparent);
  opacity: 0;
  transform: translateY(-50%) scale(0.92);
  transition: opacity 160ms ease, transform 160ms ease;
}

.voy-menu > li.menu-item-has-children::before,
.voy-menu > li.page_item_has_children::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 50%;
  height: 38px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--voy-color-primary) 10%, transparent);
  opacity: 0;
  transform: translateY(-50%) scale(0.92);
  transition: opacity 160ms ease, transform 160ms ease;
}

.voy-menu > li.menu-item-has-children > a::before,
.voy-menu > li.page_item_has_children > a::before {
  display: none;
}

.voy-menu > li > a:hover::before,
.voy-menu > li > a:focus-visible::before,
.voy-menu > li:hover > a::before,
.voy-menu > li:focus-within > a::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.voy-menu > li.menu-item-has-children:hover::before,
.voy-menu > li.menu-item-has-children:focus-within::before,
.voy-menu > li.menu-item-has-children.is-submenu-open::before,
.voy-menu > li.page_item_has_children:hover::before,
.voy-menu > li.page_item_has_children:focus-within::before,
.voy-menu > li.page_item_has_children.is-submenu-open::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.voy-menu > li > a:hover,
.voy-menu > li > a:focus-visible,
.voy-menu > li:hover > a,
.voy-menu > li:focus-within > a {
  color: var(--voy-color-heading);
}

.voy-menu > li > a > span,
.voy-menu > li > a {
  z-index: 1;
}

.voy-menu > li.current-menu-item > a,
.voy-menu > li.current-menu-ancestor > a,
.voy-menu > li.current-menu-parent > a,
.voy-menu > li.current_page_item > a {
  color: var(--voy-nav-active-color);
  font-weight: 700;
}

.voy-menu > li.current-menu-item > a::after,
.voy-menu > li.current-menu-ancestor > a::after,
.voy-menu > li.current-menu-parent > a::after,
.voy-menu > li.current_page_item > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, color-mix(in srgb, white 26%, var(--voy-nav-dot-core)), var(--voy-nav-dot-core) 62%);
  box-shadow:
    0 0 0 0 var(--voy-nav-dot-glow),
    0 0 10px color-mix(in srgb, var(--voy-nav-dot-core) 52%, transparent);
  transform: translateX(-50%);
  animation: voy-nav-dot-glow 2.4s ease-out infinite;
}

.voy-menu li.menu-item-has-children,
.voy-menu li.page_item_has_children {
  padding-right: 2px;
}

.voy-menu > li.menu-item-has-children,
.voy-menu > li.page_item_has_children {
  gap: 2px;
}

.voy-menu__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-left: 4px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--voy-color-muted);
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.voy-menu__toggle:hover,
.voy-menu__toggle:focus-visible,
.voy-menu li:hover > .voy-menu__toggle,
.voy-menu li:focus-within > .voy-menu__toggle {
  color: var(--voy-color-heading);
}

.voy-menu__toggle-icon {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.voy-menu li:hover > .voy-menu__toggle[data-menu-depth="1"] .voy-menu__toggle-icon,
.voy-menu li:focus-within > .voy-menu__toggle[data-menu-depth="1"] .voy-menu__toggle-icon,
.voy-menu li.is-submenu-open > .voy-menu__toggle[data-menu-depth="1"] .voy-menu__toggle-icon {
  transform: rotate(180deg);
}

.voy-menu .sub-menu li:hover > .voy-menu__toggle[data-menu-depth="2"] .voy-menu__toggle-icon,
.voy-menu .children li:hover > .voy-menu__toggle[data-menu-depth="2"] .voy-menu__toggle-icon,
.voy-menu .sub-menu li:focus-within > .voy-menu__toggle[data-menu-depth="2"] .voy-menu__toggle-icon,
.voy-menu .children li:focus-within > .voy-menu__toggle[data-menu-depth="2"] .voy-menu__toggle-icon,
.voy-menu .sub-menu li.is-submenu-open > .voy-menu__toggle[data-menu-depth="2"] .voy-menu__toggle-icon,
.voy-menu .children li.is-submenu-open > .voy-menu__toggle[data-menu-depth="2"] .voy-menu__toggle-icon {
  transform: translateX(3px);
}

.voy-menu .children,
.voy-menu .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 30;
  min-width: 240px;
  display: grid;
  gap: 6px;
  padding: 12px;
  background: color-mix(in srgb, var(--voy-color-surface) 94%, transparent);
  border: 1px solid var(--voy-color-line);
  border-radius: 22px;
  box-shadow: var(--voy-shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.voy-menu > li > .children,
.voy-menu > li > .sub-menu {
  top: calc(100% + 6px);
  left: 50%;
  min-width: min(280px, calc(100vw - 32px));
  transform: translateX(-50%) translateY(10px);
}

.voy-menu > li > .children::before,
.voy-menu > li > .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 16px;
}

.voy-menu .sub-menu .sub-menu,
.voy-menu .children .children,
.voy-menu .children .sub-menu,
.voy-menu .sub-menu .children {
  top: -10px;
  left: calc(100% + 6px);
}

.voy-menu .sub-menu .sub-menu::before,
.voy-menu .children .children::before,
.voy-menu .children .sub-menu::before,
.voy-menu .sub-menu .children::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 14px;
}

.voy-menu li:hover > .sub-menu,
.voy-menu li:hover > .children,
.voy-menu li:focus-within > .sub-menu,
.voy-menu li:focus-within > .children,
.voy-menu li.is-submenu-open > .sub-menu,
.voy-menu li.is-submenu-open > .children {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.voy-menu > li:hover > .sub-menu,
.voy-menu > li:hover > .children,
.voy-menu > li:focus-within > .sub-menu,
.voy-menu > li:focus-within > .children,
.voy-menu > li.is-submenu-open > .sub-menu,
.voy-menu > li.is-submenu-open > .children {
  transform: translateX(-50%) translateY(0);
}

.voy-menu .children li,
.voy-menu .sub-menu li {
  display: block;
}

.voy-menu .children a,
.voy-menu .sub-menu a {
  width: 100%;
  min-height: 0;
  padding: 12px 48px 12px 14px;
  border-radius: 16px;
  font-size: 0.96rem;
  line-height: 1.4;
}

.voy-menu .children a:hover,
.voy-menu .children a:focus-visible,
.voy-menu .sub-menu a:hover,
.voy-menu .sub-menu a:focus-visible {
  background: color-mix(in srgb, var(--voy-color-primary) 10%, var(--voy-color-surface));
  color: var(--voy-color-heading);
}

.voy-menu .sub-menu .current-menu-item > a,
.voy-menu .sub-menu .current-menu-ancestor > a,
.voy-menu .sub-menu .current_page_item > a,
.voy-menu .children .current-menu-item > a,
.voy-menu .children .current_page_item > a {
  background: color-mix(in srgb, var(--voy-color-primary) 12%, var(--voy-color-surface));
  color: var(--voy-color-heading);
}

.voy-menu .sub-menu .voy-menu__toggle,
.voy-menu .children .voy-menu__toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: transparent;
}

.voy-header-cta,
.voy-button,
.voy-chip,
.voy-dark-toggle,
.voy-theme-switch {
  border-radius: var(--voy-radius-button);
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.voy-button,
.voy-header-cta,
.voy-chip,
.voy-dark-toggle,
.voy-theme-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  padding: 14px 22px;
  background: linear-gradient(135deg, var(--voy-color-primary), color-mix(in srgb, var(--voy-color-primary) 72%, var(--voy-color-secondary) 28%));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 36px color-mix(in srgb, var(--voy-color-primary) 28%, transparent);
}

.voy-button--ghost,
.voy-dark-toggle,
.voy-theme-switch,
.voy-chip {
  background: color-mix(in srgb, var(--voy-color-surface) 92%, transparent);
  border: 1px solid var(--voy-color-line);
  color: var(--voy-color-text);
  box-shadow: none;
}

.voy-language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 95px;
  min-width: 76px;
  padding: 6px;
  border-radius: var(--voy-radius-button);
  background: color-mix(in srgb, var(--voy-color-surface) 92%, transparent);
  border: 1px solid var(--voy-color-line);
  box-shadow: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.voy-language-switcher__trigger {
  width: 100%;
  min-height: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px;
  padding: 3px 7px 3px 3px;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--voy-color-panel) 58%, var(--voy-color-surface));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--voy-color-line) 88%, transparent);
  color: var(--voy-color-heading);
  cursor: pointer;
}

.voy-language-switcher__trigger-value {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 5px;
}

.voy-language-switcher__trigger-code {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.voy-language-switcher__trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--voy-color-primary) 86%, var(--voy-color-heading));
  font-size: 0.82rem;
  transition: transform 180ms ease;
}

.voy-language-switcher.is-open .voy-language-switcher__trigger-icon {
  transform: rotate(180deg);
}

.voy-language-switcher__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: max-content;
  min-width: 220px;
  max-width: min(280px, calc(100vw - 32px));
  padding: 8px;
  border: 1px solid var(--voy-color-line);
  border-radius: 22px;
  background: color-mix(in srgb, var(--voy-color-surface) 98%, var(--voy-color-panel) 2%);
  box-shadow: 0 20px 44px rgba(5, 26, 31, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 180ms ease, visibility 160ms ease;
  z-index: 34;
}

.voy-language-switcher.is-open .voy-language-switcher__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.voy-language-switcher__options {
  display: grid;
  width: 100%;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.voy-language-switcher__item {
  display: flex;
}

.voy-language-switcher__option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 18px;
  color: var(--voy-color-text);
  transition:
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.voy-language-switcher__option-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.voy-language-switcher__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--voy-color-primary), color-mix(in srgb, var(--voy-color-primary) 78%, white));
  box-shadow: 0 10px 28px color-mix(in srgb, var(--voy-color-primary) 20%, transparent);
  font-size: 0.92rem;
  line-height: 1;
}

.voy-language-switcher__trigger .voy-language-switcher__flag {
  width: 24px;
  height: 24px;
  box-shadow: 0 8px 22px color-mix(in srgb, var(--voy-color-primary) 20%, transparent);
  font-size: 0.8rem;
}

.voy-language-switcher__option-meta {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.voy-language-switcher__option-name {
  overflow: hidden;
  color: var(--voy-color-heading);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.voy-language-switcher__option-code {
  color: var(--voy-color-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.voy-language-switcher__option-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--voy-color-primary);
  opacity: 0;
  transform: scale(0.82);
  transition: opacity 160ms ease, transform 180ms ease;
}

.voy-language-switcher__option:hover,
.voy-language-switcher__option:focus-visible {
  background: color-mix(in srgb, var(--voy-color-primary) 8%, var(--voy-color-surface));
}

.voy-language-switcher__option.is-current {
  background: color-mix(in srgb, var(--voy-color-primary) 12%, var(--voy-color-surface));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--voy-color-primary) 22%, var(--voy-color-line));
}

.voy-language-switcher__option.is-current .voy-language-switcher__option-check {
  opacity: 1;
  transform: scale(1);
}

.voy-language-switcher:hover,
.voy-language-switcher:focus-within {
  transform: translateY(-1px);
}

[data-theme="dark"] .voy-language-switcher__menu {
  background: rgba(8, 36, 43, 0.98);
  border-color: rgba(237, 247, 248, 0.12);
}

.voy-button--small {
  padding: 11px 16px;
}

.voy-button:hover,
.voy-header-cta:hover,
.voy-dark-toggle:hover,
.voy-theme-switch:hover,
.voy-chip:hover,
.voy-link-button:hover {
  transform: translateY(-1px);
}

.voy-button:disabled,
.voy-button[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  transform: none;
}

.voy-link-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--voy-color-heading);
  padding: 0;
  cursor: pointer;
  font-weight: 700;
}

.voy-link-button--danger {
  color: var(--voy-color-danger);
}

.voy-link-button--danger:hover,
.voy-link-button--danger:focus-visible {
  color: color-mix(in srgb, var(--voy-color-danger) 80%, var(--voy-color-heading));
}

.voy-button__icon,
.voy-link-button__icon,
.voy-card__cta-icon,
.voy-pagination__icon,
.voy-nav-toggle__icon {
  font-size: 1.1rem;
}

.voy-theme-switch {
  width: 70px;
  min-width: 70px;
  padding: 6px;
  gap: 0;
  box-shadow: none;
}

.voy-theme-switch__track {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 34px;
  padding: 3px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--voy-color-panel) 58%, var(--voy-color-surface));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--voy-color-line) 88%, transparent);
}

.voy-theme-switch__thumb {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--voy-color-primary), color-mix(in srgb, var(--voy-color-primary) 78%, white));
  color: #fff;
  transform: translateX(0);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), background-color 160ms ease;
  overflow: hidden;
}

.voy-theme-switch__icon-slot {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.voy-theme-switch__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
  line-height: 1;
}

.voy-theme-switch__icon-slot--moon {
  opacity: 0;
  transform: scale(0.74) rotate(18deg);
}

.voy-theme-switch__icon-slot--sun {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.voy-theme-switch[aria-pressed="true"] .voy-theme-switch__thumb,
[data-theme="dark"] .voy-theme-switch .voy-theme-switch__thumb {
  transform: translateX(30px);
  background: linear-gradient(135deg, color-mix(in srgb, var(--voy-color-secondary) 86%, white), var(--voy-color-primary));
}

.voy-theme-switch[aria-pressed="true"] .voy-theme-switch__icon-slot--sun,
[data-theme="dark"] .voy-theme-switch .voy-theme-switch__icon-slot--sun {
  opacity: 0;
  transform: scale(0.72) rotate(-18deg);
}

.voy-theme-switch[aria-pressed="true"] .voy-theme-switch__icon-slot--moon,
[data-theme="dark"] .voy-theme-switch .voy-theme-switch__icon-slot--moon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.voy-card__cta,
.voy-auth-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--voy-color-heading);
  font-weight: 700;
}

.voy-card__cta:hover .voy-icon,
.voy-auth-link:hover .voy-icon,
.voy-link-button:hover .voy-icon {
  transform: translateX(2px);
}

.voy-pill,
.voy-inline-tag,
.voy-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.voy-pill {
  background: color-mix(in srgb, var(--voy-color-secondary) 18%, var(--voy-color-surface));
  color: color-mix(in srgb, var(--voy-color-secondary) 34%, var(--voy-color-heading));
  font-weight: 800;
}

.voy-chip.is-active {
  background: linear-gradient(135deg, var(--voy-color-secondary), color-mix(in srgb, var(--voy-color-secondary) 82%, white));
  border-color: color-mix(in srgb, var(--voy-color-secondary) 72%, var(--voy-color-heading));
  color: #001114;
}

.voy-inline-tag {
  padding: 0;
  color: var(--voy-color-primary);
}

.voy-status-pill {
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 72%, transparent);
  font-weight: 700;
}

.voy-status-pill.is-success {
  background: color-mix(in srgb, var(--voy-color-success) 16%, var(--voy-color-surface));
  color: color-mix(in srgb, var(--voy-color-success) 74%, var(--voy-color-heading));
}

.voy-status-pill.is-danger {
  background: color-mix(in srgb, var(--voy-color-danger) 15%, var(--voy-color-surface));
  color: color-mix(in srgb, var(--voy-color-danger) 72%, var(--voy-color-heading));
}

.voy-status-pill.is-warning {
  background: color-mix(in srgb, var(--voy-color-alert) 20%, var(--voy-color-surface));
  color: color-mix(in srgb, var(--voy-color-alert) 76%, var(--voy-color-heading));
}

.voy-status-pill.is-muted {
  background: color-mix(in srgb, var(--voy-color-info) 16%, var(--voy-color-surface));
  color: color-mix(in srgb, var(--voy-color-info) 78%, var(--voy-color-heading));
}

.voy-nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--voy-color-heading);
  cursor: pointer;
  z-index: 42;
}

.voy-nav-toggle__box {
  position: relative;
  display: inline-flex;
  width: 22px;
  height: 16px;
}

.voy-nav-toggle__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), top 220ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.voy-nav-toggle__line--top {
  top: 2px;
}

.voy-nav-toggle__line--bottom {
  top: 11px;
}

.voy-nav-toggle[aria-expanded="true"] .voy-nav-toggle__line--top {
  top: 6px;
  transform: rotate(45deg);
}

.voy-nav-toggle[aria-expanded="true"] .voy-nav-toggle__line--bottom {
  top: 6px;
  transform: rotate(-45deg);
}

.voy-nav-backdrop,
.voy-primary-nav__mobile-brand,
.voy-primary-nav__mobile-actions {
  display: none;
}

.voy-primary-nav__sheet {
  display: contents;
}

.voy-hero,
.voy-section {
  padding: 72px 0;
}

.voy-hero__content {
  max-width: 760px;
}

.voy-hero--home {
  position: relative;
  overflow: clip;
  padding-top: 56px;
  padding-bottom: 84px;
  padding: 0px!important;
}

.voy-hero--home::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 22%, color-mix(in srgb, var(--voy-color-secondary) 22%, transparent), transparent 28%),
    radial-gradient(circle at 84% 16%, color-mix(in srgb, var(--voy-color-primary) 18%, transparent), transparent 24%),
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-bg) 78%, transparent) 0%, color-mix(in srgb, var(--voy-color-bg) 96%, var(--voy-color-panel) 4%) 58%, var(--voy-color-bg) 100%);
  opacity: 0.98;
}

[data-theme="dark"] .voy-hero--home::before {
  background:
    radial-gradient(circle at 10% 24%, color-mix(in srgb, var(--voy-color-secondary) 26%, transparent), transparent 30%),
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--voy-color-primary) 24%, transparent), transparent 26%),
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-bg) 90%, #01080b) 0%, color-mix(in srgb, var(--voy-color-bg) 96%, #04151c) 100%);
}

.voy-hero--home .voy-container {
  position: relative;
  z-index: 1;
}

.voy-home-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
  gap: clamp(28px, 4vw, 54px);
  margin-top: 24px;
}

.voy-home-banner__copy {
  max-width: 640px;
  display: grid;
  gap: 22px;
}

.voy-home-banner__copy .voy-pill {
  width: fit-content;
}

.voy-home-banner__copy h1 {
  max-width: 11ch;
  margin-bottom: 0;
}

.voy-home-banner__copy p {
  max-width: 58ch;
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.72;
}

.voy-home-banner__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: -6px;
}

.voy-home-banner__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--voy-color-secondary) 24%, var(--voy-color-line));
  background: color-mix(in srgb, var(--voy-color-surface) 84%, var(--voy-color-secondary) 16%);
  color: color-mix(in srgb, var(--voy-color-heading) 86%, var(--voy-color-secondary) 14%);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.voy-home-banner__kicker--muted {
  border-color: color-mix(in srgb, var(--voy-color-line) 86%, transparent);
  background: transparent;
  color: color-mix(in srgb, var(--voy-color-text) 74%, var(--voy-color-muted));
}

.voy-home-banner__signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.voy-home-banner__signal {
  position: relative;
  overflow: clip;
  display: grid;
  gap: 9px;
  padding: 18px 20px;
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 92%, transparent);
  border-radius: 22px;
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--voy-color-surface) 92%, transparent), color-mix(in srgb, var(--voy-color-panel) 68%, var(--voy-color-surface) 32%)),
    color-mix(in srgb, var(--voy-color-surface) 90%, var(--voy-color-panel) 10%);
  box-shadow: 0 20px 52px rgba(4, 20, 25, 0.1);
}

.voy-home-banner__signal:last-child {
  grid-column: 1 / -1;
}

.voy-home-banner__signal::after {
  content: "";
  position: absolute;
  inset: auto -20% -52% 38%;
  height: 72%;
  border-radius: 999px;
  background: radial-gradient(circle, color-mix(in srgb, var(--voy-color-secondary) 18%, transparent), transparent 72%);
  pointer-events: none;
}

.voy-home-banner__signal strong {
  position: relative;
  z-index: 1;
  font-family: var(--voy-font-heading);
  font-size: 1rem;
  letter-spacing: -0.03em;
  color: var(--voy-color-heading);
}

.voy-home-banner__signal span {
  position: relative;
  z-index: 1;
  color: color-mix(in srgb, var(--voy-color-text) 76%, var(--voy-color-muted));
  font-size: 0.94rem;
  line-height: 1.56;
}

.voy-home-banner__visual {
  position: relative;
  min-width: 0;
  min-height: clamp(420px, 46vw, 620px);
}

.voy-banner-tech {
  --voy-tech-pointer-x: 50%;
  --voy-tech-pointer-y: 50%;
  position: relative;
  height: 100%;
  min-height: inherit;
  overflow: clip;
  border-radius: clamp(28px, 3vw, 40px);
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 72%, rgba(112, 245, 232, 0.16));
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--voy-color-bg) 80%, #021018) 0%, color-mix(in srgb, var(--voy-color-surface) 24%, #08202a) 38%, color-mix(in srgb, var(--voy-color-bg) 92%, #041018) 100%);
  box-shadow:
    0 34px 110px rgba(2, 12, 17, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  isolation: isolate;
}

.voy-banner-tech::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--voy-tech-pointer-x) var(--voy-tech-pointer-y), color-mix(in srgb, var(--voy-color-secondary) 16%, transparent), transparent 30%),
    radial-gradient(circle at 16% 20%, rgba(255, 186, 75, 0.2), transparent 28%),
    radial-gradient(circle at 84% 20%, color-mix(in srgb, var(--voy-color-primary) 18%, transparent), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 42%, rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.voy-banner-tech::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.03));
  pointer-events: none;
}

.voy-banner-tech__nebula,
.voy-banner-tech__mesh,
.voy-banner-tech__beam,
.voy-banner-tech__ring,
.voy-banner-tech__particles,
.voy-banner-tech__core,
.voy-banner-tech__float-card,
.voy-banner-tech__glow-dot {
  position: absolute;
  will-change: transform;
}

.voy-banner-tech__nebula {
  inset: auto auto 30% 6%;
  width: 78%;
  height: 66%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 50%, color-mix(in srgb, var(--voy-color-secondary) 22%, transparent), transparent 54%),
    radial-gradient(circle at 72% 46%, color-mix(in srgb, var(--voy-color-primary) 16%, transparent), transparent 58%);
  filter: blur(28px);
  opacity: 0.92;
}

.voy-banner-tech__mesh {
  inset: 0;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.05), transparent 28%),
    repeating-linear-gradient(118deg, rgba(108, 236, 224, 0.08) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(108, 236, 224, 0.05) 0 1px, transparent 1px 48px);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
  opacity: 0.62;
}

.voy-banner-tech__beam {
  border-radius: 999px;
  mix-blend-mode: screen;
  filter: blur(10px);
  opacity: 0.8;
}

.voy-banner-tech__beam--alpha {
  top: 13%;
  right: -4%;
  width: 64%;
  height: 16%;
  background: linear-gradient(90deg, transparent, rgba(255, 196, 92, 0.62), rgba(88, 239, 226, 0.18), transparent);
  transform: rotate(-28deg);
}

.voy-banner-tech__beam--beta {
  left: 2%;
  bottom: 15%;
  width: 56%;
  height: 14%;
  background: linear-gradient(90deg, transparent, rgba(84, 235, 220, 0.52), rgba(255, 188, 70, 0.16), transparent);
  transform: rotate(20deg);
}

.voy-banner-tech__ring {
  border: 1px solid rgba(124, 243, 232, 0.22);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 44px rgba(80, 232, 219, 0.1);
}

.voy-banner-tech__ring::after {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px dashed rgba(255, 255, 255, 0.06);
  border-radius: inherit;
}

.voy-banner-tech__ring--alpha {
  top: 4%;
  right: -12%;
  width: 74%;
  aspect-ratio: 1;
}

.voy-banner-tech__ring--beta {
  left: 8%;
  bottom: -10%;
  width: 46%;
  aspect-ratio: 1;
  border-color: rgba(255, 188, 72, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 44px rgba(255, 188, 72, 0.12);
}

.voy-banner-tech__particles {
  inset: 0;
}

.voy-banner-tech__particles span {
  --voy-tech-particle-size: 8px;
  --voy-tech-particle-travel-x: 14px;
  --voy-tech-particle-travel-y: -86px;
  position: absolute;
  width: var(--voy-tech-particle-size);
  height: var(--voy-tech-particle-size);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.2) 44%, transparent 74%);
  box-shadow:
    0 0 18px rgba(102, 242, 229, 0.42),
    0 0 34px rgba(255, 190, 76, 0.2);
  opacity: 0;
  animation: voy-tech-particle 7.6s linear infinite;
}

.voy-banner-tech__particles span:nth-child(1) {
  top: 24%;
  left: 18%;
  animation-delay: -0.4s;
}

.voy-banner-tech__particles span:nth-child(2) {
  top: 34%;
  left: 74%;
  --voy-tech-particle-size: 6px;
  --voy-tech-particle-travel-x: -12px;
  --voy-tech-particle-travel-y: -72px;
  animation-delay: -2.8s;
  animation-duration: 6.8s;
}

.voy-banner-tech__particles span:nth-child(3) {
  top: 58%;
  left: 66%;
  --voy-tech-particle-size: 9px;
  --voy-tech-particle-travel-x: 18px;
  --voy-tech-particle-travel-y: -94px;
  animation-delay: -1.6s;
}

.voy-banner-tech__particles span:nth-child(4) {
  top: 68%;
  left: 26%;
  --voy-tech-particle-size: 7px;
  --voy-tech-particle-travel-x: 10px;
  --voy-tech-particle-travel-y: -68px;
  animation-delay: -4.6s;
  animation-duration: 7s;
}

.voy-banner-tech__particles span:nth-child(5) {
  top: 18%;
  left: 58%;
  --voy-tech-particle-size: 5px;
  --voy-tech-particle-travel-x: -8px;
  --voy-tech-particle-travel-y: -60px;
  animation-delay: -3.1s;
}

.voy-banner-tech__particles span:nth-child(6) {
  top: 74%;
  left: 78%;
  --voy-tech-particle-size: 8px;
  --voy-tech-particle-travel-x: -14px;
  --voy-tech-particle-travel-y: -78px;
  animation-delay: -5.4s;
}

.voy-banner-tech__particles span:nth-child(7) {
  top: 46%;
  left: 10%;
  --voy-tech-particle-size: 6px;
  --voy-tech-particle-travel-x: 16px;
  --voy-tech-particle-travel-y: -82px;
  animation-delay: -2.2s;
  animation-duration: 8.2s;
}

.voy-banner-tech__particles span:nth-child(8) {
  top: 54%;
  left: 86%;
  --voy-tech-particle-size: 10px;
  --voy-tech-particle-travel-x: -20px;
  --voy-tech-particle-travel-y: -96px;
  animation-delay: -0.8s;
}

.voy-banner-tech__particles span:nth-child(9) {
  top: 30%;
  left: 42%;
  --voy-tech-particle-size: 5px;
  --voy-tech-particle-travel-x: 8px;
  --voy-tech-particle-travel-y: -54px;
  animation-delay: -6s;
}

.voy-banner-tech__particles span:nth-child(10) {
  top: 80%;
  left: 48%;
  --voy-tech-particle-size: 7px;
  --voy-tech-particle-travel-x: -10px;
  --voy-tech-particle-travel-y: -84px;
  animation-delay: -4.1s;
}

.voy-banner-tech__core {
  top: 50%;
  left: 14%;
  right: 14%;
  transform: translateY(-50%);
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 74%, rgba(124, 243, 232, 0.14));
  border-radius: 28px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-surface) 80%, rgba(2, 14, 21, 0.92)) 0%, color-mix(in srgb, var(--voy-color-panel) 74%, rgba(4, 19, 27, 0.92)) 100%);
  backdrop-filter: blur(18px);
  box-shadow:
    0 26px 74px rgba(1, 9, 13, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.voy-banner-tech__core-top,
.voy-banner-tech__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.voy-banner-tech__label,
.voy-banner-tech__status,
.voy-banner-tech__card-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.voy-banner-tech__label {
  background: color-mix(in srgb, var(--voy-color-secondary) 16%, var(--voy-color-surface));
  color: color-mix(in srgb, var(--voy-color-heading) 84%, var(--voy-color-secondary) 16%);
}

.voy-banner-tech__status {
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 86%, transparent);
  background: color-mix(in srgb, var(--voy-color-surface) 88%, transparent);
  color: color-mix(in srgb, var(--voy-color-primary) 56%, var(--voy-color-heading));
}

.voy-banner-tech__brand {
  align-items: center;
  justify-content: flex-start;
}

.voy-banner-tech__brand-mark {
  position: relative;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 186, 73, 0.2), rgba(76, 240, 224, 0.08)),
    color-mix(in srgb, var(--voy-color-surface) 92%, transparent);
  border: 1px solid color-mix(in srgb, var(--voy-color-secondary) 24%, var(--voy-color-line));
  box-shadow:
    0 0 0 10px rgba(255, 190, 74, 0.08),
    0 0 44px rgba(255, 190, 74, 0.18);
}

.voy-banner-tech__brand-mark img {
  width: 50%;
  filter:
    drop-shadow(0 0 10px rgba(255, 190, 74, 0.5))
    drop-shadow(0 0 24px rgba(255, 190, 74, 0.22));
}

.voy-banner-tech__brand-copy {
  display: grid;
  gap: 4px;
}

.voy-banner-tech__brand-copy strong {
  font-family: var(--voy-font-heading);
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  letter-spacing: -0.03em;
  color: var(--voy-color-heading);
}

.voy-banner-tech__brand-copy span {
  color: color-mix(in srgb, var(--voy-color-text) 76%, var(--voy-color-muted));
  line-height: 1.52;
}

.voy-banner-tech__bars {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  min-height: 72px;
}

.voy-banner-tech__bars span {
  --voy-tech-bar-height: 42%;
  --voy-tech-bar-duration: 2.1s;
  --voy-tech-bar-delay: 0s;
  height: var(--voy-tech-bar-height);
  border-radius: 999px 999px 18px 18px;
  background: linear-gradient(180deg, rgba(90, 241, 227, 0.92), rgba(255, 191, 76, 0.42));
  box-shadow:
    0 0 18px rgba(90, 241, 227, 0.18),
    inset 0 -10px 20px rgba(5, 14, 20, 0.22);
  transform-origin: 50% 100%;
  animation: voy-tech-eq var(--voy-tech-bar-duration) ease-in-out infinite;
  animation-delay: var(--voy-tech-bar-delay);
}

.voy-banner-tech__bars span:nth-child(1) {
  --voy-tech-bar-height: 34%;
  --voy-tech-bar-duration: 1.88s;
}

.voy-banner-tech__bars span:nth-child(2) {
  --voy-tech-bar-height: 58%;
  --voy-tech-bar-delay: -0.26s;
}

.voy-banner-tech__bars span:nth-child(3) {
  --voy-tech-bar-height: 74%;
  --voy-tech-bar-duration: 2.42s;
  --voy-tech-bar-delay: -0.14s;
}

.voy-banner-tech__bars span:nth-child(4) {
  --voy-tech-bar-height: 46%;
  --voy-tech-bar-duration: 1.96s;
  --voy-tech-bar-delay: -0.4s;
}

.voy-banner-tech__bars span:nth-child(5) {
  --voy-tech-bar-height: 82%;
  --voy-tech-bar-duration: 2.56s;
  --voy-tech-bar-delay: -0.22s;
}

.voy-banner-tech__bars span:nth-child(6) {
  --voy-tech-bar-height: 52%;
  --voy-tech-bar-delay: -0.34s;
}

.voy-banner-tech__bars span:nth-child(7) {
  --voy-tech-bar-height: 40%;
  --voy-tech-bar-duration: 2.24s;
  --voy-tech-bar-delay: -0.52s;
}

.voy-banner-tech__readings {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.voy-banner-tech__readings div {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--voy-color-surface) 82%, transparent);
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 88%, transparent);
}

.voy-banner-tech__readings dt {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--voy-color-muted);
}

.voy-banner-tech__readings dd {
  margin: 0;
  font-family: var(--voy-font-heading);
  font-size: 1rem;
  color: var(--voy-color-heading);
}

.voy-banner-tech__float-card {
  display: grid;
  gap: 10px;
  max-width: 230px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 80%, transparent);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-surface) 84%, rgba(3, 17, 24, 0.92)), color-mix(in srgb, var(--voy-color-panel) 74%, rgba(2, 13, 18, 0.92)));
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 58px rgba(2, 10, 14, 0.28);
}

.voy-banner-tech__float-card strong {
  font-family: var(--voy-font-heading);
  font-size: 1rem;
  letter-spacing: -0.03em;
  color: var(--voy-color-heading);
}

.voy-banner-tech__float-card p {
  margin: 0;
  color: color-mix(in srgb, var(--voy-color-text) 74%, var(--voy-color-muted));
  font-size: 0.9rem;
  line-height: 1.56;
}

.voy-banner-tech__card-label {
  width: fit-content;
  background: color-mix(in srgb, var(--voy-color-primary) 12%, var(--voy-color-surface));
  color: color-mix(in srgb, var(--voy-color-heading) 84%, var(--voy-color-primary) 16%);
}

.voy-banner-tech__float-card--stack {
  top: 12%;
  left: 5%;
}

.voy-banner-tech__float-card--telemetry {
  right: 6%;
  bottom: 11%;
  max-width: 210px;
}

.voy-banner-tech__telemetry {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.voy-banner-tech__telemetry li {
  display: grid;
  gap: 4px;
}

.voy-banner-tech__telemetry strong {
  font-size: 1rem;
}

.voy-banner-tech__telemetry span {
  color: color-mix(in srgb, var(--voy-color-text) 72%, var(--voy-color-muted));
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.voy-banner-tech__glow-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.18) 44%, transparent 72%);
  box-shadow:
    0 0 22px rgba(90, 241, 227, 0.5),
    0 0 44px rgba(255, 190, 76, 0.26);
  opacity: 0.86;
}

.voy-banner-tech__glow-dot--alpha {
  top: 16%;
  right: 22%;
}

.voy-banner-tech__glow-dot--beta {
  left: 14%;
  bottom: 16%;
  width: 14px;
  height: 14px;
}

.voy-banner-tech__glow-dot--gamma {
  top: 30%;
  left: 24%;
  width: 10px;
  height: 10px;
}

.voy-static-metrics--hero {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.voy-static-metrics--hero .voy-static-metric {
  backdrop-filter: blur(12px);
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--voy-color-surface) 86%, transparent), color-mix(in srgb, var(--voy-color-panel) 74%, var(--voy-color-surface) 26%));
}

.voy-static-metrics--hero .voy-static-metric:last-child {
  border-color: color-mix(in srgb, var(--voy-color-secondary) 20%, var(--voy-color-line));
}

.voy-hero--home {
  padding-top: 48px;
  padding-bottom: 98px;
}

.voy-hero--home::before {
  background:
    radial-gradient(circle at 50% 8%, rgba(110, 221, 255, 0.12), transparent 30%),
    radial-gradient(circle at 12% 18%, rgba(70, 126, 255, 0.12), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(255, 255, 255, 0.06), transparent 20%),
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-bg) 82%, #020611) 0%, color-mix(in srgb, var(--voy-color-bg) 94%, #020611) 100%);
}

.voy-hero--home .voy-container {
  width: 100%;
  max-width: none;
}

.voy-immersive-hero {
  --voy-hero-pointer-x: 50%;
  --voy-hero-pointer-y: 44%;
  position: relative;
  display: grid;
  place-items: center;
  width: 100vw;
  min-height: clamp(620px, 78vh, 860px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px);
  overflow: clip;
  background:
    radial-gradient(circle at var(--voy-hero-pointer-x) calc(var(--voy-hero-pointer-y) - 18%), rgba(58, 202, 255, 0.14), transparent 24%),
    radial-gradient(circle at 50% 28%, rgba(20, 74, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(2, 12, 24, 0.52), rgba(2, 9, 18, 0.14)),
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-bg) 80%, #010611) 0%, color-mix(in srgb, var(--voy-color-bg) 94%, #010611) 100%);
  isolation: isolate;
}

.voy-immersive-hero::before,
.voy-immersive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.voy-immersive-hero::before {
  background:
    radial-gradient(circle at var(--voy-hero-pointer-x) var(--voy-hero-pointer-y), rgba(104, 232, 255, 0.14), transparent 32%),
    radial-gradient(circle at 50% 120%, rgba(39, 94, 255, 0.2), transparent 44%);
  opacity: 0.92;
  z-index: 0;
}

.voy-immersive-hero::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 82px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 82px);
  mask-image: radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 0.82), transparent 84%);
  opacity: 0.18;
  z-index: 0;
}

.voy-immersive-hero__backdrop {
  position: absolute;
  inset: -12% -8% -16%;
  display: grid;
  place-items: center;
  pointer-events: none;
  transform-style: preserve-3d;
  z-index: 0;
}

.voy-immersive-hero__glow,
.voy-immersive-hero__symbol {
  position: absolute;
  will-change: transform;
}

.voy-immersive-hero__glow {
  border-radius: 50%;
  filter: blur(24px);
  mix-blend-mode: screen;
}

.voy-immersive-hero__glow--left {
  left: -4%;
  top: 14%;
  width: 34%;
  height: 40%;
  background: radial-gradient(circle, rgba(53, 203, 255, 0.3) 0%, rgba(53, 203, 255, 0.08) 42%, transparent 78%);
}

.voy-immersive-hero__glow--right {
  right: -2%;
  bottom: 8%;
  width: 40%;
  height: 42%;
  background: radial-gradient(circle, rgba(39, 98, 255, 0.24) 0%, rgba(39, 98, 255, 0.06) 44%, transparent 80%);
}

.voy-immersive-hero__symbol {
  width: clamp(420px, 58vw, 920px);
  max-width: none;
  opacity: 0.1;
  transform: rotate(-14deg) translate3d(0, 0, 0);
  transform-origin: 50% 50%;
  filter:
    drop-shadow(0 0 36px rgba(255, 184, 38, 0.16))
    drop-shadow(0 0 72px rgba(255, 184, 38, 0.08));
}

.voy-immersive-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 24px;
  text-align: center;
  transform-style: preserve-3d;
}

.voy-immersive-hero__copy .voy-pill {
  width: fit-content;
  padding-inline: 18px;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--voy-color-line) 72%, transparent),
    0 12px 30px rgba(1, 8, 18, 0.18);
}

.voy-immersive-hero__copy h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.4rem, 8.8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.voy-immersive-hero__copy p {
  max-width: 34ch;
  margin: 0;
  font-size: clamp(1.14rem, 2vw, 1.58rem);
  line-height: 1.64;
  text-wrap: balance;
  color: color-mix(in srgb, var(--voy-color-text) 76%, white);
}

.voy-immersive-hero__copy .voy-hero__actions {
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.voy-static-hero__grid,
.voy-static-process,
.voy-static-metrics,
.voy-offer-grid {
  display: grid;
  gap: 20px;
}

.voy-static-hero__grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
}

.voy-static-highlight,
.voy-static-metric,
.voy-offer-card,
.voy-process-item {
  border: 1px solid var(--voy-color-line);
  border-radius: calc(var(--voy-radius-card) - 4px);
  background: color-mix(in srgb, var(--voy-color-surface) 88%, var(--voy-color-panel) 12%);
  box-shadow: var(--voy-shadow);
}

.voy-static-highlight,
.voy-offer-card {
  padding: 24px;
}

.voy-static-highlight__eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  font-weight: 800;
  color: var(--voy-color-heading);
}

.voy-check-list,
.voy-process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.voy-check-list {
  display: grid;
  gap: 12px;
}

.voy-check-list li,
.voy-process-item {
  position: relative;
  padding-left: 24px;
}

.voy-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--voy-color-secondary), var(--voy-color-primary));
  transform: translateY(-50%);
}

.voy-static-metrics {
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.voy-static-metric {
  padding: 20px 22px;
}

.voy-static-metric strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--voy-font-heading);
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: var(--voy-color-heading);
}

.voy-static-metric span {
  color: var(--voy-color-muted);
}

.voy-offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.voy-offer-card h3 {
  margin: 18px 0 12px;
}

.voy-offer-card p {
  margin: 0;
  color: var(--voy-color-muted);
}

.voy-static-process {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
}

.voy-process-list {
  display: grid;
  gap: 14px;
}

.voy-process-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px 22px;
}

.voy-process-item strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--voy-color-secondary) 16%, var(--voy-color-surface));
  color: var(--voy-color-heading);
  font-family: var(--voy-font-heading);
}

.voy-process-item span {
  color: var(--voy-color-text);
}

.voy-hero h1,
.voy-prose h1,
.voy-prose h2,
.voy-card h3 {
  font-family: var(--voy-font-heading);
  letter-spacing: -0.04em;
  margin: 0 0 16px;
}

.voy-section h2 {
  font-family: var(--voy-font-heading);
  letter-spacing: -0.04em;
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 0.98;
}

.voy-card h3 {
  margin-bottom: 8px;
  font-size: clamp(1.18rem, 1.7vw, 1.5rem);
  line-height: 1.08;
}

.voy-hero h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.98;
}

.voy-hero p,
.voy-prose p,
.voy-inline-note {
  color: var(--voy-color-muted);
}

.voy-inline-note {
  font-size: 0.95rem;
  line-height: 1.55;
}

.voy-archive-toolbar,
.voy-portal-filters,
.voy-auth-card form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.voy-archive-toolbar input,
.voy-archive-toolbar select,
.voy-portal-filters input,
.voy-portal-filters select,
.voy-inline-form input,
.voy-inline-form select,
.voy-auth-card input,
.voy-auth-card textarea,
.voy-auth-card select {
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid var(--voy-color-line);
  border-radius: 24px;
  background: color-mix(in srgb, var(--voy-color-surface) 91%, var(--voy-color-panel) 9%);
  color: var(--voy-color-text);
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--voy-color-surface) 65%, white);
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.voy-archive-toolbar input:focus,
.voy-archive-toolbar select:focus,
.voy-portal-filters input:focus,
.voy-portal-filters select:focus,
.voy-inline-form input:focus,
.voy-inline-form select:focus,
.voy-auth-card input:focus,
.voy-auth-card textarea:focus,
.voy-auth-card select:focus {
  outline: 0;
  border-color: color-mix(in srgb, var(--voy-color-primary) 30%, var(--voy-color-line));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--voy-color-primary) 10%, transparent);
}

.voy-select {
  position: relative;
  width: 100%;
  min-width: 0;
}

.voy-select__native {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.voy-select__trigger {
  width: 100%;
  min-height: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid var(--voy-color-line);
  border-radius: 24px;
  background: color-mix(in srgb, var(--voy-color-surface) 91%, var(--voy-color-panel) 9%);
  color: var(--voy-color-text);
  font-family: var(--voy-font-body);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--voy-color-surface) 65%, white);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.voy-select__trigger:hover,
.voy-select.is-open .voy-select__trigger,
.voy-select__trigger:focus-visible {
  border-color: color-mix(in srgb, var(--voy-color-primary) 30%, var(--voy-color-line));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--voy-color-primary) 10%, transparent);
}

.voy-select__label {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-family: var(--voy-font-body);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.voy-select__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--voy-color-primary);
  transition: transform 180ms ease;
}

.voy-select.is-open .voy-select__icon {
  transform: rotate(180deg);
}

.voy-select__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid var(--voy-color-line);
  border-radius: 22px;
  background: color-mix(in srgb, var(--voy-color-surface) 98%, var(--voy-color-panel) 2%);
  box-shadow: 0 20px 44px rgba(5, 26, 31, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 180ms ease, visibility 160ms ease;
  z-index: 30;
}

.voy-select.is-open .voy-select__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.voy-select__option {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: var(--voy-color-text);
  font-family: var(--voy-font-body);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.voy-select__option:hover,
.voy-select__option:focus-visible,
.voy-select__option.is-selected {
  background: color-mix(in srgb, var(--voy-color-primary) 10%, var(--voy-color-surface));
  color: var(--voy-color-heading);
}

.voy-select__option.is-selected {
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--voy-color-primary) 22%, var(--voy-color-line));
}

.voy-select.is-disabled .voy-select__trigger {
  opacity: 0.65;
  cursor: not-allowed;
}

.voy-archive-toolbar input {
  min-width: min(560px, 100%);
}

.voy-grid {
  display: grid;
  gap: 24px;
}

.voy-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.voy-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.voy-card,
.voy-filter-panel,
.voy-auth-card,
.voy-metric-card,
.voy-timeline__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--voy-color-surface) 96%, var(--voy-color-panel) 4%) 0%, var(--voy-color-surface) 100%);
  border: 1px solid var(--voy-color-line);
  border-radius: var(--voy-radius-card);
  box-shadow: var(--voy-shadow);
  overflow: hidden;
}

.voy-card__media img,
.voy-card__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: calc(var(--voy-radius-card) - 6px) calc(var(--voy-radius-card) - 6px) 0 0;
}

.voy-card__placeholder {
  display: block;
  background: linear-gradient(90deg, color-mix(in srgb, var(--voy-color-primary) 8%, transparent), color-mix(in srgb, var(--voy-color-primary) 18%, transparent), color-mix(in srgb, var(--voy-color-primary) 8%, transparent));
  background-size: 200% 100%;
  animation: voy-shimmer 1.6s infinite linear;
}

.voy-card__media {
  position: relative;
  flex-shrink: 0;
}

.voy-card__body,
.voy-filter-panel,
.voy-auth-card,
.voy-metric-card,
.voy-timeline__item {
  padding: 24px;
}

.voy-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  min-height: 0;
}

.voy-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.voy-card__utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-width: 0;
}

.voy-card__head h3,
.voy-card__head h3 a,
.voy-card__title,
.voy-card__title a {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.voy-card__body > .voy-card__cta,
.voy-card__body > .voy-button {
  margin-top: auto;
}

.voy-card__body > .voy-chip-row:last-of-type {
  margin-bottom: 2px;
}

.voy-card__body p,
.voy-filter-panel p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.voy-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: linear-gradient(135deg, var(--voy-color-secondary), color-mix(in srgb, var(--voy-color-secondary) 78%, white));
  border-radius: 999px;
}

.voy-bookmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--voy-color-primary);
  cursor: pointer;
  font-weight: 700;
  flex-shrink: 0;
  align-self: flex-start;
}

.voy-bookmark__label {
  white-space: nowrap;
  font-size: 0.88rem;
}

.voy-bookmark[aria-pressed="true"] .voy-bookmark__icon {
  color: var(--voy-color-secondary);
}

.voy-bookmark__label {
  white-space: nowrap;
}

.voy-card--resource .voy-card__media img,
.voy-card--resource .voy-card__placeholder {
  aspect-ratio: 16 / 9;
}

.voy-card--resource .voy-card__media {
  overflow: hidden;
  --voy-resource-media-scale: 1;
  --voy-resource-media-pan-x: 0px;
  --voy-resource-media-pan-y: 0px;
  --voy-resource-media-origin-x: 50%;
  --voy-resource-media-origin-y: 50%;
}

.voy-card--resource .voy-card__media img {
  transform: translate3d(var(--voy-resource-media-pan-x), var(--voy-resource-media-pan-y), 0) scale(var(--voy-resource-media-scale));
  transform-origin: var(--voy-resource-media-origin-x) var(--voy-resource-media-origin-y);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .voy-card--resource .voy-card__media:hover img,
  .voy-card--resource .voy-card__media.is-zooming img {
    filter: saturate(1.02) contrast(1.01);
  }
}

.voy-card--resource .voy-card__body {
  padding: 18px 18px 16px;
  gap: 10px;
}

.voy-card--resource .voy-card__title {
  margin: 0;
}

.voy-card--resource .voy-card__title,
.voy-card--resource .voy-card__title a {
  font-size: clamp(0.94rem, 1.08vw, 1.12rem);
  line-height: 1.3em;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.voy-card--post h3,
.voy-card--post h3 a,
.voy-card--portfolio h3,
.voy-card--portfolio h3 a {
  font-size: clamp(0.94rem, 1.08vw, 1.12rem);
  line-height: 1.3em;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.voy-card--resource .voy-bookmark--resource {
  min-height: 28px;
  padding: 0;
  gap: 5px;
  color: color-mix(in srgb, var(--voy-color-primary) 78%, var(--voy-color-heading));
}

.voy-card--resource .voy-bookmark__icon {
  font-size: 0.92rem;
}

.voy-card--resource .voy-bookmark__label {
  font-size: 0.8rem;
}

.voy-card--resource .voy-chip-row {
  row-gap: 4px;
  column-gap: 10px;
}

.voy-card--resource .voy-card__body p {
  font-size: 0.92rem;
  line-height: 1.42;
}

.voy-card--post .voy-card__body p,
.voy-card--portfolio .voy-card__body p {
  font-size: 0.92rem;
  line-height: 1.42;
}

.voy-card--post .voy-chip-row,
.voy-card--portfolio .voy-chip-row {
  gap: 6px;
}

.voy-card--post .voy-chip,
.voy-card--portfolio .voy-chip {
  min-height: 30px;
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 550;
}

.voy-card--resource .voy-inline-tag {
  font-size: 0.8rem;
}

.voy-card--resource .voy-button {
  padding: 10px 14px;
  font-size: 0.96rem;
  gap: 6px;
}

.voy-content-shell {
  width: min(860px, calc(100% - 32px));
}

.voy-prose,
.voy-prose > * + * {
  margin-top: 20px;
}

.voy-featured-image {
  overflow: hidden;
  border-radius: var(--voy-radius-card);
}

.voy-resource-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 32px;
}

.voy-resource-sidebar {
  display: grid;
  gap: 20px;
  align-self: start;
  position: sticky;
  top: calc(var(--voy-admin-bar-offset, 0px) + var(--voy-header-height, 84px) + 26px);
}

.voy-filter-tree li + li,
.voy-selected-filters li + li,
.voy-tech-item + .voy-tech-item,
.voy-timeline__item + .voy-timeline__item {
  margin-top: 12px;
}

.voy-filter-tree ul {
  margin-top: 10px;
  margin-left: 14px;
}

.voy-portfolio-head,
.voy-section--portal {
  padding: 64px 0;
}

.voy-portfolio-story {
  --voy-story-bg:
    radial-gradient(circle at top right, color-mix(in srgb, var(--voy-color-secondary) 12%, transparent), transparent 24%),
    radial-gradient(circle at top left, color-mix(in srgb, var(--voy-color-primary) 10%, transparent), transparent 32%),
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-bg) 94%, var(--voy-color-panel) 6%) 0%, color-mix(in srgb, var(--voy-color-surface) 94%, var(--voy-color-bg) 6%) 100%);
  --voy-story-text: color-mix(in srgb, var(--voy-color-text) 96%, var(--voy-color-heading));
  --voy-story-heading: var(--voy-color-heading);
  --voy-story-muted: color-mix(in srgb, var(--voy-color-text) 76%, transparent);
  --voy-story-subtle: color-mix(in srgb, var(--voy-color-text) 60%, transparent);
  --voy-story-breadcrumb-surface: color-mix(in srgb, var(--voy-color-secondary) 10%, var(--voy-color-surface));
  --voy-story-breadcrumb-line: color-mix(in srgb, var(--voy-color-secondary) 18%, var(--voy-color-line));
  --voy-story-breadcrumb-text: color-mix(in srgb, var(--voy-color-text) 76%, transparent);
  --voy-story-pill-bg: color-mix(in srgb, var(--voy-color-secondary) 14%, var(--voy-color-surface));
  --voy-story-pill-text: color-mix(in srgb, var(--voy-color-secondary) 36%, var(--voy-color-heading));
  --voy-story-chip-bg: color-mix(in srgb, var(--voy-color-surface) 90%, var(--voy-color-panel) 10%);
  --voy-story-chip-line: color-mix(in srgb, var(--voy-color-line) 82%, transparent);
  --voy-story-chip-text: var(--voy-color-heading);
  --voy-story-chip-hover-bg: color-mix(in srgb, var(--voy-color-secondary) 12%, var(--voy-color-surface));
  --voy-story-chip-hover-line: color-mix(in srgb, var(--voy-color-secondary) 30%, var(--voy-color-line));
  --voy-story-meta-bg: color-mix(in srgb, var(--voy-color-surface) 90%, var(--voy-color-panel) 10%);
  --voy-story-meta-line: color-mix(in srgb, var(--voy-color-line) 82%, transparent);
  --voy-story-media-line: color-mix(in srgb, var(--voy-color-line) 72%, transparent);
  --voy-story-media-bg:
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-surface) 94%, var(--voy-color-panel) 6%), color-mix(in srgb, var(--voy-color-panel) 18%, var(--voy-color-surface) 82%)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--voy-color-secondary) 8%, transparent), transparent 34%);
  --voy-story-frame-bg: color-mix(in srgb, var(--voy-color-surface) 94%, var(--voy-color-panel) 6%);
  --voy-story-frame-line: color-mix(in srgb, var(--voy-color-line) 66%, transparent);
  background: var(--voy-story-bg);
  color: var(--voy-story-text);
}

[data-theme="dark"] .voy-portfolio-story {
  --voy-story-bg:
    radial-gradient(circle at top right, color-mix(in srgb, var(--voy-color-primary) 18%, transparent), transparent 28%),
    linear-gradient(180deg, #03161b 0%, #06242c 42%, #051a1f 100%);
  --voy-story-text: rgba(240, 250, 249, 0.92);
  --voy-story-heading: #f6fbfb;
  --voy-story-muted: rgba(229, 244, 243, 0.84);
  --voy-story-subtle: rgba(197, 221, 220, 0.72);
  --voy-story-breadcrumb-surface: rgba(185, 242, 236, 0.08);
  --voy-story-breadcrumb-line: rgba(185, 242, 236, 0.12);
  --voy-story-breadcrumb-text: rgba(222, 240, 238, 0.74);
  --voy-story-pill-bg: rgba(182, 242, 234, 0.12);
  --voy-story-pill-text: #b8f2eb;
  --voy-story-chip-bg: rgba(8, 38, 45, 0.82);
  --voy-story-chip-line: rgba(148, 192, 188, 0.16);
  --voy-story-chip-text: #e7f5f4;
  --voy-story-chip-hover-bg: rgba(10, 50, 58, 0.9);
  --voy-story-chip-hover-line: rgba(184, 242, 235, 0.34);
  --voy-story-meta-bg: rgba(7, 33, 39, 0.86);
  --voy-story-meta-line: rgba(153, 198, 194, 0.14);
  --voy-story-media-line: rgba(134, 191, 186, 0.12);
  --voy-story-media-bg:
    linear-gradient(180deg, rgba(5, 34, 41, 0.92), rgba(7, 48, 58, 0.9)),
    radial-gradient(circle at top right, rgba(47, 215, 196, 0.08), transparent 34%);
  --voy-story-frame-bg: rgba(233, 243, 245, 0.06);
  --voy-story-frame-line: rgba(167, 212, 208, 0.08);
}

.voy-portfolio-story__frame,
.voy-portfolio-story__copy-shell,
.voy-portfolio-story__section-media {
  position: relative;
  width: min(1680px, calc(100% - 48px));
  margin: 0 auto;
}

.voy-portfolio-story__hero-shell {
  padding: 52px 0 24px;
}

.voy-portfolio-story__breadcrumbs {
  margin-bottom: 24px;
}

.voy-portfolio-story .voy-breadcrumbs ol {
  background: var(--voy-story-breadcrumb-surface);
  border-color: var(--voy-story-breadcrumb-line);
}

.voy-portfolio-story .voy-breadcrumbs li,
.voy-portfolio-story .voy-breadcrumbs a {
  color: var(--voy-story-breadcrumb-text);
}

.voy-portfolio-story .voy-breadcrumbs [aria-current="page"] {
  color: var(--voy-color-secondary);
}

.voy-portfolio-story__hero {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: start;
}

.voy-portfolio-story__summary {
  position: sticky;
  top: calc(var(--voy-admin-bar-offset, 0px) + var(--voy-header-height, 84px) + 28px);
  display: grid;
  gap: 22px;
  align-content: start;
  padding-block: 10px 18px;
}

.voy-portfolio-story__summary h1,
.voy-portfolio-story__copy h2 {
  margin: 0;
  font-family: var(--voy-font-heading);
  letter-spacing: -0.05em;
  color: var(--voy-story-heading);
}

.voy-portfolio-story__summary h1 {
  font-size: clamp(3rem, 5.9vw, 6.4rem);
  line-height: 0.88;
}

.voy-portfolio-story__summary-text {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.58;
  color: var(--voy-story-muted);
}

.voy-portfolio-story .voy-inline-note {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--voy-story-subtle);
}

.voy-portfolio-story .voy-pill {
  justify-self: start;
  background: var(--voy-story-pill-bg);
  color: var(--voy-story-pill-text);
}

.voy-portfolio-story .voy-chip,
.voy-portfolio-story .voy-tech-item {
  background: var(--voy-story-chip-bg);
  border-color: var(--voy-story-chip-line);
  color: var(--voy-story-chip-text);
  box-shadow: none;
}

.voy-portfolio-story__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
}

.voy-portfolio-story__meta-card {
  display: grid;
  gap: 7px;
  padding: 18px 20px;
  border: 1px solid var(--voy-story-meta-line);
  border-radius: 22px;
  background: var(--voy-story-meta-bg);
  backdrop-filter: blur(12px);
}

.voy-portfolio-story__meta-card strong,
.voy-tech-item span:first-child {
  display: block;
}

.voy-portfolio-story__meta-card strong {
  color: var(--voy-story-subtle);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.voy-portfolio-story__meta-card span {
  color: var(--voy-story-heading);
  font-weight: 700;
}

.voy-portfolio-story__stack {
  display: grid;
  gap: 10px;
}

.voy-portfolio-story__stack .voy-heading-functional {
  color: var(--voy-story-heading);
}

.voy-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.voy-tech-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid var(--voy-color-line);
  border-radius: 999px;
}

.voy-tech-icon svg {
  width: 20px;
  height: 20px;
}

.voy-portfolio-story__media,
.voy-portfolio-story__media-stage,
.voy-portfolio-story__canvas,
.voy-portfolio-story__section,
.voy-portfolio-story__section-media {
  display: grid;
  gap: 0;
}

.voy-portfolio-story__media-stage {
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid var(--voy-story-media-line);
  border-radius: 34px;
  background: var(--voy-story-media-bg);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.voy-portfolio-story__canvas {
  gap: clamp(12px, 1.5vw, 20px);
}

.voy-canvas-frame {
  overflow: hidden;
  border-radius: 26px;
  background: var(--voy-story-frame-bg);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.voy-canvas-frame--hero {
  border-radius: 28px;
}

.voy-canvas-frame--detail {
  border: 1px solid var(--voy-story-frame-line);
}

.voy-portfolio-story__media,
.voy-portfolio-story__canvas,
.voy-portfolio-story .voy-lazy-video__button,
.voy-portfolio-story .voy-lazy-video iframe {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
}

.voy-canvas-image {
  display: block;
  width: 100%;
  height: auto;
}

.voy-portfolio-story__section-media .voy-portfolio-story__canvas,
.voy-portfolio-story__section-media .voy-lazy-video__button,
.voy-portfolio-story__section-media .voy-lazy-video iframe {
  border-radius: 0;
}

.voy-portfolio-story__section {
  padding: 0 0 24px;
}

.voy-portfolio-story__copy {
  padding: clamp(44px, 6vw, 82px) 0 18px;
}

.voy-portfolio-story__copy-inner {
  width: min(620px, 100%);
  display: grid;
  gap: 10px;
}

.voy-portfolio-story__copy .voy-eyebrow {
  color: var(--voy-story-subtle);
}

.voy-portfolio-story__copy p {
  margin: 0;
  color: var(--voy-story-muted);
  line-height: 1.66;
}

.voy-portfolio-story .voy-link-list {
  flex-wrap: wrap;
}

.voy-portfolio-story .voy-chip:hover,
.voy-portfolio-story .voy-tech-item:hover {
  border-color: var(--voy-story-chip-hover-line);
  background: var(--voy-story-chip-hover-bg);
}

.voy-lazy-video__button {
  position: relative;
  width: 100%;
  margin: 0;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.voy-lazy-video__button img,
.voy-lazy-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.voy-lazy-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  background: rgba(5, 38, 46, 0.82);
  color: #fff;
  border-radius: 999px;
}

.voy-auth-shell {
  min-height: calc(100vh - 220px);
  display: grid;
  align-items: center;
  padding: 72px 16px;
}

.voy-auth-layout {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 0.78fr);
  gap: 28px;
  align-items: stretch;
}

.voy-auth-brand-panel,
.voy-auth-card {
  border: 1px solid var(--voy-color-line);
  border-radius: calc(var(--voy-radius-card) + 6px);
  box-shadow: var(--voy-shadow);
}

.voy-auth-brand-panel {
  position: relative;
  overflow: hidden;
  padding: 32px;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--voy-color-secondary) 18%, transparent), transparent 34%),
    radial-gradient(circle at bottom left, color-mix(in srgb, var(--voy-color-primary) 18%, transparent), transparent 40%),
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-surface) 90%, var(--voy-color-panel) 10%) 0%, var(--voy-color-surface) 100%);
}

.voy-auth-brand-panel::after {
  content: "";
  position: absolute;
  inset: auto -12% -32% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--voy-color-primary) 12%, transparent);
  filter: blur(22px);
}

.voy-auth-brand-panel__logo,
.voy-auth-brand-panel__fallback {
  display: inline-flex;
  align-items: center;
}

.voy-auth-brand-panel__logo {
  width: min(var(--voy-auth-logo-width, 156px), 48vw);
  min-height: 72px;
  margin-bottom: 24px;
}

.voy-auth-brand-panel__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.voy-auth-brand-panel__image--dark {
  display: none;
}

[data-theme="dark"] .voy-auth-brand-panel__image--light {
  display: none;
}

[data-theme="dark"] .voy-auth-brand-panel__image--dark {
  display: block;
}

.voy-auth-brand-panel__fallback {
  gap: 12px;
  font-family: var(--voy-font-heading);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.voy-auth-brand-panel__copy h2 {
  margin: 18px 0 12px;
  font-family: var(--voy-font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
}

.voy-auth-brand-panel__copy p {
  margin: 0;
  max-width: 32ch;
  color: var(--voy-color-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.voy-auth-brand-panel__list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 12px;
}

.voy-auth-brand-panel__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--voy-color-surface) 82%, var(--voy-color-panel) 18%);
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 72%, transparent);
}

.voy-auth-brand-panel__list-icon {
  color: var(--voy-color-primary);
}

.voy-auth-card {
  width: 100%;
  padding: 32px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--voy-color-surface) 96%, var(--voy-color-panel) 4%) 0%, var(--voy-color-surface) 100%);
}

.voy-auth-card__head {
  margin-bottom: 18px;
}

.voy-auth-card__head h1 {
  margin: 16px 0 10px;
  font-family: var(--voy-font-heading);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 0.98;
}

.voy-auth-card__head p {
  margin: 0;
  color: var(--voy-color-muted);
  line-height: 1.7;
}

.voy-auth-card form label {
  display: grid;
  gap: 9px;
  width: 100%;
}

.voy-auth-card form label > span:first-child {
  font-weight: 700;
  color: var(--voy-color-heading);
}

.voy-auth-field {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 14px 0 18px;
  border: 1px solid var(--voy-color-line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--voy-color-surface) 84%, var(--voy-color-panel) 16%);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.voy-auth-field:focus-within {
  border-color: color-mix(in srgb, var(--voy-color-primary) 48%, var(--voy-color-line));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--voy-color-primary) 12%, transparent);
  transform: translateY(-1px);
}

.voy-auth-field__icon {
  color: var(--voy-color-primary);
  pointer-events: none;
  font-size: 1.1rem;
}

.voy-auth-field input {
  width: 100%;
  min-height: 58px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: 0;
}

.voy-auth-field input:focus {
  box-shadow: none;
}

.voy-auth-field__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--voy-color-panel) 72%, transparent);
  color: var(--voy-color-muted);
  cursor: pointer;
}

.voy-auth-field__toggle:hover {
  color: var(--voy-color-heading);
  transform: translateY(-1px);
}

.voy-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.voy-inline-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--voy-color-muted);
  font-weight: 600;
}

.voy-inline-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--voy-color-primary);
}

.voy-button--auth {
  width: 100%;
  min-height: 56px;
  justify-content: space-between;
  padding-inline: 20px;
}

.voy-auth-link--inline {
  margin-top: 0;
  white-space: nowrap;
}

.voy-toast-stack {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 90;
  display: grid;
  gap: 12px;
  width: min(380px, calc(100vw - 32px));
  pointer-events: none;
}

.voy-toast {
  --voy-toast-accent: var(--voy-color-primary);
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 18px 18px 20px;
  border: 1px solid rgba(6, 38, 46, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 54px rgba(6, 38, 46, 0.14);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  transform-origin: bottom right;
  animation: voy-toast-bounce-in 0.58s cubic-bezier(0.2, 0.9, 0.22, 1.25);
}

[data-theme="dark"] .voy-toast {
  background: rgba(8, 36, 43, 0.92);
  border-color: rgba(237, 247, 248, 0.12);
}

.voy-toast--success {
  --voy-toast-accent: #159467;
}

.voy-toast--error {
  --voy-toast-accent: #d14343;
}

.voy-toast.is-leaving {
  animation: voy-toast-bounce-out 0.28s ease forwards;
}

.voy-toast.is-paused .voy-toast__progress::after {
  animation-play-state: paused;
}

.voy-toast__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--voy-toast-accent) 14%, white);
  color: var(--voy-toast-accent);
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

.voy-toast__icon .voy-icon,
.voy-toast__close .voy-icon {
  font-size: 1.05rem;
}

.voy-toast__body {
  min-width: 0;
}

.voy-toast__body strong {
  display: block;
  margin: 0 0 4px;
  color: var(--voy-color-text);
  font-size: 14px;
}

.voy-toast__body p {
  margin: 0;
  color: var(--voy-color-muted);
  font-size: 13px;
  line-height: 1.45;
}

.voy-toast__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--voy-color-muted);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.voy-toast__close:hover,
.voy-toast__close:focus {
  background: rgba(6, 38, 46, 0.08);
  color: var(--voy-color-text);
  transform: rotate(90deg);
  outline: 0;
}

.voy-toast__progress {
  position: absolute;
  right: 16px;
  bottom: 10px;
  left: 16px;
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(6, 38, 46, 0.08);
}

.voy-toast__progress::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--voy-toast-accent), color-mix(in srgb, var(--voy-toast-accent) 48%, white));
  animation: voy-toast-progress var(--voy-toast-delay, 4800ms) linear forwards;
}

.voy-table-wrap {
  overflow-x: auto;
  background: linear-gradient(180deg, color-mix(in srgb, var(--voy-color-surface) 98%, var(--voy-color-panel) 2%) 0%, var(--voy-color-surface) 100%);
  border: 1px solid var(--voy-color-line);
  border-radius: var(--voy-radius-card);
  box-shadow: var(--voy-shadow);
}

.voy-table {
  width: 100%;
  border-collapse: collapse;
}

.voy-table th,
.voy-table td {
  padding: 16px;
  border-bottom: 1px solid var(--voy-color-line);
  vertical-align: top;
  text-align: left;
}

.voy-inline-form {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

body.voy-modal-open {
  overflow: hidden;
  padding-right: var(--voy-scrollbar-compensation, 0px);
}

body.voy-nav-open {
  padding-right: var(--voy-scrollbar-compensation, 0px);
}

.voy-portal-shell {
  display: grid;
  gap: 24px;
}

.voy-portal-project-workspace {
  display: grid;
  gap: 22px;
  transition: opacity 180ms ease;
}

.voy-portal-project-workspace.is-loading {
  opacity: 0.48;
  pointer-events: none;
}

.voy-portal-context-bar {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.voy-table-heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.voy-tooltip-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid var(--voy-color-line);
  border-radius: 999px;
  background: transparent;
  color: var(--voy-color-primary);
  cursor: help;
}

.voy-tooltip-trigger::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  width: min(260px, 70vw);
  padding: 12px 14px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--voy-color-heading) 92%, black);
  color: #f8fbfb;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, 8px);
  opacity: 0;
  pointer-events: none;
  font-size: 0.82rem;
  line-height: 1.45;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 30;
}

.voy-tooltip-trigger:hover::after,
.voy-tooltip-trigger:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.voy-project-row__main,
.voy-item-editor,
.voy-item-editor__controls,
.voy-item-editor__grid {
  display: grid;
  gap: 14px;
}

.voy-project-row__main {
  min-width: 220px;
}

.voy-chip-row--compact .voy-chip {
  padding: 8px 12px;
  font-size: 0.82rem;
}

.voy-table--portal .voy-chip {
  white-space: nowrap;
}

.voy-table__editor-row td {
  background: color-mix(in srgb, var(--voy-color-panel) 58%, var(--voy-color-surface) 42%);
}

.voy-item-editor {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.voy-item-editor__card {
  padding: 18px;
  border: 1px solid var(--voy-color-line);
  border-radius: 22px;
  background: var(--voy-color-surface);
  box-shadow: var(--voy-shadow);
}

.voy-item-editor__card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--voy-color-heading);
}

.voy-item-editor__card p,
.voy-modal__header p {
  margin: 0;
  color: var(--voy-color-muted);
}

.voy-item-editor__controls {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.voy-item-editor__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 14px;
}

.voy-item-editor__grid label,
.voy-item-editor__controls label {
  display: grid;
  gap: 8px;
}

.voy-item-editor__grid span,
.voy-item-editor__controls span {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--voy-color-heading);
}

.voy-modal-stack {
  display: contents;
}

.voy-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: auto;
}

.voy-modal[hidden] {
  display: none;
}

.voy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 24, 29, 0.68);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 280ms ease;
}

.voy-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100vw - 32px));
  max-height: min(900px, calc(100dvh - 48px));
  overflow: auto;
  padding: 24px;
  border: 1px solid var(--voy-color-line);
  border-radius: 28px;
  background: var(--voy-color-surface);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(34px) scale(0.955);
  transition: transform 340ms cubic-bezier(0.2, 0.95, 0.22, 1), opacity 280ms ease, filter 280ms ease;
  filter: blur(8px);
  will-change: transform, opacity, filter;
}

.voy-modal__dialog--compact {
  width: min(720px, calc(100vw - 32px));
}

.voy-modal.is-open .voy-modal__backdrop {
  opacity: 1;
}

.voy-modal.is-open .voy-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.voy-modal.is-closing .voy-modal__backdrop {
  opacity: 0;
}

.voy-modal.is-closing .voy-modal__dialog {
  opacity: 0;
  transform: translateY(20px) scale(0.97);
  filter: blur(6px);
}

.voy-modal__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.voy-modal__close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--voy-color-line);
  border-radius: 999px;
  background: transparent;
  color: var(--voy-color-text);
}

.voy-modal__content {
  display: grid;
  gap: 18px;
}

.voy-modal__intro {
  display: grid;
  gap: 14px;
}

.voy-modal__intro .voy-heading-functional {
  margin: 0;
}

.voy-modal__header p {
  margin: 0;
  max-width: 52ch;
  color: var(--voy-color-muted);
  line-height: 1.52;
}

.voy-share-url-field {
  display: grid;
  gap: 10px;
}

.voy-share-url-field > span {
  font-weight: 700;
  color: var(--voy-color-heading);
}

.voy-share-url-field input {
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid var(--voy-color-line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--voy-color-surface) 92%, var(--voy-color-panel) 8%);
  color: var(--voy-color-text);
  outline: 0;
}

.voy-share-url-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.voy-modal--share .voy-modal__dialog--share {
  padding: 28px;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--voy-color-secondary) 12%, transparent), transparent 26%),
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-surface) 96%, var(--voy-color-panel) 4%), var(--voy-color-surface));
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.22);
}

.voy-modal--share .voy-modal__header {
  position: relative;
  margin-bottom: 18px;
  padding-right: 64px;
}

.voy-modal--share .voy-modal__intro {
  display: grid;
  gap: 10px;
}

.voy-modal--share .voy-modal__intro .voy-pill {
  width: fit-content;
  padding-inline: 14px;
}

.voy-modal--share .voy-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--voy-color-surface) 92%, var(--voy-color-panel) 8%);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--voy-color-line) 78%, transparent);
}

.voy-modal--share .voy-modal__content--share {
  gap: 16px;
}

.voy-share-url-stack {
  display: grid;
  gap: 14px;
}

.voy-share-url-overview {
  display: grid;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.voy-share-url-overview strong {
  font-family: var(--voy-font-heading);
  font-size: clamp(1.18rem, 1.5vw, 1.42rem);
  line-height: 1.02;
  color: var(--voy-color-heading);
}

.voy-share-url-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 82%, transparent);
  border-radius: 22px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-surface) 95%, var(--voy-color-panel) 5%), color-mix(in srgb, var(--voy-color-surface) 90%, var(--voy-color-panel) 10%));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.voy-modal--share .voy-inline-note {
  margin: 0;
  color: color-mix(in srgb, var(--voy-color-text) 82%, var(--voy-color-muted));
  font-size: 0.92rem;
  line-height: 1.5;
}

.voy-modal--share .voy-share-url-field input {
  min-height: 58px;
  font-size: 0.94rem;
}

.voy-modal--share .voy-share-url-actions {
  align-items: center;
  justify-content: flex-start;
  padding-top: 0;
}

.voy-modal--share .voy-share-url-actions .voy-button {
  min-width: 148px;
}

.voy-portal-stack {
  display: grid;
  gap: 28px;
}

.voy-item-documents {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--voy-color-line) 78%, transparent);
}

.voy-item-documents summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 600;
  color: var(--voy-color-heading);
  list-style: none;
}

.voy-item-documents summary::-webkit-details-marker {
  display: none;
}

.voy-item-documents__list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.voy-item-documents__link,
.voy-document-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: color-mix(in srgb, var(--voy-color-surface) 80%, white);
  border: 1px solid var(--voy-color-line);
  border-radius: 18px;
}

.voy-item-documents__link {
  text-decoration: none;
}

.voy-item-documents__link span,
.voy-document-row__meta strong {
  font-weight: 600;
  color: var(--voy-color-heading);
}

.voy-item-documents__link small,
.voy-document-row__meta small,
.voy-document-group__head p,
.voy-document-row__placeholder {
  color: var(--voy-color-muted);
}

.voy-item-documents__link small {
  margin-left: auto;
}

.voy-item-documents__link.is-muted {
  opacity: 0.82;
}

.voy-portal-document-section {
  display: grid;
  gap: 18px;
}

.voy-section-heading--compact {
  margin-bottom: 0;
}

.voy-portal-item-doc-groups {
  display: grid;
  gap: 18px;
}

.voy-document-group {
  padding: 24px;
  background: var(--voy-color-surface);
  border: 1px solid var(--voy-color-line);
  border-radius: var(--voy-radius-card);
  box-shadow: var(--voy-shadow);
}

.voy-document-group__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.voy-document-group__head h3 {
  margin-bottom: 4px;
}

.voy-document-group__list {
  display: grid;
  gap: 12px;
}

.voy-document-row__meta {
  display: grid;
  gap: 6px;
}

.voy-document-row__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.voy-document-row__placeholder {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 4px;
}

.voy-metric-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

.voy-empty-page,
.voy-empty-state {
  text-align: center;
}

.voy-grid > .voy-empty-state--archive {
  grid-column: 1 / -1;
}

.voy-empty-state--archive {
  width: 100%;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 2.2vw, 30px);
  padding: clamp(24px, 3.2vw, 40px);
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 78%, transparent);
  border-radius: 30px;
  background:
    radial-gradient(circle at top center, color-mix(in srgb, var(--voy-color-secondary) 10%, transparent), transparent 38%),
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-surface) 96%, var(--voy-color-panel) 4%), color-mix(in srgb, var(--voy-color-panel) 14%, var(--voy-color-surface) 86%));
  box-shadow: var(--voy-shadow);
}

.voy-empty-state__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--voy-color-secondary) 10%, var(--voy-color-surface));
  border: 1px solid color-mix(in srgb, var(--voy-color-secondary) 18%, var(--voy-color-line));
}

.voy-empty-state__icon::before,
.voy-empty-state__icon::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  border: 1px dashed color-mix(in srgb, var(--voy-color-secondary) 20%, transparent);
}

.voy-empty-state__icon::after {
  inset: -10px;
  border-style: solid;
  opacity: 0.34;
}

.voy-empty-state__icon-core {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--voy-color-primary), color-mix(in srgb, var(--voy-color-primary) 68%, var(--voy-color-secondary) 32%));
  color: #fff;
  box-shadow: 0 16px 30px color-mix(in srgb, var(--voy-color-primary) 28%, transparent);
}

.voy-empty-state__icon-glyph {
  font-size: 1.25rem;
}

.voy-empty-state__copy {
  display: grid;
  gap: 8px;
  align-content: center;
  justify-items: center;
  max-width: 58ch;
}

.voy-empty-state--archive .voy-eyebrow {
  color: color-mix(in srgb, var(--voy-color-secondary) 30%, var(--voy-color-heading));
}

.voy-empty-state--archive h3 {
  margin: 0;
  font-family: var(--voy-font-heading);
  font-size: clamp(1.54rem, 2.3vw, 2.26rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--voy-color-heading);
}

.voy-empty-state__message {
  margin: 0;
  color: var(--voy-color-muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.voy-empty-state__summary {
  max-width: 60ch;
  margin: 0;
  color: color-mix(in srgb, var(--voy-color-muted) 84%, var(--voy-color-heading) 16%);
  font-size: 0.85rem;
  line-height: 1.48;
}

.voy-empty-state__chips {
  justify-content: flex-start;
  gap: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.voy-empty-state__chips .voy-chip {
  min-height: 30px;
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: default;
}

.voy-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

@media (max-width: 900px) {
  .voy-empty-state--archive {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .voy-empty-state__copy {
    justify-items: center;
  }

  .voy-empty-state__chips,
  .voy-empty-state__actions {
    justify-content: center;
  }
}

.voy-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.voy-pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 14px;
  background: var(--voy-color-surface);
  border: 1px solid var(--voy-color-line);
  border-radius: 999px;
}

.voy-pagination .current {
  background: var(--voy-color-primary);
  border-color: var(--voy-color-primary);
  color: #fff;
}

.voy-site-footer__top {
  padding: 64px 0 34px;
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--voy-color-secondary) 10%, transparent), transparent 28%),
    linear-gradient(180deg, color-mix(in srgb, var(--voy-color-panel) 76%, transparent) 0%, color-mix(in srgb, var(--voy-color-surface) 94%, var(--voy-color-panel) 6%) 100%);
  border-top: 1px solid var(--voy-color-line);
}

.voy-site-footer__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(320px, 1.15fr) minmax(0, 1fr);
}

.voy-site-footer__bottom {
  padding: 18px 0;
  border-top: 1px solid var(--voy-color-line);
}

.voy-site-footer__brand {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 28px;
  border: 1px solid var(--voy-color-line);
  border-radius: var(--voy-radius-card);
  background: color-mix(in srgb, var(--voy-color-surface) 92%, var(--voy-color-panel) 8%);
  box-shadow: var(--voy-shadow);
}

.voy-brand--footer .voy-brand__logos {
  width: min(var(--voy-footer-logo-width, 176px), 60vw);
}

.voy-site-footer__eyebrow {
  justify-self: start;
}

.voy-site-footer__heading,
.voy-footer-title {
  margin: 0;
  font-family: var(--voy-font-heading);
  color: var(--voy-color-heading);
}

.voy-site-footer__heading {
  font-size: clamp(1.4rem, 2.3vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.voy-site-footer__description,
.voy-footer-widget,
.voy-footer-widget p {
  color: var(--voy-color-muted);
}

.voy-site-footer__description {
  margin: 0;
  max-width: 34ch;
}

.voy-site-footer__actions,
.voy-site-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.voy-site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--voy-color-line);
  background: color-mix(in srgb, var(--voy-color-surface) 88%, transparent);
  color: var(--voy-color-heading);
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.voy-site-footer__social-link:hover,
.voy-site-footer__social-link:focus-visible {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--voy-color-primary) 12%, var(--voy-color-surface));
  border-color: color-mix(in srgb, var(--voy-color-primary) 28%, var(--voy-color-line));
}

.voy-site-footer__nav-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.voy-footer-widget {
  padding: 24px;
  border: 1px solid var(--voy-color-line);
  border-radius: calc(var(--voy-radius-card) - 4px);
  background: color-mix(in srgb, var(--voy-color-surface) 90%, var(--voy-color-panel) 10%);
}

.voy-footer-widget > * + * {
  margin-top: 12px;
}

.voy-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.voy-footer-menu a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--voy-color-text);
  transition: color 160ms ease, transform 160ms ease;
}

.voy-footer-menu a:hover,
.voy-footer-menu a:focus-visible {
  color: var(--voy-color-heading);
  transform: translateX(2px);
}

.voy-site-footer__bottom-inner {
  align-items: center;
}

.voy-site-footer__bottom-inner p {
  margin: 0;
  color: var(--voy-color-muted);
}

.voy-archive-page {
  padding-top: 34px;
}

.voy-archive-page__hero {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.voy-archive-page__breadcrumbs {
  margin-bottom: 4px;
}

.voy-archive-page__hero h1 {
  margin: 0;
  font-family: var(--voy-font-heading);
  font-weight: 800;
  font-size: clamp(2.55rem, 4.8vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.voy-archive-page__hero p {
  max-width: 58ch;
  margin: 0;
  font-size: clamp(1.08rem, 1.4vw, 1.3rem);
  line-height: 1.7;
  color: color-mix(in srgb, var(--voy-color-text) 88%, var(--voy-color-heading));
}

.voy-explorer {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
  align-items: start;
}

.voy-explorer__sidebar {
  position: sticky;
  top: calc(var(--voy-admin-bar-offset, 0px) + var(--voy-header-height, 84px) + 24px);
  display: grid;
  gap: 16px;
}

.voy-filter-panel--explorer {
  padding: 22px 20px 18px;
}

.voy-filter-panel--stack {
  gap: 0;
}

.voy-filter-stack__section {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.voy-filter-stack__section + .voy-filter-stack__section {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid color-mix(in srgb, var(--voy-color-line) 72%, transparent);
}

.voy-explorer-panel__head,
.voy-explorer__results-head,
.voy-explorer__load-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.voy-explorer-panel__head {
  margin-bottom: 12px;
}

.voy-explorer__results-head {
  align-items: flex-end;
}

.voy-explorer__results-head .voy-inline-note {
  max-width: 44ch;
  text-align: right;
}

.voy-explorer-panel__head h2,
.voy-explorer__results-head p {
  margin: 0;
}

.voy-heading-functional {
  font-family: var(--voy-font-body);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.voy-explorer-panel__head h2 {
  font-family: var(--voy-font-body);
  font-size: clamp(0.94rem, 1vw, 1.1rem);
  line-height: 1.08;
}

.voy-panel-head h2 {
  margin: 0;
  font-family: var(--voy-font-body);
  font-size: clamp(0.94rem, 1.04vw, 1.12rem);
  line-height: 1.08;
}

.voy-explorer-panel__head .voy-eyebrow {
  font-size: 0.82rem;
}

.voy-explorer__content {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.voy-explorer__toolbar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--voy-color-line);
  border-radius: 28px;
  background: color-mix(in srgb, var(--voy-color-surface) 96%, var(--voy-color-panel) 4%);
  box-shadow: var(--voy-shadow);
}

.voy-explorer__search {
  position: relative;
  min-width: 0;
}

.voy-explorer__search-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 56px;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 92%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--voy-color-surface) 94%, var(--voy-color-panel) 6%);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.voy-explorer__search-field:focus-within {
  border-color: color-mix(in srgb, var(--voy-color-primary) 42%, var(--voy-color-line));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--voy-color-primary) 8%, transparent);
}

.voy-explorer__search-icon {
  color: var(--voy-color-primary);
  font-size: 1.1rem;
}

.voy-explorer__search-field input {
  min-width: 0;
  min-height: 54px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--voy-font-body);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--voy-color-text);
  outline: 0;
}

.voy-explorer__search-field input::placeholder {
  color: color-mix(in srgb, var(--voy-color-muted) 88%, transparent);
}

.voy-explorer__search-field input:focus {
  box-shadow: none;
  outline: 0;
}

.voy-explorer__search-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.voy-explorer__search-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid color-mix(in srgb, var(--voy-color-primary) 18%, transparent);
  border-top-color: var(--voy-color-primary);
  border-radius: 50%;
  animation: voy-spin 0.85s linear infinite;
}

.voy-explorer__search-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--voy-color-line);
  border-radius: 22px;
  background: color-mix(in srgb, var(--voy-color-surface) 98%, var(--voy-color-panel) 2%);
  box-shadow: 0 18px 40px rgba(5, 26, 31, 0.14);
  z-index: 20;
}

.voy-explorer__search-results {
  display: grid;
  max-height: 360px;
  overflow: auto;
}

.voy-explorer__search-result {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--voy-color-line) 74%, transparent);
  text-decoration: none;
  transition: background-color 160ms ease;
}

.voy-explorer__search-result:last-child {
  border-bottom: 0;
}

.voy-explorer__search-result:hover,
.voy-explorer__search-result:focus-visible {
  background: color-mix(in srgb, var(--voy-color-primary) 7%, var(--voy-color-surface));
}

.voy-explorer__search-thumb,
.voy-explorer__search-thumb img,
.voy-explorer__search-thumb .voy-card__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  object-fit: cover;
}

.voy-explorer__search-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.voy-explorer__search-copy strong {
  color: var(--voy-color-heading);
}

.voy-explorer__search-copy small,
.voy-explorer__search-empty p {
  color: var(--voy-color-muted);
}

.voy-explorer__search-empty {
  padding: 20px;
  text-align: center;
}

.voy-explorer__search-empty p {
  margin: 0;
}

.voy-explorer__search-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-top: 1px solid color-mix(in srgb, var(--voy-color-line) 74%, transparent);
  background: color-mix(in srgb, var(--voy-color-surface) 96%, var(--voy-color-panel) 4%);
  color: var(--voy-color-primary);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
}

[data-theme="dark"] .voy-explorer__search-field,
[data-theme="dark"] .voy-select__trigger {
  border-color: color-mix(in srgb, var(--voy-color-line) 92%, rgba(184, 242, 235, 0.08));
  background: color-mix(in srgb, var(--voy-color-surface) 72%, var(--voy-color-panel) 28%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

[data-theme="dark"] .voy-explorer__search-field:focus-within,
[data-theme="dark"] .voy-select.is-open .voy-select__trigger,
[data-theme="dark"] .voy-select__trigger:hover,
[data-theme="dark"] .voy-select__trigger:focus-visible {
  border-color: color-mix(in srgb, var(--voy-color-primary) 36%, var(--voy-color-line));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--voy-color-primary) 12%, transparent);
}

[data-theme="dark"] .voy-select__menu {
  border-color: color-mix(in srgb, var(--voy-color-line) 88%, rgba(184, 242, 235, 0.08));
  background: color-mix(in srgb, var(--voy-color-surface) 78%, var(--voy-color-panel) 22%);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.34);
}

.voy-explorer__sort {
  position: relative;
  min-width: 0;
}

.voy-explorer__sort.is-enhanced {
  display: block;
}

.voy-explorer__sort select {
  min-width: 100%;
  width: 100%;
  min-height: 56px;
  padding-left: 18px;
  padding-right: 48px;
  appearance: none;
  border-radius: 999px;
  background-image: none;
  cursor: pointer;
}

.voy-explorer__sort.is-enhanced > .voy-select {
  width: 100%;
}

.voy-explorer__sort .voy-select__trigger {
  border-radius: 999px;
}

.voy-explorer__sort.is-enhanced > .voy-select > select,
.voy-explorer__sort.is-enhanced > .voy-explorer__sort-arrow {
  display: none;
}

.voy-explorer__sort-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--voy-color-primary);
}

.voy-explorer__quick-filters {
  gap: 8px;
  margin-top: 2px;
}

.voy-explorer__quick-filters .voy-chip {
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 92%, transparent);
  padding: 10px 16px;
  font-size: 0.9rem;
}

.voy-explorer-filter-group {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}

.voy-explorer-filter-tree {
  display: grid;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.voy-explorer-filter-tree.is-nested {
  display: none;
  margin-top: 3px;
  padding-left: 4px;
}

.voy-explorer-filter-item.is-open > .voy-explorer-filter-tree.is-nested {
  display: grid;
}

.voy-explorer-filter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
}

.voy-explorer-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  color: color-mix(in srgb, var(--voy-color-text) 78%, var(--voy-color-muted));
  font-family: var(--voy-font-body);
  font-weight: 500;
  font-size: 0.86rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.voy-explorer-filter-button.is-child {
  min-height: 24px;
  font-size: 0.8rem;
  color: var(--voy-color-muted);
}

.voy-explorer-filter-button:hover,
.voy-explorer-filter-button:focus-visible,
.voy-explorer-filter-button.is-active {
  border-color: color-mix(in srgb, var(--voy-color-primary) 24%, var(--voy-color-line));
  background: color-mix(in srgb, var(--voy-color-primary) 10%, var(--voy-color-surface));
  color: var(--voy-color-heading);
  transform: translateX(2px);
}

.voy-explorer-filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 80%, transparent);
  border-radius: 14px;
  background: transparent;
  color: var(--voy-color-muted);
}

.voy-explorer-filter-toggle.is-open {
  color: var(--voy-color-heading);
  transform: rotate(180deg);
}

.voy-selected-filters {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.voy-selected-filter {
  width: 100%;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 90%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--voy-color-surface) 88%, var(--voy-color-panel) 12%);
  color: var(--voy-color-text);
  text-align: left;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}

.voy-selected-filter__icon {
  color: var(--voy-color-muted);
}

.voy-bag-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.voy-bag-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--voy-color-line) 88%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--voy-color-surface) 92%, var(--voy-color-panel) 8%);
  color: var(--voy-color-text);
  font-size: 0.78rem;
  font-weight: 550;
  text-decoration: none;
}

.voy-bag-badge:hover,
.voy-bag-badge:focus-visible {
  color: var(--voy-color-heading);
  border-color: color-mix(in srgb, var(--voy-color-primary) 24%, var(--voy-color-line));
  background: color-mix(in srgb, var(--voy-color-primary) 10%, var(--voy-color-surface));
}

.voy-panel-head {
  flex-wrap: wrap;
  row-gap: 10px;
}

[data-bag-list] {
  display: grid;
  gap: 14px;
}

.voy-explorer__results-count {
  font-weight: 700;
  color: var(--voy-color-heading);
  font-size: 1.35rem;
}

.voy-explorer__load-more {
  justify-content: center;
}

.voy-explorer__load-more .voy-button[hidden] {
  display: none;
}

.voy-explorer.is-enhanced [data-archive-pagination] {
  display: none;
}

.voy-card--skeleton {
  pointer-events: none;
}

.voy-card--skeleton .voy-card__body {
  display: grid;
  gap: 14px;
}

.voy-card--skeleton .voy-card__placeholder,
.voy-card--skeleton .voy-chip--skeleton,
.voy-card--skeleton .voy-card__skeleton,
.voy-card--skeleton .voy-card__cta--skeleton {
  background: linear-gradient(90deg, var(--voy-color-panel) 15%, color-mix(in srgb, var(--voy-color-panel) 72%, white) 45%, var(--voy-color-panel) 75%);
  background-size: 200% 100%;
  animation: voy-shimmer 1.4s linear infinite;
  color: transparent;
}

.voy-chip--skeleton {
  width: 78px;
  min-height: 34px;
  border-radius: 999px;
  border: 0;
}

.voy-card__skeleton {
  display: block;
  height: 18px;
  border-radius: 999px;
}

.voy-card__skeleton--title {
  width: 72%;
  height: 24px;
}

.voy-card__skeleton--line.is-short {
  width: 56%;
}

.voy-card__cta--skeleton {
  width: 130px;
  min-height: 18px;
  border-radius: 999px;
}

[data-archive-grid].is-loading {
  opacity: 0.55;
  pointer-events: none;
}

@keyframes voy-shimmer {
  from { background-position: 200% 0; }
  to { background-position: -200% 0; }
}

@keyframes voy-toast-bounce-in {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.82);
  }

  58% {
    opacity: 1;
    transform: translate3d(0, -10px, 0) scale(1.03);
  }

  78% {
    transform: translate3d(0, 4px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes voy-toast-bounce-out {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.94);
  }
}

@keyframes voy-toast-progress {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

@keyframes voy-spin {
  to { transform: rotate(360deg); }
}

@keyframes voy-nav-dot-glow {
  0% {
    box-shadow:
      0 0 0 0 color-mix(in srgb, var(--voy-nav-dot-core) 0%, transparent),
      0 0 8px color-mix(in srgb, var(--voy-nav-dot-core) 38%, transparent);
    filter: saturate(0.98);
  }

  45% {
    box-shadow:
      0 0 0 8px color-mix(in srgb, var(--voy-nav-dot-glow) 32%, transparent),
      0 0 18px color-mix(in srgb, var(--voy-nav-dot-core) 62%, transparent);
    filter: saturate(1.06);
  }

  100% {
    box-shadow:
      0 0 0 14px color-mix(in srgb, var(--voy-nav-dot-glow) 0%, transparent),
      0 0 8px color-mix(in srgb, var(--voy-nav-dot-core) 18%, transparent);
    filter: saturate(1);
  }
}

@keyframes voy-page-transition-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-6px) scale(1.02);
  }
}

@keyframes voy-page-transition-symbol {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(1.04) rotate(4deg);
  }
}

@keyframes voy-tech-particle {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.78);
  }

  14% {
    opacity: 0.82;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--voy-tech-particle-travel-x), var(--voy-tech-particle-travel-y), 0) scale(1.18);
  }
}

@keyframes voy-tech-eq {
  0%,
  100% {
    transform: scaleY(0.72);
    opacity: 0.8;
  }

  35% {
    transform: scaleY(1);
    opacity: 1;
  }

  68% {
    transform: scaleY(0.52);
    opacity: 0.76;
  }
}

@keyframes voy-view-transition-old {
  from {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }

  to {
    opacity: 0;
    filter: blur(16px);
    transform: scale(1.03);
  }
}

@keyframes voy-view-transition-new {
  from {
    opacity: 0;
    filter: blur(18px);
    transform: scale(0.982);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(root),
  ::view-transition-old(root),
  ::view-transition-new(root),
  .voy-page-transition,
  .voy-page-transition__symbol-shell,
  .voy-page-transition__symbol-motion,
  .voy-page-transition__symbol,
  .voy-banner-tech__particles span,
  .voy-banner-tech__bars span {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1080px) {
  .voy-grid--four,
  .voy-grid--three,
  .voy-metric-grid,
  .voy-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voy-explorer {
    grid-template-columns: 1fr;
  }

  .voy-explorer__sidebar {
    position: static;
  }

  .voy-explorer__toolbar {
    grid-template-columns: 1fr;
  }

  .voy-explorer__results-head .voy-inline-note {
    max-width: none;
    text-align: left;
  }

  .voy-portfolio-story__hero {
    grid-template-columns: 1fr;
  }

  .voy-portfolio-story__summary {
    position: static;
    padding-block: 0;
  }

  .voy-site-footer__nav-grid {
    grid-template-columns: 1fr;
  }

  .voy-static-metrics,
  .voy-offer-grid,
  .voy-static-hero__grid,
  .voy-static-process {
    grid-template-columns: 1fr;
  }

  .voy-home-banner {
    grid-template-columns: 1fr;
  }

  .voy-home-banner__copy {
    max-width: none;
  }

  .voy-home-banner__visual {
    min-height: clamp(420px, 70vw, 580px);
  }

  .voy-banner-tech__float-card--stack {
    top: 8%;
    left: 4%;
  }

  .voy-banner-tech__float-card--telemetry {
    right: 5%;
    bottom: 8%;
  }

  .voy-portal-context-bar,
  .voy-item-editor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voy-document-row,
  .voy-item-documents__link {
    align-items: flex-start;
    flex-direction: column;
  }

  .voy-item-documents__link small {
    margin-left: 0;
  }

  .voy-document-row__actions {
    justify-content: flex-start;
  }

  .voy-item-editor__controls,
  .voy-item-editor__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .voy-hero--home {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .voy-immersive-hero {
    min-height: clamp(540px, 86vw, 700px);
    padding: clamp(44px, 8vw, 76px) 22px;
  }

  .voy-immersive-hero__backdrop {
    inset: -10% -12% -12%;
  }

  .voy-immersive-hero__symbol {
    width: clamp(360px, 82vw, 680px);
  }

  .voy-immersive-hero__copy {
    gap: 18px;
    max-width: 720px;
  }

  .voy-immersive-hero__copy h1 {
    max-width: 11ch;
    font-size: clamp(2.9rem, 11vw, 5rem);
  }

  .voy-immersive-hero__copy p {
    max-width: 30ch;
    font-size: clamp(1.04rem, 3.2vw, 1.32rem);
  }

  .voy-home-banner__signals {
    grid-template-columns: 1fr;
  }

  .voy-home-banner__signal:last-child {
    grid-column: auto;
  }

  .voy-home-banner__visual {
    min-height: clamp(380px, 82vw, 520px);
  }

  .voy-banner-tech__core {
    left: 10%;
    right: 10%;
    padding: 20px;
  }

  .voy-banner-tech__readings {
    grid-template-columns: 1fr;
  }

  .voy-banner-tech__float-card {
    max-width: 210px;
    padding: 16px;
  }

  .voy-banner-tech__float-card--stack {
    top: 14px;
    left: 14px;
  }

  .voy-banner-tech__float-card--telemetry {
    right: 14px;
    bottom: 14px;
  }

  .voy-banner-tech__telemetry {
    gap: 8px;
  }

  .voy-menu li.is-submenu-open > .voy-menu__toggle .voy-menu__toggle-icon {
    transform: rotate(180deg);
  }

  .voy-menu .sub-menu li.is-submenu-open > .voy-menu__toggle[data-menu-depth="2"] .voy-menu__toggle-icon,
  .voy-menu .children li.is-submenu-open > .voy-menu__toggle[data-menu-depth="2"] .voy-menu__toggle-icon {
    transform: rotate(180deg);
  }

  .voy-archive-page {
    padding-top: 28px;
  }

  .voy-explorer__sidebar {
    gap: 14px;
  }

  .voy-portfolio-story__hero-shell {
    padding: 40px 0 18px;
  }

  .voy-portfolio-story__frame,
  .voy-portfolio-story__copy-shell,
  .voy-portfolio-story__section-media {
    width: min(100%, calc(100% - 32px));
  }

  .voy-portfolio-story__media-stage {
    padding: 14px;
    border-radius: 26px;
  }

  .voy-portfolio-story__summary h1 {
    font-size: clamp(2.2rem, 11vw, 3.6rem);
  }

  .voy-filter-panel--explorer {
    padding: 18px;
  }

  .voy-explorer-filter-tree:not(.is-nested) {
    display: flex;
    overflow: auto;
    gap: 10px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .voy-explorer-filter-tree:not(.is-nested)::-webkit-scrollbar {
    display: none;
  }

  .voy-explorer-filter-tree:not(.is-nested) > .voy-explorer-filter-item {
    min-width: max-content;
  }

  .voy-explorer-filter-tree.is-nested {
    padding-left: 0;
  }

  .voy-explorer-filter-row {
    grid-template-columns: auto auto;
  }

  .voy-explorer-filter-button {
    white-space: nowrap;
  }

  .voy-nav-toggle {
    display: inline-flex;
  }

  body.voy-nav-open {
    overflow: hidden;
  }

  .voy-nav-backdrop {
    display: block;
    position: fixed;
    top: var(--voy-mobile-nav-top);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 38;
    border: 0;
    background: rgba(4, 24, 29, 0.4);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms ease;
  }

  body.voy-nav-open .voy-nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .voy-primary-nav {
    position: fixed;
    top: var(--voy-mobile-nav-top);
    right: calc(16px + env(safe-area-inset-right, 0px));
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    left: calc(16px + env(safe-area-inset-left, 0px));
    width: auto;
    max-width: min(420px, calc(100vw - 32px));
    max-height: var(--voy-mobile-nav-max-height);
    margin-left: auto;
    display: block;
    z-index: 39;
    pointer-events: none;
  }

  .voy-primary-nav__sheet {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 14px;
    height: min(100%, var(--voy-mobile-nav-max-height));
    min-height: 0;
    padding: 18px 16px calc(38px + env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-padding-bottom: 32px;
    scrollbar-gutter: stable both-edges;
    border: 1px solid color-mix(in srgb, var(--voy-color-line) 82%, transparent);
    border-radius: 28px;
    background:
      radial-gradient(circle at top right, color-mix(in srgb, var(--voy-color-secondary) 12%, transparent), transparent 34%),
      linear-gradient(180deg, color-mix(in srgb, var(--voy-color-surface) 96%, var(--voy-color-panel) 4%), var(--voy-color-surface));
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transform: translateX(108%);
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
  }

  .voy-primary-nav.is-open {
    pointer-events: auto;
  }

  .voy-primary-nav.is-open .voy-primary-nav__sheet {
    opacity: 1;
    transform: translateX(0);
  }

  .voy-menu,
  .voy-site-header__inner,
  .voy-header-actions {
    flex-wrap: wrap;
  }

  .voy-menu {
    display: grid;
    gap: 0;
    align-content: start;
    margin: 0;
    padding: 4px 0 22px;
    list-style: none;
    min-height: 0;
    scroll-padding-bottom: 24px;
  }

  .voy-menu::after {
    content: "";
    display: block;
    height: 18px;
  }

  .voy-primary-nav__mobile-brand {
    display: block;
    padding: 0 44px 10px 0;
    border-bottom: 1px solid color-mix(in srgb, var(--voy-color-line) 72%, transparent);
  }

  .voy-primary-nav__mobile-brand .voy-brand {
    width: fit-content;
  }

  .voy-primary-nav__mobile-brand .voy-brand__logos {
    width: min(var(--voy-brand-logo-width, 168px), 154px);
    min-height: 36px;
  }

  .voy-primary-nav__mobile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding-bottom: 2px;
  }

  .voy-primary-nav__mobile-actions .voy-language-switcher,
  .voy-primary-nav__mobile-actions .voy-theme-switch {
    flex: 0 0 auto;
  }

  .voy-primary-nav__mobile-actions .voy-language-switcher {
    width: 76px;
    min-width: 76px;
  }

  .voy-primary-nav__mobile-actions .voy-language-switcher__menu {
    left: 0;
    right: auto;
  }

  .voy-primary-nav__mobile-actions .voy-header-cta {
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }

  .voy-primary-nav__mobile-actions > .voy-header-cta:only-child {
    grid-column: 1 / -1;
  }

  .voy-menu > li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 8px;
    padding: 0 2px;
    border: 0;
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
    transition:
      background-color 220ms ease,
      transform 220ms var(--voy-ease-organic-soft);
  }

  .voy-menu > li + li {
    margin-top: 4px;
  }

  .voy-menu > li::before,
  .voy-menu > li > a::before,
  .voy-menu > li > a::after {
    display: none;
  }

  .voy-menu > li:hover,
  .voy-menu > li:focus-within,
  .voy-menu > li.is-submenu-open {
    background: color-mix(in srgb, var(--voy-color-primary) 3%, transparent);
  }

  .voy-menu > li > a {
    min-width: 0;
    min-height: 0;
    padding: 16px 6px 16px 2px;
    font-size: 0.98rem;
    font-weight: 650;
  }

  .voy-menu > li > a::after {
    left: auto;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
  }

  .voy-menu .children,
  .voy-menu .sub-menu,
  .voy-menu .sub-menu .sub-menu,
  .voy-menu .children .children,
  .voy-menu .children .sub-menu,
  .voy-menu .sub-menu .children {
    position: static;
    left: auto;
    top: auto;
    min-width: 0;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0 0 0 14px;
    border: 0;
    border-left: 1px solid color-mix(in srgb, var(--voy-color-line) 32%, transparent);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    overflow: hidden;
    max-height: 0;
    transition:
      max-height 340ms var(--voy-ease-organic-out),
      opacity 220ms ease,
      transform 280ms var(--voy-ease-organic-soft),
      padding-top 220ms ease,
      padding-bottom 220ms ease,
      margin-top 220ms ease,
      margin-bottom 220ms ease,
      border-left-color 220ms ease;
  }

  .voy-menu > li > .children,
  .voy-menu > li > .sub-menu,
  .voy-menu .children li > .children,
  .voy-menu .children li > .sub-menu,
  .voy-menu .sub-menu li > .children,
  .voy-menu .sub-menu li > .sub-menu {
    left: auto;
    right: auto;
    top: auto;
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
  }

  .voy-menu > li > .children,
  .voy-menu > li > .sub-menu {
    margin-left: 4px;
    padding-left: 16px;
  }

  .voy-menu li.is-submenu-open > .sub-menu,
  .voy-menu li.is-submenu-open > .children {
    padding-top: 4px;
    padding-bottom: 12px;
    margin-top: 2px;
    margin-bottom: 6px;
    opacity: 1;
    transform: none;
    visibility: visible;
    pointer-events: auto;
    border-left-color: color-mix(in srgb, var(--voy-color-primary) 10%, var(--voy-color-line));
  }

  .voy-menu .children li,
  .voy-menu .sub-menu li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 8px;
    padding-left: 0;
  }

  .voy-menu .children a,
  .voy-menu .sub-menu a {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 6px 12px 0;
    border-radius: 12px;
    font-size: 0.91rem;
    font-weight: 610;
    line-height: 1.4;
    min-width: 0;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  }

  .voy-menu .children a::before,
  .voy-menu .sub-menu a::before {
    content: "";
    width: 4px;
    height: 4px;
    margin-right: 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--voy-color-muted) 46%, transparent);
    opacity: 0.42;
    flex: 0 0 auto;
    transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
  }

  .voy-menu .children > li + li,
  .voy-menu .sub-menu > li + li {
    border-top: 1px solid color-mix(in srgb, var(--voy-color-line) 16%, transparent);
  }

  .voy-menu .sub-menu .sub-menu,
  .voy-menu .children .children,
  .voy-menu .children .sub-menu,
  .voy-menu .sub-menu .children {
    gap: 0;
    margin-left: 10px;
    padding-left: 14px;
    border-left-color: color-mix(in srgb, var(--voy-color-primary) 14%, transparent);
  }

  .voy-menu .children .children li,
  .voy-menu .children .sub-menu li,
  .voy-menu .sub-menu .children li,
  .voy-menu .sub-menu .sub-menu li {
    gap: 6px;
  }

  .voy-menu .children .children a,
  .voy-menu .children .sub-menu a,
  .voy-menu .sub-menu .children a,
  .voy-menu .sub-menu .sub-menu a {
    padding: 10px 4px 10px 0;
    font-size: 0.88rem;
    font-weight: 590;
  }

  .voy-menu .children .children a::before,
  .voy-menu .children .sub-menu a::before,
  .voy-menu .sub-menu .children a::before,
  .voy-menu .sub-menu .sub-menu a::before {
    width: 4px;
    height: 4px;
    margin-right: 8px;
    opacity: 0.44;
  }

  .voy-menu .children a:hover,
  .voy-menu .children a:focus-visible,
  .voy-menu .sub-menu a:hover,
  .voy-menu .sub-menu a:focus-visible {
    transform: translateX(2px);
    background: color-mix(in srgb, var(--voy-color-primary) 3%, transparent);
  }

  .voy-menu .children a:hover::before,
  .voy-menu .children a:focus-visible::before,
  .voy-menu .sub-menu a:hover::before,
  .voy-menu .sub-menu a:focus-visible::before {
    opacity: 0.72;
    transform: scale(1.1);
    background: color-mix(in srgb, var(--voy-color-primary) 18%, var(--voy-color-muted));
  }

  .voy-menu .sub-menu .voy-menu__toggle,
  .voy-menu .children .voy-menu__toggle {
    position: static;
    width: 28px;
    height: 28px;
    margin-right: 0;
  }

  .voy-menu > li > .voy-menu__toggle,
  .voy-menu .sub-menu .voy-menu__toggle,
  .voy-menu .children .voy-menu__toggle {
    justify-self: end;
    align-self: start;
    border: 0;
    background: color-mix(in srgb, var(--voy-color-surface) 12%, transparent);
    box-shadow: none;
    color: color-mix(in srgb, var(--voy-color-heading) 82%, var(--voy-color-muted));
  }

  .voy-menu > li > .voy-menu__toggle {
    width: 32px;
    height: 32px;
    margin-top: 10px;
    margin-right: 2px;
  }

  .voy-menu .sub-menu .voy-menu__toggle,
  .voy-menu .children .voy-menu__toggle {
    margin-top: 8px;
  }

  .voy-menu > li > .voy-menu__toggle .voy-menu__toggle-icon {
    font-size: 0.92rem;
  }

  .voy-menu .sub-menu .voy-menu__toggle .voy-menu__toggle-icon,
  .voy-menu .children .voy-menu__toggle .voy-menu__toggle-icon {
    font-size: 0.82rem;
  }

  .voy-menu li.is-submenu-open > .voy-menu__toggle {
    color: var(--voy-color-heading);
    background: color-mix(in srgb, var(--voy-color-primary) 8%, transparent);
  }

  .voy-header-actions--desktop {
    display: none;
  }

  .voy-modal {
    padding: 10px;
  }

  .voy-modal__dialog {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
    padding: 18px;
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  .voy-immersive-hero {
    min-height: clamp(460px, 92vw, 580px);
    padding: 38px 18px 44px;
  }

  .voy-immersive-hero__backdrop {
    inset: -8% -18% -10%;
  }

  .voy-immersive-hero__glow--left {
    width: 42%;
    height: 34%;
  }

  .voy-immersive-hero__glow--right {
    width: 48%;
    height: 36%;
  }

  .voy-immersive-hero__symbol {
    width: clamp(320px, 94vw, 560px);
    opacity: 0.08;
  }

  .voy-immersive-hero__copy p {
    max-width: 28ch;
    font-size: clamp(1rem, 4.6vw, 1.16rem);
  }

  .voy-grid--four,
  .voy-grid--three,
  .voy-site-footer__grid,
  .voy-site-footer__nav-grid,
  .voy-metric-grid,
  .voy-portal-context-bar {
    grid-template-columns: 1fr;
  }

  .voy-static-metrics,
  .voy-offer-grid,
  .voy-static-hero__grid,
  .voy-static-process {
    grid-template-columns: 1fr;
  }

  .voy-home-banner__eyebrow {
    gap: 8px;
  }

  .voy-home-banner__kicker {
    min-height: 36px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .voy-home-banner__visual {
    min-height: 360px;
  }

  .voy-banner-tech {
    border-radius: 28px;
  }

  .voy-banner-tech__core {
    left: 14px;
    right: 14px;
    padding: 18px;
    border-radius: 24px;
  }

  .voy-banner-tech__brand {
    align-items: flex-start;
  }

  .voy-banner-tech__brand-mark {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }

  .voy-banner-tech__bars {
    min-height: 58px;
    gap: 6px;
  }

  .voy-banner-tech__float-card {
    max-width: 176px;
    gap: 8px;
    border-radius: 18px;
  }

  .voy-banner-tech__float-card--stack {
    display: none;
  }

  .voy-banner-tech__float-card p {
    font-size: 0.82rem;
  }

  .voy-banner-tech__telemetry {
    grid-template-columns: 1fr;
  }

  .voy-hero,
  .voy-section,
  .voy-portfolio-head,
  .voy-section--portal {
    padding: 48px 0;
  }

  .voy-explorer__search-result {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .voy-auth-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .voy-site-footer__brand,
  .voy-footer-widget {
    padding: 20px;
  }

  .voy-site-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .voy-auth-brand-panel,
  .voy-auth-card {
    padding: 24px;
  }

  .voy-archive-toolbar input,
  .voy-archive-toolbar select,
  .voy-archive-toolbar button,
  .voy-auth-card form > *,
  .voy-portal-filters > * {
    width: 100%;
  }

  .voy-explorer__toolbar {
    padding: 14px;
  }

  .voy-explorer__search-field {
    min-height: 54px;
  }

  .voy-share-url-actions {
    flex-direction: column;
  }

  .voy-share-url-actions > * {
    width: 100%;
  }

  .voy-modal--share .voy-modal__dialog--share {
    padding: 22px;
  }

  .voy-share-url-overview,
  .voy-share-url-card {
    padding: 18px;
  }

  .voy-auth-row {
    align-items: stretch;
  }

  .voy-auth-link--inline {
    white-space: normal;
  }

  .voy-process-item {
    grid-template-columns: 1fr;
    padding-left: 20px;
  }

  .voy-check-list li,
  .voy-process-item {
    padding-left: 18px;
  }

  .voy-toast-stack {
    right: 16px;
    left: 16px;
    bottom: 16px;
    width: auto;
  }
}
