/* Services page: page-specific layout and technical product previews. */

.services-page {
  --service-gold: #f1bd55;
  --service-coral: #ff7d66;
  --service-ink: #041012;
  --service-panel: #0a2224;
  --service-panel-2: #0d292b;
  background-color: #0a2427;
}

/* Persistent services architecture background. */
.services-page .mesh-layer {
  background-color: #0a2427;
}

.services-page .mesh {
  opacity: 0.2;
}

.services-page .code-rain {
  color: rgba(var(--green-2-rgb), 0.2);
  text-shadow: none;
}

.services-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.services-backdrop::before,
.services-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
}

.services-backdrop::before {
  opacity: 0.72;
  background-image:
    linear-gradient(rgba(12, 217, 196, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 217, 196, 0.065) 1px, transparent 1px);
  background-size: 72px 72px;
}

.services-backdrop::after {
  inset: 22px;
  border: 1px solid rgba(var(--green-rgb), 0.07);
}

.backdrop-rail,
.backdrop-route {
  position: absolute;
  display: block;
  background: rgba(12, 217, 196, 0.2);
}

.backdrop-rail {
  top: 0;
  bottom: 0;
  width: 1px;
}

.backdrop-rail::before,
.backdrop-rail::after {
  content: "";
  position: absolute;
  left: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(var(--green-rgb), 0.62);
  background: #0a2427;
  transform: rotate(45deg);
}

.backdrop-rail::before {
  top: 18%;
}

.backdrop-rail::after {
  bottom: 24%;
}

.backdrop-rail--one { left: 9%; }
.backdrop-rail--two { left: 50%; background: rgba(var(--green-rgb), 0.16); }
.backdrop-rail--three { right: 8%; }

.backdrop-route {
  left: 0;
  right: 0;
  height: 1px;
}

.backdrop-route::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 34px;
  height: 5px;
  border-inline: 1px solid rgba(var(--green-rgb), 0.48);
  background: rgba(var(--green-rgb), 0.08);
}

.backdrop-route::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 42px;
  height: 3px;
  background: rgba(var(--green-rgb), 0.48);
  box-shadow: 0 0 10px rgba(var(--green-rgb), 0.18);
  animation: backdropSignal 12s linear infinite;
}

.backdrop-route--two::after { animation-delay: -4s; }
.backdrop-route--three::after { animation-delay: -8s; }

@keyframes backdropSignal {
  0% { left: -44px; opacity: 0; }
  10%, 88% { opacity: 0.7; }
  100% { left: calc(100% + 44px); opacity: 0; }
}

.backdrop-route--one { top: 21%; }
.backdrop-route--one::before { right: 23%; }
.backdrop-route--two { top: 52%; background: rgba(var(--green-rgb), 0.17); }
.backdrop-route--two::before { left: 18%; }
.backdrop-route--three { top: 82%; }
.backdrop-route--three::before { right: 11%; }

.backdrop-node {
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(var(--green-rgb), 0.72);
  background: #0a2427;
  box-shadow: 0 0 0 5px rgba(var(--green-rgb), 0.045);
  transform: rotate(45deg);
}

.backdrop-node::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: var(--green);
  animation: backdropNode 3.6s ease-in-out infinite;
}

.backdrop-node--two::after { animation-delay: -0.9s; }
.backdrop-node--three::after { animation-delay: -1.8s; }
.backdrop-node--four::after { animation-delay: -2.7s; }

@keyframes backdropNode {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

.backdrop-node--one { top: 20.4%; left: calc(9% - 5px); }
.backdrop-node--two { top: 51.4%; left: calc(50% - 5px); }
.backdrop-node--three { top: 81.4%; right: calc(8% - 5px); }
.backdrop-node--four { top: 35%; right: 18%; }

.backdrop-label,
.backdrop-status {
  position: absolute;
  direction: ltr;
  color: rgba(201, 213, 208, 0.2);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.65rem;
  white-space: nowrap;
}

.backdrop-label {
  padding: 5px 8px;
  border-inline-start: 1px solid rgba(12, 217, 196, 0.36);
  background: rgba(7, 25, 27, 0.38);
}

.backdrop-label--one { top: 12%; left: 11%; }
.backdrop-label--two { top: 31%; right: 10%; }
.backdrop-label--three { top: 64%; left: 5%; }
.backdrop-label--four { top: 88%; right: 13%; }

.backdrop-status {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(var(--green-2-rgb), 0.25);
}

.backdrop-status b {
  display: block;
  width: 6px;
  height: 6px;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(var(--green-rgb), 0.06);
}

.backdrop-status--one { top: 43%; left: 4%; }
.backdrop-status--two { top: 72%; right: 4%; }

.services-page .services-hero,
.services-page .service-matcher-section,
.services-page .service-path,
.services-page .service-foundation,
.services-page .services-faq,
.services-page .services-contact {
  backdrop-filter: blur(1px);
}

.services-page main > section,
.services-page .service-index {
  scroll-margin-top: calc(var(--header-desktop) + 54px);
}

.services-page .section-code-label {
  position: absolute;
  inset: 24px auto auto max(22px, calc((100vw - 1160px) / 2));
  color: rgba(var(--green-2-rgb), 0.34);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.72rem;
  direction: ltr;
  pointer-events: none;
}

.services-page .module-label,
.services-page .services-kicker,
.services-page .path-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
}

.services-page .module-label svg,
.services-page .services-kicker svg,
.services-page .path-kicker svg {
  width: 18px;
  height: 18px;
}

/* Hero */
.services-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  padding: 34px 0 30px;
  background-color: rgba(6, 22, 24, 0.88);
  border-bottom: 1px solid rgba(12, 217, 196, 0.16);
}

.services-hero::before,
.services-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.services-hero::before {
  inset: 0 50% 0 auto;
  width: 1px;
  background: rgba(12, 217, 196, 0.15);
}

.services-hero::after {
  inset: auto 0 132px;
  height: 1px;
  background: rgba(var(--green-rgb), 0.13);
}

.services-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(12, 217, 196, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 217, 196, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.services-hero-inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 28px;
  align-items: center;
}

.page-breadcrumb {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 0.78rem;
}

.page-breadcrumb a {
  color: #fff;
}

.page-breadcrumb a:hover,
.page-breadcrumb a:focus-visible {
  color: var(--green);
}

.page-breadcrumb svg {
  width: 14px;
  height: 14px;
  color: var(--green);
}

.services-hero-copy {
  grid-column: 1 / span 6;
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.services-kicker {
  min-height: 36px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-inline-start: 3px solid var(--green);
  background: rgba(var(--green-rgb), 0.08);
}

.services-hero h1 {
  margin: 0;
  max-width: 650px;
  color: #fff;
  font-size: 3.75rem;
  line-height: 1.22;
  font-weight: 900;
}

.services-hero h1 span {
  display: block;
  color: var(--green);
}

.services-hero-copy > p {
  max-width: 590px;
  margin: 24px 0 0;
  color: #d9e2df;
  font-size: 1rem;
  line-height: 2;
}

.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.services-hero-actions .btn {
  min-height: 50px;
}

.services-hero-actions .btn svg {
  width: 19px;
  height: 19px;
}

/* Service runtime map */
.service-runtime {
  grid-column: 7 / -1;
  position: relative;
  min-width: 0;
  height: 430px;
  direction: ltr;
}

.service-runtime::before {
  content: "";
  position: absolute;
  inset: 36px;
  border: 1px solid rgba(12, 217, 196, 0.14);
  clip-path: polygon(0 0, 32% 0, 32% 1px, 68% 1px, 68% 0, 100% 0, 100% 100%, 68% 100%, 68% calc(100% - 1px), 32% calc(100% - 1px), 32% 100%, 0 100%);
}

.runtime-core,
.runtime-node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 1px solid rgba(var(--green-rgb), 0.34);
  background: rgba(7, 25, 27, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.runtime-core {
  inset: 50% auto auto 50%;
  width: 196px;
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 18px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.runtime-core::before,
.runtime-core::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: var(--green);
  border-style: solid;
}

.runtime-core::before {
  inset: -1px auto auto -1px;
  border-width: 1px 0 0 1px;
}

.runtime-core::after {
  inset: auto -1px -1px auto;
  border-width: 0 1px 1px 0;
}

.runtime-core .brand-mark {
  width: 42px;
  height: 32px;
  margin-bottom: 5px;
}

.runtime-core strong {
  color: #fff;
  font-size: 0.92rem;
}

.runtime-core small {
  color: var(--cyan);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.65rem;
}

.runtime-node {
  width: 190px;
  min-height: 72px;
  gap: 12px;
  padding: 12px 14px;
  color: #fff;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.runtime-node:hover,
.runtime-node:focus-visible {
  border-color: var(--green);
  background: #0b2c2d;
  transform: translateY(-4px);
}

.runtime-node > svg,
.runtime-brand-mark {
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 8px;
  color: var(--green);
  border: 1px solid rgba(var(--green-rgb), 0.35);
  background: rgba(var(--green-rgb), 0.08);
}

.runtime-brand-mark {
  padding: 0;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: 800;
}

.runtime-node > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  text-align: left;
}

.runtime-node b {
  font-size: 0.78rem;
}

.runtime-node small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.64rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.runtime-node--custom {
  inset: 12px auto auto 0;
}

.runtime-node--wordpress {
  inset: 12px 0 auto auto;
}

.runtime-node--shopify {
  inset: auto auto 12px 0;
}

.runtime-node--landing {
  inset: auto 0 12px auto;
}

.runtime-line {
  position: absolute;
  z-index: 1;
  display: block;
  background: rgba(var(--green-rgb), 0.45);
  transform-origin: center;
}

.runtime-line::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid var(--green);
  background: #071719;
  transform: rotate(45deg);
}

.runtime-line--one,
.runtime-line--two,
.runtime-line--three,
.runtime-line--four {
  width: 128px;
  height: 1px;
}

.runtime-line--one {
  inset: 123px auto auto 150px;
  transform: rotate(32deg);
}

.runtime-line--two {
  inset: 123px 150px auto auto;
  transform: rotate(-32deg);
}

.runtime-line--three {
  inset: auto auto 123px 150px;
  transform: rotate(-32deg);
}

.runtime-line--four {
  inset: auto 150px 123px auto;
  transform: rotate(32deg);
}

.runtime-line--one::after,
.runtime-line--three::after {
  inset: -3px auto auto 0;
}

.runtime-line--two::after,
.runtime-line--four::after {
  inset: -3px 0 auto auto;
}

.services-hero-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.services-hero-proof > span {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 38px 1fr;
  grid-template-rows: auto auto;
  column-gap: 11px;
  align-items: center;
  padding: 18px 20px;
}

.services-hero-proof > span:not(:last-child) {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}

.services-hero-proof svg {
  grid-row: 1 / 3;
  width: 26px;
  height: 26px;
  color: var(--green);
}

.services-hero-proof b {
  color: #fff;
  font-size: 0.8rem;
}

.services-hero-proof small {
  color: var(--muted);
  font-size: 0.65rem;
}

/* Smart service matcher */
.service-matcher-section {
  position: relative;
  padding: 112px 0 100px;
  background-color: rgba(12, 39, 42, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-matcher {
  display: grid;
  grid-template-columns: minmax(240px, 0.64fr) minmax(0, 1.36fr);
  gap: 54px;
  align-items: start;
}

.matcher-intro {
  position: sticky;
  top: calc(var(--header-desktop) + 88px);
}

.matcher-intro h2,
.foundation-heading h2,
.services-faq-intro h2,
.services-contact h2 {
  margin: 16px 0 0;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 900;
}

.matcher-intro p,
.foundation-heading p,
.services-faq-intro > p,
.services-contact-copy > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.95;
}

.matcher-workspace {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(290px, 1.18fr);
  min-width: 0;
  border: 1px solid rgba(12, 217, 196, 0.22);
  background: var(--service-ink);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.26);
}

.matcher-options {
  display: grid;
  align-content: stretch;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}

.matcher-option {
  display: grid;
  min-height: 102px;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 18px;
  color: #fff;
  font: inherit;
  text-align: start;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.matcher-option:last-child {
  border-bottom: 0;
}

.matcher-option:hover,
.matcher-option:focus-visible,
.matcher-option.is-active {
  background: rgba(var(--green-rgb), 0.11);
}

.matcher-option.is-active {
  box-shadow: inset -3px 0 var(--green);
}

.matcher-option > svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  color: var(--green);
  border: 1px solid rgba(var(--green-rgb), 0.28);
  background: rgba(var(--green-rgb), 0.06);
}

.matcher-option > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.matcher-option b {
  font-size: 0.84rem;
}

.matcher-option small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.6;
}

.matcher-result {
  position: relative;
  min-width: 0;
  padding: 0 28px 28px;
}

.matcher-console-head {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  margin: 0 -28px 25px;
  padding: 0 18px;
  color: var(--muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.65rem;
}

.matcher-console-head > span:first-child,
.visual-dots,
.contact-command-head > span {
  display: flex;
  gap: 5px;
}

.matcher-console-head b,
.visual-dots b,
.contact-command-head b {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--service-coral);
}

.matcher-console-head b:nth-child(2),
.visual-dots b:nth-child(2),
.contact-command-head b:nth-child(2) {
  background: var(--service-gold);
}

.matcher-console-head b:nth-child(3),
.visual-dots b:nth-child(3),
.contact-command-head b:nth-child(3) {
  background: var(--green);
}

.matcher-console-head > span:last-child {
  color: var(--green);
}

.matcher-command {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  color: var(--cyan);
  border-inline-start: 2px solid var(--cyan);
  background: rgba(12, 217, 196, 0.07);
  font-size: 0.72rem;
}

.matcher-result-label {
  display: block;
  margin-top: 22px;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 800;
}

.matcher-result h3 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.45;
}

.matcher-result > p {
  min-height: 82px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.8;
}

.matcher-result ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.matcher-result li {
  position: relative;
  padding-inline-start: 18px;
  color: #e7efec;
  font-size: 0.73rem;
}

.matcher-result li::before {
  content: "";
  position: absolute;
  inset: 9px 0 auto auto;
  width: 6px;
  height: 6px;
  border: 1px solid var(--green);
  transform: rotate(45deg);
}

.matcher-result-link,
.path-action {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding: 10px 14px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid rgba(var(--green-rgb), 0.35);
  background: rgba(var(--green-rgb), 0.07);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.matcher-result-link:hover,
.matcher-result-link:focus-visible,
.path-action:hover,
.path-action:focus-visible {
  border-color: var(--green);
  background: rgba(var(--green-rgb), 0.14);
}

.matcher-result-link svg,
.path-action svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

/* Sticky service route index */
.service-index {
  position: sticky;
  top: var(--header-desktop);
  z-index: 70;
  background: rgba(5, 17, 19, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.service-index-inner {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.service-index-inner::-webkit-scrollbar {
  display: none;
}

.service-index-label {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding-inline-end: 20px;
  color: rgba(var(--green-2-rgb), 0.45);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.68rem;
}

.service-index a {
  display: flex;
  flex: 1 0 auto;
  min-width: 148px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 700;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 180ms ease, background-color 180ms ease;
}

.service-index a:hover,
.service-index a:focus-visible,
.service-index a.is-active {
  color: #fff;
  background: rgba(var(--green-rgb), 0.08);
}

.service-index a.is-active {
  box-shadow: inset 0 -2px var(--green);
}

.service-index svg {
  width: 17px;
  height: 17px;
  color: var(--green);
}

.service-index-letter {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--green);
  font-family: Georgia, serif;
  font-weight: 900;
}

.service-index-progress {
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  overflow: hidden;
}

.service-index-progress b {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--green);
  transform: scaleX(0.25);
  transform-origin: right;
  transition: transform 300ms ease;
}

/* Service detail bands */
.service-path {
  position: relative;
  min-height: 780px;
  padding: 118px 0;
  background-color: rgba(7, 25, 27, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-path:nth-of-type(even) {
  background-color: rgba(11, 37, 40, 0.86);
}

.service-path::before {
  content: "";
  position: absolute;
  inset: 0 50% 0 auto;
  width: 1px;
  background: rgba(12, 217, 196, 0.08);
}

.service-path-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 62px;
  align-items: center;
}

.service-path-copy {
  position: relative;
  min-width: 0;
}

.path-number {
  position: absolute;
  inset: -52px auto auto 0;
  color: rgba(255, 255, 255, 0.08);
  font-family: Consolas, "Courier New", monospace;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
  direction: ltr;
}

.path-kicker {
  position: relative;
  z-index: 1;
  direction: ltr;
}

.path-brand-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--green);
  border: 1px solid currentColor;
  font-family: Georgia, serif;
  font-size: 0.85rem;
  font-weight: 900;
}

.service-path h2 {
  position: relative;
  z-index: 1;
  margin: 17px 0 0;
  color: #fff;
  font-size: 2.45rem;
  line-height: 1.35;
  font-weight: 900;
}

.path-lead {
  margin: 18px 0 0;
  color: #d7e0dd;
  font-size: 0.92rem;
  line-height: 1.95;
}

.path-deliverables {
  margin-top: 26px;
  padding-block: 22px;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.path-deliverables h3 {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
}

.path-deliverables ul {
  display: grid;
  gap: 10px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.path-deliverables li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-size: 0.76rem;
}

.path-deliverables li svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-top: 3px;
  color: var(--green);
}

.path-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.path-meta > span {
  display: flex;
  min-width: 0;
  min-height: 74px;
  flex-direction: column;
  justify-content: center;
  padding: 12px 14px;
  background: #08191b;
}

.path-meta small {
  color: var(--green);
  font-size: 0.62rem;
}

.path-meta b {
  margin-top: 3px;
  color: #fff;
  font-size: 0.7rem;
  overflow-wrap: anywhere;
}

.path-action {
  max-width: 410px;
}

/* Shared service visual window */
.service-visual {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(12, 217, 196, 0.24);
  background: #041012;
  box-shadow: 0 32px 76px rgba(0, 0, 0, 0.34);
}

.visual-toolbar {
  display: grid;
  min-height: 44px;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 0 14px;
  color: #91a7a1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: #0b2224;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.61rem;
}

.visual-toolbar > span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.visual-toolbar small {
  color: var(--green);
  font-size: 0.55rem;
}

/* Custom code visual */
.code-workspace-body {
  display: grid;
  height: 500px;
  grid-template-columns: 128px minmax(0, 1fr);
}

.code-tree {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 10px;
  color: #9eafab;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: #071719;
  font-size: 0.62rem;
}

.code-tree strong {
  margin-bottom: 7px;
  color: #d7e3df;
  font-size: 0.55rem;
}

.code-tree span {
  display: flex;
  min-height: 24px;
  align-items: center;
  gap: 5px;
}

.code-tree svg {
  width: 13px;
  height: 13px;
  color: var(--cyan);
}

.code-tree .tree-child {
  padding-left: 14px;
}

.code-editor {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background-color: #041214;
}

.editor-tabs {
  display: flex;
  min-height: 36px;
  align-items: stretch;
  color: #9eb0ab;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.58rem;
}

.editor-tabs span {
  display: flex;
  min-width: 92px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.editor-tabs span:first-child {
  color: #fff;
  box-shadow: inset 0 2px var(--cyan);
  background: rgba(12, 217, 196, 0.04);
}

.code-lines {
  margin: 0;
  padding: 24px 14px 100px 48px;
  color: #6c837d;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.7rem;
  line-height: 2.1;
}

.code-lines code {
  color: #d9e5e1;
}

.code-lines em {
  color: #d68cff;
  font-style: normal;
}

.code-lines q {
  color: #b9ea7f;
}

.code-lines strong {
  color: #7ed7ff;
}

.code-lines mark {
  color: var(--green);
  background: transparent;
}

.build-output {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 74px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #081b1d;
}

.build-output span {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #a9bbb6;
  font-size: 0.56rem;
  text-align: center;
}

.build-output span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.build-output svg {
  width: 14px;
  height: 14px;
  color: var(--green);
}

/* WordPress visual */
.wp-layout {
  display: grid;
  height: 500px;
  grid-template-columns: 105px minmax(0, 1fr);
  direction: ltr;
}

.wp-sidebar {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 9px;
  color: #aebdb9;
  background: #081416;
}

.wp-logo {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin: 0 auto 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 900;
}

.wp-sidebar a {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 7px;
  font-size: 0.55rem;
}

.wp-sidebar a.is-current {
  color: #fff;
  background: rgba(var(--green-rgb), 0.12);
  box-shadow: inset 2px 0 var(--green);
}

.wp-sidebar svg {
  width: 14px;
  height: 14px;
  color: var(--green);
}

.wp-editor {
  position: relative;
  min-width: 0;
  padding-bottom: 72px;
  background: #ecf0ef;
  direction: rtl;
}

.wp-editor-head {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  color: #1d2a28;
  border-bottom: 1px solid #d0d9d6;
  background: #fff;
  font-size: 0.62rem;
  font-weight: 800;
}

.wp-editor-head span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wp-editor-head svg {
  width: 15px;
  height: 15px;
}

.wp-editor-head button {
  min-height: 28px;
  padding: 4px 12px;
  color: #062a20;
  border: 1px solid #23af63;
  background: #e6f9ed;
  font: inherit;
}

.wp-preview {
  width: calc(100% - 38px);
  min-height: 310px;
  margin: 20px auto;
  overflow: hidden;
  color: #14201e;
  border: 1px solid #c7d2ce;
  background: #fff;
  box-shadow: 0 14px 28px rgba(13, 34, 35, 0.12);
}

.wp-preview-nav {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border-bottom: 1px solid #e2e8e6;
  direction: ltr;
}

.wp-preview-nav b {
  margin-right: auto;
  color: #092f28;
  font-size: 0.55rem;
}

.wp-preview-nav span {
  width: 24px;
  height: 3px;
  background: #cbd6d2;
}

.wp-preview-hero {
  padding: 27px 28px;
  text-align: center;
  background: #ecf8f2;
}

.wp-preview-hero small {
  color: #16864e;
  font-size: 0.52rem;
  font-weight: 800;
}

.wp-preview-hero strong {
  display: block;
  max-width: 260px;
  margin: 8px auto 11px;
  color: #0a2b24;
  font-size: 1rem;
  line-height: 1.55;
}

.wp-preview-hero p {
  width: min(86%, 250px);
  height: 4px;
  margin: 6px auto;
  background: #c7d9d2;
}

.wp-preview-hero p:nth-of-type(2) {
  width: min(62%, 180px);
}

.wp-preview-hero > b {
  display: block;
  width: 84px;
  height: 24px;
  margin: 15px auto 0;
  background: #26b76a;
}

.wp-preview-blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
}

.wp-preview-blocks span {
  min-height: 55px;
  border: 1px solid #d8e1de;
  background: #f6f8f7;
}

.wp-health {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  min-height: 72px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfd8d5;
  background: #fff;
}

.wp-health span {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #21453b;
  font-size: 0.53rem;
  text-align: center;
}

.wp-health span:not(:last-child) {
  border-right: 1px solid #e2e8e6;
}

.wp-health svg {
  width: 14px;
  height: 14px;
  color: #1aae60;
}

/* Shopify visual */
.shopify-layout {
  display: grid;
  height: 500px;
  grid-template-columns: 58px minmax(0, 1fr);
  direction: ltr;
}

.shopify-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  color: #82938e;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: #071315;
}

.shopify-rail > svg {
  width: 17px;
  height: 17px;
}

.shopify-rail > svg:nth-of-type(3),
.shopify-rail > svg:hover {
  color: var(--green);
}

.shopify-symbol {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-bottom: 5px;
  color: #071315;
  background: var(--green);
}

.shopify-symbol svg {
  width: 18px;
  height: 18px;
}

.shopify-dashboard {
  min-width: 0;
  padding: 18px;
  color: #e7efec;
  background: #091b1d;
  direction: rtl;
}

.shopify-head {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
}

.shopify-head span {
  display: flex;
  flex-direction: column;
}

.shopify-head small {
  color: #8ba09a;
  font-size: 0.54rem;
}

.shopify-head b {
  font-size: 0.74rem;
}

.shopify-head svg {
  width: 17px;
  height: 17px;
  color: var(--green);
}

.commerce-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.commerce-metrics > span {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0c2527;
}

.commerce-metrics small {
  color: #9cb0ab;
  font-size: 0.48rem;
}

.commerce-metrics b {
  margin-top: 4px;
  color: #fff;
  font-size: 0.72rem;
  direction: ltr;
  text-align: right;
}

.commerce-metrics em {
  position: absolute;
  inset: 8px auto auto 8px;
  color: var(--green);
  font-size: 0.46rem;
  font-style: normal;
}

.commerce-chart,
.commerce-orders {
  margin-top: 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0b2224;
}

.commerce-chart {
  padding: 13px;
}

.chart-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chart-heading span {
  display: flex;
  flex-direction: column;
}

.chart-heading b {
  font-size: 0.62rem;
}

.chart-heading small {
  color: #8ea39d;
  font-size: 0.47rem;
}

.chart-heading svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.chart-line {
  display: flex;
  height: 94px;
  align-items: end;
  justify-content: space-around;
  margin-top: 10px;
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}

.chart-line span {
  width: 8%;
  height: 42%;
  border-top: 2px solid var(--cyan);
  background: rgba(12, 217, 196, 0.13);
}

.chart-line span:nth-child(2) { height: 56%; }
.chart-line span:nth-child(3) { height: 49%; }
.chart-line span:nth-child(4) { height: 74%; }
.chart-line span:nth-child(5) { height: 65%; }
.chart-line span:nth-child(6) { height: 83%; }
.chart-line span:nth-child(7) { height: 92%; background: rgba(var(--green-rgb), 0.2); border-color: var(--green); }

.commerce-orders {
  overflow: hidden;
}

.commerce-orders > span {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  color: #c8d5d1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.51rem;
}

.commerce-orders > span:last-child {
  border-bottom: 0;
}

.commerce-orders .order-head {
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
}

.commerce-orders small {
  padding: 2px 6px;
}

.status-paid { color: var(--green); background: rgba(var(--green-rgb), 0.1); }
.status-ready { color: var(--service-gold); background: rgba(241, 189, 85, 0.1); }
.status-shipped { color: var(--cyan); background: rgba(12, 217, 196, 0.1); }

/* Landing-page conversion visual */
.landing-layout {
  display: grid;
  height: 500px;
  grid-template-columns: minmax(0, 1.35fr) minmax(150px, 0.65fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  direction: ltr;
}

.landing-preview-mini {
  padding: 18px;
  color: #10231f;
  background: #f5faf8;
  direction: rtl;
}

.landing-mini-nav {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px solid #dce6e2;
  background: #fff;
  font-size: 0.52rem;
}

.landing-mini-nav span {
  padding: 4px 9px;
  color: #fff;
  background: #16985a;
}

.landing-mini-content {
  display: flex;
  min-height: 398px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  background: #eaf8f1;
}

.landing-mini-content > small {
  color: #16824e;
  font-size: 0.54rem;
  font-weight: 800;
}

.landing-mini-content > strong {
  max-width: 300px;
  margin: 10px auto 14px;
  color: #0a2a22;
  font-size: 1.25rem;
  line-height: 1.55;
}

.landing-mini-content > p {
  width: min(92%, 290px);
  height: 4px;
  margin: 4px auto;
  background: #c8dcd4;
}

.landing-mini-content > p:nth-of-type(2) {
  width: min(68%, 220px);
}

.landing-mini-cta {
  display: grid;
  min-width: 128px;
  min-height: 34px;
  place-items: center;
  margin-top: 18px;
  padding: 6px 14px;
  color: #fff;
  background: #17a85f;
  font-size: 0.58rem;
}

.landing-mini-proof {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
  color: #48665d;
  font-size: 0.48rem;
}

.landing-mini-proof svg {
  width: 12px;
  height: 12px;
  color: #1c9f5c;
}

.funnel-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 16px;
  color: #fff;
  background: #071719;
  direction: rtl;
}

.funnel-title {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.62rem;
  direction: ltr;
}

.funnel-title svg {
  width: 16px;
  height: 16px;
}

.funnel-step {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0b2728;
}

.funnel-step span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #b8c8c3;
  font-size: 0.52rem;
}

.funnel-step svg {
  width: 14px;
  height: 14px;
  color: var(--cyan);
}

.funnel-step b {
  font-size: 0.58rem;
  direction: ltr;
}

.funnel-panel > svg {
  width: 14px;
  height: 14px;
  margin: 0 auto;
  color: rgba(var(--green-rgb), 0.6);
}

.funnel-rate {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 8px;
  margin-top: 10px;
  padding: 11px;
  border-inline-start: 2px solid var(--green);
  background: rgba(var(--green-rgb), 0.08);
  direction: ltr;
}

.funnel-rate small {
  color: #a9bbb5;
  font-size: 0.48rem;
}

.funnel-rate strong {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: #fff;
  font-size: 1rem;
}

.funnel-rate em {
  color: var(--green);
  font-size: 0.5rem;
  font-style: normal;
}

/* Shared quality foundation */
.service-foundation {
  position: relative;
  padding: 108px 0;
  background-color: rgba(12, 40, 43, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.foundation-heading {
  display: grid;
  max-width: 760px;
  justify-items: center;
  margin: 0 auto;
  text-align: center;
}

.foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
}

.foundation-grid article {
  display: grid;
  min-height: 150px;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 24px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 16, 18, 0.22);
  transition: background-color 180ms ease;
}

.foundation-grid article:hover {
  background: rgba(var(--green-rgb), 0.07);
}

.foundation-grid article > svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  color: var(--green);
  border: 1px solid rgba(var(--green-rgb), 0.3);
}

.foundation-grid article > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.foundation-grid b {
  color: #fff;
  font-size: 0.84rem;
}

.foundation-grid small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.65;
}

/* Services FAQ */
.services-faq {
  position: relative;
  padding: 112px 0;
  background-color: rgba(7, 25, 27, 0.87);
}

.services-faq-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 62px;
  align-items: start;
}

.services-faq-intro {
  position: sticky;
  top: calc(var(--header-desktop) + 88px);
}

.services-faq-intro a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  padding: 8px 12px;
  color: #fff;
  border-inline-start: 2px solid var(--green);
  background: rgba(var(--green-rgb), 0.08);
  font-size: 0.74rem;
  font-weight: 800;
}

.services-faq-intro a svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.services-faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.services-faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.services-faq-list summary {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.services-faq-list summary svg {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  padding: 8px;
  color: var(--green);
  border: 1px solid rgba(var(--green-rgb), 0.32);
  transition: transform 180ms ease, background-color 180ms ease;
}

.services-faq-list details[open] summary svg {
  background: rgba(var(--green-rgb), 0.11);
  transform: rotate(45deg);
}

.services-faq-list details p {
  margin: -4px 0 0;
  padding: 0 4px 24px 52px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.9;
}

/* Final services CTA */
.services-contact {
  position: relative;
  padding: 108px 0;
  background-color: rgba(12, 41, 44, 0.91);
  border-block: 1px solid rgba(var(--green-rgb), 0.22);
}

.services-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.88fr);
  gap: 64px;
  align-items: center;
}

.services-contact h2 span {
  display: block;
  color: var(--green);
}

.services-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.services-contact-actions .btn {
  min-height: 50px;
}

.contact-command {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(12, 217, 196, 0.28);
  background: #041012;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.25);
}

.contact-command-head {
  display: grid;
  min-height: 44px;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 0 14px;
  color: #91a7a1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: #0b2224;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.61rem;
}

.contact-command-body {
  padding: 20px 18px;
}

.contact-command-body p {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  color: #d7e3df;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.68rem;
  line-height: 2;
}

.contact-command-body p > span {
  color: #506661;
  text-align: right;
}

.contact-command-body em {
  color: #d68cff;
  font-style: normal;
}

.contact-command-body q {
  color: #b9ea7f;
}

.contact-command-body .command-success {
  min-height: 42px;
  align-items: center;
  margin: 16px -18px -20px;
  padding: 7px 18px;
  color: var(--green);
  border-top: 1px solid rgba(var(--green-rgb), 0.15);
  background: rgba(var(--green-rgb), 0.06);
}

.contact-command-body .command-success > span {
  color: var(--green);
}

/* Scroll motion details */
.services-page.motion-ready .runtime-node {
  animation: serviceNodeFloat 5.4s ease-in-out infinite;
}

.services-page.motion-ready .runtime-node--wordpress { animation-delay: -1.2s; }
.services-page.motion-ready .runtime-node--shopify { animation-delay: -2.6s; }
.services-page.motion-ready .runtime-node--landing { animation-delay: -3.7s; }

@keyframes serviceNodeFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}

.services-page .service-path .service-visual {
  transform-origin: center;
}

/* Tablet */
@media (max-width: 1120px) {
  .services-hero h1 {
    font-size: 3.15rem;
  }

  .service-runtime {
    height: 400px;
  }

  .runtime-node {
    width: 166px;
  }

  .runtime-line--one { inset: 116px auto auto 132px; }
  .runtime-line--two { inset: 116px 132px auto auto; }
  .runtime-line--three { inset: auto auto 116px 132px; }
  .runtime-line--four { inset: auto 132px 116px auto; }

  .service-matcher {
    gap: 36px;
  }

  .matcher-workspace {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .service-path-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    gap: 38px;
  }

  .service-path h2 {
    font-size: 2.1rem;
  }
}

@media (max-width: 1024px) {
  .backdrop-rail--one { left: 5%; }
  .backdrop-rail--three { right: 5%; }
  .backdrop-label--one { left: 7%; }
  .backdrop-label--two { right: 6%; }
  .backdrop-label--three { left: 3%; }
  .backdrop-label--four { right: 7%; }

  .services-page main > section,
  .services-page .service-index {
    scroll-margin-top: calc(var(--header-tablet) + 54px);
  }

  .services-hero {
    min-height: auto;
    padding-top: 26px;
  }

  .services-hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .page-breadcrumb,
  .services-hero-copy,
  .service-runtime,
  .services-hero-proof {
    grid-column: 1;
  }

  .page-breadcrumb {
    margin-bottom: 22px;
  }

  .services-hero-copy {
    max-width: 760px;
  }

  .services-hero h1 {
    max-width: 760px;
    font-size: 3.1rem;
  }

  .services-hero-copy > p {
    max-width: 720px;
  }

  .service-runtime {
    width: min(720px, 100%);
    height: 390px;
    margin: 42px auto 0;
  }

  .runtime-node {
    width: 180px;
  }

  .services-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
  }

  .services-hero-proof > span:nth-child(2) {
    border-inline-end: 0;
  }

  .services-hero-proof > span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .service-matcher-section,
  .service-foundation,
  .services-faq,
  .services-contact {
    padding-block: 88px;
  }

  .service-matcher,
  .services-faq-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .matcher-intro,
  .services-faq-intro {
    position: static;
    max-width: 700px;
  }

  .service-index {
    top: var(--header-tablet);
  }

  .service-index-label {
    display: none;
  }

  .service-path {
    min-height: 0;
    padding-block: 100px;
  }

  .service-path-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .service-path-copy {
    max-width: 760px;
  }

  .service-visual {
    width: min(760px, 100%);
    margin-inline: auto;
  }

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

  .services-contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
    gap: 36px;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .services-backdrop::before {
    background-size: 56px 56px;
    opacity: 0.5;
  }

  .services-backdrop::after {
    inset: 10px;
  }

  .backdrop-rail--two,
  .backdrop-node--two,
  .backdrop-node--four,
  .backdrop-label--two,
  .backdrop-label--four,
  .backdrop-status--two {
    display: none;
  }

  .backdrop-label,
  .backdrop-status {
    font-size: 0.54rem;
    opacity: 0.7;
  }

  .backdrop-status--one {
    left: 3%;
  }

  .services-page main > section,
  .services-page .service-index {
    scroll-margin-top: calc(var(--header-mobile) + 52px);
  }

  .services-page .section-code-label {
    inset: 18px 22px auto auto;
    font-size: 0.62rem;
  }

  .services-hero {
    padding: 20px 0 24px;
  }

  .services-hero::before {
    display: none;
  }

  .page-breadcrumb {
    margin-bottom: 18px;
  }

  .services-kicker {
    margin-bottom: 14px;
    font-size: 0.72rem;
  }

  .services-hero h1 {
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .services-hero-copy > p {
    margin-top: 18px;
    font-size: 0.88rem;
    line-height: 1.9;
  }

  .services-hero-actions {
    margin-top: 22px;
  }

  .services-hero-actions .btn {
    flex: 1 1 200px;
  }

  .service-runtime {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 32px;
    padding-top: 108px;
  }

  .service-runtime::before,
  .runtime-line {
    display: none;
  }

  .runtime-core {
    inset: 0 0 auto;
    width: 100%;
    min-height: 92px;
    transform: none;
  }

  .runtime-node {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 78px;
    padding: 10px;
  }

  .runtime-node > svg,
  .runtime-brand-mark {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .runtime-node b {
    font-size: 0.7rem;
  }

  .runtime-node small {
    font-size: 0.56rem;
  }

  .services-hero-proof {
    margin-top: 24px;
  }

  .services-hero-proof > span {
    grid-template-columns: 30px 1fr;
    padding: 14px 10px;
  }

  .services-hero-proof svg {
    width: 22px;
    height: 22px;
  }

  .services-hero-proof b {
    font-size: 0.68rem;
  }

  .services-hero-proof small {
    font-size: 0.56rem;
  }

  .service-matcher-section,
  .service-foundation,
  .services-faq,
  .services-contact {
    padding-block: 76px;
  }

  .matcher-intro h2,
  .foundation-heading h2,
  .services-faq-intro h2,
  .services-contact h2 {
    font-size: 1.9rem;
  }

  .matcher-workspace {
    grid-template-columns: 1fr;
  }

  .matcher-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .matcher-option {
    min-height: 104px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 13px;
  }

  .matcher-option:nth-child(odd) {
    border-inline-end: 1px solid rgba(255, 255, 255, 0.08);
  }

  .matcher-option:nth-child(3) {
    border-bottom: 0;
  }

  .matcher-option.is-active {
    box-shadow: inset 0 -2px var(--green);
  }

  .matcher-option > svg {
    width: 34px;
    height: 34px;
    padding: 8px;
  }

  .matcher-option b {
    font-size: 0.72rem;
  }

  .matcher-option small {
    font-size: 0.58rem;
  }

  .matcher-result {
    padding: 0 20px 22px;
  }

  .matcher-console-head {
    margin-inline: -20px;
  }

  .matcher-result h3 {
    font-size: 1.3rem;
  }

  .matcher-result > p {
    min-height: 0;
  }

  .service-index {
    top: var(--header-mobile);
  }

  .service-index-inner {
    width: 100%;
    min-height: 52px;
  }

  .service-index a {
    min-width: 132px;
    padding-inline: 12px;
    font-size: 0.64rem;
  }

  .service-path {
    padding-block: 86px 76px;
  }

  .service-path::before {
    display: none;
  }

  .path-number {
    inset: -38px auto auto 0;
    font-size: 4rem;
  }

  .service-path h2 {
    font-size: 1.85rem;
  }

  .path-lead {
    font-size: 0.84rem;
  }

  .path-meta {
    grid-template-columns: 1fr;
  }

  .path-action {
    max-width: none;
  }

  .visual-toolbar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .visual-toolbar small {
    display: none;
  }

  .code-workspace-body,
  .wp-layout,
  .shopify-layout,
  .landing-layout {
    height: 430px;
  }

  .code-workspace-body {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .code-tree {
    padding-inline: 7px;
    font-size: 0.52rem;
  }

  .code-tree .tree-child {
    padding-left: 6px;
  }

  .code-lines {
    padding-left: 36px;
    font-size: 0.58rem;
    white-space: nowrap;
  }

  .build-output {
    min-height: 64px;
  }

  .build-output span {
    flex-direction: column;
    gap: 2px;
    font-size: 0.45rem;
  }

  .wp-layout {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .wp-sidebar {
    padding-inline: 6px;
  }

  .wp-sidebar a {
    justify-content: center;
  }

  .wp-sidebar a span {
    display: none;
  }

  .wp-preview {
    width: calc(100% - 24px);
    min-height: 260px;
    margin-block: 12px;
  }

  .wp-preview-hero {
    padding: 20px 10px;
  }

  .wp-preview-hero strong {
    font-size: 0.82rem;
  }

  .wp-preview-blocks {
    padding: 10px;
  }

  .wp-health {
    min-height: 64px;
  }

  .wp-health span {
    flex-direction: column;
    gap: 2px;
    font-size: 0.44rem;
  }

  .shopify-layout {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .shopify-rail {
    gap: 14px;
  }

  .shopify-dashboard {
    padding: 12px;
  }

  .commerce-metrics {
    gap: 5px;
  }

  .commerce-metrics > span {
    min-height: 68px;
    padding: 7px;
  }

  .commerce-metrics small {
    font-size: 0.42rem;
  }

  .commerce-metrics b {
    font-size: 0.58rem;
  }

  .chart-line {
    height: 72px;
  }

  .landing-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(110px, 0.75fr);
  }

  .landing-preview-mini {
    padding: 10px;
  }

  .landing-mini-content {
    min-height: 342px;
    padding: 16px 10px;
  }

  .landing-mini-content > strong {
    font-size: 0.9rem;
  }

  .funnel-panel {
    padding: 9px;
  }

  .funnel-title b {
    display: none;
  }

  .funnel-step {
    min-height: 48px;
    padding: 6px;
  }

  .funnel-step span {
    font-size: 0.43rem;
  }

  .funnel-step b {
    font-size: 0.48rem;
  }

  .funnel-rate {
    grid-template-columns: 1fr;
  }

  .funnel-rate strong {
    grid-row: auto;
    grid-column: auto;
  }

  .foundation-grid {
    grid-template-columns: 1fr;
  }

  .foundation-grid article {
    min-height: 118px;
  }

  .services-faq-list summary {
    min-height: 70px;
    font-size: 0.82rem;
  }

  .services-faq-list details p {
    padding-inline-start: 4px;
  }

  .services-contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 480px) {
  .services-hero h1 {
    font-size: 2.05rem;
  }

  .services-hero-actions .btn,
  .services-contact-actions .btn {
    width: 100%;
    flex-basis: 100%;
  }

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

  .runtime-node {
    min-height: 66px;
  }

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

  .services-hero-proof > span:not(:last-child) {
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .matcher-options {
    grid-template-columns: 1fr;
  }

  .matcher-option,
  .matcher-option:nth-child(odd),
  .matcher-option:nth-child(3) {
    min-height: 82px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .matcher-option:last-child {
    border-bottom: 0;
  }

  .service-path h2,
  .matcher-intro h2,
  .foundation-heading h2,
  .services-faq-intro h2,
  .services-contact h2 {
    font-size: 1.68rem;
  }

  .code-workspace-body {
    grid-template-columns: 1fr;
  }

  .code-tree {
    display: none;
  }

  .landing-layout {
    grid-template-columns: 1fr;
    height: auto;
  }

  .landing-preview-mini {
    min-height: 390px;
  }

  .funnel-panel {
    min-height: 310px;
    padding: 18px;
  }

  .funnel-title b {
    display: inline;
  }

  .funnel-rate {
    grid-template-columns: 1fr auto;
  }

  .funnel-rate strong {
    grid-row: 1 / 3;
    grid-column: 2;
  }

  .contact-command-body {
    padding-inline: 12px;
  }

  .contact-command-body p {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 5px;
    font-size: 0.56rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .backdrop-route::after,
  .backdrop-node::after {
    animation: none;
  }

  .services-page.motion-ready .runtime-node {
    animation: none;
  }

  .service-index-progress b,
  .services-page .matcher-option,
  .services-page .services-faq-list summary svg {
    transition: none;
  }
}
