/*
Theme Name: SitePilot A4 — Vitality Wellness
Template: sitepilot-base
Description: Calming wellness practice template. Warm tones, organic shapes, rounded buttons, booking focus, empathetic copy.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: sitepilot-a4-vitality
*/

/* A4-specific overrides */

/* Warm split hero with cream background */
.sp-hero--warm {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 75vh;
  align-items: center;
  background: var(--sp-bg, #FFF8F0);
}

@media (max-width: 767px) {
  .sp-hero--warm {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

/* Rounded buttons for wellness aesthetic */
.sp-btn {
  border-radius: 50px;
}

/* Organic trust badges with leaf icons */
.sp-trust-organic {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.sp-trust-organic .sp-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
}

/* Sage tint background */
.sp-section--sage {
  background: #F0F5F3;
}

/* Practitioner cards with credentials */
.sp-card--practitioner .sp-card__credential {
  font-size: 0.875rem;
  color: var(--sp-text-light);
  margin-top: 0.25rem;
}

/* Appointment booking emphasis */
.sp-booking-cta {
  border-radius: 12px;
  padding: 2rem;
}
