:root {
  --vv-black: #0a0a0a;
  --vv-deep: #0d0f14;
  --vv-mist: #1a1d26;
  --vv-stone: #2a2d38;
  --vv-lichen: #4a6741;
  --vv-gold: #c9a84c;
  --vv-gold-soft: #e0bc60;
  --vv-fog: #8b8d95;
  --vv-silver: #b8bac2;
  --vv-bone: #e8e4dc;
  --vv-white: #f5f2eb;
  --vv-line: rgba(201, 168, 76, 0.18);
  --vv-line-soft: rgba(232, 228, 220, 0.14);
  --gold: var(--vv-gold);
  --gold-soft: var(--vv-gold-soft);
  --forest: var(--vv-mist);
  --forest-deep: var(--vv-deep);
  --line: var(--vv-line);
  --line-dark: var(--vv-line-soft);
}

html { background: var(--vv-deep); }
body {
  background: var(--vv-deep);
  color: var(--vv-bone);
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
}

h1, h2, h3,
.site-logo, .brand,
.route-card h3, .feature-card h3, .card h3,
.step-grid h3, .step-card h3, .flow h3,
.choice-grid h3, .service-list h3, .related strong,
.faq summary, .choice-row, .choice-head {
  color: var(--vv-white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
}

.site-header {
  border-bottom: 1px solid var(--vv-line);
  background: rgba(10, 10, 10, 0.94);
  color: var(--vv-white);
}
.site-logo, .brand {
  color: var(--vv-white);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.site-logo span,
.site-header .brand { color: var(--vv-gold); }
.desktop-nav a,
.site-header nav a,
.site-phone,
.header-contact { color: rgba(232, 228, 220, 0.72); }
.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.site-header nav a:hover,
.site-header nav a:focus-visible,
.site-phone:hover,
.header-contact:hover { color: var(--vv-gold-soft); }

.hero h1,
.hero h1 em { color: var(--vv-white); }
.hero h1 em { color: var(--vv-gold-soft); }
.hero .eyebrow,
.hero .kicker,
.breadcrumbs li + li::before { color: var(--vv-gold); }
.hero-copy,
.hero-lead { color: rgba(245, 242, 235, 0.82); }

.eyebrow, .kicker, .step-label,
.card-number, .flow span, .service-list span,
.sequence-list li > span, .question-list span {
  color: var(--vv-gold);
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.button,
.button-primary,
.button-secondary,
.button-dark,
.button-outline,
.button-ghost {
  border-radius: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.button-primary,
.button-dark {
  border-color: var(--vv-gold);
  background: var(--vv-gold);
  color: var(--vv-black);
}
.button-primary:hover,
.button-primary:focus-visible,
.button-dark:hover,
.button-dark:focus-visible {
  border-color: var(--vv-gold-soft);
  background: var(--vv-gold-soft);
  color: var(--vv-black);
}
.button-secondary,
.button-outline,
.button-ghost {
  border-color: rgba(232, 228, 220, 0.46);
  background: rgba(10, 10, 10, 0.22);
  color: var(--vv-bone);
}
.button-secondary:hover,
.button-outline:hover,
.button-ghost:hover,
.button-secondary:focus-visible,
.button-outline:focus-visible,
.button-ghost:focus-visible {
  border-color: var(--vv-gold);
  color: var(--vv-gold-soft);
}

main > section:not(.hero):not(.conversion) {
  background: var(--vv-deep);
  color: var(--vv-bone);
}
main > section:not(.hero):not(.conversion):nth-of-type(odd) {
  background: var(--vv-black);
}
main > section:not(.hero):not(.conversion):nth-of-type(even) {
  background: linear-gradient(160deg, var(--vv-mist), var(--vv-deep));
}
main > section:not(.hero):not(.conversion) h2,
main > section:not(.hero):not(.conversion) h3 { color: var(--vv-white); }
main > section:not(.hero):not(.conversion) p,
main > section:not(.hero):not(.conversion) li,
.section-heading > p,
.prose p,
.opening-lead,
.step-grid p,
.step-card p,
.card p,
.card.dark p,
.flow p,
.route-card p,
.route-card-dark p,
.route-card-accent p,
.feature-card p,
.feature-card.dark p,
.choice-grid p,
.mistake-grid p,
.sequence-list p,
.question-list p,
.service-list p,
.check-item p,
.faq details p,
.related span,
.tip,
.format-card p,
.check-list li,
.conversion p:not(.kicker) { color: var(--vv-silver); }

main > section:not(.hero):not(.conversion) a:not(.button) {
  color: var(--vv-gold-soft);
  text-underline-offset: 0.22em;
}
.text-link,
.route-card .text-link,
.note-card .text-link,
.inline-actions .text-link,
.format-card a,
.link-row a { color: var(--vv-gold-soft); }

.journey,
#builder,
.hub-group-dark,
.section-dark,
.formats,
.planner {
  background:
    radial-gradient(circle at 82% 8%, rgba(201, 168, 76, 0.11), transparent 30%),
    var(--vv-deep) !important;
  color: var(--vv-bone);
}

.journey { padding: 116px 0; }
.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--vv-line);
  border-left: 1px solid var(--vv-line);
}
.journey-grid article {
  min-height: 330px;
  padding: 32px 28px;
  border-right: 1px solid var(--vv-line);
  border-bottom: 1px solid var(--vv-line);
  background: rgba(26, 29, 38, 0.72);
}
.journey-grid article > span {
  color: var(--vv-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
}
.journey-grid h3 { margin: 72px 0 18px; font-size: 2rem; }
.journey-grid p { margin: 0; color: var(--vv-silver); }

#builder { padding: 112px 0; }
#builder .flow {
  border-color: var(--vv-line);
  background: rgba(10, 10, 10, 0.24);
}
#builder .flow article {
  border-color: var(--vv-line);
  background: rgba(26, 29, 38, 0.72);
}
#builder .flow h3 { color: var(--vv-white); }
#builder .flow p { color: var(--vv-silver); }

.step-grid,
.flow,
.choice-grid,
.mistake-grid,
.route-card-grid,
.check-grid,
.choice-table,
.related nav,
.sequence-list,
.question-list { border-color: var(--vv-line); background: var(--vv-line); }

.step-grid article,
.step-card,
.route-card,
.route-card-dark,
.route-card-accent,
.feature-card,
.feature-card.dark,
.card,
.card.dark,
.choice-grid article,
.mistake-grid article,
.planner-card,
.note-card,
.rail-panel,
.road-panel,
.service-list article,
.check-item,
.related a,
.tip,
.format-card,
.check-grid > div,
.choice-table,
.choice-row > *,
.faq details,
.visual-card {
  border-color: var(--vv-line);
  background: rgba(26, 29, 38, 0.78);
  color: var(--vv-bone);
  box-shadow: none;
}
.route-card-accent,
.decision-card {
  border-color: rgba(201, 168, 76, 0.4);
  background:
    radial-gradient(circle at top right, rgba(201, 168, 76, 0.15), transparent 36%),
    var(--vv-mist);
}
.route-card .card-number,
.route-card-dark .card-number,
.route-card-accent .card-number {
  color: rgba(201, 168, 76, 0.24);
}
.choice-head {
  border-color: var(--vv-line);
  background: var(--vv-mist);
  color: var(--vv-gold-soft);
}
.choice-row > *,
.check-grid > div,
.service-list article,
.faq details,
.related nav a,
.sequence-list li,
.question-list article { border-color: var(--vv-line); }

.road-note,
.mountain-road-warning {
  border-color: rgba(201, 168, 76, 0.44);
  background: rgba(201, 168, 76, 0.08);
  color: var(--vv-bone);
}
.road-note strong,
.mountain-road-warning strong { color: var(--vv-gold-soft); }

.conversion { color: var(--vv-white); }
.conversion h2 { color: var(--vv-white); }
.conversion .kicker,
.conversion .eyebrow { color: var(--vv-gold); }

.site-footer {
  border-top: 1px solid var(--vv-line);
  background: var(--vv-black);
  color: var(--vv-silver);
}
.site-footer strong,
.site-footer h2,
.site-footer h3,
.site-footer .brand { color: var(--vv-white); }
.site-footer a:not(.brand) { color: rgba(232, 228, 220, 0.72); }

:focus-visible {
  outline: 2px solid var(--vv-gold-soft);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid article { min-height: 250px; }
  .journey-grid h3 { margin-top: 44px; }
  .site-header { background: rgba(10, 10, 10, 0.98); }
}

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

/* Unified public-page header inherited from the home page. */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 72px;
  padding: 0 3.5vw;
}
.site-header .desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 46px);
  margin-left: 0;
}
.site-header .desktop-nav a {
  color: rgba(232, 228, 220, 0.68);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header .site-phone {
  color: var(--vv-white);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.mobile-menu { display: none; }

@media (max-width: 1040px) {
  .site-header .desktop-nav { gap: 18px; }
  .site-header .desktop-nav a { font-size: 0.62rem; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 20px; }
  .site-header .desktop-nav,
  .site-header > .site-phone { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 5px;
    cursor: pointer;
    list-style: none;
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 24px; height: 1px; background: var(--vv-white); }
  .mobile-menu nav {
    position: absolute;
    top: 51px;
    right: -20px;
    display: grid;
    width: min(82vw, 340px);
    padding: 24px;
    background: rgba(9, 11, 10, 0.98);
  }
  .mobile-menu nav a {
    padding: 12px 0;
    color: var(--vv-white);
    font-family: "Raleway", Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-transform: uppercase;
  }
}
