@font-face {
  font-family: "VN Serif";
  src: url("fonts/librebaskerville-regular-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "VN Sans";
  src: url("share/fonts/OpenSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "VN Script";
  src: url("fonts/petitformalscript-regular-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "VN Serif";
  src: url("fonts/librebaskerville-bold-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.vn-page {
  --vn-ink: #24192f;
  --vn-ink-soft: #392845;
  --vn-lavender: #8e7dda;
  --vn-lavender-deep: #5c4c93;
  --vn-lavender-pale: #e8e3fa;
  --vn-rose: #d99cab;
  --vn-rose-deep: #8f5368;
  --vn-rose-pale: #f6dde2;
  --vn-peach: #eabf9d;
  --vn-peach-pale: #f8e8d8;
  --vn-cream: #f8f2d8;
  --vn-paper: #fbf8f3;
  --vn-pastel-lavender: #b2a4ff;
  --vn-pastel-pink: #ffb4b4;
  --vn-pastel-peach: #ffdeb4;
  --vn-pastel-cream: #fdf7c3;
  /* Compatibility aliases for the existing component vocabulary. */
  --vn-plum: var(--vn-lavender-deep);
  --vn-mauve: var(--vn-rose-deep);
  --vn-rose-light: var(--vn-rose-pale);
  --vn-lilac: var(--vn-lavender);
  --vn-lilac-light: var(--vn-lavender-pale);
  --vn-ivory: var(--vn-paper);
  --vn-gold: var(--vn-peach);
  --vn-text: #2c2532;
  --vn-muted: #6c6371;
  --vn-line: rgb(52 37 63 / 13%);
  --vn-shadow-soft: 0 24px 70px rgb(39 25 50 / 10%);
  --vn-shadow-card: 0 18px 50px rgb(39 25 50 / 9%);
  --vn-radius-sm: 16px;
  --vn-radius: 26px;
  --vn-radius-lg: 38px;
  min-width: 20rem;
  color: var(--vn-text);
  background: var(--vn-paper);
  font-family: "VN Sans", "Segoe UI", sans-serif;
}

.vn-page h1,
.vn-page h2,
.vn-page h3,
.vn-page .site-brand {
  font-family: "VN Serif", Georgia, serif;
}

.vn-page h1,
.vn-page h2,
.vn-page h3,
.vn-page p {
  text-wrap: pretty;
}

.vn-page h1,
.vn-page h2 {
  letter-spacing: -0.035em;
}

.vn-page h2 {
  margin: 0;
  color: var(--vn-ink);
  font-size: clamp(2.35rem, 5vw, 4.75rem);
  line-height: 1.06;
}

.vn-page h3 {
  letter-spacing: -0.02em;
}

.vn-page p {
  color: var(--vn-muted);
}

.vn-shell {
  width: min(100% - clamp(2rem, 6vw, 7rem), 78rem);
  margin-inline: auto;
}

.vn-skip {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--vn-ink);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.vn-skip:focus {
  color: #fff;
  transform: none;
}

/* Header */
.vn-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  color: #fff !important;
  background: rgb(36 25 47 / 93%) !important;
  box-shadow: 0 4px 24px rgb(14 8 20 / 0%);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  transition: box-shadow 220ms ease, background-color 220ms ease;
}

.vn-header.is-scrolled {
  background: rgb(36 25 47 / 98%) !important;
  box-shadow: 0 10px 35px rgb(14 8 20 / 24%);
}

.vn-header .navbar .container-fluid {
  width: min(100% - 2rem, 82rem);
  min-height: 4.75rem;
  grid-template-columns: 3.25rem 1fr 3.25rem;
}

.vn-header .site-brand {
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  letter-spacing: -0.025em;
}

.vn-header .site-brand a,
.vn-header .btn-link {
  color: #fff;
}

.vn-header .vn-logo {
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 14px;
  background: rgb(255 255 255 / 7%);
}

.vn-header .vn-logo img {
  width: 2.15rem;
  height: 2.15rem;
  filter: invert(1);
}

.vn-header .navbar-toggler {
  border-color: rgb(255 255 255 / 28%);
  color: #fff !important;
  background: rgb(255 255 255 / 5%);
}

.vn-header .collapse {
  border-color: rgb(255 255 255 / 10%);
  background: rgb(36 25 47 / 98%);
}

.vn-header .collapse > div {
  width: min(100% - 2rem, 82rem);
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.vn-header .btn-link:hover {
  color: #fff;
  background: rgb(255 255 255 / 9%);
}

.vn-header .vn-nav-cta {
  color: var(--vn-ink);
  background: var(--vn-pastel-pink);
}

.vn-header .vn-nav-cta:hover {
  color: var(--vn-ink);
  background: var(--vn-pastel-cream);
}

/* Hero */
.vn-hero {
  position: relative;
  min-height: calc(100svh - 4.75rem);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 72% 18%, rgb(142 125 218 / 24%), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgb(217 156 171 / 12%), transparent 28rem),
    linear-gradient(135deg, var(--vn-ink) 0%, var(--vn-ink-soft) 52%, #21172b 100%);
}

.vn-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.25;
  background-image:
    linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, transparent, #000 35%, #000 80%, transparent);
}

.vn-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 35%;
  background: linear-gradient(to top, rgb(20 12 27 / 52%), transparent);
  pointer-events: none;
}

.vn-hero-glow {
  position: absolute;
  z-index: -1;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.vn-hero-glow-one {
  top: -12rem;
  left: -10rem;
  background: rgb(178 164 255 / 18%);
}

.vn-hero-glow-two {
  right: -12rem;
  bottom: -10rem;
  background: rgb(255 180 180 / 14%);
}

.vn-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(30rem, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 5.5rem);
  padding-block: clamp(3.5rem, 8vw, 7rem) clamp(5rem, 9vw, 8rem);
}

.vn-hero-copy {
  position: relative;
  z-index: 4;
}

.vn-eyebrow,
.vn-kicker {
  margin: 0 0 1rem;
  color: var(--vn-mauve);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vn-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--vn-rose-light);
}

.vn-eyebrow span {
  width: 2.4rem;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--vn-rose));
}

.vn-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #fffaf5;
  font-size: clamp(3.1rem, 5.5vw, 6rem);
  line-height: 0.98;
  text-shadow: 0 10px 35px rgb(10 5 15 / 18%);
}

.vn-hero h1 em {
  color: var(--vn-pastel-pink);
  font-family: "VN Script", "VN Serif", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.vn-hero-lede {
  max-width: 40rem;
  margin: 1.65rem 0 0;
  color: rgb(255 250 245 / 72%);
  font-size: clamp(1.03rem, 1.5vw, 1.2rem);
  line-height: 1.8;
}

.vn-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.vn-button {
  min-height: 3.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.vn-button svg {
  width: 1.1rem;
  height: 1.1rem;
  transition: transform 180ms ease;
}

.vn-button:hover {
  transform: translateY(-2px);
}

.vn-button:hover svg,
.vn-button:hover > span:last-child {
  transform: translateX(3px);
}

.vn-button-primary {
  color: var(--vn-ink);
  background: var(--vn-pastel-pink);
  box-shadow: 0 14px 36px rgb(222 164 179 / 18%);
}

.vn-button-primary:hover {
  color: var(--vn-ink);
  background: var(--vn-pastel-cream);
  box-shadow: 0 18px 42px rgb(222 164 179 / 25%);
}

.vn-button-quiet {
  color: #fff9f4;
  border-color: rgb(255 255 255 / 19%);
  background: rgb(255 255 255 / 5%);
  backdrop-filter: blur(10px);
}

.vn-button-quiet:hover {
  color: #fff;
  border-color: rgb(255 255 255 / 34%);
  background: rgb(255 255 255 / 10%);
}

.vn-button-outline {
  color: var(--vn-ink);
  border-color: rgb(36 25 47 / 20%);
  background: transparent;
}

.vn-button-outline:hover {
  color: var(--vn-ink);
  border-color: var(--vn-mauve);
  background: rgb(223 165 179 / 11%);
}

.vn-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.vn-proof-strip li {
  position: relative;
  display: grid;
  gap: 0.14rem;
  padding: 0 1.25rem;
}

.vn-proof-strip li:first-child {
  padding-left: 0;
}

.vn-proof-strip li + li::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  width: 1px;
  background: rgb(255 255 255 / 16%);
}

.vn-proof-strip strong {
  color: #fffaf6;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.vn-proof-strip span {
  color: rgb(255 250 246 / 48%);
  font-size: 0.72rem;
}

.vn-hero-art {
  position: relative;
  min-height: 43rem;
  display: grid;
  place-items: center;
}

.vn-story-window {
  width: min(100%, 43rem);
  overflow: visible;
}

.vn-hero-character {
  position: absolute;
  right: 1.5%;
  bottom: -2rem;
  z-index: 3;
  width: min(54%, 22rem);
  height: auto;
  max-height: 45rem;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 24px 30px rgb(15 8 20 / 36%));
}

.vn-orbit {
  position: absolute;
  z-index: 4;
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 23%);
  border-radius: 50%;
  color: rgb(255 255 255 / 76%);
  background: rgb(36 25 47 / 68%);
  box-shadow: 0 12px 30px rgb(12 6 17 / 20%);
  backdrop-filter: blur(12px);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.vn-orbit::before {
  content: "";
  position: absolute;
  inset: -0.45rem;
  border: 1px solid rgb(231 174 188 / 18%);
  border-radius: inherit;
}

.vn-orbit-art { top: 12%; left: 3%; }
.vn-orbit-code { top: 46%; right: -1%; }
.vn-orbit-audio { bottom: 7%; left: 12%; }

.vn-scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: rgb(255 255 255 / 42%);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.vn-scroll-cue span {
  width: 2.2rem;
  height: 1px;
  display: block;
  background: rgb(255 255 255 / 30%);
}

.vn-section-divider {
  width: 100%;
  height: clamp(4rem, 8vw, 7.5rem);
  margin-top: -1px;
  background: var(--vn-paper);
}

/* Introduction */
.vn-intro {
  padding: clamp(4.5rem, 10vw, 9rem) 0 clamp(3.5rem, 7vw, 6rem);
  background: var(--vn-paper);
}

.vn-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.65fr);
  align-items: end;
  gap: clamp(2rem, 8vw, 8rem);
}

.vn-intro-grid h2 {
  max-width: 12ch;
}

.vn-intro-grid > div:last-child {
  padding-bottom: 0.4rem;
}

.vn-intro-grid > div:last-child p {
  margin: 0 0 1.4rem;
  font-size: 1.05rem;
  line-height: 1.85;
}

.vn-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--vn-ink);
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration-color: var(--vn-rose);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.35em;
}

.vn-text-link:hover {
  color: var(--vn-mauve);
}

.vn-text-link span {
  transition: transform 180ms ease;
}

.vn-text-link:hover span {
  transform: translateX(4px);
}

/* Capabilities */
.vn-capabilities,
.vn-packages,
.vn-comparison,
.vn-faq {
  padding: clamp(5rem, 11vw, 9rem) 0;
}

.vn-capabilities {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  background: var(--vn-paper);
}

.vn-section-heading {
  max-width: 52rem;
  margin-bottom: clamp(2.8rem, 5vw, 4.5rem);
}

.vn-section-heading > p:last-child {
  max-width: 40rem;
  margin: 1.1rem 0 0;
  font-size: 1.03rem;
  line-height: 1.75;
}

.vn-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(15rem, auto);
  gap: 1rem;
}

.vn-capability {
  position: relative;
  grid-column: span 4;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  border: 1px solid var(--vn-line);
  border-radius: var(--vn-radius);
  background: rgb(251 248 243 / 92%);
  box-shadow: 0 18px 45px rgb(40 27 48 / 4%);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.vn-capability:hover {
  z-index: 2;
  border-color: rgb(154 104 125 / 33%);
  box-shadow: var(--vn-shadow-card);
  transform: translateY(-5px);
}

.vn-capability-featured {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 31rem;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgb(217 156 171 / 24%), transparent 20rem),
    linear-gradient(145deg, var(--vn-ink), var(--vn-rose-deep));
}

.vn-capability:nth-child(2) {
  background: linear-gradient(145deg, var(--vn-rose-pale), var(--vn-paper));
}

.vn-capability:nth-child(3) {
  background: linear-gradient(145deg, var(--vn-lavender-pale), var(--vn-paper));
}

.vn-capability:nth-child(4) {
  background: linear-gradient(145deg, var(--vn-peach-pale), var(--vn-paper));
}

.vn-capability:nth-child(5) {
  background: linear-gradient(145deg, var(--vn-cream), var(--vn-paper));
}

.vn-capability:nth-child(3) .vn-capability-icon,
.vn-capability:nth-child(3) .vn-card-label {
  color: var(--vn-lavender-deep);
}

.vn-capability-featured h3,
.vn-capability-featured p,
.vn-capability-featured li {
  color: #fff;
}

.vn-capability-featured > p:not(.vn-card-label) {
  max-width: 34rem;
  color: rgb(255 255 255 / 65%);
}

.vn-capability-featured ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.vn-capability-featured li {
  padding: 0.5rem 0.75rem;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 999px;
  background: rgb(255 255 255 / 5%);
  font-size: 0.73rem;
  font-weight: 700;
}

.vn-capability:nth-child(2),
.vn-capability:nth-child(3) {
  grid-column: span 5;
}

.vn-capability-wide {
  grid-column: span 8;
  flex-direction: row;
  align-items: center;
  gap: 1.3rem;
}

.vn-capability-icon {
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid rgb(154 104 125 / 16%);
  border-radius: 15px;
  color: var(--vn-mauve);
  background: rgb(223 165 179 / 10%);
}

.vn-capability-featured .vn-capability-icon {
  color: var(--vn-rose-light);
  border-color: rgb(255 255 255 / 13%);
  background: rgb(255 255 255 / 6%);
}

.vn-capability-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.vn-card-label {
  margin: 1.6rem 0 0.4rem;
  color: var(--vn-mauve);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vn-capability-featured .vn-card-label {
  color: var(--vn-rose-light);
}

.vn-capability h3 {
  margin: 0 0 0.75rem;
  color: var(--vn-ink);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.18;
}

.vn-capability.vn-capability-featured h3 {
  color: #fff;
}

.vn-capability > p:not(.vn-card-label),
.vn-capability > div > p:not(.vn-card-label) {
  margin: 0;
  line-height: 1.7;
}

.vn-capability-wide .vn-card-label {
  margin-top: 0;
}

.vn-card-flourish {
  position: absolute;
  right: -1rem;
  bottom: 3.2rem;
  width: 15rem;
  color: var(--vn-rose);
  opacity: 0.11;
  transform: rotate(-8deg);
}

/* Process */
.vn-process {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 11vw, 9.5rem) 0;
  color: #fff;
  background:
    radial-gradient(circle at 10% 85%, rgb(178 164 255 / 16%), transparent 25rem),
    radial-gradient(circle at 90% 15%, rgb(217 156 171 / 16%), transparent 26rem),
    var(--vn-ink);
}

.vn-process::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(circle, rgb(255 255 255 / 26%) 0.7px, transparent 0.7px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, #000 70%, transparent);
  pointer-events: none;
}

.vn-section-heading-light {
  position: relative;
  z-index: 1;
}

.vn-section-heading-light h2 {
  max-width: 13ch;
  color: #fffaf7;
}

.vn-section-heading-light .vn-kicker {
  color: var(--vn-rose-light);
}

.vn-section-heading-light > p:last-child {
  color: rgb(255 255 255 / 57%);
}

.vn-process-track {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}

.vn-process-line {
  position: absolute;
  top: 2.5rem;
  left: 1%;
  width: 98%;
  height: 5rem;
  color: rgb(178 164 255 / 42%);
}

.vn-process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.vn-process-list li:nth-child(even) {
  padding-top: 3rem;
}

.vn-step-number {
  width: 4.3rem;
  height: 4.3rem;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 50%;
  color: var(--vn-pastel-pink);
  background: var(--vn-ink);
  box-shadow: 0 0 0 0.7rem rgb(36 25 47 / 92%);
  font-family: "VN Serif", Georgia, serif;
  font-size: 1.2rem;
}

.vn-process-list li:nth-child(even) .vn-step-number {
  color: var(--vn-pastel-lavender);
}

.vn-process-list h3 {
  margin: 2rem 0 0.7rem;
  color: #fff;
  font-size: 1.45rem;
}

.vn-process-list p {
  margin: 0;
  color: rgb(255 255 255 / 55%);
  font-size: 0.9rem;
  line-height: 1.75;
}

/* Packages */
.vn-packages {
  background:
    linear-gradient(180deg, rgb(232 227 250 / 78%), transparent 24rem),
    var(--vn-paper);
}

.vn-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
}

.vn-package {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(1.6rem, 3vw, 2.3rem);
  border: 1px solid var(--vn-line);
  border-radius: var(--vn-radius-lg);
  background: var(--vn-paper);
  box-shadow: var(--vn-shadow-card);
}

.vn-package-featured {
  color: #fff;
  border-color: rgb(255 255 255 / 11%);
  background:
    radial-gradient(circle at 100% 0, rgb(255 180 180 / 18%), transparent 20rem),
    linear-gradient(145deg, var(--vn-lavender-deep), var(--vn-ink));
  box-shadow: 0 28px 75px rgb(42 27 51 / 22%);
  transform: translateY(-1.25rem);
}

.vn-package-badge {
  position: absolute;
  top: 0;
  right: 2rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0 0 12px 12px;
  color: var(--vn-ink);
  background: var(--vn-pastel-pink);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.vn-package-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--vn-line);
  color: var(--vn-mauve);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.vn-package-featured .vn-package-topline {
  border-color: rgb(255 255 255 / 12%);
  color: var(--vn-rose-light);
}

.vn-package h3 {
  margin: 1.7rem 0 0.65rem;
  color: var(--vn-ink);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.1;
}

.vn-package-featured h3 {
  color: #fff;
}

.vn-package-for {
  min-height: 5.2rem;
  margin: 0;
  line-height: 1.65;
}

.vn-package-featured .vn-package-for {
  color: rgb(255 255 255 / 57%);
}

.vn-price {
  display: grid;
  gap: 0.15rem;
  margin: 2rem 0;
  color: var(--vn-ink);
  font-family: "VN Serif", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
}

.vn-price span {
  color: var(--vn-muted);
  font-family: "VN Sans", "Segoe UI", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vn-package-featured .vn-price {
  color: #fff;
}

.vn-package-featured .vn-price span {
  color: rgb(255 255 255 / 45%);
}

.vn-price-quote {
  font-size: clamp(1.75rem, 3.2vw, 2.6rem);
}

.vn-feature-list {
  display: grid;
  gap: 0.8rem;
  margin: 0 0 2rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--vn-line);
  list-style: none;
}

.vn-package-featured .vn-feature-list {
  border-color: rgb(255 255 255 / 12%);
}

.vn-feature-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--vn-muted);
  font-size: 0.86rem;
}

.vn-feature-list li::before {
  content: "";
  position: absolute;
  top: 0.42rem;
  left: 0.1rem;
  width: 0.55rem;
  height: 0.32rem;
  border-bottom: 2px solid var(--vn-mauve);
  border-left: 2px solid var(--vn-mauve);
  transform: rotate(-45deg);
}

.vn-package-featured .vn-feature-list li {
  color: rgb(255 255 255 / 66%);
}

.vn-package-featured .vn-feature-list li::before {
  border-color: var(--vn-rose-light);
}

.vn-package .vn-button {
  width: 100%;
  margin-top: auto;
}

.vn-package-note {
  margin: 2.1rem 0 0;
  text-align: center;
  font-size: 0.9rem;
}

.vn-package-note a {
  color: var(--vn-ink);
  font-weight: 800;
  text-decoration-color: var(--vn-rose);
}

/* Comparison */
.vn-comparison {
  padding-top: clamp(3rem, 7vw, 6rem);
  background: var(--vn-paper);
}

.vn-table-wrap {
  overflow: auto;
  border: 1px solid var(--vn-line);
  border-radius: var(--vn-radius);
  box-shadow: var(--vn-shadow-soft);
  scrollbar-color: var(--vn-rose) var(--vn-ivory);
}

.vn-table-wrap:focus-visible {
  outline: 3px solid var(--vn-mauve);
  outline-offset: 4px;
}

.vn-table {
  width: 100%;
  min-width: 56rem;
  border-collapse: collapse;
  background: var(--vn-paper);
}

.vn-table th,
.vn-table td {
  padding: 1.2rem 1.25rem;
  border-bottom: 1px solid var(--vn-line);
  text-align: center;
}

.vn-table th:first-child,
.vn-table td:first-child {
  width: 38%;
  text-align: left;
}

.vn-table thead th {
  color: #fff;
  background: var(--vn-ink);
  font-family: "VN Serif", Georgia, serif;
  font-size: 1rem;
}

.vn-table thead th:first-child {
  border-radius: 25px 0 0;
}

.vn-table thead th:last-child {
  border-radius: 0 25px 0 0;
}

.vn-table thead small {
  display: block;
  margin-top: 0.2rem;
  color: rgb(255 255 255 / 45%);
  font-family: "VN Sans", "Segoe UI", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vn-table tbody tr:last-child th,
.vn-table tbody tr:last-child td {
  border-bottom: 0;
}

.vn-table tbody tr:nth-child(even) {
  background: var(--vn-lavender-pale);
}

.vn-table tbody tr:hover {
  background: var(--vn-rose-pale);
}

.vn-table tbody th {
  color: var(--vn-ink);
  font-size: 0.86rem;
  font-weight: 750;
}

.vn-table tbody th small {
  display: block;
  margin-top: 0.15rem;
  color: var(--vn-muted);
  font-size: 0.68rem;
  font-weight: 500;
}

.vn-yes {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--vn-rose-deep);
  font-size: 0.74rem;
  font-weight: 800;
}

.vn-yes::before {
  content: "";
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4 8 2.5 2.5L12 5' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.75rem no-repeat,
    var(--vn-rose-deep);
}

.vn-no {
  color: #afa6b2;
  font-size: 1.3rem;
}

.vn-swipe-note {
  display: none;
  margin: 0.8rem 0 0;
  font-size: 0.72rem;
  text-align: right;
}

/* Trust */
.vn-trust {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 11vw, 10rem) 0;
  background:
    radial-gradient(circle at 0 100%, rgb(217 156 171 / 20%), transparent 28rem),
    linear-gradient(135deg, var(--vn-lavender-pale) 0%, var(--vn-rose-pale) 58%, var(--vn-paper) 100%);
}

.vn-trust::before {
  content: "";
  position: absolute;
  top: -10rem;
  right: -10rem;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgb(96 66 95 / 9%);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgb(96 66 95 / 3%), 0 0 0 8rem rgb(96 66 95 / 2%);
}

.vn-trust-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(28rem, 0.72fr);
  gap: clamp(3rem, 9vw, 9rem);
}

.vn-trust-copy h2 {
  max-width: 13ch;
  font-size: clamp(2.4rem, 4.7vw, 4.4rem);
}

.vn-trust-copy > p:not(.vn-kicker) {
  max-width: 38rem;
  margin: 1.4rem 0;
  line-height: 1.85;
}

.vn-trust-points {
  display: grid;
  align-content: center;
}

.vn-trust-points article {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.25rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid rgb(52 37 63 / 13%);
}

.vn-trust-points article:first-child {
  padding-top: 0;
}

.vn-trust-points article > span {
  color: var(--vn-mauve);
  font-family: "VN Serif", Georgia, serif;
  font-size: 0.84rem;
}

.vn-trust-points h3 {
  margin: 0 0 0.35rem;
  color: var(--vn-ink);
  font-size: 1.15rem;
}

.vn-trust-points p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.65;
}

/* FAQ */
.vn-faq {
  background: var(--vn-paper);
}

.vn-faq-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.58fr) minmax(28rem, 0.82fr);
  align-items: start;
  gap: clamp(3rem, 9vw, 9rem);
}

.vn-faq-heading {
  position: sticky;
  top: 7rem;
}

.vn-faq-heading h2 {
  max-width: 10ch;
  font-size: clamp(2.4rem, 4.4vw, 4.1rem);
}

.vn-faq-heading > p:not(.vn-kicker) {
  max-width: 29rem;
  margin: 1.2rem 0 1.8rem;
  line-height: 1.75;
}

.vn-faq-heading .vn-button-quiet {
  color: var(--vn-ink);
  border-color: var(--vn-line);
  background: var(--vn-cream);
}

.vn-faq-list {
  border-top: 1px solid var(--vn-line);
}

.vn-faq-list details {
  border-bottom: 1px solid var(--vn-line);
}

.vn-faq-list summary {
  display: grid;
  grid-template-columns: 1fr 2rem;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 0;
  color: var(--vn-ink);
  font-family: "VN Serif", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

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

.vn-faq-list summary span {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--vn-line);
  border-radius: 50%;
}

.vn-faq-list summary span::before,
.vn-faq-list summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  height: 1.5px;
  border-radius: 3px;
  background: var(--vn-mauve);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.vn-faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.vn-faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.vn-faq-list details > p {
  margin: -0.45rem 3.5rem 1.7rem 0;
  line-height: 1.8;
}

/* Final CTA */
.vn-final-cta {
  position: relative;
  min-height: 41rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgb(178 164 255 / 19%), transparent 28rem),
    radial-gradient(circle at 80% 75%, rgb(255 180 180 / 16%), transparent 26rem),
    var(--vn-ink);
}

.vn-final-cta::before,
.vn-final-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 50%;
}

.vn-final-cta::before {
  width: 50rem;
  height: 50rem;
  top: -35rem;
  left: -20rem;
}

.vn-final-cta::after {
  width: 42rem;
  height: 42rem;
  right: -27rem;
  bottom: -28rem;
}

.vn-final-inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  padding-block: 6rem;
  text-align: center;
}

.vn-final-inner .vn-kicker {
  color: var(--vn-rose-light);
}

.vn-final-inner h2 {
  max-width: 12ch;
  color: #fffaf6;
  font-size: clamp(2.8rem, 6vw, 6rem);
}

.vn-final-inner > p:not(.vn-kicker) {
  max-width: 42rem;
  margin: 1.4rem auto 0;
  color: rgb(255 255 255 / 57%);
  font-size: 1.05rem;
  line-height: 1.8;
}

.vn-final-moon {
  position: absolute;
  top: 4%;
  right: 5%;
  z-index: 0;
  width: min(20vw, 15rem);
  color: var(--vn-rose-light);
  opacity: 0.6;
}

.vn-final-stars {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.32;
  background-image:
    radial-gradient(circle at 18% 35%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 22%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 68%, #fff 0 1.2px, transparent 1.7px),
    radial-gradient(circle at 32% 79%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 62% 53%, #fff 0 0.8px, transparent 1.3px);
}

/* Footer */
.vn-footer {
  padding: 3rem 0;
  color: rgb(255 255 255 / 60%);
  background: #18101f;
}

.vn-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  align-items: start;
  gap: 3rem;
}

.vn-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-family: "VN Serif", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.vn-footer-brand:hover {
  color: #fff;
}

.vn-footer-brand img {
  filter: invert(1);
}

.vn-footer p {
  margin: 0.8rem 0 0;
  color: rgb(255 255 255 / 42%);
  font-size: 0.78rem;
}

.vn-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.2rem;
}

.vn-footer a {
  color: rgb(255 255 255 / 63%);
  font-size: 0.8rem;
  text-decoration: none;
}

.vn-footer a:hover {
  color: #fff;
}

.vn-footer-social {
  text-align: right;
}

/* Motion */
[data-reveal] {
  opacity: 0;
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal="up"] {
  transform: translateY(28px);
}

[data-reveal="scale"] {
  transform: translateY(18px) scale(0.975);
}

[data-reveal-delay="1"] { transition-delay: 100ms; }
[data-reveal-delay="2"] { transition-delay: 200ms; }

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.vn-moon {
  transform-origin: 538px 172px;
  animation: vnMoonGlow 5s ease-in-out infinite;
}

.vn-stars circle:nth-child(2n) {
  animation: vnTwinkle 2.8s ease-in-out infinite alternate;
}

.vn-stars circle:nth-child(3n) {
  animation: vnTwinkle 3.6s 0.7s ease-in-out infinite alternate;
}

.vn-petals path:nth-child(1) { animation: vnPetal 7s ease-in-out infinite; }
.vn-petals path:nth-child(2) { animation: vnPetal 8.5s 1.2s ease-in-out infinite; }
.vn-petals path:nth-child(3) { animation: vnPetal 9s 0.5s ease-in-out infinite; }
.vn-petals path:nth-child(4) { animation: vnPetal 7.5s 1.8s ease-in-out infinite; }

.vn-layer-card {
  animation: vnFloat 5s ease-in-out infinite;
}

.vn-dialogue-line {
  transform-origin: left;
  animation: vnDialogue 4s 1s ease-in-out infinite;
}

.vn-orbit-art { animation: vnFloat 5.4s ease-in-out infinite; }
.vn-orbit-code { animation: vnFloat 6.2s 0.8s ease-in-out infinite; }
.vn-orbit-audio { animation: vnFloat 5.8s 1.4s ease-in-out infinite; }

.vn-divider-line {
  stroke-dasharray: 18 8;
  animation: vnDash 14s linear infinite;
}

.vn-divider-petals path:nth-child(2) { animation: vnPetal 8s ease-in-out infinite; }

@keyframes vnMoonGlow {
  0%, 100% { opacity: 0.84; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.035); }
}

@keyframes vnTwinkle {
  from { opacity: 0.3; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1.25); }
}

@keyframes vnPetal {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(12px, 18px) rotate(18deg); }
}

@keyframes vnFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes vnDialogue {
  0%, 15% { transform: scaleX(0.4); opacity: 0.35; }
  45%, 100% { transform: scaleX(1); opacity: 0.48; }
}

@keyframes vnDash {
  to { stroke-dashoffset: -104; }
}

/* Large tablet */
@media (max-width: 1100px) {
  .vn-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(26rem, 1fr);
    gap: 1rem;
  }

  .vn-hero h1 {
    font-size: clamp(3.4rem, 7vw, 5rem);
  }

  .vn-hero-art {
    min-height: 38rem;
  }

  .vn-proof-strip li {
    padding-inline: 0.85rem;
  }

  .vn-package {
    padding: 1.7rem;
  }
}

/* Tablet */
@media (max-width: 900px) {
  .vn-header .collapse > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .vn-hero-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 5rem;
  }

  .vn-hero-copy {
    max-width: 45rem;
  }

  .vn-hero h1 {
    max-width: 12ch;
    font-size: clamp(3.5rem, 9vw, 5.7rem);
  }

  .vn-hero-art {
    width: min(100%, 42rem);
    min-height: 35rem;
    margin: -1rem auto 0;
  }

  .vn-scroll-cue {
    display: none;
  }

  .vn-intro-grid,
  .vn-trust-grid,
  .vn-faq-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .vn-intro-grid > div:last-child,
  .vn-trust-copy > p:not(.vn-kicker) {
    max-width: 42rem;
  }

  .vn-capability-featured {
    grid-column: span 12;
    min-height: 26rem;
  }

  .vn-capability:nth-child(2),
  .vn-capability:nth-child(3),
  .vn-capability:nth-child(4) {
    grid-column: span 6;
  }

  .vn-capability-wide {
    grid-column: span 6;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .vn-process-line {
    display: none;
  }

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

  .vn-process-list li:nth-child(even) {
    padding-top: 0;
  }

  .vn-package-grid {
    grid-template-columns: 1fr;
    max-width: 42rem;
    margin-inline: auto;
  }

  .vn-package-featured {
    transform: none;
  }

  .vn-package-for {
    min-height: auto;
  }

  .vn-faq-heading {
    position: static;
  }

  .vn-faq-heading h2 {
    max-width: 13ch;
  }

  .vn-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vn-footer-social {
    text-align: left;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .vn-shell {
    width: min(100% - 1.35rem, 78rem);
  }

  .vn-header .navbar .container-fluid {
    width: min(100% - 1rem, 82rem);
    grid-template-columns: 2.9rem 1fr 2.9rem;
  }

  .vn-header .vn-logo {
    width: 2.75rem;
    height: 2.75rem;
  }

  .vn-header .vn-logo img {
    width: 1.85rem;
    height: 1.85rem;
  }

  .vn-header .navbar-toggler {
    width: 2.75rem;
    height: 2.75rem;
  }

  .vn-header .site-brand {
    font-size: 0.98rem;
  }

  .vn-header .collapse > div {
    grid-template-columns: 1fr;
  }

  .vn-hero-grid {
    padding-block: 3.7rem 4.5rem;
  }

  .vn-eyebrow,
  .vn-kicker {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }

  .vn-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .vn-hero-lede {
    margin-top: 1.2rem;
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .vn-hero-actions {
    display: grid;
  }

  .vn-button {
    width: 100%;
  }

  .vn-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
  }

  .vn-proof-strip li {
    padding-inline: 0.5rem;
  }

  .vn-proof-strip li:first-child {
    padding-left: 0;
  }

  .vn-proof-strip strong,
  .vn-proof-strip span {
    font-size: 0.62rem;
  }

  .vn-hero-art {
    min-height: 29rem;
    margin-top: 0;
  }

  .vn-story-window {
    width: 112%;
    max-width: none;
  }

  .vn-hero-character {
    right: 0;
    bottom: -1rem;
    width: 53%;
  }

  .vn-orbit {
    width: 3.15rem;
    height: 3.15rem;
    font-size: 0.52rem;
  }

  .vn-orbit-art { left: 1%; }
  .vn-orbit-code { right: 0; }
  .vn-orbit-audio { left: 6%; bottom: 2%; }

  .vn-section-divider {
    height: 4.2rem;
  }

  .vn-intro,
  .vn-capabilities,
  .vn-packages,
  .vn-comparison,
  .vn-faq,
  .vn-trust,
  .vn-process {
    padding-block: 4.7rem;
  }

  .vn-page h2 {
    font-size: clamp(2.2rem, 11vw, 3.15rem);
  }

  .vn-section-heading {
    margin-bottom: 2.5rem;
  }

  .vn-bento {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .vn-capability,
  .vn-capability-featured,
  .vn-capability:nth-child(2),
  .vn-capability:nth-child(3),
  .vn-capability:nth-child(4),
  .vn-capability-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 17rem;
  }

  .vn-capability-featured {
    min-height: 26rem;
  }

  .vn-card-flourish {
    width: 11rem;
  }

  .vn-process-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .vn-process-list li {
    position: relative;
    display: grid;
    grid-template-columns: 3.8rem 1fr;
    column-gap: 1.1rem;
    padding-bottom: 2rem;
  }

  .vn-process-list li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 3.5rem;
    bottom: 0;
    left: 1.62rem;
    border-left: 1px dashed rgb(243 203 210 / 25%);
  }

  .vn-step-number {
    grid-row: span 2;
    width: 3.25rem;
    height: 3.25rem;
    font-size: 0.92rem;
  }

  .vn-process-list h3 {
    margin: 0.15rem 0 0.35rem;
  }

  .vn-process-list p {
    grid-column: 2;
  }

  .vn-package {
    padding: 1.45rem;
    border-radius: 25px;
  }

  .vn-package-badge {
    right: 1.2rem;
  }

  .vn-table-wrap {
    margin-right: -0.67rem;
    border-radius: 20px 0 0 20px;
  }

  .vn-table {
    min-width: 48rem;
  }

  .vn-table th,
  .vn-table td {
    padding: 1rem;
  }

  .vn-table th:first-child,
  .vn-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 13rem;
    min-width: 13rem;
    background: var(--vn-paper);
    box-shadow: 8px 0 18px rgb(36 25 47 / 6%);
  }

  .vn-table thead th:first-child {
    z-index: 3;
    background: var(--vn-ink);
  }

  .vn-table tbody tr:nth-child(even) th:first-child {
    background: #faf7fc;
  }

  .vn-swipe-note {
    display: block;
  }

  .vn-trust-grid {
    gap: 3rem;
  }

  .vn-trust-points article {
    grid-template-columns: 2.2rem 1fr;
  }

  .vn-faq-list summary {
    font-size: 0.98rem;
  }

  .vn-faq-list details > p {
    margin-right: 0;
    font-size: 0.9rem;
  }

  .vn-final-cta {
    min-height: 38rem;
  }

  .vn-final-inner h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .vn-final-moon {
    width: 8rem;
    top: 2rem;
    right: -1.5rem;
  }

  .vn-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .vn-footer-social {
    text-align: left;
  }
}

@media (max-width: 380px) {
  .vn-header .site-brand {
    font-size: 0.87rem;
  }

  .vn-hero h1 {
    font-size: 2.55rem;
  }

  .vn-proof-strip {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .vn-proof-strip li {
    padding: 0 0 0.75rem;
  }

  .vn-proof-strip li + li::before {
    top: -0.4rem;
    right: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .vn-hero-art {
    min-height: 25rem;
  }
}

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

  .vn-page [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
