.vt-section-kicker {
  color: var(--wp--preset--color--gold, #c9a96e);
  font-family: var(--wp--preset--font-family--inter, 'Inter', sans-serif);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.vt-section-title {
  color: var(--wp--preset--color--emerald, #1a3a2a);
  max-width: 46rem;
}

.vt-services-section {
  background-color: var(--wp--preset--color--cream, #faf8f3);
}

.vt-service-grid {
  gap: 1px;
  margin-top: 3rem;
}

.vt-service-panel {
  background-color: var(--wp--preset--color--ivory, #f5f0e8);
  border-top: 3px solid var(--wp--preset--color--gold, #c9a96e);
  min-height: 18rem;
  padding: 2rem;
}

.vt-service-number {
  color: var(--wp--preset--color--gold, #c9a96e);
  font-family: var(--wp--preset--font-family--inter, 'Inter', sans-serif);
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.vt-service-panel h3 {
  color: var(--wp--preset--color--emerald, #1a3a2a);
  margin-bottom: 1rem;
}

.vt-service-panel p {
  color: rgba(26, 58, 42, 0.82);
}

.vt-gallery-section {
  background-color: #ffffff;
}

.vt-gallery-intro {
  gap: 3rem;
}

.vt-gallery-strip {
  gap: 1rem;
  margin-top: 1rem;
}

.vt-gallery-image {
  height: 18rem;
  margin: 0;
  overflow: hidden;
}

.vt-gallery-image-large {
  height: 28rem;
}

.vt-gallery-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vt-inquiry-section {
  background-color: var(--wp--preset--color--emerald, #1a3a2a);
}

.vt-inquiry-panel {
  border: 1px solid rgba(245, 240, 232, 0.32);
  padding: 3rem 1.5rem;
}

.vt-inquiry-section .vt-section-title,
.vt-inquiry-section .vt-inquiry-copy {
  color: #ffffff;
}

.vt-inquiry-copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
}

.vt-inquiry-button .wp-block-button__link {
  background-color: var(--wp--preset--color--gold, #c9a96e) !important;
  color: var(--wp--preset--color--emerald, #1a3a2a) !important;
  font-family: var(--wp--preset--font-family--inter, 'Inter', sans-serif);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 48px;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
}

.vt-inquiry-button .wp-block-button__link:hover,
.vt-inquiry-button .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--ivory, #f5f0e8) !important;
  color: var(--wp--preset--color--emerald, #1a3a2a) !important;
}

@media (max-width: 781px) {
  .vt-service-grid,
  .vt-gallery-intro,
  .vt-gallery-strip {
    gap: 1rem;
  }

  .vt-service-panel {
    min-height: auto;
    padding: 1.5rem;
  }

  .vt-service-number {
    margin-bottom: 1.5rem;
  }

  .vt-gallery-image,
  .vt-gallery-image-large {
    height: 18rem;
  }

  .vt-inquiry-panel {
    padding: 2rem 1rem;
  }
}
