/*
 Theme Name: Vaughn Home Improvement
 Theme URI: https://vaughnhomeimprovement.net
 Description: Custom child theme for Vaughn Home Improvement
 Author: Vaughn Home Improvement
 Author URI: https://vaughnhomeimprovement.net
 Template: astra
 Version: 1.0.0
 Text Domain: vaughn-home-improvement
*/

/* ========== VAUGHN HOME IMPROVEMENT — GLOBAL CSS ========== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Source+Sans+3:wght@400;500;600&display=swap');

:root {
  --navy: #1a2744;
  --navy-dark: #0f1a2e;
  --navy-light: #2a3d5c;
  --gold: #c8912e;
  --gold-light: #e0a940;
  --white: #ffffff;
  --off-white: #f7f8fa;
  --gray-100: #f0f2f5;
  --gray-200: #e2e5ea;
  --gray-400: #9ca3af;
  --gray-600: #5a6171;
  --gray-800: #2d3242;
  --text-dark: #1e2432;
  --shadow-sm: 0 1px 3px rgba(26,39,68,0.08);
  --shadow-md: 0 4px 16px rgba(26,39,68,0.10);
  --shadow-lg: 0 8px 32px rgba(26,39,68,0.14);
  --radius: 6px;
}

/* Hide Astra default header and footer */
.site-header,
.ast-above-header,
.ast-below-header,
.ast-header-break-point .ast-mobile-header-wrap,
#masthead { display: none !important; }

.site-footer,
.ast-small-footer,
.ast-footer-overlay,
.site-below-footer-wrap,
.ast-footer-copyright,
.ast-small-footer-section { display: none !important; }

#ast-scroll-top { display: none !important; }

/* Remove Astra content wrapper padding */
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-separate-container .page-content,
.ast-separate-container .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.ast-separate-container #primary {
  padding: 0 !important;
  margin: 0 !important;
}

.ast-separate-container .ast-article-single:not(.ast-related-post),
.ast-separate-container .ast-article-post {
  background: transparent !important;
  padding: 0 !important;
}

.site-content > .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

#page > .site-content {
  padding-top: 0 !important;
}

/* Remove page title that Astra adds */
.entry-header,
.ast-archive-description,
.page-header { display: none !important; }

body {
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

/* ========== HEADER / NAV ========== */
.vhi-topbar {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  padding: 6px 0;
  text-align: center;
  letter-spacing: 0.3px;
}
.vhi-topbar span { font-weight: 500; }

.vhi-header {
  background: var(--navy);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.vhi-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.vhi-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.vhi-logo-icon {
  width: 42px;
  height: 42px;
  background: var(--gold);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--white);
}
.vhi-logo-text {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  letter-spacing: -0.3px;
}
.vhi-logo-text small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--gold-light);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: -2px;
}
.vhi-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vhi-nav a {
  color: rgba(255,255,255,0.85);
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 18px;
  border-radius: 4px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.vhi-nav a:hover,
.vhi-nav a.active {
  color: var(--white);
  background: rgba(255,255,255,0.1);
}
.vhi-nav-cta {
  background: var(--gold) !important;
  color: var(--white) !important;
  font-weight: 600 !important;
  padding: 10px 22px !important;
  border-radius: 4px !important;
  margin-left: 8px;
}
.vhi-nav-cta:hover {
  background: var(--gold-light) !important;
}

/* Mobile menu */
.vhi-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.vhi-menu-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--white);
  margin: 5px 0;
  border-radius: 2px;
}

/* ========== HERO (Homepage) ========== */
.vhi-hero {
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-dark) 100%);
  padding: 80px 24px 90px;
  position: relative;
  overflow: hidden;
}
.vhi-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(200,145,46,0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.vhi-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}
.vhi-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.vhi-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200,145,46,0.15);
  border: 1px solid rgba(200,145,46,0.3);
  color: var(--gold-light);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.vhi-hero h1 {
  font-size: 48px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.vhi-hero h1 span { color: var(--gold-light); }
.vhi-hero p {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 520px;
}
.vhi-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.vhi-hero-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.vhi-hero-stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 28px 24px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.vhi-hero-stat:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}
.vhi-hero-stat-num {
  font-family: 'Outfit', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 6px;
}
.vhi-hero-stat-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* ========== BUTTONS ========== */
.vhi-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.vhi-btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(200,145,46,0.3);
  color: var(--white);
}
.vhi-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 4px;
  border: 2px solid rgba(255,255,255,0.3);
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.vhi-btn-outline:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.05);
  color: var(--white);
}
.vhi-btn-navy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 4px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.vhi-btn-navy:hover {
  background: var(--navy-light);
  color: var(--white);
}

/* ========== TRUST BAR ========== */
.vhi-trust-bar {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  padding: 20px 24px;
}
.vhi-trust-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.vhi-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--gray-600);
}
.vhi-trust-icon {
  width: 22px;
  height: 22px;
  color: var(--gold);
}

/* ========== SECTION LABELS ========== */
.vhi-section-label {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.vhi-section-title {
  font-size: 36px;
  color: var(--navy);
  margin-bottom: 16px;
}
.vhi-section-subtitle {
  font-size: 17px;
  color: var(--gray-600);
  max-width: 600px;
  margin-bottom: 48px;
}

/* ========== SERVICES GRID ========== */
.vhi-services {
  padding: 80px 24px;
  background: var(--off-white);
}
.vhi-services-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.vhi-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.vhi-service-card {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  transition: all 0.3s ease;
}
.vhi-service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.vhi-service-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: var(--gray-200);
  display: block;
}
.vhi-service-body {
  padding: 28px 24px;
}
.vhi-service-body h3 {
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 10px;
}
.vhi-service-body p {
  font-size: 15px;
  color: var(--gray-600);
  line-height: 1.6;
  margin-bottom: 16px;
}
.vhi-service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--gold);
  text-decoration: none;
  transition: gap 0.2s ease;
}
.vhi-service-link:hover {
  gap: 10px;
  color: var(--gold-light);
}
.vhi-services-row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 800px;
  margin: 24px auto 0;
}

/* ========== WHY US ========== */
.vhi-why {
  padding: 80px 24px;
  background: var(--white);
}
.vhi-why-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.vhi-why-points {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.vhi-why-point {
  display: flex;
  gap: 16px;
}
.vhi-why-point-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(200,145,46,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vhi-why-point h4 {
  font-size: 17px;
  color: var(--navy);
  margin-bottom: 4px;
}
.vhi-why-point p {
  font-size: 15px;
  color: var(--gray-600);
  line-height: 1.5;
}
.vhi-why-visual {
  background: var(--gray-100);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  border: 2px dashed var(--gray-200);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
}

/* ========== TESTIMONIAL ========== */
.vhi-testimonial {
  padding: 80px 24px;
  background: var(--navy);
  position: relative;
}
.vhi-testimonial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}
.vhi-testimonial-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.vhi-testimonial-quote {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
}
.vhi-testimonial blockquote {
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 24px;
}
.vhi-testimonial cite {
  font-size: 15px;
  font-style: normal;
  color: rgba(255,255,255,0.6);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
}
.vhi-stars {
  color: var(--gold-light);
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

/* ========== CTA BOTTOM ========== */
.vhi-cta {
  padding: 70px 24px;
  background: var(--off-white);
  text-align: center;
}
.vhi-cta-inner {
  max-width: 650px;
  margin: 0 auto;
}
.vhi-cta h2 {
  font-size: 34px;
  color: var(--navy);
  margin-bottom: 16px;
}
.vhi-cta p {
  font-size: 17px;
  color: var(--gray-600);
  margin-bottom: 32px;
  line-height: 1.6;
}
.vhi-cta-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ========== FOOTER ========== */
.vhi-footer {
  background: var(--navy-dark);
  padding: 48px 24px 24px;
}
.vhi-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
.vhi-footer h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold-light);
  margin-bottom: 16px;
}
.vhi-footer p,
.vhi-footer a {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}
.vhi-footer a:hover { color: var(--white); }
.vhi-footer-about p { max-width: 360px; }
.vhi-footer-links ul { list-style: none; padding: 0; margin: 0; }
.vhi-footer-links li { margin-bottom: 6px; }
.vhi-footer-bottom {
  max-width: 1200px;
  margin: 32px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

/* ========== PAGE HEROES (About, Services, Contact) ========== */
.vhi-page-hero {
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-dark) 100%);
  padding: 60px 24px 70px;
  text-align: center;
  position: relative;
}
.vhi-page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}
.vhi-page-hero h1 {
  font-size: 42px;
  color: var(--white);
  margin-bottom: 12px;
}
.vhi-page-hero p {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto;
}

/* ========== ABOUT PAGE ========== */
.vhi-story {
  padding: 80px 24px;
  background: var(--white);
}
.vhi-story-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.vhi-story-content h2 {
  font-size: 34px;
  color: var(--navy);
  margin-bottom: 20px;
}
.vhi-story-content p {
  font-size: 16px;
  color: var(--gray-600);
  line-height: 1.7;
  margin-bottom: 16px;
}
.vhi-story-photo {
  background: var(--gray-100);
  border-radius: 12px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  border: 2px dashed var(--gray-200);
}
.vhi-values {
  padding: 80px 24px;
  background: var(--off-white);
}
.vhi-values-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.vhi-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.vhi-value-card {
  background: var(--white);
  border-radius: 8px;
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  text-align: left;
}
.vhi-value-card-icon {
  width: 52px;
  height: 52px;
  background: rgba(200,145,46,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.vhi-value-card h3 {
  font-size: 19px;
  color: var(--navy);
  margin-bottom: 10px;
}
.vhi-value-card p {
  font-size: 15px;
  color: var(--gray-600);
  line-height: 1.6;
}
.vhi-area {
  padding: 70px 24px;
  background: var(--white);
  text-align: center;
}
.vhi-area-inner {
  max-width: 800px;
  margin: 0 auto;
}
.vhi-area-counties {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.vhi-area-county {
  background: var(--navy);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 36px;
  border-radius: 6px;
}

/* ========== SERVICES PAGE ========== */
.vhi-svc-detail {
  padding: 70px 24px;
  border-bottom: 1px solid var(--gray-200);
}
.vhi-svc-detail:nth-child(even) { background: var(--off-white); }
.vhi-svc-detail:nth-child(odd) { background: var(--white); }
.vhi-svc-detail-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.vhi-svc-detail:nth-child(even) .vhi-svc-detail-inner { direction: rtl; }
.vhi-svc-detail:nth-child(even) .vhi-svc-detail-inner > * { direction: ltr; }
.vhi-svc-detail-content h2 {
  font-size: 30px;
  color: var(--navy);
  margin-bottom: 16px;
}
.vhi-svc-detail-content p {
  font-size: 16px;
  color: var(--gray-600);
  line-height: 1.7;
  margin-bottom: 20px;
}
.vhi-svc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.vhi-svc-list li {
  font-size: 15px;
  color: var(--gray-600);
  padding: 6px 0 6px 28px;
  position: relative;
  line-height: 1.5;
}
.vhi-svc-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 16px;
  height: 16px;
  background: rgba(200,145,46,0.15);
  border-radius: 50%;
}
.vhi-svc-list li::after {
  content: '\2713';
  position: absolute;
  left: 3px;
  top: 5px;
  font-size: 11px;
  color: var(--gold);
  font-weight: 700;
}
.vhi-svc-photo {
  background: var(--gray-100);
  border-radius: 10px;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  border: 2px dashed var(--gray-200);
  overflow: hidden;
}
.vhi-svc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 350px;
}

/* ========== CONTACT PAGE ========== */
.vhi-contact {
  padding: 70px 24px;
  background: var(--white);
}
.vhi-contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.vhi-contact-info h2 {
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 16px;
}
.vhi-contact-info > p {
  font-size: 16px;
  color: var(--gray-600);
  line-height: 1.7;
  margin-bottom: 32px;
}
.vhi-contact-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 36px;
}
.vhi-contact-detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.vhi-contact-detail-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: rgba(200,145,46,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vhi-contact-detail h4 {
  font-size: 15px;
  color: var(--navy);
  margin-bottom: 2px;
  font-family: 'Outfit', sans-serif;
}
.vhi-contact-detail p {
  font-size: 14px;
  color: var(--gray-600);
  line-height: 1.5;
}
.vhi-contact-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 36px;
  border-radius: 6px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.vhi-contact-call-btn:hover {
  background: var(--navy-light);
  color: var(--white);
}
.vhi-contact-form-wrap {
  background: var(--off-white);
  border-radius: 10px;
  padding: 36px;
  border: 1px solid var(--gray-200);
}
.vhi-contact-form-wrap h3 {
  font-size: 22px;
  color: var(--navy);
  margin-bottom: 6px;
}
.vhi-contact-form-wrap > p {
  font-size: 14px;
  color: var(--gray-600);
  margin-bottom: 28px;
}
.vhi-form-group { margin-bottom: 18px; }
.vhi-form-group label {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 6px;
}
.vhi-form-group input,
.vhi-form-group select,
.vhi-form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  color: var(--text-dark);
  background: var(--white);
  transition: border 0.2s ease;
}
.vhi-form-group input:focus,
.vhi-form-group select:focus,
.vhi-form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200,145,46,0.1);
}
.vhi-form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.vhi-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.vhi-form-submit {
  width: 100%;
  padding: 14px;
  background: var(--gold);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 8px;
}
.vhi-form-submit:hover { background: var(--gold-light); }
.vhi-contact-area {
  padding: 50px 24px;
  background: var(--off-white);
  text-align: center;
  border-top: 1px solid var(--gray-200);
}
.vhi-contact-area h3 {
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 8px;
}
.vhi-contact-area p {
  font-size: 15px;
  color: var(--gray-600);
  max-width: 600px;
  margin: 0 auto 24px;
}
.vhi-contact-counties {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.vhi-contact-county {
  background: var(--navy);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 28px;
  border-radius: 50px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  .vhi-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .vhi-hero h1 { font-size: 36px; }
  .vhi-hero-visual { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .vhi-hero-stat { padding: 18px 14px; }
  .vhi-hero-stat-num { font-size: 28px; }
  .vhi-services-grid { grid-template-columns: 1fr; }
  .vhi-services-row2 { grid-template-columns: 1fr; max-width: 100%; }
  .vhi-why-inner { grid-template-columns: 1fr; }
  .vhi-footer-inner { grid-template-columns: 1fr; }
  .vhi-footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .vhi-story-inner { grid-template-columns: 1fr; }
  .vhi-values-grid { grid-template-columns: 1fr; }
  .vhi-svc-detail-inner { grid-template-columns: 1fr; }
  .vhi-svc-detail:nth-child(even) .vhi-svc-detail-inner { direction: ltr; }
  .vhi-contact-inner { grid-template-columns: 1fr; }
  .vhi-form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .vhi-header-inner { height: 60px; }
  .vhi-nav { display: none; }
  .vhi-menu-toggle { display: block; }
  .vhi-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 16px 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  }
  .vhi-nav.open a { padding: 12px 0; }
  .vhi-hero { padding: 50px 24px 60px; }
  .vhi-hero h1 { font-size: 30px; }
  .vhi-hero-visual { grid-template-columns: repeat(2, 1fr); }
  .vhi-trust-bar-inner { gap: 20px; }
  .vhi-section-title { font-size: 28px; }
  .vhi-page-hero h1 { font-size: 32px; }
}

/* Responsive for inline grid styles on service pages */
@media (max-width: 900px) {
  [style*="grid-template-columns: repeat(3, 1fr)"],
  [style*="grid-template-columns: repeat(4, 1fr)"],
  [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* ========== GALLERY IMAGES ========== */
.vhi-gallery-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.vhi-gallery-img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  opacity: 0.9;
}

/* Mobile: stack gallery table cells */
@media (max-width: 600px) {
  table td {
    display: block !important;
    width: 100% !important;
  }
  .vhi-gallery-img {
    height: 220px;
  }
}
