/*
 Theme Name:   GeneratePress Child — Visual Flow
 Theme URI:    https://vfpresets.com
 Description:  GeneratePress child theme for VF Presets redesign
 Author:       Visual Flow
 Author URI:   https://vfpresets.com
 Template:     generatepress
 Version:      2.2.0
 Text Domain:  generatepress-child
*/

/* ==========================================================================
   DESIGN SYSTEM — CSS Custom Properties
   ========================================================================== */

:root {
  --vf-black:      #0f0f0f;
  --vf-charcoal:   #1c1c1c;
  --vf-gold:       #c9a96e;
  --vf-gold-light: #e2c99a;
  --vf-cream:      #faf8f5;
  --vf-white:      #ffffff;
  --vf-gray-light: #f5f5f5;
  --vf-gray-mid:   #9a9a9a;
  --vf-gray-dark:  #3a3a3a;
  --vf-text-primary:   #1c1c1c;
  --vf-text-secondary: #6b6b6b;
  --vf-text-light:     #ffffff;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'Inter', system-ui, sans-serif;
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.0625rem;
  --text-xl:   1.375rem;
  --text-2xl:  1.75rem;
  --text-3xl:  2.5rem;
  --text-4xl:  3.5rem;
  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  1.5rem;
  --space-lg:  2.5rem;
  --space-xl:  4rem;
  --space-2xl: 6rem;
  --space-3xl: 9rem;
  --container-max:  1200px;
}

/* ==========================================================================
   GLOBAL TYPOGRAPHY
   ========================================================================== */

body {
  background-color: var(--vf-white);
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: var(--vf-gray-dark);
}

p, li {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: var(--vf-gray-dark);
}

h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: var(--vf-text-primary);
}

h4 {
  font-family: var(--font-sans);
  font-weight: 600;
  color: var(--vf-text-primary);
}

.site-container .inside-article,
.site-container .site-main {
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
}

/* Body text reset — Inter across all sections */
.vf-hero-text p,
.vf-diff-solution,
.vf-about p,
.vf-testimonials p,
.vf-faq-answer p,
.vf-bundle-cta .vf-bundle-sub {
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #3a3a3a;
}

.vf-bundle-cta .vf-bundle-sub {
  color: rgba(255,255,255,0.85);
}

/* ==========================================================================
   HEADER & NAV — white background
   ========================================================================== */

.site-header {
  background: var(--vf-white) !important;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.wp-custom-logo .site-title,
.wp-custom-logo .main-title {
  display: none !important;
}

.site-header img.header-image.is-logo-image,
.site-header .custom-logo-link img,
.site-header img.custom-logo,
img.header-image.is-logo-image {
  max-width: 180px !important;
  width: 180px !important;
  height: auto !important;
}

.site-branding .main-title {
  margin: 0;
}

.site-branding .main-title a {
  font-family: var(--font-serif) !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  letter-spacing: 0.04em;
  color: var(--vf-charcoal) !important;
  text-decoration: none !important;
}

.site-branding .main-title a:hover {
  color: var(--vf-gold) !important;
}

.main-navigation,
.main-navigation .inside-navigation {
  background: var(--vf-white) !important;
}

.main-navigation .main-nav ul li a {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vf-charcoal) !important;
  padding: 6px 8px;
  text-decoration: none;
  transition: color 0.2s;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li.current-menu-item > a {
  color: var(--vf-gold) !important;
}

.main-navigation .dropdown-menu-toggle .gp-icon svg {
  fill: var(--vf-gray-mid);
}

.main-navigation li:hover > a .dropdown-menu-toggle .gp-icon svg {
  fill: var(--vf-gold);
}

/* Dropdown submenus — white */
.main-navigation ul ul,
.main-navigation ul ul ul {
  background: var(--vf-white) !important;
  border-top: 2px solid var(--vf-gold);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.main-navigation .main-nav ul ul li a {
  padding: 10px 20px !important;
  font-size: 11px;
  color: var(--vf-charcoal) !important;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  white-space: nowrap;
}

.main-navigation .main-nav ul ul li:last-child a {
  border-bottom: none;
}

.main-navigation .main-nav ul ul li a:hover {
  color: var(--vf-gold) !important;
  background: var(--vf-gray-light) !important;
}

/* ==========================================================================
   HOMEPAGE OVERRIDES
   ========================================================================== */

body.page-id-11908 {
  background-color: var(--vf-white) !important;
}

body.page-id-11908 .post-image,
body.page-id-11908 .featured-image,
body.page-id-11908 article > .post-image-above-header,
body.page-id-11908 .inside-article > .featured-image {
  display: none !important;
}

body.page-id-11908 .site-inner {
  margin-top: 0 !important;
}

body.full-width-content .inside-article {
  padding: 0;
}

body.full-width-content .grid-container,
body.full-width-content .container.grid-container,
body.full-width-content #page,
body.full-width-content .inside-article,
body.full-width-content .entry-content,
body.full-width-content .site-main,
body.full-width-content .content-area,
body.full-width-content .site-content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-id-11908 .site-main,
.page-id-11908 .entry-content,
.page-id-11908 .inside-article,
.page-id-11908 .entry-header {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn-primary {
  display: inline-block;
  background: var(--vf-gold);
  color: var(--vf-black);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 40px;
  border: none;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
}

.btn-primary:hover {
  background: var(--vf-gold-light);
  transform: translateY(-1px);
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--vf-text-primary);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 15px 39px;
  border: 1px solid var(--vf-gold);
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}

.btn-outline:hover {
  background: var(--vf-gold);
  color: var(--vf-black);
}

.btn-outline-light {
  display: inline-block;
  background: transparent;
  color: var(--vf-white);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 15px 39px;
  border: 1px solid var(--vf-gold);
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}

.btn-outline-light:hover {
  background: var(--vf-gold);
  color: var(--vf-black);
}

/* ==========================================================================
   SHARED PATTERNS
   ========================================================================== */

.section-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vf-gold);
  display: block;
  margin-bottom: var(--space-sm);
}

.vf-section {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.vf-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

/* ==========================================================================
   SECTION 1: HERO — two-column with carousel
   ========================================================================== */

.vf-hero {
  background: var(--vf-white);
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.vf-hero-inner {
  display: grid;
  grid-template-columns: 55% 45%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg) var(--space-md);
  gap: var(--space-xl);
  align-items: center;
}

/* Left: carousel */
.vf-hero-carousel {
  position: relative;
  padding-top: 2rem;
}

.vf-carousel-viewport {
  width: 100%;
  overflow: hidden;
}

.vf-carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.vf-carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.vf-carousel-slide > * {
  width: 100% !important;
  display: block;
}

.vf-carousel-slide .twentytwenty-container {
  width: 100% !important;
}

.vf-carousel-slide .twentytwenty-container img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Collapse Twenty20 default bottom margin inside carousel */
.vf-hero-carousel .twenty20 {
  margin-bottom: 0 !important;
}

/* Carousel nav row: label left, arrows right */
.vf-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.vf-carousel-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--vf-gold);
}

.vf-carousel-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vf-carousel-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--vf-charcoal);
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.vf-carousel-arrow:hover {
  color: var(--vf-gold);
}

.vf-carousel-arrow svg {
  width: 18px;
  height: 18px;
}

/* Twenty20 gold handles */
.vf-hero-carousel .twentytwenty-handle {
  border-color: var(--vf-gold) !important;
}

.vf-hero-carousel .twentytwenty-horizontal .twentytwenty-handle::before,
.vf-hero-carousel .twentytwenty-horizontal .twentytwenty-handle::after {
  background: var(--vf-gold) !important;
}

.vf-hero-carousel .twentytwenty-left-arrow {
  border-right-color: var(--vf-gold) !important;
}

.vf-hero-carousel .twentytwenty-right-arrow {
  border-left-color: var(--vf-gold) !important;
}

/* Right: text */
.vf-hero-text {
  padding: 0;
  align-self: center;
}

.vf-hero-text .hero-eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vf-gold);
  margin-bottom: var(--space-md);
  display: block;
}

.vf-hero-text h1 {
  font-family: var(--font-serif);
  font-size: 56px;
  font-weight: 300;
  color: var(--vf-text-primary);
  line-height: 1.08;
  margin-bottom: var(--space-md);
}

.vf-hero-text .hero-sub {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  color: #3a3a3a;
  line-height: 1.7;
  margin-bottom: var(--space-lg);
  max-width: 440px;
}

.vf-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.vf-hero-bullets li {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--vf-charcoal);
  letter-spacing: 0.02em;
  padding: 5px 0 5px 20px;
  position: relative;
  line-height: 1.5;
}

.vf-hero-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vf-gold, #c9a96e);
}

.vf-hero-ctas {
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
}

.vf-hero-ctas a {
  min-width: 220px;
  text-align: center;
  margin-bottom: var(--space-lg);
}

.vf-hero-rating {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  color: var(--vf-text-secondary);
  letter-spacing: 0.02em;
}

.vf-hero-rating .vf-stars {
  color: var(--vf-gold);
  letter-spacing: 0.08em;
  margin-right: 8px;
}

@media (max-width: 900px) {
  .vf-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
  }
  .vf-hero-text {
    order: -1;
    padding: 0;
  }
  .vf-hero-text h1 {
    font-size: var(--text-3xl);
  }
}

/* ── Homepage Mobile Fixes ──────────────────────────────────────────────── */

@media (max-width: 768px) {
  /* Prevent horizontal overflow globally */
  html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  /* Reset GP containers on homepage */
  .page-template-default .inside-article,
  .home .inside-article,
  .home .site-main,
  .home .content-area,
  .home .site-content {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Hero top spacing + grid gap */
  .vf-hero-inner {
    padding: 16px 20px 20px !important;
    gap: 16px !important;
  }

  /* Hero CTAs full width on mobile */
  .vf-hero-ctas {
    flex-direction: column !important;
    gap: 10px !important;
    align-items: stretch !important;
  }
  .vf-hero-ctas a {
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  /* Tighten rating-to-slider gap */
  .vf-hero-rating {
    margin-bottom: 8px !important;
  }
  .vf-hero-carousel {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .vf-hero-inner,
  .vf-lighting-inner,
  .vf-video-inner,
  .vf-diff-inner,
  .vf-packs-inner,
  .vf-system-inner,
  .vf-credibility-inner,
  .vf-testimonials-inner,
  .vf-press-inner,
  .vf-collection-inner,
  .vf-bundle-cta-inner,
  .vf-cta-inner,
  .vf-faq-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
  }

  /* Catch any section going wider than viewport */
  .vf-hero,
  .vf-lighting,
  .vf-video-section,
  .vf-diff,
  .vf-pack-section,
  .vf-packs,
  .vf-system,
  .vf-credibility,
  .vf-testimonials,
  .vf-press,
  .vf-cta {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* Press logos — 2 rows of 4 */
  .vf-press-logos {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 12px !important;
    row-gap: 8px !important;
    align-items: center;
    justify-items: center;
  }
  .vf-press-logo {
    max-width: 70px;
    height: auto;
  }
}

/* ==========================================================================
   SECTION 2: PRESS LOGOS
   ========================================================================== */

.vf-press {
  background: var(--vf-white);
  padding: 2rem 0 2.5rem;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.vf-press-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.vf-press-label {
  text-align: center;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #aaaaaa;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.vf-press-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  padding: 0 2rem;
}

.vf-press-logo {
  height: 28px;
  width: auto;
  max-width: 140px;
  opacity: 0.4;
  filter: grayscale(100%);
  transition: opacity 0.2s;
  object-fit: contain;
  display: block;
}

.vf-press-logo:hover {
  opacity: 0.65;
}

/* ==========================================================================
   SECTION 3: VIDEO + DIFFERENTIATOR
   ========================================================================== */

.vf-video-section {
  background: #faf6f0;
  padding: 5rem 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.vf-video-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
  align-items: center;
}

.vf-video-wrap {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: var(--vf-gray-light);
}

.vf-video-wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: none;
}

/* Video facade — lazy-loads iframe on click */
.vf-video-facade {
  position: relative;
  cursor: pointer;
  background: #000;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.vf-video-facade .vf-video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s;
}

.vf-video-facade:hover .vf-video-thumb {
  opacity: 0.85;
}

.vf-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s;
}

.vf-video-facade:hover .vf-video-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.vf-diff-text h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  margin-bottom: var(--space-lg);
  line-height: 1.15;
}

.vf-diff-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-lg);
}

.vf-diff-list li {
  list-style: none;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: var(--space-sm);
  font-size: var(--text-base);
  color: var(--vf-gray-dark);
  line-height: 1.7;
}

.vf-diff-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--vf-gold);
}

.vf-diff-solution {
  font-size: var(--text-base);
  color: var(--vf-text-secondary);
  line-height: 1.7;
}

.vf-diff-solution strong {
  color: var(--vf-text-primary);
}

@media (max-width: 768px) {
  .vf-video-inner {
    grid-template-columns: 1fr;
  }
  .vf-diff-text h2 {
    font-size: var(--text-2xl);
  }
}

/* ==========================================================================
   SECTION 4: LIGHTING CONDITIONS — white with photo cards
   ========================================================================== */

.vf-lighting {
  background: var(--vf-white);
  padding: 5rem 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.vf-lighting-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.vf-lighting .section-label {
  text-align: center;
}

.vf-lighting h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: center;
  margin-bottom: var(--space-md);
  line-height: 1.15;
}

.vf-lighting .vf-lighting-sub {
  font-size: var(--text-base);
  color: var(--vf-text-secondary);
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--space-xl);
  line-height: 1.7;
}

/* Tab row with icons */
.vf-lighting-tabs {
  display: flex;
  width: 100%;
  gap: 0;
  margin-bottom: 0;
  background: #f0f0f0;
  padding: 0;
}

.vf-lighting-tab {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  padding: 14px 0;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 0;
}

.vf-lighting-tab:hover {
  background: var(--vf-gray-light);
}

.vf-lighting-tab.active {
  background: var(--vf-charcoal);
}

.vf-lighting-tab img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  opacity: 0.5;
  transition: opacity 0.2s, filter 0.2s;
}

.vf-lighting-tab:hover img {
  opacity: 0.8;
}

.vf-lighting-tab.active img {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.vf-lighting-tab span {
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vf-gray-mid);
  transition: color 0.2s;
  white-space: nowrap;
}

.vf-lighting-tab:hover span {
  color: var(--vf-text-primary);
}

.vf-lighting-tab.active span {
  color: var(--vf-white);
}

/* Condition info bar */
.vf-lighting-bar {
  background: var(--vf-charcoal);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  margin-bottom: 0;
}

.vf-lighting-bar-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}

.vf-lighting-bar-name {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vf-white);
  white-space: nowrap;
}

.vf-lighting-bar-desc {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  margin-left: auto;
}

/* Stacked Twenty20 sliders */
.vf-lighting-sliders {
  position: relative;
}

.vf-lighting-sliders .twenty20 {
  margin-bottom: 0 !important;
}

.vf-lighting-slider-item {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.vf-lighting-slider-item.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

/* Gold handles for lighting sliders */
.vf-lighting-sliders .twentytwenty-handle {
  border-color: var(--vf-gold) !important;
}

.vf-lighting-sliders .twentytwenty-horizontal .twentytwenty-handle::before,
.vf-lighting-sliders .twentytwenty-horizontal .twentytwenty-handle::after {
  background: var(--vf-gold) !important;
}

.vf-lighting-sliders .twentytwenty-left-arrow {
  border-right-color: var(--vf-gold) !important;
}

.vf-lighting-sliders .twentytwenty-right-arrow {
  border-left-color: var(--vf-gold) !important;
}

@media (max-width: 768px) {
  .vf-lighting h2 {
    font-size: var(--text-2xl);
  }
  .vf-lighting-tabs {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px 4px;
  }
  .vf-lighting-tab {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 4px;
  }
  .vf-lighting-tab img,
  .vf-lighting-tab svg {
    width: 28px;
    height: 28px;
  }
  .vf-lighting-tab span,
  .vf-lighting-tab p {
    font-size: 9px;
    line-height: 1.2;
  }
  .vf-lighting-bar {
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
  }
  .vf-lighting-bar-desc {
    margin-left: 0;
    width: 100%;
  }
}

/* ==========================================================================
   SECTION 5: PRESET COLLECTION
   ========================================================================== */

.vf-collection {
  background: var(--vf-white);
  padding: 5rem 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.vf-collection-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.vf-collection .section-label {
  text-align: center;
}

.vf-collection h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: center;
  margin-bottom: var(--space-md);
  line-height: 1.15;
}

.vf-collection .vf-collection-sub {
  font-size: var(--text-base);
  color: var(--vf-text-secondary);
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--space-xl);
  line-height: 1.7;
}

.vf-pack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
}

.vf-pack-card {
  background: var(--vf-white);
  border: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  display: block;
}

.vf-pack-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.vf-pack-card .vf-pack-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.vf-pack-card .vf-pack-info {
  padding: var(--space-md);
  text-align: left;
}

.vf-pack-card .vf-pack-name {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  font-weight: 400;
  color: var(--vf-text-primary);
  margin: 0 0 var(--space-xs);
  line-height: 1.3;
}

.vf-pack-card .vf-pack-desc {
  font-size: 13px;
  color: var(--vf-text-secondary);
  line-height: 1.5;
  margin: 0 0 var(--space-sm);
}

.vf-pack-card .vf-pack-link {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--vf-gold);
  text-decoration: none;
  transition: color 0.2s;
}

.vf-pack-card:hover .vf-pack-link {
  color: var(--vf-text-primary);
}

@media (max-width: 1024px) {
  .vf-pack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .vf-pack-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   SECTION 6: TESTIMONIALS — light gray
   ========================================================================== */

.vf-testimonials {
  background: #faf6f0;
  padding: 5rem 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.vf-testimonials-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.vf-testimonials .section-label {
  text-align: center;
}

.vf-testimonials h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: center;
  margin-bottom: var(--space-xl);
  line-height: 1.15;
}

.vf-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}

.vf-testimonial-card {
  background: var(--vf-white);
  padding: var(--space-lg);
  border: 1px solid rgba(0,0,0,0.06);
  text-align: center;
}

.vf-testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.25rem;
  border: 2px solid #e8e8e8;
}

.vf-testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vf-testimonial-card .vf-stars {
  color: var(--vf-gold);
  font-size: var(--text-sm);
  letter-spacing: 0.1em;
  margin-bottom: var(--space-sm);
}

.vf-testimonial-card blockquote {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 300;
  font-style: italic;
  color: var(--vf-text-primary);
  line-height: 1.7;
  margin: 0 0 var(--space-md);
  padding: 0;
  border: none;
}

.vf-testimonial-card .vf-testimonial-author {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vf-text-secondary);
}

@media (max-width: 768px) {
  .vf-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   SECTION 7: BUNDLE CTA — charcoal dark
   ========================================================================== */

.vf-bundle-cta {
  background: var(--vf-charcoal);
  padding: 5rem 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.vf-bundle-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.vf-bundle-cta .section-label {
  text-align: center;
}

.vf-bundle-cta h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-white);
  text-align: center;
  margin-bottom: var(--space-md);
  line-height: 1.15;
}

.vf-bundle-cta .vf-bundle-sub {
  font-size: var(--text-lg);
  color: rgba(255,255,255,0.65);
  text-align: center;
  max-width: 560px;
  margin: 0 auto var(--space-lg);
  line-height: 1.7;
}

.vf-bundle-cta .vf-bundle-savings {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--vf-gold);
  text-transform: uppercase;
  margin-bottom: var(--space-lg);
  display: block;
}

.vf-bundle-cta .vf-bundle-buttons {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
  flex-wrap: wrap;
}

/* ==========================================================================
   SECTION 7b: ABOUT / SEO TEXT
   ========================================================================== */

.vf-about {
  background: #faf6f0;
  padding: 5rem 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.vf-about-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.vf-about .section-label {
  text-align: center;
}

.vf-about h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: center;
  margin-bottom: var(--space-xl);
  line-height: 1.15;
}

.vf-about p {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
  color: #3a3a3a;
  text-align: left;
  margin: 0 0 var(--space-md);
}

.vf-about p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   SECTION 8: FAQ — white, two-column layout
   ========================================================================== */

.vf-faq {
  background: var(--vf-white);
  padding: 5rem 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.vf-faq-rule {
  width: 80px;
  height: 1px;
  background: var(--vf-gold);
  margin: 0 auto 3rem;
  border: none;
}

.vf-faq-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--space-xl);
  align-items: start;
}

.vf-faq-heading {
  position: sticky;
  top: 100px;
}

.vf-faq .section-label {
  text-align: left;
}

.vf-faq h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: left;
  margin-bottom: var(--space-md);
  line-height: 1.15;
}

.vf-faq-subline {
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--vf-text-secondary);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .vf-faq-inner {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
  .vf-faq-heading {
    position: static;
  }
}

.vf-faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.vf-faq-item:first-child {
  border-top: 1px solid rgba(0,0,0,0.08);
}

.vf-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: var(--space-md) 0;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--vf-text-primary);
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-md);
  line-height: 1.3;
  transition: color 0.2s;
}

.vf-faq-question:hover {
  color: var(--vf-gold);
}

.vf-faq-question:focus {
  outline: none;
}

.vf-faq-question .vf-faq-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
}

.vf-faq-question .vf-faq-icon::before,
.vf-faq-question .vf-faq-icon::after {
  content: '';
  position: absolute;
  background: var(--vf-gold);
  transition: transform 0.3s;
}

.vf-faq-question .vf-faq-icon::before {
  width: 18px;
  height: 2px;
  top: 8px;
  left: 0;
}

.vf-faq-question .vf-faq-icon::after {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}

.vf-faq-item.active .vf-faq-question .vf-faq-icon::after {
  transform: rotate(90deg);
}

.vf-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.vf-faq-item.active .vf-faq-answer {
  max-height: 300px;
}

.vf-faq-answer p {
  padding: 0 0 var(--space-md);
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--vf-text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* ==========================================================================
   PRESET PACK TEMPLATE
   ========================================================================== */

/* ── GP Wrapper Overrides ────────────────────────────────────────────────── */

/* Hide featured image */
.page-template-preset-pack .post-image,
.page-template-preset-pack .featured-image,
.page-template-preset-pack .post-thumbnail,
.page-template-preset-pack img.wp-post-image {
  display: none !important;
}

.page-template-collection .post-thumbnail,
.page-template-collection .wp-post-image {
  display: none !important;
}

/* Collection: neutralize GP container constraints (not header) */
.page-template-collection #page,
.page-template-collection #page.grid-container,
.page-template-collection #page.container,
.page-template-collection .site-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.page-template-collection .inside-article,
.page-template-collection .entry-content,
.page-template-collection article.page,
.page-template-collection .site-main,
.page-template-collection .content-area {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.page-template-collection .page-header,
.page-template-collection .entry-header {
  display: none !important;
}

/* Preset pack: neutralize ALL GP container constraints */
.page-template-preset-pack #page,
.page-template-preset-pack #page.grid-container,
.page-template-preset-pack #page.container,
.page-template-preset-pack .hfeed,
.page-template-preset-pack .site-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.vf-split-page {
  width: 100% !important;
  margin-left: calc(-50vw + 50%) !important;
}

.page-template-preset-pack .inside-article,
.page-template-preset-pack .entry-content,
.page-template-preset-pack article.page,
.page-template-preset-pack .site-main {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

.page-template-preset-pack .content-area {
  width: 100% !important;
  max-width: 100% !important;
}

/* Remove GP's default content padding */
.page-template-preset-pack .generate-columns-container {
  max-width: 100% !important;
}

/* ── Preset pack wrapper + section resets ───────────────────────────────── */

.preset-pack-template {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.vf-pack-hero,
.vf-pack-how,
.vf-pack-creator,
.vf-pack-desc,
.vf-pack-mosaic,
.vf-pack-toolkit,
.vf-pack-pricing,
.vf-pack-related {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

.vf-pack-hero-inner,
.vf-pack-desc-inner,
.vf-pack-mosaic-inner,
.vf-pack-toolkit-inner,
.vf-pack-pricing-inner,
.vf-pack-related-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
  width: 100%;
}

/* Legacy shared class (same as above, for any remaining uses) */
.page-template-preset-pack .vf-pack-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
  width: 100%;
}

/* ── Shared Elements ─────────────────────────────────────────────────────── */

.preset-pack-template .vf-pack-eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vf-gold);
  display: block;
  margin-bottom: var(--space-sm);
}

.preset-pack-template .vf-gold-link {
  color: var(--vf-gold);
  text-decoration: none;
  transition: color 0.2s;
}

.preset-pack-template .vf-gold-link:hover {
  color: var(--vf-gold-light);
}

/* ── Section 1: Hero ─────────────────────────────────────────────────────── */

/* Hide GP-generated page header/title above pack content */
.page-template-preset-pack .page-header,
.page-template-preset-pack .entry-header,
.page-template-preset-pack .page-title {
  display: none !important;
}

.vf-pack-hero {
  background: var(--vf-white);
  padding: 4rem 0;
  min-height: 0;
  display: flex;
  align-items: center;
  overflow-x: clip;
}

.vf-pack-hero-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  gap: 4rem;
  width: 100%;
  box-sizing: border-box;
}

.vf-pack-hero-text .vf-pack-eyebrow {
  margin-bottom: var(--space-md);
}

.vf-pack-hero-text h1 {
  font-family: var(--font-serif);
  font-size: 52px;
  font-weight: 300;
  color: var(--vf-text-primary);
  line-height: 1.08;
  margin: 0 0 var(--space-md);
}

.vf-pack-tagline {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 300;
  color: var(--vf-gray-dark);
  line-height: 1.7;
  margin: 0 0 var(--space-md);
  max-width: 440px;
}

.vf-pack-hero-rule {
  width: 40px;
  height: 1px;
  background: var(--vf-gold);
  border: none;
  margin: 0 0 var(--space-md);
}

.vf-pack-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-lg);
}

.vf-pack-bullets li {
  position: relative;
  padding-left: 1.25rem;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
  color: var(--vf-gray-dark);
  line-height: 1.7;
  margin-bottom: 0.35rem;
}

.vf-pack-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vf-gold);
}

.vf-pack-price {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  color: var(--vf-charcoal);
  margin-bottom: var(--space-md);
  line-height: 1;
}

.vf-pack-ctas {
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
  margin-bottom: var(--space-lg);
}

.vf-pack-rating {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--vf-text-secondary);
  letter-spacing: 0.02em;
}

.vf-pack-rating .vf-stars {
  color: var(--vf-gold);
  letter-spacing: 0.08em;
  margin-right: 6px;
}

.vf-pack-hero-slider {
  position: relative;
}

.vf-pack-carousel {
  width: 100%;
  position: relative;
}

.vf-pack-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.vf-pack-carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.vf-pack-carousel-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
}

.vf-pack-carousel-slide .twentytwenty-container {
  width: 100% !important;
  max-width: 100% !important;
}

.vf-pack-carousel-slide img {
  width: 100% !important;
  max-width: 100% !important;
}

.vf-pack-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0 0;
}

.vf-pack-carousel-prev,
.vf-pack-carousel-next {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--vf-black);
  padding: 0.25rem;
  transition: color 0.2s;
}

.vf-pack-carousel-prev:hover,
.vf-pack-carousel-next:hover {
  color: var(--vf-gold);
}

.vf-pack-carousel-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.vf-pack-carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.vf-pack-carousel-dot.active {
  background: var(--vf-gold);
}

/* ── Section 2: Pack Description ─────────────────────────────────────────── */

.preset-pack-template .vf-pack-desc {
  background: #faf6f0;
  padding: 5rem 0;
}

.preset-pack-template .vf-pack-desc-inner {
  max-width: 860px;
  text-align: center;
}

.preset-pack-template .vf-pack-desc .vf-pack-eyebrow {
  text-align: center;
}

.preset-pack-template .vf-pack-desc h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: center;
  margin: 0 0 var(--space-xl);
  line-height: 1.15;
}

.preset-pack-template .vf-pack-desc p {
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: var(--vf-gray-dark);
  text-align: left;
  margin: 0 0 var(--space-md);
}

.preset-pack-template .vf-pack-desc p:last-of-type {
  margin-bottom: 0;
}

/* ── Creator Credibility ────────────────────────────────────────────────── */

.vf-pack-creator {
  background: #ffffff;
  padding: 5rem 0;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.vf-pack-creator-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 5rem;
  align-items: center;
}

.vf-pack-creator-photo {
  position: relative;
}

.vf-pack-creator-photo img {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.vf-pack-creator-photo:hover img {
  filter: grayscale(0%);
}

.vf-pack-creator-photo::after {
  display: none;
  max-width: 380px;
}

.vf-pack-creator-text h2 {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 300;
  color: var(--vf-black, #0f0f0f);
  margin: 0.5rem 0 1.25rem;
  line-height: 1.2;
}

.vf-pack-creator-lead {
  font-size: 16px !important;
  color: var(--vf-black, #0f0f0f) !important;
  line-height: 1.75 !important;
  margin-bottom: 1rem !important;
}

.vf-pack-creator-lead strong {
  color: var(--vf-black, #0f0f0f);
  font-weight: 600;
}

.vf-pack-creator-text a {
  color: var(--vf-black, #0f0f0f);
  text-decoration: underline;
  text-decoration-color: rgba(201, 169, 110, 0.5);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s;
}

.vf-pack-creator-text a:hover {
  text-decoration-color: var(--vf-gold, #c9a96e);
}

.vf-pack-creator-credentials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.vf-pack-credential strong {
  display: block;
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 2.25rem;
  font-weight: 300;
  color: var(--vf-gold, #c9a96e);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.vf-pack-credential span {
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 11px;
  color: #999;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ── Section 3: Photo Mosaic ─────────────────────────────────────────────── */

.vf-pack-mosaic {
  background: var(--vf-white);
  padding: 5rem 0;
}

.vf-pack-mosaic-inner {
  text-align: center;
}

.vf-pack-mosaic h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: center;
  margin: 0 0 var(--space-sm);
  line-height: 1.15;
}

.vf-pack-mosaic-sub {
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--vf-text-secondary);
  margin: 0 0 var(--space-xl);
}

/* ── Section 4: Lighting Conditions ──────────────────────────────────────── */

.vf-pack-lighting {
  background: var(--vf-white);
  text-align: center;
}

.vf-pack-lighting-inner {
}

.vf-pack-lighting .vf-pack-eyebrow {
  text-align: center;
}

.vf-pack-lighting h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: center;
  margin: 0 0 var(--space-md);
  line-height: 1.15;
}

.vf-pack-lighting-sub {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  color: var(--vf-text-secondary);
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--space-xl);
  line-height: 1.7;
}

.vf-pack-lighting-slider {
  margin-bottom: var(--space-md);
}

.vf-pack-lighting-slider .twenty20 {
  margin-bottom: 0 !important;
}

/* Gold handles for lighting Twenty20 */
.vf-pack-lighting-slider .twentytwenty-handle {
  border-color: var(--vf-gold) !important;
}

.vf-pack-lighting-slider .twentytwenty-horizontal .twentytwenty-handle::before,
.vf-pack-lighting-slider .twentytwenty-horizontal .twentytwenty-handle::after {
  background: var(--vf-gold) !important;
}

.vf-pack-lighting-slider .twentytwenty-left-arrow {
  border-right-color: var(--vf-gold) !important;
}

.vf-pack-lighting-slider .twentytwenty-right-arrow {
  border-left-color: var(--vf-gold) !important;
}

.vf-pack-lighting-note {
  font-family: var(--font-sans);
  font-size: 13px;
  font-style: italic;
  color: var(--vf-text-secondary);
  margin: 0;
}

/* ── How It Works ───────────────────────────────────────────────────────── */

.vf-pack-how {
  background: #faf6f0;
  padding: 5rem 0;
}

.vf-pack-how-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 60px;
  text-align: center;
  box-sizing: border-box;
}

.vf-pack-how h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--vf-black);
  margin: 0.5rem 0 1rem;
}

.vf-pack-how-sub {
  font-family: var(--font-sans);
  font-size: 16px;
  color: #666;
  max-width: 560px;
  margin: 0 auto 3.5rem;
  line-height: 1.7;
}

.vf-pack-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 3rem;
  text-align: left;
}

.vf-pack-step {
  padding: 2rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 4px;
  position: relative;
}

.vf-pack-step-num {
  display: block;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--vf-gold);
  margin-bottom: 1rem;
}

.vf-pack-step h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--vf-black);
  margin: 0 0 0.75rem;
}

.vf-pack-step p {
  font-family: var(--font-sans);
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.vf-pack-how-link {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--vf-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 169, 110, 0.4);
  padding-bottom: 2px;
  transition: border-color 0.2s;
}

.vf-pack-how-link:hover {
  border-color: var(--vf-gold);
}

/* ── Section 6: Toolkit Upsell ───────────────────────────────────────────── */

.vf-pack-toolkit {
  background: #faf6f0;
  padding: 5rem 0;
}

.vf-pack-toolkit-inner {
  text-align: center;
}

.vf-pack-toolkit .vf-pack-eyebrow {
  text-align: center;
}

.vf-pack-toolkit h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: center;
  margin: 0 0 var(--space-sm);
  line-height: 1.15;
}

.vf-pack-toolkit-sub {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 300;
  color: var(--vf-text-secondary);
  max-width: 640px;
  margin: 0 auto var(--space-xl);
  line-height: 1.65;
}

.vf-pack-toolkit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  text-align: left;
  margin-bottom: var(--space-xl);
}

.vf-pack-toolkit-feature {
  display: flex;
  gap: 1rem;
  margin-bottom: var(--space-md);
}

.vf-pack-toolkit-num {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--vf-gold);
  flex-shrink: 0;
  line-height: 1.6;
}

.vf-pack-toolkit-feature strong {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--vf-text-primary);
  display: block;
  margin-bottom: 0.25rem;
}

.vf-pack-toolkit-feature p {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
  color: var(--vf-text-secondary);
  line-height: 1.65;
  margin: 0;
}

.vf-pack-toolkit-more {
  font-family: var(--font-sans);
  font-size: 13px;
  font-style: italic;
  color: var(--vf-text-secondary);
  margin: 0;
}

.vf-pack-toolkit-video {
  width: 100%;
}

.vf-pack-video-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 2px;
}

.vf-pack-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.vf-video-placeholder {
  position: absolute;
  inset: 0;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

.vf-video-placeholder.hidden {
  opacity: 0;
  pointer-events: none;
}

.vf-video-play-hint {
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vf-pack-toolkit-cta {
  text-align: center;
}

/* ── Section 7: Pricing ──────────────────────────────────────────────────── */

.vf-pack-pricing {
  background: var(--vf-charcoal);
  padding: 5rem 0;
}

.vf-pack-pricing-inner {
  text-align: center;
}

.vf-pack-pricing .vf-pack-eyebrow {
  text-align: center;
}

.vf-pack-pricing h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-white);
  text-align: center;
  margin: 0 0 var(--space-sm);
  line-height: 1.15;
}

.vf-pack-pricing-sub {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  margin: 0 0 var(--space-xl);
}

.vf-pack-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  margin-top: 3rem;
}

.vf-pricing-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

.vf-pricing-featured {
  background: rgba(201,169,110,0.08);
  border-color: var(--vf-gold, #c9a96e);
}

.vf-pricing-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--vf-gold, #c9a96e);
  color: #fff;
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 16px;
  white-space: nowrap;
}

.vf-pricing-header {
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.vf-pricing-header h3 {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin: 0 0 0.35rem;
  min-height: 3.5rem;
  display: flex;
  align-items: flex-start;
}

.vf-pricing-subtitle {
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin: 0;
  line-height: 1.5;
}

.vf-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  flex: 1;
}

.vf-pricing-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.vf-pricing-feature:last-child {
  border-bottom: none;
}

.vf-feat-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vf-feat-label {
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 13px;
  line-height: 1.4;
}

.included .vf-feat-label {
  color: rgba(255,255,255,0.85);
}

.excluded .vf-feat-label {
  color: rgba(255,255,255,0.25);
}

.vf-pricing-footer {
  margin-top: 2rem;
}

.vf-pack-pricing-footer {
  font-family: var(--font-sans);
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

.vf-pack-pricing-footer .vf-gold-link {
  color: var(--vf-gold);
}

.vf-pack-discount-note {
  font-family: var(--font-sans);
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  text-align: center;
  margin-top: 1rem;
  line-height: 1.6;
}

.vf-pack-discount-note strong {
  color: var(--vf-gold);
  font-weight: 500;
}

/* ── Section 8: Related Packs ────────────────────────────────────────────── */

.vf-pack-related {
  background: #faf6f0;
  padding: 5rem 0;
}

.vf-pack-related-inner {
  text-align: center;
}

.vf-pack-related .vf-pack-eyebrow {
  text-align: center;
}

.vf-pack-related h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: center;
  margin: 0 0 var(--space-xl);
  line-height: 1.15;
}

.vf-pack-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}

/* ── Mobile Responsive ───────────────────────────────────────────────────── */

@media (max-width: 900px) {
  .vf-pack-hero {
    overflow-x: clip;
    padding: 2rem 0 !important;
    min-height: 0 !important;
  }

  .vf-pack-hero-inner {
    grid-template-columns: 1fr !important;
    padding: 0 24px !important;
    gap: 2rem !important;
  }

  .vf-pack-hero-slider {
    order: -1 !important;
    width: 100% !important;
  }

  .vf-pack-hero-text h1 {
    font-size: 2rem !important;
  }

  .vf-pack-desc-inner,
  .vf-pack-mosaic-inner,
  .vf-pack-toolkit-inner,
  .vf-pack-pricing-inner,
  .vf-pack-related-inner {
    padding: 0 24px !important;
    max-width: 100% !important;
  }

  .vf-pack-steps {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .vf-pack-how-inner {
    padding: 0 24px !important;
  }

  .vf-pack-creator-inner {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
    padding: 0 24px !important;
  }

  .vf-pack-creator-inner {
    text-align: center;
  }

  .vf-pack-creator-photo {
    max-width: 200px;
    margin: 0 auto 1.5rem;
  }

  .vf-pack-creator-credentials {
    grid-template-columns: 1fr 1fr !important;
  }

  .vf-pack-toolkit-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .vf-pack-pricing-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .vf-pack-related-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .vf-pack-pricing-card {
    padding: 1.5rem !important;
  }

  .preset-pack-template .vf-btn-gold,
  .preset-pack-template .vf-btn-outline {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .vf-pack-lighting .vf-lighting-tabs {
    flex-wrap: wrap;
  }
}

/* ==========================================================================
   PRESET PACK TOOL TEMPLATE
   ========================================================================== */

/* ── GP Wrapper Overrides (tool template) ───────────────────────────────── */

.page-template-preset-pack-tool .post-image,
.page-template-preset-pack-tool .featured-image,
.page-template-preset-pack-tool .post-thumbnail,
.page-template-preset-pack-tool img.wp-post-image {
  display: none !important;
}

.page-template-preset-pack-tool #page,
.page-template-preset-pack-tool #page.grid-container,
.page-template-preset-pack-tool #page.container,
.page-template-preset-pack-tool .hfeed,
.page-template-preset-pack-tool .site-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.page-template-preset-pack-tool .inside-article,
.page-template-preset-pack-tool .entry-content,
.page-template-preset-pack-tool article.page,
.page-template-preset-pack-tool .site-main {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

.page-template-preset-pack-tool .content-area {
  width: 100% !important;
  max-width: 100% !important;
}

.page-template-preset-pack-tool .generate-columns-container {
  max-width: 100% !important;
}

.page-template-preset-pack-tool .page-header,
.page-template-preset-pack-tool .entry-header,
.page-template-preset-pack-tool .page-title {
  display: none !important;
}

/* Header normalization (tool template) */
body.page-template-preset-pack-tool .site-header .inside-header,
body.page-template-preset-pack-tool .inside-header,
body.page-template-collection .site-header .inside-header,
body.page-template-collection .inside-header,
body.page-template-page-sale-php .site-header .inside-header,
body.page-template-page-sale-php .inside-header {
  max-width: 1380px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  box-sizing: border-box !important;
}

.page-template-preset-pack-tool .main-navigation .inside-navigation {
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  box-sizing: border-box !important;
}

/* ── Section 1: Tool Hero ───────────────────────────────────────────────── */

.vf-tool-hero {
  background: var(--vf-white);
  padding: 4rem 0;
  min-height: 0;
  display: flex;
  align-items: center;
  overflow-x: clip;
}

.vf-tool-hero-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  gap: 4rem;
  width: 100%;
  box-sizing: border-box;
}

.vf-tool-video-col {
  position: relative;
}

/* ── Section 2: How It Works Intro ──────────────────────────────────────── */

.vf-tool-how-intro {
  background: #faf6f0;
  padding: 5rem 0 3rem;
  text-align: center;
}

.vf-tool-how-intro-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 60px;
}

.vf-tool-how-intro .vf-pack-eyebrow {
  text-align: center;
}

.vf-tool-how-intro h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  margin: 0 0 var(--space-md);
  line-height: 1.15;
}

.vf-tool-how-sub {
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--vf-text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* ── Section 3: Feature Explainer Rows ──────────────────────────────────── */

.vf-feature-row {
  padding: 5rem 0;
  width: 100%;
}

.vf-feature-bg-white {
  background: var(--vf-white);
}

.vf-feature-bg-cream {
  background: #faf6f0;
}

.vf-feature-row-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  box-sizing: border-box;
}

/* Image on right (default): text col 1, image col 2 */
.vf-feature-img-right .vf-feature-text {
  order: 1;
}
.vf-feature-img-right .vf-feature-media {
  order: 2;
}

/* Image on left: image col 1, text col 2 */
.vf-feature-img-left .vf-feature-text {
  order: 2;
}
.vf-feature-img-left .vf-feature-media {
  order: 1;
}

.vf-feature-num {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 300;
  color: var(--vf-gold);
  line-height: 1;
  display: block;
  margin-bottom: var(--space-sm);
}

.vf-feature-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 300;
  color: var(--vf-text-primary);
  margin: 0 0 var(--space-md);
  line-height: 1.2;
}

.vf-feature-desc {
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--vf-text-secondary);
  line-height: 1.7;
  margin: 0;
  max-width: 500px;
}

.vf-feature-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.vf-feature-placeholder {
  width: 100%;
  padding-bottom: 66%;
  background: #f0ece4;
  border-radius: 2px;
}

/* ── Tool Pricing — Two-Tier Layout ───────────────────────────────────── */

.vf-tool-pricing-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Tier 1 — Standalone card */
.vf-tool-pricing-standalone {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5rem;
}

.vf-tool-standalone-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  padding: 2.5rem 3rem;
  text-align: center;
  max-width: 400px;
  width: 100%;
}

.vf-tool-standalone-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vf-gold, #c9a96e);
  margin-bottom: 0.5rem;
}

.vf-tool-standalone-name {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.25rem;
}

.vf-tool-standalone-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  font-family: var(--font-sans);
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
}

.vf-tool-standalone-bullets li::before {
  content: "✓ ";
  color: var(--vf-gold, #c9a96e);
}

.vf-pack-pricing .vf-tool-standalone-bullets li,
.vf-tool-standalone-card .vf-tool-standalone-bullets li {
  color: rgba(255,255,255,0.85) !important;
}

.vf-tool-standalone-card,
.vf-tool-standalone-card p,
.vf-tool-standalone-card li,
.vf-tool-standalone-card span {
  color: rgba(255,255,255,0.85);
}

.vf-tool-standalone-card .vf-tool-standalone-name,
.vf-tool-standalone-card .vf-tool-standalone-price {
  color: #ffffff;
}

.vf-tool-standalone-card .vf-tool-standalone-label {
  color: rgba(255,255,255,0.4);
}

.vf-tool-standalone-price {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.5rem;
}

/* Tier 2 — Bundle section */
.vf-tool-bundle-section {
  text-align: center;
  margin-bottom: 2.5rem;
}

.vf-tool-bundle-eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vf-gold, #c9a96e);
  margin-bottom: 0.25rem;
}

.vf-tool-bundle-heading {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.75rem;
}

.vf-tool-bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.vf-tool-bundle-card {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px;
  padding: 1.25rem 1rem;
  text-align: center;
}

.vf-tool-bundle-card-name {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.35rem;
}

.vf-tool-bundle-card-desc {
  flex: 1;
  font-family: var(--font-sans);
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.5rem;
}

.vf-tool-bundle-card-price {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.75rem;
}

.vf-tool-bundle-card-price s {
  font-weight: 400;
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  margin-left: 0.25rem;
}

.vf-tool-bundle-card .vf-btn-gold {
  margin-top: auto;
}

/* Discount note */
.vf-tool-pricing-note {
  text-align: center;
  margin-top: 1.5rem;
}

.vf-tool-pricing-note p {
  font-family: var(--font-sans);
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  font-weight: 600;
}

.vf-tool-pricing-note a {
  color: var(--vf-gold, #c9a96e);
  font-weight: 700;
  text-decoration: underline;
}

/* ── Tool Testimonials ──────────────────────────────────────────────────── */

.vf-tool-testimonials {
  background: #faf6f0;
  padding: 5rem 0;
}

.vf-tool-testi-inner {
  text-align: center;
}

.vf-tool-testimonials .vf-pack-eyebrow {
  text-align: center;
}

.vf-tool-testimonials h2 {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: center;
  margin: 0 0 var(--space-xl);
  line-height: 1.15;
}

.vf-tool-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: left;
}

.vf-tool-testi {
  background: #fff;
  padding: 2rem;
  border-radius: 3px;
}

.vf-tool-testi-photo {
  margin-bottom: 1.25rem;
}

.vf-tool-testi-photo img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.vf-tool-testi blockquote {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--vf-text-primary);
  line-height: 1.6;
  margin: 0 0 1.25rem;
  padding: 0;
  border: none;
}

.vf-tool-testi-author {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--vf-text-primary);
}

.vf-tool-testi-handle {
  color: var(--vf-gray-mid);
  font-weight: 400;
}

/* ── Tool Template Responsive ───────────────────────────────────────────── */

@media (max-width: 768px) {
  .vf-tool-hero {
    padding: 2rem 0 !important;
  }

  .vf-tool-hero-inner {
    grid-template-columns: 1fr !important;
    padding: 0 24px !important;
    gap: 2rem !important;
  }

  .vf-tool-video-col {
    order: -1;
  }

  .vf-tool-how-intro-inner {
    padding: 0 24px !important;
  }

  .vf-feature-row {
    padding: 3rem 0 !important;
  }

  .vf-feature-row-inner {
    grid-template-columns: 1fr !important;
    padding: 0 24px !important;
    gap: 2rem !important;
  }

  /* Text always first on mobile */
  .vf-feature-row-inner .vf-feature-text {
    order: 1 !important;
  }
  .vf-feature-row-inner .vf-feature-media {
    order: 2 !important;
  }

  .vf-feature-num {
    font-size: 32px;
  }

  .vf-feature-title {
    font-size: 22px;
  }

  .vf-tool-pricing-inner {
    padding: 0 24px;
  }

  .vf-tool-standalone-card {
    padding: 2rem 1.5rem;
  }

  .vf-tool-bundle-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .vf-tool-testi-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .vf-tool-testi-inner {
    padding: 0 24px !important;
  }
}

@media (max-width: 480px) {
  .vf-tool-bundle-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   SALE PAGE TEMPLATE — page-sale.php
   ========================================================================== */

/* GP wrapper resets */
.page-template-page-sale-php #page.grid-container,
.page-template-page-sale-php #page.container,
.page-template-page-sale-php .site-content,
.page-template-page-sale-php .content-area,
.page-template-page-sale-php .site-main,
.page-template-page-sale-php .entry-content,
.page-template-page-sale-php .inside-article {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-template-page-sale-php .site-inner,
.page-template-page-sale-php .entry-content,
.page-template-page-sale-php .inside-article {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page-template-page-sale-php .page-header,
.page-template-page-sale-php .entry-header {
  display: none !important;
}

.page-template-page-sale-php .inside-header {
  max-width: 1380px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

/* Shared inner container */
.vf-sale-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

/* Shared eyebrow */
.vf-sale-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vf-gold, #c9a96e);
  margin-bottom: 0.75rem;
}

/* ── Section 1: Hero ────────────────────────────────────────────────────── */

.vf-sale-hero {
  background: var(--vf-charcoal, #1c1c1c);
  padding: 60px 40px 48px;
  text-align: center;
}

.vf-sale-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}

.vf-sale-hero h1 {
  font-family: var(--font-serif);
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.1;
}

.vf-sale-subhead {
  font-family: var(--font-sans);
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.vf-sale-code {
  font-family: var(--font-sans);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #3D9799;
  margin: 1.5rem 0;
}

.vf-sale-note {
  font-family: var(--font-sans);
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 2rem;
}

/* ── Section 2: Photo Strip ─────────────────────────────────────────────── */

.vf-sale-strip {
  width: 100%;
  overflow: hidden;
}

.vf-sale-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  overflow: hidden;
}

.vf-sale-strip-img {
  width: 100%;
  overflow: hidden;
}

.vf-sale-strip-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

/* ── Section 3: Pack Grid ───────────────────────────────────────────────── */

.vf-sale-packs {
  background: #fff;
  padding: 5rem 0;
}

.vf-sale-packs h2 {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  color: var(--vf-charcoal, #1c1c1c);
  margin-bottom: 2.5rem;
}

.vf-sale-pack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
  text-align: center;
}

.vf-sale-pack-card {
  background: #faf8f5;
  border: 1px solid #e8e4dc;
  border-radius: 6px;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.vf-sale-pack-img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.vf-sale-pack-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.vf-sale-pack-card:hover .vf-sale-pack-img-wrap img {
  transform: scale(1.03);
}

.vf-sale-pack-body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vf-sale-pack-name {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--vf-charcoal, #1c1c1c);
  margin-bottom: 0.5rem;
}

.vf-sale-pack-desc {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--vf-gray-mid, #9a9a9a);
  line-height: 1.5;
  flex: 1;
  margin-bottom: 1.25rem;
}

.vf-sale-pack-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.vf-sale-pack-actions .vf-btn-gold {
  width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
}

.vf-sale-learn-more {
  display: block;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.4);
  text-decoration: none;
  margin-top: 12px;
}

.vf-sale-learn-more:hover {
  color: var(--vf-charcoal, #1c1c1c);
}

/* ── Section 4: Full Collection Bundle ──────────────────────────────────── */

.vf-sale-bundle {
  background: var(--vf-charcoal, #1c1c1c);
  padding: 5rem 0;
}

.vf-sale-bundle h2 {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.25rem;
}

.vf-sale-savings-badge {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3D9799;
  background: rgba(61,151,153,0.12);
  border: 1px solid rgba(61,151,153,0.3);
  border-radius: 4px;
  padding: 8px 20px;
  margin-bottom: 1.5rem;
}

.vf-sale-bundle-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.vf-sale-price-current {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.vf-sale-price-was {
  font-family: var(--font-sans);
  font-size: 18px;
  color: rgba(255,255,255,0.35);
}

.vf-sale-bundle-desc {
  font-family: var(--font-sans);
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 0.75rem;
}

.vf-sale-bundle-note {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--vf-gold, #c9a96e);
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.vf-sale-bundle-ctas {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.vf-btn-outline-light {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 3px;
  padding: 12px 28px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}

.vf-btn-outline-light:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.06);
}

/* Video embed */
.vf-sale-video-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.vf-sale-video-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.vf-sale-video-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* ── Section 5: Mix and Match ───────────────────────────────────────────── */

.vf-sale-mix {
  background: #faf8f5;
  padding: 5rem 0;
}

.vf-sale-mix h2 {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 400;
  color: var(--vf-charcoal, #1c1c1c);
  margin-bottom: 1.25rem;
}

.vf-sale-mix .vf-sale-savings-badge {
  color: #3D9799;
}

.vf-sale-mix .vf-sale-price-current {
  color: var(--vf-charcoal, #1c1c1c);
}

.vf-sale-mix .vf-sale-price-was {
  color: var(--vf-gray-mid, #9a9a9a);
}

.vf-sale-mix-desc {
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--vf-text-secondary, #6b6b6b);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 2rem;
}

/* ── Section 6: Popular Combos ──────────────────────────────────────────── */

.vf-sale-combos {
  background: #fff;
  padding: 5rem 0;
}

.vf-sale-combos h2 {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  color: var(--vf-charcoal, #1c1c1c);
  margin-bottom: 0.75rem;
}

.vf-sale-combos-note {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--vf-text-secondary, #6b6b6b);
  margin-bottom: 2rem;
}

.vf-sale-combo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.vf-sale-combo-btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--vf-charcoal, #1c1c1c);
  background: #faf8f5;
  border: 1px solid #e0dbd3;
  border-radius: 4px;
  padding: 10px 18px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
  white-space: nowrap;
}

.vf-sale-combo-btn:hover {
  border-color: var(--vf-gold, #c9a96e);
  background: rgba(201,169,110,0.06);
  color: var(--vf-charcoal, #1c1c1c);
}

/* ── Section 7: FAQ ─────────────────────────────────────────────────────── */

.vf-sale-faq {
  background: #faf6f0;
  padding: 5rem 0;
}

.vf-sale-faq-heading {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 300;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--vf-charcoal, #1c1c1c);
}

.vf-sale-faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.vf-sale-faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.vf-sale-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500;
  color: var(--vf-charcoal, #1c1c1c);
  text-align: left;
  gap: 16px;
}

.vf-sale-faq-icon {
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--vf-gold, #c9a96e);
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s;
}

.vf-sale-faq-answer {
  padding-bottom: 1.25rem;
}

.vf-sale-faq-answer p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* ── Sale Page Responsive ───────────────────────────────────────────────── */

@media (max-width: 900px) {
  .vf-sale-pack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vf-sale-inner {
    padding: 0 24px;
  }

  .vf-sale-hero {
    padding: 3.5rem 24px 3rem;
  }

  .vf-sale-hero h1 {
    font-size: 38px;
  }

  .vf-sale-code {
    font-size: 36px;
  }

  .vf-sale-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vf-sale-strip-img img {
    height: 200px;
  }

  .vf-sale-bundle h2,
  .vf-sale-mix h2 {
    font-size: 28px;
  }

  .vf-sale-price-current {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .vf-sale-pack-grid {
    grid-template-columns: 1fr;
  }

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

  .vf-sale-hero h1 {
    font-size: 32px;
  }

  .vf-sale-code {
    font-size: 28px;
  }

  .vf-sale-bundle-ctas {
    flex-direction: column;
    align-items: center;
  }
}

/* ==========================================================================
   ANNOUNCEMENT BANNER
   ========================================================================== */

:root { --banner-height: 0px; }

.vf-announcement-banner {
  position: relative;
  width: 100%;
  padding: 10px 48px 10px 16px;
  min-height: 41px;
  text-align: center;
  z-index: 9999;
}

.vf-announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.vf-announcement-text {
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: #1c1c1c;
  letter-spacing: 0.01em;
}

.vf-announcement-link {
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1c1c1c;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding-bottom: 1px;
  white-space: nowrap;
  transition: border-color 0.2s;
}

.vf-announcement-link:hover {
  border-color: #1c1c1c;
}

.vf-announcement-close {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
  padding: 4px;
  line-height: 1;
  transition: color 0.2s;
}

.vf-announcement-close:hover {
  color: #1c1c1c;
}

@media (max-width: 600px) {
  .vf-announcement-text {
    font-size: 12px;
  }
}

/* ==========================================================================
   FOOTER — Visual Flow Custom Footer
   ========================================================================== */

/* Hide default GP footer */
.site-footer {
  display: none !important;
}

.vf-footer {
  background-color: #1c1c1c;
  color: rgba(255,255,255,0.6);
  padding: 5rem 0 0;
  font-family: var(--font-sans);
}

.vf-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

.vf-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
}

.vf-footer-logo {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}

.vf-footer-logo:hover {
  color: var(--vf-gold);
}

.vf-footer-brand p.vf-footer-tagline {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.5rem;
  font-family: var(--font-sans);
}

.vf-footer-social {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.vf-footer-social a {
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.vf-footer-social a:hover {
  color: var(--vf-gold);
}

.vf-footer-col-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--vf-gold);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.vf-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vf-footer-menu li {
  margin-bottom: 0.65rem;
}

.vf-footer-menu a {
  font-family: var(--font-sans);
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.4;
}

.vf-footer-menu a:hover {
  color: #ffffff;
}

.vf-footer-links {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
}

.vf-footer-links li {
    margin-bottom: 0.5rem;
}

.vf-footer-links a {
    font-family: var(--font-sans, 'Inter', sans-serif);
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
}

.vf-footer-links a:hover {
    color: var(--vf-gold, #c9a96e);
}

.vf-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.vf-footer-copyright {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  margin: 0;
  font-family: var(--font-sans);
}

.vf-footer-tagline-bottom {
  font-size: 12px;
  font-style: italic;
  color: var(--vf-gold);
  opacity: 0.7;
  margin: 0;
  font-family: var(--font-sans);
}

.vf-footer-badges {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.vf-badge {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 3px 8px;
  border-radius: 2px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .vf-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  .vf-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .vf-footer-grid {
    grid-template-columns: 1fr;
  }
  .vf-footer-inner {
    padding: 0 24px;
  }
  .vf-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .vf-footer-tagline-bottom {
    display: none;
  }
}

/* ==========================================================================
   SINGLE POST TEMPLATE — Visual Flow Post
   ========================================================================== */

/* GP Wrapper Suppression for single post template */
.post-template-single-post-vf .site-main,
.post-template-single-post-vf .content-area,
.single-post .site-main,
.single-post .content-area {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  display: block !important;
}

.post-template-single-post-vf .inside-article,
.post-template-single-post-vf article.post,
.post-template-single-post-vf .entry-content,
.single-post .inside-article,
.single-post article.post,
.single-post .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  display: block !important;
}

.post-template-single-post-vf #page.grid-container,
.post-template-single-post-vf .site-content,
.single-post #page.grid-container,
.single-post .site-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.post-template-single-post-vf .site-content,
.single-post .site-content {
  overflow: visible !important;
}

/* POST HERO */
.vf-single-wrap {
  width: 100%;
  max-width: 100%;
}

/* Contain horizontal overflow at section level instead of wrapper */
.vf-post-hero,
.vf-related-posts,
.vf-post-cta {
  overflow-x: clip;
}

.vf-post-hero {
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  height: 560px;
  overflow: hidden;
}

.vf-post-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* POST HEADER */
.vf-post-header {
  max-width: 860px;
  margin: 0 auto;
  padding: 3rem 60px 2rem;
  text-align: center;
}

.vf-post-category {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vf-gold);
  display: inline-block;
  margin-bottom: 1rem;
}

.vf-post-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--vf-black);
  margin-bottom: 1.25rem;
}

.vf-post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: var(--font-sans);
  font-size: 12px;
  color: #aaaaaa;
  letter-spacing: 0.03em;
  flex-wrap: wrap;
}

.vf-post-meta a {
  color: var(--vf-gold);
  text-decoration: none;
}

.vf-post-meta-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--vf-gold);
  display: inline-block;
  flex-shrink: 0;
}

.vf-post-rule {
  width: 40px;
  height: 1px;
  background: var(--vf-gold);
  margin: 1.5rem auto 0;
}

/* POST LAYOUT */
.vf-post-layout {
  max-width: 1380px;
  margin: 0 auto;
  padding: 3rem 60px 5rem;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 5rem;
  align-items: start;
  box-sizing: border-box;
  width: 100%;
  min-height: 600px;
}

/* POST CONTENT */
.vf-post-content p {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.8;
  color: #3a3a3a;
  margin-bottom: 1.5rem;
}

.vf-post-content h2 {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--vf-black);
  margin: 2.5rem 0 1rem;
  line-height: 1.3;
  text-align: left;
}

.vf-post-content h3 {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--vf-black);
  margin: 2rem 0 0.75rem;
  text-align: left;
}

.vf-post-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 2rem 0;
}

.vf-post-content figure {
  margin: 2rem 0;
}

.vf-post-content figure img {
  margin-bottom: 0;
  display: block;
}

.vf-post-content figcaption,
.vf-post-content .wp-caption-text {
  font-family: var(--font-sans);
  font-size: 12px;
  color: #999999;
  text-align: center;
  padding: 0.4rem 0 0;
  margin-top: 0;
  line-height: 1.5;
  font-style: italic;
}

.vf-post-content .wp-caption {
  margin: 2rem 0;
  width: 100% !important;
  max-width: 100%;
}

.vf-post-content .wp-caption img {
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: auto;
}

.vf-post-content .wp-caption-text {
  margin-top: 0;
  padding-top: 0.4rem;
}

.vf-post-content a {
  color: var(--vf-gold);
  text-decoration: underline;
  text-decoration-color: rgba(201,169,110,0.3);
  text-underline-offset: 3px;
}

.vf-post-content blockquote {
  border-left: 2px solid var(--vf-gold);
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 2rem 0;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-style: italic;
  color: #3a3a3a;
  line-height: 1.6;
}

/* POST TAGS */
.vf-post-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.vf-post-tag {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #6b6b6b;
  border: 1px solid #ddd;
  padding: 4px 10px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.vf-post-tag:hover {
  border-color: var(--vf-gold);
  color: var(--vf-gold);
}

/* SIDEBAR */
.vf-post-sidebar {
  position: sticky;
  top: 92px;
  align-self: start;
}

.vf-post-sidebar .sidebar-widget {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.vf-post-sidebar .sidebar-widget:last-child {
  border-bottom: none;
}

.vf-post-sidebar .sidebar-widget-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vf-gold);
  margin-bottom: 1.25rem;
  display: block;
}

.vf-post-sidebar .widget input[type=text],
.vf-post-sidebar .widget input[type=email] {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.6rem 0.75rem;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--vf-black);
  margin-bottom: 0.5rem;
  outline: none;
  border-radius: 0;
}

.vf-post-sidebar .widget input:focus {
  border-color: var(--vf-gold);
}

.vf-post-sidebar .widget .button,
.vf-post-sidebar .widget input[type=submit] {
  width: 100%;
  background: var(--vf-gold);
  color: white;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border: none;
  cursor: pointer;
  border-radius: 0;
}

/* SIDEBAR FALLBACK */
.vf-sidebar-pack-card-link {
  text-decoration: none;
  display: block;
  border: 1px solid rgba(0,0,0,0.08);
  transition: border-color 0.2s;
}

.vf-sidebar-pack-card-link:hover {
  border-color: var(--vf-gold);
}

img.vf-sidebar-pack-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.vf-sidebar-pack-card-body {
  padding: 1.25rem;
}

.vf-sidebar-pack-card-eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--vf-gold);
  display: block;
  margin-bottom: 0.4rem;
}

.vf-sidebar-pack-card-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--vf-black);
  line-height: 1.35;
  margin-bottom: 0.75rem;
  text-align: left;
}

.vf-sidebar-pack-card-price {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--vf-black);
  display: block;
  margin-bottom: 0.5rem;
}

.vf-sidebar-pack-card-cta {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--vf-gold);
  text-transform: uppercase;
}

/* SIDEBAR EBOOK */
.vf-sidebar-ebook {
  text-align: center;
}

.vf-sidebar-ebook-img img {
  width: 90px;
  height: auto;
  margin: 0 auto 1rem;
  display: block;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.vf-sidebar-ebook-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--vf-black);
  margin-bottom: 0.4rem;
  text-align: center;
}

.vf-sidebar-ebook-sub {
  font-family: var(--font-sans);
  font-size: 12px;
  color: #6b6b6b;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-align: center;
}

.vf-sidebar-ebook-form {
  text-align: left;
}

.vf-sidebar-input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.6rem 0.75rem;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--vf-black);
  margin-bottom: 0.5rem;
  outline: none;
  border-radius: 0;
  display: block;
  box-sizing: border-box;
}

.vf-sidebar-input:focus {
  border-color: var(--vf-gold);
}

/* SIDEBAR PACK LIST */
.vf-sidebar-pack-list {
  display: flex;
  flex-direction: column;
}

.vf-sidebar-pack-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--vf-black);
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: color 0.15s;
}

.vf-sidebar-pack-list-item:last-child {
  border-bottom: none;
}

.vf-sidebar-pack-list-item:hover {
  color: var(--vf-gold);
}

.vf-sidebar-pack-list-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--vf-gold);
  flex-shrink: 0;
}

.vf-sidebar-pack-list-arrow {
  margin-left: auto;
  font-size: 11px;
  color: var(--vf-gold);
  opacity: 0;
  transition: opacity 0.15s;
}

.vf-sidebar-pack-list-item:hover .vf-sidebar-pack-list-arrow {
  opacity: 1;
}

/* SIDEBAR CATEGORIES */
.vf-sidebar-categories {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.vf-sidebar-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--vf-black);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: color 0.15s;
}

.vf-sidebar-cat:last-child {
  border-bottom: none;
}

.vf-sidebar-cat:hover {
  color: var(--vf-gold);
}

.vf-sidebar-cat-count {
  font-family: var(--font-sans);
  font-size: 11px;
  color: #aaaaaa;
  background: #f5f5f5;
  padding: 2px 7px;
  border-radius: 10px;
}

/* RELATED POSTS */
.vf-related-posts {
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #faf6f0;
  padding: 4rem 60px;
  box-sizing: border-box;
}

.vf-related-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vf-gold);
  display: block;
  text-align: center;
  margin-bottom: 0.75rem;
}

.vf-related-title {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  color: var(--vf-black);
  margin-bottom: 3rem;
}

.vf-related-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.vf-related-card {
  text-decoration: none;
  display: block;
}

.vf-related-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  margin-bottom: 1rem;
}

.vf-related-card-cat {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--vf-gold);
  margin-bottom: 0.4rem;
  display: block;
}

.vf-related-card-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--vf-black);
  line-height: 1.35;
  margin-bottom: 0.4rem;
}

.vf-related-card-date {
  font-family: var(--font-sans);
  font-size: 11px;
  color: #aaaaaa;
}

/* POST BUNDLE CTA */
.vf-post-cta {
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #1c1c1c;
  padding: 5rem 60px;
  box-sizing: border-box;
  text-align: center;
}

.vf-post-cta-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vf-gold);
  margin-bottom: 1rem;
  display: block;
}

.vf-post-cta-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 300;
  color: white;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.vf-post-cta-sub {
  font-family: var(--font-sans);
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 2rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.vf-btn-gold {
  display: inline-block;
  background: var(--vf-gold);
  color: white;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.85rem 2.5rem;
  text-decoration: none;
  transition: background 0.2s;
}

.vf-btn-gold:hover { background: #b8924e; color: white; }

.vf-btn-outline {
  display: inline-block;
  border: 1px solid var(--vf-gold);
  color: var(--vf-gold);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.85rem 2.5rem;
  text-decoration: none;
  margin-left: 1rem;
  transition: background 0.2s, color 0.2s;
}

.vf-btn-outline:hover { background: var(--vf-gold); color: white; }

/* SINGLE POST MOBILE */
@media (max-width: 900px) {
  .vf-post-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 2rem 24px 3rem;
  }

  .vf-post-sidebar {
    position: static;
  }

  .vf-related-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .vf-post-hero {
    height: 360px;
  }

  .vf-related-posts,
  .vf-post-cta {
    padding: 3rem 24px;
  }
}

@media (max-width: 600px) {
  .vf-post-header {
    padding: 2rem 24px 1.5rem;
  }

  .vf-btn-outline {
    margin-left: 0;
    margin-top: 0.75rem;
    display: block;
    width: fit-content;
    margin: 0.75rem auto 0;
  }
}

/* ==========================================================================
   DEFAULT PAGES (Group 3) — Cookie, Privacy, Get Featured, Logos, etc.
   ========================================================================== */

/* Full-width content area */
body.page-template-default:not(.page-id-11908) .site-content .content-area {
  width: 100%;
  float: none;
}

body.page-template-default:not(.page-id-11908) #right-sidebar,
body.page-template-default:not(.page-id-11908) #left-sidebar {
  display: none;
}

/* Hide featured image on default pages */
body.page-template-default:not(.page-id-11908) .post-image,
body.page-template-default:not(.page-id-11908) .featured-image {
  display: none;
}

/* Centered article container */
body.page-template-default:not(.page-id-11908) .inside-article {
  max-width: 960px;
  margin: 0 auto;
  padding: var(--space-xl) 40px var(--space-2xl);
}

/* Page title */
body.page-template-default:not(.page-id-11908) .entry-title {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  text-align: center;
  line-height: 1.15;
  margin-bottom: var(--space-lg);
  letter-spacing: -0.01em;
}

/* Content typography */
body.page-template-default:not(.page-id-11908) .entry-content h2 {
  font-family: var(--font-serif);
  font-size: var(--text-2xl);
  font-weight: 400;
  color: var(--vf-text-primary);
  margin: var(--space-xl) 0 var(--space-sm);
  line-height: 1.25;
}

body.page-template-default:not(.page-id-11908) .entry-content h3 {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  font-weight: 400;
  color: var(--vf-text-primary);
  margin: var(--space-lg) 0 var(--space-xs);
  line-height: 1.3;
}

body.page-template-default:not(.page-id-11908) .entry-content p {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.75;
  color: var(--vf-gray-dark);
  margin-bottom: var(--space-md);
}

body.page-template-default:not(.page-id-11908) .entry-content a {
  color: var(--vf-gold);
  text-decoration: underline;
  text-decoration-color: rgba(201, 169, 110, 0.4);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s;
}

body.page-template-default:not(.page-id-11908) .entry-content a:hover {
  text-decoration-color: var(--vf-gold);
}

body.page-template-default:not(.page-id-11908) .entry-content blockquote {
  border-left: 3px solid var(--vf-gold);
  margin: var(--space-lg) 0;
  padding: var(--space-sm) var(--space-md);
  font-style: italic;
  color: var(--vf-gray-dark);
}

body.page-template-default:not(.page-id-11908) .entry-content ul,
body.page-template-default:not(.page-id-11908) .entry-content ol {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.75;
  color: var(--vf-gray-dark);
  padding-left: 1.5em;
  margin-bottom: var(--space-md);
}

body.page-template-default:not(.page-id-11908) .entry-content li {
  margin-bottom: 0.35em;
}

body.page-template-default:not(.page-id-11908) .entry-content img {
  border-radius: 4px;
  height: auto;
}

/* Gutenberg blocks — full-width / wide alignment */
body.page-template-default:not(.page-id-11908) .entry-content .alignwide {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

body.page-template-default:not(.page-id-11908) .entry-content .alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 900px) {
  body.page-template-default:not(.page-id-11908) .inside-article {
    padding: var(--space-lg) 24px var(--space-xl);
  }

  body.page-template-default:not(.page-id-11908) .entry-title {
    font-size: var(--text-2xl);
  }
}

/* ==========================================================================
   GROUP 1 PAGE OVERRIDES — Newsletter, Support
   ========================================================================== */

/* Newsletter (6761): narrower centered layout for signup form */
body.page-id-6761 .inside-article {
  max-width: 640px;
}

body.page-id-6761 .entry-title {
  margin-bottom: var(--space-md);
}

body.page-id-6761 .entry-content {
  text-align: center;
}

body.page-id-6761 .entry-content p {
  text-align: center;
}

/* Mailchimp / email form styling */
body.page-id-6761 .entry-content input[type="email"],
body.page-id-6761 .entry-content input[type="text"] {
  width: 100%;
  max-width: 400px;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: var(--font-sans);
  font-size: 15px;
  transition: border-color 0.2s;
  display: inline-block;
}

body.page-id-6761 .entry-content input[type="email"]:focus,
body.page-id-6761 .entry-content input[type="text"]:focus {
  border-color: var(--vf-gold);
  outline: none;
}

body.page-id-6761 .entry-content input[type="submit"],
body.page-id-6761 .entry-content button[type="submit"] {
  background: var(--vf-gold);
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
  margin-top: var(--space-sm);
}

body.page-id-6761 .entry-content input[type="submit"]:hover,
body.page-id-6761 .entry-content button[type="submit"]:hover {
  background: var(--vf-gold-light);
}

/* Support / KB (6860): wider container for EPKB plugin */
body.page-id-6860 .inside-article {
  max-width: 1200px;
}

body.page-id-6860 .post-image,
body.page-id-6860 .featured-image {
  display: none;
}

/* ==========================================================================
   ARCHIVE & SEARCH TEMPLATES (Group 2)
   ========================================================================== */

/* ── GP Container Suppression ────────────────────────────────────────────── */
body.archive .site-content .content-area,
body.search-results .site-content .content-area {
  width: 100%;
  float: none;
}

body.archive #right-sidebar,
body.archive #left-sidebar,
body.search-results #right-sidebar,
body.search-results #left-sidebar {
  display: none;
}

body.archive .inside-article,
body.search-results .inside-article {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* ── Archive Wrapper ─────────────────────────────────────────────────────── */
.vf-archive-wrap {
  width: 100%;
}

/* ── Archive Header ──────────────────────────────────────────────────────── */
.vf-archive-header {
  background: var(--vf-cream);
  padding: 3rem 40px;
  text-align: center;
}

.vf-archive-header-inner {
  max-width: 680px;
  margin: 0 auto;
}

.vf-archive-eyebrow {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vf-gold);
  display: block;
  margin-bottom: var(--space-sm);
}

.vf-archive-title {
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--vf-text-primary);
  line-height: 1.15;
  margin: 0 0 var(--space-sm);
  letter-spacing: -0.01em;
}

.vf-archive-desc {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--vf-text-secondary);
  margin: 0 0 var(--space-sm);
}

.vf-archive-desc p {
  margin: 0;
}

.vf-archive-count {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--vf-gray-mid);
  letter-spacing: 0.02em;
}

/* ── Card Grid ───────────────────────────────────────────────────────────── */
.vf-archive-grid-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--space-xl) 40px var(--space-2xl);
}

.vf-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* ── Card ─────────────────────────────────────────────────────────────────── */
.vf-archive-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--vf-white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vf-archive-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.vf-archive-card-img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.vf-archive-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.vf-archive-card:hover .vf-archive-card-img img {
  transform: scale(1.03);
}

.vf-archive-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.vf-archive-card-eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--vf-gold);
  display: block;
  margin-bottom: 0.5rem;
}

.vf-archive-card-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--vf-text-primary);
  line-height: 1.3;
  margin: 0 0 0.5rem;
}

.vf-archive-card-excerpt {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.65;
  color: var(--vf-text-secondary);
  margin: 0 0 0.75rem;
}

.vf-archive-card-date {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--vf-gray-mid);
  letter-spacing: 0.02em;
}

/* ── Pagination ──────────────────────────────────────────────────────────── */
.vf-archive-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: var(--space-xl);
  padding-top: var(--space-lg);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.vf-archive-pagination a,
.vf-archive-pagination span {
  font-family: var(--font-sans);
  font-size: 14px;
  padding: 0.5rem 0.85rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.vf-archive-pagination a {
  color: var(--vf-text-primary);
}

.vf-archive-pagination a:hover {
  background: var(--vf-cream);
  color: var(--vf-gold);
}

.vf-archive-pagination .current {
  background: var(--vf-gold);
  color: #fff;
  font-weight: 600;
}

.vf-archive-pagination .dots {
  color: var(--vf-gray-mid);
}

/* ── Empty State ─────────────────────────────────────────────────────────── */
.vf-archive-empty {
  max-width: 600px;
  margin: 0 auto;
  padding: var(--space-2xl) 40px;
  text-align: center;
}

.vf-archive-empty p {
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--vf-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
}

/* ── Search Form (in header and empty state) ─────────────────────────────── */
.vf-search-form {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: var(--space-md);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.vf-search-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--vf-text-primary);
  background: var(--vf-white);
  transition: border-color 0.2s;
}

.vf-search-input:focus {
  border-color: var(--vf-gold);
  outline: none;
}

.vf-search-submit {
  padding: 12px 24px;
  background: var(--vf-gold);
  color: #fff;
  border: 1px solid var(--vf-gold);
  border-radius: 0 4px 4px 0;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}

.vf-search-submit:hover {
  background: var(--vf-gold-light);
  border-color: var(--vf-gold-light);
}

/* ── Archive / Search Responsive ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .vf-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vf-archive-header {
    padding: var(--space-xl) 24px;
  }

  .vf-archive-grid-wrap {
    padding: var(--space-lg) 24px var(--space-xl);
  }

  .vf-archive-title {
    font-size: var(--text-2xl);
  }
}

@media (max-width: 600px) {
  .vf-archive-grid {
    grid-template-columns: 1fr;
  }

  .vf-search-form {
    flex-direction: column;
  }

  .vf-search-input {
    border-right: 1px solid #ddd;
    border-radius: 4px;
  }

  .vf-search-submit {
    border-radius: 4px;
    margin-top: 0.5rem;
  }
}

/* ==========================================================================
   SPLIT PAGE — page-focused.php (Contact, Newsletter)
   ========================================================================== */

/* Suppress GP wrappers */
.page-template-page-focused .site-content .content-area {
  width: 100%;
  float: none;
}

.page-template-page-focused #right-sidebar,
.page-template-page-focused #left-sidebar {
  display: none;
}

.page-template-page-focused .inside-article {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.vf-split-page {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 100vh;
}

.vf-split-left {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.vf-split-left-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.vf-split-left-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem;
}

.vf-split-left-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.vf-split-badge-line {
  display: block;
  width: 32px;
  height: 1px;
  background: rgba(201,169,110,0.8);
}

.vf-split-badge-text {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
}

.vf-split-right {
  background: #faf6f0;
  overflow-y: auto;
}

.vf-split-right-inner {
  max-width: 100%;
  margin: 0;
  padding: 5rem 3rem 5rem 4rem;
}

/* Mailchimp embedded form inside split pages */
.vf-split-right-inner form.validate {
  width: 100% !important;
  display: block !important;
}

.vf-split-right-inner .mc-field-group {
  display: flex !important;
  align-items: stretch;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vf-split-right-inner .mc-field-group input[type="email"] {
  flex: 1 !important;
  min-width: 0 !important;
  height: 48px !important;
  padding: 0 16px !important;
  font-family: var(--font-sans, 'Inter', sans-serif) !important;
  font-size: 14px !important;
  color: var(--vf-charcoal, #1c1c1c) !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.15) !important;
  border-right: none !important;
  border-radius: 2px 0 0 2px !important;
  outline: none !important;
  box-sizing: border-box !important;
  display: block !important;
  width: auto !important;
}

/* Move the submit button inside the flex row */
.vf-split-right-inner .mc-field-group + * input[type="submit"],
.vf-split-right-inner input[type="submit"],
.vf-split-right-inner #mc-embedded-subscribe {
  height: 48px !important;
  padding: 0 24px !important;
  background: var(--vf-charcoal, #1c1c1c) !important;
  color: #fff !important;
  font-family: var(--font-sans, 'Inter', sans-serif) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 2px 2px 0 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  display: block !important;
  width: auto !important;
  transition: background 0.2s !important;
}

.vf-split-right-inner #mc-embedded-subscribe:hover {
  background: var(--vf-gold, #c9a96e) !important;
}

/* Hide Mailchimp default labels and extra markup */
.vf-split-right-inner .mc-field-group label,
.vf-split-right-inner #mce-responses,
.vf-split-right-inner .clear {
  display: none !important;
}

/* Wrapper for input + button side by side */
.vf-split-right-inner #mc_embed_signup_scroll {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  gap: 0 !important;
}

.vf-split-right .vf-eyebrow {
  display: block;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--vf-gold);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.vf-split-headline {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--vf-charcoal);
  margin: 0 0 1.25rem;
}

.vf-split-headline em {
  font-style: italic;
  color: var(--vf-gold);
}

.vf-split-subhead {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0 0 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.vf-split-content {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.75;
  color: var(--vf-gray-dark);
}

.vf-split-content p {
  margin-bottom: 1.25rem;
}

.vf-split-content a {
  color: var(--vf-charcoal);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(201,169,110,0.4);
  text-underline-offset: 3px;
}

.vf-split-content a:hover {
  text-decoration-color: var(--vf-gold);
}

/* Form inputs */
.vf-split-content input[type="text"],
.vf-split-content input[type="email"],
.vf-split-content textarea,
.vf-split-content select {
  width: 100%;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(0,0,0,0.14);
  background: #fff;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--vf-charcoal);
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
  margin-bottom: 0.85rem;
}

.vf-split-content input:focus,
.vf-split-content textarea:focus {
  border-color: var(--vf-gold);
}

/* Submit buttons */
.vf-split-content input[type="submit"],
.vf-split-content button[type="submit"],
.vf-split-content .wp-block-button__link,
.vf-split-content .mc4wp-form-fields input[type="submit"] {
  background: var(--vf-charcoal) !important;
  color: #fff !important;
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  padding: 1rem 2.5rem !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  margin-top: 0.5rem !important;
  width: auto !important;
}

.vf-split-content input[type="submit"]:hover,
.vf-split-content button[type="submit"]:hover {
  background: var(--vf-gold) !important;
}

/* Gutenberg columns inside split */
.vf-split-content .wp-block-columns {
  gap: 1.5rem;
}

@media (max-width: 860px) {
  .vf-split-page {
    grid-template-columns: 1fr;
  }

  .vf-split-left {
    position: relative;
    height: 45vw;
    min-height: 280px;
  }

  .vf-split-right-inner {
    padding: 3rem 1.5rem;
  }
}

/* ==========================================================================
   SIMPLE PAGES — Clean centered layout (contact, newsletter, etc.)
   ========================================================================== */

/* Clean centered layout for simple pages (contact, newsletter, get-featured, support) */
.no-sidebar .entry-header {
    max-width: 960px;
    margin: 0 auto;
    padding: 3rem 40px 0;
    text-align: center;
}

.no-sidebar .entry-title {
    font-family: var(--font-serif, 'Cormorant Garamond', serif);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300;
    color: var(--vf-charcoal, #1c1c1c);
    margin-bottom: 0.5rem;
}

.no-sidebar .entry-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 2.5rem 40px 5rem;
}

/* Form inputs on simple pages */
.no-sidebar .entry-content input[type="email"],
.no-sidebar .entry-content input[type="text"],
.no-sidebar .entry-content textarea {
    width: 100%;
    padding: 12px 16px;
    font-family: var(--font-sans, 'Inter', sans-serif);
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.no-sidebar .entry-content input[type="submit"],
.no-sidebar .entry-content button[type="submit"] {
    padding: 12px 32px;
    background: var(--vf-charcoal, #1c1c1c);
    color: #fff;
    font-family: var(--font-sans, 'Inter', sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s;
}

.no-sidebar .entry-content input[type="submit"]:hover,
.no-sidebar .entry-content button[type="submit"]:hover {
    background: var(--vf-gold, #c9a96e);
}

/* Newsletter / contact form — inline email + button row */
.no-sidebar .entry-content form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.no-sidebar .entry-content .mc-field-group,
.no-sidebar .entry-content p:has(input[type="email"]) {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 0;
}

.no-sidebar .entry-content input[type="email"] {
    flex: 1 !important;
    margin-bottom: 0 !important;
    border-right: none !important;
    border-radius: 2px 0 0 2px !important;
}

.no-sidebar .entry-content input[type="submit"],
.no-sidebar .entry-content button[type="submit"] {
    border-radius: 0 2px 2px 0 !important;
    margin-bottom: 0 !important;
    flex-shrink: 0;
}

/* ==========================================================================
   CONTENT PAGE — page-content.php (Tutorials, Support)
   ========================================================================== */

/* Suppress GP wrappers */
.page-template-page-content .site-content .content-area {
  width: 100%;
  float: none;
}

.page-template-page-content #right-sidebar,
.page-template-page-content #left-sidebar {
  display: none;
}

.page-template-page-content .inside-article {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* Hide GP featured image output */
.page-template-page-content .post-image,
.page-template-page-content .featured-image {
  display: none !important;
}

.vf-content-page {
  width: 100%;
}

/* Charcoal banner */
.vf-content-banner {
  background: var(--vf-charcoal);
  padding: 4rem 60px;
  width: 100%;
  box-sizing: border-box;
}

.vf-content-banner-inner {
  max-width: 1380px;
  margin: 0 auto;
}

.vf-content-banner .vf-eyebrow {
  display: block;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--vf-gold);
  margin-bottom: 0.85rem;
}

.vf-content-banner-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  line-height: 1.15;
}

/* Content + sidebar grid */
.vf-content-body-wrap {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 5rem;
  max-width: 1380px;
  margin: 0 auto;
  padding: 4rem 16px 6rem;
  box-sizing: border-box;
  align-items: start;
}

/* No-sidebar: single centered column */
.vf-content-body-wrap.vf-no-sidebar {
  grid-template-columns: 1fr;
  max-width: 860px;
}

/* Main content */
.vf-content-main {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.8;
  color: var(--vf-gray-dark);
}

.vf-content-main h2 {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--vf-charcoal);
  margin: 3rem 0 1rem;
  line-height: 1.25;
}

.vf-content-main h3 {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--vf-charcoal);
  margin: 2.5rem 0 0.75rem;
}

.vf-content-main p {
  margin-bottom: 1.4rem;
}

.vf-content-main a {
  color: var(--vf-charcoal);
  text-decoration: underline;
  text-decoration-color: rgba(201,169,110,0.5);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s;
}

.vf-content-main a:hover {
  text-decoration-color: var(--vf-gold);
}

.vf-content-main ul,
.vf-content-main ol {
  padding-left: 1.5rem;
  margin-bottom: 1.4rem;
}

.vf-content-main li {
  margin-bottom: 0.5rem;
}

.vf-content-main blockquote {
  border-left: 3px solid var(--vf-gold);
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  font-style: italic;
}

.vf-content-main img {
  border-radius: 4px;
  height: auto;
  max-width: 100%;
}

.vf-content-main .wp-block-columns {
  gap: 2rem;
}

/* Sidebar */
.vf-content-sidebar {
  position: sticky;
  top: 2rem;
  font-family: var(--font-sans);
  font-size: 14px;
}

.vf-content-sidebar .widget {
  background: #faf6f0;
  padding: 1.75rem;
  margin-bottom: 2rem;
}

.vf-content-sidebar .widget-title {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--vf-gold);
  margin: 0 0 1.25rem;
}

.vf-content-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vf-content-sidebar ul li {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 0.6rem 0;
}

.vf-content-sidebar ul li:last-child {
  border-bottom: none;
}

.vf-content-sidebar a {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.5;
  color: var(--vf-charcoal);
  text-decoration: none;
}

.vf-content-sidebar a:hover {
  color: var(--vf-gold);
}

/* Support page — wider content */
body.page-id-6860 .vf-content-body-wrap {
  max-width: 1380px;
}

@media (max-width: 1024px) {
  .vf-content-body-wrap {
    grid-template-columns: 1fr;
  }

  .vf-content-sidebar {
    position: static;
  }

  .vf-content-banner,
  .vf-content-body-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* ==========================================================================
   ARCHIVE CARD — empty image safety
   ========================================================================== */
.vf-archive-card-img:empty {
  display: none;
}

/* ==========================================================================
   GP CONTAINER ESCAPE — Custom Templates + Archives
   ========================================================================== */

/* Full-width escape for custom templates */
.vf-full-width-template .site.grid-container,
.vf-full-width-template .site-content,
.vf-full-width-template .content-area,
.vf-full-width-template .inside-article,
.vf-full-width-template .entry-content,
.vf-full-width-template .entry-header {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Banner specifically must be viewport-wide */
.vf-content-banner {
    width: 100% !important;
    margin-left: calc(-50vw + 50%) !important;
    box-sizing: border-box !important;
}

/* ==========================================================================
   CONTENT PAGE — Layout (Tutorials)
   ========================================================================== */

.page-template-page-content .vf-content-body-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 16px 6rem;
    box-sizing: border-box;
}

.page-template-page-content .vf-content-main {
    max-width: 100%;
}

/* Hide any GP widget sidebar that might still inject */
.page-template-page-content .primary-sidebar,
.page-template-page-content .widget-area,
.page-template-page-content #secondary {
    display: none !important;
}

/* Quick Reference column inside tutorials page */
.page-template-page-content .vf-quick-ref-col {
    position: sticky;
    top: 2rem;
    align-self: start;
    background: #faf6f0;
    padding: 1.5rem !important;
    min-width: 240px;
    max-width: 280px;
}

.page-template-page-content .vf-quick-ref-col h2 {
    font-family: var(--font-sans, 'Inter', sans-serif) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: var(--vf-gold, #c9a96e) !important;
    margin: 0 0 1rem !important;
}

.page-template-page-content .vf-quick-ref-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-template-page-content .vf-quick-ref-col li {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 0.45rem 0;
    font-size: 13px;
}

.page-template-page-content .vf-quick-ref-col li:last-child {
    border-bottom: none;
}

.page-template-page-content .vf-quick-ref-col a {
    color: var(--vf-black, #1c1c1c);
    text-decoration: none;
    line-height: 1.4;
}

.page-template-page-content .vf-quick-ref-col a:hover {
    color: var(--vf-gold, #c9a96e);
}

/* ==========================================================================
   NAV — EVEN SPACING FIX
   ========================================================================== */

/* Equal padding on all top-level links */
.main-navigation .main-nav > ul > li > a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Pull the dropdown arrow out of flow so it doesn't widen the item */
.main-navigation .main-nav > ul > li > a .dropdown-menu-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0;
  overflow: visible;
  pointer-events: none;
}

/* Add right padding on items WITH children so arrow doesn't overlap text */
.main-navigation .main-nav > ul > li.menu-item-has-children > a {
  padding-right: 22px !important;
}

/* Make the arrow small and unobtrusive */
.main-navigation .main-nav > ul > li > a .dropdown-menu-toggle .gp-icon {
  width: 8px;
  height: 8px;
  opacity: 0.5;
}

/* Widen default page content — no sidebar pages */
.no-sidebar .inside-article {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 3rem 40px !important;
}

.no-sidebar .site-content,
.no-sidebar .content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 !important;
}

/* Normalize header container on preset pack pages */
body.page-template-preset-pack .site-header .inside-header,
body.page-template-collection .site-header .inside-header,
body.page-template-page-sale-php .site-header .inside-header,
body.page-template-page-about-php .site-header .inside-header {
    max-width: 1380px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
}

.page-template-preset-pack .main-navigation .inside-navigation {
    max-width: 1380px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    box-sizing: border-box !important;
}

/* Right-align the Learn dropdown so it doesn't clip off the right edge */
.main-navigation .main-nav > ul > li:last-child > ul.sub-menu,
.main-navigation .main-nav > ul > li.menu-item-has-children:last-child > ul.sub-menu {
    left: auto !important;
    right: 0 !important;
}

/* Preset-pack header — constrain and pad (must be last to win cascade) */
body.page-template-preset-pack .inside-header {
    max-width: 1380px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
}

/* ==========================================================================
   ABOUT PAGE
   ========================================================================== */

/* GP resets */
.page-template-page-about-php .site-content,
.page-template-page-about-php .content-area,
.page-template-page-about-php .site-inner,
.page-template-page-about-php .entry-content,
.page-template-page-about-php .inside-article {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.page-template-page-about-php #page {
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden;
}
.page-template-page-about-php .page-header,
.page-template-page-about-php .entry-header { display: none !important; }
.page-template-page-about-php .inside-header {
    max-width: 1380px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

/* Hero */
.vf-about-hero {
    background: var(--vf-charcoal, #1c1c1c);
    padding: 100px 40px;
    text-align: center;
}
.vf-about-hero-inner { max-width: 760px; margin: 0 auto; }
.vf-about-h1 {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 300;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.vf-about-lead {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.8;
    font-style: italic;
    font-family: var(--font-serif);
}

/* Shared eyebrow */
.vf-about-eyebrow {
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--vf-gold, #c9a96e);
    margin-bottom: 1rem;
}
.vf-about-eyebrow--light { color: rgba(255,255,255,0.4); }

/* Shared h2 */
.vf-about-origin h2,
.vf-about-pillars h2,
.vf-about-pye h2,
.vf-about-ecosystem h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.vf-about-h2--light { color: #fff; }

/* Origin */
.vf-about-origin { background: #faf6f0; padding: 80px 0; }
.vf-about-origin-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 55fr 45fr;
    gap: 80px;
    align-items: center;
}
.vf-about-origin-text p {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 1.2rem;
}
.vf-about-origin-img img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 3px;
}

/* Pillars */
.vf-about-pillars { background: #fff; padding: 80px 0; text-align: center; }
.vf-about-pillars-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.vf-about-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 3rem;
    text-align: left;
}
.vf-about-pillar {
    padding: 2.5rem;
    background: #faf6f0;
    border-radius: 3px;
    border-top: 3px solid var(--vf-gold, #c9a96e);
}
.vf-about-pillar-num {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--vf-gold, #c9a96e);
    margin-bottom: 1rem;
    line-height: 1;
}
.vf-about-pillar h3 {
    font-family: var(--font-serif);
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
    color: var(--vf-charcoal);
}
.vf-about-pillar p { font-size: 14px; line-height: 1.8; color: #555; }

/* Pye */
.vf-about-pye { background: #faf6f0; padding: 80px 0; }
.vf-about-pye-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 45fr 55fr;
    gap: 80px;
    align-items: center;
}
.vf-about-pye-img img {
    width: 100%;
    max-width: 380px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.vf-about-pye-text p { font-size: 15px; line-height: 1.9; color: #444; margin-bottom: 1.2rem; }
.vf-about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.vf-about-stat { text-align: center; }
.vf-about-stat-num {
    display: block;
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 300;
    color: var(--vf-gold, #c9a96e);
    line-height: 1.1;
}
.vf-about-stat-label {
    display: block;
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #888;
    margin-top: 4px;
}

/* Ecosystem */
.vf-about-ecosystem { background: var(--vf-charcoal, #1c1c1c); padding: 80px 0; text-align: center; }
.vf-about-ecosystem-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.vf-about-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 3rem;
    text-align: left;
}
.vf-about-eco-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 3px;
    padding: 2rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s, background 0.2s;
}
.vf-about-eco-card:hover {
    border-color: rgba(201,169,110,0.5);
    background: rgba(255,255,255,0.08);
}
.vf-about-eco-card h3 {
    font-family: var(--font-serif);
    font-size: 1.15rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.75rem;
}
.vf-about-eco-card p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.5); flex: 1; margin-bottom: 1.5rem; }
.vf-about-eco-link {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--vf-gold, #c9a96e);
    text-transform: uppercase;
}

/* CTA */
.vf-about-cta { background: var(--vf-charcoal, #1c1c1c); padding: 80px 40px; text-align: center; }
.vf-about-cta-inner { max-width: 640px; margin: 0 auto; }
.vf-about-cta h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 300;
    color: #fff;
    margin-bottom: 1rem;
}
.vf-about-cta p { color: rgba(255,255,255,0.6); font-size: 15px; line-height: 1.8; margin-bottom: 2rem; }
.vf-about-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* About — Responsive */
@media (max-width: 900px) {
    .vf-about-origin-inner,
    .vf-about-pye-inner { grid-template-columns: 1fr; gap: 40px; }
    .vf-about-pye-img { order: -1; }
    .vf-about-pye-img img { max-width: 260px; }
    .vf-about-pillars-grid { grid-template-columns: 1fr; }
    .vf-about-ecosystem-grid { grid-template-columns: repeat(2, 1fr); }
    .vf-about-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .vf-about-hero { padding: 60px 24px; }
    .vf-about-ecosystem-grid { grid-template-columns: 1fr; }
    .vf-about-stats { grid-template-columns: repeat(2, 1fr); }
}
