:root {
  --vf-bg: #f4f7fa;
  --vf-surface: #ffffff;
  --vf-surface-alt: #eef4f8;
  --vf-ink: #101720;
  --vf-muted: #536374;
  --vf-line: #d9e3eb;
  --vf-brand: #12638f;
  --vf-brand-dark: #0d405d;
  --vf-accent: #d98d24;
  --vf-dark: #111922;
  --vf-dark-2: #1b2632;
  --vf-shadow: 0 24px 70px rgba(16, 23, 32, 0.10);
  --vf-shadow-strong: 0 30px 90px rgba(0, 0, 0, 0.28);
  --vf-radius: 24px;
  --vf-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

body.vf50-modern {
  width: 100%;
  min-width: 0;
  margin: 0;
  background: linear-gradient(180deg, #f8fafc 0%, #edf3f7 100%);
  color: var(--vf-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

body.vf50-modern img,
body.vf50-modern svg,
body.vf50-modern video,
body.vf50-modern canvas,
body.vf50-modern iframe {
  max-width: 100%;
  height: auto;
}

body.vf50-modern a {
  color: var(--vf-brand);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

body.vf50-modern a:hover,
body.vf50-modern a:focus { color: var(--vf-brand-dark); }

.vf-container,
.vf-grid,
.vf-split,
.vf-card,
.vf-card *,
.vf-footer,
.vf-footer *,
.vf-hero,
.vf-hero *,
.vf-header,
.vf-header *,
.row,
[class*="col-"] { min-width: 0; }

.vf-container { width: min(100% - 2rem, var(--vf-container)); margin-inline: auto; }
.vf-narrow { max-width: 860px; }

.vf-header {
  position: sticky;
  top: 0;
  z-index: 5000;
  background: rgba(15, 23, 32, 0.94);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.vf-header__inner {
  width: min(100% - 1.25rem, var(--vf-container));
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.vf-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff !important;
  text-decoration: none !important;
  flex: 0 1 auto;
}

.vf-brand img {
  width: min(244px, 42vw);
  height: auto;
  flex: 0 1 auto;
}

.vf-brand__text {
  display: grid;
  gap: 0;
  line-height: 1;
  white-space: nowrap;
  flex: 0 0 auto;
}

.vf-brand__text strong {
  color: #fff;
  font-size: clamp(0.88rem, 1vw, 1rem);
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.vf-brand__text small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vf-desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.22rem;
}

.vf-nav-link,
.vf-nav-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  padding: 0.62rem 0.82rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.88) !important;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: 0.018em;
  line-height: 1.1;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.vf-nav-link:hover,
.vf-nav-link:focus,
.vf-nav-button:hover,
.vf-nav-button:focus,
.vf-nav-link.is-active,
.vf-nav-button.is-active {
  background: rgba(255, 255, 255, 0.11);
  color: #fff !important;
}

.vf-nav-link:hover,
.vf-nav-button:hover { transform: translateY(-1px); }

.vf-nav-chevron {
  width: 0.44rem;
  height: 0.44rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
  transition: transform 180ms ease;
}

.vf-nav-panel-root { position: relative; }
.vf-nav-panel-root.is-open .vf-nav-chevron { transform: translateY(0.1rem) rotate(225deg); }

.vf-mega-panel {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  width: min(780px, calc(100vw - 2rem));
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.28fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(217, 227, 235, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--vf-ink);
  box-shadow: var(--vf-shadow-strong);
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.vf-mega-panel.is-open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.vf-mega-panel[hidden] { display: none; }

.vf-menu-label {
  display: inline-flex;
  margin-bottom: 0.55rem;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  background: var(--vf-surface-alt);
  color: var(--vf-brand);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vf-mega-panel__intro {
  padding: 1rem;
  border-radius: 18px;
  background: linear-gradient(145deg, #eef6fb, #fff8ed);
}

.vf-mega-panel__intro strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.16rem;
  line-height: 1.15;
}

.vf-mega-panel__intro p {
  margin: 0;
  color: var(--vf-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.vf-mega-panel__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
}

.vf-mega-link {
  display: grid;
  gap: 0.18rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--vf-line);
  border-radius: 16px;
  color: var(--vf-ink) !important;
  background: #fff;
  text-decoration: none !important;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.vf-mega-link:hover,
.vf-mega-link:focus,
.vf-mega-link.is-active {
  border-color: rgba(18, 99, 143, 0.34);
  background: #f4f9fc;
  transform: translateY(-1px);
}

.vf-mega-link strong { font-size: 0.96rem; line-height: 1.2; }
.vf-mega-link span { color: var(--vf-muted); font-size: 0.84rem; line-height: 1.35; }

.vf-menu-toggle {
  display: none;
  min-width: 46px;
  min-height: 46px;
  margin-left: auto;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.vf-menu-toggle__box {
  width: 22px;
  height: 18px;
  position: relative;
  display: inline-block;
}

.vf-menu-toggle__box span {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 200ms ease, opacity 160ms ease, top 200ms ease;
}

.vf-menu-toggle__box span:nth-child(1) { top: 0; }
.vf-menu-toggle__box span:nth-child(2) { top: 8px; }
.vf-menu-toggle__box span:nth-child(3) { top: 16px; }

.vf-header.is-mobile-open .vf-menu-toggle__box span:nth-child(1) { top: 8px; transform: rotate(45deg); }
.vf-header.is-mobile-open .vf-menu-toggle__box span:nth-child(2) { opacity: 0; }
.vf-header.is-mobile-open .vf-menu-toggle__box span:nth-child(3) { top: 8px; transform: rotate(-45deg); }

.vf-mobile-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(17, 25, 34, 0.98), rgba(11, 16, 23, 0.98));
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.vf-mobile-menu.is-open { opacity: 1; transform: translateY(0); }
.vf-mobile-menu[hidden] { display: none; }

.vf-mobile-menu__inner {
  width: min(100% - 1.25rem, var(--vf-container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 0.85fr 1.35fr 0.85fr;
  gap: 0.9rem;
  padding: 0.95rem 0 1.1rem;
}

.vf-mobile-group {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.vf-mobile-group--featured {
  background: rgba(255, 255, 255, 0.07);
}

.vf-mobile-group h2 {
  margin: 0 0 0.2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vf-mobile-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0.72rem 0.78rem;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.90) !important;
  font-weight: 800;
  line-height: 1.18;
  text-decoration: none !important;
  opacity: 0;
  transform: translateY(8px);
}

.vf-mobile-menu.is-open .vf-mobile-link {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease, background-color 160ms ease;
}

.vf-mobile-menu.is-open .vf-mobile-link:nth-of-type(1) { transition-delay: 20ms; }
.vf-mobile-menu.is-open .vf-mobile-link:nth-of-type(2) { transition-delay: 45ms; }
.vf-mobile-menu.is-open .vf-mobile-link:nth-of-type(3) { transition-delay: 70ms; }
.vf-mobile-menu.is-open .vf-mobile-link:nth-of-type(4) { transition-delay: 95ms; }
.vf-mobile-menu.is-open .vf-mobile-link:nth-of-type(5) { transition-delay: 120ms; }
.vf-mobile-menu.is-open .vf-mobile-link:nth-of-type(6) { transition-delay: 145ms; }

.vf-mobile-link:hover,
.vf-mobile-link:focus,
.vf-mobile-link.is-active {
  background: rgba(255, 255, 255, 0.11);
  color: #fff !important;
}

.vf-mobile-note {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.45;
}

/* Main layout */
.vf-main { display: block; }

.vf-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, rgba(10, 17, 24, 0.95), rgba(14, 91, 135, 0.86));
}

.vf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(217, 141, 36, 0.20), transparent 30%);
  pointer-events: none;
}

.vf-hero--image {
  background-image: linear-gradient(135deg, rgba(10, 17, 24, 0.95), rgba(14, 91, 135, 0.82)), var(--vf-hero-image);
  background-size: cover;
  background-position: center;
}

.vf-hero__inner {
  position: relative;
  z-index: 1;
  padding: clamp(4.3rem, 8vw, 6.2rem) 0 clamp(3.1rem, 6vw, 4.6rem);
}

.vf-hero__grid,
.vf-split {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.vf-hero__content { max-width: 780px; }

.vf-kicker,
.vf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--vf-brand);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.vf-hero .vf-kicker {
  margin-bottom: 1rem;
  padding: 0.38rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #dceef7;
  background: rgba(255, 255, 255, 0.06);
}

.vf-hero h1 {
  margin: 0 0 1rem;
  max-width: 11ch;
  font-size: clamp(2.25rem, 5vw, 5.05rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.vf-hero p,
.vf-hero .lead {
  max-width: 760px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.90);
  font-size: clamp(1.03rem, 1.7vw, 1.25rem);
  line-height: 1.72;
}

.vf-hero__media img {
  display: block;
  width: min(360px, 100%);
  margin-inline: auto;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.46));
}

.vf-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.vf-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.12rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.vf-btn:hover,
.vf-btn:focus { transform: translateY(-1px); }

.vf-btn-primary {
  background: #fff;
  color: var(--vf-dark) !important;
  box-shadow: 0 14px 34px rgba(255, 255, 255, 0.18);
}

.vf-btn-secondary {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff !important;
}

.vf-btn-accent {
  background: var(--vf-accent);
  color: #1c1204 !important;
  box-shadow: 0 14px 34px rgba(217, 141, 36, 0.22);
}

.vf-section { padding: clamp(3rem, 7vw, 4.8rem) 0; }
.vf-section--tight { padding: clamp(2.2rem, 5vw, 3rem) 0; }
.vf-section--surface { background: var(--vf-surface); }
.vf-section--dark { background: var(--vf-dark); color: #fff; }
.vf-section--dark p, .vf-section--dark li, .vf-section--dark .vf-copy, .vf-section--dark .vf-subtitle { color: rgba(255,255,255,0.82); }

.vf-title {
  margin: 0 0 1rem;
  font-size: clamp(1.9rem, 3.3vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.vf-subtitle,
.vf-copy {
  color: var(--vf-muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.vf-grid { display: grid; gap: 1.25rem; }
.vf-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vf-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vf-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vf-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.vf-card {
  background: var(--vf-surface);
  border: 1px solid var(--vf-line);
  border-radius: var(--vf-radius);
  box-shadow: var(--vf-shadow);
  overflow: hidden;
}

.vf-card,
.vf-stat,
.vf-callout,
.vf-timeitem,
.vf-quote,
.vf-copy,
.vf-subtitle,
.vf-footer p,
.vf-footer li,
.vf-footer a {
  overflow-wrap: anywhere;
}

.vf-card--pad { padding: clamp(1.15rem, 2.4vw, 1.55rem); }
.vf-card--dark { background: var(--vf-dark-2); border-color: #304050; }

.vf-card img,
.vf-frame img,
.vf-media-card img {
  display: block;
  width: 100%;
  height: auto;
}

.vf-media-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vf-media-card__body {
  padding: 1.12rem 1.2rem 1.28rem;
}

.vf-media-card h3,
.vf-card h3,
.vf-card h4 {
  margin: 0 0 0.55rem;
  font-size: 1.18rem;
  line-height: 1.22;
  font-weight: 900;
}

.vf-media-card p,
.vf-card p,
.vf-card li,
.vf-stat p {
  color: var(--vf-muted);
  line-height: 1.68;
}

.vf-list,
.vf-pill-list,
.vf-ref-list { margin: 0; padding-left: 1.15rem; }

.vf-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-left: 0;
  list-style: none;
}

.vf-pill-list li {
  padding: 0.45rem 0.8rem;
  background: var(--vf-surface-alt);
  border: 1px solid var(--vf-line);
  border-radius: 999px;
  color: var(--vf-ink);
  font-size: 0.94rem;
  font-weight: 850;
}

.vf-stat {
  padding: 1.2rem;
  background: linear-gradient(180deg, #fff, #f7fafc);
  border: 1px solid var(--vf-line);
  border-radius: 20px;
}

.vf-stat strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.45rem;
  line-height: 1;
}

.vf-callout {
  padding: 1.3rem 1.4rem;
  background: #fff8eb;
  border: 1px solid #f0d3a1;
  border-radius: 18px;
}

.vf-callout strong { color: #8b4d00; }

.vf-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.25rem;
}

.vf-spec-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.vf-spec-table th,
.vf-spec-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--vf-line);
  vertical-align: top;
}

.vf-spec-table th { width: 34%; color: var(--vf-ink); font-weight: 900; }

.vf-code {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  background: var(--vf-surface-alt);
  border-radius: 999px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.9em;
}

.vf-timeline { display: grid; gap: 1rem; }

.vf-timeitem {
  position: relative;
  padding: 1.1rem 1.1rem 1.1rem 1.4rem;
  background: var(--vf-surface);
  border: 1px solid var(--vf-line);
  border-radius: 18px;
}

.vf-timeitem::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 1.2rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--vf-accent);
}

.vf-quote {
  padding: 1.3rem 1.5rem;
  border-left: 4px solid var(--vf-brand);
  background: var(--vf-surface);
  border-radius: 16px;
}

.vf-link-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.vf-link-chip {
  display: block;
  padding: 1rem;
  background: var(--vf-surface);
  border: 1px solid var(--vf-line);
  border-radius: 18px;
  color: var(--vf-ink) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.vf-link-chip:hover,
.vf-link-chip:focus { border-color: #b7d5e5; color: var(--vf-brand) !important; }

.vf-home-grid { margin-top: -2.2rem; position: relative; z-index: 2; }
.vf-home-grid .vf-card { height: 100%; }
.vf-home-grid .vf-media-card__body { display: flex; flex-direction: column; gap: 0.6rem; min-height: 240px; }
.vf-home-grid .vf-media-card__body .vf-btn { margin-top: auto; }
.vf-process-step { height: 100%; }

.vf-gallery-shell { background: linear-gradient(180deg, #111822 0%, #0a0f15 100%); }
.vf-gallery-shell .vf-eyebrow,
.vf-gallery-shell .vf-title { color: #fff; }
.vf-gallery-shell .vf-copy { color: rgba(255, 255, 255, 0.78); }

/* Existing Mobirise gallery compatibility. Keep this until index.cfm is fully refactored. */
.vf-gallery-shell .mbr-gallery-row,
.vf-gallery-shell .mbr-gallery-layout-default { width: 100%; }

.vf-gallery-shell .mbr-gallery-layout-default > div > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.vf-gallery-shell .mbr-gallery-item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.vf-gallery-shell .mbr-gallery-item > div {
  cursor: zoom-in;
  position: relative;
  display: block;
}

.vf-gallery-shell .mbr-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.vf-gallery-shell .mbr-gallery-item:hover img,
.vf-gallery-shell .mbr-gallery-item:focus-within img {
  transform: scale(1.03);
  opacity: 0.92;
}

.vf-gallery-shell .icon-focus { display: none; }

.vf-footer {
  padding: 4rem 0 2rem;
  background: linear-gradient(180deg, var(--vf-dark) 0%, #0b1118 100%);
  color: #dce5ee;
}

.vf-footer a { color: #9bd6ff; }

.vf-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.vf-footer__brand img {
  max-width: 240px;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.vf-footer h2,
.vf-footer h3 {
  margin: 0 0 0.9rem;
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.2;
}

.vf-footer ul { list-style: none; padding: 0; margin: 0; }
.vf-footer li + li { margin-top: 0.55rem; }

.vf-footer__trust {
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(155, 214, 255, 0.22);
  border-radius: 16px;
  background: rgba(155, 214, 255, 0.07);
}

.vf-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.2rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.70);
}

.vf-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.vf-form input,
.vf-form textarea {
  width: 100%;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.vf-form textarea { min-height: 120px; resize: vertical; }
.vf-form label { display: block; margin-bottom: 0.3rem; font-size: 0.92rem; font-weight: 800; color: #fff; }

.vf-note { color: var(--vf-muted); font-size: 0.95rem; }

@media (max-width: 1180px) {
  .vf-brand img { width: min(210px, 38vw); }
  .vf-brand__text small { display: none; }
  .vf-nav-link, .vf-nav-button { padding-inline: 0.65rem; font-size: 0.84rem; }
}

@media (max-width: 960px) {
  .vf-header__inner { min-height: 68px; }
  .vf-desktop-nav { display: none; }
  .vf-menu-toggle { display: inline-flex; }
  .vf-brand img { width: min(215px, 52vw); }
  .vf-brand__text { display: grid; }

  .vf-mobile-menu__inner {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .vf-mobile-group:last-child {
    grid-column: 1 / -1;
  }

  .vf-grid--4,
  .vf-grid--3,
  .vf-grid--6,
  .vf-split,
  .vf-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .vf-hero__grid {
    grid-template-columns: 1fr;
  }

  .vf-hero__media {
    max-width: 330px;
    margin-inline: auto;
  }

  .vf-gallery-shell .mbr-gallery-layout-default > div > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .vf-container { width: min(100% - 1.25rem, var(--vf-container)); }
  .vf-header__inner { width: min(100% - 1rem, var(--vf-container)); gap: 0.55rem; }
  .vf-brand { gap: 0.45rem; }
  .vf-brand img { width: min(180px, 48vw); }
  .vf-brand__text strong { font-size: 0.78rem; }
  .vf-brand__text small { display: none; }
  .vf-menu-toggle__text { display: none; }

  .vf-mobile-menu__inner {
    width: min(100% - 1rem, var(--vf-container));
    grid-template-columns: 1fr;
    gap: 0.72rem;
    padding-top: 0.72rem;
  }

  .vf-mobile-group {
    padding: 0.66rem;
    border-radius: 18px;
  }

  .vf-hero__inner { padding: 3.5rem 0 2.6rem; }
  .vf-hero h1 { max-width: 12ch; font-size: clamp(2rem, 11vw, 3.05rem); line-height: 1.02; letter-spacing: -0.04em; }
  .vf-hero p, .vf-hero .lead { font-size: 1rem; line-height: 1.64; }
  .vf-hero__media img { width: min(230px, 72vw); }

  .vf-grid--2,
  .vf-grid--3,
  .vf-grid--4,
  .vf-grid--6,
  .vf-split,
  .vf-footer__top,
  .vf-link-grid {
    grid-template-columns: 1fr;
  }

  .vf-btn-row { flex-direction: column; align-items: stretch; }
  .vf-btn { width: 100%; }

  .vf-home-grid { margin-top: -0.75rem; }
  .vf-home-grid .vf-media-card__body { min-height: 0; }

  .vf-gallery-shell .mbr-gallery-layout-default > div > div {
    grid-template-columns: 1fr;
  }

  .vf-spec-table { min-width: 520px; }
  .vf-footer { padding-top: 3rem; }
  .vf-footer__bottom { flex-direction: column; align-items: flex-start; }
}

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