/* The homepage is intentionally code-native: no decorative image assets. */
.nuzo-home-shell {
  width: 100%;
  max-width: none;
}

.nuzo-home {
  --home-bg: #080b0b;
  --home-surface: #0d1211;
  --home-surface-2: #121817;
  --home-ink: #f2f5ef;
  --home-muted: #9ba7a1;
  --home-line: rgba(223, 238, 230, 0.14);
  --home-line-strong: rgba(223, 238, 230, 0.28);
  --home-accent: #38d9ff;
  --home-accent-deep: #0099ff;
  width: 100%;
  max-width: 88rem;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 4.5rem) 5rem;
  color: var(--home-ink);
  font-feature-settings: "ss01" 1, "cv11" 1;
}

.nuzo-home::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(56, 217, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 217, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 72% 8%, rgba(0, 153, 255, 0.11), transparent 25rem),
    var(--home-bg);
  background-size: 4rem 4rem, 4rem 4rem, auto, auto;
}

.nuzo-home-shell + .md-footer,
.nuzo-home .headerlink {
  display: none;
}

.md-main__inner:has(.nuzo-home-shell) {
  max-width: none;
  margin-top: 0;
}

.md-main:has(.nuzo-home-shell) {
  background: var(--home-bg, #080b0b);
}

.md-typeset .nuzo-home h1,
.md-typeset .nuzo-home h2,
.md-typeset .nuzo-home h3,
.nuzo-home h1,
.nuzo-home h2,
.nuzo-home h3 {
  color: var(--home-ink);
  letter-spacing: -0.045em;
}

.nuzo-hero {
  display: grid;
  min-height: calc(100vh - 5.8rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(31rem, 1.1fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  align-items: center;
  padding: clamp(4rem, 10vh, 8rem) 0 clamp(4rem, 9vh, 7rem);
}

.nuzo-hero__copy {
  position: relative;
  z-index: 1;
}

.nuzo-kicker,
.nuzo-section-index {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin: 0 0 1.4rem;
  color: var(--home-accent);
  font-family: var(--md-code-font-family);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nuzo-kicker > span {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--home-accent);
  box-shadow: 0 0 0 0.3rem rgba(56, 217, 255, 0.1);
}

.md-typeset .nuzo-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.4rem, 6.8vw, 7.2rem);
  font-weight: 560;
  line-height: 0.91;
  text-wrap: balance;
}

.nuzo-hero__lead {
  max-width: 38rem;
  margin: 1.8rem 0 2rem;
  color: var(--home-muted);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.7;
}

.nuzo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  margin: 0;
}

.md-typeset .nuzo-button {
  display: inline-flex;
  min-height: 3rem;
  gap: 1.1rem;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 1.1rem 0.68rem 1.25rem;
  border: 1px solid var(--home-accent);
  border-radius: 0;
  background: var(--home-accent);
  box-shadow: none;
  color: #07100d;
  font-family: var(--md-code-font-family);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.md-typeset .nuzo-button:hover,
.md-typeset .nuzo-button:focus-visible {
  background: transparent;
  box-shadow: none;
  color: var(--home-accent);
  transform: translateY(-2px);
}

.md-typeset .nuzo-text-link {
  display: inline-flex;
  min-height: 2.75rem;
  gap: 0.65rem;
  align-items: center;
  border-bottom: 1px solid var(--home-line-strong);
  color: var(--home-ink);
  font-family: var(--md-code-font-family);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.md-typeset .nuzo-text-link:hover,
.md-typeset .nuzo-text-link:focus-visible {
  border-color: var(--home-accent);
  color: var(--home-accent);
}

.nuzo-signal {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 2.3rem;
  border-top: 1px solid var(--home-line);
}

.nuzo-signal span {
  padding: 0.8rem 1.1rem 0 0;
  color: var(--home-muted);
  font-family: var(--md-code-font-family);
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nuzo-signal span + span {
  margin-left: 1.1rem;
  border-left: 1px solid var(--home-line);
  padding-left: 1.1rem;
}

.nuzo-signal strong {
  color: var(--home-ink);
}

.nuzo-trace {
  position: relative;
  border: 1px solid var(--home-line-strong);
  background: rgba(9, 14, 13, 0.92);
  box-shadow: 2rem 2rem 0 rgba(56, 217, 255, 0.035);
  overflow: hidden;
}

.nuzo-trace::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at var(--trace-x, 70%) var(--trace-y, 12%), rgba(56, 217, 255, 0.1), transparent 14rem);
}

.nuzo-trace__topline,
.nuzo-command__bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-muted);
  font-family: var(--md-code-font-family);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nuzo-trace__topline i {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.55rem;
  border-radius: 50%;
  background: var(--home-accent);
}

.nuzo-trace__local {
  color: var(--home-accent);
}

.nuzo-trace__controls {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
}

.nuzo-trace__controls button {
  min-width: 3.5rem;
  min-height: 1.8rem;
  border: 1px solid var(--home-line);
  background: transparent;
  color: var(--home-ink);
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.nuzo-trace__controls button:hover,
.nuzo-trace__controls button:focus-visible,
.nuzo-trace__controls button[aria-pressed="true"] {
  border-color: var(--home-accent);
  color: var(--home-accent);
}

.nuzo-trace__route {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--home-line);
}

.nuzo-trace__route button {
  position: relative;
  min-height: 4.2rem;
  padding: 0.7rem;
  border: 0;
  border-right: 1px solid var(--home-line);
  background: transparent;
  color: var(--home-muted);
  cursor: pointer;
  font-family: var(--md-code-font-family);
  font-size: 0.63rem;
  text-align: left;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.nuzo-trace__route button:last-child {
  border-right: 0;
}

.nuzo-trace__route button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--home-accent);
  transform: scaleX(0);
  transform-origin: left;
}

.nuzo-trace__route button[aria-selected="true"] {
  background: rgba(56, 217, 255, 0.055);
  color: var(--home-ink);
}

.nuzo-trace__route button[aria-selected="true"]::after {
  transform: scaleX(1);
  transition: transform 4.6s linear;
}

.nuzo-trace__route button span {
  display: block;
  margin-bottom: 0.22rem;
  color: var(--home-accent);
  font-size: 0.54rem;
}

.nuzo-trace__viewport {
  position: relative;
  min-height: 24rem;
  padding: clamp(1rem, 3vw, 1.7rem);
  overflow: hidden;
}

.nuzo-trace__viewport::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(255, 255, 255, 0.012) 4px);
}

.nuzo-trace__scan {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--home-accent), transparent);
  opacity: 0.35;
}

.nuzo-trace__viewport section {
  position: relative;
  z-index: 1;
}

.nuzo-trace__event {
  margin: 0 0 1.2rem;
  color: var(--home-muted);
  font-size: 0.72rem;
}

.nuzo-trace__event span {
  margin-right: 0.4rem;
  color: var(--home-accent);
  font-family: var(--md-code-font-family);
}

.md-typeset .nuzo-trace pre {
  min-height: 10.5rem;
  margin: 0;
  padding: 1.2rem;
  border: 1px solid var(--home-line);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.32);
  box-shadow: none;
}

.md-typeset .nuzo-trace code {
  background: transparent;
  color: #c7d1cc;
  font-size: clamp(0.68rem, 1vw, 0.79rem);
  line-height: 1.75;
}

.nuzo-trace code b,
.nuzo-trace code strong {
  color: var(--home-accent);
  font-weight: 650;
}

.nuzo-trace code em {
  color: #e9bb83;
  font-style: normal;
}

.nuzo-trace__result {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  margin-top: 1rem;
}

.nuzo-trace__result span {
  padding: 0.22rem 0.42rem;
  border: 1px solid var(--home-line-strong);
  color: var(--home-accent);
  font-family: var(--md-code-font-family);
  font-size: 0.54rem;
  letter-spacing: 0.07em;
}

.nuzo-trace__result--draft span {
  border-color: rgba(233, 187, 131, 0.42);
  color: #e9bb83;
}

.nuzo-trace__result--confirmed span {
  background: var(--home-accent);
  color: #07100d;
}

.nuzo-trace__result p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.66rem;
  line-height: 1.55;
}

.nuzo-ledger {
  display: grid;
  min-height: 10.5rem;
  grid-template-columns: minmax(5rem, 0.45fr) 1fr;
  border: 1px solid var(--home-line);
  background: rgba(0, 0, 0, 0.32);
}

.nuzo-ledger span,
.nuzo-ledger strong {
  display: flex;
  align-items: center;
  padding: 0.62rem 0.85rem;
  border-bottom: 1px solid var(--home-line);
  font-family: var(--md-code-font-family);
  font-size: 0.64rem;
}

.nuzo-ledger span {
  border-right: 1px solid var(--home-line);
  color: var(--home-muted);
}

.nuzo-ledger strong {
  color: var(--home-ink);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.nuzo-ledger > :nth-last-child(-n + 2) {
  border-bottom: 0;
}

.nuzo-trace__hint {
  margin: 0;
  padding: 0.65rem 1rem;
  border-top: 1px solid var(--home-line);
  color: #65716c;
  font-family: var(--md-code-font-family);
  font-size: 0.54rem;
  text-align: right;
  text-transform: uppercase;
}

.nuzo-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 calc(clamp(1rem, 4vw, 4.5rem) * -1);
  border-block: 1px solid var(--home-line);
}

.nuzo-principles span {
  display: flex;
  min-height: 5.3rem;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem clamp(1rem, 2vw, 2rem);
  border-right: 1px solid var(--home-line);
  color: var(--home-muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.nuzo-principles span:last-child {
  border-right: 0;
}

.nuzo-principles b {
  color: var(--home-accent);
  font-family: var(--md-code-font-family);
  font-size: 0.57rem;
}

.nuzo-statement {
  display: grid;
  grid-template-columns: minmax(9rem, 0.4fr) minmax(0, 1fr);
  gap: clamp(2rem, 8vw, 9rem);
  padding: clamp(6rem, 13vw, 12rem) 0 clamp(4rem, 9vw, 8rem);
}

.nuzo-section-index {
  align-self: start;
  color: var(--home-muted);
}

.md-typeset .nuzo-statement h2,
.md-typeset .nuzo-product h2,
.md-typeset .nuzo-install h2,
.md-typeset .nuzo-proof h2,
.md-typeset .nuzo-final h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5.4vw, 5.6rem);
  font-weight: 520;
  line-height: 0.98;
  text-wrap: balance;
}

.nuzo-statement h2 em {
  color: var(--home-accent);
  font-style: normal;
}

.nuzo-statement > div > p {
  max-width: 45rem;
  margin: 2rem 0 0;
  color: var(--home-muted);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.75;
}

.nuzo-contract {
  border-top: 1px solid var(--home-line-strong);
}

.nuzo-contract__item {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: start;
  padding: clamp(1.6rem, 3vw, 2.8rem) 0;
  border-bottom: 1px solid var(--home-line);
  transition: padding-left 220ms ease, border-color 220ms ease;
}

.nuzo-contract__item:hover {
  border-color: var(--home-accent);
  padding-left: 0.8rem;
}

.nuzo-contract__item > span,
.nuzo-contract__item > strong {
  color: var(--home-accent);
  font-family: var(--md-code-font-family);
  font-size: 0.59rem;
  letter-spacing: 0.08em;
}

.nuzo-contract__item > strong {
  padding: 0.25rem 0.4rem;
  border: 1px solid var(--home-line-strong);
}

.md-typeset .nuzo-contract__item h3 {
  margin: -0.2rem 0 0.6rem;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 550;
}

.nuzo-contract__item p {
  max-width: 43rem;
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.nuzo-product {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(28rem, 1.18fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: center;
  padding: clamp(7rem, 14vw, 13rem) 0;
}

.nuzo-product__intro > p:not(.nuzo-section-index) {
  max-width: 37rem;
  margin: 1.7rem 0;
  color: var(--home-muted);
  line-height: 1.7;
}

.nuzo-host-stack {
  position: relative;
  display: grid;
  gap: 0.6rem;
  padding-right: 6rem;
}

.nuzo-host {
  display: grid;
  min-height: 5.8rem;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 0.2rem 1rem;
  align-content: center;
  padding: 1rem 1.25rem;
  border: 1px solid var(--home-line);
  background: rgba(13, 18, 17, 0.88);
  color: var(--home-ink);
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.nuzo-host:hover,
.nuzo-host:focus-visible,
.nuzo-host.is-active {
  border-color: var(--home-accent);
  transform: translateX(-0.5rem);
}

.nuzo-host-stack:has(.nuzo-host:hover) .nuzo-host:not(:hover) {
  opacity: 0.45;
}

.nuzo-host span {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--home-accent);
  font-family: var(--md-code-font-family);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

.nuzo-host strong {
  font-size: 0.8rem;
  font-weight: 560;
}

.nuzo-host small {
  color: var(--home-muted);
  font-family: var(--md-code-font-family);
  font-size: 0.58rem;
}

.nuzo-core-pulse {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  width: 5.4rem;
  height: 5.4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--home-accent);
  border-radius: 50%;
  background: var(--home-bg);
  color: var(--home-ink);
  font-family: var(--md-code-font-family);
  transform: translateY(-50%);
}

.nuzo-core-pulse::before,
.nuzo-core-pulse::after {
  position: absolute;
  z-index: -1;
  width: 7.2rem;
  height: 7.2rem;
  border: 1px solid rgba(56, 217, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.nuzo-core-pulse::after {
  width: 9rem;
  height: 9rem;
  border-color: rgba(56, 217, 255, 0.07);
}

.nuzo-core-pulse i {
  width: 0.35rem;
  height: 0.35rem;
  margin-bottom: 0.35rem;
  border-radius: 50%;
  background: var(--home-accent);
}

.nuzo-core-pulse span {
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.nuzo-core-pulse small {
  margin-top: 0.15rem;
  color: var(--home-muted);
  font-size: 0.42rem;
}

.nuzo-install {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(30rem, 1.15fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: center;
  margin: 0 calc(clamp(1rem, 4vw, 4.5rem) * -1);
  padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 4vw, 4.5rem);
  border-block: 1px solid var(--home-line);
  background: rgba(56, 217, 255, 0.035);
}

.nuzo-install > * {
  min-width: 0;
}

.nuzo-advanced {
  grid-column: 2;
  margin-top: -1rem;
  border: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
}

.nuzo-advanced summary {
  color: var(--home-muted);
  font-family: var(--md-code-font-family);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.md-typeset .nuzo-advanced pre {
  margin: 0.8rem 0 0;
  border-radius: 0;
  background: #050706;
  box-shadow: none;
}

.md-typeset .nuzo-advanced code {
  background: transparent;
  color: var(--home-muted);
}

.nuzo-install > div:first-child > p:not(.nuzo-section-index) {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  color: var(--home-muted);
}

.nuzo-command {
  min-width: 0;
  max-width: 100%;
  border: 1px solid var(--home-line-strong);
  background: #050706;
  box-shadow: 1.2rem 1.2rem 0 rgba(56, 217, 255, 0.06);
}

.nuzo-command__bar button {
  min-width: 3.2rem;
  min-height: 2rem;
  border: 1px solid var(--home-line);
  background: transparent;
  color: var(--home-muted);
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
}

.nuzo-command__bar button:hover,
.nuzo-command__bar button:focus-visible {
  border-color: var(--home-accent);
  color: var(--home-accent);
}

.md-typeset .nuzo-command pre {
  margin: 0;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow-x: auto;
}

.md-typeset .nuzo-command code {
  background: transparent;
  color: var(--home-accent);
  font-size: clamp(0.73rem, 1.3vw, 0.96rem);
  line-height: 2;
  white-space: pre;
}

.nuzo-copy-status {
  display: block;
  min-height: 1.4rem;
  padding: 0 1rem 0.5rem;
  color: var(--home-accent);
  font-family: var(--md-code-font-family);
  font-size: 0.55rem;
  text-align: right;
  text-transform: uppercase;
}

.nuzo-proof {
  padding: clamp(7rem, 13vw, 12rem) 0;
}

.nuzo-proof__heading {
  display: grid;
  grid-template-columns: minmax(9rem, 0.4fr) minmax(0, 1fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: start;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.nuzo-proof__links {
  border-top: 1px solid var(--home-line-strong);
}

.md-typeset .nuzo-proof__links a {
  display: grid;
  grid-template-columns: minmax(8rem, 0.35fr) minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 6.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-ink);
  transition: padding 180ms ease, border-color 180ms ease;
}

.md-typeset .nuzo-proof__links a:hover,
.md-typeset .nuzo-proof__links a:focus-visible {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  border-color: var(--home-accent);
  color: var(--home-ink);
}

.nuzo-proof__links span {
  color: var(--home-accent);
  font-family: var(--md-code-font-family);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nuzo-proof__links strong {
  font-size: clamp(0.95rem, 1.6vw, 1.25rem);
  font-weight: 520;
}

.nuzo-proof__links i {
  color: var(--home-muted);
  font-style: normal;
}

.nuzo-final {
  min-height: 68vh;
  padding: clamp(5rem, 10vw, 9rem) 0;
  border-top: 1px solid var(--home-line-strong);
}

.md-typeset .nuzo-final h2 {
  max-width: 14ch;
  font-size: clamp(3rem, 7vw, 7rem);
}

.nuzo-final .nuzo-actions {
  margin-top: 2.5rem;
}

.nuzo-reveal {
  opacity: 1;
  transform: none;
}

.nuzo-motion-ready .nuzo-reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 680ms cubic-bezier(0.22, 1, 0.36, 1), transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nuzo-motion-ready .nuzo-reveal.nuzo-in-view,
.no-js .nuzo-reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .nuzo-kicker > span,
  .nuzo-trace__topline i,
  .nuzo-core-pulse i {
    animation: nuzo-home-pulse 2.8s ease-in-out infinite;
  }

  .nuzo-trace__scan {
    animation: nuzo-home-scan 5s linear infinite;
  }

  .nuzo-core-pulse::before {
    animation: nuzo-home-ring 3.6s ease-out infinite;
  }
}

@keyframes nuzo-home-pulse {
  50% { opacity: 0.42; box-shadow: 0 0 0 0.42rem rgba(56, 217, 255, 0.08); }
}

@keyframes nuzo-home-scan {
  from { transform: translateY(0); }
  to { transform: translateY(24rem); }
}

@keyframes nuzo-home-ring {
  0% { opacity: 0.8; transform: scale(0.7); }
  100% { opacity: 0; transform: scale(1.18); }
}

@media screen and (max-width: 1050px) {
  .nuzo-hero,
  .nuzo-product,
  .nuzo-install {
    grid-template-columns: 1fr;
  }

  .nuzo-advanced {
    grid-column: 1;
  }

  .nuzo-hero {
    min-height: auto;
  }

  .md-typeset .nuzo-hero h1 {
    max-width: 10ch;
  }

  .nuzo-product__intro {
    max-width: 46rem;
  }

  .nuzo-host-stack {
    max-width: 48rem;
  }
}

@media screen and (max-width: 760px) {
  .nuzo-home {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .nuzo-home::before {
    background-size: 2.5rem 2.5rem, 2.5rem 2.5rem, auto, auto;
  }

  .nuzo-hero {
    gap: 3.5rem;
    padding-top: 4rem;
  }

  .md-typeset .nuzo-hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .nuzo-trace {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    box-shadow: 0.6rem 0.6rem 0 rgba(56, 217, 255, 0.035);
  }

  .nuzo-trace__route button {
    min-height: 3.8rem;
    padding: 0.5rem 0.38rem;
    font-size: 0.55rem;
  }

  .nuzo-trace__viewport {
    min-height: 25rem;
  }

  .nuzo-principles {
    grid-template-columns: repeat(2, 1fr);
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .nuzo-principles span:nth-child(2) {
    border-right: 0;
  }

  .nuzo-principles span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--home-line);
  }

  .nuzo-statement,
  .nuzo-proof__heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

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

  .nuzo-contract__item > strong {
    display: none;
  }

  .nuzo-host-stack {
    padding-right: 0;
  }

  .nuzo-host {
    grid-template-columns: 5.5rem minmax(0, 1fr);
  }

  .nuzo-core-pulse {
    position: relative;
    top: auto;
    right: auto;
    justify-self: center;
    margin-top: 2rem;
    transform: none;
  }

  .nuzo-install {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .md-typeset .nuzo-proof__links a {
    grid-template-columns: 1fr auto;
    gap: 0.35rem 1rem;
  }

  .nuzo-proof__links span {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 430px) {
  .nuzo-signal span + span {
    margin-left: 0.7rem;
    padding-left: 0.7rem;
  }

  .nuzo-signal span {
    padding-right: 0.7rem;
    font-size: 0.56rem;
  }

  .nuzo-trace__local {
    display: none;
  }

  .nuzo-trace__route button span {
    display: none;
  }

  .nuzo-trace__result {
    grid-template-columns: 1fr;
  }

  .nuzo-ledger {
    grid-template-columns: 4.5rem 1fr;
  }

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

  .md-typeset .nuzo-button,
  .md-typeset .nuzo-text-link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nuzo-home *,
  .nuzo-home *::before,
  .nuzo-home *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .nuzo-motion-ready .nuzo-reveal {
    opacity: 1;
    transform: none;
  }

  .nuzo-trace__route button[aria-selected="true"]::after {
    transform: scaleX(1);
  }
}
