:root {
  --sitegen-primary: #111111;
  --sitegen-secondary: #404040;
  --sitegen-accent: #8a7559;
  --sitegen-sand: #f3eee7;
  --sitegen-card: rgba(255, 255, 255, 0.9);
  --sitegen-border: rgba(17, 17, 17, 0.12);
  --sitegen-shadow: 0 22px 50px rgba(17, 17, 17, 0.12);
}

body.site-vav {
  background: linear-gradient(180deg, #f8f4ef 0%, #ffffff 48%, #f4efe8 100%);
  color: #1b1b1b;
}

.site-vav h1,
.site-vav h2,
.site-vav h3,
.site-vav .footer-content h1 {
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-vav .navbar-inverse {
  background: rgba(17, 17, 17, 0.92);
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.site-vav .site-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-vav .site-nav-brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 18px 0;
}

.site-vav .site-nav-brand:hover,
.site-vav .site-nav-brand:focus {
  color: #fff;
  text-decoration: none;
}

.site-vav .navbar .navbar-nav {
  display: flex;
  align-items: center;
}

.site-vav .navbar-nav > li {
  padding: 8px 6px;
}

.site-vav .navbar-inverse .navbar-nav > li > a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 12px 18px;
  text-transform: uppercase;
}

.site-vav .navbar-inverse .navbar-nav > li > a.current,
.site-vav .navbar-inverse .navbar-nav > li > a:hover,
.site-vav .navbar-inverse .navbar-nav > li > a:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.site-vav .hero-shell {
  min-height: 100vh;
  padding: 220px 0 150px;
  position: relative;
}

.site-vav .hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.site-vav .hero-kicker,
.site-vav .section-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--sitegen-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-vav .hero-content h1 {
  font-size: 62px;
  line-height: 1.05;
  max-width: 900px;
  margin: 0 auto 18px;
  text-transform: none;
  text-shadow: none;
}

.site-vav .hero-content h4 {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 24px;
  line-height: 1.5;
  text-shadow: none;
}

.site-vav .hero-description {
  max-width: 730px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
}

.site-vav .hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.site-vav .hero-pill-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.site-vav .hero-pill-row span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.site-vav .site-btn,
.site-vav .feature-content-link,
.site-vav .content-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.site-vav .site-btn:hover,
.site-vav .feature-content-link:hover,
.site-vav .content-link:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.site-vav .site-btn-primary {
  background: #fff;
  color: var(--sitegen-primary);
  box-shadow: 0 16px 28px rgba(255, 255, 255, 0.18);
}

.site-vav .site-btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.site-vav .site-section {
  padding: 110px 0;
}

.site-vav .section-intro {
  max-width: 760px;
  margin: 0 auto 50px;
}

.site-vav .section-intro h2 {
  font-size: 44px;
  line-height: 1.15;
  color: var(--sitegen-primary);
  margin-bottom: 16px;
}

.site-vav .section-intro p {
  color: #595959;
  font-size: 17px;
  line-height: 1.8;
}

.site-vav .section-intro-light h2,
.site-vav .section-intro-light p {
  color: #fff;
}

.site-vav .section-intro-light p {
  color: rgba(255, 255, 255, 0.82);
}

.site-vav .site-card,
.site-vav .service-card,
.site-vav .proof-card,
.site-vav .contact-card {
  background: var(--sitegen-card);
  border: 1px solid var(--sitegen-border);
  border-radius: 28px;
  box-shadow: var(--sitegen-shadow);
}

.site-vav .feature-content {
  overflow: hidden;
  padding-bottom: 24px;
  height: 100%;
}

.site-vav .feature-content img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.site-vav .feature-content-title {
  color: var(--sitegen-primary);
  font-size: 28px;
  line-height: 1.2;
  margin: 24px 0 0;
  padding: 0 24px;
  text-align: left;
}

.site-vav .feature-content-description {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  padding: 14px 24px 0;
}

.site-vav .services-section .row > div {
  margin-bottom: 28px;
}

.site-vav .testimonial-content.service-card {
  max-width: none;
  height: auto;
  min-height: 260px;
  padding: 28px 26px;
  background: rgba(255, 255, 255, 0.9);
}

.site-vav .service-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.08);
  color: var(--sitegen-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.site-vav .service-card h2,
.site-vav .proof-card h3,
.site-vav .contact-card h3 {
  color: var(--sitegen-primary);
}

.site-vav .service-card h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.site-vav .service-card p {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.8;
  padding: 0;
}

.site-vav .proof-grid > div {
  margin-bottom: 24px;
}

.site-vav .proof-card {
  height: 100%;
  padding: 28px 24px;
}

.site-vav .proof-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.site-vav .proof-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

.site-vav .showcase-panel {
  overflow: hidden;
  margin-top: 28px;
  background: #fff;
}

.site-vav .showcase-media {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.site-vav .showcase-copy {
  padding: 42px;
}

.site-vav .showcase-copy h2 {
  font-size: 36px;
  line-height: 1.15;
  margin: 12px 0 18px;
}

.site-vav .showcase-copy p,
.site-vav .showcase-list li {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.site-vav .showcase-list {
  margin: 18px 0 28px;
  padding-left: 18px;
}

.site-vav .showcase-list li + li {
  margin-top: 8px;
}

.site-vav .faq-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(243, 238, 231, 0.9) 100%);
}

.site-vav .faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.site-vav .faq-item {
  background: #fff;
  border: 1px solid var(--sitegen-border);
  border-radius: 24px;
  box-shadow: var(--sitegen-shadow);
  overflow: hidden;
}

.site-vav .faq-item + .faq-item {
  margin-top: 18px;
}

.site-vav .faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 28px;
  color: var(--sitegen-primary);
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.site-vav .faq-item summary::-webkit-details-marker {
  display: none;
}

.site-vav .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
  color: var(--sitegen-accent);
}

.site-vav .faq-item[open] summary::after {
  content: "-";
}

.site-vav .faq-answer {
  padding: 0 28px 24px;
}

.site-vav .faq-answer p,
.site-vav .faq-answer a {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.site-vav .faq-answer a {
  color: var(--sitegen-primary);
  font-weight: 700;
}

.site-vav .contact-layout > div {
  margin-bottom: 24px;
}

.site-vav .contact-card {
  background: rgba(255, 255, 255, 0.94);
  min-height: 100%;
  padding: 32px 30px;
}

.site-vav .contact-callout {
  margin: 18px 0 24px;
}

.site-vav .contact-callout a {
  color: var(--sitegen-primary);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-vav .contact-points {
  padding-left: 18px;
  margin: 0;
}

.site-vav .contact-points li,
.site-vav .contact-note,
.site-vav .check-item {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.site-vav .contact-points li + li {
  margin-top: 8px;
}

.site-vav .contact-checklist {
  display: grid;
  gap: 12px;
  margin: 22px 0 18px;
}

.site-vav .check-item {
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(17, 17, 17, 0.04);
  border-radius: 18px;
  padding: 14px 16px;
}

.site-vav .contact-note {
  margin-bottom: 24px;
}

.site-vav .footer-content h1 {
  font-style: normal;
  color: var(--sitegen-primary);
}

.site-vav .footer-content p,
.site-vav .footer-meta .copy,
.site-vav .footer-meta a {
  color: #555;
  font-style: normal;
}

.site-vav .footer-meta {
  display: flex;
  align-items: center;
}

.site-vav .footer-meta a {
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .site-vav .site-nav-wrap {
    display: block;
  }

  .site-vav .hero-content h1 {
    font-size: 48px;
  }

  .site-vav .section-intro h2,
  .site-vav .showcase-copy h2 {
    font-size: 36px;
  }

  .site-vav .footer-meta {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .site-vav .container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-vav .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-vav .site-nav-brand {
    padding: 14px 0;
    font-size: 16px;
    letter-spacing: 0.06em;
    max-width: calc(100% - 72px);
  }

  .site-vav .navbar-toggle {
    float: none;
    margin: 10px 0 0;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
  }

  .site-vav .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .site-vav .single-page-nav {
    width: 100%;
    margin-top: 0;
    border: 0;
    border-radius: 22px;
    background: rgba(17, 17, 17, 0.96);
    box-shadow: none;
  }

  .site-vav .single-page-nav.show {
    max-height: 340px;
    margin-top: 12px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
  }

  .site-vav .navbar .navbar-nav {
    display: block;
  }

  .site-vav .navbar-nav > li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-vav .navbar-nav > li:last-child {
    border-bottom: 0;
  }

  .site-vav .navbar-inverse .navbar-nav > li > a {
    width: 100%;
    border: 0;
    border-radius: 16px;
    background: transparent;
    padding: 14px 16px;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.06em;
  }

  .site-vav .navbar-inverse .navbar-nav > li > a.current,
  .site-vav .navbar-inverse .navbar-nav > li > a:hover,
  .site-vav .navbar-inverse .navbar-nav > li > a:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: transparent;
  }

  .site-vav .hero-shell {
    min-height: auto;
    height: auto;
    display: block;
    padding: 132px 0 88px;
  }

  .site-vav .hero-content h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.08;
  }

  .site-vav .hero-content h4 {
    font-size: 18px;
    line-height: 1.55;
  }

  .site-vav .hero-description,
  .site-vav .section-intro p {
    font-size: 16px;
  }

  .site-vav .hero-description {
    margin-top: 18px;
    line-height: 1.75;
  }

  .site-vav .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-width: 340px;
    margin: 28px auto 0;
  }

  .site-vav .hero-actions .site-btn {
    width: 100%;
  }

  .site-vav .hero-pill-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .site-vav .hero-pill-row span {
    width: 100%;
    padding: 11px 12px;
    text-align: center;
    line-height: 1.4;
  }

  .site-vav .site-section {
    padding: 72px 0;
  }

  .site-vav .section-intro {
    margin-bottom: 36px;
  }

  .site-vav .section-intro h2,
  .site-vav .showcase-copy h2 {
    font-size: clamp(30px, 8vw, 34px);
  }

  .site-vav .feature-content-title,
  .site-vav .feature-content-description {
    text-align: left;
  }

  .site-vav .site-card,
  .site-vav .service-card,
  .site-vav .proof-card,
  .site-vav .contact-card,
  .site-vav .faq-item,
  .site-vav .showcase-panel {
    border-radius: 22px;
  }

  .site-vav .feature-content {
    padding-bottom: 20px;
  }

  .site-vav .feature-content-title {
    font-size: 24px;
    padding: 0 20px;
  }

  .site-vav .feature-content-description {
    padding: 12px 20px 0;
  }

  .site-vav .testimonial-content.service-card,
  .site-vav .proof-card,
  .site-vav .contact-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .site-vav .service-card h2,
  .site-vav .proof-card h3,
  .site-vav .contact-card h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  .site-vav .showcase-copy {
    padding: 24px 20px 28px;
  }

  .site-vav .showcase-media {
    min-height: 220px;
  }

  .site-vav .faq-item summary {
    padding: 20px 52px 20px 20px;
    font-size: 18px;
    line-height: 1.4;
  }

  .site-vav .faq-item summary::after {
    right: 20px;
  }

  .site-vav .faq-answer {
    padding: 0 20px 20px;
  }

  .site-vav .contact-checklist {
    gap: 10px;
  }

  .site-vav .contact-callout a {
    font-size: clamp(28px, 9vw, 34px);
    word-break: break-word;
  }

  .site-vav .footer-content h1 {
    font-size: 28px;
    line-height: 1.25;
  }

  .site-vav .footer-meta,
  .site-vav .footer-meta .text-left,
  .site-vav .footer-meta .text-right {
    text-align: center !important;
  }

  .site-vav .footer-meta .col-sm-6 + .col-sm-6 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .site-vav .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-vav .hero-shell {
    padding: 124px 0 72px;
  }

  .site-vav .hero-content h1 {
    font-size: clamp(30px, 11vw, 36px);
  }

  .site-vav .hero-content h4 {
    font-size: 17px;
  }

  .site-vav .hero-pill-row {
    grid-template-columns: 1fr;
  }

  .site-vav .section-intro h2,
  .site-vav .showcase-copy h2 {
    font-size: 28px;
  }

  .site-vav .feature-content-title,
  .site-vav .service-card h2,
  .site-vav .proof-card h3,
  .site-vav .contact-card h3 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 430px) {
  .site-vav .site-nav-brand {
    max-width: calc(100% - 64px);
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }

  .site-vav .navbar-toggle {
    margin-top: 8px;
    padding: 9px 11px;
    border-radius: 12px;
  }

  .site-vav .hero-shell {
    padding: 118px 0 78px;
  }

  .site-vav .hero-content {
    max-width: 350px;
    text-align: center;
  }

  .site-vav .hero-kicker {
    display: block;
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.14em;
    line-height: 1.5;
  }

  .site-vav .hero-content h1 {
    margin: 0 auto 16px;
    font-size: 31px;
    line-height: 1.12;
    max-width: 10ch;
  }

  .site-vav .hero-content h4 {
    margin: 0 auto;
    max-width: 24ch;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
  }

  .site-vav .hero-description {
    max-width: 30ch;
    margin: 16px auto 0;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.76);
  }

  .site-vav .hero-actions {
    max-width: none;
    margin: 24px auto 0;
    gap: 10px;
  }

  .site-vav .hero-actions .site-btn {
    min-height: 50px;
    padding: 13px 18px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .site-vav .hero-pill-row {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .site-vav .hero-pill-row span {
    justify-self: center;
    width: 100%;
    max-width: 100%;
    padding: 10px 14px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.03em;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
  }
}
