/* Vivipedia 28.1 — fondazione pubblica
   Riduce il rumore delle release storiche sulle pagine che devono orientare.
   Non tocca account, API, checkout o materiali protetti. */

.v281-public-shell .v281-history-strip,
.v281-public-shell .v281-history-section {
  display: none !important;
}

.v281-public-shell .v281-public-nav {
  gap: .35rem;
}

.v281-public-shell .v281-public-nav a {
  white-space: nowrap;
}

.v281-public-shell .v281-kicker {
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* I ponti di release descrivono il cantiere: non devono interrompere il
   percorso di una persona che arriva per la prima volta. */
.v281-kit .v253-inserted,
.v281-kit .v238-commercial-section,
.v281-kit .v258-onboarding-strip,
.v281-kit .v264-product-bridge,
.v281-kit .v265-library-public,
.v281-kit .v266-product-strip,
.v281-kit .v267-choice-bridge,
.v281-kit .v268-plan-strip,
.v281-offer .v260-beta-strip,
.v281-offer .v266-product-strip,
.v281-offer .v267-choice-bridge,
.v281-offer .v268-plan-strip,
.v281-plans .v253-inserted,
.v281-plans .v254-inserted,
.v281-plans .v260-beta-strip,
.v281-plans .v266-product-strip,
.v281-plans .v267-choice-bridge,
.v281-map .v252-map-bridge,
.v281-map .v241-page-hero,
.v281-articles .v203-bridge-note,
.v281-articles .beta-159-magazine-banner,
.v281-articles .v174-pilastri-archive,
.v281-articles .v177-article-reading,
.v281-articles .v179-crosslink,
.v281-articles .v180-articles-audit,
.v281-articles .v181-articles-clusters,
.v281-articles .v182-entry,
.v281-articles .v210-home-asset,
.v281-articles .v266-product-strip,
.v281-articles .v267-choice-bridge {
  display: none !important;
}

/* La home resta il luogo più arioso: il primo schermo deve contenere una
   promessa, una scelta e una rotta, non il changelog del prodotto. */
.v281-home .v280-kicker {
  color: var(--ink, #14241f);
}

.v281-home .v280-hero {
  min-height: 0;
}

.v281-home .v280-section {
  content-visibility: auto;
}

@media (max-width: 720px) {
  .v281-public-shell .v281-public-nav {
    gap: .2rem;
  }

  .v281-public-shell .v281-public-nav a:nth-child(n+5) {
    display: none;
  }
}
