/* ============================================================
   VESTY — layer responsive (aggiunto sopra il design importato)
   Obiettivo: il sito si adatta a QUALSIASI schermo.
   - schermi grandi: SFONDI a tutta larghezza, CONTENUTO auto-centrato dal design
   - mobile/tablet: hero a colonna unica, niente scroll orizzontale
   ============================================================ */

/* 1) Grandi schermi: NIENTE cap sul contenitore di scorrimento.
   Ogni <section> del design e' full-bleed (lo sfondo a gradiente deve riempire
   tutto il viewport) e cappa GIA' il proprio contenuto interno a ~1180-1280px
   con margin:0 auto. Cappare [data-smooth-content] tagliava gli sfondi al bordo
   del cap -> bande nere ai lati sui monitor larghi (32"+). A tutta larghezza i
   gradienti arrivano fino ai bordi (niente bande) e testo/griglie restano
   centrati come da design. */
[data-smooth-content] {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
}

/* 2) Mobile / tablet stretto: l'hero a due colonne diventa una colonna,
   il mockup va sotto al testo invece di schiacciarsi. */
@media (max-width: 880px) {
  [data-hero] [style*="grid-template-columns:1.15fr"] {
    grid-template-columns: 1fr !important;
    gap: clamp(28px, 8vw, 48px) !important;
  }
  /* il telefono/mockup si centra e non sfora la colonna */
  [data-hero] [data-parallax] {
    justify-self: center !important;
  }
}

/* 3) Niente scroll orizzontale su mobile — SOLO sul body (mai su html:
   metterlo su html rompe lo smooth-scroll della home). Il body del design
   ha già overflow-x:hidden; qui lo ribadiamo solo entro i 880px. */
@media (max-width: 880px) {
  body {
    overflow-x: hidden;
  }
}

/* 4) Nav home su mobile: i link di sezione (Il problema, Come funziona...) sono
   in un wrapper [data-navlinks] con display:contents (invisibile al layout su
   desktop). Sotto gli 860px li nascondiamo: la riga della nav resta logo + CTA
   (Registrati/Accedi) e non sfora mai. Si naviga scrollando. */
@media (max-width: 860px) {
  [data-navlinks] {
    display: none !important;
  }
}

/* 5) Griglie auto-fit con colonna minima grande (>=280px): sui telefoni stretti
   (320-380px) la colonna minima sfora il contenitore e crea scroll orizzontale.
   Sotto i 760px le forziamo in colonna unica. Le griglie con minmax piccolo
   (<=240px) stanno gia' dentro e si adattano da sole, quindi non le tocchiamo. */
@media (max-width: 760px) {
  [style*="minmax(280px"],
  [style*="minmax(290px"],
  [style*="minmax(300px"],
  [style*="minmax(320px"] {
    grid-template-columns: 1fr !important;
  }
}

/* 6) Reset di sicurezza per il contenuto multimediale: mai piu' largo del
   contenitore (evita overflow da immagini incorporate). */
img {
  max-width: 100%;
  height: auto;
}

/* Legal/detail pages linked from the home footer. */
.vsty-legal-page {
  margin: 0;
  min-height: 100vh;
  color: #f4f2ed;
  background:
    linear-gradient(135deg, rgba(12, 12, 15, 0.98) 0%, rgba(13, 14, 18, 0.98) 46%, rgba(22, 18, 34, 0.92) 100%);
  font-family: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.vsty-legal-page x-dc {
  display: block;
}

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

.vsty-legal-page ::selection {
  background: #ff6a3d;
  color: #0c0c0f;
}

.vsty-legal-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(12, 12, 15, 0.74);
  border-bottom: 1px solid rgba(244, 242, 237, 0.08);
  backdrop-filter: blur(18px);
}

.vsty-legal-topbar-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 1040px;
  min-height: 72px;
  margin: 0 auto;
  padding: 0 clamp(18px, 5vw, 44px);
}

.vsty-legal-home {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  color: #f4f2ed;
  border: 1px solid rgba(244, 242, 237, 0.2);
  border-radius: 999px;
  text-decoration: none;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.vsty-legal-home:hover,
.vsty-legal-home:focus-visible {
  border-color: rgba(244, 242, 237, 0.55);
  transform: translateY(-1px);
}

.vsty-legal-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(92px, 9vw, 126px);
  text-decoration: none;
}

.vsty-legal-logo img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 10px 24px rgba(215, 201, 251, 0.34));
}

.vsty-legal-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 20px);
  min-width: 0;
}

.vsty-legal-nav a,
.vsty-legal-footer a,
.vsty-text-link {
  color: rgba(244, 242, 237, 0.72);
  text-decoration: none;
  transition: color 0.25s ease;
}

.vsty-legal-nav a {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.vsty-legal-nav a:hover,
.vsty-legal-nav a:focus-visible,
.vsty-legal-footer a:hover,
.vsty-legal-footer a:focus-visible,
.vsty-text-link:hover,
.vsty-text-link:focus-visible {
  color: #f4f2ed;
}

.vsty-legal-main {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(48px, 9vh, 92px) clamp(20px, 5vw, 44px) clamp(68px, 11vh, 118px);
}

.vsty-kicker {
  margin: 0;
  color: #d7c9fb;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vsty-legal-title {
  max-width: 11ch;
  margin: 18px 0 0;
  color: #f4f2ed;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(42px, 8vw, 82px);
  font-stretch: 116%;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}

.vsty-legal-title--wide {
  max-width: 13ch;
}

.vsty-legal-lead {
  max-width: 58ch;
  margin: 22px 0 0;
  color: rgba(244, 242, 237, 0.82);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.62;
  text-wrap: pretty;
}

.vsty-meta {
  margin-top: 14px;
  color: rgba(184, 188, 196, 0.62);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0;
}

@keyframes vstyTermsStampFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2.4deg);
  }
  45% {
    transform: translate3d(0, -12px, 0) rotate(1.2deg);
  }
  72% {
    transform: translate3d(0, -5px, 0) rotate(-1deg);
  }
}

@keyframes vstyTermsStampGlow {
  0%,
  100% {
    opacity: 0.72;
    transform: translate3d(-10%, 0, 0) scaleX(0.94);
  }
  50% {
    opacity: 1;
    transform: translate3d(6%, -6%, 0) scaleX(1.08);
  }
}

@keyframes vstyTermsLogoPulse {
  0%,
  100% {
    filter: drop-shadow(0 16px 34px rgba(215, 201, 251, 0.34));
    scale: 1;
  }
  50% {
    filter: drop-shadow(0 18px 44px rgba(215, 201, 251, 0.5));
    scale: 1.035;
  }
}

@keyframes vstyTermsContactFlow {
  0% {
    transform: translate3d(-120%, -12%, 0) rotate(10deg);
    opacity: 0;
  }
  20%,
  72% {
    opacity: 0.85;
  }
  100% {
    transform: translate3d(220%, 10%, 0) rotate(10deg);
    opacity: 0;
  }
}

@keyframes vstyTermsQuestionBreathe {
  0%,
  100% {
    opacity: 0.08;
    transform: translate3d(0, 0, 0) rotate(-4deg) scale(1);
  }
  50% {
    opacity: 0.15;
    transform: translate3d(0, 8px, 0) rotate(2deg) scale(1.04);
  }
}

.vsty-terms-main {
  max-width: 1060px;
}

.vsty-terms-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 280px);
  gap: clamp(22px, 5vw, 54px);
  align-items: end;
}

.vsty-terms-stamp {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(215, 201, 251, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(78% 76% at 50% 20%, rgba(215, 201, 251, 0.22), transparent 62%),
    linear-gradient(145deg, rgba(20, 16, 25, 0.92), rgba(14, 14, 18, 0.94));
  padding: 28px;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(244, 242, 237, 0.05);
  transform: translate3d(0, 0, 0) rotate(-2deg);
  transform-origin: 50% 62%;
  animation: vstyTermsStampFloat 7s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  will-change: transform;
}

.vsty-terms-stamp::after {
  content: "";
  position: absolute;
  inset: auto -18% -18% 28%;
  height: 48%;
  background: linear-gradient(90deg, transparent, rgba(255, 106, 61, 0.18), rgba(215, 201, 251, 0.2), transparent);
  filter: blur(18px);
  animation: vstyTermsStampGlow 6.8s ease-in-out infinite;
  will-change: transform, opacity;
}

.vsty-terms-stamp img {
  position: relative;
  width: min(100%, 190px);
  filter: drop-shadow(0 16px 34px rgba(215, 201, 251, 0.34));
  transform-origin: 48% 58%;
  animation: vstyTermsLogoPulse 5.8s ease-in-out infinite;
  will-change: scale, filter;
}

.vsty-terms-stamp span,
.vsty-terms-stamp strong {
  position: relative;
  display: block;
  margin-top: 16px;
  font-family: "Space Mono", monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vsty-terms-stamp span {
  color: rgba(244, 242, 237, 0.58);
  font-size: 11px;
}

.vsty-terms-stamp strong {
  margin-top: 4px;
  color: #f4f2ed;
  font-size: 18px;
}

.vsty-terms-brief {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(32px, 5vh, 52px);
}

.vsty-terms-brief div {
  --terms-accent-rgb: 215, 201, 251;
  --terms-accent-2-rgb: 255, 106, 61;
  position: relative;
  overflow: hidden;
  min-height: 150px;
  border: 1px solid rgba(var(--terms-accent-rgb), 0.24);
  border-radius: 18px;
  background:
    radial-gradient(82% 94% at 92% 8%, rgba(var(--terms-accent-rgb), 0.16), transparent 60%),
    linear-gradient(155deg, rgba(var(--terms-accent-2-rgb), 0.09), transparent 48%),
    rgba(20, 16, 25, 0.78);
  padding: 20px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, translate 0.25s ease;
}

.vsty-terms-brief div:nth-child(2) {
  --terms-accent-rgb: 255, 106, 61;
  --terms-accent-2-rgb: 215, 201, 251;
}

.vsty-terms-brief div:nth-child(3) {
  --terms-accent-rgb: 184, 188, 196;
  --terms-accent-2-rgb: 142, 107, 240;
}

.vsty-terms-brief div::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(var(--terms-accent-rgb), 1), rgba(var(--terms-accent-2-rgb), 1));
  transform: scaleX(0.24);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.vsty-terms-brief div:hover,
.vsty-terms-brief div:focus-within {
  border-color: rgba(var(--terms-accent-rgb), 0.58);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28), 0 0 34px rgba(var(--terms-accent-rgb), 0.13);
  translate: 0 -3px;
}

.vsty-terms-brief div:hover::after,
.vsty-terms-brief div:focus-within::after {
  transform: scaleX(1);
}

.vsty-terms-brief span,
.vsty-terms-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid rgba(var(--terms-accent-rgb), 0.32);
  border-radius: 999px;
  background: rgba(var(--terms-accent-rgb), 0.07);
  padding: 0 10px;
  color: rgba(var(--terms-accent-rgb), 1);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vsty-terms-brief strong {
  display: block;
  margin-top: 14px;
  color: #f4f2ed;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.05;
}

.vsty-terms-brief p {
  margin: 9px 0 0;
  color: rgba(229, 228, 224, 0.74);
  font-size: 14px;
  line-height: 1.45;
}

.vsty-terms-stack {
  display: grid;
  gap: 14px;
  margin-top: clamp(34px, 5vh, 56px);
}

.vsty-terms-card {
  --terms-accent-rgb: 215, 201, 251;
  --terms-accent-2-rgb: 255, 106, 61;
  position: relative;
  display: grid;
  grid-template-columns: minmax(72px, 104px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  min-height: 174px;
  overflow: hidden;
  border: 1px solid rgba(var(--terms-accent-rgb), 0.2);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(var(--terms-accent-rgb), 0.12), transparent 34%),
    radial-gradient(62% 120% at 100% 0%, rgba(var(--terms-accent-rgb), 0.28), transparent 62%),
    radial-gradient(50% 92% at 0% 100%, rgba(var(--terms-accent-2-rgb), 0.18), transparent 64%),
    linear-gradient(135deg, rgba(20, 16, 25, 0.88), rgba(12, 12, 15, 0.96));
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(var(--terms-accent-rgb), 0.08);
  translate: 0 0;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, translate 0.28s ease;
}

.vsty-terms-card:nth-child(2) {
  --terms-accent-rgb: 255, 106, 61;
  --terms-accent-2-rgb: 215, 201, 251;
}

.vsty-terms-card:nth-child(3) {
  --terms-accent-rgb: 142, 107, 240;
  --terms-accent-2-rgb: 255, 106, 61;
}

.vsty-terms-card:nth-child(4) {
  --terms-accent-rgb: 184, 188, 196;
  --terms-accent-2-rgb: 215, 201, 251;
}

.vsty-terms-card:nth-child(5) {
  --terms-accent-rgb: 255, 132, 64;
  --terms-accent-2-rgb: 142, 107, 240;
}

.vsty-terms-card:nth-child(6) {
  --terms-accent-rgb: 215, 201, 251;
  --terms-accent-2-rgb: 184, 188, 196;
}

.vsty-terms-card:nth-child(7) {
  --terms-accent-rgb: 142, 107, 240;
  --terms-accent-2-rgb: 244, 242, 237;
}

.vsty-terms-card:nth-child(8) {
  --terms-accent-rgb: 244, 242, 237;
  --terms-accent-2-rgb: 255, 106, 61;
}

.vsty-terms-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(var(--terms-accent-rgb), 0.1), transparent);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.vsty-terms-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(var(--terms-accent-rgb), 0), rgba(var(--terms-accent-rgb), 0.95), rgba(var(--terms-accent-2-rgb), 0.72), rgba(var(--terms-accent-2-rgb), 0));
  opacity: 0.62;
  transform: scaleX(0.22);
  transform-origin: left;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.vsty-terms-card:hover,
.vsty-terms-card:focus-within {
  border-color: rgba(var(--terms-accent-rgb), 0.6);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.32), 0 0 38px rgba(var(--terms-accent-rgb), 0.13);
  translate: 0 -4px;
}

.vsty-terms-card:hover::before,
.vsty-terms-card:focus-within::before,
.vsty-terms-card:hover::after,
.vsty-terms-card:focus-within::after {
  opacity: 1;
  transform: scaleX(1);
}

.vsty-terms-card-number {
  position: relative;
  color: rgba(var(--terms-accent-rgb), 0.95);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(54px, 8vw, 92px);
  font-weight: 900;
  line-height: 0.86;
  text-shadow: 0 0 34px rgba(var(--terms-accent-rgb), 0.32);
}

.vsty-terms-card > div {
  position: relative;
  min-width: 0;
}

.vsty-terms-card h2 {
  max-width: 24ch;
  margin: 12px 0 0;
  color: #f4f2ed;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.vsty-terms-card p {
  max-width: 66ch;
  margin: 12px 0 0;
  color: rgba(229, 228, 224, 0.78);
  font-size: 15.5px;
  line-height: 1.58;
}

.vsty-terms-contact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-top: clamp(38px, 6vh, 62px);
  overflow: hidden;
  border: 1px solid rgba(215, 201, 251, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(215, 201, 251, 0.16), transparent 48%),
    radial-gradient(82% 120% at 92% 8%, rgba(255, 106, 61, 0.1), transparent 62%),
    linear-gradient(145deg, rgba(20, 16, 25, 0.96), rgba(12, 12, 15, 0.94));
  padding: clamp(24px, 4vw, 38px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  translate: 0 0;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, translate 0.28s ease;
}

.vsty-terms-contact::before {
  content: "?";
  position: absolute;
  right: clamp(20px, 4vw, 46px);
  top: -0.22em;
  color: rgba(215, 201, 251, 0.08);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(150px, 18vw, 240px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  transform-origin: 50% 55%;
  animation: vstyTermsQuestionBreathe 7.4s ease-in-out infinite;
  will-change: transform, opacity;
}

.vsty-terms-contact::after {
  content: "";
  position: absolute;
  inset: -36% auto auto -24%;
  width: 44%;
  height: 180%;
  background: linear-gradient(100deg, transparent 0%, rgba(215, 201, 251, 0.06) 18%, rgba(255, 106, 61, 0.14) 50%, rgba(215, 201, 251, 0.11) 72%, transparent 100%);
  filter: blur(10px);
  animation: vstyTermsContactFlow 8.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  pointer-events: none;
  will-change: transform, opacity;
}

.vsty-terms-contact:hover,
.vsty-terms-contact:focus-within {
  border-color: rgba(215, 201, 251, 0.62);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34), 0 0 42px rgba(215, 201, 251, 0.13);
  translate: 0 -3px;
}

.vsty-terms-contact > div,
.vsty-terms-contact-button {
  position: relative;
}

.vsty-terms-contact h2 {
  max-width: 16ch;
  margin: 10px 0 0;
  color: #f4f2ed;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 0.98;
}

.vsty-terms-contact p:not(.vsty-kicker) {
  max-width: 52ch;
  margin: 12px 0 0;
  color: rgba(244, 242, 237, 0.78);
  font-size: 15.5px;
  line-height: 1.55;
}

.vsty-terms-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  color: #0c0c0f;
  background: #d7c9fb;
  box-shadow: 0 14px 30px rgba(215, 201, 251, 0.24);
  text-decoration: none;
  font-family: "Space Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.vsty-terms-contact-button:hover,
.vsty-terms-contact-button:focus-visible {
  background: #f4f2ed;
  box-shadow: 0 18px 36px rgba(215, 201, 251, 0.32);
  transform: translateY(-2px);
}

/* Footer home: card contatti — stessa grammatica viva di .vsty-terms-contact,
   in formato colonna compatta. Il label esterno e' allineato al testo interno
   della card (1px bordo + 20px padding). */
.vsty-footer-contact-label {
  padding-left: 21px;
}

.vsty-footer-contact {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(215, 201, 251, 0.3);
  border-radius: 20px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(215, 201, 251, 0.16), transparent 48%),
    radial-gradient(82% 120% at 92% 8%, rgba(255, 106, 61, 0.12), transparent 62%),
    linear-gradient(145deg, rgba(20, 16, 25, 0.96), rgba(12, 12, 15, 0.94));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
  translate: 0 0;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, translate 0.28s ease;
}

.vsty-footer-contact::before {
  content: "?";
  position: absolute;
  right: 8px;
  top: -0.16em;
  color: rgba(215, 201, 251, 0.1);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 118px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  transform-origin: 50% 55%;
  animation: vstyTermsQuestionBreathe 7.4s ease-in-out infinite;
  will-change: transform, opacity;
}

.vsty-footer-contact::after {
  content: "";
  position: absolute;
  inset: -36% auto auto -28%;
  width: 56%;
  height: 180%;
  background: linear-gradient(100deg, transparent 0%, rgba(215, 201, 251, 0.07) 18%, rgba(255, 106, 61, 0.16) 50%, rgba(215, 201, 251, 0.12) 72%, transparent 100%);
  filter: blur(10px);
  animation: vstyTermsContactFlow 8.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  pointer-events: none;
  will-change: transform, opacity;
}

.vsty-footer-contact:hover,
.vsty-footer-contact:focus-within {
  border-color: rgba(215, 201, 251, 0.62);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32), 0 0 36px rgba(215, 201, 251, 0.14);
  translate: 0 -3px;
}

.vsty-footer-contact > * {
  position: relative;
}

.vsty-footer-contact p {
  margin: 0 0 16px;
  max-width: 30ch;
  color: rgba(244, 242, 237, 0.78);
  font-size: 14.5px;
  line-height: 1.55;
}

.vsty-contact-choice {
  display: block;
  cursor: pointer;
}

.vsty-contact-choice[open] {
  border-color: rgba(var(--terms-accent-rgb), 0.66);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.32), 0 0 38px rgba(var(--terms-accent-rgb), 0.16);
}

.vsty-contact-choice-summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(72px, 104px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  list-style: none;
  outline: none;
}

.vsty-contact-choice-summary::-webkit-details-marker {
  display: none;
}

.vsty-contact-choice-summary > div {
  position: relative;
  min-width: 0;
}

.vsty-contact-open-hint {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin-top: 14px;
  border: 1px solid rgba(var(--terms-accent-rgb), 0.3);
  border-radius: 999px;
  background: rgba(var(--terms-accent-rgb), 0.07);
  padding: 0 11px;
  gap: 0.34em;
  color: rgba(var(--terms-accent-rgb), 1);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

/* Il verbo "Apri" e' generato via ::before cosi' da aperta sparisce e non resta
   il testo ridondante "Apri canale aperto". Lo span in HTML contiene solo "canale". */
.vsty-contact-open-hint::before {
  content: "Apri";
}

.vsty-contact-choice[open] .vsty-contact-open-hint {
  border-color: rgba(var(--terms-accent-rgb), 0.58);
  background: rgba(var(--terms-accent-rgb), 0.16);
  color: #ffffff;
}

.vsty-contact-choice[open] .vsty-contact-open-hint::before {
  content: none;
}

.vsty-contact-choice[open] .vsty-contact-open-hint::after {
  content: "aperto";
}

.vsty-contact-choice-panel {
  position: relative;
  max-width: 620px;
  margin: 20px 0 0 clamp(90px, 10vw, 134px);
  border-top: 1px solid rgba(var(--terms-accent-rgb), 0.2);
  padding-top: 18px;
}

.vsty-contact-choice-panel p {
  margin: 12px 0 0;
  color: rgba(229, 228, 224, 0.78);
  font-size: 14.5px;
  line-height: 1.55;
}

/* Honeypot anti-bot: nascosto ma non display:none (alcuni bot lo saltano).
   Pattern "visually-hidden" con clip: non sposta nulla fuori dal flusso, quindi
   niente rischio di scroll orizzontale (a differenza di left:-9999px). */
.vsty-contact-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Turnstile: vuoto (disattivato) non occupa spazio; da attivo mostra il widget. */
.vsty-turnstile:empty {
  display: none;
}

.vsty-turnstile {
  margin-top: 2px;
}

.vsty-contact-fallback {
  margin: 4px 0 0;
  font-size: 12.5px;
  color: rgba(229, 228, 224, 0.62);
}

/* ---- Waitlist "voglio l'app" (home, sezione #voglio-lapp) ---- */
.vsty-waitlist-form {
  margin-top: 34px;
  max-width: 560px;
}

.vsty-waitlist-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.vsty-waitlist-input {
  flex: 1 1 260px;
  min-width: 0;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  color: #f4f2ed;
  background: rgba(20, 16, 25, 0.9);
  border: 1px solid rgba(244, 242, 237, 0.22);
  border-radius: 999px;
  padding: 16px 22px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.vsty-waitlist-input:focus {
  border-color: #8e6bf0;
  box-shadow: 0 0 0 3px rgba(142, 107, 240, 0.25);
}

.vsty-waitlist-input::placeholder {
  color: rgba(184, 188, 196, 0.55);
}

.vsty-waitlist-send {
  flex: none;
  min-height: 44px;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0c0c0f;
  background: #ff6a3d;
  border: none;
  border-radius: 999px;
  padding: 16px 26px;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.2s ease, opacity 0.2s ease;
}

.vsty-waitlist-send:hover,
.vsty-waitlist-send:focus-visible {
  transform: translateY(-2px);
  background: #ff7d54;
}

.vsty-waitlist-send:disabled {
  opacity: 0.75;
  cursor: default;
  transform: none;
}

.vsty-waitlist-consent {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(244, 242, 237, 0.7);
  cursor: pointer;
  max-width: 56ch;
}

.vsty-waitlist-consent input {
  margin-top: 2px;
  accent-color: #ff6a3d;
  flex: none;
  width: 16px;
  height: 16px;
}

.vsty-waitlist-consent a {
  color: #d7c9fb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vsty-turnstile {
  width: min(100%, 300px);
  min-height: 65px;
  margin-top: 16px;
  overflow: hidden;
}

.vsty-turnstile[hidden] {
  display: none;
}

.vsty-turnstile iframe {
  max-width: 100%;
}

.vsty-waitlist-status {
  margin: 12px 0 0;
  min-height: 1.2em;
  font-family: "Space Mono", monospace;
  font-size: 12.5px;
  letter-spacing: 0.03em;
  color: rgba(229, 228, 224, 0.78);
}

.vsty-waitlist-status[data-kind="ok"] {
  color: #7fdca0;
}

.vsty-waitlist-status[data-kind="error"] {
  color: #ff9d7a;
}

@media (max-width: 560px) {
  .vsty-waitlist-row {
    flex-direction: column;
  }

  .vsty-waitlist-input {
    flex: 0 0 auto;
    width: 100%;
    min-height: 52px;
  }

  .vsty-waitlist-send {
    width: 100%;
  }
}

.vsty-contact-fallback .vsty-contact-inline-link {
  margin-top: 8px;
}

.vsty-contact-inline-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 38px;
  margin-top: 16px;
  border: 1px solid rgba(var(--terms-accent-rgb), 0.32);
  border-radius: 999px;
  background: rgba(var(--terms-accent-rgb), 0.08);
  padding: 0 14px;
  color: #f4f2ed;
  text-decoration: none;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.vsty-contact-inline-link:hover,
.vsty-contact-inline-link:focus-visible {
  border-color: rgba(var(--terms-accent-rgb), 0.66);
  background: rgba(var(--terms-accent-rgb), 0.16);
  color: #ffffff;
  transform: translateY(-1px);
}

.vsty-contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.vsty-contact-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(var(--terms-accent-rgb), 0.32);
  border-radius: 999px;
  background: rgba(var(--terms-accent-rgb), 0.08);
  padding: 0 16px;
  color: #f4f2ed;
  text-decoration: none;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.vsty-contact-social-links a:hover,
.vsty-contact-social-links a:focus-visible {
  border-color: rgba(var(--terms-accent-rgb), 0.66);
  background: rgba(var(--terms-accent-rgb), 0.18);
  color: #ffffff;
  transform: translateY(-2px);
}

.vsty-legal-footer {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 44px) 42px;
}

.vsty-legal-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(244, 242, 237, 0.09);
  padding-top: 22px;
  color: rgba(184, 188, 196, 0.62);
  font-size: 13px;
}

.vsty-legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 680px) {
  .vsty-legal-topbar-inner {
    grid-template-columns: auto 1fr;
    gap: 12px;
    min-height: 0;
    padding-block: 12px;
  }

  .vsty-legal-logo {
    justify-self: end;
    width: 94px;
  }

  .vsty-legal-nav {
    grid-column: 1 / -1;
    justify-self: start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .vsty-legal-home {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
  }

  .vsty-legal-title {
    font-size: clamp(38px, 13vw, 56px);
  }

  .vsty-terms-hero,
  .vsty-terms-contact {
    grid-template-columns: 1fr;
  }

  .vsty-terms-stamp {
    justify-self: start;
    width: min(100%, 260px);
    min-height: 182px;
    padding: 22px;
    transform: rotate(-1deg);
  }

  .vsty-terms-stamp img {
    width: 150px;
  }

  .vsty-terms-brief {
    grid-template-columns: 1fr;
  }

  .vsty-terms-brief div {
    min-height: 0;
  }

  .vsty-terms-card {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 14px;
  }

  .vsty-terms-card-number {
    font-size: 58px;
  }

  .vsty-terms-card h2 {
    max-width: 100%;
  }

  .vsty-contact-choice-summary {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vsty-contact-choice-panel {
    margin-left: 0;
  }

  .vsty-contact-inline-link {
    width: 100%;
    justify-content: center;
  }

  .vsty-terms-contact-button {
    width: 100%;
  }

  .vsty-legal-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@supports (content-visibility: auto) {
  .vsty-home-problem,
  .vsty-coach-band,
  .vsty-home-waitlist,
  .vsty-product-proof,
  .vsty-home-trust,
  .vsty-home-faq {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}

[data-sphere],
[data-outcard],
[data-dna-card] {
  backface-visibility: hidden;
}

[data-brand-logo] img {
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1), filter 360ms ease;
}

[data-brand-logo]:hover img,
[data-brand-logo]:focus-visible img {
  transform: translateY(-1px) scale(1.055) rotate(-1deg);
  filter: drop-shadow(0 12px 26px rgba(215, 201, 251, 0.46)) !important;
}

/* Custom 404: useful wayfinding while preserving the original logo and mascot. */
.vsty-not-found-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  align-items: center;
  gap: 70px;
  min-height: calc(100vh - 220px);
  padding-block: 72px;
}

.vsty-not-found-copy {
  max-width: 700px;
}

.vsty-not-found-copy .vsty-legal-title {
  max-width: 11ch;
}

.vsty-not-found-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.vsty-not-found-actions > a:last-child {
  color: var(--vsty-lilac);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.vsty-not-found-mascot {
  position: relative;
  min-height: 540px;
}

.vsty-not-found-mascot img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.28));
}

.vsty-not-found-mascot p {
  position: absolute;
  right: 0;
  bottom: 26px;
  width: min(82%, 280px);
  margin: 0;
  padding: 15px 17px;
  color: var(--vsty-ink);
  background: var(--vsty-paper);
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .vsty-not-found-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding-block: 54px;
  }

  .vsty-not-found-actions,
  .vsty-not-found-actions .vsty-terms-contact-button {
    width: 100%;
  }

  .vsty-not-found-mascot {
    min-height: 390px;
  }

  .vsty-not-found-mascot img {
    height: 380px;
  }
}

[data-vsty-nav-link] {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  transition: color 240ms ease, transform 240ms cubic-bezier(0.16, 1, 0.3, 1), text-shadow 240ms ease;
}

[data-vsty-nav-link]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6a3d, #d7c9fb);
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: center;
  transition: opacity 240ms ease, transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-vsty-nav-link]:hover,
[data-vsty-nav-link]:focus-visible,
[data-vsty-nav-link][aria-current="page"] {
  color: #f4f2ed !important;
  text-shadow: 0 0 18px rgba(215, 201, 251, 0.46);
  transform: translateY(-2px);
}

[data-vsty-nav-link]:hover::after,
[data-vsty-nav-link]:focus-visible::after,
[data-vsty-nav-link][aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

[data-dna-layer] {
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

[data-dna-layer]:hover,
[data-dna-layer]:focus-visible {
  color: #f4f2ed !important;
  border-color: rgba(215, 201, 251, 0.62) !important;
  box-shadow: 0 0 22px rgba(142, 107, 240, 0.22);
  transform: translateY(-2px);
}

[data-dna-layer][data-active="true"] {
  color: #0c0c0f !important;
  background: #8e6bf0 !important;
  border-color: #8e6bf0 !important;
  box-shadow: 0 10px 26px rgba(142, 107, 240, 0.34);
}

[data-dna-layer]:focus-visible {
  outline: 2px solid rgba(215, 201, 251, 0.88);
  outline-offset: 3px;
}

[data-dna-layer-panel] {
  transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

[data-vsty-logo-line] {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: end;
  gap: 0.04em;
  width: max-content;
  max-width: 100%;
  filter: drop-shadow(0 0.18em 0.48em rgba(12, 12, 15, 0.4));
}

[data-vsty-inline-logo] {
  display: inline-block;
  width: auto;
  height: 0.92em;
  vertical-align: -0.12em;
  filter: drop-shadow(0 0.14em 0.34em rgba(215, 201, 251, 0.38));
}

[data-vsty-inline-logo="problem"] {
  flex: 0 0 auto;
  height: 1.58em;
  margin-left: -0.08em;
  transform: rotate(-3deg) translateY(0.08em);
  transform-origin: 18% 78%;
}

@keyframes vstyMascotFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.8deg);
  }
  50% {
    transform: translate3d(0, -10px, 0) rotate(0.8deg);
  }
}

[data-mascot-hero] {
  animation: vstyMascotFloat 7.5s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  transform-origin: 50% 70%;
  backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .vsty-terms-stamp,
  .vsty-terms-stamp::after,
  .vsty-terms-stamp img,
  .vsty-terms-contact::before,
  .vsty-terms-contact::after,
  .vsty-footer-contact::before,
  .vsty-footer-contact::after,
  [data-mascot-hero] {
    animation: none !important;
  }
}

@media (max-width: 760px) {
  [data-brand-logo] {
    width: 82px !important;
  }
  [data-mascot-wrap] {
    width: min(72vw, 300px) !important;
    min-width: 0 !important;
    justify-self: center !important;
    margin-top: -8px !important;
  }
  [data-mascot-hero] {
    max-height: 330px !important;
  }
}

/* 9) Sfere ambientali (hero/landing): su mobile non devono competere col testo.
   Le smorziamo via opacity -> restano come alone soft di sfondo, testo leggibile.
   NIENTE transform/size qui: il float+parallax lo scrive vesti-fx.js su
   el.style.transform, una regola CSS verrebbe sovrascritta a ogni frame. */
@media (max-width: 760px) {
  [data-sphere] {
    opacity: 0.42 !important;
  }
}

/* 8) Transizioni tra pagine — cross-document View Transitions API.
   Opt-in nativo: i browser che la supportano (Chromium, Safari 18.2+) animano il
   passaggio da una pagina .dc.html all'altra; dove manca (Firefox) si degrada a
   navigazione istantanea, senza rotture. Stesso linguaggio della app React: la
   pagina uscente sfuma e sale, quella entrante sfuma salendo. `vesti-fx.js` cede a
   questa transizione nativa quando supportata (niente exit JS sovrapposto).
   Niente effetto con prefers-reduced-motion. */
/* Sfondo scuro su <html> (non solo body): elimina il "flash" bianco durante la
   transizione cross-document, quando la pagina entrante non ha ancora dipinto il
   proprio sfondo. Vale anche fuori dalle VT (niente lampo bianco in qualsiasi load). */
html {
  background: #0c0c0f;
}

@view-transition {
  navigation: auto;
}
::view-transition-old(root) {
  animation: vstVtOut 220ms cubic-bezier(0.4, 0, 1, 1) both;
}
::view-transition-new(root) {
  animation: vstVtIn 320ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes vstVtOut {
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@keyframes vstVtIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none !important;
  }
}

/* ============================================================
   APP ALIGNMENT 2026
   Home upgrade based on the product UI: warm ink, lilac utility,
   orange narrative beats, DNA rails and a concise mascot voice.
   ============================================================ */

:root {
  --vsty-ink: #110d18;
  --vsty-ink-soft: #17101f;
  --vsty-panel: #1d1628;
  --vsty-paper: #f2ede3;
  --vsty-lilac: #c9b8ff;
  --vsty-purple: #805ee8;
  --vsty-orange: #f45b35;
  --vsty-mint: #69d9cf;
  --vsty-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
  background: var(--vsty-ink);
}

body {
  background: #140d16;
}

[data-view="home"] *,
[data-view="home"] *::before,
[data-view="home"] *::after,
[data-view="metodo"] *,
[data-view="metodo"] *::before,
[data-view="metodo"] *::after {
  letter-spacing: 0 !important;
}

[data-view="home"] h1,
[data-view="home"] h2,
[data-view="home"] h3,
[data-view="home"] p {
  text-wrap: pretty;
}

[data-sphere] {
  display: none !important;
}

.vsty-home-hero {
  isolation: isolate;
  min-height: min(900px, 94svh) !important;
  padding: 24px max(24px, calc((100% - 1320px) / 2)) 18px !important;
  background: var(--vsty-ink) !important;
}

.vsty-home-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: 34%;
  background: var(--vsty-orange);
  opacity: 0.13;
  pointer-events: none;
}

.vsty-main-nav,
.vsty-hero-grid,
.vsty-dna-dock {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
}

.vsty-main-nav {
  min-height: 48px;
}

.vsty-nav-cta,
.vsty-primary-cta {
  min-height: 46px;
  justify-content: center;
  border-radius: 8px !important;
  transition:
    transform 260ms var(--vsty-ease),
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease !important;
}

.vsty-nav-cta:hover,
.vsty-nav-cta:focus-visible,
.vsty-primary-cta:hover,
.vsty-primary-cta:focus-visible {
  transform: translateY(-2px);
  background: #ff744d !important;
  box-shadow: 0 16px 36px rgba(244, 91, 53, 0.24);
}

.vsty-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr) !important;
  gap: 54px !important;
  padding: 30px 0 22px !important;
}

.vsty-hero-kicker {
  margin-bottom: 18px !important;
  color: var(--vsty-lilac) !important;
}

.vsty-hero-title {
  max-width: 13ch;
  font-size: 64px !important;
  line-height: 0.98 !important;
}

.vsty-hero-title span {
  color: var(--vsty-lilac);
  white-space: nowrap;
}

.vsty-hero-lead {
  max-width: 42ch !important;
  margin-top: 20px !important;
  font-size: 18px !important;
  line-height: 1.56 !important;
}

.vsty-hero-actions {
  margin-top: 28px !important;
}

.vsty-primary-cta {
  min-height: 54px;
  padding: 14px 24px !important;
}

.vsty-hero-meta {
  margin-top: 22px !important;
  line-height: 1.55;
}

.vsty-hero-mascot {
  width: min(31vw, 410px) !important;
  min-width: 300px !important;
  align-self: center !important;
}

.vsty-hero-mascot [data-mascot-hero] {
  max-height: 500px !important;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.46)) !important;
}

.vsty-mascot-line {
  position: absolute;
  z-index: 4;
  left: -118px;
  bottom: 48px;
  width: 258px;
  padding: 14px 16px 15px;
  color: #f7f2ea;
  background: rgba(29, 22, 40, 0.94);
  border: 1px solid rgba(201, 184, 255, 0.38);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.vsty-mascot-line::after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: 28px;
  width: 16px;
  height: 16px;
  background: inherit;
  border-top: 1px solid rgba(201, 184, 255, 0.38);
  border-right: 1px solid rgba(201, 184, 255, 0.38);
  transform: rotate(45deg);
}

.vsty-mascot-line span {
  display: block;
  margin-bottom: 6px;
  color: var(--vsty-orange);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.vsty-mascot-line p {
  margin: 0;
  font-size: 14px;
  line-height: 1.42;
}

.vsty-dna-dock {
  position: relative;
  z-index: 4;
  padding: 13px 18px 12px;
  background: rgba(21, 16, 29, 0.92);
  border: 1px solid rgba(201, 184, 255, 0.2);
  border-radius: 8px;
}

.vsty-dna-dock-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(242, 237, 227, 0.56);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.vsty-dna-dock-head strong {
  color: var(--vsty-lilac);
  font-weight: 700;
}

.vsty-dna-track {
  position: relative;
  height: 30px;
  margin-top: 4px;
}

.vsty-dna-track svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.vsty-dna-track path {
  fill: none;
  stroke: var(--vsty-purple);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 12 5;
  vector-effect: non-scaling-stroke;
  animation: vstyDnaFlow 8s linear infinite;
}

.vsty-dna-track path + path {
  stroke: var(--vsty-lilac);
  animation-direction: reverse;
}

.vsty-dna-dot {
  position: absolute;
  top: 50%;
  left: 84%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vsty-orange);
  box-shadow: 0 0 0 4px rgba(244, 91, 53, 0.14), 0 0 18px rgba(244, 91, 53, 0.78);
  transform: translate(-50%, -50%);
  animation: vstyDnaDot 2.4s ease-in-out infinite;
}

.vsty-gene-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(242, 237, 227, 0.62);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.vsty-gene-list li {
  min-width: 0;
  white-space: nowrap;
}

.vsty-gene-list b {
  color: var(--vsty-lilac);
}

@keyframes vstyDnaFlow {
  to { stroke-dashoffset: -68; }
}

@keyframes vstyDnaDot {
  50% { transform: translate(-50%, -50%) scale(1.35); }
}

.vsty-home-waitlist h2 {
  font-size: 56px !important;
  line-height: 1 !important;
}

.vsty-home-problem {
  background: var(--vsty-paper) !important;
  color: var(--vsty-ink) !important;
  padding-block: 96px !important;
}

.vsty-home-problem [data-scrolly] {
  max-width: 15ch !important;
  color: var(--vsty-ink) !important;
  font-size: 82px !important;
  line-height: 0.98 !important;
}

.vsty-home-problem [data-scrolly] + [data-scrolly] {
  max-width: 17ch !important;
  color: #696271 !important;
}

.vsty-home-problem p {
  color: rgba(17, 13, 24, 0.72) !important;
}

.vsty-home-problem em {
  color: var(--vsty-ink) !important;
}

.vsty-home-problem [data-vsty-logo-line] span {
  color: var(--vsty-orange) !important;
}

.vsty-coach-band {
  position: relative;
  overflow: hidden;
  color: var(--vsty-ink);
  background: var(--vsty-orange);
  border-block: 1px solid rgba(17, 13, 24, 0.22);
}

.vsty-coach-inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 72px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 40px 0;
}

.vsty-coach-visual {
  position: relative;
  align-self: end;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 600px;
}

.vsty-coach-visual::before {
  content: "";
  position: absolute;
  inset: 12% 4% 0;
  background: #4e387d;
  border: 1px solid rgba(17, 13, 24, 0.22);
  border-radius: 8px 8px 0 0;
}

.vsty-coach-index {
  position: absolute;
  z-index: 2;
  top: 16%;
  left: 9%;
  padding: 7px 9px;
  color: var(--vsty-paper);
  background: var(--vsty-ink);
  border-radius: 4px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  font-weight: 700;
}

.vsty-coach-visual img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  height: 560px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 30px rgba(17, 13, 24, 0.28));
  transform-origin: 50% 82%;
  animation: vstyCoachLean 7s ease-in-out infinite;
}

.vsty-coach-copy {
  padding-bottom: 72px;
}

.vsty-coach-kicker {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.vsty-coach-copy blockquote {
  max-width: 13ch;
  margin: 18px 0 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 54px;
  font-weight: 850;
  line-height: 0.98;
}

.vsty-coach-copy > p {
  max-width: 50ch;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.55;
}

.vsty-coach-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid rgba(17, 13, 24, 0.4);
}

.vsty-coach-signals li {
  min-width: 0;
  padding: 16px 12px 16px 0;
}

.vsty-coach-signals li + li {
  padding-left: 16px;
  border-left: 1px solid rgba(17, 13, 24, 0.4);
}

.vsty-coach-signals b,
.vsty-coach-signals span {
  display: block;
}

.vsty-coach-signals b {
  font-family: "Space Mono", monospace;
  font-size: 11px;
}

.vsty-coach-signals span {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(17, 13, 24, 0.66);
}

@keyframes vstyCoachLean {
  0%, 100% { transform: rotate(-0.6deg) translateY(0); }
  50% { transform: rotate(0.6deg) translateY(-7px); }
}

/* Product proof: a real, lightweight app surface ready to host future video. */
.vsty-product-proof {
  position: relative;
  overflow: hidden;
  padding: 90px clamp(20px, 5vw, 90px);
  color: var(--vsty-ink);
  background: var(--vsty-paper);
  border-top: 1px solid rgba(17, 13, 24, 0.18);
}

.vsty-product-proof::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 9px;
  background: var(--vsty-orange);
}

.vsty-product-inner,
.vsty-trust-inner,
.vsty-faq-inner {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.vsty-section-kicker {
  margin: 0;
  color: var(--vsty-orange);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vsty-product-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.6fr);
  align-items: end;
  gap: 54px;
}

.vsty-product-head h2,
.vsty-home-trust h2,
.vsty-home-faq h2 {
  margin: 14px 0 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.98;
}

.vsty-product-head h2 {
  max-width: 15ch;
}

.vsty-product-head > p {
  max-width: 43ch;
  margin: 0 0 4px;
  color: rgba(17, 13, 24, 0.7);
  font-size: 17px;
  line-height: 1.58;
}

.vsty-app-tabs {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(82px, 1fr));
  min-height: 48px;
  margin-top: 42px;
  padding: 4px;
  background: rgba(17, 13, 24, 0.08);
  border: 1px solid rgba(17, 13, 24, 0.2);
  border-radius: 8px;
}

.vsty-app-tabs button {
  min-height: 38px;
  padding: 8px 17px;
  color: rgba(17, 13, 24, 0.6);
  background: transparent;
  border: 0;
  border-radius: 5px;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: color 220ms ease, background 220ms ease, transform 220ms var(--vsty-ease);
}

.vsty-app-tabs button[aria-selected="true"] {
  color: var(--vsty-paper);
  background: var(--vsty-ink);
}

.vsty-app-tabs button:focus-visible {
  outline: 2px solid var(--vsty-purple);
  outline-offset: 2px;
}

.vsty-product-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(500px, 1fr);
  align-items: end;
  gap: 54px;
  margin-top: 30px;
}

.vsty-product-mascot {
  position: relative;
  min-height: 620px;
  transform: translate3d(0, var(--vsty-parallax-y, 0), 0);
}

.vsty-product-mascot > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.vsty-product-mascot img {
  position: absolute;
  inset: auto 0 0 auto;
  width: min(100%, 400px);
  height: 500px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 30px rgba(17, 13, 24, 0.2));
}

.vsty-product-mascot blockquote {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 0;
  width: min(82%, 290px);
  margin: 0;
  padding: 16px 18px;
  color: var(--vsty-paper);
  background: var(--vsty-ink);
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.48;
  box-shadow: 0 18px 42px rgba(17, 13, 24, 0.18);
}

.vsty-app-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(160px, 0.35fr);
  align-items: center;
  min-height: 760px;
  padding: 42px;
  background: #17101f;
  border: 1px solid rgba(17, 13, 24, 0.38);
  border-radius: 8px;
  box-shadow: 0 38px 90px rgba(17, 13, 24, 0.22);
}

.vsty-app-stage::after {
  content: "VSTY / 01";
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(242, 237, 227, 0.34);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
}

.vsty-app-device {
  position: relative;
  width: min(100%, 370px);
  min-height: 680px;
  margin-inline: auto;
  padding: 10px;
  background: #08070c;
  border: 1px solid rgba(242, 237, 227, 0.22);
  border-radius: 32px;
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.48);
}

.vsty-app-device-top {
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 50%;
  width: 88px;
  height: 22px;
  background: #08070c;
  border-radius: 0 0 13px 13px;
  transform: translateX(-50%);
}

.vsty-app-device-top i {
  display: block;
  width: 34px;
  height: 4px;
  margin: 4px auto 0;
  background: #24202d;
  border-radius: 4px;
}

.vsty-app-screen {
  position: relative;
  min-height: 658px;
  overflow: hidden;
  color: #f4f2ed;
  background: #100d18;
  border-radius: 24px;
}

.vsty-app-panel {
  min-height: 658px;
  padding: 38px 24px 24px;
  animation: vstyAppPanelIn 440ms var(--vsty-ease) both;
}

.vsty-app-panel[hidden] {
  display: none;
}

@keyframes vstyAppPanelIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.vsty-app-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: "Space Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.vsty-app-bar b {
  color: var(--vsty-lilac);
  font-size: 12px;
}

.vsty-app-bar span {
  color: rgba(244, 242, 237, 0.5);
}

.vsty-app-eyebrow {
  margin: 42px 0 0;
  color: var(--vsty-lilac);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.vsty-app-panel h3 {
  margin: 12px 0 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 39px;
  line-height: 0.98;
}

.vsty-app-outfit {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding: 20px 0;
  border-block: 1px solid rgba(215, 201, 251, 0.19);
}

.vsty-app-score {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--vsty-ink);
  background: var(--vsty-orange);
  border-radius: 50%;
  font-family: "Space Mono", monospace;
  font-size: 21px;
  font-weight: 700;
}

.vsty-app-outfit b {
  font-size: 16px;
}

.vsty-app-outfit p {
  margin: 5px 0 0;
  color: rgba(244, 242, 237, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

.vsty-app-reasons {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.vsty-app-reasons li {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(244, 242, 237, 0.09);
  font-size: 11px;
}

.vsty-app-reasons i {
  width: 9px;
  height: 9px;
  background: var(--swatch);
  border-radius: 50%;
}

.vsty-app-reasons span {
  color: rgba(244, 242, 237, 0.48);
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
}

.vsty-app-reasons b {
  font-weight: 600;
}

.vsty-app-mini-dna {
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid rgba(244, 242, 237, 0.22);
  border-radius: 6px;
}

.vsty-app-mini-dna div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 53px;
  padding: 0 16px;
  color: var(--band-ink);
  background: var(--band);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.vsty-app-mini-dna b {
  font-size: 15px;
}

.vsty-app-note {
  margin: 20px 0 0;
  color: rgba(244, 242, 237, 0.58);
  font-size: 12px;
  line-height: 1.52;
}

.vsty-app-streak {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  color: var(--vsty-orange);
}

.vsty-app-streak strong {
  font-family: "Space Mono", monospace;
  font-size: 62px;
  line-height: 1;
}

.vsty-app-streak span {
  color: #f4f2ed;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.vsty-app-streak small {
  color: rgba(244, 242, 237, 0.48);
  font-size: 10px;
  font-weight: 400;
}

.vsty-app-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-top: 28px;
}

.vsty-app-week i {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: rgba(244, 242, 237, 0.38);
  border: 1px solid rgba(244, 242, 237, 0.18);
  border-radius: 50%;
  font-family: "Space Mono", monospace;
  font-size: 9px;
  font-style: normal;
}

.vsty-app-week i.done {
  color: var(--vsty-ink);
  background: var(--vsty-orange);
  border-color: var(--vsty-orange);
}

.vsty-app-level {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(244, 242, 237, 0.12);
}

.vsty-app-level span,
.vsty-app-level small {
  display: block;
  color: rgba(244, 242, 237, 0.56);
  font-family: "Space Mono", monospace;
  font-size: 10px;
}

.vsty-app-level span b {
  color: var(--vsty-lilac);
  font-size: 15px;
}

.vsty-app-level > i {
  display: block;
  height: 8px;
  margin: 12px 0 10px;
  overflow: hidden;
  background: rgba(244, 242, 237, 0.12);
  border-radius: 8px;
}

.vsty-app-level > i b {
  display: block;
  width: 80%;
  height: 100%;
  background: var(--vsty-lilac);
}

.vsty-app-caption {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: baseline;
  gap: 17px 10px;
  padding-left: 26px;
  color: rgba(242, 237, 227, 0.58);
  border-left: 1px solid rgba(242, 237, 227, 0.16);
}

.vsty-app-caption span {
  color: var(--vsty-orange);
  font-family: "Space Mono", monospace;
  font-size: 9px;
}

.vsty-app-caption p {
  margin: 0;
  font-size: 12px;
}

.vsty-app-caption b {
  display: block;
  color: var(--vsty-paper);
  font-size: 14px;
}

/* Trust and FAQ are open bands, not decorative cards. */
.vsty-home-trust {
  padding: 84px clamp(20px, 5vw, 90px);
  color: var(--vsty-paper);
  background: var(--vsty-ink);
  border-top: 1px solid rgba(242, 237, 227, 0.1);
}

.vsty-home-trust h2 {
  max-width: 10ch;
}

.vsty-trust-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-block: 1px solid rgba(242, 237, 227, 0.18);
}

.vsty-trust-points article {
  min-height: 220px;
  padding: 30px 28px 34px 0;
}

.vsty-trust-points article + article {
  padding-left: 28px;
  border-left: 1px solid rgba(242, 237, 227, 0.18);
}

.vsty-trust-points span {
  color: var(--vsty-orange);
  font-family: "Space Mono", monospace;
  font-size: 10px;
}

.vsty-trust-points h3 {
  margin: 28px 0 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 23px;
}

.vsty-trust-points p {
  max-width: 32ch;
  margin: 12px 0 0;
  color: rgba(242, 237, 227, 0.62);
  font-size: 14px;
  line-height: 1.56;
}

.vsty-trust-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  color: var(--vsty-lilac);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.vsty-trust-link:hover span,
.vsty-trust-link:focus-visible span {
  transform: translateX(4px);
}

.vsty-trust-link span {
  transition: transform 220ms var(--vsty-ease);
}

.vsty-home-faq {
  padding: 84px clamp(20px, 5vw, 90px);
  color: var(--vsty-ink);
  background: #fffdf8;
}

.vsty-faq-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(420px, 1fr);
  gap: 90px;
}

.vsty-home-faq header > p:last-child {
  max-width: 36ch;
  margin: 20px 0 0;
  color: rgba(17, 13, 24, 0.62);
  line-height: 1.55;
}

.vsty-faq-list {
  border-top: 1px solid rgba(17, 13, 24, 0.28);
}

.vsty-faq-list details {
  border-bottom: 1px solid rgba(17, 13, 24, 0.22);
}

.vsty-faq-list summary {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 20px;
  min-height: 84px;
  padding: 20px 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.vsty-faq-list summary::-webkit-details-marker {
  display: none;
}

.vsty-faq-list summary span {
  position: relative;
  width: 22px;
  height: 22px;
}

.vsty-faq-list summary span::before,
.vsty-faq-list summary span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 16px;
  height: 2px;
  background: var(--vsty-orange);
  transition: transform 260ms var(--vsty-ease);
}

.vsty-faq-list summary span::after {
  transform: rotate(90deg);
}

.vsty-faq-list details[open] summary span::after {
  transform: rotate(0deg);
}

.vsty-faq-list details p {
  max-width: 63ch;
  margin: -6px 46px 24px 0;
  color: rgba(17, 13, 24, 0.68);
  font-size: 14px;
  line-height: 1.62;
}

.vsty-home-waitlist {
  background: var(--vsty-ink-soft) !important;
  padding-block: 84px !important;
}

.vsty-home-waitlist::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: 36%;
  background: var(--vsty-orange);
  opacity: 0.11;
}

.vsty-waitlist-inner {
  max-width: 980px !important;
}

.vsty-waitlist-form {
  max-width: 720px;
  margin-top: 32px;
  padding: 22px;
  color: var(--vsty-ink);
  background: var(--vsty-paper);
  border: 1px solid rgba(201, 184, 255, 0.22);
  border-radius: 8px;
}

.vsty-waitlist-input {
  color: var(--vsty-ink);
  background: #fffdf8;
  border-color: rgba(17, 13, 24, 0.26);
  border-radius: 8px;
}

.vsty-waitlist-input::placeholder {
  color: rgba(17, 13, 24, 0.46);
}

.vsty-waitlist-send {
  color: var(--vsty-paper);
  background: var(--vsty-ink);
  border-radius: 8px;
}

.vsty-waitlist-send:hover,
.vsty-waitlist-send:focus-visible {
  background: var(--vsty-purple);
}

.vsty-waitlist-consent,
.vsty-waitlist-status {
  color: rgba(17, 13, 24, 0.7);
}

.vsty-waitlist-consent a {
  color: #6747c4;
}

.vsty-waitlist-status[data-kind="ok"] {
  color: #14653c;
}

.vsty-waitlist-status[data-kind="error"] {
  color: #a32f1e;
}

.vsty-nav-cta:focus-visible,
.vsty-primary-cta:focus-visible {
  outline: 2px solid var(--vsty-paper);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .vsty-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr) !important;
    gap: 34px !important;
  }

  .vsty-hero-title {
    font-size: 54px !important;
  }

  .vsty-mascot-line {
    left: -102px;
    width: 220px;
  }

  .vsty-home-waitlist h2 {
    font-size: 50px !important;
  }

  .vsty-home-problem [data-scrolly] {
    font-size: 68px !important;
  }

  .vsty-coach-inner {
    gap: 44px;
  }

  .vsty-coach-copy blockquote {
    font-size: 46px;
  }

  .vsty-product-head h2,
  .vsty-home-trust h2,
  .vsty-home-faq h2 {
    font-size: 50px;
  }
}

@media (max-width: 980px) {
  .vsty-product-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .vsty-product-mascot {
    min-height: 420px;
  }

  .vsty-product-mascot img {
    right: 8%;
    height: 400px;
  }

  .vsty-product-mascot blockquote {
    top: 34px;
    left: 8%;
  }

  .vsty-faq-inner {
    gap: 50px;
  }
}

@media (max-width: 760px) {
  .vsty-home-hero {
    min-height: auto !important;
    padding: 16px 18px 18px !important;
  }

  .vsty-home-hero::before {
    top: 58%;
    width: 46%;
  }

  .vsty-main-nav {
    min-height: 42px;
  }

  .vsty-nav-cta {
    min-height: 40px;
    padding: 9px 14px !important;
    font-size: 10px !important;
  }

  .vsty-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 4px !important;
    padding: 28px 0 0 !important;
  }

  .vsty-hero-kicker {
    margin-bottom: 14px !important;
    font-size: 10px !important;
  }

  .vsty-hero-title {
    max-width: 12ch;
    font-size: 42px !important;
    line-height: 0.96 !important;
  }

  .vsty-hero-lead {
    max-width: 100% !important;
    margin-top: 16px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .vsty-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: 20px !important;
  }

  .vsty-hero-actions a {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px !important;
    font-size: 12px !important;
  }

  .vsty-hero-meta {
    gap: 7px !important;
    margin-top: 16px !important;
    font-size: 10.5px !important;
  }

  .vsty-hero-mascot {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 198px;
    margin: -24px 0 0 !important;
  }

  .vsty-hero-mascot [data-mascot-hero] {
    width: 158px !important;
    max-height: 210px !important;
    margin-left: auto;
  }

  .vsty-mascot-line {
    left: 0;
    bottom: 24px;
    width: 168px;
    padding: 11px 12px;
  }

  .vsty-mascot-line::after {
    right: -7px;
    bottom: 22px;
    width: 12px;
    height: 12px;
  }

  .vsty-mascot-line span {
    margin-bottom: 4px;
    font-size: 9px;
  }

  .vsty-mascot-line p {
    font-size: 12px;
  }

  .vsty-dna-dock {
    padding: 11px 12px 10px;
  }

  .vsty-dna-dock-head {
    font-size: 9px;
  }

  .vsty-dna-track {
    height: 24px;
  }

  .vsty-gene-list {
    gap: 4px;
    font-size: 8px;
  }

  .vsty-gene-list li {
    white-space: normal;
  }

  .vsty-home-waitlist,
  .vsty-product-proof,
  .vsty-home-trust,
  .vsty-home-faq {
    padding-block: 60px !important;
  }

  .vsty-home-waitlist h2 {
    font-size: 42px !important;
  }

  .vsty-home-problem {
    padding: 60px 18px !important;
  }

  .vsty-problem-bottom {
    margin-top: 44px !important;
  }

  .vsty-home-problem [data-scrolly] {
    max-width: 100% !important;
    font-size: 44px !important;
  }

  .vsty-home-problem [data-scrolly] + [data-scrolly] {
    max-width: 100% !important;
  }

  .vsty-home-problem p {
    font-size: 17px !important;
  }

  .vsty-coach-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 66px 18px 0;
  }

  .vsty-coach-copy {
    order: 1;
    padding-bottom: 0;
  }

  .vsty-coach-copy blockquote {
    max-width: 12ch;
    font-size: 40px;
  }

  .vsty-coach-copy > p {
    font-size: 16px;
  }

  .vsty-coach-signals {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .vsty-coach-signals li {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    padding: 12px 0;
  }

  .vsty-coach-signals li + li {
    padding-left: 0;
    border-top: 1px solid rgba(17, 13, 24, 0.4);
    border-left: 0;
  }

  .vsty-coach-signals span {
    margin-top: 0;
  }

  .vsty-coach-visual {
    order: 2;
    min-height: 390px;
  }

  .vsty-coach-visual img {
    height: 380px;
  }

  .vsty-home-waitlist::before {
    width: 14px;
    opacity: 0.84;
  }

  .vsty-waitlist-form {
    padding: 16px;
  }

  .vsty-waitlist-input,
  .vsty-waitlist-send {
    border-radius: 7px;
  }

  .vsty-product-proof,
  .vsty-home-trust,
  .vsty-home-faq {
    padding-inline: 18px;
  }

  .vsty-product-head,
  .vsty-faq-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .vsty-product-head { gap: 18px; }

  .vsty-product-head h2,
  .vsty-home-trust h2,
  .vsty-home-faq h2 {
    font-size: 42px;
  }

  .vsty-product-head > p {
    font-size: 15px;
  }

  .vsty-app-tabs {
    width: 100%;
    margin-top: 22px;
  }

  .vsty-app-tabs button {
    padding-inline: 8px;
  }

  .vsty-product-layout {
    gap: 18px;
  }

  .vsty-product-mascot {
    min-height: 260px;
  }

  .vsty-product-mascot img {
    right: -5%;
    width: 76%;
    height: 230px;
  }

  .vsty-product-mascot > span {
    top: 0;
  }

  .vsty-product-mascot blockquote {
    top: 24px;
    left: 0;
    width: 62%;
    font-size: 12px;
  }

  .vsty-app-stage {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 28px 16px 20px;
  }

  .vsty-app-device {
    min-height: 650px;
  }

  .vsty-app-screen,
  .vsty-app-panel {
    min-height: 628px;
  }

  .vsty-app-panel {
    padding-inline: 18px;
  }

  .vsty-app-panel h3 {
    font-size: 34px;
  }

  .vsty-app-caption {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
    padding: 14px 0 0;
    border-top: 1px solid rgba(242, 237, 227, 0.16);
    border-left: 0;
    text-align: center;
  }

  .vsty-app-caption span { display: none; }
  .vsty-app-caption p { font-size: 10px; }
  .vsty-app-caption b { font-size: 12px; }

  .vsty-trust-points {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 38px;
  }

  .vsty-trust-points article {
    min-height: 0;
    padding: 26px 0;
  }

  .vsty-trust-points article + article {
    padding-left: 0;
    border-top: 1px solid rgba(242, 237, 227, 0.18);
    border-left: 0;
  }

  .vsty-trust-points h3 {
    margin-top: 18px;
  }

  .vsty-faq-list {
    margin-top: 20px;
  }

  .vsty-faq-list summary {
    min-height: 74px;
    font-size: 17px;
  }

  .vsty-faq-list details p {
    margin-right: 34px;
  }
}

@media (max-width: 400px) {
  .vsty-hero-title,
  .vsty-home-waitlist h2 {
    font-size: 38px !important;
  }

  .vsty-home-problem [data-scrolly] {
    font-size: 40px !important;
  }

  .vsty-coach-copy blockquote {
    font-size: 36px;
  }

  .vsty-product-head h2,
  .vsty-home-trust h2,
  .vsty-home-faq h2 {
    font-size: 38px;
  }

  .vsty-app-device {
    min-height: 630px;
  }

  .vsty-app-screen,
  .vsty-app-panel {
    min-height: 608px;
  }
}

@media (max-width: 350px) {
  .vsty-hero-title {
    font-size: 34px !important;
  }
}

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

  .vsty-dna-track path,
  .vsty-dna-dot,
  .vsty-coach-visual img,
  .vsty-app-panel {
    animation: none !important;
  }
}

/* ============================================================
   APP ALIGNMENT 2026 - internal views and DNA motion
   ============================================================ */

/* The hero sequence reads as a real double helix: solid strands, base pairs,
   a traveling signal and two softer analysis sweeps. */
.vsty-dna-track path {
  animation: none;
}

.vsty-dna-track .vsty-dna-base {
  stroke-dasharray: none;
  stroke-width: 2.4;
  opacity: 0.68;
}

.vsty-dna-track .vsty-dna-strand-a {
  stroke: var(--vsty-purple);
}

.vsty-dna-track .vsty-dna-strand-b {
  stroke: var(--vsty-lilac);
}

.vsty-dna-rungs line {
  stroke: rgba(201, 184, 255, 0.42);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
  animation: vstyDnaRungs 3.6s ease-in-out infinite;
}

.vsty-dna-rungs line:nth-child(even) {
  animation-delay: -1.8s;
}

.vsty-dna-track .vsty-dna-pulse {
  stroke: #f2ede3;
  stroke-width: 3.1;
  stroke-dasharray: 14 86;
  stroke-linecap: round;
  opacity: 0.92;
  animation: vstyDnaSweep 6.8s linear infinite;
}

.vsty-dna-track .vsty-dna-pulse-b {
  stroke: #b49cfb;
  animation-delay: -3.4s;
}

.vsty-dna-traveler {
  fill: var(--vsty-orange);
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 5px rgba(244, 91, 53, 0.92));
}

.vsty-dna-track .vsty-dna-dot {
  display: none;
}

@keyframes vstyDnaSweep {
  to { stroke-dashoffset: -100; }
}

@keyframes vstyDnaRungs {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.78; }
}

/* The paper section keeps the original lilac mark on a dark support. */
.vsty-home-problem [data-vsty-inline-logo="problem"] {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}

/* Method view */
.vsty-method-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 64px;
  padding: 10px max(24px, calc((100% - 1280px) / 2)) !important;
  background: rgba(17, 13, 24, 0.94) !important;
  backdrop-filter: blur(18px);
}

.vsty-method-topbar button {
  min-height: 42px;
  border-radius: 8px !important;
}

.vsty-method-intro {
  position: relative;
  overflow: hidden;
  color: var(--vsty-paper);
  background: var(--vsty-ink);
  border-bottom: 1px solid rgba(201, 184, 255, 0.18);
}

.vsty-method-intro::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 18px;
  background: var(--vsty-orange);
}

.vsty-method-intro-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.78fr);
  gap: 64px;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 650px;
  margin: 0 auto;
  padding: 70px 52px 0;
}

.vsty-method-kicker {
  color: var(--vsty-lilac);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.vsty-method-intro h1 {
  max-width: 11ch;
  margin: 18px 0 0;
  color: var(--vsty-paper);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 0.96;
}

.vsty-method-intro-copy > p {
  max-width: 48ch;
  margin: 22px 0 0;
  color: rgba(242, 237, 227, 0.72);
  font-size: 18px;
  line-height: 1.56;
}

.vsty-method-genes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid rgba(201, 184, 255, 0.3);
  border-bottom: 1px solid rgba(201, 184, 255, 0.3);
  list-style: none;
}

.vsty-method-genes li {
  min-width: 0;
  padding: 14px 10px;
}

.vsty-method-genes li + li {
  border-left: 1px solid rgba(201, 184, 255, 0.2);
}

.vsty-method-genes b,
.vsty-method-genes span {
  display: block;
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
}

.vsty-method-genes b {
  color: var(--vsty-orange);
  font-size: 10px;
}

.vsty-method-genes span {
  margin-top: 5px;
  color: rgba(242, 237, 227, 0.76);
  font-size: 10px;
}

.vsty-method-guide {
  position: relative;
  align-self: stretch;
  display: grid;
  place-items: end center;
  min-height: 580px;
  overflow: hidden;
  background: var(--vsty-orange);
  border-radius: 8px 8px 0 0;
}

.vsty-method-guide::before {
  content: "DNA / 5 GENI";
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(17, 13, 24, 0.72);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  font-weight: 700;
}

.vsty-method-guide img {
  width: min(88%, 420px);
  max-height: 555px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 30px rgba(17, 13, 24, 0.28));
}

.vsty-method-guide blockquote {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(74%, 290px);
  margin: 0;
  padding: 14px 16px;
  color: var(--vsty-paper);
  background: rgba(17, 13, 24, 0.94);
  border: 1px solid rgba(201, 184, 255, 0.38);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.42;
}

.vsty-method-guide blockquote span {
  display: block;
  margin-bottom: 5px;
  color: var(--vsty-orange);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.vsty-method-section {
  padding-block: 96px !important;
}

.vsty-method-fit {
  background: #17101f !important;
}

.vsty-method-style-dna {
  background: #322052 !important;
  border-top: 14px solid var(--vsty-orange) !important;
}

.vsty-method-outfits {
  color: #17111f !important;
  background: var(--vsty-paper) !important;
  border-top-color: rgba(23, 17, 31, 0.16) !important;
}

.vsty-method-outfits > div > div[data-inview] {
  color: #6a4bb8 !important;
}

.vsty-method-outfits > div > h2,
.vsty-method-outfits > div > p {
  color: #17111f !important;
}

.vsty-method-outfits > div > p {
  opacity: 0.72;
}

[data-view="metodo"] [data-fit-diagram],
[data-view="metodo"] [data-dna-card],
[data-view="metodo"] [data-dna-layer-panel],
[data-view="metodo"] [data-outcard],
[data-view="metodo"] [data-outcard-glow] {
  border-radius: 8px !important;
}

[data-view="metodo"] button,
[data-view="metodo"] [data-lever],
[data-view="metodo"] [data-dna-layer-panel] > div,
[data-view="metodo"] [data-outcard] > div:last-child > div {
  border-radius: 7px !important;
}

[data-view="metodo"] [data-outcard] {
  box-shadow: 0 26px 64px rgba(17, 13, 24, 0.22) !important;
}

/* Shared internal-page language */
.vsty-legal-page {
  --page-accent: var(--vsty-orange);
  --page-accent-rgb: 244, 91, 53;
  color: var(--vsty-paper);
  background: #120e19;
}

.vsty-privacy-page {
  --page-accent: var(--vsty-lilac);
  --page-accent-rgb: 201, 184, 255;
}

.vsty-contact-page {
  --page-accent: var(--vsty-mint);
  --page-accent-rgb: 105, 217, 207;
}

.vsty-legal-page *,
.vsty-legal-page *::before,
.vsty-legal-page *::after {
  letter-spacing: 0 !important;
}

.vsty-legal-topbar {
  background: rgba(17, 13, 24, 0.95);
  border-bottom-color: rgba(201, 184, 255, 0.16);
}

.vsty-legal-topbar-inner {
  max-width: 1180px;
  min-height: 64px;
}

.vsty-legal-home {
  min-height: 40px;
  border-radius: 8px;
}

.vsty-legal-logo {
  width: 98px;
}

.vsty-legal-main {
  padding-top: 54px;
}

.vsty-terms-main {
  max-width: 1180px;
}

.vsty-terms-hero {
  align-items: center;
  padding: 46px;
  color: #17111f;
  background: var(--vsty-paper);
  border-left: 14px solid var(--page-accent);
}

.vsty-terms-hero .vsty-kicker {
  color: #6748b5;
}

.vsty-terms-hero .vsty-legal-title,
.vsty-terms-hero .vsty-legal-lead {
  color: #17111f;
}

.vsty-terms-hero .vsty-legal-lead {
  opacity: 0.76;
}

.vsty-terms-hero .vsty-meta {
  color: rgba(23, 17, 31, 0.58);
}

.vsty-terms-stamp {
  min-height: 230px;
  padding: 26px;
  color: #17111f;
  background: var(--page-accent);
  border: 1px solid rgba(23, 17, 31, 0.22);
  border-radius: 8px;
  box-shadow: 12px 12px 0 rgba(23, 17, 31, 0.92);
  transform: rotate(1.2deg);
  animation: vstyInternalStamp 6s ease-in-out infinite;
}

.vsty-terms-stamp::after {
  display: none;
}

.vsty-terms-stamp img {
  width: min(100%, 160px);
  opacity: 1;
  filter: none;
  animation: none;
}

.vsty-terms-stamp span {
  color: rgba(23, 17, 31, 0.62);
}

.vsty-terms-stamp strong {
  color: #17111f;
}

@keyframes vstyInternalStamp {
  0%, 100% { transform: translateY(0) rotate(1.2deg); }
  50% { transform: translateY(-5px) rotate(0.4deg); }
}

.vsty-terms-brief {
  gap: 10px;
  margin-top: 22px;
}

.vsty-terms-brief div {
  min-height: 154px;
  padding: 20px;
  background: #1d1628;
  border-radius: 8px;
  box-shadow: none;
}

.vsty-terms-brief div::after {
  height: 4px;
  background: rgba(var(--terms-accent-rgb), 1);
}

.vsty-terms-brief div:hover,
.vsty-terms-brief div:focus-within {
  translate: 0 -2px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.vsty-terms-brief span,
.vsty-terms-tag {
  border-radius: 6px;
}

.vsty-terms-stack {
  gap: 10px;
  margin-top: 44px;
}

.vsty-terms-card {
  min-height: 166px;
  background: #1b1524;
  border-radius: 8px;
  box-shadow: none;
}

.vsty-terms-card::before {
  display: none;
}

.vsty-terms-card::after {
  inset: 0 auto 0 0;
  width: 4px;
  height: auto;
  background: rgba(var(--terms-accent-rgb), 0.92);
  opacity: 1;
  transform: none;
}

.vsty-terms-card:hover,
.vsty-terms-card:focus-within {
  translate: 0 -2px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.vsty-terms-card-number {
  text-shadow: none;
}

.vsty-terms-contact {
  margin-top: 54px;
  color: #17111f;
  background: var(--page-accent);
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.vsty-terms-contact::before,
.vsty-terms-contact::after {
  display: none;
}

.vsty-terms-contact .vsty-kicker,
.vsty-terms-contact h2,
.vsty-terms-contact p:not(.vsty-kicker) {
  color: #17111f;
}

.vsty-terms-contact p:not(.vsty-kicker) {
  opacity: 0.72;
}

.vsty-terms-contact-button {
  color: var(--vsty-paper);
  background: #17111f;
  border-radius: 7px;
  box-shadow: none;
}

.vsty-terms-contact-button:hover,
.vsty-terms-contact-button:focus-visible {
  color: #17111f;
  background: var(--vsty-paper);
  box-shadow: none;
}

.vsty-contact-choice[open] {
  background: #21192c;
}

.vsty-contact-social-links a,
.vsty-contact-inline-link {
  border-radius: 7px;
}

.vsty-legal-footer {
  max-width: 1180px;
}

/* About */
.vsty-about-main {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 44px 100px;
}

.vsty-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  gap: 54px;
  align-items: center;
  min-height: 630px;
}

.vsty-about-hero h1 {
  max-width: 10ch;
  margin: 18px 0 0;
  color: var(--vsty-paper);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 68px;
  font-weight: 900;
  line-height: 0.95;
}

.vsty-about-lead {
  max-width: 43ch;
  margin: 24px 0 0;
  color: rgba(242, 237, 227, 0.72);
  font-size: 19px;
  line-height: 1.56;
}

.vsty-about-signature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
  color: rgba(242, 237, 227, 0.64);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  line-height: 1.45;
  text-transform: uppercase;
}

.vsty-about-signature b {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #17111f;
  background: var(--vsty-orange);
  border-radius: 7px;
  font-size: 14px;
}

.vsty-about-mascot {
  position: relative;
  align-self: stretch;
  display: grid;
  place-items: end center;
  min-height: 570px;
  overflow: hidden;
  background: var(--vsty-orange);
  border-radius: 8px;
}

.vsty-about-mascot::before {
  content: "VESTY / ORIGIN";
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(23, 17, 31, 0.66);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  font-weight: 700;
}

.vsty-about-mascot img {
  width: min(92%, 440px);
  max-height: 545px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 30px rgba(23, 17, 31, 0.24));
}

.vsty-about-mascot blockquote {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: min(75%, 286px);
  margin: 0;
  padding: 14px 16px;
  color: var(--vsty-paper);
  background: rgba(23, 17, 31, 0.94);
  border: 1px solid rgba(201, 184, 255, 0.42);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.42;
}

.vsty-about-mascot blockquote span {
  display: block;
  margin-bottom: 5px;
  color: var(--vsty-orange);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.vsty-about-origin {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 54px;
  margin-inline: -44px;
  padding: 80px 44px;
  color: #17111f;
  background: var(--vsty-paper);
}

.vsty-about-origin-index b,
.vsty-about-origin-index span {
  display: block;
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
}

.vsty-about-origin-index b {
  color: var(--vsty-orange);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 64px;
  line-height: 0.9;
}

.vsty-about-origin-index span {
  margin-top: 12px;
  color: rgba(23, 17, 31, 0.62);
  font-size: 10px;
}

.vsty-about-origin h2,
.vsty-about-statement h2,
.vsty-about-closing h2 {
  margin: 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.vsty-about-origin article > p {
  max-width: 62ch;
  margin: 22px 0 0;
  color: rgba(23, 17, 31, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

.vsty-about-statement {
  margin-inline: -44px;
  padding: 82px 44px;
  color: #17111f;
  background: var(--vsty-orange);
}

.vsty-about-statement .vsty-kicker {
  color: rgba(23, 17, 31, 0.62);
}

.vsty-about-statement h2 {
  max-width: 18ch;
  margin-top: 14px;
}

.vsty-about-statement > p:last-child {
  max-width: 58ch;
  margin: 22px 0 0;
  color: rgba(23, 17, 31, 0.76);
  font-size: 18px;
  line-height: 1.6;
}

.vsty-about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 72px 0;
}

.vsty-about-principles article {
  min-width: 0;
  padding: 26px;
  background: #1d1628;
  border: 1px solid rgba(201, 184, 255, 0.18);
  border-radius: 8px;
}

.vsty-about-principles b {
  color: var(--vsty-mint);
  font-family: "Space Mono", monospace;
  font-size: 11px;
}

.vsty-about-principles h2 {
  margin: 34px 0 0;
  color: var(--vsty-paper);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.04;
}

.vsty-about-principles p {
  margin: 12px 0 0;
  color: rgba(242, 237, 227, 0.68);
  font-size: 15px;
  line-height: 1.55;
}

.vsty-about-closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  padding-top: 54px;
  border-top: 1px solid rgba(201, 184, 255, 0.22);
}

.vsty-about-closing h2 {
  max-width: 16ch;
  margin-top: 14px;
}

.vsty-about-closing p:last-child {
  margin: 14px 0 0;
  color: rgba(242, 237, 227, 0.68);
  font-size: 17px;
}

.vsty-about-actions {
  display: grid;
  gap: 9px;
  min-width: 250px;
}

.vsty-about-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  color: #17111f;
  background: var(--vsty-orange);
  border: 1px solid var(--vsty-orange);
  border-radius: 7px;
  text-decoration: none;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.vsty-about-actions a + a {
  color: var(--vsty-paper);
  background: transparent;
  border-color: rgba(242, 237, 227, 0.3);
}

@media (max-width: 900px) {
  .vsty-method-intro-inner,
  .vsty-about-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .vsty-method-intro-inner {
    gap: 44px;
    padding-top: 66px;
  }

  .vsty-method-guide,
  .vsty-about-mascot {
    min-height: 500px;
  }

  .vsty-about-principles {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 680px) {
  .vsty-legal-main {
    padding-top: 28px;
  }

  .vsty-method-topbar {
    min-height: 58px;
    padding-inline: 16px !important;
  }

  .vsty-method-topbar a {
    width: 82px !important;
  }

  .vsty-method-topbar button {
    padding: 9px 12px !important;
    font-size: 10px !important;
  }

  .vsty-method-intro::before {
    width: 8px;
  }

  .vsty-method-intro-inner {
    gap: 32px;
    min-height: 0;
    padding: 58px 18px 0;
  }

  .vsty-method-intro h1,
  .vsty-about-hero h1 {
    font-size: 44px;
  }

  .vsty-method-intro-copy > p,
  .vsty-about-lead {
    font-size: 16px;
  }

  .vsty-method-genes {
    margin-top: 28px;
  }

  .vsty-method-genes li {
    padding: 11px 5px;
  }

  .vsty-method-genes b,
  .vsty-method-genes span {
    font-size: 8px;
  }

  .vsty-method-guide {
    min-height: 430px;
  }

  .vsty-method-guide img {
    max-height: 420px;
  }

  .vsty-method-section {
    padding-block: 72px !important;
  }

  .vsty-terms-hero {
    padding: 24px 22px 28px;
    border-left-width: 8px;
  }

  .vsty-terms-stamp {
    width: 100%;
    min-height: 148px;
    padding: 18px;
    box-shadow: 7px 7px 0 rgba(23, 17, 31, 0.92);
  }

  .vsty-terms-stamp img {
    width: 118px;
  }

  .vsty-about-main {
    padding: 42px 18px 76px;
  }

  .vsty-about-hero {
    gap: 30px;
    min-height: 0;
  }

  .vsty-about-mascot {
    min-height: 430px;
  }

  .vsty-about-mascot img {
    max-height: 420px;
  }

  .vsty-about-origin,
  .vsty-about-statement {
    margin-inline: -18px;
    padding: 60px 18px;
  }

  .vsty-about-origin {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .vsty-about-origin-index b {
    font-size: 50px;
  }

  .vsty-about-origin h2,
  .vsty-about-statement h2,
  .vsty-about-closing h2 {
    font-size: 36px;
  }

  .vsty-about-principles {
    padding-block: 50px;
  }

  .vsty-about-closing {
    grid-template-columns: minmax(0, 1fr);
  }

  .vsty-about-actions {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vsty-dna-track .vsty-dna-pulse,
  .vsty-dna-track .vsty-dna-traveler {
    display: none;
  }

  .vsty-dna-rungs line,
  .vsty-terms-stamp {
    animation: none !important;
  }

  .vsty-dna-track .vsty-dna-dot {
    display: block;
    animation: none !important;
  }
}

/* ============================================================
   KINETIC SYSTEM 2026
   Motion is transform/opacity only, pauses off-screen and has a
   complete reduced-motion fallback. Brand colors are never filtered.
   ============================================================ */

.vsty-scroll-progress {
  position: fixed;
  z-index: 200;
  inset: 0 0 auto;
  height: 3px;
  overflow: hidden;
  background: rgba(17, 13, 24, 0.28);
  pointer-events: none;
}

.vsty-scroll-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--vsty-orange) 0 34%, var(--vsty-lilac) 34% 68%, var(--vsty-mint) 68% 100%);
  transform: scaleX(var(--vsty-page-progress, 0));
  transform-origin: left center;
  transition: transform 80ms linear;
}

body[data-vsty-scrolling="true"] .vsty-legal-topbar,
body[data-vsty-scrolling="true"] .vsty-method-topbar {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

html[data-vsty-motion-ready] [data-motion] {
  --vsty-motion-offset: 28px;
  --vsty-parallax-y: 0px;
  opacity: 0;
  transform: translate3d(0, calc(var(--vsty-motion-offset) + var(--vsty-parallax-y)), 0);
  transition:
    opacity 760ms var(--vsty-ease),
    transform 920ms var(--vsty-ease);
  will-change: transform, opacity;
}

html[data-vsty-motion-ready] [data-motion][data-motion-in] {
  --vsty-motion-offset: 0px;
  opacity: 1;
}

@keyframes vstyHeroArrival {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/* Il titolo resta LCP-eligible: compare subito e conserva solo il gesto di arrivo. */
@keyframes vstyHeroTitleArrival {
  from {
    opacity: 1;
    transform: translate3d(0, 18px, 0) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

[data-view="home"] .vsty-main-nav,
[data-view="home"] .vsty-hero-kicker,
[data-view="home"] .vsty-hero-title,
[data-view="home"] .vsty-hero-lead,
[data-view="home"] .vsty-hero-actions,
[data-view="home"] .vsty-hero-meta,
[data-view="home"] .vsty-hero-mascot {
  animation: vstyHeroArrival 900ms var(--vsty-ease) both;
}

[data-view="home"] .vsty-main-nav { animation-delay: 40ms; }
[data-view="home"] .vsty-hero-kicker { animation-delay: 120ms; }
[data-view="home"] .vsty-hero-title { animation-delay: 190ms; }
[data-view="home"] .vsty-hero-title { animation-name: vstyHeroTitleArrival; }
[data-view="home"] .vsty-hero-lead { animation-delay: 270ms; }
[data-view="home"] .vsty-hero-actions { animation-delay: 350ms; }
[data-view="home"] .vsty-hero-meta { animation-delay: 430ms; }
[data-view="home"] .vsty-hero-mascot { animation-delay: 240ms; }

@keyframes vstyHeroMascot {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-0.7deg); }
  35% { transform: translate3d(3px, -9px, 0) rotate(0.7deg); }
  70% { transform: translate3d(-2px, -4px, 0) rotate(-0.2deg); }
}

.vsty-hero-mascot [data-mascot-hero] {
  animation: vstyHeroMascot 7.2s cubic-bezier(0.45, 0, 0.55, 1) infinite !important;
}

/* Hero DNA: two signals, five nodes and a pointer-responsive scan line. */
.vsty-dna-track {
  --vsty-dna-focus: 50%;
}

.vsty-dna-track::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 2px;
  bottom: 2px;
  left: var(--vsty-dna-focus);
  width: 1px;
  background: var(--vsty-paper);
  box-shadow: 0 0 12px rgba(201, 184, 255, 0.78);
  opacity: 0;
  transform: translateX(-50%) scaleY(0.4);
  transition: opacity 180ms ease, transform 360ms var(--vsty-ease), left 90ms linear;
  pointer-events: none;
}

.vsty-dna-track[data-vsty-dna-hot="true"]::after {
  opacity: 0.72;
  transform: translateX(-50%) scaleY(1);
}

.vsty-dna-track svg {
  transform-origin: center;
  animation: vstyDnaBreathe 5.2s ease-in-out infinite;
}

.vsty-dna-track[data-vsty-dna-hot="true"] .vsty-dna-pulse {
  animation-duration: 3.4s;
}

.vsty-dna-nodes circle {
  fill: var(--vsty-paper);
  stroke: var(--vsty-purple);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  animation: vstyDnaNode 2.8s ease-in-out infinite;
}

.vsty-dna-nodes circle:nth-child(2) { animation-delay: -0.56s; }
.vsty-dna-nodes circle:nth-child(3) { animation-delay: -1.12s; }
.vsty-dna-nodes circle:nth-child(4) { animation-delay: -1.68s; }
.vsty-dna-nodes circle:nth-child(5) { animation-delay: -2.24s; }

.vsty-dna-traveler-secondary {
  fill: var(--vsty-lilac);
  stroke: rgba(17, 13, 24, 0.86);
  filter: drop-shadow(0 0 5px rgba(201, 184, 255, 0.9));
}

.vsty-gene-list li {
  transition: color 260ms ease, transform 360ms var(--vsty-ease);
}

.vsty-gene-list li:hover {
  color: var(--vsty-paper);
  transform: translateY(-2px);
}

@keyframes vstyDnaBreathe {
  0%, 100% { transform: scaleY(0.88); }
  50% { transform: scaleY(1.08); }
}

@keyframes vstyDnaNode {
  0%, 100% { opacity: 0.42; transform: scale(0.72); }
  50% { opacity: 1; transform: scale(1.18); }
}

/* Problem: the lilac logo sits on ink instead of being recolored. */
.vsty-problem-bottom {
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr) !important;
  align-items: center !important;
}

.vsty-problem-brand-stage {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  background: #2b1d3b;
  border: 1px solid rgba(17, 13, 24, 0.88);
  border-radius: 8px;
  box-shadow: 12px 12px 0 var(--vsty-orange);
}

.vsty-problem-brand-stage::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--vsty-lilac);
}

.vsty-problem-brand-copy[data-vsty-logo-line] {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 27px;
  align-items: flex-start;
  width: 54%;
  max-width: 250px;
  gap: 12px;
  filter: none;
  text-align: left;
}

.vsty-problem-brand-copy small {
  color: rgba(242, 237, 227, 0.58);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  font-weight: 700;
}

.vsty-problem-logo-plaque {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 105px;
  overflow: hidden;
  padding: 18px 20px;
  background: var(--vsty-ink);
  border: 1px solid rgba(201, 184, 255, 0.42);
  border-radius: 7px;
}

.vsty-problem-logo-plaque::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--vsty-lilac);
  opacity: 0.68;
  animation: vstyLogoScan 5.6s var(--vsty-ease) infinite;
}

.vsty-home-problem [data-vsty-inline-logo="problem"] {
  display: block;
  width: min(100%, 190px) !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: none !important;
}

.vsty-problem-brand-copy strong {
  color: var(--vsty-orange);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 900;
  line-height: 0.96;
}

.vsty-problem-peek {
  position: absolute;
  z-index: 1;
  right: -18px;
  bottom: -148px;
  width: min(58%, 280px);
  max-width: none;
  filter: drop-shadow(-18px 24px 28px rgba(17, 13, 24, 0.34));
  transform-origin: right center;
  animation: vstyPeek 6.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes vstyLogoScan {
  0%, 16% { transform: translateX(-4px); opacity: 0; }
  30% { opacity: 0.68; }
  72% { transform: translateX(226px); opacity: 0.68; }
  86%, 100% { transform: translateX(226px); opacity: 0; }
}

@keyframes vstyPeek {
  0%, 100% { transform: translate3d(12px, 4px, 0) rotate(0.8deg); }
  48% { transform: translate3d(0, -4px, 0) rotate(-0.5deg); }
}

/* Waitlist becomes a two-part ending with a walking mascot. */
.vsty-waitlist-inner {
  max-width: 1180px !important;
}

.vsty-waitlist-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.vsty-waitlist-copy {
  min-width: 0;
}

.vsty-waitlist-mascot {
  position: relative;
  align-self: stretch;
  min-height: 610px;
  overflow: hidden;
  background: var(--vsty-orange);
  border: 1px solid rgba(17, 13, 24, 0.72);
  border-radius: 8px;
}

.vsty-waitlist-mascot > span {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  color: rgba(17, 13, 24, 0.68);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  font-weight: 700;
}

.vsty-waitlist-mascot img {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 50%;
  width: auto;
  height: calc(100% - 24px);
  max-width: 92%;
  object-fit: contain;
  object-position: center top;
  translate: -50% 0;
  filter: drop-shadow(0 24px 30px rgba(17, 13, 24, 0.26));
  transform-origin: 52% 86%;
  animation: vstyWalkGait 2.8s ease-in-out infinite;
}

.vsty-waitlist-mascot blockquote {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  left: 14px;
  margin: 0;
  padding: 14px 15px;
  color: var(--vsty-paper);
  background: rgba(17, 13, 24, 0.95);
  border: 1px solid rgba(201, 184, 255, 0.36);
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.4;
}

.vsty-waitlist-mascot blockquote b {
  display: block;
  margin-bottom: 4px;
  color: var(--vsty-orange);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  text-transform: uppercase;
}

@keyframes vstyWalkGait {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-0.5deg); }
  50% { transform: translate3d(3px, -7px, 0) rotate(0.5deg); }
}

/* Method coach note: the third new pose supports the color analysis. */
.vsty-method-thinker {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  align-items: center;
  min-height: 188px;
  margin-bottom: 28px;
  overflow: hidden;
  color: var(--vsty-ink);
  background: var(--vsty-paper);
  border-left: 6px solid var(--vsty-orange);
  border-radius: 8px;
}

.vsty-method-thinker img {
  align-self: end;
  width: 150px;
  max-width: none;
  margin: 18px 0 -34px -6px;
  filter: drop-shadow(8px 18px 22px rgba(17, 13, 24, 0.2));
  transform-origin: 50% 78%;
  animation: vstyThink 6.4s ease-in-out infinite;
}

.vsty-method-thinker blockquote {
  margin: 0;
  padding: 22px 18px 22px 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.42;
}

.vsty-method-thinker blockquote span {
  display: block;
  margin-bottom: 7px;
  color: #6d4ac8;
  font-family: "Space Mono", monospace;
  font-size: 9px;
  text-transform: uppercase;
}

@keyframes vstyThink {
  0%, 100% { transform: translateY(0) rotate(-0.35deg); }
  50% { transform: translateY(-5px) rotate(0.35deg); }
}

/* Internal pages keep the logo lilac on an ink plaque. */
.vsty-terms-stamp img {
  box-sizing: border-box;
  width: min(100%, 174px);
  padding: 14px 17px;
  opacity: 1;
  background: var(--vsty-ink);
  border: 1px solid rgba(201, 184, 255, 0.4);
  border-radius: 7px;
  filter: none;
}

.vsty-method-guide img,
.vsty-about-mascot img {
  transform-origin: 50% 78%;
  animation: vstyGuideFloat 7.4s ease-in-out infinite;
}

@keyframes vstyGuideFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-0.35deg); }
  50% { transform: translate3d(0, -7px, 0) rotate(0.35deg); }
}

.vsty-terms-card,
.vsty-terms-brief > div,
.vsty-about-principles article {
  transition:
    transform 420ms var(--vsty-ease),
    border-color 300ms ease,
    box-shadow 420ms var(--vsty-ease);
}

.vsty-terms-card:hover,
.vsty-terms-card:focus-within,
.vsty-terms-brief > div:hover,
.vsty-terms-brief > div:focus-within,
.vsty-about-principles article:hover {
  translate: 0;
  transform: translateY(-4px);
}

.vsty-terms-card-number {
  transition: color 260ms ease, transform 360ms var(--vsty-ease);
}

.vsty-terms-card:hover .vsty-terms-card-number,
.vsty-terms-card:focus-within .vsty-terms-card-number {
  color: var(--page-accent);
  transform: translateX(3px);
}

@media (max-width: 1100px) {
  .vsty-problem-bottom {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .vsty-problem-brand-stage {
    width: min(100%, 680px);
    justify-self: end;
  }

  .vsty-waitlist-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.66fr);
    gap: 32px;
  }
}

@media (max-width: 860px) {
  .vsty-waitlist-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .vsty-waitlist-mascot {
    width: min(100%, 520px);
    min-height: 390px;
    justify-self: center;
  }

}

@media (max-width: 560px) {
  .vsty-problem-brand-stage {
    min-height: 300px;
    box-shadow: 7px 7px 0 var(--vsty-orange);
  }

  .vsty-problem-brand-copy[data-vsty-logo-line] {
    top: 18px;
    left: 18px;
    width: 55%;
    gap: 9px;
  }

  .vsty-problem-logo-plaque {
    min-height: 84px;
    padding: 14px;
  }

  .vsty-problem-brand-copy strong {
    font-size: 30px;
  }

  .vsty-problem-peek {
    right: -20px;
    bottom: -116px;
    width: 62%;
  }

  .vsty-waitlist-mascot {
    min-height: 330px;
  }

  .vsty-method-thinker {
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 156px;
  }

  .vsty-method-thinker img {
    width: 120px;
    margin-bottom: -28px;
  }

  .vsty-method-thinker blockquote {
    padding: 16px 12px 16px 4px;
    font-size: 13px;
  }

  .vsty-terms-stamp img {
    width: 130px;
    padding: 11px 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vsty-scroll-progress {
    display: none;
  }

  html[data-vsty-motion-ready] [data-motion],
  html[data-vsty-motion-ready] [data-motion][data-motion-in] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  [data-view="home"] .vsty-main-nav,
  [data-view="home"] .vsty-hero-kicker,
  [data-view="home"] .vsty-hero-title,
  [data-view="home"] .vsty-hero-lead,
  [data-view="home"] .vsty-hero-actions,
  [data-view="home"] .vsty-hero-meta,
  [data-view="home"] .vsty-hero-mascot,
  [data-view="home"] .vsty-dna-dock,
  .vsty-hero-mascot [data-mascot-hero],
  .vsty-dna-track svg,
  .vsty-dna-nodes circle,
  .vsty-problem-logo-plaque::after,
  .vsty-problem-peek,
  .vsty-waitlist-mascot img,
  .vsty-method-thinker img,
  .vsty-method-guide img,
  .vsty-about-mascot img {
    animation: none !important;
  }

  .vsty-dna-track::after {
    display: none;
  }
}


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

/* ================================================================
   VESTY LOOK LAB — COMPACT PASS (24 luglio 2026)
   Un solo titolo, flow dentro la console, core in circa un viewport
   desktop. Tutte le regole del Look Lab vivono in questo blocco.
   ================================================================ */

.vsty-looklab {
  --lab-ink: #0c0c0f;
  --lab-paper: #f4f2ed;
  --lab-lilac: #d7c9fb;
  --lab-violet: #8e6bf0;
  --lab-orange: #ff6a3d;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--lab-paper);
  background:
    radial-gradient(70% 42% at 90% -2%, rgba(142, 107, 240, 0.34), transparent 68%),
    radial-gradient(55% 34% at -8% 42%, rgba(255, 106, 61, 0.16), transparent 72%),
    linear-gradient(150deg, #171020 0%, #0c0c0f 54%, #111018 100%);
  border-top: 1px solid rgba(244, 242, 237, 0.1);
  padding: clamp(40px, 5vh, 56px) clamp(18px, 4.8vw, 76px) clamp(42px, 5vh, 58px);
}

.vsty-looklab-inner {
  position: relative;
  width: min(100%, 1320px);
  margin-inline: auto;
}

/* --- intestazione unica --- */

.vsty-looklab-head {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: clamp(20px, 3.5vw, 52px);
  align-items: end;
}

.vsty-looklab-kicker,
.vsty-looklab-intro span,
.vsty-looklab-media-label span {
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.vsty-looklab-kicker {
  margin: 0 0 10px;
  color: var(--lab-lilac);
}

.vsty-looklab-head h2 {
  margin: 0;
  max-width: 22ch;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 850;
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.vsty-looklab-head h2 span {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--lab-lilac);
  text-shadow: 0 14px 50px rgba(142, 107, 240, 0.22);
}

.vsty-looklab-intro {
  padding: 12px 0 2px;
  border-top: 1px solid rgba(244, 242, 237, 0.18);
}

.vsty-looklab-intro p {
  margin: 0;
  max-width: 36ch;
  color: rgba(244, 242, 237, 0.78);
  font-size: 14px;
  line-height: 1.4;
}

.vsty-looklab-intro span {
  display: inline-flex;
  margin-top: 10px;
  color: var(--lab-ink);
  background: var(--lab-orange);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

/* --- invito compatto sopra il picker --- */

.vsty-looklab-demo-head {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  align-items: baseline;
  justify-content: space-between;
  margin-top: clamp(18px, 2.6vh, 26px);
}

.vsty-looklab-demo-head div {
  display: flex;
  gap: 12px;
  align-items: baseline;
}

.vsty-looklab-demo-head span {
  color: var(--lab-orange);
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  white-space: nowrap;
}

.vsty-looklab-demo-head h3 {
  margin: 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.vsty-looklab-demo-head > p {
  margin: 0;
  color: rgba(244, 242, 237, 0.55);
  font-size: 12px;
  line-height: 1.35;
}

/* --- picker dei tre look --- */

.vsty-looklab-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.vsty-looklab-picker button {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 64px;
  padding: 7px 10px 7px 7px;
  color: var(--lab-paper);
  background: rgba(244, 242, 237, 0.035);
  border: 1px solid rgba(244, 242, 237, 0.13);
  border-radius: 15px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: color 280ms ease, background 280ms ease, border-color 280ms ease, transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vsty-looklab-picker button:hover {
  transform: translateY(-3px);
  border-color: rgba(215, 201, 251, 0.58);
}

.vsty-looklab-picker button[aria-selected="true"] {
  color: var(--lab-ink);
  background: var(--lab-lilac);
  border-color: var(--lab-lilac);
  box-shadow: 0 14px 40px rgba(142, 107, 240, 0.22);
}

.vsty-looklab-picker button:focus-visible {
  outline: 3px solid var(--lab-orange);
  outline-offset: 3px;
}

.vsty-looklab-choice-index {
  position: absolute;
  top: 7px;
  left: 65px;
  color: rgba(244, 242, 237, 0.44);
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: 0.13em;
}

[aria-selected="true"] .vsty-looklab-choice-index {
  color: rgba(12, 12, 15, 0.58);
}

.vsty-looklab-choice-image {
  width: 48px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: #211a2b;
}

.vsty-looklab-choice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), filter 300ms ease;
}

.vsty-looklab-picker button:hover img,
.vsty-looklab-picker button[aria-selected="true"] img {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.03);
}

.vsty-looklab-choice-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-top: 7px;
}

.vsty-looklab-choice-copy b {
  overflow: hidden;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vsty-looklab-choice-copy small {
  margin-top: 3px;
  color: rgba(244, 242, 237, 0.55);
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 8.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

[aria-selected="true"] .vsty-looklab-choice-copy small {
  color: rgba(12, 12, 15, 0.62);
}

.vsty-looklab-choice-go {
  display: grid;
  place-items: center;
  width: 24px;
  aspect-ratio: 1;
  color: var(--lab-ink);
  background: var(--lab-orange);
  border-radius: 50%;
  font-size: 13px;
}

/* --- console: foto a sinistra, dossier a destra --- */

.vsty-looklab-console {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 4.4fr) minmax(400px, 7.6fr);
  gap: clamp(18px, 2.6vw, 34px);
  margin-top: 16px;
}

.vsty-looklab-media {
  position: relative;
  min-height: 440px;
  border-radius: 20px;
  overflow: hidden;
  background: #15101d;
  border: 1px solid rgba(244, 242, 237, 0.14);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
  clip-path: inset(0 round 20px);
}

.vsty-looklab-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 12, 15, 0.02) 46%, rgba(12, 12, 15, 0.92) 100%);
  pointer-events: none;
}

.vsty-looklab-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  filter: saturate(0.94) contrast(1.04);
  transition: transform 1300ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease, opacity 240ms ease;
}

.vsty-looklab-console[data-look-phase="analyse"] .vsty-looklab-media > img,
.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-media > img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.06);
}

@keyframes vlab-scan {
  0% { top: 4%; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { top: 94%; opacity: 0; }
}

.vsty-looklab-scan {
  position: absolute;
  top: 4%;
  right: 4%;
  left: 4%;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--lab-lilac) 30%, var(--lab-orange) 70%, transparent);
  border-radius: 99px;
  box-shadow: 0 0 18px rgba(215, 201, 251, 0.55);
  opacity: 0;
  pointer-events: none;
}

.vsty-looklab-console[data-look-phase="analyse"] .vsty-looklab-scan {
  animation: vlab-scan 1300ms cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.vsty-looklab-media-label {
  position: absolute;
  right: 16px;
  bottom: 18px;
  left: 16px;
  z-index: 3;
}

.vsty-looklab-media-label span {
  color: var(--lab-orange);
  font-size: 9px;
}

.vsty-looklab-media-label b {
  display: block;
  margin-top: 2px;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.vsty-looklab-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 3px;
  background: rgba(244, 242, 237, 0.12);
}

.vsty-looklab-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--lab-violet), var(--lab-orange));
  transition: width 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vsty-looklab-console[data-look-phase="notice"] .vsty-looklab-progress i { width: 16%; }
.vsty-looklab-console[data-look-phase="analyse"] .vsty-looklab-progress i { width: 68%; transition-duration: 3400ms; }
.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-progress i { width: 100%; }

/* --- colonna dossier --- */

.vsty-looklab-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

/* stepper delle tre fasi (id come-funziona): testo, niente scatole */

.vsty-looklab-flowbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vsty-looklab-flowbar:focus-visible {
  outline: 3px solid var(--lab-orange);
  outline-offset: 5px;
  border-radius: 8px;
}

.vsty-looklab-flowbar li {
  min-width: 0;
  opacity: 0.4;
  transition: opacity 380ms ease;
}

.vsty-looklab-flowbar li > span {
  color: rgba(215, 201, 251, 0.7);
  font: 700 8.5px/1 "Space Mono", ui-monospace, monospace;
  letter-spacing: 0.12em;
}

.vsty-looklab-flowbar strong {
  display: block;
  margin-top: 5px;
  color: var(--lab-paper);
  font: 750 13px/1.1 "Archivo", system-ui, sans-serif;
  letter-spacing: -0.01em;
}

.vsty-looklab-flowbar p {
  margin: 4px 0 0;
  font-size: 10px;
  line-height: 1.4;
  color: rgba(244, 242, 237, 0.55);
}

.vsty-looklab-flowbar li[aria-current="step"] { opacity: 1; }
.vsty-looklab-flowbar li[aria-current="step"] > span { color: var(--lab-orange); }

/* cinque segnali: coppie label+valore, stile coach */

.vsty-looklab-analysis {
  padding-top: 12px;
  border-top: 1px solid rgba(244, 242, 237, 0.14);
}

.vsty-looklab-analysis header {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.vsty-looklab-analysis header strong {
  color: rgba(244, 242, 237, 0.6);
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.vsty-looklab-analysis header i {
  color: var(--lab-orange);
  font: 700 8.5px/1.2 "Space Mono", ui-monospace, monospace;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* VESTY DNA dentro il Look Lab: stessa elica della hero in formato ridotto e
   senza scatola, per stare nella direzione "testo su hairline" della sezione.
   Le regole devono restare DOPO quelle base di .vsty-dna-dock: stessa
   specificita', vince l'ordine. */
.vsty-dna-dock--lab {
  margin: 11px 0 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}

.vsty-dna-dock--lab .vsty-dna-dock-head {
  font-size: 8.5px;
  letter-spacing: 0.1em;
}

.vsty-dna-dock--lab .vsty-dna-track {
  height: 20px;
  margin-top: 2px;
}

.vsty-dna-dock--lab .vsty-dna-dot {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 3px rgba(244, 91, 53, 0.14), 0 0 12px rgba(244, 91, 53, 0.7);
}

.vsty-dna-dock--lab .vsty-gene-list {
  gap: 6px;
  margin-top: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(244, 242, 237, 0.1);
  font-size: 8.5px;
}

.vsty-looklab-genes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 9px 16px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.vsty-looklab-genes li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  opacity: 0.45;
  transition: opacity 420ms ease;
}

.vsty-looklab-genes li b {
  color: var(--lab-orange);
  font: 700 7.5px/1 "Space Mono", ui-monospace, monospace;
  letter-spacing: 0.11em;
}

.vsty-looklab-genes li [data-gene-label] {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vsty-looklab-console[data-look-phase="analyse"] .vsty-looklab-genes li,
.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-genes li {
  opacity: 1;
}

.vsty-looklab-genes li:nth-child(2) { transition-delay: 120ms; }
.vsty-looklab-genes li:nth-child(3) { transition-delay: 240ms; }
.vsty-looklab-genes li:nth-child(4) { transition-delay: 360ms; }
.vsty-looklab-genes li:nth-child(5) { transition-delay: 480ms; }

/* pannello output */

.vsty-looklab-result {
  min-width: 0;
  padding: 13px 15px 14px;
  background: rgba(244, 242, 237, 0.045);
  border: 1px solid rgba(244, 242, 237, 0.11);
  border-radius: 14px;
  opacity: 0.62;
  transition: opacity 420ms ease, background 420ms ease, color 420ms ease;
}

.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-result {
  opacity: 1;
  background: var(--lab-paper);
  color: var(--lab-ink);
}

.vsty-looklab-result-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(244, 242, 237, 0.5);
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 8.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vsty-looklab-result-top b { color: var(--lab-orange); }
.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-result-top { color: rgba(12, 12, 15, 0.52); }

.vsty-looklab-result h3 {
  margin: 7px 0 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(21px, 1.9vw, 26px);
  font-weight: 850;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.vsty-looklab-subtitle {
  margin: 5px 0 0;
  color: rgba(244, 242, 237, 0.62);
  font-size: 11.5px;
  line-height: 1.35;
}

.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-subtitle { color: rgba(12, 12, 15, 0.65); }

.vsty-looklab-palette {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 10px;
}

.vsty-looklab-palette span {
  position: relative;
  display: block;
  height: 14px;
  margin-bottom: 12px;
  background: var(--swatch);
  border: 1px solid rgba(244, 242, 237, 0.18);
  border-radius: 99px;
}

.vsty-looklab-palette i {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  overflow: hidden;
  width: 100%;
  color: rgba(244, 242, 237, 0.38);
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 6.5px;
  font-style: normal;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-palette i { color: rgba(12, 12, 15, 0.48); }

.vsty-looklab-reasons {
  display: grid;
  gap: 4px;
  margin-top: 8px;
}

.vsty-looklab-reasons p {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 9px;
  margin: 0;
  padding-top: 5px;
  border-top: 1px solid rgba(244, 242, 237, 0.1);
  opacity: 0.54;
  transition: opacity 260ms ease;
}

.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-reasons p {
  opacity: 1;
  border-color: rgba(12, 12, 15, 0.12);
}

.vsty-looklab-reasons p:nth-child(2) { transition-delay: 110ms; }
.vsty-looklab-reasons p:nth-child(3) { transition-delay: 220ms; }

.vsty-looklab-reasons b {
  color: var(--lab-orange);
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 8.5px;
  letter-spacing: 0.08em;
}

.vsty-looklab-reasons span {
  font-size: 10.5px;
  line-height: 1.38;
}

.vsty-looklab-more {
  margin-top: 11px;
}

.vsty-looklab-more summary {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  color: var(--lab-orange);
  font: 700 9px/1.4 "Space Mono", ui-monospace, monospace;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vsty-looklab-more summary::-webkit-details-marker { display: none; }

.vsty-looklab-more summary::after {
  content: "+";
  font-size: 12px;
  line-height: 1;
}

.vsty-looklab-more[open] summary::after { content: "\2212"; }

.vsty-looklab-more summary:hover { text-decoration: underline; }

.vsty-looklab-more summary:focus-visible {
  outline: 3px solid var(--lab-orange);
  outline-offset: 3px;
  border-radius: 4px;
}

.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-more summary { color: #b3401c; }

.vsty-looklab-alternative {
  display: flex;
  gap: 9px;
  align-items: baseline;
  margin-top: 9px;
  padding: 7px 10px;
  border: 1px dashed rgba(244, 242, 237, 0.25);
  border-radius: 9px;
}

.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-alternative {
  border-color: rgba(12, 12, 15, 0.28);
}

.vsty-looklab-alternative b {
  color: var(--lab-orange);
  font: 700 8px/1.2 "Space Mono", ui-monospace, monospace;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.vsty-looklab-alternative span {
  font-size: 10.5px;
  line-height: 1.38;
}

.vsty-looklab-shop {
  margin-top: 9px;
}

.vsty-looklab-shop header {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
}

.vsty-looklab-shop header span {
  color: var(--lab-orange);
  font: 700 7.5px/1.2 "Space Mono", ui-monospace, monospace;
  letter-spacing: 0.11em;
}

.vsty-looklab-shop header strong {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.vsty-looklab-shop header small {
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.1em;
  opacity: 0.6;
  white-space: nowrap;
}

.vsty-looklab-shop-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 7px;
}

.vsty-looklab-shop-list > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: space-between;
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid rgba(244, 242, 237, 0.16);
  border-radius: 9px;
}

.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-shop-list > div {
  border-color: rgba(12, 12, 15, 0.18);
  background: rgba(12, 12, 15, 0.035);
}

.vsty-looklab-shop-list i {
  display: block;
  font: 700 7px/1.2 "Space Mono", ui-monospace, monospace;
  font-style: normal;
  letter-spacing: 0.1em;
  opacity: 0.55;
}

.vsty-looklab-shop-list b {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vsty-looklab-shop-list em {
  color: var(--lab-orange);
  font: 700 8px/1.2 "Space Mono", ui-monospace, monospace;
  font-style: normal;
  letter-spacing: 0.07em;
}

.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-shop-list em { color: #b3401c; }

.vsty-looklab-shop > p {
  margin: 6px 0 0;
  font-size: 8.5px;
  line-height: 1.45;
  opacity: 0.55;
}

/* Gloria: striscia compatta in fondo al dossier */

.vsty-looklab-gloria {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: auto;
  min-width: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(244, 242, 237, 0.14);
}

.vsty-looklab-gloria img {
  flex: 0 0 auto;
  width: auto;
  height: 62px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.44));
  transform: translateY(1px);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), filter 320ms ease;
}

.vsty-looklab-console[data-look-phase="analyse"] .vsty-looklab-gloria img { transform: translateY(0) rotate(1.5deg); }
.vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-gloria img { transform: translateY(-1px); filter: drop-shadow(0 10px 18px rgba(142, 107, 240, 0.35)); }

.vsty-looklab-gloria blockquote {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 8px 12px;
  color: var(--lab-ink);
  background: var(--lab-lilac);
  border: 1px solid rgba(12, 12, 15, 0.18);
  border-radius: 11px;
  box-shadow: 4px 4px 0 var(--lab-orange);
}

.vsty-looklab-gloria blockquote span {
  display: block;
  color: rgba(12, 12, 15, 0.56);
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.vsty-looklab-gloria blockquote p {
  margin: 3px 0 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

/* nota di trasparenza sotto la console */

.vsty-looklab-how-note {
  margin: 10px 4px 0;
  color: rgba(244, 242, 237, 0.5);
  font-size: 9.5px;
  line-height: 1.5;
}

.vsty-looklab-how-note b { color: var(--lab-lilac); }

/* --- breakpoint --- */

@media (max-width: 980px) {
  .vsty-looklab-console {
    grid-template-columns: minmax(0, 1fr);
  }

  .vsty-looklab-media {
    min-height: 0;
    height: clamp(300px, 46vw, 420px);
  }
}

@media (max-width: 820px) {
  .vsty-looklab-head { grid-template-columns: 1fr; gap: 16px; }
  .vsty-looklab-intro { max-width: 520px; padding-top: 12px; }

  .vsty-looklab-demo-head { flex-direction: column; align-items: flex-start; gap: 4px; }

  .vsty-looklab-picker {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(210px, 62vw);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    margin-top: 10px;
    padding: 4px 4px 8px;
  }

  .vsty-looklab-picker button { scroll-snap-align: start; }
}

@media (max-width: 640px) {
  .vsty-looklab-flowbar { grid-template-columns: 1fr; gap: 9px; }

  .vsty-looklab-flowbar li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2px 10px;
    align-items: baseline;
  }

  .vsty-looklab-flowbar strong { margin-top: 0; font-size: 12.5px; }

  .vsty-looklab-flowbar p {
    grid-column: 2;
    margin-top: 0;
    font-size: 9.5px;
  }
}

@media (max-width: 560px) {
  .vsty-looklab { padding: 46px 14px 52px; }
  .vsty-looklab-head h2 { font-size: clamp(33px, 10vw, 42px); }
  .vsty-looklab-head h2 span { -webkit-text-stroke-width: 1px; }
  .vsty-looklab-picker { grid-auto-columns: minmax(230px, 78vw); }
  .vsty-looklab-media { height: clamp(280px, 78vw, 340px); border-radius: 15px; clip-path: inset(0 round 15px); }
  .vsty-looklab-media-label { right: 13px; bottom: 14px; left: 13px; }
  .vsty-looklab-result { padding: 12px 12px 13px; }
  .vsty-looklab-shop-list { grid-template-columns: 1fr; }
  .vsty-looklab-gloria img { height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  .vsty-looklab *,
  .vsty-looklab *::before,
  .vsty-looklab *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
  }

  .vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-media > img { transform: none; }
  .vsty-looklab-console[data-look-phase="verdict"] .vsty-looklab-genes li { opacity: 1; }
  .vsty-looklab-scan { display: none; }
}


@keyframes vstyLookScan {
  0% { top: -8%; opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 0.9; }
  100% { top: 106%; opacity: 0; }
}

/* ================================================================
   VESTY DNA EXPERIENCE — July 2026
   Compact personalization, transparent proof and user motion control.
   ================================================================ */

.vsty-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 11px 15px;
  color: #0c0c0f;
  background: #f4f2ed;
  border: 3px solid #ff6a3d;
  border-radius: 999px;
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.vsty-skip-link:focus { transform: translateY(0); }

.vsty-motion-toggle {
  position: fixed;
  bottom: 18px;
  left: 18px;
  z-index: 120;
  display: inline-flex;
  justify-content: center;
  width: 46px;
  align-items: center;
  min-height: 44px;
  padding: 8px;
  color: #f4f2ed;
  background: rgba(12, 12, 15, 0.9);
  border: 1px solid rgba(244, 242, 237, 0.26);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.vsty-motion-toggle > span {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #d7c9fb;
  border-radius: 50%;
}

.vsty-motion-toggle > span::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #ff6a3d;
  border-radius: 50%;
  animation: vstyMotionSignal 1.7s ease-in-out infinite;
}

@keyframes vstyMotionSignal {
  50% { opacity: 0.35; transform: scale(0.65); }
}

.vsty-motion-toggle b {
  display: none;
}

.vsty-motion-toggle:focus-visible {
  outline: 3px solid #ff6a3d;
  outline-offset: 3px;
}

.vsty-motion-toggle[aria-pressed="true"] > span::after {
  inset: 7px;
  background: #b8bcc4;
  animation: none;
}

.vsty-motion-toggle:disabled { cursor: default; opacity: 0.82; }

.vsty-product-head-note {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.vsty-product-head-note > p { margin: 0; }

.vsty-product-prototype-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  color: #0c0c0f;
  background: #ff6a3d;
  border: 1px solid rgba(12, 12, 15, 0.22);
  border-radius: 999px;
  font: 800 9px/1.2 "Space Mono", ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vsty-hero-actions { margin-top: 22px !important; }
.vsty-hero-meta { margin-top: 18px !important; }

.vsty-build-ledger {
  position: relative;
  color: #0c0c0f;
  background: #f4f2ed;
  border-top: 1px solid rgba(12, 12, 15, 0.1);
  padding: clamp(54px, 7vh, 78px) clamp(20px, 5vw, 90px);
}

.vsty-build-ledger-inner {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(430px, 1.22fr);
  gap: clamp(22px, 3.5vw, 50px);
  align-items: stretch;
  width: min(100%, 1060px);
  margin-inline: auto;
}

.vsty-build-ledger header h2 {
  margin: 10px 0 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(31px, 3.4vw, 52px);
  font-weight: 850;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.vsty-build-ledger header > p:last-child { margin: 14px 0 0; max-width: 38ch; color: rgba(12, 12, 15, 0.62); font-size: 13px; line-height: 1.48; }

.vsty-build-steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vsty-build-steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) max-content;
  gap: 12px;
  align-items: center;
  min-height: 94px;
  padding: 13px 14px;
  background: #fff;
  border: 1px solid rgba(12, 12, 15, 0.12);
  border-radius: 16px;
}

.vsty-build-steps li > span { color: #ff6a3d; font: 700 10px/1 "Space Mono", ui-monospace, monospace; }
.vsty-build-steps strong { display: block; font: 800 17px/1.05 "Archivo", system-ui, sans-serif; }
.vsty-build-steps p { margin: 5px 0 0; color: rgba(12, 12, 15, 0.58); font-size: 11px; line-height: 1.4; }
.vsty-build-steps li > b { padding: 6px 8px; border-radius: 999px; font: 700 8px/1 "Space Mono", ui-monospace, monospace; text-transform: uppercase; }
.vsty-build-steps [data-state="ready"] > b { color: #173d2b; background: #ccebd9; }
.vsty-build-steps [data-state="active"] { border-color: rgba(142, 107, 240, 0.42); box-shadow: inset 4px 0 0 #8e6bf0; }
.vsty-build-steps [data-state="active"] > b { color: #2b1d4b; background: #d7c9fb; }
.vsty-build-steps [data-state="next"] > b { color: #4d4d52; background: #e4e2de; }

.vsty-waitlist-field-label {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: baseline;
  margin: 24px 0 8px;
  color: #f4f2ed;
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
}

.vsty-waitlist-field-label span { color: rgba(244, 242, 237, 0.52); font-size: 9px; font-weight: 400; text-align: right; }
.vsty-waitlist-field-error { margin: 7px 2px 0; color: #ff9d7f; font-size: 11px; line-height: 1.4; }
.vsty-waitlist-input[aria-invalid="true"] { border-color: #ff9d7f !important; box-shadow: 0 0 0 3px rgba(255, 106, 61, 0.18); }
.vsty-waitlist-consent input[aria-invalid="true"] { outline: 3px solid #ff9d7f; outline-offset: 3px; }

html[data-vsty-motion="off"] *,
html[data-vsty-motion="off"] *::before,
html[data-vsty-motion="off"] *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  animation-delay: 0ms !important;
  transition-duration: 0.001ms !important;
  transition-delay: 0ms !important;
}

html[data-vsty-motion="off"] [data-sphere],
html[data-vsty-motion="off"] [data-parallax],
html[data-vsty-motion="off"] [data-motion-parallax],
html[data-vsty-motion="off"] [data-mascot-hero] { transform: none !important; }

@media (max-width: 1100px) {
  .vsty-build-ledger-inner { grid-template-columns: minmax(240px, 0.8fr) minmax(430px, 1.2fr); }
}

@media (min-width: 761px) and (max-height: 820px) {
  .vsty-home-hero { min-height: 100svh !important; }
  .vsty-hero-grid { padding: 12px 0 !important; }
  .vsty-hero-kicker { margin-bottom: 14px !important; }
  .vsty-hero-lead { margin-top: 14px !important; }
  .vsty-hero-actions { margin-top: 14px !important; }
  .vsty-hero-meta { margin-top: 12px !important; }
  .vsty-hero-mascot [data-mascot-hero] { max-height: 52vh !important; }
}

@media (max-width: 820px) {
  .vsty-build-ledger-inner { grid-template-columns: 1fr; }
  .vsty-build-steps {
    grid-auto-columns: minmax(255px, 78vw);
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    padding: 3px 3px 10px;
  }
  .vsty-build-steps li { scroll-snap-align: start; }
}

@media (max-width: 760px) {
  .vsty-motion-toggle { bottom: 14px; left: 14px; width: 48px; justify-content: center; padding: 8px; }
  .vsty-hero-mascot { min-height: 174px !important; margin-top: -32px !important; }
  .vsty-hero-mascot [data-mascot-hero] { width: 145px !important; max-height: 192px !important; }
  .vsty-mascot-line { bottom: 18px; }
  .vsty-build-ledger { padding: 52px 16px; }
  .vsty-waitlist-field-label { align-items: flex-start; flex-direction: column; gap: 4px; }
  .vsty-waitlist-field-label span { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .vsty-motion-toggle > span::after { animation: none !important; }
}

/* Product proof: editorial copy and prototype share a single composition. */
.vsty-product-proof {
  padding-block: 52px;
}

.vsty-product-head h2 {
  margin-top: 10px;
  font-size: clamp(39px, 4vw, 52px);
  line-height: 0.93;
}

.vsty-product-head-note {
  margin-top: 18px;
}

.vsty-product-head-note > p {
  max-width: 38ch;
  margin: 10px 0 0;
  color: rgba(17, 13, 24, 0.64);
  font-size: 13px;
  line-height: 1.45;
}

.vsty-app-stage {
  grid-template-areas:
    "tabs tabs"
    "device caption";
  grid-template-columns: minmax(280px, 0.82fr) minmax(145px, 0.38fr);
  grid-template-rows: auto 1fr;
  gap: 14px 22px;
  align-items: center;
  min-height: 0;
  padding: 20px;
  border-radius: 16px;
}

.vsty-app-stage::after {
  top: 11px;
  right: 16px;
}

.vsty-app-stage .vsty-app-tabs {
  grid-area: tabs;
  width: min(100%, 390px);
  min-height: 44px;
  margin: 0;
  background: rgba(244, 242, 237, 0.055);
  border-color: rgba(244, 242, 237, 0.14);
}

.vsty-app-stage .vsty-app-tabs button {
  min-height: 36px;
  padding-block: 7px;
  color: rgba(244, 242, 237, 0.55);
}

.vsty-app-stage .vsty-app-tabs button[aria-selected="true"] {
  color: var(--vsty-ink);
  background: var(--vsty-lilac);
}

.vsty-app-device {
  grid-area: device;
  width: min(100%, 302px);
  min-height: 470px;
  padding: 8px;
  border-radius: 27px;
}

.vsty-app-device-top {
  top: 13px;
  width: 74px;
  height: 18px;
}

.vsty-app-screen,
.vsty-app-panel {
  min-height: 454px;
}

.vsty-app-screen { border-radius: 21px; }
.vsty-app-panel { padding: 30px 18px 16px; }
.vsty-app-eyebrow { margin-top: 20px; }
.vsty-app-panel h3 { margin-top: 8px; font-size: 31px; }

.vsty-app-outfit {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  margin-top: 18px;
  padding: 13px 0;
}

.vsty-app-score { width: 52px; height: 52px; font-size: 18px; }
.vsty-app-reasons { margin-top: 8px; }
.vsty-app-reasons li { padding: 8px 0; font-size: 10px; }
.vsty-app-mini-dna { margin-top: 17px; }
.vsty-app-mini-dna div { min-height: 35px; padding-inline: 12px; }
.vsty-app-mini-dna b { font-size: 12px; }
.vsty-app-note { margin-top: 13px; font-size: 10px; line-height: 1.42; }
.vsty-app-streak { gap: 13px; margin-top: 20px; }
.vsty-app-streak strong { font-size: 48px; }
.vsty-app-streak span { font-size: 13px; }
.vsty-app-week { gap: 5px; margin-top: 15px; }
.vsty-app-level { margin-top: 17px; padding-top: 13px; }
.vsty-app-level > i { margin-block: 8px; }

.vsty-app-caption {
  grid-area: caption;
  display: block;
  padding-left: 18px;
}

.vsty-app-caption p { font-size: 11px; line-height: 1.5; }
.vsty-app-caption b { margin-bottom: 5px; font-size: 15px; }

@media (min-width: 981px) {
  .vsty-product-inner {
    display: grid;
    grid-template-columns: minmax(270px, 0.62fr) minmax(600px, 1.38fr);
    grid-template-rows: auto 1fr;
    column-gap: clamp(30px, 3.7vw, 48px);
    align-items: start;
  }

  .vsty-product-head {
    grid-column: 1;
    grid-row: 1;
    display: block;
  }

  .vsty-product-layout { display: contents; }

  .vsty-product-mascot {
    grid-column: 1;
    grid-row: 2;
    min-height: 260px;
    margin-top: 18px;
  }

  .vsty-product-mascot img {
    right: 0;
    width: 210px;
    height: 255px;
  }

  .vsty-product-mascot blockquote {
    top: 26px;
    width: min(70%, 205px);
    padding: 11px 13px;
    font-size: 11px;
  }

  .vsty-app-stage {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 570px;
  }
}

@media (max-width: 980px) {
  .vsty-product-proof { padding-block: 48px !important; }
  .vsty-product-head { gap: 16px; }
  .vsty-product-head-note { margin-top: 0; }
  .vsty-product-layout { gap: 12px; margin-top: 16px; }

  .vsty-product-mascot {
    min-height: 138px;
    overflow: hidden;
    background: linear-gradient(110deg, rgba(215, 201, 251, 0.28), rgba(255, 106, 61, 0.1));
    border: 1px solid rgba(17, 13, 24, 0.12);
    border-radius: 14px;
  }

  .vsty-product-mascot > span { top: 13px; left: 14px; }

  .vsty-product-mascot img {
    right: 2%;
    width: 145px;
    height: 142px;
  }

  .vsty-product-mascot blockquote {
    top: 43px;
    left: 14px;
    width: 52%;
    padding: 10px 12px;
    font-size: 11px;
  }

  .vsty-app-stage { min-height: 560px; }
}

@media (max-width: 600px) {
  .vsty-product-proof { padding: 44px 16px !important; }
  .vsty-product-head h2 { font-size: 38px; }
  .vsty-product-head-note > p { font-size: 12px; }
  .vsty-product-mascot { min-height: 118px; }
  .vsty-product-mascot img { width: 124px; height: 122px; }
  .vsty-product-mascot blockquote { top: 40px; width: 58%; }

  .vsty-app-stage {
    grid-template-areas:
      "tabs"
      "device"
      "caption";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 12px;
    min-height: 0;
    padding: 12px;
  }

  .vsty-app-stage::after { display: none; }
  .vsty-app-stage .vsty-app-tabs { width: 100%; }
  .vsty-app-device { width: min(100%, 292px); }
  .vsty-app-caption {
    padding: 11px 4px 1px;
    border-top: 1px solid rgba(242, 237, 227, 0.16);
    border-left: 0;
    text-align: left;
  }
  .vsty-app-caption b { display: inline; margin: 0; }
}
