:root {
  --brand-primary: #c1ed00;
  --brand-secondary: #43e508;
  --brand-black: #141414;
  --brand-white: #fff;
  --service-muted: rgba(20, 20, 20, .64);
  --service-border: rgba(20, 20, 20, .11);
  --service-border-hover: rgba(20, 20, 20, .22);
  --service-soft: rgba(20, 20, 20, .035);
  --service-lime-soft: rgba(193, 237, 0, .13);
}

.services-showcase {
  overflow: clip;
  padding: clamp(88px, 10vw, 150px) 0 clamp(72px, 8vw, 120px);
  color: var(--brand-black);
  background: var(--brand-white);
}

.services-showcase > .container,
.services-process > .container,
.services-capability-marquee > .container {
  width: min(100% - 48px, 1320px);
  max-width: 1320px;
}

.services-showcase__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, .9fr);
  gap: clamp(40px, 5vw, 76px);
  align-items: end;
  margin-bottom: clamp(56px, 7vw, 92px);
}

.services-showcase__eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--brand-black);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.services-showcase__eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-primary);
  box-shadow: 0 0 0 4px rgba(193, 237, 0, .16);
}

.services-showcase__title {
  max-width: 820px;
  margin: 0;
  color: var(--brand-black);
  font-family: var(--tp-ff-grotesk);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}

.services-showcase__intro-copy p {
  max-width: 450px;
  margin: 0 0 25px;
  color: var(--service-muted);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.65;
}

.services-showcase__text-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 5px;
  color: var(--brand-black);
  font-weight: 700;
  border-bottom: 2px solid var(--brand-primary);
}

.services-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 22px;
}

.service-bento-card {
  position: relative;
  isolation: isolate;
  display: flex;
  grid-column: span 4;
  min-width: 0;
  min-height: 490px;
  overflow: hidden;
  padding: clamp(26px, 2.5vw, 38px);
  color: var(--brand-black);
  border: 1px solid var(--service-border);
  border-radius: clamp(20px, 2vw, 28px);
  background: var(--brand-white);
  box-shadow: 0 12px 34px rgba(20, 20, 20, .045);
  transition: transform 280ms cubic-bezier(.22, 1, .36, 1), border-color 280ms ease, box-shadow 280ms ease;
}

.service-bento-card:nth-child(2),
.service-bento-card:nth-child(3) {
  grid-column: span 5;
  min-height: 380px;
}

.service-bento-card--featured {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 782px;
  padding: clamp(34px, 3vw, 42px);
  color: var(--brand-white);
  border-color: rgba(255, 255, 255, .13);
  background: var(--brand-black);
  box-shadow: 0 24px 70px rgba(20, 20, 20, .14);
}

.service-bento-card--lime-soft { background: linear-gradient(145deg, var(--brand-white), var(--service-lime-soft)); }
.service-bento-card--visual-led { background: var(--service-soft); }

.service-bento-card::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  content: "";
  background: var(--brand-primary);
  transition: width 280ms cubic-bezier(.22, 1, .36, 1);
}

.service-bento-card--featured::before {
  position: absolute;
  z-index: -2;
  right: -20%;
  bottom: -25%;
  width: 70%;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(193, 237, 0, .12), transparent 68%);
}

.service-bento-card__link {
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: inherit;
}

.service-bento-card__link:focus-visible {
  outline: 3px solid var(--brand-primary);
  outline-offset: -7px;
}

.service-bento-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.service-bento-card__meta {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: clamp(28px, 3vw, 44px);
}

.service-bento-card__number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .75;
}

.service-bento-card__category {
  overflow: hidden;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.service-bento-card__title {
  max-width: 520px;
  margin: 0 0 18px;
  color: inherit;
  font-family: var(--tp-ff-grotesk);
  font-size: clamp(23px, 1.8vw, 28px);
  font-weight: 750;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.service-bento-card--featured .service-bento-card__title {
  max-width: 580px;
  font-size: clamp(34px, 3vw, 44px);
}

.service-bento-card__description {
  display: -webkit-box;
  max-width: 540px;
  overflow: hidden;
  margin: 0 0 22px;
  color: var(--service-muted);
  font-size: clamp(15px, 1vw, 16px);
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.service-bento-card--featured .service-bento-card__description { color: rgba(255, 255, 255, .7); }

.service-bento-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.service-bento-card__tags li {
  min-height: 30px;
  padding: 8px 13px;
  color: var(--brand-black);
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  border: 1px solid rgba(20, 20, 20, .1);
  border-radius: 100px;
  background: rgba(193, 237, 0, .14);
}

.service-bento-card--featured .service-bento-card__tags li {
  color: var(--brand-white);
  border-color: rgba(193, 237, 0, .34);
  background: rgba(255, 255, 255, .06);
}

.service-bento-card__action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  margin-top: auto;
  padding-top: 14px;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid currentColor;
}

.service-bento-card__arrow {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--brand-black);
  border-radius: 50%;
  background: var(--brand-primary);
  transition: transform 240ms cubic-bezier(.22, 1, .36, 1);
}

.service-bento-card__visual {
  position: absolute;
  right: -5%;
  bottom: -4%;
  width: 52%;
  max-height: 48%;
  pointer-events: none;
  opacity: .55;
}

.service-bento-card__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
  object-position: right bottom;
}

.service-bento-card--featured .service-bento-card__visual {
  right: -4%;
  bottom: 3%;
  width: 66%;
  max-height: 56%;
  opacity: .82;
}

.service-bento-card--featured .service-bento-card__visual img { max-height: 460px; }

@media (hover: hover) and (pointer: fine) {
  .service-bento-card:hover {
    z-index: 2;
    border-color: var(--service-border-hover);
    box-shadow: 0 20px 52px rgba(20, 20, 20, .10);
    transform: translateY(-5px);
  }
  .service-bento-card:hover::after { width: 100%; }
  .service-bento-card:hover .service-bento-card__arrow,
  .service-bento-card:focus-within .service-bento-card__arrow { transform: translate(2px, -2px); }
}

.services-showcase__pagination { display: flex; justify-content: center; margin-top: 42px; }

.services-showcase__cta {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(52px, 6vw, 82px);
  padding: clamp(36px, 4.5vw, 62px);
  color: var(--brand-white);
  border-radius: clamp(20px, 2vw, 28px);
  background: var(--brand-black);
}

.services-showcase__cta-label {
  display: block;
  margin-bottom: 14px;
  color: var(--brand-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.services-showcase__cta h3 {
  max-width: 680px;
  margin: 0;
  color: inherit;
  font-family: var(--tp-ff-grotesk);
  font-size: clamp(30px, 3.3vw, 48px);
  letter-spacing: -.035em;
  line-height: 1.06;
}

.services-showcase__cta-button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 13px 24px;
  flex: 0 0 auto;
  color: var(--brand-black);
  font-size: 15px;
  font-weight: 750;
  border: 2px solid var(--brand-primary);
  border-radius: 100px;
  background: var(--brand-primary);
  transition: color 220ms ease, background 220ms ease;
}

.services-showcase__cta-button:hover { color: var(--brand-black); border-color: var(--brand-secondary); background: var(--brand-secondary); }
.services-showcase__cta-button:focus-visible { outline: 3px solid var(--brand-white); outline-offset: 4px; }

.services-capability-marquee {
  padding-top: clamp(64px, 6vw, 92px) !important;
  padding-bottom: clamp(110px, 9vw, 150px) !important;
}
.services-capability-marquee__label {
  margin: 0 0 24px;
  color: var(--service-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.services-process {
  padding-top: clamp(110px, 9vw, 150px) !important;
  padding-bottom: clamp(100px, 9vw, 145px) !important;
}

.services-process__heading {
  max-width: 940px;
  margin-bottom: clamp(50px, 5vw, 76px) !important;
}

.services-process__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--brand-black);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.services-process__eyebrow::before {
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: var(--brand-primary);
}

.services-process__title {
  max-width: 900px;
  margin: 0;
  color: var(--brand-black);
  font-family: var(--tp-ff-grotesk);
  font-size: clamp(40px, 4.5vw, 66px);
  font-weight: 750;
  letter-spacing: -.04em;
  line-height: 1;
  text-wrap: balance;
}

.services-process .tp-service-4-process-wrap { padding-top: 46px; }
.services-process .tp-service-4-process-wrapper > p {
  max-width: 640px;
  padding-left: clamp(0px, 10vw, 150px) !important;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.65;
}
.services-process .tp-service-4-process-thumb img { width: 100%; height: auto; }

@media (max-width: 991px) {
  .services-showcase__intro { grid-template-columns: 1fr; gap: 30px; }
  .services-showcase__intro-copy p { max-width: 650px; }
  .service-bento-card,
  .service-bento-card:nth-child(2),
  .service-bento-card:nth-child(3) { grid-column: span 6; min-height: 430px; }
  .service-bento-card--featured { grid-column: 1 / -1; min-height: 650px; }
  .services-process .tp-service-4-process-wrap { padding-top: 0; }
  .services-process .tp-service-4-process-wrapper > p { padding-left: 0 !important; }
}

@media (max-width: 767px) {
  .services-showcase > .container,
  .services-process > .container,
  .services-capability-marquee > .container { width: calc(100% - 30px); }
  .services-showcase { padding-top: 76px; padding-bottom: 76px; }
  .services-showcase__title { font-size: clamp(38px, 12vw, 52px); }
  .services-bento-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-bento-card,
  .service-bento-card:nth-child(2),
  .service-bento-card:nth-child(3),
  .service-bento-card--featured { grid-column: 1; grid-row: auto; min-height: 500px; }
  .service-bento-card { padding: 30px 26px; }
  .service-bento-card--featured { min-height: 580px; }
  .service-bento-card__meta { margin-bottom: 34px; }
  .service-bento-card__visual { width: 58%; opacity: .5; }
  .service-bento-card--featured .service-bento-card__visual { width: 72%; opacity: .72; }
  .services-showcase__cta { align-items: flex-start; flex-direction: column; }
  .services-showcase__cta-button { width: 100%; }
  .services-process { padding-top: 90px !important; padding-bottom: 90px !important; }
  .services-process__title { font-size: clamp(38px, 11vw, 50px); }
}

@media (prefers-reduced-motion: reduce) {
  .service-bento-card,
  .service-bento-card::after,
  .service-bento-card__arrow,
  .services-showcase__cta-button { scroll-behavior: auto; transition: none !important; }
  .service-bento-card:hover { transform: none; }
}
