.md-content__inner:has(> .nh-page) {
  margin: 0;
  padding-top: 0;
}

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

.nh-page {
  padding-top: 0;
  overflow-x: clip;
}

.nh-page h1,
.nh-page h2,
.nh-page h3,
.nh-page p,
.nh-page figure {
  margin-top: 0;
}

.nh-page a {
  color: inherit;
}

.nh-page [hidden],
.nh-page .divider {
  display: none !important;
}

.nh-page .brand__section {
  width: 100%;
}

.nh-page .wrap,
.nh-page .nh-section__inner {
  width: min(var(--nh-container), calc(100% - (var(--nh-gutter) * 2)));
  margin-inline: auto;
}

.nh-page .section-title {
  max-width: 820px;
}

.nh-page .section-sub {
  margin-bottom: 0;
}

.nh-page .btn-primary,
.nh-page .btn-ghost {
  text-decoration: none;
}

.nh-page .nh-section:not(.nh-section--hero):not(.nh-section--cta) {
  padding-top: var(--nh-section-space);
  padding-bottom: var(--nh-section-space);
}

/* Hero */
.nh-page .hero {
  position: relative;
  display: flex;
  width: 100%;
  min-height: calc(100dvh - 64px);
  flex-direction: column;
  justify-content: center;
  padding: 52px 0 24px;
  overflow: hidden;
  color: #f5f5f7;
  background: #050609;
  box-shadow: 0 0 0 100vmax #050609;
  clip-path: inset(0 -100vmax);
  isolation: isolate;
}

.nh-page .hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #050609 0%, #050609 31%, rgba(5, 6, 9, .96) 43%, rgba(5, 6, 9, .58) 59%, rgba(5, 6, 9, 0) 78%);
  pointer-events: none;
  content: "";
}

.hero-shell {
  position: relative;
  display: flex;
  width: min(var(--nh-container), calc(100% - (var(--nh-gutter) * 2)));
  min-height: clamp(540px, calc(100dvh - 250px), 720px);
  align-items: center;
  margin-inline: auto;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(62%, 820px);
  text-align: left;
}

.hero-badge {
  display: block;
  color: #c652fd;
}

.hero h1 {
  margin-bottom: 24px;
  color: #f5f5f7;
  max-width: 760px;
  font-size: clamp(44px, 4.15vw, 64px);
  line-height: 1.02;
  text-align: left;
  text-wrap: balance;
}

.hero h1 em {
  color: transparent;
  background: var(--color-gradient-brand);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
}

.hero-product {
  position: absolute;
  top: 50%;
  right: calc(50% - 50vw - clamp(44px, 4vw, 84px));
  z-index: 0;
  width: min(76vw, 1220px);
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%);
}

.hero-product::after {
  content: none;
}

.hero-product-video,
.hero-product-poster {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: right center;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
}

.hero-product-video {
  position: relative;
  z-index: 1;
}

.hero-product-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  pointer-events: none;
}

.hero .hero-sub {
  max-width: 680px;
  margin: 0 0 32px;
  color: #a7abba;
  line-height: 1.65;
}

.hero .hero-actions {
  justify-content: flex-start;
  margin-bottom: 0;
}

.hero .button-outline {
  border-color: rgba(245, 245, 247, .42);
  color: #f5f5f7;
  background: rgba(5, 6, 9, .26);
}

.hero .button-outline:hover {
  border-color: rgba(245, 245, 247, .72);
  background: rgba(245, 245, 247, .08);
}

.hero-stats {
  position: relative;
  z-index: 2;
  width: min(var(--nh-container), calc(100% - (var(--nh-gutter) * 2)));
  margin: 4px auto 0;
  overflow: visible;
  column-gap: clamp(28px, 4vw, 72px);
  border: 0;
  background: none;
}

.hero .sht-stat {
  position: relative;
  display: grid;
  min-height: 88px;
  align-content: center;
  justify-items: start;
  padding: 10px 0 4px;
  border: 0;
  background: none;
  text-align: left;
}

.hero .sht-stat:first-child {
  padding-left: 0;
}

.hero .sht-stat:last-child {
  padding-right: 0;
}

.hero .sht-stat__value {
  margin: 0;
  color: transparent;
  background: linear-gradient(110deg, #f5f5f7 32%, #8991ad);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -.035em;
}

.hero .sht-stat__label {
  order: -1;
  margin-bottom: 12px;
  color: #7f859a;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.h-stat .n,
.h-stat .l {
  display: block;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: nh-hero-enter .72s cubic-bezier(.16, 1, .3, 1) both;
  }

  .hero-product {
    animation: nh-hero-media-enter .9s .08s cubic-bezier(.16, 1, .3, 1) both;
  }
}

@keyframes nh-hero-enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nh-hero-media-enter {
  from {
    opacity: 0;
    transform: translateY(-48%) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

/* Shared section rhythm */
.eco-section,
.ui-section,
.who-section,
.proof-section,
.events-section,
.blog-section {
  background: var(--brand-surface-muted);
  box-shadow: 0 0 0 100vmax var(--brand-surface-muted);
  clip-path: inset(0 -100vmax);
}

[data-md-color-scheme="default"] .eco-section,
[data-md-color-scheme="default"] .ui-section,
[data-md-color-scheme="default"] .who-section,
[data-md-color-scheme="default"] .proof-section,
[data-md-color-scheme="default"] .events-section,
[data-md-color-scheme="default"] .blog-section {
  background: var(--brand-surface);
  box-shadow: 0 0 0 100vmax var(--brand-surface);
}

.eco-stack,
.paths-grid,
.ui-tabs,
.ownership-list,
.who-grid-new,
.specs-inner,
.proof-grid-new,
.onboard-steps,
.events-timeline,
.awards-grid,
.blog-grid,
.faq-list {
  margin-top: 48px;
}

/* Product architecture */
.nh-page .eco-section {
  background: var(--brand-bg);
  box-shadow: 0 0 0 100vmax var(--brand-bg);
}

.eco-section .section-title {
  max-width: 980px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.04em;
}

.eco-section .section-sub {
  max-width: 700px;
  margin-top: 24px;
  font-size: clamp(.9rem, 1.25vw, 1.05rem);
}

.eco-stack {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  margin-top: 72px;
  padding: clamp(20px, 2.8vw, 38px);
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  background: var(--brand-surface);
  box-shadow: var(--brand-shadow);
}

.eco-stack::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 8%, rgba(107, 91, 255, .09), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, .025), transparent 24%);
  pointer-events: none;
  content: "";
}

.eco-layer {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
}

.eco-layer-core::after,
.eco-layer:nth-child(2)::after,
.eco-layer:nth-child(3)::after {
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: linear-gradient(var(--brand-border), rgba(111, 92, 255, .5));
  content: "";
}

.eco-layer:nth-child(1),
.eco-layer:nth-child(4),
.eco-note {
  grid-column: 1 / -1;
}

.eco-layer:nth-child(2) {
  grid-column: span 5;
}

.eco-layer:nth-child(3) {
  grid-column: span 7;
}

.eco-layer:nth-child(2),
.eco-layer:nth-child(3),
.eco-layer:nth-child(4) {
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  background: var(--brand-surface-muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.eco-layer-label,
.spec-card-label,
.blog-date {
  color: var(--brand-text-muted);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eco-layer-row {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px 32px;
}

.spec-card {
  border: 1px solid var(--brand-border);
  border-radius: 16px;
  background: var(--brand-surface);
}

.eco-card-primary {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 210px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  padding: clamp(30px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  background: var(--brand-card-gradient), var(--brand-surface-muted);
}

.eco-card-primary::before {
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 27px;
  background: linear-gradient(120deg, rgba(255, 255, 255, .08), transparent 42%);
  pointer-events: none;
  content: "";
}

.eco-card-secondary {
  display: grid;
  min-height: 96px;
  grid-template-columns: 38px minmax(0, 1fr);
  align-content: start;
  align-items: start;
  gap: 14px;
  padding: 10px 0 4px;
  border: 0;
  background: none;
}

.path-icon,
.who-icon-new {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(204, 81, 251, 0.18);
  color: var(--md-primary-fg-color);
  background: rgba(204, 81, 251, 0.08);
}

.eco-card-icon,
.eco-card-icon-sm {
  display: grid;
  place-items: center;
  border: 1px solid rgba(145, 104, 255, .24);
  color: #a87aff;
  background: rgba(118, 82, 221, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

.eco-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.eco-card-icon-sm {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.eco-card-body {
  max-width: 780px;
}

.eco-card-title,
.eco-card-title-sm {
  color: var(--brand-text);
  font-weight: 700;
}

.eco-card-title-sm {
  line-height: 1.35;
}

.eco-card-title {
  font-size: clamp(1.45rem, 2.6vw, 2.45rem);
  letter-spacing: -.025em;
}

.eco-card-desc,
.eco-card-desc-sm {
  margin-top: 9px;
  color: var(--brand-text-muted);
  line-height: 1.55;
}

.eco-card-desc-sm {
  max-width: 28ch;
  font-size: .8rem;
}

.eco-card-stat {
  margin-left: auto;
  color: transparent;
  background: var(--color-gradient-brand);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .9;
  white-space: nowrap;
}

.eco-layer:nth-child(4) .eco-layer-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eco-card-note {
  display: grid;
  min-height: 156px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-top: 2px;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  background: var(--brand-card-gradient), var(--brand-surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

.eco-card-note .eco-card-title-sm {
  color: transparent;
  background: var(--color-gradient-brand);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  letter-spacing: -.055em;
  line-height: .9;
}

.eco-card-note .eco-card-desc-sm {
  max-width: none;
  margin: 0;
  font-size: .8rem;
  white-space: nowrap;
}

.onboard-migration {
  margin-bottom: 0;
  padding: 20px 24px;
  border: 1px solid var(--brand-border);
  border-radius: 14px;
  color: var(--brand-text-muted);
  background: var(--brand-surface);
}

.onboard-migration strong {
  color: var(--brand-text);
}

.eco-note {
  max-width: 980px;
  margin: 4px 0 0;
  padding: 10px 8px 2px;
  border: 0;
  color: var(--brand-text-muted);
  background: none;
  font-size: .72rem;
  line-height: 1.65;
}

.eco-note strong {
  color: var(--brand-text);
}

@media (prefers-reduced-motion: no-preference) {
  .eco-stack.is-reveal-ready .eco-layer,
  .eco-stack.is-reveal-ready .eco-note {
    transition: opacity .72s cubic-bezier(.16, 1, .3, 1), transform .72s cubic-bezier(.16, 1, .3, 1);
  }

  .eco-stack.is-reveal-ready:not(.is-visible) .eco-layer,
  .eco-stack.is-reveal-ready:not(.is-visible) .eco-note {
    opacity: 0;
    transform: translateY(22px);
  }

  .eco-stack.is-visible .eco-layer:nth-child(2) { transition-delay: .08s; }
  .eco-stack.is-visible .eco-layer:nth-child(3) { transition-delay: .14s; }
  .eco-stack.is-visible .eco-layer:nth-child(4) { transition-delay: .2s; }
  .eco-stack.is-visible .eco-note { transition-delay: .26s; }
}

/* Launch and migration */
.paths-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.path-card {
  position: relative;
  display: grid;
  min-height: 0;
  grid-template-columns: 1fr;
  gap: 26px;
  padding: clamp(32px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  background: var(--brand-surface);
  box-shadow: var(--brand-shadow);
  transition: border-color .3s cubic-bezier(.16, 1, .3, 1), transform .3s cubic-bezier(.16, 1, .3, 1);
}

.path-card.launch {
  background:
    radial-gradient(circle at 5% 10%, rgba(51, 116, 255, .17), transparent 23%),
    radial-gradient(circle at 13% 15%, rgba(202, 34, 255, .1), transparent 32%),
    var(--brand-surface);
}

.path-card.migrate {
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--brand-surface-muted) 82%, transparent), transparent 58%),
    var(--brand-surface);
}

.path-card-intro,
.path-card-details {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.path-card-intro {
  display: flex;
  align-items: center;
  gap: 20px;
}

.path-card-details {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  grid-template-rows: auto auto;
  align-items: start;
  gap: 24px clamp(40px, 5vw, 76px);
}

.path-icon,
.who-icon-new {
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  border-radius: 12px;
}

.path-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 0;
  border: 1px solid color-mix(in srgb, var(--md-primary-fg-color) 28%, var(--brand-border));
  border-radius: 50%;
  color: color-mix(in srgb, var(--md-primary-fg-color) 82%, var(--brand-text));
  background: color-mix(in srgb, var(--md-primary-fg-color) 13%, var(--brand-surface));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), background-color .3s cubic-bezier(.16, 1, .3, 1);
}

.path-icon svg {
  width: 28px;
  height: 28px;
}

.path-card h3,
.who-card-new h3,
.awards-event-title,
.onboard-step h3 {
  color: var(--brand-text);
}

.path-card h3 {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(1.7rem, 2.3vw, 2.15rem);
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.path-card-details > p {
  max-width: 590px;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
  color: var(--brand-text-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.path-list,
.ownership-list,
.who-list-new {
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.path-list {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 0;
  list-style: none !important;
}

.path-list li,
.ownership-list li,
.who-list-new li {
  position: relative;
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid var(--brand-border);
  color: var(--brand-text-muted);
}

.path-list li {
  display: block;
  min-width: 0;
  min-height: 30px;
  padding: 4px 0 4px 34px;
  border: 0;
  line-height: 1.5;
  list-style: none !important;
}

.path-list li::marker {
  content: "";
}

.path-list li::before,
.ownership-list li::before,
.who-list-new li::before {
  position: absolute;
  top: 16px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--md-primary-fg-color);
  content: "";
}

.path-list li::before {
  top: 6px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--md-primary-fg-color) 38%, var(--brand-border));
  border-radius: 6px;
  color: var(--md-primary-fg-color);
  background: color-mix(in srgb, var(--md-primary-fg-color) 10%, transparent);
  content: "✓";
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.path-card-footer {
  display: flex;
  grid-column: 1 / -1;
  grid-row: 2;
  align-items: center;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid var(--brand-border);
}

.path-card-footer .btn-primary,
.path-card-footer .btn-ghost {
  width: fit-content;
  margin: 0;
  white-space: nowrap;
}

@media (hover: hover) {
  .path-card:hover {
    border-color: color-mix(in srgb, var(--md-primary-fg-color) 38%, var(--brand-border));
    transform: translateY(-2px);
  }

  .path-card:hover .path-icon {
    background: color-mix(in srgb, var(--md-primary-fg-color) 18%, var(--brand-surface));
    transform: translateY(-3px);
  }
}

/* Terminal media */
.ui-section {
  text-align: left;
}

.ui-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
}

.ui-heading-copy {
  max-width: 920px;
}

.ui-section .section-title {
  max-width: 920px;
  margin-bottom: 0;
}

.ui-tabs {
  display: inline-flex;
  gap: 4px;
  margin-top: 0;
  padding: 4px;
  border: 1px solid var(--brand-border);
  border-radius: 16px;
  background: var(--brand-surface);
}

.ui-tab {
  padding: 9px 18px;
  border: 0;
  border-radius: 12px;
  color: var(--brand-text-muted);
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.ui-tab.active {
  color: var(--brand-text);
  background: var(--brand-surface-muted);
  box-shadow: inset 0 0 0 1px var(--brand-border);
}

.ui-tab:focus-visible,
.ui-media-control:focus-visible {
  outline: 2px solid var(--md-primary-fg-color);
  outline-offset: 3px;
}

.ui-showcase {
  margin-top: 48px;
  overflow: hidden;
  border-radius: var(--nh-radius-surface);
  background: #080a10;
  box-shadow: var(--brand-shadow);
}

.ui-frame {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #080a10;
  box-shadow: none;
}

.ui-frame:not([hidden]) {
  animation: nh-ui-media-enter .5s cubic-bezier(.16, 1, .3, 1) both;
}

.ui-video,
.ui-fallback {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#ui-mobile {
  width: 100%;
}

#ui-mobile .ui-video {
  aspect-ratio: 16 / 9;
}

.ui-media-control {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  background: rgba(9, 11, 18, 0.72);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.ui-media-control svg {
  width: 15px;
  fill: currentColor;
}

.ui-features,
.who-tags,
.spec-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ui-features {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  justify-content: stretch;
  margin-top: 0;
  padding: 24px 30px 26px;
  color: rgba(242, 244, 255, .66);
  background: linear-gradient(180deg, #0d1019, #080a10);
}

.ui-feat {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font-size: .74rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.who-tags span,
.spec-chip {
  padding: 6px 12px;
  border: 1px solid var(--brand-border);
  border-radius: 999px;
  color: var(--brand-text-muted);
  background: var(--brand-surface);
  font-size: .68rem;
}

@keyframes nh-ui-media-enter {
  from {
    opacity: .72;
    transform: scale(.992);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Ownership and audiences */
.ownership-section .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-inline: auto;
}

.ownership-section .wrap::before {
  position: absolute;
  top: -80px;
  right: -120px;
  z-index: -1;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--md-primary-fg-color) 12%, transparent), transparent 68%);
  pointer-events: none;
  content: "";
}

.ownership-heading {
  max-width: 900px;
}

.nh-page .ownership-section .section-title {
  display: grid;
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(2.55rem, 3.15vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.ownership-title-accent {
  color: transparent;
  background: var(--color-gradient-brand);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: inherit;
}

.ownership-section .section-sub {
  max-width: 820px;
  margin: 30px 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.ownership-list {
  counter-reset: ownership;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: none;
  margin: 48px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  background: color-mix(in srgb, var(--brand-surface) 92%, transparent);
  list-style: none !important;
}

.ownership-list li {
  counter-increment: ownership;
  display: grid;
  min-height: 104px;
  grid-template-columns: 72px minmax(0, 1fr) 32px;
  gap: 24px;
  align-items: center;
  padding: 22px 34px;
  border: 0;
  border-bottom: 1px solid var(--brand-border);
  color: var(--brand-text);
  background: transparent;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  font-weight: 600;
  line-height: 1.35;
  list-style: none !important;
  transition: background-color .25s ease, box-shadow .25s ease;
}

.ownership-list li:last-child {
  border-bottom: 0;
}

.ownership-list li::marker {
  content: "";
}

.ownership-list li::before {
  position: static;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: var(--brand-text-muted);
  background: transparent;
  content: "0" counter(ownership);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
  transition: color .25s ease;
}

.ownership-list li::after {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--md-primary-fg-color) 44%, transparent);
  border-radius: 9px;
  color: var(--md-primary-fg-color);
  background: color-mix(in srgb, var(--md-primary-fg-color) 12%, transparent);
  content: "✓";
  font-size: 11px;
  font-weight: 800;
}

@media (hover: hover) {
  .ownership-list li:hover {
    background: color-mix(in srgb, var(--md-primary-fg-color) 6%, var(--brand-surface));
    box-shadow: inset 3px 0 0 color-mix(in srgb, var(--md-primary-fg-color) 68%, transparent);
  }

  .ownership-list li:hover::before {
    color: var(--md-primary-fg-color);
  }
}

.who-section .section-title {
  max-width: 700px;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.who-section .section-sub {
  max-width: 660px;
}

.who-grid-new {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.who-card-new {
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  background: var(--brand-surface);
  overflow: hidden;
  transition: border-color .25s ease, background-color .25s ease;
}

.who-card-new:first-child {
  grid-column: 1 / -1;
  background:
    linear-gradient(125deg, color-mix(in srgb, #2165f2 15%, transparent), transparent 46%),
    linear-gradient(305deg, color-mix(in srgb, #c652fd 12%, transparent), transparent 44%),
    var(--brand-surface);
}

.who-card-inner {
  display: grid;
  min-height: 100%;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0 20px;
  align-items: start;
  padding: 34px;
}

.who-card-new:first-child .who-card-inner {
  grid-template-columns: 48px minmax(240px, .72fr) minmax(360px, 1.28fr);
  gap: 0 24px;
  padding: 40px;
}

.who-icon-new {
  display: grid;
  width: 48px;
  height: 48px;
  grid-row: 1;
  place-items: center;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--md-primary-fg-color) 35%, var(--brand-border));
  border-radius: 15px;
  color: var(--md-primary-fg-color);
  background: color-mix(in srgb, var(--md-primary-fg-color) 10%, transparent);
}

.who-card-new h3 {
  grid-column: 2;
  margin: 5px 0 0;
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  line-height: 1.2;
}

.who-card-new p,
.who-list-new {
  grid-column: 2;
}

.who-card-new p {
  margin: 28px 0 0;
  color: var(--brand-text-muted);
  line-height: 1.65;
}

.who-list-new {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none !important;
}

.who-list-new li {
  position: relative;
  padding: 0 0 0 28px;
  border: 0;
  color: var(--brand-text-muted);
  line-height: 1.45;
  list-style: none !important;
}

.who-list-new li::marker {
  content: "";
}

.who-list-new li::before {
  top: .25em;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--md-primary-fg-color) 40%, transparent);
  border-radius: 6px;
  color: var(--md-primary-fg-color);
  background: color-mix(in srgb, var(--md-primary-fg-color) 9%, transparent);
  content: "✓";
  font-size: 9px;
  font-weight: 800;
}

.who-tags {
  grid-column: 2;
  align-self: end;
  margin-top: 30px;
}

.who-card-new:first-child h3,
.who-card-new:first-child p {
  grid-column: 2;
}

.who-card-new:first-child .who-list-new {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0;
}

.who-card-new:first-child .who-tags {
  grid-column: 2 / -1;
}

@media (hover: hover) {
  .who-card-new:hover {
    border-color: color-mix(in srgb, var(--md-primary-fg-color) 34%, var(--brand-border));
    background-color: color-mix(in srgb, var(--md-primary-fg-color) 4%, var(--brand-surface));
  }
}

/* Technical specifications */
.specs-section .section-title {
  max-width: 980px;
  font-size: clamp(2.35rem, 3vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.specs-section .section-title em {
  color: transparent;
  background: var(--color-gradient-brand);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
}

.specs-inner {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  background: var(--brand-surface);
  box-shadow: var(--brand-shadow);
}

.spec-table {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr 1.25fr 1fr 1fr;
  border-bottom: 1px solid var(--brand-border);
}

.spec-row {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 172px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 34px;
  padding: 30px 24px 26px;
}

.spec-row:not(:last-child)::after {
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(transparent, var(--brand-border) 20%, var(--brand-border) 80%, transparent);
  content: "";
}

.spec-name {
  color: var(--brand-text-muted);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.spec-val {
  color: var(--brand-text);
  font-size: clamp(1.2rem, 1.45vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.spec-row:nth-child(2) .spec-val,
.spec-row:nth-child(3) .spec-val {
  color: transparent;
  background: var(--color-gradient-brand);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(1.45rem, 1.75vw, 1.85rem);
  letter-spacing: -.04em;
}

.spec-row:nth-child(2) .spec-val {
  white-space: nowrap;
}

.spec-ctx {
  display: block;
  margin-top: 8px;
  color: var(--brand-text-muted);
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
}

.specs-cards {
  display: grid;
  grid-template-columns: 1.2fr .9fr 1.4fr;
  background: color-mix(in srgb, var(--brand-surface-muted) 62%, var(--brand-surface));
}

.spec-card {
  min-width: 0;
  padding: 30px 28px 32px;
  border: 0;
  border-right: 1px solid var(--brand-border);
  border-radius: 0;
  background: transparent;
}

.spec-card:last-child {
  border-right: 0;
  background:
    radial-gradient(circle at 100% 100%, color-mix(in srgb, var(--md-primary-fg-color) 9%, transparent), transparent 58%);
}

.spec-chips {
  margin-top: 14px;
}

.spec-card-copy {
  max-width: 430px;
  margin: 16px 0 0;
  color: var(--brand-text-muted);
  font-size: .84rem;
  line-height: 1.65;
}

/* Calls to action and proof */
.brand-page--migration .brand__section.specs-section:not(.sht-hero):not(.sht-cta) {
  margin-bottom: 32px;
  padding-bottom: 0;
}

.brand-page--migration .brand__section.cta-inline:not(.sht-hero):not(.sht-cta) {
  padding-top: 0;
}

.cta-inline-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 48px;
  align-items: center;
  padding: 40px;
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  background: var(--brand-card-gradient), var(--brand-surface);
}

.cta-inline-inner h2 {
  margin-bottom: 0;
  color: var(--brand-text);
  font-size: 1.8rem;
}

.cta-inline-inner p {
  max-width: 720px;
  margin-bottom: 0;
}

.cta-inline-actions {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.proof-grid-new {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--md-primary-fg-color) 9%, transparent), transparent 34%),
    var(--brand-surface);
  box-shadow: var(--brand-shadow);
}

.proof-grid-new::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2px;
  background: var(--color-gradient-brand);
  content: "";
}

.proof-logo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  padding: 38px clamp(30px, 4vw, 56px);
  border-bottom: 1px solid var(--brand-border);
}

.proof-media-logo {
  width: min(170px, 82%);
  height: 42px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

[data-md-color-scheme="slate"] .proof-media-logo {
  filter: grayscale(1) brightness(0) invert(1);
}

[data-md-color-scheme="default"] .proof-logo-strip .proof-media-logo:nth-child(2) {
  filter: invert(1);
}

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

.proof-card-new {
  position: relative;
  min-height: 220px;
  padding: 42px clamp(34px, 4vw, 56px) 34px 72px;
  border-right: 1px solid var(--brand-border);
  border-bottom: 1px solid var(--brand-border);
}

.proof-card-new:nth-child(even) {
  border-right: 0;
}

.proof-card-new:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.proof-card-new::before {
  position: absolute;
  top: 32px;
  left: 34px;
  color: var(--md-primary-fg-color);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  content: "“";
}

.proof-text {
  max-width: 48ch;
  margin-bottom: 0;
  color: var(--brand-text);
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  line-height: 1.6;
}

.proof-source-name {
  display: block;
  margin-top: 26px;
  color: var(--brand-text-muted);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Onboarding */
.onboard-journey {
  margin-top: 56px;
  overflow: hidden;
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  background: var(--brand-surface);
  box-shadow: var(--brand-shadow);
}

.onboard-steps {
  position: relative;
  display: grid;
  grid-template-columns: .8fr 2.1fr 1.45fr .8fr;
  margin-top: 0;
  padding: 0 18px;
  background:
    radial-gradient(circle at 44% 0%, color-mix(in srgb, var(--md-primary-fg-color) 10%, transparent), transparent 38%);
}

.onboard-steps::before {
  position: absolute;
  top: 96px;
  right: 48px;
  left: 48px;
  height: 2px;
  background: linear-gradient(90deg, #c652fd, #6b5bff 82%, color-mix(in srgb, var(--md-primary-fg-color) 22%, var(--brand-border)));
  content: "";
}

.onboard-step {
  position: relative;
  min-height: 258px;
  padding: 34px 30px 38px;
}

.onboard-step::before {
  position: absolute;
  top: 87px;
  left: 30px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 4px solid var(--brand-surface);
  border-radius: 50%;
  background: #8b5cf6;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--md-primary-fg-color) 52%, var(--brand-border));
  content: "";
}

.onboard-step:last-child::before {
  background: #c652fd;
  box-shadow: 0 0 24px color-mix(in srgb, #c652fd 50%, transparent);
}

.step-num {
  display: block;
  margin-bottom: 104px;
  color: var(--md-primary-fg-color);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.onboard-step h3 {
  margin-bottom: 0;
  font-size: clamp(1rem, 1.3vw, 1.28rem);
  line-height: 1.25;
}

.onboard-migration {
  position: relative;
  margin: 0;
  padding: 26px 34px 26px 82px;
  border: 0;
  border-top: 1px solid var(--brand-border);
  border-radius: 0;
  background: color-mix(in srgb, var(--brand-surface-muted) 68%, var(--brand-surface));
}

.onboard-migration::before {
  position: absolute;
  top: 50%;
  left: 34px;
  width: 26px;
  height: 2px;
  background: var(--color-gradient-brand);
  box-shadow: 8px -6px 0 -1px color-mix(in srgb, var(--md-primary-fg-color) 70%, transparent);
  content: "";
  transform: translateY(-50%);
}

.onboard-migration p {
  max-width: 1120px;
  margin-bottom: 0;
  line-height: 1.65;
}

/* Events and recognition */
.events-timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.etl-item {
  display: grid;
  min-height: 142px;
  padding: 24px 18px;
}

.events-archive {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px 10px;
  padding: 16px;
  border-radius: var(--nh-radius-surface);
  background: var(--brand-surface);
}

.events-archive .etl-item {
  min-height: 138px;
  padding: 24px;
}

.events-archive .etl-dot {
  width: 18px;
  margin: 14px 0;
  opacity: .68;
}

.events-archive .etl-name {
  font-size: 1rem;
}

.events-timeline > .etl-item:first-child {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: clamp(390px, 38vw, 470px);
  padding: clamp(34px, 4vw, 56px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--nh-radius-surface);
  background:
    radial-gradient(circle at 62% 16%, rgba(89, 68, 220, .24), transparent 38%),
    linear-gradient(125deg, #090d18, #171228 66%, #0a0d15);
  box-shadow: 0 28px 70px rgba(3, 5, 12, .28);
}

.events-timeline > .etl-item:first-child::before {
  z-index: 2;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, #090d18 0%, rgba(9, 13, 24, .98) 47%, rgba(15, 13, 29, .82) 61%, rgba(15, 13, 29, .12) 86%),
    linear-gradient(0deg, rgba(7, 9, 16, .2), transparent 55%);
  pointer-events: none;
}

.etl-promo {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: 40%;
  height: 100%;
  margin: 0;
  border-radius: 0 27px 27px 0;
  object-fit: cover;
  object-position: right center;
  background: #cf373a;
  box-shadow: none;
  filter: saturate(.88) brightness(.78) contrast(1.06);
  transform: scale(1.48);
  transform-origin: right center;
}

.etl-date,
.etl-location {
  color: var(--brand-text-muted);
}

.etl-date {
  align-self: start;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.etl-dot {
  width: 30px;
  height: 2px;
  margin: 18px 0;
  background: linear-gradient(90deg, #cb3dff, #3d6bff);
}

.etl-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
}

.etl-name {
  color: var(--brand-text);
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.25;
}

.events-timeline > .etl-item:first-child .etl-date,
.events-timeline > .etl-item:first-child .etl-location {
  position: relative;
  z-index: 3;
  color: rgba(255, 255, 255, .72);
}

.events-timeline > .etl-item:first-child .etl-date {
  margin-bottom: auto;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(7, 10, 17, .42);
  backdrop-filter: blur(12px);
  font-size: clamp(.82rem, 1.1vw, 1rem);
}

.events-timeline > .etl-item:first-child .etl-dot {
  display: none;
}

.events-timeline > .etl-item:first-child .etl-content {
  position: relative;
  z-index: 3;
  gap: 12px;
  width: min(60%, 660px);
}

.events-timeline > .etl-item:first-child .etl-name {
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 5rem);
  letter-spacing: -.055em;
  line-height: .98;
}

.events-timeline > .etl-item:first-child .etl-location {
  font-size: 1rem;
  font-weight: 600;
}

[data-md-color-scheme="default"] .events-timeline > .etl-item:first-child {
  background:
    radial-gradient(circle at 62% 16%, rgba(89, 68, 220, .24), transparent 38%),
    linear-gradient(125deg, #090d18, #171228 66%, #0a0d15);
}

.awards-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 16px;
  align-items: stretch;
}

.awards-event-card,
.awards-trophies {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 570px;
  padding: clamp(34px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--nh-radius-surface);
  color: #fff;
  background: #10131f;
  box-shadow: 0 28px 70px rgba(3, 5, 12, .2);
}

.awards-event-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(203, 61, 255, .18), transparent 36%),
    linear-gradient(145deg, #101522, #11101d 68%);
}

.awards-event-card::after {
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(112, 92, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(203, 61, 255, .025), 0 0 0 76px rgba(61, 107, 255, .02);
  content: "";
}

.awards-trophies {
  background:
    radial-gradient(circle at 82% 7%, rgba(87, 75, 230, .2), transparent 32%),
    linear-gradient(145deg, #111522, #151124);
}

.awards-event-card .sht-section-label,
.awards-trophies .sht-section-label {
  position: relative;
  z-index: 1;
  color: #d448ff;
}

.awards-event-title {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin: 24px 0 38px;
  color: #fff;
  font-size: clamp(2.35rem, 3.6vw, 3.8rem);
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}

.awards-event-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  margin-bottom: 30px;
  color: #aab0c2;
}

.awards-event-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.awards-event-date > svg {
  display: none;
}

.awards-event-meta .awards-event-date {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 14px;
}

.awards-date-range {
  color: #fff;
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .82;
}

.awards-date-rest {
  max-width: 110px;
  padding-bottom: 2px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.awards-event-loc {
  font-size: .82rem;
  font-weight: 600;
}

.awards-event-desc {
  position: relative;
  z-index: 1;
  max-width: 500px;
  color: #aab0c2;
  line-height: 1.65;
}

.awards-booth {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.awards-section .awards-action {
  position: relative;
  z-index: 1;
  width: fit-content;
  min-height: 48px;
  margin-top: auto;
  padding: 12px 20px;
  border-radius: 12px;
  color: #fff;
  border-color: rgba(255, 255, 255, .45);
  font-size: .82rem;
}

.awards-trophies-row {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.awards-trophy-item {
  display: grid;
  grid-template-columns: 58px 96px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 112px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.awards-trophy-item::before {
  color: #8f96aa;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  white-space: nowrap;
  content: attr(data-year);
}

.awards-trophy-featured {
  grid-template-columns: 58px 96px minmax(0, 1fr);
  grid-column: auto;
  grid-row: auto;
  gap: 22px;
  padding: 16px 0;
  border-right: 0;
}

.awards-trophy-secondary {
  grid-column: auto;
  grid-template-columns: 58px 96px minmax(0, 1fr);
  padding: 16px 0;
}

.awards-trophy-secondary:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.trophy-img {
  width: 100%;
  max-width: 76px;
  height: 76px;
  object-fit: contain;
}

.awards-trophy-featured .trophy-img {
  max-width: 88px;
  height: 88px;
}

.trophy-label {
  display: block;
  margin: 0;
  color: #fff;
  font-size: clamp(.92rem, 1.4vw, 1.08rem);
  font-weight: 650;
  line-height: 1.35;
}

.awards-trophy-featured .trophy-label {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  letter-spacing: -.02em;
  line-height: 1.2;
}

.awards-trophy-sep {
  display: none;
}

.awards-media-row {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 28px;
  border-top: 0;
}

.awards-media-text p {
  max-width: 560px;
  font-size: .9rem;
  margin-bottom: 0;
  color: #aab0c2;
}

.awards-media-text {
  display: contents;
}

.awards-media-row .awards-action {
  flex: none;
  margin-top: 0;
}

/* Blog and FAQ */
.blog-section .blog-grid--home {
  margin-top: 48px;
}

.blog-section .blog-card {
  border-radius: var(--nh-radius-surface);
}

.blog-section .blog-card__image-inner {
  border-radius: var(--nh-radius-surface) var(--nh-radius-surface) 0 0;
}

.nh-page .faq-layout {
  display: block;
}

.nh-page .faq-heading {
  max-width: 820px;
}

.nh-page .faq-heading .section-title {
  max-width: 820px;
}

.nh-page .faq-list {
  margin-top: 48px;
  overflow: hidden;
  background: var(--brand-surface);
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  box-shadow: var(--brand-shadow);
}

.nh-page .faq-item {
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--brand-border);
  border-radius: 0;
  box-shadow: none;
}

.nh-page .faq-item:last-child {
  border-bottom: 0;
}

.nh-page .faq-item[open] {
  background: linear-gradient(90deg, color-mix(in srgb, #c652fd 9%, transparent), transparent 82%);
}

.nh-page .faq-item > summary {
  position: relative;
  display: block;
  padding: 28px 80px 28px 30px;
  color: var(--brand-text);
  background: none !important;
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
  font-size: clamp(.94rem, 1.15vw, 1.08rem);
  font-weight: 650;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.nh-page .faq-item > summary::-webkit-details-marker,
.nh-page .faq-item > summary::before {
  display: none !important;
  content: none !important;
}

.nh-page .faq-item > summary::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--brand-text-muted);
  background: color-mix(in srgb, var(--brand-text) 4%, transparent);
  border: 1px solid var(--brand-border);
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  content: "+";
  transform: translateY(-50%);
}

.nh-page .faq-item > summary:hover,
.nh-page .faq-item[open] > summary {
  color: color-mix(in srgb, var(--brand-text) 82%, #c652fd);
}

.nh-page .faq-item > summary:focus-visible {
  box-shadow: inset 0 0 0 2px var(--color-text-blue) !important;
}

.nh-page .faq-item[open] > summary::after {
  color: var(--brand-text);
  background: color-mix(in srgb, #c652fd 14%, transparent);
  border-color: color-mix(in srgb, #c652fd 34%, var(--brand-border));
  content: "−";
}

.nh-page .faq-item > p {
  max-width: 68ch;
  margin: 0;
  padding: 0 80px 30px 30px;
  color: var(--brand-text-muted);
  font-size: .82rem;
  line-height: 1.72;
}

.nh-page .cta-final {
  padding: var(--nh-section-space) 0;
  text-align: left;
}

.nh-page .cta-final-box {
  position: relative;
  display: grid;
  grid-template:
    "title" auto
    "description" auto
    "conversion" auto /
    minmax(0, 1fr);
  row-gap: 32px;
  align-items: start;
  justify-items: center;
  overflow: hidden;
  padding: clamp(44px, 6vw, 76px);
  background:
    radial-gradient(circle at 88% 108%, color-mix(in srgb, #c652fd 15%, transparent), transparent 34%),
    linear-gradient(115deg, color-mix(in srgb, #2165f2 11%, transparent), transparent 38%),
    var(--brand-surface);
  border: 1px solid var(--brand-border);
  border-radius: var(--nh-radius-surface);
  box-shadow: var(--brand-shadow);
  isolation: isolate;
}

.nh-page .cta-final-box::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #2165f2, #c652fd 58%, transparent 92%);
  content: "";
}

.nh-page .cta-final-copy {
  display: contents;
}

.nh-page .cta-final-box .sht-cta__title {
  grid-area: title;
  max-width: 1180px;
  margin: 0;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-align: center;
}

.nh-page .cta-final-box .sht-cta__sub {
  grid-area: description;
  max-width: 760px;
  margin: 0;
  font-size: clamp(.82rem, 1.2vw, 1rem);
  line-height: 1.65;
  text-align: center;
}

.nh-page .cta-final-conversion {
  grid-area: conversion;
  display: grid;
  gap: 16px;
  width: min(100%, 600px);
  justify-self: center;
}

.nh-page .cta-final-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nh-page .cta-final-actions .btn-primary,
.nh-page .cta-final-actions .btn-ghost {
  width: 100%;
  min-height: 56px;
  justify-content: center;
  white-space: nowrap;
}

.nh-page .cta-note {
  margin: 0;
  color: var(--brand-text-muted);
  font-size: .68rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 900px) {
  .events-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .etl-promo {
    width: 40%;
  }

  .ui-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ui-tabs {
    justify-self: start;
  }

  .ui-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 18px;
  }

  .eco-layer:nth-child(2),
  .eco-layer:nth-child(3) {
    grid-column: 1 / -1;
  }

  .eco-stack {
    gap: 18px;
  }

  .paths-grid,
  .ownership-section .wrap,
  .awards-grid {
    grid-template-columns: 1fr;
  }

  .nh-page .cta-final-box {
    grid-template:
      "title" auto
      "description" auto
      "conversion" auto /
      minmax(0, 1fr);
    align-items: start;
  }

  .nh-page .cta-final-conversion {
    max-width: 440px;
    justify-self: center;
  }

  .awards-event-card,
  .awards-trophies {
    min-height: auto;
  }

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

  .spec-row:nth-child(even) {
    border-right: 0;
  }

  .spec-row:nth-child(even)::after,
  .spec-row:last-child::after {
    display: none;
  }

  .spec-row:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--brand-border);
  }

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

  .spec-card {
    border-right: 0;
    border-bottom: 1px solid var(--brand-border);
  }

  .spec-card:last-child {
    border-bottom: 0;
  }

  .proof-grid-new {
    grid-template-columns: 1fr;
  }

  .proof-logo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }

  .proof-card-new {
    min-height: 230px;
  }

  .path-card,
  .path-card.migrate {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .path-card-intro {
    gap: 20px;
  }

  .path-card-details {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }

  .path-card-details > p,
  .path-list,
  .path-card-footer {
    grid-column: 1;
    grid-row: auto;
  }

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

  .ownership-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .ownership-section .wrap {
    max-width: 820px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ownership-heading {
    max-width: 720px;
  }

  .ownership-section .section-sub {
    max-width: 680px;
    margin-top: 26px;
  }

  .who-grid-new {
    grid-template-columns: 1fr;
  }

  .who-card-new:first-child {
    grid-column: 1;
  }

  .who-card-inner,
  .who-card-new:first-child .who-card-inner {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 34px;
  }

  .who-card-new p,
  .who-list-new,
  .who-tags,
  .who-card-new:first-child p,
  .who-card-new:first-child .who-list-new,
  .who-card-new:first-child .who-tags {
    grid-column: 2;
    grid-row: auto;
  }

  .who-card-new:first-child .who-list-new {
    align-self: auto;
    margin-top: 28px;
  }

  .onboard-steps {
    grid-template-columns: .8fr 1.8fr 1.4fr .8fr;
  }

  .onboard-step {
    padding-right: 22px;
    padding-left: 22px;
  }

  .onboard-step::before {
    left: 22px;
  }
}

@media (max-width: 820px) {
  .nh-page .hero {
    min-height: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .nh-page .hero::after {
    background: linear-gradient(180deg, #050609 0%, rgba(5, 6, 9, .96) 43%, rgba(5, 6, 9, .32) 72%, #050609 100%);
  }

  .hero-shell {
    min-height: 0;
    flex-direction: column;
    gap: 36px;
  }

  .hero-copy {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
  }

  .hero h1 {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero .hero-sub {
    margin-right: auto;
    margin-left: auto;
  }

  .hero .hero-actions {
    justify-content: center;
  }

  .hero-product {
    position: relative;
    top: auto;
    right: auto;
    z-index: 0;
    width: 100%;
    margin: 0;
    transform: none;
    animation: none;
  }

  .hero-product-video,
  .hero-product-poster {
    mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  }
}

@media (max-width: 680px) {
  .path-list {
    grid-template-columns: 1fr;
  }

  .proof-logo-strip,
  .proof-quotes {
    grid-template-columns: 1fr;
  }

  .proof-logo-strip {
    gap: 26px;
  }

  .proof-card-new,
  .proof-card-new:nth-child(even),
  .proof-card-new:nth-last-child(-n + 2) {
    min-height: 0;
    padding: 32px 24px 28px 58px;
    border-right: 0;
    border-bottom: 1px solid var(--brand-border);
  }

  .proof-card-new:last-child {
    border-bottom: 0;
  }

  .proof-card-new::before {
    top: 25px;
    left: 24px;
  }

  .ownership-section .wrap {
    max-width: none;
  }

  .nh-page .ownership-section .section-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    line-height: 1.03;
  }

  .ownership-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 30px;
    border-radius: 20px;
  }

  .ownership-list li {
    min-height: 92px;
    grid-template-columns: 36px minmax(0, 1fr) 28px;
    gap: 14px;
    padding: 20px;
    font-size: .94rem;
  }

  .ownership-list li::after {
    width: 26px;
    height: 26px;
  }

  .nh-page .hero {
    padding-top: 52px;
    padding-bottom: 36px;
  }

  .hero-shell {
    gap: 32px;
  }

  .hero h1 br,
  .nh-page .section-title br,
  .sht-cta__title br {
    display: none;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 18px;
    margin-bottom: 0;
  }

  .hero .sht-stat,
  .hero .sht-stat:first-child,
  .hero .sht-stat:last-child {
    min-height: 76px;
    padding: 8px 0;
  }

  .eco-stack,
  .paths-grid {
    grid-template-columns: 1fr;
  }

  .proof-media-logo {
    width: min(170px, 78%);
    height: 38px;
  }

  .eco-layer,
  .eco-layer:nth-child(1),
  .eco-layer:nth-child(2),
  .eco-layer:nth-child(3),
  .eco-layer:nth-child(4),
  .eco-note {
    grid-column: 1;
  }

  .eco-card-primary {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
  }

  .eco-stack {
    margin-top: 48px;
    padding: 12px;
  }

  .eco-layer:nth-child(2),
  .eco-layer:nth-child(3),
  .eco-layer:nth-child(4) {
    padding: 22px;
  }

  .eco-card-stat {
    width: auto;
    grid-column: 1 / -1;
    margin: 0;
  }

  .eco-layer-row,
  .eco-layer:nth-child(4) .eco-layer-row {
    grid-template-columns: 1fr;
  }

  .eco-card-note {
    min-height: 0;
    grid-column: 1;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
    padding: 24px;
  }

  .eco-card-note .eco-card-desc-sm {
    white-space: normal;
  }

  .path-card {
    min-height: 0;
    padding: 28px;
  }

  .ui-showcase {
    margin-top: 36px;
    border-radius: 20px;
  }

  .ui-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
    padding: 22px 20px 24px;
  }

  .ui-feat {
    text-align: left;
  }

  .path-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 0;
    border-radius: 50%;
  }

  .path-icon svg {
    width: 28px;
    height: 28px;
  }

  .who-card-inner {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .who-card-new:first-child .who-card-inner {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .who-icon-new {
    grid-column: 1;
  }

  .who-card-new h3,
  .who-card-new:first-child h3 {
    grid-column: 1;
    margin-top: 18px;
  }

  .who-card-new p,
  .who-list-new,
  .who-tags,
  .who-card-new:first-child p,
  .who-card-new:first-child .who-list-new,
  .who-card-new:first-child .who-tags {
    grid-column: 1;
  }

  .spec-table {
    grid-template-columns: 1fr;
  }

  .spec-row,
  .spec-row:first-child,
  .spec-row:nth-child(2),
  .spec-row:nth-child(3) {
    min-height: 124px;
    grid-column: 1;
    gap: 22px;
    padding: 22px;
    border-right: 0;
    border-top: 1px solid var(--brand-border);
  }

  .spec-row:first-child {
    border-top: 0;
  }

  .spec-row::after {
    display: none;
  }

  .cta-inline-inner {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .cta-inline-actions {
    grid-column: 1;
    grid-row: auto;
    margin-top: 14px;
  }

  .onboard-steps {
    grid-template-columns: 1fr;
    padding: 12px 24px;
  }

  .onboard-steps::before {
    top: 44px;
    bottom: 44px;
    left: 35px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #c652fd, #6b5bff 82%, var(--brand-border));
  }

  .onboard-step,
  .onboard-step:nth-child(2) {
    min-height: 116px;
    padding: 22px 12px 22px 54px;
    border-right: 0;
    border-bottom: 0;
  }

  .onboard-step::before {
    top: 28px;
    left: 2px;
  }

  .step-num {
    margin-bottom: 16px;
  }

  .onboard-migration {
    padding: 24px 24px 24px 62px;
  }

  .onboard-migration::before {
    left: 24px;
  }

  .events-archive {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .nh-page .faq-list {
    border-radius: 22px;
  }

  .nh-page .faq-item > summary {
    padding: 22px 64px 22px 22px;
  }

  .nh-page .faq-item > summary::after {
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .nh-page .faq-item > p {
    padding: 0 56px 24px 22px;
  }

  .nh-page .cta-final {
    padding: 64px 0;
  }

  .nh-page .cta-final-box {
    gap: 28px;
    padding: 32px 24px;
    border-radius: 22px;
  }

  .nh-page .cta-final-box .sht-cta__title {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .nh-page .cta-final-conversion {
    max-width: none;
  }

  .nh-page .cta-final-actions {
    grid-template-columns: 1fr;
  }

  .events-archive .etl-item {
    min-height: 144px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .events-timeline > .etl-item:first-child {
    min-height: auto;
    justify-content: flex-start;
  }

  .events-timeline > .etl-item:first-child .etl-content {
    width: 100%;
    margin-top: 28px;
  }

  .events-timeline > .etl-item:first-child::before {
    background: linear-gradient(180deg, transparent 62%, rgba(9, 13, 24, .32));
  }

  .etl-promo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    order: 3;
    width: calc(100% + 48px);
    max-width: none;
    height: 250px;
    margin: 34px -24px -24px;
    border-radius: 0 0 27px 27px;
    object-fit: cover;
    object-position: right center;
    transform: none;
  }

  .awards-trophies-row {
    display: flex;
  }

  .awards-trophy-secondary,
  .awards-trophy-secondary:first-child {
    grid-template-columns: 58px 76px minmax(0, 1fr);
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .awards-trophy-featured {
    grid-template-columns: 58px 76px minmax(0, 1fr);
    min-height: 112px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .awards-trophy-featured .trophy-img {
    max-width: 76px;
    height: 76px;
  }

  .awards-trophy-sep {
    width: 100%;
    height: 1px;
  }

  .awards-media-row {
    display: block;
  }

  .awards-media-row .awards-action {
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nh-page *,
  .nh-page *::before,
  .nh-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Keep the 1320px and 1920px desktop compositions on one fixed type scale.
 * This block stays last so section-level clamp() rules cannot override it.
 */
@media (min-width: 1200px) {
  .nh-page .hero h1 { font-size: 64px; }
  .nh-page .hero .sht-stat__value { font-size: 46px; }
  .nh-page .eco-section .section-title { font-size: 72px; }
  .nh-page .ownership-section .section-title { font-size: 55px; }
  .nh-page .who-section .section-title { font-size: 64px; }
  .nh-page .specs-section .section-title { font-size: 51px; }
  .nh-page .events-timeline > .etl-item:first-child .etl-name { font-size: 80px; }
  .nh-page .cta-final-box .sht-cta__title { font-size: 72px; }
}

/* Dark surfaces keep their own contrast contract in either site theme. */
body .nh-page .nh-surface--dark {
  --brand-text: #f5f5f7;
  --brand-text-muted: #a7abba;
  --brand-border: rgba(245, 245, 247, .42);
  color: var(--brand-text) !important;
}

body .nh-page .nh-surface--dark :is(h1, h2, h3, strong) {
  color: var(--brand-text) !important;
}

body .nh-page .nh-surface--dark p {
  color: var(--brand-text-muted) !important;
}

body .nh-page .nh-surface--dark .button-outline {
  border-color: var(--brand-border);
  color: var(--brand-text) !important;
}
