/*
 * Services hub and service-detail pages
 * Loaded after styles.css and commercial.css.
 */

.services-main,
.service-detail-main {
  --service-bg: #0b0d0a;
  --service-surface: #141713;
  --service-surface-raised: #1b1f19;
  --service-line: rgba(255, 255, 255, .13);
  --service-muted: rgba(255, 255, 255, .68);
  --service-shadow: 0 30px 90px rgba(0, 0, 0, .28);
  padding: 0;
  color: var(--white);
  background: var(--service-bg);
}

.services-main :where(h1, h2, h3),
.service-detail-main :where(h1, h2, h3) {
  font-family: var(--display-font);
  text-wrap: balance;
}

.services-main :where(.button, a, summary),
.service-detail-main :where(.button, a, summary) {
  -webkit-tap-highlight-color: transparent;
}

/* Hero shared by the services hub and detail pages. */
.services-hero {
  position: relative;
  isolation: isolate;
  min-height: min(820px, 92vh);
  padding: clamp(164px, 16vw, 218px) 0 clamp(88px, 10vw, 142px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 24%, rgba(200, 255, 57, .2), transparent 25%),
    radial-gradient(circle at 8% 84%, rgba(120, 235, 232, .12), transparent 27%),
    linear-gradient(145deg, #0a0c09 0%, #151913 52%, #090a08 100%);
  border-bottom: 1px solid rgba(200, 255, 57, .22);
}

.services-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-position: center;
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%);
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.services-hero::after {
  position: absolute;
  z-index: -1;
  top: 8%;
  right: max(-180px, -10vw);
  width: clamp(360px, 48vw, 720px);
  aspect-ratio: 1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle, transparent 0 38%, rgba(200, 255, 57, .75) 38.5% 39%, transparent 39.5% 54%, rgba(255, 255, 255, .16) 54.5% 55%, transparent 55.5%);
  border: 1px solid rgba(200, 255, 57, .2);
  border-radius: 50%;
  box-shadow:
    inset 0 0 80px rgba(200, 255, 57, .08),
    0 0 120px rgba(200, 255, 57, .07);
  transform: rotate(-12deg);
}

.services-hero > .container {
  position: relative;
  z-index: 1;
}

.services-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .36fr);
  align-items: end;
  gap: clamp(48px, 8vw, 112px);
}

.services-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .5fr);
  align-items: end;
  gap: clamp(44px, 8vw, 108px);
}

.services-hero__content {
  max-width: 920px;
}

.services-hero .kicker,
.services-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--lime);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.services-hero__eyebrow::before {
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  content: "";
  background: currentColor;
  box-shadow: 8px 0 0 rgba(200, 255, 57, .35);
}

.services-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3.65rem, 8.2vw, 8.6rem);
  font-weight: 850;
  line-height: .88;
  letter-spacing: -.055em;
}

.services-hero h1 em,
.services-hero h1 mark {
  display: inline-block;
  padding: .04em .13em .09em;
  color: var(--ink);
  background: var(--lime);
  border-radius: .13em;
  box-shadow: 7px 8px 0 rgba(255, 255, 255, .92);
  font-style: normal;
  transform: rotate(-.8deg);
}

.services-hero__lead {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  line-height: 1.68;
}

.services-hero__lead strong {
  color: var(--white);
}

.services-hero__copy {
  max-width: 560px;
  padding-left: clamp(24px, 4vw, 54px);
  border-left: 1px solid rgba(255, 255, 255, .17);
}

.services-hero__copy p {
  margin: 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: clamp(.98rem, 1.25vw, 1.1rem);
  line-height: 1.72;
}

.services-hero__copy p + p {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.services-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.services-hero .button {
  border-color: rgba(255, 255, 255, .76);
}

.services-hero .button--lime {
  border-color: var(--lime);
}

.services-hero .button--dark {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.services-hero__aside,
.services-hero__meta {
  display: grid;
  gap: 14px;
  align-self: stretch;
  align-content: end;
  margin: 0;
  padding-left: clamp(0px, 3vw, 44px);
  border-left: 1px solid rgba(255, 255, 255, .15);
  list-style: none;
}

.services-hero__meta > :where(div, li) {
  display: grid;
  gap: 5px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.services-hero__meta > :where(div, li):last-child {
  border-bottom: 0;
}

.services-hero__meta strong {
  color: var(--lime);
  font-size: clamp(1.55rem, 2.6vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
}

.services-hero__meta span,
.services-hero__meta p {
  margin: 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: .84rem;
  font-weight: 760;
  line-height: 1.45;
}

/* Nine-card services hub. */
.services-catalogue {
  position: relative;
  padding: clamp(86px, 11vw, 148px) 0;
  background:
    radial-gradient(circle at 92% 16%, rgba(200, 255, 57, .07), transparent 25%),
    var(--service-bg, #0b0d0a);
}

.services-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, .48fr);
  align-items: end;
  gap: clamp(34px, 7vw, 92px);
  margin-bottom: clamp(46px, 7vw, 82px);
}

.services-intro .kicker {
  margin-bottom: 16px;
  color: var(--lime);
}

.services-intro h2 {
  max-width: 860px;
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2.8rem, 6.5vw, 6.4rem);
  font-weight: 830;
  line-height: .94;
  letter-spacing: -.047em;
}

.services-intro > p {
  margin: 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: 1.02rem;
  line-height: 1.72;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(18px, 2vw, 28px);
  margin: 0;
  padding: 0;
}

.service-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  min-height: 500px;
  flex-direction: column;
  padding: clamp(24px, 2.8vw, 36px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), transparent 50%),
    var(--service-surface, #141713);
  border: 1px solid var(--service-line, rgba(255, 255, 255, .13));
  border-radius: var(--radius-lg);
  box-shadow: var(--service-shadow, 0 30px 90px rgba(0, 0, 0, .28));
  transition:
    transform .44s var(--premium-ease),
    border-color .3s ease,
    box-shadow .44s var(--premium-ease),
    background-color .3s ease;
}

.service-card::before {
  position: absolute;
  z-index: -1;
  top: -110px;
  right: -105px;
  width: 250px;
  height: 250px;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, rgba(200, 255, 57, .22), transparent 67%);
  border: 1px solid rgba(200, 255, 57, .16);
  border-radius: 50%;
  transition: transform .55s var(--premium-ease), opacity .3s ease;
}

.service-card::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(112deg, transparent 15%, rgba(255, 255, 255, .12) 48%, transparent 78%);
  transform: translateX(-110%);
  transition: opacity .3s ease, transform .75s var(--premium-ease);
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card__head,
.service-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.service-card__number {
  display: inline-flex;
  min-width: 44px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  color: var(--lime);
  border: 1px solid rgba(200, 255, 57, .36);
  border-radius: 999px;
  font-family: var(--display-font);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1;
}

.service-card__icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--lime);
  border-radius: 18px;
  box-shadow: 5px 6px 0 rgba(255, 255, 255, .9);
  font-size: 1.35rem;
  line-height: 1;
  transform: rotate(2deg);
}

.service-card__icon :where(svg, img) {
  width: 26px;
  height: 26px;
}

.service-card__title,
.service-card h2,
.service-card h3 {
  max-width: 340px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(1.55rem, 2.5vw, 2.3rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.service-card__copy,
.service-card > p {
  margin: 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: .98rem;
  line-height: 1.68;
}

.service-card__deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.service-card__deliverables > :where(li, span) {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 7px 11px;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 32px;
}

.service-card__actions .button {
  min-height: 46px;
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
  font-size: .82rem;
}

.service-card__actions > a:not(.button),
.service-card__project {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 4px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  font-size: .82rem;
  font-weight: 850;
}

/* Explicitly mark related offerings without competing with core services. */
.service-status {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  padding: 6px 11px;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--lime);
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.service-card > .service-status {
  margin: -24px 0 18px;
}

.service-status::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  content: "";
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(21, 21, 21, .12);
}

.service-status--complementary,
.service-status.complementary {
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .18);
}

.service-card--complementary,
.service-card.complementary,
.service-complementary {
  background:
    linear-gradient(145deg, rgba(120, 235, 232, .07), transparent 54%),
    #111512;
  border-style: dashed;
  border-color: rgba(120, 235, 232, .32);
}

.service-card--complementary::before,
.service-card.complementary::before,
.service-complementary::before {
  background: radial-gradient(circle, rgba(120, 235, 232, .18), transparent 68%);
  border-color: rgba(120, 235, 232, .18);
}

/* Reusable detail-page sections and editorial layouts. */
.service-section {
  position: relative;
  isolation: isolate;
  padding: clamp(82px, 10vw, 138px) 0;
  color: var(--white);
  background: var(--service-bg, #0b0d0a);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.service-section--raised {
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 255, 57, .075), transparent 30%),
    var(--service-surface, #141713);
}

.service-section--paper,
.service-section.service-section--light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line);
}

.service-section--lime {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--ink);
}

.service-section--compact {
  padding-block: clamp(62px, 7vw, 94px);
}

.service-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .52fr);
  align-items: end;
  gap: clamp(32px, 6vw, 78px);
  margin-bottom: clamp(44px, 7vw, 84px);
}

.service-section__header > :only-child {
  grid-column: 1 / -1;
}

.service-section__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--lime);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-section--paper .service-section__eyebrow,
.service-section--lime .service-section__eyebrow {
  color: var(--blue-dark);
}

.service-section__eyebrow::before {
  width: 22px;
  height: 2px;
  content: "";
  background: currentColor;
}

.service-section__header h2,
.service-section > .container > h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.75rem, 6vw, 6.2rem);
  font-weight: 820;
  line-height: .94;
  letter-spacing: -.047em;
}

.service-section__header > p {
  margin: 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: 1.04rem;
  line-height: 1.74;
}

.service-section--paper .service-section__header > p,
.service-section--paper .service-split__content > p,
.service-section--paper .service-list p,
.service-section--light .service-section__header > p {
  color: var(--muted);
}

.service-section--lime .service-section__header > p,
.service-section--lime .service-split__content > p {
  color: rgba(21, 21, 21, .76);
}

.service-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  align-items: start;
  gap: clamp(38px, 8vw, 108px);
}

.service-split--reverse {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.08fr);
}

.service-split--reverse > :first-child {
  order: 2;
}

.service-split__content > :where(h2, h3) {
  margin: 0 0 24px;
  font-size: clamp(2.15rem, 4.4vw, 4.5rem);
  font-weight: 820;
  line-height: .96;
  letter-spacing: -.04em;
}

.service-split__content > p {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.76;
}

.service-split__aside,
.service-split__visual,
.service-panel {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 4vw, 40px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, .055), transparent 48%),
    var(--service-surface-raised, #1b1f19);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-lg);
  box-shadow: 9px 10px 0 rgba(200, 255, 57, .78);
}

.service-split__visual {
  padding: 12px;
}

.service-split__visual :where(img, picture, video) {
  display: block;
  width: 100%;
  border-radius: calc(var(--radius-lg) - 10px);
}

.service-split__aside > :last-child,
.service-panel > :last-child {
  margin-bottom: 0;
}

.service-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.service-list > li {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.service-list > li::before {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  margin-top: 1px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  content: "✓";
  font-size: .72rem;
  font-weight: 950;
}

.service-list strong {
  display: block;
  margin-bottom: 4px;
  color: inherit;
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.35;
}

.service-list p,
.service-list span {
  margin: 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: .9rem;
  line-height: 1.58;
}

.service-section--paper .service-list > li {
  color: var(--ink);
  border-color: var(--line);
}

.service-section--lime .service-list > li {
  color: var(--ink);
  border-color: rgba(21, 21, 21, .2);
}

.service-section--lime .service-list :where(p, span) {
  color: rgba(21, 21, 21, .72);
}

/* Process works as either an ol/ul or a div containing articles. */
.service-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: service-process;
}

.service-process > :where(li, article, .service-process__item) {
  position: relative;
  min-height: 300px;
  padding: clamp(22px, 2.5vw, 30px);
  overflow: hidden;
  color: var(--white);
  background: var(--service-surface, #141713);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius-md);
  counter-increment: service-process;
}

.service-process > :where(li, article, .service-process__item):not(:has(.service-process__number))::before,
.service-process__number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: clamp(52px, 6vw, 82px);
  color: var(--ink);
  background: var(--lime);
  border-radius: 14px;
  box-shadow: 4px 5px 0 rgba(255, 255, 255, .86);
  content: counter(service-process, decimal-leading-zero);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .06em;
}

.service-process__number {
  position: relative;
  z-index: 1;
}

.service-process__number + :where(h3, h4) {
  margin-top: 0;
}

.service-process :where(h3, h4) {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.service-process p {
  margin: 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: .88rem;
  line-height: 1.62;
}

.service-section--paper .service-process > :where(li, article, .service-process__item) {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(21, 21, 21, .16);
  box-shadow: 5px 6px 0 var(--ink);
}

.service-section--paper .service-process p {
  color: var(--muted);
}

/* Real-world project or case-study cards. */
.service-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-case,
.service-cases > :where(article, a) {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(180deg, transparent 8%, rgba(8, 10, 8, .9) 82%),
    var(--service-surface-raised, #1b1f19);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 72px rgba(0, 0, 0, .22);
  transition:
    transform .4s var(--premium-ease),
    border-color .3s ease,
    box-shadow .4s var(--premium-ease);
}

.service-case__media {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.service-case__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(8, 10, 8, .04) 15%, rgba(8, 10, 8, .92) 88%);
}

.service-case__media :where(img, picture) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--premium-ease), filter .35s ease;
}

.service-case > :not(.service-case__media),
.service-cases > :where(article, a) > :not(.service-case__media) {
  position: relative;
  z-index: 1;
}

.service-case__label {
  width: max-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 999px;
  font-size: .64rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-case :where(h3, h4),
.service-cases > :where(article, a) :where(h3, h4) {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.service-case p,
.service-cases > :where(article, a) p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  line-height: 1.58;
}

/* Native details/summary keeps FAQs useful without JavaScript. */
.service-faq {
  display: grid;
  gap: 12px;
  max-width: 960px;
  margin-inline: auto;
}

.service-faq details {
  color: var(--white);
  background: var(--service-surface, #141713);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius-md);
  transition: background-color .25s ease, border-color .25s ease, transform .3s var(--premium-ease);
}

.service-faq details[open] {
  background: var(--service-surface-raised, #1b1f19);
  border-color: rgba(200, 255, 57, .36);
}

.service-faq summary {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.service-faq summary::-webkit-details-marker {
  display: none;
}

.service-faq summary::after {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  content: "+";
  font-size: 1.15rem;
  line-height: 1;
  transition: transform .28s var(--premium-ease);
}

.service-faq details[open] summary::after {
  transform: rotate(45deg);
}

.service-faq details > :not(summary) {
  max-width: 820px;
  margin: 0;
  padding: 0 76px 24px 24px;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  line-height: 1.72;
}

.service-section--paper .service-faq details {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(21, 21, 21, .16);
}

.service-section--paper .service-faq details[open] {
  background: #f8f6ef;
  border-color: rgba(21, 21, 21, .34);
}

.service-section--paper .service-faq details > :not(summary) {
  color: var(--muted);
}

/* Conversion block and links to related services. */
.service-cta {
  position: relative;
  isolation: isolate;
  padding: clamp(34px, 6vw, 72px);
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(130deg, rgba(255, 255, 255, .5), transparent 42%),
    var(--lime);
  border: 2px solid var(--ink);
  border-radius: var(--radius-xl);
  box-shadow: 12px 13px 0 rgba(255, 255, 255, .94);
}

.service-cta::after {
  position: absolute;
  z-index: -1;
  top: -42%;
  right: -6%;
  width: clamp(220px, 38vw, 520px);
  aspect-ratio: 1;
  content: "";
  pointer-events: none;
  border: clamp(34px, 6vw, 76px) solid rgba(21, 21, 21, .08);
  border-radius: 50%;
}

.service-cta > .container {
  width: min(var(--container), 100%);
}

.service-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(28px, 7vw, 90px);
}

.service-cta h2 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 6vw, 6rem);
  font-weight: 850;
  line-height: .92;
  letter-spacing: -.047em;
}

.service-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(21, 21, 21, .76);
  font-size: 1.03rem;
  line-height: 1.67;
}

.service-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.service-cta .button--dark,
.service-cta .button {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.service-cta .button--light {
  color: var(--ink);
  background: var(--white);
  border-color: var(--ink);
}

.service-crosslinks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(.service-crosslinks > a, .service-crosslinks > li > a) {
  display: flex;
  min-height: 110px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  color: var(--white);
  background: var(--service-surface, #141713);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--radius-md);
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.3;
  transition:
    color .25s ease,
    background-color .25s ease,
    border-color .25s ease,
    transform .34s var(--premium-ease),
    box-shadow .34s var(--premium-ease);
}

:where(.service-crosslinks > a, .service-crosslinks > li > a)::after {
  color: var(--lime);
  content: "↗";
  font-size: 1.05rem;
}

.service-section--paper :where(.service-crosslinks > a, .service-crosslinks > li > a) {
  color: var(--ink);
  background: var(--white);
  border-color: var(--ink);
  box-shadow: 5px 6px 0 var(--ink);
}

.service-section--paper :where(.service-crosslinks > a, .service-crosslinks > li > a)::after {
  color: var(--blue-dark);
}

/* Detail-page hero and the compact editorial structure used by service routes. */
.service-detail {
  background:
    radial-gradient(circle at 90% 8%, rgba(200, 255, 57, .06), transparent 24%),
    var(--service-bg, #0b0d0a);
}

.service-detail-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  padding: clamp(164px, 15vw, 210px) 0 clamp(82px, 9vw, 124px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 24%, rgba(200, 255, 57, .18), transparent 27%),
    radial-gradient(circle at 10% 86%, rgba(120, 235, 232, .09), transparent 26%),
    linear-gradient(145deg, #090b08, #151913 56%, #090a08);
  border-bottom: 1px solid rgba(200, 255, 57, .2);
}

.service-detail-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .24;
  background-image:
    linear-gradient(rgba(255, 255, 255, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .075) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: linear-gradient(120deg, black, transparent 78%);
  mask-image: linear-gradient(120deg, black, transparent 78%);
}

.service-detail-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .38fr);
  align-items: end;
  gap: clamp(46px, 8vw, 108px);
}

.service-detail-hero .kicker {
  margin-bottom: 22px;
  color: var(--lime);
}

.service-detail-hero h1 {
  max-width: 980px;
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(3.5rem, 7.5vw, 7.7rem);
  font-weight: 850;
  line-height: .89;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.service-detail-hero__grid > div > p:not(.kicker) {
  max-width: 740px;
  margin: 28px 0 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: clamp(1.03rem, 1.45vw, 1.22rem);
  line-height: 1.68;
}

.service-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: 34px;
}

.service-detail-hero .button {
  border-color: var(--lime);
}

.service-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  font-size: .86rem;
  font-weight: 850;
  transition: color .2s ease, border-color .2s ease, transform .3s var(--premium-ease);
}

.service-text-link::after {
  color: var(--lime);
  content: "↗";
}

.service-detail-summary {
  position: relative;
  padding: clamp(24px, 3.5vw, 34px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .06), transparent 48%),
    rgba(20, 23, 19, .9);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: var(--radius-lg);
  box-shadow: 9px 10px 0 rgba(200, 255, 57, .82), 0 30px 80px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
}

.service-detail-summary::after {
  position: absolute;
  right: -56px;
  bottom: -74px;
  width: 150px;
  height: 150px;
  content: "";
  pointer-events: none;
  background: rgba(200, 255, 57, .1);
  border: 1px solid rgba(200, 255, 57, .2);
  border-radius: 50%;
}

.service-detail-summary > * {
  position: relative;
  z-index: 1;
}

.service-detail-summary > strong {
  display: block;
  margin-bottom: 14px;
  color: var(--lime);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-detail-summary > p {
  margin: 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: .92rem;
  line-height: 1.66;
}

.service-detail-summary .service-badges {
  margin-top: 22px;
}

.service-detail-summary .service-badges span {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.service-status--hero {
  margin-bottom: 18px;
}

.service-detail__body {
  padding-block: 0;
}

.service-detail__body > .service-section {
  padding: clamp(76px, 9vw, 118px) 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.service-detail__body > .service-section:last-child {
  border-bottom: 0;
}

.service-section__index {
  margin: 0 0 18px;
  color: var(--lime);
  font-size: .69rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-detail__body .service-section h2 {
  max-width: 850px;
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2.45rem, 5.3vw, 5.35rem);
  font-weight: 820;
  line-height: .95;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.service-detail__body .service-section > p:not(.service-section__index),
.service-detail__body .service-split > div > p:not(.service-section__index),
.service-detail__body .service-cases > div > p:not(.service-section__index) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: 1rem;
  line-height: 1.75;
}

.service-detail__body > .service-split {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
  align-items: start;
  gap: clamp(38px, 8vw, 104px);
}

.service-detail__body > .service-split > :last-child {
  padding-top: 34px;
}

.service-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(38px, 6vw, 62px);
}

.service-feature-grid article {
  position: relative;
  min-height: 220px;
  padding: clamp(22px, 2.8vw, 30px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .05), transparent 52%),
    var(--service-surface, #141713);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius-md);
  transition:
    border-color .28s ease,
    background-color .28s ease,
    transform .38s var(--premium-ease),
    box-shadow .38s var(--premium-ease);
}

.service-feature-grid article::after {
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 92px;
  height: 92px;
  content: "";
  background: rgba(200, 255, 57, .08);
  border-radius: 50%;
}

.service-feature-grid strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 250px;
  margin-bottom: 14px;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.25;
}

.service-feature-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: .89rem;
  line-height: 1.62;
}

.service-detail__body .service-process {
  margin-top: clamp(38px, 6vw, 62px);
}

.service-detail__body .service-process > li strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.25;
}

.service-detail__body .service-process > li span {
  display: block;
  color: var(--service-muted, rgba(255, 255, 255, .68));
  font-size: .88rem;
  line-height: 1.62;
}

.service-detail__body > .service-cases {
  grid-template-columns: minmax(0, 1fr) minmax(260px, .46fr);
  align-items: end;
  gap: clamp(38px, 8vw, 98px);
}

.service-detail__body .service-cases .service-crosslinks {
  grid-template-columns: 1fr;
}

.service-detail__body > .service-faq {
  width: 100%;
  max-width: 960px;
  padding-inline: 0;
}

/* Compatibility when service components sit inside legacy legal layouts. */
.legal-main.services-main,
.legal-main.service-detail-main {
  padding: 0;
}

body:has(.services-hero) .navbar,
body:has(.service-detail-hero) .navbar {
  border-color: rgba(21, 21, 21, .22);
  box-shadow: 0 14px 42px rgba(0, 0, 0, .15);
}

body:has(.services-hero) .navbar :where(a, button, summary):focus-visible,
body:has(.service-detail-hero) .navbar :where(a, button, summary):focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.legal-content .service-section {
  padding: clamp(34px, 5vw, 58px);
  color: var(--white);
  background: var(--service-bg, #0b0d0a);
  border-color: rgba(255, 255, 255, .12);
}

.legal-content :where(
  .service-card__actions a,
  a.service-case,
  .service-cases a,
  .service-crosslinks a,
  .service-cta a
) {
  border-bottom: 0;
}

.legal-content .service-list {
  padding-left: 0;
}

.legal-content .service-list li {
  color: inherit;
}

.service-section + .site-footer,
.services-main + .site-footer,
.service-detail-main + .site-footer {
  margin-top: 0;
}

/* Keyboard focus is visible on every custom interactive surface. */
:where(
  .service-card,
  .service-card a,
  .service-card button,
  .service-case,
  .service-cases > a,
  .service-cases a,
  .service-faq summary,
  .service-crosslinks a,
  .service-text-link,
  .service-cta a,
  .service-cta button
):focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 5px;
}

.service-section--lime :where(a, button, summary):focus-visible,
.service-section--paper :where(
  .service-case,
  .service-cases > a,
  .service-faq summary,
  .service-crosslinks a
):focus-visible {
  outline-color: var(--blue);
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    background-color: var(--service-surface-raised, #1b1f19);
    border-color: rgba(200, 255, 57, .54);
    box-shadow: 0 38px 100px rgba(0, 0, 0, .4), 0 0 0 1px rgba(200, 255, 57, .08);
    transform: translateY(-9px);
  }

  .service-card:hover::before {
    opacity: .95;
    transform: scale(1.18) translate(-10px, 12px);
  }

  .service-card:hover::after {
    opacity: 1;
    transform: translateX(110%);
  }

  .service-card:hover .service-card__icon {
    background: var(--cyan);
    border-color: var(--cyan);
    transform: rotate(-3deg) translateY(-3px);
  }

  .service-card__icon {
    transition: transform .38s var(--premium-ease), background-color .25s ease, border-color .25s ease;
  }

  .service-card__actions > a:not(.button):hover,
  .service-card__project:hover {
    color: var(--lime);
    border-color: var(--lime);
  }

  .service-text-link:hover {
    color: var(--lime);
    border-color: var(--lime);
    transform: translateY(-2px);
  }

  .service-feature-grid article:hover {
    background-color: var(--service-surface-raised, #1b1f19);
    border-color: rgba(200, 255, 57, .38);
    box-shadow: 0 24px 62px rgba(0, 0, 0, .24);
    transform: translateY(-5px);
  }

  .service-case:hover,
  .service-cases > :where(article, a):hover {
    border-color: rgba(200, 255, 57, .5);
    box-shadow: 0 34px 82px rgba(0, 0, 0, .34);
    transform: translateY(-7px);
  }

  .service-case:hover .service-case__media :where(img, picture),
  .service-cases > :where(article, a):hover .service-case__media :where(img, picture) {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.045);
  }

  .service-faq details:hover {
    border-color: rgba(200, 255, 57, .28);
    transform: translateY(-2px);
  }

  :where(.service-crosslinks > a, .service-crosslinks > li > a):hover {
    color: var(--ink);
    background: var(--lime);
    border-color: var(--lime);
    box-shadow: 6px 7px 0 rgba(255, 255, 255, .88);
    transform: translateY(-5px);
  }

  :where(.service-crosslinks > a, .service-crosslinks > li > a):hover::after {
    color: var(--ink);
  }

  .service-section--paper :where(.service-crosslinks > a, .service-crosslinks > li > a):hover {
    background: var(--cyan);
    border-color: var(--ink);
    box-shadow: 8px 9px 0 var(--ink);
  }

  .service-cta .button:hover {
    color: var(--ink);
    background: var(--white);
    box-shadow: 0 9px 0 rgba(21, 21, 21, .3);
  }
}

@media (max-width: 1080px) {
  .services-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(230px, .4fr);
    gap: 46px;
  }

  .services-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(270px, .48fr);
    gap: 46px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card {
    min-height: 460px;
  }

  .service-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-cases,
  .service-crosslinks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-cta__inner {
    grid-template-columns: 1fr;
  }

  .service-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 800px) {
  .services-hero {
    min-height: auto;
    padding: 148px 0 86px;
  }

  .services-hero::before {
    background-size: 52px 52px;
  }

  .services-hero::after {
    top: auto;
    right: -190px;
    bottom: -210px;
    width: 520px;
    opacity: .55;
  }

  .services-hero__inner,
  .services-hero__grid,
  .services-intro,
  .service-detail-hero__grid,
  .service-section__header,
  .service-split,
  .service-split--reverse {
    grid-template-columns: 1fr;
  }

  .service-detail-hero {
    min-height: auto;
    padding: 148px 0 88px;
  }

  .service-detail-summary {
    width: min(100%, 620px);
  }

  .service-detail__body > .service-split,
  .service-detail__body > .service-cases {
    grid-template-columns: 1fr;
  }

  .service-detail__body > .service-split > :last-child {
    padding-top: 0;
  }

  .services-hero__copy {
    max-width: 700px;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .17);
    border-left: 0;
  }

  .services-hero__aside,
  .services-hero__meta {
    max-width: 620px;
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-left: 0;
  }

  .services-hero__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .services-hero__meta > :where(div, li) {
    padding: 14px;
    border-right: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 0;
  }

  .services-hero__meta > :where(div, li):first-child {
    padding-left: 0;
  }

  .services-hero__meta > :where(div, li):last-child {
    padding-right: 0;
    border-right: 0;
  }

  .service-split--reverse > :first-child {
    order: initial;
  }

  .service-split__aside,
  .service-split__visual,
  .service-panel {
    width: min(100%, 680px);
  }

  .service-cases {
    grid-template-columns: 1fr;
  }

  .service-case,
  .service-cases > :where(article, a) {
    min-height: 330px;
  }
}

@media (max-width: 660px) {
  .services-hero {
    padding: 130px 0 70px;
  }

  .service-detail-hero {
    padding: 128px 0 72px;
  }

  .service-detail-hero h1 {
    font-size: clamp(3rem, 14.5vw, 5.1rem);
    line-height: .91;
  }

  .service-detail-hero__grid > div > p:not(.kicker) {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .service-detail-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 28px;
  }

  .service-detail-hero__actions .button,
  .service-detail-hero__actions .service-text-link {
    width: 100%;
    justify-content: center;
  }

  .service-detail-summary {
    padding: 22px;
    border-radius: 22px;
    box-shadow: 6px 7px 0 rgba(200, 255, 57, .82), 0 24px 62px rgba(0, 0, 0, .24);
  }

  .services-hero h1 {
    font-size: clamp(3.15rem, 15vw, 5.3rem);
    line-height: .9;
  }

  .services-hero h1 em,
  .services-hero h1 mark {
    box-shadow: 5px 6px 0 rgba(255, 255, 255, .92);
  }

  .services-hero__lead {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .services-hero__actions,
  .service-card__actions,
  .service-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .services-hero__actions .button,
  .service-card__actions .button,
  .service-card__actions > a:not(.button),
  .service-card__project,
  .service-cta__actions .button {
    width: 100%;
  }

  .service-card__actions > a:not(.button),
  .service-card__project {
    justify-content: center;
  }

  .services-hero__meta {
    grid-template-columns: 1fr;
  }

  .services-hero__meta > :where(div, li),
  .services-hero__meta > :where(div, li):first-child,
  .services-hero__meta > :where(div, li):last-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .services-hero__meta > :where(div, li):last-child {
    border-bottom: 0;
  }

  .service-section {
    padding: 74px 0;
  }

  .service-detail__body > .service-section {
    padding: 66px 0;
  }

  .service-detail__body .service-section h2 {
    font-size: clamp(2.35rem, 11.5vw, 3.7rem);
    line-height: .98;
  }

  .service-section--compact {
    padding-block: 58px;
  }

  .service-section__header {
    gap: 22px;
    margin-bottom: 38px;
  }

  .service-section__header h2,
  .service-section > .container > h2 {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
    line-height: .98;
  }

  .services-grid,
  .service-feature-grid,
  .service-process,
  .service-crosslinks {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
    padding: 24px;
    border-radius: 22px;
  }

  .service-card__head,
  .service-card__top {
    margin-bottom: 46px;
  }

  .service-card__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 16px;
    box-shadow: 4px 5px 0 rgba(255, 255, 255, .9);
  }

  .service-card__title,
  .service-card h2,
  .service-card h3 {
    font-size: 1.65rem;
  }

  .service-card__copy,
  .service-card > p {
    font-size: .94rem;
  }

  .service-process > :where(li, article, .service-process__item) {
    min-height: 250px;
  }

  .service-process > :where(li, article, .service-process__item):not(:has(.service-process__number))::before,
  .service-process__number {
    margin-bottom: 48px;
  }

  .service-case,
  .service-cases > :where(article, a) {
    min-height: 300px;
    border-radius: 22px;
  }

  .service-faq summary {
    min-height: 70px;
    padding: 18px;
  }

  .service-faq details > :not(summary) {
    padding: 0 18px 20px;
  }

  .service-cta {
    padding: 28px 24px;
    border-radius: 24px;
    box-shadow: 7px 8px 0 rgba(255, 255, 255, .94);
  }

  .service-cta h2 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
    line-height: .96;
  }

  :where(.service-crosslinks > a, .service-crosslinks > li > a) {
    min-height: 92px;
  }

  .legal-content .service-section {
    padding: 26px 22px;
  }
}

@media (max-width: 420px) {
  .services-hero h1 {
    font-size: clamp(2.85rem, 14.5vw, 4.2rem);
  }

  .service-card__deliverables {
    gap: 6px;
  }

  .service-card__deliverables > :where(li, span) {
    font-size: .63rem;
  }

  .service-split__aside,
  .service-split__visual,
  .service-panel {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 6px 7px 0 rgba(200, 255, 57, .78);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-card::before,
  .service-card::after,
  .service-card__icon,
  .service-text-link,
  .service-feature-grid article,
  .service-case,
  .service-case__media :where(img, picture),
  .service-faq details,
  .service-faq summary::after,
  :where(.service-crosslinks > a, .service-crosslinks > li > a) {
    transition: none !important;
  }

  .service-card:hover,
  .service-text-link:hover,
  .service-feature-grid article:hover,
  .service-case:hover,
  .service-cases > :where(article, a):hover,
  .service-faq details:hover,
  :where(.service-crosslinks > a, .service-crosslinks > li > a):hover {
    transform: none;
  }

  .service-card:hover::after {
    opacity: 0;
    transform: none;
  }
}

@media print {
  .services-main,
  .service-detail-main,
  .services-hero,
  .service-detail-hero,
  .service-section {
    color: #111;
    background: #fff;
  }

  .services-hero {
    min-height: 0;
    padding: 48px 0;
  }

  .service-detail-hero {
    min-height: 0;
    padding: 48px 0;
  }

  .services-hero::before,
  .services-hero::after,
  .service-detail-hero::before,
  .service-card::before,
  .service-card::after,
  .service-cta::after {
    display: none;
  }

  .service-card,
  .service-detail-summary,
  .service-feature-grid article,
  .service-process > :where(li, article, .service-process__item),
  .service-case,
  .service-cases > :where(article, a),
  .service-faq details,
  :where(.service-crosslinks > a, .service-crosslinks > li > a),
  .service-cta {
    color: #111;
    background: #fff;
    border: 1px solid #333;
    box-shadow: none;
    break-inside: avoid;
  }

  .service-card__copy,
  .service-card > p,
  .service-detail-hero__grid > div > p:not(.kicker),
  .service-detail-summary > p,
  .service-detail__body .service-section > p,
  .service-detail__body .service-split > div > p,
  .service-feature-grid p,
  .service-process p,
  .service-detail__body .service-process > li span,
  .service-case p,
  .service-cases > :where(article, a) p,
  .service-faq details > :not(summary) {
    color: #333;
  }

  .service-detail__body > .service-section {
    color: #111;
    background: #fff;
    border-color: #ccc;
  }

  .service-detail__body .service-process > li strong,
  .service-text-link {
    color: #111;
  }

  :where(
    .service-card__title,
    .service-card h2,
    .service-card h3,
    .service-case h3,
    .service-case h4,
    .service-cases > article h3,
    .service-cases > article h4,
    .service-cases > a h3,
    .service-cases > a h4
  ) {
    color: #111;
  }
}
