/* Vamos Viral Media design system, v3 (dark-first, Aug-21-2026 rework).
   v2 research law still applies for type + tokens + motion discipline:
   knowledge/research/vamosviral-pitch-premium-research-2026-08-13.md (Bruce Brain).

   What changed in v3 and why (Bruce, 2026-08-21):
   - v2 opened white/bright and read badly on phones. v3 is dark-first: ONE warm
     near-black ground everywhere (brown undertone, cream text; deliberately NOT
     the blue-black + acid-accent default). Pitch pages tint the ground with the
     prospect's build-time --stage token.
   - Layer diet: grain overlays, radial glows, and padded state-cards are gone.
     Depth verdict on before/after is now size + brightness, not box chrome.
   - Service menu renders as calm text rows, never icon cards with artifacts.
   - The fixed two-button bottom bar is gone; a single WhatsApp pill floats in
     after the hero scrolls away (mobile only). No reserved bottom padding.
   - Bricolage VF font-stretch (112%) is the brand-voice lever on the main site.
   - WhatsApp pill: #25D366 with DARK ink #062e1f (white-on-green fails AA). */

/* Archivo + Asap, both Omnibus-Type (Buenos Aires), OFL, self-hosted.
   Chosen 2026-08-21 anti-slop research: zero AI-builder association, width
   axis for the poster voice, full Spanish coverage via latin-ext subsets. */
@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-var-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-var-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0300-0303, U+0305-0307, U+0310, U+0312, U+0315, U+031A, U+0326-0327,
    U+032C, U+032F-0330, U+0332-0333, U+0358, U+03A9, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Asap";
  src: url("/assets/fonts/asap-var-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Asap";
  src: url("/assets/fonts/asap-var-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0300-0303, U+0305-0307, U+0310, U+0312, U+0315, U+031A, U+0326-0327,
    U+032C, U+032F-0330, U+0332-0333, U+0358, U+03A9, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* v3 dark identity (Vamos Viral) */
  --night: #15110d;
  --card: #201a14;
  --cream: #f4eee3;
  --dim: #b5ac9d;
  --line: #352d23;
  --accent: #e63e2e;
  --accent-bright: #ff7a5c;
  --wa: #25d366;
  --wa-ink: #062e1f;

  /* legacy token names kept as the shared contract; remapped to v3 */
  --ink: var(--cream);
  --muted: var(--dim);
  --paper: var(--card);
  --ground: var(--night);
  --accent-text: var(--accent-bright);

  /* brand-derived slots; pitch pages overwrite via build-time tokens */
  --bp: var(--accent);
  --accent-on-dark: var(--accent-bright);
  --hairline-brand: var(--line);
  --stage: var(--night);

  /* type (64px H1 ceiling per Pimp My Type; slight negative tracking) */
  --display:
    "Archivo", "Franklin Gothic Medium", "Helvetica Neue", Arial, sans-serif;
  --sans: "Asap", Seravek, "Gill Sans Nova", Ubuntu, Calibri, sans-serif;
  --fs-hero: clamp(2.1rem, 1.4rem + 3vw, 4rem);
  --fs-h2: clamp(1.6rem, 1.3rem + 1.3vw, 2.2rem);
  --fs-h3: clamp(1.12rem, 1.03rem + 0.4vw, 1.3rem);
  --fs-lead: clamp(1.2rem, 1.08rem + 0.5vw, 1.45rem);
  --fs-body: clamp(1.0625rem, 1rem + 0.3vw, 1.15rem);
  --fs-caption: 0.9375rem;
  --fs-utility: 0.8125rem;

  /* rhythm + shape (one radius system; pill reserved for WhatsApp/tags) */
  --sect: clamp(56px, 9vw, 120px);
  --r-card: 14px;
  --r-img: 16px;
  --r-btn: 10px;
  --r-pill: 999px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--sans);
  font-size: var(--fs-body);
  font-weight: 420;
  color: var(--cream);
  background: var(--ground);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* pitch pages sit on the prospect's own dark tint and their accents must be
   the AA-gated on-dark token, never the on-light one */
body.pitch {
  background: var(--stage);
  --accent-text: var(--accent-on-dark);
}
img,
video,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}
.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

h1,
h2,
h3 {
  font-family: var(--display);
  margin: 0 0 0.45em;
  color: var(--cream);
}
h1 {
  font-size: var(--fs-hero);
  font-weight: 740;
  font-stretch: 108%;
  line-height: 1.08;
  letter-spacing: -0.015em;
}
h2 {
  font-size: var(--fs-h2);
  font-weight: 680;
  line-height: 1.16;
  letter-spacing: -0.008em;
}
h3 {
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.25;
}
p {
  margin: 0 0 1em;
  max-width: 65ch;
}
.lead {
  font-size: var(--fs-lead);
  line-height: 1.42;
  font-weight: 430;
  color: var(--dim);
}
a {
  color: inherit;
}
:focus-visible {
  outline: 3px solid var(--accent-bright);
  outline-offset: 2px;
  border-radius: 4px;
}

/* NO caps-tracked eyebrows/kickers/numerals: the #1 machine-detectable AI
   tell (2026-08-21 anti-slop research). Small context lines are plain case. */
.made-for {
  font-size: var(--fs-caption);
  color: var(--dim);
  margin: 0 0 12px;
}
.made-for strong {
  color: var(--accent-text);
  font-weight: 640;
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: var(--r-btn);
  font-family: var(--sans);
  font-weight: 650;
  font-size: 1.05rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition:
    transform 260ms cubic-bezier(0.2, 0.7, 0.3, 1),
    filter 260ms ease;
}
.btn:active {
  transform: scale(0.985);
}
.btn-wa {
  background: var(--wa);
  color: var(--wa-ink);
  border-radius: var(
    --r-pill
  ); /* WhatsApp's own shape language; the one pill */
}
.btn-wa:hover {
  transform: scale(1.03);
}
.btn-wa .wa-ic {
  width: 22px;
  height: 22px;
  flex: none;
}
.btn-primary {
  background: var(--cream);
  color: var(--night);
}
.btn-primary:hover {
  filter: brightness(1.06);
}
.btn-ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgb(244 238 227 / 0.4);
}
.btn-ghost:hover {
  border-color: var(--cream);
}

/* header / footer */
.site-header {
  border-bottom: 1px solid var(--line);
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
}
.brand {
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 112%;
  font-size: 1.3rem;
  letter-spacing: -0.015em;
  text-decoration: none;
}
.brand span {
  color: var(--accent-bright);
}
.site-header nav {
  display: flex;
  gap: 6px;
  align-items: center;
}
.site-header nav a {
  text-decoration: none;
  font-weight: 560;
  padding: 12px 16px;
  border-radius: 10px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  font-size: 0.98rem;
  color: var(--dim);
}
.site-header nav a:hover {
  color: var(--cream);
  background: var(--card);
}
.lang-toggle {
  border: 1px solid var(--line);
}

.site-footer {
  margin-top: var(--sect);
  border-top: 1px solid var(--line);
  color: var(--dim);
  padding: 48px 0 64px;
  font-size: var(--fs-caption);
}
.footer-brand {
  font-family: var(--display);
  font-weight: 620;
  color: var(--cream);
  font-size: 1.05rem;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 22px;
  margin: 10px 0;
}
.footer-links a {
  color: var(--dim);
}
.footer-links a:hover {
  color: var(--cream);
}
.footer-copy {
  color: rgb(181 172 157 / 0.6);
}

/* sections + grids */
section {
  padding: calc(var(--sect) * 0.6) 0;
}
.grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.card {
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 26px;
  background: var(--card);
  text-decoration: none;
  transition: border-color 260ms ease;
}
.card:hover {
  border-color: rgb(244 238 227 / 0.35);
}
.card p {
  color: var(--dim);
  margin: 0;
  font-size: var(--fs-caption);
  line-height: 1.5;
}

/* ---------- home ---------- */
.hero {
  padding: calc(var(--sect) * 0.8) 0 calc(var(--sect) * 0.6);
}
.hero-grid {
  display: grid;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (min-width: 940px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}
.hero h1 {
  max-width: 15ch;
}
.hero .lead {
  max-width: 44ch;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

/* signature: the WhatsApp sample-delivery thread (CSS only, our own words,
   no invented client replies) */
.wa-thread {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 18px 22px;
  max-width: 400px;
  transform: rotate(1.4deg);
}
@media (max-width: 939px) {
  .wa-thread {
    transform: none;
    margin-top: 8px;
  }
}
.wa-thread .wa-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-caption);
  font-weight: 640;
  color: var(--dim);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 14px;
}
.wa-thread .wa-head .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wa);
  flex: none;
}
.wa-thread .m {
  background: #eef6ee;
  color: #14261a;
  border-radius: 16px 16px 16px 5px;
  padding: 11px 15px;
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 0 28px 10px 0;
  width: fit-content;
  max-width: 100%;
}
.wa-thread .m.has-shot {
  padding: 6px;
}
.wa-thread .m.has-shot img {
  border-radius: 12px;
  width: 100%;
}
.wa-thread .m.has-shot span {
  display: block;
  padding: 8px 9px 4px;
  font-size: 0.85rem;
  color: #3a5a44;
}

/* steps + service rows (shared with pitch) */
.step-rows,
.svc-rows {
  list-style: none;
  margin: 0;
  padding: 0;
}
.step-rows li,
.svc-row {
  border-top: 1px solid var(--line);
  padding: 18px 0;
  display: grid;
  gap: 4px 26px;
}
@media (min-width: 760px) {
  .step-rows li,
  .svc-row {
    grid-template-columns: 220px 1fr;
    align-items: baseline;
  }
}
.step-rows h3,
.svc-row h3 {
  margin: 0;
}
.step-rows p,
.svc-row p {
  margin: 0;
  color: var(--dim);
  font-size: var(--fs-caption);
  line-height: 1.5;
}
.svc-group {
  margin-top: 38px;
}
.svc-group h3.group-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 6px;
}

/* lead form */
.lead-form {
  max-width: 500px;
}
.lead-form label {
  display: block;
  font-weight: 600;
  margin: 16px 0 6px;
  font-size: var(--fs-caption);
}
.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 14px 16px;
  font: inherit;
  color: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: 10px;
  min-height: 52px;
  background: var(--card);
}
.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--cream);
  outline: none;
}
.consent-note {
  font-size: 0.9rem;
  color: var(--dim);
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
[data-status] {
  color: var(--accent-bright);
  font-weight: 600;
}

/* ---------- device frames ---------- */
.frame-browser {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}
.frame-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 12px;
  background: #f1f2f4;
  border-bottom: 1px solid #e4e5e8;
}
.frame-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(28 28 33 / 0.35);
  flex: none;
}
.frame-browser-bar .addr {
  margin-left: 10px;
  flex: 1;
  max-width: 260px;
  font-size: 12px;
  line-height: 18px;
  color: #565c66;
  background: #fff;
  border-radius: 9px;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.frame-phone {
  margin: 0;
  width: min(280px, 78vw);
  aspect-ratio: 402 / 874;
  border: 12px solid #101013;
  border-radius: 3rem;
  overflow: hidden;
  background: #101013;
  position: relative;
}
.frame-phone::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 29%;
  height: 21px;
  border-radius: 12px;
  background: #101013;
  z-index: 2;
}
.frame-phone-screen {
  border-radius: calc(3rem - 12px);
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.frame-phone-screen img,
.frame-browser > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.frame-browser > img {
  height: auto;
}

/* ---------- pitch pages ---------- */
.disclaimer-bar {
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--dim);
}
.disclaimer-bar p {
  margin: 0;
  padding: 9px 20px;
  max-width: none;
  text-align: center;
}

.pitch-hero {
  padding: calc(var(--sect) * 0.8) 0 calc(var(--sect) * 0.55);
}
.pitch-hero .compliment {
  font-size: var(--fs-lead);
  line-height: 1.42;
  color: var(--cream);
  font-weight: 470;
  max-width: 44ch;
}
.pitch-hero h1 {
  max-width: 16ch;
}
.pitch-hero .hero-sub {
  color: var(--dim);
  max-width: 52ch;
}
.pitch-hero .btn {
  margin-top: 18px;
}
.pitch-hero .reply-note {
  margin-top: 12px;
  font-size: var(--fs-caption);
  color: var(--dim);
}

/* before / after: one composition, verdict in size + brightness */
.ba {
  display: grid;
  gap: 40px;
  margin-top: 36px;
}
@media (min-width: 980px) {
  .ba {
    grid-template-columns: 0.72fr 1fr;
    align-items: end;
  }
}
.ba-label {
  display: block;
  font-size: var(--fs-caption);
  font-weight: 650;
  color: var(--dim);
  margin-bottom: 14px;
}
.ba-after .ba-label {
  color: var(--accent-text);
}
.ba-compose {
  position: relative;
  padding-bottom: 52px;
}
.ba-compose .frame-browser {
  width: 88%;
}
.ba-compose .frame-phone {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(150px, 40%);
  z-index: 1;
}
.ba-before .ba-compose {
  opacity: 0.68;
}
.ba-before .frame-browser > img,
.ba-before .frame-phone-screen img {
  filter: saturate(0.55) contrast(0.95);
}
.ba-after .frame-browser {
  border-color: rgb(244 238 227 / 0.2);
  box-shadow: 0 24px 60px -12px rgb(0 0 0 / 0.55);
}
.ba-after .frame-phone {
  box-shadow: 0 18px 44px -10px rgb(0 0 0 / 0.55);
}
.ba-disclaimer {
  font-size: 0.82rem;
  color: var(--dim);
  margin-top: 18px;
}

/* editorial captions under the composition */
.ba-captions {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
@media (min-width: 720px) {
  .ba-captions {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ba-captions li {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  font-size: var(--fs-caption);
  color: var(--cream);
}

/* findings */
.findings-block {
  max-width: 62ch;
}
.findings {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.findings li {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.reassure {
  margin-top: 22px;
  font-weight: 560;
  color: var(--cream);
}

/* next steps */
.next-steps {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 22px;
}
@media (min-width: 820px) {
  .next-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
.next-steps {
  list-style: decimal inside;
  color: var(--cream);
}
.next-steps li {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  font-weight: 560;
}
.wa-preview {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #eef6ee;
  border: 1px solid #bfe8cf;
  color: #14261a;
  border-radius: 16px 16px 16px 4px;
  padding: 12px 18px;
  font-size: var(--fs-caption);
}
.wa-preview span {
  font-weight: 650;
}

/* recommended bundle: plain block, whitespace does the separation
   (colored border strips are a top-2 machine-detectable AI tell) */
.rec-card {
  margin-bottom: 18px;
  max-width: 62ch;
}
.rec-card h3 {
  font-size: 1.35rem;
  margin-bottom: 4px;
}
.rec-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
@media (min-width: 720px) {
  .rec-list {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
.rec-list li {
  padding-left: 30px;
  position: relative;
  font-weight: 560;
}
.rec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent-text);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")
    center / contain no-repeat;
}
.rec-list li small {
  display: block;
  font-weight: 430;
  color: var(--dim);
  font-size: var(--fs-caption);
}

/* portfolio */
.pf-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.pf .frame-browser {
  margin-bottom: 14px;
}
.roster {
  font-size: var(--fs-caption);
  color: var(--dim);
  margin-top: 26px;
}
.see-more {
  text-align: center;
  margin-top: 30px;
}

/* closing */
.pitch-close {
  border-top: 1px solid var(--line);
  padding: clamp(40px, 7vw, 80px) 0 8px;
  text-align: center;
}
.pitch-close h2,
.pitch-close p {
  margin-left: auto;
  margin-right: auto;
}
.pitch-close .negation {
  color: var(--accent-text);
  font-weight: 560;
}
.pitch-close p {
  color: var(--dim);
}
.pitch-close .btn-wa {
  margin-top: 10px;
}
.qr {
  margin-top: 30px;
  display: none;
}
.qr img {
  margin: 0 auto 8px;
  border-radius: 12px;
  background: #fff;
  padding: 8px;
}
.qr p {
  font-size: var(--fs-caption);
  color: var(--dim);
}
@media (min-width: 900px) {
  .qr {
    display: inline-block;
  }
}
.colophon {
  margin-top: 20px;
  font-size: var(--fs-caption);
  color: rgb(181 172 157 / 0.65);
}

.pitch-footer {
  margin-top: 0;
}
.pitch-footer .removal,
.pitch-footer .privacy-line {
  max-width: 70ch;
}

/* floating WhatsApp pill: appears after the hero leaves the viewport,
   mobile only, overlays instead of reserving space */
.float-cta {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 50;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 300ms ease,
    transform 300ms cubic-bezier(0.2, 0.7, 0.3, 1);
}
.float-cta.on {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.float-cta .btn {
  min-height: 54px;
  padding: 14px 22px;
  box-shadow: 0 10px 28px -6px rgb(0 0 0 / 0.55);
}
@media (min-width: 900px) {
  .float-cta {
    display: none;
  }
}

/* legal pages */
.legal {
  max-width: 72ch;
}
.legal h2 {
  font-size: 1.3rem;
  margin-top: 1.7em;
}

/* ---------- motion: one hero moment + state changes only.
   Uniform scroll-fade on every section is an AI tell; .reveal is dead. ---------- */
@media (prefers-reduced-motion: no-preference) {
  .hero h1,
  .pitch-hero h1 {
    animation: vv-settle 700ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
  .hero .lead,
  .pitch-hero .compliment {
    animation: vv-settle 700ms 90ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
}
@keyframes vv-settle {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
