:root {
  --bg-primary: #f5f5f7;
  --bg-secondary: #ffffff;
  --bg-tertiary: #fbfbfd;
  --bg-panel: rgba(255, 255, 255, 0.92);
  --bg-panel-strong: rgba(255, 255, 255, 0.98);
  --bg-glow: rgba(10, 132, 255, 0.08);

  --border-subtle: rgba(17, 24, 39, 0.08);
  --border-medium: rgba(17, 24, 39, 0.14);
  --border-strong: rgba(10, 132, 255, 0.22);

  --text-primary: #111111;
  --text-secondary: rgba(17, 17, 17, 0.72);
  --text-tertiary: rgba(17, 17, 17, 0.46);
  --text-accent: #0a84ff;

  --accent: #0a84ff;
  --accent-strong: #111111;
  --accent-dim: rgba(10, 132, 255, 0.1);

  --font-display: "SF Pro Display", "Avenir Next", "Helvetica Neue", "PingFang SC", "Noto Sans SC", sans-serif;
  --font-sans: "SF Pro Text", "Avenir Next", "Helvetica Neue", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --font-mono: "SF Mono", "IBM Plex Mono", "Fira Code", monospace;

  --fs-hero: clamp(3rem, 6vw, 6rem);
  --fs-h1: clamp(2.1rem, 4vw, 4rem);
  --fs-h2: clamp(1.65rem, 2.4vw, 2.75rem);
  --fs-h3: clamp(1.1rem, 1.5vw, 1.45rem);
  --fs-body: 1rem;
  --fs-small: 0.9375rem;
  --fs-xs: 0.8125rem;

  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --space-xs: 0.625rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.25rem;
  --space-xl: 3.5rem;
  --space-2xl: 5rem;
  --space-3xl: 7rem;

  --max-width: 1240px;
  --header-height: 78px;

  --transition-fast: 180ms ease;
  --transition-base: 320ms ease;
  --transition-slow: 700ms cubic-bezier(0.22, 1, 0.36, 1);

  --shadow-soft: 0 14px 40px rgba(17, 24, 39, 0.06);
  --shadow-strong: 0 24px 60px rgba(17, 24, 39, 0.08);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at 18% 14%, rgba(74, 144, 255, 0.22), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(24, 93, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #09111f 0%, #0b1220 54%, #101827 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.page-home {
  background:
    radial-gradient(circle at 18% 14%, rgba(74, 144, 255, 0.3), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(24, 93, 255, 0.24), transparent 24%),
    linear-gradient(180deg, #09111f 0%, #0b1220 54%, #101827 100%);
}

body.page-products {
  background:
    radial-gradient(circle at 18% 14%, rgba(74, 144, 255, 0.3), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(24, 93, 255, 0.24), transparent 24%),
    linear-gradient(180deg, #09111f 0%, #0b1220 54%, #101827 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 18%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at top, rgba(114, 217, 255, 0.06), transparent 34%);
  background-size: 156px 156px, 156px 156px, auto, auto;
  background-position: center center, center center, 0 0, 0 0;
  opacity: 0.7;
  mask-image: radial-gradient(circle at 50% 8%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 28%, rgba(0, 0, 0, 0.3) 64%, transparent 100%);
}

body.page-home::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.012) 18%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at top, rgba(114, 217, 255, 0.08), transparent 34%);
  background-size: 156px 156px, 156px 156px, auto, auto;
  background-position: center center, center center, 0 0, 0 0;
  opacity: 0.82;
  mask-image: radial-gradient(circle at 50% 8%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 28%, rgba(0, 0, 0, 0.34) 64%, transparent 100%);
}

body.page-products::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.012) 18%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at top, rgba(114, 217, 255, 0.08), transparent 34%);
  background-size: 156px 156px, 156px 156px, auto, auto;
  background-position: center center, center center, 0 0, 0 0;
  opacity: 0.82;
  mask-image: radial-gradient(circle at 50% 8%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 28%, rgba(0, 0, 0, 0.34) 64%, transparent 100%);
}

body.page-about,
body.page-capabilities,
body.page-contact {
  background:
    radial-gradient(circle at 16% 12%, rgba(104, 184, 255, 0.28), transparent 22%),
    radial-gradient(circle at 82% 14%, rgba(36, 109, 255, 0.2), transparent 24%),
    radial-gradient(circle at 50% 68%, rgba(27, 88, 212, 0.16), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(76, 189, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #09111f 0%, #0a1220 38%, #0d1627 68%, #0a121f 100%);
}

body.page-about::after,
body.page-capabilities::after,
body.page-contact::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 72%, rgba(114, 217, 255, 0.08), transparent 22%),
    radial-gradient(circle at 86% 78%, rgba(69, 127, 255, 0.08), transparent 22%),
    radial-gradient(circle at 50% 94%, rgba(114, 217, 255, 0.12), transparent 24%);
  opacity: 0.95;
  z-index: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button {
  font: inherit;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}

main {
  position: relative;
  z-index: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 2.4vw, 2rem);
}

.section {
  position: relative;
  padding: var(--space-3xl) 0;
}

.section--tight {
  position: relative;
  padding: var(--space-xl) 0;
}

.bg-gradient-subtle {
  background: transparent;
}

.bg-gradient-section {
  background: transparent;
}

.bg-gradient-accent {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 80% 20%, rgba(10, 132, 255, 0.2), transparent 26%),
    linear-gradient(135deg, #0f1115 0%, #1a1d24 100%);
}

.text-body {
  color: var(--text-secondary);
}

.text-small {
  font-size: var(--fs-small);
  color: var(--text-tertiary);
}

.text-accent {
  color: var(--text-accent);
}

.text-h2 {
  font-size: var(--fs-h2);
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}

.text-h3 {
  font-size: var(--fs-h3);
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.text-center {
  text-align: center;
}

.section-label,
.hero-kicker,
.step-number {
  font-size: var(--fs-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: var(--fw-semibold);
  color: var(--text-tertiary);
}

.section-title,
.hero-title,
.signal-panel-title {
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: -0.05em;
}

.section-title {
  font-size: var(--fs-h1);
  margin-bottom: var(--space-md);
}

.section-desc {
  max-width: 760px;
  font-size: clamp(1.03rem, 1.3vw, 1.15rem);
  color: var(--text-secondary);
}

.section-header {
  margin-bottom: var(--space-xl);
}

.section-header--center {
  text-align: center;
}

.section-header--center .section-desc {
  margin-left: auto;
  margin-right: auto;
}

.copy-stack > * + * {
  margin-top: var(--space-md);
}

.copy-stack .section-label {
  margin-bottom: 0;
}

.grid {
  display: grid;
  gap: var(--space-md);
}

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

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

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

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-sm {
  gap: var(--space-sm);
}

.gap-md {
  gap: var(--space-md);
}

.gap-lg {
  gap: var(--space-lg);
}

.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--border-medium) 12%, transparent 100%);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity var(--transition-slow), transform var(--transition-slow);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 220ms;
}

.reveal-delay-3 {
  transition-delay: 320ms;
}

.reveal-delay-4 {
  transition-delay: 420ms;
}

[data-tilt] {
  transform-style: preserve-3d;
  transition: transform var(--transition-base), border-color var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);
  will-change: transform;
}

.card-surface,
.signal-panel,
.spotlight-card,
.showcase-card,
.metric-card,
.team-card,
.vmv-card,
.advantage-card,
.catalog-track,
.catalog-card,
.role-card,
.stat-card,
.card {
  background: var(--bg-panel);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3rem;
  padding: 0.78rem 1.35rem;
  border-radius: var(--radius-pill);
  font-size: var(--fs-small);
  font-weight: var(--fw-semibold);
  transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  color: #0b1220;
  background: #ffffff;
  box-shadow: none;
}

.btn--primary:hover {
  background: rgba(255, 255, 255, 0.92);
}

.btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.btn--ghost {
  color: rgba(255, 255, 255, 0.72);
}

.btn--ghost:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.btn--sm {
  min-height: 2.6rem;
  padding: 0.55rem 1rem;
  font-size: var(--fs-xs);
}

.btn--lg {
  min-height: 3.4rem;
  padding: 0.95rem 1.55rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.04);
  font-size: var(--fs-xs);
  white-space: nowrap;
}

.tag--accent {
  color: #ffffff;
  border-color: rgba(114, 217, 255, 0.2);
  background: rgba(114, 217, 255, 0.08);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-height);
  transition: background var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background: rgba(8, 16, 31, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.page-home .site-header:not(.scrolled) .header-logo,
.page-home .site-header:not(.scrolled) .header-nav a,
.page-home .site-header:not(.scrolled) .lang-switch,
.page-home .site-header:not(.scrolled) .menu-toggle {
  color: rgba(255, 255, 255, 0.9);
}

.page-home .site-header.scrolled {
  background: rgba(8, 16, 31, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.page-home .site-header.scrolled .header-logo,
.page-home .site-header.scrolled .header-nav a,
.page-home .site-header.scrolled .lang-switch,
.page-home .site-header.scrolled .menu-toggle {
  color: rgba(255, 255, 255, 0.9);
}

.page-home .site-header:not(.scrolled) .header-nav a::after {
  background: #ffffff;
}

.page-home .site-header.scrolled .header-nav a::after {
  background: #ffffff;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 2.4vw, 2rem);
}

.header-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.header-logo svg {
  width: 34px;
  height: 34px;
  flex: none;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.75rem);
}

.header-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--fs-small);
  transition: color var(--transition-fast);
}

.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.55rem;
  height: 2px;
  border-radius: var(--radius-pill);
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition-fast);
}

.header-nav a:hover,
.header-nav a.active {
  color: #ffffff;
}

.header-nav a.active::after,
.header-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.3rem;
  min-height: 2.15rem;
  padding: 0.35rem 0.72rem;
  line-height: 1;
  text-align: center;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  transition: border-color var(--transition-fast), color var(--transition-fast), background var(--transition-fast);
}

.lang-switch:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  padding: 4px 0;
}

.menu-toggle span {
  width: 100%;
  height: 2px;
  border-radius: var(--radius-pill);
  background: #ffffff;
  transition: transform var(--transition-base), opacity var(--transition-base);
}

.menu-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 1.4rem clamp(1.1rem, 2.4vw, 2rem) 2rem;
  background: rgba(8, 15, 28, 0.96);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
}

.mobile-nav a.active,
.mobile-nav a:hover {
  color: #ffffff;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: var(--space-2xl) 0 var(--space-lg);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: transparent;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, minmax(0, 1fr));
  gap: var(--space-xl);
  margin-bottom: var(--space-2xl);
}

.footer-brand p {
  max-width: 360px;
  margin-top: var(--space-sm);
  font-size: var(--fs-small);
  color: var(--text-tertiary);
}

.footer-col h4 {
  margin-bottom: var(--space-sm);
  font-size: var(--fs-small);
  color: var(--text-primary);
}

.footer-col a {
  display: block;
  padding: 0.35rem 0;
  color: var(--text-tertiary);
  font-size: var(--fs-small);
  transition: color var(--transition-fast);
}

.footer-col a:hover,
.footer-bottom-links a:hover {
  color: var(--text-primary);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--border-subtle);
  font-size: var(--fs-xs);
  color: var(--text-tertiary);
}

.footer-bottom-links {
  display: flex;
  gap: var(--space-md);
}

.page-about .site-footer,
.page-capabilities .site-footer,
.page-contact .site-footer {
  padding-top: clamp(3.8rem, 8vw, 5.4rem);
  border-top-color: rgba(255, 255, 255, 0.035);
  background: transparent;
}

.page-about .site-footer::before,
.page-capabilities .site-footer::before,
.page-contact .site-footer::before {
  display: none;
}

.page-about .site-footer .container,
.page-capabilities .site-footer .container,
.page-contact .site-footer .container {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding-top: calc(var(--header-height) + 1.25rem);
  padding-bottom: 1.75rem;
  overflow: hidden;
}

.hero-bg,
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg {
  background:
    radial-gradient(circle at 18% 18%, rgba(74, 144, 255, 0.34), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(24, 93, 255, 0.24), transparent 26%),
    linear-gradient(180deg, #09111f 0%, #0b1220 52%, #101827 100%);
}

.hero-grid-overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 120px 120px, 120px 120px;
  background-position: 0 0, center center, center center;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 84%);
  opacity: 0.72;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: start;
  min-height: calc(100vh - var(--header-height) - 1.25rem);
  align-content: space-between;
  padding-bottom: 10rem;
}

.hero-copy {
  max-width: 38rem;
  padding-top: clamp(2.5rem, 6vh, 4.75rem);
}

.hero-title {
  margin-top: 1rem;
  max-width: 40rem;
  font-size: clamp(3.1rem, 4.9vw, 4.9rem);
  line-height: 0.94;
  color: #ffffff;
}

.hero-title span {
  display: inline;
  color: #72d9ff;
}

.hero-subtitle {
  max-width: 40rem;
  margin-top: 1.15rem;
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  color: rgba(255, 255, 255, 0.72);
}

.hero-logo-bin {
  position: relative;
  width: min(100%, 34rem);
  height: clamp(14rem, 22vw, 18rem);
  margin-top: 1.4rem;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 20% 16%, rgba(114, 217, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 44px rgba(2, 8, 18, 0.22);
}

.hero-logo-bin::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 74px 74px, 74px 74px;
  opacity: 0.28;
  pointer-events: none;
}

.hero-logo-bin::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.25rem;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(6, 11, 22, 0.42) 54%, rgba(6, 11, 22, 0.78)),
    linear-gradient(90deg, rgba(114, 217, 255, 0.14), rgba(255, 255, 255, 0.04), rgba(114, 217, 255, 0.14));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.hero-logo-bin-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.hero-signals,
.catalog-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  max-width: 42rem;
  margin-top: 1rem;
  padding: 0;
  border: 0;
}

.signal-card {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  padding: 0;
  border: 0;
  border-right: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.signal-card strong {
  display: inline;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  color: #ffffff;
}

.signal-card span {
  display: inline;
  margin-top: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.3;
}

.hero-visual {
  position: absolute;
  left: clamp(1.1rem, 2.4vw, 2rem);
  right: clamp(1.1rem, 2.4vw, 2rem);
  bottom: 5.1rem;
  width: auto;
  padding-top: 0;
}

.page-home .hero-visual,
.page-home .hero-visual.reveal {
  opacity: 1;
  transform: none;
}

.hero-kicker {
  color: rgba(255, 255, 255, 0.56);
}

.hero .btn--primary {
  background: #ffffff;
  color: #0b1220;
}

.hero .btn--primary:hover {
  background: rgba(255, 255, 255, 0.92);
}

.hero .btn--outline {
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.hero .btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.hero .btn--ghost {
  color: rgba(255, 255, 255, 0.72);
}

.hero .btn--ghost:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.hero-console {
  position: relative;
  width: 100%;
  max-width: 46rem;
  min-height: clamp(24rem, 44vw, 34rem);
  padding: 1.25rem;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(14, 22, 36, 0.92) 0%, rgba(11, 18, 32, 0.92) 100%);
  overflow: hidden;
  box-shadow: 0 36px 80px rgba(3, 8, 20, 0.48);
}

.hero-console::before,
.hero-console::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-console::before {
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(114, 217, 255, 0.14), transparent 28%),
    radial-gradient(circle at bottom right, rgba(31, 102, 255, 0.18), transparent 34%);
}

.hero-console::after {
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 26px;
}

.hero-stage {
  position: relative;
  z-index: 1;
  height: 100%;
}

.hero-stage-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 15rem);
  gap: 1rem;
  min-height: clamp(22rem, 38vw, 30rem);
}

.hero-stage-main,
.hero-stage-mini {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero-stage-main {
  padding: 1.45rem;
}

.hero-stage-main::before,
.hero-stage-mini::before {
  content: "";
  position: absolute;
  inset: auto -10% -15% auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: var(--hero-accent, linear-gradient(135deg, #64d2ff 0%, #3468ff 100%));
  opacity: 0.18;
  filter: blur(24px);
}

.hero-stage-head,
.hero-stage-featured,
.hero-stage-stats,
.hero-stage-mini-head {
  position: relative;
  z-index: 1;
}

.hero-stage-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.hero-stage-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.hero-stage-title {
  margin-top: 0.8rem;
  max-width: 28rem;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 2.4vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.hero-stage-sync {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  white-space: nowrap;
}

.hero-stage-featured {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 15rem);
  gap: 1rem;
  margin-top: 1.35rem;
  align-items: stretch;
}

.hero-stage-copy {
  padding: 0.35rem 0;
}

.hero-stage-track,
.showcase-card-kicker,
.spotlight-overline,
.spotlight-track,
.product-demo-bar span,
.hero-stage-mini-head span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.74rem;
}

.hero-stage-copy h4 {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  letter-spacing: -0.04em;
  color: #ffffff;
}

.hero-stage-summary {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.hero-stage-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.hero-stage-summary,
.hero-stage-pills {
  display: none;
}

.hero-stage-pills .meta-pill {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}

.hero-stage-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.hero-stage-stat {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stage-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.4vw, 1.4rem);
  color: #ffffff;
}

.hero-stage-stat span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.74rem;
}

.hero-stage-stack {
  display: grid;
  gap: 1rem;
}

.hero-stage-mini {
  padding: 1rem;
}

.hero-stage-mini-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.hero-stage-mini-head strong {
  font-size: 1rem;
  color: #ffffff;
}

.hero-ribbon {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: auto;
  padding: 0.55rem 0 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.92) 4%, rgba(0, 0, 0, 0.92) 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.92) 4%, rgba(0, 0, 0, 0.92) 96%, transparent 100%);
}

.hero-logo-cloud {
  position: relative;
  width: min(44rem, 52vw);
  margin: 0 0 1.5rem auto;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(16, 24, 39, 0) 0%, rgba(16, 24, 39, 0.84) 100%);
}

.page-home .hero-bg {
  background: transparent;
}

.page-home .hero-grid-overlay,
.page-home .hero::after {
  display: none;
}

.page-home .section--tight {
  position: relative;
  padding: 3.2rem 0 4rem;
  background: transparent;
}

.page-home .section--tight::before {
  display: none;
}

.page-home .section--tight .container {
  position: relative;
  z-index: 1;
}

.page-home .section--tight .signal-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
}

.page-home .section--tight .signal-panel {
  min-height: 0;
  padding: 0.2rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-home .section--tight .section-label {
  position: relative;
  padding-left: 0.95rem;
  color: rgba(255, 255, 255, 0.44);
}

.page-home .section--tight .section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgba(114, 217, 255, 0.86);
}

.page-home .section--tight .signal-panel-title {
  position: relative;
  max-width: 18rem;
  margin-top: 0.95rem;
  font-size: clamp(1.42rem, 1.8vw, 1.82rem);
  line-height: 1.1;
  color: #ffffff;
}

.page-home .section--tight .signal-panel p {
  position: relative;
  max-width: 19rem;
  margin-top: 0.85rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
}

.page-home .home-overview {
  padding-top: 2.8rem;
  padding-bottom: 4.5rem;
}

.page-home .overview-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(1.8rem, 5vw, 4rem);
  align-items: start;
}

.page-home .home-overview .section-title {
  max-width: 18ch;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.02;
}

.page-home .overview-keywords {
  display: grid;
  gap: 1.25rem;
  padding-top: 0.3rem;
}

.page-home .overview-keyword {
  display: grid;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .overview-keyword-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  color: #ffffff;
  letter-spacing: -0.02em;
}

.page-home .overview-keyword-label::before {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: rgba(114, 217, 255, 0.9);
  flex-shrink: 0;
}

.page-home .overview-keyword p {
  max-width: 24rem;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.64);
}

.page-home #about.bg-gradient-subtle {
  background: transparent;
}

.page-home #about .section-shell {
  padding-top: 1.5rem;
}

.page-home main {
  position: relative;
  isolation: isolate;
}

.page-home main::before {
  display: none;
}

.page-home .section {
  position: relative;
  z-index: 1;
}

.page-home .section:not(.hero) {
  background: transparent;
}

.page-products main {
  position: relative;
  isolation: isolate;
}

.page-products .section,
.page-products .page-hero--interior {
  position: relative;
  z-index: 1;
  background: transparent;
}

.page-products .page-hero--interior {
  padding-bottom: var(--space-xl);
}

.page-products .product-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.8rem);
}

.page-products .page-hero-copy .section-title {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1;
}

.page-products .page-hero-copy .section-desc {
  max-width: 32ch;
  font-size: clamp(0.92rem, 1.02vw, 0.98rem);
}

.product-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.product-hero-stat {
  display: grid;
  gap: 0.28rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-hero-stat strong {
  font-family: var(--font-display);
  font-size: clamp(0.94rem, 1.2vw, 1.08rem);
  color: rgba(255, 255, 255, 0.82);
}

.product-hero-stat span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.4;
}

.product-hero-visual {
  position: relative;
  min-height: clamp(28rem, 52vw, 38rem);
  display: grid;
  align-items: center;
}

.product-hero-marquee {
  position: relative;
  display: grid;
  gap: 1rem;
  width: 100%;
  min-height: inherit;
  padding: 1.8rem 0;
  overflow: hidden;
}

.product-hero-marquee::before,
.product-hero-marquee::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.product-hero-marquee::before {
  background:
    radial-gradient(circle at 26% 32%, rgba(114, 217, 255, 0.14), transparent 24%),
    radial-gradient(circle at 72% 64%, rgba(114, 217, 255, 0.1), transparent 28%);
  filter: blur(18px);
}

.product-hero-marquee::after {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 19, 35, 0.18), rgba(10, 19, 35, 0) 18%, rgba(10, 19, 35, 0) 82%, rgba(10, 19, 35, 0.18)),
    linear-gradient(90deg, rgba(10, 19, 35, 0), rgba(10, 19, 35, 0.34) 12%, rgba(10, 19, 35, 0.34) 88%, rgba(10, 19, 35, 0));
}

.product-hero-marquee-row {
  position: relative;
  overflow: hidden;
  z-index: 2;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.95) 10%, rgba(0, 0, 0, 0.95) 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.95) 10%, rgba(0, 0, 0, 0.95) 90%, transparent 100%);
}

.product-hero-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: product-hero-marquee 18s linear infinite;
}

.product-hero-marquee-row--2 .product-hero-marquee-track {
  animation-direction: reverse;
  animation-duration: 20s;
}

.product-hero-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 14rem;
  padding: 0.9rem 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.product-hero-marquee-item img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.95rem;
  flex: none;
}

.product-hero-marquee-item strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

@keyframes product-hero-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.portfolio-story-intro {
  padding-top: 0;
}

.product-track-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-track-pill {
  position: relative;
  display: grid;
  gap: 1rem;
  min-height: 100%;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-track-pill::before {
  content: "";
  position: absolute;
  inset: -0.05rem auto auto 0;
  width: 4rem;
  height: 1px;
  background: var(--track-accent, rgba(114, 217, 255, 0.4));
}

.product-track-pill-icons {
  display: flex;
  align-items: center;
  min-height: 3rem;
}

.product-track-pill-icons img {
  width: 2.6rem;
  height: 2.6rem;
  margin-left: -0.4rem;
  border-radius: 0.78rem;
  border: 2px solid rgba(9, 17, 31, 0.86);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}

.product-track-pill-icons img:first-child {
  margin-left: 0;
}

.product-track-pill-copy {
  display: grid;
  gap: 0.3rem;
}

.product-track-pill-copy strong {
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
  color: #ffffff;
}

.product-track-pill-copy span {
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.46);
}

.product-track-pill-copy p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.logo-constellation-host {
  width: 100%;
}

.logo-constellation {
  position: relative;
  min-height: inherit;
  width: 100%;
  border: 0;
  overflow: hidden;
}

.logo-constellation::before {
  content: "";
  position: absolute;
  inset: 16% 18%;
  background:
    radial-gradient(circle, rgba(114, 217, 255, 0.2), transparent 58%);
  filter: blur(22px);
  pointer-events: none;
}

.logo-constellation::after {
  content: "";
  position: absolute;
  inset: 6% 8%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.logo-constellation-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: grid;
  gap: 0.32rem;
  width: min(18rem, 58%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.logo-constellation-core span {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.logo-constellation-core strong {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
  line-height: 0.96;
  color: #ffffff;
}

.logo-constellation-core p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.56);
}

.logo-constellation-node {
  position: absolute;
  left: var(--node-x);
  top: var(--node-y);
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  width: max-content;
  transform: translate(-50%, -50%);
  text-decoration: none;
  animation: logo-node-float var(--node-duration) ease-in-out infinite;
  animation-delay: var(--node-delay);
}

.logo-constellation-node-frame {
  display: grid;
  place-items: center;
  width: var(--node-size);
  height: var(--node-size);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.24),
    0 0 0 1px color-mix(in srgb, var(--node-accent) 26%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.logo-constellation-node-frame img {
  width: calc(var(--node-size) - 1rem);
  height: calc(var(--node-size) - 1rem);
  border-radius: 1.05rem;
  object-fit: cover;
}

.logo-constellation-node-copy {
  display: grid;
  gap: 0.08rem;
  justify-items: center;
  text-align: center;
}

.logo-constellation-node-copy strong {
  max-width: 14ch;
  font-size: 0.84rem;
  color: #ffffff;
  font-weight: 600;
}

.logo-constellation-node-copy em {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  font-style: normal;
}

.logo-constellation--home {
  min-height: clamp(22rem, 28vw, 28rem);
}

.logo-constellation--home::after {
  inset: 4% 16%;
}

.logo-constellation--home .logo-constellation-core {
  width: min(16rem, 42%);
}

.logo-constellation--home .logo-constellation-node-copy {
  display: none;
}

@keyframes logo-node-float {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0px);
  }

  50% {
    transform: translate(-50%, -50%) translateY(-12px);
  }
}

.portfolio-story-cards .page-proof-card {
  padding-top: 1.1rem;
}

.page-home .bg-gradient-subtle,
.page-home .bg-gradient-section {
  background: transparent;
}

.page-home #products,
.page-home #capabilities,
.page-home .section.bg-gradient-subtle:last-of-type {
  position: relative;
}

.page-home #products::before,
.page-home #capabilities::before,
.page-home .section.bg-gradient-subtle:last-of-type::before {
  display: none;
}

.page-home .section-title,
.page-home .signal-panel-title,
.page-home .step-title,
.page-home .advantage-card h3,
.page-home .team-card h3,
.page-home .vmv-card h3,
.page-home .showcase-card-head strong,
.page-home .catalog-card-head strong,
.page-home .product-info h4,
.page-home .stat-number,
.page-home .metric-card strong {
  color: #ffffff;
}

.page-home .section-label,
.page-home .text-small,
.page-home .showcase-card-head span,
.page-home .catalog-card-head span,
.page-home .spotlight-store,
.page-home .metric-card span,
.page-home .stat-label {
  color: rgba(255, 255, 255, 0.46);
}

.page-home .section-desc,
.page-home .text-body,
.page-home .signal-panel p,
.page-home .showcase-card p,
.page-home .catalog-card p,
.page-home .advantage-card p,
.page-home .team-card p,
.page-home .vmv-card p,
.page-home .role-card p,
.page-home .product-info p,
.page-home .step-desc {
  color: rgba(255, 255, 255, 0.7);
}

.page-home #about .section-label {
  color: rgba(255, 255, 255, 0.46);
}

.page-home #about .tag,
.page-home .meta-pill,
.page-home .app-badge,
.page-home .showcase-card-kicker span {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

.page-home .showcase-card,
.page-home .signal-panel,
.page-home .advantage-card,
.page-home .team-card,
.page-home .vmv-card,
.page-home .metric-card,
.page-home .stat-card,
.page-home .catalog-track,
.page-home .step {
  border-color: rgba(255, 255, 255, 0.06);
}

.page-home .showcase-card:hover,
.page-home .showcase-card.is-active,
.page-home .team-card:hover,
.page-home .advantage-card:hover,
.page-home .vmv-card:hover,
.page-home .metric-card:hover,
.page-home .stat-card:hover {
  border-color: rgba(114, 217, 255, 0.2);
  background: transparent;
}

.page-home .showcase-card.is-active .showcase-card-kicker span,
.page-home .showcase-card:hover .showcase-card-kicker span {
  border-color: rgba(114, 217, 255, 0.16);
  color: rgba(255, 255, 255, 0.84);
}

.page-home .showcase-card-icon,
.page-home .catalog-icon,
.page-home .product-icon {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

.page-home .matrix-nav-body p,
.page-home .matrix-story-feature p,
.page-home .matrix-story-signal strong,
.page-home .matrix-story-signal span,
.page-home .matrix-story-link {
  color: rgba(255, 255, 255, 0.72);
}

.page-home .matrix-nav-index,
.page-home .matrix-nav-track,
.page-home .matrix-story-index-badge,
.page-home .matrix-story-track {
  color: rgba(255, 255, 255, 0.44);
}

.page-home .matrix-nav-item,
.page-home .matrix-story,
.page-home .matrix-focus-panel,
.page-home .matrix-story-signals,
.page-home .matrix-story-feature-block {
  border-color: rgba(255, 255, 255, 0.06);
}

.page-home .matrix-nav-item::before {
  background: rgba(255, 255, 255, 0.12);
}

.page-home .matrix-nav-item:hover,
.page-home .matrix-nav-item.is-active {
  color: #ffffff;
}

.page-home .matrix-nav-item.is-active::before {
  box-shadow: 0 0 18px rgba(114, 217, 255, 0.26);
}

.page-home .matrix-stage.reveal {
  opacity: 1;
  transform: none;
}

.page-home .matrix-nav-body strong,
.page-home .matrix-story-copy h3 {
  color: #ffffff;
}

.page-home .matrix-story-lead {
  color: rgba(255, 255, 255, 0.72);
}

.page-home .iphone-device {
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.page-home .capability-summary-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(16rem, 0.9fr);
  grid-template-areas:
    "label desc"
    "title desc";
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2.25rem;
}

.page-home .capability-summary-head .section-label {
  grid-area: label;
}

.page-home .capability-summary-head .section-title {
  grid-area: title;
  max-width: 13ch;
}

.page-home .capability-summary-head .section-desc {
  grid-area: desc;
  max-width: 28rem;
  align-self: center;
}

.page-home .capability-teaser-grid {
  margin-top: 0;
}

.page-home .capability-summary-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .capability-summary-footer p {
  max-width: 42rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.62);
}

.page-home .flow-node {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.62);
}

.page-home .flow-node.active {
  background: rgba(114, 217, 255, 0.18);
  border-color: rgba(114, 217, 255, 0.28);
  color: #ffffff;
}

.page-home .flow-center {
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.page-home .site-footer {
  border-top-color: rgba(255, 255, 255, 0.05);
  background: transparent;
}

.page-home .footer-brand p,
.page-home .footer-col a,
.page-home .footer-bottom,
.page-home .footer-bottom-links a {
  color: rgba(255, 255, 255, 0.58);
}

.page-home .footer-col h4,
.page-home .footer-bottom-links a:hover,
.page-home .footer-col a:hover {
  color: #ffffff;
}

.page-home .footer-bottom,
.page-home .site-footer,
.page-home .footer-grid {
  border-color: rgba(255, 255, 255, 0.05);
}

.page-home .mobile-nav {
  background: rgba(8, 15, 28, 0.96);
}

.page-home .mobile-nav a {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.page-home .mobile-nav a.active,
.page-home .mobile-nav a:hover {
  color: #ffffff;
}

.hero-ribbon::before,
.hero-ribbon::after {
  display: none;
}

.hero-ribbon-track {
  display: flex;
  gap: 0.85rem;
  width: max-content;
  animation: ribbon-slide 34s linear infinite;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 13rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.hero-chip img {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.85rem;
  object-fit: cover;
}

.hero-chip strong {
  display: block;
  font-size: 0.85rem;
  color: #ffffff;
}

.hero-chip span {
  display: block;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.54);
}

.product-demo {
  position: relative;
}

.product-demo-screen {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(6, 10, 20, 0.88) 0%, rgba(12, 18, 32, 0.92) 100%);
}

.product-demo-orb {
  position: absolute;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: var(--demo-accent, linear-gradient(135deg, #64d2ff 0%, #3468ff 100%));
  opacity: 0.26;
  filter: blur(20px);
}

.product-demo-orb--one {
  top: -15%;
  right: -8%;
}

.product-demo-orb--two {
  bottom: -18%;
  left: -10%;
}

.product-demo-bar,
.product-demo-body,
.product-demo-pills {
  position: relative;
  z-index: 1;
}

.product-demo-bar {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 1rem 1rem 0;
}

.product-demo-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1rem;
  align-items: center;
}

.product-demo-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(5.3rem, 9vw, 6.6rem);
  aspect-ratio: 1;
  padding: 0.9rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.product-demo-icon-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.product-demo-copy strong {
  display: block;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  color: #ffffff;
}

.product-demo-copy p {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
  line-height: 1.6;
}

.product-demo-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1rem 1rem;
}

.product-demo-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
}

.product-demo--mini .product-demo-body,
.product-demo--card .product-demo-body,
.product-demo--hero .product-demo-body {
  grid-template-columns: 1fr;
}

.product-demo--mini .product-demo-copy p,
.product-demo--hero .product-demo-copy p {
  display: none;
}

.product-demo--mini .product-demo-icon-wrap,
.product-demo--card .product-demo-icon-wrap,
.product-demo--hero .product-demo-icon-wrap {
  width: 4.6rem;
  padding: 0.75rem;
}

.product-demo--card .product-demo-bar span,
.product-demo--mini .product-demo-bar span,
.product-demo--hero .product-demo-bar span {
  font-size: 0.7rem;
}

.product-demo--card .product-demo-copy strong,
.product-demo--mini .product-demo-copy strong,
.product-demo--hero .product-demo-copy strong {
  font-size: 0.95rem;
}

.signal-strip,
.section-shell,
.team-layout,
.catalog-intro {
  display: grid;
  gap: var(--space-md);
}

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

.signal-panel {
  padding: 1.1rem 0 0;
  border: 0;
  border-top: 1px solid var(--border-medium);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.spotlight-card,
.showcase-card,
.catalog-card,
.role-card,
.card {
  box-shadow: none;
}

.advantage-card,
.team-card,
.vmv-card,
.metric-card,
.stat-card,
.catalog-track {
  border: 0;
  border-top: 1px solid var(--border-medium);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.catalog-track {
  padding-top: 1.6rem;
}

.signal-panel-title {
  margin-top: 0.9rem;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
}

.signal-panel p {
  margin-top: 1rem;
  color: var(--text-secondary);
}

.section-shell--split,
.team-layout,
.showcase-layout,
.catalog-intro {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 28rem);
  align-items: start;
}

.tag-panel,
.about-tags {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 0.75rem;
  padding: 0;
}

.showcase-layout {
  grid-template-columns: minmax(17rem, 25rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
}

.matrix-showcase {
  display: grid;
  grid-template-columns: minmax(16rem, 21rem) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.matrix-seo-nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.matrix-seo-nav a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: var(--fs-small);
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border-subtle);
  transition: color var(--transition-fast);
}

.matrix-seo-nav a:hover {
  color: var(--text-accent);
}

.matrix-seo-content {
  display: grid;
  gap: 2rem;
}

.matrix-seo-content article {
  padding: 1.5rem;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  background: var(--bg-panel);
}

.matrix-seo-content article h3 {
  font-size: var(--fs-h3);
  font-weight: var(--fw-semibold);
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.matrix-seo-content article p {
  font-size: var(--fs-small);
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.matrix-seo-content article p:last-of-type {
  margin-bottom: 0.75rem;
}

.matrix-seo-content article a {
  font-size: var(--fs-small);
  color: var(--text-accent);
  text-decoration: none;
  font-weight: var(--fw-medium);
}

.matrix-seo-content article a:hover {
  text-decoration: underline;
}

.matrix-nav {
  position: sticky;
  top: calc(var(--header-height) + 3.5rem);
}

.matrix-nav-inner,
.matrix-nav-list,
.matrix-stage {
  display: grid;
}

.matrix-desktop,
.matrix-mobile,
.matrix-focus-panel {
  display: grid;
}

.matrix-mobile {
  display: none;
}

.matrix-stage-shell {
  display: grid;
  align-items: start;
}

.matrix-focus-shell {
  grid-area: 1 / 1;
  position: sticky;
  top: calc(var(--header-height) + 3.5rem);
  z-index: 2;
}

.matrix-focus-panel {
  position: relative;
  overflow: hidden;
  perspective: 1400px;
  transform-style: preserve-3d;
  isolation: isolate;
  min-height: clamp(26rem, 50vh, 34rem);
}

.matrix-focus-panel[data-motion="forward"] {
  --matrix-page-enter-y: 14%;
  --matrix-page-leave-y: -12%;
  --matrix-page-enter-tilt: -13deg;
  --matrix-page-leave-tilt: 11deg;
}

.matrix-focus-panel[data-motion="backward"] {
  --matrix-page-enter-y: -14%;
  --matrix-page-leave-y: 12%;
  --matrix-page-enter-tilt: 13deg;
  --matrix-page-leave-tilt: -11deg;
}

.matrix-focus-page {
  grid-area: 1 / 1;
  position: relative;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform, opacity, filter;
}

.matrix-focus-page--current {
  position: relative;
}

.matrix-focus-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%, transparent 76%, rgba(4, 10, 24, 0.14)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 18%, transparent 82%, rgba(4, 10, 24, 0.1));
  opacity: 0;
  transition: opacity 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix-focus-measure {
  position: absolute;
  left: -200vw;
  top: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

.matrix-focus-page--leaving {
  position: absolute;
  inset: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(0deg) scale(1);
  filter: blur(0);
  z-index: 2;
  transition:
    opacity 420ms cubic-bezier(0.4, 0, 1, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms cubic-bezier(0.4, 0, 1, 1);
}

.matrix-focus-page--entering {
  opacity: 0;
  transform:
    translate3d(0, var(--matrix-page-enter-y, 14%), -90px)
    rotateX(var(--matrix-page-enter-tilt, -13deg))
    scale(0.955);
  filter: blur(4px);
  z-index: 1;
  transition:
    opacity 560ms cubic-bezier(0, 0, 0.2, 1) 180ms,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 100ms,
    filter 560ms cubic-bezier(0, 0, 0.2, 1) 180ms;
}

.matrix-focus-panel.is-transitioning .matrix-focus-page--leaving {
  opacity: 0;
  transform:
    translate3d(0, var(--matrix-page-leave-y, -12%), -56px)
    rotateX(var(--matrix-page-leave-tilt, 11deg))
    scale(0.94);
  filter: blur(4px);
}

.matrix-focus-panel.is-transitioning .matrix-focus-page--entering {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(0deg) scale(1);
  filter: blur(0);
}

.matrix-focus-panel[data-motion="forward"] .matrix-focus-page--leaving {
  transform-origin: center top;
}

.matrix-focus-panel[data-motion="forward"] .matrix-focus-page--entering {
  transform-origin: center bottom;
}

.matrix-focus-panel[data-motion="backward"] .matrix-focus-page--leaving {
  transform-origin: center bottom;
}

.matrix-focus-panel[data-motion="backward"] .matrix-focus-page--entering {
  transform-origin: center top;
}

.matrix-focus-panel.is-transitioning .matrix-focus-page--leaving::after {
  opacity: 0.6;
}

.matrix-focus-panel.is-transitioning .matrix-focus-page--entering::after {
  opacity: 0;
}

.matrix-focus-panel.is-scroll-sync .matrix-focus-page--leaving {
  transition:
    opacity 260ms cubic-bezier(0.4, 0, 1, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 260ms cubic-bezier(0.4, 0, 1, 1);
}

.matrix-focus-panel.is-scroll-sync .matrix-focus-page--entering {
  transition:
    opacity 320ms cubic-bezier(0, 0, 0.2, 1) 40ms,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 320ms cubic-bezier(0, 0, 0.2, 1) 40ms;
}

.matrix-scroll-track {
  grid-area: 1 / 1;
  display: grid;
  gap: 0;
  padding-top: var(--matrix-track-leading, 0px);
  padding-bottom: var(--matrix-track-trailing, 0px);
  z-index: 1;
}

.matrix-scroll-step {
  min-height: var(--matrix-step-height, clamp(36rem, 82vh, 48rem));
  pointer-events: none;
  opacity: 0;
}

.matrix-scroll-step span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.matrix-nav-inner {
  gap: 0;
}

.matrix-nav-index,
.matrix-story-index-badge,
.matrix-story-track {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: var(--fw-semibold);
}

.matrix-nav-list,
.matrix-stage {
  gap: 0;
}

.matrix-nav-item,
.matrix-story {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.matrix-nav-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.46rem 0.7rem;
  padding: 0.56rem 0 0.58rem 0.85rem;
  transition: transform var(--transition-fast), opacity var(--transition-fast), color var(--transition-fast);
}

.matrix-nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  bottom: 0.56rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
  transition: background var(--transition-fast), box-shadow var(--transition-fast), opacity var(--transition-fast);
}

.matrix-nav-item:last-child,
.matrix-story:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.matrix-nav-item:hover,
.matrix-nav-item.is-active {
  transform: translateX(4px);
}

.matrix-nav-item.is-active::before {
  background: linear-gradient(180deg, rgba(114, 217, 255, 0.9) 0%, rgba(56, 116, 255, 0.6) 100%);
  box-shadow: 0 0 18px rgba(114, 217, 255, 0.32);
}

.matrix-nav-body {
  display: grid;
  gap: 0.12rem;
}

.matrix-nav-body strong {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: -0.02em;
}

.matrix-nav-body p {
  font-size: 0.76rem;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.matrix-nav-track {
  grid-column: 2;
  margin-top: 0.02rem;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

.matrix-story {
  min-height: clamp(36rem, 82vh, 50rem);
  padding: clamp(1.6rem, 3vw, 2.2rem) 0;
  scroll-margin-top: calc(var(--header-height) + 1.6rem);
}

.matrix-story-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.96fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.matrix-story-copy,
.matrix-story-visuals {
  display: grid;
  align-content: start;
}

.matrix-story-copy {
  gap: 0.8rem;
}

.matrix-story-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.matrix-story-index-badge {
  min-width: 3.2rem;
}

.matrix-story-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.matrix-story-lead {
  max-width: 38rem;
  font-size: 0.98rem;
  line-height: 1.85;
}

.matrix-story-signals {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0.9rem 1.6rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  justify-content: start;
}

.matrix-story-signal {
  display: grid;
  align-content: start;
  gap: 0.3rem;
}

.matrix-story-signal strong {
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: var(--fw-medium);
  white-space: nowrap;
}

.matrix-story-signal span {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  white-space: nowrap;
}

.matrix-story-feature-block {
  display: grid;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.matrix-story-features {
  display: grid;
  gap: 0.6rem;
}

.matrix-story-feature {
  display: grid;
}

.matrix-story-feature p {
  font-size: 0.95rem;
  line-height: 1.8;
}

.matrix-story-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.matrix-visual-grid {
  position: relative;
  display: grid;
  min-height: clamp(32rem, 68vh, 42rem);
}

.matrix-visual-grid::before {
  content: "";
  position: absolute;
  inset: 8% 6% auto auto;
  width: clamp(12rem, 32vw, 18rem);
  height: clamp(12rem, 32vw, 18rem);
  border-radius: 50%;
  background: var(--matrix-accent, linear-gradient(135deg, #64d2ff 0%, #3468ff 100%));
  opacity: 0.2;
  filter: blur(40px);
  pointer-events: none;
}

.matrix-device-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(32rem, 68vh, 42rem);
  padding: 1rem 0 0;
}

.iphone-device {
  position: relative;
  width: clamp(12rem, 22vw, 16rem);
  aspect-ratio: 0.49 / 1;
  border-radius: 2.7rem;
  padding: 0.28rem;
  background:
    linear-gradient(145deg, #20242b 0%, #090b10 36%, #1c2028 100%);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.iphone-device::before {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: 2.56rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.iphone-device::after {
  content: "";
  position: absolute;
  right: -0.12rem;
  top: 23%;
  width: 0.16rem;
  height: 9%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06));
}

.iphone-device-frame::after {
  content: "";
  position: absolute;
  left: -0.4rem;
  top: 13.5%;
  width: 0.16rem;
  height: 2.5%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.04));
  box-shadow:
    0 2.2rem 0 rgba(255,255,255,0.12),
    0 4rem 0 rgba(255,255,255,0.10);
  z-index: 5;
  pointer-events: none;
}

.iphone-device--main {
  z-index: 2;
}

.iphone-device-frame {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.34rem;
  border-radius: 2.42rem;
  background: #050608;
}

.iphone-device-island {
  position: absolute;
  left: 50%;
  top: 0.56rem;
  transform: translateX(-50%);
  width: 31%;
  height: 1.15rem;
  border-radius: 999px;
  background: #000000;
  z-index: 4;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.iphone-device-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2rem;
  background: #090f1c;
}

.iphone-device-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iphone-device-slide {
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 520ms ease, transform 1400ms ease;
}

.iphone-device-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.spotlight-card {
  position: sticky;
  top: calc(var(--header-height) + 1.4rem);
  padding: 0;
  min-height: 43rem;
}

.spotlight-shell {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(180deg, #05070d 0%, #0e1320 100%);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
}

.spotlight-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%);
  pointer-events: none;
}

.spotlight-head,
.spotlight-shell h3,
.spotlight-store,
.spotlight-summary,
.spotlight-demo,
.spotlight-metrics,
.spotlight-shell .product-meta {
  position: relative;
  z-index: 1;
}

.spotlight-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.spotlight-track {
  color: rgba(255, 255, 255, 0.82);
}

.spotlight-overline {
  color: rgba(255, 255, 255, 0.54);
}

.spotlight-shell h3 {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  letter-spacing: -0.04em;
  color: #ffffff;
}

.spotlight-store {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--fs-small);
}

.spotlight-summary {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

.spotlight-demo {
  margin-top: 1.4rem;
}

.spotlight-preview-shell {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.spotlight-preview-shell::before {
  content: "";
  position: absolute;
  inset: auto -8% -12% auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: var(--spotlight-accent, linear-gradient(135deg, #64d2ff 0%, #3468ff 100%));
  opacity: 0.16;
  filter: blur(26px);
}

.spotlight-preview-toolbar,
.spotlight-preview-stage {
  position: relative;
  z-index: 1;
}

.spotlight-preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

.spotlight-preview-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 10rem;
  gap: 1rem;
  margin-top: 1rem;
  min-height: 30rem;
}

.spotlight-preview-main,
.spotlight-preview-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.spotlight-preview-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.5rem 1.2rem 0;
}

.spotlight-preview-main img {
  width: min(100%, 19rem);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.spotlight-preview-side {
  display: grid;
  gap: 0.9rem;
}

.spotlight-preview-thumb {
  padding: 1rem 0.7rem 0;
}

.spotlight-preview-thumb img {
  width: 100%;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

.spotlight-preview-thumb--offset {
  transform: translateX(1rem);
}

.spotlight-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.spotlight-metric {
  padding: 1rem 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.spotlight-metric strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  color: #ffffff;
}

.spotlight-metric span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.74rem;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.15rem;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.32rem 0.8rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
}

.spotlight-shell .meta-pill {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.spotlight-shell .catalog-link {
  color: #ffffff;
}

.showcase-grid,
.catalog-track-grid,
.role-grid,
.product-grid,
.stats-grid,
.vmv-grid,
.advantage-grid,
.team-cards,
.metric-stack {
  display: grid;
  gap: var(--space-md);
}

.showcase-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.showcase-card {
  display: block;
  padding: 1.25rem 0;
  min-height: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.showcase-card:hover,
.showcase-card.is-active {
  transform: translateX(8px);
  border-color: rgba(255, 255, 255, 0.1);
  background: transparent;
  box-shadow: none;
}

.catalog-card:hover,
.team-card:hover,
.advantage-card:hover,
.vmv-card:hover,
.metric-card:hover,
.role-card:hover,
.stat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.1);
  background: transparent;
}

.team-card:hover,
.advantage-card:hover,
.vmv-card:hover,
.metric-card:hover,
.stat-card:hover {
  transform: none;
  border-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.12);
  background: transparent;
}

.showcase-card-kicker {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.showcase-card-kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
}

.showcase-card-top,
.catalog-card-top {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-top: 0.9rem;
}

.showcase-card-icon,
.catalog-icon,
.product-icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1.2rem;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.showcase-card-head strong,
.catalog-card-head strong {
  display: block;
  font-size: 1.02rem;
}

.showcase-card-head span,
.catalog-card-head span {
  display: block;
  margin-top: 0.22rem;
  font-size: 0.9rem;
  color: var(--text-tertiary);
}

.showcase-card p,
.catalog-card p,
.advantage-card p,
.team-card p,
.vmv-card p,
.role-card p,
.product-info p {
  color: var(--text-secondary);
  font-size: var(--fs-small);
}

.app-badges,
.catalog-highlights,
.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.25rem 0.7rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.74rem;
}

.flow-diagram {
  position: relative;
  width: min(100%, 29rem);
  aspect-ratio: 1;
  margin: 0 auto;
}

.flow-diagram svg {
  position: absolute;
  inset: 0;
}

.flow-node {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.46);
  font-weight: var(--fw-semibold);
  transition: transform var(--transition-base), border-color var(--transition-base), color var(--transition-base), background var(--transition-base);
}

.flow-node[data-node="0"] {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.flow-node[data-node="1"] {
  top: 18%;
  right: 6%;
}

.flow-node[data-node="2"] {
  bottom: 18%;
  right: 6%;
}

.flow-node[data-node="3"] {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.flow-node[data-node="4"] {
  bottom: 18%;
  left: 6%;
}

.flow-node[data-node="5"] {
  top: 18%;
  left: 6%;
}

.flow-node.active {
  color: #ffffff;
  border-color: rgba(114, 217, 255, 0.28);
  background: rgba(114, 217, 255, 0.18);
  transform: translateY(-2px);
}

.flow-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46%;
  padding: 1.2rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
}

.stepper-steps {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.step {
  padding: 1.45rem 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  transition: border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);
}

.step-title {
  margin-top: 0.55rem;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  letter-spacing: -0.03em;
}

.step-desc {
  margin-top: 0.65rem;
  color: var(--text-secondary);
}

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

.advantage-card,
.team-card,
.vmv-card,
.metric-card,
.role-card,
.stat-card,
.catalog-track,
.catalog-card,
.card {
  padding: 1.35rem;
}

.advantage-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: rgba(114, 217, 255, 0.08);
  color: #72d9ff;
  font-size: 0.86rem;
  font-weight: var(--fw-semibold);
}

.advantage-card h3,
.team-card h3,
.vmv-card h3,
.role-card h4,
.catalog-track-head h2,
.signal-panel-title,
.spotlight-body h3 {
  font-family: var(--font-display);
}

.team-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: var(--space-xl);
}

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

.team-card h3,
.vmv-card h3,
.role-card h4,
.stat-number,
.metric-card strong {
  letter-spacing: -0.03em;
}

.team-card h3,
.vmv-card h3,
.role-card h4 {
  margin-top: 0.6rem;
  font-size: 1.3rem;
}

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

.vmv-card p {
  margin-top: 0.8rem;
}

.page-hero {
  padding: calc(var(--header-height) + 4rem) 0 var(--space-xl);
  background: transparent;
}

body:not(.page-home) {
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-tertiary: rgba(255, 255, 255, 0.46);
  --text-accent: #72d9ff;
  --accent: #72d9ff;
  --accent-strong: #ffffff;
  --accent-dim: rgba(114, 217, 255, 0.1);
  --bg-panel: rgba(255, 255, 255, 0.04);
  --bg-panel-strong: rgba(255, 255, 255, 0.06);
  --bg-glow: rgba(114, 217, 255, 0.08);
  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-medium: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(114, 217, 255, 0.22);
  --shadow-soft: 0 14px 40px rgba(0, 0, 0, 0.2);
  --shadow-strong: 0 24px 60px rgba(0, 0, 0, 0.3);
  --page-accent: #72d9ff;
  --page-accent-soft: rgba(114, 217, 255, 0.1);
  --page-border: rgba(255, 255, 255, 0.06);
  --page-panel-bg: transparent;
}

.page-hero--interior {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--space-2xl);
  background: transparent;
}

.page-hero--interior::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(114, 217, 255, 0.08), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(24, 93, 255, 0.06), transparent 26%);
  pointer-events: none;
}

.page-hero-grid,
.page-band,
.portfolio-track-head,
.portfolio-lead-layout,
.page-link-grid,
.contact-layout {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.2rem);
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  align-items: start;
}

.page-hero-copy .section-title,
.page-band .section-title {
  max-width: 14ch;
}

.page-hero-copy .section-desc,
.page-band .section-desc {
  max-width: 62ch;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: var(--space-lg);
}

.page-hero-panel,
.page-inline-panel,
.portfolio-track-note,
.portfolio-support-card,
.page-proof-card,
.page-link-card,
.contact-lane-card,
.contact-form-shell,
.portfolio-feature-card {
  position: relative;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.step {
  position: relative;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.page-hero-panel,
.page-inline-panel,
.contact-form-shell {
  padding: clamp(1.35rem, 2vw, 1.9rem);
}

.page-panel-label,
.page-link-kicker,
.portfolio-track-note span,
.portfolio-feature-head span,
.portfolio-support-head span,
.career-role-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: var(--fw-semibold);
  color: rgba(255, 255, 255, 0.44);
}

.page-inline-panel p,
.portfolio-track-note p,
.portfolio-track-copy p,
.portfolio-feature-body,
.portfolio-support-card p,
.step-points p,
.contact-lane-note,
.contact-form-intro {
  color: var(--text-secondary);
}

.page-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: var(--space-xl);
}

.page-metrics .signal-card {
  min-height: 8.6rem;
  border-color: rgba(255, 255, 255, 0.06);
  background: transparent;
}

.page-metrics .signal-card strong {
  color: #72d9ff;
}

.page-about .about-hero {
  padding-bottom: clamp(3rem, 6vw, 4.6rem);
}

.page-about .about-hero-head {
  position: relative;
  z-index: 1;
  max-width: min(60rem, 100%);
}

.page-about .page-hero-copy {
  max-width: 58rem;
}

.page-about .page-hero-copy .section-title {
  max-width: 11.5ch;
  font-size: clamp(2.65rem, 4.8vw, 4.2rem);
}

.page-about .page-hero-copy .section-desc {
  max-width: 42rem;
  font-size: clamp(1rem, 1.24vw, 1.12rem);
}

.page-about .about-hero-note {
  max-width: 40rem;
  margin-top: 1.15rem;
  padding: 1rem 0 0;
}

.page-about .about-hero-note p {
  margin: 0.4rem 0 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.68);
}

.page-about .about-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem 1.25rem;
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-about .about-metrics .signal-card {
  min-height: 0;
  padding: 0;
}

.page-about .about-metrics .signal-card strong {
  font-size: clamp(0.96rem, 1.22vw, 1.1rem);
}

.page-about .about-metrics .signal-card span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.48);
}

.page-about .about-section-shell {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}

.page-about .about-summary-section .page-band {
  margin-bottom: var(--space-lg);
}

.page-about .about-detail-list {
  display: grid;
  gap: 1rem;
}

.page-about .about-detail-list--compact {
  gap: 0.8rem;
}

.page-about .about-detail-item {
  padding: 1rem 0 0;
}

.page-about .about-detail-item h3 {
  margin-top: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
}

.page-about .about-detail-item p {
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.7);
}

.page-about .about-cta-section {
  position: relative;
  isolation: isolate;
  padding-top: clamp(3rem, 6vw, 4.4rem);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}

.page-about .about-cta-section::before,
.page-about .about-cta-section::after,
.page-capabilities .capability-cta-section::before,
.page-capabilities .capability-cta-section::after,
.page-contact .contact-main-section::before,
.page-contact .contact-main-section::after {
  display: none;
}

.page-about .about-cta-section .section-title {
  max-width: 14ch;
  margin-left: 0;
  margin-right: 0;
}

.page-about .about-cta-section .section-desc {
  max-width: 42rem;
  margin: 0 0 var(--space-lg);
}

.page-about .about-cta-section .cta-buttons {
  justify-content: flex-start;
}

.page-about .about-cta-section .container,
.page-capabilities .capability-cta-section .container,
.page-contact .contact-main-section .container {
  position: relative;
  z-index: 1;
}

.page-rail-section {
  padding-top: 0;
  z-index: 3;
}

.track-nav {
  z-index: 30;
  display: flex;
  gap: 0.75rem;
  padding: 0.9rem 0;
  overflow-x: auto;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.track-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.46);
  font-size: var(--fs-small);
  transition: color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);
}

.track-nav a:hover,
.track-nav a.active {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.page-band {
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  align-items: start;
  margin-bottom: var(--space-xl);
}

.catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
}

.catalog-header .btn {
  flex-shrink: 0;
  white-space: nowrap;
}

.portfolio-scroll-section {
  padding-top: clamp(0.8rem, 1.8vw, 1.25rem);
  padding-bottom: 0;
}

.portfolio-scroll-rail {
  position: relative;
}

.portfolio-scroll-sticky {
  position: sticky;
  top: var(--header-height);
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: calc(100vh - var(--header-height));
  background: transparent;
}

.portfolio-scroll-track {
  height: 0;
  pointer-events: none;
}

.portfolio-scroll-window {
  overflow: hidden;
  padding: 0;
}

.portfolio-stack {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4vw, 3.2rem);
  width: max-content;
  will-change: transform;
  transition: transform 760ms cubic-bezier(0.22, 0.84, 0.24, 1);
}

.portfolio-track {
  position: relative;
  flex: 0 0 var(--portfolio-screen-width, 100%);
  width: var(--portfolio-screen-width, 100%);
  display: grid;
  align-items: center;
  min-height: min(36rem, calc(100vh - var(--header-height) - 1.8rem));
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  opacity: 0.62;
  transition: opacity 240ms ease;
}

.portfolio-track.is-active {
  opacity: 1;
}

.portfolio-track::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: clamp(18rem, 28vw, 24rem);
  height: clamp(18rem, 28vw, 24rem);
  background: var(--track-accent);
  opacity: 0.16;
  filter: blur(72px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.portfolio-track-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 34rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.4rem, 2.5vw, 2.2rem);
  height: 100%;
  width: 100%;
  align-content: center;
  padding: 0;
}

.portfolio-side {
  display: grid;
  align-content: center;
  gap: 0.95rem;
  align-self: center;
}

.portfolio-side--intro {
  width: min(100%, 20rem);
  max-width: 20rem;
  justify-self: start;
  padding-right: clamp(0.4rem, 1vw, 0.8rem);
}

.portfolio-side--intro h2 {
  max-width: none;
  font-size: clamp(1.2rem, 1.8vw, 1.9rem);
  line-height: 1.02;
  white-space: nowrap;
}

.portfolio-track-blurb {
  max-width: 26ch;
  margin: 0;
  font-size: clamp(0.84rem, 0.95vw, 0.92rem);
  line-height: 1.55;
  color: var(--text-secondary);
}

.portfolio-feature-head {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.portfolio-feature-head strong {
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  font-family: var(--font-display);
}

.portfolio-feature-caption {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.32rem;
  width: min(100%, 30rem);
  max-width: 30rem;
  text-align: center;
}

.portfolio-feature-lead {
  margin: 0;
  max-width: 34ch;
  font-size: clamp(0.88rem, 1vw, 0.98rem);
  color: var(--text-secondary);
  line-height: 1.5;
}

.portfolio-feature-note {
  margin: 0;
  max-width: none;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  white-space: nowrap;
}

.portfolio-link,
.catalog-link,
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--text-primary);
}

.portfolio-link,
.contact-email {
  margin-top: 0.15rem;
}

.portfolio-feature-stage {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: clamp(0.9rem, 1.8vw, 1.25rem);
  min-height: min(34rem, calc(100vh - var(--header-height) - 2.6rem));
  padding: 0 clamp(1rem, 2vw, 1.4rem);
}

.portfolio-feature-stage::before {
  content: "";
  position: absolute;
  inset: 18% 12% 20%;
  background: var(--track-accent);
  opacity: 0.18;
  filter: blur(52px);
  pointer-events: none;
}

.portfolio-feature-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  overflow: visible;
}

.portfolio-feature-visual .matrix-device-stage {
  min-height: clamp(24rem, 56vh, 34rem);
  width: 100%;
  padding: 0;
}

.portfolio-feature-visual .iphone-device--main {
  width: clamp(14rem, 22vw, 18rem);
}

.portfolio-side--support {
  width: min(100%, 18rem);
  max-width: 18rem;
  justify-self: end;
  padding-left: clamp(0.3rem, 0.9vw, 0.75rem);
}

.portfolio-support-grid {
  display: grid;
  gap: 0.55rem;
  justify-items: start;
}

.portfolio-support-card {
  display: grid;
  grid-template-columns: 2.15rem minmax(0, 1fr);
  gap: 0.65rem;
  padding: 0.1rem 0;
  width: 100%;
  align-items: center;
  border: 0;
}

.portfolio-support-card:first-child {
  padding-top: 0;
}

.portfolio-support-card .catalog-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.55rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.portfolio-support-info {
  display: grid;
  gap: 0.22rem;
  align-content: center;
}

.portfolio-support-info a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
  text-decoration: none;
  white-space: nowrap;
}

.portfolio-support-info a:hover {
  text-decoration: underline;
}

.portfolio-support-info p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--text-secondary);
  line-height: 1.35;
  white-space: nowrap;
}

.portfolio-side--empty {
  visibility: hidden;
}

.page-capabilities .capability-hero {
  padding-bottom: clamp(3rem, 6vw, 4.4rem);
}

.page-capabilities .capability-hero-head {
  position: relative;
  z-index: 1;
  max-width: min(60rem, 100%);
}

.page-capabilities .page-hero-copy {
  max-width: 58rem;
}

.page-capabilities .page-hero-copy .section-title {
  max-width: 11.5ch;
  font-size: clamp(2.7rem, 4.8vw, 4.3rem);
}

.page-capabilities .page-hero-copy .section-desc {
  max-width: 42rem;
}

.page-capabilities .capability-hero-note {
  max-width: 40rem;
  margin-top: 1.15rem;
  padding: 1rem 0 0;
}

.page-capabilities .capability-hero-note p {
  margin: 0.35rem 0 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.68);
}

.page-capabilities .capability-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem 1.25rem;
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-capabilities .capability-metrics .signal-card {
  min-height: 0;
  padding: 0;
}

.page-capabilities .capability-metrics .signal-card strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

.page-capabilities .capability-metrics .signal-card span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}

.page-capabilities .capability-section-shell {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.page-capabilities .capability-section-note {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.66);
}

.page-capabilities .capability-section-copy--sticky {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  align-self: start;
}

.page-capabilities .capability-stage-list,
.page-capabilities .capability-detail-list {
  display: grid;
  gap: 1rem;
}

.page-capabilities .capability-stage-item,
.page-capabilities .capability-detail-item {
  padding: 1rem 0 0;
}

.page-capabilities .capability-stage-item .step-title,
.page-capabilities .capability-detail-item h3 {
  margin-top: 0;
}

.page-capabilities .capability-stage-item .step-desc,
.page-capabilities .capability-detail-item p {
  max-width: 46ch;
}

.page-capabilities .capability-stage-item + .capability-stage-item,
.page-capabilities .capability-detail-item + .capability-detail-item {
  margin-top: 0;
}

.page-capabilities .capability-advantage-section .section-desc {
  max-width: 40rem;
}

.page-capabilities .capability-cta-section {
  position: relative;
  isolation: isolate;
  margin-top: clamp(0.5rem, 2vw, 1.5rem);
  padding-top: clamp(3.8rem, 7vw, 5.2rem);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: left;
}

.page-capabilities .capability-cta-section .section-title,
.page-capabilities .capability-cta-section .section-desc {
  margin-left: 0;
  margin-right: 0;
}

.page-capabilities .capability-cta-section .section-title {
  max-width: 14ch;
}

.page-capabilities .capability-cta-section .section-desc {
  max-width: 42rem;
  margin-bottom: var(--space-lg);
}

.page-capabilities .capability-cta-section .cta-buttons {
  justify-content: flex-start;
}

.step {
  padding: clamp(1.2rem, 2vw, 1.55rem);
}

.step + .step {
  margin-top: 1rem;
}

.step-title {
  margin-top: 0.5rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.step-desc {
  margin-top: 0.75rem;
  color: var(--text-secondary);
}

.step-points {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.step-points p {
  padding-left: 1rem;
  border-left: 2px solid rgba(114, 217, 255, 0.14);
}

.page-proof-grid,
.career-role-grid {
  display: grid;
  gap: 1rem;
}

.page-proof-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-proof-card {
  padding: clamp(1.2rem, 2vw, 1.55rem);
}

.page-proof-card h3,
.career-role-card h3 {
  margin-top: 0.75rem;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
}

.page-proof-card p,
.career-role-card p {
  margin-top: 0.65rem;
}

.page-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-link-card {
  padding: 1.35rem 1.45rem;
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}

.page-link-card strong {
  display: block;
  margin-top: 0.6rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.page-link-card p {
  margin-top: 0.55rem;
  color: var(--text-secondary);
}

.page-link-card:hover {
  transform: translateY(-4px);
  border-top-color: rgba(114, 217, 255, 0.2);
  box-shadow: none;
}

.tag-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-content: start;
}

.career-role-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.career-role-card {
  padding: 1.2rem 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  box-shadow: none;
}

.career-role-meta {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.career-role-meta span {
  display: block;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: var(--fs-small);
  color: rgba(255, 255, 255, 0.58);
}

.contact-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.95fr);
  align-items: start;
}

.page-contact .contact-hero {
  padding-bottom: clamp(2.8rem, 5vw, 4rem);
}

.page-contact .contact-hero-head {
  position: relative;
  z-index: 1;
  max-width: min(58rem, 100%);
}

.page-contact .page-hero-copy {
  max-width: 54rem;
}

.page-contact .page-hero-copy .section-title {
  max-width: 10ch;
}

.page-contact .page-hero-copy .section-desc {
  max-width: 40rem;
}

.page-contact .contact-hero-note {
  max-width: 40rem;
  margin-top: 1rem;
  padding: 1rem 0 0;
}

.page-contact .contact-hero-note p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.page-contact .contact-main-section {
  position: relative;
  isolation: isolate;
  margin-top: clamp(-1.2rem, -2vw, -0.5rem);
  padding-top: clamp(3.6rem, 7vw, 5rem);
  padding-bottom: clamp(4.4rem, 9vw, 6.2rem);
  background: transparent;
}

.contact-lanes {
  display: grid;
  gap: 1rem;
}

.contact-lane-card {
  padding: 1.2rem 1.3rem;
}

.contact-lane-card h2 {
  margin-top: 0.6rem;
  margin-bottom: 0.75rem;
}

.contact-lane-note {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: var(--fs-small);
}

.contact-form-shell {
  padding: clamp(1.35rem, 2vw, 1.8rem);
}

.contact-form-shell h2 {
  margin-top: 0.5rem;
}

.contact-form-feedback {
  margin-top: 0.65rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.64);
}

.contact-form-feedback[hidden] {
  display: none;
}

.contact-submit {
  justify-content: center;
}

.contact-submit.is-loading {
  pointer-events: none;
  opacity: 0.82;
}

.form-group {
  margin-bottom: var(--space-md);
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: var(--fs-small);
  color: var(--text-secondary);
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-family: inherit;
  font-size: inherit;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: rgba(114, 217, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form-textarea {
  min-height: 9rem;
  resize: vertical;
}

.contact-submit {
  width: 100%;
}

.page-hero + .section .section-header:first-child {
  margin-top: 0;
}

.cta-section {
  text-align: center;
}

.bg-gradient-accent .section-label,
.bg-gradient-accent .section-title,
.bg-gradient-accent .section-desc {
  color: #ffffff;
}

.bg-gradient-accent .section-label {
  opacity: 0.72;
}

.bg-gradient-accent .btn--outline {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
}

.bg-gradient-accent .btn--primary {
  color: #111111;
  background: #ffffff;
}

.bg-gradient-accent .btn--primary:hover {
  background: #f5f5f7;
}

.bg-gradient-accent .btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.cta-section .section-title {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section .section-desc {
  margin: 0 auto var(--space-lg);
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

@keyframes ribbon-slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes orbit-float {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) translateY(-4px);
  }
}

@media (max-width: 1120px) {
  .hero-shell,
  .hero-stage-shell,
  .hero-stage-featured,
  .spotlight-preview-stage,
  .section-shell--split,
  .team-layout,
  .showcase-layout,
  .catalog-intro,
  .page-capabilities .capability-section-shell {
    grid-template-columns: 1fr;
  }

  .matrix-showcase,
  .matrix-story-shell {
    grid-template-columns: 1fr;
  }

  .matrix-desktop {
    display: none;
  }

  .matrix-mobile {
    display: grid;
  }

  .page-home .overview-summary,
  .page-home .capability-summary-head {
    grid-template-columns: 1fr;
  }

  .page-home .capability-summary-head {
    grid-template-areas:
      "label"
      "title"
      "desc";
  }

  .spotlight-card,
  .matrix-nav {
    position: relative;
    top: 0;
  }

  .hero-stage-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .spotlight-preview-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spotlight-preview-thumb--offset {
    transform: none;
  }

  .matrix-nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1rem;
  }

  .matrix-story {
    min-height: auto;
  }

  .matrix-story-signals {
    grid-template-columns: 1fr;
  }

  .matrix-visual-grid {
    min-height: auto;
  }

  .signal-strip,
  .team-cards,
  .vmv-grid,
  .advantage-grid,
  .metric-stack,
  .catalog-track-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 920px) {
  .header-nav,
  .header-actions > .btn {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .hero-signals,
  .hero-stage-stats,
  .spotlight-metrics,
  .catalog-metrics,
  .showcase-grid,
  .signal-strip,
  .team-cards,
  .stats-grid,
  .grid--2,
  .grid--3,
  .grid--4,
  .advantage-grid,
  .vmv-grid,
  .metric-stack,
  .catalog-track-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-console {
    min-height: 26rem;
  }

  .hero-stage-stack,
  .spotlight-preview-side {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  :root {
    --space-3xl: 4.5rem;
    --space-2xl: 3.4rem;
    --space-xl: 2.6rem;
    --radius-md: 20px;
    --radius-lg: 28px;
  }

  body::before {
    background-size: 52px 52px;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 2rem);
  }

  .hero-title {
    line-height: 1.02;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-logo-bin {
    width: 100%;
    height: 13rem;
  }

  .hero-ribbon-track {
    animation-duration: 28s;
  }

  .page-home .home-overview {
    padding-top: 2rem;
    padding-bottom: 3.4rem;
  }

  .page-home .capability-summary-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-console {
    padding: 0.9rem;
    border-radius: 24px;
  }

  .hero-stage-main,
  .hero-stage-mini,
  .spotlight-shell {
    border-radius: 22px;
  }

  .hero-stage-title {
    font-size: clamp(1.6rem, 7vw, 2.3rem);
  }

  .matrix-nav-list {
    grid-template-columns: 1fr;
  }

  .matrix-nav-item {
    padding-left: 1rem;
  }

  .matrix-story-copy h3 {
    max-width: 12ch;
  }

  .matrix-story-head--mobile {
    margin-bottom: 0.9rem;
  }

  .matrix-story-lead {
    max-width: none;
  }

  .matrix-visual-grid {
    gap: 1.2rem;
  }

  .iphone-device--main {
    width: min(16rem, 100%);
  }

  .spotlight-preview-main img {
    width: min(100%, 14rem);
  }

  .flow-node {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
  }

  .flow-center {
    width: 56%;
    padding: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 1120px) {
  .page-hero-grid,
  .page-band,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .page-proof-grid--three,
  .page-link-grid,
  .career-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero-copy .section-title,
  .page-band .section-title {
    max-width: none;
  }

  .page-about .page-hero-copy .section-title {
    max-width: none;
  }

  .page-about .about-section-shell {
    gap: 1.2rem;
  }

  .page-capabilities .capability-section-shell {
    gap: 1.2rem;
  }

  .page-capabilities .capability-section-copy--sticky {
    position: static;
  }

  .page-about .about-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-capabilities .page-hero-copy .section-title,
  .page-contact .page-hero-copy .section-title {
    max-width: none;
  }

  .page-capabilities .capability-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .product-hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-hero-visual {
    min-height: 32rem;
  }

  .product-track-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-logo-cloud {
    width: min(100%, 36rem);
    margin-right: 0;
  }

  .logo-constellation--home .logo-constellation-core {
    width: min(14rem, 48%);
  }

  .portfolio-story-cards {
    grid-template-columns: 1fr;
  }

  .portfolio-scroll-sticky {
    position: static;
    display: block;
    min-height: 0;
  }

  .portfolio-scroll-track {
    display: none;
  }

  .portfolio-scroll-window {
    overflow: visible;
    padding: 0;
  }

  .portfolio-stack {
    display: grid;
    width: 100%;
    gap: 1.2rem;
    transform: none !important;
  }

  .portfolio-track {
    flex-basis: auto;
    width: 100%;
    min-height: 0;
  }

  .portfolio-track-shell {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .portfolio-feature-stage {
    order: -1;
    min-height: 0;
    padding: 0 0 1rem;
    border: 0;
  }

  .portfolio-feature-visual .matrix-device-stage {
    min-height: 28rem;
  }

  .portfolio-side,
  .portfolio-side--intro,
  .portfolio-side--support {
    max-width: none;
    justify-self: stretch;
    padding: 0;
  }

  .portfolio-side--empty {
    display: none;
  }

  .portfolio-feature-caption {
    max-width: 24rem;
  }
}

@media (max-width: 920px) {
  .page-metrics,
  .portfolio-signal-grid,
  .page-proof-grid--three,
  .page-link-grid,
  .career-role-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-track,
  .page-proof-card,
  .contact-lane-card,
  .contact-form-shell,
  .page-hero-panel,
  .page-inline-panel {
    border-radius: 0;
  }

  .product-hero-stats,
  .product-track-band {
    grid-template-columns: 1fr;
  }

  .page-about .about-metrics {
    grid-template-columns: 1fr;
  }

  .page-capabilities .capability-metrics {
    grid-template-columns: 1fr;
  }

  .page-about .about-hero-note,
  .page-about .about-cta-section .section-desc {
    max-width: none;
  }

  .page-contact .contact-hero-note {
    max-width: none;
  }

  .hero-logo-cloud {
    width: 100%;
    margin-bottom: 1rem;
  }

}

@media (max-width: 768px) {
  .page-hero--interior {
    padding-bottom: var(--space-xl);
  }

  .page-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-products .page-hero-copy .section-title {
    font-size: clamp(2.6rem, 13vw, 4.1rem);
  }

  .page-about .page-hero-copy .section-title {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .page-capabilities .page-hero-copy .section-title,
  .page-contact .page-hero-copy .section-title {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .page-about .about-cta-section .section-title {
    max-width: none;
  }

  .product-hero-stats {
    gap: 0.8rem;
  }

  .product-hero-visual {
    min-height: 24rem;
  }

  .logo-constellation-core {
    width: min(13rem, 70%);
  }

  .logo-constellation-core strong {
    font-size: clamp(1.4rem, 6vw, 2rem);
  }

  .logo-constellation-core p {
    font-size: 0.8rem;
  }

  .logo-constellation-node-copy {
    display: none;
  }

  .portfolio-story-cards {
    grid-template-columns: 1fr;
  }

  .portfolio-track {
    min-height: 0;
    padding: 0.8rem 0;
  }

  .portfolio-track-shell {
    gap: 0.9rem;
    padding: 0.8rem 0;
  }

  .portfolio-feature-visual .matrix-device-stage {
    min-height: 24rem;
  }

  .portfolio-feature-visual .iphone-device--main {
    width: min(18rem, 72vw);
  }

  .contact-submit {
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .matrix-showcase .matrix-nav {
    display: none;
  }

  .matrix-mobile {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    margin-left: calc(-1 * clamp(1.1rem, 2.4vw, 2rem));
    margin-right: calc(-1 * clamp(1.1rem, 2.4vw, 2rem));
    padding: 0 clamp(1.1rem, 2.4vw, 2rem) 0.75rem;
    scrollbar-width: none;
  }

  .matrix-mobile::-webkit-scrollbar {
    display: none;
  }

  .matrix-mobile .matrix-story {
    flex: 0 0 min(82vw, 400px);
    scroll-snap-align: center;
    min-height: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    padding: 1.25rem;
  }

  .matrix-mobile .matrix-story:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .matrix-mobile .matrix-story-head--mobile {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.15rem;
  }

  .matrix-mobile .matrix-story-head--mobile .matrix-story-index-badge {
    font-size: 0.7rem;
  }

  .matrix-story-index-badge {
    min-width: unset;
  }

  .matrix-mobile .matrix-story-head--mobile .matrix-story-track {
    font-size: 0.68rem;
  }

  .matrix-mobile .matrix-story-copy > .matrix-story-head {
    display: none;
  }

  .matrix-mobile .matrix-story-shell {
    gap: 1rem;
  }

  .matrix-mobile .matrix-story-copy h3 {
    font-size: clamp(1.3rem, 5vw, 1.7rem);
    max-width: none;
  }

  .matrix-mobile .matrix-story-lead {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .matrix-mobile .matrix-story-signals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem 0.65rem;
  }

  .matrix-mobile .matrix-story-signal strong {
    font-size: 0.85rem;
    white-space: nowrap;
  }

  .matrix-mobile .matrix-story-signal span {
    font-size: 0.66rem;
    white-space: nowrap;
  }

  .matrix-mobile .matrix-story-feature-block {
    display: none;
  }

  .matrix-mobile .matrix-visual-grid {
    min-height: auto;
  }

  .matrix-mobile .matrix-visual-grid::before {
    width: 8rem;
    height: 8rem;
  }

  .matrix-mobile .matrix-device-stage {
    min-height: auto;
    padding: 0.5rem 0 0;
  }

  .matrix-mobile .iphone-device {
    width: min(9rem, 60%);
  }

  .matrix-mobile .product-meta {
    margin-top: 0.75rem;
  }
}

.matrix-carousel-dots {
  display: none;
}

@media (max-width: 1120px) {
  .matrix-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.6rem 0 0;
  }

  .matrix-carousel-dot {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.18);
    padding: 0;
    cursor: pointer;
    transition: background var(--transition-fast), transform var(--transition-fast);
  }

  .matrix-carousel-dot.is-active {
    background: rgba(114, 217, 255, 0.8);
    transform: scale(1.4);
  }
}
