/* ============================================================
   Vela Norte Formacion - stylesheet
   sections: fonts, reset, tokens, base, header, hero, buttons,
   sections/bands, deck-tabs, svg-path, gallery, stepped-grid,
   counter-ledger, testimonials, cards, team, forms, footer,
   mobile menu, utility, 404/thanks, reduced-motion
   ============================================================ */

/* fonts */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/exo2-var-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/titillium-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/titillium-600-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/titillium-700-latin.woff2") format("woff2");
}

/* reset */
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, p, ul, ol, dl, dd, figure {
  margin: 0;
}

ul, ol {
  padding: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

a {
  color: inherit;
}

table {
  border-collapse: collapse;
}

/* tokens */
:root {
  --band-shadow: none;
  --dusk: #241f1b;
  --dusk-70: #241f1bb3;
  --flame: #e8541d;
  --flame-12: #e8541d1f;
  --flame-30: #e8541d4d;
  --foam: #f4f1ed;
  --foam-dim: #cac7c3;
  --foam-faint: #b6b2ae;
  --foam-link: #d5d2ce;
  --mast: #2b2622;
  --mast-60: #2b262299;
  --route: #e3dfda;
  --sail: #fbfaf8;
  --sail-90: #fbfaf8e6;

  --container: 1180px;
  --container-pad: 20px;
  --font-display: "Exo 2", "Segoe UI", sans-serif;
  --font-text: "Titillium Web", "Segoe UI", sans-serif;
  --radius-btn: 8px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 10px;

  --space-l: clamp(3.5rem, 3rem + 2vw, 6rem);
  --space-m: clamp(2.25rem, 2rem + 1vw, 3.25rem);
  --space-s: clamp(1.25rem, 1rem + 0.6vw, 1.75rem);
  --space-xl: clamp(4.5rem, 3.5rem + 4vw, 8.5rem);
}

/* base */
body {
  background: var(--sail);
  color: var(--mast);
  font-family: var(--font-text);
  font-size: 1rem;
  line-height: 1.65;
}

h1, h2, h3 {
  color: var(--mast);
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.12;
  text-transform: none;
}

h1 {
  font-size: clamp(2.5rem, 1.6rem + 4.2vw, 6.5rem);
}

h2 {
  font-size: clamp(1.9rem, 1.5rem + 1.8vw, 3rem);
}

h3 {
  font-size: clamp(1.25rem, 1.1rem + 0.7vw, 1.6rem);
}

p {
  max-width: 62ch;
}

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

.vn-eyebrow {
  color: var(--flame);
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.vn-container {
  margin-inline: auto;
  max-width: var(--container);
  padding-inline: var(--container-pad);
}

/* sticky header covers jump targets otherwise (skip-link, in-page anchors) */
#contenido {
  scroll-margin-top: 96px;
}

/* scrollable strips: thin native scrollbar, no webkit pseudo-selectors */
.vn-scroller {
  scrollbar-color: var(--flame) transparent;
  scrollbar-width: thin;
}

/* skip link */
.vn-skip {
  background: var(--flame);
  border-radius: 0 0 var(--radius-sm) 0;
  color: var(--foam);
  font-family: var(--font-text);
  font-weight: 600;
  left: 0;
  padding: 14px 22px;
  position: absolute;
  top: -120px;
  transition: top 0.18s ease;
  z-index: 1200;
}

.vn-skip:focus-visible {
  top: 0;
}

/* header */
.vn-site-top {
  background: var(--sail-90);
  border-bottom: 1px solid var(--route);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 999;
}

.vn-topbar {
  align-items: center;
  display: grid;
  gap: var(--space-s);
  grid-template-columns: 1fr auto;
  min-height: 76px;
}

.vn-site-logo {
  align-items: center;
  color: var(--mast);
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  gap: 10px;
  text-decoration: none;
}

.vn-site-logo img {
  height: 34px;
  width: 34px;
}

.vn-nav-list {
  align-items: center;
  display: none;
  gap: 26px;
  list-style: none;
}

.vn-nav-list a {
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
}

.vn-nav-list a[aria-current="page"],
.vn-nav-list a:hover,
.vn-nav-list a:focus-visible {
  color: var(--flame);
}

.vn-nav-right-wrap {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.vn-menu-btn {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  padding: 8px 4px;
}

.vn-menu-btn-bars {
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}

.vn-menu-btn-bars,
.vn-menu-btn-bars::before,
.vn-menu-btn-bars::after {
  background: var(--mast);
  border-radius: 2px;
}

.vn-menu-btn-bars::before,
.vn-menu-btn-bars::after {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.vn-menu-btn-bars::before {
  top: -7px;
}

.vn-menu-btn-bars::after {
  top: 7px;
}

@media (min-width: 900px) {
  .vn-topbar {
    grid-template-columns: 1fr auto 1fr;
  }

  .vn-nav-list {
    display: flex;
  }

  .vn-menu-btn {
    display: none;
  }
}

/* mobile fullscreen menu (placed after </header>, own stacking context) */
.vn-mobile-menu {
  background: var(--dusk);
  color: var(--foam);
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  inset: 0;
  justify-content: center;
  padding: var(--space-l) var(--container-pad);
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  z-index: 1100;
}

.vn-mobile-menu.menu-live {
  pointer-events: auto;
  visibility: visible;
}

.vn-mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
  list-style: none;
}

.vn-mobile-menu a {
  color: var(--foam);
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 500;
  text-decoration: none;
}

.vn-mobile-menu-close {
  align-self: flex-end;
  color: var(--foam);
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width: 900px) {
  .vn-mobile-menu {
    display: none;
  }
}

/* buttons */
.vn-btn {
  border-radius: var(--radius-btn);
  display: inline-flex;
  font-family: var(--font-text);
  font-size: 0.98rem;
  font-weight: 600;
  gap: 10px;
  padding: 14px 26px;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.vn-btn-primary {
  background: var(--flame);
  border: 1.5px solid var(--flame);
  color: var(--foam);
}

.vn-btn-primary:hover,
.vn-btn-primary:focus-visible {
  background: var(--dusk);
  border-color: var(--dusk);
}

.vn-btn-ghost {
  background: transparent;
  border: 1.5px solid var(--mast);
  color: var(--mast);
}

.vn-btn-ghost:hover,
.vn-btn-ghost:focus-visible {
  background: var(--mast);
  color: var(--foam);
}

.vn-band .vn-btn-ghost {
  border-color: var(--foam);
  color: var(--foam);
}

.vn-band .vn-btn-ghost:hover,
.vn-band .vn-btn-ghost:focus-visible {
  background: var(--foam);
  color: var(--dusk);
}

/* hero */
.vn-intro {
  overflow: hidden;
  padding-block: var(--space-m) var(--space-xl);
  position: relative;
}

.vn-intro-mark {
  color: var(--flame-12);
  font-family: var(--font-display);
  font-size: clamp(6rem, 3rem + 22vw, 15rem);
  font-weight: 700;
  inset-block-start: clamp(-2rem, -1rem - 4vw, 1rem);
  inset-inline-start: -0.04em;
  line-height: 0.8;
  pointer-events: none;
  position: absolute;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.vn-intro-grid {
  display: grid;
  gap: var(--space-m);
  position: relative;
  z-index: 1;
}

.vn-intro-copy {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  padding-top: clamp(3rem, 2rem + 6vw, 6.5rem);
}

.vn-intro-lede {
  font-size: 1.1rem;
  max-width: 46ch;
}

.vn-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.vn-intro-media {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vn-intro-photo {
  border-radius: var(--radius-lg);
  max-height: clamp(300px, 42vh, 460px);
  overflow: hidden;
  position: relative;
}

.vn-intro-photo img {
  border-radius: var(--radius-lg);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vn-intro-photo::after {
  background: linear-gradient(180deg, #241f1b00 40%, var(--dusk-70) 100%);
  border-radius: var(--radius-lg);
  content: "";
  inset: 0;
  position: absolute;
}

.vn-intro-fact {
  background-color: var(--dusk);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  border-radius: var(--radius-lg);
  color: var(--foam);
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 26px 28px;
}

.vn-intro-fact strong {
  color: var(--flame);
  display: block;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.vn-intro-fact p {
  font-size: 1.18rem;
  line-height: 1.4;
  margin: 0;
  max-width: 32ch;
}

.vn-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: var(--space-s);
}

.vn-chip {
  background: var(--sail);
  border: 1px solid var(--route);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 8px 16px;
}

@media (min-width: 1000px) {
  .vn-intro-grid {
    align-items: stretch;
    grid-template-columns: 1.05fr 0.95fr;
  }

  .vn-intro-media {
    margin-bottom: -3.5rem;
  }
}

/* sections + bands */
.vn-section {
  padding-block: var(--space-l);
}

.vn-section-tight {
  padding-block: var(--space-m);
}

.vn-band {
  background-color: var(--dusk);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  background-repeat: repeat;
  color: var(--foam);
}

.vn-band h2,
.vn-band h3 {
  color: var(--foam);
}

/* light cards keep dark headings even when the section around them is a dark band */
.vn-band .vn-step-card h3,
.vn-band .vn-card h3,
.vn-band .vn-quote h3,
.vn-band .vn-deck-screen h3 {
  color: var(--mast);
}

.vn-band .vn-eyebrow {
  color: var(--flame);
}

.vn-section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: var(--space-m);
  max-width: 60ch;
}

.vn-num {
  color: var(--flame);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

/* deck-tabs */
.vn-deck {
  display: grid;
  gap: var(--space-s);
}

.vn-deck-pad {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vn-deck-btn {
  background: var(--sail);
  border: 1px solid var(--route);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  text-align: left;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.vn-deck-btn-num {
  color: var(--flame);
  display: block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
}

.vn-deck-btn-title {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
}

.vn-deck-btn.landed {
  background: var(--dusk);
  border-color: var(--dusk);
}

.vn-deck-btn.landed .vn-deck-btn-title,
.vn-deck-btn.landed .vn-deck-btn-num {
  color: var(--foam);
}

.vn-deck-screen {
  background: var(--sail);
  border: 1px solid var(--route);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.vn-deck-panel {
  display: grid;
  gap: var(--space-s);
  padding: var(--space-s);
}

.vn-deck-panel[hidden] {
  display: none;
}

.vn-deck-panel img {
  border-radius: var(--radius-md);
}

@media (min-width: 900px) {
  .vn-deck {
    grid-template-columns: 0.85fr 1.6fr;
  }

  .vn-deck-panel {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: var(--space-m);
  }
}

/* svg-path */
.vn-route {
  overflow: visible;
  width: 100%;
}

.vn-route-line {
  fill: none;
  stroke: var(--route);
  stroke-dasharray: 2 14;
  stroke-linecap: round;
  stroke-width: 3;
}

.vn-route-node {
  fill: var(--sail);
  stroke: var(--flame);
  stroke-width: 3;
}

.vn-route-wrap {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
}

.vn-route-step {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vn-route-step-num {
  color: var(--flame);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
}

.vn-route-step-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
}

@media (prefers-reduced-motion: no-preference) {
  .vn-route-line {
    animation: vn-route-flow 6s linear infinite;
  }
}

@keyframes vn-route-flow {
  to {
    stroke-dashoffset: -64;
  }
}

/* scroll-snap-gallery */
.vn-gallery {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-padding-inline: var(--container-pad);
  scroll-snap-type: x mandatory;
}

.vn-gallery-slide {
  background: var(--sail);
  border: 1px solid var(--route);
  border-radius: var(--radius-lg);
  flex: 0 0 auto;
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  width: min(78vw, 360px);
}

.vn-gallery-slide img {
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.vn-gallery-cap {
  padding: 16px 18px;
}

.vn-gallery-cap-num {
  color: var(--flame);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.vn-gallery-nav {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.vn-gallery-nav button {
  align-items: center;
  border: 1px solid var(--route);
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.vn-gallery-nav button:hover,
.vn-gallery-nav button:focus-visible {
  border-color: var(--flame);
  color: var(--flame);
}

/* stepped-grid */
.vn-steps {
  display: grid;
  gap: var(--space-s);
}

.vn-step-card {
  background: var(--sail);
  border: 1px solid var(--route);
  border-radius: var(--radius-md);
  color: var(--mast);
  padding: 26px;
}

.vn-step-card-num {
  color: var(--flame);
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
}

@media (min-width: 900px) {
  .vn-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .vn-steps > .vn-step-card:nth-child(even) {
    transform: translateY(2.2rem);
  }
}

/* counter-ledger */
.vn-ledger {
  border-top: 1px solid var(--route);
  display: grid;
  gap: var(--space-s);
  padding-top: var(--space-s);
}

.vn-ledger-item {
  border-radius: var(--radius-sm);
  padding: 10px 6px;
  transition: background-color 0.18s ease;
}

.vn-ledger-item:hover,
.vn-ledger-item:focus-within {
  background: var(--flame-12);
}

.vn-ledger-num {
  color: var(--flame);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 2rem + 2vw, 3.4rem);
  font-weight: 600;
  line-height: 1;
}

.vn-ledger-label {
  color: var(--mast-60);
  display: block;
  font-size: 0.92rem;
  margin-top: 6px;
}

.vn-band .vn-ledger {
  border-color: var(--flame-30);
}

.vn-band .vn-ledger-label {
  color: var(--foam);
}

@media (min-width: 760px) {
  .vn-ledger {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* testimonials */
.vn-quotes {
  display: grid;
  gap: var(--space-s);
}

.vn-quote {
  background: var(--sail);
  border: 1px solid var(--route);
  border-radius: var(--radius-md);
  color: var(--mast);
  padding: 26px;
}

.vn-quote p {
  font-size: 1.02rem;
  font-style: italic;
  max-width: none;
}

.vn-quote footer {
  color: var(--mast-60);
  font-size: 0.9rem;
  font-style: normal;
  margin-top: 14px;
}

@media (min-width: 900px) {
  .vn-quotes {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* generic cards (programs, values) */
.vn-card {
  background: var(--sail);
  border: 1px solid var(--route);
  border-radius: var(--radius-md);
  color: var(--mast);
  padding: 24px;
}

.vn-program {
  border-bottom: 1px solid var(--route);
  display: grid;
  gap: var(--space-s);
  padding-block: var(--space-m);
}

.vn-program:first-of-type {
  padding-top: 0;
}

.vn-program:last-of-type {
  border-bottom: none;
}

.vn-program-media img {
  border-radius: var(--radius-md);
}

.vn-program-price {
  color: var(--flame);
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
}

.vn-program-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin-top: 14px;
}

.vn-program-list li {
  padding-left: 22px;
  position: relative;
}

.vn-program-list li::before {
  color: var(--flame);
  content: "\2014";
  left: 0;
  position: absolute;
}

@media (min-width: 900px) {
  .vn-program {
    grid-template-columns: 1fr 1.2fr;
  }

  .vn-program:nth-of-type(even) .vn-program-media {
    order: 2;
  }
}

/* team */
.vn-team {
  display: grid;
  gap: var(--space-m);
}

.vn-teammate {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vn-teammate img {
  border-radius: var(--radius-md);
  max-width: min(320px, 100%);
}

.vn-teammate-role {
  color: var(--flame);
  font-size: 0.9rem;
  font-weight: 600;
}

@media (min-width: 760px) {
  .vn-team {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* forms */
.vn-form {
  display: grid;
  gap: 18px;
  max-width: 480px;
}

.vn-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vn-field label {
  font-size: 0.92rem;
  font-weight: 600;
}

.vn-field input {
  background: var(--sail);
  border: 1.5px solid var(--route);
  border-radius: var(--radius-sm);
  color: var(--mast);
  font-family: var(--font-text);
  font-size: 1rem;
  min-height: 52px;
  padding: 0 16px;
}

.vn-field input:focus-visible {
  border-color: var(--flame);
  outline: none;
}

.vn-consent {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.vn-consent input {
  height: 20px;
  margin-top: 3px;
  width: 20px;
}

.vn-consent label {
  font-size: 0.92rem;
}

.vn-consent a {
  text-decoration-color: var(--flame);
}

.vn-hp {
  height: 0;
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 0;
}

.vn-form-note {
  color: var(--mast-60);
  font-size: 0.88rem;
}

.vn-toast {
  background: var(--dusk);
  border-radius: var(--radius-sm);
  bottom: 12px;
  color: var(--foam);
  font-weight: 600;
  left: 0;
  margin-inline: auto;
  max-width: min(90vw, 420px);
  opacity: 0;
  padding: 14px 22px;
  position: fixed;
  right: 0;
  transition: bottom 0.2s ease, opacity 0.2s ease;
  visibility: hidden;
  width: fit-content;
  z-index: 1300;
}

.vn-toast.landed {
  bottom: 24px;
  opacity: 1;
  visibility: visible;
}

/* contact block */
.vn-info {
  display: grid;
  gap: var(--space-s);
}

.vn-info-card {
  background: var(--sail);
  border: 1px solid var(--route);
  border-radius: var(--radius-md);
  padding: 22px;
}

.vn-info-card dt {
  color: var(--flame);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.vn-info-card dd {
  margin: 4px 0 14px;
}

.vn-info-card dd:last-of-type {
  margin-bottom: 0;
}

.vn-legal {
  background: var(--sail);
  border: 1px solid var(--route);
  border-radius: var(--radius-md);
  font-size: 0.92rem;
  padding: 22px;
}

@media (min-width: 900px) {
  .vn-info {
    grid-template-columns: 1fr 1fr;
  }
}

/* footer */
.vn-site-foot {
  background: var(--dusk);
  color: var(--foam);
  padding-block: var(--space-m) var(--space-s);
}

.vn-foot-grid {
  display: grid;
  gap: var(--space-m);
}

.vn-foot-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vn-foot-brand-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
}

.vn-foot-col h3 {
  color: var(--foam);
  font-size: 1rem;
  margin-bottom: 14px;
}

.vn-foot-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.vn-foot-col a {
  color: var(--foam-link);
  text-decoration: none;
}

.vn-foot-col a:hover,
.vn-foot-col a:focus-visible {
  color: var(--foam);
  text-decoration: underline;
}

.vn-foot-bottom {
  border-top: 1px solid var(--flame-30);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: var(--space-m);
  padding-top: var(--space-s);
}

.vn-foot-risk {
  color: var(--foam-dim);
  font-size: 0.86rem;
  max-width: 72ch;
}

.vn-foot-copy {
  color: var(--foam-faint);
  font-size: 0.86rem;
}

@media (min-width: 900px) {
  .vn-foot-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

/* 404 / thanks */
.vn-state-page {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  justify-content: center;
  min-height: 62vh;
}

.vn-state-page .vn-num {
  font-size: 1rem;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .vn-route-line {
    animation: none;
  }

  .vn-btn,
  .vn-deck-btn,
  .vn-ledger-item,
  .vn-toast {
    transition: none;
  }
}
