/*
Theme Name: Vision Fox Business Advisors
Theme URI: https://visionfox.com/
Author: Vision Fox, LLC
Author URI: https://visionfox.com/
Description: A lightweight native-block WordPress theme for Vision Fox Business Advisors. Built for business brokerage, valuation, exit-readiness advisory, industries, locations, team profiles, listings, and long-form resources without a page builder.
Version: 1.0.13
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: visionfox
Tags: block-patterns, block-styles, full-site-editing, wide-blocks, custom-colors, custom-logo, featured-images
*/

:root {
  --vf-ink: #102f43;
  --vf-ink-deep: #0a2537;
  --vf-ink-soft: #173f58;
  --vf-copper: #b95730;
  --vf-copper-dark: #873f28;
  --vf-paper: #f4f0e7;
  --vf-paper-deep: #e9e2d5;
  --vf-cream: #fbf9f4;
  --vf-white: #fffefa;
  --vf-slate: #56666d;
  --vf-line: #d7d1c5;
  --vf-gold: #c78b32;
  --vf-shadow: 0 18px 44px rgba(16, 47, 67, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { text-underline-offset: .18em; }
img { display: block; max-width: 100%; }
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * { margin-block-start: 0; }
.vf-shell { width: calc(100% - 64px); max-width: 1440px !important; margin-inline: auto !important; }
.is-layout-constrained > .vf-shell.vf-shell { max-width: 1440px !important; }
.vf-section { padding-block: clamp(4.4rem, 7vw, 6.5rem); }
.vf-section-sm { padding-block: clamp(3rem, 5vw, 4.5rem); }
.vf-eyebrow { margin: 0 0 1.1rem; color: var(--vf-copper); font-family: var(--wp--preset--font-family--body); font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.vf-display { max-width: 760px; margin: 0 0 1.45rem; font-size: clamp(3rem, 5.4vw, 5rem); font-weight: 600; letter-spacing: -.055em; line-height: .99; }
.vf-h2 { margin: 0 0 1.3rem; font-size: clamp(2.25rem, 4vw, 3.85rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.03; }
.vf-lead { max-width: 700px; color: var(--vf-slate); font-size: clamp(1.04rem, 1.5vw, 1.18rem); line-height: 1.68; }
.vf-copy { color: var(--vf-slate); line-height: 1.68; }
.vf-button .wp-block-button__link, .wp-element-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 0; padding: .85rem 1.4rem; font-size: .94rem; font-weight: 800; line-height: 1.25; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.vf-button .wp-block-button__link:hover, .wp-element-button:hover { transform: translateY(-2px); }
.vf-button-primary .wp-block-button__link { background: var(--vf-copper); color: #fff; }
.vf-button-primary .wp-block-button__link:hover { background: var(--vf-copper-dark); }
.vf-button-outline .wp-block-button__link { border-color: rgba(16, 47, 67, .35); background: transparent; color: var(--vf-ink); }
.vf-button-outline .wp-block-button__link:hover { border-color: var(--vf-ink); background: rgba(255, 255, 255, .55); }
.vf-text-link { display: inline-block; border-bottom: 1px solid rgba(16, 47, 67, .4); padding-bottom: .28rem; color: var(--vf-ink); font-size: .9rem; font-weight: 800; text-decoration: none; }
.vf-text-link:hover { border-color: var(--vf-copper); color: var(--vf-copper); }

/* Header */
.vf-site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(16, 47, 67, .12); background: rgba(251, 249, 244, .96); backdrop-filter: blur(14px); }
.vf-header-inner { min-height: 84px; display: flex; align-items: center; gap: 2rem; }
.vf-brand { width: min(292px, 29vw); margin-right: auto; }
.vf-brand img { width: 100%; height: auto; }
.vf-nav { font-size: .95rem; font-weight: 700; }
.vf-nav a { text-decoration: none; }
.vf-nav .wp-block-navigation-item__content { padding-block: .65rem; }
.vf-header-cta .wp-block-button__link { min-height: 44px; padding: .65rem 1.05rem; }

/* Hero */
.vf-hero { position: relative; overflow: hidden; background: var(--vf-paper); }
.vf-hero::before { content: ""; position: absolute; inset: 0 50% 0 auto; width: 50%; background-image: linear-gradient(rgba(16,47,67,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(16,47,67,.05) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to right, transparent, black); }
.vf-hero-grid { min-height: 710px; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(390px, .78fr); gap: 3.75rem; align-items: stretch; }
.vf-hero-copy { position: relative; z-index: 2; align-self: center; padding-block: 4.5rem; }
.vf-hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.vf-trust-row { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; margin-top: 2rem; color: var(--vf-ink); font-size: .86rem; font-weight: 800; }
.vf-trust-row span { position: relative; padding-left: 1rem; }
.vf-trust-row span::before { content: ""; position: absolute; top: .34em; left: 0; width: 7px; height: 7px; background: var(--vf-copper); }
.vf-hero-visual { min-height: 710px; position: relative; display: flex; align-items: center; justify-content: center; background: var(--vf-ink); }
.vf-hero-visual::before { content: ""; position: absolute; top: 4.6rem; left: 50%; width: 365px; height: 365px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transform: translateX(-50%); }
.vf-hero-visual::after { content: ""; position: absolute; top: 7rem; left: 50%; width: 286px; height: 286px; border-radius: 50%; background: var(--vf-copper); opacity: .88; transform: translateX(-50%); }
.vf-hero-visual .wp-block-image { position: relative; z-index: 2; width: min(540px, 100%); margin: 5rem 0 0; }
.vf-hero-visual .wp-block-image img { filter: drop-shadow(0 28px 32px rgba(0,0,0,.24)); }
.vf-advisor-card { position: absolute; top: 67%; right: -1.1rem; bottom: auto; z-index: 3; width: 295px; margin: 0; padding: 1.5rem 1.6rem; border-top: 5px solid var(--vf-copper); background: var(--vf-white); box-shadow: 0 20px 50px rgba(0,0,0,.22); transform: translateY(-50%); }
.vf-advisor-card h3 { margin: .5rem 0; font-size: 1.25rem; line-height: 1.2; }
.vf-advisor-card p { margin: 0; color: var(--vf-slate); font-size: .96rem; line-height: 1.55; }

/* Proof */
.vf-proof-bar { background: var(--vf-ink-deep); color: #fff; }
.vf-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.vf-proof-item { min-height: 106px; display: flex; flex-direction: column; justify-content: center; gap: .32rem; padding: 1.25rem 2rem 1.25rem 0; }
.vf-proof-item + .vf-proof-item { padding-left: 2rem; border-left: 1px solid rgba(255,255,255,.17); }
.vf-proof-item strong { font-family: var(--wp--preset--font-family--heading); font-size: 1.17rem; font-weight: 600; }
.vf-proof-item span { color: #b9c7ce; font-size: .88rem; line-height: 1.5; }

/* Shared grids */
.vf-two-col { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(3.5rem, 7vw, 6rem); align-items: start; }
.vf-split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 7vw, 6rem); align-items: end; }
.vf-card-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); }
.vf-question-list, .vf-process-list, .vf-industry-list { border-top: 1px solid var(--vf-line); }
.vf-question, .vf-process-row, .vf-industry-row { display: grid; grid-template-columns: 48px 1fr; gap: 1.4rem; padding: 1.6rem 0; border-bottom: 1px solid var(--vf-line); }
.vf-number { margin-top: .25rem; color: var(--vf-copper); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.vf-question h3, .vf-process-row h3, .vf-industry-row h3 { margin: 0 0 .45rem; font-size: 1.35rem; }
.vf-question p, .vf-process-row p, .vf-industry-row p { margin: 0; color: var(--vf-slate); font-size: 1rem; line-height: 1.62; }

/* Services and coaching */
.vf-paper { background: var(--vf-paper); }
.vf-white { background: var(--vf-white); }
.vf-cream { background: var(--vf-cream); }
.vf-service-grid { margin-top: 3rem; border-top: 1px solid #cbc3b5; border-bottom: 1px solid #cbc3b5; }
.vf-service-card { min-height: 355px; padding: 2rem 2.2rem 2.2rem 0; }
.vf-service-card + .vf-service-card { padding-left: 2.2rem; border-left: 1px solid #cbc3b5; }
.vf-service-card .vf-number { display: block; margin-bottom: 3rem; }
.vf-service-card h3 { font-size: 1.55rem; }
.vf-service-card p { min-height: 108px; color: var(--vf-slate); font-size: 1rem; line-height: 1.62; }
.vf-coaching-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3.5rem, 7vw, 5.2rem); }
.vf-outcome-box { padding: 2.2rem 2.4rem; border: 1px solid var(--vf-line); background: var(--vf-paper); box-shadow: var(--vf-shadow); }
.vf-outcome-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cbc3b5; border-left: 1px solid #cbc3b5; }
.vf-outcome-card { min-height: 220px; padding: 1.45rem; border-right: 1px solid #cbc3b5; border-bottom: 1px solid #cbc3b5; }
.vf-outcome-card .vf-number { display: block; margin-bottom: 1.65rem; }
.vf-outcome-card h3 { font-size: 1.2rem; }
.vf-outcome-card p { margin: 0; color: var(--vf-slate); font-size: .96rem; line-height: 1.6; }

/* Video */
.vf-video-section { background: var(--vf-paper-deep); }
.vf-video-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(3.5rem, 7vw, 5rem); align-items: center; }
.vf-video-points { display: flex; flex-wrap: wrap; gap: .7rem 1.3rem; margin: 1.5rem 0; color: var(--vf-ink); font-size: .86rem; font-weight: 800; }
.vf-video-points span { position: relative; padding-left: 1rem; }
.vf-video-points span::before { content: ""; position: absolute; top: .38em; left: 0; width: 7px; height: 7px; background: var(--vf-copper); }
.vf-video-shell { border: 1px solid rgba(16,47,67,.18); background: var(--vf-ink-deep); box-shadow: 0 24px 55px rgba(16,47,67,.16); }
.vf-video-frame { width: 100%; aspect-ratio: 16 / 9; display: block; border: 0; background: #000; }
.vf-video-trigger { position: relative; width: 100%; aspect-ratio: 16 / 9; display: block; overflow: hidden; border: 0; padding: 0; background: #000; cursor: pointer; text-align: left; }
.vf-video-trigger > img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, opacity .3s ease; }
.vf-video-trigger::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,37,55,.7), rgba(10,37,55,.08) 62%); }
.vf-video-trigger:hover > img { transform: scale(1.02); opacity: .92; }
.vf-video-play { position: absolute; z-index: 2; bottom: 1.8rem; left: 1.8rem; display: flex; align-items: center; gap: .9rem; color: #fff; }
.vf-video-play-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; background: var(--vf-copper); box-shadow: 0 8px 24px rgba(0,0,0,.25); font-size: 1.1rem; }
.vf-video-caption { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; color: #fff; font-size: .82rem; }
.vf-video-caption span { color: #9fb1bb; }

/* Founder and proof */
.vf-founder { background: var(--vf-ink); color: #fff; }
.vf-founder-grid { display: grid; grid-template-columns: .38fr 1.12fr .72fr; gap: 3.5rem; }
.vf-founder-mark { min-height: 410px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; border: 1px solid rgba(255,255,255,.22); background: linear-gradient(155deg, rgba(255,255,255,.04), rgba(185,87,48,.22)); }
.vf-founder-mark strong { font-family: var(--wp--preset--font-family--heading); font-size: 5.7rem; letter-spacing: -.07em; line-height: .85; }
.vf-founder-mark span { max-width: 160px; margin-top: 1rem; color: #c3d0d6; font-size: .76rem; font-weight: 800; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.vf-founder-copy p { color: #bdcbd2; }
.vf-founder-quote { display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 2.2rem 2rem; background: var(--vf-copper); }
.vf-founder-quote p { color: #fff; font-family: var(--wp--preset--font-family--heading); font-size: 1.5rem; line-height: 1.35; }
.vf-founder-quote cite { padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.4); color: #fff; font-size: .78rem; font-style: normal; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.vf-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.vf-testimonial { min-height: 310px; display: flex; flex-direction: column; margin: 0; padding: 1.8rem; border: 1px solid var(--vf-line); background: var(--vf-white); box-shadow: 0 12px 34px rgba(16,47,67,.055); }
.vf-stars { color: var(--vf-gold); font-size: .78rem; letter-spacing: .13em; }
.vf-review-source { color: var(--vf-copper-dark); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.vf-testimonial blockquote { margin: 1.5rem 0; color: var(--vf-ink); font-family: var(--wp--preset--font-family--heading); font-size: 1.17rem; line-height: 1.5; }
.vf-testimonial figcaption { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--vf-line); font-size: .88rem; }
.vf-testimonial figcaption span { display: block; margin-top: .2rem; color: var(--vf-slate); font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }

/* Fit, industries, process and FAQ */
.vf-fit-panel { display: grid; grid-template-columns: 1.25fr .75fr; overflow: hidden; border: 1px solid var(--vf-line); background: var(--vf-paper); }
.vf-fit-copy { padding: clamp(2.6rem, 6vw, 4.3rem); }
.vf-fit-list { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 2rem; border-top: 1px solid var(--vf-line); }
.vf-fit-item { display: flex; flex-direction: column; gap: .35rem; padding: 1.4rem 1rem 1.4rem 0; border-bottom: 1px solid var(--vf-line); }
.vf-fit-item:nth-child(even) { padding-left: 1.6rem; border-left: 1px solid var(--vf-line); }
.vf-fit-item strong { font-family: var(--wp--preset--font-family--heading); font-size: 1.28rem; }
.vf-fit-item span { color: var(--vf-slate); font-size: .9rem; }
.vf-fit-note { min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: 3rem 2.6rem; background: var(--vf-copper); color: #fff; }
.vf-fit-note p { color: #fff; font-family: var(--wp--preset--font-family--heading); font-size: clamp(1.7rem, 2.5vw, 2.5rem); line-height: 1.2; }
.vf-process-section { background: var(--vf-ink-soft); color: #fff; }
.vf-process-section .vf-eyebrow { color: #efb091; }
.vf-process-section .vf-process-row h3 { color: #fff; }
.vf-process-section .vf-copy, .vf-process-section .vf-process-row p { color: #b8c9d1; }
.vf-process-section .vf-process-list { border-color: rgba(255,255,255,.23); }
.vf-process-section .vf-process-row { border-color: rgba(255,255,255,.23); }
.vf-process-section .vf-number { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #efb091; }
.vf-faq-list { border-top: 1px solid var(--vf-line); }
.vf-faq-list details { border-bottom: 1px solid var(--vf-line); }
.vf-faq-list summary { padding: 1.35rem 0; cursor: pointer; font-family: var(--wp--preset--font-family--heading); font-size: 1.1rem; font-weight: 600; }
.vf-faq-list details > *:not(summary) { color: var(--vf-slate); font-size: 1rem; line-height: 1.65; }

/* Interior pages */
.visionfox-designed-page .vf-page-body { padding-block: 0; }
.visionfox-designed-page .vf-page-body > .wp-block-post-content { width: 100%; max-width: none !important; margin-inline: 0 !important; }
.vf-page-hero { padding-block: clamp(4.5rem, 8vw, 7.5rem); background: var(--vf-ink); color: #fff; }
.vf-page-hero .vf-eyebrow { color: #efad8d; }
.vf-page-hero p { color: #c3d0d7; }
.vf-page-body { padding-block: clamp(3.8rem, 7vw, 6rem); }
.vf-blog-intro { margin-bottom: 1.25rem; padding-bottom: clamp(2.4rem, 5vw, 3.7rem); border-bottom: 1px solid var(--vf-line); }
.vf-blog-intro .vf-h2 { max-width: 760px; }
.vf-blog-intro .vf-lead { margin-bottom: 0; }
.vf-blog-card { transition: border-color .2s ease; }
.vf-blog-card:hover { border-bottom-color: var(--vf-copper) !important; }
.vf-blog-card .wp-block-post-title { max-width: 720px; margin-bottom: .8rem; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.08; }
.vf-blog-card .wp-block-post-title a { text-decoration: none; }
.vf-blog-card .wp-block-post-excerpt { color: var(--vf-slate); }
.vf-blog-card .wp-block-post-excerpt__more-link { display: inline-block; margin-top: .75rem; border-bottom: 1px solid rgba(16,47,67,.35); padding-bottom: .2rem; color: var(--vf-ink); font-weight: 800; text-decoration: none; }
.vf-blog-card .wp-block-post-excerpt__more-link:hover { border-color: var(--vf-copper); color: var(--vf-copper); }
.vf-blog-list .wp-block-query-pagination { margin-top: 2.5rem; }
.vf-content-narrow { width: min(790px, calc(100% - 52px)); margin-inline: auto !important; }
.vf-content-narrow > * + * { margin-block-start: 1.2rem; }
.vf-content-narrow h2 { margin-top: 2.5rem; }
.vf-content-narrow h3 { margin-top: 2rem; }

/* Legacy market pages */
.visionfox-market-page .vf-page-body { padding-top: clamp(4.5rem, 7vw, 6.5rem); }
.visionfox-market-page .vf-page-body > .wp-block-post-title,
.visionfox-market-page .vf-page-body > .wp-block-post-content {
  width: min(900px, calc(100% - 52px));
  margin-inline: auto !important;
}
.visionfox-market-page .vf-page-body > .wp-block-post-title {
  margin-bottom: 1rem;
  font-size: clamp(3rem, 5vw, 4.65rem);
  line-height: 1.01;
}
.visionfox-market-page .vf-page-body > .wp-block-post-content {
  color: var(--vf-ink);
  font-size: clamp(1.06rem, 1.35vw, 1.14rem);
  line-height: 1.76;
}
.visionfox-market-page .vf-page-body > .wp-block-post-content > * { margin-block: 0; }
.visionfox-market-page .vf-market-intro { width: 100%; max-width: none !important; margin-inline: 0 !important; }
.visionfox-market-page .vf-market-intro > * + * { margin-block-start: 1.25rem; }
.visionfox-market-page .vf-market-intro .vf-eyebrow { margin-top: .6rem; margin-bottom: 1.25rem; }
.visionfox-market-page .vf-market-intro > p:not(.vf-eyebrow) { max-width: 820px; color: var(--vf-slate); }
.visionfox-market-page .vf-market-intro > p.has-medium-font-size { color: var(--vf-ink); font-size: clamp(1.18rem, 1.8vw, 1.34rem) !important; line-height: 1.65; }
.visionfox-market-page .vf-market-intro .wp-block-buttons { gap: .8rem; margin-top: 2rem; }
.visionfox-market-page .vf-market-intro .is-style-outline .wp-block-button__link { border-color: rgba(16,47,67,.42); background: transparent; color: var(--vf-ink); }
.visionfox-market-page .vf-page-body > .wp-block-post-content > .wp-block-separator { width: 100%; margin: 4rem 0 0 !important; border-color: var(--vf-line); }
.visionfox-market-page .vf-page-body > .wp-block-post-content > h2 {
  margin-top: clamp(4rem, 7vw, 5.4rem);
  margin-bottom: 1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--vf-line);
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.08;
}
.visionfox-market-page .vf-page-body > .wp-block-post-content > h2 + p { margin-top: 0; }
.visionfox-market-page .vf-page-body > .wp-block-post-content > p + p { margin-top: 1.15rem; }
.visionfox-market-page .vf-page-body > .wp-block-post-content > ul {
  margin-top: 1.2rem;
  padding-left: 1.5rem;
}
.visionfox-market-page .vf-page-body > .wp-block-post-content > ul li { padding-left: .25rem; }
.visionfox-market-page .vf-page-body > .wp-block-post-content > ul li + li { margin-top: .55rem; }
.visionfox-market-page .vf-page-body > .wp-block-post-content > .wp-block-columns {
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.visionfox-market-page .vf-page-body > .wp-block-post-content > .wp-block-columns > .wp-block-column {
  min-height: 250px;
  padding: 1.75rem;
  border-top: 4px solid var(--vf-copper);
  background: var(--vf-paper);
  box-shadow: 0 12px 30px rgba(16,47,67,.07);
}
.visionfox-market-page .wp-block-columns h3 { margin: 0 0 .8rem; font-size: 1.42rem; line-height: 1.18; }
.visionfox-market-page .wp-block-columns p { margin: 0; color: var(--vf-slate); font-size: 1rem; line-height: 1.66; }
.visionfox-market-page .vf-page-body > .wp-block-post-content > h3 {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 1.35rem;
  border-top: 1px solid var(--vf-line);
  font-size: clamp(1.35rem, 2vw, 1.62rem);
  line-height: 1.2;
}
.visionfox-market-page .vf-page-body > .wp-block-post-content > h3 + p { margin-top: .55rem; color: var(--vf-slate); }
.visionfox-market-page .vf-inline-cta {
  width: 100%;
  max-width: none !important;
  margin: 4.5rem 0 0 !important;
  padding: clamp(2.2rem, 5vw, 3.4rem);
  border-top: 5px solid var(--vf-copper);
  background: var(--vf-paper);
  box-shadow: var(--vf-shadow);
}
.visionfox-market-page .vf-inline-cta > * + * { margin-block-start: 1rem; }
.visionfox-market-page .vf-inline-cta h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 2.7rem); }
.visionfox-market-page .vf-inline-cta p:not(.vf-eyebrow) { max-width: 680px; color: var(--vf-slate); }
.visionfox-market-page .vf-inline-cta .wp-block-buttons { margin-top: 1.5rem; }
.visionfox-market-page .vf-legal-note { margin-top: 1.4rem !important; padding-top: 1.2rem; border-top: 1px solid var(--vf-line); color: var(--vf-slate); font-size: .88rem; line-height: 1.55; }

/* Long-form articles */
.vf-article { padding-top: clamp(4.5rem, 7vw, 6.5rem); }
.vf-article-header { width: min(860px, calc(100% - 52px)); margin-inline: auto !important; margin-bottom: clamp(2.2rem, 4vw, 3.4rem); }
.vf-article-header .vf-eyebrow { margin-bottom: 1.15rem; }
.vf-article-header .vf-eyebrow a { color: inherit; text-decoration: none; }
.vf-article-title { max-width: 850px; margin-bottom: 1.25rem; font-size: clamp(2.8rem, 5vw, 4.7rem); line-height: 1.01; }
.vf-article-meta { gap: .75rem 1.25rem; color: var(--vf-slate); font-size: .94rem; }
.vf-article-meta > * + * { position: relative; padding-left: 1.25rem; }
.vf-article-meta > * + *::before { content: ""; position: absolute; top: .55em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--vf-copper); }
.vf-article-featured-image { width: min(1040px, calc(100% - 52px)); margin: 0 auto clamp(2.6rem, 5vw, 4.4rem) !important; }
.vf-article-content { width: min(820px, calc(100% - 52px)); margin-inline: auto !important; color: var(--vf-ink); font-size: clamp(1.08rem, 1.4vw, 1.16rem); line-height: 1.78; }
.vf-article-content > * { margin-block: 0; }
.vf-article-content > * + * { margin-block-start: 1.35rem; }
.vf-article-content h2 { margin-top: 3.3rem; margin-bottom: .85rem; font-size: clamp(2rem, 3vw, 2.65rem); line-height: 1.12; }
.vf-article-content h3 { margin-top: 2.5rem; margin-bottom: .65rem; font-size: clamp(1.45rem, 2vw, 1.8rem); line-height: 1.2; }
.vf-article-content h4 { margin-top: 2rem; margin-bottom: .55rem; font-size: 1.2rem; line-height: 1.3; }
.vf-article-content p + ul, .vf-article-content p + ol { margin-top: .85rem; }
.vf-article-content ul, .vf-article-content ol { padding-left: 1.45rem; }
.vf-article-content li { padding-left: .25rem; }
.vf-article-content li + li { margin-top: .48rem; }
.vf-article-content blockquote { margin-block: 2.4rem; padding: 1.5rem 1.8rem; border-left: 5px solid var(--vf-copper); background: var(--vf-paper); font-family: var(--wp--preset--font-family--heading); font-size: 1.25rem; line-height: 1.55; }
.vf-article-content .visionfox-article-cta { margin-top: 4rem; padding: clamp(2rem, 4vw, 3rem); border-top: 5px solid var(--vf-copper); background: var(--vf-paper); box-shadow: var(--vf-shadow); }
.vf-article-content .visionfox-article-cta h2 { margin-top: 0; font-size: clamp(1.85rem, 3vw, 2.45rem); }
.vf-article-content .visionfox-article-cta .wp-block-buttons { margin-top: 1.5rem; }
.vf-article-content .visionfox-article-cta .wp-block-button__link { background: var(--vf-copper); color: #fff; }
.vf-article-content .visionfox-article-cta .wp-block-button__link:hover { background: var(--vf-copper-dark); }
.vf-article > .wp-block-separator { width: min(820px, calc(100% - 52px)); margin: 4rem auto 1.5rem !important; }
.vf-article > .wp-block-post-navigation-link { width: min(820px, calc(100% - 52px)); margin-inline: auto !important; }
.vf-entity-details { margin: 2rem 0; padding: 1.5rem; border-left: 5px solid var(--vf-copper); background: var(--vf-paper); }
.vf-entity-details > div { display: grid; grid-template-columns: minmax(145px, .35fr) 1fr; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--vf-line); }
.vf-entity-details > div:last-child { border-bottom: 0; }
.vf-entity-details dt { color: var(--vf-ink); font-weight: 800; }
.vf-entity-details dd { margin: 0; color: var(--vf-slate); }
.vf-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.vf-directory-card { padding: 1.5rem; border: 1px solid var(--vf-line); background: var(--vf-white); box-shadow: var(--vf-shadow); }
.vf-directory-card h3 { margin-top: 0; }
.vf-directory-card a { color: var(--vf-copper-dark); font-weight: 800; }

/* CTA and footer */
.vf-final-cta { padding-block: clamp(3.8rem, 6vw, 5rem); background: var(--vf-copper); color: #fff; }
.vf-final-cta .vf-eyebrow, .vf-final-cta p { color: #fff; }
.vf-final-grid { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; }
.vf-button-light .wp-block-button__link { min-width: 310px; background: var(--vf-white); color: var(--vf-ink); }
.vf-button-light .wp-block-button__link:hover { background: var(--vf-ink); color: #fff; }
.vf-site-footer { padding-top: 3.8rem; background: var(--vf-ink-deep); color: #fff; }
.vf-footer-grid { display: grid; grid-template-columns: 1fr 170px 220px; gap: 4.5rem; padding-bottom: 3rem; }
.vf-footer-brand img { width: 285px; height: auto; margin-bottom: 1.2rem; filter: brightness(0) invert(1); }
.vf-footer-brand p { max-width: 500px; color: #bdcbd2; font-size: .98rem; }
.vf-footer-links { display: flex; flex-direction: column; gap: .7rem; font-size: .92rem; }
.vf-footer-links strong { margin-bottom: .35rem; color: #dc8c67; font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.vf-footer-links a { color: #d5e0e5; text-decoration: none; }
.vf-footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.3rem; border-top: 1px solid rgba(255,255,255,.14); color: #a6b8c1; font-size: .78rem; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #e9a07e; outline-offset: 4px; }

@media (max-width: 1050px) {
  .vf-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .vf-nav .wp-block-navigation__responsive-container-open { display: flex !important; }
  .vf-brand { width: 265px; }
  .vf-hero-grid { grid-template-columns: 1.05fr .72fr; gap: 2rem; }
  .vf-founder-grid { grid-template-columns: .35fr 1fr; }
  .vf-founder-quote { grid-column: 1 / -1; min-height: 260px; }
  .vf-footer-grid { grid-template-columns: 1fr 150px 200px; gap: 2.5rem; }
}

@media (max-width: 780px) {
  .vf-shell { width: min(100% - 32px, 650px); }
  .vf-header-inner { min-height: 72px; gap: .8rem; }
  .vf-brand { width: 190px; }
  .vf-header-cta .wp-block-button__link { min-height: 40px; padding: .55rem .75rem; font-size: .75rem; }
  .vf-hero-grid, .vf-two-col, .vf-split-heading, .vf-coaching-panel, .vf-video-grid, .vf-founder-grid, .vf-fit-panel, .vf-final-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .vf-hero-grid { min-height: auto; }
  .vf-hero-copy { padding-block: 3.6rem 3rem; }
  .vf-hero-actions { flex-direction: column; }
  .vf-hero-actions .wp-block-button, .vf-hero-actions .wp-block-button__link { width: 100%; }
  .vf-hero-visual { min-height: 550px; width: calc(100% + 32px); margin-left: -16px; }
  .vf-hero-visual .wp-block-image { margin-top: 3rem; }
  .vf-advisor-card { top: auto; right: 1rem; bottom: 2rem; width: 260px; transform: none; }
  .vf-proof-grid, .vf-card-grid-3, .vf-testimonial-grid, .vf-directory-grid { grid-template-columns: 1fr; }
  .vf-proof-grid { padding-block: .8rem; }
  .vf-proof-item, .vf-proof-item + .vf-proof-item { min-height: auto; padding: 1rem 0; border-left: 0; }
  .vf-proof-item + .vf-proof-item { border-top: 1px solid rgba(255,255,255,.15); }
  .vf-service-card, .vf-service-card + .vf-service-card { min-height: auto; padding: 1.8rem 0; border-left: 0; border-bottom: 1px solid #cbc3b5; }
  .vf-service-card p { min-height: auto; }
  .vf-outcome-box { padding: 1.7rem 1.4rem; }
  .vf-founder-mark { min-height: 240px; }
  .vf-founder-quote { grid-column: auto; min-height: 300px; }
  .vf-fit-copy, .vf-fit-note { padding: 2.5rem 1.8rem; }
  .vf-fit-note { min-height: 400px; }
  .vf-button-light .wp-block-button__link { min-width: 0; width: 100%; }
  .vf-footer-grid { grid-template-columns: 1fr 1fr; gap: 2.2rem; }
  .vf-footer-brand { grid-column: 1 / -1; }
  .vf-footer-bottom { flex-direction: column; }
  .vf-article { padding-top: 3.5rem; }
  .vf-article-header, .vf-article-content, .vf-article-featured-image { width: min(100% - 32px, 650px); }
  .vf-article-title { font-size: clamp(2.45rem, 11vw, 3.65rem); }
  .vf-article-content { font-size: 1.075rem; line-height: 1.72; }
  .vf-article-content h2 { margin-top: 2.75rem; }
  .vf-article-content .visionfox-article-cta { margin-top: 3rem; padding: 1.75rem 1.4rem; }
  .visionfox-market-page .vf-page-body { padding-top: 3.5rem; }
  .visionfox-market-page .vf-page-body > .wp-block-post-title,
  .visionfox-market-page .vf-page-body > .wp-block-post-content { width: min(100% - 32px, 650px); }
  .visionfox-market-page .vf-page-body > .wp-block-post-title { font-size: clamp(2.55rem, 11vw, 3.75rem); }
  .visionfox-market-page .vf-market-intro .wp-block-buttons { flex-direction: column; }
  .visionfox-market-page .vf-market-intro .wp-block-button,
  .visionfox-market-page .vf-market-intro .wp-block-button__link { width: 100%; }
  .visionfox-market-page .vf-page-body > .wp-block-post-content > h2 { margin-top: 3.4rem; }
  .visionfox-market-page .vf-page-body > .wp-block-post-content > .wp-block-columns > .wp-block-column { min-height: 0; }
  .visionfox-market-page .vf-inline-cta { margin-top: 3.5rem !important; padding: 2rem 1.5rem; }
}

@media (max-width: 480px) {
  .vf-brand { width: 160px; }
  .vf-header-cta .wp-block-button__link { padding: .5rem .6rem; }
  .vf-display { font-size: clamp(2.65rem, 13vw, 3.75rem); }
  .vf-hero-visual { min-height: 490px; }
  .vf-advisor-card { width: 230px; padding: 1.1rem; }
  .vf-outcome-grid, .vf-fit-list { grid-template-columns: 1fr; }
  .vf-fit-item:nth-child(even) { padding-left: 0; border-left: 0; }
  .vf-footer-grid { grid-template-columns: 1fr; }
  .vf-footer-brand { grid-column: auto; }
  .vf-entity-details > div { grid-template-columns: 1fr; gap: .25rem; }
}

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