@media (min-width: 781px) {
  html,
  body,
  #app {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  body {
    overflow: hidden;
  }

  .site-shell {
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
  }

  .topbar,
  .footer {
    flex: 0 0 auto;
  }

  .main-stage {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .main-stage:has(.home-page),
  .main-stage:has(.platform-page),
  .main-stage:has(.materials-workspace),
  .main-stage:has(.about-workspace),
  .main-stage:has(.innovation-panel),
  .main-stage:has(.admin-dashboard) {
    overflow-y: hidden;
  }

  .main-stage > .home-page,
  .main-stage > .materials-workspace,
  .main-stage > .about-workspace,
  .main-stage > .innovation-panel {
    height: 100%;
    min-height: 0;
  }

  .main-stage > .admin-dashboard {
    height: calc(100% - 28px);
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    margin-bottom: 0;
  }

  .admin-workspace,
  .admin-main {
    min-height: 0;
    height: 100%;
    align-items: stretch;
  }

  .admin-side,
  .admin-list,
  .admin-editor {
    min-height: 0;
    max-height: 100%;
    overscroll-behavior: contain;
  }

  .admin-side {
    overflow: auto;
    scrollbar-width: thin;
  }

  .admin-list {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .admin-rows {
    max-height: none;
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .admin-editor {
    overflow: auto;
    align-content: start;
    scrollbar-width: thin;
  }

  .admin-editor,
  .admin-rows,
  .admin-side {
    -webkit-overflow-scrolling: touch;
  }

  .admin-editor::-webkit-scrollbar,
  .admin-rows::-webkit-scrollbar,
  .admin-side::-webkit-scrollbar {
    width: 8px;
  }

  .admin-editor::-webkit-scrollbar-thumb,
  .admin-rows::-webkit-scrollbar-thumb,
  .admin-side::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(6, 72, 183, .2);
  }

  .admin-editor > *,
  .admin-rows > * {
    min-width: 0;
  }

  .main-stage > .platform-page {
    min-height: 100%;
  }

  .platform-page {
    perspective: 1400px;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    scrollbar-gutter: stable;
  }

  .platform-slide {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    transform-origin: 50% 54%;
    will-change: opacity, transform, filter, clip-path;
  }

  .platform-slide .tag-row {
    display: none;
  }

  .platform-slide .product-slide-copy,
  .platform-slide .product-visual {
    will-change: opacity, transform, filter;
  }

  .platform-slide .product-slide-copy {
    overflow: hidden !important;
    scrollbar-gutter: stable;
  }

  .platform-slide .product-visual {
    align-self: stretch;
    display: grid;
    grid-template-rows: minmax(0, 1fr) minmax(78px, clamp(88px, 13svh, 124px));
    align-content: center;
    align-items: center;
    justify-items: center;
    gap: 14px;
    min-height: 0;
    height: 100%;
    overflow: hidden;
  }

  .platform-slide .product-visual:not(:has(.product-scene-grid)) {
    grid-template-rows: minmax(0, 1fr);
  }

  .platform-slide .product-visual > img {
    width: min(100%, 820px);
    height: min(100%, 430px);
    max-height: min(46svh, 430px);
    aspect-ratio: 16 / 9;
    object-fit: fill;
    padding: 0;
    border: 1px solid rgba(6, 72, 183, .12);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(231, 241, 255, .86)),
      #eaf2ff;
    box-shadow: 0 22px 54px rgba(5, 46, 120, .14);
    align-self: center;
    justify-self: center;
  }

  .platform-slide .product-scene-grid {
    width: min(100%, 820px);
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    justify-self: center;
    align-self: end;
    overflow: hidden;
  }

  .platform-slide .product-scene-grid figure {
    position: relative;
    min-height: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(234, 242, 255, .86);
  }

  .platform-slide .product-scene-grid img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    padding: 0;
  }

  .platform-slide .product-scene-grid figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 0;
    padding: 8px 10px;
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(7, 26, 51, .72));
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-slide {
    scroll-margin-top: 0;
  }

  .main-stage:has(.product-pages) {
    scroll-snap-type: none;
    overscroll-behavior-y: contain;
    overflow-y: hidden;
  }

  .main-stage:has(.product-pages) .product-pages {
    height: 100%;
    min-height: 100%;
    display: block;
    position: relative;
  }

  .main-stage:has(.product-pages) .product-pages > .product-quick-zone {
    position: fixed;
    left: 0;
    right: 0;
    top: 76px;
    height: 14px;
    z-index: 44;
  }

  .main-stage:has(.product-pages) .product-pages > .product-slide {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100%;
    aspect-ratio: auto;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    grid-template-rows: minmax(0, 1fr);
    align-items: stretch;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: clamp(18px, 4svh, 46px);
    padding-bottom: clamp(18px, 4svh, 46px);
  }

  .product-pages .product-slide-copy,
  .product-pages .product-visual {
    min-height: 0;
    max-height: 100%;
  }

  .product-pages .product-slide-copy {
    overflow: hidden;
  }

  .product-pages .product-lead {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .product-pages .product-detail {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .product-pages .product-visual {
    display: grid;
    grid-template-rows: minmax(0, 1fr) minmax(86px, clamp(92px, 15svh, 132px));
    align-content: center;
    align-items: center;
    justify-items: center;
    gap: 14px;
    height: 100%;
    overflow: hidden;
  }

  .product-pages .product-visual:not(:has(.product-scene-grid)) {
    grid-template-rows: minmax(0, 1fr);
  }

  .product-pages .product-visual > img {
    width: min(100%, 720px);
    height: min(100%, 430px);
    max-height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: fill;
    padding: 0;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(231, 241, 255, .88)),
      #eaf2ff;
    align-self: center;
    justify-self: center;
  }

  .product-pages .product-scene-grid {
    width: min(100%, 720px);
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    justify-self: center;
    align-self: end;
    overflow: hidden;
  }

  .product-pages .product-scene-grid figure {
    position: relative;
    min-height: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
  }

  .product-pages .product-scene-grid img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    padding: 0;
    background: rgba(234, 242, 255, .86);
  }

  .product-pages .product-scene-grid figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 0;
    padding: 8px 10px;
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(7, 26, 51, .72));
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .detail-card > img,
  .scene-item img {
    object-fit: fill;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(231, 241, 255, .88)),
      #eaf2ff;
  }

  .product-pages > .product-slide {
    transform-origin: 50% 54%;
    backface-visibility: hidden;
    will-change: opacity, transform, filter, clip-path;
  }

  .product-pages > .product-slide.page-turn-up {
    animation: pageTurnUp 1.78s cubic-bezier(.16, 1, .3, 1) both;
  }

  .product-pages > .product-slide.page-turn-down {
    animation: pageTurnDown 1.78s cubic-bezier(.16, 1, .3, 1) both;
  }

  .product-pages > .product-slide.page-turn-up.page-fx-zoom,
  .product-pages > .product-slide.page-turn-down.page-fx-zoom {
    animation-name: pageZoom;
  }

  .product-pages > .product-slide.page-turn-up.page-fx-wipe {
    animation-name: pageWipeUp;
  }

  .product-pages > .product-slide.page-turn-down.page-fx-wipe {
    animation-name: pageWipeDown;
  }

  .product-pages > .product-slide.page-turn-up.page-fx-fold {
    animation-name: pageFoldUp;
  }

  .product-pages > .product-slide.page-turn-down.page-fx-fold {
    animation-name: pageFoldDown;
  }

  .product-pages > .product-slide.page-turn-up.page-fx-lift {
    animation-name: pageLiftUp;
  }

  .product-pages > .product-slide.page-turn-down.page-fx-lift {
    animation-name: pageLiftDown;
  }

  .product-pages > .product-slide.page-turn-up .product-slide-copy,
  .product-pages > .product-slide.page-turn-down .product-slide-copy {
    animation: pageCopyIn 1.82s cubic-bezier(.16, 1, .3, 1) both;
  }

  .product-pages > .product-slide.page-turn-up .product-visual,
  .product-pages > .product-slide.page-turn-down .product-visual {
    animation: pageVisualIn 1.9s cubic-bezier(.16, 1, .3, 1) both;
  }

  .platform-slide.page-turn-up {
    animation: pageTurnUp 1.78s cubic-bezier(.16, 1, .3, 1) both;
  }

  .platform-slide.page-turn-down {
    animation: pageTurnDown 1.78s cubic-bezier(.16, 1, .3, 1) both;
  }

  .platform-slide.page-turn-up.page-fx-zoom,
  .platform-slide.page-turn-down.page-fx-zoom {
    animation-name: pageZoom;
  }

  .platform-slide.page-turn-up.page-fx-wipe {
    animation-name: pageWipeUp;
  }

  .platform-slide.page-turn-down.page-fx-wipe {
    animation-name: pageWipeDown;
  }

  .platform-slide.page-turn-up.page-fx-fold {
    animation-name: pageFoldUp;
  }

  .platform-slide.page-turn-down.page-fx-fold {
    animation-name: pageFoldDown;
  }

  .platform-slide.page-turn-up.page-fx-lift {
    animation-name: pageLiftUp;
  }

  .platform-slide.page-turn-down.page-fx-lift {
    animation-name: pageLiftDown;
  }

  .platform-slide.page-turn-up .product-slide-copy,
  .platform-slide.page-turn-down .product-slide-copy {
    animation: pageCopyIn 1.82s cubic-bezier(.16, 1, .3, 1) both;
  }

  .platform-slide.page-turn-up .product-visual,
  .platform-slide.page-turn-down .product-visual {
    animation: pageVisualIn 1.9s cubic-bezier(.16, 1, .3, 1) both;
  }

  .platform-transition-layer {
    overflow: hidden !important;
    backface-visibility: hidden;
    transform-origin: 50% 54%;
    will-change: opacity, transform, filter, clip-path;
    box-shadow: 0 34px 80px rgba(5, 46, 120, .18);
  }

  .platform-transition-layer.page-exit-up {
    animation: pageExitUp 1.72s cubic-bezier(.16, 1, .3, 1) both;
  }

  .platform-transition-layer.page-exit-down {
    animation: pageExitDown 1.72s cubic-bezier(.16, 1, .3, 1) both;
  }

  .platform-transition-layer.page-fx-zoom {
    animation-name: pageExitZoom;
  }

  .platform-transition-layer.page-exit-up.page-fx-wipe {
    animation-name: pageExitWipeUp;
  }

  .platform-transition-layer.page-exit-down.page-fx-wipe {
    animation-name: pageExitWipeDown;
  }

  .platform-transition-layer.page-exit-up.page-fx-fold {
    animation-name: pageExitFoldUp;
  }

  .platform-transition-layer.page-exit-down.page-fx-fold {
    animation-name: pageExitFoldDown;
  }

  .platform-transition-layer.page-exit-up.page-fx-lift {
    animation-name: pageExitLiftUp;
  }

  .platform-transition-layer.page-exit-down.page-fx-lift {
    animation-name: pageExitLiftDown;
  }

  .dropdown {
    width: min(860px, calc(100vw - 48px));
    max-height: min(68svh, 560px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 6px 8px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 12px;
    scrollbar-width: thin;
  }

  .dropdown::-webkit-scrollbar {
    width: 8px;
  }

  .dropdown::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(6, 72, 183, .22);
  }

  .dropdown-item,
  .dropdown-lock {
    min-width: 0;
    min-height: 64px;
    align-content: start;
  }

  .dropdown-item span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dropdown-lock {
    grid-column: 1 / -1;
    min-height: 42px;
    margin-top: 2px;
    align-content: center;
  }

  .nav-group:nth-last-child(-n + 2) .dropdown {
    right: 0;
    left: auto;
    transform: translateY(8px);
  }

  .nav-group:nth-last-child(-n + 2):hover .dropdown,
  .nav-group:nth-last-child(-n + 2):focus-within .dropdown {
    transform: translateY(0);
  }
}

@keyframes pageTurnUp {
  0% {
    opacity: .12;
    clip-path: inset(12% 0 0 0);
    filter: blur(10px);
    transform: translate3d(0, 58px, 0) scale(.972) rotateX(2.8deg);
  }

  58% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1) rotateX(0);
  }
}

@keyframes pageTurnDown {
  0% {
    opacity: .12;
    clip-path: inset(0 0 12% 0);
    filter: blur(10px);
    transform: translate3d(0, -58px, 0) scale(.972) rotateX(-2.8deg);
  }

  58% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1) rotateX(0);
  }
}

@keyframes pageExitUp {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1) rotateX(0);
  }

  100% {
    opacity: 0;
    filter: blur(12px);
    transform: translate3d(0, -76px, 0) scale(.96) rotateX(-4deg);
  }
}

@keyframes pageExitDown {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1) rotateX(0);
  }

  100% {
    opacity: 0;
    filter: blur(12px);
    transform: translate3d(0, 76px, 0) scale(.96) rotateX(4deg);
  }
}

@keyframes pageExitZoom {
  0% {
    opacity: 1;
    filter: blur(0) saturate(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    filter: blur(14px) saturate(.82);
    transform: scale(.9);
  }
}

@keyframes pageExitWipeUp {
  0% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: .18;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0, -30px, 0);
  }
}

@keyframes pageExitWipeDown {
  0% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: .18;
    clip-path: inset(100% 0 0 0);
    transform: translate3d(0, 30px, 0);
  }
}

@keyframes pageExitFoldUp {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotateX(0) scale(1);
  }

  100% {
    opacity: 0;
    filter: blur(11px);
    transform: translate3d(0, -64px, 0) rotateX(10deg) scale(.94);
  }
}

@keyframes pageExitFoldDown {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotateX(0) scale(1);
  }

  100% {
    opacity: 0;
    filter: blur(11px);
    transform: translate3d(0, 64px, 0) rotateX(-10deg) scale(.94);
  }
}

@keyframes pageExitLiftUp {
  0% {
    opacity: 1;
    filter: brightness(1);
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    filter: brightness(1.12) blur(10px);
    transform: translate3d(0, -92px, 0) scale(1.035);
  }
}

@keyframes pageExitLiftDown {
  0% {
    opacity: 1;
    filter: brightness(1);
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    filter: brightness(1.12) blur(10px);
    transform: translate3d(0, 92px, 0) scale(1.035);
  }
}

@keyframes pageZoom {
  0% {
    opacity: .08;
    filter: blur(12px) saturate(.86);
    transform: translate3d(0, 18px, 0) scale(1.045);
  }

  55% {
    opacity: 1;
    filter: blur(0) saturate(1);
  }

  100% {
    opacity: 1;
    filter: blur(0) saturate(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes pageWipeUp {
  0% {
    opacity: .16;
    clip-path: inset(100% 0 0 0);
    filter: blur(8px);
    transform: translate3d(0, 18px, 0);
  }

  62% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pageWipeDown {
  0% {
    opacity: .16;
    clip-path: inset(0 0 100% 0);
    filter: blur(8px);
    transform: translate3d(0, -18px, 0);
  }

  62% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pageFoldUp {
  0% {
    opacity: .1;
    filter: blur(9px);
    transform: translate3d(0, 36px, 0) rotateX(7deg) scale(.975);
  }

  58% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotateX(0) scale(1);
  }
}

@keyframes pageFoldDown {
  0% {
    opacity: .1;
    filter: blur(9px);
    transform: translate3d(0, -36px, 0) rotateX(-7deg) scale(.975);
  }

  58% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotateX(0) scale(1);
  }
}

@keyframes pageLiftUp {
  0% {
    opacity: .12;
    filter: blur(8px) brightness(1.05);
    transform: translate3d(0, 46px, 0) scale(.992);
  }

  46% {
    opacity: .86;
    filter: blur(2px) brightness(1.02);
  }

  100% {
    opacity: 1;
    filter: blur(0) brightness(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes pageLiftDown {
  0% {
    opacity: .12;
    filter: blur(8px) brightness(1.05);
    transform: translate3d(0, -46px, 0) scale(.992);
  }

  46% {
    opacity: .86;
    filter: blur(2px) brightness(1.02);
  }

  100% {
    opacity: 1;
    filter: blur(0) brightness(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes pageCopyIn {
  0% {
    opacity: 0;
    filter: blur(7px);
    transform: translate3d(-18px, 10px, 0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pageVisualIn {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(26px, -8px, 0) scale(.975);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (max-width: 780px) {
  .dropdown {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    max-height: min(68svh, 420px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .dropdown-item,
  .dropdown-lock {
    min-width: 0;
    min-height: 56px;
    padding: 10px;
  }

  .dropdown-item span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dropdown-lock {
    grid-column: 1 / -1;
  }
}

.product-pages > .product-quick-zone,
.platform-page .product-quick-zone {
  position: fixed !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.product-pages > .product-quick-zone::before,
.platform-page .product-quick-zone::before {
  display: none !important;
}

.product-pages > .product-quick-zone .product-quick-nav,
.platform-page .product-quick-zone .product-quick-nav {
  opacity: 0 !important;
  transform: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.platform-slide .tag-row {
  display: none !important;
}

.platform-page .platform-slide .product-slide-copy > .kicker,
.platform-page .platform-slide .product-slide-copy > p:first-child,
.platform-page .platform-slide .product-slide-copy > .tag-row {
  display: none !important;
}

.page-edge-hint {
  position: fixed;
  left: 50%;
  bottom: 72px;
  z-index: 120;
  padding: 8px 14px;
  border: 1px solid rgba(6, 72, 183, .16);
  border-radius: 999px;
  color: #16345f;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 38px rgba(5, 46, 120, .16);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, 10px, 0) scale(.98);
  transition: opacity .18s ease, transform .18s ease;
}

.page-edge-hint.is-top {
  top: 92px;
  bottom: auto;
  transform: translate3d(-50%, -10px, 0) scale(.98);
}

.page-edge-hint.is-visible {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.product-slide.edge-bump-up,
.platform-slide.edge-bump-up {
  animation: edgeBumpUp .34s cubic-bezier(.22, 1, .36, 1) both;
}

.product-slide.edge-bump-down,
.platform-slide.edge-bump-down {
  animation: edgeBumpDown .34s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes edgeBumpUp {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  42% {
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes edgeBumpDown {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  42% {
    transform: translate3d(0, -10px, 0);
  }
}

.home-page.home-entering {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.home-page.home-entering > * {
  position: relative;
  z-index: 1;
}

.home-page.home-entering::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .92) 0%, rgba(238, 246, 255, .86) 32%, rgba(6, 72, 183, .18) 50%, rgba(255, 255, 255, .72) 68%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(6, 72, 183, .14), rgba(255, 255, 255, 0) 58%);
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
  animation: homeCurtainReveal 1.48s cubic-bezier(.16, 1, .3, 1) both;
}

.home-page.home-entering::after {
  content: "";
  position: absolute;
  inset: -12% -20%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(106deg,
      transparent 0%,
      transparent 34%,
      rgba(255, 255, 255, .96) 45%,
      rgba(6, 72, 183, .2) 50%,
      rgba(255, 255, 255, .58) 56%,
      transparent 68%,
      transparent 100%);
  opacity: 0;
  transform: translate3d(-52%, 0, 0) skewX(-10deg);
  animation: homeLightSweep 1.95s .18s cubic-bezier(.16, 1, .3, 1) both;
}

.home-page.home-entering .home-hero {
  animation: homeStageIn 1.32s cubic-bezier(.16, 1, .3, 1) both;
}

.home-page.home-entering .value-chain {
  animation: homeChainStageIn 1.04s .38s cubic-bezier(.16, 1, .3, 1) both;
}

.home-page.home-entering .home-vision h1 span:first-child {
  animation: homeVisionIn 1.26s .12s cubic-bezier(.16, 1, .3, 1) both;
}

.home-page.home-entering .home-vision h1 span:last-child {
  animation: homeVisionIn 1.32s .24s cubic-bezier(.16, 1, .3, 1) both;
}

.home-page.home-entering .home-metrics article {
  animation: homeMetricIn 1.02s .34s cubic-bezier(.16, 1, .3, 1) both;
}

.home-page.home-entering .home-metrics article:nth-child(2) {
  animation-delay: .42s;
}

.home-page.home-entering .home-metrics article:nth-child(3) {
  animation-delay: .5s;
}

.home-page.home-entering .home-metrics article:nth-child(4) {
  animation-delay: .58s;
}

.home-page.home-entering .value-chain article {
  animation: homeValueIn .98s .52s cubic-bezier(.16, 1, .3, 1) both;
}

.home-page.home-entering .value-chain article:nth-child(2) {
  animation-delay: .64s;
}

.home-page.home-entering .value-chain article:nth-child(3) {
  animation-delay: .76s;
}

@keyframes homeCurtainReveal {
  0% {
    opacity: .96;
    clip-path: inset(0 0 0 0);
    transform: scale(1.018);
  }

  58% {
    opacity: .72;
  }

  100% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
    transform: scale(1);
  }
}

@keyframes homeLightSweep {
  0% {
    opacity: 0;
    transform: translate3d(-54%, 0, 0) skewX(-10deg);
  }

  26% {
    opacity: .98;
  }

  100% {
    opacity: 0;
    transform: translate3d(54%, 0, 0) skewX(-10deg);
  }
}

@keyframes homeStageIn {
  0% {
    opacity: .2;
    filter: blur(18px) saturate(.92);
    transform: translate3d(0, 28px, 0) scale(.972);
  }

  68% {
    opacity: 1;
    filter: blur(0) saturate(1);
  }

  100% {
    opacity: 1;
    filter: blur(0) saturate(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeChainStageIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 24px, 0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homeVisionIn {
  0% {
    opacity: 0;
    filter: blur(16px);
    transform: translate3d(0, 44px, 0) scale(.965);
  }

  62% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeMetricIn {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: translate3d(34px, 18px, 0) scale(.92);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeValueIn {
  0% {
    opacity: 0;
    filter: blur(9px);
    transform: translate3d(0, 22px, 0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1180px), (hover: none), (pointer: coarse) {
  html,
  body,
  #app {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  body {
    overflow: hidden;
  }

  .site-shell {
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
  }

  .topbar {
    position: sticky;
    top: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    min-height: 0;
    padding: 8px 10px 10px;
    align-items: center;
  }

  .brand {
    min-width: 0;
    max-width: 100%;
    gap: 8px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .brand span,
  .brand strong {
    min-width: 0;
  }

  .brand strong {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.15;
  }

  .brand small {
    display: none;
  }

  .account-zone {
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
  }

  .nav-action {
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    white-space: nowrap;
  }

  .nav-menu {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
    gap: 6px;
    margin: 2px 0 0;
    padding: 0;
    overflow: visible;
  }

  .nav-group {
    min-width: 0;
    position: relative;
  }

  .nav-link {
    width: 100%;
    min-height: 34px;
    padding: 0 6px;
    border-radius: 8px;
    background: rgba(6, 72, 183, .06);
    color: #263a55;
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-group.mobile-open .nav-link {
    color: #fff;
    background: #0648b7;
  }

  .nav-group .dropdown {
    position: fixed;
    left: 10px;
    right: 10px;
    top: var(--zondon-mobile-dropdown-top, clamp(104px, 15svh, 142px));
    width: auto;
    max-height: min(62svh, 440px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    z-index: 90;
  }

  .nav-group.mobile-open .dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .dropdown-item,
  .dropdown-lock {
    min-width: 0;
    min-height: 52px;
    padding: 9px 10px;
  }

  .dropdown-item span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dropdown-item small {
    -webkit-line-clamp: 1;
  }

  .main-stage {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .main-stage:has(.product-pages),
  .main-stage:has(.platform-page) {
    overflow: hidden;
    overscroll-behavior: contain;
    touch-action: pan-x;
  }

  .main-stage > .product-pages,
  .main-stage > .platform-page {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-pages {
    display: block;
  }

  .product-pages > .product-slide,
  .platform-page .platform-slide {
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100%;
    display: grid;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: clamp(12px, 2.6svh, 22px) clamp(14px, 4vw, 28px);
  }

  .product-slide:nth-child(2n) .product-slide-copy,
  .product-slide:nth-child(2n) .product-visual,
  .platform-slide:nth-child(2n) .product-slide-copy,
  .platform-slide:nth-child(2n) .product-visual {
    order: initial;
  }

  .product-slide-copy {
    display: grid;
    align-content: start;
    gap: 8px;
    min-height: 0;
    max-height: none !important;
    overflow: hidden !important;
  }

  .product-slide-copy .kicker {
    margin: 0;
    font-size: 11px;
  }

  .product-slide-copy h1 {
    margin: 0;
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.08;
  }

  .product-lead,
  .product-detail {
    margin: 0;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
  }

  .product-lead {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.55;
  }

  .product-detail {
    -webkit-line-clamp: 3;
    font-size: 13px;
    line-height: 1.55;
  }

  .platform-slide .product-visual,
  .product-pages .product-visual {
    min-height: 0;
    height: 100%;
    display: grid;
    grid-template-rows: minmax(0, 1fr) minmax(58px, 14svh);
    gap: 8px;
    align-content: stretch;
    align-items: stretch;
    justify-items: center;
    overflow: hidden;
  }

  .platform-slide .product-visual:not(:has(.product-scene-grid)),
  .product-pages .product-visual:not(:has(.product-scene-grid)) {
    grid-template-rows: minmax(0, 1fr);
  }

  .platform-slide .product-visual > img,
  .product-pages .product-visual > img {
    width: 100%;
    height: 100%;
    max-height: none;
    aspect-ratio: 16 / 9;
    object-fit: fill;
    align-self: stretch;
    justify-self: stretch;
  }

  .platform-slide .product-scene-grid,
  .product-pages .product-scene-grid {
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .platform-slide .product-scene-grid figcaption,
  .product-pages .product-scene-grid figcaption {
    padding: 5px 6px;
    font-size: 10px;
  }

  .platform-corner-actions {
    position: static;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 8px;
    margin: 0;
    order: 3;
  }

  .platform-corner-link,
  .product-pages > .product-slide > .product-material-link,
  .product-pages > .product-slide.image-left > .product-material-link,
  .product-pages > .product-slide.image-right > .product-material-link {
    position: static;
    width: max-content;
    max-width: 100%;
    min-height: 30px;
    padding: 0 10px;
    justify-self: start;
    font-size: 12px;
  }

  .footer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 8px;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 1.35;
  }
}

@media (max-width: 780px), (hover: none), (pointer: coarse) {
  .nav-group:not(.mobile-open):hover .dropdown,
  .nav-group:not(.mobile-open):focus-within .dropdown {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
  }

  .nav-group.mobile-open .dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 520px) {
  .topbar {
    padding: 7px 8px 8px;
    gap: 7px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .brand strong {
    font-size: 12px;
  }

  .nav-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .nav-link {
    min-height: 32px;
    font-size: 12px;
    padding: 0 4px;
  }

  .nav-action {
    min-height: 30px;
    padding: 0 8px;
    font-size: 11px;
  }

  .nav-group .dropdown {
    left: 8px;
    right: 8px;
    top: var(--zondon-mobile-dropdown-top, 158px);
    grid-template-columns: 1fr;
    max-height: min(58svh, 420px);
  }

  .product-pages > .product-slide,
  .platform-page .platform-slide {
    padding: 10px 12px;
    gap: 8px;
  }

  .product-slide-copy h1 {
    font-size: clamp(22px, 7vw, 28px);
  }

  .product-lead {
    font-size: 13px;
  }

  .product-detail {
    -webkit-line-clamp: 2;
    font-size: 12px;
  }

  .platform-slide .product-visual,
  .product-pages .product-visual {
    grid-template-rows: minmax(0, 1fr) minmax(52px, 12svh);
  }
}
