/* ========================
   OUR SERVICES
   ======================== */
.section-services {
  position: relative;
  height: 2643px;
  background-color: var(--color-dark-maroon);
  overflow: hidden;
}

/* --- Background layers --- */
.section-services__bg {
  position: absolute;
  left: 0;
  top: 246px;
  width: 1920px;
  height: 2397px;
  object-fit: cover;
}

.section-services__overlay-left {
  position: absolute;
  left: 0;
  top: 246px;
  width: 960px;
  height: 2397px;
  background-color: var(--color-dark-maroon);
}

.section-services__overlay-right {
  position: absolute;
  left: 960px;
  top: 246px;
  width: 960px;
  height: 2397px;
  background-color: var(--color-overlay-services);
}

/* --- Header --- */
.section-services__title {
  position: absolute;
  left: 736px;
  top: 71px;
  width: 451px;
  font-family: var(--font-serif);
  font-size: var(--text-9xl);
  line-height: var(--leading-9xl);
  color: var(--color-cream);
  letter-spacing: var(--tracking-tightest);
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}

.section-services__sep {
  position: absolute;
  height: 1px;
  background-color: var(--color-cream);
}

.section-services__sep--left {
  left: 120px;
  top: 135px;
  width: 586px;
}

.section-services__sep--right {
  left: 1214px;
  top: 136px;
  width: 586px;
}

/* --- Card numbers (shared) --- */
.section-services__num {
  position: absolute;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: var(--leading-relaxed);
  color: var(--color-cream);
  letter-spacing: var(--tracking-tight);
  font-weight: 700;
}

.section-services__num--1 { left: 474px; top: 327px; }
.section-services__num--2 { left: 1433px; top: 326px; }
.section-services__num--3 { left: 474px; top: 1128px; }
.section-services__num--4 { left: 1433px; top: 1128px; }
.section-services__num--5 { left: 474px; top: 1931px; }
.section-services__num--6 { left: 1442px; top: 1931px; }

/* --- Card headings (shared) --- */
.section-services__heading {
  position: absolute;
  font-family: var(--font-serif);
  font-size: var(--text-5xl);
  line-height: var(--leading-5xl);
  color: var(--color-cream);
  font-weight: 400;
  font-style: normal;
}

.section-services__heading--1 { left: 290px; top: 367px; width: 397px; text-align: center; }
.section-services__heading--2 { left: 1130px; top: 366px; width: 636px; text-align: center; }
.section-services__heading--3 { left: 208px; top: 1168px; width: 560px; text-align: center; }
.section-services__heading--4 { left: 1183px; top: 1168px; width: 529px; text-align: center; }
.section-services__heading--5 { left: 299px; top: 1971px; width: 378px; }
.section-services__heading--6 { left: 1138px; top: 1971px; width: 619px; }

/* --- Card thumbnails (shared) --- */
.section-services__thumb {
  position: absolute;
  overflow: hidden;
  border: 1.588px solid var(--color-cream);
}

.section-services__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-services__thumb--1 { left: 296px; top: 524px; width: 384.318px; height: 333.499px; }
.section-services__thumb--2 { left: 1253.154px; top: 522.348px; width: 382.73px; height: 333.499px; }
.section-services__thumb--3 { left: 296px; top: 1326px; width: 382.613px; height: 333.601px; }
.section-services__thumb--4 { left: 1249.979px; top: 1324.184px; width: 384.545px; height: 336.477px; }
.section-services__thumb--5 { left: 296px; top: 2064px; width: 384.318px; height: 333.499px; }
.section-services__thumb--6 { left: 1262.682px; top: 2064.156px; width: 384.318px; height: 333.499px; }

/* --- Card descriptions (shared) --- */
.section-services__desc {
  position: absolute;
  font-family: var(--font-sans);
  font-size: 24px;
  line-height: var(--leading-body);
  color: var(--color-cream);
  text-align: center;
}

.section-services__desc--1 { left: 202px; top: 894px; width: 572px; }
.section-services__desc--2 { left: 1162px; top: 894px; width: 572px; }
.section-services__desc--3 { left: 202px; top: 1697px; width: 572px; }
.section-services__desc--4 { left: 1150px; top: 1697px; width: 596px; }
.section-services__desc--5 { left: 202px; top: 2434px; width: 572px; }
.section-services__desc--6 { left: 1163px; top: 2434px; width: 586px; }

/* --- Bottom separator --- */
.section-services__bottom-sep {
  position: absolute;
  left: 1px;
  top: 2642px;
  width: 1920px;
  height: 1px;
  background-color: var(--color-cream);
}
