/* Dedicated services-page styles with a versioned filename to avoid stale
   Cloudflare and browser caches after deployment. */

.services-hero {
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(199, 154, 82, .2), transparent 24rem),
    linear-gradient(105deg, rgba(47, 10, 12, .98), rgba(76, 15, 19, .9)),
    #4c0f13;
}

.services-hero-inner {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(90px, 12vw, 150px) 0;
}

.services-hero .eyebrow { color: #f1ca84; }
.services-hero h1 { max-width: 850px; }
.services-hero p:not(.eyebrow) { max-width: 760px; font-size: 1.2rem; }
.services-hero .button {
  margin-top: 22px;
  color: #4c0f13;
  background: #f3c875;
}

.services-introduction {
  padding-bottom: 38px;
  text-align: center;
}

.services-introduction .lede { margin-inline: auto; }
.service-detail-list { padding-top: 20px; }

.service-detail-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: clamp(24px, 5vw, 60px);
  max-width: 960px;
  margin: 0 auto 34px;
  padding: clamp(30px, 5vw, 56px);
  background: white;
  border: 1px solid #e8d9c8;
  border-left: 5px solid #7f1d1d;
  box-shadow: 0 18px 50px rgba(76, 15, 19, .12);
}

.service-detail-card:nth-child(even) { border-left-color: #c79a52; }
.service-number {
  color: #c79a52;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

.service-detail-card h2 { font-size: clamp(2rem, 4vw, 3rem); }
.service-tagline {
  color: #7f1d1d;
  font-size: 1.08rem;
  font-weight: 800;
}

.service-includes { margin: 22px 0; padding-left: 1.25rem; }
.service-includes li { margin-bottom: 8px; }

.service-price {
  display: grid;
  gap: 3px;
  margin-top: 24px;
  padding: 17px 19px;
  color: #4c0f13;
  background: #fbf5eb;
  border-left: 3px solid #c79a52;
}

.service-price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.service-price span { color: #5f514c; font-size: .92rem; }
.personalized-pricing { color: white; background: #4c0f13; }
.pricing-inner { max-width: 900px; text-align: center; }
.personalized-pricing .kicker { color: #efc77e; }
.personalized-pricing p { font-size: 1.08rem; }
.personalized-pricing .pricing-small {
  margin-top: 26px;
  color: #e8d9c8;
  font-size: .92rem;
}

.service-process { text-align: center; }
.service-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-process-grid article {
  padding: 34px 26px;
  background: #fbf5eb;
  border: 1px solid #e8d9c8;
}

.service-process-grid span {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  place-items: center;
  color: white;
  background: #7f1d1d;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.scope-panel {
  max-width: 960px;
  margin-bottom: 95px;
  padding: clamp(34px, 6vw, 64px);
  background: #f8f1e8;
  border: 1px solid #e8d9c8;
  border-top: 5px solid #c79a52;
}

.scope-panel h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.services-cta {
  padding: 80px 20px;
  color: white;
  background: #7f1d1d;
  text-align: center;
}

.services-cta > div { width: min(780px, 100%); margin: 0 auto; }
.services-cta .kicker { color: #f1ca84; }
.services-cta .button {
  margin-top: 18px;
  color: #4c0f13;
  background: #f3c875;
}

@media (max-width: 760px) {
  .service-detail-card { grid-template-columns: 1fr; }
  .service-process-grid { grid-template-columns: 1fr; }
  .scope-panel { margin-bottom: 70px; }
}
