/* ==============================
   Direction A — Authority Theme
   VolkHaus Appraisals
   Dark Navy / Copper / White
   ============================== */

:root {
  --vh-dark: #1a2332;
  --vh-copper: #c67a2e;
  --vh-copper-dark: #b87333;
  --vh-white: #ffffff;
  --vh-light-bg: #f8f9fa;
  --vh-text: #4a5568;
  --vh-text-light: #718096;
  --vh-border: #e2e8f0;
}

/* --- HEADER / NAV --- */
.ast-primary-header-bar,
.ast-primary-header,
.site-header,
.ast-primary-header-bar .site-primary-header-wrap {
  background-color: var(--vh-dark) !important;
}

.ast-primary-header-bar .site-primary-header-wrap .ast-builder-menu-1 .menu-item > a,
.ast-primary-header a,
.site-header a,
.ast-header-break-point .ast-mobile-menu-buttons .menu-toggle,
.ast-builder-menu-1 .menu-item > .menu-link {
  color: var(--vh-white) !important;
}

.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-primary-header a:hover {
  color: var(--vh-copper) !important;
}

/* Header CTA button */
.ast-header-button-1 .ast-custom-button,
.ast-builder-layout-element .ast-button {
  background-color: var(--vh-copper) !important;
  color: var(--vh-white) !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 0.6rem 1.4rem !important;
  font-weight: 600 !important;
}

.ast-header-button-1 .ast-custom-button:hover,
.ast-builder-layout-element .ast-button:hover {
  background-color: var(--vh-copper-dark) !important;
}

/* Logo text white on dark header */
.site-header .site-logo-img .custom-logo,
.site-header .ast-site-identity .site-title a {
  color: var(--vh-white) !important;
}

/* Mobile menu toggle */
.ast-header-break-point .ast-mobile-menu-buttons .menu-toggle {
  color: var(--vh-white) !important;
}

.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  background-color: var(--vh-dark) !important;
}

.ast-mobile-popup-drawer .menu-item > .menu-link {
  color: var(--vh-white) !important;
}

/* --- FOOTER --- */
.site-footer,
.ast-footer-copyright,
.ast-builder-footer-grid-columns,
.site-below-footer-wrap,
.site-above-footer-wrap,
.ast-footer-row-inline {
  background-color: var(--vh-dark) !important;
  color: rgba(255,255,255,0.8) !important;
}

.site-footer a,
.ast-footer-copyright a {
  color: var(--vh-copper) !important;
}

.site-footer h1, .site-footer h2, .site-footer h3,
.site-footer h4, .site-footer h5, .site-footer h6 {
  color: var(--vh-white) !important;
}

.site-footer .widget-title {
  color: var(--vh-white) !important;
}

/* --- BUTTONS (GLOBAL) --- */
.wp-block-button__link,
.ast-custom-button,
a.wp-block-button__link,
input[type="submit"],
button.ast-button,
.wpcf7-submit,
.ast-button {
  background-color: var(--vh-copper) !important;
  color: var(--vh-white) !important;
  border: none !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.wp-block-button__link:hover,
.ast-custom-button:hover,
a.wp-block-button__link:hover,
input[type="submit"]:hover,
.wpcf7-submit:hover {
  background-color: var(--vh-copper-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(198, 122, 46, 0.3);
}

/* Outline button variant */
.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border: 2px solid var(--vh-copper) !important;
  color: var(--vh-copper) !important;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: var(--vh-copper) !important;
  color: var(--vh-white) !important;
}

/* --- HEADINGS --- */
h1, h2, h3, h4, h5, h6,
.entry-title a {
  color: var(--vh-dark);
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* --- LINKS --- */
a {
  color: var(--vh-copper);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--vh-copper-dark);
}

/* --- COVER BLOCKS (hero sections) --- */
.wp-block-cover.vh-hero {
  min-height: 500px !important;
}

/* --- CUSTOM SECTION CLASSES --- */
.vh-dark-section {
  background-color: var(--vh-dark) !important;
  color: var(--vh-white) !important;
  padding: 4rem 2rem !important;
}

.vh-dark-section h1, .vh-dark-section h2,
.vh-dark-section h3, .vh-dark-section h4 {
  color: var(--vh-white) !important;
}

.vh-light-section {
  background-color: var(--vh-light-bg) !important;
  padding: 4rem 2rem !important;
}

.vh-copper-accent {
  color: var(--vh-copper) !important;
  font-weight: 600;
}

/* --- STATS BAR --- */
.vh-stats-bar {
  background-color: var(--vh-dark) !important;
  color: var(--vh-white) !important;
  padding: 3rem 2rem !important;
  text-align: center;
}

.vh-stats-bar .vh-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--vh-copper);
  display: block;
}

.vh-stats-bar .vh-stat-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}

/* --- SERVICE CARDS --- */
.vh-service-card {
  background: var(--vh-white);
  border: 1px solid var(--vh-border);
  border-radius: 8px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.vh-service-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.vh-service-card h3 {
  color: var(--vh-dark);
  margin-bottom: 0.8rem;
}

/* --- APPRAISER CARDS --- */
.vh-appraiser-card {
  text-align: center;
  padding: 2rem;
}

.vh-appraiser-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--vh-copper);
  margin-bottom: 1.5rem;
}

.vh-appraiser-title {
  color: var(--vh-copper);
  font-weight: 600;
  font-size: 1rem;
}

/* --- SEPARATOR ACCENT --- */
.wp-block-separator.is-style-wide,
.wp-block-separator {
  border-color: var(--vh-copper) !important;
  opacity: 0.3;
}

/* --- TYPOGRAPHY REFINEMENTS --- */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
}

.entry-content p {
  color: var(--vh-text);
  line-height: 1.7;
}

/* --- BREADCRUMBS --- */
.ast-breadcrumbs a {
  color: var(--vh-copper) !important;
}

/* --- FORMS --- */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  border: 1px solid var(--vh-border) !important;
  border-radius: 4px !important;
  padding: 0.75rem 1rem !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--vh-copper) !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(198, 122, 46, 0.2) !important;
}

/* --- BLOCKQUOTES --- */
blockquote {
  border-left: 4px solid var(--vh-copper) !important;
  padding-left: 1.5rem;
  font-style: italic;
  color: var(--vh-text-light);
}

/* --- SCROLL BEHAVIOR --- */
html {
  scroll-behavior: smooth;
}