:root {
  --rvfa-ink: #201914;
  --rvfa-night: #17110d;
  --rvfa-forest: #244536;
  --rvfa-forest-deep: #173328;
  --rvfa-clay: #ad5837;
  --rvfa-copper: #b85f2e;
  --rvfa-gold: #dda84c;
  --rvfa-paper: #fffaf2;
  --rvfa-cream: #f5ead9;
  --rvfa-sage: #dfe8dc;
  --rvfa-line: #ddcdb7;
}

html { scroll-behavior: smooth; }
body { background: var(--rvfa-paper); color: var(--rvfa-ink); }
.site-content { overflow: clip; }
.site-header,
.ast-primary-header-bar {
  background: rgba(255, 250, 242, .92) !important;
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
}
.site-header { position: sticky; top: 0; z-index: 100; box-shadow: 0 8px 32px rgba(42, 25, 15, .06); }
.main-header-menu a { position: relative; font-size: .88rem; font-weight: 750; }
.main-header-menu > .menu-item > .menu-link { padding-inline: .62em; }
.main-header-menu a::after {
  content: "";
  position: absolute;
  right: .8em;
  bottom: .6em;
  left: .8em;
  height: 2px;
  background: var(--rvfa-copper);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .28s ease;
}
.main-header-menu a:hover::after,
.main-header-menu .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.rvfa-section-nav { display: none !important; }

.rvfa-site,
.rvfa-hub,
.rvfa-about { color: var(--rvfa-ink); }
.rvfa-site *, .rvfa-hub *, .rvfa-about * { box-sizing: border-box; }
.rvfa-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.rvfa-section { padding: clamp(68px, 8vw, 112px) 0; }
.rvfa-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--rvfa-copper);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.rvfa-kicker::before { width: 32px; height: 2px; background: currentColor; content: ""; }
.rvfa-site h1, .rvfa-site h2, .rvfa-site h3,
.rvfa-hub h1, .rvfa-hub h2, .rvfa-hub h3,
.rvfa-about h1, .rvfa-about h2, .rvfa-about h3 { color: var(--rvfa-ink); line-height: 1.06; }
.rvfa-site h1, .rvfa-hub h1, .rvfa-about h1 { margin: 0 0 22px; font-size: clamp(3rem, 6.5vw, 6.8rem); letter-spacing: -.055em; }
.rvfa-site h2, .rvfa-hub h2, .rvfa-about h2 { margin: 0 0 18px; font-size: clamp(2.05rem, 4.3vw, 4rem); letter-spacing: -.04em; }
.rvfa-site h3, .rvfa-hub h3, .rvfa-about h3 { margin: 0 0 10px; font-size: 1.35rem; }
.rvfa-site p, .rvfa-hub p, .rvfa-about p { line-height: 1.75; }
.rvfa-lead { max-width: 720px; font-size: clamp(1.05rem, 1.5vw, 1.24rem); }
.rvfa-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.rvfa-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 2px solid var(--rvfa-forest);
  border-radius: 999px;
  background: var(--rvfa-forest);
  box-shadow: 0 10px 25px rgba(37, 49, 40, .14);
  color: #fff !important;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.rvfa-button::after { margin-left: 9px; content: "→"; transition: transform .22s ease; }
.rvfa-button:hover, .rvfa-button:focus-visible { border-color: var(--rvfa-copper); background: var(--rvfa-copper); transform: translateY(-3px); }
.rvfa-button:hover::after, .rvfa-button:focus-visible::after { transform: translateX(4px); }
.rvfa-button.alt { background: transparent; color: var(--rvfa-forest) !important; }
.rvfa-button.alt:hover, .rvfa-button.alt:focus-visible { background: var(--rvfa-forest); color: #fff !important; }

.rvfa-hero { position: relative; isolation: isolate; padding: clamp(54px, 7vw, 90px) 0 112px; background: radial-gradient(circle at 85% 10%, rgba(221, 168, 76, .25), transparent 28%), linear-gradient(135deg, #f0dfc6, #fffaf2 54%, #dfe7da); }
.rvfa-hero::after { position: absolute; right: 0; bottom: 0; left: 0; padding: 15px; border-block: 1px solid rgba(173, 88, 55, .22); background: rgba(255, 250, 242, .72); color: #8f421d; content: "FAMILY TRIPS  •  PRACTICAL CHECKLISTS  •  HONEST RV LESSONS"; font-size: .7rem; font-weight: 900; letter-spacing: .17em; text-align: center; }
.rvfa-hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr); gap: clamp(42px, 7vw, 88px); align-items: center; }
.rvfa-hero-media { position: relative; }
.rvfa-hero-media img { display: block; width: 100%; aspect-ratio: 5 / 6; border-radius: 140px 24px 140px 24px; box-shadow: 0 32px 80px rgba(42, 25, 15, .22); object-fit: cover; }
.rvfa-hero-media img.rvfa-hero-landscape { aspect-ratio: 16 / 10; }
.rvfa-photo-note { position: absolute; right: -18px; bottom: 22px; max-width: 270px; padding: 17px 19px; border-left: 5px solid var(--rvfa-gold); border-radius: 4px 18px 18px 4px; background: #fffaf2; box-shadow: 0 15px 38px rgba(42, 25, 15, .18); font-size: .9rem; font-weight: 800; line-height: 1.5; }

.rvfa-quickbar { position: relative; z-index: 2; margin: -42px auto 0; }
.rvfa-quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--rvfa-line); border-radius: 26px 6px 26px 6px; background: #fff; box-shadow: 0 20px 55px rgba(42, 25, 15, .13); }
.rvfa-quick-grid a { min-height: 155px; padding: 26px; border-right: 1px solid var(--rvfa-line); color: var(--rvfa-ink) !important; text-decoration: none !important; transition: background .25s ease, transform .25s ease; }
.rvfa-quick-grid a:last-child { border-right: 0; }
.rvfa-quick-grid a:hover, .rvfa-quick-grid a:focus-visible { background: var(--rvfa-cream); transform: translateY(-4px); }
.rvfa-quick-grid strong { display: block; margin-bottom: 8px; color: var(--rvfa-forest); font-size: 1.22rem; }
.rvfa-quick-grid span { font-size: .92rem; line-height: 1.55; }

.rvfa-soft { background: linear-gradient(180deg, #fffaf2, #f8efe2); }
.rvfa-sage { background: linear-gradient(135deg, var(--rvfa-sage), #f6eee1); }
.rvfa-dark { background: linear-gradient(120deg, var(--rvfa-night), #3c271b); color: #f9f1e4; }
.rvfa-dark h2, .rvfa-dark h3 { color: #fff !important; }
.rvfa-dark .rvfa-kicker { color: #f0bd64; }
.rvfa-heading-row { display: flex; justify-content: space-between; gap: 34px; align-items: end; margin-bottom: 34px; }
.rvfa-heading-row > p { max-width: 560px; }
.rvfa-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rvfa-card-grid.four { grid-template-columns: repeat(4, 1fr); }
.rvfa-card {
  overflow: hidden;
  border: 1px solid var(--rvfa-line);
  border-radius: 7px 30px 7px 30px;
  background: #fffdf9;
  box-shadow: 0 14px 38px rgba(42, 25, 15, .08);
  transition: transform .3s ease, box-shadow .3s ease;
}
.rvfa-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(42, 25, 15, .14); }
.rvfa-card img { display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--rvfa-sage); object-fit: cover; }
.rvfa-card img.rvfa-contain-thumbnail { padding: 14px; background: #edf1e8; object-fit: contain; }
.rvfa-card-copy { padding: 25px; }
.rvfa-card a { color: var(--rvfa-ink); text-decoration: none; }
.rvfa-card .rvfa-text-link { color: var(--rvfa-copper); font-weight: 850; }
.rvfa-label { display: inline-block; margin-bottom: 12px; color: var(--rvfa-copper); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

.rvfa-path-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.rvfa-path {
  position: relative;
  min-height: 205px;
  padding: 30px 78px 28px 30px;
  border: 1px solid var(--rvfa-line);
  border-radius: 5px 28px 5px 28px;
  background: rgba(255, 253, 249, .88);
}
.rvfa-path::after { position: absolute; top: 24px; right: 26px; color: var(--rvfa-copper); content: "↗"; font-size: 1.8rem; }
.rvfa-path ul { margin: 14px 0 0 18px; }
.rvfa-path li { margin-bottom: 6px; }
.rvfa-path a { color: var(--rvfa-forest); font-weight: 800; text-underline-offset: 3px; }

.rvfa-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(42px, 7vw, 86px); align-items: center; }
.rvfa-split img { display: block; width: 100%; aspect-ratio: 4 / 5; border-radius: 70px 8px 70px 8px; box-shadow: 22px 22px 0 var(--rvfa-cream), 0 28px 70px rgba(42, 25, 15, .16); object-fit: cover; }
.rvfa-checklist { display: grid; gap: 12px; margin-top: 24px; }
.rvfa-checklist div { padding: 17px 19px; border-left: 5px solid var(--rvfa-gold); border-radius: 0 14px 14px 0; background: rgba(255, 255, 255, .78); }
.rvfa-checklist strong { color: var(--rvfa-forest); }

.rvfa-trust { border-block: 1px solid var(--rvfa-line); background: #fffdf9; }
.rvfa-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.rvfa-trust-grid div { padding-left: 18px; border-left: 3px solid var(--rvfa-gold); }
.rvfa-trust-grid strong { display: block; margin-bottom: 5px; color: var(--rvfa-forest); }

.rvfa-hub-hero { padding: clamp(60px, 8vw, 105px) 0; background: radial-gradient(circle at 85% 15%, rgba(221, 168, 76, .23), transparent 28%), linear-gradient(135deg, #efe1ce, #fffaf2 60%, #dfe8dc); }
.rvfa-hub-hero h1 { max-width: 900px; }
.rvfa-hub-intro { max-width: 820px; }
.rvfa-route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 34px; }
.rvfa-route { padding: 24px; border: 1px solid var(--rvfa-line); border-radius: 20px 5px 20px 5px; background: #fff; }
.rvfa-route span { display: block; margin-bottom: 10px; color: var(--rvfa-copper); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rvfa-coming { padding: 24px; border: 1px dashed #b99d7a; border-radius: 18px; background: #fff9ef; }
.rvfa-coming strong { color: var(--rvfa-forest); }

.rvfa-about .rvfa-story { max-width: 820px; margin-inline: auto; }
.rvfa-about .rvfa-story h2 { margin-top: 1.65em; }
.rvfa-about .rvfa-story p { font-size: 1.08rem; }
.rvfa-about .rvfa-pullquote { margin: 42px 0; padding: 28px 30px; border-left: 6px solid var(--rvfa-gold); border-radius: 0 22px 22px 0; background: var(--rvfa-cream); font-size: clamp(1.25rem, 2.3vw, 1.7rem); font-weight: 800; line-height: 1.45; }
.rvfa-about .rvfa-crew { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-block: 34px; }
.rvfa-about .rvfa-crew div { padding: 24px; border: 1px solid var(--rvfa-line); border-radius: 22px 5px 22px 5px; background: #fff; }

.single-post .entry-content { font-size: 1.06rem; line-height: 1.82; }
.single-post .entry-content > p,
.single-post .entry-content > ul,
.single-post .entry-content > ol,
.single-post .entry-content > h2,
.single-post .entry-content > h3 { max-width: 800px; margin-right: auto; margin-left: auto; }
.single-post .entry-content h2 { scroll-margin-top: 120px; margin-top: 2.1em; }
.single-post .entry-content img { border-radius: 7px 28px 7px 28px; box-shadow: 0 18px 44px rgba(42, 25, 15, .12); }
.rvfa-guide-tools, .rvfa-related { width: min(900px, calc(100% - 20px)); margin: 0 auto 36px; }
.rvfa-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; color: #6e5a4c; font-size: .82rem; }
.rvfa-breadcrumbs a { color: var(--rvfa-forest); }
.rvfa-reading-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 15px 18px; border-block: 1px solid var(--rvfa-line); font-size: .82rem; font-weight: 800; }
.rvfa-reading-meta a { color: var(--rvfa-copper); }
.rvfa-jump { margin-top: 20px; padding: 18px 20px; border: 1px solid var(--rvfa-line); border-radius: 18px; background: #fffaf2; }
.rvfa-jump summary { color: var(--rvfa-forest); cursor: pointer; font-weight: 900; }
.rvfa-jump ol { columns: 2; gap: 34px; margin: 15px 0 0 20px; }
.rvfa-jump li { break-inside: avoid; margin-bottom: 7px; }
.rvfa-related { clear: both; margin-top: 72px; padding: 34px; border-radius: 28px 6px 28px 6px; background: var(--rvfa-cream); }
.rvfa-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.rvfa-related-grid > a { display: flex; min-height: 130px; padding: 20px; border-radius: 16px; background: #fff; color: var(--rvfa-ink); flex-direction: column; justify-content: space-between; text-decoration: none; }
.rvfa-related-grid span { font-weight: 850; }
.rvfa-related-grid small { color: var(--rvfa-copper); font-weight: 800; }
.rvfa-experience-note { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid #d7c1a4; font-size: .88rem; }

.rvfa-prefooter { padding: 58px 0; background: var(--rvfa-night); color: #f6eddf; }
.rvfa-prefooter .rvfa-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; }
.rvfa-prefooter h2 { color: #fff; font-size: clamp(1.8rem, 3.2vw, 3rem); }
.rvfa-prefooter nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 22px; align-content: start; }
.rvfa-prefooter nav a { color: #f6eddf; text-underline-offset: 4px; }

.rvfa-site a:focus-visible, .rvfa-hub a:focus-visible, .rvfa-about a:focus-visible,
.rvfa-guide-tools a:focus-visible, .rvfa-related a:focus-visible, .rvfa-prefooter a:focus-visible { outline: 3px solid var(--rvfa-gold); outline-offset: 4px; }

@media (max-width: 980px) {
  .rvfa-hero-grid, .rvfa-split { grid-template-columns: 1fr; }
  .rvfa-hero-media { max-width: 700px; }
  .rvfa-hero-media img { aspect-ratio: 16 / 11; }
  .rvfa-quick-grid, .rvfa-card-grid.four, .rvfa-route-grid { grid-template-columns: repeat(2, 1fr); }
  .rvfa-quick-grid a:nth-child(2) { border-right: 0; }
  .rvfa-quick-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--rvfa-line); }
  .rvfa-trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .rvfa-shell { width: min(100% - 28px, 1180px); }
  .rvfa-section { padding: 62px 0; }
  .rvfa-heading-row { display: block; }
  .rvfa-card-grid, .rvfa-path-grid, .rvfa-related-grid, .rvfa-prefooter .rvfa-shell { grid-template-columns: 1fr; }
  .rvfa-about .rvfa-crew { grid-template-columns: 1fr; }
  .rvfa-prefooter nav { grid-template-columns: repeat(2, 1fr); }
  .rvfa-photo-note { position: static; max-width: none; margin-top: 14px; }
  .rvfa-jump ol { columns: 1; }
}

@media (max-width: 520px) {
  .rvfa-site h1, .rvfa-hub h1, .rvfa-about h1 { font-size: clamp(2.65rem, 14vw, 4.4rem); }
  .rvfa-actions { display: grid; }
  .rvfa-button { width: 100%; }
  .rvfa-quick-grid, .rvfa-card-grid.four, .rvfa-route-grid, .rvfa-trust-grid { grid-template-columns: 1fr; }
  .rvfa-quick-grid a { border-right: 0; border-bottom: 1px solid var(--rvfa-line); }
  .rvfa-quick-grid a:last-child { border-bottom: 0; }
  .rvfa-hero-media img { aspect-ratio: 4 / 5; border-radius: 72px 16px 72px 16px; }
  .rvfa-hero-media img.rvfa-hero-landscape { aspect-ratio: 16 / 10; }
  .rvfa-prefooter nav { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
