/* Services page refinement — scoped to avoid changing shared page templates. */
.services-page {
  --services-ink: #0b2a18;
  --services-muted: #58675f;
  --services-line: rgba(11, 42, 24, 0.12);
  --services-surface: #f5f8f3;
  --services-accent: #80dc58;
  background: #fff;
}

.services-page main {
  overflow: clip;
}

.services-page .page-hero {
  padding: 150px 0 96px;
  background:
    radial-gradient(circle at 82% 30%, rgba(128, 220, 88, 0.12), transparent 27rem),
    linear-gradient(180deg, #f5f9f3 0%, #fbfcfa 100%);
  border-bottom: 1px solid var(--services-line);
}

.services-page .page-hero__split {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(56px, 8vw, 120px);
}

.services-page .page-hero__content {
  max-width: 750px;
}

.services-page .page-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #438a32;
  letter-spacing: 0.14em;
}

.services-page .page-hero .eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
}

.services-page .subpage-h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(48px, 5.25vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.services-page .page-hero .lead {
  max-width: 58ch !important;
  margin-bottom: 34px !important;
  font-size: 17px !important;
  color: var(--services-muted) !important;
}

.services-page .page-hero__actions {
  gap: 12px;
}

.services-page .page-hero__image-col {
  aspect-ratio: 5 / 4;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(18, 56, 34, 0.13);
}

.services-page .page-hero__image-col::after {
  background: linear-gradient(180deg, transparent 60%, rgba(6, 30, 17, 0.16));
}

.services-page main > .section {
  padding: 112px 0 124px !important;
}

.services-page main > .section:nth-of-type(2) {
  background: #fff;
}

.services-page main > .section--alt {
  background: var(--services-surface);
  border-block: 1px solid var(--services-line);
}

.services-page .section__header {
  max-width: 780px !important;
  margin-bottom: 54px !important;
}

.services-page .section__header h2 {
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.services-page .section__intro {
  max-width: 64ch;
  color: var(--services-muted) !important;
}

.services-page .lanes-comparative {
  gap: 24px;
  margin-top: 0;
}

.services-page .lane-card {
  border-color: var(--services-line);
  border-radius: 16px;
  box-shadow: none;
  background: #fff;
}

.services-page .lane-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(18, 56, 34, 0.09);
}

.services-page .lane-card__image {
  height: clamp(240px, 25vw, 340px);
}

.services-page .lane-card__content {
  padding: clamp(30px, 4vw, 48px);
  background: #fff;
}

.services-page .lane-card__title {
  max-width: 19ch;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.services-page .lane-card__body {
  max-width: 54ch;
  color: var(--services-muted);
}

.services-page .lane-card__list {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid var(--services-line);
}

.services-page .lane-card__list-item {
  padding-top: 8px;
  font-size: 14px;
}

.services-page .services-matrix {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 0;
}

.services-page .services-matrix__item {
  min-height: 350px;
  padding: clamp(30px, 3.4vw, 46px);
  border: 1px solid var(--services-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}

.services-page .services-matrix__item:hover {
  z-index: auto;
  transform: translateY(-3px);
  border-color: rgba(42, 106, 55, 0.3);
  background: #fff;
  box-shadow: 0 16px 44px rgba(20, 58, 35, 0.08);
}

.services-page .services-matrix__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 10px;
}

.services-page .services-matrix__item > div:nth-child(2) {
  align-self: flex-start;
  border-radius: 4px !important;
  background: #e7f5e1 !important;
}

.services-page .services-matrix__title {
  max-width: 24ch;
  font-size: clamp(23px, 2vw, 29px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.services-page .services-matrix__body {
  max-width: 58ch;
  color: var(--services-muted);
}

.services-page #insights {
  min-height: auto;
  margin-top: 2px;
  padding: clamp(38px, 5vw, 64px) !important;
  gap: clamp(36px, 6vw, 80px) !important;
  border: 0;
  border-radius: 16px !important;
  background: #0b2918 !important;
}

.services-page #insights > div:last-child > div {
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

.services-page .outcomes-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--services-line);
}

.services-page .outcomes-list__item,
.services-page .outcomes-list__item:nth-child(even) {
  min-height: 230px;
  padding: 34px 34px 40px 0;
  gap: 14px;
  border-left: 0;
  border-bottom: 1px solid var(--services-line);
}

.services-page .outcomes-list__item:not(:nth-child(3n + 1)) {
  padding-left: 34px;
  border-left: 1px solid var(--services-line);
}

.services-page .outcomes-list__num {
  padding: 0;
  color: #559c3d;
  background: transparent;
  font-size: 11px;
}

.services-page .outcomes-list__title {
  font-size: 21px;
  font-weight: 500;
}

.services-page .outcomes-list__body {
  color: var(--services-muted);
}

.services-page .section--dark {
  padding: 112px 0 120px !important;
  background: #0a2516;
}

.services-page .ati-section {
  padding: 52px 0;
}

.services-page .ati-section__inner--compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  min-height: 0;
  padding: 0;
}

.services-page .ati-section__inner--compact .ati-section__left {
  max-width: 720px;
}

.services-page .ati-section__inner--compact .ati-section__meta {
  margin-bottom: 14px;
}

.services-page .ati-section__inner--compact .ati-section__h {
  margin-bottom: 10px;
  font-size: clamp(28px, 3.2vw, 42px);
}

.services-page .ati-section__inner--compact .ati-section__sub {
  max-width: 62ch;
  margin: 0;
}

.services-page .ati-section__action {
  min-width: 245px;
  text-align: center;
}

.services-page .ati-section__action .btn-lime {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.services-page .ati-section__action p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.services-page .section--dark .split {
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
}

.services-page .section--dark .section__header {
  margin-bottom: 34px !important;
}

.services-page .quote-card {
  padding: clamp(34px, 4vw, 52px);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.services-page .cta-band {
  padding-block: 100px;
}

.services-page .cta-band__copy h2 {
  max-width: 17ch;
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

@media (max-width: 1024px) {
  .services-page .page-hero { padding-top: 130px; }
  .services-page .page-hero__split { grid-template-columns: 1fr 0.75fr; gap: 44px; }
  .services-page .subpage-h1 { font-size: clamp(44px, 6vw, 62px); }
  .services-page .outcomes-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-page .outcomes-list__item:not(:nth-child(3n + 1)) { padding-left: 0; border-left: 0; }
  .services-page .outcomes-list__item:nth-child(even) { padding-left: 30px; border-left: 1px solid var(--services-line); }
}

@media (max-width: 860px) {
  .services-page .page-hero { padding: 118px 0 72px; }
  .services-page .page-hero__split { grid-template-columns: 1fr; }
  .services-page .page-hero__image-col { max-width: 680px; }
  .services-page main > .section { padding: 82px 0 92px !important; }
  .services-page .services-matrix { grid-template-columns: 1fr; }
  .services-page .services-matrix__item { min-height: 0; }
  .services-page #insights { grid-template-columns: 1fr !important; }
  .services-page .ati-section__inner--compact { grid-template-columns: 1fr; gap: 28px; }
  .services-page .ati-section__action { max-width: 300px; text-align: left; }
}

@media (max-width: 680px) {
  .services-page .page-hero { padding: 104px 0 58px; }
  .services-page .subpage-h1 { font-size: clamp(42px, 13vw, 58px); }
  .services-page .page-hero__actions { align-items: stretch; }
  .services-page .page-hero__actions .btn { justify-content: center; }
  .services-page main > .section { padding: 68px 0 76px !important; }
  .services-page .section__header h2 { font-size: clamp(32px, 10vw, 43px) !important; }
  .services-page .lane-card__content { padding: 28px 24px; }
  .services-page .services-matrix__item { padding: 28px 24px; }
  .services-page #insights { padding: 34px 24px !important; }
  .services-page #insights > div:last-child { grid-template-columns: 1fr !important; }
  .services-page .outcomes-list { grid-template-columns: 1fr; }
  .services-page .outcomes-list__item,
  .services-page .outcomes-list__item:nth-child(even),
  .services-page .outcomes-list__item:not(:nth-child(3n + 1)) { min-height: 0; padding: 28px 0; border-left: 0; }
  .services-page .section--dark { padding: 74px 0 82px !important; }
  .services-page .cta-band { padding-block: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .services-page .lane-card,
  .services-page .services-matrix__item,
  .services-page .lane-card__image img { transition: none; }
}
